:root{--pw-shell-top: #0b0b0c;--pw-shell-bottom: #191a1d;--pw-fg: #f2f2f0;--pw-fg-muted: rgb(242 242 240 / .55);--pw-fg-faint: rgb(242 242 240 / .35);--pw-cta-label: #101012;--pw-danger: #ff7b72;--pw-font: "Inter Variable", Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;--pw-ease: cubic-bezier(.22, 1, .36, 1)}html{background:var(--pw-shell-top);color-scheme:dark}.pw-body{margin:0;min-height:100dvh;color:var(--pw-fg);font-family:var(--pw-font);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;background-color:var(--pw-shell-top);background-image:radial-gradient(circle,rgb(255 255 255 / .06) 1px,transparent 1px),linear-gradient(180deg,var(--pw-shell-top),var(--pw-shell-bottom));background-size:24px 24px,auto;background-attachment:fixed,fixed}.pw-body .skip-link{position:absolute;left:-999px;top:8px;z-index:50;padding:8px 12px;border-radius:999px;background:var(--pw-fg);color:var(--pw-cta-label)}.pw-body .skip-link:focus{left:8px}.pw-ground{position:fixed;inset:0;z-index:0;width:100%;height:100%;display:block;pointer-events:none}.pw-ground[hidden]{display:none}.pw-chrome,.pw-shell,.pw-scrim,.pw-footer,.pw-noscript{position:relative;z-index:1}.pw-chrome,.pw-scrim,.pw-footer,.pw-noscript{position:fixed}.pw-mark--wordmark{width:118px}.pw-chrome{position:fixed;inset-inline:0;top:48px;z-index:10;display:flex;align-items:center;padding:0 24px;pointer-events:none}.pw-mark{display:block;width:44px;pointer-events:auto;opacity:.92;transition:opacity .16s var(--pw-ease)}.pw-mark:hover,.pw-mark:focus-visible{opacity:1}.pw-mark img{display:block;width:100%;height:auto}.pw-dots{position:absolute;left:50%;top:50%;display:flex;align-items:center;gap:8px;margin:0;padding:0;list-style:none;transform:translate(-50%,-50%)}.pw-dots li{display:block;height:6px;width:6px;border-radius:999px;background:#f2f2f04d;transition:width .22s var(--pw-ease),background-color .22s var(--pw-ease)}.pw-dots li[aria-current=step]{width:28px;background:var(--pw-fg)}.pw-dots li.is-complete{background:#f2f2f099}.pw-context{position:absolute;left:50%;top:22px;margin:0;color:var(--pw-fg-muted);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10px;letter-spacing:.08em;line-height:1.4;text-align:center;text-transform:uppercase;white-space:nowrap;transform:translate(-50%)}.pw-context[hidden]{display:none}.pw-shell{display:flex;justify-content:center;align-items:flex-start;min-height:100dvh;padding:106px 16px 176px}.pw-form{position:relative;width:100%;max-width:42rem;margin:0 auto}.pw-trap{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.pw-step{display:flex;flex-direction:column;align-items:center;width:100%;text-align:center;min-height:min(1000px,max(0px,calc(100dvh - 106px - 11rem)));justify-content:center}.pw-step[hidden]{display:none}.pw-step.is-entering{animation:pw-enter .28s var(--pw-ease) both}.pw-step.is-entering.from-back{animation-name:pw-enter-back}.pw-step.is-leaving{animation:pw-leave .14s ease-in both}@keyframes pw-enter{0%{opacity:0;transform:translate(28px)}to{opacity:1;transform:none}}@keyframes pw-enter-back{0%{opacity:0;transform:translate(-28px)}to{opacity:1;transform:none}}@keyframes pw-leave{to{opacity:0}}.pw-title{margin:0;max-width:42rem;font-family:var(--pw-font);font-size:2.5rem;line-height:1.15;letter-spacing:-.02em;font-weight:400;color:var(--pw-fg);text-wrap:balance}.pw-lede{margin:20px 0 0;max-width:28rem;font-size:14px;line-height:24px;color:var(--pw-fg-muted);text-wrap:pretty}.pw-field{position:relative;width:100%;max-width:576px;height:80px;margin-top:48px}.pw-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:0;pointer-events:none;user-select:none;font-size:2.25rem;font-weight:600;letter-spacing:-.01em;color:var(--pw-fg-faint);white-space:nowrap}.pw-field.has-value .pw-placeholder{display:none}.pw-caret{display:inline-block;width:2px;height:.9em;margin-right:1px;border-radius:999px;background:var(--pw-fg);animation:pw-blink 1.1s steps(1,end) infinite}@keyframes pw-blink{50%{opacity:0}}.pw-input{height:100%;width:100%;padding:0;border:0;background:transparent;text-align:center;font-family:inherit;font-size:2.25rem;font-weight:600;letter-spacing:-.01em;color:var(--pw-fg);caret-color:var(--pw-fg);outline:none;box-shadow:none;border-radius:0}.pw-field:not(.has-value) .pw-input{color:transparent;caret-color:transparent}.pw-input:disabled,.pw-textarea:disabled{cursor:not-allowed;opacity:.5}.pw-field--long{height:auto;margin-top:40px}.pw-textarea{display:block;width:100%;min-height:7.5rem;padding:12px 8px 16px;border:0;border-bottom:1px solid rgb(242 242 240 / .18);background:transparent;resize:none;text-align:center;font-family:inherit;font-size:1.375rem;line-height:1.4;font-weight:500;letter-spacing:-.01em;color:var(--pw-fg);caret-color:var(--pw-fg);outline:none;transition:border-color .16s var(--pw-ease)}.pw-textarea::placeholder{color:var(--pw-fg-faint);font-weight:500}.pw-textarea:focus{border-bottom-color:#f2f2f080}.pw-data-use{max-width:36rem;margin:22px 0 0;color:var(--pw-fg-faint);font-size:11px;line-height:17px;text-wrap:pretty}.pw-data-use a{color:var(--pw-fg-muted);text-decoration:underline;text-underline-offset:2px}.pw-data-use a:hover,.pw-data-use a:focus-visible{color:var(--pw-fg)}.pw-choices{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;max-width:576px;margin-top:48px}.pw-choice{height:40px;padding:0 18px;border:1px solid transparent;border-radius:999px;background:#f2f2f01a;color:var(--pw-fg);font-family:inherit;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .16s var(--pw-ease),color .16s var(--pw-ease),transform .16s var(--pw-ease)}.pw-choice:hover{background:#f2f2f029}.pw-choice:focus-visible{outline:2px solid rgb(242 242 240 / .7);outline-offset:2px}.pw-choice[aria-checked=true]{background:var(--pw-fg);color:var(--pw-cta-label)}.pw-summary{display:grid;grid-template-columns:auto auto;gap:8px 20px;margin:40px 0 0;padding:20px 24px;border-radius:14px;background:#f2f2f00f;border:1px solid rgb(242 242 240 / .08);text-align:left;font-size:14px;line-height:20px}.pw-summary:empty{display:none}.pw-summary dt{margin:0;color:var(--pw-fg-muted);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px;letter-spacing:.04em;text-transform:uppercase;line-height:20px}.pw-summary dd{margin:0;color:var(--pw-fg);overflow-wrap:anywhere}.pw-error{width:100%;max-width:576px;margin:16px auto 0;padding:12px 16px;border-radius:6px;border:1px solid rgb(248 81 73 / .3);background:#f851491a;color:var(--pw-danger);font-size:14px;line-height:20px;text-align:left}.pw-error[hidden]{display:none}.pw-error a{color:inherit;text-decoration:underline;text-underline-offset:2px}.pw-scrim{position:fixed;inset-inline:0;bottom:0;z-index:10;height:144px;pointer-events:none;background:linear-gradient(to top,#000000 35%,transparent)}.pw-footer{position:fixed;inset-inline:0;bottom:20px;z-index:20;display:flex;flex-direction:column;align-items:center;gap:12px;width:100%;max-width:500px;margin:0 auto;padding:0 16px;box-sizing:border-box}.pw-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;font-family:inherit;font-size:14px;font-weight:500;line-height:1;text-decoration:none;white-space:nowrap;cursor:pointer;transition:background-color .16s var(--pw-ease),color .16s var(--pw-ease),opacity .16s var(--pw-ease),transform .16s var(--pw-ease)}.pw-btn[hidden]{display:none}.pw-btn--primary{height:38px;min-width:11rem;padding:0 24px;background:var(--pw-fg);color:var(--pw-cta-label)}.pw-btn--primary:hover:not(:disabled){background:#fff}.pw-btn--primary:active:not(:disabled){transform:translateY(1px)}.pw-btn--primary:disabled{cursor:not-allowed;opacity:.5}.pw-btn--primary.is-busy{color:transparent;position:relative}.pw-btn--primary.is-busy:after{content:"";position:absolute;width:16px;height:16px;border-radius:999px;border:2px solid rgb(16 16 18 / .25);border-top-color:var(--pw-cta-label);animation:pw-spin .7s linear infinite}@keyframes pw-spin{to{transform:rotate(360deg)}}.pw-btn--ghost{height:40px;padding:0 16px;background:transparent;color:var(--pw-fg-muted)}.pw-btn--ghost:hover{color:var(--pw-fg)}.pw-btn:focus-visible{outline:2px solid rgb(242 242 240 / .7);outline-offset:2px}.pw-noscript{position:fixed;inset-inline:0;bottom:80px;margin:0 auto;max-width:32rem;padding:0 16px;text-align:center;color:var(--pw-fg-muted)}.pw-noscript a{color:var(--pw-fg)}@media(max-width:640px){.pw-chrome{top:28px;padding:0 20px}.pw-shell{padding-top:88px}.pw-step{min-height:min(1000px,max(0px,calc(100dvh - 88px - 11rem)))}.pw-title{font-size:2rem}.pw-field{height:64px;margin-top:36px}.pw-placeholder,.pw-input{font-size:1.625rem}.pw-textarea{font-size:1.125rem}.pw-summary{grid-template-columns:1fr;gap:2px}.pw-summary dd+dt{margin-top:10px}}@media(max-height:700px)and (max-width:640px){.pw-footer{bottom:12px;flex-direction:row;justify-content:center;gap:4px;padding:0 10px}.pw-btn--primary{min-width:9.5rem;padding-inline:14px}.pw-btn--ghost{padding-inline:6px;font-size:12px}}@media(min-width:641px){.pw-placeholder,.pw-input{font-size:3rem}}@media(prefers-reduced-motion:reduce){.pw-step.is-entering,.pw-step.is-leaving,.pw-caret,.pw-dots li,.pw-btn,.pw-choice{animation:none;transition:none}}
