@import"https://fonts.googleapis.com/css2?family=Public+Sans:wght@100;200;300;400;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,500;1,500&display=swap";@import"https://cdn.figure.com/fonts/SharpGroteskMedium21.otf";:root{--react-pdf-text-layer: 1;--highlight-bg-color: rgba(180, 0, 170, 1);--highlight-selected-bg-color: rgba(0, 100, 0, 1)}@media screen and (forced-colors: active){:root{--highlight-bg-color: Highlight;--highlight-selected-bg-color: ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translate(-100%)}.textLayer{position:absolute;text-align:initial;top:0;right:0;bottom:0;left:0;overflow:hidden;line-height:1;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;margin:0;transform-origin:0 0}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);border-radius:4px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;top:100%;right:0;bottom:0;left:0;z-index:-1;cursor:default;-webkit-user-select:none;user-select:none}.textLayer .endOfContent.active{top:0}.hiddenCanvasElement{position:absolute;top:0;left:0;width:0;height:0;display:none}:root{--react-pdf-annotation-layer: 1;--annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color: Highlight;--input-focus-outline: 1px solid Canvas;--input-unfocused-border-color: transparent;--input-disabled-border-color: transparent;--input-hover-border-color: black;--link-outline: none}@media screen and (forced-colors: active){:root{--input-focus-border-color: CanvasText;--input-unfocused-border-color: ActiveText;--input-disabled-border-color: GrayText;--input-hover-border-color: Highlight;--link-outline: 1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{position:absolute;width:100%;height:100%}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;margin:0;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{position:absolute;font-size:calc(9px * var(--scale-factor));width:100%;min-width:calc(180px * var(--scale-factor));pointer-events:none}.annotationLayer .popup{position:absolute;max-width:calc(180px * var(--scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor)) #888;border-radius:calc(2px * var(--scale-factor));padding:calc(6px * var(--scale-factor));margin-left:calc(5px * var(--scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popup>*{font-size:calc(9px * var(--scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px * var(--scale-factor))}.annotationLayer .popupContent{border-top:1px solid rgba(51,51,51,1);margin-top:calc(2px * var(--scale-factor));padding-top:calc(2px * var(--scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;user-select:none;pointer-events:none}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}.react-vis-magic-css-import-rule{display:inherit}.rv-treemap{font-size:12px;position:relative}.rv-treemap__leaf{overflow:hidden;position:absolute}.rv-treemap__leaf--circle{align-items:center;border-radius:100%;display:flex;justify-content:center}.rv-treemap__leaf__content{overflow:hidden;padding:10px;text-overflow:ellipsis}.rv-xy-plot{color:#c3c3c3;position:relative}.rv-xy-plot canvas{pointer-events:none}.rv-xy-plot .rv-xy-canvas{pointer-events:none;position:absolute}.rv-xy-plot__inner{display:block}.rv-xy-plot__axis__line{fill:none;stroke-width:2px;stroke:#e6e6e9}.rv-xy-plot__axis__tick__line{stroke:#e6e6e9}.rv-xy-plot__axis__tick__text{fill:#6b6b76;font-size:11px}.rv-xy-plot__axis__title text{fill:#6b6b76;font-size:11px}.rv-xy-plot__grid-lines__line{stroke:#e6e6e9}.rv-xy-plot__circular-grid-lines__line{fill-opacity:0;stroke:#e6e6e9}.rv-xy-plot__series,.rv-xy-plot__series path{pointer-events:all}.rv-xy-plot__series--line{fill:none;stroke:#000;stroke-width:2px}.rv-crosshair{position:absolute;font-size:11px;pointer-events:none}.rv-crosshair__line{background:#47d3d9;width:1px}.rv-crosshair__inner{position:absolute;text-align:left;top:0}.rv-crosshair__inner__content{border-radius:4px;background:#3a3a48;color:#fff;font-size:12px;padding:7px 10px;box-shadow:0 2px 4px #00000080}.rv-crosshair__inner--left{right:4px}.rv-crosshair__inner--right{left:4px}.rv-crosshair__title{font-weight:700;white-space:nowrap}.rv-crosshair__item{white-space:nowrap}.rv-hint{position:absolute;pointer-events:none}.rv-hint__content{border-radius:4px;padding:7px 10px;font-size:12px;background:#3a3a48;box-shadow:0 2px 4px #00000080;color:#fff;text-align:left;white-space:nowrap}.rv-discrete-color-legend{box-sizing:border-box;overflow-y:auto;font-size:12px}.rv-discrete-color-legend.horizontal{white-space:nowrap}.rv-discrete-color-legend-item{color:#3a3a48;border-radius:1px;padding:9px 10px}.rv-discrete-color-legend-item.horizontal{display:inline-block}.rv-discrete-color-legend-item.horizontal .rv-discrete-color-legend-item__title{margin-left:0;display:block}.rv-discrete-color-legend-item__color{display:inline-block;vertical-align:middle;overflow:visible}.rv-discrete-color-legend-item__color__path{stroke:#dcdcdc;stroke-width:2px}.rv-discrete-color-legend-item__title{margin-left:10px}.rv-discrete-color-legend-item.disabled{color:#b8b8b8}.rv-discrete-color-legend-item.clickable{cursor:pointer}.rv-discrete-color-legend-item.clickable:hover{background:#f9f9f9}.rv-search-wrapper{display:flex;flex-direction:column}.rv-search-wrapper__form{flex:0}.rv-search-wrapper__form__input{width:100%;color:#a6a6a5;border:1px solid #e5e5e4;padding:7px 10px;font-size:12px;box-sizing:border-box;border-radius:2px;margin:0 0 9px;outline:0}.rv-search-wrapper__contents{flex:1;overflow:auto}.rv-continuous-color-legend{font-size:12px}.rv-continuous-color-legend .rv-gradient{height:4px;border-radius:2px;margin-bottom:5px}.rv-continuous-size-legend{font-size:12px}.rv-continuous-size-legend .rv-bubbles{text-align:justify;overflow:hidden;margin-bottom:5px;width:100%}.rv-continuous-size-legend .rv-bubble{background:#d8d9dc;display:inline-block;vertical-align:bottom}.rv-continuous-size-legend .rv-spacer{display:inline-block;font-size:0;line-height:0;width:100%}.rv-legend-titles{height:16px;position:relative}.rv-legend-titles__left,.rv-legend-titles__right,.rv-legend-titles__center{position:absolute;white-space:nowrap;overflow:hidden}.rv-legend-titles__center{display:block;text-align:center;width:100%}.rv-legend-titles__right{right:0}.rv-radial-chart .rv-xy-plot__series--label{pointer-events:none}*,:before,:after{--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: rgb(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: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::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: rgb(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: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:currentColor}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family: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,samp,pre{font-family: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;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-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,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}summary::-webkit-details-marker{display:none}input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}*{scrollbar-color:initial;scrollbar-width:initial}html{font-weight:200;color:var(--color-neutral-500);padding-right:0!important}body{font-family:Public Sans,sans-serif}:root{--color-dark: #080e18;--color-p-500: #5a56ec;--color-p-light: #9692f6;--color-negative-100: #f6dcdc;--color-negative-200: #e8a1a2;--color-negative-300: #da6667;--color-negative-400: #c14847;--color-negative-500: #a72a27;--color-neutral-100: #f2f2f2;--color-neutral-150: #e5e5e5;--color-neutral-200: #d7d8d8;--color-neutral-300: #afb0b1;--color-neutral-400: #727375;--color-neutral-500: #545559;--color-neutral-550: #3e3f45;--color-neutral-600: #35363c;--color-neutral-700: #1b1c1f;--color-neutral-800: #010101;--color-neutral-black: #000000;--color-neutral-white: #ffffff;--color-notice-150: #fef1c2;--color-notice-300: #3d2e00;--color-notice-750: #ffc82a;--color-positive-100: #dffbca;--color-s-150: #b3f9e6;--color-s-300: #67d8b2;--color-s-400: #4eac89;--color-s-600: #2a614d;--color-figma-neutral: #78839f;--color-figma-dark: #080e18;--color-figma-neutral-light: #dddddd;--color-figma-neutral-dark: #1c2434;--color-figma-neutral-darker: #161b24;--color-figma-positive: #4adfa7;--color-figma-positive-light: #4ad119;--color-figma-positive-dark: #003d2b;--color-figma-alert: #f7343b;--color-figma-primary-light: #9692f6;--color-figma-primary-dark: #2f285a}:root[class~=dark]{--color-negative-100: #f5787d;--color-negative-200: #c34649;--color-negative-300: #f7343b;--color-negative-400: #e94d51;--color-negative-500: #3d0000;--color-neutral-50: #121926;--color-neutral-100: #1c2434;--color-neutral-150: #262647;--color-neutral-200: #2f285a;--color-neutral-300: #78839f;--color-neutral-400: #93a0c2;--color-neutral-500: #dddddd;--color-neutral-550: #dbdee6;--color-neutral-600: #f2f2f2;--color-neutral-700: #f9f9f9;--color-neutral-800: #ffffff;--color-neutral-white: #080e18;--color-neutral-light: #dddddd;--color-neutral-black: #ffffff;--color-notice-150: #fef1c2;--color-notice-300: #3d2e00;--color-notice-750: #ffc82a;--color-positive-100: #5de90c;--color-s-150: #20765f;--color-s-300: #76bba2;--color-s-400: #4adfa7;--color-s-600: #003d2b;--color-p-500: #5a56ec;--color-p-light: #9692f6;--color-p-dark: #2f285a;--color-dark: #080e18;--color-light: #fff;--color-reminder-dark: #043b4d;--color-reminder-light: #a4e4f8;--color-gradientMargin-light-left: #278e94;--color-gradientMargin-light-right: #34a848;--color-gradientMargin-dark-left: rgba(0, 68, 204);--color-gradientMargin-dark-right: rgba(74, 209, 25);--color-gradientMargin-darker-left: rgba(0, 68, 204, .5);--color-gradientMargin-darker-right: rgba(74, 209, 25, .5);--color-figma-neutral: #78839f;--color-figma-dark: #080e18;--color-figma-neutral-light: #dddddd;--color-figma-neutral-dark: #1c2434;--color-figma-neutral-darker: #161b24;--color-figma-positive: #4adfa7;--color-figma-positive-light: #4ad119;--color-figma-positive-dark: #003d2b;--color-figma-alert: #f7343b;--color-figma-primary-light: #9692f6;--color-figma-primary-dark: #2f285a;--color-figma-toast-info: #0d73f6;--color-figma-toast-warning: #f8b03b}.override-light{--color-dark: #080e18;--color-p-500: #5a56ec;--color-p-light: #9692f6;--color-negative-100: #f6dcdc;--color-negative-200: #e8a1a2;--color-negative-300: #da6667;--color-negative-400: #c14847;--color-negative-500: #a72a27;--color-neutral-100: #f2f2f2;--color-neutral-150: #e5e5e5;--color-neutral-200: #d7d8d8;--color-neutral-300: #afb0b1;--color-neutral-400: #727375;--color-neutral-500: #545559;--color-neutral-550: #3e3f45;--color-neutral-600: #35363c;--color-neutral-700: #1b1c1f;--color-neutral-800: #010101;--color-neutral-black: #000000;--color-neutral-white: #ffffff;--color-notice-150: #fef1c2;--color-notice-300: #3d2e00;--color-notice-750: #ffc82a;--color-positive-100: #dffbca;--color-s-150: #b3f9e6;--color-s-300: #67d8b2;--color-s-400: #4eac89;--color-s-600: #2a614d;--color-figma-neutral: #78839f;--color-figma-dark: #080e18;--color-figma-neutral-light: #dddddd;--color-figma-neutral-dark: #1c2434;--color-figma-neutral-darkest: #161b24;--color-figma-positive: #4adfa7;--color-figma-positive-light: #4ad119;--color-figma-positive-dark: #003d2b;--color-figma-alert: #f7343b;--color-figma-primary-dark: #2f285a}.container{width:100%}@media (min-width: 440px){.container{max-width:440px}}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1440px){.container{max-width:1440px}}@media (min-width: 1536px){.container{max-width:1536px}}@media (min-width: 1920px){.container{max-width:1920px}}.maintenance-placeholder{background:url(https://www.datocms-assets.com/119559/1725556350-gears.png) no-repeat,radial-gradient(44.08% 24.01% at 50% 50%,#141749 0%,#0000 100%),#080e18}body,p{font-family:Public Sans,sans-serif}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.-left-1{left:-.25rem}.-left-2{left:-.5rem}.-top-0\.5{top:-.125rem}.-top-\[24px\]{top:-24px}.bottom-0{bottom:0}.bottom-4{bottom:1rem}.bottom-\[4px\]{bottom:4px}.left-0{left:0}.left-4{left:1rem}.right-0{right:0}.right-1{right:.25rem}.right-4{right:1rem}.right-6{right:1.5rem}.right-\[-10px\]{right:-10px}.right-\[-15px\]{right:-15px}.right-\[-32px\]{right:-32px}.right-\[29px\]{right:29px}.right-\[4px\]{right:4px}.top-0{top:0}.top-1{top:.25rem}.top-10{top:2.5rem}.top-28{top:7rem}.top-4{top:1rem}.top-5{top:1.25rem}.top-\[-15px\]{top:-15px}.top-\[-4px\]{top:-4px}.top-\[1px\]{top:1px}.top-\[36px\]{top:36px}.top-\[3rem\]{top:3rem}.top-\[42px\]{top:42px}.top-\[43px\]{top:43px}.top-\[50px\]{top:50px}.isolate{isolation:isolate}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[-10\]{z-index:-10}.z-\[100\]{z-index:100}.z-\[200\]{z-index:200}.z-\[60\]{z-index:60}.z-\[70\]{z-index:70}.z-toast{z-index:201}.order-first{order:-9999}.col-span-1{grid-column:span 1 / span 1}.col-span-12{grid-column:span 12 / span 12}.col-span-full{grid-column:1 / -1}.m-0{margin:0}.m-1{margin:.25rem}.m-auto{margin:auto}.mx-0\.5{margin-left:.125rem;margin-right:.125rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-8{margin-left:2rem;margin-right:2rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1\.5{margin-top:.375rem;margin-bottom:.375rem}.my-16{margin-top:4rem;margin-bottom:4rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-7{margin-bottom:1.75rem}.mb-8{margin-bottom:2rem}.me-3{margin-inline-end:.75rem}.ml-0\.5{margin-left:.125rem}.ml-1{margin-left:.25rem}.ml-1\.5{margin-left:.375rem}.ml-2{margin-left:.5rem}.ml-5{margin-left:1.25rem}.ml-8{margin-left:2rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-2\.5{margin-right:.625rem}.mr-4{margin-right:1rem}.mr-6{margin-right:1.5rem}.ms-12{margin-inline-start:3rem}.ms-2{margin-inline-start:.5rem}.ms-3{margin-inline-start:.75rem}.ms-4{margin-inline-start:1rem}.ms-auto{margin-inline-start:auto}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-2\.5{margin-top:.625rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-\[3\.75rem\]{margin-top:3.75rem}.mt-auto{margin-top:auto}.box-border{box-sizing:border-box}.box-content{box-sizing:content-box}.block{display:block}.inline-block{display:inline-block}.\!inline{display:inline!important}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.table-cell{display:table-cell}.grid{display:grid}.contents{display:contents}.list-item{display:list-item}.hidden{display:none}.size-12{width:3rem;height:3rem}.size-3{width:.75rem;height:.75rem}.size-4{width:1rem;height:1rem}.size-6{width:1.5rem;height:1.5rem}.\!h-\[calc\(100\%-theme\(\'spacing\.tab-panel\'\)\)\]{height:calc(100% - 43px)!important}.h-1{height:.25rem}.h-1\/3{height:33.333333%}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-24{height:6rem}.h-28{height:7rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-40{height:10rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-56{height:14rem}.h-6{height:1.5rem}.h-60{height:15rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-96{height:24rem}.h-\[100vh\]{height:100vh}.h-\[117px\]{height:117px}.h-\[120px\]{height:120px}.h-\[12px\]{height:12px}.h-\[18px\]{height:18px}.h-\[1px\]{height:1px}.h-\[20px\]{height:20px}.h-\[23px\]{height:23px}.h-\[245px\]{height:245px}.h-\[24px\]{height:24px}.h-\[250px\]{height:250px}.h-\[25px\]{height:25px}.h-\[290px\]{height:290px}.h-\[2px\]{height:2px}.h-\[3\.75rem\]{height:3.75rem}.h-\[32px\]{height:32px}.h-\[350px\]{height:350px}.h-\[36px\]{height:36px}.h-\[40px\]{height:40px}.h-\[43px\]{height:43px}.h-\[48px\]{height:48px}.h-\[60rem\]{height:60rem}.h-\[6px\]{height:6px}.h-\[8px\]{height:8px}.h-\[98px\]{height:98px}.h-\[calc\(100\%-45px\)\]{height:calc(100% - 45px)}.h-\[calc\(100\%-90px\)\]{height:calc(100% - 90px)}.h-\[calc\(100\%-theme\(\'spacing\.tab-panel\'\)\)\]{height:calc(100% - 43px)}.h-\[calc\(100vh-theme\(space\.14\)\)\]{height:calc(100vh - 3.5rem)}.h-dvh{height:100dvh}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.max-h-20{max-height:5rem}.max-h-4{max-height:1rem}.max-h-96{max-height:24rem}.max-h-\[180px\]{max-height:180px}.max-h-\[240px\]{max-height:240px}.max-h-\[60px\]{max-height:60px}.max-h-\[98vh\]{max-height:98vh}.max-h-\[calc\(100lvh-200px\)\]{max-height:calc(100lvh - 200px)}.max-h-\[calc\(100vh-150px\)\]{max-height:calc(100vh - 150px)}.max-h-\[calc\(100vh-5rem\)\]{max-height:calc(100vh - 5rem)}.max-h-full{max-height:100%}.max-h-screen{max-height:100vh}.min-h-\[40px\]{min-height:40px}.min-h-\[50px\]{min-height:50px}.min-h-full{min-height:100%}.w-0{width:0px}.w-1\/2{width:50%}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-11\/12{width:91.666667%}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-20{width:5rem}.w-24{width:6rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-36{width:9rem}.w-4{width:1rem}.w-44{width:11rem}.w-5{width:1.25rem}.w-52{width:13rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-\[100px\]{width:100px}.w-\[120px\]{width:120px}.w-\[12px\]{width:12px}.w-\[18px\]{width:18px}.w-\[194px\]{width:194px}.w-\[195px\]{width:195px}.w-\[24px\]{width:24px}.w-\[250px\]{width:250px}.w-\[276px\]{width:276px}.w-\[300px\]{width:300px}.w-\[324px\]{width:324px}.w-\[32px\]{width:32px}.w-\[340px\]{width:340px}.w-\[344px\]{width:344px}.w-\[38\.75rem\]{width:38.75rem}.w-\[400px\]{width:400px}.w-\[40px\]{width:40px}.w-\[420px\]{width:420px}.w-\[65\%\]{width:65%}.w-\[6px\]{width:6px}.w-\[72px\]{width:72px}.w-\[calc\(100vw-20px\)\]{width:calc(100vw - 20px)}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-max{width:max-content}.w-min{width:min-content}.w-px{width:1px}.w-screen{width:100vw}.min-w-40{min-width:10rem}.min-w-\[247px\]{min-width:247px}.min-w-\[76px\]{min-width:76px}.min-w-full{min-width:100%}.max-w-\[213px\]{max-width:213px}.max-w-\[257px\]{max-width:257px}.max-w-\[260px\]{max-width:260px}.max-w-\[290px\]{max-width:290px}.max-w-\[450px\]{max-width:450px}.max-w-\[625px\]{max-width:625px}.max-w-\[650px\]{max-width:650px}.max-w-\[800px\]{max-width:800px}.max-w-screen-2xl{max-width:1536px}.flex-1{flex:1 1 0%}.flex-shrink{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.basis-1\/2{flex-basis:50%}.basis-1\/4{flex-basis:25%}.table-fixed{table-layout:fixed}.border-collapse{border-collapse:collapse}.border-separate{border-collapse:separate}.border-spacing-0{--tw-border-spacing-x: 0px;--tw-border-spacing-y: 0px;border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y)}.origin-center{transform-origin:center}.origin-top-left{transform-origin:top left}.-translate-y-2{--tw-translate-y: -.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-1{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-8{--tw-translate-x: 2rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-1{--tw-translate-y: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[-0\.4rem\]{--tw-translate-y: -.4rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-45{--tw-rotate: -45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-90{--tw-rotate: -90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-45{--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[-90deg\]{--tw-rotate: -90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[90deg\]{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-0{--tw-scale-x: 0;--tw-scale-y: 0;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-75{--tw-scale-x: .75;--tw-scale-y: .75;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-x-0{--tw-scale-x: 0;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform-none{transform:none}@keyframes activity{0%{stroke-dasharray:150,0;stroke-dashoffset:0}25%{stroke-dasharray:50,150;stroke-dashoffset:-75}50%{stroke-dasharray:1,150;stroke-dashoffset:-130}75%{stroke-dasharray:90,150;stroke-dashoffset:-225}to{stroke-dasharray:150,150;stroke-dashoffset:-280}}.animate-activity{animation:activity 3s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-bounce{animation:bounce 1s infinite}@keyframes progress{0%{left:-50%}to{left:100%}}.animate-progress{animation:progress 1.5s ease-in infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1.5s linear infinite}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.touch-auto{touch-action:auto}.select-none{-webkit-user-select:none;user-select:none}.resize-none{resize:none}.resize{resize:both}.list-none{list-style-type:none}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.auto-cols-min{grid-auto-columns:min-content}.grid-flow-col{grid-auto-flow:column}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}.grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.content-center{align-content:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-stretch{justify-content:stretch}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-16{gap:4rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-28{gap:7rem}.gap-3{gap:.75rem}.gap-3\.5{gap:.875rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-\[6px\]{gap:6px}.gap-x-1{column-gap:.25rem}.gap-x-1\.5{column-gap:.375rem}.gap-x-10{column-gap:2.5rem}.gap-x-2{column-gap:.5rem}.gap-x-2\.5{column-gap:.625rem}.gap-x-3{column-gap:.75rem}.gap-x-4{column-gap:1rem}.gap-x-6{column-gap:1.5rem}.gap-y-0\.5{row-gap:.125rem}.gap-y-1{row-gap:.25rem}.gap-y-10{row-gap:2.5rem}.gap-y-2{row-gap:.5rem}.gap-y-20{row-gap:5rem}.gap-y-3{row-gap:.75rem}.gap-y-4{row-gap:1rem}.gap-y-6{row-gap:1.5rem}.gap-y-8{row-gap:2rem}.gap-y-\[22px\]{row-gap:22px}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-dashed>:not([hidden])~:not([hidden]){border-style:dashed}.divide-Border-quinary>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(28 34 45 / var(--tw-divide-opacity, 1))}.divide-neutral-200>:not([hidden])~:not([hidden]){border-color:var(--color-neutral-200)}.self-end{align-self:flex-end}.self-stretch{align-self:stretch}.justify-self-end{justify-self:end}.justify-self-stretch{justify-self:stretch}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.\!overflow-y-auto{overflow-y:auto!important}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.overflow-y-scroll{overflow-y:scroll}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.text-wrap{text-wrap:wrap}.text-nowrap{text-wrap:nowrap}.text-pretty{text-wrap:pretty}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.\!rounded{border-radius:.25rem!important}.rounded{border-radius:.25rem}.rounded-\[10px\]{border-radius:10px}.rounded-\[4px\]{border-radius:4px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}.rounded-b{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-b-md{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-l{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-tl-\[0\.625rem\]{border-top-left-radius:.625rem}.rounded-tr-\[0\.625rem\]{border-top-right-radius:.625rem}.\!border-0{border-width:0px!important}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-4{border-width:4px}.border-\[1px\]{border-width:1px}.border-x{border-left-width:1px;border-right-width:1px}.border-y{border-top-width:1px;border-bottom-width:1px}.border-b{border-bottom-width:1px}.border-b-0{border-bottom-width:0px}.border-b-2{border-bottom-width:2px}.border-l{border-left-width:1px}.border-l-2{border-left-width:2px}.border-l-\[10px\]{border-left-width:10px}.border-l-\[1px\]{border-left-width:1px}.border-r{border-right-width:1px}.border-s{border-inline-start-width:1px}.border-t{border-top-width:1px}.border-t-0{border-top-width:0px}.border-t-2{border-top-width:2px}.border-t-\[1px\]{border-top-width:1px}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-none{border-style:none}.\!border-brand-400{--tw-border-opacity: 1 !important;border-color:rgb(90 86 236 / var(--tw-border-opacity, 1))!important}.border-Background-quaternary,.border-Border-quaternary{--tw-border-opacity: 1;border-color:rgb(49 59 76 / var(--tw-border-opacity, 1))}.border-Border-quinary{--tw-border-opacity: 1;border-color:rgb(28 34 45 / var(--tw-border-opacity, 1))}.border-Brand-primary{--tw-border-opacity: 1;border-color:rgb(90 86 236 / var(--tw-border-opacity, 1))}.border-\[\#092a3b\]{--tw-border-opacity: 1;border-color:rgb(9 42 59 / var(--tw-border-opacity, 1))}.border-\[\#242530\]{--tw-border-opacity: 1;border-color:rgb(36 37 48 / var(--tw-border-opacity, 1))}.border-\[\#333333\]{--tw-border-opacity: 1;border-color:rgb(51 51 51 / var(--tw-border-opacity, 1))}.border-\[\#4A566B\]{--tw-border-opacity: 1;border-color:rgb(74 86 107 / var(--tw-border-opacity, 1))}.border-\[\#55B7A0\]{--tw-border-opacity: 1;border-color:rgb(85 183 160 / var(--tw-border-opacity, 1))}.border-\[\#90A4AE\]{--tw-border-opacity: 1;border-color:rgb(144 164 174 / var(--tw-border-opacity, 1))}.border-\[\#DDE0E5\]{--tw-border-opacity: 1;border-color:rgb(221 224 229 / var(--tw-border-opacity, 1))}.border-\[\#e8a1a2\]{--tw-border-opacity: 1;border-color:rgb(232 161 162 / var(--tw-border-opacity, 1))}.border-\[rgba\(255\,255\,255\,0\.15\)\]{border-color:#ffffff26}.border-brand-400{--tw-border-opacity: 1;border-color:rgb(90 86 236 / var(--tw-border-opacity, 1))}.border-error-300{--tw-border-opacity: 1;border-color:rgb(241 51 66 / var(--tw-border-opacity, 1))}.border-figma-neutral-dark{border-color:var(--color-figma-neutral-dark)}.border-negative-300{border-color:var(--color-negative-300)}.border-negative-400{--tw-border-opacity: 1;border-color:rgb(224 27 37 / var(--tw-border-opacity, 1))}.border-negative-500{border-color:var(--color-negative-500)}.border-neutral-100{border-color:var(--color-neutral-100)}.border-neutral-150{border-color:var(--color-neutral-150)}.border-neutral-200{border-color:var(--color-neutral-200)}.border-neutral-250{--tw-border-opacity: 1;border-color:rgb(201 207 227 / var(--tw-border-opacity, 1))}.border-neutral-300{border-color:var(--color-neutral-300)}.border-neutral-350{--tw-border-opacity: 1;border-color:rgb(145 150 170 / var(--tw-border-opacity, 1))}.border-neutral-400{border-color:var(--color-neutral-400)}.border-neutral-450{--tw-border-opacity: 1;border-color:rgb(85 91 113 / var(--tw-border-opacity, 1))}.border-neutral-500{border-color:var(--color-neutral-500)}.border-notice-300{border-color:var(--color-notice-300)}.border-p-500{border-color:var(--color-p-500)}.border-p-dark{border-color:var(--color-p-dark)}.border-positive-450{--tw-border-opacity: 1;border-color:rgb(61 154 7 / var(--tw-border-opacity, 1))}.border-positive-700{--tw-border-opacity: 1;border-color:rgb(23 58 3 / var(--tw-border-opacity, 1))}.border-primary-150{--tw-border-opacity: 1;border-color:rgb(226 221 248 / var(--tw-border-opacity, 1))}.border-primary-300{--tw-border-opacity: 1;border-color:rgb(168 152 234 / var(--tw-border-opacity, 1))}.border-primary-500{--tw-border-opacity: 1;border-color:rgb(87 58 230 / var(--tw-border-opacity, 1))}.border-primary-550{--tw-border-opacity: 1;border-color:rgb(69 42 203 / var(--tw-border-opacity, 1))}.border-primary-600{--tw-border-opacity: 1;border-color:rgb(57 35 169 / var(--tw-border-opacity, 1))}.border-primary-800{--tw-border-opacity: 1;border-color:rgb(5 0 27 / var(--tw-border-opacity, 1))}.border-slate-500{--tw-border-opacity: 1;border-color:rgb(74 86 107 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.border-b-Background-quaternary{--tw-border-opacity: 1;border-bottom-color:rgb(49 59 76 / var(--tw-border-opacity, 1))}.border-b-Border-quinary,.border-b-\[\#1C222D\]{--tw-border-opacity: 1;border-bottom-color:rgb(28 34 45 / var(--tw-border-opacity, 1))}.border-b-neutral-200{border-bottom-color:var(--color-neutral-200)}.border-l-Border-quinary{--tw-border-opacity: 1;border-left-color:rgb(28 34 45 / var(--tw-border-opacity, 1))}.border-l-Brand-primary{--tw-border-opacity: 1;border-left-color:rgb(90 86 236 / var(--tw-border-opacity, 1))}.border-l-negative-300{border-left-color:var(--color-negative-300)}.border-l-notice-750{border-left-color:var(--color-notice-750)}.border-l-reminder-light{border-left-color:var(--color-reminder-light)}.border-l-s-400{border-left-color:var(--color-s-400)}.border-r-Border-quinary{--tw-border-opacity: 1;border-right-color:rgb(28 34 45 / var(--tw-border-opacity, 1))}.border-t-Border-quinary{--tw-border-opacity: 1;border-top-color:rgb(28 34 45 / var(--tw-border-opacity, 1))}.border-t-\[\#242530\]{--tw-border-opacity: 1;border-top-color:rgb(36 37 48 / var(--tw-border-opacity, 1))}.bg-Background-dark{--tw-bg-opacity: 1;background-color:rgb(27 34 45 / var(--tw-bg-opacity, 1))}.bg-Background-quaternary{--tw-bg-opacity: 1;background-color:rgb(49 59 76 / var(--tw-bg-opacity, 1))}.bg-Background-quinary{--tw-bg-opacity: 1;background-color:rgb(17 23 36 / var(--tw-bg-opacity, 1))}.bg-Background-secondary{--tw-bg-opacity: 1;background-color:rgb(12 18 28 / var(--tw-bg-opacity, 1))}.bg-Background-tertiary{--tw-bg-opacity: 1;background-color:rgb(28 34 45 / var(--tw-bg-opacity, 1))}.bg-\[\#00000050\]{background-color:#00000050}.bg-\[\#000000EE\]{background-color:#000e}.bg-\[\#070E18\]{--tw-bg-opacity: 1;background-color:rgb(7 14 24 / var(--tw-bg-opacity, 1))}.bg-\[\#084387\]{--tw-bg-opacity: 1;background-color:rgb(8 67 135 / var(--tw-bg-opacity, 1))}.bg-\[\#104a6b\]{--tw-bg-opacity: 1;background-color:rgb(16 74 107 / var(--tw-bg-opacity, 1))}.bg-\[\#2C2D3B\]{--tw-bg-opacity: 1;background-color:rgb(44 45 59 / var(--tw-bg-opacity, 1))}.bg-\[\#444444\]{--tw-bg-opacity: 1;background-color:rgb(68 68 68 / var(--tw-bg-opacity, 1))}.bg-\[\#4CAF50\]{--tw-bg-opacity: 1;background-color:rgb(76 175 80 / var(--tw-bg-opacity, 1))}.bg-\[\#595754\]{--tw-bg-opacity: 1;background-color:rgb(89 87 84 / var(--tw-bg-opacity, 1))}.bg-\[\#5A56EC\]{--tw-bg-opacity: 1;background-color:rgb(90 86 236 / var(--tw-bg-opacity, 1))}.bg-\[\#F44336\]{--tw-bg-opacity: 1;background-color:rgb(244 67 54 / var(--tw-bg-opacity, 1))}.bg-\[\#F9FAFB\]{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-\[rgba\(10\,10\,10\,0\.4\)\]{background-color:#0a0a0a66}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-black\/10{background-color:#0000001a}.bg-brand-500{--tw-bg-opacity: 1;background-color:rgb(71 68 186 / var(--tw-bg-opacity, 1))}.bg-brandAlt-400{--tw-bg-opacity: 1;background-color:rgb(188 229 5 / var(--tw-bg-opacity, 1))}.bg-dark{background-color:var(--color-dark)}.bg-error-secondary{--tw-bg-opacity: 1;background-color:rgb(51 10 16 / var(--tw-bg-opacity, 1))}.bg-figma-alert{background-color:var(--color-figma-alert)}.bg-figma-neutral-darker{background-color:var(--color-figma-neutral-darker)}.bg-figma-positive{background-color:var(--color-figma-positive)}.bg-figma-toast-info{background-color:var(--color-figma-toast-info)}.bg-figma-toast-warning{background-color:var(--color-figma-toast-warning)}.bg-info-secondary{--tw-bg-opacity: 1;background-color:rgb(6 25 58 / var(--tw-bg-opacity, 1))}.bg-light{background-color:var(--color-light)}.bg-negative-100{background-color:var(--color-negative-100)}.bg-negative-200{--tw-bg-opacity: 1;background-color:rgb(242 146 151 / var(--tw-bg-opacity, 1))}.bg-negative-300{background-color:var(--color-negative-300)}.bg-negative-450{--tw-bg-opacity: 1;background-color:rgb(200 24 32 / var(--tw-bg-opacity, 1))}.bg-negative-500{background-color:var(--color-negative-500)}.bg-neutral-100{background-color:var(--color-neutral-100)}.bg-neutral-150{background-color:var(--color-neutral-150)}.bg-neutral-200{background-color:var(--color-neutral-200)}.bg-neutral-250{--tw-bg-opacity: 1;background-color:rgb(201 207 227 / var(--tw-bg-opacity, 1))}.bg-neutral-300{background-color:var(--color-neutral-300)}.bg-neutral-350{--tw-bg-opacity: 1;background-color:rgb(145 150 170 / var(--tw-bg-opacity, 1))}.bg-neutral-50{background-color:var(--color-neutral-50)}.bg-neutral-500{background-color:var(--color-neutral-500)}.bg-neutral-600{background-color:var(--color-neutral-600)}.bg-neutral-700{background-color:var(--color-neutral-700)}.bg-neutral-800{background-color:var(--color-neutral-800)}.bg-neutral-black{background-color:var(--color-neutral-black)}.bg-neutral-white{background-color:var(--color-neutral-white)}.bg-notice-100{--tw-bg-opacity: 1;background-color:rgb(255 244 214 / var(--tw-bg-opacity, 1))}.bg-notice-300{background-color:var(--color-notice-300)}.bg-notice-350{--tw-bg-opacity: 1;background-color:rgb(254 192 8 / var(--tw-bg-opacity, 1))}.bg-notice-400{--tw-bg-opacity: 1;background-color:rgb(244 182 1 / var(--tw-bg-opacity, 1))}.bg-notice-750{background-color:var(--color-notice-750)}.bg-orderForm-buttonBackground{--tw-bg-opacity: 1;background-color:rgb(17 23 36 / var(--tw-bg-opacity, 1))}.bg-orderForm-buyBackground{--tw-bg-opacity: 1;background-color:rgb(0 61 43 / var(--tw-bg-opacity, 1))}.bg-orderForm-sellBackground{--tw-bg-opacity: 1;background-color:rgb(61 0 0 / var(--tw-bg-opacity, 1))}.bg-p-500{background-color:var(--color-p-500)}.bg-positive-100{background-color:var(--color-positive-100)}.bg-positive-200{--tw-bg-opacity: 1;background-color:rgb(165 247 120 / var(--tw-bg-opacity, 1))}.bg-positive-300{--tw-bg-opacity: 1;background-color:rgb(91 231 12 / var(--tw-bg-opacity, 1))}.bg-positive-350{--tw-bg-opacity: 1;background-color:rgb(83 212 13 / var(--tw-bg-opacity, 1))}.bg-positive-450{--tw-bg-opacity: 1;background-color:rgb(61 154 7 / var(--tw-bg-opacity, 1))}.bg-positive-50{--tw-bg-opacity: 1;background-color:rgb(241 254 235 / var(--tw-bg-opacity, 1))}.bg-positive-500{--tw-bg-opacity: 1;background-color:rgb(51 135 8 / var(--tw-bg-opacity, 1))}.bg-primary-100{--tw-bg-opacity: 1;background-color:rgb(240 238 252 / var(--tw-bg-opacity, 1))}.bg-primary-50{--tw-bg-opacity: 1;background-color:rgb(247 246 255 / var(--tw-bg-opacity, 1))}.bg-primary-500{--tw-bg-opacity: 1;background-color:rgb(87 58 230 / var(--tw-bg-opacity, 1))}.bg-primary-600{--tw-bg-opacity: 1;background-color:rgb(57 35 169 / var(--tw-bg-opacity, 1))}.bg-reminder-dark{background-color:var(--color-reminder-dark)}.bg-reminder-light{background-color:var(--color-reminder-light)}.bg-s-150{background-color:var(--color-s-150)}.bg-s-400{background-color:var(--color-s-400)}.bg-s-600{background-color:var(--color-s-600)}.bg-secondary-400{--tw-bg-opacity: 1;background-color:rgb(5 174 135 / var(--tw-bg-opacity, 1))}.bg-slate-600{--tw-bg-opacity: 1;background-color:rgb(49 59 76 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-warning-secondary{--tw-bg-opacity: 1;background-color:rgb(61 46 0 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-none{background-image:none}.from-Brand-primary\/30{--tw-gradient-from: rgb(90 86 236 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(90 86 236 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-dark{--tw-gradient-from: var(--color-dark) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-10\%{--tw-gradient-from-position: 10%}.via-transparent{--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-50\%{--tw-gradient-via-position: 50%}.to-Brand-primary\/0{--tw-gradient-to: rgb(90 86 236 / 0) var(--tw-gradient-to-position)}.to-dark{--tw-gradient-to: var(--color-dark) var(--tw-gradient-to-position)}.to-90\%{--tw-gradient-to-position: 90%}.fill-none{fill:none}.stroke-current{stroke:currentColor}.stroke-neutral-200{stroke:var(--color-neutral-200)}.stroke-positive-500{stroke:#338708}.stroke-1{stroke-width:1}.stroke-\[8px\]{stroke-width:8px}.object-cover{object-fit:cover}.p-0{padding:0}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-10{padding:2.5rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-0{padding-left:0;padding-right:0}.px-0\.5{padding-left:.125rem;padding-right:.125rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[1\.125rem\]{padding-left:1.125rem;padding-right:1.125rem}.px-\[10px\]{padding-left:10px;padding-right:10px}.px-\[12px\]{padding-left:12px;padding-right:12px}.px-\[14px\]{padding-left:14px;padding-right:14px}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-\[10px\]{padding-top:10px;padding-bottom:10px}.py-\[15px\]{padding-top:15px;padding-bottom:15px}.py-\[3px\]{padding-top:3px;padding-bottom:3px}.py-\[4px\]{padding-top:4px;padding-bottom:4px}.py-\[7px\]{padding-top:7px;padding-bottom:7px}.py-\[9px\]{padding-top:9px;padding-bottom:9px}.pb-0\.5{padding-bottom:.125rem}.pb-1{padding-bottom:.25rem}.pb-10{padding-bottom:2.5rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pb-7{padding-bottom:1.75rem}.pb-8{padding-bottom:2rem}.pb-\[1px\]{padding-bottom:1px}.pb-\[4px\]{padding-bottom:4px}.pb-\[9px\]{padding-bottom:9px}.pe-0\.5{padding-inline-end:.125rem}.pe-2{padding-inline-end:.5rem}.pe-4{padding-inline-end:1rem}.pe-6{padding-inline-end:1.5rem}.pl-0{padding-left:0}.pl-1{padding-left:.25rem}.pl-1\.5{padding-left:.375rem}.pl-2{padding-left:.5rem}.pl-4{padding-left:1rem}.pl-6{padding-left:1.5rem}.pl-7{padding-left:1.75rem}.pl-9{padding-left:2.25rem}.pl-\[10px\]{padding-left:10px}.pl-\[25px\]{padding-left:25px}.pr-0\.5{padding-right:.125rem}.pr-1\.5{padding-right:.375rem}.pr-10{padding-right:2.5rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-5{padding-right:1.25rem}.pr-8{padding-right:2rem}.ps-16{padding-inline-start:4rem}.ps-2{padding-inline-start:.5rem}.ps-3{padding-inline-start:.75rem}.ps-4{padding-inline-start:1rem}.ps-5{padding-inline-start:1.25rem}.ps-9{padding-inline-start:2.25rem}.pt-1{padding-top:.25rem}.pt-10{padding-top:2.5rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.pt-7{padding-top:1.75rem}.pt-8{padding-top:2rem}.pt-\[1rem\]{padding-top:1rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle}.font-body{font-family:Public Sans,sans-serif}.font-footer{font-family:Epilogue,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.font-heading{font-family:Sharp Grotesk,sans-serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-3xs{font-size:.5rem;line-height:.625}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-\[1\.125rem\]{font-size:1.125rem}.text-\[10px\]{font-size:10px}.text-\[12px\]{font-size:12px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-\[16px\]{font-size:16px}.text-\[18px\]{font-size:18px}.text-\[30px\]{font-size:30px}.text-\[8px\]{font-size:8px}.text-base{font-size:1rem;line-height:1.125rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.125rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1.125rem}.text-xxs{font-size:.625rem;line-height:.75rem}.font-\[500\]{font-weight:500}.font-black{font-weight:900}.font-bold{font-weight:600}.font-bolder{font-weight:700}.font-extralight{font-weight:200}.font-medium{font-weight:400}.font-normal{font-weight:200}.font-semibold{font-weight:500}.font-thin{font-weight:100}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.tabular-nums{--tw-numeric-spacing: tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.\!leading-none{line-height:1!important}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-\[0\.875rem\]{line-height:.875rem}.leading-\[1\.125rem\]{line-height:1.125rem}.leading-\[1\.5\]{line-height:1.5}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-\[0\.56px\]{letter-spacing:.56px}.tracking-\[0\.6px\]{letter-spacing:.6px}.tracking-normal{letter-spacing:0em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.\!text-Brand-primary{--tw-text-opacity: 1 !important;color:rgb(90 86 236 / var(--tw-text-opacity, 1))!important}.\!text-neutral-100{color:var(--color-neutral-100)!important}.text-Border-tertiary{--tw-text-opacity: 1;color:rgb(110 123 145 / var(--tw-text-opacity, 1))}.text-Brand-primary{--tw-text-opacity: 1;color:rgb(90 86 236 / var(--tw-text-opacity, 1))}.text-Text-primary{--tw-text-opacity: 1;color:rgb(242 246 255 / var(--tw-text-opacity, 1))}.text-Text-secondary{--tw-text-opacity: 1;color:rgb(142 155 178 / var(--tw-text-opacity, 1))}.text-Text-tertiary{--tw-text-opacity: 1;color:rgb(110 123 145 / var(--tw-text-opacity, 1))}.text-\[\#016FFE\]{--tw-text-opacity: 1;color:rgb(1 111 254 / var(--tw-text-opacity, 1))}.text-\[\#104a6b\]{--tw-text-opacity: 1;color:rgb(16 74 107 / var(--tw-text-opacity, 1))}.text-\[\#1D82FB\]{--tw-text-opacity: 1;color:rgb(29 130 251 / var(--tw-text-opacity, 1))}.text-\[\#263238\]{--tw-text-opacity: 1;color:rgb(38 50 56 / var(--tw-text-opacity, 1))}.text-\[\#404040\]{--tw-text-opacity: 1;color:rgb(64 64 64 / var(--tw-text-opacity, 1))}.text-\[\#607D8B\]{--tw-text-opacity: 1;color:rgb(96 125 139 / var(--tw-text-opacity, 1))}.text-\[\#8E9BB2\]{--tw-text-opacity: 1;color:rgb(142 155 178 / var(--tw-text-opacity, 1))}.text-\[\#93A0C2\]{--tw-text-opacity: 1;color:rgb(147 160 194 / var(--tw-text-opacity, 1))}.text-\[\#9692F6\]{--tw-text-opacity: 1;color:rgb(150 146 246 / var(--tw-text-opacity, 1))}.text-\[\#AAAAAA\]{--tw-text-opacity: 1;color:rgb(170 170 170 / var(--tw-text-opacity, 1))}.text-\[\#B8B6B3\]{--tw-text-opacity: 1;color:rgb(184 182 179 / var(--tw-text-opacity, 1))}.text-\[\#EDECEA\]{--tw-text-opacity: 1;color:rgb(237 236 234 / var(--tw-text-opacity, 1))}.text-brand-300{--tw-text-opacity: 1;color:rgb(110 108 238 / var(--tw-text-opacity, 1))}.text-brand-400{--tw-text-opacity: 1;color:rgb(90 86 236 / var(--tw-text-opacity, 1))}.text-dark{color:var(--color-dark)}.text-error-300,.text-error-primary{--tw-text-opacity: 1;color:rgb(241 51 66 / var(--tw-text-opacity, 1))}.text-figma-neutral{color:var(--color-figma-neutral)}.text-figma-neutral-dark{color:var(--color-figma-neutral-dark)}.text-info-primary{--tw-text-opacity: 1;color:rgb(1 111 254 / var(--tw-text-opacity, 1))}.text-inherit{color:inherit}.text-light{color:var(--color-light)}.text-negative-100{color:var(--color-negative-100)}.text-negative-300{color:var(--color-negative-300)}.text-negative-350{--tw-text-opacity: 1;color:rgb(230 55 64 / var(--tw-text-opacity, 1))}.text-negative-400{--tw-text-opacity: 1;color:rgb(224 27 37 / var(--tw-text-opacity, 1))}.text-negative-450{--tw-text-opacity: 1;color:rgb(200 24 32 / var(--tw-text-opacity, 1))}.text-negative-500{color:var(--color-negative-500)}.text-neutral-200{color:var(--color-neutral-200)}.text-neutral-250{--tw-text-opacity: 1;color:rgb(201 207 227 / var(--tw-text-opacity, 1))}.text-neutral-300{color:var(--color-neutral-300)}.text-neutral-350{--tw-text-opacity: 1;color:rgb(145 150 170 / var(--tw-text-opacity, 1))}.text-neutral-400{color:var(--color-neutral-400)}.text-neutral-450{--tw-text-opacity: 1;color:rgb(85 91 113 / var(--tw-text-opacity, 1))}.text-neutral-50{color:var(--color-neutral-50)}.text-neutral-500{color:var(--color-neutral-500)}.text-neutral-550{color:var(--color-neutral-550)}.text-neutral-600{color:var(--color-neutral-600)}.text-neutral-700{color:var(--color-neutral-700)}.text-neutral-750{--tw-text-opacity: 1;color:rgb(15 16 20 / var(--tw-text-opacity, 1))}.text-neutral-800{color:var(--color-neutral-800)}.text-neutral-black{color:var(--color-neutral-black)}.text-neutral-light{color:var(--color-neutral-light)}.text-neutral-white{color:var(--color-neutral-white)}.text-notice-400{--tw-text-opacity: 1;color:rgb(244 182 1 / var(--tw-text-opacity, 1))}.text-notice-600{--tw-text-opacity: 1;color:rgb(142 107 0 / var(--tw-text-opacity, 1))}.text-notice-750{color:var(--color-notice-750)}.text-orderForm-buyText{--tw-text-opacity: 1;color:rgb(74 223 167 / var(--tw-text-opacity, 1))}.text-orderForm-sellText{--tw-text-opacity: 1;color:rgb(245 120 125 / var(--tw-text-opacity, 1))}.text-p-light{color:var(--color-p-light)}.text-positive-350{--tw-text-opacity: 1;color:rgb(83 212 13 / var(--tw-text-opacity, 1))}.text-positive-450{--tw-text-opacity: 1;color:rgb(61 154 7 / var(--tw-text-opacity, 1))}.text-positive-500{--tw-text-opacity: 1;color:rgb(51 135 8 / var(--tw-text-opacity, 1))}.text-positive-600{--tw-text-opacity: 1;color:rgb(36 96 5 / var(--tw-text-opacity, 1))}.text-positive-800{--tw-text-opacity: 1;color:rgb(7 19 2 / var(--tw-text-opacity, 1))}.text-primary-500{--tw-text-opacity: 1;color:rgb(87 58 230 / var(--tw-text-opacity, 1))}.text-primary-600{--tw-text-opacity: 1;color:rgb(57 35 169 / var(--tw-text-opacity, 1))}.text-s-400{color:var(--color-s-400)}.text-secondary-400{--tw-text-opacity: 1;color:rgb(5 174 135 / var(--tw-text-opacity, 1))}.text-slate-25{--tw-text-opacity: 1;color:rgb(242 246 255 / var(--tw-text-opacity, 1))}.text-slate-300{--tw-text-opacity: 1;color:rgb(142 155 178 / var(--tw-text-opacity, 1))}.text-slate-900{--tw-text-opacity: 1;color:rgb(8 14 24 / var(--tw-text-opacity, 1))}.text-warning-primary{--tw-text-opacity: 1;color:rgb(255 174 0 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.no-underline{text-decoration-line:none}.underline-offset-2{text-underline-offset:2px}.underline-offset-4{text-underline-offset:4px}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-20{opacity:.2}.opacity-30{opacity:.3}.opacity-35{opacity:.35}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.mix-blend-multiply{mix-blend-mode:multiply}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[-20px_0px_30px_-7px_\#080E18\]{--tw-shadow: -20px 0px 30px -7px #080E18;--tw-shadow-colored: -20px 0px 30px -7px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[4px_4px_8px_rgba\(0\,0\,0\,0\.04\)\]{--tw-shadow: 4px 4px 8px rgba(0,0,0,.04);--tw-shadow-colored: 4px 4px 8px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-close{--tw-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);--tw-shadow-colored: 0px 4px 4px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-dropdown{--tw-shadow: 0px 12px 16px -4px #121321CC, 0px 4px 6px -2px #12132108;--tw-shadow-colored: 0px 12px 16px -4px var(--tw-shadow-color), 0px 4px 6px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-inner{--tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / .05);--tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-neutral-500{--tw-shadow-color: var(--color-neutral-500);--tw-shadow: var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.outline-0{outline-width:0px}.outline-2{outline-width:2px}.outline-offset-0{outline-offset:0px}.outline-transparent{outline-color:transparent}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-0{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-4{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-inset{--tw-ring-inset: inset}.ring-Background-quaternary{--tw-ring-opacity: 1;--tw-ring-color: rgb(49 59 76 / var(--tw-ring-opacity, 1))}.ring-\[\#5A56EC\]{--tw-ring-opacity: 1;--tw-ring-color: rgb(90 86 236 / var(--tw-ring-opacity, 1))}.ring-brand-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(71 68 186 / var(--tw-ring-opacity, 1))}.ring-brandAlt-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(188 229 5 / var(--tw-ring-opacity, 1))}.ring-negative-300{--tw-ring-color: var(--color-negative-300)}.ring-negative-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(224 27 37 / var(--tw-ring-opacity, 1))}.ring-negative-500{--tw-ring-color: var(--color-negative-500)}.ring-negative-700{--tw-ring-opacity: 1;--tw-ring-color: rgb(91 10 15 / var(--tw-ring-opacity, 1))}.ring-neutral-100{--tw-ring-color: var(--color-neutral-100)}.ring-neutral-150{--tw-ring-color: var(--color-neutral-150)}.ring-neutral-200{--tw-ring-color: var(--color-neutral-200)}.ring-p-500{--tw-ring-color: var(--color-p-500)}.ring-p-dark{--tw-ring-color: var(--color-p-dark)}.ring-positive-200\/30{--tw-ring-color: rgb(165 247 120 / .3)}.ring-primary-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(87 58 230 / var(--tw-ring-opacity, 1))}.ring-primary-600{--tw-ring-opacity: 1;--tw-ring-color: rgb(57 35 169 / var(--tw-ring-opacity, 1))}.ring-primary-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(5 0 27 / var(--tw-ring-opacity, 1))}.ring-offset-2{--tw-ring-offset-width: 2px}.ring-offset-primary-100{--tw-ring-offset-color: #F0EEFC}.blur{--tw-blur: blur(8px);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)}.blur-sm{--tw-blur: blur(4px);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)}.drop-shadow-2xl{--tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / .15));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)}.drop-shadow-lg{--tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / .04)) drop-shadow(0 4px 3px rgb(0 0 0 / .1));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)}.drop-shadow-md{--tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / .07)) drop-shadow(0 2px 2px rgb(0 0 0 / .06));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)}.drop-shadow-xl{--tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / .03)) drop-shadow(0 8px 5px rgb(0 0 0 / .08));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)}.invert{--tw-invert: invert(100%);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)}.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)}.backdrop-blur-0{--tw-backdrop-blur: blur(0);-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);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)}.backdrop-blur-2xl{--tw-backdrop-blur: blur(40px);-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);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)}.backdrop-blur-\[8px\]{--tw-backdrop-blur: blur(8px);-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);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)}.transition{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}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-100{transition-duration:.1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-75{transition-duration:75ms}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{transition-timing-function:linear}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.scroll-touch{-webkit-overflow-scrolling:touch;touch-action:auto;overflow-y:auto}.\@container{container-type:inline-size}.scrollbar::-webkit-scrollbar-track{background-color:var(--scrollbar-track);border-radius:var(--scrollbar-track-radius)}.scrollbar::-webkit-scrollbar-track:hover{background-color:var(--scrollbar-track-hover, var(--scrollbar-track))}.scrollbar::-webkit-scrollbar-track:active{background-color:var(--scrollbar-track-active, var(--scrollbar-track-hover, var(--scrollbar-track)))}.scrollbar::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb);border-radius:var(--scrollbar-thumb-radius)}.scrollbar::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover, var(--scrollbar-thumb))}.scrollbar::-webkit-scrollbar-thumb:active{background-color:var(--scrollbar-thumb-active, var(--scrollbar-thumb-hover, var(--scrollbar-thumb)))}.scrollbar::-webkit-scrollbar-corner{background-color:var(--scrollbar-corner);border-radius:var(--scrollbar-corner-radius)}.scrollbar::-webkit-scrollbar-corner:hover{background-color:var(--scrollbar-corner-hover, var(--scrollbar-corner))}.scrollbar::-webkit-scrollbar-corner:active{background-color:var(--scrollbar-corner-active, var(--scrollbar-corner-hover, var(--scrollbar-corner)))}.scrollbar{scrollbar-width:auto;scrollbar-color:var(--scrollbar-thumb, initial) var(--scrollbar-track, initial)}.scrollbar::-webkit-scrollbar{display:block;width:var(--scrollbar-width, 16px);height:var(--scrollbar-height, 16px)}.scrollbar-none{scrollbar-width:none}.scrollbar-none::-webkit-scrollbar{display:none}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.zoom-in{--tw-enter-scale: 0}.zoom-out{--tw-exit-scale: 0}.duration-100{animation-duration:.1s}.duration-150{animation-duration:.15s}.duration-200{animation-duration:.2s}.duration-300{animation-duration:.3s}.duration-500{animation-duration:.5s}.duration-75{animation-duration:75ms}.ease-in{animation-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{animation-timing-function:linear}.ease-out{animation-timing-function:cubic-bezier(0,0,.2,1)}.running{animation-play-state:running}html,#root,#fig-ui-provider-wrapper{height:100%}body{background-color:var(--color-neutral-white)}body::-webkit-scrollbar-track{background-color:var(--scrollbar-track);border-radius:var(--scrollbar-track-radius)}body::-webkit-scrollbar-track:hover{background-color:var(--scrollbar-track-hover, var(--scrollbar-track))}body::-webkit-scrollbar-track:active{background-color:var(--scrollbar-track-active, var(--scrollbar-track-hover, var(--scrollbar-track)))}body::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb);border-radius:var(--scrollbar-thumb-radius)}body::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover, var(--scrollbar-thumb))}body::-webkit-scrollbar-thumb:active{background-color:var(--scrollbar-thumb-active, var(--scrollbar-thumb-hover, var(--scrollbar-thumb)))}body::-webkit-scrollbar-corner{background-color:var(--scrollbar-corner);border-radius:var(--scrollbar-corner-radius)}body::-webkit-scrollbar-corner:hover{background-color:var(--scrollbar-corner-hover, var(--scrollbar-corner))}body::-webkit-scrollbar-corner:active{background-color:var(--scrollbar-corner-active, var(--scrollbar-corner-hover, var(--scrollbar-corner)))}body{scrollbar-width:auto;scrollbar-color:var(--scrollbar-thumb, initial) var(--scrollbar-track, initial)}body::-webkit-scrollbar{display:block;width:var(--scrollbar-width, 16px);height:var(--scrollbar-height, 16px)}body{--scrollbar-track: #080E18;--scrollbar-thumb: #313B4C;--scrollbar-thumb-radius: 9999px;--scrollbar-width: .5rem;--scrollbar-height: .5rem}@media (min-width: 1024px){body{height:100%;overflow:hidden}}@keyframes stroke{to{stroke-dashoffset:0}}input[name=emailAddress]:-webkit-autofill{-webkit-transition:background-color 5000s ease-in-out 0s,color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s,color 5000s ease-in-out 0s}.placeholder\:font-body::placeholder{font-family:Public Sans,sans-serif}.placeholder\:font-medium::placeholder{font-weight:400}.placeholder\:text-Text-tertiary::placeholder{--tw-text-opacity: 1;color:rgb(110 123 145 / var(--tw-text-opacity, 1))}.placeholder\:text-neutral-500::placeholder{color:var(--color-neutral-500)}.first\:hidden:first-child{display:none}.first\:rounded-s:first-child{border-start-start-radius:.25rem;border-end-start-radius:.25rem}.last\:mr-0:last-child{margin-right:0}.last\:rounded-b-lg:last-child{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.last\:rounded-e:last-child{border-start-end-radius:.25rem;border-end-end-radius:.25rem}.last\:border-b:last-child{border-bottom-width:1px}.last\:border-b-0:last-child{border-bottom-width:0px}.even\:bg-neutral-100:nth-child(2n){background-color:var(--color-neutral-100)}.first-of-type\:border-t:first-of-type{border-top-width:1px}.last-of-type\:border-0:last-of-type{border-width:0px}.last-of-type\:border-b:last-of-type{border-bottom-width:1px}.last-of-type\:border-e:last-of-type{border-inline-end-width:1px}.group:active .group-active\:border-negative-500{border-color:var(--color-negative-500)}.group:active .group-active\:border-primary-700{--tw-border-opacity: 1;border-color:rgb(22 7 93 / var(--tw-border-opacity, 1))}.group:active .group-active\:bg-negative-600{--tw-bg-opacity: 1;background-color:rgb(127 17 21 / var(--tw-bg-opacity, 1))}.group:active .group-active\:bg-primary-150{--tw-bg-opacity: 1;background-color:rgb(226 221 248 / var(--tw-bg-opacity, 1))}.group:active .group-active\:bg-primary-700{--tw-bg-opacity: 1;background-color:rgb(22 7 93 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:bg-negative-500{background-color:var(--color-negative-500)}.peer:checked~.peer-checked\:bg-primary-600{--tw-bg-opacity: 1;background-color:rgb(57 35 169 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.peer:checked~.peer-checked\:ring-4{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.peer:checked~.peer-checked\:ring-primary-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(5 0 27 / var(--tw-ring-opacity, 1))}.peer:checked~.peer-checked\:ring-offset-0{--tw-ring-offset-width: 0px}.peer:checked~.peer-checked\:ring-offset-1{--tw-ring-offset-width: 1px}.peer:checked~.peer-checked\:ring-offset-2{--tw-ring-offset-width: 2px}.peer:checked~.peer-checked\:ring-offset-primary-100{--tw-ring-offset-color: #F0EEFC}.peer:active~.peer-active\:border-primary-600{--tw-border-opacity: 1;border-color:rgb(57 35 169 / var(--tw-border-opacity, 1))}.peer:active~.peer-active\:border-primary-700{--tw-border-opacity: 1;border-color:rgb(22 7 93 / var(--tw-border-opacity, 1))}.peer:active~.peer-active\:bg-neutral-200{background-color:var(--color-neutral-200)}.peer:active~.peer-active\:bg-primary-150{--tw-bg-opacity: 1;background-color:rgb(226 221 248 / var(--tw-bg-opacity, 1))}.peer:active~.peer-active\:bg-primary-600{--tw-bg-opacity: 1;background-color:rgb(57 35 169 / var(--tw-bg-opacity, 1))}.peer:active~.peer-active\:bg-primary-700{--tw-bg-opacity: 1;background-color:rgb(22 7 93 / var(--tw-bg-opacity, 1))}.peer:active~.peer-active\:text-primary-600{--tw-text-opacity: 1;color:rgb(57 35 169 / var(--tw-text-opacity, 1))}.peer:active~.peer-active\:text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.peer:active~.peer-active\:ring-0{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.peer:active~.peer-active\:ring-offset-0{--tw-ring-offset-width: 0px}@keyframes enter-right{0%{transform:translate(100%)}70%{transform:translate(-1rem)}80%{transform:translate(.5rem)}90%{transform:translate(-.25rem)}to{transform:translate(0)}}.data-\[animation\=entering\]\:animate-enter-right[data-animation=entering]{animation:enter-right .5s ease-in-out}@keyframes exit-right{0%{transform:translate(-.75rem)}to{transform:translate(100%)}}.data-\[animation\=exiting\]\:animate-exit-right[data-animation=exiting]{animation:exit-right .4s ease-in-out}@container (min-width: 24rem){.\@sm\:block{display:block}}@container (min-width: 28rem){.\@md\:block{display:block}.\@md\:w-\[24px\]{width:24px}}@container (min-width: 32rem){.\@lg\:table-auto{table-layout:auto}}@container (min-width: 36rem){.\@xl\:block{display:block}.\@xl\:table-cell{display:table-cell}.\@xl\:table-fixed{table-layout:fixed}.\@xl\:pr-0{padding-right:0}}.active\:translate-y-1:active{--tw-translate-y: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:border-b:active{border-bottom-width:1px}.active\:border-none:active{border-style:none}.active\:border-negative-300:active{border-color:var(--color-negative-300)}.active\:border-negative-500:active{border-color:var(--color-negative-500)}.active\:border-neutral-500:active{border-color:var(--color-neutral-500)}.active\:border-p-500:active{border-color:var(--color-p-500)}.active\:border-primary-700:active{--tw-border-opacity: 1;border-color:rgb(22 7 93 / var(--tw-border-opacity, 1))}.active\:border-transparent:active{border-color:transparent}.active\:bg-figma-positive:active{background-color:var(--color-figma-positive)}.active\:bg-negative-100:active{background-color:var(--color-negative-100)}.active\:bg-negative-300:active{background-color:var(--color-negative-300)}.active\:bg-negative-50:active{--tw-bg-opacity: 1;background-color:rgb(253 237 238 / var(--tw-bg-opacity, 1))}.active\:bg-neutral-150:active{background-color:var(--color-neutral-150)}.active\:bg-neutral-400:active{background-color:var(--color-neutral-400)}.active\:bg-neutral-500:active{background-color:var(--color-neutral-500)}.active\:bg-neutral-800:active{background-color:var(--color-neutral-800)}.active\:bg-p-500:active{background-color:var(--color-p-500)}.active\:bg-positive-100:active{background-color:var(--color-positive-100)}.active\:bg-positive-400:active{--tw-bg-opacity: 1;background-color:rgb(67 174 10 / var(--tw-bg-opacity, 1))}.active\:bg-positive-500:active{--tw-bg-opacity: 1;background-color:rgb(51 135 8 / var(--tw-bg-opacity, 1))}.active\:bg-primary-100:active{--tw-bg-opacity: 1;background-color:rgb(240 238 252 / var(--tw-bg-opacity, 1))}.active\:bg-primary-150:active{--tw-bg-opacity: 1;background-color:rgb(226 221 248 / var(--tw-bg-opacity, 1))}.active\:bg-primary-200:active{--tw-bg-opacity: 1;background-color:rgb(211 204 245 / var(--tw-bg-opacity, 1))}.active\:bg-primary-600:active{--tw-bg-opacity: 1;background-color:rgb(57 35 169 / var(--tw-bg-opacity, 1))}.active\:bg-primary-700:active{--tw-bg-opacity: 1;background-color:rgb(22 7 93 / var(--tw-bg-opacity, 1))}.active\:\!text-neutral-100:active{color:var(--color-neutral-100)!important}.active\:text-light:active{color:var(--color-light)}.active\:text-negative-400:active{--tw-text-opacity: 1;color:rgb(224 27 37 / var(--tw-text-opacity, 1))}.active\:text-neutral-white:active{color:var(--color-neutral-white)}.active\:text-p-light:active{color:var(--color-p-light)}.active\:text-primary-700:active{--tw-text-opacity: 1;color:rgb(22 7 93 / var(--tw-text-opacity, 1))}.active\:text-white:active{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.active\:shadow-none:active{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.active\:ring-1:active{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.active\:ring-2:active{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.active\:ring-4:active{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.active\:ring-inset:active{--tw-ring-inset: inset}.active\:ring-dark:active{--tw-ring-color: var(--color-dark)}.active\:ring-figma-positive-dark:active{--tw-ring-color: var(--color-figma-positive-dark)}.active\:ring-negative-500:active{--tw-ring-color: var(--color-negative-500)}.active\:ring-neutral-150:active{--tw-ring-color: var(--color-neutral-150)}.active\:ring-p-500:active{--tw-ring-color: var(--color-p-500)}.active\:ring-primary-600:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(57 35 169 / var(--tw-ring-opacity, 1))}.active\:ring-primary-700:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(22 7 93 / var(--tw-ring-opacity, 1))}.active\:ring-offset-2:active{--tw-ring-offset-width: 2px}.active\:ring-offset-white:active{--tw-ring-offset-color: #fff}.hover\:z-10:where([data-rac])[data-hovered]{z-index:10}.hover\:box-border:where([data-rac])[data-hovered]{box-sizing:border-box}.hover\:cursor-pointer:where([data-rac])[data-hovered]{cursor:pointer}.hover\:border:where([data-rac])[data-hovered]{border-width:1px}.hover\:border-2:where([data-rac])[data-hovered]{border-width:2px}.hover\:border-b:where([data-rac])[data-hovered]{border-bottom-width:1px}.hover\:border-Brand-primary:where([data-rac])[data-hovered]{--tw-border-opacity: 1;border-color:rgb(90 86 236 / var(--tw-border-opacity, 1))}.hover\:border-light:where([data-rac])[data-hovered]{border-color:var(--color-light)}.hover\:border-negative-500:where([data-rac])[data-hovered]{border-color:var(--color-negative-500)}.hover\:border-negative-600:where([data-rac])[data-hovered]{--tw-border-opacity: 1;border-color:rgb(127 17 21 / var(--tw-border-opacity, 1))}.hover\:border-neutral-150:where([data-rac])[data-hovered]{border-color:var(--color-neutral-150)}.hover\:border-neutral-300:where([data-rac])[data-hovered]{border-color:var(--color-neutral-300)}.hover\:border-neutral-800:where([data-rac])[data-hovered]{border-color:var(--color-neutral-800)}.hover\:border-orderForm-buyText:where([data-rac])[data-hovered]{--tw-border-opacity: 1;border-color:rgb(74 223 167 / var(--tw-border-opacity, 1))}.hover\:border-orderForm-sellText:where([data-rac])[data-hovered]{--tw-border-opacity: 1;border-color:rgb(245 120 125 / var(--tw-border-opacity, 1))}.hover\:border-primary-500:where([data-rac])[data-hovered]{--tw-border-opacity: 1;border-color:rgb(87 58 230 / var(--tw-border-opacity, 1))}.hover\:border-primary-600:where([data-rac])[data-hovered]{--tw-border-opacity: 1;border-color:rgb(57 35 169 / var(--tw-border-opacity, 1))}.hover\:border-slate-600:where([data-rac])[data-hovered]{--tw-border-opacity: 1;border-color:rgb(49 59 76 / var(--tw-border-opacity, 1))}.hover\:border-b-primary-500:where([data-rac])[data-hovered]{--tw-border-opacity: 1;border-bottom-color:rgb(87 58 230 / var(--tw-border-opacity, 1))}.hover\:bg-Background-quaternary:where([data-rac])[data-hovered]{--tw-bg-opacity: 1;background-color:rgb(49 59 76 / var(--tw-bg-opacity, 1))}.hover\:bg-Background-secondary:where([data-rac])[data-hovered]{--tw-bg-opacity: 1;background-color:rgb(12 18 28 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#084387\]:where([data-rac])[data-hovered]{--tw-bg-opacity: 1;background-color:rgb(8 67 135 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#2F285A\]:where([data-rac])[data-hovered]{--tw-bg-opacity: 1;background-color:rgb(47 40 90 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#5A56EC\]:where([data-rac])[data-hovered]{--tw-bg-opacity: 1;background-color:rgb(90 86 236 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#F4F3F2\]:where([data-rac])[data-hovered]{--tw-bg-opacity: 1;background-color:rgb(244 243 242 / var(--tw-bg-opacity, 1))}.hover\:bg-\[rgba\(49\,59\,76\,0\.30\)\]:where([data-rac])[data-hovered]{background-color:#313b4c4d}.hover\:bg-brand-300:where([data-rac])[data-hovered]{--tw-bg-opacity: 1;background-color:rgb(110 108 238 / var(--tw-bg-opacity, 1))}.hover\:bg-figma-positive-dark:where([data-rac])[data-hovered]{background-color:var(--color-figma-positive-dark)}.hover\:bg-negative-300:where([data-rac])[data-hovered]{background-color:var(--color-negative-300)}.hover\:bg-negative-400:where([data-rac])[data-hovered]{--tw-bg-opacity: 1;background-color:rgb(224 27 37 / var(--tw-bg-opacity, 1))}.hover\:bg-negative-500:where([data-rac])[data-hovered]{background-color:var(--color-negative-500)}.hover\:bg-neutral-100:where([data-rac])[data-hovered]{background-color:var(--color-neutral-100)}.hover\:bg-neutral-150:where([data-rac])[data-hovered]{background-color:var(--color-neutral-150)}.hover\:bg-neutral-500:where([data-rac])[data-hovered]{background-color:var(--color-neutral-500)}.hover\:bg-neutral-800:where([data-rac])[data-hovered]{background-color:var(--color-neutral-800)}.hover\:bg-neutral-black:where([data-rac])[data-hovered]{background-color:var(--color-neutral-black)}.hover\:bg-p-500:where([data-rac])[data-hovered]{background-color:var(--color-p-500)}.hover\:bg-p-dark:where([data-rac])[data-hovered]{background-color:var(--color-p-dark)}.hover\:bg-positive-400:where([data-rac])[data-hovered]{--tw-bg-opacity: 1;background-color:rgb(67 174 10 / var(--tw-bg-opacity, 1))}.hover\:bg-primary-100:where([data-rac])[data-hovered]{--tw-bg-opacity: 1;background-color:rgb(240 238 252 / var(--tw-bg-opacity, 1))}.hover\:bg-primary-50:where([data-rac])[data-hovered]{--tw-bg-opacity: 1;background-color:rgb(247 246 255 / var(--tw-bg-opacity, 1))}.hover\:bg-primary-500:where([data-rac])[data-hovered]{--tw-bg-opacity: 1;background-color:rgb(87 58 230 / var(--tw-bg-opacity, 1))}.hover\:bg-primary-600:where([data-rac])[data-hovered]{--tw-bg-opacity: 1;background-color:rgb(57 35 169 / var(--tw-bg-opacity, 1))}.hover\:bg-s-600:where([data-rac])[data-hovered]{background-color:var(--color-s-600)}.hover\:bg-slate-600:where([data-rac])[data-hovered]{--tw-bg-opacity: 1;background-color:rgb(49 59 76 / var(--tw-bg-opacity, 1))}.hover\:bg-slate-800:where([data-rac])[data-hovered]{--tw-bg-opacity: 1;background-color:rgb(22 27 36 / var(--tw-bg-opacity, 1))}.hover\:bg-white:where([data-rac])[data-hovered]{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.hover\:bg-opacity-30:where([data-rac])[data-hovered]{--tw-bg-opacity: .3}.hover\:bg-opacity-60:where([data-rac])[data-hovered]{--tw-bg-opacity: .6}.hover\:\!text-neutral-500:where([data-rac])[data-hovered]{color:var(--color-neutral-500)!important}.hover\:text-Brand-primary:where([data-rac])[data-hovered]{--tw-text-opacity: 1;color:rgb(90 86 236 / var(--tw-text-opacity, 1))}.hover\:text-\[\#42403D\]:where([data-rac])[data-hovered]{--tw-text-opacity: 1;color:rgb(66 64 61 / var(--tw-text-opacity, 1))}.hover\:text-brand-500:where([data-rac])[data-hovered]{--tw-text-opacity: 1;color:rgb(71 68 186 / var(--tw-text-opacity, 1))}.hover\:text-figma-neutral-light:where([data-rac])[data-hovered]{color:var(--color-figma-neutral-light)}.hover\:text-light:where([data-rac])[data-hovered]{color:var(--color-light)}.hover\:text-neutral-500:where([data-rac])[data-hovered]{color:var(--color-neutral-500)}.hover\:text-neutral-white:where([data-rac])[data-hovered]{color:var(--color-neutral-white)}.hover\:text-orderForm-buyText:where([data-rac])[data-hovered]{--tw-text-opacity: 1;color:rgb(74 223 167 / var(--tw-text-opacity, 1))}.hover\:text-orderForm-sellText:where([data-rac])[data-hovered]{--tw-text-opacity: 1;color:rgb(245 120 125 / var(--tw-text-opacity, 1))}.hover\:text-primary-500:where([data-rac])[data-hovered]{--tw-text-opacity: 1;color:rgb(87 58 230 / var(--tw-text-opacity, 1))}.hover\:text-primary-600:where([data-rac])[data-hovered]{--tw-text-opacity: 1;color:rgb(57 35 169 / var(--tw-text-opacity, 1))}.hover\:text-primary-700:where([data-rac])[data-hovered]{--tw-text-opacity: 1;color:rgb(22 7 93 / var(--tw-text-opacity, 1))}.hover\:text-slate-25:where([data-rac])[data-hovered]{--tw-text-opacity: 1;color:rgb(242 246 255 / var(--tw-text-opacity, 1))}.hover\:text-slate-800:where([data-rac])[data-hovered]{--tw-text-opacity: 1;color:rgb(22 27 36 / var(--tw-text-opacity, 1))}.hover\:text-white:where([data-rac])[data-hovered]{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:underline:where([data-rac])[data-hovered]{text-decoration-line:underline}.hover\:opacity-100:where([data-rac])[data-hovered]{opacity:1}.hover\:shadow-focus:where([data-rac])[data-hovered]{--tw-shadow: 0px 0px 0px 1px #FFF;--tw-shadow-colored: 0px 0px 0px 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:ring-1:where([data-rac])[data-hovered]{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.hover\:ring-2:where([data-rac])[data-hovered]{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.hover\:ring-negative-600:where([data-rac])[data-hovered]{--tw-ring-opacity: 1;--tw-ring-color: rgb(127 17 21 / var(--tw-ring-opacity, 1))}.hover\:ring-p-500:where([data-rac])[data-hovered]{--tw-ring-color: var(--color-p-500)}.hover\:ring-primary-600:where([data-rac])[data-hovered]{--tw-ring-opacity: 1;--tw-ring-color: rgb(57 35 169 / var(--tw-ring-opacity, 1))}.hover\:saturate-150:where([data-rac])[data-hovered]{--tw-saturate: saturate(1.5);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)}.hover\:z-10:where(:not([data-rac])):hover{z-index:10}.hover\:box-border:where(:not([data-rac])):hover{box-sizing:border-box}.hover\:cursor-pointer:where(:not([data-rac])):hover{cursor:pointer}.hover\:border:where(:not([data-rac])):hover{border-width:1px}.hover\:border-2:where(:not([data-rac])):hover{border-width:2px}.hover\:border-b:where(:not([data-rac])):hover{border-bottom-width:1px}.hover\:border-Brand-primary:where(:not([data-rac])):hover{--tw-border-opacity: 1;border-color:rgb(90 86 236 / var(--tw-border-opacity, 1))}.hover\:border-light:where(:not([data-rac])):hover{border-color:var(--color-light)}.hover\:border-negative-500:where(:not([data-rac])):hover{border-color:var(--color-negative-500)}.hover\:border-negative-600:where(:not([data-rac])):hover{--tw-border-opacity: 1;border-color:rgb(127 17 21 / var(--tw-border-opacity, 1))}.hover\:border-neutral-150:where(:not([data-rac])):hover{border-color:var(--color-neutral-150)}.hover\:border-neutral-300:where(:not([data-rac])):hover{border-color:var(--color-neutral-300)}.hover\:border-neutral-800:where(:not([data-rac])):hover{border-color:var(--color-neutral-800)}.hover\:border-orderForm-buyText:where(:not([data-rac])):hover{--tw-border-opacity: 1;border-color:rgb(74 223 167 / var(--tw-border-opacity, 1))}.hover\:border-orderForm-sellText:where(:not([data-rac])):hover{--tw-border-opacity: 1;border-color:rgb(245 120 125 / var(--tw-border-opacity, 1))}.hover\:border-primary-500:where(:not([data-rac])):hover{--tw-border-opacity: 1;border-color:rgb(87 58 230 / var(--tw-border-opacity, 1))}.hover\:border-primary-600:where(:not([data-rac])):hover{--tw-border-opacity: 1;border-color:rgb(57 35 169 / var(--tw-border-opacity, 1))}.hover\:border-slate-600:where(:not([data-rac])):hover{--tw-border-opacity: 1;border-color:rgb(49 59 76 / var(--tw-border-opacity, 1))}.hover\:border-b-primary-500:where(:not([data-rac])):hover{--tw-border-opacity: 1;border-bottom-color:rgb(87 58 230 / var(--tw-border-opacity, 1))}.hover\:bg-Background-quaternary:where(:not([data-rac])):hover{--tw-bg-opacity: 1;background-color:rgb(49 59 76 / var(--tw-bg-opacity, 1))}.hover\:bg-Background-secondary:where(:not([data-rac])):hover{--tw-bg-opacity: 1;background-color:rgb(12 18 28 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#084387\]:where(:not([data-rac])):hover{--tw-bg-opacity: 1;background-color:rgb(8 67 135 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#2F285A\]:where(:not([data-rac])):hover{--tw-bg-opacity: 1;background-color:rgb(47 40 90 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#5A56EC\]:where(:not([data-rac])):hover{--tw-bg-opacity: 1;background-color:rgb(90 86 236 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#F4F3F2\]:where(:not([data-rac])):hover{--tw-bg-opacity: 1;background-color:rgb(244 243 242 / var(--tw-bg-opacity, 1))}.hover\:bg-\[rgba\(49\,59\,76\,0\.30\)\]:where(:not([data-rac])):hover{background-color:#313b4c4d}.hover\:bg-brand-300:where(:not([data-rac])):hover{--tw-bg-opacity: 1;background-color:rgb(110 108 238 / var(--tw-bg-opacity, 1))}.hover\:bg-figma-positive-dark:where(:not([data-rac])):hover{background-color:var(--color-figma-positive-dark)}.hover\:bg-negative-300:where(:not([data-rac])):hover{background-color:var(--color-negative-300)}.hover\:bg-negative-400:where(:not([data-rac])):hover{--tw-bg-opacity: 1;background-color:rgb(224 27 37 / var(--tw-bg-opacity, 1))}.hover\:bg-negative-500:where(:not([data-rac])):hover{background-color:var(--color-negative-500)}.hover\:bg-neutral-100:where(:not([data-rac])):hover{background-color:var(--color-neutral-100)}.hover\:bg-neutral-150:where(:not([data-rac])):hover{background-color:var(--color-neutral-150)}.hover\:bg-neutral-500:where(:not([data-rac])):hover{background-color:var(--color-neutral-500)}.hover\:bg-neutral-800:where(:not([data-rac])):hover{background-color:var(--color-neutral-800)}.hover\:bg-neutral-black:where(:not([data-rac])):hover{background-color:var(--color-neutral-black)}.hover\:bg-p-500:where(:not([data-rac])):hover{background-color:var(--color-p-500)}.hover\:bg-p-dark:where(:not([data-rac])):hover{background-color:var(--color-p-dark)}.hover\:bg-positive-400:where(:not([data-rac])):hover{--tw-bg-opacity: 1;background-color:rgb(67 174 10 / var(--tw-bg-opacity, 1))}.hover\:bg-primary-100:where(:not([data-rac])):hover{--tw-bg-opacity: 1;background-color:rgb(240 238 252 / var(--tw-bg-opacity, 1))}.hover\:bg-primary-50:where(:not([data-rac])):hover{--tw-bg-opacity: 1;background-color:rgb(247 246 255 / var(--tw-bg-opacity, 1))}.hover\:bg-primary-500:where(:not([data-rac])):hover{--tw-bg-opacity: 1;background-color:rgb(87 58 230 / var(--tw-bg-opacity, 1))}.hover\:bg-primary-600:where(:not([data-rac])):hover{--tw-bg-opacity: 1;background-color:rgb(57 35 169 / var(--tw-bg-opacity, 1))}.hover\:bg-s-600:where(:not([data-rac])):hover{background-color:var(--color-s-600)}.hover\:bg-slate-600:where(:not([data-rac])):hover{--tw-bg-opacity: 1;background-color:rgb(49 59 76 / var(--tw-bg-opacity, 1))}.hover\:bg-slate-800:where(:not([data-rac])):hover{--tw-bg-opacity: 1;background-color:rgb(22 27 36 / var(--tw-bg-opacity, 1))}.hover\:bg-white:where(:not([data-rac])):hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.hover\:bg-opacity-30:where(:not([data-rac])):hover{--tw-bg-opacity: .3}.hover\:bg-opacity-60:where(:not([data-rac])):hover{--tw-bg-opacity: .6}.hover\:\!text-neutral-500:where(:not([data-rac])):hover{color:var(--color-neutral-500)!important}.hover\:text-Brand-primary:where(:not([data-rac])):hover{--tw-text-opacity: 1;color:rgb(90 86 236 / var(--tw-text-opacity, 1))}.hover\:text-\[\#42403D\]:where(:not([data-rac])):hover{--tw-text-opacity: 1;color:rgb(66 64 61 / var(--tw-text-opacity, 1))}.hover\:text-brand-500:where(:not([data-rac])):hover{--tw-text-opacity: 1;color:rgb(71 68 186 / var(--tw-text-opacity, 1))}.hover\:text-figma-neutral-light:where(:not([data-rac])):hover{color:var(--color-figma-neutral-light)}.hover\:text-light:where(:not([data-rac])):hover{color:var(--color-light)}.hover\:text-neutral-500:where(:not([data-rac])):hover{color:var(--color-neutral-500)}.hover\:text-neutral-white:where(:not([data-rac])):hover{color:var(--color-neutral-white)}.hover\:text-orderForm-buyText:where(:not([data-rac])):hover{--tw-text-opacity: 1;color:rgb(74 223 167 / var(--tw-text-opacity, 1))}.hover\:text-orderForm-sellText:where(:not([data-rac])):hover{--tw-text-opacity: 1;color:rgb(245 120 125 / var(--tw-text-opacity, 1))}.hover\:text-primary-500:where(:not([data-rac])):hover{--tw-text-opacity: 1;color:rgb(87 58 230 / var(--tw-text-opacity, 1))}.hover\:text-primary-600:where(:not([data-rac])):hover{--tw-text-opacity: 1;color:rgb(57 35 169 / var(--tw-text-opacity, 1))}.hover\:text-primary-700:where(:not([data-rac])):hover{--tw-text-opacity: 1;color:rgb(22 7 93 / var(--tw-text-opacity, 1))}.hover\:text-slate-25:where(:not([data-rac])):hover{--tw-text-opacity: 1;color:rgb(242 246 255 / var(--tw-text-opacity, 1))}.hover\:text-slate-800:where(:not([data-rac])):hover{--tw-text-opacity: 1;color:rgb(22 27 36 / var(--tw-text-opacity, 1))}.hover\:text-white:where(:not([data-rac])):hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:underline:where(:not([data-rac])):hover{text-decoration-line:underline}.hover\:opacity-100:where(:not([data-rac])):hover{opacity:1}.hover\:shadow-focus:where(:not([data-rac])):hover{--tw-shadow: 0px 0px 0px 1px #FFF;--tw-shadow-colored: 0px 0px 0px 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:ring-1:where(:not([data-rac])):hover{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.hover\:ring-2:where(:not([data-rac])):hover{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.hover\:ring-negative-600:where(:not([data-rac])):hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(127 17 21 / var(--tw-ring-opacity, 1))}.hover\:ring-p-500:where(:not([data-rac])):hover{--tw-ring-color: var(--color-p-500)}.hover\:ring-primary-600:where(:not([data-rac])):hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(57 35 169 / var(--tw-ring-opacity, 1))}.hover\:saturate-150:where(:not([data-rac])):hover{--tw-saturate: saturate(1.5);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)}.group\/state:where([data-rac])[data-hovered] .group-hover\/state\:block{display:block}.group\/state:where([data-rac])[data-hovered] .group-hover\/state\:hidden{display:none}.group:where([data-rac])[data-hovered] .group-hover\:border-negative-500{border-color:var(--color-negative-500)}.group:where([data-rac])[data-hovered] .group-hover\:border-primary-600{--tw-border-opacity: 1;border-color:rgb(57 35 169 / var(--tw-border-opacity, 1))}.group:where([data-rac])[data-hovered] .group-hover\:bg-negative-300{background-color:var(--color-negative-300)}.group:where([data-rac])[data-hovered] .group-hover\:bg-neutral-100{background-color:var(--color-neutral-100)}.group:where([data-rac])[data-hovered] .group-hover\:bg-primary-100{--tw-bg-opacity: 1;background-color:rgb(240 238 252 / var(--tw-bg-opacity, 1))}.group:where([data-rac])[data-hovered] .group-hover\:bg-primary-600{--tw-bg-opacity: 1;background-color:rgb(57 35 169 / var(--tw-bg-opacity, 1))}.group\/state:where(:not([data-rac])):hover .group-hover\/state\:block{display:block}.group\/state:where(:not([data-rac])):hover .group-hover\/state\:hidden{display:none}.group:where(:not([data-rac])):hover .group-hover\:border-negative-500{border-color:var(--color-negative-500)}.group:where(:not([data-rac])):hover .group-hover\:border-primary-600{--tw-border-opacity: 1;border-color:rgb(57 35 169 / var(--tw-border-opacity, 1))}.group:where(:not([data-rac])):hover .group-hover\:bg-negative-300{background-color:var(--color-negative-300)}.group:where(:not([data-rac])):hover .group-hover\:bg-neutral-100{background-color:var(--color-neutral-100)}.group:where(:not([data-rac])):hover .group-hover\:bg-primary-100{--tw-bg-opacity: 1;background-color:rgb(240 238 252 / var(--tw-bg-opacity, 1))}.group:where(:not([data-rac])):hover .group-hover\:bg-primary-600{--tw-bg-opacity: 1;background-color:rgb(57 35 169 / var(--tw-bg-opacity, 1))}.peer:where([data-rac])[data-hovered]~.peer-hover\:border-primary-600{--tw-border-opacity: 1;border-color:rgb(57 35 169 / var(--tw-border-opacity, 1))}.peer:where([data-rac])[data-hovered]~.peer-hover\:bg-primary-100{--tw-bg-opacity: 1;background-color:rgb(240 238 252 / var(--tw-bg-opacity, 1))}.peer:where([data-rac])[data-hovered]~.peer-hover\:bg-primary-400{--tw-bg-opacity: 1;background-color:rgb(123 103 224 / var(--tw-bg-opacity, 1))}.peer:where([data-rac])[data-hovered]~.peer-hover\:bg-primary-50{--tw-bg-opacity: 1;background-color:rgb(247 246 255 / var(--tw-bg-opacity, 1))}.peer:where([data-rac])[data-hovered]~.peer-hover\:bg-primary-600{--tw-bg-opacity: 1;background-color:rgb(57 35 169 / var(--tw-bg-opacity, 1))}.peer:where([data-rac])[data-hovered]~.peer-hover\:text-primary-600{--tw-text-opacity: 1;color:rgb(57 35 169 / var(--tw-text-opacity, 1))}.peer:where([data-rac])[data-hovered]~.peer-hover\:text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.peer:where(:not([data-rac])):hover~.peer-hover\:border-primary-600{--tw-border-opacity: 1;border-color:rgb(57 35 169 / var(--tw-border-opacity, 1))}.peer:where(:not([data-rac])):hover~.peer-hover\:bg-primary-100{--tw-bg-opacity: 1;background-color:rgb(240 238 252 / var(--tw-bg-opacity, 1))}.peer:where(:not([data-rac])):hover~.peer-hover\:bg-primary-400{--tw-bg-opacity: 1;background-color:rgb(123 103 224 / var(--tw-bg-opacity, 1))}.peer:where(:not([data-rac])):hover~.peer-hover\:bg-primary-50{--tw-bg-opacity: 1;background-color:rgb(247 246 255 / var(--tw-bg-opacity, 1))}.peer:where(:not([data-rac])):hover~.peer-hover\:bg-primary-600{--tw-bg-opacity: 1;background-color:rgb(57 35 169 / var(--tw-bg-opacity, 1))}.peer:where(:not([data-rac])):hover~.peer-hover\:text-primary-600{--tw-text-opacity: 1;color:rgb(57 35 169 / var(--tw-text-opacity, 1))}.peer:where(:not([data-rac])):hover~.peer-hover\:text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.focus\:z-10:where([data-rac])[data-focused]{z-index:10}.focus\:border:where([data-rac])[data-focused]{border-width:1px}.focus\:border-neutral-300:where([data-rac])[data-focused]{border-color:var(--color-neutral-300)}.focus\:border-primary-500:where([data-rac])[data-focused]{--tw-border-opacity: 1;border-color:rgb(87 58 230 / var(--tw-border-opacity, 1))}.focus\:border-white:where([data-rac])[data-focused]{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.focus\:bg-p-500:where([data-rac])[data-focused]{background-color:var(--color-p-500)}.focus\:text-light:where([data-rac])[data-focused]{color:var(--color-light)}.focus\:outline-none:where([data-rac])[data-focused]{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:where([data-rac])[data-focused]{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-4:where([data-rac])[data-focused]{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-inset:where([data-rac])[data-focused]{--tw-ring-inset: inset}.focus\:ring-dark:where([data-rac])[data-focused]{--tw-ring-color: var(--color-dark)}.focus\:ring-primary-500:where([data-rac])[data-focused]{--tw-ring-opacity: 1;--tw-ring-color: rgb(87 58 230 / var(--tw-ring-opacity, 1))}.focus\:ring-offset-2:where([data-rac])[data-focused]{--tw-ring-offset-width: 2px}.focus\:ring-offset-white:where([data-rac])[data-focused]{--tw-ring-offset-color: #fff}.focus\:z-10:where(:not([data-rac])):focus{z-index:10}.focus\:border:where(:not([data-rac])):focus{border-width:1px}.focus\:border-neutral-300:where(:not([data-rac])):focus{border-color:var(--color-neutral-300)}.focus\:border-primary-500:where(:not([data-rac])):focus{--tw-border-opacity: 1;border-color:rgb(87 58 230 / var(--tw-border-opacity, 1))}.focus\:border-white:where(:not([data-rac])):focus{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.focus\:bg-p-500:where(:not([data-rac])):focus{background-color:var(--color-p-500)}.focus\:text-light:where(:not([data-rac])):focus{color:var(--color-light)}.focus\:outline-none:where(:not([data-rac])):focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:where(:not([data-rac])):focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-4:where(:not([data-rac])):focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-inset:where(:not([data-rac])):focus{--tw-ring-inset: inset}.focus\:ring-dark:where(:not([data-rac])):focus{--tw-ring-color: var(--color-dark)}.focus\:ring-primary-500:where(:not([data-rac])):focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(87 58 230 / var(--tw-ring-opacity, 1))}.focus\:ring-offset-2:where(:not([data-rac])):focus{--tw-ring-offset-width: 2px}.focus\:ring-offset-white:where(:not([data-rac])):focus{--tw-ring-offset-color: #fff}.focus-visible\:border-primary-600:where([data-rac])[data-focus-visible]{--tw-border-opacity: 1;border-color:rgb(57 35 169 / var(--tw-border-opacity, 1))}.focus-visible\:bg-negative-500:where([data-rac])[data-focus-visible]{background-color:var(--color-negative-500)}.focus-visible\:bg-primary-50:where([data-rac])[data-focus-visible]{--tw-bg-opacity: 1;background-color:rgb(247 246 255 / var(--tw-bg-opacity, 1))}.focus-visible\:\!shadow-none:where([data-rac])[data-focus-visible]{--tw-shadow: 0 0 #0000 !important;--tw-shadow-colored: 0 0 #0000 !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.focus-visible\:outline-none:where([data-rac])[data-focus-visible]{outline:2px solid transparent;outline-offset:2px}.focus-visible\:\!outline:where([data-rac])[data-focus-visible]{outline-style:solid!important}.focus-visible\:\!outline-2:where([data-rac])[data-focus-visible]{outline-width:2px!important}.focus-visible\:\!outline-offset-0:where([data-rac])[data-focus-visible]{outline-offset:0px!important}.focus-visible\:outline-offset-0:where([data-rac])[data-focus-visible]{outline-offset:0px}.focus-visible\:\!outline-primary-500:where([data-rac])[data-focus-visible]{outline-color:#573ae6!important}.focus-visible\:outline-primary-700:where([data-rac])[data-focus-visible]{outline-color:#16075d}.focus-visible\:ring-2:where([data-rac])[data-focus-visible]{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-4:where([data-rac])[data-focus-visible]{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-negative-500:where([data-rac])[data-focus-visible]{--tw-ring-color: var(--color-negative-500)}.focus-visible\:ring-negative-700:where([data-rac])[data-focus-visible]{--tw-ring-opacity: 1;--tw-ring-color: rgb(91 10 15 / var(--tw-ring-opacity, 1))}.focus-visible\:ring-primary-500:where([data-rac])[data-focus-visible]{--tw-ring-opacity: 1;--tw-ring-color: rgb(87 58 230 / var(--tw-ring-opacity, 1))}.focus-visible\:ring-primary-600:where([data-rac])[data-focus-visible]{--tw-ring-opacity: 1;--tw-ring-color: rgb(57 35 169 / var(--tw-ring-opacity, 1))}.focus-visible\:ring-primary-700:where([data-rac])[data-focus-visible]{--tw-ring-opacity: 1;--tw-ring-color: rgb(22 7 93 / var(--tw-ring-opacity, 1))}.focus-visible\:ring-offset-2:where([data-rac])[data-focus-visible]{--tw-ring-offset-width: 2px}.focus-visible\:ring-offset-primary-100:where([data-rac])[data-focus-visible]{--tw-ring-offset-color: #F0EEFC}.focus-visible\:border-primary-600:where(:not([data-rac])):focus-visible{--tw-border-opacity: 1;border-color:rgb(57 35 169 / var(--tw-border-opacity, 1))}.focus-visible\:bg-negative-500:where(:not([data-rac])):focus-visible{background-color:var(--color-negative-500)}.focus-visible\:bg-primary-50:where(:not([data-rac])):focus-visible{--tw-bg-opacity: 1;background-color:rgb(247 246 255 / var(--tw-bg-opacity, 1))}.focus-visible\:\!shadow-none:where(:not([data-rac])):focus-visible{--tw-shadow: 0 0 #0000 !important;--tw-shadow-colored: 0 0 #0000 !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.focus-visible\:outline-none:where(:not([data-rac])):focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:\!outline:where(:not([data-rac])):focus-visible{outline-style:solid!important}.focus-visible\:\!outline-2:where(:not([data-rac])):focus-visible{outline-width:2px!important}.focus-visible\:\!outline-offset-0:where(:not([data-rac])):focus-visible{outline-offset:0px!important}.focus-visible\:outline-offset-0:where(:not([data-rac])):focus-visible{outline-offset:0px}.focus-visible\:\!outline-primary-500:where(:not([data-rac])):focus-visible{outline-color:#573ae6!important}.focus-visible\:outline-primary-700:where(:not([data-rac])):focus-visible{outline-color:#16075d}.focus-visible\:ring-2:where(:not([data-rac])):focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-4:where(:not([data-rac])):focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-negative-500:where(:not([data-rac])):focus-visible{--tw-ring-color: var(--color-negative-500)}.focus-visible\:ring-negative-700:where(:not([data-rac])):focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(91 10 15 / var(--tw-ring-opacity, 1))}.focus-visible\:ring-primary-500:where(:not([data-rac])):focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(87 58 230 / var(--tw-ring-opacity, 1))}.focus-visible\:ring-primary-600:where(:not([data-rac])):focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(57 35 169 / var(--tw-ring-opacity, 1))}.focus-visible\:ring-primary-700:where(:not([data-rac])):focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(22 7 93 / var(--tw-ring-opacity, 1))}.focus-visible\:ring-offset-2:where(:not([data-rac])):focus-visible{--tw-ring-offset-width: 2px}.focus-visible\:ring-offset-primary-100:where(:not([data-rac])):focus-visible{--tw-ring-offset-color: #F0EEFC}.group:where([data-rac])[data-focus-visible] .group-focus-visible\:bg-primary-600{--tw-bg-opacity: 1;background-color:rgb(57 35 169 / var(--tw-bg-opacity, 1))}.group:where([data-rac])[data-focus-visible] .group-focus-visible\:outline-none{outline:2px solid transparent;outline-offset:2px}.group:where([data-rac])[data-focus-visible] .group-focus-visible\:ring-4{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.group:where([data-rac])[data-focus-visible] .group-focus-visible\:ring-primary-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(5 0 27 / var(--tw-ring-opacity, 1))}.group:where([data-rac])[data-focus-visible] .group-focus-visible\:ring-offset-2{--tw-ring-offset-width: 2px}.group:where([data-rac])[data-focus-visible] .group-focus-visible\:ring-offset-primary-100{--tw-ring-offset-color: #F0EEFC}.group:where(:not([data-rac])):focus-visible .group-focus-visible\:bg-primary-600{--tw-bg-opacity: 1;background-color:rgb(57 35 169 / var(--tw-bg-opacity, 1))}.group:where(:not([data-rac])):focus-visible .group-focus-visible\:outline-none{outline:2px solid transparent;outline-offset:2px}.group:where(:not([data-rac])):focus-visible .group-focus-visible\:ring-4{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.group:where(:not([data-rac])):focus-visible .group-focus-visible\:ring-primary-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(5 0 27 / var(--tw-ring-opacity, 1))}.group:where(:not([data-rac])):focus-visible .group-focus-visible\:ring-offset-2{--tw-ring-offset-width: 2px}.group:where(:not([data-rac])):focus-visible .group-focus-visible\:ring-offset-primary-100{--tw-ring-offset-color: #F0EEFC}.peer:where([data-rac])[data-focus-visible]~.peer-focus-visible\:ring-4{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.peer:where([data-rac])[data-focus-visible]~.peer-focus-visible\:ring-primary-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(87 58 230 / var(--tw-ring-opacity, 1))}.peer:where([data-rac])[data-focus-visible]~.peer-focus-visible\:ring-primary-700{--tw-ring-opacity: 1;--tw-ring-color: rgb(22 7 93 / var(--tw-ring-opacity, 1))}.peer:where([data-rac])[data-focus-visible]~.peer-focus-visible\:ring-offset-2{--tw-ring-offset-width: 2px}.peer:where([data-rac])[data-focus-visible]~.peer-focus-visible\:ring-offset-primary-100{--tw-ring-offset-color: #F0EEFC}.peer:where(:not([data-rac])):focus-visible~.peer-focus-visible\:ring-4{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.peer:where(:not([data-rac])):focus-visible~.peer-focus-visible\:ring-primary-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(87 58 230 / var(--tw-ring-opacity, 1))}.peer:where(:not([data-rac])):focus-visible~.peer-focus-visible\:ring-primary-700{--tw-ring-opacity: 1;--tw-ring-color: rgb(22 7 93 / var(--tw-ring-opacity, 1))}.peer:where(:not([data-rac])):focus-visible~.peer-focus-visible\:ring-offset-2{--tw-ring-offset-width: 2px}.peer:where(:not([data-rac])):focus-visible~.peer-focus-visible\:ring-offset-primary-100{--tw-ring-offset-color: #F0EEFC}.focus-within\:z-10:where([data-rac])[data-focus-within]{z-index:10}.focus-within\:border-negative-500:where([data-rac])[data-focus-within]{border-color:var(--color-negative-500)}.focus-within\:border-primary-600:where([data-rac])[data-focus-within]{--tw-border-opacity: 1;border-color:rgb(57 35 169 / var(--tw-border-opacity, 1))}.focus-within\:border-transparent:where([data-rac])[data-focus-within]{border-color:transparent}.focus-within\:ring-2:where([data-rac])[data-focus-within]{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-within\:ring-4:where([data-rac])[data-focus-within]{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-within\:ring-negative-500:where([data-rac])[data-focus-within]{--tw-ring-color: var(--color-negative-500)}.focus-within\:ring-primary-600:where([data-rac])[data-focus-within]{--tw-ring-opacity: 1;--tw-ring-color: rgb(57 35 169 / var(--tw-ring-opacity, 1))}.focus-within\:z-10:where(:not([data-rac])):focus-within{z-index:10}.focus-within\:border-negative-500:where(:not([data-rac])):focus-within{border-color:var(--color-negative-500)}.focus-within\:border-primary-600:where(:not([data-rac])):focus-within{--tw-border-opacity: 1;border-color:rgb(57 35 169 / var(--tw-border-opacity, 1))}.focus-within\:border-transparent:where(:not([data-rac])):focus-within{border-color:transparent}.focus-within\:ring-2:where(:not([data-rac])):focus-within{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-within\:ring-4:where(:not([data-rac])):focus-within{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-within\:ring-negative-500:where(:not([data-rac])):focus-within{--tw-ring-color: var(--color-negative-500)}.focus-within\:ring-primary-600:where(:not([data-rac])):focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(57 35 169 / var(--tw-ring-opacity, 1))}.group:where([data-rac])[data-focus-within] .group-focus-within\:translate-y-\[-0\.4rem\]{--tw-translate-y: -.4rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:where([data-rac])[data-focus-within] .group-focus-within\:scale-75{--tw-scale-x: .75;--tw-scale-y: .75;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:where(:not([data-rac])):focus-within .group-focus-within\:translate-y-\[-0\.4rem\]{--tw-translate-y: -.4rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:where(:not([data-rac])):focus-within .group-focus-within\:scale-75{--tw-scale-x: .75;--tw-scale-y: .75;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.pressed\:text-p-light[data-pressed]{color:var(--color-p-light)}.disabled\:pointer-events-none:where([data-rac])[data-disabled]{pointer-events:none}.disabled\:cursor-default:where([data-rac])[data-disabled]{cursor:default}.disabled\:cursor-not-allowed:where([data-rac])[data-disabled]{cursor:not-allowed}.disabled\:border-neutral-300:where([data-rac])[data-disabled]{border-color:var(--color-neutral-300)}.disabled\:bg-negative-200:where([data-rac])[data-disabled]{--tw-bg-opacity: 1;background-color:rgb(242 146 151 / var(--tw-bg-opacity, 1))}.disabled\:bg-neutral-150:where([data-rac])[data-disabled]{background-color:var(--color-neutral-150)}.disabled\:bg-neutral-200:where([data-rac])[data-disabled]{background-color:var(--color-neutral-200)}.disabled\:bg-transparent:where([data-rac])[data-disabled]{background-color:transparent}.disabled\:bg-white:where([data-rac])[data-disabled]{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.disabled\:text-neutral-300:where([data-rac])[data-disabled]{color:var(--color-neutral-300)}.disabled\:opacity-30:where([data-rac])[data-disabled]{opacity:.3}.disabled\:opacity-50:where([data-rac])[data-disabled]{opacity:.5}.disabled\:ring-0:where([data-rac])[data-disabled]{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.disabled\:ring-neutral-200:where([data-rac])[data-disabled]{--tw-ring-color: var(--color-neutral-200)}.placeholder\:disabled\:text-neutral-300:where([data-rac])[data-disabled]::placeholder{color:var(--color-neutral-300)}.disabled\:pointer-events-none:where(:not([data-rac])):disabled{pointer-events:none}.disabled\:cursor-default:where(:not([data-rac])):disabled{cursor:default}.disabled\:cursor-not-allowed:where(:not([data-rac])):disabled{cursor:not-allowed}.disabled\:border-neutral-300:where(:not([data-rac])):disabled{border-color:var(--color-neutral-300)}.disabled\:bg-negative-200:where(:not([data-rac])):disabled{--tw-bg-opacity: 1;background-color:rgb(242 146 151 / var(--tw-bg-opacity, 1))}.disabled\:bg-neutral-150:where(:not([data-rac])):disabled{background-color:var(--color-neutral-150)}.disabled\:bg-neutral-200:where(:not([data-rac])):disabled{background-color:var(--color-neutral-200)}.disabled\:bg-transparent:where(:not([data-rac])):disabled{background-color:transparent}.disabled\:bg-white:where(:not([data-rac])):disabled{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.disabled\:text-neutral-300:where(:not([data-rac])):disabled{color:var(--color-neutral-300)}.disabled\:opacity-30:where(:not([data-rac])):disabled{opacity:.3}.disabled\:opacity-50:where(:not([data-rac])):disabled{opacity:.5}.disabled\:ring-0:where(:not([data-rac])):disabled{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.disabled\:ring-neutral-200:where(:not([data-rac])):disabled{--tw-ring-color: var(--color-neutral-200)}.placeholder\:disabled\:text-neutral-300:where(:not([data-rac])):disabled::placeholder{color:var(--color-neutral-300)}.group:where([data-rac])[data-disabled] .group-disabled\:bg-neutral-300{background-color:var(--color-neutral-300)}.group:where([data-rac])[data-disabled] .group-disabled\:text-neutral-300{color:var(--color-neutral-300)}.group:where(:not([data-rac])):disabled .group-disabled\:bg-neutral-300{background-color:var(--color-neutral-300)}.group:where(:not([data-rac])):disabled .group-disabled\:text-neutral-300{color:var(--color-neutral-300)}.peer:where([data-rac])[data-disabled]~.peer-disabled\:border-neutral-300{border-color:var(--color-neutral-300)}.peer:where([data-rac])[data-disabled]~.peer-disabled\:bg-neutral-200{background-color:var(--color-neutral-200)}.peer:where([data-rac])[data-disabled]~.peer-disabled\:bg-neutral-300{background-color:var(--color-neutral-300)}.peer:where([data-rac])[data-disabled]~.peer-disabled\:bg-primary-300{--tw-bg-opacity: 1;background-color:rgb(168 152 234 / var(--tw-bg-opacity, 1))}.peer:where([data-rac])[data-disabled]~.peer-disabled\:bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.peer:where([data-rac])[data-disabled]~.peer-disabled\:text-neutral-200{color:var(--color-neutral-200)}.peer:where([data-rac])[data-disabled]~.peer-disabled\:text-neutral-300{color:var(--color-neutral-300)}.peer:where(:not([data-rac])):disabled~.peer-disabled\:border-neutral-300{border-color:var(--color-neutral-300)}.peer:where(:not([data-rac])):disabled~.peer-disabled\:bg-neutral-200{background-color:var(--color-neutral-200)}.peer:where(:not([data-rac])):disabled~.peer-disabled\:bg-neutral-300{background-color:var(--color-neutral-300)}.peer:where(:not([data-rac])):disabled~.peer-disabled\:bg-primary-300{--tw-bg-opacity: 1;background-color:rgb(168 152 234 / var(--tw-bg-opacity, 1))}.peer:where(:not([data-rac])):disabled~.peer-disabled\:bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.peer:where(:not([data-rac])):disabled~.peer-disabled\:text-neutral-200{color:var(--color-neutral-200)}.peer:where(:not([data-rac])):disabled~.peer-disabled\:text-neutral-300{color:var(--color-neutral-300)}.selected\:border-p-500[data-selected]{border-color:var(--color-p-500)}.selected\:bg-neutral-100[data-selected]{background-color:var(--color-neutral-100)}.selected\:text-white[data-selected]{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.read-only\:bg-primary-50:where([data-rac])[data-readonly]{--tw-bg-opacity: 1;background-color:rgb(247 246 255 / var(--tw-bg-opacity, 1))}.read-only\:placeholder\:text-primary-600:where([data-rac])[data-readonly]::placeholder{--tw-text-opacity: 1;color:rgb(57 35 169 / var(--tw-text-opacity, 1))}.read-only\:bg-primary-50:where(:not([data-rac])):read-only{--tw-bg-opacity: 1;background-color:rgb(247 246 255 / var(--tw-bg-opacity, 1))}.read-only\:placeholder\:text-primary-600:where(:not([data-rac])):read-only::placeholder{--tw-text-opacity: 1;color:rgb(57 35 169 / var(--tw-text-opacity, 1))}.entering\:animate-in[data-entering]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.entering\:fade-in[data-entering]{--tw-enter-opacity: 0}.exiting\:animate-out[data-exiting]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity: initial;--tw-exit-scale: initial;--tw-exit-rotate: initial;--tw-exit-translate-x: initial;--tw-exit-translate-y: initial}.exiting\:fade-out[data-exiting]{--tw-exit-opacity: 0}.group:where([data-rac])[data-open] .group-open\:-rotate-180{--tw-rotate: -180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:where(:not([data-rac]))[open] .group-open\:-rotate-180{--tw-rotate: -180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@media (prefers-reduced-motion: reduce){.motion-reduce\:hidden{display:none}}@media (prefers-contrast: more){.contrast-more\:border-contrast-disabled{border-color:GrayText}.contrast-more\:border-contrast-selectedItem{border-color:SelectedItem}.contrast-more\:bg-contrast-canvasText{background-color:CanvasText}.contrast-more\:bg-contrast-disabled{background-color:GrayText}.contrast-more\:bg-contrast-selectedItem{background-color:SelectedItem}.contrast-more\:text-contrast-disabled{color:GrayText}.contrast-more\:outline-none{outline:2px solid transparent;outline-offset:2px}.peer:checked~.peer-checked\:contrast-more\:bg-contrast-disabled{background-color:GrayText}.peer:checked~.peer-checked\:contrast-more\:bg-contrast-selectedItem{background-color:SelectedItem}.contrast-more\:active\:text-contrast-active:active{color:ActiveText}.contrast-more\:focus-visible\:outline-4:where([data-rac])[data-focus-visible]{outline-width:4px}.contrast-more\:focus-visible\:outline-offset-2:where([data-rac])[data-focus-visible]{outline-offset:2px}.contrast-more\:focus-visible\:outline-4:where(:not([data-rac])):focus-visible{outline-width:4px}.contrast-more\:focus-visible\:outline-offset-2:where(:not([data-rac])):focus-visible{outline-offset:2px}.contrast-more\:focus-within\:outline-none:where([data-rac])[data-focus-within]{outline:2px solid transparent;outline-offset:2px}.contrast-more\:focus-within\:outline-none:where(:not([data-rac])):focus-within{outline:2px solid transparent;outline-offset:2px}.contrast-more\:disabled\:text-contrast-disabled:where([data-rac])[data-disabled]{color:GrayText}.contrast-more\:disabled\:text-contrast-disabled:where(:not([data-rac])):disabled{color:GrayText}}@media (prefers-contrast: less){.contrast-less\:border-contrast-disabled{border-color:GrayText}.contrast-less\:bg-contrast-selectedItem{background-color:SelectedItem}.contrast-less\:text-contrast-disabled{color:GrayText}.contrast-less\:outline-none{outline:2px solid transparent;outline-offset:2px}.peer:checked~.peer-checked\:contrast-less\:bg-contrast-disabled{background-color:GrayText}.contrast-less\:focus-within\:outline-none:where([data-rac])[data-focus-within]{outline:2px solid transparent;outline-offset:2px}.contrast-less\:focus-within\:outline-none:where(:not([data-rac])):focus-within{outline:2px solid transparent;outline-offset:2px}.peer:where([data-rac])[data-disabled]~.contrast-less\:peer-disabled\:border-contrast-disabled{border-color:GrayText}.peer:where(:not([data-rac])):disabled~.contrast-less\:peer-disabled\:border-contrast-disabled{border-color:GrayText}}@media not all and (min-width: 1024px){.max-lg\:\!min-h-0{min-height:0px!important}}@media not all and (min-width: 768px){.max-md\:hidden{display:none}}@media not all and (min-width: 640px){.max-sm\:right-\[15px\]{right:15px}.max-sm\:top-\[15px\]{top:15px}.max-sm\:hidden{display:none}}@media (min-width: 440px){.mobile\:max-w-\[509px\]{max-width:509px}.mobile\:items-center{align-items:center}.mobile\:justify-center{justify-content:center}}@media (min-width: 640px){.sm\:block{display:block}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:h-\[273px\]{height:273px}.sm\:h-\[48px\]{height:48px}.sm\:h-\[60px\]{height:60px}.sm\:h-fit{height:-moz-fit-content;height:fit-content}.sm\:w-\[60px\]{width:60px}.sm\:w-fit{width:-moz-fit-content;width:fit-content}.sm\:w-full{width:100%}.sm\:min-w-\[30px\]{min-width:30px}.sm\:max-w-72{max-width:18rem}.sm\:flex-1{flex:1 1 0%}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:justify-start{justify-content:flex-start}.sm\:justify-between{justify-content:space-between}.sm\:gap-x-4{column-gap:1rem}.sm\:p-2{padding:.5rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:pt-2{padding-top:.5rem}.sm\:text-xs{font-size:.75rem;line-height:1.125rem}}@media (min-width: 768px){.md\:static{position:static}.md\:sticky{position:sticky}.md\:top-20{top:5rem}.md\:order-1{order:1}.md\:order-none{order:0}.md\:col-span-3{grid-column:span 3 / span 3}.md\:col-span-4{grid-column:span 4 / span 4}.md\:col-span-6{grid-column:span 6 / span 6}.md\:col-span-8{grid-column:span 8 / span 8}.md\:mb-0{margin-bottom:0}.md\:ml-1\.5{margin-left:.375rem}.md\:mr-2{margin-right:.5rem}.md\:block{display:block}.md\:inline{display:inline}.md\:flex{display:flex}.md\:h-fit{height:-moz-fit-content;height:fit-content}.md\:max-h-min{max-height:min-content}.md\:w-\[149px\]{width:149px}.md\:w-\[279px\]{width:279px}.md\:w-\[492px\]{width:492px}.md\:w-\[50\%\]{width:50%}.md\:w-\[648px\]{width:648px}.md\:min-w-\[480px\]{min-width:480px}.md\:min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.md\:max-w-2xl{max-width:42rem}.md\:grid-flow-col{grid-auto-flow:column}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-start{align-items:flex-start}.md\:items-center{align-items:center}.md\:items-stretch{align-items:stretch}.md\:justify-normal{justify-content:normal}.md\:justify-end{justify-content:flex-end}.md\:justify-between{justify-content:space-between}.md\:px-5{padding-left:1.25rem;padding-right:1.25rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.md\:pb-0{padding-bottom:0}.md\:pe-3{padding-inline-end:.75rem}.md\:pt-4{padding-top:1rem}.md\:text-sm{font-size:.875rem;line-height:1.125rem}.md\:leading-5{line-height:1.25rem}}@media (min-width: 1024px){.lg\:ml-16{margin-left:4rem}.lg\:mt-20{margin-top:5rem}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:h-2\/3{height:66.666667%}.lg\:h-20{height:5rem}.lg\:h-dvh{height:100dvh}.lg\:w-\[27\%\]{width:27%}.lg\:w-\[45\%\]{width:45%}.lg\:w-\[55\%\]{width:55%}.lg\:w-\[73\%\]{width:73%}.lg\:min-w-\[315px\]{min-width:315px}.lg\:max-w-\[400px\]{max-width:400px}.lg\:flex-row{flex-direction:row}.lg\:flex-wrap{flex-wrap:wrap}.lg\:overflow-y-auto{overflow-y:auto}.lg\:border-none{border-style:none}.lg\:px-10{padding-left:2.5rem;padding-right:2.5rem}.lg\:px-20{padding-left:5rem;padding-right:5rem}.lg\:pt-10{padding-top:2.5rem}.desktopMd\:sticky{position:sticky}.desktopMd\:flex{display:flex}.desktopMd\:overflow-hidden{overflow:hidden}}@media (min-width: 1280px){.xl\:w-\[calc\(100\%-400px\)\]{width:calc(100% - 400px)}.xl\:max-w-\[671px\]{max-width:671px}.xl\:flex-nowrap{flex-wrap:nowrap}.xl\:items-center{align-items:center}}@media (min-width: 1920px){.ultra\:gap-x-4{column-gap:1rem}}.\[\&\>\*\]\:h-12>*{height:3rem}.\[\&\>\*\]\:h-5>*{height:1.25rem}.\[\&\>\*\]\:w-12>*{width:3rem}.\[\&\>\*\]\:w-5>*{width:1.25rem}.\[\&\>\:first-child\]\:shrink-0>:first-child{flex-shrink:0}.\[\&\>h2\]\:w-full>h2{width:100%}.\[\&\>span\]\:hover\:text-primary-600:where([data-rac])[data-hovered]>span{--tw-text-opacity: 1;color:rgb(57 35 169 / var(--tw-text-opacity, 1))}.\[\&\>span\]\:hover\:text-primary-600:where(:not([data-rac])):hover>span{--tw-text-opacity: 1;color:rgb(57 35 169 / var(--tw-text-opacity, 1))}.\[\&\>th\]\:min-w-\[89px\]>th{min-width:89px}
