@font-face{font-family:Circularstd;src:url(/fonts/CircularStd-Book.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Circularstd;src:url(/fonts/CircularStd-Medium.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Circularstd;src:url(/fonts/CircularStd-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Circularstd;src:url(/fonts/CircularStd-Black.woff) format("woff");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Axiforma;src:url(/fonts/Axiforma-Light.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Axiforma;src:url(/fonts/Axiforma-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Axiforma;src:url(/fonts/Axiforma-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Axiforma;src:url(/fonts/Axiforma-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Axiforma;src:url(/fonts/Axiforma-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Axiforma;src:url(/fonts/Axiforma-ExtraBold.ttf) format("truetype");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Axiforma;src:url(/fonts/Axiforma-Black.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}:root{--color-indigo: #080e19;--color-royal-blue: #3b6af8;--color-primary: #3b6af8;--color-bg-dark: #080e19;--color-bg-card: rgba(255, 255, 255, .05);--color-bg-card-hover: rgba(255, 255, 255, .08);--color-text-primary: #ffffff;--color-text-secondary: rgba(255, 255, 255, .7);--color-text-muted: rgba(255, 255, 255, .5);--color-border: rgba(255, 255, 255, .1);--color-border-hover: rgba(255, 255, 255, .2);--gradient-primary: linear-gradient(135deg, #3b6af8 0%, #6366f1 100%);--gradient-card: linear-gradient(306deg, rgba(255, 255, 255, .15), transparent 69%);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .1);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .15);--shadow-xl: 0 20px 25px rgba(0, 0, 0, .2);--font-primary: "Axiforma", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-secondary: "Circularstd", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", Consolas, monospace;--text-xs: clamp(.75rem, .7rem + .25vw, .875rem);--text-sm: clamp(.875rem, .8rem + .35vw, 1rem);--text-base: clamp(1rem, .9rem + .5vw, 1.125rem);--text-lg: clamp(1.125rem, 1rem + .6vw, 1.25rem);--text-xl: clamp(1.25rem, 1.1rem + .75vw, 1.5rem);--text-2xl: clamp(1.5rem, 1.25rem + 1.25vw, 2rem);--text-3xl: clamp(1.875rem, 1.5rem + 1.875vw, 2.5rem);--text-4xl: clamp(2.25rem, 1.75rem + 2.5vw, 3rem);--text-5xl: clamp(3rem, 2.25rem + 3.75vw, 4rem);--leading-tight: 1.15;--leading-snug: 1.25;--leading-normal: 1.5;--leading-relaxed: 1.625;--leading-loose: 2;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-2xl: 24px;--radius-full: 9999px;--transition-fast: .15s ease;--transition-base: .2s ease;--transition-slow: .3s ease;--transition-slower: .5s ease}*,*:before,*:after{box-sizing:border-box}html{font-size:16px;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-primary);font-weight:400;line-height:var(--leading-normal);color:var(--color-text-primary);background-color:var(--color-bg-dark)}h1,h2,h3,h4,h5,h6{margin:0;font-weight:700;line-height:var(--leading-tight)}h1{font-size:var(--text-5xl)}h2{font-size:var(--text-4xl)}h3{font-size:var(--text-3xl)}h4{font-size:var(--text-2xl)}h5{font-size:var(--text-xl)}h6{font-size:var(--text-lg)}p{margin:0 0 1em;line-height:var(--leading-relaxed)}a{color:inherit;text-decoration:none}a:hover{text-decoration:none}img,video{max-width:100%;height:auto;display:block}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}button{cursor:pointer;border:none;background:none}.text-primary{color:var(--color-text-primary)}.text-secondary{color:var(--color-text-secondary)}.text-muted{color:var(--color-text-muted)}.text-accent{color:var(--color-primary)}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-black{font-weight:900}.font-axiforma{font-family:var(--font-primary)}.font-circular{font-family:var(--font-secondary)}.font-mono{font-family:var(--font-mono)}:root{--bp-sm: 640px;--bp-md: 768px;--bp-lg: 1024px;--bp-xl: 1280px;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--space-24: 6rem;--container-sm: 640px;--container-md: 768px;--container-lg: 1024px;--container-xl: 1280px;--container-2xl: 1400px}.hide-mobile{display:none}@media(min-width:768px){.hide-mobile{display:block}.hide-mobile.inline{display:inline}.hide-mobile.inline-block{display:inline-block}.hide-mobile.flex{display:flex}.hide-mobile.grid{display:grid}}.show-mobile{display:block}.show-mobile.inline{display:inline}.show-mobile.inline-block{display:inline-block}.show-mobile.flex{display:flex}.show-mobile.grid{display:grid}@media(min-width:768px){.show-mobile,.show-mobile.inline,.show-mobile.inline-block,.show-mobile.flex,.show-mobile.grid{display:none}}.show-tablet{display:none}@media(min-width:768px)and (max-width:1023px){.show-tablet{display:block}.show-tablet.flex{display:flex}.hide-tablet{display:none}}.show-desktop{display:none}@media(min-width:1024px){.show-desktop{display:block}.show-desktop.flex{display:flex}.hide-desktop{display:none}}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:var(--space-4);padding-right:var(--space-4)}@media(min-width:640px){.container{max-width:var(--container-sm);padding-left:var(--space-6);padding-right:var(--space-6)}}@media(min-width:768px){.container{max-width:var(--container-md)}}@media(min-width:1024px){.container{max-width:var(--container-lg)}}@media(min-width:1280px){.container{max-width:var(--container-xl)}}.flex{display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.gap-1{gap:var(--space-1)}.gap-2{gap:var(--space-2)}.gap-3{gap:var(--space-3)}.gap-4{gap:var(--space-4)}.gap-5{gap:var(--space-5)}.gap-6{gap:var(--space-6)}.gap-8{gap:var(--space-8)}@media(min-width:768px){.md\:flex-row{flex-direction:row}.md\:flex-col{flex-direction:column}}@media(min-width:1024px){.lg\:flex-row{flex-direction:row}.lg\:flex-col{flex-direction:column}}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}@media(min-width:640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.grid-auto-fit{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--space-6)}.grid-auto-fit-sm{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--space-4)}.p-0{padding:0}.p-1{padding:var(--space-1)}.p-2{padding:var(--space-2)}.p-3{padding:var(--space-3)}.p-4{padding:var(--space-4)}.p-5{padding:var(--space-5)}.p-6{padding:var(--space-6)}.p-8{padding:var(--space-8)}.px-4{padding-left:var(--space-4);padding-right:var(--space-4)}.px-6{padding-left:var(--space-6);padding-right:var(--space-6)}.py-4{padding-top:var(--space-4);padding-bottom:var(--space-4)}.py-6{padding-top:var(--space-6);padding-bottom:var(--space-6)}.py-8{padding-top:var(--space-8);padding-bottom:var(--space-8)}.py-12{padding-top:var(--space-12);padding-bottom:var(--space-12)}.py-16{padding-top:var(--space-16);padding-bottom:var(--space-16)}.m-0{margin:0}.m-auto{margin:auto}.mx-auto{margin-left:auto;margin-right:auto}.my-auto{margin-top:auto;margin-bottom:auto}.mt-0{margin-top:0}.mt-4{margin-top:var(--space-4)}.mt-6{margin-top:var(--space-6)}.mt-8{margin-top:var(--space-8)}.mt-12{margin-top:var(--space-12)}.mb-0{margin-bottom:0}.mb-4{margin-bottom:var(--space-4)}.mb-6{margin-bottom:var(--space-6)}.mb-8{margin-bottom:var(--space-8)}.mb-12{margin-bottom:var(--space-12)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}@media(min-width:768px){.md\:text-left{text-align:left}.md\:text-center{text-align:center}}.w-full{width:100%}.w-auto{width:auto}.max-w-full{max-width:100%}.max-w-prose{max-width:65ch}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.focus-visible:focus-visible{outline:2px solid var(--color-primary, #3b6af8);outline-offset:2px}.navbar-lp{position:fixed!important;width:100%!important;padding:0!important;inset:auto!important;z-index:100}@media(min-width:768px){.navbar-lp{top:16px!important}}@media(min-width:992px){.navbar-lp{top:20px!important}}.navbar-lp-bg{position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%);width:calc(100% - 24px);max-width:1312px;border-radius:14px;background:linear-gradient(180deg,#ffffff1a,#ffffff0d);-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,.12);pointer-events:none}@media(min-width:768px){.navbar-lp-bg{width:calc(100% - 48px)}}@media(min-width:992px){.navbar-lp-bg{width:calc(100% - 80px)}}.nav-container-1312{position:relative;z-index:3;display:flex;justify-content:space-between;align-items:center;width:calc(100% - 24px);max-width:1312px!important;margin:0 auto!important;padding:0 16px;height:48px}@media(min-width:768px){.nav-container-1312{width:calc(100% - 48px);padding:0 20px;height:50px}}@media(min-width:992px){.nav-container-1312{width:calc(100% - 80px);padding:0 24px;height:52px}}.nav-wrapper-logo{position:relative!important;z-index:10;display:flex;align-items:center;flex-shrink:0}.nav-wrapper-logo img{height:22px;width:auto}@media(min-width:768px){.nav-wrapper-logo img{height:24px}}.nav-menu-lp{margin-right:0!important}@media(min-width:992px){.nav-menu-lp{position:static;background:transparent;display:flex;flex-direction:row;align-items:center;padding:0;gap:0!important}}.nav-menu-wrapper-lp{display:flex;flex-direction:column;gap:8px}@media(min-width:992px){.nav-menu-wrapper-lp{flex-direction:row;align-items:center;gap:0}}.navbar-link{font-family:var(--font-primary);font-weight:500;transition:color .15s ease}@media(min-width:992px){.navbar-link{display:flex!important;align-items:center!important;padding:8px 12px!important;margin:0!important;font-size:14px!important;line-height:1!important;color:#fff9!important;background:none!important}.navbar-link:hover{color:#fff!important}.navbar-link.w--current{display:flex!important;align-items:center!important;padding:8px 12px!important;margin:0!important;font-size:14px!important;line-height:1!important;color:#fff!important;background:none!important;background-image:none!important}}@media(min-width:992px){.navbar-link.navbar-link-hidden-desktop{display:none!important}}@media(max-width:991px){.nav-menu-lp{position:fixed!important;inset:0!important;background:var(--color-bg-dark)!important;flex-direction:column!important;padding:100px 24px 32px!important;overflow-y:auto;width:100vw!important;height:100vh!important}.navbar-link{display:block!important;padding:12px 0!important;font-size:24px!important;line-height:1.2!important;color:#ffffffb3!important}.navbar-link:hover{color:#fff!important}.navbar-link.w--current{color:#fff!important;margin-bottom:0!important;padding-bottom:12px!important}}.nav-menu-shape{display:none}@media(max-width:991px){.nav-menu-shape{display:block;position:absolute;top:0;left:0;width:100%;max-height:800px;pointer-events:none;opacity:.5}}.navbar-menu-holder-tab-bottom{display:none}@media(max-width:991px){.navbar-menu-holder-tab-bottom{display:flex;flex-direction:column;position:absolute;left:24px;right:24px;bottom:32px}}.navbar-menu-box{display:flex;flex-direction:column;gap:4px;margin-bottom:24px}@media(min-width:992px){.navbar-menu-box{display:none}}.navbar-link-small{font-size:14px;font-weight:500;color:#ffffff80;line-height:1.8}.navbar-link-small:hover{color:#ffffffb3}.navbar-menu-tab-social{display:flex;align-items:center;gap:20px;margin-bottom:16px}@media(min-width:992px){.navbar-menu-tab-social{display:none}}.menu-btn{display:none!important;align-items:center;justify-content:center;width:44px!important;height:44px!important;margin-right:-8px;padding:0;background:transparent!important;border:none;border-radius:8px;cursor:pointer;z-index:1000}.menu-btn:hover{background:#ffffff14!important}@media(max-width:991px){.menu-btn{display:flex!important}}.holder-menu-btn-line{display:flex!important;flex-direction:column;justify-content:center;align-items:center;width:24px!important;height:16px}.nav-line-1,.nav-line-2,.nav-line-3{width:20px!important;height:2px!important;background:#fff!important;border-radius:1px;margin-bottom:0!important;transition:transform .2s ease,opacity .2s ease}.nav-line-1,.nav-line-2{margin-bottom:5px!important}.menu-btn.w--open .nav-line-1{transform:rotate(45deg) translate(4px,4px)}.menu-btn.w--open .nav-line-2{opacity:0}.menu-btn.w--open .nav-line-3{transform:rotate(-45deg) translate(4px,-4px)}.section.section-footer-v2{padding-top:0;padding-bottom:44px}@media(max-width:479px){.section.section-footer-v2{text-align:center}}.separator{background-color:#ffffff1a;width:100%;height:1px;margin-top:52px;margin-bottom:52px}@media(min-width:768px){.separator{margin-top:88px;margin-bottom:48px}}.footer-bot-row{justify-content:space-between;align-items:center;display:flex;flex-direction:column}@media(min-width:768px){.footer-bot-row{flex-direction:column;align-items:flex-start}}@media(min-width:1024px){.footer-bot-row{flex-direction:row;align-items:flex-start}}.holder-footer-logo{margin-bottom:24px}@media(min-width:768px){.holder-footer-logo{margin-bottom:32px}}@media(min-width:1024px){.holder-footer-logo{margin-bottom:0}}.footer-new-logo{width:100px}.holder-footer{flex:1;display:grid;grid-template-columns:1fr;gap:32px;text-align:center;justify-items:center;max-width:100%;margin-left:0;margin-right:0}@media(min-width:480px){.holder-footer{grid-template-columns:repeat(2,1fr);text-align:left;justify-items:start}}@media(min-width:768px){.holder-footer{grid-template-columns:repeat(2,1fr);gap:28px;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;width:100%;max-width:100%;margin-left:0;margin-right:0}}@media(min-width:1024px){.holder-footer{display:flex;flex-wrap:nowrap;gap:32px;justify-content:center;align-items:flex-start;max-width:700px;margin-left:20px;margin-right:20px;text-align:left}}.holder-footer.holder-z{position:relative}.footer-column{gap:6px;flex-flow:column;display:flex}.footer-heading{color:#fff;padding-bottom:2px;font-size:16px;font-weight:700}.footer-link{color:#fff9;font-size:14px;font-weight:500;line-height:24px;transition:color .2s ease}.footer-link:hover{color:#fffc}.socials-holder-v2{gap:12px;justify-content:space-between;align-items:center;display:flex;margin-top:24px}@media(min-width:768px){.socials-holder-v2{margin-top:32px}}@media(min-width:1024px){.socials-holder-v2{margin-top:0}}.socials-icon-holder{transition:all .35s cubic-bezier(.25,.46,.45,.94)}.socials-icon-holder:hover{opacity:.85}.paragraph-extra-small{color:#ffffffa3;font-size:12px;line-height:20px}.paragraph-extra-small.center{text-align:center;margin-top:32px}.ellipse.ellipse-footer{display:none!important}.section.section-terms{padding:104px 20px 60px}@media(min-width:768px){.section.section-terms{padding:132px 32px 80px}}@media(min-width:1024px){.section.section-terms{padding:154px 56px 80px}}.wrapper-terms{flex-flow:column;justify-content:flex-start;align-items:flex-start;width:100%;max-width:800px;display:flex}.rich-text-terms-of-services{color:#fff;width:100%;font-size:14px;line-height:20px}@media(min-width:480px){.rich-text-terms-of-services{font-size:16px;line-height:26px}}@media(min-width:1024px){.rich-text-terms-of-services{font-size:16px;line-height:24px}}.rich-text-terms-of-services h2{letter-spacing:-1px;-webkit-text-fill-color:transparent;background-image:linear-gradient(#fff,#ffffffb3);-webkit-background-clip:text;background-clip:text;margin-top:32px;margin-bottom:16px;font-size:24px;line-height:32px}@media(min-width:768px){.rich-text-terms-of-services h2{margin-top:48px;margin-bottom:24px;font-size:32px;line-height:40px}}@media(min-width:1024px){.rich-text-terms-of-services h2{margin-top:68px;font-size:40px;line-height:48px}}.rich-text-terms-of-services p{margin-bottom:16px}@media(min-width:768px){.rich-text-terms-of-services p{margin-bottom:20px}}.rich-text-terms-of-services h3{margin-bottom:16px;font-size:24px;line-height:32px}@media(min-width:768px){.rich-text-terms-of-services h3{margin-bottom:24px;font-size:32px;line-height:40px}}.rich-text-terms-of-services a{color:#fff;text-decoration:underline}.rich-text-terms-of-services ol{margin-bottom:0;padding-left:20px;font-size:14px;line-height:20px}@media(min-width:480px){.rich-text-terms-of-services ol{font-size:16px;line-height:26px}}.rich-text-terms-of-services li{margin-bottom:4px}.rich-text-terms-of-services ul{font-size:16px;line-height:28px}@media(min-width:768px){.rich-text-terms-of-services ul{font-size:18px;line-height:32px}}.rich-text-terms-of-services img{margin-bottom:32px}@media(min-width:768px){.rich-text-terms-of-services img{margin-bottom:48px}}.rich-text-terms-of-use{color:#fff;font-size:14px;line-height:20px}@media(min-width:480px){.rich-text-terms-of-use{font-size:16px;line-height:26px}}@media(min-width:1024px){.rich-text-terms-of-use{font-size:16px;line-height:24px}}.rich-text-terms-of-use h2{letter-spacing:-1px;-webkit-text-fill-color:transparent;background-image:linear-gradient(#fff,#ffffffb3);-webkit-background-clip:text;background-clip:text;margin-top:32px;margin-bottom:16px;font-size:24px;line-height:32px}@media(min-width:768px){.rich-text-terms-of-use h2{margin-top:48px;margin-bottom:24px;font-size:32px;line-height:40px}}@media(min-width:1024px){.rich-text-terms-of-use h2{margin-top:68px;font-size:40px;line-height:48px}}.rich-text-terms-of-use h4{margin-top:24px;margin-bottom:12px;font-size:18px;line-height:24px}@media(min-width:768px){.rich-text-terms-of-use h4{margin-top:32px;margin-bottom:16px;font-size:20px;line-height:28px}}.rich-text-terms-of-use p{margin-bottom:16px}@media(min-width:768px){.rich-text-terms-of-use p{margin-bottom:20px}}.rich-text-terms-of-use h3{margin-bottom:16px;font-size:24px;line-height:32px}@media(min-width:768px){.rich-text-terms-of-use h3{margin-bottom:24px;font-size:32px;line-height:40px}}.rich-text-terms-of-use a{color:#fff;text-decoration:underline}.rich-text-terms-of-use ol{margin-bottom:0;padding-left:20px;font-size:14px;line-height:20px}@media(min-width:480px){.rich-text-terms-of-use ol{font-size:16px;line-height:26px}}.rich-text-terms-of-use li{margin-bottom:4px;font-size:14px}@media(min-width:480px){.rich-text-terms-of-use li{font-size:16px}}.rich-text-terms-of-use ul{font-size:16px;line-height:28px}@media(min-width:768px){.rich-text-terms-of-use ul{font-size:18px;line-height:32px}}.rich-text-terms-of-use img{margin-bottom:32px}@media(min-width:768px){.rich-text-terms-of-use img{margin-bottom:48px}}.rich-text-community-guidelines{color:#fff;font-size:14px;line-height:20px}@media(min-width:480px){.rich-text-community-guidelines{font-size:16px;line-height:26px}}@media(min-width:1024px){.rich-text-community-guidelines{font-size:16px;line-height:24px}}.rich-text-community-guidelines h2{letter-spacing:-1px;-webkit-text-fill-color:transparent;background-image:linear-gradient(#fff,#ffffffb3);-webkit-background-clip:text;background-clip:text;margin-top:32px;margin-bottom:16px;font-size:24px;line-height:32px}@media(min-width:768px){.rich-text-community-guidelines h2{margin-top:48px;margin-bottom:24px;font-size:32px;line-height:40px}}.rich-text-community-guidelines p{margin-bottom:16px}@media(min-width:768px){.rich-text-community-guidelines p{margin-bottom:20px}}.rich-text-community-guidelines a{color:#fff;text-decoration:underline}.rich-text-community-guidelines ol{margin-bottom:0;padding-left:20px;font-size:14px;line-height:20px}@media(min-width:480px){.rich-text-community-guidelines ol{font-size:16px;line-height:26px}}.rich-text-community-guidelines li{margin-bottom:4px}.rich-text-community-guidelines ul{font-size:14px;line-height:28px}@media(min-width:768px){.rich-text-community-guidelines ul{font-size:16px;line-height:32px}}.margin-24-40{margin-top:16px;margin-bottom:24px}@media(min-width:768px){.margin-24-40{margin-top:16px;margin-bottom:32px}}@media(min-width:1024px){.margin-24-40{margin-top:24px;margin-bottom:40px}}.img-17{margin-top:-16px}@media(min-width:768px){.img-17{margin-top:-40px}}.section.section-blog{padding-top:88px;padding-bottom:0}.wrapper-blog{grid-column-gap:0;grid-row-gap:0;flex-flow:column;justify-content:flex-start;align-items:center;width:100%;padding:40px 20px 80px;display:flex;position:relative;overflow:hidden}@media(min-width:768px){.wrapper-blog{padding:64px 24px 120px}}.holder-blog{z-index:1;width:100%;max-width:1080px;margin-left:auto;margin-right:auto;position:relative}.blog-collection-list-wrapper{width:100%}.blog-collection-list{display:grid;grid-template-columns:1fr;gap:20px;width:100%}@media(min-width:640px){.blog-collection-list{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.blog-collection-list{grid-template-columns:repeat(3,1fr);gap:24px}}.blog-item{width:100%;display:flex}.blog-holder-item{color:#fff;background-color:#80808033;border-radius:24px;flex-flow:column;justify-content:flex-start;align-items:flex-start;width:100%;margin-bottom:0;padding:8px;display:flex;transition:background-color .2s ease}.blog-holder-item:hover{background-color:#8080804d}.blog-box-image-wrapper{background-image:url(https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg);background-position:50%;background-size:cover;border-radius:20px;width:100%;height:135px;overflow:hidden}@media(min-width:480px){.blog-box-image-wrapper{height:160px}}@media(min-width:768px){.blog-box-image-wrapper{height:135px}}.blog-box-bot-row{gap:0;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;padding:16px;display:flex}.read-time{display:flex;gap:4px;margin-bottom:8px}.blog-article-name{color:#fff;font-size:18px;font-weight:700;line-height:26px}@media(min-width:768px){.blog-article-name{font-size:22px;line-height:32px}}.blog-article-description{color:#aeb5c7;font-weight:500;line-height:24px}.holder-read-more{gap:4px;color:#ffffffa3;justify-content:flex-start;align-items:center;margin:auto 16px 16px;display:flex;transition:color .2s ease}.blog-holder-item:hover .holder-read-more{color:#ffffffe6}.pagination{gap:12px;align-items:center;margin-top:40px;display:flex;justify-content:center}@media(min-width:768px){.pagination{margin-top:80px}}.blog-pagination-button{color:#fff;background-color:transparent;border:1px solid rgba(255,255,255,.2);border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;padding:8px;display:flex;transition:border-color .2s ease}.blog-pagination-button:hover{border-color:#fff6}.blog-pagination-button.blog-pagination-button-last{order:1}.section-blog-post{padding:120px 20px 60px;position:relative;z-index:1}@media(min-width:768px){.section-blog-post{padding:160px 32px 100px}}.blog-post-wrapper{max-width:800px;margin:0 auto;position:relative}.blog-post-header{text-align:center;margin-bottom:32px}@media(min-width:768px){.blog-post-header{margin-bottom:48px}}.blog-category-tag{display:inline-block;padding:8px 16px;background:linear-gradient(135deg,#3b6af833,#3b6af81a);border:1px solid rgba(59,106,248,.3);border-radius:20px;color:#6b8cfa;font-size:13px;font-weight:500;margin-bottom:20px;text-transform:capitalize}@media(min-width:768px){.blog-category-tag{font-size:14px;margin-bottom:24px}}.blog-post-meta{display:flex;justify-content:center;gap:8px;margin-top:12px}@media(min-width:768px){.blog-post-meta{margin-top:16px}}.blog-post-featured-image{margin-bottom:32px;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.08)}@media(min-width:768px){.blog-post-featured-image{margin-bottom:48px;border-radius:16px}}.blog-featured-img{width:100%;height:auto;display:block}.blog-post-content{color:#fffc;line-height:1.8;font-size:16px}@media(min-width:768px){.blog-post-content{font-size:17px}}.rich-text-blog h2{color:#fff;margin-top:40px;margin-bottom:20px;font-size:24px;font-weight:600;letter-spacing:-.02em}@media(min-width:768px){.rich-text-blog h2{margin-top:56px;margin-bottom:24px;font-size:28px}}.rich-text-blog h3{color:#fff;margin-top:32px;margin-bottom:12px;font-size:20px;font-weight:600;letter-spacing:-.01em}@media(min-width:768px){.rich-text-blog h3{margin-top:40px;margin-bottom:16px;font-size:22px}}.rich-text-blog p{margin-bottom:20px}@media(min-width:768px){.rich-text-blog p{margin-bottom:24px}}.rich-text-blog ul,.rich-text-blog ol{margin-bottom:20px;padding-left:20px}@media(min-width:768px){.rich-text-blog ul,.rich-text-blog ol{margin-bottom:24px;padding-left:24px}}.rich-text-blog li{margin-bottom:10px}@media(min-width:768px){.rich-text-blog li{margin-bottom:12px}}.rich-text-blog a{color:#6b8cfa;text-decoration:underline;text-underline-offset:2px;transition:color .2s ease}.rich-text-blog a:hover{color:#8ba3fb}.rich-text-blog blockquote{border-left:3px solid rgba(59,106,248,.6);padding-left:20px;margin:24px 0;font-style:italic;color:#fff9}@media(min-width:768px){.rich-text-blog blockquote{padding-left:24px;margin:32px 0}}.rich-text-blog code{background:#ffffff14;padding:2px 8px;border-radius:4px;font-family:SF Mono,Fira Code,monospace;font-size:.9em}.rich-text-blog pre{background:#0006;border:1px solid rgba(255,255,255,.08);padding:16px;border-radius:8px;overflow-x:auto;margin-bottom:20px}@media(min-width:768px){.rich-text-blog pre{padding:24px;border-radius:12px;margin-bottom:24px}}.rich-text-blog pre code{background:none;padding:0}.rich-text-blog img{max-width:100%;border-radius:8px;margin:24px 0}@media(min-width:768px){.rich-text-blog img{border-radius:12px;margin:32px 0}}.rich-text-blog strong{color:#fff;font-weight:600}.blog-post-footer{margin-top:48px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1)}@media(min-width:768px){.blog-post-footer{margin-top:64px;padding-top:32px}}.btn-back-to-blog{display:inline-flex;align-items:center;gap:8px;color:#ffffffa3;text-decoration:none;font-size:14px;transition:color .2s ease}.btn-back-to-blog:hover{color:#fff}.btn-back-to-blog img{width:16px;height:16px;opacity:.64;transition:opacity .2s ease}.btn-back-to-blog:hover img{opacity:1}.ellipse-blog-post-1,.ellipse-blog-post-2{display:none}@media(min-width:768px){.ellipse-blog-post-1{display:block;position:absolute;top:0;right:0;transform:translate(40%,-20%);z-index:-1;pointer-events:none}.ellipse-blog-post-2{display:block;position:absolute;top:50%;left:0;transform:translate(-60%,-50%);z-index:-1;pointer-events:none}}.img-13-changelog{display:none}@media(min-width:768px){.img-13-changelog{display:block;position:absolute;top:0;right:0;z-index:0;pointer-events:none}}.careers-collection-list{display:grid;grid-template-columns:1fr;gap:20px;width:100%}@media(min-width:768px){.careers-collection-list{gap:24px}}.careers-holder-item,.careers-holder-item-copy{gap:24px;color:#fff;background-color:#80808033;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;flex-flow:column;justify-content:flex-start;align-items:flex-start;width:100%;padding:20px;display:flex;transition:opacity .2s ease}@media(min-width:768px){.careers-holder-item,.careers-holder-item-copy{flex-flow:row;justify-content:space-between;align-items:center}}.careers-holder-item:hover,.careers-holder-item-copy:hover{opacity:.8}.careers-holder-item:active,.careers-holder-item-copy:active{opacity:.6;transform:scale(.99)}.career-div-layout{gap:6px;flex-flow:column;flex:0 auto;justify-content:space-between;align-items:flex-start;width:100%;display:flex}@media(min-width:768px){.career-div-layout{flex-flow:row;align-items:center}}.careers-header-items{gap:8px;flex-flow:column;justify-content:flex-start;align-items:flex-start;display:flex}@media(min-width:768px){.careers-header-items{flex-flow:row;align-items:center;gap:24px}}.div-block-15{gap:4px;flex-flow:column;display:flex}.div-block-16{gap:4px;display:flex;flex-wrap:wrap}.div-block-17{gap:8px;flex-wrap:wrap;display:flex}@media(min-width:768px){.div-block-17{gap:16px}}.div-block-18{display:flex}.div-block-19{gap:8px;flex-flow:column;display:flex}@media(min-width:768px){.div-block-19{min-width:200px}}.text-careers-header{color:#fff;font-size:16px;line-height:24px}@media(min-width:768px){.text-careers-header{font-size:14px;line-height:20px}}.text-careers-titles{color:#ffffffa3;font-size:16px;font-weight:400;line-height:24px}@media(min-width:768px){.text-careers-titles{font-size:14px;line-height:20px}}.text-careers-highlighted{color:#fff;font-size:16px;font-weight:400;line-height:24px}@media(min-width:768px){.text-careers-highlighted{font-size:14px;line-height:20px}}.text-changelog-subtitle{color:#fff;font-size:18px;font-weight:500;line-height:28px}.text-salary{color:#fffc;font-size:16px;font-weight:500}@media(min-width:480px){.text-salary{font-size:18px}}.career-tags-container{display:flex;flex-wrap:wrap;gap:8px}.div-block-14{padding:6px 12px;background:#ffffff1a;border-radius:16px}.careers-read-more{gap:4px;color:#ffffffa3;justify-content:flex-start;align-items:center;display:flex;transition:color .2s ease}.careers-holder-item-copy:hover .careers-read-more{color:#ffffffe6}.changelog-small-text{font-size:14px}.section-careers-post{padding:120px 20px 60px;position:relative;z-index:1}@media(min-width:768px){.section-careers-post{padding:160px 32px 100px}}.careers-post-wrapper{max-width:800px;margin:0 auto;position:relative}.careers-post-header{text-align:center;margin-bottom:32px}@media(min-width:768px){.careers-post-header{margin-bottom:48px}}.careers-department-tag{display:inline-block;padding:8px 16px;background:linear-gradient(135deg,#ff980033,#ff98001a);border:1px solid rgba(255,152,0,.3);border-radius:20px;color:#ffb74d;font-size:13px;font-weight:600;margin-bottom:20px}@media(min-width:768px){.careers-department-tag{font-size:14px;margin-bottom:24px}}.careers-meta-grid{display:grid;grid-template-columns:1fr;gap:12px;margin-top:24px;max-width:500px;margin-left:auto;margin-right:auto}@media(min-width:480px){.careers-meta-grid{grid-template-columns:repeat(2,1fr);gap:16px;margin-top:32px}}.careers-meta-item{display:flex;flex-direction:column;gap:4px}.careers-meta-label{font-size:12px;color:#ffffff80;text-transform:uppercase;letter-spacing:.5px}.careers-meta-value{font-size:15px;color:#fff}@media(min-width:768px){.careers-meta-value{font-size:16px}}.careers-tags{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin-top:20px}@media(min-width:768px){.careers-tags{margin-top:24px}}.careers-tag{padding:6px 12px;background:#ffffff1a;border-radius:16px;font-size:13px;color:#fffc}.careers-post-content{color:#fffc;line-height:1.8;font-size:16px;margin-bottom:48px}@media(min-width:768px){.careers-post-content{font-size:17px;margin-bottom:64px}}.rich-text-careers{color:#fff;font-size:14px;line-height:20px}@media(min-width:480px){.rich-text-careers{font-size:16px;line-height:26px}}@media(min-width:1024px){.rich-text-careers{font-size:16px;line-height:24px}}.rich-text-careers h2{letter-spacing:-1px;-webkit-text-fill-color:transparent;background-image:linear-gradient(#fff,#ffffffb3);-webkit-background-clip:text;background-clip:text;margin-top:32px;margin-bottom:16px;font-size:24px;line-height:32px}@media(min-width:768px){.rich-text-careers h2{margin-top:48px;margin-bottom:24px;font-size:32px;line-height:40px}}@media(min-width:1024px){.rich-text-careers h2{margin-top:68px;font-size:40px;line-height:48px}}.rich-text-careers h3{-webkit-text-fill-color:transparent;background-image:linear-gradient(#fff,#ffffffb3);-webkit-background-clip:text;background-clip:text;margin-top:24px;margin-bottom:12px;font-size:20px;line-height:24px}@media(min-width:768px){.rich-text-careers h3{margin-top:32px;margin-bottom:16px;font-size:24px;line-height:24px}}.rich-text-careers p{margin-bottom:16px}@media(min-width:768px){.rich-text-careers p{margin-bottom:20px}}.rich-text-careers a{color:#fff;text-decoration:underline}.rich-text-careers ol{margin-bottom:0;padding-left:20px;font-size:14px;line-height:20px}@media(min-width:480px){.rich-text-careers ol{font-size:16px;line-height:26px}}.rich-text-careers li{margin-bottom:4px;font-size:14px}@media(min-width:480px){.rich-text-careers li{font-size:16px}}.rich-text-careers ul{font-size:16px;line-height:28px}@media(min-width:768px){.rich-text-careers ul{font-size:18px;line-height:32px}}.rich-text-careers img{margin-bottom:32px}@media(min-width:768px){.rich-text-careers img{margin-bottom:48px}}.careers-application-section{background:#ffffff0d;border-radius:12px;padding:24px;margin-bottom:32px}@media(min-width:768px){.careers-application-section{border-radius:16px;padding:48px;margin-bottom:48px}}.careers-application-section h2{text-align:center;margin-bottom:24px;color:#fff}@media(min-width:768px){.careers-application-section h2{margin-bottom:32px}}.careers-form{display:flex;flex-direction:column;gap:20px}@media(min-width:768px){.careers-form{gap:24px}}.careers-form-row{display:grid;grid-template-columns:1fr;gap:20px}@media(min-width:768px){.careers-form-row{grid-template-columns:1fr 1fr;gap:24px}}.careers-form-field{display:flex;flex-direction:column;gap:8px}.careers-form-field-full{grid-column:1 / -1}.careers-label{font-size:14px;color:#ffffffb3}.input-field-careers,.textarea-careers{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:12px 16px;color:#fff;font-size:16px;transition:border-color .2s}.input-field-careers:focus,.textarea-careers:focus{outline:none;border-color:#ff9800}.textarea-careers{resize:vertical;min-height:120px}.careers-file-upload{position:relative}.careers-file-input{position:absolute;inset:0;opacity:0;cursor:pointer}.careers-file-label{display:flex;flex-direction:column;align-items:center;gap:8px;padding:24px;border:2px dashed rgba(255,255,255,.2);border-radius:8px;text-align:center;color:#ffffffb3;transition:border-color .2s}@media(min-width:768px){.careers-file-label{padding:32px}}.careers-file-upload:hover .careers-file-label{border-color:#ff9800}.careers-upload-icon{width:32px;height:32px;opacity:.5}.careers-file-types{font-size:12px;color:#ffffff80}.careers-checkbox-label{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:#ffffffb3;cursor:pointer}.careers-checkbox-label a{color:#ff9800}.careers-checkbox{width:18px;height:18px;margin-top:2px;flex-shrink:0}.btn-careers-submit{background:linear-gradient(135deg,#ff9800,#ff5722);color:#fff;border:none;border-radius:8px;padding:14px 28px;font-size:15px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}@media(min-width:768px){.btn-careers-submit{padding:16px 32px;font-size:16px}}.btn-careers-submit:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ff98004d}.careers-post-footer{padding-top:24px;border-top:1px solid rgba(255,255,255,.1)}@media(min-width:768px){.careers-post-footer{padding-top:32px}}.btn-back-to-careers{display:inline-flex;align-items:center;gap:8px;color:#ffffffa3;text-decoration:none;font-size:14px;transition:color .2s ease}.btn-back-to-careers:hover{color:#fff}.btn-back-to-careers img{width:16px;height:16px;opacity:.64;transition:opacity .2s ease}.btn-back-to-careers:hover img{opacity:1}.ellipse-careers-post-1,.ellipse-careers-post-2{display:none}@media(min-width:768px){.ellipse-careers-post-1{display:block;position:absolute;top:0;right:0;transform:translate(40%,-20%);z-index:-1;pointer-events:none}.ellipse-careers-post-2{display:block;position:absolute;top:60%;left:0;transform:translate(-60%,-50%);z-index:-1;pointer-events:none}}.section.section-join-beta{padding:120px 20px 60px}@media(min-width:768px){.section.section-join-beta{padding:160px 32px 80px}}.row-support,.row-support-v2{gap:40px;border-radius:24px;flex-flow:column;justify-content:flex-start;align-items:center;width:100%;padding:40px 20px 60px;display:flex;position:relative;overflow:hidden}@media(min-width:768px){.row-support,.row-support-v2{gap:60px;border-radius:40px;padding:80px 40px}}@media(min-width:1024px){.row-support,.row-support-v2{gap:80px;flex-flow:row;justify-content:space-between;padding:80px 64px 140px}}.support-column-left{gap:20px;flex-flow:column;width:100%;display:flex;text-align:center}@media(min-width:768px){.support-column-left{gap:24px}}@media(min-width:1024px){.support-column-left{text-align:left;max-width:488px}}.support-column-right,.support-column-right-2{z-index:2;gap:24px;flex-flow:column;width:100%;display:flex}@media(min-width:1024px){.support-column-right,.support-column-right-2{max-width:500px}}.form-support{z-index:3;width:100%;margin-bottom:0;position:relative}.form-white-support{display:flex;flex-direction:column;gap:16px}@media(min-width:768px){.form-white-support{gap:20px}}.form-holder-support{display:flex;flex-direction:column;gap:8px}.form-wrapper-support{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:640px){.form-wrapper-support{grid-template-columns:1fr 1fr;gap:20px}}.lable-support{color:#fffc;font-size:14px;font-weight:500}.input-border{background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:12px;transition:border-color .2s ease}.input-border:focus-within{border-color:#fff6}.input-border.is-radius-20{border-radius:20px}.input-support,.select-support,.area-support{background:transparent;border:none;color:#fff;font-size:15px;padding:14px 16px;width:100%}@media(min-width:768px){.input-support,.select-support,.area-support{font-size:16px;padding:16px}}.input-support::placeholder,.area-support::placeholder{color:#fff6}.input-support:focus,.select-support:focus,.area-support:focus{outline:none}.select-support{cursor:pointer;appearance:none;background-image:url(/images/Vector-2_1.svg);background-repeat:no-repeat;background-position:right 16px center;background-size:12px;padding-right:40px}.area-support{min-height:120px;resize:vertical}@media(min-width:768px){.area-support{min-height:140px}}.area-support.is-v2{min-height:100px}@media(min-width:768px){.area-support.is-v2{min-height:120px}}.wrapper-support-checkbox{display:flex;align-items:flex-start;gap:12px;cursor:pointer}.support-checkbox{width:18px;height:18px;border:1px solid rgba(255,255,255,.3);border-radius:4px;background:transparent;flex-shrink:0;margin-top:2px}.support-checkbox-text{color:#ffffffb3;font-size:14px;line-height:1.5}.support-checkbox-text-white{color:#fffc}.form-join-beta-white-button-3{background:#fff;color:#080e19;border:none;border-radius:12px;padding:14px 24px;font-size:15px;font-weight:600;cursor:pointer;transition:opacity .2s ease,transform .2s ease;width:100%}@media(min-width:768px){.form-join-beta-white-button-3{padding:16px 32px;font-size:16px;width:auto}}.form-join-beta-white-button-3:hover{opacity:.9}.form-join-beta-white-button-3:disabled{opacity:.6;cursor:not-allowed}.support-sm-holder{z-index:3;gap:16px;flex-flow:column;justify-content:flex-start;align-items:center;display:flex;position:relative}@media(min-width:768px){.support-sm-holder{gap:24px}}@media(min-width:1024px){.support-sm-holder{align-items:flex-start}}.socials-holder-support{gap:16px;justify-content:center;align-items:center;display:flex}@media(min-width:768px){.socials-holder-support{gap:24px}}.socials-holder-support.is-support{margin-top:8px}.sm-mobile-view{display:block;width:100%;text-align:center}@media(min-width:1024px){.sm-mobile-view{display:none}}.sm-mobile-view.no-margin{margin-top:0}.hide-on-tablet{display:none}@media(min-width:1024px){.hide-on-tablet{display:flex}}.img-13-bg{position:absolute;pointer-events:none}.img-13-bg.desktop{display:none}@media(min-width:768px){.img-13-bg.desktop{display:block;top:0;right:0;max-width:80%}}@media(min-width:1024px){.img-13-bg.desktop{max-width:60%}}.img-13-bg.mob{display:block;bottom:0;left:0;width:100%;max-width:400px}@media(min-width:768px){.img-13-bg.mob{display:none}}.img-13-bg-mob-mask{display:block;position:absolute;bottom:0;left:0;right:0;height:200px;background:linear-gradient(to top,#080e19,transparent);pointer-events:none}@media(min-width:768px){.img-13-bg-mob-mask{display:none}}.tablet-center-text{text-align:center;color:#fff9;font-size:14px;margin-top:8px}@media(min-width:1024px){.tablet-center-text{text-align:left}}.link-white{color:#fff;text-decoration:underline}.success-message-4{background:#4caf5026;border:1px solid rgba(76,175,80,.3);border-radius:12px;padding:16px;color:#81c784;text-align:center}.w-form-fail{background:#f4433626;border:1px solid rgba(244,67,54,.3);border-radius:12px;padding:16px;color:#e57373;text-align:center}.section.section-lp-hero-download{padding:140px 20px 80px}@media(min-width:768px){.section.section-lp-hero-download{padding:156px 32px 100px}}@media(min-width:1024px){.section.section-lp-hero-download{padding:176px 56px 120px}}.section.section-card-download{padding:0 20px 60px}@media(min-width:768px){.section.section-card-download{padding:0 32px 80px}}.wrapper-card-purple,.wrapper-card-purple2{background-image:url(/images/Frame-2147229134-1.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:24px;padding:40px 20px;display:flex;flex-direction:column;gap:32px}@media(min-width:768px){.wrapper-card-purple,.wrapper-card-purple2{border-radius:40px;padding:60px 40px;flex-direction:row;gap:40px}}@media(min-width:1024px){.wrapper-card-purple,.wrapper-card-purple2{padding:80px;gap:60px}}.wrapper-card-orange,.wrapper-card-orange2{background-image:url(/images/Frame-2147229134-2.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:24px;padding:40px 20px;display:flex;flex-direction:column-reverse;gap:32px}@media(min-width:768px){.wrapper-card-orange,.wrapper-card-orange2{border-radius:40px;padding:60px 40px;flex-direction:row;gap:40px}}@media(min-width:1024px){.wrapper-card-orange,.wrapper-card-orange2{padding:80px;gap:60px}}.column-card-left{flex:1;display:flex;flex-direction:column;gap:16px}@media(min-width:768px){.column-card-left{gap:24px}}.column-card-left.column-card-left-mob-pad{padding:0}@media(min-width:768px){.column-card-left.column-card-left-mob-pad{padding:20px 0}}.column-card-left.column-card-left-auto-top{justify-content:center;align-items:center}.column-card-right{flex:1;display:flex;align-items:center;justify-content:center}.column-card-right.column-card-right-center{justify-content:center}.column-card-right.column-card-right-align-left{flex-direction:column;align-items:flex-start;gap:16px}@media(min-width:768px){.column-card-right.column-card-right-align-left{gap:24px}}.holder-card-text2{display:flex;flex-direction:column;gap:20px}@media(min-width:768px){.holder-card-text2{gap:24px}}.wrapper-dd-download{display:none;gap:12px;flex-wrap:wrap}@media(min-width:768px){.wrapper-dd-download{display:flex}}.dd-download{color:#000;border-radius:32px;transition:all .2s ease-out;position:relative}.dd-toggle-download{background:#fff;border-radius:32px;padding:10px 20px;display:flex;align-items:center;gap:12px;cursor:pointer;transition:background .2s ease}.dd-toggle-download:hover{background:#ffffffe6}.dd-downloar-arrow{transition:transform .2s ease}.dd-download-list{position:absolute;top:100%;left:0;right:0;background:#fff;border-radius:16px;margin-top:8px;overflow:hidden;z-index:10;box-shadow:0 8px 32px #0000004d}.dd-download-text{display:block;padding:14px 20px;color:#080e19;text-decoration:none;transition:background .2s ease}.dd-download-text:hover{background:#0000000d}.dd-download-text.dd-download-text-top-mar-24{padding-top:20px}.dd-download-text.dd-download-text-bott-mar-24{padding-bottom:20px}.dd-download-separator{background-image:linear-gradient(#fff6 25%,#fff,#fff6 75%);width:100%;height:1px;margin:0 20px;width:calc(100% - 40px)}.wrapper-download-mob{display:flex;flex-direction:column;gap:16px}@media(min-width:768px){.wrapper-download-mob{display:none}}.wrapper-downolad-holder{display:flex;align-items:center;gap:12px}.img-26{width:26px;height:auto}.wrapper-downolad-box{display:flex;flex-direction:column;gap:4px}.wrapper-downolad-box-text{display:flex;align-items:center;gap:8px}.wrapper-download-box-text-separator{background-color:#ffffffa3;width:1px;height:12px}.wrapper-button-download{display:flex;flex-direction:column;gap:12px}@media(min-width:640px){.wrapper-button-download{flex-direction:row}}.button-download-wrapper{display:none}.download-now-button{display:flex;align-items:center;gap:12px;background:#fff;color:#080e19;padding:10px 20px 10px 12px;border-radius:32px;text-decoration:none;transition:opacity .2s ease,transform .2s ease}.download-now-button:hover{opacity:.9}.download-now-button.button-arrow2,.download-now-button.button-arrow2-mob{justify-content:center}.download-now-button.button-arrow3{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff}.download-now-button.button-arrow3:hover{background:#ffffff26;border-color:#ffffff4d}.button-text{font-size:15px;font-weight:600}@media(min-width:768px){.button-text{font-size:16px}}.download-button-text-wrapper,.download-button-text-wrapper-2{display:flex;align-items:center}.img-22{max-width:100%;width:auto;height:auto}@media(min-width:768px){.img-22{max-width:627px}}.img-23{display:none;max-width:100%}@media(min-width:768px){.img-23{display:block;max-width:560px}}.img-23-mob{display:block;max-width:100%;margin:0 auto}@media(min-width:768px){.img-23-mob{display:none}}.img-21{display:none}@media(min-width:768px){.img-21{display:block;position:absolute;top:-20%;left:50%;transform:translate(-50%);opacity:.1}}.holder-mw-635{max-width:100%;margin-bottom:24px}@media(min-width:768px){.holder-mw-635{max-width:635px;margin-left:auto;margin-right:auto}}.paragraph-xlarge.paragraph-xlarge-all-caps-gradient{font-size:12px;letter-spacing:2px;text-transform:uppercase;margin-bottom:12px}@media(min-width:768px){.paragraph-xlarge.paragraph-xlarge-all-caps-gradient{font-size:14px;margin-bottom:16px}}.heading-huge-s.heading-huge-s-gradient.heading-huge-s-gradient-center{text-align:center;margin-bottom:16px}@media(min-width:768px){.heading-huge-s.heading-huge-s-gradient.heading-huge-s-gradient-center{margin-bottom:24px}}.paragraph-small-v2{font-size:14px;line-height:1.4}.paragraph-small-v2.paragraph-small-v2-white{color:#fff}.full-page.full-page-home{background-color:#080e19;position:relative}.full-page-home .section{background:transparent!important}.light-orb{position:absolute;border-radius:50%;pointer-events:none;z-index:0}.light-orb-purple{background:radial-gradient(circle at center,rgba(139,92,246,.15) 0%,rgba(139,92,246,.05) 40%,transparent 70%)}.light-orb-blue{background:radial-gradient(circle at center,rgba(59,106,248,.12) 0%,rgba(59,106,248,.04) 40%,transparent 70%)}.light-orb-indigo{background:radial-gradient(circle at center,rgba(99,102,241,.12) 0%,rgba(99,102,241,.04) 40%,transparent 70%)}.light-orb-sm{width:300px;height:300px}.light-orb-md{width:500px;height:500px}.light-orb-lg{width:800px;height:800px}.light-orb-xl{width:1200px;height:1200px}.section.section-lp-hero{padding:120px 20px 32px;position:relative;overflow:visible!important;background:transparent!important}.section.section-lp-hero .img-1,.section.section-lp-hero .img-3{mask-image:linear-gradient(to bottom,black 50%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,black 50%,transparent 100%)}.section.section-lp-hero .holder-img-5,.section.section-lp-hero .img-5{mask-image:linear-gradient(to bottom,black 40%,transparent 90%);-webkit-mask-image:linear-gradient(to bottom,black 40%,transparent 90%)}.hero-bottom-gradient{display:none!important}@media(min-width:768px){.section.section-lp-hero{padding:160px 32px 40px}}@media(min-width:1024px){.section.section-lp-hero{padding:180px 56px 60px}}.holder-img-4 .img-4{object-fit:contain}.download-now-button.download-now-button-hero{display:flex;align-items:center;justify-content:center;gap:12px;padding:10px 10px 10px 24px;width:auto;max-width:320px;background:linear-gradient(135deg,#fff,#f8f7ff);border:2px solid transparent;border-radius:32px;background-clip:padding-box;position:relative;box-shadow:0 0 20px #9c88ff59,0 0 40px #9c88ff26;transition:box-shadow .2s ease,transform .15s ease}@media(min-width:768px){.download-now-button.download-now-button-hero{padding:12px 12px 12px 28px}}.download-now-button.download-now-button-hero:before{content:"";position:absolute;inset:-2px;border-radius:34px;background:linear-gradient(135deg,#ccb9ff,#9eaff7,#af95f3);z-index:-1;opacity:.7;transition:opacity .2s ease}.download-now-button.download-now-button-hero:hover{box-shadow:0 0 24px #9c88ff80,0 0 48px #9c88ff40}.download-now-button.download-now-button-hero:hover:before{opacity:1}.download-now-button.download-now-button-hero:active{transform:scale(.97)}.download-now-button.download-now-button-hero .button-text{font-size:14px;font-weight:600;color:#1a1a2e}@media(min-width:768px){.download-now-button.download-now-button-hero .button-text{font-size:16px}}.div-block-25,.section-lp-hero .div-block-25,.section-cta .div-block-25,.developer-content .div-block-25{display:flex;flex-direction:column;align-items:center}.section.section-card{padding:32px 12px;position:relative;background:transparent!important;overflow:visible}.section.section-card>.container-1400{position:relative;z-index:1}@media(min-width:768px){.section.section-card{padding:40px 16px}}@media(min-width:1024px){.section.section-card{padding:60px 32px}}.card-content{display:flex;flex-direction:column;gap:12px;width:100%}@media(min-width:768px){.card-content{gap:24px}}@media(min-width:1024px){.card-content{gap:40px}}.cards-container{display:flex;flex-direction:column;gap:12px;align-items:center}@media(min-width:1024px){.cards-container{flex-direction:row;gap:40px}}.wrapper-card-blue,.wrapper-card-purple,.wrapper-card-orange{min-height:auto;height:auto;border-radius:16px;padding:20px 16px 24px;width:100%;box-sizing:border-box}@media(min-width:768px){.wrapper-card-blue,.wrapper-card-purple,.wrapper-card-orange{border-radius:24px;padding:40px 24px}}@media(min-width:1024px){.wrapper-card-blue,.wrapper-card-purple,.wrapper-card-orange{border-radius:40px;padding:80px}}.wrapper-card-blue{background-image:url(/images/Frame-2147229134.svg);background-position:50%;background-repeat:no-repeat;background-size:cover}.wrapper-card-purple{background-image:url(/images/Frame-2147229134-1.svg);background-position:50%;background-repeat:no-repeat;background-size:cover}.wrapper-card-orange{background-image:url(/images/Frame-2147229134-2.svg);background-position:50%;background-repeat:no-repeat;background-size:cover}.column-card-left{width:100%;text-align:center;align-items:center;padding:0}@media(min-width:1024px){.column-card-left{text-align:left;align-items:flex-start;padding-right:40px;max-width:50%}}.column-card-right{display:none;justify-content:center;align-items:center}@media(min-width:1024px){.column-card-right{display:flex;flex:1}}.column-card-right-mob{display:flex;width:100%;justify-content:center;padding:12px 0 24px;position:relative}@media(min-width:1024px){.column-card-right-mob{display:none}}.column-card-right-mob img{max-width:100%;height:auto;max-height:220px;object-fit:contain;border-radius:8px}@media(min-width:768px){.column-card-right-mob img{max-height:50vh}}.holder-card-text{text-align:center;align-items:center;margin-top:8px;padding:0;gap:8px;display:flex;flex-direction:column}@media(min-width:768px){.holder-card-text{margin-top:16px;padding-left:20px;padding-right:20px}}@media(min-width:1024px){.holder-card-text{text-align:left;align-items:flex-start;padding:0 0 0 16px;position:relative}}.holder-card-text .paragraph-small{font-size:13px;line-height:20px;opacity:.85}@media(min-width:768px){.holder-card-text .paragraph-small{font-size:14px;line-height:22px}}.app-badge{position:absolute;bottom:0;left:50%;transform:translate(-50%);z-index:10;display:flex;align-items:center;gap:10px;padding:10px 16px 10px 10px;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.15);border-radius:12px;box-shadow:0 8px 32px #0000004d,inset 0 1px #ffffff1a}@media(min-width:768px){.app-badge{gap:12px;padding:12px 20px 12px 12px;border-radius:16px}}@media(min-width:1024px){.app-badge{position:absolute;bottom:20px;right:-20px;left:auto;transform:none;gap:16px;padding:16px 28px 16px 16px;border-radius:20px}}.app-badge-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;color:#1a1a2e}@media(min-width:768px){.app-badge-icon{width:44px;height:44px;border-radius:12px}}@media(min-width:1024px){.app-badge-icon{width:52px;height:52px;border-radius:14px}}.app-badge-green .app-badge-icon{background:linear-gradient(135deg,#6ee7b7,#34d399);box-shadow:0 4px 16px #34d39966}.app-badge-purple .app-badge-icon{background:linear-gradient(135deg,#c4b5fd,#a78bfa);box-shadow:0 4px 16px #a78bfa66}.app-badge-orange .app-badge-icon{background:linear-gradient(135deg,#fdba74,#fb923c);box-shadow:0 4px 16px #fb923c66}.app-badge-icon svg{width:20px;height:20px}@media(min-width:768px){.app-badge-icon svg{width:22px;height:22px}}@media(min-width:1024px){.app-badge-icon svg{width:26px;height:26px}}.app-badge-text{display:flex;flex-direction:column;line-height:1.1}.app-badge-text span{font-size:13px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.5px}@media(min-width:768px){.app-badge-text span{font-size:15px}}@media(min-width:1024px){.app-badge-text span{font-size:18px}}@media(min-width:1024px){.column-card-right-mob .app-badge{display:none}}.wrapper-holder-img{position:relative;display:flex;flex-direction:column;align-items:center}.wrapper-holder-img .img-7{position:relative;max-width:100%;width:auto;height:auto}.wrapper-holder-img .img-8{display:none}.wrapper-holder-img .img-9{position:absolute;bottom:20px;right:-20px;max-width:45%;z-index:2}.column-card-right .img-18,.column-card-right .img-19,.wrapper-left-border{display:none}@media(min-width:1024px){.wrapper-left-border{display:block;background-image:linear-gradient(#ffffff80,#ffffff1a);width:2px;height:100%;position:absolute;inset:0% auto 0% 0%}}.section.section-dev{padding:32px 20px;position:relative;background:transparent;overflow:visible}@media(min-width:768px){.section.section-dev{padding:40px 32px}}@media(min-width:1024px){.section.section-dev{padding:60px 56px}}.dev-bg-gradient,.dev-bg-dots,.dev-bg-glow{display:none!important}.section.section-dev>.container-1400{position:relative;z-index:1}.developer-card{position:relative;max-width:1200px;margin:0 auto;padding:clamp(1.5rem,4vw,3.5rem) clamp(1.25rem,4vw,4rem);background:linear-gradient(135deg,#ffffff1a,#ffffff08,#ffffff0d);backdrop-filter:blur(32px);-webkit-backdrop-filter:blur(32px);border:1px solid rgba(255,255,255,.15);border-radius:clamp(1rem,2vw,1.75rem);box-shadow:inset 0 1px #ffffff1a,0 25px 60px -12px #0006,0 0 60px #8b5cf626,0 0 120px #8b5cf61a,0 0 200px #6366f114;isolation:isolate}.developer-card:after{content:"";position:absolute;inset:0;border-radius:inherit;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");opacity:.03;pointer-events:none;mix-blend-mode:overlay;z-index:1}.developer-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 5%,rgba(255,255,255,.15) 20%,rgba(139,92,246,.4) 50%,rgba(255,255,255,.15) 80%,transparent 95%);border-radius:inherit}.developer-grid{display:grid;grid-template-columns:1fr;gap:clamp(1.5rem,4vw,3rem);align-items:center;position:relative;z-index:2}@media(min-width:900px){.developer-grid{grid-template-columns:minmax(300px,1fr) minmax(340px,1.2fr);gap:clamp(2rem,4vw,4rem)}}.developer-content{display:flex;flex-direction:column;gap:clamp(.875rem,2vw,1.25rem);min-width:0;text-align:center;align-items:center}@media(min-width:900px){.developer-content{text-align:left;align-items:flex-start}}.developer-subtitle{display:inline-flex;align-items:center;font-size:clamp(.625rem,1.2vw,.8125rem);font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:#a78bfae6;background:#8b5cf61f;padding:.375rem .875rem;border-radius:100px;border:1px solid rgba(139,92,246,.2);margin:0}.developer-content .heading-large-s{margin:0;text-align:center;font-size:clamp(1.5rem,4vw,2.5rem);line-height:1.15;letter-spacing:-.02em}@media(min-width:900px){.developer-content .heading-large-s{text-align:left}}.developer-description{font-size:clamp(.875rem,1.5vw,1.0625rem);line-height:1.7;color:#ffffffb3;margin:0;max-width:48ch}.developer-content .div-block-25{margin-top:clamp(.5rem,1.5vw,1rem);width:100%;display:flex;justify-content:center}@media(min-width:900px){.developer-content .div-block-25{justify-content:flex-start}}.developer-content .download-now-button-hero{align-self:center}@media(min-width:900px){.developer-content .download-now-button-hero{align-self:flex-start}}.developer-code-preview{width:100%;min-width:0}.code-terminal{position:relative;background:linear-gradient(165deg,#14192df7,#0a0e1cfc);border:1px solid rgba(255,255,255,.08);border-radius:clamp(.75rem,1.5vw,1rem);overflow:hidden;min-width:0;box-shadow:inset 0 1px #ffffff0d,0 12px 40px -8px #00000080,0 0 0 1px #0000004d}.code-terminal:before{content:"";position:absolute;top:0;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,rgba(139,92,246,.5) 50%,transparent)}.terminal-header{display:flex;align-items:center;gap:clamp(.625rem,1.5vw,.875rem);padding:clamp(.625rem,1.5vw,.875rem) clamp(.875rem,2vw,1.25rem);background:linear-gradient(180deg,#ffffff0d,#ffffff04);border-bottom:1px solid rgba(255,255,255,.05)}.terminal-dots{display:flex;gap:clamp(5px,.8vw,8px)}.dot{width:clamp(9px,1vw,12px);height:clamp(9px,1vw,12px);border-radius:50%;transition:opacity .2s ease}.dot-red{background:#ff5f57;box-shadow:0 0 8px #ff5f574d}.dot-yellow{background:#febc2e;box-shadow:0 0 8px #febc2e4d}.dot-green{background:#28c840;box-shadow:0 0 8px #28c8404d}.terminal-filename{font-family:SF Mono,Fira Code,JetBrains Mono,Consolas,monospace;font-size:clamp(.6875rem,1vw,.8125rem);color:#ffffff80;background:#ffffff0a;padding:.25rem .625rem;border-radius:4px;border:1px solid rgba(255,255,255,.06)}.terminal-content{padding:clamp(1rem,2.5vw,1.5rem);overflow-x:auto;scrollbar-width:thin;scrollbar-color:rgba(139,92,246,.3) transparent}.terminal-content::-webkit-scrollbar{height:6px}.terminal-content::-webkit-scrollbar-track{background:transparent}.terminal-content::-webkit-scrollbar-thumb{background:#8b5cf64d;border-radius:3px}.terminal-content::-webkit-scrollbar-thumb:hover{background:#8b5cf680}.terminal-content pre{margin:0;font-family:SF Mono,Fira Code,JetBrains Mono,Consolas,monospace;font-size:clamp(.6875rem,1.2vw,.875rem);line-height:1.8;tab-size:2}.terminal-content code{color:#ffffffe6;white-space:pre;display:block}.code-comment{color:#ffffff59;font-style:italic}.code-keyword{color:#c792ea;font-weight:500}.code-string{color:#c3e88d}.code-type{color:#82aaff}.code-function{color:#89ddff}.code-variable{color:#fffffff2}.section.section-communities{padding:0 20px;position:relative;background:transparent;overflow:visible}.wrapper-communities{border-radius:0;background:transparent}.wrapper-communities .img-11,.section.section-communities .img-11{display:none!important}.section.section-communities>.container-1400{position:relative;z-index:1}@media(min-width:768px){.section.section-communities{padding:0 32px}}@media(min-width:1024px){.section.section-communities{padding:0 56px}}.section.section-build{padding:0;position:relative;background:transparent!important;overflow:visible}.wrapper-build{gap:24px;text-align:center;border-radius:0!important;background:transparent!important;flex-flow:column;justify-content:flex-start;align-items:center;width:100%;padding:32px 20px 48px;display:flex;position:relative;overflow:visible}.wrapper-build .img-13,.section.section-build .img-13{display:none!important}.section.section-build>.container-1400,.wrapper-build>*{position:relative;z-index:1}@media(min-width:768px){.wrapper-build{padding:40px 32px 56px}}@media(min-width:1024px){.wrapper-build{padding:60px 56px 80px}}.changelog-collection-list{display:grid;grid-template-columns:1fr;gap:20px;width:100%}@media(min-width:768px){.changelog-collection-list{gap:24px}}.changelog-holder-item{gap:16px;color:#fff;background-color:#80808033;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;flex-flow:column;justify-content:flex-start;align-items:flex-start;width:100%;padding:20px;display:flex;transition:opacity .2s ease}@media(min-width:768px){.changelog-holder-item{flex-flow:row;justify-content:space-between;align-items:center;gap:24px}}.changelog-holder-item:hover{opacity:.8}.changelog-header-items{gap:8px;flex-flow:column;justify-content:flex-start;align-items:flex-start;display:flex}@media(min-width:768px){.changelog-header-items{flex-flow:row;align-items:center;gap:16px}}.text-changelog-date{color:#ffffffa3;font-size:14px;font-weight:400;line-height:20px}.text-changelog-title{color:#fff;font-size:18px;font-weight:600;line-height:26px}@media(min-width:768px){.text-changelog-title{font-size:20px;line-height:28px}}.text-changelog-subtitle{color:#fff;font-size:16px;font-weight:500;line-height:24px}@media(min-width:768px){.text-changelog-subtitle{font-size:22px;line-height:32px}}.changelog-version-tag{padding:6px 12px;background:#3b6af833;border:1px solid rgba(59,106,248,.3);border-radius:16px;color:#6b8cfa;font-size:13px;font-weight:500}.changelog-read-more{gap:4px;color:#ffffffa3;justify-content:flex-start;align-items:center;display:flex;transition:color .2s ease}.changelog-holder-item:hover .changelog-read-more{color:#ffffffe6}.section-changelog-post{padding:120px 20px 60px;position:relative;z-index:1}@media(min-width:768px){.section-changelog-post{padding:160px 32px 100px}}.changelog-post-wrapper{max-width:800px;margin:0 auto;position:relative}.changelog-post-header{text-align:center;margin-bottom:32px}@media(min-width:768px){.changelog-post-header{margin-bottom:48px}}.changelog-post-meta{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;margin-top:16px}@media(min-width:768px){.changelog-post-meta{margin-top:24px}}.changelog-meta-item{display:flex;align-items:center;gap:4px;color:#ffffffa3;font-size:14px}.changelog-post-content{color:#fffc;line-height:1.8;font-size:16px}@media(min-width:768px){.changelog-post-content{font-size:17px}}.rich-text-changelog h2{color:#fff;margin-top:40px;margin-bottom:20px;font-size:24px;font-weight:600}@media(min-width:768px){.rich-text-changelog h2{margin-top:56px;margin-bottom:24px;font-size:28px}}.rich-text-changelog h3{color:#fff;margin-top:32px;margin-bottom:12px;font-size:20px;font-weight:600}@media(min-width:768px){.rich-text-changelog h3{margin-top:40px;margin-bottom:16px;font-size:22px}}.rich-text-changelog p{margin-bottom:20px}@media(min-width:768px){.rich-text-changelog p{margin-bottom:24px}}.rich-text-changelog ul,.rich-text-changelog ol{margin-bottom:20px;padding-left:20px}@media(min-width:768px){.rich-text-changelog ul,.rich-text-changelog ol{margin-bottom:24px;padding-left:24px}}.rich-text-changelog li{margin-bottom:10px}@media(min-width:768px){.rich-text-changelog li{margin-bottom:12px}}.rich-text-changelog a{color:#6b8cfa;text-decoration:underline;text-underline-offset:2px;transition:color .2s ease}.rich-text-changelog a:hover{color:#8ba3fb}.rich-text-changelog code{background:#ffffff14;padding:2px 8px;border-radius:4px;font-family:SF Mono,Fira Code,monospace;font-size:.9em}.rich-text-changelog pre{background:#0006;border:1px solid rgba(255,255,255,.08);padding:16px;border-radius:8px;overflow-x:auto;margin-bottom:20px}@media(min-width:768px){.rich-text-changelog pre{padding:24px;border-radius:12px;margin-bottom:24px}}.rich-text-changelog pre code{background:none;padding:0}.changelog-post-footer{margin-top:48px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1)}@media(min-width:768px){.changelog-post-footer{margin-top:64px;padding-top:32px}}.btn-back-to-changelog{display:inline-flex;align-items:center;gap:8px;color:#ffffffa3;text-decoration:none;font-size:14px;transition:color .2s ease}.btn-back-to-changelog:hover{color:#fff}.btn-back-to-changelog img{width:16px;height:16px;opacity:.64;transition:opacity .2s ease}.btn-back-to-changelog:hover img{opacity:1}.changelog-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:48px 24px;background:linear-gradient(180deg,#ffffff08,#ffffff03);border:1px solid rgba(255,255,255,.08);border-radius:16px;max-width:600px;margin:0 auto}@media(min-width:768px){.changelog-empty-state{padding:80px 40px}}.changelog-empty-title{font-size:20px;font-weight:600;color:#fff;margin:0 0 16px;letter-spacing:-.02em}@media(min-width:768px){.changelog-empty-title{font-size:24px}}.changelog-empty-text{font-size:14px;line-height:1.6;color:#ffffffa3;margin:0;max-width:440px}@media(min-width:768px){.changelog-empty-text{font-size:16px}}.ellipse[data-astro-cid-37fxchfa]{pointer-events:none}.w--current[data-astro-cid-37fxchfa] .active-link-bg[data-astro-cid-37fxchfa]{opacity:1}.active-link-bg[data-astro-cid-37fxchfa]{opacity:0}.link-nav[data-astro-cid-37fxchfa]:hover .active-link-bg[data-astro-cid-37fxchfa]{opacity:1;border-color:#fff;background-image:linear-gradient(306deg,#ffffff26,#fff0 69%)}
