CINXE.COM

Die besten Haftpflichtversicherungen im Januar 2022 – Forbes Advisor Deutschland

<!DOCTYPE html> <html lang="en-GB" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://ogp.me/ns/fb#"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, maximum-scale=4"> <link href="https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/assets/images/favicon.png" rel="shortcut icon"> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-W6TM5Z8');</script> <!-- End Google Tag Manager --> <title>Die besten Haftpflichtversicherungen im Januar 2022 &#8211; Forbes Advisor Deutschland</title> <meta name='robots' content='noindex, nofollow' /> <link rel='stylesheet' id='generic_product_widget_style-css' href='https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/dist/advisor_de/css/inline/generic-product-widget.css?ver=1717584246' type='text/css' media='all' /> <link rel='stylesheet' id='forbes_rating_style-css' href='https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/dist/advisor_de/css/inline/forbes-rating.css?ver=1672742645' type='text/css' media='all' /> <link rel='stylesheet' id='footable_styles-css' href='https://www.forbes.com/advisor/de/wp-content/plugins/ninja-tables/assets/css/ninjatables-public.css?ver=6.5.3' type='text/css' media='all' /> <link rel='stylesheet' id='app-styles-css' href='https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/dist/advisor_de/css/advisor-de/app-advisor-de.css?ver=1717584246_12122024' type='text/css' media='all' /> <script type="text/javascript" id="app-script-js-extra"> /* <![CDATA[ */ var fmpWpGlobals = {"theme_root":"https:\/\/www.forbes.com\/advisor\/de\/wp-content\/themes\/fadvuk","site_url":"https:\/\/www.forbes.com\/advisor\/de\/","ajax_url":"https:\/\/www.forbes.com\/advisor\/de\/wp-admin\/admin-ajax.php","articleId":"36281","production":"true","rest_url":"https:\/\/www.forbes.com\/advisor\/de\/wp-json\/advisor","rest_url_version":"v1","dfp_unit_path":"\/22049532603\/advisor_de\/d\/et\/versicherungen\/article_default","article_id":"36281","current_page":"haftpflichtversicherung","page_template":"views\/single-top-n-non-cc.blade.php","current_vertical":"advisor_de","movers_cta_url":"https:\/\/www.forbes.com\/advisor\/l\/moving-home\/","feature":{"toggleTocShowMore":false,"isSwimlaneSupported":false,"fireNewsletterDatalayer":false},"translation":{"By":"Von","forbes staff":"Leitende Redakteurin","You May Also Like":"Das k\u00f6nnte Dich auch interessieren","About Us":"\u00dcber uns","Table of Contents":"Inhalt","More from":"Mehr von","View More Articles":"Mehr Artikel anzeigen","Published":"Ver\u00f6ffentlicht","Updated":"Aktualisiert","Read More":"Weiterlesen","Read Less":"Weniger anzeigen","Show Summary":"Inhaltsverzeichnis","Hide Summary":"Inhalt einklappen","Pros":"Vorteile","Cons":"Nachteile","January":"Januar","February":"Februar","March":"M\u00e4rz","April":"April","May":"Mai","June":"Juni","July":"Juli","August":"August","September":"September","October":"Oktober","November":"November","December":"Dezember","Reviewed By":"\u00fcberpr\u00fcft von","Fact Checked":"Fakten gecheckt von","Edited By":"Bearbeitet von","All Categories":"Alle Kategorien","Our Verdict":"Unsere Erfahrungen","Why we picked it":"Darum haben wir den Anbieter ausgew\u00e4hlt","Read the full article":"Weiterlesen","Hide the article":"Artikel verbergen","Show More Types":"Mehr anzeigen","Show Less Types":"Weniger anzeigen","Browse Categories":"Kategorien durchsuchen","See More":"Mehr anzeigen","See Less":"Weniger anzeigen"}}; /* ]]> */ </script> <script defer type="text/javascript" src="https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/dist/advisor_de/js/build.js?ver=1732790674_12122024" id="app-script-js"></script> <script defer type="text/javascript" src="https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/dist/advisor_de/js/top-n-non-cc.js?ver=1732790675_12122024" id="top-n-non-cc-script-js"></script> <script type="text/javascript"> var ajaxurl = "https://www.forbes.com/advisor/de/wp-admin/admin-ajax.php"; </script><script type='text/javascript'> (function () { var getRawHttpHeaders = function () { var baseUrl = 'https://www.forbes.com/advisor/de/wp-content/themes/fadvuk'; var assetPath = '/assets/images/zip-image/1x1.jpg'; var req = new XMLHttpRequest(); var url = baseUrl + assetPath; req.open('GET', url, false); req.send(null); var headers = req.getAllResponseHeaders().toLowerCase(); var aHeaders = headers.split('\n'); var data = {}; for (let i = 0; i < aHeaders.length; i++) { var thisItem = aHeaders[i]; var index = thisItem.indexOf(':'); var key = thisItem.substring(0, index); data[key] = thisItem.substring(index + 1).trim(); } return data; }; var getWhiteListedHeaders = function (headers) { var data = {}; var whiteListedHeaders = [ 'x-postal-code', 'x-region', 'x-country-code', 'x-city-code', 'x-cache', 'x-cache-hits' ]; for (var header in headers) { if (whiteListedHeaders.indexOf(header) !== -1) { data[header] = headers[header]; } } return data; }; var setDefaultValuesForNonProdEnv = function (headers) { var isProduction = true; headers['x-postal-code'] = isProduction ? headers['x-postal-code'] : '10001'; headers['x-country-code'] = isProduction ? headers['x-country-code'] : 'us'; headers['x-region'] = isProduction ? headers['x-region'] : 'ny'; headers['x-city-code'] = isProduction ? headers['x-city-code'] : 'leesburg'; return headers; }; var dispatchGeoHeadersSetEvent = function(headers){ window.dispatchEvent( new CustomEvent('geoHeadersSet', { detail: headers }) ); }; var getHeaders = function () { var rawHeaders = getRawHttpHeaders(); var whiteListedHeaders = getWhiteListedHeaders(rawHeaders); var finalHeaders = setDefaultValuesForNonProdEnv(whiteListedHeaders); dispatchGeoHeadersSetEvent(finalHeaders); return finalHeaders; }; window.__mpResponseHeaders = getHeaders(); })(); </script> <script>window._mpScripts = window._mpScripts || [];</script><script type='text/javascript'> (function () { var getRawHttpHeaders = function () { var baseUrl = 'https://www.forbes.com/advisor/de/wp-content/themes/fadvuk'; var assetPath = '/assets/images/zip-image/1x1.jpg'; var req = new XMLHttpRequest(); var url = baseUrl + assetPath; req.open('GET', url, false); req.send(null); var headers = req.getAllResponseHeaders().toLowerCase(); var aHeaders = headers.split('\n'); var data = {}; for (let i = 0; i < aHeaders.length; i++) { var thisItem = aHeaders[i]; var index = thisItem.indexOf(':'); var key = thisItem.substring(0, index); data[key] = thisItem.substring(index + 1).trim(); } return data; }; var getWhiteListedHeaders = function (headers) { var data = {}; var whiteListedHeaders = [ 'x-postal-code', 'x-region', 'x-country-code', 'x-city-code', 'x-cache', 'x-cache-hits' ]; for (var header in headers) { if (whiteListedHeaders.indexOf(header) !== -1) { data[header] = headers[header]; } } return data; }; var setDefaultValuesForNonProdEnv = function (headers) { var isProduction = true; headers['x-postal-code'] = isProduction ? headers['x-postal-code'] : '10001'; headers['x-country-code'] = isProduction ? headers['x-country-code'] : 'us'; headers['x-region'] = isProduction ? headers['x-region'] : 'ny'; headers['x-city-code'] = isProduction ? headers['x-city-code'] : 'leesburg'; return headers; }; var dispatchGeoHeadersSetEvent = function(headers){ window.dispatchEvent( new CustomEvent('geoHeadersSet', { detail: headers }) ); }; var getHeaders = function () { var rawHeaders = getRawHttpHeaders(); var whiteListedHeaders = getWhiteListedHeaders(rawHeaders); var finalHeaders = setDefaultValuesForNonProdEnv(whiteListedHeaders); dispatchGeoHeadersSetEvent(finalHeaders); return finalHeaders; }; window.__mpResponseHeaders = getHeaders(); })(); </script> <!-- TradeDoubler site verification 3265234 --><link rel="alternate" type="application/rss+xml" href= "https://www.forbes.com/advisor/de/feed/"><meta name="description" content="Die private Haftpflichtversicherung gehört zur Grundausstattung bei den Versicherungen. Die Haftpflichtversicherung springt ein, wenn Du versehentlich andere Personen verletzt oder Schäden an deren Besitztümern verursachst. Mögliche Millionenschäden kannst Du aus eigener Tasche nicht mehr begleichen. Wir haben mehr als 30 Tarife analysiert und stellen die besten mit Blick auf Leistung und Preis vor."/> <!-- START - Open Graph and Twitter Card Tags 3.3.2 --> <!-- Facebook Open Graph --> <meta property="og:site_name" content="Forbes Advisor Deutschland"/> <meta property="og:title" content="Die besten Haftpflichtversicherungen im Januar 2022"/> <meta property="og:url" content="https://www.forbes.com/advisor/de/versicherungen/haftpflichtversicherung/"/> <meta property="og:type" content="article"/> <meta property="og:description" content="Die Privathaftpflicht gehört zur Grundausstattung bei den Versicherungen. Die Haftpflichtversicherung springt ein, wenn Du versehentlich andere Personen verletzt oder Schäden an deren Besitztümern verursachst. Mögliche Millionenschäden kannst Du aus eigener Tasche nicht mehr begleichen. Wir haben me"/> <meta property="og:image" content="https://thumbor.forbes.com/thumbor/fit-in/x/https://www.forbes.com/advisor/de/wp-content/uploads/2022/01/plant-crashed-flowerpot-broken-floor-fall-houseplant-pot-damaged-indoors-room-apartment-ficus-soil_t20_BaKLEY.jpg"/> <meta property="og:image:url" content="https://thumbor.forbes.com/thumbor/fit-in/x/https://www.forbes.com/advisor/de/wp-content/uploads/2022/01/plant-crashed-flowerpot-broken-floor-fall-houseplant-pot-damaged-indoors-room-apartment-ficus-soil_t20_BaKLEY.jpg"/> <meta property="og:image:secure_url" content="https://thumbor.forbes.com/thumbor/fit-in/x/https://www.forbes.com/advisor/de/wp-content/uploads/2022/01/plant-crashed-flowerpot-broken-floor-fall-houseplant-pot-damaged-indoors-room-apartment-ficus-soil_t20_BaKLEY.jpg"/> <meta property="article:published_time" content="2022-06-09T10:21:02+02:00"/> <meta property="article:modified_time" content="2022-06-09T10:21:02+02:00" /> <meta property="og:updated_time" content="2022-06-09T10:21:02+02:00" /> <meta property="article:section" content="Versicherungen"/> <!-- Twitter Cards --> <meta name="twitter:title" content="Die besten Haftpflichtversicherungen im Januar 2022"/> <meta name="twitter:url" content="https://www.forbes.com/advisor/de/versicherungen/haftpflichtversicherung/"/> <meta name="twitter:description" content="Die Privathaftpflicht gehört zur Grundausstattung bei den Versicherungen. Die Haftpflichtversicherung springt ein, wenn Du versehentlich andere Personen verletzt oder Schäden an deren Besitztümern verursachst. Mögliche Millionenschäden kannst Du aus eigener Tasche nicht mehr begleichen. Wir haben me"/> <meta name="twitter:image" content="https://thumbor.forbes.com/thumbor/fit-in/x/https://www.forbes.com/advisor/de/wp-content/uploads/2022/01/plant-crashed-flowerpot-broken-floor-fall-houseplant-pot-damaged-indoors-room-apartment-ficus-soil_t20_BaKLEY.jpg"/> <meta name="twitter:card" content="summary_large_image"/> <meta name="twitter:site" content="@forbes"/> <!-- SEO --> <link rel="canonical" href="https://www.forbes.com/advisor/de/versicherungen/haftpflichtversicherung/"/> <meta name="author" content="Franziska Andre"/> <!-- Misc. tags --> <!-- is_singular --> <!-- END - Open Graph and Twitter Card Tags 3.3.2 --> <style> /*dist/advisor_de/css/top-n-non-cc.css*/ #disclosure-block{color:#333;padding:20px}@media (max-width:1023px){#disclosure-block{height:300px;overflow-y:scroll}}.wysiwyg-content{word-break:break-word}.wysiwyg-content>p{color:#333;font-family:Georgia,sans-serif,arial;font-size:1rem;line-height:1.5rem;margin-bottom:1.25rem}@media (min-width:1024px){.wysiwyg-content>p{font-size:1.125rem;line-height:28px}}.wysiwyg-content>ol,.wysiwyg-content>ul{list-style-type:none;margin-bottom:1.25rem;margin-left:1.25rem}.wysiwyg-content>ol li,.wysiwyg-content>ul li{color:#333;font-family:Georgia,sans-serif,arial;font-size:1rem;line-height:1.5rem;margin-bottom:9px}@media (min-width:1024px){.wysiwyg-content>ol li,.wysiwyg-content>ul li{font-size:1.125rem;line-height:28px}}.wysiwyg-content>ol li:last-child,.wysiwyg-content>ul li:last-child{margin-bottom:0}.wysiwyg-content>ul li{list-style-type:none;padding-left:30px;position:relative}.wysiwyg-content>ul li:before{background-color:#395bb6;border-radius:50%;content:"";display:inline-block;height:8px;left:6px;position:absolute;top:7px;width:8px}@media (min-width:1024px){.wysiwyg-content>ul li:before{top:9px}}.wysiwyg-content>ol{padding-left:1.25rem}.wysiwyg-content>ol li{list-style-type:decimal!important}.wysiwyg-content>h2{color:#333330;font-family:EuclidCircularB-Bold,sans-serif,arial;font-size:1.25rem;font-weight:700;line-height:26px;margin-bottom:.5rem}@media (min-width:1024px){.wysiwyg-content>h2{font-size:1.5rem;line-height:31px}}.wysiwyg-content>h3{color:#333;font-family:EuclidCircularB-Bold,sans-serif,arial;font-size:1.125rem;font-weight:700;line-height:1.75rem;margin-bottom:.5rem}@media (min-width:1024px){.wysiwyg-content>h3{font-size:1.25rem;line-height:26px}}.wysiwyg-content>h4,.wysiwyg-content>h5,.wysiwyg-content>h6{color:#333;font-family:EuclidCircularB-Bold,sans-serif,arial;font-weight:700;margin-bottom:.25rem}@media (min-width:1024px){.wysiwyg-content>h4,.wysiwyg-content>h5,.wysiwyg-content>h6{font-size:1.125rem;line-height:1.5rem}}.wysiwyg-content>h4{font-size:1rem;line-height:24px}@media (min-width:1024px){.wysiwyg-content>h4{font-size:1.125rem;line-height:23px}}.wysiwyg-content>h5,.wysiwyg-content>h6{font-size:1rem;line-height:24px}.wysiwyg-content>h1 a,.wysiwyg-content>h1 b,.wysiwyg-content>h1 em,.wysiwyg-content>h1 i,.wysiwyg-content>h1 span,.wysiwyg-content>h1 strong,.wysiwyg-content>h2 a,.wysiwyg-content>h2 b,.wysiwyg-content>h2 em,.wysiwyg-content>h2 i,.wysiwyg-content>h2 span,.wysiwyg-content>h2 strong,.wysiwyg-content>h3 a,.wysiwyg-content>h3 b,.wysiwyg-content>h3 em,.wysiwyg-content>h3 i,.wysiwyg-content>h3 span,.wysiwyg-content>h3 strong,.wysiwyg-content>h4 a,.wysiwyg-content>h4 b,.wysiwyg-content>h4 em,.wysiwyg-content>h4 i,.wysiwyg-content>h4 span,.wysiwyg-content>h4 strong,.wysiwyg-content>h5 a,.wysiwyg-content>h5 b,.wysiwyg-content>h5 em,.wysiwyg-content>h5 i,.wysiwyg-content>h5 span,.wysiwyg-content>h5 strong,.wysiwyg-content>h6 a,.wysiwyg-content>h6 b,.wysiwyg-content>h6 em,.wysiwyg-content>h6 i,.wysiwyg-content>h6 span,.wysiwyg-content>h6 strong,.wysiwyg-content>li a,.wysiwyg-content>li b,.wysiwyg-content>li em,.wysiwyg-content>li i,.wysiwyg-content>li span,.wysiwyg-content>li strong,.wysiwyg-content>ol a,.wysiwyg-content>ol b,.wysiwyg-content>ol em,.wysiwyg-content>ol i,.wysiwyg-content>ol span,.wysiwyg-content>ol strong,.wysiwyg-content>p a,.wysiwyg-content>p b,.wysiwyg-content>p em,.wysiwyg-content>p i,.wysiwyg-content>p span,.wysiwyg-content>p strong,.wysiwyg-content>ul a,.wysiwyg-content>ul b,.wysiwyg-content>ul em,.wysiwyg-content>ul i,.wysiwyg-content>ul span,.wysiwyg-content>ul strong{color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit}.wysiwyg-content>h1 b,.wysiwyg-content>h1 strong,.wysiwyg-content>h2 b,.wysiwyg-content>h2 strong,.wysiwyg-content>h3 b,.wysiwyg-content>h3 strong,.wysiwyg-content>h4 b,.wysiwyg-content>h4 strong,.wysiwyg-content>h5 b,.wysiwyg-content>h5 strong,.wysiwyg-content>h6 b,.wysiwyg-content>h6 strong,.wysiwyg-content>li b,.wysiwyg-content>li strong,.wysiwyg-content>ol b,.wysiwyg-content>ol strong,.wysiwyg-content>p b,.wysiwyg-content>p strong,.wysiwyg-content>ul b,.wysiwyg-content>ul strong{font-family:EuclidCircularB-Bold,sans-serif,arial;font-weight:700}.wysiwyg-content>h1 a,.wysiwyg-content>h2 a,.wysiwyg-content>h3 a,.wysiwyg-content>h4 a,.wysiwyg-content>h5 a,.wysiwyg-content>h6 a,.wysiwyg-content>li a,.wysiwyg-content>ol a,.wysiwyg-content>p a,.wysiwyg-content>ul a{color:#395bb6}.wysiwyg-content>h1 a:hover,.wysiwyg-content>h2 a:hover,.wysiwyg-content>h3 a:hover,.wysiwyg-content>h4 a:hover,.wysiwyg-content>h5 a:hover,.wysiwyg-content>h6 a:hover,.wysiwyg-content>li a:hover,.wysiwyg-content>ol a:hover,.wysiwyg-content>p a:hover,.wysiwyg-content>ul a:hover{text-decoration:underline}.wysiwyg-content b,.wysiwyg-content strong{font-family:EuclidCircularB-Bold,sans-serif,arial;font-weight:700}.wysiwyg-content em,.wysiwyg-content i{font-style:italic}.wysiwyg-content p:empty{display:none;margin:0}.wysiwyg-content .footable_parent table{margin-bottom:1.25rem!important}.wysiwyg-content img{display:block;max-width:100%}.wysiwyg-content .table-content-wrapper{-webkit-overflow-scrolling:touch;margin-bottom:1.25rem}.wysiwyg-content .table-content-wrapper table{border-collapse:collapse;border-spacing:0;display:block;word-break:keep-all}.wysiwyg-content .table-content-wrapper table tr th{font-family:EuclidCircularB-Bold,sans-serif,arial}.wysiwyg-content .table-content-wrapper table tr td,.wysiwyg-content .table-content-wrapper table tr th{border:1px solid #333;font-size:1rem;padding:10px}@media (min-width:1024px){.wysiwyg-content .table-content-wrapper table tr td,.wysiwyg-content .table-content-wrapper table tr th{font-size:1.125rem}}.wysiwyg-content .wp-block-image,.wysiwyg-content .wp-caption{margin-bottom:1.25rem;width:100%!important}.wysiwyg-content .wp-block-image.aligncenter,.wysiwyg-content .wp-caption.aligncenter{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.wysiwyg-content .wp-block-image.alignright,.wysiwyg-content .wp-caption.alignright{-ms-flex-align:end;align-items:flex-end;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.wysiwyg-content .wp-caption-text,.wysiwyg-content figcaption{color:#737373;display:block;font-family:EuclidCircularB-Regular,sans-serif,arial;font-size:.75rem;line-height:18px;padding-top:6px;text-align:left}.wysiwyg-content .aligncenter>img{margin-left:auto;margin-right:auto}.wysiwyg-content .alignright>img{margin-left:auto}body{background-color:#fcfcfc}#best-of-vue-root #top-n-non-cc-vue-root .container{max-width:1070px}#best-of-new-vue-root #top-n-non-cc-vue-root .container .article__author-bio,#best-of-vue-root #top-n-non-cc-vue-root .container .article__author-bio{border-bottom:3px solid #000;border-top:3px solid #000}#best-of-new-vue-root #top-n-non-cc-vue-root .container .article__author-bio .author__block-name,#best-of-vue-root #top-n-non-cc-vue-root .container .article__author-bio .author__block-name{margin-bottom:0}#best-of-new-vue-root #top-n-non-cc-vue-root .container .article__author-bio .author__block-image-wrap,#best-of-vue-root #top-n-non-cc-vue-root .container .article__author-bio .author__block-image-wrap{height:4rem;margin-right:1rem;width:4rem}#best-of-new-vue-root #top-n-non-cc-vue-root .container .article__author-bio .single-author:last-child .article__author-bio-bottom,#best-of-vue-root #top-n-non-cc-vue-root .container .article__author-bio .single-author:last-child .article__author-bio-bottom{border-bottom-width:0}#best-of-new-vue-root #top-n-non-cc-vue-root .container .article__author-bio .author__block-role,#best-of-vue-root #top-n-non-cc-vue-root .container .article__author-bio .author__block-role{font-family:Work Sans,sans-serif;line-height:normal}#best-of-new-vue-root #top-n-non-cc-vue-root .container .article__author-bio .article__author-bio-bottom,#best-of-vue-root #top-n-non-cc-vue-root .container .article__author-bio .article__author-bio-bottom{padding:1rem 0}#top-n-non-cc-vue-root{color:#333;font-family:EuclidCircularB-Regular,sans-serif,arial;margin-top:25px;overflow-x:hidden}@media (max-width:1023px){#top-n-non-cc-vue-root{margin-top:8px}}#top-n-non-cc-vue-root .container{margin:0 auto;max-width:1070px;padding:0 15px 15px;width:100%}#top-n-non-cc-vue-root .breadcrumbs-wrapper{-ms-flex-pack:justify;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:space-between;margin-bottom:7px}#top-n-non-cc-vue-root .breadcrumbs-wrapper .breadcrumbs,#top-n-non-cc-vue-root .breadcrumbs-wrapper>div{margin:0}@media (max-width:1023px){#top-n-non-cc-vue-root .breadcrumbs-wrapper{margin-bottom:20px}}#top-n-non-cc-vue-root .breadcrumbs-wrapper li.breadcrumbs-item{color:#515e5f;font-family:EuclidCircularB-Regular,sans-serif,arial;font-size:12px}#top-n-non-cc-vue-root .breadcrumbs-wrapper li.breadcrumbs-item:before{color:#515e5f;margin-left:0;margin-right:4px}#top-n-non-cc-vue-root .mobile-editorialview{display:-ms-flexbox!important;display:flex!important;margin-top:0!important}#top-n-non-cc-vue-root .farticle-title{color:#333;font-family:EuclidCircularB-Bold,sans-serif,arial;font-size:48px;line-height:59px;margin:0 0 24px}@media (max-width:1023px){#top-n-non-cc-vue-root .farticle-title{font-size:26px;line-height:33px;margin-bottom:16px}#top-n-non-cc-vue-root .best-of-content{max-width:100%}}#top-n-non-cc-vue-root .best-of-content .boc__items{margin:12px 0 0}#top-n-non-cc-vue-root .best-of-content .boc__section{margin:30px 0 0}@media (max-width:1023px){#top-n-non-cc-vue-root .best-of-content .boc__section{margin:0 0 30px}#top-n-non-cc-vue-root .best-of-content .boc__section:last-of-type{margin-bottom:0}}#top-n-non-cc-vue-root .best-of-content .boc__section .boc__sub-section{margin:0 0 30px}#top-n-non-cc-vue-root .best-of-content .boc__section .boc__sub-section:last-of-type{margin-bottom:0}#top-n-non-cc-vue-root .best-of-content .boc__sub-section-heading{border-bottom:1px solid #ccc;color:#333;font-family:EuclidCircularB-Bold,sans-serif,arial;font-size:16px;letter-spacing:0;line-height:20px;margin-bottom:12px;padding-bottom:12px;text-transform:capitalize}#top-n-non-cc-vue-root .best-of-content .boc__item-list{margin-bottom:15px}#top-n-non-cc-vue-root .best-of-content .boc__item-list:last-of-type{margin-bottom:0}#top-n-non-cc-vue-root .best-of-content .boc__item-link{color:#4657a1;font-family:EuclidCircularB-Regular,sans-serif,arial;font-size:18px;line-height:23px}#top-n-non-cc-vue-root .best-of-content .boc__item-link:hover{text-decoration:underline}@media (max-width:1023px){#top-n-non-cc-vue-root .best-of-content .boc__item-link{font-size:14px;line-height:20px}#top-n-non-cc-vue-root .article-wrapper,#top-n-non-cc-vue-root .right-rail{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}#top-n-non-cc-vue-root .right-rail{padding:0}#top-n-non-cc-vue-root .right-rail .best-of-content{background:transparent;padding-bottom:15px}}#top-n-non-cc-vue-root .our-picks-wrapper .toggle-picks-section{-ms-flex-align:center;align-items:center;cursor:pointer;display:-ms-inline-flexbox;display:inline-flex;font-family:EuclidCircularB-Semibold,sans-serif,arial;font-size:16px;letter-spacing:-.5px;line-height:28px;padding-left:30px;position:relative}#top-n-non-cc-vue-root .our-picks-wrapper .toggle-picks-section:before{background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS44IDcuMmg2LjRWLjhhLjguOCAwIDAgMSAxLjYgMHY2LjRoNi40YS44LjggMCAwIDEgMCAxLjZIOC44djYuNGEuOC44IDAgMCAxLTEuNiAwVjguOEguOGEuOC44IDAgMCAxIDAtMS42WiIgZmlsbD0iIzNBNUNCMCIvPjwvc3ZnPg==") no-repeat 50%;content:"";height:16px;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:16px}#top-n-non-cc-vue-root .our-picks-wrapper .toggle-picks-section.active:before{background:none;background-color:#4657a1;height:2px}#top-n-non-cc-vue-root .our-picks-wrapper .toggle-picks-section img{margin-right:17px}#top-n-non-cc-vue-root .our-picks-wrapper .our-picks{display:none}#top-n-non-cc-vue-root .our-picks-wrapper .our-picks ul{padding-top:12px}#top-n-non-cc-vue-root .our-picks-wrapper .our-picks ul li{color:#333;font-size:14px;line-height:20px;margin-bottom:8px}#top-n-non-cc-vue-root .our-picks-wrapper .our-picks ul li:last-child{margin-bottom:0}#top-n-non-cc-vue-root .our-picks-wrapper .our-picks ul li a{color:#003891;font-family:EuclidCircularB-Regular,sans-serif,arial;font-size:14px;line-height:20px}#top-n-non-cc-vue-root .mob-fade{-ms-flex-pack:center;-ms-flex-align:end;align-items:flex-end;background-image:linear-gradient(hsla(0,0%,99%,0),hsla(0,0%,99%,.9),#fcfcfc);color:#4657a1;cursor:pointer;display:none;font-size:14px;height:130px;justify-content:center;left:0;line-height:16px;position:absolute;top:0;width:100%;z-index:10}@media (max-width:1023px){#top-n-non-cc-vue-root .mob-fade{display:-ms-flexbox;display:flex}}#top-n-non-cc-vue-root .mob-fade .chevron-arrow-wrapper{margin-left:8px}#top-n-non-cc-vue-root .mob-fade .chevron-arrow{border-bottom:2px solid #4657a1;border-right:2px solid #4657a1;display:inline-block;height:8px;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:8px}#top-n-non-cc-vue-root .mob-fade .chevron-arrow.down{margin-bottom:3px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}#top-n-non-cc-vue-root .mob-fade .chevron-arrow.top{margin-bottom:-2px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}#top-n-non-cc-vue-root .intro-content{margin-bottom:6px}@media (max-width:1023px){#top-n-non-cc-vue-root .intro-content.applyfade{height:130px;margin-bottom:30px;overflow-y:hidden;position:relative}#top-n-non-cc-vue-root .intro-content.active{height:auto}#top-n-non-cc-vue-root .intro-content.active .mob-fade{background:none;height:auto;position:relative}}#top-n-non-cc-vue-root .intro-content .generic-widget-wrapper{margin-bottom:15px}#top-n-non-cc-vue-root .summary-section h2{color:#333330;font-size:24px;font-weight:600;line-height:34px;margin-bottom:16px}@media (max-width:1023px){#top-n-non-cc-vue-root .summary-section h2{font-size:20px;line-height:28px;margin-bottom:10px}}#top-n-non-cc-vue-root .bottom-section hr,#top-n-non-cc-vue-root .pr-section hr{background:#181716;border:2px solid #181716;box-sizing:border-box;height:4px}#top-n-non-cc-vue-root .bottom-section hr:last-of-type,#top-n-non-cc-vue-root .pr-section hr:last-of-type{display:none}@media (max-width:1023px){#top-n-non-cc-vue-root .bottom-section hr:last-of-type,#top-n-non-cc-vue-root .pr-section hr:last-of-type{display:block;margin-bottom:16px}#top-n-non-cc-vue-root .faq-section{margin:20px 0!important;padding:20px 0!important;position:relative}#top-n-non-cc-vue-root .faq-section:after{background:#fafafa;bottom:0;content:"";left:-100%;position:absolute;right:-100%;top:0;z-index:-1}}#top-n-non-cc-vue-root .article-section{margin-bottom:20px;padding:24px 0 0}@media (max-width:1023px){#top-n-non-cc-vue-root .article-section{margin-bottom:16px}}#top-n-non-cc-vue-root .article-section>h2{color:#333330;font-family:EuclidCircularB-Semibold,sans-serif,arial;font-size:24px;line-height:34px;margin-bottom:20px}@media (max-width:1023px){#top-n-non-cc-vue-root .article-section>h2{font-size:20px;line-height:25px;margin-bottom:16px}}#top-n-non-cc-vue-root .article-section>li{list-style-type:none}#top-n-non-cc-vue-root .article-section.hide-section-title{margin-bottom:0;margin-left:auto;margin-right:auto;max-width:1200px}#top-n-non-cc-vue-root .article-section.hide-section-title hr{box-sizing:border-box;margin-top:20px}#top-n-non-cc-vue-root .two-column ul{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:15px!important}@media (max-width:1023px){#top-n-non-cc-vue-root .two-column ul{margin-left:0!important}}#top-n-non-cc-vue-root .two-column ul li{font-family:EuclidCircularB-Regular,sans-serif,arial;font-size:18px;line-height:23px;margin-bottom:18px;padding-right:25px;width:50%}#top-n-non-cc-vue-root .two-column ul li:before{top:8px!important}@media (max-width:1023px){#top-n-non-cc-vue-root .two-column ul li{font-size:16px;line-height:20px;margin-bottom:12px;padding-right:0;width:100%}}#top-n-non-cc-vue-root .two-column ul li a{color:#4657a1;font-size:18px;line-height:23px}@media (max-width:1023px){#top-n-non-cc-vue-root .two-column ul li a{font-size:16px;line-height:20px}}#top-n-non-cc-vue-root .blue-bullets ul{margin-left:0}#top-n-non-cc-vue-root .blue-bullets ul li{padding-left:23px;position:relative}@media (max-width:1023px){#top-n-non-cc-vue-root .blue-bullets ul li{padding-left:15px}}#top-n-non-cc-vue-root .blue-bullets ul li:before{background-color:#4657a1;border-radius:50%;content:"";height:8px;left:0;position:absolute;top:8px;width:8px}@media (max-width:1023px){#top-n-non-cc-vue-root .blue-bullets ul li:before{height:5px;top:7px;width:5px}}#top-n-non-cc-vue-root .blue-bullets ul li p{margin-bottom:16px;margin-top:9px}#top-n-non-cc-vue-root .article__author-bio{border:none}#top-n-non-cc-vue-root .article__author-bio .author__block{border-bottom:none}#top-n-non-cc-vue-root .article__author-bio .author__block-image-wrap{height:54px;margin-right:11px;width:54px}#top-n-non-cc-vue-root .article__author-bio .author__block-name{font-family:EuclidCircularB-Semibold,sans-serif,arial;font-size:16px;line-height:20px;margin-bottom:4px}#top-n-non-cc-vue-root .article__author-bio .author__block-role{color:#999;font-family:EuclidCircularB-Regular,sans-serif,arial;font-size:12px;line-height:15px}#top-n-non-cc-vue-root .article__author-bio .single-author:last-child .article__author-bio-bottom{border-bottom:4px solid #181716}#top-n-non-cc-vue-root .article__author-bio .article__author-bio-bottom{border-top:1px solid #dadada;color:#333;font-family:Georgia,Arial,Helvetica,sans-serif;font-size:18px;line-height:30px;padding:15px 0}#top-n-non-cc-vue-root .article__author-bio .article__author-bio-bottom p{color:#333}@media (max-width:1023px){#top-n-non-cc-vue-root .article__author-bio .article__author-bio-bottom{font-size:14px;line-height:20px}}#top-n-non-cc-vue-root .article_published_date{color:#999!important;font-family:EuclidCircularB-Regular,sans-serif,arial;font-size:12px!important;line-height:15px!important;margin:8px 0 35px!important}@media (max-width:1023px){.c-tab--content ul li:before{top:14px!important}}#top-n-non-cc-vue-root .bottom-right-rail .best-of-content .boc__section,#top-n-non-cc-vue-root .bottom-right-rail .boc__section .boc__sub-section{margin-bottom:20px}#top-n-non-cc-vue-root .bottom-right-rail .boc__section .boc__sub-section .boc__sub-section-heading{margin-bottom:16px;padding-bottom:16px}#top-n-non-cc-vue-root .bottom-right-rail .boc__items{margin-top:0}#top-n-non-cc-vue-root .bottom-right-rail .boc__items .boc__item-list{margin-bottom:16px}#top-n-non-cc-vue-root .bottom-right-rail .boc__items .boc__item-list:last-of-type{margin-bottom:0}#top-n-non-cc-vue-root .bottom-right-rail .boc__items .boc__item-list a{line-height:24px}#top-n-non-cc-vue-root .advertiser-disclosure{color:#515e5f}#top-n-non-cc-vue-root .advertiser-disclosure-wrapper .tippy-arrow{color:#fff;z-index:1}#top-n-non-cc-vue-root .advertiser-disclosure-wrapper .tippy-box{background-color:#fff;border-radius:10px;box-shadow:0 3px 15px #e2e2e2}#top-n-non-cc-vue-root .advertiser-disclosure-wrapper .tippy-content{border:1px solid #e2e2e2;border-radius:10px;color:#333;font-family:Work Sans,Arial,Helvetica,sans-serif;font-size:14px;font-weight:400;letter-spacing:normal;line-height:1.5;padding:20px}@media (max-width:1023px){#top-n-non-cc-vue-root .advertiser-disclosure-wrapper .tippy-content{height:300px;overflow-y:scroll}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){#top-n-non-cc-vue-root .our-picks-wrapper .toggle-picks-section:before{top:3px;-webkit-transform:none;transform:none}#top-n-non-cc-vue-root .our-picks-wrapper .toggle-picks-section.active:before{top:10px}#top-n-non-cc-vue-root .faq-2021 .faq .question-text:before{top:-4px}}#verticalGermany #top-n-non-cc-vue-root .our-picks-wrapper .our-picks ul li a{color:#4657a1}#footnote h2,#footnote h3{font-family:EuclidCircularB-Regular,sans-serif,arial}#footnote ul{font-family:Georgia,sans-serif,arial}.next-up-block.wysiwyg-content{background-color:#f6f5f3;font-family:EuclidCircularB-Regular,sans-serif,arial;margin:24px 0}.next-up-block.wysiwyg-content h3{color:#333330;font-size:24px;line-height:normal;margin-bottom:0}.next-up-block.wysiwyg-content ul{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -10px;padding:20px 16px 14px}.next-up-block.wysiwyg-content ul li{margin-bottom:16px;padding:0 10px;width:100%}.next-up-block.wysiwyg-content ul li a{color:#4657a1;letter-spacing:-.5px;line-height:30px}.next-up-block.wysiwyg-content ul li:before{content:none}@media (min-width:768px){.next-up-block.wysiwyg-content ul li{width:50%}}@media (min-width:1024px){.next-up-block.wysiwyg-content ul li{width:33.33333%}} </style> <style> /*dist/advisor_de/css/inline/breadcrumbs.css*/ @charset "UTF-8";.breadcrumbs{color:#4657a1;font-style:normal;font-weight:500;line-height:1.43;margin-bottom:8px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.breadcrumbs,.breadcrumbs>li.breadcrumbs-item{font-family:EuclidCircularB-Regular,sans-serif,arial;font-size:14px}.breadcrumbs>li.breadcrumbs-item{display:inline-block;line-height:18px;margin-left:0;margin-right:0;padding-right:0;text-transform:capitalize}.breadcrumbs>li.breadcrumbs-item.breadcrumb-space{padding-left:0}.breadcrumbs>li.breadcrumbs-item.breadcrumb-space:first-child{margin-right:4px}@media (min-width:640px){.breadcrumbs>li.breadcrumbs-item{margin-right:4px}}.breadcrumbs>li.breadcrumbs-item:before{color:#4657a1;content:"›";display:inline-block;font-size:17px;font-weight:400;margin-right:4px;padding-right:0;text-decoration:none}@media (min-width:640px){.breadcrumbs>li.breadcrumbs-item:before{margin-right:8px}}.breadcrumbs>li.breadcrumbs-item:first-child:before{display:none}.breadcrumbs>li.breadcrumbs-item:hover:first-child a.breadcrumbs-item-link.health-breadcrumb{color:#000}.breadcrumbs>li.breadcrumbs-item:hover:last-child{color:inherit;cursor:default;text-decoration:none}.breadcrumbs>li.breadcrumbs-item:hover:last-child a.breadcrumbs-item-link{color:inherit}.breadcrumbs>li.breadcrumbs-item:hover:last-child a.breadcrumbs-item-link.health-breadcrumb{color:#000}.breadcrumbs>li.breadcrumbs-item:hover a.breadcrumbs-item-link{text-decoration:underline}.breadcrumbs>li.breadcrumbs-item a.breadcrumbs-item-link{display:inline-block}.breadcrumbs li.breadcrumb-space:before{margin-right:4px}@media (min-width:768px){.breadcrumbs{margin-bottom:12px}} </style> <style> /*dist/advisor_de/css/advisor-de/inline/advertiser-disclosure.css*/ #disclosure-block,.advertiser-disclosure{font-family:EuclidCircularB,sans-serif} </style> <style> /*dist/advisor_de/css/inline/article-author-2021.css*/ .author-block-v2{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font-family:EuclidCircularB-Regular,sans-serif,arial;margin-bottom:20px;position:relative}@media (max-width:1023px){.author-block-v2 .mobile-disabled-link{pointer-events:none}}.author-block-v2__img-wrap{display:-ms-flexbox;display:flex}.author-block-v2__img-wrap .inner-img-wrap{border-radius:50%;height:50px;overflow:hidden;position:relative;width:50px}.author-block-v2__img-wrap .inner-img-wrap a{display:block}.author-block-v2__img-wrap .inner-img-wrap img{display:block;height:100%;width:100%}.author-block-v2__img-wrap .inner-img-wrap.secondary{margin-left:-12px}@media (max-width:1023px){.author-block-v2__img-wrap .inner-img-wrap{display:none}.author-block-v2__img-wrap .inner-img-wrap:first-child,.author-block-v2__img-wrap .inner-img-wrap:nth-child(2){display:block}}.author-block-v2__content-wrap{padding-left:12px}@media (max-width:1023px){.author-block-v2__content-wrap{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}}.author-block-v2__content-wrap .author-name-wrap{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:14px;margin-bottom:3px}@media (max-width:1023px){.author-block-v2__content-wrap .author-name-wrap{font-size:12px;margin-bottom:4px}}.author-block-v2__content-wrap .author-name-wrap .author-name{color:#000;font-size:14px;line-height:18px;text-transform:capitalize}@media (max-width:1023px){.author-block-v2__content-wrap .author-name-wrap .author-name{font-size:12px;font-weight:700;line-height:15px}}.author-block-v2__content-wrap .author-designation-wrap{color:#999;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:12px}@media (max-width:1023px){.author-block-v2__content-wrap .author-designation-wrap{margin-bottom:8px}.author-block-v2__content-wrap .author-designation-wrap.mob-hide{display:none}}.author-block-v2__content-wrap .author-designation-wrap .author-role{color:#999;display:inline-block;font-size:12px;line-height:15px;text-transform:capitalize}@media (max-width:1023px){.author-block-v2__content-wrap .author-designation-wrap .author-role{font-size:10px;line-height:13px}}.author-block-v2__artice-date{bottom:0;color:#999;font-size:12px;line-height:15px;position:absolute;right:0}@media (max-width:1023px){.author-block-v2__artice-date{bottom:unset;font-size:9px;line-height:11px;position:relative;right:unset}} </style> <style> /*dist/advisor_de/css/inline/article-editors-top-note.css*/ .article__editors-note{border:none;font-family:EuclidCircularB-Regular,sans-serif,arial;font-weight:400;word-break:break-word}.article__editors-note a{text-decoration:underline}.article__editors-note p{margin-bottom:20px}.article__editors-note p:last-child{margin-bottom:0}.article__editors-note-top{background-color:#f8f8f8;color:#929a9b;font-size:14px;line-height:19px;margin:8px 0;padding:10px 18px}.article__editors-note-top a{color:#929a9b}@media (min-width:768px){.article__editors-note-top{margin-bottom:12px}}.article__editors-note-bottom{background-color:#f8f8f8;color:#929a9b;font-size:12px;line-height:18px;margin:15px 0;padding:8px}@media (min-width:768px){.article__editors-note-bottom{padding:14px}}@media (min-width:1024px){.article__editors-note-bottom{font-size:12px;line-height:18px}}.article__editors-note-bottom a{color:#929a9b}#landmark-template-vue-root .template-header.color-band,#landmark-template-vue-root .template-header.color-band a{color:#e6e6e6}#landmark-template-vue-root .template-header.color-band .article__editors-note{background-color:#4769c3;color:#e6e6e6}#landmark-template-vue-root .template-header .article__editors-note-top{margin-bottom:0}#article__editors-note-wrapper #editorial-note-read-more-less-toggle,#article__editors-note-wrapper .editorial-note-read-less-btn,#article__editors-note-wrapper .editorial-read-more-content{display:none}#article__editors-note-wrapper .editorial-note-read-less-btn,#article__editors-note-wrapper .editorial-note-read-more-btn{color:#395bb6;cursor:pointer;display:inline;font-weight:700}#article__editors-note-wrapper .editorial-note-read-less-btn:hover,#article__editors-note-wrapper .editorial-note-read-more-btn:hover{text-decoration:underline}#article__editors-note-wrapper #editorial-note-read-more-less-toggle:checked+p .editorial-note-read-more-btn{display:none}#article__editors-note-wrapper #editorial-note-read-more-less-toggle:checked~.editorial-read-more-content{display:block}#article__editors-note-wrapper #editorial-note-read-more-less-toggle:checked~.editorial-read-more-content .editorial-note-read-less-btn{display:inline}#landmark-template-vue-root .template-header.color-band #article__editors-note-wrapper p,#landmark-template-vue-root .template-header.color-band .editorial-note-read-less-btn,#landmark-template-vue-root .template-header.color-band .editorial-note-read-more-btn{color:#e6e6e6}#default-page-vue-root .article__editors-note-bottom{font-family:EuclidCircularB-Regular,sans-serif,arial} </style> <style> /*dist/advisor_de/css/inline/article-editors-top-note.css*/ </style> <style> /*dist/advisor_de/css/inline/article-author-with-badge.css*/ .multiple-authors-with-badge{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;font-family:EuclidCircularB-Regular,sans-serif,arial;justify-content:space-between;margin-bottom:6px;position:relative}@media (min-width:1024px){.multiple-authors-with-badge{margin-bottom:20px}}.multiple-authors-with-badge .width-half{display:block;padding-right:10px;width:50%}.multiple-authors-with-badge .width-half .author-name-wrap{display:block}@media (max-width:1024px){.multiple-authors-with-badge .width-half .author-name-wrap a:not(:first-child){display:block}}@media (min-width:1024px){.multiple-authors-with-badge .width-half .author-name-wrap{display:-ms-flexbox;display:flex}.multiple-authors-with-badge .width-half{display:-ms-flexbox;display:flex;padding-right:0}}.multiple-authors-with-badge .author-block-v2__img-wrap{display:none}@media (min-width:1024px){.multiple-authors-with-badge .author-block-v2__img-wrap{display:-ms-flexbox;display:flex}}.multiple-authors-with-badge .author-block-v2__img-wrap.author-without-badge{display:-ms-flexbox;display:flex;padding-right:10px}.multiple-authors-with-badge .author-block-v2__content-wrap{padding-left:0}.multiple-authors-with-badge .author-block-v2__content-wrap .author-block-v2__artice-date{bottom:1px;position:absolute;right:0}@media (min-width:1024px){.multiple-authors-with-badge .author-block-v2__content-wrap{padding-left:12px}}.multiple-authors-with-badge .author-block-v2{-ms-flex-align:normal;align-items:normal;position:unset}@media (min-width:1024px){.multiple-authors-with-badge .author-with-badge .author-designation-wrap{padding-left:4px}.multiple-authors-with-badge .author-with-badge .badge-wrapper-mobile{display:none}.multiple-authors-with-badge .author-with-badge .badge-wrapper{display:-ms-flexbox;display:flex}}.multiple-authors-with-badge .author-with-badge .badge-text{-ms-flex-align:center;align-items:center;border:1px solid #4657a1;border-left-width:0;border-radius:.25rem;box-shadow:0 3px 3px rgba(0,0,0,.1);color:#4657a1;display:-ms-flexbox;display:flex;font-family:EuclidCircularB-Bold,sans-serif,arial;font-size:9px;font-weight:700;height:14px;letter-spacing:.5px;line-height:1rem;margin:5px 8px 0 -12px;padding:0 9px 0 13px}@media (min-width:1024px){.multiple-authors-with-badge{-ms-flex-direction:row;flex-direction:row}} </style> <style> /*dist/advisor_de/css/advisor-de/inline/author-with-badge.css*/ @media (max-width:460px){.author-designation-wrap{-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column}.badge-wrapper-mobile{margin-left:-.25rem;padding-bottom:.25rem}} </style> <style> /*dist/advisor_de/css/advisor-de/inline/generic-product_widget.css*/ #genericProductWidgetWrapper .cc-wrapper h2.card-best-for{background-color:#edf0ff;color:#4657a1}#genericProductWidgetWrapper .cc-wrapper .apply-now{background-color:#4b9e8b}#genericProductWidgetWrapper .cc-wrapper.featured-widget .featured-widget-label{height:auto;padding-bottom:.75rem;padding-top:.75rem}@media (min-width:1024px){#genericProductWidgetWrapper .cc-wrapper.featured-widget .featured-widget-label{padding-bottom:1rem;padding-top:1rem}}#genericProductWidgetWrapper .cc-wrapper.featured-widget .featured-widget-label .featured-widget-label-txt{overflow-wrap:normal;padding:.75rem;text-align:center;word-break:normal}@media (min-width:1024px){#genericProductWidgetWrapper .cc-wrapper.featured-widget .featured-widget-label .featured-widget-label-txt{padding:1rem}} </style> <style> /*dist/advisor_de/css/advisor-de/inline/generic-product_widget.css*/ </style> <style> /*dist/advisor_de/css/advisor-de/inline/generic-product_widget.css*/ </style> <style> /*dist/advisor_de/css/advisor-de/inline/generic-product_widget.css*/ </style> <style> /*dist/advisor_de/css/advisor-de/inline/generic-product_widget.css*/ </style> <style> /*dist/advisor_de/css/advisor-de/inline/generic-product_widget.css*/ </style> <style> /*dist/advisor_de/css/advisor-de/inline/generic-product_widget.css*/ </style> <style> /*dist/advisor_de/css/advisor-de/inline/generic-product_widget.css*/ </style> <style> /*dist/advisor_de/css/inline/faqs-2021.css*/ @media (min-width:1023px){.faq-2021{background:#fafafa;border:1px solid #ddd;border-radius:9px;color:#333;overflow:hidden;padding:30px}}.faq-2021 .faq{padding-bottom:25px}@media (max-width:1023px){.faq-2021 .faq{padding-bottom:16px}}.faq-2021 .faq:last-of-type{padding-bottom:0}.faq-2021 .faq .question-text{cursor:pointer;font-family:EuclidCircularB-Semibold,sans-serif,arial;font-size:20px;line-height:30px;margin-bottom:0;margin-left:48px;position:relative}@media (max-width:1023px){.faq-2021 .faq .question-text{font-size:16px;line-height:20px;margin-left:20px}}.faq-2021 .faq .question-text:hover{text-decoration:underline}.faq-2021 .faq .question-text:before{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0iTTE2LjIyNSA4LjQ2N3YxNS4wNjdtNy4zMDgtNy4zMUg4LjQ2NyIvPjwvc3ZnPg==") no-repeat 0 0;background-size:contain;content:"";cursor:pointer;height:30px;left:-45px;position:absolute;top:0;width:30px}@media (max-width:1023px){.faq-2021 .faq .question-text:before{height:20px;left:-35px;top:-1px;width:20px}.faq-2021 .faq .question-text{margin-left:30px}}.faq-2021 .faq .faq-answer{display:none;margin:12px 0 20px 48px}@media (max-width:1023px){.faq-2021 .faq .faq-answer{margin-left:32px}}.faq-2021 .faq .faq-answer p{margin-bottom:16px}.faq-2021 .faq .faq-answer li{list-style-type:disc!important}.faq-2021 .faq .faq-answer .table-wrapper{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.faq-2021 .faq .faq-answer table{border:1px solid #333;border-collapse:collapse;width:100%}.faq-2021 .faq .faq-answer table tr td,.faq-2021 .faq .faq-answer table tr th{border:1px solid #333;padding:10px}.faq-2021 .faq.active{padding-bottom:0}.faq-2021 .faq.active .question-text:before{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0iTTIzLjUzMyAxN0g4LjQ2NyIvPjwvc3ZnPg==") no-repeat 0 0;top:-4px}@media (max-width:1023px){.faq-2021 .faq.active .question-text:before{top:-7px}} </style> <style> @font-face { font-family: 'EuclidCircularB-Bold'; src: url('https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/assets/fonts/euclidcircularb/euclidcircularb-bold-webfont.woff2') format('woff2'), url('https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/assets/fonts/euclidcircularb/euclidcircularb-bold-webfont.woff') format('woff'); font-weight: 700; font-display: swap; } @font-face { font-family: 'EuclidCircularB-Regular'; src: url('https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/assets/fonts/euclidcircularb/euclidcircularb-regular-webfont.woff2') format('woff2'), url('https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/assets/fonts/euclidcircularb/euclidcircularb-regular-webfont.woff') format('woff'); font-weight: 400; font-display: swap; } @font-face { font-family: 'EuclidCircularB-Semibold'; src: url('https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/assets/fonts/EuclidCircularB-Semibold.eot'); src: url('https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/assets/fonts/EuclidCircularB-Semibold.eot?#iefix') format('embedded-opentype'), url('https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/assets/fonts/EuclidCircularB-Semibold.svg#EuclidCircularB-Semibold') format('svg'), url('https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/assets/fonts/EuclidCircularB-Semibold.ttf') format('truetype'), url('https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/assets/fonts/EuclidCircularB-Semibold.woff') format('woff'), url('https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/assets/fonts/EuclidCircularB-Semibold.woff2') format('woff2'); font-style: normal; font-display: swap; } </style> </head> <script type="text/javascript" id="pageLevelData"> var pageLevelDatalayer = {"AuthorName":"Franziska Andre","authorId":"134","AuthorRole":"Freie Mitarbeiterin","PrimaryCategory":"Versicherungen","SecondaryCategory":"","TertiaryCategory":"","PublishedDate":"February 21, 2022","UpdatedDate":"Mar 9, 2022, 11:27am","TemplateName":"Top N Non-CC","partnersOnPage":"","shortcodesOnPage":null,"RA_Feed":"0"} </script><body class="post-template post-template-views post-template-single-top-n-non-cc-blade post-template-viewssingle-top-n-non-cc-blade-php single single-post postid-36281 single-format-standard" id="verticalGermany" data-mktp-page='{"authorName":"Franziska Andre","authorType":"Freie Mitarbeiterin","primaryCategory":"Versicherungen","secondaryCategory":"","tertiaryCategory":"","publishedDate":"February 21, 2022","updatedDate":"Mar 9, 2022, 11:27am","templateName":"Top N Non-CC","deviceId":"","partnersOnPage":"","shortCodesOnPage":"generic_product_widget | generic_product_widget | generic_product_widget | generic_product_widget | generic_product_widget | generic_product_widget | generic_product_widget | generic_product_widget","marketplaceSessionId":""}'> <div id="header-root-vue"> <div v-show="showRegionSelector" class="region-selector-mobile fixed z-50 h-screen w-full md:hidden hidden" > <div class="mobile-region-selector-wrap w-full"> <div class="bg-white p-6 mx-5 rounded-5px mob-region-sel-holder" v-click-outside="closeRegionSelector"> <div class="text-333333 font-euclidcircularb-bold pb-3 border-b-1 border-light text-20px flex"> <div>Select Region</div> </div> <div> <ul> <li class="mt-6 flex region-item items-center " :class="{'active': currentRegion === 'advisor_usa'}" @click="currentRegion='advisor_usa'" > <div class="mr-26px"> <div class="radio-outer"> <div class="radio-inner"></div> </div> </div> <div class="flex items-center"> <img src="https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/assets/images/usa-icon.svg" loading="lazy" alt="advisor_usa" class="w-6 h-4 mr-15px "/> <span class="font-euclidcircularb-regular text-20px text-333333 leading-30px">United States</span> </div> </li> <li class="mt-6 flex region-item items-center " :class="{'active': currentRegion === 'advisor_uk'}" @click="currentRegion='advisor_uk'" > <div class="mr-26px"> <div class="radio-outer"> <div class="radio-inner"></div> </div> </div> <div class="flex items-center"> <img src="https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/assets/images/uk-icon.svg" loading="lazy" alt="advisor_uk" class="w-6 h-4 mr-15px "/> <span class="font-euclidcircularb-regular text-20px text-333333 leading-30px">United Kingdom</span> </div> </li> <li class="mt-6 flex region-item items-center " :class="{'active': currentRegion === 'advisor_de'}" @click="currentRegion='advisor_de'" > <div class="mr-26px"> <div class="radio-outer"> <div class="radio-inner"></div> </div> </div> <div class="flex items-center"> <img src="https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/assets/images/de-icon.svg" loading="lazy" alt="advisor_de" class="w-6 h-4 mr-15px "/> <span class="font-euclidcircularb-regular text-20px text-333333 leading-30px">Germany</span> </div> </li> <li class="mt-6 flex region-item items-center " :class="{'active': currentRegion === 'advisor_in'}" @click="currentRegion='advisor_in'" > <div class="mr-26px"> <div class="radio-outer"> <div class="radio-inner"></div> </div> </div> <div class="flex items-center"> <img src="https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/assets/images/in-icon.svg" loading="lazy" alt="advisor_in" class="w-6 h-4 mr-15px "/> <span class="font-euclidcircularb-regular text-20px text-333333 leading-30px">India</span> </div> </li> <li class="mt-6 flex region-item items-center " :class="{'active': currentRegion === 'advisor_au'}" @click="currentRegion='advisor_au'" > <div class="mr-26px"> <div class="radio-outer"> <div class="radio-inner"></div> </div> </div> <div class="flex items-center"> <img src="https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/assets/images/au-icon.svg" loading="lazy" alt="advisor_au" class="w-6 h-4 mr-15px "/> <span class="font-euclidcircularb-regular text-20px text-333333 leading-30px">Australia</span> </div> </li> <li class="mt-6 flex region-item items-center " :class="{'active': currentRegion === 'advisor_it'}" @click="currentRegion='advisor_it'" > <div class="mr-26px"> <div class="radio-outer"> <div class="radio-inner"></div> </div> </div> <div class="flex items-center"> <img src="https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/assets/images/it-icon.svg" loading="lazy" alt="advisor_it" class="w-6 h-4 mr-15px "/> <span class="font-euclidcircularb-regular text-20px text-333333 leading-30px">Italy</span> </div> </li> <li class="mt-6 flex region-item items-center " :class="{'active': currentRegion === 'advisor_ca'}" @click="currentRegion='advisor_ca'" > <div class="mr-26px"> <div class="radio-outer"> <div class="radio-inner"></div> </div> </div> <div class="flex items-center"> <img src="https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/assets/images/ca-icon.svg" loading="lazy" alt="advisor_ca" class="w-6 h-4 mr-15px "/> <span class="font-euclidcircularb-regular text-20px text-333333 leading-30px">Canada</span> </div> </li> </ul> </div> </div> </div> </div> <header class="header sticky" :style="{ transform: transformVal }"> <div class="pos-r relative"> <div class="header__container"> <div class="menu-toggle" id="site-menu-toggle"> <div class="menu-toggle-wrap" @click="toggleMenu" > <svg class="open pointer-events-none" v-if="showMenu === false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M2 5.5h16v2H2zM2 9.5h16v2H2zM2 13.5h16v2H2z"></path></svg> <svg class="close pointer-events-none" v-bind:class="{'force-block': showMenu === true}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path transform="rotate(45.001 10 10)" d="M2 9h16v2H2z"></path><path transform="rotate(134.999 10 10)" d="M2 9h16v2H2z"></path> </svg> </div> </div> <a class="header__logo mx-auto" href="https://www.forbes.com/advisor/de/" aria-label="Forbes Logo"> <svg viewBox="0 0 200 54"><path d="M113.3 18.2c0-5.8.1-11.2.4-16.2L98.4 4.9v1.4l1.5.2c1.1.1 1.8.5 2.2 1.1.4.7.7 1.7.9 3.2.2 2.9.4 9.5.3 19.9 0 10.3-.1 16.8-.3 19.3 5.5 1.2 9.8 1.7 13 1.7 6 0 10.7-1.7 14.1-5.2 3.4-3.4 5.2-8.2 5.2-14.1 0-4.7-1.3-8.6-3.9-11.7-2.6-3.1-5.9-4.6-9.8-4.6-2.6 0-5.3.7-8.3 2.1zm.3 30.8c-.2-3.2-.4-12.8-.4-28.5.9-.3 2.1-.5 3.6-.5 2.4 0 4.3 1.2 5.7 3.7 1.4 2.5 2.1 5.5 2.1 9.3 0 4.7-.8 8.5-2.4 11.7-1.6 3.1-3.6 4.7-6.1 4.7-.8-.2-1.6-.3-2.5-.4zM41 3H1v2l2.1.2c1.6.3 2.7.9 3.4 1.8.7 1 1.1 2.6 1.2 4.8.8 10.8.8 20.9 0 30.2-.2 2.2-.6 3.8-1.2 4.8-.7 1-1.8 1.6-3.4 1.8l-2.1.3v2h25.8v-2l-2.7-.2c-1.6-.2-2.7-.9-3.4-1.8-.7-1-1.1-2.6-1.2-4.8-.3-4-.5-8.6-.5-13.7l5.4.1c2.9.1 4.9 2.3 5.9 6.7h2V18.9h-2c-1 4.3-2.9 6.5-5.9 6.6l-5.4.1c0-9 .2-15.4.5-19.3h7.9c5.6 0 9.4 3.6 11.6 10.8l2.4-.7L41 3zm-4.7 30.8c0 5.2 1.5 9.5 4.4 12.9 2.9 3.4 7.2 5 12.6 5s9.8-1.7 13-5.2c3.2-3.4 4.7-7.7 4.7-12.9s-1.5-9.5-4.4-12.9c-2.9-3.4-7.2-5-12.6-5s-9.8 1.7-13 5.2c-3.2 3.4-4.7 7.7-4.7 12.9zm22.3-11.4c1.2 2.9 1.7 6.7 1.7 11.3 0 10.6-2.2 15.8-6.5 15.8-2.2 0-3.9-1.5-5.1-4.5-1.2-3-1.7-6.8-1.7-11.3C47 23.2 49.2 18 53.5 18c2.2-.1 3.9 1.4 5.1 4.4zm84.5 24.3c3.3 3.3 7.5 5 12.5 5 3.1 0 5.8-.6 8.2-1.9 2.4-1.2 4.3-2.7 5.6-4.5l-1-1.2c-2.2 1.7-4.7 2.5-7.6 2.5-4 0-7.1-1.3-9.2-4-2.2-2.7-3.2-6.1-3-10.5H170c0-4.8-1.2-8.7-3.7-11.8-2.5-3-6-4.5-10.5-4.5-5.6 0-9.9 1.8-13 5.3-3.1 3.5-4.6 7.8-4.6 12.9 0 5.2 1.6 9.4 4.9 12.7zm7.4-25.1c1.1-2.4 2.5-3.6 4.4-3.6 3 0 4.5 3.8 4.5 11.5l-10.6.2c.1-3 .6-5.7 1.7-8.1zm46.4-4c-2.7-1.2-6.1-1.9-10.2-1.9-4.2 0-7.5 1.1-10 3.2s-3.8 4.7-3.8 7.8c0 2.7.8 4.8 2.3 6.3 1.5 1.5 3.9 2.8 7 3.9 2.8 1 4.8 2 5.8 2.9 1 1 1.6 2.1 1.6 3.6 0 1.4-.5 2.7-1.6 3.7-1 1.1-2.4 1.6-4.2 1.6-4.4 0-7.7-3.2-10-9.6l-1.7.5.4 10c3.6 1.4 7.6 2.1 12 2.1 4.6 0 8.1-1 10.7-3.1 2.6-2 3.9-4.9 3.9-8.5 0-2.4-.6-4.4-1.9-5.9-1.3-1.5-3.4-2.8-6.4-4-3.3-1.2-5.6-2.3-6.8-3.3-1.2-1-1.8-2.2-1.8-3.7s.4-2.7 1.3-3.7 2-1.4 3.4-1.4c4 0 6.9 2.9 8.7 8.6l1.7-.5-.4-8.6zm-96.2-.9c-1.4-.7-2.9-1-4.6-1-1.7 0-3.4.7-5.3 2.1-1.9 1.4-3.3 3.3-4.4 5.9l.1-8-15.2 3v1.4l1.5.1c1.9.2 3 1.7 3.2 4.4.6 6.2.6 12.8 0 19.8-.2 2.7-1.3 4.1-3.2 4.4l-1.5.2v1.9h21.2V49l-2.7-.2c-1.9-.2-3-1.7-3.2-4.4-.6-5.8-.7-12-.2-18.4.6-1 1.9-1.6 3.9-1.8 2-.2 4.3.4 6.7 1.8l3.7-9.3z"></path></svg> <span class="text-18px md:text-20px font-euclidcircularb-regular text-white ml-6px mt-10px md:mt-3">ADVISOR</span> </a> <nav class="header__nav" v-bind:class="{ active: showMenu, 'header__nav--showborder':isSubMenuActive }" v-click-outside="closeNavbar"> <ul class="wp-menu wp-menu-scroll-enabled"> <li id="top-level-menu-item-0" class="wp-menu-item"> <a href="https://www.forbes.com/advisor/de/geldanlage/krypto/" v-on:click="handleMenuClick($event,0)" class="cursor-pointer sub-menu-present" > <div class="main-menu-wrap"> Kryptowährungen </div> </a> <div class="sub-menu-wrap" > <div class="mobile-back-btn" v-on:click="closeMobileSubMenu" > <span class="back-arrow"> <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12.8337 7.83345H3.52534L7.59201 11.9001C7.91701 12.2251 7.91701 12.7584 7.59201 13.0834C7.51492 13.1607 7.42334 13.222 7.32253 13.2638C7.22172 13.3056 7.11365 13.3271 7.00451 13.3271C6.89537 13.3271 6.7873 13.3056 6.68649 13.2638C6.58568 13.222 6.49411 13.1607 6.41701 13.0834L0.925344 7.59178C0.848091 7.51468 0.786802 7.42311 0.744984 7.3223C0.703166 7.22149 0.681641 7.11342 0.681641 7.00428C0.681641 6.89514 0.703166 6.78707 0.744984 6.68626C0.786802 6.58545 0.848091 6.49387 0.925344 6.41678L6.41701 0.925112C6.49416 0.84796 6.58575 0.786761 6.68656 0.745008C6.78736 0.703253 6.8954 0.681763 7.00451 0.681763C7.11362 0.681763 7.22166 0.703253 7.32246 0.745008C7.42327 0.786761 7.51486 0.84796 7.59201 0.925112C7.66916 1.00226 7.73036 1.09386 7.77212 1.19466C7.81387 1.29546 7.83536 1.4035 7.83536 1.51261C7.83536 1.62172 7.81387 1.72976 7.77212 1.83057C7.73036 1.93137 7.66916 2.02296 7.59201 2.10011L3.52534 6.16678H12.8337C13.292 6.16678 13.667 6.54178 13.667 7.00011C13.667 7.45845 13.292 7.83345 12.8337 7.83345Z" fill="white"/> </svg> </span> <span>Kryptowährungen</span> </div> <ul class="sub-menu wp-menu-scroll-enabled"> <li class="main-category-item"> <a href="https://www.forbes.com/advisor/de/geldanlage/krypto/" class="cursor-pointer xl:hover:underline" > <div> Kryptowährungen </div> </a> </li> <li class="sub-menu-item"> <div class="accordian-wrapper active " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Krypto Lexikon </div> <div class="accordian-menu answer " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/">Was ist eine Kryptowährung?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/kryptowaehrungen-kaufen/">Kryptowährungen kaufen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/ki-coins/">KI Coins (AI Coins)</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/krypto-etns-vergleich/">Vergleich Krypto-ETFs</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/bitcoin-etns/">Bitcoin-ETFs im Vergleich</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/etfs/bester-blockchain-etf/">Blockchain-ETFs im Vergleich</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/kryptowaehrung-steuer/">Steuer auf Kryptowährungen 2023: Was Du wissen musst</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/krypto-prognose-2023/">Krypto Prognose für 2023: Steigt der Bitcoin-Kurs wieder?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/kryptowaehrungs-glossar/">Kryptowährungs-Glossar der Begriffe und Akronyme</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/was-ist-hot-wallet/">Was ist ein Hot Wallet?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/was-ist-cold-wallet/">Was sind Cold Wallets?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/beste-hardware-wallets/">Die besten Hardware-Wallets 2023</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/was-ist-iota/">Was ist Iota (MIOTA) ? Wie funktioniert es?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/top-10-kryptowaehrungen/">Die Top-10-Kryptowährungen im September 2023</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/neue-kryptos-2023/">Neue Kryptowährungen 2023: Was Du wissen solltest</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/beste-altcoins/">Die besten Altcoins 2022</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/ausverkauf-am-kryptomarkt/">Update: Ausverkauf am Kryptomarkt: Lohnt jetzt ein Einstieg?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/was-ist-blockchain/">Was ist Blockchain?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/bitcoin-vs-etherium/">Ethereum vs Bitcoin: Ein Vergleich der beiden Coins</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/fussball-und-kryptowaehrung/">Was hat es mit Fußball und Krypto auf sich?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/was-ist-defi-dezentralisierte-finanzen/">Was ist DeFi? Dezentralisierte Finanzen verstehen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/beste-mining-software/">Beste Bitcoin-Mining-Software 2022</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/kryptowaehrungen/stablecoins/">Was sind Stablecoins?</a> </div> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Krypto Handel </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/krypto-boersen-vergleich/">Die beste Krypto-Börse in Deutschland: Krypto-Börsen-Vergleich</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/beste-krypto-apps-vergleich/">Beste Krypto-Apps</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/beste-online-wallets/">Die besten Online Wallets für Kryptowährungen</a> </div> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Erfahrungsberichte </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/boerse-stuttgart-digital-exchange-bsdex-erfahrung/">BSDEX Erfahrung 2022: Vor- und Nachteile</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/bison-erfahrung/">Bison Erfahrungen: Der Krypto-Broker im Test</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/binance-erfahrung/">Binance Erfahrung 2022: Vor-und Nachteile</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/coinbase-erfahrung/">Coinbase Erfahrung 2022: Vor- und Nachteile</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/crypto-com-erfahrungen/">Crypto.com Erfahrung 2022 – Vor- und Nachteile</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/kraken-erfahrung/">Kraken Erfahrung 2022: Vor- und Nachteile</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/bitpanda-erfahrung/">Bitpanda Erfahrung 2022: Vor- und Nachteile</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/bitvavo-erfahrungen/">Bitvavo Erfahrungen 2022 – Vorteile und Nachteile</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/kucoin-erfahrung/">Kucoin Erfahrungen 2023 - Vorteile und Nachteile</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/etoro-vs-coinbase/">Etoro versus Coinbase: Was ist besser?</a> </div> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Bitcoin (BTC) </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/was-ist-bitcoin/">Was ist Bitcoin (BTC) und wie funktioniert’s?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/bitcoin-kaufen/">Bitcoin (BTC) kaufen: So geht’s einfach in 4 Schritten</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/bitcoin-kaufen-mit-kreditkarte/">Bitcoin mit Kreditkarte kaufen: So geht es!</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/bitcoin-kaufen-mit-paypal/">Bitcoin (BTC) kaufen mit PayPal – so gehts</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/was-ist-eine-bitcoin-wallet/">Was ist ein Bitcoin-Wallet?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/bitcoin-kaufen-bei-etoro/">Bitcoin bei Etoro kaufen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/bitcoin-kurs-heute/">Bitcoin-Kurs heute</a> </div> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Ethereum (ETH) </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/was-ist-ethereum-und-wie-funktioniert-es/">Was ist Ethereum und wie funktioniert es?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/ethereum-kaufen/">Ethereum (ETH) kaufen: So geht’s!</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/was-ist-ethereum-2/">Was ist Ethereum 2.0? Die Umstellung verstehen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/ethereum-merge/">Was ist der „Ethereum Merge“?</a> </div> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Tether (USDT) </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/tether-usdt-kaufen/">Tether (USDT) kaufen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/was-ist-tether-usdt/">Was ist Tether? Wie funktioniert es?</a> </div> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Ripple (XRP) </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/was-ist-ripple-und-xrp/">Was ist Ripple(XRP)?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/ripple-xrp-kaufen/">Wie kauft man XRP (Ripple)?</a> </div> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Dogecoin (DOGE) </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/was-ist-dogecoin/">Was ist Dogecoin (DOGE) und wie funktioniert’s?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/dogecoin-kaufen/">Dogecoin (DOGE) kaufen: So geht es</a> </div> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Krypto Kaufratgeber </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/apecoin-kaufen/">Apecoin (APE) kaufen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/avalanche-kaufen/">Avalanche (AVAX) kaufen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/bitcoin-cash-kaufen/">Bitcoin Cash (BCH) kaufen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/binance-coin-kaufen/">Binance Coin (BNB) kaufen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/cardano-kaufen/">Cardano (ADA) kaufen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/chainlink-kaufen/">Chainlink (LINK) kaufen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/cosmos-kaufen/">Cosmos (ATOM) kaufen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/cronos-cro-kaufen/">Cronos (CRO) kaufen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/filecoin-kaufen/">Filecoin (FIL) kaufen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/litecoin-ltc-kaufen/">Litecoin (LTC) kaufen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/monero-kaufen-so-geht-es/">Monero (XMR) kaufen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/polkadot-dot-kaufen/">Polkadot (DOT) kaufen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/polygon-matic-kaufen/">Polygon (MATIC) kaufen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/safemoon-kaufen/">Safemoon (SFM) kaufen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/solana-sol-kaufen/">Solana (SOL) kaufen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/shiba-inu-shib-kaufen/">Shiba Inu (SHIB) kaufen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/stellar-kaufen/">Stellar Lumens (XLM) kaufen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/terra-luna-kaufen/">Terra (Luna) kaufen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/tron-trx-kaufen/">Tron (TRX) kaufen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/uniswap-uni-kaufen/">Uniswap (UNI) kaufen</a> </div> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > NFTs </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/non-fungible-tokens/">NFT Bedeutung und wie man NFT kaufen kann</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/beste-nft-marktplaetze/">Die besten NFT-Marktplätze 2023</a> </div> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Metaverse </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/metaverse-grundstueck-kaufen/">Wie man ein Grundstück und virtuelles Land im Metaverse kauft – Leitfaden für Einsteiger</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/beste-metaverse-coins/">Die Top-6-Kryptowährungen fürs Metaverse</a> </div> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Krypto Interviews </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/interview-kryptomarkt-in-5-jahren-bitcoin2go-mirco-recksiek/">„Die meisten Altcoins brauchen wir nicht“ – Mirco Recksiek von Bitcoin2Go im Interview</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/interview-ethereum-merge-coinshares-marc-thomas-arjoon/">Ethereum-Merge: Das kann auf Investoren zukommen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/interview-zukunft-decentralized-finance-unstoppable-finance-peter-grosskopf/">„Der Code behandelt jeden Menschen gleich“ – Peter Grosskopf von Unstoppable Finance im Interview</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/interview-kryptomarkt-in-5-jahren-justtrade-michael-busshaus/">„Auf dem Kryptomarkt herrscht weiter eine gewisse Goldgräberstimmung” – Michael B. Bußhaus von Just Trade im Interview</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/interview-etoro-simon-peters-dennis-austinat/">„Die Zeit im Markt ist entscheidend, nicht das Timing“ – Simon Peters und Dennis Austinat von eToro im Interview</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/interview-zukunft-von-binance-michael-wild/">„Die Blockchain-Technologie wird unseren Alltag positiv verändern“ – Michael Wild von Binance im Interview</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/interview-bitvavo-mark-nuvelstijn/">„Akzeptanz von Kryptowährungen nimmt zu“ – Bitvavo-CEO Mark Nuvelstijn im Interview</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/krypto/laura-marie-geissler-nft/">Laura-Marie Geissler: „Wenn ich Rennen gewinne, sollen NFT-Besitzer profitieren“</a> </div> </div> </li> </ul> </div> </li> <li id="top-level-menu-item-1" class="wp-menu-item"> <a href="https://www.forbes.com/advisor/de/geldanlage/" v-on:click="handleMenuClick($event,1)" class="cursor-pointer sub-menu-present" > <div class="main-menu-wrap"> Geldanlage </div> </a> <div class="sub-menu-wrap" > <div class="mobile-back-btn" v-on:click="closeMobileSubMenu" > <span class="back-arrow"> <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12.8337 7.83345H3.52534L7.59201 11.9001C7.91701 12.2251 7.91701 12.7584 7.59201 13.0834C7.51492 13.1607 7.42334 13.222 7.32253 13.2638C7.22172 13.3056 7.11365 13.3271 7.00451 13.3271C6.89537 13.3271 6.7873 13.3056 6.68649 13.2638C6.58568 13.222 6.49411 13.1607 6.41701 13.0834L0.925344 7.59178C0.848091 7.51468 0.786802 7.42311 0.744984 7.3223C0.703166 7.22149 0.681641 7.11342 0.681641 7.00428C0.681641 6.89514 0.703166 6.78707 0.744984 6.68626C0.786802 6.58545 0.848091 6.49387 0.925344 6.41678L6.41701 0.925112C6.49416 0.84796 6.58575 0.786761 6.68656 0.745008C6.78736 0.703253 6.8954 0.681763 7.00451 0.681763C7.11362 0.681763 7.22166 0.703253 7.32246 0.745008C7.42327 0.786761 7.51486 0.84796 7.59201 0.925112C7.66916 1.00226 7.73036 1.09386 7.77212 1.19466C7.81387 1.29546 7.83536 1.4035 7.83536 1.51261C7.83536 1.62172 7.81387 1.72976 7.77212 1.83057C7.73036 1.93137 7.66916 2.02296 7.59201 2.10011L3.52534 6.16678H12.8337C13.292 6.16678 13.667 6.54178 13.667 7.00011C13.667 7.45845 13.292 7.83345 12.8337 7.83345Z" fill="white"/> </svg> </span> <span>Geldanlage</span> </div> <ul class="sub-menu wp-menu-scroll-enabled"> <li class="main-category-item"> <a href="https://www.forbes.com/advisor/de/geldanlage/" class="cursor-pointer xl:hover:underline" > <div> Geldanlage </div> </a> </li> <li class="sub-menu-item"> <div class="sub-menu-title"> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/">Geldanlage - Richtig Geld anlegen</a> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > ETFs </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/etfs/">Was sind ETFs</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/etfs/etf-kaufen/">ETFs kaufen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/etfs/etfs-kaufen-bei-etoro/">ETFs kaufen bei Etoro</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/etfs/etf-sparplan-oder-einmalanlage/">ETF-Sparplan oder Einmalanlage: Was ist besser?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/hebel-etfs/">Was sind Hebel-ETFs? Vor- und Nachteile im Überblick</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/beste-kostenlose-broker/">Kostenlose Broker: Übersicht der besten Anbieter</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/etfs/beste-erneubare-etfs/">Die besten ETFs für erneuerbare Energien 2023</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/etfs/bester-etf-sparplan/">Beste ETF-Sparpläne: So findest Du sie</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/etfs/ki-etfs/">Künstliche Intelligenz: So kannst Du mit ETFs in KI investieren</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/etfs/etf-thesaurierend-oder-ausschuettend/">Thesaurierende oder ausschüttende ETFs: Was lohnt sich mehr</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/etfs/unternehmensanleihen-etf/">Beste ETFs für Unternehmensanleihen 2023</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/etfs/beste-emerging-market-etfs/">Die besten Emerging-Market-ETFs 2023</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/etfs/etf-depot-vergleich/">ETF-Depot-Vergleich: Wo sich der ETF-Kauf lohnt</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/etfs/small-cap-etfs-was-du-wissen-solltest/">Small-Cap-ETFs: Was Du wissen solltest</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/etfs/etf-portfolio/">ETF-Portfolio: Wie sieht ein guter ETF-Mix aus?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/etfs/wie-sicher-sind-etfs/">Wie sicher sind ETFs?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/etfs/etf-sparplan/">Was ist ein ETF-Sparplan? So investierst du mit minimalem Aufwand!</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/etfs/etf-kosten/">ETF-Kosten: Auf diese musst Du achten</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/etfs/etf-steuern/">ETFs und Steuern: So viel wird fällig</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/etfs/etf-vergleich/">ETF-Vergleich: Wie Du die besten Exchange Traded Funds findest</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/etfs/wie-liest-du-die-kostenuebersicht-bei-etfs/">Wie liest Du die Kostenübersicht beim ETF-Kauf?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/etfs/nachhaltige-etfs/">Die besten nachhaltigen ETFs 2023</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/etfs/msci-world-etf/">MSCI World: Die besten weltweiten ETFs im Vergleich Mai 2023</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/etfs/lyxor-etf-msci-world-kaufen/">MSCI-World-ETF von Lyxor (jetzt Amundi) kaufen: So geht’s</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/etfs/beste-rohstoff-etfs/">Die 5 besten Rohstoff-ETFs</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/etfs/beste-china-etfs/">Die 5 besten China-ETFs</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/beste-europa-etfs/">Die besten Europa-ETFs 2023</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/dow-jones-etfs/">Die 5 besten ETFs auf den Dow Jones</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/dividenden-etf-vergleich/">Die 5 besten Dividenden-ETFs 2023</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/etfs/etf-oder-immobilien/">Investieren: ETFs und Immobilien im Vergleich</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/etfs/etf-rendite/">ETF-Rendite: Wie viel darf es sein?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/etfs/etf-risikoklassen/">ETF Risikoklassen: Was es damit auf sich hat</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/etfs/beste-dax-etfs/">Die besten Dax-ETFs</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/etfs/beste-efts-sdax/">Die besten SDax-ETFs</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/etfs/beste-mdax-etfs/">Die besten MDax-ETFs</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/etfs/beste-tecdax-etfs/">Die besten TecDax-ETFs</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/was-sind-immobilien-etfs/">Immobilien-ETFs: Was Du wissen solltest</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/sp-500-vs-msci-world-index/">S&#038;P 500 vs. MSCI World Index: Was Du wissen solltest</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/msci-world-dividenden/">MSCI World: Wie viel Dividende liefert der Weltaktienindex?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/etcs-kaufen/">ETCs kaufen: So geht‘s</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/etfs/vermoegenswirksame-leistungen-vl-etf-sparplan/">Vermögenswirksame Leistungen: Renditestark in ETFs anlegen</a> </div> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Gold </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/gold/">Gold als Geldanlage</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/gold/goldpreis-heute/">Goldpreis aktuell in Euro – Goldkurs heute</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/gold/goldinvestitionsoptionen/">Gold als beliebte Investition: Darum ist das so</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/gold/gold-kaufen/">Gold kaufen: So geht es</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/gold/wie-viel-gold-kaufen/">So viel Gold darfst Du kaufen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/gold/wann-gold-kaufen/">Wann ist der beste Zeitpunkt, um Gold zu kaufen?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/gold/gold-anonym-kaufen/">Gold anonym kaufen – Möglichkeiten und Risiken</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/gold/wie-viel-gold-gibt-es/">Wie viel Gold gibt es auf der Welt?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/gold/goldwaschen/">Goldwaschen: Was es damit auf sich hat</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/gold/gold-verkaufen/">Gold verkaufen: So bekommst Du einen guten Preis</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/gold/wie-sicher-ist-gold/">Wie sicher ist Gold als Anlageform?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/gold/goldaktien/">Was sind Goldaktien?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/gold/beste-gold-aktien/">Die 7 besten Goldaktien 2023</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/gold/gold-etfs-kaufen/">Gold-ETFs kaufen: Das musst Du über ETCs wissen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/gold/gold-als-inflationsschutz/">Schützt Gold gegen Inflation?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/gold/gold-punzierung/">Goldstempel: Das bedeutet die Punzierung</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/gold/gold-karat/">Gold: Was es mit Karat und Feingehalt auf sich hat</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/gold/gold-lagern/">Gold lagern: So geht’s sicher und einfach</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/gold/goldmuenzen-kaufen/">Goldmünzen kaufen – Ein Leitfaden für Anfänger</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/gold/goldbarren-kaufen/">Goldbarren kaufen – Ein Leitfaden für Anfänger</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/gold/goldschmuck-als-wertanlage/">Goldschmuck als Wertanlage: Darauf kommt’s an</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/gold/wichtigste-goldproduzenten-weltweit/">Die wichtigsten Goldproduzenten weltweit</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/gold/goldreserven/">Die Goldreserven der Bundesrepublik Deutschland</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/gold/gold-oder-aktien/">Gold oder Aktien: Was ist besser?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/gold/gold-verkaufen/">Gold verkaufen: So bekommst Du einen guten Preis</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/gold/gold-steuern/">Gold und Steuern: Wo Du am wenigsten Abgaben zahlen musst</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/gold/gold-neubewertung/">Neubewertung von Gold: Diese zwei Möglichkeiten gibt es</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/gold/gold-online-kaufen/">Gold online kaufen: Die besten Webseiten für den Preisvergleich 2023</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/gold/gold-zertifikate/">Was sind Gold-Zertifikate? Das sind die Vor- und Nachteile</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/gold/goldverbot/">Goldverbot – Wie groß ist das Risiko heute?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/gold/physisches-gold-kaufen/">Physisches Gold kaufen: So geht’s</a> </div> </div> </li> <li class="sub-menu-item"> <div class="sub-menu-title"> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/gold-future/">Was sind Gold Futures? Vor- und Nachteile</a> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Aktien </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/aktien-investieren/">In Aktien investieren</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/was-sind-wachstumsaktien/">Wann ein Investment in Wachstumsaktien Sinn ergibt</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/in-investmentfonds-investieren/">So kannst Du in Investmentfonds investieren</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/einzelne-aktien-kaufen/">Einzelne Aktien kaufen: Vor- und Nachteile</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/passives-einkommen-dividenden-etfs/">Passives Einkommen durch Dividenden</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/aktien-kaufen/">Aktien kaufen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/aktien-kaufen-mit-paypal/">Aktien kaufen mit Paypal: So geht’s!</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/guenstige-aktien-mit-potenzial/">Zehn günstige Aktien mit Potenzial in 2023</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/mit-aktien-geld-verdienen/">Mit Aktien Geld verdienen: So geht es!</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/beste-e-auto-aktien/">Die 10 besten E-Auto-Aktien</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/was-ist-ftse-index/">Wichtigste britische Aktien: Was ist der FTSE-Index?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/beste-telekommunikationsaktien/">Die besten Telekommunikations-Aktien 2022</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/cannabis-aktien/">Die besten Cannabis-Aktien und ETFs 2022</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/beste-dividendenaktien/">Die 10 besten Dividendenaktien 2023</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/buy-the-dip-ausverkauf-am-aktienmarkt/">Ausverkauf am Aktienmarkt: Ist es richtig, jetzt billig nachzukaufen?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/aktienindex/">Aktienindex & Aktienindizes erklärt</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/etf-sparplan/">Aktien-Sparpläne für Anfänger</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/beste-sparzinsen-2023/">Wie Du die besten Sparzinsen 2023 bekommst</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/dax40/">Dax 40: Wie geht’s weiter nach dem Allzeithoch?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/wie-du-einen-boersencrash-ueberlebst/">Wie Du einen Börsencrash überlebst</a> </div> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Aktien Kaufratgeber </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/aktien-kaufen/">Aktien kaufen: So einfach geht’s</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/adidas-ads-aktien-kaufen/">Adidas (ADS) Aktien kaufen: So einfach geht’s</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/google-googl-alphabet-aktien-kaufen/">Google (GOOGL) Aktien kaufen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/kann-ich-twitter-aktien-kaufen/">Twitter (TWTR) Aktie kaufen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/facebook-meta-aktien-kaufen/">Facebook (META) Aktie kaufen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/amazon-aktie-amzn-kaufen/">Amazon-Aktien kaufen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/apple-aktien-kaufen/">Apple (AAPL) Aktie kaufen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/microsoft-aktien-kaufen/">Microsoft (MSFT) Aktien kaufen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/tesla-aktien-kaufen/">Tesla (TSLA) Aktie kaufen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/daimler-truck-aktie-kaufen/">Daimler Truck (DTGHF) Aktien kaufen: So einfach geht’s!</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/netflix-aktien-kaufen/">Netflix Aktien kaufen: so geht es!</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/coca-cola-aktien-kaufen/">Coca-Cola Aktien kaufen: So geht es!</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/eni-aktie-kaufen/">Eni-Aktien (ENI) kaufen: So geht’s!</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/paypal-aktien-pypl-kaufen/">Paypal Aktien kaufen: So geht es!</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/aktien-kaufen-bei-etoro/">Aktien kaufen bei eToro</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/bvb-borussia-dortmund-boruf-aktie-kaufen/">BVB (BORUF) Aktien kaufen: So geht’s!</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/tesla-aktien-kaufen/">Tesla-Aktien kaufen: So geht‘s</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/amazon-aktie-amzn-kaufen/">Amazon-Aktien kaufen: Nach dem Aktiensplit wieder für Kleinanleger attraktiv</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/facebook-meta-aktien-kaufen/">Facebook / META Aktien kaufen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/apple-aktien-kaufen/">Apple Aktien kaufen: So geht’s in 6 Schritten</a> </div> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Geldanlage & Börse </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/online-broker-vergleich/">Die besten Online-Broker im Vergleich</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/dax-kurs-heute-aktuell/">DAX Kurs aktuell heute</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/was-ist-ein-broker-konto/">Was ist ein Broker-Konto? Warum brauche ich eines?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/aktienmarkt-prognose-2023/">Ausblick auf den Aktienmarkt für 2023</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/anlagetrends-2023-prognose/">Die 8 wichtigsten Anlagetrends für 2023</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/was-ist-kostenquote/">Expense Ratio: Die Gebühr, die Du für Fonds zahlst</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/diversifikation/">Diversifizieren – so geht's</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/das-sind-dividenden/">Das sind Dividenden</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/dividendenrendite-berechnen/">Dividendenrendite berechnen: So geht’s!</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/tagesgeld-vergleich/">Tagesgeld-Vergleich: Bestes Tagesgeldkonto 2022</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/festgeld-vergleich/">Festgeld-Vergleich: Bestes Festgeldkonto 2022</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/was-sind-cfds/">Was sind CFDs – Wie funktioniert der CFD-Handel?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/nachhaltige-geldanlage/">Was ist eine nachhaltige Geldanlage?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/robo-advisor-alternativen/">Robo-Advisor</a> </div> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Anleihen </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/was-sind-anleihen/">Was sind Anleihen: Die Grundlagen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/anleihen-kaufen/">Anleihen kaufen: Was Du wissen solltest</a> </div> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Forex Trading </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/was-ist-forex-trading/">Was ist Forex Trading?</a> </div> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Erfahrungsberichte </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/etoro-erfahrung/">eToro-Erfahrung: Vor-und Nachteile</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/etfs/scalable-broker-etf-sparplan-erfahrungen/">Scalable Capital ETF-Sparplan: Erfahrungen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/scalable-broker-erfahrungen/">Free Broker Scalable Capital: Erfahrungen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/finanzen-net-zero-erfahrungen/">Online-Broker Finanzen.net Zero: Erfahrungen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/trade-republic-etf-sparplan-erfahrungen/">Trade Republic ETF-Sparplan: Unsere Erfahrungen 2023</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/etfs/smartbroker-etf-sparplan-erfahrungen/">ETF-Sparpläne bei Smartbroker: Unsere Erfahrungen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/smartbroker-erfahrungen/">Online-Broker Smartbroker: Erfahrungen</a> </div> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Lexikon </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/rezession/">Was ist eine Rezession?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/vermoegen-aufbauen/">Vermögen aufbauen mit diesen 7 Tipps</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/kurs-gewinn-verhaeltnis-peg-ratio/">PEG-Verhältnis: Das PEG-Verhältnis verstehen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/kgv/">Kurs-Gewinn-Verhältnis (KGV) erklärt</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/was-ist-margin-trading/">Was ist Margin-Trading? – Diese Risiken solltest Du kennen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/bullen-baerenmarkt-unterschied/">Bärenmarkt und Bullenmarkt: Worin besteht der Unterschied?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/was-ist-leitzins/">Was ist der Leitzins?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/was-ist-value-investing/">Value Investing: Investieren wie Warren Buffett</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/was-sind-sparanlagen/">Was sind Sparanlagen?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/was-ist-die-markteffizienzhypothese-efficient-market-hypothesis/">Was ist die Markteffizienzhypothese (Efficient-market hypothesis)?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/risiko-vs-volatilitaet/">Risiko vs. Volatilität: Was ist der Unterschied?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/was-ist-hebel-leverage/">Was bedeutet Leverage (Hebel)?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/was-ist-multi-level-marketing/">Was ist Multi-Level-Marketing?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/einlagensicherung-sondervermoegen/">Tagesgeld, Aktien, Bitcoin, Gold: Wie sicher ist Dein Geld?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/so-entsteht-eine-inflation/">So entsteht eine Inflation</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/inflation/">Juli-Inflation in Deutschland bei 6,2 Prozent: Teuerungsrate stagniert</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/inflationsrate/">Inflationsrate Deutschland und im Euroraum: Was dahintersteckt und wie wir sie berechnen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/hyperinflation/">Hyperinflation: Wenn die Inflation aus dem Ruder läuft</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geldanlage/negativzinsen/">Update Negativzinsen: Bald Geschichte?</a> </div> </div> </li> </ul> </div> </li> <li id="top-level-menu-item-2" class="wp-menu-item"> <a href="javascript:;" v-on:click="handleMenuClick($event,2)" class="cursor-pointer sub-menu-present" > <div class="main-menu-wrap"> Versicherungen </div> </a> <div class="sub-menu-wrap" > <div class="mobile-back-btn" v-on:click="closeMobileSubMenu" > <span class="back-arrow"> <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12.8337 7.83345H3.52534L7.59201 11.9001C7.91701 12.2251 7.91701 12.7584 7.59201 13.0834C7.51492 13.1607 7.42334 13.222 7.32253 13.2638C7.22172 13.3056 7.11365 13.3271 7.00451 13.3271C6.89537 13.3271 6.7873 13.3056 6.68649 13.2638C6.58568 13.222 6.49411 13.1607 6.41701 13.0834L0.925344 7.59178C0.848091 7.51468 0.786802 7.42311 0.744984 7.3223C0.703166 7.22149 0.681641 7.11342 0.681641 7.00428C0.681641 6.89514 0.703166 6.78707 0.744984 6.68626C0.786802 6.58545 0.848091 6.49387 0.925344 6.41678L6.41701 0.925112C6.49416 0.84796 6.58575 0.786761 6.68656 0.745008C6.78736 0.703253 6.8954 0.681763 7.00451 0.681763C7.11362 0.681763 7.22166 0.703253 7.32246 0.745008C7.42327 0.786761 7.51486 0.84796 7.59201 0.925112C7.66916 1.00226 7.73036 1.09386 7.77212 1.19466C7.81387 1.29546 7.83536 1.4035 7.83536 1.51261C7.83536 1.62172 7.81387 1.72976 7.77212 1.83057C7.73036 1.93137 7.66916 2.02296 7.59201 2.10011L3.52534 6.16678H12.8337C13.292 6.16678 13.667 6.54178 13.667 7.00011C13.667 7.45845 13.292 7.83345 12.8337 7.83345Z" fill="white"/> </svg> </span> <span>Versicherungen</span> </div> <ul class="sub-menu wp-menu-scroll-enabled"> <li class="sub-menu-item"> <div class="accordian-wrapper active " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Krankenversicherung </div> <div class="accordian-menu answer " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/krankenversicherung/beste-krankenkasse/">GKV - Die besten Krankenkassen 2022</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/krankenversicherung/zusatzbeitrag-krankenkassen/">Krankenkassen-Zusatzbeitrag: 2023 wird es teurer</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/krankenversicherung/beste-gesetzliche-krankenkasse-zahnreinigung-zahnersatz/">Beste Krankenkassen für Zahnreinigung und Zahnersatz</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/krankenversicherung/krankenkasse-fuer-auslaender-und-expats/">Die besten Krankenkassen für Ausländer und Expats 2023</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/krankenversicherung/krankenkasse-fuer-auslaendische-studenten/">Die besten Krankenkassen für ausländische Studenten 2023</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/krankenversicherung/krankenkasse-fuer-auslaendische-studenten/">Die besten Krankenkassen für ausländische Studenten 2023</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/krankenversicherung/krankenkasse-fuer-studenten/">Die besten Krankenkassen für Studenten</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/krankenversicherung/wie-lange-krankengeld/">Wann und wie lange gibt es Krankengeld?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/krankenversicherung/private-krankenversicherung-kosten/">Private Krankenversicherung: Kosten und Beitragsanpassungen 2023</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/krankenversicherung/anwartschaftsversicherung/">Anwartschaftsversicherung: Was ist das eigentlich?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/krankenversicherung/private-krankenversicherung/">PKV Ratgeber</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/krankenversicherung/private-krankenversicherung-beamte/">Private Krankenversicherung für Beamte</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/krankenversicherung/private-krankenversicherung-pkv-kind/">Private Krankenversicherung für Kinder</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/krankenversicherung/private-krankenversicherung-studenten/">Private Krankenversicherung für Studenten</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/krankenversicherung/private-krankenversicherung-rentner/">Private Kranken­versicherung für Rentner: Was Du wissen solltest</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/krankenversicherung/krankenversicherung-studenten/">Krankenversicherung für Studenten im Vergleich: So findest Du die beste Krankenkasse</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/krankenversicherung/krankenversicherung-rentner/">Krankenversicherung für Rentner: Diese Möglichkeiten hast Du</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/krankenversicherung/krankenversicherung-freiberufler-selbststaendige/">Krankenversicherung für Selbstständige oder Freiberufler: Das musst Du beachten</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/krankenversicherung/krankenversicherung-ohne-einkommen/">Gesetzliche und private Krankenversicherung ohne Einkommen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/krankenversicherung/krankenkasse-wechseln/">Krankenkasse wechseln 2022</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/krankenversicherung/krankenversicherung-fuer-indische-studenten-angestellte/">Krankenversicherung in Deutschland für Studenten und Arbeitnehmer aus Indien</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/krankenversicherung/hkk-krankenkasse/">HKK- Bewertung & Erfahrung 2022</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/krankenversicherung/zusatzbeitrag-krankenkassen/">Zusatzbeitrag der Krankenkassen 2022</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/versicherungen/zahnzusatzversicherung/">Die besten Zahnzusatzversicherungen im Vergleich für 2022</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/krankenversicherung/altersruckstellung-pkv/">Das sind Altersrückstellungen in der PKV</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/krankenversicherung/pkv-leistungen/">Wichtige Leistungen der privaten Krankenversicherung</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/krankenversicherung/chiropraktiker-krankenkasse/">Behandlung beim Chiropraktiker: Das zahlt die Krankenkasse</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/krankenversicherung/zahnimplantat-kosten-das-zahlt-die-krankenkasse/">Zahnimplantat-Kosten: Das zahlt die Krankenkasse</a> </div> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Tierversicherungen </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/tierversicherung/hundekrankenversicherung/">Die besten Hundekrankenversicherungen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/tierversicherung/krankenversicherung-katze/">Die besten Krankenversicherungen für Katzen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/tierversicherung/hunde-op-versicherung/">Die besten OP-Versicherungen für Hunde</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/tierversicherung/katzen-op-versicherung/">Die besten OP-Versicherungen für Katzen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/versicherungen/hundehaftpflicht-vergleich/">Hundehaftpflicht Vergleich 2022</a> </div> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Kfz-Versicherung </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/kfz-versicherung/beste-kfz-versicherung/">Beste Kfz-Versicherung</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/kfz-versicherung/beste-kfz-versicherung-fahranfaenger/">Beste Kfz-Versicherung für Fahranfänger</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/kfz-versicherung/beste-kfz-versicherung-senioren/">Beste Kfz-Versicherung für Senioren im November 2022</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/kfz-versicherung/beste-kfz-versicherung-elektroautos/">Beste E-Auto Versicherung</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/kfz-versicherung/kfz-versicherung-testsieger/">Kfz-Versicherung: Vergleich der aktuellen Testsieger und Tests</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/kfz-versicherung/autoversicherung-kosten/">Autoversicherung-Kosten</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/kfz-versicherung/guenstige-kfz-versicherung/">Günstige Kfz-Versicherung</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/kfz-versicherung/kfz-versicherung-kuendigen-wann-wie/">Kfz-Versicherung kündigen: Tipps, Fristen und Kündigungsvorlage</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/kfz-versicherung/kfz-versicherung-online-finden/">Kfz-Versicherung online</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/kfz-versicherung/kfz-versicherung-trotz-schufa/">Kfz-Versicherung trotz Schufa: Ohne Bonität zur Versicherung</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/kfz-versicherung/kfz-versicherung-wechseln/">KFZ Versicherung wechseln</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/kfz-versicherung/kfz-versicherung-fahranfaenger/">Kfz-Versicherung für Fahranfänger</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/kfz-versicherung/kfz-versicherung-sparen/">So viel spart eine Familie bei der Kfz-Versicherung 2023</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/kfz-versicherung/kfz-versicherung-alkohol-drogen/">Unfall mit Drogen- oder Alkoholeinfluss: Zahlt die Kfz-Versicherung?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/kfz-versicherung/kfz-versicherung-fahrerflucht/">Unfall mit Fahrerflucht: Wann die Kfz-Versicherung zahlt</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/kfz-versicherung/unterschied-haftpflicht-teilkasko-vollkasko/">Haftpflicht, Teilkasko oder Vollkasko fürs Auto?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/kfz-versicherung/schadenfreiheitsklasse/">Schadenfreiheitsklasse (SFK) in der Kfz-Versicherung: 10 Dinge, die Du wissen solltest</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/kfz-versicherung/huk24-erfahrung/">Huk24 Kfz-Versicherung Bewertung & Erfahrung 2022: Vorteile und Nachteile</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/kfz-versicherung/check24-erfahrungen/">Check24 Kfz-Versicherung Bewertung &#038; Erfahrung 2023: Vorteile und Nachteile</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/kfz-versicherung/verivox-kfz-versicherung-erfahrungen/">Verivox Kfz-Versicherung Erfahrung</a> </div> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Wohn- & Sachversicherungen </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/versicherungen/fahrrad-versichern-policen/">Einmaleins zur Fahrradversicherung</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/versicherungen/fahrrad-versichern-policen/">Fahrradversicherung: Wann Du Dein Rad gegen Diebstahl absichern solltest</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/versicherungen/moped-versicherung/">Mopedversicherung: Wie Du Dein Zweirad am besten versicherst</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/versicherungen/e-bike-versicherung/">E-Bike-Versicherungen im Vergleich: Die besten Angebote mit Kaskoschutz 2022</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/versicherungen/e-scooter-versicherung/">So findest Du eine gute E-Scooter-Versicherung</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/versicherungen/wohngebaeudeversicherung/">Beste Wohngebäudeversicherung 2023</a> </div> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Risiko & Vorsorge </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/versicherungen/berufsunfaehigkeitsversicherung/">Ist die Berufsunfähigkeitsversicherung sinnvoll? Hier ist, was du wissen musst.</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/versicherungen/berufsunfaehigkeitsversicherung-ohne-gesundheitspruefung/">Berufsunfähigkeitsversicherung ohne Gesundheitsprüfung: Deine Möglichkeiten</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/versicherungen/risikolebensversicherung/">Risikolebensversicherung: So findest Du den passenden Vertrag</a> </div> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Haftpflicht & Recht </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/versicherungen/rechtsschutzversicherung/">Was ist eine Rechtsschutzversicherung</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/versicherungen/haftpflichtversicherung/">Die besten Haftpflichtversicherungen im Januar 2022</a> </div> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Reise </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/versicherungen/reiseruecktrittsversicherung/">Reiserücktrittsversicherung im Vergleich 2022</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/versicherungen/reisekrankenversicherung-was-beachten/">Reisekrankenversicherung - Krankenversicherung im Ausland</a> </div> </div> </li> <li class="sub-menu-item"> <div class="sub-menu-title"> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/versicherungen/welche-versicherungen-braucht-man/">Welche Versicherungen braucht man: Unser Ratgeber</a> </div> </li> </ul> </div> </li> <li id="top-level-menu-item-3" class="wp-menu-item"> <a href="javascript:;" v-on:click="handleMenuClick($event,3)" class="cursor-pointer sub-menu-present" > <div class="main-menu-wrap"> Energie </div> </a> <div class="sub-menu-wrap" > <div class="mobile-back-btn" v-on:click="closeMobileSubMenu" > <span class="back-arrow"> <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12.8337 7.83345H3.52534L7.59201 11.9001C7.91701 12.2251 7.91701 12.7584 7.59201 13.0834C7.51492 13.1607 7.42334 13.222 7.32253 13.2638C7.22172 13.3056 7.11365 13.3271 7.00451 13.3271C6.89537 13.3271 6.7873 13.3056 6.68649 13.2638C6.58568 13.222 6.49411 13.1607 6.41701 13.0834L0.925344 7.59178C0.848091 7.51468 0.786802 7.42311 0.744984 7.3223C0.703166 7.22149 0.681641 7.11342 0.681641 7.00428C0.681641 6.89514 0.703166 6.78707 0.744984 6.68626C0.786802 6.58545 0.848091 6.49387 0.925344 6.41678L6.41701 0.925112C6.49416 0.84796 6.58575 0.786761 6.68656 0.745008C6.78736 0.703253 6.8954 0.681763 7.00451 0.681763C7.11362 0.681763 7.22166 0.703253 7.32246 0.745008C7.42327 0.786761 7.51486 0.84796 7.59201 0.925112C7.66916 1.00226 7.73036 1.09386 7.77212 1.19466C7.81387 1.29546 7.83536 1.4035 7.83536 1.51261C7.83536 1.62172 7.81387 1.72976 7.77212 1.83057C7.73036 1.93137 7.66916 2.02296 7.59201 2.10011L3.52534 6.16678H12.8337C13.292 6.16678 13.667 6.54178 13.667 7.00011C13.667 7.45845 13.292 7.83345 12.8337 7.83345Z" fill="white"/> </svg> </span> <span>Energie</span> </div> <ul class="sub-menu wp-menu-scroll-enabled"> <li class="sub-menu-item"> <div class="sub-menu-title"> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/immobilien/alternative-heizungen/">Alternative Heizungen</a> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Strom </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/energie/strom/stromvergleich/">Stromvergleich: So findest Du 2023 einen günstigen Stromanbieter</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/energie/strom/strompreis/">Strompreis-Entwicklung 2023: Einkaufspreise bleiben unten</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/energie/strom/oekostrom-vergleich/">Beste Ökostromanbieter 2022</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/energie/strom/stromanbieter-wechseln/">Stromanbieter wechseln</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/energie/strom/strompreis-zusammensetzung/">Strompreis-Zusammensetzung</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/energie/strom/stromboerse/">Strombörse: So kauft Dein Anbieter günstig Strom ein</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/energie/strom/smart-meter/">Strom sparen mit Smart Meter</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/energie/strom/strom-sparen/">20 Stromspartipps</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/energie/strom/strom-kuendigen/">Stromanbieter kündigen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/energie/strom/blackout-deutschland/">Blackout in Deutschland? Wie wahrscheinlich er ist und wie Du Dich vorbereitest</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/energie/strom/mit-tibber-pulse-stromverbrauch-messen/">„Tibber Pulse“: Gadget misst Deinen Stromverbrauch direkt am Stromzähler</a> </div> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Solar </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/energie/solarenergie/arten-von-solarmodulen/">Die verschiedenen Arten von Solarmodulen für Dein Haus</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/energie/solarenergie/photovoltaikanlage-kaufen/">Was ist eine Photovoltaikanlage?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/energie/solarenergie/wie-viele-solarmodule/">Wie viele Solarmodule brauche ich?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/energie/solarenergie/photovoltaikanlage/">Photovoltaikanlage: Lohnt sich Solarstrom vom eigenen Dach?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/energie/solarenergie/balkonkraftwerk/">Das bringt ein Balkonkraftwerk</a> </div> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Gas </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/energie/gas/gasvergleich/">Gasvergleich 2023: Gaspreise vergleichen und sparen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/energie/gas/gaspreis/">Warum der Gaspreis 2023 sank – und was Du jetzt tun kannst</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/energie/gas/lng-terminal/">Wie Deutschland mit LNG-Terminals seine Gasversorgung sicherstellt</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/energie/gas/oekogas/">Lohnt sich Ökogas?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/energie/gas/gaspreiserhoehung/">Gaspreiserhöhung 2022: Das kannst Du tun</a> </div> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Öl </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/energie/oel/heizoelpreise/">Drei Gründe, warum die Heizölpreise 2022 gestiegen sind</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/energie/oel/benzinpreise/">Wie entwickeln sich die Benzinpreise 2023?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/energie/oel/super-e10-tanken/">Super E10 tanken: Warum der Biosprit besser ist als sein Ruf</a> </div> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Ratgeber </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/energie/strom/smart-home-geraete/">Wie Du mit Smart-Home-Geräten Geld sparen kannst</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/deine-finanzen/smartphone-laptop-e-bike-so-schonst-du-den-akku-deiner-wertvollen-gerate/">Akku-Pflege bei Smartphone und E-Bike</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/energie/neue-energielabel/">Neue Energielabel: So vergleichst Du die Gesamtkosten von Elektrogeräten</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/energie/strom/energieeffizienzklassen/">Einfach erklärt: Die Energieeffizienzklassen von A bis G</a> </div> </div> </li> </ul> </div> </li> <li id="top-level-menu-item-4" class="wp-menu-item"> <a href="javascript:;" v-on:click="handleMenuClick($event,4)" class="cursor-pointer sub-menu-present" > <div class="main-menu-wrap"> Business </div> </a> <div class="sub-menu-wrap" > <div class="mobile-back-btn" v-on:click="closeMobileSubMenu" > <span class="back-arrow"> <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12.8337 7.83345H3.52534L7.59201 11.9001C7.91701 12.2251 7.91701 12.7584 7.59201 13.0834C7.51492 13.1607 7.42334 13.222 7.32253 13.2638C7.22172 13.3056 7.11365 13.3271 7.00451 13.3271C6.89537 13.3271 6.7873 13.3056 6.68649 13.2638C6.58568 13.222 6.49411 13.1607 6.41701 13.0834L0.925344 7.59178C0.848091 7.51468 0.786802 7.42311 0.744984 7.3223C0.703166 7.22149 0.681641 7.11342 0.681641 7.00428C0.681641 6.89514 0.703166 6.78707 0.744984 6.68626C0.786802 6.58545 0.848091 6.49387 0.925344 6.41678L6.41701 0.925112C6.49416 0.84796 6.58575 0.786761 6.68656 0.745008C6.78736 0.703253 6.8954 0.681763 7.00451 0.681763C7.11362 0.681763 7.22166 0.703253 7.32246 0.745008C7.42327 0.786761 7.51486 0.84796 7.59201 0.925112C7.66916 1.00226 7.73036 1.09386 7.77212 1.19466C7.81387 1.29546 7.83536 1.4035 7.83536 1.51261C7.83536 1.62172 7.81387 1.72976 7.77212 1.83057C7.73036 1.93137 7.66916 2.02296 7.59201 2.10011L3.52534 6.16678H12.8337C13.292 6.16678 13.667 6.54178 13.667 7.00011C13.667 7.45845 13.292 7.83345 12.8337 7.83345Z" fill="white"/> </svg> </span> <span>Business</span> </div> <ul class="sub-menu wp-menu-scroll-enabled"> <li class="sub-menu-item"> <div class="accordian-wrapper active " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Website Builder </div> <div class="accordian-menu answer " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/beste-webseite-baukasten-vergleich/">Die besten Homepage Baukasten Software im Vergleich</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/bester-portfolio-website-baukasten/">Die 5 besten Portfolio-Website-Baukästen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/beste-kostenlose-website-baukasten/">Die besten kostenlosen Website-Baukästen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/wix-preise/">Wix Preise</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/wix-alternativen/">Die 9 besten Wix-Alternativen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/shopify-alternativen/">Die besten Shopify-Alternativen und Konkurrenten</a> </div> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Webhosting </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/webhosting-vergleich/">Beste Webhosting-Dienste Vergleich</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/guenstiges-webhosting/">11 günstige Webhosting-Dienste</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/business-hosting/">Die 10 besten Webhosting-Dienste für kleine Unternehmen & Startups</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/wordpress-hosting-vergleich/">Die 10 besten WordPress-Hosting-Dienste</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/email-hosting-vergleich/">Die besten E-Mail-Hosting-Dienste im Juni 2023</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/webhosting-kostenlos/">5 kostenlose Webhosting-Dienste</a> </div> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Task-Management-Software </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/task-management-software/">Die 10 besten Task-Management-Softwares</a> </div> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Projektmanagement Software </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/projekt-management-software/">Die beste Projektmanagement-Software</a> </div> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > VPN </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/beste-vpn-test/">Beste VPNs im Test</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/proxy-vs-vpn/">Proxy vs. VPN: Was ist der Unterschied?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/vpn-sicherheit/">Was Du über VPN-Sicherheit wissen musst</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/gunstigste-vpns/">Die 9 günstigsten VPNs</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/beste-vpns-fuer-ios/">Die besten iPhone-VPNs für iOS</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/beste-vpns-mac/">Die besten VPNs für Mac 2023</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/beste-vpn-windows/">Die besten VPNs für Windows 2023</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/beste-vpns-chrome/">Beste VPNs für Chrome 2023</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/beste-vpn-android/">Die besten VPNs für Android</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/vpn-ios/">Fehler unter iOS: VPNs funktionieren auf dem iPhone wahrscheinlich nicht richtig</a> </div> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Passwort Manager </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/kostenlose-passwort-manager-test/">Die 4 besten kostenlosen Passwort-Manager 2023</a> </div> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Anbieter Direktvergleiche </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/woocommerce-vs-shopify/">WooCommerce vs. Shopify: Vergleich 2023</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/surfshark-vs-nordvpn/">Surfshark vs. NordVPN: 2023 Vergleich</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/wix-vs-godaddy/">Wix vs. GoDaddy: Vergleich 2023</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/cyberghost-vs-nordvpn/">Cyberghost vs. NordVPN Vergleich</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/wix-vs-squarespace/">Wix vs. Squarespace im Vergleich</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/wix-vs-shopify/">Wix vs. Shopify</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/wix-vs-wordpress/">Wix vs. WordPress im Vergleich</a> </div> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Erfahrungsberichte </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/ionos-erfahrungen/">Ionos Erfahrungen 2023 : Vor- und Nachteile</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/wix-erfahrung/">Wix Test &#038; Erfahrung 2023: Funktionen, Vor- und Nachteile</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/norton-antivirus-test-erfahrungen/">Norton Antivirus: Test &#038; Erfahrungen 2023</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/squarespace-kosten/">Squarespace Kosten : Preispläne (2023 Guide)</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/weebly-test-erfahrungen/">Weebly Erfahrung 2023: Funktionen, Vorteile &#038; Nachteile</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/malwarebytes-test-erfahrungen/">Malwarebytes Premium: Test &#038; Erfahrungen 2023</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/bluehost-test-erfahrungen/">Bluehost Erfahrung 2023: Funktionen, Preise, Vorteile und Nachteile</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/godaddy-hosting-test-erfahrungen/">Godaddy Hosting Test &#038; Erfahrungen 2023: Funktionen, Vor- und Nachteile</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/godaddy-website-baukasten-test-erfahrungen/">Godaddy Website-Baukasten (Website Builder) Test &#038; Erfahrung 2023</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/shopify-erfahrung/">Shopify Erfahrungen &#038; Test: Vor- und Nachteile und Funktionen 2023</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/squarespace-erfahrungen/">Squarespace Erfahrung: Funktionen, Vor- und Nachteile</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/nordvpn-erfahrungen/">NordVPN Erfahrungen &#038; Test 2023: Funktionen, Preise &#038; mehr</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/protonvpn-test-erfahrungen/">ProtonVPN: Test und Erfahrungen 2023</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/hostinger-erfahrungen/">Hostinger Erfahrung 2023: Funktionen, Vor- und Nachteile</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/mcafee-test-erfahrungen/">McAfee Antivirus: Test und Erfahrungen 2023</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/avast-antivirus-test/">Avast Antivirus: Test &#038; Erfahrungen 2023</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/mondaycom-erfahrungen/">Monday.com Erfahrung 2023: Funktionen, Vor- und Nachteile</a> </div> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Ratgeber </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/mit-ki-webseite-erstellen/">So erstellst Du mit KI Deine eigene Website</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/deine-finanzen/das-bedeutet-ki-fur-dein-geld/">Das bedeutet KI für Dein Geld</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/10-profitable-e-commerce-geschaeftsideen/">10 profitable Online-Business-Ideen für 2023</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/was-ist-dropshipping/">Was ist Dropshipping?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/kuenstliche-intelligenz-ki-trends-statistiken/">32 Top Statistiken und Trends zum Thema Künstliche Intelligenz (KI)</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/beste-antivirenprogramme/">Die besten Antivirenprogramme - Virenschutz Test</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/online-geld-verdienen/">Online Geld verdienen: 16 interessante Ideen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/podcast-erstellen-geld-verdienen/">Wie Du einen Podcast startest und damit 2022 Geld verdienst</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/geld-verdienen-zu-hause/">So kannst Du von zu Hause aus Geld verdienen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/blog-starten-geld-verdienen/">Blog starten und damit Geld verdienen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/so-schreibst-du-einen-businessplan/">So schreibst Du einen Businessplan</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/was-ist-chatgpt/">Was ist ChatGPT? Wie die KI sich selbst erklärt</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/beste-vpns-google-bard/">Google Bard in Deutschland nutzen: Das sind die besten VPNs</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/was-ist-voip/">Was ist VoIP?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/website-kostenlos-erstellen/">Kostenlose Website erstellen: So geht es</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/business/software/ki-unternehmen/">Wie Unternehmen künstliche Intelligenz (KI) nutzen</a> </div> </div> </li> </ul> </div> </li> <li id="top-level-menu-item-5" class="wp-menu-item"> <a href="https://www.forbes.com/advisor/de/girokonto/" v-on:click="handleMenuClick($event,5)" class="cursor-pointer sub-menu-present" > <div class="main-menu-wrap"> Girokonto Vergleich </div> </a> <div class="sub-menu-wrap" > <div class="mobile-back-btn" v-on:click="closeMobileSubMenu" > <span class="back-arrow"> <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12.8337 7.83345H3.52534L7.59201 11.9001C7.91701 12.2251 7.91701 12.7584 7.59201 13.0834C7.51492 13.1607 7.42334 13.222 7.32253 13.2638C7.22172 13.3056 7.11365 13.3271 7.00451 13.3271C6.89537 13.3271 6.7873 13.3056 6.68649 13.2638C6.58568 13.222 6.49411 13.1607 6.41701 13.0834L0.925344 7.59178C0.848091 7.51468 0.786802 7.42311 0.744984 7.3223C0.703166 7.22149 0.681641 7.11342 0.681641 7.00428C0.681641 6.89514 0.703166 6.78707 0.744984 6.68626C0.786802 6.58545 0.848091 6.49387 0.925344 6.41678L6.41701 0.925112C6.49416 0.84796 6.58575 0.786761 6.68656 0.745008C6.78736 0.703253 6.8954 0.681763 7.00451 0.681763C7.11362 0.681763 7.22166 0.703253 7.32246 0.745008C7.42327 0.786761 7.51486 0.84796 7.59201 0.925112C7.66916 1.00226 7.73036 1.09386 7.77212 1.19466C7.81387 1.29546 7.83536 1.4035 7.83536 1.51261C7.83536 1.62172 7.81387 1.72976 7.77212 1.83057C7.73036 1.93137 7.66916 2.02296 7.59201 2.10011L3.52534 6.16678H12.8337C13.292 6.16678 13.667 6.54178 13.667 7.00011C13.667 7.45845 13.292 7.83345 12.8337 7.83345Z" fill="white"/> </svg> </span> <span>Girokonto Vergleich</span> </div> <ul class="sub-menu wp-menu-scroll-enabled"> <li class="main-category-item"> <a href="https://www.forbes.com/advisor/de/girokonto/" class="cursor-pointer xl:hover:underline" > <div> Girokonto Vergleich </div> </a> </li> <li class="sub-menu-item"> <div class="sub-menu-title"> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/girokonto/bestes-girokonto-fuer-studenten/">Bestes Girokonto für Studenten und andere junge Leute</a> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Girokonto Tests & Erfahrungen </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/girokonto/comdirect-erfahrung/">Comdirect Test & Erfahrungen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/girokonto/commerzbank-girokonto/">Commerzbank Basic Test & Erfahrungen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/girokonto/comdirect-erfahrung/">Comdirect-Girokonto Test & Erfahrungen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/girokonto/consorsbank-girokonto/">Consorsbank Essential Test & Erfahrungen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/girokonto/deutsche-bank-girokonto/">Deutsche Bank Aktivkonto Test & Erfahrungen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/girokonto/dkb-erfahrungen/">DKB Girokonto Test & Erfahrungen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/girokonto/ing-girokonto/">ING GirokontoTest & Erfahrungen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/girokonto/santander-girokonto/">Santander Bestgiro Test & Erfahrungen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/girokonto/postbank-girokonto/">Postbank Giro Extra Plus Test & Erfahrungen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/girokonto/targobank-girokonto/">Targobank Online-Konto Test & Erfahrungen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/girokonto/n26-erfahrungen/">N26 Test & Erfahrungen</a> </div> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Geschäftskonto </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/girokonto/geschaeftskonto-vergleich/">Die besten Geschäftskonten im Vergleich 2023</a> </div> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Ratgeber </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/girokonto/girokonto-kuendigen/">Girokonto kündigen und wechseln in fünf Schritten</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/girokonto/kostenloses-girokonto-finden/">So findest Du ein kostenloses Girokonto – ohne Mindestgeldeingang</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/girokonto/girokonto-trends-2023/">Prognose: Das sind die Trends beim Girokonto im Jahr 2023</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/girokonto/8-fragen-die-du-dir-stellen-solltest-bevor-du-ein-girokonto-eroeffnest/">8 Fragen, die Du Dir stellen solltest, bevor Du ein Girokonto eröffnest</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/girokonto/pfaendungsschutzkonto-pkonto/">Was Du über ein Pfändungsschutzkonto wissen musst</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/girokonto/filialbank-online-bank-smartphone-bank-vergleich/">Filialbank, Online- oder Smartphone-Bank? Mach den Girokonto-Check</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/girokonto/gemeinschaftskonto/">Gemeinschaftskonto: Ein Girokonto für zwei</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/girokonto/girokonto-ohne-schufa/">Girokonto ohne Schufa: So bekommst Du ein Girokonto trotz schlechter Schufa</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/girokonto/ec-karte/">EC-Karte abgeschafft? Was das Maestro-Aus für Deine Girocard bedeutet</a> </div> </div> </li> </ul> </div> </li> <li id="top-level-menu-item-6" class="wp-menu-item"> <a href="https://www.forbes.com/advisor/de/kredit/" v-on:click="handleMenuClick($event,6)" class="cursor-pointer sub-menu-present" > <div class="main-menu-wrap"> Kreditvergleich </div> </a> <div class="sub-menu-wrap" > <div class="mobile-back-btn" v-on:click="closeMobileSubMenu" > <span class="back-arrow"> <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12.8337 7.83345H3.52534L7.59201 11.9001C7.91701 12.2251 7.91701 12.7584 7.59201 13.0834C7.51492 13.1607 7.42334 13.222 7.32253 13.2638C7.22172 13.3056 7.11365 13.3271 7.00451 13.3271C6.89537 13.3271 6.7873 13.3056 6.68649 13.2638C6.58568 13.222 6.49411 13.1607 6.41701 13.0834L0.925344 7.59178C0.848091 7.51468 0.786802 7.42311 0.744984 7.3223C0.703166 7.22149 0.681641 7.11342 0.681641 7.00428C0.681641 6.89514 0.703166 6.78707 0.744984 6.68626C0.786802 6.58545 0.848091 6.49387 0.925344 6.41678L6.41701 0.925112C6.49416 0.84796 6.58575 0.786761 6.68656 0.745008C6.78736 0.703253 6.8954 0.681763 7.00451 0.681763C7.11362 0.681763 7.22166 0.703253 7.32246 0.745008C7.42327 0.786761 7.51486 0.84796 7.59201 0.925112C7.66916 1.00226 7.73036 1.09386 7.77212 1.19466C7.81387 1.29546 7.83536 1.4035 7.83536 1.51261C7.83536 1.62172 7.81387 1.72976 7.77212 1.83057C7.73036 1.93137 7.66916 2.02296 7.59201 2.10011L3.52534 6.16678H12.8337C13.292 6.16678 13.667 6.54178 13.667 7.00011C13.667 7.45845 13.292 7.83345 12.8337 7.83345Z" fill="white"/> </svg> </span> <span>Kreditvergleich</span> </div> <ul class="sub-menu wp-menu-scroll-enabled"> <li class="main-category-item"> <a href="https://www.forbes.com/advisor/de/kredit/" class="cursor-pointer xl:hover:underline" > <div> Kreditvergleich </div> </a> </li> <li class="sub-menu-item"> <div class="accordian-wrapper active " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Kredit Anbieter Tests & Erfahrungen </div> <div class="accordian-menu answer " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/kredit/kredit-bbank-kredit/">BBBank Wunschkredit Test & Erfahrungen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/kredit/dkb-privatdarlehen-bewertung/">DKB Privatkredit (Klassisch) Test & Erfahrungen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/kredit/deutsche-bank-privatkredit-bewertung/">Deutsche Bank Online-Privatkredit Test & Erfahrungen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/kredit/kredit-hypovereinsbank-kredit/">Hypovereinsbank KomfortkreditTest & Erfahrungen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/kredit/ofina-kredit-fidor-bank-bewertung/">Fidor Bank Kredit (Ofina) Test & Erfahrungen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/kredit/ing-ratenkredit-bewertung/">ING Ratenkredit Test & Erfahrungen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/kredit/kredit-norisbank-kredit/">Norisbank TopkreditTest & Erfahrungen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/kredit/kredit-swk-bank-kredit/">SWK Bank Online-Kredit Test & Erfahrungen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/kredit/targobank-ratenkredit-bewertung/">Targobank Wie-für-mich-gemacht-Kredit Test & Erfahrungen</a> </div> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Immobilienkredit & Baufinanzierung </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/immobilien/immobilienkredit/">Bester Immobilienkredit Vergleich</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/kredit/baufinanzierung/">Baufinanzierung: Das musst Du wissen </a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/kredit/tilgung/">Baufinanzierung: Das ist eine Tilgung</a> </div> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Kredit Ratgeber </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/kredit/p2p-kredite/">P2P Kredite: Das musst Du zum Privatkredit wissen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/kredit/was-ist-ein-kredit/">Einmaleins zum Ratenkredit</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/kredit/kredit-ohne-schufa/">Kredit ohne Schufa: So unterscheidest Du seriöse und unseriöse Angebote</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/kredit/dispo-umschulden/">Dispo umschulden: Diese Möglichkeiten gibt es</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/kredit/kredit-umschulden/">Raus aus dem teuren Ratenkredit: So funktioniert umschulden</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/kredit/kredit-fuer-selbststaendige-freiberufler/">Kredit für Selbstständige: So kommst Du an ein passendes Darlehen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/kredit/kredit-umschulden/">Kredit wechseln</a> </div> </div> </li> </ul> </div> </li> <li id="top-level-menu-item-7" class="wp-menu-item"> <a href="javascript:;" v-on:click="handleMenuClick($event,7)" class="cursor-pointer sub-menu-present" > <div class="main-menu-wrap"> Kreditkarte </div> </a> <div class="sub-menu-wrap" > <div class="mobile-back-btn" v-on:click="closeMobileSubMenu" > <span class="back-arrow"> <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12.8337 7.83345H3.52534L7.59201 11.9001C7.91701 12.2251 7.91701 12.7584 7.59201 13.0834C7.51492 13.1607 7.42334 13.222 7.32253 13.2638C7.22172 13.3056 7.11365 13.3271 7.00451 13.3271C6.89537 13.3271 6.7873 13.3056 6.68649 13.2638C6.58568 13.222 6.49411 13.1607 6.41701 13.0834L0.925344 7.59178C0.848091 7.51468 0.786802 7.42311 0.744984 7.3223C0.703166 7.22149 0.681641 7.11342 0.681641 7.00428C0.681641 6.89514 0.703166 6.78707 0.744984 6.68626C0.786802 6.58545 0.848091 6.49387 0.925344 6.41678L6.41701 0.925112C6.49416 0.84796 6.58575 0.786761 6.68656 0.745008C6.78736 0.703253 6.8954 0.681763 7.00451 0.681763C7.11362 0.681763 7.22166 0.703253 7.32246 0.745008C7.42327 0.786761 7.51486 0.84796 7.59201 0.925112C7.66916 1.00226 7.73036 1.09386 7.77212 1.19466C7.81387 1.29546 7.83536 1.4035 7.83536 1.51261C7.83536 1.62172 7.81387 1.72976 7.77212 1.83057C7.73036 1.93137 7.66916 2.02296 7.59201 2.10011L3.52534 6.16678H12.8337C13.292 6.16678 13.667 6.54178 13.667 7.00011C13.667 7.45845 13.292 7.83345 12.8337 7.83345Z" fill="white"/> </svg> </span> <span>Kreditkarte</span> </div> <ul class="sub-menu wp-menu-scroll-enabled"> <li class="sub-menu-item"> <div class="sub-menu-title"> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/kreditkarte/kostenlose-kreditkarte-vergleich/">Die beste kostenlose Kreditkarte ohne Girokonto: Ein Vergleich</a> </div> </li> <li class="sub-menu-item"> <div class="sub-menu-title"> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/kreditkarte/premium-kreditkarten/">Premium-Kreditkarten: Sind sie ihr Geld wert?</a> </div> </li> <li class="sub-menu-item"> <div class="sub-menu-title"> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/kreditkarte/kreditkarte-ohne-schufa/">Beste Kreditkarte ohne Schufa</a> </div> </li> <li class="sub-menu-item"> <div class="sub-menu-title"> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/kreditkarte/reisekreditkarte-kreditkarte-im-ausland/">Beste Reisekreditkarten 2022 – Kreditkarte mit Reiseversicherung im Ausland nutzen</a> </div> </li> <li class="sub-menu-item"> <div class="sub-menu-title"> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/kreditkarte/kostenlose-kreditkarte/">Was kostet eine Kreditkarte?</a> </div> </li> <li class="sub-menu-item"> <div class="sub-menu-title"> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/kreditkarte/kreditkarte-unterschied-debit-kredit/">Passende Kreditkarte finden</a> </div> </li> <li class="sub-menu-item"> <div class="sub-menu-title"> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/kreditkarte/prepaid-kreditkarte/">Beste Prepaid Kreditkarte</a> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Ratgeber </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/girokonto/tan-verfahren/">PhotoTan, PushTan, ChipTan: Welche Tan-Verfahren gibt es?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/girokonto/bestes-girokonto-oekobank-ethische-bank/">Die besten ethischen Banken</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/kreditkarte/paypal-kreditkarte-bezahlmethoden/">Sicher beim Online-Shopping bezahlen</a> </div> </div> </li> </ul> </div> </li> <li id="top-level-menu-item-8" class="wp-menu-item"> <a href="https://www.forbes.com/advisor/de/telekommunikation/" v-on:click="handleMenuClick($event,8)" class="cursor-pointer sub-menu-present" > <div class="main-menu-wrap"> Telekommunikation </div> </a> <div class="sub-menu-wrap" > <div class="mobile-back-btn" v-on:click="closeMobileSubMenu" > <span class="back-arrow"> <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12.8337 7.83345H3.52534L7.59201 11.9001C7.91701 12.2251 7.91701 12.7584 7.59201 13.0834C7.51492 13.1607 7.42334 13.222 7.32253 13.2638C7.22172 13.3056 7.11365 13.3271 7.00451 13.3271C6.89537 13.3271 6.7873 13.3056 6.68649 13.2638C6.58568 13.222 6.49411 13.1607 6.41701 13.0834L0.925344 7.59178C0.848091 7.51468 0.786802 7.42311 0.744984 7.3223C0.703166 7.22149 0.681641 7.11342 0.681641 7.00428C0.681641 6.89514 0.703166 6.78707 0.744984 6.68626C0.786802 6.58545 0.848091 6.49387 0.925344 6.41678L6.41701 0.925112C6.49416 0.84796 6.58575 0.786761 6.68656 0.745008C6.78736 0.703253 6.8954 0.681763 7.00451 0.681763C7.11362 0.681763 7.22166 0.703253 7.32246 0.745008C7.42327 0.786761 7.51486 0.84796 7.59201 0.925112C7.66916 1.00226 7.73036 1.09386 7.77212 1.19466C7.81387 1.29546 7.83536 1.4035 7.83536 1.51261C7.83536 1.62172 7.81387 1.72976 7.77212 1.83057C7.73036 1.93137 7.66916 2.02296 7.59201 2.10011L3.52534 6.16678H12.8337C13.292 6.16678 13.667 6.54178 13.667 7.00011C13.667 7.45845 13.292 7.83345 12.8337 7.83345Z" fill="white"/> </svg> </span> <span>Telekommunikation</span> </div> <ul class="sub-menu wp-menu-scroll-enabled"> <li class="main-category-item"> <a href="https://www.forbes.com/advisor/de/telekommunikation/" class="cursor-pointer xl:hover:underline" > <div> Telekommunikation </div> </a> </li> <li class="sub-menu-item"> <div class="sub-menu-title"> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/telekommunikation/handy/">Handyvertrag-Vergleich: Das sind die besten Mobilfunkanbieter</a> </div> </li> <li class="sub-menu-item"> <div class="sub-menu-title"> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/telekommunikation/handy/bestes-handynetz/">Bestes Handynetz</a> </div> </li> <li class="sub-menu-item"> <div class="sub-menu-title"> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/telekommunikation/prepaid-karte-ohne-vertrag/">Die besten 5G Prepaid-Karten ohne Vertrag im Vergleich</a> </div> </li> <li class="sub-menu-item"> <div class="sub-menu-title"> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/telekommunikation/handy/beste-5g-tarife/">Die besten 5G-Tarife im Vergleich</a> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Telekom </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/telekommunikation/handy/telekom-netzabdeckung/">Telekom Netzabdeckung</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/telekommunikation/handy/telekom-handyvertrag/">Telekom-Handyvertrag Test & Erfahrungen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/telekommunikation/handy/telekom-business/">Telekom Business Test & Erfahrungen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/telekommunikation/handy/telekom-young-tarif/">Telekom Young Test & Erfahrungen</a> </div> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Vodafone </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/telekommunikation/handy/vodafone-netzabdeckung/">Vodafone Netzabdeckung: Platz zwei in Deutschland</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/telekommunikation/handy/vodafone-handyvertrag/">Vodafone Handyvertrag Test & Erfahrungen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/telekommunikation/handy/vodafone-gigakombi/">Vodafone Gigakombi Test & Erfahrungen</a> </div> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > o2 </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/telekommunikation/handy/o2-netzabdeckung/">O2 Netzabdeckung: Diese Netzabdeckung erreicht Telefonica mittlerweile</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/telekommunikation/handy/o2-handyvertrag/">O2-Handyvertrag Test & Erfahrungen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/telekommunikation/handy/o2-5g/">5G bei O2 Test & Erfahrungen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/telekommunikation/handy/o2-mobile-m/">O2 Mobile M Test & Erfahrungen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/telekommunikation/handy/o2-grow/">O2 Grow Test & Erfahrungen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/telekommunikation/handy/o2-mobile-s/">O2 Mobile S Test & Erfahrungen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/telekommunikation/handy/o2-mobile-l/">O2 Mobile L Test & Erfahrungen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/telekommunikation/handy/o2-mobile-m-boost/">O2 Mobile M Boost Test & Erfahrungen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/telekommunikation/handy/o2-mobile-s-boost/">O2 Mobile S Boost Test & Erfahrungen</a> </div> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > 1und1 </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/telekommunikation/handy/1und1-netzabdeckung/">1&1-Netzabdeckung</a> </div> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Sonstige Anbieter </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/telekommunikation/handy/winsim-handyvertrag/">Winsim-Handyvertrag Test & Erfahrungen</a> </div> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Ratgeber </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/telekommunikation/handy/handyvertrag-ohne-handy/">Handyvertrag ohne Handy: So findest Du den besten Sim-only-Tarif für Dich</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/telekommunikation/handy/handyvertrag-junge-leute-tarif/">Handyvertrag für junge Leute: So sparen Schüler und Studenten beim Handytarif</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/telekommunikation/handy/alternativen-zu-whatsapp/">Whatsapp-Alternativen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/telekommunikation/handy/was-ist-esim/">Was ist eSIM?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/telekommunikation/handy/iphone-vergleich/">Die besten iPhone-Modelle 2023</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/telekommunikation/handy/daten-vom-alten-handy-aufs-neue-uebertragen/">Wie Du Apps, Musik, Fotos, Spiele und Kontakte auf ein neues Handy überträgst</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/telekommunikation/handy/handy-verkaufen/">Wo kannst du dein Handy am besten verkaufen?</a> </div> </div> </li> <li class="sub-menu-item"> <div class="accordian-wrapper " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Internet </div> <div class="accordian-menu answer hidden " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/telekommunikation/internet/dsl-vergleich/">DSL-Vergleich: So findest Du den besten DSL- oder Kabel-Tarif</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/telekommunikation/internet/lte-router-zuhause/">LTE-Router-Vergleich: Die besten Tarife für zuhause und unterwegs</a> <a class="xl:hover:underline" href="javascript:;">Streaming</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/telekommunikation/internet/streaming-dienste/">8 Fragen zu Video-Streaming</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/telekommunikation/internet/videostreaming-dienste-vergleich/">Netflix, Prime Video, Disney+ – Video-Streaming-Dienste im Vergleich</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/telekommunikation/internet/beste-musikstreaming-dienste/">Musik-Streaming-Dienste im Vergleich</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/telekommunikation/internet/serien-weihnachtsfolgen-streamen/">Für den Serienmarathon: Die besten Weihnachtsfolgen von Serien bei Netflix, Disney+ und Co.</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/telekommunikation/internet/beste-weihnachtsfilme/">Frohe Weihnachten: Hier streamst Du die besten Weihnachtsfilme bei Netflix, Disney+ und Co.</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/telekommunikation/internet/glasfaser/">Internet über Glasfaser</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/telekommunikation/internet/wlan-call/">Was sind WLAN-Anrufe? Pro, Kontra und häufige Fragen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/telekommunikation/internet/internet-langsam-was-tun/">Internet langsam? Das kannst Du tun, um Dein WLAN schneller zu machen</a> </div> </div> </li> </ul> </div> </li> <li id="top-level-menu-item-9" class="wp-menu-item"> <a href="javascript:;" v-on:click="handleMenuClick($event,9)" class="cursor-pointer sub-menu-present" > <div class="main-menu-wrap"> Mobilität </div> </a> <div class="sub-menu-wrap" > <div class="mobile-back-btn" v-on:click="closeMobileSubMenu" > <span class="back-arrow"> <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12.8337 7.83345H3.52534L7.59201 11.9001C7.91701 12.2251 7.91701 12.7584 7.59201 13.0834C7.51492 13.1607 7.42334 13.222 7.32253 13.2638C7.22172 13.3056 7.11365 13.3271 7.00451 13.3271C6.89537 13.3271 6.7873 13.3056 6.68649 13.2638C6.58568 13.222 6.49411 13.1607 6.41701 13.0834L0.925344 7.59178C0.848091 7.51468 0.786802 7.42311 0.744984 7.3223C0.703166 7.22149 0.681641 7.11342 0.681641 7.00428C0.681641 6.89514 0.703166 6.78707 0.744984 6.68626C0.786802 6.58545 0.848091 6.49387 0.925344 6.41678L6.41701 0.925112C6.49416 0.84796 6.58575 0.786761 6.68656 0.745008C6.78736 0.703253 6.8954 0.681763 7.00451 0.681763C7.11362 0.681763 7.22166 0.703253 7.32246 0.745008C7.42327 0.786761 7.51486 0.84796 7.59201 0.925112C7.66916 1.00226 7.73036 1.09386 7.77212 1.19466C7.81387 1.29546 7.83536 1.4035 7.83536 1.51261C7.83536 1.62172 7.81387 1.72976 7.77212 1.83057C7.73036 1.93137 7.66916 2.02296 7.59201 2.10011L3.52534 6.16678H12.8337C13.292 6.16678 13.667 6.54178 13.667 7.00011C13.667 7.45845 13.292 7.83345 12.8337 7.83345Z" fill="white"/> </svg> </span> <span>Mobilität</span> </div> <ul class="sub-menu wp-menu-scroll-enabled"> <li class="sub-menu-item"> <div class="sub-menu-title"> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/deine-finanzen/carsharing-berlin-hamburg-muenchen/">Die besten Carsharing-Anbieter in Berlin, Hamburg und München</a> </div> </li> <li class="sub-menu-item"> <div class="sub-menu-title"> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/mobilitaet-reise/guenstig-tanken/">Günstig tanken: Wann und wie Du an der Tankstelle sparen kannst</a> </div> </li> </ul> </div> </li> <li id="top-level-menu-item-10" class="wp-menu-item"> <a href="javascript:;" v-on:click="handleMenuClick($event,10)" class="cursor-pointer sub-menu-present" > <div class="main-menu-wrap"> Geld und Zahlungsverkehr </div> </a> <div class="sub-menu-wrap" > <div class="mobile-back-btn" v-on:click="closeMobileSubMenu" > <span class="back-arrow"> <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12.8337 7.83345H3.52534L7.59201 11.9001C7.91701 12.2251 7.91701 12.7584 7.59201 13.0834C7.51492 13.1607 7.42334 13.222 7.32253 13.2638C7.22172 13.3056 7.11365 13.3271 7.00451 13.3271C6.89537 13.3271 6.7873 13.3056 6.68649 13.2638C6.58568 13.222 6.49411 13.1607 6.41701 13.0834L0.925344 7.59178C0.848091 7.51468 0.786802 7.42311 0.744984 7.3223C0.703166 7.22149 0.681641 7.11342 0.681641 7.00428C0.681641 6.89514 0.703166 6.78707 0.744984 6.68626C0.786802 6.58545 0.848091 6.49387 0.925344 6.41678L6.41701 0.925112C6.49416 0.84796 6.58575 0.786761 6.68656 0.745008C6.78736 0.703253 6.8954 0.681763 7.00451 0.681763C7.11362 0.681763 7.22166 0.703253 7.32246 0.745008C7.42327 0.786761 7.51486 0.84796 7.59201 0.925112C7.66916 1.00226 7.73036 1.09386 7.77212 1.19466C7.81387 1.29546 7.83536 1.4035 7.83536 1.51261C7.83536 1.62172 7.81387 1.72976 7.77212 1.83057C7.73036 1.93137 7.66916 2.02296 7.59201 2.10011L3.52534 6.16678H12.8337C13.292 6.16678 13.667 6.54178 13.667 7.00011C13.667 7.45845 13.292 7.83345 12.8337 7.83345Z" fill="white"/> </svg> </span> <span>Geld und Zahlungsverkehr</span> </div> <ul class="sub-menu wp-menu-scroll-enabled"> <li class="sub-menu-item"> <div class="sub-menu-title"> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geld-senden/auslandsueberweisung/">Die besten Möglichkeiten, Geld ins Ausland zu überweisen</a> </div> </li> <li class="sub-menu-item"> <div class="sub-menu-title"> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geld-senden/waehrungsrechner/">Der Forbes-Advisor-Währungsrechner</a> </div> </li> <li class="sub-menu-item"> <div class="sub-menu-title"> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geld-senden/wise-erfahrungen/">Wise Erfahrungen: Vorteile und Nachteile</a> </div> </li> <li class="sub-menu-item"> <div class="sub-menu-title"> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geld-senden/was-ist-ueberweisung/">Was ist eine Überweisung?</a> </div> </li> <li class="sub-menu-item"> <div class="sub-menu-title"> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geld-senden/geld-wechseln-ohne-hohe-gebuehren/">Geld wechseln und mehr: 6 Tipps für Deine Reise außerhalb der Eurozone</a> </div> </li> <li class="sub-menu-item"> <div class="sub-menu-title"> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/geld-senden/iban-vs-swift-code/">IBAN vs. SWIFT-BIC-Code: Wie Du Geld ins Ausland überweisen kannst</a> </div> </li> <li class="sub-menu-item"> <div class="sub-menu-title"> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/deine-finanzen/geld-sparen-in-2022/">Zehn Vorsätze rund ums Geld für 2022</a> </div> </li> </ul> </div> </li> <li id="top-level-menu-item-11" class="wp-menu-item"> <a href="javascript:;" v-on:click="handleMenuClick($event,11)" class="cursor-pointer sub-menu-present" > <div class="main-menu-wrap"> Dein gutes Recht </div> </a> <div class="sub-menu-wrap" > <div class="mobile-back-btn" v-on:click="closeMobileSubMenu" > <span class="back-arrow"> <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12.8337 7.83345H3.52534L7.59201 11.9001C7.91701 12.2251 7.91701 12.7584 7.59201 13.0834C7.51492 13.1607 7.42334 13.222 7.32253 13.2638C7.22172 13.3056 7.11365 13.3271 7.00451 13.3271C6.89537 13.3271 6.7873 13.3056 6.68649 13.2638C6.58568 13.222 6.49411 13.1607 6.41701 13.0834L0.925344 7.59178C0.848091 7.51468 0.786802 7.42311 0.744984 7.3223C0.703166 7.22149 0.681641 7.11342 0.681641 7.00428C0.681641 6.89514 0.703166 6.78707 0.744984 6.68626C0.786802 6.58545 0.848091 6.49387 0.925344 6.41678L6.41701 0.925112C6.49416 0.84796 6.58575 0.786761 6.68656 0.745008C6.78736 0.703253 6.8954 0.681763 7.00451 0.681763C7.11362 0.681763 7.22166 0.703253 7.32246 0.745008C7.42327 0.786761 7.51486 0.84796 7.59201 0.925112C7.66916 1.00226 7.73036 1.09386 7.77212 1.19466C7.81387 1.29546 7.83536 1.4035 7.83536 1.51261C7.83536 1.62172 7.81387 1.72976 7.77212 1.83057C7.73036 1.93137 7.66916 2.02296 7.59201 2.10011L3.52534 6.16678H12.8337C13.292 6.16678 13.667 6.54178 13.667 7.00011C13.667 7.45845 13.292 7.83345 12.8337 7.83345Z" fill="white"/> </svg> </span> <span>Dein gutes Recht</span> </div> <ul class="sub-menu wp-menu-scroll-enabled"> <li class="sub-menu-item"> <div class="accordian-wrapper active " > <div class="accordian-title sub-menu-title" v-on:click="toggleFaq" > Ratgeber </div> <div class="accordian-menu answer " > <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/deine-finanzen/entlastungspaket/">Entlastungspaket 2022</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/deine-finanzen/hundesteuer-deutschland/">Hundesteuer in Deutschland</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/kredit/was-ist-schufa/">Was ist die Schufa?</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/dein-gutes-recht/unterschied-garantie-gewaehrleistung/">Unterschied Garantie und Gewährleistung</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/dein-gutes-recht/widerrufsrecht-rueckgaberecht/">Rückgaberecht: Fristen und Bedingungen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/dein-gutes-recht/fake-shops-erkennen/">Fake-Shops erkennen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/dein-gutes-recht/neue-gesetze-2021/">Neue Gesetze 2021</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/dein-gutes-recht/vertraege-kuendigen/">Verträge richtig kündigen</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/dein-gutes-recht/bildungsurlaub/">Dein Recht auf Bildungsurlaub</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/deine-finanzen/was-der-krieg-in-europa-fuer-deine-finanzen-bedeutet/">Was der Krieg in Europa für Deine Finanzen bedeutet</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/deine-finanzen/so-behaltst-du-den-uberblick-uber-deine-vertrage/">So behältst Du den Überblick über Deine Verträge</a> <a class="xl:hover:underline" href="https://www.forbes.com/advisor/de/deine-finanzen/rundfunkbeitrag/">Was Du über den Rundfunkbeitrag wissen musst</a> </div> </div> </li> </ul> </div> </li> <li id="top-level-menu-item-12" class="wp-menu-item"> <a href="https://www.forbes.com/advisor/de/wie-wir-geld-verdienen/" v-on:click="handleMenuClick($event,12)" class="cursor-pointer " > <div class="main-menu-wrap"> Wie wir Geld verdienen </div> </a> </li> <li id="top-level-menu-item-13" class="wp-menu-item"> <a href="https://www.forbes.com/advisor/de/ueber-uns/" v-on:click="handleMenuClick($event,13)" class="cursor-pointer " > <div class="main-menu-wrap"> Über uns </div> </a> </li> </ul> <div class="bottom-menu"> <ul class="region-selector md:hidden"> <li id="regionSelector" class="chevron-wrapper cursor-pointer relative h-full items-center md:text-gray-500 border-gray-200 border-b-1 border-none hidden md:flex" v-bind:class="{'active': showRegionSelector}" v-on:click="handleRegionSelectorSubMenu" > <div class="block inline-flex items-center cursor-pointer"> <span class="md:pr-2 mr-6 md:mr-0 text-white text-14px">DE</span> <img src="https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/assets/images/de-icon.svg" alt="DE" class="w-5 h-3 mr-6 hidden md:inline-flex"/> </div> <ul class="rs-dropdown absolute top-0 right-0 " v-bind:class="[showRegionSelector ? 'block' : 'hidden']" > <li class="level1 bg-181716 mt-2px overflow-y-auto"> <ul v-cloak> <li class="border-b-1 border-444444"> <a href="https://www.forbes.com/advisor/" class="border-none flex items-center text-white py-14px px-18px pr-27px"> <span class="pr-2 font-euclidcircularb-regular font-medium text-14px ml-auto">USA</span> <img src="https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/assets/images/usa-icon.svg" loading="lazy" alt="US" class="w-5 h-3 "/> </a> </li> <li class="border-b-1 border-444444"> <a href="https://www.forbes.com/uk/advisor/" class="border-none flex items-center text-white py-14px px-18px pr-27px"> <span class="pr-2 font-euclidcircularb-regular font-medium text-14px ml-auto">UK</span> <img src="https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/assets/images/uk-icon.svg" loading="lazy" alt="UK" class="w-5 h-3 "/> </a> </li> <li class="border-b-1 border-444444"> <a href="https://www.forbes.com/advisor/in/" class="border-none flex items-center text-white py-14px px-18px pr-27px"> <span class="pr-2 font-euclidcircularb-regular font-medium text-14px ml-auto">IN</span> <img src="https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/assets/images/in-icon.svg" loading="lazy" alt="IN" class="w-5 h-3 "/> </a> </li> <li class="border-b-1 border-444444"> <a href="https://www.forbes.com/advisor/au/" class="border-none flex items-center text-white py-14px px-18px pr-27px"> <span class="pr-2 font-euclidcircularb-regular font-medium text-14px ml-auto">AU</span> <img src="https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/assets/images/au-icon.svg" loading="lazy" alt="AU" class="w-5 h-3 "/> </a> </li> <li class="border-b-1 border-444444"> <a href="https://www.forbes.com/advisor/it/" class="border-none flex items-center text-white py-14px px-18px pr-27px"> <span class="pr-2 font-euclidcircularb-regular font-medium text-14px ml-auto">IT</span> <img src="https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/assets/images/it-icon.svg" loading="lazy" alt="IT" class="w-5 h-3 "/> </a> </li> <li class=""> <a href="https://www.forbes.com/advisor/ca/" class="border-none flex items-center text-white py-14px px-18px pr-27px"> <span class="pr-2 font-euclidcircularb-regular font-medium text-14px ml-auto">CA</span> <img src="https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/assets/images/ca-icon.svg" loading="lazy" alt="CA" class="w-5 h-3 "/> </a> </li> </ul> </li> </ul> </li> <li class="flex md:hidden items-center"> <img src="https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/assets/images/de-icon.svg" alt="DE" class="w-18px h-3 mr-5px inline-flex"/> <span class="mr-10px font-euclidcircularb-semibold">DE</span> <span class="mr-10px font-euclidcircularb-regular leading-normal text-base">|</span> <span class="text-bfc8fb font-euclidcircularb-semibold change-region-mobile" v-on:click="handleRegionSelectorSubMenu" >Change Region</span> </li> </ul> <div class="bottom-close-menu"> <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M10.6669 5.33344H3.22028L6.47361 2.08011C6.73361 1.82011 6.73361 1.39344 6.47361 1.13344C6.41193 1.07164 6.33867 1.02261 6.25803 0.989151C6.17738 0.955696 6.09092 0.938477 6.00361 0.938477C5.9163 0.938477 5.82984 0.955696 5.74919 0.989151C5.66854 1.02261 5.59528 1.07164 5.53361 1.13344L1.14028 5.52677C1.07847 5.58845 1.02944 5.66171 0.995987 5.74236C0.962533 5.82301 0.945313 5.90946 0.945312 5.99677C0.945313 6.08409 0.962533 6.17054 0.995987 6.25119C1.02944 6.33184 1.07847 6.4051 1.14028 6.46677L5.53361 10.8601C5.59533 10.9218 5.6686 10.9708 5.74925 11.0042C5.82989 11.0376 5.91632 11.0548 6.00361 11.0548C6.0909 11.0548 6.17733 11.0376 6.25797 11.0042C6.33861 10.9708 6.41189 10.9218 6.47361 10.8601C6.53533 10.7984 6.58429 10.7251 6.61769 10.6445C6.6511 10.5638 6.66829 10.4774 6.66829 10.3901C6.66829 10.3028 6.6511 10.2164 6.61769 10.1357C6.58429 10.0551 6.53533 9.98183 6.47361 9.92011L3.22028 6.66677H10.6669C11.0336 6.66677 11.3336 6.36677 11.3336 6.00011C11.3336 5.63344 11.0336 5.33344 10.6669 5.33344Z" fill="#7D7D7D"/> </svg> <a href="https://www.forbes.com/">Back to Forbes.com</a> </div> </div> </nav> <ul class="absolute right-0 mr-5 md:mr-50px h-full top-0 hidden md:inline-block"> <li id="regionSelector" class="chevron-wrapper cursor-pointer relative h-full items-center md:text-gray-500 border-gray-200 border-b-1 border-none hidden md:flex" v-bind:class="{'active': showRegionSelector}" v-on:click="handleRegionSelectorSubMenu" > <div class="block inline-flex items-center cursor-pointer"> <span class="md:pr-2 mr-6 md:mr-0 text-white text-14px">DE</span> <img src="https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/assets/images/de-icon.svg" alt="DE" class="w-5 h-3 mr-6 hidden md:inline-flex"/> </div> <ul class="rs-dropdown absolute top-0 right-0 " v-bind:class="[showRegionSelector ? 'block' : 'hidden']" > <li class="level1 bg-181716 mt-2px overflow-y-auto"> <ul v-cloak> <li class="border-b-1 border-444444"> <a href="https://www.forbes.com/advisor/" class="border-none flex items-center text-white py-14px px-18px pr-27px"> <span class="pr-2 font-euclidcircularb-regular font-medium text-14px ml-auto">USA</span> <img src="https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/assets/images/usa-icon.svg" loading="lazy" alt="US" class="w-5 h-3 "/> </a> </li> <li class="border-b-1 border-444444"> <a href="https://www.forbes.com/uk/advisor/" class="border-none flex items-center text-white py-14px px-18px pr-27px"> <span class="pr-2 font-euclidcircularb-regular font-medium text-14px ml-auto">UK</span> <img src="https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/assets/images/uk-icon.svg" loading="lazy" alt="UK" class="w-5 h-3 "/> </a> </li> <li class="border-b-1 border-444444"> <a href="https://www.forbes.com/advisor/in/" class="border-none flex items-center text-white py-14px px-18px pr-27px"> <span class="pr-2 font-euclidcircularb-regular font-medium text-14px ml-auto">IN</span> <img src="https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/assets/images/in-icon.svg" loading="lazy" alt="IN" class="w-5 h-3 "/> </a> </li> <li class="border-b-1 border-444444"> <a href="https://www.forbes.com/advisor/au/" class="border-none flex items-center text-white py-14px px-18px pr-27px"> <span class="pr-2 font-euclidcircularb-regular font-medium text-14px ml-auto">AU</span> <img src="https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/assets/images/au-icon.svg" loading="lazy" alt="AU" class="w-5 h-3 "/> </a> </li> <li class="border-b-1 border-444444"> <a href="https://www.forbes.com/advisor/it/" class="border-none flex items-center text-white py-14px px-18px pr-27px"> <span class="pr-2 font-euclidcircularb-regular font-medium text-14px ml-auto">IT</span> <img src="https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/assets/images/it-icon.svg" loading="lazy" alt="IT" class="w-5 h-3 "/> </a> </li> <li class=""> <a href="https://www.forbes.com/advisor/ca/" class="border-none flex items-center text-white py-14px px-18px pr-27px"> <span class="pr-2 font-euclidcircularb-regular font-medium text-14px ml-auto">CA</span> <img src="https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/assets/images/ca-icon.svg" loading="lazy" alt="CA" class="w-5 h-3 "/> </a> </li> </ul> </li> </ul> </li> <li class="flex md:hidden items-center"> <img src="https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/assets/images/de-icon.svg" alt="DE" class="w-18px h-3 mr-5px inline-flex"/> <span class="mr-10px font-euclidcircularb-semibold">DE</span> <span class="mr-10px font-euclidcircularb-regular leading-normal text-base">|</span> <span class="text-bfc8fb font-euclidcircularb-semibold change-region-mobile" v-on:click="handleRegionSelectorSubMenu" >Change Region</span> </li> </ul> </div> <div class="header__indicator"></div> </div> </header> </div> <div id="root-app" class="flex flex-col min-h-screen"><!--Root App Div Start Ends in footer.blade.php--> <div id="top-n-non-cc-vue-root" v-pre> <div class="generic-widget-2021-wrapper article-link-wrapper"> <div class="container"> <div class="breadcrumbs-wrapper"> <div class="breadcrumb-list max-w-1170px mx-5 xl:mx-auto " data-mktp-container='{"componentTitle":"Breadcrumbs","componentType":"Breadcrumbs"}'> <ul class="breadcrumbs max-w-1170px mx-auto"> <li class="breadcrumbs-item "> <a class="breadcrumbs-item-link font-euclidcircularb-regular " href="https://www.forbes.com/advisor/de/" > Advisor </a> </li> <li class="breadcrumbs-item "> <a class="breadcrumbs-item-link font-euclidcircularb-regular " href="https://www.forbes.com/advisor/de/versicherungen/" > Versicherungen </a> </li> </ul> </div> <div class="mobile-editorialview"> <div class="advertiser-disclosure-wrapper" data-mktp-container='{"componentTitle":"Advertiser Disclosure","componentType":"Advertiser Disclosure"}'> <div class="advertiser-disclosure font-work-sans font-normal text-xs relative z-10 cursor-pointer hover:underline advertiser-disclosure-label" v-tooltip="{ target: '#disclosure-block', maxWidth: 500, containerSelector: '.tippy-popover-container-bg-white' }" role="tooltip" aria-describedby="tooltip" > Wie wir Geld verdienen </div> <div id="disclosure-block" class="" style="display: none;"> <p>Die Redaktion von Forbes Advisor Deutschland arbeitet unabhängig und objektiv. Um unsere Recherchen zu finanzieren und unseren Lesern die Artikel kostenlos zur Verfügung stellen zu können, nutzen wir hauptsächlich zwei Einnahmequellen:</p> <p><strong>1. Anzeigen</strong></p> <p>Wir stellen Werbetreibenden Anzeigenplätze zur Verfügung, wo sie ihre Angebote präsentieren können. Die Vergütung, die wir dafür erhalten, beeinflusst, wie und wo die Anzeigen auf der Website erscheinen. Anzeigen sind optisch vom redaktionellen Inhalt abgegrenzt. Wie die Anzeigen aussehen und was darin steht, bestimmen in der Regel die Werbetreibenden. Nicht alle Unternehmen werben auf diese Weise für ihre Produkte.</p> <p><strong>2. Affiliate-Links zu redaktionellen Empfehlungen</strong></p> <p>Als Ergebnis aufwendiger Recherchen und Analysen empfiehlt unsere Redaktion in einigen Artikeln konkrete Produkte oder Anbieter. Wollen die empfohlenen Unternehmen im Artikel nicht nur genannt, sondern auch verlinkt werden, können sie sogenannte Affiliate-Links mit uns vereinbaren. Wenn Du auf einen dieser Affiliate-Links klickst, gelangst Du zum empfohlenen Angebot oder Unternehmen und wir bekommen in der Regel eine Vergütung. Einen solchen Link erkennst Du im Fließtext an einem Sternchen (*) dahinter.<br><p>Die Vergütung für Affiliate-Links hat keinen Einfluss auf die Empfehlungen, die unsere Redakteure geben. Nur Unternehmen, die unser Redaktionsteam empfiehlt, können einen Affiliate-Link mit Nennung als redaktionelle Empfehlung bei uns erhalten. Nicht empfohlene Anbieter können sich keine redaktionelle Empfehlung „erkaufen“.</p></p> <p>Wir geben alles, um genaue und aktuelle Informationen bereitzustellen, von denen wir glauben, dass sie für Dich interessant sind. Trotzdem kann Forbes Advisor keine Garantie für Richtigkeit, Vollständigkeit und Aktualität dieser Website geben.</p> <p><strong>3. Vergleichsrechner</strong></p> <p>In manchen unserer Artikel sind Vergleichsrechner von Partnerunternehmen eingebunden. Viele Angebote in den Vergleichsrechnern sind mit „Werbe-Links“ (Affiliate-Links) versehen. Wenn Du auf ein solches Angebot klickst und es zum einem Vertragsabschluss kommt, erhalten wir meist eine kleine Provision. Damit unterstützt Du die unabhängige Arbeit der Redaktion. Wir haben die Rechner in den allermeisten Fällen, sofern es technisch möglich war, verbraucherfreundlich nach unseren redaktionellen Kriterien voreingestellt. </p> </div> </div> </div> </div> <h1 class="farticle-title">Die besten Haftpflichtversicherungen im Januar 2022</h1> <div class="flex lg:-mx-4"> <div class="lg:w-3/4 lg:px-15px w-full article-wrapper inarticle-link-tracking"> <div class="multiple-authors-with-badge " data-mktp-container='{"componentTitle":"Article Author 2021","componentType":"Article Author 2021"}'> <div class="author-block-v2 "> <div class="author-block-v2__img-wrap author-without-badge"> <div class="inner-img-wrap primary"> <a class="h-full" href="https://www.forbes.com/advisor/de/author/franzsika-andre/" title="Franziska Andre" target="_blank" > <span data-bg-src="https://thumbor.forbes.com/thumbor/fit-in/x/https://www.forbes.com/advisor/de/wp-content/uploads/2021/04/Foto_FA1-768x768.jpg" class="avatar inline-block bg-cover bg-no-repeat bg-center h-full w-full test lazy-load-bg" title="Franziska Andre"></span> </a> </div> </div> <div class="author-block-v2__content-wrap"> <div class="author-name-wrap"> <a href="https://www.forbes.com/advisor/de/author/franzsika-andre/" target="_blank" class="author-name" > Franziska Andre </a> </div> <div class="author-designation-wrap"> <span class="author-role">Freie Mitarbeiterin</span> </div> <p class="author-block-v2__artice-date"> Aktualisiert: 09. März 2022, 11:27 Uhr </p> </div> </div> </div> <div class="article__editors-note article__editors-note-top p-2 my-3 text-xs tracking-tight w-full" > Forbes Advisor erhält möglicherweise Geld von Werbepartnern, die auf dieser Seite verlinkt sind. Dies hat keinerlei Einfluss auf redaktionelle Inhalte. Die Redaktion arbeitet stets unabhängig. Mehr zu unseren redaktionellen Standards und unserem Geschäftsmodell findest Du <a href="https://www.forbes.com/advisor/de/ueber-uns/">hier</a>. </div> <div class="intro-content applyfade" v-bind:class="{active: showMobileIntroSection}" v-cloak> <div class="intro-content-inner wysiwyg-content"> <p>Die <span style="font-weight: 400;">private Haftpflichtversicherung </span>gehört zur <a href="https://www.forbes.com/advisor/de/versicherungen/welche-versicherungen-braucht-man/" target="_blank" rel="noopener">Grundausstattung bei den Versicherungen</a>. Jeder sollte eine haben. Denn sie springt ein, wenn Du versehentlich andere Personen verletzt oder Schäden an deren Besitztümern verursachst. Schäden können dabei in die Millionen gehen – aus eigener Tasche kannst Du dies nicht mehr finanzieren. Eine Haftpflichtversicherung schützt Dich also vor existenzbedrohenden Risiken.</p> <p>Unsere Analyse der Tarife von mehr als 20 Versicherern hat ergeben: Eine Haftpflichtversicherung, die viele aus unserer Sicht sinnvolle Eventualitäten abdeckt, kosten oft einige zehn Euro mehr im Jahr. Trotzdem finden wir: Das ist gut investiertes Geld. Im Text stellen wir die besten Tarife mit Fokus auf Leistungen und mit Fokus auf Preis vor. Wäge für Dich ab<span style="font-weight: 400;">, welche Kriterien für Dich besonders wichtig sind.</span></p> </div> <div class="mob-fade" v-on:click="toggleMobileIntroSection"> <span>{{ showMobileIntroSection ? 'Weniger anzeigen': 'Weiterlesen' }}</span> <div class="chevron-arrow-wrapper"> <div class="chevron-arrow" v-bind:class="[showMobileIntroSection ? 'top' : 'down']"></div> </div> </div> </div> <div class="our-picks-wrapper" v-cloak data-mktp-container='{"componentTitle":"Top N Non CC - Sections","componentType":"Template Part"}'> <div class="toggle-picks-section" v-bind:class="{active: showSummarySection}" v-on:click="toggleSummary" > {{ showSummarySection ? hideSummaryText : showSummaryText }} </div> <div class="our-picks answer"> <ul id="our-picks-section" class="hide"> <li> <a href="#die_besten_haftpflichtversicherungen_mit_fokus_leistung_section" v-on:click="handleJumpLinks" > Die besten Haftpflichtversicherungen mit Fokus Leistung </a> </li> <li> <a href="#hdi_phv_premium_ohne_sb_section" v-on:click="handleJumpLinks" > HDI: PHV Premium ohne SB </a> </li> <li> <a href="#barmenia_premium_schutz_section" v-on:click="handleJumpLinks" > Barmenia: Premium Schutz </a> </li> <li> <a href="#adam_riese_xxl_section" v-on:click="handleJumpLinks" > Adam Riese: XXL </a> </li> <li> <a href="#die_bayerische_haftpflicht_optimal_prestige_section" v-on:click="handleJumpLinks" > Die Bayerische: Haftpflicht Optimal Prestige </a> </li> <li> <a href="#alte_leipziger_comfort_section" v-on:click="handleJumpLinks" > Alte Leipziger: Comfort </a> </li> <li> <a href="#die_besten_haftpflichtversicherungen_mit_fokus_preis_section" v-on:click="handleJumpLinks" > Die besten Haftpflichtversicherungen mit Fokus Preis </a> </li> <li> <a href="#huk24_classic_section" v-on:click="handleJumpLinks" > Huk24: Classic </a> </li> <li> <a href="#grundeigentumer_care_max_section" v-on:click="handleJumpLinks" > Grundeigentümer: Care Max </a> </li> <li> <a href="#allianz_direct_phv_section" v-on:click="handleJumpLinks" > Allianz Direct: PHV </a> </li> <li> <a href="#was_ist_bei_einer_privaten_haftpflichtversicherung_versichert_section" v-on:click="handleJumpLinks" > Was ist bei einer privaten Haftpflichtversicherung versichert? </a> </li> <li> <a href="#methodik_so_haben_wir_die_haftpflichtversicherungen_verglichen_section" v-on:click="handleJumpLinks" > Methodik: So haben wir die Haftpflichtversicherungen verglichen </a> </li> <li> <a href="#das_forbes_advisor_ranking_section" v-on:click="handleJumpLinks" > Das Forbes-Advisor Ranking </a> </li> <li> <a href="#haufige_fragen_zur_haftpflichtversicherung_faq_section" v-on:click="handleJumpLinks" > Häufige Fragen zur Haftpflichtversicherung (FAQ) </a> </li> </ul> </div> </div> </div> <div class="lg:w-1/4 hidden lg:block lg:px-15px right-rail"> <div class="right-rail-content" id="right-rail__content"> <div class="best-of-content" data-mktp-container='{"componentTitle":"Global Right Rail","componentType":"Global Right Rail"}'> <div class="boc__section"> <div class="boc__sub-section" data-mktp-container='{"componentTitle":"Mehr zu Versicherungen","componentType":"Global Right Rail Section"}'> <div class="boc__sub-section-heading">Mehr zu Versicherungen</div> <ul class="boc__items"> <li class="boc__item-list"> <a class="boc__item-link" href="https://www.forbes.com/advisor/de/kfz-versicherung/unterschied-haftpflicht-teilkasko-vollkasko/" title="Beste Kfz-Versicherung" target="_blank" >Beste Kfz-Versicherung</a> </li> <li class="boc__item-list"> <a class="boc__item-link" href="https://www.forbes.com/advisor/de/krankenversicherung/beste-krankenkasse/" title="Die besten Krankenkassen" target="_blank" >Die besten Krankenkassen</a> </li> <li class="boc__item-list"> <a class="boc__item-link" href="https://www.forbes.com/advisor/de/versicherungen/zahnzusatzversicherung/" title="Zahnzusatzversicherung Vergleich und Test " target="_blank" >Zahnzusatzversicherung Vergleich und Test </a> </li> <li class="boc__item-list"> <a class="boc__item-link" href="https://www.forbes.com/advisor/de/versicherungen/wohngebaeudeversicherung/" title="Beste Wohngebäudeversicherung " target="_blank" >Beste Wohngebäudeversicherung </a> </li> <li class="boc__item-list"> <a class="boc__item-link" href="https://www.forbes.com/advisor/de/krankenversicherung/private-krankenversicherung/" title="Privaten Krankenversicherung Ratgeber" target="_blank" >Privaten Krankenversicherung Ratgeber</a> </li> </ul> </div> </div> </div> </div> </div> </div> <div class="bottom-section" data-mktp-container='{"componentTitle":"Top N Non CC - Sections","componentType":"Template Part"}'> <div id="die_besten_haftpflichtversicherungen_mit_fokus_leistung_section" class="article-section " data-mktp-container='{"componentTitle":"Die besten Haftpflichtversicherungen mit Fokus Leistung","componentType":"die_besten_haftpflichtversicherungen_mit_fokus_leistung_section"}'> <h2>Die besten Haftpflichtversicherungen mit Fokus Leistung</h2> <div class="section-content wysiwyg-content "> </div> </div> <hr> <div id="hdi_phv_premium_ohne_sb_section" class="article-section hide-section-title " data-mktp-container='{"componentTitle":"HDI: PHV Premium ohne SB","componentType":"hdi_phv_premium_ohne_sb_section"}'> <div class="section-content wysiwyg-content "> <section id="genericProductWidgetWrapper" class="generic-widget-wrapper font-euclidcircularb-regular mb-4 " data-generic-widget="root" data-mktp-container='{"componentTitle":"HDI: PHV Premium ohne SB","componentType":"Generic Product Widget"}'> <div class="exclude-eds cc-wrapper " data-mktp-product='{"itemId":"36290","itemName":"HDI: PHV Premium ohne SB","itemBrand":"","itemCategory":"","itemCategory2":"","itemCategory3":"","itemCategory4":"","price":0,"quantity":1,"affiliation":"","coupon":"","secondaryCallout":"","starRatings":4.5,"initialCost":0,"subscriptionCost":0}'> <div class="featured-widget-label"><span class="featured-widget-label-txt">FEATURED PARTNER OFFER</span></div> <div class="cc-wrapper-inner"> <div class="card-top-wrap"> <div class="left"> <h2 class="card-best-for">Bestes Gesamtpaket</h2> <h3 class="card-title">HDI: PHV Premium ohne SB</h3> <div class="bottom-wrap"> <div class="card-image-wrapper"><img decoding="async" src="https://thumbor.forbes.com/thumbor/fit-in/125x/https://www.forbes.com/advisor/de/wp-content/uploads/2022/01/HDI_Logo2018_CMYK-removebg-preview.png" loading="lazy" loading="lazy" class="card-image " alt="HDI: PHV Premium ohne SB"/></div> <div id="forbes-rating-vue-root" class=" card-rating has-tooltip " v-on:mouseenter="handleMouseEnter('675a4a954ded7')" v-on:click="toggleRatingTooltip('675a4a954ded7')" v-on:mouseleave="ratingTooltipId = ''" data-component="forbes-rating" > <div class="full-wrap flex items-center mx-auto my-0"> <div class="left-wrap"> <div class="rating-value"> 4.5</div> </div> <div class="right-wrap"> <div class="cc-rating-wrapper"><span class="cc-rating" style="width: 90%;"></span></div> <div class="rating-logo"> <img decoding="async" src="https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/assets/images/fb-rating-logo-2021.svg" loading="lazy" loading="lazy" width="85" height="12" alt="Forbes Advisor" class=""/> <span class="icon-tooltip icon-info"></span></div> </div> </div> <div class="card-rating-tooltip" id="star-rating" v-bind:class="[ratingTooltipId == '675a4a954ded7' ? 'show' : '']">Unsere Bewertung basiert auf den Konditionen und anderen Eigenschaften des Produkts, wie in der Methodik erklärt ist. Kriterien und Gewichtung legt allein die Redaktion fest.</div> </div> <div class="facts-wrapper"> <div class="facts "> <h4 class="fact"> Leistungen</h4> <div class="fact-value-wrapper"> <p class="fact-value">sehr stark (5/5 Punkten)</p> <p class="fact-value-light"> </div> </div> <div class="facts "> <h4 class="fact"> Service</h4> <div class="fact-value-wrapper"> <p class="fact-value">sehr gut (5/5 Punkten)</p> <p class="fact-value-light"> </div> </div> <div class="facts "> <h4 class="fact"> Beispielpreis Single / Familie</h4> <div class="fact-value-wrapper"> <p class="fact-value">ca. 61 / 75 € pro Jahr</p> <p class="fact-value-light"> </div> </div> </div> </div> </div> <div class="right"> <div class="card-image-wrapper"><img decoding="async" src="https://thumbor.forbes.com/thumbor/fit-in/125x/https://www.forbes.com/advisor/de/wp-content/uploads/2022/01/HDI_Logo2018_CMYK-removebg-preview.png" loading="lazy" loading="lazy" class="card-image " alt="HDI: PHV Premium ohne SB"/></div> </div> <div class="mobile-fact-wrapper"> <div class="facts-wrapper"> <div class="facts "> <h4 class="fact"> Leistungen</h4> <div class="fact-value-wrapper"> <p class="fact-value">sehr stark (5/5 Punkten)</p> <p class="fact-value-light"> </div> </div> <div class="facts "> <h4 class="fact"> Service</h4> <div class="fact-value-wrapper"> <p class="fact-value">sehr gut (5/5 Punkten)</p> <p class="fact-value-light"> </div> </div> <div class="facts "> <h4 class="fact"> Beispielpreis Single / Familie</h4> <div class="fact-value-wrapper"> <p class="fact-value">ca. 61 / 75 € pro Jahr</p> <p class="fact-value-light"> </div> </div> </div> </div> </div> <div class="card-bottom-wrap"> <div class="tab-content-wrapper"> <div class="accordion-tab-wrapper"> <div class="accordion-tab" v-on:click="toggleFaq" > Vorteile &amp; Nachteile</div> <div class="c-tab--content list-points answer"> <div class="pros-cons-wrapper"> <div class="list-points pros"> <ul> <li>Bestleistungsgarantie und GDV-Leistungsgarantie</li> <li>Verlust von Schlüsseln mitversichert</li> <li>Selbstbeteiligung wählbar</li> <li>Online-Vertragsabschluss und -Kündigung möglich</li> </ul> </div> <div class="list-points cons"> <ul> <li>Preise können je nach Wohnort variieren</li> </ul> </div> </div> </div> </div> <div class="accordion-tab-wrapper"> <div class="accordion-tab" v-on:click="toggleFaq" > Warum wir die Versicherung ausgewählt haben</div> <div class="c-tab--content list-points answer"> <p>Die HDI ist unser Gesamtsieger. Der Preis ist zwar nicht der günstigste, dafür bietet der Tarif aber sowohl GDV-Leistungsgarantie als auch Bestleistungsgarantie, die wir für sehr sinnvoll halten (s. <a href="https://www.forbes.com/advisor/de/versicherungen/haftpflichtversicherung/#haufige_fragen_faq_section">FAQ</a>).</p> <p><strong>Tarifgrundlagen</strong></p> <p>Die HDI nimmt Dich unabhängig davon auf, ob Du in den vergangenen fünf Jahren Vorschäden hattest. Die Versicherungssumme beträgt 50 Millionen Euro, ebenso die maximale Deckungssumme je geschädigter Person.</p> <p><strong>Leistungen</strong></p> <p>Bei allen abgefragten Leistungen (darunter Schäden an Mietsachen, Deckung bei Forderungsausfall, Regressansprüche durch Sozialversicherungsträger, Allmählichkeitsschäden) haftet die HDI im Schadensfall uneingeschränkt. Sie deckt etwa auch Forderungsausfälle ab, wenn die Haftpflicht eines Dritten nicht für Schäden an Deinem Eigentum oder Dir als Person aufkommt (s. <a href="https://www.forbes.com/advisor/de/versicherungen/haftpflichtversicherung/#haufige_fragen_faq_section">FAQ</a>). Dafür musst Du nicht erst ein Gerichtsurteil erwirken.</p> <p><strong>Schlüssel</strong></p> <p>Verlierst Du fremde private Schlüssel, die Schlüssel zu Deiner Mietwohnung oder Mietshaus oder berufliche Schlüssel, haftet die Versicherung uneingeschränkt.</p> <p><strong>Service</strong></p> <p>Du kannst die Haftpflichtversicherung sowohl online abschließen als auch wieder kündigen. Die Mindestvertragslaufzeit beträgt wie bei den meisten Versicherungen ein Jahr. Der Kundenservice ist per Kontaktformular auf der Internetseite erreichbar, per E-Mail, telefonisch von Montag bis Freitag zwischen 8 und 18 Uhr, per Post oder in der Filiale.</p> <p><strong>Besonderheiten</strong></p> <p>Die HDI berechnet die Preise nach Wohnort. Du musst beim Tarifabschluss Deine Postleitzahl angeben. Dadurch kann der Tarif für dich gegebenenfalls etwas teurer bzw. günstiger sein. Die Preise im Beispiel sind mit der PLZ 10559 (Berlin) berechnet. Bei Bedarf kannst Du eine Selbstbeteiligung von 150 oder 300 Euro wählen, wodurch Dein Beitrag sinkt. Die Bestleistungsgarantie gibt es allerdings nur in der Variante ohne Selbstbeteiligung. Sie kann auch abgewählt werden, wodurch dein Jahresbeitrag um rund 12 Euro sinkt.</p> <p>Der Versicherungsschutz greift auch im Ausland: In Europa ist er zeitlich unbegrenzt, außerhalb Europas jedoch auf maximal fünf Jahre beschränkt. Schäden an Ferienwohnungen sind inbegriffen und ebenso solche, die fremde Hunde und Pferde in Deiner Obhut verursachen. Außerdem zahlt die HDI auch für Schäden, die Du bei Drohnenflügen in Deutschland, bei ehrenamtlichen Tätigkeiten und beim Sport verursachst.</p> </div> </div> </div> </div> </div> </div> </section> </div> </div> <div id="barmenia_premium_schutz_section" class="article-section hide-section-title " data-mktp-container='{"componentTitle":"Barmenia: Premium Schutz","componentType":"barmenia_premium_schutz_section"}'> <div class="section-content wysiwyg-content "> <section id="genericProductWidgetWrapper" class="generic-widget-wrapper font-euclidcircularb-regular mb-4 " data-generic-widget="root" data-mktp-container='{"componentTitle":"Barmenia: Premium Schutz","componentType":"Generic Product Widget"}'> <div class="exclude-eds cc-wrapper " data-mktp-product='{"itemId":"36293","itemName":"Barmenia: Premium Schutz","itemBrand":"","itemCategory":"","itemCategory2":"","itemCategory3":"","itemCategory4":"","price":0,"quantity":1,"affiliation":"","coupon":"","secondaryCallout":"","starRatings":4.2,"initialCost":0,"subscriptionCost":0}'> <div class="featured-widget-label"><span class="featured-widget-label-txt">FEATURED PARTNER OFFER</span></div> <div class="cc-wrapper-inner"> <div class="card-top-wrap"> <div class="left"> <h2 class="card-best-for">Gutes Leistungspaket</h2> <h3 class="card-title">Barmenia: Premium Schutz</h3> <div class="bottom-wrap"> <div class="card-image-wrapper"><a href="https://www.financeads.net/tc.php?t=49984C45958990T&#038;subid=phv-vergleich" rel="nofollow" data-product-name="Barmenia: Premium Schutz" data-cta-info="Jetzt abschliessen" data-vendor="barmenia-premium-schutz" data-product-id="36293" data-product="Haftpflichtversicherungen" data-cta-url="https://www.financeads.net/tc.php?t=49984C45958990T&#038;subid=phv-vergleich" data-partner-offer="no" data-product-rating="4.2" data-product-badge="Gutes Leistungspaket" data-component="Generic Product Widget" data-product-position="2" data-cta-position="Image Link" target="_blank" data-widget-type="Generic Product Widget" ><img decoding="async" src="https://thumbor.forbes.com/thumbor/fit-in/125x/https://www.forbes.com/advisor/de/wp-content/uploads/2021/12/Barmenia-insurance-logo.png" loading="lazy" loading="lazy" class="card-image " alt="Barmenia: Premium Schutz"/></a></div> <div id="forbes-rating-vue-root" class=" card-rating has-tooltip " v-on:mouseenter="handleMouseEnter('675a4a9555a92')" v-on:click="toggleRatingTooltip('675a4a9555a92')" v-on:mouseleave="ratingTooltipId = ''" data-component="forbes-rating" > <div class="full-wrap flex items-center mx-auto my-0"> <div class="left-wrap"> <div class="rating-value"> 4.2</div> </div> <div class="right-wrap"> <div class="cc-rating-wrapper"><span class="cc-rating" style="width: 80%;"></span></div> <div class="rating-logo"> <img decoding="async" src="https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/assets/images/fb-rating-logo-2021.svg" loading="lazy" loading="lazy" width="85" height="12" alt="Forbes Advisor" class=""/> <span class="icon-tooltip icon-info"></span></div> </div> </div> <div class="card-rating-tooltip" id="star-rating" v-bind:class="[ratingTooltipId == '675a4a9555a92' ? 'show' : '']">Unsere Bewertung basiert auf den Konditionen und anderen Eigenschaften des Produkts, wie in der Methodik erklärt ist. Kriterien und Gewichtung legt allein die Redaktion fest.</div> </div> <div class="facts-wrapper"> <div class="facts "> <h4 class="fact"> Leistungen</h4> <div class="fact-value-wrapper"> <p class="fact-value">sehr stark (4,75/5 Punkten)</p> <p class="fact-value-light"> </div> </div> <div class="facts "> <h4 class="fact"> Service</h4> <div class="fact-value-wrapper"> <p class="fact-value">gut (4/5 Punkten)</p> <p class="fact-value-light"> </div> </div> <div class="facts "> <h4 class="fact"> Beispielpreis Single / Familie</h4> <div class="fact-value-wrapper"> <p class="fact-value">ca. 59 / 99 € pro Jahr</p> <p class="fact-value-light"> </div> </div> </div> </div> </div> <div class="right"> <div class="card-image-wrapper"><a href="https://www.financeads.net/tc.php?t=49984C45958990T&#038;subid=phv-vergleich" rel="nofollow" data-product-name="Barmenia: Premium Schutz" data-cta-info="Jetzt abschliessen" data-vendor="barmenia-premium-schutz" data-product-id="36293" data-product="Haftpflichtversicherungen" data-cta-url="https://www.financeads.net/tc.php?t=49984C45958990T&#038;subid=phv-vergleich" data-partner-offer="no" data-product-rating="4.2" data-product-badge="Gutes Leistungspaket" data-component="Generic Product Widget" data-product-position="2" target="_blank" data-cta-position="Image Link" data-widget-type="Generic Product Widget" ><img decoding="async" src="https://thumbor.forbes.com/thumbor/fit-in/125x/https://www.forbes.com/advisor/de/wp-content/uploads/2021/12/Barmenia-insurance-logo.png" loading="lazy" loading="lazy" class="card-image " alt="Barmenia: Premium Schutz"/></a></div> <div class="btn-wrap"><a class="apply-now c-button" href="https://www.financeads.net/tc.php?t=49984C45958990T&#038;subid=phv-vergleich" rel="nofollow" data-product-name="Barmenia: Premium Schutz" data-cta-info="Jetzt abschliessen" data-vendor="barmenia-premium-schutz" data-product-id="36293" data-product="Haftpflichtversicherungen" data-cta-url="https://www.financeads.net/tc.php?t=49984C45958990T&#038;subid=phv-vergleich" data-partner-offer="no" data-product-rating="4.2" data-product-badge="Gutes Leistungspaket" data-component="Generic Product Widget" data-product-position="2" data-widget-type="Generic Product Widget" data-cta-position="Button Link" ><span> Jetzt abschliessen</span><img decoding="async" src="https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/assets/images/right-arrow.svg" loading="lazy" loading="lazy" alt="" class=""/></a></p> <div class="secure-site-txt"> Angebot von Barmenia ansehen</div> </div> </div> <div class="mobile-fact-wrapper"> <div class="facts-wrapper"> <div class="facts "> <h4 class="fact"> Leistungen</h4> <div class="fact-value-wrapper"> <p class="fact-value">sehr stark (4,75/5 Punkten)</p> <p class="fact-value-light"> </div> </div> <div class="facts "> <h4 class="fact"> Service</h4> <div class="fact-value-wrapper"> <p class="fact-value">gut (4/5 Punkten)</p> <p class="fact-value-light"> </div> </div> <div class="facts "> <h4 class="fact"> Beispielpreis Single / Familie</h4> <div class="fact-value-wrapper"> <p class="fact-value">ca. 59 / 99 € pro Jahr</p> <p class="fact-value-light"> </div> </div> </div> </div> </div> <div class="card-bottom-wrap"> <div class="tab-content-wrapper"> <div class="accordion-tab-wrapper"> <div class="accordion-tab" v-on:click="toggleFaq" > Vorteile &amp; Nachteile</div> <div class="c-tab--content list-points answer"> <div class="pros-cons-wrapper"> <div class="list-points pros"> <ul> <li>Bestleistungsgarantie und GDV-Leistungsgarantie</li> <li>Verlust von Schlüsseln mitversichert</li> </ul> </div> <div class="list-points cons"> <ul> <li>Computerschäden nur innerhalb der EU mitversichert</li> <li>keine Online-Kündigung möglich</li> <li>vergleichsweise teuer für Familien</li> </ul> </div> </div> </div> </div> <div class="accordion-tab-wrapper"> <div class="accordion-tab" v-on:click="toggleFaq" > Warum wir die Versicherung ausgewählt haben</div> <div class="c-tab--content list-points answer"> <p>Die Barmenia bietet mit dem Premium Schutz einen soliden Tarif mit gutem Grundschutz. Dabei sind die Bausteine GDV-Leistungsgarantie und Bestleistungsgarantie (s. <a href="https://www.forbes.com/advisor/de/versicherungen/haftpflichtversicherung/#haufige_fragen_faq_section">FAQ</a>).</p> <p><strong>Tarifgrundlagen</strong></p> <p>Die Barmenia nimmt Dich auch mit auf, wenn Du in den vergangenen fünf Jahren bereits einen Haftpflichtschaden hast regulieren lassen. Die Versicherungssumme beträgt wahlweise 10 oder 50 Millionen Euro. Die Deckungssumme je geschädigter Person ist bei der höheren Variante auf 15 Millionen begrenzt.</p> <p><strong>Leistungen</strong></p> <p>Die Barmenia haftet bei fast allen der abgefragten Leistungen (darunter Schäden an Mietsachen, Deckung bei Forderungsausfall, Regressansprüche durch Sozialversicherungsträger, Allmählichkeitsschäden) uneingeschränkt. Nur der Schutz bei Schäden durch Nutzung eines fremden Computers ist beschränkt: Er greift nur in Mitgliedsstaaten der Europäischen Union nach dem Recht europäischer Staaten.</p> <p><strong>Schlüssel</strong></p> <p>Die Versicherung haftet uneingeschränkt, wenn Du fremde private Schlüssel, die Schlüssel zu Deiner Mietwohnung oder Mietshaus oder berufliche Schlüssel verlierst.</p> <p><strong>Service</strong></p> <p>Du kannst die Haftpflichtversicherung zwar online abschließen, kündigen musst Du allerdings noch auf dem klassischen Weg also in Textform per Post, E-Mail oder Fax. Die Mindestvertragslaufzeit beträgt wie bei den meisten Versicherungen ein Jahr. Der Kundenservice ist erreichbar per E-Mail, Post, über die Internetseite und Vermittler sowie telefonisch unter der Woche von jeweils 8 bis 20 Uhr und samstags zwischen 9 und 15 Uhr.</p> <p><strong>Besonderheiten</strong></p> <p>Du kannst eine Selbstbeteiligung von 150 Euro wählen, wodurch Dein Jahresbeitrag um 20 Prozent sinkt. Der Versicherungsschutz greift im Ausland uneingeschränkt und gilt auf für Schäden an Ferienwohnungen. Die Barmenia zahlt auch für Schäden, die durch das Hüten fremder Hunde und Pferde entstehen, bei Flügen mit Drohnen von bis zu fünf Kilogramm Gewicht und für Schäden, die Du bei ehrenamtlichen Tätigkeiten verursachst. Wenn Du einen Schaden beim Ausüben eines Sports verursachst, haftet sie, wenn Du ihn privat und nicht in verantwortlicher Position wie beispielsweise als Übungsleiter ausübst.</p> </div> </div> </div> </div> </div> </div> </section> </div> </div> <div id="adam_riese_xxl_section" class="article-section hide-section-title " data-mktp-container='{"componentTitle":"Adam Riese: XXL","componentType":"adam_riese_xxl_section"}'> <div class="section-content wysiwyg-content "> <section id="genericProductWidgetWrapper" class="generic-widget-wrapper font-euclidcircularb-regular mb-4 " data-generic-widget="root" data-mktp-container='{"componentTitle":"Adam Riese: XXL","componentType":"Generic Product Widget"}'> <div class="exclude-eds cc-wrapper " data-mktp-product='{"itemId":"36295","itemName":"Adam Riese: XXL","itemBrand":"","itemCategory":"","itemCategory2":"","itemCategory3":"","itemCategory4":"","price":0,"quantity":1,"affiliation":"","coupon":"","secondaryCallout":"","starRatings":4.2,"initialCost":0,"subscriptionCost":0}'> <div class="featured-widget-label"><span class="featured-widget-label-txt">FEATURED PARTNER OFFER</span></div> <div class="cc-wrapper-inner"> <div class="card-top-wrap"> <div class="left"> <h2 class="card-best-for">Gutes Leistungspaket, günstig für Singles</h2> <h3 class="card-title">Adam Riese: XXL</h3> <div class="bottom-wrap"> <div class="card-image-wrapper"><a href="https://www.financeads.net/tc.php?t=49984C223540686T&#038;subid=phv-vergleich" rel="nofollow" data-product-name="Adam Riese: XXL" data-cta-info="Jetz abschliessen" data-vendor="adam-riese-xxl" data-product-id="36295" data-product="Haftpflichtversicherungen" data-cta-url="https://www.financeads.net/tc.php?t=49984C223540686T&#038;subid=phv-vergleich" data-partner-offer="no" data-product-rating="4.2" data-product-badge="Gutes Leistungspaket, günstig für Singles" data-component="Generic Product Widget" data-product-position="3" data-cta-position="Image Link" target="_blank" data-widget-type="Generic Product Widget" ><img decoding="async" src="https://thumbor.forbes.com/thumbor/fit-in/125x/https://www.forbes.com/advisor/de/wp-content/uploads/2021/10/adam.png" loading="lazy" loading="lazy" class="card-image " alt="Adam Riese: XXL"/></a></div> <div id="forbes-rating-vue-root" class=" card-rating has-tooltip " v-on:mouseenter="handleMouseEnter('675a4a955a881')" v-on:click="toggleRatingTooltip('675a4a955a881')" v-on:mouseleave="ratingTooltipId = ''" data-component="forbes-rating" > <div class="full-wrap flex items-center mx-auto my-0"> <div class="left-wrap"> <div class="rating-value"> 4.2</div> </div> <div class="right-wrap"> <div class="cc-rating-wrapper"><span class="cc-rating" style="width: 80%;"></span></div> <div class="rating-logo"> <img decoding="async" src="https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/assets/images/fb-rating-logo-2021.svg" loading="lazy" loading="lazy" width="85" height="12" alt="Forbes Advisor" class=""/> <span class="icon-tooltip icon-info"></span></div> </div> </div> <div class="card-rating-tooltip" id="star-rating" v-bind:class="[ratingTooltipId == '675a4a955a881' ? 'show' : '']">Unsere Bewertung basiert auf den Konditionen und anderen Eigenschaften des Produkts, wie in der Methodik erklärt ist. Kriterien und Gewichtung legt allein die Redaktion fest.</div> </div> <div class="facts-wrapper"> <div class="facts "> <h4 class="fact"> Leistungen</h4> <div class="fact-value-wrapper"> <p class="fact-value">stark (4,5/5 Punkten)</p> <p class="fact-value-light"> </div> </div> <div class="facts "> <h4 class="fact"> Service</h4> <div class="fact-value-wrapper"> <p class="fact-value">sehr gut (5/5 Punkten)</p> <p class="fact-value-light"> </div> </div> <div class="facts "> <h4 class="fact"> Beispielpreis Single / Familie</h4> <div class="fact-value-wrapper"> <p class="fact-value">ca. 35 / 84 € pro Jahr</p> <p class="fact-value-light"> </div> </div> </div> </div> </div> <div class="right"> <div class="card-image-wrapper"><a href="https://www.financeads.net/tc.php?t=49984C223540686T&#038;subid=phv-vergleich" rel="nofollow" data-product-name="Adam Riese: XXL" data-cta-info="Jetz abschliessen" data-vendor="adam-riese-xxl" data-product-id="36295" data-product="Haftpflichtversicherungen" data-cta-url="https://www.financeads.net/tc.php?t=49984C223540686T&#038;subid=phv-vergleich" data-partner-offer="no" data-product-rating="4.2" data-product-badge="Gutes Leistungspaket, günstig für Singles" data-component="Generic Product Widget" data-product-position="3" target="_blank" data-cta-position="Image Link" data-widget-type="Generic Product Widget" ><img decoding="async" src="https://thumbor.forbes.com/thumbor/fit-in/125x/https://www.forbes.com/advisor/de/wp-content/uploads/2021/10/adam.png" loading="lazy" loading="lazy" class="card-image " alt="Adam Riese: XXL"/></a></div> <div class="btn-wrap"><a class="apply-now c-button" href="https://www.financeads.net/tc.php?t=49984C223540686T&#038;subid=phv-vergleich" rel="nofollow" data-product-name="Adam Riese: XXL" data-cta-info="Jetz abschliessen" data-vendor="adam-riese-xxl" data-product-id="36295" data-product="Haftpflichtversicherungen" data-cta-url="https://www.financeads.net/tc.php?t=49984C223540686T&#038;subid=phv-vergleich" data-partner-offer="no" data-product-rating="4.2" data-product-badge="Gutes Leistungspaket, günstig für Singles" data-component="Generic Product Widget" data-product-position="3" data-widget-type="Generic Product Widget" data-cta-position="Button Link" ><span> Jetz abschliessen</span><img decoding="async" src="https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/assets/images/right-arrow.svg" loading="lazy" loading="lazy" alt="" class=""/></a></p> <div class="secure-site-txt"> Angebot von AdamRiese ansehen</div> </div> </div> <div class="mobile-fact-wrapper"> <div class="facts-wrapper"> <div class="facts "> <h4 class="fact"> Leistungen</h4> <div class="fact-value-wrapper"> <p class="fact-value">stark (4,5/5 Punkten)</p> <p class="fact-value-light"> </div> </div> <div class="facts "> <h4 class="fact"> Service</h4> <div class="fact-value-wrapper"> <p class="fact-value">sehr gut (5/5 Punkten)</p> <p class="fact-value-light"> </div> </div> <div class="facts "> <h4 class="fact"> Beispielpreis Single / Familie</h4> <div class="fact-value-wrapper"> <p class="fact-value">ca. 35 / 84 € pro Jahr</p> <p class="fact-value-light"> </div> </div> </div> </div> </div> <div class="card-bottom-wrap"> <div class="tab-content-wrapper"> <div class="accordion-tab-wrapper"> <div class="accordion-tab" v-on:click="toggleFaq" > Vorteile &amp; Nachteile</div> <div class="c-tab--content list-points answer"> <div class="pros-cons-wrapper"> <div class="list-points pros"> <ul> <li>günstiger Preis im Single-Tarif</li> <li>GDV-Leistungsgarantie und Bestleistungsgarantie</li> <li>Verlust von Schlüsseln mitversichert</li> <li>Online-Vertragsabschluss und -Kündigung möglich</li> </ul> </div> <div class="list-points cons"> <ul> <li>maximal zwei Vorschäden in fünf Jahren</li> <li>für Familien relativ teurer</li> <li>Haftungsobergrenzen bei einigen Leistungen</li> <li>Verlust von Schlüsseln nur beschränkt mitversichert</li> </ul> </div> </div> </div> </div> <div class="accordion-tab-wrapper"> <div class="accordion-tab" v-on:click="toggleFaq" > Warum wir die Versicherung ausgewählt haben</div> <div class="c-tab--content list-points answer"> <p>Adam Riese bietet im XXL-Tarif einen soliden Schutz. Er eignet sich für Dich vor allem dann, wenn Du in den vergangenen Jahren Deine Haftpflichtversicherung nicht in Anspruch genommen hast. Insbesondere der Single-Tarif ist vergleichsweise sehr günstig. Die Versicherung bietet Dir GDV-Leistungsgarantie und Bestleistungsgarantie (s. <a href="https://www.forbes.com/advisor/de/versicherungen/haftpflichtversicherung/#haufige_fragen_faq_section">FAQ</a>).</p> <p><strong>Tarifgrundlagen</strong></p> <p>Um Dich bei Adam Riese zu versichern, darfst Du in den vergangenen fünf Jahren maximal zwei Schäden über die Haftpflicht gemeldet haben. Die Versicherungssumme beträgt 50 Millionen Euro, die Deckungssumme je geschädigter Person beträgt 15 Millionen Euro.</p> <p><strong>Leistungen</strong></p> <p>Adam Riese haftet bei den meisten der abgefragten Leistungen im Schadensfall (darunter Schäden an Mietsachen, Deckung bei Forderungsausfall, Regressansprüche durch Sozialversicherungsträger, Allmählichkeitsschäden) uneingeschränkt.</p> <p>Bei Schäden durch Kinder oder andere sogenannte deliktunfähige Personen gibt es jedoch eine Obergrenze von maximal 500.000 Euro. Benutzt Du einen fremden Computer und verursachst einen Schaden, bist Du weltweit abgesichert – mit Ausnahme der USA, Kanadas und USA-Territorien. Dort zahlt die Haftpflichtversicherung im Schadensfall maximal drei Millionen Euro.</p> <p><strong>Schlüssel</strong></p> <p>Verlierst Du private Schlüssel von Dritten, die Schlüssel zu Mietwohnung, zum Mietshaus oder Schlüssel zur Arbeit, haftet die Versicherung bis jeweils 500.000 Euro.</p> <p><strong>Service</strong></p> <p>Du kannst die Haftpflichtversicherung sowohl online abschließen als auch wieder kündigen. Den Kundenservice erreichst Du über das Online-Kontaktformular, per E-Mail oder telefonisch montags bis freitags von 8 bis 18 Uhr.</p> <p><strong>Besonderheiten</strong></p> <p>Auf Wunsch kannst Du eine Selbstbeteiligung erfragen, durch die Du Rabatt auf den Beitrag bekommst. Der Versicherungsschutz greift innerhalb der Europäischen Union unbegrenzt, außerhalb ist er begrenzt auf fünf Jahre. Schäden an Ferienwohnungen sind inbegriffen; ebenso Schäden, die fremde Hunde in Deiner Obhut verursachen. Adam Riese zahlt eingeschränkt auch für Schäden, die bei Drohnenflügen, ehrenamtlicher Arbeit oder beim Sport entstehen.</p> </div> </div> </div> </div> </div> </div> </section> </div> </div> <div id="die_bayerische_haftpflicht_optimal_prestige_section" class="article-section hide-section-title " data-mktp-container='{"componentTitle":"Die Bayerische: Haftpflicht Optimal Prestige","componentType":"die_bayerische_haftpflicht_optimal_prestige_section"}'> <div class="section-content wysiwyg-content "> <section id="genericProductWidgetWrapper" class="generic-widget-wrapper font-euclidcircularb-regular mb-4 " data-generic-widget="root" data-mktp-container='{"componentTitle":"Die Bayerische: Haftpflicht Optimal Prestige","componentType":"Generic Product Widget"}'> <div class="exclude-eds cc-wrapper " data-mktp-product='{"itemId":"36297","itemName":"Die Bayerische: Haftpflicht Optimal Prestige","itemBrand":"","itemCategory":"","itemCategory2":"","itemCategory3":"","itemCategory4":"","price":0,"quantity":1,"affiliation":"","coupon":"","secondaryCallout":"","starRatings":4.1,"initialCost":0,"subscriptionCost":0}'> <div class="featured-widget-label"><span class="featured-widget-label-txt">FEATURED PARTNER OFFER</span></div> <div class="cc-wrapper-inner"> <div class="card-top-wrap"> <div class="left"> <h2 class="card-best-for">Solider Schutz ohne Mietsachen</h2> <h3 class="card-title">Die Bayerische: Haftpflicht Optimal Prestige</h3> <div class="bottom-wrap"> <div class="card-image-wrapper"><a href="https://www.awin1.com/cread.php?awinmid=17046&#038;awinaffid=692863&#038;clickref=phv-vergleich&#038;ued=https%3A%2F%2Fwww.diebayerische.de%2Fhaftpflichtversicherung%2Fprivate-haftpflichtversicherung%2F" rel="nofollow" data-product-name="Die Bayerische: Haftpflicht Optimal Prestige" data-cta-info="Jetzt abschliessen" data-vendor="die-bayerische-haftpflicht-optimal-prestige" data-product-id="36297" data-product="Haftpflichtversicherungen" data-cta-url="https://www.awin1.com/cread.php?awinmid=17046&#038;awinaffid=692863&#038;clickref=phv-vergleich&#038;ued=https%3A%2F%2Fwww.diebayerische.de%2Fhaftpflichtversicherung%2Fprivate-haftpflichtversicherung%2F" data-partner-offer="no" data-product-rating="4.1" data-product-badge="Solider Schutz ohne Mietsachen" data-component="Generic Product Widget" data-product-position="4" data-cta-position="Image Link" target="_blank" data-widget-type="Generic Product Widget" ><img decoding="async" src="https://thumbor.forbes.com/thumbor/fit-in/125x/https://www.forbes.com/advisor/de/wp-content/uploads/2021/12/2560px-Die_Bayerische_logo.svg.png" loading="lazy" loading="lazy" class="card-image " alt="Die Bayerische: Haftpflicht Optimal Prestige"/></a></div> <div id="forbes-rating-vue-root" class=" card-rating has-tooltip " v-on:mouseenter="handleMouseEnter('675a4a955f130')" v-on:click="toggleRatingTooltip('675a4a955f130')" v-on:mouseleave="ratingTooltipId = ''" data-component="forbes-rating" > <div class="full-wrap flex items-center mx-auto my-0"> <div class="left-wrap"> <div class="rating-value"> 4.1</div> </div> <div class="right-wrap"> <div class="cc-rating-wrapper"><span class="cc-rating" style="width: 80%;"></span></div> <div class="rating-logo"> <img decoding="async" src="https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/assets/images/fb-rating-logo-2021.svg" loading="lazy" loading="lazy" width="85" height="12" alt="Forbes Advisor" class=""/> <span class="icon-tooltip icon-info"></span></div> </div> </div> <div class="card-rating-tooltip" id="star-rating" v-bind:class="[ratingTooltipId == '675a4a955f130' ? 'show' : '']">Unsere Bewertung basiert auf den Konditionen und anderen Eigenschaften des Produkts, wie in der Methodik erklärt ist. Kriterien und Gewichtung legt allein die Redaktion fest.</div> </div> <div class="facts-wrapper"> <div class="facts "> <h4 class="fact"> Leistungen</h4> <div class="fact-value-wrapper"> <p class="fact-value">stark (4,4/5 Punkten)</p> <p class="fact-value-light"> </div> </div> <div class="facts "> <h4 class="fact"> Service</h4> <div class="fact-value-wrapper"> <p class="fact-value">gut (4,3/5 Punkten)</p> <p class="fact-value-light"> </div> </div> <div class="facts "> <h4 class="fact"> Beispielpreis Single / Familie</h4> <div class="fact-value-wrapper"> <p class="fact-value">ca. 78 / 104 € pro Jahr</p> <p class="fact-value-light"> </div> </div> </div> </div> </div> <div class="right"> <div class="card-image-wrapper"><a href="https://www.awin1.com/cread.php?awinmid=17046&#038;awinaffid=692863&#038;clickref=phv-vergleich&#038;ued=https%3A%2F%2Fwww.diebayerische.de%2Fhaftpflichtversicherung%2Fprivate-haftpflichtversicherung%2F" rel="nofollow" data-product-name="Die Bayerische: Haftpflicht Optimal Prestige" data-cta-info="Jetzt abschliessen" data-vendor="die-bayerische-haftpflicht-optimal-prestige" data-product-id="36297" data-product="Haftpflichtversicherungen" data-cta-url="https://www.awin1.com/cread.php?awinmid=17046&#038;awinaffid=692863&#038;clickref=phv-vergleich&#038;ued=https%3A%2F%2Fwww.diebayerische.de%2Fhaftpflichtversicherung%2Fprivate-haftpflichtversicherung%2F" data-partner-offer="no" data-product-rating="4.1" data-product-badge="Solider Schutz ohne Mietsachen" data-component="Generic Product Widget" data-product-position="4" target="_blank" data-cta-position="Image Link" data-widget-type="Generic Product Widget" ><img decoding="async" src="https://thumbor.forbes.com/thumbor/fit-in/125x/https://www.forbes.com/advisor/de/wp-content/uploads/2021/12/2560px-Die_Bayerische_logo.svg.png" loading="lazy" loading="lazy" class="card-image " alt="Die Bayerische: Haftpflicht Optimal Prestige"/></a></div> <div class="btn-wrap"><a class="apply-now c-button" href="https://www.awin1.com/cread.php?awinmid=17046&#038;awinaffid=692863&#038;clickref=phv-vergleich&#038;ued=https%3A%2F%2Fwww.diebayerische.de%2Fhaftpflichtversicherung%2Fprivate-haftpflichtversicherung%2F" rel="nofollow" data-product-name="Die Bayerische: Haftpflicht Optimal Prestige" data-cta-info="Jetzt abschliessen" data-vendor="die-bayerische-haftpflicht-optimal-prestige" data-product-id="36297" data-product="Haftpflichtversicherungen" data-cta-url="https://www.awin1.com/cread.php?awinmid=17046&#038;awinaffid=692863&#038;clickref=phv-vergleich&#038;ued=https%3A%2F%2Fwww.diebayerische.de%2Fhaftpflichtversicherung%2Fprivate-haftpflichtversicherung%2F" data-partner-offer="no" data-product-rating="4.1" data-product-badge="Solider Schutz ohne Mietsachen" data-component="Generic Product Widget" data-product-position="4" data-widget-type="Generic Product Widget" data-cta-position="Button Link" ><span> Jetzt abschliessen</span><img decoding="async" src="https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/assets/images/right-arrow.svg" loading="lazy" loading="lazy" alt="" class=""/></a></p> <div class="secure-site-txt"> Angebot von die Bayerische ansehen</div> </div> </div> <div class="mobile-fact-wrapper"> <div class="facts-wrapper"> <div class="facts "> <h4 class="fact"> Leistungen</h4> <div class="fact-value-wrapper"> <p class="fact-value">stark (4,4/5 Punkten)</p> <p class="fact-value-light"> </div> </div> <div class="facts "> <h4 class="fact"> Service</h4> <div class="fact-value-wrapper"> <p class="fact-value">gut (4,3/5 Punkten)</p> <p class="fact-value-light"> </div> </div> <div class="facts "> <h4 class="fact"> Beispielpreis Single / Familie</h4> <div class="fact-value-wrapper"> <p class="fact-value">ca. 78 / 104 € pro Jahr</p> <p class="fact-value-light"> </div> </div> </div> </div> </div> <div class="card-bottom-wrap"> <div class="tab-content-wrapper"> <div class="accordion-tab-wrapper"> <div class="accordion-tab" v-on:click="toggleFaq" > Vorteile &amp; Nachteile</div> <div class="c-tab--content list-points answer"> <div class="pros-cons-wrapper"> <div class="list-points pros"> <ul> <li>GDV-Leistungsgarantie und Bestleistungsgarantie</li> <li>Verlust von Schlüsseln mitversichert</li> </ul> </div> <div class="list-points cons"> <ul> <li>vergleichsweise höherer Preis</li> <li>übernimmt Kosten bei einem Forderungsausfall nur, wenn Gerichtsurteil vorliegt</li> <li>Mietsachschäden sind nicht abgedeckt</li> </ul> </div> </div> </div> </div> <div class="accordion-tab-wrapper"> <div class="accordion-tab" v-on:click="toggleFaq" > Warum wir die Versicherung ausgewählt haben</div> <div class="c-tab--content list-points answer"> <p>Die Bayerische bietet Dir in diesem Tarif einen soliden Schutz mit ein paar kleineren Abstrichen. Da die Haftpflichtversicherung bei Schäden an Mietsachen nur eingeschränkt zahlt, eignet sich dieser Tarif eher für Eigentümer oder Mieter mit anderweitiger Absicherung.</p> <p><strong>Tarifgrundlagen</strong></p> <p>Besondere Voraussetzungen für den Vertragsabschluss hat Die Bayerische keine. Die Versicherungssumme beträgt 50 Millionen Euro, die Deckungssumme je geschädigter Person beträgt 15 Millionen Euro. Im Tarif sind GDV-Leistungsgarantie und Bestleistungsgarantie inbegriffen (s. <a href="https://www.forbes.com/advisor/de/versicherungen/haftpflichtversicherung/?no_cache#haufige_fragen_faq_section">FAQ</a>).</p> <p><strong>Leistungen</strong></p> <p>Bei den meisten der abgefragten Leistungen haftet Die Bayerische im Schadensfall uneingeschränkt (darunter Regressansprüche durch Sozialversicherungsträger, Schäden durch Kinder und Allmählichkeitsschäden, s. <a href="https://www.forbes.com/advisor/de/versicherungen/haftpflichtversicherung/?no_cache#haufige_fragen_faq_section">FAQ</a>).</p> <p>Wenn Du oder Dein Eigentum zu Schaden kommen und der Dritte keine Haftpflichtversicherung hat (Forderungsausfall), springt die Bayerische im genannten Tarif jedoch nur ein, nachdem Du ein gerichtliches Urteil erwirkt hast. Die Versicherung übernimmt dafür zumindest Deine Anwaltskosten bis 50.000 Euro. Ebenfalls eingeschränkt ist die Haftung bei Mietsachen: Hier zahlt Die Bayerische maximal 10.000 Euro.</p> <p><strong>Schlüssel</strong></p> <p>Verlierst Du private Schlüssel von Dritten, die Schlüssel zur Mietwohnung, zum Mietshaus oder die Schlüssel zur Arbeit, haftet die Versicherung uneingeschränkt.</p> <p><strong>Service</strong></p> <p>Du kannst die Haftpflichtversicherung online abschließen. Kündigen musst Du derzeit noch in Textform per E-Mail, Post oder Fax. Bald soll das aber auch über die Internetseite gehen. Der Kundenservice ist erreichbar über das Online-Kontaktformular, per E-Mail, Post, telefonisch montags bis freitags von 8 bis 20 Uhr oder über die Filiale eines Vertreters.</p> <p><strong>Besonderheiten</strong></p> <p>Bei Bedarf kannst Du eine Selbstbeteiligung von 150 Euro oder 300 Euro wählen. Auch für Schäden, die durch Hüten fremder Hunde und Pferde entstehen, bei Flügen mit Drohnen von bis zu fünf Kilogramm Gewicht und die Du bei ehrenamtlichen Tätigkeiten oder beim Sport verursachst, zahlt Die Bayerische.</p> </div> </div> </div> </div> </div> </div> </section> </div> </div> <div id="alte_leipziger_comfort_section" class="article-section hide-section-title " data-mktp-container='{"componentTitle":"Alte Leipziger: Comfort","componentType":"alte_leipziger_comfort_section"}'> <div class="section-content wysiwyg-content "> <section id="genericProductWidgetWrapper" class="generic-widget-wrapper font-euclidcircularb-regular mb-4 " data-generic-widget="root" data-mktp-container='{"componentTitle":"Alte Leipziger: Comfort","componentType":"Generic Product Widget"}'> <div class="exclude-eds cc-wrapper " data-mktp-product='{"itemId":"36299","itemName":"Alte Leipziger: Comfort","itemBrand":"","itemCategory":"","itemCategory2":"","itemCategory3":"","itemCategory4":"","price":0,"quantity":1,"affiliation":"","coupon":"","secondaryCallout":"","starRatings":4,"initialCost":0,"subscriptionCost":0}'> <div class="featured-widget-label"><span class="featured-widget-label-txt">FEATURED PARTNER OFFER</span></div> <div class="cc-wrapper-inner"> <div class="card-top-wrap"> <div class="left"> <h2 class="card-best-for">Solider Schutz</h2> <h3 class="card-title">Alte Leipziger: Comfort</h3> <div class="bottom-wrap"> <div class="card-image-wrapper"><a href="https://www.financeads.net/tc.php?t=49984C4692107270T&#038;subid=bestof" rel="nofollow" data-product-name="Alte Leipziger: Comfort" data-cta-info="Mehr erfahren" data-vendor="alte-leipziger-comfort" data-product-id="36299" data-product="Haftpflichtversicherungen" data-cta-url="https://www.financeads.net/tc.php?t=49984C4692107270T&#038;subid=bestof" data-partner-offer="no" data-product-rating="4" data-product-badge="Solider Schutz" data-component="Generic Product Widget" data-product-position="5" data-cta-position="Image Link" target="_blank" data-widget-type="Generic Product Widget" ><img decoding="async" src="https://thumbor.forbes.com/thumbor/fit-in/125x/https://www.forbes.com/advisor/de/wp-content/uploads/2022/01/ALH_Alte-Leipziger-Endorsement_rot_RGB_png.png" loading="lazy" loading="lazy" class="card-image " alt="Alte Leipziger: Comfort"/></a></div> <div id="forbes-rating-vue-root" class=" card-rating has-tooltip " v-on:mouseenter="handleMouseEnter('675a4a95638d3')" v-on:click="toggleRatingTooltip('675a4a95638d3')" v-on:mouseleave="ratingTooltipId = ''" data-component="forbes-rating" > <div class="full-wrap flex items-center mx-auto my-0"> <div class="left-wrap"> <div class="rating-value"> 4.0</div> </div> <div class="right-wrap"> <div class="cc-rating-wrapper"><span class="cc-rating" style="width: 80%;"></span></div> <div class="rating-logo"> <img decoding="async" src="https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/assets/images/fb-rating-logo-2021.svg" loading="lazy" loading="lazy" width="85" height="12" alt="Forbes Advisor" class=""/> <span class="icon-tooltip icon-info"></span></div> </div> </div> <div class="card-rating-tooltip" id="star-rating" v-bind:class="[ratingTooltipId == '675a4a95638d3' ? 'show' : '']">Unsere Bewertung basiert auf den Konditionen und anderen Eigenschaften des Produkts, wie in der Methodik erklärt ist. Kriterien und Gewichtung legt allein die Redaktion fest.</div> </div> <div class="facts-wrapper"> <div class="facts "> <h4 class="fact"> Leistungen</h4> <div class="fact-value-wrapper"> <p class="fact-value">stark (4,5/5 Punkten)</p> <p class="fact-value-light"> </div> </div> <div class="facts "> <h4 class="fact"> Service</h4> <div class="fact-value-wrapper"> <p class="fact-value">gut (4,3/5 Punkten)</p> <p class="fact-value-light"> </div> </div> <div class="facts "> <h4 class="fact"> Beispielpreis Single / Familie</h4> <div class="fact-value-wrapper"> <p class="fact-value">ca. 64 / 100 € pro Jahr</p> <p class="fact-value-light"> </div> </div> </div> </div> </div> <div class="right"> <div class="card-image-wrapper"><a href="https://www.financeads.net/tc.php?t=49984C4692107270T&#038;subid=bestof" rel="nofollow" data-product-name="Alte Leipziger: Comfort" data-cta-info="Mehr erfahren" data-vendor="alte-leipziger-comfort" data-product-id="36299" data-product="Haftpflichtversicherungen" data-cta-url="https://www.financeads.net/tc.php?t=49984C4692107270T&#038;subid=bestof" data-partner-offer="no" data-product-rating="4" data-product-badge="Solider Schutz" data-component="Generic Product Widget" data-product-position="5" target="_blank" data-cta-position="Image Link" data-widget-type="Generic Product Widget" ><img decoding="async" src="https://thumbor.forbes.com/thumbor/fit-in/125x/https://www.forbes.com/advisor/de/wp-content/uploads/2022/01/ALH_Alte-Leipziger-Endorsement_rot_RGB_png.png" loading="lazy" loading="lazy" class="card-image " alt="Alte Leipziger: Comfort"/></a></div> <div class="btn-wrap"><a class="apply-now c-button" href="https://www.financeads.net/tc.php?t=49984C4692107270T&#038;subid=bestof" rel="nofollow" data-product-name="Alte Leipziger: Comfort" data-cta-info="Mehr erfahren" data-vendor="alte-leipziger-comfort" data-product-id="36299" data-product="Haftpflichtversicherungen" data-cta-url="https://www.financeads.net/tc.php?t=49984C4692107270T&#038;subid=bestof" data-partner-offer="no" data-product-rating="4" data-product-badge="Solider Schutz" data-component="Generic Product Widget" data-product-position="5" data-widget-type="Generic Product Widget" data-cta-position="Button Link" ><span> Mehr erfahren</span><img decoding="async" src="https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/assets/images/right-arrow.svg" loading="lazy" loading="lazy" alt="" class=""/></a></p> <div class="secure-site-txt"> Angebot von der Alte Leipziger Versicherung ansehen</div> </div> </div> <div class="mobile-fact-wrapper"> <div class="facts-wrapper"> <div class="facts "> <h4 class="fact"> Leistungen</h4> <div class="fact-value-wrapper"> <p class="fact-value">stark (4,5/5 Punkten)</p> <p class="fact-value-light"> </div> </div> <div class="facts "> <h4 class="fact"> Service</h4> <div class="fact-value-wrapper"> <p class="fact-value">gut (4,3/5 Punkten)</p> <p class="fact-value-light"> </div> </div> <div class="facts "> <h4 class="fact"> Beispielpreis Single / Familie</h4> <div class="fact-value-wrapper"> <p class="fact-value">ca. 64 / 100 € pro Jahr</p> <p class="fact-value-light"> </div> </div> </div> </div> </div> <div class="card-bottom-wrap"> <div class="tab-content-wrapper"> <div class="accordion-tab-wrapper"> <div class="accordion-tab" v-on:click="toggleFaq" > Vorteile &amp; Nachteile</div> <div class="c-tab--content list-points answer"> <div class="pros-cons-wrapper"> <div class="list-points pros"> <ul> <li>GDV-Leistungsgarantie und Bestleistungsgarantie</li> <li>hohe Versicherungssumme wählbar</li> <li>Online-Abschluss und -Kündigung möglich</li> </ul> </div> <div class="list-points cons"> <ul> <li>maximal zwei Vorschäden in fünf Jahren, um aufgenommen zu werden</li> <li>Schäden durch Kinder nicht unbegrenzt mitversichert</li> <li>Verlust des Haustürschlüssels nicht versichert</li> </ul> </div> </div> </div> </div> <div class="accordion-tab-wrapper"> <div class="accordion-tab" v-on:click="toggleFaq" > Warum wir die Versicherung ausgewählt haben</div> <div class="c-tab--content list-points answer"> <p>Die Alte Leipziger bietet mit dem Comfort-Tarif einen guten Grundschutz. Er eignet sich für Dich dann, wenn Du in den vergangenen fünf Jahren kaum Leistungen der Haftpflicht in Anspruch genommen hast. Im Vergleich zu den höher platzierten Tarifen gibt es bei der Alten Leipziger aber ein paar Einschränkungen, die Du vor Vertragsabschluss beachten solltest.</p> <p><strong>Tarifgrundlagen</strong></p> <p>Die Alte Leipziger Versicherung nimmt Dich dann auf, wenn Du nicht mehr als zwei Vorschäden in den vergangenen fünf Jahren hattest. Die Versicherungssumme beträgt wahlweise 50 oder 100 Millionen Euro, die Deckungssumme je geschädigter Person beträgt 15 Millionen Euro. GDV-Leistungsgarantie und Bestleistungsgarantie sind im Tarif inbegriffen.</p> <p><strong>Leistungen</strong></p> <p>Die Versicherung haftet bei den meisten der abgefragten Leistungen bis maximal zur Versicherungssumme. Ein paar Einschränkungen gibt es aber: Bei Schäden durch deliktunfähige Kinder etwa übernimmt die Alte Leipziger nur Kosten von bis zu 100.000 Euro. Bei Deckung im Forderungsausfall zahlt die Versicherung bei gerichtlich erwirktem Urteil auch für geringe Beträge ab null Euro, jedoch insgesamt maximal 5 Millionen Euro.</p> <p><strong>Schlüssel</strong></p> <p>Verlierst Du fremde private oder berufliche Schlüssel, haftet die Versicherung uneingeschränkt. Bei Schlüsseln zu einer von Dir bewohnten Mietwohnung oder einem Mietshaus gilt der Schutz auch, allerdings nicht für die eigene Haustür. Verlierst Du also Deinen Haustürschlüssel, musst Du für den Schaden selbst aufkommen.</p> <p><strong>Service</strong></p> <p>Du kannst die Haftpflichtversicherung online abschließen. Kündigen kannst du sie per E-Mail, Post oder Fax. Den Kundenservice erreichst Du über ein Online-Kontaktformular, per E-Mail, telefonisch montags bis freitags von 8 bis 16 Uhr, per Post und über Vermittler.</p> <p><strong>Besonderheiten</strong></p> <p>Du kannst bei Bedarf eine Selbstbeteiligung in Höhe von 150 Euro, 300 Euro, 500 Euro oder 1.000 Euro dazuwählen. Der Schutz besteht auch im Ausland bis zu fünf Jahre und gilt dort auch für Schäden an Ferienwohnungen. Ebenso zahlt die Versicherung bei Schäden durch fremde Hunde und Pferde, Drohnen bis fünf Kilogramm Gewicht sowie bei Sport und Ehrenamt.</p> </div> </div> </div> </div> </div> </div> </section> <p>Neben den leistungsstarken Paketen gibt es auch einige besonders günstige Tarife. Diese können sich dann für Dich eignen, wenn Du zum Beispiel einzelne Leistungspunkte schon durch andere Versicherungen abgedeckt weißt. Häufig musst du allerdings auch auf Zusagen wie die sogenannte <strong>Bestleistungsgarantie</strong> verzichten (s. <a href="https://www.forbes.com/advisor/de/versicherungen/haftpflichtversicherung/?no_cache#haufige_fragen_faq_section">FAQ</a>).</p> </div> </div> <div id="die_besten_haftpflichtversicherungen_mit_fokus_preis_section" class="article-section " data-mktp-container='{"componentTitle":"Die besten Haftpflichtversicherungen mit Fokus Preis","componentType":"die_besten_haftpflichtversicherungen_mit_fokus_preis_section"}'> <h2>Die besten Haftpflichtversicherungen mit Fokus Preis</h2> <div class="section-content wysiwyg-content "> </div> </div> <hr> <div id="huk24_classic_section" class="article-section hide-section-title " data-mktp-container='{"componentTitle":"Huk24: Classic","componentType":"huk24_classic_section"}'> <div class="section-content wysiwyg-content "> <section id="genericProductWidgetWrapper" class="generic-widget-wrapper font-euclidcircularb-regular mb-4 " data-generic-widget="root" data-mktp-container='{"componentTitle":"Huk24: Classic","componentType":"Generic Product Widget"}'> <div class="exclude-eds cc-wrapper " data-mktp-product='{"itemId":"36302","itemName":"Huk24: Classic","itemBrand":"","itemCategory":"","itemCategory2":"","itemCategory3":"","itemCategory4":"","price":0,"quantity":1,"affiliation":"","coupon":"","secondaryCallout":"","starRatings":4.5,"initialCost":0,"subscriptionCost":0}'> <div class="featured-widget-label"><span class="featured-widget-label-txt">FEATURED PARTNER OFFER</span></div> <div class="cc-wrapper-inner"> <div class="card-top-wrap"> <div class="left"> <h2 class="card-best-for">Günstigster Preis</h2> <h3 class="card-title">Huk24: Classic</h3> <div class="bottom-wrap"> <div class="card-image-wrapper"><img decoding="async" src="https://thumbor.forbes.com/thumbor/fit-in/125x/https://www.forbes.com/advisor/de/wp-content/uploads/2021/10/Huk24.png" loading="lazy" loading="lazy" class="card-image " alt="Huk24: Classic"/></div> <div id="forbes-rating-vue-root" class=" card-rating has-tooltip " v-on:mouseenter="handleMouseEnter('675a4a9568500')" v-on:click="toggleRatingTooltip('675a4a9568500')" v-on:mouseleave="ratingTooltipId = ''" data-component="forbes-rating" > <div class="full-wrap flex items-center mx-auto my-0"> <div class="left-wrap"> <div class="rating-value"> 4.5</div> </div> <div class="right-wrap"> <div class="cc-rating-wrapper"><span class="cc-rating" style="width: 90%;"></span></div> <div class="rating-logo"> <img decoding="async" src="https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/assets/images/fb-rating-logo-2021.svg" loading="lazy" loading="lazy" width="85" height="12" alt="Forbes Advisor" class=""/> <span class="icon-tooltip icon-info"></span></div> </div> </div> <div class="card-rating-tooltip" id="star-rating" v-bind:class="[ratingTooltipId == '675a4a9568500' ? 'show' : '']">Unsere Bewertung basiert auf den Konditionen und anderen Eigenschaften des Produkts, wie in der Methodik erklärt ist. Kriterien und Gewichtung legt allein die Redaktion fest.</div> </div> <div class="facts-wrapper"> <div class="facts "> <h4 class="fact"> Leistungen</h4> <div class="fact-value-wrapper"> <p class="fact-value">gut (4/5 Punkten)</p> <p class="fact-value-light"> </div> </div> <div class="facts "> <h4 class="fact"> Service</h4> <div class="fact-value-wrapper"> <p class="fact-value">sehr gut (5/5 Punkten)</p> <p class="fact-value-light"> </div> </div> <div class="facts "> <h4 class="fact"> Beispielpreis Single / Familie</h4> <div class="fact-value-wrapper"> <p class="fact-value">ca. 30 / 47 € pro Jahr</p> <p class="fact-value-light"> </div> </div> </div> </div> </div> <div class="right"> <div class="card-image-wrapper"><img decoding="async" src="https://thumbor.forbes.com/thumbor/fit-in/125x/https://www.forbes.com/advisor/de/wp-content/uploads/2021/10/Huk24.png" loading="lazy" loading="lazy" class="card-image " alt="Huk24: Classic"/></div> </div> <div class="mobile-fact-wrapper"> <div class="facts-wrapper"> <div class="facts "> <h4 class="fact"> Leistungen</h4> <div class="fact-value-wrapper"> <p class="fact-value">gut (4/5 Punkten)</p> <p class="fact-value-light"> </div> </div> <div class="facts "> <h4 class="fact"> Service</h4> <div class="fact-value-wrapper"> <p class="fact-value">sehr gut (5/5 Punkten)</p> <p class="fact-value-light"> </div> </div> <div class="facts "> <h4 class="fact"> Beispielpreis Single / Familie</h4> <div class="fact-value-wrapper"> <p class="fact-value">ca. 30 / 47 € pro Jahr</p> <p class="fact-value-light"> </div> </div> </div> </div> </div> <div class="card-bottom-wrap"> <div class="tab-content-wrapper"> <div class="accordion-tab-wrapper"> <div class="accordion-tab" v-on:click="toggleFaq" > Vorteile &amp; Nachteile</div> <div class="c-tab--content list-points answer"> <div class="pros-cons-wrapper"> <div class="list-points pros"> <ul> <li>günstiger Preis in unserem Vergleich</li> <li>GDV-Leistungsgarantie</li> <li>Verlust von Schlüsseln mitversichert</li> <li>Selbstbeteiligung wählbar</li> <li>Vertragsabschluss und -kündigung online möglich</li> </ul> </div> <div class="list-points cons"> <ul> <li>keine Bestleistungsgarantie</li> <li>begrenzte Deckung im Forderungsausfall</li> <li>Schäden durch Nutzung fremder Computer begrenzt</li> <li>telefonischer Kundenservice eingeschränkt</li> </ul> </div> </div> </div> </div> <div class="accordion-tab-wrapper"> <div class="accordion-tab" v-on:click="toggleFaq" > Warum wir die Versicherung ausgewählt haben</div> <div class="c-tab--content list-points answer"> <p>Mit Blick auf den Preis bietet Huk24 einen guten Versicherungsschutz zu einem sehr günstigen Preis. Abstriche machen musst Du aber bei der Bestleistungsgarantie oder bei der Deckung im Forderungsausfall (s. <a href="https://www.forbes.com/advisor/de/versicherungen/haftpflichtversicherung/?no_cache#haufige_fragen_faq_section">FAQ</a>). Verursachst Du einen Schaden, bist Du mit diesem Tarif aber dennoch gut geschützt, was die Standardleistungen betrifft.</p> <p><strong>Tarifgrundlagen</strong></p> <p>Die Versicherung nimmt Dich auch auf, wenn Du in der Vergangenheit bereits einen Haftpflichtschaden geltend gemacht hast. Jedoch kann der Preis dann abhängig von der Zahl der Schäden etwas höher ausfallen. Die Versicherungssumme beträgt 50 Millionen Euro, die Deckungssumme pro Person 15 Millionen Euro.</p> <p><strong>Leistungen</strong></p> <p>Die Huk24 haftet bei den meisten abgefragten Leistungen uneingeschränkt (darunter Schäden an Mietsachen, Regressansprüche durch Sozialversicherungsträger, Allmählichkeitsschäden). Wenn Dir ein Dritter Schaden zufügt und keine Haftpflicht hat (Forderungsausfall) springt die Huk24 ein, übernimmt Kosten aber bis maximal 15 Millionen Euro. Auch bei Schäden, die entstehen, wenn Du einen fremden Computer benutzt, zahlt die Haftpflichtversicherung maximal bis zu diesem Betrag.</p> <p><strong>Schlüssel</strong></p> <p>Verlierst Du private Schlüssel von Dritten, die Schlüssel zur Mietwohnung, zum Mietshaus oder die Schlüssel zur Arbeit, haftet die Huk24 in diesem Tarif uneingeschränkt.</p> <p><strong>Service</strong></p> <p>Du erreichst Huk24 entweder über das Online-Kontaktformular, per E-Mail, per Post oder per Fax. Wenn Du einen Schaden meldest, geht das auch telefonisch. Telefonische Kundenberatung über Schadensmeldung hinaus gibt es allerdings nicht.</p> <p><strong>Besonderheiten</strong></p> <p>Auf Wunsch kannst Du eine Selbstbeteiligung von 250 Euro wählen. Dein Beitrag sinkt dadurch (im angegeben Preisbeispiel) um gut Euro im Single- und um rund 10 Euro im Familientarif pro Jahr. In diesem Tarif mitversichert sind Schäden im Ausland z.B. an Ferienwohnungen, solche, die durch das Hüten fremder Haustiere entstehen, sowie durch Drohnen bis zu einem Gewicht bis 250 Gramm, ehrenamtliche Tätigkeit und Sport.</p> </div> </div> </div> </div> </div> </div> </section> </div> </div> <div id="grundeigentumer_care_max_section" class="article-section hide-section-title " data-mktp-container='{"componentTitle":"Grundeigent\u00fcmer: Care Max","componentType":"grundeigentumer_care_max_section"}'> <div class="section-content wysiwyg-content "> <section id="genericProductWidgetWrapper" class="generic-widget-wrapper font-euclidcircularb-regular mb-4 " data-generic-widget="root" data-mktp-container='{"componentTitle":"Grundeigent\u00fcmer: Care Max","componentType":"Generic Product Widget"}'> <div class="exclude-eds cc-wrapper " data-mktp-product='{"itemId":"36304","itemName":"Grundeigent\u00fcmer: Care Max","itemBrand":"","itemCategory":"","itemCategory2":"","itemCategory3":"","itemCategory4":"","price":0,"quantity":1,"affiliation":"","coupon":"","secondaryCallout":"","starRatings":4.4,"initialCost":0,"subscriptionCost":0}'> <div class="featured-widget-label"><span class="featured-widget-label-txt">FEATURED PARTNER OFFER</span></div> <div class="cc-wrapper-inner"> <div class="card-top-wrap"> <div class="left"> <h2 class="card-best-for">Guter Preis ohne Bestleistungsgarantie</h2> <h3 class="card-title">Grundeigentümer: Care Max</h3> <div class="bottom-wrap"> <div class="card-image-wrapper"><img decoding="async" src="https://thumbor.forbes.com/thumbor/fit-in/125x/https://www.forbes.com/advisor/de/wp-content/uploads/2021/10/gev.jpg" loading="lazy" loading="lazy" class="card-image " alt="Grundeigentümer: Care Max"/></div> <div id="forbes-rating-vue-root" class=" card-rating has-tooltip " v-on:mouseenter="handleMouseEnter('675a4a956ca80')" v-on:click="toggleRatingTooltip('675a4a956ca80')" v-on:mouseleave="ratingTooltipId = ''" data-component="forbes-rating" > <div class="full-wrap flex items-center mx-auto my-0"> <div class="left-wrap"> <div class="rating-value"> 4.4</div> </div> <div class="right-wrap"> <div class="cc-rating-wrapper"><span class="cc-rating" style="width: 90%;"></span></div> <div class="rating-logo"> <img decoding="async" src="https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/assets/images/fb-rating-logo-2021.svg" loading="lazy" loading="lazy" width="85" height="12" alt="Forbes Advisor" class=""/> <span class="icon-tooltip icon-info"></span></div> </div> </div> <div class="card-rating-tooltip" id="star-rating" v-bind:class="[ratingTooltipId == '675a4a956ca80' ? 'show' : '']">Unsere Bewertung basiert auf den Konditionen und anderen Eigenschaften des Produkts, wie in der Methodik erklärt ist. Kriterien und Gewichtung legt allein die Redaktion fest.</div> </div> <div class="facts-wrapper"> <div class="facts "> <h4 class="fact"> Leistungen</h4> <div class="fact-value-wrapper"> <p class="fact-value">stark (4,5/5 Punkten)</p> <p class="fact-value-light"> </div> </div> <div class="facts "> <h4 class="fact"> Service</h4> <div class="fact-value-wrapper"> <p class="fact-value">gut (4,3/5 Punkten)</p> <p class="fact-value-light"> </div> </div> <div class="facts "> <h4 class="fact"> Beispielpreis Single / Familie</h4> <div class="fact-value-wrapper"> <p class="fact-value">ca. 37 / 54 € pro Jahr</p> <p class="fact-value-light"> </div> </div> </div> </div> </div> <div class="right"> <div class="card-image-wrapper"><img decoding="async" src="https://thumbor.forbes.com/thumbor/fit-in/125x/https://www.forbes.com/advisor/de/wp-content/uploads/2021/10/gev.jpg" loading="lazy" loading="lazy" class="card-image " alt="Grundeigentümer: Care Max"/></div> </div> <div class="mobile-fact-wrapper"> <div class="facts-wrapper"> <div class="facts "> <h4 class="fact"> Leistungen</h4> <div class="fact-value-wrapper"> <p class="fact-value">stark (4,5/5 Punkten)</p> <p class="fact-value-light"> </div> </div> <div class="facts "> <h4 class="fact"> Service</h4> <div class="fact-value-wrapper"> <p class="fact-value">gut (4,3/5 Punkten)</p> <p class="fact-value-light"> </div> </div> <div class="facts "> <h4 class="fact"> Beispielpreis Single / Familie</h4> <div class="fact-value-wrapper"> <p class="fact-value">ca. 37 / 54 € pro Jahr</p> <p class="fact-value-light"> </div> </div> </div> </div> </div> <div class="card-bottom-wrap"> <div class="tab-content-wrapper"> <div class="accordion-tab-wrapper"> <div class="accordion-tab" v-on:click="toggleFaq" > Vorteile &amp; Nachteile</div> <div class="c-tab--content list-points answer"> <div class="pros-cons-wrapper"> <div class="list-points pros"> <ul> <li>keine Voraussetzungen für Vertragsabschluss</li> <li>GDV-Leistungsgarantie</li> <li>Selbstbeteiligung wählbar</li> <li>Verlust von Schlüsseln mitversichert</li> </ul> </div> <div class="list-points cons"> <ul> <li>keine Bestleistungsgarantie</li> <li>für Familien etwas teurer</li> </ul> </div> </div> </div> </div> <div class="accordion-tab-wrapper"> <div class="accordion-tab" v-on:click="toggleFaq" > Warum wir die Versicherung ausgewählt haben</div> <div class="c-tab--content list-points answer"> <p>Die Grundeigentümer-Versicherung nimmt Dich auch auf, wenn Du in der Vergangenheit bereits einen Haftpflichtschaden geltend gemacht hast. Der Tarif Care Max beinhaltet die GDV-Leistungsgarantie (s. <a href="https://www.forbes.com/advisor/de/versicherungen/haftpflichtversicherung/?no_cache#haufige_fragen_faq_section">FAQ</a>) und überzeugt, was das Preis-Leistungs-Verhältnis angeht.</p> <p><strong>Tarifgrundlagen</strong></p> <p>Die Versicherungssumme beträgt 50 Millionen Euro, die Deckungssumme pro Person 15 Millionen Euro.</p> <p><strong>Leistungen</strong></p> <p>Bei den abgefragten Leistungen haftet die Grundeigentümer-Versicherung ohne Einschränkungen  (darunter Schäden an Mietsachen, Regressansprüche durch Sozialversicherungsträger, Allmählichkeitsschäden, s. <a href="https://www.forbes.com/advisor/de/versicherungen/haftpflichtversicherung/?no_cache#haufige_fragen_faq_section">FAQ</a>). Kommst Du oder Dein Eigentum zu Schaden und hat der Dritte keine Haftpflicht (Forderungsausfall), springt Deine Haftpflichtversicherung ein, ohne dass Du ein Gerichtsurteil erwirken musst. Eine Bestleistungsgarantie ist jedoch nicht enthalten.</p> <p><strong>Schlüssel</strong></p> <p>Verlierst Du fremde private Schlüssel, die Schlüssel zu Deiner Mietwohnung oder Deinem Mietshaus oder berufliche Schlüssel, haftet die Versicherung uneingeschränkt.</p> <p><strong>Service</strong></p> <p>Du kannst die Haftpflichtversicherung online abschließen. Kündigen kannst Du nur in Textform per Post, E-Mail oder Fax. Den Kundenservice erreichst Du über das Online-Kontaktformular, per E-Mail, per Post oder telefonisch von Montag bis Freitag zwischen 8 und 18 Uhr.</p> <p><strong>Besonderheiten</strong></p> <p>Du kannst den Tarif mit oder ohne Selbstbeteiligung buchen. Ohne Selbstbeteiligung ist der Beitrag um rund 25 Prozent höher. Der Versicherungsschutz greift auch im europäischen Ausland uneingeschränkt, weltweit ist er auf fünf Jahre begrenzt. Die Versicherung zahlt auch bei Schäden an Ferienwohnungen, durch fremde Haustiere verursachte Schäden, Schäden durch Drohnen bis fünf Kilogramm, bei ehrenamtlicher Tätigkeit oder bei Sport.</p> </div> </div> </div> </div> </div> </div> </section> </div> </div> <div id="allianz_direct_phv_section" class="article-section hide-section-title " data-mktp-container='{"componentTitle":"Allianz Direct: PHV ","componentType":"allianz_direct_phv_section"}'> <div class="section-content wysiwyg-content "> <section id="genericProductWidgetWrapper" class="generic-widget-wrapper font-euclidcircularb-regular mb-4 " data-generic-widget="root" data-mktp-container='{"componentTitle":"Allianz Direct: PHV","componentType":"Generic Product Widget"}'> <div class="exclude-eds cc-wrapper " data-mktp-product='{"itemId":"36306","itemName":"Allianz Direct: PHV","itemBrand":"","itemCategory":"","itemCategory2":"","itemCategory3":"","itemCategory4":"","price":0,"quantity":1,"affiliation":"","coupon":"","secondaryCallout":"","starRatings":4.1,"initialCost":0,"subscriptionCost":0}'> <div class="featured-widget-label"><span class="featured-widget-label-txt">FEATURED PARTNER OFFER</span></div> <div class="cc-wrapper-inner"> <div class="card-top-wrap"> <div class="left"> <h2 class="card-best-for">Günstig für Familien</h2> <h3 class="card-title">Allianz Direct: PHV</h3> <div class="bottom-wrap"> <div class="card-image-wrapper"><a href="https://www.awin1.com/cread.php?awinmid=11337&#038;awinaffid=692863&#038;clickref=phv-vergleich&#038;ued=https%3A%2F%2Fwww.allianzdirect.de%2Fprivathaftpflicht%2F" rel="nofollow" data-product-name="Allianz Direct: PHV" data-cta-info="Jetzt abschliessen" data-vendor="allianz-direct-phv" data-product-id="36306" data-product="Haftpflichtversicherungen" data-cta-url="https://www.awin1.com/cread.php?awinmid=11337&#038;awinaffid=692863&#038;clickref=phv-vergleich&#038;ued=https%3A%2F%2Fwww.allianzdirect.de%2Fprivathaftpflicht%2F" data-partner-offer="no" data-product-rating="4.1" data-product-badge="Günstig für Familien" data-component="Generic Product Widget" data-product-position="8" data-cta-position="Image Link" target="_blank" data-widget-type="Generic Product Widget" ><img decoding="async" src="https://thumbor.forbes.com/thumbor/fit-in/125x/https://www.forbes.com/advisor/de/wp-content/uploads/2022/01/allianz-direct-1.png" loading="lazy" loading="lazy" class="card-image " alt="Allianz Direct: PHV"/></a></div> <div id="forbes-rating-vue-root" class=" card-rating has-tooltip " v-on:mouseenter="handleMouseEnter('675a4a9570fc8')" v-on:click="toggleRatingTooltip('675a4a9570fc8')" v-on:mouseleave="ratingTooltipId = ''" data-component="forbes-rating" > <div class="full-wrap flex items-center mx-auto my-0"> <div class="left-wrap"> <div class="rating-value"> 4.1</div> </div> <div class="right-wrap"> <div class="cc-rating-wrapper"><span class="cc-rating" style="width: 80%;"></span></div> <div class="rating-logo"> <img decoding="async" src="https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/assets/images/fb-rating-logo-2021.svg" loading="lazy" loading="lazy" width="85" height="12" alt="Forbes Advisor" class=""/> <span class="icon-tooltip icon-info"></span></div> </div> </div> <div class="card-rating-tooltip" id="star-rating" v-bind:class="[ratingTooltipId == '675a4a9570fc8' ? 'show' : '']">Unsere Bewertung basiert auf den Konditionen und anderen Eigenschaften des Produkts, wie in der Methodik erklärt ist. Kriterien und Gewichtung legt allein die Redaktion fest.</div> </div> <div class="facts-wrapper"> <div class="facts "> <h4 class="fact"> Leistungen</h4> <div class="fact-value-wrapper"> <p class="fact-value">in Ordnung (3,6/5 Punkten)</p> <p class="fact-value-light"> </div> </div> <div class="facts "> <h4 class="fact"> Service</h4> <div class="fact-value-wrapper"> <p class="fact-value">gut (4,3/5 Punkten)</p> <p class="fact-value-light"> </div> </div> <div class="facts "> <h4 class="fact"> Beispielpreis Single / Familie</h4> <div class="fact-value-wrapper"> <p class="fact-value">ca. 32 / 38 € pro Jahr.</p> <p class="fact-value-light"> </div> </div> </div> </div> </div> <div class="right"> <div class="card-image-wrapper"><a href="https://www.awin1.com/cread.php?awinmid=11337&#038;awinaffid=692863&#038;clickref=phv-vergleich&#038;ued=https%3A%2F%2Fwww.allianzdirect.de%2Fprivathaftpflicht%2F" rel="nofollow" data-product-name="Allianz Direct: PHV" data-cta-info="Jetzt abschliessen" data-vendor="allianz-direct-phv" data-product-id="36306" data-product="Haftpflichtversicherungen" data-cta-url="https://www.awin1.com/cread.php?awinmid=11337&#038;awinaffid=692863&#038;clickref=phv-vergleich&#038;ued=https%3A%2F%2Fwww.allianzdirect.de%2Fprivathaftpflicht%2F" data-partner-offer="no" data-product-rating="4.1" data-product-badge="Günstig für Familien" data-component="Generic Product Widget" data-product-position="8" target="_blank" data-cta-position="Image Link" data-widget-type="Generic Product Widget" ><img decoding="async" src="https://thumbor.forbes.com/thumbor/fit-in/125x/https://www.forbes.com/advisor/de/wp-content/uploads/2022/01/allianz-direct-1.png" loading="lazy" loading="lazy" class="card-image " alt="Allianz Direct: PHV"/></a></div> <div class="btn-wrap"><a class="apply-now c-button" href="https://www.awin1.com/cread.php?awinmid=11337&#038;awinaffid=692863&#038;clickref=phv-vergleich&#038;ued=https%3A%2F%2Fwww.allianzdirect.de%2Fprivathaftpflicht%2F" rel="nofollow" data-product-name="Allianz Direct: PHV" data-cta-info="Jetzt abschliessen" data-vendor="allianz-direct-phv" data-product-id="36306" data-product="Haftpflichtversicherungen" data-cta-url="https://www.awin1.com/cread.php?awinmid=11337&#038;awinaffid=692863&#038;clickref=phv-vergleich&#038;ued=https%3A%2F%2Fwww.allianzdirect.de%2Fprivathaftpflicht%2F" data-partner-offer="no" data-product-rating="4.1" data-product-badge="Günstig für Familien" data-component="Generic Product Widget" data-product-position="8" data-widget-type="Generic Product Widget" data-cta-position="Button Link" ><span> Jetzt abschliessen</span><img decoding="async" src="https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/assets/images/right-arrow.svg" loading="lazy" loading="lazy" alt="" class=""/></a></p> <div class="secure-site-txt"> Angebot von Allianz Direct ansehen</div> </div> </div> <div class="mobile-fact-wrapper"> <div class="facts-wrapper"> <div class="facts "> <h4 class="fact"> Leistungen</h4> <div class="fact-value-wrapper"> <p class="fact-value">in Ordnung (3,6/5 Punkten)</p> <p class="fact-value-light"> </div> </div> <div class="facts "> <h4 class="fact"> Service</h4> <div class="fact-value-wrapper"> <p class="fact-value">gut (4,3/5 Punkten)</p> <p class="fact-value-light"> </div> </div> <div class="facts "> <h4 class="fact"> Beispielpreis Single / Familie</h4> <div class="fact-value-wrapper"> <p class="fact-value">ca. 32 / 38 € pro Jahr.</p> <p class="fact-value-light"> </div> </div> </div> </div> </div> <div class="card-bottom-wrap"> <div class="tab-content-wrapper"> <div class="accordion-tab-wrapper"> <div class="accordion-tab" v-on:click="toggleFaq" > Vorteile &amp; Nachteile</div> <div class="c-tab--content list-points answer"> <div class="pros-cons-wrapper"> <div class="list-points pros"> <ul> <li>günstiger Preis besonders für Familien</li> <li>Verlust von Schlüsseln mitversichert</li> <li>Vertragsabschluss und -kündigung online möglich</li> </ul> </div> <div class="list-points cons"> <ul> <li>keine GDV-Leistungsgarantie oder Bestleistungsgarantie</li> <li>maximal zwei Vorschäden in fünf Jahren</li> <li>Allmählichkeitsschäden nicht mitversichert</li> <li>Kundenservice nur auf zwei Wegen erreichbar</li> <li>Ehrenamt nicht mitversichert</li> </ul> </div> </div> </div> </div> <div class="accordion-tab-wrapper"> <div class="accordion-tab" v-on:click="toggleFaq" > Darum empfehlen wir die Versicherung</div> <div class="c-tab--content list-points answer"> <p>Die Allianz Direct bietet einen sehr günstigen Haftpflicht-Tarif – auch in der Variante für Familien. Das Preisbeispiel ist ohne Selbstbeteiligung angegeben, mit einer Selbstbeteiligung (wählbar aus 150€, 300€ oder 500€ jährlich) ist der Tarif noch etwas günstiger.</p> <p>Wenn Du in den vergangenen fünf Jahren keine Probleme mit Deiner Haftpflichtversicherung hattest, kaum bis keine Vorschäden mitbringst und der Preis Dir wichtiger als die umfassenden Leistungen ist, eignet sich dieser Tarif für Dich.</p> <p><strong>Tarifgrundlagen</strong></p> <p>Bei Allianz Direct kannst Du Dich versichern, wenn Du höchstens zwei Vorschäden in den vergangenen fünf Jahren hattest und Dir im selben Zeitraum kein Versicherer den Vertrag gekündigt hat. Die Versicherungssumme und die Deckungssumme pro Person betragen jeweils 50 Millionen Euro. GDV-Leistungsgarantie bietet die Haftpflichtversicherung allerdings nicht, ebenso wenig eine Bestleistungsgarantie (s. <a href="https://www.forbes.com/advisor/de/versicherungen/haftpflichtversicherung/?no_cache#haufige_fragen_faq_section">FAQ</a>).</p> <p><strong>Leistungen</strong></p> <p>Die Versicherung haftet bei den meisten der abgefragten Leistungen uneingeschränkt (darunter Schäden an Mietsachen, bei Forderungsausfall, bei Regressansprüchen durch Sozialversicherungsträger), allerdings sind Allmählichkeitsschäden nicht mitversichert (s. <a href="https://www.forbes.com/advisor/de/versicherungen/haftpflichtversicherung/?no_cache#haufige_fragen_faq_section">FAQ</a>).</p> <p><strong>Schlüssel</strong></p> <p>Die Allianz Direct haftet bei Verlust fremder privater Schlüssel, der Schlüssel zu Mietwohnung oder Mietshaus und beruflicher Schlüssel uneingeschränkt.</p> <p><strong>Service</strong></p> <p>Der Kundenservice erreichst Du entweder per Chat oder telefonisch – die Möglichkeiten sind also verglichen mit anderen Haftpflichtversicherern eingeschränkt. Du kannst die Versicherung sowohl online abschließen als auch wieder kündigen.</p> <p><strong>Besonderheiten</strong></p> <p>Allianz Direct deckt auch Schäden im Ausland ab, darunter auch Mietsachschäden. Ebenso zahlt sie für Schäden, die beim Hüten fremder Haustiere entstehen, sofern es sich um Hunde, Pferde und sogenannte zahme Haustiere wie beispielsweise Vögel oder Katzen handelt. Mitversichert sind auch Schäden durch Drohnen bis fünf Kilogramm Gewicht sowie durch bestimmte Sportarten, darunter Surfen, Segeln, Motorbootfahren, Kite-Sport und durch Wassersportfahrzeuge ohne Motor wie Schlauch- oder Ruderboote. Ehrenamtliche Tätigkeiten sind jedoch nicht im Tarif inbegriffen.</p> </div> </div> </div> </div> </div> </div> </section> </div> </div> <div id="was_ist_bei_einer_privaten_haftpflichtversicherung_versichert_section" class="article-section " data-mktp-container='{"componentTitle":"Was ist bei einer privaten Haftpflichtversicherung versichert?","componentType":"was_ist_bei_einer_privaten_haftpflichtversicherung_versichert_section"}'> <h2>Was ist bei einer privaten Haftpflichtversicherung versichert?</h2> <div class="section-content wysiwyg-content "> <p>Eine Haftpflichtversicherung springt ein, wenn Du bei anderen einen Schaden verursachst, der Folgekosten mit sich bringt.</p> <ul> <li>Bei einem Sachschaden übernimmt die Versicherung etwa die Reparaturkosten.</li> <li>Bei einem Totalschaden ersetzt sie in der Regel den Zeitwert des Versicherungsgegenstandes. Das bedeutet, dass die Haftpflichtversicherung so viel zahlt, wie der Gegenstand zum Zeitpunkt des Schadens noch wert ist. Berücksichtigt werden in der Regel das Alter, Gebrauch und Abnutzung. Bei einem zehn Jahre alten Auto, das täglich gefahren wurde, wäre das dann weniger als bei einem Neuwagen.</li> <li>Kommt eine Person zu Schaden, übernimmt die Haftpflichtversicherung etwa Arzt- oder Krankenhauskosten, Schmerzensgeld, Rentenzahlungen oder Pflegekosten. Anders als andere Versicherungen zahlt die private Haftpflichtversicherung auch dann, wenn Du grob fahrlässig gehandelt hast.</li> </ul> <p>Die private Haftpflichtversicherung deckt grundsätzlich nur Schäden ab, die im privaten Rahmen entstehen. Selbständige oder Freiberufler sollten gegebenenfalls zusätzlich eine berufliche Haftpflichtversicherung abschließen. In einigen Berufen mit besonders großem Risiko wie zum Beispiel für Ärzte ist die Berufshaftpflichtversicherung sogar gesetzlich vorgeschrieben, um im Schadensfall sich selbst und die Patienten finanziell abzusichern.</p> <p>Hast Du besonders riskante oder ausgefallene Hobbies, solltest Du bei Vertragsabschluss besonders aufpassen: Nicht bei allen Schäden springt Deine Versicherung ein, selbst wenn Du sie in Deiner Freizeit verursacht hast. Hier kann gegebenenfalls eine spezielle Zusatzversicherung für Dich sinnvoll sein.</p> <h3><b>Worauf solltest Du bei einer Haftpflichtversicherung achten?</b></h3> <p><span style="font-weight: 400;">Die meisten Haftpflichtversicherungen decken </span><span style="font-weight: 400;">größtenteils</span><span style="font-weight: 400;"> dieselben Leistungen ab. Es gibt jedoch Leistungsbausteine, die nicht jede Versicherung übernimmt, wir aber für besonders wichtig halten. </span>Dazu zählen unter anderem:</p> <ul> <li><strong>Bestleistungsgarantie:</strong> Der Versicherer übernimmt den Schaden bis zu einer Höhe, wie ihn auch ein Konkurrent begleichen würde.</li> <li><strong>Haftung nach Forderungsausfall:</strong> Fügt Dir jemand einen Schaden zu und hat derjenige keine Haftpflichtversicherung, springt Deine dafür ein.</li> <li><strong>Regressansprüche von Sozialversicherungsträgern:</strong> Wird jemand wegen Dir verletzt und muss behandelt werden, fordert die Krankenkasse des Verletzten Ersatz des Geldes (sog. Regress) von Deiner Haftpflichtversicherung. Hast Du keine, musst Du aus eigener Tasche blechen.</li> <li><strong>Allmählichkeitsschäden:</strong> Ist in Deiner Mietwohnung ein Rohr unbemerkt defekt und sickert Wasser kontinuierlich ins Fundament und beschädigt dieses nachhaltig, kommt die Haftpflicht für den Schaden auf.</li> </ul> <p>Andere Vertragsbestandteile sind dagegen eher optional. Gehe unsere Checkliste durch <span style="font-weight: 400;">und finde heraus, welche Bestandteile für dich in Frage kommen.</span></p> <ul> <li>Hast Du in den vergangenen Jahren Schäden bei einer Haftpflichtversicherung geltend gemacht? Dann suche gezielt nach Versicherern, die Dich auch mit Vorschäden aufnehmen.</li> <li>Überlege, welche zusätzlichen Leistungen Du abgedeckt haben möchtest. Bist Du zum Beispiel ehrenamtlich tätig, schaue nach, bei welchen Aktivitäten und unter welchen Bedingungen der Versicherungsschutz greift. Prüfe, ob Du nicht ggf. über einen Verein oder eine andere Versicherung abgesichert bist.</li> <li>Auch den Schaden, der entsteht, weil Du Schlüssel (Deines Hauses, Deines Büros) verlierst, kannst Du absichern – doch nicht alle Versicherer übernehmen die Kosten unbegrenzt.</li> <li>Bist Du Mieter, überlege, welche Aspekte rund um Deine Wohnung die Haftpflichtversicherung ergänzend zu einer bestehenden Hausratversicherung abdecken soll.</li> <li>Achte darauf, ob der Schutz auch im Ausland besteht. Wenn Du etwa viel verreist, erkundige Dich vorher, in welchen Ländern die Versicherung haftet. Prüfe außerdem, ob der Schutz während Auslandsaufenthalten zeitlich oder finanziell begrenzt ist. Schaue auch, ob die Haftpflichtversicherung für Schäden an Ferienwohnungen zahlt und wenn du etwa Haustiere von Freunden und Familie im Urlaub hütest.</li> <li>Wenn Du riskante oder außergewöhnliche Hobbies wie beispielsweise Drohnenfliegen hast, informiere Dich, ob diese in den Tarifgrundlagen enthalten sind. Falls nicht, greift Deine Haftpflichtversicherung nicht, wenn Du bei der Ausübung Deines Hobbies einen Schaden verursachst. Gleiches gilt auch für ehrenamtliche Arbeit oder sportliche Aktivitäten.</li> <li>Prüfe außerdem, ob die Versicherung eine Selbstbeteiligung verlangt. Wenn diese optional ist, überlege Dir, ob sie sich im Schadensfall für Dich lohnt oder ob Du lieber über die Jahre einen höheren Beitrag zahlst.</li> </ul> </div> </div> <hr> <div id="methodik_so_haben_wir_die_haftpflichtversicherungen_verglichen_section" class="article-section " data-mktp-container='{"componentTitle":"Methodik: So haben wir die Haftpflichtversicherungen verglichen","componentType":"methodik_so_haben_wir_die_haftpflichtversicherungen_verglichen_section"}'> <h2>Methodik: So haben wir die Haftpflichtversicherungen verglichen</h2> <div class="section-content wysiwyg-content "> <p>Im November 2021 haben wir Tarife der privaten Haftpflichtversicherung von 20 Versicherungen untersucht. Diese Grundgesamtheit ergab sich aus einer Google-Recherche und den Top-Tarifen der Finanztest-Analyse vom Oktober 2021.</p> <p>Anhand eines Fragebogens haben wir mehr als 30 Kriterien abgefragt und gewichtet. Alle Informationen (inkl. der Preiskonditionen) stammen aus der Erhebung und können sich mittlerweile geändert haben.</p> <p>In den meisten Fällen gelten die Preise deutschlandweit. Einige Versicherer unterscheiden jedoch nach Wohnort oder nach der Anzahl an Vorschäden, die Du bereits bei einer anderen Haftpflichtversicherung geltend gemacht hast.</p> <p>Diese Kategorien haben wir im Detail bewertet:</p> <h3>Tarifgrundlagen (40% Gewicht)</h3> <ul> <li>Voraussetzung für Tarifabschluss: Darfst Du in den vergangenen drei bis fünf Jahren einen oder mehrere Vorschäden bei anderen Versicherern geltend gemacht haben?</li> <li>Wie hoch ist der Jahresbeitrag im Single-Tarif (ohne SB)?</li> <li>Wie hoch ist der Jahresbeitrag im Familien-Tarif (ohne SB)?</li> <li>Wie hoch ist die Versicherungssumme (Deckungssumme), bis zu der die Haftpflichtversicherung maximal Schadenersatzleistungen übernimmt?</li> <li>Besteht eine Leistungsgarantie nach GDV-Musterbedingungen?</li> </ul> <h3>Leistungen (30% Gewicht)</h3> <ul> <li>Besteht Bestleistungsgarantie?</li> <li>Ist Deckung bei Forderungsausfall Teil Deines Tarifs?</li> <li>Sind Schäden durch Kinder mitversichert?</li> <li>Sind Regressansprüche von Sozialversicherern mitversichert?</li> <li>Sind Allmählichkeitsschäden mitversichert?</li> <li>Sind Schäden an Mietsachen im Inland (insb. Wohnung) mitversichert?</li> <li>Sind Schäden durch Nutzung eines fremden Computers (z.B. Computervirus) mitversichert?</li> </ul> <h3>Schlüssel (15% Gewicht)</h3> <ul> <li>Zahlt die Versicherung bei Verlust fremder privater Schlüssel?</li> <li>Zahlt die Versicherung bei Verlust beruflicher Schlüssel?</li> <li>Zahlt die Versicherung bei Verlust Schlüssel zur Mietwohnung/-haus?</li> </ul> <h3>Service (15% Gewicht)</h3> <ul> <li>Erreichbarkeit: Auf welchen Wegen kannst Du den Kundenservice kontaktieren?</li> <li>Kannst Du die Versicherung online abschließen?</li> <li>Kannst Du den Vertrag auch online über die Internetseite kündigen statt kompliziert in Schriftform per Post, E-Mail oder Fax?</li> </ul> </div> </div> <hr> <div id="das_forbes_advisor_ranking_section" class="article-section " data-mktp-container='{"componentTitle":"Das Forbes-Advisor Ranking","componentType":"das_forbes_advisor_ranking_section"}'> <h2>Das Forbes-Advisor Ranking</h2> <div class="section-content wysiwyg-content "> <h3>Beste Haftpflicht mit Fokus Leistung:</h3> <div id="footable_parent_36285" class=" footable_parent ninja_table_wrapper loading_ninja_table wp_table_data_press_parent semantic_ui colored_table"></p> <table data-ninja_table_instance="ninja_table_instance_0" data-footable_id="36285" data-filter-delay="1000" aria-label="Die besten Haftpflichtversicherungen im Januar 2022" id="footable_36285" data-unique_identifier="ninja_table_unique_id_886249655_36285" class=" foo-table ninja_footable foo_table_36285 ninja_table_unique_id_886249655_36285 ui table nt_type_legacy_table fixed striped compact vertical_centered ninja_custom_color inverted footable-paging-right hide_all_borders ninja_table_search_disabled ninja_table_pro"></p> <colgroup> <col class="ninja_column_0 "> <col class="ninja_column_1 "> <col class="ninja_column_2 "> </colgroup> <thead> <tr class="footable-header"> <th scope="col" class="ninja_column_0 ninja_clmn_nm_ninja_column_1 ">Versicherung</th> <th scope="col" class="ninja_column_1 ninja_clmn_nm_gesamtbewertung ">Punkte (von 5)</th> <th scope="col" class="ninja_column_2 ninja_clmn_nm_ninja_column_3 ">Sterne</th> </tr> </thead> <tbody> <tr data-row_id="1195" class="ninja_table_row_0 nt_row_id_1195"> <td>HDI Premium </td> <td>4,52</td> <td><img decoding="async" src="https://thumbor.forbes.com/thumbor/fit-in/x/https://www.forbes.com/advisor/de/wp-content/uploads/2021/07/4.5-removebg-preview-e1627385206258.png" loading="lazy" loading="lazy" alt="" width="288" height="33" class="alignnone size-full wp-image-33797" /></td> </tr> <tr data-row_id="1197" class="ninja_table_row_1 nt_row_id_1197"> <td>Barmenia Premium Schutz</td> <td>4,22</td> <td><img decoding="async" src="https://thumbor.forbes.com/thumbor/fit-in/x/https://www.forbes.com/advisor/de/wp-content/uploads/2021/07/4-removebg-preview.png" loading="lazy" loading="lazy" alt="" width="288" height="33" class="size-full wp-image-31643 aligncenter" /></td> </tr> <tr data-row_id="1189" class="ninja_table_row_2 nt_row_id_1189"> <td>Adam Riese XXL</td> <td> 4,21</td> <td><img decoding="async" src="https://thumbor.forbes.com/thumbor/fit-in/x/https://www.forbes.com/advisor/de/wp-content/uploads/2021/07/4-removebg-preview.png" loading="lazy" loading="lazy" alt="" width="288" height="33" class="size-full wp-image-31643 aligncenter" /></td> </tr> <tr data-row_id="1190" class="ninja_table_row_3 nt_row_id_1190"> <td>Die Bayerische Optimal Prestige</td> <td>4,07</td> <td><img decoding="async" src="https://thumbor.forbes.com/thumbor/fit-in/x/https://www.forbes.com/advisor/de/wp-content/uploads/2021/07/4-removebg-preview.png" loading="lazy" loading="lazy" alt="" width="288" height="33" class="size-full wp-image-31643 aligncenter" /></td> </tr> <tr data-row_id="1191" class="ninja_table_row_4 nt_row_id_1191"> <td>Alte Leipziger Comfort</td> <td>3,95</td> <td><img decoding="async" src="https://thumbor.forbes.com/thumbor/fit-in/x/https://www.forbes.com/advisor/de/wp-content/uploads/2021/07/4-removebg-preview.png" loading="lazy" loading="lazy" alt="" width="288" height="33" class="size-full wp-image-31643 aligncenter" /></td> </tr> <tr data-row_id="1196" class="ninja_table_row_5 nt_row_id_1196"> <td colspan="3"><center><em>Stand: November 2021</em></center></td> <td class="ninja_temp_cell"></td> <td class="ninja_temp_cell"></td> </tr> </tbody> <p><!--ninja_tobody_rendering_done--><br /> </table> <style type="text/css" id='ninja_table_custom_css_36285'> #footable_36285 { font-family: ; font-size: px; } #footable_36285 tbody tr td span.fooicon-plus:before { background-color: !important; } #footable_36285 tbody tr td span.fooicon-minus:before { background-color: !important; } #footable_36285 tbody tr:hover td span.fooicon-plus:before { background-color: !important; } #footable_36285 tbody tr:hover td span.fooicon-minus:before { background-color: !important; } #footable_36285 thead tr.footable-header th span::before { background-color: !important; } #footable_36285, #footable_36285 table { background-color: !important; color: !important; border-color: !important; } #footable_36285 thead tr.footable-filtering th { background-color: !important; color: !important; } #footable_36285:not(.hide_all_borders) thead tr.footable-filtering th { border : 1px solid transparent !important; } #footable_36285 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) { background-color: !important; color: !important; } #footable_36285 tr.footable-header, #footable_36285 tr.footable-header th, .colored_table #footable_36285 table.ninja_table_pro.inverted.table.footable-details tbody tr th { background-color: rgba(57, 91, 182, 1) !important; color: !important; } #footable_36285 tbody tr:hover { background-color: !important; color: !important; } #footable_36285 tbody tr:hover td { border-color: !important; } #footable_36285 tfoot .footable-paging { background-color: !important; } #footable_36285 tfoot .footable-paging .footable-page.active a { background-color: !important; } #footable_36285:not(.hide_all_borders) tfoot tr.footable-paging td { border-color: !important; } .footable-parent-wrapper-gcw-2021 { position: relative;}.footable-parent-wrapper-gcw-2021::before, .footable-parent-wrapper-gcw-2021::after { content: ""; position: absolute; top: 0; height: 100%; width: 30px; background: linear-gradient(270deg, #FFFFFF -34.71%, rgba(255, 255, 255, 0) 60%); z-index: 1; display: none;}.footable-parent-wrapper-gcw-2021.left-end::before, .footable-parent-wrapper-gcw-2021.center::before { display: block; right: -1px;}.footable-parent-wrapper-gcw-2021.right-end::after { display: block; left: 0; width: 20px; background: linear-gradient(270deg, rgba(255, 255, 255, 0) -87%, #FFFFFF 217%);}#footable_parent_36285 .table { border-radius: 8px; border: none; font-family: EuclidCircularB, sans-serif;}#footable_parent_36285 .table th:first-child { border-radius: 8px 0 0 0;}#footable_parent_36285 .table th:last-child { border-radius: 0 8px 0 0;}#footable_parent_36285 .table th:only-child { border-radius: 8px 8px 0 0;}#footable_parent_36285 .table tr:last-child td:first-child { border-radius: 0 0 0 8px;}#footable_parent_36285 .table tr:last-child td:last-child { border-radius: 0 0 8px 0;}#footable_parent_36285 .table tr td, #footable_parent_36285 .table tr th { border-left: none;}#footable_parent_36285 .table tbody tr td { border-top: none; min-width: 150px;}#footable_parent_36285 .table tbody tr td:first-child { border-left: 1px solid #A1ACE6;}#footable_parent_36285 .table tbody tr td:last-child { border-right: 1px solid #A1ACE6;}#footable_parent_36285 .table tbody tr:nth-child(odd) { background: #F4F6FC;}#footable_parent_36285 .table tbody tr:nth-child(even) { background: #fff;}#footable_parent_36285 tr.footable-header, #footable_parent_36285 tr.footable-header th { font-weight: 600; font-size: 18px; font-family: EuclidCircularB, sans-serif; line-height: 18px; color: #FFFFFF;}#footable_parent_36285 tbody h1, #footable_parent_36285 tbody h2, #footable_parent_36285 tbody h3, #footable_parent_36285 tbody h4, #footable_parent_36285 tbody h5, #footable_parent_36285 tbody h6 { margin-bottom: 0;}#footable_parent_36285 tbody td { font-weight: 500; font-size: 18px; line-height: 32px; color: #333333;}#footable_parent_36285 tbody .learn-more-btn { color: rgba(255, 255, 255, 1); background: #35B782; box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2); border-radius: 8px; margin-bottom: 8px; min-width: 180px; text-align: center; font-size: 16px;}#footable_parent_36285 tbody .company-row img { margin-left: auto; margin-right: auto; margin-bottom: 10px; display: block;}#footable_parent_36285 tbody .company-txt { font-weight: 500; font-size: 18px; line-height: 28px; color: #395BB6;}#footable_parent_36285 tbody .learn-more-below-text { font-size: 12px; line-height: 15px; color: #333333;}#footable_parent_36285 tbody .fb-rating-nt-img img { height: 19px;}#footable_parent_36285 tbody .fb-rating-nt-wrapper h2 { font-size: 32px;}#footable_parent_36285 tbody .ninja_clmn_nm_best_for, #footable_parent_36285 tbody .ninja_clmn_nm_federal_filing_fee, #footable_parent_36285 tbody .ninja_clmn_nm_state_filing_fee { vertical-align: baseline;}#footable_parent_36285 tbody .learn-more-nt-column { text-align: center;}#footable_parent_36285 tbody span:empty { display: none;}#footable_parent_36285 tbody tr:last-child td { border-bottom: 1px solid #A1ACE6;}@media (max-width: 1023px) { #footable_parent_36285 tbody .company-txt, #footable_parent_36285 tbody .ninja_clmn_nm_best_for, #footable_parent_36285 tbody .ninja_clmn_nm_federal_filing_fee, #footable_parent_36285 tbody .ninja_clmn_nm_state_filing_fee { font-weight: 500; font-size: 16px; line-height: 28px; } #footable_parent_36285 tbody .fb-rating-nt-wrapper h2 { font-size: 24px; }}#footable_36285 td.ninja_column_0 { text-align: center; }#footable_36285 th.ninja_column_0 { text-align: center; }#footable_36285 td.ninja_column_1 { text-align: center; }#footable_36285 th.ninja_column_1 { text-align: center; }#footable_36285 td.ninja_column_2 { text-align: center; }#footable_36285 th.ninja_column_2 { text-align: center; } </style> </div> <h3>Beste Haftpflicht mit Fokus Preis (ohne Bestleistungsgarantie):</h3> <div id="footable_parent_36286" class=" footable_parent ninja_table_wrapper loading_ninja_table wp_table_data_press_parent semantic_ui colored_table"></p> <table data-ninja_table_instance="ninja_table_instance_1" data-footable_id="36286" data-filter-delay="1000" aria-label="Die besten Haftpflichtversicherungen im Januar 2022 - table2" id="footable_36286" data-unique_identifier="ninja_table_unique_id_1761423235_36286" class=" foo-table ninja_footable foo_table_36286 ninja_table_unique_id_1761423235_36286 ui table nt_type_legacy_table fixed striped compact vertical_centered ninja_custom_color inverted footable-paging-right hide_all_borders ninja_table_search_disabled ninja_table_pro"></p> <colgroup> <col class="ninja_column_0 "> <col class="ninja_column_1 "> <col class="ninja_column_2 "> </colgroup> <thead> <tr class="footable-header"> <th scope="col" class="ninja_column_0 ninja_clmn_nm_ninja_column_1 ">Versicherung und Tarif</th> <th scope="col" class="ninja_column_1 ninja_clmn_nm_gesamtbewertung ">Punkte (von 5)</th> <th scope="col" class="ninja_column_2 ninja_clmn_nm_ninja_column_3 ">Sterne</th> </tr> </thead> <tbody> <tr data-row_id="1207" class="ninja_table_row_0 nt_row_id_1207"> <td>Huk24 Classic</td> <td>4,46</td> <td><img decoding="async" src="https://thumbor.forbes.com/thumbor/fit-in/x/https://www.forbes.com/advisor/de/wp-content/uploads/2021/07/4.5-removebg-preview-e1627385206258.png" loading="lazy" loading="lazy" alt="" width="288" height="33" class="alignnone size-full wp-image-33797" /></td> </tr> <tr data-row_id="1209" class="ninja_table_row_1 nt_row_id_1209"> <td>Grundeigentümer Care Max</td> <td>4,43</td> <td><img decoding="async" src="https://thumbor.forbes.com/thumbor/fit-in/x/https://www.forbes.com/advisor/de/wp-content/uploads/2021/07/4.5-removebg-preview-e1627385206258.png" loading="lazy" loading="lazy" alt="" width="288" height="33" class="alignnone size-full wp-image-33797" /></td> </tr> <tr data-row_id="1204" class="ninja_table_row_2 nt_row_id_1204"> <td>Allianz Direct Privathaftpflicht</td> <td>4,01</td> <td><img decoding="async" src="https://thumbor.forbes.com/thumbor/fit-in/x/https://www.forbes.com/advisor/de/wp-content/uploads/2021/07/4-removebg-preview.png" loading="lazy" loading="lazy" alt="" width="288" height="33" class="size-full wp-image-31643 aligncenter" /></td> </tr> <tr data-row_id="1208" class="ninja_table_row_3 nt_row_id_1208"> <td colspan="3"><center><em>Stand: November 2021</em></center></td> <td class="ninja_temp_cell"></td> <td class="ninja_temp_cell"></td> </tr> </tbody> <p><!--ninja_tobody_rendering_done--><br /> </table> <style type="text/css" id='ninja_table_custom_css_36285'> #footable_36285 { font-family: ; font-size: px; } #footable_36285 tbody tr td span.fooicon-plus:before { background-color: !important; } #footable_36285 tbody tr td span.fooicon-minus:before { background-color: !important; } #footable_36285 tbody tr:hover td span.fooicon-plus:before { background-color: !important; } #footable_36285 tbody tr:hover td span.fooicon-minus:before { background-color: !important; } #footable_36285 thead tr.footable-header th span::before { background-color: !important; } #footable_36285, #footable_36285 table { background-color: !important; color: !important; border-color: !important; } #footable_36285 thead tr.footable-filtering th { background-color: !important; color: !important; } #footable_36285:not(.hide_all_borders) thead tr.footable-filtering th { border : 1px solid transparent !important; } #footable_36285 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) { background-color: !important; color: !important; } #footable_36285 tr.footable-header, #footable_36285 tr.footable-header th, .colored_table #footable_36285 table.ninja_table_pro.inverted.table.footable-details tbody tr th { background-color: rgba(57, 91, 182, 1) !important; color: !important; } #footable_36285 tbody tr:hover { background-color: !important; color: !important; } #footable_36285 tbody tr:hover td { border-color: !important; } #footable_36285 tfoot .footable-paging { background-color: !important; } #footable_36285 tfoot .footable-paging .footable-page.active a { background-color: !important; } #footable_36285:not(.hide_all_borders) tfoot tr.footable-paging td { border-color: !important; } .footable-parent-wrapper-gcw-2021 { position: relative;}.footable-parent-wrapper-gcw-2021::before, .footable-parent-wrapper-gcw-2021::after { content: ""; position: absolute; top: 0; height: 100%; width: 30px; background: linear-gradient(270deg, #FFFFFF -34.71%, rgba(255, 255, 255, 0) 60%); z-index: 1; display: none;}.footable-parent-wrapper-gcw-2021.left-end::before, .footable-parent-wrapper-gcw-2021.center::before { display: block; right: -1px;}.footable-parent-wrapper-gcw-2021.right-end::after { display: block; left: 0; width: 20px; background: linear-gradient(270deg, rgba(255, 255, 255, 0) -87%, #FFFFFF 217%);}#footable_parent_36285 .table { border-radius: 8px; border: none; font-family: EuclidCircularB, sans-serif;}#footable_parent_36285 .table th:first-child { border-radius: 8px 0 0 0;}#footable_parent_36285 .table th:last-child { border-radius: 0 8px 0 0;}#footable_parent_36285 .table th:only-child { border-radius: 8px 8px 0 0;}#footable_parent_36285 .table tr:last-child td:first-child { border-radius: 0 0 0 8px;}#footable_parent_36285 .table tr:last-child td:last-child { border-radius: 0 0 8px 0;}#footable_parent_36285 .table tr td, #footable_parent_36285 .table tr th { border-left: none;}#footable_parent_36285 .table tbody tr td { border-top: none; min-width: 150px;}#footable_parent_36285 .table tbody tr td:first-child { border-left: 1px solid #A1ACE6;}#footable_parent_36285 .table tbody tr td:last-child { border-right: 1px solid #A1ACE6;}#footable_parent_36285 .table tbody tr:nth-child(odd) { background: #F4F6FC;}#footable_parent_36285 .table tbody tr:nth-child(even) { background: #fff;}#footable_parent_36285 tr.footable-header, #footable_parent_36285 tr.footable-header th { font-weight: 600; font-size: 18px; font-family: EuclidCircularB, sans-serif; line-height: 18px; color: #FFFFFF;}#footable_parent_36285 tbody h1, #footable_parent_36285 tbody h2, #footable_parent_36285 tbody h3, #footable_parent_36285 tbody h4, #footable_parent_36285 tbody h5, #footable_parent_36285 tbody h6 { margin-bottom: 0;}#footable_parent_36285 tbody td { font-weight: 500; font-size: 18px; line-height: 32px; color: #333333;}#footable_parent_36285 tbody .learn-more-btn { color: rgba(255, 255, 255, 1); background: #35B782; box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2); border-radius: 8px; margin-bottom: 8px; min-width: 180px; text-align: center; font-size: 16px;}#footable_parent_36285 tbody .company-row img { margin-left: auto; margin-right: auto; margin-bottom: 10px; display: block;}#footable_parent_36285 tbody .company-txt { font-weight: 500; font-size: 18px; line-height: 28px; color: #395BB6;}#footable_parent_36285 tbody .learn-more-below-text { font-size: 12px; line-height: 15px; color: #333333;}#footable_parent_36285 tbody .fb-rating-nt-img img { height: 19px;}#footable_parent_36285 tbody .fb-rating-nt-wrapper h2 { font-size: 32px;}#footable_parent_36285 tbody .ninja_clmn_nm_best_for, #footable_parent_36285 tbody .ninja_clmn_nm_federal_filing_fee, #footable_parent_36285 tbody .ninja_clmn_nm_state_filing_fee { vertical-align: baseline;}#footable_parent_36285 tbody .learn-more-nt-column { text-align: center;}#footable_parent_36285 tbody span:empty { display: none;}#footable_parent_36285 tbody tr:last-child td { border-bottom: 1px solid #A1ACE6;}@media (max-width: 1023px) { #footable_parent_36285 tbody .company-txt, #footable_parent_36285 tbody .ninja_clmn_nm_best_for, #footable_parent_36285 tbody .ninja_clmn_nm_federal_filing_fee, #footable_parent_36285 tbody .ninja_clmn_nm_state_filing_fee { font-weight: 500; font-size: 16px; line-height: 28px; } #footable_parent_36285 tbody .fb-rating-nt-wrapper h2 { font-size: 24px; }}#footable_36285 td.ninja_column_0 { text-align: center; }#footable_36285 th.ninja_column_0 { text-align: center; }#footable_36285 td.ninja_column_1 { text-align: center; }#footable_36285 th.ninja_column_1 { text-align: center; }#footable_36285 td.ninja_column_2 { text-align: center; }#footable_36285 th.ninja_column_2 { text-align: center; } </style> <style type="text/css" id='ninja_table_custom_css_36286'> #footable_36286 { font-family: ; font-size: px; } #footable_36286 tbody tr td span.fooicon-plus:before { background-color: !important; } #footable_36286 tbody tr td span.fooicon-minus:before { background-color: !important; } #footable_36286 tbody tr:hover td span.fooicon-plus:before { background-color: !important; } #footable_36286 tbody tr:hover td span.fooicon-minus:before { background-color: !important; } #footable_36286 thead tr.footable-header th span::before { background-color: !important; } #footable_36286, #footable_36286 table { background-color: !important; color: !important; border-color: !important; } #footable_36286 thead tr.footable-filtering th { background-color: !important; color: !important; } #footable_36286:not(.hide_all_borders) thead tr.footable-filtering th { border : 1px solid transparent !important; } #footable_36286 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) { background-color: !important; color: !important; } #footable_36286 tr.footable-header, #footable_36286 tr.footable-header th, .colored_table #footable_36286 table.ninja_table_pro.inverted.table.footable-details tbody tr th { background-color: rgba(57, 91, 182, 1) !important; color: !important; } #footable_36286 tbody tr:hover { background-color: !important; color: !important; } #footable_36286 tbody tr:hover td { border-color: !important; } #footable_36286 tfoot .footable-paging { background-color: !important; } #footable_36286 tfoot .footable-paging .footable-page.active a { background-color: !important; } #footable_36286:not(.hide_all_borders) tfoot tr.footable-paging td { border-color: !important; } .footable-parent-wrapper-gcw-2021 { position: relative;}.footable-parent-wrapper-gcw-2021::before, .footable-parent-wrapper-gcw-2021::after { content: ""; position: absolute; top: 0; height: 100%; width: 30px; background: linear-gradient(270deg, #FFFFFF -34.71%, rgba(255, 255, 255, 0) 60%); z-index: 1; display: none;}.footable-parent-wrapper-gcw-2021.left-end::before, .footable-parent-wrapper-gcw-2021.center::before { display: block; right: -1px;}.footable-parent-wrapper-gcw-2021.right-end::after { display: block; left: 0; width: 20px; background: linear-gradient(270deg, rgba(255, 255, 255, 0) -87%, #FFFFFF 217%);}#footable_parent_36286 .table { border-radius: 8px; border: none; font-family: EuclidCircularB, sans-serif;}#footable_parent_36286 .table th:first-child { border-radius: 8px 0 0 0;}#footable_parent_36286 .table th:last-child { border-radius: 0 8px 0 0;}#footable_parent_36286 .table th:only-child { border-radius: 8px 8px 0 0;}#footable_parent_36286 .table tr:last-child td:first-child { border-radius: 0 0 0 8px;}#footable_parent_36286 .table tr:last-child td:last-child { border-radius: 0 0 8px 0;}#footable_parent_36286 .table tr td, #footable_parent_36286 .table tr th { border-left: none;}#footable_parent_36286 .table tbody tr td { border-top: none; min-width: 150px;}#footable_parent_36286 .table tbody tr td:first-child { border-left: 1px solid #A1ACE6;}#footable_parent_36286 .table tbody tr td:last-child { border-right: 1px solid #A1ACE6;}#footable_parent_36286 .table tbody tr:nth-child(odd) { background: #F4F6FC;}#footable_parent_36286 .table tbody tr:nth-child(even) { background: #fff;}#footable_parent_36286 tr.footable-header, #footable_parent_36286 tr.footable-header th { font-weight: 600; font-size: 18px; font-family: EuclidCircularB, sans-serif; line-height: 18px; color: #FFFFFF;}#footable_parent_36286 tbody h1, #footable_parent_36286 tbody h2, #footable_parent_36286 tbody h3, #footable_parent_36286 tbody h4, #footable_parent_36286 tbody h5, #footable_parent_36286 tbody h6 { margin-bottom: 0;}#footable_parent_36286 tbody td { font-weight: 500; font-size: 18px; line-height: 32px; color: #333333;}#footable_parent_36286 tbody .learn-more-btn { color: rgba(255, 255, 255, 1); background: #35B782; box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2); border-radius: 8px; margin-bottom: 8px; min-width: 180px; text-align: center; font-size: 16px;}#footable_parent_36286 tbody .company-row img { margin-left: auto; margin-right: auto; margin-bottom: 10px; display: block;}#footable_parent_36286 tbody .company-txt { font-weight: 500; font-size: 18px; line-height: 28px; color: #395BB6;}#footable_parent_36286 tbody .learn-more-below-text { font-size: 12px; line-height: 15px; color: #333333;}#footable_parent_36286 tbody .fb-rating-nt-img img { height: 19px;}#footable_parent_36286 tbody .fb-rating-nt-wrapper h2 { font-size: 32px;}#footable_parent_36286 tbody .ninja_clmn_nm_best_for, #footable_parent_36286 tbody .ninja_clmn_nm_federal_filing_fee, #footable_parent_36286 tbody .ninja_clmn_nm_state_filing_fee { vertical-align: baseline;}#footable_parent_36286 tbody .learn-more-nt-column { text-align: center;}#footable_parent_36286 tbody span:empty { display: none;}#footable_parent_36286 tbody tr:last-child td { border-bottom: 1px solid #A1ACE6;}@media (max-width: 1023px) { #footable_parent_36286 tbody .company-txt, #footable_parent_36286 tbody .ninja_clmn_nm_best_for, #footable_parent_36286 tbody .ninja_clmn_nm_federal_filing_fee, #footable_parent_36286 tbody .ninja_clmn_nm_state_filing_fee { font-weight: 500; font-size: 16px; line-height: 28px; } #footable_parent_36286 tbody .fb-rating-nt-wrapper h2 { font-size: 24px; }}#footable_36286 td.ninja_column_0 { text-align: center; }#footable_36286 th.ninja_column_0 { text-align: center; }#footable_36286 td.ninja_column_1 { text-align: center; }#footable_36286 th.ninja_column_1 { text-align: center; }#footable_36286 td.ninja_column_2 { text-align: center; }#footable_36286 th.ninja_column_2 { text-align: center; } </style> </div> </div> </div> <hr> <div id="haufige_fragen_zur_haftpflichtversicherung_faq_section" class="article-section faq-section " data-mktp-container='{"componentTitle":"H\u00e4ufige Fragen zur Haftpflichtversicherung (FAQ)","componentType":"haufige_fragen_zur_haftpflichtversicherung_faq_section"}'> <h2>Häufige Fragen zur Haftpflichtversicherung (FAQ)</h2> <div class="main-faqs faq-2021 break-word exclude-eds" data-component="faqs-2021"> <div class="faq " > <h3 v-on:click="toggleFaq" class="question-text" ref="question-text-0">Was ist die Bestleistungsgarantie?</h3> <div class="faq-answer answer wysiwyg-content" style=""> <p>Bestleistungsgarantie bedeutet, dass Deine Haftpflichtversicherung auch höhere Kosten für Schäden und Reparaturen übernimmt, wenn Du nachweisen kannst, dass eine andere Versicherung in diesem Fall zu den gegebenen Konditionen zahlt. Die Bedingungen des anderen Versicherers gelten dann auch für Deinen Vertrag.</p> <p>Hast Du etwa einen Mietwagen falsch betankt und soll die Reparatur mehr kosten als Deine Versicherung übernehmen will, zahlt sie bei Bestleistungsgarantie trotzdem, wenn andere Versicherer diesen Aufschlag übernehmen. Wichtig wird die Klausel bei Summen, die in die Millionen gehen: Wenn Du zum Beispiel ein Feuer verursacht hast.</p> </div> </div> <div class="faq " > <h3 v-on:click="toggleFaq" class="question-text" ref="question-text-1">Was ist die GDV-Leistungsgarantie?</h3> <div class="faq-answer answer wysiwyg-content" style=""> <p>Der Gesamtverband der Deutschen Versicherungswirtschaft (GDV) empfiehlt eine Reihe von Musterbedingungen für Haftpflichtversicherungen. Bieten Versicherer eine Leistungsgarantie an, entsprechen ihre Versicherungsbedingungen den GDV-Empfehlungen und weichen nur zum Vorteil des Versicherungsnehmers von diesen ab.</p> </div> </div> <div class="faq " > <h3 v-on:click="toggleFaq" class="question-text" ref="question-text-2">Was bedeutet Deckung bei Forderungsausfall?</h3> <div class="faq-answer answer wysiwyg-content" style=""> <p>Sichert Deine Haftpflichtversicherung Deckung im Forderungsausfall zu, springt sie für die Versicherung Deines Unfallgegners bzw. des Unfallverursachers ein. Das kann wichtig werden, wenn Du selbst einen Schaden erleidest und der Unfall- beziehungsweiser Schadensverursacher weder eine Haftpflichtversicherung hat noch aus eigener Tasche für den Schaden bezahlen kann.</p> <p>Beachte aber: Bei einigen Tarifen ist die Versicherungssumme begrenzt. Andere Versicherer zahlen nur, wenn Du ein gerichtliches Urteil erwirkt hast. Du musst also erst klagen, damit deine Haftpflichtversicherung für den Schaden aufkommt. Ein solches gerichtliches Verfahren kann teuer werden und sich über Jahre ziehen.</p> </div> </div> <div class="faq " > <h3 v-on:click="toggleFaq" class="question-text" ref="question-text-3">Was bedeutet Schutz für deliktunfähige Personen?</h3> <div class="faq-answer answer wysiwyg-content" style=""> <p>Ist dieser Leistungsbaustein in Deinem Haftpflicht-Tarif erfüllt, kommt Deine Versicherung auch für Schäden auf, die nicht Du selbst verursacht hast, sondern sogenannte Dir Schutzbefohlene. Häufig sind das Kinder, es kann sich aber auch um erwachsene Personen handeln, die unter deiner Vormundschaft stehen. Die genauen Informationen findest Du jeweils in den Tarifbedingungen des jeweiligen Versicherers.</p> </div> </div> <div class="faq " > <h3 v-on:click="toggleFaq" class="question-text" ref="question-text-4">Was bedeutet Abdeckung von Regressansprüchen?</h3> <div class="faq-answer answer wysiwyg-content" style=""> <p>In einigen Fällen kann ein Versicherer von Dir einen Regress (eine Rückzahlung/Entschädigung) für geleistete Zahlungen fordern. Beispiel: Dein Nachbar rutscht in Deiner vereisten Einfahrt aus und verletzt sich schwer. Seine Krankenversicherung kann dann die Kosten für seine Behandlung von Dir zurückfordern, also in Regress nehmen. Eine Haftpflichtversicherung übernimmt die Kosten, wenn der Baustein Regress bei Sozialversicherungsträgern Bestandteil Deines Tarifs ist.</p> <p>Sind Regressansprüche in Deinem Haftpflichttarif mitversichert, gilt das auch, wenn der Geschädigte und Du gemeinsam haftpflichtversichert seid. Verletzt sich also etwa Dein Partner durch Dein Verschulden, zahlt auch die gemeinsame Versicherung die Regressforderungen der Krankenversicherung.</p> </div> </div> <div class="faq " > <h3 v-on:click="toggleFaq" class="question-text" ref="question-text-5">Was sind Allmählichkeitsschäden? </h3> <div class="faq-answer answer wysiwyg-content" style=""> <p>Allmählichkeitsschäden sind Schäden, die nicht plötzlich, sondern über einen längeren Zeitraum hinweg entstehen. Ein Beispiel hierfür wäre eine undichte Wasserleitung, die Du nicht direkt bemerkst. Beschädigt das austretende Wasser nach einer Weile etwa den Fußboden oder die Wände in Deiner Mietwohnung, handelt es sich um einen Allmählichkeitsschaden. Als solcher gilt auch ein Folgeschaden aus einem direkt entdeckten Schaden – in unserem Beispiel etwa Schimmel, der Monate nach einem Wasserschaden durch Feuchtigkeit in den Wänden auftritt.</p> </div> </div> <div class="faq " > <h3 v-on:click="toggleFaq" class="question-text" ref="question-text-6">Was sind Schäden an Mietsachen?</h3> <div class="faq-answer answer wysiwyg-content" style=""> <p>Dieser Leistungsbaustein ist dann wichtig, wenn Du Mieter bist. Als solcher haftest Du auch über die mit Deinem Vermieter vereinbarte Kaution hinaus für Schäden, die Du an der Immobilie verursachst. Mietsachschäden sind Schäden an gemieteten Sachen oder Vermögensschäden, die sich später daraus ergeben. Die private Haftpflichtversicherung zahlt ausschließlich, wenn Du die Räume privat mietest. Neben Deiner Wohnung kann das auch der Probenraum für Deine Band sein, ein Geschäftsraum zählt jedoch nicht dazu. Nicht von der Haftpflichtversicherung übernommen werden auch etwa Schäden, die durch eine normale Abnutzung während der Mietdauer entstehen.</p> <p>Auch der Verlust von Wohnungsschlüsseln ist nicht automatisch mitversichert und fällt in einen anderen Leistungsbereich.</p> </div> </div> <div class="faq " > <h3 v-on:click="toggleFaq" class="question-text" ref="question-text-7">Wie lassen sich Schlüssel versichern? </h3> <div class="faq-answer answer wysiwyg-content" style=""> <p>Die Schließanlage eines Mehrfamilienhauses oder eines Bürogebäudes auszutauschen, kann richtig teuer werden. Besonders, wenn es sich um Zentralschlüssel handelt. Viele Haftpflichtversicherer bieten hierfür aber einen Schutz an. Hierbei unterscheiden sie oft zwischen der Art des Schlüssels. Fremde private Schlüssel können etwa die Wohnungsschlüssel von Freunden sein. Bei beruflichen Schlüsseln geht es um Schlüssel etwa zum Bürogebäude Deines Arbeitgebers oder zur Tiefgarage, in der Dein Dienstwagen parkt. Schlüssel zur Mietwohnung oder Mietshaus sind dann etwa Dein Haus-, Wohnungs- und Kellerschlüssel. Nicht alle Versicherer versichern alle Arten von gleichzeitig Schlüsseln mit.</p> </div> </div> <div class="faq " > <h3 v-on:click="toggleFaq" class="question-text" ref="question-text-8">Was ist die Computerklausel?</h3> <div class="faq-answer answer wysiwyg-content" style=""> <p>Klickst Du etwa auf den Anhang einer Mail und lädst ein Computervirus herunter, kann das nicht nur den betroffenen Rechner, sondern ganze IT-Systeme lahmlegen. Gegen solche Schäden und Folgeschäden sichert Dich Deine Haftpflichtversicherung ab, wenn eine Computerklausel im Tarif enthalten ist.</p> </div> </div> <div class="faq " > <h3 v-on:click="toggleFaq" class="question-text" ref="question-text-9">Ist eine Haftpflichtversicherung steuerlich absetzbar?</h3> <div class="faq-answer answer wysiwyg-content" style=""> <p><span style="font-weight: 400;">In Deiner Steuererklärung kannst Du Ausgaben für Versicherungen im Rahmen der sogenannten Vorsorgeaufwendung absetzen. So auch für die private Haftpflichtversicherung. Aber Vorsicht: Die Gesamtsumme aller Versicherungen, die Du in der Steuererklärung einträgst, darf den Maximalbetrag von 1900 Euro nicht überschreiten. Da auch die Kranken- oder Pflegeversicherung als Vorsorgeaufwendung gilt, ist der Maximalbetrag sehr oft bereits erreicht. Angeben solltest Du die Aufwendungen dennoch, nur für den Fall, dass sich die Steuerregeln einmal (rückwirkend) ändern.  </span></p> </div> </div> </div> </div> <hr> </div> <div class="right-rail lg:hidden"> <div class="right-rail-content" id="right-rail__content"> <div class="best-of-content" data-mktp-container='{"componentTitle":"Global Right Rail","componentType":"Global Right Rail"}'> <div class="boc__section"> <div class="boc__sub-section" data-mktp-container='{"componentTitle":"Mehr zu Versicherungen","componentType":"Global Right Rail Section"}'> <div class="boc__sub-section-heading">Mehr zu Versicherungen</div> <ul class="boc__items"> <li class="boc__item-list"> <a class="boc__item-link" href="https://www.forbes.com/advisor/de/kfz-versicherung/unterschied-haftpflicht-teilkasko-vollkasko/" title="Beste Kfz-Versicherung" target="_blank" >Beste Kfz-Versicherung</a> </li> <li class="boc__item-list"> <a class="boc__item-link" href="https://www.forbes.com/advisor/de/krankenversicherung/beste-krankenkasse/" title="Die besten Krankenkassen" target="_blank" >Die besten Krankenkassen</a> </li> <li class="boc__item-list"> <a class="boc__item-link" href="https://www.forbes.com/advisor/de/versicherungen/zahnzusatzversicherung/" title="Zahnzusatzversicherung Vergleich und Test " target="_blank" >Zahnzusatzversicherung Vergleich und Test </a> </li> <li class="boc__item-list"> <a class="boc__item-link" href="https://www.forbes.com/advisor/de/versicherungen/wohngebaeudeversicherung/" title="Beste Wohngebäudeversicherung " target="_blank" >Beste Wohngebäudeversicherung </a> </li> <li class="boc__item-list"> <a class="boc__item-link" href="https://www.forbes.com/advisor/de/krankenversicherung/private-krankenversicherung/" title="Privaten Krankenversicherung Ratgeber" target="_blank" >Privaten Krankenversicherung Ratgeber</a> </li> </ul> </div> </div> </div> </div> </div> <div class="article__editors-note article__editors-note-bottom p-2 my-3 text-xs tracking-tight w-full bg-f8f8f8" data-mktp-container='{"componentTitle":"Article Editor Bottom Note","componentType":"Article Editor Bottom Note"}'> Die auf Forbes Advisor bereitgestellten Informationen dienen der Bildung der Verbraucher. Deine finanzielle Situation ist individuell und die Produkte und Dienstleistungen, die wir vorstellen, können nicht in jedem Fall für Deine Situation geeignet sein. Wir sind weder Finanzberatung, noch Makler oder Broker und empfehlen Dir keine konkreten Aktien oder Wertpapiere. Kursentwicklungen von Wertpapieren können sich seit der Veröffentlichung des Artikels geändert haben. Die Wertentwicklung in der Vergangenheit ist keine Garantie für zukünftige Ergebnisse. </br> Forbes Advisor folgt strengen journalistischen Standards. Alle Angebote sind nach bestem Wissen so dargestellt, wie sie zum Stichtag der Analyse vorlagen. Möglicherweise sind manche Angebote nicht mehr verfügbar, wenn Du den Artikel später aufrufst. Für die Inhalte sind ausschließlich die Autoren verantwortlich. Insbesondere wurden Inhalte nicht von Werbepartnern zur Verfügung gestellt, genehmigt oder anderweitig beeinflusst. </div> <div class="article__author-bio mt-3 mb-5 border-t-3 border-b-3 border-black mb-5" > <div class="single-author"> <div class="article__author-bio-top"> <div class="author__block py-3 flex "> <div class="author__block-image-wrap rounded-50 h-16 w-16 overflow-hidden mr-4"> <a href="https://www.forbes.com/advisor/de/author/franzsika-andre/" title="Franziska Andre" target="_blank" > <span data-bg-src="https://thumbor.forbes.com/thumbor/fit-in/x/https://www.forbes.com/advisor/de/wp-content/uploads/2021/04/Foto_FA1-768x768.jpg" class="avatar inline-block bg-cover bg-no-repeat bg-center h-full w-full lazy-load-bg" title="Franziska Andre"></span> </a> </div> <div class="author__block-content font-euclidcircularb-regular flex flex-wrap flex-col justify-center"> <a href="https://www.forbes.com/advisor/de/author/franzsika-andre/" title="Franziska Andre" target="_blank" class="author__block-name pr-2 sm:pr-1" > <span class="text-sm text-gray-500 leading-22px">Franziska Andre</span> </a> <span class="author__block-role text-xs leading-normal mr-1 capitalize text-929A9B">Freie Mitarbeiterin</span> </div> </div> </div> <div class="article__author-bio-bottom border-t-1 border-gray-200 py-4"> <p class="font-work-sans text-base lg:text-lg leading-6 lg:leading-30px text-black tracking-tight"> Franziska beschäftigt sich als freie Journalistin regelmäßig mit Verbraucherthemen. Schon während ihrer Ausbildung an der Kölner Journalistenschule hat sie für Medien wie das Handelsblatt oder das WDR-Radio berichtet. Für die Redaktion von Forbes Advisor recherchiert sie insbesondere zum Thema Versicherungen. </p> </div> </div> </div> </div> </div> </div> <!-- Footer Start Here @css file path src/scss/components/footer.scss ( Note : Please write only footer specfic css ) --> <footer class="shared-footer" data-turbolinks="false"> <div class="row-inner"> <div class="footer-logo"> <a href="https://www.forbes.com/advisor/de/" target="_self" class="logo logo-footer inline-block" aria-label="forbes" title="forbes logo"> <svg width="131" height="32" viewBox="0 0 131 32" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M79.6513 9.11612C77.599 9.11612 75.952 9.66337 74.2417 10.4842C74.2544 5.72091 74.3177 1.56698 74.4317 0L64.4613 1.89035V2.7734L65.4367 2.89781C66.8303 3.08442 67.3624 3.88034 67.5271 5.70856C67.8438 9.20325 67.7932 27.9332 67.5271 30.9304C70.2129 31.5274 73.1142 31.9752 76.028 31.9752C83.9333 31.9752 88.6969 27.1746 88.6969 19.5756C88.6969 13.4939 84.8329 9.11612 79.6513 9.11612ZM76.18 30.4329C75.6099 30.4329 74.8877 30.3459 74.4824 30.2712C74.3304 28.1694 74.2291 19.5009 74.2417 11.9268C75.1538 11.6283 75.7746 11.5537 76.5728 11.5537C79.8414 11.5537 81.691 15.2599 81.691 19.9486C81.691 25.9059 79.4233 30.4329 76.18 30.4329ZM26.9865 9.35243L25.4282 9.77528C24.0727 5.32283 21.9063 2.81068 17.8775 2.81068H12.7087C12.468 5.64636 12.3793 10.3722 12.4047 15.2848L15.8887 15.1729C18.2071 15.0983 19.1699 13.4069 19.7274 10.9071H21.0322V21.3166H19.7274C19.1699 18.8168 18.1944 17.1378 15.8887 17.0507L12.4174 16.9388C12.4554 20.6699 12.5567 23.8537 12.7214 25.7441C12.9621 28.5176 13.7223 29.7363 15.7239 30.0224L17.4976 30.209V31.4527H0.635254V30.209L2.02888 30.0224C4.03061 29.7363 4.79075 28.5175 5.03139 25.7441C5.41142 21.1797 5.47479 11.678 5.03139 6.37991C4.79067 3.60643 4.03053 2.38767 2.02888 2.10165L0.635254 1.91512V0.671426H26.8472L26.9865 9.35243ZM35.3734 8.86738C42.8228 8.86738 46.522 13.8296 46.522 20.359C46.522 26.7391 42.3412 31.975 34.8919 31.975C27.4425 31.975 23.7306 27.0127 23.7306 20.4834C23.7306 14.1033 27.9115 8.86738 35.3734 8.86738ZM34.9806 10.2853C31.6868 10.2853 30.7619 14.663 30.7619 20.4213C30.7619 26.0303 32.2189 30.5573 35.2721 30.5573C38.5659 30.5573 39.4908 26.1795 39.4908 20.4213C39.4908 14.8122 38.0339 10.2853 34.9806 10.2853ZM90.5212 20.6326C90.5085 14.5759 94.4105 8.89223 102.088 8.89223C108.334 8.89223 111.324 13.4442 111.349 19.389H97.4131C97.2611 24.7865 100.048 28.754 105.369 28.754C107.713 28.754 108.98 28.1819 110.399 27.1247L111.058 27.8959C109.512 29.9977 106.281 32 101.999 32C95.272 31.9875 90.5338 27.3112 90.5212 20.6326ZM97.4637 17.8468L104.457 17.6976C104.495 14.663 104.001 10.3225 101.48 10.3225C98.946 10.3225 97.5271 14.4267 97.4637 17.8468ZM129.263 15.6828L128.123 15.9813C126.906 12.1135 125.057 10.4718 122.358 10.4718C120.559 10.4718 119.254 11.8025 119.254 13.7302C119.254 15.6456 120.711 16.6529 124.93 18.2572C128.819 19.7373 130.365 21.4411 130.365 24.5378C130.365 29.1643 126.754 31.9999 120.825 31.9999C117.975 31.9999 114.807 31.3781 112.958 30.6443L112.755 24.2517L113.895 23.9533C115.53 28.4305 117.658 30.0598 120.458 30.0598C122.84 30.0598 124.17 28.3932 124.17 26.6148C124.17 24.8861 123.169 23.8538 119.368 22.5107C115.834 21.267 113.275 19.7497 113.275 15.8694C113.275 12.1011 116.67 8.87988 122.282 8.87988C124.892 8.87988 127.362 9.32766 129.022 10.0738L129.263 15.6828ZM63.5363 15.5087C60.5212 13.5188 57.2652 14.3894 56.5937 15.4714C56.3657 19.0532 56.4164 24.5378 56.6698 27.2988C56.8344 29.127 57.3665 29.923 58.7602 30.1096L60.5591 30.234V31.4777H46.7248V30.234L47.7003 30.1096C49.0939 29.923 49.626 29.127 49.7907 27.2988C50.0567 24.3014 50.1073 18.0582 49.7907 14.5635C49.626 12.7353 49.0939 11.9394 47.7003 11.7528L46.7248 11.6284V10.7453L56.6573 8.85487L56.5433 13.9541C58.8616 8.70569 63.4479 8.02168 65.9689 9.48927L63.5363 15.5087Z" fill="#333333"/> </svg> </a> <span class="copy"> © 2024 Forbes Media LLC. All Rights Reserved. </span> </div> <div class="footer-links-wrapper"> <ul class="footer-links"> <li class="desk"><a href="https://preferences-mgr.truste.com/?pid=forbes01" target="_new" rel="noopener noreferrer" title="AdChoices">AdChoices</a></li> <li class="mob"><a href="https://preferences-mgr.truste.com/?pid=forbes01&amp;aid=forbes_mobile01" target="_new" rel="noopener noreferrer" title="AdChoices">AdChoices</a></li> <li><a href="https://www.forbes.com/privacy/english/" target="_self" title="Privacy Statement">Privacy Statement</a></li> <li><a href="https://www.forbes.com/terms-and-conditions/" target="_self" title="Terms and Conditions">Terms and Conditions</a></li> <li><a href="https://www.forbes.com/advisor/de/ueber-uns/" target="_self" title="About Us">About Us</a></li> <li><a href="https://www.forbes.com/advisor/contact-us/" target="_self" title="Contact Us">Contact Us</a></li> <li><a href="https://www.forbes.com/advisor/careers/" target="_self" title="Careers">Careers</a></li> <li><a href="//www.forbes.com/sites/forbespr/" target="_self" title="Forbes Press Room">Forbes Press Room</a></li> <li><a href="//www.forbes.com/quotes/" target="_self" title="Forbes Quote of the Day">Forbes Quote of the Day</a></li> <li><a href="//www.forbes.com/advisor/de/impressum/" target="_new" rel="noopener noreferrer" title="Impressum">Impressum</a></li> </ul> </div> </div> </footer><!-- Footer Closing --> </div><!--Closing div for root app starts in header.blade.php--> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-W6TM5Z8" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript><!-- End Google Tag Manager (noscript) --> <script type="text/javascript"> var dataLayer = window.dataLayer || []; var cookies = document.cookie.split(';').map(element => element.split('=')).reduce((acc, [key, value]) => ({ ...acc, [key.trim()]: decodeURIComponent(value) }), {}); let userID = cookies.fadvuke2etid || ''; let supportedBrowser = localStorage.getItem('bSupport') || false; var pageLevelDatalayer = { "Deployment": "Advisor", "AuthorName": "Franziska Andre", "AuthorId": "134", "AuthorRole": "contributor_female", "PrimaryCategory": "Versicherungen", "SecondaryCategory": "", "TertiaryCategory": "", "PublishedDate": "February 21, 2022", "UpdatedDate": "June 9, 2022", "TemplateName": "Top N Non-CC", "PageType": "post", "OriginalTrackingParam": "", "OriginalTrackingParamValue": "", "UserId": userID, "RegionSelected": "US", "ReferrerHost": "", "ReferrerUrl": "", "SupportedBrowser": supportedBrowser, "partnersOnPage": "", "shortcodesOnPage": ["generic_product_widget"], "RaFeed": "0" } dataLayer.push(pageLevelDatalayer); window.addEventListener('DOMContentLoaded', (event) => { dataLayer.push({ "UserId": window.__mpctc?.userid() }); }); </script> <script>window.__mpLinkTrackingGlobalObj = {"isSem":false,"replaceOldTid":false,"disableOgCookies":false}</script><script>!function(){var t={13648:function(t,r,e){var n=e(13829),o=e(21407);e(4839);function i(t){return null==t}function a(t){(t=function(t){var r={};for(var e in t)r[e]=t[e];return r}(t||{})).whiteList=t.whiteList||n.whiteList,t.onAttr=t.onAttr||n.onAttr,t.onIgnoreAttr=t.onIgnoreAttr||n.onIgnoreAttr,t.safeAttrValue=t.safeAttrValue||n.safeAttrValue,this.options=t}a.prototype.process=function(t){if(!(t=(t=t||"").toString()))return"";var r=this.options,e=r.whiteList,n=r.onAttr,a=r.onIgnoreAttr,u=r.safeAttrValue;return o(t,(function(t,r,o,c,s){var f=e[o],l=!1;if(!0===f?l=f:"function"==typeof f?l=f(c):f instanceof RegExp&&(l=f.test(c)),!0!==l&&(l=!1),c=u(o,c)){var h,p={position:r,sourcePosition:t,source:s,isWhite:l};return l?i(h=n(o,c,p))?o+":"+c:h:i(h=a(o,c,p))?void 0:h}}))},t.exports=a},13829:function(t,r){function e(){var t={"align-content":!1,"align-items":!1,"align-self":!1,"alignment-adjust":!1,"alignment-baseline":!1,all:!1,"anchor-point":!1,animation:!1,"animation-delay":!1,"animation-direction":!1,"animation-duration":!1,"animation-fill-mode":!1,"animation-iteration-count":!1,"animation-name":!1,"animation-play-state":!1,"animation-timing-function":!1,azimuth:!1,"backface-visibility":!1,background:!0,"background-attachment":!0,"background-clip":!0,"background-color":!0,"background-image":!0,"background-origin":!0,"background-position":!0,"background-repeat":!0,"background-size":!0,"baseline-shift":!1,binding:!1,bleed:!1,"bookmark-label":!1,"bookmark-level":!1,"bookmark-state":!1,border:!0,"border-bottom":!0,"border-bottom-color":!0,"border-bottom-left-radius":!0,"border-bottom-right-radius":!0,"border-bottom-style":!0,"border-bottom-width":!0,"border-collapse":!0,"border-color":!0,"border-image":!0,"border-image-outset":!0,"border-image-repeat":!0,"border-image-slice":!0,"border-image-source":!0,"border-image-width":!0,"border-left":!0,"border-left-color":!0,"border-left-style":!0,"border-left-width":!0,"border-radius":!0,"border-right":!0,"border-right-color":!0,"border-right-style":!0,"border-right-width":!0,"border-spacing":!0,"border-style":!0,"border-top":!0,"border-top-color":!0,"border-top-left-radius":!0,"border-top-right-radius":!0,"border-top-style":!0,"border-top-width":!0,"border-width":!0,bottom:!1,"box-decoration-break":!0,"box-shadow":!0,"box-sizing":!0,"box-snap":!0,"box-suppress":!0,"break-after":!0,"break-before":!0,"break-inside":!0,"caption-side":!1,chains:!1,clear:!0,clip:!1,"clip-path":!1,"clip-rule":!1,color:!0,"color-interpolation-filters":!0,"column-count":!1,"column-fill":!1,"column-gap":!1,"column-rule":!1,"column-rule-color":!1,"column-rule-style":!1,"column-rule-width":!1,"column-span":!1,"column-width":!1,columns:!1,contain:!1,content:!1,"counter-increment":!1,"counter-reset":!1,"counter-set":!1,crop:!1,cue:!1,"cue-after":!1,"cue-before":!1,cursor:!1,direction:!1,display:!0,"display-inside":!0,"display-list":!0,"display-outside":!0,"dominant-baseline":!1,elevation:!1,"empty-cells":!1,filter:!1,flex:!1,"flex-basis":!1,"flex-direction":!1,"flex-flow":!1,"flex-grow":!1,"flex-shrink":!1,"flex-wrap":!1,float:!1,"float-offset":!1,"flood-color":!1,"flood-opacity":!1,"flow-from":!1,"flow-into":!1,font:!0,"font-family":!0,"font-feature-settings":!0,"font-kerning":!0,"font-language-override":!0,"font-size":!0,"font-size-adjust":!0,"font-stretch":!0,"font-style":!0,"font-synthesis":!0,"font-variant":!0,"font-variant-alternates":!0,"font-variant-caps":!0,"font-variant-east-asian":!0,"font-variant-ligatures":!0,"font-variant-numeric":!0,"font-variant-position":!0,"font-weight":!0,grid:!1,"grid-area":!1,"grid-auto-columns":!1,"grid-auto-flow":!1,"grid-auto-rows":!1,"grid-column":!1,"grid-column-end":!1,"grid-column-start":!1,"grid-row":!1,"grid-row-end":!1,"grid-row-start":!1,"grid-template":!1,"grid-template-areas":!1,"grid-template-columns":!1,"grid-template-rows":!1,"hanging-punctuation":!1,height:!0,hyphens:!1,icon:!1,"image-orientation":!1,"image-resolution":!1,"ime-mode":!1,"initial-letters":!1,"inline-box-align":!1,"justify-content":!1,"justify-items":!1,"justify-self":!1,left:!1,"letter-spacing":!0,"lighting-color":!0,"line-box-contain":!1,"line-break":!1,"line-grid":!1,"line-height":!1,"line-snap":!1,"line-stacking":!1,"line-stacking-ruby":!1,"line-stacking-shift":!1,"line-stacking-strategy":!1,"list-style":!0,"list-style-image":!0,"list-style-position":!0,"list-style-type":!0,margin:!0,"margin-bottom":!0,"margin-left":!0,"margin-right":!0,"margin-top":!0,"marker-offset":!1,"marker-side":!1,marks:!1,mask:!1,"mask-box":!1,"mask-box-outset":!1,"mask-box-repeat":!1,"mask-box-slice":!1,"mask-box-source":!1,"mask-box-width":!1,"mask-clip":!1,"mask-image":!1,"mask-origin":!1,"mask-position":!1,"mask-repeat":!1,"mask-size":!1,"mask-source-type":!1,"mask-type":!1,"max-height":!0,"max-lines":!1,"max-width":!0,"min-height":!0,"min-width":!0,"move-to":!1,"nav-down":!1,"nav-index":!1,"nav-left":!1,"nav-right":!1,"nav-up":!1,"object-fit":!1,"object-position":!1,opacity:!1,order:!1,orphans:!1,outline:!1,"outline-color":!1,"outline-offset":!1,"outline-style":!1,"outline-width":!1,overflow:!1,"overflow-wrap":!1,"overflow-x":!1,"overflow-y":!1,padding:!0,"padding-bottom":!0,"padding-left":!0,"padding-right":!0,"padding-top":!0,page:!1,"page-break-after":!1,"page-break-before":!1,"page-break-inside":!1,"page-policy":!1,pause:!1,"pause-after":!1,"pause-before":!1,perspective:!1,"perspective-origin":!1,pitch:!1,"pitch-range":!1,"play-during":!1,position:!1,"presentation-level":!1,quotes:!1,"region-fragment":!1,resize:!1,rest:!1,"rest-after":!1,"rest-before":!1,richness:!1,right:!1,rotation:!1,"rotation-point":!1,"ruby-align":!1,"ruby-merge":!1,"ruby-position":!1,"shape-image-threshold":!1,"shape-outside":!1,"shape-margin":!1,size:!1,speak:!1,"speak-as":!1,"speak-header":!1,"speak-numeral":!1,"speak-punctuation":!1,"speech-rate":!1,stress:!1,"string-set":!1,"tab-size":!1,"table-layout":!1,"text-align":!0,"text-align-last":!0,"text-combine-upright":!0,"text-decoration":!0,"text-decoration-color":!0,"text-decoration-line":!0,"text-decoration-skip":!0,"text-decoration-style":!0,"text-emphasis":!0,"text-emphasis-color":!0,"text-emphasis-position":!0,"text-emphasis-style":!0,"text-height":!0,"text-indent":!0,"text-justify":!0,"text-orientation":!0,"text-overflow":!0,"text-shadow":!0,"text-space-collapse":!0,"text-transform":!0,"text-underline-position":!0,"text-wrap":!0,top:!1,transform:!1,"transform-origin":!1,"transform-style":!1,transition:!1,"transition-delay":!1,"transition-duration":!1,"transition-property":!1,"transition-timing-function":!1,"unicode-bidi":!1,"vertical-align":!1,visibility:!1,"voice-balance":!1,"voice-duration":!1,"voice-family":!1,"voice-pitch":!1,"voice-range":!1,"voice-rate":!1,"voice-stress":!1,"voice-volume":!1,volume:!1,"white-space":!1,widows:!1,width:!0,"will-change":!1,"word-break":!0,"word-spacing":!0,"word-wrap":!0,"wrap-flow":!1,"wrap-through":!1,"writing-mode":!1,"z-index":!1};return t}var n=/javascript\s*\:/gim;r.whiteList=e(),r.getDefaultWhiteList=e,r.onAttr=function(t,r,e){},r.onIgnoreAttr=function(t,r,e){},r.safeAttrValue=function(t,r){return n.test(r)?"":r}},79452:function(t,r,e){var n=e(13829),o=e(13648);for(var i in(r=t.exports=function(t,r){return new o(r).process(t)}).FilterCSS=o,n)r[i]=n[i];"undefined"!=typeof window&&(window.filterCSS=t.exports)},21407:function(t,r,e){var n=e(4839);t.exports=function(t,r){";"!==(t=n.trimRight(t))[t.length-1]&&(t+=";");var e=t.length,o=!1,i=0,a=0,u="";function c(){if(!o){var e=n.trim(t.slice(i,a)),c=e.indexOf(":");if(-1!==c){var s=n.trim(e.slice(0,c)),f=n.trim(e.slice(c+1));if(s){var l=r(i,u.length,s,f,e);l&&(u+=l+"; ")}}}i=a+1}for(;a<e;a++){var s=t[a];if("/"===s&&"*"===t[a+1]){var f=t.indexOf("*/",a+2);if(-1===f)break;i=(a=f+1)+1,o=!1}else"("===s?o=!0:")"===s?o=!1:";"===s?o||c():"\n"===s&&c()}return n.trim(u)}},4839:function(t){t.exports={indexOf:function(t,r){var e,n;if(Array.prototype.indexOf)return t.indexOf(r);for(e=0,n=t.length;e<n;e++)if(t[e]===r)return e;return-1},forEach:function(t,r,e){var n,o;if(Array.prototype.forEach)return t.forEach(r,e);for(n=0,o=t.length;n<o;n++)r.call(e,t[n],n,t)},trim:function(t){return String.prototype.trim?t.trim():t.replace(/(^\s*)|(\s*$)/g,"")},trimRight:function(t){return String.prototype.trimRight?t.trimRight():t.replace(/(\s*$)/g,"")}}},34406:function(t){var r,e,n=t.exports={};function o(){throw new Error("setTimeout has not been defined")}function i(){throw new Error("clearTimeout has not been defined")}function a(t){if(r===setTimeout)return setTimeout(t,0);if((r===o||!r)&&setTimeout)return r=setTimeout,setTimeout(t,0);try{return r(t,0)}catch(e){try{return r.call(null,t,0)}catch(e){return r.call(this,t,0)}}}!function(){try{r="function"==typeof setTimeout?setTimeout:o}catch(t){r=o}try{e="function"==typeof clearTimeout?clearTimeout:i}catch(t){e=i}}();var u,c=[],s=!1,f=-1;function l(){s&&u&&(s=!1,u.length?c=u.concat(c):f=-1,c.length&&h())}function h(){if(!s){var t=a(l);s=!0;for(var r=c.length;r;){for(u=c,c=[];++f<r;)u&&u[f].run();f=-1,r=c.length}u=null,s=!1,function(t){if(e===clearTimeout)return clearTimeout(t);if((e===i||!e)&&clearTimeout)return e=clearTimeout,clearTimeout(t);try{return e(t)}catch(r){try{return e.call(null,t)}catch(r){return e.call(this,t)}}}(t)}}function p(t,r){this.fun=t,this.array=r}function v(){}n.nextTick=function(t){var r=new Array(arguments.length-1);if(arguments.length>1)for(var e=1;e<arguments.length;e++)r[e-1]=arguments[e];c.push(new p(t,r)),1!==c.length||s||a(h)},p.prototype.run=function(){this.fun.apply(null,this.array)},n.title="browser",n.browser=!0,n.env={},n.argv=[],n.version="",n.versions={},n.on=v,n.addListener=v,n.once=v,n.off=v,n.removeListener=v,n.removeAllListeners=v,n.emit=v,n.prependListener=v,n.prependOnceListener=v,n.listeners=function(t){return[]},n.binding=function(t){throw new Error("process.binding is not supported")},n.cwd=function(){return"/"},n.chdir=function(t){throw new Error("process.chdir is not supported")},n.umask=function(){return 0}},18359:function(t,r,e){e(41289),e(62123),e(35429),e(65734),e(89275),e(52644),e(53245),e(14963),e(11905),e(50474),e(57187),e(69488),e(14387),e(79277),e(37415),e(14600),e(28983),e(97180),e(4710),e(12890),e(31084),e(1489),e(57130),e(25385),e(1487),e(99391),e(78412),e(60198),e(98217),e(2088),e(25041),e(91445),e(3269),e(9307),e(65705),e(71129),e(24317),e(80949),e(20939),e(57921),e(38550),e(98240),e(676),e(56374),e(64175),e(29766),e(13889),e(14989),e(93660),e(48453),e(91754),e(59494),e(4635),e(73223),e(70278),e(31760),e(79057),e(79728),e(70694),e(74194),e(51811),e(67900),e(58442),e(51960),e(60557),e(98280),e(59722),e(73185),e(49724),e(63487),e(215),e(24325),e(12474),e(65167),e(65699),e(35886),e(81898),e(66079),e(17215),e(67248),e(50254),e(27676),e(90764),e(63546),e(71033),e(67132),e(68173),e(47043),e(96258),e(13405),e(63926),e(73198),e(24840),e(63717),e(30728),e(92338),e(40291),e(91429),e(56199),e(72635),e(63106),e(39653),e(31502),e(65378),e(35907),e(84338),e(47255),e(29785),e(4619),e(84174),e(93324),e(98732),e(26119),e(1146),e(29738),e(40244),e(27736),e(73335),e(83479),e(17782),e(85506),e(67412),e(55995),e(53122),e(13623),e(30768),e(99641),e(99411),e(84834),e(29356),e(35682),e(95540),e(87170),e(61376),e(44159),e(896),e(36055),e(74767),e(39158),e(8611),e(29662),e(11054),e(12454),e(68169),e(36617),e(17626),e(45298),e(53554),e(74416),e(92451),e(26462),e(24312),e(7872),e(89611),e(78313),e(58207),e(17193),e(8434),e(5075),e(84503),e(77922),e(56107),e(79876),e(99715),e(97200),e(33838),e(32421),e(82922),e(91188),e(5371),e(90709),e(72220),e(39236),e(11068),e(84590),e(93567),e(45153),e(56691),e(48617),e(77173),e(81897),e(44401),e(43255),e(43530),e(23170),e(50949),e(75339),e(33072),e(46371),e(85407),e(53859),e(50066),e(3238),e(15797),e(94528),e(17511),e(81172),e(71430),e(33873),e(43587),e(73453),e(16097),e(13720),e(99490),e(82347),e(94122),e(31104),e(42003),e(25770),e(71511),e(33381),e(41866),e(75418),e(18826),e(68713),e(9537),e(99203),e(84746),e(64367),e(74138),e(571),e(954),e(7028),e(85679),e(24424),e(27364),e(49250),e(69460),e(84926),e(53061),e(21690),e(35758),e(39384),e(73674),e(52154),e(68515),e(45786),e(83798),e(73784),e(93727),e(57788),e(31966),e(81088),e(22201),e(17942),e(23754),e(89561),e(33671),e(29144),e(78938),e(60442),e(70302),e(31721),e(80099),e(34608),e(38053),e(82862),e(91711),e(69565),e(47098),e(67114),e(98441),e(73265),e(1339),e(14254),e(65966),e(84553),e(82693),e(60755),e(48351),e(6569),e(28510),e(96954),e(59433),e(78958),e(93605),e(54327),e(49364),e(48226),e(17934),e(42884),e(37317),e(79878),e(1710),e(2247),e(23915),e(58158),e(92397),e(46668),e(99662),e(18221),e(79369),e(25715),e(26341),e(91647),e(94679),e(67699),e(78230),e(89666),e(18290),e(28581),e(75946),e(71639),e(75419),e(77209),e(65393),e(23930),e(28438),e(80707),e(40861),e(98902),e(65479),e(11947),e(4541),e(24931),e(71050),e(91551),e(36915),e(92525),e(96156),e(2040),e(53803),e(5297),e(90687),e(31362),e(68473),e(5478),e(85942),e(24198),e(19626),e(57025),e(9976),e(27472),e(76214),e(90330),e(34037),e(10037),e(21006),e(4755),e(70047),e(91844),e(71994),e(378),e(43963),e(73175),e(27524),e(70037),e(54427),e(61011),e(80177),e(19694),e(3137),e(16105),e(6619),e(1060),e(23613),e(99209),e(15863),e(22711),e(13566),e(76791),e(47396),e(36578),e(59922),e(57699),e(7727),e(90925),e(19042),e(55049),e(49731),e(4418),e(75863),e(28518),e(30746),e(25413),e(54699),e(84618),e(45134),e(43644),e(12605),e(87058),e(8295),e(27225),e(8833),e(65223),e(65050),e(58044),e(44276),e(79372),e(18185),e(36777),e(85702),e(40058),e(80690),e(84282),e(1279),e(6571),e(79434),e(77779),e(79445),e(39621),e(41359),e(15563),e(36545),e(52951),e(60725),e(89642),e(7863),e(79103),e(82329),e(39960),e(797),e(31465),e(69289),e(71347),e(21206),e(48142),e(80301),e(60031),e(74380),e(11108),e(98196),e(86250),e(46648),e(22181),e(42361),e(42033),e(63521),e(37156),e(30377),e(77666),e(5613),e(67498),e(11094),e(59642),e(41936),e(3031),e(4437),e(57678),e(61326),e(90963),e(11394),e(95141),e(60146)},66423:function(t,r,e){e(18359)},61480:function(t,r,e){var n=e(59046),o=e(66337),i=TypeError;t.exports=function(t){if(n(t))return t;throw i(o(t)+" is not a function")}},16218:function(t,r,e){var n=e(44462),o=e(66337),i=TypeError;t.exports=function(t){if(n(t))return t;throw i(o(t)+" is not a constructor")}},88943:function(t,r,e){var n=e(60143).has;t.exports=function(t){return n(t),t}},46783:function(t,r,e){var n=e(59046),o=String,i=TypeError;t.exports=function(t){if("object"==typeof t||n(t))return t;throw i("Can't set "+o(t)+" as a prototype")}},79107:function(t,r,e){var n=e(48319).has;t.exports=function(t){return n(t),t}},9997:function(t,r,e){var n=e(1795).has;t.exports=function(t){return n(t),t}},1495:function(t,r,e){var n=e(36122).has;t.exports=function(t){return n(t),t}},77500:function(t,r,e){var n=e(31464),o=e(43719),i=e(17900),a=e(34395),u=e(28077),c=e(52361),s=c("asyncDispose"),f=c("dispose"),l=n([].push),h=function(t,r,e){return o(e||function(t,r){return"async-dispose"==r&&u(t,s)||u(t,f)}(t,r),t)};t.exports=function(t,r,e,n){var o;if(n)o=h(void 0,e,n);else{if(a(r))return;o=h(i(r),e)}l(t.stack,o)}},24441:function(t,r,e){var n=e(52361),o=e(79125),i=e(68503).f,a=n("unscopables"),u=Array.prototype;null==u[a]&&i(u,a,{configurable:!0,value:o(null)}),t.exports=function(t){u[a][t]=!0}},82744:function(t,r,e){"use strict";var n=e(33589).charAt;t.exports=function(t,r,e){return r+(e?n(t,r).length:1)}},2970:function(t,r,e){var n=e(78389),o=TypeError;t.exports=function(t,r){if(n(r,t))return t;throw o("Incorrect invocation")}},17900:function(t,r,e){var n=e(44538),o=String,i=TypeError;t.exports=function(t){if(n(t))return t;throw i(o(t)+" is not an object")}},27889:function(t){t.exports="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof DataView},31499:function(t,r,e){var n=e(21518),o=e(31083),i=TypeError;t.exports=n(ArrayBuffer.prototype,"byteLength","get")||function(t){if("ArrayBuffer"!=o(t))throw i("ArrayBuffer expected");return t.byteLength}},98311:function(t,r,e){var n=e(31464),o=e(31499),i=n(ArrayBuffer.prototype.slice);t.exports=function(t){if(0!==o(t))return!1;try{return i(t,0,0),!1}catch(t){return!0}}},73214:function(t,r,e){var n=e(54325);t.exports=n((function(){if("function"==typeof ArrayBuffer){var t=new ArrayBuffer(8);Object.isExtensible(t)&&Object.defineProperty(t,"a",{value:8})}}))},60327:function(t,r,e){var n=e(50916),o=e(31464),i=e(21518),a=e(68466),u=e(98311),c=e(31499),s=e(88260),f=n.TypeError,l=n.structuredClone,h=n.ArrayBuffer,p=n.DataView,v=Math.min,d=h.prototype,g=p.prototype,y=o(d.slice),m=i(d,"resizable","get"),b=i(d,"maxByteLength","get"),x=o(g.getInt8),w=o(g.setInt8);t.exports=s&&function(t,r,e){var n=c(t),o=void 0===r?n:v(a(r),n),i=!m||!m(t);if(u(t))throw f("ArrayBuffer is detached");var s=l(t,{transfer:[t]});if(n==o&&(e||i))return s;if(!e||i)return y(s,0,o);for(var d=new h(o,b&&{maxByteLength:b(s)}),g=new p(s),S=new p(d),A=0;A<o;A++)w(S,A,x(g,A));return d}},22211:function(t,r,e){"use strict";var n,o,i,a=e(27889),u=e(87591),c=e(50916),s=e(59046),f=e(44538),l=e(82145),h=e(3425),p=e(66337),v=e(25442),d=e(23699),g=e(81126),y=e(78389),m=e(79662),b=e(28397),x=e(52361),w=e(18882),S=e(890),A=S.enforce,E=S.get,O=c.Int8Array,I=O&&O.prototype,k=c.Uint8ClampedArray,T=k&&k.prototype,R=O&&m(O),M=I&&m(I),j=Object.prototype,C=c.TypeError,P=x("toStringTag"),N=w("TYPED_ARRAY_TAG"),_="TypedArrayConstructor",L=a&&!!b&&"Opera"!==h(c.opera),D=!1,F={Int8Array:1,Uint8Array:1,Uint8ClampedArray:1,Int16Array:2,Uint16Array:2,Int32Array:4,Uint32Array:4,Float32Array:4,Float64Array:8},U={BigInt64Array:8,BigUint64Array:8},B=function(t){var r=m(t);if(f(r)){var e=E(r);return e&&l(e,_)?e[_]:B(r)}},z=function(t){if(!f(t))return!1;var r=h(t);return l(F,r)||l(U,r)};for(n in F)(i=(o=c[n])&&o.prototype)?A(i)[_]=o:L=!1;for(n in U)(i=(o=c[n])&&o.prototype)&&(A(i)[_]=o);if((!L||!s(R)||R===Function.prototype)&&(R=function(){throw C("Incorrect invocation")},L))for(n in F)c[n]&&b(c[n],R);if((!L||!M||M===j)&&(M=R.prototype,L))for(n in F)c[n]&&b(c[n].prototype,M);if(L&&m(T)!==M&&b(T,M),u&&!l(M,P))for(n in D=!0,g(M,P,{configurable:!0,get:function(){return f(this)?this[N]:void 0}}),F)c[n]&&v(c[n],N,n);t.exports={NATIVE_ARRAY_BUFFER_VIEWS:L,TYPED_ARRAY_TAG:D&&N,aTypedArray:function(t){if(z(t))return t;throw C("Target is not a typed array")},aTypedArrayConstructor:function(t){if(s(t)&&(!b||y(R,t)))return t;throw C(p(t)+" is not a typed array constructor")},exportTypedArrayMethod:function(t,r,e,n){if(u){if(e)for(var o in F){var i=c[o];if(i&&l(i.prototype,t))try{delete i.prototype[t]}catch(e){try{i.prototype[t]=r}catch(t){}}}M[t]&&!e||d(M,t,e?r:L&&I[t]||r,n)}},exportTypedArrayStaticMethod:function(t,r,e){var n,o;if(u){if(b){if(e)for(n in F)if((o=c[n])&&l(o,t))try{delete o[t]}catch(t){}if(R[t]&&!e)return;try{return d(R,t,e?r:L&&R[t]||r)}catch(t){}}for(n in F)!(o=c[n])||o[t]&&!e||d(o,t,r)}},getTypedArrayConstructor:B,isView:function(t){if(!f(t))return!1;var r=h(t);return"DataView"===r||l(F,r)||l(U,r)},isTypedArray:z,TypedArray:R,TypedArrayPrototype:M}},71006:function(t,r,e){"use strict";var n=e(50916),o=e(31464),i=e(87591),a=e(27889),u=e(22208),c=e(25442),s=e(81126),f=e(47437),l=e(54325),h=e(2970),p=e(18560),v=e(43380),d=e(68466),g=e(93521),y=e(79662),m=e(28397),b=e(46477).f,x=e(97951),w=e(88639),S=e(36007),A=e(890),E=u.PROPER,O=u.CONFIGURABLE,I="ArrayBuffer",k="DataView",T="prototype",R="Wrong index",M=A.getterFor(I),j=A.getterFor(k),C=A.set,P=n[I],N=P,_=N&&N[T],L=n[k],D=L&&L[T],F=Object.prototype,U=n.Array,B=n.RangeError,z=o(x),W=o([].reverse),V=g.pack,H=g.unpack,G=function(t){return[255&t]},q=function(t){return[255&t,t>>8&255]},Y=function(t){return[255&t,t>>8&255,t>>16&255,t>>24&255]},$=function(t){return t[3]<<24|t[2]<<16|t[1]<<8|t[0]},K=function(t){return V(t,23,4)},J=function(t){return V(t,52,8)},X=function(t,r,e){s(t[T],r,{configurable:!0,get:function(){return e(this)[r]}})},Q=function(t,r,e,n){var o=d(e),i=j(t);if(o+r>i.byteLength)throw B(R);var a=i.bytes,u=o+i.byteOffset,c=w(a,u,u+r);return n?c:W(c)},Z=function(t,r,e,n,o,i){var a=d(e),u=j(t);if(a+r>u.byteLength)throw B(R);for(var c=u.bytes,s=a+u.byteOffset,f=n(+o),l=0;l<r;l++)c[s+l]=f[i?l:r-l-1]};if(a){var tt=E&&P.name!==I;if(l((function(){P(1)}))&&l((function(){new P(-1)}))&&!l((function(){return new P,new P(1.5),new P(NaN),1!=P.length||tt&&!O})))tt&&O&&c(P,"name",I);else{(N=function(t){return h(this,_),new P(d(t))})[T]=_;for(var rt,et=b(P),nt=0;et.length>nt;)(rt=et[nt++])in N||c(N,rt,P[rt]);_.constructor=N}m&&y(D)!==F&&m(D,F);var ot=new L(new N(2)),it=o(D.setInt8);ot.setInt8(0,2147483648),ot.setInt8(1,2147483649),!ot.getInt8(0)&&ot.getInt8(1)||f(D,{setInt8:function(t,r){it(this,t,r<<24>>24)},setUint8:function(t,r){it(this,t,r<<24>>24)}},{unsafe:!0})}else _=(N=function(t){h(this,_);var r=d(t);C(this,{type:I,bytes:z(U(r),0),byteLength:r}),i||(this.byteLength=r,this.detached=!1)})[T],D=(L=function(t,r,e){h(this,D),h(t,_);var n=M(t),o=n.byteLength,a=p(r);if(a<0||a>o)throw B("Wrong offset");if(a+(e=void 0===e?o-a:v(e))>o)throw B("Wrong length");C(this,{type:k,buffer:t,byteLength:e,byteOffset:a,bytes:n.bytes}),i||(this.buffer=t,this.byteLength=e,this.byteOffset=a)})[T],i&&(X(N,"byteLength",M),X(L,"buffer",j),X(L,"byteLength",j),X(L,"byteOffset",j)),f(D,{getInt8:function(t){return Q(this,1,t)[0]<<24>>24},getUint8:function(t){return Q(this,1,t)[0]},getInt16:function(t){var r=Q(this,2,t,arguments.length>1?arguments[1]:void 0);return(r[1]<<8|r[0])<<16>>16},getUint16:function(t){var r=Q(this,2,t,arguments.length>1?arguments[1]:void 0);return r[1]<<8|r[0]},getInt32:function(t){return $(Q(this,4,t,arguments.length>1?arguments[1]:void 0))},getUint32:function(t){return $(Q(this,4,t,arguments.length>1?arguments[1]:void 0))>>>0},getFloat32:function(t){return H(Q(this,4,t,arguments.length>1?arguments[1]:void 0),23)},getFloat64:function(t){return H(Q(this,8,t,arguments.length>1?arguments[1]:void 0),52)},setInt8:function(t,r){Z(this,1,t,G,r)},setUint8:function(t,r){Z(this,1,t,G,r)},setInt16:function(t,r){Z(this,2,t,q,r,arguments.length>2?arguments[2]:void 0)},setUint16:function(t,r){Z(this,2,t,q,r,arguments.length>2?arguments[2]:void 0)},setInt32:function(t,r){Z(this,4,t,Y,r,arguments.length>2?arguments[2]:void 0)},setUint32:function(t,r){Z(this,4,t,Y,r,arguments.length>2?arguments[2]:void 0)},setFloat32:function(t,r){Z(this,4,t,K,r,arguments.length>2?arguments[2]:void 0)},setFloat64:function(t,r){Z(this,8,t,J,r,arguments.length>2?arguments[2]:void 0)}});S(N,I),S(L,k),t.exports={ArrayBuffer:N,DataView:L}},9381:function(t,r,e){"use strict";var n=e(40973),o=e(76266),i=e(68768),a=e(9745),u=Math.min;t.exports=[].copyWithin||function(t,r){var e=n(this),c=i(e),s=o(t,c),f=o(r,c),l=arguments.length>2?arguments[2]:void 0,h=u((void 0===l?c:o(l,c))-f,c-s),p=1;for(f<s&&s<f+h&&(p=-1,f+=h-1,s+=h-1);h-- >0;)f in e?e[s]=e[f]:a(e,s),s+=p,f+=p;return e}},97951:function(t,r,e){"use strict";var n=e(40973),o=e(76266),i=e(68768);t.exports=function(t){for(var r=n(this),e=i(r),a=arguments.length,u=o(a>1?arguments[1]:void 0,e),c=a>2?arguments[2]:void 0,s=void 0===c?e:o(c,e);s>u;)r[u++]=t;return r}},72578:function(t,r,e){"use strict";var n=e(66747).forEach,o=e(28655)("forEach");t.exports=o?[].forEach:function(t){return n(this,t,arguments.length>1?arguments[1]:void 0)}},63244:function(t,r,e){"use strict";var n=e(43719),o=e(31464),i=e(40973),a=e(44462),u=e(1632),c=e(54187),s=e(34117),f=e(97461),l=e(28077),h=e(66064),p=e(6294),v=e(52361),d=e(5992),g=e(94391).toArray,y=v("asyncIterator"),m=o(h("Array").values),b=o(m([]).next),x=function(){return new w(this)},w=function(t){this.iterator=m(t)};w.prototype.next=function(){return b(this.iterator)},t.exports=function(t){var r=this,e=arguments.length,o=e>1?arguments[1]:void 0,h=e>2?arguments[2]:void 0;return new(p("Promise"))((function(e){var p=i(t);void 0!==o&&(o=n(o,h));var v=l(p,y),m=v?void 0:f(p)||x,b=a(r)?new r:[],w=v?u(p,v):new d(s(c(p,m)));e(g(w,o,b))}))}},24177:function(t,r,e){var n=e(68768);t.exports=function(t,r){for(var e=0,o=n(r),i=new t(o);o>e;)i[e]=r[e++];return i}},32640:function(t,r,e){"use strict";var n=e(43719),o=e(74225),i=e(40973),a=e(30952),u=e(39591),c=e(44462),s=e(68768),f=e(19191),l=e(54187),h=e(97461),p=Array;t.exports=function(t){var r=i(t),e=c(this),v=arguments.length,d=v>1?arguments[1]:void 0,g=void 0!==d;g&&(d=n(d,v>2?arguments[2]:void 0));var y,m,b,x,w,S,A=h(r),E=0;if(!A||this===p&&u(A))for(y=s(r),m=e?new this(y):p(y);y>E;E++)S=g?d(r[E],E):r[E],f(m,E,S);else for(w=(x=l(r,A)).next,m=e?new this:[];!(b=o(w,x)).done;E++)S=g?a(x,d,[b.value,E],!0):b.value,f(m,E,S);return m.length=E,m}},15498:function(t,r,e){"use strict";var n=e(43719),o=e(31464),i=e(58530),a=e(40973),u=e(68768),c=e(60143),s=c.Map,f=c.get,l=c.has,h=c.set,p=o([].push);t.exports=function(t){for(var r,e,o=a(this),c=i(o),v=n(t,arguments.length>1?arguments[1]:void 0),d=new s,g=u(c),y=0;g>y;y++)r=v(e=c[y],y,o),l(d,r)?p(f(d,r),e):h(d,r,[e]);return d}},81655:function(t,r,e){var n=e(43719),o=e(31464),i=e(58530),a=e(40973),u=e(33572),c=e(68768),s=e(79125),f=e(24177),l=Array,h=o([].push);t.exports=function(t,r,e,o){for(var p,v,d,g=a(t),y=i(g),m=n(r,e),b=s(null),x=c(y),w=0;x>w;w++)d=y[w],(v=u(m(d,w,g)))in b?h(b[v],d):b[v]=[d];if(o&&(p=o(g))!==l)for(v in b)b[v]=f(p,b[v]);return b}},87070:function(t,r,e){var n=e(27221),o=e(76266),i=e(68768),a=function(t){return function(r,e,a){var u,c=n(r),s=i(c),f=o(a,s);if(t&&e!=e){for(;s>f;)if((u=c[f++])!=u)return!0}else for(;s>f;f++)if((t||f in c)&&c[f]===e)return t||f||0;return!t&&-1}};t.exports={includes:a(!0),indexOf:a(!1)}},24004:function(t,r,e){var n=e(43719),o=e(58530),i=e(40973),a=e(68768),u=function(t){var r=1==t;return function(e,u,c){for(var s,f=i(e),l=o(f),h=n(u,c),p=a(l);p-- >0;)if(h(s=l[p],p,f))switch(t){case 0:return s;case 1:return p}return r?-1:void 0}};t.exports={findLast:u(0),findLastIndex:u(1)}},66747:function(t,r,e){var n=e(43719),o=e(31464),i=e(58530),a=e(40973),u=e(68768),c=e(77531),s=o([].push),f=function(t){var r=1==t,e=2==t,o=3==t,f=4==t,l=6==t,h=7==t,p=5==t||l;return function(v,d,g,y){for(var m,b,x=a(v),w=i(x),S=n(d,g),A=u(w),E=0,O=y||c,I=r?O(v,A):e||h?O(v,0):void 0;A>E;E++)if((p||E in w)&&(b=S(m=w[E],E,x),t))if(r)I[E]=b;else if(b)switch(t){case 3:return!0;case 5:return m;case 6:return E;case 2:s(I,m)}else switch(t){case 4:return!1;case 7:s(I,m)}return l?-1:o||f?f:I}};t.exports={forEach:f(0),map:f(1),filter:f(2),some:f(3),every:f(4),find:f(5),findIndex:f(6),filterReject:f(7)}},54930:function(t,r,e){"use strict";var n=e(44337),o=e(27221),i=e(18560),a=e(68768),u=e(28655),c=Math.min,s=[].lastIndexOf,f=!!s&&1/[1].lastIndexOf(1,-0)<0,l=u("lastIndexOf"),h=f||!l;t.exports=h?function(t){if(f)return n(s,this,arguments)||0;var r=o(this),e=a(r),u=e-1;for(arguments.length>1&&(u=c(u,i(arguments[1]))),u<0&&(u=e+u);u>=0;u--)if(u in r&&r[u]===t)return u||0;return-1}:s},85076:function(t,r,e){var n=e(54325),o=e(52361),i=e(37777),a=o("species");t.exports=function(t){return i>=51||!n((function(){var r=[];return(r.constructor={})[a]=function(){return{foo:1}},1!==r[t](Boolean).foo}))}},28655:function(t,r,e){"use strict";var n=e(54325);t.exports=function(t,r){var e=[][t];return!!e&&n((function(){e.call(null,r||function(){return 1},1)}))}},43701:function(t,r,e){var n=e(61480),o=e(40973),i=e(58530),a=e(68768),u=TypeError,c=function(t){return function(r,e,c,s){n(e);var f=o(r),l=i(f),h=a(f),p=t?h-1:0,v=t?-1:1;if(c<2)for(;;){if(p in l){s=l[p],p+=v;break}if(p+=v,t?p<0:h<=p)throw u("Reduce of empty array with no initial value")}for(;t?p>=0:h>p;p+=v)p in l&&(s=e(s,l[p],p,f));return s}};t.exports={left:c(!1),right:c(!0)}},75935:function(t,r,e){"use strict";var n=e(87591),o=e(86931),i=TypeError,a=Object.getOwnPropertyDescriptor,u=n&&!function(){if(void 0!==this)return!0;try{Object.defineProperty([],"length",{writable:!1}).length=1}catch(t){return t instanceof TypeError}}();t.exports=u?function(t,r){if(o(t)&&!a(t,"length").writable)throw i("Cannot set read only .length");return t.length=r}:function(t,r){return t.length=r}},88639:function(t,r,e){var n=e(76266),o=e(68768),i=e(19191),a=Array,u=Math.max;t.exports=function(t,r,e){for(var c=o(t),s=n(r,c),f=n(void 0===e?c:e,c),l=a(u(f-s,0)),h=0;s<f;s++,h++)i(l,h,t[s]);return l.length=h,l}},25926:function(t,r,e){var n=e(31464);t.exports=n([].slice)},98344:function(t,r,e){var n=e(88639),o=Math.floor,i=function(t,r){var e=t.length,c=o(e/2);return e<8?a(t,r):u(t,i(n(t,0,c),r),i(n(t,c),r),r)},a=function(t,r){for(var e,n,o=t.length,i=1;i<o;){for(n=i,e=t[i];n&&r(t[n-1],e)>0;)t[n]=t[--n];n!==i++&&(t[n]=e)}return t},u=function(t,r,e,n){for(var o=r.length,i=e.length,a=0,u=0;a<o||u<i;)t[a+u]=a<o&&u<i?n(r[a],e[u])<=0?r[a++]:e[u++]:a<o?r[a++]:e[u++];return t};t.exports=i},91692:function(t,r,e){var n=e(86931),o=e(44462),i=e(44538),a=e(52361)("species"),u=Array;t.exports=function(t){var r;return n(t)&&(r=t.constructor,(o(r)&&(r===u||n(r.prototype))||i(r)&&null===(r=r[a]))&&(r=void 0)),void 0===r?u:r}},77531:function(t,r,e){var n=e(91692);t.exports=function(t,r){return new(n(t))(0===r?0:r)}},67690:function(t,r,e){var n=e(68768);t.exports=function(t,r){for(var e=n(t),o=new r(e),i=0;i<e;i++)o[i]=t[e-i-1];return o}},62952:function(t,r,e){"use strict";var n=e(31464),o=e(61480),i=e(34395),a=e(68768),u=e(40973),c=e(60143),s=e(14991),f=c.Map,l=c.has,h=c.set,p=n([].push);t.exports=function(t){var r,e,n,c=u(this),v=a(c),d=[],g=new f,y=i(t)?function(t){return t}:o(t);for(r=0;r<v;r++)n=y(e=c[r]),l(g,n)||h(g,n,e);return s(g,(function(t){p(d,t)})),d}},65086:function(t,r,e){var n=e(68768),o=e(18560),i=RangeError;t.exports=function(t,r,e,a){var u=n(t),c=o(e),s=c<0?u+c:c;if(s>=u||s<0)throw i("Incorrect index");for(var f=new r(u),l=0;l<u;l++)f[l]=l===s?a:t[l];return f}},5992:function(t,r,e){"use strict";var n=e(74225),o=e(17900),i=e(79125),a=e(28077),u=e(47437),c=e(890),s=e(6294),f=e(59793),l=e(70078),h=s("Promise"),p="AsyncFromSyncIterator",v=c.set,d=c.getterFor(p),g=function(t,r,e){var n=t.done;h.resolve(t.value).then((function(t){r(l(t,n))}),e)},y=function(t){t.type=p,v(this,t)};y.prototype=u(i(f),{next:function(){var t=d(this);return new h((function(r,e){var i=o(n(t.next,t.iterator));g(i,r,e)}))},return:function(){var t=d(this).iterator;return new h((function(r,e){var i=a(t,"return");if(void 0===i)return r(l(void 0,!0));var u=o(n(i,t));g(u,r,e)}))}}),t.exports=y},8950:function(t,r,e){var n=e(74225),o=e(6294),i=e(28077);t.exports=function(t,r,e,a){try{var u=i(t,"return");if(u)return o("Promise").resolve(n(u,t)).then((function(){r(e)}),(function(t){a(t)}))}catch(t){return a(t)}r(e)}},33720:function(t,r,e){"use strict";var n=e(74225),o=e(43897),i=e(17900),a=e(79125),u=e(25442),c=e(47437),s=e(52361),f=e(890),l=e(6294),h=e(28077),p=e(59793),v=e(70078),d=e(46920),g=l("Promise"),y=s("toStringTag"),m="AsyncIteratorHelper",b="WrapForValidAsyncIterator",x=f.set,w=function(t){var r=!t,e=f.getterFor(t?b:m),u=function(t){var n=o((function(){return e(t)})),i=n.error,a=n.value;return i||r&&a.done?{exit:!0,value:i?g.reject(a):g.resolve(v(void 0,!0))}:{exit:!1,value:a}};return c(a(p),{next:function(){var t=u(this),r=t.value;if(t.exit)return r;var e=o((function(){return i(r.nextHandler(g))})),n=e.error,a=e.value;return n&&(r.done=!0),n?g.reject(a):g.resolve(a)},return:function(){var r=u(this),e=r.value;if(r.exit)return e;e.done=!0;var a,c,s=e.iterator,f=o((function(){if(e.inner)try{d(e.inner.iterator,"normal")}catch(t){return d(s,"throw",t)}return h(s,"return")}));return a=c=f.value,f.error?g.reject(c):void 0===a?g.resolve(v(void 0,!0)):(c=(f=o((function(){return n(a,s)}))).value,f.error?g.reject(c):t?g.resolve(c):g.resolve(c).then((function(t){return i(t),v(void 0,!0)})))}})},S=w(!0),A=w(!1);u(A,y,"Async Iterator Helper"),t.exports=function(t,r){var e=function(e,n){n?(n.iterator=e.iterator,n.next=e.next):n=e,n.type=r?b:m,n.nextHandler=t,n.counter=0,n.done=!1,x(this,n)};return e.prototype=r?S:A,e}},57513:function(t,r,e){"use strict";var n=e(74225),o=e(98901),i=function(t,r){return[r,t]};t.exports=function(){return n(o,this,i)}},94391:function(t,r,e){"use strict";var n=e(74225),o=e(61480),i=e(17900),a=e(44538),u=e(44657),c=e(6294),s=e(34117),f=e(8950),l=function(t){var r=0==t,e=1==t,l=2==t,h=3==t;return function(t,p,v){i(t);var d=void 0!==p;!d&&r||o(p);var g=s(t),y=c("Promise"),m=g.iterator,b=g.next,x=0;return new y((function(t,o){var c=function(t){f(m,o,t,o)},s=function(){try{if(d)try{u(x)}catch(t){c(t)}y.resolve(i(n(b,m))).then((function(n){try{if(i(n).done)r?(v.length=x,t(v)):t(!h&&(l||void 0));else{var u=n.value;try{if(d){var g=p(u,x),b=function(n){if(e)s();else if(l)n?s():f(m,t,!1,o);else if(r)try{v[x++]=n,s()}catch(t){c(t)}else n?f(m,t,h||u,o):s()};a(g)?y.resolve(g).then(b,c):b(g)}else v[x++]=u,s()}catch(t){c(t)}}}catch(t){o(t)}}),o)}catch(t){o(t)}};s()}))}};t.exports={toArray:l(0),forEach:l(1),every:l(2),some:l(3),find:l(4)}},98901:function(t,r,e){"use strict";var n=e(74225),o=e(61480),i=e(17900),a=e(44538),u=e(34117),c=e(33720),s=e(70078),f=e(8950),l=c((function(t){var r=this,e=r.iterator,o=r.mapper;return new t((function(u,c){var l=function(t){r.done=!0,c(t)},h=function(t){f(e,l,t,l)};t.resolve(i(n(r.next,e))).then((function(e){try{if(i(e).done)r.done=!0,u(s(void 0,!0));else{var n=e.value;try{var c=o(n,r.counter++),f=function(t){u(s(t,!1))};a(c)?t.resolve(c).then(f,h):f(c)}catch(t){h(t)}}}catch(t){l(t)}}),l)}))}));t.exports=function(t){return i(this),o(t),new l(u(this),{mapper:t})}},59793:function(t,r,e){var n,o,i=e(50916),a=e(79979),u=e(59046),c=e(79125),s=e(79662),f=e(23699),l=e(52361),h=e(62842),p="USE_FUNCTION_CONSTRUCTOR",v=l("asyncIterator"),d=i.AsyncIterator,g=a.AsyncIteratorPrototype;if(g)n=g;else if(u(d))n=d.prototype;else if(a[p]||i[p])try{o=s(s(s(Function("return async function*(){}()")()))),s(o)===Object.prototype&&(n=o)}catch(t){}n?h&&(n=c(n)):n={},u(n[v])||f(n,v,(function(){return this})),t.exports=n},57380:function(t,r,e){var n=e(74225),o=e(33720);t.exports=o((function(){return n(this.next,this.iterator)}),!0)},44215:function(t){for(var r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",e={},n=0;n<66;n++)e[r.charAt(n)]=n;t.exports={itoc:r,ctoi:e}},30952:function(t,r,e){var n=e(17900),o=e(46920);t.exports=function(t,r,e,i){try{return i?r(n(e)[0],e[1]):r(e)}catch(r){o(t,"throw",r)}}},82517:function(t,r,e){var n=e(52361)("iterator"),o=!1;try{var i=0,a={next:function(){return{done:!!i++}},return:function(){o=!0}};a[n]=function(){return this},Array.from(a,(function(){throw 2}))}catch(t){}t.exports=function(t,r){if(!r&&!o)return!1;var e=!1;try{var i={};i[n]=function(){return{next:function(){return{done:e=!0}}}},t(i)}catch(t){}return e}},31083:function(t,r,e){var n=e(31464),o=n({}.toString),i=n("".slice);t.exports=function(t){return i(o(t),8,-1)}},3425:function(t,r,e){var n=e(9603),o=e(59046),i=e(31083),a=e(52361)("toStringTag"),u=Object,c="Arguments"==i(function(){return arguments}());t.exports=n?i:function(t){var r,e,n;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(e=function(t,r){try{return t[r]}catch(t){}}(r=u(t),a))?e:c?i(r):"Object"==(n=i(r))&&o(r.callee)?"Arguments":n}},8962:function(t,r,e){"use strict";var n=e(43719),o=e(74225),i=e(61480),a=e(16218),u=e(34395),c=e(99254),s=[].push;t.exports=function(t){var r,e,f,l,h=arguments.length,p=h>1?arguments[1]:void 0;return a(this),(r=void 0!==p)&&i(p),u(t)?new this:(e=[],r?(f=0,l=n(p,h>2?arguments[2]:void 0),c(t,(function(t){o(s,e,l(t,f++))}))):c(t,s,{that:e}),new this(e))}},1063:function(t,r,e){"use strict";var n=e(25926);t.exports=function(){return new this(n(arguments))}},5386:function(t,r,e){"use strict";var n=e(79125),o=e(81126),i=e(47437),a=e(43719),u=e(2970),c=e(34395),s=e(99254),f=e(21411),l=e(70078),h=e(69241),p=e(87591),v=e(38644).fastKey,d=e(890),g=d.set,y=d.getterFor;t.exports={getConstructor:function(t,r,e,f){var l=t((function(t,o){u(t,h),g(t,{type:r,index:n(null),first:void 0,last:void 0,size:0}),p||(t.size=0),c(o)||s(o,t[f],{that:t,AS_ENTRIES:e})})),h=l.prototype,d=y(r),m=function(t,r,e){var n,o,i=d(t),a=b(t,r);return a?a.value=e:(i.last=a={index:o=v(r,!0),key:r,value:e,previous:n=i.last,next:void 0,removed:!1},i.first||(i.first=a),n&&(n.next=a),p?i.size++:t.size++,"F"!==o&&(i.index[o]=a)),t},b=function(t,r){var e,n=d(t),o=v(r);if("F"!==o)return n.index[o];for(e=n.first;e;e=e.next)if(e.key==r)return e};return i(h,{clear:function(){for(var t=d(this),r=t.index,e=t.first;e;)e.removed=!0,e.previous&&(e.previous=e.previous.next=void 0),delete r[e.index],e=e.next;t.first=t.last=void 0,p?t.size=0:this.size=0},delete:function(t){var r=this,e=d(r),n=b(r,t);if(n){var o=n.next,i=n.previous;delete e.index[n.index],n.removed=!0,i&&(i.next=o),o&&(o.previous=i),e.first==n&&(e.first=o),e.last==n&&(e.last=i),p?e.size--:r.size--}return!!n},forEach:function(t){for(var r,e=d(this),n=a(t,arguments.length>1?arguments[1]:void 0);r=r?r.next:e.first;)for(n(r.value,r.key,this);r&&r.removed;)r=r.previous},has:function(t){return!!b(this,t)}}),i(h,e?{get:function(t){var r=b(this,t);return r&&r.value},set:function(t,r){return m(this,0===t?0:t,r)}}:{add:function(t){return m(this,t=0===t?0:t,t)}}),p&&o(h,"size",{configurable:!0,get:function(){return d(this).size}}),l},setStrong:function(t,r,e){var n=r+" Iterator",o=y(r),i=y(n);f(t,r,(function(t,r){g(this,{type:n,target:t,state:o(t),kind:r,last:void 0})}),(function(){for(var t=i(this),r=t.kind,e=t.last;e&&e.removed;)e=e.previous;return t.target&&(t.last=e=e?e.next:t.state.first)?l("keys"==r?e.key:"values"==r?e.value:[e.key,e.value],!1):(t.target=void 0,l(void 0,!0))}),e?"entries":"values",!e,!0),h(r)}}},6251:function(t,r,e){"use strict";var n=e(31464),o=e(47437),i=e(38644).getWeakData,a=e(2970),u=e(17900),c=e(34395),s=e(44538),f=e(99254),l=e(66747),h=e(82145),p=e(890),v=p.set,d=p.getterFor,g=l.find,y=l.findIndex,m=n([].splice),b=0,x=function(t){return t.frozen||(t.frozen=new w)},w=function(){this.entries=[]},S=function(t,r){return g(t.entries,(function(t){return t[0]===r}))};w.prototype={get:function(t){var r=S(this,t);if(r)return r[1]},has:function(t){return!!S(this,t)},set:function(t,r){var e=S(this,t);e?e[1]=r:this.entries.push([t,r])},delete:function(t){var r=y(this.entries,(function(r){return r[0]===t}));return~r&&m(this.entries,r,1),!!~r}},t.exports={getConstructor:function(t,r,e,n){var l=t((function(t,o){a(t,p),v(t,{type:r,id:b++,frozen:void 0}),c(o)||f(o,t[n],{that:t,AS_ENTRIES:e})})),p=l.prototype,g=d(r),y=function(t,r,e){var n=g(t),o=i(u(r),!0);return!0===o?x(n).set(r,e):o[n.id]=e,t};return o(p,{delete:function(t){var r=g(this);if(!s(t))return!1;var e=i(t);return!0===e?x(r).delete(t):e&&h(e,r.id)&&delete e[r.id]},has:function(t){var r=g(this);if(!s(t))return!1;var e=i(t);return!0===e?x(r).has(t):e&&h(e,r.id)}}),o(p,e?{get:function(t){var r=g(this);if(s(t)){var e=i(t);return!0===e?x(r).get(t):e?e[r.id]:void 0}},set:function(t,r){return y(this,t,r)}}:{add:function(t){return y(this,t,!0)}}),l}}},48957:function(t,r,e){"use strict";var n=e(5765),o=e(50916),i=e(31464),a=e(85709),u=e(23699),c=e(38644),s=e(99254),f=e(2970),l=e(59046),h=e(34395),p=e(44538),v=e(54325),d=e(82517),g=e(36007),y=e(49983);t.exports=function(t,r,e){var m=-1!==t.indexOf("Map"),b=-1!==t.indexOf("Weak"),x=m?"set":"add",w=o[t],S=w&&w.prototype,A=w,E={},O=function(t){var r=i(S[t]);u(S,t,"add"==t?function(t){return r(this,0===t?0:t),this}:"delete"==t?function(t){return!(b&&!p(t))&&r(this,0===t?0:t)}:"get"==t?function(t){return b&&!p(t)?void 0:r(this,0===t?0:t)}:"has"==t?function(t){return!(b&&!p(t))&&r(this,0===t?0:t)}:function(t,e){return r(this,0===t?0:t,e),this})};if(a(t,!l(w)||!(b||S.forEach&&!v((function(){(new w).entries().next()})))))A=e.getConstructor(r,t,m,x),c.enable();else if(a(t,!0)){var I=new A,k=I[x](b?{}:-0,1)!=I,T=v((function(){I.has(1)})),R=d((function(t){new w(t)})),M=!b&&v((function(){for(var t=new w,r=5;r--;)t[x](r,r);return!t.has(-0)}));R||((A=r((function(t,r){f(t,S);var e=y(new w,t,A);return h(r)||s(r,e[x],{that:e,AS_ENTRIES:m}),e}))).prototype=S,S.constructor=A),(T||M)&&(O("delete"),O("has"),m&&O("get")),(M||k)&&O(x),b&&S.clear&&delete S.clear}return E[t]=A,n({global:!0,constructor:!0,forced:A!=w},E),g(A,t),b||e.setStrong(A,t,m),A}},10304:function(t,r,e){e(81898),e(73784);var n=e(6294),o=e(79125),i=e(44538),a=Object,u=TypeError,c=n("Map"),s=n("WeakMap"),f=function(){this.object=null,this.symbol=null,this.primitives=null,this.objectsByIndex=o(null)};f.prototype.get=function(t,r){return this[t]||(this[t]=r())},f.prototype.next=function(t,r,e){var n=e?this.objectsByIndex[t]||(this.objectsByIndex[t]=new s):this.primitives||(this.primitives=new c),o=n.get(r);return o||n.set(r,o=new f),o};var l=new f;t.exports=function(){var t,r,e=l,n=arguments.length;for(t=0;t<n;t++)i(r=arguments[t])&&(e=e.next(t,r,!0));if(this===a&&e===l)throw u("Composite keys must contain a non-primitive component");for(t=0;t<n;t++)i(r=arguments[t])||(e=e.next(t,r,!1));return e}},78305:function(t,r,e){var n=e(82145),o=e(61953),i=e(34340),a=e(68503);t.exports=function(t,r,e){for(var u=o(r),c=a.f,s=i.f,f=0;f<u.length;f++){var l=u[f];n(t,l)||e&&n(e,l)||c(t,l,s(r,l))}}},96794:function(t,r,e){var n=e(52361)("match");t.exports=function(t){var r=/./;try{"/./"[t](r)}catch(e){try{return r[n]=!1,"/./"[t](r)}catch(t){}}return!1}},60431:function(t,r,e){var n=e(54325);t.exports=!n((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}))},19121:function(t,r,e){var n=e(31464),o=e(29543),i=e(57117),a=/"/g,u=n("".replace);t.exports=function(t,r,e,n){var c=i(o(t)),s="<"+r;return""!==e&&(s+=" "+e+'="'+u(i(n),a,"&quot;")+'"'),s+">"+c+"</"+r+">"}},70078:function(t){t.exports=function(t,r){return{value:t,done:r}}},25442:function(t,r,e){var n=e(87591),o=e(68503),i=e(55629);t.exports=n?function(t,r,e){return o.f(t,r,i(1,e))}:function(t,r,e){return t[r]=e,t}},55629:function(t){t.exports=function(t,r){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:r}}},19191:function(t,r,e){"use strict";var n=e(33572),o=e(68503),i=e(55629);t.exports=function(t,r,e){var a=n(r);a in t?o.f(t,a,i(0,e)):t[a]=e}},6605:function(t,r,e){"use strict";var n=e(31464),o=e(54325),i=e(44195).start,a=RangeError,u=isFinite,c=Math.abs,s=Date.prototype,f=s.toISOString,l=n(s.getTime),h=n(s.getUTCDate),p=n(s.getUTCFullYear),v=n(s.getUTCHours),d=n(s.getUTCMilliseconds),g=n(s.getUTCMinutes),y=n(s.getUTCMonth),m=n(s.getUTCSeconds);t.exports=o((function(){return"0385-07-25T07:06:39.999Z"!=f.call(new Date(-50000000000001))}))||!o((function(){f.call(new Date(NaN))}))?function(){if(!u(l(this)))throw a("Invalid time value");var t=this,r=p(t),e=d(t),n=r<0?"-":r>9999?"+":"";return n+i(c(r),n?6:4,0)+"-"+i(y(t)+1,2,0)+"-"+i(h(t),2,0)+"T"+i(v(t),2,0)+":"+i(g(t),2,0)+":"+i(m(t),2,0)+"."+i(e,3,0)+"Z"}:f},18946:function(t,r,e){"use strict";var n=e(17900),o=e(57623),i=TypeError;t.exports=function(t){if(n(this),"string"===t||"default"===t)t="string";else if("number"!==t)throw i("Incorrect hint");return o(this,t)}},81126:function(t,r,e){var n=e(52788),o=e(68503);t.exports=function(t,r,e){return e.get&&n(e.get,r,{getter:!0}),e.set&&n(e.set,r,{setter:!0}),o.f(t,r,e)}},23699:function(t,r,e){var n=e(59046),o=e(68503),i=e(52788),a=e(98159);t.exports=function(t,r,e,u){u||(u={});var c=u.enumerable,s=void 0!==u.name?u.name:r;if(n(e)&&i(e,s,u),u.global)c?t[r]=e:a(r,e);else{try{u.unsafe?t[r]&&(c=!0):delete t[r]}catch(t){}c?t[r]=e:o.f(t,r,{value:e,enumerable:!1,configurable:!u.nonConfigurable,writable:!u.nonWritable})}return t}},47437:function(t,r,e){var n=e(23699);t.exports=function(t,r,e){for(var o in r)n(t,o,r[o],e);return t}},98159:function(t,r,e){var n=e(50916),o=Object.defineProperty;t.exports=function(t,r){try{o(n,t,{value:r,configurable:!0,writable:!0})}catch(e){n[t]=r}return r}},9745:function(t,r,e){"use strict";var n=e(66337),o=TypeError;t.exports=function(t,r){if(!delete t[r])throw o("Cannot delete property "+n(r)+" of "+n(t))}},87591:function(t,r,e){var n=e(54325);t.exports=!n((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},49116:function(t){var r="object"==typeof document&&document.all,e=void 0===r&&void 0!==r;t.exports={all:r,IS_HTMLDDA:e}},34352:function(t,r,e){var n=e(50916),o=e(44538),i=n.document,a=o(i)&&o(i.createElement);t.exports=function(t){return a?i.createElement(t):{}}},44657:function(t){var r=TypeError;t.exports=function(t){if(t>9007199254740991)throw r("Maximum allowed index exceeded");return t}},12690:function(t){t.exports={IndexSizeError:{s:"INDEX_SIZE_ERR",c:1,m:1},DOMStringSizeError:{s:"DOMSTRING_SIZE_ERR",c:2,m:0},HierarchyRequestError:{s:"HIERARCHY_REQUEST_ERR",c:3,m:1},WrongDocumentError:{s:"WRONG_DOCUMENT_ERR",c:4,m:1},InvalidCharacterError:{s:"INVALID_CHARACTER_ERR",c:5,m:1},NoDataAllowedError:{s:"NO_DATA_ALLOWED_ERR",c:6,m:0},NoModificationAllowedError:{s:"NO_MODIFICATION_ALLOWED_ERR",c:7,m:1},NotFoundError:{s:"NOT_FOUND_ERR",c:8,m:1},NotSupportedError:{s:"NOT_SUPPORTED_ERR",c:9,m:1},InUseAttributeError:{s:"INUSE_ATTRIBUTE_ERR",c:10,m:1},InvalidStateError:{s:"INVALID_STATE_ERR",c:11,m:1},SyntaxError:{s:"SYNTAX_ERR",c:12,m:1},InvalidModificationError:{s:"INVALID_MODIFICATION_ERR",c:13,m:1},NamespaceError:{s:"NAMESPACE_ERR",c:14,m:1},InvalidAccessError:{s:"INVALID_ACCESS_ERR",c:15,m:1},ValidationError:{s:"VALIDATION_ERR",c:16,m:0},TypeMismatchError:{s:"TYPE_MISMATCH_ERR",c:17,m:1},SecurityError:{s:"SECURITY_ERR",c:18,m:1},NetworkError:{s:"NETWORK_ERR",c:19,m:1},AbortError:{s:"ABORT_ERR",c:20,m:1},URLMismatchError:{s:"URL_MISMATCH_ERR",c:21,m:1},QuotaExceededError:{s:"QUOTA_EXCEEDED_ERR",c:22,m:1},TimeoutError:{s:"TIMEOUT_ERR",c:23,m:1},InvalidNodeTypeError:{s:"INVALID_NODE_TYPE_ERR",c:24,m:1},DataCloneError:{s:"DATA_CLONE_ERR",c:25,m:1}}},65145:function(t){t.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},54840:function(t,r,e){var n=e(34352)("span").classList,o=n&&n.constructor&&n.constructor.prototype;t.exports=o===Object.prototype?void 0:o},52994:function(t,r,e){var n=e(95208).match(/firefox\/(\d+)/i);t.exports=!!n&&+n[1]},94390:function(t,r,e){var n=e(50689),o=e(12765);t.exports=!n&&!o&&"object"==typeof window&&"object"==typeof document},29373:function(t){t.exports="function"==typeof Bun&&Bun&&"string"==typeof Bun.version},50689:function(t){t.exports="object"==typeof Deno&&Deno&&"object"==typeof Deno.version},8575:function(t,r,e){var n=e(95208);t.exports=/MSIE|Trident/.test(n)},38523:function(t,r,e){var n=e(95208);t.exports=/ipad|iphone|ipod/i.test(n)&&"undefined"!=typeof Pebble},80668:function(t,r,e){var n=e(95208);t.exports=/(?:ipad|iphone|ipod).*applewebkit/i.test(n)},12765:function(t,r,e){var n=e(34406),o=e(31083);t.exports=void 0!==n&&"process"==o(n)},2409:function(t,r,e){var n=e(95208);t.exports=/web0s(?!.*chrome)/i.test(n)},95208:function(t){t.exports="undefined"!=typeof navigator&&String(navigator.userAgent)||""},37777:function(t,r,e){var n,o,i=e(50916),a=e(95208),u=i.process,c=i.Deno,s=u&&u.versions||c&&c.version,f=s&&s.v8;f&&(o=(n=f.split("."))[0]>0&&n[0]<4?1:+(n[0]+n[1])),!o&&a&&(!(n=a.match(/Edge\/(\d+)/))||n[1]>=74)&&(n=a.match(/Chrome\/(\d+)/))&&(o=+n[1]),t.exports=o},63889:function(t,r,e){var n=e(95208).match(/AppleWebKit\/(\d+)\./);t.exports=!!n&&+n[1]},66064:function(t,r,e){var n=e(50916);t.exports=function(t){return n[t].prototype}},56322:function(t){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},43864:function(t,r,e){var n=e(31464),o=Error,i=n("".replace),a=String(o("zxcasd").stack),u=/\n\s*at [^:]*:[^\n]*/,c=u.test(a);t.exports=function(t,r){if(c&&"string"==typeof t&&!o.prepareStackTrace)for(;r--;)t=i(t,u,"");return t}},2873:function(t,r,e){var n=e(25442),o=e(43864),i=e(40253),a=Error.captureStackTrace;t.exports=function(t,r,e,u){i&&(a?a(t,r):n(t,"stack",o(e,u)))}},40253:function(t,r,e){var n=e(54325),o=e(55629);t.exports=!n((function(){var t=Error("a");return!("stack"in t)||(Object.defineProperty(t,"stack",o(1,7)),7!==t.stack)}))},6841:function(t,r,e){"use strict";var n=e(87591),o=e(54325),i=e(17900),a=e(79125),u=e(91581),c=Error.prototype.toString,s=o((function(){if(n){var t=a(Object.defineProperty({},"name",{get:function(){return this===t}}));if("true"!==c.call(t))return!0}return"2: 1"!==c.call({message:1,name:2})||"Error"!==c.call({})}));t.exports=s?function(){var t=i(this),r=u(t.name,"Error"),e=u(t.message);return r?e?r+": "+e:r:e}:c},5765:function(t,r,e){var n=e(50916),o=e(34340).f,i=e(25442),a=e(23699),u=e(98159),c=e(78305),s=e(85709);t.exports=function(t,r){var e,f,l,h,p,v=t.target,d=t.global,g=t.stat;if(e=d?n:g?n[v]||u(v,{}):(n[v]||{}).prototype)for(f in r){if(h=r[f],l=t.dontCallGetSet?(p=o(e,f))&&p.value:e[f],!s(d?f:v+(g?".":"#")+f,t.forced)&&void 0!==l){if(typeof h==typeof l)continue;c(h,l)}(t.sham||l&&l.sham)&&i(h,"sham",!0),a(e,f,h,t)}}},54325:function(t){t.exports=function(t){try{return!!t()}catch(t){return!0}}},3613:function(t,r,e){"use strict";e(8434);var n=e(1574),o=e(23699),i=e(46936),a=e(54325),u=e(52361),c=e(25442),s=u("species"),f=RegExp.prototype;t.exports=function(t,r,e,l){var h=u(t),p=!a((function(){var r={};return r[h]=function(){return 7},7!=""[t](r)})),v=p&&!a((function(){var r=!1,e=/a/;return"split"===t&&((e={}).constructor={},e.constructor[s]=function(){return e},e.flags="",e[h]=/./[h]),e.exec=function(){return r=!0,null},e[h](""),!r}));if(!p||!v||e){var d=n(/./[h]),g=r(h,""[t],(function(t,r,e,o,a){var u=n(t),c=r.exec;return c===i||c===f.exec?p&&!a?{done:!0,value:d(r,e,o)}:{done:!0,value:u(e,r,o)}:{done:!1}}));o(String.prototype,t,g[0]),o(f,h,g[1])}l&&c(f[h],"sham",!0)}},45937:function(t,r,e){"use strict";var n=e(86931),o=e(68768),i=e(44657),a=e(43719),u=function(t,r,e,c,s,f,l,h){for(var p,v,d=s,g=0,y=!!l&&a(l,h);g<c;)g in e&&(p=y?y(e[g],g,r):e[g],f>0&&n(p)?(v=o(p),d=u(t,r,p,v,d,f-1)-1):(i(d+1),t[d]=p),d++),g++;return d};t.exports=u},30767:function(t,r,e){var n=e(54325);t.exports=!n((function(){return Object.isExtensible(Object.preventExtensions({}))}))},44337:function(t,r,e){var n=e(40506),o=Function.prototype,i=o.apply,a=o.call;t.exports="object"==typeof Reflect&&Reflect.apply||(n?a.bind(i):function(){return a.apply(i,arguments)})},43719:function(t,r,e){var n=e(1574),o=e(61480),i=e(40506),a=n(n.bind);t.exports=function(t,r){return o(t),void 0===r?t:i?a(t,r):function(){return t.apply(r,arguments)}}},40506:function(t,r,e){var n=e(54325);t.exports=!n((function(){var t=function(){}.bind();return"function"!=typeof t||t.hasOwnProperty("prototype")}))},2563:function(t,r,e){"use strict";var n=e(31464),o=e(61480),i=e(44538),a=e(82145),u=e(25926),c=e(40506),s=Function,f=n([].concat),l=n([].join),h={};t.exports=c?s.bind:function(t){var r=o(this),e=r.prototype,n=u(arguments,1),c=function(){var e=f(n,u(arguments));return this instanceof c?function(t,r,e){if(!a(h,r)){for(var n=[],o=0;o<r;o++)n[o]="a["+o+"]";h[r]=s("C,a","return new C("+l(n,",")+")")}return h[r](t,e)}(r,e.length,e):r.apply(t,e)};return i(e)&&(c.prototype=e),c}},74225:function(t,r,e){var n=e(40506),o=Function.prototype.call;t.exports=n?o.bind(o):function(){return o.apply(o,arguments)}},55523:function(t,r,e){"use strict";var n=e(31464),o=e(61480);t.exports=function(){return n(o(this))}},22208:function(t,r,e){var n=e(87591),o=e(82145),i=Function.prototype,a=n&&Object.getOwnPropertyDescriptor,u=o(i,"name"),c=u&&"something"===function(){}.name,s=u&&(!n||n&&a(i,"name").configurable);t.exports={EXISTS:u,PROPER:c,CONFIGURABLE:s}},21518:function(t,r,e){var n=e(31464),o=e(61480);t.exports=function(t,r,e){try{return n(o(Object.getOwnPropertyDescriptor(t,r)[e]))}catch(t){}}},1574:function(t,r,e){var n=e(31083),o=e(31464);t.exports=function(t){if("Function"===n(t))return o(t)}},31464:function(t,r,e){var n=e(40506),o=Function.prototype,i=o.call,a=n&&o.bind.bind(i,i);t.exports=n?a:function(t){return function(){return i.apply(t,arguments)}}},22041:function(t,r,e){var n=e(74225),o=e(59046),i=e(17900),a=e(34117),u=e(97461),c=e(28077),s=e(52361),f=e(5992),l=s("asyncIterator");t.exports=function(t){var r,e=i(t),s=!0,h=c(e,l);return o(h)||(h=u(e),s=!1),void 0!==h?r=n(h,e):(r=e,s=!0),i(r),a(s?r:new f(a(r)))}},1632:function(t,r,e){var n=e(74225),o=e(5992),i=e(17900),a=e(54187),u=e(34117),c=e(28077),s=e(52361)("asyncIterator");t.exports=function(t,r){var e=arguments.length<2?c(t,s):r;return e?i(n(e,t)):new o(u(a(t)))}},6294:function(t,r,e){var n=e(50916),o=e(59046);t.exports=function(t,r){return arguments.length<2?(e=n[t],o(e)?e:void 0):n[t]&&n[t][r];var e}},34117:function(t,r,e){var n=e(61480);t.exports=function(t){return{iterator:t,next:n(t.next)}}},1396:function(t,r,e){var n=e(74225),o=e(17900),i=e(34117),a=e(97461);t.exports=function(t){var r=o(t),e=a(r);return i(o(void 0!==e?n(e,r):r))}},97461:function(t,r,e){var n=e(3425),o=e(28077),i=e(34395),a=e(28611),u=e(52361)("iterator");t.exports=function(t){if(!i(t))return o(t,u)||o(t,"@@iterator")||a[n(t)]}},54187:function(t,r,e){var n=e(74225),o=e(61480),i=e(17900),a=e(66337),u=e(97461),c=TypeError;t.exports=function(t,r){var e=arguments.length<2?u(t):r;if(o(e))return i(n(e,t));throw c(a(t)+" is not iterable")}},19715:function(t,r,e){var n=e(31464),o=e(86931),i=e(59046),a=e(31083),u=e(57117),c=n([].push);t.exports=function(t){if(i(t))return t;if(o(t)){for(var r=t.length,e=[],n=0;n<r;n++){var s=t[n];"string"==typeof s?c(e,s):"number"!=typeof s&&"Number"!=a(s)&&"String"!=a(s)||c(e,u(s))}var f=e.length,l=!0;return function(t,r){if(l)return l=!1,r;if(o(this))return r;for(var n=0;n<f;n++)if(e[n]===t)return r}}}},28077:function(t,r,e){var n=e(61480),o=e(34395);t.exports=function(t,r){var e=t[r];return o(e)?void 0:n(e)}},62037:function(t,r,e){var n=e(61480),o=e(17900),i=e(74225),a=e(18560),u=TypeError,c=Math.max,s=function(t,r,e,n){this.set=t,this.size=r,this.has=e,this.keys=n};s.prototype={getIterator:function(){return o(i(this.keys,this.set))},includes:function(t){return i(this.has,this.set,t)}},t.exports=function(t){o(t);var r=+t.size;if(r!=r)throw u("Invalid size");return new s(t,c(a(r),0),n(t.has),n(t.keys))}},73723:function(t,r,e){var n=e(31464),o=e(40973),i=Math.floor,a=n("".charAt),u=n("".replace),c=n("".slice),s=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,f=/\$([$&'`]|\d{1,2})/g;t.exports=function(t,r,e,n,l,h){var p=e+t.length,v=n.length,d=f;return void 0!==l&&(l=o(l),d=s),u(h,d,(function(o,u){var s;switch(a(u,0)){case"$":return"$";case"&":return t;case"`":return c(r,0,e);case"'":return c(r,p);case"<":s=l[c(u,1,-1)];break;default:var f=+u;if(0===f)return o;if(f>v){var h=i(f/10);return 0===h?o:h<=v?void 0===n[h-1]?a(u,1):n[h-1]+a(u,1):o}s=n[f-1]}return void 0===s?"":s}))}},50916:function(t,r,e){var n=function(t){return t&&t.Math==Math&&t};t.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof e.g&&e.g)||function(){return this}()||Function("return this")()},82145:function(t,r,e){var n=e(31464),o=e(40973),i=n({}.hasOwnProperty);t.exports=Object.hasOwn||function(t,r){return i(o(t),r)}},54016:function(t){t.exports={}},86652:function(t){t.exports=function(t,r){try{1==arguments.length?console.error(t):console.error(t,r)}catch(t){}}},50858:function(t,r,e){var n=e(6294);t.exports=n("document","documentElement")},35914:function(t,r,e){var n=e(87591),o=e(54325),i=e(34352);t.exports=!n&&!o((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},93521:function(t){var r=Array,e=Math.abs,n=Math.pow,o=Math.floor,i=Math.log,a=Math.LN2;t.exports={pack:function(t,u,c){var s,f,l,h=r(c),p=8*c-u-1,v=(1<<p)-1,d=v>>1,g=23===u?n(2,-24)-n(2,-77):0,y=t<0||0===t&&1/t<0?1:0,m=0;for((t=e(t))!=t||t===1/0?(f=t!=t?1:0,s=v):(s=o(i(t)/a),t*(l=n(2,-s))<1&&(s--,l*=2),(t+=s+d>=1?g/l:g*n(2,1-d))*l>=2&&(s++,l/=2),s+d>=v?(f=0,s=v):s+d>=1?(f=(t*l-1)*n(2,u),s+=d):(f=t*n(2,d-1)*n(2,u),s=0));u>=8;)h[m++]=255&f,f/=256,u-=8;for(s=s<<u|f,p+=u;p>0;)h[m++]=255&s,s/=256,p-=8;return h[--m]|=128*y,h},unpack:function(t,r){var e,o=t.length,i=8*o-r-1,a=(1<<i)-1,u=a>>1,c=i-7,s=o-1,f=t[s--],l=127&f;for(f>>=7;c>0;)l=256*l+t[s--],c-=8;for(e=l&(1<<-c)-1,l>>=-c,c+=r;c>0;)e=256*e+t[s--],c-=8;if(0===l)l=1-u;else{if(l===a)return e?NaN:f?-1/0:1/0;e+=n(2,r),l-=u}return(f?-1:1)*e*n(2,l-r)}}},58530:function(t,r,e){var n=e(31464),o=e(54325),i=e(31083),a=Object,u=n("".split);t.exports=o((function(){return!a("z").propertyIsEnumerable(0)}))?function(t){return"String"==i(t)?u(t,""):a(t)}:a},49983:function(t,r,e){var n=e(59046),o=e(44538),i=e(28397);t.exports=function(t,r,e){var a,u;return i&&n(a=r.constructor)&&a!==e&&o(u=a.prototype)&&u!==e.prototype&&i(t,u),t}},81713:function(t,r,e){var n=e(31464),o=e(59046),i=e(79979),a=n(Function.toString);o(i.inspectSource)||(i.inspectSource=function(t){return a(t)}),t.exports=i.inspectSource},99310:function(t,r,e){var n=e(44538),o=e(25442);t.exports=function(t,r){n(r)&&"cause"in r&&o(t,"cause",r.cause)}},38644:function(t,r,e){var n=e(5765),o=e(31464),i=e(54016),a=e(44538),u=e(82145),c=e(68503).f,s=e(46477),f=e(41974),l=e(61500),h=e(18882),p=e(30767),v=!1,d=h("meta"),g=0,y=function(t){c(t,d,{value:{objectID:"O"+g++,weakData:{}}})},m=t.exports={enable:function(){m.enable=function(){},v=!0;var t=s.f,r=o([].splice),e={};e[d]=1,t(e).length&&(s.f=function(e){for(var n=t(e),o=0,i=n.length;o<i;o++)if(n[o]===d){r(n,o,1);break}return n},n({target:"Object",stat:!0,forced:!0},{getOwnPropertyNames:f.f}))},fastKey:function(t,r){if(!a(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!u(t,d)){if(!l(t))return"F";if(!r)return"E";y(t)}return t[d].objectID},getWeakData:function(t,r){if(!u(t,d)){if(!l(t))return!0;if(!r)return!1;y(t)}return t[d].weakData},onFreeze:function(t){return p&&v&&l(t)&&!u(t,d)&&y(t),t}};i[d]=!0},890:function(t,r,e){var n,o,i,a=e(72874),u=e(50916),c=e(44538),s=e(25442),f=e(82145),l=e(79979),h=e(87746),p=e(54016),v="Object already initialized",d=u.TypeError,g=u.WeakMap;if(a||l.state){var y=l.state||(l.state=new g);y.get=y.get,y.has=y.has,y.set=y.set,n=function(t,r){if(y.has(t))throw d(v);return r.facade=t,y.set(t,r),r},o=function(t){return y.get(t)||{}},i=function(t){return y.has(t)}}else{var m=h("state");p[m]=!0,n=function(t,r){if(f(t,m))throw d(v);return r.facade=t,s(t,m,r),r},o=function(t){return f(t,m)?t[m]:{}},i=function(t){return f(t,m)}}t.exports={set:n,get:o,has:i,enforce:function(t){return i(t)?o(t):n(t,{})},getterFor:function(t){return function(r){var e;if(!c(r)||(e=o(r)).type!==t)throw d("Incompatible receiver, "+t+" required");return e}}}},39591:function(t,r,e){var n=e(52361),o=e(28611),i=n("iterator"),a=Array.prototype;t.exports=function(t){return void 0!==t&&(o.Array===t||a[i]===t)}},86931:function(t,r,e){var n=e(31083);t.exports=Array.isArray||function(t){return"Array"==n(t)}},15139:function(t,r,e){var n=e(3425);t.exports=function(t){var r=n(t);return"BigInt64Array"==r||"BigUint64Array"==r}},59046:function(t,r,e){var n=e(49116),o=n.all;t.exports=n.IS_HTMLDDA?function(t){return"function"==typeof t||t===o}:function(t){return"function"==typeof t}},44462:function(t,r,e){var n=e(31464),o=e(54325),i=e(59046),a=e(3425),u=e(6294),c=e(81713),s=function(){},f=[],l=u("Reflect","construct"),h=/^\s*(?:class|function)\b/,p=n(h.exec),v=!h.exec(s),d=function(t){if(!i(t))return!1;try{return l(s,f,t),!0}catch(t){return!1}},g=function(t){if(!i(t))return!1;switch(a(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return v||!!p(h,c(t))}catch(t){return!0}};g.sham=!0,t.exports=!l||o((function(){var t;return d(d.call)||!d(Object)||!d((function(){t=!0}))||t}))?g:d},74603:function(t,r,e){var n=e(82145);t.exports=function(t){return void 0!==t&&(n(t,"value")||n(t,"writable"))}},85709:function(t,r,e){var n=e(54325),o=e(59046),i=/#|\.prototype\./,a=function(t,r){var e=c[u(t)];return e==f||e!=s&&(o(r)?n(r):!!r)},u=a.normalize=function(t){return String(t).replace(i,".").toLowerCase()},c=a.data={},s=a.NATIVE="N",f=a.POLYFILL="P";t.exports=a},92185:function(t,r,e){var n=e(44538),o=Math.floor;t.exports=Number.isInteger||function(t){return!n(t)&&isFinite(t)&&o(t)===t}},93354:function(t,r,e){var n=e(3425),o=e(82145),i=e(34395),a=e(52361),u=e(28611),c=a("iterator"),s=Object;t.exports=function(t){if(i(t))return!1;var r=s(t);return void 0!==r[c]||"@@iterator"in r||o(u,n(r))}},34395:function(t){t.exports=function(t){return null==t}},44538:function(t,r,e){var n=e(59046),o=e(49116),i=o.all;t.exports=o.IS_HTMLDDA?function(t){return"object"==typeof t?null!==t:n(t)||t===i}:function(t){return"object"==typeof t?null!==t:n(t)}},62842:function(t){t.exports=!1},88938:function(t,r,e){var n=e(44538),o=e(890).get;t.exports=function(t){if(!n(t))return!1;var r=o(t);return!!r&&"RawJSON"===r.type}},74003:function(t,r,e){var n=e(44538),o=e(31083),i=e(52361)("match");t.exports=function(t){var r;return n(t)&&(void 0!==(r=t[i])?!!r:"RegExp"==o(t))}},22306:function(t,r,e){var n=e(6294),o=e(59046),i=e(78389),a=e(31662),u=Object;t.exports=a?function(t){return"symbol"==typeof t}:function(t){var r=n("Symbol");return o(r)&&i(r.prototype,u(t))}},79699:function(t,r,e){var n=e(74225);t.exports=function(t,r,e){for(var o,i,a=e||t.next;!(o=n(a,t)).done;)if(void 0!==(i=r(o.value)))return i}},99254:function(t,r,e){var n=e(43719),o=e(74225),i=e(17900),a=e(66337),u=e(39591),c=e(68768),s=e(78389),f=e(54187),l=e(97461),h=e(46920),p=TypeError,v=function(t,r){this.stopped=t,this.result=r},d=v.prototype;t.exports=function(t,r,e){var g,y,m,b,x,w,S,A=e&&e.that,E=!(!e||!e.AS_ENTRIES),O=!(!e||!e.IS_RECORD),I=!(!e||!e.IS_ITERATOR),k=!(!e||!e.INTERRUPTED),T=n(r,A),R=function(t){return g&&h(g,"normal",t),new v(!0,t)},M=function(t){return E?(i(t),k?T(t[0],t[1],R):T(t[0],t[1])):k?T(t,R):T(t)};if(O)g=t.iterator;else if(I)g=t;else{if(!(y=l(t)))throw p(a(t)+" is not iterable");if(u(y)){for(m=0,b=c(t);b>m;m++)if((x=M(t[m]))&&s(d,x))return x;return new v(!1)}g=f(t,y)}for(w=O?t.next:g.next;!(S=o(w,g)).done;){try{x=M(S.value)}catch(t){h(g,"throw",t)}if("object"==typeof x&&x&&s(d,x))return x}return new v(!1)}},46920:function(t,r,e){var n=e(74225),o=e(17900),i=e(28077);t.exports=function(t,r,e){var a,u;o(t);try{if(!(a=i(t,"return"))){if("throw"===r)throw e;return e}a=n(a,t)}catch(t){u=!0,a=t}if("throw"===r)throw e;if(u)throw a;return o(a),e}},79868:function(t,r,e){"use strict";var n=e(50089).IteratorPrototype,o=e(79125),i=e(55629),a=e(36007),u=e(28611),c=function(){return this};t.exports=function(t,r,e,s){var f=r+" Iterator";return t.prototype=o(n,{next:i(+!s,e)}),a(t,f,!1,!0),u[f]=c,t}},35840:function(t,r,e){"use strict";var n=e(74225),o=e(79125),i=e(25442),a=e(47437),u=e(52361),c=e(890),s=e(28077),f=e(50089).IteratorPrototype,l=e(70078),h=e(46920),p=u("toStringTag"),v="IteratorHelper",d="WrapForValidIterator",g=c.set,y=function(t){var r=c.getterFor(t?d:v);return a(o(f),{next:function(){var e=r(this);if(t)return e.nextHandler();try{var n=e.done?void 0:e.nextHandler();return l(n,e.done)}catch(t){throw e.done=!0,t}},return:function(){var e=r(this),o=e.iterator;if(e.done=!0,t){var i=s(o,"return");return i?n(i,o):l(void 0,!0)}if(e.inner)try{h(e.inner.iterator,"normal")}catch(t){return h(o,"throw",t)}return h(o,"normal"),l(void 0,!0)}})},m=y(!0),b=y(!1);i(b,p,"Iterator Helper"),t.exports=function(t,r){var e=function(e,n){n?(n.iterator=e.iterator,n.next=e.next):n=e,n.type=r?d:v,n.nextHandler=t,n.counter=0,n.done=!1,g(this,n)};return e.prototype=r?m:b,e}},21411:function(t,r,e){"use strict";var n=e(5765),o=e(74225),i=e(62842),a=e(22208),u=e(59046),c=e(79868),s=e(79662),f=e(28397),l=e(36007),h=e(25442),p=e(23699),v=e(52361),d=e(28611),g=e(50089),y=a.PROPER,m=a.CONFIGURABLE,b=g.IteratorPrototype,x=g.BUGGY_SAFARI_ITERATORS,w=v("iterator"),S="keys",A="values",E="entries",O=function(){return this};t.exports=function(t,r,e,a,v,g,I){c(e,r,a);var k,T,R,M=function(t){if(t===v&&_)return _;if(!x&&t in P)return P[t];switch(t){case S:case A:case E:return function(){return new e(this,t)}}return function(){return new e(this)}},j=r+" Iterator",C=!1,P=t.prototype,N=P[w]||P["@@iterator"]||v&&P[v],_=!x&&N||M(v),L="Array"==r&&P.entries||N;if(L&&(k=s(L.call(new t)))!==Object.prototype&&k.next&&(i||s(k)===b||(f?f(k,b):u(k[w])||p(k,w,O)),l(k,j,!0,!0),i&&(d[j]=O)),y&&v==A&&N&&N.name!==A&&(!i&&m?h(P,"name",A):(C=!0,_=function(){return o(N,this)})),v)if(T={values:M(A),keys:g?_:M(S),entries:M(E)},I)for(R in T)(x||C||!(R in P))&&p(P,R,T[R]);else n({target:r,proto:!0,forced:x||C},T);return i&&!I||P[w]===_||p(P,w,_,{name:v}),d[r]=_,T}},64916:function(t,r,e){"use strict";var n=e(74225),o=e(32958),i=function(t,r){return[r,t]};t.exports=function(){return n(o,this,i)}},32958:function(t,r,e){"use strict";var n=e(74225),o=e(61480),i=e(17900),a=e(34117),u=e(35840),c=e(30952),s=u((function(){var t=this.iterator,r=i(n(this.next,t));if(!(this.done=!!r.done))return c(t,this.mapper,[r.value,this.counter++],!0)}));t.exports=function(t){return i(this),o(t),new s(a(this),{mapper:t})}},50089:function(t,r,e){"use strict";var n,o,i,a=e(54325),u=e(59046),c=e(44538),s=e(79125),f=e(79662),l=e(23699),h=e(52361),p=e(62842),v=h("iterator"),d=!1;[].keys&&("next"in(i=[].keys())?(o=f(f(i)))!==Object.prototype&&(n=o):d=!0),!c(n)||a((function(){var t={};return n[v].call(t)!==t}))?n={}:p&&(n=s(n)),u(n[v])||l(n,v,(function(){return this})),t.exports={IteratorPrototype:n,BUGGY_SAFARI_ITERATORS:d}},28611:function(t){t.exports={}},68768:function(t,r,e){var n=e(43380);t.exports=function(t){return n(t.length)}},52788:function(t,r,e){var n=e(31464),o=e(54325),i=e(59046),a=e(82145),u=e(87591),c=e(22208).CONFIGURABLE,s=e(81713),f=e(890),l=f.enforce,h=f.get,p=String,v=Object.defineProperty,d=n("".slice),g=n("".replace),y=n([].join),m=u&&!o((function(){return 8!==v((function(){}),"length",{value:8}).length})),b=String(String).split("String"),x=t.exports=function(t,r,e){"Symbol("===d(p(r),0,7)&&(r="["+g(p(r),/^Symbol\(([^)]*)\)/,"$1")+"]"),e&&e.getter&&(r="get "+r),e&&e.setter&&(r="set "+r),(!a(t,"name")||c&&t.name!==r)&&(u?v(t,"name",{value:r,configurable:!0}):t.name=r),m&&e&&a(e,"arity")&&t.length!==e.arity&&v(t,"length",{value:e.arity});try{e&&a(e,"constructor")&&e.constructor?u&&v(t,"prototype",{writable:!1}):t.prototype&&(t.prototype=void 0)}catch(t){}var n=l(t);return a(n,"source")||(n.source=y(b,"string"==typeof r?r:"")),t};Function.prototype.toString=x((function(){return i(this)&&h(this).source||s(this)}),"toString")},60143:function(t,r,e){var n=e(31464),o=Map.prototype;t.exports={Map:Map,set:n(o.set),get:n(o.get),has:n(o.has),remove:n(o.delete),proto:o}},14991:function(t,r,e){var n=e(31464),o=e(79699),i=e(60143),a=i.Map,u=i.proto,c=n(u.forEach),s=n(u.entries),f=s(new a).next;t.exports=function(t,r,e){return e?o(s(t),(function(t){return r(t[1],t[0])}),f):c(t,r)}},16265:function(t,r,e){"use strict";var n=e(74225),o=e(61480),i=e(59046),a=e(17900),u=TypeError;t.exports=function(t,r){var e,c=a(this),s=o(c.get),f=o(c.has),l=o(c.set),h=arguments.length>2?arguments[2]:void 0;if(!i(r)&&!i(h))throw u("At least one callback required");return n(f,c,t)?(e=n(s,c,t),i(r)&&(e=r(e),n(l,c,t,e))):i(h)&&(e=h(),n(l,c,t,e)),e}},68177:function(t){var r=Math.expm1,e=Math.exp;t.exports=!r||r(10)>22025.465794806718||r(10)<22025.465794806718||-2e-17!=r(-2e-17)?function(t){var r=+t;return 0==r?r:r>-1e-6&&r<1e-6?r+r*r/2:e(r)-1}:r},33703:function(t,r,e){var n=e(23232),o=Math.abs,i=Math.pow,a=i(2,-52),u=i(2,-23),c=i(2,127)*(2-u),s=i(2,-126);t.exports=Math.fround||function(t){var r,e,i=+t,f=o(i),l=n(i);return f<s?l*function(t){return t+1/a-1/a}(f/s/u)*s*u:(e=(r=(1+u/a)*f)-(r-f))>c||e!=e?l*(1/0):l*e}},15823:function(t){var r=Math.log,e=Math.LOG10E;t.exports=Math.log10||function(t){return r(t)*e}},43646:function(t){var r=Math.log;t.exports=Math.log1p||function(t){var e=+t;return e>-1e-8&&e<1e-8?e-e*e/2:r(1+e)}},8227:function(t){t.exports=Math.scale||function(t,r,e,n,o){var i=+t,a=+r,u=+e,c=+n,s=+o;return i!=i||a!=a||u!=u||c!=c||s!=s?NaN:i===1/0||i===-1/0?i:(i-a)*(s-c)/(u-a)+c}},23232:function(t){t.exports=Math.sign||function(t){var r=+t;return 0==r||r!=r?r:r<0?-1:1}},79457:function(t){var r=Math.ceil,e=Math.floor;t.exports=Math.trunc||function(t){var n=+t;return(n>0?e:r)(n)}},18813:function(t,r,e){var n,o,i,a,u,c=e(50916),s=e(43719),f=e(34340).f,l=e(73865).set,h=e(72787),p=e(80668),v=e(38523),d=e(2409),g=e(12765),y=c.MutationObserver||c.WebKitMutationObserver,m=c.document,b=c.process,x=c.Promise,w=f(c,"queueMicrotask"),S=w&&w.value;if(!S){var A=new h,E=function(){var t,r;for(g&&(t=b.domain)&&t.exit();r=A.get();)try{r()}catch(t){throw A.head&&n(),t}t&&t.enter()};p||g||d||!y||!m?!v&&x&&x.resolve?((a=x.resolve(void 0)).constructor=x,u=s(a.then,a),n=function(){u(E)}):g?n=function(){b.nextTick(E)}:(l=s(l,c),n=function(){l(E)}):(o=!0,i=m.createTextNode(""),new y(E).observe(i,{characterData:!0}),n=function(){i.data=o=!o}),S=function(t){A.head||n(),A.add(t)}}t.exports=S},42830:function(t,r,e){var n=e(54325);t.exports=!n((function(){var t="9007199254740993",r=JSON.rawJSON(t);return!JSON.isRawJSON(r)||JSON.stringify(r)!==t}))},61437:function(t,r,e){"use strict";var n=e(61480),o=TypeError,i=function(t){var r,e;this.promise=new t((function(t,n){if(void 0!==r||void 0!==e)throw o("Bad Promise constructor");r=t,e=n})),this.resolve=n(r),this.reject=n(e)};t.exports.f=function(t){return new i(t)}},91581:function(t,r,e){var n=e(57117);t.exports=function(t,r){return void 0===t?arguments.length<2?"":r:n(t)}},89395:function(t){var r=RangeError;t.exports=function(t){if(t==t)return t;throw r("NaN is not allowed")}},57056:function(t,r,e){var n=e(74003),o=TypeError;t.exports=function(t){if(n(t))throw o("The method doesn't accept regular expressions");return t}},19515:function(t,r,e){var n=e(50916).isFinite;t.exports=Number.isFinite||function(t){return"number"==typeof t&&n(t)}},11931:function(t,r,e){var n=e(50916),o=e(54325),i=e(31464),a=e(57117),u=e(76070).trim,c=e(21659),s=i("".charAt),f=n.parseFloat,l=n.Symbol,h=l&&l.iterator,p=1/f(c+"-0")!=-1/0||h&&!o((function(){f(Object(h))}));t.exports=p?function(t){var r=u(a(t)),e=f(r);return 0===e&&"-"==s(r,0)?-0:e}:f},12077:function(t,r,e){var n=e(50916),o=e(54325),i=e(31464),a=e(57117),u=e(76070).trim,c=e(21659),s=n.parseInt,f=n.Symbol,l=f&&f.iterator,h=/^[+-]?0x/i,p=i(h.exec),v=8!==s(c+"08")||22!==s(c+"0x16")||l&&!o((function(){s(Object(l))}));t.exports=v?function(t,r){var e=u(a(t));return s(e,r>>>0||(p(h,e)?16:10))}:s},17305:function(t,r,e){"use strict";var n=e(890),o=e(79868),i=e(70078),a=e(34395),u=e(44538),c=e(81126),s=e(87591),f="Incorrect Iterator.range arguments",l="NumericRangeIterator",h=n.set,p=n.getterFor(l),v=RangeError,d=TypeError,g=o((function(t,r,e,n,o,i){if(typeof t!=n||r!==1/0&&r!==-1/0&&typeof r!=n)throw d(f);if(t===1/0||t===-1/0)throw v(f);var c,p=r>t,g=!1;if(void 0===e)c=void 0;else if(u(e))c=e.step,g=!!e.inclusive;else{if(typeof e!=n)throw d(f);c=e}if(a(c)&&(c=p?i:-i),typeof c!=n)throw d(f);if(c===1/0||c===-1/0||c===o&&t!==r)throw v(f);h(this,{type:l,start:t,end:r,step:c,inclusive:g,hitsEnd:t!=t||r!=r||c!=c||r>t!=c>o,currentCount:o,zero:o}),s||(this.start=t,this.end=r,this.step=c,this.inclusive=g)}),l,(function(){var t=p(this);if(t.hitsEnd)return i(void 0,!0);var r=t.start,e=t.end,n=r+t.step*t.currentCount++;n===e&&(t.hitsEnd=!0);var o=t.inclusive;return(e>r?o?n>e:n>=e:o?e>n:e>=n)?(t.hitsEnd=!0,i(void 0,!0)):i(n,!1)})),y=function(t){c(g.prototype,t,{get:function(){return p(this)[t]},set:function(){},configurable:!0,enumerable:!1})};s&&(y("start"),y("end"),y("inclusive"),y("step")),t.exports=g},25067:function(t,r,e){"use strict";var n=e(87591),o=e(31464),i=e(74225),a=e(54325),u=e(52370),c=e(84905),s=e(21396),f=e(40973),l=e(58530),h=Object.assign,p=Object.defineProperty,v=o([].concat);t.exports=!h||a((function(){if(n&&1!==h({b:1},h(p({},"a",{enumerable:!0,get:function(){p(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var t={},r={},e=Symbol(),o="abcdefghijklmnopqrst";return t[e]=7,o.split("").forEach((function(t){r[t]=t})),7!=h({},t)[e]||u(h({},r)).join("")!=o}))?function(t,r){for(var e=f(t),o=arguments.length,a=1,h=c.f,p=s.f;o>a;)for(var d,g=l(arguments[a++]),y=h?v(u(g),h(g)):u(g),m=y.length,b=0;m>b;)d=y[b++],n&&!i(p,g,d)||(e[d]=g[d]);return e}:h},79125:function(t,r,e){var n,o=e(17900),i=e(54231),a=e(56322),u=e(54016),c=e(50858),s=e(34352),f=e(87746),l="prototype",h="script",p=f("IE_PROTO"),v=function(){},d=function(t){return"<"+h+">"+t+"</"+h+">"},g=function(t){t.write(d("")),t.close();var r=t.parentWindow.Object;return t=null,r},y=function(){try{n=new ActiveXObject("htmlfile")}catch(t){}var t,r,e;y="undefined"!=typeof document?document.domain&&n?g(n):(r=s("iframe"),e="java"+h+":",r.style.display="none",c.appendChild(r),r.src=String(e),(t=r.contentWindow.document).open(),t.write(d("document.F=Object")),t.close(),t.F):g(n);for(var o=a.length;o--;)delete y[l][a[o]];return y()};u[p]=!0,t.exports=Object.create||function(t,r){var e;return null!==t?(v[l]=o(t),e=new v,v[l]=null,e[p]=t):e=y(),void 0===r?e:i.f(e,r)}},54231:function(t,r,e){var n=e(87591),o=e(85607),i=e(68503),a=e(17900),u=e(27221),c=e(52370);r.f=n&&!o?Object.defineProperties:function(t,r){a(t);for(var e,n=u(r),o=c(r),s=o.length,f=0;s>f;)i.f(t,e=o[f++],n[e]);return t}},68503:function(t,r,e){var n=e(87591),o=e(35914),i=e(85607),a=e(17900),u=e(33572),c=TypeError,s=Object.defineProperty,f=Object.getOwnPropertyDescriptor,l="enumerable",h="configurable",p="writable";r.f=n?i?function(t,r,e){if(a(t),r=u(r),a(e),"function"==typeof t&&"prototype"===r&&"value"in e&&p in e&&!e[p]){var n=f(t,r);n&&n[p]&&(t[r]=e.value,e={configurable:h in e?e[h]:n[h],enumerable:l in e?e[l]:n[l],writable:!1})}return s(t,r,e)}:s:function(t,r,e){if(a(t),r=u(r),a(e),o)try{return s(t,r,e)}catch(t){}if("get"in e||"set"in e)throw c("Accessors not supported");return"value"in e&&(t[r]=e.value),t}},34340:function(t,r,e){var n=e(87591),o=e(74225),i=e(21396),a=e(55629),u=e(27221),c=e(33572),s=e(82145),f=e(35914),l=Object.getOwnPropertyDescriptor;r.f=n?l:function(t,r){if(t=u(t),r=c(r),f)try{return l(t,r)}catch(t){}if(s(t,r))return a(!o(i.f,t,r),t[r])}},41974:function(t,r,e){var n=e(31083),o=e(27221),i=e(46477).f,a=e(88639),u="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];t.exports.f=function(t){return u&&"Window"==n(t)?function(t){try{return i(t)}catch(t){return a(u)}}(t):i(o(t))}},46477:function(t,r,e){var n=e(21966),o=e(56322).concat("length","prototype");r.f=Object.getOwnPropertyNames||function(t){return n(t,o)}},84905:function(t,r){r.f=Object.getOwnPropertySymbols},79662:function(t,r,e){var n=e(82145),o=e(59046),i=e(40973),a=e(87746),u=e(60431),c=a("IE_PROTO"),s=Object,f=s.prototype;t.exports=u?s.getPrototypeOf:function(t){var r=i(t);if(n(r,c))return r[c];var e=r.constructor;return o(e)&&r instanceof e?e.prototype:r instanceof s?f:null}},61500:function(t,r,e){var n=e(54325),o=e(44538),i=e(31083),a=e(73214),u=Object.isExtensible,c=n((function(){u(1)}));t.exports=c||a?function(t){return!!o(t)&&((!a||"ArrayBuffer"!=i(t))&&(!u||u(t)))}:u},78389:function(t,r,e){var n=e(31464);t.exports=n({}.isPrototypeOf)},33772:function(t,r,e){"use strict";var n=e(890),o=e(79868),i=e(70078),a=e(82145),u=e(52370),c=e(40973),s="Object Iterator",f=n.set,l=n.getterFor(s);t.exports=o((function(t,r){var e=c(t);f(this,{type:s,mode:r,object:e,keys:u(e),index:0})}),"Object",(function(){for(var t=l(this),r=t.keys;;){if(null===r||t.index>=r.length)return t.object=t.keys=null,i(void 0,!0);var e=r[t.index++],n=t.object;if(a(n,e)){switch(t.mode){case"keys":return i(e,!1);case"values":return i(n[e],!1)}return i([e,n[e]],!1)}}}))},21966:function(t,r,e){var n=e(31464),o=e(82145),i=e(27221),a=e(87070).indexOf,u=e(54016),c=n([].push);t.exports=function(t,r){var e,n=i(t),s=0,f=[];for(e in n)!o(u,e)&&o(n,e)&&c(f,e);for(;r.length>s;)o(n,e=r[s++])&&(~a(f,e)||c(f,e));return f}},52370:function(t,r,e){var n=e(21966),o=e(56322);t.exports=Object.keys||function(t){return n(t,o)}},21396:function(t,r){"use strict";var e={}.propertyIsEnumerable,n=Object.getOwnPropertyDescriptor,o=n&&!e.call({1:2},1);r.f=o?function(t){var r=n(this,t);return!!r&&r.enumerable}:e},1451:function(t,r,e){"use strict";var n=e(62842),o=e(50916),i=e(54325),a=e(63889);t.exports=n||!i((function(){if(!(a&&a<535)){var t=Math.random();__defineSetter__.call(null,t,(function(){})),delete o[t]}}))},28397:function(t,r,e){var n=e(21518),o=e(17900),i=e(46783);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,r=!1,e={};try{(t=n(Object.prototype,"__proto__","set"))(e,[]),r=e instanceof Array}catch(t){}return function(e,n){return o(e),i(n),r?t(e,n):e.__proto__=n,e}}():void 0)},8521:function(t,r,e){var n=e(87591),o=e(31464),i=e(52370),a=e(27221),u=o(e(21396).f),c=o([].push),s=function(t){return function(r){for(var e,o=a(r),s=i(o),f=s.length,l=0,h=[];f>l;)e=s[l++],n&&!u(o,e)||c(h,t?[e,o[e]]:o[e]);return h}};t.exports={entries:s(!0),values:s(!1)}},41758:function(t,r,e){"use strict";var n=e(9603),o=e(3425);t.exports=n?{}.toString:function(){return"[object "+o(this)+"]"}},45540:function(t,r,e){var n=e(50916),o=e(59046),i=e(52361)("observable"),a=n.Observable,u=a&&a.prototype;t.exports=!(o(a)&&o(a.from)&&o(a.of)&&o(u.subscribe)&&o(u[i]))},57623:function(t,r,e){var n=e(74225),o=e(59046),i=e(44538),a=TypeError;t.exports=function(t,r){var e,u;if("string"===r&&o(e=t.toString)&&!i(u=n(e,t)))return u;if(o(e=t.valueOf)&&!i(u=n(e,t)))return u;if("string"!==r&&o(e=t.toString)&&!i(u=n(e,t)))return u;throw a("Can't convert object to primitive value")}},61953:function(t,r,e){var n=e(6294),o=e(31464),i=e(46477),a=e(84905),u=e(17900),c=o([].concat);t.exports=n("Reflect","ownKeys")||function(t){var r=i.f(u(t)),e=a.f;return e?c(r,e(t)):r}},35177:function(t,r,e){var n=e(31464),o=e(82145),i=SyntaxError,a=parseInt,u=String.fromCharCode,c=n("".charAt),s=n("".slice),f=n(/./.exec),l={'\\"':'"',"\\\\":"\\","\\/":"/","\\b":"\b","\\f":"\f","\\n":"\n","\\r":"\r","\\t":"\t"},h=/^[\da-f]{4}$/i,p=/^[\u0000-\u001F]$/;t.exports=function(t,r){for(var e=!0,n="";r<t.length;){var v=c(t,r);if("\\"==v){var d=s(t,r,r+2);if(o(l,d))n+=l[d],r+=2;else{if("\\u"!=d)throw i('Unknown escape sequence: "'+d+'"');var g=s(t,r+=2,r+4);if(!f(h,g))throw i("Bad Unicode escape at: "+r);n+=u(a(g,16)),r+=4}}else{if('"'==v){e=!1,r++;break}if(f(p,v))throw i("Bad control character in string literal at: "+r);n+=v,r++}}if(e)throw i("Unterminated string at: "+r);return{value:n,end:r}}},60146:function(t,r,e){var n=e(50916);t.exports=n},43897:function(t){t.exports=function(t){try{return{error:!1,value:t()}}catch(t){return{error:!0,value:t}}}},76741:function(t,r,e){var n=e(50916),o=e(76055),i=e(59046),a=e(85709),u=e(81713),c=e(52361),s=e(94390),f=e(50689),l=e(62842),h=e(37777),p=o&&o.prototype,v=c("species"),d=!1,g=i(n.PromiseRejectionEvent),y=a("Promise",(function(){var t=u(o),r=t!==String(o);if(!r&&66===h)return!0;if(l&&(!p.catch||!p.finally))return!0;if(!h||h<51||!/native code/.test(t)){var e=new o((function(t){t(1)})),n=function(t){t((function(){}),(function(){}))};if((e.constructor={})[v]=n,!(d=e.then((function(){}))instanceof n))return!0}return!r&&(s||f)&&!g}));t.exports={CONSTRUCTOR:y,REJECTION_EVENT:g,SUBCLASSING:d}},76055:function(t,r,e){var n=e(50916);t.exports=n.Promise},29775:function(t,r,e){var n=e(17900),o=e(44538),i=e(61437);t.exports=function(t,r){if(n(t),o(r)&&r.constructor===t)return r;var e=i.f(t);return(0,e.resolve)(r),e.promise}},32633:function(t,r,e){var n=e(76055),o=e(82517),i=e(76741).CONSTRUCTOR;t.exports=i||!o((function(t){n.all(t).then(void 0,(function(){}))}))},61349:function(t,r,e){var n=e(68503).f;t.exports=function(t,r,e){e in t||n(t,e,{configurable:!0,get:function(){return r[e]},set:function(t){r[e]=t}})}},72787:function(t){var r=function(){this.head=null,this.tail=null};r.prototype={add:function(t){var r={item:t,next:null},e=this.tail;e?e.next=r:this.head=r,this.tail=r},get:function(){var t=this.head;if(t)return null===(this.head=t.next)&&(this.tail=null),t.item}},t.exports=r},80494:function(t,r,e){e(81898),e(73784);var n=e(6294),o=e(31464),i=e(91424),a=n("Map"),u=n("WeakMap"),c=o([].push),s=i("metadata"),f=s.store||(s.store=new u),l=function(t,r,e){var n=f.get(t);if(!n){if(!e)return;f.set(t,n=new a)}var o=n.get(r);if(!o){if(!e)return;n.set(r,o=new a)}return o};t.exports={store:f,getMap:l,has:function(t,r,e){var n=l(r,e,!1);return void 0!==n&&n.has(t)},get:function(t,r,e){var n=l(r,e,!1);return void 0===n?void 0:n.get(t)},set:function(t,r,e,n){l(e,n,!0).set(t,r)},keys:function(t,r){var e=l(t,r,!1),n=[];return e&&e.forEach((function(t,r){c(n,r)})),n},toKey:function(t){return void 0===t||"symbol"==typeof t?t:String(t)}}},59503:function(t,r,e){var n=e(74225),o=e(17900),i=e(59046),a=e(31083),u=e(46936),c=TypeError;t.exports=function(t,r){var e=t.exec;if(i(e)){var s=n(e,t,r);return null!==s&&o(s),s}if("RegExp"===a(t))return n(u,t,r);throw c("RegExp#exec called on incompatible receiver")}},46936:function(t,r,e){"use strict";var n,o,i=e(74225),a=e(31464),u=e(57117),c=e(85530),s=e(67706),f=e(91424),l=e(79125),h=e(890).get,p=e(9125),v=e(17871),d=f("native-string-replace",String.prototype.replace),g=RegExp.prototype.exec,y=g,m=a("".charAt),b=a("".indexOf),x=a("".replace),w=a("".slice),S=(o=/b*/g,i(g,n=/a/,"a"),i(g,o,"a"),0!==n.lastIndex||0!==o.lastIndex),A=s.BROKEN_CARET,E=void 0!==/()??/.exec("")[1];(S||E||A||p||v)&&(y=function(t){var r,e,n,o,a,s,f,p=this,v=h(p),O=u(t),I=v.raw;if(I)return I.lastIndex=p.lastIndex,r=i(y,I,O),p.lastIndex=I.lastIndex,r;var k=v.groups,T=A&&p.sticky,R=i(c,p),M=p.source,j=0,C=O;if(T&&(R=x(R,"y",""),-1===b(R,"g")&&(R+="g"),C=w(O,p.lastIndex),p.lastIndex>0&&(!p.multiline||p.multiline&&"\n"!==m(O,p.lastIndex-1))&&(M="(?: "+M+")",C=" "+C,j++),e=new RegExp("^(?:"+M+")",R)),E&&(e=new RegExp("^"+M+"$(?!\\s)",R)),S&&(n=p.lastIndex),o=i(g,T?e:p,C),T?o?(o.input=w(o.input,j),o[0]=w(o[0],j),o.index=p.lastIndex,p.lastIndex+=o[0].length):p.lastIndex=0:S&&o&&(p.lastIndex=p.global?o.index+o[0].length:n),E&&o&&o.length>1&&i(d,o[0],e,(function(){for(a=1;a<arguments.length-2;a++)void 0===arguments[a]&&(o[a]=void 0)})),o&&k)for(o.groups=s=l(null),a=0;a<k.length;a++)s[(f=k[a])[0]]=o[f[1]];return o}),t.exports=y},85530:function(t,r,e){"use strict";var n=e(17900);t.exports=function(){var t=n(this),r="";return t.hasIndices&&(r+="d"),t.global&&(r+="g"),t.ignoreCase&&(r+="i"),t.multiline&&(r+="m"),t.dotAll&&(r+="s"),t.unicode&&(r+="u"),t.unicodeSets&&(r+="v"),t.sticky&&(r+="y"),r}},69313:function(t,r,e){var n=e(74225),o=e(82145),i=e(78389),a=e(85530),u=RegExp.prototype;t.exports=function(t){var r=t.flags;return void 0!==r||"flags"in u||o(t,"flags")||!i(u,t)?r:n(a,t)}},67706:function(t,r,e){var n=e(54325),o=e(50916).RegExp,i=n((function(){var t=o("a","y");return t.lastIndex=2,null!=t.exec("abcd")})),a=i||n((function(){return!o("a","y").sticky})),u=i||n((function(){var t=o("^r","gy");return t.lastIndex=2,null!=t.exec("str")}));t.exports={BROKEN_CARET:u,MISSED_STICKY:a,UNSUPPORTED_Y:i}},9125:function(t,r,e){var n=e(54325),o=e(50916).RegExp;t.exports=n((function(){var t=o(".","s");return!(t.dotAll&&t.exec("\n")&&"s"===t.flags)}))},17871:function(t,r,e){var n=e(54325),o=e(50916).RegExp;t.exports=n((function(){var t=o("(?<a>b)","g");return"b"!==t.exec("b").groups.a||"bc"!=="b".replace(t,"$<a>c")}))},29543:function(t,r,e){var n=e(34395),o=TypeError;t.exports=function(t){if(n(t))throw o("Can't call method on "+t);return t}},68794:function(t){t.exports=function(t,r){return t===r||t!=t&&r!=r}},1446:function(t){t.exports=Object.is||function(t,r){return t===r?0!==t||1/t==1/r:t!=t&&r!=r}},48594:function(t,r,e){"use strict";var n,o=e(50916),i=e(44337),a=e(59046),u=e(29373),c=e(95208),s=e(25926),f=e(55034),l=o.Function,h=/MSIE .\./.test(c)||u&&((n=o.Bun.version.split(".")).length<3||0==n[0]&&(n[1]<3||3==n[1]&&0==n[2]));t.exports=function(t,r){var e=r?2:1;return h?function(n,o){var u=f(arguments.length,1)>e,c=a(n)?n:l(n),h=u?s(arguments,e):[],p=u?function(){i(c,this,h)}:c;return r?t(p,o):t(p)}:t}},63804:function(t,r,e){var n=e(48319),o=e(93786),i=n.Set,a=n.add;t.exports=function(t){var r=new i;return o(t,(function(t){a(r,t)})),r}},49073:function(t,r,e){"use strict";var n=e(79107),o=e(48319),i=e(63804),a=e(7293),u=e(62037),c=e(93786),s=e(79699),f=o.has,l=o.remove;t.exports=function(t){var r=n(this),e=u(t),o=i(r);return a(r)<=e.size?c(r,(function(t){e.includes(t)&&l(o,t)})):s(e.getIterator(),(function(t){f(r,t)&&l(o,t)})),o}},48319:function(t,r,e){var n=e(31464),o=Set.prototype;t.exports={Set:Set,add:n(o.add),has:n(o.has),remove:n(o.delete),proto:o}},4731:function(t,r,e){"use strict";var n=e(79107),o=e(48319),i=e(7293),a=e(62037),u=e(93786),c=e(79699),s=o.Set,f=o.add,l=o.has;t.exports=function(t){var r=n(this),e=a(t),o=new s;return i(r)>e.size?c(e.getIterator(),(function(t){l(r,t)&&f(o,t)})):u(r,(function(t){e.includes(t)&&f(o,t)})),o}},28330:function(t,r,e){"use strict";var n=e(79107),o=e(48319).has,i=e(7293),a=e(62037),u=e(93786),c=e(79699),s=e(46920);t.exports=function(t){var r=n(this),e=a(t);if(i(r)<=e.size)return!1!==u(r,(function(t){if(e.includes(t))return!1}),!0);var f=e.getIterator();return!1!==c(f,(function(t){if(o(r,t))return s(f,"normal",!1)}))}},97907:function(t,r,e){"use strict";var n=e(79107),o=e(7293),i=e(93786),a=e(62037);t.exports=function(t){var r=n(this),e=a(t);return!(o(r)>e.size)&&!1!==i(r,(function(t){if(!e.includes(t))return!1}),!0)}},49913:function(t,r,e){"use strict";var n=e(79107),o=e(48319).has,i=e(7293),a=e(62037),u=e(79699),c=e(46920);t.exports=function(t){var r=n(this),e=a(t);if(i(r)<e.size)return!1;var s=e.getIterator();return!1!==u(s,(function(t){if(!o(r,t))return c(s,"normal",!1)}))}},93786:function(t,r,e){var n=e(31464),o=e(79699),i=e(48319),a=i.Set,u=i.proto,c=n(u.forEach),s=n(u.keys),f=s(new a).next;t.exports=function(t,r,e){return e?o(s(t),r,f):c(t,r)}},30212:function(t,r,e){var n=e(6294);t.exports=function(t){try{return(new(n("Set")))[t]({size:0,has:function(){return!1},keys:function(){return{next:function(){return{done:!0}}}}}),!0}catch(t){return!1}}},7293:function(t,r,e){var n=e(21518),o=e(48319);t.exports=n(o.proto,"size","get")||function(t){return t.size}},69241:function(t,r,e){"use strict";var n=e(6294),o=e(81126),i=e(52361),a=e(87591),u=i("species");t.exports=function(t){var r=n(t);a&&r&&!r[u]&&o(r,u,{configurable:!0,get:function(){return this}})}},82140:function(t,r,e){"use strict";var n=e(79107),o=e(48319),i=e(63804),a=e(62037),u=e(79699),c=o.add,s=o.has,f=o.remove;t.exports=function(t){var r=n(this),e=a(t).getIterator(),o=i(r);return u(e,(function(t){s(r,t)?f(o,t):c(o,t)})),o}},36007:function(t,r,e){var n=e(68503).f,o=e(82145),i=e(52361)("toStringTag");t.exports=function(t,r,e){t&&!e&&(t=t.prototype),t&&!o(t,i)&&n(t,i,{configurable:!0,value:r})}},15560:function(t,r,e){"use strict";var n=e(79107),o=e(48319).add,i=e(63804),a=e(62037),u=e(79699);t.exports=function(t){var r=n(this),e=a(t).getIterator(),c=i(r);return u(e,(function(t){o(c,t)})),c}},87746:function(t,r,e){var n=e(91424),o=e(18882),i=n("keys");t.exports=function(t){return i[t]||(i[t]=o(t))}},79979:function(t,r,e){var n=e(50916),o=e(98159),i="__core-js_shared__",a=n[i]||o(i,{});t.exports=a},91424:function(t,r,e){var n=e(62842),o=e(79979);(t.exports=function(t,r){return o[t]||(o[t]=void 0!==r?r:{})})("versions",[]).push({version:"3.30.1",mode:n?"pure":"global",copyright:"© 2014-2023 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.30.1/LICENSE",source:"https://github.com/zloirock/core-js"})},56923:function(t,r,e){var n=e(17900),o=e(16218),i=e(34395),a=e(52361)("species");t.exports=function(t,r){var e,u=n(t).constructor;return void 0===u||i(e=n(u)[a])?r:o(e)}},60619:function(t,r,e){var n=e(31464),o=e(27221),i=e(57117),a=e(68768),u=TypeError,c=n([].push),s=n([].join);t.exports=function(t){var r=o(t),e=a(r);if(!e)return"";for(var n=arguments.length,f=[],l=0;;){var h=r[l++];if(void 0===h)throw u("Incorrect template");if(c(f,i(h)),l===e)return s(f,"");l<n&&c(f,i(arguments[l]))}}},19249:function(t,r,e){var n=e(54325);t.exports=function(t){return n((function(){var r=""[t]('"');return r!==r.toLowerCase()||r.split('"').length>3}))}},33589:function(t,r,e){var n=e(31464),o=e(18560),i=e(57117),a=e(29543),u=n("".charAt),c=n("".charCodeAt),s=n("".slice),f=function(t){return function(r,e){var n,f,l=i(a(r)),h=o(e),p=l.length;return h<0||h>=p?t?"":void 0:(n=c(l,h))<55296||n>56319||h+1===p||(f=c(l,h+1))<56320||f>57343?t?u(l,h):n:t?s(l,h,h+2):f-56320+(n-55296<<10)+65536}};t.exports={codeAt:f(!1),charAt:f(!0)}},27775:function(t,r,e){var n=e(95208);t.exports=/Version\/10(?:\.\d+){1,2}(?: [\w./]+)?(?: Mobile\/\w+)? Safari\//.test(n)},44195:function(t,r,e){var n=e(31464),o=e(43380),i=e(57117),a=e(64021),u=e(29543),c=n(a),s=n("".slice),f=Math.ceil,l=function(t){return function(r,e,n){var a,l,h=i(u(r)),p=o(e),v=h.length,d=void 0===n?" ":i(n);return p<=v||""==d?h:((l=c(d,f((a=p-v)/d.length))).length>a&&(l=s(l,0,a)),t?h+l:l+h)}};t.exports={start:l(!1),end:l(!0)}},96974:function(t,r,e){var n=e(6294),o=e(31464),i=String.fromCharCode,a=n("String","fromCodePoint"),u=o("".charAt),c=o("".charCodeAt),s=o("".indexOf),f=o("".slice),l=function(t,r){var e=c(t,r);return e>=48&&e<=57},h=function(t,r,e){if(e>=t.length)return-1;for(var n=0;r<e;r++){var o=p(c(t,r));if(-1===o)return-1;n=16*n+o}return n},p=function(t){return t>=48&&t<=57?t-48:t>=97&&t<=102?t-97+10:t>=65&&t<=70?t-65+10:-1};t.exports=function(t){for(var r,e="",n=0,o=0;(o=s(t,"\\",o))>-1;){if(e+=f(t,n,o),++o===t.length)return;var c=u(t,o++);switch(c){case"b":e+="\b";break;case"t":e+="\t";break;case"n":e+="\n";break;case"v":e+="\v";break;case"f":e+="\f";break;case"r":e+="\r";break;case"\r":o<t.length&&"\n"===u(t,o)&&++o;case"\n":case"\u2028":case"\u2029":break;case"0":if(l(t,o))return;e+="\0";break;case"x":if(-1===(r=h(t,o,o+2)))return;o+=2,e+=i(r);break;case"u":if(o<t.length&&"{"===u(t,o)){var p=s(t,"}",++o);if(-1===p)return;r=h(t,o,p),o=p+1}else r=h(t,o,o+4),o+=4;if(-1===r||r>1114111)return;e+=a(r);break;default:if(l(c,0))return;e+=c}n=o}return e+f(t,n)}},90109:function(t,r,e){var n=e(31464),o=2147483647,i=/[^\0-\u007E]/,a=/[.\u3002\uFF0E\uFF61]/g,u="Overflow: input needs wider integers to process",c=RangeError,s=n(a.exec),f=Math.floor,l=String.fromCharCode,h=n("".charCodeAt),p=n([].join),v=n([].push),d=n("".replace),g=n("".split),y=n("".toLowerCase),m=function(t){return t+22+75*(t<26)},b=function(t,r,e){var n=0;for(t=e?f(t/700):t>>1,t+=f(t/r);t>455;)t=f(t/35),n+=36;return f(n+36*t/(t+38))},x=function(t){var r=[];t=function(t){for(var r=[],e=0,n=t.length;e<n;){var o=h(t,e++);if(o>=55296&&o<=56319&&e<n){var i=h(t,e++);56320==(64512&i)?v(r,((1023&o)<<10)+(1023&i)+65536):(v(r,o),e--)}else v(r,o)}return r}(t);var e,n,i=t.length,a=128,s=0,d=72;for(e=0;e<t.length;e++)(n=t[e])<128&&v(r,l(n));var g=r.length,y=g;for(g&&v(r,"-");y<i;){var x=o;for(e=0;e<t.length;e++)(n=t[e])>=a&&n<x&&(x=n);var w=y+1;if(x-a>f((o-s)/w))throw c(u);for(s+=(x-a)*w,a=x,e=0;e<t.length;e++){if((n=t[e])<a&&++s>o)throw c(u);if(n==a){for(var S=s,A=36;;){var E=A<=d?1:A>=d+26?26:A-d;if(S<E)break;var O=S-E,I=36-E;v(r,l(m(E+O%I))),S=f(O/I),A+=36}v(r,l(m(S))),d=b(s,w,y==g),s=0,y++}}s++,a++}return p(r,"")};t.exports=function(t){var r,e,n=[],o=g(d(y(t),a,"."),".");for(r=0;r<o.length;r++)e=o[r],v(n,s(i,e)?"xn--"+x(e):e);return p(n,".")}},64021:function(t,r,e){"use strict";var n=e(18560),o=e(57117),i=e(29543),a=RangeError;t.exports=function(t){var r=o(i(this)),e="",u=n(t);if(u<0||u==1/0)throw a("Wrong number of repetitions");for(;u>0;(u>>>=1)&&(r+=r))1&u&&(e+=r);return e}},58006:function(t,r,e){"use strict";var n=e(76070).end,o=e(46856);t.exports=o("trimEnd")?function(){return n(this)}:"".trimEnd},46856:function(t,r,e){var n=e(22208).PROPER,o=e(54325),i=e(21659);t.exports=function(t){return o((function(){return!!i[t]()||"​…᠎"!=="​…᠎"[t]()||n&&i[t].name!==t}))}},62390:function(t,r,e){"use strict";var n=e(76070).start,o=e(46856);t.exports=o("trimStart")?function(){return n(this)}:"".trimStart},76070:function(t,r,e){var n=e(31464),o=e(29543),i=e(57117),a=e(21659),u=n("".replace),c=RegExp("^["+a+"]+"),s=RegExp("(^|[^"+a+"])["+a+"]+$"),f=function(t){return function(r){var e=i(o(r));return 1&t&&(e=u(e,c,"")),2&t&&(e=u(e,s,"$1")),e}};t.exports={start:f(1),end:f(2),trim:f(3)}},88260:function(t,r,e){var n=e(50916),o=e(54325),i=e(37777),a=e(94390),u=e(50689),c=e(12765),s=n.structuredClone;t.exports=!!s&&!o((function(){if(u&&i>92||c&&i>94||a&&i>97)return!1;var t=new ArrayBuffer(8),r=s(t,{transfer:[t]});return 0!=t.byteLength||8!=r.byteLength}))},42321:function(t,r,e){var n=e(37777),o=e(54325);t.exports=!!Object.getOwnPropertySymbols&&!o((function(){var t=Symbol();return!String(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&n&&n<41}))},53164:function(t,r,e){var n=e(74225),o=e(6294),i=e(52361),a=e(23699);t.exports=function(){var t=o("Symbol"),r=t&&t.prototype,e=r&&r.valueOf,u=i("toPrimitive");r&&!r[u]&&a(r,u,(function(t){return n(e,this)}),{arity:1})}},58378:function(t,r,e){var n=e(42321);t.exports=n&&!!Symbol.for&&!!Symbol.keyFor},73865:function(t,r,e){var n,o,i,a,u=e(50916),c=e(44337),s=e(43719),f=e(59046),l=e(82145),h=e(54325),p=e(50858),v=e(25926),d=e(34352),g=e(55034),y=e(80668),m=e(12765),b=u.setImmediate,x=u.clearImmediate,w=u.process,S=u.Dispatch,A=u.Function,E=u.MessageChannel,O=u.String,I=0,k={},T="onreadystatechange";h((function(){n=u.location}));var R=function(t){if(l(k,t)){var r=k[t];delete k[t],r()}},M=function(t){return function(){R(t)}},j=function(t){R(t.data)},C=function(t){u.postMessage(O(t),n.protocol+"//"+n.host)};b&&x||(b=function(t){g(arguments.length,1);var r=f(t)?t:A(t),e=v(arguments,1);return k[++I]=function(){c(r,void 0,e)},o(I),I},x=function(t){delete k[t]},m?o=function(t){w.nextTick(M(t))}:S&&S.now?o=function(t){S.now(M(t))}:E&&!y?(a=(i=new E).port2,i.port1.onmessage=j,o=s(a.postMessage,a)):u.addEventListener&&f(u.postMessage)&&!u.importScripts&&n&&"file:"!==n.protocol&&!h(C)?(o=C,u.addEventListener("message",j,!1)):o=T in d("script")?function(t){p.appendChild(d("script"))[T]=function(){p.removeChild(this),R(t)}}:function(t){setTimeout(M(t),0)}),t.exports={set:b,clear:x}},30266:function(t,r,e){var n=e(31464);t.exports=n(1..valueOf)},76266:function(t,r,e){var n=e(18560),o=Math.max,i=Math.min;t.exports=function(t,r){var e=n(t);return e<0?o(e+r,0):i(e,r)}},94136:function(t,r,e){var n=e(73518),o=TypeError;t.exports=function(t){var r=n(t,"number");if("number"==typeof r)throw o("Can't convert number to bigint");return BigInt(r)}},68466:function(t,r,e){var n=e(18560),o=e(43380),i=RangeError;t.exports=function(t){if(void 0===t)return 0;var r=n(t),e=o(r);if(r!==e)throw i("Wrong length or index");return e}},27221:function(t,r,e){var n=e(58530),o=e(29543);t.exports=function(t){return n(o(t))}},18560:function(t,r,e){var n=e(79457);t.exports=function(t){var r=+t;return r!=r||0===r?0:n(r)}},43380:function(t,r,e){var n=e(18560),o=Math.min;t.exports=function(t){return t>0?o(n(t),9007199254740991):0}},40973:function(t,r,e){var n=e(29543),o=Object;t.exports=function(t){return o(n(t))}},44390:function(t,r,e){var n=e(53232),o=RangeError;t.exports=function(t,r){var e=n(t);if(e%r)throw o("Wrong offset");return e}},53232:function(t,r,e){var n=e(18560),o=RangeError;t.exports=function(t){var r=n(t);if(r<0)throw o("The argument can't be less than 0");return r}},73518:function(t,r,e){var n=e(74225),o=e(44538),i=e(22306),a=e(28077),u=e(57623),c=e(52361),s=TypeError,f=c("toPrimitive");t.exports=function(t,r){if(!o(t)||i(t))return t;var e,c=a(t,f);if(c){if(void 0===r&&(r="default"),e=n(c,t,r),!o(e)||i(e))return e;throw s("Can't convert object to primitive value")}return void 0===r&&(r="number"),u(t,r)}},33572:function(t,r,e){var n=e(73518),o=e(22306);t.exports=function(t){var r=n(t,"string");return o(r)?r:r+""}},69507:function(t,r,e){var n=e(6294),o=e(59046),i=e(93354),a=e(44538),u=n("Set");t.exports=function(t){return function(t){return a(t)&&"number"==typeof t.size&&o(t.has)&&o(t.keys)}(t)?t:i(t)?new u(t):t}},9603:function(t,r,e){var n={};n[e(52361)("toStringTag")]="z",t.exports="[object z]"===String(n)},57117:function(t,r,e){var n=e(3425),o=String;t.exports=function(t){if("Symbol"===n(t))throw TypeError("Cannot convert a Symbol value to a string");return o(t)}},80718:function(t,r,e){var n=e(12765);t.exports=function(t){try{if(n)return Function('return require("'+t+'")')()}catch(t){}}},66337:function(t){var r=String;t.exports=function(t){try{return r(t)}catch(t){return"Object"}}},50683:function(t,r,e){"use strict";var n=e(5765),o=e(50916),i=e(74225),a=e(87591),u=e(54583),c=e(22211),s=e(71006),f=e(2970),l=e(55629),h=e(25442),p=e(92185),v=e(43380),d=e(68466),g=e(44390),y=e(33572),m=e(82145),b=e(3425),x=e(44538),w=e(22306),S=e(79125),A=e(78389),E=e(28397),O=e(46477).f,I=e(49114),k=e(66747).forEach,T=e(69241),R=e(81126),M=e(68503),j=e(34340),C=e(890),P=e(49983),N=C.get,_=C.set,L=C.enforce,D=M.f,F=j.f,U=Math.round,B=o.RangeError,z=s.ArrayBuffer,W=z.prototype,V=s.DataView,H=c.NATIVE_ARRAY_BUFFER_VIEWS,G=c.TYPED_ARRAY_TAG,q=c.TypedArray,Y=c.TypedArrayPrototype,$=c.aTypedArrayConstructor,K=c.isTypedArray,J="BYTES_PER_ELEMENT",X="Wrong length",Q=function(t,r){$(t);for(var e=0,n=r.length,o=new t(n);n>e;)o[e]=r[e++];return o},Z=function(t,r){R(t,r,{configurable:!0,get:function(){return N(this)[r]}})},tt=function(t){var r;return A(W,t)||"ArrayBuffer"==(r=b(t))||"SharedArrayBuffer"==r},rt=function(t,r){return K(t)&&!w(r)&&r in t&&p(+r)&&r>=0},et=function(t,r){return r=y(r),rt(t,r)?l(2,t[r]):F(t,r)},nt=function(t,r,e){return r=y(r),!(rt(t,r)&&x(e)&&m(e,"value"))||m(e,"get")||m(e,"set")||e.configurable||m(e,"writable")&&!e.writable||m(e,"enumerable")&&!e.enumerable?D(t,r,e):(t[r]=e.value,t)};a?(H||(j.f=et,M.f=nt,Z(Y,"buffer"),Z(Y,"byteOffset"),Z(Y,"byteLength"),Z(Y,"length")),n({target:"Object",stat:!0,forced:!H},{getOwnPropertyDescriptor:et,defineProperty:nt}),t.exports=function(t,r,e){var a=t.match(/\d+/)[0]/8,c=t+(e?"Clamped":"")+"Array",s="get"+t,l="set"+t,p=o[c],y=p,m=y&&y.prototype,b={},w=function(t,r){D(t,r,{get:function(){return function(t,r){var e=N(t);return e.view[s](r*a+e.byteOffset,!0)}(this,r)},set:function(t){return function(t,r,n){var o=N(t);e&&(n=(n=U(n))<0?0:n>255?255:255&n),o.view[l](r*a+o.byteOffset,n,!0)}(this,r,t)},enumerable:!0})};H?u&&(y=r((function(t,r,e,n){return f(t,m),P(x(r)?tt(r)?void 0!==n?new p(r,g(e,a),n):void 0!==e?new p(r,g(e,a)):new p(r):K(r)?Q(y,r):i(I,y,r):new p(d(r)),t,y)})),E&&E(y,q),k(O(p),(function(t){t in y||h(y,t,p[t])})),y.prototype=m):(y=r((function(t,r,e,n){f(t,m);var o,u,c,s=0,l=0;if(x(r)){if(!tt(r))return K(r)?Q(y,r):i(I,y,r);o=r,l=g(e,a);var h=r.byteLength;if(void 0===n){if(h%a)throw B(X);if((u=h-l)<0)throw B(X)}else if((u=v(n)*a)+l>h)throw B(X);c=u/a}else c=d(r),o=new z(u=c*a);for(_(t,{buffer:o,byteOffset:l,byteLength:u,length:c,view:new V(o)});s<c;)w(t,s++)})),E&&E(y,q),m=y.prototype=S(Y)),m.constructor!==y&&h(m,"constructor",y),L(m).TypedArrayConstructor=y,G&&h(m,G,c);var A=y!=p;b[c]=y,n({global:!0,constructor:!0,forced:A,sham:!H},b),J in y||h(y,J,a),J in m||h(m,J,a),T(c)}):t.exports=function(){}},54583:function(t,r,e){var n=e(50916),o=e(54325),i=e(82517),a=e(22211).NATIVE_ARRAY_BUFFER_VIEWS,u=n.ArrayBuffer,c=n.Int8Array;t.exports=!a||!o((function(){c(1)}))||!o((function(){new c(-1)}))||!i((function(t){new c,new c(null),new c(1.5),new c(t)}),!0)||o((function(){return 1!==new c(new u(2),1,void 0).length}))},56658:function(t,r,e){var n=e(24177),o=e(54773);t.exports=function(t,r){return n(o(t),r)}},49114:function(t,r,e){var n=e(43719),o=e(74225),i=e(16218),a=e(40973),u=e(68768),c=e(54187),s=e(97461),f=e(39591),l=e(15139),h=e(22211).aTypedArrayConstructor,p=e(94136);t.exports=function(t){var r,e,v,d,g,y,m,b,x=i(this),w=a(t),S=arguments.length,A=S>1?arguments[1]:void 0,E=void 0!==A,O=s(w);if(O&&!f(O))for(b=(m=c(w,O)).next,w=[];!(y=o(b,m)).done;)w.push(y.value);for(E&&S>2&&(A=n(A,arguments[2])),e=u(w),v=new(h(x))(e),d=l(v),r=0;e>r;r++)g=E?A(w[r],r):w[r],v[r]=d?p(g):+g;return v}},54773:function(t,r,e){var n=e(22211),o=e(56923),i=n.aTypedArrayConstructor,a=n.getTypedArrayConstructor;t.exports=function(t){return i(o(t,a(t)))}},18882:function(t,r,e){var n=e(31464),o=0,i=Math.random(),a=n(1..toString);t.exports=function(t){return"Symbol("+(void 0===t?"":t)+")_"+a(++o+i,36)}},82278:function(t,r,e){var n=e(54325),o=e(52361),i=e(87591),a=e(62842),u=o("iterator");t.exports=!n((function(){var t=new URL("b?a=1&b=2&c=3","http://a"),r=t.searchParams,e="";return t.pathname="c%20d",r.forEach((function(t,n){r.delete("b"),e+=n+t})),a&&!t.toJSON||!r.size&&(a||!i)||!r.sort||"http://a/c%20d?a=1&c=3"!==t.href||"3"!==r.get("c")||"a=1"!==String(new URLSearchParams("?a=1"))||!r[u]||"a"!==new URL("https://a@b").username||"b"!==new URLSearchParams(new URLSearchParams("a=b")).get("a")||"xn--e1aybc"!==new URL("http://тест").host||"#%D0%B1"!==new URL("http://a#б").hash||"a1c3"!==e||"x"!==new URL("http://x",void 0).host}))},31662:function(t,r,e){var n=e(42321);t.exports=n&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},85607:function(t,r,e){var n=e(87591),o=e(54325);t.exports=n&&o((function(){return 42!=Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},55034:function(t){var r=TypeError;t.exports=function(t,e){if(t<e)throw r("Not enough arguments");return t}},72874:function(t,r,e){var n=e(50916),o=e(59046),i=n.WeakMap;t.exports=o(i)&&/native code/.test(String(i))},1795:function(t,r,e){var n=e(31464),o=WeakMap.prototype;t.exports={WeakMap:WeakMap,set:n(o.set),get:n(o.get),has:n(o.has),remove:n(o.delete)}},36122:function(t,r,e){var n=e(31464),o=WeakSet.prototype;t.exports={WeakSet:WeakSet,add:n(o.add),has:n(o.has),remove:n(o.delete)}},1570:function(t,r,e){var n=e(60146),o=e(82145),i=e(88380),a=e(68503).f;t.exports=function(t){var r=n.Symbol||(n.Symbol={});o(r,t)||a(r,t,{value:i.f(t)})}},88380:function(t,r,e){var n=e(52361);r.f=n},52361:function(t,r,e){var n=e(50916),o=e(91424),i=e(82145),a=e(18882),u=e(42321),c=e(31662),s=n.Symbol,f=o("wks"),l=c?s.for||s:s&&s.withoutSetter||a;t.exports=function(t){return i(f,t)||(f[t]=u&&i(s,t)?s[t]:l("Symbol."+t)),f[t]}},21659:function(t){t.exports="\t\n\v\f\r                 \u2028\u2029\ufeff"},54852:function(t,r,e){"use strict";var n=e(6294),o=e(82145),i=e(25442),a=e(78389),u=e(28397),c=e(78305),s=e(61349),f=e(49983),l=e(91581),h=e(99310),p=e(2873),v=e(87591),d=e(62842);t.exports=function(t,r,e,g){var y="stackTraceLimit",m=g?2:1,b=t.split("."),x=b[b.length-1],w=n.apply(null,b);if(w){var S=w.prototype;if(!d&&o(S,"cause")&&delete S.cause,!e)return w;var A=n("Error"),E=r((function(t,r){var e=l(g?r:t,void 0),n=g?new w(t):new w;return void 0!==e&&i(n,"message",e),p(n,E,n.stack,2),this&&a(S,this)&&f(n,this,E),arguments.length>m&&h(n,arguments[m]),n}));if(E.prototype=S,"Error"!==x?u?u(E,A):c(E,A,{name:!0}):v&&y in w&&(s(E,w,y),s(E,w,"prepareStackTrace")),c(E,w),!d)try{S.name!==x&&i(S,"name",x),S.constructor=E}catch(t){}return E}}},4710:function(t,r,e){var n=e(5765),o=e(6294),i=e(44337),a=e(54325),u=e(54852),c="AggregateError",s=o(c),f=!a((function(){return 1!==s([1]).errors[0]}))&&a((function(){return 7!==s([1],c,{cause:7}).cause}));n({global:!0,constructor:!0,arity:2,forced:f},{AggregateError:u(c,(function(t){return function(r,e){return i(t,this,arguments)}}),f,!0)})},71837:function(t,r,e){"use strict";var n=e(5765),o=e(78389),i=e(79662),a=e(28397),u=e(78305),c=e(79125),s=e(25442),f=e(55629),l=e(99310),h=e(2873),p=e(99254),v=e(91581),d=e(52361)("toStringTag"),g=Error,y=[].push,m=function(t,r){var e,n=o(b,this);a?e=a(g(),n?i(this):b):(e=n?this:c(b),s(e,d,"Error")),void 0!==r&&s(e,"message",v(r)),h(e,m,e.stack,1),arguments.length>2&&l(e,arguments[2]);var u=[];return p(t,y,{that:u}),s(e,"errors",u),e};a?a(m,g):u(m,g,{name:!0});var b=m.prototype=c(g.prototype,{constructor:f(1,m),message:f(1,""),name:f(1,"AggregateError")});n({global:!0,constructor:!0,arity:2},{AggregateError:m})},97180:function(t,r,e){e(71837)},79728:function(t,r,e){"use strict";var n=e(5765),o=e(50916),i=e(71006),a=e(69241),u="ArrayBuffer",c=i[u];n({global:!0,constructor:!0,forced:o[u]!==c},{ArrayBuffer:c}),a(u)},70694:function(t,r,e){var n=e(5765),o=e(22211);n({target:"ArrayBuffer",stat:!0,forced:!o.NATIVE_ARRAY_BUFFER_VIEWS},{isView:o.isView})},74194:function(t,r,e){"use strict";var n=e(5765),o=e(1574),i=e(54325),a=e(71006),u=e(17900),c=e(76266),s=e(43380),f=e(56923),l=a.ArrayBuffer,h=a.DataView,p=h.prototype,v=o(l.prototype.slice),d=o(p.getUint8),g=o(p.setUint8);n({target:"ArrayBuffer",proto:!0,unsafe:!0,forced:i((function(){return!new l(2).slice(1,void 0).byteLength}))},{slice:function(t,r){if(v&&void 0===r)return v(u(this),t);for(var e=u(this).byteLength,n=c(t,e),o=c(void 0===r?e:r,e),i=new(f(this,l))(s(o-n)),a=new h(this),p=new h(i),y=0;n<o;)g(p,y++,d(a,n++));return i}})},12890:function(t,r,e){"use strict";var n=e(5765),o=e(40973),i=e(68768),a=e(18560),u=e(24441);n({target:"Array",proto:!0},{at:function(t){var r=o(this),e=i(r),n=a(t),u=n>=0?n:e+n;return u<0||u>=e?void 0:r[u]}}),u("at")},31084:function(t,r,e){"use strict";var n=e(5765),o=e(54325),i=e(86931),a=e(44538),u=e(40973),c=e(68768),s=e(44657),f=e(19191),l=e(77531),h=e(85076),p=e(52361),v=e(37777),d=p("isConcatSpreadable"),g=v>=51||!o((function(){var t=[];return t[d]=!1,t.concat()[0]!==t})),y=function(t){if(!a(t))return!1;var r=t[d];return void 0!==r?!!r:i(t)};n({target:"Array",proto:!0,arity:1,forced:!g||!h("concat")},{concat:function(t){var r,e,n,o,i,a=u(this),h=l(a,0),p=0;for(r=-1,n=arguments.length;r<n;r++)if(y(i=-1===r?a:arguments[r]))for(o=c(i),s(p+o),e=0;e<o;e++,p++)e in i&&f(h,p,i[e]);else s(p+1),f(h,p++,i);return h.length=p,h}})},1489:function(t,r,e){var n=e(5765),o=e(9381),i=e(24441);n({target:"Array",proto:!0},{copyWithin:o}),i("copyWithin")},57130:function(t,r,e){"use strict";var n=e(5765),o=e(66747).every;n({target:"Array",proto:!0,forced:!e(28655)("every")},{every:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},25385:function(t,r,e){var n=e(5765),o=e(97951),i=e(24441);n({target:"Array",proto:!0},{fill:o}),i("fill")},1487:function(t,r,e){"use strict";var n=e(5765),o=e(66747).filter;n({target:"Array",proto:!0,forced:!e(85076)("filter")},{filter:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},78412:function(t,r,e){"use strict";var n=e(5765),o=e(66747).findIndex,i=e(24441),a="findIndex",u=!0;a in[]&&Array(1)[a]((function(){u=!1})),n({target:"Array",proto:!0,forced:u},{findIndex:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),i(a)},98217:function(t,r,e){"use strict";var n=e(5765),o=e(24004).findLastIndex,i=e(24441);n({target:"Array",proto:!0},{findLastIndex:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),i("findLastIndex")},60198:function(t,r,e){"use strict";var n=e(5765),o=e(24004).findLast,i=e(24441);n({target:"Array",proto:!0},{findLast:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),i("findLast")},99391:function(t,r,e){"use strict";var n=e(5765),o=e(66747).find,i=e(24441),a="find",u=!0;a in[]&&Array(1)[a]((function(){u=!1})),n({target:"Array",proto:!0,forced:u},{find:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),i(a)},25041:function(t,r,e){"use strict";var n=e(5765),o=e(45937),i=e(61480),a=e(40973),u=e(68768),c=e(77531);n({target:"Array",proto:!0},{flatMap:function(t){var r,e=a(this),n=u(e);return i(t),(r=c(e,0)).length=o(r,e,e,n,0,1,t,arguments.length>1?arguments[1]:void 0),r}})},2088:function(t,r,e){"use strict";var n=e(5765),o=e(45937),i=e(40973),a=e(68768),u=e(18560),c=e(77531);n({target:"Array",proto:!0},{flat:function(){var t=arguments.length?arguments[0]:void 0,r=i(this),e=a(r),n=c(r,0);return n.length=o(n,r,r,e,0,void 0===t?1:u(t)),n}})},91445:function(t,r,e){"use strict";var n=e(5765),o=e(72578);n({target:"Array",proto:!0,forced:[].forEach!=o},{forEach:o})},3269:function(t,r,e){var n=e(5765),o=e(32640);n({target:"Array",stat:!0,forced:!e(82517)((function(t){Array.from(t)}))},{from:o})},9307:function(t,r,e){"use strict";var n=e(5765),o=e(87070).includes,i=e(54325),a=e(24441);n({target:"Array",proto:!0,forced:i((function(){return!Array(1).includes()}))},{includes:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),a("includes")},65705:function(t,r,e){"use strict";var n=e(5765),o=e(1574),i=e(87070).indexOf,a=e(28655),u=o([].indexOf),c=!!u&&1/u([1],1,-0)<0;n({target:"Array",proto:!0,forced:c||!a("indexOf")},{indexOf:function(t){var r=arguments.length>1?arguments[1]:void 0;return c?u(this,t,r)||0:i(this,t,r)}})},71129:function(t,r,e){e(5765)({target:"Array",stat:!0},{isArray:e(86931)})},24317:function(t,r,e){"use strict";var n=e(27221),o=e(24441),i=e(28611),a=e(890),u=e(68503).f,c=e(21411),s=e(70078),f=e(62842),l=e(87591),h="Array Iterator",p=a.set,v=a.getterFor(h);t.exports=c(Array,"Array",(function(t,r){p(this,{type:h,target:n(t),index:0,kind:r})}),(function(){var t=v(this),r=t.target,e=t.kind,n=t.index++;return!r||n>=r.length?(t.target=void 0,s(void 0,!0)):s("keys"==e?n:"values"==e?r[n]:[n,r[n]],!1)}),"values");var d=i.Arguments=i.Array;if(o("keys"),o("values"),o("entries"),!f&&l&&"values"!==d.name)try{u(d,"name",{value:"values"})}catch(t){}},80949:function(t,r,e){"use strict";var n=e(5765),o=e(31464),i=e(58530),a=e(27221),u=e(28655),c=o([].join);n({target:"Array",proto:!0,forced:i!=Object||!u("join",",")},{join:function(t){return c(a(this),void 0===t?",":t)}})},20939:function(t,r,e){var n=e(5765),o=e(54930);n({target:"Array",proto:!0,forced:o!==[].lastIndexOf},{lastIndexOf:o})},57921:function(t,r,e){"use strict";var n=e(5765),o=e(66747).map;n({target:"Array",proto:!0,forced:!e(85076)("map")},{map:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},38550:function(t,r,e){"use strict";var n=e(5765),o=e(54325),i=e(44462),a=e(19191),u=Array;n({target:"Array",stat:!0,forced:o((function(){function t(){}return!(u.of.call(t)instanceof t)}))},{of:function(){for(var t=0,r=arguments.length,e=new(i(this)?this:u)(r);r>t;)a(e,t,arguments[t++]);return e.length=r,e}})},98240:function(t,r,e){"use strict";var n=e(5765),o=e(40973),i=e(68768),a=e(75935),u=e(44657);n({target:"Array",proto:!0,arity:1,forced:e(54325)((function(){return 4294967297!==[].push.call({length:4294967296},1)}))||!function(){try{Object.defineProperty([],"length",{writable:!1}).push()}catch(t){return t instanceof TypeError}}()},{push:function(t){var r=o(this),e=i(r),n=arguments.length;u(e+n);for(var c=0;c<n;c++)r[e]=arguments[c],e++;return a(r,e),e}})},56374:function(t,r,e){"use strict";var n=e(5765),o=e(43701).right,i=e(28655),a=e(37777);n({target:"Array",proto:!0,forced:!e(12765)&&a>79&&a<83||!i("reduceRight")},{reduceRight:function(t){return o(this,t,arguments.length,arguments.length>1?arguments[1]:void 0)}})},676:function(t,r,e){"use strict";var n=e(5765),o=e(43701).left,i=e(28655),a=e(37777);n({target:"Array",proto:!0,forced:!e(12765)&&a>79&&a<83||!i("reduce")},{reduce:function(t){var r=arguments.length;return o(this,t,r,r>1?arguments[1]:void 0)}})},64175:function(t,r,e){"use strict";var n=e(5765),o=e(31464),i=e(86931),a=o([].reverse),u=[1,2];n({target:"Array",proto:!0,forced:String(u)===String(u.reverse())},{reverse:function(){return i(this)&&(this.length=this.length),a(this)}})},29766:function(t,r,e){"use strict";var n=e(5765),o=e(86931),i=e(44462),a=e(44538),u=e(76266),c=e(68768),s=e(27221),f=e(19191),l=e(52361),h=e(85076),p=e(25926),v=h("slice"),d=l("species"),g=Array,y=Math.max;n({target:"Array",proto:!0,forced:!v},{slice:function(t,r){var e,n,l,h=s(this),v=c(h),m=u(t,v),b=u(void 0===r?v:r,v);if(o(h)&&(e=h.constructor,(i(e)&&(e===g||o(e.prototype))||a(e)&&null===(e=e[d]))&&(e=void 0),e===g||void 0===e))return p(h,m,b);for(n=new(void 0===e?g:e)(y(b-m,0)),l=0;m<b;m++,l++)m in h&&f(n,l,h[m]);return n.length=l,n}})},13889:function(t,r,e){"use strict";var n=e(5765),o=e(66747).some;n({target:"Array",proto:!0,forced:!e(28655)("some")},{some:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},14989:function(t,r,e){"use strict";var n=e(5765),o=e(31464),i=e(61480),a=e(40973),u=e(68768),c=e(9745),s=e(57117),f=e(54325),l=e(98344),h=e(28655),p=e(52994),v=e(8575),d=e(37777),g=e(63889),y=[],m=o(y.sort),b=o(y.push),x=f((function(){y.sort(void 0)})),w=f((function(){y.sort(null)})),S=h("sort"),A=!f((function(){if(d)return d<70;if(!(p&&p>3)){if(v)return!0;if(g)return g<603;var t,r,e,n,o="";for(t=65;t<76;t++){switch(r=String.fromCharCode(t),t){case 66:case 69:case 70:case 72:e=3;break;case 68:case 71:e=4;break;default:e=2}for(n=0;n<47;n++)y.push({k:r+n,v:e})}for(y.sort((function(t,r){return r.v-t.v})),n=0;n<y.length;n++)r=y[n].k.charAt(0),o.charAt(o.length-1)!==r&&(o+=r);return"DGBEFHACIJK"!==o}}));n({target:"Array",proto:!0,forced:x||!w||!S||!A},{sort:function(t){void 0!==t&&i(t);var r=a(this);if(A)return void 0===t?m(r):m(r,t);var e,n,o=[],f=u(r);for(n=0;n<f;n++)n in r&&b(o,r[n]);for(l(o,function(t){return function(r,e){return void 0===e?-1:void 0===r?1:void 0!==t?+t(r,e)||0:s(r)>s(e)?1:-1}}(t)),e=u(o),n=0;n<e;)r[n]=o[n++];for(;n<f;)c(r,n++);return r}})},93660:function(t,r,e){e(69241)("Array")},48453:function(t,r,e){"use strict";var n=e(5765),o=e(40973),i=e(76266),a=e(18560),u=e(68768),c=e(75935),s=e(44657),f=e(77531),l=e(19191),h=e(9745),p=e(85076)("splice"),v=Math.max,d=Math.min;n({target:"Array",proto:!0,forced:!p},{splice:function(t,r){var e,n,p,g,y,m,b=o(this),x=u(b),w=i(t,x),S=arguments.length;for(0===S?e=n=0:1===S?(e=0,n=x-w):(e=S-2,n=d(v(a(r),0),x-w)),s(x+e-n),p=f(b,n),g=0;g<n;g++)(y=w+g)in b&&l(p,g,b[y]);if(p.length=n,e<n){for(g=w;g<x-n;g++)m=g+e,(y=g+n)in b?b[m]=b[y]:h(b,m);for(g=x;g>x-n+e;g--)h(b,g-1)}else if(e>n)for(g=x-n;g>w;g--)m=g+e-1,(y=g+n-1)in b?b[m]=b[y]:h(b,m);for(g=0;g<e;g++)b[g+w]=arguments[g+2];return c(b,x-n+e),p}})},91754:function(t,r,e){"use strict";var n=e(5765),o=e(67690),i=e(27221),a=e(24441),u=Array;n({target:"Array",proto:!0},{toReversed:function(){return o(i(this),u)}}),a("toReversed")},59494:function(t,r,e){"use strict";var n=e(5765),o=e(31464),i=e(61480),a=e(27221),u=e(24177),c=e(66064),s=e(24441),f=Array,l=o(c("Array").sort);n({target:"Array",proto:!0},{toSorted:function(t){void 0!==t&&i(t);var r=a(this),e=u(f,r);return l(e,t)}}),s("toSorted")},4635:function(t,r,e){"use strict";var n=e(5765),o=e(24441),i=e(44657),a=e(68768),u=e(76266),c=e(27221),s=e(18560),f=Array,l=Math.max,h=Math.min;n({target:"Array",proto:!0},{toSpliced:function(t,r){var e,n,o,p,v=c(this),d=a(v),g=u(t,d),y=arguments.length,m=0;for(0===y?e=n=0:1===y?(e=0,n=d-g):(e=y-2,n=h(l(s(r),0),d-g)),o=i(d+e-n),p=f(o);m<g;m++)p[m]=v[m];for(;m<g+e;m++)p[m]=arguments[m-g+2];for(;m<o;m++)p[m]=v[m+n-e];return p}}),o("toSpliced")},70278:function(t,r,e){e(24441)("flatMap")},73223:function(t,r,e){e(24441)("flat")},31760:function(t,r,e){"use strict";var n=e(5765),o=e(40973),i=e(68768),a=e(75935),u=e(9745),c=e(44657);n({target:"Array",proto:!0,arity:1,forced:1!==[].unshift(0)||!function(){try{Object.defineProperty([],"length",{writable:!1}).unshift()}catch(t){return t instanceof TypeError}}()},{unshift:function(t){var r=o(this),e=i(r),n=arguments.length;if(n){c(e+n);for(var s=e;s--;){var f=s+n;s in r?r[f]=r[s]:u(r,f)}for(var l=0;l<n;l++)r[l]=arguments[l]}return a(r,e+n)}})},79057:function(t,r,e){"use strict";var n=e(5765),o=e(65086),i=e(27221),a=Array;n({target:"Array",proto:!0},{with:function(t,r){return o(i(this),a,t,r)}})},92036:function(t,r,e){var n=e(5765),o=e(71006);n({global:!0,constructor:!0,forced:!e(27889)},{DataView:o.DataView})},51811:function(t,r,e){e(92036)},67900:function(t,r,e){"use strict";var n=e(5765),o=e(31464),i=e(54325)((function(){return 120!==new Date(16e11).getYear()})),a=o(Date.prototype.getFullYear);n({target:"Date",proto:!0,forced:i},{getYear:function(){return a(this)-1900}})},58442:function(t,r,e){var n=e(5765),o=e(31464),i=Date,a=o(i.prototype.getTime);n({target:"Date",stat:!0},{now:function(){return a(new i)}})},51960:function(t,r,e){"use strict";var n=e(5765),o=e(31464),i=e(18560),a=Date.prototype,u=o(a.getTime),c=o(a.setFullYear);n({target:"Date",proto:!0},{setYear:function(t){u(this);var r=i(t);return c(this,0<=r&&r<=99?r+1900:r)}})},60557:function(t,r,e){e(5765)({target:"Date",proto:!0},{toGMTString:Date.prototype.toUTCString})},98280:function(t,r,e){var n=e(5765),o=e(6605);n({target:"Date",proto:!0,forced:Date.prototype.toISOString!==o},{toISOString:o})},59722:function(t,r,e){"use strict";var n=e(5765),o=e(54325),i=e(40973),a=e(73518);n({target:"Date",proto:!0,arity:1,forced:o((function(){return null!==new Date(NaN).toJSON()||1!==Date.prototype.toJSON.call({toISOString:function(){return 1}})}))},{toJSON:function(t){var r=i(this),e=a(r,"number");return"number"!=typeof e||isFinite(e)?r.toISOString():null}})},73185:function(t,r,e){var n=e(82145),o=e(23699),i=e(18946),a=e(52361)("toPrimitive"),u=Date.prototype;n(u,a)||o(u,a,i)},49724:function(t,r,e){var n=e(31464),o=e(23699),i=Date.prototype,a="Invalid Date",u="toString",c=n(i[u]),s=n(i.getTime);String(new Date(NaN))!=a&&o(i,u,(function(){var t=s(this);return t==t?c(this):a}))},14600:function(t,r,e){var n=e(5765),o=e(50916),i=e(44337),a=e(54852),u="WebAssembly",c=o[u],s=7!==Error("e",{cause:7}).cause,f=function(t,r){var e={};e[t]=a(t,r,s),n({global:!0,constructor:!0,arity:1,forced:s},e)},l=function(t,r){if(c&&c[t]){var e={};e[t]=a(u+"."+t,r,s),n({target:u,stat:!0,constructor:!0,arity:1,forced:s},e)}};f("Error",(function(t){return function(r){return i(t,this,arguments)}})),f("EvalError",(function(t){return function(r){return i(t,this,arguments)}})),f("RangeError",(function(t){return function(r){return i(t,this,arguments)}})),f("ReferenceError",(function(t){return function(r){return i(t,this,arguments)}})),f("SyntaxError",(function(t){return function(r){return i(t,this,arguments)}})),f("TypeError",(function(t){return function(r){return i(t,this,arguments)}})),f("URIError",(function(t){return function(r){return i(t,this,arguments)}})),l("CompileError",(function(t){return function(r){return i(t,this,arguments)}})),l("LinkError",(function(t){return function(r){return i(t,this,arguments)}})),l("RuntimeError",(function(t){return function(r){return i(t,this,arguments)}}))},28983:function(t,r,e){var n=e(23699),o=e(6841),i=Error.prototype;i.toString!==o&&n(i,"toString",o)},63487:function(t,r,e){"use strict";var n=e(5765),o=e(31464),i=e(57117),a=o("".charAt),u=o("".charCodeAt),c=o(/./.exec),s=o(1..toString),f=o("".toUpperCase),l=/[\w*+\-./@]/,h=function(t,r){for(var e=s(t,16);e.length<r;)e="0"+e;return e};n({global:!0},{escape:function(t){for(var r,e,n=i(t),o="",s=n.length,p=0;p<s;)r=a(n,p++),c(l,r)?o+=r:o+=(e=u(r,0))<256?"%"+h(e,2):"%u"+f(h(e,4));return o}})},215:function(t,r,e){var n=e(5765),o=e(2563);n({target:"Function",proto:!0,forced:Function.bind!==o},{bind:o})},24325:function(t,r,e){"use strict";var n=e(59046),o=e(44538),i=e(68503),a=e(79662),u=e(52361),c=e(52788),s=u("hasInstance"),f=Function.prototype;s in f||i.f(f,s,{value:c((function(t){if(!n(this)||!o(t))return!1;var r=this.prototype;if(!o(r))return t instanceof this;for(;t=a(t);)if(r===t)return!0;return!1}),s)})},12474:function(t,r,e){var n=e(87591),o=e(22208).EXISTS,i=e(31464),a=e(81126),u=Function.prototype,c=i(u.toString),s=/function\b(?:\s|\/\*[\S\s]*?\*\/|\/\/[^\n\r]*[\n\r]+)*([^\s(/]*)/,f=i(s.exec);n&&!o&&a(u,"name",{configurable:!0,get:function(){try{return f(s,c(this))[1]}catch(t){return""}}})},65167:function(t,r,e){var n=e(5765),o=e(50916);n({global:!0,forced:o.globalThis!==o},{globalThis:o})},65699:function(t,r,e){var n=e(5765),o=e(6294),i=e(44337),a=e(74225),u=e(31464),c=e(54325),s=e(59046),f=e(22306),l=e(25926),h=e(19715),p=e(42321),v=String,d=o("JSON","stringify"),g=u(/./.exec),y=u("".charAt),m=u("".charCodeAt),b=u("".replace),x=u(1..toString),w=/[\uD800-\uDFFF]/g,S=/^[\uD800-\uDBFF]$/,A=/^[\uDC00-\uDFFF]$/,E=!p||c((function(){var t=o("Symbol")();return"[null]"!=d([t])||"{}"!=d({a:t})||"{}"!=d(Object(t))})),O=c((function(){return'"\\udf06\\ud834"'!==d("\udf06\ud834")||'"\\udead"'!==d("\udead")})),I=function(t,r){var e=l(arguments),n=h(r);if(s(n)||void 0!==t&&!f(t))return e[1]=function(t,r){if(s(n)&&(r=a(n,this,v(t),r)),!f(r))return r},i(d,null,e)},k=function(t,r,e){var n=y(e,r-1),o=y(e,r+1);return g(S,t)&&!g(A,o)||g(A,t)&&!g(S,n)?"\\u"+x(m(t,0),16):t};d&&n({target:"JSON",stat:!0,arity:3,forced:E||O},{stringify:function(t,r,e){var n=l(arguments),o=i(E?I:d,null,n);return O&&"string"==typeof o?b(o,w,k):o}})},35886:function(t,r,e){var n=e(50916);e(36007)(n.JSON,"JSON",!0)},77143:function(t,r,e){"use strict";e(48957)("Map",(function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}}),e(5386))},81898:function(t,r,e){e(77143)},66079:function(t,r,e){var n=e(5765),o=e(43646),i=Math.acosh,a=Math.log,u=Math.sqrt,c=Math.LN2;n({target:"Math",stat:!0,forced:!i||710!=Math.floor(i(Number.MAX_VALUE))||i(1/0)!=1/0},{acosh:function(t){var r=+t;return r<1?NaN:r>94906265.62425156?a(r)+c:o(r-1+u(r-1)*u(r+1))}})},17215:function(t,r,e){var n=e(5765),o=Math.asinh,i=Math.log,a=Math.sqrt;n({target:"Math",stat:!0,forced:!(o&&1/o(0)>0)},{asinh:function t(r){var e=+r;return isFinite(e)&&0!=e?e<0?-t(-e):i(e+a(e*e+1)):e}})},67248:function(t,r,e){var n=e(5765),o=Math.atanh,i=Math.log;n({target:"Math",stat:!0,forced:!(o&&1/o(-0)<0)},{atanh:function(t){var r=+t;return 0==r?r:i((1+r)/(1-r))/2}})},50254:function(t,r,e){var n=e(5765),o=e(23232),i=Math.abs,a=Math.pow;n({target:"Math",stat:!0},{cbrt:function(t){var r=+t;return o(r)*a(i(r),1/3)}})},27676:function(t,r,e){var n=e(5765),o=Math.floor,i=Math.log,a=Math.LOG2E;n({target:"Math",stat:!0},{clz32:function(t){var r=t>>>0;return r?31-o(i(r+.5)*a):32}})},90764:function(t,r,e){var n=e(5765),o=e(68177),i=Math.cosh,a=Math.abs,u=Math.E;n({target:"Math",stat:!0,forced:!i||i(710)===1/0},{cosh:function(t){var r=o(a(t)-1)+1;return(r+1/(r*u*u))*(u/2)}})},63546:function(t,r,e){var n=e(5765),o=e(68177);n({target:"Math",stat:!0,forced:o!=Math.expm1},{expm1:o})},71033:function(t,r,e){e(5765)({target:"Math",stat:!0},{fround:e(33703)})},67132:function(t,r,e){var n=e(5765),o=Math.hypot,i=Math.abs,a=Math.sqrt;n({target:"Math",stat:!0,arity:2,forced:!!o&&o(1/0,NaN)!==1/0},{hypot:function(t,r){for(var e,n,o=0,u=0,c=arguments.length,s=0;u<c;)s<(e=i(arguments[u++]))?(o=o*(n=s/e)*n+1,s=e):o+=e>0?(n=e/s)*n:e;return s===1/0?1/0:s*a(o)}})},68173:function(t,r,e){var n=e(5765),o=e(54325),i=Math.imul;n({target:"Math",stat:!0,forced:o((function(){return-5!=i(4294967295,5)||2!=i.length}))},{imul:function(t,r){var e=65535,n=+t,o=+r,i=e&n,a=e&o;return 0|i*a+((e&n>>>16)*a+i*(e&o>>>16)<<16>>>0)}})},47043:function(t,r,e){e(5765)({target:"Math",stat:!0},{log10:e(15823)})},96258:function(t,r,e){e(5765)({target:"Math",stat:!0},{log1p:e(43646)})},13405:function(t,r,e){var n=e(5765),o=Math.log,i=Math.LN2;n({target:"Math",stat:!0},{log2:function(t){return o(t)/i}})},63926:function(t,r,e){e(5765)({target:"Math",stat:!0},{sign:e(23232)})},73198:function(t,r,e){var n=e(5765),o=e(54325),i=e(68177),a=Math.abs,u=Math.exp,c=Math.E;n({target:"Math",stat:!0,forced:o((function(){return-2e-17!=Math.sinh(-2e-17)}))},{sinh:function(t){var r=+t;return a(r)<1?(i(r)-i(-r))/2:(u(r-1)-u(-r-1))*(c/2)}})},24840:function(t,r,e){var n=e(5765),o=e(68177),i=Math.exp;n({target:"Math",stat:!0},{tanh:function(t){var r=+t,e=o(r),n=o(-r);return e==1/0?1:n==1/0?-1:(e-n)/(i(r)+i(-r))}})},63717:function(t,r,e){e(36007)(Math,"Math",!0)},30728:function(t,r,e){e(5765)({target:"Math",stat:!0},{trunc:e(79457)})},92338:function(t,r,e){"use strict";var n=e(5765),o=e(62842),i=e(87591),a=e(50916),u=e(60146),c=e(31464),s=e(85709),f=e(82145),l=e(49983),h=e(78389),p=e(22306),v=e(73518),d=e(54325),g=e(46477).f,y=e(34340).f,m=e(68503).f,b=e(30266),x=e(76070).trim,w="Number",S=a[w],A=u[w],E=S.prototype,O=a.TypeError,I=c("".slice),k=c("".charCodeAt),T=function(t){var r,e,n,o,i,a,u,c,s=v(t,"number");if(p(s))throw O("Cannot convert a Symbol value to a number");if("string"==typeof s&&s.length>2)if(s=x(s),43===(r=k(s,0))||45===r){if(88===(e=k(s,2))||120===e)return NaN}else if(48===r){switch(k(s,1)){case 66:case 98:n=2,o=49;break;case 79:case 111:n=8,o=55;break;default:return+s}for(a=(i=I(s,2)).length,u=0;u<a;u++)if((c=k(i,u))<48||c>o)return NaN;return parseInt(i,n)}return+s},R=s(w,!S(" 0o1")||!S("0b1")||S("+0x1")),M=function(t){var r,e=arguments.length<1?0:S(function(t){var r=v(t,"number");return"bigint"==typeof r?r:T(r)}(t));return h(E,r=this)&&d((function(){b(r)}))?l(Object(e),this,M):e};M.prototype=E,R&&!o&&(E.constructor=M),n({global:!0,constructor:!0,wrap:!0,forced:R},{Number:M});var j=function(t,r){for(var e,n=i?g(r):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,fromString,range".split(","),o=0;n.length>o;o++)f(r,e=n[o])&&!f(t,e)&&m(t,e,y(r,e))};o&&A&&j(u[w],A),(R||o)&&j(u[w],S)},40291:function(t,r,e){e(5765)({target:"Number",stat:!0,nonConfigurable:!0,nonWritable:!0},{EPSILON:Math.pow(2,-52)})},91429:function(t,r,e){e(5765)({target:"Number",stat:!0},{isFinite:e(19515)})},56199:function(t,r,e){e(5765)({target:"Number",stat:!0},{isInteger:e(92185)})},72635:function(t,r,e){e(5765)({target:"Number",stat:!0},{isNaN:function(t){return t!=t}})},63106:function(t,r,e){var n=e(5765),o=e(92185),i=Math.abs;n({target:"Number",stat:!0},{isSafeInteger:function(t){return o(t)&&i(t)<=9007199254740991}})},39653:function(t,r,e){e(5765)({target:"Number",stat:!0,nonConfigurable:!0,nonWritable:!0},{MAX_SAFE_INTEGER:9007199254740991})},31502:function(t,r,e){e(5765)({target:"Number",stat:!0,nonConfigurable:!0,nonWritable:!0},{MIN_SAFE_INTEGER:-9007199254740991})},65378:function(t,r,e){var n=e(5765),o=e(11931);n({target:"Number",stat:!0,forced:Number.parseFloat!=o},{parseFloat:o})},35907:function(t,r,e){var n=e(5765),o=e(12077);n({target:"Number",stat:!0,forced:Number.parseInt!=o},{parseInt:o})},84338:function(t,r,e){"use strict";var n=e(5765),o=e(31464),i=e(18560),a=e(30266),u=e(64021),c=e(15823),s=e(54325),f=RangeError,l=String,h=isFinite,p=Math.abs,v=Math.floor,d=Math.pow,g=Math.round,y=o(1..toExponential),m=o(u),b=o("".slice),x="-6.9000e-11"===y(-69e-12,4)&&"1.25e+0"===y(1.255,2)&&"1.235e+4"===y(12345,3)&&"3e+1"===y(25,0);n({target:"Number",proto:!0,forced:!x||!(s((function(){y(1,1/0)}))&&s((function(){y(1,-1/0)})))||!!s((function(){y(1/0,1/0),y(NaN,1/0)}))},{toExponential:function(t){var r=a(this);if(void 0===t)return y(r);var e=i(t);if(!h(r))return String(r);if(e<0||e>20)throw f("Incorrect fraction digits");if(x)return y(r,e);var n="",o="",u=0,s="",w="";if(r<0&&(n="-",r=-r),0===r)u=0,o=m("0",e+1);else{var S=c(r);u=v(S);var A=0,E=d(10,u-e);2*r>=(2*(A=g(r/E))+1)*E&&(A+=1),A>=d(10,e+1)&&(A/=10,u+=1),o=l(A)}return 0!==e&&(o=b(o,0,1)+"."+b(o,1)),0===u?(s="+",w="0"):(s=u>0?"+":"-",w=l(p(u))),n+(o+="e"+s+w)}})},47255:function(t,r,e){"use strict";var n=e(5765),o=e(31464),i=e(18560),a=e(30266),u=e(64021),c=e(54325),s=RangeError,f=String,l=Math.floor,h=o(u),p=o("".slice),v=o(1..toFixed),d=function(t,r,e){return 0===r?e:r%2==1?d(t,r-1,e*t):d(t*t,r/2,e)},g=function(t,r,e){for(var n=-1,o=e;++n<6;)o+=r*t[n],t[n]=o%1e7,o=l(o/1e7)},y=function(t,r){for(var e=6,n=0;--e>=0;)n+=t[e],t[e]=l(n/r),n=n%r*1e7},m=function(t){for(var r=6,e="";--r>=0;)if(""!==e||0===r||0!==t[r]){var n=f(t[r]);e=""===e?n:e+h("0",7-n.length)+n}return e};n({target:"Number",proto:!0,forced:c((function(){return"0.000"!==v(8e-5,3)||"1"!==v(.9,0)||"1.25"!==v(1.255,2)||"1000000000000000128"!==v(0xde0b6b3a7640080,0)}))||!c((function(){v({})}))},{toFixed:function(t){var r,e,n,o,u=a(this),c=i(t),l=[0,0,0,0,0,0],v="",b="0";if(c<0||c>20)throw s("Incorrect fraction digits");if(u!=u)return"NaN";if(u<=-1e21||u>=1e21)return f(u);if(u<0&&(v="-",u=-u),u>1e-21)if(e=(r=function(t){for(var r=0,e=t;e>=4096;)r+=12,e/=4096;for(;e>=2;)r+=1,e/=2;return r}(u*d(2,69,1))-69)<0?u*d(2,-r,1):u/d(2,r,1),e*=4503599627370496,(r=52-r)>0){for(g(l,0,e),n=c;n>=7;)g(l,1e7,0),n-=7;for(g(l,d(10,n,1),0),n=r-1;n>=23;)y(l,1<<23),n-=23;y(l,1<<n),g(l,1,1),y(l,2),b=m(l)}else g(l,0,e),g(l,1<<-r,0),b=m(l)+h("0",c);return b=c>0?v+((o=b.length)<=c?"0."+h("0",c-o)+b:p(b,0,o-c)+"."+p(b,o-c)):v+b}})},29785:function(t,r,e){"use strict";var n=e(5765),o=e(31464),i=e(54325),a=e(30266),u=o(1..toPrecision);n({target:"Number",proto:!0,forced:i((function(){return"1"!==u(1,void 0)}))||!i((function(){u({})}))},{toPrecision:function(t){return void 0===t?u(a(this)):u(a(this),t)}})},4619:function(t,r,e){var n=e(5765),o=e(25067);n({target:"Object",stat:!0,arity:2,forced:Object.assign!==o},{assign:o})},84174:function(t,r,e){e(5765)({target:"Object",stat:!0,sham:!e(87591)},{create:e(79125)})},93324:function(t,r,e){"use strict";var n=e(5765),o=e(87591),i=e(1451),a=e(61480),u=e(40973),c=e(68503);o&&n({target:"Object",proto:!0,forced:i},{__defineGetter__:function(t,r){c.f(u(this),t,{get:a(r),enumerable:!0,configurable:!0})}})},98732:function(t,r,e){var n=e(5765),o=e(87591),i=e(54231).f;n({target:"Object",stat:!0,forced:Object.defineProperties!==i,sham:!o},{defineProperties:i})},26119:function(t,r,e){var n=e(5765),o=e(87591),i=e(68503).f;n({target:"Object",stat:!0,forced:Object.defineProperty!==i,sham:!o},{defineProperty:i})},1146:function(t,r,e){"use strict";var n=e(5765),o=e(87591),i=e(1451),a=e(61480),u=e(40973),c=e(68503);o&&n({target:"Object",proto:!0,forced:i},{__defineSetter__:function(t,r){c.f(u(this),t,{set:a(r),enumerable:!0,configurable:!0})}})},29738:function(t,r,e){var n=e(5765),o=e(8521).entries;n({target:"Object",stat:!0},{entries:function(t){return o(t)}})},40244:function(t,r,e){var n=e(5765),o=e(30767),i=e(54325),a=e(44538),u=e(38644).onFreeze,c=Object.freeze;n({target:"Object",stat:!0,forced:i((function(){c(1)})),sham:!o},{freeze:function(t){return c&&a(t)?c(u(t)):t}})},27736:function(t,r,e){var n=e(5765),o=e(99254),i=e(19191);n({target:"Object",stat:!0},{fromEntries:function(t){var r={};return o(t,(function(t,e){i(r,t,e)}),{AS_ENTRIES:!0}),r}})},73335:function(t,r,e){var n=e(5765),o=e(54325),i=e(27221),a=e(34340).f,u=e(87591);n({target:"Object",stat:!0,forced:!u||o((function(){a(1)})),sham:!u},{getOwnPropertyDescriptor:function(t,r){return a(i(t),r)}})},83479:function(t,r,e){var n=e(5765),o=e(87591),i=e(61953),a=e(27221),u=e(34340),c=e(19191);n({target:"Object",stat:!0,sham:!o},{getOwnPropertyDescriptors:function(t){for(var r,e,n=a(t),o=u.f,s=i(n),f={},l=0;s.length>l;)void 0!==(e=o(n,r=s[l++]))&&c(f,r,e);return f}})},17782:function(t,r,e){var n=e(5765),o=e(54325),i=e(41974).f;n({target:"Object",stat:!0,forced:o((function(){return!Object.getOwnPropertyNames(1)}))},{getOwnPropertyNames:i})},94657:function(t,r,e){var n=e(5765),o=e(42321),i=e(54325),a=e(84905),u=e(40973);n({target:"Object",stat:!0,forced:!o||i((function(){a.f(1)}))},{getOwnPropertySymbols:function(t){var r=a.f;return r?r(u(t)):[]}})},85506:function(t,r,e){var n=e(5765),o=e(54325),i=e(40973),a=e(79662),u=e(60431);n({target:"Object",stat:!0,forced:o((function(){a(1)})),sham:!u},{getPrototypeOf:function(t){return a(i(t))}})},67412:function(t,r,e){e(5765)({target:"Object",stat:!0},{hasOwn:e(82145)})},53122:function(t,r,e){var n=e(5765),o=e(61500);n({target:"Object",stat:!0,forced:Object.isExtensible!==o},{isExtensible:o})},13623:function(t,r,e){var n=e(5765),o=e(54325),i=e(44538),a=e(31083),u=e(73214),c=Object.isFrozen;n({target:"Object",stat:!0,forced:u||o((function(){c(1)}))},{isFrozen:function(t){return!i(t)||(!(!u||"ArrayBuffer"!=a(t))||!!c&&c(t))}})},30768:function(t,r,e){var n=e(5765),o=e(54325),i=e(44538),a=e(31083),u=e(73214),c=Object.isSealed;n({target:"Object",stat:!0,forced:u||o((function(){c(1)}))},{isSealed:function(t){return!i(t)||(!(!u||"ArrayBuffer"!=a(t))||!!c&&c(t))}})},55995:function(t,r,e){e(5765)({target:"Object",stat:!0},{is:e(1446)})},99641:function(t,r,e){var n=e(5765),o=e(40973),i=e(52370);n({target:"Object",stat:!0,forced:e(54325)((function(){i(1)}))},{keys:function(t){return i(o(t))}})},99411:function(t,r,e){"use strict";var n=e(5765),o=e(87591),i=e(1451),a=e(40973),u=e(33572),c=e(79662),s=e(34340).f;o&&n({target:"Object",proto:!0,forced:i},{__lookupGetter__:function(t){var r,e=a(this),n=u(t);do{if(r=s(e,n))return r.get}while(e=c(e))}})},84834:function(t,r,e){"use strict";var n=e(5765),o=e(87591),i=e(1451),a=e(40973),u=e(33572),c=e(79662),s=e(34340).f;o&&n({target:"Object",proto:!0,forced:i},{__lookupSetter__:function(t){var r,e=a(this),n=u(t);do{if(r=s(e,n))return r.set}while(e=c(e))}})},29356:function(t,r,e){var n=e(5765),o=e(44538),i=e(38644).onFreeze,a=e(30767),u=e(54325),c=Object.preventExtensions;n({target:"Object",stat:!0,forced:u((function(){c(1)})),sham:!a},{preventExtensions:function(t){return c&&o(t)?c(i(t)):t}})},35682:function(t,r,e){"use strict";var n=e(87591),o=e(81126),i=e(44538),a=e(40973),u=e(29543),c=Object.getPrototypeOf,s=Object.setPrototypeOf,f=Object.prototype,l="__proto__";if(n&&c&&s&&!(l in f))try{o(f,l,{configurable:!0,get:function(){return c(a(this))},set:function(t){var r=u(this);(i(t)||null===t)&&i(r)&&s(r,t)}})}catch(t){}},95540:function(t,r,e){var n=e(5765),o=e(44538),i=e(38644).onFreeze,a=e(30767),u=e(54325),c=Object.seal;n({target:"Object",stat:!0,forced:u((function(){c(1)})),sham:!a},{seal:function(t){return c&&o(t)?c(i(t)):t}})},87170:function(t,r,e){e(5765)({target:"Object",stat:!0},{setPrototypeOf:e(28397)})},61376:function(t,r,e){var n=e(9603),o=e(23699),i=e(41758);n||o(Object.prototype,"toString",i,{unsafe:!0})},44159:function(t,r,e){var n=e(5765),o=e(8521).values;n({target:"Object",stat:!0},{values:function(t){return o(t)}})},896:function(t,r,e){var n=e(5765),o=e(11931);n({global:!0,forced:parseFloat!=o},{parseFloat:o})},36055:function(t,r,e){var n=e(5765),o=e(12077);n({global:!0,forced:parseInt!=o},{parseInt:o})},39158:function(t,r,e){"use strict";var n=e(5765),o=e(74225),i=e(61480),a=e(61437),u=e(43897),c=e(99254);n({target:"Promise",stat:!0,forced:e(32633)},{allSettled:function(t){var r=this,e=a.f(r),n=e.resolve,s=e.reject,f=u((function(){var e=i(r.resolve),a=[],u=0,s=1;c(t,(function(t){var i=u++,c=!1;s++,o(e,r,t).then((function(t){c||(c=!0,a[i]={status:"fulfilled",value:t},--s||n(a))}),(function(t){c||(c=!0,a[i]={status:"rejected",reason:t},--s||n(a))}))})),--s||n(a)}));return f.error&&s(f.value),e.promise}})},26191:function(t,r,e){"use strict";var n=e(5765),o=e(74225),i=e(61480),a=e(61437),u=e(43897),c=e(99254);n({target:"Promise",stat:!0,forced:e(32633)},{all:function(t){var r=this,e=a.f(r),n=e.resolve,s=e.reject,f=u((function(){var e=i(r.resolve),a=[],u=0,f=1;c(t,(function(t){var i=u++,c=!1;f++,o(e,r,t).then((function(t){c||(c=!0,a[i]=t,--f||n(a))}),s)})),--f||n(a)}));return f.error&&s(f.value),e.promise}})},8611:function(t,r,e){"use strict";var n=e(5765),o=e(74225),i=e(61480),a=e(6294),u=e(61437),c=e(43897),s=e(99254),f=e(32633),l="No one promise resolved";n({target:"Promise",stat:!0,forced:f},{any:function(t){var r=this,e=a("AggregateError"),n=u.f(r),f=n.resolve,h=n.reject,p=c((function(){var n=i(r.resolve),a=[],u=0,c=1,p=!1;s(t,(function(t){var i=u++,s=!1;c++,o(n,r,t).then((function(t){s||p||(p=!0,f(t))}),(function(t){s||p||(s=!0,a[i]=t,--c||h(new e(a,l)))}))})),--c||h(new e(a,l))}));return p.error&&h(p.value),n.promise}})},42639:function(t,r,e){"use strict";var n=e(5765),o=e(62842),i=e(76741).CONSTRUCTOR,a=e(76055),u=e(6294),c=e(59046),s=e(23699),f=a&&a.prototype;if(n({target:"Promise",proto:!0,forced:i,real:!0},{catch:function(t){return this.then(void 0,t)}}),!o&&c(a)){var l=u("Promise").prototype.catch;f.catch!==l&&s(f,"catch",l,{unsafe:!0})}},95526:function(t,r,e){"use strict";var n,o,i,a=e(5765),u=e(62842),c=e(12765),s=e(50916),f=e(74225),l=e(23699),h=e(28397),p=e(36007),v=e(69241),d=e(61480),g=e(59046),y=e(44538),m=e(2970),b=e(56923),x=e(73865).set,w=e(18813),S=e(86652),A=e(43897),E=e(72787),O=e(890),I=e(76055),k=e(76741),T=e(61437),R="Promise",M=k.CONSTRUCTOR,j=k.REJECTION_EVENT,C=k.SUBCLASSING,P=O.getterFor(R),N=O.set,_=I&&I.prototype,L=I,D=_,F=s.TypeError,U=s.document,B=s.process,z=T.f,W=z,V=!!(U&&U.createEvent&&s.dispatchEvent),H="unhandledrejection",G=function(t){var r;return!(!y(t)||!g(r=t.then))&&r},q=function(t,r){var e,n,o,i=r.value,a=1==r.state,u=a?t.ok:t.fail,c=t.resolve,s=t.reject,l=t.domain;try{u?(a||(2===r.rejection&&X(r),r.rejection=1),!0===u?e=i:(l&&l.enter(),e=u(i),l&&(l.exit(),o=!0)),e===t.promise?s(F("Promise-chain cycle")):(n=G(e))?f(n,e,c,s):c(e)):s(i)}catch(t){l&&!o&&l.exit(),s(t)}},Y=function(t,r){t.notified||(t.notified=!0,w((function(){for(var e,n=t.reactions;e=n.get();)q(e,t);t.notified=!1,r&&!t.rejection&&K(t)})))},$=function(t,r,e){var n,o;V?((n=U.createEvent("Event")).promise=r,n.reason=e,n.initEvent(t,!1,!0),s.dispatchEvent(n)):n={promise:r,reason:e},!j&&(o=s["on"+t])?o(n):t===H&&S("Unhandled promise rejection",e)},K=function(t){f(x,s,(function(){var r,e=t.facade,n=t.value;if(J(t)&&(r=A((function(){c?B.emit("unhandledRejection",n,e):$(H,e,n)})),t.rejection=c||J(t)?2:1,r.error))throw r.value}))},J=function(t){return 1!==t.rejection&&!t.parent},X=function(t){f(x,s,(function(){var r=t.facade;c?B.emit("rejectionHandled",r):$("rejectionhandled",r,t.value)}))},Q=function(t,r,e){return function(n){t(r,n,e)}},Z=function(t,r,e){t.done||(t.done=!0,e&&(t=e),t.value=r,t.state=2,Y(t,!0))},tt=function(t,r,e){if(!t.done){t.done=!0,e&&(t=e);try{if(t.facade===r)throw F("Promise can't be resolved itself");var n=G(r);n?w((function(){var e={done:!1};try{f(n,r,Q(tt,e,t),Q(Z,e,t))}catch(r){Z(e,r,t)}})):(t.value=r,t.state=1,Y(t,!1))}catch(r){Z({done:!1},r,t)}}};if(M&&(D=(L=function(t){m(this,D),d(t),f(n,this);var r=P(this);try{t(Q(tt,r),Q(Z,r))}catch(t){Z(r,t)}}).prototype,(n=function(t){N(this,{type:R,done:!1,notified:!1,parent:!1,reactions:new E,rejection:!1,state:0,value:void 0})}).prototype=l(D,"then",(function(t,r){var e=P(this),n=z(b(this,L));return e.parent=!0,n.ok=!g(t)||t,n.fail=g(r)&&r,n.domain=c?B.domain:void 0,0==e.state?e.reactions.add(n):w((function(){q(n,e)})),n.promise})),o=function(){var t=new n,r=P(t);this.promise=t,this.resolve=Q(tt,r),this.reject=Q(Z,r)},T.f=z=function(t){return t===L||undefined===t?new o(t):W(t)},!u&&g(I)&&_!==Object.prototype)){i=_.then,C||l(_,"then",(function(t,r){var e=this;return new L((function(t,r){f(i,e,t,r)})).then(t,r)}),{unsafe:!0});try{delete _.constructor}catch(t){}h&&h(_,D)}a({global:!0,constructor:!0,wrap:!0,forced:M},{Promise:L}),p(L,R,!1,!0),v(R)},29662:function(t,r,e){"use strict";var n=e(5765),o=e(62842),i=e(76055),a=e(54325),u=e(6294),c=e(59046),s=e(56923),f=e(29775),l=e(23699),h=i&&i.prototype;if(n({target:"Promise",proto:!0,real:!0,forced:!!i&&a((function(){h.finally.call({then:function(){}},(function(){}))}))},{finally:function(t){var r=s(this,u("Promise")),e=c(t);return this.then(e?function(e){return f(r,t()).then((function(){return e}))}:t,e?function(e){return f(r,t()).then((function(){throw e}))}:t)}}),!o&&c(i)){var p=u("Promise").prototype.finally;h.finally!==p&&l(h,"finally",p,{unsafe:!0})}},74767:function(t,r,e){e(95526),e(26191),e(42639),e(79862),e(94239),e(31379)},79862:function(t,r,e){"use strict";var n=e(5765),o=e(74225),i=e(61480),a=e(61437),u=e(43897),c=e(99254);n({target:"Promise",stat:!0,forced:e(32633)},{race:function(t){var r=this,e=a.f(r),n=e.reject,s=u((function(){var a=i(r.resolve);c(t,(function(t){o(a,r,t).then(e.resolve,n)}))}));return s.error&&n(s.value),e.promise}})},94239:function(t,r,e){"use strict";var n=e(5765),o=e(74225),i=e(61437);n({target:"Promise",stat:!0,forced:e(76741).CONSTRUCTOR},{reject:function(t){var r=i.f(this);return o(r.reject,void 0,t),r.promise}})},31379:function(t,r,e){"use strict";var n=e(5765),o=e(6294),i=e(62842),a=e(76055),u=e(76741).CONSTRUCTOR,c=e(29775),s=o("Promise"),f=i&&!u;n({target:"Promise",stat:!0,forced:i||u},{resolve:function(t){return c(f&&this===s?a:this,t)}})},11054:function(t,r,e){var n=e(5765),o=e(44337),i=e(61480),a=e(17900);n({target:"Reflect",stat:!0,forced:!e(54325)((function(){Reflect.apply((function(){}))}))},{apply:function(t,r,e){return o(i(t),r,a(e))}})},12454:function(t,r,e){var n=e(5765),o=e(6294),i=e(44337),a=e(2563),u=e(16218),c=e(17900),s=e(44538),f=e(79125),l=e(54325),h=o("Reflect","construct"),p=Object.prototype,v=[].push,d=l((function(){function t(){}return!(h((function(){}),[],t)instanceof t)})),g=!l((function(){h((function(){}))})),y=d||g;n({target:"Reflect",stat:!0,forced:y,sham:y},{construct:function(t,r){u(t),c(r);var e=arguments.length<3?t:u(arguments[2]);if(g&&!d)return h(t,r,e);if(t==e){switch(r.length){case 0:return new t;case 1:return new t(r[0]);case 2:return new t(r[0],r[1]);case 3:return new t(r[0],r[1],r[2]);case 4:return new t(r[0],r[1],r[2],r[3])}var n=[null];return i(v,n,r),new(i(a,t,n))}var o=e.prototype,l=f(s(o)?o:p),y=i(t,l,r);return s(y)?y:l}})},68169:function(t,r,e){var n=e(5765),o=e(87591),i=e(17900),a=e(33572),u=e(68503);n({target:"Reflect",stat:!0,forced:e(54325)((function(){Reflect.defineProperty(u.f({},1,{value:1}),1,{value:2})})),sham:!o},{defineProperty:function(t,r,e){i(t);var n=a(r);i(e);try{return u.f(t,n,e),!0}catch(t){return!1}}})},36617:function(t,r,e){var n=e(5765),o=e(17900),i=e(34340).f;n({target:"Reflect",stat:!0},{deleteProperty:function(t,r){var e=i(o(t),r);return!(e&&!e.configurable)&&delete t[r]}})},45298:function(t,r,e){var n=e(5765),o=e(87591),i=e(17900),a=e(34340);n({target:"Reflect",stat:!0,sham:!o},{getOwnPropertyDescriptor:function(t,r){return a.f(i(t),r)}})},53554:function(t,r,e){var n=e(5765),o=e(17900),i=e(79662);n({target:"Reflect",stat:!0,sham:!e(60431)},{getPrototypeOf:function(t){return i(o(t))}})},17626:function(t,r,e){var n=e(5765),o=e(74225),i=e(44538),a=e(17900),u=e(74603),c=e(34340),s=e(79662);n({target:"Reflect",stat:!0},{get:function t(r,e){var n,f,l=arguments.length<3?r:arguments[2];return a(r)===l?r[e]:(n=c.f(r,e))?u(n)?n.value:void 0===n.get?void 0:o(n.get,l):i(f=s(r))?t(f,e,l):void 0}})},74416:function(t,r,e){e(5765)({target:"Reflect",stat:!0},{has:function(t,r){return r in t}})},92451:function(t,r,e){var n=e(5765),o=e(17900),i=e(61500);n({target:"Reflect",stat:!0},{isExtensible:function(t){return o(t),i(t)}})},26462:function(t,r,e){e(5765)({target:"Reflect",stat:!0},{ownKeys:e(61953)})},24312:function(t,r,e){var n=e(5765),o=e(6294),i=e(17900);n({target:"Reflect",stat:!0,sham:!e(30767)},{preventExtensions:function(t){i(t);try{var r=o("Object","preventExtensions");return r&&r(t),!0}catch(t){return!1}}})},89611:function(t,r,e){var n=e(5765),o=e(17900),i=e(46783),a=e(28397);a&&n({target:"Reflect",stat:!0},{setPrototypeOf:function(t,r){o(t),i(r);try{return a(t,r),!0}catch(t){return!1}}})},7872:function(t,r,e){var n=e(5765),o=e(74225),i=e(17900),a=e(44538),u=e(74603),c=e(54325),s=e(68503),f=e(34340),l=e(79662),h=e(55629);n({target:"Reflect",stat:!0,forced:c((function(){var t=function(){},r=s.f(new t,"a",{configurable:!0});return!1!==Reflect.set(t.prototype,"a",1,r)}))},{set:function t(r,e,n){var c,p,v,d=arguments.length<4?r:arguments[3],g=f.f(i(r),e);if(!g){if(a(p=l(r)))return t(p,e,n,d);g=h(0)}if(u(g)){if(!1===g.writable||!a(d))return!1;if(c=f.f(d,e)){if(c.get||c.set||!1===c.writable)return!1;c.value=n,s.f(d,e,c)}else s.f(d,e,h(0,n))}else{if(void 0===(v=g.set))return!1;o(v,d,n)}return!0}})},78313:function(t,r,e){var n=e(5765),o=e(50916),i=e(36007);n({global:!0},{Reflect:{}}),i(o.Reflect,"Reflect",!0)},58207:function(t,r,e){var n=e(87591),o=e(50916),i=e(31464),a=e(85709),u=e(49983),c=e(25442),s=e(46477).f,f=e(78389),l=e(74003),h=e(57117),p=e(69313),v=e(67706),d=e(61349),g=e(23699),y=e(54325),m=e(82145),b=e(890).enforce,x=e(69241),w=e(52361),S=e(9125),A=e(17871),E=w("match"),O=o.RegExp,I=O.prototype,k=o.SyntaxError,T=i(I.exec),R=i("".charAt),M=i("".replace),j=i("".indexOf),C=i("".slice),P=/^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/,N=/a/g,_=/a/g,L=new O(N)!==N,D=v.MISSED_STICKY,F=v.UNSUPPORTED_Y,U=n&&(!L||D||S||A||y((function(){return _[E]=!1,O(N)!=N||O(_)==_||"/a/i"!=O(N,"i")})));if(a("RegExp",U)){for(var B=function(t,r){var e,n,o,i,a,s,v=f(I,this),d=l(t),g=void 0===r,y=[],x=t;if(!v&&d&&g&&t.constructor===B)return t;if((d||f(I,t))&&(t=t.source,g&&(r=p(x))),t=void 0===t?"":h(t),r=void 0===r?"":h(r),x=t,S&&"dotAll"in N&&(n=!!r&&j(r,"s")>-1)&&(r=M(r,/s/g,"")),e=r,D&&"sticky"in N&&(o=!!r&&j(r,"y")>-1)&&F&&(r=M(r,/y/g,"")),A&&(i=function(t){for(var r,e=t.length,n=0,o="",i=[],a={},u=!1,c=!1,s=0,f="";n<=e;n++){if("\\"===(r=R(t,n)))r+=R(t,++n);else if("]"===r)u=!1;else if(!u)switch(!0){case"["===r:u=!0;break;case"("===r:T(P,C(t,n+1))&&(n+=2,c=!0),o+=r,s++;continue;case">"===r&&c:if(""===f||m(a,f))throw new k("Invalid capture group name");a[f]=!0,i[i.length]=[f,s],c=!1,f="";continue}c?f+=r:o+=r}return[o,i]}(t),t=i[0],y=i[1]),a=u(O(t,r),v?this:I,B),(n||o||y.length)&&(s=b(a),n&&(s.dotAll=!0,s.raw=B(function(t){for(var r,e=t.length,n=0,o="",i=!1;n<=e;n++)"\\"!==(r=R(t,n))?i||"."!==r?("["===r?i=!0:"]"===r&&(i=!1),o+=r):o+="[\\s\\S]":o+=r+R(t,++n);return o}(t),e)),o&&(s.sticky=!0),y.length&&(s.groups=y)),t!==x)try{c(a,"source",""===x?"(?:)":x)}catch(t){}return a},z=s(O),W=0;z.length>W;)d(B,O,z[W++]);I.constructor=B,B.prototype=I,g(o,"RegExp",B,{constructor:!0})}x("RegExp")},17193:function(t,r,e){var n=e(87591),o=e(9125),i=e(31083),a=e(81126),u=e(890).get,c=RegExp.prototype,s=TypeError;n&&o&&a(c,"dotAll",{configurable:!0,get:function(){if(this!==c){if("RegExp"===i(this))return!!u(this).dotAll;throw s("Incompatible receiver, RegExp required")}}})},8434:function(t,r,e){"use strict";var n=e(5765),o=e(46936);n({target:"RegExp",proto:!0,forced:/./.exec!==o},{exec:o})},5075:function(t,r,e){var n=e(50916),o=e(87591),i=e(81126),a=e(85530),u=e(54325),c=n.RegExp,s=c.prototype;o&&u((function(){var t=!0;try{c(".","d")}catch(r){t=!1}var r={},e="",n=t?"dgimsy":"gimsy",o=function(t,n){Object.defineProperty(r,t,{get:function(){return e+=n,!0}})},i={dotAll:"s",global:"g",ignoreCase:"i",multiline:"m",sticky:"y"};for(var a in t&&(i.hasIndices="d"),i)o(a,i[a]);return Object.getOwnPropertyDescriptor(s,"flags").get.call(r)!==n||e!==n}))&&i(s,"flags",{configurable:!0,get:a})},84503:function(t,r,e){var n=e(87591),o=e(67706).MISSED_STICKY,i=e(31083),a=e(81126),u=e(890).get,c=RegExp.prototype,s=TypeError;n&&o&&a(c,"sticky",{configurable:!0,get:function(){if(this!==c){if("RegExp"===i(this))return!!u(this).sticky;throw s("Incompatible receiver, RegExp required")}}})},77922:function(t,r,e){"use strict";e(8434);var n,o,i=e(5765),a=e(74225),u=e(59046),c=e(17900),s=e(57117),f=(n=!1,(o=/[ac]/).exec=function(){return n=!0,/./.exec.apply(this,arguments)},!0===o.test("abc")&&n),l=/./.test;i({target:"RegExp",proto:!0,forced:!f},{test:function(t){var r=c(this),e=s(t),n=r.exec;if(!u(n))return a(l,r,e);var o=a(n,r,e);return null!==o&&(c(o),!0)}})},56107:function(t,r,e){"use strict";var n=e(22208).PROPER,o=e(23699),i=e(17900),a=e(57117),u=e(54325),c=e(69313),s="toString",f=RegExp.prototype[s],l=u((function(){return"/a/b"!=f.call({source:"a",flags:"b"})})),h=n&&f.name!=s;(l||h)&&o(RegExp.prototype,s,(function(){var t=i(this);return"/"+a(t.source)+"/"+a(c(t))}),{unsafe:!0})},31622:function(t,r,e){"use strict";e(48957)("Set",(function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}}),e(5386))},79876:function(t,r,e){e(31622)},23170:function(t,r,e){"use strict";var n=e(5765),o=e(19121);n({target:"String",proto:!0,forced:e(19249)("anchor")},{anchor:function(t){return o(this,"a","name",t)}})},99715:function(t,r,e){"use strict";var n=e(5765),o=e(31464),i=e(29543),a=e(18560),u=e(57117),c=e(54325),s=o("".charAt);n({target:"String",proto:!0,forced:c((function(){return"\ud842"!=="𠮷".at(-2)}))},{at:function(t){var r=u(i(this)),e=r.length,n=a(t),o=n>=0?n:e+n;return o<0||o>=e?void 0:s(r,o)}})},50949:function(t,r,e){"use strict";var n=e(5765),o=e(19121);n({target:"String",proto:!0,forced:e(19249)("big")},{big:function(){return o(this,"big","","")}})},75339:function(t,r,e){"use strict";var n=e(5765),o=e(19121);n({target:"String",proto:!0,forced:e(19249)("blink")},{blink:function(){return o(this,"blink","","")}})},33072:function(t,r,e){"use strict";var n=e(5765),o=e(19121);n({target:"String",proto:!0,forced:e(19249)("bold")},{bold:function(){return o(this,"b","","")}})},97200:function(t,r,e){"use strict";var n=e(5765),o=e(33589).codeAt;n({target:"String",proto:!0},{codePointAt:function(t){return o(this,t)}})},33838:function(t,r,e){"use strict";var n,o=e(5765),i=e(1574),a=e(34340).f,u=e(43380),c=e(57117),s=e(57056),f=e(29543),l=e(96794),h=e(62842),p=i("".endsWith),v=i("".slice),d=Math.min,g=l("endsWith");o({target:"String",proto:!0,forced:!!(h||g||(n=a(String.prototype,"endsWith"),!n||n.writable))&&!g},{endsWith:function(t){var r=c(f(this));s(t);var e=arguments.length>1?arguments[1]:void 0,n=r.length,o=void 0===e?n:d(u(e),n),i=c(t);return p?p(r,i,o):v(r,o-i.length,o)===i}})},46371:function(t,r,e){"use strict";var n=e(5765),o=e(19121);n({target:"String",proto:!0,forced:e(19249)("fixed")},{fixed:function(){return o(this,"tt","","")}})},85407:function(t,r,e){"use strict";var n=e(5765),o=e(19121);n({target:"String",proto:!0,forced:e(19249)("fontcolor")},{fontcolor:function(t){return o(this,"font","color",t)}})},53859:function(t,r,e){"use strict";var n=e(5765),o=e(19121);n({target:"String",proto:!0,forced:e(19249)("fontsize")},{fontsize:function(t){return o(this,"font","size",t)}})},32421:function(t,r,e){var n=e(5765),o=e(31464),i=e(76266),a=RangeError,u=String.fromCharCode,c=String.fromCodePoint,s=o([].join);n({target:"String",stat:!0,arity:1,forced:!!c&&1!=c.length},{fromCodePoint:function(t){for(var r,e=[],n=arguments.length,o=0;n>o;){if(r=+arguments[o++],i(r,1114111)!==r)throw a(r+" is not a valid code point");e[o]=r<65536?u(r):u(55296+((r-=65536)>>10),r%1024+56320)}return s(e,"")}})},82922:function(t,r,e){"use strict";var n=e(5765),o=e(31464),i=e(57056),a=e(29543),u=e(57117),c=e(96794),s=o("".indexOf);n({target:"String",proto:!0,forced:!c("includes")},{includes:function(t){return!!~s(u(a(this)),u(i(t)),arguments.length>1?arguments[1]:void 0)}})},50066:function(t,r,e){"use strict";var n=e(5765),o=e(19121);n({target:"String",proto:!0,forced:e(19249)("italics")},{italics:function(){return o(this,"i","","")}})},91188:function(t,r,e){"use strict";var n=e(33589).charAt,o=e(57117),i=e(890),a=e(21411),u=e(70078),c="String Iterator",s=i.set,f=i.getterFor(c);a(String,"String",(function(t){s(this,{type:c,string:o(t),index:0})}),(function(){var t,r=f(this),e=r.string,o=r.index;return o>=e.length?u(void 0,!0):(t=n(e,o),r.index+=t.length,u(t,!1))}))},3238:function(t,r,e){"use strict";var n=e(5765),o=e(19121);n({target:"String",proto:!0,forced:e(19249)("link")},{link:function(t){return o(this,"a","href",t)}})},90709:function(t,r,e){"use strict";var n=e(5765),o=e(74225),i=e(1574),a=e(79868),u=e(70078),c=e(29543),s=e(43380),f=e(57117),l=e(17900),h=e(34395),p=e(31083),v=e(74003),d=e(69313),g=e(28077),y=e(23699),m=e(54325),b=e(52361),x=e(56923),w=e(82744),S=e(59503),A=e(890),E=e(62842),O=b("matchAll"),I="RegExp String",k=I+" Iterator",T=A.set,R=A.getterFor(k),M=RegExp.prototype,j=TypeError,C=i("".indexOf),P=i("".matchAll),N=!!P&&!m((function(){P("a",/./)})),_=a((function(t,r,e,n){T(this,{type:k,regexp:t,string:r,global:e,unicode:n,done:!1})}),I,(function(){var t=R(this);if(t.done)return u(void 0,!0);var r=t.regexp,e=t.string,n=S(r,e);return null===n?(t.done=!0,u(void 0,!0)):t.global?(""===f(n[0])&&(r.lastIndex=w(e,s(r.lastIndex),t.unicode)),u(n,!1)):(t.done=!0,u(n,!1))})),L=function(t){var r,e,n,o=l(this),i=f(t),a=x(o,RegExp),u=f(d(o));return r=new a(a===RegExp?o.source:o,u),e=!!~C(u,"g"),n=!!~C(u,"u"),r.lastIndex=s(o.lastIndex),new _(r,i,e,n)};n({target:"String",proto:!0,forced:N},{matchAll:function(t){var r,e,n,i,a=c(this);if(h(t)){if(N)return P(a,t)}else{if(v(t)&&(r=f(c(d(t))),!~C(r,"g")))throw j("`.matchAll` does not allow non-global regexes");if(N)return P(a,t);if(void 0===(n=g(t,O))&&E&&"RegExp"==p(t)&&(n=L),n)return o(n,t,a)}return e=f(a),i=new RegExp(t,"g"),E?o(L,i,e):i[O](e)}}),E||O in M||y(M,O,L)},5371:function(t,r,e){"use strict";var n=e(74225),o=e(3613),i=e(17900),a=e(34395),u=e(43380),c=e(57117),s=e(29543),f=e(28077),l=e(82744),h=e(59503);o("match",(function(t,r,e){return[function(r){var e=s(this),o=a(r)?void 0:f(r,t);return o?n(o,r,e):new RegExp(r)[t](c(e))},function(t){var n=i(this),o=c(t),a=e(r,n,o);if(a.done)return a.value;if(!n.global)return h(n,o);var s=n.unicode;n.lastIndex=0;for(var f,p=[],v=0;null!==(f=h(n,o));){var d=c(f[0]);p[v]=d,""===d&&(n.lastIndex=l(o,u(n.lastIndex),s)),v++}return 0===v?null:p}]}))},72220:function(t,r,e){"use strict";var n=e(5765),o=e(44195).end;n({target:"String",proto:!0,forced:e(27775)},{padEnd:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},39236:function(t,r,e){"use strict";var n=e(5765),o=e(44195).start;n({target:"String",proto:!0,forced:e(27775)},{padStart:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},11068:function(t,r,e){var n=e(5765),o=e(31464),i=e(27221),a=e(40973),u=e(57117),c=e(68768),s=o([].push),f=o([].join);n({target:"String",stat:!0},{raw:function(t){var r=i(a(t).raw),e=c(r);if(!e)return"";for(var n=arguments.length,o=[],l=0;;){if(s(o,u(r[l++])),l===e)return f(o,"");l<n&&s(o,u(arguments[l]))}}})},84590:function(t,r,e){e(5765)({target:"String",proto:!0},{repeat:e(64021)})},45153:function(t,r,e){"use strict";var n=e(5765),o=e(74225),i=e(31464),a=e(29543),u=e(59046),c=e(34395),s=e(74003),f=e(57117),l=e(28077),h=e(69313),p=e(73723),v=e(52361),d=e(62842),g=v("replace"),y=TypeError,m=i("".indexOf),b=i("".replace),x=i("".slice),w=Math.max,S=function(t,r,e){return e>t.length?-1:""===r?e:m(t,r,e)};n({target:"String",proto:!0},{replaceAll:function(t,r){var e,n,i,v,A,E,O,I,k,T=a(this),R=0,M=0,j="";if(!c(t)){if((e=s(t))&&(n=f(a(h(t))),!~m(n,"g")))throw y("`.replaceAll` does not allow non-global regexes");if(i=l(t,g))return o(i,t,T,r);if(d&&e)return b(f(T),t,r)}for(v=f(T),A=f(t),(E=u(r))||(r=f(r)),O=A.length,I=w(1,O),R=S(v,A,0);-1!==R;)k=E?f(r(A,R,v)):p(A,v,R,[],void 0,r),j+=x(v,M,R)+k,M=R+O,R=S(v,A,R+I);return M<v.length&&(j+=x(v,M)),j}})},93567:function(t,r,e){"use strict";var n=e(44337),o=e(74225),i=e(31464),a=e(3613),u=e(54325),c=e(17900),s=e(59046),f=e(34395),l=e(18560),h=e(43380),p=e(57117),v=e(29543),d=e(82744),g=e(28077),y=e(73723),m=e(59503),b=e(52361)("replace"),x=Math.max,w=Math.min,S=i([].concat),A=i([].push),E=i("".indexOf),O=i("".slice),I="$0"==="a".replace(/./,"$0"),k=!!/./[b]&&""===/./[b]("a","$0");a("replace",(function(t,r,e){var i=k?"$":"$0";return[function(t,e){var n=v(this),i=f(t)?void 0:g(t,b);return i?o(i,t,n,e):o(r,p(n),t,e)},function(t,o){var a=c(this),u=p(t);if("string"==typeof o&&-1===E(o,i)&&-1===E(o,"$<")){var f=e(r,a,u,o);if(f.done)return f.value}var v=s(o);v||(o=p(o));var g=a.global;if(g){var b=a.unicode;a.lastIndex=0}for(var I=[];;){var k=m(a,u);if(null===k)break;if(A(I,k),!g)break;""===p(k[0])&&(a.lastIndex=d(u,h(a.lastIndex),b))}for(var T,R="",M=0,j=0;j<I.length;j++){for(var C=p((k=I[j])[0]),P=x(w(l(k.index),u.length),0),N=[],_=1;_<k.length;_++)A(N,void 0===(T=k[_])?T:String(T));var L=k.groups;if(v){var D=S([C],N,P,u);void 0!==L&&A(D,L);var F=p(n(o,void 0,D))}else F=y(C,u,P,N,L,o);P>=M&&(R+=O(u,M,P)+F,M=P+C.length)}return R+O(u,M)}]}),!!u((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")}))||!I||k)},56691:function(t,r,e){"use strict";var n=e(74225),o=e(3613),i=e(17900),a=e(34395),u=e(29543),c=e(1446),s=e(57117),f=e(28077),l=e(59503);o("search",(function(t,r,e){return[function(r){var e=u(this),o=a(r)?void 0:f(r,t);return o?n(o,r,e):new RegExp(r)[t](s(e))},function(t){var n=i(this),o=s(t),a=e(r,n,o);if(a.done)return a.value;var u=n.lastIndex;c(u,0)||(n.lastIndex=0);var f=l(n,o);return c(n.lastIndex,u)||(n.lastIndex=u),null===f?-1:f.index}]}))},15797:function(t,r,e){"use strict";var n=e(5765),o=e(19121);n({target:"String",proto:!0,forced:e(19249)("small")},{small:function(){return o(this,"small","","")}})},48617:function(t,r,e){"use strict";var n=e(44337),o=e(74225),i=e(31464),a=e(3613),u=e(17900),c=e(34395),s=e(74003),f=e(29543),l=e(56923),h=e(82744),p=e(43380),v=e(57117),d=e(28077),g=e(88639),y=e(59503),m=e(46936),b=e(67706),x=e(54325),w=b.UNSUPPORTED_Y,S=4294967295,A=Math.min,E=[].push,O=i(/./.exec),I=i(E),k=i("".slice),T=!x((function(){var t=/(?:)/,r=t.exec;t.exec=function(){return r.apply(this,arguments)};var e="ab".split(t);return 2!==e.length||"a"!==e[0]||"b"!==e[1]}));a("split",(function(t,r,e){var i;return i="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(t,e){var i=v(f(this)),a=void 0===e?S:e>>>0;if(0===a)return[];if(void 0===t)return[i];if(!s(t))return o(r,i,t,a);for(var u,c,l,h=[],p=(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.unicode?"u":"")+(t.sticky?"y":""),d=0,y=new RegExp(t.source,p+"g");(u=o(m,y,i))&&!((c=y.lastIndex)>d&&(I(h,k(i,d,u.index)),u.length>1&&u.index<i.length&&n(E,h,g(u,1)),l=u[0].length,d=c,h.length>=a));)y.lastIndex===u.index&&y.lastIndex++;return d===i.length?!l&&O(y,"")||I(h,""):I(h,k(i,d)),h.length>a?g(h,0,a):h}:"0".split(void 0,0).length?function(t,e){return void 0===t&&0===e?[]:o(r,this,t,e)}:r,[function(r,e){var n=f(this),a=c(r)?void 0:d(r,t);return a?o(a,r,n,e):o(i,v(n),r,e)},function(t,n){var o=u(this),a=v(t),c=e(i,o,a,n,i!==r);if(c.done)return c.value;var s=l(o,RegExp),f=o.unicode,d=(o.ignoreCase?"i":"")+(o.multiline?"m":"")+(o.unicode?"u":"")+(w?"g":"y"),g=new s(w?"^(?:"+o.source+")":o,d),m=void 0===n?S:n>>>0;if(0===m)return[];if(0===a.length)return null===y(g,a)?[a]:[];for(var b=0,x=0,E=[];x<a.length;){g.lastIndex=w?0:x;var O,T=y(g,w?k(a,x):a);if(null===T||(O=A(p(g.lastIndex+(w?x:0)),a.length))===b)x=h(a,x,f);else{if(I(E,k(a,b,x)),E.length===m)return E;for(var R=1;R<=T.length-1;R++)if(I(E,T[R]),E.length===m)return E;x=b=O}}return I(E,k(a,b)),E}]}),!T,w)},77173:function(t,r,e){"use strict";var n,o=e(5765),i=e(1574),a=e(34340).f,u=e(43380),c=e(57117),s=e(57056),f=e(29543),l=e(96794),h=e(62842),p=i("".startsWith),v=i("".slice),d=Math.min,g=l("startsWith");o({target:"String",proto:!0,forced:!!(h||g||(n=a(String.prototype,"startsWith"),!n||n.writable))&&!g},{startsWith:function(t){var r=c(f(this));s(t);var e=u(d(arguments.length>1?arguments[1]:void 0,r.length)),n=c(t);return p?p(r,n,e):v(r,e,e+n.length)===n}})},94528:function(t,r,e){"use strict";var n=e(5765),o=e(19121);n({target:"String",proto:!0,forced:e(19249)("strike")},{strike:function(){return o(this,"strike","","")}})},17511:function(t,r,e){"use strict";var n=e(5765),o=e(19121);n({target:"String",proto:!0,forced:e(19249)("sub")},{sub:function(){return o(this,"sub","","")}})},81897:function(t,r,e){"use strict";var n=e(5765),o=e(31464),i=e(29543),a=e(18560),u=e(57117),c=o("".slice),s=Math.max,f=Math.min;n({target:"String",proto:!0,forced:!"".substr||"b"!=="ab".substr(-1)},{substr:function(t,r){var e,n,o=u(i(this)),l=o.length,h=a(t);return h===1/0&&(h=0),h<0&&(h=s(l+h,0)),(e=void 0===r?l:a(r))<=0||e===1/0||h>=(n=f(h+e,l))?"":c(o,h,n)}})},81172:function(t,r,e){"use strict";var n=e(5765),o=e(19121);n({target:"String",proto:!0,forced:e(19249)("sup")},{sup:function(){return o(this,"sup","","")}})},43255:function(t,r,e){e(15921);var n=e(5765),o=e(58006);n({target:"String",proto:!0,name:"trimEnd",forced:"".trimEnd!==o},{trimEnd:o})},95677:function(t,r,e){var n=e(5765),o=e(62390);n({target:"String",proto:!0,name:"trimStart",forced:"".trimLeft!==o},{trimLeft:o})},15921:function(t,r,e){var n=e(5765),o=e(58006);n({target:"String",proto:!0,name:"trimEnd",forced:"".trimRight!==o},{trimRight:o})},43530:function(t,r,e){e(95677);var n=e(5765),o=e(62390);n({target:"String",proto:!0,name:"trimStart",forced:"".trimStart!==o},{trimStart:o})},44401:function(t,r,e){"use strict";var n=e(5765),o=e(76070).trim;n({target:"String",proto:!0,forced:e(46856)("trim")},{trim:function(){return o(this)}})},35429:function(t,r,e){e(1570)("asyncIterator")},40825:function(t,r,e){"use strict";var n=e(5765),o=e(50916),i=e(74225),a=e(31464),u=e(62842),c=e(87591),s=e(42321),f=e(54325),l=e(82145),h=e(78389),p=e(17900),v=e(27221),d=e(33572),g=e(57117),y=e(55629),m=e(79125),b=e(52370),x=e(46477),w=e(41974),S=e(84905),A=e(34340),E=e(68503),O=e(54231),I=e(21396),k=e(23699),T=e(81126),R=e(91424),M=e(87746),j=e(54016),C=e(18882),P=e(52361),N=e(88380),_=e(1570),L=e(53164),D=e(36007),F=e(890),U=e(66747).forEach,B=M("hidden"),z="Symbol",W="prototype",V=F.set,H=F.getterFor(z),G=Object[W],q=o.Symbol,Y=q&&q[W],$=o.TypeError,K=o.QObject,J=A.f,X=E.f,Q=w.f,Z=I.f,tt=a([].push),rt=R("symbols"),et=R("op-symbols"),nt=R("wks"),ot=!K||!K[W]||!K[W].findChild,it=c&&f((function(){return 7!=m(X({},"a",{get:function(){return X(this,"a",{value:7}).a}})).a}))?function(t,r,e){var n=J(G,r);n&&delete G[r],X(t,r,e),n&&t!==G&&X(G,r,n)}:X,at=function(t,r){var e=rt[t]=m(Y);return V(e,{type:z,tag:t,description:r}),c||(e.description=r),e},ut=function(t,r,e){t===G&&ut(et,r,e),p(t);var n=d(r);return p(e),l(rt,n)?(e.enumerable?(l(t,B)&&t[B][n]&&(t[B][n]=!1),e=m(e,{enumerable:y(0,!1)})):(l(t,B)||X(t,B,y(1,{})),t[B][n]=!0),it(t,n,e)):X(t,n,e)},ct=function(t,r){p(t);var e=v(r),n=b(e).concat(ht(e));return U(n,(function(r){c&&!i(st,e,r)||ut(t,r,e[r])})),t},st=function(t){var r=d(t),e=i(Z,this,r);return!(this===G&&l(rt,r)&&!l(et,r))&&(!(e||!l(this,r)||!l(rt,r)||l(this,B)&&this[B][r])||e)},ft=function(t,r){var e=v(t),n=d(r);if(e!==G||!l(rt,n)||l(et,n)){var o=J(e,n);return!o||!l(rt,n)||l(e,B)&&e[B][n]||(o.enumerable=!0),o}},lt=function(t){var r=Q(v(t)),e=[];return U(r,(function(t){l(rt,t)||l(j,t)||tt(e,t)})),e},ht=function(t){var r=t===G,e=Q(r?et:v(t)),n=[];return U(e,(function(t){!l(rt,t)||r&&!l(G,t)||tt(n,rt[t])})),n};s||(q=function(){if(h(Y,this))throw $("Symbol is not a constructor");var t=arguments.length&&void 0!==arguments[0]?g(arguments[0]):void 0,r=C(t),e=function(t){this===G&&i(e,et,t),l(this,B)&&l(this[B],r)&&(this[B][r]=!1),it(this,r,y(1,t))};return c&&ot&&it(G,r,{configurable:!0,set:e}),at(r,t)},k(Y=q[W],"toString",(function(){return H(this).tag})),k(q,"withoutSetter",(function(t){return at(C(t),t)})),I.f=st,E.f=ut,O.f=ct,A.f=ft,x.f=w.f=lt,S.f=ht,N.f=function(t){return at(P(t),t)},c&&(T(Y,"description",{configurable:!0,get:function(){return H(this).description}}),u||k(G,"propertyIsEnumerable",st,{unsafe:!0}))),n({global:!0,constructor:!0,wrap:!0,forced:!s,sham:!s},{Symbol:q}),U(b(nt),(function(t){_(t)})),n({target:z,stat:!0,forced:!s},{useSetter:function(){ot=!0},useSimple:function(){ot=!1}}),n({target:"Object",stat:!0,forced:!s,sham:!c},{create:function(t,r){return void 0===r?m(t):ct(m(t),r)},defineProperty:ut,defineProperties:ct,getOwnPropertyDescriptor:ft}),n({target:"Object",stat:!0,forced:!s},{getOwnPropertyNames:lt}),L(),D(q,z),j[B]=!0},62123:function(t,r,e){"use strict";var n=e(5765),o=e(87591),i=e(50916),a=e(31464),u=e(82145),c=e(59046),s=e(78389),f=e(57117),l=e(81126),h=e(78305),p=i.Symbol,v=p&&p.prototype;if(o&&c(p)&&(!("description"in v)||void 0!==p().description)){var d={},g=function(){var t=arguments.length<1||void 0===arguments[0]?void 0:f(arguments[0]),r=s(v,this)?new p(t):void 0===t?p():p(t);return""===t&&(d[r]=!0),r};h(g,p),g.prototype=v,v.constructor=g;var y="Symbol(test)"==String(p("test")),m=a(v.valueOf),b=a(v.toString),x=/^Symbol\((.*)\)[^)]+$/,w=a("".replace),S=a("".slice);l(v,"description",{configurable:!0,get:function(){var t=m(this);if(u(d,t))return"";var r=b(t),e=y?S(r,7,-1):w(r,x,"$1");return""===e?void 0:e}}),n({global:!0,constructor:!0,forced:!0},{Symbol:g})}},78265:function(t,r,e){var n=e(5765),o=e(6294),i=e(82145),a=e(57117),u=e(91424),c=e(58378),s=u("string-to-symbol-registry"),f=u("symbol-to-string-registry");n({target:"Symbol",stat:!0,forced:!c},{for:function(t){var r=a(t);if(i(s,r))return s[r];var e=o("Symbol")(r);return s[r]=e,f[e]=r,e}})},65734:function(t,r,e){e(1570)("hasInstance")},89275:function(t,r,e){e(1570)("isConcatSpreadable")},52644:function(t,r,e){e(1570)("iterator")},41289:function(t,r,e){e(40825),e(78265),e(60015),e(65699),e(94657)},60015:function(t,r,e){var n=e(5765),o=e(82145),i=e(22306),a=e(66337),u=e(91424),c=e(58378),s=u("symbol-to-string-registry");n({target:"Symbol",stat:!0,forced:!c},{keyFor:function(t){if(!i(t))throw TypeError(a(t)+" is not a symbol");if(o(s,t))return s[t]}})},14963:function(t,r,e){e(1570)("matchAll")},53245:function(t,r,e){e(1570)("match")},11905:function(t,r,e){e(1570)("replace")},50474:function(t,r,e){e(1570)("search")},57187:function(t,r,e){e(1570)("species")},69488:function(t,r,e){e(1570)("split")},14387:function(t,r,e){var n=e(1570),o=e(53164);n("toPrimitive"),o()},79277:function(t,r,e){var n=e(6294),o=e(1570),i=e(36007);o("toStringTag"),i(n("Symbol"),"Symbol")},37415:function(t,r,e){e(1570)("unscopables")},31104:function(t,r,e){"use strict";var n=e(22211),o=e(68768),i=e(18560),a=n.aTypedArray;(0,n.exportTypedArrayMethod)("at",(function(t){var r=a(this),e=o(r),n=i(t),u=n>=0?n:e+n;return u<0||u>=e?void 0:r[u]}))},42003:function(t,r,e){"use strict";var n=e(31464),o=e(22211),i=n(e(9381)),a=o.aTypedArray;(0,o.exportTypedArrayMethod)("copyWithin",(function(t,r){return i(a(this),t,r,arguments.length>2?arguments[2]:void 0)}))},25770:function(t,r,e){"use strict";var n=e(22211),o=e(66747).every,i=n.aTypedArray;(0,n.exportTypedArrayMethod)("every",(function(t){return o(i(this),t,arguments.length>1?arguments[1]:void 0)}))},71511:function(t,r,e){"use strict";var n=e(22211),o=e(97951),i=e(94136),a=e(3425),u=e(74225),c=e(31464),s=e(54325),f=n.aTypedArray,l=n.exportTypedArrayMethod,h=c("".slice);l("fill",(function(t){var r=arguments.length;f(this);var e="Big"===h(a(this),0,3)?i(t):+t;return u(o,this,e,r>1?arguments[1]:void 0,r>2?arguments[2]:void 0)}),s((function(){var t=0;return new Int8Array(2).fill({valueOf:function(){return t++}}),1!==t})))},33381:function(t,r,e){"use strict";var n=e(22211),o=e(66747).filter,i=e(56658),a=n.aTypedArray;(0,n.exportTypedArrayMethod)("filter",(function(t){var r=o(a(this),t,arguments.length>1?arguments[1]:void 0);return i(this,r)}))},75418:function(t,r,e){"use strict";var n=e(22211),o=e(66747).findIndex,i=n.aTypedArray;(0,n.exportTypedArrayMethod)("findIndex",(function(t){return o(i(this),t,arguments.length>1?arguments[1]:void 0)}))},68713:function(t,r,e){"use strict";var n=e(22211),o=e(24004).findLastIndex,i=n.aTypedArray;(0,n.exportTypedArrayMethod)("findLastIndex",(function(t){return o(i(this),t,arguments.length>1?arguments[1]:void 0)}))},18826:function(t,r,e){"use strict";var n=e(22211),o=e(24004).findLast,i=n.aTypedArray;(0,n.exportTypedArrayMethod)("findLast",(function(t){return o(i(this),t,arguments.length>1?arguments[1]:void 0)}))},41866:function(t,r,e){"use strict";var n=e(22211),o=e(66747).find,i=n.aTypedArray;(0,n.exportTypedArrayMethod)("find",(function(t){return o(i(this),t,arguments.length>1?arguments[1]:void 0)}))},71430:function(t,r,e){e(50683)("Float32",(function(t){return function(r,e,n){return t(this,r,e,n)}}))},33873:function(t,r,e){e(50683)("Float64",(function(t){return function(r,e,n){return t(this,r,e,n)}}))},9537:function(t,r,e){"use strict";var n=e(22211),o=e(66747).forEach,i=n.aTypedArray;(0,n.exportTypedArrayMethod)("forEach",(function(t){o(i(this),t,arguments.length>1?arguments[1]:void 0)}))},99203:function(t,r,e){"use strict";var n=e(54583);(0,e(22211).exportTypedArrayStaticMethod)("from",e(49114),n)},84746:function(t,r,e){"use strict";var n=e(22211),o=e(87070).includes,i=n.aTypedArray;(0,n.exportTypedArrayMethod)("includes",(function(t){return o(i(this),t,arguments.length>1?arguments[1]:void 0)}))},64367:function(t,r,e){"use strict";var n=e(22211),o=e(87070).indexOf,i=n.aTypedArray;(0,n.exportTypedArrayMethod)("indexOf",(function(t){return o(i(this),t,arguments.length>1?arguments[1]:void 0)}))},73453:function(t,r,e){e(50683)("Int16",(function(t){return function(r,e,n){return t(this,r,e,n)}}))},16097:function(t,r,e){e(50683)("Int32",(function(t){return function(r,e,n){return t(this,r,e,n)}}))},43587:function(t,r,e){e(50683)("Int8",(function(t){return function(r,e,n){return t(this,r,e,n)}}))},74138:function(t,r,e){"use strict";var n=e(50916),o=e(54325),i=e(31464),a=e(22211),u=e(24317),c=e(52361)("iterator"),s=n.Uint8Array,f=i(u.values),l=i(u.keys),h=i(u.entries),p=a.aTypedArray,v=a.exportTypedArrayMethod,d=s&&s.prototype,g=!o((function(){d[c].call([1])})),y=!!d&&d.values&&d[c]===d.values&&"values"===d.values.name,m=function(){return f(p(this))};v("entries",(function(){return h(p(this))}),g),v("keys",(function(){return l(p(this))}),g),v("values",m,g||!y,{name:"values"}),v(c,m,g||!y,{name:"values"})},571:function(t,r,e){"use strict";var n=e(22211),o=e(31464),i=n.aTypedArray,a=n.exportTypedArrayMethod,u=o([].join);a("join",(function(t){return u(i(this),t)}))},954:function(t,r,e){"use strict";var n=e(22211),o=e(44337),i=e(54930),a=n.aTypedArray;(0,n.exportTypedArrayMethod)("lastIndexOf",(function(t){var r=arguments.length;return o(i,a(this),r>1?[t,arguments[1]]:[t])}))},7028:function(t,r,e){"use strict";var n=e(22211),o=e(66747).map,i=e(54773),a=n.aTypedArray;(0,n.exportTypedArrayMethod)("map",(function(t){return o(a(this),t,arguments.length>1?arguments[1]:void 0,(function(t,r){return new(i(t))(r)}))}))},85679:function(t,r,e){"use strict";var n=e(22211),o=e(54583),i=n.aTypedArrayConstructor;(0,n.exportTypedArrayStaticMethod)("of",(function(){for(var t=0,r=arguments.length,e=new(i(this))(r);r>t;)e[t]=arguments[t++];return e}),o)},27364:function(t,r,e){"use strict";var n=e(22211),o=e(43701).right,i=n.aTypedArray;(0,n.exportTypedArrayMethod)("reduceRight",(function(t){var r=arguments.length;return o(i(this),t,r,r>1?arguments[1]:void 0)}))},24424:function(t,r,e){"use strict";var n=e(22211),o=e(43701).left,i=n.aTypedArray;(0,n.exportTypedArrayMethod)("reduce",(function(t){var r=arguments.length;return o(i(this),t,r,r>1?arguments[1]:void 0)}))},49250:function(t,r,e){"use strict";var n=e(22211),o=n.aTypedArray,i=n.exportTypedArrayMethod,a=Math.floor;i("reverse",(function(){for(var t,r=this,e=o(r).length,n=a(e/2),i=0;i<n;)t=r[i],r[i++]=r[--e],r[e]=t;return r}))},69460:function(t,r,e){"use strict";var n=e(50916),o=e(74225),i=e(22211),a=e(68768),u=e(44390),c=e(40973),s=e(54325),f=n.RangeError,l=n.Int8Array,h=l&&l.prototype,p=h&&h.set,v=i.aTypedArray,d=i.exportTypedArrayMethod,g=!s((function(){var t=new Uint8ClampedArray(2);return o(p,t,{length:1,0:3},1),3!==t[1]})),y=g&&i.NATIVE_ARRAY_BUFFER_VIEWS&&s((function(){var t=new l(2);return t.set(1),t.set("2",1),0!==t[0]||2!==t[1]}));d("set",(function(t){v(this);var r=u(arguments.length>1?arguments[1]:void 0,1),e=c(t);if(g)return o(p,this,e,r);var n=this.length,i=a(e),s=0;if(i+r>n)throw f("Wrong length");for(;s<i;)this[r+s]=e[s++]}),!g||y)},84926:function(t,r,e){"use strict";var n=e(22211),o=e(54773),i=e(54325),a=e(25926),u=n.aTypedArray;(0,n.exportTypedArrayMethod)("slice",(function(t,r){for(var e=a(u(this),t,r),n=o(this),i=0,c=e.length,s=new n(c);c>i;)s[i]=e[i++];return s}),i((function(){new Int8Array(1).slice()})))},53061:function(t,r,e){"use strict";var n=e(22211),o=e(66747).some,i=n.aTypedArray;(0,n.exportTypedArrayMethod)("some",(function(t){return o(i(this),t,arguments.length>1?arguments[1]:void 0)}))},21690:function(t,r,e){"use strict";var n=e(50916),o=e(1574),i=e(54325),a=e(61480),u=e(98344),c=e(22211),s=e(52994),f=e(8575),l=e(37777),h=e(63889),p=c.aTypedArray,v=c.exportTypedArrayMethod,d=n.Uint16Array,g=d&&o(d.prototype.sort),y=!(!g||i((function(){g(new d(2),null)}))&&i((function(){g(new d(2),{})}))),m=!!g&&!i((function(){if(l)return l<74;if(s)return s<67;if(f)return!0;if(h)return h<602;var t,r,e=new d(516),n=Array(516);for(t=0;t<516;t++)r=t%4,e[t]=515-t,n[t]=t-2*r+3;for(g(e,(function(t,r){return(t/4|0)-(r/4|0)})),t=0;t<516;t++)if(e[t]!==n[t])return!0}));v("sort",(function(t){return void 0!==t&&a(t),m?g(this,t):u(p(this),function(t){return function(r,e){return void 0!==t?+t(r,e)||0:e!=e?-1:r!=r?1:0===r&&0===e?1/r>0&&1/e<0?1:-1:r>e}}(t))}),!m||y)},35758:function(t,r,e){"use strict";var n=e(22211),o=e(43380),i=e(76266),a=e(54773),u=n.aTypedArray;(0,n.exportTypedArrayMethod)("subarray",(function(t,r){var e=u(this),n=e.length,c=i(t,n);return new(a(e))(e.buffer,e.byteOffset+c*e.BYTES_PER_ELEMENT,o((void 0===r?n:i(r,n))-c))}))},39384:function(t,r,e){"use strict";var n=e(50916),o=e(44337),i=e(22211),a=e(54325),u=e(25926),c=n.Int8Array,s=i.aTypedArray,f=i.exportTypedArrayMethod,l=[].toLocaleString,h=!!c&&a((function(){l.call(new c(1))}));f("toLocaleString",(function(){return o(l,h?u(s(this)):s(this),u(arguments))}),a((function(){return[1,2].toLocaleString()!=new c([1,2]).toLocaleString()}))||!a((function(){c.prototype.toLocaleString.call([1,2])})))},73674:function(t,r,e){"use strict";var n=e(67690),o=e(22211),i=o.aTypedArray,a=o.exportTypedArrayMethod,u=o.getTypedArrayConstructor;a("toReversed",(function(){return n(i(this),u(this))}))},52154:function(t,r,e){"use strict";var n=e(22211),o=e(31464),i=e(61480),a=e(24177),u=n.aTypedArray,c=n.getTypedArrayConstructor,s=n.exportTypedArrayMethod,f=o(n.TypedArrayPrototype.sort);s("toSorted",(function(t){void 0!==t&&i(t);var r=u(this),e=a(c(r),r);return f(e,t)}))},68515:function(t,r,e){"use strict";var n=e(22211).exportTypedArrayMethod,o=e(54325),i=e(50916),a=e(31464),u=i.Uint8Array,c=u&&u.prototype||{},s=[].toString,f=a([].join);o((function(){s.call({})}))&&(s=function(){return f(this)});var l=c.toString!=s;n("toString",s,l)},82347:function(t,r,e){e(50683)("Uint16",(function(t){return function(r,e,n){return t(this,r,e,n)}}))},94122:function(t,r,e){e(50683)("Uint32",(function(t){return function(r,e,n){return t(this,r,e,n)}}))},13720:function(t,r,e){e(50683)("Uint8",(function(t){return function(r,e,n){return t(this,r,e,n)}}))},99490:function(t,r,e){e(50683)("Uint8",(function(t){return function(r,e,n){return t(this,r,e,n)}}),!0)},45786:function(t,r,e){"use strict";var n=e(65086),o=e(22211),i=e(15139),a=e(18560),u=e(94136),c=o.aTypedArray,s=o.getTypedArrayConstructor,f=o.exportTypedArrayMethod,l=!!function(){try{new Int8Array(1).with(2,{valueOf:function(){throw 8}})}catch(t){return 8===t}}();f("with",{with:function(t,r){var e=c(this),o=a(t),f=i(e)?u(r):+r;return n(e,s(e),o,f)}}.with,!l)},83798:function(t,r,e){"use strict";var n=e(5765),o=e(31464),i=e(57117),a=String.fromCharCode,u=o("".charAt),c=o(/./.exec),s=o("".slice),f=/^[\da-f]{2}$/i,l=/^[\da-f]{4}$/i;n({global:!0},{unescape:function(t){for(var r,e,n=i(t),o="",h=n.length,p=0;p<h;){if("%"===(r=u(n,p++)))if("u"===u(n,p)){if(e=s(n,p+1,p+5),c(l,e)){o+=a(parseInt(e,16)),p+=5;continue}}else if(e=s(n,p,p+2),c(f,e)){o+=a(parseInt(e,16)),p+=2;continue}o+=r}return o}})},88103:function(t,r,e){"use strict";var n,o=e(30767),i=e(50916),a=e(31464),u=e(47437),c=e(38644),s=e(48957),f=e(6251),l=e(44538),h=e(890).enforce,p=e(54325),v=e(72874),d=Object,g=Array.isArray,y=d.isExtensible,m=d.isFrozen,b=d.isSealed,x=d.freeze,w=d.seal,S={},A={},E=!i.ActiveXObject&&"ActiveXObject"in i,O=function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}},I=s("WeakMap",O,f),k=I.prototype,T=a(k.set);if(v)if(E){n=f.getConstructor(O,"WeakMap",!0),c.enable();var R=a(k.delete),M=a(k.has),j=a(k.get);u(k,{delete:function(t){if(l(t)&&!y(t)){var r=h(this);return r.frozen||(r.frozen=new n),R(this,t)||r.frozen.delete(t)}return R(this,t)},has:function(t){if(l(t)&&!y(t)){var r=h(this);return r.frozen||(r.frozen=new n),M(this,t)||r.frozen.has(t)}return M(this,t)},get:function(t){if(l(t)&&!y(t)){var r=h(this);return r.frozen||(r.frozen=new n),M(this,t)?j(this,t):r.frozen.get(t)}return j(this,t)},set:function(t,r){if(l(t)&&!y(t)){var e=h(this);e.frozen||(e.frozen=new n),M(this,t)?T(this,t,r):e.frozen.set(t,r)}else T(this,t,r);return this}})}else o&&p((function(){var t=x([]);return T(new I,t,1),!m(t)}))&&u(k,{set:function(t,r){var e;return g(t)&&(m(t)?e=S:b(t)&&(e=A)),T(this,t,r),e==S&&x(t),e==A&&w(t),this}})},73784:function(t,r,e){e(88103)},3051:function(t,r,e){"use strict";e(48957)("WeakSet",(function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}}),e(6251))},93727:function(t,r,e){e(3051)},57788:function(t,r,e){e(97180)},67114:function(t,r,e){"use strict";var n=e(87591),o=e(81126),i=e(98311),a=ArrayBuffer.prototype;n&&!("detached"in a)&&o(a,"detached",{configurable:!0,get:function(){return i(this)}})},73265:function(t,r,e){"use strict";var n=e(5765),o=e(60327);o&&n({target:"ArrayBuffer",proto:!0},{transferToFixedLength:function(){return o(this,arguments.length?arguments[0]:void 0,!1)}})},98441:function(t,r,e){"use strict";var n=e(5765),o=e(60327);o&&n({target:"ArrayBuffer",proto:!0},{transfer:function(){return o(this,arguments.length?arguments[0]:void 0,!0)}})},22201:function(t,r,e){e(12890)},17942:function(t,r,e){"use strict";var n=e(5765),o=e(66747).filterReject,i=e(24441);n({target:"Array",proto:!0,forced:!0},{filterOut:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),i("filterOut")},23754:function(t,r,e){"use strict";var n=e(5765),o=e(66747).filterReject,i=e(24441);n({target:"Array",proto:!0,forced:!0},{filterReject:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),i("filterReject")},33671:function(t,r,e){e(98217)},89561:function(t,r,e){e(60198)},81088:function(t,r,e){e(5765)({target:"Array",stat:!0},{fromAsync:e(63244)})},60442:function(t,r,e){var n=e(5765),o=e(28655),i=e(24441),a=e(15498);n({target:"Array",proto:!0,name:"groupToMap",forced:e(62842)||!o("groupByToMap")},{groupByToMap:a}),i("groupByToMap")},78938:function(t,r,e){"use strict";var n=e(5765),o=e(81655),i=e(28655),a=e(24441);n({target:"Array",proto:!0,forced:!i("groupBy")},{groupBy:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),a("groupBy")},70302:function(t,r,e){var n=e(5765),o=e(24441),i=e(15498);n({target:"Array",proto:!0,forced:e(62842)},{groupToMap:i}),o("groupToMap")},29144:function(t,r,e){"use strict";var n=e(5765),o=e(81655),i=e(24441);n({target:"Array",proto:!0},{group:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),i("group")},31721:function(t,r,e){var n=e(5765),o=e(86931),i=Object.isFrozen,a=function(t,r){if(!i||!o(t)||!i(t))return!1;for(var e,n=0,a=t.length;n<a;)if(!("string"==typeof(e=t[n++])||r&&void 0===e))return!1;return 0!==a};n({target:"Array",stat:!0,sham:!0,forced:!0},{isTemplateObject:function(t){if(!a(t,!0))return!1;var r=t.raw;return r.length===t.length&&a(r,!1)}})},80099:function(t,r,e){"use strict";var n=e(87591),o=e(24441),i=e(40973),a=e(68768),u=e(81126);n&&(u(Array.prototype,"lastIndex",{configurable:!0,get:function(){var t=i(this),r=a(t);return 0==r?0:r-1}}),o("lastIndex"))},34608:function(t,r,e){"use strict";var n=e(87591),o=e(24441),i=e(40973),a=e(68768),u=e(81126);n&&(u(Array.prototype,"lastItem",{configurable:!0,get:function(){var t=i(this),r=a(t);return 0==r?void 0:t[r-1]},set:function(t){var r=i(this),e=a(r);return r[0==e?0:e-1]=t}}),o("lastItem"))},38053:function(t,r,e){e(91754)},82862:function(t,r,e){e(59494)},91711:function(t,r,e){e(4635)},69565:function(t,r,e){"use strict";var n=e(5765),o=e(24441);n({target:"Array",proto:!0,forced:!0},{uniqueBy:e(62952)}),o("uniqueBy")},47098:function(t,r,e){e(79057)},1339:function(t,r,e){"use strict";var n=e(5765),o=e(87591),i=e(6294),a=e(61480),u=e(2970),c=e(23699),s=e(47437),f=e(81126),l=e(52361),h=e(890),p=e(77500),v=i("Promise"),d=i("SuppressedError"),g=ReferenceError,y=l("asyncDispose"),m=l("toStringTag"),b="AsyncDisposableStack",x=h.set,w=h.getterFor(b),S="async-dispose",A="disposed",E=function(t){var r=w(t);if(r.state==A)throw g(b+" already disposed");return r},O=function(){x(u(this,I),{type:b,state:"pending",stack:[]}),o||(this.disposed=!1)},I=O.prototype;s(I,{disposeAsync:function(){var t=this;return new v((function(r,e){var n=w(t);if(n.state==A)return r(void 0);n.state=A,o||(t.disposed=!0);var i,a=n.stack,u=a.length,c=!1,s=function(t){c?i=new d(t,i):(c=!0,i=t),f()},f=function(){if(u){var t=a[--u];a[u]=null;try{v.resolve(t()).then(f,s)}catch(t){s(t)}}else n.stack=null,c?e(i):r(void 0)};f()}))},use:function(t){return p(E(this),t,S),t},adopt:function(t,r){var e=E(this);return a(r),p(e,void 0,S,(function(){r(t)})),t},defer:function(t){var r=E(this);a(t),p(r,void 0,S,t)},move:function(){var t=E(this),r=new O;return w(r).stack=t.stack,t.stack=[],t.state=A,o||(this.disposed=!0),r}}),o&&f(I,"disposed",{configurable:!0,get:function(){return w(this).state==A}}),c(I,y,I.disposeAsync,{name:"disposeAsync"}),c(I,m,b,{nonWritable:!0}),n({global:!0,constructor:!0,forced:!0},{AsyncDisposableStack:O})},65966:function(t,r,e){e(5765)({target:"AsyncIterator",name:"indexed",proto:!0,real:!0,forced:!0},{asIndexedPairs:e(57513)})},84553:function(t,r,e){"use strict";var n=e(74225),o=e(23699),i=e(6294),a=e(28077),u=e(82145),c=e(52361),s=e(59793),f=c("asyncDispose"),l=i("Promise");u(s,f)||o(s,f,(function(){var t=this;return new l((function(r,e){var o=a(t,"return");o?l.resolve(n(o,t)).then((function(){r(void 0)}),e):r(void 0)}))}))},14254:function(t,r,e){"use strict";var n=e(5765),o=e(2970),i=e(25442),a=e(82145),u=e(52361),c=e(59793),s=e(62842),f=u("toStringTag"),l=function(){o(this,c)};l.prototype=c,a(c,f)||i(c,f,"AsyncIterator"),!s&&a(c,"constructor")&&c.constructor!==Object||i(c,"constructor",l),n({global:!0,constructor:!0,forced:s},{AsyncIterator:l})},82693:function(t,r,e){"use strict";var n=e(5765),o=e(74225),i=e(17900),a=e(34117),u=e(89395),c=e(53232),s=e(33720),f=e(70078),l=s((function(t){var r=this;return new t((function(e,n){var a=function(t){r.done=!0,n(t)},u=function(){try{t.resolve(i(o(r.next,r.iterator))).then((function(t){try{i(t).done?(r.done=!0,e(f(void 0,!0))):r.remaining?(r.remaining--,u()):e(f(t.value,!1))}catch(t){a(t)}}),a)}catch(t){a(t)}};u()}))}));n({target:"AsyncIterator",proto:!0,real:!0},{drop:function(t){i(this);var r=c(u(+t));return new l(a(this),{remaining:r})}})},60755:function(t,r,e){"use strict";var n=e(5765),o=e(94391).every;n({target:"AsyncIterator",proto:!0,real:!0},{every:function(t){return o(this,t)}})},48351:function(t,r,e){"use strict";var n=e(5765),o=e(74225),i=e(61480),a=e(17900),u=e(44538),c=e(34117),s=e(33720),f=e(70078),l=e(8950),h=s((function(t){var r=this,e=r.iterator,n=r.predicate;return new t((function(i,c){var s=function(t){r.done=!0,c(t)},h=function(t){l(e,s,t,s)},p=function(){try{t.resolve(a(o(r.next,e))).then((function(e){try{if(a(e).done)r.done=!0,i(f(void 0,!0));else{var o=e.value;try{var c=n(o,r.counter++),l=function(t){t?i(f(o,!1)):p()};u(c)?t.resolve(c).then(l,h):l(c)}catch(t){h(t)}}}catch(t){s(t)}}),s)}catch(t){s(t)}};p()}))}));n({target:"AsyncIterator",proto:!0,real:!0},{filter:function(t){return a(this),i(t),new h(c(this),{predicate:t})}})},6569:function(t,r,e){"use strict";var n=e(5765),o=e(94391).find;n({target:"AsyncIterator",proto:!0,real:!0},{find:function(t){return o(this,t)}})},28510:function(t,r,e){"use strict";var n=e(5765),o=e(74225),i=e(61480),a=e(17900),u=e(44538),c=e(34117),s=e(33720),f=e(70078),l=e(22041),h=e(8950),p=s((function(t){var r=this,e=r.iterator,n=r.mapper;return new t((function(i,c){var s=function(t){r.done=!0,c(t)},p=function(t){h(e,s,t,s)},v=function(){try{t.resolve(a(o(r.next,e))).then((function(e){try{if(a(e).done)r.done=!0,i(f(void 0,!0));else{var o=e.value;try{var c=n(o,r.counter++),h=function(t){try{r.inner=l(t),d()}catch(t){p(t)}};u(c)?t.resolve(c).then(h,p):h(c)}catch(t){p(t)}}}catch(t){s(t)}}),s)}catch(t){s(t)}},d=function(){var e=r.inner;if(e)try{t.resolve(a(o(e.next,e.iterator))).then((function(t){try{a(t).done?(r.inner=null,v()):i(f(t.value,!1))}catch(t){p(t)}}),p)}catch(t){p(t)}else v()};d()}))}));n({target:"AsyncIterator",proto:!0,real:!0},{flatMap:function(t){return a(this),i(t),new p(c(this),{mapper:t,inner:null})}})},96954:function(t,r,e){"use strict";var n=e(5765),o=e(94391).forEach;n({target:"AsyncIterator",proto:!0,real:!0},{forEach:function(t){return o(this,t)}})},59433:function(t,r,e){var n=e(5765),o=e(40973),i=e(78389),a=e(22041),u=e(59793),c=e(57380);n({target:"AsyncIterator",stat:!0},{from:function(t){var r=a("string"==typeof t?o(t):t);return i(u,r.iterator)?r.iterator:new c(r)}})},78958:function(t,r,e){e(5765)({target:"AsyncIterator",proto:!0,real:!0,forced:!0},{indexed:e(57513)})},93605:function(t,r,e){e(5765)({target:"AsyncIterator",proto:!0,real:!0},{map:e(98901)})},54327:function(t,r,e){"use strict";var n=e(5765),o=e(74225),i=e(61480),a=e(17900),u=e(44538),c=e(6294),s=e(34117),f=e(8950),l=c("Promise"),h=TypeError;n({target:"AsyncIterator",proto:!0,real:!0},{reduce:function(t){a(this),i(t);var r=s(this),e=r.iterator,n=r.next,c=arguments.length<2,p=c?void 0:arguments[1],v=0;return new l((function(r,i){var s=function(t){f(e,i,t,i)},d=function(){try{l.resolve(a(o(n,e))).then((function(e){try{if(a(e).done)c?i(h("Reduce of empty iterator with no initial value")):r(p);else{var n=e.value;if(c)c=!1,p=n,d();else try{var o=t(p,n,v),f=function(t){p=t,d()};u(o)?l.resolve(o).then(f,s):f(o)}catch(t){s(t)}}v++}catch(t){i(t)}}),i)}catch(t){i(t)}};d()}))}})},49364:function(t,r,e){"use strict";var n=e(5765),o=e(94391).some;n({target:"AsyncIterator",proto:!0,real:!0},{some:function(t){return o(this,t)}})},48226:function(t,r,e){"use strict";var n=e(5765),o=e(74225),i=e(17900),a=e(34117),u=e(89395),c=e(53232),s=e(33720),f=e(70078),l=s((function(t){var r,e=this,n=e.iterator;if(!e.remaining--){var a=f(void 0,!0);return e.done=!0,void 0!==(r=n.return)?t.resolve(o(r,n,void 0)).then((function(){return a})):a}return t.resolve(o(e.next,n)).then((function(t){return i(t).done?(e.done=!0,f(void 0,!0)):f(t.value,!1)})).then(null,(function(t){throw e.done=!0,t}))}));n({target:"AsyncIterator",proto:!0,real:!0},{take:function(t){i(this);var r=c(u(+t));return new l(a(this),{remaining:r})}})},17934:function(t,r,e){"use strict";var n=e(5765),o=e(94391).toArray;n({target:"AsyncIterator",proto:!0,real:!0},{toArray:function(){return o(this,void 0,[])}})},42884:function(t,r,e){"use strict";var n=e(5765),o=e(17305);"function"==typeof BigInt&&n({target:"BigInt",stat:!0,forced:!0},{range:function(t,r,e){return new o(t,r,e,"bigint",BigInt(0),BigInt(1))}})},37317:function(t,r,e){var n=e(5765),o=e(44337),i=e(10304),a=e(6294),u=e(79125),c=Object,s=function(){var t=a("Object","freeze");return t?t(u(null)):u(null)};n({global:!0,forced:!0},{compositeKey:function(){return o(i,c,arguments).get("object",s)}})},79878:function(t,r,e){var n=e(5765),o=e(10304),i=e(6294),a=e(44337);n({global:!0,forced:!0},{compositeSymbol:function(){return 1==arguments.length&&"string"==typeof arguments[0]?i("Symbol").for(arguments[0]):a(o,null,arguments).get("symbol",i("Symbol"))}})},1710:function(t,r,e){"use strict";var n=e(5765),o=e(87591),i=e(6294),a=e(61480),u=e(2970),c=e(23699),s=e(47437),f=e(81126),l=e(52361),h=e(890),p=e(77500),v=i("SuppressedError"),d=ReferenceError,g=l("dispose"),y=l("toStringTag"),m="DisposableStack",b=h.set,x=h.getterFor(m),w="sync-dispose",S="disposed",A=function(t){var r=x(t);if(r.state==S)throw d(m+" already disposed");return r},E=function(){b(u(this,O),{type:m,state:"pending",stack:[]}),o||(this.disposed=!1)},O=E.prototype;s(O,{dispose:function(){var t=x(this);if(t.state!=S){t.state=S,o||(this.disposed=!0);for(var r,e=t.stack,n=e.length,i=!1;n;){var a=e[--n];e[n]=null;try{a()}catch(t){i?r=new v(t,r):(i=!0,r=t)}}if(t.stack=null,i)throw r}},use:function(t){return p(A(this),t,w),t},adopt:function(t,r){var e=A(this);return a(r),p(e,void 0,w,(function(){r(t)})),t},defer:function(t){var r=A(this);a(t),p(r,void 0,w,t)},move:function(){var t=A(this),r=new E;return x(r).stack=t.stack,t.stack=[],t.state=S,o||(this.disposed=!0),r}}),o&&f(O,"disposed",{configurable:!0,get:function(){return x(this).state==S}}),c(O,g,O.dispose,{name:"dispose"}),c(O,y,m,{nonWritable:!0}),n({global:!0,constructor:!0},{DisposableStack:E})},2247:function(t,r,e){e(5765)({target:"Function",proto:!0,forced:!0},{demethodize:e(55523)})},23915:function(t,r,e){var n=e(5765),o=e(31464),i=e(59046),a=e(81713),u=e(82145),c=e(87591),s=Object.getOwnPropertyDescriptor,f=/^\s*class\b/,l=o(f.exec);n({target:"Function",stat:!0,sham:!0,forced:!0},{isCallable:function(t){return i(t)&&!function(t){try{if(!c||!l(f,a(t)))return!1}catch(t){}var r=s(t,"prototype");return!!r&&u(r,"writable")&&!r.writable}(t)}})},58158:function(t,r,e){e(5765)({target:"Function",stat:!0,forced:!0},{isConstructor:e(44462)})},92397:function(t,r,e){e(5765)({target:"Function",proto:!0,forced:!0,name:"demethodize"},{unThis:e(55523)})},46668:function(t,r,e){e(65167)},18221:function(t,r,e){e(5765)({target:"Iterator",name:"indexed",proto:!0,real:!0,forced:!0},{asIndexedPairs:e(64916)})},99662:function(t,r,e){"use strict";var n=e(5765),o=e(50916),i=e(2970),a=e(59046),u=e(25442),c=e(54325),s=e(82145),f=e(52361),l=e(50089).IteratorPrototype,h=e(62842),p=f("toStringTag"),v=o.Iterator,d=h||!a(v)||v.prototype!==l||!c((function(){v({})})),g=function(){i(this,l)};s(l,p)||u(l,p,"Iterator"),!d&&s(l,"constructor")&&l.constructor!==Object||u(l,"constructor",g),g.prototype=l,n({global:!0,constructor:!0,forced:d},{Iterator:g})},79369:function(t,r,e){"use strict";var n=e(74225),o=e(23699),i=e(28077),a=e(82145),u=e(52361),c=e(50089).IteratorPrototype,s=u("dispose");a(c,s)||o(c,s,(function(){var t=i(this,"return");t&&n(t,this)}))},25715:function(t,r,e){"use strict";var n=e(5765),o=e(74225),i=e(17900),a=e(34117),u=e(89395),c=e(53232),s=e(35840)((function(){for(var t,r=this.iterator,e=this.next;this.remaining;)if(this.remaining--,t=i(o(e,r)),this.done=!!t.done)return;if(t=i(o(e,r)),!(this.done=!!t.done))return t.value}));n({target:"Iterator",proto:!0,real:!0},{drop:function(t){i(this);var r=c(u(+t));return new s(a(this),{remaining:r})}})},26341:function(t,r,e){"use strict";var n=e(5765),o=e(99254),i=e(61480),a=e(17900),u=e(34117);n({target:"Iterator",proto:!0,real:!0},{every:function(t){a(this),i(t);var r=u(this),e=0;return!o(r,(function(r,n){if(!t(r,e++))return n()}),{IS_RECORD:!0,INTERRUPTED:!0}).stopped}})},91647:function(t,r,e){"use strict";var n=e(5765),o=e(74225),i=e(61480),a=e(17900),u=e(34117),c=e(35840),s=e(30952),f=c((function(){for(var t,r,e=this.iterator,n=this.predicate,i=this.next;;){if(t=a(o(i,e)),this.done=!!t.done)return;if(r=t.value,s(e,n,[r,this.counter++],!0))return r}}));n({target:"Iterator",proto:!0,real:!0},{filter:function(t){return a(this),i(t),new f(u(this),{predicate:t})}})},94679:function(t,r,e){"use strict";var n=e(5765),o=e(99254),i=e(61480),a=e(17900),u=e(34117);n({target:"Iterator",proto:!0,real:!0},{find:function(t){a(this),i(t);var r=u(this),e=0;return o(r,(function(r,n){if(t(r,e++))return n(r)}),{IS_RECORD:!0,INTERRUPTED:!0}).result}})},67699:function(t,r,e){"use strict";var n=e(5765),o=e(74225),i=e(61480),a=e(17900),u=e(34117),c=e(1396),s=e(35840),f=e(46920),l=s((function(){for(var t,r,e=this.iterator,n=this.mapper;;){if(r=this.inner)try{if(!(t=a(o(r.next,r.iterator))).done)return t.value;this.inner=null}catch(t){f(e,"throw",t)}if(t=a(o(this.next,e)),this.done=!!t.done)return;try{this.inner=c(n(t.value,this.counter++))}catch(t){f(e,"throw",t)}}}));n({target:"Iterator",proto:!0,real:!0},{flatMap:function(t){return a(this),i(t),new l(u(this),{mapper:t,inner:null})}})},78230:function(t,r,e){"use strict";var n=e(5765),o=e(99254),i=e(61480),a=e(17900),u=e(34117);n({target:"Iterator",proto:!0,real:!0},{forEach:function(t){a(this),i(t);var r=u(this),e=0;o(r,(function(r){t(r,e++)}),{IS_RECORD:!0})}})},89666:function(t,r,e){var n=e(5765),o=e(74225),i=e(40973),a=e(78389),u=e(50089).IteratorPrototype,c=e(35840),s=e(1396),f=c((function(){return o(this.next,this.iterator)}),!0);n({target:"Iterator",stat:!0},{from:function(t){var r=s("string"==typeof t?i(t):t);return a(u,r.iterator)?r.iterator:new f(r)}})},18290:function(t,r,e){e(5765)({target:"Iterator",proto:!0,real:!0,forced:!0},{indexed:e(64916)})},28581:function(t,r,e){e(5765)({target:"Iterator",proto:!0,real:!0},{map:e(32958)})},75946:function(t,r,e){"use strict";var n=e(5765),o=e(17305),i=TypeError;n({target:"Iterator",stat:!0,forced:!0},{range:function(t,r,e){if("number"==typeof t)return new o(t,r,e,"number",0,1);if("bigint"==typeof t)return new o(t,r,e,"bigint",BigInt(0),BigInt(1));throw i("Incorrect Iterator.range arguments")}})},71639:function(t,r,e){"use strict";var n=e(5765),o=e(99254),i=e(61480),a=e(17900),u=e(34117),c=TypeError;n({target:"Iterator",proto:!0,real:!0},{reduce:function(t){a(this),i(t);var r=u(this),e=arguments.length<2,n=e?void 0:arguments[1],s=0;if(o(r,(function(r){e?(e=!1,n=r):n=t(n,r,s),s++}),{IS_RECORD:!0}),e)throw c("Reduce of empty iterator with no initial value");return n}})},75419:function(t,r,e){"use strict";var n=e(5765),o=e(99254),i=e(61480),a=e(17900),u=e(34117);n({target:"Iterator",proto:!0,real:!0},{some:function(t){a(this),i(t);var r=u(this),e=0;return o(r,(function(r,n){if(t(r,e++))return n()}),{IS_RECORD:!0,INTERRUPTED:!0}).stopped}})},77209:function(t,r,e){"use strict";var n=e(5765),o=e(74225),i=e(17900),a=e(34117),u=e(89395),c=e(53232),s=e(35840),f=e(46920),l=s((function(){var t=this.iterator;if(!this.remaining--)return this.done=!0,f(t,"normal",void 0);var r=i(o(this.next,t));return(this.done=!!r.done)?void 0:r.value}));n({target:"Iterator",proto:!0,real:!0},{take:function(t){i(this);var r=c(u(+t));return new l(a(this),{remaining:r})}})},65393:function(t,r,e){"use strict";var n=e(5765),o=e(17900),i=e(99254),a=e(34117),u=[].push;n({target:"Iterator",proto:!0,real:!0},{toArray:function(){var t=[];return i(a(o(this)),u,{that:t,IS_RECORD:!0}),t}})},23930:function(t,r,e){"use strict";var n=e(5765),o=e(17900),i=e(5992),a=e(57380),u=e(34117);n({target:"Iterator",proto:!0,real:!0},{toAsync:function(){return new a(u(new i(u(o(this)))))}})},28438:function(t,r,e){e(5765)({target:"JSON",stat:!0,forced:!e(42830)},{isRawJSON:e(88938)})},80707:function(t,r,e){"use strict";var n=e(5765),o=e(87591),i=e(50916),a=e(6294),u=e(31464),c=e(74225),s=e(59046),f=e(44538),l=e(86931),h=e(82145),p=e(57117),v=e(68768),d=e(19191),g=e(54325),y=e(35177),m=e(42321),b=i.JSON,x=i.Number,w=i.SyntaxError,S=b&&b.parse,A=a("Object","keys"),E=Object.getOwnPropertyDescriptor,O=u("".charAt),I=u("".slice),k=u(/./.exec),T=u([].push),R=/^\d$/,M=/^[1-9]$/,j=/^(-|\d)$/,C=/^[\t\n\r ]$/,P=function(t,r,e,n){var o,i,a,u,s,p=t[r],d=n&&p===n.value,g=d&&"string"==typeof n.source?{source:n.source}:{};if(f(p)){var y=l(p),m=d?n.nodes:y?[]:{};if(y)for(o=m.length,a=v(p),u=0;u<a;u++)N(p,u,P(p,""+u,e,u<o?m[u]:void 0));else for(i=A(p),a=v(i),u=0;u<a;u++)s=i[u],N(p,s,P(p,s,e,h(m,s)?m[s]:void 0))}return c(e,t,r,p,g)},N=function(t,r,e){if(o){var n=E(t,r);if(n&&!n.configurable)return}void 0===e?delete t[r]:d(t,r,e)},_=function(t,r,e,n){this.value=t,this.end=r,this.source=e,this.nodes=n},L=function(t,r){this.source=t,this.index=r};L.prototype={fork:function(t){return new L(this.source,t)},parse:function(){var t=this.source,r=this.skip(C,this.index),e=this.fork(r),n=O(t,r);if(k(j,n))return e.number();switch(n){case"{":return e.object();case"[":return e.array();case'"':return e.string();case"t":return e.keyword(!0);case"f":return e.keyword(!1);case"n":return e.keyword(null)}throw w('Unexpected character: "'+n+'" at: '+r)},node:function(t,r,e,n,o){return new _(r,n,t?null:I(this.source,e,n),o)},object:function(){for(var t=this.source,r=this.index+1,e=!1,n={},o={};r<t.length;){if(r=this.until(['"',"}"],r),"}"==O(t,r)&&!e){r++;break}var i=this.fork(r).string(),a=i.value;r=i.end,r=this.until([":"],r)+1,r=this.skip(C,r),i=this.fork(r).parse(),d(o,a,i),d(n,a,i.value),r=this.until([",","}"],i.end);var u=O(t,r);if(","==u)e=!0,r++;else if("}"==u){r++;break}}return this.node(1,n,this.index,r,o)},array:function(){for(var t=this.source,r=this.index+1,e=!1,n=[],o=[];r<t.length;){if(r=this.skip(C,r),"]"==O(t,r)&&!e){r++;break}var i=this.fork(r).parse();if(T(o,i),T(n,i.value),r=this.until([",","]"],i.end),","==O(t,r))e=!0,r++;else if("]"==O(t,r)){r++;break}}return this.node(1,n,this.index,r,o)},string:function(){var t=this.index,r=y(this.source,this.index+1);return this.node(0,r.value,t,r.end)},number:function(){var t=this.source,r=this.index,e=r;if("-"==O(t,e)&&e++,"0"==O(t,e))e++;else{if(!k(M,O(t,e)))throw w("Failed to parse number at: "+e);e=this.skip(R,++e)}if(("."==O(t,e)&&(e=this.skip(R,++e)),"e"==O(t,e)||"E"==O(t,e))&&(e++,"+"!=O(t,e)&&"-"!=O(t,e)||e++,e==(e=this.skip(R,e))))throw w("Failed to parse number's exponent value at: "+e);return this.node(0,x(I(t,r,e)),r,e)},keyword:function(t){var r=""+t,e=this.index,n=e+r.length;if(I(this.source,e,n)!=r)throw w("Failed to parse value at: "+e);return this.node(0,t,e,n)},skip:function(t,r){for(var e=this.source;r<e.length&&k(t,O(e,r));r++);return r},until:function(t,r){r=this.skip(C,r);for(var e=O(this.source,r),n=0;n<t.length;n++)if(t[n]==e)return r;throw w('Unexpected character: "'+e+'" at: '+r)}};var D=g((function(){var t,r="9007199254740993";return S(r,(function(r,e,n){t=n.source})),t!==r})),F=m&&!g((function(){return 1/S("-0 \t")!=-1/0}));n({target:"JSON",stat:!0,forced:D},{parse:function(t,r){return F&&!s(r)?S(t):function(t,r){t=p(t);var e=new L(t,0,""),n=e.parse(),o=n.value,i=e.skip(C,n.end);if(i<t.length)throw w('Unexpected extra character: "'+O(t,i)+'" after the parsed data at: '+i);return s(r)?P({"":o},"",r,n):o}(t,r)}})},40861:function(t,r,e){"use strict";var n=e(5765),o=e(30767),i=e(42830),a=e(6294),u=e(74225),c=e(31464),s=e(59046),f=e(88938),l=e(57117),h=e(19191),p=e(35177),v=e(19715),d=e(18882),g=e(890).set,y=String,m=SyntaxError,b=a("JSON","parse"),x=a("JSON","stringify"),w=a("Object","create"),S=a("Object","freeze"),A=c("".charAt),E=c("".slice),O=c(/./.exec),I=c([].push),k=d(),T=k.length,R="Unacceptable as raw JSON",M=/^[\t\n\r ]$/;n({target:"JSON",stat:!0,forced:!i},{rawJSON:function(t){var r=l(t);if(""==r||O(M,A(r,0))||O(M,A(r,r.length-1)))throw m(R);var e=b(r);if("object"==typeof e&&null!==e)throw m(R);var n=w(null);return g(n,{type:"RawJSON"}),h(n,"rawJSON",r),o?S(n):n}}),x&&n({target:"JSON",stat:!0,arity:3,forced:!i},{stringify:function(t,r,e){var n=v(r),o=[],i=x(t,(function(t,r){var e=s(n)?u(n,this,y(t),r):r;return f(e)?k+(I(o,e.rawJSON)-1):e}),e);if("string"!=typeof i)return i;for(var a="",c=i.length,l=0;l<c;l++){var h=A(i,l);if('"'==h){var d=p(i,++l).end-1,g=E(i,l,d);a+=E(g,0,T)==k?o[E(g,T)]:'"'+g+'"',l=d}else a+=h}return a}})},98902:function(t,r,e){"use strict";var n=e(5765),o=e(88943),i=e(60143).remove;n({target:"Map",proto:!0,real:!0,forced:!0},{deleteAll:function(){for(var t,r=o(this),e=!0,n=0,a=arguments.length;n<a;n++)t=i(r,arguments[n]),e=e&&t;return!!e}})},65479:function(t,r,e){"use strict";var n=e(5765),o=e(88943),i=e(60143),a=i.get,u=i.has,c=i.set;n({target:"Map",proto:!0,real:!0,forced:!0},{emplace:function(t,r){var e,n,i=o(this);return u(i,t)?(e=a(i,t),"update"in r&&(e=r.update(e,t,i),c(i,t,e)),e):(n=r.insert(t,i),c(i,t,n),n)}})},11947:function(t,r,e){"use strict";var n=e(5765),o=e(43719),i=e(88943),a=e(14991);n({target:"Map",proto:!0,real:!0,forced:!0},{every:function(t){var r=i(this),e=o(t,arguments.length>1?arguments[1]:void 0);return!1!==a(r,(function(t,n){if(!e(t,n,r))return!1}),!0)}})},4541:function(t,r,e){"use strict";var n=e(5765),o=e(43719),i=e(88943),a=e(60143),u=e(14991),c=a.Map,s=a.set;n({target:"Map",proto:!0,real:!0,forced:!0},{filter:function(t){var r=i(this),e=o(t,arguments.length>1?arguments[1]:void 0),n=new c;return u(r,(function(t,o){e(t,o,r)&&s(n,o,t)})),n}})},71050:function(t,r,e){"use strict";var n=e(5765),o=e(43719),i=e(88943),a=e(14991);n({target:"Map",proto:!0,real:!0,forced:!0},{findKey:function(t){var r=i(this),e=o(t,arguments.length>1?arguments[1]:void 0),n=a(r,(function(t,n){if(e(t,n,r))return{key:n}}),!0);return n&&n.key}})},24931:function(t,r,e){"use strict";var n=e(5765),o=e(43719),i=e(88943),a=e(14991);n({target:"Map",proto:!0,real:!0,forced:!0},{find:function(t){var r=i(this),e=o(t,arguments.length>1?arguments[1]:void 0),n=a(r,(function(t,n){if(e(t,n,r))return{value:t}}),!0);return n&&n.value}})},91551:function(t,r,e){e(5765)({target:"Map",stat:!0,forced:!0},{from:e(8962)})},36915:function(t,r,e){"use strict";var n=e(5765),o=e(74225),i=e(31464),a=e(59046),u=e(61480),c=e(99254),s=e(60143).Map,f=i([].push);n({target:"Map",stat:!0,forced:!0},{groupBy:function(t,r){var e=new(a(this)?this:s);u(r);var n=u(e.has),i=u(e.get),l=u(e.set);return c(t,(function(t){var a=r(t);o(n,e,a)?f(o(i,e,a),t):o(l,e,a,[t])})),e}})},92525:function(t,r,e){"use strict";var n=e(5765),o=e(68794),i=e(88943),a=e(14991);n({target:"Map",proto:!0,real:!0,forced:!0},{includes:function(t){return!0===a(i(this),(function(r){if(o(r,t))return!0}),!0)}})},96156:function(t,r,e){"use strict";var n=e(5765),o=e(74225),i=e(99254),a=e(59046),u=e(61480),c=e(60143).Map;n({target:"Map",stat:!0,forced:!0},{keyBy:function(t,r){var e=new(a(this)?this:c);u(r);var n=u(e.set);return i(t,(function(t){o(n,e,r(t),t)})),e}})},2040:function(t,r,e){"use strict";var n=e(5765),o=e(88943),i=e(14991);n({target:"Map",proto:!0,real:!0,forced:!0},{keyOf:function(t){var r=i(o(this),(function(r,e){if(r===t)return{key:e}}),!0);return r&&r.key}})},53803:function(t,r,e){"use strict";var n=e(5765),o=e(43719),i=e(88943),a=e(60143),u=e(14991),c=a.Map,s=a.set;n({target:"Map",proto:!0,real:!0,forced:!0},{mapKeys:function(t){var r=i(this),e=o(t,arguments.length>1?arguments[1]:void 0),n=new c;return u(r,(function(t,o){s(n,e(t,o,r),t)})),n}})},5297:function(t,r,e){"use strict";var n=e(5765),o=e(43719),i=e(88943),a=e(60143),u=e(14991),c=a.Map,s=a.set;n({target:"Map",proto:!0,real:!0,forced:!0},{mapValues:function(t){var r=i(this),e=o(t,arguments.length>1?arguments[1]:void 0),n=new c;return u(r,(function(t,o){s(n,o,e(t,o,r))})),n}})},90687:function(t,r,e){"use strict";var n=e(5765),o=e(88943),i=e(99254),a=e(60143).set;n({target:"Map",proto:!0,real:!0,arity:1,forced:!0},{merge:function(t){for(var r=o(this),e=arguments.length,n=0;n<e;)i(arguments[n++],(function(t,e){a(r,t,e)}),{AS_ENTRIES:!0});return r}})},31362:function(t,r,e){e(5765)({target:"Map",stat:!0,forced:!0},{of:e(1063)})},68473:function(t,r,e){"use strict";var n=e(5765),o=e(61480),i=e(88943),a=e(14991),u=TypeError;n({target:"Map",proto:!0,real:!0,forced:!0},{reduce:function(t){var r=i(this),e=arguments.length<2,n=e?void 0:arguments[1];if(o(t),a(r,(function(o,i){e?(e=!1,n=o):n=t(n,o,i,r)})),e)throw u("Reduce of empty map with no initial value");return n}})},5478:function(t,r,e){"use strict";var n=e(5765),o=e(43719),i=e(88943),a=e(14991);n({target:"Map",proto:!0,real:!0,forced:!0},{some:function(t){var r=i(this),e=o(t,arguments.length>1?arguments[1]:void 0);return!0===a(r,(function(t,n){if(e(t,n,r))return!0}),!0)}})},24198:function(t,r,e){"use strict";e(5765)({target:"Map",proto:!0,real:!0,name:"upsert",forced:!0},{updateOrInsert:e(16265)})},85942:function(t,r,e){"use strict";var n=e(5765),o=e(61480),i=e(88943),a=e(60143),u=TypeError,c=a.get,s=a.has,f=a.set;n({target:"Map",proto:!0,real:!0,forced:!0},{update:function(t,r){var e=i(this),n=arguments.length;o(r);var a=s(e,t);if(!a&&n<3)throw u("Updating absent value");var l=a?c(e,t):o(n>2?arguments[2]:void 0)(t,e);return f(e,t,r(l,t,e)),e}})},19626:function(t,r,e){"use strict";e(5765)({target:"Map",proto:!0,real:!0,forced:!0},{upsert:e(16265)})},57025:function(t,r,e){var n=e(5765),o=Math.min,i=Math.max;n({target:"Math",stat:!0,forced:!0},{clamp:function(t,r,e){return o(e,i(r,t))}})},9976:function(t,r,e){e(5765)({target:"Math",stat:!0,nonConfigurable:!0,nonWritable:!0},{DEG_PER_RAD:Math.PI/180})},27472:function(t,r,e){var n=e(5765),o=180/Math.PI;n({target:"Math",stat:!0,forced:!0},{degrees:function(t){return t*o}})},76214:function(t,r,e){var n=e(5765),o=e(8227),i=e(33703);n({target:"Math",stat:!0,forced:!0},{fscale:function(t,r,e,n,a){return i(o(t,r,e,n,a))}})},90330:function(t,r,e){e(5765)({target:"Math",stat:!0,forced:!0},{iaddh:function(t,r,e,n){var o=t>>>0,i=e>>>0;return(r>>>0)+(n>>>0)+((o&i|(o|i)&~(o+i>>>0))>>>31)|0}})},34037:function(t,r,e){e(5765)({target:"Math",stat:!0,forced:!0},{imulh:function(t,r){var e=65535,n=+t,o=+r,i=n&e,a=o&e,u=n>>16,c=o>>16,s=(u*a>>>0)+(i*a>>>16);return u*c+(s>>16)+((i*c>>>0)+(s&e)>>16)}})},10037:function(t,r,e){e(5765)({target:"Math",stat:!0,forced:!0},{isubh:function(t,r,e,n){var o=t>>>0,i=e>>>0;return(r>>>0)-(n>>>0)-((~o&i|~(o^i)&o-i>>>0)>>>31)|0}})},21006:function(t,r,e){e(5765)({target:"Math",stat:!0,nonConfigurable:!0,nonWritable:!0},{RAD_PER_DEG:180/Math.PI})},4755:function(t,r,e){var n=e(5765),o=Math.PI/180;n({target:"Math",stat:!0,forced:!0},{radians:function(t){return t*o}})},70047:function(t,r,e){e(5765)({target:"Math",stat:!0,forced:!0},{scale:e(8227)})},91844:function(t,r,e){var n=e(5765),o=e(17900),i=e(19515),a=e(79868),u=e(70078),c=e(890),s="Seeded Random",f=s+" Generator",l=c.set,h=c.getterFor(f),p=TypeError,v=a((function(t){l(this,{type:f,seed:t%2147483647})}),s,(function(){var t=h(this),r=t.seed=(1103515245*t.seed+12345)%2147483647;return u((1073741823&r)/1073741823,!1)}));n({target:"Math",stat:!0,forced:!0},{seededPRNG:function(t){var r=o(t).seed;if(!i(r))throw p('Math.seededPRNG() argument should have a "seed" field with a finite value.');return new v(r)}})},71994:function(t,r,e){e(5765)({target:"Math",stat:!0,forced:!0},{signbit:function(t){var r=+t;return r==r&&0==r?1/r==-1/0:r<0}})},378:function(t,r,e){e(5765)({target:"Math",stat:!0,forced:!0},{umulh:function(t,r){var e=65535,n=+t,o=+r,i=n&e,a=o&e,u=n>>>16,c=o>>>16,s=(u*a>>>0)+(i*a>>>16);return u*c+(s>>>16)+((i*c>>>0)+(s&e)>>>16)}})},43963:function(t,r,e){"use strict";var n=e(5765),o=e(31464),i=e(18560),a=e(12077),u="Invalid number representation",c=RangeError,s=SyntaxError,f=TypeError,l=/^[\da-z]+$/,h=o("".charAt),p=o(l.exec),v=o(1..toString),d=o("".slice);n({target:"Number",stat:!0,forced:!0},{fromString:function(t,r){var e,n,o=1;if("string"!=typeof t)throw f(u);if(!t.length)throw s(u);if("-"==h(t,0)&&(o=-1,!(t=d(t,1)).length))throw s(u);if((e=void 0===r?10:i(r))<2||e>36)throw c("Invalid radix");if(!p(l,t)||v(n=a(t,e),e)!==t)throw s(u);return o*n}})},73175:function(t,r,e){"use strict";var n=e(5765),o=e(17305);n({target:"Number",stat:!0,forced:!0},{range:function(t,r,e){return new o(t,r,e,"number",0,1)}})},27524:function(t,r,e){e(67412)},70037:function(t,r,e){"use strict";var n=e(5765),o=e(33772);n({target:"Object",stat:!0,forced:!0},{iterateEntries:function(t){return new o(t,"entries")}})},54427:function(t,r,e){"use strict";var n=e(5765),o=e(33772);n({target:"Object",stat:!0,forced:!0},{iterateKeys:function(t){return new o(t,"keys")}})},61011:function(t,r,e){"use strict";var n=e(5765),o=e(33772);n({target:"Object",stat:!0,forced:!0},{iterateValues:function(t){return new o(t,"values")}})},59088:function(t,r,e){"use strict";var n=e(5765),o=e(74225),i=e(87591),a=e(69241),u=e(61480),c=e(17900),s=e(2970),f=e(59046),l=e(34395),h=e(44538),p=e(28077),v=e(23699),d=e(47437),g=e(81126),y=e(86652),m=e(52361),b=e(890),x=e(45540),w=m("observable"),S="Observable",A="Subscription",E="SubscriptionObserver",O=b.getterFor,I=b.set,k=O(S),T=O(A),R=O(E),M=function(t){this.observer=c(t),this.cleanup=void 0,this.subscriptionObserver=void 0};M.prototype={type:A,clean:function(){var t=this.cleanup;if(t){this.cleanup=void 0;try{t()}catch(t){y(t)}}},close:function(){if(!i){var t=this.facade,r=this.subscriptionObserver;t.closed=!0,r&&(r.closed=!0)}this.observer=void 0},isClosed:function(){return void 0===this.observer}};var j=function(t,r){var e,n=I(this,new M(t));i||(this.closed=!1);try{(e=p(t,"start"))&&o(e,t,this)}catch(t){y(t)}if(!n.isClosed()){var a=n.subscriptionObserver=new C(n);try{var c=r(a),s=c;l(c)||(n.cleanup=f(c.unsubscribe)?function(){s.unsubscribe()}:u(c))}catch(t){return void a.error(t)}n.isClosed()&&n.clean()}};j.prototype=d({},{unsubscribe:function(){var t=T(this);t.isClosed()||(t.close(),t.clean())}}),i&&g(j.prototype,"closed",{configurable:!0,get:function(){return T(this).isClosed()}});var C=function(t){I(this,{type:E,subscriptionState:t}),i||(this.closed=!1)};C.prototype=d({},{next:function(t){var r=R(this).subscriptionState;if(!r.isClosed()){var e=r.observer;try{var n=p(e,"next");n&&o(n,e,t)}catch(t){y(t)}}},error:function(t){var r=R(this).subscriptionState;if(!r.isClosed()){var e=r.observer;r.close();try{var n=p(e,"error");n?o(n,e,t):y(t)}catch(t){y(t)}r.clean()}},complete:function(){var t=R(this).subscriptionState;if(!t.isClosed()){var r=t.observer;t.close();try{var e=p(r,"complete");e&&o(e,r)}catch(t){y(t)}t.clean()}}}),i&&g(C.prototype,"closed",{configurable:!0,get:function(){return R(this).subscriptionState.isClosed()}});var P=function(t){s(this,N),I(this,{type:S,subscriber:u(t)})},N=P.prototype;d(N,{subscribe:function(t){var r=arguments.length;return new j(f(t)?{next:t,error:r>1?arguments[1]:void 0,complete:r>2?arguments[2]:void 0}:h(t)?t:{},k(this).subscriber)}}),v(N,w,(function(){return this})),n({global:!0,constructor:!0,forced:x},{Observable:P}),a(S)},94410:function(t,r,e){"use strict";var n=e(5765),o=e(6294),i=e(74225),a=e(17900),u=e(44462),c=e(54187),s=e(28077),f=e(99254),l=e(52361),h=e(45540),p=l("observable");n({target:"Observable",stat:!0,forced:h},{from:function(t){var r=u(this)?this:o("Observable"),e=s(a(t),p);if(e){var n=a(i(e,t));return n.constructor===r?n:new r((function(t){return n.subscribe(t)}))}var l=c(t);return new r((function(t){f(l,(function(r,e){if(t.next(r),t.closed)return e()}),{IS_ITERATOR:!0,INTERRUPTED:!0}),t.complete()}))}})},80177:function(t,r,e){e(59088),e(94410),e(253)},253:function(t,r,e){"use strict";var n=e(5765),o=e(6294),i=e(44462),a=e(45540),u=o("Array");n({target:"Observable",stat:!0,forced:a},{of:function(){for(var t=i(this)?this:o("Observable"),r=arguments.length,e=u(r),n=0;n<r;)e[n]=arguments[n++];return new t((function(t){for(var n=0;n<r;n++)if(t.next(e[n]),t.closed)return;t.complete()}))}})},19694:function(t,r,e){e(39158)},3137:function(t,r,e){e(8611)},16105:function(t,r,e){"use strict";var n=e(5765),o=e(61437),i=e(43897);n({target:"Promise",stat:!0,forced:!0},{try:function(t){var r=o.f(this),e=i(t);return(e.error?r.reject:r.resolve)(e.value),r.promise}})},6619:function(t,r,e){var n=e(5765),o=e(80494),i=e(17900),a=o.toKey,u=o.set;n({target:"Reflect",stat:!0},{defineMetadata:function(t,r,e){var n=arguments.length<4?void 0:a(arguments[3]);u(t,r,i(e),n)}})},1060:function(t,r,e){var n=e(5765),o=e(80494),i=e(17900),a=o.toKey,u=o.getMap,c=o.store;n({target:"Reflect",stat:!0},{deleteMetadata:function(t,r){var e=arguments.length<3?void 0:a(arguments[2]),n=u(i(r),e,!1);if(void 0===n||!n.delete(t))return!1;if(n.size)return!0;var o=c.get(r);return o.delete(e),!!o.size||c.delete(r)}})},99209:function(t,r,e){var n=e(5765),o=e(31464),i=e(80494),a=e(17900),u=e(79662),c=o(e(62952)),s=o([].concat),f=i.keys,l=i.toKey,h=function(t,r){var e=f(t,r),n=u(t);if(null===n)return e;var o=h(n,r);return o.length?e.length?c(s(e,o)):o:e};n({target:"Reflect",stat:!0},{getMetadataKeys:function(t){var r=arguments.length<2?void 0:l(arguments[1]);return h(a(t),r)}})},23613:function(t,r,e){var n=e(5765),o=e(80494),i=e(17900),a=e(79662),u=o.has,c=o.get,s=o.toKey,f=function(t,r,e){if(u(t,r,e))return c(t,r,e);var n=a(r);return null!==n?f(t,n,e):void 0};n({target:"Reflect",stat:!0},{getMetadata:function(t,r){var e=arguments.length<3?void 0:s(arguments[2]);return f(t,i(r),e)}})},22711:function(t,r,e){var n=e(5765),o=e(80494),i=e(17900),a=o.keys,u=o.toKey;n({target:"Reflect",stat:!0},{getOwnMetadataKeys:function(t){var r=arguments.length<2?void 0:u(arguments[1]);return a(i(t),r)}})},15863:function(t,r,e){var n=e(5765),o=e(80494),i=e(17900),a=o.get,u=o.toKey;n({target:"Reflect",stat:!0},{getOwnMetadata:function(t,r){var e=arguments.length<3?void 0:u(arguments[2]);return a(t,i(r),e)}})},13566:function(t,r,e){var n=e(5765),o=e(80494),i=e(17900),a=e(79662),u=o.has,c=o.toKey,s=function(t,r,e){if(u(t,r,e))return!0;var n=a(r);return null!==n&&s(t,n,e)};n({target:"Reflect",stat:!0},{hasMetadata:function(t,r){var e=arguments.length<3?void 0:c(arguments[2]);return s(t,i(r),e)}})},76791:function(t,r,e){var n=e(5765),o=e(80494),i=e(17900),a=o.has,u=o.toKey;n({target:"Reflect",stat:!0},{hasOwnMetadata:function(t,r){var e=arguments.length<3?void 0:u(arguments[2]);return a(t,i(r),e)}})},47396:function(t,r,e){var n=e(5765),o=e(80494),i=e(17900),a=o.toKey,u=o.set;n({target:"Reflect",stat:!0},{metadata:function(t,r){return function(e,n){u(t,r,i(e),a(n))}}})},36578:function(t,r,e){"use strict";var n=e(5765),o=e(79107),i=e(48319).add;n({target:"Set",proto:!0,real:!0,forced:!0},{addAll:function(){for(var t=o(this),r=0,e=arguments.length;r<e;r++)i(t,arguments[r]);return t}})},59922:function(t,r,e){"use strict";var n=e(5765),o=e(79107),i=e(48319).remove;n({target:"Set",proto:!0,real:!0,forced:!0},{deleteAll:function(){for(var t,r=o(this),e=!0,n=0,a=arguments.length;n<a;n++)t=i(r,arguments[n]),e=e&&t;return!!e}})},7727:function(t,r,e){"use strict";var n=e(5765),o=e(74225),i=e(69507),a=e(49073);n({target:"Set",proto:!0,real:!0,forced:!0},{difference:function(t){return o(a,this,i(t))}})},57699:function(t,r,e){var n=e(5765),o=e(49073);n({target:"Set",proto:!0,real:!0,forced:!e(30212)("difference")},{difference:o})},90925:function(t,r,e){"use strict";var n=e(5765),o=e(43719),i=e(79107),a=e(93786);n({target:"Set",proto:!0,real:!0,forced:!0},{every:function(t){var r=i(this),e=o(t,arguments.length>1?arguments[1]:void 0);return!1!==a(r,(function(t){if(!e(t,t,r))return!1}),!0)}})},19042:function(t,r,e){"use strict";var n=e(5765),o=e(43719),i=e(79107),a=e(48319),u=e(93786),c=a.Set,s=a.add;n({target:"Set",proto:!0,real:!0,forced:!0},{filter:function(t){var r=i(this),e=o(t,arguments.length>1?arguments[1]:void 0),n=new c;return u(r,(function(t){e(t,t,r)&&s(n,t)})),n}})},55049:function(t,r,e){"use strict";var n=e(5765),o=e(43719),i=e(79107),a=e(93786);n({target:"Set",proto:!0,real:!0,forced:!0},{find:function(t){var r=i(this),e=o(t,arguments.length>1?arguments[1]:void 0),n=a(r,(function(t){if(e(t,t,r))return{value:t}}),!0);return n&&n.value}})},49731:function(t,r,e){e(5765)({target:"Set",stat:!0,forced:!0},{from:e(8962)})},75863:function(t,r,e){"use strict";var n=e(5765),o=e(74225),i=e(69507),a=e(4731);n({target:"Set",proto:!0,real:!0,forced:!0},{intersection:function(t){return o(a,this,i(t))}})},4418:function(t,r,e){var n=e(5765),o=e(54325),i=e(4731);n({target:"Set",proto:!0,real:!0,forced:!e(30212)("intersection")||o((function(){return"3,2"!=Array.from(new Set([1,2,3]).intersection(new Set([3,2])))}))},{intersection:i})},30746:function(t,r,e){"use strict";var n=e(5765),o=e(74225),i=e(69507),a=e(28330);n({target:"Set",proto:!0,real:!0,forced:!0},{isDisjointFrom:function(t){return o(a,this,i(t))}})},28518:function(t,r,e){var n=e(5765),o=e(28330);n({target:"Set",proto:!0,real:!0,forced:!e(30212)("isDisjointFrom")},{isDisjointFrom:o})},54699:function(t,r,e){"use strict";var n=e(5765),o=e(74225),i=e(69507),a=e(97907);n({target:"Set",proto:!0,real:!0,forced:!0},{isSubsetOf:function(t){return o(a,this,i(t))}})},25413:function(t,r,e){var n=e(5765),o=e(97907);n({target:"Set",proto:!0,real:!0,forced:!e(30212)("isSubsetOf")},{isSubsetOf:o})},45134:function(t,r,e){"use strict";var n=e(5765),o=e(74225),i=e(69507),a=e(49913);n({target:"Set",proto:!0,real:!0,forced:!0},{isSupersetOf:function(t){return o(a,this,i(t))}})},84618:function(t,r,e){var n=e(5765),o=e(49913);n({target:"Set",proto:!0,real:!0,forced:!e(30212)("isSupersetOf")},{isSupersetOf:o})},43644:function(t,r,e){"use strict";var n=e(5765),o=e(31464),i=e(79107),a=e(93786),u=e(57117),c=o([].join),s=o([].push);n({target:"Set",proto:!0,real:!0,forced:!0},{join:function(t){var r=i(this),e=void 0===t?",":u(t),n=[];return a(r,(function(t){s(n,t)})),c(n,e)}})},12605:function(t,r,e){"use strict";var n=e(5765),o=e(43719),i=e(79107),a=e(48319),u=e(93786),c=a.Set,s=a.add;n({target:"Set",proto:!0,real:!0,forced:!0},{map:function(t){var r=i(this),e=o(t,arguments.length>1?arguments[1]:void 0),n=new c;return u(r,(function(t){s(n,e(t,t,r))})),n}})},87058:function(t,r,e){e(5765)({target:"Set",stat:!0,forced:!0},{of:e(1063)})},8295:function(t,r,e){"use strict";var n=e(5765),o=e(61480),i=e(79107),a=e(93786),u=TypeError;n({target:"Set",proto:!0,real:!0,forced:!0},{reduce:function(t){var r=i(this),e=arguments.length<2,n=e?void 0:arguments[1];if(o(t),a(r,(function(o){e?(e=!1,n=o):n=t(n,o,o,r)})),e)throw u("Reduce of empty set with no initial value");return n}})},27225:function(t,r,e){"use strict";var n=e(5765),o=e(43719),i=e(79107),a=e(93786);n({target:"Set",proto:!0,real:!0,forced:!0},{some:function(t){var r=i(this),e=o(t,arguments.length>1?arguments[1]:void 0);return!0===a(r,(function(t){if(e(t,t,r))return!0}),!0)}})},65223:function(t,r,e){"use strict";var n=e(5765),o=e(74225),i=e(69507),a=e(82140);n({target:"Set",proto:!0,real:!0,forced:!0},{symmetricDifference:function(t){return o(a,this,i(t))}})},8833:function(t,r,e){var n=e(5765),o=e(82140);n({target:"Set",proto:!0,real:!0,forced:!e(30212)("symmetricDifference")},{symmetricDifference:o})},58044:function(t,r,e){"use strict";var n=e(5765),o=e(74225),i=e(69507),a=e(15560);n({target:"Set",proto:!0,real:!0,forced:!0},{union:function(t){return o(a,this,i(t))}})},65050:function(t,r,e){var n=e(5765),o=e(15560);n({target:"Set",proto:!0,real:!0,forced:!e(30212)("union")},{union:o})},44276:function(t,r,e){"use strict";var n=e(5765),o=e(33589).charAt,i=e(29543),a=e(18560),u=e(57117);n({target:"String",proto:!0,forced:!0},{at:function(t){var r=u(i(this)),e=r.length,n=a(t),c=n>=0?n:e+n;return c<0||c>=e?void 0:o(r,c)}})},18185:function(t,r,e){"use strict";var n=e(5765),o=e(79868),i=e(70078),a=e(29543),u=e(57117),c=e(890),s=e(33589),f=s.codeAt,l=s.charAt,h="String Iterator",p=c.set,v=c.getterFor(h),d=o((function(t){p(this,{type:h,string:t,index:0})}),"String",(function(){var t,r=v(this),e=r.string,n=r.index;return n>=e.length?i(void 0,!0):(t=l(e,n),r.index+=t.length,i({codePoint:f(t,0),position:n},!1))}));n({target:"String",proto:!0,forced:!0},{codePoints:function(){return new d(u(a(this)))}})},79372:function(t,r,e){e(5765)({target:"String",stat:!0,forced:!0},{cooked:e(60619)})},36777:function(t,r,e){"use strict";var n=e(30767),o=e(5765),i=e(91424),a=e(6294),u=e(52788),c=e(31464),s=e(44337),f=e(17900),l=e(40973),h=e(59046),p=e(68768),v=e(68503).f,d=e(88639),g=e(60619),y=e(96974),m=e(21659),b=i("GlobalDedentRegistry",new(a("WeakMap")));b.has=b.has,b.get=b.get,b.set=b.set;var x=Array,w=TypeError,S=Object.freeze||Object,A=Object.isFrozen,E=Math.min,O=c("".charAt),I=c("".slice),k=c("".split),T=c(/./.exec),R=/([\n\u2028\u2029]|\r\n?)/g,M=RegExp("^["+m+"]*"),j=RegExp("[^"+m+"]"),C="Invalid tag",P=function(t){var r,e,n=l(t),o=p(n),i=x(o),a=x(o),u=0;if(!o)throw w(C);for(;u<o;u++){var c=n[u];if("string"!=typeof c)throw w(C);i[u]=k(c,R)}for(u=0;u<o;u++){var s=u+1===o;if(r=i[u],0===u){if(1===r.length||r[0].length>0)throw w("Invalid opening line");r[1]=""}if(s){if(1===r.length||T(j,r[r.length-1]))throw w("Invalid closing line");r[r.length-2]="",r[r.length-1]=""}for(var f=2;f<r.length;f+=2){var h=r[f],v=f+1===r.length&&!s,d=T(M,h)[0];v||d.length!==h.length?e=N(d,e):r[f]=""}}var g=e?e.length:0;for(u=0;u<o;u++){for(var y=(r=i[u])[0],m=1;m<r.length;m+=2)y+=r[m]+I(r[m+1],g);a[u]=y}return a},N=function(t,r){if(void 0===r||t===r)return t;for(var e=0,n=E(t.length,r.length);e<n&&O(t,e)===O(r,e);e++);return I(t,0,e)},_=function(t){for(var r=0,e=t.length,n=x(e);r<e;r++)n[r]=y(t[r]);return n},L=function(t){return u((function(r){var e=d(arguments);return e[0]=function(t){var r=t.raw;if(n&&!A(r))throw w("Raw template should be frozen");if(b.has(r))return b.get(r);var e=P(r),o=_(e);return v(o,"raw",{value:S(e)}),S(o),b.set(r,o),o}(f(r)),s(t,this,e)}),"")},D=L(g);o({target:"String",stat:!0,forced:!0},{dedent:function(t){return f(t),h(t)?L(t):s(D,this,arguments)}})},85702:function(t,r,e){"use strict";var n=e(5765),o=e(31464),i=e(29543),a=e(57117),u=o("".charCodeAt);n({target:"String",proto:!0},{isWellFormed:function(){for(var t=a(i(this)),r=t.length,e=0;e<r;e++){var n=u(t,e);if(55296==(63488&n)&&(n>=56320||++e>=r||56320!=(64512&u(t,e))))return!1}return!0}})},40058:function(t,r,e){e(90709)},80690:function(t,r,e){e(45153)},84282:function(t,r,e){"use strict";var n=e(5765),o=e(74225),i=e(31464),a=e(29543),u=e(57117),c=e(54325),s=Array,f=i("".charAt),l=i("".charCodeAt),h=i([].join),p="".toWellFormed,v=p&&c((function(){return"1"!==o(p,1)}));n({target:"String",proto:!0,forced:v},{toWellFormed:function(){var t=u(a(this));if(v)return o(p,t);for(var r=t.length,e=s(r),n=0;n<r;n++){var i=l(t,n);55296!=(63488&i)?e[n]=f(t,n):i>=56320||n+1>=r||56320!=(64512&l(t,n+1))?e[n]="�":(e[n]=f(t,n),e[++n]=f(t,n))}return h(e,"")}})},31966:function(t,r,e){"use strict";var n=e(5765),o=e(78389),i=e(79662),a=e(28397),u=e(78305),c=e(79125),s=e(25442),f=e(55629),l=e(2873),h=e(91581),p=e(52361)("toStringTag"),v=Error,d=function(t,r,e){var n,u=o(g,this);return a?n=a(v(),u?i(this):g):(n=u?this:c(g),s(n,p,"Error")),void 0!==e&&s(n,"message",h(e)),l(n,d,n.stack,1),s(n,"error",t),s(n,"suppressed",r),n};a?a(d,v):u(d,v,{name:!0});var g=d.prototype=c(v.prototype,{constructor:f(1,d),message:f(1,""),name:f(1,"SuppressedError")});n({global:!0,constructor:!0,arity:3},{SuppressedError:d})},1279:function(t,r,e){e(1570)("asyncDispose")},6571:function(t,r,e){e(1570)("dispose")},79434:function(t,r,e){var n=e(5765),o=e(6294),i=e(31464),a=o("Symbol"),u=a.keyFor,c=i(a.prototype.valueOf);n({target:"Symbol",stat:!0},{isRegistered:function(t){try{return void 0!==u(c(t))}catch(t){return!1}}})},77779:function(t,r,e){for(var n=e(5765),o=e(91424),i=e(6294),a=e(31464),u=e(22306),c=e(52361),s=i("Symbol"),f=s.isWellKnown,l=i("Object","getOwnPropertyNames"),h=a(s.prototype.valueOf),p=o("wks"),v=0,d=l(s),g=d.length;v<g;v++)try{var y=d[v];u(s[y])&&c(y)}catch(t){}n({target:"Symbol",stat:!0,forced:!0},{isWellKnown:function(t){if(f&&f(t))return!0;try{for(var r=h(t),e=0,n=l(p),o=n.length;e<o;e++)if(p[n[e]]==r)return!0}catch(t){}return!1}})},79445:function(t,r,e){e(1570)("matcher")},41359:function(t,r,e){e(1570)("metadataKey")},39621:function(t,r,e){e(1570)("metadata")},15563:function(t,r,e){e(1570)("observable")},36545:function(t,r,e){e(1570)("patternMatch")},52951:function(t,r,e){e(1570)("replaceAll")},89642:function(t,r,e){e(31104)},7863:function(t,r,e){"use strict";var n=e(22211),o=e(66747).filterReject,i=e(56658),a=n.aTypedArray;(0,n.exportTypedArrayMethod)("filterOut",(function(t){var r=o(a(this),t,arguments.length>1?arguments[1]:void 0);return i(this,r)}),!0)},79103:function(t,r,e){"use strict";var n=e(22211),o=e(66747).filterReject,i=e(56658),a=n.aTypedArray;(0,n.exportTypedArrayMethod)("filterReject",(function(t){var r=o(a(this),t,arguments.length>1?arguments[1]:void 0);return i(this,r)}),!0)},39960:function(t,r,e){e(68713)},82329:function(t,r,e){e(18826)},60725:function(t,r,e){"use strict";var n=e(6294),o=e(16218),i=e(63244),a=e(22211),u=e(24177),c=a.aTypedArrayConstructor;(0,a.exportTypedArrayStaticMethod)("fromAsync",(function(t){var r=this,e=arguments.length,a=e>1?arguments[1]:void 0,s=e>2?arguments[2]:void 0;return new(n("Promise"))((function(e){o(r),e(i(t,a,s))})).then((function(t){return u(c(r),t)}))}),!0)},797:function(t,r,e){"use strict";var n=e(22211),o=e(81655),i=e(54773),a=n.aTypedArray;(0,n.exportTypedArrayMethod)("groupBy",(function(t){var r=arguments.length>1?arguments[1]:void 0;return o(a(this),t,r,i)}),!0)},31465:function(t,r,e){e(73674)},69289:function(t,r,e){e(52154)},71347:function(t,r,e){"use strict";var n=e(22211),o=e(68768),i=e(15139),a=e(76266),u=e(94136),c=e(18560),s=e(54325),f=n.aTypedArray,l=n.getTypedArrayConstructor,h=n.exportTypedArrayMethod,p=Math.max,v=Math.min;h("toSpliced",(function(t,r){var e,n,s,h,d,g,y,m=f(this),b=l(m),x=o(m),w=a(t,x),S=arguments.length,A=0;if(0===S)e=n=0;else if(1===S)e=0,n=x-w;else if(n=v(p(c(r),0),x-w),e=S-2){h=new b(e),s=i(h);for(var E=2;E<S;E++)d=arguments[E],h[E-2]=s?u(d):+d}for(y=new b(g=x+e-n);A<w;A++)y[A]=m[A];for(;A<w+e;A++)y[A]=h[A-w];for(;A<g;A++)y[A]=m[A+n-e];return y}),!!s((function(){var t=new Int8Array([1]),r=t.toSpliced(1,0,{valueOf:function(){return t[0]=2,3}});return 2!==r[0]||3!==r[1]})))},21206:function(t,r,e){"use strict";var n=e(31464),o=e(22211),i=e(24177),a=e(62952),u=o.aTypedArray,c=o.getTypedArrayConstructor,s=o.exportTypedArrayMethod,f=n(a);s("uniqueBy",(function(t){return u(this),i(c(this),f(this,t))}),!0)},48142:function(t,r,e){e(45786)},80301:function(t,r,e){"use strict";var n=e(5765),o=e(9997),i=e(1795).remove;n({target:"WeakMap",proto:!0,real:!0,forced:!0},{deleteAll:function(){for(var t,r=o(this),e=!0,n=0,a=arguments.length;n<a;n++)t=i(r,arguments[n]),e=e&&t;return!!e}})},11108:function(t,r,e){"use strict";var n=e(5765),o=e(9997),i=e(1795),a=i.get,u=i.has,c=i.set;n({target:"WeakMap",proto:!0,real:!0,forced:!0},{emplace:function(t,r){var e,n,i=o(this);return u(i,t)?(e=a(i,t),"update"in r&&(e=r.update(e,t,i),c(i,t,e)),e):(n=r.insert(t,i),c(i,t,n),n)}})},60031:function(t,r,e){e(5765)({target:"WeakMap",stat:!0,forced:!0},{from:e(8962)})},74380:function(t,r,e){e(5765)({target:"WeakMap",stat:!0,forced:!0},{of:e(1063)})},98196:function(t,r,e){"use strict";e(5765)({target:"WeakMap",proto:!0,real:!0,forced:!0},{upsert:e(16265)})},86250:function(t,r,e){"use strict";var n=e(5765),o=e(1495),i=e(36122).add;n({target:"WeakSet",proto:!0,real:!0,forced:!0},{addAll:function(){for(var t=o(this),r=0,e=arguments.length;r<e;r++)i(t,arguments[r]);return t}})},46648:function(t,r,e){"use strict";var n=e(5765),o=e(1495),i=e(36122).remove;n({target:"WeakSet",proto:!0,real:!0,forced:!0},{deleteAll:function(){for(var t,r=o(this),e=!0,n=0,a=arguments.length;n<a;n++)t=i(r,arguments[n]),e=e&&t;return!!e}})},22181:function(t,r,e){e(5765)({target:"WeakSet",stat:!0,forced:!0},{from:e(8962)})},42361:function(t,r,e){e(5765)({target:"WeakSet",stat:!0,forced:!0},{of:e(1063)})},42033:function(t,r,e){var n=e(5765),o=e(50916),i=e(6294),a=e(31464),u=e(74225),c=e(54325),s=e(57117),f=e(82145),l=e(55034),h=e(44215).ctoi,p=/[^\d+/a-z]/i,v=/[\t\n\f\r ]+/g,d=/[=]{1,2}$/,g=i("atob"),y=String.fromCharCode,m=a("".charAt),b=a("".replace),x=a(p.exec),w=c((function(){return""!==g(" ")})),S=!c((function(){g("a")})),A=!w&&!S&&!c((function(){g()})),E=!w&&!S&&1!==g.length;n({global:!0,bind:!0,enumerable:!0,forced:w||S||A||E},{atob:function(t){if(l(arguments.length,1),A||E)return u(g,o,t);var r,e,n=b(s(t),v,""),a="",c=0,w=0;if(n.length%4==0&&(n=b(n,d,"")),n.length%4==1||x(p,n))throw new(i("DOMException"))("The string is not correctly encoded","InvalidCharacterError");for(;r=m(n,c++);)f(h,r)&&(e=w%4?64*e+h[r]:h[r],w++%4&&(a+=y(255&e>>(-2*w&6))));return a}})},63521:function(t,r,e){var n=e(5765),o=e(50916),i=e(6294),a=e(31464),u=e(74225),c=e(54325),s=e(57117),f=e(55034),l=e(44215).itoc,h=i("btoa"),p=a("".charAt),v=a("".charCodeAt),d=!!h&&!c((function(){h()})),g=!!h&&c((function(){return"bnVsbA=="!==h(null)})),y=!!h&&1!==h.length;n({global:!0,bind:!0,enumerable:!0,forced:d||g||y},{btoa:function(t){if(f(arguments.length,1),d||g||y)return u(h,o,s(t));for(var r,e,n=s(t),a="",c=0,m=l;p(n,c)||(m="=",c%1);){if((e=v(n,c+=3/4))>255)throw new(i("DOMException"))("The string contains characters outside of the Latin1 range","InvalidCharacterError");a+=p(m,63&(r=r<<8|e)>>8-c%1*8)}return a}})},26432:function(t,r,e){var n=e(5765),o=e(50916),i=e(73865).clear;n({global:!0,bind:!0,enumerable:!0,forced:o.clearImmediate!==i},{clearImmediate:i})},37156:function(t,r,e){var n=e(50916),o=e(65145),i=e(54840),a=e(72578),u=e(25442),c=function(t){if(t&&t.forEach!==a)try{u(t,"forEach",a)}catch(r){t.forEach=a}};for(var s in o)o[s]&&c(n[s]&&n[s].prototype);c(i)},30377:function(t,r,e){var n=e(50916),o=e(65145),i=e(54840),a=e(24317),u=e(25442),c=e(52361),s=c("iterator"),f=c("toStringTag"),l=a.values,h=function(t,r){if(t){if(t[s]!==l)try{u(t,s,l)}catch(r){t[s]=l}if(t[f]||u(t,f,r),o[r])for(var e in a)if(t[e]!==a[e])try{u(t,e,a[e])}catch(r){t[e]=a[e]}}};for(var p in o)h(n[p]&&n[p].prototype,p);h(i,"DOMTokenList")},77666:function(t,r,e){"use strict";var n=e(5765),o=e(80718),i=e(6294),a=e(54325),u=e(79125),c=e(55629),s=e(68503).f,f=e(23699),l=e(81126),h=e(82145),p=e(2970),v=e(17900),d=e(6841),g=e(91581),y=e(12690),m=e(43864),b=e(890),x=e(87591),w=e(62842),S="DOMException",A="DATA_CLONE_ERR",E=i("Error"),O=i(S)||function(){try{(new(i("MessageChannel")||o("worker_threads").MessageChannel)).port1.postMessage(new WeakMap)}catch(t){if(t.name==A&&25==t.code)return t.constructor}}(),I=O&&O.prototype,k=E.prototype,T=b.set,R=b.getterFor(S),M="stack"in E(S),j=function(t){return h(y,t)&&y[t].m?y[t].c:0},C=function(){p(this,P);var t=arguments.length,r=g(t<1?void 0:arguments[0]),e=g(t<2?void 0:arguments[1],"Error"),n=j(e);if(T(this,{type:S,name:e,message:r,code:n}),x||(this.name=e,this.message=r,this.code=n),M){var o=E(r);o.name=S,s(this,"stack",c(1,m(o.stack,1)))}},P=C.prototype=u(k),N=function(t){return{enumerable:!0,configurable:!0,get:t}},_=function(t){return N((function(){return R(this)[t]}))};x&&(l(P,"code",_("code")),l(P,"message",_("message")),l(P,"name",_("name"))),s(P,"constructor",c(1,C));var L=a((function(){return!(new O instanceof E)})),D=L||a((function(){return k.toString!==d||"2: 1"!==String(new O(1,2))})),F=L||a((function(){return 25!==new O(1,"DataCloneError").code})),U=L||25!==O[A]||25!==I[A],B=w?D||F||U:L;n({global:!0,constructor:!0,forced:B},{DOMException:B?C:O});var z=i(S),W=z.prototype;for(var V in D&&(w||O===z)&&f(W,"toString",d),F&&x&&O===z&&l(W,"code",N((function(){return j(v(this).name)}))),y)if(h(y,V)){var H=y[V],G=H.s,q=c(6,H.c);h(z,G)||s(z,G,q),h(W,G)||s(W,G,q)}},5613:function(t,r,e){"use strict";var n=e(5765),o=e(50916),i=e(6294),a=e(55629),u=e(68503).f,c=e(82145),s=e(2970),f=e(49983),l=e(91581),h=e(12690),p=e(43864),v=e(87591),d=e(62842),g="DOMException",y=i("Error"),m=i(g),b=function(){s(this,x);var t=arguments.length,r=l(t<1?void 0:arguments[0]),e=l(t<2?void 0:arguments[1],"Error"),n=new m(r,e),o=y(r);return o.name=g,u(n,"stack",a(1,p(o.stack,1))),f(n,this,b),n},x=b.prototype=m.prototype,w="stack"in y(g),S="stack"in new m(1,2),A=m&&v&&Object.getOwnPropertyDescriptor(o,g),E=!(!A||A.writable&&A.configurable),O=w&&!E&&!S;n({global:!0,constructor:!0,forced:d||O},{DOMException:O?b:m});var I=i(g),k=I.prototype;if(k.constructor!==I)for(var T in d||u(k,"constructor",a(1,I)),h)if(c(h,T)){var R=h[T],M=R.s;c(I,M)||u(I,M,a(6,R.c))}},67498:function(t,r,e){var n=e(6294),o="DOMException";e(36007)(n(o),o)},11094:function(t,r,e){e(26432),e(16367)},59642:function(t,r,e){var n=e(5765),o=e(50916),i=e(18813),a=e(61480),u=e(55034),c=e(12765),s=o.process;n({global:!0,enumerable:!0,dontCallGetSet:!0},{queueMicrotask:function(t){u(arguments.length,1),a(t);var r=c&&s.domain;i(r?r.bind(t):t)}})},41936:function(t,r,e){"use strict";var n=e(5765),o=e(50916),i=e(81126),a=e(87591),u=TypeError,c=Object.defineProperty,s=o.self!==o;try{if(a){var f=Object.getOwnPropertyDescriptor(o,"self");!s&&f&&f.get&&f.enumerable||i(o,"self",{get:function(){return o},set:function(t){if(this!==o)throw u("Illegal invocation");c(o,"self",{value:t,writable:!0,configurable:!0,enumerable:!0})},configurable:!0,enumerable:!0})}else n({global:!0,simple:!0,forced:s},{self:o})}catch(t){}},16367:function(t,r,e){var n=e(5765),o=e(50916),i=e(73865).set,a=e(48594),u=o.setImmediate?a(i,!1):i;n({global:!0,bind:!0,enumerable:!0,forced:o.setImmediate!==u},{setImmediate:u})},46198:function(t,r,e){var n=e(5765),o=e(50916),i=e(48594)(o.setInterval,!0);n({global:!0,bind:!0,forced:o.setInterval!==i},{setInterval:i})},98369:function(t,r,e){var n=e(5765),o=e(50916),i=e(48594)(o.setTimeout,!0);n({global:!0,bind:!0,forced:o.setTimeout!==i},{setTimeout:i})},3031:function(t,r,e){var n,o=e(62842),i=e(5765),a=e(50916),u=e(6294),c=e(31464),s=e(54325),f=e(18882),l=e(59046),h=e(44462),p=e(34395),v=e(44538),d=e(22306),g=e(99254),y=e(17900),m=e(3425),b=e(82145),x=e(19191),w=e(25442),S=e(68768),A=e(55034),E=e(69313),O=e(60143),I=e(48319),k=e(40253),T=e(88260),R=a.Object,M=a.Array,j=a.Date,C=a.Error,P=a.EvalError,N=a.RangeError,_=a.ReferenceError,L=a.SyntaxError,D=a.TypeError,F=a.URIError,U=a.PerformanceMark,B=a.WebAssembly,z=B&&B.CompileError||C,W=B&&B.LinkError||C,V=B&&B.RuntimeError||C,H=u("DOMException"),G=O.Map,q=O.has,Y=O.get,$=O.set,K=I.Set,J=I.add,X=u("Object","keys"),Q=c([].push),Z=c((!0).valueOf),tt=c(1..valueOf),rt=c("".valueOf),et=c(j.prototype.getTime),nt=f("structuredClone"),ot="DataCloneError",it="Transferring",at=function(t){return!s((function(){var r=new a.Set([7]),e=t(r),n=t(R(7));return e==r||!e.has(7)||"object"!=typeof n||7!=n}))&&t},ut=function(t,r){return!s((function(){var e=new r,n=t({a:e,b:e});return!(n&&n.a===n.b&&n.a instanceof r&&n.a.stack===e.stack)}))},ct=a.structuredClone,st=o||!ut(ct,C)||!ut(ct,H)||(n=ct,!!s((function(){var t=n(new a.AggregateError([1],nt,{cause:3}));return"AggregateError"!=t.name||1!=t.errors[0]||t.message!=nt||3!=t.cause}))),ft=!ct&&at((function(t){return new U(nt,{detail:t}).detail})),lt=at(ct)||ft,ht=function(t){throw new H("Uncloneable type: "+t,ot)},pt=function(t,r){throw new H((r||"Cloning")+" of "+t+" cannot be properly polyfilled in this engine",ot)},vt=function(t,r){if(d(t)&&ht("Symbol"),!v(t))return t;if(r){if(q(r,t))return Y(r,t)}else r=new G;var e,n,o,i,c,s,f,h,p,g,y,A=m(t),O=!1;switch(A){case"Array":o=M(S(t)),O=!0;break;case"Object":o={},O=!0;break;case"Map":o=new G,O=!0;break;case"Set":o=new K,O=!0;break;case"RegExp":o=new RegExp(t.source,E(t));break;case"Error":switch(n=t.name){case"AggregateError":o=u("AggregateError")([]);break;case"EvalError":o=P();break;case"RangeError":o=N();break;case"ReferenceError":o=_();break;case"SyntaxError":o=L();break;case"TypeError":o=D();break;case"URIError":o=F();break;case"CompileError":o=z();break;case"LinkError":o=W();break;case"RuntimeError":o=V();break;default:o=C()}O=!0;break;case"DOMException":o=new H(t.message,t.name),O=!0;break;case"DataView":case"Int8Array":case"Uint8Array":case"Uint8ClampedArray":case"Int16Array":case"Uint16Array":case"Int32Array":case"Uint32Array":case"Float32Array":case"Float64Array":case"BigInt64Array":case"BigUint64Array":e=a[A],v(e)||pt(A),o=new e(vt(t.buffer,r),t.byteOffset,"DataView"===A?t.byteLength:t.length);break;case"DOMQuad":try{o=new DOMQuad(vt(t.p1,r),vt(t.p2,r),vt(t.p3,r),vt(t.p4,r))}catch(r){lt?o=lt(t):pt(A)}break;case"FileList":if(i=function(){var t;try{t=new a.DataTransfer}catch(r){try{t=new a.ClipboardEvent("").clipboardData}catch(t){}}return t&&t.items&&t.files?t:null}()){for(c=0,s=S(t);c<s;c++)i.items.add(vt(t[c],r));o=i.files}else lt?o=lt(t):pt(A);break;case"ImageData":try{o=new ImageData(vt(t.data,r),t.width,t.height,{colorSpace:t.colorSpace})}catch(r){lt?o=lt(t):pt(A)}break;default:if(lt)o=lt(t);else switch(A){case"BigInt":o=R(t.valueOf());break;case"Boolean":o=R(Z(t));break;case"Number":o=R(tt(t));break;case"String":o=R(rt(t));break;case"Date":o=new j(et(t));break;case"ArrayBuffer":(e=a.DataView)||"function"==typeof t.slice||pt(A);try{if("function"!=typeof t.slice||t.resizable){s=t.byteLength,y="maxByteLength"in t?{maxByteLength:t.maxByteLength}:void 0,o=new ArrayBuffer(s,y),p=new e(t),g=new e(o);for(c=0;c<s;c++)g.setUint8(c,p.getUint8(c))}else o=t.slice(0)}catch(t){throw new H("ArrayBuffer is detached",ot)}break;case"SharedArrayBuffer":o=t;break;case"Blob":try{o=t.slice(0,t.size,t.type)}catch(t){pt(A)}break;case"DOMPoint":case"DOMPointReadOnly":e=a[A];try{o=e.fromPoint?e.fromPoint(t):new e(t.x,t.y,t.z,t.w)}catch(t){pt(A)}break;case"DOMRect":case"DOMRectReadOnly":e=a[A];try{o=e.fromRect?e.fromRect(t):new e(t.x,t.y,t.width,t.height)}catch(t){pt(A)}break;case"DOMMatrix":case"DOMMatrixReadOnly":e=a[A];try{o=e.fromMatrix?e.fromMatrix(t):new e(t)}catch(t){pt(A)}break;case"AudioData":case"VideoFrame":l(t.clone)||pt(A);try{o=t.clone()}catch(t){ht(A)}break;case"File":try{o=new File([t],t.name,t)}catch(t){pt(A)}break;case"CropTarget":case"CryptoKey":case"FileSystemDirectoryHandle":case"FileSystemFileHandle":case"FileSystemHandle":case"GPUCompilationInfo":case"GPUCompilationMessage":case"ImageBitmap":case"RTCCertificate":case"WebAssembly.Module":pt(A);default:ht(A)}}if($(r,t,o),O)switch(A){case"Array":case"Object":for(f=X(t),c=0,s=S(f);c<s;c++)h=f[c],x(o,h,vt(t[h],r));break;case"Map":t.forEach((function(t,e){$(o,vt(e,r),vt(t,r))}));break;case"Set":t.forEach((function(t){J(o,vt(t,r))}));break;case"Error":w(o,"message",vt(t.message,r)),b(t,"cause")&&w(o,"cause",vt(t.cause,r)),"AggregateError"==n&&(o.errors=vt(t.errors,r));case"DOMException":k&&w(o,"stack",vt(t.stack,r))}return o};i({global:!0,enumerable:!0,sham:!T,forced:st},{structuredClone:function(t){var r,e=A(arguments.length,1)>1&&!p(arguments[1])?y(arguments[1]):void 0,n=e?e.transfer:void 0;return void 0!==n&&function(t,r){if(!v(t))throw D("Transfer option cannot be converted to a sequence");var e=[];g(t,(function(t){Q(e,y(t))}));var n,o,i,u,c,s,f=0,p=S(e);if(T)for(u=ct(e,{transfer:e});f<p;)$(r,e[f],u[f++]);else for(;f<p;){if(n=e[f++],q(r,n))throw new H("Duplicate transferable",ot);switch(o=m(n)){case"ImageBitmap":i=a.OffscreenCanvas,h(i)||pt(o,it);try{(s=new i(n.width,n.height)).getContext("bitmaprenderer").transferFromImageBitmap(n),c=s.transferToImageBitmap()}catch(t){}break;case"AudioData":case"VideoFrame":l(n.clone)&&l(n.close)||pt(o,it);try{c=n.clone(),n.close()}catch(t){}break;case"ArrayBuffer":l(n.transfer)||pt(o,it),c=n.transfer();break;case"MediaSourceHandle":case"MessagePort":case"OffscreenCanvas":case"ReadableStream":case"TransformStream":case"WritableStream":pt(o,it)}if(void 0===c)throw new H("This object cannot be transferred: "+o,ot);$(r,n,c)}}(n,r=new G),vt(t,r)}})},4437:function(t,r,e){e(46198),e(98369)},15257:function(t,r,e){"use strict";e(24317);var n=e(5765),o=e(50916),i=e(74225),a=e(31464),u=e(87591),c=e(82278),s=e(23699),f=e(81126),l=e(47437),h=e(36007),p=e(79868),v=e(890),d=e(2970),g=e(59046),y=e(82145),m=e(43719),b=e(3425),x=e(17900),w=e(44538),S=e(57117),A=e(79125),E=e(55629),O=e(54187),I=e(97461),k=e(55034),T=e(52361),R=e(98344),M=T("iterator"),j="URLSearchParams",C=j+"Iterator",P=v.set,N=v.getterFor(j),_=v.getterFor(C),L=Object.getOwnPropertyDescriptor,D=function(t){if(!u)return o[t];var r=L(o,t);return r&&r.value},F=D("fetch"),U=D("Request"),B=D("Headers"),z=U&&U.prototype,W=B&&B.prototype,V=o.RegExp,H=o.TypeError,G=o.decodeURIComponent,q=o.encodeURIComponent,Y=a("".charAt),$=a([].join),K=a([].push),J=a("".replace),X=a([].shift),Q=a([].splice),Z=a("".split),tt=a("".slice),rt=/\+/g,et=Array(4),nt=function(t){return et[t-1]||(et[t-1]=V("((?:%[\\da-f]{2}){"+t+"})","gi"))},ot=function(t){try{return G(t)}catch(r){return t}},it=function(t){var r=J(t,rt," "),e=4;try{return G(r)}catch(t){for(;e;)r=J(r,nt(e--),ot);return r}},at=/[!'()~]|%20/g,ut={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"},ct=function(t){return ut[t]},st=function(t){return J(q(t),at,ct)},ft=p((function(t,r){P(this,{type:C,iterator:O(N(t).entries),kind:r})}),"Iterator",(function(){var t=_(this),r=t.kind,e=t.iterator.next(),n=e.value;return e.done||(e.value="keys"===r?n.key:"values"===r?n.value:[n.key,n.value]),e}),!0),lt=function(t){this.entries=[],this.url=null,void 0!==t&&(w(t)?this.parseObject(t):this.parseQuery("string"==typeof t?"?"===Y(t,0)?tt(t,1):t:S(t)))};lt.prototype={type:j,bindURL:function(t){this.url=t,this.update()},parseObject:function(t){var r,e,n,o,a,u,c,s=I(t);if(s)for(e=(r=O(t,s)).next;!(n=i(e,r)).done;){if(a=(o=O(x(n.value))).next,(u=i(a,o)).done||(c=i(a,o)).done||!i(a,o).done)throw H("Expected sequence with length 2");K(this.entries,{key:S(u.value),value:S(c.value)})}else for(var f in t)y(t,f)&&K(this.entries,{key:f,value:S(t[f])})},parseQuery:function(t){if(t)for(var r,e,n=Z(t,"&"),o=0;o<n.length;)(r=n[o++]).length&&(e=Z(r,"="),K(this.entries,{key:it(X(e)),value:it($(e,"="))}))},serialize:function(){for(var t,r=this.entries,e=[],n=0;n<r.length;)t=r[n++],K(e,st(t.key)+"="+st(t.value));return $(e,"&")},update:function(){this.entries.length=0,this.parseQuery(this.url.query)},updateURL:function(){this.url&&this.url.update()}};var ht=function(){d(this,pt);var t=P(this,new lt(arguments.length>0?arguments[0]:void 0));u||(this.length=t.entries.length)},pt=ht.prototype;if(l(pt,{append:function(t,r){k(arguments.length,2);var e=N(this);K(e.entries,{key:S(t),value:S(r)}),u||this.length++,e.updateURL()},delete:function(t){k(arguments.length,1);for(var r=N(this),e=r.entries,n=S(t),o=0;o<e.length;)e[o].key===n?Q(e,o,1):o++;u||(this.length=e.length),r.updateURL()},get:function(t){k(arguments.length,1);for(var r=N(this).entries,e=S(t),n=0;n<r.length;n++)if(r[n].key===e)return r[n].value;return null},getAll:function(t){k(arguments.length,1);for(var r=N(this).entries,e=S(t),n=[],o=0;o<r.length;o++)r[o].key===e&&K(n,r[o].value);return n},has:function(t){k(arguments.length,1);for(var r=N(this).entries,e=S(t),n=0;n<r.length;)if(r[n++].key===e)return!0;return!1},set:function(t,r){k(arguments.length,1);for(var e,n=N(this),o=n.entries,i=!1,a=S(t),c=S(r),s=0;s<o.length;s++)(e=o[s]).key===a&&(i?Q(o,s--,1):(i=!0,e.value=c));i||K(o,{key:a,value:c}),u||(this.length=o.length),n.updateURL()},sort:function(){var t=N(this);R(t.entries,(function(t,r){return t.key>r.key?1:-1})),t.updateURL()},forEach:function(t){for(var r,e=N(this).entries,n=m(t,arguments.length>1?arguments[1]:void 0),o=0;o<e.length;)n((r=e[o++]).value,r.key,this)},keys:function(){return new ft(this,"keys")},values:function(){return new ft(this,"values")},entries:function(){return new ft(this,"entries")}},{enumerable:!0}),s(pt,M,pt.entries,{name:"entries"}),s(pt,"toString",(function(){return N(this).serialize()}),{enumerable:!0}),u&&f(pt,"size",{get:function(){return N(this).entries.length},configurable:!0,enumerable:!0}),h(ht,j),n({global:!0,constructor:!0,forced:!c},{URLSearchParams:ht}),!c&&g(B)){var vt=a(W.has),dt=a(W.set),gt=function(t){if(w(t)){var r,e=t.body;if(b(e)===j)return r=t.headers?new B(t.headers):new B,vt(r,"content-type")||dt(r,"content-type","application/x-www-form-urlencoded;charset=UTF-8"),A(t,{body:E(0,S(e)),headers:E(0,r)})}return t};if(g(F)&&n({global:!0,enumerable:!0,dontCallGetSet:!0,forced:!0},{fetch:function(t){return F(t,arguments.length>1?gt(arguments[1]):{})}}),g(U)){var yt=function(t){return d(this,z),new U(t,arguments.length>1?gt(arguments[1]):{})};z.constructor=yt,yt.prototype=z,n({global:!0,constructor:!0,dontCallGetSet:!0,forced:!0},{Request:yt})}}t.exports={URLSearchParams:ht,getState:N}},11394:function(t,r,e){e(15257)},95141:function(t,r,e){"use strict";var n=e(87591),o=e(31464),i=e(81126),a=URLSearchParams.prototype,u=o(a.forEach);n&&!("size"in a)&&i(a,"size",{get:function(){var t=0;return u(this,(function(){t++})),t},configurable:!0,enumerable:!0})},61326:function(t,r,e){var n=e(5765),o=e(6294),i=e(54325),a=e(55034),u=e(57117),c=e(82278),s=o("URL");n({target:"URL",stat:!0,forced:!(c&&i((function(){s.canParse()})))},{canParse:function(t){var r=a(arguments.length,1),e=u(t),n=r<2||void 0===arguments[1]?void 0:u(arguments[1]);try{return!!new s(e,n)}catch(t){return!1}}})},31756:function(t,r,e){"use strict";e(91188);var n,o=e(5765),i=e(87591),a=e(82278),u=e(50916),c=e(43719),s=e(31464),f=e(23699),l=e(81126),h=e(2970),p=e(82145),v=e(25067),d=e(32640),g=e(88639),y=e(33589).codeAt,m=e(90109),b=e(57117),x=e(36007),w=e(55034),S=e(15257),A=e(890),E=A.set,O=A.getterFor("URL"),I=S.URLSearchParams,k=S.getState,T=u.URL,R=u.TypeError,M=u.parseInt,j=Math.floor,C=Math.pow,P=s("".charAt),N=s(/./.exec),_=s([].join),L=s(1..toString),D=s([].pop),F=s([].push),U=s("".replace),B=s([].shift),z=s("".split),W=s("".slice),V=s("".toLowerCase),H=s([].unshift),G="Invalid scheme",q="Invalid host",Y="Invalid port",$=/[a-z]/i,K=/[\d+-.a-z]/i,J=/\d/,X=/^0x/i,Q=/^[0-7]+$/,Z=/^\d+$/,tt=/^[\da-f]+$/i,rt=/[\0\t\n\r #%/:<>?@[\\\]^|]/,et=/[\0\t\n\r #/:<>?@[\\\]^|]/,nt=/^[\u0000-\u0020]+/,ot=/(^|[^\u0000-\u0020])[\u0000-\u0020]+$/,it=/[\t\n\r]/g,at=function(t){var r,e,n,o;if("number"==typeof t){for(r=[],e=0;e<4;e++)H(r,t%256),t=j(t/256);return _(r,".")}if("object"==typeof t){for(r="",n=function(t){for(var r=null,e=1,n=null,o=0,i=0;i<8;i++)0!==t[i]?(o>e&&(r=n,e=o),n=null,o=0):(null===n&&(n=i),++o);return o>e&&(r=n,e=o),r}(t),e=0;e<8;e++)o&&0===t[e]||(o&&(o=!1),n===e?(r+=e?":":"::",o=!0):(r+=L(t[e],16),e<7&&(r+=":")));return"["+r+"]"}return t},ut={},ct=v({},ut,{" ":1,'"':1,"<":1,">":1,"`":1}),st=v({},ct,{"#":1,"?":1,"{":1,"}":1}),ft=v({},st,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),lt=function(t,r){var e=y(t,0);return e>32&&e<127&&!p(r,t)?t:encodeURIComponent(t)},ht={ftp:21,file:null,http:80,https:443,ws:80,wss:443},pt=function(t,r){var e;return 2==t.length&&N($,P(t,0))&&(":"==(e=P(t,1))||!r&&"|"==e)},vt=function(t){var r;return t.length>1&&pt(W(t,0,2))&&(2==t.length||"/"===(r=P(t,2))||"\\"===r||"?"===r||"#"===r)},dt=function(t){return"."===t||"%2e"===V(t)},gt={},yt={},mt={},bt={},xt={},wt={},St={},At={},Et={},Ot={},It={},kt={},Tt={},Rt={},Mt={},jt={},Ct={},Pt={},Nt={},_t={},Lt={},Dt=function(t,r,e){var n,o,i,a=b(t);if(r){if(o=this.parse(a))throw R(o);this.searchParams=null}else{if(void 0!==e&&(n=new Dt(e,!0)),o=this.parse(a,null,n))throw R(o);(i=k(new I)).bindURL(this),this.searchParams=i}};Dt.prototype={type:"URL",parse:function(t,r,e){var o,i,a,u,c,s=this,f=r||gt,l=0,h="",v=!1,y=!1,m=!1;for(t=b(t),r||(s.scheme="",s.username="",s.password="",s.host=null,s.port=null,s.path=[],s.query=null,s.fragment=null,s.cannotBeABaseURL=!1,t=U(t,nt,""),t=U(t,ot,"$1")),t=U(t,it,""),o=d(t);l<=o.length;){switch(i=o[l],f){case gt:if(!i||!N($,i)){if(r)return G;f=mt;continue}h+=V(i),f=yt;break;case yt:if(i&&(N(K,i)||"+"==i||"-"==i||"."==i))h+=V(i);else{if(":"!=i){if(r)return G;h="",f=mt,l=0;continue}if(r&&(s.isSpecial()!=p(ht,h)||"file"==h&&(s.includesCredentials()||null!==s.port)||"file"==s.scheme&&!s.host))return;if(s.scheme=h,r)return void(s.isSpecial()&&ht[s.scheme]==s.port&&(s.port=null));h="","file"==s.scheme?f=Rt:s.isSpecial()&&e&&e.scheme==s.scheme?f=bt:s.isSpecial()?f=At:"/"==o[l+1]?(f=xt,l++):(s.cannotBeABaseURL=!0,F(s.path,""),f=Nt)}break;case mt:if(!e||e.cannotBeABaseURL&&"#"!=i)return G;if(e.cannotBeABaseURL&&"#"==i){s.scheme=e.scheme,s.path=g(e.path),s.query=e.query,s.fragment="",s.cannotBeABaseURL=!0,f=Lt;break}f="file"==e.scheme?Rt:wt;continue;case bt:if("/"!=i||"/"!=o[l+1]){f=wt;continue}f=Et,l++;break;case xt:if("/"==i){f=Ot;break}f=Pt;continue;case wt:if(s.scheme=e.scheme,i==n)s.username=e.username,s.password=e.password,s.host=e.host,s.port=e.port,s.path=g(e.path),s.query=e.query;else if("/"==i||"\\"==i&&s.isSpecial())f=St;else if("?"==i)s.username=e.username,s.password=e.password,s.host=e.host,s.port=e.port,s.path=g(e.path),s.query="",f=_t;else{if("#"!=i){s.username=e.username,s.password=e.password,s.host=e.host,s.port=e.port,s.path=g(e.path),s.path.length--,f=Pt;continue}s.username=e.username,s.password=e.password,s.host=e.host,s.port=e.port,s.path=g(e.path),s.query=e.query,s.fragment="",f=Lt}break;case St:if(!s.isSpecial()||"/"!=i&&"\\"!=i){if("/"!=i){s.username=e.username,s.password=e.password,s.host=e.host,s.port=e.port,f=Pt;continue}f=Ot}else f=Et;break;case At:if(f=Et,"/"!=i||"/"!=P(h,l+1))continue;l++;break;case Et:if("/"!=i&&"\\"!=i){f=Ot;continue}break;case Ot:if("@"==i){v&&(h="%40"+h),v=!0,a=d(h);for(var x=0;x<a.length;x++){var w=a[x];if(":"!=w||m){var S=lt(w,ft);m?s.password+=S:s.username+=S}else m=!0}h=""}else if(i==n||"/"==i||"?"==i||"#"==i||"\\"==i&&s.isSpecial()){if(v&&""==h)return"Invalid authority";l-=d(h).length+1,h="",f=It}else h+=i;break;case It:case kt:if(r&&"file"==s.scheme){f=jt;continue}if(":"!=i||y){if(i==n||"/"==i||"?"==i||"#"==i||"\\"==i&&s.isSpecial()){if(s.isSpecial()&&""==h)return q;if(r&&""==h&&(s.includesCredentials()||null!==s.port))return;if(u=s.parseHost(h))return u;if(h="",f=Ct,r)return;continue}"["==i?y=!0:"]"==i&&(y=!1),h+=i}else{if(""==h)return q;if(u=s.parseHost(h))return u;if(h="",f=Tt,r==kt)return}break;case Tt:if(!N(J,i)){if(i==n||"/"==i||"?"==i||"#"==i||"\\"==i&&s.isSpecial()||r){if(""!=h){var A=M(h,10);if(A>65535)return Y;s.port=s.isSpecial()&&A===ht[s.scheme]?null:A,h=""}if(r)return;f=Ct;continue}return Y}h+=i;break;case Rt:if(s.scheme="file","/"==i||"\\"==i)f=Mt;else{if(!e||"file"!=e.scheme){f=Pt;continue}if(i==n)s.host=e.host,s.path=g(e.path),s.query=e.query;else if("?"==i)s.host=e.host,s.path=g(e.path),s.query="",f=_t;else{if("#"!=i){vt(_(g(o,l),""))||(s.host=e.host,s.path=g(e.path),s.shortenPath()),f=Pt;continue}s.host=e.host,s.path=g(e.path),s.query=e.query,s.fragment="",f=Lt}}break;case Mt:if("/"==i||"\\"==i){f=jt;break}e&&"file"==e.scheme&&!vt(_(g(o,l),""))&&(pt(e.path[0],!0)?F(s.path,e.path[0]):s.host=e.host),f=Pt;continue;case jt:if(i==n||"/"==i||"\\"==i||"?"==i||"#"==i){if(!r&&pt(h))f=Pt;else if(""==h){if(s.host="",r)return;f=Ct}else{if(u=s.parseHost(h))return u;if("localhost"==s.host&&(s.host=""),r)return;h="",f=Ct}continue}h+=i;break;case Ct:if(s.isSpecial()){if(f=Pt,"/"!=i&&"\\"!=i)continue}else if(r||"?"!=i)if(r||"#"!=i){if(i!=n&&(f=Pt,"/"!=i))continue}else s.fragment="",f=Lt;else s.query="",f=_t;break;case Pt:if(i==n||"/"==i||"\\"==i&&s.isSpecial()||!r&&("?"==i||"#"==i)){if(".."===(c=V(c=h))||"%2e."===c||".%2e"===c||"%2e%2e"===c?(s.shortenPath(),"/"==i||"\\"==i&&s.isSpecial()||F(s.path,"")):dt(h)?"/"==i||"\\"==i&&s.isSpecial()||F(s.path,""):("file"==s.scheme&&!s.path.length&&pt(h)&&(s.host&&(s.host=""),h=P(h,0)+":"),F(s.path,h)),h="","file"==s.scheme&&(i==n||"?"==i||"#"==i))for(;s.path.length>1&&""===s.path[0];)B(s.path);"?"==i?(s.query="",f=_t):"#"==i&&(s.fragment="",f=Lt)}else h+=lt(i,st);break;case Nt:"?"==i?(s.query="",f=_t):"#"==i?(s.fragment="",f=Lt):i!=n&&(s.path[0]+=lt(i,ut));break;case _t:r||"#"!=i?i!=n&&("'"==i&&s.isSpecial()?s.query+="%27":s.query+="#"==i?"%23":lt(i,ut)):(s.fragment="",f=Lt);break;case Lt:i!=n&&(s.fragment+=lt(i,ct))}l++}},parseHost:function(t){var r,e,n;if("["==P(t,0)){if("]"!=P(t,t.length-1))return q;if(r=function(t){var r,e,n,o,i,a,u,c=[0,0,0,0,0,0,0,0],s=0,f=null,l=0,h=function(){return P(t,l)};if(":"==h()){if(":"!=P(t,1))return;l+=2,f=++s}for(;h();){if(8==s)return;if(":"!=h()){for(r=e=0;e<4&&N(tt,h());)r=16*r+M(h(),16),l++,e++;if("."==h()){if(0==e)return;if(l-=e,s>6)return;for(n=0;h();){if(o=null,n>0){if(!("."==h()&&n<4))return;l++}if(!N(J,h()))return;for(;N(J,h());){if(i=M(h(),10),null===o)o=i;else{if(0==o)return;o=10*o+i}if(o>255)return;l++}c[s]=256*c[s]+o,2!=++n&&4!=n||s++}if(4!=n)return;break}if(":"==h()){if(l++,!h())return}else if(h())return;c[s++]=r}else{if(null!==f)return;l++,f=++s}}if(null!==f)for(a=s-f,s=7;0!=s&&a>0;)u=c[s],c[s--]=c[f+a-1],c[f+--a]=u;else if(8!=s)return;return c}(W(t,1,-1)),!r)return q;this.host=r}else if(this.isSpecial()){if(t=m(t),N(rt,t))return q;if(r=function(t){var r,e,n,o,i,a,u,c=z(t,".");if(c.length&&""==c[c.length-1]&&c.length--,(r=c.length)>4)return t;for(e=[],n=0;n<r;n++){if(""==(o=c[n]))return t;if(i=10,o.length>1&&"0"==P(o,0)&&(i=N(X,o)?16:8,o=W(o,8==i?1:2)),""===o)a=0;else{if(!N(10==i?Z:8==i?Q:tt,o))return t;a=M(o,i)}F(e,a)}for(n=0;n<r;n++)if(a=e[n],n==r-1){if(a>=C(256,5-r))return null}else if(a>255)return null;for(u=D(e),n=0;n<e.length;n++)u+=e[n]*C(256,3-n);return u}(t),null===r)return q;this.host=r}else{if(N(et,t))return q;for(r="",e=d(t),n=0;n<e.length;n++)r+=lt(e[n],ut);this.host=r}},cannotHaveUsernamePasswordPort:function(){return!this.host||this.cannotBeABaseURL||"file"==this.scheme},includesCredentials:function(){return""!=this.username||""!=this.password},isSpecial:function(){return p(ht,this.scheme)},shortenPath:function(){var t=this.path,r=t.length;!r||"file"==this.scheme&&1==r&&pt(t[0],!0)||t.length--},serialize:function(){var t=this,r=t.scheme,e=t.username,n=t.password,o=t.host,i=t.port,a=t.path,u=t.query,c=t.fragment,s=r+":";return null!==o?(s+="//",t.includesCredentials()&&(s+=e+(n?":"+n:"")+"@"),s+=at(o),null!==i&&(s+=":"+i)):"file"==r&&(s+="//"),s+=t.cannotBeABaseURL?a[0]:a.length?"/"+_(a,"/"):"",null!==u&&(s+="?"+u),null!==c&&(s+="#"+c),s},setHref:function(t){var r=this.parse(t);if(r)throw R(r);this.searchParams.update()},getOrigin:function(){var t=this.scheme,r=this.port;if("blob"==t)try{return new Ft(t.path[0]).origin}catch(t){return"null"}return"file"!=t&&this.isSpecial()?t+"://"+at(this.host)+(null!==r?":"+r:""):"null"},getProtocol:function(){return this.scheme+":"},setProtocol:function(t){this.parse(b(t)+":",gt)},getUsername:function(){return this.username},setUsername:function(t){var r=d(b(t));if(!this.cannotHaveUsernamePasswordPort()){this.username="";for(var e=0;e<r.length;e++)this.username+=lt(r[e],ft)}},getPassword:function(){return this.password},setPassword:function(t){var r=d(b(t));if(!this.cannotHaveUsernamePasswordPort()){this.password="";for(var e=0;e<r.length;e++)this.password+=lt(r[e],ft)}},getHost:function(){var t=this.host,r=this.port;return null===t?"":null===r?at(t):at(t)+":"+r},setHost:function(t){this.cannotBeABaseURL||this.parse(t,It)},getHostname:function(){var t=this.host;return null===t?"":at(t)},setHostname:function(t){this.cannotBeABaseURL||this.parse(t,kt)},getPort:function(){var t=this.port;return null===t?"":b(t)},setPort:function(t){this.cannotHaveUsernamePasswordPort()||(""==(t=b(t))?this.port=null:this.parse(t,Tt))},getPathname:function(){var t=this.path;return this.cannotBeABaseURL?t[0]:t.length?"/"+_(t,"/"):""},setPathname:function(t){this.cannotBeABaseURL||(this.path=[],this.parse(t,Ct))},getSearch:function(){var t=this.query;return t?"?"+t:""},setSearch:function(t){""==(t=b(t))?this.query=null:("?"==P(t,0)&&(t=W(t,1)),this.query="",this.parse(t,_t)),this.searchParams.update()},getSearchParams:function(){return this.searchParams.facade},getHash:function(){var t=this.fragment;return t?"#"+t:""},setHash:function(t){""!=(t=b(t))?("#"==P(t,0)&&(t=W(t,1)),this.fragment="",this.parse(t,Lt)):this.fragment=null},update:function(){this.query=this.searchParams.serialize()||null}};var Ft=function(t){var r=h(this,Ut),e=w(arguments.length,1)>1?arguments[1]:void 0,n=E(r,new Dt(t,!1,e));i||(r.href=n.serialize(),r.origin=n.getOrigin(),r.protocol=n.getProtocol(),r.username=n.getUsername(),r.password=n.getPassword(),r.host=n.getHost(),r.hostname=n.getHostname(),r.port=n.getPort(),r.pathname=n.getPathname(),r.search=n.getSearch(),r.searchParams=n.getSearchParams(),r.hash=n.getHash())},Ut=Ft.prototype,Bt=function(t,r){return{get:function(){return O(this)[t]()},set:r&&function(t){return O(this)[r](t)},configurable:!0,enumerable:!0}};if(i&&(l(Ut,"href",Bt("serialize","setHref")),l(Ut,"origin",Bt("getOrigin")),l(Ut,"protocol",Bt("getProtocol","setProtocol")),l(Ut,"username",Bt("getUsername","setUsername")),l(Ut,"password",Bt("getPassword","setPassword")),l(Ut,"host",Bt("getHost","setHost")),l(Ut,"hostname",Bt("getHostname","setHostname")),l(Ut,"port",Bt("getPort","setPort")),l(Ut,"pathname",Bt("getPathname","setPathname")),l(Ut,"search",Bt("getSearch","setSearch")),l(Ut,"searchParams",Bt("getSearchParams")),l(Ut,"hash",Bt("getHash","setHash"))),f(Ut,"toJSON",(function(){return O(this).serialize()}),{enumerable:!0}),f(Ut,"toString",(function(){return O(this).serialize()}),{enumerable:!0}),T){var zt=T.createObjectURL,Wt=T.revokeObjectURL;zt&&f(Ft,"createObjectURL",c(zt,T)),Wt&&f(Ft,"revokeObjectURL",c(Wt,T))}x(Ft,"URL"),o({global:!0,constructor:!0,forced:!a,sham:!i},{URL:Ft})},57678:function(t,r,e){e(31756)},90963:function(t,r,e){"use strict";var n=e(5765),o=e(74225);n({target:"URL",proto:!0,enumerable:!0},{toJSON:function(){return o(URL.prototype.toString,this)}})},31162:function(t,r,e){var n=e(79452).FilterCSS,o=e(79452).getDefaultWhiteList,i=e(93865);function a(){return{a:["target","href","title"],abbr:["title"],address:[],area:["shape","coords","href","alt"],article:[],aside:[],audio:["autoplay","controls","crossorigin","loop","muted","preload","src"],b:[],bdi:["dir"],bdo:["dir"],big:[],blockquote:["cite"],br:[],caption:[],center:[],cite:[],code:[],col:["align","valign","span","width"],colgroup:["align","valign","span","width"],dd:[],del:["datetime"],details:["open"],div:[],dl:[],dt:[],em:[],figcaption:[],figure:[],font:["color","size","face"],footer:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],header:[],hr:[],i:[],img:["src","alt","title","width","height"],ins:["datetime"],li:[],mark:[],nav:[],ol:[],p:[],pre:[],s:[],section:[],small:[],span:[],sub:[],summary:[],sup:[],strong:[],strike:[],table:["width","border","align","valign"],tbody:["align","valign"],td:["width","rowspan","colspan","align","valign"],tfoot:["align","valign"],th:["width","rowspan","colspan","align","valign"],thead:["align","valign"],tr:["rowspan","align","valign"],tt:[],u:[],ul:[],video:["autoplay","controls","crossorigin","loop","muted","playsinline","poster","preload","src","height","width"]}}var u=new n;function c(t){return t.replace(s,"&lt;").replace(f,"&gt;")}var s=/</g,f=/>/g,l=/"/g,h=/&quot;/g,p=/&#([a-zA-Z0-9]*);?/gim,v=/&colon;?/gim,d=/&newline;?/gim,g=/((j\s*a\s*v\s*a|v\s*b|l\s*i\s*v\s*e)\s*s\s*c\s*r\s*i\s*p\s*t\s*|m\s*o\s*c\s*h\s*a):/gi,y=/e\s*x\s*p\s*r\s*e\s*s\s*s\s*i\s*o\s*n\s*\(.*/gi,m=/u\s*r\s*l\s*\(.*/gi;function b(t){return t.replace(l,"&quot;")}function x(t){return t.replace(h,'"')}function w(t){return t.replace(p,(function(t,r){return"x"===r[0]||"X"===r[0]?String.fromCharCode(parseInt(r.substr(1),16)):String.fromCharCode(parseInt(r,10))}))}function S(t){return t.replace(v,":").replace(d," ")}function A(t){for(var r="",e=0,n=t.length;e<n;e++)r+=t.charCodeAt(e)<32?" ":t.charAt(e);return i.trim(r)}function E(t){return t=A(t=S(t=w(t=x(t))))}function O(t){return t=c(t=b(t))}r.whiteList={a:["target","href","title"],abbr:["title"],address:[],area:["shape","coords","href","alt"],article:[],aside:[],audio:["autoplay","controls","crossorigin","loop","muted","preload","src"],b:[],bdi:["dir"],bdo:["dir"],big:[],blockquote:["cite"],br:[],caption:[],center:[],cite:[],code:[],col:["align","valign","span","width"],colgroup:["align","valign","span","width"],dd:[],del:["datetime"],details:["open"],div:[],dl:[],dt:[],em:[],figcaption:[],figure:[],font:["color","size","face"],footer:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],header:[],hr:[],i:[],img:["src","alt","title","width","height"],ins:["datetime"],li:[],mark:[],nav:[],ol:[],p:[],pre:[],s:[],section:[],small:[],span:[],sub:[],summary:[],sup:[],strong:[],strike:[],table:["width","border","align","valign"],tbody:["align","valign"],td:["width","rowspan","colspan","align","valign"],tfoot:["align","valign"],th:["width","rowspan","colspan","align","valign"],thead:["align","valign"],tr:["rowspan","align","valign"],tt:[],u:[],ul:[],video:["autoplay","controls","crossorigin","loop","muted","playsinline","poster","preload","src","height","width"]},r.getDefaultWhiteList=a,r.onTag=function(t,r,e){},r.onIgnoreTag=function(t,r,e){},r.onTagAttr=function(t,r,e){},r.onIgnoreTagAttr=function(t,r,e){},r.safeAttrValue=function(t,r,e,n){if(e=E(e),"href"===r||"src"===r){if("#"===(e=i.trim(e)))return"#";if("http://"!==e.substr(0,7)&&"https://"!==e.substr(0,8)&&"mailto:"!==e.substr(0,7)&&"tel:"!==e.substr(0,4)&&"data:image/"!==e.substr(0,11)&&"ftp://"!==e.substr(0,6)&&"./"!==e.substr(0,2)&&"../"!==e.substr(0,3)&&"#"!==e[0]&&"/"!==e[0])return""}else if("background"===r){if(g.lastIndex=0,g.test(e))return""}else if("style"===r){if(y.lastIndex=0,y.test(e))return"";if(m.lastIndex=0,m.test(e)&&(g.lastIndex=0,g.test(e)))return"";!1!==n&&(e=(n=n||u).process(e))}return e=O(e)},r.escapeHtml=c,r.escapeQuote=b,r.unescapeQuote=x,r.escapeHtmlEntities=w,r.escapeDangerHtml5Entities=S,r.clearNonPrintableCharacter=A,r.friendlyAttrValue=E,r.escapeAttrValue=O,r.onIgnoreTagStripAll=function(){return""},r.StripTagBody=function(t,r){"function"!=typeof r&&(r=function(){});var e=!Array.isArray(t),n=[],o=!1;return{onIgnoreTag:function(a,u,c){if(function(r){return!!e||-1!==i.indexOf(t,r)}(a)){if(c.isClosing){var s="[/removed]",f=c.position+10;return n.push([!1!==o?o:c.position,f]),o=!1,s}return o||(o=c.position),"[removed]"}return r(a,u,c)},remove:function(t){var r="",e=0;return i.forEach(n,(function(n){r+=t.slice(e,n[0]),e=n[1]})),r+=t.slice(e)}}},r.stripCommentTag=function(t){for(var r="",e=0;e<t.length;){var n=t.indexOf("\x3c!--",e);if(-1===n){r+=t.slice(e);break}r+=t.slice(e,n);var o=t.indexOf("--\x3e",n);if(-1===o)break;e=o+3}return r},r.stripBlankChar=function(t){var r=t.split("");return(r=r.filter((function(t){var r=t.charCodeAt(0);return 127!==r&&(!(r<=31)||(10===r||13===r))}))).join("")},r.cssFilter=u,r.getDefaultCSSWhiteList=o},70027:function(t,r,e){var n=e(31162),o=e(89048),i=e(92954);function a(t,r){return new i(r).process(t)}(r=t.exports=a).filterXSS=a,r.FilterXSS=i,function(){for(var t in n)r[t]=n[t];for(var e in o)r[e]=o[e]}(),"undefined"!=typeof window&&(window.filterXSS=t.exports),"undefined"!=typeof self&&"undefined"!=typeof DedicatedWorkerGlobalScope&&self instanceof DedicatedWorkerGlobalScope&&(self.filterXSS=t.exports)},89048:function(t,r,e){var n=e(93865);function o(t){var r,e=n.spaceIndex(t);return r=-1===e?t.slice(1,-1):t.slice(1,e+1),"/"===(r=n.trim(r).toLowerCase()).slice(0,1)&&(r=r.slice(1)),"/"===r.slice(-1)&&(r=r.slice(0,-1)),r}function i(t){return"</"===t.slice(0,2)}var a=/[^a-zA-Z0-9\\_:.-]/gim;function u(t,r){for(;r<t.length;r++){var e=t[r];if(" "!==e)return"="===e?r:-1}}function c(t,r){for(;r<t.length;r++){var e=t[r];if(" "!==e)return"'"===e||'"'===e?r:-1}}function s(t,r){for(;r>0;r--){var e=t[r];if(" "!==e)return"="===e?r:-1}}function f(t){return function(t){return'"'===t[0]&&'"'===t[t.length-1]||"'"===t[0]&&"'"===t[t.length-1]}(t)?t.substr(1,t.length-2):t}r.parseTag=function(t,r,e){"use strict";var n="",a=0,u=!1,c=!1,s=0,f=t.length,l="",h="";t:for(s=0;s<f;s++){var p=t.charAt(s);if(!1===u){if("<"===p){u=s;continue}}else if(!1===c){if("<"===p){n+=e(t.slice(a,s)),u=s,a=s;continue}if(">"===p||s===f-1){n+=e(t.slice(a,u)),l=o(h=t.slice(u,s+1)),n+=r(u,n.length,l,h,i(h)),a=s+1,u=!1;continue}if('"'===p||"'"===p)for(var v=1,d=t.charAt(s-v);""===d.trim()||"="===d;){if("="===d){c=p;continue t}d=t.charAt(s-++v)}}else if(p===c){c=!1;continue}}return a<f&&(n+=e(t.substr(a))),n},r.parseAttr=function(t,r){"use strict";var e=0,o=0,i=[],l=!1,h=t.length;function p(t,e){if(!((t=(t=n.trim(t)).replace(a,"").toLowerCase()).length<1)){var o=r(t,e||"");o&&i.push(o)}}for(var v=0;v<h;v++){var d,g=t.charAt(v);if(!1!==l||"="!==g)if(!1===l||v!==o)if(/\s|\n|\t/.test(g)){if(t=t.replace(/\s|\n|\t/g," "),!1===l){if(-1===(d=u(t,v))){p(n.trim(t.slice(e,v))),l=!1,e=v+1;continue}v=d-1;continue}if(-1===(d=s(t,v-1))){p(l,f(n.trim(t.slice(e,v)))),l=!1,e=v+1;continue}}else;else{if(-1===(d=t.indexOf(g,v+1)))break;p(l,n.trim(t.slice(o+1,d))),l=!1,e=(v=d)+1}else l=t.slice(e,v),e=v+1,o='"'===t.charAt(e)||"'"===t.charAt(e)?e:c(t,v+1)}return e<t.length&&(!1===l?p(t.slice(e)):p(l,f(n.trim(t.slice(e))))),n.trim(i.join(" "))}},93865:function(t){t.exports={indexOf:function(t,r){var e,n;if(Array.prototype.indexOf)return t.indexOf(r);for(e=0,n=t.length;e<n;e++)if(t[e]===r)return e;return-1},forEach:function(t,r,e){var n,o;if(Array.prototype.forEach)return t.forEach(r,e);for(n=0,o=t.length;n<o;n++)r.call(e,t[n],n,t)},trim:function(t){return String.prototype.trim?t.trim():t.replace(/(^\s*)|(\s*$)/g,"")},spaceIndex:function(t){var r=/\s|\n|\t/.exec(t);return r?r.index:-1}}},92954:function(t,r,e){var n=e(79452).FilterCSS,o=e(31162),i=e(89048),a=i.parseTag,u=i.parseAttr,c=e(93865);function s(t){return null==t}function f(t){(t=function(t){var r={};for(var e in t)r[e]=t[e];return r}(t||{})).stripIgnoreTag&&(t.onIgnoreTag&&console.error('Notes: cannot use these two options "stripIgnoreTag" and "onIgnoreTag" at the same time'),t.onIgnoreTag=o.onIgnoreTagStripAll),t.whiteList||t.allowList?t.whiteList=function(t){var r={};for(var e in t)Array.isArray(t[e])?r[e.toLowerCase()]=t[e].map((function(t){return t.toLowerCase()})):r[e.toLowerCase()]=t[e];return r}(t.whiteList||t.allowList):t.whiteList=o.whiteList,t.onTag=t.onTag||o.onTag,t.onTagAttr=t.onTagAttr||o.onTagAttr,t.onIgnoreTag=t.onIgnoreTag||o.onIgnoreTag,t.onIgnoreTagAttr=t.onIgnoreTagAttr||o.onIgnoreTagAttr,t.safeAttrValue=t.safeAttrValue||o.safeAttrValue,t.escapeHtml=t.escapeHtml||o.escapeHtml,this.options=t,!1===t.css?this.cssFilter=!1:(t.css=t.css||{},this.cssFilter=new n(t.css))}f.prototype.process=function(t){if(!(t=(t=t||"").toString()))return"";var r=this.options,e=r.whiteList,n=r.onTag,i=r.onIgnoreTag,f=r.onTagAttr,l=r.onIgnoreTagAttr,h=r.safeAttrValue,p=r.escapeHtml,v=this.cssFilter;r.stripBlankChar&&(t=o.stripBlankChar(t)),r.allowCommentTag||(t=o.stripCommentTag(t));var d=!1;r.stripIgnoreTagBody&&(d=o.StripTagBody(r.stripIgnoreTagBody,i),i=d.onIgnoreTag);var g=a(t,(function(t,r,o,a,d){var g={sourcePosition:t,position:r,isClosing:d,isWhite:Object.prototype.hasOwnProperty.call(e,o)},y=n(o,a,g);if(!s(y))return y;if(g.isWhite){if(g.isClosing)return"</"+o+">";var m=function(t){var r=c.spaceIndex(t);if(-1===r)return{html:"",closing:"/"===t[t.length-2]};var e="/"===(t=c.trim(t.slice(r+1,-1)))[t.length-1];return e&&(t=c.trim(t.slice(0,-1))),{html:t,closing:e}}(a),b=e[o],x=u(m.html,(function(t,r){var e=-1!==c.indexOf(b,t),n=f(o,t,r,e);return s(n)?e?(r=h(o,t,r,v))?t+'="'+r+'"':t:s(n=l(o,t,r,e))?void 0:n:n}));return a="<"+o,x&&(a+=" "+x),m.closing&&(a+=" /"),a+=">"}return s(y=i(o,a,g))?p(a):y}),p);return d&&(g=d.remove(g)),g},t.exports=f},53397:function(t,r,e){"use strict";e(66423);var n=e(94030),o=e(41861),i=e(68914);r.default=new class{constructor(){this._cookiename="__tid",this._cookieExpiry=1}getCookieName(){return this._cookiename}setCookieName(t){if((0,n.c)(t))throw new Error("CTID not found");this._cookiename=t}getCookieExpiry(){return this._cookieExpiry}setCookieExpiry(t){this._cookieExpiry=t}setCommonTrackingId(t){if((0,n.c)(t))throw new Error("COMMON_TRACKING_ID NOT SET");(0,o.d8)(this._cookiename,t,this._cookieExpiry)}getDefaultCommonTrackingIdHash(){String.prototype.hashCode=function(){let t=0;if(0===this.length)return t;for(let r=0;r<this.length;r++){t=(t<<5)-t+this.charCodeAt(r),t&=t}return t<0?"N"+-1*t:"P"+t};return("NOCID"+(new Date).getTime()+(0,n.X)(1,99)).hashCode()}getCommonTrackingId(){let t;const r=(0,i.s6)("tid");return(0,n.c)(r)||(t=r),(0,n.c)(t)&&(t=(0,o.ej)(this._cookiename)),(0,n.c)(t)&&(t=this.getDefaultCommonTrackingIdHash()),t}getCommonId(){const t=this.getCommonTrackingId();return this.setCommonTrackingId(t),t}getUniqueId(t){t=t||"";const r=(0,n.X)(1e8,999999999);return(t.toUpperCase()+Math.round((new Date).getTime()/1e3)).concat(r)}get(){return this.getCommonId()+"_"+this.getUniqueId()}}},41861:function(t,r,e){"use strict";e.d(r,{d8:function(){return i},ej:function(){return o}});var n=e(70027);function o(t){let r=document.cookie.indexOf(t+"="),e=r+t.length+1;if(!r&&t!==document.cookie.substring(0,t.length))return null;if(-1===r)return null;let o=document.cookie.indexOf(";",e);-1===o&&(o=document.cookie.length);let i=decodeURIComponent(document.cookie.substring(e,o));return"function"==typeof n.filterXSS&&(i=(0,n.filterXSS)(i,{stripIgnoreTagBody:!0})),i}function i(t,r,e){let n=new Date,o="."+function(){let t=window.location.hostname;if(t){let r=t.split(".");r.length>2&&r.shift(),t=r.join(".")}return t}();n.setTime(n.getTime()),e&&(e=1e3*e*60*60*24);let i=new Date(n.getTime()+e);document.cookie=t+"="+encodeURIComponent(r)+(e?";expires="+i.toGMTString():"")+(o?";domain="+o:"")+";path=/"}},68914:function(t,r,e){"use strict";e.d(r,{Fo:function(){return i},s6:function(){return a},vr:function(){return u}});var n=e(94030),o=e(70027);function i(t){if(t){let r=document.createElement("a");return r.href=t,r.hostname}return null}function a(t,r){let e=r||window.location.href,n=new RegExp("[?&]"+t+"=([^&#]*)","i").exec(e);return"function"==typeof o.filterXSS&&Array.isArray(n)&&void 0!==n[1]&&(n=(0,o.filterXSS)(n[1],{stripIgnoreTagBody:!0})),n||""}function u(t){let r;if((0,n.c)(t.url)||(r=t.url),!(0,n.c)(t.parameterName)&&!(0,n.c)(t.parameterValue))if(-1!==r.indexOf(t.parameterName)&&!0===t.override){var e=a(t.parameterName,r);r=r.replace(t.parameterName+"="+e,t.parameterName+"="+t.parameterValue)}else r=-1!==r.indexOf("?")?r+"&"+t.parameterName+"="+t.parameterValue:r+"?"+t.parameterName+"="+t.parameterValue;return r}},94030:function(t,r,e){"use strict";function n(t){return""===t||null==t||!1===t}function o(t,r){return t=Math.ceil(t),r=Math.floor(r),Math.floor(Math.random()*(r-t))+t}e.d(r,{X:function(){return o},c:function(){return n}})},80641:function(t,r,e){t.exports=e(53397).default}},r={};function e(n){var o=r[n];if(void 0!==o)return o.exports;var i=r[n]={exports:{}};return t[n](i,i.exports,e),i.exports}e.n=function(t){var r=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(r,{a:r}),r},e.d=function(t,r){for(var n in r)e.o(r,n)&&!e.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:r[n]})},e.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),e.o=function(t,r){return Object.prototype.hasOwnProperty.call(t,r)},function(){"use strict";var t=e(80641),r=e.n(t),n=e(94030),o=e(41861),i=e(68914);window.__mpLinkTracking=function(){r().setCookieName("fadvuke2etid");var t=7300;r().setCookieExpiry(t);var e={MOBILES:"mobiles.uk.forbes.com",BUSINESS_ENERGY:"businessenergy.uk.forbes.com",BROADBAND:"broadband.uk.forbes.com",ENERGY:"energy.uk.forbes.com"},a=window.__mpLinkTrackingGlobalObj.replaceOldTid;function u(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:20,r="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";t=Math.min(t,62);for(var e="",n=crypto.getRandomValues(new Uint8Array(t)),o=0;o<t;o++)e+=r[n[o]%62];return e}function c(){var e="";if(a){var n,i,c=(0,o.ej)("mktp_clientId");if(c)e=c;else e=(null!==(n=null===(i=window.mktpBase)||void 0===i?void 0:i.tidPrefix)&&void 0!==n?n:"FA")+u(20),(0,o.d8)("mktp_clientId",e,t);(0,o.d8)("fadve2etid",e,t),(0,o.d8)("fadvuke2etid",e,t)}else e=r().getCommonId();return e}function s(){return a?u(12):r().getUniqueId()}function f(){return c()+"_"+s()}function l(t){var r=t||"a",n=document.querySelectorAll(r);return Array.from(n).filter((function(t){var r=t.getAttribute("href"),n=(0,i.Fo)(r);return n&&n.toLowerCase(),function(t){return[e.MOBILES,e.BUSINESS_ENERGY,e.BROADBAND,e.ENERGY].indexOf(t)>-1}(n)}))}function h(t,r){return{key:t,value:r}}function p(t,r,n){return function(t,r,n){var o=[];switch(t){case e.MOBILES:case e.BROADBAND:o.push(h("ct",r)),n&&(o.push(h("utm_source",(0,i.s6)("utm_source"))),o.push(h("utm_campaign",(0,i.s6)("utm_campaign"))),o.push(h("utm_content",(0,i.s6)("utm_content"))),o.push(h("utm_keyword",(0,i.s6)("utm_keyword"))));break;case e.BUSINESS_ENERGY:if(o.push(h("thirdPartyCampaign",r)),n){var a=(0,i.s6)("utm_source")||"sem";o.push(h("thirdpartyid",a))}else o.push(h("thirdpartyid","organic"));break;case e.ENERGY:o.push(h("marketingcode",r))}return o}(t,r,n).filter((function(t){return!!t.value}))}return{init:function(t){var r=c();l(t).map((function(t){var e="".concat(r,"_").concat(s()),n=t.getAttribute("href"),o=(0,i.Fo)(t),a=function(t,r,e){var n=t;return p(r,e,window.__mpLinkTrackingGlobalObj.isSem).forEach((function(t){n=(0,i.vr)({url:n,parameterName:t.key,parameterValue:t.value,override:!0})})),n}(n,o,e);return{url:n,link:t,tid:e,hostName:o,trackingUrl:a}})).forEach((function(t){t.link.setAttribute("href",t.trackingUrl),t.link.setAttribute("data-tid",t.tid)}))},mptid:{getCommonId:c,get:f,getUniqueId:s},getAvailableLinkParams:p,setOgCookies:function(){var t=function(){var t={param:"",value:""},r=(0,i.s6)("utm_source");if(r){var e={outbrain:["ob_click_id","clickid","OutbrainClickId","outbrainclickid"],taboola:["tcid"],bing:["msclkid"],kw:["fbclid"],facebook:["fbclid"]};if(e[r=r.toLowerCase()]&&e[r].length>0)for(var n=0;n<e[r].length;n++){var o=(0,i.s6)(e[r][n]);if(o){t.param=e[r][n],t.value=o;break}}}if(!t.value&&!t.param)for(var a=["gclid"],u=0;u<a.length;u++){var c=(0,i.s6)(a[u]);if(c){t.param=a[u],t.value=c;break}}return t}();if(!window.__mpLinkTrackingGlobalObj.disableOgCookies){t.hasOwnProperty("param")&&!(0,n.c)(t.param)&&(0,o.d8)("fbe2eogname",t.param,1),t.hasOwnProperty("value")&&!(0,n.c)(t.value)&&(0,o.d8)("fbe2eogval",t.value,1);var r=function(t){var r="",e={gclid:"google"};r=e[t.param]?e[t.param]:(0,i.s6)("utm_source");return r}(t);(0,n.c)(r)||(0,o.d8)("fbe2esrc",r,1)}window.dataLayer&&window.dataLayer.push({cd:{ogTrackingParameter:t.param,ogTrackingParameterValue:t.value}})},getCookie:o.ej,getCommonId:c,get:f}}(),window.__mpLinkTracking.setOgCookies(),document.addEventListener("DOMContentLoaded",(function(){window.__mpLinkTracking.init(".link__tracking a"),window.__mpctc={userid:function(){return window.__mpLinkTracking.mptid.getCommonId()},tid:function(){return window.__mpLinkTracking.mptid.get()}}}))}()}();</script> <script type="text/javascript"> window['ninja_table_instance_0'] = {"table_id":"36285","title":"Die besten Haftpflichtversicherungen im Januar 2022","caption":"","columns":[{"name":"ninja_column_1","key":"ninja_column_1","title":"Versicherung","breakpoints":"","type":"text","visible":true,"classes":["ninja_column_0","ninja_clmn_nm_ninja_column_1"],"filterable":true,"sortable":false,"original":{"key":"ninja_column_1","name":"Versicherung","breakpoints":"","dateFormat":"","enable_html_content":"false","header_html_content":"","contentAlign":"center","textAlign":"center","maxWidthUnit":"px","data_type":"text"}},{"name":"gesamtbewertung","key":"gesamtbewertung","title":"Punkte (von 5)","breakpoints":"","type":"text","visible":true,"classes":["ninja_column_1","ninja_clmn_nm_gesamtbewertung"],"filterable":true,"sortable":false,"original":{"name":"Punkte (von 5)","key":"gesamtbewertung","breakpoints":"","data_type":"text","dateFormat":"","header_html_content":"","enable_html_content":"false","contentAlign":"center","textAlign":"center","maxWidthUnit":"px"}},{"name":"ninja_column_3","key":"ninja_column_3","title":"Sterne","breakpoints":"","type":"html","visible":true,"classes":["ninja_column_2","ninja_clmn_nm_ninja_column_3"],"filterable":true,"sortable":false,"original":{"key":"ninja_column_3","name":"Sterne","breakpoints":"","dateFormat":"","enable_html_content":"false","header_html_content":"","contentAlign":"center","textAlign":"center","maxWidthUnit":"px","data_type":"html"}}],"original_columns":[{"key":"ninja_column_1","name":"Versicherung","breakpoints":"","dateFormat":"","enable_html_content":"false","header_html_content":"","contentAlign":"center","textAlign":"center","maxWidthUnit":"px","data_type":"text"},{"name":"Punkte (von 5)","key":"gesamtbewertung","breakpoints":"","data_type":"text","dateFormat":"","header_html_content":"","enable_html_content":"false","contentAlign":"center","textAlign":"center","maxWidthUnit":"px"},{"key":"ninja_column_3","name":"Sterne","breakpoints":"","dateFormat":"","enable_html_content":"false","header_html_content":"","contentAlign":"center","textAlign":"center","maxWidthUnit":"px","data_type":"html"}],"settings":{"filtering":"","togglePosition":"first","paging":"20","pager":false,"page_sizes":["10","20","50","100"],"sorting":true,"default_sorting":"manual_sort","defualt_filter":false,"defualt_filter_column":null,"expandFirst":false,"expandAll":false,"i18n":{"search_in":"Search in","search":"Search","no_result_text":"No Result Found"},"shouldNotCache":false,"skip_rows":0,"limit_rows":0,"use_parent_width":false,"info":"","enable_html_cache":null,"html_caching_minutes":null,"extra_css_class":"inverted","disable_sticky_on_mobile":null,"has_formula":"no","filter_selects":[]},"render_type":"legacy_table","custom_css":{"ninja_column_0":[],"ninja_column_1":[],"ninja_column_2":[]},"instance_name":"ninja_table_instance_0","table_version":"5.0.7","provider":"default","uniqueID":"ninja_table_unique_id_886249655_36285","editing":{"enabled":false,"editing":false,"check_editing":"no","deleting":false,"alwaysShow":false,"own_data_only":null,"addText":"New Row","hideText":"Cancel","showText":"Edit Rows","position":"right","addModalLabel":"Add Data","editModalLabel":"Edit Data","defaultValues":[]},"init_config":{"toggleColumn":"first","cascade":true,"useParentWidth":false,"columns":[{"name":"ninja_column_1","key":"ninja_column_1","title":"Versicherung","breakpoints":"","type":"text","visible":true,"classes":["ninja_column_0","ninja_clmn_nm_ninja_column_1"],"filterable":true,"sortable":false,"original":{"key":"ninja_column_1","name":"Versicherung","breakpoints":"","dateFormat":"","enable_html_content":"false","header_html_content":"","contentAlign":"center","textAlign":"center","maxWidthUnit":"px","data_type":"text"}},{"name":"gesamtbewertung","key":"gesamtbewertung","title":"Punkte (von 5)","breakpoints":"","type":"text","visible":true,"classes":["ninja_column_1","ninja_clmn_nm_gesamtbewertung"],"filterable":true,"sortable":false,"original":{"name":"Punkte (von 5)","key":"gesamtbewertung","breakpoints":"","data_type":"text","dateFormat":"","header_html_content":"","enable_html_content":"false","contentAlign":"center","textAlign":"center","maxWidthUnit":"px"}},{"name":"ninja_column_3","key":"ninja_column_3","title":"Sterne","breakpoints":"","type":"html","visible":true,"classes":["ninja_column_2","ninja_clmn_nm_ninja_column_3"],"filterable":true,"sortable":false,"original":{"key":"ninja_column_3","name":"Sterne","breakpoints":"","dateFormat":"","enable_html_content":"false","header_html_content":"","contentAlign":"center","textAlign":"center","maxWidthUnit":"px","data_type":"html"}}],"expandFirst":false,"expandAll":false,"empty":"No Result Found","sorting":{"enabled":true},"filtering":{"enabled":false,"delay":1,"dropdownTitle":"Search in","placeholder":"Search","connectors":false,"ignoreCase":true},"paging":{"enabled":true,"position":"right","size":"20","container":"#footable_parent_36285 .paging-ui-container","countFormat":""}}} </script> <style> #footable_36285 { font-family: ; font-size: px; } #footable_36285 tbody tr td span.fooicon-plus:before { background-color: !important; } #footable_36285 tbody tr td span.fooicon-minus:before { background-color: !important; } #footable_36285 tbody tr:hover td span.fooicon-plus:before { background-color: !important; } #footable_36285 tbody tr:hover td span.fooicon-minus:before { background-color: !important; } #footable_36285 thead tr.footable-header th span::before { background-color: !important; } #footable_36285, #footable_36285 table { background-color: !important; color: !important; border-color: !important; } #footable_36285 thead tr.footable-filtering th { background-color: !important; color: !important; } #footable_36285:not(.hide_all_borders) thead tr.footable-filtering th { border : 1px solid transparent !important; } #footable_36285 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) { background-color: !important; color: !important; } #footable_36285 tr.footable-header, #footable_36285 tr.footable-header th, .colored_table #footable_36285 table.ninja_table_pro.inverted.table.footable-details tbody tr th { background-color: rgba(57, 91, 182, 1) !important; color: !important; } #footable_36285 tbody tr:hover { background-color: !important; color: !important; } #footable_36285 tbody tr:hover td { border-color: !important; } #footable_36285 tfoot .footable-paging { background-color: !important; } #footable_36285 tfoot .footable-paging .footable-page.active a { background-color: !important; } #footable_36285:not(.hide_all_borders) tfoot tr.footable-paging td { border-color: !important; } .footable-parent-wrapper-gcw-2021 { position: relative;}.footable-parent-wrapper-gcw-2021::before, .footable-parent-wrapper-gcw-2021::after { content: ""; position: absolute; top: 0; height: 100%; width: 30px; background: linear-gradient(270deg, #FFFFFF -34.71%, rgba(255, 255, 255, 0) 60%); z-index: 1; display: none;}.footable-parent-wrapper-gcw-2021.left-end::before, .footable-parent-wrapper-gcw-2021.center::before { display: block; right: -1px;}.footable-parent-wrapper-gcw-2021.right-end::after { display: block; left: 0; width: 20px; background: linear-gradient(270deg, rgba(255, 255, 255, 0) -87%, #FFFFFF 217%);}#footable_parent_36285 .table { border-radius: 8px; border: none; font-family: EuclidCircularB, sans-serif;}#footable_parent_36285 .table th:first-child { border-radius: 8px 0 0 0;}#footable_parent_36285 .table th:last-child { border-radius: 0 8px 0 0;}#footable_parent_36285 .table th:only-child { border-radius: 8px 8px 0 0;}#footable_parent_36285 .table tr:last-child td:first-child { border-radius: 0 0 0 8px;}#footable_parent_36285 .table tr:last-child td:last-child { border-radius: 0 0 8px 0;}#footable_parent_36285 .table tr td, #footable_parent_36285 .table tr th { border-left: none;}#footable_parent_36285 .table tbody tr td { border-top: none; min-width: 150px;}#footable_parent_36285 .table tbody tr td:first-child { border-left: 1px solid #A1ACE6;}#footable_parent_36285 .table tbody tr td:last-child { border-right: 1px solid #A1ACE6;}#footable_parent_36285 .table tbody tr:nth-child(odd) { background: #F4F6FC;}#footable_parent_36285 .table tbody tr:nth-child(even) { background: #fff;}#footable_parent_36285 tr.footable-header, #footable_parent_36285 tr.footable-header th { font-weight: 600; font-size: 18px; font-family: EuclidCircularB, sans-serif; line-height: 18px; color: #FFFFFF;}#footable_parent_36285 tbody h1, #footable_parent_36285 tbody h2, #footable_parent_36285 tbody h3, #footable_parent_36285 tbody h4, #footable_parent_36285 tbody h5, #footable_parent_36285 tbody h6 { margin-bottom: 0;}#footable_parent_36285 tbody td { font-weight: 500; font-size: 18px; line-height: 32px; color: #333333;}#footable_parent_36285 tbody .learn-more-btn { color: rgba(255, 255, 255, 1); background: #35B782; box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2); border-radius: 8px; margin-bottom: 8px; min-width: 180px; text-align: center; font-size: 16px;}#footable_parent_36285 tbody .company-row img { margin-left: auto; margin-right: auto; margin-bottom: 10px; display: block;}#footable_parent_36285 tbody .company-txt { font-weight: 500; font-size: 18px; line-height: 28px; color: #395BB6;}#footable_parent_36285 tbody .learn-more-below-text { font-size: 12px; line-height: 15px; color: #333333;}#footable_parent_36285 tbody .fb-rating-nt-img img { height: 19px;}#footable_parent_36285 tbody .fb-rating-nt-wrapper h2 { font-size: 32px;}#footable_parent_36285 tbody .ninja_clmn_nm_best_for, #footable_parent_36285 tbody .ninja_clmn_nm_federal_filing_fee, #footable_parent_36285 tbody .ninja_clmn_nm_state_filing_fee { vertical-align: baseline;}#footable_parent_36285 tbody .learn-more-nt-column { text-align: center;}#footable_parent_36285 tbody span:empty { display: none;}#footable_parent_36285 tbody tr:last-child td { border-bottom: 1px solid #A1ACE6;}@media (max-width: 1023px) { #footable_parent_36285 tbody .company-txt, #footable_parent_36285 tbody .ninja_clmn_nm_best_for, #footable_parent_36285 tbody .ninja_clmn_nm_federal_filing_fee, #footable_parent_36285 tbody .ninja_clmn_nm_state_filing_fee { font-weight: 500; font-size: 16px; line-height: 28px; } #footable_parent_36285 tbody .fb-rating-nt-wrapper h2 { font-size: 24px; }}#footable_36285 td.ninja_column_0 { text-align: center; }#footable_36285 th.ninja_column_0 { text-align: center; }#footable_36285 td.ninja_column_1 { text-align: center; }#footable_36285 th.ninja_column_1 { text-align: center; }#footable_36285 td.ninja_column_2 { text-align: center; }#footable_36285 th.ninja_column_2 { text-align: center; } </style><style>.footable_parent ol li,.footable_parent ul li{line-height:26px;position:relative}@media only screen and (max-width:599px){.footable_parent ol li,.footable_parent ul li{line-height:24px}}.footable_parent ol{list-style:decimal;padding-left:20px}.footable_parent ol,.footable_parent ul{margin-bottom:20px;margin-left:0}.footable_parent ul li{list-style:none;padding-left:20px}.footable_parent li{margin-bottom:9px}.footable_parent ul li:before{background-color:#395bb6;border-radius:.25rem;content:"";display:inline-block;height:8px;left:6px;position:absolute;top:8px;width:8px} </style> <script type="text/javascript"> window['ninja_table_instance_1'] = {"table_id":"36286","title":"Die besten Haftpflichtversicherungen im Januar 2022 - table2","caption":"","columns":[{"name":"ninja_column_1","key":"ninja_column_1","title":"Versicherung und Tarif","breakpoints":"","type":"text","visible":true,"classes":["ninja_column_0","ninja_clmn_nm_ninja_column_1"],"filterable":true,"sortable":false,"original":{"key":"ninja_column_1","name":"Versicherung und Tarif","breakpoints":"","dateFormat":"","enable_html_content":"false","header_html_content":"","contentAlign":"center","textAlign":"center","maxWidthUnit":"px","data_type":"text"}},{"name":"gesamtbewertung","key":"gesamtbewertung","title":"Punkte (von 5)","breakpoints":"","type":"text","visible":true,"classes":["ninja_column_1","ninja_clmn_nm_gesamtbewertung"],"filterable":true,"sortable":false,"original":{"name":"Punkte (von 5)","key":"gesamtbewertung","breakpoints":"","data_type":"text","dateFormat":"","header_html_content":"","enable_html_content":"false","contentAlign":"center","textAlign":"center","maxWidthUnit":"px"}},{"name":"ninja_column_3","key":"ninja_column_3","title":"Sterne","breakpoints":"","type":"html","visible":true,"classes":["ninja_column_2","ninja_clmn_nm_ninja_column_3"],"filterable":true,"sortable":false,"original":{"key":"ninja_column_3","name":"Sterne","breakpoints":"","dateFormat":"","enable_html_content":"false","header_html_content":"","contentAlign":"center","textAlign":"center","maxWidthUnit":"px","data_type":"html"}}],"original_columns":[{"key":"ninja_column_1","name":"Versicherung und Tarif","breakpoints":"","dateFormat":"","enable_html_content":"false","header_html_content":"","contentAlign":"center","textAlign":"center","maxWidthUnit":"px","data_type":"text"},{"name":"Punkte (von 5)","key":"gesamtbewertung","breakpoints":"","data_type":"text","dateFormat":"","header_html_content":"","enable_html_content":"false","contentAlign":"center","textAlign":"center","maxWidthUnit":"px"},{"key":"ninja_column_3","name":"Sterne","breakpoints":"","dateFormat":"","enable_html_content":"false","header_html_content":"","contentAlign":"center","textAlign":"center","maxWidthUnit":"px","data_type":"html"}],"settings":{"filtering":"","togglePosition":"first","paging":"20","pager":false,"page_sizes":["10","20","50","100"],"sorting":true,"default_sorting":"manual_sort","defualt_filter":false,"defualt_filter_column":null,"expandFirst":false,"expandAll":false,"i18n":{"search_in":"Search in","search":"Search","no_result_text":"No Result Found"},"shouldNotCache":false,"skip_rows":0,"limit_rows":0,"use_parent_width":false,"info":"","enable_html_cache":null,"html_caching_minutes":null,"extra_css_class":"inverted","disable_sticky_on_mobile":null,"has_formula":"no","filter_selects":[]},"render_type":"legacy_table","custom_css":{"ninja_column_0":[],"ninja_column_1":[],"ninja_column_2":[]},"instance_name":"ninja_table_instance_1","table_version":"5.0.7","provider":"default","uniqueID":"ninja_table_unique_id_1761423235_36286","editing":{"enabled":false,"editing":false,"check_editing":"no","deleting":false,"alwaysShow":false,"own_data_only":null,"addText":"New Row","hideText":"Cancel","showText":"Edit Rows","position":"right","addModalLabel":"Add Data","editModalLabel":"Edit Data","defaultValues":[]},"init_config":{"toggleColumn":"first","cascade":true,"useParentWidth":false,"columns":[{"name":"ninja_column_1","key":"ninja_column_1","title":"Versicherung und Tarif","breakpoints":"","type":"text","visible":true,"classes":["ninja_column_0","ninja_clmn_nm_ninja_column_1"],"filterable":true,"sortable":false,"original":{"key":"ninja_column_1","name":"Versicherung und Tarif","breakpoints":"","dateFormat":"","enable_html_content":"false","header_html_content":"","contentAlign":"center","textAlign":"center","maxWidthUnit":"px","data_type":"text"}},{"name":"gesamtbewertung","key":"gesamtbewertung","title":"Punkte (von 5)","breakpoints":"","type":"text","visible":true,"classes":["ninja_column_1","ninja_clmn_nm_gesamtbewertung"],"filterable":true,"sortable":false,"original":{"name":"Punkte (von 5)","key":"gesamtbewertung","breakpoints":"","data_type":"text","dateFormat":"","header_html_content":"","enable_html_content":"false","contentAlign":"center","textAlign":"center","maxWidthUnit":"px"}},{"name":"ninja_column_3","key":"ninja_column_3","title":"Sterne","breakpoints":"","type":"html","visible":true,"classes":["ninja_column_2","ninja_clmn_nm_ninja_column_3"],"filterable":true,"sortable":false,"original":{"key":"ninja_column_3","name":"Sterne","breakpoints":"","dateFormat":"","enable_html_content":"false","header_html_content":"","contentAlign":"center","textAlign":"center","maxWidthUnit":"px","data_type":"html"}}],"expandFirst":false,"expandAll":false,"empty":"No Result Found","sorting":{"enabled":true},"filtering":{"enabled":false,"delay":1,"dropdownTitle":"Search in","placeholder":"Search","connectors":false,"ignoreCase":true},"paging":{"enabled":true,"position":"right","size":"20","container":"#footable_parent_36286 .paging-ui-container","countFormat":""}}} </script> <style> #footable_36285 { font-family: ; font-size: px; } #footable_36285 tbody tr td span.fooicon-plus:before { background-color: !important; } #footable_36285 tbody tr td span.fooicon-minus:before { background-color: !important; } #footable_36285 tbody tr:hover td span.fooicon-plus:before { background-color: !important; } #footable_36285 tbody tr:hover td span.fooicon-minus:before { background-color: !important; } #footable_36285 thead tr.footable-header th span::before { background-color: !important; } #footable_36285, #footable_36285 table { background-color: !important; color: !important; border-color: !important; } #footable_36285 thead tr.footable-filtering th { background-color: !important; color: !important; } #footable_36285:not(.hide_all_borders) thead tr.footable-filtering th { border : 1px solid transparent !important; } #footable_36285 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) { background-color: !important; color: !important; } #footable_36285 tr.footable-header, #footable_36285 tr.footable-header th, .colored_table #footable_36285 table.ninja_table_pro.inverted.table.footable-details tbody tr th { background-color: rgba(57, 91, 182, 1) !important; color: !important; } #footable_36285 tbody tr:hover { background-color: !important; color: !important; } #footable_36285 tbody tr:hover td { border-color: !important; } #footable_36285 tfoot .footable-paging { background-color: !important; } #footable_36285 tfoot .footable-paging .footable-page.active a { background-color: !important; } #footable_36285:not(.hide_all_borders) tfoot tr.footable-paging td { border-color: !important; } .footable-parent-wrapper-gcw-2021 { position: relative;}.footable-parent-wrapper-gcw-2021::before, .footable-parent-wrapper-gcw-2021::after { content: ""; position: absolute; top: 0; height: 100%; width: 30px; background: linear-gradient(270deg, #FFFFFF -34.71%, rgba(255, 255, 255, 0) 60%); z-index: 1; display: none;}.footable-parent-wrapper-gcw-2021.left-end::before, .footable-parent-wrapper-gcw-2021.center::before { display: block; right: -1px;}.footable-parent-wrapper-gcw-2021.right-end::after { display: block; left: 0; width: 20px; background: linear-gradient(270deg, rgba(255, 255, 255, 0) -87%, #FFFFFF 217%);}#footable_parent_36285 .table { border-radius: 8px; border: none; font-family: EuclidCircularB, sans-serif;}#footable_parent_36285 .table th:first-child { border-radius: 8px 0 0 0;}#footable_parent_36285 .table th:last-child { border-radius: 0 8px 0 0;}#footable_parent_36285 .table th:only-child { border-radius: 8px 8px 0 0;}#footable_parent_36285 .table tr:last-child td:first-child { border-radius: 0 0 0 8px;}#footable_parent_36285 .table tr:last-child td:last-child { border-radius: 0 0 8px 0;}#footable_parent_36285 .table tr td, #footable_parent_36285 .table tr th { border-left: none;}#footable_parent_36285 .table tbody tr td { border-top: none; min-width: 150px;}#footable_parent_36285 .table tbody tr td:first-child { border-left: 1px solid #A1ACE6;}#footable_parent_36285 .table tbody tr td:last-child { border-right: 1px solid #A1ACE6;}#footable_parent_36285 .table tbody tr:nth-child(odd) { background: #F4F6FC;}#footable_parent_36285 .table tbody tr:nth-child(even) { background: #fff;}#footable_parent_36285 tr.footable-header, #footable_parent_36285 tr.footable-header th { font-weight: 600; font-size: 18px; font-family: EuclidCircularB, sans-serif; line-height: 18px; color: #FFFFFF;}#footable_parent_36285 tbody h1, #footable_parent_36285 tbody h2, #footable_parent_36285 tbody h3, #footable_parent_36285 tbody h4, #footable_parent_36285 tbody h5, #footable_parent_36285 tbody h6 { margin-bottom: 0;}#footable_parent_36285 tbody td { font-weight: 500; font-size: 18px; line-height: 32px; color: #333333;}#footable_parent_36285 tbody .learn-more-btn { color: rgba(255, 255, 255, 1); background: #35B782; box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2); border-radius: 8px; margin-bottom: 8px; min-width: 180px; text-align: center; font-size: 16px;}#footable_parent_36285 tbody .company-row img { margin-left: auto; margin-right: auto; margin-bottom: 10px; display: block;}#footable_parent_36285 tbody .company-txt { font-weight: 500; font-size: 18px; line-height: 28px; color: #395BB6;}#footable_parent_36285 tbody .learn-more-below-text { font-size: 12px; line-height: 15px; color: #333333;}#footable_parent_36285 tbody .fb-rating-nt-img img { height: 19px;}#footable_parent_36285 tbody .fb-rating-nt-wrapper h2 { font-size: 32px;}#footable_parent_36285 tbody .ninja_clmn_nm_best_for, #footable_parent_36285 tbody .ninja_clmn_nm_federal_filing_fee, #footable_parent_36285 tbody .ninja_clmn_nm_state_filing_fee { vertical-align: baseline;}#footable_parent_36285 tbody .learn-more-nt-column { text-align: center;}#footable_parent_36285 tbody span:empty { display: none;}#footable_parent_36285 tbody tr:last-child td { border-bottom: 1px solid #A1ACE6;}@media (max-width: 1023px) { #footable_parent_36285 tbody .company-txt, #footable_parent_36285 tbody .ninja_clmn_nm_best_for, #footable_parent_36285 tbody .ninja_clmn_nm_federal_filing_fee, #footable_parent_36285 tbody .ninja_clmn_nm_state_filing_fee { font-weight: 500; font-size: 16px; line-height: 28px; } #footable_parent_36285 tbody .fb-rating-nt-wrapper h2 { font-size: 24px; }}#footable_36285 td.ninja_column_0 { text-align: center; }#footable_36285 th.ninja_column_0 { text-align: center; }#footable_36285 td.ninja_column_1 { text-align: center; }#footable_36285 th.ninja_column_1 { text-align: center; }#footable_36285 td.ninja_column_2 { text-align: center; }#footable_36285 th.ninja_column_2 { text-align: center; } </style><style> #footable_36286 { font-family: ; font-size: px; } #footable_36286 tbody tr td span.fooicon-plus:before { background-color: !important; } #footable_36286 tbody tr td span.fooicon-minus:before { background-color: !important; } #footable_36286 tbody tr:hover td span.fooicon-plus:before { background-color: !important; } #footable_36286 tbody tr:hover td span.fooicon-minus:before { background-color: !important; } #footable_36286 thead tr.footable-header th span::before { background-color: !important; } #footable_36286, #footable_36286 table { background-color: !important; color: !important; border-color: !important; } #footable_36286 thead tr.footable-filtering th { background-color: !important; color: !important; } #footable_36286:not(.hide_all_borders) thead tr.footable-filtering th { border : 1px solid transparent !important; } #footable_36286 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) { background-color: !important; color: !important; } #footable_36286 tr.footable-header, #footable_36286 tr.footable-header th, .colored_table #footable_36286 table.ninja_table_pro.inverted.table.footable-details tbody tr th { background-color: rgba(57, 91, 182, 1) !important; color: !important; } #footable_36286 tbody tr:hover { background-color: !important; color: !important; } #footable_36286 tbody tr:hover td { border-color: !important; } #footable_36286 tfoot .footable-paging { background-color: !important; } #footable_36286 tfoot .footable-paging .footable-page.active a { background-color: !important; } #footable_36286:not(.hide_all_borders) tfoot tr.footable-paging td { border-color: !important; } .footable-parent-wrapper-gcw-2021 { position: relative;}.footable-parent-wrapper-gcw-2021::before, .footable-parent-wrapper-gcw-2021::after { content: ""; position: absolute; top: 0; height: 100%; width: 30px; background: linear-gradient(270deg, #FFFFFF -34.71%, rgba(255, 255, 255, 0) 60%); z-index: 1; display: none;}.footable-parent-wrapper-gcw-2021.left-end::before, .footable-parent-wrapper-gcw-2021.center::before { display: block; right: -1px;}.footable-parent-wrapper-gcw-2021.right-end::after { display: block; left: 0; width: 20px; background: linear-gradient(270deg, rgba(255, 255, 255, 0) -87%, #FFFFFF 217%);}#footable_parent_36286 .table { border-radius: 8px; border: none; font-family: EuclidCircularB, sans-serif;}#footable_parent_36286 .table th:first-child { border-radius: 8px 0 0 0;}#footable_parent_36286 .table th:last-child { border-radius: 0 8px 0 0;}#footable_parent_36286 .table th:only-child { border-radius: 8px 8px 0 0;}#footable_parent_36286 .table tr:last-child td:first-child { border-radius: 0 0 0 8px;}#footable_parent_36286 .table tr:last-child td:last-child { border-radius: 0 0 8px 0;}#footable_parent_36286 .table tr td, #footable_parent_36286 .table tr th { border-left: none;}#footable_parent_36286 .table tbody tr td { border-top: none; min-width: 150px;}#footable_parent_36286 .table tbody tr td:first-child { border-left: 1px solid #A1ACE6;}#footable_parent_36286 .table tbody tr td:last-child { border-right: 1px solid #A1ACE6;}#footable_parent_36286 .table tbody tr:nth-child(odd) { background: #F4F6FC;}#footable_parent_36286 .table tbody tr:nth-child(even) { background: #fff;}#footable_parent_36286 tr.footable-header, #footable_parent_36286 tr.footable-header th { font-weight: 600; font-size: 18px; font-family: EuclidCircularB, sans-serif; line-height: 18px; color: #FFFFFF;}#footable_parent_36286 tbody h1, #footable_parent_36286 tbody h2, #footable_parent_36286 tbody h3, #footable_parent_36286 tbody h4, #footable_parent_36286 tbody h5, #footable_parent_36286 tbody h6 { margin-bottom: 0;}#footable_parent_36286 tbody td { font-weight: 500; font-size: 18px; line-height: 32px; color: #333333;}#footable_parent_36286 tbody .learn-more-btn { color: rgba(255, 255, 255, 1); background: #35B782; box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2); border-radius: 8px; margin-bottom: 8px; min-width: 180px; text-align: center; font-size: 16px;}#footable_parent_36286 tbody .company-row img { margin-left: auto; margin-right: auto; margin-bottom: 10px; display: block;}#footable_parent_36286 tbody .company-txt { font-weight: 500; font-size: 18px; line-height: 28px; color: #395BB6;}#footable_parent_36286 tbody .learn-more-below-text { font-size: 12px; line-height: 15px; color: #333333;}#footable_parent_36286 tbody .fb-rating-nt-img img { height: 19px;}#footable_parent_36286 tbody .fb-rating-nt-wrapper h2 { font-size: 32px;}#footable_parent_36286 tbody .ninja_clmn_nm_best_for, #footable_parent_36286 tbody .ninja_clmn_nm_federal_filing_fee, #footable_parent_36286 tbody .ninja_clmn_nm_state_filing_fee { vertical-align: baseline;}#footable_parent_36286 tbody .learn-more-nt-column { text-align: center;}#footable_parent_36286 tbody span:empty { display: none;}#footable_parent_36286 tbody tr:last-child td { border-bottom: 1px solid #A1ACE6;}@media (max-width: 1023px) { #footable_parent_36286 tbody .company-txt, #footable_parent_36286 tbody .ninja_clmn_nm_best_for, #footable_parent_36286 tbody .ninja_clmn_nm_federal_filing_fee, #footable_parent_36286 tbody .ninja_clmn_nm_state_filing_fee { font-weight: 500; font-size: 16px; line-height: 28px; } #footable_parent_36286 tbody .fb-rating-nt-wrapper h2 { font-size: 24px; }}#footable_36286 td.ninja_column_0 { text-align: center; }#footable_36286 th.ninja_column_0 { text-align: center; }#footable_36286 td.ninja_column_1 { text-align: center; }#footable_36286 th.ninja_column_1 { text-align: center; }#footable_36286 td.ninja_column_2 { text-align: center; }#footable_36286 th.ninja_column_2 { text-align: center; } </style><style>.footable_parent ol li,.footable_parent ul li{line-height:26px;position:relative}@media only screen and (max-width:599px){.footable_parent ol li,.footable_parent ul li{line-height:24px}}.footable_parent ol{list-style:decimal;padding-left:20px}.footable_parent ol,.footable_parent ul{margin-bottom:20px;margin-left:0}.footable_parent ul li{list-style:none;padding-left:20px}.footable_parent li{margin-bottom:9px}.footable_parent ul li:before{background-color:#395bb6;border-radius:.25rem;content:"";display:inline-block;height:8px;left:6px;position:absolute;top:8px;width:8px} </style><script type="text/javascript" src="https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/src/lib/jquery-3.6.0.min.js"></script> <script defer type="text/javascript" src="https://www.forbes.com/advisor/de/wp-content/plugins/ninja-tables/assets/libs/footable/js/footable.min.js?ver=3.1.5"></script> <script defer type="text/javascript" src="https://www.forbes.com/advisor/de/wp-content/plugins/ninja-tables/assets/js/ninja-tables-footable.js?ver=5.0.7"></script> <script defer type="text/javascript" src="https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/app/Tracking/ninja-table-annotation.min.js?ver=1730712353"></script> <link rel="preload" href="https://www.forbes.com/advisor/de/wp-content/plugins/ninja-tables/assets/fonts/ninja-tables.woff?10ed5e333d4d4b43f270e4007cba8413" as="font" type="font/woff" crossorigin="anonymous"><script type="text/javascript" id="mp_datalayer_script-js-after"> /* <![CDATA[ */ if(Array.isArray(window.dataLayer)){ window.dataLayer.push({"mp":{"PrimaryCategory":"Versicherungen","SecondaryCategory":"","AuthorName":"Franziska Andre","AuthorRole":"Freie Mitarbeiterin","PublishedDate":"February 21, 2022","UpdatedDate":"Mar 9, 2022","ReferrerHost":"","ReferrerUrl":"","shortcodesOnPage":["generic_product_widget"]}}); } /* ]]> */ </script> <script type="text/javascript" id="tid-generate-extwidget-script-js-extra"> /* <![CDATA[ */ var selectorsFromTidGeneration = []; /* ]]> */ </script> <script type="text/javascript" src="https://www.forbes.com/advisor/de/wp-content/themes/fadvuk/app/Tracking/tid-generate.min.js?ver=1730712353" id="tid-generate-extwidget-script-js"></script> <script type="application/ld+json"> {"@context":"https:\/\/schema.org","@type":"FAQPage","mainEntity":[{"@type":"Question","name":"Was ist die Bestleistungsgarantie?","acceptedAnswer":{"@type":"Answer","text":"<p>Bestleistungsgarantie bedeutet, dass Deine Haftpflichtversicherung auch h\u00f6here Kosten f\u00fcr Sch\u00e4den und Reparaturen \u00fcbernimmt, wenn Du nachweisen kannst, dass eine andere Versicherung in diesem Fall zu den gegebenen Konditionen zahlt. Die Bedingungen des anderen Versicherers gelten dann auch f\u00fcr Deinen Vertrag.<\/p>\n<p>Hast Du etwa einen Mietwagen falsch betankt und soll die Reparatur mehr kosten als Deine Versicherung \u00fcbernehmen will, zahlt sie bei Bestleistungsgarantie trotzdem, wenn andere Versicherer diesen Aufschlag \u00fcbernehmen. Wichtig wird die Klausel bei Summen, die in die Millionen gehen: Wenn Du zum Beispiel ein Feuer verursacht hast.<\/p>\n"}},{"@type":"Question","name":"Was ist die GDV-Leistungsgarantie?","acceptedAnswer":{"@type":"Answer","text":"<p>Der Gesamtverband der Deutschen Versicherungswirtschaft (GDV) empfiehlt eine Reihe von Musterbedingungen f\u00fcr Haftpflichtversicherungen. Bieten Versicherer eine Leistungsgarantie an, entsprechen ihre Versicherungsbedingungen den GDV-Empfehlungen und weichen nur zum Vorteil des Versicherungsnehmers von diesen ab.<\/p>\n"}},{"@type":"Question","name":"Was bedeutet Deckung bei Forderungsausfall?","acceptedAnswer":{"@type":"Answer","text":"<p>Sichert Deine Haftpflichtversicherung Deckung im Forderungsausfall zu, springt sie f\u00fcr die Versicherung Deines Unfallgegners bzw. des Unfallverursachers ein. Das kann wichtig werden, wenn Du selbst einen Schaden erleidest und der Unfall- beziehungsweiser Schadensverursacher weder eine Haftpflichtversicherung hat noch aus eigener Tasche f\u00fcr den Schaden bezahlen kann.<\/p>\n<p>Beachte aber: Bei einigen Tarifen ist die Versicherungssumme begrenzt. Andere Versicherer zahlen nur, wenn Du ein gerichtliches Urteil erwirkt hast. Du musst also erst klagen, damit deine Haftpflichtversicherung f\u00fcr den Schaden aufkommt. Ein solches gerichtliches Verfahren kann teuer werden und sich \u00fcber Jahre ziehen.<\/p>\n"}},{"@type":"Question","name":"Was bedeutet Schutz f\u00fcr deliktunf\u00e4hige Personen?","acceptedAnswer":{"@type":"Answer","text":"<p>Ist dieser Leistungsbaustein in Deinem Haftpflicht-Tarif erf\u00fcllt, kommt Deine Versicherung auch f\u00fcr Sch\u00e4den auf, die nicht Du selbst verursacht hast, sondern sogenannte Dir Schutzbefohlene. H\u00e4ufig sind das Kinder, es kann sich aber auch um erwachsene Personen handeln, die unter deiner Vormundschaft stehen. Die genauen Informationen findest Du jeweils in den Tarifbedingungen des jeweiligen Versicherers.<\/p>\n"}},{"@type":"Question","name":"Was bedeutet Abdeckung von Regressanspr\u00fcchen?","acceptedAnswer":{"@type":"Answer","text":"<p>In einigen F\u00e4llen kann ein Versicherer von Dir einen Regress (eine R\u00fcckzahlung\/Entsch\u00e4digung) f\u00fcr geleistete Zahlungen fordern. Beispiel: Dein Nachbar rutscht in Deiner vereisten Einfahrt aus und verletzt sich schwer. Seine Krankenversicherung kann dann die Kosten f\u00fcr seine Behandlung von Dir zur\u00fcckfordern, also in Regress nehmen. Eine Haftpflichtversicherung \u00fcbernimmt die Kosten, wenn der Baustein Regress bei Sozialversicherungstr\u00e4gern Bestandteil Deines Tarifs ist.<\/p>\n<p>Sind Regressanspr\u00fcche in Deinem Haftpflichttarif mitversichert, gilt das auch, wenn der Gesch\u00e4digte und Du gemeinsam haftpflichtversichert seid. Verletzt sich also etwa Dein Partner durch Dein Verschulden, zahlt auch die gemeinsame Versicherung die Regressforderungen der Krankenversicherung.<\/p>\n"}},{"@type":"Question","name":"Was sind Allm\u00e4hlichkeitssch\u00e4den? ","acceptedAnswer":{"@type":"Answer","text":"<p>Allm\u00e4hlichkeitssch\u00e4den sind Sch\u00e4den, die nicht pl\u00f6tzlich, sondern \u00fcber einen l\u00e4ngeren Zeitraum hinweg entstehen. Ein Beispiel hierf\u00fcr w\u00e4re eine undichte Wasserleitung, die Du nicht direkt bemerkst. Besch\u00e4digt das austretende Wasser nach einer Weile etwa den Fu\u00dfboden oder die W\u00e4nde in Deiner Mietwohnung, handelt es sich um einen Allm\u00e4hlichkeitsschaden. Als solcher gilt auch ein Folgeschaden aus einem direkt entdeckten Schaden \u2013 in unserem Beispiel etwa Schimmel, der Monate nach einem Wasserschaden durch Feuchtigkeit in den W\u00e4nden auftritt.<\/p>\n"}},{"@type":"Question","name":"Was sind Sch\u00e4den an Mietsachen?","acceptedAnswer":{"@type":"Answer","text":"<p>Dieser Leistungsbaustein ist dann wichtig, wenn Du Mieter bist. Als solcher haftest Du auch \u00fcber die mit Deinem Vermieter vereinbarte Kaution hinaus f\u00fcr Sch\u00e4den, die Du an der Immobilie verursachst. Mietsachsch\u00e4den sind Sch\u00e4den an gemieteten Sachen oder Verm\u00f6genssch\u00e4den, die sich sp\u00e4ter daraus ergeben. Die private Haftpflichtversicherung zahlt ausschlie\u00dflich, wenn Du die R\u00e4ume privat mietest. Neben Deiner Wohnung kann das auch der Probenraum f\u00fcr Deine Band sein, ein Gesch\u00e4ftsraum z\u00e4hlt jedoch nicht dazu. Nicht von der Haftpflichtversicherung \u00fcbernommen werden auch etwa Sch\u00e4den, die durch eine normale Abnutzung w\u00e4hrend der Mietdauer entstehen.<\/p>\n<p>Auch der Verlust von Wohnungsschl\u00fcsseln ist nicht automatisch mitversichert und f\u00e4llt in einen anderen Leistungsbereich.<\/p>\n"}},{"@type":"Question","name":"Wie lassen sich Schl\u00fcssel versichern? ","acceptedAnswer":{"@type":"Answer","text":"<p>Die Schlie\u00dfanlage eines Mehrfamilienhauses oder eines B\u00fcrogeb\u00e4udes auszutauschen, kann richtig teuer werden. Besonders, wenn es sich um Zentralschl\u00fcssel handelt. Viele Haftpflichtversicherer bieten hierf\u00fcr aber einen Schutz an. Hierbei unterscheiden sie oft zwischen der Art des Schl\u00fcssels. Fremde private Schl\u00fcssel k\u00f6nnen etwa die Wohnungsschl\u00fcssel von Freunden sein. Bei beruflichen Schl\u00fcsseln geht es um Schl\u00fcssel etwa zum B\u00fcrogeb\u00e4ude Deines Arbeitgebers oder zur Tiefgarage, in der Dein Dienstwagen parkt. Schl\u00fcssel zur Mietwohnung oder Mietshaus sind dann etwa Dein Haus-, Wohnungs- und Kellerschl\u00fcssel. Nicht alle Versicherer versichern alle Arten von gleichzeitig Schl\u00fcsseln mit.<\/p>\n"}},{"@type":"Question","name":"Was ist die Computerklausel?","acceptedAnswer":{"@type":"Answer","text":"<p>Klickst Du etwa auf den Anhang einer Mail und l\u00e4dst ein Computervirus herunter, kann das nicht nur den betroffenen Rechner, sondern ganze IT-Systeme lahmlegen. Gegen solche Sch\u00e4den und Folgesch\u00e4den sichert Dich Deine Haftpflichtversicherung ab, wenn eine Computerklausel im Tarif enthalten ist.<\/p>\n"}},{"@type":"Question","name":"Ist eine Haftpflichtversicherung steuerlich absetzbar?","acceptedAnswer":{"@type":"Answer","text":"<p><span style=\"font-weight: 400;\">In Deiner Steuererkl\u00e4rung kannst Du Ausgaben f\u00fcr Versicherungen im Rahmen der sogenannten Vorsorgeaufwendung absetzen. So auch f\u00fcr die private Haftpflichtversicherung. Aber Vorsicht: Die Gesamtsumme aller Versicherungen, die Du in der Steuererkl\u00e4rung eintr\u00e4gst, darf den Maximalbetrag von 1900 Euro nicht \u00fcberschreiten. Da auch die Kranken- oder Pflegeversicherung als Vorsorgeaufwendung gilt, ist der Maximalbetrag sehr oft bereits erreicht. Angeben solltest Du die Aufwendungen dennoch, nur f\u00fcr den Fall, dass sich die Steuerregeln einmal (r\u00fcckwirkend) \u00e4ndern.\u00a0 <\/span><\/p>\n"}}]} </script> <div class="tippy-popover-container-bg-white"></div> <div class="tippy-popover-container-bg-black"></div> <div class="tippy-popover-container-star-rating"></div> <div class="tippy-popover-container-ed-icon"></div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10