html{scroll-behavior:smooth}section[id]{scroll-margin-top:80px}.reveal-on-scroll{--reveal-delay: 0ms;opacity:0;transform:translateY(18px);transition:opacity .48s ease-out var(--reveal-delay),transform .48s ease-out var(--reveal-delay);will-change:opacity,transform}.reveal-on-scroll.is-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion: reduce){.reveal-on-scroll{opacity:1;transform:none;transition:none}}.lp{color:#101828}.lp-link-light{color:#fff;font-weight:700;text-decoration:underline}.lp-link-light:hover{color:#fff}.lp-link-primary{color:#0148d4;text-decoration:underline}.lp-scroll-indicator{position:fixed;left:50%;bottom:26px;transform:translate(-50%);z-index:15;display:flex;flex-direction:column;align-items:center;background:transparent;gap:8px;padding:10px 14px;animation:lp-scroll-indicator-float 1.2s ease-in-out infinite;cursor:pointer;display:none}.lp-scroll-indicator.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.lp-scroll-indicator-mouse{width:16px;height:24px;border:1.5px solid #98a2b3;border-radius:999px;display:inline-flex;justify-content:center;padding-top:4px}.lp-scroll-indicator-dot{width:3px;height:6px;border-radius:999px;background:#667085;animation:lp-scroll-indicator-dot 1.2s ease-in-out infinite}.lp-scroll-indicator-label{color:#475467;font-size:12px;line-height:1;font-weight:500;letter-spacing:.02em}@keyframes lp-scroll-indicator-dot{0%,to{opacity:.45;transform:translateY(0)}50%{opacity:1;transform:translateY(5px)}}@keyframes lp-scroll-indicator-float{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(6px)}}.lp-wrap{width:min(1280px,calc(100% - 64px));margin:0 auto}.lp-nav{position:sticky;top:0;z-index:20;background:transparent;border-bottom:1px solid transparent;transition:background-color .26s ease,border-color .26s ease,box-shadow .26s ease}.lp-nav.scrolled{background:#fff;border-bottom-color:#e9eaeb;box-shadow:0 8px 24px #10182814}.lp-nav-inner{height:80px;display:flex;align-items:center;justify-content:flex-start;gap:32px}.lp-mobile-toggle{display:none;margin-left:auto;width:40px;height:40px;padding:0;border:0;background:transparent;align-items:center;justify-content:center;flex-direction:column;gap:5px}.lp-mobile-toggle span{display:block;width:20px;height:2px;background:#101828;transition:transform .3s ease,opacity .3s ease}.lp-mobile-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.lp-mobile-toggle.open span:nth-child(2){opacity:0}.lp-mobile-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.lp-mobile-menu{display:none}.lp-logo{display:flex;align-items:center;border:0;background:transparent;padding:0;cursor:pointer}.lp-logo:focus,.lp-logo:focus-visible{outline:none}.lp-logo img{height:35px;width:auto;display:block;margin-right:40px}.lp-nav-links{display:flex;gap:48px}.lp-nav-link-button{color:#414651;font-weight:600;border:0;background:transparent;padding:0;font:inherit;cursor:pointer;font-size:16px;position:relative;transition:color .22s ease}.lp-nav-link-button:after{content:"";position:absolute;left:0;bottom:-6px;width:100%;height:2px;background:#0148d4;transform:scaleX(0);transform-origin:left;transition:transform .22s ease}.lp-nav-link-button:hover{color:#0148d4}.lp-nav-link-button:hover:after{transform:scaleX(1)}button.lp-nav-link-button{font-weight:600;line-height:24px}.lp-nav-actions{display:flex;gap:14px;margin-left:auto}.lp-btn{border-radius:8px;padding:10px 16px;font-weight:600;border:1px solid transparent;cursor:pointer;transition:background .22s ease,border-color .22s ease,color .22s ease}.lp-btn:disabled{opacity:.7;cursor:not-allowed}.lp-btn:focus,.lp-btn:focus-visible,.lp-nav-link-button:focus,.lp-nav-link-button:focus-visible,.lp-footer-link:focus,.lp-footer-link:focus-visible,.faq-trigger:focus,.faq-trigger:focus-visible{outline:none}.lp-btn-ghost{background:#fff;border-color:#d5d7da;color:#101828}.lp-btn-primary{background:#0148d4;color:#fff;position:relative;isolation:isolate;overflow:hidden}.lp-btn-magenta{background:#ab1bee;color:#fff;position:relative;isolation:isolate;overflow:hidden}.lp-btn-primary:before,.lp-btn-magenta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#013fbc,#0136a3);transform:scaleX(0);transform-origin:left;transition:transform .28s ease;z-index:-1}.lp-btn-primary:hover:before,.lp-btn-primary:focus-visible:before,.lp-btn-magenta:hover:before,.lp-btn-magenta:focus-visible:before{transform:scaleX(1)}.lp-btn-temp-hidden{display:none}.lp-hero{padding:20px 0 48px}.lp-hero-image{width:115%}.lp-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.lp-hero h1{color:#101828;font-size:57px;font-style:normal;font-weight:600;line-height:62px;letter-spacing:-1.18px;margin:0;width:100%;max-width:516px;overflow-wrap:anywhere}.lead,.sublead,.section-lead{color:#4a5565}.lead,.sublead{width:100%;max-width:510px}p.section-lead{font-size:20px;line-height:30px;font-weight:400}.lead{font-size:20px;line-height:1.35;margin:24px 0 0}p.lead span{font-weight:600;color:#0148d4}.sublead{margin:18px 0;font-size:18px}.lp-capture{display:flex;gap:8px;margin:10px 0 8px;width:100%;max-width:516px}.lp-capture input{flex:1;min-width:0;min-height:48px;border:1px solid #d5d7da;border-radius:8px;padding:0 14px;background-color:#fff;color:#101828;-webkit-appearance:none;-moz-appearance:none;appearance:none}.lp-capture input::placeholder{font-size:16px;color:#6c737f}.lp-capture input:-webkit-autofill,.lp-capture input:-webkit-autofill:hover,.lp-capture input:-webkit-autofill:focus{-webkit-text-fill-color:#101828;box-shadow:0 0 0 1000px #fff inset;transition:background-color 9999s ease-in-out 0s}.lp-waitlist-social-proof{display:flex;align-items:center;gap:8px;margin:24px 0 10px}.lp-waitlist-avatars{display:flex;align-items:center;padding-right:8px}.lp-waitlist-avatar{width:32px;height:32px;border-radius:200px;border:.75px solid rgba(0,0,0,.08);box-shadow:0 0 0 1.5px #fff;overflow:hidden;position:relative;z-index:calc(10 - var(--avatar-index))}.lp-waitlist-avatar+.lp-waitlist-avatar{margin-left:-8px}.lp-waitlist-avatar img{width:100%;height:100%;border-radius:200px;object-fit:cover;display:block}.lp-waitlist-caption{margin:0;color:#4a5565;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:-.1504px}.lp-waitlist-caption strong{color:#101828;font-weight:700}.lp-form-feedback-success,.lp-form-feedback-error{margin:8px 0 0;font-size:14px}.lp-form-feedback-success{color:#067647}.lp-form-feedback-error{color:#b42318}.lp-hero-image img,.phone-block img,.audience img{width:100%;border-radius:20px}.lp-section{padding:66px 0}.center-title{text-align:center;max-width:768px}.lp-apie .center-title{max-width:850px}.center-title h2{margin:0 0 10px;font-size:36px;color:#101828;text-align:center;line-height:44px;letter-spacing:-.72px;font-weight:600}.eyebrow{color:#0148d4;text-align:center;font-size:16px;font-weight:600;line-height:24px}.two-col{margin-top:56px;display:grid;grid-template-columns:1fr 1fr;gap:96px;font-size:20px;line-height:34px;color:#252b37}.lp-apie-compare{margin-top:56px;display:grid;grid-template-columns:minmax(240px,388px) 48px minmax(240px,371px);justify-content:center;align-items:start;column-gap:20px}.lp-apie-column{display:flex;flex-direction:column;gap:16px}.lp-apie-column-problems{text-align:right;align-items:flex-end}.lp-apie-column-solution{text-align:left;align-items:flex-start}.lp-apie-icon-shell{width:58px;height:58px;border-radius:24px;position:relative;overflow:hidden}.lp-apie-icon-bg{width:100%;height:100%;display:block}.lp-apie-icon-inner{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:42px;height:42px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center}.lp-apie-icon-inner img{width:20px;height:20px;display:block}.lp-apie-icon-inner-alert{background:#f97066}.lp-apie-icon-inner-solution{background:#17b26a}.lp-apie-column-content{display:flex;flex-direction:column;gap:24px;width:100%}.lp-apie-column-content h3{margin:0;color:#181d27;font-size:18px;line-height:28px;font-weight:600;letter-spacing:0}.lp-apie-column-content ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:20px}.lp-apie-column-content li{margin:0;color:#535862;font-size:18px;line-height:15px;font-weight:400}.lp-apie-li-reveal{opacity:0;transform:translateY(8px)}.lp-apie-compare.is-visible .lp-apie-li-reveal{animation:lp-apie-li-fade-in .38s ease forwards;animation-delay:var(--ap-delay, 0ms)}.lp-apie-column-content li strong{font-weight:500}.lp-apie-arrows{align-self:center;display:flex;flex-direction:column;gap:19px;margin-top:126px;margin-left:13px;width:17px}.lp-apie-arrows img{width:17px;height:17px;display:block}@keyframes lp-apie-li-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.lp-apie,.lp-features{background-color:#fff3}.lp-apie{padding-bottom:0}.lp-apie-text{display:block;font-weight:600;margin-bottom:10px}.three-col{display:grid;grid-template-columns:.85fr 1.3fr .85fr;gap:40px;align-items:center;border-top:1px solid #EFE6DE;padding-top:40px}.feature-list{display:flex;flex-direction:column;gap:48px;max-width:360px}.feature-list:first-child{justify-self:end}.feature-list:last-child{justify-self:start}.phone-block{width:100%;max-width:560px;justify-self:center}.feature-item{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.feature-item-icon{width:48px;height:48px;border-radius:24px;background:#f2f4f7;border:1px solid #e9eaeb;display:flex;align-items:center;justify-content:center;color:#0148d4;font-size:20px;font-weight:700;overflow:hidden;position:relative}.feature-item-icon-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.feature-item-icon-glyph{width:20px;height:20px;position:relative;z-index:1}.feature-item-text{width:100%;display:flex;flex-direction:column;gap:4px}.feature-item-text h3{margin:0;font-size:18px;font-weight:600;line-height:1.3;color:#181d27}.feature-item-text p{margin:0;color:#535862;font-size:16px;line-height:1.5}.lp-audience{background-color:#ffffff80}.lp-audience-intro{margin:0;color:#475467;font-size:20px;line-height:30px;font-weight:400}.lp-audience-v2{margin-top:56px;display:flex;flex-direction:column;gap:32px}.lp-audience-row{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center}.lp-audience-content,.lp-audience-image{width:100%;max-width:560px;justify-self:center}.lp-audience-featured-icon{display:inline-flex;align-items:center;justify-content:center;margin-bottom:20px}.lp-audience-featured-icon img{display:block}.lp-audience-content h3{margin:0;color:#181d27;font-size:30px;line-height:38px;font-weight:600}.lp-audience-content p{margin:16px 0 0;color:#535862;font-size:18px;line-height:28px;max-width:560px;font-weight:600}.lp-audience-content ul{margin:28px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:20px}.lp-audience-content li{display:flex;align-items:flex-start;gap:12px;color:#535862;font-size:18px;line-height:28px}.lp-audience-content li img{width:28px;height:28px;flex-shrink:0}.lp-audience-image img{width:100%;aspect-ratio:1 / 1;border-radius:0;object-fit:cover;display:block}.steps{margin-top:70px;margin-bottom:70px;display:grid;grid-template-columns:repeat(4,1fr);gap:32px;position:relative}.steps:before{content:"";position:absolute;top:21%;left:45px;transform:translateY(-50%);width:76%;height:1px;background:#d5d7da;z-index:0}.step-card{display:flex;flex-direction:column;align-items:flex-start;gap:8px;text-align:left;padding:32px}.step-icon{width:95px;height:100px;object-fit:contain;margin-bottom:19px;position:relative;z-index:1;left:-15px}.steps .step-card:nth-child(3) .step-icon{left:0}.steps h4{margin:0;font-size:18px;line-height:28px;font-weight:600;color:#252b37}.step-label{margin:0;background:linear-gradient(90deg,#0356c3 42.308%,#ad46ff);color:transparent;background-clip:text;-webkit-background-clip:text;font-weight:600;font-size:14px;line-height:20px;text-transform:uppercase}.step-copy{margin:0;color:#4a5565;font-size:16px;line-height:24px}.lp-how,.lp-contact{background-color:#eff3f899}.lp-section.lp-growth{padding:96px 0 0;background:#fff}.lp-faq{background-color:#fff9}.lp-section.lp-contact{padding:96px 0}.lp-contact-inner{display:flex;flex-direction:column;gap:64px}.lp-contact-heading .eyebrow{margin:0 0 12px}.lp-contact-heading h2{margin-bottom:0}.lp-contact-lead{margin:20px 0 0;font-size:20px;line-height:30px;font-weight:400;color:#535862}.lp-contact-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:64px 32px}.lp-contact-card{flex:1 1 240px;min-width:240px;max-width:360px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center}.lp-contact-featured{position:relative;width:48px;height:48px;border-radius:24px;flex-shrink:0}.lp-contact-featured-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:24px;display:block}.lp-contact-featured-inner{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:32px;height:32px;border-radius:999px;background:#0148d4;display:flex;align-items:center;justify-content:center}.lp-contact-featured-inner img{width:20px;height:20px;display:block}.lp-contact-card-label{margin:0;font-size:18px;line-height:28px;font-weight:600;color:#181d27}a.lp-contact-card-link{font-size:16px;line-height:24px;font-weight:600;color:#0148d4;text-decoration:none;text-align:center;word-break:break-word}a.lp-contact-card-link:hover{text-decoration:underline}.lp-growth-heading .eyebrow{margin:0 0 12px}.lp-growth-heading h2{margin-bottom:0}.lp-growth-layout{margin-top:64px;width:min(1280px,calc(100% - 32px));display:grid;grid-template-columns:minmax(320px,1fr) minmax(420px,1fr);align-items:center;gap:64px}.lp-growth-list-wrap{padding-left:16px}.lp-growth-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:20px}.lp-growth-list li{display:flex;align-items:flex-start;gap:12px;color:#535862;font-size:18px;line-height:28px}.lp-growth-list li img{width:28px;height:28px;flex-shrink:0;background:#f9f5ff;border-radius:999px}.faq{margin-top:54px;max-width:768px}.faq-item{border-bottom:1px solid #e0e3e6}.faq-question{margin:0}.faq-trigger{width:100%;border:0;background:transparent;padding:22px 0;display:flex;justify-content:space-between;align-items:center;gap:16px;text-align:left;font:inherit;color:inherit;cursor:pointer}.faq-trigger span:first-child{font-size:16px;font-weight:600}.faq-icon{display:inline-block;width:20px;text-align:center;font-size:18px;color:#414651;transform:rotate(0);transition:transform .22s ease,color .22s ease}.faq-item.is-open .faq-icon{transform:rotate(180deg);color:#155dfc}.faq-panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .26s ease}.faq-item.is-open .faq-panel{grid-template-rows:1fr}.faq-panel-inner{overflow:hidden}.faq-item p{margin:0;padding:0 0 24px;color:#535862;opacity:0;transform:translateY(-4px);transition:opacity .22s ease,transform .22s ease}.faq-item.is-open p{opacity:1;transform:translateY(0)}.lp-cta{background:#0148d4;color:#fff;padding:70px 0 60px}.lp-cta .lp-waitlist-caption{font-size:14px}.lp-admin{background:#f8f9fc}.lp-admin-panel{margin-top:16px;padding:20px;background:#fff;border:1px solid #e4e7ec;border-radius:12px}.lp-admin-actions{display:flex;gap:12px;flex-wrap:wrap}.lp-admin-count{margin:16px 0 12px;font-size:14px;color:#535862}.lp-admin-table-wrap{overflow-x:auto}.lp-admin-table{width:100%;border-collapse:collapse;background:#fff}.lp-admin-table th,.lp-admin-table td{text-align:left;padding:10px 12px;border-top:1px solid #eaecf0;font-size:14px}.lp-admin-table th{color:#475467;font-weight:600}.cta-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px}.cta-grid h3{margin:0;font-size:30px;line-height:38px;font-weight:600}.cta-grid p{color:#e9d7fe;font-size:18px;line-height:28px;font-weight:400}.lp-footer{background:#22262f;color:#94979c;padding:37px 0}.lp-footer-inner{display:flex;flex-direction:column;gap:26px}.lp-footer-main{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:48px 32px;width:100%}.lp-footer-left{display:flex;flex-direction:column;gap:32px;min-width:0;flex:1 1 240px}.lp-footer-logo{margin:0;color:#fff;font-size:20px;line-height:30px;font-weight:600}.lp-footer-nav{display:flex;flex-wrap:wrap;align-items:center;gap:32px}.lp-footer-link{margin:0;padding:0;border:0;background:none;font:inherit;font-size:16px;line-height:24px;font-weight:600;color:#94979c;text-decoration:none;cursor:pointer;white-space:nowrap}a.lp-footer-link{cursor:pointer}.lp-footer-link:hover{color:#fff}.lp-footer-actions{display:flex;align-items:center;justify-content:flex-end;flex:0 0 auto;min-height:86px}.lp-footer-scroll{position:relative;flex-shrink:0;width:48px;height:48px;padding:0;border-radius:999px;border:2px solid rgba(255,255,255,.12);background:#0148d4;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:inset 0 0 0 1px #0c0e122e,inset 0 -2px #0c0e120d}.lp-footer-scroll:hover{filter:brightness(1.06)}.lp-footer-scroll svg{width:20px;height:20px}.lp-footer-bar{border-top:1px solid #373a41;padding-top:32px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:24px 32px;width:100%}.lp-footer-copy{margin:0;flex:1 1 200px;min-width:min(100%,200px);font-size:16px;line-height:24px;font-weight:400;color:#94979c}.lp-footer-socials{display:flex;align-items:center;gap:24px}.lp-footer-social{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;color:#94979c;text-decoration:none}.lp-footer-social:hover{color:#fff}.lp-footer-social svg{width:24px;height:24px;fill:currentColor}@media (max-width: 1000px){.lp-scroll-indicator{left:50%;bottom:16px;transform:translate(-50%)}.lp-hero-grid,.two-col,.lp-apie-compare,.three-col,.steps,.cta-grid,.lp-audience-row{grid-template-columns:1fr}.lp-hero-grid{gap:24px}.lp-hero h1{font-size:45px;line-height:46px;width:100%;max-width:100%}.lp-hero-image,.lead,.sublead{width:100%;max-width:100%}p.section-lead{font-size:20px;line-height:30px;font-weight:400}.lp-capture{width:100%;max-width:100%;flex-wrap:wrap}.lp-capture input,.lp-capture .lp-btn{width:100%}.lp-growth-layout{width:min(1280px,calc(100% - 64px));margin-left:auto;margin-right:auto;gap:24px}.lp-growth-list-wrap{padding-left:0}.lp-growth-list li{font-size:16px;line-height:24px;word-break:break-word;overflow-wrap:anywhere}.lp-growth-list li img{width:24px;height:24px}.lp-growth-mockup{width:100%;max-width:100%}.lp-growth-mockup img{width:min(100%,480px);margin:0 auto}.lp-hero-image{order:-1;width:100%}.lp-nav-links,.lp-nav-actions{display:none}.lp-mobile-toggle{display:inline-flex}.lp-mobile-menu{display:flex;flex-direction:column;position:absolute;top:100%;left:0;width:100%;background:#fff;border-top:1px solid #e9eaeb;box-shadow:0 12px 26px #1018281f;max-height:0;opacity:0;overflow:hidden;transform:translateY(-8px);transition:max-height .3s ease,opacity .3s ease,transform .3s ease;pointer-events:none}.lp-mobile-menu.open{max-height:320px;opacity:1;transform:translateY(0);pointer-events:auto}.lp-mobile-menu-item{border:0;border-bottom:1px solid #eaecf0;background:#fff;color:#101828;text-align:left;font:inherit;font-weight:600;padding:16px 24px;width:100%;cursor:pointer}.lp-mobile-menu-item:last-child{border-bottom:0}.lp-footer-actions{min-height:0;width:100%;justify-content:flex-end}.lp-footer-bar{flex-direction:column;align-items:flex-start;height:50px}.lp-footer-socials{align-self:flex-end}.lp-hero h1,.center-title h2,.lp-growth-heading h2,.cta-grid h3{font-size:34px}.lp-audience-content p,.lp-audience-content li{font-size:18px;line-height:28px}.lp-audience-image{order:-1}.lp-audience-v2 .lp-audience-row:nth-child(2) .lp-audience-image img{transform:scaleX(-1)}.feature-list{max-width:none}.lead,.two-col{font-size:22px}.lp-apie-compare{justify-items:center;row-gap:28px}.lp-apie-arrows{margin-top:0;transform:rotate(90deg);gap:10px;display:none}.lp-apie-column-content li{font-size:18px;line-height:16px}.lp-apie-column-problems,.lp-apie-column-solution{text-align:center;align-items:center}.feature-item-text p{font-size:18px;line-height:1.5}.lp-audience-content h3{font-size:27px}@media (max-width: 560px){.lp-hero h1{font-size:30px;line-height:1.2}.lp-growth-list{gap:16px}.lp-growth-list li{font-size:15px;line-height:22px;gap:10px}.lp-growth-mockup img{width:100%;max-width:360px}.lp-waitlist-social-proof{flex-direction:column;align-items:flex-start;gap:10px}.lp-waitlist-avatars{padding-right:0}}.steps{gap:15px;margin-top:0;margin-bottom:0}.steps h4{font-size:20px}.step-copy{font-size:18px}.steps:before{height:0px}.step-card{padding-bottom:0;padding-left:0;padding-right:0}.step-icon{margin-bottom:0}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#0148d4;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(270deg,#9810fa14 22.12%,#e1710014,#51a2ff14 73.08%),#fff}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#6b72f2}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
