@import"https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.impetus-test .Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.impetus-test .Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.impetus-test .Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.impetus-test .Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.impetus-test .Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.impetus-test .Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.impetus-test .Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.impetus-test .Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.impetus-test .Toastify__toast-container--top-left,.impetus-test .Toastify__toast-container--top-center,.impetus-test .Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.impetus-test .Toastify__toast-container--bottom-left,.impetus-test .Toastify__toast-container--bottom-center,.impetus-test .Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.impetus-test .Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.impetus-test .Toastify__toast{--y: 0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.impetus-test .Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.impetus-test .Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.impetus-test .Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.impetus-test .Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.impetus-test .Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.impetus-test .Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.impetus-test .Toastify__toast--stacked[data-pos=top]{top:0}.impetus-test .Toastify__toast--stacked[data-pos=bot]{bottom:0}.impetus-test .Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.impetus-test .Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.impetus-test .Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.impetus-test .Toastify__toast--rtl{direction:rtl}.impetus-test .Toastify__toast--close-on-click{cursor:pointer}.impetus-test .Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.impetus-test .Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.impetus-test .Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.impetus-test .Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.impetus-test .Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.impetus-test .Toastify__toast{margin-bottom:0;border-radius:0}}.impetus-test .Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.impetus-test .Toastify__toast-theme--light,.impetus-test .Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.impetus-test .Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.impetus-test .Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.impetus-test .Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.impetus-test .Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.impetus-test .Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.impetus-test .Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.impetus-test .Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.impetus-test .Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.impetus-test .Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.impetus-test .Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.impetus-test .Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.impetus-test .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.impetus-test .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.impetus-test .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.impetus-test .Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.impetus-test .Toastify__close-button--light{color:#000;opacity:.3}.impetus-test .Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.impetus-test .Toastify__close-button:hover,.impetus-test .Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.impetus-test .Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.impetus-test .Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.impetus-test .Toastify__progress-bar--controlled{transition:transform .2s}.impetus-test .Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.impetus-test .Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.impetus-test .Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.impetus-test .Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.impetus-test .Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.impetus-test .Toastify__bounce-enter--top-left,.impetus-test .Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.impetus-test .Toastify__bounce-enter--top-right,.impetus-test .Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.impetus-test .Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.impetus-test .Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.impetus-test .Toastify__bounce-exit--top-left,.impetus-test .Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.impetus-test .Toastify__bounce-exit--top-right,.impetus-test .Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.impetus-test .Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.impetus-test .Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.impetus-test .Toastify__zoom-enter{animation-name:Toastify__zoomIn}.impetus-test .Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.impetus-test .Toastify__flip-enter{animation-name:Toastify__flipIn}.impetus-test .Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.impetus-test .Toastify__slide-enter--top-left,.impetus-test .Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.impetus-test .Toastify__slide-enter--top-right,.impetus-test .Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.impetus-test .Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.impetus-test .Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.impetus-test .Toastify__slide-exit--top-left,.impetus-test .Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.impetus-test .Toastify__slide-exit--top-right,.impetus-test .Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.impetus-test .Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.impetus-test .Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*,: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:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-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::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}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}.impetus-test .container{width:100%}@media (min-width: 640px){.impetus-test .container{max-width:640px}}@media (min-width: 768px){.impetus-test .container{max-width:768px}}@media (min-width: 1024px){.impetus-test .container{max-width:1024px}}@media (min-width: 1280px){.impetus-test .container{max-width:1280px}}@media (min-width: 1536px){.impetus-test .container{max-width:1536px}}.impetus-test .prose{color:var(--tw-prose-body);max-width:65ch}.impetus-test .prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.impetus-test .prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.impetus-test .prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.impetus-test .prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.impetus-test .prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.impetus-test .prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.impetus-test .prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.impetus-test .prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.impetus-test .prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.impetus-test .prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.impetus-test .prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.impetus-test .prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.impetus-test .prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.impetus-test .prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.impetus-test .prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.impetus-test .prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.impetus-test .prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.impetus-test .prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.impetus-test .prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.impetus-test .prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.impetus-test .prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.impetus-test .prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.impetus-test .prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.impetus-test .prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.impetus-test .prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.impetus-test .prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.impetus-test .prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.impetus-test .prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.impetus-test .prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.impetus-test .prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.impetus-test .prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.impetus-test .prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.impetus-test .prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.impetus-test .prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.impetus-test .prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.impetus-test .prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.impetus-test .prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.impetus-test .prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.impetus-test .prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.impetus-test .prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.impetus-test .prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.impetus-test .prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.impetus-test .prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.impetus-test .prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.impetus-test .prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.impetus-test .prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.impetus-test .prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.impetus-test .prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.impetus-test .prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.impetus-test .prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.impetus-test .prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.impetus-test .prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.impetus-test .prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.impetus-test .prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.impetus-test .prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.impetus-test .prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.impetus-test .prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.impetus-test .prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.impetus-test .prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.impetus-test .prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.impetus-test .prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.impetus-test .prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.impetus-test .prose{--tw-prose-body: #374151;--tw-prose-headings: #111827;--tw-prose-lead: #4b5563;--tw-prose-links: #111827;--tw-prose-bold: #111827;--tw-prose-counters: #6b7280;--tw-prose-bullets: #d1d5db;--tw-prose-hr: #e5e7eb;--tw-prose-quotes: #111827;--tw-prose-quote-borders: #e5e7eb;--tw-prose-captions: #6b7280;--tw-prose-kbd: #111827;--tw-prose-kbd-shadows: rgb(17 24 39 / 10%);--tw-prose-code: #111827;--tw-prose-pre-code: #e5e7eb;--tw-prose-pre-bg: #1f2937;--tw-prose-th-borders: #d1d5db;--tw-prose-td-borders: #e5e7eb;--tw-prose-invert-body: #d1d5db;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #9ca3af;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #9ca3af;--tw-prose-invert-bullets: #4b5563;--tw-prose-invert-hr: #374151;--tw-prose-invert-quotes: #f3f4f6;--tw-prose-invert-quote-borders: #374151;--tw-prose-invert-captions: #9ca3af;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d1d5db;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #4b5563;--tw-prose-invert-td-borders: #374151;font-size:1rem;line-height:1.75}.impetus-test .prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.impetus-test .prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.impetus-test .prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.impetus-test .prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.impetus-test .prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.impetus-test .prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.impetus-test .prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.impetus-test .prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.impetus-test .prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.impetus-test .prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.impetus-test .prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.impetus-test .prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.impetus-test .prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.impetus-test .prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.impetus-test .prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.impetus-test .prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.impetus-test .prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.impetus-test .prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.impetus-test .prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.impetus-test .prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.impetus-test .prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.impetus-test .prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.impetus-test .prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.impetus-test .prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.impetus-test .prose-sm{font-size:.875rem;line-height:1.7142857}.impetus-test .prose-sm :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.impetus-test .prose-sm :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-top:.8888889em;margin-bottom:.8888889em}.impetus-test .prose-sm :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.1111111em}.impetus-test .prose-sm :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.1428571em;margin-top:0;margin-bottom:.8em;line-height:1.2}.impetus-test .prose-sm :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.4285714em;margin-top:1.6em;margin-bottom:.8em;line-height:1.4}.impetus-test .prose-sm :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;margin-top:1.5555556em;margin-bottom:.4444444em;line-height:1.5555556}.impetus-test .prose-sm :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.4285714em;margin-bottom:.5714286em;line-height:1.4285714}.impetus-test .prose-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.impetus-test .prose-sm :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.impetus-test .prose-sm :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.impetus-test .prose-sm :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.impetus-test .prose-sm :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;border-radius:.3125rem;padding-top:.1428571em;padding-inline-end:.3571429em;padding-bottom:.1428571em;padding-inline-start:.3571429em}.impetus-test .prose-sm :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em}.impetus-test .prose-sm :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.impetus-test .prose-sm :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.impetus-test .prose-sm :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.6666667;margin-top:1.6666667em;margin-bottom:1.6666667em;border-radius:.25rem;padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.impetus-test .prose-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.impetus-test .prose-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.impetus-test .prose-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;margin-bottom:.2857143em}.impetus-test .prose-sm :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.impetus-test .prose-sm :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.impetus-test .prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.impetus-test .prose-sm :where(.prose-sm>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.impetus-test .prose-sm :where(.prose-sm>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.impetus-test .prose-sm :where(.prose-sm>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.impetus-test .prose-sm :where(.prose-sm>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.impetus-test .prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.impetus-test .prose-sm :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.impetus-test .prose-sm :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.impetus-test .prose-sm :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;padding-inline-start:1.5714286em}.impetus-test .prose-sm :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.8571429em;margin-bottom:2.8571429em}.impetus-test .prose-sm :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.impetus-test .prose-sm :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.impetus-test .prose-sm :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.impetus-test .prose-sm :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.impetus-test .prose-sm :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.5}.impetus-test .prose-sm :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.impetus-test .prose-sm :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.impetus-test .prose-sm :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.impetus-test .prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.impetus-test .prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.impetus-test .prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.impetus-test .prose-sm :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.impetus-test .prose-sm :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.impetus-test .prose-sm :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.impetus-test .prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.impetus-test .prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.impetus-test .pointer-events-none{pointer-events:none}.impetus-test .\!visible{visibility:visible!important}.impetus-test .visible{visibility:visible}.impetus-test .invisible{visibility:hidden}.impetus-test .static{position:static}.impetus-test .fixed{position:fixed}.impetus-test .absolute{position:absolute}.impetus-test .relative{position:relative}.impetus-test .sticky{position:sticky}.impetus-test .inset-0{top:0;right:0;bottom:0;left:0}.impetus-test .inset-y-0{top:0;bottom:0}.impetus-test .bottom-0{bottom:0}.impetus-test .bottom-10{bottom:2.5rem}.impetus-test .bottom-4{bottom:1rem}.impetus-test .left-0\.5{left:.125rem}.impetus-test .left-1\/2{left:50%}.impetus-test .left-5{left:1.25rem}.impetus-test .right-0{right:0}.impetus-test .right-2{right:.5rem}.impetus-test .right-4{right:1rem}.impetus-test .right-5{right:1.25rem}.impetus-test .top-0{top:0}.impetus-test .top-10{top:2.5rem}.impetus-test .top-2{top:.5rem}.impetus-test .top-20{top:5rem}.impetus-test .top-\[72px\]{top:72px}.impetus-test .\!z-1001{z-index:1001!important}.impetus-test .z-10{z-index:10}.impetus-test .z-1001{z-index:1001}.impetus-test .z-40{z-index:40}.impetus-test .z-50{z-index:50}.impetus-test .order-1{order:1}.impetus-test .order-2{order:2}.impetus-test .m-1{margin:.25rem}.impetus-test .\!my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.impetus-test .mx-1{margin-left:.25rem;margin-right:.25rem}.impetus-test .mx-2{margin-left:.5rem;margin-right:.5rem}.impetus-test .mx-3{margin-left:.75rem;margin-right:.75rem}.impetus-test .mx-5{margin-left:1.25rem;margin-right:1.25rem}.impetus-test .mx-auto{margin-left:auto;margin-right:auto}.impetus-test .my-1{margin-top:.25rem;margin-bottom:.25rem}.impetus-test .my-10{margin-top:2.5rem;margin-bottom:2.5rem}.impetus-test .my-2{margin-top:.5rem;margin-bottom:.5rem}.impetus-test .my-3{margin-top:.75rem;margin-bottom:.75rem}.impetus-test .my-4{margin-top:1rem;margin-bottom:1rem}.impetus-test .my-5{margin-top:1.25rem;margin-bottom:1.25rem}.impetus-test .my-6{margin-top:1.5rem;margin-bottom:1.5rem}.impetus-test .my-\[0\.5rem\]{margin-top:.5rem;margin-bottom:.5rem}.impetus-test .\!mt-0{margin-top:0!important}.impetus-test .\!mt-2{margin-top:.5rem!important}.impetus-test .mb-0{margin-bottom:0}.impetus-test .mb-1{margin-bottom:.25rem}.impetus-test .mb-1\.5{margin-bottom:.375rem}.impetus-test .mb-10{margin-bottom:2.5rem}.impetus-test .mb-12{margin-bottom:3rem}.impetus-test .mb-2{margin-bottom:.5rem}.impetus-test .mb-3{margin-bottom:.75rem}.impetus-test .mb-4{margin-bottom:1rem}.impetus-test .mb-5{margin-bottom:1.25rem}.impetus-test .mb-6{margin-bottom:1.5rem}.impetus-test .mb-8{margin-bottom:2rem}.impetus-test .me-2{margin-inline-end:.5rem}.impetus-test .me-3{margin-inline-end:.75rem}.impetus-test .me-4{margin-inline-end:1rem}.impetus-test .ml-0{margin-left:0}.impetus-test .ml-1{margin-left:.25rem}.impetus-test .ml-1\.5{margin-left:.375rem}.impetus-test .ml-10{margin-left:2.5rem}.impetus-test .ml-2{margin-left:.5rem}.impetus-test .ml-3{margin-left:.75rem}.impetus-test .ml-4{margin-left:1rem}.impetus-test .ml-5{margin-left:1.25rem}.impetus-test .ml-6{margin-left:1.5rem}.impetus-test .ml-7{margin-left:1.75rem}.impetus-test .mr-1{margin-right:.25rem}.impetus-test .mr-10{margin-right:2.5rem}.impetus-test .mr-2{margin-right:.5rem}.impetus-test .mr-2\.5{margin-right:.625rem}.impetus-test .mr-3{margin-right:.75rem}.impetus-test .mr-4{margin-right:1rem}.impetus-test .mt-0{margin-top:0}.impetus-test .mt-0\.5{margin-top:.125rem}.impetus-test .mt-1{margin-top:.25rem}.impetus-test .mt-1\.5{margin-top:.375rem}.impetus-test .mt-10{margin-top:2.5rem}.impetus-test .mt-16{margin-top:4rem}.impetus-test .mt-2{margin-top:.5rem}.impetus-test .mt-3{margin-top:.75rem}.impetus-test .mt-4{margin-top:1rem}.impetus-test .mt-5{margin-top:1.25rem}.impetus-test .mt-6{margin-top:1.5rem}.impetus-test .mt-8{margin-top:2rem}.impetus-test .line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.impetus-test .line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.impetus-test .block{display:block}.impetus-test .inline{display:inline}.impetus-test .\!flex{display:flex!important}.impetus-test .flex{display:flex}.impetus-test .table{display:table}.impetus-test .grid{display:grid}.impetus-test .\!hidden{display:none!important}.impetus-test .hidden{display:none}.impetus-test .\!h-6{height:1.5rem!important}.impetus-test .\!h-8{height:2rem!important}.impetus-test .h-10{height:2.5rem}.impetus-test .h-11{height:2.75rem}.impetus-test .h-12{height:3rem}.impetus-test .h-14{height:3.5rem}.impetus-test .h-16{height:4rem}.impetus-test .h-20{height:5rem}.impetus-test .h-24{height:6rem}.impetus-test .h-28{height:7rem}.impetus-test .h-4{height:1rem}.impetus-test .h-40{height:10rem}.impetus-test .h-44{height:11rem}.impetus-test .h-5{height:1.25rem}.impetus-test .h-52{height:13rem}.impetus-test .h-56{height:14rem}.impetus-test .h-6{height:1.5rem}.impetus-test .h-7{height:1.75rem}.impetus-test .h-72{height:18rem}.impetus-test .h-8{height:2rem}.impetus-test .h-\[200px\]{height:200px}.impetus-test .h-\[26rem\]{height:26rem}.impetus-test .h-\[44px\]{height:44px}.impetus-test .h-\[50px\]{height:50px}.impetus-test .h-\[65vh\]{height:65vh}.impetus-test .h-\[6rem\]{height:6rem}.impetus-test .h-\[calc\(100\%-72px\)\]{height:calc(100% - 72px)}.impetus-test .h-auto{height:auto}.impetus-test .h-dvh{height:100dvh}.impetus-test .h-fit{height:-moz-fit-content;height:fit-content}.impetus-test .h-full{height:100%}.impetus-test .h-screen{height:100vh}.impetus-test .max-h-0{max-height:0px}.impetus-test .max-h-\[200px\]{max-height:200px}.impetus-test .max-h-full{max-height:100%}.impetus-test .max-h-screen{max-height:100vh}.impetus-test .\!min-h-full{min-height:100%!important}.impetus-test .min-h-20{min-height:5rem}.impetus-test .min-h-\[160px\]{min-height:160px}.impetus-test .min-h-\[300px\]{min-height:300px}.impetus-test .min-h-\[400px\]{min-height:400px}.impetus-test .min-h-\[44px\]{min-height:44px}.impetus-test .min-h-\[500px\]{min-height:500px}.impetus-test .min-h-dvh{min-height:100dvh}.impetus-test .min-h-full{min-height:100%}.impetus-test .\!w-9{width:2.25rem!important}.impetus-test .\!w-auto{width:auto!important}.impetus-test .\!w-full{width:100%!important}.impetus-test .w-1{width:.25rem}.impetus-test .w-1\/2{width:50%}.impetus-test .w-1\/4{width:25%}.impetus-test .w-1\/6{width:16.666667%}.impetus-test .w-10\/12{width:83.333333%}.impetus-test .w-11{width:2.75rem}.impetus-test .w-12{width:3rem}.impetus-test .w-14{width:3.5rem}.impetus-test .w-16{width:4rem}.impetus-test .w-2{width:.5rem}.impetus-test .w-2\/12{width:16.666667%}.impetus-test .w-20{width:5rem}.impetus-test .w-24{width:6rem}.impetus-test .w-3\/12{width:25%}.impetus-test .w-4{width:1rem}.impetus-test .w-40{width:10rem}.impetus-test .w-44{width:11rem}.impetus-test .w-5{width:1.25rem}.impetus-test .w-5\/12{width:41.666667%}.impetus-test .w-6{width:1.5rem}.impetus-test .w-6\/12{width:50%}.impetus-test .w-64{width:16rem}.impetus-test .w-7\/12{width:58.333333%}.impetus-test .w-70{width:17rem}.impetus-test .w-72{width:18rem}.impetus-test .w-80{width:20rem}.impetus-test .w-9{width:2.25rem}.impetus-test .w-\[200px\]{width:200px}.impetus-test .w-\[300px\]{width:300px}.impetus-test .w-\[85\%\]{width:85%}.impetus-test .w-fit{width:-moz-fit-content;width:fit-content}.impetus-test .w-full{width:100%}.impetus-test .w-px{width:1px}.impetus-test .min-w-11{min-width:2.75rem}.impetus-test .min-w-40{min-width:10rem}.impetus-test .min-w-44{min-width:11rem}.impetus-test .min-w-\[400px\]{min-width:400px}.impetus-test .max-w-60{max-width:15rem}.impetus-test .max-w-\[85\%\]{max-width:85%}.impetus-test .max-w-\[95\%\]{max-width:95%}.impetus-test .max-w-\[96\%\]{max-width:96%}.impetus-test .max-w-full{max-width:100%}.impetus-test .flex-1{flex:1 1 0%}.impetus-test .flex-shrink-0{flex-shrink:0}.impetus-test .flex-grow{flex-grow:1}.impetus-test .-translate-x-1\/2{--tw-translate-x: -50%;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))}.impetus-test .-translate-y-1\/2{--tw-translate-y: -50%;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))}.impetus-test .translate-x-1\/2{--tw-translate-x: 50%;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))}.impetus-test .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))}.impetus-test .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))}@keyframes spin{to{transform:rotate(360deg)}}.impetus-test .animate-spin{animation:spin 1s linear infinite}.impetus-test .cursor-default{cursor:default}.impetus-test .cursor-pointer{cursor:pointer}.impetus-test .appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.impetus-test .grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.impetus-test .\!flex-row{flex-direction:row!important}.impetus-test .flex-row{flex-direction:row}.impetus-test .flex-row-reverse{flex-direction:row-reverse}.impetus-test .flex-col{flex-direction:column}.impetus-test .flex-wrap{flex-wrap:wrap}.impetus-test .flex-nowrap{flex-wrap:nowrap}.impetus-test .content-center{align-content:center}.impetus-test .items-start{align-items:flex-start}.impetus-test .items-end{align-items:flex-end}.impetus-test .items-center{align-items:center}.impetus-test .justify-start{justify-content:flex-start}.impetus-test .justify-end{justify-content:flex-end}.impetus-test .justify-center{justify-content:center}.impetus-test .justify-between{justify-content:space-between}.impetus-test .gap-1{gap:.25rem}.impetus-test .gap-1\.5{gap:.375rem}.impetus-test .gap-2{gap:.5rem}.impetus-test .gap-3{gap:.75rem}.impetus-test .gap-4{gap:1rem}.impetus-test .gap-6{gap:1.5rem}.impetus-test .gap-8{gap:2rem}.impetus-test .gap-px{gap:1px}.impetus-test .space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.impetus-test .space-x-5>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.25rem * var(--tw-space-x-reverse));margin-left:calc(1.25rem * calc(1 - var(--tw-space-x-reverse)))}.impetus-test .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))}.impetus-test .space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.impetus-test .space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.impetus-test .self-center{align-self:center}.impetus-test .justify-self-center{justify-self:center}.impetus-test .overflow-auto{overflow:auto}.impetus-test .overflow-hidden{overflow:hidden}.impetus-test .overflow-x-auto{overflow-x:auto}.impetus-test .overflow-y-auto{overflow-y:auto}.impetus-test .overflow-x-hidden{overflow-x:hidden}.impetus-test .overflow-x-scroll{overflow-x:scroll}.impetus-test .whitespace-normal{white-space:normal}.impetus-test .break-words{overflow-wrap:break-word}.impetus-test .rounded{border-radius:.25rem}.impetus-test .rounded-2xl{border-radius:1rem}.impetus-test .rounded-\[10px\]{border-radius:10px}.impetus-test .rounded-full{border-radius:9999px}.impetus-test .rounded-lg{border-radius:.5rem}.impetus-test .rounded-md{border-radius:.375rem}.impetus-test .rounded-xl{border-radius:.75rem}.impetus-test .rounded-l-xl{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.impetus-test .rounded-r-xl{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.impetus-test .rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.impetus-test .border{border-width:1px}.impetus-test .border-0\.5{border-width:.5px}.impetus-test .border-1{border-width:1px}.impetus-test .border-2{border-width:2px}.impetus-test .border-4{border-width:4px}.impetus-test .border-6{border-width:6px}.impetus-test .border-x-1{border-left-width:1px;border-right-width:1px}.impetus-test .border-y-0{border-top-width:0px;border-bottom-width:0px}.impetus-test .border-b-1{border-bottom-width:1px}.impetus-test .border-b-2{border-bottom-width:2px}.impetus-test .border-l-2{border-left-width:2px}.impetus-test .border-r-1{border-right-width:1px}.impetus-test .border-r-2{border-right-width:2px}.impetus-test .border-solid{border-style:solid}.impetus-test .border-dashed{border-style:dashed}.impetus-test .border-none{border-style:none}.impetus-test .\!border-danger{--tw-border-opacity: 1 !important;border-color:rgb(176 59 46 / var(--tw-border-opacity, 1))!important}.impetus-test .\!border-grey-300{--tw-border-opacity: 1 !important;border-color:rgb(226 224 218 / var(--tw-border-opacity, 1))!important}.impetus-test .border-\[\#ccc\]{--tw-border-opacity: 1;border-color:rgb(204 204 204 / var(--tw-border-opacity, 1))}.impetus-test .border-danger{--tw-border-opacity: 1;border-color:rgb(176 59 46 / var(--tw-border-opacity, 1))}.impetus-test .border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.impetus-test .border-grey{--tw-border-opacity: 1;border-color:rgb(206 204 196 / var(--tw-border-opacity, 1))}.impetus-test .border-grey-200{--tw-border-opacity: 1;border-color:rgb(245 244 243 / var(--tw-border-opacity, 1))}.impetus-test .border-grey-300{--tw-border-opacity: 1;border-color:rgb(226 224 218 / var(--tw-border-opacity, 1))}.impetus-test .border-grey-400{--tw-border-opacity: 1;border-color:rgb(216 214 207 / var(--tw-border-opacity, 1))}.impetus-test .border-grey-600{--tw-border-opacity: 1;border-color:rgb(165 163 156 / var(--tw-border-opacity, 1))}.impetus-test .border-grey-700{--tw-border-opacity: 1;border-color:rgb(124 116 116 / var(--tw-border-opacity, 1))}.impetus-test .border-primary{--tw-border-opacity: 1;border-color:rgb(190 156 92 / var(--tw-border-opacity, 1))}.impetus-test .border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.impetus-test .border-opacity-50{--tw-border-opacity: .5}.impetus-test .\!bg-grey-300{--tw-bg-opacity: 1 !important;background-color:rgb(226 224 218 / var(--tw-bg-opacity, 1))!important}.impetus-test .\!bg-grey-50{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))!important}.impetus-test .\!bg-primary{--tw-bg-opacity: 1 !important;background-color:rgb(190 156 92 / var(--tw-bg-opacity, 1))!important}.impetus-test .\!bg-primary-200{--tw-bg-opacity: 1 !important;background-color:rgb(217 201 182 / var(--tw-bg-opacity, 1))!important}.impetus-test .\!bg-secondary{--tw-bg-opacity: 1 !important;background-color:rgb(229 220 206 / var(--tw-bg-opacity, 1))!important}.impetus-test .bg-\[\#f0f0f0\]{--tw-bg-opacity: 1;background-color:rgb(240 240 240 / var(--tw-bg-opacity, 1))}.impetus-test .bg-blue-silver-700{--tw-bg-opacity: 1;background-color:rgb(86 88 90 / var(--tw-bg-opacity, 1))}.impetus-test .bg-danger{--tw-bg-opacity: 1;background-color:rgb(176 59 46 / var(--tw-bg-opacity, 1))}.impetus-test .bg-danger-100{--tw-bg-opacity: 1;background-color:rgb(239 215 213 / var(--tw-bg-opacity, 1))}.impetus-test .bg-dark-grey-50\/60{background-color:#05070799}.impetus-test .bg-dark-grey-50\/75{background-color:#050707bf}.impetus-test .bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.impetus-test .bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.impetus-test .bg-grey{--tw-bg-opacity: 1;background-color:rgb(206 204 196 / var(--tw-bg-opacity, 1))}.impetus-test .bg-grey-100,.impetus-test .bg-grey-200{--tw-bg-opacity: 1;background-color:rgb(245 244 243 / var(--tw-bg-opacity, 1))}.impetus-test .bg-grey-300{--tw-bg-opacity: 1;background-color:rgb(226 224 218 / var(--tw-bg-opacity, 1))}.impetus-test .bg-grey-400{--tw-bg-opacity: 1;background-color:rgb(216 214 207 / var(--tw-bg-opacity, 1))}.impetus-test .bg-grey-50{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.impetus-test .bg-info-100{--tw-bg-opacity: 1;background-color:rgb(215 226 232 / var(--tw-bg-opacity, 1))}.impetus-test .bg-primary{--tw-bg-opacity: 1;background-color:rgb(190 156 92 / var(--tw-bg-opacity, 1))}.impetus-test .bg-primary-100{--tw-bg-opacity: 1;background-color:rgb(229 220 206 / var(--tw-bg-opacity, 1))}.impetus-test .bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.impetus-test .bg-secondary{--tw-bg-opacity: 1;background-color:rgb(229 220 206 / var(--tw-bg-opacity, 1))}.impetus-test .bg-sky-400{--tw-bg-opacity: 1;background-color:rgb(56 189 248 / var(--tw-bg-opacity, 1))}.impetus-test .bg-success{--tw-bg-opacity: 1;background-color:rgb(47 125 49 / var(--tw-bg-opacity, 1))}.impetus-test .bg-success-100{--tw-bg-opacity: 1;background-color:rgb(213 228 214 / var(--tw-bg-opacity, 1))}.impetus-test .bg-transparent{background-color:transparent}.impetus-test .bg-warning{--tw-bg-opacity: 1;background-color:rgb(229 126 37 / var(--tw-bg-opacity, 1))}.impetus-test .bg-warning-100{--tw-bg-opacity: 1;background-color:rgb(249 229 211 / var(--tw-bg-opacity, 1))}.impetus-test .object-contain{-o-object-fit:contain;object-fit:contain}.impetus-test .object-cover{-o-object-fit:cover;object-fit:cover}.impetus-test .\!p-1{padding:.25rem!important}.impetus-test .\!p-2{padding:.5rem!important}.impetus-test .p-0{padding:0}.impetus-test .p-1{padding:.25rem}.impetus-test .p-10{padding:2.5rem}.impetus-test .p-2{padding:.5rem}.impetus-test .p-2\.5{padding:.625rem}.impetus-test .p-20{padding:5rem}.impetus-test .p-3{padding:.75rem}.impetus-test .p-4{padding:1rem}.impetus-test .p-5{padding:1.25rem}.impetus-test .p-6{padding:1.5rem}.impetus-test .p-8{padding:2rem}.impetus-test .p-\[0\.8rem\]{padding:.8rem}.impetus-test .\!px-1{padding-left:.25rem!important;padding-right:.25rem!important}.impetus-test .\!px-2{padding-left:.5rem!important;padding-right:.5rem!important}.impetus-test .\!py-0{padding-top:0!important;padding-bottom:0!important}.impetus-test .\!py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.impetus-test .px-1\.5{padding-left:.375rem;padding-right:.375rem}.impetus-test .px-2{padding-left:.5rem;padding-right:.5rem}.impetus-test .px-3{padding-left:.75rem;padding-right:.75rem}.impetus-test .px-4{padding-left:1rem;padding-right:1rem}.impetus-test .px-5{padding-left:1.25rem;padding-right:1.25rem}.impetus-test .px-6{padding-left:1.5rem;padding-right:1.5rem}.impetus-test .px-7{padding-left:1.75rem;padding-right:1.75rem}.impetus-test .py-0{padding-top:0;padding-bottom:0}.impetus-test .py-1{padding-top:.25rem;padding-bottom:.25rem}.impetus-test .py-2{padding-top:.5rem;padding-bottom:.5rem}.impetus-test .py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.impetus-test .py-3{padding-top:.75rem;padding-bottom:.75rem}.impetus-test .py-4{padding-top:1rem;padding-bottom:1rem}.impetus-test .py-5{padding-top:1.25rem;padding-bottom:1.25rem}.impetus-test .py-6{padding-top:1.5rem;padding-bottom:1.5rem}.impetus-test .pb-10{padding-bottom:2.5rem}.impetus-test .pb-3{padding-bottom:.75rem}.impetus-test .pb-4{padding-bottom:1rem}.impetus-test .pb-5{padding-bottom:1.25rem}.impetus-test .pb-8{padding-bottom:2rem}.impetus-test .pl-3{padding-left:.75rem}.impetus-test .pl-4{padding-left:1rem}.impetus-test .pl-5{padding-left:1.25rem}.impetus-test .pl-8{padding-left:2rem}.impetus-test .pr-1{padding-right:.25rem}.impetus-test .pr-2{padding-right:.5rem}.impetus-test .pr-4{padding-right:1rem}.impetus-test .pr-5{padding-right:1.25rem}.impetus-test .pr-8{padding-right:2rem}.impetus-test .pt-0{padding-top:0}.impetus-test .pt-2{padding-top:.5rem}.impetus-test .pt-3{padding-top:.75rem}.impetus-test .text-left{text-align:left}.impetus-test .text-center{text-align:center}.impetus-test .text-start{text-align:start}.impetus-test .align-middle{vertical-align:middle}.impetus-test .\!text-\[16px\]{font-size:16px!important}.impetus-test .text-2xl{font-size:1.5rem;line-height:2rem}.impetus-test .text-3xl{font-size:1.875rem;line-height:2.25rem}.impetus-test .text-4xl{font-size:2.25rem;line-height:2.5rem}.impetus-test .text-5xl{font-size:3rem;line-height:1}.impetus-test .text-\[13px\]{font-size:13px}.impetus-test .text-\[15px\]{font-size:15px}.impetus-test .text-\[16px\]{font-size:16px}.impetus-test .text-\[18px\]{font-size:18px}.impetus-test .text-base{font-size:.875rem}.impetus-test .text-base\/8{font-size:.875rem;line-height:2rem}.impetus-test .text-lg{font-size:1.125rem;line-height:1.75rem}.impetus-test .text-md{font-size:1rem}.impetus-test .text-sm{font-size:.75rem}.impetus-test .text-xl{font-size:1.25rem}.impetus-test .text-xs{font-size:.625rem}.impetus-test .font-bold{font-weight:500}.impetus-test .font-light{font-weight:300}.impetus-test .font-medium{font-weight:500}.impetus-test .font-normal{font-weight:400}.impetus-test .uppercase{text-transform:uppercase}.impetus-test .italic{font-style:italic}.impetus-test .leading-3{line-height:.75rem}.impetus-test .leading-4{line-height:1rem}.impetus-test .leading-6{line-height:1.5rem}.impetus-test .\!text-grey-900{--tw-text-opacity: 1 !important;color:rgb(41 40 39 / var(--tw-text-opacity, 1))!important}.impetus-test .\!text-primary{--tw-text-opacity: 1 !important;color:rgb(190 156 92 / var(--tw-text-opacity, 1))!important}.impetus-test .\!text-white{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.impetus-test .text-\[\#404d62\]{--tw-text-opacity: 1;color:rgb(64 77 98 / var(--tw-text-opacity, 1))}.impetus-test .text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.impetus-test .text-danger{--tw-text-opacity: 1;color:rgb(176 59 46 / var(--tw-text-opacity, 1))}.impetus-test .text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.impetus-test .text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.impetus-test .text-grey{--tw-text-opacity: 1;color:rgb(206 204 196 / var(--tw-text-opacity, 1))}.impetus-test .text-grey-100{--tw-text-opacity: 1;color:rgb(245 244 243 / var(--tw-text-opacity, 1))}.impetus-test .text-grey-400{--tw-text-opacity: 1;color:rgb(216 214 207 / var(--tw-text-opacity, 1))}.impetus-test .text-grey-600{--tw-text-opacity: 1;color:rgb(165 163 156 / var(--tw-text-opacity, 1))}.impetus-test .text-grey-700{--tw-text-opacity: 1;color:rgb(124 116 116 / var(--tw-text-opacity, 1))}.impetus-test .text-grey-800{--tw-text-opacity: 1;color:rgb(82 81 78 / var(--tw-text-opacity, 1))}.impetus-test .text-grey-900{--tw-text-opacity: 1;color:rgb(41 40 39 / var(--tw-text-opacity, 1))}.impetus-test .text-info{--tw-text-opacity: 1;color:rgb(58 111 143 / var(--tw-text-opacity, 1))}.impetus-test .text-muted{--tw-text-opacity: 1;color:rgb(96 107 119 / var(--tw-text-opacity, 1))}.impetus-test .text-primary{--tw-text-opacity: 1;color:rgb(190 156 92 / var(--tw-text-opacity, 1))}.impetus-test .text-success{--tw-text-opacity: 1;color:rgb(47 125 49 / var(--tw-text-opacity, 1))}.impetus-test .text-warning{--tw-text-opacity: 1;color:rgb(229 126 37 / var(--tw-text-opacity, 1))}.impetus-test .text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.impetus-test .underline{text-decoration-line:underline}.impetus-test .no-underline{text-decoration-line:none}.impetus-test .opacity-0{opacity:0}.impetus-test .opacity-50{opacity:.5}.impetus-test .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)}.impetus-test .shadow-\[0_0_6px_rgba\(2\,1\,1\,0\.2\)\]{--tw-shadow: 0 0 6px rgba(2,1,1,.2);--tw-shadow-colored: 0 0 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)}.impetus-test .shadow-\[inset_0_-2px_4px_rgba\(0\,0\,0\,0\.2\)\]{--tw-shadow: inset 0 -2px 4px rgba(0,0,0,.2);--tw-shadow-colored: inset 0 -2px 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)}.impetus-test .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)}.impetus-test .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)}.impetus-test .shadow-none{--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)}.impetus-test .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)}.impetus-test .outline{outline-style:solid}.impetus-test .outline-0\.5{outline-width:.5px}.impetus-test .outline-1{outline-width:1px}.impetus-test .blur-md{--tw-blur: blur(12px);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)}.impetus-test .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)}.impetus-test .\!filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.impetus-test .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)}.impetus-test .transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.impetus-test .transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.impetus-test .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}.impetus-test .transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.impetus-test .transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.impetus-test .duration-100{transition-duration:.1s}.impetus-test .duration-150{transition-duration:.15s}.impetus-test .duration-200{transition-duration:.2s}.impetus-test .duration-300{transition-duration:.3s}.impetus-test .ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.impetus-test .ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.impetus-test .scrollbar-hide{scrollbar-width:none;-ms-overflow-style:none}.impetus-test .scrollbar-hide::-webkit-scrollbar{display:none}.impetus-test .\!bg-grey-50{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity))!important}.impetus-test .bg-grey-50{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}[data-mode=dark] .\!bg-grey-50{background-color:rgb(5 7 7 / var(--tw-bg-opacity))!important}[data-mode=dark] .bg-grey-50{background-color:rgb(5 7 7 / var(--tw-bg-opacity))}.impetus-test .text-grey-100{--tw-text-opacity: 1;color:rgb(245 244 243 / var(--tw-text-opacity))}[data-mode=dark] .text-grey-100{color:rgb(12 11 10 / var(--tw-text-opacity))}.impetus-test .bg-grey-100{--tw-bg-opacity: 1;background-color:rgb(245 244 243 / var(--tw-bg-opacity))}[data-mode=dark] .bg-grey-100{background-color:rgb(12 11 10 / var(--tw-bg-opacity))}.impetus-test .bg-grey-200{--tw-bg-opacity: 1;background-color:rgb(245 244 243 / var(--tw-bg-opacity))}[data-mode=dark] .bg-grey-200{background-color:rgb(23 23 21 / var(--tw-bg-opacity))}.impetus-test .border-grey-200{--tw-border-opacity: 1;border-color:rgb(245 244 243 / var(--tw-border-opacity))}[data-mode=dark] .border-grey-200{border-color:rgb(23 23 21 / var(--tw-border-opacity))}.impetus-test .\!bg-grey-300{--tw-bg-opacity: 1 !important;background-color:rgb(226 224 218 / var(--tw-bg-opacity))!important}.impetus-test .bg-grey-300{--tw-bg-opacity: 1;background-color:rgb(226 224 218 / var(--tw-bg-opacity))}[data-mode=dark] .\!bg-grey-300{background-color:rgb(36 34 30 / var(--tw-bg-opacity))!important}[data-mode=dark] .bg-grey-300{background-color:rgb(36 34 30 / var(--tw-bg-opacity))}.impetus-test .\!border-grey-300{--tw-border-opacity: 1 !important;border-color:rgb(226 224 218 / var(--tw-border-opacity))!important}.impetus-test .border-grey-300{--tw-border-opacity: 1;border-color:rgb(226 224 218 / var(--tw-border-opacity))}[data-mode=dark] .\!border-grey-300{border-color:rgb(36 34 30 / var(--tw-border-opacity))!important}[data-mode=dark] .border-grey-300{border-color:rgb(36 34 30 / var(--tw-border-opacity))}.impetus-test .text-grey-400{--tw-text-opacity: 1;color:rgb(216 214 207 / var(--tw-text-opacity))}[data-mode=dark] .text-grey-400{color:rgb(47 45 40 / var(--tw-text-opacity))}.impetus-test .bg-grey-400{--tw-bg-opacity: 1;background-color:rgb(216 214 207 / var(--tw-bg-opacity))}[data-mode=dark] .bg-grey-400{background-color:rgb(47 45 40 / var(--tw-bg-opacity))}.impetus-test .border-grey-400{--tw-border-opacity: 1;border-color:rgb(216 214 207 / var(--tw-border-opacity))}[data-mode=dark] .border-grey-400{border-color:rgb(47 45 40 / var(--tw-border-opacity))}.impetus-test .text-grey-600{--tw-text-opacity: 1;color:rgb(165 163 156 / var(--tw-text-opacity))}[data-mode=dark] .text-grey-600{color:rgb(98 96 91 / var(--tw-text-opacity))}.impetus-test .border-grey-600{--tw-border-opacity: 1;border-color:rgb(165 163 156 / var(--tw-border-opacity))}[data-mode=dark] .border-grey-600{border-color:rgb(98 96 91 / var(--tw-border-opacity))}.impetus-test .text-grey-700{--tw-text-opacity: 1;color:rgb(124 116 116 / var(--tw-text-opacity))}[data-mode=dark] .text-grey-700{color:rgb(138 136 132 / var(--tw-text-opacity))}.impetus-test .border-grey-700{--tw-border-opacity: 1;border-color:rgb(124 116 116 / var(--tw-border-opacity))}[data-mode=dark] .border-grey-700{border-color:rgb(138 136 132 / var(--tw-border-opacity))}.impetus-test .outline-grey-700{outline-color:#7c7474}[data-mode=dark] .outline-grey-700{outline-color:#8a8884}.impetus-test .text-grey-800{--tw-text-opacity: 1;color:rgb(82 81 78 / var(--tw-text-opacity))}[data-mode=dark] .text-grey-800{color:rgb(188 176 174 / var(--tw-text-opacity))}.impetus-test .\!text-grey-900{--tw-text-opacity: 1 !important;color:rgb(41 40 39 / var(--tw-text-opacity))!important}.impetus-test .text-grey-900{--tw-text-opacity: 1;color:rgb(41 40 39 / var(--tw-text-opacity))}[data-mode=dark] .\!text-grey-900{color:rgb(216 215 214 / var(--tw-text-opacity))!important}[data-mode=dark] .text-grey-900{color:rgb(216 215 214 / var(--tw-text-opacity))}.impetus-test .text-grey{--tw-text-opacity: 1;color:rgb(206 204 196 / var(--tw-text-opacity))}[data-mode=dark] .text-grey{color:rgb(58 56 51 / var(--tw-text-opacity))}.impetus-test .bg-grey{--tw-bg-opacity: 1;background-color:rgb(206 204 196 / var(--tw-bg-opacity))}[data-mode=dark] .bg-grey{background-color:rgb(58 56 51 / var(--tw-bg-opacity))}.impetus-test .border-grey{--tw-border-opacity: 1;border-color:rgb(206 204 196 / var(--tw-border-opacity))}[data-mode=dark] .border-grey{border-color:rgb(58 56 51 / var(--tw-border-opacity))}.impetus-test .bg-blue-silver-700{--tw-bg-opacity: 1;background-color:rgb(86 88 90 / var(--tw-bg-opacity))}[data-mode=dark] .bg-blue-silver-700{background-color:rgb(166 167 168 / var(--tw-bg-opacity))}.impetus-test .bg-primary-100{--tw-bg-opacity: 1;background-color:rgb(229 220 206 / var(--tw-bg-opacity))}[data-mode=dark] .bg-primary-100{background-color:rgb(46 39 29 / var(--tw-bg-opacity))}.impetus-test .\!bg-primary-200{--tw-bg-opacity: 1 !important;background-color:rgb(217 201 182 / var(--tw-bg-opacity))!important}[data-mode=dark] .\!bg-primary-200{background-color:rgb(68 57 43 / var(--tw-bg-opacity))!important}.impetus-test .outline-primary-200{outline-color:#d9c9b6}[data-mode=dark] .outline-primary-200{outline-color:#44392b}.impetus-test .\!text-primary{--tw-text-opacity: 1 !important;color:rgb(190 156 92 / var(--tw-text-opacity))!important}.impetus-test .text-primary{--tw-text-opacity: 1;color:rgb(190 156 92 / var(--tw-text-opacity))}[data-mode=dark] .\!text-primary{color:rgb(133 116 88 / var(--tw-text-opacity))!important}[data-mode=dark] .text-primary{color:rgb(133 116 88 / var(--tw-text-opacity))}.impetus-test .\!bg-primary{--tw-bg-opacity: 1 !important;background-color:rgb(190 156 92 / var(--tw-bg-opacity))!important}.impetus-test .bg-primary{--tw-bg-opacity: 1;background-color:rgb(190 156 92 / var(--tw-bg-opacity))}[data-mode=dark] .\!bg-primary{background-color:rgb(133 116 88 / var(--tw-bg-opacity))!important}[data-mode=dark] .bg-primary{background-color:rgb(133 116 88 / var(--tw-bg-opacity))}.impetus-test .border-primary{--tw-border-opacity: 1;border-color:rgb(190 156 92 / var(--tw-border-opacity))}[data-mode=dark] .border-primary{border-color:rgb(133 116 88 / var(--tw-border-opacity))}.impetus-test .outline-primary{outline-color:#be9c5c}[data-mode=dark] .outline-primary{outline-color:#857458}.impetus-test .bg-success-100{--tw-bg-opacity: 1;background-color:rgb(213 228 214 / var(--tw-bg-opacity))}[data-mode=dark] .bg-success-100{background-color:rgb(29 40 30 / var(--tw-bg-opacity))}.impetus-test .text-success{--tw-text-opacity: 1;color:rgb(47 125 49 / var(--tw-text-opacity))}[data-mode=dark] .text-success{color:rgb(142 196 143 / var(--tw-text-opacity))}.impetus-test .bg-success{--tw-bg-opacity: 1;background-color:rgb(47 125 49 / var(--tw-bg-opacity))}[data-mode=dark] .bg-success{background-color:rgb(142 196 143 / var(--tw-bg-opacity))}.impetus-test .bg-danger-100{--tw-bg-opacity: 1;background-color:rgb(239 215 213 / var(--tw-bg-opacity))}[data-mode=dark] .bg-danger-100{background-color:rgb(38 21 20 / var(--tw-bg-opacity))}.impetus-test .text-danger{--tw-text-opacity: 1;color:rgb(176 59 46 / var(--tw-text-opacity))}[data-mode=dark] .text-danger{color:rgb(189 108 99 / var(--tw-text-opacity))}.impetus-test .bg-danger{--tw-bg-opacity: 1;background-color:rgb(176 59 46 / var(--tw-bg-opacity))}[data-mode=dark] .bg-danger{background-color:rgb(189 108 99 / var(--tw-bg-opacity))}.impetus-test .\!border-danger{--tw-border-opacity: 1 !important;border-color:rgb(176 59 46 / var(--tw-border-opacity))!important}.impetus-test .border-danger{--tw-border-opacity: 1;border-color:rgb(176 59 46 / var(--tw-border-opacity))}[data-mode=dark] .\!border-danger{border-color:rgb(189 108 99 / var(--tw-border-opacity))!important}[data-mode=dark] .border-danger{border-color:rgb(189 108 99 / var(--tw-border-opacity))}.impetus-test .\!outline-danger{outline-color:#b03b2e!important}.impetus-test .outline-danger{outline-color:#b03b2e}[data-mode=dark] .\!outline-danger{outline-color:#bd6c63!important}[data-mode=dark] .outline-danger{outline-color:#bd6c63}.impetus-test .bg-warning-100{--tw-bg-opacity: 1;background-color:rgb(249 229 211 / var(--tw-bg-opacity))}[data-mode=dark] .bg-warning-100{background-color:rgb(38 24 12 / var(--tw-bg-opacity))}.impetus-test .text-warning{--tw-text-opacity: 1;color:rgb(229 126 37 / var(--tw-text-opacity))}[data-mode=dark] .text-warning{color:rgb(189 117 55 / var(--tw-text-opacity))}.impetus-test .bg-warning{--tw-bg-opacity: 1;background-color:rgb(229 126 37 / var(--tw-bg-opacity))}[data-mode=dark] .bg-warning{background-color:rgb(189 117 55 / var(--tw-bg-opacity))}.impetus-test .bg-info-100{--tw-bg-opacity: 1;background-color:rgb(215 226 232 / var(--tw-bg-opacity))}[data-mode=dark] .bg-info-100{background-color:rgb(26 33 37 / var(--tw-bg-opacity))}.impetus-test .text-info{--tw-text-opacity: 1;color:rgb(58 111 143 / var(--tw-text-opacity))}[data-mode=dark] .text-info{color:rgb(125 162 184 / var(--tw-text-opacity))}.impetus-test .\[--anchor-gap\:var\(--spacing-1\)\]{--anchor-gap: var(--spacing-1)}.impetus-test .component-selected,.impetus-test .component-hover{position:relative;cursor:move}.impetus-test .component-selected:after{content:" ";pointer-events:none;position:absolute;left:0;top:0;display:block;height:100%;width:100%;border-width:2px;border-style:dashed;--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.impetus-test .component-hover:after{content:" ";pointer-events:none;position:absolute;left:0;top:0;display:block;height:100%;width:100%;border-width:2px;border-style:dashed;--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.impetus-test{--muted: #8697a7;--dark: #282828;--dark-light: #202020;--grey-100: #f7f9f9;--grey-200: #f6f8fa;--grey-300: #e8eded;--grey-400: #e1e7e7;--grey: #d9d9d9;--grey-600: #c2cdd7;--grey-700: #8697a7;--grey-800: #575a5a;--grey-900: #42495a;--petrol-blue-100: #ccd9dc;--petrol-blue-200: #99b3b9;--petrol-blue-300: #668c95;--petrol-blue-400: #336672;--petrol-blue: #00404f;--petrol-blue-600: #00333f;--petrol-blue-700: #00262f;--petrol-blue-800: #001a20;--petrol-blue-900: #000d10;--primary-100: #cce6ed;--primary-200: #99ccdb;--primary-300: #66b3c8;--primary-400: #3399b6;--primary: #0080a4;--primary-600: #006683;--primary-700: #004d62;--primary-800: #003342;--primary-900: #001a21;--secondary: #cce6ed;--serene-blue-100: #e3f0f3;--serene-blue-200: #c7e0e6;--serene-blue-300: #aad1da;--serene-blue-400: #8ec1cd;--serene-blue: #72b2c1;--serene-blue-600: #5b8e9a;--serene-blue-700: #446b74;--serene-blue-800: #2e474d;--serene-blue-900: #172427;--caribbean-green-100: #d3faf6;--caribbean-green-200: #a7f4ed;--caribbean-green-300: #7aefe3;--caribbean-green-400: #4ee9da;--caribbean-green: #22e4d1;--caribbean-green-600: #1bb6a7;--caribbean-green-700: #14897d;--caribbean-green-800: #0e5b54;--caribbean-green-900: #072e2a;--citrus-yellow-100: #fcfccd;--citrus-yellow-200: #f9f99c;--citrus-yellow-300: #f5f56a;--citrus-yellow-400: #f2f239;--citrus-yellow: #efef07;--citrus-yellow-600: #bfbf06;--citrus-yellow-700: #8f8f04;--citrus-yellow-800: #606003;--citrus-yellow-900: #303001;--success-100: #d1fadf;--success-200: #a6f4c5;--success-300: #6ce9a6;--success-400: #32d583;--success: #12b76a;--success-600: #039855;--success-700: #027a48;--success-800: #05603a;--success-900: #054f31;--danger-100: #fee4e2;--danger-200: #fecdca;--danger-300: #fda29b;--danger-400: #f97066;--danger: #f97066;--danger-600: #f04438;--danger-700: #d92d20;--danger-800: #912018;--danger-900: #7a271a;--warning-100: #fef0c7;--warning-200: #fedf89;--warning-300: #fec84b;--warning-400: #fdb022;--warning: #f79009;--warning-600: #dc6803;--warning-700: #b54708;--warning-800: #93370d;--warning-900: #7e2410;--info-100: #e0eaff;--info-200: #c7d7fe;--info-300: #a4bcfd;--info-400: #8098f9;--info: #6172f3;--info-600: #444ce7;--info-700: #3538cd;--info-800: #2d31a6;--info-900: #2d3282}body{font-size:14px;font-family:Montserrat!important}.impetus-test #root-select{position:absolute;top:0;left:0;z-index:2000}body.no-scroll{overflow:hidden}::-webkit-scrollbar{width:6px;height:8px}::-webkit-scrollbar-track{background-color:unset}::-webkit-scrollbar-thumb{border-radius:8px;-webkit-transition:background .3s ease-in-out;transition:background .3s ease-in-out;background-color:var(--grey)}:is():hover{background-color:var(--secondary)}::-webkit-scrollbar-corner{background:#0000}.impetus-test .react-select__multi-value:not(:nth-last-child(2)) .react-select__multi-value__label:after{content:","!important}:root{--muted: #606b77;--dark-muted: #9aa3ad;--grey-50: #ffffff;--grey-100: #f5f4f3;--grey-200: #f5f4f3;--grey-300: #e2e0da;--grey-400: #d8d6cf;--grey: #ceccc4;--grey-600: #a5a39c;--grey-700: #7c7474;--grey-800: #52514e;--grey-900: #292827;--blue-silver-100: #f2f3f4;--blue-silver-200: #d7dbde;--blue-silver-300: #cacfd3;--blue-silver-400: #bec4c8;--blue-silver: #b0b7bc;--blue-silver-600: #91979b;--blue-silver-700: #56585a;--blue-silver-800: #393b3c;--blue-silver-900: #1b160b;--primary-100: #e5dcce;--primary-200: #d9c9b6;--primary-300: #cbb99e;--primary-400: #bea887;--primary: #be9c5c;--primary-600: #907d5e;--primary-700: #72634b;--primary-800: #554a39;--primary-900: #393228;--secondary: #e5dcce;--light-blue-100: #dceefd;--light-blue-200: #c1e2fc;--light-blue-300: #64b7f7;--light-blue-400: #4098f1;--light-blue: #2a7ce6;--light-blue-600: #2365d3;--light-blue-700: #2252ab;--light-blue-800: #1c3d73;--light-blue-900: #1a2c52;--success-100: #d5e4d6;--success-200: #abcbad;--success-300: #81b184;--success-400: #57975b;--success: #2f7d31;--success-600: #236427;--success-700: #1a4b1e;--success-800: #133214;--success-900: #091809;--danger-100: #efd7d5;--danger-200: #dfb0aa;--danger-300: #cf8881;--danger-400: #bf6157;--danger: #b03b2e;--danger-600: #8c2e24;--danger-700: #69221b;--danger-800: #461712;--danger-900: #230b09;--warning-100: #f9e5d3;--warning-200: #f3cca7;--warning-300: #efb17c;--warning-400: #ea9750;--warning: #e57e25;--warning-600: #b7641d;--warning-700: #894b16;--warning-800: #5b320e;--warning-900: #2d1907;--info-100: #d7e2e8;--info-200: #b0c5d2;--info-300: #88a8bb;--info-400: #618ba5;--info: #3a6f8f;--info-600: #2e5872;--info-700: #234255;--info-800: #172c39;--info-900: #0a161c}[data-mode=dark]{--grey-50: #050707;--grey-100: #0c0b0a;--grey-200: #171715;--grey-300: #24221e;--grey-400: #2f2d28;--grey: #3a3833;--grey-600: #62605b;--grey-700: #8a8884;--grey-800: #bcb0ae;--grey-900: #d8d7d6;--blue-silver-100: #0b0c0d;--blue-silver-200: #0b0b0b;--blue-silver-300: #2d3134;--blue-silver-400: #393d40;--blue-silver: #454a4d;--blue-silver-600: #666a6d;--blue-silver-700: #a6a7a8;--blue-silver-800: #c3c5c6;--blue-silver-900: #ffffff;--primary-100: #2e271d;--primary-200: #44392b;--primary-300: #5a4e3b;--primary-400: #706049;--primary: #857458;--primary-600: #998c77;--primary-700: #aea493;--primary-800: #c2baae;--primary-900: #d4d0c9;--secondary: #2e271d;--light-blue-100: #07141e;--light-blue-200: #0c2335;--light-blue-300: #1e5885;--light-blue-400: #2966a4;--light-blue: #356fb9;--light-blue-600: #4675c2;--light-blue-700: #698ac8;--light-blue-800: #99b0d6;--light-blue-900: #b5c2dd;--success-100: #1d281e;--success-200: #557757;--success-300: #557757;--success-400: #729e74;--success: #8ec48f;--success-600: #a5d2a8;--success-700: #bbdebe;--success-800: #d2e7d2;--success-900: #e9f4e9;--danger-100: #261514;--danger-200: #4d2c28;--danger-300: #72413c;--danger-400: #985750;--danger: #bd6c63;--danger-600: #cb8a83;--danger-700: #d8a7a2;--danger-800: #e5c4c1;--danger-900: #f2e1e0;--warning-100: #26180c;--warning-200: #4d3117;--warning-300: #724621;--warning-400: #985e2c;--warning: #bd7537;--warning-600: #cb915f;--warning-700: #d8ac87;--warning-800: #e5c9bc;--warning-900: #f2e4d8;--info-100: #1a2125;--info-200: #32414a;--info-300: #4c626f;--info-400: #648294;--info: #7da2b8;--info-600: #97b5c7;--info-700: #b1c7d4;--info-800: #cbdae3;--info-900: #e6eef2}.impetus-test .\*\:flex>*{display:flex}.impetus-test .\*\:h-9>*{height:2.25rem}.impetus-test .\*\:w-9>*{width:2.25rem}.impetus-test .\*\:cursor-pointer>*{cursor:pointer}.impetus-test .\*\:items-center>*{align-items:center}.impetus-test .\*\:justify-center>*{justify-content:center}.impetus-test .\*\:rounded-xl>*{border-radius:.75rem}.impetus-test .\*\:border-1>*{border-width:1px}.impetus-test .\*\:border-grey>*{--tw-border-opacity: 1;border-color:rgb(206 204 196 / var(--tw-border-opacity, 1))}.impetus-test .\*\:bg-grey-50>*{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.impetus-test .\*\:px-5>*{padding-left:1.25rem;padding-right:1.25rem}.impetus-test .\*\:py-2>*{padding-top:.5rem;padding-bottom:.5rem}.impetus-test .\*\:py-3>*{padding-top:.75rem;padding-bottom:.75rem}.impetus-test .\*\:font-bold>*{font-weight:500}.impetus-test .\*\:text-grey-900>*{--tw-text-opacity: 1;color:rgb(41 40 39 / var(--tw-text-opacity, 1))}.impetus-test .\*\:transition>*{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.impetus-test .\*\:bg-grey-50>*{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}[data-mode=dark] .\*\:bg-grey-50>*{background-color:rgb(5 7 7 / var(--tw-bg-opacity))}.impetus-test .\*\:text-grey-900>*{--tw-text-opacity: 1;color:rgb(41 40 39 / var(--tw-text-opacity))}[data-mode=dark] .\*\:text-grey-900>*{color:rgb(216 215 214 / var(--tw-text-opacity))}.impetus-test .\*\:border-grey>*{--tw-border-opacity: 1;border-color:rgb(206 204 196 / var(--tw-border-opacity))}[data-mode=dark] .\*\:border-grey>*{border-color:rgb(58 56 51 / var(--tw-border-opacity))}.impetus-test .first\:hidden:first-child{display:none}.impetus-test .last\:border-b-0:last-child{border-bottom-width:0px}.impetus-test .checked\:border-primary:checked{--tw-border-opacity: 1;border-color:rgb(190 156 92 / var(--tw-border-opacity, 1))}.impetus-test .checked\:bg-primary:checked{--tw-bg-opacity: 1;background-color:rgb(190 156 92 / var(--tw-bg-opacity, 1))}.impetus-test .checked\:bg-primary:checked{--tw-bg-opacity: 1;background-color:rgb(190 156 92 / var(--tw-bg-opacity))}[data-mode=dark] .checked\:bg-primary:checked{background-color:rgb(133 116 88 / var(--tw-bg-opacity))}.impetus-test .checked\:border-primary:checked{--tw-border-opacity: 1;border-color:rgb(190 156 92 / var(--tw-border-opacity))}[data-mode=dark] .checked\:border-primary:checked{border-color:rgb(133 116 88 / var(--tw-border-opacity))}.impetus-test .checked\:outline-primary:checked{outline-color:#be9c5c}[data-mode=dark] .checked\:outline-primary:checked{outline-color:#857458}.impetus-test .hover\:cursor-pointer:hover{cursor:pointer}.impetus-test .hover\:border-danger-200:hover{--tw-border-opacity: 1;border-color:rgb(223 176 170 / var(--tw-border-opacity, 1))}.impetus-test .hover\:border-grey-700:hover{--tw-border-opacity: 1;border-color:rgb(124 116 116 / var(--tw-border-opacity, 1))}.impetus-test .hover\:border-grey-800:hover{--tw-border-opacity: 1;border-color:rgb(82 81 78 / var(--tw-border-opacity, 1))}.impetus-test .hover\:border-grey-900:hover{--tw-border-opacity: 1;border-color:rgb(41 40 39 / var(--tw-border-opacity, 1))}.impetus-test .hover\:border-primary:hover{--tw-border-opacity: 1;border-color:rgb(190 156 92 / var(--tw-border-opacity, 1))}.impetus-test .hover\:bg-danger:hover{--tw-bg-opacity: 1;background-color:rgb(176 59 46 / var(--tw-bg-opacity, 1))}.impetus-test .hover\:bg-danger-600:hover{--tw-bg-opacity: 1;background-color:rgb(140 46 36 / var(--tw-bg-opacity, 1))}.impetus-test .hover\:bg-grey-200:hover{--tw-bg-opacity: 1;background-color:rgb(245 244 243 / var(--tw-bg-opacity, 1))}.impetus-test .hover\:bg-grey-50:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.impetus-test .hover\:bg-primary-600:hover{--tw-bg-opacity: 1;background-color:rgb(144 125 94 / var(--tw-bg-opacity, 1))}.impetus-test .hover\:bg-secondary:hover{--tw-bg-opacity: 1;background-color:rgb(229 220 206 / var(--tw-bg-opacity, 1))}.impetus-test .hover\:bg-success-600:hover{--tw-bg-opacity: 1;background-color:rgb(35 100 39 / var(--tw-bg-opacity, 1))}.impetus-test .hover\:bg-warning-600:hover{--tw-bg-opacity: 1;background-color:rgb(183 100 29 / var(--tw-bg-opacity, 1))}.impetus-test .hover\:\!text-primary:hover{--tw-text-opacity: 1 !important;color:rgb(190 156 92 / var(--tw-text-opacity, 1))!important}.impetus-test .hover\:text-danger-700:hover{--tw-text-opacity: 1;color:rgb(105 34 27 / var(--tw-text-opacity, 1))}.impetus-test .hover\:text-grey-900:hover{--tw-text-opacity: 1;color:rgb(41 40 39 / var(--tw-text-opacity, 1))}.impetus-test .hover\:text-primary:hover{--tw-text-opacity: 1;color:rgb(190 156 92 / var(--tw-text-opacity, 1))}.impetus-test .hover\:text-secondary:hover{--tw-text-opacity: 1;color:rgb(229 220 206 / var(--tw-text-opacity, 1))}.impetus-test .hover\:underline:hover{text-decoration-line:underline}.impetus-test .hover\:opacity-70:hover{opacity:.7}.impetus-test .hover\:shadow-2xl:hover{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.impetus-test .hover\:shadow-lg:hover{--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)}.impetus-test .hover\:shadow-md:hover{--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)}.impetus-test .hover\:bg-grey-50:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}[data-mode=dark] .hover\:bg-grey-50:hover{background-color:rgb(5 7 7 / var(--tw-bg-opacity))}.impetus-test .hover\:bg-grey-200:hover{--tw-bg-opacity: 1;background-color:rgb(245 244 243 / var(--tw-bg-opacity))}[data-mode=dark] .hover\:bg-grey-200:hover{background-color:rgb(23 23 21 / var(--tw-bg-opacity))}.impetus-test .hover\:border-grey-700:hover{--tw-border-opacity: 1;border-color:rgb(124 116 116 / var(--tw-border-opacity))}[data-mode=dark] .hover\:border-grey-700:hover{border-color:rgb(138 136 132 / var(--tw-border-opacity))}.impetus-test .hover\:outline-grey-700:hover{outline-color:#7c7474}[data-mode=dark] .hover\:outline-grey-700:hover{outline-color:#8a8884}.impetus-test .hover\:border-grey-800:hover{--tw-border-opacity: 1;border-color:rgb(82 81 78 / var(--tw-border-opacity))}[data-mode=dark] .hover\:border-grey-800:hover{border-color:rgb(188 176 174 / var(--tw-border-opacity))}.impetus-test .hover\:text-grey-900:hover{--tw-text-opacity: 1;color:rgb(41 40 39 / var(--tw-text-opacity))}[data-mode=dark] .hover\:text-grey-900:hover{color:rgb(216 215 214 / var(--tw-text-opacity))}.impetus-test .hover\:border-grey-900:hover{--tw-border-opacity: 1;border-color:rgb(41 40 39 / var(--tw-border-opacity))}[data-mode=dark] .hover\:border-grey-900:hover{border-color:rgb(216 215 214 / var(--tw-border-opacity))}.impetus-test .hover\:bg-primary-600:hover{--tw-bg-opacity: 1;background-color:rgb(144 125 94 / var(--tw-bg-opacity))}[data-mode=dark] .hover\:bg-primary-600:hover{background-color:rgb(153 140 119 / var(--tw-bg-opacity))}.impetus-test .hover\:\!text-primary:hover{--tw-text-opacity: 1 !important;color:rgb(190 156 92 / var(--tw-text-opacity))!important}.impetus-test .hover\:text-primary:hover{--tw-text-opacity: 1;color:rgb(190 156 92 / var(--tw-text-opacity))}[data-mode=dark] .hover\:\!text-primary:hover{color:rgb(133 116 88 / var(--tw-text-opacity))!important}[data-mode=dark] .hover\:text-primary:hover{color:rgb(133 116 88 / var(--tw-text-opacity))}.impetus-test .hover\:border-primary:hover{--tw-border-opacity: 1;border-color:rgb(190 156 92 / var(--tw-border-opacity))}[data-mode=dark] .hover\:border-primary:hover{border-color:rgb(133 116 88 / var(--tw-border-opacity))}.impetus-test .hover\:outline-primary:hover{outline-color:#be9c5c}[data-mode=dark] .hover\:outline-primary:hover{outline-color:#857458}.impetus-test .hover\:bg-success-600:hover{--tw-bg-opacity: 1;background-color:rgb(35 100 39 / var(--tw-bg-opacity))}[data-mode=dark] .hover\:bg-success-600:hover{background-color:rgb(165 210 168 / var(--tw-bg-opacity))}.impetus-test .hover\:border-danger-200:hover{--tw-border-opacity: 1;border-color:rgb(223 176 170 / var(--tw-border-opacity))}[data-mode=dark] .hover\:border-danger-200:hover{border-color:rgb(77 44 40 / var(--tw-border-opacity))}.impetus-test .hover\:bg-danger-600:hover{--tw-bg-opacity: 1;background-color:rgb(140 46 36 / var(--tw-bg-opacity))}[data-mode=dark] .hover\:bg-danger-600:hover{background-color:rgb(203 138 131 / var(--tw-bg-opacity))}.impetus-test .hover\:text-danger-700:hover{--tw-text-opacity: 1;color:rgb(105 34 27 / var(--tw-text-opacity))}[data-mode=dark] .hover\:text-danger-700:hover{color:rgb(216 167 162 / var(--tw-text-opacity))}.impetus-test .hover\:bg-danger:hover{--tw-bg-opacity: 1;background-color:rgb(176 59 46 / var(--tw-bg-opacity))}[data-mode=dark] .hover\:bg-danger:hover{background-color:rgb(189 108 99 / var(--tw-bg-opacity))}.impetus-test .hover\:bg-warning-600:hover{--tw-bg-opacity: 1;background-color:rgb(183 100 29 / var(--tw-bg-opacity))}[data-mode=dark] .hover\:bg-warning-600:hover{background-color:rgb(203 145 95 / var(--tw-bg-opacity))}.impetus-test .\*\:hover\:text-grey-800:hover>*{color:rgb(82 81 78 / var(--tw-text-opacity, 1));--tw-text-opacity: 1;color:rgb(82 81 78 / var(--tw-text-opacity))}[data-mode=dark] .\*\:hover\:text-grey-800:hover>*{color:rgb(188 176 174 / var(--tw-text-opacity))}.impetus-test .focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.impetus-test .focus\:outline-2:focus{outline-width:2px}.impetus-test .focus\:outline-primary:focus{outline-color:#be9c5c}[data-mode=dark] .focus\:outline-primary:focus{outline-color:#857458}.impetus-test .disabled\:border-grey:disabled{--tw-border-opacity: 1;border-color:rgb(206 204 196 / var(--tw-border-opacity, 1))}.impetus-test .disabled\:bg-danger-300:disabled{--tw-bg-opacity: 1;background-color:rgb(207 136 129 / var(--tw-bg-opacity, 1))}.impetus-test .disabled\:bg-grey-300:disabled{--tw-bg-opacity: 1;background-color:rgb(226 224 218 / var(--tw-bg-opacity, 1))}.impetus-test .disabled\:bg-primary-300:disabled{--tw-bg-opacity: 1;background-color:rgb(203 185 158 / var(--tw-bg-opacity, 1))}.impetus-test .disabled\:bg-success-300:disabled{--tw-bg-opacity: 1;background-color:rgb(129 177 132 / var(--tw-bg-opacity, 1))}.impetus-test .disabled\:bg-warning-300:disabled{--tw-bg-opacity: 1;background-color:rgb(239 177 124 / var(--tw-bg-opacity, 1))}.impetus-test .disabled\:bg-grey-300:disabled{--tw-bg-opacity: 1;background-color:rgb(226 224 218 / var(--tw-bg-opacity))}[data-mode=dark] .disabled\:bg-grey-300:disabled{background-color:rgb(36 34 30 / var(--tw-bg-opacity))}.impetus-test .disabled\:border-grey:disabled{--tw-border-opacity: 1;border-color:rgb(206 204 196 / var(--tw-border-opacity))}[data-mode=dark] .disabled\:border-grey:disabled{border-color:rgb(58 56 51 / var(--tw-border-opacity))}.impetus-test .disabled\:bg-primary-300:disabled{--tw-bg-opacity: 1;background-color:rgb(203 185 158 / var(--tw-bg-opacity))}[data-mode=dark] .disabled\:bg-primary-300:disabled{background-color:rgb(90 78 59 / var(--tw-bg-opacity))}.impetus-test .disabled\:bg-success-300:disabled{--tw-bg-opacity: 1;background-color:rgb(129 177 132 / var(--tw-bg-opacity))}[data-mode=dark] .disabled\:bg-success-300:disabled{background-color:rgb(85 119 87 / var(--tw-bg-opacity))}.impetus-test .disabled\:bg-danger-300:disabled{--tw-bg-opacity: 1;background-color:rgb(207 136 129 / var(--tw-bg-opacity))}[data-mode=dark] .disabled\:bg-danger-300:disabled{background-color:rgb(114 65 60 / var(--tw-bg-opacity))}.impetus-test .disabled\:bg-warning-300:disabled{--tw-bg-opacity: 1;background-color:rgb(239 177 124 / var(--tw-bg-opacity))}[data-mode=dark] .disabled\:bg-warning-300:disabled{background-color:rgb(114 70 33 / var(--tw-bg-opacity))}.impetus-test .disabled\:checked\:\!bg-grey:checked:disabled{background-color:rgb(206 204 196 / var(--tw-bg-opacity, 1))!important;--tw-bg-opacity: 1 !important;background-color:rgb(206 204 196 / var(--tw-bg-opacity))!important}[data-mode=dark] .disabled\:checked\:\!bg-grey:checked:disabled{background-color:rgb(58 56 51 / var(--tw-bg-opacity))!important}.impetus-test .group:hover .group-hover\:block{display:block}.impetus-test .group:hover .group-hover\:text-primary{--tw-text-opacity: 1;color:rgb(190 156 92 / var(--tw-text-opacity, 1))}.impetus-test .group:hover .group-hover\:text-primary-200{--tw-text-opacity: 1;color:rgb(217 201 182 / var(--tw-text-opacity, 1))}.impetus-test .group:hover .group-hover\:opacity-100{opacity:1}.impetus-test .group:hover .group-hover\:text-primary-200{--tw-text-opacity: 1;color:rgb(217 201 182 / var(--tw-text-opacity))}[data-mode=dark] .group:hover .group-hover\:text-primary-200{color:rgb(68 57 43 / var(--tw-text-opacity))}.impetus-test .group:hover .group-hover\:text-primary{--tw-text-opacity: 1;color:rgb(190 156 92 / var(--tw-text-opacity))}[data-mode=dark] .group:hover .group-hover\:text-primary{color:rgb(133 116 88 / var(--tw-text-opacity))}.impetus-test .peer\/check:checked~.peer-checked\/check\:\!block{display:block!important}.impetus-test .data-\[closed\]\:scale-95[data-closed]{--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))}.impetus-test .data-\[active\=true\]\:border-primary[data-active=true]{--tw-border-opacity: 1;border-color:rgb(190 156 92 / var(--tw-border-opacity, 1))}.impetus-test .data-\[active\=true\]\:bg-primary[data-active=true]{--tw-bg-opacity: 1;background-color:rgb(190 156 92 / var(--tw-bg-opacity, 1))}.impetus-test .data-\[active\=true\]\:text-white[data-active=true]{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.impetus-test .data-\[closed\]\:opacity-0[data-closed]{opacity:0}.impetus-test .data-\[active\=true\]\:bg-primary[data-active=true]{--tw-bg-opacity: 1;background-color:rgb(190 156 92 / var(--tw-bg-opacity))}[data-mode=dark] .data-\[active\=true\]\:bg-primary[data-active=true]{background-color:rgb(133 116 88 / var(--tw-bg-opacity))}.impetus-test .data-\[active\=true\]\:border-primary[data-active=true]{--tw-border-opacity: 1;border-color:rgb(190 156 92 / var(--tw-border-opacity))}[data-mode=dark] .data-\[active\=true\]\:border-primary[data-active=true]{border-color:rgb(133 116 88 / var(--tw-border-opacity))}@media not all and (min-width: 768px){.impetus-test .max-md\:\!w-screen{width:100vw!important}}@media (min-width: 640px){.impetus-test .sm\:my-0{margin-top:0;margin-bottom:0}.impetus-test .sm\:w-6\/12{width:50%}.impetus-test .sm\:w-full{width:100%}.impetus-test .sm\:bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}}@media (min-width: 768px){.impetus-test .md\:mt-3{margin-top:.75rem}.impetus-test .md\:hidden{display:none}.impetus-test .md\:w-1\/2{width:50%}.impetus-test .md\:w-1\/3{width:33.333333%}.impetus-test .md\:w-6\/12{width:50%}.impetus-test .md\:w-full{width:100%}.impetus-test .md\:max-w-full{max-width:100%}.impetus-test .md\:flex-nowrap{flex-wrap:nowrap}.impetus-test .md\:gap-0{gap:0px}.impetus-test .md\:pr-5{padding-right:1.25rem}}@media (min-width: 1024px){.impetus-test .lg\:order-1{order:1}.impetus-test .lg\:order-2{order:2}.impetus-test .lg\:my-5{margin-top:1.25rem;margin-bottom:1.25rem}.impetus-test .lg\:mb-0{margin-bottom:0}.impetus-test .lg\:ml-0{margin-left:0}.impetus-test .lg\:ml-4{margin-left:1rem}.impetus-test .lg\:mt-0{margin-top:0}.impetus-test .lg\:block{display:block}.impetus-test .lg\:\!flex{display:flex!important}.impetus-test .lg\:flex{display:flex}.impetus-test .lg\:hidden{display:none}.impetus-test .lg\:w-1\/12{width:8.333333%}.impetus-test .lg\:w-1\/2{width:50%}.impetus-test .lg\:w-1\/3{width:33.333333%}.impetus-test .lg\:w-1\/4{width:25%}.impetus-test .lg\:w-1\/6{width:16.666667%}.impetus-test .lg\:w-10\/12{width:83.333333%}.impetus-test .lg\:w-2\/3{width:66.666667%}.impetus-test .lg\:w-2\/4{width:50%}.impetus-test .lg\:w-2\/5{width:40%}.impetus-test .lg\:w-3\/12{width:25%}.impetus-test .lg\:w-3\/4{width:75%}.impetus-test .lg\:w-3\/5{width:60%}.impetus-test .lg\:w-3\/6{width:50%}.impetus-test .lg\:w-4\/12{width:33.333333%}.impetus-test .lg\:w-6\/12{width:50%}.impetus-test .lg\:w-9\/12{width:75%}.impetus-test .lg\:w-full{width:100%}.impetus-test .lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.impetus-test .lg\:flex-row{flex-direction:row}.impetus-test .lg\:flex-nowrap{flex-wrap:nowrap}.impetus-test .lg\:items-center{align-items:center}.impetus-test .lg\:justify-end{justify-content:flex-end}.impetus-test .lg\:justify-between{justify-content:space-between}.impetus-test .lg\:rounded-2xl{border-radius:1rem}.impetus-test .lg\:rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.impetus-test .lg\:p-0{padding:0}.impetus-test .lg\:px-\[200px\]{padding-left:200px;padding-right:200px}.impetus-test .lg\:\!pl-70{padding-left:17rem!important}.impetus-test .lg\:pe-5{padding-inline-end:1.25rem}.impetus-test .lg\:pl-4{padding-left:1rem}.impetus-test .lg\:pl-5{padding-left:1.25rem}.impetus-test .lg\:pr-0{padding-right:0}.impetus-test .lg\:pr-2{padding-right:.5rem}.impetus-test .lg\:pr-4{padding-right:1rem}.impetus-test .lg\:pr-5{padding-right:1.25rem}.impetus-test .lg\:pr-6{padding-right:1.5rem}}@media (min-width: 1280px){.impetus-test .xl\:w-1\/2{width:50%}.impetus-test .xl\:w-1\/3{width:33.333333%}.impetus-test .xl\:w-1\/4{width:25%}.impetus-test .xl\:w-1\/5{width:20%}.impetus-test .xl\:w-1\/6{width:16.666667%}.impetus-test .xl\:w-3\/12{width:25%}.impetus-test .xl\:w-5\/12{width:41.666667%}.impetus-test .xl\:w-9\/12{width:75%}.impetus-test .xl\:pl-6{padding-left:1.5rem}}@media (min-width: 1536px){.impetus-test .\32xl\:w-1\/3{width:33.333333%}.impetus-test .\32xl\:w-1\/6{width:16.666667%}}.impetus-test .dark\:border-0:where([data-mode=dark],[data-mode=dark] *){border-width:0px}.impetus-test .dark\:border-1:where([data-mode=dark],[data-mode=dark] *){border-width:1px}.impetus-test .dark\:\!border-dark-danger:where([data-mode=dark],[data-mode=dark] *){--tw-border-opacity: 1 !important;border-color:rgb(189 108 99 / var(--tw-border-opacity, 1))!important}.impetus-test .dark\:\!border-dark-grey-300:where([data-mode=dark],[data-mode=dark] *){--tw-border-opacity: 1 !important;border-color:rgb(36 34 30 / var(--tw-border-opacity, 1))!important}.impetus-test .dark\:border-dark-danger:where([data-mode=dark],[data-mode=dark] *){--tw-border-opacity: 1;border-color:rgb(189 108 99 / var(--tw-border-opacity, 1))}.impetus-test .dark\:border-dark-grey:where([data-mode=dark],[data-mode=dark] *){--tw-border-opacity: 1;border-color:rgb(58 56 51 / var(--tw-border-opacity, 1))}.impetus-test .dark\:border-dark-grey-200:where([data-mode=dark],[data-mode=dark] *){--tw-border-opacity: 1;border-color:rgb(23 23 21 / var(--tw-border-opacity, 1))}.impetus-test .dark\:border-dark-grey-300:where([data-mode=dark],[data-mode=dark] *){--tw-border-opacity: 1;border-color:rgb(36 34 30 / var(--tw-border-opacity, 1))}.impetus-test .dark\:border-dark-grey-400:where([data-mode=dark],[data-mode=dark] *){--tw-border-opacity: 1;border-color:rgb(47 45 40 / var(--tw-border-opacity, 1))}.impetus-test .dark\:border-dark-grey-50:where([data-mode=dark],[data-mode=dark] *){--tw-border-opacity: 1;border-color:rgb(5 7 7 / var(--tw-border-opacity, 1))}.impetus-test .dark\:border-dark-grey-600:where([data-mode=dark],[data-mode=dark] *){--tw-border-opacity: 1;border-color:rgb(98 96 91 / var(--tw-border-opacity, 1))}.impetus-test .dark\:border-dark-grey-700:where([data-mode=dark],[data-mode=dark] *){--tw-border-opacity: 1;border-color:rgb(138 136 132 / var(--tw-border-opacity, 1))}.impetus-test .dark\:border-dark-primary:where([data-mode=dark],[data-mode=dark] *){--tw-border-opacity: 1;border-color:rgb(133 116 88 / var(--tw-border-opacity, 1))}.impetus-test .dark\:\!bg-dark-grey-300:where([data-mode=dark],[data-mode=dark] *){--tw-bg-opacity: 1 !important;background-color:rgb(36 34 30 / var(--tw-bg-opacity, 1))!important}.impetus-test .dark\:\!bg-dark-primary:where([data-mode=dark],[data-mode=dark] *){--tw-bg-opacity: 1 !important;background-color:rgb(133 116 88 / var(--tw-bg-opacity, 1))!important}.impetus-test .dark\:\!bg-dark-secondary:where([data-mode=dark],[data-mode=dark] *){--tw-bg-opacity: 1 !important;background-color:rgb(46 39 29 / var(--tw-bg-opacity, 1))!important}.impetus-test .dark\:bg-dark-blue-silver-700:where([data-mode=dark],[data-mode=dark] *){--tw-bg-opacity: 1;background-color:rgb(166 167 168 / var(--tw-bg-opacity, 1))}.impetus-test .dark\:bg-dark-danger:where([data-mode=dark],[data-mode=dark] *){--tw-bg-opacity: 1;background-color:rgb(189 108 99 / var(--tw-bg-opacity, 1))}.impetus-test .dark\:bg-dark-danger-100:where([data-mode=dark],[data-mode=dark] *){--tw-bg-opacity: 1;background-color:rgb(38 21 20 / var(--tw-bg-opacity, 1))}.impetus-test .dark\:bg-dark-grey:where([data-mode=dark],[data-mode=dark] *){--tw-bg-opacity: 1;background-color:rgb(58 56 51 / var(--tw-bg-opacity, 1))}.impetus-test .dark\:bg-dark-grey-100:where([data-mode=dark],[data-mode=dark] *){--tw-bg-opacity: 1;background-color:rgb(12 11 10 / var(--tw-bg-opacity, 1))}.impetus-test .dark\:bg-dark-grey-200:where([data-mode=dark],[data-mode=dark] *){--tw-bg-opacity: 1;background-color:rgb(23 23 21 / var(--tw-bg-opacity, 1))}.impetus-test .dark\:bg-dark-grey-300:where([data-mode=dark],[data-mode=dark] *){--tw-bg-opacity: 1;background-color:rgb(36 34 30 / var(--tw-bg-opacity, 1))}.impetus-test .dark\:bg-dark-grey-400:where([data-mode=dark],[data-mode=dark] *){--tw-bg-opacity: 1;background-color:rgb(47 45 40 / var(--tw-bg-opacity, 1))}.impetus-test .dark\:bg-dark-grey-50:where([data-mode=dark],[data-mode=dark] *){--tw-bg-opacity: 1;background-color:rgb(5 7 7 / var(--tw-bg-opacity, 1))}.impetus-test .dark\:bg-dark-grey-900:where([data-mode=dark],[data-mode=dark] *){--tw-bg-opacity: 1;background-color:rgb(216 215 214 / var(--tw-bg-opacity, 1))}.impetus-test .dark\:bg-dark-primary:where([data-mode=dark],[data-mode=dark] *){--tw-bg-opacity: 1;background-color:rgb(133 116 88 / var(--tw-bg-opacity, 1))}.impetus-test .dark\:bg-dark-primary-100:where([data-mode=dark],[data-mode=dark] *){--tw-bg-opacity: 1;background-color:rgb(46 39 29 / var(--tw-bg-opacity, 1))}.impetus-test .dark\:bg-dark-secondary:where([data-mode=dark],[data-mode=dark] *){--tw-bg-opacity: 1;background-color:rgb(46 39 29 / var(--tw-bg-opacity, 1))}.impetus-test .dark\:bg-dark-success:where([data-mode=dark],[data-mode=dark] *){--tw-bg-opacity: 1;background-color:rgb(142 196 143 / var(--tw-bg-opacity, 1))}.impetus-test .dark\:bg-dark-warning:where([data-mode=dark],[data-mode=dark] *){--tw-bg-opacity: 1;background-color:rgb(189 117 55 / var(--tw-bg-opacity, 1))}.impetus-test .dark\:\!text-dark-grey-50:where([data-mode=dark],[data-mode=dark] *){--tw-text-opacity: 1 !important;color:rgb(5 7 7 / var(--tw-text-opacity, 1))!important}.impetus-test .dark\:\!text-dark-grey-900:where([data-mode=dark],[data-mode=dark] *){--tw-text-opacity: 1 !important;color:rgb(216 215 214 / var(--tw-text-opacity, 1))!important}.impetus-test .dark\:\!text-dark-primary:where([data-mode=dark],[data-mode=dark] *){--tw-text-opacity: 1 !important;color:rgb(133 116 88 / var(--tw-text-opacity, 1))!important}.impetus-test .dark\:text-\[\#404d62\]:where([data-mode=dark],[data-mode=dark] *){--tw-text-opacity: 1;color:rgb(64 77 98 / var(--tw-text-opacity, 1))}.impetus-test .dark\:text-dark-danger:where([data-mode=dark],[data-mode=dark] *){--tw-text-opacity: 1;color:rgb(189 108 99 / var(--tw-text-opacity, 1))}.impetus-test .dark\:text-dark-grey-100:where([data-mode=dark],[data-mode=dark] *){--tw-text-opacity: 1;color:rgb(12 11 10 / var(--tw-text-opacity, 1))}.impetus-test .dark\:text-dark-grey-400:where([data-mode=dark],[data-mode=dark] *){--tw-text-opacity: 1;color:rgb(47 45 40 / var(--tw-text-opacity, 1))}.impetus-test .dark\:text-dark-grey-50:where([data-mode=dark],[data-mode=dark] *){--tw-text-opacity: 1;color:rgb(5 7 7 / var(--tw-text-opacity, 1))}.impetus-test .dark\:text-dark-grey-600:where([data-mode=dark],[data-mode=dark] *){--tw-text-opacity: 1;color:rgb(98 96 91 / var(--tw-text-opacity, 1))}.impetus-test .dark\:text-dark-grey-700:where([data-mode=dark],[data-mode=dark] *){--tw-text-opacity: 1;color:rgb(138 136 132 / var(--tw-text-opacity, 1))}.impetus-test .dark\:text-dark-grey-800:where([data-mode=dark],[data-mode=dark] *){--tw-text-opacity: 1;color:rgb(188 176 174 / var(--tw-text-opacity, 1))}.impetus-test .dark\:text-dark-grey-900:where([data-mode=dark],[data-mode=dark] *){--tw-text-opacity: 1;color:rgb(216 215 214 / var(--tw-text-opacity, 1))}.impetus-test .dark\:text-dark-muted:where([data-mode=dark],[data-mode=dark] *){--tw-text-opacity: 1;color:rgb(154 163 173 / var(--tw-text-opacity, 1))}.impetus-test .dark\:text-dark-primary:where([data-mode=dark],[data-mode=dark] *){--tw-text-opacity: 1;color:rgb(133 116 88 / var(--tw-text-opacity, 1))}.impetus-test .dark\:text-dark-warning:where([data-mode=dark],[data-mode=dark] *){--tw-text-opacity: 1;color:rgb(189 117 55 / var(--tw-text-opacity, 1))}.impetus-test .dark\:text-gray-400:where([data-mode=dark],[data-mode=dark] *){--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.impetus-test .dark\:text-grey-300:where([data-mode=dark],[data-mode=dark] *){--tw-text-opacity: 1;color:rgb(226 224 218 / var(--tw-text-opacity, 1))}.impetus-test .dark\:text-white:where([data-mode=dark],[data-mode=dark] *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.impetus-test .dark\:\!outline-dark-danger:where([data-mode=dark],[data-mode=dark] *){outline-color:#bd6c63!important}.impetus-test .dark\:outline-dark-grey-700:where([data-mode=dark],[data-mode=dark] *){outline-color:#8a8884}.impetus-test .dark\:outline-dark-primary:where([data-mode=dark],[data-mode=dark] *){outline-color:#857458}.impetus-test .dark\:outline-dark-primary-200:where([data-mode=dark],[data-mode=dark] *){outline-color:#44392b}.impetus-test .dark\:text-grey-300:where([data-mode=dark],[data-mode=dark] *){--tw-text-opacity: 1;color:rgb(226 224 218 / var(--tw-text-opacity))}[data-mode=dark] .dark\:text-grey-300:where([data-mode=dark],[data-mode=dark] *){color:rgb(36 34 30 / var(--tw-text-opacity))}.impetus-test .dark\:\*\:border-dark-grey>*:where([data-mode=dark],[data-mode=dark] *){--tw-border-opacity: 1;border-color:rgb(58 56 51 / var(--tw-border-opacity, 1))}.impetus-test .dark\:\*\:text-dark-grey-900>*:where([data-mode=dark],[data-mode=dark] *){--tw-text-opacity: 1;color:rgb(216 215 214 / var(--tw-text-opacity, 1))}.impetus-test .dark\:checked\:border-dark-primary:checked:where([data-mode=dark],[data-mode=dark] *){--tw-border-opacity: 1;border-color:rgb(133 116 88 / var(--tw-border-opacity, 1))}.impetus-test .dark\:checked\:bg-dark-primary:checked:where([data-mode=dark],[data-mode=dark] *){--tw-bg-opacity: 1;background-color:rgb(133 116 88 / var(--tw-bg-opacity, 1))}.impetus-test .dark\:checked\:outline-dark-primary:checked:where([data-mode=dark],[data-mode=dark] *){outline-color:#857458}.impetus-test .dark\:hover\:border-dark-danger-200:hover:where([data-mode=dark],[data-mode=dark] *){--tw-border-opacity: 1;border-color:rgb(77 44 40 / var(--tw-border-opacity, 1))}.impetus-test .dark\:hover\:border-dark-grey-700:hover:where([data-mode=dark],[data-mode=dark] *){--tw-border-opacity: 1;border-color:rgb(138 136 132 / var(--tw-border-opacity, 1))}.impetus-test .dark\:hover\:border-dark-grey-800:hover:where([data-mode=dark],[data-mode=dark] *){--tw-border-opacity: 1;border-color:rgb(188 176 174 / var(--tw-border-opacity, 1))}.impetus-test .dark\:hover\:border-dark-grey-900:hover:where([data-mode=dark],[data-mode=dark] *){--tw-border-opacity: 1;border-color:rgb(216 215 214 / var(--tw-border-opacity, 1))}.impetus-test .dark\:hover\:border-dark-primary:hover:where([data-mode=dark],[data-mode=dark] *){--tw-border-opacity: 1;border-color:rgb(133 116 88 / var(--tw-border-opacity, 1))}.impetus-test .dark\:hover\:border-primary:hover:where([data-mode=dark],[data-mode=dark] *){--tw-border-opacity: 1;border-color:rgb(190 156 92 / var(--tw-border-opacity, 1))}.impetus-test .dark\:hover\:bg-dark-danger:hover:where([data-mode=dark],[data-mode=dark] *){--tw-bg-opacity: 1;background-color:rgb(189 108 99 / var(--tw-bg-opacity, 1))}.impetus-test .dark\:hover\:bg-dark-danger-600:hover:where([data-mode=dark],[data-mode=dark] *){--tw-bg-opacity: 1;background-color:rgb(203 138 131 / var(--tw-bg-opacity, 1))}.impetus-test .dark\:hover\:bg-dark-grey-200:hover:where([data-mode=dark],[data-mode=dark] *){--tw-bg-opacity: 1;background-color:rgb(23 23 21 / var(--tw-bg-opacity, 1))}.impetus-test .dark\:hover\:bg-dark-primary-600:hover:where([data-mode=dark],[data-mode=dark] *){--tw-bg-opacity: 1;background-color:rgb(153 140 119 / var(--tw-bg-opacity, 1))}.impetus-test .dark\:hover\:bg-dark-secondary:hover:where([data-mode=dark],[data-mode=dark] *){--tw-bg-opacity: 1;background-color:rgb(46 39 29 / var(--tw-bg-opacity, 1))}.impetus-test .dark\:hover\:bg-dark-success-600:hover:where([data-mode=dark],[data-mode=dark] *){--tw-bg-opacity: 1;background-color:rgb(165 210 168 / var(--tw-bg-opacity, 1))}.impetus-test .dark\:hover\:bg-dark-warning-600:hover:where([data-mode=dark],[data-mode=dark] *){--tw-bg-opacity: 1;background-color:rgb(203 145 95 / var(--tw-bg-opacity, 1))}.impetus-test .dark\:hover\:\!text-dark-primary:hover:where([data-mode=dark],[data-mode=dark] *){--tw-text-opacity: 1 !important;color:rgb(133 116 88 / var(--tw-text-opacity, 1))!important}.impetus-test .dark\:hover\:text-dark-danger-700:hover:where([data-mode=dark],[data-mode=dark] *){--tw-text-opacity: 1;color:rgb(216 167 162 / var(--tw-text-opacity, 1))}.impetus-test .dark\:hover\:text-dark-grey-900:hover:where([data-mode=dark],[data-mode=dark] *){--tw-text-opacity: 1;color:rgb(216 215 214 / var(--tw-text-opacity, 1))}.impetus-test .dark\:hover\:text-dark-primary:hover:where([data-mode=dark],[data-mode=dark] *){--tw-text-opacity: 1;color:rgb(133 116 88 / var(--tw-text-opacity, 1))}.impetus-test .dark\:hover\:text-dark-secondary:hover:where([data-mode=dark],[data-mode=dark] *){--tw-text-opacity: 1;color:rgb(46 39 29 / var(--tw-text-opacity, 1))}.impetus-test .dark\:hover\:outline-dark-grey-700:hover:where([data-mode=dark],[data-mode=dark] *){outline-color:#8a8884}.impetus-test .dark\:hover\:outline-dark-primary:hover:where([data-mode=dark],[data-mode=dark] *){outline-color:#857458}.impetus-test .dark\:hover\:border-primary:hover:where([data-mode=dark],[data-mode=dark] *){--tw-border-opacity: 1;border-color:rgb(190 156 92 / var(--tw-border-opacity))}[data-mode=dark] .dark\:hover\:border-primary:hover:where([data-mode=dark],[data-mode=dark] *){border-color:rgb(133 116 88 / var(--tw-border-opacity))}.impetus-test .dark\:\*\:hover\:text-dark-grey-800:hover>*:where([data-mode=dark],[data-mode=dark] *){--tw-text-opacity: 1;color:rgb(188 176 174 / var(--tw-text-opacity, 1))}.impetus-test .dark\:focus\:outline-dark-primary:focus:where([data-mode=dark],[data-mode=dark] *){outline-color:#857458}.impetus-test .dark\:disabled\:border-dark-grey:disabled:where([data-mode=dark],[data-mode=dark] *){--tw-border-opacity: 1;border-color:rgb(58 56 51 / var(--tw-border-opacity, 1))}.impetus-test .dark\:disabled\:bg-dark-danger-300:disabled:where([data-mode=dark],[data-mode=dark] *){--tw-bg-opacity: 1;background-color:rgb(114 65 60 / var(--tw-bg-opacity, 1))}.impetus-test .dark\:disabled\:bg-dark-grey-300:disabled:where([data-mode=dark],[data-mode=dark] *){--tw-bg-opacity: 1;background-color:rgb(36 34 30 / var(--tw-bg-opacity, 1))}.impetus-test .dark\:disabled\:bg-dark-primary-300:disabled:where([data-mode=dark],[data-mode=dark] *){--tw-bg-opacity: 1;background-color:rgb(90 78 59 / var(--tw-bg-opacity, 1))}.impetus-test .dark\:disabled\:bg-dark-success-300:disabled:where([data-mode=dark],[data-mode=dark] *){--tw-bg-opacity: 1;background-color:rgb(85 119 87 / var(--tw-bg-opacity, 1))}.impetus-test .dark\:disabled\:bg-dark-warning-300:disabled:where([data-mode=dark],[data-mode=dark] *){--tw-bg-opacity: 1;background-color:rgb(114 70 33 / var(--tw-bg-opacity, 1))}.impetus-test .dark\:disabled\:checked\:\!bg-dark-grey:checked:disabled:where([data-mode=dark],[data-mode=dark] *){--tw-bg-opacity: 1 !important;background-color:rgb(58 56 51 / var(--tw-bg-opacity, 1))!important}.impetus-test .group:hover .dark\:group-hover\:text-dark-primary:where([data-mode=dark],[data-mode=dark] *){--tw-text-opacity: 1;color:rgb(133 116 88 / var(--tw-text-opacity, 1))}.impetus-test .dark\:data-\[active\=true\]\:border-dark-primary[data-active=true]:where([data-mode=dark],[data-mode=dark] *){--tw-border-opacity: 1;border-color:rgb(133 116 88 / var(--tw-border-opacity, 1))}.impetus-test .dark\:data-\[active\=true\]\:bg-dark-primary[data-active=true]:where([data-mode=dark],[data-mode=dark] *){--tw-bg-opacity: 1;background-color:rgb(133 116 88 / var(--tw-bg-opacity, 1))}.impetus-test .dark\:data-\[active\=true\]\:text-dark-grey-50[data-active=true]:where([data-mode=dark],[data-mode=dark] *){--tw-text-opacity: 1;color:rgb(5 7 7 / var(--tw-text-opacity, 1))}.impetus-test .\[\&\:disabled\]\:cursor-not-allowed:disabled{cursor:not-allowed}.impetus-test .\[\&\:disabled\]\:bg-grey-200:disabled{--tw-bg-opacity: 1;background-color:rgb(245 244 243 / var(--tw-bg-opacity, 1))}.impetus-test .\[\&\:disabled\]\:text-grey-900:disabled{--tw-text-opacity: 1;color:rgb(41 40 39 / var(--tw-text-opacity, 1))}.impetus-test .\[\&\:disabled\]\:bg-grey-200:disabled{--tw-bg-opacity: 1;background-color:rgb(245 244 243 / var(--tw-bg-opacity))}[data-mode=dark] .\[\&\:disabled\]\:bg-grey-200:disabled{background-color:rgb(23 23 21 / var(--tw-bg-opacity))}.impetus-test .\[\&\:disabled\]\:text-grey-900:disabled{--tw-text-opacity: 1;color:rgb(41 40 39 / var(--tw-text-opacity))}[data-mode=dark] .\[\&\:disabled\]\:text-grey-900:disabled{color:rgb(216 215 214 / var(--tw-text-opacity))}.impetus-test .dark\:\[\&\:disabled\]\:bg-dark-grey-200:disabled:where([data-mode=dark],[data-mode=dark] *){--tw-bg-opacity: 1;background-color:rgb(23 23 21 / var(--tw-bg-opacity, 1))}.impetus-test .dark\:\[\&\:disabled\]\:text-dark-grey-900:disabled:where([data-mode=dark],[data-mode=dark] *){--tw-text-opacity: 1;color:rgb(216 215 214 / var(--tw-text-opacity, 1))}.impetus-test .\[\&\:not\(\:last-child\)\]\:border-b-1:not(:last-child){border-bottom-width:1px}
