CINXE.COM

Erkennung von Passwortlecks – Auth0

<!DOCTYPE html><html lang="de"><head><title>Erkennung von Passwortlecks – Auth0</title><meta name="viewport" content="initial-scale=1.0, width=device-width"/><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5"/><meta name="fragment" content="!"/><meta name="google-site-verification" content="KFViLMGmUy6wD69eTa8DPQhdfDlh_98L7seja7jIUQA"/><meta name="yandex-verification" content="5bf6f6598e8639ca"/><meta name="facebook-domain-verification" content="u12hlura60iag5ysnvf6761lhe6chz"/><meta name="description" content="Die Erkennung von Passwortlecks und der Credential Guard helfen Ihnen, das Risiko von Datenschutzverletzungen zu verringern, indem sie Ihre Benutzer benachrichtigen, wenn ihre Anmeldedaten preisgegeben wurden."/><meta property="og:type" content="website"/><meta property="og:title" content="Erkennung von Passwortlecks – Auth0"/><meta property="og:site_name" content="Auth0"/><meta property="og:description" content="Die Erkennung von Passwortlecks und der Credential Guard helfen Ihnen, das Risiko von Datenschutzverletzungen zu verringern, indem sie Ihre Benutzer benachrichtigen, wenn ihre Anmeldedaten preisgegeben wurden."/><meta property="og:locale" content="en"/><meta property="og:url" content="https://auth0.com/de/features/breached-passwords"/><meta property="og:image" content="https://cdn.auth0.com/website/website/share.jpg"/><meta property="og:image:secure_url" content="https://cdn.auth0.com/website/website/share.jpg"/><meta property="fb:app_id" content="507756515938786"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:site" content="@auth0"/><meta name="twitter:creator" content="@auth0"/><meta name="twitter:title" content="Erkennung von Passwortlecks – Auth0"/><meta name="twitter:description" content="Die Erkennung von Passwortlecks und der Credential Guard helfen Ihnen, das Risiko von Datenschutzverletzungen zu verringern, indem sie Ihre Benutzer benachrichtigen, wenn ihre Anmeldedaten preisgegeben wurden."/><meta name="twitter:image:src" content="https://cdn.auth0.com/website/website/share.jpg"/><meta name="twitter:image:width" content="1024"/><meta name="twitter:image:height" content="512"/><meta name="theme-color" content="#ffffff"/><meta name="pocket-site-verification" content="d301f9bf5a8414226ceee36fc991e9"/><link rel="canonical" href="https://auth0.com/de/features/breached-passwords"/><link rel="alternate" hrefLang="en" href="https://auth0.com/features/breached-passwords"/><link rel="alternate" hrefLang="ja" href="https://auth0.com/jp/features/breached-passwords"/><link rel="alternate" hrefLang="de" href="https://auth0.com/de/features/breached-passwords"/><link rel="alternate" hrefLang="fr" href="https://auth0.com/fr/features/breached-passwords"/><link rel="alternate" hrefLang="es" href="https://auth0.com/es/features/breached-passwords"/><link rel="alternate" hrefLang="pt" href="https://auth0.com/pt/features/breached-passwords"/><link rel="alternate" hrefLang="x-default" href="https://auth0.com/features/breached-passwords"/><script type="application/ld+json">{ "@context": "http://schema.org", "@type": "WebPage", "name": "Erkennung von Passwortlecks – Auth0", "description": "Die Erkennung von Passwortlecks und der Credential Guard helfen Ihnen, das Risiko von Datenschutzverletzungen zu verringern, indem sie Ihre Benutzer benachrichtigen, wenn ihre Anmeldedaten preisgegeben wurden.", "url": "https://auth0.com/de/features/breached-passwords", "image": "https://cdn.auth0.com/website/website/share.jpg", "publisher": { "@type": "Organization", "name": "Auth0", "legalName": "Auth0 Inc.", "url": "https://auth0.com/", "logo": "https://cdn.auth0.com/website/home-page/evolution_logo_Auth0_black.svg", "foundingDate": "2013-02-01T00:00:00.000Z", "address": { "@type": "PostalAddress", "streetAddress": "10800 NE 8th Street, Suite 600", "addressLocality": "Bellevue", "addressRegion": "WA", "postalCode": "98004", "addressCountry": "USA" }, "contactPoint": { "@type": "ContactPoint", "contactType": "Customer Support", "telephone": "[+888-235-2699]", "email": "info@auth0.com" }, "sameAs": [ "https://twitter.com/auth0", "https://www.facebook.com/getauth0/", "https://www.linkedin.com/company/auth0" ] } }</script><script> const generateNewContext = () => { return { window: { location: { hash: window.location.hash, host: window.location.host, hostname: window.location.hostname, href: window.location.href, origin: window.location.origin, pathname: window.location.pathname, port: window.location.port, protocol: window.location.protocol, search: window.location.search, }, navigator: { language: window.navigator.language, browserLanguage: window.navigator.browserLanguage, userAgent: window.navigator.userAgent, }, innerHeight: window.innerHeight, innerWidth: window.innerWidth, }, document: { title: document.title, referrer: document.referrer, }, }; }; window.addEventListener('resize', () => { const iframe = document.getElementById('drift-iframe'); iframe.contentWindow.postMessage( { type: 'driftUpdateContext', data: generateNewContext() }, '*', ); }); window.addEventListener('scroll', (event) => { const iframe = document.getElementById('drift-iframe'); iframe.contentWindow.postMessage( { type: 'driftParentScroll', data: { scroll: true }, target: 'drift.parentScroll', }, '*', ); }); window.addEventListener('message', function (event) { const iframe = document.getElementById('drift-iframe'); if ( !(iframe && iframe.contentWindow) && event.source === iframe.contentWindow ) { return; } const message = event.data; if (message.type === 'drift:ready') { iframe.contentWindow.postMessage( { type: 'driftSetContext', data: generateNewContext() }, '*', ); } if (message.type === 'drift:resize') { const styles = message.data.styles; for (let key in styles) { if (!styles.hasOwnProperty(key)) { continue; } iframe.style.setProperty(key, styles[key]); } } }); </script><meta name="next-head-count" content="38"/><link rel="shortcut icon mask-icon" type="image/svg+xml" href="https://cdn.auth0.com/website/website/favicons/auth0-favicon.svg"/><link rel="shortcut icon" type="image/svg+xml" href="https://cdn.auth0.com/website/website/favicons/auth0-favicon.svg"/><link rel="shortcut icon" type="image/png" href="https://cdn.auth0.com/website/website/favicons/auth0-favicon-48.png"/><link rel="icon" sizes="16x16" type="image/png" href="https://cdn.auth0.com/website/website/favicons/auth0-favicon-16.png"/><link rel="icon" sizes="32x32" type="image/png" href="https://cdn.auth0.com/website/website/favicons/auth0-favicon-32.png"/><link rel="icon" sizes="48x48" type="image/png" href="https://cdn.auth0.com/website/website/favicons/auth0-favicon-48.png"/><link rel="icon" sizes="96x96" type="image/png" href="https://cdn.auth0.com/website/website/favicons/auth0-favicon-96.png"/><link rel="icon" sizes="144x144" type="image/png" href="https://cdn.auth0.com/website/website/favicons/auth0-favicon-144.png"/><link rel="apple-touch-icon" sizes="180x180" href="https://cdn.auth0.com/website/website/favicons/auth0-favicon-180.png"/><link rel="stylesheet" type="text/css" href="https://cdn.auth0.com/website/styleguide/core-custom/1.0.3/core.min.css"/><link rel="stylesheet" type="text/css" charSet="UTF-8" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.min.css"/><link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick-theme.min.css"/><script type="text/plain" class="optanon-category-4">(function (h, o, t, j, a, r) {h.hj = h.hj || function () { (h.hj.q = h.hj.q || []).push(arguments) }; h._hjSettings = { hjid: 301495, hjsv: 5 }; a = o.getElementsByTagName('head')[0]; r = o.createElement('script'); r.async = 1; r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv; a.appendChild(r);}(window, document, '//static.hotjar.com/c/hotjar-', '.js?sv='))</script><script type="text/plain" class="optanon-category-4"> window._6si = window._6si || []; window._6si.push(['enableEventTracking', true]); window._6si.push(['setToken', '5400c5b6d4c7c0376f36ed7c5ebbc828']); window._6si.push(['setEndpoint', 'b.6sc.co']); (function() { var gd = document.createElement('script'); gd.type = 'text/javascript'; gd.async = true; gd.src = '//j.6sc.co/6si.min.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(gd, s); })();</script><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/b2b-enterprise-identity-management/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js"></script><script src="/b2b-enterprise-identity-management/_next/static/chunks/webpack-f94b7d1e45d3fc92.js" defer=""></script><script src="/b2b-enterprise-identity-management/_next/static/chunks/framework-2fe4cb6473b20297.js" defer=""></script><script src="/b2b-enterprise-identity-management/_next/static/chunks/main-0e6c5455930a1b1c.js" defer=""></script><script src="/b2b-enterprise-identity-management/_next/static/chunks/pages/_app-e129453826c91d72.js" defer=""></script><script src="/b2b-enterprise-identity-management/_next/static/chunks/9236dd9e-7626af53aa335123.js" defer=""></script><script src="/b2b-enterprise-identity-management/_next/static/chunks/3339-8a055232aafba6ff.js" defer=""></script><script src="/b2b-enterprise-identity-management/_next/static/chunks/1664-df515f0f42a0699e.js" defer=""></script><script src="/b2b-enterprise-identity-management/_next/static/chunks/9927-7c42c6c1053de6d9.js" defer=""></script><script src="/b2b-enterprise-identity-management/_next/static/chunks/924-10208592250ae0f5.js" defer=""></script><script src="/b2b-enterprise-identity-management/_next/static/chunks/227-d1def6d8871791ef.js" defer=""></script><script src="/b2b-enterprise-identity-management/_next/static/chunks/976-a33687f39c449c0b.js" defer=""></script><script src="/b2b-enterprise-identity-management/_next/static/chunks/1253-b4a4a5e2db186ca4.js" defer=""></script><script src="/b2b-enterprise-identity-management/_next/static/chunks/3296-19c42866990842c9.js" defer=""></script><script src="/b2b-enterprise-identity-management/_next/static/chunks/4563-496652da13889f67.js" defer=""></script><script src="/b2b-enterprise-identity-management/_next/static/chunks/6789-1a0ae996ab9478b9.js" defer=""></script><script src="/b2b-enterprise-identity-management/_next/static/chunks/8199-d142ce992fa55f4b.js" defer=""></script><script src="/b2b-enterprise-identity-management/_next/static/chunks/7713-6181bb039b361d94.js" defer=""></script><script src="/b2b-enterprise-identity-management/_next/static/chunks/pages/withServerSide-da82abbb9065f6be.js" defer=""></script><script src="/b2b-enterprise-identity-management/_next/static/9yUI_ajWAoeO5AenT-NWs/_buildManifest.js" defer=""></script><script src="/b2b-enterprise-identity-management/_next/static/9yUI_ajWAoeO5AenT-NWs/_ssgManifest.js" defer=""></script><style data-styled="" data-styled-version="5.3.6">html{line-height:1.15;-webkit-text-size-adjust:100%;}/*!sc*/ body{margin:0;}/*!sc*/ main{display:block;}/*!sc*/ h1{font-size:2em;margin:0.67em 0;}/*!sc*/ hr{box-sizing:content-box;height:0;overflow:visible;}/*!sc*/ pre{font-family:monospace,monospace;font-size:1em;}/*!sc*/ a{background-color:transparent;}/*!sc*/ abbr[title]{border-bottom:none;-webkit-text-decoration:underline;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;}/*!sc*/ b,strong{font-weight:bolder;}/*!sc*/ code,kbd,samp{font-family:monospace,monospace;font-size:1em;}/*!sc*/ small{font-size:80%;}/*!sc*/ sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}/*!sc*/ sub{bottom:-0.25em;}/*!sc*/ sup{top:-0.5em;}/*!sc*/ img{border-style:none;}/*!sc*/ button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}/*!sc*/ button,input{overflow:visible;}/*!sc*/ button,select{text-transform:none;}/*!sc*/ button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button;}/*!sc*/ button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0;}/*!sc*/ button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText;}/*!sc*/ fieldset{padding:0.35em 0.75em 0.625em;}/*!sc*/ legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}/*!sc*/ progress{vertical-align:baseline;}/*!sc*/ textarea{overflow:auto;}/*!sc*/ [type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0;}/*!sc*/ [type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto;}/*!sc*/ [type="search"]{-webkit-appearance:textfield;outline-offset:-2px;}/*!sc*/ [type="search"]::-webkit-search-decoration{-webkit-appearance:none;}/*!sc*/ ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}/*!sc*/ details{display:block;}/*!sc*/ summary{display:list-item;}/*!sc*/ template{display:none;}/*!sc*/ [hidden]{display:none;}/*!sc*/ data-styled.g52[id="sc-global-ecVvVt1"]{content:"sc-global-ecVvVt1,"}/*!sc*/ .gvYGiu{margin:0;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:linear-gradient(0deg,rgba(255,255,255,0.40) 0%,rgba(255,255,255,0.40) 100%),radial-gradient(123.72% 71.29% at 7.15% 100%,#FFF 0%,rgba(255,255,255,0.00) 100%),radial-gradient(234.4% 144.94% at 84.62% 0%,#FFF 0%,rgba(255,255,255,0.00) 100%),linear-gradient(26deg,rgba(255,255,255,0.17) -32.04%,rgba(255,255,255,0.00) 133.43%);border-width:0;border-radius:0.6rem;border-style:solid;color:#000000;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:1.6rem;line-height:2.4rem;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:1.2rem 3.2rem;width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;-webkit-text-decoration:none;text-decoration:none;-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;font-family:Aeonik,sans-serif;font-style:normal;font-weight:500;position:relative;overflow:hidden;box-shadow:0px -16px 24px 0px rgba(255,255,255,0.48) inset,0px 4px 4px 0px rgba(0,0,0,0.25);}/*!sc*/ @media screen and (min-width:900px){.gvYGiu{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;}}/*!sc*/ .gvYGiu:active{color:#191919;background:linear-gradient(0deg,rgba(0,0,0,0.20) 0%,rgba(0,0,0,0.20) 100%),linear-gradient(0deg,rgba(255,255,255,0.70) 0%,rgba(255,255,255,0.70) 100%),radial-gradient(120.32% 83.76% at 50% 100%,#FFF 0%,rgba(255,255,255,0.00) 100%),radial-gradient(47.47% 14.92% at 50% 0%,#FFF 0%,rgba(255,255,255,0.00) 100%),radial-gradient(67.49% 95.06% at 50% 15.5%,#FFF 0%,rgba(255,255,255,0.36) 100%),radial-gradient(33.16% 50% at 50% 0%,#FFF 0%,rgba(255,255,255,0.00) 100%);}/*!sc*/ .gvYGiu:hover{-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;color:#191919;background:linear-gradient(0deg,rgba(255,255,255,0.70) 0%,rgba(255,255,255,0.70) 100%),radial-gradient(120.32% 83.76% at 50% 100%,#FFF 0%,rgba(255,255,255,0.00) 100%),radial-gradient(47.47% 14.92% at 50% 0%,#FFF 0%,rgba(255,255,255,0.00) 100%),radial-gradient(67.49% 95.06% at 50% 15.5%,#FFF 0%,rgba(255,255,255,0.36) 100%),radial-gradient(33.16% 50% at 50% 0%,#FFF 0%,rgba(255,255,255,0.00) 100%);cursor:pointer;}/*!sc*/ .gvYGiu:hover{box-shadow:0px 8px 28px 0px rgba(255,255,255,0.08);}/*!sc*/ .gvYGiu:active{box-shadow:0px 8px 28px 0px rgba(255,255,255,0.08);}/*!sc*/ .gvYGiu:disabled{box-shadow:0px -16px 24px 0px rgba(255,255,255,0.48) inset,0px 4px 4px 0px rgba(0,0,0,0.25);}/*!sc*/ .gvYGiu span{z-index:3;}/*!sc*/ .gvYGiu:hover{background:linear-gradient(0deg,rgba(255,255,255,0.40) 0%,rgba(255,255,255,0.40) 100%),radial-gradient(123.72% 71.29% at 7.15% 100%,#FFF 0%,rgba(255,255,255,0.00) 100%),radial-gradient(234.4% 144.94% at 84.62% 0%,#FFF 0%,rgba(255,255,255,0.00) 100%),linear-gradient(26deg,rgba(255,255,255,0.17) -32.04%,rgba(255,255,255,0.00) 133.43%);}/*!sc*/ .gvYGiu::before{content:'';width:100%;height:100%;display:inline-block;background:linear-gradient(0deg,rgba(255,255,255,0.70) 0%,rgba(255,255,255,0.70) 100%),radial-gradient(120.32% 83.76% at 50% 100%,#FFF 0%,rgba(255,255,255,0.00) 100%),radial-gradient(47.47% 14.92% at 50% 0%,#FFF 0%,rgba(255,255,255,0.00) 100%),radial-gradient(67.49% 95.06% at 50% 15.5%,#FFF 0%,rgba(255,255,255,0.36) 100%),radial-gradient(33.16% 50% at 50% 0%,#FFF 0%,rgba(255,255,255,0.00) 100%);opacity:0;position:absolute;-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;}/*!sc*/ .gvYGiu:hover::before{opacity:1;}/*!sc*/ .hIGiqp{margin:0;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:linear-gradient(26deg,rgba(255,255,255,0.15) -32.04%,rgba(255,255,255,0.00) 133.43%);border-width:1.5px;border-color:linear-gradient(29.98deg,rgba(255,254,250,0.7) 23.72%,rgba(255,254,250,0) 107.71%);border-radius:0.6rem;border-style:solid;color:#FFFEFA;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:1.6rem;line-height:2.4rem;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:1.2rem 3.2rem;width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;-webkit-text-decoration:none;text-decoration:none;-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;font-family:Aeonik,sans-serif;font-style:normal;font-weight:500;position:relative;overflow:hidden;border:none;}/*!sc*/ @media screen and (min-width:900px){.hIGiqp{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;}}/*!sc*/ .hIGiqp:active{color:rgba(255,254,250,0.8);border-color:linear-gradient(29.98deg,rgba(255,254,250,0.8) 23.72%,rgba(255,254,250,0) 107.71%);background:linear-gradient(0deg,rgba(0,0,0,0.20) 0%,rgba(0,0,0,0.20) 100%),linear-gradient(26deg,rgba(255,255,255,0.08) -32.04%,rgba(255,255,255,0.00) 133.43%);}/*!sc*/ .hIGiqp:hover{-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;border-color:linear-gradient(29.98deg,rgba(255,254,250,0.8) 23.72%,rgba(255,254,250,0) 107.71%);color:#FFFEFA;background:radial-gradient(72.18% 56.98% at 50% 100%,rgba(255,255,255,0.20) 0%,rgba(255,255,255,0.00) 100%),radial-gradient(100.79% 100% at 50% 0%,rgba(255,255,255,0.40) 0%,rgba(255,255,255,0.00) 100%),linear-gradient(26deg,rgba(255,255,255,0.08) -32.04%,rgba(255,255,255,0.00) 133.43%);cursor:pointer;}/*!sc*/ .hIGiqp span{z-index:3;}/*!sc*/ .hIGiqp:hover{background:linear-gradient(26deg,rgba(255,255,255,0.15) -32.04%,rgba(255,255,255,0.00) 133.43%);}/*!sc*/ .hIGiqp::before{content:'';width:100%;height:100%;display:inline-block;background:radial-gradient(72.18% 56.98% at 50% 100%,rgba(255,255,255,0.20) 0%,rgba(255,255,255,0.00) 100%),radial-gradient(100.79% 100% at 50% 0%,rgba(255,255,255,0.40) 0%,rgba(255,255,255,0.00) 100%),linear-gradient(26deg,rgba(255,255,255,0.08) -32.04%,rgba(255,255,255,0.00) 133.43%);opacity:0;position:absolute;-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;}/*!sc*/ .hIGiqp:hover::before{opacity:1;}/*!sc*/ .hIGiqp span{z-index:10;}/*!sc*/ .hIGiqp::after{content:'';width:100%;height:100%;display:inline-block;position:absolute;border-radius:6px;padding:1.5px;z-index:999;background:linear-gradient(29.98deg,rgba(255,254,250,0.7) 23.72%,rgba(255,254,250,0) 107.71%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;-webkit-mask-composite:exclude;mask-composite:exclude;-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;}/*!sc*/ .hIGiqp:active::after{background:linear-gradient(0deg,rgba(0,0,0,0.2),rgba(0,0,0,0.2)),linear-gradient(29.98deg,rgba(255,254,250,0.7) 23.72%,rgba(255,254,250,0) 107.71%);}/*!sc*/ .hIGiqp:hover::after{background:linear-gradient(29.98deg,rgba(255,254,250,0.8) 23.72%,rgba(255,254,250,0) 107.71%);}/*!sc*/ .hIGiqp:disabled::after{background:linear-gradient(29.98deg,rgba(255,254,250,0.7) 23.72%,rgba(255,254,250,0) 107.71%);}/*!sc*/ .iBRLYD{margin:0;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:radial-gradient(223% 105.53% at 6.05% 199.17%,rgba(255,255,255,0.14) 0%,rgba(255,255,255,0.00) 100%),radial-gradient(31.68% 130.91% at 100% 0%,rgba(255,255,255,0.20) 0%,rgba(255,255,255,0.00) 100%),radial-gradient(43.14% 139.47% at 0% 136.21%,rgba(227,235,255,0.30) 0%,rgba(255,255,255,0.00) 100%),linear-gradient(170deg,#4016A0 7.99%,#3F59E4 93.36%);border-width:0;border-color:radial-gradient(223% 105.53% at 6.05% 199.17%,rgba(255,255,255,0.14) 0%,rgba(255,255,255,0.00) 100%),radial-gradient(31.68% 130.91% at 100% 0%,rgba(255,255,255,0.20) 0%,rgba(255,255,255,0.00) 100%),radial-gradient(43.14% 139.47% at 0% 136.21%,rgba(227,235,255,0.30) 0%,rgba(255,255,255,0.00) 100%),linear-gradient(170deg,#4016A0 7.99%,#3F59E4 93.36%);border-radius:0.6rem;border-style:solid;color:#FFFEFA;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:1.6rem;line-height:2.4rem;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:1.2rem 3.2rem;width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;-webkit-text-decoration:none;text-decoration:none;-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;font-family:Aeonik,sans-serif;font-style:normal;font-weight:500;position:relative;overflow:hidden;}/*!sc*/ @media screen and (min-width:900px){.iBRLYD{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;}}/*!sc*/ .iBRLYD:active{color:rgba(255,254,250,0.8);border-color:radial-gradient(1357.61% 111.93% at 58.53% 60.34%,rgba(255,255,255,0.40) 0%,rgba(180,155,252,0.00) 0.01%,rgba(182,202,255,0.40) 100%),radial-gradient(69% 81.35% at -8.65% 100%,rgba(255,255,255,0.20) 0%,rgba(255,255,255,0.00) 100%),radial-gradient(637.58% 79.63% at 96.25% -14.82%,rgba(255,255,255,0.20) 0%,rgba(255,255,255,0.00) 100%),radial-gradient(1373.34% 61.44% at -8.75% 153.45%,rgba(227,235,255,0.30) 0%,rgba(255,255,255,0.00) 100%),linear-gradient(170deg,#3F59E4 7.99%,#3F59E4 93.36%);background:linear-gradient(0deg,rgba(0,0,0,0.20) 0%,rgba(0,0,0,0.20) 100%),radial-gradient(1357.61% 111.93% at 58.53% 60.34%,rgba(255,255,255,0.40) 0%,rgba(180,155,252,0.00) 0.01%,rgba(182,202,255,0.40) 100%),radial-gradient(69% 81.35% at -8.65% 100%,rgba(255,255,255,0.20) 0%,rgba(255,255,255,0.00) 100%),radial-gradient(637.58% 79.63% at 96.25% -14.82%,rgba(255,255,255,0.20) 0%,rgba(255,255,255,0.00) 100%),radial-gradient(1373.34% 61.44% at -8.75% 153.45%,rgba(227,235,255,0.30) 0%,rgba(255,255,255,0.00) 100%),linear-gradient(170deg,#3F59E4 7.99%,#3F59E4 93.36%);-webkit-backdrop-filter:blur(34px);backdrop-filter:blur(34px);}/*!sc*/ .iBRLYD:hover{-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;border-color:radial-gradient(1357.61% 111.93% at 58.53% 60.34%,rgba(255,255,255,0.40) 0%,rgba(180,155,252,0.00) 0.01%,rgba(182,202,255,0.40) 100%),radial-gradient(69% 81.35% at -8.65% 100%,rgba(255,255,255,0.20) 0%,rgba(255,255,255,0.00) 100%),radial-gradient(637.58% 79.63% at 96.25% -14.82%,rgba(255,255,255,0.20) 0%,rgba(255,255,255,0.00) 100%),radial-gradient(1373.34% 61.44% at -8.75% 153.45%,rgba(227,235,255,0.30) 0%,rgba(255,255,255,0.00) 100%),linear-gradient(170deg,#3F59E4 7.99%,#3F59E4 93.36%);color:#FFFEFA;background:radial-gradient(1357.61% 111.93% at 58.53% 60.34%,rgba(255,255,255,0.40) 0%,rgba(180,155,252,0.00) 0.01%,rgba(182,202,255,0.40) 100%),radial-gradient(69% 81.35% at -8.65% 100%,rgba(255,255,255,0.20) 0%,rgba(255,255,255,0.00) 100%),radial-gradient(637.58% 79.63% at 96.25% -14.82%,rgba(255,255,255,0.20) 0%,rgba(255,255,255,0.00) 100%),radial-gradient(1373.34% 61.44% at -8.75% 153.45%,rgba(227,235,255,0.30) 0%,rgba(255,255,255,0.00) 100%),linear-gradient(170deg,#3F59E4 7.99%,#3F59E4 93.36%);cursor:pointer;-webkit-backdrop-filter:blur(34px);backdrop-filter:blur(34px);}/*!sc*/ .iBRLYD:hover{box-shadow:0px 8px 55px 0px rgba(182,202,255,0.24);}/*!sc*/ .iBRLYD:active{box-shadow:0px 8px 55px 0px rgba(182,202,255,0.24);}/*!sc*/ .iBRLYD span{z-index:3;}/*!sc*/ .iBRLYD:hover{background:radial-gradient(223% 105.53% at 6.05% 199.17%,rgba(255,255,255,0.14) 0%,rgba(255,255,255,0.00) 100%),radial-gradient(31.68% 130.91% at 100% 0%,rgba(255,255,255,0.20) 0%,rgba(255,255,255,0.00) 100%),radial-gradient(43.14% 139.47% at 0% 136.21%,rgba(227,235,255,0.30) 0%,rgba(255,255,255,0.00) 100%),linear-gradient(170deg,#4016A0 7.99%,#3F59E4 93.36%);}/*!sc*/ .iBRLYD::before{content:'';width:100%;height:100%;display:inline-block;background:radial-gradient(1357.61% 111.93% at 58.53% 60.34%,rgba(255,255,255,0.40) 0%,rgba(180,155,252,0.00) 0.01%,rgba(182,202,255,0.40) 100%),radial-gradient(69% 81.35% at -8.65% 100%,rgba(255,255,255,0.20) 0%,rgba(255,255,255,0.00) 100%),radial-gradient(637.58% 79.63% at 96.25% -14.82%,rgba(255,255,255,0.20) 0%,rgba(255,255,255,0.00) 100%),radial-gradient(1373.34% 61.44% at -8.75% 153.45%,rgba(227,235,255,0.30) 0%,rgba(255,255,255,0.00) 100%),linear-gradient(170deg,#3F59E4 7.99%,#3F59E4 93.36%);opacity:0;position:absolute;-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;}/*!sc*/ .iBRLYD:hover::before{opacity:1;}/*!sc*/ .dYurMS{margin:0;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:linear-gradient(0deg,rgba(255,255,255,0.40) 0%,rgba(255,255,255,0.40) 100%),radial-gradient(123.72% 71.29% at 7.15% 100%,#FFF 0%,rgba(255,255,255,0.00) 100%),radial-gradient(234.4% 144.94% at 84.62% 0%,#FFF 0%,rgba(255,255,255,0.00) 100%),linear-gradient(26deg,rgba(255,255,255,0.17) -32.04%,rgba(255,255,255,0.00) 133.43%);border-width:0;border-radius:0.6rem;border-style:solid;color:#000000;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:1.6rem;line-height:2.4rem;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:1.2rem 3.2rem;width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;-webkit-text-decoration:none;text-decoration:none;-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;font-family:Aeonik,sans-serif;font-style:normal;font-weight:500;position:relative;overflow:hidden;box-shadow:0px -16px 24px 0px rgba(255,255,255,0.48) inset,0px 4px 4px 0px rgba(0,0,0,0.25);}/*!sc*/ @media screen and (min-width:768px){.dYurMS{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;}}/*!sc*/ .dYurMS:active{color:#191919;background:linear-gradient(0deg,rgba(0,0,0,0.20) 0%,rgba(0,0,0,0.20) 100%),linear-gradient(0deg,rgba(255,255,255,0.70) 0%,rgba(255,255,255,0.70) 100%),radial-gradient(120.32% 83.76% at 50% 100%,#FFF 0%,rgba(255,255,255,0.00) 100%),radial-gradient(47.47% 14.92% at 50% 0%,#FFF 0%,rgba(255,255,255,0.00) 100%),radial-gradient(67.49% 95.06% at 50% 15.5%,#FFF 0%,rgba(255,255,255,0.36) 100%),radial-gradient(33.16% 50% at 50% 0%,#FFF 0%,rgba(255,255,255,0.00) 100%);}/*!sc*/ .dYurMS:hover{-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;color:#191919;background:linear-gradient(0deg,rgba(255,255,255,0.70) 0%,rgba(255,255,255,0.70) 100%),radial-gradient(120.32% 83.76% at 50% 100%,#FFF 0%,rgba(255,255,255,0.00) 100%),radial-gradient(47.47% 14.92% at 50% 0%,#FFF 0%,rgba(255,255,255,0.00) 100%),radial-gradient(67.49% 95.06% at 50% 15.5%,#FFF 0%,rgba(255,255,255,0.36) 100%),radial-gradient(33.16% 50% at 50% 0%,#FFF 0%,rgba(255,255,255,0.00) 100%);cursor:pointer;}/*!sc*/ .dYurMS:hover{box-shadow:0px 8px 28px 0px rgba(255,255,255,0.08);}/*!sc*/ .dYurMS:active{box-shadow:0px 8px 28px 0px rgba(255,255,255,0.08);}/*!sc*/ .dYurMS:disabled{box-shadow:0px -16px 24px 0px rgba(255,255,255,0.48) inset,0px 4px 4px 0px rgba(0,0,0,0.25);}/*!sc*/ .dYurMS span{z-index:3;}/*!sc*/ .dYurMS:hover{background:linear-gradient(0deg,rgba(255,255,255,0.40) 0%,rgba(255,255,255,0.40) 100%),radial-gradient(123.72% 71.29% at 7.15% 100%,#FFF 0%,rgba(255,255,255,0.00) 100%),radial-gradient(234.4% 144.94% at 84.62% 0%,#FFF 0%,rgba(255,255,255,0.00) 100%),linear-gradient(26deg,rgba(255,255,255,0.17) -32.04%,rgba(255,255,255,0.00) 133.43%);}/*!sc*/ .dYurMS::before{content:'';width:100%;height:100%;display:inline-block;background:linear-gradient(0deg,rgba(255,255,255,0.70) 0%,rgba(255,255,255,0.70) 100%),radial-gradient(120.32% 83.76% at 50% 100%,#FFF 0%,rgba(255,255,255,0.00) 100%),radial-gradient(47.47% 14.92% at 50% 0%,#FFF 0%,rgba(255,255,255,0.00) 100%),radial-gradient(67.49% 95.06% at 50% 15.5%,#FFF 0%,rgba(255,255,255,0.36) 100%),radial-gradient(33.16% 50% at 50% 0%,#FFF 0%,rgba(255,255,255,0.00) 100%);opacity:0;position:absolute;-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;}/*!sc*/ .dYurMS:hover::before{opacity:1;}/*!sc*/ .jgEoaV{margin:0;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:linear-gradient(26deg,rgba(255,255,255,0.15) -32.04%,rgba(255,255,255,0.00) 133.43%);border-width:1.5px;border-color:linear-gradient(29.98deg,rgba(255,254,250,0.7) 23.72%,rgba(255,254,250,0) 107.71%);border-radius:0.6rem;border-style:solid;color:#FFFEFA;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:1.6rem;line-height:2.4rem;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:1.2rem 3.2rem;width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;-webkit-text-decoration:none;text-decoration:none;-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;font-family:Aeonik,sans-serif;font-style:normal;font-weight:500;position:relative;overflow:hidden;border:none;}/*!sc*/ @media screen and (min-width:768px){.jgEoaV{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;}}/*!sc*/ .jgEoaV:active{color:rgba(255,254,250,0.8);border-color:linear-gradient(29.98deg,rgba(255,254,250,0.8) 23.72%,rgba(255,254,250,0) 107.71%);background:linear-gradient(0deg,rgba(0,0,0,0.20) 0%,rgba(0,0,0,0.20) 100%),linear-gradient(26deg,rgba(255,255,255,0.08) -32.04%,rgba(255,255,255,0.00) 133.43%);}/*!sc*/ .jgEoaV:hover{-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;border-color:linear-gradient(29.98deg,rgba(255,254,250,0.8) 23.72%,rgba(255,254,250,0) 107.71%);color:#FFFEFA;background:radial-gradient(72.18% 56.98% at 50% 100%,rgba(255,255,255,0.20) 0%,rgba(255,255,255,0.00) 100%),radial-gradient(100.79% 100% at 50% 0%,rgba(255,255,255,0.40) 0%,rgba(255,255,255,0.00) 100%),linear-gradient(26deg,rgba(255,255,255,0.08) -32.04%,rgba(255,255,255,0.00) 133.43%);cursor:pointer;}/*!sc*/ .jgEoaV span{z-index:3;}/*!sc*/ .jgEoaV:hover{background:linear-gradient(26deg,rgba(255,255,255,0.15) -32.04%,rgba(255,255,255,0.00) 133.43%);}/*!sc*/ .jgEoaV::before{content:'';width:100%;height:100%;display:inline-block;background:radial-gradient(72.18% 56.98% at 50% 100%,rgba(255,255,255,0.20) 0%,rgba(255,255,255,0.00) 100%),radial-gradient(100.79% 100% at 50% 0%,rgba(255,255,255,0.40) 0%,rgba(255,255,255,0.00) 100%),linear-gradient(26deg,rgba(255,255,255,0.08) -32.04%,rgba(255,255,255,0.00) 133.43%);opacity:0;position:absolute;-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;}/*!sc*/ .jgEoaV:hover::before{opacity:1;}/*!sc*/ .jgEoaV span{z-index:10;}/*!sc*/ .jgEoaV::after{content:'';width:100%;height:100%;display:inline-block;position:absolute;border-radius:6px;padding:1.5px;z-index:999;background:linear-gradient(29.98deg,rgba(255,254,250,0.7) 23.72%,rgba(255,254,250,0) 107.71%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;-webkit-mask-composite:exclude;mask-composite:exclude;-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;}/*!sc*/ .jgEoaV:active::after{background:linear-gradient(0deg,rgba(0,0,0,0.2),rgba(0,0,0,0.2)),linear-gradient(29.98deg,rgba(255,254,250,0.7) 23.72%,rgba(255,254,250,0) 107.71%);}/*!sc*/ .jgEoaV:hover::after{background:linear-gradient(29.98deg,rgba(255,254,250,0.8) 23.72%,rgba(255,254,250,0) 107.71%);}/*!sc*/ .jgEoaV:disabled::after{background:linear-gradient(29.98deg,rgba(255,254,250,0.7) 23.72%,rgba(255,254,250,0) 107.71%);}/*!sc*/ data-styled.g53[id="styled__Button-sc-1hwml9q-0"]{content:"gvYGiu,hIGiqp,iBRLYD,dYurMS,jgEoaV,"}/*!sc*/ .hWziJK.hWziJK.hWziJK{color:#99A7F1;-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/ .dCCmSO.dCCmSO.dCCmSO{width:100%;}/*!sc*/ .isBdzo.isBdzo.isBdzo{margin-top:1.6rem;width:100%;}/*!sc*/ .ktXiRB.ktXiRB.ktXiRB{color:#ABABAB;font-weight:500;line-height:1.8rem;margin-bottom:2.1rem;}/*!sc*/ .fwumGB.fwumGB.fwumGB{-webkit-text-decoration:none;text-decoration:none;line-height:2.2rem;}/*!sc*/ .hQjuhG.hQjuhG.hQjuhG{display:block;-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/ .BcxXA.BcxXA.BcxXA{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .fnEKIk.fnEKIk.fnEKIk{font-family:Aeonik,sans-serif;color:#e5e5e5;font-size:1.4rem;-webkit-letter-spacing:0.015rem;-moz-letter-spacing:0.015rem;-ms-letter-spacing:0.015rem;letter-spacing:0.015rem;line-height:2rem;}/*!sc*/ .gcXwVY.gcXwVY.gcXwVY{color:#8c929c;}/*!sc*/ .bHOya.bHOya.bHOya{-webkit-text-decoration:none;text-decoration:none;display:block;}/*!sc*/ .jhxKr.jhxKr.jhxKr{color:#8c929c;margin:0;}/*!sc*/ .cKkyKw.cKkyKw.cKkyKw{font-family:Aeonik,sans-serif;color:#FFFFFF;margin:0.4rem 0 0;font-weight:500;font-size:1.6rem;line-height:2rem;}/*!sc*/ .dUfJVa.dUfJVa.dUfJVa{margin-right:1.6rem;-webkit-letter-spacing:0.032rem;-moz-letter-spacing:0.032rem;-ms-letter-spacing:0.032rem;letter-spacing:0.032rem;white-space:nowrap;}/*!sc*/ @media screen and (min-width:1200px){.dUfJVa.dUfJVa.dUfJVa{padding:0.8rem 2.4rem;}}/*!sc*/ .cndUul.cndUul.cndUul{-webkit-letter-spacing:0.032rem;-moz-letter-spacing:0.032rem;-ms-letter-spacing:0.032rem;letter-spacing:0.032rem;white-space:nowrap;}/*!sc*/ @media screen and (min-width:1200px){.cndUul.cndUul.cndUul{padding:0.8rem 2.2rem;}}/*!sc*/ .gGkZRG.gGkZRG.gGkZRG{padding:4rem 0 0;position:relative;background:url(null) right bottom/contain no-repeat,linear-gradient(198deg,#111 -16.57%,#191919 63.56%,#4016A0 96.77%,#3F59E4 119.35%);gap:8rem;}/*!sc*/ @media screen and (min-width:1200px){.gGkZRG.gGkZRG.gGkZRG{padding:9.6rem 0;}}/*!sc*/ @media screen and (min-width:1200px){.gGkZRG.gGkZRG.gGkZRG{background:url(null) right center no-repeat,linear-gradient(198deg,#111 -16.57%,#191919 63.56%,#4016A0 96.77%,#3F59E4 119.35%);}}/*!sc*/ .ljHUuv.ljHUuv.ljHUuv{text-align:left;grid-column:1/7;}/*!sc*/ @media screen and (min-width:768px){.ljHUuv.ljHUuv.ljHUuv{grid-column:1/13;}}/*!sc*/ @media screen and (min-width:1200px){.ljHUuv.ljHUuv.ljHUuv{grid-column:1/7;}}/*!sc*/ @media screen and (min-width:1200px){.ljHUuv.ljHUuv.ljHUuv{max-width:67.2rem;}}/*!sc*/ .Vgta-d.Vgta-d.Vgta-d{color:#FFFEFA;white-space:break-spaces;}/*!sc*/ @media screen and (min-width:1200px){.Vgta-d.Vgta-d.Vgta-d{-webkit-letter-spacing:-0.16rem;-moz-letter-spacing:-0.16rem;-ms-letter-spacing:-0.16rem;letter-spacing:-0.16rem;}}/*!sc*/ .kwLMTa.kwLMTa.kwLMTa{color:#E5E5E5;}/*!sc*/ .fApTjU.fApTjU.fApTjU{z-index:1;}/*!sc*/ .kTJmkM.kTJmkM.kTJmkM{grid-column:1/7;height:100%;text-align:center;}/*!sc*/ @media screen and (min-width:768px){.kTJmkM.kTJmkM.kTJmkM{grid-column:1/13;}}/*!sc*/ @media screen and (min-width:1200px){.kTJmkM.kTJmkM.kTJmkM{grid-column:8/13;}}/*!sc*/ .hhnCQn.hhnCQn.hhnCQn{padding:4.8rem 0;position:relative;margin:0;border-radius:0;}/*!sc*/ @media screen and (min-width:1200px){.hhnCQn.hhnCQn.hhnCQn{padding:9.6rem 0;}}/*!sc*/ @media screen and (min-width:768px){.hhnCQn.hhnCQn.hhnCQn{margin:0 1.6rem;}}/*!sc*/ @media screen and (min-width:1200px){.hhnCQn.hhnCQn.hhnCQn{margin:0 auto;}}/*!sc*/ @media screen and (min-width:768px){.hhnCQn.hhnCQn.hhnCQn{border-radius:2.4rem;}}/*!sc*/ .gxKFTb.gxKFTb.gxKFTb{text-align:left;grid-column:1/7;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;position:relative;z-index:2;margin-right:0;margin-bottom:3.2rem;}/*!sc*/ @media screen and (min-width:768px){.gxKFTb.gxKFTb.gxKFTb{grid-column:1/13;}}/*!sc*/ @media screen and (min-width:1200px){.gxKFTb.gxKFTb.gxKFTb{grid-column:1/7;}}/*!sc*/ @media screen and (min-width:1200px){.gxKFTb.gxKFTb.gxKFTb{margin-right:6.5%;}}/*!sc*/ @media screen and (min-width:1200px){.gxKFTb.gxKFTb.gxKFTb{margin-bottom:0;}}/*!sc*/ .elFrYF.elFrYF.elFrYF{text-align:left;grid-column:1/7;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;position:relative;z-index:2;margin-left:0;}/*!sc*/ @media screen and (min-width:768px){.elFrYF.elFrYF.elFrYF{grid-column:1/13;}}/*!sc*/ @media screen and (min-width:1200px){.elFrYF.elFrYF.elFrYF{grid-column:7/13;}}/*!sc*/ @media screen and (min-width:1200px){.elFrYF.elFrYF.elFrYF{margin-left:6.5%;}}/*!sc*/ .cCcgib.cCcgib.cCcgib{color:#FFFEFA;}/*!sc*/ @media screen and (min-width:768px){.cCcgib.cCcgib.cCcgib{-webkit-letter-spacing:-0.01rem;-moz-letter-spacing:-0.01rem;-ms-letter-spacing:-0.01rem;letter-spacing:-0.01rem;}}/*!sc*/ @media screen and (min-width:768px){.cCcgib.cCcgib.cCcgib{line-height:5.6rem;}}/*!sc*/ .jUxBqo.jUxBqo.jUxBqo{color:#E5E5E5;line-height:2.8rem;-webkit-letter-spacing:0.01rem;-moz-letter-spacing:0.01rem;-ms-letter-spacing:0.01rem;letter-spacing:0.01rem;font-size:1.25rem;white-space:pre-wrap;margin:0 0 1.6rem;}/*!sc*/ @media screen and (min-width:768px){.jUxBqo.jUxBqo.jUxBqo{line-height:3.2rem;}}/*!sc*/ @media screen and (min-width:768px){.jUxBqo.jUxBqo.jUxBqo{-webkit-letter-spacing:normal;-moz-letter-spacing:normal;-ms-letter-spacing:normal;letter-spacing:normal;}}/*!sc*/ @media screen and (min-width:768px){.jUxBqo.jUxBqo.jUxBqo{font-size:2rem;}}/*!sc*/ @media screen and (min-width:1200px){.jUxBqo.jUxBqo.jUxBqo{margin:0 0 3.2rem;}}/*!sc*/ .hlvbqe.hlvbqe.hlvbqe{-webkit-letter-spacing:-0.08rem;-moz-letter-spacing:-0.08rem;-ms-letter-spacing:-0.08rem;letter-spacing:-0.08rem;}/*!sc*/ @media screen and (min-width:1200px){.hlvbqe.hlvbqe.hlvbqe{font-size:4.8rem;}}/*!sc*/ @media screen and (min-width:768px){.hlvbqe.hlvbqe.hlvbqe{-webkit-letter-spacing:-0.1rem;-moz-letter-spacing:-0.1rem;-ms-letter-spacing:-0.1rem;letter-spacing:-0.1rem;}}/*!sc*/ @media screen and (min-width:1200px){.hlvbqe.hlvbqe.hlvbqe{line-height:5.6rem;}}/*!sc*/ .byxWhr.byxWhr.byxWhr{-webkit-letter-spacing:0.01rem;-moz-letter-spacing:0.01rem;-ms-letter-spacing:0.01rem;letter-spacing:0.01rem;}/*!sc*/ @media screen and (min-width:1200px){.byxWhr.byxWhr.byxWhr{font-size:2.4rem;}}/*!sc*/ @media screen and (min-width:1200px){.byxWhr.byxWhr.byxWhr{line-height:3.2rem;}}/*!sc*/ @media screen and (min-width:768px){.gBZLUB.gBZLUB.gBZLUB{font-size:4rem;}}/*!sc*/ @media screen and (min-width:1200px){.gBZLUB.gBZLUB.gBZLUB{font-size:3.2rem;}}/*!sc*/ @media screen and (min-width:768px){.gBZLUB.gBZLUB.gBZLUB{line-height:4.8rem;}}/*!sc*/ @media screen and (min-width:1200px){.gBZLUB.gBZLUB.gBZLUB{line-height:4.4rem;}}/*!sc*/ @media screen and (min-width:1200px){.gBZLUB.gBZLUB.gBZLUB{-webkit-letter-spacing:-0.032rem;-moz-letter-spacing:-0.032rem;-ms-letter-spacing:-0.032rem;letter-spacing:-0.032rem;}}/*!sc*/ .byxYP.byxYP.byxYP{color:#E5E5E5;white-space:pre-wrap;}/*!sc*/ @media screen and (min-width:1200px){}/*!sc*/ .ifngWq.ifngWq.ifngWq{-webkit-letter-spacing:-0.032rem;-moz-letter-spacing:-0.032rem;-ms-letter-spacing:-0.032rem;letter-spacing:-0.032rem;color:#FFFEFA;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/ @media screen and (min-width:1200px){.ifngWq.ifngWq.ifngWq{font-size:4.8rem;}}/*!sc*/ @media screen and (min-width:1200px){.ifngWq.ifngWq.ifngWq{line-height:5.6rem;}}/*!sc*/ @media screen and (min-width:768px){.ifngWq.ifngWq.ifngWq{-webkit-letter-spacing:-0.08rem;-moz-letter-spacing:-0.08rem;-ms-letter-spacing:-0.08rem;letter-spacing:-0.08rem;}}/*!sc*/ @media screen and (min-width:1200px){.ifngWq.ifngWq.ifngWq{-webkit-letter-spacing:-0.1rem;-moz-letter-spacing:-0.1rem;-ms-letter-spacing:-0.1rem;letter-spacing:-0.1rem;}}/*!sc*/ .dVWLMi.dVWLMi.dVWLMi{color:#FFFEFA;}/*!sc*/ .ePqLLy.ePqLLy.ePqLLy{color:#99A7F1;z-index:1;}/*!sc*/ .kRQzyU.kRQzyU.kRQzyU{-webkit-letter-spacing:-0.032rem;-moz-letter-spacing:-0.032rem;-ms-letter-spacing:-0.032rem;letter-spacing:-0.032rem;margin-bottom:1.2rem;color:#FFFEFA;z-index:1;}/*!sc*/ @media screen and (min-width:768px){.kRQzyU.kRQzyU.kRQzyU{font-size:3.2rem;}}/*!sc*/ @media screen and (min-width:768px){.kRQzyU.kRQzyU.kRQzyU{line-height:4.4rem;}}/*!sc*/ @media screen and (min-width:768px){.kRQzyU.kRQzyU.kRQzyU{max-width:50%;}}/*!sc*/ @media screen and (min-width:1200px){.kRQzyU.kRQzyU.kRQzyU{max-width:none;}}/*!sc*/ .dLXTcP.dLXTcP.dLXTcP{font-weight:500;}/*!sc*/ .cHhniM.cHhniM.cHhniM{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .hTUVnp.hTUVnp.hTUVnp{color:#80868F;margin:0;}/*!sc*/ .cFkooD.cFkooD.cFkooD{border-top:0.1rem solid #5a5f66;padding:2.4rem 1.6rem;color:#80868F;margin:0;}/*!sc*/ data-styled.g54[id="utils-sc-11hlfw-0"]{content:"hWziJK,dCCmSO,isBdzo,ktXiRB,fwumGB,hQjuhG,BcxXA,fnEKIk,gcXwVY,bHOya,jhxKr,cKkyKw,dUfJVa,cndUul,gGkZRG,ljHUuv,Vgta-d,kwLMTa,fApTjU,kTJmkM,hhnCQn,gxKFTb,elFrYF,cCcgib,jUxBqo,dmQvNV,hlvbqe,byxWhr,gBZLUB,byxYP,ifngWq,dVWLMi,ePqLLy,kRQzyU,dLXTcP,cHhniM,hTUVnp,cFkooD,"}/*!sc*/ .ieuKTj{margin:0 0 1.6rem 0;color:#ABABAB;font-family:'Aeonik Mono',monospace;font-style:NORMAL;font-weight:500;font-size:1.4rem;-webkit-letter-spacing:0.1rem;-moz-letter-spacing:0.1rem;-ms-letter-spacing:0.1rem;letter-spacing:0.1rem;line-height:2rem;text-transform:uppercase;padding:0;}/*!sc*/ @media screen and (min-width:900px){.ieuKTj{color:#ABABAB;font-family:'Aeonik Mono',monospace;font-style:NORMAL;font-weight:500;font-size:1.4rem;-webkit-letter-spacing:0.1rem;-moz-letter-spacing:0.1rem;-ms-letter-spacing:0.1rem;letter-spacing:0.1rem;line-height:2rem;}}/*!sc*/ @media screen and (min-width:1200px){.ieuKTj{color:#ABABAB;font-family:'Aeonik Mono',monospace;font-style:NORMAL;font-weight:500;font-size:1.4rem;-webkit-letter-spacing:0.1rem;-moz-letter-spacing:0.1rem;-ms-letter-spacing:0.1rem;letter-spacing:0.1rem;line-height:2rem;}}/*!sc*/ .ivZRpX{margin:0 0 1.6rem 0;color:#ABABAB;font-family:'Aeonik Mono',monospace;font-style:NORMAL;font-weight:500;font-size:1.4rem;-webkit-letter-spacing:0.1rem;-moz-letter-spacing:0.1rem;-ms-letter-spacing:0.1rem;letter-spacing:0.1rem;line-height:2rem;text-transform:uppercase;padding:0;}/*!sc*/ @media screen and (min-width:768px){.ivZRpX{color:#ABABAB;font-family:'Aeonik Mono',monospace;font-style:NORMAL;font-weight:500;font-size:1.4rem;-webkit-letter-spacing:0.1rem;-moz-letter-spacing:0.1rem;-ms-letter-spacing:0.1rem;letter-spacing:0.1rem;line-height:2rem;}}/*!sc*/ @media screen and (min-width:1200px){.ivZRpX{color:#ABABAB;font-family:'Aeonik Mono',monospace;font-style:NORMAL;font-weight:500;font-size:1.4rem;-webkit-letter-spacing:0.1rem;-moz-letter-spacing:0.1rem;-ms-letter-spacing:0.1rem;letter-spacing:0.1rem;line-height:2rem;}}/*!sc*/ .dveEmL{margin:0 0 1.6rem 0;color:#8B929B;font-family:SpaceGrotesk,monospace;font-style:NORMAL;font-weight:600;font-size:1.2rem;-webkit-letter-spacing:0.12rem;-moz-letter-spacing:0.12rem;-ms-letter-spacing:0.12rem;letter-spacing:0.12rem;line-height:1.8rem;text-transform:uppercase;padding:0;}/*!sc*/ @media screen and (min-width:900px){.dveEmL{color:#8B929B;font-family:SpaceGrotesk,monospace;font-style:NORMAL;font-weight:600;font-size:1.4rem;-webkit-letter-spacing:0.15rem;-moz-letter-spacing:0.15rem;-ms-letter-spacing:0.15rem;letter-spacing:0.15rem;line-height:2rem;}}/*!sc*/ @media screen and (min-width:1200px){.dveEmL{color:#8B929B;font-family:SpaceGrotesk,monospace;font-style:NORMAL;font-weight:600;font-size:1.4rem;-webkit-letter-spacing:0.15rem;-moz-letter-spacing:0.15rem;-ms-letter-spacing:0.15rem;letter-spacing:0.15rem;line-height:2rem;}}/*!sc*/ data-styled.g58[id="styled__Overline-sc-165cfko-0"]{content:"ieuKTj,ivZRpX,dveEmL,"}/*!sc*/ .jpLEXt{margin:0 0 1.6rem 0;color:#E5E5E5;font-family:Aeonik,sans-serif;font-style:NORMAL;font-weight:400;font-size:1.4rem;-webkit-letter-spacing:0.015rem;-moz-letter-spacing:0.015rem;-ms-letter-spacing:0.015rem;letter-spacing:0.015rem;line-height:2rem;color:#FFFEFA;padding:0;}/*!sc*/ @media screen and (min-width:900px){.jpLEXt{color:#E5E5E5;font-family:Aeonik,sans-serif;font-style:NORMAL;font-weight:400;font-size:1.4rem;-webkit-letter-spacing:0.015rem;-moz-letter-spacing:0.015rem;-ms-letter-spacing:0.015rem;letter-spacing:0.015rem;line-height:2rem;color:#FFFEFA;}}/*!sc*/ @media screen and (min-width:1200px){.jpLEXt{color:#E5E5E5;font-family:Aeonik,sans-serif;font-style:NORMAL;font-weight:400;font-size:1.4rem;-webkit-letter-spacing:0.015rem;-moz-letter-spacing:0.015rem;-ms-letter-spacing:0.015rem;letter-spacing:0.015rem;line-height:2rem;color:#FFFEFA;}}/*!sc*/ .emycaI{margin:0 0 1.6rem 0;color:#E5E5E5;font-family:Aeonik,sans-serif;font-style:NORMAL;font-weight:400;font-size:1.8rem;-webkit-letter-spacing:0.0125rem;-moz-letter-spacing:0.0125rem;-ms-letter-spacing:0.0125rem;letter-spacing:0.0125rem;line-height:2.5rem;color:#FFFEFA;padding:0;}/*!sc*/ @media screen and (min-width:900px){.emycaI{color:#E5E5E5;font-family:Aeonik,sans-serif;font-style:NORMAL;font-weight:400;font-size:1.8rem;-webkit-letter-spacing:0.0125rem;-moz-letter-spacing:0.0125rem;-ms-letter-spacing:0.0125rem;letter-spacing:0.0125rem;line-height:2.5rem;color:#FFFEFA;}}/*!sc*/ @media screen and (min-width:1200px){.emycaI{color:#E5E5E5;font-family:Aeonik,sans-serif;font-style:NORMAL;font-weight:400;font-size:1.8rem;-webkit-letter-spacing:0.0125rem;-moz-letter-spacing:0.0125rem;-ms-letter-spacing:0.0125rem;letter-spacing:0.0125rem;line-height:2.5rem;color:#FFFEFA;}}/*!sc*/ .hJARHu{margin:2.4rem 0 0;color:#E5E5E5;font-family:Aeonik,sans-serif;font-style:NORMAL;font-weight:400;font-size:2rem;-webkit-letter-spacing:0.005rem;-moz-letter-spacing:0.005rem;-ms-letter-spacing:0.005rem;letter-spacing:0.005rem;line-height:2.8rem;color:#FFFEFA;padding:0;}/*!sc*/ @media screen and (min-width:768px){.hJARHu{color:#E5E5E5;font-family:Aeonik,sans-serif;font-style:NORMAL;font-weight:400;font-size:2.4rem;-webkit-letter-spacing:0;-moz-letter-spacing:0;-ms-letter-spacing:0;letter-spacing:0;line-height:3.2rem;color:#FFFEFA;}}/*!sc*/ @media screen and (min-width:1200px){.hJARHu{color:#E5E5E5;font-family:Aeonik,sans-serif;font-style:NORMAL;font-weight:400;font-size:2.4rem;-webkit-letter-spacing:0;-moz-letter-spacing:0;-ms-letter-spacing:0;letter-spacing:0;line-height:3.2rem;color:#FFFEFA;}}/*!sc*/ .fIAKHv{margin:0 0 1.6rem 0;color:#E5E5E5;font-family:Aeonik,sans-serif;font-style:NORMAL;font-weight:400;font-size:2rem;-webkit-letter-spacing:0.005rem;-moz-letter-spacing:0.005rem;-ms-letter-spacing:0.005rem;letter-spacing:0.005rem;line-height:2.8rem;color:#FFFEFA;padding:0;}/*!sc*/ @media screen and (min-width:768px){.fIAKHv{color:#E5E5E5;font-family:Aeonik,sans-serif;font-style:NORMAL;font-weight:400;font-size:2rem;-webkit-letter-spacing:0.005rem;-moz-letter-spacing:0.005rem;-ms-letter-spacing:0.005rem;letter-spacing:0.005rem;line-height:2.8rem;color:#FFFEFA;}}/*!sc*/ @media screen and (min-width:1200px){.fIAKHv{color:#E5E5E5;font-family:Aeonik,sans-serif;font-style:NORMAL;font-weight:400;font-size:2rem;-webkit-letter-spacing:0.005rem;-moz-letter-spacing:0.005rem;-ms-letter-spacing:0.005rem;letter-spacing:0.005rem;line-height:2.8rem;color:#FFFEFA;}}/*!sc*/ .jnSlEq{margin:0 0 2.4rem;color:#E5E5E5;font-family:Aeonik,sans-serif;font-style:NORMAL;font-weight:400;font-size:2rem;-webkit-letter-spacing:0.005rem;-moz-letter-spacing:0.005rem;-ms-letter-spacing:0.005rem;letter-spacing:0.005rem;line-height:2.8rem;color:#FFFEFA;padding:0;}/*!sc*/ @media screen and (min-width:768px){.jnSlEq{color:#E5E5E5;font-family:Aeonik,sans-serif;font-style:NORMAL;font-weight:400;font-size:2rem;-webkit-letter-spacing:0.005rem;-moz-letter-spacing:0.005rem;-ms-letter-spacing:0.005rem;letter-spacing:0.005rem;line-height:2.8rem;color:#FFFEFA;}}/*!sc*/ @media screen and (min-width:1200px){.jnSlEq{color:#E5E5E5;font-family:Aeonik,sans-serif;font-style:NORMAL;font-weight:400;font-size:2rem;-webkit-letter-spacing:0.005rem;-moz-letter-spacing:0.005rem;-ms-letter-spacing:0.005rem;letter-spacing:0.005rem;line-height:2.8rem;color:#FFFEFA;}}/*!sc*/ .cFjZoD{margin:0 0 4rem;color:#E5E5E5;font-family:Aeonik,sans-serif;font-style:NORMAL;font-weight:400;font-size:2rem;-webkit-letter-spacing:0.005rem;-moz-letter-spacing:0.005rem;-ms-letter-spacing:0.005rem;letter-spacing:0.005rem;line-height:2.8rem;color:#FFFEFA;padding:0;}/*!sc*/ @media screen and (min-width:1200px){.cFjZoD{margin:0rem;}}/*!sc*/ @media screen and (min-width:768px){.cFjZoD{color:#E5E5E5;font-family:Aeonik,sans-serif;font-style:NORMAL;font-weight:400;font-size:2.4rem;-webkit-letter-spacing:0;-moz-letter-spacing:0;-ms-letter-spacing:0;letter-spacing:0;line-height:3.2rem;color:#FFFEFA;}}/*!sc*/ @media screen and (min-width:1200px){.cFjZoD{color:#E5E5E5;font-family:Aeonik,sans-serif;font-style:NORMAL;font-weight:400;font-size:2.4rem;-webkit-letter-spacing:0;-moz-letter-spacing:0;-ms-letter-spacing:0;letter-spacing:0;line-height:3.2rem;color:#FFFEFA;}}/*!sc*/ .kGYMnY{margin:0;color:#41454C;font-family:Inter,sans-serif;font-style:NORMAL;font-weight:400;font-size:1.4rem;-webkit-letter-spacing:0rem;-moz-letter-spacing:0rem;-ms-letter-spacing:0rem;letter-spacing:0rem;line-height:2.2rem;color:#FFFFFF;padding:0;}/*!sc*/ @media screen and (min-width:900px){.kGYMnY{color:#41454C;font-family:Inter,sans-serif;font-style:NORMAL;font-weight:400;font-size:1.4rem;-webkit-letter-spacing:0rem;-moz-letter-spacing:0rem;-ms-letter-spacing:0rem;letter-spacing:0rem;line-height:2.2rem;color:#FFFFFF;}}/*!sc*/ @media screen and (min-width:1200px){.kGYMnY{color:#41454C;font-family:Inter,sans-serif;font-style:NORMAL;font-weight:400;font-size:1.4rem;-webkit-letter-spacing:0rem;-moz-letter-spacing:0rem;-ms-letter-spacing:0rem;letter-spacing:0rem;line-height:2.2rem;color:#FFFFFF;}}/*!sc*/ .iLVGZP{margin:0 0 1.6rem 0;color:#41454C;font-family:Inter,sans-serif;font-style:NORMAL;font-weight:400;font-size:1.4rem;-webkit-letter-spacing:0rem;-moz-letter-spacing:0rem;-ms-letter-spacing:0rem;letter-spacing:0rem;line-height:2.2rem;color:#FFFFFF;padding:0;}/*!sc*/ @media screen and (min-width:900px){.iLVGZP{color:#41454C;font-family:Inter,sans-serif;font-style:NORMAL;font-weight:400;font-size:1.4rem;-webkit-letter-spacing:0rem;-moz-letter-spacing:0rem;-ms-letter-spacing:0rem;letter-spacing:0rem;line-height:2.2rem;color:#FFFFFF;}}/*!sc*/ @media screen and (min-width:1200px){.iLVGZP{color:#41454C;font-family:Inter,sans-serif;font-style:NORMAL;font-weight:400;font-size:1.4rem;-webkit-letter-spacing:0rem;-moz-letter-spacing:0rem;-ms-letter-spacing:0rem;letter-spacing:0rem;line-height:2.2rem;color:#FFFFFF;}}/*!sc*/ data-styled.g59[id="styled__Paragraph-sc-165cfko-1"]{content:"jpLEXt,emycaI,hJARHu,fIAKHv,jnSlEq,cFjZoD,kGYMnY,iLVGZP,"}/*!sc*/ .hOAedJ{margin:0 0 1.6rem;color:#FFFEFA;font-family:Aeonik,sans-serif;font-style:NORMAL;font-weight:400;font-size:3.2rem;-webkit-letter-spacing:-0.01rem;-moz-letter-spacing:-0.01rem;-ms-letter-spacing:-0.01rem;letter-spacing:-0.01rem;line-height:4.4rem;color:#FFFEFA;padding:0;}/*!sc*/ @media screen and (min-width:768px){.hOAedJ{color:#FFFEFA;font-family:Aeonik,sans-serif;font-style:NORMAL;font-weight:400;font-size:4rem;-webkit-letter-spacing:-0.02rem;-moz-letter-spacing:-0.02rem;-ms-letter-spacing:-0.02rem;letter-spacing:-0.02rem;line-height:4.8rem;color:#FFFEFA;}}/*!sc*/ @media screen and (min-width:1200px){.hOAedJ{color:#FFFEFA;font-family:Aeonik,sans-serif;font-style:NORMAL;font-weight:400;font-size:4.8rem;-webkit-letter-spacing:-0.02rem;-moz-letter-spacing:-0.02rem;-ms-letter-spacing:-0.02rem;letter-spacing:-0.02rem;line-height:5.6rem;color:#FFFEFA;}}/*!sc*/ .gXrOTi{margin:0 0 1.6rem 0;color:#FFFEFA;font-family:Aeonik,sans-serif;font-style:NORMAL;font-weight:400;font-size:4rem;-webkit-letter-spacing:-0.02rem;-moz-letter-spacing:-0.02rem;-ms-letter-spacing:-0.02rem;letter-spacing:-0.02rem;line-height:4.8rem;color:#FFFEFA;padding:0;}/*!sc*/ @media screen and (min-width:768px){.gXrOTi{color:#FFFEFA;font-family:Aeonik,sans-serif;font-style:NORMAL;font-weight:400;font-size:4.8rem;-webkit-letter-spacing:-0.02rem;-moz-letter-spacing:-0.02rem;-ms-letter-spacing:-0.02rem;letter-spacing:-0.02rem;line-height:5.6rem;color:#FFFEFA;}}/*!sc*/ @media screen and (min-width:1200px){.gXrOTi{color:#FFFEFA;font-family:Aeonik,sans-serif;font-style:NORMAL;font-weight:400;font-size:5.6rem;-webkit-letter-spacing:-0.02rem;-moz-letter-spacing:-0.02rem;-ms-letter-spacing:-0.02rem;letter-spacing:-0.02rem;line-height:6.4rem;color:#FFFEFA;}}/*!sc*/ .hALasA{margin:0 0 1.2rem;color:#FFFEFA;font-family:Aeonik,sans-serif;font-style:NORMAL;font-weight:400;font-size:3.2rem;-webkit-letter-spacing:-0.01rem;-moz-letter-spacing:-0.01rem;-ms-letter-spacing:-0.01rem;letter-spacing:-0.01rem;line-height:4.4rem;color:#FFFEFA;padding:0;}/*!sc*/ @media screen and (min-width:768px){.hALasA{color:#FFFEFA;font-family:Aeonik,sans-serif;font-style:NORMAL;font-weight:400;font-size:4rem;-webkit-letter-spacing:-0.02rem;-moz-letter-spacing:-0.02rem;-ms-letter-spacing:-0.02rem;letter-spacing:-0.02rem;line-height:4.8rem;color:#FFFEFA;}}/*!sc*/ @media screen and (min-width:1200px){.hALasA{color:#FFFEFA;font-family:Aeonik,sans-serif;font-style:NORMAL;font-weight:400;font-size:4rem;-webkit-letter-spacing:-0.02rem;-moz-letter-spacing:-0.02rem;-ms-letter-spacing:-0.02rem;letter-spacing:-0.02rem;line-height:4.8rem;color:#FFFEFA;}}/*!sc*/ .cyZrOx{margin:0 0 1.6rem;color:#FFFEFA;font-family:Aeonik,sans-serif;font-style:NORMAL;font-weight:400;font-size:3.2rem;-webkit-letter-spacing:-0.01rem;-moz-letter-spacing:-0.01rem;-ms-letter-spacing:-0.01rem;letter-spacing:-0.01rem;line-height:4.4rem;color:#FFFEFA;padding:0;}/*!sc*/ @media screen and (min-width:1200px){.cyZrOx{margin:0rem;}}/*!sc*/ @media screen and (min-width:768px){.cyZrOx{color:#FFFEFA;font-family:Aeonik,sans-serif;font-style:NORMAL;font-weight:400;font-size:4rem;-webkit-letter-spacing:-0.02rem;-moz-letter-spacing:-0.02rem;-ms-letter-spacing:-0.02rem;letter-spacing:-0.02rem;line-height:4.8rem;color:#FFFEFA;}}/*!sc*/ @media screen and (min-width:1200px){.cyZrOx{color:#FFFEFA;font-family:Aeonik,sans-serif;font-style:NORMAL;font-weight:400;font-size:4rem;-webkit-letter-spacing:-0.02rem;-moz-letter-spacing:-0.02rem;-ms-letter-spacing:-0.02rem;letter-spacing:-0.02rem;line-height:4.8rem;color:#FFFEFA;}}/*!sc*/ .jAwHvB{color:#FFFEFA;font-family:Aeonik,sans-serif;font-style:NORMAL;font-weight:400;font-size:3.2rem;-webkit-letter-spacing:-0.01rem;-moz-letter-spacing:-0.01rem;-ms-letter-spacing:-0.01rem;letter-spacing:-0.01rem;line-height:4.4rem;color:#FFFEFA;padding:0;}/*!sc*/ @media screen and (min-width:1200px){.jAwHvB{margin:0 0 4rem;}}/*!sc*/ @media screen and (min-width:768px){.jAwHvB{color:#FFFEFA;font-family:Aeonik,sans-serif;font-style:NORMAL;font-weight:400;font-size:4rem;-webkit-letter-spacing:-0.02rem;-moz-letter-spacing:-0.02rem;-ms-letter-spacing:-0.02rem;letter-spacing:-0.02rem;line-height:4.8rem;color:#FFFEFA;}}/*!sc*/ @media screen and (min-width:1200px){.jAwHvB{color:#FFFEFA;font-family:Aeonik,sans-serif;font-style:NORMAL;font-weight:400;font-size:4rem;-webkit-letter-spacing:-0.02rem;-moz-letter-spacing:-0.02rem;-ms-letter-spacing:-0.02rem;letter-spacing:-0.02rem;line-height:4.8rem;color:#FFFEFA;}}/*!sc*/ .kJcMbc{margin:0 0 1.6rem 0;color:#FFFEFA;font-family:Aeonik,sans-serif;font-style:NORMAL;font-weight:400;font-size:3.2rem;-webkit-letter-spacing:-0.01rem;-moz-letter-spacing:-0.01rem;-ms-letter-spacing:-0.01rem;letter-spacing:-0.01rem;line-height:4.4rem;color:#FFFEFA;padding:0;}/*!sc*/ @media screen and (min-width:768px){.kJcMbc{color:#FFFEFA;font-family:Aeonik,sans-serif;font-style:NORMAL;font-weight:400;font-size:4rem;-webkit-letter-spacing:-0.02rem;-moz-letter-spacing:-0.02rem;-ms-letter-spacing:-0.02rem;letter-spacing:-0.02rem;line-height:4.8rem;color:#FFFEFA;}}/*!sc*/ @media screen and (min-width:1200px){.kJcMbc{color:#FFFEFA;font-family:Aeonik,sans-serif;font-style:NORMAL;font-weight:400;font-size:4rem;-webkit-letter-spacing:-0.02rem;-moz-letter-spacing:-0.02rem;-ms-letter-spacing:-0.02rem;letter-spacing:-0.02rem;line-height:4.8rem;color:#FFFEFA;}}/*!sc*/ data-styled.g60[id="styled__Heading-sc-165cfko-2"]{content:"hOAedJ,gXrOTi,hALasA,cyZrOx,jAwHvB,kJcMbc,"}/*!sc*/ .eKXEch{margin:0;color:#FFFEFA;font-family:Aeonik,sans-serif;font-style:NORMAL;font-weight:400;font-size:4.8rem;-webkit-letter-spacing:-0.02rem;-moz-letter-spacing:-0.02rem;-ms-letter-spacing:-0.02rem;letter-spacing:-0.02rem;line-height:5.6rem;padding:0;color:#FFFEFA;}/*!sc*/ @media screen and (min-width:768px){.eKXEch{color:#FFFEFA;font-family:Aeonik,sans-serif;font-style:NORMAL;font-weight:400;font-size:6.4rem;-webkit-letter-spacing:-0.02rem;-moz-letter-spacing:-0.02rem;-ms-letter-spacing:-0.02rem;letter-spacing:-0.02rem;line-height:7.2rem;color:#FFFEFA;}}/*!sc*/ @media screen and (min-width:1200px){.eKXEch{color:#FFFEFA;font-family:Aeonik,sans-serif;font-style:NORMAL;font-weight:400;font-size:7.2rem;-webkit-letter-spacing:-0.02rem;-moz-letter-spacing:-0.02rem;-ms-letter-spacing:-0.02rem;letter-spacing:-0.02rem;line-height:8rem;color:#FFFEFA;}}/*!sc*/ data-styled.g61[id="styled__Display-sc-165cfko-3"]{content:"eKXEch,"}/*!sc*/ .idMVZG{margin:0;padding:0;font-family:Aeonik,sans-serif !important;color:#635DFF;font-family:Inter;font-style:NORMAL;font-weight:500;font-size:1.8rem;-webkit-letter-spacing:-0.005rem;-moz-letter-spacing:-0.005rem;-ms-letter-spacing:-0.005rem;letter-spacing:-0.005rem;line-height:2.8rem;color:#99A7F1;-webkit-text-decoration:underline;text-decoration:underline;text-underline-offset:0.3rem;cursor:pointer;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;}/*!sc*/ @media screen and (min-width:900px){.idMVZG{color:#635DFF;font-family:Inter;font-style:NORMAL;font-weight:500;font-size:1.8rem;-webkit-letter-spacing:-0.005rem;-moz-letter-spacing:-0.005rem;-ms-letter-spacing:-0.005rem;letter-spacing:-0.005rem;line-height:2.8rem;color:#99A7F1;}}/*!sc*/ @media screen and (min-width:1200px){.idMVZG{color:#635DFF;font-family:Inter;font-style:NORMAL;font-weight:500;font-size:1.8rem;-webkit-letter-spacing:-0.005rem;-moz-letter-spacing:-0.005rem;-ms-letter-spacing:-0.005rem;letter-spacing:-0.005rem;line-height:2.8rem;color:#99A7F1;}}/*!sc*/ .idMVZG:hover{color:#B6CAFF;cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/ .idMVZG:active{color:#3F59E4;}/*!sc*/ .idMVZG:focus-visible{outline:0.2rem solid #99A7F1;border-radius:0.4rem;color:#99A7F1;}/*!sc*/ .idMVZG:after{content:'→';padding-left:0.8rem;display:inline-block;}/*!sc*/ .lcJMmc{margin:0;padding:0;font-family:Aeonik,sans-serif !important;color:#635DFF;font-family:Inter;font-style:NORMAL;font-weight:500;font-size:1.4rem;-webkit-letter-spacing:0rem;-moz-letter-spacing:0rem;-ms-letter-spacing:0rem;letter-spacing:0rem;line-height:2.2rem;color:#99A7F1;-webkit-text-decoration:underline;text-decoration:underline;text-underline-offset:0.3rem;cursor:pointer;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;}/*!sc*/ @media screen and (min-width:900px){.lcJMmc{color:#635DFF;font-family:Inter;font-style:NORMAL;font-weight:500;font-size:1.6rem;-webkit-letter-spacing:-0.001rem;-moz-letter-spacing:-0.001rem;-ms-letter-spacing:-0.001rem;letter-spacing:-0.001rem;line-height:2.4rem;color:#99A7F1;}}/*!sc*/ @media screen and (min-width:1200px){.lcJMmc{color:#635DFF;font-family:Inter;font-style:NORMAL;font-weight:500;font-size:1.6rem;-webkit-letter-spacing:-0.001rem;-moz-letter-spacing:-0.001rem;-ms-letter-spacing:-0.001rem;letter-spacing:-0.001rem;line-height:2.4rem;color:#99A7F1;}}/*!sc*/ .lcJMmc:hover{color:#B6CAFF;cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/ .lcJMmc:active{color:#3F59E4;}/*!sc*/ .lcJMmc:focus-visible{outline:0.2rem solid #99A7F1;border-radius:0.4rem;color:#99A7F1;}/*!sc*/ .iRnAla{margin:0;padding:0;font-family:Aeonik,sans-serif !important;color:#635DFF;font-family:Inter;font-style:NORMAL;font-weight:500;font-size:1.4rem;-webkit-letter-spacing:0rem;-moz-letter-spacing:0rem;-ms-letter-spacing:0rem;letter-spacing:0rem;line-height:2.2rem;color:#99A7F1;-webkit-text-decoration:underline;text-decoration:underline;text-underline-offset:0.3rem;cursor:pointer;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;}/*!sc*/ @media screen and (min-width:900px){.iRnAla{color:#635DFF;font-family:Inter;font-style:NORMAL;font-weight:500;font-size:1.4rem;-webkit-letter-spacing:0rem;-moz-letter-spacing:0rem;-ms-letter-spacing:0rem;letter-spacing:0rem;line-height:2.2rem;color:#99A7F1;}}/*!sc*/ @media screen and (min-width:1200px){.iRnAla{color:#635DFF;font-family:Inter;font-style:NORMAL;font-weight:500;font-size:1.4rem;-webkit-letter-spacing:0rem;-moz-letter-spacing:0rem;-ms-letter-spacing:0rem;letter-spacing:0rem;line-height:2.2rem;color:#99A7F1;}}/*!sc*/ .iRnAla:hover{color:#B6CAFF;cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/ .iRnAla:active{color:#3F59E4;}/*!sc*/ .iRnAla:focus-visible{outline:0.2rem solid #99A7F1;border-radius:0.4rem;color:#99A7F1;}/*!sc*/ .iRnAla:after{content:'→';padding-left:0.8rem;display:inline-block;}/*!sc*/ .khxxlw{margin:0;padding:0;font-family:Aeonik,sans-serif !important;color:#635DFF;font-family:Inter;font-style:NORMAL;font-weight:500;font-size:1.8rem;-webkit-letter-spacing:-0.005rem;-moz-letter-spacing:-0.005rem;-ms-letter-spacing:-0.005rem;letter-spacing:-0.005rem;line-height:2.8rem;color:#99A7F1;-webkit-text-decoration:underline;text-decoration:underline;text-underline-offset:0.3rem;cursor:pointer;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;}/*!sc*/ @media screen and (min-width:900px){.khxxlw{color:#635DFF;font-family:Inter;font-style:NORMAL;font-weight:500;font-size:1.8rem;-webkit-letter-spacing:-0.005rem;-moz-letter-spacing:-0.005rem;-ms-letter-spacing:-0.005rem;letter-spacing:-0.005rem;line-height:2.8rem;color:#99A7F1;}}/*!sc*/ @media screen and (min-width:1200px){.khxxlw{color:#635DFF;font-family:Inter;font-style:NORMAL;font-weight:500;font-size:1.8rem;-webkit-letter-spacing:-0.005rem;-moz-letter-spacing:-0.005rem;-ms-letter-spacing:-0.005rem;letter-spacing:-0.005rem;line-height:2.8rem;color:#99A7F1;}}/*!sc*/ .khxxlw:hover{color:#B6CAFF;cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/ .khxxlw:active{color:#3F59E4;}/*!sc*/ .khxxlw:focus-visible{outline:0.2rem solid #99A7F1;border-radius:0.4rem;color:#99A7F1;}/*!sc*/ .ldTWBm{margin:0;padding:0;font-family:Aeonik,sans-serif !important;color:#635DFF;font-family:Inter;font-style:NORMAL;font-weight:500;font-size:1.8rem;-webkit-letter-spacing:-0.005rem;-moz-letter-spacing:-0.005rem;-ms-letter-spacing:-0.005rem;letter-spacing:-0.005rem;line-height:2.8rem;color:#99A7F1;-webkit-text-decoration:underline;text-decoration:underline;text-underline-offset:0.3rem;cursor:pointer;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;}/*!sc*/ @media screen and (min-width:768px){.ldTWBm{color:#635DFF;font-family:Inter;font-style:NORMAL;font-weight:500;font-size:1.8rem;-webkit-letter-spacing:-0.005rem;-moz-letter-spacing:-0.005rem;-ms-letter-spacing:-0.005rem;letter-spacing:-0.005rem;line-height:2.8rem;color:#99A7F1;}}/*!sc*/ @media screen and (min-width:1200px){.ldTWBm{color:#635DFF;font-family:Inter;font-style:NORMAL;font-weight:500;font-size:2rem;-webkit-letter-spacing:-0.01rem;-moz-letter-spacing:-0.01rem;-ms-letter-spacing:-0.01rem;letter-spacing:-0.01rem;line-height:3.2rem;color:#99A7F1;}}/*!sc*/ .ldTWBm:hover{color:#B6CAFF;cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/ .ldTWBm:active{color:#3F59E4;}/*!sc*/ .ldTWBm:focus-visible{outline:0.2rem solid #99A7F1;border-radius:0.4rem;color:#99A7F1;}/*!sc*/ .ccVfFM{margin:0;padding:0;font-family:Inter,sans-serif !important;color:#635DFF;font-family:Inter;font-style:NORMAL;font-weight:500;font-size:1.4rem;-webkit-letter-spacing:0rem;-moz-letter-spacing:0rem;-ms-letter-spacing:0rem;letter-spacing:0rem;line-height:2.2rem;color:#BCBAFF;-webkit-text-decoration:none;text-decoration:none;text-underline-offset:0.3rem;cursor:pointer;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;}/*!sc*/ @media screen and (min-width:900px){.ccVfFM{color:#635DFF;font-family:Inter;font-style:NORMAL;font-weight:500;font-size:1.4rem;-webkit-letter-spacing:0rem;-moz-letter-spacing:0rem;-ms-letter-spacing:0rem;letter-spacing:0rem;line-height:2.2rem;color:#BCBAFF;}}/*!sc*/ @media screen and (min-width:1200px){.ccVfFM{color:#635DFF;font-family:Inter;font-style:NORMAL;font-weight:500;font-size:1.4rem;-webkit-letter-spacing:0rem;-moz-letter-spacing:0rem;-ms-letter-spacing:0rem;letter-spacing:0rem;line-height:2.2rem;color:#BCBAFF;}}/*!sc*/ .ccVfFM:hover{color:#E9E8FF;cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/ .ccVfFM:active{color:#908BFF;}/*!sc*/ .ccVfFM:focus-visible{outline:0.4rem solid #635DFFCC;border-radius:0.4rem;color:#BCBAFF;}/*!sc*/ data-styled.g62[id="styled__Link-sc-bubr9x-0"]{content:"idMVZG,lcJMmc,iRnAla,khxxlw,ldTWBm,ccVfFM,"}/*!sc*/ .gPDbhc{min-width:46rem;}/*!sc*/ data-styled.g81[id="styled__Navigation-sc-1cs9l1b-0"]{content:"gPDbhc,"}/*!sc*/ .bzbRwZ{margin:0;padding:0;list-style:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:'row';-ms-flex-direction:'row';flex-direction:'row';-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}/*!sc*/ data-styled.g82[id="styled__ContainerList-sc-1cs9l1b-1"]{content:"bzbRwZ,"}/*!sc*/ .emgclC{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}/*!sc*/ .emgclC:first-child{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;}/*!sc*/ .emgclC:first-of-type{margin-left:0;}/*!sc*/ .emgclC:last-child{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;}/*!sc*/ .emgclC:not(:last-of-type):after{content:'';display:inline-block;width:0.6rem;height:1.4rem;margin:0 1.6rem;background-image:url("data:image/svg+xml,%3Csvg width='6' height='11' viewBox='0 0 6 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L5 5.5L1 9.5' stroke='%23BDC4CF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;}/*!sc*/ data-styled.g83[id="styled__BreadcrumbItem-sc-1cs9l1b-2"]{content:"emgclC,"}/*!sc*/ .bYqjLr{font-size:2rem;line-height:140%;font-family:Aeonik,sans-serif;-webkit-text-decoration:none;text-decoration:none;color:#FFFFFF;font-weight:500;-webkit-letter-spacing:0.015rem;-moz-letter-spacing:0.015rem;-ms-letter-spacing:0.015rem;letter-spacing:0.015rem;text-transform:capitalize;background-color:Transparent;border:none;padding:0;-webkit-transition:all 0.2s ease;transition:all 0.2s ease;}/*!sc*/ .bYqjLr:focus{outline:none;}/*!sc*/ @media screen and (min-width:768px){.bYqjLr{font-size:2.4rem;line-height:135%;}}/*!sc*/ data-styled.g84[id="styled__BreadcrumbItemLink-sc-1cs9l1b-3"]{content:"bYqjLr,"}/*!sc*/ .kSBezT{background:linear-gradient(198deg,#111 -16.57%,#191919 63.56%,#4016A0 96.77%,#3F59E4 119.35%);color:#fffefa;}/*!sc*/ @media screen and (min-width:1200px){.kSBezT{max-width:153.6rem;margin:0 auto;border-radius:24px;}}/*!sc*/ .kQKuHx{background:none;color:#fffefa;}/*!sc*/ @media screen and (min-width:1200px){.kQKuHx{max-width:153.6rem;margin:0 auto;border-radius:2.4rem;}}/*!sc*/ data-styled.g121[id="styled__Grid-sc-vosx1t-0"]{content:"kSBezT,kQKuHx,"}/*!sc*/ .jARHvB{display:grid;grid-template-columns:repeat(6,1fr);-webkit-column-gap:1.6rem;column-gap:1.6rem;margin:0 auto;width:calc(100% - (1.6rem * 2));}/*!sc*/ @media screen and (min-width:768px){.jARHvB{grid-template-columns:repeat(12,1fr);width:calc(100% - (6.4rem * 2));}}/*!sc*/ @media screen and (min-width:1200px){.jARHvB{max-width:1312px;-webkit-column-gap:3.2rem;column-gap:3.2rem;}}/*!sc*/ data-styled.g122[id="styled__Content-sc-vosx1t-1"]{content:"jARHvB,"}/*!sc*/ .iCynOa{grid-column:span 6;}/*!sc*/ @media screen and (min-width:768px){.iCynOa{grid-column:span 7;}}/*!sc*/ .cftJKr{grid-column:span 1;}/*!sc*/ @media screen and (min-width:768px){.cftJKr{grid-column:span 1;}}/*!sc*/ data-styled.g123[id="styled__GridItem-sc-vosx1t-2"]{content:"iCynOa,cftJKr,"}/*!sc*/ .gjkFcB{width:100%;height:auto;}/*!sc*/ @media screen and (min-width:500px){.gjkFcB{width:60%;}}/*!sc*/ @media screen and (min-width:1200px){.gjkFcB{width:100%;height:100%;border-radius:0 24px 24px 0;position:absolute;top:0;bottom:0;right:0;width:auto;max-width:64rem;object-fit:contain;}}/*!sc*/ data-styled.g139[id="styled__Image-sc-2tb8gy-0"]{content:"gjkFcB,"}/*!sc*/ .dLijXA{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.6rem;margin-bottom:1.6rem;-webkit-box-pack:start;-webkit-justify-content:start;-ms-flex-pack:start;justify-content:start;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}/*!sc*/ .dLijXA img{max-height:4.8rem;}/*!sc*/ .dLijXA nav{min-width:auto;}/*!sc*/ .dLijXA ol{-webkit-box-pack:start;-webkit-justify-content:start;-ms-flex-pack:start;justify-content:start;}/*!sc*/ @media screen and (min-width:768px){.dLijXA{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}}/*!sc*/ data-styled.g147[id="styled__Kicker-sc-2zoq4z-0"]{content:"dLijXA,"}/*!sc*/ .csdQUV{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:1.6rem;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-bottom:4.8rem;margin-top:auto;padding-top:4rem;}/*!sc*/ @media screen and (min-width:768px){.csdQUV{margin-bottom:6.4rem;padding-top:4.8rem;}.csdQUV a{width:100%;}}/*!sc*/ @media screen and (min-width:1200px){.csdQUV{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin-bottom:0;padding-top:6.4rem;}.csdQUV a{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;}}/*!sc*/ data-styled.g148[id="styled__ButtonWrapper-sc-2zoq4z-1"]{content:"csdQUV,"}/*!sc*/ .gQIpKR{background:url(https://cdn.auth0.com/website/devx/breached-passwords/CTA_section.png) top left/cover no-repeat,linear-gradient(198deg,#111 -16.57%,#191919 63.56%,#4016A0 96.77%,#3F59E4 119.35%);border-radius:1.2rem;box-sizing:border-box;margin:0 1.2rem;padding:4.8rem 2.4rem;max-width:100%;}/*!sc*/ @media screen and (min-width:768px){.gQIpKR{background-size:cover;background-position:top left;border-radius:2.4rem;margin:0 6.4rem;padding:6.4rem 4.8rem;}}/*!sc*/ @media screen and (min-width:1200px){.gQIpKR{background-size:cover;background-position:top center;border-radius:2.4rem;display:grid;-webkit-column-gap:8rem;column-gap:8rem;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:131.2rem;padding:8rem;}}/*!sc*/ data-styled.g152[id="styled__CtaModuleWrapper-sc-2ky66j-0"]{content:"gQIpKR,"}/*!sc*/ @media screen and (min-width:1200px){.bswQRN{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:space-around;-webkit-justify-content:space-around;-ms-flex-pack:space-around;justify-content:space-around;gap:3.2rem;grid-column:2;}}/*!sc*/ data-styled.g153[id="styled__ContentWrapper-sc-2ky66j-1"]{content:"bswQRN,"}/*!sc*/ .fPACMp{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:1.6rem;width:100%;}/*!sc*/ @media screen and (min-width:768px){.fPACMp > a{width:100%;}}/*!sc*/ @media screen and (min-width:1200px){.fPACMp{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.fPACMp > a{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;}}/*!sc*/ data-styled.g154[id="styled__ButtonWrapper-sc-2ky66j-2"]{content:"fPACMp,"}/*!sc*/ .kmiqrw{display:grid;width:100%;text-align:left;}/*!sc*/ .kmiqrw > p:last-child{color:#E5E5E5;}/*!sc*/ @media screen and (min-width:1200px){.kmiqrw{display:grid;grid-template-columns:repeat(12,1fr);}.kmiqrw > *{grid-column:1 / 9;}}/*!sc*/ data-styled.g156[id="styled__SectionTitleWrapper-sc-1kpfxa0-0"]{content:"kmiqrw,"}/*!sc*/ .ZlWRE{display:none;font-family:Aeonik,sans-serif;}/*!sc*/ @media screen and (min-width:768px){.ZlWRE{display:block;max-width:131.2rem;margin:0 auto;padding:0 2.4rem;}}/*!sc*/ @media screen and (min-width:1200px){.ZlWRE{padding:0;overflow:hidden;}}/*!sc*/ data-styled.g157[id="styled__Wrapper-sc-ys76ou-0"]{content:"ZlWRE,"}/*!sc*/ .eycncf{border-collapse:collapse;}/*!sc*/ @media screen and (min-width:1200px){.eycncf{border-collapse:separate;border-spacing:3.2rem 0;margin:0 -3.2rem;}}/*!sc*/ data-styled.g158[id="styled__Table-sc-ys76ou-1"]{content:"eycncf,"}/*!sc*/ .izuLfF{background:url(https://cdn.auth0.com/website/quantum-web/devx/columns-bg-placeholder.jpg),lightgray 0px -0.111px / 100% 100.023% no-repeat;}/*!sc*/ @media screen and (min-width:1200px){.izuLfF{width:auto;}}/*!sc*/ data-styled.g159[id="styled__Gradient-sc-ys76ou-2"]{content:"izuLfF,"}/*!sc*/ .jKtRRa{background:#272727;}/*!sc*/ @media screen and (min-width:1200px){.jKtRRa{width:auto;}}/*!sc*/ data-styled.g160[id="styled__Gray-sc-ys76ou-3"]{content:"jKtRRa,"}/*!sc*/ .izNYDD{vertical-align:top;position:relative;}/*!sc*/ .izNYDD:not(:first-of-type):before{content:' ';position:absolute;width:100%;height:0.1rem;background:#6E6E6E;top:0;left:0;right:0;}/*!sc*/ .izNYDD td:last-child{color:#fff;}/*!sc*/ .izNYDD td:first-child{font-size:2.8rem;line-height:3.6rem;-webkit-letter-spacing:-0.03rem;-moz-letter-spacing:-0.03rem;-ms-letter-spacing:-0.03rem;letter-spacing:-0.03rem;font-weight:500;padding-left:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/ .izNYDD:first-of-type td:nth-child(2){border-radius:1.6rem 0 0 0;padding-top:4rem;}/*!sc*/ .izNYDD:first-of-type td:nth-child(3){border-radius:0 1.6rem 0 0;padding-top:4rem;}/*!sc*/ .izNYDD:last-of-type{border-bottom:none;}/*!sc*/ .izNYDD:last-of-type td:nth-child(2){border-radius:0 0 0 1.6rem;}/*!sc*/ .izNYDD:last-of-type td:nth-child(3){border-radius:0 0 1.6rem 0;}/*!sc*/ @media screen and (min-width:1200px){.izNYDD:first-of-type td:nth-child(2),.izNYDD:first-of-type td:nth-child(3){border-radius:1.6rem 1.6rem 0 0;font-weight:400;padding:4.8rem 3.2rem 3.2rem;}.izNYDD:last-of-type td:nth-child(2),.izNYDD:last-of-type td:nth-child(3){border-radius:0 0 1.6rem 1.6rem;}}/*!sc*/ data-styled.g161[id="styled__Row-sc-ys76ou-4"]{content:"izNYDD,"}/*!sc*/ .ddcgPe{color:#42464d;font-size:2.8rem;line-height:3.6rem;-webkit-letter-spacing:-0.03rem;-moz-letter-spacing:-0.03rem;-ms-letter-spacing:-0.03rem;letter-spacing:-0.03rem;font-weight:500;padding:2.4rem;}/*!sc*/ @media screen and (min-width:1200px){.ddcgPe{font-size:1.8rem;line-height:2.8rem;-webkit-letter-spacing:-0.005rem;-moz-letter-spacing:-0.005rem;-ms-letter-spacing:-0.005rem;letter-spacing:-0.005rem;font-weight:400;padding:3.2rem;font-weight:500;}}/*!sc*/ .ddcgPe p,.ddcgPe ul{margin-bottom:0;}/*!sc*/ data-styled.g162[id="styled__Cell-sc-ys76ou-5"]{content:"ddcgPe,"}/*!sc*/ .emoYNS{color:#FFFEFA;margin:0;font-size:3.2rem;font-weight:400;line-height:4.4rem;-webkit-letter-spacing:-0.032rem;-moz-letter-spacing:-0.032rem;-ms-letter-spacing:-0.032rem;letter-spacing:-0.032rem;min-height:8.8rem;margin-bottom:1.2rem;}/*!sc*/ .bJSRZh{color:#FFFEFA;margin:0;font-size:2.4rem;font-weight:500;line-height:3.2rem;}/*!sc*/ data-styled.g163[id="styled__Title-sc-ys76ou-6"]{content:"emoYNS,bJSRZh,"}/*!sc*/ .cWmMJA{color:#E5E5E5;font-size:2rem;font-weight:400;line-height:2.8rem;-webkit-letter-spacing:0.01rem;-moz-letter-spacing:0.01rem;-ms-letter-spacing:0.01rem;letter-spacing:0.01rem;margin:0;min-height:18.8rem;}/*!sc*/ .dxCJoI{color:#E5E5E5;font-size:2rem;font-weight:400;line-height:2.8rem;-webkit-letter-spacing:0.01rem;-moz-letter-spacing:0.01rem;-ms-letter-spacing:0.01rem;letter-spacing:0.01rem;margin:0;}/*!sc*/ data-styled.g164[id="styled__Description-sc-ys76ou-7"]{content:"cWmMJA,dxCJoI,"}/*!sc*/ .fvCvbL col{width:33%;}/*!sc*/ data-styled.g165[id="styled__ColGroup-sc-ys76ou-8"]{content:"fvCvbL,"}/*!sc*/ .eRSDFg{font-family:Aeonik,sans-serif;max-width:121.6rem;margin:0 auto;display:block;}/*!sc*/ @media screen and (min-width:768px){.eRSDFg{display:none;}}/*!sc*/ data-styled.g166[id="styled__Wrapper-sc-1pgi2iq-0"]{content:"eRSDFg,"}/*!sc*/ .HZFgg{background:url(https://cdn.auth0.com/website/quantum-web/devx/columns-bg-placeholder.jpg),lightgray 0px -0.111px / 100% 100.023% no-repeat;color:white;border-radius:1.6rem;background-size:cover;}/*!sc*/ data-styled.g167[id="styled__ContentWrapper-sc-1pgi2iq-1"]{content:"HZFgg,"}/*!sc*/ .drPSua{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-webkit-justify-content:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/ data-styled.g168[id="styled__TitleWrapper-sc-1pgi2iq-2"]{content:"drPSua,"}/*!sc*/ .jLqsCf{font-size:1.2rem;line-height:1.8rem;-webkit-letter-spacing:0.12rem;-moz-letter-spacing:0.12rem;-ms-letter-spacing:0.12rem;letter-spacing:0.12rem;font-weight:600;text-transform:uppercase;margin:0;-webkit-flex:1;-ms-flex:1;flex:1;text-align:center;padding:1.2rem;border-radius:0 1.6rem 0 0;color:white;cursor:pointer;color:#FFFEFA;background:#272727;border-radius:1.6rem 0 0 0;}/*!sc*/ .efeDym{font-size:1.2rem;line-height:1.8rem;-webkit-letter-spacing:0.12rem;-moz-letter-spacing:0.12rem;-ms-letter-spacing:0.12rem;letter-spacing:0.12rem;font-weight:600;text-transform:uppercase;margin:0;-webkit-flex:1;-ms-flex:1;flex:1;text-align:center;padding:1.2rem;border-radius:0 1.6rem 0 0;color:white;cursor:pointer;}/*!sc*/ data-styled.g169[id="styled__Title-sc-1pgi2iq-3"]{content:"jLqsCf,efeDym,"}/*!sc*/ .dkGqKa{padding:1.6rem 0 4rem;border-radius:0 0 1.6rem 1.6rem;margin-top:-0.1rem;color:#42464d;background:#272727;}/*!sc*/ data-styled.g170[id="styled__Content-sc-1pgi2iq-4"]{content:"dkGqKa,"}/*!sc*/ .iORqTl{color:#E5E5E5;font-size:1.6rem;line-height:2.4rem;-webkit-letter-spacing:-0.01rem;-moz-letter-spacing:-0.01rem;-ms-letter-spacing:-0.01rem;letter-spacing:-0.01rem;font-weight:400;padding:0 1.6rem 2.4rem;margin:0;min-height:9.6rem;}/*!sc*/ data-styled.g171[id="styled__Description-sc-1pgi2iq-5"]{content:"iORqTl,"}/*!sc*/ .fOLhZw{border-bottom:0.1rem solid #bdc4cf;padding:0 1.6rem;}/*!sc*/ data-styled.g172[id="styled__Section-sc-1pgi2iq-6"]{content:"fOLhZw,"}/*!sc*/ .hWsrxA{font-size:1.2rem;line-height:1.8rem;-webkit-letter-spacing:0.12rem;-moz-letter-spacing:0.12rem;-ms-letter-spacing:0.12rem;letter-spacing:0.12rem;font-weight:600;text-transform:uppercase;color:#FFFEFA;margin:1.6rem 0 0.8rem;}/*!sc*/ data-styled.g173[id="styled__SectionTitle-sc-1pgi2iq-7"]{content:"hWsrxA,"}/*!sc*/ .bJVprh{color:#E5E5E5;font-size:1.4rem;line-height:2rem;-webkit-letter-spacing:-0.01rem;-moz-letter-spacing:-0.01rem;-ms-letter-spacing:-0.01rem;letter-spacing:-0.01rem;font-weight:400;padding:0 0 2.4rem;margin:0;}/*!sc*/ data-styled.g175[id="styled__Paragraph-sc-1pgi2iq-9"]{content:"bJVprh,"}/*!sc*/ .QjQpT{background:#1E1E1E;border-radius:1.2rem;color:white;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;min-height:30rem;padding:3.2rem 3.2rem 4.8rem;-webkit-text-decoration:none;text-decoration:none;-webkit-transition:all 0.2s ease-out;transition:all 0.2s ease-out;width:100%;position:relative;overflow:hidden;}/*!sc*/ .QjQpT:before{content:' ';background:linear-gradient(148.72deg,#11227A -67.64%,#1E1E1E 58.73%);position:absolute;width:100%;height:100%;opacity:0;top:0;left:0;right:0;bottom:0;-webkit-transition:all 0.2s ease-out;transition:all 0.2s ease-out;z-index:0;}/*!sc*/ .QjQpT > div{background-image:url(https://cdn.auth0.com/website/website/quantum-web/devx/cards/Background.png);}/*!sc*/ .QjQpT:nth-child(2) > div{background-image:url(https://cdn.auth0.com/website/website/quantum-web/devx/cards/background-2-resting.png);background-position:bottom -2rem right -2rem;}/*!sc*/ .QjQpT:nth-child(3) > div{background-image:url(https://cdn.auth0.com/website/website/quantum-web/devx/cards/background-3-resting.png);}/*!sc*/ .QjQpT:hover:before{opacity:1;}/*!sc*/ .QjQpT:hover > div{background-image:url(https://cdn.auth0.com/website/website/quantum-web/devx/cards/Background-hover-test.png);}/*!sc*/ .QjQpT:hover svg{-webkit-transition:all 0.2s ease-out;transition:all 0.2s ease-out;opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}/*!sc*/ .QjQpT:hover:nth-child(2) > div{background-image:url(https://cdn.auth0.com/website/website/quantum-web/devx/cards/background-2-hover.png);}/*!sc*/ .QjQpT:hover:nth-child(3) > div{background-image:url(https://cdn.auth0.com/website/website/quantum-web/devx/cards/background-3-hover.png);}/*!sc*/ @media screen and (min-width:768px){.QjQpT{border-radius:1.6rem;min-height:25.6rem;padding:4rem 4rem 4.8rem;}.QjQpT:nth-child(2) > div{background-position:bottom right -2rem;}}/*!sc*/ @media screen and (min-width:1200px){.QjQpT{max-width:41.6rem;height:41.6rem;padding:4rem;}}/*!sc*/ data-styled.g176[id="styled__CardWrapper-sc-1f3qc75-0"]{content:"QjQpT,"}/*!sc*/ .JIuHq{position:absolute;top:0;right:0;left:0;bottom:0;background-repeat:no-repeat;background-position:bottom -6rem right;background-size:100%;z-index:0;-webkit-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}/*!sc*/ @media screen and (min-width:768px){.JIuHq{background-size:50%;background-position:bottom right -2rem;}}/*!sc*/ @media screen and (min-width:1200px){.JIuHq{background-size:100%;background-position:bottom right;}}/*!sc*/ data-styled.g177[id="styled__CardImage-sc-1f3qc75-1"]{content:"JIuHq,"}/*!sc*/ .crMMSY{opacity:0;margin-top:auto;z-index:1;-webkit-transform:translateX(-0.8rem);-ms-transform:translateX(-0.8rem);transform:translateX(-0.8rem);}/*!sc*/ data-styled.g178[id="styled__ArrowSvg-sc-1f3qc75-2"]{content:"crMMSY,"}/*!sc*/ .hUNkId{max-width:100%;margin:0 1.2rem;}/*!sc*/ @media screen and (min-width:768px){.hUNkId{margin:0 6.4rem;}}/*!sc*/ @media screen and (min-width:1200px){.hUNkId{margin:0 auto;max-width:144rem;padding:0 6.4rem;}}/*!sc*/ data-styled.g179[id="styled__CardContainer-sc-fnzurd-0"]{content:"hUNkId,"}/*!sc*/ .bLUOHd{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:1.6rem;}/*!sc*/ @media screen and (min-width:768px){.bLUOHd{gap:2.4rem;}}/*!sc*/ @media screen and (min-width:1200px){.bLUOHd{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;gap:3.2rem;margin:0 auto;}}/*!sc*/ data-styled.g180[id="styled__CardWrapper-sc-fnzurd-1"]{content:"bLUOHd,"}/*!sc*/ .idArNp{max-width:100%;margin:0 1.2rem;}/*!sc*/ @media screen and (min-width:768px){.idArNp{margin:0 6.4rem;}}/*!sc*/ @media screen and (min-width:1200px){.idArNp{max-width:144rem;margin:0 auto;padding:1.6rem 6.4rem 0;}}/*!sc*/ data-styled.g181[id="styled__ColumnContentWrapper-sc-1tadjva-0"]{content:"idArNp,"}/*!sc*/ .jQLwhq{display:grid;grid-template-columns:1;gap:6.4rem;}/*!sc*/ @media screen and (min-width:1200px){.jQLwhq{-webkit-column-gap:6.4rem;column-gap:6.4rem;row-gap:8rem;grid-template-columns:repeat(3,1fr);}}/*!sc*/ data-styled.g183[id="styled__ColumnWrapper-sc-1tadjva-2"]{content:"jQLwhq,"}/*!sc*/ .bnvaZN{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;}/*!sc*/ data-styled.g184[id="styled__ColumnItem-sc-1tadjva-3"]{content:"bnvaZN,"}/*!sc*/ .fdeWjB{height:4.8rem;margin-bottom:2.4rem;width:4.8rem;}/*!sc*/ data-styled.g185[id="styled__Icon-sc-1tadjva-4"]{content:"fdeWjB,"}/*!sc*/ :root{--content-width:120rem;--font-main:'fakt-web',sans-serif;}/*!sc*/ body{box-sizing:border-box;font-family:var(--font-main);}/*!sc*/ html{font-size:10px;}/*!sc*/ data-styled.g227[id="sc-global-clike1"]{content:"sc-global-clike1,"}/*!sc*/ @font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;src:local('Inter-Regular'), url('https://cdn.auth0.com/website/fonts/Inter-Regular.woff2') format('woff2');}/*!sc*/ @font-face{font-family:'Inter';font-style:normal;font-weight:500;font-display:swap;src:local('Inter-Medium'), url('https://cdn.auth0.com/website/fonts/Inter-Medium.woff2') format('woff2');}/*!sc*/ @font-face{font-family:'Inter';font-style:normal;font-weight:700;font-display:swap;src:local('Inter-Bold'), url('https://cdn.auth0.com/website/fonts/Inter-Bold.woff2') format('woff2');}/*!sc*/ @font-face{font-family:'SpaceGrotesk';font-style:normal;font-weight:500;font-display:swap;font-feature-settings:'zero','ss02' off,'ss03' on,'ss04' on;src:local('SpaceGrotesk-Medium'), url('https://cdn.auth0.com/website/fonts/SpaceGrotesk-Medium.woff2') format('woff2');}/*!sc*/ @font-face{font-family:'SpaceGrotesk';font-style:normal;font-weight:600;font-display:swap;font-feature-settings:'zero','ss02' off,'ss03' on,'ss04' on;src:local('SpaceGrotesk-SemiBold'), url('https://cdn.auth0.com/website/fonts/SpaceGrotesk-SemiBold.woff2') format('woff2');}/*!sc*/ @font-face{font-family:'RobotoMono';font-style:normal;font-weight:400;font-display:swap;src:local('RobotoMono-Regular'), url('https://cdn.auth0.com/quantum-fonts/lib/0.0.9/roboto-mono/files/roboto-mono-latin-400-normal.woff2') format('woff2');}/*!sc*/ @font-face{font-family:'Aeonik';font-style:normal;font-weight:400;font-display:swap;src:local('Aeonik-Regular'), url('https://cdn.auth0.com/website/cic-homepage/fonts/Aeonik-Regular.woff2') format('woff2');}/*!sc*/ @font-face{font-family:'Aeonik';font-style:normal;font-weight:500;font-display:swap;src:local('Aeonik-Medium'), url('https://cdn.auth0.com/website/cic-homepage/fonts/Aeonik-Medium.woff2') format('woff2');}/*!sc*/ @font-face{font-family:'Aeonik';font-style:normal;font-weight:500;font-display:swap;src:local('Aeonik-Medium'), url('https://cdn.auth0.com/website/cic-homepage/fonts/Aeonik-Medium.woff2') format('woff2');}/*!sc*/ @font-face{font-family:'Aeonik Mono';font-style:normal;font-weight:400;font-display:swap;src:local('AeonikMono-Regular'), url('https://cdn.auth0.com/website/okta-fonts/AeonikMono-Regular.woff2') format('woff2');}/*!sc*/ @font-face{font-family:'Aeonik Mono';font-style:normal;font-weight:500;font-display:swap;src:local('AeonikMono-Medium'), url('https://cdn.auth0.com/website/okta-fonts/AeonikMono-Medium.ttf') format('woff2');}/*!sc*/ data-styled.g228[id="sc-global-bZiXeF1"]{content:"sc-global-bZiXeF1,"}/*!sc*/ html{font-size:62.5%;}/*!sc*/ html h1,html h2,html h3,html h4,html h5,html h6{font-feature-settings:'zero';}/*!sc*/ a:focus{outline:-webkit-focus-ring-color auto 0.2rem;outline-offset:0.1rem;}/*!sc*/ data-styled.g229[id="sc-global-ktqmOE1"]{content:"sc-global-ktqmOE1,"}/*!sc*/ .SOwTF{background:#111;display:none;position:fixed;z-index:100;top:10.4rem;bottom:0;left:0;right:0;width:100%;overflow:auto;}/*!sc*/ data-styled.g230[id="sc-48604b4d-0"]{content:"SOwTF,"}/*!sc*/ .dYTUtR{margin-bottom:15rem;padding-left:0;}/*!sc*/ data-styled.g231[id="sc-48604b4d-1"]{content:"dYTUtR,"}/*!sc*/ .iuroVT{list-style:none;width:100%;border-bottom:0.1rem solid #2A2A2A;}/*!sc*/ .iuroVT:first-of-type{border-top:0.1rem solid #2A2A2A;}/*!sc*/ data-styled.g232[id="sc-48604b4d-2"]{content:"iuroVT,"}/*!sc*/ .UJeau{padding:2.4rem 2rem 2.4rem 1.6rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}/*!sc*/ @media screen and (min-width:900px){.UJeau{padding-left:6.4rem;padding-right:6.4rem;}}/*!sc*/ data-styled.g233[id="sc-48604b4d-3"]{content:"UJeau,"}/*!sc*/ .igjQFT{font-family:Aeonik,sans-serif;font-weight:500;font-size:2rem;line-height:2.8rem;-webkit-letter-spacing:-0.01rem;-moz-letter-spacing:-0.01rem;-ms-letter-spacing:-0.01rem;letter-spacing:-0.01rem;color:#FFFEFA;display:inline-block;width:100%;}/*!sc*/ .igjQFT:hover{color:#BCBAFF;}/*!sc*/ data-styled.g234[id="sc-48604b4d-4"]{content:"igjQFT,"}/*!sc*/ .hUFtQd{font-family:Aeonik,sans-serif;font-weight:500;font-size:2rem;line-height:2.8rem;-webkit-letter-spacing:0.01rem;-moz-letter-spacing:0.01rem;-ms-letter-spacing:0.01rem;letter-spacing:0.01rem;color:#FFFEFA;margin:0;padding:2.4rem 0 2.4rem 1.6rem;position:relative;-webkit-transition:color 0.2s;transition:color 0.2s;}/*!sc*/ .hUFtQd::before{border-style:solid;border-width:0.1em 0.1em 0 0;content:'';display:inline-block;height:1.4rem;right:3rem;top:calc(50% - 0.83rem);position:absolute;vertical-align:top;width:1.4rem;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);-webkit-transition:-webkit-transform 0.4s ease;-webkit-transition:transform 0.4s ease;transition:transform 0.4s ease;}/*!sc*/ @media screen and (min-width:900px){.hUFtQd{padding-left:6.4rem;}.hUFtQd:before{right:7rem;}}/*!sc*/ data-styled.g235[id="sc-48604b4d-5"]{content:"hUFtQd,"}/*!sc*/ .ldmKKE{overflow:hidden;height:auto;-webkit-transition:max-height 0.3s ease-out;transition:max-height 0.3s ease-out;padding-left:1.6rem;background:#191919;height:0;max-height:0;}/*!sc*/ @media screen and (min-width:900px){.ldmKKE{padding-left:6.4rem;}}/*!sc*/ data-styled.g236[id="sc-48604b4d-6"]{content:"ldmKKE,"}/*!sc*/ .kzEdNm:not(:last-of-type){margin-bottom:3.2rem;}/*!sc*/ .kzEdNm:last-of-type{padding-bottom:1.6rem;}/*!sc*/ data-styled.g237[id="sc-48604b4d-7"]{content:"kzEdNm,"}/*!sc*/ .iDtUXN{font-family:Aeonik Mono,monospace;font-size:1.4rem;line-height:2rem;font-weight:500;-webkit-letter-spacing:0.14rem;-moz-letter-spacing:0.14rem;-ms-letter-spacing:0.14rem;letter-spacing:0.14rem;text-transform:uppercase;color:#8c929c;margin:0 0 2rem;padding-top:3.2rem;}/*!sc*/ data-styled.g238[id="sc-48604b4d-8"]{content:"iDtUXN,"}/*!sc*/ .dIBWQm{list-style:none;padding:0;margin:0;}/*!sc*/ data-styled.g240[id="sc-48604b4d-10"]{content:"dIBWQm,"}/*!sc*/ .fvHSWT{font-family:Aeonik,sans-serif;font-size:2rem;line-height:2.8rem;-webkit-letter-spacing:0.01rem;-moz-letter-spacing:0.01rem;-ms-letter-spacing:0.01rem;letter-spacing:0.01rem;margin-bottom:2rem;}/*!sc*/ .fvHSWT a{color:#FFFEFA;display:inline-block;width:100%;}/*!sc*/ .fvHSWT a:hover{color:#BCBAFF;}/*!sc*/ data-styled.g241[id="sc-48604b4d-11"]{content:"fvHSWT,"}/*!sc*/ .hintby{border:none;color:#FFFEFA;background:none;font-size:1.6rem;line-height:2.4rem;-webkit-letter-spacing:-0.001rem;-moz-letter-spacing:-0.001rem;-ms-letter-spacing:-0.001rem;letter-spacing:-0.001rem;}/*!sc*/ data-styled.g242[id="sc-48604b4d-12"]{content:"hintby,"}/*!sc*/ .bOieih{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/ data-styled.g243[id="sc-48604b4d-13"]{content:"bOieih,"}/*!sc*/ .harwqA{font-weight:500;font-size:1.6rem;line-height:2.4rem;-webkit-letter-spacing:-0.01rem;-moz-letter-spacing:-0.01rem;-ms-letter-spacing:-0.01rem;letter-spacing:-0.01rem;color:#FFFEFA;margin:0 0 0 0.8rem;}/*!sc*/ data-styled.g244[id="sc-48604b4d-14"]{content:"harwqA,"}/*!sc*/ .dMpedj{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;padding:1.6rem;margin:0 auto;border-top:0.1rem solid #2A2A2A;position:fixed;bottom:0;left:0;right:0;text-align:center;background:#111;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}/*!sc*/ @media screen and (min-width:900px){.dMpedj{padding:3.2rem 6.4rem;}}/*!sc*/ data-styled.g245[id="sc-48604b4d-15"]{content:"dMpedj,"}/*!sc*/ .hydWjh{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:1.6rem;}/*!sc*/ data-styled.g248[id="sc-48604b4d-18"]{content:"hydWjh,"}/*!sc*/ .ctGhWm{background:#242424;color:#FFFFFF;width:100%;margin:auto;font-size:1.4rem;line-height:2rem;text-align:left;font-family:Aeonik,sans-serif;border-bottom:0.1rem solid #41454C;border-bottom:0.2rem solid;border-image-slice:1;border-image-source:linear-gradient( 135deg, #4cb7a3 0%, #3f59e4 50%, #4016a0 100% );}/*!sc*/ @media screen and (min-width:900px){.ctGhWm{text-align:left;}}/*!sc*/ data-styled.g250[id="sc-5beafa8a-0"]{content:"ctGhWm,"}/*!sc*/ .fXlPNE{width:100%;max-width:144rem;min-height:4rem;margin:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1rem 1.6rem;}/*!sc*/ @media screen and (min-width:900px){.fXlPNE{padding:1rem 6.4rem;}}/*!sc*/ @media screen and (min-width:1200px){.fXlPNE{padding:0 6.4rem;}}/*!sc*/ data-styled.g251[id="sc-5beafa8a-1"]{content:"fXlPNE,"}/*!sc*/ .gnbkUy{-webkit-flex:1;-ms-flex:1;flex:1;padding:0;cursor:pointer;}/*!sc*/ @media screen and (min-width:900px){.gnbkUy{padding:0;}}/*!sc*/ @media screen and (min-width:1200px){.gnbkUy{padding:0.9rem 0;margin-right:2.4rem;}}/*!sc*/ .gnbkUy:hover .sc-5beafa8a-4{color:#B6CAFF;}/*!sc*/ data-styled.g255[id="sc-5beafa8a-5"]{content:"gnbkUy,"}/*!sc*/ .fGOvxz{display:none;}/*!sc*/ @media screen and (min-width:1200px){.fGOvxz{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}/*!sc*/ data-styled.g256[id="sc-5beafa8a-6"]{content:"fGOvxz,"}/*!sc*/ .iYIAFF{color:#FFFFFF;cursor:pointer;font-weight:500;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/ .iYIAFF:focus{outline:none;}/*!sc*/ .iYIAFF:hover,.iYIAFF:focus{color:#B6CAFF;}/*!sc*/ data-styled.g257[id="sc-5beafa8a-7"]{content:"iYIAFF,"}/*!sc*/ .eshLTC{cursor:pointer;color:#FFFFFF;margin-left:3.2rem;position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/ .eshLTC svg{stroke:#FFFFFF;}/*!sc*/ .eshLTC:hover,.eshLTC:focus-within{color:#B6CAFF;}/*!sc*/ .eshLTC:hover svg,.eshLTC:focus-within svg{stroke:#B6CAFF;}/*!sc*/ data-styled.g258[id="sc-5beafa8a-8"]{content:"eshLTC,"}/*!sc*/ .evcvFz{line-height:2rem;}/*!sc*/ .evcvFz:hover{color:#B6CAFF;-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/ data-styled.g259[id="sc-5beafa8a-9"]{content:"evcvFz,"}/*!sc*/ .flgNuK{height:100%;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/ data-styled.g260[id="sc-5beafa8a-10"]{content:"flgNuK,"}/*!sc*/ .jjbnIz{font-weight:500;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:100%;background-color:transparent;border:none;margin:0;font-family:inherit;font-size:inherit;cursor:inherit;line-height:inherit;color:inherit;z-index:1;outline:none;padding-left:2rem;padding-right:1.6rem;text-align:center;width:100%;}/*!sc*/ data-styled.g261[id="sc-5beafa8a-11"]{content:"jjbnIz,"}/*!sc*/ .gUmNqK{left:0;pointer-events:none;position:absolute;top:calc(50% - 1rem);z-index:0;}/*!sc*/ data-styled.g262[id="sc-5beafa8a-12"]{content:"gUmNqK,"}/*!sc*/ .cJXqJO{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;pointer-events:none;position:absolute;right:0;z-index:0;}/*!sc*/ data-styled.g263[id="sc-5beafa8a-13"]{content:"cJXqJO,"}/*!sc*/ .eiqtQu{height:10.4rem;width:100%;margin:0 auto;}/*!sc*/ @media screen and (min-width:1200px){.eiqtQu{display:none;}}/*!sc*/ data-styled.g265[id="sc-dd041119-1"]{content:"eiqtQu,"}/*!sc*/ .iaTkkA{height:0.1rem;position:absolute;visibility:hidden;top:0;}/*!sc*/ data-styled.g266[id="sc-dd041119-2"]{content:"iaTkkA,"}/*!sc*/ .ggjfoe{position:fixed;top:0;left:0;width:100%;z-index:1000;color:#FFFEFA;}/*!sc*/ data-styled.g267[id="sc-dd041119-3"]{content:"ggjfoe,"}/*!sc*/ .hvNmHd{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/ data-styled.g268[id="sc-dd041119-4"]{content:"hvNmHd,"}/*!sc*/ .iDvPUZ{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex:1;-ms-flex:1;flex:1;}/*!sc*/ data-styled.g269[id="sc-dd041119-5"]{content:"iDvPUZ,"}/*!sc*/ .dfZXfX{-webkit-transition:background-color 0.2s ease,border-radius 0.2s ease;transition:background-color 0.2s ease,border-radius 0.2s ease;position:relative;display:none;width:100%;max-width:100%;margin:auto;padding:0 6.4rem;background-color:#111;}/*!sc*/ @media screen and (min-width:1200px){.dfZXfX{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}}/*!sc*/ .dfZXfX:hover{background-color:#111;border-radius:0 0 1.6rem 1.6rem;}/*!sc*/ data-styled.g270[id="sc-dd041119-6"]{content:"dfZXfX,"}/*!sc*/ .kcwluz{max-width:131.2rem;width:100%;margin:auto;-webkit-transition:background-color 0.2s ease,border-radius 0.2s ease;transition:background-color 0.2s ease,border-radius 0.2s ease;position:relative;padding:0 6.4rem;background-color:#111;}/*!sc*/ @media screen and (min-width:1200px){.kcwluz{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:0;}}/*!sc*/ .kcwluz:hover{background-color:#111;border-radius:0 0 1.6rem 1.6rem;}/*!sc*/ data-styled.g271[id="sc-dd041119-7"]{content:"kcwluz,"}/*!sc*/ .goqQNV{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/ data-styled.g272[id="sc-dd041119-8"]{content:"goqQNV,"}/*!sc*/ .hBBOUu{max-width:144rem;width:100%;margin:auto;padding:1.2rem 1.6rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;background-color:#111;height:6.4rem;box-shadow:inset 0 -0.1rem 0 #2A2A2A;position:relative;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/ @media screen and (min-width:900px){.hBBOUu{padding:1.6rem 6.4rem;}}/*!sc*/ @media screen and (min-width:1200px){.hBBOUu{display:none;}}/*!sc*/ data-styled.g273[id="sc-dd041119-9"]{content:"hBBOUu,"}/*!sc*/ .lmuCEj{justify-self:flex-end;padding:2rem 0;}/*!sc*/ data-styled.g274[id="sc-dd041119-10"]{content:"lmuCEj,"}/*!sc*/ .librYF{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;height:2.4rem;margin:0;padding:0;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;}/*!sc*/ data-styled.g275[id="sc-dd041119-11"]{content:"librYF,"}/*!sc*/ .fSwMvz{width:2.2rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:0.25rem;background:#FFFFFF;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;margin-top:1.2rem;}/*!sc*/ .fSwMvz::before,.fSwMvz::after{content:'';position:absolute;width:2.2rem;height:0.25rem;background:#FFFFFF;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}/*!sc*/ .fSwMvz::before{-webkit-transform:translateY(-0.7rem);-ms-transform:translateY(-0.7rem);transform:translateY(-0.7rem);}/*!sc*/ .fSwMvz::after{-webkit-transform:translateY(0.7rem);-ms-transform:translateY(0.7rem);transform:translateY(0.7rem);}/*!sc*/ data-styled.g276[id="sc-dd041119-12"]{content:"fSwMvz,"}/*!sc*/ .hxYec{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;list-style:none;margin:0;line-height:2.4rem;}/*!sc*/ data-styled.g277[id="sc-dd041119-13"]{content:"hxYec,"}/*!sc*/ .kYjdsM{color:#FFFEFA;cursor:initial;padding-top:0.9rem;width:104.4rem;position:absolute;left:0;right:0;margin:-0.1rem auto 0;top:6.4rem;display:inline-block;visibility:hidden;opacity:0;-webkit-transform:translateX(-1.6rem);-ms-transform:translateX(-1.6rem);transform:translateX(-1.6rem);-webkit-transition:visibility 0s,opacity 0.2s linear,-webkit-transform 0.2s linear;-webkit-transition:visibility 0s,opacity 0.2s linear,transform 0.2s linear;transition:visibility 0s,opacity 0.2s linear,transform 0.2s linear;}/*!sc*/ data-styled.g278[id="sc-dd041119-14"]{content:"kYjdsM,"}/*!sc*/ .jqmQAZ{position:relative;-webkit-transition:color 0.2s ease;transition:color 0.2s ease;color:#FFFEFA;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}/*!sc*/ .jqmQAZ::after{content:'';-webkit-transition:border-color 0.2s ease,-webkit-transform 0.2s ease;-webkit-transition:border-color 0.2s ease,transform 0.2s ease;transition:border-color 0.2s ease,transform 0.2s ease;width:100%;height:0.2rem;border-bottom:0.2rem solid transparent;display:block;bottom:-1.6rem;position:absolute;left:0;-webkit-transform:scale(0,1);-ms-transform:scale(0,1);transform:scale(0,1);}/*!sc*/ data-styled.g279[id="sc-dd041119-15"]{content:"jqmQAZ,"}/*!sc*/ .frjfoj{font-family:Aeonik,sans-serif;padding:1.6rem 1.2rem;cursor:pointer;font-size:1.6rem;font-weight:500;line-height:3.2rem;-webkit-letter-spacing:0.02rem;-moz-letter-spacing:0.02rem;-ms-letter-spacing:0.02rem;letter-spacing:0.02rem;}/*!sc*/ .frjfoj .sc-dd041119-15 > svg{stroke:#FFFEFA;-webkit-transition:stroke 0.2s ease;transition:stroke 0.2s ease;padding-left:0.4rem;}/*!sc*/ .frjfoj:hover{color:#BCBAFF;}/*!sc*/ .frjfoj:hover .sc-dd041119-14{visibility:visible;opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}/*!sc*/ .frjfoj:hover .sc-dd041119-15{color:#BCBAFF;}/*!sc*/ .frjfoj:hover .sc-dd041119-15::after{border-bottom-color:#BCBAFF;-webkit-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);}/*!sc*/ .frjfoj:hover .sc-dd041119-15 > svg{stroke:#BCBAFF;}/*!sc*/ .frjfoj:focus-visible{color:#BCBAFF;}/*!sc*/ .frjfoj:focus-visible .sc-dd041119-14{visibility:visible;opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}/*!sc*/ .frjfoj:focus-visible .sc-dd041119-15{color:#BCBAFF;}/*!sc*/ .frjfoj:focus-visible .sc-dd041119-15::after{border-bottom-color:#BCBAFF;-webkit-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);}/*!sc*/ .frjfoj:focus-visible .sc-dd041119-15 > svg{stroke:#BCBAFF;}/*!sc*/ .frjfoj:focus-within{color:#BCBAFF;}/*!sc*/ .frjfoj:focus-within .sc-dd041119-14{visibility:visible;opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}/*!sc*/ .frjfoj:focus-within .sc-dd041119-15{color:#BCBAFF;}/*!sc*/ .frjfoj:focus-within .sc-dd041119-15::after{border-bottom-color:#BCBAFF;-webkit-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);}/*!sc*/ .frjfoj:focus-within .sc-dd041119-15 > svg{stroke:#BCBAFF;}/*!sc*/ data-styled.g280[id="sc-dd041119-16"]{content:"frjfoj,"}/*!sc*/ .cAIXhk{background:rgba(23,23,23,0.96);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:0.1rem solid #2A2A2A;border-radius:1rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/ data-styled.g281[id="sc-dd041119-17"]{content:"cAIXhk,"}/*!sc*/ .fpHhIS{min-width:31.1rem;width:31.1rem;padding:3.2rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}/*!sc*/ data-styled.g286[id="sc-8f844919-0"]{content:"fpHhIS,"}/*!sc*/ .dnIcIy{border-right:0.1rem solid #2A2A2A;-webkit-flex:1;-ms-flex:1;flex:1;width:100%;min-width:33%;}/*!sc*/ .bGXLnD{border-right:0.1rem solid #2A2A2A;}/*!sc*/ data-styled.g287[id="sc-8f844919-1"]{content:"dnIcIy,bGXLnD,"}/*!sc*/ .jCxqEl{border-right:0.1rem solid #2A2A2A;-webkit-flex:1;-ms-flex:1;flex:1;width:100%;min-width:33%;}/*!sc*/ .bxnFbo{border-right:0.1rem solid #2A2A2A;}/*!sc*/ data-styled.g288[id="sc-8f844919-2"]{content:"jCxqEl,bxnFbo,"}/*!sc*/ .cmuXnw{width:auto;-webkit-flex:1;-ms-flex:1;flex:1;padding:3.2rem;width:100%;min-width:33%;}/*!sc*/ .edUBug{width:auto;-webkit-flex:1;-ms-flex:1;flex:1;padding:3.2rem 0;}/*!sc*/ .ftjeVJ{width:auto;-webkit-flex:1;-ms-flex:1;flex:1;padding:0;width:100%;min-width:33%;}/*!sc*/ data-styled.g289[id="sc-8f844919-3"]{content:"cmuXnw,edUBug,ftjeVJ,"}/*!sc*/ .kPRjAI{list-style:none;padding:0;height:100%;}/*!sc*/ data-styled.g291[id="sc-c4163730-1"]{content:"kPRjAI,"}/*!sc*/ .hUbpnv{margin:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:Aeonik,sans-serif;font-weight:500;font-size:1.4rem;line-height:2.4rem;color:#FFFFFF;}/*!sc*/ .hUbpnv + li{margin-top:1.6rem;}/*!sc*/ .hUbpnv svg{margin-right:1.4rem;min-width:2.4rem;}/*!sc*/ .hUbpnv a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#FFFFFF;-webkit-transition:color 0.2s ease;transition:color 0.2s ease;width:100%;}/*!sc*/ .hUbpnv a:hover{color:#BCBAFF;}/*!sc*/ .hUbpnv:last-of-type{margin-bottom:3.2rem;}/*!sc*/ data-styled.g292[id="sc-c4163730-2"]{content:"hUbpnv,"}/*!sc*/ .blDajZ{border-top:0.1rem solid #2A2A2A;padding-top:2.4rem;}/*!sc*/ data-styled.g294[id="sc-c4163730-4"]{content:"blDajZ,"}/*!sc*/ .eqdKOL{list-style:none;padding:0;display:grid;grid-template-columns:1fr;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;}/*!sc*/ data-styled.g295[id="sc-31a2510-0"]{content:"eqdKOL,"}/*!sc*/ .hwlhfg{margin:0;padding:3.2rem;height:14.47rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/ .hwlhfg + li{border-top:0.1rem solid #2A2A2A;}/*!sc*/ .hwlhfg div{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}/*!sc*/ .hwlhfg a{color:#BDC4CF;width:100%;}/*!sc*/ .hwlhfg a svg{margin-right:1.4rem;}/*!sc*/ .hwlhfg a p{margin:0;}/*!sc*/ .hwlhfg a p:first-child{font-weight:500;color:#FFFFFF;-webkit-transition:color 0.2s ease;transition:color 0.2s ease;}/*!sc*/ .hwlhfg a:hover p{color:#BDC4CF;}/*!sc*/ .hwlhfg a:hover p:first-child{color:#BCBAFF;}/*!sc*/ data-styled.g296[id="sc-31a2510-1"]{content:"hwlhfg,"}/*!sc*/ .lcoOff a{display:block;color:#FFFFFF;}/*!sc*/ .lcoOff a:hover{color:#BCBAFF;}/*!sc*/ .lcoOff a span{font-weight:500;}/*!sc*/ .lcoOff a + a{margin-top:2.4rem;}/*!sc*/ .lcoOff a + p{margin-top:3.6rem;}/*!sc*/ data-styled.g297[id="sc-8583e179-0"]{content:"lcoOff,"}/*!sc*/ .dqITBV{display:inline-block;position:relative;width:6rem;height:6rem;}/*!sc*/ data-styled.g298[id="sc-8eff408f-0"]{content:"dqITBV,"}/*!sc*/ .fezdDx{width:100%;height:100%;box-sizing:border-box;position:absolute;border-radius:50%;-webkit-animation:loader 0.75s linear infinite;animation:loader 0.75s linear infinite;border:0.2rem solid rgba(0,0,0,0.08);border-left-color:rgba(0,0,0,0.4);}/*!sc*/ @-webkit-keyframes loader{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}}/*!sc*/ @keyframes loader{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}}/*!sc*/ data-styled.g299[id="sc-8eff408f-1"]{content:"fezdDx,"}/*!sc*/ .bgvTYt{margin:1.8rem;opacity:0.5;}/*!sc*/ data-styled.g300[id="sc-8eff408f-2"]{content:"bgvTYt,"}/*!sc*/ .VCjId{padding:0 3.2rem;display:block;}/*!sc*/ .VCjId:hover p:last-of-type{color:#BCBAFF;}/*!sc*/ .VCjId:first-child{margin-bottom:2.4rem;}/*!sc*/ data-styled.g301[id="sc-1e1df8de-0"]{content:"VCjId,"}/*!sc*/ .jDuOPS{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/ data-styled.g302[id="sc-1e1df8de-1"]{content:"jDuOPS,"}/*!sc*/ .eyReJT{height:12rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;}/*!sc*/ data-styled.g303[id="sc-1e1df8de-2"]{content:"eyReJT,"}/*!sc*/ .iiLmVo{border-radius:0.8rem;width:100%;max-width:13rem;height:9rem;margin-right:1.9rem;object-fit:cover;}/*!sc*/ data-styled.g304[id="sc-1e1df8de-3"]{content:"iiLmVo,"}/*!sc*/ .jxCIxl{border-top:0.1rem solid #2A2A2A;}/*!sc*/ data-styled.g305[id="sc-4b4277c0-0"]{content:"jxCIxl,"}/*!sc*/ .cRKzFM{padding:3.2rem 3.2rem 0 3.2rem;}/*!sc*/ data-styled.g306[id="sc-4b4277c0-1"]{content:"cRKzFM,"}/*!sc*/ .izbwFh{background:#111111;padding-top:1.2rem;}/*!sc*/ data-styled.g307[id="sc-da5983f0-0"]{content:"izbwFh,"}/*!sc*/ .ezfOZF{width:100%;max-width:144rem;margin:auto;font-family:Inter,sans-serif;padding:0 1.6rem;}/*!sc*/ @media screen and (min-width:900px){.ezfOZF{padding:0 6.4rem;}}/*!sc*/ data-styled.g308[id="sc-da5983f0-1"]{content:"ezfOZF,"}/*!sc*/ .fKRHFw{display:grid;grid-template-columns:1fr 1fr;grid-row-gap:4.8rem;margin:4.8rem auto auto;}/*!sc*/ @media screen and (min-width:900px){.fKRHFw{margin:6.4rem auto auto;}}/*!sc*/ @media screen and (min-width:1200px){.fKRHFw{grid-template-columns:1fr 1fr 1fr 1fr;grid-template-rows:1fr 1fr;margin:8rem auto auto;max-width:131.2rem;}}/*!sc*/ data-styled.g309[id="sc-da5983f0-2"]{content:"fKRHFw,"}/*!sc*/ .ZAOkc{list-style:none;margin-bottom:0;padding-left:0;}/*!sc*/ data-styled.g310[id="sc-da5983f0-3"]{content:"ZAOkc,"}/*!sc*/ .dwMUht{font-weight:500;font-size:1.4rem;line-height:3.2rem;-webkit-letter-spacing:-0.001rem;-moz-letter-spacing:-0.001rem;-ms-letter-spacing:-0.001rem;letter-spacing:-0.001rem;padding-right:3.2rem;}/*!sc*/ .dwMUht a{color:#fff;}/*!sc*/ .dwMUht a span{background:linear-gradient( 59deg, #4016a0 -18.49%, #3f59e4 38.74%, #4cb7a3 106.36% );padding:0.1rem 0.6rem;border-radius:0.4rem;margin-left:0.8rem;color:#fff;font-weight:600;}/*!sc*/ .dwMUht a:hover{color:#bcbaff;}/*!sc*/ @media screen and (min-width:900px){.dwMUht p::before{content:'';margin-right:0.8rem;border-left:0.1rem solid #8c929c;height:1.2rem;display:inline-block;}}/*!sc*/ data-styled.g312[id="sc-da5983f0-5"]{content:"dwMUht,"}/*!sc*/ .dsTXTr{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}/*!sc*/ .dsTXTr > ul{-webkit-flex:1;-ms-flex:1;flex:1;}/*!sc*/ data-styled.g313[id="sc-da5983f0-6"]{content:"dsTXTr,"}/*!sc*/ .bkTsFr{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;grid-gap:1.6rem;margin-left:1.6rem;display:none;}/*!sc*/ @media screen and (min-width:900px){.bkTsFr{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:0;}}/*!sc*/ .gtvNxS{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;grid-gap:1.6rem;margin-left:1.6rem;}/*!sc*/ @media screen and (min-width:900px){.gtvNxS{display:none;}}/*!sc*/ data-styled.g314[id="sc-da5983f0-7"]{content:"bkTsFr,gtvNxS,"}/*!sc*/ .kuzPaj{height:2.4rem;}/*!sc*/ .kuzPaj:hover{cursor:pointer;}/*!sc*/ .kuzPaj:hover path{fill:#bcbaff;}/*!sc*/ data-styled.g315[id="sc-da5983f0-8"]{content:"kuzPaj,"}/*!sc*/ .dFYjGw{padding:2.4rem 0 0;position:relative;margin-top:4.8rem;}/*!sc*/ @media screen and (min-width:900px){.dFYjGw{display:none;}}/*!sc*/ data-styled.g316[id="sc-da5983f0-9"]{content:"dFYjGw,"}/*!sc*/ .dDOrwE{display:none;}/*!sc*/ @media screen and (min-width:900px){.dDOrwE{display:block;border-top:0.1rem solid #5a5f66;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:2.4rem 0;position:relative;margin-top:4.8rem;}}/*!sc*/ @media screen and (min-width:1200px){.dDOrwE{margin-top:10rem;}}/*!sc*/ data-styled.g317[id="sc-da5983f0-10"]{content:"dDOrwE,"}/*!sc*/ .bfQQBn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:2.4rem 1.6rem;}/*!sc*/ data-styled.g318[id="sc-da5983f0-11"]{content:"bfQQBn,"}/*!sc*/ .ekhmru{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:500;color:#8c929c;grid-gap:0.6rem;font-size:1.2rem;line-height:1.8rem;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-flex-flow:wrap;-ms-flex-flow:wrap;flex-flow:wrap;}/*!sc*/ .ekhmru img{max-width:4rem;}/*!sc*/ .ekhmru a{color:#8c929c;}/*!sc*/ .ekhmru a:hover{color:#bcbaff;}/*!sc*/ @media screen and (min-width:900px){.ekhmru{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;}}/*!sc*/ @media screen and (min-width:1200px){.ekhmru{font-size:1.4rem;line-height:2.2rem;}}/*!sc*/ data-styled.g319[id="sc-da5983f0-12"]{content:"ekhmru,"}/*!sc*/ .cOiSat{cursor:pointer;height:100%;color:#fff;margin-left:3.2rem;position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/ .cOiSat svg{stroke:#fff;}/*!sc*/ .cOiSat:hover{color:#bcbaff;}/*!sc*/ .cOiSat:hover svg{stroke:#bcbaff;}/*!sc*/ data-styled.g320[id="sc-da5983f0-13"]{content:"cOiSat,"}/*!sc*/ .doMXBO{visibility:hidden;opacity:0;position:absolute;-webkit-transition:opacity 0.2s ease;transition:opacity 0.2s ease;left:-3.4rem;top:-20.2rem;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/ @media screen and (min-width:1200px){.doMXBO{left:-2.4rem;}}/*!sc*/ data-styled.g321[id="sc-da5983f0-14"]{content:"doMXBO,"}/*!sc*/ .WNRMn{min-width:13.4rem;margin-top:0;background:#111111;color:#bcbaff;box-shadow:0 0 0.8rem rgba(0,0,0,0.25);border-radius:0.8rem;padding:1.6rem 2.4rem;list-style:none;}/*!sc*/ data-styled.g322[id="sc-da5983f0-15"]{content:"WNRMn,"}/*!sc*/ .hZxyOM{line-height:2.8rem;}/*!sc*/ .hZxyOM:hover{color:#bcbaff;-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/ data-styled.g323[id="sc-da5983f0-16"]{content:"hZxyOM,"}/*!sc*/ .fWXPij{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:1;font-size:1.2rem;}/*!sc*/ @media screen and (min-width:1200px){.fWXPij{font-size:1.4rem;}}/*!sc*/ .fWXPij:hover .sc-da5983f0-14{visibility:visible;opacity:1;}/*!sc*/ .fWXPij:focus-visible .sc-da5983f0-14{visibility:visible;opacity:1;}/*!sc*/ .fWXPij:focus-within .sc-da5983f0-14{visibility:visible;opacity:1;}/*!sc*/ data-styled.g324[id="sc-da5983f0-17"]{content:"fWXPij,"}/*!sc*/ .iBuHa-D{margin-left:0.8rem;font-weight:500;}/*!sc*/ data-styled.g325[id="sc-da5983f0-18"]{content:"iBuHa-D,"}/*!sc*/ @media screen and (min-width:1200px){.krphsv{padding-top:10.6rem;}}/*!sc*/ @media screen and (min-width:1200px){}/*!sc*/ data-styled.g349[id="sc-21fd3702-0"]{content:"krphsv,dSvCsB,"}/*!sc*/ .loNUgo{padding-bottom:3.2rem;}/*!sc*/ @media screen and (min-width:768px){.loNUgo{padding-bottom:3.2rem;}}/*!sc*/ @media screen and (min-width:1200px){.loNUgo{padding-bottom:3.2rem;}}/*!sc*/ .ZxRrH{padding-bottom:8rem;}/*!sc*/ @media screen and (min-width:768px){.ZxRrH{padding-bottom:9.6rem;}}/*!sc*/ @media screen and (min-width:1200px){.ZxRrH{padding-bottom:12.8rem;}}/*!sc*/ .bWVQPV{padding-bottom:8rem;}/*!sc*/ .bWVQPV *{white-space:break-spaces;}/*!sc*/ @media screen and (min-width:768px){.bWVQPV{padding-bottom:9.6rem;}}/*!sc*/ @media screen and (min-width:1200px){.bWVQPV{padding-bottom:12.8rem;}}/*!sc*/ data-styled.g379[id="sc-cfa96e4f-0"]{content:"loNUgo,ZxRrH,bWVQPV,"}/*!sc*/ .gWvuic{max-width:100%;}/*!sc*/ data-styled.g381[id="sc-e28dfec6-0"]{content:"gWvuic,"}/*!sc*/ .jWgaBR{max-width:100%;outline:none;}/*!sc*/ data-styled.g958[id="sc-c93ed188-0"]{content:"jWgaBR,"}/*!sc*/ .fUivjh{position:relative;overflow:hidden;cursor:pointer;}/*!sc*/ @media screen and (min-width:900px){.fUivjh:hover > svg{opacity:1;-webkit-transition:opacity 0.5s ease-in-out;transition:opacity 0.5s ease-in-out;}}/*!sc*/ .fUivjh:before{content:'';position:absolute;top:0;bottom:0;left:0;right:0;background:url(https://cdn.auth0.com/website/devx/breached-passwords/video_overlay_image.jpg) center center no-repeat;background-size:100% 100%;pointer-events:none;z-index:9;border-radius:2.4rem;}/*!sc*/ data-styled.g959[id="sc-c93ed188-1"]{content:"fUivjh,"}/*!sc*/ .hCfsiK{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0;z-index:999;}/*!sc*/ data-styled.g960[id="sc-c93ed188-2"]{content:"hCfsiK,"}/*!sc*/ .iTpQDf{max-width:152.6rem;margin:0 auto;border-radius:2.4rem;position:relative;overflow:hidden;margin-bottom:4.8rem;}/*!sc*/ @media screen and (min-width:768px){.iTpQDf{margin-bottom:6.4rem;}}/*!sc*/ @media screen and (min-width:1200px){.iTpQDf{margin-bottom:6.4rem;}}/*!sc*/ .kaOIWk{max-width:152.6rem;margin:0 auto;border-radius:2.4rem;position:relative;overflow:hidden;padding:6.4rem 0 2.4rem;margin-bottom:3.2rem;}/*!sc*/ .kaOIWk::before{content:' ';position:absolute;z-index:3;width:100%;height:100%;top:0;left:0;background:url(https://cdn.auth0.com/website/devx/m2m/BG.png) no-repeat top right;}/*!sc*/ @media screen and (min-width:768px){.kaOIWk{margin-bottom:3.2rem;}}/*!sc*/ @media screen and (min-width:1200px){.kaOIWk{margin-bottom:3.2rem;}}/*!sc*/ data-styled.g992[id="sc-32f8853f-0"]{content:"iTpQDf,kaOIWk,"}/*!sc*/ .jQLokN{max-width:131.2rem;margin:0 auto;text-align:center;padding:0 1.2rem;position:relative;z-index:3;}/*!sc*/ @media screen and (min-width:768px){.jQLokN{padding:0 6.4rem;}}/*!sc*/ @media screen and (min-width:1200px){.jQLokN{padding:0;}}/*!sc*/ .gMazIj{max-width:131.2rem;margin:0 auto;text-align:center;padding:4.8rem 1.2rem;position:relative;z-index:3;}/*!sc*/ @media screen and (min-width:768px){.gMazIj{padding:6.4rem;}}/*!sc*/ @media screen and (min-width:1200px){.gMazIj{padding:6.4rem 0;}}/*!sc*/ data-styled.g993[id="sc-32f8853f-1"]{content:"jQLokN,gMazIj,"}/*!sc*/ .jiDYAj{padding:4rem 0;}/*!sc*/ .jiDYAj img,.jiDYAj video{border-radius:2.4rem;overflow:hidden;}/*!sc*/ data-styled.g994[id="sc-32f8853f-2"]{content:"jiDYAj,"}/*!sc*/ .fgsncK{text-align:left;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;margin:0 auto 1.8rem;padding:1.2rem 0 1.2rem 1.5rem;border-left:0.8rem solid #ccd2dc;background:#f1f3f7;color:#8c929c;-webkit-transition:all 0.5s linear;transition:all 0.5s linear;border-radius:0.8rem;color:#541f3c;background:#ffe4fa;border-left:0.8rem solid #c638a7;}/*!sc*/ .fgsncK > svg{display:none;}/*!sc*/ @media screen and (min-width:768px){.fgsncK{max-width:34rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:1.6rem 2rem 1.6rem 1.8rem;}.fgsncK > svg{display:block;}}/*!sc*/ .bBnebr{text-align:left;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;margin:0 auto 1.8rem;padding:1.2rem 0 1.2rem 1.5rem;border-left:0.8rem solid #ccd2dc;background:#f1f3f7;color:#8c929c;-webkit-transition:all 0.5s linear;transition:all 0.5s linear;border-radius:0.8rem;}/*!sc*/ .bBnebr > svg{display:none;}/*!sc*/ @media screen and (min-width:768px){.bBnebr{max-width:34rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:1.6rem 4.8rem 1.6rem 1.8rem;}.bBnebr > svg{display:block;}}/*!sc*/ data-styled.g2061[id="sc-b51780a6-0"]{content:"fgsncK,bBnebr,"}/*!sc*/ .kJLqNp{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;}/*!sc*/ @media screen and (min-width:768px){.kJLqNp{margin-left:1.2rem;}}/*!sc*/ .kQpZam{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;}/*!sc*/ @media screen and (min-width:768px){.kQpZam{margin-left:0;}}/*!sc*/ data-styled.g2062[id="sc-b51780a6-1"]{content:"kJLqNp,kQpZam,"}/*!sc*/ .hFjodN{font-size:1.2rem;line-height:2.2rem;margin-bottom:1.2rem;width:26rem;}/*!sc*/ @media screen and (min-width:768px){.hFjodN{font-family:Inter,sans-serif;font-size:1.4rem;line-height:2.24rem;-webkit-letter-spacing:-0.001rem;-moz-letter-spacing:-0.001rem;-ms-letter-spacing:-0.001rem;letter-spacing:-0.001rem;font-weight:400;}}/*!sc*/ data-styled.g2063[id="sc-b51780a6-2"]{content:"hFjodN,"}/*!sc*/ .dJNqhR{margin:0;}/*!sc*/ data-styled.g2064[id="sc-b51780a6-3"]{content:"dJNqhR,"}/*!sc*/ .jQiuhq{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:500;}/*!sc*/ .jQiuhq img{margin-right:1.2rem;-webkit-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8);}/*!sc*/ .jQiuhq img{-webkit-filter:invert(12%) sepia(55%) saturate(1750%) hue-rotate(293deg) brightness(35%) contrast(89%);filter:invert(12%) sepia(55%) saturate(1750%) hue-rotate(293deg) brightness(35%) contrast(89%);}/*!sc*/ .irkkGU{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:500;}/*!sc*/ .irkkGU img{margin-right:1.2rem;-webkit-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8);}/*!sc*/ data-styled.g2065[id="sc-b51780a6-4"]{content:"jQiuhq,irkkGU,"}/*!sc*/ .kXIiAh{background:#1e1e1e;border-radius:1.6rem;position:relative;z-index:1;overflow:hidden;}/*!sc*/ .kXIiAh:before{background:linear-gradient( 180deg, rgba(30,30,30,0.8) 0%, rgba(30,30,30,0) 100% );-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg);content:'';height:4.8rem;position:absolute;z-index:2;bottom:0;width:100%;}/*!sc*/ @media screen and (min-width:768px){.kXIiAh{border-radius:2.4rem;}}/*!sc*/ @media screen and (min-width:1200px){.kXIiAh{height:52rem;}}/*!sc*/ data-styled.g2066[id="sc-b51780a6-5"]{content:"kXIiAh,"}/*!sc*/ .kvfuXA{position:absolute;z-index:-1;margin:1rem auto 0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);}/*!sc*/ @media screen and (min-width:768px){.kvfuXA{width:auto;margin:4rem auto 0;}}/*!sc*/ data-styled.g2067[id="sc-b51780a6-6"]{content:"kvfuXA,"}/*!sc*/ .buUcJD{margin-top:6rem;}/*!sc*/ @media screen and (min-width:768px){.buUcJD{margin-top:9rem;}}/*!sc*/ data-styled.g2068[id="sc-b51780a6-7"]{content:"buUcJD,"}/*!sc*/ </style></head><body><div id="__next"><div class="sc-dd041119-2 iaTkkA"></div><div class="sc-dd041119-1 eiqtQu"></div><header class="sc-dd041119-3 ggjfoe"><div class="sc-5beafa8a-0 ctGhWm"><div class="sc-5beafa8a-1 fXlPNE"><a class="sc-5beafa8a-5 gnbkUy"></a><div class="sc-5beafa8a-6 fGOvxz"><a href="/api/auth/login?redirectTo=dashboard" rel="external" class="sc-5beafa8a-7 iYIAFF">Anmelden</a><div class="sc-5beafa8a-8 eshLTC"><div class="sc-5beafa8a-10 flgNuK"><span class="sc-5beafa8a-12 gUmNqK"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M2 12H22" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M12 2C14.5013 4.73835 15.9228 8.29203 16 12C15.9228 15.708 14.5013 19.2616 12 22C9.49872 19.2616 8.07725 15.708 8 12C8.07725 8.29203 9.49872 4.73835 12 2V2Z" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg></span><select aria-label="Language selector" class="sc-5beafa8a-11 jjbnIz"><option value="de" class="sc-5beafa8a-9 evcvFz" selected="">Deutsch</option><option value="en" class="sc-5beafa8a-9 evcvFz">English</option><option value="fr" class="sc-5beafa8a-9 evcvFz">Français</option><option value="es" class="sc-5beafa8a-9 evcvFz">Español</option><option value="pt" class="sc-5beafa8a-9 evcvFz">Português</option><option value="ja" class="sc-5beafa8a-9 evcvFz">日本語</option></select><span class="sc-5beafa8a-13 cJXqJO"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="chevron-down"><path id="icon" fill-rule="evenodd" clip-rule="evenodd" d="M7.99994 9.93934L12.4696 5.46967L13.5303 6.53033L8.53027 11.5303C8.23738 11.8232 7.76251 11.8232 7.46961 11.5303L2.46961 6.53033L3.53027 5.46967L7.99994 9.93934Z" fill="#FFFEFA"></path></g></svg></span></div></div></div></div></div><nav aria-label="Mobile nav" class="sc-dd041119-9 hBBOUu"><a rel="external" href="/de/" aria-label="Auth0 logo" class="sc-dd041119-5 iDvPUZ"><svg xmlns="http://www.w3.org/2000/svg" width="152" height="40" viewBox="0 0 152 40" fill="none"><g clip-path="url(#clip0_13131_4833)"><path d="M34.7188 26.5791L39.6939 13.5352H41.6133L46.5698 26.5791H44.8367L43.4578 23.0571H37.7748L36.3959 26.5791H34.7188ZM38.2593 21.585H42.9739L40.6073 15.3054L38.2593 21.585Z" fill="#FFFEFA"></path><path d="M53.7713 17.0793H55.2993V26.5827H53.9763L53.7713 25.3155C53.2123 26.0237 52.2992 26.6945 50.7338 26.6945C48.6468 26.6945 46.9883 25.5208 46.9883 22.3716V17.0793H48.5163V22.2784C48.5163 24.2534 49.4108 25.2972 50.9947 25.2972C52.7278 25.2972 53.7713 23.9742 53.7713 21.8312V17.0793Z" fill="#FFFEFA"></path><path d="M57.7453 18.4754H56.0312V17.0778H57.7453V14.4131H59.2734V17.0778H61.7331V18.4754H59.2734V24.0845C59.2734 24.8854 59.5529 25.1839 60.3728 25.1839H61.8822V26.5815H60.2237C58.3975 26.5815 57.7453 25.7802 57.7453 24.1031V18.4754Z" fill="#FFFEFA"></path><path d="M71.2348 21.2868V26.5791H69.7067V21.38C69.7067 19.4051 68.7564 18.3612 67.1165 18.3612C65.3462 18.3612 64.2468 19.6839 64.2468 21.8269V26.5788H62.7188V13.5352H64.2468V18.641C64.8058 17.7466 65.7748 16.9636 67.3774 16.9636C69.5018 16.9636 71.2348 18.1376 71.2348 21.2868Z" fill="#FFFEFA"></path><path d="M72.6543 19.7613C72.6543 16.053 74.6668 13.4255 77.6108 13.4255C80.5364 13.4255 82.549 16.053 82.549 19.7613V20.3576C82.549 24.2519 80.5364 26.6931 77.6108 26.6931C74.6668 26.6931 72.6543 24.2519 72.6543 20.3576V19.7613ZM80.965 19.8172C80.965 16.7239 79.6233 14.8604 77.6108 14.8604C75.5799 14.8604 74.2382 16.7239 74.2382 19.8172V20.3017C74.2382 23.3951 75.5799 25.2585 77.6108 25.2585C79.6237 25.2585 80.965 23.3951 80.965 20.3017V19.8172Z" fill="#FFFEFA"></path><path d="M98.0691 21.8272C98.0691 24.7343 96.1311 26.6909 93.5036 26.6909C91.901 26.6909 90.8202 26.039 90.2429 25.1259L90.0376 26.5791H88.7148V13.5352H90.2429V18.6035C90.8765 17.7273 91.901 16.9636 93.5036 16.9636C96.1308 16.9636 98.0691 18.7342 98.0691 21.8272ZM96.5035 21.8272C96.5035 19.7588 95.2363 18.3243 93.3542 18.3243C91.4908 18.3243 90.2236 19.7591 90.2236 21.7903C90.2236 23.8771 91.4908 25.3309 93.3542 25.3309C95.2363 25.3306 96.5035 23.8957 96.5035 21.8272Z" fill="#FFFEFA"></path><path d="M98.0117 17.0752H99.6329L102.559 24.6592L105.391 17.0752H107.012L102.633 28.1811C102.037 29.7092 101.682 30.3051 100.341 30.3051H98.5145V28.9075H99.8745C100.751 28.9075 100.899 28.6839 101.254 27.7895L101.719 26.6341L98.0117 17.0752Z" fill="#FFFEFA"></path><path d="M118.431 26.6928C114.76 26.6928 112.207 23.8979 112.207 20.0591C112.207 16.2207 114.76 13.4255 118.431 13.4255C122.102 13.4255 124.655 16.2207 124.655 20.0591C124.655 23.8976 122.102 26.6928 118.431 26.6928ZM118.431 25.202C121.151 25.202 122.996 23.059 122.996 20.0588C122.996 17.0587 121.151 14.9157 118.431 14.9157C115.71 14.9157 113.865 17.0587 113.865 20.0588C113.865 23.059 115.71 25.202 118.431 25.202Z" fill="#FFFEFA"></path><path d="M126.182 13.5352H127.71V22.1254L132.48 17.0754H134.362L130.654 21.007L134.623 26.5788H132.778L129.629 22.1065L127.71 24.0817V26.5784H126.182V13.5352H126.182Z" fill="#FFFEFA"></path><path d="M136.464 18.4754H134.75V17.0778H136.464V14.4131H137.992V17.0778H140.452V18.4754H137.992V24.0845C137.992 24.8854 138.272 25.1839 139.092 25.1839H140.601V26.5815H138.942C137.116 26.5815 136.464 25.7802 136.464 24.1031V18.4754Z" fill="#FFFEFA"></path><path d="M150.414 25.1837V26.5813H149.576C148.309 26.5813 147.88 26.0409 147.861 25.1092C147.265 25.9664 146.315 26.6931 144.675 26.6931C142.588 26.6931 141.172 25.6496 141.172 23.9165C141.172 22.0158 142.495 20.9536 144.992 20.9536H147.787V20.3014C147.787 19.0719 146.911 18.3265 145.421 18.3265C144.079 18.3265 143.184 18.96 142.998 19.929H141.47C141.694 18.0653 143.203 16.9658 145.495 16.9658C147.918 16.9658 149.315 18.1774 149.315 20.3946V24.5501C149.315 25.0533 149.502 25.184 149.93 25.184L150.414 25.1837ZM147.787 22.2394H144.843C143.483 22.2394 142.719 22.7426 142.719 23.8234C142.719 24.7551 143.52 25.3887 144.787 25.3887C146.688 25.3887 147.788 24.2892 147.788 22.7053V22.2394H147.787Z" fill="#FFFEFA"></path><path d="M1.68997 17.8918C6.93659 17.0276 11.0459 12.6902 11.9101 7.44679L12.1993 4.92469C12.27 4.52308 12.0001 3.96725 11.4924 4.00581C7.52776 4.31424 3.79119 5.62188 1.70604 6.47329C0.674703 6.89418 0 7.89981 0 9.01467V17.2396C0 17.728 0.43695 18.0975 0.918881 18.0203L1.68997 17.895V17.8918Z" fill="#FFFEFA"></path><path d="M14.4397 7.44608C15.304 12.6927 19.4133 17.0269 24.6599 17.8911L25.431 18.0164C25.9129 18.0967 26.3498 17.724 26.3498 17.2357V9.01074C26.3498 7.89588 25.6751 6.89346 24.6438 6.46937C22.5619 5.61796 18.8221 4.31032 14.8574 4.00188C14.3498 3.96333 14.0863 4.52558 14.1474 4.92076L14.4365 7.44286L14.4397 7.44608Z" fill="#FFFEFA"></path><path d="M24.6566 20.1924C17.4887 21.6061 14.1602 26.3708 14.1602 35.3925C14.1602 35.8455 14.61 36.1572 14.9859 35.9066C18.2823 33.6833 25.5369 27.8808 26.2855 20.6197C26.3145 19.7041 25.1707 20.1346 24.6566 20.1924Z" fill="#FFFEFA"></path><path d="M1.69196 20.1963C8.85988 21.61 12.1884 26.3747 12.1884 35.3964C12.1884 35.8494 11.7386 36.1611 11.3627 35.9105C8.0663 33.6872 0.811637 27.8847 0.0630382 20.6236C0.0341223 19.708 1.1779 20.1385 1.69196 20.1963Z" fill="#FFFEFA"></path></g><defs><clipPath id="clip0_13131_4833"><rect width="152" height="40" fill="#FFFEFA"></rect></clipPath></defs></svg></a><div class="sc-dd041119-10 lmuCEj"><button aria-label="Menu" aria-expanded="false" class="sc-dd041119-11 librYF"><span class="sc-dd041119-12 fSwMvz"></span></button></div><section class="sc-48604b4d-0 SOwTF"><ul class="sc-48604b4d-1 dYTUtR"><li class="sc-48604b4d-2 iuroVT"><p class="sc-48604b4d-5 hUFtQd">Entwickler</p><div class="sc-48604b4d-6 ldmKKE"><div class="sc-48604b4d-7 kzEdNm"><p class="sc-48604b4d-8 iDtUXN">Entwickler</p><ul class="sc-48604b4d-10 dIBWQm"><li class="sc-48604b4d-11 fvHSWT"><a href="https://developer.auth0.com/" rel="external">Zentrum für Entwickler</a></li><li class="sc-48604b4d-11 fvHSWT"><a href="https://developer.auth0.com/resources/code-samples" rel="external">Code-Beispiele</a></li><li class="sc-48604b4d-11 fvHSWT"><a href="https://developer.auth0.com/resources/guides" rel="external">Anleitungen</a></li><li class="sc-48604b4d-11 fvHSWT"><a href="https://identityunlocked.auth0.com/public/49/Identity,-Unlocked.--bed7fada" rel="external">Erschließen der Identität – Podcasts</a></li><li class="sc-48604b4d-11 fvHSWT"><a href="https://developer.auth0.com/newsletter" rel="external">Null-Index Newsletter</a></li></ul></div><div class="sc-48604b4d-7 kzEdNm"><p class="sc-48604b4d-8 iDtUXN">Entwicklertools</p><ul class="sc-48604b4d-10 dIBWQm"><li class="sc-48604b4d-11 fvHSWT"><a href="https://openidconnect.net/" rel="external">OIDC Connect Übungsplatz</a></li><li class="sc-48604b4d-11 fvHSWT"><a href="https://samltool.io/" rel="external">SAML-Tool</a></li><li class="sc-48604b4d-11 fvHSWT"><a href="http://jwt.io/" rel="external">JWT.io</a></li><li class="sc-48604b4d-11 fvHSWT"><a href="http://webauthn.me/" rel="external">Webauthn.me</a></li></ul></div><div class="sc-48604b4d-7 kzEdNm"><p class="sc-48604b4d-8 iDtUXN">Beteiligen Sie sich</p><ul class="sc-48604b4d-10 dIBWQm"><li class="sc-48604b4d-11 fvHSWT"><a href="https://developer.auth0.com/events" rel="external">Ereignisse</a></li><li class="sc-48604b4d-11 fvHSWT"><a href="/ambassador-program" rel="external">Vertreter-Programm</a></li><li class="sc-48604b4d-11 fvHSWT"><a href="/research-program" rel="external">Auth0-Forschungsprogramm</a></li></ul></div></div></li><li class="sc-48604b4d-2 iuroVT"><p class="sc-48604b4d-5 hUFtQd">Dokumentation</p><div class="sc-48604b4d-6 ldmKKE"><div class="sc-48604b4d-7 kzEdNm"><p class="sc-48604b4d-8 iDtUXN">Dokumentation</p><ul class="sc-48604b4d-10 dIBWQm"><li class="sc-48604b4d-11 fvHSWT"><a href="/docs" rel="external">Auth0-Dokumentationen</a></li><li class="sc-48604b4d-11 fvHSWT"><a href="/docs/articles" rel="external">Artikel</a></li><li class="sc-48604b4d-11 fvHSWT"><a href="/docs/quickstarts" rel="external">Quickstarts</a></li><li class="sc-48604b4d-11 fvHSWT"><a href="/docs/api" rel="external">APIs</a></li><li class="sc-48604b4d-11 fvHSWT"><a href="/docs/libraries" rel="external">SDK-Bibliotheken</a></li></ul></div><div class="sc-48604b4d-7 kzEdNm"><p class="sc-48604b4d-8 iDtUXN">Support-Center</p><ul class="sc-48604b4d-10 dIBWQm"><li class="sc-48604b4d-11 fvHSWT"><a href="https://community.auth0.com/" rel="external">Community</a></li><li class="sc-48604b4d-11 fvHSWT"><a href="https://support.auth0.com/" rel="external">Support</a></li><li class="sc-48604b4d-11 fvHSWT"><a href="https://community.auth0.com/c/help/6" rel="external">Hilfe</a></li><li class="sc-48604b4d-11 fvHSWT"><a href="https://community.auth0.com/c/faq/42" rel="external">FAQs</a></li><li class="sc-48604b4d-11 fvHSWT"><a href="https://marketplace.auth0.com" rel="external">Erkunden Sie Auth0 Marketplace</a></li><li class="sc-48604b4d-11 fvHSWT"><a href="/de/resources" rel="external">Ressourcen</a></li></ul></div><div class="sc-48604b4d-7 kzEdNm"><ul class="sc-48604b4d-10 dIBWQm"><li class="sc-48604b4d-11 fvHSWT"><a href="/blog/de/" rel="external">Blog</a></li><li class="sc-48604b4d-11 fvHSWT"><a href="/de/learn" rel="external">Lernen</a></li><li class="sc-48604b4d-11 fvHSWT"><a href="/de/intro-to-iam" rel="external">Einführung in IAM (CIAM)</a></li></ul></div></div></li><li class="sc-48604b4d-2 iuroVT"><p class="sc-48604b4d-5 hUFtQd">Produkt</p><div class="sc-48604b4d-6 ldmKKE"><div class="sc-48604b4d-7 kzEdNm"><p class="sc-48604b4d-8 iDtUXN">Plattform</p><ul class="sc-48604b4d-10 dIBWQm"><li class="sc-48604b4d-11 fvHSWT"><a href="/de/platform/access-management" rel="external">Zugriffsmanagement</a></li><li class="sc-48604b4d-11 fvHSWT"><a href="/de/platform/extensibility" rel="external">Erweiterbarkeit</a></li><li class="sc-48604b4d-11 fvHSWT"><a href="/de/platform/login-security" rel="external">Sicherheit</a></li><li class="sc-48604b4d-11 fvHSWT"><a href="/de/platform/user-management" rel="external">Nutzerverwaltung</a></li><li class="sc-48604b4d-11 fvHSWT"><a href="/de/platform/authentication" rel="external">Authentifizierung</a></li><li class="sc-48604b4d-11 fvHSWT"><a href="https://auth0.com/de/platform" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 idMVZG hWziJK">Plattform ansehen</a></li></ul></div><div class="sc-48604b4d-7 kzEdNm"><p class="sc-48604b4d-8 iDtUXN">Funktionen</p><ul class="sc-48604b4d-10 dIBWQm"><li class="sc-48604b4d-11 fvHSWT"><a href="/de/features/universal-login" rel="external">Universelles Login</a></li><li class="sc-48604b4d-11 fvHSWT"><a href="/de/features/single-sign-on" rel="external">Single Sign On</a></li><li class="sc-48604b4d-11 fvHSWT"><a href="/de/features/multifactor-authentication" rel="external">Multi-Faktor-Authentifizierung</a></li><li class="sc-48604b4d-11 fvHSWT"><a href="/de/features/actions" rel="external">Aktionen</a></li><li class="sc-48604b4d-11 fvHSWT"><a href="/de/features/machine-to-machine" rel="external">Von Maschine zu Maschine</a></li><li class="sc-48604b4d-11 fvHSWT"><a href="/de/features/passwordless" rel="external">Passwortlos</a></li><li class="sc-48604b4d-11 fvHSWT"><a href="/de/features/breached-passwords" rel="external">Passwortlecks</a></li><li class="sc-48604b4d-11 fvHSWT"><a href="https://auth0.com/de/features" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 idMVZG hWziJK">Funktionen ansehen</a></li></ul></div></div></li><li class="sc-48604b4d-2 iuroVT"><p class="sc-48604b4d-5 hUFtQd">Lösungen</p><div class="sc-48604b4d-6 ldmKKE"><div class="sc-48604b4d-7 kzEdNm"><p class="sc-48604b4d-8 iDtUXN">Branchen</p><ul class="sc-48604b4d-10 dIBWQm"><li class="sc-48604b4d-11 fvHSWT"><a href="/de/financial-services" rel="external">Finanzdienstleistungen</a></li><li class="sc-48604b4d-11 fvHSWT"><a href="/de/healthcare" rel="external">Gesundheitswesen</a></li><li class="sc-48604b4d-11 fvHSWT"><a href="/de/retail" rel="external">Einzelhandel</a></li><li class="sc-48604b4d-11 fvHSWT"><a href="/de/b2b-saas" rel="external">B2B SaaS</a></li><li class="sc-48604b4d-11 fvHSWT"><a href="/de/media-publishing" rel="external">Medien und Verlagswesen</a></li><li class="sc-48604b4d-11 fvHSWT"><a href="/nonprofits" rel="external">Gemeinnützige und Hilfsorganisationen</a></li></ul></div><div class="sc-48604b4d-7 kzEdNm"><p class="sc-48604b4d-8 iDtUXN">Anwendungsfälle</p><ul class="sc-48604b4d-10 dIBWQm"><li class="sc-48604b4d-11 fvHSWT"><a href="/de/b2c-customer-identity-management" rel="external">CIAM</a></li><li class="sc-48604b4d-11 fvHSWT"><a href="/de/b2b-enterprise-identity-management" rel="external">B2B</a></li><li class="sc-48604b4d-11 fvHSWT"><a href="/de/b2e-identity-management-for-employees" rel="external">B2E</a></li></ul></div></div></li><li class="sc-48604b4d-2 sc-48604b4d-3 iuroVT UJeau"><a href="/de/pricing/" rel="external" class="sc-48604b4d-4 igjQFT">Preise</a></li><li class="sc-48604b4d-2 sc-48604b4d-3 iuroVT UJeau"><div class="sc-48604b4d-13 bOieih"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="#FFFEFA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M2 12H22" stroke="#FFFEFA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M12 2C14.5013 4.73835 15.9228 8.29203 16 12C15.9228 15.708 14.5013 19.2616 12 22C9.49872 19.2616 8.07725 15.708 8 12C8.07725 8.29203 9.49872 4.73835 12 2V2Z" stroke="#FFFEFA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg><p class="sc-48604b4d-14 harwqA">Sprache</p></div><select class="sc-48604b4d-12 hintby"><option value="de" selected="">Deutsch</option><option value="en">English</option><option value="fr">Français</option><option value="es">Español</option><option value="pt">Português</option><option value="ja">日本語</option></select></li></ul><div class="sc-48604b4d-15 dMpedj"><div class="sc-48604b4d-18 hydWjh"><a rel="external" href="/de/signup?place=header&amp;type=button&amp;text=registrieren" role="button" tabindex="0" class="styled__Button-sc-1hwml9q-0 utils-sc-11hlfw-0 gvYGiu dCCmSO"><span>Registrieren</span></a><a href="/api/auth/login?redirectTo=dashboard" rel="external" role="button" tabindex="0" class="styled__Button-sc-1hwml9q-0 utils-sc-11hlfw-0 hIGiqp dCCmSO"><span>Anmelden</span></a></div><a href="/de/contact-us?place=header&amp;type=button&amp;text=sales%20kontaktieren" role="button" tabindex="0" class="styled__Button-sc-1hwml9q-0 utils-sc-11hlfw-0 iBRLYD isBdzo"><span>Sales kontaktieren</span></a></div></section></nav><nav aria-label="Desktop nav" class="sc-dd041119-6 dfZXfX"><div class="sc-dd041119-7 kcwluz"><a rel="external" href="/de/" aria-label="Auth0 logo" class="sc-dd041119-4 hvNmHd"><svg xmlns="http://www.w3.org/2000/svg" width="152" height="40" viewBox="0 0 152 40" fill="none"><g clip-path="url(#clip0_13131_4833)"><path d="M34.7188 26.5791L39.6939 13.5352H41.6133L46.5698 26.5791H44.8367L43.4578 23.0571H37.7748L36.3959 26.5791H34.7188ZM38.2593 21.585H42.9739L40.6073 15.3054L38.2593 21.585Z" fill="#FFFEFA"></path><path d="M53.7713 17.0793H55.2993V26.5827H53.9763L53.7713 25.3155C53.2123 26.0237 52.2992 26.6945 50.7338 26.6945C48.6468 26.6945 46.9883 25.5208 46.9883 22.3716V17.0793H48.5163V22.2784C48.5163 24.2534 49.4108 25.2972 50.9947 25.2972C52.7278 25.2972 53.7713 23.9742 53.7713 21.8312V17.0793Z" fill="#FFFEFA"></path><path d="M57.7453 18.4754H56.0312V17.0778H57.7453V14.4131H59.2734V17.0778H61.7331V18.4754H59.2734V24.0845C59.2734 24.8854 59.5529 25.1839 60.3728 25.1839H61.8822V26.5815H60.2237C58.3975 26.5815 57.7453 25.7802 57.7453 24.1031V18.4754Z" fill="#FFFEFA"></path><path d="M71.2348 21.2868V26.5791H69.7067V21.38C69.7067 19.4051 68.7564 18.3612 67.1165 18.3612C65.3462 18.3612 64.2468 19.6839 64.2468 21.8269V26.5788H62.7188V13.5352H64.2468V18.641C64.8058 17.7466 65.7748 16.9636 67.3774 16.9636C69.5018 16.9636 71.2348 18.1376 71.2348 21.2868Z" fill="#FFFEFA"></path><path d="M72.6543 19.7613C72.6543 16.053 74.6668 13.4255 77.6108 13.4255C80.5364 13.4255 82.549 16.053 82.549 19.7613V20.3576C82.549 24.2519 80.5364 26.6931 77.6108 26.6931C74.6668 26.6931 72.6543 24.2519 72.6543 20.3576V19.7613ZM80.965 19.8172C80.965 16.7239 79.6233 14.8604 77.6108 14.8604C75.5799 14.8604 74.2382 16.7239 74.2382 19.8172V20.3017C74.2382 23.3951 75.5799 25.2585 77.6108 25.2585C79.6237 25.2585 80.965 23.3951 80.965 20.3017V19.8172Z" fill="#FFFEFA"></path><path d="M98.0691 21.8272C98.0691 24.7343 96.1311 26.6909 93.5036 26.6909C91.901 26.6909 90.8202 26.039 90.2429 25.1259L90.0376 26.5791H88.7148V13.5352H90.2429V18.6035C90.8765 17.7273 91.901 16.9636 93.5036 16.9636C96.1308 16.9636 98.0691 18.7342 98.0691 21.8272ZM96.5035 21.8272C96.5035 19.7588 95.2363 18.3243 93.3542 18.3243C91.4908 18.3243 90.2236 19.7591 90.2236 21.7903C90.2236 23.8771 91.4908 25.3309 93.3542 25.3309C95.2363 25.3306 96.5035 23.8957 96.5035 21.8272Z" fill="#FFFEFA"></path><path d="M98.0117 17.0752H99.6329L102.559 24.6592L105.391 17.0752H107.012L102.633 28.1811C102.037 29.7092 101.682 30.3051 100.341 30.3051H98.5145V28.9075H99.8745C100.751 28.9075 100.899 28.6839 101.254 27.7895L101.719 26.6341L98.0117 17.0752Z" fill="#FFFEFA"></path><path d="M118.431 26.6928C114.76 26.6928 112.207 23.8979 112.207 20.0591C112.207 16.2207 114.76 13.4255 118.431 13.4255C122.102 13.4255 124.655 16.2207 124.655 20.0591C124.655 23.8976 122.102 26.6928 118.431 26.6928ZM118.431 25.202C121.151 25.202 122.996 23.059 122.996 20.0588C122.996 17.0587 121.151 14.9157 118.431 14.9157C115.71 14.9157 113.865 17.0587 113.865 20.0588C113.865 23.059 115.71 25.202 118.431 25.202Z" fill="#FFFEFA"></path><path d="M126.182 13.5352H127.71V22.1254L132.48 17.0754H134.362L130.654 21.007L134.623 26.5788H132.778L129.629 22.1065L127.71 24.0817V26.5784H126.182V13.5352H126.182Z" fill="#FFFEFA"></path><path d="M136.464 18.4754H134.75V17.0778H136.464V14.4131H137.992V17.0778H140.452V18.4754H137.992V24.0845C137.992 24.8854 138.272 25.1839 139.092 25.1839H140.601V26.5815H138.942C137.116 26.5815 136.464 25.7802 136.464 24.1031V18.4754Z" fill="#FFFEFA"></path><path d="M150.414 25.1837V26.5813H149.576C148.309 26.5813 147.88 26.0409 147.861 25.1092C147.265 25.9664 146.315 26.6931 144.675 26.6931C142.588 26.6931 141.172 25.6496 141.172 23.9165C141.172 22.0158 142.495 20.9536 144.992 20.9536H147.787V20.3014C147.787 19.0719 146.911 18.3265 145.421 18.3265C144.079 18.3265 143.184 18.96 142.998 19.929H141.47C141.694 18.0653 143.203 16.9658 145.495 16.9658C147.918 16.9658 149.315 18.1774 149.315 20.3946V24.5501C149.315 25.0533 149.502 25.184 149.93 25.184L150.414 25.1837ZM147.787 22.2394H144.843C143.483 22.2394 142.719 22.7426 142.719 23.8234C142.719 24.7551 143.52 25.3887 144.787 25.3887C146.688 25.3887 147.788 24.2892 147.788 22.7053V22.2394H147.787Z" fill="#FFFEFA"></path><path d="M1.68997 17.8918C6.93659 17.0276 11.0459 12.6902 11.9101 7.44679L12.1993 4.92469C12.27 4.52308 12.0001 3.96725 11.4924 4.00581C7.52776 4.31424 3.79119 5.62188 1.70604 6.47329C0.674703 6.89418 0 7.89981 0 9.01467V17.2396C0 17.728 0.43695 18.0975 0.918881 18.0203L1.68997 17.895V17.8918Z" fill="#FFFEFA"></path><path d="M14.4397 7.44608C15.304 12.6927 19.4133 17.0269 24.6599 17.8911L25.431 18.0164C25.9129 18.0967 26.3498 17.724 26.3498 17.2357V9.01074C26.3498 7.89588 25.6751 6.89346 24.6438 6.46937C22.5619 5.61796 18.8221 4.31032 14.8574 4.00188C14.3498 3.96333 14.0863 4.52558 14.1474 4.92076L14.4365 7.44286L14.4397 7.44608Z" fill="#FFFEFA"></path><path d="M24.6566 20.1924C17.4887 21.6061 14.1602 26.3708 14.1602 35.3925C14.1602 35.8455 14.61 36.1572 14.9859 35.9066C18.2823 33.6833 25.5369 27.8808 26.2855 20.6197C26.3145 19.7041 25.1707 20.1346 24.6566 20.1924Z" fill="#FFFEFA"></path><path d="M1.69196 20.1963C8.85988 21.61 12.1884 26.3747 12.1884 35.3964C12.1884 35.8494 11.7386 36.1611 11.3627 35.9105C8.0663 33.6872 0.811637 27.8847 0.0630382 20.6236C0.0341223 19.708 1.1779 20.1385 1.69196 20.1963Z" fill="#FFFEFA"></path></g><defs><clipPath id="clip0_13131_4833"><rect width="152" height="40" fill="#FFFEFA"></rect></clipPath></defs></svg></a><ul role="menubar" class="sc-dd041119-13 hxYec"><li role="menuitem" aria-haspopup="true" tabindex="0" class="sc-dd041119-16 frjfoj"><div class="sc-dd041119-15 jqmQAZ"><span>Entwickler</span><svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="chevron-down"><path id="icon" fill-rule="evenodd" clip-rule="evenodd" d="M7.99994 9.93934L12.4696 5.46967L13.5303 6.53033L8.53027 11.5303C8.23738 11.8232 7.76251 11.8232 7.46961 11.5303L2.46961 6.53033L3.53027 5.46967L7.99994 9.93934Z" fill="#FFFEFA"></path></g></svg></div><div class="sc-dd041119-14 kYjdsM"><section class="sc-dd041119-17 cAIXhk"><section class="sc-8f844919-0 sc-8f844919-1 fpHhIS dnIcIy"><p class="styled__Overline-sc-165cfko-0 utils-sc-11hlfw-0 ieuKTj ktXiRB">Entwickler</p><ul role="menubar" class="sc-c4163730-1 kPRjAI"><li role="menuitem" class="sc-c4163730-2 hUbpnv"><a rel="external" href="https://developer.auth0.com/" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 lcJMmc fwumGB">Zentrum für Entwickler</a></li><li role="menuitem" class="sc-c4163730-2 hUbpnv"><a rel="external" href="https://developer.auth0.com/resources/code-samples" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 lcJMmc fwumGB">Code-Beispiele</a></li><li role="menuitem" class="sc-c4163730-2 hUbpnv"><a rel="external" href="https://developer.auth0.com/resources/guides" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 lcJMmc fwumGB">Anleitungen</a></li><li role="menuitem" class="sc-c4163730-2 hUbpnv"><a rel="external" href="https://identityunlocked.auth0.com/public/49/Identity,-Unlocked.--bed7fada" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 lcJMmc fwumGB">Erschließen der Identität – Podcasts</a></li><li role="menuitem" class="sc-c4163730-2 hUbpnv"><a rel="external" href="https://developer.auth0.com/newsletter" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 lcJMmc fwumGB">Null-Index Newsletter</a></li></ul></section><section class="sc-8f844919-0 sc-8f844919-2 fpHhIS jCxqEl"><p class="styled__Overline-sc-165cfko-0 utils-sc-11hlfw-0 ieuKTj ktXiRB">Entwicklertools</p><ul role="menubar" class="sc-c4163730-1 kPRjAI"><li role="menuitem" class="sc-c4163730-2 hUbpnv"><a rel="external" href="https://openidconnect.net/" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 lcJMmc fwumGB">OIDC Connect Übungsplatz</a></li><li role="menuitem" class="sc-c4163730-2 hUbpnv"><a rel="external" href="https://samltool.io/" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 lcJMmc fwumGB">SAML-Tool</a></li><li role="menuitem" class="sc-c4163730-2 hUbpnv"><a rel="external" href="http://jwt.io/" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 lcJMmc fwumGB">JWT.io</a></li><li role="menuitem" class="sc-c4163730-2 hUbpnv"><a rel="external" href="http://webauthn.me/" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 lcJMmc fwumGB">Webauthn.me</a></li></ul></section><section class="sc-8f844919-0 sc-8f844919-3 fpHhIS cmuXnw"><p class="styled__Overline-sc-165cfko-0 utils-sc-11hlfw-0 ieuKTj ktXiRB">Beteiligen Sie sich</p><ul role="menubar" class="sc-c4163730-1 kPRjAI"><li role="menuitem" class="sc-c4163730-2 hUbpnv"><a rel="external" href="https://developer.auth0.com/events" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 lcJMmc fwumGB">Ereignisse</a></li><li role="menuitem" class="sc-c4163730-2 hUbpnv"><a rel="external" href="/ambassador-program" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 lcJMmc fwumGB">Vertreter-Programm</a></li><li role="menuitem" class="sc-c4163730-2 hUbpnv"><a rel="external" href="/research-program" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 lcJMmc fwumGB">Auth0-Forschungsprogramm</a></li></ul></section></section></div></li><li role="menuitem" aria-haspopup="true" tabindex="0" class="sc-dd041119-16 frjfoj"><div class="sc-dd041119-15 jqmQAZ"><span>Dokumentation</span><svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="chevron-down"><path id="icon" fill-rule="evenodd" clip-rule="evenodd" d="M7.99994 9.93934L12.4696 5.46967L13.5303 6.53033L8.53027 11.5303C8.23738 11.8232 7.76251 11.8232 7.46961 11.5303L2.46961 6.53033L3.53027 5.46967L7.99994 9.93934Z" fill="#FFFEFA"></path></g></svg></div><div class="sc-dd041119-14 kYjdsM"><section class="sc-dd041119-17 cAIXhk"><section class="sc-8f844919-0 sc-8f844919-1 fpHhIS bGXLnD"><p class="styled__Overline-sc-165cfko-0 utils-sc-11hlfw-0 ieuKTj ktXiRB">Dokumentation</p><ul role="menubar" class="sc-c4163730-1 kPRjAI"><li role="menuitem" class="sc-c4163730-2 hUbpnv"><a rel="external" href="/docs" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 lcJMmc fwumGB">Auth0-Dokumentationen</a></li><li role="menuitem" class="sc-c4163730-2 hUbpnv"><a rel="external" href="/docs/articles" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 lcJMmc fwumGB">Artikel</a></li><li role="menuitem" class="sc-c4163730-2 hUbpnv"><a rel="external" href="/docs/quickstarts" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 lcJMmc fwumGB">Quickstarts</a></li><li role="menuitem" class="sc-c4163730-2 hUbpnv"><a rel="external" href="/docs/api" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 lcJMmc fwumGB">APIs</a></li><li role="menuitem" class="sc-c4163730-2 hUbpnv"><a rel="external" href="/docs/libraries" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 lcJMmc fwumGB">SDK-Bibliotheken</a></li></ul></section><section class="sc-8f844919-0 sc-8f844919-2 fpHhIS bxnFbo"><p class="styled__Overline-sc-165cfko-0 utils-sc-11hlfw-0 ieuKTj ktXiRB">Support-Center</p><ul role="menubar" class="sc-c4163730-1 kPRjAI"><li role="menuitem" class="sc-c4163730-2 hUbpnv"><a rel="external" href="https://community.auth0.com/" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 lcJMmc fwumGB">Community</a></li><li role="menuitem" class="sc-c4163730-2 hUbpnv"><a rel="external" href="https://support.auth0.com/" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 lcJMmc fwumGB">Support</a></li><li role="menuitem" class="sc-c4163730-2 hUbpnv"><a rel="external" href="https://community.auth0.com/c/help/6" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 lcJMmc fwumGB">Hilfe</a></li><li role="menuitem" class="sc-c4163730-2 hUbpnv"><a rel="external" href="https://community.auth0.com/c/faq/42" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 lcJMmc fwumGB">FAQs</a></li><li role="menuitem" class="sc-c4163730-2 hUbpnv"><a rel="external" href="https://marketplace.auth0.com" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 lcJMmc fwumGB">Erkunden Sie Auth0 Marketplace</a></li><li role="menuitem" class="sc-c4163730-2 hUbpnv"><a rel="external" href="/de/resources" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 lcJMmc fwumGB">Ressourcen</a></li></ul></section><section class="sc-8f844919-0 sc-8f844919-3 fpHhIS edUBug"><div class="sc-1e1df8de-0 sc-1e1df8de-2 VCjId eyReJT"><div class="sc-8eff408f-0 dqITBV"><span class="sc-8eff408f-1 fezdDx"></span><div class="sc-8eff408f-2 bgvTYt"><svg viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.9491 4.94422L12.3416 0H7.14765L8.75299 4.94422H13.9491ZM7.14765 0H1.95448L0.349875 4.94422H5.54305L7.14765 0ZM0.349875 4.94422C-0.116607 6.38132 -0.116625 7.92936 0.349824 9.36647C0.816273 10.8036 1.72524 12.056 2.94646 12.9442L4.55106 8L0.349875 4.94422ZM13.9462 4.94422L9.74203 8L11.3466 12.9442C12.5689 12.0568 13.479 10.8047 13.9466 9.36755C14.4141 7.93038 14.415 6.38193 13.9491 4.94422H13.9462ZM2.94646 12.9442L7.14839 16L11.3496 12.9442L7.14765 9.88844L2.94646 12.9442Z" fill="black"></path></svg></div></div></div><div class="sc-4b4277c0-0 jxCIxl"></div><div class="sc-4b4277c0-1 cRKzFM"><ul role="menubar" class="sc-c4163730-1 kPRjAI"><li role="menuitem" class="sc-c4163730-2 hUbpnv"><a rel="external" href="/blog/de/" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 lcJMmc fwumGB">Blog</a></li><li role="menuitem" class="sc-c4163730-2 hUbpnv"><a rel="external" href="/de/learn" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 lcJMmc fwumGB">Lernen</a></li><li role="menuitem" class="sc-c4163730-2 hUbpnv"><a rel="external" href="/de/intro-to-iam" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 lcJMmc fwumGB">Einführung in IAM (CIAM)</a></li></ul></div></section></section></div></li><li role="menuitem" aria-haspopup="true" tabindex="0" class="sc-dd041119-16 frjfoj"><div class="sc-dd041119-15 jqmQAZ"><span>Produkt</span><svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="chevron-down"><path id="icon" fill-rule="evenodd" clip-rule="evenodd" d="M7.99994 9.93934L12.4696 5.46967L13.5303 6.53033L8.53027 11.5303C8.23738 11.8232 7.76251 11.8232 7.46961 11.5303L2.46961 6.53033L3.53027 5.46967L7.99994 9.93934Z" fill="#FFFEFA"></path></g></svg></div><div class="sc-dd041119-14 kYjdsM"><section class="sc-dd041119-17 cAIXhk"><section class="sc-8f844919-0 sc-8f844919-1 fpHhIS dnIcIy"><p class="styled__Overline-sc-165cfko-0 utils-sc-11hlfw-0 ieuKTj ktXiRB">Plattform</p><ul role="menubar" class="sc-c4163730-1 kPRjAI"><li role="menuitem" class="sc-c4163730-2 hUbpnv"><a rel="external" href="/de/platform/access-management" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 lcJMmc fwumGB">Zugriffsmanagement</a></li><li role="menuitem" class="sc-c4163730-2 hUbpnv"><a rel="external" href="/de/platform/extensibility" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 lcJMmc fwumGB">Erweiterbarkeit</a></li><li role="menuitem" class="sc-c4163730-2 hUbpnv"><a rel="external" href="/de/platform/login-security" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 lcJMmc fwumGB">Sicherheit</a></li><li role="menuitem" class="sc-c4163730-2 hUbpnv"><a rel="external" href="/de/platform/user-management" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 lcJMmc fwumGB">Nutzerverwaltung</a></li><li role="menuitem" class="sc-c4163730-2 hUbpnv"><a rel="external" href="/de/platform/authentication" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 lcJMmc fwumGB">Authentifizierung</a></li></ul><div class="sc-c4163730-4 blDajZ"><a href="https://auth0.com/de/platform" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 iRnAla hQjuhG">Plattform ansehen</a></div></section><section class="sc-8f844919-0 sc-8f844919-2 fpHhIS jCxqEl"><p class="styled__Overline-sc-165cfko-0 utils-sc-11hlfw-0 ieuKTj ktXiRB">Funktionen</p><ul role="menubar" class="sc-c4163730-1 kPRjAI"><li role="menuitem" class="sc-c4163730-2 hUbpnv"><a rel="external" href="/de/features/universal-login" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 lcJMmc fwumGB">Universelles Login</a></li><li role="menuitem" class="sc-c4163730-2 hUbpnv"><a rel="external" href="/de/features/single-sign-on" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 lcJMmc fwumGB">Single Sign On</a></li><li role="menuitem" class="sc-c4163730-2 hUbpnv"><a rel="external" href="/de/features/multifactor-authentication" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 lcJMmc fwumGB">Multi-Faktor-Authentifizierung</a></li><li role="menuitem" class="sc-c4163730-2 hUbpnv"><a rel="external" href="/de/features/actions" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 lcJMmc fwumGB">Aktionen</a></li><li role="menuitem" class="sc-c4163730-2 hUbpnv"><a rel="external" href="/de/features/machine-to-machine" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 lcJMmc fwumGB">Von Maschine zu Maschine</a></li><li role="menuitem" class="sc-c4163730-2 hUbpnv"><a rel="external" href="/de/features/passwordless" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 lcJMmc fwumGB">Passwortlos</a></li><li role="menuitem" class="sc-c4163730-2 hUbpnv"><a rel="external" href="/de/features/breached-passwords" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 lcJMmc fwumGB">Passwortlecks</a></li></ul><div class="sc-c4163730-4 blDajZ"><a href="https://auth0.com/de/features" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 iRnAla hQjuhG">Funktionen ansehen</a></div></section><section class="sc-8f844919-0 sc-8f844919-3 fpHhIS ftjeVJ"><ul class="sc-31a2510-0 eqdKOL"><li class="sc-31a2510-1 hwlhfg"><a rel="external" href="/resources/videos/platform-introduction-video-2020" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 khxxlw BcxXA"><div><p>Plattformübersicht</p><p class="styled__Paragraph-sc-165cfko-1 utils-sc-11hlfw-0 jpLEXt fnEKIk">Entdecken Sie unsere Plattform in einem kurzen Video</p></div></a></li><li class="sc-31a2510-1 hwlhfg"><a rel="external" href="/de/platform/cloud-deployment" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 khxxlw BcxXA"><div><p>Cloud-Instanzen</p><p class="styled__Paragraph-sc-165cfko-1 utils-sc-11hlfw-0 jpLEXt fnEKIk">Nutzen Sie Auth0 in der Cloud, so wie Sie es möchten</p></div></a></li><li class="sc-31a2510-1 hwlhfg"><a rel="external" href="/marketplace" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 khxxlw BcxXA"><div><p>Auth0 Marktplatz</p><p class="styled__Paragraph-sc-165cfko-1 utils-sc-11hlfw-0 jpLEXt fnEKIk">Entdecken Sie bestehende Integrationen, um Ihr Identitätsmanagement noch mächtiger zu machen</p></div></a></li></ul></section></section></div></li><li role="menuitem" aria-haspopup="true" tabindex="0" class="sc-dd041119-16 frjfoj"><div class="sc-dd041119-15 jqmQAZ"><span>Lösungen</span><svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="chevron-down"><path id="icon" fill-rule="evenodd" clip-rule="evenodd" d="M7.99994 9.93934L12.4696 5.46967L13.5303 6.53033L8.53027 11.5303C8.23738 11.8232 7.76251 11.8232 7.46961 11.5303L2.46961 6.53033L3.53027 5.46967L7.99994 9.93934Z" fill="#FFFEFA"></path></g></svg></div><div class="sc-dd041119-14 kYjdsM"><section class="sc-dd041119-17 cAIXhk"><section class="sc-8f844919-0 sc-8f844919-1 fpHhIS bGXLnD"><p class="styled__Overline-sc-165cfko-0 utils-sc-11hlfw-0 ieuKTj ktXiRB">Branchen</p><ul role="menubar" class="sc-c4163730-1 kPRjAI"><li role="menuitem" class="sc-c4163730-2 hUbpnv"><a rel="external" href="/de/financial-services" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 lcJMmc fwumGB">Finanzdienstleistungen</a></li><li role="menuitem" class="sc-c4163730-2 hUbpnv"><a rel="external" href="/de/healthcare" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 lcJMmc fwumGB">Gesundheitswesen</a></li><li role="menuitem" class="sc-c4163730-2 hUbpnv"><a rel="external" href="/de/retail" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 lcJMmc fwumGB">Einzelhandel</a></li><li role="menuitem" class="sc-c4163730-2 hUbpnv"><a rel="external" href="/de/b2b-saas" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 lcJMmc fwumGB">B2B SaaS</a></li><li role="menuitem" class="sc-c4163730-2 hUbpnv"><a rel="external" href="/de/media-publishing" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 lcJMmc fwumGB">Medien und Verlagswesen</a></li><li role="menuitem" class="sc-c4163730-2 hUbpnv"><a rel="external" href="/nonprofits" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 lcJMmc fwumGB">Gemeinnützige und Hilfsorganisationen</a></li></ul></section><section class="sc-8f844919-0 sc-8f844919-2 fpHhIS bxnFbo"><div class="sc-8583e179-0 lcoOff"><p class="styled__Overline-sc-165cfko-0 utils-sc-11hlfw-0 ieuKTj gcXwVY">Anwendungsfälle</p><a rel="external" href="/de/b2c-customer-identity-management" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 lcJMmc bHOya"><span>CIAM</span> - Für Ihre Endkunden</a><a rel="external" href="/de/b2b-enterprise-identity-management" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 lcJMmc bHOya"><span>B2B</span> - Für Ihre Geschäftskunden</a><a rel="external" href="/de/b2e-identity-management-for-employees" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 lcJMmc bHOya"><span>B2E</span> - Für Ihre Mitarbeiter</a><p class="styled__Overline-sc-165cfko-0 utils-sc-11hlfw-0 ieuKTj gcXwVY">FALLSTUDIEN</p><a rel="external" href="/de/customers/" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 lcJMmc bHOya"><span>Lesen Sie die Geschichten unserer Kunden</span></a></div></section><section class="sc-8f844919-0 sc-8f844919-3 fpHhIS edUBug"><a href="/de/forrester-total-economic-impact" rel="external" class="sc-1e1df8de-0 VCjId"><div class="sc-1e1df8de-1 jDuOPS"><img loading="lazy" src="https://cdn.auth0.com/website/header/solutions/forrester-report.png" alt="" class="sc-1e1df8de-3 iiLmVo"/><div><p class="styled__Overline-sc-165cfko-0 utils-sc-11hlfw-0 ieuKTj jhxKr">FORRESTER BERICHT</p><p class="styled__Paragraph-sc-165cfko-1 utils-sc-11hlfw-0 emycaI cKkyKw">The Total Economic Impact of Auth0</p></div></div></a></section></section></div></li><li role="menuitem" aria-haspopup="false" class="sc-dd041119-16 frjfoj"><a href="/de/pricing/" rel="external" class="sc-dd041119-15 jqmQAZ"><span>Preise</span></a></li></ul><div class="sc-dd041119-8 goqQNV"><a role="button" rel="external" href="/de/signup?place=header&amp;type=button&amp;text=registrieren" tabindex="0" class="styled__Button-sc-1hwml9q-0 utils-sc-11hlfw-0 gvYGiu dUfJVa"><span>Registrieren</span></a><a role="button" rel="external" href="/de/contact-us?place=header&amp;type=button&amp;text=sales%20kontaktieren" tabindex="0" class="styled__Button-sc-1hwml9q-0 utils-sc-11hlfw-0 hIGiqp cndUul"><span>Sales kontaktieren</span></a></div></div></nav></header><main><div style="background:#111;color:white"><section id="block-0" class="sc-21fd3702-0 krphsv"><div class="sc-cfa96e4f-0 loNUgo"><div color="#fffefa" class="styled__Grid-sc-vosx1t-0 utils-sc-11hlfw-0 kSBezT gGkZRG"><div class="styled__Content-sc-vosx1t-1 jARHvB"><div span="7" class="styled__GridItem-sc-vosx1t-2 utils-sc-11hlfw-0 iCynOa ljHUuv"><div class="styled__Kicker-sc-2zoq4z-0 dLijXA"><nav aria-label="Breadcrumbs" class="styled__Navigation-sc-1cs9l1b-0 gPDbhc"><ol class="styled__ContainerList-sc-1cs9l1b-1 bzbRwZ"><li type="multiPage" class="styled__BreadcrumbItem-sc-1cs9l1b-2 emgclC"><span type="multiPage" class="styled__BreadcrumbItemLink-sc-1cs9l1b-3 bYqjLr">Funktionen</span></li><li type="multiPage" class="styled__BreadcrumbItem-sc-1cs9l1b-2 emgclC"><span aria-disabled="true" aria-current="page" type="multiPage" class="styled__BreadcrumbItemLink-sc-1cs9l1b-3 bYqjLr">Passwortlecks</span></li></ol></nav></div><h1 class="styled__Display-sc-165cfko-3 utils-sc-11hlfw-0 eKXEch Vgta-d">Schützen Sie die digitalen Identitäten Ihrer Benutzer</h1><p class="styled__Paragraph-sc-165cfko-1 utils-sc-11hlfw-0 hJARHu kwLMTa">Schützen Sie die Anmeldedaten Ihrer Benutzer durch strenge Kontrollen, proaktive Warnmeldungen und unübertroffene Sicherheit.</p><div class="styled__ButtonWrapper-sc-2zoq4z-1 csdQUV"><a href="https://auth0.com/signup?type=button&amp;place=features-hero&amp;text=get%20started" role="button" tabindex="0" class="styled__Button-sc-1hwml9q-0 utils-sc-11hlfw-0 dYurMS fApTjU"><span>Erste Schritte</span></a><a href="https://auth0.com/docs/secure/attack-protection" role="button" tabindex="0" class="styled__Button-sc-1hwml9q-0 utils-sc-11hlfw-0 jgEoaV fApTjU"><span>Unsere Dokumente lesen</span></a></div></div><div span="1" class="styled__GridItem-sc-vosx1t-2 utils-sc-11hlfw-0 cftJKr kTJmkM"><img src="https://images.ctfassets.net/kbkgmx9upatd/1bzy9d5ZWA1fPglBaQk28i/bec19646a752b4fe94c8e9ef70914cc5/hero-breached-passwords.png" loading="eager" alt="" aria-hidden="false" class="styled__Image-sc-2tb8gy-0 gjkFcB"/></div></div></div></div></section><section id="block-1" class="sc-21fd3702-0 dSvCsB"><div class="sc-cfa96e4f-0 loNUgo"><div color="#fffefa" class="styled__Grid-sc-vosx1t-0 utils-sc-11hlfw-0 kQKuHx hhnCQn"><div class="styled__Content-sc-vosx1t-1 jARHvB"><div span="7" class="styled__GridItem-sc-vosx1t-2 utils-sc-11hlfw-0 iCynOa gxKFTb"><div class="sc-b51780a6-5 kXIiAh"><svg width="382" height="637" fill="none" xmlns="http://www.w3.org/2000/svg" class="sc-b51780a6-6 kvfuXA"><path d="M32.557.5h316.886C367.148.5 381.5 14.852 381.5 32.555v571.89c0 17.703-14.352 32.055-32.057 32.055H32.557C14.852 636.5.5 622.148.5 604.445V32.555C.5 14.852 14.852.5 32.557.5z" fill="#5A5F66" stroke="#8C929C"></path><mask id="Mobile_svg__a" fill="#fff"><path fill-rule="evenodd" clip-rule="evenodd" d="M130.175 12H40.852C23.813 12 10 26.003 10 43.278v549.444C10 609.997 23.813 624 40.852 624h300.296C358.187 624 372 609.997 372 592.722V43.278C372 26.004 358.187 12 341.148 12h-89.321l-4.056 9.71A20 20 0 01229.317 34h-76.631a19.999 19.999 0 01-18.454-12.29L130.175 12z"></path></mask><path fill-rule="evenodd" clip-rule="evenodd" d="M130.175 12H40.852C23.813 12 10 26.003 10 43.278v549.444C10 609.997 23.813 624 40.852 624h300.296C358.187 624 372 609.997 372 592.722V43.278C372 26.004 358.187 12 341.148 12h-89.321l-4.056 9.71A20 20 0 01229.317 34h-76.631a19.999 19.999 0 01-18.454-12.29L130.175 12z" fill="#FAFBFC"></path><path d="M130.175 12l.923-.386-.257-.614h-.666v1zm121.652 0v-1h-.666l-.257.614.923.386zm-4.056 9.71l.923.385-.923-.386zm-113.539 0l.922-.386-.922.385zM40.852 13h89.323v-2H40.852v2zM11 43.278C11 26.543 24.378 13 40.852 13v-2C23.248 11 9 25.464 9 43.278h2zm0 549.444V43.278H9v549.444h2zM40.852 623C24.378 623 11 609.457 11 592.722H9C9 610.536 23.248 625 40.852 625v-2zm300.296 0H40.852v2h300.296v-2zM371 592.722C371 609.457 357.622 623 341.148 623v2C358.752 625 373 610.536 373 592.722h-2zm0-549.444v549.444h2V43.278h-2zM341.148 13C357.622 13 371 26.543 371 43.278h2C373 25.464 358.752 11 341.148 11v2zm-89.321 0h89.321v-2h-89.321v2zm-.923-1.386l-4.056 9.71 1.846.771 4.056-9.71-1.846-.77zm-4.056 9.71A19 19 0 01229.317 33v2c8.47 0 16.111-5.089 19.377-12.905l-1.846-.771zM229.317 33h-76.631v2h76.631v-2zm-76.631 0a19.001 19.001 0 01-17.532-11.676l-1.845.771A21 21 0 00152.686 35v-2zm-17.532-11.676l-4.056-9.71-1.845.771 4.056 9.71 1.845-.771z" fill="#E9ECF3" mask="url(#Mobile_svg__a)"></path></svg><div class="sc-b51780a6-7 buUcJD"><div class="sc-b51780a6-0 fgsncK"><svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.29 4.86L1.82 19a2 2 0 001.71 3h16.94a2 2 0 001.71-3L13.71 4.86a2 2 0 00-3.42 0z" fill="#C638A7" stroke="#fff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12 10v4" stroke="#fff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><circle cx="12" cy="18" r="1" fill="#fff"></circle></svg><div class="sc-b51780a6-1 kJLqNp"><p class="sc-b51780a6-2 hFjodN">Hack des Streaming-Dienstes Twitch enthüllt Zahlungsinformationen von Top-Nutzern.</p><div class="sc-b51780a6-4 jQiuhq"><img src="https://images.ctfassets.net/kbkgmx9upatd/5Bj5wLZlpQKK10NKjYL229/de36216bf4259770b5944b5b79180ce4/CBC.svg" loading="eager" alt="" aria-hidden="true" class="sc-e28dfec6-0 gWvuic"/><p class="sc-b51780a6-3 dJNqhR">CBC</p></div></div></div><div class="sc-b51780a6-0 bBnebr"><div class="sc-b51780a6-1 kQpZam"><p class="sc-b51780a6-2 hFjodN">GoDaddy gibt an, dass über eine Million Benutzerkonten durch ein Datenleck gefährdet wurden.</p><div class="sc-b51780a6-4 irkkGU"><img src="https://images.ctfassets.net/kbkgmx9upatd/3buKtkWsQYwdSpF94JJCmJ/58e1d2d96d7957a11a6b34319585e099/TechCrunch.svg" loading="eager" alt="" aria-hidden="true" class="sc-e28dfec6-0 gWvuic"/><p class="sc-b51780a6-3 dJNqhR">TechCrunch</p></div></div></div><div class="sc-b51780a6-0 bBnebr"><div class="sc-b51780a6-1 kQpZam"><p class="sc-b51780a6-2 hFjodN">Kriminelle haben persönliche Daten von fast 50 Millionen T-Mobile-Kunden erlangt.</p><div class="sc-b51780a6-4 irkkGU"><img src="https://images.ctfassets.net/kbkgmx9upatd/6Fq1Ym5wJn3qk4R44Vgu3l/1f59ca670d78596e5df6d0331b322ef6/cr.svg" loading="eager" alt="" aria-hidden="true" class="sc-e28dfec6-0 gWvuic"/><p class="sc-b51780a6-3 dJNqhR">Verbraucherberichte</p></div></div></div></div></div></div><div span="1" class="styled__GridItem-sc-vosx1t-2 utils-sc-11hlfw-0 cftJKr elFrYF"><h2 class="styled__Heading-sc-165cfko-2 utils-sc-11hlfw-0 hOAedJ cCcgib">Verletzungen durch Dritte können große Probleme verursachen.</h2><p class="styled__Paragraph-sc-165cfko-1 utils-sc-11hlfw-0 fIAKHv jUxBqo">Verletzungen des Schutzes sensibler Daten sind eine alltägliche Realität. Herkömmliche Wiederherstellungsmaßnahmen werden erst dann eingeleitet, wenn die Sicherheitsverletzung an die Öffentlichkeit gelangt. Bis dahin ist der Schaden bereits angerichtet. Mit Auth0 können Sie von einer reaktiven Haltung zu einer proaktiven Verteidigung übergehen.</p><a href="https://auth0.com/docs/secure/attack-protection/breached-password-detection" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ldTWBm dmQvNV">Erkennung von Passwortlecks Dokumente</a></div></div></div></div></section><section id="block-2" class="sc-21fd3702-0 dSvCsB"><div class="sc-32f8853f-0 iTpQDf"><div class="sc-32f8853f-1 jQLokN"><div width="medium" class="styled__SectionTitleWrapper-sc-1kpfxa0-0 kmiqrw"><div><h2 class="styled__Heading-sc-165cfko-2 utils-sc-11hlfw-0 gXrOTi hlvbqe">Wie Auth0 die Identitäten Ihrer Benutzer schützt</h2></div><p class="styled__Paragraph-sc-165cfko-1 utils-sc-11hlfw-0 fIAKHv byxWhr"><span>Auth0 trägt dazu bei, die mit Kontoübernahmen verbundenen Kosten zu eliminieren und Ihre Benutzer in drei einfachen Schritten zu schützen:</span></p></div></div></div></section><section id="block-3" class="sc-21fd3702-0 dSvCsB"><div class="sc-cfa96e4f-0 ZxRrH"><div class="styled__ColumnContentWrapper-sc-1tadjva-0 idArNp"><div class="styled__ColumnWrapper-sc-1tadjva-2 jQLwhq"><div class="styled__ColumnItem-sc-1tadjva-3 bnvaZN"><img src="https://cdn.auth0.com/website/devx/breached-passwords/Icon_Shield.svg" alt="" class="styled__Icon-sc-1tadjva-4 fdeWjB"/><h3 class="styled__Heading-sc-165cfko-2 utils-sc-11hlfw-0 hALasA gBZLUB">Proaktiver Schutz</h3><p class="styled__Paragraph-sc-165cfko-1 utils-sc-11hlfw-0 jnSlEq byxYP">In dem Moment, in dem die Anmeldedaten eines Benutzers mit einer bekannten Verletzung durch Dritte übereinstimmen, schlagen wir Alarm. Sowohl Sie als auch Ihre Nutzer werden sofort gewarnt.</p></div><div class="styled__ColumnItem-sc-1tadjva-3 bnvaZN"><img src="https://cdn.auth0.com/website/devx/breached-passwords/Icon_Alerts.svg" alt="" class="styled__Icon-sc-1tadjva-4 fdeWjB"/><h3 class="styled__Heading-sc-165cfko-2 utils-sc-11hlfw-0 hALasA gBZLUB">Aktive Prävention</h3><p class="styled__Paragraph-sc-165cfko-1 utils-sc-11hlfw-0 jnSlEq byxYP">Ein geknacktes Konto bleibt nicht für den Missbrauch offen. Wir sperren es und fordern die Benutzer auf, ihre Passwörter zu aktualisieren und ihren Schutz mit Multi-Faktor-Authentifizierung (MFA) zu erhöhen.</p></div><div class="styled__ColumnItem-sc-1tadjva-3 bnvaZN"><img src="https://cdn.auth0.com/website/devx/breached-passwords/Icon_Email.svg" alt="" class="styled__Icon-sc-1tadjva-4 fdeWjB"/><h3 class="styled__Heading-sc-165cfko-2 utils-sc-11hlfw-0 hALasA gBZLUB">Personalisierung</h3><p class="styled__Paragraph-sc-165cfko-1 utils-sc-11hlfw-0 jnSlEq byxYP">Ihre Markenbotschaft bleibt konsistent, auch bei Warnmeldungen. Passen Sie den Inhalt und das Design der E-Mail-Warnungen an, damit sie bei Ihren Benutzern auf Resonanz stoßen.</p></div></div></div></div></section><section id="block-4" class="sc-21fd3702-0 dSvCsB"><div class="sc-32f8853f-0 kaOIWk"><div class="sc-32f8853f-1 gMazIj"><div width="medium" class="styled__SectionTitleWrapper-sc-1kpfxa0-0 kmiqrw"><div><h2 class="styled__Heading-sc-165cfko-2 utils-sc-11hlfw-0 gXrOTi hlvbqe">Erhöhen Sie Ihre Sicherheit mit Credential Guard</h2></div><p class="styled__Paragraph-sc-165cfko-1 utils-sc-11hlfw-0 fIAKHv byxWhr"><span>Nutzen Sie unsere umfangreiche Datenbank mit kompromittierten Daten, um Ihre Verteidigung gegen groß angelegte Bedrohungen durch Kontoübernahmen zu stärken.</span></p></div><div class="sc-32f8853f-2 jiDYAj"><div class="sc-c93ed188-1 fUivjh"><video loop="" controls="" class="sc-c93ed188-0 jWgaBR"><source src="https://cdn.auth0.com/website/breached-passwords/Auth0_Credential_Guard_Full_length_Captions.webm" type="video/webm"/>Your browser does not support the video tag.</video><svg width="100" height="100" fill="none" xmlns="http://www.w3.org/2000/svg" class="sc-c93ed188-2 hCfsiK"><g filter="url(#play-icon_svg__filter0_b_3359_22336)"><circle cx="50" cy="50" r="50" fill="#191919" fill-opacity="0.3"></circle><circle cx="50" cy="50" r="48.75" stroke="#FFFEFA" stroke-width="2.5"></circle></g><g opacity="0.9" filter="url(#play-icon_svg__filter1_d_3359_22336)"><path d="M66.334 48.558a1.667 1.667 0 010 2.887L40.084 66.6a1.667 1.667 0 01-2.5-1.443V34.846a1.667 1.667 0 012.5-1.443l26.25 15.155z" fill="#FFFEFA"></path></g><defs><filter id="play-icon_svg__filter0_b_3359_22336" x="-24" y="-24" width="148" height="148" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feGaussianBlur in="BackgroundImageFix" stdDeviation="12"></feGaussianBlur><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_3359_22336"></feComposite><feBlend in="SourceGraphic" in2="effect1_backgroundBlur_3359_22336" result="shape"></feBlend></filter><filter id="play-icon_svg__filter1_d_3359_22336" x="25.584" y="22.177" width="53.583" height="57.649" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"></feColorMatrix><feOffset dy="1"></feOffset><feGaussianBlur stdDeviation="6"></feGaussianBlur><feComposite in2="hardAlpha" operator="out"></feComposite><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0"></feColorMatrix><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_3359_22336"></feBlend><feBlend in="SourceGraphic" in2="effect1_dropShadow_3359_22336" result="shape"></feBlend></filter></defs></svg></div></div></div></div></section><section id="block-5" class="sc-21fd3702-0 dSvCsB"><div class="sc-cfa96e4f-0 ZxRrH"><div class="styled__ColumnContentWrapper-sc-1tadjva-0 idArNp"><div class="styled__ColumnWrapper-sc-1tadjva-2 jQLwhq"><div class="styled__ColumnItem-sc-1tadjva-3 bnvaZN"><img src="https://cdn.auth0.com/website/devx/breached-passwords/Icon_Accelerator.svg" alt="" class="styled__Icon-sc-1tadjva-4 fdeWjB"/><h3 class="styled__Heading-sc-165cfko-2 utils-sc-11hlfw-0 hALasA gBZLUB">Weltweite Wachsamkeit</h3><p class="styled__Paragraph-sc-165cfko-1 utils-sc-11hlfw-0 jnSlEq byxYP">Legen Sie das Sicherheitsnetz in über 200 Ländern und Gebieten aus. Wenn ein kompromittierter Berechtigungsnachweis versucht, sich Zugang zu verschaffen, sind wir zur Stelle – wir blockieren und alarmieren.</p></div><div class="styled__ColumnItem-sc-1tadjva-3 bnvaZN"><img src="https://cdn.auth0.com/website/devx/breached-passwords/Group.svg" alt="" class="styled__Icon-sc-1tadjva-4 fdeWjB"/><h3 class="styled__Heading-sc-165cfko-2 utils-sc-11hlfw-0 hALasA gBZLUB">Sofortige Neutralisierung von Bedrohungen</h3><p class="styled__Paragraph-sc-165cfko-1 utils-sc-11hlfw-0 jnSlEq byxYP">Wenn ein Sicherheitsverstoß auftritt, treten wir in Aktion, identifizieren potenzielle Bedrohungen für eine Kontoübernahme und setzen Passwörter sofort zurück.</p></div><div class="styled__ColumnItem-sc-1tadjva-3 bnvaZN"><img src="https://cdn.auth0.com/website/devx/breached-passwords/Group.svg" alt="" class="styled__Icon-sc-1tadjva-4 fdeWjB"/><h3 class="styled__Heading-sc-165cfko-2 utils-sc-11hlfw-0 hALasA gBZLUB">Spezialisierte Sicherheitsbrigade</h3><p class="styled__Paragraph-sc-165cfko-1 utils-sc-11hlfw-0 jnSlEq byxYP">Lernen Sie unsere digitalen Wächter kennen. Unser engagiertes Team von Sicherheitsexperten dringt tiefer ein und deckt Bedrohungen auf, die automatischen Scannern entgehen könnten.</p></div></div></div></div></section><section id="block-6" class="sc-21fd3702-0 dSvCsB"><div class="sc-cfa96e4f-0 bWVQPV"><div class="styled__Wrapper-sc-ys76ou-0 ZlWRE"><table class="styled__Table-sc-ys76ou-1 eycncf"><colgroup class="styled__ColGroup-sc-ys76ou-8 fvCvbL"><col/><col class="styled__Gray-sc-ys76ou-3 jKtRRa"/><col class="styled__Gradient-sc-ys76ou-2 izuLfF"/></colgroup><tbody><tr class="styled__Row-sc-ys76ou-4 izNYDD"><td scope="col" class="styled__Cell-sc-ys76ou-5 ddcgPe"></td><td scope="col" class="styled__Cell-sc-ys76ou-5 ddcgPe"><h2 class="styled__Title-sc-ys76ou-6 emoYNS">Erkennung von Passwortlecks</h2><p class="styled__Description-sc-ys76ou-7 cWmMJA">Schützen Sie die Benutzer vor Kontohackern, die gestohlene Passwörter aus veröffentlichten Sicherheitsverletzungen verwenden.</p></td><td scope="col" class="styled__Cell-sc-ys76ou-5 ddcgPe"><h2 class="styled__Title-sc-ys76ou-6 emoYNS">Credential Guard</h2><p class="styled__Description-sc-ys76ou-7 cWmMJA">Schützen Sie hochwertige Konten vor Übernahmeversuchen, indem Sie gestohlene Passwörter anhand von Daten aus dem Dark Web so schnell wie möglich erkennen und zurücksetzen.</p></td></tr><tr class="styled__Row-sc-ys76ou-4 izNYDD"><td scope="col" class="styled__Cell-sc-ys76ou-5 ddcgPe"><h2 class="styled__Title-sc-ys76ou-6 bJSRZh">Einschließlich Pläne</h2></td><td scope="col" class="styled__Cell-sc-ys76ou-5 ddcgPe"><p class="styled__Description-sc-ys76ou-7 dxCJoI">B2B/B2C Professionell und Unternehmen</p></td><td scope="col" class="styled__Cell-sc-ys76ou-5 ddcgPe"><p class="styled__Description-sc-ys76ou-7 dxCJoI">Teil des Angriffsschutz-Add-ons im Enterprise-Tarif</p></td></tr><tr class="styled__Row-sc-ys76ou-4 izNYDD"><td scope="col" class="styled__Cell-sc-ys76ou-5 ddcgPe"><h2 class="styled__Title-sc-ys76ou-6 bJSRZh">Datenerfassungsmethode</h2></td><td scope="col" class="styled__Cell-sc-ys76ou-5 ddcgPe"><p class="styled__Description-sc-ys76ou-7 dxCJoI">Web-Scanner und -Scraper suchen bei veröffentlichten Sicherheitsverletzungen nach Benutzerdaten</p></td><td scope="col" class="styled__Cell-sc-ys76ou-5 ddcgPe"><p class="styled__Description-sc-ys76ou-7 dxCJoI">Spezielles Sicherheitsteam, das kriminelle Gemeinschaften infiltriert und Zugang zu Daten erhält, die sonst nicht verfügbar sind</p></td></tr><tr class="styled__Row-sc-ys76ou-4 izNYDD"><td scope="col" class="styled__Cell-sc-ys76ou-5 ddcgPe"><h2 class="styled__Title-sc-ys76ou-6 bJSRZh">Typische Erkennungszeit</h2></td><td scope="col" class="styled__Cell-sc-ys76ou-5 ddcgPe"><p class="styled__Description-sc-ys76ou-7 dxCJoI">Bis zu 7-13 Monaten</p></td><td scope="col" class="styled__Cell-sc-ys76ou-5 ddcgPe"><p class="styled__Description-sc-ys76ou-7 dxCJoI">12-36 Stunden</p></td></tr><tr class="styled__Row-sc-ys76ou-4 izNYDD"><td scope="col" class="styled__Cell-sc-ys76ou-5 ddcgPe"><h2 class="styled__Title-sc-ys76ou-6 bJSRZh">Empfohlene Verwendung</h2></td><td scope="col" class="styled__Cell-sc-ys76ou-5 ddcgPe"><p class="styled__Description-sc-ys76ou-7 dxCJoI">Selbstbedienungskonten, Testszenarien</p></td><td scope="col" class="styled__Cell-sc-ys76ou-5 ddcgPe"><p class="styled__Description-sc-ys76ou-7 dxCJoI">Unternehmen, Produktionsumgebungen, Großkunden</p></td></tr><tr class="styled__Row-sc-ys76ou-4 izNYDD"><td scope="col" class="styled__Cell-sc-ys76ou-5 ddcgPe"><h2 class="styled__Title-sc-ys76ou-6 bJSRZh">Deckung</h2></td><td scope="col" class="styled__Cell-sc-ys76ou-5 ddcgPe"><p class="styled__Description-sc-ys76ou-7 dxCJoI">Nur auf Englisch</p></td><td scope="col" class="styled__Cell-sc-ys76ou-5 ddcgPe"><p class="styled__Description-sc-ys76ou-7 dxCJoI">mehr als 200 Länder und Gebiete</p></td></tr></tbody></table></div><div class="styled__Wrapper-sc-1pgi2iq-0 eRSDFg"><div class="styled__ContentWrapper-sc-1pgi2iq-1 HZFgg"><div class="styled__TitleWrapper-sc-1pgi2iq-2 drPSua"><h2 class="styled__Title-sc-1pgi2iq-3 jLqsCf">Erkennung von Passwortlecks</h2><h2 class="styled__Title-sc-1pgi2iq-3 efeDym">Credential Guard</h2></div><div class="styled__Content-sc-1pgi2iq-4 dkGqKa"><p class="styled__Description-sc-1pgi2iq-5 iORqTl">Schützen Sie die Benutzer vor Kontohackern, die gestohlene Passwörter aus veröffentlichten Sicherheitsverletzungen verwenden.</p><div class="styled__Section-sc-1pgi2iq-6 fOLhZw"><h3 class="styled__SectionTitle-sc-1pgi2iq-7 hWsrxA">Einschließlich Pläne</h3><p class="styled__Paragraph-sc-1pgi2iq-9 bJVprh">B2B/B2C Professionell und Unternehmen</p></div><div class="styled__Section-sc-1pgi2iq-6 fOLhZw"><h3 class="styled__SectionTitle-sc-1pgi2iq-7 hWsrxA">Datenerfassungsmethode</h3><p class="styled__Paragraph-sc-1pgi2iq-9 bJVprh">Web-Scanner und -Scraper suchen bei veröffentlichten Sicherheitsverletzungen nach Benutzerdaten</p></div><div class="styled__Section-sc-1pgi2iq-6 fOLhZw"><h3 class="styled__SectionTitle-sc-1pgi2iq-7 hWsrxA">Typische Erkennungszeit</h3><p class="styled__Paragraph-sc-1pgi2iq-9 bJVprh">Bis zu 7-13 Monaten</p></div><div class="styled__Section-sc-1pgi2iq-6 fOLhZw"><h3 class="styled__SectionTitle-sc-1pgi2iq-7 hWsrxA">Empfohlene Verwendung</h3><p class="styled__Paragraph-sc-1pgi2iq-9 bJVprh">Selbstbedienungskonten, Testszenarien</p></div><div class="styled__Section-sc-1pgi2iq-6 fOLhZw"><h3 class="styled__SectionTitle-sc-1pgi2iq-7 hWsrxA">Deckung</h3><p class="styled__Paragraph-sc-1pgi2iq-9 bJVprh">Nur auf Englisch</p></div></div></div></div></div></section><section id="block-7" class="sc-21fd3702-0 dSvCsB"><div class="sc-cfa96e4f-0 ZxRrH"><div class="styled__CtaModuleWrapper-sc-2ky66j-0 gQIpKR"><h3 class="styled__Heading-sc-165cfko-2 utils-sc-11hlfw-0 cyZrOx ifngWq">Startbereit?</h3><div class="styled__ContentWrapper-sc-2ky66j-1 bswQRN"><p class="styled__Paragraph-sc-165cfko-1 utils-sc-11hlfw-0 cFjZoD kwLMTa">Schützen Sie Ihre Benutzer und Ihr Unternehmen mit der Erkennung von Passwortlecks und dem Credential Guard vor Risiken durch Dritte.</p><div class="styled__ButtonWrapper-sc-2ky66j-2 fPACMp"><a href="https://auth0.com/signup?place=header&amp;type=button&amp;text=sign%20up" role="button" tabindex="0" class="styled__Button-sc-1hwml9q-0 utils-sc-11hlfw-0 dYurMS dmQvNV"><span>Erste Schritte</span></a><a href="https://auth0.com/contact-us" role="button" tabindex="0" class="styled__Button-sc-1hwml9q-0 utils-sc-11hlfw-0 jgEoaV dmQvNV"><span>Mit uns Kontakt aufnehmen</span></a></div></div></div></div></section><section id="block-8" class="sc-21fd3702-0 dSvCsB"><div class="sc-cfa96e4f-0 ZxRrH"><div class="styled__CardContainer-sc-fnzurd-0 hUNkId"><h1 class="styled__Heading-sc-165cfko-2 utils-sc-11hlfw-0 jAwHvB dVWLMi">Ressourcen</h1><div class="styled__CardWrapper-sc-fnzurd-1 bLUOHd"><a href="https://auth0.com/docs/secure/attack-protection/breached-password-detection" class="styled__CardWrapper-sc-1f3qc75-0 QjQpT"><div class="styled__CardImage-sc-1f3qc75-1 JIuHq"></div><p class="styled__Overline-sc-165cfko-0 utils-sc-11hlfw-0 ivZRpX ePqLLy">Dokumente</p><h2 class="styled__Heading-sc-165cfko-2 utils-sc-11hlfw-0 kJcMbc kRQzyU">Erkennung von Passwortlecks</h2><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="none" class="styled__ArrowSvg-sc-1f3qc75-2 crMMSY"><path fill="#FFFEFA" d="m17.568 8.832-8.864 8.832L7.04 16l5.984-5.984H0V7.648h13.024L7.04 1.664 8.704 0l8.864 8.832Z"></path></svg></a><a href="https://auth0.com/docs/secure/attack-protection" class="styled__CardWrapper-sc-1f3qc75-0 QjQpT"><div class="styled__CardImage-sc-1f3qc75-1 JIuHq"></div><p class="styled__Overline-sc-165cfko-0 utils-sc-11hlfw-0 ivZRpX ePqLLy">Dokumente</p><h2 class="styled__Heading-sc-165cfko-2 utils-sc-11hlfw-0 kJcMbc kRQzyU">Schutz vor Angriffen</h2><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="none" class="styled__ArrowSvg-sc-1f3qc75-2 crMMSY"><path fill="#FFFEFA" d="m17.568 8.832-8.864 8.832L7.04 16l5.984-5.984H0V7.648h13.024L7.04 1.664 8.704 0l8.864 8.832Z"></path></svg></a><a href="https://auth0.com/blog/auth0-credential-guard-detects-breached-passwords-faster-to-prevent-account-takeover/" class="styled__CardWrapper-sc-1f3qc75-0 QjQpT"><div class="styled__CardImage-sc-1f3qc75-1 JIuHq"></div><p class="styled__Overline-sc-165cfko-0 utils-sc-11hlfw-0 ivZRpX ePqLLy">Blog</p><h2 class="styled__Heading-sc-165cfko-2 utils-sc-11hlfw-0 kJcMbc kRQzyU">Auth0 Credential Guard erkennt Passwortlecks schneller und verhindert die Übernahme von Konten</h2><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="none" class="styled__ArrowSvg-sc-1f3qc75-2 crMMSY"><path fill="#FFFEFA" d="m17.568 8.832-8.864 8.832L7.04 16l5.984-5.984H0V7.648h13.024L7.04 1.664 8.704 0l8.864 8.832Z"></path></svg></a></div></div></div></section></div></main><div class="sc-da5983f0-0 izbwFh"><footer class="sc-da5983f0-1 ezfOZF"><nav class="sc-da5983f0-2 fKRHFw"><section><p class="styled__Overline-sc-165cfko-0 utils-sc-11hlfw-0 dveEmL dLXTcP">Entwickler</p><ul class="sc-da5983f0-3 ZAOkc"><li class="sc-da5983f0-5 dwMUht"><a href="https://developer.auth0.com/resources" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM cHhniM">Entwickler-Hub<!-- --> </a></li><li class="sc-da5983f0-5 dwMUht"><a href="https://developer.auth0.com/resources/code-samples" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM cHhniM">Codebeispiele und Anleitungen<!-- --> </a></li><li class="sc-da5983f0-5 dwMUht"><a href="/blog/developers/" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM cHhniM">Blog-Beiträge<!-- --> </a></li><li class="sc-da5983f0-5 dwMUht"><a href="https://identityunlocked.auth0.com/public/49/Identity,-Unlocked.--bed7fada" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM cHhniM">Erschließen der Identität – Podcasts<!-- --> </a></li><li class="sc-da5983f0-5 dwMUht"><a href="https://developer.auth0.com/newsletter" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM cHhniM">Null-Index Newsletter<!-- --> </a></li></ul></section><section><p class="styled__Overline-sc-165cfko-0 utils-sc-11hlfw-0 dveEmL dLXTcP">Dokumentation</p><ul class="sc-da5983f0-3 ZAOkc"><li class="sc-da5983f0-5 dwMUht"><a href="/docs/articles" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM cHhniM">Artikel<!-- --> </a></li><li class="sc-da5983f0-5 dwMUht"><a href="/docs/quickstarts" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM cHhniM">Codebeispiele und Anleitungen<!-- --> </a></li><li class="sc-da5983f0-5 dwMUht"><a href="/docs/api" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM cHhniM">APIs<!-- --> </a></li><li class="sc-da5983f0-5 dwMUht"><a href="/docs/libraries" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM cHhniM">SDK-Bibliotheken<!-- --> </a></li><li class="sc-da5983f0-5 dwMUht"><a href="https://auth0.com/blog/de/" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM cHhniM">Blog<!-- --> </a></li><li class="sc-da5983f0-5 dwMUht"><a href="https://auth0.com/de/resources/ebooks" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM cHhniM">Berichte<!-- --> </a></li><li class="sc-da5983f0-5 dwMUht"><a href="https://auth0.com/de/resources/webinars" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM cHhniM">Webinare<!-- --> </a></li></ul></section><section><p class="styled__Overline-sc-165cfko-0 utils-sc-11hlfw-0 dveEmL dLXTcP">Beteiligen Sie sich</p><ul class="sc-da5983f0-3 ZAOkc"><li class="sc-da5983f0-5 dwMUht"><a href="https://community.auth0.com/" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM cHhniM">Forum<!-- --> </a></li><li class="sc-da5983f0-5 dwMUht"><a href="https://developer.auth0.com/events" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM cHhniM">Ereignisse<!-- --> </a></li><li class="sc-da5983f0-5 dwMUht"><a href="/de/ambassador-program" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM cHhniM">Vertreter-Programm<!-- --> </a></li><li class="sc-da5983f0-5 dwMUht"><a href="/de/research-program" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM cHhniM">Auth0-Forschungsprogramm<!-- --> </a></li></ul></section><section><p class="styled__Overline-sc-165cfko-0 utils-sc-11hlfw-0 dveEmL dLXTcP">Unternehmen</p><ul class="sc-da5983f0-3 ZAOkc"><li class="sc-da5983f0-5 dwMUht"><a href="/de/customers" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM cHhniM">Kunden<!-- --> </a></li><li class="sc-da5983f0-5 dwMUht"><a href="/de/security" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM cHhniM">Sicherheit, Datenschutz und Compliance<!-- --> </a></li><li class="sc-da5983f0-5 dwMUht"><a href="/de/partners" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM cHhniM">Partner<!-- --> </a></li><li class="sc-da5983f0-5 dwMUht"><a href="https://www.okta.com/company/careers/" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM cHhniM">Karriere<!-- --> <span class="styled__Paragraph-sc-165cfko-1 utils-sc-11hlfw-0 kGYMnY dmQvNV">Wir stellen ein!</span></a></li><li class="sc-da5983f0-5 dwMUht"><a href="https://www.okta.com/okta-and-auth0/" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM cHhniM">Okta + Auth0<!-- --> </a></li></ul></section><section><p class="styled__Overline-sc-165cfko-0 utils-sc-11hlfw-0 dveEmL dLXTcP">Support-Center</p><ul class="sc-da5983f0-3 ZAOkc"><li class="sc-da5983f0-5 dwMUht"><a href="https://community.auth0.com/" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM cHhniM">Community<!-- --> </a></li><li class="sc-da5983f0-5 dwMUht"><a href="https://support.auth0.com/" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM cHhniM">Support-Center<!-- --> </a></li><li class="sc-da5983f0-5 dwMUht"><a href="https://community.auth0.com/c/help/6" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM cHhniM">Hilfe<!-- --> </a></li><li class="sc-da5983f0-5 dwMUht"><a href="https://community.auth0.com/c/faq/42" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM cHhniM">FAQs<!-- --> </a></li><li class="sc-da5983f0-5 dwMUht"><a href="https://marketplace.auth0.com" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM cHhniM">Auth0 Marktplatz<!-- --> </a></li></ul></section><section><p class="styled__Overline-sc-165cfko-0 utils-sc-11hlfw-0 dveEmL dLXTcP">Lernen</p><ul class="sc-da5983f0-3 ZAOkc"><li class="sc-da5983f0-5 dwMUht"><a href="/de/learn" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM cHhniM">Lernen<!-- --> </a></li><li class="sc-da5983f0-5 dwMUht"><a href="/de/intro-to-iam" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM cHhniM">Einführung in IAM (CIAM)<!-- --> </a></li><li class="sc-da5983f0-5 dwMUht"><a href="https://auth0.com/blog/de/" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM cHhniM">Blog<!-- --> </a></li></ul></section><section><p class="styled__Overline-sc-165cfko-0 utils-sc-11hlfw-0 dveEmL dLXTcP">Plattform</p><ul class="sc-da5983f0-3 ZAOkc"><li class="sc-da5983f0-5 dwMUht"><a href="/de/platform/access-management" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM cHhniM">Zugriffsmanagement<!-- --> </a></li><li class="sc-da5983f0-5 dwMUht"><a href="/de/platform/extensibility" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM cHhniM">Erweiterbarkeit<!-- --> </a></li><li class="sc-da5983f0-5 dwMUht"><a href="/de/platform/login-security" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM cHhniM">Sicherheit<!-- --> </a></li><li class="sc-da5983f0-5 dwMUht"><a href="/de/platform/user-management" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM cHhniM">Nutzerverwaltung<!-- --> </a></li><li class="sc-da5983f0-5 dwMUht"><a href="/de/platform/authentication" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM cHhniM">Authentifizierung<!-- --> </a></li><li class="sc-da5983f0-5 dwMUht"><a href="/de/platform/cloud-deployment" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM cHhniM">Cloud-Instanzen<!-- --> </a></li></ul></section><section><p class="styled__Overline-sc-165cfko-0 utils-sc-11hlfw-0 dveEmL dLXTcP">Anwendungsfälle</p><ul class="sc-da5983f0-3 ZAOkc"><li class="sc-da5983f0-5 dwMUht"><a href="/de/features/universal-login" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM cHhniM">Universelles Login<!-- --> </a></li><li class="sc-da5983f0-5 dwMUht"><a href="/de/features/single-sign-on" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM cHhniM">Single Sign On<!-- --> </a></li><li class="sc-da5983f0-5 dwMUht"><a href="/de/features/multifactor-authentication" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM cHhniM">Multi-Faktor-Authentifizierung<!-- --> </a></li><li class="sc-da5983f0-5 dwMUht"><a href="/de/features/actions" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM cHhniM">Aktionen<!-- --> </a></li><li class="sc-da5983f0-5 dwMUht"><a href="/de/features/machine-to-machine" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM cHhniM">Von Maschine zu Maschine<!-- --> </a></li><li class="sc-da5983f0-5 dwMUht"><a href="/de/features/passwordless" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM cHhniM">Passwortlos<!-- --> </a></li><li class="sc-da5983f0-5 dwMUht"><a href="/de/features/breached-passwords/" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM cHhniM">Paswortlecks<!-- --> </a></li></ul></section><section class="sc-da5983f0-6 dsTXTr"><div class="sc-da5983f0-7 bkTsFr"><a href="https://twitter.com/auth0" target="_blank" rel="noopener noreferrer" aria-label="Twitter link" class="sc-da5983f0-8 kuzPaj"><svg viewBox="0 0 24 24" aria-hidden="true" width="24" height="24" fill="none"><g><path fill="#fff" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg></a><a href="https://linkedin.com/company/auth0" target="_blank" rel="noopener noreferrer" aria-label="Linkedin link" class="sc-da5983f0-8 kuzPaj"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.5561 3H4.53738C3.71707 3 2.99988 3.59063 2.99988 4.40156V19.4531C2.99988 20.2687 3.71707 20.9953 4.53738 20.9953H19.5514C20.3764 20.9953 20.9952 20.2641 20.9952 19.4531V4.40156C20.9999 3.59063 20.3764 3 19.5561 3ZM8.578 18H5.99988V9.98438H8.578V18ZM7.378 8.76562H7.35925C6.53425 8.76562 5.99988 8.15156 5.99988 7.38281C5.99988 6.6 6.54831 6 7.39206 6C8.23581 6 8.75144 6.59531 8.77019 7.38281C8.77019 8.15156 8.23581 8.76562 7.378 8.76562ZM17.9999 18H15.4218V13.6172C15.4218 12.5672 15.0468 11.85 14.1139 11.85C13.4014 11.85 12.9796 12.3328 12.7921 12.8016C12.7218 12.9703 12.703 13.2 12.703 13.4344V18H10.1249V9.98438H12.703V11.1C13.078 10.5656 13.6639 9.79688 15.028 9.79688C16.7202 9.79688 17.9999 10.9125 17.9999 13.3172V18Z" fill="#fff"></path></svg></a><a href="https://github.com/auth0" target="_blank" rel="noopener noreferrer" aria-label="Github link" class="sc-da5983f0-8 kuzPaj"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 1.5C6.20156 1.5 1.5 6.32344 1.5 12.2672C1.5 17.025 4.50937 21.0562 8.68125 22.4813C8.74687 22.4953 8.80312 22.5 8.85938 22.5C9.24844 22.5 9.39844 22.2141 9.39844 21.9656C9.39844 21.7078 9.38906 21.0328 9.38437 20.1328C8.99062 20.2219 8.63906 20.2594 8.325 20.2594C6.30469 20.2594 5.84531 18.6891 5.84531 18.6891C5.36719 17.4469 4.67813 17.1141 4.67813 17.1141C3.76406 16.4719 4.67344 16.4531 4.74375 16.4531H4.74844C5.80313 16.5469 6.35625 17.5687 6.35625 17.5687C6.88125 18.4875 7.58437 18.7453 8.2125 18.7453C8.70469 18.7453 9.15 18.5859 9.4125 18.4641C9.50625 17.7703 9.77812 17.2969 10.0781 17.025C7.74844 16.7531 5.29688 15.8297 5.29688 11.7047C5.29688 10.5281 5.70469 9.56719 6.375 8.81719C6.26719 8.54531 5.90625 7.44844 6.47812 5.96719C6.47812 5.96719 6.55312 5.94375 6.7125 5.94375C7.09219 5.94375 7.95 6.08906 9.36563 7.07344C10.2047 6.83437 11.1 6.71719 11.9953 6.7125C12.8859 6.71719 13.7859 6.83437 14.625 7.07344C16.0406 6.08906 16.8984 5.94375 17.2781 5.94375C17.4375 5.94375 17.5125 5.96719 17.5125 5.96719C18.0844 7.44844 17.7234 8.54531 17.6156 8.81719C18.2859 9.57188 18.6937 10.5328 18.6937 11.7047C18.6937 15.8391 16.2375 16.7484 13.8984 17.0156C14.2734 17.3484 14.6109 18.0047 14.6109 19.0078C14.6109 20.4469 14.5969 21.6094 14.5969 21.9609C14.5969 22.2141 14.7422 22.5 15.1312 22.5C15.1875 22.5 15.2531 22.4953 15.3187 22.4813C19.4953 21.0562 22.5 17.0203 22.5 12.2672C22.5 6.32344 17.7984 1.5 12 1.5Z" fill="#fff"></path></svg></a></div></section></nav><section class="sc-da5983f0-10 dDOrwE"><p class="styled__Paragraph-sc-165cfko-1 utils-sc-11hlfw-0 iLVGZP hTUVnp">© <!-- -->2024<!-- --> Okta, Inc. All Rights Reserved.</p><div class="sc-da5983f0-12 ekhmru"><a href="https://status.auth0.com" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM dmQvNV">Status</a> <!-- -->•<!-- --> <a href="https://www.okta.com/agreements/" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM dmQvNV">Legal</a> <!-- -->•<!-- --> <a href="/privacy" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM dmQvNV">Privacy</a> <!-- -->•<!-- --> <a href="https://www.okta.com/terms-of-service" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM dmQvNV">Terms</a> <!-- -->•<!-- --> <a href="/your-privacy-choices" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM dmQvNV">Your Privacy Choices</a><img alt="" src="https://cdn.auth0.com/website/footer/ccpa.svg"/></div><span class="sc-da5983f0-13 cOiSat"><span class="sc-da5983f0-17 fWXPij"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M2 12H22" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M12 2C14.5013 4.73835 15.9228 8.29203 16 12C15.9228 15.708 14.5013 19.2616 12 22C9.49872 19.2616 8.07725 15.708 8 12C8.07725 8.29203 9.49872 4.73835 12 2V2Z" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg><span aria-haspopup="true" aria-labelledby="language-selector" tabindex="0" class="sc-da5983f0-18 iBuHa-D">Deutsch</span><svg width="8" height="6" viewBox="0 0 8 6" fill="none" xmlns="http://www.w3.org/2000/svg" style="margin-left:0.6rem"><path d="M1 1.5L4 4.5L7 1.5" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg><div class="sc-da5983f0-14 doMXBO"><ul class="sc-da5983f0-15 WNRMn"><li aria-labelledby="lang-item-Deutsch" tabindex="0" class="sc-da5983f0-16 hZxyOM">Deutsch</li><li aria-labelledby="lang-item-English" tabindex="0" class="sc-da5983f0-16 hZxyOM">English</li><li aria-labelledby="lang-item-Français" tabindex="0" class="sc-da5983f0-16 hZxyOM">Français</li><li aria-labelledby="lang-item-Español" tabindex="0" class="sc-da5983f0-16 hZxyOM">Español</li><li aria-labelledby="lang-item-Português" tabindex="0" class="sc-da5983f0-16 hZxyOM">Português</li><li aria-labelledby="lang-item-日本語" tabindex="0" class="sc-da5983f0-16 hZxyOM">日本語</li></ul></div></span></span></section><section class="sc-da5983f0-9 dFYjGw"><div class="sc-da5983f0-7 gtvNxS"><a href="https://twitter.com/auth0" target="_blank" rel="noopener noreferrer" aria-label="Twitter link" class="sc-da5983f0-8 kuzPaj"><svg viewBox="0 0 24 24" aria-hidden="true" width="24" height="24" fill="none"><g><path fill="#fff" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg></a><a href="https://linkedin.com/company/auth0" target="_blank" rel="noopener noreferrer" aria-label="Linkedin link" class="sc-da5983f0-8 kuzPaj"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.5561 3H4.53738C3.71707 3 2.99988 3.59063 2.99988 4.40156V19.4531C2.99988 20.2687 3.71707 20.9953 4.53738 20.9953H19.5514C20.3764 20.9953 20.9952 20.2641 20.9952 19.4531V4.40156C20.9999 3.59063 20.3764 3 19.5561 3ZM8.578 18H5.99988V9.98438H8.578V18ZM7.378 8.76562H7.35925C6.53425 8.76562 5.99988 8.15156 5.99988 7.38281C5.99988 6.6 6.54831 6 7.39206 6C8.23581 6 8.75144 6.59531 8.77019 7.38281C8.77019 8.15156 8.23581 8.76562 7.378 8.76562ZM17.9999 18H15.4218V13.6172C15.4218 12.5672 15.0468 11.85 14.1139 11.85C13.4014 11.85 12.9796 12.3328 12.7921 12.8016C12.7218 12.9703 12.703 13.2 12.703 13.4344V18H10.1249V9.98438H12.703V11.1C13.078 10.5656 13.6639 9.79688 15.028 9.79688C16.7202 9.79688 17.9999 10.9125 17.9999 13.3172V18Z" fill="#fff"></path></svg></a><a href="https://github.com/auth0" target="_blank" rel="noopener noreferrer" aria-label="Github link" class="sc-da5983f0-8 kuzPaj"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 1.5C6.20156 1.5 1.5 6.32344 1.5 12.2672C1.5 17.025 4.50937 21.0562 8.68125 22.4813C8.74687 22.4953 8.80312 22.5 8.85938 22.5C9.24844 22.5 9.39844 22.2141 9.39844 21.9656C9.39844 21.7078 9.38906 21.0328 9.38437 20.1328C8.99062 20.2219 8.63906 20.2594 8.325 20.2594C6.30469 20.2594 5.84531 18.6891 5.84531 18.6891C5.36719 17.4469 4.67813 17.1141 4.67813 17.1141C3.76406 16.4719 4.67344 16.4531 4.74375 16.4531H4.74844C5.80313 16.5469 6.35625 17.5687 6.35625 17.5687C6.88125 18.4875 7.58437 18.7453 8.2125 18.7453C8.70469 18.7453 9.15 18.5859 9.4125 18.4641C9.50625 17.7703 9.77812 17.2969 10.0781 17.025C7.74844 16.7531 5.29688 15.8297 5.29688 11.7047C5.29688 10.5281 5.70469 9.56719 6.375 8.81719C6.26719 8.54531 5.90625 7.44844 6.47812 5.96719C6.47812 5.96719 6.55312 5.94375 6.7125 5.94375C7.09219 5.94375 7.95 6.08906 9.36563 7.07344C10.2047 6.83437 11.1 6.71719 11.9953 6.7125C12.8859 6.71719 13.7859 6.83437 14.625 7.07344C16.0406 6.08906 16.8984 5.94375 17.2781 5.94375C17.4375 5.94375 17.5125 5.96719 17.5125 5.96719C18.0844 7.44844 17.7234 8.54531 17.6156 8.81719C18.2859 9.57188 18.6937 10.5328 18.6937 11.7047C18.6937 15.8391 16.2375 16.7484 13.8984 17.0156C14.2734 17.3484 14.6109 18.0047 14.6109 19.0078C14.6109 20.4469 14.5969 21.6094 14.5969 21.9609C14.5969 22.2141 14.7422 22.5 15.1312 22.5C15.1875 22.5 15.2531 22.4953 15.3187 22.4813C19.4953 21.0562 22.5 17.0203 22.5 12.2672C22.5 6.32344 17.7984 1.5 12 1.5Z" fill="#fff"></path></svg></a></div><div class="sc-da5983f0-11 bfQQBn"><div class="sc-da5983f0-12 ekhmru"><a href="https://status.auth0.com" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM dmQvNV">Status</a> <!-- -->•<!-- --> <a href="https://www.okta.com/agreements/" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM dmQvNV">Legal</a> <!-- -->•<!-- --> <a href="/privacy" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM dmQvNV">Privacy</a> <!-- -->•<!-- --> <a href="https://www.okta.com/terms-of-service" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM dmQvNV">Terms</a> <!-- -->•<!-- --> <a href="/your-privacy-choices" class="styled__Link-sc-bubr9x-0 utils-sc-11hlfw-0 ccVfFM dmQvNV">Your Privacy Choices</a><img alt="" src="https://cdn.auth0.com/website/footer/ccpa.svg"/></div><span class="sc-da5983f0-13 cOiSat"><span class="sc-da5983f0-17 fWXPij"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M2 12H22" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M12 2C14.5013 4.73835 15.9228 8.29203 16 12C15.9228 15.708 14.5013 19.2616 12 22C9.49872 19.2616 8.07725 15.708 8 12C8.07725 8.29203 9.49872 4.73835 12 2V2Z" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg><span aria-haspopup="true" aria-labelledby="language-selector" tabindex="0" class="sc-da5983f0-18 iBuHa-D">Deutsch</span><svg width="8" height="6" viewBox="0 0 8 6" fill="none" xmlns="http://www.w3.org/2000/svg" style="margin-left:0.6rem"><path d="M1 1.5L4 4.5L7 1.5" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg><div class="sc-da5983f0-14 doMXBO"><ul class="sc-da5983f0-15 WNRMn"><li aria-labelledby="lang-item-Deutsch" tabindex="0" class="sc-da5983f0-16 hZxyOM">Deutsch</li><li aria-labelledby="lang-item-English" tabindex="0" class="sc-da5983f0-16 hZxyOM">English</li><li aria-labelledby="lang-item-Français" tabindex="0" class="sc-da5983f0-16 hZxyOM">Français</li><li aria-labelledby="lang-item-Español" tabindex="0" class="sc-da5983f0-16 hZxyOM">Español</li><li aria-labelledby="lang-item-Português" tabindex="0" class="sc-da5983f0-16 hZxyOM">Português</li><li aria-labelledby="lang-item-日本語" tabindex="0" class="sc-da5983f0-16 hZxyOM">日本語</li></ul></div></span></span></div><p class="styled__Paragraph-sc-165cfko-1 utils-sc-11hlfw-0 iLVGZP cFkooD">© <!-- -->2024<!-- --> Okta, Inc. All Rights Reserved.</p></section></footer></div><div id="asset-library-root"></div><iframe id="drift-iframe" src="https://drift.app.auth0.com/drift-iframe" title="Drift iframe" style="width:0;height:0;border:none;position:absolute"></iframe><noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-W7FRLJ" height="0" width="0" style="display:none;visibility:hidden" title="gtm"></iframe></noscript></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"pageProps":{"pageType":"DevX","name":"Breached Passwords","path":"de/features/breached-passwords","metadata":{"title":"Erkennung von Passwortlecks – Auth0","description":"Die Erkennung von Passwortlecks und der Credential Guard helfen Ihnen, das Risiko von Datenschutzverletzungen zu verringern, indem sie Ihre Benutzer benachrichtigen, wenn ihre Anmeldedaten preisgegeben wurden.","image":{"url":"","mimeType":null},"noindex":false},"blocks":[{"type":"Hero","props":{"title":"Schützen Sie die digitalen Identitäten Ihrer Benutzer","subtitle":"Schützen Sie die Anmeldedaten Ihrer Benutzer durch strenge Kontrollen, proaktive Warnmeldungen und unübertroffene Sicherheit.","button":[{"text":"Erste Schritte","link":"https://auth0.com/signup?type=button\u0026place=features-hero\u0026text=get%20started"},{"text":"Unsere Dokumente lesen","link":"https://auth0.com/docs/secure/attack-protection"}],"breadcrumb":[{"name":"Funktionen"},{"name":"Passwortlecks"}],"icon":{},"backgroundColor":"linear-gradient(198deg, #111 -16.57%, #191919 63.56%, #4016A0 96.77%, #3F59E4 119.35%)","backgroundImage":{},"asset":{"url":"https://images.ctfassets.net/kbkgmx9upatd/1bzy9d5ZWA1fPglBaQk28i/bec19646a752b4fe94c8e9ef70914cc5/hero-breached-passwords.png","mimeType":"image/png","alt":null},"borderRadius":"24px","centered":false,"bottomSpacing":"x-small","useTwoSecondaryButtons":false}},{"type":"SectionWithAlertsAndContent","props":{"title":"Verletzungen durch Dritte können große Probleme verursachen.","description":"Verletzungen des Schutzes sensibler Daten sind eine alltägliche Realität. Herkömmliche Wiederherstellungsmaßnahmen werden erst dann eingeleitet, wenn die Sicherheitsverletzung an die Öffentlichkeit gelangt. Bis dahin ist der Schaden bereits angerichtet. Mit Auth0 können Sie von einer reaktiven Haltung zu einer proaktiven Verteidigung übergehen.","ctaCopy":"Erkennung von Passwortlecks Dokumente","ctaLink":"https://auth0.com/docs/secure/attack-protection/breached-password-detection","alerts":[{"description":"Hack des Streaming-Dienstes Twitch enthüllt Zahlungsinformationen von Top-Nutzern.","bottomIcon":{"url":"https://images.ctfassets.net/kbkgmx9upatd/5Bj5wLZlpQKK10NKjYL229/de36216bf4259770b5944b5b79180ce4/CBC.svg","mimeType":"image/svg+xml"},"iconText":"CBC"},{"description":"GoDaddy gibt an, dass über eine Million Benutzerkonten durch ein Datenleck gefährdet wurden.","bottomIcon":{"url":"https://images.ctfassets.net/kbkgmx9upatd/3buKtkWsQYwdSpF94JJCmJ/58e1d2d96d7957a11a6b34319585e099/TechCrunch.svg","mimeType":"image/svg+xml"},"iconText":"TechCrunch"},{"description":"Kriminelle haben persönliche Daten von fast 50 Millionen T-Mobile-Kunden erlangt.","bottomIcon":{"url":"https://images.ctfassets.net/kbkgmx9upatd/6Fq1Ym5wJn3qk4R44Vgu3l/1f59ca670d78596e5df6d0331b322ef6/cr.svg","mimeType":"image/svg+xml"},"iconText":"Verbraucherberichte"}],"bottomSpacing":"x-small"}},{"type":"SectionWithCenteredContentAndAsset","props":{"title":"Wie Auth0 die Identitäten Ihrer Benutzer schützt","subtitle":"Auth0 trägt dazu bei, die mit Kontoübernahmen verbundenen Kosten zu eliminieren und Ihre Benutzer in drei einfachen Schritten zu schützen:","link":[],"sectionTitleAlignment":"left","imageOrVideo":{},"videoOverlayImage":{},"vidyardVideoId":"","vidyardVideoThumbnail":"","youtubeVideoEmbedLink":"","showControls":false,"caption":"","backgroundColor":"","backgroundImage":{},"bottomSpacing":"medium","removeInnerSpacing":true}},{"type":"SectionWithColumns","props":{"kicker":"","title":"","subtitle":"","item":[{"icon":"https://cdn.auth0.com/website/devx/breached-passwords/Icon_Shield.svg","heading":"Proaktiver Schutz","paragraph":"In dem Moment, in dem die Anmeldedaten eines Benutzers mit einer bekannten Verletzung durch Dritte übereinstimmen, schlagen wir Alarm. Sowohl Sie als auch Ihre Nutzer werden sofort gewarnt.","ctaLabel":null,"ctaUrl":null},{"icon":"https://cdn.auth0.com/website/devx/breached-passwords/Icon_Alerts.svg","heading":"Aktive Prävention","paragraph":"Ein geknacktes Konto bleibt nicht für den Missbrauch offen. Wir sperren es und fordern die Benutzer auf, ihre Passwörter zu aktualisieren und ihren Schutz mit Multi-Faktor-Authentifizierung (MFA) zu erhöhen.","ctaLabel":null,"ctaUrl":null},{"icon":"https://cdn.auth0.com/website/devx/breached-passwords/Icon_Email.svg","heading":"Personalisierung","paragraph":"Ihre Markenbotschaft bleibt konsistent, auch bei Warnmeldungen. Passen Sie den Inhalt und das Design der E-Mail-Warnungen an, damit sie bei Ihren Benutzern auf Resonanz stoßen.","ctaLabel":null,"ctaUrl":null}],"columnStyle":"three-column","titleCentered":true,"bottomSpacing":"xx-large"}},{"type":"SectionWithCenteredContentAndAsset","props":{"title":"Erhöhen Sie Ihre Sicherheit mit Credential Guard","subtitle":"Nutzen Sie unsere umfangreiche Datenbank mit kompromittierten Daten, um Ihre Verteidigung gegen groß angelegte Bedrohungen durch Kontoübernahmen zu stärken.","link":[],"sectionTitleAlignment":"left","imageOrVideo":{"url":"https://cdn.auth0.com/website/breached-passwords/Auth0_Credential_Guard_Full_length_Captions.webm","mimeType":"video/webm"},"videoOverlayImage":{"url":"https://cdn.auth0.com/website/devx/breached-passwords/video_overlay_image.jpg","mimeType":"image/png"},"vidyardVideoId":"","vidyardVideoThumbnail":"","youtubeVideoEmbedLink":"","showControls":true,"caption":"","backgroundColor":"","backgroundImage":{"url":"https://cdn.auth0.com/website/devx/m2m/BG.png","mimeType":"image/png"},"bottomSpacing":"x-small","removeInnerSpacing":false}},{"type":"SectionWithColumns","props":{"kicker":"","title":"","subtitle":"","item":[{"icon":"https://cdn.auth0.com/website/devx/breached-passwords/Icon_Accelerator.svg","heading":"Weltweite Wachsamkeit","paragraph":"Legen Sie das Sicherheitsnetz in über 200 Ländern und Gebieten aus. Wenn ein kompromittierter Berechtigungsnachweis versucht, sich Zugang zu verschaffen, sind wir zur Stelle – wir blockieren und alarmieren.","ctaLabel":null,"ctaUrl":null},{"icon":"https://cdn.auth0.com/website/devx/breached-passwords/Group.svg","heading":"Sofortige Neutralisierung von Bedrohungen","paragraph":"Wenn ein Sicherheitsverstoß auftritt, treten wir in Aktion, identifizieren potenzielle Bedrohungen für eine Kontoübernahme und setzen Passwörter sofort zurück.","ctaLabel":null,"ctaUrl":null},{"icon":"https://cdn.auth0.com/website/devx/breached-passwords/Group.svg","heading":"Spezialisierte Sicherheitsbrigade","paragraph":"Lernen Sie unsere digitalen Wächter kennen. Unser engagiertes Team von Sicherheitsexperten dringt tiefer ein und deckt Bedrohungen auf, die automatischen Scannern entgehen könnten.","ctaLabel":null,"ctaUrl":null}],"columnStyle":"three-column","titleCentered":true,"bottomSpacing":"xx-large"}},{"type":"Table","props":{"backgroundColor":"url(https://cdn.auth0.com/website/quantum-web/devx/columns-bg-placeholder.jpg), lightgray 0px -0.111px / 100% 100.023% no-repeat","columnTitle":[{"title":"Erkennung von Passwortlecks","description":"Schützen Sie die Benutzer vor Kontohackern, die gestohlene Passwörter aus veröffentlichten Sicherheitsverletzungen verwenden.","isGreyColumn":true},{"title":"Credential Guard","description":"Schützen Sie hochwertige Konten vor Übernahmeversuchen, indem Sie gestohlene Passwörter anhand von Daten aus dem Dark Web so schnell wie möglich erkennen und zurücksetzen.","isGreyColumn":false}],"row":[{"title":"Einschließlich Pläne","greyColumnContent":"B2B/B2C Professionell und Unternehmen","gradientColumnContent":"Teil des Angriffsschutz-Add-ons im Enterprise-Tarif"},{"title":"Datenerfassungsmethode","greyColumnContent":"Web-Scanner und -Scraper suchen bei veröffentlichten Sicherheitsverletzungen nach Benutzerdaten","gradientColumnContent":"Spezielles Sicherheitsteam, das kriminelle Gemeinschaften infiltriert und Zugang zu Daten erhält, die sonst nicht verfügbar sind"},{"title":"Typische Erkennungszeit","greyColumnContent":"Bis zu 7-13 Monaten","gradientColumnContent":"12-36 Stunden"},{"title":"Empfohlene Verwendung","greyColumnContent":"Selbstbedienungskonten, Testszenarien","gradientColumnContent":"Unternehmen, Produktionsumgebungen, Großkunden"},{"title":"Deckung","greyColumnContent":"Nur auf Englisch","gradientColumnContent":"mehr als 200 Länder und Gebiete"}],"bottomSpacing":"xx-large"}},{"type":"CTA","props":{"title":"Startbereit?","subtitle":"Schützen Sie Ihre Benutzer und Ihr Unternehmen mit der Erkennung von Passwortlecks und dem Credential Guard vor Risiken durch Dritte.","button":[{"text":"Erste Schritte","link":"https://auth0.com/signup?place=header\u0026type=button\u0026text=sign%20up"},{"text":"Mit uns Kontakt aufnehmen","link":"https://auth0.com/contact-us"}],"backgroundColor":"linear-gradient(198deg, #111 -16.57%, #191919 63.56%, #4016A0 96.77%, #3F59E4 119.35%)","backgroundImage":{"url":"https://cdn.auth0.com/website/devx/breached-passwords/CTA_section.png","mimeType":"image/png","alt":""},"media":{"url":"","mimeType":"image/svg+xml","alt":""},"bottomSpacing":"xx-large","useTwoSecondaryButtons":false}},{"type":"Resources","props":{"title":"Ressourcen","items":[{"kicker":"Dokumente","heading":"Erkennung von Passwortlecks","url":"https://auth0.com/docs/secure/attack-protection/breached-password-detection","backgroundImage":"https://cdn.auth0.com/website/quantum-web/devx/card-background-placeholder.png"},{"kicker":"Dokumente","heading":"Schutz vor Angriffen","url":"https://auth0.com/docs/secure/attack-protection","backgroundImage":"https://cdn.auth0.com/website/quantum-web/devx/card-background-placeholder-2.png"},{"kicker":"Blog","heading":"Auth0 Credential Guard erkennt Passwortlecks schneller und verhindert die Übernahme von Konten","url":"https://auth0.com/blog/auth0-credential-guard-detects-breached-passwords-faster-to-prevent-account-takeover/","backgroundImage":"https://cdn.auth0.com/website/quantum-web/devx/card-background-placeholder-3.png"}],"bottomSpacing":"xx-large"}}],"langPaths":{"en":"features/breached-passwords","ja":"jp/features/breached-passwords","de":"de/features/breached-passwords","fr":"fr/features/breached-passwords","es":"es/features/breached-passwords","pt":"pt/features/breached-passwords"},"lang":"de","utmCookies":{"utm_medium":""}}},"__N_SSP":true},"page":"/withServerSide","query":{"data":{"pageType":"DevX","name":"Breached Passwords","path":"de/features/breached-passwords","metadata":{"title":"Erkennung von Passwortlecks – Auth0","description":"Die Erkennung von Passwortlecks und der Credential Guard helfen Ihnen, das Risiko von Datenschutzverletzungen zu verringern, indem sie Ihre Benutzer benachrichtigen, wenn ihre Anmeldedaten preisgegeben wurden.","image":{"url":"","mimeType":null},"noindex":false},"blocks":[{"type":"Hero","props":{"title":"Schützen Sie die digitalen Identitäten Ihrer Benutzer","subtitle":"Schützen Sie die Anmeldedaten Ihrer Benutzer durch strenge Kontrollen, proaktive Warnmeldungen und unübertroffene Sicherheit.","button":[{"text":"Erste Schritte","link":"https://auth0.com/signup?type=button\u0026place=features-hero\u0026text=get%20started"},{"text":"Unsere Dokumente lesen","link":"https://auth0.com/docs/secure/attack-protection"}],"breadcrumb":[{"name":"Funktionen"},{"name":"Passwortlecks"}],"icon":{},"backgroundColor":"linear-gradient(198deg, #111 -16.57%, #191919 63.56%, #4016A0 96.77%, #3F59E4 119.35%)","backgroundImage":{},"asset":{"url":"https://images.ctfassets.net/kbkgmx9upatd/1bzy9d5ZWA1fPglBaQk28i/bec19646a752b4fe94c8e9ef70914cc5/hero-breached-passwords.png","mimeType":"image/png","alt":null},"borderRadius":"24px","centered":false,"bottomSpacing":"x-small","useTwoSecondaryButtons":false}},{"type":"SectionWithAlertsAndContent","props":{"title":"Verletzungen durch Dritte können große Probleme verursachen.","description":"Verletzungen des Schutzes sensibler Daten sind eine alltägliche Realität. Herkömmliche Wiederherstellungsmaßnahmen werden erst dann eingeleitet, wenn die Sicherheitsverletzung an die Öffentlichkeit gelangt. Bis dahin ist der Schaden bereits angerichtet. Mit Auth0 können Sie von einer reaktiven Haltung zu einer proaktiven Verteidigung übergehen.","ctaCopy":"Erkennung von Passwortlecks Dokumente","ctaLink":"https://auth0.com/docs/secure/attack-protection/breached-password-detection","alerts":[{"description":"Hack des Streaming-Dienstes Twitch enthüllt Zahlungsinformationen von Top-Nutzern.","bottomIcon":{"url":"https://images.ctfassets.net/kbkgmx9upatd/5Bj5wLZlpQKK10NKjYL229/de36216bf4259770b5944b5b79180ce4/CBC.svg","mimeType":"image/svg+xml"},"iconText":"CBC"},{"description":"GoDaddy gibt an, dass über eine Million Benutzerkonten durch ein Datenleck gefährdet wurden.","bottomIcon":{"url":"https://images.ctfassets.net/kbkgmx9upatd/3buKtkWsQYwdSpF94JJCmJ/58e1d2d96d7957a11a6b34319585e099/TechCrunch.svg","mimeType":"image/svg+xml"},"iconText":"TechCrunch"},{"description":"Kriminelle haben persönliche Daten von fast 50 Millionen T-Mobile-Kunden erlangt.","bottomIcon":{"url":"https://images.ctfassets.net/kbkgmx9upatd/6Fq1Ym5wJn3qk4R44Vgu3l/1f59ca670d78596e5df6d0331b322ef6/cr.svg","mimeType":"image/svg+xml"},"iconText":"Verbraucherberichte"}],"bottomSpacing":"x-small"}},{"type":"SectionWithCenteredContentAndAsset","props":{"title":"Wie Auth0 die Identitäten Ihrer Benutzer schützt","subtitle":"Auth0 trägt dazu bei, die mit Kontoübernahmen verbundenen Kosten zu eliminieren und Ihre Benutzer in drei einfachen Schritten zu schützen:","link":[],"sectionTitleAlignment":"left","imageOrVideo":{},"videoOverlayImage":{},"vidyardVideoId":"","vidyardVideoThumbnail":"","youtubeVideoEmbedLink":"","showControls":false,"caption":"","backgroundColor":"","backgroundImage":{},"bottomSpacing":"medium","removeInnerSpacing":true}},{"type":"SectionWithColumns","props":{"kicker":"","title":"","subtitle":"","item":[{"icon":"https://cdn.auth0.com/website/devx/breached-passwords/Icon_Shield.svg","heading":"Proaktiver Schutz","paragraph":"In dem Moment, in dem die Anmeldedaten eines Benutzers mit einer bekannten Verletzung durch Dritte übereinstimmen, schlagen wir Alarm. Sowohl Sie als auch Ihre Nutzer werden sofort gewarnt.","ctaLabel":null,"ctaUrl":null},{"icon":"https://cdn.auth0.com/website/devx/breached-passwords/Icon_Alerts.svg","heading":"Aktive Prävention","paragraph":"Ein geknacktes Konto bleibt nicht für den Missbrauch offen. Wir sperren es und fordern die Benutzer auf, ihre Passwörter zu aktualisieren und ihren Schutz mit Multi-Faktor-Authentifizierung (MFA) zu erhöhen.","ctaLabel":null,"ctaUrl":null},{"icon":"https://cdn.auth0.com/website/devx/breached-passwords/Icon_Email.svg","heading":"Personalisierung","paragraph":"Ihre Markenbotschaft bleibt konsistent, auch bei Warnmeldungen. Passen Sie den Inhalt und das Design der E-Mail-Warnungen an, damit sie bei Ihren Benutzern auf Resonanz stoßen.","ctaLabel":null,"ctaUrl":null}],"columnStyle":"three-column","titleCentered":true,"bottomSpacing":"xx-large"}},{"type":"SectionWithCenteredContentAndAsset","props":{"title":"Erhöhen Sie Ihre Sicherheit mit Credential Guard","subtitle":"Nutzen Sie unsere umfangreiche Datenbank mit kompromittierten Daten, um Ihre Verteidigung gegen groß angelegte Bedrohungen durch Kontoübernahmen zu stärken.","link":[],"sectionTitleAlignment":"left","imageOrVideo":{"url":"https://cdn.auth0.com/website/breached-passwords/Auth0_Credential_Guard_Full_length_Captions.webm","mimeType":"video/webm"},"videoOverlayImage":{"url":"https://cdn.auth0.com/website/devx/breached-passwords/video_overlay_image.jpg","mimeType":"image/png"},"vidyardVideoId":"","vidyardVideoThumbnail":"","youtubeVideoEmbedLink":"","showControls":true,"caption":"","backgroundColor":"","backgroundImage":{"url":"https://cdn.auth0.com/website/devx/m2m/BG.png","mimeType":"image/png"},"bottomSpacing":"x-small","removeInnerSpacing":false}},{"type":"SectionWithColumns","props":{"kicker":"","title":"","subtitle":"","item":[{"icon":"https://cdn.auth0.com/website/devx/breached-passwords/Icon_Accelerator.svg","heading":"Weltweite Wachsamkeit","paragraph":"Legen Sie das Sicherheitsnetz in über 200 Ländern und Gebieten aus. Wenn ein kompromittierter Berechtigungsnachweis versucht, sich Zugang zu verschaffen, sind wir zur Stelle – wir blockieren und alarmieren.","ctaLabel":null,"ctaUrl":null},{"icon":"https://cdn.auth0.com/website/devx/breached-passwords/Group.svg","heading":"Sofortige Neutralisierung von Bedrohungen","paragraph":"Wenn ein Sicherheitsverstoß auftritt, treten wir in Aktion, identifizieren potenzielle Bedrohungen für eine Kontoübernahme und setzen Passwörter sofort zurück.","ctaLabel":null,"ctaUrl":null},{"icon":"https://cdn.auth0.com/website/devx/breached-passwords/Group.svg","heading":"Spezialisierte Sicherheitsbrigade","paragraph":"Lernen Sie unsere digitalen Wächter kennen. Unser engagiertes Team von Sicherheitsexperten dringt tiefer ein und deckt Bedrohungen auf, die automatischen Scannern entgehen könnten.","ctaLabel":null,"ctaUrl":null}],"columnStyle":"three-column","titleCentered":true,"bottomSpacing":"xx-large"}},{"type":"Table","props":{"backgroundColor":"url(https://cdn.auth0.com/website/quantum-web/devx/columns-bg-placeholder.jpg), lightgray 0px -0.111px / 100% 100.023% no-repeat","columnTitle":[{"title":"Erkennung von Passwortlecks","description":"Schützen Sie die Benutzer vor Kontohackern, die gestohlene Passwörter aus veröffentlichten Sicherheitsverletzungen verwenden.","isGreyColumn":true},{"title":"Credential Guard","description":"Schützen Sie hochwertige Konten vor Übernahmeversuchen, indem Sie gestohlene Passwörter anhand von Daten aus dem Dark Web so schnell wie möglich erkennen und zurücksetzen.","isGreyColumn":false}],"row":[{"title":"Einschließlich Pläne","greyColumnContent":"B2B/B2C Professionell und Unternehmen","gradientColumnContent":"Teil des Angriffsschutz-Add-ons im Enterprise-Tarif"},{"title":"Datenerfassungsmethode","greyColumnContent":"Web-Scanner und -Scraper suchen bei veröffentlichten Sicherheitsverletzungen nach Benutzerdaten","gradientColumnContent":"Spezielles Sicherheitsteam, das kriminelle Gemeinschaften infiltriert und Zugang zu Daten erhält, die sonst nicht verfügbar sind"},{"title":"Typische Erkennungszeit","greyColumnContent":"Bis zu 7-13 Monaten","gradientColumnContent":"12-36 Stunden"},{"title":"Empfohlene Verwendung","greyColumnContent":"Selbstbedienungskonten, Testszenarien","gradientColumnContent":"Unternehmen, Produktionsumgebungen, Großkunden"},{"title":"Deckung","greyColumnContent":"Nur auf Englisch","gradientColumnContent":"mehr als 200 Länder und Gebiete"}],"bottomSpacing":"xx-large"}},{"type":"CTA","props":{"title":"Startbereit?","subtitle":"Schützen Sie Ihre Benutzer und Ihr Unternehmen mit der Erkennung von Passwortlecks und dem Credential Guard vor Risiken durch Dritte.","button":[{"text":"Erste Schritte","link":"https://auth0.com/signup?place=header\u0026type=button\u0026text=sign%20up"},{"text":"Mit uns Kontakt aufnehmen","link":"https://auth0.com/contact-us"}],"backgroundColor":"linear-gradient(198deg, #111 -16.57%, #191919 63.56%, #4016A0 96.77%, #3F59E4 119.35%)","backgroundImage":{"url":"https://cdn.auth0.com/website/devx/breached-passwords/CTA_section.png","mimeType":"image/png","alt":""},"media":{"url":"","mimeType":"image/svg+xml","alt":""},"bottomSpacing":"xx-large","useTwoSecondaryButtons":false}},{"type":"Resources","props":{"title":"Ressourcen","items":[{"kicker":"Dokumente","heading":"Erkennung von Passwortlecks","url":"https://auth0.com/docs/secure/attack-protection/breached-password-detection","backgroundImage":"https://cdn.auth0.com/website/quantum-web/devx/card-background-placeholder.png"},{"kicker":"Dokumente","heading":"Schutz vor Angriffen","url":"https://auth0.com/docs/secure/attack-protection","backgroundImage":"https://cdn.auth0.com/website/quantum-web/devx/card-background-placeholder-2.png"},{"kicker":"Blog","heading":"Auth0 Credential Guard erkennt Passwortlecks schneller und verhindert die Übernahme von Konten","url":"https://auth0.com/blog/auth0-credential-guard-detects-breached-passwords-faster-to-prevent-account-takeover/","backgroundImage":"https://cdn.auth0.com/website/quantum-web/devx/card-background-placeholder-3.png"}],"bottomSpacing":"xx-large"}}],"langPaths":{"en":"features/breached-passwords","ja":"jp/features/breached-passwords","de":"de/features/breached-passwords","fr":"fr/features/breached-passwords","es":"es/features/breached-passwords","pt":"pt/features/breached-passwords"},"lang":"de"},"isWithExperiment":false},"buildId":"9yUI_ajWAoeO5AenT-NWs","assetPrefix":"/b2b-enterprise-identity-management","isFallback":false,"gssp":true,"customServer":true,"scriptLoader":[]}</script></body></html>

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