:root{--markprompt-background:#fff;--markprompt-foreground:#171717;--markprompt-muted:#fafafa;--markprompt-mutedForeground:#888;--markprompt-border:#e5e5e5;--markprompt-border-accent:#cdcdcd;--markprompt-input:#fff;--markprompt-primary:#000;--markprompt-primaryForeground:#fff;--markprompt-primaryMuted:#cdcdcd;--markprompt-secondary:#fafafa;--markprompt-secondaryForeground:#171717;--markprompt-primaryHighlight:#171717;--markprompt-secondaryHighlight:#cdcdcd;--markprompt-overlay:#00000010;--markprompt-ring:#cdcdcd;--markprompt-radius:0.75rem;--markprompt-button-radius:0.375rem;--markprompt-text-size:0.875rem;--markprompt-text-size-xs:0.75rem;--markprompt-text-size-code:88%;--markprompt-button-icon-size:1rem;--markprompt-icon-stroke-width:2px;--markprompt-shadow:0 1px 2px 0 #0000000d;--markprompt-ring-shadow:0 0 #0000;--markprompt-ring-offset-shadow:0 0 #0000;--markprompt-error-background:#fef2f2;--markprompt-error-foreground:#991b1b}:where([class^=Markprompt]){box-sizing:border-box}:where([class^=Markprompt] *,[class^=Markprompt] :before,[class^=Markprompt] :after){box-sizing:inherit}:where(.MarkpromptFloatingTrigger,.MarkpromptSearchBoxTrigger,.MarkpromptClose){all:unset}:where(.MarkpromptFloatingTrigger){display:flex;align-items:center;cursor:pointer;border-radius:99999px;color:var(--markprompt-primaryForeground);background-color:var(--markprompt-primary);padding:.75rem;position:fixed;bottom:2rem;right:2rem;stroke-width:var(--markprompt-icon-stroke-width);gap:.75rem;transition:all .2s}:where(.MarkpromptFloatingTrigger:hover){opacity:.85;transform:scale(1.02)}:where(.MarkpromptFloatingTrigger span){font-weight:600;margin-left:.25rem}:where(.MarkpromptSearchBoxTrigger){display:flex;cursor:pointer;color:var(--markprompt-mutedForeground);background-color:var(--markprompt-muted);border:var(--markprompt-border);border-radius:.25rem;font-size:.8rem;min-width:10rem}:where(.MarkpromptSearchBoxTriggerContent){display:flex;align-items:center;flex-wrap:nowrap;padding:.25rem .5rem;width:100%}:where(.MarkpromptSearchBoxTriggerText){display:flex;align-items:center;gap:.25rem}:where(.MarkpromptSearchBoxTriggerContent kbd){display:flex;align-items:center;margin-left:auto}:where(.MarkpromptIcon){width:1.25rem;height:1.25rem}:where(.MarkpromptOverlay){position:fixed;inset:0;animation:markprompt-fade-in .5s cubic-bezier(.16,1,.3,1);background-color:var(--markprompt-overlay)}:where(.MarkpromptOverlay[data-state=closed]){animation:markprompt-fade-out .5s cubic-bezier(.16,1,.3,1)}:where(.MarkpromptContentDialog){background-color:var(--markprompt-background);position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:100dvw;height:100dvh;animation-name:markprompt-show-content;animation-duration:.2s;animation-fill-mode:both;transition-timing-function:cubic-bezier(.25,.4,.55,1.4);color:var(--markprompt-foreground);overflow:hidden;display:grid;grid-template-rows:1fr auto}:where(.MarkpromptContentDialog[data-state=closed]){animation-name:markprompt-hide-content;animation-duration:.1s;animation-fill-mode:both;transition-timing-function:cubic-bezier(.25,.4,.55,1.4)}@media screen and (pointer:fine){:where(.MarkpromptContentDialog){border-radius:var(--markprompt-radius);border:1px solid var(--markprompt-border);box-shadow:0 10px 38px -10px rgba(14,18,22,.35),0 10px 20px -15px rgba(14,18,22,.2);max-width:44rem;max-height:40rem;outline:2px solid transparent;outline-offset:2px}}:where(.MarkpromptContentPlain){background-color:var(--markprompt-background);width:100%;height:100%;color:var(--markprompt-foreground);display:grid;grid-template-rows:1fr auto;outline:2px solid transparent;outline-offset:2px}:where(.MarkpromptTabsContainer){height:100%;display:grid;grid-template-rows:auto 1fr;overflow-y:auto}:where(.MarkpromptTabsList){flex-shrink:0;display:flex;justify-content:center;gap:1rem;border-bottom:1px solid var(--markprompt-border)}:where(.MarkpromptTab){display:flex;align-items:center;flex-direction:row;gap:.25rem;font-weight:600;padding:.5rem;font-size:var(--markprompt-text-size);background-color:transparent;outline:none;border:0;cursor:pointer;color:var(--markprompt-mutedForeground)}:where(.MarkpromptTab[data-state=active]){border-top:2px solid transparent;border-bottom:2px solid var(--markprompt-primary);color:var(--markprompt-primary)}:where(.MarkpromptTab):not([data-state=active]){border-top:2px solid transparent;border-bottom:2px solid transparent}:where(.MarkpromptTab):hover{color:var(--markprompt-primary)}:where(.MarkpromptViews){position:relative;overflow:hidden;display:grid;grid-template-rows:1fr}:where(.MarkpromptViews>div){outline:none}:where(.MarkpromptSearchView){display:grid;grid-template-rows:auto 1fr;height:100%}:where(.MarkpromptPromptView){display:grid;grid-template-rows:auto 1fr;height:100%}:where(.MarkpromptChatView){container-name:chat;container-type:inline-size;display:grid;grid-template-columns:18rem 1fr;height:100%;position:relative}:where(.MarkpromptChatViewSidebar){display:none;border-right:1px solid var(--markprompt-border)}:where(.MarkpromptChatViewNavigation){padding:.75rem;display:flex;align-items:center;gap:1rem;border-bottom:1px solid var(--markprompt-border);box-shadow:0 7px 10px -1px rgb(0 0 0/3%)}:where(.MarkpromptChatViewChat){overflow:hidden;display:grid;grid-template-rows:auto 1fr auto;grid-column:span 3}@container (width > 50rem){:where(.MarkpromptChatView){grid-template-columns:18rem 1fr}:where(.MarkpromptChatViewSidebar){display:grid;grid-column:1;grid-template-rows:auto 1fr;height:100%}:where(.MarkpromptChatViewChat){grid-column:2}:where(.MarkpromptConversationSelect){display:none}}:where(.MarkpromptChatViewSidebarTitle){border-bottom:1px solid var(--markprompt-border);font-size:var(--markprompt-text-size);margin:0;padding:1em .75rem;color:var(--markprompt-foreground)}:where(.MarkpromptChatConversationList){list-style-type:none;margin:0;padding:.5rem;display:grid;grid-auto-flow:row;grid-auto-rows:min-content;overflow-y:auto;gap:.5rem}:where(.MarkpromptChatConversationList button){all:unset;display:block;padding-inline:.75rem .25rem;padding-block:.75rem;font-size:var(--markprompt-text-size);cursor:pointer;border-radius:.25rem;border:1px solid transparent;width:100%}:where(.MarkpromptChatConversationList p){margin:0}:where(.MarkpromptChatConversationList p:first-of-type){margin:0;color:var(--markprompt-foreground)}:where(.MarkpromptChatConversationList p:last-of-type){color:var(--markprompt-mutedForeground)}:where(.MarkpromptChatConversationList [data-selected=true] button),:where(.MarkpromptChatConversationList button:hover){background-color:var(--markprompt-muted)}:where(.MarkpromptChatConversationList [data-selected=true] button){border-color:var(--markprompt-border)}:where(.MarkpromptClose){color:var(--markprompt-foreground);background-color:var(--markprompt-muted);padding:.125rem .375rem;border-style:solid;border-width:1px;border-radius:.375rem;border-color:var(--markprompt-border);cursor:pointer;display:grid;font-weight:600;place-items:center;transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}:where(.MarkpromptClose:hover){opacity:.8}:where(.MarkpromptClose:focus){box-shadow:inset 0 0 0 2px var(--markprompt-primary)}:where(.MarkpromptClose kbd){font-weight:600;font-size:.675rem}:where(.MarkpromptForm){display:flex;flex:1 1 auto;flex-direction:column}:where(.MarkpromptChatView .MarkpromptForm){position:relative;flex-direction:column-reverse;align-items:stretch;padding:1rem;border-top:1px solid var(--markprompt-border);box-shadow:0 -7px 10px -1px rgb(0 0 0/3%)}:where(.MarkpromptPromptWrapper){display:flex;align-items:center;gap:.5rem}:where(.MarkpromptChatView .MarkpromptPromptWrapper){background-color:var(--markprompt-muted);border:1px solid var(--markprompt-border);border-radius:calc(var(--markprompt-radius) * .5);transition-property:all;transition-duration:.15s}:where(.MarkpromptSearchView .MarkpromptPromptWrapper){border-bottom:1px solid var(--markprompt-border);box-shadow:0 7px 10px -1px rgb(0 0 0/3%);padding:2px .5rem 1px .875rem}:where(.MarkpromptChatView .MarkpromptPromptWrapper):focus-within{box-shadow:0 0 0 3px var(--markprompt-border);border-color:var(--markprompt-border-accent)}:where(.MarkpromptMessageAnswerContainer){max-width:100%;display:flex;flex-direction:row;padding-inline:1.5rem;gap:1rem}:where(.MarkpromptMessageAnswer){overflow:hidden}:where(.MarkpromptRegenerateButton){display:flex;justify-content:center;gap:.5rem;flex-wrap:nowrap;font-weight:500;padding:.5rem 1rem;border-radius:.375rem;border:1px solid var(--markprompt-border);background-color:var(--markprompt-background);color:var(--markprompt-foreground);cursor:pointer;white-space:nowrap;box-shadow:var(--markprompt-ring-offset-shadow,0 0 #0000),var(--markprompt-ring-shadow,0 0 #0000),var(--markprompt-shadow);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}:where(.MarkpromptRegenerateButton:hover){background-color:var(--markprompt-muted)}:where(.MarkpromptPromptLabel){cursor:pointer;display:flex;flex:none;padding:4px;border:1px solid transparent}:where(.MarkpromptMessagePrompt){padding-inline:1.5rem;background-color:var(--markprompt-muted);border-bottom:1px solid var(--markprompt-border);position:relative;overflow:hidden;display:flex;flex-direction:row;gap:1rem;align-items:flex-start}:where(.MarkpromptMessage:has(+.MarkpromptMessage) .MarkpromptMessagePrompt){border-top:1px solid var(--markprompt-border)}:where(.MarkpromptMessage:has(+.MarkpromptMessageAnswer)){margin-bottom:3rem}:where(.MarkpromptMessagePromptText){font-size:var(--markprompt-text-size);color:var(--markprompt-foreground);font-weight:400;flex:grow}:where(.MarkpromptMessageAvatar){color:var(--markprompt-foreground);width:24px;height:24px;flex:none;margin-top:14px;overflow:hidden}:where(.MarkpromptMessageAvatarImage){border-radius:9999px}:where(.MarkpromptPrimaryIcon){color:var(--markprompt-primary)}:where(.MarkpromptHighlightedIcon){color:var(--markprompt-primaryHighlight)}:where(.MarkpromptBaseIcon){width:var(--markprompt-button-icon-size);height:var(--markprompt-button-icon-size);stroke-width:var(--markprompt-icon-stroke-width)}:where(.MarkpromptSearchIcon){color:var(--markprompt-mutedForeground);width:var(--markprompt-button-icon-size);height:var(--markprompt-button-icon-size);stroke-width:var(--markprompt-icon-stroke-width)}:where(.MarkpromptSearchIconAccented){color:var(--markprompt-foreground);width:16px;height:16px;stroke-width:2.5px}:where(.MarkpromptTitle){margin-block-start:0}:where(.MarkpromptPrompt){border:none;width:100%;font-size:1rem;color:var(--markprompt-foreground);caret-color:var(--markprompt-primary);background-color:transparent;padding:1rem .75rem}@media screen and (width >= 1024px){:where(.MarkpromptPrompt){font-size:var(--markprompt-text-size)}}:where(.MarkpromptPrompt)::-moz-placeholder{color:var(--markprompt-mutedForeground)}:where(.MarkpromptPrompt)::placeholder{color:var(--markprompt-mutedForeground)}:where(.MarkpromptPrompt:focus){outline:none}:where(.MarkpromptPromptSubmitButton){padding:.375rem .75rem;outline:none;color:var(--markprompt-background);background-color:var(--markprompt-primary);border-radius:calc(var(--markprompt-radius) * .5);font-size:var(--markprompt-text-size);font-weight:600;display:flex;flex-direction:row;gap:.5rem;align-items:center;border:1px solid transparent;cursor:pointer;white-space:nowrap}:where(.MarkpromptFooter) a:focus-visible,:where(.MarkpromptViews) a:focus-visible,:where(.MarkpromptViews) button:focus-visible{outline:none;box-shadow:0 0 0 3px var(--markprompt-ring);transition-property:all;transition-duration:.2s}:where(.MarkpromptFooter) a:focus-visible{border-radius:calc(var(--markprompt-radius) * .5)}:where(.MarkpromptPromptWrapper) button{border:1px solid transparent}:where(.MarkpromptPromptWrapper) button:disabled{background-color:var(--markprompt-background);border:1px solid var(--markprompt-border);color:var(--markprompt-border-accent)}:where(.MarkpromptPromptWrapper) button:hover:not(:disabled){opacity:.8}:where(.MarkpromptPromptWrapper) button svg{width:18px;height:18px;stroke-width:2px}:where(.MarkpromptPromptWrapper) button div{width:18px;height:18px;position:relative}:where(.MarkpromptPrompt[type=search i]){padding:1rem 3rem 1rem 0}.MarkpromptPrompt[type=search]::-ms-clear,.MarkpromptPrompt[type=search]::-ms-reveal{display:none;width:0;height:0}.MarkpromptPrompt[type=search]::-webkit-search-cancel-button,.MarkpromptPrompt[type=search]::-webkit-search-decoration,.MarkpromptPrompt[type=search]::-webkit-search-results-button,.MarkpromptPrompt[type=search]::-webkit-search-results-decoration{display:none}:where(.MarkpromptAnswerContainer){display:flex;flex-direction:column;overflow:hidden}:where(.MarkpromptMessages){display:flex;flex-direction:column;overflow:hidden}:where(.MarkpromptAutoScroller){flex:1 1 auto;-ms-overflow-style:none;scroll-behavior:smooth;scrollbar-width:none;overflow:hidden auto;padding-top:1rem;padding-bottom:1rem}:where(.MarkpromptAutoScroller::-webkit-scrollbar){display:none}:where(.MarkpromptAnswer){color:var(--markprompt-foreground);font-size:.875rem;font-size:var(--markprompt-text-size);line-height:1.7142857}:where(.MarkpromptAnswer p){margin-top:1.1428571em;margin-bottom:1.1428571em}:where(.MarkpromptAnswer a){color:var(--markprompt-primary);text-decoration:underline;font-weight:500}:where(.MarkpromptAnswer strong){font-weight:600}:where(.MarkpromptAnswer a strong){color:inherit}:where(.MarkpromptAnswer blockquote strong){color:inherit}:where(.MarkpromptAnswer thead th strong){color:inherit}:where(.MarkpromptAnswer ol){list-style-type:decimal;margin-top:1.1428571em;margin-bottom:1.1428571em;padding-left:1.5714286em}:where(.MarkpromptAnswer ol[type=A]){list-style-type:upper-alpha}:where(.MarkpromptAnswer ol[type=a]){list-style-type:lower-alpha}:where(.MarkpromptAnswer ol[type=A s]){list-style-type:upper-alpha}:where(.MarkpromptAnswer ol[type=a s]){list-style-type:lower-alpha}:where(.MarkpromptAnswer ol[type=I]){list-style-type:upper-roman}:where(.MarkpromptAnswer ol[type=i]){list-style-type:lower-roman}:where(.MarkpromptAnswer ol[type=I s]){list-style-type:upper-roman}:where(.MarkpromptAnswer ol[type=i s]){list-style-type:lower-roman}:where(.MarkpromptAnswer ol[type="1"]){list-style-type:decimal}:where(.MarkpromptAnswer ul){list-style-type:disc;margin-top:1.1428571em;margin-bottom:1.1428571em;padding-left:1.5714286em}:where(.MarkpromptAnswer ol>li::marker){font-weight:400;color:var(--markprompt-foreground)}:where(.MarkpromptAnswer ul>li::marker){color:var(--markprompt-mutedForeground)}:where(.MarkpromptAnswer hr){border-color:var(--markprompt-border);border-top-width:1;margin-top:2.8571429em;margin-bottom:2.8571429em}:where(.MarkpromptAnswer blockquote){font-weight:500;font-style:italic;color:var(--markprompt-foreground);border-left-width:.25rem;border-left-color:var(--markprompt-border);quotes:"\201C" "\201D" "\2018" "\2019";margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.1111111em}:where(.MarkpromptAnswer blockquote p:first-of-type:before){content:open-quote}:where(.MarkpromptAnswer blockquote p:last-of-type:after){content:close-quote}:where(.MarkpromptAnswer h1){color:var(--markprompt-foreground);font-weight:800;font-size:2.1428571em;margin-top:0;margin-bottom:.8em;line-height:1.2}:where(.MarkpromptAnswer h1 strong){font-weight:900;color:inherit}:where(.MarkpromptAnswer h2){color:var(--markprompt-foreground);font-weight:700;font-size:1.4285714em;margin-top:1.6em;margin-bottom:.8em;line-height:1.4}:where(.MarkpromptAnswer h2 strong){font-weight:800;color:inherit}:where(.MarkpromptAnswer h3){color:var(--markprompt-foreground);font-weight:600;font-size:1.2857143em;margin-top:1.5555556em;margin-bottom:.4444444em;line-height:1.5555556}:where(.MarkpromptAnswer h3 strong){font-weight:700;color:inherit}:where(.MarkpromptAnswer h4){color:var(--markprompt-foreground);font-weight:600;margin-top:1.4285714em;margin-bottom:.5714286em;line-height:1.4285714}:where(.MarkpromptAnswer h4 strong){font-weight:700;color:inherit}:where(.MarkpromptAnswer img){margin-top:1.7142857em;margin-bottom:1.7142857em}:where(.MarkpromptAnswer figure>*){margin-top:0;margin-bottom:0}:where(.MarkpromptAnswer figcaption){color:var(--markprompt-mutedForeground);font-size:var(--markprompt-text-size);line-height:1.3333333;margin-top:.6666667em}:where(.MarkpromptAnswer code){color:var(--markprompt-foreground);border:1px solid var(--markprompt-border);background-color:var(--markprompt-secondary);font-size:var(--markprompt-text-size-code);padding:.125rem .25rem;border-radius:4px;font-weight:500}:where(.MarkpromptAnswer code:before){content:"`"}:where(.MarkpromptAnswer code:after){content:"`"}:where(.MarkpromptAnswer a code){color:inherit}:where(.MarkpromptAnswer h1 code){color:inherit}:where(.MarkpromptAnswer h2 code){color:inherit;font-size:var(--markprompt-text-size-code)}:where(.MarkpromptAnswer h3 code){color:inherit;font-size:var(--markprompt-text-size-code)}:where(.MarkpromptAnswer h4 code){color:inherit}:where(.MarkpromptAnswer blockquote code){color:inherit}:where(.MarkpromptAnswer thead th code){color:inherit}:where(.MarkpromptAnswer pre){color:var(--markprompt-foreground);background-color:var(--markprompt-muted);border:1px solid var(--markprompt-border);overflow-x:auto;font-weight:400;font-family:monospace;font-size:var(--markprompt-text-size-code);line-height:1.6666667;border-radius:var(--markprompt-button-radius);margin-top:1.5rem;margin-bottom:1.5rem;padding:1.5rem}:where(.MarkpromptAnswer pre code){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;line-height:inherit}:where(.MarkpromptAnswer pre code:before){content:none}:where(.MarkpromptAnswer pre code:after){content:none}:where(.MarkpromptAnswer table){width:100%;table-layout:auto;text-align:left;margin-top:2em;margin-bottom:2em;font-size:var(--markprompt-text-size);line-height:1.5}:where(.MarkpromptAnswer thead){border-bottom-width:1px;border-bottom-color:var(--markprompt-border)}:where(.MarkpromptAnswer thead th){color:var(--markprompt-foreground);font-weight:600;vertical-align:bottom;padding-right:1em;padding-bottom:.6666667em;padding-left:1em}:where(.MarkpromptAnswer tbody tr){border-bottom-width:1px;border-bottom-color:var(--markprompt-border)}:where(.MarkpromptAnswer tbody tr:last-child){border-bottom-width:0}:where(.MarkpromptAnswer tbody td){vertical-align:baseline}:where(.MarkpromptAnswer tfoot){border-top-width:1px;border-top-color:var(--markprompt-border)}:where(.MarkpromptAnswer tfoot td){vertical-align:top}:where(.MarkpromptAnswer video){margin-top:1.7142857em;margin-bottom:1.7142857em}:where(.MarkpromptAnswer figure){margin-top:1.7142857em;margin-bottom:1.7142857em}:where(.MarkpromptAnswer li){margin-top:.2857143em;margin-bottom:.2857143em}:where(.MarkpromptAnswer ol>li){padding-left:.4285714em}:where(.MarkpromptAnswer ul>li){padding-left:.4285714em}:where(.MarkpromptAnswer>ul>li p){margin-top:.5714286em;margin-bottom:.5714286em}:where(.MarkpromptAnswer>ul>li>:first-child){margin-top:1.1428571em}:where(.MarkpromptAnswer>ul>li>:last-child){margin-bottom:1.1428571em}:where(.MarkpromptAnswer>ol>li>:first-child){margin-top:1.1428571em}:where(.MarkpromptAnswer>ol>li>:last-child){margin-bottom:1.1428571em}:where(.MarkpromptAnswer ol ol),:where(.MarkpromptAnswer ol ul),:where(.MarkpromptAnswer ul ol),:where(.MarkpromptAnswer ul ul){margin-top:.5714286em;margin-bottom:.5714286em}:where(.MarkpromptAnswer hr+*){margin-top:0}:where(.MarkpromptAnswer h2+*){margin-top:0}:where(.MarkpromptAnswer h3+*){margin-top:0}:where(.MarkpromptAnswer h4+*){margin-top:0}:where(.MarkpromptAnswer thead th:first-child){padding-left:0}:where(.MarkpromptAnswer thead th:last-child){padding-right:0}:where(.MarkpromptAnswer tbody td),:where(.MarkpromptAnswer tfoot td){padding:.6666667em 1em}:where(.MarkpromptAnswer tbody td:first-child),:where(.MarkpromptAnswer tfoot td:first-child){padding-left:0}:where(.MarkpromptAnswer tbody td:last-child),:where(.MarkpromptAnswer tfoot td:last-child){padding-right:0}:where(.MarkpromptCaret){display:none;height:1em;width:.8ch;margin-top:1.1428571em;margin-left:.2rem;transform:translate(2px,2px);border-radius:1px;background-color:var(--markprompt-primary);box-shadow:0 0 3px 0 var(--markprompt-primary);animation-name:markprompt-fade-out;animation-duration:1s;animation-fill-mode:both;animation-iteration-count:9999;transition-timing-function:cubic-bezier(.14,0,.16,1)}:where([data-loading-state=preload] .MarkpromptCaret){display:inline-block}:where(.MarkpromptPromptFeedback[data-variant=text]){margin:0 2rem 1rem;padding:.75rem 0;border-top:1px solid var(--markprompt-border)}:where(.MarkpromptPromptFeedback[data-variant=icons]){margin-top:-.25rem}:where(.MarkpromptPromptFeedback[data-variant=text] h3){animation:markprompt-fade-in .5s ease-out 1 forwards;font-size:var(--markprompt-text-size-xs);font-weight:600;color:var(--markprompt-mutedForeground);margin-top:0;margin-bottom:.5rem}:where(.MarkpromptPromptFeedback[data-variant=icons] h3){clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px;display:none}:where(.MarkpromptPromptFeedback div){display:flex;flex-direction:row;gap:.375rem}:where(.MarkpromptPromptFeedback[data-variant=icons] div){justify-content:flex-end}:where(.MarkpromptPromptFeedback svg){transition-property:all;transition-duration:.2s;stroke-width:2.2px}:where(.MarkpromptGhostThumbButton){cursor:pointer;display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:.375rem;color:var(--markprompt-mutedForeground);background-color:transparent;border:none}:where(.MarkpromptPromptFeedback[data-variant=text] button){border:1px solid var(--markprompt-border)}.MarkpromptGhostThumbButton[data-active=true]{border-color:var(--markprompt-primaryForeground)}.MarkpromptGhostThumbButton[data-active=true],.MarkpromptGhostThumbButton[data-active=true]:hover{background-color:var(--markprompt-primary);color:var(--markprompt-primaryForeground)}:where(.MarkpromptGhostThumbButton svg){display:block}.MarkpromptGhostThumbButton:hover{background-color:var(--markprompt-muted)}:where(.MarkpromptGhostButton){color:var(--markprompt-foreground);border:none;display:flex;place-items:center;outline:none;background:transparent;border-radius:var(--markprompt-button-radius);transition-timing-function:cubic-bezier(.14,0,.16,1);transition-property:all;transition-duration:.2s;padding:.375rem;cursor:pointer}:where(.MarkpromptGhostButton):hover{background-color:var(--markprompt-muted)}:where(.MarkpromptProgress){position:absolute;top:-1px;left:0;height:3px;background-image:linear-gradient(to right,var(--markprompt-primaryHighlight),var(--markprompt-secondaryHighlight));animation-name:markprompt-progress;animation-duration:2s;animation-fill-mode:none;animation-iteration-count:9999;transition-timing-function:cubic-bezier(.14,0,.16,1);transition-property:opacity;transition-duration:.2s;opacity:0}:where([data-loading-state=preload] .MarkpromptProgress){opacity:1}:where(.MarkpromptMessagePrompt .MarkpromptProgress){bottom:-1px;top:unset}:where(.MarkpromptReferences){position:relative;background-color:var(--markprompt-muted);border-top:1px solid var(--markprompt-border);font-size:var(--markprompt-text-size-xs);color:var(--markprompt-mutedForeground);overflow:hidden;flex:0 0 auto;transition-property:opacity,transform;transition-duration:.2s;transition-timing-function:cubic-bezier(.075,.82,.165,1)}:where(.MarkpromptReferences[data-loading-state=cancelled]){display:none}:where(.MarkpromptChatView .MarkpromptReferences){background-color:unset;border-top:none;padding-block-end:3.75rem}:where(.MarkpromptMessage:has(+.MarkpromptMessage) .MarkpromptReferences){padding-block-end:1.5rem}:where(.MarkpromptMessage:has(.MarkpromptMessageAnswerContainer)){padding-bottom:2rem}:where(.MarkpromptPromptView .MarkpromptReferences p){margin-top:0}:where(.MarkpromptReferences[data-loading-state=preload]){overflow-x:hidden}:where(.MarkpromptChatView .MarkpromptReferences p){animation:markprompt-fade-in .3s ease-out 1 forwards;margin:0 0 .5rem;padding-inline:4rem 1rem}:where(.MarkpromptReferences ul){--transparent:hsla(0,0%,100%,0);--shadow-size:0.5rem;--shadow-color:var(--markprompt-border);display:flex;flex-flow:row nowrap;align-items:center;gap:.5rem;margin-top:-.25rem;list-style-type:none;margin-bottom:0;overflow-x:scroll;scrollbar-width:none;-ms-overflow-style:none}:where(.MarkpromptPromptView .MarkpromptReferences ul){padding:.25rem 2rem .5rem;background-color:var(--markprompt-muted)}:where(.MarkpromptChatView .MarkpromptReferences ul){background-color:unset;padding:.25rem 1rem .5rem 4rem}.MarkpromptReferences ul::-webkit-scrollbar{display:none}.MarkpromptReferences:after,.MarkpromptReferences:before{content:"";position:absolute;top:3px;bottom:0;width:1rem;pointer-events:none;z-index:1}.MarkpromptChatViewChat .MarkpromptReferences:before{left:0;background-image:linear-gradient(to right,var(--markprompt-background),transparent)}.MarkpromptChatViewChat .MarkpromptReferences:after{right:0;background-image:linear-gradient(to left,var(--markprompt-background),transparent)}.MarkpromptPromptView .MarkpromptReferences:before{left:0;background-image:linear-gradient(to right,var(--markprompt-muted),transparent)}.MarkpromptPromptView .MarkpromptReferences:after{right:0;background-image:linear-gradient(to left,var(--markprompt-muted),transparent)}:where(.MarkpromptReference){font-size:.875rem;line-height:1.5rem}:where(.MarkpromptReference a){display:inline-block;text-decoration:none;padding:.125rem .5rem;border:1px solid var(--markprompt-border);border-radius:.375rem;color:var(--markprompt-primary);font-weight:500;transition-property:opacity;transition-duration:.2s;white-space:nowrap}:where(.MarkpromptReference a:hover){opacity:.8}:where(.MarkpromptCancelled){padding-inline:1.5rem}:where(.MarkpromptCancelledText){font-size:var(--markprompt-text-size-xs);color:var(--markprompt-mutedForeground)}:where(.MarkpromptBackButton){font-size:var(--markprompt-text-size);background-color:var(--markprompt-muted);color:var(--markprompt-primary);display:flex;flex:none;align-items:center;font-weight:500;padding:.5rem 1rem;gap:.25rem;cursor:pointer;border:none;border-bottom:1px solid var(--markprompt-border);width:100%;outline:none}:where(.MarkpromptBackButton span:first-child){display:flex;align-items:center}:where(.MarkpromptBackButton span:last-child){display:flex;align-items:center;font-weight:500}:where(.MarkpromptSearchResultsContainer){padding:0 .5rem;overflow-y:auto;display:flex;flex-direction:column}:where(.MarkpromptSearchAnswerButton){box-sizing:border-box;border-radius:.5rem;padding:.5rem 1rem;background-color:var(--markprompt-muted);color:var(--markprompt-foreground);font-size:var(--markprompt-text-size);display:flex;align-items:center;gap:1rem;cursor:pointer;width:100%;border:none;outline:none}:where(.MarkpromptSearchAnswerButton:focus),:where(.MarkpromptSearchAnswerButton:hover){background-color:var(--markprompt-primary);color:var(--markprompt-primaryForeground)}:where(.MarkpromptSearchAnswerButton:focus .MarkpromptSearchIcon),:where(.MarkpromptSearchAnswerButton:hover .MarkpromptSearchIcon){color:var(--markprompt-primaryForeground)}:where(.MarkpromptSearchAnswerButton :last-child){margin-left:auto}:where(.MarkpromptSearchAnswerButton kbd){display:flex;align-items:center;flex-direction:row;gap:4px;color:var(--markprompt-mutedForeground)}.MarkpromptSearchAnswerButton:focus kbd svg,.MarkpromptSearchAnswerButton:hover kbd svg{color:var(--markprompt-primaryForeground)}:where(.MarkpromptKeyboardKey){color:var(--markprompt-mutedForeground);stroke-width:var(--markprompt-icon-stroke-width);width:calc(var(--markprompt-button-icon-size) * .8);height:calc(var(--markprompt-button-icon-size) * .8)}:where(.MarkpromptSearchResults),:where(.MarkpromptSearchSubResults){list-style-position:inside;list-style-type:none;margin:0;padding:0}:where(.MarkpromptSearchResults:focus){outline:none}:where(.MarkpromptSearchResults){padding:0}:where(.MarkpromptSearchSubResults){padding:0}:where(.MarkpromptSearchResult:first-of-type){padding-top:.5rem}:where(.MarkpromptSearchResult){display:list-item;text-align:-webkit-match-parent;padding-left:0;padding-right:0;padding-bottom:.5rem}:where(.MarkpromptSearchResult a){color:inherit;text-decoration:none}:where(.MarkpromptSearchResultIndented){margin-left:1.75rem;padding-left:1rem;padding-right:0;border-left:1px solid var(--markprompt-border)}:first-child(.MarkpromptSearchResultIndented){padding-top:1.5rem}:where(.MarkpromptSearchResultLink){display:block;border-radius:.5rem;padding:.5rem 1rem;background-color:var(--markprompt-muted)}:where([aria-selected=true] .MarkpromptSearchResultLink){background-color:var(--markprompt-primary);color:var(--markprompt-primaryForeground)}:where(.MarkpromptSearchResultContainer){display:flex;align-items:center;box-sizing:border-box;gap:1rem;padding:.25rem 0}:where(.MarkpromptSearchResultIconWrapper){display:flex;flex:none;padding:5px;border:1px solid transparent}:where(.MarkpromptSearchResultIconWrapperBordered){background-color:var(--markprompt-background);border-radius:.375rem;border-style:solid;border-color:var(--markprompt-border)}:where([aria-selected=true] .MarkpromptSearchResultIconWrapperBordered){background-color:transparent;border-color:var(--markprompt-primaryMuted)}:where(.MarkpromptSearchResultIcon){color:var(--markprompt-mutedForeground);stroke-width:var(--markprompt-icon-stroke-width);width:var(--markprompt-button-icon-size);height:var(--markprompt-button-icon-size)}:where([aria-selected=true] .MarkpromptSearchResultIcon){color:var(--markprompt-primaryForeground)}:where(.MarkpromptSearchResultContentWrapper){display:flex;flex-grow:1;font-size:var(--markprompt-text-size);flex-direction:column;overflow:hidden}:where(.MarkpromptSearchResultSectionHeading){padding:0 8px;font-size:var(--markprompt-text-size-xs);margin-top:1rem;margin-bottom:.25rem;color:var(--markprompt-mutedForeground)}:where(.MarkpromptSearchResultHeading){width:-moz-min-content;width:min-content;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;background-color:var(--markprompt-background);border-radius:9999px;border-color:var(--markprompt-border);border-style:solid;border-width:1px;padding:1px 8px;font-size:var(--markprompt-text-size-xs);font-weight:600;margin-bottom:.25rem}:where([aria-selected=true] .MarkpromptSearchResultHeading){background-color:var(--markprompt-primaryMuted);border-color:var(--markprompt-primaryMuted)}:where(.MarkpromptSearchResultTitle){overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}:where(.MarkpromptSearchResultTitleAccent){font-weight:600}:where(.MarkpromptSearchResultSubtitle){overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:var(--markprompt-text-size-xs);margin-top:.25rem;color:var(--markprompt-mutedForeground)}:where([aria-selected=true] .MarkpromptSearchResultSubtitle){color:var(--markprompt-primaryForeground)}:where(.MarkpromptMatch){font-weight:600;color:var(--markprompt-primary);border-bottom:.1rem solid var(--markprompt-primary)}:where(.MarkpromptSearchResultHeading .MarkpromptMatch),[aria-selected=true] .MarkpromptSearchResultHeading .MarkpromptMatch{border-bottom-color:transparent}:where([aria-selected=true] .MarkpromptMatch){border-color:var(--markprompt-primaryForeground);color:var(--markprompt-primaryForeground)}:where(.MarkpromptNoSearchResults){font-size:var(--markprompt-text-size-xs);display:flex;align-items:center}:where(.MarkpromptNoSearchResults p){color:var(--markprompt-mutedForeground);padding:0 1rem 0 .5rem}:where(.MarkpromptNoSearchResults span){color:var(--markprompt-foreground);font-weight:600}:where(.MarkpromptChatActions){position:absolute;top:-100%;display:flex;gap:.25rem;margin-bottom:.75rem;margin-right:.75rem;align-self:flex-end}:where(.MarkpromptNewChatIcon){width:1.25em;height:1.25em;color:var(--markprompt-mutedForeground)}:where(.MarkpromptSelect){position:relative}:where(.MarkpromptSelectToggle){all:unset;padding:.375rem;display:flex;align-items:center;justify-content:center;transition-property:all;transition-duration:.2s;background-color:var(--markprompt-background);border:1px solid var(--markprompt-border);border-radius:.375rem;color:var(--markprompt-foreground);cursor:pointer}:where(.MarkpromptSelectToggle:hover){background-color:var(--markprompt-muted)}:where(.MarkpromptSelectMenu){display:none;background-color:var(--markprompt-background);border:1px solid var(--markprompt-border);border-radius:.375rem;margin-top:.25rem;margin-bottom:.25rem;list-style-type:none;padding-left:0;z-index:2;box-shadow:var(--markprompt-ring-offset-shadow,0 0 #0000),var(--markprompt-ring-shadow,0 0 #0000),var(--markprompt-shadow);max-width:30ch;overflow:hidden}:where(.MarkpromptSelectMenu[data-open=true]){display:block;animation:markprompt-fade-in .5s cubic-bezier(.16,1,.3,1)}:where(.MarkpromptSelectMenu[data-open=false]){animation:markprompt-fade-out .5s cubic-bezier(.16,1,.3,1)}:where(.MarkpromptSelectMenu li){margin-left:0;font-size:.875rem;padding:.5rem 1rem;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}:where(.MarkpromptSelectMenu li[data-highlighted=true]){background-color:var(--markprompt-muted)}:where(.MarkpromptSelectMenu li[data-selected=true]){font-weight:600}:where(.MarkpromptNewChatOption){display:flex;align-items:center;gap:.25rem}:where(.MarkpromptDefaultView){display:flex;flex-direction:column;align-items:flex-start;overflow-y:auto}:where(.MarkpromptDefaultViewMessage){font-size:var(--markprompt-text-size);padding:1rem;margin:.5rem 0 0}:where(.MarkpromptDefaultViewMessagePromptsContainer){display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;padding:1rem}:where(.MarkpromptDefaultViewMessagePromptsContainer h3){color:var(--markprompt-mutedForeground);font-weight:400;font-size:var(--markprompt-text-size-xs);padding:0;margin:0 0 .25rem}:where(.MarkpromptDefaultViewMessagePromptsContainer a){font-size:var(--markprompt-text-size);display:inline-block;text-decoration:none;padding:.125rem .5rem;border:1px solid var(--markprompt-border);border-radius:.375rem;color:var(--markprompt-primary);font-weight:500;transition-property:opacity;transition-duration:.2s;white-space:nowrap;cursor:pointer}:where(.MarkpromptDefaultViewMessagePromptsContainer a:hover){opacity:.8}:where(.MarkpromptButton){display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;background-color:var(--markprompt-background);border:1px solid var(--markprompt-border);font-weight:500;padding:.5rem 1rem;color:var(--markprompt-foreground);border-radius:var(--markprompt-button-radius);cursor:pointer;box-shadow:var(--markprompt-ring-offset-shadow,0 0 #0000),var(--markprompt-ring-shadow,0 0 #0000),var(--markprompt-shadow);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}:where(.MarkpromptButton:hover){background-color:var(--markprompt-muted)}:where(.MarkpromptButton:focus-visible){border-color:var(--markprompt-foreground);outline:none}:where(.MarkpromptToolCallConfirmation){margin-inline:1.35rem;margin-block:.25rem;padding-inline:1rem;padding-block-end:1rem;font-size:var(--markprompt-text-size);border:1px solid var(--markprompt-border);border-radius:.375rem}:where(.MarkpromptToolDescriptionWithStatus){display:flex;flex-flow:row nowrap;gap:.5rem;align-items:center}:where(.MarkpromptToolDescriptionWithStatus strong){font-weight:500}:where(.MarkpromptToolCallStatusIcon){flex-shrink:0;width:1rem;height:1rem}:where(.MarkpromptError){padding:.375rem 4rem;color:var(--markprompt-mutedForeground)}:where(.MarkpromptDefaultError){display:flex;flex-direction:column;font-size:var(--markprompt-text-size);text-wrap:balance}:where(.MarkpromptDefaultErrorIcon){font-size:1.25rem;font-weight:500;margin-block-end:1rem}:where(.MarkpromptDefaultError details){margin-block-start:1rem;font-size:var(--markprompt-text-size)}.MarkpromptAnswer .hljs{background:transparent;color:var(--markprompt-foreground)}.MarkpromptAnswer code.hljs{padding:0}.MarkpromptAnimateSpin{animation:markprompt-spin 1s linear infinite}@keyframes markprompt-show-content{0%{opacity:0;transform:translate(-50%,-50%) scale(.94)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes markprompt-hide-content{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(.98)}}@keyframes markprompt-fade-in{0%{opacity:0}to{opacity:1}}@keyframes markprompt-fade-out{0%{opacity:1}to{opacity:0}}@keyframes markprompt-progress{0%{width:0;transform:translateX(0)}50%{width:100%;transform:translateX(0)}to{width:100%;transform:translateX(100%)}}@keyframes markprompt-slide-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes markprompt-slide-from-left{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}@keyframes markprompt-slide-from-right{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}

/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Matter,ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:Noto Sans Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-left-width:.25rem;border-left-color:var(--tw-prose-quote-borders);quotes:"\201C""\201D""\2018""\2019";margin-top:1.6em;margin-bottom:1.6em;padding-left:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows)/10%),0 3px 0 rgb(var(--tw-prose-kbd-shadows)/10%);font-size:.875em;border-radius:.3125rem;padding:.1875em .375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding:.8571429em 1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;text-align:left;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-right:.5714286em;padding-bottom:.5714286em;padding-left:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:17 24 39;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:255 255 255;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgba(0,0,0,.5);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-left:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-lg{font-size:1.125rem;line-height:1.7777778}.prose-lg :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-lg :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2222222em;line-height:1.4545455;margin-top:1.0909091em;margin-bottom:1.0909091em}.prose-lg :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6666667em;margin-bottom:1.6666667em;padding-left:1em}.prose-lg :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.6666667em;margin-top:0;margin-bottom:.8333333em;line-height:1}.prose-lg :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.6666667em;margin-top:1.8666667em;margin-bottom:1.0666667em;line-height:1.3333333}.prose-lg :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.3333333em;margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}.prose-lg :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:.4444444em;line-height:1.5555556}.prose-lg :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-lg :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;border-radius:.3125rem;padding:.2222222em .4444444em}.prose-lg :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-lg :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8666667em}.prose-lg :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.prose-lg :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.75;margin-top:2em;margin-bottom:2em;border-radius:.375rem;padding:1em 1.5em}.prose-lg :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.5555556em}.prose-lg :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.5555556em}.prose-lg :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;margin-bottom:.6666667em}.prose-lg :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.4444444em}.prose-lg :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.4444444em}.prose-lg :where(.prose-lg>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.prose-lg :where(.prose-lg>ul>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(.prose-lg>ul>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.prose-lg :where(.prose-lg>ol>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(.prose-lg>ol>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.prose-lg :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.prose-lg :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-lg :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;padding-left:1.5555556em}.prose-lg :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:3.1111111em;margin-bottom:3.1111111em}.prose-lg :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.5}.prose-lg :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:.75em;padding-bottom:.75em;padding-left:.75em}.prose-lg :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.prose-lg :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.prose-lg :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding:.75em}.prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.prose-lg :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-lg :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.5;margin-top:1em}.prose-lg :where(.prose-lg>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(.prose-lg>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-neutral{--tw-prose-body:#404040;--tw-prose-headings:#171717;--tw-prose-lead:#525252;--tw-prose-links:#171717;--tw-prose-bold:#171717;--tw-prose-counters:#737373;--tw-prose-bullets:#d4d4d4;--tw-prose-hr:#e5e5e5;--tw-prose-quotes:#171717;--tw-prose-quote-borders:#e5e5e5;--tw-prose-captions:#737373;--tw-prose-kbd:#171717;--tw-prose-kbd-shadows:23 23 23;--tw-prose-code:#171717;--tw-prose-pre-code:#e5e5e5;--tw-prose-pre-bg:#262626;--tw-prose-th-borders:#d4d4d4;--tw-prose-td-borders:#e5e5e5;--tw-prose-invert-body:#d4d4d4;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#a3a3a3;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#a3a3a3;--tw-prose-invert-bullets:#525252;--tw-prose-invert-hr:#404040;--tw-prose-invert-quotes:#f5f5f5;--tw-prose-invert-quote-borders:#404040;--tw-prose-invert-captions:#a3a3a3;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:255 255 255;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d4d4d4;--tw-prose-invert-pre-bg:rgba(0,0,0,.5);--tw-prose-invert-th-borders:#525252;--tw-prose-invert-td-borders:#404040}.pointer-events-none{pointer-events:none!important}.pointer-events-auto{pointer-events:auto!important}.visible{visibility:visible!important}.fixed{position:fixed!important}.absolute{position:absolute!important}.relative{position:relative!important}.sticky{position:sticky!important}.inset-0{inset:0!important}.inset-4{inset:1rem!important}.inset-y-0{top:0!important}.bottom-0,.inset-y-0{bottom:0!important}.bottom-8{bottom:2rem!important}.bottom-\[-12px\]{bottom:-12px!important}.left-0{left:0!important}.left-4{left:1rem!important}.left-\[-38px\]{left:-38px!important}.left-\[2px\]{left:2px!important}.left-\[40\%\]{left:40%!important}.left-\[max\(16px\2c calc\(50\%-45rem\)\)\]{left:max(16px,calc(50% - 45rem))!important}.right-0{right:0!important}.right-2{right:.5rem!important}.right-2\.5{right:.625rem!important}.right-4{right:1rem!important}.right-8{right:2rem!important}.right-\[-18\%\]{right:-18%!important}.right-\[-20\%\]{right:-20%!important}.right-\[-22\%\]{right:-22%!important}.right-\[-25\%\]{right:-25%!important}.right-\[-35\%\]{right:-35%!important}.right-\[-50\%\]{right:-50%!important}.top-0{top:0!important}.top-2{top:.5rem!important}.top-20{top:5rem!important}.top-4{top:1rem!important}.top-6{top:1.5rem!important}.top-\[-22\%\]{top:-22%!important}.top-\[-23\%\]{top:-23%!important}.top-\[-30\%\]{top:-30%!important}.top-\[-36\%\]{top:-36%!important}.top-\[-38\%\]{top:-38%!important}.top-\[0\]{top:0!important}.top-\[106px\]{top:106px!important}.top-\[10px\]{top:10px!important}.top-\[3px\]{top:3px!important}.z-0{z-index:0!important}.z-10{z-index:10!important}.z-20{z-index:20!important}.z-30{z-index:30!important}.z-40{z-index:40!important}.z-50{z-index:50!important}.col-span-2{grid-column:span 2/span 2!important}.col-span-3{grid-column:span 3/span 3!important}.m-0{margin:0!important}.m-3{margin:.75rem!important}.m-48{margin:12rem!important}.-mx-3{margin-left:-.75rem!important;margin-right:-.75rem!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-0\.5{margin-left:.125rem!important;margin-right:.125rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-4{margin-top:1rem!important;margin-bottom:1rem!important}.my-8{margin-top:2rem!important;margin-bottom:2rem!important}.-mb-2{margin-bottom:-.5rem!important}.-ml-8{margin-left:-2rem!important}.-mr-8{margin-right:-2rem!important}.-mt-1{margin-top:-.25rem!important}.-mt-2{margin-top:-.5rem!important}.-mt-4{margin-top:-1rem!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-1\.5{margin-bottom:.375rem!important}.mb-2{margin-bottom:.5rem!important}.mb-4{margin-bottom:1rem!important}.mb-8{margin-bottom:2rem!important}.ml-0{margin-left:0!important}.ml-0\.5{margin-left:.125rem!important}.ml-1{margin-left:.25rem!important}.ml-2{margin-left:.5rem!important}.ml-4{margin-left:1rem!important}.ml-6{margin-left:1.5rem!important}.ml-\[-12\%\]{margin-left:-12%!important}.ml-\[-16px\]{margin-left:-16px!important}.ml-\[-3px\]{margin-left:-3px!important}.ml-\[1px\]{margin-left:1px!important}.mr-1{margin-right:.25rem!important}.mr-1\.5{margin-right:.375rem!important}.mr-2{margin-right:.5rem!important}.mr-4{margin-right:1rem!important}.mt-0{margin-top:0!important}.mt-0\.5{margin-top:.125rem!important}.mt-1{margin-top:.25rem!important}.mt-10{margin-top:2.5rem!important}.mt-12{margin-top:3rem!important}.mt-16{margin-top:4rem!important}.mt-2{margin-top:.5rem!important}.mt-24{margin-top:6rem!important}.mt-32{margin-top:8rem!important}.mt-4{margin-top:1rem!important}.mt-6{margin-top:1.5rem!important}.mt-8{margin-top:2rem!important}.mt-\[-10px\]{margin-top:-10px!important}.mt-\[-2px\]{margin-top:-2px!important}.block{display:block!important}.inline-block{display:inline-block!important}.flex{display:flex!important}.table{display:table!important}.grid{display:grid!important}.hidden{display:none!important}.aspect-square{aspect-ratio:1/1!important}.h-0{height:0!important}.h-10{height:2.5rem!important}.h-12{height:3rem!important}.h-16{height:4rem!important}.h-2{height:.5rem!important}.h-20{height:5rem!important}.h-24{height:6rem!important}.h-3{height:.75rem!important}.h-4{height:1rem!important}.h-40{height:10rem!important}.h-5{height:1.25rem!important}.h-6{height:1.5rem!important}.h-8{height:2rem!important}.h-80{height:20rem!important}.h-\[100\%\]{height:100%!important}.h-\[11px\]{height:11px!important}.h-\[1px\]{height:1px!important}.h-\[400px\]{height:400px!important}.h-\[44px\]{height:44px!important}.h-\[80\%\]{height:80%!important}.h-full{height:100%!important}.h-screen{height:100vh!important}.max-h-\[300px\]{max-height:300px!important}.w-10{width:2.5rem!important}.w-12{width:3rem!important}.w-2{width:.5rem!important}.w-3{width:.75rem!important}.w-32{width:8rem!important}.w-4{width:1rem!important}.w-4\/5{width:80%!important}.w-5{width:1.25rem!important}.w-6{width:1.5rem!important}.w-64{width:16rem!important}.w-8{width:2rem!important}.w-80{width:20rem!important}.w-\[11px\]{width:11px!important}.w-\[18px\]{width:18px!important}.w-\[1px\]{width:1px!important}.w-\[300px\]{width:300px!important}.w-\[5px\]{width:5px!important}.w-\[calc\(100\%\+33px\)\]{width:calc(100% + 33px)!important}.w-fit{width:-moz-fit-content!important;width:fit-content!important}.w-full{width:100%!important}.w-min{width:-moz-min-content!important;width:min-content!important}.min-w-full{min-width:100%!important}.max-w-\[300px\]{max-width:300px!important}.max-w-\[400px\]{max-width:400px!important}.max-w-\[90rem\]{max-width:90rem!important}.max-w-full{max-width:100%!important}.max-w-none{max-width:none!important}.max-w-screen-sm{max-width:640px!important}.max-w-sm{max-width:24rem!important}.max-w-xs{max-width:20rem!important}.flex-1{flex:1 1 0%!important}.flex-none{flex:none!important}.flex-grow,.grow{flex-grow:1!important}.table-auto{table-layout:auto!important}.border-collapse{border-collapse:collapse!important}.origin-left{transform-origin:left!important}.origin-right{transform-origin:right!important}.origin-top-right{transform-origin:top right!important}.-translate-y-1{--tw-translate-y:-0.25rem!important}.-translate-y-1,.translate-x-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.translate-x-0{--tw-translate-x:0px!important}.translate-x-1{--tw-translate-x:0.25rem!important}.translate-x-1,.translate-x-\[-400px\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.translate-x-\[-400px\]{--tw-translate-x:-400px!important}.translate-x-\[400px\]{--tw-translate-x:400px!important}.translate-x-\[400px\],.translate-y-2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.translate-y-2{--tw-translate-y:0.5rem!important}.translate-y-\[-2px\]{--tw-translate-y:-2px!important}.rotate-0,.translate-y-\[-2px\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-0{--tw-rotate:0deg!important}.rotate-180{--tw-rotate:180deg!important}.rotate-180,.rotate-90{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-90{--tw-rotate:90deg!important}.scale-100{--tw-scale-x:1!important;--tw-scale-y:1!important}.scale-100,.scale-95{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.scale-95{--tw-scale-x:.95!important;--tw-scale-y:.95!important}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.cursor-not-allowed{cursor:not-allowed!important}.cursor-pointer{cursor:pointer!important}.select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.resize-none{resize:none!important}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.flex-row{flex-direction:row!important}.flex-col{flex-direction:column!important}.flex-col-reverse{flex-direction:column-reverse!important}.items-start{align-items:flex-start!important}.items-center{align-items:center!important}.justify-start{justify-content:flex-start!important}.justify-end{justify-content:flex-end!important}.justify-center{justify-content:center!important}.justify-between{justify-content:space-between!important}.gap-0{gap:0!important}.gap-0\.5{gap:.125rem!important}.gap-1{gap:.25rem!important}.gap-12{gap:3rem!important}.gap-2{gap:.5rem!important}.gap-20{gap:5rem!important}.gap-3{gap:.75rem!important}.gap-4{gap:1rem!important}.gap-8{gap:2rem!important}.gap-x-2{-moz-column-gap:.5rem!important;column-gap:.5rem!important}.gap-x-8{-moz-column-gap:2rem!important;column-gap:2rem!important}.gap-y-2{row-gap:.5rem!important}.gap-y-3{row-gap:.75rem!important}.gap-y-4{row-gap:1rem!important}.gap-y-8{row-gap:2rem!important}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0!important;margin-right:calc(.5rem * var(--tw-space-x-reverse))!important;margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))!important}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0!important;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)))!important;border-bottom-width:calc(1px * var(--tw-divide-y-reverse))!important}.divide-neutral-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1!important;border-color:rgb(245 245 245/var(--tw-divide-opacity))!important}.self-center{align-self:center!important}.justify-self-start{justify-self:start!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-x-auto{overflow-x:auto!important}.overflow-y-auto{overflow-y:auto!important}.truncate{overflow:hidden!important;white-space:nowrap!important}.overflow-ellipsis,.truncate{text-overflow:ellipsis!important}.whitespace-nowrap{white-space:nowrap!important}.whitespace-pre-wrap{white-space:pre-wrap!important}.break-words{overflow-wrap:break-word!important}.rounded{border-radius:.25rem!important}.rounded-4xl{border-radius:2rem!important}.rounded-full{border-radius:9999px!important}.rounded-lg{border-radius:.5rem!important}.rounded-md{border-radius:.375rem!important}.rounded-b{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-t-lg{border-top-left-radius:.5rem!important;border-top-right-radius:.5rem!important}.rounded-t-md{border-top-left-radius:.375rem!important;border-top-right-radius:.375rem!important}.border{border-width:1px!important}.border-0{border-width:0!important}.border-2{border-width:2px!important}.border-\[0\.5px\]{border-width:.5px!important}.border-b{border-bottom-width:1px!important}.border-b-0{border-bottom-width:0!important}.border-b-2{border-bottom-width:2px!important}.border-r{border-right-width:1px!important}.border-t{border-top-width:1px!important}.border-black{--tw-border-opacity:1!important;border-color:rgb(0 0 0/var(--tw-border-opacity))!important}.border-neutral-100{--tw-border-opacity:1!important;border-color:rgb(245 245 245/var(--tw-border-opacity))!important}.border-neutral-200{--tw-border-opacity:1!important;border-color:rgb(229 229 229/var(--tw-border-opacity))!important}.border-neutral-300{--tw-border-opacity:1!important;border-color:rgb(212 212 212/var(--tw-border-opacity))!important}.border-neutral-50{--tw-border-opacity:1!important;border-color:rgb(250 250 250/var(--tw-border-opacity))!important}.border-neutral-900{--tw-border-opacity:1!important;border-color:rgb(23 23 23/var(--tw-border-opacity))!important}.border-primary-200{--tw-border-opacity:1!important;border-color:rgb(198 198 198/var(--tw-border-opacity))!important}.border-primary-50{--tw-border-opacity:1!important;border-color:rgb(244 244 244/var(--tw-border-opacity))!important}.border-primary-700{--tw-border-opacity:1!important;border-color:rgb(20 20 20/var(--tw-border-opacity))!important}.border-purple-500{--tw-border-opacity:1!important;border-color:rgb(168 85 247/var(--tw-border-opacity))!important}.border-slate-200{--tw-border-opacity:1!important;border-color:rgb(226 232 240/var(--tw-border-opacity))!important}.border-slate-600{--tw-border-opacity:1!important;border-color:rgb(71 85 105/var(--tw-border-opacity))!important}.border-transparent{border-color:transparent!important}.border-white\/30{border-color:hsla(0,0%,100%,.3)!important}.bg-\[\#2b2b2b\]{--tw-bg-opacity:1!important;background-color:rgb(43 43 43/var(--tw-bg-opacity))!important}.bg-amber-100{--tw-bg-opacity:1!important;background-color:rgb(254 243 199/var(--tw-bg-opacity))!important}.bg-amber-400{background-color:rgb(251 191 36/var(--tw-bg-opacity))!important}.bg-amber-400,.bg-amber-50{--tw-bg-opacity:1!important}.bg-amber-50{background-color:rgb(255 251 235/var(--tw-bg-opacity))!important}.bg-black{--tw-bg-opacity:1!important;background-color:rgb(0 0 0/var(--tw-bg-opacity))!important}.bg-black\/20{background-color:rgba(0,0,0,.2)!important}.bg-black\/30{background-color:rgba(0,0,0,.3)!important}.bg-black\/5{background-color:rgba(0,0,0,.05)!important}.bg-black\/90{background-color:rgba(0,0,0,.9)!important}.bg-blue-100{--tw-bg-opacity:1!important;background-color:rgb(219 234 254/var(--tw-bg-opacity))!important}.bg-fuchsia-100{--tw-bg-opacity:1!important;background-color:rgb(250 232 255/var(--tw-bg-opacity))!important}.bg-fuchsia-50{--tw-bg-opacity:1!important;background-color:rgb(253 244 255/var(--tw-bg-opacity))!important}.bg-gray-100{background-color:rgb(243 244 246/var(--tw-bg-opacity))!important}.bg-gray-100,.bg-gray-200{--tw-bg-opacity:1!important}.bg-gray-200{background-color:rgb(229 231 235/var(--tw-bg-opacity))!important}.bg-green-100{background-color:rgb(220 252 231/var(--tw-bg-opacity))!important}.bg-green-100,.bg-green-50{--tw-bg-opacity:1!important}.bg-green-50{background-color:rgb(240 253 244/var(--tw-bg-opacity))!important}.bg-green-500{--tw-bg-opacity:1!important;background-color:rgb(34 197 94/var(--tw-bg-opacity))!important}.bg-indigo-100{--tw-bg-opacity:1!important;background-color:rgb(224 231 255/var(--tw-bg-opacity))!important}.bg-indigo-500{--tw-bg-opacity:1!important;background-color:rgb(99 102 241/var(--tw-bg-opacity))!important}.bg-neutral-100{--tw-bg-opacity:1!important;background-color:rgb(245 245 245/var(--tw-bg-opacity))!important}.bg-neutral-50{--tw-bg-opacity:1!important;background-color:rgb(250 250 250/var(--tw-bg-opacity))!important}.bg-neutral-500{--tw-bg-opacity:1!important;background-color:rgb(115 115 115/var(--tw-bg-opacity))!important}.bg-neutral-900{--tw-bg-opacity:1!important;background-color:rgb(23 23 23/var(--tw-bg-opacity))!important}.bg-orange-100{--tw-bg-opacity:1!important;background-color:rgb(255 237 213/var(--tw-bg-opacity))!important}.bg-orange-50{--tw-bg-opacity:1!important;background-color:rgb(255 247 237/var(--tw-bg-opacity))!important}.bg-orange-500{--tw-bg-opacity:1!important;background-color:rgb(249 115 22/var(--tw-bg-opacity))!important}.bg-pink-500{--tw-bg-opacity:1!important;background-color:rgb(236 72 153/var(--tw-bg-opacity))!important}.bg-primary-50{--tw-bg-opacity:1!important;background-color:rgb(244 244 244/var(--tw-bg-opacity))!important}.bg-primary-50\/50{background-color:hsla(0,0%,96%,.5)!important}.bg-primary-500{--tw-bg-opacity:1!important;background-color:rgb(91 91 91/var(--tw-bg-opacity))!important}.bg-primary-700{--tw-bg-opacity:1!important;background-color:rgb(20 20 20/var(--tw-bg-opacity))!important}.bg-purple-500{--tw-bg-opacity:1!important;background-color:rgb(168 85 247/var(--tw-bg-opacity))!important}.bg-purple-700{background-color:rgb(126 34 206/var(--tw-bg-opacity))!important}.bg-purple-700,.bg-red-100{--tw-bg-opacity:1!important}.bg-red-100{background-color:rgb(254 226 226/var(--tw-bg-opacity))!important}.bg-red-500{background-color:rgb(239 68 68/var(--tw-bg-opacity))!important}.bg-red-500,.bg-rose-100{--tw-bg-opacity:1!important}.bg-rose-100{background-color:rgb(255 228 230/var(--tw-bg-opacity))!important}.bg-rose-50{background-color:rgb(255 241 242/var(--tw-bg-opacity))!important}.bg-rose-50,.bg-rose-500{--tw-bg-opacity:1!important}.bg-rose-500{background-color:rgb(244 63 94/var(--tw-bg-opacity))!important}.bg-sky-100{background-color:rgb(224 242 254/var(--tw-bg-opacity))!important}.bg-sky-100,.bg-sky-400{--tw-bg-opacity:1!important}.bg-sky-400{background-color:rgb(56 189 248/var(--tw-bg-opacity))!important}.bg-sky-50{background-color:rgb(240 249 255/var(--tw-bg-opacity))!important}.bg-sky-50,.bg-sky-500{--tw-bg-opacity:1!important}.bg-sky-500{background-color:rgb(14 165 233/var(--tw-bg-opacity))!important}.bg-slate-50{background-color:rgb(248 250 252/var(--tw-bg-opacity))!important}.bg-slate-50,.bg-slate-700{--tw-bg-opacity:1!important}.bg-slate-700{background-color:rgb(51 65 85/var(--tw-bg-opacity))!important}.bg-transparent{background-color:transparent!important}.bg-violet-100{--tw-bg-opacity:1!important;background-color:rgb(237 233 254/var(--tw-bg-opacity))!important}.bg-violet-50{background-color:rgb(245 243 255/var(--tw-bg-opacity))!important}.bg-violet-50,.bg-white{--tw-bg-opacity:1!important}.bg-white{background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.bg-white\/10{background-color:hsla(0,0%,100%,.1)!important}.bg-white\/20{background-color:hsla(0,0%,100%,.2)!important}.bg-white\/40{background-color:hsla(0,0%,100%,.4)!important}.bg-yellow-500{--tw-bg-opacity:1!important;background-color:rgb(234 179 8/var(--tw-bg-opacity))!important}.bg-opacity-80{--tw-bg-opacity:0.8!important}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))!important}.from-primary-50{--tw-gradient-from:#f4f4f4 var(--tw-gradient-from-position)!important;--tw-gradient-to:hsla(0,0%,96%,0) var(--tw-gradient-to-position)!important;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)!important}.bg-scroll{background-attachment:scroll!important}.bg-clip-border{background-clip:border-box!important}.stroke-\[3px\]{stroke-width:3px!important}.object-cover{-o-object-fit:cover!important;object-fit:cover!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-1\.5{padding:.375rem!important}.p-12{padding:3rem!important}.p-2{padding:.5rem!important}.p-3{padding:.75rem!important}.p-4{padding:1rem!important}.p-6{padding:1.5rem!important}.p-8{padding:2rem!important}.p-\[3px\]{padding:3px!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-12{padding-left:3rem!important;padding-right:3rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-3{padding-left:.75rem!important;padding-right:.75rem!important}.px-4{padding-left:1rem!important;padding-right:1rem!important}.px-5{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-7{padding-left:1.75rem!important;padding-right:1.75rem!important}.px-8{padding-left:2rem!important;padding-right:2rem!important}.px-\[2px\]{padding-left:2px!important;padding-right:2px!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-1\.5{padding-top:.375rem!important;padding-bottom:.375rem!important}.py-12{padding-top:3rem!important;padding-bottom:3rem!important}.py-16{padding-top:4rem!important;padding-bottom:4rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-24{padding-top:6rem!important;padding-bottom:6rem!important}.py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-32{padding-top:8rem!important;padding-bottom:8rem!important}.py-4{padding-top:1rem!important;padding-bottom:1rem!important}.py-48{padding-top:12rem!important;padding-bottom:12rem!important}.py-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.py-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-64{padding-top:16rem!important;padding-bottom:16rem!important}.py-8{padding-top:2rem!important;padding-bottom:2rem!important}.py-\[1px\]{padding-top:1px!important;padding-bottom:1px!important}.py-\[6px\]{padding-top:6px!important;padding-bottom:6px!important}.pb-10{padding-bottom:2.5rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:.75rem!important}.pb-32{padding-bottom:8rem!important}.pb-4{padding-bottom:1rem!important}.pb-6{padding-bottom:1.5rem!important}.pb-\[55\%\]{padding-bottom:55%!important}.pb-\[62\.5\%\]{padding-bottom:62.5%!important}.pl-0{padding-left:0!important}.pl-12{padding-left:3rem!important}.pl-2{padding-left:.5rem!important}.pl-3{padding-left:.75rem!important}.pl-4{padding-left:1rem!important}.pl-5{padding-left:1.25rem!important}.pl-8{padding-left:2rem!important}.pr-2{padding-right:.5rem!important}.pr-4{padding-right:1rem!important}.pr-6{padding-right:1.5rem!important}.pr-8{padding-right:2rem!important}.pt-0{padding-top:0!important}.pt-3{padding-top:.75rem!important}.pt-4{padding-top:1rem!important}.pt-8{padding-top:2rem!important}.text-left{text-align:left!important}.text-center{text-align:center!important}.text-right{text-align:right!important}.align-top{vertical-align:top!important}.font-mono{font-family:Noto Sans Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.text-2xl{font-size:1.5rem!important;line-height:2rem!important}.text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.text-4xl{font-size:2.25rem!important;line-height:2.5rem!important}.text-5xl{font-size:3rem!important;line-height:1!important}.text-\[18px\]{font-size:18px!important}.text-base{font-size:1rem!important;line-height:1.5rem!important}.text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.text-sm{font-size:.875rem!important;line-height:1.25rem!important}.text-smb{font-size:.9375rem!important}.text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.text-xs{font-size:.75rem!important;line-height:1rem!important}.font-\[400\]{font-weight:400!important}.font-\[700\],.font-bold{font-weight:700!important}.font-medium{font-weight:500!important}.font-normal{font-weight:400!important}.font-semibold{font-weight:600!important}.uppercase{text-transform:uppercase!important}.lowercase{text-transform:lowercase!important}.capitalize{text-transform:capitalize!important}.leading-5{line-height:1.25rem!important}.leading-\[22px\]{line-height:22px!important}.leading-none{line-height:1!important}.leading-relaxed{line-height:1.625!important}.tracking-wide{letter-spacing:.025em!important}.text-\[\#15E3FF\]{--tw-text-opacity:1!important;color:rgb(21 227 255/var(--tw-text-opacity))!important}.text-amber-400{--tw-text-opacity:1!important;color:rgb(251 191 36/var(--tw-text-opacity))!important}.text-amber-500{--tw-text-opacity:1!important;color:rgb(245 158 11/var(--tw-text-opacity))!important}.text-amber-600{color:rgb(217 119 6/var(--tw-text-opacity))!important}.text-amber-600,.text-black{--tw-text-opacity:1!important}.text-black{color:rgb(0 0 0/var(--tw-text-opacity))!important}.text-blue-900{--tw-text-opacity:1!important;color:rgb(30 58 138/var(--tw-text-opacity))!important}.text-fuchsia-600{--tw-text-opacity:1!important;color:rgb(192 38 211/var(--tw-text-opacity))!important}.text-gray-200{--tw-text-opacity:1!important;color:rgb(229 231 235/var(--tw-text-opacity))!important}.text-gray-400{--tw-text-opacity:1!important;color:rgb(156 163 175/var(--tw-text-opacity))!important}.text-gray-600{--tw-text-opacity:1!important;color:rgb(75 85 99/var(--tw-text-opacity))!important}.text-gray-900{--tw-text-opacity:1!important;color:rgb(17 24 39/var(--tw-text-opacity))!important}.text-green-500{--tw-text-opacity:1!important;color:rgb(34 197 94/var(--tw-text-opacity))!important}.text-green-600{--tw-text-opacity:1!important;color:rgb(22 163 74/var(--tw-text-opacity))!important}.text-green-900{--tw-text-opacity:1!important;color:rgb(20 83 45/var(--tw-text-opacity))!important}.text-indigo-500{--tw-text-opacity:1!important;color:rgb(99 102 241/var(--tw-text-opacity))!important}.text-indigo-600{--tw-text-opacity:1!important;color:rgb(79 70 229/var(--tw-text-opacity))!important}.text-neutral-300{--tw-text-opacity:1!important;color:rgb(212 212 212/var(--tw-text-opacity))!important}.text-neutral-400{--tw-text-opacity:1!important;color:rgb(163 163 163/var(--tw-text-opacity))!important}.text-neutral-500{--tw-text-opacity:1!important;color:rgb(115 115 115/var(--tw-text-opacity))!important}.text-neutral-600{--tw-text-opacity:1!important;color:rgb(82 82 82/var(--tw-text-opacity))!important}.text-neutral-700{--tw-text-opacity:1!important;color:rgb(64 64 64/var(--tw-text-opacity))!important}.text-neutral-800{--tw-text-opacity:1!important;color:rgb(38 38 38/var(--tw-text-opacity))!important}.text-neutral-900{--tw-text-opacity:1!important;color:rgb(23 23 23/var(--tw-text-opacity))!important}.text-orange-600{--tw-text-opacity:1!important;color:rgb(234 88 12/var(--tw-text-opacity))!important}.text-orange-900{--tw-text-opacity:1!important;color:rgb(124 45 18/var(--tw-text-opacity))!important}.text-pink-600{--tw-text-opacity:1!important;color:rgb(219 39 119/var(--tw-text-opacity))!important}.text-primary-200{--tw-text-opacity:1!important;color:rgb(198 198 198/var(--tw-text-opacity))!important}.text-primary-500{--tw-text-opacity:1!important;color:rgb(91 91 91/var(--tw-text-opacity))!important}.text-primary-700{--tw-text-opacity:1!important;color:rgb(20 20 20/var(--tw-text-opacity))!important}.text-purple-300{--tw-text-opacity:1!important;color:rgb(216 180 254/var(--tw-text-opacity))!important}.text-purple-500{--tw-text-opacity:1!important;color:rgb(168 85 247/var(--tw-text-opacity))!important}.text-red-500{color:rgb(239 68 68/var(--tw-text-opacity))!important}.text-red-500,.text-red-700{--tw-text-opacity:1!important}.text-red-700{color:rgb(185 28 28/var(--tw-text-opacity))!important}.text-rose-500{--tw-text-opacity:1!important;color:rgb(244 63 94/var(--tw-text-opacity))!important}.text-rose-600{color:rgb(225 29 72/var(--tw-text-opacity))!important}.text-rose-600,.text-sky-500{--tw-text-opacity:1!important}.text-sky-500{color:rgb(14 165 233/var(--tw-text-opacity))!important}.text-sky-600{--tw-text-opacity:1!important;color:rgb(2 132 199/var(--tw-text-opacity))!important}.text-slate-100{--tw-text-opacity:1!important;color:rgb(241 245 249/var(--tw-text-opacity))!important}.text-slate-500{--tw-text-opacity:1!important;color:rgb(100 116 139/var(--tw-text-opacity))!important}.text-slate-700{--tw-text-opacity:1!important;color:rgb(51 65 85/var(--tw-text-opacity))!important}.text-violet-600{color:rgb(124 58 237/var(--tw-text-opacity))!important}.text-violet-600,.text-white{--tw-text-opacity:1!important}.text-white{color:rgb(255 255 255/var(--tw-text-opacity))!important}.text-white\/70{color:hsla(0,0%,100%,.7)!important}.text-white\/80{color:hsla(0,0%,100%,.8)!important}.text-yellow-400{--tw-text-opacity:1!important;color:rgb(250 204 21/var(--tw-text-opacity))!important}.text-opacity-80{--tw-text-opacity:0.8!important}.underline{text-decoration-line:underline!important}.no-underline{text-decoration-line:none!important}.underline-offset-4{text-underline-offset:4px!important}.antialiased{-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important}.opacity-0{opacity:0!important}.opacity-100{opacity:1!important}.opacity-70{opacity:.7!important}.opacity-80{opacity:.8!important}.mix-blend-color-burn{mix-blend-mode:color-burn!important}.mix-blend-difference{mix-blend-mode:difference!important}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1)!important;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)!important}.shadow,.shadow-2xl{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.shadow-2xl{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25)!important;--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)!important}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)!important;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)!important}.shadow-lg,.shadow-md{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)!important;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)!important}.shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)!important;--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.outline-none{outline:2px solid transparent!important;outline-offset:2px!important}.outline-sky-500{outline-color:#0ea5e9!important}.blur{--tw-blur:blur(8px)!important}.blur,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.backdrop-blur{--tw-backdrop-blur:blur(8px)!important}.backdrop-blur,.backdrop-blur-lg{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)!important;backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)!important}.backdrop-blur-lg{--tw-backdrop-blur:blur(16px)!important}.backdrop-blur-md{--tw-backdrop-blur:blur(12px)!important;-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)!important;backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)!important}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.transition-all{transition-property:all!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.duration-150,.transition-all{transition-duration:.15s!important}.duration-200{transition-duration:.2s!important}.duration-300{transition-duration:.3s!important}.duration-500{transition-duration:.5s!important}.duration-\[200ms\]{transition-duration:.2s!important}.duration-\[50ms\]{transition-duration:50ms!important}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)!important}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)!important}@font-face{font-family:Cal Sans;src:url(https://cal.com/fonts/cal-sans/CalSans-SemiBold.woff2) format("woff2")}@font-face{font-family:Matter;src:url(https://cal.com/fonts/matter/Matter-Regular.woff) format("woff");font-weight:400}@font-face{font-family:Matter;src:url(https://cal.com/fonts/matter/Matter-SemiBold.woff) format("woff");font-weight:600}@font-face{font-family:Matter;src:url(https://cal.com/fonts/matter/Matter-Bold.woff) format("woff");font-weight:700}body{overflow-x:hidden;--tw-bg-opacity:1;background-color:rgb(244 244 244/var(--tw-bg-opacity));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Matter,Inter,sans-serif}h1,h2,h3,h4,h5,h6{font-family:Cal Sans;scroll-margin-top:120px!important;line-height:1.1!important}h1{margin-bottom:20px!important}h2{margin-bottom:16px!important}h3{margin-bottom:12px!important}hr{opacity:0}p{line-height:1.6!important}a.plainLink{--tw-text-opacity:1;color:rgb(20 20 20/var(--tw-text-opacity));text-decoration-line:none;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}a.plainLink:hover{color:hsla(0,0%,8%,.6)}.like-prose a{border-bottom-width:1px;--tw-border-opacity:1;border-color:rgb(91 91 91/var(--tw-border-opacity));font-weight:600;--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity));text-decoration-line:none;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.like-prose a:hover{--tw-text-opacity:1;color:rgb(91 91 91/var(--tw-text-opacity))}.footer a{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));text-decoration-line:none;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.footer a:hover{color:hsla(0,0%,100%,.5)}.sectionInfo{display:flex;flex-direction:column;gap:.75rem}@media (min-width:640px){.sectionInfo{gap:1rem}}.showcase-subtitle a{font-weight:500;--tw-text-opacity:1;color:rgb(20 20 20/var(--tw-text-opacity));text-decoration-line:none;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.showcase-subtitle a:hover{--tw-text-opacity:1;color:rgb(23 23 23/var(--tw-text-opacity))}.sticky-top{top:120px!important}h1.customPageTitle{font-size:1.875rem;line-height:2.25rem;line-height:1.25}@media (min-width:640px){h1.customPageTitle{font-size:2.25rem;line-height:2.5rem;line-height:1.25}}@media (min-width:768px){h1.customPageTitle{font-size:3rem;line-height:1.25}}h1.indexTitle{font-size:1.875rem;line-height:2.25rem;line-height:1.25}@media (min-width:640px){h1.indexTitle{font-size:2.25rem;line-height:2.5rem;line-height:1.25}}@media (min-width:768px){h1.indexTitle{font-size:3rem;line-height:1.25}}h1.xl5{font-size:1.875rem;line-height:2.25rem;line-height:1.25}@media (min-width:640px){h1.xl5{font-size:2.25rem;line-height:2.5rem;line-height:1.25}}@media (min-width:768px){h1.xl5{font-size:3rem;line-height:1.25}}h1.xl4{font-size:1.5rem;line-height:2rem;line-height:1.25}@media (min-width:640px){h1.xl4{font-size:1.875rem;line-height:2.25rem;line-height:1.25}}@media (min-width:768px){h1.xl4{font-size:2.25rem;line-height:2.5rem;line-height:1.25}}h1.xl2{font-size:1.125rem;line-height:1.75rem;line-height:1.25}@media (min-width:640px){h1.xl2{font-size:1.25rem;line-height:1.75rem;line-height:1.25}}@media (min-width:768px){h1.xl2{font-size:1.5rem;line-height:2rem;line-height:1.25}}p.indexDescription{margin-top:1rem;font-size:1.125rem;line-height:1.75rem;--tw-text-opacity:1;color:rgb(115 115 115/var(--tw-text-opacity))}@media (min-width:640px){p.indexDescription{font-size:1.5rem;line-height:2rem}}.hiddenScrollbar::-webkit-scrollbar,pre::-webkit-scrollbar{display:none}.hiddenScrollbar,pre{-ms-overflow-style:none;scrollbar-width:none}@keyframes caret{0%,to{opacity:0}50%{opacity:1}}.animate-caret{animation:caret 1s cubic-bezier(.14,0,.16,1) infinite forwards}.sunrise-shadow{box-shadow:0 40px 100px -12px rgba(197,0,59,.7)}.small-bounce{animation:small-bounce 1s infinite}@keyframes small-bounce{0%,to{transform:translateY(-22%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:translateY(0);animation-timing-function:cubic-bezier(0,0,.2,1)}}.slow-bounce{animation:slow-bounce 8s infinite}@keyframes slow-bounce{0%,to{transform:translateY(-8%);animation-timing-function:ease-in-out}50%{transform:translateY(0);animation-timing-function:ease-in-out}}@keyframes bounce{0%,to{transform:translateY(-50%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:translateY(0);animation-timing-function:cubic-bezier(0,0,.2,1)}}.full-width{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.animate-path{stroke-dasharray:477;stroke-dashoffset:477;animation:draw .15s ease-out forwards}@keyframes draw{to{stroke-dashoffset:0}}.token.class-name,.token.function,.token.selector,.token.selector .class,.token.tag{--tw-text-opacity:1;color:rgb(240 171 252/var(--tw-text-opacity))}.token.attr-name,.token.important,.token.keyword,.token.operator,.token.pseudo-class,.token.rule{--tw-text-opacity:1;color:rgb(45 212 191/var(--tw-text-opacity))}.token.attr-value,.token.class,.token.color,.token.number,.token.string,.token.unit{--tw-text-opacity:1;color:rgb(190 242 100/var(--tw-text-opacity))}.token.module,.token.property,.token.punctuation{--tw-text-opacity:1;color:rgb(186 230 253/var(--tw-text-opacity))}.language-css .token.function,.language-shell .token:not(.comment),.token.atapply .token:not(.rule):not(.important){color:inherit}.token.comment{--tw-text-opacity:1;color:rgb(163 163 163/var(--tw-text-opacity))}.token.deleted:not(.prefix){position:relative;margin-left:-1rem;margin-right:-1rem;display:block;padding-left:1rem;padding-right:1rem}.token.deleted:not(.prefix):after{content:"";pointer-events:none;position:absolute;inset:0;display:block;background-color:rgb(251 113 133/var(--tw-bg-opacity));--tw-bg-opacity:0.25}.token.deleted.prefix{-webkit-user-select:none;-moz-user-select:none;user-select:none;--tw-text-opacity:1;color:rgb(163 163 163/var(--tw-text-opacity))}.token.inserted:not(.prefix){margin-left:-1rem;margin-right:-1rem;display:block;background-color:rgb(4 120 87/var(--tw-bg-opacity));--tw-bg-opacity:0.5;padding-left:1rem;padding-right:1rem}.token.inserted.prefix{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:rgb(167 243 208/var(--tw-text-opacity));--tw-text-opacity:0.75}pre{overflow-x:auto!important;border-radius:.375rem!important;--tw-bg-opacity:1!important;background-color:rgb(0 0 0/var(--tw-bg-opacity))!important;font-size:1rem!important;line-height:1.5rem!important;--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}:is(.dark pre){background-color:hsla(0,0%,100%,.1)!important;--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}pre{line-height:1.7142857!important;margin-top:1.7142857em!important;margin-bottom:1.7142857em!important;padding:.8571429em 1.1428571em!important}.collapse-content .note,.collapse-content pre{margin-left:0!important;width:100%!important}.prose blockquote p{font-style:normal!important}.prose blockquote p:first-of-type:after,.prose blockquote p:first-of-type:before{content:""!important}.loading-dots{display:inline-flex;align-items:center;text-align:center;line-height:1.75rem}.loading-dots>span{height:.25rem!important;width:.25rem!important;border-radius:9999px!important;animation-name:blink;animation-duration:1.4s;animation-iteration-count:infinite;animation-fill-mode:both;margin:0 3px 0 0}.loading-dots>span:nth-of-type(2){animation-delay:.2s}.loading-dots>span:nth-of-type(3){animation-delay:.4s}@keyframes blink{0%{opacity:.2}20%{opacity:1}to{opacity:.2}}.MarkpromptOverlay{z-index:90}.MarkpromptContentDialog{z-index:100}.MarkpromptPromptWrapper{border-radius:9999px;border-width:2px;padding:.5rem 0 .5rem 1rem}.MarkpromptPromptSubmitButton{border-radius:9999px!important;--tw-bg-opacity:1!important;background-color:rgb(0 0 0/var(--tw-bg-opacity))!important;padding:.5rem .5rem .5rem 1rem!important;font-size:1rem!important;line-height:1.5rem!important;--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}.MarkpromptPromptSubmitButton:disabled{--tw-bg-opacity:1!important;background-color:rgb(229 229 229/var(--tw-bg-opacity))!important}.MarkpromptClose{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));padding:.25rem;font-size:.75rem;line-height:1rem}.MarkpromptPromptSubmitButton{padding:.25rem .5rem}.MarkpromptMessageAnswer{padding-top:1rem;padding-bottom:2rem}.MarkpromptGhostThumbButton{padding:.25rem}.MarkpromptReferences ul{padding-left:4rem;padding-top:.5rem}.MarkpromptMessagePromptText{margin:0!important;padding-top:1rem!important;padding-bottom:1rem!important}.MarkpromptReference{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.MarkpromptSelectToggle{padding:.5rem}.MarkpromptFooter{margin-top:-.5rem!important;padding-top:0!important}.MarkpromptFooter a{--tw-text-opacity:1!important;color:rgb(0 0 0/var(--tw-text-opacity))!important}@media (min-width:640px){.sm\:prose-lg{font-size:1.125rem;line-height:1.7777778}.sm\:prose-lg :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.sm\:prose-lg :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2222222em;line-height:1.4545455;margin-top:1.0909091em;margin-bottom:1.0909091em}.sm\:prose-lg :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6666667em;margin-bottom:1.6666667em;padding-left:1em}.sm\:prose-lg :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.6666667em;margin-top:0;margin-bottom:.8333333em;line-height:1}.sm\:prose-lg :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.6666667em;margin-top:1.8666667em;margin-bottom:1.0666667em;line-height:1.3333333}.sm\:prose-lg :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.3333333em;margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}.sm\:prose-lg :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:.4444444em;line-height:1.5555556}.sm\:prose-lg :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.sm\:prose-lg :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.sm\:prose-lg :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.sm\:prose-lg :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.sm\:prose-lg :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;border-radius:.3125rem;padding:.2222222em .4444444em}.sm\:prose-lg :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.sm\:prose-lg :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8666667em}.sm\:prose-lg :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.sm\:prose-lg :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.75;margin-top:2em;margin-bottom:2em;border-radius:.375rem;padding:1em 1.5em}.sm\:prose-lg :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.5555556em}.sm\:prose-lg :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.5555556em}.sm\:prose-lg :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;margin-bottom:.6666667em}.sm\:prose-lg :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.4444444em}.sm\:prose-lg :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.4444444em}.sm\:prose-lg :where(.sm\:prose-lg>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.sm\:prose-lg :where(.sm\:prose-lg>ul>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.sm\:prose-lg :where(.sm\:prose-lg>ul>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.sm\:prose-lg :where(.sm\:prose-lg>ol>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.sm\:prose-lg :where(.sm\:prose-lg>ol>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.sm\:prose-lg :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.sm\:prose-lg :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.sm\:prose-lg :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.sm\:prose-lg :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;padding-left:1.5555556em}.sm\:prose-lg :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:3.1111111em;margin-bottom:3.1111111em}.sm\:prose-lg :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.sm\:prose-lg :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.sm\:prose-lg :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.sm\:prose-lg :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.sm\:prose-lg :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.5}.sm\:prose-lg :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:.75em;padding-bottom:.75em;padding-left:.75em}.sm\:prose-lg :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.sm\:prose-lg :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.sm\:prose-lg :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding:.75em}.sm\:prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.sm\:prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.sm\:prose-lg :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.sm\:prose-lg :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.sm\:prose-lg :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.5;margin-top:1em}.sm\:prose-lg :where(.sm\:prose-lg>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.sm\:prose-lg :where(.sm\:prose-lg>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.sm\:prose-xl{font-size:1.25rem;line-height:1.8}.sm\:prose-xl :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em}.sm\:prose-xl :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2em;line-height:1.5;margin-top:1em;margin-bottom:1em}.sm\:prose-xl :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6em;margin-bottom:1.6em;padding-left:1.0666667em}.sm\:prose-xl :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.8em;margin-top:0;margin-bottom:.8571429em;line-height:1}.sm\:prose-xl :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.8em;margin-top:1.5555556em;margin-bottom:.8888889em;line-height:1.1111111}.sm\:prose-xl :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.5em;margin-top:1.6em;margin-bottom:.6666667em;line-height:1.3333333}.sm\:prose-xl :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.8em;margin-bottom:.6em;line-height:1.6}.sm\:prose-xl :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.sm\:prose-xl :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.sm\:prose-xl :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.sm\:prose-xl :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.sm\:prose-xl :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em;border-radius:.3125rem;padding:.25em .4em}.sm\:prose-xl :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.sm\:prose-xl :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8611111em}.sm\:prose-xl :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.sm\:prose-xl :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em;line-height:1.7777778;margin-top:2em;margin-bottom:2em;border-radius:.5rem;padding:1.1111111em 1.3333333em}.sm\:prose-xl :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em;padding-left:1.6em}.sm\:prose-xl :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em;padding-left:1.6em}.sm\:prose-xl :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6em;margin-bottom:.6em}.sm\:prose-xl :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.4em}.sm\:prose-xl :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.4em}.sm\:prose-xl :where(.sm\:prose-xl>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8em;margin-bottom:.8em}.sm\:prose-xl :where(.sm\:prose-xl>ul>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em}.sm\:prose-xl :where(.sm\:prose-xl>ul>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.2em}.sm\:prose-xl :where(.sm\:prose-xl>ol>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em}.sm\:prose-xl :where(.sm\:prose-xl>ol>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.2em}.sm\:prose-xl :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8em;margin-bottom:.8em}.sm\:prose-xl :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em}.sm\:prose-xl :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.2em}.sm\:prose-xl :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6em;padding-left:1.6em}.sm\:prose-xl :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.8em;margin-bottom:2.8em}.sm\:prose-xl :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.sm\:prose-xl :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.sm\:prose-xl :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.sm\:prose-xl :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.sm\:prose-xl :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em;line-height:1.5555556}.sm\:prose-xl :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:.6666667em;padding-bottom:.8888889em;padding-left:.6666667em}.sm\:prose-xl :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.sm\:prose-xl :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.sm\:prose-xl :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding:.8888889em .6666667em}.sm\:prose-xl :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.sm\:prose-xl :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.sm\:prose-xl :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.sm\:prose-xl :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.sm\:prose-xl :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em;line-height:1.5555556;margin-top:1em}.sm\:prose-xl :where(.sm\:prose-xl>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.sm\:prose-xl :where(.sm\:prose-xl>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}}.placeholder\:text-primary-200::-moz-placeholder{--tw-text-opacity:1!important;color:rgb(198 198 198/var(--tw-text-opacity))!important}.placeholder\:text-primary-200::placeholder{--tw-text-opacity:1!important;color:rgb(198 198 198/var(--tw-text-opacity))!important}.hover\:bg-amber-50:hover{--tw-bg-opacity:1!important;background-color:rgb(255 251 235/var(--tw-bg-opacity))!important}.hover\:bg-black\/5:hover{background-color:rgba(0,0,0,.05)!important}.hover\:bg-green-50:hover{--tw-bg-opacity:1!important;background-color:rgb(240 253 244/var(--tw-bg-opacity))!important}.hover\:bg-neutral-100:hover{--tw-bg-opacity:1!important;background-color:rgb(245 245 245/var(--tw-bg-opacity))!important}.hover\:bg-neutral-50:hover{--tw-bg-opacity:1!important;background-color:rgb(250 250 250/var(--tw-bg-opacity))!important}.hover\:bg-neutral-700:hover{--tw-bg-opacity:1!important;background-color:rgb(64 64 64/var(--tw-bg-opacity))!important}.hover\:bg-neutral-800:hover{--tw-bg-opacity:1!important;background-color:rgb(38 38 38/var(--tw-bg-opacity))!important}.hover\:bg-neutral-900:hover{--tw-bg-opacity:1!important;background-color:rgb(23 23 23/var(--tw-bg-opacity))!important}.hover\:bg-rose-50:hover{--tw-bg-opacity:1!important;background-color:rgb(255 241 242/var(--tw-bg-opacity))!important}.hover\:bg-sky-50:hover{--tw-bg-opacity:1!important;background-color:rgb(240 249 255/var(--tw-bg-opacity))!important}.hover\:bg-white\/20:hover{background-color:hsla(0,0%,100%,.2)!important}.hover\:text-black:hover{--tw-text-opacity:1!important;color:rgb(0 0 0/var(--tw-text-opacity))!important}.hover\:text-neutral-900:hover{--tw-text-opacity:1!important;color:rgb(23 23 23/var(--tw-text-opacity))!important}.hover\:text-sky-500:hover{--tw-text-opacity:1!important;color:rgb(14 165 233/var(--tw-text-opacity))!important}.hover\:opacity-80:hover{opacity:.8!important}.hover\:shadow-2xl:hover{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25)!important;--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)!important}.hover\:shadow-2xl:hover,.hover\:shadow-lg:hover{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)!important;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)!important}.focus\:border-primary-700:focus{--tw-border-opacity:1!important;border-color:rgb(20 20 20/var(--tw-border-opacity))!important}.focus\:bg-white:focus{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.focus\:text-primary-700:focus{--tw-text-opacity:1!important;color:rgb(20 20 20/var(--tw-text-opacity))!important}.focus\:outline-none:focus{outline:2px solid transparent!important;outline-offset:2px!important}.focus\:outline-2:focus{outline-width:2px!important}.focus\:outline-offset-2:focus{outline-offset:2px!important}.group:hover .group-hover\:translate-y-0{--tw-translate-y:0px!important}.group:hover .group-hover\:scale-105,.group:hover .group-hover\:translate-y-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.group:hover .group-hover\:scale-105{--tw-scale-x:1.05!important;--tw-scale-y:1.05!important}.group:hover .group-hover\:scale-x-\[1\.03\]{--tw-scale-x:1.03!important}.group:hover .group-hover\:scale-x-\[1\.03\],.group:hover .group-hover\:scale-y-\[1\.09\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.group:hover .group-hover\:scale-y-\[1\.09\]{--tw-scale-y:1.09!important}.group:hover .group-hover\:border-b{border-bottom-width:1px!important}.group:hover .group-hover\:bg-primary-700{--tw-bg-opacity:1!important;background-color:rgb(20 20 20/var(--tw-bg-opacity))!important}.group:hover .group-hover\:bg-white{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.group:hover .group-hover\:bg-opacity-100{--tw-bg-opacity:1!important}.group:hover .group-hover\:text-neutral-500{--tw-text-opacity:1!important;color:rgb(115 115 115/var(--tw-text-opacity))!important}.group:hover .group-hover\:text-purple-200{--tw-text-opacity:1!important;color:rgb(233 213 255/var(--tw-text-opacity))!important}.group:hover .group-hover\:opacity-100{opacity:1!important}.group:hover .group-hover\:shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)!important;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)!important}.group:hover .group-hover\:shadow-lg,.group:hover .group-hover\:shadow-xl{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.group:hover .group-hover\:shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)!important;--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)!important}.group:focus .group-focus\:text-primary-700{--tw-text-opacity:1!important;color:rgb(20 20 20/var(--tw-text-opacity))!important}:is(.dark .dark\:border-slate-600){--tw-border-opacity:1!important;border-color:rgb(71 85 105/var(--tw-border-opacity))!important}:is(.dark .dark\:border-white\/20){border-color:hsla(0,0%,100%,.2)!important}:is(.dark .dark\:bg-gray-800){--tw-bg-opacity:1!important;background-color:rgb(31 41 55/var(--tw-bg-opacity))!important}:is(.dark .dark\:bg-neutral-800){--tw-bg-opacity:1!important;background-color:rgb(38 38 38/var(--tw-bg-opacity))!important}:is(.dark .dark\:text-gray-400){--tw-text-opacity:1!important;color:rgb(156 163 175/var(--tw-text-opacity))!important}:is(.dark .dark\:text-slate-200){--tw-text-opacity:1!important;color:rgb(226 232 240/var(--tw-text-opacity))!important}:is(.dark .dark\:text-white){--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}:is(.dark .dark\:text-white\/20){color:hsla(0,0%,100%,.2)!important}:is(.dark .dark\:text-white\/50){color:hsla(0,0%,100%,.5)!important}:is(.dark .dark\:text-white\/80){color:hsla(0,0%,100%,.8)!important}:is(.dark .dark\:hover\:bg-white\/10:hover){background-color:hsla(0,0%,100%,.1)!important}:is(.dark .dark\:hover\:text-white:hover){--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}:is(.dark .group:hover .dark\:group-hover\:text-white\/80){color:hsla(0,0%,100%,.8)!important}@media (min-width:360px){.xs\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (min-width:640px){.sm\:inset-0{inset:0!important}.sm\:bottom-\[-18px\]{bottom:-18px!important}.sm\:left-\[3px\]{left:3px!important}.sm\:col-span-1{grid-column:span 1/span 1!important}.sm\:col-span-2{grid-column:span 2/span 2!important}.sm\:col-span-3{grid-column:span 3/span 3!important}.sm\:mb-2{margin-bottom:.5rem!important}.sm\:ml-0{margin-left:0!important}.sm\:mt-0{margin-top:0!important}.sm\:block{display:block!important}.sm\:flex{display:flex!important}.sm\:hidden{display:none!important}.sm\:h-4{height:1rem!important}.sm\:h-\[500px\]{height:500px!important}.sm\:h-\[64px\]{height:64px!important}.sm\:w-4{width:1rem!important}.sm\:w-\[6px\]{width:6px!important}.sm\:w-\[calc\(100\%\+17px\)\]{width:calc(100% + 17px)!important}.sm\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.sm\:rounded-lg{border-radius:.5rem!important}.sm\:px-12{padding-left:3rem!important;padding-right:3rem!important}.sm\:py-32{padding-top:8rem!important;padding-bottom:8rem!important}.sm\:py-48{padding-top:12rem!important;padding-bottom:12rem!important}.sm\:py-64{padding-top:16rem!important;padding-bottom:16rem!important}.sm\:pb-8{padding-bottom:2rem!important}.sm\:text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.sm\:text-4xl{font-size:2.25rem!important;line-height:2.5rem!important}.sm\:text-lg{font-size:1.125rem!important;line-height:1.75rem!important}}@media (min-width:768px){.md\:sticky{position:sticky!important}.md\:bottom-\[-20px\]{bottom:-20px!important}.md\:right-\[-320px\]{right:-320px!important}.md\:top-6{top:1.5rem!important}.md\:col-span-1{grid-column:span 1/span 1!important}.md\:col-span-2{grid-column:span 2/span 2!important}.md\:col-span-3{grid-column:span 3/span 3!important}.md\:col-span-4{grid-column:span 4/span 4!important}.md\:-ml-4{margin-left:-1rem!important}.md\:-mr-4{margin-right:-1rem!important}.md\:mb-16{margin-bottom:4rem!important}.md\:mt-0{margin-top:0!important}.md\:block{display:block!important}.md\:flex{display:flex!important}.md\:table{display:table!important}.md\:table-cell{display:table-cell!important}.md\:table-header-group{display:table-header-group!important}.md\:table-row{display:table-row!important}.md\:grid{display:grid!important}.md\:hidden{display:none!important}.md\:h-\[576px\]{height:576px!important}.md\:h-\[72px\]{height:72px!important}.md\:w-\[8px\]{width:8px!important}.md\:w-auto{width:auto!important}.md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.md\:flex-row{flex-direction:row!important}.md\:justify-center{justify-content:center!important}.md\:gap-3{gap:.75rem!important}.md\:gap-8{gap:2rem!important}.md\:gap-y-8{row-gap:2rem!important}.md\:self-start{align-self:flex-start!important}.md\:truncate{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.md\:rounded-4xl{border-radius:2rem!important}.md\:px-4{padding-left:1rem!important;padding-right:1rem!important}.md\:pb-20{padding-bottom:5rem!important}.md\:text-4xl{font-size:2.25rem!important;line-height:2.5rem!important}.md\:text-5xl{font-size:3rem!important;line-height:1!important}}@media (min-width:1024px){.lg\:absolute{position:absolute!important}.lg\:left-10{left:2.5rem!important}.lg\:right-0{right:0!important}.lg\:top-\[23px\]{top:23px!important}.lg\:mx-auto{margin-left:auto!important;margin-right:auto!important}.lg\:w-min{width:-moz-min-content!important;width:min-content!important}}@media (min-width:1280px){.xl\:left-0{left:0!important}}.\[\&\:first-child\]\:ml-0:first-child{margin-left:0!important}.\[\&\:nth-child\(5\)\]\:mr-0:nth-child(5){margin-right:0!important}