:root{--bg-1:#fff;--bg-2:#fff;--bg-3:#fafaf9;--bg-4:#f7f6f6;--border-1:#f1f1f0;--border-2:#e1e1e0;--fg-1:#211d1d;--fg-2:#636161;--fg-3:#8f8e8e;--fg-4:#bcbbbb;--purple-1:#9898ff;--purple-2:#bcbbff;--purple-3:#e5e5ff;--purple-4:#faf9ff;--blue-1:#1c4886;--blue-2:#5d7eaa;--blue-3:#e0eaf2;--blue-4:#f6fcfe;--gho-1:#28d358;--focus:#9898ff}@supports(color:color(display-p3 1 1 1)){:root{--bg-1:color(display-p3 1 1 1/1);--bg-2:color(display-p3 1 1 1/1);--bg-3:color(display-p3 0.9803921569 0.9803921569 0.9764705882/1);--bg-4:color(display-p3 0.968627451 0.9647058824 0.9647058824/1);--border-1:color(display-p3 0.9450980392 0.9450980392 0.9411764706/1);--border-2:color(display-p3 0.8823529412 0.8823529412 0.8784313725/1);--fg-1:color(display-p3 0.1294117647 0.1137254902 0.1137254902/1);--fg-2:color(display-p3 0.3882352941 0.3803921569 0.3803921569/1);--fg-3:color(display-p3 0.5607843137 0.5568627451 0.5568627451/1);--fg-4:color(display-p3 0.737254902 0.7333333333 0.7333333333/1);--purple-1:color(display-p3 0.5960784314 0.5960784314 1/1);--purple-2:color(display-p3 0.737254902 0.7333333333 1/1);--purple-3:color(display-p3 0.8980392157 0.8980392157 1/1);--purple-4:color(display-p3 0.9803921569 0.9764705882 1/1);--blue-1:color(display-p3 0.1098039216 0.2823529412 0.5254901961/1);--blue-2:color(display-p3 0.3647058824 0.4941176471 0.6666666667/1);--blue-3:color(display-p3 0.8784313725 0.9176470588 0.9490196078/1);--blue-4:color(display-p3 0.9647058824 0.9882352941 0.9960784314/1);--gho-1:color(display-p3 0.1568627451 0.8274509804 0.3450980392/1);--focus:color(display-p3 0.5960784314 0.5960784314 1/1)}}:root{--font-sans:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-brand:"FT Regola Neue",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:"SF Mono","SFMono-Regular","Consolas","Liberation Mono",Menlo,Courier,monospace;--duration-snappy:750ms;--ease-snappy:cubic-bezier(0.175,0.885,0.32,1.1);--duration-swift:1800ms;--ease-swift:cubic-bezier(0.19,1,0.22,1);--breakpoint-sm:640px;--breakpoint-md:768px;--breakpoint-lg:1024px;--scrollbar-width:6px}*{outline:0;padding:0;margin:0;border:0;box-sizing:border-box;font-feature-settings:"cv11" on;font-feature-settings:"ss03" on}::-webkit-scrollbar{width:var(--scrollbar-width,6px);height:var(--scrollbar-width,6px)}::-webkit-scrollbar-track{background-color:transparent}::-webkit-scrollbar-thumb{background-color:rgba(32,29,29,0);border-radius:100px}:hover::-webkit-scrollbar-thumb{background-color:rgba(32,29,29,.15)}::-webkit-scrollbar-thumb:hover{background-color:rgba(32,29,29,.25)}html{color:var(--fg-1);scroll-padding-top:6rem}body,html{background:var(--bg-1)}body{font-size:16px;font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:rgba(0,0,0,0);text-size-adjust:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;font-family:var(--font-sans);font-feature-settings:"cv11" on;font-display:auto;overflow-x:hidden;overflow-y:scroll}button,input,input[type=button],input[type=text],select,textarea{appearance:none;-moz-appearance:none;-webkit-appearance:none;font-family:var(--font-primary)}img,svg{display:inline-block;max-width:100%;height:auto;vertical-align:top}[cmdk-overlay]{position:fixed;z-index:9999998;top:0;left:0;width:100%;height:100dvh;background-color:hsla(60,14%,99%,.9);opacity:0;transition:opacity .2s ease;animation:scrim-enter .2s ease}[cmdk-overlay].open{opacity:1}@keyframes scrim-enter{0%{opacity:0}to{opacity:1}}[cmdk-empty]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:4rem 2rem}[cmdk-empty] svg{display:block;margin:0 auto}[cmdk-empty] p{text-align:center;color:#bcbbbb;font-size:.875rem;font-weight:500;line-height:120%;letter-spacing:-.01125rem}[cmdk-dialog]{position:fixed;z-index:9999999;top:0;left:0;width:100%;height:100dvh;pointer-events:none!important}[cmdk-root]{position:absolute;top:20%;right:0;left:0;margin:8px auto;border-radius:16px;padding:0 10px;width:96%;max-width:637px;background-color:#fff;box-shadow:0 2px 18px 0 rgba(0,0,0,.05),0 0 0 1px #f1f1f0;box-shadow:0 2px 18px 0 color(display-p3 0 0 0/.05),0 0 0 1px #f1f1f0;overflow:hidden;pointer-events:auto;transition:.2s ease;transition-property:transform,opacity;animation:root-enter .2s ease}@media(max-width:768px){[cmdk-root]{top:0}[cmdk-root] [cmdk-content]{display:block}[cmdk-root] [cmdk-preview]{display:none}}@keyframes root-enter{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}[cmdk-input]{border-bottom:1px solid color(display-p3 .9451 .9451 .9412);padding:20px 12px;width:100%;font-family:var(--font-sans);font-feature-settings:"cv11" on;font-size:16px;font-weight:400;line-height:120%;letter-spacing:.1px;color:#636161;color:color(display-p3 .3882 .3804 .3804);caret-color:#636161;caret-color:color(display-p3 .3882 .3804 .3804)}[cmdk-input]::placeholder{color:var(--primary-4,#bcbbbb);color:var(--primary-4,color(display-p3 .7373 .7333 .7333))}[cmdk-content]{display:grid;grid-template-columns:235px 1fr}[cmdk-list]{padding-right:8px;max-height:368px;overflow:auto}[cmdk-group]{padding-bottom:10px}[cmdk-group-heading]{padding:12px;color:#8f8e8e;color:color(display-p3 .5608 .5569 .5569)}[cmdk-group-heading],[cmdk-item]{font-family:var(--font-sans);font-feature-settings:"cv11" on;font-size:14px;line-height:120%;letter-spacing:.1px}[cmdk-item]{display:flex;align-items:center;column-gap:8px;padding:6px 12px;border-radius:8px;color:var(--primary-1,#221d1d);color:var(--primary-1,color(display-p3 .1255 .1137 .1137));transition:background-color .15s ease;cursor:pointer}[cmdk-item].selected{background-color:rgba(34,29,29,.03);background-color:color(display-p3 .1255 .1137 .1137/.03)}[cmdk-item-icon]{flex-shrink:0}[cmdk-item-title]{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}[cmdk-item-type]{color:#8f8e8e;color:color(display-p3 .5608 .5569 .5569)}[cmdk-item-shortcut]{margin-left:auto;border-radius:5.5px;padding:2px 12px;background-color:#fff;font-size:13px;font-weight:500;line-height:normal;letter-spacing:-.078px;color:#858e96;color:color(display-p3 .5294 .5569 .5843)}[cmdk-preview]{position:relative;padding:26px 16px 26px 26px;border-left:1px solid color(display-p3 .9451 .9451 .9412);max-height:368px;overflow:hidden}[cmdk-preview]:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:64px;background-image:linear-gradient(transparent,#fff)}[cmdk-preview-image]{display:block;border-radius:8px;width:100%;height:171px;overflow:hidden;background-color:var(--hex,#f1f1f0);background-color:var(--p3,color(display-p3 .9451 .9451 .9412))}[cmdk-preview-image] svg{display:block;height:auto;margin:0 auto}[cmdk-preview-article-header]{display:flex;justify-content:space-between;align-items:baseline;align-items:first baseline;font-size:14px;font-weight:500;line-height:150%;letter-spacing:-.33px;color:#bcbbbb;color:color(display-p3 .7373 .7333 .7333)}[cmdk-preview-article-header-link]{-webkit-text-decoration-line:none;text-decoration-line:none;color:#201d11;color:color(display-p3 .1255 .1137 .1137)}[cmdk-preview-title]{display:block;text-decoration:none;margin-top:16px;font-size:24px;font-weight:600;line-height:150%;letter-spacing:-.47px;color:#221d1d;color:color(display-p3 .1255 .1137 .1137)}[cmdk-preview-guide-description]{margin:12px 0;font-weight:500}[cmdk-preview-guide-count],[cmdk-preview-guide-description]{font-size:16px;line-height:150%;letter-spacing:-.18px;color:#636161;color:color(display-p3 .3882 .3804 .3804)}[cmdk-preview-guide-count]{font-feature-settings:"cv11" on,"ss01" off}[cmdk-preview-article-description]{margin-top:16px;font-size:14px;font-weight:400;line-height:150%;letter-spacing:-.18px;color:#636161;color:color(display-p3 .3882 .3804 .3804)}[cmdk-preview-article-snippet]{padding:1.25rem 0 0}svg [data-debug],svg[data-debug]{outline:4px solid red;overflow:visible}svg [data-debug] :first-child,svg[data-debug] :first-child{outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(255,0,255,.5)!important;stroke:rgba(204,0,204,.5)!important}svg [data-debug] :nth-child(2),svg[data-debug] :nth-child(2){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,0,255,.5)!important;stroke:rgba(0,0,204,.5)!important}svg [data-debug] :nth-child(3),svg[data-debug] :nth-child(3){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,255,255,.5)!important;stroke:rgba(0,204,204,.5)!important}svg [data-debug] :nth-child(4),svg[data-debug] :nth-child(4){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,255,0,.5)!important;stroke:rgba(0,204,0,.5)!important}svg [data-debug] :nth-child(5),svg[data-debug] :nth-child(5){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(255,255,0,.5)!important;stroke:rgba(204,204,0,.5)!important}svg [data-debug] :nth-child(6),svg[data-debug] :nth-child(6){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(255,0,0,.5)!important;stroke:rgba(204,0,0,.5)!important}svg [data-debug] :nth-child(7),svg[data-debug] :nth-child(7){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(255,0,255,.5)!important;stroke:rgba(204,0,204,.5)!important}svg [data-debug] :nth-child(8),svg[data-debug] :nth-child(8){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,0,255,.5)!important;stroke:rgba(0,0,204,.5)!important}svg [data-debug] :nth-child(9),svg[data-debug] :nth-child(9){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,255,255,.5)!important;stroke:rgba(0,204,204,.5)!important}svg [data-debug] :nth-child(10),svg[data-debug] :nth-child(10){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,255,0,.5)!important;stroke:rgba(0,204,0,.5)!important}svg [data-debug] :nth-child(11),svg[data-debug] :nth-child(11){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(255,255,0,.5)!important;stroke:rgba(204,204,0,.5)!important}svg [data-debug] :nth-child(12),svg[data-debug] :nth-child(12){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(255,0,0,.5)!important;stroke:rgba(204,0,0,.5)!important}svg [data-debug] :nth-child(13),svg[data-debug] :nth-child(13){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(255,0,255,.5)!important;stroke:rgba(204,0,204,.5)!important}svg [data-debug] :nth-child(14),svg[data-debug] :nth-child(14){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,0,255,.5)!important;stroke:rgba(0,0,204,.5)!important}svg [data-debug] :nth-child(15),svg[data-debug] :nth-child(15){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,255,255,.5)!important;stroke:rgba(0,204,204,.5)!important}svg [data-debug] :nth-child(16),svg[data-debug] :nth-child(16){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,255,0,.5)!important;stroke:rgba(0,204,0,.5)!important}svg [data-debug] :nth-child(17),svg[data-debug] :nth-child(17){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(255,255,0,.5)!important;stroke:rgba(204,204,0,.5)!important}svg [data-debug] :nth-child(18),svg[data-debug] :nth-child(18){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(255,0,0,.5)!important;stroke:rgba(204,0,0,.5)!important}svg [data-debug] :nth-child(19),svg[data-debug] :nth-child(19){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(255,0,255,.5)!important;stroke:rgba(204,0,204,.5)!important}svg [data-debug] :nth-child(20),svg[data-debug] :nth-child(20){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,0,255,.5)!important;stroke:rgba(0,0,204,.5)!important}svg [data-debug] :nth-child(21),svg[data-debug] :nth-child(21){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,255,255,.5)!important;stroke:rgba(0,204,204,.5)!important}svg [data-debug] :nth-child(22),svg[data-debug] :nth-child(22){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,255,0,.5)!important;stroke:rgba(0,204,0,.5)!important}svg [data-debug] :nth-child(23),svg[data-debug] :nth-child(23){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(255,255,0,.5)!important;stroke:rgba(204,204,0,.5)!important}svg [data-debug] :nth-child(24),svg[data-debug] :nth-child(24){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(255,0,0,.5)!important;stroke:rgba(204,0,0,.5)!important}svg [data-debug] :nth-child(25),svg[data-debug] :nth-child(25){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(255,0,255,.5)!important;stroke:rgba(204,0,204,.5)!important}svg [data-debug] :nth-child(26),svg[data-debug] :nth-child(26){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,0,255,.5)!important;stroke:rgba(0,0,204,.5)!important}svg [data-debug] :nth-child(27),svg[data-debug] :nth-child(27){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,255,255,.5)!important;stroke:rgba(0,204,204,.5)!important}svg [data-debug] :nth-child(28),svg[data-debug] :nth-child(28){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,255,0,.5)!important;stroke:rgba(0,204,0,.5)!important}svg [data-debug] :nth-child(29),svg[data-debug] :nth-child(29){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(255,255,0,.5)!important;stroke:rgba(204,204,0,.5)!important}svg [data-debug] :nth-child(30),svg[data-debug] :nth-child(30){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(255,0,0,.5)!important;stroke:rgba(204,0,0,.5)!important}svg [data-debug] :nth-child(31),svg[data-debug] :nth-child(31){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(255,0,255,.5)!important;stroke:rgba(204,0,204,.5)!important}svg [data-debug] :nth-child(32),svg[data-debug] :nth-child(32){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,0,255,.5)!important;stroke:rgba(0,0,204,.5)!important}svg [data-debug] :nth-child(33),svg[data-debug] :nth-child(33){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,255,255,.5)!important;stroke:rgba(0,204,204,.5)!important}svg [data-debug] :nth-child(34),svg[data-debug] :nth-child(34){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,255,0,.5)!important;stroke:rgba(0,204,0,.5)!important}svg [data-debug] :nth-child(35),svg[data-debug] :nth-child(35){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(255,255,0,.5)!important;stroke:rgba(204,204,0,.5)!important}svg [data-debug] :nth-child(36),svg[data-debug] :nth-child(36){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(255,0,0,.5)!important;stroke:rgba(204,0,0,.5)!important}svg [data-debug] :nth-child(37),svg[data-debug] :nth-child(37){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(255,0,255,.5)!important;stroke:rgba(204,0,204,.5)!important}svg [data-debug] :nth-child(38),svg[data-debug] :nth-child(38){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,0,255,.5)!important;stroke:rgba(0,0,204,.5)!important}svg [data-debug] :nth-child(39),svg[data-debug] :nth-child(39){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,255,255,.5)!important;stroke:rgba(0,204,204,.5)!important}svg [data-debug] :nth-child(40),svg[data-debug] :nth-child(40){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,255,0,.5)!important;stroke:rgba(0,204,0,.5)!important}svg [data-debug] :nth-child(41),svg[data-debug] :nth-child(41){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(255,255,0,.5)!important;stroke:rgba(204,204,0,.5)!important}svg [data-debug] :nth-child(42),svg[data-debug] :nth-child(42){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(255,0,0,.5)!important;stroke:rgba(204,0,0,.5)!important}svg [data-debug] :nth-child(43),svg[data-debug] :nth-child(43){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(255,0,255,.5)!important;stroke:rgba(204,0,204,.5)!important}svg [data-debug] :nth-child(44),svg[data-debug] :nth-child(44){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,0,255,.5)!important;stroke:rgba(0,0,204,.5)!important}svg [data-debug] :nth-child(45),svg[data-debug] :nth-child(45){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,255,255,.5)!important;stroke:rgba(0,204,204,.5)!important}svg [data-debug] :nth-child(46),svg[data-debug] :nth-child(46){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,255,0,.5)!important;stroke:rgba(0,204,0,.5)!important}svg [data-debug] :nth-child(47),svg[data-debug] :nth-child(47){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(255,255,0,.5)!important;stroke:rgba(204,204,0,.5)!important}svg [data-debug] :nth-child(48),svg[data-debug] :nth-child(48){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(255,0,0,.5)!important;stroke:rgba(204,0,0,.5)!important}svg [data-debug] :nth-child(49),svg[data-debug] :nth-child(49){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(255,0,255,.5)!important;stroke:rgba(204,0,204,.5)!important}svg [data-debug] :nth-child(50),svg[data-debug] :nth-child(50){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,0,255,.5)!important;stroke:rgba(0,0,204,.5)!important}svg [data-debug] :nth-child(51),svg[data-debug] :nth-child(51){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,255,255,.5)!important;stroke:rgba(0,204,204,.5)!important}svg [data-debug] :nth-child(52),svg[data-debug] :nth-child(52){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,255,0,.5)!important;stroke:rgba(0,204,0,.5)!important}svg [data-debug] :nth-child(53),svg[data-debug] :nth-child(53){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(255,255,0,.5)!important;stroke:rgba(204,204,0,.5)!important}svg [data-debug] :nth-child(54),svg[data-debug] :nth-child(54){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(255,0,0,.5)!important;stroke:rgba(204,0,0,.5)!important}svg [data-debug] :nth-child(55),svg[data-debug] :nth-child(55){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(255,0,255,.5)!important;stroke:rgba(204,0,204,.5)!important}svg [data-debug] :nth-child(56),svg[data-debug] :nth-child(56){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,0,255,.5)!important;stroke:rgba(0,0,204,.5)!important}svg [data-debug] :nth-child(57),svg[data-debug] :nth-child(57){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,255,255,.5)!important;stroke:rgba(0,204,204,.5)!important}svg [data-debug] :nth-child(58),svg[data-debug] :nth-child(58){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,255,0,.5)!important;stroke:rgba(0,204,0,.5)!important}svg [data-debug] :nth-child(59),svg[data-debug] :nth-child(59){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(255,255,0,.5)!important;stroke:rgba(204,204,0,.5)!important}svg [data-debug] :nth-child(60),svg[data-debug] :nth-child(60){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(255,0,0,.5)!important;stroke:rgba(204,0,0,.5)!important}svg [data-debug] :nth-child(61),svg[data-debug] :nth-child(61){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(255,0,255,.5)!important;stroke:rgba(204,0,204,.5)!important}svg [data-debug] :nth-child(62),svg[data-debug] :nth-child(62){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,0,255,.5)!important;stroke:rgba(0,0,204,.5)!important}svg [data-debug] :nth-child(63),svg[data-debug] :nth-child(63){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,255,255,.5)!important;stroke:rgba(0,204,204,.5)!important}svg [data-debug] :nth-child(64),svg[data-debug] :nth-child(64){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,255,0,.5)!important;stroke:rgba(0,204,0,.5)!important}svg [data-debug] :nth-child(65),svg[data-debug] :nth-child(65){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(255,255,0,.5)!important;stroke:rgba(204,204,0,.5)!important}svg [data-debug] :nth-child(66),svg[data-debug] :nth-child(66){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(255,0,0,.5)!important;stroke:rgba(204,0,0,.5)!important}svg [data-debug] :nth-child(67),svg[data-debug] :nth-child(67){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(255,0,255,.5)!important;stroke:rgba(204,0,204,.5)!important}svg [data-debug] :nth-child(68),svg[data-debug] :nth-child(68){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,0,255,.5)!important;stroke:rgba(0,0,204,.5)!important}svg [data-debug] :nth-child(69),svg[data-debug] :nth-child(69){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,255,255,.5)!important;stroke:rgba(0,204,204,.5)!important}svg [data-debug] :nth-child(70),svg[data-debug] :nth-child(70){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,255,0,.5)!important;stroke:rgba(0,204,0,.5)!important}svg [data-debug] :nth-child(71),svg[data-debug] :nth-child(71){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(255,255,0,.5)!important;stroke:rgba(204,204,0,.5)!important}svg [data-debug] :nth-child(72),svg[data-debug] :nth-child(72){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(255,0,0,.5)!important;stroke:rgba(204,0,0,.5)!important}svg [data-debug] :nth-child(73),svg[data-debug] :nth-child(73){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(255,0,255,.5)!important;stroke:rgba(204,0,204,.5)!important}svg [data-debug] :nth-child(74),svg[data-debug] :nth-child(74){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,0,255,.5)!important;stroke:rgba(0,0,204,.5)!important}svg [data-debug] :nth-child(75),svg[data-debug] :nth-child(75){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,255,255,.5)!important;stroke:rgba(0,204,204,.5)!important}svg [data-debug] :nth-child(76),svg[data-debug] :nth-child(76){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,255,0,.5)!important;stroke:rgba(0,204,0,.5)!important}svg [data-debug] :nth-child(77),svg[data-debug] :nth-child(77){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(255,255,0,.5)!important;stroke:rgba(204,204,0,.5)!important}svg [data-debug] :nth-child(78),svg[data-debug] :nth-child(78){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(255,0,0,.5)!important;stroke:rgba(204,0,0,.5)!important}svg [data-debug] :nth-child(79),svg[data-debug] :nth-child(79){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(255,0,255,.5)!important;stroke:rgba(204,0,204,.5)!important}svg [data-debug] :nth-child(80),svg[data-debug] :nth-child(80){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,0,255,.5)!important;stroke:rgba(0,0,204,.5)!important}svg [data-debug] :nth-child(81),svg[data-debug] :nth-child(81){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,255,255,.5)!important;stroke:rgba(0,204,204,.5)!important}svg [data-debug] :nth-child(82),svg[data-debug] :nth-child(82){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,255,0,.5)!important;stroke:rgba(0,204,0,.5)!important}svg [data-debug] :nth-child(83),svg[data-debug] :nth-child(83){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(255,255,0,.5)!important;stroke:rgba(204,204,0,.5)!important}svg [data-debug] :nth-child(84),svg[data-debug] :nth-child(84){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(255,0,0,.5)!important;stroke:rgba(204,0,0,.5)!important}svg [data-debug] :nth-child(85),svg[data-debug] :nth-child(85){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(255,0,255,.5)!important;stroke:rgba(204,0,204,.5)!important}svg [data-debug] :nth-child(86),svg[data-debug] :nth-child(86){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,0,255,.5)!important;stroke:rgba(0,0,204,.5)!important}svg [data-debug] :nth-child(87),svg[data-debug] :nth-child(87){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,255,255,.5)!important;stroke:rgba(0,204,204,.5)!important}svg [data-debug] :nth-child(88),svg[data-debug] :nth-child(88){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,255,0,.5)!important;stroke:rgba(0,204,0,.5)!important}svg [data-debug] :nth-child(89),svg[data-debug] :nth-child(89){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(255,255,0,.5)!important;stroke:rgba(204,204,0,.5)!important}svg [data-debug] :nth-child(90),svg[data-debug] :nth-child(90){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(255,0,0,.5)!important;stroke:rgba(204,0,0,.5)!important}svg [data-debug] :nth-child(91),svg[data-debug] :nth-child(91){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(255,0,255,.5)!important;stroke:rgba(204,0,204,.5)!important}svg [data-debug] :nth-child(92),svg[data-debug] :nth-child(92){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,0,255,.5)!important;stroke:rgba(0,0,204,.5)!important}svg [data-debug] :nth-child(93),svg[data-debug] :nth-child(93){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,255,255,.5)!important;stroke:rgba(0,204,204,.5)!important}svg [data-debug] :nth-child(94),svg[data-debug] :nth-child(94){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,255,0,.5)!important;stroke:rgba(0,204,0,.5)!important}svg [data-debug] :nth-child(95),svg[data-debug] :nth-child(95){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(255,255,0,.5)!important;stroke:rgba(204,204,0,.5)!important}svg [data-debug] :nth-child(96),svg[data-debug] :nth-child(96){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(255,0,0,.5)!important;stroke:rgba(204,0,0,.5)!important}svg [data-debug] :nth-child(97),svg[data-debug] :nth-child(97){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(255,0,255,.5)!important;stroke:rgba(204,0,204,.5)!important}svg [data-debug] :nth-child(98),svg[data-debug] :nth-child(98){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,0,255,.5)!important;stroke:rgba(0,0,204,.5)!important}svg [data-debug] :nth-child(99),svg[data-debug] :nth-child(99){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,255,255,.5)!important;stroke:rgba(0,204,204,.5)!important}svg [data-debug] :nth-child(100),svg[data-debug] :nth-child(100){outline:1px solid rgba(255,0,0,.5)!important;fill:rgba(0,255,0,.5)!important;stroke:rgba(0,204,0,.5)!important}:not(input,select):focus-visible{outline:2px solid var(--focus)}.styles_menu__rDqR7{padding:10px}@media(max-width:768px){.styles_menu__rDqR7{padding:0}}.styles_menuAppLink___Ls1y{position:relative;z-index:0;display:block;border-radius:8px;padding:16px;width:356px;text-decoration:none;color:#fff;overflow:hidden;transition:opacity .2s ease}@media(max-width:768px){.styles_menuAppLink___Ls1y{width:100%}}.styles_menuAppLink___Ls1y:not(:first-child){margin-top:10px}.styles_menu__rDqR7:has(.styles_menuAppLink___Ls1y:hover) .styles_menuAppLink___Ls1y:not(:hover){opacity:.5}.styles_menu__rDqR7:has(.styles_menuAppLink___Ls1y:focus-visible) .styles_menuAppLink___Ls1y:not(:focus-visible){opacity:.5}.styles_menuAppLink___Ls1y:first-child{background-color:#9896ff;background-color:color(display-p3 .5951 .587 1)}.styles_menuAppLink___Ls1y:nth-child(2){background-color:#00bc20;background-color:color(display-p3 .0549 .7255 .2431)}.styles_menuAppLinkTitle__Ym7X4{margin-top:12px;font-size:14px;font-weight:600;line-height:120%;letter-spacing:.1px}.styles_menuAppLinkDescription__ukwlc{position:relative;z-index:2;margin-top:2px;font-size:14px;font-weight:400;line-height:150%;letter-spacing:-.09px}.styles_menu__OlXP1{display:block}.styles_menuSplitContainer__FwecR{display:grid;grid-template-columns:max-content max-content;grid-column-gap:10px;column-gap:10px;padding:10px}@media(max-width:768px){.styles_menuSplitContainer__FwecR{padding:0;grid-template-columns:1fr}}.styles_menuLink__gJIYX{display:flex;align-items:center;column-gap:12px;position:relative;z-index:0;border-radius:8px;padding:8px 16px 8px 8px;text-decoration:none;width:100%}@media(max-width:768px){.styles_menuLink__gJIYX{padding:.5rem 0}}.styles_menuLinkIcon__99tEg{--color-1:#bcbbbb;--color-2:#8f8f8f}.styles_menuLinkIcon__99tEg *{transition:fill .15s ease}.styles_menuLink__gJIYX:first-child .styles_menuLinkIcon__99tEg{--color-1:#00aeff;--color-2:#008aff}@supports (color:color(display-p3 0 0 0)){.styles_menuLink__gJIYX:first-child .styles_menuLinkIcon__99tEg{--color-1:color(display-p3 0.2824 0.6706 1);--color-2:color(display-p3 0.102 0.5333 0.9725)}}.styles_menuLink__gJIYX:nth-child(2) .styles_menuLinkIcon__99tEg{--color-1:#bdbbff;--color-2:#9896ff}@supports (color:color(display-p3 0 0 0)){.styles_menuLink__gJIYX:nth-child(2) .styles_menuLinkIcon__99tEg{--color-1:color(display-p3 0.7391 0.7337 1);--color-2:color(display-p3 0.5951 0.587 1)}}.styles_menuLink__gJIYX:nth-child(3) .styles_menuLinkIcon__99tEg{--color-1:#39beb7;--color-2:#00827b}@supports (color:color(display-p3 0 0 0)){.styles_menuLink__gJIYX:nth-child(3) .styles_menuLinkIcon__99tEg{--color-1:color(display-p3 0.3882 0.7333 0.7137);--color-2:color(display-p3 0.121 0.5025 0.4806)}}.styles_menuLink__gJIYX:nth-child(4) .styles_menuLinkIcon__99tEg{--color-1:#ff8130;--color-2:red}@supports (color:color(display-p3 0 0 0)){.styles_menuLink__gJIYX:nth-child(4) .styles_menuLinkIcon__99tEg{--color-1:color(display-p3 1 0.5373 0.2784);--color-2:color(display-p3 0.949 0.2863 0)}}.styles_menuLink__gJIYX:nth-child(5) .styles_menuLinkIcon__99tEg{--color-1:#5589c5;--color-2:#00498b}@supports (color:color(display-p3 0 0 0)){.styles_menuLink__gJIYX:nth-child(5) .styles_menuLinkIcon__99tEg{--color-1:color(display-p3 0.3804 0.5333 0.7529);--color-2:color(display-p3 0.1098 0.2824 0.5255)}}@media(min-width:768px){.styles_menuLink__gJIYX:not(.styles_active__YBHgp) .styles_menuLinkIcon__99tEg{--color-1:#bcbbbb;--color-2:#8f8f8f}}.styles_menuLinkTitle__iJxt7{font-size:14px;font-style:normal;font-weight:500;line-height:120%;letter-spacing:.1px;color:var(--primary-1,#221d1d);color:var(--primary-1,color(display-p3 .1255 .1137 .1137))}.styles_menuLinkDescription__AK_Tj{font-size:14px;font-weight:400;line-height:150%;letter-spacing:-.09px;color:#636161;color:color(display-p3 .3882 .3804 .3804)}.styles_menuLinkActiveBackground__cp4mm{position:absolute;z-index:-1;top:0;left:0;border-radius:8px;width:100%;height:100%;background-color:rgba(34,29,29,.03)}@media(max-width:768px){.styles_menuLinkActiveBackground__cp4mm{display:none}}.styles_menuIllustration__Hpkz7{display:block;border-radius:8px;width:256px;height:320px;overflow:hidden}.styles_menuSplitContainer__c8hwa{display:grid;grid-template-columns:max-content max-content;grid-column-gap:10px;column-gap:10px;padding:10px}@media(max-width:768px){.styles_menuSplitContainer__c8hwa{padding:0;grid-template-columns:1fr}}.styles_menuLink__zVwzl{display:flex;align-items:center;column-gap:12px;position:relative;z-index:0;border-radius:8px;padding:8px 16px 8px 8px;text-decoration:none}@media(max-width:768px){.styles_menuLink__zVwzl{padding:.5rem 0}}.styles_menuLinkIcon__8pMoP{--color-1:#bcbbbb;--color-2:#8f8f8f;flex-shrink:0}.styles_menuLinkIcon__8pMoP *{transition:fill .15s}.styles_menuLink__zVwzl:first-child .styles_menuLinkIcon__8pMoP{--color-1:#a7e9fd;--color-2:#39d1f9}@supports (color:color(display-p3 0 0 0)){.styles_menuLink__zVwzl:first-child .styles_menuLinkIcon__8pMoP{--color-1:color(display-p3 0.7098 0.9059 0.9804);--color-2:color(display-p3 0.4196 0.8078 0.9608)}}.styles_menuLink__zVwzl:nth-child(2) .styles_menuLinkIcon__8pMoP{--color-1:#63bbb6;--color-2:#00827b}@supports (color:color(display-p3 0 0 0)){.styles_menuLink__zVwzl:nth-child(2) .styles_menuLinkIcon__8pMoP{--color-1:color(display-p3 0.3882 0.7333 0.7137);--color-2:color(display-p3 0.121 0.5025 0.4806)}}.styles_menuLink__zVwzl:nth-child(3) .styles_menuLinkIcon__8pMoP{--color-1:#ffd400;--color-2:#ffb000}@supports (color:color(display-p3 0 0 0)){.styles_menuLink__zVwzl:nth-child(3) .styles_menuLinkIcon__8pMoP{--color-1:color(display-p3 1 0.8392 0.1922);--color-2:color(display-p3 1 0.72 0)}}@media(min-width:768px){.styles_menuLink__zVwzl:not(.styles_active__Yj6xJ) .styles_menuLinkIcon__8pMoP{--color-1:#bcbbbb;--color-2:#8f8f8f}}.styles_menuLinkTitle__AS2AZ{font-size:14px;font-style:normal;font-weight:500;line-height:120%;letter-spacing:.1px;color:var(--primary-1,#221d1d);color:var(--primary-1,color(display-p3 .1255 .1137 .1137))}.styles_menuLinkDescription__mCPbD{font-size:14px;font-weight:400;line-height:150%;letter-spacing:-.09px;white-space:nowrap;color:#636161;color:color(display-p3 .3882 .3804 .3804)}.styles_menuLinkActiveBackground__5BW4E{position:absolute;z-index:-1;top:0;left:0;border-radius:8px;width:100%;height:100%;background-color:rgba(34,29,29,.03)}@media(max-width:768px){.styles_menuLinkActiveBackground__5BW4E{display:none}}.styles_menuIllustration__3RtFb{display:block;border-radius:8px;width:256px;height:192px}.styles_menuWrapper__BGdua{display:block;position:absolute;z-index:999;top:48px;left:0;will-change:transform!important}.styles_menuWrapper__BGdua:before{content:"";position:absolute;z-index:-1;top:-10px;left:0;width:100%;height:64px}.styles_menuWrapper__BGdua.styles_floating__4V5WS:before{top:-24px}.styles_menu__JjoKB{position:relative;border-radius:16px;padding:10px;background-color:#fff;box-shadow:0 6px 20px 0 rgba(0,0,0,.05),0 0 0 1px rgba(0,0,0,.06);overflow:hidden;will-change:transform,width,height}.styles_menuArrow__iV5Gh{position:absolute;z-index:1000000000;bottom:-11px;left:-14px;width:28px;height:9px;opacity:0;transition:bottom .3s ease}.styles_menuArrow__iV5Gh.styles_floating__BH94R{bottom:-25px}.styles_container__CV4xN{display:none;z-index:99999;position:fixed;inset:0;top:4rem;overflow-y:scroll;padding:1.5rem .75rem 4rem;background-color:#fff;transition:opacity .2s ease,transform .3s ease;opacity:0;pointer-events:none}.styles_container__CV4xN .styles_content__yOzrS{display:block;transform:scale(.98);transform-origin:50% 80%;transition:inherit}.styles_container__CV4xN[data-open=true]{pointer-events:auto;opacity:1}.styles_container__CV4xN[data-open=true] .styles_content__yOzrS{transform:none}@media(max-width:768px){.styles_container__CV4xN{display:block}}.styles_heading__IIvAo{padding:2rem 0 1rem;color:#000;font-size:1rem;font-weight:500;line-height:105%;letter-spacing:-.00563rem}.styles_container__YBPQH{z-index:99999999;position:fixed;top:0;left:0;right:0;transform:translateY(5.5rem);transition:transform .2s ease}.styles_container__YBPQH[data-floating=true]{transform:translateY(4rem)}.styles_inner__j5YIA{position:relative;max-width:980px;width:100%;margin:0 auto}.styles_content__nyVFf{position:absolute;top:100%;left:-4px;min-width:18.5rem;padding:.5rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#1a1a1a;border:1px solid #f1f1f0;border-radius:16px;background-color:#fff;box-shadow:0 6px 20px 0 rgba(0,0,0,.05);text-wrap:nowrap;overflow:hidden}.styles_content__nyVFf [tabindex="0"]:focus{outline:none}.styles_menuLink__IFF22{display:flex;align-items:center;column-gap:12px;position:relative;z-index:0;border-radius:8px;padding:.5rem 1rem .5rem .5rem;text-decoration:none;width:100%;transition:background-color .1s ease}.styles_menuLink__IFF22:hover{background-color:rgba(34,29,29,.03)}.styles_menuLinkIcon__vvTcQ{--color-1:#bdbbff;--color-2:#9896ff}@supports (color:color(display-p3 0 0 0)){.styles_menuLinkIcon__vvTcQ{--color-1:color(display-p3 0.7391 0.7337 1);--color-2:color(display-p3 0.5951 0.587 1)}}.styles_menuLinkTitle__UqqXO{font-size:14px;font-style:normal;font-weight:500;line-height:120%;letter-spacing:.1px;color:var(--primary-1,#221d1d);color:var(--primary-1,color(display-p3 .1255 .1137 .1137))}.styles_menuLinkDescription__GDGP3{font-size:14px;font-weight:400;line-height:150%;letter-spacing:-.09px;color:#636161;color:color(display-p3 .3882 .3804 .3804)}.styles_menuDivider__Vi2e3{height:1px;background-color:#f1f1f0;margin:.3125rem -.5rem}.styles_menuButtons__TiHjK{display:flex;gap:.5rem}.styles_menuButtons__TiHjK button{cursor:pointer;display:flex;align-items:center;column-gap:8px;position:relative;z-index:0;border-radius:8px;padding:.375rem 1rem .375rem .5rem;width:100%;background-color:transparent;transition:background-color .1s ease;color:var(--primary-1,#221d1d);color:var(--primary-1,color(display-p3 .1255 .1137 .1137));font-size:.8125rem;font-weight:500;line-height:normal;letter-spacing:-.01563rem;text-wrap:nowrap}.styles_menuButtons__TiHjK button:hover{background-color:rgba(34,29,29,.03)}.styles_copiedNotification__2NGgt{display:flex;justify-content:center;align-items:center;padding:.675rem .5rem;color:var(--primary-1,#221d1d);color:var(--primary-1,color(display-p3 .1255 .1137 .1137));font-size:.8125rem;font-weight:500;line-height:normal;letter-spacing:-.01563rem;text-wrap:nowrap;will-change:transform}.styles_logo__EKrVz{width:94px;height:16px;fill:#211d1d;fill:color(display-p3 .1255 .1137 .1137)}.styles_headerContainer__TWLtn{z-index:1201240;position:fixed;top:0;left:0;right:0;padding-right:var(--removed-body-scroll-bar-size,0)}.styles_header__fpulf{margin:0 auto;width:100%;max-width:1082px;display:flex;align-items:center;padding:24px 48px 0;background-color:#fff}@media(max-width:768px){.styles_header__fpulf{justify-content:space-between;padding:.25rem 1.5rem;transform:none!important}.styles_header__fpulf .styles_hamburgerButton__Z_2zQ{display:block}.styles_header__fpulf .styles_nav__UhczD{display:none}}.styles_hamburgerButton__Z_2zQ{display:none;position:relative;width:2rem;height:2rem;transition:transform .2s ease;background:none;color:inherit}.styles_hamburgerButton__Z_2zQ:after,.styles_hamburgerButton__Z_2zQ:before{content:"";position:absolute;left:13%;right:13%;height:2px;border-radius:2px;background:currentColor;transition:inherit}.styles_hamburgerButton__Z_2zQ:before{top:32%}.styles_hamburgerButton__Z_2zQ:after{bottom:32%}.styles_hamburgerButton__Z_2zQ[data-open=true]{transform:rotate(90deg)}.styles_hamburgerButton__Z_2zQ[data-open=true]:before{transform:translateY(6px) rotate(45deg)}.styles_hamburgerButton__Z_2zQ[data-open=true]:after{transform:translateY(-4px) rotate(-45deg)}.styles_logoContainer__WGUWG{display:flex;padding:20px 0}.styles_nav__UhczD{display:flex;column-gap:16px;margin-left:auto;transform:translateY(.5px)}.styles_test__iAzbZ{display:flex;column-gap:8px;position:relative;z-index:99999;height:32px}.styles_navMenuButton__yu3IQ{display:inline-block;position:relative;border-radius:50px;padding:9px 16px;background-color:transparent;font-family:var(--font-sans);font-feature-settings:"cv11" on;font-size:14px;font-weight:500;line-height:105%;letter-spacing:-.09px;color:#221d1d;color:color(display-p3 .1255 .1137 .1137);transition:background-color .15s ease}.styles_navMenuButton__yu3IQ.styles_active__I9iOk{background-color:rgba(34,29,29,.03)}.styles_navMenuButton__yu3IQ:focus-visible{background-color:rgba(34,29,29,.03)}.styles_navMenuButton__yu3IQ:before{content:"";position:absolute;top:0;left:-4px;width:calc(100% + 8px);height:100%}.styles_navButton__FEfZ5{display:inline-block;position:relative;left:0;border-radius:50px;padding:9px 16px;background-color:#221d1d;background-color:color(display-p3 .1255 .1137 .1137);-webkit-text-decoration-line:none;text-decoration-line:none;font-family:var(--font-sans);font-feature-settings:"cv11" on;font-size:14px;font-weight:500;line-height:105%;letter-spacing:-.09px;color:#fff;transition:all .15s ease}.styles_navButton__FEfZ5 svg{transition:inherit;position:absolute;right:.75rem;opacity:0}.styles_navButton__FEfZ5.styles_active__I9iOk{background-color:rgba(34,29,29,.03)}.styles_navButton__FEfZ5:hover{opacity:.8}.styles_cmdkButton__ueRZW{cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;position:relative;border-radius:5rem;height:2rem;width:2rem;background:#1a1a1a;font-weight:500;font-size:14px;letter-spacing:-.13px;color:#fff;transition:opacity .15s ease}.styles_cmdkButton__ueRZW:hover{opacity:.8}.styles_cmdkButton__ueRZW svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.styles_main__XsB95{height:100%;min-height:100dvh}.styles_tag__VrjTk{border-width:1.5px;border-style:solid;border-radius:50px;padding:6px 12px;text-transform:capitalize;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.09px}.styles_tag__VrjTk.styles_beginner__LbNug{border-color:#bdbbff;border-color:color(display-p3 .7391 .7337 1);color:#9896ff;color:color(display-p3 .5951 .587 1)}.styles_tag__VrjTk.styles_intermediate__0j57Q{border-color:color(display-p3 .1216 .502 .4824/.5);color:#00827b;color:color(display-p3 .121 .5025 .4806)}.styles_tag__VrjTk.styles_advanced__pUfke{border-color:color(display-p3 1 .5843 0/.5);color:#e07500;color:color(display-p3 .8222 .4804 0)}@keyframes styles_loading__kLz3f{0%{transform:rotate(-45deg) translateX(100%)}to{transform:rotate(-45deg) translateX(-100%)}}.styles_imageInArticle__OqF5U{margin-bottom:24px}.styles_imageInArticle__OqF5U figcaption{margin-top:24px;font-size:12px;font-weight:600;line-height:150%;letter-spacing:-.18px;color:#636161;color:color(display-p3 .3882 .3804 .3804)}.styles_image__3SgTZ{position:relative;z-index:1;border-radius:12px;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none}.styles_image__3SgTZ img{display:block;position:relative;width:100%;transition:.6s ease;transition-property:opacity,transform}.styles_image__3SgTZ:before{content:"";position:absolute;inset:-100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);animation:styles_loading__kLz3f 2s linear infinite;transition:opacity 1s ease}.styles_image__3SgTZ.styles_loaded__9S3g2:before{opacity:0}.styles_article__VxJDL{font-family:var(--font-sans);font-feature-settings:"cv11" on;font-size:16px;line-height:150%;letter-spacing:-.18px;color:#636161;color:color(display-p3 .3882 .3804 .3804)}.styles_h2__TGScI,.styles_h3__NRH1U{line-height:150%;letter-spacing:-.33px;color:#221d1d;color:color(display-p3 .1255 .1137 .1137)}.styles_h2__TGScI:not(:first-child),.styles_h3__NRH1U:not(:first-child){margin-top:48px}.styles_h2__TGScI.styles_h2__TGScI,.styles_h3__NRH1U.styles_h2__TGScI{font-size:22px;font-weight:600}.styles_h2__TGScI.styles_h3__NRH1U,.styles_h3__NRH1U.styles_h3__NRH1U{font-size:20px;font-weight:600}.styles_h2__TGScI:not(:last-child),.styles_h3__NRH1U:not(:last-child),.styles_ol__ta37c:not(:last-child),.styles_paragraph__N76mv:not(:last-child),.styles_ul__tLv7x:not(:last-child){margin-bottom:24px}.styles_paragraph__N76mv{font-family:var(--font-sans);font-feature-settings:"cv11" on;font-size:16px;line-height:150%;letter-spacing:-.18px;color:#636161;color:color(display-p3 .3882 .3804 .3804)}.styles_paragraph__N76mv strong{font-weight:500}.styles_a__ryst4{-webkit-text-decoration-line:underline;text-decoration-line:underline;text-underline-offset:3px;color:#1a88f8;color:color(display-p3 .102 .5333 .9725)}.styles_ol__ta37c{list-style-type:decimal}.styles_ul__tLv7x{list-style-type:disc}.styles_li__P1Aev{padding:4px 0;margin-left:16px;color:#636161}.styles_table__moUzp{display:block;position:relative;width:100%;max-width:100%;overflow-x:auto;padding:1px 1px 1.5rem;--border-color:#e3e3e3}.styles_table__moUzp table{border-radius:2px;overflow:hidden;display:table;margin:0 auto;border-spacing:0;border-collapse:collapse;width:100%;border-radius:.5rem;box-shadow:0 0 0 1px var(--border-color)}.styles_table__moUzp table tr td,.styles_table__moUzp table tr th{width:auto;width:1px;white-space:nowrap}.styles_table__moUzp table tr td[style],.styles_table__moUzp table tr th[style]{width:auto!important}.styles_table__moUzp table tfoot,.styles_table__moUzp table thead{text-align:left;color:#111;background:#fbfbfb}.styles_table__moUzp table tfoot tr th,.styles_table__moUzp table thead tr th{padding:.5rem 1rem;font-size:.875rem;font-weight:500;line-height:1.25rem;letter-spacing:-.00563rem;box-shadow:inset -1px 0 0 0 var(--border-color)}.styles_table__moUzp table tfoot tr th:last-child,.styles_table__moUzp table thead tr th:last-child{box-shadow:none}.styles_table__moUzp table tbody{color:#111}.styles_table__moUzp table tbody strong{color:#000}.styles_table__moUzp table tbody tr{box-shadow:0 -1px 0 0 var(--border-color)}.styles_table__moUzp table tbody tr td{padding:.5rem 1rem;white-space:break-spaces;color:#111;font-size:.875rem;font-weight:460;line-height:1.25rem;letter-spacing:-.00563rem;box-shadow:inset -1px 0 0 0 var(--border-color)}.styles_table__moUzp table tbody tr td:last-child{box-shadow:none}.styles_container__At_jz{position:relative;display:inline-block;padding:.75rem 1rem;font-size:1.25rem;font-weight:500;font-family:var(--font-brand);line-height:1;letter-spacing:-.09px;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:var(--fg-1);background:var(--bg-1);border:1px solid var(--border);border-radius:99rem;transition:all .15s ease;cursor:pointer}.styles_prefixIcon__G_dnt,.styles_suffixIcon__Xc9XE{display:flex;align-items:center;justify-content:center;line-height:0}.styles_overlay__2b_d5{position:fixed;bottom:0;right:0;z-index:1000;padding:1rem;pointer-events:none}.styles_container__Ed7_3{max-width:500px;height:134px;margin-left:auto;margin-right:2rem;margin-bottom:2rem;background:var(--bg-1);border:1px solid var(--border-1);border-radius:1rem;box-shadow:0 4px 24px rgba(0,0,0,.1);padding:1.5rem;pointer-events:auto}.styles_content__Tc1Hc{display:flex;flex-direction:column;gap:1rem;width:100%}.styles_text__sk7M4{font-size:.875rem;line-height:1.5;color:var(--fg-2);margin:0;font-family:var(--font-brand)}.styles_link__javaH{color:var(--fg-1);text-decoration:underline}.styles_link__javaH:hover{color:var(--purple-1)}.styles_buttons__fkRiI{display:flex;gap:.75rem;align-items:center}.styles_acceptButton__XreTl{background:var(--fg-1);color:var(--bg-1);border-color:var(--fg-1);font-size:.875rem;padding:.625rem 1rem}.styles_acceptButton__XreTl:hover{background:var(--fg-2);border-color:var(--fg-2)}.styles_denyButton__pNzN9{background:transparent;color:var(--fg-2);border-color:var(--border-2);font-size:.875rem;padding:.625rem 1rem}.styles_denyButton__pNzN9:hover{background:var(--bg-3);color:var(--fg-1)}@media(max-width:768px){.styles_overlay__2b_d5{padding:.75rem;left:0;right:0;display:flex;justify-content:center;align-items:flex-end}.styles_container__Ed7_3{margin:0 auto 1rem;left:60%;right:auto;transform:none;width:100%;max-width:95vw;height:auto}.styles_buttons__fkRiI{flex-direction:column;width:100%}.styles_buttons__fkRiI .styles_acceptButton__XreTl,.styles_buttons__fkRiI .styles_denyButton__pNzN9{width:100%;justify-content:center}}