: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-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--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__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}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.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:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.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:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}/*!
* 
* antd v4.24.15
* 
* Copyright 2015-present, Alipay, Inc.
* All rights reserved.
*       
*/[class^=ant-]::-ms-clear,[class*=ant-]::-ms-clear,[class^=ant-] input::-ms-clear,[class*=ant-] input::-ms-clear,[class^=ant-] input::-ms-reveal,[class*=ant-] input::-ms-reveal{display:none}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0;color:#000000d9;font-size:14px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-variant:tabular-nums;line-height:1.5715;background-color:#fff;font-feature-settings:"tnum"}[tabindex="-1"]:focus{outline:none!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;color:#000000d9;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#1890ff;text-decoration:none;background-color:transparent;outline:none;cursor:pointer;transition:color .3s;-webkit-text-decoration-skip:objects}a:hover{color:#40a9ff}a:active{color:#096dd9}a:active,a:hover{text-decoration:none;outline:0}a:focus{text-decoration:none;outline:0}a[disabled]{color:#00000040;cursor:not-allowed}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type="range"]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;color:#00000073;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}::-moz-selection{color:#fff;background:#1890ff}::selection{color:#fff;background:#1890ff}.clearfix:before{display:table;content:""}.clearfix:after{display:table;clear:both;content:""}.anticon{display:inline-flex;align-items:center;color:inherit;font-style:normal;line-height:0;text-align:center;text-transform:none;vertical-align:-.125em;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.anticon>*{line-height:1}.anticon svg{display:inline-block}.anticon:before{display:none}.anticon .anticon-icon{display:block}.anticon>.anticon{line-height:0;vertical-align:0}.anticon[tabindex]{cursor:pointer}.anticon-spin,.anticon-spin:before{display:inline-block;animation:loadingCircle 1s infinite linear}.ant-fade-enter,.ant-fade-appear,.ant-fade-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-fade-enter.ant-fade-enter-active,.ant-fade-appear.ant-fade-appear-active{animation-name:antFadeIn;animation-play-state:running}.ant-fade-leave.ant-fade-leave-active{animation-name:antFadeOut;animation-play-state:running;pointer-events:none}.ant-fade-enter,.ant-fade-appear{opacity:0;animation-timing-function:linear}.ant-fade-leave{animation-timing-function:linear}@keyframes antFadeIn{0%{opacity:0}to{opacity:1}}@keyframes antFadeOut{0%{opacity:1}to{opacity:0}}.ant-move-up-enter,.ant-move-up-appear,.ant-move-up-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-move-up-enter.ant-move-up-enter-active,.ant-move-up-appear.ant-move-up-appear-active{animation-name:antMoveUpIn;animation-play-state:running}.ant-move-up-leave.ant-move-up-leave-active{animation-name:antMoveUpOut;animation-play-state:running;pointer-events:none}.ant-move-up-enter,.ant-move-up-appear{opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.ant-move-up-leave{animation-timing-function:cubic-bezier(.6,.04,.98,.34)}.ant-move-down-enter,.ant-move-down-appear,.ant-move-down-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-move-down-enter.ant-move-down-enter-active,.ant-move-down-appear.ant-move-down-appear-active{animation-name:antMoveDownIn;animation-play-state:running}.ant-move-down-leave.ant-move-down-leave-active{animation-name:antMoveDownOut;animation-play-state:running;pointer-events:none}.ant-move-down-enter,.ant-move-down-appear{opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.ant-move-down-leave{animation-timing-function:cubic-bezier(.6,.04,.98,.34)}.ant-move-left-enter,.ant-move-left-appear,.ant-move-left-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-move-left-enter.ant-move-left-enter-active,.ant-move-left-appear.ant-move-left-appear-active{animation-name:antMoveLeftIn;animation-play-state:running}.ant-move-left-leave.ant-move-left-leave-active{animation-name:antMoveLeftOut;animation-play-state:running;pointer-events:none}.ant-move-left-enter,.ant-move-left-appear{opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.ant-move-left-leave{animation-timing-function:cubic-bezier(.6,.04,.98,.34)}.ant-move-right-enter,.ant-move-right-appear,.ant-move-right-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-move-right-enter.ant-move-right-enter-active,.ant-move-right-appear.ant-move-right-appear-active{animation-name:antMoveRightIn;animation-play-state:running}.ant-move-right-leave.ant-move-right-leave-active{animation-name:antMoveRightOut;animation-play-state:running;pointer-events:none}.ant-move-right-enter,.ant-move-right-appear{opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.ant-move-right-leave{animation-timing-function:cubic-bezier(.6,.04,.98,.34)}@keyframes antMoveDownIn{0%{transform:translateY(100%);transform-origin:0 0;opacity:0}to{transform:translateY(0);transform-origin:0 0;opacity:1}}@keyframes antMoveDownOut{0%{transform:translateY(0);transform-origin:0 0;opacity:1}to{transform:translateY(100%);transform-origin:0 0;opacity:0}}@keyframes antMoveLeftIn{0%{transform:translate(-100%);transform-origin:0 0;opacity:0}to{transform:translate(0);transform-origin:0 0;opacity:1}}@keyframes antMoveLeftOut{0%{transform:translate(0);transform-origin:0 0;opacity:1}to{transform:translate(-100%);transform-origin:0 0;opacity:0}}@keyframes antMoveRightIn{0%{transform:translate(100%);transform-origin:0 0;opacity:0}to{transform:translate(0);transform-origin:0 0;opacity:1}}@keyframes antMoveRightOut{0%{transform:translate(0);transform-origin:0 0;opacity:1}to{transform:translate(100%);transform-origin:0 0;opacity:0}}@keyframes antMoveUpIn{0%{transform:translateY(-100%);transform-origin:0 0;opacity:0}to{transform:translateY(0);transform-origin:0 0;opacity:1}}@keyframes antMoveUpOut{0%{transform:translateY(0);transform-origin:0 0;opacity:1}to{transform:translateY(-100%);transform-origin:0 0;opacity:0}}@keyframes loadingCircle{to{transform:rotate(360deg)}}[ant-click-animating=true],[ant-click-animating-without-extra-node=true]{position:relative}html{--antd-wave-shadow-color: #1890ff;--scroll-bar: 0}[ant-click-animating-without-extra-node=true]:after,.ant-click-animating-node{position:absolute;top:0;right:0;bottom:0;left:0;display:block;border-radius:inherit;box-shadow:0 0 #1890ff;box-shadow:0 0 0 0 var(--antd-wave-shadow-color);opacity:.2;animation:fadeEffect 2s cubic-bezier(.08,.82,.17,1),waveEffect .4s cubic-bezier(.08,.82,.17,1);animation-fill-mode:forwards;content:"";pointer-events:none}@keyframes waveEffect{to{box-shadow:0 0 #1890ff;box-shadow:0 0 0 6px var(--antd-wave-shadow-color)}}@keyframes fadeEffect{to{opacity:0}}.ant-slide-up-enter,.ant-slide-up-appear,.ant-slide-up-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-slide-up-enter.ant-slide-up-enter-active,.ant-slide-up-appear.ant-slide-up-appear-active{animation-name:antSlideUpIn;animation-play-state:running}.ant-slide-up-leave.ant-slide-up-leave-active{animation-name:antSlideUpOut;animation-play-state:running;pointer-events:none}.ant-slide-up-enter,.ant-slide-up-appear{transform:scale(0);transform-origin:0% 0%;opacity:0;animation-timing-function:cubic-bezier(.23,1,.32,1)}.ant-slide-up-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}.ant-slide-down-enter,.ant-slide-down-appear,.ant-slide-down-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-slide-down-enter.ant-slide-down-enter-active,.ant-slide-down-appear.ant-slide-down-appear-active{animation-name:antSlideDownIn;animation-play-state:running}.ant-slide-down-leave.ant-slide-down-leave-active{animation-name:antSlideDownOut;animation-play-state:running;pointer-events:none}.ant-slide-down-enter,.ant-slide-down-appear{transform:scale(0);transform-origin:0% 0%;opacity:0;animation-timing-function:cubic-bezier(.23,1,.32,1)}.ant-slide-down-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}.ant-slide-left-enter,.ant-slide-left-appear,.ant-slide-left-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-slide-left-enter.ant-slide-left-enter-active,.ant-slide-left-appear.ant-slide-left-appear-active{animation-name:antSlideLeftIn;animation-play-state:running}.ant-slide-left-leave.ant-slide-left-leave-active{animation-name:antSlideLeftOut;animation-play-state:running;pointer-events:none}.ant-slide-left-enter,.ant-slide-left-appear{transform:scale(0);transform-origin:0% 0%;opacity:0;animation-timing-function:cubic-bezier(.23,1,.32,1)}.ant-slide-left-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}.ant-slide-right-enter,.ant-slide-right-appear,.ant-slide-right-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-slide-right-enter.ant-slide-right-enter-active,.ant-slide-right-appear.ant-slide-right-appear-active{animation-name:antSlideRightIn;animation-play-state:running}.ant-slide-right-leave.ant-slide-right-leave-active{animation-name:antSlideRightOut;animation-play-state:running;pointer-events:none}.ant-slide-right-enter,.ant-slide-right-appear{transform:scale(0);transform-origin:0% 0%;opacity:0;animation-timing-function:cubic-bezier(.23,1,.32,1)}.ant-slide-right-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}@keyframes antSlideUpIn{0%{transform:scaleY(.8);transform-origin:0% 0%;opacity:0}to{transform:scaleY(1);transform-origin:0% 0%;opacity:1}}@keyframes antSlideUpOut{0%{transform:scaleY(1);transform-origin:0% 0%;opacity:1}to{transform:scaleY(.8);transform-origin:0% 0%;opacity:0}}@keyframes antSlideDownIn{0%{transform:scaleY(.8);transform-origin:100% 100%;opacity:0}to{transform:scaleY(1);transform-origin:100% 100%;opacity:1}}@keyframes antSlideDownOut{0%{transform:scaleY(1);transform-origin:100% 100%;opacity:1}to{transform:scaleY(.8);transform-origin:100% 100%;opacity:0}}@keyframes antSlideLeftIn{0%{transform:scaleX(.8);transform-origin:0% 0%;opacity:0}to{transform:scaleX(1);transform-origin:0% 0%;opacity:1}}@keyframes antSlideLeftOut{0%{transform:scaleX(1);transform-origin:0% 0%;opacity:1}to{transform:scaleX(.8);transform-origin:0% 0%;opacity:0}}@keyframes antSlideRightIn{0%{transform:scaleX(.8);transform-origin:100% 0%;opacity:0}to{transform:scaleX(1);transform-origin:100% 0%;opacity:1}}@keyframes antSlideRightOut{0%{transform:scaleX(1);transform-origin:100% 0%;opacity:1}to{transform:scaleX(.8);transform-origin:100% 0%;opacity:0}}.ant-zoom-enter,.ant-zoom-appear,.ant-zoom-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-enter.ant-zoom-enter-active,.ant-zoom-appear.ant-zoom-appear-active{animation-name:antZoomIn;animation-play-state:running}.ant-zoom-leave.ant-zoom-leave-active{animation-name:antZoomOut;animation-play-state:running;pointer-events:none}.ant-zoom-enter,.ant-zoom-appear{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.ant-zoom-enter-prepare,.ant-zoom-appear-prepare{transform:none}.ant-zoom-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.ant-zoom-big-enter,.ant-zoom-big-appear,.ant-zoom-big-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-big-enter.ant-zoom-big-enter-active,.ant-zoom-big-appear.ant-zoom-big-appear-active{animation-name:antZoomBigIn;animation-play-state:running}.ant-zoom-big-leave.ant-zoom-big-leave-active{animation-name:antZoomBigOut;animation-play-state:running;pointer-events:none}.ant-zoom-big-enter,.ant-zoom-big-appear{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.ant-zoom-big-enter-prepare,.ant-zoom-big-appear-prepare{transform:none}.ant-zoom-big-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.ant-zoom-big-fast-enter,.ant-zoom-big-fast-appear,.ant-zoom-big-fast-leave{animation-duration:.1s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-big-fast-enter.ant-zoom-big-fast-enter-active,.ant-zoom-big-fast-appear.ant-zoom-big-fast-appear-active{animation-name:antZoomBigIn;animation-play-state:running}.ant-zoom-big-fast-leave.ant-zoom-big-fast-leave-active{animation-name:antZoomBigOut;animation-play-state:running;pointer-events:none}.ant-zoom-big-fast-enter,.ant-zoom-big-fast-appear{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.ant-zoom-big-fast-enter-prepare,.ant-zoom-big-fast-appear-prepare{transform:none}.ant-zoom-big-fast-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.ant-zoom-up-enter,.ant-zoom-up-appear,.ant-zoom-up-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-up-enter.ant-zoom-up-enter-active,.ant-zoom-up-appear.ant-zoom-up-appear-active{animation-name:antZoomUpIn;animation-play-state:running}.ant-zoom-up-leave.ant-zoom-up-leave-active{animation-name:antZoomUpOut;animation-play-state:running;pointer-events:none}.ant-zoom-up-enter,.ant-zoom-up-appear{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.ant-zoom-up-enter-prepare,.ant-zoom-up-appear-prepare{transform:none}.ant-zoom-up-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.ant-zoom-down-enter,.ant-zoom-down-appear,.ant-zoom-down-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-down-enter.ant-zoom-down-enter-active,.ant-zoom-down-appear.ant-zoom-down-appear-active{animation-name:antZoomDownIn;animation-play-state:running}.ant-zoom-down-leave.ant-zoom-down-leave-active{animation-name:antZoomDownOut;animation-play-state:running;pointer-events:none}.ant-zoom-down-enter,.ant-zoom-down-appear{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.ant-zoom-down-enter-prepare,.ant-zoom-down-appear-prepare{transform:none}.ant-zoom-down-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.ant-zoom-left-enter,.ant-zoom-left-appear,.ant-zoom-left-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-left-enter.ant-zoom-left-enter-active,.ant-zoom-left-appear.ant-zoom-left-appear-active{animation-name:antZoomLeftIn;animation-play-state:running}.ant-zoom-left-leave.ant-zoom-left-leave-active{animation-name:antZoomLeftOut;animation-play-state:running;pointer-events:none}.ant-zoom-left-enter,.ant-zoom-left-appear{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.ant-zoom-left-enter-prepare,.ant-zoom-left-appear-prepare{transform:none}.ant-zoom-left-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.ant-zoom-right-enter,.ant-zoom-right-appear,.ant-zoom-right-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.ant-zoom-right-enter.ant-zoom-right-enter-active,.ant-zoom-right-appear.ant-zoom-right-appear-active{animation-name:antZoomRightIn;animation-play-state:running}.ant-zoom-right-leave.ant-zoom-right-leave-active{animation-name:antZoomRightOut;animation-play-state:running;pointer-events:none}.ant-zoom-right-enter,.ant-zoom-right-appear{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.ant-zoom-right-enter-prepare,.ant-zoom-right-appear-prepare{transform:none}.ant-zoom-right-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}@keyframes antZoomIn{0%{transform:scale(.2);opacity:0}to{transform:scale(1);opacity:1}}@keyframes antZoomOut{0%{transform:scale(1)}to{transform:scale(.2);opacity:0}}@keyframes antZoomBigIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}@keyframes antZoomBigOut{0%{transform:scale(1)}to{transform:scale(.8);opacity:0}}@keyframes antZoomUpIn{0%{transform:scale(.8);transform-origin:50% 0%;opacity:0}to{transform:scale(1);transform-origin:50% 0%}}@keyframes antZoomUpOut{0%{transform:scale(1);transform-origin:50% 0%}to{transform:scale(.8);transform-origin:50% 0%;opacity:0}}@keyframes antZoomLeftIn{0%{transform:scale(.8);transform-origin:0% 50%;opacity:0}to{transform:scale(1);transform-origin:0% 50%}}@keyframes antZoomLeftOut{0%{transform:scale(1);transform-origin:0% 50%}to{transform:scale(.8);transform-origin:0% 50%;opacity:0}}@keyframes antZoomRightIn{0%{transform:scale(.8);transform-origin:100% 50%;opacity:0}to{transform:scale(1);transform-origin:100% 50%}}@keyframes antZoomRightOut{0%{transform:scale(1);transform-origin:100% 50%}to{transform:scale(.8);transform-origin:100% 50%;opacity:0}}@keyframes antZoomDownIn{0%{transform:scale(.8);transform-origin:50% 100%;opacity:0}to{transform:scale(1);transform-origin:50% 100%}}@keyframes antZoomDownOut{0%{transform:scale(1);transform-origin:50% 100%}to{transform:scale(.8);transform-origin:50% 100%;opacity:0}}.ant-motion-collapse-legacy{overflow:hidden}.ant-motion-collapse-legacy-active{transition:height .2s cubic-bezier(.645,.045,.355,1),opacity .2s cubic-bezier(.645,.045,.355,1)!important}.ant-motion-collapse{overflow:hidden;transition:height .2s cubic-bezier(.645,.045,.355,1),opacity .2s cubic-bezier(.645,.045,.355,1)!important}.ant-affix{position:fixed;z-index:10}.ant-alert{box-sizing:border-box;margin:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;display:flex;align-items:center;padding:8px 15px;word-wrap:break-word;border-radius:2px}.ant-alert-content{flex:1;min-width:0}.ant-alert-icon{margin-right:8px}.ant-alert-description{display:none;font-size:14px;line-height:22px}.ant-alert-success{background-color:#f6ffed;border:1px solid #b7eb8f}.ant-alert-success .ant-alert-icon{color:#52c41a}.ant-alert-info{background-color:#e6f7ff;border:1px solid #91d5ff}.ant-alert-info .ant-alert-icon{color:#1890ff}.ant-alert-warning{background-color:#fffbe6;border:1px solid #ffe58f}.ant-alert-warning .ant-alert-icon{color:#faad14}.ant-alert-error{background-color:#fff2f0;border:1px solid #ffccc7}.ant-alert-error .ant-alert-icon{color:#ff4d4f}.ant-alert-error .ant-alert-description>pre{margin:0;padding:0}.ant-alert-action{margin-left:8px}.ant-alert-close-icon{margin-left:8px;padding:0;overflow:hidden;font-size:12px;line-height:12px;background-color:transparent;border:none;outline:none;cursor:pointer}.ant-alert-close-icon .anticon-close{color:#00000073;transition:color .3s}.ant-alert-close-icon .anticon-close:hover{color:#000000bf}.ant-alert-close-text{color:#00000073;transition:color .3s}.ant-alert-close-text:hover{color:#000000bf}.ant-alert-with-description{align-items:flex-start;padding:15px 15px 15px 24px}.ant-alert-with-description.ant-alert-no-icon{padding:15px}.ant-alert-with-description .ant-alert-icon{margin-right:15px;font-size:24px}.ant-alert-with-description .ant-alert-message{display:block;margin-bottom:4px;color:#000000d9;font-size:16px}.ant-alert-message{color:#000000d9}.ant-alert-with-description .ant-alert-description{display:block}.ant-alert.ant-alert-motion-leave{overflow:hidden;opacity:1;transition:max-height .3s cubic-bezier(.78,.14,.15,.86),opacity .3s cubic-bezier(.78,.14,.15,.86),padding-top .3s cubic-bezier(.78,.14,.15,.86),padding-bottom .3s cubic-bezier(.78,.14,.15,.86),margin-bottom .3s cubic-bezier(.78,.14,.15,.86)}.ant-alert.ant-alert-motion-leave-active{max-height:0;margin-bottom:0!important;padding-top:0;padding-bottom:0;opacity:0}.ant-alert-banner{margin-bottom:0;border:0;border-radius:0}.ant-alert.ant-alert-rtl{direction:rtl}.ant-alert-rtl .ant-alert-icon{margin-right:auto;margin-left:8px}.ant-alert-rtl .ant-alert-action,.ant-alert-rtl .ant-alert-close-icon{margin-right:8px;margin-left:auto}.ant-alert-rtl.ant-alert-with-description{padding-right:24px;padding-left:15px}.ant-alert-rtl.ant-alert-with-description .ant-alert-icon{margin-right:auto;margin-left:15px}.ant-anchor{box-sizing:border-box;margin:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;padding:0 0 0 2px}.ant-anchor-wrapper{margin-left:-4px;padding-left:4px;overflow:auto;background-color:transparent}.ant-anchor-ink{position:absolute;top:0;left:0;height:100%}.ant-anchor-ink:before{position:relative;display:block;width:2px;height:100%;margin:0 auto;background-color:#f0f0f0;content:" "}.ant-anchor-ink-ball{position:absolute;left:50%;display:none;width:8px;height:8px;background-color:#fff;border:2px solid #1890ff;border-radius:8px;transform:translate(-50%);transition:top .3s ease-in-out}.ant-anchor-ink-ball.ant-anchor-ink-ball-visible{display:inline-block}.ant-anchor-fixed .ant-anchor-ink .ant-anchor-ink-ball{display:none}.ant-anchor-link{padding:4px 0 4px 16px}.ant-anchor-link-title{position:relative;display:block;margin-bottom:3px;overflow:hidden;color:#000000d9;white-space:nowrap;text-overflow:ellipsis;transition:all .3s}.ant-anchor-link-title:only-child{margin-bottom:0}.ant-anchor-link-active>.ant-anchor-link-title{color:#1890ff}.ant-anchor-link .ant-anchor-link{padding-top:2px;padding-bottom:2px}.ant-anchor-rtl{direction:rtl}.ant-anchor-rtl.ant-anchor-wrapper{margin-right:-4px;margin-left:0;padding-right:4px;padding-left:0}.ant-anchor-rtl .ant-anchor-ink{right:0;left:auto}.ant-anchor-rtl .ant-anchor-ink-ball{right:50%;left:0;transform:translate(50%)}.ant-anchor-rtl .ant-anchor-link{padding:4px 16px 4px 0}.ant-select-auto-complete{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum"}.ant-select-auto-complete .ant-select-clear{right:13px}.ant-select-single .ant-select-selector{display:flex}.ant-select-single .ant-select-selector .ant-select-selection-search{position:absolute;top:0;right:11px;bottom:0;left:11px}.ant-select-single .ant-select-selector .ant-select-selection-search-input{width:100%}.ant-select-single .ant-select-selector .ant-select-selection-item,.ant-select-single .ant-select-selector .ant-select-selection-placeholder{padding:0;line-height:30px;transition:all .3s,visibility 0s}.ant-select-single .ant-select-selector .ant-select-selection-item{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-select-single .ant-select-selector .ant-select-selection-placeholder{transition:none;pointer-events:none}.ant-select-single .ant-select-selector:after,.ant-select-single .ant-select-selector .ant-select-selection-item:after,.ant-select-single .ant-select-selector .ant-select-selection-placeholder:after{display:inline-block;width:0;visibility:hidden;content:"\a0"}.ant-select-single.ant-select-show-arrow .ant-select-selection-search{right:25px}.ant-select-single.ant-select-show-arrow .ant-select-selection-item,.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder{padding-right:18px}.ant-select-single.ant-select-open .ant-select-selection-item{color:#bfbfbf}.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{width:100%;height:32px;padding:0 11px}.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input{height:30px}.ant-select-single:not(.ant-select-customize-input) .ant-select-selector:after{line-height:30px}.ant-select-single.ant-select-customize-input .ant-select-selector:after{display:none}.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-search{position:static;width:100%}.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder{position:absolute;right:0;left:0;padding:0 11px}.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder:after{display:none}.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector{height:40px}.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector:after,.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder{line-height:38px}.ant-select-single.ant-select-lg:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input{height:38px}.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector{height:24px}.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector:after,.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder{line-height:22px}.ant-select-single.ant-select-sm:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input{height:22px}.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selection-search{right:7px;left:7px}.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector{padding:0 7px}.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search{right:28px}.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder{padding-right:21px}.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector{padding:0 11px}.ant-select-selection-overflow{position:relative;display:flex;flex:auto;flex-wrap:wrap;max-width:100%}.ant-select-selection-overflow-item{flex:none;align-self:center;max-width:100%}.ant-select-multiple .ant-select-selector{display:flex;flex-wrap:wrap;align-items:center;padding:1px 4px}.ant-select-show-search.ant-select-multiple .ant-select-selector{cursor:text}.ant-select-disabled.ant-select-multiple .ant-select-selector{background:#f5f5f5;cursor:not-allowed}.ant-select-multiple .ant-select-selector:after{display:inline-block;width:0;margin:2px 0;line-height:24px;visibility:hidden;content:"\a0"}.ant-select-multiple.ant-select-show-arrow .ant-select-selector,.ant-select-multiple.ant-select-allow-clear .ant-select-selector{padding-right:24px}.ant-select-multiple .ant-select-selection-item{position:relative;display:flex;flex:none;box-sizing:border-box;max-width:100%;height:24px;margin-top:2px;margin-bottom:2px;line-height:22px;background:#f5f5f5;border:1px solid #f0f0f0;border-radius:2px;cursor:default;transition:font-size .3s,line-height .3s,height .3s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-inline-end:4px;padding-inline-start:8px;padding-inline-end:4px}.ant-select-disabled.ant-select-multiple .ant-select-selection-item{color:#bfbfbf;border-color:#d9d9d9;cursor:not-allowed}.ant-select-multiple .ant-select-selection-item-content{display:inline-block;margin-right:4px;overflow:hidden;white-space:pre;text-overflow:ellipsis}.ant-select-multiple .ant-select-selection-item-remove{color:inherit;font-style:normal;line-height:0;text-align:center;text-transform:none;vertical-align:-.125em;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-flex;align-items:center;color:#00000073;font-weight:700;font-size:10px;line-height:inherit;cursor:pointer}.ant-select-multiple .ant-select-selection-item-remove>*{line-height:1}.ant-select-multiple .ant-select-selection-item-remove svg{display:inline-block}.ant-select-multiple .ant-select-selection-item-remove:before{display:none}.ant-select-multiple .ant-select-selection-item-remove .ant-select-multiple .ant-select-selection-item-remove-icon{display:block}.ant-select-multiple .ant-select-selection-item-remove>.anticon{vertical-align:middle}.ant-select-multiple .ant-select-selection-item-remove:hover{color:#000000bf}.ant-select-multiple .ant-select-selection-overflow-item+.ant-select-selection-overflow-item .ant-select-selection-search{margin-inline-start:0}.ant-select-multiple .ant-select-selection-search{position:relative;max-width:100%;margin-inline-start:7px}.ant-select-multiple .ant-select-selection-search-input,.ant-select-multiple .ant-select-selection-search-mirror{height:24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";line-height:24px;transition:all .3s}.ant-select-multiple .ant-select-selection-search-input{width:100%;min-width:4.1px}.ant-select-multiple .ant-select-selection-search-mirror{position:absolute;top:0;left:0;z-index:999;white-space:pre;visibility:hidden}.ant-select-multiple .ant-select-selection-placeholder{position:absolute;top:50%;right:11px;left:11px;transform:translateY(-50%);transition:all .3s}.ant-select-multiple.ant-select-lg .ant-select-selector:after{line-height:32px}.ant-select-multiple.ant-select-lg .ant-select-selection-item{height:32px;line-height:30px}.ant-select-multiple.ant-select-lg .ant-select-selection-search{height:32px;line-height:32px}.ant-select-multiple.ant-select-lg .ant-select-selection-search-input,.ant-select-multiple.ant-select-lg .ant-select-selection-search-mirror{height:32px;line-height:30px}.ant-select-multiple.ant-select-sm .ant-select-selector:after{line-height:16px}.ant-select-multiple.ant-select-sm .ant-select-selection-item{height:16px;line-height:14px}.ant-select-multiple.ant-select-sm .ant-select-selection-search{height:16px;line-height:16px}.ant-select-multiple.ant-select-sm .ant-select-selection-search-input,.ant-select-multiple.ant-select-sm .ant-select-selection-search-mirror{height:16px;line-height:14px}.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder{left:7px}.ant-select-multiple.ant-select-sm .ant-select-selection-search{margin-inline-start:3px}.ant-select-disabled .ant-select-selection-item-remove{display:none}.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector{background-color:#fff;border-color:#ff4d4f!important}.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-open .ant-select-selector,.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-focused .ant-select-selector{border-color:#ff7875;box-shadow:0 0 0 2px #ff4d4f33;border-right-width:1px;outline:0}.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector{background-color:#fff;border-color:#faad14!important}.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-open .ant-select-selector,.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-focused .ant-select-selector{border-color:#ffc53d;box-shadow:0 0 0 2px #faad1433;border-right-width:1px;outline:0}.ant-select-status-error.ant-select-has-feedback .ant-select-clear,.ant-select-status-warning.ant-select-has-feedback .ant-select-clear,.ant-select-status-success.ant-select-has-feedback .ant-select-clear,.ant-select-status-validating.ant-select-has-feedback .ant-select-clear{right:32px}.ant-select-status-error.ant-select-has-feedback .ant-select-selection-selected-value,.ant-select-status-warning.ant-select-has-feedback .ant-select-selection-selected-value,.ant-select-status-success.ant-select-has-feedback .ant-select-selection-selected-value,.ant-select-status-validating.ant-select-has-feedback .ant-select-selection-selected-value{padding-right:42px}.ant-select{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;display:inline-block;cursor:pointer}.ant-select:not(.ant-select-customize-input) .ant-select-selector{position:relative;background-color:#fff;border:1px solid #d9d9d9;border-radius:2px;transition:all .3s cubic-bezier(.645,.045,.355,1)}.ant-select:not(.ant-select-customize-input) .ant-select-selector input{cursor:pointer}.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector{cursor:text}.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector input{cursor:auto}.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector{border-color:#40a9ff;box-shadow:0 0 0 2px #1890ff33;border-right-width:1px;outline:0}.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector{color:#00000040;background:#f5f5f5;cursor:not-allowed}.ant-select-multiple.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector{background:#f5f5f5}.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector input{cursor:not-allowed}.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input{margin:0;padding:0;background:transparent;border:none;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input::-webkit-search-cancel-button{display:none;-webkit-appearance:none}.ant-select:not(.ant-select-disabled):hover .ant-select-selector{border-color:#40a9ff;border-right-width:1px}.ant-select-selection-item{flex:1;overflow:hidden;font-weight:400;white-space:nowrap;text-overflow:ellipsis}@media all and (-ms-high-contrast: none){.ant-select-selection-item *::-ms-backdrop,.ant-select-selection-item{flex:auto}}.ant-select-selection-placeholder{flex:1;overflow:hidden;color:#bfbfbf;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}@media all and (-ms-high-contrast: none){.ant-select-selection-placeholder *::-ms-backdrop,.ant-select-selection-placeholder{flex:auto}}.ant-select-arrow{display:inline-flex;color:inherit;font-style:normal;line-height:0;text-transform:none;vertical-align:-.125em;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;right:11px;display:flex;align-items:center;height:12px;margin-top:-6px;color:#00000040;font-size:12px;line-height:1;text-align:center;pointer-events:none}.ant-select-arrow>*{line-height:1}.ant-select-arrow svg{display:inline-block}.ant-select-arrow:before{display:none}.ant-select-arrow .ant-select-arrow-icon{display:block}.ant-select-arrow .anticon{vertical-align:top;transition:transform .3s}.ant-select-arrow .anticon>svg{vertical-align:top}.ant-select-arrow .anticon:not(.ant-select-suffix){pointer-events:auto}.ant-select-disabled .ant-select-arrow{cursor:not-allowed}.ant-select-arrow>*:not(:last-child){margin-inline-end:8px}.ant-select-clear{position:absolute;top:50%;right:11px;z-index:1;display:inline-block;width:12px;height:12px;margin-top:-6px;color:#00000040;font-size:12px;font-style:normal;line-height:1;text-align:center;text-transform:none;background:#fff;cursor:pointer;opacity:0;transition:color .3s ease,opacity .15s ease;text-rendering:auto}.ant-select-clear:before{display:block}.ant-select-clear:hover{color:#00000073}.ant-select:hover .ant-select-clear{opacity:1}.ant-select-dropdown{margin:0;color:#000000d9;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:absolute;top:-9999px;left:-9999px;z-index:1050;box-sizing:border-box;padding:4px 0;overflow:hidden;font-size:14px;font-variant:initial;background-color:#fff;border-radius:2px;outline:none;box-shadow:0 3px 6px -4px #0000001f,0 6px 16px #00000014,0 9px 28px 8px #0000000d}.ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,.ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-bottomLeft{animation-name:antSlideUpIn}.ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-topLeft,.ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-topLeft{animation-name:antSlideDownIn}.ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-bottomLeft{animation-name:antSlideUpOut}.ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-topLeft{animation-name:antSlideDownOut}.ant-select-dropdown-hidden{display:none}.ant-select-dropdown-empty{color:#00000040}.ant-select-item-empty{position:relative;display:block;min-height:32px;padding:5px 12px;color:#000000d9;font-weight:400;font-size:14px;line-height:22px;color:#00000040}.ant-select-item{position:relative;display:block;min-height:32px;padding:5px 12px;color:#000000d9;font-weight:400;font-size:14px;line-height:22px;cursor:pointer;transition:background .3s ease}.ant-select-item-group{color:#00000073;font-size:12px;cursor:default}.ant-select-item-option{display:flex}.ant-select-item-option-content{flex:auto;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ant-select-item-option-state{flex:none}.ant-select-item-option-active:not(.ant-select-item-option-disabled){background-color:#f5f5f5}.ant-select-item-option-selected:not(.ant-select-item-option-disabled){color:#000000d9;font-weight:600;background-color:#e6f7ff}.ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state{color:#1890ff}.ant-select-item-option-disabled{color:#00000040;cursor:not-allowed}.ant-select-item-option-disabled.ant-select-item-option-selected{background-color:#f5f5f5}.ant-select-item-option-grouped{padding-left:24px}.ant-select-lg{font-size:16px}.ant-select-borderless .ant-select-selector{background-color:transparent!important;border-color:transparent!important;box-shadow:none!important}.ant-select.ant-select-in-form-item{width:100%}.ant-select-compact-item:not(.ant-select-compact-last-item){margin-right:-1px}.ant-select-compact-item:not(.ant-select-compact-last-item).ant-select-compact-item-rtl{margin-right:0;margin-left:-1px}.ant-select-compact-item:hover>*,.ant-select-compact-item:focus>*,.ant-select-compact-item:active>*{z-index:2}.ant-select-compact-item.ant-select-focused>*{z-index:2}.ant-select-compact-item[disabled]>*{z-index:0}.ant-select-compact-item:not(.ant-select-compact-first-item):not(.ant-select-compact-last-item).ant-select>.ant-select-selector{border-radius:0}.ant-select-compact-item.ant-select-compact-first-item.ant-select:not(.ant-select-compact-last-item):not(.ant-select-compact-item-rtl)>.ant-select-selector{border-top-right-radius:0;border-bottom-right-radius:0}.ant-select-compact-item.ant-select-compact-last-item.ant-select:not(.ant-select-compact-first-item):not(.ant-select-compact-item-rtl)>.ant-select-selector{border-top-left-radius:0;border-bottom-left-radius:0}.ant-select-compact-item.ant-select.ant-select-compact-first-item.ant-select-compact-item-rtl:not(.ant-select-compact-last-item)>.ant-select-selector{border-top-left-radius:0;border-bottom-left-radius:0}.ant-select-compact-item.ant-select.ant-select-compact-last-item.ant-select-compact-item-rtl:not(.ant-select-compact-first-item)>.ant-select-selector{border-top-right-radius:0;border-bottom-right-radius:0}.ant-select-rtl{direction:rtl}.ant-select-rtl .ant-select-arrow,.ant-select-rtl .ant-select-clear{right:initial;left:11px}.ant-select-dropdown-rtl{direction:rtl}.ant-select-dropdown-rtl .ant-select-item-option-grouped{padding-right:24px;padding-left:12px}.ant-select-rtl.ant-select-multiple.ant-select-show-arrow .ant-select-selector,.ant-select-rtl.ant-select-multiple.ant-select-allow-clear .ant-select-selector{padding-right:4px;padding-left:24px}.ant-select-rtl.ant-select-multiple .ant-select-selection-item{text-align:right}.ant-select-rtl.ant-select-multiple .ant-select-selection-item-content{margin-right:0;margin-left:4px;text-align:right}.ant-select-rtl.ant-select-multiple .ant-select-selection-search-mirror{right:0;left:auto}.ant-select-rtl.ant-select-multiple .ant-select-selection-placeholder{right:11px;left:auto}.ant-select-rtl.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder{right:7px}.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-item,.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-placeholder{right:0;left:9px;text-align:right}.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-search{right:11px;left:25px}.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-item,.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder{padding-right:0;padding-left:18px}.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search{right:6px}.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder{padding-right:0;padding-left:21px}.ant-empty{margin:0 8px;font-size:14px;line-height:1.5715;text-align:center}.ant-empty-image{height:100px;margin-bottom:8px}.ant-empty-image img{height:100%}.ant-empty-image svg{height:100%;margin:auto}.ant-empty-footer{margin-top:16px}.ant-empty-normal{margin:32px 0;color:#00000040}.ant-empty-normal .ant-empty-image{height:40px}.ant-empty-small{margin:8px 0;color:#00000040}.ant-empty-small .ant-empty-image{height:35px}.ant-empty-img-default-ellipse{fill:#f5f5f5;fill-opacity:.8}.ant-empty-img-default-path-1{fill:#aeb8c2}.ant-empty-img-default-path-2{fill:url(#linearGradient-1)}.ant-empty-img-default-path-3{fill:#f5f5f7}.ant-empty-img-default-path-4,.ant-empty-img-default-path-5{fill:#dce0e6}.ant-empty-img-default-g{fill:#fff}.ant-empty-img-simple-ellipse{fill:#f5f5f5}.ant-empty-img-simple-g{stroke:#d9d9d9}.ant-empty-img-simple-path{fill:#fafafa}.ant-empty-rtl{direction:rtl}.ant-avatar{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;display:inline-block;overflow:hidden;color:#fff;white-space:nowrap;text-align:center;vertical-align:middle;background:#ccc;width:32px;height:32px;line-height:32px;border-radius:50%}.ant-avatar-image{background:transparent}.ant-avatar .ant-image-img{display:block}.ant-avatar-string{position:absolute;left:50%;transform-origin:0 center}.ant-avatar.ant-avatar-icon{font-size:18px}.ant-avatar.ant-avatar-icon>.anticon{margin:0}.ant-avatar-lg{width:40px;height:40px;line-height:40px;border-radius:50%}.ant-avatar-lg-string{position:absolute;left:50%;transform-origin:0 center}.ant-avatar-lg.ant-avatar-icon{font-size:24px}.ant-avatar-lg.ant-avatar-icon>.anticon{margin:0}.ant-avatar-sm{width:24px;height:24px;line-height:24px;border-radius:50%}.ant-avatar-sm-string{position:absolute;left:50%;transform-origin:0 center}.ant-avatar-sm.ant-avatar-icon{font-size:14px}.ant-avatar-sm.ant-avatar-icon>.anticon{margin:0}.ant-avatar-square{border-radius:2px}.ant-avatar>img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ant-avatar-group{display:inline-flex}.ant-avatar-group .ant-avatar{border:1px solid #fff}.ant-avatar-group .ant-avatar:not(:first-child){margin-left:-8px}.ant-avatar-group-popover .ant-avatar+.ant-avatar{margin-left:3px}.ant-avatar-group-rtl .ant-avatar:not(:first-child){margin-right:-8px;margin-left:0}.ant-avatar-group-popover.ant-popover-rtl .ant-avatar+.ant-avatar{margin-right:3px;margin-left:0}.ant-popover{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:absolute;top:0;left:0;z-index:1030;max-width:100vw;font-weight:400;white-space:normal;text-align:left;cursor:auto;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.ant-popover-content{position:relative}.ant-popover:after{position:absolute;background:rgba(255,255,255,.01);content:""}.ant-popover-hidden{display:none}.ant-popover-placement-top,.ant-popover-placement-topLeft,.ant-popover-placement-topRight{padding-bottom:15.3137085px}.ant-popover-placement-right,.ant-popover-placement-rightTop,.ant-popover-placement-rightBottom{padding-left:15.3137085px}.ant-popover-placement-bottom,.ant-popover-placement-bottomLeft,.ant-popover-placement-bottomRight{padding-top:15.3137085px}.ant-popover-placement-left,.ant-popover-placement-leftTop,.ant-popover-placement-leftBottom{padding-right:15.3137085px}.ant-popover-inner{background-color:#fff;background-clip:padding-box;border-radius:2px;box-shadow:0 3px 6px -4px #0000001f,0 6px 16px #00000014,0 9px 28px 8px #0000000d}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.ant-popover-inner{box-shadow:0 3px 6px -4px #0000001f,0 6px 16px #00000014,0 9px 28px 8px #0000000d}}.ant-popover-title{min-width:177px;min-height:32px;margin:0;padding:5px 16px 4px;color:#000000d9;font-weight:500;border-bottom:1px solid #f0f0f0}.ant-popover-inner-content{width:-moz-max-content;width:max-content;max-width:100%;padding:12px 16px;color:#000000d9}.ant-popover-message{display:flex;padding:4px 0 12px;color:#000000d9;font-size:14px}.ant-popover-message-icon{display:inline-block;margin-right:8px;color:#faad14;font-size:14px}.ant-popover-buttons{margin-bottom:4px;text-align:right}.ant-popover-buttons button:not(:first-child){margin-left:8px}.ant-popover-arrow{position:absolute;display:block;width:22px;height:22px;overflow:hidden;background:transparent;pointer-events:none}.ant-popover-arrow-content{--antd-arrow-background-color: #fff;position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:11.3137085px;height:11.3137085px;margin:auto;content:"";pointer-events:auto;border-radius:0 0 2px;pointer-events:none}.ant-popover-arrow-content:before{position:absolute;top:-11.3137085px;left:-11.3137085px;width:33.9411255px;height:33.9411255px;background:var(--antd-arrow-background-color);background-repeat:no-repeat;background-position:-10px -10px;content:"";-webkit-clip-path:inset(33% 33%);clip-path:inset(33% 33%);-webkit-clip-path:path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z");clip-path:path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z")}.ant-popover-placement-top .ant-popover-arrow,.ant-popover-placement-topLeft .ant-popover-arrow,.ant-popover-placement-topRight .ant-popover-arrow{bottom:0;transform:translateY(100%)}.ant-popover-placement-top .ant-popover-arrow-content,.ant-popover-placement-topLeft .ant-popover-arrow-content,.ant-popover-placement-topRight .ant-popover-arrow-content{box-shadow:3px 3px 7px #00000012;transform:translateY(-11px) rotate(45deg)}.ant-popover-placement-top .ant-popover-arrow{left:50%;transform:translateY(100%) translate(-50%)}.ant-popover-placement-topLeft .ant-popover-arrow{left:16px}.ant-popover-placement-topRight .ant-popover-arrow{right:16px}.ant-popover-placement-right .ant-popover-arrow,.ant-popover-placement-rightTop .ant-popover-arrow,.ant-popover-placement-rightBottom .ant-popover-arrow{left:0;transform:translate(-100%)}.ant-popover-placement-right .ant-popover-arrow-content,.ant-popover-placement-rightTop .ant-popover-arrow-content,.ant-popover-placement-rightBottom .ant-popover-arrow-content{box-shadow:3px 3px 7px #00000012;transform:translate(11px) rotate(135deg)}.ant-popover-placement-right .ant-popover-arrow{top:50%;transform:translate(-100%) translateY(-50%)}.ant-popover-placement-rightTop .ant-popover-arrow{top:12px}.ant-popover-placement-rightBottom .ant-popover-arrow{bottom:12px}.ant-popover-placement-bottom .ant-popover-arrow,.ant-popover-placement-bottomLeft .ant-popover-arrow,.ant-popover-placement-bottomRight .ant-popover-arrow{top:0;transform:translateY(-100%)}.ant-popover-placement-bottom .ant-popover-arrow-content,.ant-popover-placement-bottomLeft .ant-popover-arrow-content,.ant-popover-placement-bottomRight .ant-popover-arrow-content{box-shadow:2px 2px 5px #0000000f;transform:translateY(11px) rotate(-135deg)}.ant-popover-placement-bottom .ant-popover-arrow{left:50%;transform:translateY(-100%) translate(-50%)}.ant-popover-placement-bottomLeft .ant-popover-arrow{left:16px}.ant-popover-placement-bottomRight .ant-popover-arrow{right:16px}.ant-popover-placement-left .ant-popover-arrow,.ant-popover-placement-leftTop .ant-popover-arrow,.ant-popover-placement-leftBottom .ant-popover-arrow{right:0;transform:translate(100%)}.ant-popover-placement-left .ant-popover-arrow-content,.ant-popover-placement-leftTop .ant-popover-arrow-content,.ant-popover-placement-leftBottom .ant-popover-arrow-content{box-shadow:3px 3px 7px #00000012;transform:translate(-11px) rotate(-45deg)}.ant-popover-placement-left .ant-popover-arrow{top:50%;transform:translate(100%) translateY(-50%)}.ant-popover-placement-leftTop .ant-popover-arrow{top:12px}.ant-popover-placement-leftBottom .ant-popover-arrow{bottom:12px}.ant-popover-pink .ant-popover-inner,.ant-popover-pink .ant-popover-arrow-content,.ant-popover-magenta .ant-popover-inner,.ant-popover-magenta .ant-popover-arrow-content{background-color:#eb2f96}.ant-popover-red .ant-popover-inner,.ant-popover-red .ant-popover-arrow-content{background-color:#f5222d}.ant-popover-volcano .ant-popover-inner,.ant-popover-volcano .ant-popover-arrow-content{background-color:#fa541c}.ant-popover-orange .ant-popover-inner,.ant-popover-orange .ant-popover-arrow-content{background-color:#fa8c16}.ant-popover-yellow .ant-popover-inner,.ant-popover-yellow .ant-popover-arrow-content{background-color:#fadb14}.ant-popover-gold .ant-popover-inner,.ant-popover-gold .ant-popover-arrow-content{background-color:#faad14}.ant-popover-cyan .ant-popover-inner,.ant-popover-cyan .ant-popover-arrow-content{background-color:#13c2c2}.ant-popover-lime .ant-popover-inner,.ant-popover-lime .ant-popover-arrow-content{background-color:#a0d911}.ant-popover-green .ant-popover-inner,.ant-popover-green .ant-popover-arrow-content{background-color:#52c41a}.ant-popover-blue .ant-popover-inner,.ant-popover-blue .ant-popover-arrow-content{background-color:#1890ff}.ant-popover-geekblue .ant-popover-inner,.ant-popover-geekblue .ant-popover-arrow-content{background-color:#2f54eb}.ant-popover-purple .ant-popover-inner,.ant-popover-purple .ant-popover-arrow-content{background-color:#722ed1}.ant-popover-rtl{direction:rtl;text-align:right}.ant-popover-rtl .ant-popover-message-icon{margin-right:0;margin-left:8px}.ant-popover-rtl .ant-popover-message-title{padding-left:16px}.ant-popover-rtl .ant-popover-buttons{text-align:left}.ant-popover-rtl .ant-popover-buttons button{margin-right:8px;margin-left:0}.ant-back-top{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:fixed;right:100px;bottom:50px;z-index:10;width:40px;height:40px;cursor:pointer}.ant-back-top:empty{display:none}.ant-back-top-rtl{right:auto;left:100px;direction:rtl}.ant-back-top-content{width:40px;height:40px;overflow:hidden;color:#fff;text-align:center;background-color:#00000073;border-radius:20px;transition:all .3s}.ant-back-top-content:hover{background-color:#000000d9;transition:all .3s}.ant-back-top-icon{font-size:24px;line-height:40px}@media screen and (max-width: 768px){.ant-back-top{right:60px}.ant-back-top-rtl{right:auto;left:60px}}@media screen and (max-width: 480px){.ant-back-top{right:20px}.ant-back-top-rtl{right:auto;left:20px}}.ant-badge{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;display:inline-block;line-height:1}.ant-badge-count{z-index:auto;min-width:20px;height:20px;padding:0 6px;color:#fff;font-weight:400;font-size:12px;line-height:20px;white-space:nowrap;text-align:center;background:#ff4d4f;border-radius:10px;box-shadow:0 0 0 1px #fff}.ant-badge-count a,.ant-badge-count a:hover{color:#fff}.ant-badge-count-sm{min-width:14px;height:14px;padding:0;font-size:12px;line-height:14px;border-radius:7px}.ant-badge-multiple-words{padding:0 8px}.ant-badge-dot{z-index:auto;width:6px;min-width:6px;height:6px;background:#ff4d4f;border-radius:100%;box-shadow:0 0 0 1px #fff}.ant-badge-dot.ant-scroll-number{transition:background 1.5s}.ant-badge-count,.ant-badge-dot,.ant-badge .ant-scroll-number-custom-component{position:absolute;top:0;right:0;transform:translate(50%,-50%);transform-origin:100% 0%}.ant-badge-count.anticon-spin,.ant-badge-dot.anticon-spin,.ant-badge .ant-scroll-number-custom-component.anticon-spin{animation:antBadgeLoadingCircle 1s infinite linear}.ant-badge-status{line-height:inherit;vertical-align:baseline}.ant-badge-status-dot{position:relative;top:-1px;display:inline-block;width:6px;height:6px;vertical-align:middle;border-radius:50%}.ant-badge-status-success{background-color:#52c41a}.ant-badge-status-processing{position:relative;background-color:#1890ff}.ant-badge-status-processing:after{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #1890ff;border-radius:50%;animation:antStatusProcessing 1.2s infinite ease-in-out;content:""}.ant-badge-status-default{background-color:#d9d9d9}.ant-badge-status-error{background-color:#ff4d4f}.ant-badge-status-warning{background-color:#faad14}.ant-badge-status-pink,.ant-badge-status-magenta{background:#eb2f96}.ant-badge-status-red{background:#f5222d}.ant-badge-status-volcano{background:#fa541c}.ant-badge-status-orange{background:#fa8c16}.ant-badge-status-yellow{background:#fadb14}.ant-badge-status-gold{background:#faad14}.ant-badge-status-cyan{background:#13c2c2}.ant-badge-status-lime{background:#a0d911}.ant-badge-status-green{background:#52c41a}.ant-badge-status-blue{background:#1890ff}.ant-badge-status-geekblue{background:#2f54eb}.ant-badge-status-purple{background:#722ed1}.ant-badge-status-text{margin-left:8px;color:#000000d9;font-size:14px}.ant-badge-zoom-appear,.ant-badge-zoom-enter{animation:antZoomBadgeIn .3s cubic-bezier(.12,.4,.29,1.46);animation-fill-mode:both}.ant-badge-zoom-leave{animation:antZoomBadgeOut .3s cubic-bezier(.71,-.46,.88,.6);animation-fill-mode:both}.ant-badge-not-a-wrapper .ant-badge-zoom-appear,.ant-badge-not-a-wrapper .ant-badge-zoom-enter{animation:antNoWrapperZoomBadgeIn .3s cubic-bezier(.12,.4,.29,1.46)}.ant-badge-not-a-wrapper .ant-badge-zoom-leave{animation:antNoWrapperZoomBadgeOut .3s cubic-bezier(.71,-.46,.88,.6)}.ant-badge-not-a-wrapper:not(.ant-badge-status){vertical-align:middle}.ant-badge-not-a-wrapper .ant-scroll-number-custom-component,.ant-badge-not-a-wrapper .ant-badge-count{transform:none}.ant-badge-not-a-wrapper .ant-scroll-number-custom-component,.ant-badge-not-a-wrapper .ant-scroll-number{position:relative;top:auto;display:block;transform-origin:50% 50%}@keyframes antStatusProcessing{0%{transform:scale(.8);opacity:.5}to{transform:scale(2.4);opacity:0}}.ant-scroll-number{overflow:hidden;direction:ltr}.ant-scroll-number-only{position:relative;display:inline-block;height:20px;transition:all .3s cubic-bezier(.645,.045,.355,1);-webkit-transform-style:preserve-3d;-webkit-backface-visibility:hidden}.ant-scroll-number-only>p.ant-scroll-number-only-unit{height:20px;margin:0;-webkit-transform-style:preserve-3d;-webkit-backface-visibility:hidden}.ant-scroll-number-symbol{vertical-align:top}@keyframes antZoomBadgeIn{0%{transform:scale(0) translate(50%,-50%);opacity:0}to{transform:scale(1) translate(50%,-50%)}}@keyframes antZoomBadgeOut{0%{transform:scale(1) translate(50%,-50%)}to{transform:scale(0) translate(50%,-50%);opacity:0}}@keyframes antNoWrapperZoomBadgeIn{0%{transform:scale(0);opacity:0}to{transform:scale(1)}}@keyframes antNoWrapperZoomBadgeOut{0%{transform:scale(1)}to{transform:scale(0);opacity:0}}@keyframes antBadgeLoadingCircle{0%{transform-origin:50%}to{transform:translate(50%,-50%) rotate(360deg);transform-origin:50%}}.ant-ribbon-wrapper{position:relative}.ant-ribbon{box-sizing:border-box;margin:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:absolute;top:8px;height:22px;padding:0 8px;color:#fff;line-height:22px;white-space:nowrap;background-color:#1890ff;border-radius:2px}.ant-ribbon-text{color:#fff}.ant-ribbon-corner{position:absolute;top:100%;width:8px;height:8px;color:currentcolor;border:4px solid;transform:scaleY(.75);transform-origin:top}.ant-ribbon-corner:after{position:absolute;top:-4px;left:-4px;width:inherit;height:inherit;color:#00000040;border:inherit;content:""}.ant-ribbon-color-pink,.ant-ribbon-color-magenta{color:#eb2f96;background:#eb2f96}.ant-ribbon-color-red{color:#f5222d;background:#f5222d}.ant-ribbon-color-volcano{color:#fa541c;background:#fa541c}.ant-ribbon-color-orange{color:#fa8c16;background:#fa8c16}.ant-ribbon-color-yellow{color:#fadb14;background:#fadb14}.ant-ribbon-color-gold{color:#faad14;background:#faad14}.ant-ribbon-color-cyan{color:#13c2c2;background:#13c2c2}.ant-ribbon-color-lime{color:#a0d911;background:#a0d911}.ant-ribbon-color-green{color:#52c41a;background:#52c41a}.ant-ribbon-color-blue{color:#1890ff;background:#1890ff}.ant-ribbon-color-geekblue{color:#2f54eb;background:#2f54eb}.ant-ribbon-color-purple{color:#722ed1;background:#722ed1}.ant-ribbon.ant-ribbon-placement-end{right:-8px;border-bottom-right-radius:0}.ant-ribbon.ant-ribbon-placement-end .ant-ribbon-corner{right:0;border-color:currentcolor transparent transparent currentcolor}.ant-ribbon.ant-ribbon-placement-start{left:-8px;border-bottom-left-radius:0}.ant-ribbon.ant-ribbon-placement-start .ant-ribbon-corner{left:0;border-color:currentcolor currentcolor transparent transparent}.ant-badge-rtl{direction:rtl}.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-badge-count,.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-badge-dot,.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-scroll-number-custom-component{right:auto;left:0;direction:ltr;transform:translate(-50%,-50%);transform-origin:0% 0%}.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-scroll-number-custom-component{right:auto;left:0;transform:translate(-50%,-50%);transform-origin:0% 0%}.ant-badge-rtl .ant-badge-status-text{margin-right:8px;margin-left:0}.ant-badge:not(.ant-badge-not-a-wrapper).ant-badge-rtl .ant-badge-zoom-appear,.ant-badge:not(.ant-badge-not-a-wrapper).ant-badge-rtl .ant-badge-zoom-enter{animation-name:antZoomBadgeInRtl}.ant-badge:not(.ant-badge-not-a-wrapper).ant-badge-rtl .ant-badge-zoom-leave{animation-name:antZoomBadgeOutRtl}.ant-ribbon-rtl{direction:rtl}.ant-ribbon-rtl.ant-ribbon-placement-end{right:unset;left:-8px;border-bottom-right-radius:2px;border-bottom-left-radius:0}.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner{right:unset;left:0;border-color:currentcolor currentcolor transparent transparent}.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner:after{border-color:currentcolor currentcolor transparent transparent}.ant-ribbon-rtl.ant-ribbon-placement-start{right:-8px;left:unset;border-bottom-right-radius:0;border-bottom-left-radius:2px}.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner{right:0;left:unset;border-color:currentcolor transparent transparent currentcolor}.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner:after{border-color:currentcolor transparent transparent currentcolor}@keyframes antZoomBadgeInRtl{0%{transform:scale(0) translate(-50%,-50%);opacity:0}to{transform:scale(1) translate(-50%,-50%)}}@keyframes antZoomBadgeOutRtl{0%{transform:scale(1) translate(-50%,-50%)}to{transform:scale(0) translate(-50%,-50%);opacity:0}}.ant-breadcrumb{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";color:#00000073;font-size:14px}.ant-breadcrumb .anticon{font-size:14px}.ant-breadcrumb ol{display:flex;flex-wrap:wrap;margin:0;padding:0;list-style:none}.ant-breadcrumb a{color:#00000073;transition:color .3s}.ant-breadcrumb a:hover{color:#000000d9}.ant-breadcrumb li:last-child{color:#000000d9}.ant-breadcrumb li:last-child a{color:#000000d9}li:last-child>.ant-breadcrumb-separator{display:none}.ant-breadcrumb-separator{margin:0 8px;color:#00000073}.ant-breadcrumb-link>.anticon+span,.ant-breadcrumb-link>.anticon+a{margin-left:4px}.ant-breadcrumb-overlay-link>.anticon{margin-left:4px}.ant-breadcrumb-rtl{direction:rtl}.ant-breadcrumb-rtl:before{display:table;content:""}.ant-breadcrumb-rtl:after{display:table;clear:both;content:""}.ant-breadcrumb-rtl>span{float:right}.ant-breadcrumb-rtl .ant-breadcrumb-link>.anticon+span,.ant-breadcrumb-rtl .ant-breadcrumb-link>.anticon+a{margin-right:4px;margin-left:0}.ant-breadcrumb-rtl .ant-breadcrumb-overlay-link>.anticon{margin-right:4px;margin-left:0}.ant-dropdown-menu-item.ant-dropdown-menu-item-danger{color:#ff4d4f}.ant-dropdown-menu-item.ant-dropdown-menu-item-danger:hover{color:#fff;background-color:#ff4d4f}.ant-dropdown{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:absolute;top:-9999px;left:-9999px;z-index:1050;display:block}.ant-dropdown:before{position:absolute;top:-4px;right:0;bottom:-4px;left:-7px;z-index:-9999;opacity:.0001;content:" "}.ant-dropdown-wrap{position:relative}.ant-dropdown-wrap .ant-btn>.anticon-down{font-size:10px}.ant-dropdown-wrap .anticon-down:before{transition:transform .2s}.ant-dropdown-wrap-open .anticon-down:before{transform:rotate(180deg)}.ant-dropdown-hidden,.ant-dropdown-menu-hidden,.ant-dropdown-menu-submenu-hidden{display:none}.ant-dropdown-show-arrow.ant-dropdown-placement-topLeft,.ant-dropdown-show-arrow.ant-dropdown-placement-top,.ant-dropdown-show-arrow.ant-dropdown-placement-topRight{padding-bottom:15.3137085px}.ant-dropdown-show-arrow.ant-dropdown-placement-bottomLeft,.ant-dropdown-show-arrow.ant-dropdown-placement-bottom,.ant-dropdown-show-arrow.ant-dropdown-placement-bottomRight{padding-top:15.3137085px}.ant-dropdown-arrow{position:absolute;z-index:1;display:block;width:11.3137085px;height:11.3137085px;border-radius:0 0 2px;pointer-events:none}.ant-dropdown-arrow:before{position:absolute;top:-11.3137085px;left:-11.3137085px;width:33.9411255px;height:33.9411255px;background:#fff;background-repeat:no-repeat;background-position:-10px -10px;content:"";-webkit-clip-path:inset(33% 33%);clip-path:inset(33% 33%);-webkit-clip-path:path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z");clip-path:path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z")}.ant-dropdown-placement-top>.ant-dropdown-arrow,.ant-dropdown-placement-topLeft>.ant-dropdown-arrow,.ant-dropdown-placement-topRight>.ant-dropdown-arrow{bottom:10px;box-shadow:3px 3px 7px -3px #0000001a;transform:rotate(45deg)}.ant-dropdown-placement-top>.ant-dropdown-arrow{left:50%;transform:translate(-50%) rotate(45deg)}.ant-dropdown-placement-topLeft>.ant-dropdown-arrow{left:16px}.ant-dropdown-placement-topRight>.ant-dropdown-arrow{right:16px}.ant-dropdown-placement-bottom>.ant-dropdown-arrow,.ant-dropdown-placement-bottomLeft>.ant-dropdown-arrow,.ant-dropdown-placement-bottomRight>.ant-dropdown-arrow{top:9.41421356px;box-shadow:2px 2px 5px -2px #0000001a;transform:rotate(-135deg) translateY(-.5px)}.ant-dropdown-placement-bottom>.ant-dropdown-arrow{left:50%;transform:translate(-50%) rotate(-135deg) translateY(-.5px)}.ant-dropdown-placement-bottomLeft>.ant-dropdown-arrow{left:16px}.ant-dropdown-placement-bottomRight>.ant-dropdown-arrow{right:16px}.ant-dropdown-menu{position:relative;margin:0;padding:4px 0;text-align:left;list-style-type:none;background-color:#fff;background-clip:padding-box;border-radius:2px;outline:none;box-shadow:0 3px 6px -4px #0000001f,0 6px 16px #00000014,0 9px 28px 8px #0000000d}.ant-dropdown-menu-item-group-title{padding:5px 12px;color:#00000073;transition:all .3s}.ant-dropdown-menu-submenu-popup{position:absolute;z-index:1050;background:transparent;box-shadow:none;transform-origin:0 0}.ant-dropdown-menu-submenu-popup ul,.ant-dropdown-menu-submenu-popup li{list-style:none}.ant-dropdown-menu-submenu-popup ul{margin-right:.3em;margin-left:.3em}.ant-dropdown-menu-item{position:relative;display:flex;align-items:center}.ant-dropdown-menu-item-icon{min-width:12px;margin-right:8px;font-size:12px}.ant-dropdown-menu-title-content{flex:auto}.ant-dropdown-menu-title-content>a{color:inherit;transition:all .3s}.ant-dropdown-menu-title-content>a:hover{color:inherit}.ant-dropdown-menu-title-content>a:after{position:absolute;top:0;right:0;bottom:0;left:0;content:""}.ant-dropdown-menu-item,.ant-dropdown-menu-submenu-title{clear:both;margin:0;padding:5px 12px;color:#000000d9;font-weight:400;font-size:14px;line-height:22px;cursor:pointer;transition:all .3s}.ant-dropdown-menu-item-selected,.ant-dropdown-menu-submenu-title-selected{color:#1890ff;background-color:#e6f7ff}.ant-dropdown-menu-item:hover,.ant-dropdown-menu-submenu-title:hover,.ant-dropdown-menu-item.ant-dropdown-menu-item-active,.ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-active,.ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-active,.ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-active{background-color:#f5f5f5}.ant-dropdown-menu-item.ant-dropdown-menu-item-disabled,.ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-disabled,.ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-disabled,.ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-disabled{color:#00000040;cursor:not-allowed}.ant-dropdown-menu-item.ant-dropdown-menu-item-disabled:hover,.ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-disabled:hover,.ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-disabled:hover,.ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-disabled:hover{color:#00000040;background-color:#fff;cursor:not-allowed}.ant-dropdown-menu-item.ant-dropdown-menu-item-disabled a,.ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-disabled a,.ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-disabled a,.ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-disabled a{pointer-events:none}.ant-dropdown-menu-item-divider,.ant-dropdown-menu-submenu-title-divider{height:1px;margin:4px 0;overflow:hidden;line-height:0;background-color:#f0f0f0}.ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon,.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon{position:absolute;right:8px}.ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon,.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon{margin-right:0!important;color:#00000073;font-size:10px;font-style:normal}.ant-dropdown-menu-item-group-list{margin:0 8px;padding:0;list-style:none}.ant-dropdown-menu-submenu-title{padding-right:24px}.ant-dropdown-menu-submenu-vertical{position:relative}.ant-dropdown-menu-submenu-vertical>.ant-dropdown-menu{position:absolute;top:0;left:100%;min-width:100%;margin-left:4px;transform-origin:0 0}.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title,.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon{color:#00000040;background-color:#fff;cursor:not-allowed}.ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title{color:#1890ff}.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomLeft,.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomLeft,.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottom,.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottom,.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomRight,.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomRight{animation-name:antSlideUpIn}.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topLeft,.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topLeft,.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-top,.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-top,.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topRight,.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topRight{animation-name:antSlideDownIn}.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomLeft,.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottom,.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomRight{animation-name:antSlideUpOut}.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topLeft,.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-top,.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topRight{animation-name:antSlideDownOut}.ant-dropdown-trigger>.anticon.anticon-down,.ant-dropdown-link>.anticon.anticon-down,.ant-dropdown-button>.anticon.anticon-down{font-size:10px;vertical-align:baseline}.ant-dropdown-button{white-space:nowrap}.ant-dropdown-button.ant-btn-group>.ant-btn-loading,.ant-dropdown-button.ant-btn-group>.ant-btn-loading+.ant-btn{cursor:default;pointer-events:none}.ant-dropdown-button.ant-btn-group>.ant-btn-loading+.ant-btn:before{display:block}.ant-dropdown-button.ant-btn-group>.ant-btn:last-child:not(:first-child):not(.ant-btn-icon-only){padding-right:8px;padding-left:8px}.ant-dropdown-menu-dark,.ant-dropdown-menu-dark .ant-dropdown-menu{background:#001529}.ant-dropdown-menu-dark .ant-dropdown-menu-item,.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title,.ant-dropdown-menu-dark .ant-dropdown-menu-item>a,.ant-dropdown-menu-dark .ant-dropdown-menu-item>.anticon+span>a{color:#ffffffa6}.ant-dropdown-menu-dark .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow:after,.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow:after,.ant-dropdown-menu-dark .ant-dropdown-menu-item>a .ant-dropdown-menu-submenu-arrow:after,.ant-dropdown-menu-dark .ant-dropdown-menu-item>.anticon+span>a .ant-dropdown-menu-submenu-arrow:after{color:#ffffffa6}.ant-dropdown-menu-dark .ant-dropdown-menu-item:hover,.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:hover,.ant-dropdown-menu-dark .ant-dropdown-menu-item>a:hover,.ant-dropdown-menu-dark .ant-dropdown-menu-item>.anticon+span>a:hover{color:#fff;background:transparent}.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected,.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover,.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected>a{color:#fff;background:#1890ff}.ant-dropdown-rtl{direction:rtl}.ant-dropdown-rtl.ant-dropdown:before{right:-7px;left:0}.ant-dropdown-menu.ant-dropdown-menu-rtl,.ant-dropdown-rtl .ant-dropdown-menu-item-group-title,.ant-dropdown-menu-submenu-rtl .ant-dropdown-menu-item-group-title{direction:rtl;text-align:right}.ant-dropdown-menu-submenu-popup.ant-dropdown-menu-submenu-rtl{transform-origin:100% 0}.ant-dropdown-rtl .ant-dropdown-menu-submenu-popup ul,.ant-dropdown-rtl .ant-dropdown-menu-submenu-popup li,.ant-dropdown-rtl .ant-dropdown-menu-item,.ant-dropdown-rtl .ant-dropdown-menu-submenu-title{text-align:right}.ant-dropdown-rtl .ant-dropdown-menu-item>.anticon:first-child,.ant-dropdown-rtl .ant-dropdown-menu-submenu-title>.anticon:first-child,.ant-dropdown-rtl .ant-dropdown-menu-item>span>.anticon:first-child,.ant-dropdown-rtl .ant-dropdown-menu-submenu-title>span>.anticon:first-child{margin-right:0;margin-left:8px}.ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon,.ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon{right:auto;left:8px}.ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon,.ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon{margin-left:0!important;transform:scaleX(-1)}.ant-dropdown-rtl .ant-dropdown-menu-submenu-title{padding-right:12px;padding-left:24px}.ant-dropdown-rtl .ant-dropdown-menu-submenu-vertical>.ant-dropdown-menu{right:100%;left:0;margin-right:4px;margin-left:0}.ant-btn{line-height:1.5715;position:relative;display:inline-block;font-weight:400;white-space:nowrap;text-align:center;background-image:none;border:1px solid transparent;box-shadow:0 2px #00000004;cursor:pointer;transition:all .3s cubic-bezier(.645,.045,.355,1);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;touch-action:manipulation;height:32px;padding:4px 15px;font-size:14px;border-radius:2px;color:#000000d9;border-color:#d9d9d9;background:#fff}.ant-btn>.anticon{line-height:1}.ant-btn,.ant-btn:active,.ant-btn:focus{outline:0}.ant-btn:not([disabled]):hover{text-decoration:none}.ant-btn:not([disabled]):active{outline:0;box-shadow:none}.ant-btn[disabled]{cursor:not-allowed}.ant-btn[disabled]>*{pointer-events:none}.ant-btn-lg{height:40px;padding:6.4px 15px;font-size:16px;border-radius:2px}.ant-btn-sm{height:24px;padding:0 7px;font-size:14px;border-radius:2px}.ant-btn>a:only-child{color:currentcolor}.ant-btn>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn:hover,.ant-btn:focus{color:#40a9ff;border-color:#40a9ff;background:#fff}.ant-btn:hover>a:only-child,.ant-btn:focus>a:only-child{color:currentcolor}.ant-btn:hover>a:only-child:after,.ant-btn:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn:active{color:#096dd9;border-color:#096dd9;background:#fff}.ant-btn:active>a:only-child{color:currentcolor}.ant-btn:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn[disabled],.ant-btn[disabled]:hover,.ant-btn[disabled]:focus,.ant-btn[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.ant-btn[disabled]>a:only-child,.ant-btn[disabled]:hover>a:only-child,.ant-btn[disabled]:focus>a:only-child,.ant-btn[disabled]:active>a:only-child{color:currentcolor}.ant-btn[disabled]>a:only-child:after,.ant-btn[disabled]:hover>a:only-child:after,.ant-btn[disabled]:focus>a:only-child:after,.ant-btn[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn:hover,.ant-btn:focus,.ant-btn:active{text-decoration:none;background:#fff}.ant-btn>span{display:inline-block}.ant-btn-primary{color:#fff;border-color:#1890ff;background:#1890ff;text-shadow:0 -1px 0 rgba(0,0,0,.12);box-shadow:0 2px #0000000b}.ant-btn-primary>a:only-child{color:currentcolor}.ant-btn-primary>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-primary:hover,.ant-btn-primary:focus{color:#fff;border-color:#40a9ff;background:#40a9ff}.ant-btn-primary:hover>a:only-child,.ant-btn-primary:focus>a:only-child{color:currentcolor}.ant-btn-primary:hover>a:only-child:after,.ant-btn-primary:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-primary:active{color:#fff;border-color:#096dd9;background:#096dd9}.ant-btn-primary:active>a:only-child{color:currentcolor}.ant-btn-primary:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-primary[disabled],.ant-btn-primary[disabled]:hover,.ant-btn-primary[disabled]:focus,.ant-btn-primary[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.ant-btn-primary[disabled]>a:only-child,.ant-btn-primary[disabled]:hover>a:only-child,.ant-btn-primary[disabled]:focus>a:only-child,.ant-btn-primary[disabled]:active>a:only-child{color:currentcolor}.ant-btn-primary[disabled]>a:only-child:after,.ant-btn-primary[disabled]:hover>a:only-child:after,.ant-btn-primary[disabled]:focus>a:only-child:after,.ant-btn-primary[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child){border-right-color:#40a9ff;border-left-color:#40a9ff}.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled{border-color:#d9d9d9}.ant-btn-group .ant-btn-primary:first-child:not(:last-child){border-right-color:#40a9ff}.ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled]{border-right-color:#d9d9d9}.ant-btn-group .ant-btn-primary:last-child:not(:first-child),.ant-btn-group .ant-btn-primary+.ant-btn-primary{border-left-color:#40a9ff}.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],.ant-btn-group .ant-btn-primary+.ant-btn-primary[disabled]{border-left-color:#d9d9d9}.ant-btn-ghost{color:#000000d9;border-color:#d9d9d9;background:transparent}.ant-btn-ghost>a:only-child{color:currentcolor}.ant-btn-ghost>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-ghost:hover,.ant-btn-ghost:focus{color:#40a9ff;border-color:#40a9ff;background:transparent}.ant-btn-ghost:hover>a:only-child,.ant-btn-ghost:focus>a:only-child{color:currentcolor}.ant-btn-ghost:hover>a:only-child:after,.ant-btn-ghost:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-ghost:active{color:#096dd9;border-color:#096dd9;background:transparent}.ant-btn-ghost:active>a:only-child{color:currentcolor}.ant-btn-ghost:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-ghost[disabled],.ant-btn-ghost[disabled]:hover,.ant-btn-ghost[disabled]:focus,.ant-btn-ghost[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.ant-btn-ghost[disabled]>a:only-child,.ant-btn-ghost[disabled]:hover>a:only-child,.ant-btn-ghost[disabled]:focus>a:only-child,.ant-btn-ghost[disabled]:active>a:only-child{color:currentcolor}.ant-btn-ghost[disabled]>a:only-child:after,.ant-btn-ghost[disabled]:hover>a:only-child:after,.ant-btn-ghost[disabled]:focus>a:only-child:after,.ant-btn-ghost[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dashed{color:#000000d9;border-color:#d9d9d9;background:#fff;border-style:dashed}.ant-btn-dashed>a:only-child{color:currentcolor}.ant-btn-dashed>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dashed:hover,.ant-btn-dashed:focus{color:#40a9ff;border-color:#40a9ff;background:#fff}.ant-btn-dashed:hover>a:only-child,.ant-btn-dashed:focus>a:only-child{color:currentcolor}.ant-btn-dashed:hover>a:only-child:after,.ant-btn-dashed:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dashed:active{color:#096dd9;border-color:#096dd9;background:#fff}.ant-btn-dashed:active>a:only-child{color:currentcolor}.ant-btn-dashed:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dashed[disabled],.ant-btn-dashed[disabled]:hover,.ant-btn-dashed[disabled]:focus,.ant-btn-dashed[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.ant-btn-dashed[disabled]>a:only-child,.ant-btn-dashed[disabled]:hover>a:only-child,.ant-btn-dashed[disabled]:focus>a:only-child,.ant-btn-dashed[disabled]:active>a:only-child{color:currentcolor}.ant-btn-dashed[disabled]>a:only-child:after,.ant-btn-dashed[disabled]:hover>a:only-child:after,.ant-btn-dashed[disabled]:focus>a:only-child:after,.ant-btn-dashed[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-danger{color:#fff;border-color:#ff4d4f;background:#ff4d4f;text-shadow:0 -1px 0 rgba(0,0,0,.12);box-shadow:0 2px #0000000b}.ant-btn-danger>a:only-child{color:currentcolor}.ant-btn-danger>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-danger:hover,.ant-btn-danger:focus{color:#fff;border-color:#ff7875;background:#ff7875}.ant-btn-danger:hover>a:only-child,.ant-btn-danger:focus>a:only-child{color:currentcolor}.ant-btn-danger:hover>a:only-child:after,.ant-btn-danger:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-danger:active{color:#fff;border-color:#d9363e;background:#d9363e}.ant-btn-danger:active>a:only-child{color:currentcolor}.ant-btn-danger:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-danger[disabled],.ant-btn-danger[disabled]:hover,.ant-btn-danger[disabled]:focus,.ant-btn-danger[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.ant-btn-danger[disabled]>a:only-child,.ant-btn-danger[disabled]:hover>a:only-child,.ant-btn-danger[disabled]:focus>a:only-child,.ant-btn-danger[disabled]:active>a:only-child{color:currentcolor}.ant-btn-danger[disabled]>a:only-child:after,.ant-btn-danger[disabled]:hover>a:only-child:after,.ant-btn-danger[disabled]:focus>a:only-child:after,.ant-btn-danger[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-link{color:#1890ff;border-color:transparent;background:transparent;box-shadow:none}.ant-btn-link>a:only-child{color:currentcolor}.ant-btn-link>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-link:hover,.ant-btn-link:focus{color:#40a9ff;border-color:#40a9ff;background:transparent}.ant-btn-link:hover>a:only-child,.ant-btn-link:focus>a:only-child{color:currentcolor}.ant-btn-link:hover>a:only-child:after,.ant-btn-link:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-link:active{color:#096dd9;border-color:#096dd9;background:transparent}.ant-btn-link:active>a:only-child{color:currentcolor}.ant-btn-link:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-link[disabled],.ant-btn-link[disabled]:hover,.ant-btn-link[disabled]:focus,.ant-btn-link[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.ant-btn-link:hover{background:transparent}.ant-btn-link:hover,.ant-btn-link:focus,.ant-btn-link:active{border-color:transparent}.ant-btn-link[disabled],.ant-btn-link[disabled]:hover,.ant-btn-link[disabled]:focus,.ant-btn-link[disabled]:active{color:#00000040;border-color:transparent;background:transparent;text-shadow:none;box-shadow:none}.ant-btn-link[disabled]>a:only-child,.ant-btn-link[disabled]:hover>a:only-child,.ant-btn-link[disabled]:focus>a:only-child,.ant-btn-link[disabled]:active>a:only-child{color:currentcolor}.ant-btn-link[disabled]>a:only-child:after,.ant-btn-link[disabled]:hover>a:only-child:after,.ant-btn-link[disabled]:focus>a:only-child:after,.ant-btn-link[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-text{color:#000000d9;border-color:transparent;background:transparent;box-shadow:none}.ant-btn-text>a:only-child{color:currentcolor}.ant-btn-text>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-text:hover,.ant-btn-text:focus{color:#40a9ff;border-color:#40a9ff;background:transparent}.ant-btn-text:hover>a:only-child,.ant-btn-text:focus>a:only-child{color:currentcolor}.ant-btn-text:hover>a:only-child:after,.ant-btn-text:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-text:active{color:#096dd9;border-color:#096dd9;background:transparent}.ant-btn-text:active>a:only-child{color:currentcolor}.ant-btn-text:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-text[disabled],.ant-btn-text[disabled]:hover,.ant-btn-text[disabled]:focus,.ant-btn-text[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.ant-btn-text:hover,.ant-btn-text:focus{color:#000000d9;background:rgba(0,0,0,.018);border-color:transparent}.ant-btn-text:active{color:#000000d9;background:rgba(0,0,0,.028);border-color:transparent}.ant-btn-text[disabled],.ant-btn-text[disabled]:hover,.ant-btn-text[disabled]:focus,.ant-btn-text[disabled]:active{color:#00000040;border-color:transparent;background:transparent;text-shadow:none;box-shadow:none}.ant-btn-text[disabled]>a:only-child,.ant-btn-text[disabled]:hover>a:only-child,.ant-btn-text[disabled]:focus>a:only-child,.ant-btn-text[disabled]:active>a:only-child{color:currentcolor}.ant-btn-text[disabled]>a:only-child:after,.ant-btn-text[disabled]:hover>a:only-child:after,.ant-btn-text[disabled]:focus>a:only-child:after,.ant-btn-text[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dangerous{color:#ff4d4f;border-color:#ff4d4f;background:#fff}.ant-btn-dangerous>a:only-child{color:currentcolor}.ant-btn-dangerous>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dangerous:hover,.ant-btn-dangerous:focus{color:#ff7875;border-color:#ff7875;background:#fff}.ant-btn-dangerous:hover>a:only-child,.ant-btn-dangerous:focus>a:only-child{color:currentcolor}.ant-btn-dangerous:hover>a:only-child:after,.ant-btn-dangerous:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dangerous:active{color:#d9363e;border-color:#d9363e;background:#fff}.ant-btn-dangerous:active>a:only-child{color:currentcolor}.ant-btn-dangerous:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dangerous[disabled],.ant-btn-dangerous[disabled]:hover,.ant-btn-dangerous[disabled]:focus,.ant-btn-dangerous[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.ant-btn-dangerous[disabled]>a:only-child,.ant-btn-dangerous[disabled]:hover>a:only-child,.ant-btn-dangerous[disabled]:focus>a:only-child,.ant-btn-dangerous[disabled]:active>a:only-child{color:currentcolor}.ant-btn-dangerous[disabled]>a:only-child:after,.ant-btn-dangerous[disabled]:hover>a:only-child:after,.ant-btn-dangerous[disabled]:focus>a:only-child:after,.ant-btn-dangerous[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dangerous.ant-btn-primary{color:#fff;border-color:#ff4d4f;background:#ff4d4f;text-shadow:0 -1px 0 rgba(0,0,0,.12);box-shadow:0 2px #0000000b}.ant-btn-dangerous.ant-btn-primary>a:only-child{color:currentcolor}.ant-btn-dangerous.ant-btn-primary>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dangerous.ant-btn-primary:hover,.ant-btn-dangerous.ant-btn-primary:focus{color:#fff;border-color:#ff7875;background:#ff7875}.ant-btn-dangerous.ant-btn-primary:hover>a:only-child,.ant-btn-dangerous.ant-btn-primary:focus>a:only-child{color:currentcolor}.ant-btn-dangerous.ant-btn-primary:hover>a:only-child:after,.ant-btn-dangerous.ant-btn-primary:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dangerous.ant-btn-primary:active{color:#fff;border-color:#d9363e;background:#d9363e}.ant-btn-dangerous.ant-btn-primary:active>a:only-child{color:currentcolor}.ant-btn-dangerous.ant-btn-primary:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dangerous.ant-btn-primary[disabled],.ant-btn-dangerous.ant-btn-primary[disabled]:hover,.ant-btn-dangerous.ant-btn-primary[disabled]:focus,.ant-btn-dangerous.ant-btn-primary[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.ant-btn-dangerous.ant-btn-primary[disabled]>a:only-child,.ant-btn-dangerous.ant-btn-primary[disabled]:hover>a:only-child,.ant-btn-dangerous.ant-btn-primary[disabled]:focus>a:only-child,.ant-btn-dangerous.ant-btn-primary[disabled]:active>a:only-child{color:currentcolor}.ant-btn-dangerous.ant-btn-primary[disabled]>a:only-child:after,.ant-btn-dangerous.ant-btn-primary[disabled]:hover>a:only-child:after,.ant-btn-dangerous.ant-btn-primary[disabled]:focus>a:only-child:after,.ant-btn-dangerous.ant-btn-primary[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dangerous.ant-btn-link{color:#ff4d4f;border-color:transparent;background:transparent;box-shadow:none}.ant-btn-dangerous.ant-btn-link>a:only-child{color:currentcolor}.ant-btn-dangerous.ant-btn-link>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dangerous.ant-btn-link:hover,.ant-btn-dangerous.ant-btn-link:focus{color:#40a9ff;border-color:#40a9ff;background:transparent}.ant-btn-dangerous.ant-btn-link:active{color:#096dd9;border-color:#096dd9;background:transparent}.ant-btn-dangerous.ant-btn-link[disabled],.ant-btn-dangerous.ant-btn-link[disabled]:hover,.ant-btn-dangerous.ant-btn-link[disabled]:focus,.ant-btn-dangerous.ant-btn-link[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.ant-btn-dangerous.ant-btn-link:hover,.ant-btn-dangerous.ant-btn-link:focus{color:#ff7875;border-color:transparent;background:transparent}.ant-btn-dangerous.ant-btn-link:hover>a:only-child,.ant-btn-dangerous.ant-btn-link:focus>a:only-child{color:currentcolor}.ant-btn-dangerous.ant-btn-link:hover>a:only-child:after,.ant-btn-dangerous.ant-btn-link:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dangerous.ant-btn-link:active{color:#d9363e;border-color:transparent;background:transparent}.ant-btn-dangerous.ant-btn-link:active>a:only-child{color:currentcolor}.ant-btn-dangerous.ant-btn-link:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dangerous.ant-btn-link[disabled],.ant-btn-dangerous.ant-btn-link[disabled]:hover,.ant-btn-dangerous.ant-btn-link[disabled]:focus,.ant-btn-dangerous.ant-btn-link[disabled]:active{color:#00000040;border-color:transparent;background:transparent;text-shadow:none;box-shadow:none}.ant-btn-dangerous.ant-btn-link[disabled]>a:only-child,.ant-btn-dangerous.ant-btn-link[disabled]:hover>a:only-child,.ant-btn-dangerous.ant-btn-link[disabled]:focus>a:only-child,.ant-btn-dangerous.ant-btn-link[disabled]:active>a:only-child{color:currentcolor}.ant-btn-dangerous.ant-btn-link[disabled]>a:only-child:after,.ant-btn-dangerous.ant-btn-link[disabled]:hover>a:only-child:after,.ant-btn-dangerous.ant-btn-link[disabled]:focus>a:only-child:after,.ant-btn-dangerous.ant-btn-link[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dangerous.ant-btn-text{color:#ff4d4f;border-color:transparent;background:transparent;box-shadow:none}.ant-btn-dangerous.ant-btn-text>a:only-child{color:currentcolor}.ant-btn-dangerous.ant-btn-text>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dangerous.ant-btn-text:hover,.ant-btn-dangerous.ant-btn-text:focus{color:#40a9ff;border-color:#40a9ff;background:transparent}.ant-btn-dangerous.ant-btn-text:active{color:#096dd9;border-color:#096dd9;background:transparent}.ant-btn-dangerous.ant-btn-text[disabled],.ant-btn-dangerous.ant-btn-text[disabled]:hover,.ant-btn-dangerous.ant-btn-text[disabled]:focus,.ant-btn-dangerous.ant-btn-text[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.ant-btn-dangerous.ant-btn-text:hover,.ant-btn-dangerous.ant-btn-text:focus{color:#ff7875;border-color:transparent;background:rgba(0,0,0,.018)}.ant-btn-dangerous.ant-btn-text:hover>a:only-child,.ant-btn-dangerous.ant-btn-text:focus>a:only-child{color:currentcolor}.ant-btn-dangerous.ant-btn-text:hover>a:only-child:after,.ant-btn-dangerous.ant-btn-text:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dangerous.ant-btn-text:active{color:#d9363e;border-color:transparent;background:rgba(0,0,0,.028)}.ant-btn-dangerous.ant-btn-text:active>a:only-child{color:currentcolor}.ant-btn-dangerous.ant-btn-text:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-dangerous.ant-btn-text[disabled],.ant-btn-dangerous.ant-btn-text[disabled]:hover,.ant-btn-dangerous.ant-btn-text[disabled]:focus,.ant-btn-dangerous.ant-btn-text[disabled]:active{color:#00000040;border-color:transparent;background:transparent;text-shadow:none;box-shadow:none}.ant-btn-dangerous.ant-btn-text[disabled]>a:only-child,.ant-btn-dangerous.ant-btn-text[disabled]:hover>a:only-child,.ant-btn-dangerous.ant-btn-text[disabled]:focus>a:only-child,.ant-btn-dangerous.ant-btn-text[disabled]:active>a:only-child{color:currentcolor}.ant-btn-dangerous.ant-btn-text[disabled]>a:only-child:after,.ant-btn-dangerous.ant-btn-text[disabled]:hover>a:only-child:after,.ant-btn-dangerous.ant-btn-text[disabled]:focus>a:only-child:after,.ant-btn-dangerous.ant-btn-text[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-icon-only{width:32px;height:32px;padding:2.4px 0;font-size:16px;border-radius:2px;vertical-align:-3px}.ant-btn-icon-only>*{font-size:16px}.ant-btn-icon-only.ant-btn-lg{width:40px;height:40px;padding:4.9px 0;font-size:18px;border-radius:2px}.ant-btn-icon-only.ant-btn-lg>*{font-size:18px}.ant-btn-icon-only.ant-btn-sm{width:24px;height:24px;padding:0;font-size:14px;border-radius:2px}.ant-btn-icon-only.ant-btn-sm>*{font-size:14px}.ant-btn-icon-only>.anticon{display:flex;justify-content:center}.ant-btn-icon-only .anticon-loading{padding:0!important}a.ant-btn-icon-only{vertical-align:-1px}a.ant-btn-icon-only>.anticon{display:inline}.ant-btn-round{height:32px;padding:4px 16px;font-size:14px;border-radius:32px}.ant-btn-round.ant-btn-lg{height:40px;padding:6.4px 20px;font-size:16px;border-radius:40px}.ant-btn-round.ant-btn-sm{height:24px;padding:0 12px;font-size:14px;border-radius:24px}.ant-btn-round.ant-btn-icon-only{width:auto}.ant-btn-circle{min-width:32px;padding-right:0;padding-left:0;text-align:center;border-radius:50%}.ant-btn-circle.ant-btn-lg{min-width:40px;border-radius:50%}.ant-btn-circle.ant-btn-sm{min-width:24px;border-radius:50%}.ant-btn:before{position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;z-index:1;display:none;background:#fff;border-radius:inherit;opacity:.35;transition:opacity .2s;content:"";pointer-events:none}.ant-btn .anticon{transition:margin-left .3s cubic-bezier(.645,.045,.355,1)}.ant-btn .anticon.anticon-plus>svg,.ant-btn .anticon.anticon-minus>svg{shape-rendering:optimizespeed}.ant-btn.ant-btn-loading{position:relative;cursor:default}.ant-btn.ant-btn-loading:before{display:block}.ant-btn>.ant-btn-loading-icon{transition:width .3s cubic-bezier(.645,.045,.355,1),opacity .3s cubic-bezier(.645,.045,.355,1)}.ant-btn>.ant-btn-loading-icon .anticon{padding-right:8px;animation:none}.ant-btn>.ant-btn-loading-icon .anticon svg{animation:loadingCircle 1s infinite linear}.ant-btn-group{position:relative;display:inline-flex}.ant-btn-group>.ant-btn,.ant-btn-group>span>.ant-btn{position:relative}.ant-btn-group>.ant-btn:hover,.ant-btn-group>span>.ant-btn:hover,.ant-btn-group>.ant-btn:focus,.ant-btn-group>span>.ant-btn:focus,.ant-btn-group>.ant-btn:active,.ant-btn-group>span>.ant-btn:active{z-index:2}.ant-btn-group>.ant-btn[disabled],.ant-btn-group>span>.ant-btn[disabled]{z-index:0}.ant-btn-group .ant-btn-icon-only{font-size:14px}.ant-btn-group .ant-btn+.ant-btn,.ant-btn+.ant-btn-group,.ant-btn-group span+.ant-btn,.ant-btn-group .ant-btn+span,.ant-btn-group>span+span,.ant-btn-group+.ant-btn,.ant-btn-group+.ant-btn-group{margin-left:-1px}.ant-btn-group .ant-btn-primary+.ant-btn:not(.ant-btn-primary):not([disabled]){border-left-color:transparent}.ant-btn-group .ant-btn{border-radius:0}.ant-btn-group>.ant-btn:first-child,.ant-btn-group>span:first-child>.ant-btn{margin-left:0}.ant-btn-group>.ant-btn:only-child{border-radius:2px}.ant-btn-group>span:only-child>.ant-btn{border-radius:2px}.ant-btn-group>.ant-btn:first-child:not(:last-child),.ant-btn-group>span:first-child:not(:last-child)>.ant-btn{border-top-left-radius:2px;border-bottom-left-radius:2px}.ant-btn-group>.ant-btn:last-child:not(:first-child),.ant-btn-group>span:last-child:not(:first-child)>.ant-btn{border-top-right-radius:2px;border-bottom-right-radius:2px}.ant-btn-group-sm>.ant-btn:only-child{border-radius:2px}.ant-btn-group-sm>span:only-child>.ant-btn{border-radius:2px}.ant-btn-group-sm>.ant-btn:first-child:not(:last-child),.ant-btn-group-sm>span:first-child:not(:last-child)>.ant-btn{border-top-left-radius:2px;border-bottom-left-radius:2px}.ant-btn-group-sm>.ant-btn:last-child:not(:first-child),.ant-btn-group-sm>span:last-child:not(:first-child)>.ant-btn{border-top-right-radius:2px;border-bottom-right-radius:2px}.ant-btn-group>.ant-btn-group{float:left}.ant-btn-group>.ant-btn-group:not(:first-child):not(:last-child)>.ant-btn{border-radius:0}.ant-btn-group>.ant-btn-group:first-child:not(:last-child)>.ant-btn:last-child{padding-right:8px;border-top-right-radius:0;border-bottom-right-radius:0}.ant-btn-group>.ant-btn-group:last-child:not(:first-child)>.ant-btn:first-child{padding-left:8px;border-top-left-radius:0;border-bottom-left-radius:0}.ant-btn-rtl.ant-btn-group .ant-btn+.ant-btn,.ant-btn-rtl.ant-btn+.ant-btn-group,.ant-btn-rtl.ant-btn-group span+.ant-btn,.ant-btn-rtl.ant-btn-group .ant-btn+span,.ant-btn-rtl.ant-btn-group>span+span,.ant-btn-rtl.ant-btn-group+.ant-btn,.ant-btn-rtl.ant-btn-group+.ant-btn-group,.ant-btn-group-rtl.ant-btn-group .ant-btn+.ant-btn,.ant-btn-group-rtl.ant-btn+.ant-btn-group,.ant-btn-group-rtl.ant-btn-group span+.ant-btn,.ant-btn-group-rtl.ant-btn-group .ant-btn+span,.ant-btn-group-rtl.ant-btn-group>span+span,.ant-btn-group-rtl.ant-btn-group+.ant-btn,.ant-btn-group-rtl.ant-btn-group+.ant-btn-group{margin-right:-1px;margin-left:auto}.ant-btn-group.ant-btn-group-rtl{direction:rtl}.ant-btn-group-rtl.ant-btn-group>.ant-btn:first-child:not(:last-child),.ant-btn-group-rtl.ant-btn-group>span:first-child:not(:last-child)>.ant-btn{border-radius:0 2px 2px 0}.ant-btn-group-rtl.ant-btn-group>.ant-btn:last-child:not(:first-child),.ant-btn-group-rtl.ant-btn-group>span:last-child:not(:first-child)>.ant-btn{border-radius:2px 0 0 2px}.ant-btn-group-rtl.ant-btn-group-sm>.ant-btn:first-child:not(:last-child),.ant-btn-group-rtl.ant-btn-group-sm>span:first-child:not(:last-child)>.ant-btn{border-radius:0 2px 2px 0}.ant-btn-group-rtl.ant-btn-group-sm>.ant-btn:last-child:not(:first-child),.ant-btn-group-rtl.ant-btn-group-sm>span:last-child:not(:first-child)>.ant-btn{border-radius:2px 0 0 2px}.ant-btn:focus>span,.ant-btn:active>span{position:relative}.ant-btn>.anticon+span,.ant-btn>span+.anticon{margin-left:8px}.ant-btn.ant-btn-background-ghost{color:#fff;border-color:#fff}.ant-btn.ant-btn-background-ghost,.ant-btn.ant-btn-background-ghost:hover,.ant-btn.ant-btn-background-ghost:active,.ant-btn.ant-btn-background-ghost:focus{background:transparent}.ant-btn.ant-btn-background-ghost:hover,.ant-btn.ant-btn-background-ghost:focus{color:#40a9ff;border-color:#40a9ff}.ant-btn.ant-btn-background-ghost:active{color:#096dd9;border-color:#096dd9}.ant-btn.ant-btn-background-ghost[disabled]{color:#00000040;background:transparent;border-color:#d9d9d9}.ant-btn-background-ghost.ant-btn-primary{color:#1890ff;border-color:#1890ff;text-shadow:none}.ant-btn-background-ghost.ant-btn-primary>a:only-child{color:currentcolor}.ant-btn-background-ghost.ant-btn-primary>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-primary:hover,.ant-btn-background-ghost.ant-btn-primary:focus{color:#40a9ff;border-color:#40a9ff}.ant-btn-background-ghost.ant-btn-primary:hover>a:only-child,.ant-btn-background-ghost.ant-btn-primary:focus>a:only-child{color:currentcolor}.ant-btn-background-ghost.ant-btn-primary:hover>a:only-child:after,.ant-btn-background-ghost.ant-btn-primary:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-primary:active{color:#096dd9;border-color:#096dd9}.ant-btn-background-ghost.ant-btn-primary:active>a:only-child{color:currentcolor}.ant-btn-background-ghost.ant-btn-primary:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-primary[disabled],.ant-btn-background-ghost.ant-btn-primary[disabled]:hover,.ant-btn-background-ghost.ant-btn-primary[disabled]:focus,.ant-btn-background-ghost.ant-btn-primary[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.ant-btn-background-ghost.ant-btn-primary[disabled]>a:only-child,.ant-btn-background-ghost.ant-btn-primary[disabled]:hover>a:only-child,.ant-btn-background-ghost.ant-btn-primary[disabled]:focus>a:only-child,.ant-btn-background-ghost.ant-btn-primary[disabled]:active>a:only-child{color:currentcolor}.ant-btn-background-ghost.ant-btn-primary[disabled]>a:only-child:after,.ant-btn-background-ghost.ant-btn-primary[disabled]:hover>a:only-child:after,.ant-btn-background-ghost.ant-btn-primary[disabled]:focus>a:only-child:after,.ant-btn-background-ghost.ant-btn-primary[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-danger{color:#ff4d4f;border-color:#ff4d4f;text-shadow:none}.ant-btn-background-ghost.ant-btn-danger>a:only-child{color:currentcolor}.ant-btn-background-ghost.ant-btn-danger>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-danger:hover,.ant-btn-background-ghost.ant-btn-danger:focus{color:#ff7875;border-color:#ff7875}.ant-btn-background-ghost.ant-btn-danger:hover>a:only-child,.ant-btn-background-ghost.ant-btn-danger:focus>a:only-child{color:currentcolor}.ant-btn-background-ghost.ant-btn-danger:hover>a:only-child:after,.ant-btn-background-ghost.ant-btn-danger:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-danger:active{color:#d9363e;border-color:#d9363e}.ant-btn-background-ghost.ant-btn-danger:active>a:only-child{color:currentcolor}.ant-btn-background-ghost.ant-btn-danger:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-danger[disabled],.ant-btn-background-ghost.ant-btn-danger[disabled]:hover,.ant-btn-background-ghost.ant-btn-danger[disabled]:focus,.ant-btn-background-ghost.ant-btn-danger[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.ant-btn-background-ghost.ant-btn-danger[disabled]>a:only-child,.ant-btn-background-ghost.ant-btn-danger[disabled]:hover>a:only-child,.ant-btn-background-ghost.ant-btn-danger[disabled]:focus>a:only-child,.ant-btn-background-ghost.ant-btn-danger[disabled]:active>a:only-child{color:currentcolor}.ant-btn-background-ghost.ant-btn-danger[disabled]>a:only-child:after,.ant-btn-background-ghost.ant-btn-danger[disabled]:hover>a:only-child:after,.ant-btn-background-ghost.ant-btn-danger[disabled]:focus>a:only-child:after,.ant-btn-background-ghost.ant-btn-danger[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-dangerous{color:#ff4d4f;border-color:#ff4d4f;text-shadow:none}.ant-btn-background-ghost.ant-btn-dangerous>a:only-child{color:currentcolor}.ant-btn-background-ghost.ant-btn-dangerous>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-dangerous:hover,.ant-btn-background-ghost.ant-btn-dangerous:focus{color:#ff7875;border-color:#ff7875}.ant-btn-background-ghost.ant-btn-dangerous:hover>a:only-child,.ant-btn-background-ghost.ant-btn-dangerous:focus>a:only-child{color:currentcolor}.ant-btn-background-ghost.ant-btn-dangerous:hover>a:only-child:after,.ant-btn-background-ghost.ant-btn-dangerous:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-dangerous:active{color:#d9363e;border-color:#d9363e}.ant-btn-background-ghost.ant-btn-dangerous:active>a:only-child{color:currentcolor}.ant-btn-background-ghost.ant-btn-dangerous:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-dangerous[disabled],.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover,.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus,.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.ant-btn-background-ghost.ant-btn-dangerous[disabled]>a:only-child,.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover>a:only-child,.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus>a:only-child,.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active>a:only-child{color:currentcolor}.ant-btn-background-ghost.ant-btn-dangerous[disabled]>a:only-child:after,.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover>a:only-child:after,.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus>a:only-child:after,.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link{color:#ff4d4f;border-color:transparent;text-shadow:none}.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link>a:only-child{color:currentcolor}.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover,.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus{color:#ff7875;border-color:transparent}.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover>a:only-child,.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus>a:only-child{color:currentcolor}.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover>a:only-child:after,.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active{color:#d9363e;border-color:transparent}.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active>a:only-child{color:currentcolor}.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled],.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover,.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus,.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active{color:#00000040;border-color:#d9d9d9;background:#f5f5f5;text-shadow:none;box-shadow:none}.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]>a:only-child,.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover>a:only-child,.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus>a:only-child,.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active>a:only-child{color:currentcolor}.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]>a:only-child:after,.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover>a:only-child:after,.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus>a:only-child:after,.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.ant-btn-two-chinese-chars:first-letter{letter-spacing:.34em}.ant-btn-two-chinese-chars>*:not(.anticon){margin-right:-.34em;letter-spacing:.34em}.ant-btn.ant-btn-block{width:100%}.ant-btn:empty{display:inline-block;width:0;visibility:hidden;content:"\a0"}a.ant-btn{padding-top:.01px!important;line-height:30px}a.ant-btn-disabled{cursor:not-allowed}a.ant-btn-disabled>*{pointer-events:none}a.ant-btn-disabled,a.ant-btn-disabled:hover,a.ant-btn-disabled:focus,a.ant-btn-disabled:active{color:#00000040;border-color:transparent;background:transparent;text-shadow:none;box-shadow:none}a.ant-btn-disabled>a:only-child,a.ant-btn-disabled:hover>a:only-child,a.ant-btn-disabled:focus>a:only-child,a.ant-btn-disabled:active>a:only-child{color:currentcolor}a.ant-btn-disabled>a:only-child:after,a.ant-btn-disabled:hover>a:only-child:after,a.ant-btn-disabled:focus>a:only-child:after,a.ant-btn-disabled:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}a.ant-btn-lg{line-height:38px}a.ant-btn-sm{line-height:22px}.ant-btn-compact-item:not(.ant-btn-compact-last-item):not(.ant-btn-compact-item-rtl){margin-right:-1px}.ant-btn-compact-item:not(.ant-btn-compact-last-item).ant-btn-compact-item-rtl{margin-left:-1px}.ant-btn-compact-item:hover,.ant-btn-compact-item:focus,.ant-btn-compact-item:active{z-index:2}.ant-btn-compact-item[disabled]{z-index:0}.ant-btn-compact-item:not(.ant-btn-compact-first-item):not(.ant-btn-compact-last-item).ant-btn{border-radius:0}.ant-btn-compact-item.ant-btn.ant-btn-compact-first-item:not(.ant-btn-compact-last-item):not(.ant-btn-compact-item-rtl){border-top-right-radius:0;border-bottom-right-radius:0}.ant-btn-compact-item.ant-btn.ant-btn-compact-last-item:not(.ant-btn-compact-first-item):not(.ant-btn-compact-item-rtl){border-top-left-radius:0;border-bottom-left-radius:0}.ant-btn-compact-item.ant-btn.ant-btn-compact-item-rtl.ant-btn-compact-first-item:not(.ant-btn-compact-last-item){border-top-left-radius:0;border-bottom-left-radius:0}.ant-btn-compact-item.ant-btn.ant-btn-compact-item-rtl.ant-btn-compact-last-item:not(.ant-btn-compact-first-item){border-top-right-radius:0;border-bottom-right-radius:0}.ant-btn-icon-only.ant-btn-compact-item{flex:none}.ant-btn-compact-item.ant-btn-primary:not([disabled])+.ant-btn-compact-item.ant-btn-primary:not([disabled]){position:relative}.ant-btn-compact-item.ant-btn-primary:not([disabled])+.ant-btn-compact-item.ant-btn-primary:not([disabled]):after{position:absolute;top:-1px;left:-1px;display:inline-block;width:1px;height:calc(100% + 2px);background-color:#40a9ff;content:" "}.ant-btn-compact-item-rtl.ant-btn-compact-first-item.ant-btn-compact-item-rtl:not(.ant-btn-compact-last-item){border-top-left-radius:0;border-bottom-left-radius:0}.ant-btn-compact-item-rtl.ant-btn-compact-last-item.ant-btn-compact-item-rtl:not(.ant-btn-compact-first-item){border-top-right-radius:0;border-bottom-right-radius:0}.ant-btn-compact-item-rtl.ant-btn-sm.ant-btn-compact-first-item.ant-btn-compact-item-rtl.ant-btn-sm:not(.ant-btn-compact-last-item){border-top-left-radius:0;border-bottom-left-radius:0}.ant-btn-compact-item-rtl.ant-btn-sm.ant-btn-compact-last-item.ant-btn-compact-item-rtl.ant-btn-sm:not(.ant-btn-compact-first-item){border-top-right-radius:0;border-bottom-right-radius:0}.ant-btn-compact-item-rtl.ant-btn-primary:not([disabled])+.ant-btn-compact-item-rtl.ant-btn-primary:not([disabled]):after{right:-1px}.ant-btn-compact-vertical-item:not(.ant-btn-compact-vertical-last-item){margin-bottom:-1px}.ant-btn-compact-vertical-item:hover,.ant-btn-compact-vertical-item:focus,.ant-btn-compact-vertical-item:active{z-index:2}.ant-btn-compact-vertical-item[disabled]{z-index:0}.ant-btn-compact-vertical-item:not(.ant-btn-compact-vertical-first-item):not(.ant-btn-compact-vertical-last-item){border-radius:0}.ant-btn-compact-vertical-item.ant-btn-compact-vertical-first-item:not(.ant-btn-compact-vertical-last-item){border-bottom-right-radius:0;border-bottom-left-radius:0}.ant-btn-compact-vertical-item.ant-btn-compact-vertical-last-item:not(.ant-btn-compact-vertical-first-item){border-top-left-radius:0;border-top-right-radius:0}.ant-btn-compact-vertical-item.ant-btn-primary:not([disabled])+.ant-btn-compact-vertical-item.ant-btn-primary:not([disabled]){position:relative}.ant-btn-compact-vertical-item.ant-btn-primary:not([disabled])+.ant-btn-compact-vertical-item.ant-btn-primary:not([disabled]):after{position:absolute;top:-1px;left:-1px;display:inline-block;width:calc(100% + 2px);height:1px;background-color:#40a9ff;content:" "}.ant-btn-rtl{direction:rtl}.ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child),.ant-btn-group-rtl.ant-btn-group .ant-btn-primary+.ant-btn-primary{border-right-color:#40a9ff;border-left-color:#d9d9d9}.ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],.ant-btn-group-rtl.ant-btn-group .ant-btn-primary+.ant-btn-primary[disabled]{border-right-color:#d9d9d9;border-left-color:#40a9ff}.ant-btn-rtl.ant-btn>.ant-btn-loading-icon .anticon{padding-right:0;padding-left:8px}.ant-btn-rtl.ant-btn>.anticon+span,.ant-btn-rtl.ant-btn>span+.anticon{margin-right:8px;margin-left:0}.ant-menu-item-danger.ant-menu-item,.ant-menu-item-danger.ant-menu-item:hover,.ant-menu-item-danger.ant-menu-item-active{color:#ff4d4f}.ant-menu-item-danger.ant-menu-item:active{background:#fff1f0}.ant-menu-item-danger.ant-menu-item-selected{color:#ff4d4f}.ant-menu-item-danger.ant-menu-item-selected>a,.ant-menu-item-danger.ant-menu-item-selected>a:hover{color:#ff4d4f}.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected{background-color:#fff1f0}.ant-menu-inline .ant-menu-item-danger.ant-menu-item:after{border-right-color:#ff4d4f}.ant-menu-dark .ant-menu-item-danger.ant-menu-item,.ant-menu-dark .ant-menu-item-danger.ant-menu-item:hover,.ant-menu-dark .ant-menu-item-danger.ant-menu-item>a{color:#ff4d4f}.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected{color:#fff;background-color:#ff4d4f}.ant-menu{box-sizing:border-box;margin:0;font-variant:tabular-nums;line-height:1.5715;font-feature-settings:"tnum";padding:0;color:#000000d9;font-size:14px;line-height:0;text-align:left;list-style:none;background:#fff;outline:none;box-shadow:0 3px 6px -4px #0000001f,0 6px 16px #00000014,0 9px 28px 8px #0000000d;transition:background .3s,width .3s cubic-bezier(.2,0,0,1) 0s}.ant-menu:before{display:table;content:""}.ant-menu:after{display:table;clear:both;content:""}.ant-menu.ant-menu-root:focus-visible{box-shadow:0 0 0 2px #bae7ff}.ant-menu ul,.ant-menu ol{margin:0;padding:0;list-style:none}.ant-menu-overflow{display:flex}.ant-menu-overflow-item{flex:none}.ant-menu-hidden,.ant-menu-submenu-hidden{display:none}.ant-menu-item-group-title{height:1.5715;padding:8px 16px;color:#00000073;font-size:14px;line-height:1.5715;transition:all .3s}.ant-menu-horizontal .ant-menu-submenu{transition:border-color .3s cubic-bezier(.645,.045,.355,1),background .3s cubic-bezier(.645,.045,.355,1)}.ant-menu-submenu,.ant-menu-submenu-inline{transition:border-color .3s cubic-bezier(.645,.045,.355,1),background .3s cubic-bezier(.645,.045,.355,1),padding .15s cubic-bezier(.645,.045,.355,1)}.ant-menu-submenu-selected{color:#1890ff}.ant-menu-item:active,.ant-menu-submenu-title:active{background:#e6f7ff}.ant-menu-submenu .ant-menu-sub{cursor:initial;transition:background .3s cubic-bezier(.645,.045,.355,1),padding .3s cubic-bezier(.645,.045,.355,1)}.ant-menu-title-content{transition:color .3s}.ant-menu-item a{color:#000000d9}.ant-menu-item a:hover{color:#1890ff}.ant-menu-item a:before{position:absolute;top:0;right:0;bottom:0;left:0;background-color:transparent;content:""}.ant-menu-item>.ant-badge a{color:#000000d9}.ant-menu-item>.ant-badge a:hover{color:#1890ff}.ant-menu-item-divider{overflow:hidden;line-height:0;border-color:#f0f0f0;border-style:solid;border-width:1px 0 0}.ant-menu-item-divider-dashed{border-style:dashed}.ant-menu-horizontal .ant-menu-item,.ant-menu-horizontal .ant-menu-submenu{margin-top:-1px}.ant-menu-horizontal>.ant-menu-item:hover,.ant-menu-horizontal>.ant-menu-item-active,.ant-menu-horizontal>.ant-menu-submenu .ant-menu-submenu-title:hover{background-color:transparent}.ant-menu-item-selected,.ant-menu-item-selected a,.ant-menu-item-selected a:hover{color:#1890ff}.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected{background-color:#e6f7ff}.ant-menu-inline,.ant-menu-vertical,.ant-menu-vertical-left{border-right:1px solid #f0f0f0}.ant-menu-vertical-right{border-left:1px solid #f0f0f0}.ant-menu-vertical.ant-menu-sub,.ant-menu-vertical-left.ant-menu-sub,.ant-menu-vertical-right.ant-menu-sub{min-width:160px;max-height:calc(100vh - 100px);padding:0;overflow:hidden;border-right:0}.ant-menu-vertical.ant-menu-sub:not([class*="-active"]),.ant-menu-vertical-left.ant-menu-sub:not([class*="-active"]),.ant-menu-vertical-right.ant-menu-sub:not([class*="-active"]){overflow-x:hidden;overflow-y:auto}.ant-menu-vertical.ant-menu-sub .ant-menu-item,.ant-menu-vertical-left.ant-menu-sub .ant-menu-item,.ant-menu-vertical-right.ant-menu-sub .ant-menu-item{left:0;margin-left:0;border-right:0}.ant-menu-vertical.ant-menu-sub .ant-menu-item:after,.ant-menu-vertical-left.ant-menu-sub .ant-menu-item:after,.ant-menu-vertical-right.ant-menu-sub .ant-menu-item:after{border-right:0}.ant-menu-vertical.ant-menu-sub>.ant-menu-item,.ant-menu-vertical-left.ant-menu-sub>.ant-menu-item,.ant-menu-vertical-right.ant-menu-sub>.ant-menu-item,.ant-menu-vertical.ant-menu-sub>.ant-menu-submenu,.ant-menu-vertical-left.ant-menu-sub>.ant-menu-submenu,.ant-menu-vertical-right.ant-menu-sub>.ant-menu-submenu{transform-origin:0 0}.ant-menu-horizontal.ant-menu-sub{min-width:114px}.ant-menu-horizontal .ant-menu-item,.ant-menu-horizontal .ant-menu-submenu-title{transition:border-color .3s,background .3s}.ant-menu-item,.ant-menu-submenu-title{position:relative;display:block;margin:0;padding:0 20px;white-space:nowrap;cursor:pointer;transition:border-color .3s,background .3s,padding .3s cubic-bezier(.645,.045,.355,1)}.ant-menu-item .ant-menu-item-icon,.ant-menu-submenu-title .ant-menu-item-icon,.ant-menu-item .anticon,.ant-menu-submenu-title .anticon{min-width:14px;font-size:14px;transition:font-size .15s cubic-bezier(.215,.61,.355,1),margin .3s cubic-bezier(.645,.045,.355,1),color .3s}.ant-menu-item .ant-menu-item-icon+span,.ant-menu-submenu-title .ant-menu-item-icon+span,.ant-menu-item .anticon+span,.ant-menu-submenu-title .anticon+span{margin-left:10px;opacity:1;transition:opacity .3s cubic-bezier(.645,.045,.355,1),margin .3s,color .3s}.ant-menu-item .ant-menu-item-icon.svg,.ant-menu-submenu-title .ant-menu-item-icon.svg{vertical-align:-.125em}.ant-menu-item.ant-menu-item-only-child>.anticon,.ant-menu-submenu-title.ant-menu-item-only-child>.anticon,.ant-menu-item.ant-menu-item-only-child>.ant-menu-item-icon,.ant-menu-submenu-title.ant-menu-item-only-child>.ant-menu-item-icon{margin-right:0}.ant-menu-item:not(.ant-menu-item-disabled):focus-visible,.ant-menu-submenu-title:not(.ant-menu-item-disabled):focus-visible{box-shadow:0 0 0 2px #bae7ff}.ant-menu>.ant-menu-item-divider{margin:1px 0;padding:0}.ant-menu-submenu-popup{position:absolute;z-index:1050;background:transparent;border-radius:2px;box-shadow:none;transform-origin:0 0}.ant-menu-submenu-popup:before{position:absolute;top:-7px;right:0;bottom:0;left:0;z-index:-1;width:100%;height:100%;opacity:.0001;content:" "}.ant-menu-submenu-placement-rightTop:before{top:0;left:-7px}.ant-menu-submenu>.ant-menu{background-color:#fff;border-radius:2px}.ant-menu-submenu>.ant-menu-submenu-title:after{transition:transform .3s cubic-bezier(.645,.045,.355,1)}.ant-menu-submenu-popup>.ant-menu{background-color:#fff}.ant-menu-submenu-expand-icon,.ant-menu-submenu-arrow{position:absolute;top:50%;right:16px;width:10px;color:#000000d9;transform:translateY(-50%);transition:transform .3s cubic-bezier(.645,.045,.355,1)}.ant-menu-submenu-arrow:before,.ant-menu-submenu-arrow:after{position:absolute;width:6px;height:1.5px;background-color:currentcolor;border-radius:2px;transition:background .3s cubic-bezier(.645,.045,.355,1),transform .3s cubic-bezier(.645,.045,.355,1),top .3s cubic-bezier(.645,.045,.355,1),color .3s cubic-bezier(.645,.045,.355,1);content:""}.ant-menu-submenu-arrow:before{transform:rotate(45deg) translateY(-2.5px)}.ant-menu-submenu-arrow:after{transform:rotate(-45deg) translateY(2.5px)}.ant-menu-submenu:hover>.ant-menu-submenu-title>.ant-menu-submenu-expand-icon,.ant-menu-submenu:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow{color:#1890ff}.ant-menu-inline-collapsed .ant-menu-submenu-arrow:before,.ant-menu-submenu-inline .ant-menu-submenu-arrow:before{transform:rotate(-45deg) translate(2.5px)}.ant-menu-inline-collapsed .ant-menu-submenu-arrow:after,.ant-menu-submenu-inline .ant-menu-submenu-arrow:after{transform:rotate(45deg) translate(-2.5px)}.ant-menu-submenu-horizontal .ant-menu-submenu-arrow{display:none}.ant-menu-submenu-open.ant-menu-submenu-inline>.ant-menu-submenu-title>.ant-menu-submenu-arrow{transform:translateY(-2px)}.ant-menu-submenu-open.ant-menu-submenu-inline>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after{transform:rotate(-45deg) translate(-2.5px)}.ant-menu-submenu-open.ant-menu-submenu-inline>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before{transform:rotate(45deg) translate(2.5px)}.ant-menu-vertical .ant-menu-submenu-selected,.ant-menu-vertical-left .ant-menu-submenu-selected,.ant-menu-vertical-right .ant-menu-submenu-selected{color:#1890ff}.ant-menu-horizontal{line-height:46px;border:0;border-bottom:1px solid #f0f0f0;box-shadow:none}.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-item,.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-submenu{margin-top:-1px;margin-bottom:0;padding:0 20px}.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-item:hover,.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-submenu:hover,.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-item-active,.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-submenu-active,.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-item-open,.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-submenu-open,.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-item-selected,.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-submenu-selected{color:#1890ff}.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-item:hover:after,.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-submenu:hover:after,.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-item-active:after,.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-submenu-active:after,.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-item-open:after,.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-submenu-open:after,.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-item-selected:after,.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-submenu-selected:after{border-bottom:2px solid #1890ff}.ant-menu-horizontal>.ant-menu-item,.ant-menu-horizontal>.ant-menu-submenu{position:relative;top:1px;display:inline-block;vertical-align:bottom}.ant-menu-horizontal>.ant-menu-item:after,.ant-menu-horizontal>.ant-menu-submenu:after{position:absolute;right:20px;bottom:0;left:20px;border-bottom:2px solid transparent;transition:border-color .3s cubic-bezier(.645,.045,.355,1);content:""}.ant-menu-horizontal>.ant-menu-submenu>.ant-menu-submenu-title{padding:0}.ant-menu-horizontal>.ant-menu-item a{color:#000000d9}.ant-menu-horizontal>.ant-menu-item a:hover{color:#1890ff}.ant-menu-horizontal>.ant-menu-item a:before{bottom:-2px}.ant-menu-horizontal>.ant-menu-item-selected a{color:#1890ff}.ant-menu-horizontal:after{display:block;clear:both;height:0;content:" "}.ant-menu-vertical .ant-menu-item,.ant-menu-vertical-left .ant-menu-item,.ant-menu-vertical-right .ant-menu-item,.ant-menu-inline .ant-menu-item{position:relative}.ant-menu-vertical .ant-menu-item:after,.ant-menu-vertical-left .ant-menu-item:after,.ant-menu-vertical-right .ant-menu-item:after,.ant-menu-inline .ant-menu-item:after{position:absolute;top:0;right:0;bottom:0;border-right:3px solid #1890ff;transform:scaleY(.0001);opacity:0;transition:transform .15s cubic-bezier(.215,.61,.355,1),opacity .15s cubic-bezier(.215,.61,.355,1);content:""}.ant-menu-vertical .ant-menu-item,.ant-menu-vertical-left .ant-menu-item,.ant-menu-vertical-right .ant-menu-item,.ant-menu-inline .ant-menu-item,.ant-menu-vertical .ant-menu-submenu-title,.ant-menu-vertical-left .ant-menu-submenu-title,.ant-menu-vertical-right .ant-menu-submenu-title,.ant-menu-inline .ant-menu-submenu-title{height:40px;margin-top:4px;margin-bottom:4px;padding:0 16px;overflow:hidden;line-height:40px;text-overflow:ellipsis}.ant-menu-vertical .ant-menu-submenu,.ant-menu-vertical-left .ant-menu-submenu,.ant-menu-vertical-right .ant-menu-submenu,.ant-menu-inline .ant-menu-submenu{padding-bottom:.02px}.ant-menu-vertical .ant-menu-item:not(:last-child),.ant-menu-vertical-left .ant-menu-item:not(:last-child),.ant-menu-vertical-right .ant-menu-item:not(:last-child),.ant-menu-inline .ant-menu-item:not(:last-child){margin-bottom:8px}.ant-menu-vertical>.ant-menu-item,.ant-menu-vertical-left>.ant-menu-item,.ant-menu-vertical-right>.ant-menu-item,.ant-menu-inline>.ant-menu-item,.ant-menu-vertical>.ant-menu-submenu>.ant-menu-submenu-title,.ant-menu-vertical-left>.ant-menu-submenu>.ant-menu-submenu-title,.ant-menu-vertical-right>.ant-menu-submenu>.ant-menu-submenu-title,.ant-menu-inline>.ant-menu-submenu>.ant-menu-submenu-title{height:40px;line-height:40px}.ant-menu-vertical .ant-menu-item-group-list .ant-menu-submenu-title,.ant-menu-vertical .ant-menu-submenu-title{padding-right:34px}.ant-menu-inline{width:100%}.ant-menu-inline .ant-menu-selected:after,.ant-menu-inline .ant-menu-item-selected:after{transform:scaleY(1);opacity:1;transition:transform .15s cubic-bezier(.645,.045,.355,1),opacity .15s cubic-bezier(.645,.045,.355,1)}.ant-menu-inline .ant-menu-item,.ant-menu-inline .ant-menu-submenu-title{width:calc(100% + 1px)}.ant-menu-inline .ant-menu-item-group-list .ant-menu-submenu-title,.ant-menu-inline .ant-menu-submenu-title{padding-right:34px}.ant-menu-inline.ant-menu-root .ant-menu-item,.ant-menu-inline.ant-menu-root .ant-menu-submenu-title{display:flex;align-items:center;transition:border-color .3s,background .3s,padding .1s cubic-bezier(.215,.61,.355,1)}.ant-menu-inline.ant-menu-root .ant-menu-item>.ant-menu-title-content,.ant-menu-inline.ant-menu-root .ant-menu-submenu-title>.ant-menu-title-content{flex:auto;min-width:0;overflow:hidden;text-overflow:ellipsis}.ant-menu-inline.ant-menu-root .ant-menu-item>*,.ant-menu-inline.ant-menu-root .ant-menu-submenu-title>*{flex:none}.ant-menu.ant-menu-inline-collapsed{width:80px}.ant-menu.ant-menu-inline-collapsed>.ant-menu-item,.ant-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-item,.ant-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-submenu>.ant-menu-submenu-title,.ant-menu.ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title{left:0;padding:0 calc(50% - 8px);text-overflow:clip}.ant-menu.ant-menu-inline-collapsed>.ant-menu-item .ant-menu-submenu-arrow,.ant-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-item .ant-menu-submenu-arrow,.ant-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-submenu>.ant-menu-submenu-title .ant-menu-submenu-arrow,.ant-menu.ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title .ant-menu-submenu-arrow{opacity:0}.ant-menu.ant-menu-inline-collapsed>.ant-menu-item .ant-menu-item-icon,.ant-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-item .ant-menu-item-icon,.ant-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-submenu>.ant-menu-submenu-title .ant-menu-item-icon,.ant-menu.ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title .ant-menu-item-icon,.ant-menu.ant-menu-inline-collapsed>.ant-menu-item .anticon,.ant-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-item .anticon,.ant-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-submenu>.ant-menu-submenu-title .anticon,.ant-menu.ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title .anticon{margin:0;font-size:16px;line-height:40px}.ant-menu.ant-menu-inline-collapsed>.ant-menu-item .ant-menu-item-icon+span,.ant-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-item .ant-menu-item-icon+span,.ant-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-submenu>.ant-menu-submenu-title .ant-menu-item-icon+span,.ant-menu.ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title .ant-menu-item-icon+span,.ant-menu.ant-menu-inline-collapsed>.ant-menu-item .anticon+span,.ant-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-item .anticon+span,.ant-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-submenu>.ant-menu-submenu-title .anticon+span,.ant-menu.ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title .anticon+span{display:inline-block;opacity:0}.ant-menu.ant-menu-inline-collapsed .ant-menu-item-icon,.ant-menu.ant-menu-inline-collapsed .anticon{display:inline-block}.ant-menu.ant-menu-inline-collapsed-tooltip{pointer-events:none}.ant-menu.ant-menu-inline-collapsed-tooltip .ant-menu-item-icon,.ant-menu.ant-menu-inline-collapsed-tooltip .anticon{display:none}.ant-menu.ant-menu-inline-collapsed-tooltip a{color:#ffffffd9}.ant-menu.ant-menu-inline-collapsed .ant-menu-item-group-title{padding-right:4px;padding-left:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ant-menu-item-group-list{margin:0;padding:0}.ant-menu-item-group-list .ant-menu-item,.ant-menu-item-group-list .ant-menu-submenu-title{padding:0 16px 0 28px}.ant-menu-root.ant-menu-vertical,.ant-menu-root.ant-menu-vertical-left,.ant-menu-root.ant-menu-vertical-right,.ant-menu-root.ant-menu-inline{box-shadow:none}.ant-menu-root.ant-menu-inline-collapsed .ant-menu-item>.ant-menu-inline-collapsed-noicon,.ant-menu-root.ant-menu-inline-collapsed .ant-menu-submenu .ant-menu-submenu-title>.ant-menu-inline-collapsed-noicon{font-size:16px;text-align:center}.ant-menu-sub.ant-menu-inline{padding:0;background:#fafafa;border:0;border-radius:0;box-shadow:none}.ant-menu-sub.ant-menu-inline>.ant-menu-item,.ant-menu-sub.ant-menu-inline>.ant-menu-submenu>.ant-menu-submenu-title{height:40px;line-height:40px;list-style-position:inside;list-style-type:disc}.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title{padding-left:32px}.ant-menu-item-disabled,.ant-menu-submenu-disabled{color:#00000040!important;background:none;cursor:not-allowed}.ant-menu-item-disabled:after,.ant-menu-submenu-disabled:after{border-color:transparent!important}.ant-menu-item-disabled a,.ant-menu-submenu-disabled a{color:#00000040!important;pointer-events:none}.ant-menu-item-disabled>.ant-menu-submenu-title,.ant-menu-submenu-disabled>.ant-menu-submenu-title{color:#00000040!important;cursor:not-allowed}.ant-menu-item-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,.ant-menu-submenu-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,.ant-menu-item-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,.ant-menu-submenu-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after{background:rgba(0,0,0,.25)!important}.ant-layout-header .ant-menu{line-height:inherit}.ant-menu-inline-collapsed-tooltip a,.ant-menu-inline-collapsed-tooltip a:hover{color:#fff}.ant-menu-light .ant-menu-item:hover,.ant-menu-light .ant-menu-item-active,.ant-menu-light .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,.ant-menu-light .ant-menu-submenu-active,.ant-menu-light .ant-menu-submenu-title:hover{color:#1890ff}.ant-menu.ant-menu-root:focus-visible{box-shadow:0 0 0 2px #096dd9}.ant-menu-dark .ant-menu-item:focus-visible,.ant-menu-dark .ant-menu-submenu-title:focus-visible{box-shadow:0 0 0 2px #096dd9}.ant-menu.ant-menu-dark,.ant-menu-dark .ant-menu-sub,.ant-menu.ant-menu-dark .ant-menu-sub{color:#ffffffa6;background:#001529}.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow,.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow,.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow{opacity:.45;transition:all .3s}.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow:after,.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow:after,.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow:before,.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow:before,.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow:before{background:#fff}.ant-menu-dark.ant-menu-submenu-popup{background:transparent}.ant-menu-dark .ant-menu-inline.ant-menu-sub{background:#000c17}.ant-menu-dark.ant-menu-horizontal{border-bottom:0}.ant-menu-dark.ant-menu-horizontal>.ant-menu-item,.ant-menu-dark.ant-menu-horizontal>.ant-menu-submenu{top:0;margin-top:0;padding:0 20px;border-color:#001529;border-bottom:0}.ant-menu-dark.ant-menu-horizontal>.ant-menu-item:hover{background-color:#1890ff}.ant-menu-dark.ant-menu-horizontal>.ant-menu-item>a:before{bottom:0}.ant-menu-dark .ant-menu-item,.ant-menu-dark .ant-menu-item-group-title,.ant-menu-dark .ant-menu-item>a,.ant-menu-dark .ant-menu-item>span>a{color:#ffffffa6}.ant-menu-dark.ant-menu-inline,.ant-menu-dark.ant-menu-vertical,.ant-menu-dark.ant-menu-vertical-left,.ant-menu-dark.ant-menu-vertical-right{border-right:0}.ant-menu-dark.ant-menu-inline .ant-menu-item,.ant-menu-dark.ant-menu-vertical .ant-menu-item,.ant-menu-dark.ant-menu-vertical-left .ant-menu-item,.ant-menu-dark.ant-menu-vertical-right .ant-menu-item{left:0;margin-left:0;border-right:0}.ant-menu-dark.ant-menu-inline .ant-menu-item:after,.ant-menu-dark.ant-menu-vertical .ant-menu-item:after,.ant-menu-dark.ant-menu-vertical-left .ant-menu-item:after,.ant-menu-dark.ant-menu-vertical-right .ant-menu-item:after{border-right:0}.ant-menu-dark.ant-menu-inline .ant-menu-item,.ant-menu-dark.ant-menu-inline .ant-menu-submenu-title{width:100%}.ant-menu-dark .ant-menu-item:hover,.ant-menu-dark .ant-menu-item-active,.ant-menu-dark .ant-menu-submenu-active,.ant-menu-dark .ant-menu-submenu-open,.ant-menu-dark .ant-menu-submenu-selected,.ant-menu-dark .ant-menu-submenu-title:hover{color:#fff;background-color:transparent}.ant-menu-dark .ant-menu-item:hover>a,.ant-menu-dark .ant-menu-item-active>a,.ant-menu-dark .ant-menu-submenu-active>a,.ant-menu-dark .ant-menu-submenu-open>a,.ant-menu-dark .ant-menu-submenu-selected>a,.ant-menu-dark .ant-menu-submenu-title:hover>a,.ant-menu-dark .ant-menu-item:hover>span>a,.ant-menu-dark .ant-menu-item-active>span>a,.ant-menu-dark .ant-menu-submenu-active>span>a,.ant-menu-dark .ant-menu-submenu-open>span>a,.ant-menu-dark .ant-menu-submenu-selected>span>a,.ant-menu-dark .ant-menu-submenu-title:hover>span>a{color:#fff}.ant-menu-dark .ant-menu-item:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow,.ant-menu-dark .ant-menu-item-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow,.ant-menu-dark .ant-menu-submenu-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow,.ant-menu-dark .ant-menu-submenu-open>.ant-menu-submenu-title>.ant-menu-submenu-arrow,.ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title>.ant-menu-submenu-arrow,.ant-menu-dark .ant-menu-submenu-title:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow{opacity:1}.ant-menu-dark .ant-menu-item:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-item-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-submenu-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-submenu-open>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-submenu-title:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-item:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,.ant-menu-dark .ant-menu-item-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,.ant-menu-dark .ant-menu-submenu-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,.ant-menu-dark .ant-menu-submenu-open>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,.ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,.ant-menu-dark .ant-menu-submenu-title:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before{background:#fff}.ant-menu-dark .ant-menu-item:hover{background-color:transparent}.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected{background-color:#1890ff}.ant-menu-dark .ant-menu-item-selected{color:#fff;border-right:0}.ant-menu-dark .ant-menu-item-selected:after{border-right:0}.ant-menu-dark .ant-menu-item-selected>a,.ant-menu-dark .ant-menu-item-selected>span>a,.ant-menu-dark .ant-menu-item-selected>a:hover,.ant-menu-dark .ant-menu-item-selected>span>a:hover{color:#fff}.ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon,.ant-menu-dark .ant-menu-item-selected .anticon{color:#fff}.ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon+span,.ant-menu-dark .ant-menu-item-selected .anticon+span{color:#fff}.ant-menu.ant-menu-dark .ant-menu-item-selected,.ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected{background-color:#1890ff}.ant-menu-dark .ant-menu-item-disabled,.ant-menu-dark .ant-menu-submenu-disabled,.ant-menu-dark .ant-menu-item-disabled>a,.ant-menu-dark .ant-menu-submenu-disabled>a,.ant-menu-dark .ant-menu-item-disabled>span>a,.ant-menu-dark .ant-menu-submenu-disabled>span>a{color:#ffffff59!important;opacity:.8}.ant-menu-dark .ant-menu-item-disabled>.ant-menu-submenu-title,.ant-menu-dark .ant-menu-submenu-disabled>.ant-menu-submenu-title{color:#ffffff59!important}.ant-menu-dark .ant-menu-item-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,.ant-menu-dark .ant-menu-submenu-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,.ant-menu-dark .ant-menu-item-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-submenu-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after{background:rgba(255,255,255,.35)!important}.ant-menu.ant-menu-rtl{direction:rtl;text-align:right}.ant-menu-rtl .ant-menu-item-group-title{text-align:right}.ant-menu-rtl.ant-menu-inline,.ant-menu-rtl.ant-menu-vertical{border-right:none;border-left:1px solid #f0f0f0}.ant-menu-rtl.ant-menu-dark.ant-menu-inline,.ant-menu-rtl.ant-menu-dark.ant-menu-vertical{border-left:none}.ant-menu-rtl.ant-menu-vertical.ant-menu-sub>.ant-menu-item,.ant-menu-rtl.ant-menu-vertical-left.ant-menu-sub>.ant-menu-item,.ant-menu-rtl.ant-menu-vertical-right.ant-menu-sub>.ant-menu-item,.ant-menu-rtl.ant-menu-vertical.ant-menu-sub>.ant-menu-submenu,.ant-menu-rtl.ant-menu-vertical-left.ant-menu-sub>.ant-menu-submenu,.ant-menu-rtl.ant-menu-vertical-right.ant-menu-sub>.ant-menu-submenu{transform-origin:top right}.ant-menu-rtl .ant-menu-item .ant-menu-item-icon,.ant-menu-rtl .ant-menu-submenu-title .ant-menu-item-icon,.ant-menu-rtl .ant-menu-item .anticon,.ant-menu-rtl .ant-menu-submenu-title .anticon{margin-right:auto;margin-left:10px}.ant-menu-rtl .ant-menu-item.ant-menu-item-only-child>.ant-menu-item-icon,.ant-menu-rtl .ant-menu-submenu-title.ant-menu-item-only-child>.ant-menu-item-icon,.ant-menu-rtl .ant-menu-item.ant-menu-item-only-child>.anticon,.ant-menu-rtl .ant-menu-submenu-title.ant-menu-item-only-child>.anticon{margin-left:0}.ant-menu-submenu-rtl.ant-menu-submenu-popup{transform-origin:100% 0}.ant-menu-rtl .ant-menu-submenu-vertical>.ant-menu-submenu-title .ant-menu-submenu-arrow,.ant-menu-rtl .ant-menu-submenu-vertical-left>.ant-menu-submenu-title .ant-menu-submenu-arrow,.ant-menu-rtl .ant-menu-submenu-vertical-right>.ant-menu-submenu-title .ant-menu-submenu-arrow,.ant-menu-rtl .ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow{right:auto;left:16px}.ant-menu-rtl .ant-menu-submenu-vertical>.ant-menu-submenu-title .ant-menu-submenu-arrow:before,.ant-menu-rtl .ant-menu-submenu-vertical-left>.ant-menu-submenu-title .ant-menu-submenu-arrow:before,.ant-menu-rtl .ant-menu-submenu-vertical-right>.ant-menu-submenu-title .ant-menu-submenu-arrow:before{transform:rotate(-45deg) translateY(-2px)}.ant-menu-rtl .ant-menu-submenu-vertical>.ant-menu-submenu-title .ant-menu-submenu-arrow:after,.ant-menu-rtl .ant-menu-submenu-vertical-left>.ant-menu-submenu-title .ant-menu-submenu-arrow:after,.ant-menu-rtl .ant-menu-submenu-vertical-right>.ant-menu-submenu-title .ant-menu-submenu-arrow:after{transform:rotate(45deg) translateY(2px)}.ant-menu-rtl.ant-menu-vertical .ant-menu-item:after,.ant-menu-rtl.ant-menu-vertical-left .ant-menu-item:after,.ant-menu-rtl.ant-menu-vertical-right .ant-menu-item:after,.ant-menu-rtl.ant-menu-inline .ant-menu-item:after{right:auto;left:0}.ant-menu-rtl.ant-menu-vertical .ant-menu-item,.ant-menu-rtl.ant-menu-vertical-left .ant-menu-item,.ant-menu-rtl.ant-menu-vertical-right .ant-menu-item,.ant-menu-rtl.ant-menu-inline .ant-menu-item,.ant-menu-rtl.ant-menu-vertical .ant-menu-submenu-title,.ant-menu-rtl.ant-menu-vertical-left .ant-menu-submenu-title,.ant-menu-rtl.ant-menu-vertical-right .ant-menu-submenu-title,.ant-menu-rtl.ant-menu-inline .ant-menu-submenu-title{text-align:right}.ant-menu-rtl.ant-menu-inline .ant-menu-submenu-title{padding-right:0;padding-left:34px}.ant-menu-rtl.ant-menu-vertical .ant-menu-submenu-title{padding-right:16px;padding-left:34px}.ant-menu-rtl.ant-menu-inline-collapsed.ant-menu-vertical .ant-menu-submenu-title{padding:0 calc(50% - 8px)}.ant-menu-rtl .ant-menu-item-group-list .ant-menu-item,.ant-menu-rtl .ant-menu-item-group-list .ant-menu-submenu-title{padding:0 28px 0 16px}.ant-menu-sub.ant-menu-inline{border:0}.ant-menu-rtl.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title{padding-right:32px;padding-left:0}.ant-tooltip{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:absolute;z-index:1070;display:block;width:-moz-max-content;width:max-content;width:intrinsic;max-width:250px;visibility:visible}.ant-tooltip-content{position:relative}.ant-tooltip-hidden{display:none}.ant-tooltip-placement-top,.ant-tooltip-placement-topLeft,.ant-tooltip-placement-topRight{padding-bottom:14.3137085px}.ant-tooltip-placement-right,.ant-tooltip-placement-rightTop,.ant-tooltip-placement-rightBottom{padding-left:14.3137085px}.ant-tooltip-placement-bottom,.ant-tooltip-placement-bottomLeft,.ant-tooltip-placement-bottomRight{padding-top:14.3137085px}.ant-tooltip-placement-left,.ant-tooltip-placement-leftTop,.ant-tooltip-placement-leftBottom{padding-right:14.3137085px}.ant-tooltip-inner{min-width:30px;min-height:32px;padding:6px 8px;color:#fff;text-align:left;text-decoration:none;word-wrap:break-word;background-color:#000000bf;border-radius:2px;box-shadow:0 3px 6px -4px #0000001f,0 6px 16px #00000014,0 9px 28px 8px #0000000d}.ant-tooltip-arrow{position:absolute;z-index:2;display:block;width:22px;height:22px;overflow:hidden;background:transparent;pointer-events:none}.ant-tooltip-arrow-content{--antd-arrow-background-color: linear-gradient(to right bottom, rgba(0, 0, 0, .65), rgba(0, 0, 0, .75));position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:11.3137085px;height:11.3137085px;margin:auto;content:"";pointer-events:auto;border-radius:0 0 2px;pointer-events:none}.ant-tooltip-arrow-content:before{position:absolute;top:-11.3137085px;left:-11.3137085px;width:33.9411255px;height:33.9411255px;background:var(--antd-arrow-background-color);background-repeat:no-repeat;background-position:-10px -10px;content:"";-webkit-clip-path:inset(33% 33%);clip-path:inset(33% 33%);-webkit-clip-path:path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z");clip-path:path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z")}.ant-tooltip-placement-top .ant-tooltip-arrow,.ant-tooltip-placement-topLeft .ant-tooltip-arrow,.ant-tooltip-placement-topRight .ant-tooltip-arrow{bottom:0;transform:translateY(100%)}.ant-tooltip-placement-top .ant-tooltip-arrow-content,.ant-tooltip-placement-topLeft .ant-tooltip-arrow-content,.ant-tooltip-placement-topRight .ant-tooltip-arrow-content{box-shadow:3px 3px 7px #00000012;transform:translateY(-11px) rotate(45deg)}.ant-tooltip-placement-top .ant-tooltip-arrow{left:50%;transform:translateY(100%) translate(-50%)}.ant-tooltip-placement-topLeft .ant-tooltip-arrow{left:13px}.ant-tooltip-placement-topRight .ant-tooltip-arrow{right:13px}.ant-tooltip-placement-right .ant-tooltip-arrow,.ant-tooltip-placement-rightTop .ant-tooltip-arrow,.ant-tooltip-placement-rightBottom .ant-tooltip-arrow{left:0;transform:translate(-100%)}.ant-tooltip-placement-right .ant-tooltip-arrow-content,.ant-tooltip-placement-rightTop .ant-tooltip-arrow-content,.ant-tooltip-placement-rightBottom .ant-tooltip-arrow-content{box-shadow:-3px 3px 7px #00000012;transform:translate(11px) rotate(135deg)}.ant-tooltip-placement-right .ant-tooltip-arrow{top:50%;transform:translate(-100%) translateY(-50%)}.ant-tooltip-placement-rightTop .ant-tooltip-arrow{top:5px}.ant-tooltip-placement-rightBottom .ant-tooltip-arrow{bottom:5px}.ant-tooltip-placement-left .ant-tooltip-arrow,.ant-tooltip-placement-leftTop .ant-tooltip-arrow,.ant-tooltip-placement-leftBottom .ant-tooltip-arrow{right:0;transform:translate(100%)}.ant-tooltip-placement-left .ant-tooltip-arrow-content,.ant-tooltip-placement-leftTop .ant-tooltip-arrow-content,.ant-tooltip-placement-leftBottom .ant-tooltip-arrow-content{box-shadow:3px -3px 7px #00000012;transform:translate(-11px) rotate(315deg)}.ant-tooltip-placement-left .ant-tooltip-arrow{top:50%;transform:translate(100%) translateY(-50%)}.ant-tooltip-placement-leftTop .ant-tooltip-arrow{top:5px}.ant-tooltip-placement-leftBottom .ant-tooltip-arrow{bottom:5px}.ant-tooltip-placement-bottom .ant-tooltip-arrow,.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,.ant-tooltip-placement-bottomRight .ant-tooltip-arrow{top:0;transform:translateY(-100%)}.ant-tooltip-placement-bottom .ant-tooltip-arrow-content,.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content,.ant-tooltip-placement-bottomRight .ant-tooltip-arrow-content{box-shadow:-3px -3px 7px #00000012;transform:translateY(11px) rotate(225deg)}.ant-tooltip-placement-bottom .ant-tooltip-arrow{left:50%;transform:translateY(-100%) translate(-50%)}.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow{left:13px}.ant-tooltip-placement-bottomRight .ant-tooltip-arrow{right:13px}.ant-tooltip-pink .ant-tooltip-inner{background-color:#eb2f96}.ant-tooltip-pink .ant-tooltip-arrow-content:before{background:#eb2f96}.ant-tooltip-magenta .ant-tooltip-inner{background-color:#eb2f96}.ant-tooltip-magenta .ant-tooltip-arrow-content:before{background:#eb2f96}.ant-tooltip-red .ant-tooltip-inner{background-color:#f5222d}.ant-tooltip-red .ant-tooltip-arrow-content:before{background:#f5222d}.ant-tooltip-volcano .ant-tooltip-inner{background-color:#fa541c}.ant-tooltip-volcano .ant-tooltip-arrow-content:before{background:#fa541c}.ant-tooltip-orange .ant-tooltip-inner{background-color:#fa8c16}.ant-tooltip-orange .ant-tooltip-arrow-content:before{background:#fa8c16}.ant-tooltip-yellow .ant-tooltip-inner{background-color:#fadb14}.ant-tooltip-yellow .ant-tooltip-arrow-content:before{background:#fadb14}.ant-tooltip-gold .ant-tooltip-inner{background-color:#faad14}.ant-tooltip-gold .ant-tooltip-arrow-content:before{background:#faad14}.ant-tooltip-cyan .ant-tooltip-inner{background-color:#13c2c2}.ant-tooltip-cyan .ant-tooltip-arrow-content:before{background:#13c2c2}.ant-tooltip-lime .ant-tooltip-inner{background-color:#a0d911}.ant-tooltip-lime .ant-tooltip-arrow-content:before{background:#a0d911}.ant-tooltip-green .ant-tooltip-inner{background-color:#52c41a}.ant-tooltip-green .ant-tooltip-arrow-content:before{background:#52c41a}.ant-tooltip-blue .ant-tooltip-inner{background-color:#1890ff}.ant-tooltip-blue .ant-tooltip-arrow-content:before{background:#1890ff}.ant-tooltip-geekblue .ant-tooltip-inner{background-color:#2f54eb}.ant-tooltip-geekblue .ant-tooltip-arrow-content:before{background:#2f54eb}.ant-tooltip-purple .ant-tooltip-inner{background-color:#722ed1}.ant-tooltip-purple .ant-tooltip-arrow-content:before{background:#722ed1}.ant-tooltip-rtl{direction:rtl}.ant-tooltip-rtl .ant-tooltip-inner{text-align:right}.ant-space{display:inline-flex}.ant-space-vertical{flex-direction:column}.ant-space-align-center{align-items:center}.ant-space-align-start{align-items:flex-start}.ant-space-align-end{align-items:flex-end}.ant-space-align-baseline{align-items:baseline}.ant-space-item:empty{display:none}.ant-space-compact{display:inline-flex}.ant-space-compact-block{display:flex;width:100%}.ant-space-compact-vertical{flex-direction:column}.ant-space-rtl,.ant-space-compact-rtl{direction:rtl}.ant-picker-calendar{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";background:#fff}.ant-picker-calendar-header{display:flex;justify-content:flex-end;padding:12px 0}.ant-picker-calendar-header .ant-picker-calendar-year-select{min-width:80px}.ant-picker-calendar-header .ant-picker-calendar-month-select{min-width:70px;margin-left:8px}.ant-picker-calendar-header .ant-picker-calendar-mode-switch{margin-left:8px}.ant-picker-calendar .ant-picker-panel{background:#fff;border:0;border-top:1px solid #f0f0f0;border-radius:0}.ant-picker-calendar .ant-picker-panel .ant-picker-month-panel,.ant-picker-calendar .ant-picker-panel .ant-picker-date-panel{width:auto}.ant-picker-calendar .ant-picker-panel .ant-picker-body{padding:8px 0}.ant-picker-calendar .ant-picker-panel .ant-picker-content{width:100%}.ant-picker-calendar-mini{border-radius:2px}.ant-picker-calendar-mini .ant-picker-calendar-header{padding-right:8px;padding-left:8px}.ant-picker-calendar-mini .ant-picker-panel{border-radius:0 0 2px 2px}.ant-picker-calendar-mini .ant-picker-content{height:256px}.ant-picker-calendar-mini .ant-picker-content th{height:auto;padding:0;line-height:18px}.ant-picker-calendar-mini .ant-picker-cell:before{pointer-events:none}.ant-picker-calendar-full .ant-picker-panel{display:block;width:100%;text-align:right;background:#fff;border:0}.ant-picker-calendar-full .ant-picker-panel .ant-picker-body th,.ant-picker-calendar-full .ant-picker-panel .ant-picker-body td{padding:0}.ant-picker-calendar-full .ant-picker-panel .ant-picker-body th{height:auto;padding:0 12px 5px 0;line-height:18px}.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell:before{display:none}.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell:hover .ant-picker-calendar-date{background:#f5f5f5}.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell .ant-picker-calendar-date-today:before{display:none}.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date,.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date,.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date-today,.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date-today{background:#e6f7ff}.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date .ant-picker-calendar-date-value,.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date .ant-picker-calendar-date-value,.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date-today .ant-picker-calendar-date-value,.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date-today .ant-picker-calendar-date-value{color:#1890ff}.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date{display:block;width:auto;height:auto;margin:0 4px;padding:4px 8px 0;border:0;border-top:2px solid #f0f0f0;border-radius:0;transition:background .3s}.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-value{line-height:24px;transition:color .3s}.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-content{position:static;width:auto;height:86px;overflow-y:auto;color:#000000d9;line-height:1.5715;text-align:left}.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-today{border-color:#1890ff}.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-today .ant-picker-calendar-date-value{color:#000000d9}@media only screen and (max-width: 480px){.ant-picker-calendar-header{display:block}.ant-picker-calendar-header .ant-picker-calendar-year-select{width:50%}.ant-picker-calendar-header .ant-picker-calendar-month-select{width:calc(50% - 8px)}.ant-picker-calendar-header .ant-picker-calendar-mode-switch{width:100%;margin-top:8px;margin-left:0}.ant-picker-calendar-header .ant-picker-calendar-mode-switch>label{width:50%;text-align:center}}.ant-picker-calendar-rtl{direction:rtl}.ant-picker-calendar-rtl .ant-picker-calendar-header .ant-picker-calendar-month-select,.ant-picker-calendar-rtl .ant-picker-calendar-header .ant-picker-calendar-mode-switch{margin-right:8px;margin-left:0}.ant-picker-calendar-rtl.ant-picker-calendar-full .ant-picker-panel{text-align:left}.ant-picker-calendar-rtl.ant-picker-calendar-full .ant-picker-panel .ant-picker-body th{padding:0 0 5px 12px}.ant-picker-calendar-rtl.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-content{text-align:right}.ant-picker-status-error.ant-picker,.ant-picker-status-error.ant-picker:not(.ant-picker-disabled):hover{background-color:#fff;border-color:#ff4d4f}.ant-picker-status-error.ant-picker-focused,.ant-picker-status-error.ant-picker:focus{border-color:#ff7875;box-shadow:0 0 0 2px #ff4d4f33;border-right-width:1px;outline:0}.ant-picker-status-error.ant-picker .ant-picker-active-bar{background:#ff7875}.ant-picker-status-warning.ant-picker,.ant-picker-status-warning.ant-picker:not(.ant-picker-disabled):hover{background-color:#fff;border-color:#faad14}.ant-picker-status-warning.ant-picker-focused,.ant-picker-status-warning.ant-picker:focus{border-color:#ffc53d;box-shadow:0 0 0 2px #faad1433;border-right-width:1px;outline:0}.ant-picker-status-warning.ant-picker .ant-picker-active-bar{background:#ffc53d}.ant-picker{box-sizing:border-box;margin:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";padding:4px 11px;position:relative;display:inline-flex;align-items:center;background:#fff;border:1px solid #d9d9d9;border-radius:2px;transition:border .3s,box-shadow .3s}.ant-picker:hover,.ant-picker-focused{border-color:#40a9ff;border-right-width:1px}.ant-picker-focused{border-color:#40a9ff;box-shadow:0 0 0 2px #1890ff33;border-right-width:1px;outline:0}.ant-picker.ant-picker-disabled{background:#f5f5f5;border-color:#d9d9d9;cursor:not-allowed}.ant-picker.ant-picker-disabled .ant-picker-suffix{color:#00000040}.ant-picker.ant-picker-borderless{background-color:transparent!important;border-color:transparent!important;box-shadow:none!important}.ant-picker-input{position:relative;display:inline-flex;align-items:center;width:100%}.ant-picker-input>input{position:relative;display:inline-block;width:100%;min-width:0;color:#000000d9;font-size:14px;line-height:1.5715;background-color:#fff;background-image:none;border:1px solid #d9d9d9;border-radius:2px;transition:all .3s;flex:auto;min-width:1px;height:auto;padding:0;background:transparent;border:0}.ant-picker-input>input::-moz-placeholder{color:#bfbfbf;-moz-user-select:none;user-select:none}.ant-picker-input>input:-ms-input-placeholder{color:#bfbfbf;-ms-user-select:none;user-select:none}.ant-picker-input>input::placeholder{color:#bfbfbf;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-picker-input>input:-moz-placeholder-shown{text-overflow:ellipsis}.ant-picker-input>input:-ms-input-placeholder{text-overflow:ellipsis}.ant-picker-input>input:placeholder-shown{text-overflow:ellipsis}.ant-picker-input>input:hover{border-color:#40a9ff;border-right-width:1px}.ant-picker-input>input:focus,.ant-picker-input>input-focused{border-color:#40a9ff;box-shadow:0 0 0 2px #1890ff33;border-right-width:1px;outline:0}.ant-picker-input>input-disabled{color:#00000040;background-color:#f5f5f5;border-color:#d9d9d9;box-shadow:none;cursor:not-allowed;opacity:1}.ant-picker-input>input-disabled:hover{border-color:#d9d9d9;border-right-width:1px}.ant-picker-input>input[disabled]{color:#00000040;background-color:#f5f5f5;border-color:#d9d9d9;box-shadow:none;cursor:not-allowed;opacity:1}.ant-picker-input>input[disabled]:hover{border-color:#d9d9d9;border-right-width:1px}.ant-picker-input>input-borderless,.ant-picker-input>input-borderless:hover,.ant-picker-input>input-borderless:focus,.ant-picker-input>input-borderless-focused,.ant-picker-input>input-borderless-disabled,.ant-picker-input>input-borderless[disabled]{background-color:transparent;border:none;box-shadow:none}textarea.ant-picker-input>input{max-width:100%;height:auto;min-height:32px;line-height:1.5715;vertical-align:bottom;transition:all .3s,height 0s}.ant-picker-input>input-lg{padding:6.5px 11px;font-size:16px}.ant-picker-input>input-sm{padding:0 7px}.ant-picker-input>input:focus{box-shadow:none}.ant-picker-input>input[disabled]{background:transparent}.ant-picker-input:hover .ant-picker-clear{opacity:1}.ant-picker-input-placeholder>input{color:#bfbfbf}.ant-picker-large{padding:6.5px 11px}.ant-picker-large .ant-picker-input>input{font-size:16px}.ant-picker-small{padding:0 7px}.ant-picker-suffix{display:flex;flex:none;align-self:center;margin-left:4px;color:#00000040;line-height:1;pointer-events:none}.ant-picker-suffix>*{vertical-align:top}.ant-picker-suffix>*:not(:last-child){margin-right:8px}.ant-picker-clear{position:absolute;top:50%;right:0;color:#00000040;line-height:1;background:#fff;transform:translateY(-50%);cursor:pointer;opacity:0;transition:opacity .3s,color .3s}.ant-picker-clear>*{vertical-align:top}.ant-picker-clear:hover{color:#00000073}.ant-picker-separator{position:relative;display:inline-block;width:1em;height:16px;color:#00000040;font-size:16px;vertical-align:top;cursor:default}.ant-picker-focused .ant-picker-separator{color:#00000073}.ant-picker-disabled .ant-picker-range-separator .ant-picker-separator{cursor:not-allowed}.ant-picker-range{position:relative;display:inline-flex}.ant-picker-range .ant-picker-clear{right:11px}.ant-picker-range:hover .ant-picker-clear{opacity:1}.ant-picker-range .ant-picker-active-bar{bottom:-1px;height:2px;margin-left:11px;background:#1890ff;opacity:0;transition:all .3s ease-out;pointer-events:none}.ant-picker-range.ant-picker-focused .ant-picker-active-bar{opacity:1}.ant-picker-range-separator{align-items:center;padding:0 8px;line-height:1}.ant-picker-range.ant-picker-small .ant-picker-clear{right:7px}.ant-picker-range.ant-picker-small .ant-picker-active-bar{margin-left:7px}.ant-picker-dropdown{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:absolute;top:-9999px;left:-9999px;z-index:1050}.ant-picker-dropdown-hidden{display:none}.ant-picker-dropdown-placement-bottomLeft .ant-picker-range-arrow{top:2.58561808px;display:block;transform:rotate(-135deg) translateY(1px)}.ant-picker-dropdown-placement-topLeft .ant-picker-range-arrow{bottom:2.58561808px;display:block;transform:rotate(45deg)}.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-topLeft,.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-topRight,.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-topLeft,.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-topRight{animation-name:antSlideDownIn}.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-bottomLeft,.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-bottomRight,.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-bottomLeft,.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-bottomRight{animation-name:antSlideUpIn}.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-topLeft,.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-topRight{animation-name:antSlideDownOut}.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-bottomLeft,.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-bottomRight{animation-name:antSlideUpOut}.ant-picker-dropdown-range{padding:7.54247233px 0}.ant-picker-dropdown-range-hidden{display:none}.ant-picker-dropdown .ant-picker-panel>.ant-picker-time-panel{padding-top:4px}.ant-picker-ranges{margin-bottom:0;padding:4px 12px;overflow:hidden;line-height:34px;text-align:left;list-style:none}.ant-picker-ranges>li{display:inline-block}.ant-picker-ranges .ant-picker-preset>.ant-tag-blue{color:#1890ff;background:#e6f7ff;border-color:#91d5ff;cursor:pointer}.ant-picker-ranges .ant-picker-ok{float:right;margin-left:8px}.ant-picker-range-wrapper{display:flex}.ant-picker-range-arrow{position:absolute;z-index:1;width:11.3137085px;height:11.3137085px;margin-left:16.5px;box-shadow:2px 2px 6px -2px #0000001a;transition:left .3s ease-out;border-radius:0 0 2px;pointer-events:none}.ant-picker-range-arrow:before{position:absolute;top:-11.3137085px;left:-11.3137085px;width:33.9411255px;height:33.9411255px;background:#fff;background-repeat:no-repeat;background-position:-10px -10px;content:"";-webkit-clip-path:inset(33% 33%);clip-path:inset(33% 33%);-webkit-clip-path:path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z");clip-path:path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z")}.ant-picker-panel-container{overflow:hidden;vertical-align:top;background:#fff;border-radius:2px;box-shadow:0 3px 6px -4px #0000001f,0 6px 16px #00000014,0 9px 28px 8px #0000000d;transition:margin .3s}.ant-picker-panel-container .ant-picker-panels{display:inline-flex;flex-wrap:nowrap;direction:ltr}.ant-picker-panel-container .ant-picker-panel{vertical-align:top;background:transparent;border-width:0 0 1px 0;border-radius:0}.ant-picker-panel-container .ant-picker-panel .ant-picker-content,.ant-picker-panel-container .ant-picker-panel table{text-align:center}.ant-picker-panel-container .ant-picker-panel-focused{border-color:#f0f0f0}.ant-picker-compact-item:not(.ant-picker-compact-last-item):not(.ant-picker-compact-item-rtl){margin-right:-1px}.ant-picker-compact-item:not(.ant-picker-compact-last-item).ant-picker-compact-item-rtl{margin-left:-1px}.ant-picker-compact-item:hover,.ant-picker-compact-item:focus,.ant-picker-compact-item:active{z-index:2}.ant-picker-compact-item.ant-picker-focused{z-index:2}.ant-picker-compact-item[disabled]{z-index:0}.ant-picker-compact-item:not(.ant-picker-compact-first-item):not(.ant-picker-compact-last-item).ant-picker{border-radius:0}.ant-picker-compact-item.ant-picker.ant-picker-compact-first-item:not(.ant-picker-compact-last-item):not(.ant-picker-compact-item-rtl){border-top-right-radius:0;border-bottom-right-radius:0}.ant-picker-compact-item.ant-picker.ant-picker-compact-last-item:not(.ant-picker-compact-first-item):not(.ant-picker-compact-item-rtl){border-top-left-radius:0;border-bottom-left-radius:0}.ant-picker-compact-item.ant-picker.ant-picker-compact-item-rtl.ant-picker-compact-first-item:not(.ant-picker-compact-last-item){border-top-left-radius:0;border-bottom-left-radius:0}.ant-picker-compact-item.ant-picker.ant-picker-compact-item-rtl.ant-picker-compact-last-item:not(.ant-picker-compact-first-item){border-top-right-radius:0;border-bottom-right-radius:0}.ant-picker-panel{display:inline-flex;flex-direction:column;text-align:center;background:#fff;border:1px solid #f0f0f0;border-radius:2px;outline:none}.ant-picker-panel-focused{border-color:#1890ff}.ant-picker-decade-panel,.ant-picker-year-panel,.ant-picker-quarter-panel,.ant-picker-month-panel,.ant-picker-week-panel,.ant-picker-date-panel,.ant-picker-time-panel{display:flex;flex-direction:column;width:280px}.ant-picker-header{display:flex;padding:0 8px;color:#000000d9;border-bottom:1px solid #f0f0f0}.ant-picker-header>*{flex:none}.ant-picker-header button{padding:0;color:#00000040;line-height:40px;background:transparent;border:0;cursor:pointer;transition:color .3s}.ant-picker-header>button{min-width:1.6em;font-size:14px}.ant-picker-header>button:hover{color:#000000d9}.ant-picker-header-view{flex:auto;font-weight:500;line-height:40px}.ant-picker-header-view button{color:inherit;font-weight:inherit}.ant-picker-header-view button:not(:first-child){margin-left:8px}.ant-picker-header-view button:hover{color:#1890ff}.ant-picker-prev-icon,.ant-picker-next-icon,.ant-picker-super-prev-icon,.ant-picker-super-next-icon{position:relative;display:inline-block;width:7px;height:7px}.ant-picker-prev-icon:before,.ant-picker-next-icon:before,.ant-picker-super-prev-icon:before,.ant-picker-super-next-icon:before{position:absolute;top:0;left:0;display:inline-block;width:7px;height:7px;border:0 solid currentcolor;border-width:1.5px 0 0 1.5px;content:""}.ant-picker-super-prev-icon:after,.ant-picker-super-next-icon:after{position:absolute;top:4px;left:4px;display:inline-block;width:7px;height:7px;border:0 solid currentcolor;border-width:1.5px 0 0 1.5px;content:""}.ant-picker-prev-icon,.ant-picker-super-prev-icon{transform:rotate(-45deg)}.ant-picker-next-icon,.ant-picker-super-next-icon{transform:rotate(135deg)}.ant-picker-content{width:100%;table-layout:fixed;border-collapse:collapse}.ant-picker-content th,.ant-picker-content td{position:relative;min-width:24px;font-weight:400}.ant-picker-content th{height:30px;color:#000000d9;line-height:30px}.ant-picker-cell{padding:3px 0;color:#00000040;cursor:pointer}.ant-picker-cell-in-view{color:#000000d9}.ant-picker-cell:before{position:absolute;top:50%;right:0;left:0;z-index:1;height:24px;transform:translateY(-50%);transition:all .3s;content:""}.ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,.ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner{background:#f5f5f5}.ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;border:1px solid #1890ff;border-radius:2px;content:""}.ant-picker-cell-in-view.ant-picker-cell-in-range{position:relative}.ant-picker-cell-in-view.ant-picker-cell-in-range:before{background:#e6f7ff}.ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,.ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,.ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner{color:#fff;background:#1890ff}.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):before,.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):before{background:#e6f7ff}.ant-picker-cell-in-view.ant-picker-cell-range-start:before{left:50%}.ant-picker-cell-in-view.ant-picker-cell-range-end:before{right:50%}.ant-picker-cell-in-view.ant-picker-cell-range-hover-start:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):after,.ant-picker-cell-in-view.ant-picker-cell-range-hover-end:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):after,.ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start-single:after,.ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start.ant-picker-cell-range-end.ant-picker-cell-range-end-near-hover:after,.ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-start.ant-picker-cell-range-end.ant-picker-cell-range-start-near-hover:after,.ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-end-single:after,.ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-in-range):after{position:absolute;top:50%;z-index:0;height:24px;border-top:1px dashed #7ec1ff;border-bottom:1px dashed #7ec1ff;transform:translateY(-50%);transition:all .3s;content:""}.ant-picker-cell-range-hover-start:after,.ant-picker-cell-range-hover-end:after,.ant-picker-cell-range-hover:after{right:0;left:2px}.ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover:before,.ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-hover:before,.ant-picker-cell-in-view.ant-picker-cell-range-end.ant-picker-cell-range-hover:before,.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single).ant-picker-cell-range-hover-start:before,.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single).ant-picker-cell-range-hover-end:before,.ant-picker-panel>:not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start:before,.ant-picker-panel>:not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end:before{background:#cbe6ff}.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner{border-radius:2px 0 0 2px}.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(.ant-picker-cell-range-start) .ant-picker-cell-inner{border-radius:0 2px 2px 0}.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner:after,.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner:after{position:absolute;top:0;bottom:0;z-index:-1;background:#cbe6ff;transition:all .3s;content:""}.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner:after{right:-6px;left:0}.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner:after{right:0;left:-6px}.ant-picker-cell-range-hover.ant-picker-cell-range-start:after{right:50%}.ant-picker-cell-range-hover.ant-picker-cell-range-end:after{left:50%}tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover:first-child:after,tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child:after,.ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start.ant-picker-cell-range-hover-edge-start-near-range:after,.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range):after,.ant-picker-cell-in-view.ant-picker-cell-range-hover-start:after{left:6px;border-left:1px dashed #7ec1ff;border-top-left-radius:2px;border-bottom-left-radius:2px}tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover:last-child:after,tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child:after,.ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-edge-end.ant-picker-cell-range-hover-edge-end-near-range:after,.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range):after,.ant-picker-cell-in-view.ant-picker-cell-range-hover-end:after{right:6px;border-right:1px dashed #7ec1ff;border-top-right-radius:2px;border-bottom-right-radius:2px}.ant-picker-cell-disabled{color:#00000040;pointer-events:none}.ant-picker-cell-disabled .ant-picker-cell-inner{background:transparent}.ant-picker-cell-disabled:before{background:rgba(0,0,0,.04)}.ant-picker-cell-disabled.ant-picker-cell-today .ant-picker-cell-inner:before{border-color:#00000040}.ant-picker-decade-panel .ant-picker-content,.ant-picker-year-panel .ant-picker-content,.ant-picker-quarter-panel .ant-picker-content,.ant-picker-month-panel .ant-picker-content{height:264px}.ant-picker-decade-panel .ant-picker-cell-inner,.ant-picker-year-panel .ant-picker-cell-inner,.ant-picker-quarter-panel .ant-picker-cell-inner,.ant-picker-month-panel .ant-picker-cell-inner{padding:0 8px}.ant-picker-quarter-panel .ant-picker-content{height:56px}.ant-picker-footer{width:-moz-min-content;width:min-content;min-width:100%;line-height:38px;text-align:center;border-bottom:1px solid transparent}.ant-picker-panel .ant-picker-footer{border-top:1px solid #f0f0f0}.ant-picker-footer-extra{padding:0 12px;line-height:38px;text-align:left}.ant-picker-footer-extra:not(:last-child){border-bottom:1px solid #f0f0f0}.ant-picker-now{text-align:left}.ant-picker-today-btn{color:#1890ff}.ant-picker-today-btn:hover{color:#40a9ff}.ant-picker-today-btn:active{color:#096dd9}.ant-picker-today-btn.ant-picker-today-btn-disabled{color:#00000040;cursor:not-allowed}.ant-picker-decade-panel .ant-picker-cell-inner{padding:0 4px}.ant-picker-decade-panel .ant-picker-cell:before{display:none}.ant-picker-year-panel .ant-picker-body,.ant-picker-quarter-panel .ant-picker-body,.ant-picker-month-panel .ant-picker-body{padding:0 8px}.ant-picker-year-panel .ant-picker-cell-inner,.ant-picker-quarter-panel .ant-picker-cell-inner,.ant-picker-month-panel .ant-picker-cell-inner{width:60px}.ant-picker-year-panel .ant-picker-cell-range-hover-start:after,.ant-picker-quarter-panel .ant-picker-cell-range-hover-start:after,.ant-picker-month-panel .ant-picker-cell-range-hover-start:after{left:14px;border-left:1px dashed #7ec1ff;border-radius:2px 0 0 2px}.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-start:after,.ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-start:after,.ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-start:after{right:14px;border-right:1px dashed #7ec1ff;border-radius:0 2px 2px 0}.ant-picker-year-panel .ant-picker-cell-range-hover-end:after,.ant-picker-quarter-panel .ant-picker-cell-range-hover-end:after,.ant-picker-month-panel .ant-picker-cell-range-hover-end:after{right:14px;border-right:1px dashed #7ec1ff;border-radius:0 2px 2px 0}.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-end:after,.ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-end:after,.ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-end:after{left:14px;border-left:1px dashed #7ec1ff;border-radius:2px 0 0 2px}.ant-picker-week-panel .ant-picker-body{padding:8px 12px}.ant-picker-week-panel .ant-picker-cell:hover .ant-picker-cell-inner,.ant-picker-week-panel .ant-picker-cell-selected .ant-picker-cell-inner,.ant-picker-week-panel .ant-picker-cell .ant-picker-cell-inner{background:transparent!important}.ant-picker-week-panel-row td{transition:background .3s}.ant-picker-week-panel-row:hover td{background:#f5f5f5}.ant-picker-week-panel-row-selected td,.ant-picker-week-panel-row-selected:hover td{background:#1890ff}.ant-picker-week-panel-row-selected td.ant-picker-cell-week,.ant-picker-week-panel-row-selected:hover td.ant-picker-cell-week{color:#ffffff80}.ant-picker-week-panel-row-selected td.ant-picker-cell-today .ant-picker-cell-inner:before,.ant-picker-week-panel-row-selected:hover td.ant-picker-cell-today .ant-picker-cell-inner:before{border-color:#fff}.ant-picker-week-panel-row-selected td .ant-picker-cell-inner,.ant-picker-week-panel-row-selected:hover td .ant-picker-cell-inner{color:#fff}.ant-picker-date-panel .ant-picker-body{padding:8px 12px}.ant-picker-date-panel .ant-picker-content{width:252px}.ant-picker-date-panel .ant-picker-content th{width:36px}.ant-picker-datetime-panel{display:flex}.ant-picker-datetime-panel .ant-picker-time-panel{border-left:1px solid #f0f0f0}.ant-picker-datetime-panel .ant-picker-date-panel,.ant-picker-datetime-panel .ant-picker-time-panel{transition:opacity .3s}.ant-picker-datetime-panel-active .ant-picker-date-panel,.ant-picker-datetime-panel-active .ant-picker-time-panel{opacity:.3}.ant-picker-datetime-panel-active .ant-picker-date-panel-active,.ant-picker-datetime-panel-active .ant-picker-time-panel-active{opacity:1}.ant-picker-time-panel{width:auto;min-width:auto}.ant-picker-time-panel .ant-picker-content{display:flex;flex:auto;height:224px}.ant-picker-time-panel-column{flex:1 0 auto;width:56px;margin:0;padding:0;overflow-y:hidden;text-align:left;list-style:none;transition:background .3s}.ant-picker-time-panel-column:after{display:block;height:196px;content:""}.ant-picker-datetime-panel .ant-picker-time-panel-column:after{height:198px}.ant-picker-time-panel-column:not(:first-child){border-left:1px solid #f0f0f0}.ant-picker-time-panel-column-active{background:rgba(230,247,255,.2)}.ant-picker-time-panel-column:hover{overflow-y:auto}.ant-picker-time-panel-column>li{margin:0;padding:0}.ant-picker-time-panel-column>li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner{display:block;width:100%;height:28px;margin:0;padding:0 0 0 14px;color:#000000d9;line-height:28px;border-radius:0;cursor:pointer;transition:background .3s}.ant-picker-time-panel-column>li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner:hover{background:#f5f5f5}.ant-picker-time-panel-column>li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner{background:#e6f7ff}.ant-picker-time-panel-column>li.ant-picker-time-panel-cell-disabled .ant-picker-time-panel-cell-inner{color:#00000040;background:transparent;cursor:not-allowed}_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,:root .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell,:root .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell{padding:21px 0}.ant-picker-rtl{direction:rtl}.ant-picker-rtl .ant-picker-suffix{margin-right:4px;margin-left:0}.ant-picker-rtl .ant-picker-clear{right:auto;left:0}.ant-picker-rtl .ant-picker-separator{transform:rotate(180deg)}.ant-picker-panel-rtl .ant-picker-header-view button:not(:first-child){margin-right:8px;margin-left:0}.ant-picker-rtl.ant-picker-range .ant-picker-clear{right:auto;left:11px}.ant-picker-rtl.ant-picker-range .ant-picker-active-bar{margin-right:11px;margin-left:0}.ant-picker-rtl.ant-picker-range.ant-picker-small .ant-picker-active-bar{margin-right:7px}.ant-picker-dropdown-rtl .ant-picker-ranges{text-align:right}.ant-picker-dropdown-rtl .ant-picker-ranges .ant-picker-ok{float:left;margin-right:8px;margin-left:0}.ant-picker-panel-rtl{direction:rtl}.ant-picker-panel-rtl .ant-picker-prev-icon,.ant-picker-panel-rtl .ant-picker-super-prev-icon{transform:rotate(135deg)}.ant-picker-panel-rtl .ant-picker-next-icon,.ant-picker-panel-rtl .ant-picker-super-next-icon{transform:rotate(-45deg)}.ant-picker-cell .ant-picker-cell-inner{position:relative;z-index:2;display:inline-block;min-width:24px;height:24px;line-height:24px;border-radius:2px;transition:background .3s,border .3s}.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start:before{right:50%;left:0}.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-end:before{right:0;left:50%}.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-end:before{right:50%;left:50%}.ant-picker-panel-rtl .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner:after{right:0;left:-6px}.ant-picker-panel-rtl .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner:after{right:-6px;left:0}.ant-picker-panel-rtl .ant-picker-cell-range-hover.ant-picker-cell-range-start:after{right:0;left:50%}.ant-picker-panel-rtl .ant-picker-cell-range-hover.ant-picker-cell-range-end:after{right:50%;left:0}.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner{border-radius:0 2px 2px 0}.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(.ant-picker-cell-range-start) .ant-picker-cell-inner{border-radius:2px 0 0 2px}.ant-picker-panel-rtl tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-selected):first-child:after,.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start.ant-picker-cell-range-hover-edge-start-near-range:after,.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range):after,.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:after{right:6px;left:0;border-right:1px dashed #7ec1ff;border-left:none;border-radius:0 2px 2px 0}.ant-picker-panel-rtl tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-selected):last-child:after,.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-edge-end.ant-picker-cell-range-hover-edge-end-near-range:after,.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range):after,.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:after{right:0;left:6px;border-right:none;border-left:1px dashed #7ec1ff;border-radius:2px 0 0 2px}.ant-picker-panel-rtl tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child:after,.ant-picker-panel-rtl tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child:after,.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover):after,.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-end.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover):after,.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-start.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover):after,.ant-picker-panel-rtl tr>.ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-start:last-child:after,.ant-picker-panel-rtl tr>.ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-end:first-child:after{right:6px;left:6px;border-right:1px dashed #7ec1ff;border-left:1px dashed #7ec1ff;border-radius:2px}.ant-picker-dropdown-rtl .ant-picker-footer-extra{direction:rtl;text-align:right}.ant-picker-panel-rtl .ant-picker-time-panel{direction:ltr}.ant-tag{box-sizing:border-box;margin:0 8px 0 0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";display:inline-block;height:auto;padding:0 7px;font-size:12px;line-height:20px;white-space:nowrap;background:#fafafa;border:1px solid #d9d9d9;border-radius:2px;opacity:1;transition:all .3s}.ant-tag,.ant-tag a,.ant-tag a:hover{color:#000000d9}.ant-tag>a:first-child:last-child{display:inline-block;margin:0 -8px;padding:0 8px}.ant-tag-close-icon{margin-left:3px;color:#00000073;font-size:10px;cursor:pointer;transition:all .3s}.ant-tag-close-icon:hover{color:#000000d9}.ant-tag-has-color{border-color:transparent}.ant-tag-has-color,.ant-tag-has-color a,.ant-tag-has-color a:hover,.ant-tag-has-color .anticon-close,.ant-tag-has-color .anticon-close:hover{color:#fff}.ant-tag-checkable{background-color:transparent;border-color:transparent;cursor:pointer}.ant-tag-checkable:not(.ant-tag-checkable-checked):hover{color:#1890ff}.ant-tag-checkable:active,.ant-tag-checkable-checked{color:#fff}.ant-tag-checkable-checked{background-color:#1890ff}.ant-tag-checkable:active{background-color:#096dd9}.ant-tag-hidden{display:none}.ant-tag-pink{color:#c41d7f;background:#fff0f6;border-color:#ffadd2}.ant-tag-pink-inverse{color:#fff;background:#eb2f96;border-color:#eb2f96}.ant-tag-magenta{color:#c41d7f;background:#fff0f6;border-color:#ffadd2}.ant-tag-magenta-inverse{color:#fff;background:#eb2f96;border-color:#eb2f96}.ant-tag-red{color:#cf1322;background:#fff1f0;border-color:#ffa39e}.ant-tag-red-inverse{color:#fff;background:#f5222d;border-color:#f5222d}.ant-tag-volcano{color:#d4380d;background:#fff2e8;border-color:#ffbb96}.ant-tag-volcano-inverse{color:#fff;background:#fa541c;border-color:#fa541c}.ant-tag-orange{color:#d46b08;background:#fff7e6;border-color:#ffd591}.ant-tag-orange-inverse{color:#fff;background:#fa8c16;border-color:#fa8c16}.ant-tag-yellow{color:#d4b106;background:#feffe6;border-color:#fffb8f}.ant-tag-yellow-inverse{color:#fff;background:#fadb14;border-color:#fadb14}.ant-tag-gold{color:#d48806;background:#fffbe6;border-color:#ffe58f}.ant-tag-gold-inverse{color:#fff;background:#faad14;border-color:#faad14}.ant-tag-cyan{color:#08979c;background:#e6fffb;border-color:#87e8de}.ant-tag-cyan-inverse{color:#fff;background:#13c2c2;border-color:#13c2c2}.ant-tag-lime{color:#7cb305;background:#fcffe6;border-color:#eaff8f}.ant-tag-lime-inverse{color:#fff;background:#a0d911;border-color:#a0d911}.ant-tag-green{color:#389e0d;background:#f6ffed;border-color:#b7eb8f}.ant-tag-green-inverse{color:#fff;background:#52c41a;border-color:#52c41a}.ant-tag-blue{color:#096dd9;background:#e6f7ff;border-color:#91d5ff}.ant-tag-blue-inverse{color:#fff;background:#1890ff;border-color:#1890ff}.ant-tag-geekblue{color:#1d39c4;background:#f0f5ff;border-color:#adc6ff}.ant-tag-geekblue-inverse{color:#fff;background:#2f54eb;border-color:#2f54eb}.ant-tag-purple{color:#531dab;background:#f9f0ff;border-color:#d3adf7}.ant-tag-purple-inverse{color:#fff;background:#722ed1;border-color:#722ed1}.ant-tag-success{color:#52c41a;background:#f6ffed;border-color:#b7eb8f}.ant-tag-processing{color:#1890ff;background:#e6f7ff;border-color:#91d5ff}.ant-tag-error{color:#ff4d4f;background:#fff2f0;border-color:#ffccc7}.ant-tag-warning{color:#faad14;background:#fffbe6;border-color:#ffe58f}.ant-tag>.anticon+span,.ant-tag>span+.anticon{margin-left:7px}.ant-tag.ant-tag-rtl{margin-right:0;margin-left:8px;direction:rtl;text-align:right}.ant-tag-rtl .ant-tag-close-icon{margin-right:3px;margin-left:0}.ant-tag-rtl.ant-tag>.anticon+span,.ant-tag-rtl.ant-tag>span+.anticon{margin-right:7px;margin-left:0}.ant-radio-group{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";display:inline-block;font-size:0}.ant-radio-group .ant-badge-count{z-index:1}.ant-radio-group>.ant-badge:not(:first-child)>.ant-radio-button-wrapper{border-left:none}.ant-radio-wrapper{box-sizing:border-box;margin:0 8px 0 0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;display:inline-flex;align-items:baseline;cursor:pointer}.ant-radio-wrapper-disabled{cursor:not-allowed}.ant-radio-wrapper:after{display:inline-block;width:0;overflow:hidden;content:"\a0"}.ant-radio-wrapper.ant-radio-wrapper-in-form-item input[type=radio]{width:14px;height:14px}.ant-radio{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;top:.2em;display:inline-block;outline:none;cursor:pointer}.ant-radio-wrapper:hover .ant-radio,.ant-radio:hover .ant-radio-inner,.ant-radio-input:focus+.ant-radio-inner{border-color:#1890ff}.ant-radio-input:focus+.ant-radio-inner{box-shadow:0 0 0 3px #1890ff1f}.ant-radio-checked:after{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #1890ff;border-radius:50%;visibility:hidden;animation:antRadioEffect .36s ease-in-out;animation-fill-mode:both;content:""}.ant-radio:hover:after,.ant-radio-wrapper:hover .ant-radio:after{visibility:visible}.ant-radio-inner{position:relative;top:0;left:0;display:block;width:16px;height:16px;background-color:#fff;border-color:#d9d9d9;border-style:solid;border-width:1px;border-radius:50%;transition:all .3s}.ant-radio-inner:after{position:absolute;top:50%;left:50%;display:block;width:16px;height:16px;margin-top:-8px;margin-left:-8px;background-color:#1890ff;border-top:0;border-left:0;border-radius:16px;transform:scale(0);opacity:0;transition:all .3s cubic-bezier(.78,.14,.15,.86);content:" "}.ant-radio-input{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;cursor:pointer;opacity:0}.ant-radio.ant-radio-disabled .ant-radio-inner{border-color:#d9d9d9}.ant-radio-checked .ant-radio-inner{border-color:#1890ff}.ant-radio-checked .ant-radio-inner:after{transform:scale(.5);opacity:1;transition:all .3s cubic-bezier(.78,.14,.15,.86)}.ant-radio-disabled{cursor:not-allowed}.ant-radio-disabled .ant-radio-inner{background-color:#f5f5f5;cursor:not-allowed}.ant-radio-disabled .ant-radio-inner:after{background-color:#0003}.ant-radio-disabled .ant-radio-input{cursor:not-allowed}.ant-radio-disabled+span{color:#00000040;cursor:not-allowed}span.ant-radio+*{padding-right:8px;padding-left:8px}.ant-radio-button-wrapper{position:relative;display:inline-block;height:32px;margin:0;padding:0 15px;color:#000000d9;font-size:14px;line-height:30px;background:#fff;border:1px solid #d9d9d9;border-top-width:1.02px;border-left-width:0;cursor:pointer;transition:color .3s,background .3s,border-color .3s,box-shadow .3s}.ant-radio-button-wrapper a{color:#000000d9}.ant-radio-button-wrapper>.ant-radio-button{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%}.ant-radio-group-large .ant-radio-button-wrapper{height:40px;font-size:16px;line-height:38px}.ant-radio-group-small .ant-radio-button-wrapper{height:24px;padding:0 7px;line-height:22px}.ant-radio-button-wrapper:not(:first-child):before{position:absolute;top:-1px;left:-1px;display:block;box-sizing:content-box;width:1px;height:100%;padding:1px 0;background-color:#d9d9d9;transition:background-color .3s;content:""}.ant-radio-button-wrapper:first-child{border-left:1px solid #d9d9d9;border-radius:2px 0 0 2px}.ant-radio-button-wrapper:last-child{border-radius:0 2px 2px 0}.ant-radio-button-wrapper:first-child:last-child{border-radius:2px}.ant-radio-button-wrapper:hover{position:relative;color:#1890ff}.ant-radio-button-wrapper:focus-within{box-shadow:0 0 0 3px #1890ff1f}.ant-radio-button-wrapper .ant-radio-inner,.ant-radio-button-wrapper input[type=checkbox],.ant-radio-button-wrapper input[type=radio]{width:0;height:0;opacity:0;pointer-events:none}.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled){z-index:1;color:#1890ff;background:#fff;border-color:#1890ff}.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):before{background-color:#1890ff}.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child{border-color:#1890ff}.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover{color:#40a9ff;border-color:#40a9ff}.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover:before{background-color:#40a9ff}.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active{color:#096dd9;border-color:#096dd9}.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active:before{background-color:#096dd9}.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within{box-shadow:0 0 0 3px #1890ff1f}.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled){color:#fff;background:#1890ff;border-color:#1890ff}.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover{color:#fff;background:#40a9ff;border-color:#40a9ff}.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active{color:#fff;background:#096dd9;border-color:#096dd9}.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within{box-shadow:0 0 0 3px #1890ff1f}.ant-radio-button-wrapper-disabled{color:#00000040;background-color:#f5f5f5;border-color:#d9d9d9;cursor:not-allowed}.ant-radio-button-wrapper-disabled:first-child,.ant-radio-button-wrapper-disabled:hover{color:#00000040;background-color:#f5f5f5;border-color:#d9d9d9}.ant-radio-button-wrapper-disabled:first-child{border-left-color:#d9d9d9}.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked{color:#00000040;background-color:#e6e6e6;border-color:#d9d9d9;box-shadow:none}@keyframes antRadioEffect{0%{transform:scale(1);opacity:.5}to{transform:scale(1.6);opacity:0}}.ant-radio-group.ant-radio-group-rtl{direction:rtl}.ant-radio-wrapper.ant-radio-wrapper-rtl{margin-right:0;margin-left:8px;direction:rtl}.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl{border-right-width:0;border-left-width:1px}.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:not(:first-child):before{right:-1px;left:0}.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:first-child{border-right:1px solid #d9d9d9;border-radius:0 2px 2px 0}.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child{border-right-color:#40a9ff}.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:last-child{border-radius:2px 0 0 2px}.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper-disabled:first-child{border-right-color:#d9d9d9}.ant-card{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;background:#fff;border-radius:2px}.ant-card-rtl{direction:rtl}.ant-card-hoverable{cursor:pointer;transition:box-shadow .3s,border-color .3s}.ant-card-hoverable:hover{border-color:transparent;box-shadow:0 1px 2px -2px #00000029,0 3px 6px #0000001f,0 5px 12px 4px #00000017}.ant-card-bordered{border:1px solid #f0f0f0}.ant-card-head{min-height:48px;margin-bottom:-1px;padding:0 24px;color:#000000d9;font-weight:500;font-size:16px;background:transparent;border-bottom:1px solid #f0f0f0;border-radius:2px 2px 0 0}.ant-card-head:before{display:table;content:""}.ant-card-head:after{display:table;clear:both;content:""}.ant-card-head-wrapper{display:flex;align-items:center}.ant-card-head-title{display:inline-block;flex:1;padding:16px 0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ant-card-head-title>.ant-typography,.ant-card-head-title>.ant-typography-edit-content{left:0;margin-top:0;margin-bottom:0}.ant-card-head .ant-tabs-top{clear:both;margin-bottom:-17px;color:#000000d9;font-weight:400;font-size:14px}.ant-card-head .ant-tabs-top-bar{border-bottom:1px solid #f0f0f0}.ant-card-extra{margin-left:auto;padding:16px 0;color:#000000d9;font-weight:400;font-size:14px}.ant-card-rtl .ant-card-extra{margin-right:auto;margin-left:0}.ant-card-body{padding:24px}.ant-card-body:before{display:table;content:""}.ant-card-body:after{display:table;clear:both;content:""}.ant-card-contain-grid .ant-card-body{display:flex;flex-wrap:wrap}.ant-card-contain-grid:not(.ant-card-loading) .ant-card-body{margin:-1px 0 0 -1px;padding:0}.ant-card-grid{width:33.33%;padding:24px;border:0;border-radius:0;box-shadow:1px 0 #f0f0f0,0 1px #f0f0f0,1px 1px #f0f0f0,1px 0 #f0f0f0 inset,0 1px #f0f0f0 inset;transition:all .3s}.ant-card-grid-hoverable:hover{position:relative;z-index:1;box-shadow:0 1px 2px -2px #00000029,0 3px 6px #0000001f,0 5px 12px 4px #00000017}.ant-card-contain-tabs>.ant-card-head .ant-card-head-title{min-height:32px;padding-bottom:0}.ant-card-contain-tabs>.ant-card-head .ant-card-extra{padding-bottom:0}.ant-card-bordered .ant-card-cover{margin-top:-1px;margin-right:-1px;margin-left:-1px}.ant-card-cover>*{display:block;width:100%}.ant-card-cover img{border-radius:2px 2px 0 0}.ant-card-actions{display:flex;margin:0;padding:0;list-style:none;background:#fff;border-top:1px solid #f0f0f0}.ant-card-actions:before{display:table;content:""}.ant-card-actions:after{display:table;clear:both;content:""}.ant-card-actions>li{margin:12px 0;color:#00000073;text-align:center}.ant-card-actions>li>span{position:relative;display:block;min-width:32px;font-size:14px;line-height:1.5715;cursor:pointer}.ant-card-actions>li>span:hover{color:#1890ff;transition:color .3s}.ant-card-actions>li>span a:not(.ant-btn),.ant-card-actions>li>span>.anticon{display:inline-block;width:100%;color:#00000073;line-height:22px;transition:color .3s}.ant-card-actions>li>span a:not(.ant-btn):hover,.ant-card-actions>li>span>.anticon:hover{color:#1890ff}.ant-card-actions>li>span>.anticon{font-size:16px;line-height:22px}.ant-card-actions>li:not(:last-child){border-right:1px solid #f0f0f0}.ant-card-rtl .ant-card-actions>li:not(:last-child){border-right:none;border-left:1px solid #f0f0f0}.ant-card-type-inner .ant-card-head{padding:0 24px;background:#fafafa}.ant-card-type-inner .ant-card-head-title{padding:12px 0;font-size:14px}.ant-card-type-inner .ant-card-body{padding:16px 24px}.ant-card-type-inner .ant-card-extra{padding:13.5px 0}.ant-card-meta{display:flex;margin:-4px 0}.ant-card-meta:before{display:table;content:""}.ant-card-meta:after{display:table;clear:both;content:""}.ant-card-meta-avatar{padding-right:16px}.ant-card-rtl .ant-card-meta-avatar{padding-right:0;padding-left:16px}.ant-card-meta-detail{flex:1;overflow:hidden}.ant-card-meta-detail>div:not(:last-child){margin-bottom:8px}.ant-card-meta-title{overflow:hidden;color:#000000d9;font-weight:500;font-size:16px;white-space:nowrap;text-overflow:ellipsis}.ant-card-meta-description{color:#00000073}.ant-card-loading{overflow:hidden}.ant-card-loading .ant-card-body{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-card-small>.ant-card-head{min-height:36px;padding:0 12px;font-size:14px}.ant-card-small>.ant-card-head>.ant-card-head-wrapper>.ant-card-head-title{padding:8px 0}.ant-card-small>.ant-card-head>.ant-card-head-wrapper>.ant-card-extra{padding:8px 0;font-size:14px}.ant-card-small>.ant-card-body{padding:12px}.ant-skeleton{display:table;width:100%}.ant-skeleton-header{display:table-cell;padding-right:16px;vertical-align:top}.ant-skeleton-header .ant-skeleton-avatar{display:inline-block;vertical-align:top;background:rgba(190,190,190,.2);width:32px;height:32px;line-height:32px}.ant-skeleton-header .ant-skeleton-avatar.ant-skeleton-avatar-circle{border-radius:50%}.ant-skeleton-header .ant-skeleton-avatar-lg{width:40px;height:40px;line-height:40px}.ant-skeleton-header .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle{border-radius:50%}.ant-skeleton-header .ant-skeleton-avatar-sm{width:24px;height:24px;line-height:24px}.ant-skeleton-header .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle{border-radius:50%}.ant-skeleton-content{display:table-cell;width:100%;vertical-align:top}.ant-skeleton-content .ant-skeleton-title{width:100%;height:16px;background:rgba(190,190,190,.2);border-radius:2px}.ant-skeleton-content .ant-skeleton-title+.ant-skeleton-paragraph{margin-top:24px}.ant-skeleton-content .ant-skeleton-paragraph{padding:0}.ant-skeleton-content .ant-skeleton-paragraph>li{width:100%;height:16px;list-style:none;background:rgba(190,190,190,.2);border-radius:2px}.ant-skeleton-content .ant-skeleton-paragraph>li:last-child:not(:first-child):not(:nth-child(2)){width:61%}.ant-skeleton-content .ant-skeleton-paragraph>li+li{margin-top:16px}.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title{margin-top:12px}.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title+.ant-skeleton-paragraph{margin-top:28px}.ant-skeleton-round .ant-skeleton-content .ant-skeleton-title,.ant-skeleton-round .ant-skeleton-content .ant-skeleton-paragraph>li{border-radius:100px}.ant-skeleton-active .ant-skeleton-title,.ant-skeleton-active .ant-skeleton-paragraph>li,.ant-skeleton-active .ant-skeleton-avatar,.ant-skeleton-active .ant-skeleton-button,.ant-skeleton-active .ant-skeleton-input,.ant-skeleton-active .ant-skeleton-image{position:relative;z-index:0;overflow:hidden;background:transparent}.ant-skeleton-active .ant-skeleton-title:after,.ant-skeleton-active .ant-skeleton-paragraph>li:after,.ant-skeleton-active .ant-skeleton-avatar:after,.ant-skeleton-active .ant-skeleton-button:after,.ant-skeleton-active .ant-skeleton-input:after,.ant-skeleton-active .ant-skeleton-image:after{position:absolute;top:0;right:-150%;bottom:0;left:-150%;background:linear-gradient(90deg,rgba(190,190,190,.2) 25%,rgba(129,129,129,.24) 37%,rgba(190,190,190,.2) 63%);animation:ant-skeleton-loading 1.4s ease infinite;content:""}.ant-skeleton.ant-skeleton-block,.ant-skeleton.ant-skeleton-block .ant-skeleton-button,.ant-skeleton.ant-skeleton-block .ant-skeleton-input{width:100%}.ant-skeleton-element{display:inline-block;width:auto}.ant-skeleton-element .ant-skeleton-button{display:inline-block;vertical-align:top;background:rgba(190,190,190,.2);border-radius:2px;width:64px;min-width:64px;height:32px;line-height:32px}.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-square{width:32px;min-width:32px}.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-circle{width:32px;min-width:32px;border-radius:50%}.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-round{border-radius:32px}.ant-skeleton-element .ant-skeleton-button-lg{width:80px;min-width:80px;height:40px;line-height:40px}.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-square{width:40px;min-width:40px}.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-circle{width:40px;min-width:40px;border-radius:50%}.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-round{border-radius:40px}.ant-skeleton-element .ant-skeleton-button-sm{width:48px;min-width:48px;height:24px;line-height:24px}.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-square{width:24px;min-width:24px}.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-circle{width:24px;min-width:24px;border-radius:50%}.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-round{border-radius:24px}.ant-skeleton-element .ant-skeleton-avatar{display:inline-block;vertical-align:top;background:rgba(190,190,190,.2);width:32px;height:32px;line-height:32px}.ant-skeleton-element .ant-skeleton-avatar.ant-skeleton-avatar-circle{border-radius:50%}.ant-skeleton-element .ant-skeleton-avatar-lg{width:40px;height:40px;line-height:40px}.ant-skeleton-element .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle{border-radius:50%}.ant-skeleton-element .ant-skeleton-avatar-sm{width:24px;height:24px;line-height:24px}.ant-skeleton-element .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle{border-radius:50%}.ant-skeleton-element .ant-skeleton-input{display:inline-block;vertical-align:top;background:rgba(190,190,190,.2);width:160px;min-width:160px;height:32px;line-height:32px}.ant-skeleton-element .ant-skeleton-input-lg{width:200px;min-width:200px;height:40px;line-height:40px}.ant-skeleton-element .ant-skeleton-input-sm{width:120px;min-width:120px;height:24px;line-height:24px}.ant-skeleton-element .ant-skeleton-image{display:flex;align-items:center;justify-content:center;vertical-align:top;background:rgba(190,190,190,.2);width:96px;height:96px;line-height:96px}.ant-skeleton-element .ant-skeleton-image.ant-skeleton-image-circle{border-radius:50%}.ant-skeleton-element .ant-skeleton-image-path{fill:#bfbfbf}.ant-skeleton-element .ant-skeleton-image-svg{width:48px;height:48px;line-height:48px;max-width:192px;max-height:192px}.ant-skeleton-element .ant-skeleton-image-svg.ant-skeleton-image-circle{border-radius:50%}@keyframes ant-skeleton-loading{0%{transform:translate(-37.5%)}to{transform:translate(37.5%)}}.ant-skeleton-rtl{direction:rtl}.ant-skeleton-rtl .ant-skeleton-header{padding-right:0;padding-left:16px}.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph>li{animation-name:ant-skeleton-loading-rtl}.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar{animation-name:ant-skeleton-loading-rtl}@keyframes ant-skeleton-loading-rtl{0%{background-position:0% 50%}to{background-position:100% 50%}}.ant-tabs-small>.ant-tabs-nav .ant-tabs-tab{padding:8px 0;font-size:14px}.ant-tabs-large>.ant-tabs-nav .ant-tabs-tab{padding:16px 0;font-size:16px}.ant-tabs-card.ant-tabs-small>.ant-tabs-nav .ant-tabs-tab{padding:6px 16px}.ant-tabs-card.ant-tabs-large>.ant-tabs-nav .ant-tabs-tab{padding:7px 16px 6px}.ant-tabs-rtl{direction:rtl}.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab{margin:0 0 0 32px}.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab:last-of-type{margin-left:0}.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .anticon{margin-right:0;margin-left:12px}.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove{margin-right:8px;margin-left:-4px}.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove .anticon{margin:0}.ant-tabs-rtl.ant-tabs-left>.ant-tabs-nav{order:1}.ant-tabs-rtl.ant-tabs-left>.ant-tabs-content-holder{order:0}.ant-tabs-rtl.ant-tabs-right>.ant-tabs-nav{order:0}.ant-tabs-rtl.ant-tabs-right>.ant-tabs-content-holder{order:1}.ant-tabs-rtl.ant-tabs-card.ant-tabs-top>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,.ant-tabs-rtl.ant-tabs-card.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab{margin-right:2px;margin-left:0}.ant-tabs-rtl.ant-tabs-card.ant-tabs-top>.ant-tabs-nav .ant-tabs-nav-add,.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-nav-add,.ant-tabs-rtl.ant-tabs-card.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-nav-add,.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-nav-add{margin-right:2px;margin-left:0}.ant-tabs-dropdown-rtl{direction:rtl}.ant-tabs-dropdown-rtl .ant-tabs-dropdown-menu-item{text-align:right}.ant-tabs-top,.ant-tabs-bottom{flex-direction:column}.ant-tabs-top>.ant-tabs-nav,.ant-tabs-bottom>.ant-tabs-nav,.ant-tabs-top>div>.ant-tabs-nav,.ant-tabs-bottom>div>.ant-tabs-nav{margin:0 0 16px}.ant-tabs-top>.ant-tabs-nav:before,.ant-tabs-bottom>.ant-tabs-nav:before,.ant-tabs-top>div>.ant-tabs-nav:before,.ant-tabs-bottom>div>.ant-tabs-nav:before{position:absolute;right:0;left:0;border-bottom:1px solid #f0f0f0;content:""}.ant-tabs-top>.ant-tabs-nav .ant-tabs-ink-bar,.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-ink-bar,.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-ink-bar,.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-ink-bar{height:2px}.ant-tabs-top>.ant-tabs-nav .ant-tabs-ink-bar-animated,.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-ink-bar-animated,.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-ink-bar-animated,.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-ink-bar-animated{transition:width .3s,left .3s,right .3s}.ant-tabs-top>.ant-tabs-nav .ant-tabs-nav-wrap:before,.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-nav-wrap:before,.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-nav-wrap:before,.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-nav-wrap:before,.ant-tabs-top>.ant-tabs-nav .ant-tabs-nav-wrap:after,.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-nav-wrap:after,.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-nav-wrap:after,.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-nav-wrap:after{top:0;bottom:0;width:30px}.ant-tabs-top>.ant-tabs-nav .ant-tabs-nav-wrap:before,.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-nav-wrap:before,.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-nav-wrap:before,.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-nav-wrap:before{left:0;box-shadow:inset 10px 0 8px -8px #00000014}.ant-tabs-top>.ant-tabs-nav .ant-tabs-nav-wrap:after,.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-nav-wrap:after,.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-nav-wrap:after,.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-nav-wrap:after{right:0;box-shadow:inset -10px 0 8px -8px #00000014}.ant-tabs-top>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left:before,.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left:before,.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left:before,.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left:before{opacity:1}.ant-tabs-top>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right:after,.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right:after,.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right:after,.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right:after{opacity:1}.ant-tabs-top>.ant-tabs-nav:before,.ant-tabs-top>div>.ant-tabs-nav:before{bottom:0}.ant-tabs-top>.ant-tabs-nav .ant-tabs-ink-bar,.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-ink-bar{bottom:0}.ant-tabs-bottom>.ant-tabs-nav,.ant-tabs-bottom>div>.ant-tabs-nav{order:1;margin-top:16px;margin-bottom:0}.ant-tabs-bottom>.ant-tabs-nav:before,.ant-tabs-bottom>div>.ant-tabs-nav:before{top:0}.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-ink-bar,.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-ink-bar{top:0}.ant-tabs-bottom>.ant-tabs-content-holder,.ant-tabs-bottom>div>.ant-tabs-content-holder{order:0}.ant-tabs-left>.ant-tabs-nav,.ant-tabs-right>.ant-tabs-nav,.ant-tabs-left>div>.ant-tabs-nav,.ant-tabs-right>div>.ant-tabs-nav{flex-direction:column;min-width:50px}.ant-tabs-left>.ant-tabs-nav .ant-tabs-tab,.ant-tabs-right>.ant-tabs-nav .ant-tabs-tab,.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-tab,.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-tab{padding:8px 24px;text-align:center}.ant-tabs-left>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,.ant-tabs-right>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab{margin:16px 0 0}.ant-tabs-left>.ant-tabs-nav .ant-tabs-nav-wrap,.ant-tabs-right>.ant-tabs-nav .ant-tabs-nav-wrap,.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-nav-wrap,.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-nav-wrap{flex-direction:column}.ant-tabs-left>.ant-tabs-nav .ant-tabs-nav-wrap:before,.ant-tabs-right>.ant-tabs-nav .ant-tabs-nav-wrap:before,.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-nav-wrap:before,.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-nav-wrap:before,.ant-tabs-left>.ant-tabs-nav .ant-tabs-nav-wrap:after,.ant-tabs-right>.ant-tabs-nav .ant-tabs-nav-wrap:after,.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-nav-wrap:after,.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-nav-wrap:after{right:0;left:0;height:30px}.ant-tabs-left>.ant-tabs-nav .ant-tabs-nav-wrap:before,.ant-tabs-right>.ant-tabs-nav .ant-tabs-nav-wrap:before,.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-nav-wrap:before,.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-nav-wrap:before{top:0;box-shadow:inset 0 10px 8px -8px #00000014}.ant-tabs-left>.ant-tabs-nav .ant-tabs-nav-wrap:after,.ant-tabs-right>.ant-tabs-nav .ant-tabs-nav-wrap:after,.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-nav-wrap:after,.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-nav-wrap:after{bottom:0;box-shadow:inset 0 -10px 8px -8px #00000014}.ant-tabs-left>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top:before,.ant-tabs-right>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top:before,.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top:before,.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top:before{opacity:1}.ant-tabs-left>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom:after,.ant-tabs-right>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom:after,.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom:after,.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom:after{opacity:1}.ant-tabs-left>.ant-tabs-nav .ant-tabs-ink-bar,.ant-tabs-right>.ant-tabs-nav .ant-tabs-ink-bar,.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-ink-bar,.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-ink-bar{width:2px}.ant-tabs-left>.ant-tabs-nav .ant-tabs-ink-bar-animated,.ant-tabs-right>.ant-tabs-nav .ant-tabs-ink-bar-animated,.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-ink-bar-animated,.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-ink-bar-animated{transition:height .3s,top .3s}.ant-tabs-left>.ant-tabs-nav .ant-tabs-nav-list,.ant-tabs-right>.ant-tabs-nav .ant-tabs-nav-list,.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-nav-list,.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-nav-list,.ant-tabs-left>.ant-tabs-nav .ant-tabs-nav-operations,.ant-tabs-right>.ant-tabs-nav .ant-tabs-nav-operations,.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-nav-operations,.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-nav-operations{flex:1 0 auto;flex-direction:column}.ant-tabs-left>.ant-tabs-nav .ant-tabs-ink-bar,.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-ink-bar{right:0}.ant-tabs-left>.ant-tabs-content-holder,.ant-tabs-left>div>.ant-tabs-content-holder{margin-left:-1px;border-left:1px solid #f0f0f0}.ant-tabs-left>.ant-tabs-content-holder>.ant-tabs-content>.ant-tabs-tabpane,.ant-tabs-left>div>.ant-tabs-content-holder>.ant-tabs-content>.ant-tabs-tabpane{padding-left:24px}.ant-tabs-right>.ant-tabs-nav,.ant-tabs-right>div>.ant-tabs-nav{order:1}.ant-tabs-right>.ant-tabs-nav .ant-tabs-ink-bar,.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-ink-bar{left:0}.ant-tabs-right>.ant-tabs-content-holder,.ant-tabs-right>div>.ant-tabs-content-holder{order:0;margin-right:-1px;border-right:1px solid #f0f0f0}.ant-tabs-right>.ant-tabs-content-holder>.ant-tabs-content>.ant-tabs-tabpane,.ant-tabs-right>div>.ant-tabs-content-holder>.ant-tabs-content>.ant-tabs-tabpane{padding-right:24px}.ant-tabs-dropdown{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:absolute;top:-9999px;left:-9999px;z-index:1050;display:block}.ant-tabs-dropdown-hidden{display:none}.ant-tabs-dropdown-menu{max-height:200px;margin:0;padding:4px 0;overflow-x:hidden;overflow-y:auto;text-align:left;list-style-type:none;background-color:#fff;background-clip:padding-box;border-radius:2px;outline:none;box-shadow:0 3px 6px -4px #0000001f,0 6px 16px #00000014,0 9px 28px 8px #0000000d}.ant-tabs-dropdown-menu-item{display:flex;align-items:center;min-width:120px;margin:0;padding:5px 12px;overflow:hidden;color:#000000d9;font-weight:400;font-size:14px;line-height:22px;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;transition:all .3s}.ant-tabs-dropdown-menu-item>span{flex:1;white-space:nowrap}.ant-tabs-dropdown-menu-item-remove{flex:none;margin-left:12px;color:#00000073;font-size:12px;background:transparent;border:0;cursor:pointer}.ant-tabs-dropdown-menu-item-remove:hover{color:#40a9ff}.ant-tabs-dropdown-menu-item:hover{background:#f5f5f5}.ant-tabs-dropdown-menu-item-disabled,.ant-tabs-dropdown-menu-item-disabled:hover{color:#00000040;background:transparent;cursor:not-allowed}.ant-tabs-card>.ant-tabs-nav .ant-tabs-tab,.ant-tabs-card>div>.ant-tabs-nav .ant-tabs-tab{margin:0;padding:8px 16px;background:#fafafa;border:1px solid #f0f0f0;transition:all .3s cubic-bezier(.645,.045,.355,1)}.ant-tabs-card>.ant-tabs-nav .ant-tabs-tab-active,.ant-tabs-card>div>.ant-tabs-nav .ant-tabs-tab-active{color:#1890ff;background:#fff}.ant-tabs-card>.ant-tabs-nav .ant-tabs-ink-bar,.ant-tabs-card>div>.ant-tabs-nav .ant-tabs-ink-bar{visibility:hidden}.ant-tabs-card.ant-tabs-top>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,.ant-tabs-card.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,.ant-tabs-card.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,.ant-tabs-card.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab{margin-left:2px}.ant-tabs-card.ant-tabs-top>.ant-tabs-nav .ant-tabs-tab,.ant-tabs-card.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-tab{border-radius:2px 2px 0 0}.ant-tabs-card.ant-tabs-top>.ant-tabs-nav .ant-tabs-tab-active,.ant-tabs-card.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-tab-active{border-bottom-color:#fff}.ant-tabs-card.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-tab,.ant-tabs-card.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-tab{border-radius:0 0 2px 2px}.ant-tabs-card.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-tab-active,.ant-tabs-card.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-tab-active{border-top-color:#fff}.ant-tabs-card.ant-tabs-left>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,.ant-tabs-card.ant-tabs-right>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,.ant-tabs-card.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab,.ant-tabs-card.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-tab+.ant-tabs-tab{margin-top:2px}.ant-tabs-card.ant-tabs-left>.ant-tabs-nav .ant-tabs-tab,.ant-tabs-card.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-tab{border-radius:2px 0 0 2px}.ant-tabs-card.ant-tabs-left>.ant-tabs-nav .ant-tabs-tab-active,.ant-tabs-card.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-tab-active{border-right-color:#fff}.ant-tabs-card.ant-tabs-right>.ant-tabs-nav .ant-tabs-tab,.ant-tabs-card.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-tab{border-radius:0 2px 2px 0}.ant-tabs-card.ant-tabs-right>.ant-tabs-nav .ant-tabs-tab-active,.ant-tabs-card.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-tab-active{border-left-color:#fff}.ant-tabs{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";display:flex}.ant-tabs>.ant-tabs-nav,.ant-tabs>div>.ant-tabs-nav{position:relative;display:flex;flex:none;align-items:center}.ant-tabs>.ant-tabs-nav .ant-tabs-nav-wrap,.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-wrap{position:relative;display:inline-block;display:flex;flex:auto;align-self:stretch;overflow:hidden;white-space:nowrap;transform:translate(0)}.ant-tabs>.ant-tabs-nav .ant-tabs-nav-wrap:before,.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-wrap:before,.ant-tabs>.ant-tabs-nav .ant-tabs-nav-wrap:after,.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-wrap:after{position:absolute;z-index:1;opacity:0;transition:opacity .3s;content:"";pointer-events:none}.ant-tabs>.ant-tabs-nav .ant-tabs-nav-list,.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-list{position:relative;display:flex;transition:transform .3s}.ant-tabs>.ant-tabs-nav .ant-tabs-nav-operations,.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-operations{display:flex;align-self:stretch}.ant-tabs>.ant-tabs-nav .ant-tabs-nav-operations-hidden,.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-operations-hidden{position:absolute;visibility:hidden;pointer-events:none}.ant-tabs>.ant-tabs-nav .ant-tabs-nav-more,.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-more{position:relative;padding:8px 16px;background:transparent;border:0}.ant-tabs>.ant-tabs-nav .ant-tabs-nav-more:after,.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-more:after{position:absolute;right:0;bottom:0;left:0;height:5px;transform:translateY(100%);content:""}.ant-tabs>.ant-tabs-nav .ant-tabs-nav-add,.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-add{min-width:40px;margin-left:2px;padding:0 8px;background:#fafafa;border:1px solid #f0f0f0;border-radius:2px 2px 0 0;outline:none;cursor:pointer;transition:all .3s cubic-bezier(.645,.045,.355,1)}.ant-tabs>.ant-tabs-nav .ant-tabs-nav-add:hover,.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-add:hover{color:#40a9ff}.ant-tabs>.ant-tabs-nav .ant-tabs-nav-add:active,.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-add:active,.ant-tabs>.ant-tabs-nav .ant-tabs-nav-add:focus,.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-add:focus{color:#096dd9}.ant-tabs-extra-content{flex:none}.ant-tabs-centered>.ant-tabs-nav .ant-tabs-nav-wrap:not([class*="ant-tabs-nav-wrap-ping"]),.ant-tabs-centered>div>.ant-tabs-nav .ant-tabs-nav-wrap:not([class*="ant-tabs-nav-wrap-ping"]){justify-content:center}.ant-tabs-ink-bar{position:absolute;background:#1890ff;pointer-events:none}.ant-tabs-tab{position:relative;display:inline-flex;align-items:center;padding:12px 0;font-size:14px;background:transparent;border:0;outline:none;cursor:pointer}.ant-tabs-tab-btn:focus,.ant-tabs-tab-remove:focus,.ant-tabs-tab-btn:active,.ant-tabs-tab-remove:active{color:#096dd9}.ant-tabs-tab-btn{outline:none;transition:all .3s}.ant-tabs-tab-remove{flex:none;margin-right:-4px;margin-left:8px;color:#00000073;font-size:12px;background:transparent;border:none;outline:none;cursor:pointer;transition:all .3s}.ant-tabs-tab-remove:hover{color:#000000d9}.ant-tabs-tab:hover{color:#40a9ff}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:#1890ff;text-shadow:0 0 .25px currentcolor}.ant-tabs-tab.ant-tabs-tab-disabled{color:#00000040;cursor:not-allowed}.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:focus,.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-remove:focus,.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:active,.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-remove:active{color:#00000040}.ant-tabs-tab .ant-tabs-tab-remove .anticon{margin:0}.ant-tabs-tab .anticon{margin-right:12px}.ant-tabs-tab+.ant-tabs-tab{margin:0 0 0 32px}.ant-tabs-content{position:relative;width:100%}.ant-tabs-content-holder{flex:auto;min-width:0;min-height:0}.ant-tabs-tabpane{outline:none}.ant-tabs-tabpane-hidden{display:none}.ant-tabs-switch-appear,.ant-tabs-switch-enter{transition:none}.ant-tabs-switch-appear-start,.ant-tabs-switch-enter-start{opacity:0}.ant-tabs-switch-appear-active,.ant-tabs-switch-enter-active{opacity:1;transition:opacity .3s}.ant-tabs-switch-leave{position:absolute;transition:none;inset:0}.ant-tabs-switch-leave-start{opacity:1}.ant-tabs-switch-leave-active{opacity:0;transition:opacity .3s}.ant-carousel{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum"}.ant-carousel .slick-slider{position:relative;display:block;box-sizing:border-box;touch-action:pan-y;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.ant-carousel .slick-list{position:relative;display:block;margin:0;padding:0;overflow:hidden}.ant-carousel .slick-list:focus{outline:none}.ant-carousel .slick-list.dragging{cursor:pointer}.ant-carousel .slick-list .slick-slide{pointer-events:none}.ant-carousel .slick-list .slick-slide input.ant-radio-input,.ant-carousel .slick-list .slick-slide input.ant-checkbox-input{visibility:hidden}.ant-carousel .slick-list .slick-slide.slick-active{pointer-events:auto}.ant-carousel .slick-list .slick-slide.slick-active input.ant-radio-input,.ant-carousel .slick-list .slick-slide.slick-active input.ant-checkbox-input{visibility:visible}.ant-carousel .slick-list .slick-slide>div>div{vertical-align:bottom}.ant-carousel .slick-slider .slick-track,.ant-carousel .slick-slider .slick-list{transform:translateZ(0);touch-action:pan-y}.ant-carousel .slick-track{position:relative;top:0;left:0;display:block}.ant-carousel .slick-track:before,.ant-carousel .slick-track:after{display:table;content:""}.ant-carousel .slick-track:after{clear:both}.slick-loading .ant-carousel .slick-track{visibility:hidden}.ant-carousel .slick-slide{display:none;float:left;height:100%;min-height:1px}.ant-carousel .slick-slide img{display:block}.ant-carousel .slick-slide.slick-loading img{display:none}.ant-carousel .slick-slide.dragging img{pointer-events:none}.ant-carousel .slick-initialized .slick-slide{display:block}.ant-carousel .slick-loading .slick-slide{visibility:hidden}.ant-carousel .slick-vertical .slick-slide{display:block;height:auto}.ant-carousel .slick-arrow.slick-hidden{display:none}.ant-carousel .slick-prev,.ant-carousel .slick-next{position:absolute;top:50%;display:block;width:20px;height:20px;margin-top:-10px;padding:0;color:transparent;font-size:0;line-height:0;background:transparent;border:0;outline:none;cursor:pointer}.ant-carousel .slick-prev:hover,.ant-carousel .slick-next:hover,.ant-carousel .slick-prev:focus,.ant-carousel .slick-next:focus{color:transparent;background:transparent;outline:none}.ant-carousel .slick-prev:hover:before,.ant-carousel .slick-next:hover:before,.ant-carousel .slick-prev:focus:before,.ant-carousel .slick-next:focus:before{opacity:1}.ant-carousel .slick-prev.slick-disabled:before,.ant-carousel .slick-next.slick-disabled:before{opacity:.25}.ant-carousel .slick-prev{left:-25px}.ant-carousel .slick-prev:before{content:"\2190"}.ant-carousel .slick-next{right:-25px}.ant-carousel .slick-next:before{content:"\2192"}.ant-carousel .slick-dots{position:absolute;right:0;bottom:0;left:0;z-index:15;display:flex!important;justify-content:center;margin-right:15%;margin-bottom:0;margin-left:15%;padding-left:0;list-style:none}.ant-carousel .slick-dots-bottom{bottom:12px}.ant-carousel .slick-dots-top{top:12px;bottom:auto}.ant-carousel .slick-dots li{position:relative;display:inline-block;flex:0 1 auto;box-sizing:content-box;width:16px;height:3px;margin:0 4px;padding:0;text-align:center;text-indent:-999px;vertical-align:top;transition:all .5s}.ant-carousel .slick-dots li button{position:relative;display:block;width:100%;height:3px;padding:0;color:transparent;font-size:0;background:#fff;border:0;border-radius:1px;outline:none;cursor:pointer;opacity:.3;transition:all .5s}.ant-carousel .slick-dots li button:hover,.ant-carousel .slick-dots li button:focus{opacity:.75}.ant-carousel .slick-dots li button:after{position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;content:""}.ant-carousel .slick-dots li.slick-active{width:24px}.ant-carousel .slick-dots li.slick-active button{background:#fff;opacity:1}.ant-carousel .slick-dots li.slick-active:hover,.ant-carousel .slick-dots li.slick-active:focus{opacity:1}.ant-carousel-vertical .slick-dots{top:50%;bottom:auto;flex-direction:column;width:3px;height:auto;margin:0;transform:translateY(-50%)}.ant-carousel-vertical .slick-dots-left{right:auto;left:12px}.ant-carousel-vertical .slick-dots-right{right:12px;left:auto}.ant-carousel-vertical .slick-dots li{width:3px;height:16px;margin:4px 0;vertical-align:baseline}.ant-carousel-vertical .slick-dots li button{width:3px;height:16px}.ant-carousel-vertical .slick-dots li.slick-active,.ant-carousel-vertical .slick-dots li.slick-active button{width:3px;height:24px}.ant-carousel-rtl{direction:rtl}.ant-carousel-rtl .ant-carousel .slick-track{right:0;left:auto}.ant-carousel-rtl .ant-carousel .slick-prev{right:-25px;left:auto}.ant-carousel-rtl .ant-carousel .slick-prev:before{content:"\2192"}.ant-carousel-rtl .ant-carousel .slick-next{right:auto;left:-25px}.ant-carousel-rtl .ant-carousel .slick-next:before{content:"\2190"}.ant-carousel-rtl.ant-carousel .slick-dots{flex-direction:row-reverse}.ant-carousel-rtl.ant-carousel-vertical .slick-dots{flex-direction:column}.ant-cascader-checkbox{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;top:.2em;line-height:1;white-space:nowrap;outline:none;cursor:pointer}.ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox-inner,.ant-cascader-checkbox:hover .ant-cascader-checkbox-inner,.ant-cascader-checkbox-input:focus+.ant-cascader-checkbox-inner{border-color:#1890ff}.ant-cascader-checkbox-checked:after{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #1890ff;border-radius:2px;visibility:hidden;animation:antCheckboxEffect .36s ease-in-out;animation-fill-mode:backwards;content:""}.ant-cascader-checkbox:hover:after,.ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox:after{visibility:visible}.ant-cascader-checkbox-inner{position:relative;top:0;left:0;display:block;width:16px;height:16px;direction:ltr;background-color:#fff;border:1px solid #d9d9d9;border-radius:2px;border-collapse:separate;transition:all .3s}.ant-cascader-checkbox-inner:after{position:absolute;top:50%;left:21.5%;display:table;width:5.71428571px;height:9.14285714px;border:2px solid #fff;border-top:0;border-left:0;transform:rotate(45deg) scale(0) translate(-50%,-50%);opacity:0;transition:all .1s cubic-bezier(.71,-.46,.88,.6),opacity .1s;content:" "}.ant-cascader-checkbox-input{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;cursor:pointer;opacity:0}.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner:after{position:absolute;display:table;border:2px solid #fff;border-top:0;border-left:0;transform:rotate(45deg) scale(1) translate(-50%,-50%);opacity:1;transition:all .2s cubic-bezier(.12,.4,.29,1.46) .1s;content:" "}.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner{background-color:#1890ff;border-color:#1890ff}.ant-cascader-checkbox-disabled{cursor:not-allowed}.ant-cascader-checkbox-disabled.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner:after{border-color:#00000040;animation-name:none}.ant-cascader-checkbox-disabled .ant-cascader-checkbox-input{cursor:not-allowed;pointer-events:none}.ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner{background-color:#f5f5f5;border-color:#d9d9d9!important}.ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner:after{border-color:#f5f5f5;border-collapse:separate;animation-name:none}.ant-cascader-checkbox-disabled+span{color:#00000040;cursor:not-allowed}.ant-cascader-checkbox-disabled:hover:after,.ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox-disabled:after{visibility:hidden}.ant-cascader-checkbox-wrapper{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";display:inline-flex;align-items:baseline;line-height:unset;cursor:pointer}.ant-cascader-checkbox-wrapper:after{display:inline-block;width:0;overflow:hidden;content:"\a0"}.ant-cascader-checkbox-wrapper.ant-cascader-checkbox-wrapper-disabled{cursor:not-allowed}.ant-cascader-checkbox-wrapper+.ant-cascader-checkbox-wrapper{margin-left:8px}.ant-cascader-checkbox-wrapper.ant-cascader-checkbox-wrapper-in-form-item input[type=checkbox]{width:14px;height:14px}.ant-cascader-checkbox+span{padding-right:8px;padding-left:8px}.ant-cascader-checkbox-group{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";display:inline-block}.ant-cascader-checkbox-group-item{margin-right:8px}.ant-cascader-checkbox-group-item:last-child{margin-right:0}.ant-cascader-checkbox-group-item+.ant-cascader-checkbox-group-item{margin-left:0}.ant-cascader-checkbox-indeterminate .ant-cascader-checkbox-inner{background-color:#fff;border-color:#d9d9d9}.ant-cascader-checkbox-indeterminate .ant-cascader-checkbox-inner:after{top:50%;left:50%;width:8px;height:8px;background-color:#1890ff;border:0;transform:translate(-50%,-50%) scale(1);opacity:1;content:" "}.ant-cascader-checkbox-indeterminate.ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner:after{background-color:#00000040;border-color:#00000040}.ant-cascader{width:184px}.ant-cascader-checkbox{top:0;margin-right:8px}.ant-cascader-menus{display:flex;flex-wrap:nowrap;align-items:flex-start}.ant-cascader-menus.ant-cascader-menu-empty .ant-cascader-menu{width:100%;height:auto}.ant-cascader-menu{flex-grow:1;min-width:111px;height:180px;margin:-4px 0;padding:4px 0;overflow:auto;vertical-align:top;list-style:none;border-right:1px solid #f0f0f0;-ms-overflow-style:-ms-autohiding-scrollbar}.ant-cascader-menu-item{display:flex;flex-wrap:nowrap;align-items:center;padding:5px 12px;overflow:hidden;line-height:22px;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;transition:all .3s}.ant-cascader-menu-item:hover{background:#f5f5f5}.ant-cascader-menu-item-disabled{color:#00000040;cursor:not-allowed}.ant-cascader-menu-item-disabled:hover{background:transparent}.ant-cascader-menu-empty .ant-cascader-menu-item{color:#00000040;cursor:default;pointer-events:none}.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled),.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover{font-weight:600;background-color:#e6f7ff}.ant-cascader-menu-item-content{flex:auto}.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,.ant-cascader-menu-item-loading-icon{margin-left:4px;color:#00000073;font-size:10px}.ant-cascader-menu-item-disabled.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,.ant-cascader-menu-item-disabled.ant-cascader-menu-item-loading-icon{color:#00000040}.ant-cascader-menu-item-keyword{color:#ff4d4f}.ant-cascader-compact-item:not(.ant-cascader-compact-last-item):not(.ant-cascader-compact-item-rtl){margin-right:-1px}.ant-cascader-compact-item:not(.ant-cascader-compact-last-item).ant-cascader-compact-item-rtl{margin-left:-1px}.ant-cascader-compact-item:hover,.ant-cascader-compact-item:focus,.ant-cascader-compact-item:active{z-index:2}.ant-cascader-compact-item[disabled]{z-index:0}.ant-cascader-compact-item:not(.ant-cascader-compact-first-item):not(.ant-cascader-compact-last-item).ant-cascader{border-radius:0}.ant-cascader-compact-item.ant-cascader.ant-cascader-compact-first-item:not(.ant-cascader-compact-last-item):not(.ant-cascader-compact-item-rtl){border-top-right-radius:0;border-bottom-right-radius:0}.ant-cascader-compact-item.ant-cascader.ant-cascader-compact-last-item:not(.ant-cascader-compact-first-item):not(.ant-cascader-compact-item-rtl){border-top-left-radius:0;border-bottom-left-radius:0}.ant-cascader-compact-item.ant-cascader.ant-cascader-compact-item-rtl.ant-cascader-compact-first-item:not(.ant-cascader-compact-last-item){border-top-left-radius:0;border-bottom-left-radius:0}.ant-cascader-compact-item.ant-cascader.ant-cascader-compact-item-rtl.ant-cascader-compact-last-item:not(.ant-cascader-compact-first-item){border-top-right-radius:0;border-bottom-right-radius:0}.ant-cascader-rtl .ant-cascader-menu-item-expand-icon,.ant-cascader-rtl .ant-cascader-menu-item-loading-icon{margin-right:4px;margin-left:0}.ant-cascader-rtl .ant-cascader-checkbox{top:0;margin-right:0;margin-left:8px}.ant-checkbox{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;top:.2em;line-height:1;white-space:nowrap;outline:none;cursor:pointer}.ant-checkbox-wrapper:hover .ant-checkbox-inner,.ant-checkbox:hover .ant-checkbox-inner,.ant-checkbox-input:focus+.ant-checkbox-inner{border-color:#1890ff}.ant-checkbox-checked:after{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #1890ff;border-radius:2px;visibility:hidden;animation:antCheckboxEffect .36s ease-in-out;animation-fill-mode:backwards;content:""}.ant-checkbox:hover:after,.ant-checkbox-wrapper:hover .ant-checkbox:after{visibility:visible}.ant-checkbox-inner{position:relative;top:0;left:0;display:block;width:16px;height:16px;direction:ltr;background-color:#fff;border:1px solid #d9d9d9;border-radius:2px;border-collapse:separate;transition:all .3s}.ant-checkbox-inner:after{position:absolute;top:50%;left:21.5%;display:table;width:5.71428571px;height:9.14285714px;border:2px solid #fff;border-top:0;border-left:0;transform:rotate(45deg) scale(0) translate(-50%,-50%);opacity:0;transition:all .1s cubic-bezier(.71,-.46,.88,.6),opacity .1s;content:" "}.ant-checkbox-input{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;cursor:pointer;opacity:0}.ant-checkbox-checked .ant-checkbox-inner:after{position:absolute;display:table;border:2px solid #fff;border-top:0;border-left:0;transform:rotate(45deg) scale(1) translate(-50%,-50%);opacity:1;transition:all .2s cubic-bezier(.12,.4,.29,1.46) .1s;content:" "}.ant-checkbox-checked .ant-checkbox-inner{background-color:#1890ff;border-color:#1890ff}.ant-checkbox-disabled{cursor:not-allowed}.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after{border-color:#00000040;animation-name:none}.ant-checkbox-disabled .ant-checkbox-input{cursor:not-allowed;pointer-events:none}.ant-checkbox-disabled .ant-checkbox-inner{background-color:#f5f5f5;border-color:#d9d9d9!important}.ant-checkbox-disabled .ant-checkbox-inner:after{border-color:#f5f5f5;border-collapse:separate;animation-name:none}.ant-checkbox-disabled+span{color:#00000040;cursor:not-allowed}.ant-checkbox-disabled:hover:after,.ant-checkbox-wrapper:hover .ant-checkbox-disabled:after{visibility:hidden}.ant-checkbox-wrapper{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";display:inline-flex;align-items:baseline;line-height:unset;cursor:pointer}.ant-checkbox-wrapper:after{display:inline-block;width:0;overflow:hidden;content:"\a0"}.ant-checkbox-wrapper.ant-checkbox-wrapper-disabled{cursor:not-allowed}.ant-checkbox-wrapper+.ant-checkbox-wrapper{margin-left:8px}.ant-checkbox-wrapper.ant-checkbox-wrapper-in-form-item input[type=checkbox]{width:14px;height:14px}.ant-checkbox+span{padding-right:8px;padding-left:8px}.ant-checkbox-group{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";display:inline-block}.ant-checkbox-group-item{margin-right:8px}.ant-checkbox-group-item:last-child{margin-right:0}.ant-checkbox-group-item+.ant-checkbox-group-item{margin-left:0}.ant-checkbox-indeterminate .ant-checkbox-inner{background-color:#fff;border-color:#d9d9d9}.ant-checkbox-indeterminate .ant-checkbox-inner:after{top:50%;left:50%;width:8px;height:8px;background-color:#1890ff;border:0;transform:translate(-50%,-50%) scale(1);opacity:1;content:" "}.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner:after{background-color:#00000040;border-color:#00000040}.ant-checkbox-rtl{direction:rtl}.ant-checkbox-group-rtl .ant-checkbox-group-item{margin-right:0;margin-left:8px}.ant-checkbox-group-rtl .ant-checkbox-group-item:last-child{margin-left:0!important}.ant-checkbox-group-rtl .ant-checkbox-group-item+.ant-checkbox-group-item{margin-left:8px}.ant-row{display:flex;flex-flow:row wrap;min-width:0}.ant-row:before,.ant-row:after{display:flex}.ant-row-no-wrap{flex-wrap:nowrap}.ant-row-start{justify-content:flex-start}.ant-row-center{justify-content:center}.ant-row-end{justify-content:flex-end}.ant-row-space-between{justify-content:space-between}.ant-row-space-around{justify-content:space-around}.ant-row-space-evenly{justify-content:space-evenly}.ant-row-top{align-items:flex-start}.ant-row-middle{align-items:center}.ant-row-bottom{align-items:flex-end}.ant-col{position:relative;max-width:100%;min-height:1px}.ant-col-24{display:block;flex:0 0 100%;max-width:100%}.ant-col-push-24{left:100%}.ant-col-pull-24{right:100%}.ant-col-offset-24{margin-left:100%}.ant-col-order-24{order:24}.ant-col-23{display:block;flex:0 0 95.83333333%;max-width:95.83333333%}.ant-col-push-23{left:95.83333333%}.ant-col-pull-23{right:95.83333333%}.ant-col-offset-23{margin-left:95.83333333%}.ant-col-order-23{order:23}.ant-col-22{display:block;flex:0 0 91.66666667%;max-width:91.66666667%}.ant-col-push-22{left:91.66666667%}.ant-col-pull-22{right:91.66666667%}.ant-col-offset-22{margin-left:91.66666667%}.ant-col-order-22{order:22}.ant-col-21{display:block;flex:0 0 87.5%;max-width:87.5%}.ant-col-push-21{left:87.5%}.ant-col-pull-21{right:87.5%}.ant-col-offset-21{margin-left:87.5%}.ant-col-order-21{order:21}.ant-col-20{display:block;flex:0 0 83.33333333%;max-width:83.33333333%}.ant-col-push-20{left:83.33333333%}.ant-col-pull-20{right:83.33333333%}.ant-col-offset-20{margin-left:83.33333333%}.ant-col-order-20{order:20}.ant-col-19{display:block;flex:0 0 79.16666667%;max-width:79.16666667%}.ant-col-push-19{left:79.16666667%}.ant-col-pull-19{right:79.16666667%}.ant-col-offset-19{margin-left:79.16666667%}.ant-col-order-19{order:19}.ant-col-18{display:block;flex:0 0 75%;max-width:75%}.ant-col-push-18{left:75%}.ant-col-pull-18{right:75%}.ant-col-offset-18{margin-left:75%}.ant-col-order-18{order:18}.ant-col-17{display:block;flex:0 0 70.83333333%;max-width:70.83333333%}.ant-col-push-17{left:70.83333333%}.ant-col-pull-17{right:70.83333333%}.ant-col-offset-17{margin-left:70.83333333%}.ant-col-order-17{order:17}.ant-col-16{display:block;flex:0 0 66.66666667%;max-width:66.66666667%}.ant-col-push-16{left:66.66666667%}.ant-col-pull-16{right:66.66666667%}.ant-col-offset-16{margin-left:66.66666667%}.ant-col-order-16{order:16}.ant-col-15{display:block;flex:0 0 62.5%;max-width:62.5%}.ant-col-push-15{left:62.5%}.ant-col-pull-15{right:62.5%}.ant-col-offset-15{margin-left:62.5%}.ant-col-order-15{order:15}.ant-col-14{display:block;flex:0 0 58.33333333%;max-width:58.33333333%}.ant-col-push-14{left:58.33333333%}.ant-col-pull-14{right:58.33333333%}.ant-col-offset-14{margin-left:58.33333333%}.ant-col-order-14{order:14}.ant-col-13{display:block;flex:0 0 54.16666667%;max-width:54.16666667%}.ant-col-push-13{left:54.16666667%}.ant-col-pull-13{right:54.16666667%}.ant-col-offset-13{margin-left:54.16666667%}.ant-col-order-13{order:13}.ant-col-12{display:block;flex:0 0 50%;max-width:50%}.ant-col-push-12{left:50%}.ant-col-pull-12{right:50%}.ant-col-offset-12{margin-left:50%}.ant-col-order-12{order:12}.ant-col-11{display:block;flex:0 0 45.83333333%;max-width:45.83333333%}.ant-col-push-11{left:45.83333333%}.ant-col-pull-11{right:45.83333333%}.ant-col-offset-11{margin-left:45.83333333%}.ant-col-order-11{order:11}.ant-col-10{display:block;flex:0 0 41.66666667%;max-width:41.66666667%}.ant-col-push-10{left:41.66666667%}.ant-col-pull-10{right:41.66666667%}.ant-col-offset-10{margin-left:41.66666667%}.ant-col-order-10{order:10}.ant-col-9{display:block;flex:0 0 37.5%;max-width:37.5%}.ant-col-push-9{left:37.5%}.ant-col-pull-9{right:37.5%}.ant-col-offset-9{margin-left:37.5%}.ant-col-order-9{order:9}.ant-col-8{display:block;flex:0 0 33.33333333%;max-width:33.33333333%}.ant-col-push-8{left:33.33333333%}.ant-col-pull-8{right:33.33333333%}.ant-col-offset-8{margin-left:33.33333333%}.ant-col-order-8{order:8}.ant-col-7{display:block;flex:0 0 29.16666667%;max-width:29.16666667%}.ant-col-push-7{left:29.16666667%}.ant-col-pull-7{right:29.16666667%}.ant-col-offset-7{margin-left:29.16666667%}.ant-col-order-7{order:7}.ant-col-6{display:block;flex:0 0 25%;max-width:25%}.ant-col-push-6{left:25%}.ant-col-pull-6{right:25%}.ant-col-offset-6{margin-left:25%}.ant-col-order-6{order:6}.ant-col-5{display:block;flex:0 0 20.83333333%;max-width:20.83333333%}.ant-col-push-5{left:20.83333333%}.ant-col-pull-5{right:20.83333333%}.ant-col-offset-5{margin-left:20.83333333%}.ant-col-order-5{order:5}.ant-col-4{display:block;flex:0 0 16.66666667%;max-width:16.66666667%}.ant-col-push-4{left:16.66666667%}.ant-col-pull-4{right:16.66666667%}.ant-col-offset-4{margin-left:16.66666667%}.ant-col-order-4{order:4}.ant-col-3{display:block;flex:0 0 12.5%;max-width:12.5%}.ant-col-push-3{left:12.5%}.ant-col-pull-3{right:12.5%}.ant-col-offset-3{margin-left:12.5%}.ant-col-order-3{order:3}.ant-col-2{display:block;flex:0 0 8.33333333%;max-width:8.33333333%}.ant-col-push-2{left:8.33333333%}.ant-col-pull-2{right:8.33333333%}.ant-col-offset-2{margin-left:8.33333333%}.ant-col-order-2{order:2}.ant-col-1{display:block;flex:0 0 4.16666667%;max-width:4.16666667%}.ant-col-push-1{left:4.16666667%}.ant-col-pull-1{right:4.16666667%}.ant-col-offset-1{margin-left:4.16666667%}.ant-col-order-1{order:1}.ant-col-0{display:none}.ant-col-offset-0{margin-left:0}.ant-col-order-0{order:0}.ant-col-offset-0.ant-col-rtl{margin-right:0}.ant-col-push-1.ant-col-rtl{right:4.16666667%;left:auto}.ant-col-pull-1.ant-col-rtl{right:auto;left:4.16666667%}.ant-col-offset-1.ant-col-rtl{margin-right:4.16666667%;margin-left:0}.ant-col-push-2.ant-col-rtl{right:8.33333333%;left:auto}.ant-col-pull-2.ant-col-rtl{right:auto;left:8.33333333%}.ant-col-offset-2.ant-col-rtl{margin-right:8.33333333%;margin-left:0}.ant-col-push-3.ant-col-rtl{right:12.5%;left:auto}.ant-col-pull-3.ant-col-rtl{right:auto;left:12.5%}.ant-col-offset-3.ant-col-rtl{margin-right:12.5%;margin-left:0}.ant-col-push-4.ant-col-rtl{right:16.66666667%;left:auto}.ant-col-pull-4.ant-col-rtl{right:auto;left:16.66666667%}.ant-col-offset-4.ant-col-rtl{margin-right:16.66666667%;margin-left:0}.ant-col-push-5.ant-col-rtl{right:20.83333333%;left:auto}.ant-col-pull-5.ant-col-rtl{right:auto;left:20.83333333%}.ant-col-offset-5.ant-col-rtl{margin-right:20.83333333%;margin-left:0}.ant-col-push-6.ant-col-rtl{right:25%;left:auto}.ant-col-pull-6.ant-col-rtl{right:auto;left:25%}.ant-col-offset-6.ant-col-rtl{margin-right:25%;margin-left:0}.ant-col-push-7.ant-col-rtl{right:29.16666667%;left:auto}.ant-col-pull-7.ant-col-rtl{right:auto;left:29.16666667%}.ant-col-offset-7.ant-col-rtl{margin-right:29.16666667%;margin-left:0}.ant-col-push-8.ant-col-rtl{right:33.33333333%;left:auto}.ant-col-pull-8.ant-col-rtl{right:auto;left:33.33333333%}.ant-col-offset-8.ant-col-rtl{margin-right:33.33333333%;margin-left:0}.ant-col-push-9.ant-col-rtl{right:37.5%;left:auto}.ant-col-pull-9.ant-col-rtl{right:auto;left:37.5%}.ant-col-offset-9.ant-col-rtl{margin-right:37.5%;margin-left:0}.ant-col-push-10.ant-col-rtl{right:41.66666667%;left:auto}.ant-col-pull-10.ant-col-rtl{right:auto;left:41.66666667%}.ant-col-offset-10.ant-col-rtl{margin-right:41.66666667%;margin-left:0}.ant-col-push-11.ant-col-rtl{right:45.83333333%;left:auto}.ant-col-pull-11.ant-col-rtl{right:auto;left:45.83333333%}.ant-col-offset-11.ant-col-rtl{margin-right:45.83333333%;margin-left:0}.ant-col-push-12.ant-col-rtl{right:50%;left:auto}.ant-col-pull-12.ant-col-rtl{right:auto;left:50%}.ant-col-offset-12.ant-col-rtl{margin-right:50%;margin-left:0}.ant-col-push-13.ant-col-rtl{right:54.16666667%;left:auto}.ant-col-pull-13.ant-col-rtl{right:auto;left:54.16666667%}.ant-col-offset-13.ant-col-rtl{margin-right:54.16666667%;margin-left:0}.ant-col-push-14.ant-col-rtl{right:58.33333333%;left:auto}.ant-col-pull-14.ant-col-rtl{right:auto;left:58.33333333%}.ant-col-offset-14.ant-col-rtl{margin-right:58.33333333%;margin-left:0}.ant-col-push-15.ant-col-rtl{right:62.5%;left:auto}.ant-col-pull-15.ant-col-rtl{right:auto;left:62.5%}.ant-col-offset-15.ant-col-rtl{margin-right:62.5%;margin-left:0}.ant-col-push-16.ant-col-rtl{right:66.66666667%;left:auto}.ant-col-pull-16.ant-col-rtl{right:auto;left:66.66666667%}.ant-col-offset-16.ant-col-rtl{margin-right:66.66666667%;margin-left:0}.ant-col-push-17.ant-col-rtl{right:70.83333333%;left:auto}.ant-col-pull-17.ant-col-rtl{right:auto;left:70.83333333%}.ant-col-offset-17.ant-col-rtl{margin-right:70.83333333%;margin-left:0}.ant-col-push-18.ant-col-rtl{right:75%;left:auto}.ant-col-pull-18.ant-col-rtl{right:auto;left:75%}.ant-col-offset-18.ant-col-rtl{margin-right:75%;margin-left:0}.ant-col-push-19.ant-col-rtl{right:79.16666667%;left:auto}.ant-col-pull-19.ant-col-rtl{right:auto;left:79.16666667%}.ant-col-offset-19.ant-col-rtl{margin-right:79.16666667%;margin-left:0}.ant-col-push-20.ant-col-rtl{right:83.33333333%;left:auto}.ant-col-pull-20.ant-col-rtl{right:auto;left:83.33333333%}.ant-col-offset-20.ant-col-rtl{margin-right:83.33333333%;margin-left:0}.ant-col-push-21.ant-col-rtl{right:87.5%;left:auto}.ant-col-pull-21.ant-col-rtl{right:auto;left:87.5%}.ant-col-offset-21.ant-col-rtl{margin-right:87.5%;margin-left:0}.ant-col-push-22.ant-col-rtl{right:91.66666667%;left:auto}.ant-col-pull-22.ant-col-rtl{right:auto;left:91.66666667%}.ant-col-offset-22.ant-col-rtl{margin-right:91.66666667%;margin-left:0}.ant-col-push-23.ant-col-rtl{right:95.83333333%;left:auto}.ant-col-pull-23.ant-col-rtl{right:auto;left:95.83333333%}.ant-col-offset-23.ant-col-rtl{margin-right:95.83333333%;margin-left:0}.ant-col-push-24.ant-col-rtl{right:100%;left:auto}.ant-col-pull-24.ant-col-rtl{right:auto;left:100%}.ant-col-offset-24.ant-col-rtl{margin-right:100%;margin-left:0}.ant-col-xs-24{display:block;flex:0 0 100%;max-width:100%}.ant-col-xs-push-24{left:100%}.ant-col-xs-pull-24{right:100%}.ant-col-xs-offset-24{margin-left:100%}.ant-col-xs-order-24{order:24}.ant-col-xs-23{display:block;flex:0 0 95.83333333%;max-width:95.83333333%}.ant-col-xs-push-23{left:95.83333333%}.ant-col-xs-pull-23{right:95.83333333%}.ant-col-xs-offset-23{margin-left:95.83333333%}.ant-col-xs-order-23{order:23}.ant-col-xs-22{display:block;flex:0 0 91.66666667%;max-width:91.66666667%}.ant-col-xs-push-22{left:91.66666667%}.ant-col-xs-pull-22{right:91.66666667%}.ant-col-xs-offset-22{margin-left:91.66666667%}.ant-col-xs-order-22{order:22}.ant-col-xs-21{display:block;flex:0 0 87.5%;max-width:87.5%}.ant-col-xs-push-21{left:87.5%}.ant-col-xs-pull-21{right:87.5%}.ant-col-xs-offset-21{margin-left:87.5%}.ant-col-xs-order-21{order:21}.ant-col-xs-20{display:block;flex:0 0 83.33333333%;max-width:83.33333333%}.ant-col-xs-push-20{left:83.33333333%}.ant-col-xs-pull-20{right:83.33333333%}.ant-col-xs-offset-20{margin-left:83.33333333%}.ant-col-xs-order-20{order:20}.ant-col-xs-19{display:block;flex:0 0 79.16666667%;max-width:79.16666667%}.ant-col-xs-push-19{left:79.16666667%}.ant-col-xs-pull-19{right:79.16666667%}.ant-col-xs-offset-19{margin-left:79.16666667%}.ant-col-xs-order-19{order:19}.ant-col-xs-18{display:block;flex:0 0 75%;max-width:75%}.ant-col-xs-push-18{left:75%}.ant-col-xs-pull-18{right:75%}.ant-col-xs-offset-18{margin-left:75%}.ant-col-xs-order-18{order:18}.ant-col-xs-17{display:block;flex:0 0 70.83333333%;max-width:70.83333333%}.ant-col-xs-push-17{left:70.83333333%}.ant-col-xs-pull-17{right:70.83333333%}.ant-col-xs-offset-17{margin-left:70.83333333%}.ant-col-xs-order-17{order:17}.ant-col-xs-16{display:block;flex:0 0 66.66666667%;max-width:66.66666667%}.ant-col-xs-push-16{left:66.66666667%}.ant-col-xs-pull-16{right:66.66666667%}.ant-col-xs-offset-16{margin-left:66.66666667%}.ant-col-xs-order-16{order:16}.ant-col-xs-15{display:block;flex:0 0 62.5%;max-width:62.5%}.ant-col-xs-push-15{left:62.5%}.ant-col-xs-pull-15{right:62.5%}.ant-col-xs-offset-15{margin-left:62.5%}.ant-col-xs-order-15{order:15}.ant-col-xs-14{display:block;flex:0 0 58.33333333%;max-width:58.33333333%}.ant-col-xs-push-14{left:58.33333333%}.ant-col-xs-pull-14{right:58.33333333%}.ant-col-xs-offset-14{margin-left:58.33333333%}.ant-col-xs-order-14{order:14}.ant-col-xs-13{display:block;flex:0 0 54.16666667%;max-width:54.16666667%}.ant-col-xs-push-13{left:54.16666667%}.ant-col-xs-pull-13{right:54.16666667%}.ant-col-xs-offset-13{margin-left:54.16666667%}.ant-col-xs-order-13{order:13}.ant-col-xs-12{display:block;flex:0 0 50%;max-width:50%}.ant-col-xs-push-12{left:50%}.ant-col-xs-pull-12{right:50%}.ant-col-xs-offset-12{margin-left:50%}.ant-col-xs-order-12{order:12}.ant-col-xs-11{display:block;flex:0 0 45.83333333%;max-width:45.83333333%}.ant-col-xs-push-11{left:45.83333333%}.ant-col-xs-pull-11{right:45.83333333%}.ant-col-xs-offset-11{margin-left:45.83333333%}.ant-col-xs-order-11{order:11}.ant-col-xs-10{display:block;flex:0 0 41.66666667%;max-width:41.66666667%}.ant-col-xs-push-10{left:41.66666667%}.ant-col-xs-pull-10{right:41.66666667%}.ant-col-xs-offset-10{margin-left:41.66666667%}.ant-col-xs-order-10{order:10}.ant-col-xs-9{display:block;flex:0 0 37.5%;max-width:37.5%}.ant-col-xs-push-9{left:37.5%}.ant-col-xs-pull-9{right:37.5%}.ant-col-xs-offset-9{margin-left:37.5%}.ant-col-xs-order-9{order:9}.ant-col-xs-8{display:block;flex:0 0 33.33333333%;max-width:33.33333333%}.ant-col-xs-push-8{left:33.33333333%}.ant-col-xs-pull-8{right:33.33333333%}.ant-col-xs-offset-8{margin-left:33.33333333%}.ant-col-xs-order-8{order:8}.ant-col-xs-7{display:block;flex:0 0 29.16666667%;max-width:29.16666667%}.ant-col-xs-push-7{left:29.16666667%}.ant-col-xs-pull-7{right:29.16666667%}.ant-col-xs-offset-7{margin-left:29.16666667%}.ant-col-xs-order-7{order:7}.ant-col-xs-6{display:block;flex:0 0 25%;max-width:25%}.ant-col-xs-push-6{left:25%}.ant-col-xs-pull-6{right:25%}.ant-col-xs-offset-6{margin-left:25%}.ant-col-xs-order-6{order:6}.ant-col-xs-5{display:block;flex:0 0 20.83333333%;max-width:20.83333333%}.ant-col-xs-push-5{left:20.83333333%}.ant-col-xs-pull-5{right:20.83333333%}.ant-col-xs-offset-5{margin-left:20.83333333%}.ant-col-xs-order-5{order:5}.ant-col-xs-4{display:block;flex:0 0 16.66666667%;max-width:16.66666667%}.ant-col-xs-push-4{left:16.66666667%}.ant-col-xs-pull-4{right:16.66666667%}.ant-col-xs-offset-4{margin-left:16.66666667%}.ant-col-xs-order-4{order:4}.ant-col-xs-3{display:block;flex:0 0 12.5%;max-width:12.5%}.ant-col-xs-push-3{left:12.5%}.ant-col-xs-pull-3{right:12.5%}.ant-col-xs-offset-3{margin-left:12.5%}.ant-col-xs-order-3{order:3}.ant-col-xs-2{display:block;flex:0 0 8.33333333%;max-width:8.33333333%}.ant-col-xs-push-2{left:8.33333333%}.ant-col-xs-pull-2{right:8.33333333%}.ant-col-xs-offset-2{margin-left:8.33333333%}.ant-col-xs-order-2{order:2}.ant-col-xs-1{display:block;flex:0 0 4.16666667%;max-width:4.16666667%}.ant-col-xs-push-1{left:4.16666667%}.ant-col-xs-pull-1{right:4.16666667%}.ant-col-xs-offset-1{margin-left:4.16666667%}.ant-col-xs-order-1{order:1}.ant-col-xs-0{display:none}.ant-col-push-0{left:auto}.ant-col-pull-0{right:auto}.ant-col-xs-push-0{left:auto}.ant-col-xs-pull-0{right:auto}.ant-col-xs-offset-0{margin-left:0}.ant-col-xs-order-0{order:0}.ant-col-push-0.ant-col-rtl{right:auto}.ant-col-pull-0.ant-col-rtl{left:auto}.ant-col-xs-push-0.ant-col-rtl{right:auto}.ant-col-xs-pull-0.ant-col-rtl{left:auto}.ant-col-xs-offset-0.ant-col-rtl{margin-right:0}.ant-col-xs-push-1.ant-col-rtl{right:4.16666667%;left:auto}.ant-col-xs-pull-1.ant-col-rtl{right:auto;left:4.16666667%}.ant-col-xs-offset-1.ant-col-rtl{margin-right:4.16666667%;margin-left:0}.ant-col-xs-push-2.ant-col-rtl{right:8.33333333%;left:auto}.ant-col-xs-pull-2.ant-col-rtl{right:auto;left:8.33333333%}.ant-col-xs-offset-2.ant-col-rtl{margin-right:8.33333333%;margin-left:0}.ant-col-xs-push-3.ant-col-rtl{right:12.5%;left:auto}.ant-col-xs-pull-3.ant-col-rtl{right:auto;left:12.5%}.ant-col-xs-offset-3.ant-col-rtl{margin-right:12.5%;margin-left:0}.ant-col-xs-push-4.ant-col-rtl{right:16.66666667%;left:auto}.ant-col-xs-pull-4.ant-col-rtl{right:auto;left:16.66666667%}.ant-col-xs-offset-4.ant-col-rtl{margin-right:16.66666667%;margin-left:0}.ant-col-xs-push-5.ant-col-rtl{right:20.83333333%;left:auto}.ant-col-xs-pull-5.ant-col-rtl{right:auto;left:20.83333333%}.ant-col-xs-offset-5.ant-col-rtl{margin-right:20.83333333%;margin-left:0}.ant-col-xs-push-6.ant-col-rtl{right:25%;left:auto}.ant-col-xs-pull-6.ant-col-rtl{right:auto;left:25%}.ant-col-xs-offset-6.ant-col-rtl{margin-right:25%;margin-left:0}.ant-col-xs-push-7.ant-col-rtl{right:29.16666667%;left:auto}.ant-col-xs-pull-7.ant-col-rtl{right:auto;left:29.16666667%}.ant-col-xs-offset-7.ant-col-rtl{margin-right:29.16666667%;margin-left:0}.ant-col-xs-push-8.ant-col-rtl{right:33.33333333%;left:auto}.ant-col-xs-pull-8.ant-col-rtl{right:auto;left:33.33333333%}.ant-col-xs-offset-8.ant-col-rtl{margin-right:33.33333333%;margin-left:0}.ant-col-xs-push-9.ant-col-rtl{right:37.5%;left:auto}.ant-col-xs-pull-9.ant-col-rtl{right:auto;left:37.5%}.ant-col-xs-offset-9.ant-col-rtl{margin-right:37.5%;margin-left:0}.ant-col-xs-push-10.ant-col-rtl{right:41.66666667%;left:auto}.ant-col-xs-pull-10.ant-col-rtl{right:auto;left:41.66666667%}.ant-col-xs-offset-10.ant-col-rtl{margin-right:41.66666667%;margin-left:0}.ant-col-xs-push-11.ant-col-rtl{right:45.83333333%;left:auto}.ant-col-xs-pull-11.ant-col-rtl{right:auto;left:45.83333333%}.ant-col-xs-offset-11.ant-col-rtl{margin-right:45.83333333%;margin-left:0}.ant-col-xs-push-12.ant-col-rtl{right:50%;left:auto}.ant-col-xs-pull-12.ant-col-rtl{right:auto;left:50%}.ant-col-xs-offset-12.ant-col-rtl{margin-right:50%;margin-left:0}.ant-col-xs-push-13.ant-col-rtl{right:54.16666667%;left:auto}.ant-col-xs-pull-13.ant-col-rtl{right:auto;left:54.16666667%}.ant-col-xs-offset-13.ant-col-rtl{margin-right:54.16666667%;margin-left:0}.ant-col-xs-push-14.ant-col-rtl{right:58.33333333%;left:auto}.ant-col-xs-pull-14.ant-col-rtl{right:auto;left:58.33333333%}.ant-col-xs-offset-14.ant-col-rtl{margin-right:58.33333333%;margin-left:0}.ant-col-xs-push-15.ant-col-rtl{right:62.5%;left:auto}.ant-col-xs-pull-15.ant-col-rtl{right:auto;left:62.5%}.ant-col-xs-offset-15.ant-col-rtl{margin-right:62.5%;margin-left:0}.ant-col-xs-push-16.ant-col-rtl{right:66.66666667%;left:auto}.ant-col-xs-pull-16.ant-col-rtl{right:auto;left:66.66666667%}.ant-col-xs-offset-16.ant-col-rtl{margin-right:66.66666667%;margin-left:0}.ant-col-xs-push-17.ant-col-rtl{right:70.83333333%;left:auto}.ant-col-xs-pull-17.ant-col-rtl{right:auto;left:70.83333333%}.ant-col-xs-offset-17.ant-col-rtl{margin-right:70.83333333%;margin-left:0}.ant-col-xs-push-18.ant-col-rtl{right:75%;left:auto}.ant-col-xs-pull-18.ant-col-rtl{right:auto;left:75%}.ant-col-xs-offset-18.ant-col-rtl{margin-right:75%;margin-left:0}.ant-col-xs-push-19.ant-col-rtl{right:79.16666667%;left:auto}.ant-col-xs-pull-19.ant-col-rtl{right:auto;left:79.16666667%}.ant-col-xs-offset-19.ant-col-rtl{margin-right:79.16666667%;margin-left:0}.ant-col-xs-push-20.ant-col-rtl{right:83.33333333%;left:auto}.ant-col-xs-pull-20.ant-col-rtl{right:auto;left:83.33333333%}.ant-col-xs-offset-20.ant-col-rtl{margin-right:83.33333333%;margin-left:0}.ant-col-xs-push-21.ant-col-rtl{right:87.5%;left:auto}.ant-col-xs-pull-21.ant-col-rtl{right:auto;left:87.5%}.ant-col-xs-offset-21.ant-col-rtl{margin-right:87.5%;margin-left:0}.ant-col-xs-push-22.ant-col-rtl{right:91.66666667%;left:auto}.ant-col-xs-pull-22.ant-col-rtl{right:auto;left:91.66666667%}.ant-col-xs-offset-22.ant-col-rtl{margin-right:91.66666667%;margin-left:0}.ant-col-xs-push-23.ant-col-rtl{right:95.83333333%;left:auto}.ant-col-xs-pull-23.ant-col-rtl{right:auto;left:95.83333333%}.ant-col-xs-offset-23.ant-col-rtl{margin-right:95.83333333%;margin-left:0}.ant-col-xs-push-24.ant-col-rtl{right:100%;left:auto}.ant-col-xs-pull-24.ant-col-rtl{right:auto;left:100%}.ant-col-xs-offset-24.ant-col-rtl{margin-right:100%;margin-left:0}@media (min-width: 576px){.ant-col-sm-24{display:block;flex:0 0 100%;max-width:100%}.ant-col-sm-push-24{left:100%}.ant-col-sm-pull-24{right:100%}.ant-col-sm-offset-24{margin-left:100%}.ant-col-sm-order-24{order:24}.ant-col-sm-23{display:block;flex:0 0 95.83333333%;max-width:95.83333333%}.ant-col-sm-push-23{left:95.83333333%}.ant-col-sm-pull-23{right:95.83333333%}.ant-col-sm-offset-23{margin-left:95.83333333%}.ant-col-sm-order-23{order:23}.ant-col-sm-22{display:block;flex:0 0 91.66666667%;max-width:91.66666667%}.ant-col-sm-push-22{left:91.66666667%}.ant-col-sm-pull-22{right:91.66666667%}.ant-col-sm-offset-22{margin-left:91.66666667%}.ant-col-sm-order-22{order:22}.ant-col-sm-21{display:block;flex:0 0 87.5%;max-width:87.5%}.ant-col-sm-push-21{left:87.5%}.ant-col-sm-pull-21{right:87.5%}.ant-col-sm-offset-21{margin-left:87.5%}.ant-col-sm-order-21{order:21}.ant-col-sm-20{display:block;flex:0 0 83.33333333%;max-width:83.33333333%}.ant-col-sm-push-20{left:83.33333333%}.ant-col-sm-pull-20{right:83.33333333%}.ant-col-sm-offset-20{margin-left:83.33333333%}.ant-col-sm-order-20{order:20}.ant-col-sm-19{display:block;flex:0 0 79.16666667%;max-width:79.16666667%}.ant-col-sm-push-19{left:79.16666667%}.ant-col-sm-pull-19{right:79.16666667%}.ant-col-sm-offset-19{margin-left:79.16666667%}.ant-col-sm-order-19{order:19}.ant-col-sm-18{display:block;flex:0 0 75%;max-width:75%}.ant-col-sm-push-18{left:75%}.ant-col-sm-pull-18{right:75%}.ant-col-sm-offset-18{margin-left:75%}.ant-col-sm-order-18{order:18}.ant-col-sm-17{display:block;flex:0 0 70.83333333%;max-width:70.83333333%}.ant-col-sm-push-17{left:70.83333333%}.ant-col-sm-pull-17{right:70.83333333%}.ant-col-sm-offset-17{margin-left:70.83333333%}.ant-col-sm-order-17{order:17}.ant-col-sm-16{display:block;flex:0 0 66.66666667%;max-width:66.66666667%}.ant-col-sm-push-16{left:66.66666667%}.ant-col-sm-pull-16{right:66.66666667%}.ant-col-sm-offset-16{margin-left:66.66666667%}.ant-col-sm-order-16{order:16}.ant-col-sm-15{display:block;flex:0 0 62.5%;max-width:62.5%}.ant-col-sm-push-15{left:62.5%}.ant-col-sm-pull-15{right:62.5%}.ant-col-sm-offset-15{margin-left:62.5%}.ant-col-sm-order-15{order:15}.ant-col-sm-14{display:block;flex:0 0 58.33333333%;max-width:58.33333333%}.ant-col-sm-push-14{left:58.33333333%}.ant-col-sm-pull-14{right:58.33333333%}.ant-col-sm-offset-14{margin-left:58.33333333%}.ant-col-sm-order-14{order:14}.ant-col-sm-13{display:block;flex:0 0 54.16666667%;max-width:54.16666667%}.ant-col-sm-push-13{left:54.16666667%}.ant-col-sm-pull-13{right:54.16666667%}.ant-col-sm-offset-13{margin-left:54.16666667%}.ant-col-sm-order-13{order:13}.ant-col-sm-12{display:block;flex:0 0 50%;max-width:50%}.ant-col-sm-push-12{left:50%}.ant-col-sm-pull-12{right:50%}.ant-col-sm-offset-12{margin-left:50%}.ant-col-sm-order-12{order:12}.ant-col-sm-11{display:block;flex:0 0 45.83333333%;max-width:45.83333333%}.ant-col-sm-push-11{left:45.83333333%}.ant-col-sm-pull-11{right:45.83333333%}.ant-col-sm-offset-11{margin-left:45.83333333%}.ant-col-sm-order-11{order:11}.ant-col-sm-10{display:block;flex:0 0 41.66666667%;max-width:41.66666667%}.ant-col-sm-push-10{left:41.66666667%}.ant-col-sm-pull-10{right:41.66666667%}.ant-col-sm-offset-10{margin-left:41.66666667%}.ant-col-sm-order-10{order:10}.ant-col-sm-9{display:block;flex:0 0 37.5%;max-width:37.5%}.ant-col-sm-push-9{left:37.5%}.ant-col-sm-pull-9{right:37.5%}.ant-col-sm-offset-9{margin-left:37.5%}.ant-col-sm-order-9{order:9}.ant-col-sm-8{display:block;flex:0 0 33.33333333%;max-width:33.33333333%}.ant-col-sm-push-8{left:33.33333333%}.ant-col-sm-pull-8{right:33.33333333%}.ant-col-sm-offset-8{margin-left:33.33333333%}.ant-col-sm-order-8{order:8}.ant-col-sm-7{display:block;flex:0 0 29.16666667%;max-width:29.16666667%}.ant-col-sm-push-7{left:29.16666667%}.ant-col-sm-pull-7{right:29.16666667%}.ant-col-sm-offset-7{margin-left:29.16666667%}.ant-col-sm-order-7{order:7}.ant-col-sm-6{display:block;flex:0 0 25%;max-width:25%}.ant-col-sm-push-6{left:25%}.ant-col-sm-pull-6{right:25%}.ant-col-sm-offset-6{margin-left:25%}.ant-col-sm-order-6{order:6}.ant-col-sm-5{display:block;flex:0 0 20.83333333%;max-width:20.83333333%}.ant-col-sm-push-5{left:20.83333333%}.ant-col-sm-pull-5{right:20.83333333%}.ant-col-sm-offset-5{margin-left:20.83333333%}.ant-col-sm-order-5{order:5}.ant-col-sm-4{display:block;flex:0 0 16.66666667%;max-width:16.66666667%}.ant-col-sm-push-4{left:16.66666667%}.ant-col-sm-pull-4{right:16.66666667%}.ant-col-sm-offset-4{margin-left:16.66666667%}.ant-col-sm-order-4{order:4}.ant-col-sm-3{display:block;flex:0 0 12.5%;max-width:12.5%}.ant-col-sm-push-3{left:12.5%}.ant-col-sm-pull-3{right:12.5%}.ant-col-sm-offset-3{margin-left:12.5%}.ant-col-sm-order-3{order:3}.ant-col-sm-2{display:block;flex:0 0 8.33333333%;max-width:8.33333333%}.ant-col-sm-push-2{left:8.33333333%}.ant-col-sm-pull-2{right:8.33333333%}.ant-col-sm-offset-2{margin-left:8.33333333%}.ant-col-sm-order-2{order:2}.ant-col-sm-1{display:block;flex:0 0 4.16666667%;max-width:4.16666667%}.ant-col-sm-push-1{left:4.16666667%}.ant-col-sm-pull-1{right:4.16666667%}.ant-col-sm-offset-1{margin-left:4.16666667%}.ant-col-sm-order-1{order:1}.ant-col-sm-0{display:none}.ant-col-push-0{left:auto}.ant-col-pull-0{right:auto}.ant-col-sm-push-0{left:auto}.ant-col-sm-pull-0{right:auto}.ant-col-sm-offset-0{margin-left:0}.ant-col-sm-order-0{order:0}.ant-col-push-0.ant-col-rtl{right:auto}.ant-col-pull-0.ant-col-rtl{left:auto}.ant-col-sm-push-0.ant-col-rtl{right:auto}.ant-col-sm-pull-0.ant-col-rtl{left:auto}.ant-col-sm-offset-0.ant-col-rtl{margin-right:0}.ant-col-sm-push-1.ant-col-rtl{right:4.16666667%;left:auto}.ant-col-sm-pull-1.ant-col-rtl{right:auto;left:4.16666667%}.ant-col-sm-offset-1.ant-col-rtl{margin-right:4.16666667%;margin-left:0}.ant-col-sm-push-2.ant-col-rtl{right:8.33333333%;left:auto}.ant-col-sm-pull-2.ant-col-rtl{right:auto;left:8.33333333%}.ant-col-sm-offset-2.ant-col-rtl{margin-right:8.33333333%;margin-left:0}.ant-col-sm-push-3.ant-col-rtl{right:12.5%;left:auto}.ant-col-sm-pull-3.ant-col-rtl{right:auto;left:12.5%}.ant-col-sm-offset-3.ant-col-rtl{margin-right:12.5%;margin-left:0}.ant-col-sm-push-4.ant-col-rtl{right:16.66666667%;left:auto}.ant-col-sm-pull-4.ant-col-rtl{right:auto;left:16.66666667%}.ant-col-sm-offset-4.ant-col-rtl{margin-right:16.66666667%;margin-left:0}.ant-col-sm-push-5.ant-col-rtl{right:20.83333333%;left:auto}.ant-col-sm-pull-5.ant-col-rtl{right:auto;left:20.83333333%}.ant-col-sm-offset-5.ant-col-rtl{margin-right:20.83333333%;margin-left:0}.ant-col-sm-push-6.ant-col-rtl{right:25%;left:auto}.ant-col-sm-pull-6.ant-col-rtl{right:auto;left:25%}.ant-col-sm-offset-6.ant-col-rtl{margin-right:25%;margin-left:0}.ant-col-sm-push-7.ant-col-rtl{right:29.16666667%;left:auto}.ant-col-sm-pull-7.ant-col-rtl{right:auto;left:29.16666667%}.ant-col-sm-offset-7.ant-col-rtl{margin-right:29.16666667%;margin-left:0}.ant-col-sm-push-8.ant-col-rtl{right:33.33333333%;left:auto}.ant-col-sm-pull-8.ant-col-rtl{right:auto;left:33.33333333%}.ant-col-sm-offset-8.ant-col-rtl{margin-right:33.33333333%;margin-left:0}.ant-col-sm-push-9.ant-col-rtl{right:37.5%;left:auto}.ant-col-sm-pull-9.ant-col-rtl{right:auto;left:37.5%}.ant-col-sm-offset-9.ant-col-rtl{margin-right:37.5%;margin-left:0}.ant-col-sm-push-10.ant-col-rtl{right:41.66666667%;left:auto}.ant-col-sm-pull-10.ant-col-rtl{right:auto;left:41.66666667%}.ant-col-sm-offset-10.ant-col-rtl{margin-right:41.66666667%;margin-left:0}.ant-col-sm-push-11.ant-col-rtl{right:45.83333333%;left:auto}.ant-col-sm-pull-11.ant-col-rtl{right:auto;left:45.83333333%}.ant-col-sm-offset-11.ant-col-rtl{margin-right:45.83333333%;margin-left:0}.ant-col-sm-push-12.ant-col-rtl{right:50%;left:auto}.ant-col-sm-pull-12.ant-col-rtl{right:auto;left:50%}.ant-col-sm-offset-12.ant-col-rtl{margin-right:50%;margin-left:0}.ant-col-sm-push-13.ant-col-rtl{right:54.16666667%;left:auto}.ant-col-sm-pull-13.ant-col-rtl{right:auto;left:54.16666667%}.ant-col-sm-offset-13.ant-col-rtl{margin-right:54.16666667%;margin-left:0}.ant-col-sm-push-14.ant-col-rtl{right:58.33333333%;left:auto}.ant-col-sm-pull-14.ant-col-rtl{right:auto;left:58.33333333%}.ant-col-sm-offset-14.ant-col-rtl{margin-right:58.33333333%;margin-left:0}.ant-col-sm-push-15.ant-col-rtl{right:62.5%;left:auto}.ant-col-sm-pull-15.ant-col-rtl{right:auto;left:62.5%}.ant-col-sm-offset-15.ant-col-rtl{margin-right:62.5%;margin-left:0}.ant-col-sm-push-16.ant-col-rtl{right:66.66666667%;left:auto}.ant-col-sm-pull-16.ant-col-rtl{right:auto;left:66.66666667%}.ant-col-sm-offset-16.ant-col-rtl{margin-right:66.66666667%;margin-left:0}.ant-col-sm-push-17.ant-col-rtl{right:70.83333333%;left:auto}.ant-col-sm-pull-17.ant-col-rtl{right:auto;left:70.83333333%}.ant-col-sm-offset-17.ant-col-rtl{margin-right:70.83333333%;margin-left:0}.ant-col-sm-push-18.ant-col-rtl{right:75%;left:auto}.ant-col-sm-pull-18.ant-col-rtl{right:auto;left:75%}.ant-col-sm-offset-18.ant-col-rtl{margin-right:75%;margin-left:0}.ant-col-sm-push-19.ant-col-rtl{right:79.16666667%;left:auto}.ant-col-sm-pull-19.ant-col-rtl{right:auto;left:79.16666667%}.ant-col-sm-offset-19.ant-col-rtl{margin-right:79.16666667%;margin-left:0}.ant-col-sm-push-20.ant-col-rtl{right:83.33333333%;left:auto}.ant-col-sm-pull-20.ant-col-rtl{right:auto;left:83.33333333%}.ant-col-sm-offset-20.ant-col-rtl{margin-right:83.33333333%;margin-left:0}.ant-col-sm-push-21.ant-col-rtl{right:87.5%;left:auto}.ant-col-sm-pull-21.ant-col-rtl{right:auto;left:87.5%}.ant-col-sm-offset-21.ant-col-rtl{margin-right:87.5%;margin-left:0}.ant-col-sm-push-22.ant-col-rtl{right:91.66666667%;left:auto}.ant-col-sm-pull-22.ant-col-rtl{right:auto;left:91.66666667%}.ant-col-sm-offset-22.ant-col-rtl{margin-right:91.66666667%;margin-left:0}.ant-col-sm-push-23.ant-col-rtl{right:95.83333333%;left:auto}.ant-col-sm-pull-23.ant-col-rtl{right:auto;left:95.83333333%}.ant-col-sm-offset-23.ant-col-rtl{margin-right:95.83333333%;margin-left:0}.ant-col-sm-push-24.ant-col-rtl{right:100%;left:auto}.ant-col-sm-pull-24.ant-col-rtl{right:auto;left:100%}.ant-col-sm-offset-24.ant-col-rtl{margin-right:100%;margin-left:0}}@media (min-width: 768px){.ant-col-md-24{display:block;flex:0 0 100%;max-width:100%}.ant-col-md-push-24{left:100%}.ant-col-md-pull-24{right:100%}.ant-col-md-offset-24{margin-left:100%}.ant-col-md-order-24{order:24}.ant-col-md-23{display:block;flex:0 0 95.83333333%;max-width:95.83333333%}.ant-col-md-push-23{left:95.83333333%}.ant-col-md-pull-23{right:95.83333333%}.ant-col-md-offset-23{margin-left:95.83333333%}.ant-col-md-order-23{order:23}.ant-col-md-22{display:block;flex:0 0 91.66666667%;max-width:91.66666667%}.ant-col-md-push-22{left:91.66666667%}.ant-col-md-pull-22{right:91.66666667%}.ant-col-md-offset-22{margin-left:91.66666667%}.ant-col-md-order-22{order:22}.ant-col-md-21{display:block;flex:0 0 87.5%;max-width:87.5%}.ant-col-md-push-21{left:87.5%}.ant-col-md-pull-21{right:87.5%}.ant-col-md-offset-21{margin-left:87.5%}.ant-col-md-order-21{order:21}.ant-col-md-20{display:block;flex:0 0 83.33333333%;max-width:83.33333333%}.ant-col-md-push-20{left:83.33333333%}.ant-col-md-pull-20{right:83.33333333%}.ant-col-md-offset-20{margin-left:83.33333333%}.ant-col-md-order-20{order:20}.ant-col-md-19{display:block;flex:0 0 79.16666667%;max-width:79.16666667%}.ant-col-md-push-19{left:79.16666667%}.ant-col-md-pull-19{right:79.16666667%}.ant-col-md-offset-19{margin-left:79.16666667%}.ant-col-md-order-19{order:19}.ant-col-md-18{display:block;flex:0 0 75%;max-width:75%}.ant-col-md-push-18{left:75%}.ant-col-md-pull-18{right:75%}.ant-col-md-offset-18{margin-left:75%}.ant-col-md-order-18{order:18}.ant-col-md-17{display:block;flex:0 0 70.83333333%;max-width:70.83333333%}.ant-col-md-push-17{left:70.83333333%}.ant-col-md-pull-17{right:70.83333333%}.ant-col-md-offset-17{margin-left:70.83333333%}.ant-col-md-order-17{order:17}.ant-col-md-16{display:block;flex:0 0 66.66666667%;max-width:66.66666667%}.ant-col-md-push-16{left:66.66666667%}.ant-col-md-pull-16{right:66.66666667%}.ant-col-md-offset-16{margin-left:66.66666667%}.ant-col-md-order-16{order:16}.ant-col-md-15{display:block;flex:0 0 62.5%;max-width:62.5%}.ant-col-md-push-15{left:62.5%}.ant-col-md-pull-15{right:62.5%}.ant-col-md-offset-15{margin-left:62.5%}.ant-col-md-order-15{order:15}.ant-col-md-14{display:block;flex:0 0 58.33333333%;max-width:58.33333333%}.ant-col-md-push-14{left:58.33333333%}.ant-col-md-pull-14{right:58.33333333%}.ant-col-md-offset-14{margin-left:58.33333333%}.ant-col-md-order-14{order:14}.ant-col-md-13{display:block;flex:0 0 54.16666667%;max-width:54.16666667%}.ant-col-md-push-13{left:54.16666667%}.ant-col-md-pull-13{right:54.16666667%}.ant-col-md-offset-13{margin-left:54.16666667%}.ant-col-md-order-13{order:13}.ant-col-md-12{display:block;flex:0 0 50%;max-width:50%}.ant-col-md-push-12{left:50%}.ant-col-md-pull-12{right:50%}.ant-col-md-offset-12{margin-left:50%}.ant-col-md-order-12{order:12}.ant-col-md-11{display:block;flex:0 0 45.83333333%;max-width:45.83333333%}.ant-col-md-push-11{left:45.83333333%}.ant-col-md-pull-11{right:45.83333333%}.ant-col-md-offset-11{margin-left:45.83333333%}.ant-col-md-order-11{order:11}.ant-col-md-10{display:block;flex:0 0 41.66666667%;max-width:41.66666667%}.ant-col-md-push-10{left:41.66666667%}.ant-col-md-pull-10{right:41.66666667%}.ant-col-md-offset-10{margin-left:41.66666667%}.ant-col-md-order-10{order:10}.ant-col-md-9{display:block;flex:0 0 37.5%;max-width:37.5%}.ant-col-md-push-9{left:37.5%}.ant-col-md-pull-9{right:37.5%}.ant-col-md-offset-9{margin-left:37.5%}.ant-col-md-order-9{order:9}.ant-col-md-8{display:block;flex:0 0 33.33333333%;max-width:33.33333333%}.ant-col-md-push-8{left:33.33333333%}.ant-col-md-pull-8{right:33.33333333%}.ant-col-md-offset-8{margin-left:33.33333333%}.ant-col-md-order-8{order:8}.ant-col-md-7{display:block;flex:0 0 29.16666667%;max-width:29.16666667%}.ant-col-md-push-7{left:29.16666667%}.ant-col-md-pull-7{right:29.16666667%}.ant-col-md-offset-7{margin-left:29.16666667%}.ant-col-md-order-7{order:7}.ant-col-md-6{display:block;flex:0 0 25%;max-width:25%}.ant-col-md-push-6{left:25%}.ant-col-md-pull-6{right:25%}.ant-col-md-offset-6{margin-left:25%}.ant-col-md-order-6{order:6}.ant-col-md-5{display:block;flex:0 0 20.83333333%;max-width:20.83333333%}.ant-col-md-push-5{left:20.83333333%}.ant-col-md-pull-5{right:20.83333333%}.ant-col-md-offset-5{margin-left:20.83333333%}.ant-col-md-order-5{order:5}.ant-col-md-4{display:block;flex:0 0 16.66666667%;max-width:16.66666667%}.ant-col-md-push-4{left:16.66666667%}.ant-col-md-pull-4{right:16.66666667%}.ant-col-md-offset-4{margin-left:16.66666667%}.ant-col-md-order-4{order:4}.ant-col-md-3{display:block;flex:0 0 12.5%;max-width:12.5%}.ant-col-md-push-3{left:12.5%}.ant-col-md-pull-3{right:12.5%}.ant-col-md-offset-3{margin-left:12.5%}.ant-col-md-order-3{order:3}.ant-col-md-2{display:block;flex:0 0 8.33333333%;max-width:8.33333333%}.ant-col-md-push-2{left:8.33333333%}.ant-col-md-pull-2{right:8.33333333%}.ant-col-md-offset-2{margin-left:8.33333333%}.ant-col-md-order-2{order:2}.ant-col-md-1{display:block;flex:0 0 4.16666667%;max-width:4.16666667%}.ant-col-md-push-1{left:4.16666667%}.ant-col-md-pull-1{right:4.16666667%}.ant-col-md-offset-1{margin-left:4.16666667%}.ant-col-md-order-1{order:1}.ant-col-md-0{display:none}.ant-col-push-0{left:auto}.ant-col-pull-0{right:auto}.ant-col-md-push-0{left:auto}.ant-col-md-pull-0{right:auto}.ant-col-md-offset-0{margin-left:0}.ant-col-md-order-0{order:0}.ant-col-push-0.ant-col-rtl{right:auto}.ant-col-pull-0.ant-col-rtl{left:auto}.ant-col-md-push-0.ant-col-rtl{right:auto}.ant-col-md-pull-0.ant-col-rtl{left:auto}.ant-col-md-offset-0.ant-col-rtl{margin-right:0}.ant-col-md-push-1.ant-col-rtl{right:4.16666667%;left:auto}.ant-col-md-pull-1.ant-col-rtl{right:auto;left:4.16666667%}.ant-col-md-offset-1.ant-col-rtl{margin-right:4.16666667%;margin-left:0}.ant-col-md-push-2.ant-col-rtl{right:8.33333333%;left:auto}.ant-col-md-pull-2.ant-col-rtl{right:auto;left:8.33333333%}.ant-col-md-offset-2.ant-col-rtl{margin-right:8.33333333%;margin-left:0}.ant-col-md-push-3.ant-col-rtl{right:12.5%;left:auto}.ant-col-md-pull-3.ant-col-rtl{right:auto;left:12.5%}.ant-col-md-offset-3.ant-col-rtl{margin-right:12.5%;margin-left:0}.ant-col-md-push-4.ant-col-rtl{right:16.66666667%;left:auto}.ant-col-md-pull-4.ant-col-rtl{right:auto;left:16.66666667%}.ant-col-md-offset-4.ant-col-rtl{margin-right:16.66666667%;margin-left:0}.ant-col-md-push-5.ant-col-rtl{right:20.83333333%;left:auto}.ant-col-md-pull-5.ant-col-rtl{right:auto;left:20.83333333%}.ant-col-md-offset-5.ant-col-rtl{margin-right:20.83333333%;margin-left:0}.ant-col-md-push-6.ant-col-rtl{right:25%;left:auto}.ant-col-md-pull-6.ant-col-rtl{right:auto;left:25%}.ant-col-md-offset-6.ant-col-rtl{margin-right:25%;margin-left:0}.ant-col-md-push-7.ant-col-rtl{right:29.16666667%;left:auto}.ant-col-md-pull-7.ant-col-rtl{right:auto;left:29.16666667%}.ant-col-md-offset-7.ant-col-rtl{margin-right:29.16666667%;margin-left:0}.ant-col-md-push-8.ant-col-rtl{right:33.33333333%;left:auto}.ant-col-md-pull-8.ant-col-rtl{right:auto;left:33.33333333%}.ant-col-md-offset-8.ant-col-rtl{margin-right:33.33333333%;margin-left:0}.ant-col-md-push-9.ant-col-rtl{right:37.5%;left:auto}.ant-col-md-pull-9.ant-col-rtl{right:auto;left:37.5%}.ant-col-md-offset-9.ant-col-rtl{margin-right:37.5%;margin-left:0}.ant-col-md-push-10.ant-col-rtl{right:41.66666667%;left:auto}.ant-col-md-pull-10.ant-col-rtl{right:auto;left:41.66666667%}.ant-col-md-offset-10.ant-col-rtl{margin-right:41.66666667%;margin-left:0}.ant-col-md-push-11.ant-col-rtl{right:45.83333333%;left:auto}.ant-col-md-pull-11.ant-col-rtl{right:auto;left:45.83333333%}.ant-col-md-offset-11.ant-col-rtl{margin-right:45.83333333%;margin-left:0}.ant-col-md-push-12.ant-col-rtl{right:50%;left:auto}.ant-col-md-pull-12.ant-col-rtl{right:auto;left:50%}.ant-col-md-offset-12.ant-col-rtl{margin-right:50%;margin-left:0}.ant-col-md-push-13.ant-col-rtl{right:54.16666667%;left:auto}.ant-col-md-pull-13.ant-col-rtl{right:auto;left:54.16666667%}.ant-col-md-offset-13.ant-col-rtl{margin-right:54.16666667%;margin-left:0}.ant-col-md-push-14.ant-col-rtl{right:58.33333333%;left:auto}.ant-col-md-pull-14.ant-col-rtl{right:auto;left:58.33333333%}.ant-col-md-offset-14.ant-col-rtl{margin-right:58.33333333%;margin-left:0}.ant-col-md-push-15.ant-col-rtl{right:62.5%;left:auto}.ant-col-md-pull-15.ant-col-rtl{right:auto;left:62.5%}.ant-col-md-offset-15.ant-col-rtl{margin-right:62.5%;margin-left:0}.ant-col-md-push-16.ant-col-rtl{right:66.66666667%;left:auto}.ant-col-md-pull-16.ant-col-rtl{right:auto;left:66.66666667%}.ant-col-md-offset-16.ant-col-rtl{margin-right:66.66666667%;margin-left:0}.ant-col-md-push-17.ant-col-rtl{right:70.83333333%;left:auto}.ant-col-md-pull-17.ant-col-rtl{right:auto;left:70.83333333%}.ant-col-md-offset-17.ant-col-rtl{margin-right:70.83333333%;margin-left:0}.ant-col-md-push-18.ant-col-rtl{right:75%;left:auto}.ant-col-md-pull-18.ant-col-rtl{right:auto;left:75%}.ant-col-md-offset-18.ant-col-rtl{margin-right:75%;margin-left:0}.ant-col-md-push-19.ant-col-rtl{right:79.16666667%;left:auto}.ant-col-md-pull-19.ant-col-rtl{right:auto;left:79.16666667%}.ant-col-md-offset-19.ant-col-rtl{margin-right:79.16666667%;margin-left:0}.ant-col-md-push-20.ant-col-rtl{right:83.33333333%;left:auto}.ant-col-md-pull-20.ant-col-rtl{right:auto;left:83.33333333%}.ant-col-md-offset-20.ant-col-rtl{margin-right:83.33333333%;margin-left:0}.ant-col-md-push-21.ant-col-rtl{right:87.5%;left:auto}.ant-col-md-pull-21.ant-col-rtl{right:auto;left:87.5%}.ant-col-md-offset-21.ant-col-rtl{margin-right:87.5%;margin-left:0}.ant-col-md-push-22.ant-col-rtl{right:91.66666667%;left:auto}.ant-col-md-pull-22.ant-col-rtl{right:auto;left:91.66666667%}.ant-col-md-offset-22.ant-col-rtl{margin-right:91.66666667%;margin-left:0}.ant-col-md-push-23.ant-col-rtl{right:95.83333333%;left:auto}.ant-col-md-pull-23.ant-col-rtl{right:auto;left:95.83333333%}.ant-col-md-offset-23.ant-col-rtl{margin-right:95.83333333%;margin-left:0}.ant-col-md-push-24.ant-col-rtl{right:100%;left:auto}.ant-col-md-pull-24.ant-col-rtl{right:auto;left:100%}.ant-col-md-offset-24.ant-col-rtl{margin-right:100%;margin-left:0}}@media (min-width: 992px){.ant-col-lg-24{display:block;flex:0 0 100%;max-width:100%}.ant-col-lg-push-24{left:100%}.ant-col-lg-pull-24{right:100%}.ant-col-lg-offset-24{margin-left:100%}.ant-col-lg-order-24{order:24}.ant-col-lg-23{display:block;flex:0 0 95.83333333%;max-width:95.83333333%}.ant-col-lg-push-23{left:95.83333333%}.ant-col-lg-pull-23{right:95.83333333%}.ant-col-lg-offset-23{margin-left:95.83333333%}.ant-col-lg-order-23{order:23}.ant-col-lg-22{display:block;flex:0 0 91.66666667%;max-width:91.66666667%}.ant-col-lg-push-22{left:91.66666667%}.ant-col-lg-pull-22{right:91.66666667%}.ant-col-lg-offset-22{margin-left:91.66666667%}.ant-col-lg-order-22{order:22}.ant-col-lg-21{display:block;flex:0 0 87.5%;max-width:87.5%}.ant-col-lg-push-21{left:87.5%}.ant-col-lg-pull-21{right:87.5%}.ant-col-lg-offset-21{margin-left:87.5%}.ant-col-lg-order-21{order:21}.ant-col-lg-20{display:block;flex:0 0 83.33333333%;max-width:83.33333333%}.ant-col-lg-push-20{left:83.33333333%}.ant-col-lg-pull-20{right:83.33333333%}.ant-col-lg-offset-20{margin-left:83.33333333%}.ant-col-lg-order-20{order:20}.ant-col-lg-19{display:block;flex:0 0 79.16666667%;max-width:79.16666667%}.ant-col-lg-push-19{left:79.16666667%}.ant-col-lg-pull-19{right:79.16666667%}.ant-col-lg-offset-19{margin-left:79.16666667%}.ant-col-lg-order-19{order:19}.ant-col-lg-18{display:block;flex:0 0 75%;max-width:75%}.ant-col-lg-push-18{left:75%}.ant-col-lg-pull-18{right:75%}.ant-col-lg-offset-18{margin-left:75%}.ant-col-lg-order-18{order:18}.ant-col-lg-17{display:block;flex:0 0 70.83333333%;max-width:70.83333333%}.ant-col-lg-push-17{left:70.83333333%}.ant-col-lg-pull-17{right:70.83333333%}.ant-col-lg-offset-17{margin-left:70.83333333%}.ant-col-lg-order-17{order:17}.ant-col-lg-16{display:block;flex:0 0 66.66666667%;max-width:66.66666667%}.ant-col-lg-push-16{left:66.66666667%}.ant-col-lg-pull-16{right:66.66666667%}.ant-col-lg-offset-16{margin-left:66.66666667%}.ant-col-lg-order-16{order:16}.ant-col-lg-15{display:block;flex:0 0 62.5%;max-width:62.5%}.ant-col-lg-push-15{left:62.5%}.ant-col-lg-pull-15{right:62.5%}.ant-col-lg-offset-15{margin-left:62.5%}.ant-col-lg-order-15{order:15}.ant-col-lg-14{display:block;flex:0 0 58.33333333%;max-width:58.33333333%}.ant-col-lg-push-14{left:58.33333333%}.ant-col-lg-pull-14{right:58.33333333%}.ant-col-lg-offset-14{margin-left:58.33333333%}.ant-col-lg-order-14{order:14}.ant-col-lg-13{display:block;flex:0 0 54.16666667%;max-width:54.16666667%}.ant-col-lg-push-13{left:54.16666667%}.ant-col-lg-pull-13{right:54.16666667%}.ant-col-lg-offset-13{margin-left:54.16666667%}.ant-col-lg-order-13{order:13}.ant-col-lg-12{display:block;flex:0 0 50%;max-width:50%}.ant-col-lg-push-12{left:50%}.ant-col-lg-pull-12{right:50%}.ant-col-lg-offset-12{margin-left:50%}.ant-col-lg-order-12{order:12}.ant-col-lg-11{display:block;flex:0 0 45.83333333%;max-width:45.83333333%}.ant-col-lg-push-11{left:45.83333333%}.ant-col-lg-pull-11{right:45.83333333%}.ant-col-lg-offset-11{margin-left:45.83333333%}.ant-col-lg-order-11{order:11}.ant-col-lg-10{display:block;flex:0 0 41.66666667%;max-width:41.66666667%}.ant-col-lg-push-10{left:41.66666667%}.ant-col-lg-pull-10{right:41.66666667%}.ant-col-lg-offset-10{margin-left:41.66666667%}.ant-col-lg-order-10{order:10}.ant-col-lg-9{display:block;flex:0 0 37.5%;max-width:37.5%}.ant-col-lg-push-9{left:37.5%}.ant-col-lg-pull-9{right:37.5%}.ant-col-lg-offset-9{margin-left:37.5%}.ant-col-lg-order-9{order:9}.ant-col-lg-8{display:block;flex:0 0 33.33333333%;max-width:33.33333333%}.ant-col-lg-push-8{left:33.33333333%}.ant-col-lg-pull-8{right:33.33333333%}.ant-col-lg-offset-8{margin-left:33.33333333%}.ant-col-lg-order-8{order:8}.ant-col-lg-7{display:block;flex:0 0 29.16666667%;max-width:29.16666667%}.ant-col-lg-push-7{left:29.16666667%}.ant-col-lg-pull-7{right:29.16666667%}.ant-col-lg-offset-7{margin-left:29.16666667%}.ant-col-lg-order-7{order:7}.ant-col-lg-6{display:block;flex:0 0 25%;max-width:25%}.ant-col-lg-push-6{left:25%}.ant-col-lg-pull-6{right:25%}.ant-col-lg-offset-6{margin-left:25%}.ant-col-lg-order-6{order:6}.ant-col-lg-5{display:block;flex:0 0 20.83333333%;max-width:20.83333333%}.ant-col-lg-push-5{left:20.83333333%}.ant-col-lg-pull-5{right:20.83333333%}.ant-col-lg-offset-5{margin-left:20.83333333%}.ant-col-lg-order-5{order:5}.ant-col-lg-4{display:block;flex:0 0 16.66666667%;max-width:16.66666667%}.ant-col-lg-push-4{left:16.66666667%}.ant-col-lg-pull-4{right:16.66666667%}.ant-col-lg-offset-4{margin-left:16.66666667%}.ant-col-lg-order-4{order:4}.ant-col-lg-3{display:block;flex:0 0 12.5%;max-width:12.5%}.ant-col-lg-push-3{left:12.5%}.ant-col-lg-pull-3{right:12.5%}.ant-col-lg-offset-3{margin-left:12.5%}.ant-col-lg-order-3{order:3}.ant-col-lg-2{display:block;flex:0 0 8.33333333%;max-width:8.33333333%}.ant-col-lg-push-2{left:8.33333333%}.ant-col-lg-pull-2{right:8.33333333%}.ant-col-lg-offset-2{margin-left:8.33333333%}.ant-col-lg-order-2{order:2}.ant-col-lg-1{display:block;flex:0 0 4.16666667%;max-width:4.16666667%}.ant-col-lg-push-1{left:4.16666667%}.ant-col-lg-pull-1{right:4.16666667%}.ant-col-lg-offset-1{margin-left:4.16666667%}.ant-col-lg-order-1{order:1}.ant-col-lg-0{display:none}.ant-col-push-0{left:auto}.ant-col-pull-0{right:auto}.ant-col-lg-push-0{left:auto}.ant-col-lg-pull-0{right:auto}.ant-col-lg-offset-0{margin-left:0}.ant-col-lg-order-0{order:0}.ant-col-push-0.ant-col-rtl{right:auto}.ant-col-pull-0.ant-col-rtl{left:auto}.ant-col-lg-push-0.ant-col-rtl{right:auto}.ant-col-lg-pull-0.ant-col-rtl{left:auto}.ant-col-lg-offset-0.ant-col-rtl{margin-right:0}.ant-col-lg-push-1.ant-col-rtl{right:4.16666667%;left:auto}.ant-col-lg-pull-1.ant-col-rtl{right:auto;left:4.16666667%}.ant-col-lg-offset-1.ant-col-rtl{margin-right:4.16666667%;margin-left:0}.ant-col-lg-push-2.ant-col-rtl{right:8.33333333%;left:auto}.ant-col-lg-pull-2.ant-col-rtl{right:auto;left:8.33333333%}.ant-col-lg-offset-2.ant-col-rtl{margin-right:8.33333333%;margin-left:0}.ant-col-lg-push-3.ant-col-rtl{right:12.5%;left:auto}.ant-col-lg-pull-3.ant-col-rtl{right:auto;left:12.5%}.ant-col-lg-offset-3.ant-col-rtl{margin-right:12.5%;margin-left:0}.ant-col-lg-push-4.ant-col-rtl{right:16.66666667%;left:auto}.ant-col-lg-pull-4.ant-col-rtl{right:auto;left:16.66666667%}.ant-col-lg-offset-4.ant-col-rtl{margin-right:16.66666667%;margin-left:0}.ant-col-lg-push-5.ant-col-rtl{right:20.83333333%;left:auto}.ant-col-lg-pull-5.ant-col-rtl{right:auto;left:20.83333333%}.ant-col-lg-offset-5.ant-col-rtl{margin-right:20.83333333%;margin-left:0}.ant-col-lg-push-6.ant-col-rtl{right:25%;left:auto}.ant-col-lg-pull-6.ant-col-rtl{right:auto;left:25%}.ant-col-lg-offset-6.ant-col-rtl{margin-right:25%;margin-left:0}.ant-col-lg-push-7.ant-col-rtl{right:29.16666667%;left:auto}.ant-col-lg-pull-7.ant-col-rtl{right:auto;left:29.16666667%}.ant-col-lg-offset-7.ant-col-rtl{margin-right:29.16666667%;margin-left:0}.ant-col-lg-push-8.ant-col-rtl{right:33.33333333%;left:auto}.ant-col-lg-pull-8.ant-col-rtl{right:auto;left:33.33333333%}.ant-col-lg-offset-8.ant-col-rtl{margin-right:33.33333333%;margin-left:0}.ant-col-lg-push-9.ant-col-rtl{right:37.5%;left:auto}.ant-col-lg-pull-9.ant-col-rtl{right:auto;left:37.5%}.ant-col-lg-offset-9.ant-col-rtl{margin-right:37.5%;margin-left:0}.ant-col-lg-push-10.ant-col-rtl{right:41.66666667%;left:auto}.ant-col-lg-pull-10.ant-col-rtl{right:auto;left:41.66666667%}.ant-col-lg-offset-10.ant-col-rtl{margin-right:41.66666667%;margin-left:0}.ant-col-lg-push-11.ant-col-rtl{right:45.83333333%;left:auto}.ant-col-lg-pull-11.ant-col-rtl{right:auto;left:45.83333333%}.ant-col-lg-offset-11.ant-col-rtl{margin-right:45.83333333%;margin-left:0}.ant-col-lg-push-12.ant-col-rtl{right:50%;left:auto}.ant-col-lg-pull-12.ant-col-rtl{right:auto;left:50%}.ant-col-lg-offset-12.ant-col-rtl{margin-right:50%;margin-left:0}.ant-col-lg-push-13.ant-col-rtl{right:54.16666667%;left:auto}.ant-col-lg-pull-13.ant-col-rtl{right:auto;left:54.16666667%}.ant-col-lg-offset-13.ant-col-rtl{margin-right:54.16666667%;margin-left:0}.ant-col-lg-push-14.ant-col-rtl{right:58.33333333%;left:auto}.ant-col-lg-pull-14.ant-col-rtl{right:auto;left:58.33333333%}.ant-col-lg-offset-14.ant-col-rtl{margin-right:58.33333333%;margin-left:0}.ant-col-lg-push-15.ant-col-rtl{right:62.5%;left:auto}.ant-col-lg-pull-15.ant-col-rtl{right:auto;left:62.5%}.ant-col-lg-offset-15.ant-col-rtl{margin-right:62.5%;margin-left:0}.ant-col-lg-push-16.ant-col-rtl{right:66.66666667%;left:auto}.ant-col-lg-pull-16.ant-col-rtl{right:auto;left:66.66666667%}.ant-col-lg-offset-16.ant-col-rtl{margin-right:66.66666667%;margin-left:0}.ant-col-lg-push-17.ant-col-rtl{right:70.83333333%;left:auto}.ant-col-lg-pull-17.ant-col-rtl{right:auto;left:70.83333333%}.ant-col-lg-offset-17.ant-col-rtl{margin-right:70.83333333%;margin-left:0}.ant-col-lg-push-18.ant-col-rtl{right:75%;left:auto}.ant-col-lg-pull-18.ant-col-rtl{right:auto;left:75%}.ant-col-lg-offset-18.ant-col-rtl{margin-right:75%;margin-left:0}.ant-col-lg-push-19.ant-col-rtl{right:79.16666667%;left:auto}.ant-col-lg-pull-19.ant-col-rtl{right:auto;left:79.16666667%}.ant-col-lg-offset-19.ant-col-rtl{margin-right:79.16666667%;margin-left:0}.ant-col-lg-push-20.ant-col-rtl{right:83.33333333%;left:auto}.ant-col-lg-pull-20.ant-col-rtl{right:auto;left:83.33333333%}.ant-col-lg-offset-20.ant-col-rtl{margin-right:83.33333333%;margin-left:0}.ant-col-lg-push-21.ant-col-rtl{right:87.5%;left:auto}.ant-col-lg-pull-21.ant-col-rtl{right:auto;left:87.5%}.ant-col-lg-offset-21.ant-col-rtl{margin-right:87.5%;margin-left:0}.ant-col-lg-push-22.ant-col-rtl{right:91.66666667%;left:auto}.ant-col-lg-pull-22.ant-col-rtl{right:auto;left:91.66666667%}.ant-col-lg-offset-22.ant-col-rtl{margin-right:91.66666667%;margin-left:0}.ant-col-lg-push-23.ant-col-rtl{right:95.83333333%;left:auto}.ant-col-lg-pull-23.ant-col-rtl{right:auto;left:95.83333333%}.ant-col-lg-offset-23.ant-col-rtl{margin-right:95.83333333%;margin-left:0}.ant-col-lg-push-24.ant-col-rtl{right:100%;left:auto}.ant-col-lg-pull-24.ant-col-rtl{right:auto;left:100%}.ant-col-lg-offset-24.ant-col-rtl{margin-right:100%;margin-left:0}}@media (min-width: 1200px){.ant-col-xl-24{display:block;flex:0 0 100%;max-width:100%}.ant-col-xl-push-24{left:100%}.ant-col-xl-pull-24{right:100%}.ant-col-xl-offset-24{margin-left:100%}.ant-col-xl-order-24{order:24}.ant-col-xl-23{display:block;flex:0 0 95.83333333%;max-width:95.83333333%}.ant-col-xl-push-23{left:95.83333333%}.ant-col-xl-pull-23{right:95.83333333%}.ant-col-xl-offset-23{margin-left:95.83333333%}.ant-col-xl-order-23{order:23}.ant-col-xl-22{display:block;flex:0 0 91.66666667%;max-width:91.66666667%}.ant-col-xl-push-22{left:91.66666667%}.ant-col-xl-pull-22{right:91.66666667%}.ant-col-xl-offset-22{margin-left:91.66666667%}.ant-col-xl-order-22{order:22}.ant-col-xl-21{display:block;flex:0 0 87.5%;max-width:87.5%}.ant-col-xl-push-21{left:87.5%}.ant-col-xl-pull-21{right:87.5%}.ant-col-xl-offset-21{margin-left:87.5%}.ant-col-xl-order-21{order:21}.ant-col-xl-20{display:block;flex:0 0 83.33333333%;max-width:83.33333333%}.ant-col-xl-push-20{left:83.33333333%}.ant-col-xl-pull-20{right:83.33333333%}.ant-col-xl-offset-20{margin-left:83.33333333%}.ant-col-xl-order-20{order:20}.ant-col-xl-19{display:block;flex:0 0 79.16666667%;max-width:79.16666667%}.ant-col-xl-push-19{left:79.16666667%}.ant-col-xl-pull-19{right:79.16666667%}.ant-col-xl-offset-19{margin-left:79.16666667%}.ant-col-xl-order-19{order:19}.ant-col-xl-18{display:block;flex:0 0 75%;max-width:75%}.ant-col-xl-push-18{left:75%}.ant-col-xl-pull-18{right:75%}.ant-col-xl-offset-18{margin-left:75%}.ant-col-xl-order-18{order:18}.ant-col-xl-17{display:block;flex:0 0 70.83333333%;max-width:70.83333333%}.ant-col-xl-push-17{left:70.83333333%}.ant-col-xl-pull-17{right:70.83333333%}.ant-col-xl-offset-17{margin-left:70.83333333%}.ant-col-xl-order-17{order:17}.ant-col-xl-16{display:block;flex:0 0 66.66666667%;max-width:66.66666667%}.ant-col-xl-push-16{left:66.66666667%}.ant-col-xl-pull-16{right:66.66666667%}.ant-col-xl-offset-16{margin-left:66.66666667%}.ant-col-xl-order-16{order:16}.ant-col-xl-15{display:block;flex:0 0 62.5%;max-width:62.5%}.ant-col-xl-push-15{left:62.5%}.ant-col-xl-pull-15{right:62.5%}.ant-col-xl-offset-15{margin-left:62.5%}.ant-col-xl-order-15{order:15}.ant-col-xl-14{display:block;flex:0 0 58.33333333%;max-width:58.33333333%}.ant-col-xl-push-14{left:58.33333333%}.ant-col-xl-pull-14{right:58.33333333%}.ant-col-xl-offset-14{margin-left:58.33333333%}.ant-col-xl-order-14{order:14}.ant-col-xl-13{display:block;flex:0 0 54.16666667%;max-width:54.16666667%}.ant-col-xl-push-13{left:54.16666667%}.ant-col-xl-pull-13{right:54.16666667%}.ant-col-xl-offset-13{margin-left:54.16666667%}.ant-col-xl-order-13{order:13}.ant-col-xl-12{display:block;flex:0 0 50%;max-width:50%}.ant-col-xl-push-12{left:50%}.ant-col-xl-pull-12{right:50%}.ant-col-xl-offset-12{margin-left:50%}.ant-col-xl-order-12{order:12}.ant-col-xl-11{display:block;flex:0 0 45.83333333%;max-width:45.83333333%}.ant-col-xl-push-11{left:45.83333333%}.ant-col-xl-pull-11{right:45.83333333%}.ant-col-xl-offset-11{margin-left:45.83333333%}.ant-col-xl-order-11{order:11}.ant-col-xl-10{display:block;flex:0 0 41.66666667%;max-width:41.66666667%}.ant-col-xl-push-10{left:41.66666667%}.ant-col-xl-pull-10{right:41.66666667%}.ant-col-xl-offset-10{margin-left:41.66666667%}.ant-col-xl-order-10{order:10}.ant-col-xl-9{display:block;flex:0 0 37.5%;max-width:37.5%}.ant-col-xl-push-9{left:37.5%}.ant-col-xl-pull-9{right:37.5%}.ant-col-xl-offset-9{margin-left:37.5%}.ant-col-xl-order-9{order:9}.ant-col-xl-8{display:block;flex:0 0 33.33333333%;max-width:33.33333333%}.ant-col-xl-push-8{left:33.33333333%}.ant-col-xl-pull-8{right:33.33333333%}.ant-col-xl-offset-8{margin-left:33.33333333%}.ant-col-xl-order-8{order:8}.ant-col-xl-7{display:block;flex:0 0 29.16666667%;max-width:29.16666667%}.ant-col-xl-push-7{left:29.16666667%}.ant-col-xl-pull-7{right:29.16666667%}.ant-col-xl-offset-7{margin-left:29.16666667%}.ant-col-xl-order-7{order:7}.ant-col-xl-6{display:block;flex:0 0 25%;max-width:25%}.ant-col-xl-push-6{left:25%}.ant-col-xl-pull-6{right:25%}.ant-col-xl-offset-6{margin-left:25%}.ant-col-xl-order-6{order:6}.ant-col-xl-5{display:block;flex:0 0 20.83333333%;max-width:20.83333333%}.ant-col-xl-push-5{left:20.83333333%}.ant-col-xl-pull-5{right:20.83333333%}.ant-col-xl-offset-5{margin-left:20.83333333%}.ant-col-xl-order-5{order:5}.ant-col-xl-4{display:block;flex:0 0 16.66666667%;max-width:16.66666667%}.ant-col-xl-push-4{left:16.66666667%}.ant-col-xl-pull-4{right:16.66666667%}.ant-col-xl-offset-4{margin-left:16.66666667%}.ant-col-xl-order-4{order:4}.ant-col-xl-3{display:block;flex:0 0 12.5%;max-width:12.5%}.ant-col-xl-push-3{left:12.5%}.ant-col-xl-pull-3{right:12.5%}.ant-col-xl-offset-3{margin-left:12.5%}.ant-col-xl-order-3{order:3}.ant-col-xl-2{display:block;flex:0 0 8.33333333%;max-width:8.33333333%}.ant-col-xl-push-2{left:8.33333333%}.ant-col-xl-pull-2{right:8.33333333%}.ant-col-xl-offset-2{margin-left:8.33333333%}.ant-col-xl-order-2{order:2}.ant-col-xl-1{display:block;flex:0 0 4.16666667%;max-width:4.16666667%}.ant-col-xl-push-1{left:4.16666667%}.ant-col-xl-pull-1{right:4.16666667%}.ant-col-xl-offset-1{margin-left:4.16666667%}.ant-col-xl-order-1{order:1}.ant-col-xl-0{display:none}.ant-col-push-0{left:auto}.ant-col-pull-0{right:auto}.ant-col-xl-push-0{left:auto}.ant-col-xl-pull-0{right:auto}.ant-col-xl-offset-0{margin-left:0}.ant-col-xl-order-0{order:0}.ant-col-push-0.ant-col-rtl{right:auto}.ant-col-pull-0.ant-col-rtl{left:auto}.ant-col-xl-push-0.ant-col-rtl{right:auto}.ant-col-xl-pull-0.ant-col-rtl{left:auto}.ant-col-xl-offset-0.ant-col-rtl{margin-right:0}.ant-col-xl-push-1.ant-col-rtl{right:4.16666667%;left:auto}.ant-col-xl-pull-1.ant-col-rtl{right:auto;left:4.16666667%}.ant-col-xl-offset-1.ant-col-rtl{margin-right:4.16666667%;margin-left:0}.ant-col-xl-push-2.ant-col-rtl{right:8.33333333%;left:auto}.ant-col-xl-pull-2.ant-col-rtl{right:auto;left:8.33333333%}.ant-col-xl-offset-2.ant-col-rtl{margin-right:8.33333333%;margin-left:0}.ant-col-xl-push-3.ant-col-rtl{right:12.5%;left:auto}.ant-col-xl-pull-3.ant-col-rtl{right:auto;left:12.5%}.ant-col-xl-offset-3.ant-col-rtl{margin-right:12.5%;margin-left:0}.ant-col-xl-push-4.ant-col-rtl{right:16.66666667%;left:auto}.ant-col-xl-pull-4.ant-col-rtl{right:auto;left:16.66666667%}.ant-col-xl-offset-4.ant-col-rtl{margin-right:16.66666667%;margin-left:0}.ant-col-xl-push-5.ant-col-rtl{right:20.83333333%;left:auto}.ant-col-xl-pull-5.ant-col-rtl{right:auto;left:20.83333333%}.ant-col-xl-offset-5.ant-col-rtl{margin-right:20.83333333%;margin-left:0}.ant-col-xl-push-6.ant-col-rtl{right:25%;left:auto}.ant-col-xl-pull-6.ant-col-rtl{right:auto;left:25%}.ant-col-xl-offset-6.ant-col-rtl{margin-right:25%;margin-left:0}.ant-col-xl-push-7.ant-col-rtl{right:29.16666667%;left:auto}.ant-col-xl-pull-7.ant-col-rtl{right:auto;left:29.16666667%}.ant-col-xl-offset-7.ant-col-rtl{margin-right:29.16666667%;margin-left:0}.ant-col-xl-push-8.ant-col-rtl{right:33.33333333%;left:auto}.ant-col-xl-pull-8.ant-col-rtl{right:auto;left:33.33333333%}.ant-col-xl-offset-8.ant-col-rtl{margin-right:33.33333333%;margin-left:0}.ant-col-xl-push-9.ant-col-rtl{right:37.5%;left:auto}.ant-col-xl-pull-9.ant-col-rtl{right:auto;left:37.5%}.ant-col-xl-offset-9.ant-col-rtl{margin-right:37.5%;margin-left:0}.ant-col-xl-push-10.ant-col-rtl{right:41.66666667%;left:auto}.ant-col-xl-pull-10.ant-col-rtl{right:auto;left:41.66666667%}.ant-col-xl-offset-10.ant-col-rtl{margin-right:41.66666667%;margin-left:0}.ant-col-xl-push-11.ant-col-rtl{right:45.83333333%;left:auto}.ant-col-xl-pull-11.ant-col-rtl{right:auto;left:45.83333333%}.ant-col-xl-offset-11.ant-col-rtl{margin-right:45.83333333%;margin-left:0}.ant-col-xl-push-12.ant-col-rtl{right:50%;left:auto}.ant-col-xl-pull-12.ant-col-rtl{right:auto;left:50%}.ant-col-xl-offset-12.ant-col-rtl{margin-right:50%;margin-left:0}.ant-col-xl-push-13.ant-col-rtl{right:54.16666667%;left:auto}.ant-col-xl-pull-13.ant-col-rtl{right:auto;left:54.16666667%}.ant-col-xl-offset-13.ant-col-rtl{margin-right:54.16666667%;margin-left:0}.ant-col-xl-push-14.ant-col-rtl{right:58.33333333%;left:auto}.ant-col-xl-pull-14.ant-col-rtl{right:auto;left:58.33333333%}.ant-col-xl-offset-14.ant-col-rtl{margin-right:58.33333333%;margin-left:0}.ant-col-xl-push-15.ant-col-rtl{right:62.5%;left:auto}.ant-col-xl-pull-15.ant-col-rtl{right:auto;left:62.5%}.ant-col-xl-offset-15.ant-col-rtl{margin-right:62.5%;margin-left:0}.ant-col-xl-push-16.ant-col-rtl{right:66.66666667%;left:auto}.ant-col-xl-pull-16.ant-col-rtl{right:auto;left:66.66666667%}.ant-col-xl-offset-16.ant-col-rtl{margin-right:66.66666667%;margin-left:0}.ant-col-xl-push-17.ant-col-rtl{right:70.83333333%;left:auto}.ant-col-xl-pull-17.ant-col-rtl{right:auto;left:70.83333333%}.ant-col-xl-offset-17.ant-col-rtl{margin-right:70.83333333%;margin-left:0}.ant-col-xl-push-18.ant-col-rtl{right:75%;left:auto}.ant-col-xl-pull-18.ant-col-rtl{right:auto;left:75%}.ant-col-xl-offset-18.ant-col-rtl{margin-right:75%;margin-left:0}.ant-col-xl-push-19.ant-col-rtl{right:79.16666667%;left:auto}.ant-col-xl-pull-19.ant-col-rtl{right:auto;left:79.16666667%}.ant-col-xl-offset-19.ant-col-rtl{margin-right:79.16666667%;margin-left:0}.ant-col-xl-push-20.ant-col-rtl{right:83.33333333%;left:auto}.ant-col-xl-pull-20.ant-col-rtl{right:auto;left:83.33333333%}.ant-col-xl-offset-20.ant-col-rtl{margin-right:83.33333333%;margin-left:0}.ant-col-xl-push-21.ant-col-rtl{right:87.5%;left:auto}.ant-col-xl-pull-21.ant-col-rtl{right:auto;left:87.5%}.ant-col-xl-offset-21.ant-col-rtl{margin-right:87.5%;margin-left:0}.ant-col-xl-push-22.ant-col-rtl{right:91.66666667%;left:auto}.ant-col-xl-pull-22.ant-col-rtl{right:auto;left:91.66666667%}.ant-col-xl-offset-22.ant-col-rtl{margin-right:91.66666667%;margin-left:0}.ant-col-xl-push-23.ant-col-rtl{right:95.83333333%;left:auto}.ant-col-xl-pull-23.ant-col-rtl{right:auto;left:95.83333333%}.ant-col-xl-offset-23.ant-col-rtl{margin-right:95.83333333%;margin-left:0}.ant-col-xl-push-24.ant-col-rtl{right:100%;left:auto}.ant-col-xl-pull-24.ant-col-rtl{right:auto;left:100%}.ant-col-xl-offset-24.ant-col-rtl{margin-right:100%;margin-left:0}}@media (min-width: 1600px){.ant-col-xxl-24{display:block;flex:0 0 100%;max-width:100%}.ant-col-xxl-push-24{left:100%}.ant-col-xxl-pull-24{right:100%}.ant-col-xxl-offset-24{margin-left:100%}.ant-col-xxl-order-24{order:24}.ant-col-xxl-23{display:block;flex:0 0 95.83333333%;max-width:95.83333333%}.ant-col-xxl-push-23{left:95.83333333%}.ant-col-xxl-pull-23{right:95.83333333%}.ant-col-xxl-offset-23{margin-left:95.83333333%}.ant-col-xxl-order-23{order:23}.ant-col-xxl-22{display:block;flex:0 0 91.66666667%;max-width:91.66666667%}.ant-col-xxl-push-22{left:91.66666667%}.ant-col-xxl-pull-22{right:91.66666667%}.ant-col-xxl-offset-22{margin-left:91.66666667%}.ant-col-xxl-order-22{order:22}.ant-col-xxl-21{display:block;flex:0 0 87.5%;max-width:87.5%}.ant-col-xxl-push-21{left:87.5%}.ant-col-xxl-pull-21{right:87.5%}.ant-col-xxl-offset-21{margin-left:87.5%}.ant-col-xxl-order-21{order:21}.ant-col-xxl-20{display:block;flex:0 0 83.33333333%;max-width:83.33333333%}.ant-col-xxl-push-20{left:83.33333333%}.ant-col-xxl-pull-20{right:83.33333333%}.ant-col-xxl-offset-20{margin-left:83.33333333%}.ant-col-xxl-order-20{order:20}.ant-col-xxl-19{display:block;flex:0 0 79.16666667%;max-width:79.16666667%}.ant-col-xxl-push-19{left:79.16666667%}.ant-col-xxl-pull-19{right:79.16666667%}.ant-col-xxl-offset-19{margin-left:79.16666667%}.ant-col-xxl-order-19{order:19}.ant-col-xxl-18{display:block;flex:0 0 75%;max-width:75%}.ant-col-xxl-push-18{left:75%}.ant-col-xxl-pull-18{right:75%}.ant-col-xxl-offset-18{margin-left:75%}.ant-col-xxl-order-18{order:18}.ant-col-xxl-17{display:block;flex:0 0 70.83333333%;max-width:70.83333333%}.ant-col-xxl-push-17{left:70.83333333%}.ant-col-xxl-pull-17{right:70.83333333%}.ant-col-xxl-offset-17{margin-left:70.83333333%}.ant-col-xxl-order-17{order:17}.ant-col-xxl-16{display:block;flex:0 0 66.66666667%;max-width:66.66666667%}.ant-col-xxl-push-16{left:66.66666667%}.ant-col-xxl-pull-16{right:66.66666667%}.ant-col-xxl-offset-16{margin-left:66.66666667%}.ant-col-xxl-order-16{order:16}.ant-col-xxl-15{display:block;flex:0 0 62.5%;max-width:62.5%}.ant-col-xxl-push-15{left:62.5%}.ant-col-xxl-pull-15{right:62.5%}.ant-col-xxl-offset-15{margin-left:62.5%}.ant-col-xxl-order-15{order:15}.ant-col-xxl-14{display:block;flex:0 0 58.33333333%;max-width:58.33333333%}.ant-col-xxl-push-14{left:58.33333333%}.ant-col-xxl-pull-14{right:58.33333333%}.ant-col-xxl-offset-14{margin-left:58.33333333%}.ant-col-xxl-order-14{order:14}.ant-col-xxl-13{display:block;flex:0 0 54.16666667%;max-width:54.16666667%}.ant-col-xxl-push-13{left:54.16666667%}.ant-col-xxl-pull-13{right:54.16666667%}.ant-col-xxl-offset-13{margin-left:54.16666667%}.ant-col-xxl-order-13{order:13}.ant-col-xxl-12{display:block;flex:0 0 50%;max-width:50%}.ant-col-xxl-push-12{left:50%}.ant-col-xxl-pull-12{right:50%}.ant-col-xxl-offset-12{margin-left:50%}.ant-col-xxl-order-12{order:12}.ant-col-xxl-11{display:block;flex:0 0 45.83333333%;max-width:45.83333333%}.ant-col-xxl-push-11{left:45.83333333%}.ant-col-xxl-pull-11{right:45.83333333%}.ant-col-xxl-offset-11{margin-left:45.83333333%}.ant-col-xxl-order-11{order:11}.ant-col-xxl-10{display:block;flex:0 0 41.66666667%;max-width:41.66666667%}.ant-col-xxl-push-10{left:41.66666667%}.ant-col-xxl-pull-10{right:41.66666667%}.ant-col-xxl-offset-10{margin-left:41.66666667%}.ant-col-xxl-order-10{order:10}.ant-col-xxl-9{display:block;flex:0 0 37.5%;max-width:37.5%}.ant-col-xxl-push-9{left:37.5%}.ant-col-xxl-pull-9{right:37.5%}.ant-col-xxl-offset-9{margin-left:37.5%}.ant-col-xxl-order-9{order:9}.ant-col-xxl-8{display:block;flex:0 0 33.33333333%;max-width:33.33333333%}.ant-col-xxl-push-8{left:33.33333333%}.ant-col-xxl-pull-8{right:33.33333333%}.ant-col-xxl-offset-8{margin-left:33.33333333%}.ant-col-xxl-order-8{order:8}.ant-col-xxl-7{display:block;flex:0 0 29.16666667%;max-width:29.16666667%}.ant-col-xxl-push-7{left:29.16666667%}.ant-col-xxl-pull-7{right:29.16666667%}.ant-col-xxl-offset-7{margin-left:29.16666667%}.ant-col-xxl-order-7{order:7}.ant-col-xxl-6{display:block;flex:0 0 25%;max-width:25%}.ant-col-xxl-push-6{left:25%}.ant-col-xxl-pull-6{right:25%}.ant-col-xxl-offset-6{margin-left:25%}.ant-col-xxl-order-6{order:6}.ant-col-xxl-5{display:block;flex:0 0 20.83333333%;max-width:20.83333333%}.ant-col-xxl-push-5{left:20.83333333%}.ant-col-xxl-pull-5{right:20.83333333%}.ant-col-xxl-offset-5{margin-left:20.83333333%}.ant-col-xxl-order-5{order:5}.ant-col-xxl-4{display:block;flex:0 0 16.66666667%;max-width:16.66666667%}.ant-col-xxl-push-4{left:16.66666667%}.ant-col-xxl-pull-4{right:16.66666667%}.ant-col-xxl-offset-4{margin-left:16.66666667%}.ant-col-xxl-order-4{order:4}.ant-col-xxl-3{display:block;flex:0 0 12.5%;max-width:12.5%}.ant-col-xxl-push-3{left:12.5%}.ant-col-xxl-pull-3{right:12.5%}.ant-col-xxl-offset-3{margin-left:12.5%}.ant-col-xxl-order-3{order:3}.ant-col-xxl-2{display:block;flex:0 0 8.33333333%;max-width:8.33333333%}.ant-col-xxl-push-2{left:8.33333333%}.ant-col-xxl-pull-2{right:8.33333333%}.ant-col-xxl-offset-2{margin-left:8.33333333%}.ant-col-xxl-order-2{order:2}.ant-col-xxl-1{display:block;flex:0 0 4.16666667%;max-width:4.16666667%}.ant-col-xxl-push-1{left:4.16666667%}.ant-col-xxl-pull-1{right:4.16666667%}.ant-col-xxl-offset-1{margin-left:4.16666667%}.ant-col-xxl-order-1{order:1}.ant-col-xxl-0{display:none}.ant-col-push-0{left:auto}.ant-col-pull-0{right:auto}.ant-col-xxl-push-0{left:auto}.ant-col-xxl-pull-0{right:auto}.ant-col-xxl-offset-0{margin-left:0}.ant-col-xxl-order-0{order:0}.ant-col-push-0.ant-col-rtl{right:auto}.ant-col-pull-0.ant-col-rtl{left:auto}.ant-col-xxl-push-0.ant-col-rtl{right:auto}.ant-col-xxl-pull-0.ant-col-rtl{left:auto}.ant-col-xxl-offset-0.ant-col-rtl{margin-right:0}.ant-col-xxl-push-1.ant-col-rtl{right:4.16666667%;left:auto}.ant-col-xxl-pull-1.ant-col-rtl{right:auto;left:4.16666667%}.ant-col-xxl-offset-1.ant-col-rtl{margin-right:4.16666667%;margin-left:0}.ant-col-xxl-push-2.ant-col-rtl{right:8.33333333%;left:auto}.ant-col-xxl-pull-2.ant-col-rtl{right:auto;left:8.33333333%}.ant-col-xxl-offset-2.ant-col-rtl{margin-right:8.33333333%;margin-left:0}.ant-col-xxl-push-3.ant-col-rtl{right:12.5%;left:auto}.ant-col-xxl-pull-3.ant-col-rtl{right:auto;left:12.5%}.ant-col-xxl-offset-3.ant-col-rtl{margin-right:12.5%;margin-left:0}.ant-col-xxl-push-4.ant-col-rtl{right:16.66666667%;left:auto}.ant-col-xxl-pull-4.ant-col-rtl{right:auto;left:16.66666667%}.ant-col-xxl-offset-4.ant-col-rtl{margin-right:16.66666667%;margin-left:0}.ant-col-xxl-push-5.ant-col-rtl{right:20.83333333%;left:auto}.ant-col-xxl-pull-5.ant-col-rtl{right:auto;left:20.83333333%}.ant-col-xxl-offset-5.ant-col-rtl{margin-right:20.83333333%;margin-left:0}.ant-col-xxl-push-6.ant-col-rtl{right:25%;left:auto}.ant-col-xxl-pull-6.ant-col-rtl{right:auto;left:25%}.ant-col-xxl-offset-6.ant-col-rtl{margin-right:25%;margin-left:0}.ant-col-xxl-push-7.ant-col-rtl{right:29.16666667%;left:auto}.ant-col-xxl-pull-7.ant-col-rtl{right:auto;left:29.16666667%}.ant-col-xxl-offset-7.ant-col-rtl{margin-right:29.16666667%;margin-left:0}.ant-col-xxl-push-8.ant-col-rtl{right:33.33333333%;left:auto}.ant-col-xxl-pull-8.ant-col-rtl{right:auto;left:33.33333333%}.ant-col-xxl-offset-8.ant-col-rtl{margin-right:33.33333333%;margin-left:0}.ant-col-xxl-push-9.ant-col-rtl{right:37.5%;left:auto}.ant-col-xxl-pull-9.ant-col-rtl{right:auto;left:37.5%}.ant-col-xxl-offset-9.ant-col-rtl{margin-right:37.5%;margin-left:0}.ant-col-xxl-push-10.ant-col-rtl{right:41.66666667%;left:auto}.ant-col-xxl-pull-10.ant-col-rtl{right:auto;left:41.66666667%}.ant-col-xxl-offset-10.ant-col-rtl{margin-right:41.66666667%;margin-left:0}.ant-col-xxl-push-11.ant-col-rtl{right:45.83333333%;left:auto}.ant-col-xxl-pull-11.ant-col-rtl{right:auto;left:45.83333333%}.ant-col-xxl-offset-11.ant-col-rtl{margin-right:45.83333333%;margin-left:0}.ant-col-xxl-push-12.ant-col-rtl{right:50%;left:auto}.ant-col-xxl-pull-12.ant-col-rtl{right:auto;left:50%}.ant-col-xxl-offset-12.ant-col-rtl{margin-right:50%;margin-left:0}.ant-col-xxl-push-13.ant-col-rtl{right:54.16666667%;left:auto}.ant-col-xxl-pull-13.ant-col-rtl{right:auto;left:54.16666667%}.ant-col-xxl-offset-13.ant-col-rtl{margin-right:54.16666667%;margin-left:0}.ant-col-xxl-push-14.ant-col-rtl{right:58.33333333%;left:auto}.ant-col-xxl-pull-14.ant-col-rtl{right:auto;left:58.33333333%}.ant-col-xxl-offset-14.ant-col-rtl{margin-right:58.33333333%;margin-left:0}.ant-col-xxl-push-15.ant-col-rtl{right:62.5%;left:auto}.ant-col-xxl-pull-15.ant-col-rtl{right:auto;left:62.5%}.ant-col-xxl-offset-15.ant-col-rtl{margin-right:62.5%;margin-left:0}.ant-col-xxl-push-16.ant-col-rtl{right:66.66666667%;left:auto}.ant-col-xxl-pull-16.ant-col-rtl{right:auto;left:66.66666667%}.ant-col-xxl-offset-16.ant-col-rtl{margin-right:66.66666667%;margin-left:0}.ant-col-xxl-push-17.ant-col-rtl{right:70.83333333%;left:auto}.ant-col-xxl-pull-17.ant-col-rtl{right:auto;left:70.83333333%}.ant-col-xxl-offset-17.ant-col-rtl{margin-right:70.83333333%;margin-left:0}.ant-col-xxl-push-18.ant-col-rtl{right:75%;left:auto}.ant-col-xxl-pull-18.ant-col-rtl{right:auto;left:75%}.ant-col-xxl-offset-18.ant-col-rtl{margin-right:75%;margin-left:0}.ant-col-xxl-push-19.ant-col-rtl{right:79.16666667%;left:auto}.ant-col-xxl-pull-19.ant-col-rtl{right:auto;left:79.16666667%}.ant-col-xxl-offset-19.ant-col-rtl{margin-right:79.16666667%;margin-left:0}.ant-col-xxl-push-20.ant-col-rtl{right:83.33333333%;left:auto}.ant-col-xxl-pull-20.ant-col-rtl{right:auto;left:83.33333333%}.ant-col-xxl-offset-20.ant-col-rtl{margin-right:83.33333333%;margin-left:0}.ant-col-xxl-push-21.ant-col-rtl{right:87.5%;left:auto}.ant-col-xxl-pull-21.ant-col-rtl{right:auto;left:87.5%}.ant-col-xxl-offset-21.ant-col-rtl{margin-right:87.5%;margin-left:0}.ant-col-xxl-push-22.ant-col-rtl{right:91.66666667%;left:auto}.ant-col-xxl-pull-22.ant-col-rtl{right:auto;left:91.66666667%}.ant-col-xxl-offset-22.ant-col-rtl{margin-right:91.66666667%;margin-left:0}.ant-col-xxl-push-23.ant-col-rtl{right:95.83333333%;left:auto}.ant-col-xxl-pull-23.ant-col-rtl{right:auto;left:95.83333333%}.ant-col-xxl-offset-23.ant-col-rtl{margin-right:95.83333333%;margin-left:0}.ant-col-xxl-push-24.ant-col-rtl{right:100%;left:auto}.ant-col-xxl-pull-24.ant-col-rtl{right:auto;left:100%}.ant-col-xxl-offset-24.ant-col-rtl{margin-right:100%;margin-left:0}}.ant-row-rtl{direction:rtl}.ant-collapse{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";background-color:#fafafa;border:1px solid #d9d9d9;border-bottom:0;border-radius:2px}.ant-collapse>.ant-collapse-item{border-bottom:1px solid #d9d9d9}.ant-collapse>.ant-collapse-item:last-child,.ant-collapse>.ant-collapse-item:last-child>.ant-collapse-header{border-radius:0 0 2px 2px}.ant-collapse>.ant-collapse-item>.ant-collapse-header{position:relative;display:flex;flex-wrap:nowrap;align-items:flex-start;padding:12px 16px;color:#000000d9;line-height:1.5715;cursor:pointer;transition:all .3s,visibility 0s}.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow{display:inline-block;margin-right:12px;font-size:12px;vertical-align:-1px}.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow svg{transition:transform .24s}.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-header-text{flex:auto}.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-extra{margin-left:auto}.ant-collapse>.ant-collapse-item>.ant-collapse-header:focus{outline:none}.ant-collapse>.ant-collapse-item .ant-collapse-header-collapsible-only{cursor:default}.ant-collapse>.ant-collapse-item .ant-collapse-header-collapsible-only .ant-collapse-header-text{flex:none;cursor:pointer}.ant-collapse>.ant-collapse-item .ant-collapse-icon-collapsible-only{cursor:default}.ant-collapse>.ant-collapse-item .ant-collapse-icon-collapsible-only .ant-collapse-expand-icon{cursor:pointer}.ant-collapse>.ant-collapse-item.ant-collapse-no-arrow>.ant-collapse-header{padding-left:12px}.ant-collapse-icon-position-end>.ant-collapse-item>.ant-collapse-header{position:relative;padding:12px 40px 12px 16px}.ant-collapse-icon-position-end>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow{position:absolute;top:50%;right:16px;left:auto;margin:0;transform:translateY(-50%)}.ant-collapse-content{color:#000000d9;background-color:#fff;border-top:1px solid #d9d9d9}.ant-collapse-content>.ant-collapse-content-box{padding:16px}.ant-collapse-content-hidden{display:none}.ant-collapse-item:last-child>.ant-collapse-content{border-radius:0 0 2px 2px}.ant-collapse-borderless{background-color:#fafafa;border:0}.ant-collapse-borderless>.ant-collapse-item{border-bottom:1px solid #d9d9d9}.ant-collapse-borderless>.ant-collapse-item:last-child,.ant-collapse-borderless>.ant-collapse-item:last-child .ant-collapse-header{border-radius:0}.ant-collapse-borderless>.ant-collapse-item:last-child{border-bottom:0}.ant-collapse-borderless>.ant-collapse-item>.ant-collapse-content{background-color:transparent;border-top:0}.ant-collapse-borderless>.ant-collapse-item>.ant-collapse-content>.ant-collapse-content-box{padding-top:4px}.ant-collapse-ghost{background-color:transparent;border:0}.ant-collapse-ghost>.ant-collapse-item{border-bottom:0}.ant-collapse-ghost>.ant-collapse-item>.ant-collapse-content{background-color:transparent;border-top:0}.ant-collapse-ghost>.ant-collapse-item>.ant-collapse-content>.ant-collapse-content-box{padding-top:12px;padding-bottom:12px}.ant-collapse .ant-collapse-item-disabled>.ant-collapse-header,.ant-collapse .ant-collapse-item-disabled>.ant-collapse-header>.arrow{color:#00000040;cursor:not-allowed}.ant-collapse-rtl{direction:rtl}.ant-collapse-rtl.ant-collapse.ant-collapse-icon-position-end>.ant-collapse-item>.ant-collapse-header{position:relative;padding:12px 16px 12px 40px}.ant-collapse-rtl.ant-collapse.ant-collapse-icon-position-end>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow{position:absolute;top:50%;right:auto;left:16px;margin:0;transform:translateY(-50%)}.ant-collapse-rtl .ant-collapse>.ant-collapse-item>.ant-collapse-header{padding:12px 40px 12px 16px}.ant-collapse-rtl.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow{margin-right:0;margin-left:12px}.ant-collapse-rtl.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow svg{transform:rotate(180deg)}.ant-collapse-rtl.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-extra{margin-right:auto;margin-left:0}.ant-collapse-rtl.ant-collapse>.ant-collapse-item.ant-collapse-no-arrow>.ant-collapse-header{padding-right:12px;padding-left:0}.ant-comment{position:relative;background-color:inherit}.ant-comment-inner{display:flex;padding:16px 0}.ant-comment-avatar{position:relative;flex-shrink:0;margin-right:12px;cursor:pointer}.ant-comment-avatar img{width:32px;height:32px;border-radius:50%}.ant-comment-content{position:relative;flex:1 1 auto;min-width:1px;font-size:14px;word-wrap:break-word}.ant-comment-content-author{display:flex;flex-wrap:wrap;justify-content:flex-start;margin-bottom:4px;font-size:14px}.ant-comment-content-author>a,.ant-comment-content-author>span{padding-right:8px;font-size:12px;line-height:18px}.ant-comment-content-author-name{color:#00000073;font-size:14px;transition:color .3s}.ant-comment-content-author-name>*{color:#00000073}.ant-comment-content-author-name>*:hover{color:#00000073}.ant-comment-content-author-time{color:#ccc;white-space:nowrap;cursor:auto}.ant-comment-content-detail p{margin-bottom:inherit;white-space:pre-wrap}.ant-comment-actions{margin-top:12px;margin-bottom:inherit;padding-left:0}.ant-comment-actions>li{display:inline-block;color:#00000073}.ant-comment-actions>li>span{margin-right:10px;color:#00000073;font-size:12px;cursor:pointer;transition:color .3s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-comment-actions>li>span:hover{color:#595959}.ant-comment-nested{margin-left:44px}.ant-comment-rtl{direction:rtl}.ant-comment-rtl .ant-comment-avatar{margin-right:0;margin-left:12px}.ant-comment-rtl .ant-comment-content-author>a,.ant-comment-rtl .ant-comment-content-author>span{padding-right:0;padding-left:8px}.ant-comment-rtl .ant-comment-actions{padding-right:0}.ant-comment-rtl .ant-comment-actions>li>span{margin-right:0;margin-left:10px}.ant-comment-rtl .ant-comment-nested{margin-right:44px;margin-left:0}.ant-descriptions-header{display:flex;align-items:center;margin-bottom:20px}.ant-descriptions-title{flex:auto;overflow:hidden;color:#000000d9;font-weight:700;font-size:16px;line-height:1.5715;white-space:nowrap;text-overflow:ellipsis}.ant-descriptions-extra{margin-left:auto;color:#000000d9;font-size:14px}.ant-descriptions-view{width:100%;border-radius:2px}.ant-descriptions-view table{width:100%;table-layout:fixed}.ant-descriptions-row>th,.ant-descriptions-row>td{padding-bottom:16px}.ant-descriptions-row:last-child{border-bottom:none}.ant-descriptions-item-label{color:#000000d9;font-weight:400;font-size:14px;line-height:1.5715;text-align:start}.ant-descriptions-item-label:after{content:":";position:relative;top:-.5px;margin:0 8px 0 2px}.ant-descriptions-item-label.ant-descriptions-item-no-colon:after{content:" "}.ant-descriptions-item-no-label:after{margin:0;content:""}.ant-descriptions-item-content{display:table-cell;flex:1;color:#000000d9;font-size:14px;line-height:1.5715;word-break:break-word;overflow-wrap:break-word}.ant-descriptions-item{padding-bottom:0;vertical-align:top}.ant-descriptions-item-container{display:flex}.ant-descriptions-item-container .ant-descriptions-item-label,.ant-descriptions-item-container .ant-descriptions-item-content{display:inline-flex;align-items:baseline}.ant-descriptions-middle .ant-descriptions-row>th,.ant-descriptions-middle .ant-descriptions-row>td{padding-bottom:12px}.ant-descriptions-small .ant-descriptions-row>th,.ant-descriptions-small .ant-descriptions-row>td{padding-bottom:8px}.ant-descriptions-bordered .ant-descriptions-view{border:1px solid #f0f0f0}.ant-descriptions-bordered .ant-descriptions-view>table{table-layout:auto;border-collapse:collapse}.ant-descriptions-bordered .ant-descriptions-item-label,.ant-descriptions-bordered .ant-descriptions-item-content{padding:16px 24px;border-right:1px solid #f0f0f0}.ant-descriptions-bordered .ant-descriptions-item-label:last-child,.ant-descriptions-bordered .ant-descriptions-item-content:last-child{border-right:none}.ant-descriptions-bordered .ant-descriptions-item-label{background-color:#fafafa}.ant-descriptions-bordered .ant-descriptions-item-label:after{display:none}.ant-descriptions-bordered .ant-descriptions-row{border-bottom:1px solid #f0f0f0}.ant-descriptions-bordered .ant-descriptions-row:last-child{border-bottom:none}.ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-label,.ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-content{padding:12px 24px}.ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-label,.ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-content{padding:8px 16px}.ant-descriptions-rtl{direction:rtl}.ant-descriptions-rtl .ant-descriptions-item-label:after{margin:0 2px 0 8px}.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-label,.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-content{border-right:none;border-left:1px solid #f0f0f0}.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-label:last-child,.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-content:last-child{border-left:none}.ant-divider{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";border-top:1px solid rgba(0,0,0,.06)}.ant-divider-vertical{position:relative;top:-.06em;display:inline-block;height:.9em;margin:0 8px;vertical-align:middle;border-top:0;border-left:1px solid rgba(0,0,0,.06)}.ant-divider-horizontal{display:flex;clear:both;width:100%;min-width:100%;margin:24px 0}.ant-divider-horizontal.ant-divider-with-text{display:flex;align-items:center;margin:16px 0;color:#000000d9;font-weight:500;font-size:16px;white-space:nowrap;text-align:center;border-top:0;border-top-color:#0000000f}.ant-divider-horizontal.ant-divider-with-text:before,.ant-divider-horizontal.ant-divider-with-text:after{position:relative;width:50%;border-top:1px solid transparent;border-top-color:inherit;border-bottom:0;transform:translateY(50%);content:""}.ant-divider-horizontal.ant-divider-with-text-left:before{width:5%}.ant-divider-horizontal.ant-divider-with-text-left:after{width:95%}.ant-divider-horizontal.ant-divider-with-text-right:before{width:95%}.ant-divider-horizontal.ant-divider-with-text-right:after{width:5%}.ant-divider-inner-text{display:inline-block;padding:0 1em}.ant-divider-dashed{background:none;border-color:#0000000f;border-style:dashed;border-width:1px 0 0}.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed:before,.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed:after{border-style:dashed none none}.ant-divider-vertical.ant-divider-dashed{border-width:0 0 0 1px}.ant-divider-plain.ant-divider-with-text{color:#000000d9;font-weight:400;font-size:14px}.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left:before{width:0}.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left:after{width:100%}.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left .ant-divider-inner-text{padding-left:0}.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right:before{width:100%}.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right:after{width:0}.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right .ant-divider-inner-text{padding-right:0}.ant-divider-rtl{direction:rtl}.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left:before{width:95%}.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left:after{width:5%}.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right:before{width:5%}.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right:after{width:95%}.ant-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;pointer-events:none}.ant-drawer-inline{position:absolute}.ant-drawer-mask{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1000;background:rgba(0,0,0,.45);pointer-events:auto}.ant-drawer-content-wrapper{position:absolute;z-index:1000;transition:all .3s}.ant-drawer-content-wrapper-hidden{display:none}.ant-drawer-left>.ant-drawer-content-wrapper{top:0;bottom:0;left:0;box-shadow:6px 0 16px -8px #00000014,9px 0 28px #0000000d,12px 0 48px 16px #00000008}.ant-drawer-right>.ant-drawer-content-wrapper{top:0;right:0;bottom:0;box-shadow:-6px 0 16px -8px #00000014,-9px 0 28px #0000000d,-12px 0 48px 16px #00000008}.ant-drawer-top>.ant-drawer-content-wrapper{top:0;right:0;left:0;box-shadow:0 6px 16px -8px #00000014,0 9px 28px #0000000d,0 12px 48px 16px #00000008}.ant-drawer-bottom>.ant-drawer-content-wrapper{right:0;bottom:0;left:0;box-shadow:0 -6px 16px -8px #00000014,0 -9px 28px #0000000d,0 -12px 48px 16px #00000008}.ant-drawer-content{width:100%;height:100%;overflow:auto;background:#fff;pointer-events:auto}.ant-drawer-wrapper-body{display:flex;flex-direction:column;width:100%;height:100%}.ant-drawer-header{display:flex;flex:0;align-items:center;padding:16px 24px;font-size:16px;line-height:22px;border-bottom:1px solid #f0f0f0}.ant-drawer-header-title{display:flex;flex:1;align-items:center;min-width:0;min-height:0}.ant-drawer-extra{flex:none}.ant-drawer-close{display:inline-block;margin-right:12px;color:#00000073;font-weight:700;font-size:16px;font-style:normal;line-height:1;text-align:center;text-transform:none;text-decoration:none;background:transparent;border:0;outline:0;cursor:pointer;transition:color .3s;text-rendering:auto}.ant-drawer-close:focus,.ant-drawer-close:hover{color:#000000bf;text-decoration:none}.ant-drawer-title{flex:1;margin:0;color:#000000d9;font-weight:500;font-size:16px;line-height:22px}.ant-drawer-body{flex:1;min-width:0;min-height:0;padding:24px;overflow:auto}.ant-drawer-footer{flex-shrink:0;padding:10px 16px;border-top:1px solid #f0f0f0}.panel-motion-enter-start,.panel-motion-appear-start,.panel-motion-leave-start{transition:none}.panel-motion-enter-active,.panel-motion-appear-active,.panel-motion-leave-active,.ant-drawer-mask-motion-enter-active,.ant-drawer-mask-motion-appear-active,.ant-drawer-mask-motion-leave-active{transition:all .3s}.ant-drawer-mask-motion-enter,.ant-drawer-mask-motion-appear{opacity:0}.ant-drawer-mask-motion-enter-active,.ant-drawer-mask-motion-appear-active,.ant-drawer-mask-motion-leave{opacity:1}.ant-drawer-mask-motion-leave-active{opacity:0}.ant-drawer-panel-motion-left-enter-start,.ant-drawer-panel-motion-left-appear-start,.ant-drawer-panel-motion-left-leave-start{transition:none}.ant-drawer-panel-motion-left-enter-active,.ant-drawer-panel-motion-left-appear-active,.ant-drawer-panel-motion-left-leave-active{transition:all .3s}.ant-drawer-panel-motion-left-enter-start,.ant-drawer-panel-motion-left-appear-start{transform:translate(-100%)!important}.ant-drawer-panel-motion-left-enter-active,.ant-drawer-panel-motion-left-appear-active,.ant-drawer-panel-motion-left-leave{transform:translate(0)}.ant-drawer-panel-motion-left-leave-active{transform:translate(-100%)}.ant-drawer-panel-motion-right-enter-start,.ant-drawer-panel-motion-right-appear-start,.ant-drawer-panel-motion-right-leave-start{transition:none}.ant-drawer-panel-motion-right-enter-active,.ant-drawer-panel-motion-right-appear-active,.ant-drawer-panel-motion-right-leave-active{transition:all .3s}.ant-drawer-panel-motion-right-enter-start,.ant-drawer-panel-motion-right-appear-start{transform:translate(100%)!important}.ant-drawer-panel-motion-right-enter-active,.ant-drawer-panel-motion-right-appear-active,.ant-drawer-panel-motion-right-leave{transform:translate(0)}.ant-drawer-panel-motion-right-leave-active{transform:translate(100%)}.ant-drawer-panel-motion-top-enter-start,.ant-drawer-panel-motion-top-appear-start,.ant-drawer-panel-motion-top-leave-start{transition:none}.ant-drawer-panel-motion-top-enter-active,.ant-drawer-panel-motion-top-appear-active,.ant-drawer-panel-motion-top-leave-active{transition:all .3s}.ant-drawer-panel-motion-top-enter-start,.ant-drawer-panel-motion-top-appear-start{transform:translateY(-100%)!important}.ant-drawer-panel-motion-top-enter-active,.ant-drawer-panel-motion-top-appear-active,.ant-drawer-panel-motion-top-leave{transform:translateY(0)}.ant-drawer-panel-motion-top-leave-active{transform:translateY(-100%)}.ant-drawer-panel-motion-bottom-enter-start,.ant-drawer-panel-motion-bottom-appear-start,.ant-drawer-panel-motion-bottom-leave-start{transition:none}.ant-drawer-panel-motion-bottom-enter-active,.ant-drawer-panel-motion-bottom-appear-active,.ant-drawer-panel-motion-bottom-leave-active{transition:all .3s}.ant-drawer-panel-motion-bottom-enter-start,.ant-drawer-panel-motion-bottom-appear-start{transform:translateY(100%)!important}.ant-drawer-panel-motion-bottom-enter-active,.ant-drawer-panel-motion-bottom-appear-active,.ant-drawer-panel-motion-bottom-leave{transform:translateY(0)}.ant-drawer-panel-motion-bottom-leave-active{transform:translateY(100%)}.ant-drawer-rtl{direction:rtl}.ant-drawer-rtl .ant-drawer-close{margin-right:0;margin-left:12px}.ant-form-item .ant-input-number+.ant-form-text{margin-left:8px}.ant-form-inline{display:flex;flex-wrap:wrap}.ant-form-inline .ant-form-item{flex:none;flex-wrap:nowrap;margin-right:16px;margin-bottom:0}.ant-form-inline .ant-form-item-with-help{margin-bottom:24px}.ant-form-inline .ant-form-item>.ant-form-item-label,.ant-form-inline .ant-form-item>.ant-form-item-control{display:inline-block;vertical-align:top}.ant-form-inline .ant-form-item>.ant-form-item-label{flex:none}.ant-form-inline .ant-form-item .ant-form-text,.ant-form-inline .ant-form-item .ant-form-item-has-feedback{display:inline-block}.ant-form-horizontal .ant-form-item-label{flex-grow:0}.ant-form-horizontal .ant-form-item-control{flex:1 1 0;min-width:0}.ant-form-horizontal .ant-form-item-label[class$="-24"]+.ant-form-item-control,.ant-form-horizontal .ant-form-item-label[class*="-24 "]+.ant-form-item-control{min-width:unset}.ant-form-vertical .ant-form-item-row{flex-direction:column}.ant-form-vertical .ant-form-item-label>label{height:auto}.ant-form-vertical .ant-form-item .ant-form-item-control{width:100%}.ant-form-vertical .ant-form-item-label,.ant-col-24.ant-form-item-label,.ant-col-xl-24.ant-form-item-label{padding:0 0 8px;line-height:1.5715;white-space:initial;text-align:left}.ant-form-vertical .ant-form-item-label>label,.ant-col-24.ant-form-item-label>label,.ant-col-xl-24.ant-form-item-label>label{margin:0}.ant-form-vertical .ant-form-item-label>label:after,.ant-col-24.ant-form-item-label>label:after,.ant-col-xl-24.ant-form-item-label>label:after{display:none}.ant-form-rtl.ant-form-vertical .ant-form-item-label,.ant-form-rtl.ant-col-24.ant-form-item-label,.ant-form-rtl.ant-col-xl-24.ant-form-item-label{text-align:right}@media (max-width: 575px){.ant-form-item .ant-form-item-label{padding:0 0 8px;line-height:1.5715;white-space:initial;text-align:left}.ant-form-item .ant-form-item-label>label{margin:0}.ant-form-item .ant-form-item-label>label:after{display:none}.ant-form-rtl.ant-form-item .ant-form-item-label{text-align:right}.ant-form .ant-form-item{flex-wrap:wrap}.ant-form .ant-form-item .ant-form-item-label,.ant-form .ant-form-item .ant-form-item-control{flex:0 0 100%;max-width:100%}.ant-col-xs-24.ant-form-item-label{padding:0 0 8px;line-height:1.5715;white-space:initial;text-align:left}.ant-col-xs-24.ant-form-item-label>label{margin:0}.ant-col-xs-24.ant-form-item-label>label:after{display:none}.ant-form-rtl.ant-col-xs-24.ant-form-item-label{text-align:right}}@media (max-width: 767px){.ant-col-sm-24.ant-form-item-label{padding:0 0 8px;line-height:1.5715;white-space:initial;text-align:left}.ant-col-sm-24.ant-form-item-label>label{margin:0}.ant-col-sm-24.ant-form-item-label>label:after{display:none}.ant-form-rtl.ant-col-sm-24.ant-form-item-label{text-align:right}}@media (max-width: 991px){.ant-col-md-24.ant-form-item-label{padding:0 0 8px;line-height:1.5715;white-space:initial;text-align:left}.ant-col-md-24.ant-form-item-label>label{margin:0}.ant-col-md-24.ant-form-item-label>label:after{display:none}.ant-form-rtl.ant-col-md-24.ant-form-item-label{text-align:right}}@media (max-width: 1199px){.ant-col-lg-24.ant-form-item-label{padding:0 0 8px;line-height:1.5715;white-space:initial;text-align:left}.ant-col-lg-24.ant-form-item-label>label{margin:0}.ant-col-lg-24.ant-form-item-label>label:after{display:none}.ant-form-rtl.ant-col-lg-24.ant-form-item-label{text-align:right}}@media (max-width: 1599px){.ant-col-xl-24.ant-form-item-label{padding:0 0 8px;line-height:1.5715;white-space:initial;text-align:left}.ant-col-xl-24.ant-form-item-label>label{margin:0}.ant-col-xl-24.ant-form-item-label>label:after{display:none}.ant-form-rtl.ant-col-xl-24.ant-form-item-label{text-align:right}}.ant-form-item-explain-error{color:#ff4d4f}.ant-form-item-explain-warning{color:#faad14}.ant-form-item-has-feedback .ant-switch{margin:2px 0 4px}.ant-form-item-has-warning .ant-form-item-split{color:#faad14}.ant-form-item-has-error .ant-form-item-split{color:#ff4d4f}.ant-form{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum"}.ant-form legend{display:block;width:100%;margin-bottom:20px;padding:0;color:#00000073;font-size:16px;line-height:inherit;border:0;border-bottom:1px solid #d9d9d9}.ant-form label{font-size:14px}.ant-form input[type=search]{box-sizing:border-box}.ant-form input[type=radio],.ant-form input[type=checkbox]{line-height:normal}.ant-form input[type=file]{display:block}.ant-form input[type=range]{display:block;width:100%}.ant-form select[multiple],.ant-form select[size]{height:auto}.ant-form input[type=file]:focus,.ant-form input[type=radio]:focus,.ant-form input[type=checkbox]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.ant-form output{display:block;padding-top:15px;color:#000000d9;font-size:14px;line-height:1.5715}.ant-form .ant-form-text{display:inline-block;padding-right:8px}.ant-form-small .ant-form-item-label>label{height:24px}.ant-form-small .ant-form-item-control-input{min-height:24px}.ant-form-large .ant-form-item-label>label{height:40px}.ant-form-large .ant-form-item-control-input{min-height:40px}.ant-form-item{box-sizing:border-box;margin:0 0 24px;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";vertical-align:top}.ant-form-item-with-help{transition:none}.ant-form-item-hidden,.ant-form-item-hidden.ant-row{display:none}.ant-form-item-label{display:inline-block;flex-grow:0;overflow:hidden;white-space:nowrap;text-align:right;vertical-align:middle}.ant-form-item-label-left{text-align:left}.ant-form-item-label-wrap{overflow:unset;line-height:1.3215em;white-space:unset}.ant-form-item-label>label{position:relative;display:inline-flex;align-items:center;max-width:100%;height:32px;color:#000000d9;font-size:14px}.ant-form-item-label>label>.anticon{font-size:14px;vertical-align:top}.ant-form-item-label>label.ant-form-item-required:not(.ant-form-item-required-mark-optional):before{display:inline-block;margin-right:4px;color:#ff4d4f;font-size:14px;font-family:SimSun,sans-serif;line-height:1;content:"*"}.ant-form-hide-required-mark .ant-form-item-label>label.ant-form-item-required:not(.ant-form-item-required-mark-optional):before{display:none}.ant-form-item-label>label .ant-form-item-optional{display:inline-block;margin-left:4px;color:#00000073}.ant-form-hide-required-mark .ant-form-item-label>label .ant-form-item-optional{display:none}.ant-form-item-label>label .ant-form-item-tooltip{color:#00000073;cursor:help;-ms-writing-mode:lr-tb;writing-mode:horizontal-tb;margin-inline-start:4px}.ant-form-item-label>label:after{content:":";position:relative;top:-.5px;margin:0 8px 0 2px}.ant-form-item-label>label.ant-form-item-no-colon:after{content:" "}.ant-form-item-control{display:flex;flex-direction:column;flex-grow:1}.ant-form-item-control:first-child:not([class^="ant-col-"]):not([class*=" ant-col-"]){width:100%}.ant-form-item-control-input{position:relative;display:flex;align-items:center;min-height:32px}.ant-form-item-control-input-content{flex:auto;max-width:100%}.ant-form-item-explain,.ant-form-item-extra{clear:both;color:#00000073;font-size:14px;line-height:1.5715;transition:color .3s cubic-bezier(.215,.61,.355,1)}.ant-form-item-explain-connected{width:100%}.ant-form-item-extra{min-height:24px}.ant-form-item-with-help .ant-form-item-explain{height:auto;opacity:1}.ant-form-item-feedback-icon{font-size:14px;text-align:center;visibility:visible;animation:zoomIn .3s cubic-bezier(.12,.4,.29,1.46);pointer-events:none}.ant-form-item-feedback-icon-success{color:#52c41a}.ant-form-item-feedback-icon-error{color:#ff4d4f}.ant-form-item-feedback-icon-warning{color:#faad14}.ant-form-item-feedback-icon-validating{color:#1890ff}.ant-show-help{transition:opacity .3s cubic-bezier(.645,.045,.355,1)}.ant-show-help-appear,.ant-show-help-enter{opacity:0}.ant-show-help-appear-active,.ant-show-help-enter-active,.ant-show-help-leave{opacity:1}.ant-show-help-leave-active{opacity:0}.ant-show-help-item{overflow:hidden;transition:height .3s cubic-bezier(.645,.045,.355,1),opacity .3s cubic-bezier(.645,.045,.355,1),transform .3s cubic-bezier(.645,.045,.355,1)!important}.ant-show-help-item-appear,.ant-show-help-item-enter{transform:translateY(-5px);opacity:0}.ant-show-help-item-appear-active,.ant-show-help-item-enter-active{transform:translateY(0);opacity:1}.ant-show-help-item-leave{transition:height .2s cubic-bezier(.645,.045,.355,1),opacity .2s cubic-bezier(.645,.045,.355,1),transform .2s cubic-bezier(.645,.045,.355,1)!important}.ant-show-help-item-leave-active{transform:translateY(-5px)}@keyframes diffZoomIn1{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes diffZoomIn2{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes diffZoomIn3{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.ant-form-rtl{direction:rtl}.ant-form-rtl .ant-form-item-label{text-align:left}.ant-form-rtl .ant-form-item-label>label.ant-form-item-required:before{margin-right:0;margin-left:4px}.ant-form-rtl .ant-form-item-label>label:after{margin:0 2px 0 8px}.ant-form-rtl .ant-form-item-label>label .ant-form-item-optional{margin-right:4px;margin-left:0}.ant-col-rtl .ant-form-item-control:first-child{width:100%}.ant-form-rtl .ant-form-item-has-feedback .ant-input{padding-right:11px;padding-left:24px}.ant-form-rtl .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input-suffix{padding-right:11px;padding-left:18px}.ant-form-rtl .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input,.ant-form-rtl .ant-form-item-has-feedback .ant-input-number-affix-wrapper .ant-input-number{padding:0}.ant-form-rtl .ant-form-item-has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix{right:auto;left:28px}.ant-form-rtl .ant-form-item-has-feedback .ant-input-number{padding-left:18px}.ant-form-rtl .ant-form-item-has-feedback>.ant-select .ant-select-arrow,.ant-form-rtl .ant-form-item-has-feedback>.ant-select .ant-select-clear,.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon)>.ant-select .ant-select-arrow,.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon)>.ant-select .ant-select-clear,.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon)>.ant-select .ant-select-arrow,.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon)>.ant-select .ant-select-clear{right:auto;left:32px}.ant-form-rtl .ant-form-item-has-feedback>.ant-select .ant-select-selection-selected-value,.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon)>.ant-select .ant-select-selection-selected-value,.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon)>.ant-select .ant-select-selection-selected-value{padding-right:0;padding-left:42px}.ant-form-rtl .ant-form-item-has-feedback .ant-cascader-picker-arrow{margin-right:0;margin-left:19px}.ant-form-rtl .ant-form-item-has-feedback .ant-cascader-picker-clear{right:auto;left:32px}.ant-form-rtl .ant-form-item-has-feedback .ant-picker,.ant-form-rtl .ant-form-item-has-feedback .ant-picker-large{padding-right:11px;padding-left:29.2px}.ant-form-rtl .ant-form-item-has-feedback .ant-picker-small{padding-right:7px;padding-left:25.2px}.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-success .ant-form-item-children-icon,.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-warning .ant-form-item-children-icon,.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-error .ant-form-item-children-icon,.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-is-validating .ant-form-item-children-icon{right:auto;left:0}.ant-form-rtl.ant-form-inline .ant-form-item{margin-right:0;margin-left:16px}.ant-image{position:relative;display:inline-block}.ant-image-img{width:100%;height:auto;vertical-align:middle}.ant-image-img-placeholder{background-color:#f5f5f5;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTQuNSAyLjVoLTEzQS41LjUgMCAwIDAgMSAzdjEwYS41LjUgMCAwIDAgLjUuNWgxM2EuNS41IDAgMCAwIC41LS41VjNhLjUuNSAwIDAgMC0uNS0uNXpNNS4yODEgNC43NWExIDEgMCAwIDEgMCAyIDEgMSAwIDAgMSAwLTJ6bTguMDMgNi44M2EuMTI3LjEyNyAwIDAgMS0uMDgxLjAzSDIuNzY5YS4xMjUuMTI1IDAgMCAxLS4wOTYtLjIwN2wyLjY2MS0zLjE1NmEuMTI2LjEyNiAwIDAgMSAuMTc3LS4wMTZsLjAxNi4wMTZMNy4wOCAxMC4wOWwyLjQ3LTIuOTNhLjEyNi4xMjYgMCAwIDEgLjE3Ny0uMDE2bC4wMTUuMDE2IDMuNTg4IDQuMjQ0YS4xMjcuMTI3IDAgMCAxLS4wMi4xNzV6IiBmaWxsPSIjOEM4QzhDIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=);background-repeat:no-repeat;background-position:center center;background-size:30%}.ant-image-mask{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#fff;background:rgba(0,0,0,.5);cursor:pointer;opacity:0;transition:opacity .3s}.ant-image-mask-info{padding:0 4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ant-image-mask-info .anticon{margin-inline-end:4px}.ant-image-mask:hover{opacity:1}.ant-image-placeholder{position:absolute;top:0;right:0;bottom:0;left:0}.ant-image-preview{pointer-events:none;height:100%;text-align:center}.ant-image-preview.ant-zoom-enter,.ant-image-preview.ant-zoom-appear{transform:none;opacity:0;animation-duration:.3s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-image-preview-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;height:100%;background-color:#00000073}.ant-image-preview-mask-hidden{display:none}.ant-image-preview-wrap{position:fixed;top:0;right:0;bottom:0;left:0;overflow:auto;outline:0}.ant-image-preview-body{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.ant-image-preview-img{max-width:100%;max-height:100%;vertical-align:middle;transform:scaleZ(1);cursor:grab;transition:transform .3s cubic-bezier(.215,.61,.355,1) 0s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:auto}.ant-image-preview-img-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;transition:transform .3s cubic-bezier(.215,.61,.355,1) 0s}.ant-image-preview-img-wrapper:before{display:inline-block;width:1px;height:50%;margin-right:-1px;content:""}.ant-image-preview-moving .ant-image-preview-img{cursor:grabbing}.ant-image-preview-moving .ant-image-preview-img-wrapper{transition-duration:0s}.ant-image-preview-wrap{z-index:1080}.ant-image-preview-operations-wrapper{position:fixed;top:0;right:0;z-index:1081;width:100%}.ant-image-preview-operations{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;font-feature-settings:"tnum";display:flex;flex-direction:row-reverse;align-items:center;color:#ffffffd9;list-style:none;background:rgba(0,0,0,.1);pointer-events:auto}.ant-image-preview-operations-operation{margin-left:12px;padding:12px;cursor:pointer;transition:all .3s}.ant-image-preview-operations-operation:hover{background:rgba(0,0,0,.2)}.ant-image-preview-operations-operation-disabled{color:#ffffff40;pointer-events:none}.ant-image-preview-operations-operation:last-of-type{margin-left:0}.ant-image-preview-operations-progress{position:absolute;left:50%;transform:translate(-50%)}.ant-image-preview-operations-icon{font-size:18px}.ant-image-preview-switch-left,.ant-image-preview-switch-right{position:fixed;top:50%;right:8px;z-index:1081;display:flex;align-items:center;justify-content:center;width:44px;height:44px;color:#ffffffd9;background:rgba(0,0,0,.1);border-radius:50%;transform:translateY(-50%);cursor:pointer;transition:all .3s;pointer-events:auto}.ant-image-preview-switch-left:hover,.ant-image-preview-switch-right:hover{background:rgba(0,0,0,.2)}.ant-image-preview-switch-left-disabled,.ant-image-preview-switch-right-disabled,.ant-image-preview-switch-left-disabled:hover,.ant-image-preview-switch-right-disabled:hover{color:#ffffff40;background:rgba(0,0,0,.1);cursor:not-allowed}.ant-image-preview-switch-left-disabled>.anticon,.ant-image-preview-switch-right-disabled>.anticon,.ant-image-preview-switch-left-disabled:hover>.anticon,.ant-image-preview-switch-right-disabled:hover>.anticon{cursor:not-allowed}.ant-image-preview-switch-left>.anticon,.ant-image-preview-switch-right>.anticon{font-size:18px}.ant-image-preview-switch-left{left:8px}.ant-image-preview-switch-right{right:8px}.ant-input-number-affix-wrapper{display:inline-block;width:100%;min-width:0;color:#000000d9;font-size:14px;line-height:1.5715;background-color:#fff;background-image:none;border:1px solid #d9d9d9;border-radius:2px;transition:all .3s;position:relative;display:inline-flex;width:90px;padding:0;padding-inline-start:11px}.ant-input-number-affix-wrapper::-moz-placeholder{color:#bfbfbf;-moz-user-select:none;user-select:none}.ant-input-number-affix-wrapper:-ms-input-placeholder{color:#bfbfbf;-ms-user-select:none;user-select:none}.ant-input-number-affix-wrapper::placeholder{color:#bfbfbf;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-input-number-affix-wrapper:-moz-placeholder-shown{text-overflow:ellipsis}.ant-input-number-affix-wrapper:-ms-input-placeholder{text-overflow:ellipsis}.ant-input-number-affix-wrapper:placeholder-shown{text-overflow:ellipsis}.ant-input-number-affix-wrapper:hover{border-color:#40a9ff;border-right-width:1px}.ant-input-number-affix-wrapper:focus,.ant-input-number-affix-wrapper-focused{border-color:#40a9ff;box-shadow:0 0 0 2px #1890ff33;border-right-width:1px;outline:0}.ant-input-number-affix-wrapper-disabled{color:#00000040;background-color:#f5f5f5;border-color:#d9d9d9;box-shadow:none;cursor:not-allowed;opacity:1}.ant-input-number-affix-wrapper-disabled:hover{border-color:#d9d9d9;border-right-width:1px}.ant-input-number-affix-wrapper[disabled]{color:#00000040;background-color:#f5f5f5;border-color:#d9d9d9;box-shadow:none;cursor:not-allowed;opacity:1}.ant-input-number-affix-wrapper[disabled]:hover{border-color:#d9d9d9;border-right-width:1px}.ant-input-number-affix-wrapper-borderless,.ant-input-number-affix-wrapper-borderless:hover,.ant-input-number-affix-wrapper-borderless:focus,.ant-input-number-affix-wrapper-borderless-focused,.ant-input-number-affix-wrapper-borderless-disabled,.ant-input-number-affix-wrapper-borderless[disabled]{background-color:transparent;border:none;box-shadow:none}textarea.ant-input-number-affix-wrapper{max-width:100%;height:auto;min-height:32px;line-height:1.5715;vertical-align:bottom;transition:all .3s,height 0s}.ant-input-number-affix-wrapper-lg{padding:6.5px 11px;font-size:16px}.ant-input-number-affix-wrapper-sm{padding:0 7px}.ant-input-number-affix-wrapper:not(.ant-input-number-affix-wrapper-disabled):hover{border-color:#40a9ff;border-right-width:1px;z-index:1}.ant-input-number-affix-wrapper-focused,.ant-input-number-affix-wrapper:focus{z-index:1}.ant-input-number-affix-wrapper-disabled .ant-input-number[disabled]{background:transparent}.ant-input-number-affix-wrapper>div.ant-input-number{width:100%;border:none;outline:none}.ant-input-number-affix-wrapper>div.ant-input-number.ant-input-number-focused{box-shadow:none!important}.ant-input-number-affix-wrapper input.ant-input-number-input{padding:0}.ant-input-number-affix-wrapper:before{display:inline-block;width:0;visibility:hidden;content:"\a0"}.ant-input-number-affix-wrapper .ant-input-number-handler-wrap{z-index:2}.ant-input-number-prefix,.ant-input-number-suffix{display:flex;flex:none;align-items:center;pointer-events:none}.ant-input-number-prefix{margin-inline-end:4px}.ant-input-number-suffix{position:absolute;top:0;right:0;z-index:1;height:100%;margin-right:11px;margin-left:4px}.ant-input-number-group-wrapper .ant-input-number-affix-wrapper{width:100%}.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number,.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:hover{background:#fff;border-color:#ff4d4f}.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus,.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused{border-color:#ff7875;box-shadow:0 0 0 2px #ff4d4f33;border-right-width:1px;outline:0}.ant-input-number-status-error .ant-input-number-prefix{color:#ff4d4f}.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number,.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:hover{background:#fff;border-color:#faad14}.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus,.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused{border-color:#ffc53d;box-shadow:0 0 0 2px #faad1433;border-right-width:1px;outline:0}.ant-input-number-status-warning .ant-input-number-prefix{color:#faad14}.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper,.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:hover{background:#fff;border-color:#ff4d4f}.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus,.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused{border-color:#ff7875;box-shadow:0 0 0 2px #ff4d4f33;border-right-width:1px;outline:0}.ant-input-number-affix-wrapper-status-error .ant-input-number-prefix{color:#ff4d4f}.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper,.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:hover{background:#fff;border-color:#faad14}.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus,.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused{border-color:#ffc53d;box-shadow:0 0 0 2px #faad1433;border-right-width:1px;outline:0}.ant-input-number-affix-wrapper-status-warning .ant-input-number-prefix{color:#faad14}.ant-input-number-group-wrapper-status-error .ant-input-number-group-addon{color:#ff4d4f;border-color:#ff4d4f}.ant-input-number-group-wrapper-status-warning .ant-input-number-group-addon{color:#faad14;border-color:#faad14}.ant-input-number{box-sizing:border-box;font-variant:tabular-nums;list-style:none;font-feature-settings:"tnum";position:relative;width:100%;min-width:0;color:#000000d9;font-size:14px;line-height:1.5715;background-color:#fff;background-image:none;transition:all .3s;display:inline-block;width:90px;margin:0;padding:0;border:1px solid #d9d9d9;border-radius:2px}.ant-input-number::-moz-placeholder{color:#bfbfbf;-moz-user-select:none;user-select:none}.ant-input-number:-ms-input-placeholder{color:#bfbfbf;-ms-user-select:none;user-select:none}.ant-input-number::placeholder{color:#bfbfbf;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-input-number:-moz-placeholder-shown{text-overflow:ellipsis}.ant-input-number:-ms-input-placeholder{text-overflow:ellipsis}.ant-input-number:placeholder-shown{text-overflow:ellipsis}.ant-input-number:focus,.ant-input-number-focused{border-color:#40a9ff;box-shadow:0 0 0 2px #1890ff33;border-right-width:1px;outline:0}.ant-input-number[disabled]{color:#00000040;background-color:#f5f5f5;border-color:#d9d9d9;box-shadow:none;cursor:not-allowed;opacity:1}.ant-input-number[disabled]:hover{border-color:#d9d9d9;border-right-width:1px}.ant-input-number-borderless,.ant-input-number-borderless:hover,.ant-input-number-borderless:focus,.ant-input-number-borderless-focused,.ant-input-number-borderless-disabled,.ant-input-number-borderless[disabled]{background-color:transparent;border:none;box-shadow:none}textarea.ant-input-number{max-width:100%;height:auto;min-height:32px;line-height:1.5715;vertical-align:bottom;transition:all .3s,height 0s}.ant-input-number-lg{padding:6.5px 11px;font-size:16px}.ant-input-number-sm{padding:0 7px}.ant-input-number-group{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;display:table;width:100%;border-collapse:separate;border-spacing:0}.ant-input-number-group[class*=col-]{float:none;padding-right:0;padding-left:0}.ant-input-number-group>[class*=col-]{padding-right:8px}.ant-input-number-group>[class*=col-]:last-child{padding-right:0}.ant-input-number-group-addon,.ant-input-number-group-wrap,.ant-input-number-group>.ant-input-number{display:table-cell}.ant-input-number-group-addon:not(:first-child):not(:last-child),.ant-input-number-group-wrap:not(:first-child):not(:last-child),.ant-input-number-group>.ant-input-number:not(:first-child):not(:last-child){border-radius:0}.ant-input-number-group-addon,.ant-input-number-group-wrap{width:1px;white-space:nowrap;vertical-align:middle}.ant-input-number-group-wrap>*{display:block!important}.ant-input-number-group .ant-input-number{float:left;width:100%;margin-bottom:0;text-align:inherit}.ant-input-number-group .ant-input-number:focus{z-index:1;border-right-width:1px}.ant-input-number-group .ant-input-number:hover{z-index:1;border-right-width:1px}.ant-input-search-with-button .ant-input-number-group .ant-input-number:hover{z-index:0}.ant-input-number-group-addon{position:relative;padding:0 11px;color:#000000d9;font-weight:400;font-size:14px;text-align:center;background-color:#fafafa;border:1px solid #d9d9d9;border-radius:2px;transition:all .3s}.ant-input-number-group-addon .ant-select{margin:-5px -11px}.ant-input-number-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{background-color:inherit;border:1px solid transparent;box-shadow:none}.ant-input-number-group-addon .ant-select-open .ant-select-selector,.ant-input-number-group-addon .ant-select-focused .ant-select-selector{color:#1890ff}.ant-input-number-group-addon .ant-cascader-picker{margin:-9px -12px;background-color:transparent}.ant-input-number-group-addon .ant-cascader-picker .ant-cascader-input{text-align:left;border:0;box-shadow:none}.ant-input-number-group>.ant-input-number:first-child,.ant-input-number-group-addon:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.ant-input-number-group>.ant-input-number:first-child .ant-select .ant-select-selector,.ant-input-number-group-addon:first-child .ant-select .ant-select-selector{border-top-right-radius:0;border-bottom-right-radius:0}.ant-input-number-group>.ant-input-number-affix-wrapper:not(:first-child) .ant-input-number{border-top-left-radius:0;border-bottom-left-radius:0}.ant-input-number-group>.ant-input-number-affix-wrapper:not(:last-child) .ant-input-number{border-top-right-radius:0;border-bottom-right-radius:0}.ant-input-number-group-addon:first-child{border-right:0}.ant-input-number-group-addon:last-child{border-left:0}.ant-input-number-group>.ant-input-number:last-child,.ant-input-number-group-addon:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.ant-input-number-group>.ant-input-number:last-child .ant-select .ant-select-selector,.ant-input-number-group-addon:last-child .ant-select .ant-select-selector{border-top-left-radius:0;border-bottom-left-radius:0}.ant-input-number-group-lg .ant-input-number,.ant-input-number-group-lg>.ant-input-number-group-addon{padding:6.5px 11px;font-size:16px}.ant-input-number-group-sm .ant-input-number,.ant-input-number-group-sm>.ant-input-number-group-addon{padding:0 7px}.ant-input-number-group-lg .ant-select-single .ant-select-selector{height:40px}.ant-input-number-group-sm .ant-select-single .ant-select-selector{height:24px}.ant-input-number-group .ant-input-number-affix-wrapper:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.ant-input-search .ant-input-number-group .ant-input-number-affix-wrapper:not(:last-child){border-top-left-radius:2px;border-bottom-left-radius:2px}.ant-input-number-group .ant-input-number-affix-wrapper:not(:first-child),.ant-input-search .ant-input-number-group .ant-input-number-affix-wrapper:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.ant-input-number-group.ant-input-number-group-compact{display:block}.ant-input-number-group.ant-input-number-group-compact:before{display:table;content:""}.ant-input-number-group.ant-input-number-group-compact:after{display:table;clear:both;content:""}.ant-input-number-group.ant-input-number-group-compact-addon:not(:first-child):not(:last-child),.ant-input-number-group.ant-input-number-group-compact-wrap:not(:first-child):not(:last-child),.ant-input-number-group.ant-input-number-group-compact>.ant-input-number:not(:first-child):not(:last-child){border-right-width:1px}.ant-input-number-group.ant-input-number-group-compact-addon:not(:first-child):not(:last-child):hover,.ant-input-number-group.ant-input-number-group-compact-wrap:not(:first-child):not(:last-child):hover,.ant-input-number-group.ant-input-number-group-compact>.ant-input-number:not(:first-child):not(:last-child):hover{z-index:1}.ant-input-number-group.ant-input-number-group-compact-addon:not(:first-child):not(:last-child):focus,.ant-input-number-group.ant-input-number-group-compact-wrap:not(:first-child):not(:last-child):focus,.ant-input-number-group.ant-input-number-group-compact>.ant-input-number:not(:first-child):not(:last-child):focus{z-index:1}.ant-input-number-group.ant-input-number-group-compact>*{display:inline-block;float:none;vertical-align:top;border-radius:0}.ant-input-number-group.ant-input-number-group-compact>.ant-input-number-affix-wrapper,.ant-input-number-group.ant-input-number-group-compact>.ant-input-number-number-affix-wrapper,.ant-input-number-group.ant-input-number-group-compact>.ant-picker-range{display:inline-flex}.ant-input-number-group.ant-input-number-group-compact>*:not(:last-child){margin-right:-1px;border-right-width:1px}.ant-input-number-group.ant-input-number-group-compact .ant-input-number{float:none}.ant-input-number-group.ant-input-number-group-compact>.ant-select>.ant-select-selector,.ant-input-number-group.ant-input-number-group-compact>.ant-select-auto-complete .ant-input,.ant-input-number-group.ant-input-number-group-compact>.ant-cascader-picker .ant-input,.ant-input-number-group.ant-input-number-group-compact>.ant-input-group-wrapper .ant-input{border-right-width:1px;border-radius:0}.ant-input-number-group.ant-input-number-group-compact>.ant-select>.ant-select-selector:hover,.ant-input-number-group.ant-input-number-group-compact>.ant-select-auto-complete .ant-input:hover,.ant-input-number-group.ant-input-number-group-compact>.ant-cascader-picker .ant-input:hover,.ant-input-number-group.ant-input-number-group-compact>.ant-input-group-wrapper .ant-input:hover{z-index:1}.ant-input-number-group.ant-input-number-group-compact>.ant-select>.ant-select-selector:focus,.ant-input-number-group.ant-input-number-group-compact>.ant-select-auto-complete .ant-input:focus,.ant-input-number-group.ant-input-number-group-compact>.ant-cascader-picker .ant-input:focus,.ant-input-number-group.ant-input-number-group-compact>.ant-input-group-wrapper .ant-input:focus{z-index:1}.ant-input-number-group.ant-input-number-group-compact>.ant-select-focused{z-index:1}.ant-input-number-group.ant-input-number-group-compact>.ant-select>.ant-select-arrow{z-index:1}.ant-input-number-group.ant-input-number-group-compact>*:first-child,.ant-input-number-group.ant-input-number-group-compact>.ant-select:first-child>.ant-select-selector,.ant-input-number-group.ant-input-number-group-compact>.ant-select-auto-complete:first-child .ant-input,.ant-input-number-group.ant-input-number-group-compact>.ant-cascader-picker:first-child .ant-input{border-top-left-radius:2px;border-bottom-left-radius:2px}.ant-input-number-group.ant-input-number-group-compact>*:last-child,.ant-input-number-group.ant-input-number-group-compact>.ant-select:last-child>.ant-select-selector,.ant-input-number-group.ant-input-number-group-compact>.ant-cascader-picker:last-child .ant-input,.ant-input-number-group.ant-input-number-group-compact>.ant-cascader-picker-focused:last-child .ant-input{border-right-width:1px;border-top-right-radius:2px;border-bottom-right-radius:2px}.ant-input-number-group.ant-input-number-group-compact>.ant-select-auto-complete .ant-input{vertical-align:top}.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper+.ant-input-group-wrapper{margin-left:-1px}.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper+.ant-input-group-wrapper .ant-input-affix-wrapper{border-radius:0}.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search>.ant-input-group>.ant-input-group-addon>.ant-input-search-button{border-radius:0}.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search>.ant-input-group>.ant-input{border-radius:2px 0 0 2px}.ant-input-number-group>.ant-input-number-rtl:first-child{border-radius:0 2px 2px 0}.ant-input-number-group>.ant-input-number-rtl:last-child{border-radius:2px 0 0 2px}.ant-input-number-group-rtl .ant-input-number-group-addon:first-child{border-right:1px solid #d9d9d9;border-left:0;border-radius:0 2px 2px 0}.ant-input-number-group-rtl .ant-input-number-group-addon:last-child{border-right:0;border-left:1px solid #d9d9d9;border-radius:2px 0 0 2px}.ant-input-number-group-wrapper{display:inline-block;text-align:start;vertical-align:top}.ant-input-number-handler{position:relative;display:block;width:100%;height:50%;overflow:hidden;color:#00000073;font-weight:700;line-height:0;text-align:center;border-left:1px solid #d9d9d9;transition:all .1s linear}.ant-input-number-handler:active{background:#f4f4f4}.ant-input-number-handler:hover .ant-input-number-handler-up-inner,.ant-input-number-handler:hover .ant-input-number-handler-down-inner{color:#40a9ff}.ant-input-number-handler-up-inner,.ant-input-number-handler-down-inner{display:inline-flex;align-items:center;color:inherit;font-style:normal;line-height:0;text-align:center;text-transform:none;vertical-align:-.125em;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;right:4px;width:12px;height:12px;color:#00000073;line-height:12px;transition:all .1s linear;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-input-number-handler-up-inner>*,.ant-input-number-handler-down-inner>*{line-height:1}.ant-input-number-handler-up-inner svg,.ant-input-number-handler-down-inner svg{display:inline-block}.ant-input-number-handler-up-inner:before,.ant-input-number-handler-down-inner:before{display:none}.ant-input-number-handler-up-inner .ant-input-number-handler-up-inner-icon,.ant-input-number-handler-up-inner .ant-input-number-handler-down-inner-icon,.ant-input-number-handler-down-inner .ant-input-number-handler-up-inner-icon,.ant-input-number-handler-down-inner .ant-input-number-handler-down-inner-icon{display:block}.ant-input-number:hover{border-color:#40a9ff;border-right-width:1px}.ant-input-number:hover+.ant-form-item-children-icon{opacity:0;transition:opacity .24s linear .24s}.ant-input-number-focused{border-color:#40a9ff;box-shadow:0 0 0 2px #1890ff33;border-right-width:1px;outline:0}.ant-input-number-disabled{color:#00000040;background-color:#f5f5f5;border-color:#d9d9d9;box-shadow:none;cursor:not-allowed;opacity:1}.ant-input-number-disabled:hover{border-color:#d9d9d9;border-right-width:1px}.ant-input-number-disabled .ant-input-number-input{cursor:not-allowed}.ant-input-number-disabled .ant-input-number-handler-wrap,.ant-input-number-readonly .ant-input-number-handler-wrap{display:none}.ant-input-number-input{width:100%;height:30px;padding:0 11px;text-align:left;background-color:transparent;border:0;border-radius:2px;outline:0;transition:all .3s linear;-webkit-appearance:textfield!important;-moz-appearance:textfield!important;appearance:textfield!important}.ant-input-number-input::-moz-placeholder{color:#bfbfbf;-moz-user-select:none;user-select:none}.ant-input-number-input:-ms-input-placeholder{color:#bfbfbf;-ms-user-select:none;user-select:none}.ant-input-number-input::placeholder{color:#bfbfbf;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-input-number-input:-moz-placeholder-shown{text-overflow:ellipsis}.ant-input-number-input:-ms-input-placeholder{text-overflow:ellipsis}.ant-input-number-input:placeholder-shown{text-overflow:ellipsis}.ant-input-number-input[type=number]::-webkit-inner-spin-button,.ant-input-number-input[type=number]::-webkit-outer-spin-button{margin:0;-webkit-appearance:none;appearance:none}.ant-input-number-lg{padding:0;font-size:16px}.ant-input-number-lg input{height:38px}.ant-input-number-sm{padding:0}.ant-input-number-sm input{height:22px;padding:0 7px}.ant-input-number-handler-wrap{position:absolute;top:0;right:0;width:22px;height:100%;background:#fff;border-radius:0 2px 2px 0;opacity:0;transition:opacity .24s linear .1s}.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner,.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner{display:flex;align-items:center;justify-content:center;min-width:auto;margin-right:0;font-size:7px}.ant-input-number-borderless .ant-input-number-handler-wrap{border-left-width:0}.ant-input-number-handler-wrap:hover .ant-input-number-handler{height:40%}.ant-input-number:hover .ant-input-number-handler-wrap,.ant-input-number-focused .ant-input-number-handler-wrap{opacity:1}.ant-input-number-handler-up{border-top-right-radius:2px;cursor:pointer}.ant-input-number-handler-up-inner{top:50%;margin-top:-5px;text-align:center}.ant-input-number-handler-up:hover{height:60%!important}.ant-input-number-handler-down{top:0;border-top:1px solid #d9d9d9;border-bottom-right-radius:2px;cursor:pointer}.ant-input-number-handler-down-inner{top:50%;text-align:center;transform:translateY(-50%)}.ant-input-number-handler-down:hover{height:60%!important}.ant-input-number-borderless .ant-input-number-handler-down{border-top-width:0}.ant-input-number:hover:not(.ant-input-number-borderless) .ant-input-number-handler-down,.ant-input-number-focused:not(.ant-input-number-borderless) .ant-input-number-handler-down{border-top:1px solid #d9d9d9}.ant-input-number-handler-up-disabled,.ant-input-number-handler-down-disabled{cursor:not-allowed}.ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner,.ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner{color:#00000040}.ant-input-number-borderless{box-shadow:none}.ant-input-number-out-of-range input{color:#ff4d4f}.ant-input-number-compact-item:not(.ant-input-number-compact-last-item):not(.ant-input-number-compact-item-rtl){margin-right:-1px}.ant-input-number-compact-item:not(.ant-input-number-compact-last-item).ant-input-number-compact-item-rtl{margin-left:-1px}.ant-input-number-compact-item:hover,.ant-input-number-compact-item:focus,.ant-input-number-compact-item:active{z-index:2}.ant-input-number-compact-item.ant-input-number-focused{z-index:2}.ant-input-number-compact-item[disabled]{z-index:0}.ant-input-number-compact-item:not(.ant-input-number-compact-first-item):not(.ant-input-number-compact-last-item).ant-input-number{border-radius:0}.ant-input-number-compact-item.ant-input-number.ant-input-number-compact-first-item:not(.ant-input-number-compact-last-item):not(.ant-input-number-compact-item-rtl){border-top-right-radius:0;border-bottom-right-radius:0}.ant-input-number-compact-item.ant-input-number.ant-input-number-compact-last-item:not(.ant-input-number-compact-first-item):not(.ant-input-number-compact-item-rtl){border-top-left-radius:0;border-bottom-left-radius:0}.ant-input-number-compact-item.ant-input-number.ant-input-number-compact-item-rtl.ant-input-number-compact-first-item:not(.ant-input-number-compact-last-item){border-top-left-radius:0;border-bottom-left-radius:0}.ant-input-number-compact-item.ant-input-number.ant-input-number-compact-item-rtl.ant-input-number-compact-last-item:not(.ant-input-number-compact-first-item){border-top-right-radius:0;border-bottom-right-radius:0}.ant-input-number-rtl{direction:rtl}.ant-input-number-rtl .ant-input-number-handler{border-right:1px solid #d9d9d9;border-left:0}.ant-input-number-rtl .ant-input-number-handler-wrap{right:auto;left:0}.ant-input-number-rtl.ant-input-number-borderless .ant-input-number-handler-wrap{border-right-width:0}.ant-input-number-rtl .ant-input-number-handler-up{border-top-right-radius:0}.ant-input-number-rtl .ant-input-number-handler-down{border-bottom-right-radius:0}.ant-input-number-rtl .ant-input-number-input{direction:ltr;text-align:right}.ant-input-affix-wrapper{position:relative;display:inline-block;width:100%;min-width:0;padding:4px 11px;color:#000000d9;font-size:14px;line-height:1.5715;background-color:#fff;background-image:none;border:1px solid #d9d9d9;border-radius:2px;transition:all .3s;display:inline-flex}.ant-input-affix-wrapper::-moz-placeholder{color:#bfbfbf;-moz-user-select:none;user-select:none}.ant-input-affix-wrapper:-ms-input-placeholder{color:#bfbfbf;-ms-user-select:none;user-select:none}.ant-input-affix-wrapper::placeholder{color:#bfbfbf;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-input-affix-wrapper:-moz-placeholder-shown{text-overflow:ellipsis}.ant-input-affix-wrapper:-ms-input-placeholder{text-overflow:ellipsis}.ant-input-affix-wrapper:placeholder-shown{text-overflow:ellipsis}.ant-input-affix-wrapper:hover{border-color:#40a9ff;border-right-width:1px}.ant-input-rtl .ant-input-affix-wrapper:hover{border-right-width:0;border-left-width:1px!important}.ant-input-affix-wrapper:focus,.ant-input-affix-wrapper-focused{border-color:#40a9ff;box-shadow:0 0 0 2px #1890ff33;border-right-width:1px;outline:0}.ant-input-rtl .ant-input-affix-wrapper:focus,.ant-input-rtl .ant-input-affix-wrapper-focused{border-right-width:0;border-left-width:1px!important}.ant-input-affix-wrapper-disabled{color:#00000040;background-color:#f5f5f5;border-color:#d9d9d9;box-shadow:none;cursor:not-allowed;opacity:1}.ant-input-affix-wrapper-disabled:hover{border-color:#d9d9d9;border-right-width:1px}.ant-input-affix-wrapper[disabled]{color:#00000040;background-color:#f5f5f5;border-color:#d9d9d9;box-shadow:none;cursor:not-allowed;opacity:1}.ant-input-affix-wrapper[disabled]:hover{border-color:#d9d9d9;border-right-width:1px}.ant-input-affix-wrapper-borderless,.ant-input-affix-wrapper-borderless:hover,.ant-input-affix-wrapper-borderless:focus,.ant-input-affix-wrapper-borderless-focused,.ant-input-affix-wrapper-borderless-disabled,.ant-input-affix-wrapper-borderless[disabled]{background-color:transparent;border:none;box-shadow:none}textarea.ant-input-affix-wrapper{max-width:100%;height:auto;min-height:32px;line-height:1.5715;vertical-align:bottom;transition:all .3s,height 0s}.ant-input-affix-wrapper-lg{padding:6.5px 11px;font-size:16px}.ant-input-affix-wrapper-sm{padding:0 7px}.ant-input-affix-wrapper-rtl{direction:rtl}.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover{border-color:#40a9ff;border-right-width:1px;z-index:1}.ant-input-rtl .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover{border-right-width:0;border-left-width:1px!important}.ant-input-search-with-button .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover{z-index:0}.ant-input-affix-wrapper-focused,.ant-input-affix-wrapper:focus{z-index:1}.ant-input-affix-wrapper-disabled .ant-input[disabled]{background:rgba(255,255,255,0)}.ant-input-affix-wrapper>.ant-input{font-size:inherit;border:none;outline:none}.ant-input-affix-wrapper>.ant-input:focus{box-shadow:none!important}.ant-input-affix-wrapper>.ant-input:not(textarea){padding:0}.ant-input-affix-wrapper:before{display:inline-block;width:0;visibility:hidden;content:"\a0"}.ant-input-prefix,.ant-input-suffix{display:flex;flex:none;align-items:center}.ant-input-prefix>*:not(:last-child),.ant-input-suffix>*:not(:last-child){margin-right:8px}.ant-input-show-count-suffix{color:#00000073}.ant-input-show-count-has-suffix{margin-right:2px}.ant-input-prefix{margin-right:4px}.ant-input-suffix{margin-left:4px}.anticon.ant-input-clear-icon,.ant-input-clear-icon{margin:0;color:#00000040;font-size:12px;vertical-align:-1px;cursor:pointer;transition:color .3s}.anticon.ant-input-clear-icon:hover,.ant-input-clear-icon:hover{color:#00000073}.anticon.ant-input-clear-icon:active,.ant-input-clear-icon:active{color:#000000d9}.anticon.ant-input-clear-icon-hidden,.ant-input-clear-icon-hidden{visibility:hidden}.anticon.ant-input-clear-icon-has-suffix,.ant-input-clear-icon-has-suffix{margin:0 4px}.ant-input-affix-wrapper.ant-input-affix-wrapper-textarea-with-clear-btn{padding:0}.ant-input-affix-wrapper.ant-input-affix-wrapper-textarea-with-clear-btn .ant-input-clear-icon{position:absolute;top:8px;right:8px;z-index:1}.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover{background:#fff;border-color:#ff4d4f}.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused{border-color:#ff7875;box-shadow:0 0 0 2px #ff4d4f33;border-right-width:1px;outline:0}.ant-input-status-error .ant-input-prefix{color:#ff4d4f}.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover{background:#fff;border-color:#faad14}.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused{border-color:#ffc53d;box-shadow:0 0 0 2px #faad1433;border-right-width:1px;outline:0}.ant-input-status-warning .ant-input-prefix{color:#faad14}.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover{background:#fff;border-color:#ff4d4f}.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused{border-color:#ff7875;box-shadow:0 0 0 2px #ff4d4f33;border-right-width:1px;outline:0}.ant-input-affix-wrapper-status-error .ant-input-prefix{color:#ff4d4f}.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover{background:#fff;border-color:#faad14}.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused{border-color:#ffc53d;box-shadow:0 0 0 2px #faad1433;border-right-width:1px;outline:0}.ant-input-affix-wrapper-status-warning .ant-input-prefix{color:#faad14}.ant-input-textarea-status-error.ant-input-textarea-has-feedback .ant-input,.ant-input-textarea-status-warning.ant-input-textarea-has-feedback .ant-input,.ant-input-textarea-status-success.ant-input-textarea-has-feedback .ant-input,.ant-input-textarea-status-validating.ant-input-textarea-has-feedback .ant-input{padding-right:24px}.ant-input-group-wrapper-status-error .ant-input-group-addon{color:#ff4d4f;border-color:#ff4d4f}.ant-input-group-wrapper-status-warning .ant-input-group-addon{color:#faad14;border-color:#faad14}.ant-input{box-sizing:border-box;margin:0;font-variant:tabular-nums;list-style:none;font-feature-settings:"tnum";position:relative;display:inline-block;width:100%;min-width:0;padding:4px 11px;color:#000000d9;font-size:14px;line-height:1.5715;background-color:#fff;background-image:none;border:1px solid #d9d9d9;border-radius:2px;transition:all .3s}.ant-input::-moz-placeholder{color:#bfbfbf;-moz-user-select:none;user-select:none}.ant-input:-ms-input-placeholder{color:#bfbfbf;-ms-user-select:none;user-select:none}.ant-input::placeholder{color:#bfbfbf;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-input:-moz-placeholder-shown{text-overflow:ellipsis}.ant-input:-ms-input-placeholder{text-overflow:ellipsis}.ant-input:placeholder-shown{text-overflow:ellipsis}.ant-input:hover{border-color:#40a9ff;border-right-width:1px}.ant-input-rtl .ant-input:hover{border-right-width:0;border-left-width:1px!important}.ant-input:focus,.ant-input-focused{border-color:#40a9ff;box-shadow:0 0 0 2px #1890ff33;border-right-width:1px;outline:0}.ant-input-rtl .ant-input:focus,.ant-input-rtl .ant-input-focused{border-right-width:0;border-left-width:1px!important}.ant-input-disabled{color:#00000040;background-color:#f5f5f5;border-color:#d9d9d9;box-shadow:none;cursor:not-allowed;opacity:1}.ant-input-disabled:hover{border-color:#d9d9d9;border-right-width:1px}.ant-input[disabled]{color:#00000040;background-color:#f5f5f5;border-color:#d9d9d9;box-shadow:none;cursor:not-allowed;opacity:1}.ant-input[disabled]:hover{border-color:#d9d9d9;border-right-width:1px}.ant-input-borderless,.ant-input-borderless:hover,.ant-input-borderless:focus,.ant-input-borderless-focused,.ant-input-borderless-disabled,.ant-input-borderless[disabled]{background-color:transparent;border:none;box-shadow:none}textarea.ant-input{max-width:100%;height:auto;min-height:32px;line-height:1.5715;vertical-align:bottom;transition:all .3s,height 0s}.ant-input-lg{padding:6.5px 11px;font-size:16px}.ant-input-sm{padding:0 7px}.ant-input-rtl{direction:rtl}.ant-input-group{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;display:table;width:100%;border-collapse:separate;border-spacing:0}.ant-input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.ant-input-group>[class*=col-]{padding-right:8px}.ant-input-group>[class*=col-]:last-child{padding-right:0}.ant-input-group-addon,.ant-input-group-wrap,.ant-input-group>.ant-input{display:table-cell}.ant-input-group-addon:not(:first-child):not(:last-child),.ant-input-group-wrap:not(:first-child):not(:last-child),.ant-input-group>.ant-input:not(:first-child):not(:last-child){border-radius:0}.ant-input-group-addon,.ant-input-group-wrap{width:1px;white-space:nowrap;vertical-align:middle}.ant-input-group-wrap>*{display:block!important}.ant-input-group .ant-input{float:left;width:100%;margin-bottom:0;text-align:inherit}.ant-input-group .ant-input:focus{z-index:1;border-right-width:1px}.ant-input-group .ant-input:hover{z-index:1;border-right-width:1px}.ant-input-search-with-button .ant-input-group .ant-input:hover{z-index:0}.ant-input-group-addon{position:relative;padding:0 11px;color:#000000d9;font-weight:400;font-size:14px;text-align:center;background-color:#fafafa;border:1px solid #d9d9d9;border-radius:2px;transition:all .3s}.ant-input-group-addon .ant-select{margin:-5px -11px}.ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{background-color:inherit;border:1px solid transparent;box-shadow:none}.ant-input-group-addon .ant-select-open .ant-select-selector,.ant-input-group-addon .ant-select-focused .ant-select-selector{color:#1890ff}.ant-input-group-addon .ant-cascader-picker{margin:-9px -12px;background-color:transparent}.ant-input-group-addon .ant-cascader-picker .ant-cascader-input{text-align:left;border:0;box-shadow:none}.ant-input-group>.ant-input:first-child,.ant-input-group-addon:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.ant-input-group>.ant-input:first-child .ant-select .ant-select-selector,.ant-input-group-addon:first-child .ant-select .ant-select-selector{border-top-right-radius:0;border-bottom-right-radius:0}.ant-input-group>.ant-input-affix-wrapper:not(:first-child) .ant-input{border-top-left-radius:0;border-bottom-left-radius:0}.ant-input-group>.ant-input-affix-wrapper:not(:last-child) .ant-input{border-top-right-radius:0;border-bottom-right-radius:0}.ant-input-group-addon:first-child{border-right:0}.ant-input-group-addon:last-child{border-left:0}.ant-input-group>.ant-input:last-child,.ant-input-group-addon:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.ant-input-group>.ant-input:last-child .ant-select .ant-select-selector,.ant-input-group-addon:last-child .ant-select .ant-select-selector{border-top-left-radius:0;border-bottom-left-radius:0}.ant-input-group-lg .ant-input,.ant-input-group-lg>.ant-input-group-addon{padding:6.5px 11px;font-size:16px}.ant-input-group-sm .ant-input,.ant-input-group-sm>.ant-input-group-addon{padding:0 7px}.ant-input-group-lg .ant-select-single .ant-select-selector{height:40px}.ant-input-group-sm .ant-select-single .ant-select-selector{height:24px}.ant-input-group .ant-input-affix-wrapper:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.ant-input-search .ant-input-group .ant-input-affix-wrapper:not(:last-child){border-top-left-radius:2px;border-bottom-left-radius:2px}.ant-input-group .ant-input-affix-wrapper:not(:first-child),.ant-input-search .ant-input-group .ant-input-affix-wrapper:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.ant-input-group.ant-input-group-compact{display:block}.ant-input-group.ant-input-group-compact:before{display:table;content:""}.ant-input-group.ant-input-group-compact:after{display:table;clear:both;content:""}.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child),.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child),.ant-input-group.ant-input-group-compact>.ant-input:not(:first-child):not(:last-child){border-right-width:1px}.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):hover,.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):hover,.ant-input-group.ant-input-group-compact>.ant-input:not(:first-child):not(:last-child):hover{z-index:1}.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):focus,.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):focus,.ant-input-group.ant-input-group-compact>.ant-input:not(:first-child):not(:last-child):focus{z-index:1}.ant-input-group.ant-input-group-compact>*{display:inline-block;float:none;vertical-align:top;border-radius:0}.ant-input-group.ant-input-group-compact>.ant-input-affix-wrapper,.ant-input-group.ant-input-group-compact>.ant-input-number-affix-wrapper,.ant-input-group.ant-input-group-compact>.ant-picker-range{display:inline-flex}.ant-input-group.ant-input-group-compact>*:not(:last-child){margin-right:-1px;border-right-width:1px}.ant-input-group.ant-input-group-compact .ant-input{float:none}.ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selector,.ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input,.ant-input-group.ant-input-group-compact>.ant-cascader-picker .ant-input,.ant-input-group.ant-input-group-compact>.ant-input-group-wrapper .ant-input{border-right-width:1px;border-radius:0}.ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selector:hover,.ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input:hover,.ant-input-group.ant-input-group-compact>.ant-cascader-picker .ant-input:hover,.ant-input-group.ant-input-group-compact>.ant-input-group-wrapper .ant-input:hover{z-index:1}.ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selector:focus,.ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input:focus,.ant-input-group.ant-input-group-compact>.ant-cascader-picker .ant-input:focus,.ant-input-group.ant-input-group-compact>.ant-input-group-wrapper .ant-input:focus{z-index:1}.ant-input-group.ant-input-group-compact>.ant-select-focused{z-index:1}.ant-input-group.ant-input-group-compact>.ant-select>.ant-select-arrow{z-index:1}.ant-input-group.ant-input-group-compact>*:first-child,.ant-input-group.ant-input-group-compact>.ant-select:first-child>.ant-select-selector,.ant-input-group.ant-input-group-compact>.ant-select-auto-complete:first-child .ant-input,.ant-input-group.ant-input-group-compact>.ant-cascader-picker:first-child .ant-input{border-top-left-radius:2px;border-bottom-left-radius:2px}.ant-input-group.ant-input-group-compact>*:last-child,.ant-input-group.ant-input-group-compact>.ant-select:last-child>.ant-select-selector,.ant-input-group.ant-input-group-compact>.ant-cascader-picker:last-child .ant-input,.ant-input-group.ant-input-group-compact>.ant-cascader-picker-focused:last-child .ant-input{border-right-width:1px;border-top-right-radius:2px;border-bottom-right-radius:2px}.ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input{vertical-align:top}.ant-input-group.ant-input-group-compact .ant-input-group-wrapper+.ant-input-group-wrapper{margin-left:-1px}.ant-input-group.ant-input-group-compact .ant-input-group-wrapper+.ant-input-group-wrapper .ant-input-affix-wrapper{border-radius:0}.ant-input-group.ant-input-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search>.ant-input-group>.ant-input-group-addon>.ant-input-search-button{border-radius:0}.ant-input-group.ant-input-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search>.ant-input-group>.ant-input{border-radius:2px 0 0 2px}.ant-input-group>.ant-input-rtl:first-child,.ant-input-group-rtl .ant-input-group-addon:first-child{border-radius:0 2px 2px 0}.ant-input-group-rtl .ant-input-group-addon:first-child{border-right:1px solid #d9d9d9;border-left:0}.ant-input-group-rtl .ant-input-group-addon:last-child{border-right:0;border-left:1px solid #d9d9d9;border-radius:2px 0 0 2px}.ant-input-group-rtl.ant-input-group>.ant-input:last-child,.ant-input-group-rtl.ant-input-group-addon:last-child{border-radius:2px 0 0 2px}.ant-input-group-rtl.ant-input-group .ant-input-affix-wrapper:not(:first-child){border-radius:2px 0 0 2px}.ant-input-group-rtl.ant-input-group .ant-input-affix-wrapper:not(:last-child){border-radius:0 2px 2px 0}.ant-input-group-rtl.ant-input-group.ant-input-group-compact>*:not(:last-child){margin-right:0;margin-left:-1px;border-left-width:1px}.ant-input-group-rtl.ant-input-group.ant-input-group-compact>*:first-child,.ant-input-group-rtl.ant-input-group.ant-input-group-compact>.ant-select:first-child>.ant-select-selector,.ant-input-group-rtl.ant-input-group.ant-input-group-compact>.ant-select-auto-complete:first-child .ant-input,.ant-input-group-rtl.ant-input-group.ant-input-group-compact>.ant-cascader-picker:first-child .ant-input{border-radius:0 2px 2px 0}.ant-input-group-rtl.ant-input-group.ant-input-group-compact>*:last-child,.ant-input-group-rtl.ant-input-group.ant-input-group-compact>.ant-select:last-child>.ant-select-selector,.ant-input-group-rtl.ant-input-group.ant-input-group-compact>.ant-select-auto-complete:last-child .ant-input,.ant-input-group-rtl.ant-input-group.ant-input-group-compact>.ant-cascader-picker:last-child .ant-input,.ant-input-group-rtl.ant-input-group.ant-input-group-compact>.ant-cascader-picker-focused:last-child .ant-input{border-left-width:1px;border-radius:2px 0 0 2px}.ant-input-group.ant-input-group-compact .ant-input-group-wrapper-rtl+.ant-input-group-wrapper-rtl{margin-right:-1px;margin-left:0}.ant-input-group.ant-input-group-compact .ant-input-group-wrapper-rtl:not(:last-child).ant-input-search>.ant-input-group>.ant-input{border-radius:0 2px 2px 0}.ant-input-group-wrapper{display:inline-block;width:100%;text-align:start;vertical-align:top}.ant-input-password-icon.anticon{color:#00000073;cursor:pointer;transition:all .3s}.ant-input-password-icon.anticon:hover{color:#000000d9}.ant-input[type=color]{height:32px}.ant-input[type=color].ant-input-lg{height:40px}.ant-input[type=color].ant-input-sm{height:24px;padding-top:3px;padding-bottom:3px}.ant-input-textarea-show-count>.ant-input{height:100%}.ant-input-textarea-show-count:after{float:right;color:#00000073;white-space:nowrap;content:attr(data-count);pointer-events:none}.ant-input-textarea-show-count.ant-input-textarea-in-form-item:after{margin-bottom:-22px}.ant-input-textarea-suffix{position:absolute;top:0;right:11px;bottom:0;z-index:1;display:inline-flex;align-items:center;margin:auto}.ant-input-compact-item:not(.ant-input-compact-last-item):not(.ant-input-compact-item-rtl){margin-right:-1px}.ant-input-compact-item:not(.ant-input-compact-last-item).ant-input-compact-item-rtl{margin-left:-1px}.ant-input-compact-item:hover,.ant-input-compact-item:focus,.ant-input-compact-item:active{z-index:2}.ant-input-compact-item[disabled]{z-index:0}.ant-input-compact-item:not(.ant-input-compact-first-item):not(.ant-input-compact-last-item).ant-input{border-radius:0}.ant-input-compact-item.ant-input.ant-input-compact-first-item:not(.ant-input-compact-last-item):not(.ant-input-compact-item-rtl){border-top-right-radius:0;border-bottom-right-radius:0}.ant-input-compact-item.ant-input.ant-input-compact-last-item:not(.ant-input-compact-first-item):not(.ant-input-compact-item-rtl){border-top-left-radius:0;border-bottom-left-radius:0}.ant-input-compact-item.ant-input.ant-input-compact-item-rtl.ant-input-compact-first-item:not(.ant-input-compact-last-item){border-top-left-radius:0;border-bottom-left-radius:0}.ant-input-compact-item.ant-input.ant-input-compact-item-rtl.ant-input-compact-last-item:not(.ant-input-compact-first-item){border-top-right-radius:0;border-bottom-right-radius:0}.ant-input-search .ant-input:hover,.ant-input-search .ant-input:focus{border-color:#40a9ff}.ant-input-search .ant-input:hover+.ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary),.ant-input-search .ant-input:focus+.ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary){border-left-color:#40a9ff}.ant-input-search .ant-input-affix-wrapper{border-radius:0}.ant-input-search .ant-input-lg{line-height:1.5713}.ant-input-search>.ant-input-group>.ant-input-group-addon:last-child{left:-1px;padding:0;border:0}.ant-input-search>.ant-input-group>.ant-input-group-addon:last-child .ant-input-search-button{padding-top:0;padding-bottom:0;border-radius:0 2px 2px 0}.ant-input-search>.ant-input-group>.ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary){color:#00000073}.ant-input-search>.ant-input-group>.ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary).ant-btn-loading:before{top:0;right:0;bottom:0;left:0}.ant-input-search-button{height:32px}.ant-input-search-button:hover,.ant-input-search-button:focus{z-index:1}.ant-input-search-large .ant-input-search-button{height:40px}.ant-input-search-small .ant-input-search-button{height:24px}.ant-input-search.ant-input-compact-item:not(.ant-input-compact-item-rtl):not(.ant-input-compact-last-item) .ant-input-group-addon .ant-input-search-button{margin-right:-1px;border-radius:0}.ant-input-search.ant-input-compact-item:not(.ant-input-compact-first-item) .ant-input,.ant-input-search.ant-input-compact-item:not(.ant-input-compact-first-item) .ant-input-affix-wrapper{border-radius:0}.ant-input-search.ant-input-compact-item>.ant-input-group-addon .ant-input-search-button:hover,.ant-input-search.ant-input-compact-item>.ant-input:hover,.ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:hover,.ant-input-search.ant-input-compact-item>.ant-input-group-addon .ant-input-search-button:focus,.ant-input-search.ant-input-compact-item>.ant-input:focus,.ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:focus,.ant-input-search.ant-input-compact-item>.ant-input-group-addon .ant-input-search-button:active,.ant-input-search.ant-input-compact-item>.ant-input:active,.ant-input-search.ant-input-compact-item .ant-input-affix-wrapper:active{z-index:2}.ant-input-search.ant-input-compact-item>.ant-input-affix-wrapper-focused{z-index:2}.ant-input-search.ant-input-compact-item-rtl:not(.ant-input-compact-last-item) .ant-input-group-addon:last-child .ant-input-search-button{margin-left:-1px;border-radius:0}.ant-input-group-wrapper-rtl,.ant-input-group-rtl{direction:rtl}.ant-input-affix-wrapper.ant-input-affix-wrapper-rtl>input.ant-input{border:none;outline:none}.ant-input-affix-wrapper-rtl .ant-input-prefix{margin:0 0 0 4px}.ant-input-affix-wrapper-rtl .ant-input-suffix{margin:0 4px 0 0}.ant-input-textarea-rtl{direction:rtl}.ant-input-textarea-rtl.ant-input-textarea-show-count:after{text-align:left}.ant-input-affix-wrapper-rtl .ant-input-clear-icon-has-suffix{margin-right:0;margin-left:4px}.ant-input-affix-wrapper-rtl .ant-input-clear-icon{right:auto;left:8px}.ant-input-search-rtl{direction:rtl}.ant-input-search-rtl .ant-input:hover+.ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary),.ant-input-search-rtl .ant-input:focus+.ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary){border-left-color:#d9d9d9}.ant-input-search-rtl .ant-input:hover+.ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary):hover,.ant-input-search-rtl .ant-input:focus+.ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary):hover{border-left-color:#40a9ff}.ant-input-search-rtl>.ant-input-group>.ant-input-affix-wrapper:hover,.ant-input-search-rtl>.ant-input-group>.ant-input-affix-wrapper-focused{border-right-color:#40a9ff}.ant-input-search-rtl>.ant-input-group>.ant-input-group-addon:last-child{right:-1px;left:auto}.ant-input-search-rtl>.ant-input-group>.ant-input-group-addon:last-child .ant-input-search-button{border-radius:2px 0 0 2px}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.ant-input{height:32px}.ant-input-lg{height:40px}.ant-input-sm{height:24px}.ant-input-affix-wrapper>input.ant-input{height:auto}}.ant-layout{display:flex;flex:auto;flex-direction:column;min-height:0;background:#f0f2f5}.ant-layout,.ant-layout *{box-sizing:border-box}.ant-layout.ant-layout-has-sider{flex-direction:row}.ant-layout.ant-layout-has-sider>.ant-layout,.ant-layout.ant-layout-has-sider>.ant-layout-content{width:0}.ant-layout-header,.ant-layout-footer{flex:0 0 auto}.ant-layout-header{height:64px;padding:0 50px;color:#000000d9;line-height:64px;background:#001529}.ant-layout-footer{padding:24px 50px;color:#000000d9;font-size:14px;background:#f0f2f5}.ant-layout-content{flex:auto;min-height:0}.ant-layout-sider{position:relative;min-width:0;background:#001529;transition:all .2s}.ant-layout-sider-children{height:100%;margin-top:-.1px;padding-top:.1px}.ant-layout-sider-children .ant-menu.ant-menu-inline-collapsed{width:auto}.ant-layout-sider-has-trigger{padding-bottom:48px}.ant-layout-sider-right{order:1}.ant-layout-sider-trigger{position:fixed;bottom:0;z-index:1;height:48px;color:#fff;line-height:48px;text-align:center;background:#002140;cursor:pointer;transition:all .2s}.ant-layout-sider-zero-width>*{overflow:hidden}.ant-layout-sider-zero-width-trigger{position:absolute;top:64px;right:-36px;z-index:1;width:36px;height:42px;color:#fff;font-size:18px;line-height:42px;text-align:center;background:#001529;border-radius:0 2px 2px 0;cursor:pointer;transition:background .3s ease}.ant-layout-sider-zero-width-trigger:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;transition:all .3s;content:""}.ant-layout-sider-zero-width-trigger:hover:after{background:rgba(255,255,255,.1)}.ant-layout-sider-zero-width-trigger-right{left:-36px;border-radius:2px 0 0 2px}.ant-layout-sider-light{background:#fff}.ant-layout-sider-light .ant-layout-sider-trigger,.ant-layout-sider-light .ant-layout-sider-zero-width-trigger{color:#000000d9;background:#fff}.ant-layout-rtl{direction:rtl}.ant-list{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative}.ant-list *{outline:none}.ant-list-pagination{margin-top:24px;text-align:right}.ant-list-pagination .ant-pagination-options{text-align:left}.ant-list-more{margin-top:12px;text-align:center}.ant-list-more button{padding-right:32px;padding-left:32px}.ant-list-spin{min-height:40px;text-align:center}.ant-list-empty-text{padding:16px;color:#00000040;font-size:14px;text-align:center}.ant-list-items{margin:0;padding:0;list-style:none}.ant-list-item{display:flex;align-items:center;justify-content:space-between;padding:12px 0;color:#000000d9}.ant-list-item-meta{display:flex;flex:1;align-items:flex-start;max-width:100%}.ant-list-item-meta-avatar{margin-right:16px}.ant-list-item-meta-content{flex:1 0;width:0;color:#000000d9}.ant-list-item-meta-title{margin-bottom:4px;color:#000000d9;font-size:14px;line-height:1.5715}.ant-list-item-meta-title>a{color:#000000d9;transition:all .3s}.ant-list-item-meta-title>a:hover{color:#1890ff}.ant-list-item-meta-description{color:#00000073;font-size:14px;line-height:1.5715}.ant-list-item-action{flex:0 0 auto;margin-left:48px;padding:0;font-size:0;list-style:none}.ant-list-item-action>li{position:relative;display:inline-block;padding:0 8px;color:#00000073;font-size:14px;line-height:1.5715;text-align:center}.ant-list-item-action>li:first-child{padding-left:0}.ant-list-item-action-split{position:absolute;top:50%;right:0;width:1px;height:14px;margin-top:-7px;background-color:#f0f0f0}.ant-list-header,.ant-list-footer{background:transparent}.ant-list-header,.ant-list-footer{padding-top:12px;padding-bottom:12px}.ant-list-empty{padding:16px 0;color:#00000073;font-size:12px;text-align:center}.ant-list-split .ant-list-item{border-bottom:1px solid #f0f0f0}.ant-list-split .ant-list-item:last-child{border-bottom:none}.ant-list-split .ant-list-header{border-bottom:1px solid #f0f0f0}.ant-list-split.ant-list-empty .ant-list-footer{border-top:1px solid #f0f0f0}.ant-list-loading .ant-list-spin-nested-loading{min-height:32px}.ant-list-split.ant-list-something-after-last-item .ant-spin-container>.ant-list-items>.ant-list-item:last-child{border-bottom:1px solid #f0f0f0}.ant-list-lg .ant-list-item{padding:16px 24px}.ant-list-sm .ant-list-item{padding:8px 16px}.ant-list-vertical .ant-list-item{align-items:initial}.ant-list-vertical .ant-list-item-main{display:block;flex:1}.ant-list-vertical .ant-list-item-extra{margin-left:40px}.ant-list-vertical .ant-list-item-meta{margin-bottom:16px}.ant-list-vertical .ant-list-item-meta-title{margin-bottom:12px;color:#000000d9;font-size:16px;line-height:24px}.ant-list-vertical .ant-list-item-action{margin-top:16px;margin-left:auto}.ant-list-vertical .ant-list-item-action>li{padding:0 16px}.ant-list-vertical .ant-list-item-action>li:first-child{padding-left:0}.ant-list-grid .ant-col>.ant-list-item{display:block;max-width:100%;margin-bottom:16px;padding-top:0;padding-bottom:0;border-bottom:none}.ant-list-item-no-flex{display:block}.ant-list:not(.ant-list-vertical) .ant-list-item-no-flex .ant-list-item-action{float:right}.ant-list-bordered{border:1px solid #d9d9d9;border-radius:2px}.ant-list-bordered .ant-list-header,.ant-list-bordered .ant-list-footer,.ant-list-bordered .ant-list-item{padding-right:24px;padding-left:24px}.ant-list-bordered .ant-list-pagination{margin:16px 24px}.ant-list-bordered.ant-list-sm .ant-list-item,.ant-list-bordered.ant-list-sm .ant-list-header,.ant-list-bordered.ant-list-sm .ant-list-footer{padding:8px 16px}.ant-list-bordered.ant-list-lg .ant-list-item,.ant-list-bordered.ant-list-lg .ant-list-header,.ant-list-bordered.ant-list-lg .ant-list-footer{padding:16px 24px}@media screen and (max-width: 768px){.ant-list-item-action,.ant-list-vertical .ant-list-item-extra{margin-left:24px}}@media screen and (max-width: 576px){.ant-list-item{flex-wrap:wrap}.ant-list-item-action{margin-left:12px}.ant-list-vertical .ant-list-item{flex-wrap:wrap-reverse}.ant-list-vertical .ant-list-item-main{min-width:220px}.ant-list-vertical .ant-list-item-extra{margin:auto auto 16px}}.ant-list-rtl{direction:rtl;text-align:right}.ant-list-rtl .ReactVirtualized__List .ant-list-item{direction:rtl}.ant-list-rtl .ant-list-pagination{text-align:left}.ant-list-rtl .ant-list-item-meta-avatar{margin-right:0;margin-left:16px}.ant-list-rtl .ant-list-item-action{margin-right:48px;margin-left:0}.ant-list.ant-list-rtl .ant-list-item-action>li:first-child{padding-right:0;padding-left:16px}.ant-list-rtl .ant-list-item-action-split{right:auto;left:0}.ant-list-rtl.ant-list-vertical .ant-list-item-extra{margin-right:40px;margin-left:0}.ant-list-rtl.ant-list-vertical .ant-list-item-action{margin-right:auto}.ant-list-rtl .ant-list-vertical .ant-list-item-action>li:first-child{padding-right:0;padding-left:16px}.ant-list-rtl .ant-list:not(.ant-list-vertical) .ant-list-item-no-flex .ant-list-item-action{float:left}@media screen and (max-width: 768px){.ant-list-rtl .ant-list-item-action,.ant-list-rtl .ant-list-vertical .ant-list-item-extra{margin-right:24px;margin-left:0}}@media screen and (max-width: 576px){.ant-list-rtl .ant-list-item-action{margin-right:22px;margin-left:0}.ant-list-rtl.ant-list-vertical .ant-list-item-extra{margin:auto auto 16px}}.ant-pagination{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum"}.ant-pagination ul,.ant-pagination ol{margin:0;padding:0;list-style:none}.ant-pagination:after{display:block;clear:both;height:0;overflow:hidden;visibility:hidden;content:" "}.ant-pagination-total-text{display:inline-block;height:32px;margin-right:8px;line-height:30px;vertical-align:middle}.ant-pagination-item{display:inline-block;min-width:32px;height:32px;margin-right:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";line-height:30px;text-align:center;vertical-align:middle;list-style:none;background-color:#fff;border:1px solid #d9d9d9;border-radius:2px;outline:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-pagination-item a{display:block;padding:0 6px;color:#000000d9;transition:none}.ant-pagination-item a:hover{text-decoration:none}.ant-pagination-item:hover{border-color:#1890ff;transition:all .3s}.ant-pagination-item:hover a{color:#1890ff}.ant-pagination-item:focus-visible{border-color:#1890ff;transition:all .3s}.ant-pagination-item:focus-visible a{color:#1890ff}.ant-pagination-item-active{font-weight:500;background:#fff;border-color:#1890ff}.ant-pagination-item-active a{color:#1890ff}.ant-pagination-item-active:hover{border-color:#40a9ff}.ant-pagination-item-active:focus-visible{border-color:#40a9ff}.ant-pagination-item-active:hover a{color:#40a9ff}.ant-pagination-item-active:focus-visible a{color:#40a9ff}.ant-pagination-jump-prev,.ant-pagination-jump-next{outline:0}.ant-pagination-jump-prev .ant-pagination-item-container,.ant-pagination-jump-next .ant-pagination-item-container{position:relative}.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon{color:#1890ff;font-size:12px;letter-spacing:-1px;opacity:0;transition:all .2s}.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon-svg,.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon-svg{top:0;right:0;bottom:0;left:0;margin:auto}.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis,.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis{position:absolute;top:0;right:0;bottom:0;left:0;display:block;margin:auto;color:#00000040;font-family:Arial,Helvetica,sans-serif;letter-spacing:2px;text-align:center;text-indent:.13em;opacity:1;transition:all .2s}.ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,.ant-pagination-jump-next:hover .ant-pagination-item-link-icon{opacity:1}.ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis,.ant-pagination-jump-next:hover .ant-pagination-item-ellipsis{opacity:0}.ant-pagination-jump-prev:focus-visible .ant-pagination-item-link-icon,.ant-pagination-jump-next:focus-visible .ant-pagination-item-link-icon{opacity:1}.ant-pagination-jump-prev:focus-visible .ant-pagination-item-ellipsis,.ant-pagination-jump-next:focus-visible .ant-pagination-item-ellipsis{opacity:0}.ant-pagination-prev,.ant-pagination-jump-prev,.ant-pagination-jump-next{margin-right:8px}.ant-pagination-prev,.ant-pagination-next,.ant-pagination-jump-prev,.ant-pagination-jump-next{display:inline-block;min-width:32px;height:32px;color:#000000d9;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";line-height:32px;text-align:center;vertical-align:middle;list-style:none;border-radius:2px;cursor:pointer;transition:all .3s}.ant-pagination-prev,.ant-pagination-next{font-family:Arial,Helvetica,sans-serif;outline:0}.ant-pagination-prev button,.ant-pagination-next button{color:#000000d9;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-pagination-prev:hover button,.ant-pagination-next:hover button{border-color:#40a9ff}.ant-pagination-prev .ant-pagination-item-link,.ant-pagination-next .ant-pagination-item-link{display:block;width:100%;height:100%;padding:0;font-size:12px;text-align:center;background-color:#fff;border:1px solid #d9d9d9;border-radius:2px;outline:none;transition:all .3s}.ant-pagination-prev:focus-visible .ant-pagination-item-link,.ant-pagination-next:focus-visible .ant-pagination-item-link{color:#1890ff;border-color:#1890ff}.ant-pagination-prev:hover .ant-pagination-item-link,.ant-pagination-next:hover .ant-pagination-item-link{color:#1890ff;border-color:#1890ff}.ant-pagination-disabled,.ant-pagination-disabled:hover{cursor:not-allowed}.ant-pagination-disabled .ant-pagination-item-link,.ant-pagination-disabled:hover .ant-pagination-item-link{color:#00000040;border-color:#d9d9d9;cursor:not-allowed}.ant-pagination-disabled:focus-visible{cursor:not-allowed}.ant-pagination-disabled:focus-visible .ant-pagination-item-link{color:#00000040;border-color:#d9d9d9;cursor:not-allowed}.ant-pagination-slash{margin:0 10px 0 5px}.ant-pagination-options{display:inline-block;margin-left:16px;vertical-align:middle}@media all and (-ms-high-contrast: none){.ant-pagination-options *::-ms-backdrop,.ant-pagination-options{vertical-align:top}}.ant-pagination-options-size-changer.ant-select{display:inline-block;width:auto}.ant-pagination-options-quick-jumper{display:inline-block;height:32px;margin-left:8px;line-height:32px;vertical-align:top}.ant-pagination-options-quick-jumper input{position:relative;display:inline-block;width:100%;min-width:0;padding:4px 11px;color:#000000d9;font-size:14px;line-height:1.5715;background-color:#fff;background-image:none;border:1px solid #d9d9d9;border-radius:2px;transition:all .3s;width:50px;height:32px;margin:0 8px}.ant-pagination-options-quick-jumper input::-moz-placeholder{color:#bfbfbf;-moz-user-select:none;user-select:none}.ant-pagination-options-quick-jumper input:-ms-input-placeholder{color:#bfbfbf;-ms-user-select:none;user-select:none}.ant-pagination-options-quick-jumper input::placeholder{color:#bfbfbf;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-pagination-options-quick-jumper input:-moz-placeholder-shown{text-overflow:ellipsis}.ant-pagination-options-quick-jumper input:-ms-input-placeholder{text-overflow:ellipsis}.ant-pagination-options-quick-jumper input:placeholder-shown{text-overflow:ellipsis}.ant-pagination-options-quick-jumper input:hover{border-color:#40a9ff;border-right-width:1px}.ant-pagination-options-quick-jumper input:focus,.ant-pagination-options-quick-jumper input-focused{border-color:#40a9ff;box-shadow:0 0 0 2px #1890ff33;border-right-width:1px;outline:0}.ant-pagination-options-quick-jumper input-disabled{color:#00000040;background-color:#f5f5f5;border-color:#d9d9d9;box-shadow:none;cursor:not-allowed;opacity:1}.ant-pagination-options-quick-jumper input-disabled:hover{border-color:#d9d9d9;border-right-width:1px}.ant-pagination-options-quick-jumper input[disabled]{color:#00000040;background-color:#f5f5f5;border-color:#d9d9d9;box-shadow:none;cursor:not-allowed;opacity:1}.ant-pagination-options-quick-jumper input[disabled]:hover{border-color:#d9d9d9;border-right-width:1px}.ant-pagination-options-quick-jumper input-borderless,.ant-pagination-options-quick-jumper input-borderless:hover,.ant-pagination-options-quick-jumper input-borderless:focus,.ant-pagination-options-quick-jumper input-borderless-focused,.ant-pagination-options-quick-jumper input-borderless-disabled,.ant-pagination-options-quick-jumper input-borderless[disabled]{background-color:transparent;border:none;box-shadow:none}textarea.ant-pagination-options-quick-jumper input{max-width:100%;height:auto;min-height:32px;line-height:1.5715;vertical-align:bottom;transition:all .3s,height 0s}.ant-pagination-options-quick-jumper input-lg{padding:6.5px 11px;font-size:16px}.ant-pagination-options-quick-jumper input-sm{padding:0 7px}.ant-pagination-simple .ant-pagination-prev,.ant-pagination-simple .ant-pagination-next{height:24px;line-height:24px;vertical-align:top}.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link,.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link{height:24px;background-color:transparent;border:0}.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link:after,.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link:after{height:24px;line-height:24px}.ant-pagination-simple .ant-pagination-simple-pager{display:inline-block;height:24px;margin-right:8px}.ant-pagination-simple .ant-pagination-simple-pager input{box-sizing:border-box;height:100%;margin-right:8px;padding:0 6px;text-align:center;background-color:#fff;border:1px solid #d9d9d9;border-radius:2px;outline:none;transition:border-color .3s}.ant-pagination-simple .ant-pagination-simple-pager input:hover{border-color:#1890ff}.ant-pagination-simple .ant-pagination-simple-pager input:focus{border-color:#40a9ff;box-shadow:0 0 0 2px #1890ff33}.ant-pagination-simple .ant-pagination-simple-pager input[disabled]{color:#00000040;background:#f5f5f5;border-color:#d9d9d9;cursor:not-allowed}.ant-pagination.ant-pagination-mini .ant-pagination-total-text,.ant-pagination.ant-pagination-mini .ant-pagination-simple-pager{height:24px;line-height:24px}.ant-pagination.ant-pagination-mini .ant-pagination-item{min-width:24px;height:24px;margin:0;line-height:22px}.ant-pagination.ant-pagination-mini .ant-pagination-item:not(.ant-pagination-item-active){background:transparent;border-color:transparent}.ant-pagination.ant-pagination-mini .ant-pagination-prev,.ant-pagination.ant-pagination-mini .ant-pagination-next{min-width:24px;height:24px;margin:0;line-height:24px}.ant-pagination.ant-pagination-mini .ant-pagination-prev .ant-pagination-item-link,.ant-pagination.ant-pagination-mini .ant-pagination-next .ant-pagination-item-link{background:transparent;border-color:transparent}.ant-pagination.ant-pagination-mini .ant-pagination-prev .ant-pagination-item-link:after,.ant-pagination.ant-pagination-mini .ant-pagination-next .ant-pagination-item-link:after{height:24px;line-height:24px}.ant-pagination.ant-pagination-mini .ant-pagination-jump-prev,.ant-pagination.ant-pagination-mini .ant-pagination-jump-next{height:24px;margin-right:0;line-height:24px}.ant-pagination.ant-pagination-mini .ant-pagination-options{margin-left:2px}.ant-pagination.ant-pagination-mini .ant-pagination-options-size-changer{top:0px}.ant-pagination.ant-pagination-mini .ant-pagination-options-quick-jumper{height:24px;line-height:24px}.ant-pagination.ant-pagination-mini .ant-pagination-options-quick-jumper input{padding:0 7px;width:44px;height:24px}.ant-pagination.ant-pagination-disabled{cursor:not-allowed}.ant-pagination.ant-pagination-disabled .ant-pagination-item{background:#f5f5f5;border-color:#d9d9d9;cursor:not-allowed}.ant-pagination.ant-pagination-disabled .ant-pagination-item a{color:#00000040;background:transparent;border:none;cursor:not-allowed}.ant-pagination.ant-pagination-disabled .ant-pagination-item-active{background:#e6e6e6}.ant-pagination.ant-pagination-disabled .ant-pagination-item-active a{color:#00000040}.ant-pagination.ant-pagination-disabled .ant-pagination-item-link{color:#00000040;background:#f5f5f5;border-color:#d9d9d9;cursor:not-allowed}.ant-pagination-simple.ant-pagination.ant-pagination-disabled .ant-pagination-item-link{background:transparent}.ant-pagination.ant-pagination-disabled .ant-pagination-item-link-icon{opacity:0}.ant-pagination.ant-pagination-disabled .ant-pagination-item-ellipsis{opacity:1}.ant-pagination.ant-pagination-disabled .ant-pagination-simple-pager{color:#00000040}@media only screen and (max-width: 992px){.ant-pagination-item-after-jump-prev,.ant-pagination-item-before-jump-next{display:none}}@media only screen and (max-width: 576px){.ant-pagination-options{display:none}}.ant-pagination-rtl .ant-pagination-total-text,.ant-pagination-rtl .ant-pagination-item,.ant-pagination-rtl .ant-pagination-prev,.ant-pagination-rtl .ant-pagination-jump-prev,.ant-pagination-rtl .ant-pagination-jump-next{margin-right:0;margin-left:8px}.ant-pagination-rtl .ant-pagination-slash{margin:0 5px 0 10px}.ant-pagination-rtl .ant-pagination-options{margin-right:16px;margin-left:0}.ant-pagination-rtl .ant-pagination-options .ant-pagination-options-size-changer.ant-select{margin-right:0;margin-left:8px}.ant-pagination-rtl .ant-pagination-options .ant-pagination-options-quick-jumper{margin-left:0}.ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager,.ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager input{margin-right:0;margin-left:8px}.ant-pagination-rtl.ant-pagination.mini .ant-pagination-options{margin-right:2px;margin-left:0}.ant-spin{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:absolute;display:none;color:#1890ff;font-size:0;text-align:center;vertical-align:middle;opacity:0;transition:transform .3s cubic-bezier(.78,.14,.15,.86)}.ant-spin-spinning{position:static;display:inline-block;opacity:1}.ant-spin-nested-loading{position:relative}.ant-spin-nested-loading>div>.ant-spin{position:absolute;top:0;left:0;z-index:4;display:block;width:100%;height:100%;max-height:400px}.ant-spin-nested-loading>div>.ant-spin .ant-spin-dot{position:absolute;top:50%;left:50%;margin:-10px}.ant-spin-nested-loading>div>.ant-spin .ant-spin-text{position:absolute;top:50%;width:100%;padding-top:5px;font-size:14px;text-shadow:0 1px 2px #fff}.ant-spin-nested-loading>div>.ant-spin.ant-spin-show-text .ant-spin-dot{margin-top:-20px}.ant-spin-nested-loading>div>.ant-spin-sm .ant-spin-dot{margin:-7px}.ant-spin-nested-loading>div>.ant-spin-sm .ant-spin-text{padding-top:2px}.ant-spin-nested-loading>div>.ant-spin-sm.ant-spin-show-text .ant-spin-dot{margin-top:-17px}.ant-spin-nested-loading>div>.ant-spin-lg .ant-spin-dot{margin:-16px}.ant-spin-nested-loading>div>.ant-spin-lg .ant-spin-text{padding-top:11px}.ant-spin-nested-loading>div>.ant-spin-lg.ant-spin-show-text .ant-spin-dot{margin-top:-26px}.ant-spin-container{position:relative;transition:opacity .3s}.ant-spin-container:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;display:none \	;width:100%;height:100%;background:#fff;opacity:0;transition:all .3s;content:"";pointer-events:none}.ant-spin-blur{clear:both;opacity:.5;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.ant-spin-blur:after{opacity:.4;pointer-events:auto}.ant-spin-tip{color:#00000073}.ant-spin-dot{position:relative;display:inline-block;font-size:20px;width:1em;height:1em}.ant-spin-dot-item{position:absolute;display:block;width:9px;height:9px;background-color:#1890ff;border-radius:100%;transform:scale(.75);transform-origin:50% 50%;opacity:.3;animation:antSpinMove 1s infinite linear alternate}.ant-spin-dot-item:nth-child(1){top:0;left:0}.ant-spin-dot-item:nth-child(2){top:0;right:0;animation-delay:.4s}.ant-spin-dot-item:nth-child(3){right:0;bottom:0;animation-delay:.8s}.ant-spin-dot-item:nth-child(4){bottom:0;left:0;animation-delay:1.2s}.ant-spin-dot-spin{transform:rotate(0);animation:antRotate 1.2s infinite linear}.ant-spin-sm .ant-spin-dot{font-size:14px}.ant-spin-sm .ant-spin-dot i{width:6px;height:6px}.ant-spin-lg .ant-spin-dot{font-size:32px}.ant-spin-lg .ant-spin-dot i{width:14px;height:14px}.ant-spin.ant-spin-show-text .ant-spin-text{display:block}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.ant-spin-blur{background:#fff;opacity:.5}}@keyframes antSpinMove{to{opacity:1}}@keyframes antRotate{to{transform:rotate(360deg)}}.ant-spin-rtl{direction:rtl}.ant-spin-rtl .ant-spin-dot-spin{transform:rotate(-45deg);animation-name:antRotateRtl}@keyframes antRotateRtl{to{transform:rotate(-405deg)}}.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions,.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:hover{background:#fff;border-color:#ff4d4f}.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus,.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions-focused{border-color:#ff7875;box-shadow:0 0 0 2px #ff4d4f33;border-right-width:1px;outline:0}.ant-mentions-status-error .ant-input-prefix{color:#ff4d4f}.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions,.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:hover{background:#fff;border-color:#faad14}.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus,.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions-focused{border-color:#ffc53d;box-shadow:0 0 0 2px #faad1433;border-right-width:1px;outline:0}.ant-mentions-status-warning .ant-input-prefix{color:#faad14}.ant-mentions{box-sizing:border-box;margin:0;font-variant:tabular-nums;list-style:none;font-feature-settings:"tnum";width:100%;min-width:0;color:#000000d9;font-size:14px;background-color:#fff;background-image:none;border:1px solid #d9d9d9;border-radius:2px;transition:all .3s;position:relative;display:inline-block;height:auto;padding:0;overflow:hidden;line-height:1.5715;white-space:pre-wrap;vertical-align:bottom}.ant-mentions::-moz-placeholder{color:#bfbfbf;-moz-user-select:none;user-select:none}.ant-mentions:-ms-input-placeholder{color:#bfbfbf;-ms-user-select:none;user-select:none}.ant-mentions::placeholder{color:#bfbfbf;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-mentions:-moz-placeholder-shown{text-overflow:ellipsis}.ant-mentions:-ms-input-placeholder{text-overflow:ellipsis}.ant-mentions:placeholder-shown{text-overflow:ellipsis}.ant-mentions:hover{border-color:#40a9ff;border-right-width:1px}.ant-mentions:focus,.ant-mentions-focused{border-color:#40a9ff;box-shadow:0 0 0 2px #1890ff33;border-right-width:1px;outline:0}.ant-mentions-disabled{color:#00000040;background-color:#f5f5f5;border-color:#d9d9d9;box-shadow:none;cursor:not-allowed;opacity:1}.ant-mentions-disabled:hover{border-color:#d9d9d9;border-right-width:1px}.ant-mentions[disabled]{color:#00000040;background-color:#f5f5f5;border-color:#d9d9d9;box-shadow:none;cursor:not-allowed;opacity:1}.ant-mentions[disabled]:hover{border-color:#d9d9d9;border-right-width:1px}.ant-mentions-borderless,.ant-mentions-borderless:hover,.ant-mentions-borderless:focus,.ant-mentions-borderless-focused,.ant-mentions-borderless-disabled,.ant-mentions-borderless[disabled]{background-color:transparent;border:none;box-shadow:none}textarea.ant-mentions{max-width:100%;height:auto;min-height:32px;line-height:1.5715;vertical-align:bottom;transition:all .3s,height 0s}.ant-mentions-lg{padding:6.5px 11px;font-size:16px}.ant-mentions-sm{padding:0 7px}.ant-mentions-disabled>textarea{color:#00000040;background-color:#f5f5f5;border-color:#d9d9d9;box-shadow:none;cursor:not-allowed;opacity:1}.ant-mentions-disabled>textarea:hover{border-color:#d9d9d9;border-right-width:1px}.ant-mentions-focused{border-color:#40a9ff;box-shadow:0 0 0 2px #1890ff33;border-right-width:1px;outline:0}.ant-mentions>textarea,.ant-mentions-measure{min-height:30px;margin:0;padding:4px 11px;overflow:inherit;overflow-x:hidden;overflow-y:auto;font-weight:inherit;font-size:inherit;font-family:inherit;font-style:inherit;font-variant:inherit;font-size-adjust:inherit;font-stretch:inherit;line-height:inherit;direction:inherit;letter-spacing:inherit;white-space:inherit;text-align:inherit;vertical-align:top;word-wrap:break-word;word-break:inherit;-moz-tab-size:inherit;-o-tab-size:inherit;tab-size:inherit}.ant-mentions>textarea{width:100%;border:none;outline:none;resize:none}.ant-mentions>textarea::-moz-placeholder{color:#bfbfbf;-moz-user-select:none;user-select:none}.ant-mentions>textarea:-ms-input-placeholder{color:#bfbfbf;-ms-user-select:none;user-select:none}.ant-mentions>textarea::placeholder{color:#bfbfbf;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-mentions>textarea:-moz-placeholder-shown{text-overflow:ellipsis}.ant-mentions>textarea:-ms-input-placeholder{text-overflow:ellipsis}.ant-mentions>textarea:placeholder-shown{text-overflow:ellipsis}.ant-mentions-measure{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;color:transparent;pointer-events:none}.ant-mentions-measure>span{display:inline-block;min-height:1em}.ant-mentions-dropdown{margin:0;padding:0;color:#000000d9;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:absolute;top:-9999px;left:-9999px;z-index:1050;box-sizing:border-box;font-size:14px;font-variant:initial;background-color:#fff;border-radius:2px;outline:none;box-shadow:0 3px 6px -4px #0000001f,0 6px 16px #00000014,0 9px 28px 8px #0000000d}.ant-mentions-dropdown-hidden{display:none}.ant-mentions-dropdown-menu{max-height:250px;margin-bottom:0;padding-left:0;overflow:auto;list-style:none;outline:none}.ant-mentions-dropdown-menu-item{position:relative;display:block;min-width:100px;padding:5px 12px;overflow:hidden;color:#000000d9;font-weight:400;line-height:1.5715;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;transition:background .3s ease}.ant-mentions-dropdown-menu-item:hover{background-color:#f5f5f5}.ant-mentions-dropdown-menu-item:first-child{border-radius:2px 2px 0 0}.ant-mentions-dropdown-menu-item:last-child{border-radius:0 0 2px 2px}.ant-mentions-dropdown-menu-item-disabled{color:#00000040;cursor:not-allowed}.ant-mentions-dropdown-menu-item-disabled:hover{color:#00000040;background-color:#fff;cursor:not-allowed}.ant-mentions-dropdown-menu-item-selected{color:#000000d9;font-weight:600;background-color:#fafafa}.ant-mentions-dropdown-menu-item-active{background-color:#f5f5f5}.ant-mentions-suffix{position:absolute;top:0;right:11px;bottom:0;z-index:1;display:inline-flex;align-items:center;margin:auto}.ant-mentions-rtl{direction:rtl}.ant-message{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:fixed;top:8px;left:0;z-index:1010;width:100%;pointer-events:none}.ant-message-notice{padding:8px;text-align:center}.ant-message-notice-content{display:inline-block;padding:10px 16px;background:#fff;border-radius:2px;box-shadow:0 3px 6px -4px #0000001f,0 6px 16px #00000014,0 9px 28px 8px #0000000d;pointer-events:all}.ant-message-success .anticon{color:#52c41a}.ant-message-error .anticon{color:#ff4d4f}.ant-message-warning .anticon{color:#faad14}.ant-message-info .anticon,.ant-message-loading .anticon{color:#1890ff}.ant-message .anticon{position:relative;top:1px;margin-right:8px;font-size:16px}.ant-message-notice.ant-move-up-leave.ant-move-up-leave-active{animation-name:MessageMoveOut;animation-duration:.3s}@keyframes MessageMoveOut{0%{max-height:150px;padding:8px;opacity:1}to{max-height:0;padding:0;opacity:0}}.ant-message-rtl,.ant-message-rtl span{direction:rtl}.ant-message-rtl .anticon{margin-right:0;margin-left:8px}.ant-modal{box-sizing:border-box;padding:0 0 24px;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";pointer-events:none;position:relative;top:100px;width:auto;max-width:calc(100vw - 32px);margin:0 auto}.ant-modal.ant-zoom-enter,.ant-modal.ant-zoom-appear{transform:none;opacity:0;animation-duration:.3s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;height:100%;background-color:#00000073}.ant-modal-mask-hidden{display:none}.ant-modal-wrap{position:fixed;top:0;right:0;bottom:0;left:0;overflow:auto;outline:0}.ant-modal-wrap{z-index:1000}.ant-modal-title{margin:0;color:#000000d9;font-weight:500;font-size:16px;line-height:22px;word-wrap:break-word}.ant-modal-content{position:relative;background-color:#fff;background-clip:padding-box;border:0;border-radius:2px;box-shadow:0 3px 6px -4px #0000001f,0 6px 16px #00000014,0 9px 28px 8px #0000000d;pointer-events:auto}.ant-modal-close{position:absolute;top:0;right:0;z-index:10;padding:0;color:#00000073;font-weight:700;line-height:1;text-decoration:none;background:transparent;border:0;outline:0;cursor:pointer;transition:color .3s}.ant-modal-close-x{display:block;width:54px;height:54px;font-size:16px;font-style:normal;line-height:54px;text-align:center;text-transform:none;text-rendering:auto}.ant-modal-close:focus,.ant-modal-close:hover{color:#000000bf;text-decoration:none}.ant-modal-header{padding:16px 24px;color:#000000d9;background:#fff;border-bottom:1px solid #f0f0f0;border-radius:2px 2px 0 0}.ant-modal-body{padding:24px;font-size:14px;line-height:1.5715;word-wrap:break-word}.ant-modal-footer{padding:10px 16px;text-align:right;background:transparent;border-top:1px solid #f0f0f0;border-radius:0 0 2px 2px}.ant-modal-footer .ant-btn+.ant-btn:not(.ant-dropdown-trigger){margin-bottom:0;margin-left:8px}.ant-modal-open{overflow:hidden}.ant-modal-centered{text-align:center}.ant-modal-centered:before{display:inline-block;width:0;height:100%;vertical-align:middle;content:""}.ant-modal-centered .ant-modal{top:0;display:inline-block;padding-bottom:0;text-align:left;vertical-align:middle}@media (max-width: 767px){.ant-modal{max-width:calc(100vw - 16px);margin:8px auto}.ant-modal-centered .ant-modal{flex:1}}.ant-modal-confirm .ant-modal-header{display:none}.ant-modal-confirm .ant-modal-body{padding:32px 32px 24px}.ant-modal-confirm-body-wrapper:before{display:table;content:""}.ant-modal-confirm-body-wrapper:after{display:table;clear:both;content:""}.ant-modal-confirm-body .ant-modal-confirm-title{display:block;overflow:hidden;color:#000000d9;font-weight:500;font-size:16px;line-height:1.4}.ant-modal-confirm-body .ant-modal-confirm-content{margin-top:8px;color:#000000d9;font-size:14px}.ant-modal-confirm-body>.anticon{float:left;margin-right:16px;font-size:22px}.ant-modal-confirm-body>.anticon+.ant-modal-confirm-title+.ant-modal-confirm-content{margin-left:38px}.ant-modal-confirm .ant-modal-confirm-btns{margin-top:24px;text-align:right}.ant-modal-confirm .ant-modal-confirm-btns .ant-btn+.ant-btn{margin-bottom:0;margin-left:8px}.ant-modal-confirm-error .ant-modal-confirm-body>.anticon{color:#ff4d4f}.ant-modal-confirm-warning .ant-modal-confirm-body>.anticon,.ant-modal-confirm-confirm .ant-modal-confirm-body>.anticon{color:#faad14}.ant-modal-confirm-info .ant-modal-confirm-body>.anticon{color:#1890ff}.ant-modal-confirm-success .ant-modal-confirm-body>.anticon{color:#52c41a}.ant-modal-confirm .ant-zoom-leave .ant-modal-confirm-btns{pointer-events:none}.ant-modal-wrap-rtl{direction:rtl}.ant-modal-wrap-rtl .ant-modal-close{right:initial;left:0}.ant-modal-wrap-rtl .ant-modal-footer{text-align:left}.ant-modal-wrap-rtl .ant-modal-footer .ant-btn+.ant-btn{margin-right:8px;margin-left:0}.ant-modal-wrap-rtl .ant-modal-confirm-body{direction:rtl}.ant-modal-wrap-rtl .ant-modal-confirm-body>.anticon{float:right;margin-right:0;margin-left:16px}.ant-modal-wrap-rtl .ant-modal-confirm-body>.anticon+.ant-modal-confirm-title+.ant-modal-confirm-content{margin-right:38px;margin-left:0}.ant-modal-wrap-rtl .ant-modal-confirm-btns{text-align:left}.ant-modal-wrap-rtl .ant-modal-confirm-btns .ant-btn+.ant-btn{margin-right:8px;margin-left:0}.ant-modal-wrap-rtl.ant-modal-centered .ant-modal{text-align:right}.ant-notification{box-sizing:border-box;margin:0 24px 0 0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:fixed;z-index:1010}.ant-notification-close-icon{font-size:14px;cursor:pointer}.ant-notification-hook-holder{position:relative}.ant-notification-notice{position:relative;width:384px;max-width:calc(100vw - 48px);margin-bottom:16px;margin-left:auto;padding:16px 24px;overflow:hidden;line-height:1.5715;word-wrap:break-word;background:#fff;border-radius:2px;box-shadow:0 3px 6px -4px #0000001f,0 6px 16px #00000014,0 9px 28px 8px #0000000d}.ant-notification-top .ant-notification-notice,.ant-notification-bottom .ant-notification-notice{margin-right:auto;margin-left:auto}.ant-notification-topLeft .ant-notification-notice,.ant-notification-bottomLeft .ant-notification-notice{margin-right:auto;margin-left:0}.ant-notification-notice-message{margin-bottom:8px;color:#000000d9;font-size:16px;line-height:24px}.ant-notification-notice-message-single-line-auto-margin{display:block;width:calc(264px - 100%);max-width:4px;background-color:transparent;pointer-events:none}.ant-notification-notice-message-single-line-auto-margin:before{display:block;content:""}.ant-notification-notice-description{font-size:14px}.ant-notification-notice-closable .ant-notification-notice-message{padding-right:24px}.ant-notification-notice-with-icon .ant-notification-notice-message{margin-bottom:4px;margin-left:48px;font-size:16px}.ant-notification-notice-with-icon .ant-notification-notice-description{margin-left:48px;font-size:14px}.ant-notification-notice-icon{position:absolute;margin-left:4px;font-size:24px;line-height:24px}.anticon.ant-notification-notice-icon-success{color:#52c41a}.anticon.ant-notification-notice-icon-info{color:#1890ff}.anticon.ant-notification-notice-icon-warning{color:#faad14}.anticon.ant-notification-notice-icon-error{color:#ff4d4f}.ant-notification-notice-close{position:absolute;top:16px;right:22px;color:#00000073;outline:none}.ant-notification-notice-close:hover{color:#000000ab}.ant-notification-notice-btn{float:right;margin-top:16px}.ant-notification .notification-fade-effect{animation-duration:.24s;animation-timing-function:cubic-bezier(.645,.045,.355,1);animation-fill-mode:both}.ant-notification-fade-enter,.ant-notification-fade-appear{animation-duration:.24s;animation-timing-function:cubic-bezier(.645,.045,.355,1);animation-fill-mode:both;opacity:0;animation-play-state:paused}.ant-notification-fade-leave{animation-duration:.24s;animation-timing-function:cubic-bezier(.645,.045,.355,1);animation-fill-mode:both;animation-duration:.2s;animation-play-state:paused}.ant-notification-fade-enter.ant-notification-fade-enter-active,.ant-notification-fade-appear.ant-notification-fade-appear-active{animation-name:NotificationFadeIn;animation-play-state:running}.ant-notification-fade-leave.ant-notification-fade-leave-active{animation-name:NotificationFadeOut;animation-play-state:running}@keyframes NotificationFadeIn{0%{left:384px;opacity:0}to{left:0;opacity:1}}@keyframes NotificationFadeOut{0%{max-height:150px;margin-bottom:16px;opacity:1}to{max-height:0;margin-bottom:0;padding-top:0;padding-bottom:0;opacity:0}}.ant-notification-rtl{direction:rtl}.ant-notification-rtl .ant-notification-notice-closable .ant-notification-notice-message{padding-right:0;padding-left:24px}.ant-notification-rtl .ant-notification-notice-with-icon .ant-notification-notice-message,.ant-notification-rtl .ant-notification-notice-with-icon .ant-notification-notice-description{margin-right:48px;margin-left:0}.ant-notification-rtl .ant-notification-notice-icon{margin-right:4px;margin-left:0}.ant-notification-rtl .ant-notification-notice-close{right:auto;left:22px}.ant-notification-rtl .ant-notification-notice-btn{float:left}.ant-notification-top,.ant-notification-bottom{margin-right:0;margin-left:0}.ant-notification-top .ant-notification-fade-enter.ant-notification-fade-enter-active,.ant-notification-top .ant-notification-fade-appear.ant-notification-fade-appear-active{animation-name:NotificationTopFadeIn}.ant-notification-bottom .ant-notification-fade-enter.ant-notification-fade-enter-active,.ant-notification-bottom .ant-notification-fade-appear.ant-notification-fade-appear-active{animation-name:NotificationBottomFadeIn}.ant-notification-topLeft,.ant-notification-bottomLeft{margin-right:0;margin-left:24px}.ant-notification-topLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,.ant-notification-bottomLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,.ant-notification-topLeft .ant-notification-fade-appear.ant-notification-fade-appear-active,.ant-notification-bottomLeft .ant-notification-fade-appear.ant-notification-fade-appear-active{animation-name:NotificationLeftFadeIn}@keyframes NotificationTopFadeIn{0%{margin-top:-100%;opacity:0}to{margin-top:0;opacity:1}}@keyframes NotificationBottomFadeIn{0%{margin-bottom:-100%;opacity:0}to{margin-bottom:0;opacity:1}}@keyframes NotificationLeftFadeIn{0%{right:384px;opacity:0}to{right:0;opacity:1}}.ant-page-header{box-sizing:border-box;margin:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;padding:16px 24px;background-color:#fff}.ant-page-header-ghost{background-color:inherit}.ant-page-header.has-breadcrumb{padding-top:12px}.ant-page-header.has-footer{padding-bottom:0}.ant-page-header-back{margin-right:16px;font-size:16px;line-height:1}.ant-page-header-back-button{color:#1890ff;outline:none;cursor:pointer;transition:color .3s;color:#000}.ant-page-header-back-button:focus-visible,.ant-page-header-back-button:hover{color:#40a9ff}.ant-page-header-back-button:active{color:#096dd9}.ant-page-header .ant-divider-vertical{height:14px;margin:0 12px;vertical-align:middle}.ant-breadcrumb+.ant-page-header-heading{margin-top:8px}.ant-page-header-heading{display:flex;justify-content:space-between}.ant-page-header-heading-left{display:flex;align-items:center;margin:4px 0;overflow:hidden}.ant-page-header-heading-title{margin-right:12px;margin-bottom:0;color:#000000d9;font-weight:600;font-size:20px;line-height:32px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ant-page-header-heading .ant-avatar{margin-right:12px}.ant-page-header-heading-sub-title{margin-right:12px;color:#00000073;font-size:14px;line-height:1.5715;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ant-page-header-heading-extra{margin:4px 0;white-space:nowrap}.ant-page-header-heading-extra>*{white-space:unset}.ant-page-header-content{padding-top:12px}.ant-page-header-footer{margin-top:16px}.ant-page-header-footer .ant-tabs>.ant-tabs-nav{margin:0}.ant-page-header-footer .ant-tabs>.ant-tabs-nav:before{border:none}.ant-page-header-footer .ant-tabs .ant-tabs-tab{padding-top:8px;padding-bottom:8px;font-size:16px}.ant-page-header-compact .ant-page-header-heading{flex-wrap:wrap}.ant-page-header-rtl{direction:rtl}.ant-page-header-rtl .ant-page-header-back{float:right;margin-right:0;margin-left:16px}.ant-page-header-rtl .ant-page-header-heading-title,.ant-page-header-rtl .ant-page-header-heading .ant-avatar{margin-right:0;margin-left:12px}.ant-page-header-rtl .ant-page-header-heading-sub-title{float:right;margin-right:0;margin-left:12px}.ant-page-header-rtl .ant-page-header-heading-tags{float:right}.ant-page-header-rtl .ant-page-header-heading-extra{float:left}.ant-page-header-rtl .ant-page-header-heading-extra>*{margin-right:12px;margin-left:0}.ant-page-header-rtl .ant-page-header-heading-extra>*:first-child{margin-right:0}.ant-page-header-rtl .ant-page-header-footer .ant-tabs-bar .ant-tabs-nav{float:right}.ant-popconfirm{z-index:1060}.ant-progress{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";display:inline-block}.ant-progress-line{position:relative;width:100%;font-size:14px}.ant-progress-steps{display:inline-block}.ant-progress-steps-outer{display:flex;flex-direction:row;align-items:center}.ant-progress-steps-item{flex-shrink:0;min-width:2px;margin-right:2px;background:#f3f3f3;transition:all .3s}.ant-progress-steps-item-active{background:#1890ff}.ant-progress-small.ant-progress-line,.ant-progress-small.ant-progress-line .ant-progress-text .anticon{font-size:12px}.ant-progress-outer{display:inline-block;width:100%;margin-right:0;padding-right:0}.ant-progress-show-info .ant-progress-outer{margin-right:calc(-2em - 8px);padding-right:calc(2em + 8px)}.ant-progress-inner{position:relative;display:inline-block;width:100%;overflow:hidden;vertical-align:middle;background-color:#f5f5f5;border-radius:100px}.ant-progress-circle-trail{stroke:#f5f5f5}.ant-progress-circle-path{animation:ant-progress-appear .3s}.ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path{stroke:#1890ff}.ant-progress-success-bg,.ant-progress-bg{position:relative;background-color:#1890ff;border-radius:100px;transition:all .4s cubic-bezier(.08,.82,.17,1) 0s}.ant-progress-success-bg{position:absolute;top:0;left:0;background-color:#52c41a}.ant-progress-text{display:inline-block;width:2em;margin-left:8px;color:#000000d9;font-size:1em;line-height:1;white-space:nowrap;text-align:left;vertical-align:middle;word-break:normal}.ant-progress-text .anticon{font-size:14px}.ant-progress-status-active .ant-progress-bg:before{position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;border-radius:10px;opacity:0;animation:ant-progress-active 2.4s cubic-bezier(.23,1,.32,1) infinite;content:""}.ant-progress-status-exception .ant-progress-bg{background-color:#ff4d4f}.ant-progress-status-exception .ant-progress-text{color:#ff4d4f}.ant-progress-status-exception .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path{stroke:#ff4d4f}.ant-progress-status-success .ant-progress-bg{background-color:#52c41a}.ant-progress-status-success .ant-progress-text{color:#52c41a}.ant-progress-status-success .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path{stroke:#52c41a}.ant-progress-circle .ant-progress-inner{position:relative;line-height:1;background-color:transparent}.ant-progress-circle .ant-progress-text{position:absolute;top:50%;left:50%;width:100%;margin:0;padding:0;color:#000000d9;font-size:1em;line-height:1;white-space:normal;text-align:center;transform:translate(-50%,-50%)}.ant-progress-circle .ant-progress-text .anticon{font-size:1.16666667em}.ant-progress-circle.ant-progress-status-exception .ant-progress-text{color:#ff4d4f}.ant-progress-circle.ant-progress-status-success .ant-progress-text{color:#52c41a}@keyframes ant-progress-active{0%{transform:translate(-100%) scaleX(0);opacity:.1}20%{transform:translate(-100%) scaleX(0);opacity:.5}to{transform:translate(0) scaleX(1);opacity:0}}.ant-progress-rtl{direction:rtl}.ant-progress-rtl.ant-progress-show-info .ant-progress-outer{margin-right:0;margin-left:calc(-2em - 8px);padding-right:0;padding-left:calc(2em + 8px)}.ant-progress-rtl .ant-progress-success-bg{right:0;left:auto}.ant-progress-rtl.ant-progress-line .ant-progress-text,.ant-progress-rtl.ant-progress-steps .ant-progress-text{margin-right:8px;margin-left:0;text-align:right}.ant-rate{box-sizing:border-box;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;font-feature-settings:"tnum";display:inline-block;margin:0;padding:0;color:#fadb14;font-size:20px;line-height:unset;list-style:none;outline:none}.ant-rate-disabled .ant-rate-star{cursor:default}.ant-rate-disabled .ant-rate-star>div:hover{transform:scale(1)}.ant-rate-star{position:relative;display:inline-block;color:inherit;cursor:pointer}.ant-rate-star:not(:last-child){margin-right:8px}.ant-rate-star>div{transition:all .3s,outline 0s}.ant-rate-star>div:hover{transform:scale(1.1)}.ant-rate-star>div:focus{outline:0}.ant-rate-star>div:focus-visible{outline:1px dashed #fadb14;transform:scale(1.1)}.ant-rate-star-first,.ant-rate-star-second{color:#f0f0f0;transition:all .3s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-rate-star-first .anticon,.ant-rate-star-second .anticon{vertical-align:middle}.ant-rate-star-first{position:absolute;top:0;left:0;width:50%;height:100%;overflow:hidden;opacity:0}.ant-rate-star-half .ant-rate-star-first,.ant-rate-star-half .ant-rate-star-second{opacity:1}.ant-rate-star-half .ant-rate-star-first,.ant-rate-star-full .ant-rate-star-second{color:inherit}.ant-rate-text{display:inline-block;margin:0 8px;font-size:14px}.ant-rate-rtl{direction:rtl}.ant-rate-rtl .ant-rate-star:not(:last-child){margin-right:0;margin-left:8px}.ant-rate-rtl .ant-rate-star-first{right:0;left:auto}.ant-result{padding:48px 32px}.ant-result-success .ant-result-icon>.anticon{color:#52c41a}.ant-result-error .ant-result-icon>.anticon{color:#ff4d4f}.ant-result-info .ant-result-icon>.anticon{color:#1890ff}.ant-result-warning .ant-result-icon>.anticon{color:#faad14}.ant-result-image{width:250px;height:295px;margin:auto}.ant-result-icon{margin-bottom:24px;text-align:center}.ant-result-icon>.anticon{font-size:72px}.ant-result-title{color:#000000d9;font-size:24px;line-height:1.8;text-align:center}.ant-result-subtitle{color:#00000073;font-size:14px;line-height:1.6;text-align:center}.ant-result-extra{margin:24px 0 0;text-align:center}.ant-result-extra>*{margin-right:8px}.ant-result-extra>*:last-child{margin-right:0}.ant-result-content{margin-top:24px;padding:24px 40px;background-color:#fafafa}.ant-result-rtl{direction:rtl}.ant-result-rtl .ant-result-extra>*{margin-right:0;margin-left:8px}.ant-result-rtl .ant-result-extra>*:last-child{margin-left:0}.segmented-disabled-item,.segmented-disabled-item:hover,.segmented-disabled-item:focus{color:#00000040;cursor:not-allowed}.segmented-item-selected{background-color:#fff;border-radius:2px;box-shadow:0 2px 8px -2px #0000000d,0 1px 4px -1px #00000012,0 0 1px #00000014}.segmented-text-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-break:keep-all}.ant-segmented{box-sizing:border-box;margin:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";display:inline-block;padding:2px;color:#000000a6;background-color:#0000000a;border-radius:2px;transition:all .3s cubic-bezier(.645,.045,.355,1)}.ant-segmented-group{position:relative;display:flex;align-items:stretch;justify-items:flex-start;width:100%}.ant-segmented.ant-segmented-block{display:flex}.ant-segmented.ant-segmented-block .ant-segmented-item{flex:1;min-width:0}.ant-segmented:not(.ant-segmented-disabled):hover,.ant-segmented:not(.ant-segmented-disabled):focus{background-color:#0000000f}.ant-segmented-item{position:relative;text-align:center;cursor:pointer;transition:color .3s cubic-bezier(.645,.045,.355,1)}.ant-segmented-item-selected{background-color:#fff;border-radius:2px;box-shadow:0 2px 8px -2px #0000000d,0 1px 4px -1px #00000012,0 0 1px #00000014;color:#262626}.ant-segmented-item:hover,.ant-segmented-item:focus{color:#262626}.ant-segmented-item-label{min-height:28px;padding:0 11px;line-height:28px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-break:keep-all}.ant-segmented-item-icon+*{margin-left:6px}.ant-segmented-item-input{position:absolute;top:0;left:0;width:0;height:0;opacity:0;pointer-events:none}.ant-segmented.ant-segmented-lg .ant-segmented-item-label{min-height:36px;padding:0 11px;font-size:16px;line-height:36px}.ant-segmented.ant-segmented-sm .ant-segmented-item-label{min-height:20px;padding:0 7px;line-height:20px}.ant-segmented-item-disabled,.ant-segmented-item-disabled:hover,.ant-segmented-item-disabled:focus{color:#00000040;cursor:not-allowed}.ant-segmented-thumb{background-color:#fff;border-radius:2px;box-shadow:0 2px 8px -2px #0000000d,0 1px 4px -1px #00000012,0 0 1px #00000014;position:absolute;top:0;left:0;width:0;height:100%;padding:4px 0}.ant-segmented-thumb-motion-appear-active{transition:transform .3s cubic-bezier(.645,.045,.355,1),width .3s cubic-bezier(.645,.045,.355,1);will-change:transform,width}.ant-segmented.ant-segmented-rtl{direction:rtl}.ant-segmented.ant-segmented-rtl .ant-segmented-item-icon{margin-right:0;margin-left:6px}.ant-slider{box-sizing:border-box;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;height:12px;margin:10px 6px;padding:4px 0;cursor:pointer;touch-action:none}.ant-slider-vertical{width:12px;height:100%;margin:6px 10px;padding:0 4px}.ant-slider-vertical .ant-slider-rail{width:4px;height:100%}.ant-slider-vertical .ant-slider-track{width:4px}.ant-slider-vertical .ant-slider-handle{margin-top:-6px;margin-left:-5px}.ant-slider-vertical .ant-slider-mark{top:0;left:12px;width:18px;height:100%}.ant-slider-vertical .ant-slider-mark-text{left:4px;white-space:nowrap}.ant-slider-vertical .ant-slider-step{width:4px;height:100%}.ant-slider-vertical .ant-slider-dot{top:auto;margin-left:-2px}.ant-slider-tooltip .ant-tooltip-inner{min-width:unset}.ant-slider-rtl.ant-slider-vertical .ant-slider-handle{margin-right:-5px;margin-left:0}.ant-slider-rtl.ant-slider-vertical .ant-slider-mark{right:12px;left:auto}.ant-slider-rtl.ant-slider-vertical .ant-slider-mark-text{right:4px;left:auto}.ant-slider-rtl.ant-slider-vertical .ant-slider-dot{right:2px;left:auto}.ant-slider-with-marks{margin-bottom:28px}.ant-slider-rail{position:absolute;width:100%;height:4px;background-color:#f5f5f5;border-radius:2px;transition:background-color .3s}.ant-slider-track{position:absolute;height:4px;background-color:#91d5ff;border-radius:2px;transition:background-color .3s}.ant-slider-handle{position:absolute;width:14px;height:14px;margin-top:-5px;background-color:#fff;border:solid 2px #91d5ff;border-radius:50%;box-shadow:0;cursor:pointer;transition:border-color .3s,box-shadow .6s,transform .3s cubic-bezier(.18,.89,.32,1.28)}.ant-slider-handle-dragging{z-index:1}.ant-slider-handle:focus{border-color:#46a6ff;outline:none;box-shadow:0 0 0 5px #1890ff1f}.ant-slider-handle.ant-tooltip-open{border-color:#1890ff}.ant-slider-handle:after{position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;content:""}.ant-slider:hover .ant-slider-rail{background-color:#e1e1e1}.ant-slider:hover .ant-slider-track{background-color:#69c0ff}.ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open){border-color:#69c0ff}.ant-slider-mark{position:absolute;top:14px;left:0;width:100%;font-size:14px}.ant-slider-mark-text{position:absolute;display:inline-block;color:#00000073;text-align:center;word-break:keep-all;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-slider-mark-text-active{color:#000000d9}.ant-slider-step{position:absolute;width:100%;height:4px;background:transparent;pointer-events:none}.ant-slider-dot{position:absolute;top:-2px;width:8px;height:8px;background-color:#fff;border:2px solid #f0f0f0;border-radius:50%;cursor:pointer}.ant-slider-dot-active{border-color:#8cc8ff}.ant-slider-disabled{cursor:not-allowed}.ant-slider-disabled .ant-slider-rail{background-color:#f5f5f5!important}.ant-slider-disabled .ant-slider-track{background-color:#00000040!important}.ant-slider-disabled .ant-slider-handle,.ant-slider-disabled .ant-slider-dot{background-color:#fff;border-color:#00000040!important;box-shadow:none;cursor:not-allowed}.ant-slider-disabled .ant-slider-mark-text,.ant-slider-disabled .ant-slider-dot{cursor:not-allowed!important}.ant-slider-rtl{direction:rtl}.ant-slider-rtl .ant-slider-mark{right:0;left:auto}.ant-statistic{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum"}.ant-statistic-title{margin-bottom:4px;color:#00000073;font-size:14px}.ant-statistic-skeleton{padding-top:16px}.ant-statistic-content{color:#000000d9;font-size:24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.ant-statistic-content-value{display:inline-block;direction:ltr}.ant-statistic-content-prefix,.ant-statistic-content-suffix{display:inline-block}.ant-statistic-content-prefix{margin-right:4px}.ant-statistic-content-suffix{margin-left:4px}.ant-statistic-rtl{direction:rtl}.ant-statistic-rtl .ant-statistic-content-prefix{margin-right:0;margin-left:4px}.ant-statistic-rtl .ant-statistic-content-suffix{margin-right:4px;margin-left:0}.ant-steps{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";display:flex;width:100%;font-size:0;text-align:initial}.ant-steps-item{position:relative;display:inline-block;flex:1;overflow:hidden;vertical-align:top}.ant-steps-item-container{outline:none}.ant-steps-item:last-child{flex:none}.ant-steps-item:last-child>.ant-steps-item-container>.ant-steps-item-tail,.ant-steps-item:last-child>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after{display:none}.ant-steps-item-icon,.ant-steps-item-content{display:inline-block;vertical-align:top}.ant-steps-item-icon{width:32px;height:32px;margin:0 8px 0 0;font-size:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";line-height:32px;text-align:center;border:1px solid rgba(0,0,0,.25);border-radius:32px;transition:background-color .3s,border-color .3s}.ant-steps-item-icon .ant-steps-icon{position:relative;top:-.5px;color:#1890ff;line-height:1}.ant-steps-item-tail{position:absolute;top:12px;left:0;width:100%;padding:0 10px}.ant-steps-item-tail:after{display:inline-block;width:100%;height:1px;background:#f0f0f0;border-radius:1px;transition:background .3s;content:""}.ant-steps-item-title{position:relative;display:inline-block;padding-right:16px;color:#000000d9;font-size:16px;line-height:32px}.ant-steps-item-title:after{position:absolute;top:16px;left:100%;display:block;width:9999px;height:1px;background:#f0f0f0;content:""}.ant-steps-item-subtitle{display:inline;margin-left:8px;color:#00000073;font-weight:400;font-size:14px}.ant-steps-item-description{color:#00000073;font-size:14px}.ant-steps-item-wait .ant-steps-item-icon{background-color:#fff;border-color:#00000040}.ant-steps-item-wait .ant-steps-item-icon>.ant-steps-icon{color:#00000040}.ant-steps-item-wait .ant-steps-item-icon>.ant-steps-icon .ant-steps-icon-dot{background:rgba(0,0,0,.25)}.ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title{color:#00000073}.ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after{background-color:#f0f0f0}.ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-description{color:#00000073}.ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-tail:after{background-color:#f0f0f0}.ant-steps-item-process .ant-steps-item-icon{background-color:#fff;border-color:#1890ff}.ant-steps-item-process .ant-steps-item-icon>.ant-steps-icon{color:#1890ff}.ant-steps-item-process .ant-steps-item-icon>.ant-steps-icon .ant-steps-icon-dot{background:#1890ff}.ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title{color:#000000d9}.ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after{background-color:#f0f0f0}.ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-description{color:#000000d9}.ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-tail:after{background-color:#f0f0f0}.ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-icon{background:#1890ff}.ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-icon .ant-steps-icon{color:#fff}.ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-title{font-weight:500}.ant-steps-item-finish .ant-steps-item-icon{background-color:#fff;border-color:#1890ff}.ant-steps-item-finish .ant-steps-item-icon>.ant-steps-icon{color:#1890ff}.ant-steps-item-finish .ant-steps-item-icon>.ant-steps-icon .ant-steps-icon-dot{background:#1890ff}.ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title{color:#000000d9}.ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after{background-color:#1890ff}.ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-description{color:#00000073}.ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-tail:after{background-color:#1890ff}.ant-steps-item-error .ant-steps-item-icon{background-color:#fff;border-color:#ff4d4f}.ant-steps-item-error .ant-steps-item-icon>.ant-steps-icon{color:#ff4d4f}.ant-steps-item-error .ant-steps-item-icon>.ant-steps-icon .ant-steps-icon-dot{background:#ff4d4f}.ant-steps-item-error>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title{color:#ff4d4f}.ant-steps-item-error>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after{background-color:#f0f0f0}.ant-steps-item-error>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-description{color:#ff4d4f}.ant-steps-item-error>.ant-steps-item-container>.ant-steps-item-tail:after{background-color:#f0f0f0}.ant-steps-item.ant-steps-next-error .ant-steps-item-title:after{background:#ff4d4f}.ant-steps-item-disabled{cursor:not-allowed}.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button]{cursor:pointer}.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button] .ant-steps-item-title,.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button] .ant-steps-item-subtitle,.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button] .ant-steps-item-description,.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button] .ant-steps-item-icon .ant-steps-icon{transition:color .3s}.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button]:hover .ant-steps-item-title,.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button]:hover .ant-steps-item-subtitle,.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button]:hover .ant-steps-item-description{color:#1890ff}.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process)>.ant-steps-item-container[role=button]:hover .ant-steps-item-icon{border-color:#1890ff}.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process)>.ant-steps-item-container[role=button]:hover .ant-steps-item-icon .ant-steps-icon{color:#1890ff}.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item{padding-left:16px;white-space:nowrap}.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child{padding-left:0}.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title{padding-right:0}.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-tail{display:none}.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-description{max-width:140px;white-space:normal}.ant-steps-item-custom>.ant-steps-item-container>.ant-steps-item-icon{height:auto;background:none;border:0}.ant-steps-item-custom>.ant-steps-item-container>.ant-steps-item-icon>.ant-steps-icon{top:0px;left:.5px;width:32px;height:32px;font-size:24px;line-height:32px}.ant-steps-item-custom.ant-steps-item-process .ant-steps-item-icon>.ant-steps-icon{color:#1890ff}.ant-steps:not(.ant-steps-vertical) .ant-steps-item-custom .ant-steps-item-icon{width:auto;background:none}.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item{padding-left:12px}.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child{padding-left:0}.ant-steps-small .ant-steps-item-icon{width:24px;height:24px;margin:0 8px 0 0;font-size:12px;line-height:24px;text-align:center;border-radius:24px}.ant-steps-small .ant-steps-item-title{padding-right:12px;font-size:14px;line-height:24px}.ant-steps-small .ant-steps-item-title:after{top:12px}.ant-steps-small .ant-steps-item-description{color:#00000073;font-size:14px}.ant-steps-small .ant-steps-item-tail{top:8px}.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon{width:inherit;height:inherit;line-height:inherit;background:none;border:0;border-radius:0}.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon>.ant-steps-icon{font-size:24px;line-height:24px;transform:none}.ant-steps-vertical{display:flex;flex-direction:column}.ant-steps-vertical>.ant-steps-item{display:block;flex:1 0 auto;padding-left:0;overflow:visible}.ant-steps-vertical>.ant-steps-item .ant-steps-item-icon{float:left;margin-right:16px}.ant-steps-vertical>.ant-steps-item .ant-steps-item-content{display:block;min-height:48px;overflow:hidden}.ant-steps-vertical>.ant-steps-item .ant-steps-item-title{line-height:32px}.ant-steps-vertical>.ant-steps-item .ant-steps-item-description{padding-bottom:12px}.ant-steps-vertical>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail{position:absolute;top:0;left:15px;width:1px;height:100%;padding:38px 0 6px}.ant-steps-vertical>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail:after{width:1px;height:100%}.ant-steps-vertical>.ant-steps-item:not(:last-child)>.ant-steps-item-container>.ant-steps-item-tail{display:block}.ant-steps-vertical>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after{display:none}.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail{position:absolute;top:0;left:11px;padding:30px 0 6px}.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-title{line-height:24px}.ant-steps-label-vertical .ant-steps-item{overflow:visible}.ant-steps-label-vertical .ant-steps-item-tail{margin-left:58px;padding:3.5px 24px}.ant-steps-label-vertical .ant-steps-item-content{display:block;width:116px;margin-top:8px;text-align:center}.ant-steps-label-vertical .ant-steps-item-icon{display:inline-block;margin-left:42px}.ant-steps-label-vertical .ant-steps-item-title{padding-right:0;padding-left:0}.ant-steps-label-vertical .ant-steps-item-title:after{display:none}.ant-steps-label-vertical .ant-steps-item-subtitle{display:block;margin-bottom:4px;margin-left:0;line-height:1.5715}.ant-steps-label-vertical.ant-steps-small:not(.ant-steps-dot) .ant-steps-item-icon{margin-left:46px}.ant-steps-dot .ant-steps-item-title,.ant-steps-dot.ant-steps-small .ant-steps-item-title{line-height:1.5715}.ant-steps-dot .ant-steps-item-tail,.ant-steps-dot.ant-steps-small .ant-steps-item-tail{top:2px;width:100%;margin:0 0 0 70px;padding:0}.ant-steps-dot .ant-steps-item-tail:after,.ant-steps-dot.ant-steps-small .ant-steps-item-tail:after{width:calc(100% - 20px);height:3px;margin-left:12px}.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot,.ant-steps-dot.ant-steps-small .ant-steps-item:first-child .ant-steps-icon-dot{left:2px}.ant-steps-dot .ant-steps-item-icon,.ant-steps-dot.ant-steps-small .ant-steps-item-icon{width:8px;height:8px;margin-left:67px;padding-right:0;line-height:8px;background:transparent;border:0}.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot{position:relative;float:left;width:100%;height:100%;border-radius:100px;transition:all .3s}.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot:after,.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot:after{position:absolute;top:-12px;left:-26px;width:60px;height:32px;background:rgba(0,0,0,.001);content:""}.ant-steps-dot .ant-steps-item-content,.ant-steps-dot.ant-steps-small .ant-steps-item-content{width:140px}.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon,.ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-item-icon{position:relative;top:-1px;width:10px;height:10px;line-height:10px;background:none}.ant-steps-dot .ant-steps-item-process .ant-steps-icon:first-child .ant-steps-icon-dot,.ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-icon:first-child .ant-steps-icon-dot{left:0}.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon{margin-top:13px;margin-left:0;background:none}.ant-steps-vertical.ant-steps-dot .ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail{top:6.5px;left:-9px;margin:0;padding:22px 0 4px}.ant-steps-vertical.ant-steps-dot.ant-steps-small .ant-steps-item-icon{margin-top:10px}.ant-steps-vertical.ant-steps-dot.ant-steps-small .ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail{top:3.5px}.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot{left:0}.ant-steps-vertical.ant-steps-dot .ant-steps-item-content{width:inherit}.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-item-container .ant-steps-item-icon .ant-steps-icon-dot{top:-1px;left:-1px}.ant-steps-navigation{padding-top:12px}.ant-steps-navigation.ant-steps-small .ant-steps-item-container{margin-left:-12px}.ant-steps-navigation .ant-steps-item{overflow:visible;text-align:center}.ant-steps-navigation .ant-steps-item-container{display:inline-block;height:100%;margin-left:-16px;padding-bottom:12px;text-align:left;transition:opacity .3s}.ant-steps-navigation .ant-steps-item-container .ant-steps-item-content{max-width:auto}.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title{max-width:100%;padding-right:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title:after{display:none}.ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role=button]{cursor:pointer}.ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role=button]:hover{opacity:.85}.ant-steps-navigation .ant-steps-item:last-child{flex:1}.ant-steps-navigation .ant-steps-item:last-child:after{display:none}.ant-steps-navigation .ant-steps-item:after{position:absolute;top:50%;left:100%;display:inline-block;width:12px;height:12px;margin-top:-14px;margin-left:-2px;border:1px solid rgba(0,0,0,.25);border-bottom:none;border-left:none;transform:rotate(45deg);content:""}.ant-steps-navigation .ant-steps-item:before{position:absolute;bottom:0;left:50%;display:inline-block;width:0;height:2px;background-color:#1890ff;transition:width .3s,left .3s;transition-timing-function:ease-out;content:""}.ant-steps-navigation .ant-steps-item.ant-steps-item-active:before{left:0;width:100%}.ant-steps-navigation.ant-steps-vertical>.ant-steps-item{margin-right:0!important}.ant-steps-navigation.ant-steps-vertical>.ant-steps-item:before{display:none}.ant-steps-navigation.ant-steps-vertical>.ant-steps-item.ant-steps-item-active:before{top:0;right:0;left:unset;display:block;width:3px;height:calc(100% - 24px)}.ant-steps-navigation.ant-steps-vertical>.ant-steps-item:after{position:relative;top:-2px;left:50%;display:block;width:8px;height:8px;margin-bottom:8px;text-align:center;transform:rotate(135deg)}.ant-steps-navigation.ant-steps-vertical>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail{visibility:hidden}.ant-steps-navigation.ant-steps-horizontal>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail{visibility:hidden}.ant-steps-rtl{direction:rtl}.ant-steps.ant-steps-rtl .ant-steps-item-icon{margin-right:0;margin-left:8px}.ant-steps-rtl .ant-steps-item-tail{right:0;left:auto}.ant-steps-rtl .ant-steps-item-title{padding-right:0;padding-left:16px}.ant-steps-rtl .ant-steps-item-title .ant-steps-item-subtitle{float:left;margin-right:8px;margin-left:0}.ant-steps-rtl .ant-steps-item-title:after{right:100%;left:auto}.ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item{padding-right:16px;padding-left:0}.ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child{padding-right:0}.ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title{padding-left:0}.ant-steps-rtl .ant-steps-item-custom .ant-steps-item-icon>.ant-steps-icon{right:.5px;left:auto}.ant-steps-rtl.ant-steps-navigation.ant-steps-small .ant-steps-item-container{margin-right:-12px;margin-left:0}.ant-steps-rtl.ant-steps-navigation .ant-steps-item-container{margin-right:-16px;margin-left:0;text-align:right}.ant-steps-rtl.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title{padding-left:0}.ant-steps-rtl.ant-steps-navigation .ant-steps-item:after{right:100%;left:auto;margin-right:-2px;margin-left:0;transform:rotate(225deg)}.ant-steps-rtl.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item{padding-right:12px;padding-left:0}.ant-steps-rtl.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child{padding-right:0}.ant-steps-rtl.ant-steps-small .ant-steps-item-title{padding-right:0;padding-left:12px}.ant-steps-rtl.ant-steps-vertical>.ant-steps-item .ant-steps-item-icon{float:right;margin-right:0;margin-left:16px}.ant-steps-rtl.ant-steps-vertical>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail{right:16px;left:auto}.ant-steps-rtl.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail{right:12px;left:auto}.ant-steps-rtl.ant-steps-label-vertical .ant-steps-item-title{padding-left:0}.ant-steps-rtl.ant-steps-dot .ant-steps-item-tail,.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-tail{margin:0 70px 0 0}.ant-steps-rtl.ant-steps-dot .ant-steps-item-tail:after,.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-tail:after{margin-right:12px;margin-left:0}.ant-steps-rtl.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot,.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item:first-child .ant-steps-icon-dot{right:2px;left:auto}.ant-steps-rtl.ant-steps-dot .ant-steps-item-icon,.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon{margin-right:67px;margin-left:0}.ant-steps-rtl.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot{float:right}.ant-steps-rtl.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot:after,.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot:after{right:-26px;left:auto}.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon{margin-right:0;margin-left:16px}.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail{right:-9px;left:auto}.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot{right:0;left:auto}.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-icon-dot{right:-2px;left:auto}.ant-steps-rtl.ant-steps-with-progress.ant-steps-vertical>.ant-steps-item{padding-right:4px}.ant-steps-rtl.ant-steps-with-progress.ant-steps-vertical>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail{right:19px}.ant-steps-rtl.ant-steps-with-progress.ant-steps-small.ant-steps-vertical>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail{right:15px}.ant-steps-rtl.ant-steps-with-progress.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child{padding-right:4px;padding-left:0}.ant-steps-rtl.ant-steps-with-progress.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child.ant-steps-item-active{padding-right:4px}.ant-steps-with-progress .ant-steps-item{padding-top:4px}.ant-steps-with-progress .ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail{top:4px;left:19px}.ant-steps-with-progress.ant-steps-horizontal .ant-steps-item:first-child,.ant-steps-with-progress.ant-steps-small.ant-steps-horizontal .ant-steps-item:first-child{padding-bottom:4px;padding-left:4px}.ant-steps-with-progress.ant-steps-small>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail{left:15px}.ant-steps-with-progress.ant-steps-vertical .ant-steps-item{padding-left:4px}.ant-steps-with-progress.ant-steps-label-vertical .ant-steps-item .ant-steps-item-tail{top:14px!important}.ant-steps-with-progress .ant-steps-item-icon{position:relative}.ant-steps-with-progress .ant-steps-item-icon .ant-progress{position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px}.ant-switch{margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;display:inline-block;box-sizing:border-box;min-width:44px;height:22px;line-height:22px;vertical-align:middle;background-color:#00000040;border:0;border-radius:100px;cursor:pointer;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-switch:focus{outline:0;box-shadow:0 0 0 2px #0000001a}.ant-switch-checked:focus{box-shadow:0 0 0 2px #e6f7ff}.ant-switch:focus:hover{box-shadow:none}.ant-switch-checked{background-color:#1890ff}.ant-switch-loading,.ant-switch-disabled{cursor:not-allowed;opacity:.4}.ant-switch-loading *,.ant-switch-disabled *{box-shadow:none;cursor:not-allowed}.ant-switch-inner{display:block;margin:0 7px 0 25px;color:#fff;font-size:12px;transition:margin .2s}.ant-switch-checked .ant-switch-inner{margin:0 25px 0 7px}.ant-switch-handle{position:absolute;top:2px;left:2px;width:18px;height:18px;transition:all .2s ease-in-out}.ant-switch-handle:before{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#fff;border-radius:9px;box-shadow:0 2px 4px #00230b33;transition:all .2s ease-in-out;content:""}.ant-switch-checked .ant-switch-handle{left:calc(100% - 20px)}.ant-switch:not(.ant-switch-disabled):active .ant-switch-handle:before{right:-30%;left:0}.ant-switch:not(.ant-switch-disabled):active.ant-switch-checked .ant-switch-handle:before{right:0;left:-30%}.ant-switch-loading-icon.anticon{position:relative;top:2px;color:#000000a6;vertical-align:top}.ant-switch-checked .ant-switch-loading-icon{color:#1890ff}.ant-switch-small{min-width:28px;height:16px;line-height:16px}.ant-switch-small .ant-switch-inner{margin:0 5px 0 18px;font-size:12px}.ant-switch-small .ant-switch-handle{width:12px;height:12px}.ant-switch-small .ant-switch-loading-icon{top:1.5px;font-size:9px}.ant-switch-small.ant-switch-checked .ant-switch-inner{margin:0 18px 0 5px}.ant-switch-small.ant-switch-checked .ant-switch-handle{left:calc(100% - 14px)}.ant-switch-rtl{direction:rtl}.ant-switch-rtl .ant-switch-inner{margin:0 25px 0 7px}.ant-switch-rtl .ant-switch-handle{right:2px;left:auto}.ant-switch-rtl:not(.ant-switch-rtl-disabled):active .ant-switch-handle:before{right:0;left:-30%}.ant-switch-rtl:not(.ant-switch-rtl-disabled):active.ant-switch-checked .ant-switch-handle:before{right:-30%;left:0}.ant-switch-rtl.ant-switch-checked .ant-switch-inner{margin:0 7px 0 25px}.ant-switch-rtl.ant-switch-checked .ant-switch-handle{right:calc(100% - 20px)}.ant-switch-rtl.ant-switch-small.ant-switch-checked .ant-switch-handle{right:calc(100% - 14px)}.ant-table.ant-table-middle{font-size:14px}.ant-table.ant-table-middle .ant-table-title,.ant-table.ant-table-middle .ant-table-footer,.ant-table.ant-table-middle .ant-table-thead>tr>th,.ant-table.ant-table-middle .ant-table-tbody>tr>td,.ant-table.ant-table-middle tfoot>tr>th,.ant-table.ant-table-middle tfoot>tr>td{padding:12px 8px}.ant-table.ant-table-middle .ant-table-filter-trigger{margin-right:-4px}.ant-table.ant-table-middle .ant-table-expanded-row-fixed{margin:-12px -8px}.ant-table.ant-table-middle .ant-table-tbody .ant-table-wrapper:only-child .ant-table{margin:-12px -8px -12px 40px}.ant-table.ant-table-middle .ant-table-selection-column{padding-inline-start:2px}.ant-table.ant-table-small{font-size:14px}.ant-table.ant-table-small .ant-table-title,.ant-table.ant-table-small .ant-table-footer,.ant-table.ant-table-small .ant-table-thead>tr>th,.ant-table.ant-table-small .ant-table-tbody>tr>td,.ant-table.ant-table-small tfoot>tr>th,.ant-table.ant-table-small tfoot>tr>td{padding:8px}.ant-table.ant-table-small .ant-table-filter-trigger{margin-right:-4px}.ant-table.ant-table-small .ant-table-expanded-row-fixed{margin:-8px}.ant-table.ant-table-small .ant-table-tbody .ant-table-wrapper:only-child .ant-table{margin:-8px -8px -8px 40px}.ant-table.ant-table-small .ant-table-selection-column{padding-inline-start:2px}.ant-table.ant-table-bordered>.ant-table-title{border:1px solid #f0f0f0;border-bottom:0}.ant-table.ant-table-bordered>.ant-table-container{border-left:1px solid #f0f0f0}.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>thead>tr>th,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>thead>tr>th,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>thead>tr>th,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-summary>table>thead>tr>th,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>tbody>tr>td,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>tbody>tr>td,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>tbody>tr>td,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-summary>table>tbody>tr>td,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>tfoot>tr>th,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>tfoot>tr>th,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>tfoot>tr>th,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-summary>table>tfoot>tr>th,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>tfoot>tr>td,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>tfoot>tr>td,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>tfoot>tr>td,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-summary>table>tfoot>tr>td{border-right:1px solid #f0f0f0}.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>thead>tr:not(:last-child)>th,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>thead>tr:not(:last-child)>th,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>thead>tr:not(:last-child)>th,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-summary>table>thead>tr:not(:last-child)>th{border-bottom:1px solid #f0f0f0}.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>thead>tr>th:before,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>thead>tr>th:before,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>thead>tr>th:before,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-summary>table>thead>tr>th:before{background-color:transparent!important}.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>thead>tr>.ant-table-cell-fix-right-first:after,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>thead>tr>.ant-table-cell-fix-right-first:after,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>thead>tr>.ant-table-cell-fix-right-first:after,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-summary>table>thead>tr>.ant-table-cell-fix-right-first:after,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>tbody>tr>.ant-table-cell-fix-right-first:after,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>tbody>tr>.ant-table-cell-fix-right-first:after,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>tbody>tr>.ant-table-cell-fix-right-first:after,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-summary>table>tbody>tr>.ant-table-cell-fix-right-first:after,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>tfoot>tr>.ant-table-cell-fix-right-first:after,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>tfoot>tr>.ant-table-cell-fix-right-first:after,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>tfoot>tr>.ant-table-cell-fix-right-first:after,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-summary>table>tfoot>tr>.ant-table-cell-fix-right-first:after{border-right:1px solid #f0f0f0}.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>tbody>tr>td>.ant-table-expanded-row-fixed,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>tbody>tr>td>.ant-table-expanded-row-fixed,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>tbody>tr>td>.ant-table-expanded-row-fixed,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-summary>table>tbody>tr>td>.ant-table-expanded-row-fixed{margin:-16px -17px}.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>tbody>tr>td>.ant-table-expanded-row-fixed:after,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>tbody>tr>td>.ant-table-expanded-row-fixed:after,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>tbody>tr>td>.ant-table-expanded-row-fixed:after,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-summary>table>tbody>tr>td>.ant-table-expanded-row-fixed:after{position:absolute;top:0;right:1px;bottom:0;border-right:1px solid #f0f0f0;content:""}.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table{border-top:1px solid #f0f0f0}.ant-table.ant-table-bordered.ant-table-scroll-horizontal>.ant-table-container>.ant-table-body>table>tbody>tr.ant-table-expanded-row>td,.ant-table.ant-table-bordered.ant-table-scroll-horizontal>.ant-table-container>.ant-table-body>table>tbody>tr.ant-table-placeholder>td{border-right:0}.ant-table.ant-table-bordered.ant-table-middle>.ant-table-container>.ant-table-content>table>tbody>tr>td>.ant-table-expanded-row-fixed,.ant-table.ant-table-bordered.ant-table-middle>.ant-table-container>.ant-table-body>table>tbody>tr>td>.ant-table-expanded-row-fixed{margin:-12px -9px}.ant-table.ant-table-bordered.ant-table-small>.ant-table-container>.ant-table-content>table>tbody>tr>td>.ant-table-expanded-row-fixed,.ant-table.ant-table-bordered.ant-table-small>.ant-table-container>.ant-table-body>table>tbody>tr>td>.ant-table-expanded-row-fixed{margin:-8px -9px}.ant-table.ant-table-bordered>.ant-table-footer{border:1px solid #f0f0f0;border-top:0}.ant-table-cell .ant-table-container:first-child{border-top:0}.ant-table-cell-scrollbar:not([rowspan]){box-shadow:0 1px 0 1px #fafafa}.ant-table-wrapper{clear:both;max-width:100%}.ant-table-wrapper:before{display:table;content:""}.ant-table-wrapper:after{display:table;clear:both;content:""}.ant-table{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;font-size:14px;background:#fff;border-radius:2px}.ant-table table{width:100%;text-align:left;border-radius:2px 2px 0 0;border-collapse:separate;border-spacing:0}.ant-table-thead>tr>th,.ant-table-tbody>tr>td,.ant-table tfoot>tr>th,.ant-table tfoot>tr>td{position:relative;padding:16px;overflow-wrap:break-word}.ant-table-cell-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-break:keep-all}.ant-table-cell-ellipsis.ant-table-cell-fix-left-last,.ant-table-cell-ellipsis.ant-table-cell-fix-right-first{overflow:visible}.ant-table-cell-ellipsis.ant-table-cell-fix-left-last .ant-table-cell-content,.ant-table-cell-ellipsis.ant-table-cell-fix-right-first .ant-table-cell-content{display:block;overflow:hidden;text-overflow:ellipsis}.ant-table-cell-ellipsis .ant-table-column-title{overflow:hidden;text-overflow:ellipsis;word-break:keep-all}.ant-table-title{padding:16px}.ant-table-footer{padding:16px;color:#000000d9;background:#fafafa}.ant-table-thead>tr>th{position:relative;color:#000000d9;font-weight:500;text-align:left;background:#fafafa;border-bottom:1px solid #f0f0f0;transition:background .3s ease}.ant-table-thead>tr>th[colspan]:not([colspan="1"]){text-align:center}.ant-table-thead>tr>th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan]):before{position:absolute;top:50%;right:0;width:1px;height:1.6em;background-color:#0000000f;transform:translateY(-50%);transition:background-color .3s;content:""}.ant-table-thead>tr:not(:last-child)>th[colspan]{border-bottom:0}.ant-table-tbody>tr>td{border-bottom:1px solid #f0f0f0;transition:background .3s}.ant-table-tbody>tr>td>.ant-table-wrapper:only-child .ant-table,.ant-table-tbody>tr>td>.ant-table-expanded-row-fixed>.ant-table-wrapper:only-child .ant-table{margin:-16px -16px -16px 32px}.ant-table-tbody>tr>td>.ant-table-wrapper:only-child .ant-table-tbody>tr:last-child>td,.ant-table-tbody>tr>td>.ant-table-expanded-row-fixed>.ant-table-wrapper:only-child .ant-table-tbody>tr:last-child>td{border-bottom:0}.ant-table-tbody>tr>td>.ant-table-wrapper:only-child .ant-table-tbody>tr:last-child>td:first-child,.ant-table-tbody>tr>td>.ant-table-expanded-row-fixed>.ant-table-wrapper:only-child .ant-table-tbody>tr:last-child>td:first-child,.ant-table-tbody>tr>td>.ant-table-wrapper:only-child .ant-table-tbody>tr:last-child>td:last-child,.ant-table-tbody>tr>td>.ant-table-expanded-row-fixed>.ant-table-wrapper:only-child .ant-table-tbody>tr:last-child>td:last-child{border-radius:0}.ant-table-tbody>tr.ant-table-row:hover>td,.ant-table-tbody>tr>td.ant-table-cell-row-hover{background:#fafafa}.ant-table-tbody>tr.ant-table-row-selected>td{background:#e6f7ff;border-color:#00000008}.ant-table-tbody>tr.ant-table-row-selected:hover>td{background:#dcf4ff}.ant-table-summary{position:relative;z-index:2;background:#fff}div.ant-table-summary{box-shadow:0 -1px #f0f0f0}.ant-table-summary>tr>th,.ant-table-summary>tr>td{border-bottom:1px solid #f0f0f0}.ant-table-pagination.ant-pagination{margin:16px 0}.ant-table-pagination{display:flex;flex-wrap:wrap;row-gap:8px}.ant-table-pagination>*{flex:none}.ant-table-pagination-left{justify-content:flex-start}.ant-table-pagination-center{justify-content:center}.ant-table-pagination-right{justify-content:flex-end}.ant-table-thead th.ant-table-column-has-sorters{outline:none;cursor:pointer;transition:all .3s}.ant-table-thead th.ant-table-column-has-sorters:hover{background:rgba(0,0,0,.04)}.ant-table-thead th.ant-table-column-has-sorters:hover:before{background-color:transparent!important}.ant-table-thead th.ant-table-column-has-sorters:focus-visible{color:#1890ff}.ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-left:hover,.ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-right:hover,.ant-table-thead th.ant-table-column-sort{background:#f5f5f5}.ant-table-thead th.ant-table-column-sort:before{background-color:transparent!important}td.ant-table-column-sort{background:#fafafa}.ant-table-column-title{position:relative;z-index:1;flex:1}.ant-table-column-sorters{display:flex;flex:auto;align-items:center;justify-content:space-between}.ant-table-column-sorters:after{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;content:""}.ant-table-column-sorter{margin-left:4px;color:#bfbfbf;font-size:0;transition:color .3s}.ant-table-column-sorter-inner{display:inline-flex;flex-direction:column;align-items:center}.ant-table-column-sorter-up,.ant-table-column-sorter-down{font-size:11px}.ant-table-column-sorter-up.active,.ant-table-column-sorter-down.active{color:#1890ff}.ant-table-column-sorter-up+.ant-table-column-sorter-down{margin-top:-.3em}.ant-table-column-sorters:hover .ant-table-column-sorter{color:#a6a6a6}.ant-table-filter-column{display:flex;justify-content:space-between}.ant-table-filter-trigger{position:relative;display:flex;align-items:center;margin:-4px -8px -4px 4px;padding:0 4px;color:#bfbfbf;font-size:12px;border-radius:2px;cursor:pointer;transition:all .3s}.ant-table-filter-trigger:hover{color:#00000073;background:rgba(0,0,0,.04)}.ant-table-filter-trigger.active{color:#1890ff}.ant-table-filter-dropdown{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";min-width:120px;background-color:#fff;border-radius:2px;box-shadow:0 3px 6px -4px #0000001f,0 6px 16px #00000014,0 9px 28px 8px #0000000d}.ant-table-filter-dropdown .ant-dropdown-menu{max-height:264px;overflow-x:hidden;border:0;box-shadow:none}.ant-table-filter-dropdown .ant-dropdown-menu:empty:after{display:block;padding:8px 0;color:#00000040;font-size:12px;text-align:center;content:"Not Found"}.ant-table-filter-dropdown-tree{padding:8px 8px 0}.ant-table-filter-dropdown-tree .ant-tree-treenode .ant-tree-node-content-wrapper:hover{background-color:#f5f5f5}.ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper,.ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper:hover{background-color:#bae7ff}.ant-table-filter-dropdown-search{padding:8px;border-bottom:1px #f0f0f0 solid}.ant-table-filter-dropdown-search-input input{min-width:140px}.ant-table-filter-dropdown-search-input .anticon{color:#00000040}.ant-table-filter-dropdown-checkall{width:100%;margin-bottom:4px;margin-left:4px}.ant-table-filter-dropdown-submenu>ul{max-height:calc(100vh - 130px);overflow-x:hidden;overflow-y:auto}.ant-table-filter-dropdown .ant-checkbox-wrapper+span,.ant-table-filter-dropdown-submenu .ant-checkbox-wrapper+span{padding-left:8px}.ant-table-filter-dropdown-btns{display:flex;justify-content:space-between;padding:7px 8px;overflow:hidden;background-color:inherit;border-top:1px solid #f0f0f0}.ant-table-selection-col{width:32px}.ant-table-bordered .ant-table-selection-col{width:50px}table tr th.ant-table-selection-column,table tr td.ant-table-selection-column{padding-right:8px;padding-left:8px;text-align:center}table tr th.ant-table-selection-column .ant-radio-wrapper,table tr td.ant-table-selection-column .ant-radio-wrapper{margin-right:0}table tr th.ant-table-selection-column.ant-table-cell-fix-left{z-index:3}table tr th.ant-table-selection-column:after{background-color:transparent!important}.ant-table-selection{position:relative;display:inline-flex;flex-direction:column}.ant-table-selection-extra{position:absolute;top:0;z-index:1;cursor:pointer;transition:all .3s;margin-inline-start:100%;padding-inline-start:4px}.ant-table-selection-extra .anticon{color:#bfbfbf;font-size:10px}.ant-table-selection-extra .anticon:hover{color:#a6a6a6}.ant-table-expand-icon-col{width:48px}.ant-table-row-expand-icon-cell{text-align:center}.ant-table-row-expand-icon-cell .ant-table-row-expand-icon{display:inline-flex;float:none;vertical-align:sub}.ant-table-row-indent{float:left;height:1px}.ant-table-row-expand-icon{color:#1890ff;outline:none;cursor:pointer;transition:color .3s;position:relative;float:left;box-sizing:border-box;width:17px;height:17px;padding:0;color:inherit;line-height:17px;background:#fff;border:1px solid #f0f0f0;border-radius:2px;transform:scale(.94117647);transition:all .3s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-table-row-expand-icon:focus-visible,.ant-table-row-expand-icon:hover{color:#40a9ff}.ant-table-row-expand-icon:active{color:#096dd9}.ant-table-row-expand-icon:focus,.ant-table-row-expand-icon:hover,.ant-table-row-expand-icon:active{border-color:currentcolor}.ant-table-row-expand-icon:before,.ant-table-row-expand-icon:after{position:absolute;background:currentcolor;transition:transform .3s ease-out;content:""}.ant-table-row-expand-icon:before{top:7px;right:3px;left:3px;height:1px}.ant-table-row-expand-icon:after{top:3px;bottom:3px;left:7px;width:1px;transform:rotate(90deg)}.ant-table-row-expand-icon-collapsed:before{transform:rotate(-180deg)}.ant-table-row-expand-icon-collapsed:after{transform:rotate(0)}.ant-table-row-expand-icon-spaced{background:transparent;border:0;visibility:hidden}.ant-table-row-expand-icon-spaced:before,.ant-table-row-expand-icon-spaced:after{display:none;content:none}.ant-table-row-indent+.ant-table-row-expand-icon{margin-top:2.5005px;margin-right:8px}tr.ant-table-expanded-row>td,tr.ant-table-expanded-row:hover>td{background:#fbfbfb}tr.ant-table-expanded-row .ant-descriptions-view{display:flex}tr.ant-table-expanded-row .ant-descriptions-view table{flex:auto;width:auto}.ant-table .ant-table-expanded-row-fixed{position:relative;margin:-16px;padding:16px}.ant-table-tbody>tr.ant-table-placeholder{text-align:center}.ant-table-empty .ant-table-tbody>tr.ant-table-placeholder{color:#00000040}.ant-table-tbody>tr.ant-table-placeholder:hover>td{background:#fff}.ant-table-cell-fix-left,.ant-table-cell-fix-right{position:sticky!important;z-index:2;background:#fff}.ant-table-cell-fix-left-first:after,.ant-table-cell-fix-left-last:after{position:absolute;top:0;right:0;bottom:-1px;width:30px;transform:translate(100%);transition:box-shadow .3s;content:"";pointer-events:none}.ant-table-cell-fix-left-all:after{display:none}.ant-table-cell-fix-right-first:after,.ant-table-cell-fix-right-last:after{position:absolute;top:0;bottom:-1px;left:0;width:30px;transform:translate(-100%);transition:box-shadow .3s;content:"";pointer-events:none}.ant-table .ant-table-container:before,.ant-table .ant-table-container:after{position:absolute;top:0;bottom:0;z-index:4;width:30px;transition:box-shadow .3s;content:"";pointer-events:none}.ant-table .ant-table-container:before{left:0}.ant-table .ant-table-container:after{right:0}.ant-table-ping-left:not(.ant-table-has-fix-left)>.ant-table-container{position:relative}.ant-table-ping-left:not(.ant-table-has-fix-left)>.ant-table-container:before{box-shadow:inset 10px 0 8px -8px #00000026}.ant-table-ping-left .ant-table-cell-fix-left-first:after,.ant-table-ping-left .ant-table-cell-fix-left-last:after{box-shadow:inset 10px 0 8px -8px #00000026}.ant-table-ping-left .ant-table-cell-fix-left-last:before{background-color:transparent!important}.ant-table-ping-right:not(.ant-table-has-fix-right)>.ant-table-container{position:relative}.ant-table-ping-right:not(.ant-table-has-fix-right)>.ant-table-container:after{box-shadow:inset -10px 0 8px -8px #00000026}.ant-table-ping-right .ant-table-cell-fix-right-first:after,.ant-table-ping-right .ant-table-cell-fix-right-last:after{box-shadow:inset -10px 0 8px -8px #00000026}.ant-table-sticky-holder{position:sticky;z-index:3;background:#fff}.ant-table-sticky-scroll{position:sticky;bottom:0;z-index:3;display:flex;align-items:center;background:#ffffff;border-top:1px solid #f0f0f0;opacity:.6}.ant-table-sticky-scroll:hover{transform-origin:center bottom}.ant-table-sticky-scroll-bar{height:8px;background-color:#00000059;border-radius:4px}.ant-table-sticky-scroll-bar:hover,.ant-table-sticky-scroll-bar-active{background-color:#000c}@media all and (-ms-high-contrast: none){.ant-table-ping-left .ant-table-cell-fix-left-last:after{box-shadow:none!important}.ant-table-ping-right .ant-table-cell-fix-right-first:after{box-shadow:none!important}}.ant-table-title{border-radius:2px 2px 0 0}.ant-table-title+.ant-table-container{border-top-left-radius:0;border-top-right-radius:0}.ant-table-title+.ant-table-container table{border-radius:0}.ant-table-title+.ant-table-container table>thead>tr:first-child th:first-child{border-radius:0}.ant-table-title+.ant-table-container table>thead>tr:first-child th:last-child{border-radius:0}.ant-table-container{border-top-left-radius:2px;border-top-right-radius:2px}.ant-table-container table>thead>tr:first-child th:first-child{border-top-left-radius:2px}.ant-table-container table>thead>tr:first-child th:last-child{border-top-right-radius:2px}.ant-table-footer{border-radius:0 0 2px 2px}.ant-table-wrapper-rtl,.ant-table-rtl{direction:rtl}.ant-table-wrapper-rtl .ant-table table{text-align:right}.ant-table-wrapper-rtl .ant-table-thead>tr>th[colspan]:not([colspan="1"]){text-align:center}.ant-table-wrapper-rtl .ant-table-thead>tr>th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan]):before{right:auto;left:0}.ant-table-wrapper-rtl .ant-table-thead>tr>th{text-align:right}.ant-table-tbody>tr .ant-table-wrapper:only-child .ant-table.ant-table-rtl{margin:-16px 33px -16px -16px}.ant-table-wrapper.ant-table-wrapper-rtl .ant-table-pagination-left{justify-content:flex-end}.ant-table-wrapper.ant-table-wrapper-rtl .ant-table-pagination-right{justify-content:flex-start}.ant-table-wrapper-rtl .ant-table-column-sorter{margin-right:4px;margin-left:0}.ant-table-wrapper-rtl .ant-table-filter-column-title{padding:16px 16px 16px 2.3em}.ant-table-rtl .ant-table-thead tr th.ant-table-column-has-sorters .ant-table-filter-column-title{padding:0 0 0 2.3em}.ant-table-wrapper-rtl .ant-table-filter-trigger{margin:-4px 4px -4px -8px}.ant-dropdown-rtl .ant-table-filter-dropdown .ant-checkbox-wrapper+span,.ant-dropdown-rtl .ant-table-filter-dropdown-submenu .ant-checkbox-wrapper+span,.ant-dropdown-menu-submenu-rtl.ant-table-filter-dropdown .ant-checkbox-wrapper+span,.ant-dropdown-menu-submenu-rtl.ant-table-filter-dropdown-submenu .ant-checkbox-wrapper+span{padding-right:8px;padding-left:0}.ant-table-wrapper-rtl .ant-table-selection{text-align:center}.ant-table-wrapper-rtl .ant-table-row-indent,.ant-table-wrapper-rtl .ant-table-row-expand-icon{float:right}.ant-table-wrapper-rtl .ant-table-row-indent+.ant-table-row-expand-icon{margin-right:0;margin-left:8px}.ant-table-wrapper-rtl .ant-table-row-expand-icon:after{transform:rotate(-90deg)}.ant-table-wrapper-rtl .ant-table-row-expand-icon-collapsed:before{transform:rotate(180deg)}.ant-table-wrapper-rtl .ant-table-row-expand-icon-collapsed:after{transform:rotate(0)}.ant-tree.ant-tree-directory .ant-tree-treenode{position:relative}.ant-tree.ant-tree-directory .ant-tree-treenode:before{position:absolute;top:0;right:0;bottom:4px;left:0;transition:background-color .3s;content:"";pointer-events:none}.ant-tree.ant-tree-directory .ant-tree-treenode:hover:before{background:#f5f5f5}.ant-tree.ant-tree-directory .ant-tree-treenode>*{z-index:1}.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-switcher{transition:color .3s}.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper{border-radius:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper:hover{background:transparent}.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper.ant-tree-node-selected{color:#fff;background:transparent}.ant-tree.ant-tree-directory .ant-tree-treenode-selected:hover:before,.ant-tree.ant-tree-directory .ant-tree-treenode-selected:before{background:#1890ff}.ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-switcher{color:#fff}.ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-node-content-wrapper{color:#fff;background:transparent}.ant-tree-checkbox{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;top:.2em;line-height:1;white-space:nowrap;outline:none;cursor:pointer}.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-inner,.ant-tree-checkbox:hover .ant-tree-checkbox-inner,.ant-tree-checkbox-input:focus+.ant-tree-checkbox-inner{border-color:#1890ff}.ant-tree-checkbox-checked:after{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #1890ff;border-radius:2px;visibility:hidden;animation:antCheckboxEffect .36s ease-in-out;animation-fill-mode:backwards;content:""}.ant-tree-checkbox:hover:after,.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox:after{visibility:visible}.ant-tree-checkbox-inner{position:relative;top:0;left:0;display:block;width:16px;height:16px;direction:ltr;background-color:#fff;border:1px solid #d9d9d9;border-radius:2px;border-collapse:separate;transition:all .3s}.ant-tree-checkbox-inner:after{position:absolute;top:50%;left:21.5%;display:table;width:5.71428571px;height:9.14285714px;border:2px solid #fff;border-top:0;border-left:0;transform:rotate(45deg) scale(0) translate(-50%,-50%);opacity:0;transition:all .1s cubic-bezier(.71,-.46,.88,.6),opacity .1s;content:" "}.ant-tree-checkbox-input{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;cursor:pointer;opacity:0}.ant-tree-checkbox-checked .ant-tree-checkbox-inner:after{position:absolute;display:table;border:2px solid #fff;border-top:0;border-left:0;transform:rotate(45deg) scale(1) translate(-50%,-50%);opacity:1;transition:all .2s cubic-bezier(.12,.4,.29,1.46) .1s;content:" "}.ant-tree-checkbox-checked .ant-tree-checkbox-inner{background-color:#1890ff;border-color:#1890ff}.ant-tree-checkbox-disabled{cursor:not-allowed}.ant-tree-checkbox-disabled.ant-tree-checkbox-checked .ant-tree-checkbox-inner:after{border-color:#00000040;animation-name:none}.ant-tree-checkbox-disabled .ant-tree-checkbox-input{cursor:not-allowed;pointer-events:none}.ant-tree-checkbox-disabled .ant-tree-checkbox-inner{background-color:#f5f5f5;border-color:#d9d9d9!important}.ant-tree-checkbox-disabled .ant-tree-checkbox-inner:after{border-color:#f5f5f5;border-collapse:separate;animation-name:none}.ant-tree-checkbox-disabled+span{color:#00000040;cursor:not-allowed}.ant-tree-checkbox-disabled:hover:after,.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-disabled:after{visibility:hidden}.ant-tree-checkbox-wrapper{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";display:inline-flex;align-items:baseline;line-height:unset;cursor:pointer}.ant-tree-checkbox-wrapper:after{display:inline-block;width:0;overflow:hidden;content:"\a0"}.ant-tree-checkbox-wrapper.ant-tree-checkbox-wrapper-disabled{cursor:not-allowed}.ant-tree-checkbox-wrapper+.ant-tree-checkbox-wrapper{margin-left:8px}.ant-tree-checkbox-wrapper.ant-tree-checkbox-wrapper-in-form-item input[type=checkbox]{width:14px;height:14px}.ant-tree-checkbox+span{padding-right:8px;padding-left:8px}.ant-tree-checkbox-group{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";display:inline-block}.ant-tree-checkbox-group-item{margin-right:8px}.ant-tree-checkbox-group-item:last-child{margin-right:0}.ant-tree-checkbox-group-item+.ant-tree-checkbox-group-item{margin-left:0}.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner{background-color:#fff;border-color:#d9d9d9}.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner:after{top:50%;left:50%;width:8px;height:8px;background-color:#1890ff;border:0;transform:translate(-50%,-50%) scale(1);opacity:1;content:" "}.ant-tree-checkbox-indeterminate.ant-tree-checkbox-disabled .ant-tree-checkbox-inner:after{background-color:#00000040;border-color:#00000040}.ant-tree{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";background:#fff;border-radius:2px;transition:background-color .3s}.ant-tree-focused:not(:hover):not(.ant-tree-active-focused){background:#e6f7ff}.ant-tree-list-holder-inner{align-items:flex-start}.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner{align-items:stretch}.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-node-content-wrapper{flex:auto}.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-treenode.dragging{position:relative}.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-treenode.dragging:after{position:absolute;top:0;right:0;bottom:4px;left:0;border:1px solid #1890ff;opacity:0;animation:ant-tree-node-fx-do-not-use .3s;animation-play-state:running;animation-fill-mode:forwards;content:"";pointer-events:none}.ant-tree .ant-tree-treenode{display:flex;align-items:flex-start;padding:0 0 4px;outline:none}.ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper{color:#00000040;cursor:not-allowed}.ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper:hover{background:transparent}.ant-tree .ant-tree-treenode-active .ant-tree-node-content-wrapper{background:#f5f5f5}.ant-tree .ant-tree-treenode:not(.ant-tree .ant-tree-treenode-disabled).filter-node .ant-tree-title{color:inherit;font-weight:500}.ant-tree .ant-tree-treenode-draggable .ant-tree-draggable-icon{width:24px;line-height:24px;text-align:center;visibility:visible;opacity:.2;transition:opacity .3s}.ant-tree-treenode:hover .ant-tree .ant-tree-treenode-draggable .ant-tree-draggable-icon{opacity:.45}.ant-tree .ant-tree-treenode-draggable.ant-tree-treenode-disabled .ant-tree-draggable-icon{visibility:hidden}.ant-tree-indent{align-self:stretch;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-tree-indent-unit{display:inline-block;width:24px}.ant-tree-draggable-icon{visibility:hidden}.ant-tree-switcher{position:relative;flex:none;align-self:stretch;width:24px;margin:0;line-height:24px;text-align:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-tree-switcher .ant-tree-switcher-icon,.ant-tree-switcher .ant-select-tree-switcher-icon{display:inline-block;font-size:10px;vertical-align:baseline}.ant-tree-switcher .ant-tree-switcher-icon svg,.ant-tree-switcher .ant-select-tree-switcher-icon svg{transition:transform .3s}.ant-tree-switcher-noop{cursor:default}.ant-tree-switcher_close .ant-tree-switcher-icon svg{transform:rotate(-90deg)}.ant-tree-switcher-loading-icon{color:#1890ff}.ant-tree-switcher-leaf-line{position:relative;z-index:1;display:inline-block;width:100%;height:100%}.ant-tree-switcher-leaf-line:before{position:absolute;top:0;right:12px;bottom:-4px;margin-left:-1px;border-right:1px solid #d9d9d9;content:" "}.ant-tree-switcher-leaf-line:after{position:absolute;width:10px;height:14px;border-bottom:1px solid #d9d9d9;content:" "}.ant-tree-checkbox{top:initial;margin:4px 8px 0 0}.ant-tree .ant-tree-node-content-wrapper{position:relative;z-index:auto;min-height:24px;margin:0;padding:0 4px;color:inherit;line-height:24px;background:transparent;border-radius:2px;cursor:pointer;transition:all .3s,border 0s,line-height 0s,box-shadow 0s}.ant-tree .ant-tree-node-content-wrapper:hover{background-color:#f5f5f5}.ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected{background-color:#bae7ff}.ant-tree .ant-tree-node-content-wrapper .ant-tree-iconEle{display:inline-block;width:24px;height:24px;line-height:24px;text-align:center;vertical-align:top}.ant-tree .ant-tree-node-content-wrapper .ant-tree-iconEle:empty{display:none}.ant-tree-unselectable .ant-tree-node-content-wrapper:hover{background-color:transparent}.ant-tree-node-content-wrapper{line-height:24px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-tree-node-content-wrapper .ant-tree-drop-indicator{position:absolute;z-index:1;height:2px;background-color:#1890ff;border-radius:1px;pointer-events:none}.ant-tree-node-content-wrapper .ant-tree-drop-indicator:after{position:absolute;top:-3px;left:-6px;width:8px;height:8px;background-color:transparent;border:2px solid #1890ff;border-radius:50%;content:""}.ant-tree .ant-tree-treenode.drop-container>[draggable]{box-shadow:0 0 0 2px #1890ff}.ant-tree-show-line .ant-tree-indent-unit{position:relative;height:100%}.ant-tree-show-line .ant-tree-indent-unit:before{position:absolute;top:0;right:12px;bottom:-4px;border-right:1px solid #d9d9d9;content:""}.ant-tree-show-line .ant-tree-indent-unit-end:before{display:none}.ant-tree-show-line .ant-tree-switcher{background:#fff}.ant-tree-show-line .ant-tree-switcher-line-icon{vertical-align:-.15em}.ant-tree .ant-tree-treenode-leaf-last .ant-tree-switcher-leaf-line:before{top:auto!important;bottom:auto!important;height:14px!important}.ant-tree-rtl{direction:rtl}.ant-tree-rtl .ant-tree-node-content-wrapper[draggable=true] .ant-tree-drop-indicator:after{right:-6px;left:unset}.ant-tree .ant-tree-treenode-rtl{direction:rtl}.ant-tree-rtl .ant-tree-switcher_close .ant-tree-switcher-icon svg{transform:rotate(90deg)}.ant-tree-rtl.ant-tree-show-line .ant-tree-indent-unit:before{right:auto;left:-13px;border-right:none;border-left:1px solid #d9d9d9}.ant-tree-rtl .ant-tree-checkbox,.ant-tree-select-dropdown-rtl .ant-select-tree-checkbox{margin:4px 0 0 8px}.ant-timeline{box-sizing:border-box;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;font-feature-settings:"tnum";margin:0;padding:0;list-style:none}.ant-timeline-item{position:relative;margin:0;padding-bottom:20px;font-size:14px;list-style:none}.ant-timeline-item-tail{position:absolute;top:10px;left:4px;height:calc(100% - 10px);border-left:2px solid #f0f0f0}.ant-timeline-item-pending .ant-timeline-item-head{font-size:12px;background-color:transparent}.ant-timeline-item-pending .ant-timeline-item-tail{display:none}.ant-timeline-item-head{position:absolute;width:10px;height:10px;background-color:#fff;border:2px solid transparent;border-radius:100px}.ant-timeline-item-head-blue{color:#1890ff;border-color:#1890ff}.ant-timeline-item-head-red{color:#ff4d4f;border-color:#ff4d4f}.ant-timeline-item-head-green{color:#52c41a;border-color:#52c41a}.ant-timeline-item-head-gray{color:#00000040;border-color:#00000040}.ant-timeline-item-head-custom{position:absolute;top:5.5px;left:5px;width:auto;height:auto;margin-top:0;padding:3px 1px;line-height:1;text-align:center;border:0;border-radius:0;transform:translate(-50%,-50%)}.ant-timeline-item-content{position:relative;top:-7.001px;margin:0 0 0 26px;word-break:break-word}.ant-timeline-item-last>.ant-timeline-item-tail{display:none}.ant-timeline-item-last>.ant-timeline-item-content{min-height:48px}.ant-timeline.ant-timeline-alternate .ant-timeline-item-tail,.ant-timeline.ant-timeline-right .ant-timeline-item-tail,.ant-timeline.ant-timeline-label .ant-timeline-item-tail,.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,.ant-timeline.ant-timeline-right .ant-timeline-item-head,.ant-timeline.ant-timeline-label .ant-timeline-item-head,.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom{left:50%}.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,.ant-timeline.ant-timeline-right .ant-timeline-item-head,.ant-timeline.ant-timeline-label .ant-timeline-item-head{margin-left:-4px}.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom{margin-left:1px}.ant-timeline.ant-timeline-alternate .ant-timeline-item-left .ant-timeline-item-content,.ant-timeline.ant-timeline-right .ant-timeline-item-left .ant-timeline-item-content,.ant-timeline.ant-timeline-label .ant-timeline-item-left .ant-timeline-item-content{left:calc(50% - 4px);width:calc(50% - 14px);text-align:left}.ant-timeline.ant-timeline-alternate .ant-timeline-item-right .ant-timeline-item-content,.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content,.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-content{width:calc(50% - 12px);margin:0;text-align:right}.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-tail,.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head,.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head-custom{left:calc(100% - 6px)}.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content{width:calc(100% - 18px)}.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail{display:block;height:calc(100% - 14px);border-left:2px dotted #f0f0f0}.ant-timeline.ant-timeline-reverse .ant-timeline-item-last .ant-timeline-item-tail{display:none}.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail{top:15px;display:block;height:calc(100% - 15px);border-left:2px dotted #f0f0f0}.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-content{min-height:48px}.ant-timeline.ant-timeline-label .ant-timeline-item-label{position:absolute;top:-7.001px;width:calc(50% - 12px);text-align:right}.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-label{left:calc(50% + 14px);width:calc(50% - 14px);text-align:left}.ant-timeline-rtl{direction:rtl}.ant-timeline-rtl .ant-timeline-item-tail{right:4px;left:auto;border-right:2px solid #f0f0f0;border-left:none}.ant-timeline-rtl .ant-timeline-item-head-custom{right:5px;left:auto;transform:translate(50%,-50%)}.ant-timeline-rtl .ant-timeline-item-content{margin:0 18px 0 0}.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-tail,.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-tail,.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-tail,.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head,.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head,.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom{right:50%;left:auto}.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head,.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head{margin-right:-4px;margin-left:0}.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom{margin-right:1px;margin-left:0}.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-left .ant-timeline-item-content,.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-left .ant-timeline-item-content,.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-left .ant-timeline-item-content{right:calc(50% - 4px);left:auto;text-align:right}.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-right .ant-timeline-item-content,.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content,.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-content{text-align:left}.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-tail,.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head,.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head-custom{right:0;left:auto}.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content{width:100%;margin-right:18px;text-align:right}.ant-timeline-rtl.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail,.ant-timeline-rtl.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail{border-right:2px dotted #f0f0f0;border-left:none}.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-label{text-align:left}.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-label{right:calc(50% + 14px);text-align:right}.ant-transfer-customize-list .ant-transfer-list{flex:1 1 50%;width:auto;height:auto;min-height:200px}.ant-transfer-customize-list .ant-table-wrapper .ant-table-small{border:0;border-radius:0}.ant-transfer-customize-list .ant-table-wrapper .ant-table-small .ant-table-selection-column{width:40px;min-width:40px}.ant-transfer-customize-list .ant-table-wrapper .ant-table-small>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr>th{background:#fafafa}.ant-transfer-customize-list .ant-table-wrapper .ant-table-small>.ant-table-content .ant-table-row:last-child td{border-bottom:1px solid #f0f0f0}.ant-transfer-customize-list .ant-table-wrapper .ant-table-small .ant-table-body{margin:0}.ant-transfer-customize-list .ant-table-wrapper .ant-table-pagination.ant-pagination{margin:16px 0 4px}.ant-transfer-customize-list .ant-input[disabled]{background-color:transparent}.ant-transfer-status-error .ant-transfer-list{border-color:#ff4d4f}.ant-transfer-status-error .ant-transfer-list-search:not([disabled]){border-color:#d9d9d9}.ant-transfer-status-error .ant-transfer-list-search:not([disabled]):hover{border-color:#40a9ff;border-right-width:1px}.ant-transfer-status-error .ant-transfer-list-search:not([disabled]):focus{border-color:#40a9ff;box-shadow:0 0 0 2px #1890ff33;border-right-width:1px;outline:0}.ant-transfer-status-warning .ant-transfer-list{border-color:#faad14}.ant-transfer-status-warning .ant-transfer-list-search:not([disabled]){border-color:#d9d9d9}.ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):hover{border-color:#40a9ff;border-right-width:1px}.ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):focus{border-color:#40a9ff;box-shadow:0 0 0 2px #1890ff33;border-right-width:1px;outline:0}.ant-transfer{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;display:flex;align-items:stretch}.ant-transfer-disabled .ant-transfer-list{background:#f5f5f5}.ant-transfer-list{display:flex;flex-direction:column;width:180px;height:200px;border:1px solid #d9d9d9;border-radius:2px}.ant-transfer-list-with-pagination{width:250px;height:auto}.ant-transfer-list-search .anticon-search{color:#00000040}.ant-transfer-list-header{display:flex;flex:none;align-items:center;height:40px;padding:8px 12px 9px;color:#000000d9;background:#fff;border-bottom:1px solid #f0f0f0;border-radius:2px 2px 0 0}.ant-transfer-list-header>*:not(:last-child){margin-right:4px}.ant-transfer-list-header>*{flex:none}.ant-transfer-list-header-title{flex:auto;overflow:hidden;white-space:nowrap;text-align:right;text-overflow:ellipsis}.ant-transfer-list-header-dropdown{font-size:10px;transform:translateY(10%);cursor:pointer}.ant-transfer-list-header-dropdown[disabled]{cursor:not-allowed}.ant-transfer-list-body{display:flex;flex:auto;flex-direction:column;overflow:hidden;font-size:14px}.ant-transfer-list-body-search-wrapper{position:relative;flex:none;padding:12px}.ant-transfer-list-content{flex:auto;margin:0;padding:0;overflow:auto;list-style:none}.ant-transfer-list-content-item{display:flex;align-items:center;min-height:32px;padding:6px 12px;line-height:20px;transition:all .3s}.ant-transfer-list-content-item>*:not(:last-child){margin-right:8px}.ant-transfer-list-content-item>*{flex:none}.ant-transfer-list-content-item-text{flex:auto;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ant-transfer-list-content-item-remove{position:relative;color:#d9d9d9;cursor:pointer;transition:all .3s}.ant-transfer-list-content-item-remove:hover{color:#40a9ff}.ant-transfer-list-content-item-remove:after{position:absolute;top:-6px;right:-50%;bottom:-6px;left:-50%;content:""}.ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover{background-color:#f5f5f5;cursor:pointer}.ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled).ant-transfer-list-content-item-checked:hover{background-color:#dcf4ff}.ant-transfer-list-content-show-remove .ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover{background:transparent;cursor:default}.ant-transfer-list-content-item-checked{background-color:#e6f7ff}.ant-transfer-list-content-item-disabled{color:#00000040;cursor:not-allowed}.ant-transfer-list-pagination{padding:8px 0;text-align:right;border-top:1px solid #f0f0f0}.ant-transfer-list-body-not-found{flex:none;width:100%;margin:auto 0;color:#00000040;text-align:center}.ant-transfer-list-footer{border-top:1px solid #f0f0f0}.ant-transfer-operation{display:flex;flex:none;flex-direction:column;align-self:center;margin:0 8px;vertical-align:middle}.ant-transfer-operation .ant-btn{display:block}.ant-transfer-operation .ant-btn:first-child{margin-bottom:4px}.ant-transfer-operation .ant-btn .anticon{font-size:12px}.ant-transfer .ant-empty-image{max-height:-2px}.ant-transfer-rtl{direction:rtl}.ant-transfer-rtl .ant-transfer-list-search{padding-right:8px;padding-left:24px}.ant-transfer-rtl .ant-transfer-list-search-action{right:auto;left:12px}.ant-transfer-rtl .ant-transfer-list-header>*:not(:last-child){margin-right:0;margin-left:4px}.ant-transfer-rtl .ant-transfer-list-header{right:0;left:auto}.ant-transfer-rtl .ant-transfer-list-header-title{text-align:left}.ant-transfer-rtl .ant-transfer-list-content-item>*:not(:last-child){margin-right:0;margin-left:8px}.ant-transfer-rtl .ant-transfer-list-pagination{text-align:left}.ant-transfer-rtl .ant-transfer-list-footer{right:0;left:auto}@keyframes ant-tree-node-fx-do-not-use{0%{opacity:0}to{opacity:1}}@keyframes antCheckboxEffect{0%{transform:scale(1);opacity:.5}to{transform:scale(1.6);opacity:0}}.ant-select-tree-checkbox{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:relative;top:.2em;line-height:1;white-space:nowrap;outline:none;cursor:pointer}.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-inner,.ant-select-tree-checkbox:hover .ant-select-tree-checkbox-inner,.ant-select-tree-checkbox-input:focus+.ant-select-tree-checkbox-inner{border-color:#1890ff}.ant-select-tree-checkbox-checked:after{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #1890ff;border-radius:2px;visibility:hidden;animation:antCheckboxEffect .36s ease-in-out;animation-fill-mode:backwards;content:""}.ant-select-tree-checkbox:hover:after,.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox:after{visibility:visible}.ant-select-tree-checkbox-inner{position:relative;top:0;left:0;display:block;width:16px;height:16px;direction:ltr;background-color:#fff;border:1px solid #d9d9d9;border-radius:2px;border-collapse:separate;transition:all .3s}.ant-select-tree-checkbox-inner:after{position:absolute;top:50%;left:21.5%;display:table;width:5.71428571px;height:9.14285714px;border:2px solid #fff;border-top:0;border-left:0;transform:rotate(45deg) scale(0) translate(-50%,-50%);opacity:0;transition:all .1s cubic-bezier(.71,-.46,.88,.6),opacity .1s;content:" "}.ant-select-tree-checkbox-input{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;cursor:pointer;opacity:0}.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner:after{position:absolute;display:table;border:2px solid #fff;border-top:0;border-left:0;transform:rotate(45deg) scale(1) translate(-50%,-50%);opacity:1;transition:all .2s cubic-bezier(.12,.4,.29,1.46) .1s;content:" "}.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner{background-color:#1890ff;border-color:#1890ff}.ant-select-tree-checkbox-disabled{cursor:not-allowed}.ant-select-tree-checkbox-disabled.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner:after{border-color:#00000040;animation-name:none}.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-input{cursor:not-allowed;pointer-events:none}.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner{background-color:#f5f5f5;border-color:#d9d9d9!important}.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner:after{border-color:#f5f5f5;border-collapse:separate;animation-name:none}.ant-select-tree-checkbox-disabled+span{color:#00000040;cursor:not-allowed}.ant-select-tree-checkbox-disabled:hover:after,.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-disabled:after{visibility:hidden}.ant-select-tree-checkbox-wrapper{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";display:inline-flex;align-items:baseline;line-height:unset;cursor:pointer}.ant-select-tree-checkbox-wrapper:after{display:inline-block;width:0;overflow:hidden;content:"\a0"}.ant-select-tree-checkbox-wrapper.ant-select-tree-checkbox-wrapper-disabled{cursor:not-allowed}.ant-select-tree-checkbox-wrapper+.ant-select-tree-checkbox-wrapper{margin-left:8px}.ant-select-tree-checkbox-wrapper.ant-select-tree-checkbox-wrapper-in-form-item input[type=checkbox]{width:14px;height:14px}.ant-select-tree-checkbox+span{padding-right:8px;padding-left:8px}.ant-select-tree-checkbox-group{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";display:inline-block}.ant-select-tree-checkbox-group-item{margin-right:8px}.ant-select-tree-checkbox-group-item:last-child{margin-right:0}.ant-select-tree-checkbox-group-item+.ant-select-tree-checkbox-group-item{margin-left:0}.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner{background-color:#fff;border-color:#d9d9d9}.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner:after{top:50%;left:50%;width:8px;height:8px;background-color:#1890ff;border:0;transform:translate(-50%,-50%) scale(1);opacity:1;content:" "}.ant-select-tree-checkbox-indeterminate.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner:after{background-color:#00000040;border-color:#00000040}.ant-tree-select-dropdown{padding:8px 4px}.ant-tree-select-dropdown-rtl{direction:rtl}.ant-tree-select-dropdown .ant-select-tree{border-radius:0}.ant-tree-select-dropdown .ant-select-tree-list-holder-inner{align-items:stretch}.ant-tree-select-dropdown .ant-select-tree-list-holder-inner .ant-select-tree-treenode .ant-select-tree-node-content-wrapper{flex:auto}.ant-select-tree{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";background:#fff;border-radius:2px;transition:background-color .3s}.ant-select-tree-focused:not(:hover):not(.ant-select-tree-active-focused){background:#e6f7ff}.ant-select-tree-list-holder-inner{align-items:flex-start}.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner{align-items:stretch}.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner .ant-select-tree-node-content-wrapper{flex:auto}.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner .ant-select-tree-treenode.dragging{position:relative}.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner .ant-select-tree-treenode.dragging:after{position:absolute;top:0;right:0;bottom:4px;left:0;border:1px solid #1890ff;opacity:0;animation:ant-tree-node-fx-do-not-use .3s;animation-play-state:running;animation-fill-mode:forwards;content:"";pointer-events:none}.ant-select-tree .ant-select-tree-treenode{display:flex;align-items:flex-start;padding:0 0 4px;outline:none}.ant-select-tree .ant-select-tree-treenode-disabled .ant-select-tree-node-content-wrapper{color:#00000040;cursor:not-allowed}.ant-select-tree .ant-select-tree-treenode-disabled .ant-select-tree-node-content-wrapper:hover{background:transparent}.ant-select-tree .ant-select-tree-treenode-active .ant-select-tree-node-content-wrapper{background:#f5f5f5}.ant-select-tree .ant-select-tree-treenode:not(.ant-select-tree .ant-select-tree-treenode-disabled).filter-node .ant-select-tree-title{color:inherit;font-weight:500}.ant-select-tree .ant-select-tree-treenode-draggable .ant-select-tree-draggable-icon{width:24px;line-height:24px;text-align:center;visibility:visible;opacity:.2;transition:opacity .3s}.ant-select-tree-treenode:hover .ant-select-tree .ant-select-tree-treenode-draggable .ant-select-tree-draggable-icon{opacity:.45}.ant-select-tree .ant-select-tree-treenode-draggable.ant-select-tree-treenode-disabled .ant-select-tree-draggable-icon{visibility:hidden}.ant-select-tree-indent{align-self:stretch;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-select-tree-indent-unit{display:inline-block;width:24px}.ant-select-tree-draggable-icon{visibility:hidden}.ant-select-tree-switcher{position:relative;flex:none;align-self:stretch;width:24px;margin:0;line-height:24px;text-align:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-select-tree-switcher .ant-tree-switcher-icon,.ant-select-tree-switcher .ant-select-tree-switcher-icon{display:inline-block;font-size:10px;vertical-align:baseline}.ant-select-tree-switcher .ant-tree-switcher-icon svg,.ant-select-tree-switcher .ant-select-tree-switcher-icon svg{transition:transform .3s}.ant-select-tree-switcher-noop{cursor:default}.ant-select-tree-switcher_close .ant-select-tree-switcher-icon svg{transform:rotate(-90deg)}.ant-select-tree-switcher-loading-icon{color:#1890ff}.ant-select-tree-switcher-leaf-line{position:relative;z-index:1;display:inline-block;width:100%;height:100%}.ant-select-tree-switcher-leaf-line:before{position:absolute;top:0;right:12px;bottom:-4px;margin-left:-1px;border-right:1px solid #d9d9d9;content:" "}.ant-select-tree-switcher-leaf-line:after{position:absolute;width:10px;height:14px;border-bottom:1px solid #d9d9d9;content:" "}.ant-select-tree-checkbox{top:initial;margin:4px 8px 0 0}.ant-select-tree .ant-select-tree-node-content-wrapper{position:relative;z-index:auto;min-height:24px;margin:0;padding:0 4px;color:inherit;line-height:24px;background:transparent;border-radius:2px;cursor:pointer;transition:all .3s,border 0s,line-height 0s,box-shadow 0s}.ant-select-tree .ant-select-tree-node-content-wrapper:hover{background-color:#f5f5f5}.ant-select-tree .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected{background-color:#bae7ff}.ant-select-tree .ant-select-tree-node-content-wrapper .ant-select-tree-iconEle{display:inline-block;width:24px;height:24px;line-height:24px;text-align:center;vertical-align:top}.ant-select-tree .ant-select-tree-node-content-wrapper .ant-select-tree-iconEle:empty{display:none}.ant-select-tree-unselectable .ant-select-tree-node-content-wrapper:hover{background-color:transparent}.ant-select-tree-node-content-wrapper{line-height:24px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-select-tree-node-content-wrapper .ant-tree-drop-indicator{position:absolute;z-index:1;height:2px;background-color:#1890ff;border-radius:1px;pointer-events:none}.ant-select-tree-node-content-wrapper .ant-tree-drop-indicator:after{position:absolute;top:-3px;left:-6px;width:8px;height:8px;background-color:transparent;border:2px solid #1890ff;border-radius:50%;content:""}.ant-select-tree .ant-select-tree-treenode.drop-container>[draggable]{box-shadow:0 0 0 2px #1890ff}.ant-select-tree-show-line .ant-select-tree-indent-unit{position:relative;height:100%}.ant-select-tree-show-line .ant-select-tree-indent-unit:before{position:absolute;top:0;right:12px;bottom:-4px;border-right:1px solid #d9d9d9;content:""}.ant-select-tree-show-line .ant-select-tree-indent-unit-end:before{display:none}.ant-select-tree-show-line .ant-select-tree-switcher{background:#fff}.ant-select-tree-show-line .ant-select-tree-switcher-line-icon{vertical-align:-.15em}.ant-select-tree .ant-select-tree-treenode-leaf-last .ant-select-tree-switcher-leaf-line:before{top:auto!important;bottom:auto!important;height:14px!important}.ant-tree-select-dropdown-rtl .ant-select-tree .ant-select-tree-switcher_close .ant-select-tree-switcher-icon svg{transform:rotate(90deg)}.ant-tree-select-dropdown-rtl .ant-select-tree .ant-select-tree-switcher-loading-icon{transform:scaleY(-1)}.ant-typography{color:#000000d9;word-break:break-word}.ant-typography.ant-typography-secondary{color:#00000073}.ant-typography.ant-typography-success{color:#52c41a}.ant-typography.ant-typography-warning{color:#faad14}.ant-typography.ant-typography-danger{color:#ff4d4f}a.ant-typography.ant-typography-danger:active,a.ant-typography.ant-typography-danger:focus{color:#d9363e}a.ant-typography.ant-typography-danger:hover{color:#ff7875}.ant-typography.ant-typography-disabled{color:#00000040;cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}div.ant-typography,.ant-typography p{margin-bottom:1em}h1.ant-typography,div.ant-typography-h1,div.ant-typography-h1>textarea,.ant-typography h1{margin-bottom:.5em;color:#000000d9;font-weight:600;font-size:38px;line-height:1.23}h2.ant-typography,div.ant-typography-h2,div.ant-typography-h2>textarea,.ant-typography h2{margin-bottom:.5em;color:#000000d9;font-weight:600;font-size:30px;line-height:1.35}h3.ant-typography,div.ant-typography-h3,div.ant-typography-h3>textarea,.ant-typography h3{margin-bottom:.5em;color:#000000d9;font-weight:600;font-size:24px;line-height:1.35}h4.ant-typography,div.ant-typography-h4,div.ant-typography-h4>textarea,.ant-typography h4{margin-bottom:.5em;color:#000000d9;font-weight:600;font-size:20px;line-height:1.4}h5.ant-typography,div.ant-typography-h5,div.ant-typography-h5>textarea,.ant-typography h5{margin-bottom:.5em;color:#000000d9;font-weight:600;font-size:16px;line-height:1.5}.ant-typography+h1.ant-typography,.ant-typography+h2.ant-typography,.ant-typography+h3.ant-typography,.ant-typography+h4.ant-typography,.ant-typography+h5.ant-typography{margin-top:1.2em}.ant-typography div+h1,.ant-typography ul+h1,.ant-typography li+h1,.ant-typography p+h1,.ant-typography h1+h1,.ant-typography h2+h1,.ant-typography h3+h1,.ant-typography h4+h1,.ant-typography h5+h1,.ant-typography div+h2,.ant-typography ul+h2,.ant-typography li+h2,.ant-typography p+h2,.ant-typography h1+h2,.ant-typography h2+h2,.ant-typography h3+h2,.ant-typography h4+h2,.ant-typography h5+h2,.ant-typography div+h3,.ant-typography ul+h3,.ant-typography li+h3,.ant-typography p+h3,.ant-typography h1+h3,.ant-typography h2+h3,.ant-typography h3+h3,.ant-typography h4+h3,.ant-typography h5+h3,.ant-typography div+h4,.ant-typography ul+h4,.ant-typography li+h4,.ant-typography p+h4,.ant-typography h1+h4,.ant-typography h2+h4,.ant-typography h3+h4,.ant-typography h4+h4,.ant-typography h5+h4,.ant-typography div+h5,.ant-typography ul+h5,.ant-typography li+h5,.ant-typography p+h5,.ant-typography h1+h5,.ant-typography h2+h5,.ant-typography h3+h5,.ant-typography h4+h5,.ant-typography h5+h5{margin-top:1.2em}a.ant-typography-ellipsis,span.ant-typography-ellipsis{display:inline-block;max-width:100%}a.ant-typography,.ant-typography a{color:#1890ff;outline:none;cursor:pointer;transition:color .3s;text-decoration:none}a.ant-typography:focus-visible,.ant-typography a:focus-visible,a.ant-typography:hover,.ant-typography a:hover{color:#40a9ff}a.ant-typography:active,.ant-typography a:active{color:#096dd9}a.ant-typography:active,.ant-typography a:active,a.ant-typography:hover,.ant-typography a:hover{text-decoration:none}a.ant-typography[disabled],.ant-typography a[disabled],a.ant-typography.ant-typography-disabled,.ant-typography a.ant-typography-disabled{color:#00000040;cursor:not-allowed}a.ant-typography[disabled]:active,.ant-typography a[disabled]:active,a.ant-typography.ant-typography-disabled:active,.ant-typography a.ant-typography-disabled:active,a.ant-typography[disabled]:hover,.ant-typography a[disabled]:hover,a.ant-typography.ant-typography-disabled:hover,.ant-typography a.ant-typography-disabled:hover{color:#00000040}a.ant-typography[disabled]:active,.ant-typography a[disabled]:active,a.ant-typography.ant-typography-disabled:active,.ant-typography a.ant-typography-disabled:active{pointer-events:none}.ant-typography code{margin:0 .2em;padding:.2em .4em .1em;font-size:85%;background:rgba(150,150,150,.1);border:1px solid rgba(100,100,100,.2);border-radius:3px}.ant-typography kbd{margin:0 .2em;padding:.15em .4em .1em;font-size:90%;background:rgba(150,150,150,.06);border:1px solid rgba(100,100,100,.2);border-bottom-width:2px;border-radius:3px}.ant-typography mark{padding:0;background-color:#ffe58f}.ant-typography u,.ant-typography ins{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}.ant-typography s,.ant-typography del{text-decoration:line-through}.ant-typography strong{font-weight:600}.ant-typography-expand,.ant-typography-edit,.ant-typography-copy{color:#1890ff;outline:none;cursor:pointer;transition:color .3s;margin-left:4px}.ant-typography-expand:focus-visible,.ant-typography-edit:focus-visible,.ant-typography-copy:focus-visible,.ant-typography-expand:hover,.ant-typography-edit:hover,.ant-typography-copy:hover{color:#40a9ff}.ant-typography-expand:active,.ant-typography-edit:active,.ant-typography-copy:active{color:#096dd9}.ant-typography-copy-success,.ant-typography-copy-success:hover,.ant-typography-copy-success:focus{color:#52c41a}.ant-typography-edit-content{position:relative}div.ant-typography-edit-content{left:-12px;margin-top:-5px;margin-bottom:calc(1em - 5px)}.ant-typography-edit-content-confirm{position:absolute;right:10px;bottom:8px;color:#00000073;font-weight:400;font-size:14px;font-style:normal;pointer-events:none}.ant-typography-edit-content textarea{height:1em;margin:0!important;-moz-transition:none}.ant-typography ul,.ant-typography ol{margin:0 0 1em;padding:0}.ant-typography ul li,.ant-typography ol li{margin:0 0 0 20px;padding:0 0 0 4px}.ant-typography ul{list-style-type:circle}.ant-typography ul ul{list-style-type:disc}.ant-typography ol{list-style-type:decimal}.ant-typography pre,.ant-typography blockquote{margin:1em 0}.ant-typography pre{padding:.4em .6em;white-space:pre-wrap;word-wrap:break-word;background:rgba(150,150,150,.1);border:1px solid rgba(100,100,100,.2);border-radius:3px}.ant-typography pre code{display:inline;margin:0;padding:0;font-size:inherit;font-family:inherit;background:transparent;border:0}.ant-typography blockquote{padding:0 0 0 .6em;border-left:4px solid rgba(100,100,100,.2);opacity:.85}.ant-typography-single-line{white-space:nowrap}.ant-typography-ellipsis-single-line{overflow:hidden;text-overflow:ellipsis}a.ant-typography-ellipsis-single-line,span.ant-typography-ellipsis-single-line{vertical-align:bottom}.ant-typography-ellipsis-multiple-line{display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.ant-typography-rtl{direction:rtl}.ant-typography-rtl .ant-typography-expand,.ant-typography-rtl .ant-typography-edit,.ant-typography-rtl .ant-typography-copy{margin-right:4px;margin-left:0}.ant-typography-rtl .ant-typography-expand{float:left}div.ant-typography-edit-content.ant-typography-rtl{right:-12px;left:auto}.ant-typography-rtl .ant-typography-edit-content-confirm{right:auto;left:10px}.ant-typography-rtl.ant-typography ul li,.ant-typography-rtl.ant-typography ol li{margin:0 20px 0 0;padding:0 4px 0 0}.ant-upload{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";outline:0}.ant-upload p{margin:0}.ant-upload-btn{display:block;width:100%;outline:none}.ant-upload input[type=file]{cursor:pointer}.ant-upload.ant-upload-select{display:inline-block}.ant-upload.ant-upload-disabled{color:#00000040;cursor:not-allowed}.ant-upload.ant-upload-select-picture-card{width:104px;height:104px;margin-right:8px;margin-bottom:8px;text-align:center;vertical-align:top;background-color:#fafafa;border:1px dashed #d9d9d9;border-radius:2px;cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-select-picture-card>.ant-upload{display:flex;align-items:center;justify-content:center;height:100%;text-align:center}.ant-upload.ant-upload-select-picture-card:hover{border-color:#1890ff}.ant-upload-disabled.ant-upload.ant-upload-select-picture-card:hover{border-color:#d9d9d9}.ant-upload.ant-upload-drag{position:relative;width:100%;height:100%;text-align:center;background:#fafafa;border:1px dashed #d9d9d9;border-radius:2px;cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-drag .ant-upload{padding:16px 0}.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled){border-color:#096dd9}.ant-upload.ant-upload-drag.ant-upload-disabled{cursor:not-allowed}.ant-upload.ant-upload-drag .ant-upload-btn{display:table;height:100%}.ant-upload.ant-upload-drag .ant-upload-drag-container{display:table-cell;vertical-align:middle}.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover{border-color:#40a9ff}.ant-upload.ant-upload-drag p.ant-upload-drag-icon{margin-bottom:20px}.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon{color:#40a9ff;font-size:48px}.ant-upload.ant-upload-drag p.ant-upload-text{margin:0 0 4px;color:#000000d9;font-size:16px}.ant-upload.ant-upload-drag p.ant-upload-hint{color:#00000073;font-size:14px}.ant-upload.ant-upload-drag .anticon-plus{color:#00000040;font-size:30px;transition:all .3s}.ant-upload.ant-upload-drag .anticon-plus:hover,.ant-upload.ant-upload-drag:hover .anticon-plus{color:#00000073}.ant-upload-picture-card-wrapper{display:inline-block;width:100%}.ant-upload-picture-card-wrapper:before{display:table;content:""}.ant-upload-picture-card-wrapper:after{display:table;clear:both;content:""}.ant-upload-list{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;list-style:none;font-feature-settings:"tnum";line-height:1.5715}.ant-upload-list:before{display:table;content:""}.ant-upload-list:after{display:table;clear:both;content:""}.ant-upload-list-item{position:relative;height:22.001px;margin-top:8px;font-size:14px}.ant-upload-list-item-name{display:inline-block;width:100%;padding-left:22px;overflow:hidden;line-height:1.5715;white-space:nowrap;text-overflow:ellipsis}.ant-upload-list-item-card-actions{position:absolute;right:0}.ant-upload-list-item-card-actions-btn{opacity:0}.ant-upload-list-item-card-actions-btn.ant-btn-sm{height:22.001px;line-height:1;vertical-align:top}.ant-upload-list-item-card-actions.picture{top:22px;line-height:0}.ant-upload-list-item-card-actions-btn:focus,.ant-upload-list-item-card-actions.picture .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-card-actions .anticon{color:#00000073;transition:all .3s}.ant-upload-list-item-card-actions:hover .anticon{color:#000000d9}.ant-upload-list-item-info{height:100%;transition:background-color .3s}.ant-upload-list-item-info>span{display:block;width:100%;height:100%}.ant-upload-list-item-info .anticon-loading .anticon,.ant-upload-list-item-info .ant-upload-text-icon .anticon{position:absolute;top:5px;color:#00000073;font-size:14px}.ant-upload-list-item:hover .ant-upload-list-item-info{background-color:#f5f5f5}.ant-upload-list-item:hover .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-error,.ant-upload-list-item-error .ant-upload-text-icon>.anticon,.ant-upload-list-item-error .ant-upload-list-item-name{color:#ff4d4f}.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon{color:#ff4d4f}.ant-upload-list-item-error .ant-upload-list-item-card-actions-btn{opacity:1}.ant-upload-list-item-progress{position:absolute;bottom:-12px;width:100%;padding-left:26px;font-size:14px;line-height:0}.ant-upload-list-picture .ant-upload-list-item,.ant-upload-list-picture-card .ant-upload-list-item{position:relative;height:66px;padding:8px;border:1px solid #d9d9d9;border-radius:2px}.ant-upload-list-picture .ant-upload-list-item:hover,.ant-upload-list-picture-card .ant-upload-list-item:hover{background:transparent}.ant-upload-list-picture .ant-upload-list-item-error,.ant-upload-list-picture-card .ant-upload-list-item-error{border-color:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info{background:transparent}.ant-upload-list-picture .ant-upload-list-item-uploading,.ant-upload-list-picture-card .ant-upload-list-item-uploading{border-style:dashed}.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{width:48px;height:48px;line-height:60px;text-align:center;opacity:.8}.ant-upload-list-picture .ant-upload-list-item-thumbnail .anticon,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"]{fill:#fff2f0}.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"],.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"]{fill:#ff4d4f}.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-picture-card .ant-upload-list-item-icon{position:absolute;top:50%;left:50%;font-size:26px;transform:translate(-50%,-50%)}.ant-upload-list-picture .ant-upload-list-item-icon .anticon,.ant-upload-list-picture-card .ant-upload-list-item-icon .anticon{font-size:26px}.ant-upload-list-picture .ant-upload-list-item-image,.ant-upload-list-picture-card .ant-upload-list-item-image{max-width:100%}.ant-upload-list-picture .ant-upload-list-item-thumbnail img,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{display:block;width:48px;height:48px;overflow:hidden}.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-name{display:inline-block;box-sizing:border-box;max-width:100%;margin:0 0 0 8px;padding-right:8px;padding-left:48px;overflow:hidden;line-height:44px;white-space:nowrap;text-overflow:ellipsis;transition:all .3s}.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name{margin-bottom:12px}.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:14px;width:calc(100% - 24px);margin-top:0;padding-left:56px}.ant-upload-list-picture-card-container{display:inline-block;width:104px;height:104px;margin:0 8px 8px 0;vertical-align:top}.ant-upload-list-picture-card .ant-upload-list-item{height:100%;margin:0}.ant-upload-list-picture-card .ant-upload-list-item-info{position:relative;height:100%;overflow:hidden}.ant-upload-list-picture-card .ant-upload-list-item-info:before{position:absolute;z-index:1;width:100%;height:100%;background-color:#00000080;opacity:0;transition:all .3s;content:" "}.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info:before{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-actions{position:absolute;top:50%;left:50%;z-index:10;white-space:nowrap;transform:translate(-50%,-50%);opacity:0;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete{z-index:10;width:16px;margin:0 4px;color:#ffffffd9;font-size:16px;cursor:pointer;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover{color:#fff}.ant-upload-list-picture-card .ant-upload-list-item-info:hover+.ant-upload-list-item-actions,.ant-upload-list-picture-card .ant-upload-list-item-actions:hover{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{position:static;display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.ant-upload-list-picture-card .ant-upload-list-item-name{display:none;margin:8px 0 0;padding:0;line-height:1.5715;text-align:center}.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{position:absolute;bottom:10px;display:block}.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item{background-color:#fafafa}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info{height:auto}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info:before,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete{display:none}.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:32px;width:calc(100% - 14px);padding-left:0}.ant-upload-list-text-container,.ant-upload-list-picture-container{transition:opacity .3s,height .3s}.ant-upload-list-text-container:before,.ant-upload-list-picture-container:before{display:table;width:0;height:0;content:""}.ant-upload-list-text-container .ant-upload-span,.ant-upload-list-picture-container .ant-upload-span{display:block;flex:auto}.ant-upload-list-text .ant-upload-span,.ant-upload-list-picture .ant-upload-span{display:flex;align-items:center}.ant-upload-list-text .ant-upload-span>*,.ant-upload-list-picture .ant-upload-span>*{flex:none}.ant-upload-list-text .ant-upload-list-item-name,.ant-upload-list-picture .ant-upload-list-item-name{flex:auto;margin:0;padding:0 8px}.ant-upload-list-text .ant-upload-list-item-card-actions,.ant-upload-list-picture .ant-upload-list-item-card-actions,.ant-upload-list-text .ant-upload-text-icon .anticon{position:static}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter,.ant-upload-list .ant-upload-animate-inline-leave{animation-duration:.3s;animation-timing-function:cubic-bezier(.78,.14,.15,.86);animation-fill-mode:forwards}.ant-upload-list .ant-upload-animate-inline-appear,.ant-upload-list .ant-upload-animate-inline-enter{animation-name:uploadAnimateInlineIn}.ant-upload-list .ant-upload-animate-inline-leave{animation-name:uploadAnimateInlineOut}@keyframes uploadAnimateInlineIn{0%{width:0;height:0;margin:0;padding:0;opacity:0}}@keyframes uploadAnimateInlineOut{to{width:0;height:0;margin:0;padding:0;opacity:0}}.ant-upload-rtl{direction:rtl}.ant-upload-rtl.ant-upload.ant-upload-select-picture-card{margin-right:auto;margin-left:8px}.ant-upload-list-rtl{direction:rtl}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1{padding-right:22px;padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2{padding-right:22px;padding-left:28px}.ant-upload-list-rtl .ant-upload-list-item-name{padding-right:22px;padding-left:0}.ant-upload-list-rtl .ant-upload-list-item-name-icon-count-1{padding-left:14px}.ant-upload-list-rtl .ant-upload-list-item-card-actions{right:auto;left:0}.ant-upload-list-rtl .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-info{padding:0 4px 0 12px}.ant-upload-list-rtl .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon{padding-right:0;padding-left:5px}.ant-upload-list-rtl .ant-upload-list-item-progress{padding-right:26px;padding-left:0}.ant-upload-list-picture .ant-upload-list-item-info,.ant-upload-list-picture-card .ant-upload-list-item-info{padding:0}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-thumbnail,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-thumbnail{right:8px;left:auto}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-icon,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-icon{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name{margin:0 8px 0 0;padding-right:48px;padding-left:8px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1{padding-right:48px;padding-left:18px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2{padding-right:48px;padding-left:36px}.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-progress,.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-progress{padding-right:0;padding-left:0}.ant-upload-list-rtl .ant-upload-list-picture-card-container{margin:0 0 8px 8px}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-actions{right:50%;left:auto;transform:translate(50%,-50%)}.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name{margin:8px 0 0;padding:0}@font-face{font-family:Roboto-Black;src:url(/assets/Roboto-Black.5ace0d08.ttf)}@font-face{font-family:Roboto-BlackItalic;src:url(/assets/Roboto-BlackItalic.8b2f87fb.ttf)}@font-face{font-family:Roboto-Bold;src:url(/assets/Roboto-Bold.ec685a46.ttf)}@font-face{font-family:Roboto-BoldItalic;src:url(/assets/Roboto-BoldItalic.61df597f.ttf)}@font-face{font-family:Roboto-ExtraBold;src:url(/src/assets/font/Roboto-ExtraBold.ttf)}@font-face{font-family:Roboto-ExtraBoldItalic;src:url(/src/assets/font/Roboto-ExtraBoldItalic.ttf)}@font-face{font-family:Roboto-Light;src:url(/assets/Roboto-Light.c576c506.ttf)}@font-face{font-family:Roboto-ExtraLight;src:url(/src/assets/font/Roboto-ExtraLight.ttf)}@font-face{font-family:Roboto-ExtraLightItalic;src:url(/src/assets/font/Roboto-ExtraLightItalic.ttf)}@font-face{font-family:Roboto-Italic;src:url(/assets/Roboto-Italic.99e4a850.ttf)}@font-face{font-family:Roboto-LightItalic;src:url(/assets/Roboto-LightItalic.a4840622.ttf)}@font-face{font-family:Roboto-Medium;src:url(/assets/Roboto-Medium.9d0d55a3.ttf)}@font-face{font-family:Roboto-MediumItalic;src:url(/assets/Roboto-MediumItalic.d3f317c9.ttf)}@font-face{font-family:Roboto-Regular;src:url(/assets/Roboto-Regular.4e147ab6.ttf)}@font-face{font-family:Roboto-SemiBold;src:url(/src/assets/font/Roboto-SemiBold.ttf)}@font-face{font-family:Roboto-SemiBoldItalic;src:url(/src/assets/font/Roboto-SemiBoldItalic.ttf)}body{margin:0;padding:0;font-family:Roboto-Medium,sans-serif;scroll-behavior:smooth}body::-webkit-scrollbar-track{background-color:transparent;border-radius:8px}body::-webkit-scrollbar{width:6px;border-radius:8px;background-color:transparent}body::-webkit-scrollbar-thumb{border-radius:10px;background-color:#61677a}.monitorTableStyle .ant-table-container .ant-table-content table .ant-table-thead tr th:first-child{border-top-left-radius:15px!important;border-bottom-left-radius:15px!important}.monitorTableStyle .ant-table-container .ant-table-content table .ant-table-thead tr th:last-child{border-top-right-radius:15px;border-bottom-right-radius:15px}@keyframes smallPulse{0%{transform:scale(1.2) rotate(270deg);opacity:.25;border-radius:25%}25%{transform:scale(1) rotate(0);opacity:1;border-radius:25%}50%{transform:scale(1) rotate(0);opacity:1;border-radius:50%}75%{transform:scale(1.2) rotate(270deg);opacity:1;border-radius:50%}to{transform:scale(1.2) rotate(270deg);opacity:.25;border-radius:25%}}@keyframes bigPulse{0%{transform:scale(1) rotate(0);opacity:1;border-radius:25%}25%{transform:scale(1.2) rotate(270deg);opacity:.25;border-radius:25%}50%{transform:scale(1.2) rotate(270deg);opacity:.25;border-radius:50%}75%{transform:scale(1.2) rotate(0);opacity:.25;border-radius:50%}to{transform:scale(1) rotate(0);opacity:1;border-radius:25%}}@keyframes animateText{0%,to{clip-path:polygon(0% 45%,16% 44%,33% 50%,54% 60%,70% 61%,84% 59%,100% 52%,100% 100%,0% 100%)}50%{clip-path:polygon(0% 60%,15% 65%,34% 66%,51% 62%,67% 50%,84% 45%,100% 46%,100% 100%,0% 100%)}}@keyframes indeterminate_first{0%{left:-100%;width:100%}to{left:100%;width:10%}}@keyframes indeterminate_second{0%{left:-150%;width:100%}to{left:100%;width:10%}}.p-auto{padding:auto}.pl-auto{padding-left:auto}.pr-auto{padding-right:auto}.px-auto{padding-right:auto;padding-left:auto}.py-auto{padding-top:auto;padding-bottom:auto}.pb-auto{padding-bottom:auto}.pt-auto{padding-top:auto}.p-0{padding:0}.pl-0{padding-left:0}.pr-0{padding-right:0}.px-0{padding-right:0;padding-left:0}.py-0{padding-top:0;padding-bottom:0}.pb-0{padding-bottom:0}.pt-0{padding-top:0}.p-1{padding:.25rem}.pl-1{padding-left:.25rem}.pr-1{padding-right:.25rem}.px-1{padding-right:.25rem;padding-left:.25rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.pb-1{padding-bottom:.25rem}.pt-1{padding-top:.25rem}.p-2{padding:.5rem}.pl-2{padding-left:.5rem}.pr-2{padding-right:.5rem}.px-2{padding-right:.5rem;padding-left:.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.pb-2{padding-bottom:.5rem}.pt-2{padding-top:.5rem}.p-3{padding:.75rem}.pl-3{padding-left:.75rem}.pr-3{padding-right:.75rem}.px-3{padding-right:.75rem;padding-left:.75rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.pb-3{padding-bottom:.75rem}.pt-3{padding-top:.75rem}.p-4{padding:1rem}.pl-4{padding-left:1rem}.pr-4{padding-right:1rem}.px-4{padding-right:1rem;padding-left:1rem}.py-4{padding-top:1rem;padding-bottom:1rem}.pb-4{padding-bottom:1rem}.pt-4{padding-top:1rem}.p-5{padding:1.25rem}.pl-5{padding-left:1.25rem}.pr-5{padding-right:1.25rem}.px-5{padding-right:1.25rem;padding-left:1.25rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.pb-5{padding-bottom:1.25rem}.pt-5{padding-top:1.25rem}.p-6{padding:1.5rem}.pl-6{padding-left:1.5rem}.pr-6{padding-right:1.5rem}.px-6{padding-right:1.5rem;padding-left:1.5rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.pb-6{padding-bottom:1.5rem}.pt-6{padding-top:1.5rem}.p-7{padding:1.75rem}.pl-7{padding-left:1.75rem}.pr-7{padding-right:1.75rem}.px-7{padding-right:1.75rem;padding-left:1.75rem}.py-7{padding-top:1.75rem;padding-bottom:1.75rem}.pb-7{padding-bottom:1.75rem}.pt-7{padding-top:1.75rem}.p-8{padding:2rem}.pl-8{padding-left:2rem}.pr-8{padding-right:2rem}.px-8{padding-right:2rem;padding-left:2rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-8{padding-bottom:2rem}.pt-8{padding-top:2rem}.p-9{padding:2.25rem}.pl-9{padding-left:2.25rem}.pr-9{padding-right:2.25rem}.px-9{padding-right:2.25rem;padding-left:2.25rem}.py-9{padding-top:2.25rem;padding-bottom:2.25rem}.pb-9{padding-bottom:2.25rem}.pt-9{padding-top:2.25rem}.p-10{padding:2.5rem}.pl-10{padding-left:2.5rem}.pr-10{padding-right:2.5rem}.px-10{padding-right:2.5rem;padding-left:2.5rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.pb-10{padding-bottom:2.5rem}.pt-10{padding-top:2.5rem}.p-11{padding:2.75rem}.pl-11{padding-left:2.75rem}.pr-11{padding-right:2.75rem}.px-11{padding-right:2.75rem;padding-left:2.75rem}.py-11{padding-top:2.75rem;padding-bottom:2.75rem}.pb-11{padding-bottom:2.75rem}.pt-11{padding-top:2.75rem}.p-12{padding:3rem}.pl-12{padding-left:3rem}.pr-12{padding-right:3rem}.px-12{padding-right:3rem;padding-left:3rem}.py-12{padding-top:3rem;padding-bottom:3rem}.pb-12{padding-bottom:3rem}.pt-12{padding-top:3rem}.p-14{padding:3.5rem}.pl-14{padding-left:3.5rem}.pr-14{padding-right:3.5rem}.px-14{padding-right:3.5rem;padding-left:3.5rem}.py-14{padding-top:3.5rem;padding-bottom:3.5rem}.pb-14{padding-bottom:3.5rem}.pt-14{padding-top:3.5rem}.p-16{padding:4rem}.pl-16{padding-left:4rem}.pr-16{padding-right:4rem}.px-16{padding-right:4rem;padding-left:4rem}.py-16{padding-top:4rem;padding-bottom:4rem}.pb-16{padding-bottom:4rem}.pt-16{padding-top:4rem}.p-20{padding:5rem}.pl-20{padding-left:5rem}.pr-20{padding-right:5rem}.px-20{padding-right:5rem;padding-left:5rem}.py-20{padding-top:5rem;padding-bottom:5rem}.pb-20{padding-bottom:5rem}.pt-20{padding-top:5rem}.p-24{padding:6rem}.pl-24{padding-left:6rem}.pr-24{padding-right:6rem}.px-24{padding-right:6rem;padding-left:6rem}.py-24{padding-top:6rem;padding-bottom:6rem}.pb-24{padding-bottom:6rem}.pt-24{padding-top:6rem}.p-28{padding:7rem}.pl-28{padding-left:7rem}.pr-28{padding-right:7rem}.px-28{padding-right:7rem;padding-left:7rem}.py-28{padding-top:7rem;padding-bottom:7rem}.pb-28{padding-bottom:7rem}.pt-28{padding-top:7rem}.p-32{padding:8rem}.pl-32{padding-left:8rem}.pr-32{padding-right:8rem}.px-32{padding-right:8rem;padding-left:8rem}.py-32{padding-top:8rem;padding-bottom:8rem}.pb-32{padding-bottom:8rem}.pt-32{padding-top:8rem}.p-36{padding:9rem}.pl-36{padding-left:9rem}.pr-36{padding-right:9rem}.px-36{padding-right:9rem;padding-left:9rem}.py-36{padding-top:9rem;padding-bottom:9rem}.pb-36{padding-bottom:9rem}.pt-36{padding-top:9rem}.p-40{padding:10rem}.pl-40{padding-left:10rem}.pr-40{padding-right:10rem}.px-40{padding-right:10rem;padding-left:10rem}.py-40{padding-top:10rem;padding-bottom:10rem}.pb-40{padding-bottom:10rem}.pt-40{padding-top:10rem}.p-44{padding:11rem}.pl-44{padding-left:11rem}.pr-44{padding-right:11rem}.px-44{padding-right:11rem;padding-left:11rem}.py-44{padding-top:11rem;padding-bottom:11rem}.pb-44{padding-bottom:11rem}.pt-44{padding-top:11rem}.p-48{padding:12rem}.pl-48{padding-left:12rem}.pr-48{padding-right:12rem}.px-48{padding-right:12rem;padding-left:12rem}.py-48{padding-top:12rem;padding-bottom:12rem}.pb-48{padding-bottom:12rem}.pt-48{padding-top:12rem}.p-52{padding:13rem}.pl-52{padding-left:13rem}.pr-52{padding-right:13rem}.px-52{padding-right:13rem;padding-left:13rem}.py-52{padding-top:13rem;padding-bottom:13rem}.pb-52{padding-bottom:13rem}.pt-52{padding-top:13rem}.p-56{padding:14rem}.pl-56{padding-left:14rem}.pr-56{padding-right:14rem}.px-56{padding-right:14rem;padding-left:14rem}.py-56{padding-top:14rem;padding-bottom:14rem}.pb-56{padding-bottom:14rem}.pt-56{padding-top:14rem}.p-60{padding:15rem}.pl-60{padding-left:15rem}.pr-60{padding-right:15rem}.px-60{padding-right:15rem;padding-left:15rem}.py-60{padding-top:15rem;padding-bottom:15rem}.pb-60{padding-bottom:15rem}.pt-60{padding-top:15rem}.p-64{padding:16rem}.pl-64{padding-left:16rem}.pr-64{padding-right:16rem}.px-64{padding-right:16rem;padding-left:16rem}.py-64{padding-top:16rem;padding-bottom:16rem}.pb-64{padding-bottom:16rem}.pt-64{padding-top:16rem}.p-72{padding:18rem}.pl-72{padding-left:18rem}.pr-72{padding-right:18rem}.px-72{padding-right:18rem;padding-left:18rem}.py-72{padding-top:18rem;padding-bottom:18rem}.pb-72{padding-bottom:18rem}.pt-72{padding-top:18rem}.p-80{padding:20rem}.pl-80{padding-left:20rem}.pr-80{padding-right:20rem}.px-80{padding-right:20rem;padding-left:20rem}.py-80{padding-top:20rem;padding-bottom:20rem}.pb-80{padding-bottom:20rem}.pt-80{padding-top:20rem}.p-96{padding:24rem}.pl-96{padding-left:24rem}.pr-96{padding-right:24rem}.px-96{padding-right:24rem;padding-left:24rem}.py-96{padding-top:24rem;padding-bottom:24rem}.pb-96{padding-bottom:24rem}.pt-96{padding-top:24rem}.bg-transparent{background-color:transparent}.bg-transparent\/0{background-color:#0000}.bg-transparent\/10{background-color:#0000001a}.bg-transparent\/20{background-color:#0003}.bg-transparent\/30{background-color:#0000004d}.bg-transparent\/40{background-color:#0006}.bg-transparent\/50{background-color:#00000080}.bg-transparent\/60{background-color:#0009}.bg-transparent\/70{background-color:#000000b3}.bg-transparent\/75{background-color:#000000bf}.bg-transparent\/80{background-color:#000c}.bg-transparent\/90{background-color:#000000e6}.bg-black{background-color:#000}.bg-black\/0{background-color:#0000}.bg-black\/10{background-color:#0000001a}.bg-black\/20{background-color:#0003}.bg-black\/30{background-color:#0000004d}.bg-black\/40{background-color:#0006}.bg-black\/50{background-color:#00000080}.bg-black\/60{background-color:#0009}.bg-black\/70{background-color:#000000b3}.bg-black\/75{background-color:#000000bf}.bg-black\/80{background-color:#000c}.bg-black\/90{background-color:#000000e6}.bg-white{background-color:#fff}.bg-white\/0{background-color:#fff0}.bg-white\/10{background-color:#ffffff1a}.bg-white\/20{background-color:#fff3}.bg-white\/30{background-color:#ffffff4d}.bg-white\/40{background-color:#fff6}.bg-white\/50{background-color:#ffffff80}.bg-white\/60{background-color:#fff9}.bg-white\/70{background-color:#ffffffb3}.bg-white\/75{background-color:#ffffffbf}.bg-white\/80{background-color:#fffc}.bg-white\/90{background-color:#ffffffe6}.bg-slate-50{background-color:#f8fafc}.bg-slate-50\/0{background-color:#f8fafc00}.bg-slate-50\/10{background-color:#f8fafc1a}.bg-slate-50\/20{background-color:#f8fafc33}.bg-slate-50\/30{background-color:#f8fafc4d}.bg-slate-50\/40{background-color:#f8fafc66}.bg-slate-50\/50{background-color:#f8fafc80}.bg-slate-50\/60{background-color:#f8fafc99}.bg-slate-50\/70{background-color:#f8fafcb3}.bg-slate-50\/75{background-color:#f8fafcbf}.bg-slate-50\/80{background-color:#f8fafccc}.bg-slate-50\/90{background-color:#f8fafce6}.bg-slate-100{background-color:#f1f5f9}.bg-slate-100\/0{background-color:#f1f5f900}.bg-slate-100\/10{background-color:#f1f5f91a}.bg-slate-100\/20{background-color:#f1f5f933}.bg-slate-100\/30{background-color:#f1f5f94d}.bg-slate-100\/40{background-color:#f1f5f966}.bg-slate-100\/50{background-color:#f1f5f980}.bg-slate-100\/60{background-color:#f1f5f999}.bg-slate-100\/70{background-color:#f1f5f9b3}.bg-slate-100\/75{background-color:#f1f5f9bf}.bg-slate-100\/80{background-color:#f1f5f9cc}.bg-slate-100\/90{background-color:#f1f5f9e6}.bg-slate-200{background-color:#e2e8f0}.bg-slate-200\/0{background-color:#e2e8f000}.bg-slate-200\/10{background-color:#e2e8f01a}.bg-slate-200\/20{background-color:#e2e8f033}.bg-slate-200\/30{background-color:#e2e8f04d}.bg-slate-200\/40{background-color:#e2e8f066}.bg-slate-200\/50{background-color:#e2e8f080}.bg-slate-200\/60{background-color:#e2e8f099}.bg-slate-200\/70{background-color:#e2e8f0b3}.bg-slate-200\/75{background-color:#e2e8f0bf}.bg-slate-200\/80{background-color:#e2e8f0cc}.bg-slate-200\/90{background-color:#e2e8f0e6}.bg-slate-300{background-color:#cbd5e1}.bg-slate-300\/0{background-color:#cbd5e100}.bg-slate-300\/10{background-color:#cbd5e11a}.bg-slate-300\/20{background-color:#cbd5e133}.bg-slate-300\/30{background-color:#cbd5e14d}.bg-slate-300\/40{background-color:#cbd5e166}.bg-slate-300\/50{background-color:#cbd5e180}.bg-slate-300\/60{background-color:#cbd5e199}.bg-slate-300\/70{background-color:#cbd5e1b3}.bg-slate-300\/75{background-color:#cbd5e1bf}.bg-slate-300\/80{background-color:#cbd5e1cc}.bg-slate-300\/90{background-color:#cbd5e1e6}.bg-slate-400{background-color:#94a3b8}.bg-slate-400\/0{background-color:#94a3b800}.bg-slate-400\/10{background-color:#94a3b81a}.bg-slate-400\/20{background-color:#94a3b833}.bg-slate-400\/30{background-color:#94a3b84d}.bg-slate-400\/40{background-color:#94a3b866}.bg-slate-400\/50{background-color:#94a3b880}.bg-slate-400\/60{background-color:#94a3b899}.bg-slate-400\/70{background-color:#94a3b8b3}.bg-slate-400\/75{background-color:#94a3b8bf}.bg-slate-400\/80{background-color:#94a3b8cc}.bg-slate-400\/90{background-color:#94a3b8e6}.bg-slate-500{background-color:#64748b}.bg-slate-500\/0{background-color:#64748b00}.bg-slate-500\/10{background-color:#64748b1a}.bg-slate-500\/20{background-color:#64748b33}.bg-slate-500\/30{background-color:#64748b4d}.bg-slate-500\/40{background-color:#64748b66}.bg-slate-500\/50{background-color:#64748b80}.bg-slate-500\/60{background-color:#64748b99}.bg-slate-500\/70{background-color:#64748bb3}.bg-slate-500\/75{background-color:#64748bbf}.bg-slate-500\/80{background-color:#64748bcc}.bg-slate-500\/90{background-color:#64748be6}.bg-slate-600{background-color:#475569}.bg-slate-600\/0{background-color:#47556900}.bg-slate-600\/10{background-color:#4755691a}.bg-slate-600\/20{background-color:#47556933}.bg-slate-600\/30{background-color:#4755694d}.bg-slate-600\/40{background-color:#47556966}.bg-slate-600\/50{background-color:#47556980}.bg-slate-600\/60{background-color:#47556999}.bg-slate-600\/70{background-color:#475569b3}.bg-slate-600\/75{background-color:#475569bf}.bg-slate-600\/80{background-color:#475569cc}.bg-slate-600\/90{background-color:#475569e6}.bg-slate-700{background-color:#334155}.bg-slate-700\/0{background-color:#33415500}.bg-slate-700\/10{background-color:#3341551a}.bg-slate-700\/20{background-color:#33415533}.bg-slate-700\/30{background-color:#3341554d}.bg-slate-700\/40{background-color:#33415566}.bg-slate-700\/50{background-color:#33415580}.bg-slate-700\/60{background-color:#33415599}.bg-slate-700\/70{background-color:#334155b3}.bg-slate-700\/75{background-color:#334155bf}.bg-slate-700\/80{background-color:#334155cc}.bg-slate-700\/90{background-color:#334155e6}.bg-slate-800{background-color:#1e293b}.bg-slate-800\/0{background-color:#1e293b00}.bg-slate-800\/10{background-color:#1e293b1a}.bg-slate-800\/20{background-color:#1e293b33}.bg-slate-800\/30{background-color:#1e293b4d}.bg-slate-800\/40{background-color:#1e293b66}.bg-slate-800\/50{background-color:#1e293b80}.bg-slate-800\/60{background-color:#1e293b99}.bg-slate-800\/70{background-color:#1e293bb3}.bg-slate-800\/75{background-color:#1e293bbf}.bg-slate-800\/80{background-color:#1e293bcc}.bg-slate-800\/90{background-color:#1e293be6}.bg-slate-900{background-color:#0f172a}.bg-slate-900\/0{background-color:#0f172a00}.bg-slate-900\/10{background-color:#0f172a1a}.bg-slate-900\/20{background-color:#0f172a33}.bg-slate-900\/30{background-color:#0f172a4d}.bg-slate-900\/40{background-color:#0f172a66}.bg-slate-900\/50{background-color:#0f172a80}.bg-slate-900\/60{background-color:#0f172a99}.bg-slate-900\/70{background-color:#0f172ab3}.bg-slate-900\/75{background-color:#0f172abf}.bg-slate-900\/80{background-color:#0f172acc}.bg-slate-900\/90{background-color:#0f172ae6}.bg-slate-950{background-color:#020617}.bg-slate-950\/0{background-color:#02061700}.bg-slate-950\/10{background-color:#0206171a}.bg-slate-950\/20{background-color:#02061733}.bg-slate-950\/30{background-color:#0206174d}.bg-slate-950\/40{background-color:#02061766}.bg-slate-950\/50{background-color:#02061780}.bg-slate-950\/60{background-color:#02061799}.bg-slate-950\/70{background-color:#020617b3}.bg-slate-950\/75{background-color:#020617bf}.bg-slate-950\/80{background-color:#020617cc}.bg-slate-950\/90{background-color:#020617e6}.bg-gray-50{background-color:#f9fafb}.bg-gray-50\/0{background-color:#f9fafb00}.bg-gray-50\/10{background-color:#f9fafb1a}.bg-gray-50\/20{background-color:#f9fafb33}.bg-gray-50\/30{background-color:#f9fafb4d}.bg-gray-50\/40{background-color:#f9fafb66}.bg-gray-50\/50{background-color:#f9fafb80}.bg-gray-50\/60{background-color:#f9fafb99}.bg-gray-50\/70{background-color:#f9fafbb3}.bg-gray-50\/75{background-color:#f9fafbbf}.bg-gray-50\/80{background-color:#f9fafbcc}.bg-gray-50\/90{background-color:#f9fafbe6}.bg-gray-100{background-color:#f3f4f6}.bg-gray-100\/0{background-color:#f3f4f600}.bg-gray-100\/10{background-color:#f3f4f61a}.bg-gray-100\/20{background-color:#f3f4f633}.bg-gray-100\/30{background-color:#f3f4f64d}.bg-gray-100\/40{background-color:#f3f4f666}.bg-gray-100\/50{background-color:#f3f4f680}.bg-gray-100\/60{background-color:#f3f4f699}.bg-gray-100\/70{background-color:#f3f4f6b3}.bg-gray-100\/75{background-color:#f3f4f6bf}.bg-gray-100\/80{background-color:#f3f4f6cc}.bg-gray-100\/90{background-color:#f3f4f6e6}.bg-gray-200{background-color:#e5e7eb}.bg-gray-200\/0{background-color:#e5e7eb00}.bg-gray-200\/10{background-color:#e5e7eb1a}.bg-gray-200\/20{background-color:#e5e7eb33}.bg-gray-200\/30{background-color:#e5e7eb4d}.bg-gray-200\/40{background-color:#e5e7eb66}.bg-gray-200\/50{background-color:#e5e7eb80}.bg-gray-200\/60{background-color:#e5e7eb99}.bg-gray-200\/70{background-color:#e5e7ebb3}.bg-gray-200\/75{background-color:#e5e7ebbf}.bg-gray-200\/80{background-color:#e5e7ebcc}.bg-gray-200\/90{background-color:#e5e7ebe6}.bg-gray-300{background-color:#d1d5db}.bg-gray-300\/0{background-color:#d1d5db00}.bg-gray-300\/10{background-color:#d1d5db1a}.bg-gray-300\/20{background-color:#d1d5db33}.bg-gray-300\/30{background-color:#d1d5db4d}.bg-gray-300\/40{background-color:#d1d5db66}.bg-gray-300\/50{background-color:#d1d5db80}.bg-gray-300\/60{background-color:#d1d5db99}.bg-gray-300\/70{background-color:#d1d5dbb3}.bg-gray-300\/75{background-color:#d1d5dbbf}.bg-gray-300\/80{background-color:#d1d5dbcc}.bg-gray-300\/90{background-color:#d1d5dbe6}.bg-gray-400{background-color:#9ca3af}.bg-gray-400\/0{background-color:#9ca3af00}.bg-gray-400\/10{background-color:#9ca3af1a}.bg-gray-400\/20{background-color:#9ca3af33}.bg-gray-400\/30{background-color:#9ca3af4d}.bg-gray-400\/40{background-color:#9ca3af66}.bg-gray-400\/50{background-color:#9ca3af80}.bg-gray-400\/60{background-color:#9ca3af99}.bg-gray-400\/70{background-color:#9ca3afb3}.bg-gray-400\/75{background-color:#9ca3afbf}.bg-gray-400\/80{background-color:#9ca3afcc}.bg-gray-400\/90{background-color:#9ca3afe6}.bg-gray-500{background-color:#6b7280}.bg-gray-500\/0{background-color:#6b728000}.bg-gray-500\/10{background-color:#6b72801a}.bg-gray-500\/20{background-color:#6b728033}.bg-gray-500\/30{background-color:#6b72804d}.bg-gray-500\/40{background-color:#6b728066}.bg-gray-500\/50{background-color:#6b728080}.bg-gray-500\/60{background-color:#6b728099}.bg-gray-500\/70{background-color:#6b7280b3}.bg-gray-500\/75{background-color:#6b7280bf}.bg-gray-500\/80{background-color:#6b7280cc}.bg-gray-500\/90{background-color:#6b7280e6}.bg-gray-600{background-color:#4b5563}.bg-gray-600\/0{background-color:#4b556300}.bg-gray-600\/10{background-color:#4b55631a}.bg-gray-600\/20{background-color:#4b556333}.bg-gray-600\/30{background-color:#4b55634d}.bg-gray-600\/40{background-color:#4b556366}.bg-gray-600\/50{background-color:#4b556380}.bg-gray-600\/60{background-color:#4b556399}.bg-gray-600\/70{background-color:#4b5563b3}.bg-gray-600\/75{background-color:#4b5563bf}.bg-gray-600\/80{background-color:#4b5563cc}.bg-gray-600\/90{background-color:#4b5563e6}.bg-gray-700{background-color:#374151}.bg-gray-700\/0{background-color:#37415100}.bg-gray-700\/10{background-color:#3741511a}.bg-gray-700\/20{background-color:#37415133}.bg-gray-700\/30{background-color:#3741514d}.bg-gray-700\/40{background-color:#37415166}.bg-gray-700\/50{background-color:#37415180}.bg-gray-700\/60{background-color:#37415199}.bg-gray-700\/70{background-color:#374151b3}.bg-gray-700\/75{background-color:#374151bf}.bg-gray-700\/80{background-color:#374151cc}.bg-gray-700\/90{background-color:#374151e6}.bg-gray-800{background-color:#1f2937}.bg-gray-800\/0{background-color:#1f293700}.bg-gray-800\/10{background-color:#1f29371a}.bg-gray-800\/20{background-color:#1f293733}.bg-gray-800\/30{background-color:#1f29374d}.bg-gray-800\/40{background-color:#1f293766}.bg-gray-800\/50{background-color:#1f293780}.bg-gray-800\/60{background-color:#1f293799}.bg-gray-800\/70{background-color:#1f2937b3}.bg-gray-800\/75{background-color:#1f2937bf}.bg-gray-800\/80{background-color:#1f2937cc}.bg-gray-800\/90{background-color:#1f2937e6}.bg-gray-900{background-color:#111827}.bg-gray-900\/0{background-color:#11182700}.bg-gray-900\/10{background-color:#1118271a}.bg-gray-900\/20{background-color:#11182733}.bg-gray-900\/30{background-color:#1118274d}.bg-gray-900\/40{background-color:#11182766}.bg-gray-900\/50{background-color:#11182780}.bg-gray-900\/60{background-color:#11182799}.bg-gray-900\/70{background-color:#111827b3}.bg-gray-900\/75{background-color:#111827bf}.bg-gray-900\/80{background-color:#111827cc}.bg-gray-900\/90{background-color:#111827e6}.bg-gray-950{background-color:#030712}.bg-gray-950\/0{background-color:#03071200}.bg-gray-950\/10{background-color:#0307121a}.bg-gray-950\/20{background-color:#03071233}.bg-gray-950\/30{background-color:#0307124d}.bg-gray-950\/40{background-color:#03071266}.bg-gray-950\/50{background-color:#03071280}.bg-gray-950\/60{background-color:#03071299}.bg-gray-950\/70{background-color:#030712b3}.bg-gray-950\/75{background-color:#030712bf}.bg-gray-950\/80{background-color:#030712cc}.bg-gray-950\/90{background-color:#030712e6}.bg-zinc-50{background-color:#fafafa}.bg-zinc-50\/0{background-color:#fafafa00}.bg-zinc-50\/10{background-color:#fafafa1a}.bg-zinc-50\/20{background-color:#fafafa33}.bg-zinc-50\/30{background-color:#fafafa4d}.bg-zinc-50\/40{background-color:#fafafa66}.bg-zinc-50\/50{background-color:#fafafa80}.bg-zinc-50\/60{background-color:#fafafa99}.bg-zinc-50\/70{background-color:#fafafab3}.bg-zinc-50\/75{background-color:#fafafabf}.bg-zinc-50\/80{background-color:#fafafacc}.bg-zinc-50\/90{background-color:#fafafae6}.bg-zinc-100{background-color:#f4f4f5}.bg-zinc-100\/0{background-color:#f4f4f500}.bg-zinc-100\/10{background-color:#f4f4f51a}.bg-zinc-100\/20{background-color:#f4f4f533}.bg-zinc-100\/30{background-color:#f4f4f54d}.bg-zinc-100\/40{background-color:#f4f4f566}.bg-zinc-100\/50{background-color:#f4f4f580}.bg-zinc-100\/60{background-color:#f4f4f599}.bg-zinc-100\/70{background-color:#f4f4f5b3}.bg-zinc-100\/75{background-color:#f4f4f5bf}.bg-zinc-100\/80{background-color:#f4f4f5cc}.bg-zinc-100\/90{background-color:#f4f4f5e6}.bg-zinc-200{background-color:#e4e4e7}.bg-zinc-200\/0{background-color:#e4e4e700}.bg-zinc-200\/10{background-color:#e4e4e71a}.bg-zinc-200\/20{background-color:#e4e4e733}.bg-zinc-200\/30{background-color:#e4e4e74d}.bg-zinc-200\/40{background-color:#e4e4e766}.bg-zinc-200\/50{background-color:#e4e4e780}.bg-zinc-200\/60{background-color:#e4e4e799}.bg-zinc-200\/70{background-color:#e4e4e7b3}.bg-zinc-200\/75{background-color:#e4e4e7bf}.bg-zinc-200\/80{background-color:#e4e4e7cc}.bg-zinc-200\/90{background-color:#e4e4e7e6}.bg-zinc-300{background-color:#d4d4d8}.bg-zinc-300\/0{background-color:#d4d4d800}.bg-zinc-300\/10{background-color:#d4d4d81a}.bg-zinc-300\/20{background-color:#d4d4d833}.bg-zinc-300\/30{background-color:#d4d4d84d}.bg-zinc-300\/40{background-color:#d4d4d866}.bg-zinc-300\/50{background-color:#d4d4d880}.bg-zinc-300\/60{background-color:#d4d4d899}.bg-zinc-300\/70{background-color:#d4d4d8b3}.bg-zinc-300\/75{background-color:#d4d4d8bf}.bg-zinc-300\/80{background-color:#d4d4d8cc}.bg-zinc-300\/90{background-color:#d4d4d8e6}.bg-zinc-400{background-color:#a1a1aa}.bg-zinc-400\/0{background-color:#a1a1aa00}.bg-zinc-400\/10{background-color:#a1a1aa1a}.bg-zinc-400\/20{background-color:#a1a1aa33}.bg-zinc-400\/30{background-color:#a1a1aa4d}.bg-zinc-400\/40{background-color:#a1a1aa66}.bg-zinc-400\/50{background-color:#a1a1aa80}.bg-zinc-400\/60{background-color:#a1a1aa99}.bg-zinc-400\/70{background-color:#a1a1aab3}.bg-zinc-400\/75{background-color:#a1a1aabf}.bg-zinc-400\/80{background-color:#a1a1aacc}.bg-zinc-400\/90{background-color:#a1a1aae6}.bg-zinc-500{background-color:#71717a}.bg-zinc-500\/0{background-color:#71717a00}.bg-zinc-500\/10{background-color:#71717a1a}.bg-zinc-500\/20{background-color:#71717a33}.bg-zinc-500\/30{background-color:#71717a4d}.bg-zinc-500\/40{background-color:#71717a66}.bg-zinc-500\/50{background-color:#71717a80}.bg-zinc-500\/60{background-color:#71717a99}.bg-zinc-500\/70{background-color:#71717ab3}.bg-zinc-500\/75{background-color:#71717abf}.bg-zinc-500\/80{background-color:#71717acc}.bg-zinc-500\/90{background-color:#71717ae6}.bg-zinc-600{background-color:#52525b}.bg-zinc-600\/0{background-color:#52525b00}.bg-zinc-600\/10{background-color:#52525b1a}.bg-zinc-600\/20{background-color:#52525b33}.bg-zinc-600\/30{background-color:#52525b4d}.bg-zinc-600\/40{background-color:#52525b66}.bg-zinc-600\/50{background-color:#52525b80}.bg-zinc-600\/60{background-color:#52525b99}.bg-zinc-600\/70{background-color:#52525bb3}.bg-zinc-600\/75{background-color:#52525bbf}.bg-zinc-600\/80{background-color:#52525bcc}.bg-zinc-600\/90{background-color:#52525be6}.bg-zinc-700{background-color:#3f3f46}.bg-zinc-700\/0{background-color:#3f3f4600}.bg-zinc-700\/10{background-color:#3f3f461a}.bg-zinc-700\/20{background-color:#3f3f4633}.bg-zinc-700\/30{background-color:#3f3f464d}.bg-zinc-700\/40{background-color:#3f3f4666}.bg-zinc-700\/50{background-color:#3f3f4680}.bg-zinc-700\/60{background-color:#3f3f4699}.bg-zinc-700\/70{background-color:#3f3f46b3}.bg-zinc-700\/75{background-color:#3f3f46bf}.bg-zinc-700\/80{background-color:#3f3f46cc}.bg-zinc-700\/90{background-color:#3f3f46e6}.bg-zinc-800{background-color:#27272a}.bg-zinc-800\/0{background-color:#27272a00}.bg-zinc-800\/10{background-color:#27272a1a}.bg-zinc-800\/20{background-color:#27272a33}.bg-zinc-800\/30{background-color:#27272a4d}.bg-zinc-800\/40{background-color:#27272a66}.bg-zinc-800\/50{background-color:#27272a80}.bg-zinc-800\/60{background-color:#27272a99}.bg-zinc-800\/70{background-color:#27272ab3}.bg-zinc-800\/75{background-color:#27272abf}.bg-zinc-800\/80{background-color:#27272acc}.bg-zinc-800\/90{background-color:#27272ae6}.bg-zinc-900{background-color:#18181b}.bg-zinc-900\/0{background-color:#18181b00}.bg-zinc-900\/10{background-color:#18181b1a}.bg-zinc-900\/20{background-color:#18181b33}.bg-zinc-900\/30{background-color:#18181b4d}.bg-zinc-900\/40{background-color:#18181b66}.bg-zinc-900\/50{background-color:#18181b80}.bg-zinc-900\/60{background-color:#18181b99}.bg-zinc-900\/70{background-color:#18181bb3}.bg-zinc-900\/75{background-color:#18181bbf}.bg-zinc-900\/80{background-color:#18181bcc}.bg-zinc-900\/90{background-color:#18181be6}.bg-zinc-950{background-color:#09090b}.bg-zinc-950\/0{background-color:#09090b00}.bg-zinc-950\/10{background-color:#09090b1a}.bg-zinc-950\/20{background-color:#09090b33}.bg-zinc-950\/30{background-color:#09090b4d}.bg-zinc-950\/40{background-color:#09090b66}.bg-zinc-950\/50{background-color:#09090b80}.bg-zinc-950\/60{background-color:#09090b99}.bg-zinc-950\/70{background-color:#09090bb3}.bg-zinc-950\/75{background-color:#09090bbf}.bg-zinc-950\/80{background-color:#09090bcc}.bg-zinc-950\/90{background-color:#09090be6}.bg-neutral-50{background-color:#fafafa}.bg-neutral-50\/0{background-color:#fafafa00}.bg-neutral-50\/10{background-color:#fafafa1a}.bg-neutral-50\/20{background-color:#fafafa33}.bg-neutral-50\/30{background-color:#fafafa4d}.bg-neutral-50\/40{background-color:#fafafa66}.bg-neutral-50\/50{background-color:#fafafa80}.bg-neutral-50\/60{background-color:#fafafa99}.bg-neutral-50\/70{background-color:#fafafab3}.bg-neutral-50\/75{background-color:#fafafabf}.bg-neutral-50\/80{background-color:#fafafacc}.bg-neutral-50\/90{background-color:#fafafae6}.bg-neutral-100{background-color:#f5f5f5}.bg-neutral-100\/0{background-color:#f5f5f500}.bg-neutral-100\/10{background-color:#f5f5f51a}.bg-neutral-100\/20{background-color:#f5f5f533}.bg-neutral-100\/30{background-color:#f5f5f54d}.bg-neutral-100\/40{background-color:#f5f5f566}.bg-neutral-100\/50{background-color:#f5f5f580}.bg-neutral-100\/60{background-color:#f5f5f599}.bg-neutral-100\/70{background-color:#f5f5f5b3}.bg-neutral-100\/75{background-color:#f5f5f5bf}.bg-neutral-100\/80{background-color:#f5f5f5cc}.bg-neutral-100\/90{background-color:#f5f5f5e6}.bg-neutral-200{background-color:#e5e5e5}.bg-neutral-200\/0{background-color:#e5e5e500}.bg-neutral-200\/10{background-color:#e5e5e51a}.bg-neutral-200\/20{background-color:#e5e5e533}.bg-neutral-200\/30{background-color:#e5e5e54d}.bg-neutral-200\/40{background-color:#e5e5e566}.bg-neutral-200\/50{background-color:#e5e5e580}.bg-neutral-200\/60{background-color:#e5e5e599}.bg-neutral-200\/70{background-color:#e5e5e5b3}.bg-neutral-200\/75{background-color:#e5e5e5bf}.bg-neutral-200\/80{background-color:#e5e5e5cc}.bg-neutral-200\/90{background-color:#e5e5e5e6}.bg-neutral-300{background-color:#d4d4d4}.bg-neutral-300\/0{background-color:#d4d4d400}.bg-neutral-300\/10{background-color:#d4d4d41a}.bg-neutral-300\/20{background-color:#d4d4d433}.bg-neutral-300\/30{background-color:#d4d4d44d}.bg-neutral-300\/40{background-color:#d4d4d466}.bg-neutral-300\/50{background-color:#d4d4d480}.bg-neutral-300\/60{background-color:#d4d4d499}.bg-neutral-300\/70{background-color:#d4d4d4b3}.bg-neutral-300\/75{background-color:#d4d4d4bf}.bg-neutral-300\/80{background-color:#d4d4d4cc}.bg-neutral-300\/90{background-color:#d4d4d4e6}.bg-neutral-400{background-color:#a3a3a3}.bg-neutral-400\/0{background-color:#a3a3a300}.bg-neutral-400\/10{background-color:#a3a3a31a}.bg-neutral-400\/20{background-color:#a3a3a333}.bg-neutral-400\/30{background-color:#a3a3a34d}.bg-neutral-400\/40{background-color:#a3a3a366}.bg-neutral-400\/50{background-color:#a3a3a380}.bg-neutral-400\/60{background-color:#a3a3a399}.bg-neutral-400\/70{background-color:#a3a3a3b3}.bg-neutral-400\/75{background-color:#a3a3a3bf}.bg-neutral-400\/80{background-color:#a3a3a3cc}.bg-neutral-400\/90{background-color:#a3a3a3e6}.bg-neutral-500{background-color:#737373}.bg-neutral-500\/0{background-color:#73737300}.bg-neutral-500\/10{background-color:#7373731a}.bg-neutral-500\/20{background-color:#73737333}.bg-neutral-500\/30{background-color:#7373734d}.bg-neutral-500\/40{background-color:#73737366}.bg-neutral-500\/50{background-color:#73737380}.bg-neutral-500\/60{background-color:#73737399}.bg-neutral-500\/70{background-color:#737373b3}.bg-neutral-500\/75{background-color:#737373bf}.bg-neutral-500\/80{background-color:#737373cc}.bg-neutral-500\/90{background-color:#737373e6}.bg-neutral-600{background-color:#525252}.bg-neutral-600\/0{background-color:#52525200}.bg-neutral-600\/10{background-color:#5252521a}.bg-neutral-600\/20{background-color:#52525233}.bg-neutral-600\/30{background-color:#5252524d}.bg-neutral-600\/40{background-color:#52525266}.bg-neutral-600\/50{background-color:#52525280}.bg-neutral-600\/60{background-color:#52525299}.bg-neutral-600\/70{background-color:#525252b3}.bg-neutral-600\/75{background-color:#525252bf}.bg-neutral-600\/80{background-color:#525252cc}.bg-neutral-600\/90{background-color:#525252e6}.bg-neutral-700{background-color:#404040}.bg-neutral-700\/0{background-color:#40404000}.bg-neutral-700\/10{background-color:#4040401a}.bg-neutral-700\/20{background-color:#40404033}.bg-neutral-700\/30{background-color:#4040404d}.bg-neutral-700\/40{background-color:#40404066}.bg-neutral-700\/50{background-color:#40404080}.bg-neutral-700\/60{background-color:#40404099}.bg-neutral-700\/70{background-color:#404040b3}.bg-neutral-700\/75{background-color:#404040bf}.bg-neutral-700\/80{background-color:#404040cc}.bg-neutral-700\/90{background-color:#404040e6}.bg-neutral-800{background-color:#262626}.bg-neutral-800\/0{background-color:#26262600}.bg-neutral-800\/10{background-color:#2626261a}.bg-neutral-800\/20{background-color:#26262633}.bg-neutral-800\/30{background-color:#2626264d}.bg-neutral-800\/40{background-color:#26262666}.bg-neutral-800\/50{background-color:#26262680}.bg-neutral-800\/60{background-color:#26262699}.bg-neutral-800\/70{background-color:#262626b3}.bg-neutral-800\/75{background-color:#262626bf}.bg-neutral-800\/80{background-color:#262626cc}.bg-neutral-800\/90{background-color:#262626e6}.bg-neutral-900{background-color:#171717}.bg-neutral-900\/0{background-color:#17171700}.bg-neutral-900\/10{background-color:#1717171a}.bg-neutral-900\/20{background-color:#17171733}.bg-neutral-900\/30{background-color:#1717174d}.bg-neutral-900\/40{background-color:#17171766}.bg-neutral-900\/50{background-color:#17171780}.bg-neutral-900\/60{background-color:#17171799}.bg-neutral-900\/70{background-color:#171717b3}.bg-neutral-900\/75{background-color:#171717bf}.bg-neutral-900\/80{background-color:#171717cc}.bg-neutral-900\/90{background-color:#171717e6}.bg-neutral-950{background-color:#0a0a0a}.bg-neutral-950\/0{background-color:#0a0a0a00}.bg-neutral-950\/10{background-color:#0a0a0a1a}.bg-neutral-950\/20{background-color:#0a0a0a33}.bg-neutral-950\/30{background-color:#0a0a0a4d}.bg-neutral-950\/40{background-color:#0a0a0a66}.bg-neutral-950\/50{background-color:#0a0a0a80}.bg-neutral-950\/60{background-color:#0a0a0a99}.bg-neutral-950\/70{background-color:#0a0a0ab3}.bg-neutral-950\/75{background-color:#0a0a0abf}.bg-neutral-950\/80{background-color:#0a0a0acc}.bg-neutral-950\/90{background-color:#0a0a0ae6}.bg-stone-50{background-color:#fafaf9}.bg-stone-50\/0{background-color:#fafaf900}.bg-stone-50\/10{background-color:#fafaf91a}.bg-stone-50\/20{background-color:#fafaf933}.bg-stone-50\/30{background-color:#fafaf94d}.bg-stone-50\/40{background-color:#fafaf966}.bg-stone-50\/50{background-color:#fafaf980}.bg-stone-50\/60{background-color:#fafaf999}.bg-stone-50\/70{background-color:#fafaf9b3}.bg-stone-50\/75{background-color:#fafaf9bf}.bg-stone-50\/80{background-color:#fafaf9cc}.bg-stone-50\/90{background-color:#fafaf9e6}.bg-stone-100{background-color:#f5f5f4}.bg-stone-100\/0{background-color:#f5f5f400}.bg-stone-100\/10{background-color:#f5f5f41a}.bg-stone-100\/20{background-color:#f5f5f433}.bg-stone-100\/30{background-color:#f5f5f44d}.bg-stone-100\/40{background-color:#f5f5f466}.bg-stone-100\/50{background-color:#f5f5f480}.bg-stone-100\/60{background-color:#f5f5f499}.bg-stone-100\/70{background-color:#f5f5f4b3}.bg-stone-100\/75{background-color:#f5f5f4bf}.bg-stone-100\/80{background-color:#f5f5f4cc}.bg-stone-100\/90{background-color:#f5f5f4e6}.bg-stone-200{background-color:#e7e5e4}.bg-stone-200\/0{background-color:#e7e5e400}.bg-stone-200\/10{background-color:#e7e5e41a}.bg-stone-200\/20{background-color:#e7e5e433}.bg-stone-200\/30{background-color:#e7e5e44d}.bg-stone-200\/40{background-color:#e7e5e466}.bg-stone-200\/50{background-color:#e7e5e480}.bg-stone-200\/60{background-color:#e7e5e499}.bg-stone-200\/70{background-color:#e7e5e4b3}.bg-stone-200\/75{background-color:#e7e5e4bf}.bg-stone-200\/80{background-color:#e7e5e4cc}.bg-stone-200\/90{background-color:#e7e5e4e6}.bg-stone-300{background-color:#d6d3d1}.bg-stone-300\/0{background-color:#d6d3d100}.bg-stone-300\/10{background-color:#d6d3d11a}.bg-stone-300\/20{background-color:#d6d3d133}.bg-stone-300\/30{background-color:#d6d3d14d}.bg-stone-300\/40{background-color:#d6d3d166}.bg-stone-300\/50{background-color:#d6d3d180}.bg-stone-300\/60{background-color:#d6d3d199}.bg-stone-300\/70{background-color:#d6d3d1b3}.bg-stone-300\/75{background-color:#d6d3d1bf}.bg-stone-300\/80{background-color:#d6d3d1cc}.bg-stone-300\/90{background-color:#d6d3d1e6}.bg-stone-400{background-color:#a8a29e}.bg-stone-400\/0{background-color:#a8a29e00}.bg-stone-400\/10{background-color:#a8a29e1a}.bg-stone-400\/20{background-color:#a8a29e33}.bg-stone-400\/30{background-color:#a8a29e4d}.bg-stone-400\/40{background-color:#a8a29e66}.bg-stone-400\/50{background-color:#a8a29e80}.bg-stone-400\/60{background-color:#a8a29e99}.bg-stone-400\/70{background-color:#a8a29eb3}.bg-stone-400\/75{background-color:#a8a29ebf}.bg-stone-400\/80{background-color:#a8a29ecc}.bg-stone-400\/90{background-color:#a8a29ee6}.bg-stone-500{background-color:#78716c}.bg-stone-500\/0{background-color:#78716c00}.bg-stone-500\/10{background-color:#78716c1a}.bg-stone-500\/20{background-color:#78716c33}.bg-stone-500\/30{background-color:#78716c4d}.bg-stone-500\/40{background-color:#78716c66}.bg-stone-500\/50{background-color:#78716c80}.bg-stone-500\/60{background-color:#78716c99}.bg-stone-500\/70{background-color:#78716cb3}.bg-stone-500\/75{background-color:#78716cbf}.bg-stone-500\/80{background-color:#78716ccc}.bg-stone-500\/90{background-color:#78716ce6}.bg-stone-600{background-color:#57534e}.bg-stone-600\/0{background-color:#57534e00}.bg-stone-600\/10{background-color:#57534e1a}.bg-stone-600\/20{background-color:#57534e33}.bg-stone-600\/30{background-color:#57534e4d}.bg-stone-600\/40{background-color:#57534e66}.bg-stone-600\/50{background-color:#57534e80}.bg-stone-600\/60{background-color:#57534e99}.bg-stone-600\/70{background-color:#57534eb3}.bg-stone-600\/75{background-color:#57534ebf}.bg-stone-600\/80{background-color:#57534ecc}.bg-stone-600\/90{background-color:#57534ee6}.bg-stone-700{background-color:#44403c}.bg-stone-700\/0{background-color:#44403c00}.bg-stone-700\/10{background-color:#44403c1a}.bg-stone-700\/20{background-color:#44403c33}.bg-stone-700\/30{background-color:#44403c4d}.bg-stone-700\/40{background-color:#44403c66}.bg-stone-700\/50{background-color:#44403c80}.bg-stone-700\/60{background-color:#44403c99}.bg-stone-700\/70{background-color:#44403cb3}.bg-stone-700\/75{background-color:#44403cbf}.bg-stone-700\/80{background-color:#44403ccc}.bg-stone-700\/90{background-color:#44403ce6}.bg-stone-800{background-color:#292524}.bg-stone-800\/0{background-color:#29252400}.bg-stone-800\/10{background-color:#2925241a}.bg-stone-800\/20{background-color:#29252433}.bg-stone-800\/30{background-color:#2925244d}.bg-stone-800\/40{background-color:#29252466}.bg-stone-800\/50{background-color:#29252480}.bg-stone-800\/60{background-color:#29252499}.bg-stone-800\/70{background-color:#292524b3}.bg-stone-800\/75{background-color:#292524bf}.bg-stone-800\/80{background-color:#292524cc}.bg-stone-800\/90{background-color:#292524e6}.bg-stone-900{background-color:#1c1917}.bg-stone-900\/0{background-color:#1c191700}.bg-stone-900\/10{background-color:#1c19171a}.bg-stone-900\/20{background-color:#1c191733}.bg-stone-900\/30{background-color:#1c19174d}.bg-stone-900\/40{background-color:#1c191766}.bg-stone-900\/50{background-color:#1c191780}.bg-stone-900\/60{background-color:#1c191799}.bg-stone-900\/70{background-color:#1c1917b3}.bg-stone-900\/75{background-color:#1c1917bf}.bg-stone-900\/80{background-color:#1c1917cc}.bg-stone-900\/90{background-color:#1c1917e6}.bg-stone-950{background-color:#0c0a09}.bg-stone-950\/0{background-color:#0c0a0900}.bg-stone-950\/10{background-color:#0c0a091a}.bg-stone-950\/20{background-color:#0c0a0933}.bg-stone-950\/30{background-color:#0c0a094d}.bg-stone-950\/40{background-color:#0c0a0966}.bg-stone-950\/50{background-color:#0c0a0980}.bg-stone-950\/60{background-color:#0c0a0999}.bg-stone-950\/70{background-color:#0c0a09b3}.bg-stone-950\/75{background-color:#0c0a09bf}.bg-stone-950\/80{background-color:#0c0a09cc}.bg-stone-950\/90{background-color:#0c0a09e6}.bg-red-50{background-color:#fef2f2}.bg-red-50\/0{background-color:#fef2f200}.bg-red-50\/10{background-color:#fef2f21a}.bg-red-50\/20{background-color:#fef2f233}.bg-red-50\/30{background-color:#fef2f24d}.bg-red-50\/40{background-color:#fef2f266}.bg-red-50\/50{background-color:#fef2f280}.bg-red-50\/60{background-color:#fef2f299}.bg-red-50\/70{background-color:#fef2f2b3}.bg-red-50\/75{background-color:#fef2f2bf}.bg-red-50\/80{background-color:#fef2f2cc}.bg-red-50\/90{background-color:#fef2f2e6}.bg-red-100{background-color:#fee2e2}.bg-red-100\/0{background-color:#fee2e200}.bg-red-100\/10{background-color:#fee2e21a}.bg-red-100\/20{background-color:#fee2e233}.bg-red-100\/30{background-color:#fee2e24d}.bg-red-100\/40{background-color:#fee2e266}.bg-red-100\/50{background-color:#fee2e280}.bg-red-100\/60{background-color:#fee2e299}.bg-red-100\/70{background-color:#fee2e2b3}.bg-red-100\/75{background-color:#fee2e2bf}.bg-red-100\/80{background-color:#fee2e2cc}.bg-red-100\/90{background-color:#fee2e2e6}.bg-red-200{background-color:#fecaca}.bg-red-200\/0{background-color:#fecaca00}.bg-red-200\/10{background-color:#fecaca1a}.bg-red-200\/20{background-color:#fecaca33}.bg-red-200\/30{background-color:#fecaca4d}.bg-red-200\/40{background-color:#fecaca66}.bg-red-200\/50{background-color:#fecaca80}.bg-red-200\/60{background-color:#fecaca99}.bg-red-200\/70{background-color:#fecacab3}.bg-red-200\/75{background-color:#fecacabf}.bg-red-200\/80{background-color:#fecacacc}.bg-red-200\/90{background-color:#fecacae6}.bg-red-300{background-color:#fca5a5}.bg-red-300\/0{background-color:#fca5a500}.bg-red-300\/10{background-color:#fca5a51a}.bg-red-300\/20{background-color:#fca5a533}.bg-red-300\/30{background-color:#fca5a54d}.bg-red-300\/40{background-color:#fca5a566}.bg-red-300\/50{background-color:#fca5a580}.bg-red-300\/60{background-color:#fca5a599}.bg-red-300\/70{background-color:#fca5a5b3}.bg-red-300\/75{background-color:#fca5a5bf}.bg-red-300\/80{background-color:#fca5a5cc}.bg-red-300\/90{background-color:#fca5a5e6}.bg-red-400{background-color:#f87171}.bg-red-400\/0{background-color:#f8717100}.bg-red-400\/10{background-color:#f871711a}.bg-red-400\/20{background-color:#f8717133}.bg-red-400\/30{background-color:#f871714d}.bg-red-400\/40{background-color:#f8717166}.bg-red-400\/50{background-color:#f8717180}.bg-red-400\/60{background-color:#f8717199}.bg-red-400\/70{background-color:#f87171b3}.bg-red-400\/75{background-color:#f87171bf}.bg-red-400\/80{background-color:#f87171cc}.bg-red-400\/90{background-color:#f87171e6}.bg-red-500{background-color:#ef4444}.bg-red-500\/0{background-color:#ef444400}.bg-red-500\/10{background-color:#ef44441a}.bg-red-500\/20{background-color:#ef444433}.bg-red-500\/30{background-color:#ef44444d}.bg-red-500\/40{background-color:#ef444466}.bg-red-500\/50{background-color:#ef444480}.bg-red-500\/60{background-color:#ef444499}.bg-red-500\/70{background-color:#ef4444b3}.bg-red-500\/75{background-color:#ef4444bf}.bg-red-500\/80{background-color:#ef4444cc}.bg-red-500\/90{background-color:#ef4444e6}.bg-red-600{background-color:#dc2626}.bg-red-600\/0{background-color:#dc262600}.bg-red-600\/10{background-color:#dc26261a}.bg-red-600\/20{background-color:#dc262633}.bg-red-600\/30{background-color:#dc26264d}.bg-red-600\/40{background-color:#dc262666}.bg-red-600\/50{background-color:#dc262680}.bg-red-600\/60{background-color:#dc262699}.bg-red-600\/70{background-color:#dc2626b3}.bg-red-600\/75{background-color:#dc2626bf}.bg-red-600\/80{background-color:#dc2626cc}.bg-red-600\/90{background-color:#dc2626e6}.bg-red-700{background-color:#b91c1c}.bg-red-700\/0{background-color:#b91c1c00}.bg-red-700\/10{background-color:#b91c1c1a}.bg-red-700\/20{background-color:#b91c1c33}.bg-red-700\/30{background-color:#b91c1c4d}.bg-red-700\/40{background-color:#b91c1c66}.bg-red-700\/50{background-color:#b91c1c80}.bg-red-700\/60{background-color:#b91c1c99}.bg-red-700\/70{background-color:#b91c1cb3}.bg-red-700\/75{background-color:#b91c1cbf}.bg-red-700\/80{background-color:#b91c1ccc}.bg-red-700\/90{background-color:#b91c1ce6}.bg-red-800{background-color:#991b1b}.bg-red-800\/0{background-color:#991b1b00}.bg-red-800\/10{background-color:#991b1b1a}.bg-red-800\/20{background-color:#991b1b33}.bg-red-800\/30{background-color:#991b1b4d}.bg-red-800\/40{background-color:#991b1b66}.bg-red-800\/50{background-color:#991b1b80}.bg-red-800\/60{background-color:#991b1b99}.bg-red-800\/70{background-color:#991b1bb3}.bg-red-800\/75{background-color:#991b1bbf}.bg-red-800\/80{background-color:#991b1bcc}.bg-red-800\/90{background-color:#991b1be6}.bg-red-900{background-color:#7f1d1d}.bg-red-900\/0{background-color:#7f1d1d00}.bg-red-900\/10{background-color:#7f1d1d1a}.bg-red-900\/20{background-color:#7f1d1d33}.bg-red-900\/30{background-color:#7f1d1d4d}.bg-red-900\/40{background-color:#7f1d1d66}.bg-red-900\/50{background-color:#7f1d1d80}.bg-red-900\/60{background-color:#7f1d1d99}.bg-red-900\/70{background-color:#7f1d1db3}.bg-red-900\/75{background-color:#7f1d1dbf}.bg-red-900\/80{background-color:#7f1d1dcc}.bg-red-900\/90{background-color:#7f1d1de6}.bg-red-950{background-color:#450a0a}.bg-red-950\/0{background-color:#450a0a00}.bg-red-950\/10{background-color:#450a0a1a}.bg-red-950\/20{background-color:#450a0a33}.bg-red-950\/30{background-color:#450a0a4d}.bg-red-950\/40{background-color:#450a0a66}.bg-red-950\/50{background-color:#450a0a80}.bg-red-950\/60{background-color:#450a0a99}.bg-red-950\/70{background-color:#450a0ab3}.bg-red-950\/75{background-color:#450a0abf}.bg-red-950\/80{background-color:#450a0acc}.bg-red-950\/90{background-color:#450a0ae6}.bg-orange-50{background-color:#fff7ed}.bg-orange-50\/0{background-color:#fff7ed00}.bg-orange-50\/10{background-color:#fff7ed1a}.bg-orange-50\/20{background-color:#fff7ed33}.bg-orange-50\/30{background-color:#fff7ed4d}.bg-orange-50\/40{background-color:#fff7ed66}.bg-orange-50\/50{background-color:#fff7ed80}.bg-orange-50\/60{background-color:#fff7ed99}.bg-orange-50\/70{background-color:#fff7edb3}.bg-orange-50\/75{background-color:#fff7edbf}.bg-orange-50\/80{background-color:#fff7edcc}.bg-orange-50\/90{background-color:#fff7ede6}.bg-orange-100{background-color:#ffedd5}.bg-orange-100\/0{background-color:#ffedd500}.bg-orange-100\/10{background-color:#ffedd51a}.bg-orange-100\/20{background-color:#ffedd533}.bg-orange-100\/30{background-color:#ffedd54d}.bg-orange-100\/40{background-color:#ffedd566}.bg-orange-100\/50{background-color:#ffedd580}.bg-orange-100\/60{background-color:#ffedd599}.bg-orange-100\/70{background-color:#ffedd5b3}.bg-orange-100\/75{background-color:#ffedd5bf}.bg-orange-100\/80{background-color:#ffedd5cc}.bg-orange-100\/90{background-color:#ffedd5e6}.bg-orange-200{background-color:#fed7aa}.bg-orange-200\/0{background-color:#fed7aa00}.bg-orange-200\/10{background-color:#fed7aa1a}.bg-orange-200\/20{background-color:#fed7aa33}.bg-orange-200\/30{background-color:#fed7aa4d}.bg-orange-200\/40{background-color:#fed7aa66}.bg-orange-200\/50{background-color:#fed7aa80}.bg-orange-200\/60{background-color:#fed7aa99}.bg-orange-200\/70{background-color:#fed7aab3}.bg-orange-200\/75{background-color:#fed7aabf}.bg-orange-200\/80{background-color:#fed7aacc}.bg-orange-200\/90{background-color:#fed7aae6}.bg-orange-300{background-color:#fdba74}.bg-orange-300\/0{background-color:#fdba7400}.bg-orange-300\/10{background-color:#fdba741a}.bg-orange-300\/20{background-color:#fdba7433}.bg-orange-300\/30{background-color:#fdba744d}.bg-orange-300\/40{background-color:#fdba7466}.bg-orange-300\/50{background-color:#fdba7480}.bg-orange-300\/60{background-color:#fdba7499}.bg-orange-300\/70{background-color:#fdba74b3}.bg-orange-300\/75{background-color:#fdba74bf}.bg-orange-300\/80{background-color:#fdba74cc}.bg-orange-300\/90{background-color:#fdba74e6}.bg-orange-400{background-color:#fb923c}.bg-orange-400\/0{background-color:#fb923c00}.bg-orange-400\/10{background-color:#fb923c1a}.bg-orange-400\/20{background-color:#fb923c33}.bg-orange-400\/30{background-color:#fb923c4d}.bg-orange-400\/40{background-color:#fb923c66}.bg-orange-400\/50{background-color:#fb923c80}.bg-orange-400\/60{background-color:#fb923c99}.bg-orange-400\/70{background-color:#fb923cb3}.bg-orange-400\/75{background-color:#fb923cbf}.bg-orange-400\/80{background-color:#fb923ccc}.bg-orange-400\/90{background-color:#fb923ce6}.bg-orange-500{background-color:#f97316}.bg-orange-500\/0{background-color:#f9731600}.bg-orange-500\/10{background-color:#f973161a}.bg-orange-500\/20{background-color:#f9731633}.bg-orange-500\/30{background-color:#f973164d}.bg-orange-500\/40{background-color:#f9731666}.bg-orange-500\/50{background-color:#f9731680}.bg-orange-500\/60{background-color:#f9731699}.bg-orange-500\/70{background-color:#f97316b3}.bg-orange-500\/75{background-color:#f97316bf}.bg-orange-500\/80{background-color:#f97316cc}.bg-orange-500\/90{background-color:#f97316e6}.bg-orange-600{background-color:#ea580c}.bg-orange-600\/0{background-color:#ea580c00}.bg-orange-600\/10{background-color:#ea580c1a}.bg-orange-600\/20{background-color:#ea580c33}.bg-orange-600\/30{background-color:#ea580c4d}.bg-orange-600\/40{background-color:#ea580c66}.bg-orange-600\/50{background-color:#ea580c80}.bg-orange-600\/60{background-color:#ea580c99}.bg-orange-600\/70{background-color:#ea580cb3}.bg-orange-600\/75{background-color:#ea580cbf}.bg-orange-600\/80{background-color:#ea580ccc}.bg-orange-600\/90{background-color:#ea580ce6}.bg-orange-700{background-color:#c2410c}.bg-orange-700\/0{background-color:#c2410c00}.bg-orange-700\/10{background-color:#c2410c1a}.bg-orange-700\/20{background-color:#c2410c33}.bg-orange-700\/30{background-color:#c2410c4d}.bg-orange-700\/40{background-color:#c2410c66}.bg-orange-700\/50{background-color:#c2410c80}.bg-orange-700\/60{background-color:#c2410c99}.bg-orange-700\/70{background-color:#c2410cb3}.bg-orange-700\/75{background-color:#c2410cbf}.bg-orange-700\/80{background-color:#c2410ccc}.bg-orange-700\/90{background-color:#c2410ce6}.bg-orange-800{background-color:#9a3412}.bg-orange-800\/0{background-color:#9a341200}.bg-orange-800\/10{background-color:#9a34121a}.bg-orange-800\/20{background-color:#9a341233}.bg-orange-800\/30{background-color:#9a34124d}.bg-orange-800\/40{background-color:#9a341266}.bg-orange-800\/50{background-color:#9a341280}.bg-orange-800\/60{background-color:#9a341299}.bg-orange-800\/70{background-color:#9a3412b3}.bg-orange-800\/75{background-color:#9a3412bf}.bg-orange-800\/80{background-color:#9a3412cc}.bg-orange-800\/90{background-color:#9a3412e6}.bg-orange-900{background-color:#7c2d12}.bg-orange-900\/0{background-color:#7c2d1200}.bg-orange-900\/10{background-color:#7c2d121a}.bg-orange-900\/20{background-color:#7c2d1233}.bg-orange-900\/30{background-color:#7c2d124d}.bg-orange-900\/40{background-color:#7c2d1266}.bg-orange-900\/50{background-color:#7c2d1280}.bg-orange-900\/60{background-color:#7c2d1299}.bg-orange-900\/70{background-color:#7c2d12b3}.bg-orange-900\/75{background-color:#7c2d12bf}.bg-orange-900\/80{background-color:#7c2d12cc}.bg-orange-900\/90{background-color:#7c2d12e6}.bg-orange-950{background-color:#431407}.bg-orange-950\/0{background-color:#43140700}.bg-orange-950\/10{background-color:#4314071a}.bg-orange-950\/20{background-color:#43140733}.bg-orange-950\/30{background-color:#4314074d}.bg-orange-950\/40{background-color:#43140766}.bg-orange-950\/50{background-color:#43140780}.bg-orange-950\/60{background-color:#43140799}.bg-orange-950\/70{background-color:#431407b3}.bg-orange-950\/75{background-color:#431407bf}.bg-orange-950\/80{background-color:#431407cc}.bg-orange-950\/90{background-color:#431407e6}.bg-amber-50{background-color:#fffbeb}.bg-amber-50\/0{background-color:#fffbeb00}.bg-amber-50\/10{background-color:#fffbeb1a}.bg-amber-50\/20{background-color:#fffbeb33}.bg-amber-50\/30{background-color:#fffbeb4d}.bg-amber-50\/40{background-color:#fffbeb66}.bg-amber-50\/50{background-color:#fffbeb80}.bg-amber-50\/60{background-color:#fffbeb99}.bg-amber-50\/70{background-color:#fffbebb3}.bg-amber-50\/75{background-color:#fffbebbf}.bg-amber-50\/80{background-color:#fffbebcc}.bg-amber-50\/90{background-color:#fffbebe6}.bg-amber-100{background-color:#fef3c7}.bg-amber-100\/0{background-color:#fef3c700}.bg-amber-100\/10{background-color:#fef3c71a}.bg-amber-100\/20{background-color:#fef3c733}.bg-amber-100\/30{background-color:#fef3c74d}.bg-amber-100\/40{background-color:#fef3c766}.bg-amber-100\/50{background-color:#fef3c780}.bg-amber-100\/60{background-color:#fef3c799}.bg-amber-100\/70{background-color:#fef3c7b3}.bg-amber-100\/75{background-color:#fef3c7bf}.bg-amber-100\/80{background-color:#fef3c7cc}.bg-amber-100\/90{background-color:#fef3c7e6}.bg-amber-200{background-color:#fde68a}.bg-amber-200\/0{background-color:#fde68a00}.bg-amber-200\/10{background-color:#fde68a1a}.bg-amber-200\/20{background-color:#fde68a33}.bg-amber-200\/30{background-color:#fde68a4d}.bg-amber-200\/40{background-color:#fde68a66}.bg-amber-200\/50{background-color:#fde68a80}.bg-amber-200\/60{background-color:#fde68a99}.bg-amber-200\/70{background-color:#fde68ab3}.bg-amber-200\/75{background-color:#fde68abf}.bg-amber-200\/80{background-color:#fde68acc}.bg-amber-200\/90{background-color:#fde68ae6}.bg-amber-300{background-color:#fcd34d}.bg-amber-300\/0{background-color:#fcd34d00}.bg-amber-300\/10{background-color:#fcd34d1a}.bg-amber-300\/20{background-color:#fcd34d33}.bg-amber-300\/30{background-color:#fcd34d4d}.bg-amber-300\/40{background-color:#fcd34d66}.bg-amber-300\/50{background-color:#fcd34d80}.bg-amber-300\/60{background-color:#fcd34d99}.bg-amber-300\/70{background-color:#fcd34db3}.bg-amber-300\/75{background-color:#fcd34dbf}.bg-amber-300\/80{background-color:#fcd34dcc}.bg-amber-300\/90{background-color:#fcd34de6}.bg-amber-400{background-color:#fbbf24}.bg-amber-400\/0{background-color:#fbbf2400}.bg-amber-400\/10{background-color:#fbbf241a}.bg-amber-400\/20{background-color:#fbbf2433}.bg-amber-400\/30{background-color:#fbbf244d}.bg-amber-400\/40{background-color:#fbbf2466}.bg-amber-400\/50{background-color:#fbbf2480}.bg-amber-400\/60{background-color:#fbbf2499}.bg-amber-400\/70{background-color:#fbbf24b3}.bg-amber-400\/75{background-color:#fbbf24bf}.bg-amber-400\/80{background-color:#fbbf24cc}.bg-amber-400\/90{background-color:#fbbf24e6}.bg-amber-500{background-color:#f59e0b}.bg-amber-500\/0{background-color:#f59e0b00}.bg-amber-500\/10{background-color:#f59e0b1a}.bg-amber-500\/20{background-color:#f59e0b33}.bg-amber-500\/30{background-color:#f59e0b4d}.bg-amber-500\/40{background-color:#f59e0b66}.bg-amber-500\/50{background-color:#f59e0b80}.bg-amber-500\/60{background-color:#f59e0b99}.bg-amber-500\/70{background-color:#f59e0bb3}.bg-amber-500\/75{background-color:#f59e0bbf}.bg-amber-500\/80{background-color:#f59e0bcc}.bg-amber-500\/90{background-color:#f59e0be6}.bg-amber-600{background-color:#d97706}.bg-amber-600\/0{background-color:#d9770600}.bg-amber-600\/10{background-color:#d977061a}.bg-amber-600\/20{background-color:#d9770633}.bg-amber-600\/30{background-color:#d977064d}.bg-amber-600\/40{background-color:#d9770666}.bg-amber-600\/50{background-color:#d9770680}.bg-amber-600\/60{background-color:#d9770699}.bg-amber-600\/70{background-color:#d97706b3}.bg-amber-600\/75{background-color:#d97706bf}.bg-amber-600\/80{background-color:#d97706cc}.bg-amber-600\/90{background-color:#d97706e6}.bg-amber-700{background-color:#b45309}.bg-amber-700\/0{background-color:#b4530900}.bg-amber-700\/10{background-color:#b453091a}.bg-amber-700\/20{background-color:#b4530933}.bg-amber-700\/30{background-color:#b453094d}.bg-amber-700\/40{background-color:#b4530966}.bg-amber-700\/50{background-color:#b4530980}.bg-amber-700\/60{background-color:#b4530999}.bg-amber-700\/70{background-color:#b45309b3}.bg-amber-700\/75{background-color:#b45309bf}.bg-amber-700\/80{background-color:#b45309cc}.bg-amber-700\/90{background-color:#b45309e6}.bg-amber-800{background-color:#92400e}.bg-amber-800\/0{background-color:#92400e00}.bg-amber-800\/10{background-color:#92400e1a}.bg-amber-800\/20{background-color:#92400e33}.bg-amber-800\/30{background-color:#92400e4d}.bg-amber-800\/40{background-color:#92400e66}.bg-amber-800\/50{background-color:#92400e80}.bg-amber-800\/60{background-color:#92400e99}.bg-amber-800\/70{background-color:#92400eb3}.bg-amber-800\/75{background-color:#92400ebf}.bg-amber-800\/80{background-color:#92400ecc}.bg-amber-800\/90{background-color:#92400ee6}.bg-amber-900{background-color:#78350f}.bg-amber-900\/0{background-color:#78350f00}.bg-amber-900\/10{background-color:#78350f1a}.bg-amber-900\/20{background-color:#78350f33}.bg-amber-900\/30{background-color:#78350f4d}.bg-amber-900\/40{background-color:#78350f66}.bg-amber-900\/50{background-color:#78350f80}.bg-amber-900\/60{background-color:#78350f99}.bg-amber-900\/70{background-color:#78350fb3}.bg-amber-900\/75{background-color:#78350fbf}.bg-amber-900\/80{background-color:#78350fcc}.bg-amber-900\/90{background-color:#78350fe6}.bg-amber-950{background-color:#451a03}.bg-amber-950\/0{background-color:#451a0300}.bg-amber-950\/10{background-color:#451a031a}.bg-amber-950\/20{background-color:#451a0333}.bg-amber-950\/30{background-color:#451a034d}.bg-amber-950\/40{background-color:#451a0366}.bg-amber-950\/50{background-color:#451a0380}.bg-amber-950\/60{background-color:#451a0399}.bg-amber-950\/70{background-color:#451a03b3}.bg-amber-950\/75{background-color:#451a03bf}.bg-amber-950\/80{background-color:#451a03cc}.bg-amber-950\/90{background-color:#451a03e6}.bg-yellow-50{background-color:#fefce8}.bg-yellow-50\/0{background-color:#fefce800}.bg-yellow-50\/10{background-color:#fefce81a}.bg-yellow-50\/20{background-color:#fefce833}.bg-yellow-50\/30{background-color:#fefce84d}.bg-yellow-50\/40{background-color:#fefce866}.bg-yellow-50\/50{background-color:#fefce880}.bg-yellow-50\/60{background-color:#fefce899}.bg-yellow-50\/70{background-color:#fefce8b3}.bg-yellow-50\/75{background-color:#fefce8bf}.bg-yellow-50\/80{background-color:#fefce8cc}.bg-yellow-50\/90{background-color:#fefce8e6}.bg-yellow-100{background-color:#fef9c3}.bg-yellow-100\/0{background-color:#fef9c300}.bg-yellow-100\/10{background-color:#fef9c31a}.bg-yellow-100\/20{background-color:#fef9c333}.bg-yellow-100\/30{background-color:#fef9c34d}.bg-yellow-100\/40{background-color:#fef9c366}.bg-yellow-100\/50{background-color:#fef9c380}.bg-yellow-100\/60{background-color:#fef9c399}.bg-yellow-100\/70{background-color:#fef9c3b3}.bg-yellow-100\/75{background-color:#fef9c3bf}.bg-yellow-100\/80{background-color:#fef9c3cc}.bg-yellow-100\/90{background-color:#fef9c3e6}.bg-yellow-200{background-color:#fef08a}.bg-yellow-200\/0{background-color:#fef08a00}.bg-yellow-200\/10{background-color:#fef08a1a}.bg-yellow-200\/20{background-color:#fef08a33}.bg-yellow-200\/30{background-color:#fef08a4d}.bg-yellow-200\/40{background-color:#fef08a66}.bg-yellow-200\/50{background-color:#fef08a80}.bg-yellow-200\/60{background-color:#fef08a99}.bg-yellow-200\/70{background-color:#fef08ab3}.bg-yellow-200\/75{background-color:#fef08abf}.bg-yellow-200\/80{background-color:#fef08acc}.bg-yellow-200\/90{background-color:#fef08ae6}.bg-yellow-300{background-color:#fde047}.bg-yellow-300\/0{background-color:#fde04700}.bg-yellow-300\/10{background-color:#fde0471a}.bg-yellow-300\/20{background-color:#fde04733}.bg-yellow-300\/30{background-color:#fde0474d}.bg-yellow-300\/40{background-color:#fde04766}.bg-yellow-300\/50{background-color:#fde04780}.bg-yellow-300\/60{background-color:#fde04799}.bg-yellow-300\/70{background-color:#fde047b3}.bg-yellow-300\/75{background-color:#fde047bf}.bg-yellow-300\/80{background-color:#fde047cc}.bg-yellow-300\/90{background-color:#fde047e6}.bg-yellow-400{background-color:#facc15}.bg-yellow-400\/0{background-color:#facc1500}.bg-yellow-400\/10{background-color:#facc151a}.bg-yellow-400\/20{background-color:#facc1533}.bg-yellow-400\/30{background-color:#facc154d}.bg-yellow-400\/40{background-color:#facc1566}.bg-yellow-400\/50{background-color:#facc1580}.bg-yellow-400\/60{background-color:#facc1599}.bg-yellow-400\/70{background-color:#facc15b3}.bg-yellow-400\/75{background-color:#facc15bf}.bg-yellow-400\/80{background-color:#facc15cc}.bg-yellow-400\/90{background-color:#facc15e6}.bg-yellow-500{background-color:#eab308}.bg-yellow-500\/0{background-color:#eab30800}.bg-yellow-500\/10{background-color:#eab3081a}.bg-yellow-500\/20{background-color:#eab30833}.bg-yellow-500\/30{background-color:#eab3084d}.bg-yellow-500\/40{background-color:#eab30866}.bg-yellow-500\/50{background-color:#eab30880}.bg-yellow-500\/60{background-color:#eab30899}.bg-yellow-500\/70{background-color:#eab308b3}.bg-yellow-500\/75{background-color:#eab308bf}.bg-yellow-500\/80{background-color:#eab308cc}.bg-yellow-500\/90{background-color:#eab308e6}.bg-yellow-600{background-color:#ca8a04}.bg-yellow-600\/0{background-color:#ca8a0400}.bg-yellow-600\/10{background-color:#ca8a041a}.bg-yellow-600\/20{background-color:#ca8a0433}.bg-yellow-600\/30{background-color:#ca8a044d}.bg-yellow-600\/40{background-color:#ca8a0466}.bg-yellow-600\/50{background-color:#ca8a0480}.bg-yellow-600\/60{background-color:#ca8a0499}.bg-yellow-600\/70{background-color:#ca8a04b3}.bg-yellow-600\/75{background-color:#ca8a04bf}.bg-yellow-600\/80{background-color:#ca8a04cc}.bg-yellow-600\/90{background-color:#ca8a04e6}.bg-yellow-700{background-color:#a16207}.bg-yellow-700\/0{background-color:#a1620700}.bg-yellow-700\/10{background-color:#a162071a}.bg-yellow-700\/20{background-color:#a1620733}.bg-yellow-700\/30{background-color:#a162074d}.bg-yellow-700\/40{background-color:#a1620766}.bg-yellow-700\/50{background-color:#a1620780}.bg-yellow-700\/60{background-color:#a1620799}.bg-yellow-700\/70{background-color:#a16207b3}.bg-yellow-700\/75{background-color:#a16207bf}.bg-yellow-700\/80{background-color:#a16207cc}.bg-yellow-700\/90{background-color:#a16207e6}.bg-yellow-800{background-color:#854d0e}.bg-yellow-800\/0{background-color:#854d0e00}.bg-yellow-800\/10{background-color:#854d0e1a}.bg-yellow-800\/20{background-color:#854d0e33}.bg-yellow-800\/30{background-color:#854d0e4d}.bg-yellow-800\/40{background-color:#854d0e66}.bg-yellow-800\/50{background-color:#854d0e80}.bg-yellow-800\/60{background-color:#854d0e99}.bg-yellow-800\/70{background-color:#854d0eb3}.bg-yellow-800\/75{background-color:#854d0ebf}.bg-yellow-800\/80{background-color:#854d0ecc}.bg-yellow-800\/90{background-color:#854d0ee6}.bg-yellow-900{background-color:#713f12}.bg-yellow-900\/0{background-color:#713f1200}.bg-yellow-900\/10{background-color:#713f121a}.bg-yellow-900\/20{background-color:#713f1233}.bg-yellow-900\/30{background-color:#713f124d}.bg-yellow-900\/40{background-color:#713f1266}.bg-yellow-900\/50{background-color:#713f1280}.bg-yellow-900\/60{background-color:#713f1299}.bg-yellow-900\/70{background-color:#713f12b3}.bg-yellow-900\/75{background-color:#713f12bf}.bg-yellow-900\/80{background-color:#713f12cc}.bg-yellow-900\/90{background-color:#713f12e6}.bg-yellow-950{background-color:#422006}.bg-yellow-950\/0{background-color:#42200600}.bg-yellow-950\/10{background-color:#4220061a}.bg-yellow-950\/20{background-color:#42200633}.bg-yellow-950\/30{background-color:#4220064d}.bg-yellow-950\/40{background-color:#42200666}.bg-yellow-950\/50{background-color:#42200680}.bg-yellow-950\/60{background-color:#42200699}.bg-yellow-950\/70{background-color:#422006b3}.bg-yellow-950\/75{background-color:#422006bf}.bg-yellow-950\/80{background-color:#422006cc}.bg-yellow-950\/90{background-color:#422006e6}.bg-lime-50{background-color:#f7fee7}.bg-lime-50\/0{background-color:#f7fee700}.bg-lime-50\/10{background-color:#f7fee71a}.bg-lime-50\/20{background-color:#f7fee733}.bg-lime-50\/30{background-color:#f7fee74d}.bg-lime-50\/40{background-color:#f7fee766}.bg-lime-50\/50{background-color:#f7fee780}.bg-lime-50\/60{background-color:#f7fee799}.bg-lime-50\/70{background-color:#f7fee7b3}.bg-lime-50\/75{background-color:#f7fee7bf}.bg-lime-50\/80{background-color:#f7fee7cc}.bg-lime-50\/90{background-color:#f7fee7e6}.bg-lime-100{background-color:#ecfccb}.bg-lime-100\/0{background-color:#ecfccb00}.bg-lime-100\/10{background-color:#ecfccb1a}.bg-lime-100\/20{background-color:#ecfccb33}.bg-lime-100\/30{background-color:#ecfccb4d}.bg-lime-100\/40{background-color:#ecfccb66}.bg-lime-100\/50{background-color:#ecfccb80}.bg-lime-100\/60{background-color:#ecfccb99}.bg-lime-100\/70{background-color:#ecfccbb3}.bg-lime-100\/75{background-color:#ecfccbbf}.bg-lime-100\/80{background-color:#ecfccbcc}.bg-lime-100\/90{background-color:#ecfccbe6}.bg-lime-200{background-color:#d9f99d}.bg-lime-200\/0{background-color:#d9f99d00}.bg-lime-200\/10{background-color:#d9f99d1a}.bg-lime-200\/20{background-color:#d9f99d33}.bg-lime-200\/30{background-color:#d9f99d4d}.bg-lime-200\/40{background-color:#d9f99d66}.bg-lime-200\/50{background-color:#d9f99d80}.bg-lime-200\/60{background-color:#d9f99d99}.bg-lime-200\/70{background-color:#d9f99db3}.bg-lime-200\/75{background-color:#d9f99dbf}.bg-lime-200\/80{background-color:#d9f99dcc}.bg-lime-200\/90{background-color:#d9f99de6}.bg-lime-300{background-color:#bef264}.bg-lime-300\/0{background-color:#bef26400}.bg-lime-300\/10{background-color:#bef2641a}.bg-lime-300\/20{background-color:#bef26433}.bg-lime-300\/30{background-color:#bef2644d}.bg-lime-300\/40{background-color:#bef26466}.bg-lime-300\/50{background-color:#bef26480}.bg-lime-300\/60{background-color:#bef26499}.bg-lime-300\/70{background-color:#bef264b3}.bg-lime-300\/75{background-color:#bef264bf}.bg-lime-300\/80{background-color:#bef264cc}.bg-lime-300\/90{background-color:#bef264e6}.bg-lime-400{background-color:#a3e635}.bg-lime-400\/0{background-color:#a3e63500}.bg-lime-400\/10{background-color:#a3e6351a}.bg-lime-400\/20{background-color:#a3e63533}.bg-lime-400\/30{background-color:#a3e6354d}.bg-lime-400\/40{background-color:#a3e63566}.bg-lime-400\/50{background-color:#a3e63580}.bg-lime-400\/60{background-color:#a3e63599}.bg-lime-400\/70{background-color:#a3e635b3}.bg-lime-400\/75{background-color:#a3e635bf}.bg-lime-400\/80{background-color:#a3e635cc}.bg-lime-400\/90{background-color:#a3e635e6}.bg-lime-500{background-color:#84cc16}.bg-lime-500\/0{background-color:#84cc1600}.bg-lime-500\/10{background-color:#84cc161a}.bg-lime-500\/20{background-color:#84cc1633}.bg-lime-500\/30{background-color:#84cc164d}.bg-lime-500\/40{background-color:#84cc1666}.bg-lime-500\/50{background-color:#84cc1680}.bg-lime-500\/60{background-color:#84cc1699}.bg-lime-500\/70{background-color:#84cc16b3}.bg-lime-500\/75{background-color:#84cc16bf}.bg-lime-500\/80{background-color:#84cc16cc}.bg-lime-500\/90{background-color:#84cc16e6}.bg-lime-600{background-color:#65a30d}.bg-lime-600\/0{background-color:#65a30d00}.bg-lime-600\/10{background-color:#65a30d1a}.bg-lime-600\/20{background-color:#65a30d33}.bg-lime-600\/30{background-color:#65a30d4d}.bg-lime-600\/40{background-color:#65a30d66}.bg-lime-600\/50{background-color:#65a30d80}.bg-lime-600\/60{background-color:#65a30d99}.bg-lime-600\/70{background-color:#65a30db3}.bg-lime-600\/75{background-color:#65a30dbf}.bg-lime-600\/80{background-color:#65a30dcc}.bg-lime-600\/90{background-color:#65a30de6}.bg-lime-700{background-color:#4d7c0f}.bg-lime-700\/0{background-color:#4d7c0f00}.bg-lime-700\/10{background-color:#4d7c0f1a}.bg-lime-700\/20{background-color:#4d7c0f33}.bg-lime-700\/30{background-color:#4d7c0f4d}.bg-lime-700\/40{background-color:#4d7c0f66}.bg-lime-700\/50{background-color:#4d7c0f80}.bg-lime-700\/60{background-color:#4d7c0f99}.bg-lime-700\/70{background-color:#4d7c0fb3}.bg-lime-700\/75{background-color:#4d7c0fbf}.bg-lime-700\/80{background-color:#4d7c0fcc}.bg-lime-700\/90{background-color:#4d7c0fe6}.bg-lime-800{background-color:#3f6212}.bg-lime-800\/0{background-color:#3f621200}.bg-lime-800\/10{background-color:#3f62121a}.bg-lime-800\/20{background-color:#3f621233}.bg-lime-800\/30{background-color:#3f62124d}.bg-lime-800\/40{background-color:#3f621266}.bg-lime-800\/50{background-color:#3f621280}.bg-lime-800\/60{background-color:#3f621299}.bg-lime-800\/70{background-color:#3f6212b3}.bg-lime-800\/75{background-color:#3f6212bf}.bg-lime-800\/80{background-color:#3f6212cc}.bg-lime-800\/90{background-color:#3f6212e6}.bg-lime-900{background-color:#365314}.bg-lime-900\/0{background-color:#36531400}.bg-lime-900\/10{background-color:#3653141a}.bg-lime-900\/20{background-color:#36531433}.bg-lime-900\/30{background-color:#3653144d}.bg-lime-900\/40{background-color:#36531466}.bg-lime-900\/50{background-color:#36531480}.bg-lime-900\/60{background-color:#36531499}.bg-lime-900\/70{background-color:#365314b3}.bg-lime-900\/75{background-color:#365314bf}.bg-lime-900\/80{background-color:#365314cc}.bg-lime-900\/90{background-color:#365314e6}.bg-lime-950{background-color:#1a2e05}.bg-lime-950\/0{background-color:#1a2e0500}.bg-lime-950\/10{background-color:#1a2e051a}.bg-lime-950\/20{background-color:#1a2e0533}.bg-lime-950\/30{background-color:#1a2e054d}.bg-lime-950\/40{background-color:#1a2e0566}.bg-lime-950\/50{background-color:#1a2e0580}.bg-lime-950\/60{background-color:#1a2e0599}.bg-lime-950\/70{background-color:#1a2e05b3}.bg-lime-950\/75{background-color:#1a2e05bf}.bg-lime-950\/80{background-color:#1a2e05cc}.bg-lime-950\/90{background-color:#1a2e05e6}.bg-green-50{background-color:#f0fdf4}.bg-green-50\/0{background-color:#f0fdf400}.bg-green-50\/10{background-color:#f0fdf41a}.bg-green-50\/20{background-color:#f0fdf433}.bg-green-50\/30{background-color:#f0fdf44d}.bg-green-50\/40{background-color:#f0fdf466}.bg-green-50\/50{background-color:#f0fdf480}.bg-green-50\/60{background-color:#f0fdf499}.bg-green-50\/70{background-color:#f0fdf4b3}.bg-green-50\/75{background-color:#f0fdf4bf}.bg-green-50\/80{background-color:#f0fdf4cc}.bg-green-50\/90{background-color:#f0fdf4e6}.bg-green-100{background-color:#dcfce7}.bg-green-100\/0{background-color:#dcfce700}.bg-green-100\/10{background-color:#dcfce71a}.bg-green-100\/20{background-color:#dcfce733}.bg-green-100\/30{background-color:#dcfce74d}.bg-green-100\/40{background-color:#dcfce766}.bg-green-100\/50{background-color:#dcfce780}.bg-green-100\/60{background-color:#dcfce799}.bg-green-100\/70{background-color:#dcfce7b3}.bg-green-100\/75{background-color:#dcfce7bf}.bg-green-100\/80{background-color:#dcfce7cc}.bg-green-100\/90{background-color:#dcfce7e6}.bg-green-200{background-color:#bbf7d0}.bg-green-200\/0{background-color:#bbf7d000}.bg-green-200\/10{background-color:#bbf7d01a}.bg-green-200\/20{background-color:#bbf7d033}.bg-green-200\/30{background-color:#bbf7d04d}.bg-green-200\/40{background-color:#bbf7d066}.bg-green-200\/50{background-color:#bbf7d080}.bg-green-200\/60{background-color:#bbf7d099}.bg-green-200\/70{background-color:#bbf7d0b3}.bg-green-200\/75{background-color:#bbf7d0bf}.bg-green-200\/80{background-color:#bbf7d0cc}.bg-green-200\/90{background-color:#bbf7d0e6}.bg-green-300{background-color:#86efac}.bg-green-300\/0{background-color:#86efac00}.bg-green-300\/10{background-color:#86efac1a}.bg-green-300\/20{background-color:#86efac33}.bg-green-300\/30{background-color:#86efac4d}.bg-green-300\/40{background-color:#86efac66}.bg-green-300\/50{background-color:#86efac80}.bg-green-300\/60{background-color:#86efac99}.bg-green-300\/70{background-color:#86efacb3}.bg-green-300\/75{background-color:#86efacbf}.bg-green-300\/80{background-color:#86efaccc}.bg-green-300\/90{background-color:#86eface6}.bg-green-400{background-color:#4ade80}.bg-green-400\/0{background-color:#4ade8000}.bg-green-400\/10{background-color:#4ade801a}.bg-green-400\/20{background-color:#4ade8033}.bg-green-400\/30{background-color:#4ade804d}.bg-green-400\/40{background-color:#4ade8066}.bg-green-400\/50{background-color:#4ade8080}.bg-green-400\/60{background-color:#4ade8099}.bg-green-400\/70{background-color:#4ade80b3}.bg-green-400\/75{background-color:#4ade80bf}.bg-green-400\/80{background-color:#4ade80cc}.bg-green-400\/90{background-color:#4ade80e6}.bg-green-500{background-color:#22c55e}.bg-green-500\/0{background-color:#22c55e00}.bg-green-500\/10{background-color:#22c55e1a}.bg-green-500\/20{background-color:#22c55e33}.bg-green-500\/30{background-color:#22c55e4d}.bg-green-500\/40{background-color:#22c55e66}.bg-green-500\/50{background-color:#22c55e80}.bg-green-500\/60{background-color:#22c55e99}.bg-green-500\/70{background-color:#22c55eb3}.bg-green-500\/75{background-color:#22c55ebf}.bg-green-500\/80{background-color:#22c55ecc}.bg-green-500\/90{background-color:#22c55ee6}.bg-green-600{background-color:#16a34a}.bg-green-600\/0{background-color:#16a34a00}.bg-green-600\/10{background-color:#16a34a1a}.bg-green-600\/20{background-color:#16a34a33}.bg-green-600\/30{background-color:#16a34a4d}.bg-green-600\/40{background-color:#16a34a66}.bg-green-600\/50{background-color:#16a34a80}.bg-green-600\/60{background-color:#16a34a99}.bg-green-600\/70{background-color:#16a34ab3}.bg-green-600\/75{background-color:#16a34abf}.bg-green-600\/80{background-color:#16a34acc}.bg-green-600\/90{background-color:#16a34ae6}.bg-green-700{background-color:#15803d}.bg-green-700\/0{background-color:#15803d00}.bg-green-700\/10{background-color:#15803d1a}.bg-green-700\/20{background-color:#15803d33}.bg-green-700\/30{background-color:#15803d4d}.bg-green-700\/40{background-color:#15803d66}.bg-green-700\/50{background-color:#15803d80}.bg-green-700\/60{background-color:#15803d99}.bg-green-700\/70{background-color:#15803db3}.bg-green-700\/75{background-color:#15803dbf}.bg-green-700\/80{background-color:#15803dcc}.bg-green-700\/90{background-color:#15803de6}.bg-green-800{background-color:#166534}.bg-green-800\/0{background-color:#16653400}.bg-green-800\/10{background-color:#1665341a}.bg-green-800\/20{background-color:#16653433}.bg-green-800\/30{background-color:#1665344d}.bg-green-800\/40{background-color:#16653466}.bg-green-800\/50{background-color:#16653480}.bg-green-800\/60{background-color:#16653499}.bg-green-800\/70{background-color:#166534b3}.bg-green-800\/75{background-color:#166534bf}.bg-green-800\/80{background-color:#166534cc}.bg-green-800\/90{background-color:#166534e6}.bg-green-900{background-color:#14532d}.bg-green-900\/0{background-color:#14532d00}.bg-green-900\/10{background-color:#14532d1a}.bg-green-900\/20{background-color:#14532d33}.bg-green-900\/30{background-color:#14532d4d}.bg-green-900\/40{background-color:#14532d66}.bg-green-900\/50{background-color:#14532d80}.bg-green-900\/60{background-color:#14532d99}.bg-green-900\/70{background-color:#14532db3}.bg-green-900\/75{background-color:#14532dbf}.bg-green-900\/80{background-color:#14532dcc}.bg-green-900\/90{background-color:#14532de6}.bg-green-950{background-color:#052e16}.bg-green-950\/0{background-color:#052e1600}.bg-green-950\/10{background-color:#052e161a}.bg-green-950\/20{background-color:#052e1633}.bg-green-950\/30{background-color:#052e164d}.bg-green-950\/40{background-color:#052e1666}.bg-green-950\/50{background-color:#052e1680}.bg-green-950\/60{background-color:#052e1699}.bg-green-950\/70{background-color:#052e16b3}.bg-green-950\/75{background-color:#052e16bf}.bg-green-950\/80{background-color:#052e16cc}.bg-green-950\/90{background-color:#052e16e6}.bg-emerald-50{background-color:#ecfdf5}.bg-emerald-50\/0{background-color:#ecfdf500}.bg-emerald-50\/10{background-color:#ecfdf51a}.bg-emerald-50\/20{background-color:#ecfdf533}.bg-emerald-50\/30{background-color:#ecfdf54d}.bg-emerald-50\/40{background-color:#ecfdf566}.bg-emerald-50\/50{background-color:#ecfdf580}.bg-emerald-50\/60{background-color:#ecfdf599}.bg-emerald-50\/70{background-color:#ecfdf5b3}.bg-emerald-50\/75{background-color:#ecfdf5bf}.bg-emerald-50\/80{background-color:#ecfdf5cc}.bg-emerald-50\/90{background-color:#ecfdf5e6}.bg-emerald-100{background-color:#d1fae5}.bg-emerald-100\/0{background-color:#d1fae500}.bg-emerald-100\/10{background-color:#d1fae51a}.bg-emerald-100\/20{background-color:#d1fae533}.bg-emerald-100\/30{background-color:#d1fae54d}.bg-emerald-100\/40{background-color:#d1fae566}.bg-emerald-100\/50{background-color:#d1fae580}.bg-emerald-100\/60{background-color:#d1fae599}.bg-emerald-100\/70{background-color:#d1fae5b3}.bg-emerald-100\/75{background-color:#d1fae5bf}.bg-emerald-100\/80{background-color:#d1fae5cc}.bg-emerald-100\/90{background-color:#d1fae5e6}.bg-emerald-200{background-color:#a7f3d0}.bg-emerald-200\/0{background-color:#a7f3d000}.bg-emerald-200\/10{background-color:#a7f3d01a}.bg-emerald-200\/20{background-color:#a7f3d033}.bg-emerald-200\/30{background-color:#a7f3d04d}.bg-emerald-200\/40{background-color:#a7f3d066}.bg-emerald-200\/50{background-color:#a7f3d080}.bg-emerald-200\/60{background-color:#a7f3d099}.bg-emerald-200\/70{background-color:#a7f3d0b3}.bg-emerald-200\/75{background-color:#a7f3d0bf}.bg-emerald-200\/80{background-color:#a7f3d0cc}.bg-emerald-200\/90{background-color:#a7f3d0e6}.bg-emerald-300{background-color:#6ee7b7}.bg-emerald-300\/0{background-color:#6ee7b700}.bg-emerald-300\/10{background-color:#6ee7b71a}.bg-emerald-300\/20{background-color:#6ee7b733}.bg-emerald-300\/30{background-color:#6ee7b74d}.bg-emerald-300\/40{background-color:#6ee7b766}.bg-emerald-300\/50{background-color:#6ee7b780}.bg-emerald-300\/60{background-color:#6ee7b799}.bg-emerald-300\/70{background-color:#6ee7b7b3}.bg-emerald-300\/75{background-color:#6ee7b7bf}.bg-emerald-300\/80{background-color:#6ee7b7cc}.bg-emerald-300\/90{background-color:#6ee7b7e6}.bg-emerald-400{background-color:#34d399}.bg-emerald-400\/0{background-color:#34d39900}.bg-emerald-400\/10{background-color:#34d3991a}.bg-emerald-400\/20{background-color:#34d39933}.bg-emerald-400\/30{background-color:#34d3994d}.bg-emerald-400\/40{background-color:#34d39966}.bg-emerald-400\/50{background-color:#34d39980}.bg-emerald-400\/60{background-color:#34d39999}.bg-emerald-400\/70{background-color:#34d399b3}.bg-emerald-400\/75{background-color:#34d399bf}.bg-emerald-400\/80{background-color:#34d399cc}.bg-emerald-400\/90{background-color:#34d399e6}.bg-emerald-500{background-color:#10b981}.bg-emerald-500\/0{background-color:#10b98100}.bg-emerald-500\/10{background-color:#10b9811a}.bg-emerald-500\/20{background-color:#10b98133}.bg-emerald-500\/30{background-color:#10b9814d}.bg-emerald-500\/40{background-color:#10b98166}.bg-emerald-500\/50{background-color:#10b98180}.bg-emerald-500\/60{background-color:#10b98199}.bg-emerald-500\/70{background-color:#10b981b3}.bg-emerald-500\/75{background-color:#10b981bf}.bg-emerald-500\/80{background-color:#10b981cc}.bg-emerald-500\/90{background-color:#10b981e6}.bg-emerald-600{background-color:#059669}.bg-emerald-600\/0{background-color:#05966900}.bg-emerald-600\/10{background-color:#0596691a}.bg-emerald-600\/20{background-color:#05966933}.bg-emerald-600\/30{background-color:#0596694d}.bg-emerald-600\/40{background-color:#05966966}.bg-emerald-600\/50{background-color:#05966980}.bg-emerald-600\/60{background-color:#05966999}.bg-emerald-600\/70{background-color:#059669b3}.bg-emerald-600\/75{background-color:#059669bf}.bg-emerald-600\/80{background-color:#059669cc}.bg-emerald-600\/90{background-color:#059669e6}.bg-emerald-700{background-color:#047857}.bg-emerald-700\/0{background-color:#04785700}.bg-emerald-700\/10{background-color:#0478571a}.bg-emerald-700\/20{background-color:#04785733}.bg-emerald-700\/30{background-color:#0478574d}.bg-emerald-700\/40{background-color:#04785766}.bg-emerald-700\/50{background-color:#04785780}.bg-emerald-700\/60{background-color:#04785799}.bg-emerald-700\/70{background-color:#047857b3}.bg-emerald-700\/75{background-color:#047857bf}.bg-emerald-700\/80{background-color:#047857cc}.bg-emerald-700\/90{background-color:#047857e6}.bg-emerald-800{background-color:#065f46}.bg-emerald-800\/0{background-color:#065f4600}.bg-emerald-800\/10{background-color:#065f461a}.bg-emerald-800\/20{background-color:#065f4633}.bg-emerald-800\/30{background-color:#065f464d}.bg-emerald-800\/40{background-color:#065f4666}.bg-emerald-800\/50{background-color:#065f4680}.bg-emerald-800\/60{background-color:#065f4699}.bg-emerald-800\/70{background-color:#065f46b3}.bg-emerald-800\/75{background-color:#065f46bf}.bg-emerald-800\/80{background-color:#065f46cc}.bg-emerald-800\/90{background-color:#065f46e6}.bg-emerald-900{background-color:#064e3b}.bg-emerald-900\/0{background-color:#064e3b00}.bg-emerald-900\/10{background-color:#064e3b1a}.bg-emerald-900\/20{background-color:#064e3b33}.bg-emerald-900\/30{background-color:#064e3b4d}.bg-emerald-900\/40{background-color:#064e3b66}.bg-emerald-900\/50{background-color:#064e3b80}.bg-emerald-900\/60{background-color:#064e3b99}.bg-emerald-900\/70{background-color:#064e3bb3}.bg-emerald-900\/75{background-color:#064e3bbf}.bg-emerald-900\/80{background-color:#064e3bcc}.bg-emerald-900\/90{background-color:#064e3be6}.bg-emerald-950{background-color:#022c22}.bg-emerald-950\/0{background-color:#022c2200}.bg-emerald-950\/10{background-color:#022c221a}.bg-emerald-950\/20{background-color:#022c2233}.bg-emerald-950\/30{background-color:#022c224d}.bg-emerald-950\/40{background-color:#022c2266}.bg-emerald-950\/50{background-color:#022c2280}.bg-emerald-950\/60{background-color:#022c2299}.bg-emerald-950\/70{background-color:#022c22b3}.bg-emerald-950\/75{background-color:#022c22bf}.bg-emerald-950\/80{background-color:#022c22cc}.bg-emerald-950\/90{background-color:#022c22e6}.bg-teal-50{background-color:#f0fdfa}.bg-teal-50\/0{background-color:#f0fdfa00}.bg-teal-50\/10{background-color:#f0fdfa1a}.bg-teal-50\/20{background-color:#f0fdfa33}.bg-teal-50\/30{background-color:#f0fdfa4d}.bg-teal-50\/40{background-color:#f0fdfa66}.bg-teal-50\/50{background-color:#f0fdfa80}.bg-teal-50\/60{background-color:#f0fdfa99}.bg-teal-50\/70{background-color:#f0fdfab3}.bg-teal-50\/75{background-color:#f0fdfabf}.bg-teal-50\/80{background-color:#f0fdfacc}.bg-teal-50\/90{background-color:#f0fdfae6}.bg-teal-100{background-color:#ccfbf1}.bg-teal-100\/0{background-color:#ccfbf100}.bg-teal-100\/10{background-color:#ccfbf11a}.bg-teal-100\/20{background-color:#ccfbf133}.bg-teal-100\/30{background-color:#ccfbf14d}.bg-teal-100\/40{background-color:#ccfbf166}.bg-teal-100\/50{background-color:#ccfbf180}.bg-teal-100\/60{background-color:#ccfbf199}.bg-teal-100\/70{background-color:#ccfbf1b3}.bg-teal-100\/75{background-color:#ccfbf1bf}.bg-teal-100\/80{background-color:#ccfbf1cc}.bg-teal-100\/90{background-color:#ccfbf1e6}.bg-teal-200{background-color:#99f6e4}.bg-teal-200\/0{background-color:#99f6e400}.bg-teal-200\/10{background-color:#99f6e41a}.bg-teal-200\/20{background-color:#99f6e433}.bg-teal-200\/30{background-color:#99f6e44d}.bg-teal-200\/40{background-color:#99f6e466}.bg-teal-200\/50{background-color:#99f6e480}.bg-teal-200\/60{background-color:#99f6e499}.bg-teal-200\/70{background-color:#99f6e4b3}.bg-teal-200\/75{background-color:#99f6e4bf}.bg-teal-200\/80{background-color:#99f6e4cc}.bg-teal-200\/90{background-color:#99f6e4e6}.bg-teal-300{background-color:#5eead4}.bg-teal-300\/0{background-color:#5eead400}.bg-teal-300\/10{background-color:#5eead41a}.bg-teal-300\/20{background-color:#5eead433}.bg-teal-300\/30{background-color:#5eead44d}.bg-teal-300\/40{background-color:#5eead466}.bg-teal-300\/50{background-color:#5eead480}.bg-teal-300\/60{background-color:#5eead499}.bg-teal-300\/70{background-color:#5eead4b3}.bg-teal-300\/75{background-color:#5eead4bf}.bg-teal-300\/80{background-color:#5eead4cc}.bg-teal-300\/90{background-color:#5eead4e6}.bg-teal-400{background-color:#2dd4bf}.bg-teal-400\/0{background-color:#2dd4bf00}.bg-teal-400\/10{background-color:#2dd4bf1a}.bg-teal-400\/20{background-color:#2dd4bf33}.bg-teal-400\/30{background-color:#2dd4bf4d}.bg-teal-400\/40{background-color:#2dd4bf66}.bg-teal-400\/50{background-color:#2dd4bf80}.bg-teal-400\/60{background-color:#2dd4bf99}.bg-teal-400\/70{background-color:#2dd4bfb3}.bg-teal-400\/75{background-color:#2dd4bfbf}.bg-teal-400\/80{background-color:#2dd4bfcc}.bg-teal-400\/90{background-color:#2dd4bfe6}.bg-teal-500{background-color:#14b8a6}.bg-teal-500\/0{background-color:#14b8a600}.bg-teal-500\/10{background-color:#14b8a61a}.bg-teal-500\/20{background-color:#14b8a633}.bg-teal-500\/30{background-color:#14b8a64d}.bg-teal-500\/40{background-color:#14b8a666}.bg-teal-500\/50{background-color:#14b8a680}.bg-teal-500\/60{background-color:#14b8a699}.bg-teal-500\/70{background-color:#14b8a6b3}.bg-teal-500\/75{background-color:#14b8a6bf}.bg-teal-500\/80{background-color:#14b8a6cc}.bg-teal-500\/90{background-color:#14b8a6e6}.bg-teal-600{background-color:#0d9488}.bg-teal-600\/0{background-color:#0d948800}.bg-teal-600\/10{background-color:#0d94881a}.bg-teal-600\/20{background-color:#0d948833}.bg-teal-600\/30{background-color:#0d94884d}.bg-teal-600\/40{background-color:#0d948866}.bg-teal-600\/50{background-color:#0d948880}.bg-teal-600\/60{background-color:#0d948899}.bg-teal-600\/70{background-color:#0d9488b3}.bg-teal-600\/75{background-color:#0d9488bf}.bg-teal-600\/80{background-color:#0d9488cc}.bg-teal-600\/90{background-color:#0d9488e6}.bg-teal-700{background-color:#0f766e}.bg-teal-700\/0{background-color:#0f766e00}.bg-teal-700\/10{background-color:#0f766e1a}.bg-teal-700\/20{background-color:#0f766e33}.bg-teal-700\/30{background-color:#0f766e4d}.bg-teal-700\/40{background-color:#0f766e66}.bg-teal-700\/50{background-color:#0f766e80}.bg-teal-700\/60{background-color:#0f766e99}.bg-teal-700\/70{background-color:#0f766eb3}.bg-teal-700\/75{background-color:#0f766ebf}.bg-teal-700\/80{background-color:#0f766ecc}.bg-teal-700\/90{background-color:#0f766ee6}.bg-teal-800{background-color:#115e59}.bg-teal-800\/0{background-color:#115e5900}.bg-teal-800\/10{background-color:#115e591a}.bg-teal-800\/20{background-color:#115e5933}.bg-teal-800\/30{background-color:#115e594d}.bg-teal-800\/40{background-color:#115e5966}.bg-teal-800\/50{background-color:#115e5980}.bg-teal-800\/60{background-color:#115e5999}.bg-teal-800\/70{background-color:#115e59b3}.bg-teal-800\/75{background-color:#115e59bf}.bg-teal-800\/80{background-color:#115e59cc}.bg-teal-800\/90{background-color:#115e59e6}.bg-teal-900{background-color:#134e4a}.bg-teal-900\/0{background-color:#134e4a00}.bg-teal-900\/10{background-color:#134e4a1a}.bg-teal-900\/20{background-color:#134e4a33}.bg-teal-900\/30{background-color:#134e4a4d}.bg-teal-900\/40{background-color:#134e4a66}.bg-teal-900\/50{background-color:#134e4a80}.bg-teal-900\/60{background-color:#134e4a99}.bg-teal-900\/70{background-color:#134e4ab3}.bg-teal-900\/75{background-color:#134e4abf}.bg-teal-900\/80{background-color:#134e4acc}.bg-teal-900\/90{background-color:#134e4ae6}.bg-teal-950{background-color:#042f2e}.bg-teal-950\/0{background-color:#042f2e00}.bg-teal-950\/10{background-color:#042f2e1a}.bg-teal-950\/20{background-color:#042f2e33}.bg-teal-950\/30{background-color:#042f2e4d}.bg-teal-950\/40{background-color:#042f2e66}.bg-teal-950\/50{background-color:#042f2e80}.bg-teal-950\/60{background-color:#042f2e99}.bg-teal-950\/70{background-color:#042f2eb3}.bg-teal-950\/75{background-color:#042f2ebf}.bg-teal-950\/80{background-color:#042f2ecc}.bg-teal-950\/90{background-color:#042f2ee6}.bg-cyan-50{background-color:#ecfeff}.bg-cyan-50\/0{background-color:#ecfeff00}.bg-cyan-50\/10{background-color:#ecfeff1a}.bg-cyan-50\/20{background-color:#ecfeff33}.bg-cyan-50\/30{background-color:#ecfeff4d}.bg-cyan-50\/40{background-color:#ecfeff66}.bg-cyan-50\/50{background-color:#ecfeff80}.bg-cyan-50\/60{background-color:#ecfeff99}.bg-cyan-50\/70{background-color:#ecfeffb3}.bg-cyan-50\/75{background-color:#ecfeffbf}.bg-cyan-50\/80{background-color:#ecfeffcc}.bg-cyan-50\/90{background-color:#ecfeffe6}.bg-cyan-100{background-color:#cffafe}.bg-cyan-100\/0{background-color:#cffafe00}.bg-cyan-100\/10{background-color:#cffafe1a}.bg-cyan-100\/20{background-color:#cffafe33}.bg-cyan-100\/30{background-color:#cffafe4d}.bg-cyan-100\/40{background-color:#cffafe66}.bg-cyan-100\/50{background-color:#cffafe80}.bg-cyan-100\/60{background-color:#cffafe99}.bg-cyan-100\/70{background-color:#cffafeb3}.bg-cyan-100\/75{background-color:#cffafebf}.bg-cyan-100\/80{background-color:#cffafecc}.bg-cyan-100\/90{background-color:#cffafee6}.bg-cyan-200{background-color:#a5f3fc}.bg-cyan-200\/0{background-color:#a5f3fc00}.bg-cyan-200\/10{background-color:#a5f3fc1a}.bg-cyan-200\/20{background-color:#a5f3fc33}.bg-cyan-200\/30{background-color:#a5f3fc4d}.bg-cyan-200\/40{background-color:#a5f3fc66}.bg-cyan-200\/50{background-color:#a5f3fc80}.bg-cyan-200\/60{background-color:#a5f3fc99}.bg-cyan-200\/70{background-color:#a5f3fcb3}.bg-cyan-200\/75{background-color:#a5f3fcbf}.bg-cyan-200\/80{background-color:#a5f3fccc}.bg-cyan-200\/90{background-color:#a5f3fce6}.bg-cyan-300{background-color:#67e8f9}.bg-cyan-300\/0{background-color:#67e8f900}.bg-cyan-300\/10{background-color:#67e8f91a}.bg-cyan-300\/20{background-color:#67e8f933}.bg-cyan-300\/30{background-color:#67e8f94d}.bg-cyan-300\/40{background-color:#67e8f966}.bg-cyan-300\/50{background-color:#67e8f980}.bg-cyan-300\/60{background-color:#67e8f999}.bg-cyan-300\/70{background-color:#67e8f9b3}.bg-cyan-300\/75{background-color:#67e8f9bf}.bg-cyan-300\/80{background-color:#67e8f9cc}.bg-cyan-300\/90{background-color:#67e8f9e6}.bg-cyan-400{background-color:#22d3ee}.bg-cyan-400\/0{background-color:#22d3ee00}.bg-cyan-400\/10{background-color:#22d3ee1a}.bg-cyan-400\/20{background-color:#22d3ee33}.bg-cyan-400\/30{background-color:#22d3ee4d}.bg-cyan-400\/40{background-color:#22d3ee66}.bg-cyan-400\/50{background-color:#22d3ee80}.bg-cyan-400\/60{background-color:#22d3ee99}.bg-cyan-400\/70{background-color:#22d3eeb3}.bg-cyan-400\/75{background-color:#22d3eebf}.bg-cyan-400\/80{background-color:#22d3eecc}.bg-cyan-400\/90{background-color:#22d3eee6}.bg-cyan-500{background-color:#06b6d4}.bg-cyan-500\/0{background-color:#06b6d400}.bg-cyan-500\/10{background-color:#06b6d41a}.bg-cyan-500\/20{background-color:#06b6d433}.bg-cyan-500\/30{background-color:#06b6d44d}.bg-cyan-500\/40{background-color:#06b6d466}.bg-cyan-500\/50{background-color:#06b6d480}.bg-cyan-500\/60{background-color:#06b6d499}.bg-cyan-500\/70{background-color:#06b6d4b3}.bg-cyan-500\/75{background-color:#06b6d4bf}.bg-cyan-500\/80{background-color:#06b6d4cc}.bg-cyan-500\/90{background-color:#06b6d4e6}.bg-cyan-600{background-color:#0891b2}.bg-cyan-600\/0{background-color:#0891b200}.bg-cyan-600\/10{background-color:#0891b21a}.bg-cyan-600\/20{background-color:#0891b233}.bg-cyan-600\/30{background-color:#0891b24d}.bg-cyan-600\/40{background-color:#0891b266}.bg-cyan-600\/50{background-color:#0891b280}.bg-cyan-600\/60{background-color:#0891b299}.bg-cyan-600\/70{background-color:#0891b2b3}.bg-cyan-600\/75{background-color:#0891b2bf}.bg-cyan-600\/80{background-color:#0891b2cc}.bg-cyan-600\/90{background-color:#0891b2e6}.bg-cyan-700{background-color:#0e7490}.bg-cyan-700\/0{background-color:#0e749000}.bg-cyan-700\/10{background-color:#0e74901a}.bg-cyan-700\/20{background-color:#0e749033}.bg-cyan-700\/30{background-color:#0e74904d}.bg-cyan-700\/40{background-color:#0e749066}.bg-cyan-700\/50{background-color:#0e749080}.bg-cyan-700\/60{background-color:#0e749099}.bg-cyan-700\/70{background-color:#0e7490b3}.bg-cyan-700\/75{background-color:#0e7490bf}.bg-cyan-700\/80{background-color:#0e7490cc}.bg-cyan-700\/90{background-color:#0e7490e6}.bg-cyan-800{background-color:#155e75}.bg-cyan-800\/0{background-color:#155e7500}.bg-cyan-800\/10{background-color:#155e751a}.bg-cyan-800\/20{background-color:#155e7533}.bg-cyan-800\/30{background-color:#155e754d}.bg-cyan-800\/40{background-color:#155e7566}.bg-cyan-800\/50{background-color:#155e7580}.bg-cyan-800\/60{background-color:#155e7599}.bg-cyan-800\/70{background-color:#155e75b3}.bg-cyan-800\/75{background-color:#155e75bf}.bg-cyan-800\/80{background-color:#155e75cc}.bg-cyan-800\/90{background-color:#155e75e6}.bg-cyan-900{background-color:#164e63}.bg-cyan-900\/0{background-color:#164e6300}.bg-cyan-900\/10{background-color:#164e631a}.bg-cyan-900\/20{background-color:#164e6333}.bg-cyan-900\/30{background-color:#164e634d}.bg-cyan-900\/40{background-color:#164e6366}.bg-cyan-900\/50{background-color:#164e6380}.bg-cyan-900\/60{background-color:#164e6399}.bg-cyan-900\/70{background-color:#164e63b3}.bg-cyan-900\/75{background-color:#164e63bf}.bg-cyan-900\/80{background-color:#164e63cc}.bg-cyan-900\/90{background-color:#164e63e6}.bg-cyan-950{background-color:#083344}.bg-cyan-950\/0{background-color:#08334400}.bg-cyan-950\/10{background-color:#0833441a}.bg-cyan-950\/20{background-color:#08334433}.bg-cyan-950\/30{background-color:#0833444d}.bg-cyan-950\/40{background-color:#08334466}.bg-cyan-950\/50{background-color:#08334480}.bg-cyan-950\/60{background-color:#08334499}.bg-cyan-950\/70{background-color:#083344b3}.bg-cyan-950\/75{background-color:#083344bf}.bg-cyan-950\/80{background-color:#083344cc}.bg-cyan-950\/90{background-color:#083344e6}.bg-sky-50{background-color:#f0f9ff}.bg-sky-50\/0{background-color:#f0f9ff00}.bg-sky-50\/10{background-color:#f0f9ff1a}.bg-sky-50\/20{background-color:#f0f9ff33}.bg-sky-50\/30{background-color:#f0f9ff4d}.bg-sky-50\/40{background-color:#f0f9ff66}.bg-sky-50\/50{background-color:#f0f9ff80}.bg-sky-50\/60{background-color:#f0f9ff99}.bg-sky-50\/70{background-color:#f0f9ffb3}.bg-sky-50\/75{background-color:#f0f9ffbf}.bg-sky-50\/80{background-color:#f0f9ffcc}.bg-sky-50\/90{background-color:#f0f9ffe6}.bg-sky-100{background-color:#e0f2fe}.bg-sky-100\/0{background-color:#e0f2fe00}.bg-sky-100\/10{background-color:#e0f2fe1a}.bg-sky-100\/20{background-color:#e0f2fe33}.bg-sky-100\/30{background-color:#e0f2fe4d}.bg-sky-100\/40{background-color:#e0f2fe66}.bg-sky-100\/50{background-color:#e0f2fe80}.bg-sky-100\/60{background-color:#e0f2fe99}.bg-sky-100\/70{background-color:#e0f2feb3}.bg-sky-100\/75{background-color:#e0f2febf}.bg-sky-100\/80{background-color:#e0f2fecc}.bg-sky-100\/90{background-color:#e0f2fee6}.bg-sky-200{background-color:#bae6fd}.bg-sky-200\/0{background-color:#bae6fd00}.bg-sky-200\/10{background-color:#bae6fd1a}.bg-sky-200\/20{background-color:#bae6fd33}.bg-sky-200\/30{background-color:#bae6fd4d}.bg-sky-200\/40{background-color:#bae6fd66}.bg-sky-200\/50{background-color:#bae6fd80}.bg-sky-200\/60{background-color:#bae6fd99}.bg-sky-200\/70{background-color:#bae6fdb3}.bg-sky-200\/75{background-color:#bae6fdbf}.bg-sky-200\/80{background-color:#bae6fdcc}.bg-sky-200\/90{background-color:#bae6fde6}.bg-sky-300{background-color:#7dd3fc}.bg-sky-300\/0{background-color:#7dd3fc00}.bg-sky-300\/10{background-color:#7dd3fc1a}.bg-sky-300\/20{background-color:#7dd3fc33}.bg-sky-300\/30{background-color:#7dd3fc4d}.bg-sky-300\/40{background-color:#7dd3fc66}.bg-sky-300\/50{background-color:#7dd3fc80}.bg-sky-300\/60{background-color:#7dd3fc99}.bg-sky-300\/70{background-color:#7dd3fcb3}.bg-sky-300\/75{background-color:#7dd3fcbf}.bg-sky-300\/80{background-color:#7dd3fccc}.bg-sky-300\/90{background-color:#7dd3fce6}.bg-sky-400{background-color:#38bdf8}.bg-sky-400\/0{background-color:#38bdf800}.bg-sky-400\/10{background-color:#38bdf81a}.bg-sky-400\/20{background-color:#38bdf833}.bg-sky-400\/30{background-color:#38bdf84d}.bg-sky-400\/40{background-color:#38bdf866}.bg-sky-400\/50{background-color:#38bdf880}.bg-sky-400\/60{background-color:#38bdf899}.bg-sky-400\/70{background-color:#38bdf8b3}.bg-sky-400\/75{background-color:#38bdf8bf}.bg-sky-400\/80{background-color:#38bdf8cc}.bg-sky-400\/90{background-color:#38bdf8e6}.bg-sky-500{background-color:#0ea5e9}.bg-sky-500\/0{background-color:#0ea5e900}.bg-sky-500\/10{background-color:#0ea5e91a}.bg-sky-500\/20{background-color:#0ea5e933}.bg-sky-500\/30{background-color:#0ea5e94d}.bg-sky-500\/40{background-color:#0ea5e966}.bg-sky-500\/50{background-color:#0ea5e980}.bg-sky-500\/60{background-color:#0ea5e999}.bg-sky-500\/70{background-color:#0ea5e9b3}.bg-sky-500\/75{background-color:#0ea5e9bf}.bg-sky-500\/80{background-color:#0ea5e9cc}.bg-sky-500\/90{background-color:#0ea5e9e6}.bg-sky-600{background-color:#0284c7}.bg-sky-600\/0{background-color:#0284c700}.bg-sky-600\/10{background-color:#0284c71a}.bg-sky-600\/20{background-color:#0284c733}.bg-sky-600\/30{background-color:#0284c74d}.bg-sky-600\/40{background-color:#0284c766}.bg-sky-600\/50{background-color:#0284c780}.bg-sky-600\/60{background-color:#0284c799}.bg-sky-600\/70{background-color:#0284c7b3}.bg-sky-600\/75{background-color:#0284c7bf}.bg-sky-600\/80{background-color:#0284c7cc}.bg-sky-600\/90{background-color:#0284c7e6}.bg-sky-700{background-color:#0369a1}.bg-sky-700\/0{background-color:#0369a100}.bg-sky-700\/10{background-color:#0369a11a}.bg-sky-700\/20{background-color:#0369a133}.bg-sky-700\/30{background-color:#0369a14d}.bg-sky-700\/40{background-color:#0369a166}.bg-sky-700\/50{background-color:#0369a180}.bg-sky-700\/60{background-color:#0369a199}.bg-sky-700\/70{background-color:#0369a1b3}.bg-sky-700\/75{background-color:#0369a1bf}.bg-sky-700\/80{background-color:#0369a1cc}.bg-sky-700\/90{background-color:#0369a1e6}.bg-sky-800{background-color:#075985}.bg-sky-800\/0{background-color:#07598500}.bg-sky-800\/10{background-color:#0759851a}.bg-sky-800\/20{background-color:#07598533}.bg-sky-800\/30{background-color:#0759854d}.bg-sky-800\/40{background-color:#07598566}.bg-sky-800\/50{background-color:#07598580}.bg-sky-800\/60{background-color:#07598599}.bg-sky-800\/70{background-color:#075985b3}.bg-sky-800\/75{background-color:#075985bf}.bg-sky-800\/80{background-color:#075985cc}.bg-sky-800\/90{background-color:#075985e6}.bg-sky-900{background-color:#0c4a6e}.bg-sky-900\/0{background-color:#0c4a6e00}.bg-sky-900\/10{background-color:#0c4a6e1a}.bg-sky-900\/20{background-color:#0c4a6e33}.bg-sky-900\/30{background-color:#0c4a6e4d}.bg-sky-900\/40{background-color:#0c4a6e66}.bg-sky-900\/50{background-color:#0c4a6e80}.bg-sky-900\/60{background-color:#0c4a6e99}.bg-sky-900\/70{background-color:#0c4a6eb3}.bg-sky-900\/75{background-color:#0c4a6ebf}.bg-sky-900\/80{background-color:#0c4a6ecc}.bg-sky-900\/90{background-color:#0c4a6ee6}.bg-sky-950{background-color:#082f49}.bg-sky-950\/0{background-color:#082f4900}.bg-sky-950\/10{background-color:#082f491a}.bg-sky-950\/20{background-color:#082f4933}.bg-sky-950\/30{background-color:#082f494d}.bg-sky-950\/40{background-color:#082f4966}.bg-sky-950\/50{background-color:#082f4980}.bg-sky-950\/60{background-color:#082f4999}.bg-sky-950\/70{background-color:#082f49b3}.bg-sky-950\/75{background-color:#082f49bf}.bg-sky-950\/80{background-color:#082f49cc}.bg-sky-950\/90{background-color:#082f49e6}.bg-blue-50{background-color:#eff6ff}.bg-blue-50\/0{background-color:#eff6ff00}.bg-blue-50\/10{background-color:#eff6ff1a}.bg-blue-50\/20{background-color:#eff6ff33}.bg-blue-50\/30{background-color:#eff6ff4d}.bg-blue-50\/40{background-color:#eff6ff66}.bg-blue-50\/50{background-color:#eff6ff80}.bg-blue-50\/60{background-color:#eff6ff99}.bg-blue-50\/70{background-color:#eff6ffb3}.bg-blue-50\/75{background-color:#eff6ffbf}.bg-blue-50\/80{background-color:#eff6ffcc}.bg-blue-50\/90{background-color:#eff6ffe6}.bg-blue-100{background-color:#dbeafe}.bg-blue-100\/0{background-color:#dbeafe00}.bg-blue-100\/10{background-color:#dbeafe1a}.bg-blue-100\/20{background-color:#dbeafe33}.bg-blue-100\/30{background-color:#dbeafe4d}.bg-blue-100\/40{background-color:#dbeafe66}.bg-blue-100\/50{background-color:#dbeafe80}.bg-blue-100\/60{background-color:#dbeafe99}.bg-blue-100\/70{background-color:#dbeafeb3}.bg-blue-100\/75{background-color:#dbeafebf}.bg-blue-100\/80{background-color:#dbeafecc}.bg-blue-100\/90{background-color:#dbeafee6}.bg-blue-200{background-color:#bfdbfe}.bg-blue-200\/0{background-color:#bfdbfe00}.bg-blue-200\/10{background-color:#bfdbfe1a}.bg-blue-200\/20{background-color:#bfdbfe33}.bg-blue-200\/30{background-color:#bfdbfe4d}.bg-blue-200\/40{background-color:#bfdbfe66}.bg-blue-200\/50{background-color:#bfdbfe80}.bg-blue-200\/60{background-color:#bfdbfe99}.bg-blue-200\/70{background-color:#bfdbfeb3}.bg-blue-200\/75{background-color:#bfdbfebf}.bg-blue-200\/80{background-color:#bfdbfecc}.bg-blue-200\/90{background-color:#bfdbfee6}.bg-blue-300{background-color:#93c5fd}.bg-blue-300\/0{background-color:#93c5fd00}.bg-blue-300\/10{background-color:#93c5fd1a}.bg-blue-300\/20{background-color:#93c5fd33}.bg-blue-300\/30{background-color:#93c5fd4d}.bg-blue-300\/40{background-color:#93c5fd66}.bg-blue-300\/50{background-color:#93c5fd80}.bg-blue-300\/60{background-color:#93c5fd99}.bg-blue-300\/70{background-color:#93c5fdb3}.bg-blue-300\/75{background-color:#93c5fdbf}.bg-blue-300\/80{background-color:#93c5fdcc}.bg-blue-300\/90{background-color:#93c5fde6}.bg-blue-400{background-color:#60a5fa}.bg-blue-400\/0{background-color:#60a5fa00}.bg-blue-400\/10{background-color:#60a5fa1a}.bg-blue-400\/20{background-color:#60a5fa33}.bg-blue-400\/30{background-color:#60a5fa4d}.bg-blue-400\/40{background-color:#60a5fa66}.bg-blue-400\/50{background-color:#60a5fa80}.bg-blue-400\/60{background-color:#60a5fa99}.bg-blue-400\/70{background-color:#60a5fab3}.bg-blue-400\/75{background-color:#60a5fabf}.bg-blue-400\/80{background-color:#60a5facc}.bg-blue-400\/90{background-color:#60a5fae6}.bg-blue-500{background-color:#3b82f6}.bg-blue-500\/0{background-color:#3b82f600}.bg-blue-500\/10{background-color:#3b82f61a}.bg-blue-500\/20{background-color:#3b82f633}.bg-blue-500\/30{background-color:#3b82f64d}.bg-blue-500\/40{background-color:#3b82f666}.bg-blue-500\/50{background-color:#3b82f680}.bg-blue-500\/60{background-color:#3b82f699}.bg-blue-500\/70{background-color:#3b82f6b3}.bg-blue-500\/75{background-color:#3b82f6bf}.bg-blue-500\/80{background-color:#3b82f6cc}.bg-blue-500\/90{background-color:#3b82f6e6}.bg-blue-600{background-color:#2563eb}.bg-blue-600\/0{background-color:#2563eb00}.bg-blue-600\/10{background-color:#2563eb1a}.bg-blue-600\/20{background-color:#2563eb33}.bg-blue-600\/30{background-color:#2563eb4d}.bg-blue-600\/40{background-color:#2563eb66}.bg-blue-600\/50{background-color:#2563eb80}.bg-blue-600\/60{background-color:#2563eb99}.bg-blue-600\/70{background-color:#2563ebb3}.bg-blue-600\/75{background-color:#2563ebbf}.bg-blue-600\/80{background-color:#2563ebcc}.bg-blue-600\/90{background-color:#2563ebe6}.bg-blue-700{background-color:#1d4ed8}.bg-blue-700\/0{background-color:#1d4ed800}.bg-blue-700\/10{background-color:#1d4ed81a}.bg-blue-700\/20{background-color:#1d4ed833}.bg-blue-700\/30{background-color:#1d4ed84d}.bg-blue-700\/40{background-color:#1d4ed866}.bg-blue-700\/50{background-color:#1d4ed880}.bg-blue-700\/60{background-color:#1d4ed899}.bg-blue-700\/70{background-color:#1d4ed8b3}.bg-blue-700\/75{background-color:#1d4ed8bf}.bg-blue-700\/80{background-color:#1d4ed8cc}.bg-blue-700\/90{background-color:#1d4ed8e6}.bg-blue-800{background-color:#1e40af}.bg-blue-800\/0{background-color:#1e40af00}.bg-blue-800\/10{background-color:#1e40af1a}.bg-blue-800\/20{background-color:#1e40af33}.bg-blue-800\/30{background-color:#1e40af4d}.bg-blue-800\/40{background-color:#1e40af66}.bg-blue-800\/50{background-color:#1e40af80}.bg-blue-800\/60{background-color:#1e40af99}.bg-blue-800\/70{background-color:#1e40afb3}.bg-blue-800\/75{background-color:#1e40afbf}.bg-blue-800\/80{background-color:#1e40afcc}.bg-blue-800\/90{background-color:#1e40afe6}.bg-blue-900{background-color:#1e3a8a}.bg-blue-900\/0{background-color:#1e3a8a00}.bg-blue-900\/10{background-color:#1e3a8a1a}.bg-blue-900\/20{background-color:#1e3a8a33}.bg-blue-900\/30{background-color:#1e3a8a4d}.bg-blue-900\/40{background-color:#1e3a8a66}.bg-blue-900\/50{background-color:#1e3a8a80}.bg-blue-900\/60{background-color:#1e3a8a99}.bg-blue-900\/70{background-color:#1e3a8ab3}.bg-blue-900\/75{background-color:#1e3a8abf}.bg-blue-900\/80{background-color:#1e3a8acc}.bg-blue-900\/90{background-color:#1e3a8ae6}.bg-blue-950{background-color:#172554}.bg-blue-950\/0{background-color:#17255400}.bg-blue-950\/10{background-color:#1725541a}.bg-blue-950\/20{background-color:#17255433}.bg-blue-950\/30{background-color:#1725544d}.bg-blue-950\/40{background-color:#17255466}.bg-blue-950\/50{background-color:#17255480}.bg-blue-950\/60{background-color:#17255499}.bg-blue-950\/70{background-color:#172554b3}.bg-blue-950\/75{background-color:#172554bf}.bg-blue-950\/80{background-color:#172554cc}.bg-blue-950\/90{background-color:#172554e6}.bg-indigo-50{background-color:#eef2ff}.bg-indigo-50\/0{background-color:#eef2ff00}.bg-indigo-50\/10{background-color:#eef2ff1a}.bg-indigo-50\/20{background-color:#eef2ff33}.bg-indigo-50\/30{background-color:#eef2ff4d}.bg-indigo-50\/40{background-color:#eef2ff66}.bg-indigo-50\/50{background-color:#eef2ff80}.bg-indigo-50\/60{background-color:#eef2ff99}.bg-indigo-50\/70{background-color:#eef2ffb3}.bg-indigo-50\/75{background-color:#eef2ffbf}.bg-indigo-50\/80{background-color:#eef2ffcc}.bg-indigo-50\/90{background-color:#eef2ffe6}.bg-indigo-100{background-color:#e0e7ff}.bg-indigo-100\/0{background-color:#e0e7ff00}.bg-indigo-100\/10{background-color:#e0e7ff1a}.bg-indigo-100\/20{background-color:#e0e7ff33}.bg-indigo-100\/30{background-color:#e0e7ff4d}.bg-indigo-100\/40{background-color:#e0e7ff66}.bg-indigo-100\/50{background-color:#e0e7ff80}.bg-indigo-100\/60{background-color:#e0e7ff99}.bg-indigo-100\/70{background-color:#e0e7ffb3}.bg-indigo-100\/75{background-color:#e0e7ffbf}.bg-indigo-100\/80{background-color:#e0e7ffcc}.bg-indigo-100\/90{background-color:#e0e7ffe6}.bg-indigo-200{background-color:#c7d2fe}.bg-indigo-200\/0{background-color:#c7d2fe00}.bg-indigo-200\/10{background-color:#c7d2fe1a}.bg-indigo-200\/20{background-color:#c7d2fe33}.bg-indigo-200\/30{background-color:#c7d2fe4d}.bg-indigo-200\/40{background-color:#c7d2fe66}.bg-indigo-200\/50{background-color:#c7d2fe80}.bg-indigo-200\/60{background-color:#c7d2fe99}.bg-indigo-200\/70{background-color:#c7d2feb3}.bg-indigo-200\/75{background-color:#c7d2febf}.bg-indigo-200\/80{background-color:#c7d2fecc}.bg-indigo-200\/90{background-color:#c7d2fee6}.bg-indigo-300{background-color:#a5b4fc}.bg-indigo-300\/0{background-color:#a5b4fc00}.bg-indigo-300\/10{background-color:#a5b4fc1a}.bg-indigo-300\/20{background-color:#a5b4fc33}.bg-indigo-300\/30{background-color:#a5b4fc4d}.bg-indigo-300\/40{background-color:#a5b4fc66}.bg-indigo-300\/50{background-color:#a5b4fc80}.bg-indigo-300\/60{background-color:#a5b4fc99}.bg-indigo-300\/70{background-color:#a5b4fcb3}.bg-indigo-300\/75{background-color:#a5b4fcbf}.bg-indigo-300\/80{background-color:#a5b4fccc}.bg-indigo-300\/90{background-color:#a5b4fce6}.bg-indigo-400{background-color:#818cf8}.bg-indigo-400\/0{background-color:#818cf800}.bg-indigo-400\/10{background-color:#818cf81a}.bg-indigo-400\/20{background-color:#818cf833}.bg-indigo-400\/30{background-color:#818cf84d}.bg-indigo-400\/40{background-color:#818cf866}.bg-indigo-400\/50{background-color:#818cf880}.bg-indigo-400\/60{background-color:#818cf899}.bg-indigo-400\/70{background-color:#818cf8b3}.bg-indigo-400\/75{background-color:#818cf8bf}.bg-indigo-400\/80{background-color:#818cf8cc}.bg-indigo-400\/90{background-color:#818cf8e6}.bg-indigo-500{background-color:#6366f1}.bg-indigo-500\/0{background-color:#6366f100}.bg-indigo-500\/10{background-color:#6366f11a}.bg-indigo-500\/20{background-color:#6366f133}.bg-indigo-500\/30{background-color:#6366f14d}.bg-indigo-500\/40{background-color:#6366f166}.bg-indigo-500\/50{background-color:#6366f180}.bg-indigo-500\/60{background-color:#6366f199}.bg-indigo-500\/70{background-color:#6366f1b3}.bg-indigo-500\/75{background-color:#6366f1bf}.bg-indigo-500\/80{background-color:#6366f1cc}.bg-indigo-500\/90{background-color:#6366f1e6}.bg-indigo-600{background-color:#4f46e5}.bg-indigo-600\/0{background-color:#4f46e500}.bg-indigo-600\/10{background-color:#4f46e51a}.bg-indigo-600\/20{background-color:#4f46e533}.bg-indigo-600\/30{background-color:#4f46e54d}.bg-indigo-600\/40{background-color:#4f46e566}.bg-indigo-600\/50{background-color:#4f46e580}.bg-indigo-600\/60{background-color:#4f46e599}.bg-indigo-600\/70{background-color:#4f46e5b3}.bg-indigo-600\/75{background-color:#4f46e5bf}.bg-indigo-600\/80{background-color:#4f46e5cc}.bg-indigo-600\/90{background-color:#4f46e5e6}.bg-indigo-700{background-color:#4338ca}.bg-indigo-700\/0{background-color:#4338ca00}.bg-indigo-700\/10{background-color:#4338ca1a}.bg-indigo-700\/20{background-color:#4338ca33}.bg-indigo-700\/30{background-color:#4338ca4d}.bg-indigo-700\/40{background-color:#4338ca66}.bg-indigo-700\/50{background-color:#4338ca80}.bg-indigo-700\/60{background-color:#4338ca99}.bg-indigo-700\/70{background-color:#4338cab3}.bg-indigo-700\/75{background-color:#4338cabf}.bg-indigo-700\/80{background-color:#4338cacc}.bg-indigo-700\/90{background-color:#4338cae6}.bg-indigo-800{background-color:#3730a3}.bg-indigo-800\/0{background-color:#3730a300}.bg-indigo-800\/10{background-color:#3730a31a}.bg-indigo-800\/20{background-color:#3730a333}.bg-indigo-800\/30{background-color:#3730a34d}.bg-indigo-800\/40{background-color:#3730a366}.bg-indigo-800\/50{background-color:#3730a380}.bg-indigo-800\/60{background-color:#3730a399}.bg-indigo-800\/70{background-color:#3730a3b3}.bg-indigo-800\/75{background-color:#3730a3bf}.bg-indigo-800\/80{background-color:#3730a3cc}.bg-indigo-800\/90{background-color:#3730a3e6}.bg-indigo-900{background-color:#312e81}.bg-indigo-900\/0{background-color:#312e8100}.bg-indigo-900\/10{background-color:#312e811a}.bg-indigo-900\/20{background-color:#312e8133}.bg-indigo-900\/30{background-color:#312e814d}.bg-indigo-900\/40{background-color:#312e8166}.bg-indigo-900\/50{background-color:#312e8180}.bg-indigo-900\/60{background-color:#312e8199}.bg-indigo-900\/70{background-color:#312e81b3}.bg-indigo-900\/75{background-color:#312e81bf}.bg-indigo-900\/80{background-color:#312e81cc}.bg-indigo-900\/90{background-color:#312e81e6}.bg-indigo-950{background-color:#1e1b4b}.bg-indigo-950\/0{background-color:#1e1b4b00}.bg-indigo-950\/10{background-color:#1e1b4b1a}.bg-indigo-950\/20{background-color:#1e1b4b33}.bg-indigo-950\/30{background-color:#1e1b4b4d}.bg-indigo-950\/40{background-color:#1e1b4b66}.bg-indigo-950\/50{background-color:#1e1b4b80}.bg-indigo-950\/60{background-color:#1e1b4b99}.bg-indigo-950\/70{background-color:#1e1b4bb3}.bg-indigo-950\/75{background-color:#1e1b4bbf}.bg-indigo-950\/80{background-color:#1e1b4bcc}.bg-indigo-950\/90{background-color:#1e1b4be6}.bg-violet-50{background-color:#f5f3ff}.bg-violet-50\/0{background-color:#f5f3ff00}.bg-violet-50\/10{background-color:#f5f3ff1a}.bg-violet-50\/20{background-color:#f5f3ff33}.bg-violet-50\/30{background-color:#f5f3ff4d}.bg-violet-50\/40{background-color:#f5f3ff66}.bg-violet-50\/50{background-color:#f5f3ff80}.bg-violet-50\/60{background-color:#f5f3ff99}.bg-violet-50\/70{background-color:#f5f3ffb3}.bg-violet-50\/75{background-color:#f5f3ffbf}.bg-violet-50\/80{background-color:#f5f3ffcc}.bg-violet-50\/90{background-color:#f5f3ffe6}.bg-violet-100{background-color:#ede9fe}.bg-violet-100\/0{background-color:#ede9fe00}.bg-violet-100\/10{background-color:#ede9fe1a}.bg-violet-100\/20{background-color:#ede9fe33}.bg-violet-100\/30{background-color:#ede9fe4d}.bg-violet-100\/40{background-color:#ede9fe66}.bg-violet-100\/50{background-color:#ede9fe80}.bg-violet-100\/60{background-color:#ede9fe99}.bg-violet-100\/70{background-color:#ede9feb3}.bg-violet-100\/75{background-color:#ede9febf}.bg-violet-100\/80{background-color:#ede9fecc}.bg-violet-100\/90{background-color:#ede9fee6}.bg-violet-200{background-color:#ddd6fe}.bg-violet-200\/0{background-color:#ddd6fe00}.bg-violet-200\/10{background-color:#ddd6fe1a}.bg-violet-200\/20{background-color:#ddd6fe33}.bg-violet-200\/30{background-color:#ddd6fe4d}.bg-violet-200\/40{background-color:#ddd6fe66}.bg-violet-200\/50{background-color:#ddd6fe80}.bg-violet-200\/60{background-color:#ddd6fe99}.bg-violet-200\/70{background-color:#ddd6feb3}.bg-violet-200\/75{background-color:#ddd6febf}.bg-violet-200\/80{background-color:#ddd6fecc}.bg-violet-200\/90{background-color:#ddd6fee6}.bg-violet-300{background-color:#c4b5fd}.bg-violet-300\/0{background-color:#c4b5fd00}.bg-violet-300\/10{background-color:#c4b5fd1a}.bg-violet-300\/20{background-color:#c4b5fd33}.bg-violet-300\/30{background-color:#c4b5fd4d}.bg-violet-300\/40{background-color:#c4b5fd66}.bg-violet-300\/50{background-color:#c4b5fd80}.bg-violet-300\/60{background-color:#c4b5fd99}.bg-violet-300\/70{background-color:#c4b5fdb3}.bg-violet-300\/75{background-color:#c4b5fdbf}.bg-violet-300\/80{background-color:#c4b5fdcc}.bg-violet-300\/90{background-color:#c4b5fde6}.bg-violet-400{background-color:#a78bfa}.bg-violet-400\/0{background-color:#a78bfa00}.bg-violet-400\/10{background-color:#a78bfa1a}.bg-violet-400\/20{background-color:#a78bfa33}.bg-violet-400\/30{background-color:#a78bfa4d}.bg-violet-400\/40{background-color:#a78bfa66}.bg-violet-400\/50{background-color:#a78bfa80}.bg-violet-400\/60{background-color:#a78bfa99}.bg-violet-400\/70{background-color:#a78bfab3}.bg-violet-400\/75{background-color:#a78bfabf}.bg-violet-400\/80{background-color:#a78bfacc}.bg-violet-400\/90{background-color:#a78bfae6}.bg-violet-500{background-color:#8b5cf6}.bg-violet-500\/0{background-color:#8b5cf600}.bg-violet-500\/10{background-color:#8b5cf61a}.bg-violet-500\/20{background-color:#8b5cf633}.bg-violet-500\/30{background-color:#8b5cf64d}.bg-violet-500\/40{background-color:#8b5cf666}.bg-violet-500\/50{background-color:#8b5cf680}.bg-violet-500\/60{background-color:#8b5cf699}.bg-violet-500\/70{background-color:#8b5cf6b3}.bg-violet-500\/75{background-color:#8b5cf6bf}.bg-violet-500\/80{background-color:#8b5cf6cc}.bg-violet-500\/90{background-color:#8b5cf6e6}.bg-violet-600{background-color:#7c3aed}.bg-violet-600\/0{background-color:#7c3aed00}.bg-violet-600\/10{background-color:#7c3aed1a}.bg-violet-600\/20{background-color:#7c3aed33}.bg-violet-600\/30{background-color:#7c3aed4d}.bg-violet-600\/40{background-color:#7c3aed66}.bg-violet-600\/50{background-color:#7c3aed80}.bg-violet-600\/60{background-color:#7c3aed99}.bg-violet-600\/70{background-color:#7c3aedb3}.bg-violet-600\/75{background-color:#7c3aedbf}.bg-violet-600\/80{background-color:#7c3aedcc}.bg-violet-600\/90{background-color:#7c3aede6}.bg-violet-700{background-color:#6d28d9}.bg-violet-700\/0{background-color:#6d28d900}.bg-violet-700\/10{background-color:#6d28d91a}.bg-violet-700\/20{background-color:#6d28d933}.bg-violet-700\/30{background-color:#6d28d94d}.bg-violet-700\/40{background-color:#6d28d966}.bg-violet-700\/50{background-color:#6d28d980}.bg-violet-700\/60{background-color:#6d28d999}.bg-violet-700\/70{background-color:#6d28d9b3}.bg-violet-700\/75{background-color:#6d28d9bf}.bg-violet-700\/80{background-color:#6d28d9cc}.bg-violet-700\/90{background-color:#6d28d9e6}.bg-violet-800{background-color:#5b21b6}.bg-violet-800\/0{background-color:#5b21b600}.bg-violet-800\/10{background-color:#5b21b61a}.bg-violet-800\/20{background-color:#5b21b633}.bg-violet-800\/30{background-color:#5b21b64d}.bg-violet-800\/40{background-color:#5b21b666}.bg-violet-800\/50{background-color:#5b21b680}.bg-violet-800\/60{background-color:#5b21b699}.bg-violet-800\/70{background-color:#5b21b6b3}.bg-violet-800\/75{background-color:#5b21b6bf}.bg-violet-800\/80{background-color:#5b21b6cc}.bg-violet-800\/90{background-color:#5b21b6e6}.bg-violet-900{background-color:#4c1d95}.bg-violet-900\/0{background-color:#4c1d9500}.bg-violet-900\/10{background-color:#4c1d951a}.bg-violet-900\/20{background-color:#4c1d9533}.bg-violet-900\/30{background-color:#4c1d954d}.bg-violet-900\/40{background-color:#4c1d9566}.bg-violet-900\/50{background-color:#4c1d9580}.bg-violet-900\/60{background-color:#4c1d9599}.bg-violet-900\/70{background-color:#4c1d95b3}.bg-violet-900\/75{background-color:#4c1d95bf}.bg-violet-900\/80{background-color:#4c1d95cc}.bg-violet-900\/90{background-color:#4c1d95e6}.bg-violet-950{background-color:#2e1065}.bg-violet-950\/0{background-color:#2e106500}.bg-violet-950\/10{background-color:#2e10651a}.bg-violet-950\/20{background-color:#2e106533}.bg-violet-950\/30{background-color:#2e10654d}.bg-violet-950\/40{background-color:#2e106566}.bg-violet-950\/50{background-color:#2e106580}.bg-violet-950\/60{background-color:#2e106599}.bg-violet-950\/70{background-color:#2e1065b3}.bg-violet-950\/75{background-color:#2e1065bf}.bg-violet-950\/80{background-color:#2e1065cc}.bg-violet-950\/90{background-color:#2e1065e6}.bg-purple-50{background-color:#faf5ff}.bg-purple-50\/0{background-color:#faf5ff00}.bg-purple-50\/10{background-color:#faf5ff1a}.bg-purple-50\/20{background-color:#faf5ff33}.bg-purple-50\/30{background-color:#faf5ff4d}.bg-purple-50\/40{background-color:#faf5ff66}.bg-purple-50\/50{background-color:#faf5ff80}.bg-purple-50\/60{background-color:#faf5ff99}.bg-purple-50\/70{background-color:#faf5ffb3}.bg-purple-50\/75{background-color:#faf5ffbf}.bg-purple-50\/80{background-color:#faf5ffcc}.bg-purple-50\/90{background-color:#faf5ffe6}.bg-purple-100{background-color:#f3e8ff}.bg-purple-100\/0{background-color:#f3e8ff00}.bg-purple-100\/10{background-color:#f3e8ff1a}.bg-purple-100\/20{background-color:#f3e8ff33}.bg-purple-100\/30{background-color:#f3e8ff4d}.bg-purple-100\/40{background-color:#f3e8ff66}.bg-purple-100\/50{background-color:#f3e8ff80}.bg-purple-100\/60{background-color:#f3e8ff99}.bg-purple-100\/70{background-color:#f3e8ffb3}.bg-purple-100\/75{background-color:#f3e8ffbf}.bg-purple-100\/80{background-color:#f3e8ffcc}.bg-purple-100\/90{background-color:#f3e8ffe6}.bg-purple-200{background-color:#e9d5ff}.bg-purple-200\/0{background-color:#e9d5ff00}.bg-purple-200\/10{background-color:#e9d5ff1a}.bg-purple-200\/20{background-color:#e9d5ff33}.bg-purple-200\/30{background-color:#e9d5ff4d}.bg-purple-200\/40{background-color:#e9d5ff66}.bg-purple-200\/50{background-color:#e9d5ff80}.bg-purple-200\/60{background-color:#e9d5ff99}.bg-purple-200\/70{background-color:#e9d5ffb3}.bg-purple-200\/75{background-color:#e9d5ffbf}.bg-purple-200\/80{background-color:#e9d5ffcc}.bg-purple-200\/90{background-color:#e9d5ffe6}.bg-purple-300{background-color:#d8b4fe}.bg-purple-300\/0{background-color:#d8b4fe00}.bg-purple-300\/10{background-color:#d8b4fe1a}.bg-purple-300\/20{background-color:#d8b4fe33}.bg-purple-300\/30{background-color:#d8b4fe4d}.bg-purple-300\/40{background-color:#d8b4fe66}.bg-purple-300\/50{background-color:#d8b4fe80}.bg-purple-300\/60{background-color:#d8b4fe99}.bg-purple-300\/70{background-color:#d8b4feb3}.bg-purple-300\/75{background-color:#d8b4febf}.bg-purple-300\/80{background-color:#d8b4fecc}.bg-purple-300\/90{background-color:#d8b4fee6}.bg-purple-400{background-color:#c084fc}.bg-purple-400\/0{background-color:#c084fc00}.bg-purple-400\/10{background-color:#c084fc1a}.bg-purple-400\/20{background-color:#c084fc33}.bg-purple-400\/30{background-color:#c084fc4d}.bg-purple-400\/40{background-color:#c084fc66}.bg-purple-400\/50{background-color:#c084fc80}.bg-purple-400\/60{background-color:#c084fc99}.bg-purple-400\/70{background-color:#c084fcb3}.bg-purple-400\/75{background-color:#c084fcbf}.bg-purple-400\/80{background-color:#c084fccc}.bg-purple-400\/90{background-color:#c084fce6}.bg-purple-500{background-color:#a855f7}.bg-purple-500\/0{background-color:#a855f700}.bg-purple-500\/10{background-color:#a855f71a}.bg-purple-500\/20{background-color:#a855f733}.bg-purple-500\/30{background-color:#a855f74d}.bg-purple-500\/40{background-color:#a855f766}.bg-purple-500\/50{background-color:#a855f780}.bg-purple-500\/60{background-color:#a855f799}.bg-purple-500\/70{background-color:#a855f7b3}.bg-purple-500\/75{background-color:#a855f7bf}.bg-purple-500\/80{background-color:#a855f7cc}.bg-purple-500\/90{background-color:#a855f7e6}.bg-purple-600{background-color:#9333ea}.bg-purple-600\/0{background-color:#9333ea00}.bg-purple-600\/10{background-color:#9333ea1a}.bg-purple-600\/20{background-color:#9333ea33}.bg-purple-600\/30{background-color:#9333ea4d}.bg-purple-600\/40{background-color:#9333ea66}.bg-purple-600\/50{background-color:#9333ea80}.bg-purple-600\/60{background-color:#9333ea99}.bg-purple-600\/70{background-color:#9333eab3}.bg-purple-600\/75{background-color:#9333eabf}.bg-purple-600\/80{background-color:#9333eacc}.bg-purple-600\/90{background-color:#9333eae6}.bg-purple-700{background-color:#7e22ce}.bg-purple-700\/0{background-color:#7e22ce00}.bg-purple-700\/10{background-color:#7e22ce1a}.bg-purple-700\/20{background-color:#7e22ce33}.bg-purple-700\/30{background-color:#7e22ce4d}.bg-purple-700\/40{background-color:#7e22ce66}.bg-purple-700\/50{background-color:#7e22ce80}.bg-purple-700\/60{background-color:#7e22ce99}.bg-purple-700\/70{background-color:#7e22ceb3}.bg-purple-700\/75{background-color:#7e22cebf}.bg-purple-700\/80{background-color:#7e22cecc}.bg-purple-700\/90{background-color:#7e22cee6}.bg-purple-800{background-color:#6b21a8}.bg-purple-800\/0{background-color:#6b21a800}.bg-purple-800\/10{background-color:#6b21a81a}.bg-purple-800\/20{background-color:#6b21a833}.bg-purple-800\/30{background-color:#6b21a84d}.bg-purple-800\/40{background-color:#6b21a866}.bg-purple-800\/50{background-color:#6b21a880}.bg-purple-800\/60{background-color:#6b21a899}.bg-purple-800\/70{background-color:#6b21a8b3}.bg-purple-800\/75{background-color:#6b21a8bf}.bg-purple-800\/80{background-color:#6b21a8cc}.bg-purple-800\/90{background-color:#6b21a8e6}.bg-purple-900{background-color:#581c87}.bg-purple-900\/0{background-color:#581c8700}.bg-purple-900\/10{background-color:#581c871a}.bg-purple-900\/20{background-color:#581c8733}.bg-purple-900\/30{background-color:#581c874d}.bg-purple-900\/40{background-color:#581c8766}.bg-purple-900\/50{background-color:#581c8780}.bg-purple-900\/60{background-color:#581c8799}.bg-purple-900\/70{background-color:#581c87b3}.bg-purple-900\/75{background-color:#581c87bf}.bg-purple-900\/80{background-color:#581c87cc}.bg-purple-900\/90{background-color:#581c87e6}.bg-purple-950{background-color:#3b0764}.bg-purple-950\/0{background-color:#3b076400}.bg-purple-950\/10{background-color:#3b07641a}.bg-purple-950\/20{background-color:#3b076433}.bg-purple-950\/30{background-color:#3b07644d}.bg-purple-950\/40{background-color:#3b076466}.bg-purple-950\/50{background-color:#3b076480}.bg-purple-950\/60{background-color:#3b076499}.bg-purple-950\/70{background-color:#3b0764b3}.bg-purple-950\/75{background-color:#3b0764bf}.bg-purple-950\/80{background-color:#3b0764cc}.bg-purple-950\/90{background-color:#3b0764e6}.bg-fuchsia-50{background-color:#fdf4ff}.bg-fuchsia-50\/0{background-color:#fdf4ff00}.bg-fuchsia-50\/10{background-color:#fdf4ff1a}.bg-fuchsia-50\/20{background-color:#fdf4ff33}.bg-fuchsia-50\/30{background-color:#fdf4ff4d}.bg-fuchsia-50\/40{background-color:#fdf4ff66}.bg-fuchsia-50\/50{background-color:#fdf4ff80}.bg-fuchsia-50\/60{background-color:#fdf4ff99}.bg-fuchsia-50\/70{background-color:#fdf4ffb3}.bg-fuchsia-50\/75{background-color:#fdf4ffbf}.bg-fuchsia-50\/80{background-color:#fdf4ffcc}.bg-fuchsia-50\/90{background-color:#fdf4ffe6}.bg-fuchsia-100{background-color:#fae8ff}.bg-fuchsia-100\/0{background-color:#fae8ff00}.bg-fuchsia-100\/10{background-color:#fae8ff1a}.bg-fuchsia-100\/20{background-color:#fae8ff33}.bg-fuchsia-100\/30{background-color:#fae8ff4d}.bg-fuchsia-100\/40{background-color:#fae8ff66}.bg-fuchsia-100\/50{background-color:#fae8ff80}.bg-fuchsia-100\/60{background-color:#fae8ff99}.bg-fuchsia-100\/70{background-color:#fae8ffb3}.bg-fuchsia-100\/75{background-color:#fae8ffbf}.bg-fuchsia-100\/80{background-color:#fae8ffcc}.bg-fuchsia-100\/90{background-color:#fae8ffe6}.bg-fuchsia-200{background-color:#f5d0fe}.bg-fuchsia-200\/0{background-color:#f5d0fe00}.bg-fuchsia-200\/10{background-color:#f5d0fe1a}.bg-fuchsia-200\/20{background-color:#f5d0fe33}.bg-fuchsia-200\/30{background-color:#f5d0fe4d}.bg-fuchsia-200\/40{background-color:#f5d0fe66}.bg-fuchsia-200\/50{background-color:#f5d0fe80}.bg-fuchsia-200\/60{background-color:#f5d0fe99}.bg-fuchsia-200\/70{background-color:#f5d0feb3}.bg-fuchsia-200\/75{background-color:#f5d0febf}.bg-fuchsia-200\/80{background-color:#f5d0fecc}.bg-fuchsia-200\/90{background-color:#f5d0fee6}.bg-fuchsia-300{background-color:#f0abfc}.bg-fuchsia-300\/0{background-color:#f0abfc00}.bg-fuchsia-300\/10{background-color:#f0abfc1a}.bg-fuchsia-300\/20{background-color:#f0abfc33}.bg-fuchsia-300\/30{background-color:#f0abfc4d}.bg-fuchsia-300\/40{background-color:#f0abfc66}.bg-fuchsia-300\/50{background-color:#f0abfc80}.bg-fuchsia-300\/60{background-color:#f0abfc99}.bg-fuchsia-300\/70{background-color:#f0abfcb3}.bg-fuchsia-300\/75{background-color:#f0abfcbf}.bg-fuchsia-300\/80{background-color:#f0abfccc}.bg-fuchsia-300\/90{background-color:#f0abfce6}.bg-fuchsia-400{background-color:#e879f9}.bg-fuchsia-400\/0{background-color:#e879f900}.bg-fuchsia-400\/10{background-color:#e879f91a}.bg-fuchsia-400\/20{background-color:#e879f933}.bg-fuchsia-400\/30{background-color:#e879f94d}.bg-fuchsia-400\/40{background-color:#e879f966}.bg-fuchsia-400\/50{background-color:#e879f980}.bg-fuchsia-400\/60{background-color:#e879f999}.bg-fuchsia-400\/70{background-color:#e879f9b3}.bg-fuchsia-400\/75{background-color:#e879f9bf}.bg-fuchsia-400\/80{background-color:#e879f9cc}.bg-fuchsia-400\/90{background-color:#e879f9e6}.bg-fuchsia-500{background-color:#d946ef}.bg-fuchsia-500\/0{background-color:#d946ef00}.bg-fuchsia-500\/10{background-color:#d946ef1a}.bg-fuchsia-500\/20{background-color:#d946ef33}.bg-fuchsia-500\/30{background-color:#d946ef4d}.bg-fuchsia-500\/40{background-color:#d946ef66}.bg-fuchsia-500\/50{background-color:#d946ef80}.bg-fuchsia-500\/60{background-color:#d946ef99}.bg-fuchsia-500\/70{background-color:#d946efb3}.bg-fuchsia-500\/75{background-color:#d946efbf}.bg-fuchsia-500\/80{background-color:#d946efcc}.bg-fuchsia-500\/90{background-color:#d946efe6}.bg-fuchsia-600{background-color:#c026d3}.bg-fuchsia-600\/0{background-color:#c026d300}.bg-fuchsia-600\/10{background-color:#c026d31a}.bg-fuchsia-600\/20{background-color:#c026d333}.bg-fuchsia-600\/30{background-color:#c026d34d}.bg-fuchsia-600\/40{background-color:#c026d366}.bg-fuchsia-600\/50{background-color:#c026d380}.bg-fuchsia-600\/60{background-color:#c026d399}.bg-fuchsia-600\/70{background-color:#c026d3b3}.bg-fuchsia-600\/75{background-color:#c026d3bf}.bg-fuchsia-600\/80{background-color:#c026d3cc}.bg-fuchsia-600\/90{background-color:#c026d3e6}.bg-fuchsia-700{background-color:#a21caf}.bg-fuchsia-700\/0{background-color:#a21caf00}.bg-fuchsia-700\/10{background-color:#a21caf1a}.bg-fuchsia-700\/20{background-color:#a21caf33}.bg-fuchsia-700\/30{background-color:#a21caf4d}.bg-fuchsia-700\/40{background-color:#a21caf66}.bg-fuchsia-700\/50{background-color:#a21caf80}.bg-fuchsia-700\/60{background-color:#a21caf99}.bg-fuchsia-700\/70{background-color:#a21cafb3}.bg-fuchsia-700\/75{background-color:#a21cafbf}.bg-fuchsia-700\/80{background-color:#a21cafcc}.bg-fuchsia-700\/90{background-color:#a21cafe6}.bg-fuchsia-800{background-color:#86198f}.bg-fuchsia-800\/0{background-color:#86198f00}.bg-fuchsia-800\/10{background-color:#86198f1a}.bg-fuchsia-800\/20{background-color:#86198f33}.bg-fuchsia-800\/30{background-color:#86198f4d}.bg-fuchsia-800\/40{background-color:#86198f66}.bg-fuchsia-800\/50{background-color:#86198f80}.bg-fuchsia-800\/60{background-color:#86198f99}.bg-fuchsia-800\/70{background-color:#86198fb3}.bg-fuchsia-800\/75{background-color:#86198fbf}.bg-fuchsia-800\/80{background-color:#86198fcc}.bg-fuchsia-800\/90{background-color:#86198fe6}.bg-fuchsia-900{background-color:#701a75}.bg-fuchsia-900\/0{background-color:#701a7500}.bg-fuchsia-900\/10{background-color:#701a751a}.bg-fuchsia-900\/20{background-color:#701a7533}.bg-fuchsia-900\/30{background-color:#701a754d}.bg-fuchsia-900\/40{background-color:#701a7566}.bg-fuchsia-900\/50{background-color:#701a7580}.bg-fuchsia-900\/60{background-color:#701a7599}.bg-fuchsia-900\/70{background-color:#701a75b3}.bg-fuchsia-900\/75{background-color:#701a75bf}.bg-fuchsia-900\/80{background-color:#701a75cc}.bg-fuchsia-900\/90{background-color:#701a75e6}.bg-fuchsia-950{background-color:#4a044e}.bg-fuchsia-950\/0{background-color:#4a044e00}.bg-fuchsia-950\/10{background-color:#4a044e1a}.bg-fuchsia-950\/20{background-color:#4a044e33}.bg-fuchsia-950\/30{background-color:#4a044e4d}.bg-fuchsia-950\/40{background-color:#4a044e66}.bg-fuchsia-950\/50{background-color:#4a044e80}.bg-fuchsia-950\/60{background-color:#4a044e99}.bg-fuchsia-950\/70{background-color:#4a044eb3}.bg-fuchsia-950\/75{background-color:#4a044ebf}.bg-fuchsia-950\/80{background-color:#4a044ecc}.bg-fuchsia-950\/90{background-color:#4a044ee6}.bg-pink-50{background-color:#fdf2f8}.bg-pink-50\/0{background-color:#fdf2f800}.bg-pink-50\/10{background-color:#fdf2f81a}.bg-pink-50\/20{background-color:#fdf2f833}.bg-pink-50\/30{background-color:#fdf2f84d}.bg-pink-50\/40{background-color:#fdf2f866}.bg-pink-50\/50{background-color:#fdf2f880}.bg-pink-50\/60{background-color:#fdf2f899}.bg-pink-50\/70{background-color:#fdf2f8b3}.bg-pink-50\/75{background-color:#fdf2f8bf}.bg-pink-50\/80{background-color:#fdf2f8cc}.bg-pink-50\/90{background-color:#fdf2f8e6}.bg-pink-100{background-color:#fce7f3}.bg-pink-100\/0{background-color:#fce7f300}.bg-pink-100\/10{background-color:#fce7f31a}.bg-pink-100\/20{background-color:#fce7f333}.bg-pink-100\/30{background-color:#fce7f34d}.bg-pink-100\/40{background-color:#fce7f366}.bg-pink-100\/50{background-color:#fce7f380}.bg-pink-100\/60{background-color:#fce7f399}.bg-pink-100\/70{background-color:#fce7f3b3}.bg-pink-100\/75{background-color:#fce7f3bf}.bg-pink-100\/80{background-color:#fce7f3cc}.bg-pink-100\/90{background-color:#fce7f3e6}.bg-pink-200{background-color:#fbcfe8}.bg-pink-200\/0{background-color:#fbcfe800}.bg-pink-200\/10{background-color:#fbcfe81a}.bg-pink-200\/20{background-color:#fbcfe833}.bg-pink-200\/30{background-color:#fbcfe84d}.bg-pink-200\/40{background-color:#fbcfe866}.bg-pink-200\/50{background-color:#fbcfe880}.bg-pink-200\/60{background-color:#fbcfe899}.bg-pink-200\/70{background-color:#fbcfe8b3}.bg-pink-200\/75{background-color:#fbcfe8bf}.bg-pink-200\/80{background-color:#fbcfe8cc}.bg-pink-200\/90{background-color:#fbcfe8e6}.bg-pink-300{background-color:#f9a8d4}.bg-pink-300\/0{background-color:#f9a8d400}.bg-pink-300\/10{background-color:#f9a8d41a}.bg-pink-300\/20{background-color:#f9a8d433}.bg-pink-300\/30{background-color:#f9a8d44d}.bg-pink-300\/40{background-color:#f9a8d466}.bg-pink-300\/50{background-color:#f9a8d480}.bg-pink-300\/60{background-color:#f9a8d499}.bg-pink-300\/70{background-color:#f9a8d4b3}.bg-pink-300\/75{background-color:#f9a8d4bf}.bg-pink-300\/80{background-color:#f9a8d4cc}.bg-pink-300\/90{background-color:#f9a8d4e6}.bg-pink-400{background-color:#f472b6}.bg-pink-400\/0{background-color:#f472b600}.bg-pink-400\/10{background-color:#f472b61a}.bg-pink-400\/20{background-color:#f472b633}.bg-pink-400\/30{background-color:#f472b64d}.bg-pink-400\/40{background-color:#f472b666}.bg-pink-400\/50{background-color:#f472b680}.bg-pink-400\/60{background-color:#f472b699}.bg-pink-400\/70{background-color:#f472b6b3}.bg-pink-400\/75{background-color:#f472b6bf}.bg-pink-400\/80{background-color:#f472b6cc}.bg-pink-400\/90{background-color:#f472b6e6}.bg-pink-500{background-color:#ec4899}.bg-pink-500\/0{background-color:#ec489900}.bg-pink-500\/10{background-color:#ec48991a}.bg-pink-500\/20{background-color:#ec489933}.bg-pink-500\/30{background-color:#ec48994d}.bg-pink-500\/40{background-color:#ec489966}.bg-pink-500\/50{background-color:#ec489980}.bg-pink-500\/60{background-color:#ec489999}.bg-pink-500\/70{background-color:#ec4899b3}.bg-pink-500\/75{background-color:#ec4899bf}.bg-pink-500\/80{background-color:#ec4899cc}.bg-pink-500\/90{background-color:#ec4899e6}.bg-pink-600{background-color:#db2777}.bg-pink-600\/0{background-color:#db277700}.bg-pink-600\/10{background-color:#db27771a}.bg-pink-600\/20{background-color:#db277733}.bg-pink-600\/30{background-color:#db27774d}.bg-pink-600\/40{background-color:#db277766}.bg-pink-600\/50{background-color:#db277780}.bg-pink-600\/60{background-color:#db277799}.bg-pink-600\/70{background-color:#db2777b3}.bg-pink-600\/75{background-color:#db2777bf}.bg-pink-600\/80{background-color:#db2777cc}.bg-pink-600\/90{background-color:#db2777e6}.bg-pink-700{background-color:#be185d}.bg-pink-700\/0{background-color:#be185d00}.bg-pink-700\/10{background-color:#be185d1a}.bg-pink-700\/20{background-color:#be185d33}.bg-pink-700\/30{background-color:#be185d4d}.bg-pink-700\/40{background-color:#be185d66}.bg-pink-700\/50{background-color:#be185d80}.bg-pink-700\/60{background-color:#be185d99}.bg-pink-700\/70{background-color:#be185db3}.bg-pink-700\/75{background-color:#be185dbf}.bg-pink-700\/80{background-color:#be185dcc}.bg-pink-700\/90{background-color:#be185de6}.bg-pink-800{background-color:#9d174d}.bg-pink-800\/0{background-color:#9d174d00}.bg-pink-800\/10{background-color:#9d174d1a}.bg-pink-800\/20{background-color:#9d174d33}.bg-pink-800\/30{background-color:#9d174d4d}.bg-pink-800\/40{background-color:#9d174d66}.bg-pink-800\/50{background-color:#9d174d80}.bg-pink-800\/60{background-color:#9d174d99}.bg-pink-800\/70{background-color:#9d174db3}.bg-pink-800\/75{background-color:#9d174dbf}.bg-pink-800\/80{background-color:#9d174dcc}.bg-pink-800\/90{background-color:#9d174de6}.bg-pink-900{background-color:#831843}.bg-pink-900\/0{background-color:#83184300}.bg-pink-900\/10{background-color:#8318431a}.bg-pink-900\/20{background-color:#83184333}.bg-pink-900\/30{background-color:#8318434d}.bg-pink-900\/40{background-color:#83184366}.bg-pink-900\/50{background-color:#83184380}.bg-pink-900\/60{background-color:#83184399}.bg-pink-900\/70{background-color:#831843b3}.bg-pink-900\/75{background-color:#831843bf}.bg-pink-900\/80{background-color:#831843cc}.bg-pink-900\/90{background-color:#831843e6}.bg-pink-950{background-color:#500724}.bg-pink-950\/0{background-color:#50072400}.bg-pink-950\/10{background-color:#5007241a}.bg-pink-950\/20{background-color:#50072433}.bg-pink-950\/30{background-color:#5007244d}.bg-pink-950\/40{background-color:#50072466}.bg-pink-950\/50{background-color:#50072480}.bg-pink-950\/60{background-color:#50072499}.bg-pink-950\/70{background-color:#500724b3}.bg-pink-950\/75{background-color:#500724bf}.bg-pink-950\/80{background-color:#500724cc}.bg-pink-950\/90{background-color:#500724e6}.bg-rose-50{background-color:#fff1f2}.bg-rose-50\/0{background-color:#fff1f200}.bg-rose-50\/10{background-color:#fff1f21a}.bg-rose-50\/20{background-color:#fff1f233}.bg-rose-50\/30{background-color:#fff1f24d}.bg-rose-50\/40{background-color:#fff1f266}.bg-rose-50\/50{background-color:#fff1f280}.bg-rose-50\/60{background-color:#fff1f299}.bg-rose-50\/70{background-color:#fff1f2b3}.bg-rose-50\/75{background-color:#fff1f2bf}.bg-rose-50\/80{background-color:#fff1f2cc}.bg-rose-50\/90{background-color:#fff1f2e6}.bg-rose-100{background-color:#ffe4e6}.bg-rose-100\/0{background-color:#ffe4e600}.bg-rose-100\/10{background-color:#ffe4e61a}.bg-rose-100\/20{background-color:#ffe4e633}.bg-rose-100\/30{background-color:#ffe4e64d}.bg-rose-100\/40{background-color:#ffe4e666}.bg-rose-100\/50{background-color:#ffe4e680}.bg-rose-100\/60{background-color:#ffe4e699}.bg-rose-100\/70{background-color:#ffe4e6b3}.bg-rose-100\/75{background-color:#ffe4e6bf}.bg-rose-100\/80{background-color:#ffe4e6cc}.bg-rose-100\/90{background-color:#ffe4e6e6}.bg-rose-200{background-color:#fecdd3}.bg-rose-200\/0{background-color:#fecdd300}.bg-rose-200\/10{background-color:#fecdd31a}.bg-rose-200\/20{background-color:#fecdd333}.bg-rose-200\/30{background-color:#fecdd34d}.bg-rose-200\/40{background-color:#fecdd366}.bg-rose-200\/50{background-color:#fecdd380}.bg-rose-200\/60{background-color:#fecdd399}.bg-rose-200\/70{background-color:#fecdd3b3}.bg-rose-200\/75{background-color:#fecdd3bf}.bg-rose-200\/80{background-color:#fecdd3cc}.bg-rose-200\/90{background-color:#fecdd3e6}.bg-rose-300{background-color:#fda4af}.bg-rose-300\/0{background-color:#fda4af00}.bg-rose-300\/10{background-color:#fda4af1a}.bg-rose-300\/20{background-color:#fda4af33}.bg-rose-300\/30{background-color:#fda4af4d}.bg-rose-300\/40{background-color:#fda4af66}.bg-rose-300\/50{background-color:#fda4af80}.bg-rose-300\/60{background-color:#fda4af99}.bg-rose-300\/70{background-color:#fda4afb3}.bg-rose-300\/75{background-color:#fda4afbf}.bg-rose-300\/80{background-color:#fda4afcc}.bg-rose-300\/90{background-color:#fda4afe6}.bg-rose-400{background-color:#fb7185}.bg-rose-400\/0{background-color:#fb718500}.bg-rose-400\/10{background-color:#fb71851a}.bg-rose-400\/20{background-color:#fb718533}.bg-rose-400\/30{background-color:#fb71854d}.bg-rose-400\/40{background-color:#fb718566}.bg-rose-400\/50{background-color:#fb718580}.bg-rose-400\/60{background-color:#fb718599}.bg-rose-400\/70{background-color:#fb7185b3}.bg-rose-400\/75{background-color:#fb7185bf}.bg-rose-400\/80{background-color:#fb7185cc}.bg-rose-400\/90{background-color:#fb7185e6}.bg-rose-500{background-color:#f43f5e}.bg-rose-500\/0{background-color:#f43f5e00}.bg-rose-500\/10{background-color:#f43f5e1a}.bg-rose-500\/20{background-color:#f43f5e33}.bg-rose-500\/30{background-color:#f43f5e4d}.bg-rose-500\/40{background-color:#f43f5e66}.bg-rose-500\/50{background-color:#f43f5e80}.bg-rose-500\/60{background-color:#f43f5e99}.bg-rose-500\/70{background-color:#f43f5eb3}.bg-rose-500\/75{background-color:#f43f5ebf}.bg-rose-500\/80{background-color:#f43f5ecc}.bg-rose-500\/90{background-color:#f43f5ee6}.bg-rose-600{background-color:#e11d48}.bg-rose-600\/0{background-color:#e11d4800}.bg-rose-600\/10{background-color:#e11d481a}.bg-rose-600\/20{background-color:#e11d4833}.bg-rose-600\/30{background-color:#e11d484d}.bg-rose-600\/40{background-color:#e11d4866}.bg-rose-600\/50{background-color:#e11d4880}.bg-rose-600\/60{background-color:#e11d4899}.bg-rose-600\/70{background-color:#e11d48b3}.bg-rose-600\/75{background-color:#e11d48bf}.bg-rose-600\/80{background-color:#e11d48cc}.bg-rose-600\/90{background-color:#e11d48e6}.bg-rose-700{background-color:#be123c}.bg-rose-700\/0{background-color:#be123c00}.bg-rose-700\/10{background-color:#be123c1a}.bg-rose-700\/20{background-color:#be123c33}.bg-rose-700\/30{background-color:#be123c4d}.bg-rose-700\/40{background-color:#be123c66}.bg-rose-700\/50{background-color:#be123c80}.bg-rose-700\/60{background-color:#be123c99}.bg-rose-700\/70{background-color:#be123cb3}.bg-rose-700\/75{background-color:#be123cbf}.bg-rose-700\/80{background-color:#be123ccc}.bg-rose-700\/90{background-color:#be123ce6}.bg-rose-800{background-color:#9f1239}.bg-rose-800\/0{background-color:#9f123900}.bg-rose-800\/10{background-color:#9f12391a}.bg-rose-800\/20{background-color:#9f123933}.bg-rose-800\/30{background-color:#9f12394d}.bg-rose-800\/40{background-color:#9f123966}.bg-rose-800\/50{background-color:#9f123980}.bg-rose-800\/60{background-color:#9f123999}.bg-rose-800\/70{background-color:#9f1239b3}.bg-rose-800\/75{background-color:#9f1239bf}.bg-rose-800\/80{background-color:#9f1239cc}.bg-rose-800\/90{background-color:#9f1239e6}.bg-rose-900{background-color:#881337}.bg-rose-900\/0{background-color:#88133700}.bg-rose-900\/10{background-color:#8813371a}.bg-rose-900\/20{background-color:#88133733}.bg-rose-900\/30{background-color:#8813374d}.bg-rose-900\/40{background-color:#88133766}.bg-rose-900\/50{background-color:#88133780}.bg-rose-900\/60{background-color:#88133799}.bg-rose-900\/70{background-color:#881337b3}.bg-rose-900\/75{background-color:#881337bf}.bg-rose-900\/80{background-color:#881337cc}.bg-rose-900\/90{background-color:#881337e6}.bg-rose-950{background-color:#4c0519}.bg-rose-950\/0{background-color:#4c051900}.bg-rose-950\/10{background-color:#4c05191a}.bg-rose-950\/20{background-color:#4c051933}.bg-rose-950\/30{background-color:#4c05194d}.bg-rose-950\/40{background-color:#4c051966}.bg-rose-950\/50{background-color:#4c051980}.bg-rose-950\/60{background-color:#4c051999}.bg-rose-950\/70{background-color:#4c0519b3}.bg-rose-950\/75{background-color:#4c0519bf}.bg-rose-950\/80{background-color:#4c0519cc}.bg-rose-950\/90{background-color:#4c0519e6}.bg-primary{background-color:#3874ff}.bg-primary-bold{background-color:#002660}.bg-primary-hover{background-color:#003585}.bg-primary-border{background-color:#156ef3}.bg-primary-focus-lv1{background-color:#6492ff}.bg-primary-focus-lv2{background-color:#c7ddff}.bg-primary-bg-color{background-color:#f8fbff}.bg-success{background-color:#00bd7e}.bg-success-bold{background-color:#006c58}.bg-success-hover{background-color:#008d5e}.bg-success-border{background-color:#17e5a1}.bg-success-focus-lv1{background-color:#a9fbe0}.bg-success-bg-color{background-color:#ebfff8}.bg-warning{background-color:#ffb41f}.bg-warning-bold{background-color:#b77d09}.bg-warning-hover{background-color:#e39f17}.bg-warning-border{background-color:#f7c86a}.bg-warning-focus-lv1{background-color:#fbe0a9}.bg-warning-bg-color{background-color:#fff8eb}.bg-danger{background-color:#b20000}.bg-danger-bold{background-color:#920122}.bg-danger-hover{background-color:#c60833}.bg-danger-border{background-color:#f35370}.bg-danger-focus-lv1{background-color:#fdabb9}.bg-danger-bg-color{background-color:#fff1f4}.bg-info{background-color:#2668cb}.bg-info-bold{background-color:#023480}.bg-info-hover{background-color:#0f4eae}.bg-info-border{background-color:#679ef2}.bg-info-focus-lv1{background-color:#c1d9fd}.bg-info-bg-color{background-color:#f2f7ff}.bg-neutral-100{background-color:#1a1a1a}.bg-neutral-90{background-color:#424242}.bg-neutral-80{background-color:#616161}.bg-neutral-70{background-color:#757575}.bg-neutral-60{background-color:#9e9e9e}.bg-neutral-50{background-color:#c2c2c2}.bg-neutral-40{background-color:#e0e0e0}.bg-neutral-30{background-color:#ededed}.bg-neutral-20{background-color:#f5f5f5}.bg-base{background-color:#f5f7fa}.bg-auto{background-size:auto}.bg-cover{background-size:cover}.bg-contain{background-size:contain}.bg-repeat{background-repeat:repeat}.bg-no-repeat{background-repeat:no-repeat}.bg-repeat-x{background-repeat:repeat-x}.bg-repeat-y{background-repeat:repeat-y}.bg-repeat-round{background-repeat:round}.bg-repeat-space{background-repeat:space}.bg-bottom{background-position:bottom}.bg-center{background-position:center}.bg-left{background-position:left}.bg-left-bottom{background-position:left bottom}.bg-left-top{background-position:left top}.bg-right{background-position:right}.bg-right-bottom{background-position:right bottom}.bg-right-top{background-position:right top}.bg-top{background-position:top}.bg-origin-border{background-origin:border-box}.bg-origin-padding{background-origin:padding-box}.bg-origin-content{background-origin:content-box}.bg-bg-fixed{background-attachment:fixed}.bg-bg-local{background-attachment:local}.bg-bg-scroll{background-attachment:scroll}.bg-inherit{background:inherit}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.flex-1{flex:1 1 0%}.flex-column{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.flex-nowrap{flex-wrap:nowrap}.justify-center{justify-content:center}.justify-end{justify-content:end}.justify-start{justify-content:start}.justify-between{justify-content:space-between}.justify-baseline{justify-content:baseline}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-end{align-items:flex-end}.items-start{align-items:flex-start}.gap-0{gap:0px}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-7{gap:1.75rem}.gap-8{gap:2rem}.gap-9{gap:2.25rem}.gap-10{gap:2.5rem}.gap-11{gap:2.75rem}.gap-12{gap:3rem}.gap-14{gap:3.5rem}.gap-16{gap:4rem}.gap-20{gap:5rem}.gap-24{gap:6rem}.gap-28{gap:7rem}.gap-32{gap:8rem}.gap-36{gap:9rem}.gap-40{gap:10rem}.gap-44{gap:11rem}.gap-48{gap:12rem}.gap-52{gap:13rem}.gap-56{gap:14rem}.gap-60{gap:15rem}.gap-64{gap:16rem}.gap-72{gap:18rem}.gap-80{gap:20rem}.gap-96{gap:24rem}.w-0{width:0px}.w-px{width:1px}.w-1{width:.25rem}.w-2{width:.5rem}.w-3{width:.75rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-32{width:8rem}.w-36{width:9rem}.w-40{width:10rem}.w-44{width:11rem}.w-48{width:12rem}.w-52{width:13rem}.w-56{width:14rem}.w-60{width:15rem}.w-64{width:16rem}.w-72{width:18rem}.w-80{width:20rem}.w-96{width:24rem}.w-auto{width:auto}.w-screen{width:100vw}.w-min{width:min-content}.w-max{width:max-content}.w-fit{width:fit-content}.w-max{max-width:1920px}.w-full{width:100%}.w-0\.5{width:.125rem}.w-1\.5{width:.375rem}.w-2\.5{width:.625rem}.w-3\.5{width:.875rem}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-1\/4{width:25%}.w-1\/5{width:20%}.w-1\/6{width:16.666667%}.w-1\/12{width:8.333333%}.w-2\/3{width:66.666667%}.w-2\/4{width:50%}.w-2\/5{width:40%}.w-2\/6{width:33.333333%}.w-2\/12{width:16.666667%}.w-3\/4{width:75%}.w-3\/5{width:60%}.w-3\/6{width:50%}.w-3\/12{width:25%}.w-4\/5{width:80%}.w-4\/6{width:66.666667%}.w-4\/12{width:33.333333%}.w-5\/6{width:83.333333%}.w-5\/12{width:41.666667%}.w-6\/12{width:50%}.w-7\/12{width:58.333333%}.w-8\/12{width:66.666667%}.w-9\/12{width:75%}.w-10\/12{width:83.333333%}.w-11\/12{width:91.666667%}.h-0{height:0px}.h-px{height:1px}.h-1{height:.25rem}.h-2{height:.5rem}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-20{height:5rem}.h-24{height:6rem}.h-28{height:7rem}.h-32{height:8rem}.h-36{height:9rem}.h-40{height:10rem}.h-44{height:11rem}.h-48{height:12rem}.h-52{height:13rem}.h-56{height:14rem}.h-60{height:15rem}.h-64{height:16rem}.h-72{height:18rem}.h-80{height:20rem}.h-96{height:24rem}.h-auto{height:auto}.h-full{height:100%}.h-screen{height:100vh}.h-min{height:min-content}.h-max{height:max-content}.h-fit{height:fit-content}.h-fullDevice{height:100%;min-height:100dvh}.h-0\.5{height:.125rem}.h-1\.5{height:.375rem}.h-2\.5{height:.625rem}.h-3\.5{height:.875rem}.h-1\/2{height:50%}.h-1\/3{height:33.333333%}.h-1\/4{height:25%}.h-1\/5{height:20%}.h-1\/6{height:16.666667%}.h-2\/3{height:66.666667%}.h-2\/4{height:50%}.h-2\/5{height:40%}.h-2\/6{height:33.333333%}.h-3\/4{height:75%}.h-3\/5{height:60%}.h-3\/6{height:50%}.h-4\/5{height:80%}.h-4\/6{height:66.666667%}.h-5\/6{height:83.333333%}.shadow-2-12{box-shadow:0 2px 4px #0000001f}.shadow-4-10{box-shadow:0 4px 8px #0000001a}.shadow-6-10{box-shadow:0 6px 12px #0000001a}.shadow-6-8{box-shadow:0 8px 16px #00000014}.shadow-primary{box-shadow:0 0 0 1px #6492ff}.shadow-danger{box-shadow:0 0 0 1px #fdabb9}.shadow-warning{box-shadow:0 0 0 1px #fbe0a9}.shadow-info,.shadow-success{box-shadow:0 0 0 1px #c1d9fd}.shadow-loading{box-shadow:0 0 0 1px #757575}.shadow-header{box-shadow:0 2px 4px #0000001f}.shadow-none{box-shadow:none}.m-auto{margin:auto}.ml-auto{margin-left:auto}.mr-auto{margin-right:auto}.mx-auto{margin:0 auto}.my-auto{margin:auto 0}.mb-auto{margin-bottom:auto}.mt-auto{margin-top:auto}.m-0{margin:0}.ml-0{margin-left:0}.mr-0{margin-right:0}.mx-0,.my-0{margin:0}.mb-0{margin-bottom:0}.mt-0{margin-top:0}.m-1{margin:.25rem}.ml-1{margin-left:.25rem}.mr-1{margin-right:.25rem}.mx-1{margin:0px .25rem}.my-1{margin:.25rem 0px}.mb-1{margin-bottom:.25rem}.mt-1{margin-top:.25rem}.m-2{margin:.5rem}.ml-2{margin-left:.5rem}.mr-2{margin-right:.5rem}.mx-2{margin:0px .5rem}.my-2{margin:.5rem 0px}.mb-2{margin-bottom:.5rem}.mt-2{margin-top:.5rem}.m-3{margin:.75rem}.ml-3{margin-left:.75rem}.mr-3{margin-right:.75rem}.mx-3{margin:0px .75rem}.my-3{margin:.75rem 0px}.mb-3{margin-bottom:.75rem}.mt-3{margin-top:.75rem}.m-4{margin:1rem}.ml-4{margin-left:1rem}.mr-4{margin-right:1rem}.mx-4{margin:0px 1rem}.my-4{margin:1rem 0px}.mb-4{margin-bottom:1rem}.mt-4{margin-top:1rem}.m-5{margin:1.25rem}.ml-5{margin-left:1.25rem}.mr-5{margin-right:1.25rem}.mx-5{margin:0px 1.25rem}.my-5{margin:1.25rem 0px}.mb-5{margin-bottom:1.25rem}.mt-5{margin-top:1.25rem}.m-6{margin:1.5rem}.ml-6{margin-left:1.5rem}.mr-6{margin-right:1.5rem}.mx-6{margin:0px 1.5rem}.my-6{margin:1.5rem 0px}.mb-6{margin-bottom:1.5rem}.mt-6{margin-top:1.5rem}.m-7{margin:1.75rem}.ml-7{margin-left:1.75rem}.mr-7{margin-right:1.75rem}.mx-7{margin:0px 1.75rem}.my-7{margin:1.75rem 0px}.mb-7{margin-bottom:1.75rem}.mt-7{margin-top:1.75rem}.m-8{margin:2rem}.ml-8{margin-left:2rem}.mr-8{margin-right:2rem}.mx-8{margin:0px 2rem}.my-8{margin:2rem 0px}.mb-8{margin-bottom:2rem}.mt-8{margin-top:2rem}.m-9{margin:2.25rem}.ml-9{margin-left:2.25rem}.mr-9{margin-right:2.25rem}.mx-9{margin:0px 2.25rem}.my-9{margin:2.25rem 0px}.mb-9{margin-bottom:2.25rem}.mt-9{margin-top:2.25rem}.m-10{margin:2.5rem}.ml-10{margin-left:2.5rem}.mr-10{margin-right:2.5rem}.mx-10{margin:0px 2.5rem}.my-10{margin:2.5rem 0px}.mb-10{margin-bottom:2.5rem}.mt-10{margin-top:2.5rem}.m-11{margin:2.75rem}.ml-11{margin-left:2.75rem}.mr-11{margin-right:2.75rem}.mx-11{margin:0px 2.75rem}.my-11{margin:2.75rem 0px}.mb-11{margin-bottom:2.75rem}.mt-11{margin-top:2.75rem}.m-12{margin:3rem}.ml-12{margin-left:3rem}.mr-12{margin-right:3rem}.mx-12{margin:0px 3rem}.my-12{margin:3rem 0px}.mb-12{margin-bottom:3rem}.mt-12{margin-top:3rem}.m-14{margin:3.5rem}.ml-14{margin-left:3.5rem}.mr-14{margin-right:3.5rem}.mx-14{margin:0px 3.5rem}.my-14{margin:3.5rem 0px}.mb-14{margin-bottom:3.5rem}.mt-14{margin-top:3.5rem}.m-16{margin:4rem}.ml-16{margin-left:4rem}.mr-16{margin-right:4rem}.mx-16{margin:0px 4rem}.my-16{margin:4rem 0px}.mb-16{margin-bottom:4rem}.mt-16{margin-top:4rem}.m-20{margin:5rem}.ml-20{margin-left:5rem}.mr-20{margin-right:5rem}.mx-20{margin:0px 5rem}.my-20{margin:5rem 0px}.mb-20{margin-bottom:5rem}.mt-20{margin-top:5rem}.m-24{margin:6rem}.ml-24{margin-left:6rem}.mr-24{margin-right:6rem}.mx-24{margin:0px 6rem}.my-24{margin:6rem 0px}.mb-24{margin-bottom:6rem}.mt-24{margin-top:6rem}.m-28{margin:7rem}.ml-28{margin-left:7rem}.mr-28{margin-right:7rem}.mx-28{margin:0px 7rem}.my-28{margin:7rem 0px}.mb-28{margin-bottom:7rem}.mt-28{margin-top:7rem}.m-32{margin:8rem}.ml-32{margin-left:8rem}.mr-32{margin-right:8rem}.mx-32{margin:0px 8rem}.my-32{margin:8rem 0px}.mb-32{margin-bottom:8rem}.mt-32{margin-top:8rem}.m-36{margin:9rem}.ml-36{margin-left:9rem}.mr-36{margin-right:9rem}.mx-36{margin:0px 9rem}.my-36{margin:9rem 0px}.mb-36{margin-bottom:9rem}.mt-36{margin-top:9rem}.m-40{margin:10rem}.ml-40{margin-left:10rem}.mr-40{margin-right:10rem}.mx-40{margin:0px 10rem}.my-40{margin:10rem 0px}.mb-40{margin-bottom:10rem}.mt-40{margin-top:10rem}.m-44{margin:11rem}.ml-44{margin-left:11rem}.mr-44{margin-right:11rem}.mx-44{margin:0px 11rem}.my-44{margin:11rem 0px}.mb-44{margin-bottom:11rem}.mt-44{margin-top:11rem}.m-48{margin:12rem}.ml-48{margin-left:12rem}.mr-48{margin-right:12rem}.mx-48{margin:0px 12rem}.my-48{margin:12rem 0px}.mb-48{margin-bottom:12rem}.mt-48{margin-top:12rem}.m-52{margin:13rem}.ml-52{margin-left:13rem}.mr-52{margin-right:13rem}.mx-52{margin:0px 13rem}.my-52{margin:13rem 0px}.mb-52{margin-bottom:13rem}.mt-52{margin-top:13rem}.m-56{margin:14rem}.ml-56{margin-left:14rem}.mr-56{margin-right:14rem}.mx-56{margin:0px 14rem}.my-56{margin:14rem 0px}.mb-56{margin-bottom:14rem}.mt-56{margin-top:14rem}.m-60{margin:15rem}.ml-60{margin-left:15rem}.mr-60{margin-right:15rem}.mx-60{margin:0px 15rem}.my-60{margin:15rem 0px}.mb-60{margin-bottom:15rem}.mt-60{margin-top:15rem}.m-64{margin:16rem}.ml-64{margin-left:16rem}.mr-64{margin-right:16rem}.mx-64{margin:0px 16rem}.my-64{margin:16rem 0px}.mb-64{margin-bottom:16rem}.mt-64{margin-top:16rem}.m-72{margin:18rem}.ml-72{margin-left:18rem}.mr-72{margin-right:18rem}.mx-72{margin:0px 18rem}.my-72{margin:18rem 0px}.mb-72{margin-bottom:18rem}.mt-72{margin-top:18rem}.m-80{margin:20rem}.ml-80{margin-left:20rem}.mr-80{margin-right:20rem}.mx-80{margin:0px 20rem}.my-80{margin:20rem 0px}.mb-80{margin-bottom:20rem}.mt-80{margin-top:20rem}.m-96{margin:24rem}.ml-96{margin-left:24rem}.mr-96{margin-right:24rem}.mx-96{margin:0px 24rem}.my-96{margin:24rem 0px}.mb-96{margin-bottom:24rem}.mt-96{margin-top:24rem}.rounded{border-radius:.25rem}.rounded-none{border-radius:0}.rounded-e-none{border-start-end-radius:0px;border-end-end-radius:0px}.rounded-s-none{border-start-start-radius:0px;border-end-start-radius:0px}.rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.rounded-ss-none{border-start-start-radius:0px}.rounded-se-none{border-start-end-radius:0px}.rounded-ee-none{border-end-end-radius:0px}.rounded-es-none{border-end-start-radius:0px}.rounded-tl-none{border-top-left-radius:0}.rounded-tr-none{border-top-right-radius:0}.rounded-br-none{border-bottom-right-radius:0}.rounded-md{border-radius:.375rem}.rounded-e-md{border-start-end-radius:.375rem;border-end-end-radius:.375rem}.rounded-s-md{border-start-start-radius:.375rem;border-end-start-radius:.375rem}.rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.rounded-b-md{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-ss-md{border-start-start-radius:.375rem}.rounded-se-md{border-start-end-radius:.375rem}.rounded-ee-md{border-end-end-radius:.375rem}.rounded-es-md{border-end-start-radius:.375rem}.rounded-tl-md{border-top-left-radius:.375rem}.rounded-tr-md{border-top-right-radius:.375rem}.rounded-br-md{border-bottom-right-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-e-lg{border-start-end-radius:.5rem;border-end-end-radius:.5rem}.rounded-s-lg{border-start-start-radius:.5rem;border-end-start-radius:.5rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-ss-lg{border-start-start-radius:.5rem}.rounded-se-lg{border-start-end-radius:.5rem}.rounded-ee-lg{border-end-end-radius:.5rem}.rounded-es-lg{border-end-start-radius:.5rem}.rounded-tl-lg{border-top-left-radius:.5rem}.rounded-tr-lg{border-top-right-radius:.5rem}.rounded-br-lg{border-bottom-right-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-e-xl{border-start-end-radius:.75rem;border-end-end-radius:.75rem}.rounded-s-xl{border-start-start-radius:.75rem;border-end-start-radius:.75rem}.rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.rounded-r-xl{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.rounded-l-xl{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.rounded-ss-xl{border-start-start-radius:.75rem}.rounded-se-xl{border-start-end-radius:.75rem}.rounded-ee-xl{border-end-end-radius:.75rem}.rounded-es-xl{border-end-start-radius:.75rem}.rounded-tl-xl{border-top-left-radius:.75rem}.rounded-tr-xl{border-top-right-radius:.75rem}.rounded-br-xl{border-bottom-right-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-e-2xl{border-start-end-radius:1rem;border-end-end-radius:1rem}.rounded-s-2xl{border-start-start-radius:1rem;border-end-start-radius:1rem}.rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.rounded-r-2xl{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.rounded-l-2xl{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.rounded-ss-2xl{border-start-start-radius:1rem}.rounded-se-2xl{border-start-end-radius:1rem}.rounded-ee-2xl{border-end-end-radius:1rem}.rounded-es-2xl{border-end-start-radius:1rem}.rounded-tl-2xl{border-top-left-radius:1rem}.rounded-tr-2xl{border-top-right-radius:1rem}.rounded-br-2xl{border-bottom-right-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-e-3xl{border-start-end-radius:1.5rem;border-end-end-radius:1.5rem}.rounded-s-3xl{border-start-start-radius:1.5rem;border-end-start-radius:1.5rem}.rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.rounded-r-3xl{border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}.rounded-b-3xl{border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem}.rounded-l-3xl{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}.rounded-ss-3xl{border-start-start-radius:1.5rem}.rounded-se-3xl{border-start-end-radius:1.5rem}.rounded-ee-3xl{border-end-end-radius:1.5rem}.rounded-es-3xl{border-end-start-radius:1.5rem}.rounded-tl-3xl{border-top-left-radius:1.5rem}.rounded-tr-3xl{border-top-right-radius:1.5rem}.rounded-br-3xl{border-bottom-right-radius:1.5rem}.rounded-full{border-radius:9999px}.rounded-e-full{border-start-end-radius:9999px;border-end-end-radius:9999px}.rounded-s-full{border-start-start-radius:9999px;border-end-start-radius:9999px}.rounded-t-full{border-top-left-radius:9999px;border-top-right-radius:9999px}.rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.rounded-b-full{border-bottom-right-radius:9999px;border-bottom-left-radius:9999px}.rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.rounded-ss-full{border-start-start-radius:9999px}.rounded-se-full{border-start-end-radius:9999px}.rounded-ee-full{border-end-end-radius:9999px}.rounded-es-full{border-end-start-radius:9999px}.rounded-tl-full{border-top-left-radius:9999px}.rounded-tr-full{border-top-right-radius:9999px}.rounded-br-full{border-bottom-right-radius:9999px}.border{border-width:1px}.border-b{border:0px;border-bottom:1px}.border-b-0{border:0px;border-bottom:1px;border-bottom-width:0px}.border-b-2{border:0px;border-bottom:1px;border-bottom-width:2px}.border-b-4{border:0px;border-bottom:1px;border-bottom-width:4px}.border-b-8{border:0px;border-bottom:1px;border-bottom-width:8px}.border-t{border:0px;border-top:1px}.border-t-0{border:0px;border-top:1px;border-top-width:0px}.border-t-2{border:0px;border-top:1px;border-top-width:2px}.border-t-4{border:0px;border-top:1px;border-top-width:4px}.border-t-8{border:0px;border-top:1px;border-top-width:8px}.border-r{border:0px;border-right:1px solid}.border-r-0{border:0px;border-right-width:0px}.border-r-2{border:0px;border-right-width:2px}.border-r-4{border:0px;border-right-width:4px}.border-r-8{border:0px;border-right-width:8px}.border-l{border:0px;border-left:1px}.border-l-0{border:0px;border-left:1px;border-left-width:0px}.border-l-2{border:0px;border-left:1px;border-left-width:2px}.border-l-4{border:0px;border-left:1px;border-left-width:4px}.border-l-8{border:0px;border-left:1px;border-left-width:8px}.border-0{border-width:0px}.border-2{border-width:2px}.border-4{border-width:4px}.border-8{border-width:8px}.border-none{border-style:none}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-dotted{border-style:dotted}.border-double{border-style:double}.border-groove{border-style:groove}.border-ridge{border-style:ridge}.border-inset{border-style:inset}.border-outset{border-style:outset}.border-transparent{border-color:transparent}.border-black{border-color:#000}.border-white{border-color:#fff}.border-slate-50{border-color:#f8fafc}.border-slate-100{border-color:#f1f5f9}.border-slate-200{border-color:#e2e8f0}.border-slate-300{border-color:#cbd5e1}.border-slate-400{border-color:#94a3b8}.border-slate-500{border-color:#64748b}.border-slate-600{border-color:#475569}.border-slate-700{border-color:#334155}.border-slate-800{border-color:#1e293b}.border-slate-900{border-color:#0f172a}.border-slate-950{border-color:#020617}.border-gray-50{border-color:#f9fafb}.border-gray-100{border-color:#f3f4f6}.border-gray-200{border-color:#e5e7eb}.border-gray-300{border-color:#d1d5db}.border-gray-400{border-color:#9ca3af}.border-gray-500{border-color:#6b7280}.border-gray-600{border-color:#4b5563}.border-gray-700{border-color:#374151}.border-gray-800{border-color:#1f2937}.border-gray-900{border-color:#111827}.border-gray-950{border-color:#030712}.border-zinc-50{border-color:#fafafa}.border-zinc-100{border-color:#f4f4f5}.border-zinc-200{border-color:#e4e4e7}.border-zinc-300{border-color:#d4d4d8}.border-zinc-400{border-color:#a1a1aa}.border-zinc-500{border-color:#71717a}.border-zinc-600{border-color:#52525b}.border-zinc-700{border-color:#3f3f46}.border-zinc-800{border-color:#27272a}.border-zinc-900{border-color:#18181b}.border-zinc-950{border-color:#09090b}.border-neutral-50{border-color:#fafafa}.border-neutral-100{border-color:#f5f5f5}.border-neutral-200{border-color:#e5e5e5}.border-neutral-300{border-color:#d4d4d4}.border-neutral-400{border-color:#a3a3a3}.border-neutral-500{border-color:#737373}.border-neutral-600{border-color:#525252}.border-neutral-700{border-color:#404040}.border-neutral-800{border-color:#262626}.border-neutral-900{border-color:#171717}.border-neutral-950{border-color:#0a0a0a}.border-stone-50{border-color:#fafaf9}.border-stone-100{border-color:#f5f5f4}.border-stone-200{border-color:#e7e5e4}.border-stone-300{border-color:#d6d3d1}.border-stone-400{border-color:#a8a29e}.border-stone-500{border-color:#78716c}.border-stone-600{border-color:#57534e}.border-stone-700{border-color:#44403c}.border-stone-800{border-color:#292524}.border-stone-900{border-color:#1c1917}.border-stone-950{border-color:#0c0a09}.border-red-50{border-color:#fef2f2}.border-red-100{border-color:#fee2e2}.border-red-200{border-color:#fecaca}.border-red-300{border-color:#fca5a5}.border-red-400{border-color:#f87171}.border-red-500{border-color:#ef4444}.border-red-600{border-color:#dc2626}.border-red-700{border-color:#b91c1c}.border-red-800{border-color:#991b1b}.border-red-900{border-color:#7f1d1d}.border-red-950{border-color:#450a0a}.border-orange-50{border-color:#fff7ed}.border-orange-100{border-color:#ffedd5}.border-orange-200{border-color:#fed7aa}.border-orange-300{border-color:#fdba74}.border-orange-400{border-color:#fb923c}.border-orange-500{border-color:#f97316}.border-orange-600{border-color:#ea580c}.border-orange-700{border-color:#c2410c}.border-orange-800{border-color:#9a3412}.border-orange-900{border-color:#7c2d12}.border-orange-950{border-color:#431407}.border-amber-50{border-color:#fffbeb}.border-amber-100{border-color:#fef3c7}.border-amber-200{border-color:#fde68a}.border-amber-300{border-color:#fcd34d}.border-amber-400{border-color:#fbbf24}.border-amber-500{border-color:#f59e0b}.border-amber-600{border-color:#d97706}.border-amber-700{border-color:#b45309}.border-amber-800{border-color:#92400e}.border-amber-900{border-color:#78350f}.border-amber-950{border-color:#451a03}.border-yellow-50{border-color:#fefce8}.border-yellow-100{border-color:#fef9c3}.border-yellow-200{border-color:#fef08a}.border-yellow-300{border-color:#fde047}.border-yellow-400{border-color:#facc15}.border-yellow-500{border-color:#eab308}.border-yellow-600{border-color:#ca8a04}.border-yellow-700{border-color:#a16207}.border-yellow-800{border-color:#854d0e}.border-yellow-900{border-color:#713f12}.border-yellow-950{border-color:#422006}.border-lime-50{border-color:#f7fee7}.border-lime-100{border-color:#ecfccb}.border-lime-200{border-color:#d9f99d}.border-lime-300{border-color:#bef264}.border-lime-400{border-color:#a3e635}.border-lime-500{border-color:#84cc16}.border-lime-600{border-color:#65a30d}.border-lime-700{border-color:#4d7c0f}.border-lime-800{border-color:#3f6212}.border-lime-900{border-color:#365314}.border-lime-950{border-color:#1a2e05}.border-green-50{border-color:#f0fdf4}.border-green-100{border-color:#dcfce7}.border-green-200{border-color:#bbf7d0}.border-green-300{border-color:#86efac}.border-green-400{border-color:#4ade80}.border-green-500{border-color:#22c55e}.border-green-600{border-color:#16a34a}.border-green-700{border-color:#15803d}.border-green-800{border-color:#166534}.border-green-900{border-color:#14532d}.border-green-950{border-color:#052e16}.border-emerald-50{border-color:#ecfdf5}.border-emerald-100{border-color:#d1fae5}.border-emerald-200{border-color:#a7f3d0}.border-emerald-300{border-color:#6ee7b7}.border-emerald-400{border-color:#34d399}.border-emerald-500{border-color:#10b981}.border-emerald-600{border-color:#059669}.border-emerald-700{border-color:#047857}.border-emerald-800{border-color:#065f46}.border-emerald-900{border-color:#064e3b}.border-emerald-950{border-color:#022c22}.border-teal-50{border-color:#f0fdfa}.border-teal-100{border-color:#ccfbf1}.border-teal-200{border-color:#99f6e4}.border-teal-300{border-color:#5eead4}.border-teal-400{border-color:#2dd4bf}.border-teal-500{border-color:#14b8a6}.border-teal-600{border-color:#0d9488}.border-teal-700{border-color:#0f766e}.border-teal-800{border-color:#115e59}.border-teal-900{border-color:#134e4a}.border-teal-950{border-color:#042f2e}.border-cyan-50{border-color:#ecfeff}.border-cyan-100{border-color:#cffafe}.border-cyan-200{border-color:#a5f3fc}.border-cyan-300{border-color:#67e8f9}.border-cyan-400{border-color:#22d3ee}.border-cyan-500{border-color:#06b6d4}.border-cyan-600{border-color:#0891b2}.border-cyan-700{border-color:#0e7490}.border-cyan-800{border-color:#155e75}.border-cyan-900{border-color:#164e63}.border-cyan-950{border-color:#083344}.border-sky-50{border-color:#f0f9ff}.border-sky-100{border-color:#e0f2fe}.border-sky-200{border-color:#bae6fd}.border-sky-300{border-color:#7dd3fc}.border-sky-400{border-color:#38bdf8}.border-sky-500{border-color:#0ea5e9}.border-sky-600{border-color:#0284c7}.border-sky-700{border-color:#0369a1}.border-sky-800{border-color:#075985}.border-sky-900{border-color:#0c4a6e}.border-sky-950{border-color:#082f49}.border-blue-50{border-color:#eff6ff}.border-blue-100{border-color:#dbeafe}.border-blue-200{border-color:#bfdbfe}.border-blue-300{border-color:#93c5fd}.border-blue-400{border-color:#60a5fa}.border-blue-500{border-color:#3b82f6}.border-blue-600{border-color:#2563eb}.border-blue-700{border-color:#1d4ed8}.border-blue-800{border-color:#1e40af}.border-blue-900{border-color:#1e3a8a}.border-blue-950{border-color:#172554}.border-indigo-50{border-color:#eef2ff}.border-indigo-100{border-color:#e0e7ff}.border-indigo-200{border-color:#c7d2fe}.border-indigo-300{border-color:#a5b4fc}.border-indigo-400{border-color:#818cf8}.border-indigo-500{border-color:#6366f1}.border-indigo-600{border-color:#4f46e5}.border-indigo-700{border-color:#4338ca}.border-indigo-800{border-color:#3730a3}.border-indigo-900{border-color:#312e81}.border-indigo-950{border-color:#1e1b4b}.border-violet-50{border-color:#f5f3ff}.border-violet-100{border-color:#ede9fe}.border-violet-200{border-color:#ddd6fe}.border-violet-300{border-color:#c4b5fd}.border-violet-400{border-color:#a78bfa}.border-violet-500{border-color:#8b5cf6}.border-violet-600{border-color:#7c3aed}.border-violet-700{border-color:#6d28d9}.border-violet-800{border-color:#5b21b6}.border-violet-900{border-color:#4c1d95}.border-violet-950{border-color:#2e1065}.border-purple-50{border-color:#faf5ff}.border-purple-100{border-color:#f3e8ff}.border-purple-200{border-color:#e9d5ff}.border-purple-300{border-color:#d8b4fe}.border-purple-400{border-color:#c084fc}.border-purple-500{border-color:#a855f7}.border-purple-600{border-color:#9333ea}.border-purple-700{border-color:#7e22ce}.border-purple-800{border-color:#6b21a8}.border-purple-900{border-color:#581c87}.border-purple-950{border-color:#3b0764}.border-fuchsia-50{border-color:#fdf4ff}.border-fuchsia-100{border-color:#fae8ff}.border-fuchsia-200{border-color:#f5d0fe}.border-fuchsia-300{border-color:#f0abfc}.border-fuchsia-400{border-color:#e879f9}.border-fuchsia-500{border-color:#d946ef}.border-fuchsia-600{border-color:#c026d3}.border-fuchsia-700{border-color:#a21caf}.border-fuchsia-800{border-color:#86198f}.border-fuchsia-900{border-color:#701a75}.border-fuchsia-950{border-color:#4a044e}.border-pink-50{border-color:#fdf2f8}.border-pink-100{border-color:#fce7f3}.border-pink-200{border-color:#fbcfe8}.border-pink-300{border-color:#f9a8d4}.border-pink-400{border-color:#f472b6}.border-pink-500{border-color:#ec4899}.border-pink-600{border-color:#db2777}.border-pink-700{border-color:#be185d}.border-pink-800{border-color:#9d174d}.border-pink-900{border-color:#831843}.border-pink-950{border-color:#500724}.border-rose-50{border-color:#fff1f2}.border-rose-100{border-color:#ffe4e6}.border-rose-200{border-color:#fecdd3}.border-rose-300{border-color:#fda4af}.border-rose-400{border-color:#fb7185}.border-rose-500{border-color:#f43f5e}.border-rose-600{border-color:#e11d48}.border-rose-700{border-color:#be123c}.border-rose-800{border-color:#9f1239}.border-rose-900{border-color:#881337}.border-rose-950{border-color:#4c0519}.border-primary{border-color:#3874ff}.border-primary-bold{border-color:#002660}.border-primary-hover{border-color:#003585}.border-primary-border{border-color:#156ef3}.border-primary-focus-lv1{border-color:#6492ff}.border-primary-focus-lv2{border-color:#c7ddff}.border-primary-bg-color{border-color:#f8fbff}.border-success{border-color:#00bd7e}.border-success-bold{border-color:#006c58}.border-success-hover{border-color:#008d5e}.border-success-border{border-color:#17e5a1}.border-success-focus-lv1{border-color:#a9fbe0}.border-success-bg-color{border-color:#ebfff8}.border-warning{border-color:#ffb41f}.border-warning-bold{border-color:#b77d09}.border-warning-hover{border-color:#e39f17}.border-warning-border{border-color:#f7c86a}.border-warning-focus-lv1{border-color:#fbe0a9}.border-warning-bg-color{border-color:#fff8eb}.border-danger{border-color:#b20000}.border-danger-bold{border-color:#920122}.border-danger-hover{border-color:#c60833}.border-danger-border{border-color:#f35370}.border-danger-focus-lv1{border-color:#fdabb9}.border-danger-bg-color{border-color:#fff1f4}.border-info{border-color:#2668cb}.border-info-bold{border-color:#023480}.border-info-hover{border-color:#0f4eae}.border-info-border{border-color:#679ef2}.border-info-focus-lv1{border-color:#c1d9fd}.border-info-bg-color{border-color:#f2f7ff}.border-neutral-100{border-color:#1a1a1a}.border-neutral-90{border-color:#424242}.border-neutral-80{border-color:#616161}.border-neutral-70{border-color:#757575}.border-neutral-60{border-color:#9e9e9e}.border-neutral-50{border-color:#c2c2c2}.border-neutral-40{border-color:#e0e0e0}.border-neutral-30{border-color:#ededed}.border-neutral-20{border-color:#f5f5f5}.border-base{border-color:#f5f7fa}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-justify{text-align:justify}.text-start{text-align:start}.text-end{text-align:end}.text-transparent{color:transparent}.text-black{color:#000}.text-white{color:#fff}.text-slate-50{color:#f8fafc}.text-slate-100{color:#f1f5f9}.text-slate-200{color:#e2e8f0}.text-slate-300{color:#cbd5e1}.text-slate-400{color:#94a3b8}.text-slate-500{color:#64748b}.text-slate-600{color:#475569}.text-slate-700{color:#334155}.text-slate-800{color:#1e293b}.text-slate-900{color:#0f172a}.text-slate-950{color:#020617}.text-gray-50{color:#f9fafb}.text-gray-100{color:#f3f4f6}.text-gray-200{color:#e5e7eb}.text-gray-300{color:#d1d5db}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-800{color:#1f2937}.text-gray-900{color:#111827}.text-gray-950{color:#030712}.text-zinc-50{color:#fafafa}.text-zinc-100{color:#f4f4f5}.text-zinc-200{color:#e4e4e7}.text-zinc-300{color:#d4d4d8}.text-zinc-400{color:#a1a1aa}.text-zinc-500{color:#71717a}.text-zinc-600{color:#52525b}.text-zinc-700{color:#3f3f46}.text-zinc-800{color:#27272a}.text-zinc-900{color:#18181b}.text-zinc-950{color:#09090b}.text-neutral-50{color:#fafafa}.text-neutral-100{color:#f5f5f5}.text-neutral-200{color:#e5e5e5}.text-neutral-300{color:#d4d4d4}.text-neutral-400{color:#a3a3a3}.text-neutral-500{color:#737373}.text-neutral-600{color:#525252}.text-neutral-700{color:#404040}.text-neutral-800{color:#262626}.text-neutral-900{color:#171717}.text-neutral-950{color:#0a0a0a}.text-stone-50{color:#fafaf9}.text-stone-100{color:#f5f5f4}.text-stone-200{color:#e7e5e4}.text-stone-300{color:#d6d3d1}.text-stone-400{color:#a8a29e}.text-stone-500{color:#78716c}.text-stone-600{color:#57534e}.text-stone-700{color:#44403c}.text-stone-800{color:#292524}.text-stone-900{color:#1c1917}.text-stone-950{color:#0c0a09}.text-red-50{color:#fef2f2}.text-red-100{color:#fee2e2}.text-red-200{color:#fecaca}.text-red-300{color:#fca5a5}.text-red-400{color:#f87171}.text-red-500{color:#ef4444}.text-red-600{color:#dc2626}.text-red-700{color:#b91c1c}.text-red-800{color:#991b1b}.text-red-900{color:#7f1d1d}.text-red-950{color:#450a0a}.text-orange-50{color:#fff7ed}.text-orange-100{color:#ffedd5}.text-orange-200{color:#fed7aa}.text-orange-300{color:#fdba74}.text-orange-400{color:#fb923c}.text-orange-500{color:#f97316}.text-orange-600{color:#ea580c}.text-orange-700{color:#c2410c}.text-orange-800{color:#9a3412}.text-orange-900{color:#7c2d12}.text-orange-950{color:#431407}.text-amber-50{color:#fffbeb}.text-amber-100{color:#fef3c7}.text-amber-200{color:#fde68a}.text-amber-300{color:#fcd34d}.text-amber-400{color:#fbbf24}.text-amber-500{color:#f59e0b}.text-amber-600{color:#d97706}.text-amber-700{color:#b45309}.text-amber-800{color:#92400e}.text-amber-900{color:#78350f}.text-amber-950{color:#451a03}.text-yellow-50{color:#fefce8}.text-yellow-100{color:#fef9c3}.text-yellow-200{color:#fef08a}.text-yellow-300{color:#fde047}.text-yellow-400{color:#facc15}.text-yellow-500{color:#eab308}.text-yellow-600{color:#ca8a04}.text-yellow-700{color:#a16207}.text-yellow-800{color:#854d0e}.text-yellow-900{color:#713f12}.text-yellow-950{color:#422006}.text-lime-50{color:#f7fee7}.text-lime-100{color:#ecfccb}.text-lime-200{color:#d9f99d}.text-lime-300{color:#bef264}.text-lime-400{color:#a3e635}.text-lime-500{color:#84cc16}.text-lime-600{color:#65a30d}.text-lime-700{color:#4d7c0f}.text-lime-800{color:#3f6212}.text-lime-900{color:#365314}.text-lime-950{color:#1a2e05}.text-green-50{color:#f0fdf4}.text-green-100{color:#dcfce7}.text-green-200{color:#bbf7d0}.text-green-300{color:#86efac}.text-green-400{color:#4ade80}.text-green-500{color:#22c55e}.text-green-600{color:#16a34a}.text-green-700{color:#15803d}.text-green-800{color:#166534}.text-green-900{color:#14532d}.text-green-950{color:#052e16}.text-emerald-50{color:#ecfdf5}.text-emerald-100{color:#d1fae5}.text-emerald-200{color:#a7f3d0}.text-emerald-300{color:#6ee7b7}.text-emerald-400{color:#34d399}.text-emerald-500{color:#10b981}.text-emerald-600{color:#059669}.text-emerald-700{color:#047857}.text-emerald-800{color:#065f46}.text-emerald-900{color:#064e3b}.text-emerald-950{color:#022c22}.text-teal-50{color:#f0fdfa}.text-teal-100{color:#ccfbf1}.text-teal-200{color:#99f6e4}.text-teal-300{color:#5eead4}.text-teal-400{color:#2dd4bf}.text-teal-500{color:#14b8a6}.text-teal-600{color:#0d9488}.text-teal-700{color:#0f766e}.text-teal-800{color:#115e59}.text-teal-900{color:#134e4a}.text-teal-950{color:#042f2e}.text-cyan-50{color:#ecfeff}.text-cyan-100{color:#cffafe}.text-cyan-200{color:#a5f3fc}.text-cyan-300{color:#67e8f9}.text-cyan-400{color:#22d3ee}.text-cyan-500{color:#06b6d4}.text-cyan-600{color:#0891b2}.text-cyan-700{color:#0e7490}.text-cyan-800{color:#155e75}.text-cyan-900{color:#164e63}.text-cyan-950{color:#083344}.text-sky-50{color:#f0f9ff}.text-sky-100{color:#e0f2fe}.text-sky-200{color:#bae6fd}.text-sky-300{color:#7dd3fc}.text-sky-400{color:#38bdf8}.text-sky-500{color:#0ea5e9}.text-sky-600{color:#0284c7}.text-sky-700{color:#0369a1}.text-sky-800{color:#075985}.text-sky-900{color:#0c4a6e}.text-sky-950{color:#082f49}.text-blue-50{color:#eff6ff}.text-blue-100{color:#dbeafe}.text-blue-200{color:#bfdbfe}.text-blue-300{color:#93c5fd}.text-blue-400{color:#60a5fa}.text-blue-500{color:#3b82f6}.text-blue-600{color:#2563eb}.text-blue-700{color:#1d4ed8}.text-blue-800{color:#1e40af}.text-blue-900{color:#1e3a8a}.text-blue-950{color:#172554}.text-indigo-50{color:#eef2ff}.text-indigo-100{color:#e0e7ff}.text-indigo-200{color:#c7d2fe}.text-indigo-300{color:#a5b4fc}.text-indigo-400{color:#818cf8}.text-indigo-500{color:#6366f1}.text-indigo-600{color:#4f46e5}.text-indigo-700{color:#4338ca}.text-indigo-800{color:#3730a3}.text-indigo-900{color:#312e81}.text-indigo-950{color:#1e1b4b}.text-violet-50{color:#f5f3ff}.text-violet-100{color:#ede9fe}.text-violet-200{color:#ddd6fe}.text-violet-300{color:#c4b5fd}.text-violet-400{color:#a78bfa}.text-violet-500{color:#8b5cf6}.text-violet-600{color:#7c3aed}.text-violet-700{color:#6d28d9}.text-violet-800{color:#5b21b6}.text-violet-900{color:#4c1d95}.text-violet-950{color:#2e1065}.text-purple-50{color:#faf5ff}.text-purple-100{color:#f3e8ff}.text-purple-200{color:#e9d5ff}.text-purple-300{color:#d8b4fe}.text-purple-400{color:#c084fc}.text-purple-500{color:#a855f7}.text-purple-600{color:#9333ea}.text-purple-700{color:#7e22ce}.text-purple-800{color:#6b21a8}.text-purple-900{color:#581c87}.text-purple-950{color:#3b0764}.text-fuchsia-50{color:#fdf4ff}.text-fuchsia-100{color:#fae8ff}.text-fuchsia-200{color:#f5d0fe}.text-fuchsia-300{color:#f0abfc}.text-fuchsia-400{color:#e879f9}.text-fuchsia-500{color:#d946ef}.text-fuchsia-600{color:#c026d3}.text-fuchsia-700{color:#a21caf}.text-fuchsia-800{color:#86198f}.text-fuchsia-900{color:#701a75}.text-fuchsia-950{color:#4a044e}.text-pink-50{color:#fdf2f8}.text-pink-100{color:#fce7f3}.text-pink-200{color:#fbcfe8}.text-pink-300{color:#f9a8d4}.text-pink-400{color:#f472b6}.text-pink-500{color:#ec4899}.text-pink-600{color:#db2777}.text-pink-700{color:#be185d}.text-pink-800{color:#9d174d}.text-pink-900{color:#831843}.text-pink-950{color:#500724}.text-rose-50{color:#fff1f2}.text-rose-100{color:#ffe4e6}.text-rose-200{color:#fecdd3}.text-rose-300{color:#fda4af}.text-rose-400{color:#fb7185}.text-rose-500{color:#f43f5e}.text-rose-600{color:#e11d48}.text-rose-700{color:#be123c}.text-rose-800{color:#9f1239}.text-rose-900{color:#881337}.text-rose-950{color:#4c0519}.text-primary{color:#3874ff}.text-primary-bold{color:#002660}.text-primary-hover{color:#003585}.text-primary-border{color:#156ef3}.text-primary-focus-lv1{color:#6492ff}.text-primary-focus-lv2{color:#c7ddff}.text-primary-bg-color{color:#f8fbff}.text-success{color:#00bd7e}.text-success-bold{color:#006c58}.text-success-hover{color:#008d5e}.text-success-border{color:#17e5a1}.text-success-focus-lv1{color:#a9fbe0}.text-success-bg-color{color:#ebfff8}.text-warning{color:#ffb41f}.text-warning-bold{color:#b77d09}.text-warning-hover{color:#e39f17}.text-warning-border{color:#f7c86a}.text-warning-focus-lv1{color:#fbe0a9}.text-warning-bg-color{color:#fff8eb}.text-danger{color:#b20000}.text-danger-bold{color:#920122}.text-danger-hover{color:#c60833}.text-danger-border{color:#f35370}.text-danger-focus-lv1{color:#fdabb9}.text-danger-bg-color{color:#fff1f4}.text-info{color:#2668cb}.text-info-bold{color:#023480}.text-info-hover{color:#0f4eae}.text-info-border{color:#679ef2}.text-info-focus-lv1{color:#c1d9fd}.text-info-bg-color{color:#f2f7ff}.text-neutral-100{color:#1a1a1a}.text-neutral-90{color:#424242}.text-neutral-80{color:#616161}.text-neutral-70{color:#757575}.text-neutral-60{color:#9e9e9e}.text-neutral-50{color:#c2c2c2}.text-neutral-40{color:#e0e0e0}.text-neutral-30{color:#ededed}.text-neutral-20{color:#f5f5f5}.text-base{color:#f5f7fa}.text-extraLight{font-family:Mulish-ExtraLight,sans-serif}.text-light{font-family:Mulish-Light,sans-serif}.text-regular{font-family:Mulish-Regular,sans-serif}.text-medium{font-family:Mulish-Medium,sans-serif}.text-semiBold,.text-bold{font-family:Mulish-SemiBold,sans-serif}.text-extraBold{font-family:Mulish-ExtraBold,sans-serif}.text-black{font-family:Mulish-Black,sans-serif}.text-blackItalic{font-family:Mulish-BlackItalic,sans-serif}.text-boldItalic{font-family:Mulish-BoldItalic,sans-serif}.text-extraBoldItalic{font-family:Mulish-ExtraBoldItalic,sans-serif}.text-extraLightItalic{font-family:Mulish-ExtraLightItalic,sans-serif}.text-italic{font-family:Mulish-Italic,sans-serif}.text-lightItalic{font-family:Mulish-LightItalic,sans-serif}.text-mediumItalic{font-family:Mulish-MediumItalic,sans-serif}.text-semiBoldItalic{font-family:Mulish-SemiBoldItalic,sans-serif}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-7xl{font-size:4.5rem;line-height:1}.text-8xl{font-size:6rem;line-height:1}.text-9xl{font-size:8rem;line-height:1}.cursor-auto{cursor:auto}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.cursor-wait{cursor:wait}.cursor-text{cursor:text}.cursor-move{cursor:move}.cursor-help{cursor:help}.cursor-not-allowed{cursor:not-allowed}.cursor-none{cursor:none}.cursor-context-menu{cursor:context-menu}.cursor-progress{cursor:progress}.cursor-cell{cursor:cell}.cursor-crosshair{cursor:crosshair}.cursor-vertical-text{cursor:vertical-text}.cursor-alias{cursor:alias}.cursor-copy{cursor:copy}.cursor-no-drop{cursor:no-drop}.cursor-grab{cursor:grab}.cursor-grabbing{cursor:grabbing}.cursor-all-scroll{cursor:all-scroll}.cursor-col-resize{cursor:col-resize}.cursor-row-resize{cursor:row-resize}.cursor-n-resize{cursor:n-resize}.cursor-e-resize{cursor:e-resize}.cursor-s-resize{cursor:s-resize}.cursor-w-resize{cursor:w-resize}.cursor-ne-resize{cursor:ne-resize}.cursor-nw-resize{cursor:nw-resize}.cursor-se-resize{cursor:se-resize}.cursor-sw-resize{cursor:sw-resize}.cursor-ew-resize{cursor:ew-resize}.cursor-ns-resize{cursor:ns-resize}.cursor-nesw-resize{cursor:nesw-resize}.cursor-nwse-resize{cursor:nwse-resize}.cursor-zoom-in{cursor:zoom-in}.cursor-zoom-out{cursor:zoom-out}.opacity-0{opacity:0}.opacity-10{opacity:.1}.opacity-20{opacity:.2}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.grid-cols-none{grid-template-columns:none}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.object-fill{object-fit:fill}.object-none{object-fit:none}.object-scale-down{object-fit:scale-down}.backdrop-blur-none{backdrop-filter:blur(0)}.backdrop-blur-sm{backdrop-filter:blur(4px)}.backdrop-blur{backdrop-filter:blur(8px)}.backdrop-blur-md{backdrop-filter:blur(12px)}.backdrop-blur-lg{backdrop-filter:blur(16px)}.backdrop-blur-xl{backdrop-filter:blur(24px)}.backdrop-blur-2xl{backdrop-filter:blur(40px)}.backdrop-blur-3xl{backdrop-filter:blur(64px)}.col-auto{grid-column:auto}.col-span-1{grid-column:span 1/span 1}.col-span-2{grid-column:span 2/span 2}.col-span-3{grid-column:span 3/span 3}.col-span-4{grid-column:span 4/span 4}.col-span-5{grid-column:span 5/span 5}.col-span-6{grid-column:span 6/span 6}.col-span-7{grid-column:span 7/span 7}.col-span-8{grid-column:span 8/span 8}.col-span-9{grid-column:span 9/span 9}.col-span-10{grid-column:span 10/span 10}.col-span-11{grid-column:span 11/span 11}.col-span-12{grid-column:span 12/span 12}.col-start-1{grid-column-start:1}.col-start-2{grid-column-start:2}.col-start-3{grid-column-start:3}.col-start-4{grid-column-start:4}.col-start-5{grid-column-start:5}.col-start-6{grid-column-start:6}.col-start-7{grid-column-start:7}.col-start-8{grid-column-start:8}.col-start-9{grid-column-start:9}.col-start-10{grid-column-start:10}.col-start-11{grid-column-start:11}.col-start-12{grid-column-start:12}.col-start-13{grid-column-start:13}.col-start-auto{grid-column-start:auto}.col-end-1{grid-column-end:1}.col-end-2{grid-column-end:2}.col-end-3{grid-column-end:3}.col-end-4{grid-column-end:4}.col-end-5{grid-column-end:5}.col-end-6{grid-column-end:6}.col-end-7{grid-column-end:7}.col-end-8{grid-column-end:8}.col-end-9{grid-column-end:9}.col-end-10{grid-column-end:10}.col-end-11{grid-column-end:11}.col-end-12{grid-column-end:12}.col-end-13{grid-column-end:13}.col-end-auto{grid-column-end:auto}.indent-0{text-indent:0px}.indent-px{text-indent:1px}.indent-1{text-indent:.25rem}.indent-2{text-indent:.5rem}.indent-3{text-indent:.75rem}.indent-4{text-indent:1rem}.indent-5{text-indent:1.25rem}.indent-6{text-indent:1.5rem}.indent-7{text-indent:1.75rem}.indent-8{text-indent:2rem}.indent-9{text-indent:2.25rem}.indent-10{text-indent:2.5rem}.indent-11{text-indent:2.75rem}.indent-12{text-indent:3rem}.indent-14{text-indent:3.5rem}.indent-16{text-indent:4rem}.indent-20{text-indent:5rem}.indent-24{text-indent:6rem}.indent-28{text-indent:7rem}.indent-32{text-indent:8rem}.indent-36{text-indent:9rem}.indent-40{text-indent:10rem}.indent-44{text-indent:11rem}.indent-48{text-indent:12rem}.indent-52{text-indent:13rem}.indent-56{text-indent:14rem}.indent-60{text-indent:15rem}.indent-64{text-indent:16rem}.indent-72{text-indent:18rem}.indent-80{text-indent:20rem}.indent-96{text-indent:24rem}.indent-0\.5{text-transform:.125rem}.indent-1\.5{text-transform:.375rem}.indent-2\.5{text-transform:.625rem}.indent-3\.5{text-transform:.875rem}.indent-0\.5{text-indent:.125rem}.indent-1\.5{text-indent:.375rem}.indent-2\.5{text-indent:.625rem}.indent-3\.5{text-indent:.875rem}.font-thin{font-weight:100}.font-extralight{font-weight:200}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-black{font-weight:900}.top-0{top:0px}.top-px{top:1px}.top-1{top:.25rem}.top-2{top:.5rem}.top-3{top:.75rem}.top-4{top:1rem}.top-5{top:1.25rem}.top-6{top:1.5rem}.top-7{top:1.75rem}.top-8{top:2rem}.top-9{top:2.25rem}.top-10{top:2.5rem}.top-11{top:2.75rem}.top-12{top:3rem}.top-14{top:3.5rem}.top-16{top:4rem}.top-20{top:5rem}.top-24{top:6rem}.top-28{top:7rem}.top-32{top:8rem}.top-36{top:9rem}.top-40{top:10rem}.top-44{top:11rem}.top-48{top:12rem}.top-52{top:13rem}.top-56{top:14rem}.top-60{top:15rem}.top-64{top:16rem}.top-72{top:18rem}.top-80{top:20rem}.top-96{top:24rem}.top-auto{top:auto}.top-full{top:100%}.top-screen{top:100vh}.top-min{top:min-content}.top-max{top:max-content}.top-fit{top:fit-content}.top-1\/2{top:50%}.top-1\/3{top:33.333333%}.top-1\/4{top:25%}.top-1\/5{top:20%}.top-1\/6{top:16.666667%}.top-1\/12{top:8.333333%}.bottom-0{bottom:0px}.bottom-px{bottom:1px}.bottom-1{bottom:.25rem}.bottom-2{bottom:.5rem}.bottom-3{bottom:.75rem}.bottom-4{bottom:1rem}.bottom-5{bottom:1.25rem}.bottom-6{bottom:1.5rem}.bottom-7{bottom:1.75rem}.bottom-8{bottom:2rem}.bottom-9{bottom:2.25rem}.bottom-10{bottom:2.5rem}.bottom-11{bottom:2.75rem}.bottom-12{bottom:3rem}.bottom-14{bottom:3.5rem}.bottom-16{bottom:4rem}.bottom-20{bottom:5rem}.bottom-24{bottom:6rem}.bottom-28{bottom:7rem}.bottom-32{bottom:8rem}.bottom-36{bottom:9rem}.bottom-40{bottom:10rem}.bottom-44{bottom:11rem}.bottom-48{bottom:12rem}.bottom-52{bottom:13rem}.bottom-56{bottom:14rem}.bottom-60{bottom:15rem}.bottom-64{bottom:16rem}.bottom-72{bottom:18rem}.bottom-80{bottom:20rem}.bottom-96{bottom:24rem}.bottom-auto{bottom:auto}.bottom-full{bottom:100%}.bottom-screen{bottom:100vh}.bottom-min{bottom:min-content}.bottom-max{bottom:max-content}.bottom-fit{bottom:fit-content}.bottom-1\/2{bottom:50%}.bottom-1\/3{bottom:33.333333%}.bottom-1\/4{bottom:25%}.bottom-1\/5{bottom:20%}.bottom-1\/6{bottom:16.666667%}.bottom-1\/12{bottom:8.333333%}.right-0{right:0px}.right-px{right:1px}.right-1{right:.25rem}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-5{right:1.25rem}.right-6{right:1.5rem}.right-7{right:1.75rem}.right-8{right:2rem}.right-9{right:2.25rem}.right-10{right:2.5rem}.right-11{right:2.75rem}.right-12{right:3rem}.right-14{right:3.5rem}.right-16{right:4rem}.right-20{right:5rem}.right-24{right:6rem}.right-28{right:7rem}.right-32{right:8rem}.right-36{right:9rem}.right-40{right:10rem}.right-44{right:11rem}.right-48{right:12rem}.right-52{right:13rem}.right-56{right:14rem}.right-60{right:15rem}.right-64{right:16rem}.right-72{right:18rem}.right-80{right:20rem}.right-96{right:24rem}.right-auto{right:auto}.right-full{right:100%}.right-screen{right:100vh}.right-min{right:min-content}.right-max{right:max-content}.right-fit{right:fit-content}.right-1\/2{right:50%}.right-1\/3{right:33.333333%}.right-1\/4{right:25%}.right-1\/5{right:20%}.right-1\/6{right:16.666667%}.right-1\/12{right:8.333333%}.left-0{left:0px}.left-px{left:1px}.left-1{left:.25rem}.left-2{left:.5rem}.left-3{left:.75rem}.left-4{left:1rem}.left-5{left:1.25rem}.left-6{left:1.5rem}.left-7{left:1.75rem}.left-8{left:2rem}.left-9{left:2.25rem}.left-10{left:2.5rem}.left-11{left:2.75rem}.left-12{left:3rem}.left-14{left:3.5rem}.left-16{left:4rem}.left-20{left:5rem}.left-24{left:6rem}.left-28{left:7rem}.left-32{left:8rem}.left-36{left:9rem}.left-40{left:10rem}.left-44{left:11rem}.left-48{left:12rem}.left-52{left:13rem}.left-56{left:14rem}.left-60{left:15rem}.left-64{left:16rem}.left-72{left:18rem}.left-80{left:20rem}.left-96{left:24rem}.left-auto{left:auto}.left-full{left:100%}.left-screen{left:100vh}.left-min{left:min-content}.left-max{left:max-content}.left-fit{left:fit-content}.left-1\/2{left:50%}.left-1\/3{left:33.333333%}.left-1\/4{left:25%}.left-1\/5{left:20%}.left-1\/6{left:16.666667%}.left-1\/12{left:8.333333%}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-auto{z-index:auto}.button-extraSm{padding:6px 16px}.button-normal{padding:16px 32px}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.normal-case{text-transform:none}.underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.overline{-webkit-text-decoration-line:overline;text-decoration-line:overline}.through{-webkit-text-decoration-line:line-through;text-decoration-line:line-through}.none{-webkit-text-decoration-line:none;text-decoration-line:none}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.inline-table{display:inline-table}.table-caption{display:table-caption}.table-cell{display:table-cell}.table-column{display:table-column}.table-column-group{display:table-column-group}.table-footer-group{display:table-footer-group}.table-header-group{display:table-header-group}.table-row-group{display:table-row-group}.table-row{display:table-row}.flow-root{display:flow-root}.grid{display:grid}.inline-grid{display:inline-grid}.contents{display:contents}.list-item{display:list-item}.hidden{display:none}.hover\:bg-transparent:hover{background-color:transparent}.hover\:bg-transparent\/0:hover{background-color:#0000}.hover\:bg-transparent\/10:hover{background-color:#0000001a}.hover\:bg-transparent\/20:hover{background-color:#0003}.hover\:bg-transparent\/30:hover{background-color:#0000004d}.hover\:bg-transparent\/40:hover{background-color:#0006}.hover\:bg-transparent\/50:hover{background-color:#00000080}.hover\:bg-transparent\/60:hover{background-color:#0009}.hover\:bg-transparent\/70:hover{background-color:#000000b3}.hover\:bg-transparent\/75:hover{background-color:#000000bf}.hover\:bg-transparent\/80:hover{background-color:#000c}.hover\:bg-transparent\/90:hover{background-color:#000000e6}.hover\:bg-black:hover{background-color:#000}.hover\:bg-black\/0:hover{background-color:#0000}.hover\:bg-black\/10:hover{background-color:#0000001a}.hover\:bg-black\/20:hover{background-color:#0003}.hover\:bg-black\/30:hover{background-color:#0000004d}.hover\:bg-black\/40:hover{background-color:#0006}.hover\:bg-black\/50:hover{background-color:#00000080}.hover\:bg-black\/60:hover{background-color:#0009}.hover\:bg-black\/70:hover{background-color:#000000b3}.hover\:bg-black\/75:hover{background-color:#000000bf}.hover\:bg-black\/80:hover{background-color:#000c}.hover\:bg-black\/90:hover{background-color:#000000e6}.hover\:bg-white:hover{background-color:#fff}.hover\:bg-white\/0:hover{background-color:#fff0}.hover\:bg-white\/10:hover{background-color:#ffffff1a}.hover\:bg-white\/20:hover{background-color:#fff3}.hover\:bg-white\/30:hover{background-color:#ffffff4d}.hover\:bg-white\/40:hover{background-color:#fff6}.hover\:bg-white\/50:hover{background-color:#ffffff80}.hover\:bg-white\/60:hover{background-color:#fff9}.hover\:bg-white\/70:hover{background-color:#ffffffb3}.hover\:bg-white\/75:hover{background-color:#ffffffbf}.hover\:bg-white\/80:hover{background-color:#fffc}.hover\:bg-white\/90:hover{background-color:#ffffffe6}.hover\:bg-slate-50:hover{background-color:#f8fafc}.hover\:bg-slate-50\/0:hover{background-color:#f8fafc00}.hover\:bg-slate-50\/10:hover{background-color:#f8fafc1a}.hover\:bg-slate-50\/20:hover{background-color:#f8fafc33}.hover\:bg-slate-50\/30:hover{background-color:#f8fafc4d}.hover\:bg-slate-50\/40:hover{background-color:#f8fafc66}.hover\:bg-slate-50\/50:hover{background-color:#f8fafc80}.hover\:bg-slate-50\/60:hover{background-color:#f8fafc99}.hover\:bg-slate-50\/70:hover{background-color:#f8fafcb3}.hover\:bg-slate-50\/75:hover{background-color:#f8fafcbf}.hover\:bg-slate-50\/80:hover{background-color:#f8fafccc}.hover\:bg-slate-50\/90:hover{background-color:#f8fafce6}.hover\:bg-slate-100:hover{background-color:#f1f5f9}.hover\:bg-slate-100\/0:hover{background-color:#f1f5f900}.hover\:bg-slate-100\/10:hover{background-color:#f1f5f91a}.hover\:bg-slate-100\/20:hover{background-color:#f1f5f933}.hover\:bg-slate-100\/30:hover{background-color:#f1f5f94d}.hover\:bg-slate-100\/40:hover{background-color:#f1f5f966}.hover\:bg-slate-100\/50:hover{background-color:#f1f5f980}.hover\:bg-slate-100\/60:hover{background-color:#f1f5f999}.hover\:bg-slate-100\/70:hover{background-color:#f1f5f9b3}.hover\:bg-slate-100\/75:hover{background-color:#f1f5f9bf}.hover\:bg-slate-100\/80:hover{background-color:#f1f5f9cc}.hover\:bg-slate-100\/90:hover{background-color:#f1f5f9e6}.hover\:bg-slate-200:hover{background-color:#e2e8f0}.hover\:bg-slate-200\/0:hover{background-color:#e2e8f000}.hover\:bg-slate-200\/10:hover{background-color:#e2e8f01a}.hover\:bg-slate-200\/20:hover{background-color:#e2e8f033}.hover\:bg-slate-200\/30:hover{background-color:#e2e8f04d}.hover\:bg-slate-200\/40:hover{background-color:#e2e8f066}.hover\:bg-slate-200\/50:hover{background-color:#e2e8f080}.hover\:bg-slate-200\/60:hover{background-color:#e2e8f099}.hover\:bg-slate-200\/70:hover{background-color:#e2e8f0b3}.hover\:bg-slate-200\/75:hover{background-color:#e2e8f0bf}.hover\:bg-slate-200\/80:hover{background-color:#e2e8f0cc}.hover\:bg-slate-200\/90:hover{background-color:#e2e8f0e6}.hover\:bg-slate-300:hover{background-color:#cbd5e1}.hover\:bg-slate-300\/0:hover{background-color:#cbd5e100}.hover\:bg-slate-300\/10:hover{background-color:#cbd5e11a}.hover\:bg-slate-300\/20:hover{background-color:#cbd5e133}.hover\:bg-slate-300\/30:hover{background-color:#cbd5e14d}.hover\:bg-slate-300\/40:hover{background-color:#cbd5e166}.hover\:bg-slate-300\/50:hover{background-color:#cbd5e180}.hover\:bg-slate-300\/60:hover{background-color:#cbd5e199}.hover\:bg-slate-300\/70:hover{background-color:#cbd5e1b3}.hover\:bg-slate-300\/75:hover{background-color:#cbd5e1bf}.hover\:bg-slate-300\/80:hover{background-color:#cbd5e1cc}.hover\:bg-slate-300\/90:hover{background-color:#cbd5e1e6}.hover\:bg-slate-400:hover{background-color:#94a3b8}.hover\:bg-slate-400\/0:hover{background-color:#94a3b800}.hover\:bg-slate-400\/10:hover{background-color:#94a3b81a}.hover\:bg-slate-400\/20:hover{background-color:#94a3b833}.hover\:bg-slate-400\/30:hover{background-color:#94a3b84d}.hover\:bg-slate-400\/40:hover{background-color:#94a3b866}.hover\:bg-slate-400\/50:hover{background-color:#94a3b880}.hover\:bg-slate-400\/60:hover{background-color:#94a3b899}.hover\:bg-slate-400\/70:hover{background-color:#94a3b8b3}.hover\:bg-slate-400\/75:hover{background-color:#94a3b8bf}.hover\:bg-slate-400\/80:hover{background-color:#94a3b8cc}.hover\:bg-slate-400\/90:hover{background-color:#94a3b8e6}.hover\:bg-slate-500:hover{background-color:#64748b}.hover\:bg-slate-500\/0:hover{background-color:#64748b00}.hover\:bg-slate-500\/10:hover{background-color:#64748b1a}.hover\:bg-slate-500\/20:hover{background-color:#64748b33}.hover\:bg-slate-500\/30:hover{background-color:#64748b4d}.hover\:bg-slate-500\/40:hover{background-color:#64748b66}.hover\:bg-slate-500\/50:hover{background-color:#64748b80}.hover\:bg-slate-500\/60:hover{background-color:#64748b99}.hover\:bg-slate-500\/70:hover{background-color:#64748bb3}.hover\:bg-slate-500\/75:hover{background-color:#64748bbf}.hover\:bg-slate-500\/80:hover{background-color:#64748bcc}.hover\:bg-slate-500\/90:hover{background-color:#64748be6}.hover\:bg-slate-600:hover{background-color:#475569}.hover\:bg-slate-600\/0:hover{background-color:#47556900}.hover\:bg-slate-600\/10:hover{background-color:#4755691a}.hover\:bg-slate-600\/20:hover{background-color:#47556933}.hover\:bg-slate-600\/30:hover{background-color:#4755694d}.hover\:bg-slate-600\/40:hover{background-color:#47556966}.hover\:bg-slate-600\/50:hover{background-color:#47556980}.hover\:bg-slate-600\/60:hover{background-color:#47556999}.hover\:bg-slate-600\/70:hover{background-color:#475569b3}.hover\:bg-slate-600\/75:hover{background-color:#475569bf}.hover\:bg-slate-600\/80:hover{background-color:#475569cc}.hover\:bg-slate-600\/90:hover{background-color:#475569e6}.hover\:bg-slate-700:hover{background-color:#334155}.hover\:bg-slate-700\/0:hover{background-color:#33415500}.hover\:bg-slate-700\/10:hover{background-color:#3341551a}.hover\:bg-slate-700\/20:hover{background-color:#33415533}.hover\:bg-slate-700\/30:hover{background-color:#3341554d}.hover\:bg-slate-700\/40:hover{background-color:#33415566}.hover\:bg-slate-700\/50:hover{background-color:#33415580}.hover\:bg-slate-700\/60:hover{background-color:#33415599}.hover\:bg-slate-700\/70:hover{background-color:#334155b3}.hover\:bg-slate-700\/75:hover{background-color:#334155bf}.hover\:bg-slate-700\/80:hover{background-color:#334155cc}.hover\:bg-slate-700\/90:hover{background-color:#334155e6}.hover\:bg-slate-800:hover{background-color:#1e293b}.hover\:bg-slate-800\/0:hover{background-color:#1e293b00}.hover\:bg-slate-800\/10:hover{background-color:#1e293b1a}.hover\:bg-slate-800\/20:hover{background-color:#1e293b33}.hover\:bg-slate-800\/30:hover{background-color:#1e293b4d}.hover\:bg-slate-800\/40:hover{background-color:#1e293b66}.hover\:bg-slate-800\/50:hover{background-color:#1e293b80}.hover\:bg-slate-800\/60:hover{background-color:#1e293b99}.hover\:bg-slate-800\/70:hover{background-color:#1e293bb3}.hover\:bg-slate-800\/75:hover{background-color:#1e293bbf}.hover\:bg-slate-800\/80:hover{background-color:#1e293bcc}.hover\:bg-slate-800\/90:hover{background-color:#1e293be6}.hover\:bg-slate-900:hover{background-color:#0f172a}.hover\:bg-slate-900\/0:hover{background-color:#0f172a00}.hover\:bg-slate-900\/10:hover{background-color:#0f172a1a}.hover\:bg-slate-900\/20:hover{background-color:#0f172a33}.hover\:bg-slate-900\/30:hover{background-color:#0f172a4d}.hover\:bg-slate-900\/40:hover{background-color:#0f172a66}.hover\:bg-slate-900\/50:hover{background-color:#0f172a80}.hover\:bg-slate-900\/60:hover{background-color:#0f172a99}.hover\:bg-slate-900\/70:hover{background-color:#0f172ab3}.hover\:bg-slate-900\/75:hover{background-color:#0f172abf}.hover\:bg-slate-900\/80:hover{background-color:#0f172acc}.hover\:bg-slate-900\/90:hover{background-color:#0f172ae6}.hover\:bg-slate-950:hover{background-color:#020617}.hover\:bg-slate-950\/0:hover{background-color:#02061700}.hover\:bg-slate-950\/10:hover{background-color:#0206171a}.hover\:bg-slate-950\/20:hover{background-color:#02061733}.hover\:bg-slate-950\/30:hover{background-color:#0206174d}.hover\:bg-slate-950\/40:hover{background-color:#02061766}.hover\:bg-slate-950\/50:hover{background-color:#02061780}.hover\:bg-slate-950\/60:hover{background-color:#02061799}.hover\:bg-slate-950\/70:hover{background-color:#020617b3}.hover\:bg-slate-950\/75:hover{background-color:#020617bf}.hover\:bg-slate-950\/80:hover{background-color:#020617cc}.hover\:bg-slate-950\/90:hover{background-color:#020617e6}.hover\:bg-gray-50:hover{background-color:#f9fafb}.hover\:bg-gray-50\/0:hover{background-color:#f9fafb00}.hover\:bg-gray-50\/10:hover{background-color:#f9fafb1a}.hover\:bg-gray-50\/20:hover{background-color:#f9fafb33}.hover\:bg-gray-50\/30:hover{background-color:#f9fafb4d}.hover\:bg-gray-50\/40:hover{background-color:#f9fafb66}.hover\:bg-gray-50\/50:hover{background-color:#f9fafb80}.hover\:bg-gray-50\/60:hover{background-color:#f9fafb99}.hover\:bg-gray-50\/70:hover{background-color:#f9fafbb3}.hover\:bg-gray-50\/75:hover{background-color:#f9fafbbf}.hover\:bg-gray-50\/80:hover{background-color:#f9fafbcc}.hover\:bg-gray-50\/90:hover{background-color:#f9fafbe6}.hover\:bg-gray-100:hover{background-color:#f3f4f6}.hover\:bg-gray-100\/0:hover{background-color:#f3f4f600}.hover\:bg-gray-100\/10:hover{background-color:#f3f4f61a}.hover\:bg-gray-100\/20:hover{background-color:#f3f4f633}.hover\:bg-gray-100\/30:hover{background-color:#f3f4f64d}.hover\:bg-gray-100\/40:hover{background-color:#f3f4f666}.hover\:bg-gray-100\/50:hover{background-color:#f3f4f680}.hover\:bg-gray-100\/60:hover{background-color:#f3f4f699}.hover\:bg-gray-100\/70:hover{background-color:#f3f4f6b3}.hover\:bg-gray-100\/75:hover{background-color:#f3f4f6bf}.hover\:bg-gray-100\/80:hover{background-color:#f3f4f6cc}.hover\:bg-gray-100\/90:hover{background-color:#f3f4f6e6}.hover\:bg-gray-200:hover{background-color:#e5e7eb}.hover\:bg-gray-200\/0:hover{background-color:#e5e7eb00}.hover\:bg-gray-200\/10:hover{background-color:#e5e7eb1a}.hover\:bg-gray-200\/20:hover{background-color:#e5e7eb33}.hover\:bg-gray-200\/30:hover{background-color:#e5e7eb4d}.hover\:bg-gray-200\/40:hover{background-color:#e5e7eb66}.hover\:bg-gray-200\/50:hover{background-color:#e5e7eb80}.hover\:bg-gray-200\/60:hover{background-color:#e5e7eb99}.hover\:bg-gray-200\/70:hover{background-color:#e5e7ebb3}.hover\:bg-gray-200\/75:hover{background-color:#e5e7ebbf}.hover\:bg-gray-200\/80:hover{background-color:#e5e7ebcc}.hover\:bg-gray-200\/90:hover{background-color:#e5e7ebe6}.hover\:bg-gray-300:hover{background-color:#d1d5db}.hover\:bg-gray-300\/0:hover{background-color:#d1d5db00}.hover\:bg-gray-300\/10:hover{background-color:#d1d5db1a}.hover\:bg-gray-300\/20:hover{background-color:#d1d5db33}.hover\:bg-gray-300\/30:hover{background-color:#d1d5db4d}.hover\:bg-gray-300\/40:hover{background-color:#d1d5db66}.hover\:bg-gray-300\/50:hover{background-color:#d1d5db80}.hover\:bg-gray-300\/60:hover{background-color:#d1d5db99}.hover\:bg-gray-300\/70:hover{background-color:#d1d5dbb3}.hover\:bg-gray-300\/75:hover{background-color:#d1d5dbbf}.hover\:bg-gray-300\/80:hover{background-color:#d1d5dbcc}.hover\:bg-gray-300\/90:hover{background-color:#d1d5dbe6}.hover\:bg-gray-400:hover{background-color:#9ca3af}.hover\:bg-gray-400\/0:hover{background-color:#9ca3af00}.hover\:bg-gray-400\/10:hover{background-color:#9ca3af1a}.hover\:bg-gray-400\/20:hover{background-color:#9ca3af33}.hover\:bg-gray-400\/30:hover{background-color:#9ca3af4d}.hover\:bg-gray-400\/40:hover{background-color:#9ca3af66}.hover\:bg-gray-400\/50:hover{background-color:#9ca3af80}.hover\:bg-gray-400\/60:hover{background-color:#9ca3af99}.hover\:bg-gray-400\/70:hover{background-color:#9ca3afb3}.hover\:bg-gray-400\/75:hover{background-color:#9ca3afbf}.hover\:bg-gray-400\/80:hover{background-color:#9ca3afcc}.hover\:bg-gray-400\/90:hover{background-color:#9ca3afe6}.hover\:bg-gray-500:hover{background-color:#6b7280}.hover\:bg-gray-500\/0:hover{background-color:#6b728000}.hover\:bg-gray-500\/10:hover{background-color:#6b72801a}.hover\:bg-gray-500\/20:hover{background-color:#6b728033}.hover\:bg-gray-500\/30:hover{background-color:#6b72804d}.hover\:bg-gray-500\/40:hover{background-color:#6b728066}.hover\:bg-gray-500\/50:hover{background-color:#6b728080}.hover\:bg-gray-500\/60:hover{background-color:#6b728099}.hover\:bg-gray-500\/70:hover{background-color:#6b7280b3}.hover\:bg-gray-500\/75:hover{background-color:#6b7280bf}.hover\:bg-gray-500\/80:hover{background-color:#6b7280cc}.hover\:bg-gray-500\/90:hover{background-color:#6b7280e6}.hover\:bg-gray-600:hover{background-color:#4b5563}.hover\:bg-gray-600\/0:hover{background-color:#4b556300}.hover\:bg-gray-600\/10:hover{background-color:#4b55631a}.hover\:bg-gray-600\/20:hover{background-color:#4b556333}.hover\:bg-gray-600\/30:hover{background-color:#4b55634d}.hover\:bg-gray-600\/40:hover{background-color:#4b556366}.hover\:bg-gray-600\/50:hover{background-color:#4b556380}.hover\:bg-gray-600\/60:hover{background-color:#4b556399}.hover\:bg-gray-600\/70:hover{background-color:#4b5563b3}.hover\:bg-gray-600\/75:hover{background-color:#4b5563bf}.hover\:bg-gray-600\/80:hover{background-color:#4b5563cc}.hover\:bg-gray-600\/90:hover{background-color:#4b5563e6}.hover\:bg-gray-700:hover{background-color:#374151}.hover\:bg-gray-700\/0:hover{background-color:#37415100}.hover\:bg-gray-700\/10:hover{background-color:#3741511a}.hover\:bg-gray-700\/20:hover{background-color:#37415133}.hover\:bg-gray-700\/30:hover{background-color:#3741514d}.hover\:bg-gray-700\/40:hover{background-color:#37415166}.hover\:bg-gray-700\/50:hover{background-color:#37415180}.hover\:bg-gray-700\/60:hover{background-color:#37415199}.hover\:bg-gray-700\/70:hover{background-color:#374151b3}.hover\:bg-gray-700\/75:hover{background-color:#374151bf}.hover\:bg-gray-700\/80:hover{background-color:#374151cc}.hover\:bg-gray-700\/90:hover{background-color:#374151e6}.hover\:bg-gray-800:hover{background-color:#1f2937}.hover\:bg-gray-800\/0:hover{background-color:#1f293700}.hover\:bg-gray-800\/10:hover{background-color:#1f29371a}.hover\:bg-gray-800\/20:hover{background-color:#1f293733}.hover\:bg-gray-800\/30:hover{background-color:#1f29374d}.hover\:bg-gray-800\/40:hover{background-color:#1f293766}.hover\:bg-gray-800\/50:hover{background-color:#1f293780}.hover\:bg-gray-800\/60:hover{background-color:#1f293799}.hover\:bg-gray-800\/70:hover{background-color:#1f2937b3}.hover\:bg-gray-800\/75:hover{background-color:#1f2937bf}.hover\:bg-gray-800\/80:hover{background-color:#1f2937cc}.hover\:bg-gray-800\/90:hover{background-color:#1f2937e6}.hover\:bg-gray-900:hover{background-color:#111827}.hover\:bg-gray-900\/0:hover{background-color:#11182700}.hover\:bg-gray-900\/10:hover{background-color:#1118271a}.hover\:bg-gray-900\/20:hover{background-color:#11182733}.hover\:bg-gray-900\/30:hover{background-color:#1118274d}.hover\:bg-gray-900\/40:hover{background-color:#11182766}.hover\:bg-gray-900\/50:hover{background-color:#11182780}.hover\:bg-gray-900\/60:hover{background-color:#11182799}.hover\:bg-gray-900\/70:hover{background-color:#111827b3}.hover\:bg-gray-900\/75:hover{background-color:#111827bf}.hover\:bg-gray-900\/80:hover{background-color:#111827cc}.hover\:bg-gray-900\/90:hover{background-color:#111827e6}.hover\:bg-gray-950:hover{background-color:#030712}.hover\:bg-gray-950\/0:hover{background-color:#03071200}.hover\:bg-gray-950\/10:hover{background-color:#0307121a}.hover\:bg-gray-950\/20:hover{background-color:#03071233}.hover\:bg-gray-950\/30:hover{background-color:#0307124d}.hover\:bg-gray-950\/40:hover{background-color:#03071266}.hover\:bg-gray-950\/50:hover{background-color:#03071280}.hover\:bg-gray-950\/60:hover{background-color:#03071299}.hover\:bg-gray-950\/70:hover{background-color:#030712b3}.hover\:bg-gray-950\/75:hover{background-color:#030712bf}.hover\:bg-gray-950\/80:hover{background-color:#030712cc}.hover\:bg-gray-950\/90:hover{background-color:#030712e6}.hover\:bg-zinc-50:hover{background-color:#fafafa}.hover\:bg-zinc-50\/0:hover{background-color:#fafafa00}.hover\:bg-zinc-50\/10:hover{background-color:#fafafa1a}.hover\:bg-zinc-50\/20:hover{background-color:#fafafa33}.hover\:bg-zinc-50\/30:hover{background-color:#fafafa4d}.hover\:bg-zinc-50\/40:hover{background-color:#fafafa66}.hover\:bg-zinc-50\/50:hover{background-color:#fafafa80}.hover\:bg-zinc-50\/60:hover{background-color:#fafafa99}.hover\:bg-zinc-50\/70:hover{background-color:#fafafab3}.hover\:bg-zinc-50\/75:hover{background-color:#fafafabf}.hover\:bg-zinc-50\/80:hover{background-color:#fafafacc}.hover\:bg-zinc-50\/90:hover{background-color:#fafafae6}.hover\:bg-zinc-100:hover{background-color:#f4f4f5}.hover\:bg-zinc-100\/0:hover{background-color:#f4f4f500}.hover\:bg-zinc-100\/10:hover{background-color:#f4f4f51a}.hover\:bg-zinc-100\/20:hover{background-color:#f4f4f533}.hover\:bg-zinc-100\/30:hover{background-color:#f4f4f54d}.hover\:bg-zinc-100\/40:hover{background-color:#f4f4f566}.hover\:bg-zinc-100\/50:hover{background-color:#f4f4f580}.hover\:bg-zinc-100\/60:hover{background-color:#f4f4f599}.hover\:bg-zinc-100\/70:hover{background-color:#f4f4f5b3}.hover\:bg-zinc-100\/75:hover{background-color:#f4f4f5bf}.hover\:bg-zinc-100\/80:hover{background-color:#f4f4f5cc}.hover\:bg-zinc-100\/90:hover{background-color:#f4f4f5e6}.hover\:bg-zinc-200:hover{background-color:#e4e4e7}.hover\:bg-zinc-200\/0:hover{background-color:#e4e4e700}.hover\:bg-zinc-200\/10:hover{background-color:#e4e4e71a}.hover\:bg-zinc-200\/20:hover{background-color:#e4e4e733}.hover\:bg-zinc-200\/30:hover{background-color:#e4e4e74d}.hover\:bg-zinc-200\/40:hover{background-color:#e4e4e766}.hover\:bg-zinc-200\/50:hover{background-color:#e4e4e780}.hover\:bg-zinc-200\/60:hover{background-color:#e4e4e799}.hover\:bg-zinc-200\/70:hover{background-color:#e4e4e7b3}.hover\:bg-zinc-200\/75:hover{background-color:#e4e4e7bf}.hover\:bg-zinc-200\/80:hover{background-color:#e4e4e7cc}.hover\:bg-zinc-200\/90:hover{background-color:#e4e4e7e6}.hover\:bg-zinc-300:hover{background-color:#d4d4d8}.hover\:bg-zinc-300\/0:hover{background-color:#d4d4d800}.hover\:bg-zinc-300\/10:hover{background-color:#d4d4d81a}.hover\:bg-zinc-300\/20:hover{background-color:#d4d4d833}.hover\:bg-zinc-300\/30:hover{background-color:#d4d4d84d}.hover\:bg-zinc-300\/40:hover{background-color:#d4d4d866}.hover\:bg-zinc-300\/50:hover{background-color:#d4d4d880}.hover\:bg-zinc-300\/60:hover{background-color:#d4d4d899}.hover\:bg-zinc-300\/70:hover{background-color:#d4d4d8b3}.hover\:bg-zinc-300\/75:hover{background-color:#d4d4d8bf}.hover\:bg-zinc-300\/80:hover{background-color:#d4d4d8cc}.hover\:bg-zinc-300\/90:hover{background-color:#d4d4d8e6}.hover\:bg-zinc-400:hover{background-color:#a1a1aa}.hover\:bg-zinc-400\/0:hover{background-color:#a1a1aa00}.hover\:bg-zinc-400\/10:hover{background-color:#a1a1aa1a}.hover\:bg-zinc-400\/20:hover{background-color:#a1a1aa33}.hover\:bg-zinc-400\/30:hover{background-color:#a1a1aa4d}.hover\:bg-zinc-400\/40:hover{background-color:#a1a1aa66}.hover\:bg-zinc-400\/50:hover{background-color:#a1a1aa80}.hover\:bg-zinc-400\/60:hover{background-color:#a1a1aa99}.hover\:bg-zinc-400\/70:hover{background-color:#a1a1aab3}.hover\:bg-zinc-400\/75:hover{background-color:#a1a1aabf}.hover\:bg-zinc-400\/80:hover{background-color:#a1a1aacc}.hover\:bg-zinc-400\/90:hover{background-color:#a1a1aae6}.hover\:bg-zinc-500:hover{background-color:#71717a}.hover\:bg-zinc-500\/0:hover{background-color:#71717a00}.hover\:bg-zinc-500\/10:hover{background-color:#71717a1a}.hover\:bg-zinc-500\/20:hover{background-color:#71717a33}.hover\:bg-zinc-500\/30:hover{background-color:#71717a4d}.hover\:bg-zinc-500\/40:hover{background-color:#71717a66}.hover\:bg-zinc-500\/50:hover{background-color:#71717a80}.hover\:bg-zinc-500\/60:hover{background-color:#71717a99}.hover\:bg-zinc-500\/70:hover{background-color:#71717ab3}.hover\:bg-zinc-500\/75:hover{background-color:#71717abf}.hover\:bg-zinc-500\/80:hover{background-color:#71717acc}.hover\:bg-zinc-500\/90:hover{background-color:#71717ae6}.hover\:bg-zinc-600:hover{background-color:#52525b}.hover\:bg-zinc-600\/0:hover{background-color:#52525b00}.hover\:bg-zinc-600\/10:hover{background-color:#52525b1a}.hover\:bg-zinc-600\/20:hover{background-color:#52525b33}.hover\:bg-zinc-600\/30:hover{background-color:#52525b4d}.hover\:bg-zinc-600\/40:hover{background-color:#52525b66}.hover\:bg-zinc-600\/50:hover{background-color:#52525b80}.hover\:bg-zinc-600\/60:hover{background-color:#52525b99}.hover\:bg-zinc-600\/70:hover{background-color:#52525bb3}.hover\:bg-zinc-600\/75:hover{background-color:#52525bbf}.hover\:bg-zinc-600\/80:hover{background-color:#52525bcc}.hover\:bg-zinc-600\/90:hover{background-color:#52525be6}.hover\:bg-zinc-700:hover{background-color:#3f3f46}.hover\:bg-zinc-700\/0:hover{background-color:#3f3f4600}.hover\:bg-zinc-700\/10:hover{background-color:#3f3f461a}.hover\:bg-zinc-700\/20:hover{background-color:#3f3f4633}.hover\:bg-zinc-700\/30:hover{background-color:#3f3f464d}.hover\:bg-zinc-700\/40:hover{background-color:#3f3f4666}.hover\:bg-zinc-700\/50:hover{background-color:#3f3f4680}.hover\:bg-zinc-700\/60:hover{background-color:#3f3f4699}.hover\:bg-zinc-700\/70:hover{background-color:#3f3f46b3}.hover\:bg-zinc-700\/75:hover{background-color:#3f3f46bf}.hover\:bg-zinc-700\/80:hover{background-color:#3f3f46cc}.hover\:bg-zinc-700\/90:hover{background-color:#3f3f46e6}.hover\:bg-zinc-800:hover{background-color:#27272a}.hover\:bg-zinc-800\/0:hover{background-color:#27272a00}.hover\:bg-zinc-800\/10:hover{background-color:#27272a1a}.hover\:bg-zinc-800\/20:hover{background-color:#27272a33}.hover\:bg-zinc-800\/30:hover{background-color:#27272a4d}.hover\:bg-zinc-800\/40:hover{background-color:#27272a66}.hover\:bg-zinc-800\/50:hover{background-color:#27272a80}.hover\:bg-zinc-800\/60:hover{background-color:#27272a99}.hover\:bg-zinc-800\/70:hover{background-color:#27272ab3}.hover\:bg-zinc-800\/75:hover{background-color:#27272abf}.hover\:bg-zinc-800\/80:hover{background-color:#27272acc}.hover\:bg-zinc-800\/90:hover{background-color:#27272ae6}.hover\:bg-zinc-900:hover{background-color:#18181b}.hover\:bg-zinc-900\/0:hover{background-color:#18181b00}.hover\:bg-zinc-900\/10:hover{background-color:#18181b1a}.hover\:bg-zinc-900\/20:hover{background-color:#18181b33}.hover\:bg-zinc-900\/30:hover{background-color:#18181b4d}.hover\:bg-zinc-900\/40:hover{background-color:#18181b66}.hover\:bg-zinc-900\/50:hover{background-color:#18181b80}.hover\:bg-zinc-900\/60:hover{background-color:#18181b99}.hover\:bg-zinc-900\/70:hover{background-color:#18181bb3}.hover\:bg-zinc-900\/75:hover{background-color:#18181bbf}.hover\:bg-zinc-900\/80:hover{background-color:#18181bcc}.hover\:bg-zinc-900\/90:hover{background-color:#18181be6}.hover\:bg-zinc-950:hover{background-color:#09090b}.hover\:bg-zinc-950\/0:hover{background-color:#09090b00}.hover\:bg-zinc-950\/10:hover{background-color:#09090b1a}.hover\:bg-zinc-950\/20:hover{background-color:#09090b33}.hover\:bg-zinc-950\/30:hover{background-color:#09090b4d}.hover\:bg-zinc-950\/40:hover{background-color:#09090b66}.hover\:bg-zinc-950\/50:hover{background-color:#09090b80}.hover\:bg-zinc-950\/60:hover{background-color:#09090b99}.hover\:bg-zinc-950\/70:hover{background-color:#09090bb3}.hover\:bg-zinc-950\/75:hover{background-color:#09090bbf}.hover\:bg-zinc-950\/80:hover{background-color:#09090bcc}.hover\:bg-zinc-950\/90:hover{background-color:#09090be6}.hover\:bg-neutral-50:hover{background-color:#fafafa}.hover\:bg-neutral-50\/0:hover{background-color:#fafafa00}.hover\:bg-neutral-50\/10:hover{background-color:#fafafa1a}.hover\:bg-neutral-50\/20:hover{background-color:#fafafa33}.hover\:bg-neutral-50\/30:hover{background-color:#fafafa4d}.hover\:bg-neutral-50\/40:hover{background-color:#fafafa66}.hover\:bg-neutral-50\/50:hover{background-color:#fafafa80}.hover\:bg-neutral-50\/60:hover{background-color:#fafafa99}.hover\:bg-neutral-50\/70:hover{background-color:#fafafab3}.hover\:bg-neutral-50\/75:hover{background-color:#fafafabf}.hover\:bg-neutral-50\/80:hover{background-color:#fafafacc}.hover\:bg-neutral-50\/90:hover{background-color:#fafafae6}.hover\:bg-neutral-100:hover{background-color:#f5f5f5}.hover\:bg-neutral-100\/0:hover{background-color:#f5f5f500}.hover\:bg-neutral-100\/10:hover{background-color:#f5f5f51a}.hover\:bg-neutral-100\/20:hover{background-color:#f5f5f533}.hover\:bg-neutral-100\/30:hover{background-color:#f5f5f54d}.hover\:bg-neutral-100\/40:hover{background-color:#f5f5f566}.hover\:bg-neutral-100\/50:hover{background-color:#f5f5f580}.hover\:bg-neutral-100\/60:hover{background-color:#f5f5f599}.hover\:bg-neutral-100\/70:hover{background-color:#f5f5f5b3}.hover\:bg-neutral-100\/75:hover{background-color:#f5f5f5bf}.hover\:bg-neutral-100\/80:hover{background-color:#f5f5f5cc}.hover\:bg-neutral-100\/90:hover{background-color:#f5f5f5e6}.hover\:bg-neutral-200:hover{background-color:#e5e5e5}.hover\:bg-neutral-200\/0:hover{background-color:#e5e5e500}.hover\:bg-neutral-200\/10:hover{background-color:#e5e5e51a}.hover\:bg-neutral-200\/20:hover{background-color:#e5e5e533}.hover\:bg-neutral-200\/30:hover{background-color:#e5e5e54d}.hover\:bg-neutral-200\/40:hover{background-color:#e5e5e566}.hover\:bg-neutral-200\/50:hover{background-color:#e5e5e580}.hover\:bg-neutral-200\/60:hover{background-color:#e5e5e599}.hover\:bg-neutral-200\/70:hover{background-color:#e5e5e5b3}.hover\:bg-neutral-200\/75:hover{background-color:#e5e5e5bf}.hover\:bg-neutral-200\/80:hover{background-color:#e5e5e5cc}.hover\:bg-neutral-200\/90:hover{background-color:#e5e5e5e6}.hover\:bg-neutral-300:hover{background-color:#d4d4d4}.hover\:bg-neutral-300\/0:hover{background-color:#d4d4d400}.hover\:bg-neutral-300\/10:hover{background-color:#d4d4d41a}.hover\:bg-neutral-300\/20:hover{background-color:#d4d4d433}.hover\:bg-neutral-300\/30:hover{background-color:#d4d4d44d}.hover\:bg-neutral-300\/40:hover{background-color:#d4d4d466}.hover\:bg-neutral-300\/50:hover{background-color:#d4d4d480}.hover\:bg-neutral-300\/60:hover{background-color:#d4d4d499}.hover\:bg-neutral-300\/70:hover{background-color:#d4d4d4b3}.hover\:bg-neutral-300\/75:hover{background-color:#d4d4d4bf}.hover\:bg-neutral-300\/80:hover{background-color:#d4d4d4cc}.hover\:bg-neutral-300\/90:hover{background-color:#d4d4d4e6}.hover\:bg-neutral-400:hover{background-color:#a3a3a3}.hover\:bg-neutral-400\/0:hover{background-color:#a3a3a300}.hover\:bg-neutral-400\/10:hover{background-color:#a3a3a31a}.hover\:bg-neutral-400\/20:hover{background-color:#a3a3a333}.hover\:bg-neutral-400\/30:hover{background-color:#a3a3a34d}.hover\:bg-neutral-400\/40:hover{background-color:#a3a3a366}.hover\:bg-neutral-400\/50:hover{background-color:#a3a3a380}.hover\:bg-neutral-400\/60:hover{background-color:#a3a3a399}.hover\:bg-neutral-400\/70:hover{background-color:#a3a3a3b3}.hover\:bg-neutral-400\/75:hover{background-color:#a3a3a3bf}.hover\:bg-neutral-400\/80:hover{background-color:#a3a3a3cc}.hover\:bg-neutral-400\/90:hover{background-color:#a3a3a3e6}.hover\:bg-neutral-500:hover{background-color:#737373}.hover\:bg-neutral-500\/0:hover{background-color:#73737300}.hover\:bg-neutral-500\/10:hover{background-color:#7373731a}.hover\:bg-neutral-500\/20:hover{background-color:#73737333}.hover\:bg-neutral-500\/30:hover{background-color:#7373734d}.hover\:bg-neutral-500\/40:hover{background-color:#73737366}.hover\:bg-neutral-500\/50:hover{background-color:#73737380}.hover\:bg-neutral-500\/60:hover{background-color:#73737399}.hover\:bg-neutral-500\/70:hover{background-color:#737373b3}.hover\:bg-neutral-500\/75:hover{background-color:#737373bf}.hover\:bg-neutral-500\/80:hover{background-color:#737373cc}.hover\:bg-neutral-500\/90:hover{background-color:#737373e6}.hover\:bg-neutral-600:hover{background-color:#525252}.hover\:bg-neutral-600\/0:hover{background-color:#52525200}.hover\:bg-neutral-600\/10:hover{background-color:#5252521a}.hover\:bg-neutral-600\/20:hover{background-color:#52525233}.hover\:bg-neutral-600\/30:hover{background-color:#5252524d}.hover\:bg-neutral-600\/40:hover{background-color:#52525266}.hover\:bg-neutral-600\/50:hover{background-color:#52525280}.hover\:bg-neutral-600\/60:hover{background-color:#52525299}.hover\:bg-neutral-600\/70:hover{background-color:#525252b3}.hover\:bg-neutral-600\/75:hover{background-color:#525252bf}.hover\:bg-neutral-600\/80:hover{background-color:#525252cc}.hover\:bg-neutral-600\/90:hover{background-color:#525252e6}.hover\:bg-neutral-700:hover{background-color:#404040}.hover\:bg-neutral-700\/0:hover{background-color:#40404000}.hover\:bg-neutral-700\/10:hover{background-color:#4040401a}.hover\:bg-neutral-700\/20:hover{background-color:#40404033}.hover\:bg-neutral-700\/30:hover{background-color:#4040404d}.hover\:bg-neutral-700\/40:hover{background-color:#40404066}.hover\:bg-neutral-700\/50:hover{background-color:#40404080}.hover\:bg-neutral-700\/60:hover{background-color:#40404099}.hover\:bg-neutral-700\/70:hover{background-color:#404040b3}.hover\:bg-neutral-700\/75:hover{background-color:#404040bf}.hover\:bg-neutral-700\/80:hover{background-color:#404040cc}.hover\:bg-neutral-700\/90:hover{background-color:#404040e6}.hover\:bg-neutral-800:hover{background-color:#262626}.hover\:bg-neutral-800\/0:hover{background-color:#26262600}.hover\:bg-neutral-800\/10:hover{background-color:#2626261a}.hover\:bg-neutral-800\/20:hover{background-color:#26262633}.hover\:bg-neutral-800\/30:hover{background-color:#2626264d}.hover\:bg-neutral-800\/40:hover{background-color:#26262666}.hover\:bg-neutral-800\/50:hover{background-color:#26262680}.hover\:bg-neutral-800\/60:hover{background-color:#26262699}.hover\:bg-neutral-800\/70:hover{background-color:#262626b3}.hover\:bg-neutral-800\/75:hover{background-color:#262626bf}.hover\:bg-neutral-800\/80:hover{background-color:#262626cc}.hover\:bg-neutral-800\/90:hover{background-color:#262626e6}.hover\:bg-neutral-900:hover{background-color:#171717}.hover\:bg-neutral-900\/0:hover{background-color:#17171700}.hover\:bg-neutral-900\/10:hover{background-color:#1717171a}.hover\:bg-neutral-900\/20:hover{background-color:#17171733}.hover\:bg-neutral-900\/30:hover{background-color:#1717174d}.hover\:bg-neutral-900\/40:hover{background-color:#17171766}.hover\:bg-neutral-900\/50:hover{background-color:#17171780}.hover\:bg-neutral-900\/60:hover{background-color:#17171799}.hover\:bg-neutral-900\/70:hover{background-color:#171717b3}.hover\:bg-neutral-900\/75:hover{background-color:#171717bf}.hover\:bg-neutral-900\/80:hover{background-color:#171717cc}.hover\:bg-neutral-900\/90:hover{background-color:#171717e6}.hover\:bg-neutral-950:hover{background-color:#0a0a0a}.hover\:bg-neutral-950\/0:hover{background-color:#0a0a0a00}.hover\:bg-neutral-950\/10:hover{background-color:#0a0a0a1a}.hover\:bg-neutral-950\/20:hover{background-color:#0a0a0a33}.hover\:bg-neutral-950\/30:hover{background-color:#0a0a0a4d}.hover\:bg-neutral-950\/40:hover{background-color:#0a0a0a66}.hover\:bg-neutral-950\/50:hover{background-color:#0a0a0a80}.hover\:bg-neutral-950\/60:hover{background-color:#0a0a0a99}.hover\:bg-neutral-950\/70:hover{background-color:#0a0a0ab3}.hover\:bg-neutral-950\/75:hover{background-color:#0a0a0abf}.hover\:bg-neutral-950\/80:hover{background-color:#0a0a0acc}.hover\:bg-neutral-950\/90:hover{background-color:#0a0a0ae6}.hover\:bg-stone-50:hover{background-color:#fafaf9}.hover\:bg-stone-50\/0:hover{background-color:#fafaf900}.hover\:bg-stone-50\/10:hover{background-color:#fafaf91a}.hover\:bg-stone-50\/20:hover{background-color:#fafaf933}.hover\:bg-stone-50\/30:hover{background-color:#fafaf94d}.hover\:bg-stone-50\/40:hover{background-color:#fafaf966}.hover\:bg-stone-50\/50:hover{background-color:#fafaf980}.hover\:bg-stone-50\/60:hover{background-color:#fafaf999}.hover\:bg-stone-50\/70:hover{background-color:#fafaf9b3}.hover\:bg-stone-50\/75:hover{background-color:#fafaf9bf}.hover\:bg-stone-50\/80:hover{background-color:#fafaf9cc}.hover\:bg-stone-50\/90:hover{background-color:#fafaf9e6}.hover\:bg-stone-100:hover{background-color:#f5f5f4}.hover\:bg-stone-100\/0:hover{background-color:#f5f5f400}.hover\:bg-stone-100\/10:hover{background-color:#f5f5f41a}.hover\:bg-stone-100\/20:hover{background-color:#f5f5f433}.hover\:bg-stone-100\/30:hover{background-color:#f5f5f44d}.hover\:bg-stone-100\/40:hover{background-color:#f5f5f466}.hover\:bg-stone-100\/50:hover{background-color:#f5f5f480}.hover\:bg-stone-100\/60:hover{background-color:#f5f5f499}.hover\:bg-stone-100\/70:hover{background-color:#f5f5f4b3}.hover\:bg-stone-100\/75:hover{background-color:#f5f5f4bf}.hover\:bg-stone-100\/80:hover{background-color:#f5f5f4cc}.hover\:bg-stone-100\/90:hover{background-color:#f5f5f4e6}.hover\:bg-stone-200:hover{background-color:#e7e5e4}.hover\:bg-stone-200\/0:hover{background-color:#e7e5e400}.hover\:bg-stone-200\/10:hover{background-color:#e7e5e41a}.hover\:bg-stone-200\/20:hover{background-color:#e7e5e433}.hover\:bg-stone-200\/30:hover{background-color:#e7e5e44d}.hover\:bg-stone-200\/40:hover{background-color:#e7e5e466}.hover\:bg-stone-200\/50:hover{background-color:#e7e5e480}.hover\:bg-stone-200\/60:hover{background-color:#e7e5e499}.hover\:bg-stone-200\/70:hover{background-color:#e7e5e4b3}.hover\:bg-stone-200\/75:hover{background-color:#e7e5e4bf}.hover\:bg-stone-200\/80:hover{background-color:#e7e5e4cc}.hover\:bg-stone-200\/90:hover{background-color:#e7e5e4e6}.hover\:bg-stone-300:hover{background-color:#d6d3d1}.hover\:bg-stone-300\/0:hover{background-color:#d6d3d100}.hover\:bg-stone-300\/10:hover{background-color:#d6d3d11a}.hover\:bg-stone-300\/20:hover{background-color:#d6d3d133}.hover\:bg-stone-300\/30:hover{background-color:#d6d3d14d}.hover\:bg-stone-300\/40:hover{background-color:#d6d3d166}.hover\:bg-stone-300\/50:hover{background-color:#d6d3d180}.hover\:bg-stone-300\/60:hover{background-color:#d6d3d199}.hover\:bg-stone-300\/70:hover{background-color:#d6d3d1b3}.hover\:bg-stone-300\/75:hover{background-color:#d6d3d1bf}.hover\:bg-stone-300\/80:hover{background-color:#d6d3d1cc}.hover\:bg-stone-300\/90:hover{background-color:#d6d3d1e6}.hover\:bg-stone-400:hover{background-color:#a8a29e}.hover\:bg-stone-400\/0:hover{background-color:#a8a29e00}.hover\:bg-stone-400\/10:hover{background-color:#a8a29e1a}.hover\:bg-stone-400\/20:hover{background-color:#a8a29e33}.hover\:bg-stone-400\/30:hover{background-color:#a8a29e4d}.hover\:bg-stone-400\/40:hover{background-color:#a8a29e66}.hover\:bg-stone-400\/50:hover{background-color:#a8a29e80}.hover\:bg-stone-400\/60:hover{background-color:#a8a29e99}.hover\:bg-stone-400\/70:hover{background-color:#a8a29eb3}.hover\:bg-stone-400\/75:hover{background-color:#a8a29ebf}.hover\:bg-stone-400\/80:hover{background-color:#a8a29ecc}.hover\:bg-stone-400\/90:hover{background-color:#a8a29ee6}.hover\:bg-stone-500:hover{background-color:#78716c}.hover\:bg-stone-500\/0:hover{background-color:#78716c00}.hover\:bg-stone-500\/10:hover{background-color:#78716c1a}.hover\:bg-stone-500\/20:hover{background-color:#78716c33}.hover\:bg-stone-500\/30:hover{background-color:#78716c4d}.hover\:bg-stone-500\/40:hover{background-color:#78716c66}.hover\:bg-stone-500\/50:hover{background-color:#78716c80}.hover\:bg-stone-500\/60:hover{background-color:#78716c99}.hover\:bg-stone-500\/70:hover{background-color:#78716cb3}.hover\:bg-stone-500\/75:hover{background-color:#78716cbf}.hover\:bg-stone-500\/80:hover{background-color:#78716ccc}.hover\:bg-stone-500\/90:hover{background-color:#78716ce6}.hover\:bg-stone-600:hover{background-color:#57534e}.hover\:bg-stone-600\/0:hover{background-color:#57534e00}.hover\:bg-stone-600\/10:hover{background-color:#57534e1a}.hover\:bg-stone-600\/20:hover{background-color:#57534e33}.hover\:bg-stone-600\/30:hover{background-color:#57534e4d}.hover\:bg-stone-600\/40:hover{background-color:#57534e66}.hover\:bg-stone-600\/50:hover{background-color:#57534e80}.hover\:bg-stone-600\/60:hover{background-color:#57534e99}.hover\:bg-stone-600\/70:hover{background-color:#57534eb3}.hover\:bg-stone-600\/75:hover{background-color:#57534ebf}.hover\:bg-stone-600\/80:hover{background-color:#57534ecc}.hover\:bg-stone-600\/90:hover{background-color:#57534ee6}.hover\:bg-stone-700:hover{background-color:#44403c}.hover\:bg-stone-700\/0:hover{background-color:#44403c00}.hover\:bg-stone-700\/10:hover{background-color:#44403c1a}.hover\:bg-stone-700\/20:hover{background-color:#44403c33}.hover\:bg-stone-700\/30:hover{background-color:#44403c4d}.hover\:bg-stone-700\/40:hover{background-color:#44403c66}.hover\:bg-stone-700\/50:hover{background-color:#44403c80}.hover\:bg-stone-700\/60:hover{background-color:#44403c99}.hover\:bg-stone-700\/70:hover{background-color:#44403cb3}.hover\:bg-stone-700\/75:hover{background-color:#44403cbf}.hover\:bg-stone-700\/80:hover{background-color:#44403ccc}.hover\:bg-stone-700\/90:hover{background-color:#44403ce6}.hover\:bg-stone-800:hover{background-color:#292524}.hover\:bg-stone-800\/0:hover{background-color:#29252400}.hover\:bg-stone-800\/10:hover{background-color:#2925241a}.hover\:bg-stone-800\/20:hover{background-color:#29252433}.hover\:bg-stone-800\/30:hover{background-color:#2925244d}.hover\:bg-stone-800\/40:hover{background-color:#29252466}.hover\:bg-stone-800\/50:hover{background-color:#29252480}.hover\:bg-stone-800\/60:hover{background-color:#29252499}.hover\:bg-stone-800\/70:hover{background-color:#292524b3}.hover\:bg-stone-800\/75:hover{background-color:#292524bf}.hover\:bg-stone-800\/80:hover{background-color:#292524cc}.hover\:bg-stone-800\/90:hover{background-color:#292524e6}.hover\:bg-stone-900:hover{background-color:#1c1917}.hover\:bg-stone-900\/0:hover{background-color:#1c191700}.hover\:bg-stone-900\/10:hover{background-color:#1c19171a}.hover\:bg-stone-900\/20:hover{background-color:#1c191733}.hover\:bg-stone-900\/30:hover{background-color:#1c19174d}.hover\:bg-stone-900\/40:hover{background-color:#1c191766}.hover\:bg-stone-900\/50:hover{background-color:#1c191780}.hover\:bg-stone-900\/60:hover{background-color:#1c191799}.hover\:bg-stone-900\/70:hover{background-color:#1c1917b3}.hover\:bg-stone-900\/75:hover{background-color:#1c1917bf}.hover\:bg-stone-900\/80:hover{background-color:#1c1917cc}.hover\:bg-stone-900\/90:hover{background-color:#1c1917e6}.hover\:bg-stone-950:hover{background-color:#0c0a09}.hover\:bg-stone-950\/0:hover{background-color:#0c0a0900}.hover\:bg-stone-950\/10:hover{background-color:#0c0a091a}.hover\:bg-stone-950\/20:hover{background-color:#0c0a0933}.hover\:bg-stone-950\/30:hover{background-color:#0c0a094d}.hover\:bg-stone-950\/40:hover{background-color:#0c0a0966}.hover\:bg-stone-950\/50:hover{background-color:#0c0a0980}.hover\:bg-stone-950\/60:hover{background-color:#0c0a0999}.hover\:bg-stone-950\/70:hover{background-color:#0c0a09b3}.hover\:bg-stone-950\/75:hover{background-color:#0c0a09bf}.hover\:bg-stone-950\/80:hover{background-color:#0c0a09cc}.hover\:bg-stone-950\/90:hover{background-color:#0c0a09e6}.hover\:bg-red-50:hover{background-color:#fef2f2}.hover\:bg-red-50\/0:hover{background-color:#fef2f200}.hover\:bg-red-50\/10:hover{background-color:#fef2f21a}.hover\:bg-red-50\/20:hover{background-color:#fef2f233}.hover\:bg-red-50\/30:hover{background-color:#fef2f24d}.hover\:bg-red-50\/40:hover{background-color:#fef2f266}.hover\:bg-red-50\/50:hover{background-color:#fef2f280}.hover\:bg-red-50\/60:hover{background-color:#fef2f299}.hover\:bg-red-50\/70:hover{background-color:#fef2f2b3}.hover\:bg-red-50\/75:hover{background-color:#fef2f2bf}.hover\:bg-red-50\/80:hover{background-color:#fef2f2cc}.hover\:bg-red-50\/90:hover{background-color:#fef2f2e6}.hover\:bg-red-100:hover{background-color:#fee2e2}.hover\:bg-red-100\/0:hover{background-color:#fee2e200}.hover\:bg-red-100\/10:hover{background-color:#fee2e21a}.hover\:bg-red-100\/20:hover{background-color:#fee2e233}.hover\:bg-red-100\/30:hover{background-color:#fee2e24d}.hover\:bg-red-100\/40:hover{background-color:#fee2e266}.hover\:bg-red-100\/50:hover{background-color:#fee2e280}.hover\:bg-red-100\/60:hover{background-color:#fee2e299}.hover\:bg-red-100\/70:hover{background-color:#fee2e2b3}.hover\:bg-red-100\/75:hover{background-color:#fee2e2bf}.hover\:bg-red-100\/80:hover{background-color:#fee2e2cc}.hover\:bg-red-100\/90:hover{background-color:#fee2e2e6}.hover\:bg-red-200:hover{background-color:#fecaca}.hover\:bg-red-200\/0:hover{background-color:#fecaca00}.hover\:bg-red-200\/10:hover{background-color:#fecaca1a}.hover\:bg-red-200\/20:hover{background-color:#fecaca33}.hover\:bg-red-200\/30:hover{background-color:#fecaca4d}.hover\:bg-red-200\/40:hover{background-color:#fecaca66}.hover\:bg-red-200\/50:hover{background-color:#fecaca80}.hover\:bg-red-200\/60:hover{background-color:#fecaca99}.hover\:bg-red-200\/70:hover{background-color:#fecacab3}.hover\:bg-red-200\/75:hover{background-color:#fecacabf}.hover\:bg-red-200\/80:hover{background-color:#fecacacc}.hover\:bg-red-200\/90:hover{background-color:#fecacae6}.hover\:bg-red-300:hover{background-color:#fca5a5}.hover\:bg-red-300\/0:hover{background-color:#fca5a500}.hover\:bg-red-300\/10:hover{background-color:#fca5a51a}.hover\:bg-red-300\/20:hover{background-color:#fca5a533}.hover\:bg-red-300\/30:hover{background-color:#fca5a54d}.hover\:bg-red-300\/40:hover{background-color:#fca5a566}.hover\:bg-red-300\/50:hover{background-color:#fca5a580}.hover\:bg-red-300\/60:hover{background-color:#fca5a599}.hover\:bg-red-300\/70:hover{background-color:#fca5a5b3}.hover\:bg-red-300\/75:hover{background-color:#fca5a5bf}.hover\:bg-red-300\/80:hover{background-color:#fca5a5cc}.hover\:bg-red-300\/90:hover{background-color:#fca5a5e6}.hover\:bg-red-400:hover{background-color:#f87171}.hover\:bg-red-400\/0:hover{background-color:#f8717100}.hover\:bg-red-400\/10:hover{background-color:#f871711a}.hover\:bg-red-400\/20:hover{background-color:#f8717133}.hover\:bg-red-400\/30:hover{background-color:#f871714d}.hover\:bg-red-400\/40:hover{background-color:#f8717166}.hover\:bg-red-400\/50:hover{background-color:#f8717180}.hover\:bg-red-400\/60:hover{background-color:#f8717199}.hover\:bg-red-400\/70:hover{background-color:#f87171b3}.hover\:bg-red-400\/75:hover{background-color:#f87171bf}.hover\:bg-red-400\/80:hover{background-color:#f87171cc}.hover\:bg-red-400\/90:hover{background-color:#f87171e6}.hover\:bg-red-500:hover{background-color:#ef4444}.hover\:bg-red-500\/0:hover{background-color:#ef444400}.hover\:bg-red-500\/10:hover{background-color:#ef44441a}.hover\:bg-red-500\/20:hover{background-color:#ef444433}.hover\:bg-red-500\/30:hover{background-color:#ef44444d}.hover\:bg-red-500\/40:hover{background-color:#ef444466}.hover\:bg-red-500\/50:hover{background-color:#ef444480}.hover\:bg-red-500\/60:hover{background-color:#ef444499}.hover\:bg-red-500\/70:hover{background-color:#ef4444b3}.hover\:bg-red-500\/75:hover{background-color:#ef4444bf}.hover\:bg-red-500\/80:hover{background-color:#ef4444cc}.hover\:bg-red-500\/90:hover{background-color:#ef4444e6}.hover\:bg-red-600:hover{background-color:#dc2626}.hover\:bg-red-600\/0:hover{background-color:#dc262600}.hover\:bg-red-600\/10:hover{background-color:#dc26261a}.hover\:bg-red-600\/20:hover{background-color:#dc262633}.hover\:bg-red-600\/30:hover{background-color:#dc26264d}.hover\:bg-red-600\/40:hover{background-color:#dc262666}.hover\:bg-red-600\/50:hover{background-color:#dc262680}.hover\:bg-red-600\/60:hover{background-color:#dc262699}.hover\:bg-red-600\/70:hover{background-color:#dc2626b3}.hover\:bg-red-600\/75:hover{background-color:#dc2626bf}.hover\:bg-red-600\/80:hover{background-color:#dc2626cc}.hover\:bg-red-600\/90:hover{background-color:#dc2626e6}.hover\:bg-red-700:hover{background-color:#b91c1c}.hover\:bg-red-700\/0:hover{background-color:#b91c1c00}.hover\:bg-red-700\/10:hover{background-color:#b91c1c1a}.hover\:bg-red-700\/20:hover{background-color:#b91c1c33}.hover\:bg-red-700\/30:hover{background-color:#b91c1c4d}.hover\:bg-red-700\/40:hover{background-color:#b91c1c66}.hover\:bg-red-700\/50:hover{background-color:#b91c1c80}.hover\:bg-red-700\/60:hover{background-color:#b91c1c99}.hover\:bg-red-700\/70:hover{background-color:#b91c1cb3}.hover\:bg-red-700\/75:hover{background-color:#b91c1cbf}.hover\:bg-red-700\/80:hover{background-color:#b91c1ccc}.hover\:bg-red-700\/90:hover{background-color:#b91c1ce6}.hover\:bg-red-800:hover{background-color:#991b1b}.hover\:bg-red-800\/0:hover{background-color:#991b1b00}.hover\:bg-red-800\/10:hover{background-color:#991b1b1a}.hover\:bg-red-800\/20:hover{background-color:#991b1b33}.hover\:bg-red-800\/30:hover{background-color:#991b1b4d}.hover\:bg-red-800\/40:hover{background-color:#991b1b66}.hover\:bg-red-800\/50:hover{background-color:#991b1b80}.hover\:bg-red-800\/60:hover{background-color:#991b1b99}.hover\:bg-red-800\/70:hover{background-color:#991b1bb3}.hover\:bg-red-800\/75:hover{background-color:#991b1bbf}.hover\:bg-red-800\/80:hover{background-color:#991b1bcc}.hover\:bg-red-800\/90:hover{background-color:#991b1be6}.hover\:bg-red-900:hover{background-color:#7f1d1d}.hover\:bg-red-900\/0:hover{background-color:#7f1d1d00}.hover\:bg-red-900\/10:hover{background-color:#7f1d1d1a}.hover\:bg-red-900\/20:hover{background-color:#7f1d1d33}.hover\:bg-red-900\/30:hover{background-color:#7f1d1d4d}.hover\:bg-red-900\/40:hover{background-color:#7f1d1d66}.hover\:bg-red-900\/50:hover{background-color:#7f1d1d80}.hover\:bg-red-900\/60:hover{background-color:#7f1d1d99}.hover\:bg-red-900\/70:hover{background-color:#7f1d1db3}.hover\:bg-red-900\/75:hover{background-color:#7f1d1dbf}.hover\:bg-red-900\/80:hover{background-color:#7f1d1dcc}.hover\:bg-red-900\/90:hover{background-color:#7f1d1de6}.hover\:bg-red-950:hover{background-color:#450a0a}.hover\:bg-red-950\/0:hover{background-color:#450a0a00}.hover\:bg-red-950\/10:hover{background-color:#450a0a1a}.hover\:bg-red-950\/20:hover{background-color:#450a0a33}.hover\:bg-red-950\/30:hover{background-color:#450a0a4d}.hover\:bg-red-950\/40:hover{background-color:#450a0a66}.hover\:bg-red-950\/50:hover{background-color:#450a0a80}.hover\:bg-red-950\/60:hover{background-color:#450a0a99}.hover\:bg-red-950\/70:hover{background-color:#450a0ab3}.hover\:bg-red-950\/75:hover{background-color:#450a0abf}.hover\:bg-red-950\/80:hover{background-color:#450a0acc}.hover\:bg-red-950\/90:hover{background-color:#450a0ae6}.hover\:bg-orange-50:hover{background-color:#fff7ed}.hover\:bg-orange-50\/0:hover{background-color:#fff7ed00}.hover\:bg-orange-50\/10:hover{background-color:#fff7ed1a}.hover\:bg-orange-50\/20:hover{background-color:#fff7ed33}.hover\:bg-orange-50\/30:hover{background-color:#fff7ed4d}.hover\:bg-orange-50\/40:hover{background-color:#fff7ed66}.hover\:bg-orange-50\/50:hover{background-color:#fff7ed80}.hover\:bg-orange-50\/60:hover{background-color:#fff7ed99}.hover\:bg-orange-50\/70:hover{background-color:#fff7edb3}.hover\:bg-orange-50\/75:hover{background-color:#fff7edbf}.hover\:bg-orange-50\/80:hover{background-color:#fff7edcc}.hover\:bg-orange-50\/90:hover{background-color:#fff7ede6}.hover\:bg-orange-100:hover{background-color:#ffedd5}.hover\:bg-orange-100\/0:hover{background-color:#ffedd500}.hover\:bg-orange-100\/10:hover{background-color:#ffedd51a}.hover\:bg-orange-100\/20:hover{background-color:#ffedd533}.hover\:bg-orange-100\/30:hover{background-color:#ffedd54d}.hover\:bg-orange-100\/40:hover{background-color:#ffedd566}.hover\:bg-orange-100\/50:hover{background-color:#ffedd580}.hover\:bg-orange-100\/60:hover{background-color:#ffedd599}.hover\:bg-orange-100\/70:hover{background-color:#ffedd5b3}.hover\:bg-orange-100\/75:hover{background-color:#ffedd5bf}.hover\:bg-orange-100\/80:hover{background-color:#ffedd5cc}.hover\:bg-orange-100\/90:hover{background-color:#ffedd5e6}.hover\:bg-orange-200:hover{background-color:#fed7aa}.hover\:bg-orange-200\/0:hover{background-color:#fed7aa00}.hover\:bg-orange-200\/10:hover{background-color:#fed7aa1a}.hover\:bg-orange-200\/20:hover{background-color:#fed7aa33}.hover\:bg-orange-200\/30:hover{background-color:#fed7aa4d}.hover\:bg-orange-200\/40:hover{background-color:#fed7aa66}.hover\:bg-orange-200\/50:hover{background-color:#fed7aa80}.hover\:bg-orange-200\/60:hover{background-color:#fed7aa99}.hover\:bg-orange-200\/70:hover{background-color:#fed7aab3}.hover\:bg-orange-200\/75:hover{background-color:#fed7aabf}.hover\:bg-orange-200\/80:hover{background-color:#fed7aacc}.hover\:bg-orange-200\/90:hover{background-color:#fed7aae6}.hover\:bg-orange-300:hover{background-color:#fdba74}.hover\:bg-orange-300\/0:hover{background-color:#fdba7400}.hover\:bg-orange-300\/10:hover{background-color:#fdba741a}.hover\:bg-orange-300\/20:hover{background-color:#fdba7433}.hover\:bg-orange-300\/30:hover{background-color:#fdba744d}.hover\:bg-orange-300\/40:hover{background-color:#fdba7466}.hover\:bg-orange-300\/50:hover{background-color:#fdba7480}.hover\:bg-orange-300\/60:hover{background-color:#fdba7499}.hover\:bg-orange-300\/70:hover{background-color:#fdba74b3}.hover\:bg-orange-300\/75:hover{background-color:#fdba74bf}.hover\:bg-orange-300\/80:hover{background-color:#fdba74cc}.hover\:bg-orange-300\/90:hover{background-color:#fdba74e6}.hover\:bg-orange-400:hover{background-color:#fb923c}.hover\:bg-orange-400\/0:hover{background-color:#fb923c00}.hover\:bg-orange-400\/10:hover{background-color:#fb923c1a}.hover\:bg-orange-400\/20:hover{background-color:#fb923c33}.hover\:bg-orange-400\/30:hover{background-color:#fb923c4d}.hover\:bg-orange-400\/40:hover{background-color:#fb923c66}.hover\:bg-orange-400\/50:hover{background-color:#fb923c80}.hover\:bg-orange-400\/60:hover{background-color:#fb923c99}.hover\:bg-orange-400\/70:hover{background-color:#fb923cb3}.hover\:bg-orange-400\/75:hover{background-color:#fb923cbf}.hover\:bg-orange-400\/80:hover{background-color:#fb923ccc}.hover\:bg-orange-400\/90:hover{background-color:#fb923ce6}.hover\:bg-orange-500:hover{background-color:#f97316}.hover\:bg-orange-500\/0:hover{background-color:#f9731600}.hover\:bg-orange-500\/10:hover{background-color:#f973161a}.hover\:bg-orange-500\/20:hover{background-color:#f9731633}.hover\:bg-orange-500\/30:hover{background-color:#f973164d}.hover\:bg-orange-500\/40:hover{background-color:#f9731666}.hover\:bg-orange-500\/50:hover{background-color:#f9731680}.hover\:bg-orange-500\/60:hover{background-color:#f9731699}.hover\:bg-orange-500\/70:hover{background-color:#f97316b3}.hover\:bg-orange-500\/75:hover{background-color:#f97316bf}.hover\:bg-orange-500\/80:hover{background-color:#f97316cc}.hover\:bg-orange-500\/90:hover{background-color:#f97316e6}.hover\:bg-orange-600:hover{background-color:#ea580c}.hover\:bg-orange-600\/0:hover{background-color:#ea580c00}.hover\:bg-orange-600\/10:hover{background-color:#ea580c1a}.hover\:bg-orange-600\/20:hover{background-color:#ea580c33}.hover\:bg-orange-600\/30:hover{background-color:#ea580c4d}.hover\:bg-orange-600\/40:hover{background-color:#ea580c66}.hover\:bg-orange-600\/50:hover{background-color:#ea580c80}.hover\:bg-orange-600\/60:hover{background-color:#ea580c99}.hover\:bg-orange-600\/70:hover{background-color:#ea580cb3}.hover\:bg-orange-600\/75:hover{background-color:#ea580cbf}.hover\:bg-orange-600\/80:hover{background-color:#ea580ccc}.hover\:bg-orange-600\/90:hover{background-color:#ea580ce6}.hover\:bg-orange-700:hover{background-color:#c2410c}.hover\:bg-orange-700\/0:hover{background-color:#c2410c00}.hover\:bg-orange-700\/10:hover{background-color:#c2410c1a}.hover\:bg-orange-700\/20:hover{background-color:#c2410c33}.hover\:bg-orange-700\/30:hover{background-color:#c2410c4d}.hover\:bg-orange-700\/40:hover{background-color:#c2410c66}.hover\:bg-orange-700\/50:hover{background-color:#c2410c80}.hover\:bg-orange-700\/60:hover{background-color:#c2410c99}.hover\:bg-orange-700\/70:hover{background-color:#c2410cb3}.hover\:bg-orange-700\/75:hover{background-color:#c2410cbf}.hover\:bg-orange-700\/80:hover{background-color:#c2410ccc}.hover\:bg-orange-700\/90:hover{background-color:#c2410ce6}.hover\:bg-orange-800:hover{background-color:#9a3412}.hover\:bg-orange-800\/0:hover{background-color:#9a341200}.hover\:bg-orange-800\/10:hover{background-color:#9a34121a}.hover\:bg-orange-800\/20:hover{background-color:#9a341233}.hover\:bg-orange-800\/30:hover{background-color:#9a34124d}.hover\:bg-orange-800\/40:hover{background-color:#9a341266}.hover\:bg-orange-800\/50:hover{background-color:#9a341280}.hover\:bg-orange-800\/60:hover{background-color:#9a341299}.hover\:bg-orange-800\/70:hover{background-color:#9a3412b3}.hover\:bg-orange-800\/75:hover{background-color:#9a3412bf}.hover\:bg-orange-800\/80:hover{background-color:#9a3412cc}.hover\:bg-orange-800\/90:hover{background-color:#9a3412e6}.hover\:bg-orange-900:hover{background-color:#7c2d12}.hover\:bg-orange-900\/0:hover{background-color:#7c2d1200}.hover\:bg-orange-900\/10:hover{background-color:#7c2d121a}.hover\:bg-orange-900\/20:hover{background-color:#7c2d1233}.hover\:bg-orange-900\/30:hover{background-color:#7c2d124d}.hover\:bg-orange-900\/40:hover{background-color:#7c2d1266}.hover\:bg-orange-900\/50:hover{background-color:#7c2d1280}.hover\:bg-orange-900\/60:hover{background-color:#7c2d1299}.hover\:bg-orange-900\/70:hover{background-color:#7c2d12b3}.hover\:bg-orange-900\/75:hover{background-color:#7c2d12bf}.hover\:bg-orange-900\/80:hover{background-color:#7c2d12cc}.hover\:bg-orange-900\/90:hover{background-color:#7c2d12e6}.hover\:bg-orange-950:hover{background-color:#431407}.hover\:bg-orange-950\/0:hover{background-color:#43140700}.hover\:bg-orange-950\/10:hover{background-color:#4314071a}.hover\:bg-orange-950\/20:hover{background-color:#43140733}.hover\:bg-orange-950\/30:hover{background-color:#4314074d}.hover\:bg-orange-950\/40:hover{background-color:#43140766}.hover\:bg-orange-950\/50:hover{background-color:#43140780}.hover\:bg-orange-950\/60:hover{background-color:#43140799}.hover\:bg-orange-950\/70:hover{background-color:#431407b3}.hover\:bg-orange-950\/75:hover{background-color:#431407bf}.hover\:bg-orange-950\/80:hover{background-color:#431407cc}.hover\:bg-orange-950\/90:hover{background-color:#431407e6}.hover\:bg-amber-50:hover{background-color:#fffbeb}.hover\:bg-amber-50\/0:hover{background-color:#fffbeb00}.hover\:bg-amber-50\/10:hover{background-color:#fffbeb1a}.hover\:bg-amber-50\/20:hover{background-color:#fffbeb33}.hover\:bg-amber-50\/30:hover{background-color:#fffbeb4d}.hover\:bg-amber-50\/40:hover{background-color:#fffbeb66}.hover\:bg-amber-50\/50:hover{background-color:#fffbeb80}.hover\:bg-amber-50\/60:hover{background-color:#fffbeb99}.hover\:bg-amber-50\/70:hover{background-color:#fffbebb3}.hover\:bg-amber-50\/75:hover{background-color:#fffbebbf}.hover\:bg-amber-50\/80:hover{background-color:#fffbebcc}.hover\:bg-amber-50\/90:hover{background-color:#fffbebe6}.hover\:bg-amber-100:hover{background-color:#fef3c7}.hover\:bg-amber-100\/0:hover{background-color:#fef3c700}.hover\:bg-amber-100\/10:hover{background-color:#fef3c71a}.hover\:bg-amber-100\/20:hover{background-color:#fef3c733}.hover\:bg-amber-100\/30:hover{background-color:#fef3c74d}.hover\:bg-amber-100\/40:hover{background-color:#fef3c766}.hover\:bg-amber-100\/50:hover{background-color:#fef3c780}.hover\:bg-amber-100\/60:hover{background-color:#fef3c799}.hover\:bg-amber-100\/70:hover{background-color:#fef3c7b3}.hover\:bg-amber-100\/75:hover{background-color:#fef3c7bf}.hover\:bg-amber-100\/80:hover{background-color:#fef3c7cc}.hover\:bg-amber-100\/90:hover{background-color:#fef3c7e6}.hover\:bg-amber-200:hover{background-color:#fde68a}.hover\:bg-amber-200\/0:hover{background-color:#fde68a00}.hover\:bg-amber-200\/10:hover{background-color:#fde68a1a}.hover\:bg-amber-200\/20:hover{background-color:#fde68a33}.hover\:bg-amber-200\/30:hover{background-color:#fde68a4d}.hover\:bg-amber-200\/40:hover{background-color:#fde68a66}.hover\:bg-amber-200\/50:hover{background-color:#fde68a80}.hover\:bg-amber-200\/60:hover{background-color:#fde68a99}.hover\:bg-amber-200\/70:hover{background-color:#fde68ab3}.hover\:bg-amber-200\/75:hover{background-color:#fde68abf}.hover\:bg-amber-200\/80:hover{background-color:#fde68acc}.hover\:bg-amber-200\/90:hover{background-color:#fde68ae6}.hover\:bg-amber-300:hover{background-color:#fcd34d}.hover\:bg-amber-300\/0:hover{background-color:#fcd34d00}.hover\:bg-amber-300\/10:hover{background-color:#fcd34d1a}.hover\:bg-amber-300\/20:hover{background-color:#fcd34d33}.hover\:bg-amber-300\/30:hover{background-color:#fcd34d4d}.hover\:bg-amber-300\/40:hover{background-color:#fcd34d66}.hover\:bg-amber-300\/50:hover{background-color:#fcd34d80}.hover\:bg-amber-300\/60:hover{background-color:#fcd34d99}.hover\:bg-amber-300\/70:hover{background-color:#fcd34db3}.hover\:bg-amber-300\/75:hover{background-color:#fcd34dbf}.hover\:bg-amber-300\/80:hover{background-color:#fcd34dcc}.hover\:bg-amber-300\/90:hover{background-color:#fcd34de6}.hover\:bg-amber-400:hover{background-color:#fbbf24}.hover\:bg-amber-400\/0:hover{background-color:#fbbf2400}.hover\:bg-amber-400\/10:hover{background-color:#fbbf241a}.hover\:bg-amber-400\/20:hover{background-color:#fbbf2433}.hover\:bg-amber-400\/30:hover{background-color:#fbbf244d}.hover\:bg-amber-400\/40:hover{background-color:#fbbf2466}.hover\:bg-amber-400\/50:hover{background-color:#fbbf2480}.hover\:bg-amber-400\/60:hover{background-color:#fbbf2499}.hover\:bg-amber-400\/70:hover{background-color:#fbbf24b3}.hover\:bg-amber-400\/75:hover{background-color:#fbbf24bf}.hover\:bg-amber-400\/80:hover{background-color:#fbbf24cc}.hover\:bg-amber-400\/90:hover{background-color:#fbbf24e6}.hover\:bg-amber-500:hover{background-color:#f59e0b}.hover\:bg-amber-500\/0:hover{background-color:#f59e0b00}.hover\:bg-amber-500\/10:hover{background-color:#f59e0b1a}.hover\:bg-amber-500\/20:hover{background-color:#f59e0b33}.hover\:bg-amber-500\/30:hover{background-color:#f59e0b4d}.hover\:bg-amber-500\/40:hover{background-color:#f59e0b66}.hover\:bg-amber-500\/50:hover{background-color:#f59e0b80}.hover\:bg-amber-500\/60:hover{background-color:#f59e0b99}.hover\:bg-amber-500\/70:hover{background-color:#f59e0bb3}.hover\:bg-amber-500\/75:hover{background-color:#f59e0bbf}.hover\:bg-amber-500\/80:hover{background-color:#f59e0bcc}.hover\:bg-amber-500\/90:hover{background-color:#f59e0be6}.hover\:bg-amber-600:hover{background-color:#d97706}.hover\:bg-amber-600\/0:hover{background-color:#d9770600}.hover\:bg-amber-600\/10:hover{background-color:#d977061a}.hover\:bg-amber-600\/20:hover{background-color:#d9770633}.hover\:bg-amber-600\/30:hover{background-color:#d977064d}.hover\:bg-amber-600\/40:hover{background-color:#d9770666}.hover\:bg-amber-600\/50:hover{background-color:#d9770680}.hover\:bg-amber-600\/60:hover{background-color:#d9770699}.hover\:bg-amber-600\/70:hover{background-color:#d97706b3}.hover\:bg-amber-600\/75:hover{background-color:#d97706bf}.hover\:bg-amber-600\/80:hover{background-color:#d97706cc}.hover\:bg-amber-600\/90:hover{background-color:#d97706e6}.hover\:bg-amber-700:hover{background-color:#b45309}.hover\:bg-amber-700\/0:hover{background-color:#b4530900}.hover\:bg-amber-700\/10:hover{background-color:#b453091a}.hover\:bg-amber-700\/20:hover{background-color:#b4530933}.hover\:bg-amber-700\/30:hover{background-color:#b453094d}.hover\:bg-amber-700\/40:hover{background-color:#b4530966}.hover\:bg-amber-700\/50:hover{background-color:#b4530980}.hover\:bg-amber-700\/60:hover{background-color:#b4530999}.hover\:bg-amber-700\/70:hover{background-color:#b45309b3}.hover\:bg-amber-700\/75:hover{background-color:#b45309bf}.hover\:bg-amber-700\/80:hover{background-color:#b45309cc}.hover\:bg-amber-700\/90:hover{background-color:#b45309e6}.hover\:bg-amber-800:hover{background-color:#92400e}.hover\:bg-amber-800\/0:hover{background-color:#92400e00}.hover\:bg-amber-800\/10:hover{background-color:#92400e1a}.hover\:bg-amber-800\/20:hover{background-color:#92400e33}.hover\:bg-amber-800\/30:hover{background-color:#92400e4d}.hover\:bg-amber-800\/40:hover{background-color:#92400e66}.hover\:bg-amber-800\/50:hover{background-color:#92400e80}.hover\:bg-amber-800\/60:hover{background-color:#92400e99}.hover\:bg-amber-800\/70:hover{background-color:#92400eb3}.hover\:bg-amber-800\/75:hover{background-color:#92400ebf}.hover\:bg-amber-800\/80:hover{background-color:#92400ecc}.hover\:bg-amber-800\/90:hover{background-color:#92400ee6}.hover\:bg-amber-900:hover{background-color:#78350f}.hover\:bg-amber-900\/0:hover{background-color:#78350f00}.hover\:bg-amber-900\/10:hover{background-color:#78350f1a}.hover\:bg-amber-900\/20:hover{background-color:#78350f33}.hover\:bg-amber-900\/30:hover{background-color:#78350f4d}.hover\:bg-amber-900\/40:hover{background-color:#78350f66}.hover\:bg-amber-900\/50:hover{background-color:#78350f80}.hover\:bg-amber-900\/60:hover{background-color:#78350f99}.hover\:bg-amber-900\/70:hover{background-color:#78350fb3}.hover\:bg-amber-900\/75:hover{background-color:#78350fbf}.hover\:bg-amber-900\/80:hover{background-color:#78350fcc}.hover\:bg-amber-900\/90:hover{background-color:#78350fe6}.hover\:bg-amber-950:hover{background-color:#451a03}.hover\:bg-amber-950\/0:hover{background-color:#451a0300}.hover\:bg-amber-950\/10:hover{background-color:#451a031a}.hover\:bg-amber-950\/20:hover{background-color:#451a0333}.hover\:bg-amber-950\/30:hover{background-color:#451a034d}.hover\:bg-amber-950\/40:hover{background-color:#451a0366}.hover\:bg-amber-950\/50:hover{background-color:#451a0380}.hover\:bg-amber-950\/60:hover{background-color:#451a0399}.hover\:bg-amber-950\/70:hover{background-color:#451a03b3}.hover\:bg-amber-950\/75:hover{background-color:#451a03bf}.hover\:bg-amber-950\/80:hover{background-color:#451a03cc}.hover\:bg-amber-950\/90:hover{background-color:#451a03e6}.hover\:bg-yellow-50:hover{background-color:#fefce8}.hover\:bg-yellow-50\/0:hover{background-color:#fefce800}.hover\:bg-yellow-50\/10:hover{background-color:#fefce81a}.hover\:bg-yellow-50\/20:hover{background-color:#fefce833}.hover\:bg-yellow-50\/30:hover{background-color:#fefce84d}.hover\:bg-yellow-50\/40:hover{background-color:#fefce866}.hover\:bg-yellow-50\/50:hover{background-color:#fefce880}.hover\:bg-yellow-50\/60:hover{background-color:#fefce899}.hover\:bg-yellow-50\/70:hover{background-color:#fefce8b3}.hover\:bg-yellow-50\/75:hover{background-color:#fefce8bf}.hover\:bg-yellow-50\/80:hover{background-color:#fefce8cc}.hover\:bg-yellow-50\/90:hover{background-color:#fefce8e6}.hover\:bg-yellow-100:hover{background-color:#fef9c3}.hover\:bg-yellow-100\/0:hover{background-color:#fef9c300}.hover\:bg-yellow-100\/10:hover{background-color:#fef9c31a}.hover\:bg-yellow-100\/20:hover{background-color:#fef9c333}.hover\:bg-yellow-100\/30:hover{background-color:#fef9c34d}.hover\:bg-yellow-100\/40:hover{background-color:#fef9c366}.hover\:bg-yellow-100\/50:hover{background-color:#fef9c380}.hover\:bg-yellow-100\/60:hover{background-color:#fef9c399}.hover\:bg-yellow-100\/70:hover{background-color:#fef9c3b3}.hover\:bg-yellow-100\/75:hover{background-color:#fef9c3bf}.hover\:bg-yellow-100\/80:hover{background-color:#fef9c3cc}.hover\:bg-yellow-100\/90:hover{background-color:#fef9c3e6}.hover\:bg-yellow-200:hover{background-color:#fef08a}.hover\:bg-yellow-200\/0:hover{background-color:#fef08a00}.hover\:bg-yellow-200\/10:hover{background-color:#fef08a1a}.hover\:bg-yellow-200\/20:hover{background-color:#fef08a33}.hover\:bg-yellow-200\/30:hover{background-color:#fef08a4d}.hover\:bg-yellow-200\/40:hover{background-color:#fef08a66}.hover\:bg-yellow-200\/50:hover{background-color:#fef08a80}.hover\:bg-yellow-200\/60:hover{background-color:#fef08a99}.hover\:bg-yellow-200\/70:hover{background-color:#fef08ab3}.hover\:bg-yellow-200\/75:hover{background-color:#fef08abf}.hover\:bg-yellow-200\/80:hover{background-color:#fef08acc}.hover\:bg-yellow-200\/90:hover{background-color:#fef08ae6}.hover\:bg-yellow-300:hover{background-color:#fde047}.hover\:bg-yellow-300\/0:hover{background-color:#fde04700}.hover\:bg-yellow-300\/10:hover{background-color:#fde0471a}.hover\:bg-yellow-300\/20:hover{background-color:#fde04733}.hover\:bg-yellow-300\/30:hover{background-color:#fde0474d}.hover\:bg-yellow-300\/40:hover{background-color:#fde04766}.hover\:bg-yellow-300\/50:hover{background-color:#fde04780}.hover\:bg-yellow-300\/60:hover{background-color:#fde04799}.hover\:bg-yellow-300\/70:hover{background-color:#fde047b3}.hover\:bg-yellow-300\/75:hover{background-color:#fde047bf}.hover\:bg-yellow-300\/80:hover{background-color:#fde047cc}.hover\:bg-yellow-300\/90:hover{background-color:#fde047e6}.hover\:bg-yellow-400:hover{background-color:#facc15}.hover\:bg-yellow-400\/0:hover{background-color:#facc1500}.hover\:bg-yellow-400\/10:hover{background-color:#facc151a}.hover\:bg-yellow-400\/20:hover{background-color:#facc1533}.hover\:bg-yellow-400\/30:hover{background-color:#facc154d}.hover\:bg-yellow-400\/40:hover{background-color:#facc1566}.hover\:bg-yellow-400\/50:hover{background-color:#facc1580}.hover\:bg-yellow-400\/60:hover{background-color:#facc1599}.hover\:bg-yellow-400\/70:hover{background-color:#facc15b3}.hover\:bg-yellow-400\/75:hover{background-color:#facc15bf}.hover\:bg-yellow-400\/80:hover{background-color:#facc15cc}.hover\:bg-yellow-400\/90:hover{background-color:#facc15e6}.hover\:bg-yellow-500:hover{background-color:#eab308}.hover\:bg-yellow-500\/0:hover{background-color:#eab30800}.hover\:bg-yellow-500\/10:hover{background-color:#eab3081a}.hover\:bg-yellow-500\/20:hover{background-color:#eab30833}.hover\:bg-yellow-500\/30:hover{background-color:#eab3084d}.hover\:bg-yellow-500\/40:hover{background-color:#eab30866}.hover\:bg-yellow-500\/50:hover{background-color:#eab30880}.hover\:bg-yellow-500\/60:hover{background-color:#eab30899}.hover\:bg-yellow-500\/70:hover{background-color:#eab308b3}.hover\:bg-yellow-500\/75:hover{background-color:#eab308bf}.hover\:bg-yellow-500\/80:hover{background-color:#eab308cc}.hover\:bg-yellow-500\/90:hover{background-color:#eab308e6}.hover\:bg-yellow-600:hover{background-color:#ca8a04}.hover\:bg-yellow-600\/0:hover{background-color:#ca8a0400}.hover\:bg-yellow-600\/10:hover{background-color:#ca8a041a}.hover\:bg-yellow-600\/20:hover{background-color:#ca8a0433}.hover\:bg-yellow-600\/30:hover{background-color:#ca8a044d}.hover\:bg-yellow-600\/40:hover{background-color:#ca8a0466}.hover\:bg-yellow-600\/50:hover{background-color:#ca8a0480}.hover\:bg-yellow-600\/60:hover{background-color:#ca8a0499}.hover\:bg-yellow-600\/70:hover{background-color:#ca8a04b3}.hover\:bg-yellow-600\/75:hover{background-color:#ca8a04bf}.hover\:bg-yellow-600\/80:hover{background-color:#ca8a04cc}.hover\:bg-yellow-600\/90:hover{background-color:#ca8a04e6}.hover\:bg-yellow-700:hover{background-color:#a16207}.hover\:bg-yellow-700\/0:hover{background-color:#a1620700}.hover\:bg-yellow-700\/10:hover{background-color:#a162071a}.hover\:bg-yellow-700\/20:hover{background-color:#a1620733}.hover\:bg-yellow-700\/30:hover{background-color:#a162074d}.hover\:bg-yellow-700\/40:hover{background-color:#a1620766}.hover\:bg-yellow-700\/50:hover{background-color:#a1620780}.hover\:bg-yellow-700\/60:hover{background-color:#a1620799}.hover\:bg-yellow-700\/70:hover{background-color:#a16207b3}.hover\:bg-yellow-700\/75:hover{background-color:#a16207bf}.hover\:bg-yellow-700\/80:hover{background-color:#a16207cc}.hover\:bg-yellow-700\/90:hover{background-color:#a16207e6}.hover\:bg-yellow-800:hover{background-color:#854d0e}.hover\:bg-yellow-800\/0:hover{background-color:#854d0e00}.hover\:bg-yellow-800\/10:hover{background-color:#854d0e1a}.hover\:bg-yellow-800\/20:hover{background-color:#854d0e33}.hover\:bg-yellow-800\/30:hover{background-color:#854d0e4d}.hover\:bg-yellow-800\/40:hover{background-color:#854d0e66}.hover\:bg-yellow-800\/50:hover{background-color:#854d0e80}.hover\:bg-yellow-800\/60:hover{background-color:#854d0e99}.hover\:bg-yellow-800\/70:hover{background-color:#854d0eb3}.hover\:bg-yellow-800\/75:hover{background-color:#854d0ebf}.hover\:bg-yellow-800\/80:hover{background-color:#854d0ecc}.hover\:bg-yellow-800\/90:hover{background-color:#854d0ee6}.hover\:bg-yellow-900:hover{background-color:#713f12}.hover\:bg-yellow-900\/0:hover{background-color:#713f1200}.hover\:bg-yellow-900\/10:hover{background-color:#713f121a}.hover\:bg-yellow-900\/20:hover{background-color:#713f1233}.hover\:bg-yellow-900\/30:hover{background-color:#713f124d}.hover\:bg-yellow-900\/40:hover{background-color:#713f1266}.hover\:bg-yellow-900\/50:hover{background-color:#713f1280}.hover\:bg-yellow-900\/60:hover{background-color:#713f1299}.hover\:bg-yellow-900\/70:hover{background-color:#713f12b3}.hover\:bg-yellow-900\/75:hover{background-color:#713f12bf}.hover\:bg-yellow-900\/80:hover{background-color:#713f12cc}.hover\:bg-yellow-900\/90:hover{background-color:#713f12e6}.hover\:bg-yellow-950:hover{background-color:#422006}.hover\:bg-yellow-950\/0:hover{background-color:#42200600}.hover\:bg-yellow-950\/10:hover{background-color:#4220061a}.hover\:bg-yellow-950\/20:hover{background-color:#42200633}.hover\:bg-yellow-950\/30:hover{background-color:#4220064d}.hover\:bg-yellow-950\/40:hover{background-color:#42200666}.hover\:bg-yellow-950\/50:hover{background-color:#42200680}.hover\:bg-yellow-950\/60:hover{background-color:#42200699}.hover\:bg-yellow-950\/70:hover{background-color:#422006b3}.hover\:bg-yellow-950\/75:hover{background-color:#422006bf}.hover\:bg-yellow-950\/80:hover{background-color:#422006cc}.hover\:bg-yellow-950\/90:hover{background-color:#422006e6}.hover\:bg-lime-50:hover{background-color:#f7fee7}.hover\:bg-lime-50\/0:hover{background-color:#f7fee700}.hover\:bg-lime-50\/10:hover{background-color:#f7fee71a}.hover\:bg-lime-50\/20:hover{background-color:#f7fee733}.hover\:bg-lime-50\/30:hover{background-color:#f7fee74d}.hover\:bg-lime-50\/40:hover{background-color:#f7fee766}.hover\:bg-lime-50\/50:hover{background-color:#f7fee780}.hover\:bg-lime-50\/60:hover{background-color:#f7fee799}.hover\:bg-lime-50\/70:hover{background-color:#f7fee7b3}.hover\:bg-lime-50\/75:hover{background-color:#f7fee7bf}.hover\:bg-lime-50\/80:hover{background-color:#f7fee7cc}.hover\:bg-lime-50\/90:hover{background-color:#f7fee7e6}.hover\:bg-lime-100:hover{background-color:#ecfccb}.hover\:bg-lime-100\/0:hover{background-color:#ecfccb00}.hover\:bg-lime-100\/10:hover{background-color:#ecfccb1a}.hover\:bg-lime-100\/20:hover{background-color:#ecfccb33}.hover\:bg-lime-100\/30:hover{background-color:#ecfccb4d}.hover\:bg-lime-100\/40:hover{background-color:#ecfccb66}.hover\:bg-lime-100\/50:hover{background-color:#ecfccb80}.hover\:bg-lime-100\/60:hover{background-color:#ecfccb99}.hover\:bg-lime-100\/70:hover{background-color:#ecfccbb3}.hover\:bg-lime-100\/75:hover{background-color:#ecfccbbf}.hover\:bg-lime-100\/80:hover{background-color:#ecfccbcc}.hover\:bg-lime-100\/90:hover{background-color:#ecfccbe6}.hover\:bg-lime-200:hover{background-color:#d9f99d}.hover\:bg-lime-200\/0:hover{background-color:#d9f99d00}.hover\:bg-lime-200\/10:hover{background-color:#d9f99d1a}.hover\:bg-lime-200\/20:hover{background-color:#d9f99d33}.hover\:bg-lime-200\/30:hover{background-color:#d9f99d4d}.hover\:bg-lime-200\/40:hover{background-color:#d9f99d66}.hover\:bg-lime-200\/50:hover{background-color:#d9f99d80}.hover\:bg-lime-200\/60:hover{background-color:#d9f99d99}.hover\:bg-lime-200\/70:hover{background-color:#d9f99db3}.hover\:bg-lime-200\/75:hover{background-color:#d9f99dbf}.hover\:bg-lime-200\/80:hover{background-color:#d9f99dcc}.hover\:bg-lime-200\/90:hover{background-color:#d9f99de6}.hover\:bg-lime-300:hover{background-color:#bef264}.hover\:bg-lime-300\/0:hover{background-color:#bef26400}.hover\:bg-lime-300\/10:hover{background-color:#bef2641a}.hover\:bg-lime-300\/20:hover{background-color:#bef26433}.hover\:bg-lime-300\/30:hover{background-color:#bef2644d}.hover\:bg-lime-300\/40:hover{background-color:#bef26466}.hover\:bg-lime-300\/50:hover{background-color:#bef26480}.hover\:bg-lime-300\/60:hover{background-color:#bef26499}.hover\:bg-lime-300\/70:hover{background-color:#bef264b3}.hover\:bg-lime-300\/75:hover{background-color:#bef264bf}.hover\:bg-lime-300\/80:hover{background-color:#bef264cc}.hover\:bg-lime-300\/90:hover{background-color:#bef264e6}.hover\:bg-lime-400:hover{background-color:#a3e635}.hover\:bg-lime-400\/0:hover{background-color:#a3e63500}.hover\:bg-lime-400\/10:hover{background-color:#a3e6351a}.hover\:bg-lime-400\/20:hover{background-color:#a3e63533}.hover\:bg-lime-400\/30:hover{background-color:#a3e6354d}.hover\:bg-lime-400\/40:hover{background-color:#a3e63566}.hover\:bg-lime-400\/50:hover{background-color:#a3e63580}.hover\:bg-lime-400\/60:hover{background-color:#a3e63599}.hover\:bg-lime-400\/70:hover{background-color:#a3e635b3}.hover\:bg-lime-400\/75:hover{background-color:#a3e635bf}.hover\:bg-lime-400\/80:hover{background-color:#a3e635cc}.hover\:bg-lime-400\/90:hover{background-color:#a3e635e6}.hover\:bg-lime-500:hover{background-color:#84cc16}.hover\:bg-lime-500\/0:hover{background-color:#84cc1600}.hover\:bg-lime-500\/10:hover{background-color:#84cc161a}.hover\:bg-lime-500\/20:hover{background-color:#84cc1633}.hover\:bg-lime-500\/30:hover{background-color:#84cc164d}.hover\:bg-lime-500\/40:hover{background-color:#84cc1666}.hover\:bg-lime-500\/50:hover{background-color:#84cc1680}.hover\:bg-lime-500\/60:hover{background-color:#84cc1699}.hover\:bg-lime-500\/70:hover{background-color:#84cc16b3}.hover\:bg-lime-500\/75:hover{background-color:#84cc16bf}.hover\:bg-lime-500\/80:hover{background-color:#84cc16cc}.hover\:bg-lime-500\/90:hover{background-color:#84cc16e6}.hover\:bg-lime-600:hover{background-color:#65a30d}.hover\:bg-lime-600\/0:hover{background-color:#65a30d00}.hover\:bg-lime-600\/10:hover{background-color:#65a30d1a}.hover\:bg-lime-600\/20:hover{background-color:#65a30d33}.hover\:bg-lime-600\/30:hover{background-color:#65a30d4d}.hover\:bg-lime-600\/40:hover{background-color:#65a30d66}.hover\:bg-lime-600\/50:hover{background-color:#65a30d80}.hover\:bg-lime-600\/60:hover{background-color:#65a30d99}.hover\:bg-lime-600\/70:hover{background-color:#65a30db3}.hover\:bg-lime-600\/75:hover{background-color:#65a30dbf}.hover\:bg-lime-600\/80:hover{background-color:#65a30dcc}.hover\:bg-lime-600\/90:hover{background-color:#65a30de6}.hover\:bg-lime-700:hover{background-color:#4d7c0f}.hover\:bg-lime-700\/0:hover{background-color:#4d7c0f00}.hover\:bg-lime-700\/10:hover{background-color:#4d7c0f1a}.hover\:bg-lime-700\/20:hover{background-color:#4d7c0f33}.hover\:bg-lime-700\/30:hover{background-color:#4d7c0f4d}.hover\:bg-lime-700\/40:hover{background-color:#4d7c0f66}.hover\:bg-lime-700\/50:hover{background-color:#4d7c0f80}.hover\:bg-lime-700\/60:hover{background-color:#4d7c0f99}.hover\:bg-lime-700\/70:hover{background-color:#4d7c0fb3}.hover\:bg-lime-700\/75:hover{background-color:#4d7c0fbf}.hover\:bg-lime-700\/80:hover{background-color:#4d7c0fcc}.hover\:bg-lime-700\/90:hover{background-color:#4d7c0fe6}.hover\:bg-lime-800:hover{background-color:#3f6212}.hover\:bg-lime-800\/0:hover{background-color:#3f621200}.hover\:bg-lime-800\/10:hover{background-color:#3f62121a}.hover\:bg-lime-800\/20:hover{background-color:#3f621233}.hover\:bg-lime-800\/30:hover{background-color:#3f62124d}.hover\:bg-lime-800\/40:hover{background-color:#3f621266}.hover\:bg-lime-800\/50:hover{background-color:#3f621280}.hover\:bg-lime-800\/60:hover{background-color:#3f621299}.hover\:bg-lime-800\/70:hover{background-color:#3f6212b3}.hover\:bg-lime-800\/75:hover{background-color:#3f6212bf}.hover\:bg-lime-800\/80:hover{background-color:#3f6212cc}.hover\:bg-lime-800\/90:hover{background-color:#3f6212e6}.hover\:bg-lime-900:hover{background-color:#365314}.hover\:bg-lime-900\/0:hover{background-color:#36531400}.hover\:bg-lime-900\/10:hover{background-color:#3653141a}.hover\:bg-lime-900\/20:hover{background-color:#36531433}.hover\:bg-lime-900\/30:hover{background-color:#3653144d}.hover\:bg-lime-900\/40:hover{background-color:#36531466}.hover\:bg-lime-900\/50:hover{background-color:#36531480}.hover\:bg-lime-900\/60:hover{background-color:#36531499}.hover\:bg-lime-900\/70:hover{background-color:#365314b3}.hover\:bg-lime-900\/75:hover{background-color:#365314bf}.hover\:bg-lime-900\/80:hover{background-color:#365314cc}.hover\:bg-lime-900\/90:hover{background-color:#365314e6}.hover\:bg-lime-950:hover{background-color:#1a2e05}.hover\:bg-lime-950\/0:hover{background-color:#1a2e0500}.hover\:bg-lime-950\/10:hover{background-color:#1a2e051a}.hover\:bg-lime-950\/20:hover{background-color:#1a2e0533}.hover\:bg-lime-950\/30:hover{background-color:#1a2e054d}.hover\:bg-lime-950\/40:hover{background-color:#1a2e0566}.hover\:bg-lime-950\/50:hover{background-color:#1a2e0580}.hover\:bg-lime-950\/60:hover{background-color:#1a2e0599}.hover\:bg-lime-950\/70:hover{background-color:#1a2e05b3}.hover\:bg-lime-950\/75:hover{background-color:#1a2e05bf}.hover\:bg-lime-950\/80:hover{background-color:#1a2e05cc}.hover\:bg-lime-950\/90:hover{background-color:#1a2e05e6}.hover\:bg-green-50:hover{background-color:#f0fdf4}.hover\:bg-green-50\/0:hover{background-color:#f0fdf400}.hover\:bg-green-50\/10:hover{background-color:#f0fdf41a}.hover\:bg-green-50\/20:hover{background-color:#f0fdf433}.hover\:bg-green-50\/30:hover{background-color:#f0fdf44d}.hover\:bg-green-50\/40:hover{background-color:#f0fdf466}.hover\:bg-green-50\/50:hover{background-color:#f0fdf480}.hover\:bg-green-50\/60:hover{background-color:#f0fdf499}.hover\:bg-green-50\/70:hover{background-color:#f0fdf4b3}.hover\:bg-green-50\/75:hover{background-color:#f0fdf4bf}.hover\:bg-green-50\/80:hover{background-color:#f0fdf4cc}.hover\:bg-green-50\/90:hover{background-color:#f0fdf4e6}.hover\:bg-green-100:hover{background-color:#dcfce7}.hover\:bg-green-100\/0:hover{background-color:#dcfce700}.hover\:bg-green-100\/10:hover{background-color:#dcfce71a}.hover\:bg-green-100\/20:hover{background-color:#dcfce733}.hover\:bg-green-100\/30:hover{background-color:#dcfce74d}.hover\:bg-green-100\/40:hover{background-color:#dcfce766}.hover\:bg-green-100\/50:hover{background-color:#dcfce780}.hover\:bg-green-100\/60:hover{background-color:#dcfce799}.hover\:bg-green-100\/70:hover{background-color:#dcfce7b3}.hover\:bg-green-100\/75:hover{background-color:#dcfce7bf}.hover\:bg-green-100\/80:hover{background-color:#dcfce7cc}.hover\:bg-green-100\/90:hover{background-color:#dcfce7e6}.hover\:bg-green-200:hover{background-color:#bbf7d0}.hover\:bg-green-200\/0:hover{background-color:#bbf7d000}.hover\:bg-green-200\/10:hover{background-color:#bbf7d01a}.hover\:bg-green-200\/20:hover{background-color:#bbf7d033}.hover\:bg-green-200\/30:hover{background-color:#bbf7d04d}.hover\:bg-green-200\/40:hover{background-color:#bbf7d066}.hover\:bg-green-200\/50:hover{background-color:#bbf7d080}.hover\:bg-green-200\/60:hover{background-color:#bbf7d099}.hover\:bg-green-200\/70:hover{background-color:#bbf7d0b3}.hover\:bg-green-200\/75:hover{background-color:#bbf7d0bf}.hover\:bg-green-200\/80:hover{background-color:#bbf7d0cc}.hover\:bg-green-200\/90:hover{background-color:#bbf7d0e6}.hover\:bg-green-300:hover{background-color:#86efac}.hover\:bg-green-300\/0:hover{background-color:#86efac00}.hover\:bg-green-300\/10:hover{background-color:#86efac1a}.hover\:bg-green-300\/20:hover{background-color:#86efac33}.hover\:bg-green-300\/30:hover{background-color:#86efac4d}.hover\:bg-green-300\/40:hover{background-color:#86efac66}.hover\:bg-green-300\/50:hover{background-color:#86efac80}.hover\:bg-green-300\/60:hover{background-color:#86efac99}.hover\:bg-green-300\/70:hover{background-color:#86efacb3}.hover\:bg-green-300\/75:hover{background-color:#86efacbf}.hover\:bg-green-300\/80:hover{background-color:#86efaccc}.hover\:bg-green-300\/90:hover{background-color:#86eface6}.hover\:bg-green-400:hover{background-color:#4ade80}.hover\:bg-green-400\/0:hover{background-color:#4ade8000}.hover\:bg-green-400\/10:hover{background-color:#4ade801a}.hover\:bg-green-400\/20:hover{background-color:#4ade8033}.hover\:bg-green-400\/30:hover{background-color:#4ade804d}.hover\:bg-green-400\/40:hover{background-color:#4ade8066}.hover\:bg-green-400\/50:hover{background-color:#4ade8080}.hover\:bg-green-400\/60:hover{background-color:#4ade8099}.hover\:bg-green-400\/70:hover{background-color:#4ade80b3}.hover\:bg-green-400\/75:hover{background-color:#4ade80bf}.hover\:bg-green-400\/80:hover{background-color:#4ade80cc}.hover\:bg-green-400\/90:hover{background-color:#4ade80e6}.hover\:bg-green-500:hover{background-color:#22c55e}.hover\:bg-green-500\/0:hover{background-color:#22c55e00}.hover\:bg-green-500\/10:hover{background-color:#22c55e1a}.hover\:bg-green-500\/20:hover{background-color:#22c55e33}.hover\:bg-green-500\/30:hover{background-color:#22c55e4d}.hover\:bg-green-500\/40:hover{background-color:#22c55e66}.hover\:bg-green-500\/50:hover{background-color:#22c55e80}.hover\:bg-green-500\/60:hover{background-color:#22c55e99}.hover\:bg-green-500\/70:hover{background-color:#22c55eb3}.hover\:bg-green-500\/75:hover{background-color:#22c55ebf}.hover\:bg-green-500\/80:hover{background-color:#22c55ecc}.hover\:bg-green-500\/90:hover{background-color:#22c55ee6}.hover\:bg-green-600:hover{background-color:#16a34a}.hover\:bg-green-600\/0:hover{background-color:#16a34a00}.hover\:bg-green-600\/10:hover{background-color:#16a34a1a}.hover\:bg-green-600\/20:hover{background-color:#16a34a33}.hover\:bg-green-600\/30:hover{background-color:#16a34a4d}.hover\:bg-green-600\/40:hover{background-color:#16a34a66}.hover\:bg-green-600\/50:hover{background-color:#16a34a80}.hover\:bg-green-600\/60:hover{background-color:#16a34a99}.hover\:bg-green-600\/70:hover{background-color:#16a34ab3}.hover\:bg-green-600\/75:hover{background-color:#16a34abf}.hover\:bg-green-600\/80:hover{background-color:#16a34acc}.hover\:bg-green-600\/90:hover{background-color:#16a34ae6}.hover\:bg-green-700:hover{background-color:#15803d}.hover\:bg-green-700\/0:hover{background-color:#15803d00}.hover\:bg-green-700\/10:hover{background-color:#15803d1a}.hover\:bg-green-700\/20:hover{background-color:#15803d33}.hover\:bg-green-700\/30:hover{background-color:#15803d4d}.hover\:bg-green-700\/40:hover{background-color:#15803d66}.hover\:bg-green-700\/50:hover{background-color:#15803d80}.hover\:bg-green-700\/60:hover{background-color:#15803d99}.hover\:bg-green-700\/70:hover{background-color:#15803db3}.hover\:bg-green-700\/75:hover{background-color:#15803dbf}.hover\:bg-green-700\/80:hover{background-color:#15803dcc}.hover\:bg-green-700\/90:hover{background-color:#15803de6}.hover\:bg-green-800:hover{background-color:#166534}.hover\:bg-green-800\/0:hover{background-color:#16653400}.hover\:bg-green-800\/10:hover{background-color:#1665341a}.hover\:bg-green-800\/20:hover{background-color:#16653433}.hover\:bg-green-800\/30:hover{background-color:#1665344d}.hover\:bg-green-800\/40:hover{background-color:#16653466}.hover\:bg-green-800\/50:hover{background-color:#16653480}.hover\:bg-green-800\/60:hover{background-color:#16653499}.hover\:bg-green-800\/70:hover{background-color:#166534b3}.hover\:bg-green-800\/75:hover{background-color:#166534bf}.hover\:bg-green-800\/80:hover{background-color:#166534cc}.hover\:bg-green-800\/90:hover{background-color:#166534e6}.hover\:bg-green-900:hover{background-color:#14532d}.hover\:bg-green-900\/0:hover{background-color:#14532d00}.hover\:bg-green-900\/10:hover{background-color:#14532d1a}.hover\:bg-green-900\/20:hover{background-color:#14532d33}.hover\:bg-green-900\/30:hover{background-color:#14532d4d}.hover\:bg-green-900\/40:hover{background-color:#14532d66}.hover\:bg-green-900\/50:hover{background-color:#14532d80}.hover\:bg-green-900\/60:hover{background-color:#14532d99}.hover\:bg-green-900\/70:hover{background-color:#14532db3}.hover\:bg-green-900\/75:hover{background-color:#14532dbf}.hover\:bg-green-900\/80:hover{background-color:#14532dcc}.hover\:bg-green-900\/90:hover{background-color:#14532de6}.hover\:bg-green-950:hover{background-color:#052e16}.hover\:bg-green-950\/0:hover{background-color:#052e1600}.hover\:bg-green-950\/10:hover{background-color:#052e161a}.hover\:bg-green-950\/20:hover{background-color:#052e1633}.hover\:bg-green-950\/30:hover{background-color:#052e164d}.hover\:bg-green-950\/40:hover{background-color:#052e1666}.hover\:bg-green-950\/50:hover{background-color:#052e1680}.hover\:bg-green-950\/60:hover{background-color:#052e1699}.hover\:bg-green-950\/70:hover{background-color:#052e16b3}.hover\:bg-green-950\/75:hover{background-color:#052e16bf}.hover\:bg-green-950\/80:hover{background-color:#052e16cc}.hover\:bg-green-950\/90:hover{background-color:#052e16e6}.hover\:bg-emerald-50:hover{background-color:#ecfdf5}.hover\:bg-emerald-50\/0:hover{background-color:#ecfdf500}.hover\:bg-emerald-50\/10:hover{background-color:#ecfdf51a}.hover\:bg-emerald-50\/20:hover{background-color:#ecfdf533}.hover\:bg-emerald-50\/30:hover{background-color:#ecfdf54d}.hover\:bg-emerald-50\/40:hover{background-color:#ecfdf566}.hover\:bg-emerald-50\/50:hover{background-color:#ecfdf580}.hover\:bg-emerald-50\/60:hover{background-color:#ecfdf599}.hover\:bg-emerald-50\/70:hover{background-color:#ecfdf5b3}.hover\:bg-emerald-50\/75:hover{background-color:#ecfdf5bf}.hover\:bg-emerald-50\/80:hover{background-color:#ecfdf5cc}.hover\:bg-emerald-50\/90:hover{background-color:#ecfdf5e6}.hover\:bg-emerald-100:hover{background-color:#d1fae5}.hover\:bg-emerald-100\/0:hover{background-color:#d1fae500}.hover\:bg-emerald-100\/10:hover{background-color:#d1fae51a}.hover\:bg-emerald-100\/20:hover{background-color:#d1fae533}.hover\:bg-emerald-100\/30:hover{background-color:#d1fae54d}.hover\:bg-emerald-100\/40:hover{background-color:#d1fae566}.hover\:bg-emerald-100\/50:hover{background-color:#d1fae580}.hover\:bg-emerald-100\/60:hover{background-color:#d1fae599}.hover\:bg-emerald-100\/70:hover{background-color:#d1fae5b3}.hover\:bg-emerald-100\/75:hover{background-color:#d1fae5bf}.hover\:bg-emerald-100\/80:hover{background-color:#d1fae5cc}.hover\:bg-emerald-100\/90:hover{background-color:#d1fae5e6}.hover\:bg-emerald-200:hover{background-color:#a7f3d0}.hover\:bg-emerald-200\/0:hover{background-color:#a7f3d000}.hover\:bg-emerald-200\/10:hover{background-color:#a7f3d01a}.hover\:bg-emerald-200\/20:hover{background-color:#a7f3d033}.hover\:bg-emerald-200\/30:hover{background-color:#a7f3d04d}.hover\:bg-emerald-200\/40:hover{background-color:#a7f3d066}.hover\:bg-emerald-200\/50:hover{background-color:#a7f3d080}.hover\:bg-emerald-200\/60:hover{background-color:#a7f3d099}.hover\:bg-emerald-200\/70:hover{background-color:#a7f3d0b3}.hover\:bg-emerald-200\/75:hover{background-color:#a7f3d0bf}.hover\:bg-emerald-200\/80:hover{background-color:#a7f3d0cc}.hover\:bg-emerald-200\/90:hover{background-color:#a7f3d0e6}.hover\:bg-emerald-300:hover{background-color:#6ee7b7}.hover\:bg-emerald-300\/0:hover{background-color:#6ee7b700}.hover\:bg-emerald-300\/10:hover{background-color:#6ee7b71a}.hover\:bg-emerald-300\/20:hover{background-color:#6ee7b733}.hover\:bg-emerald-300\/30:hover{background-color:#6ee7b74d}.hover\:bg-emerald-300\/40:hover{background-color:#6ee7b766}.hover\:bg-emerald-300\/50:hover{background-color:#6ee7b780}.hover\:bg-emerald-300\/60:hover{background-color:#6ee7b799}.hover\:bg-emerald-300\/70:hover{background-color:#6ee7b7b3}.hover\:bg-emerald-300\/75:hover{background-color:#6ee7b7bf}.hover\:bg-emerald-300\/80:hover{background-color:#6ee7b7cc}.hover\:bg-emerald-300\/90:hover{background-color:#6ee7b7e6}.hover\:bg-emerald-400:hover{background-color:#34d399}.hover\:bg-emerald-400\/0:hover{background-color:#34d39900}.hover\:bg-emerald-400\/10:hover{background-color:#34d3991a}.hover\:bg-emerald-400\/20:hover{background-color:#34d39933}.hover\:bg-emerald-400\/30:hover{background-color:#34d3994d}.hover\:bg-emerald-400\/40:hover{background-color:#34d39966}.hover\:bg-emerald-400\/50:hover{background-color:#34d39980}.hover\:bg-emerald-400\/60:hover{background-color:#34d39999}.hover\:bg-emerald-400\/70:hover{background-color:#34d399b3}.hover\:bg-emerald-400\/75:hover{background-color:#34d399bf}.hover\:bg-emerald-400\/80:hover{background-color:#34d399cc}.hover\:bg-emerald-400\/90:hover{background-color:#34d399e6}.hover\:bg-emerald-500:hover{background-color:#10b981}.hover\:bg-emerald-500\/0:hover{background-color:#10b98100}.hover\:bg-emerald-500\/10:hover{background-color:#10b9811a}.hover\:bg-emerald-500\/20:hover{background-color:#10b98133}.hover\:bg-emerald-500\/30:hover{background-color:#10b9814d}.hover\:bg-emerald-500\/40:hover{background-color:#10b98166}.hover\:bg-emerald-500\/50:hover{background-color:#10b98180}.hover\:bg-emerald-500\/60:hover{background-color:#10b98199}.hover\:bg-emerald-500\/70:hover{background-color:#10b981b3}.hover\:bg-emerald-500\/75:hover{background-color:#10b981bf}.hover\:bg-emerald-500\/80:hover{background-color:#10b981cc}.hover\:bg-emerald-500\/90:hover{background-color:#10b981e6}.hover\:bg-emerald-600:hover{background-color:#059669}.hover\:bg-emerald-600\/0:hover{background-color:#05966900}.hover\:bg-emerald-600\/10:hover{background-color:#0596691a}.hover\:bg-emerald-600\/20:hover{background-color:#05966933}.hover\:bg-emerald-600\/30:hover{background-color:#0596694d}.hover\:bg-emerald-600\/40:hover{background-color:#05966966}.hover\:bg-emerald-600\/50:hover{background-color:#05966980}.hover\:bg-emerald-600\/60:hover{background-color:#05966999}.hover\:bg-emerald-600\/70:hover{background-color:#059669b3}.hover\:bg-emerald-600\/75:hover{background-color:#059669bf}.hover\:bg-emerald-600\/80:hover{background-color:#059669cc}.hover\:bg-emerald-600\/90:hover{background-color:#059669e6}.hover\:bg-emerald-700:hover{background-color:#047857}.hover\:bg-emerald-700\/0:hover{background-color:#04785700}.hover\:bg-emerald-700\/10:hover{background-color:#0478571a}.hover\:bg-emerald-700\/20:hover{background-color:#04785733}.hover\:bg-emerald-700\/30:hover{background-color:#0478574d}.hover\:bg-emerald-700\/40:hover{background-color:#04785766}.hover\:bg-emerald-700\/50:hover{background-color:#04785780}.hover\:bg-emerald-700\/60:hover{background-color:#04785799}.hover\:bg-emerald-700\/70:hover{background-color:#047857b3}.hover\:bg-emerald-700\/75:hover{background-color:#047857bf}.hover\:bg-emerald-700\/80:hover{background-color:#047857cc}.hover\:bg-emerald-700\/90:hover{background-color:#047857e6}.hover\:bg-emerald-800:hover{background-color:#065f46}.hover\:bg-emerald-800\/0:hover{background-color:#065f4600}.hover\:bg-emerald-800\/10:hover{background-color:#065f461a}.hover\:bg-emerald-800\/20:hover{background-color:#065f4633}.hover\:bg-emerald-800\/30:hover{background-color:#065f464d}.hover\:bg-emerald-800\/40:hover{background-color:#065f4666}.hover\:bg-emerald-800\/50:hover{background-color:#065f4680}.hover\:bg-emerald-800\/60:hover{background-color:#065f4699}.hover\:bg-emerald-800\/70:hover{background-color:#065f46b3}.hover\:bg-emerald-800\/75:hover{background-color:#065f46bf}.hover\:bg-emerald-800\/80:hover{background-color:#065f46cc}.hover\:bg-emerald-800\/90:hover{background-color:#065f46e6}.hover\:bg-emerald-900:hover{background-color:#064e3b}.hover\:bg-emerald-900\/0:hover{background-color:#064e3b00}.hover\:bg-emerald-900\/10:hover{background-color:#064e3b1a}.hover\:bg-emerald-900\/20:hover{background-color:#064e3b33}.hover\:bg-emerald-900\/30:hover{background-color:#064e3b4d}.hover\:bg-emerald-900\/40:hover{background-color:#064e3b66}.hover\:bg-emerald-900\/50:hover{background-color:#064e3b80}.hover\:bg-emerald-900\/60:hover{background-color:#064e3b99}.hover\:bg-emerald-900\/70:hover{background-color:#064e3bb3}.hover\:bg-emerald-900\/75:hover{background-color:#064e3bbf}.hover\:bg-emerald-900\/80:hover{background-color:#064e3bcc}.hover\:bg-emerald-900\/90:hover{background-color:#064e3be6}.hover\:bg-emerald-950:hover{background-color:#022c22}.hover\:bg-emerald-950\/0:hover{background-color:#022c2200}.hover\:bg-emerald-950\/10:hover{background-color:#022c221a}.hover\:bg-emerald-950\/20:hover{background-color:#022c2233}.hover\:bg-emerald-950\/30:hover{background-color:#022c224d}.hover\:bg-emerald-950\/40:hover{background-color:#022c2266}.hover\:bg-emerald-950\/50:hover{background-color:#022c2280}.hover\:bg-emerald-950\/60:hover{background-color:#022c2299}.hover\:bg-emerald-950\/70:hover{background-color:#022c22b3}.hover\:bg-emerald-950\/75:hover{background-color:#022c22bf}.hover\:bg-emerald-950\/80:hover{background-color:#022c22cc}.hover\:bg-emerald-950\/90:hover{background-color:#022c22e6}.hover\:bg-teal-50:hover{background-color:#f0fdfa}.hover\:bg-teal-50\/0:hover{background-color:#f0fdfa00}.hover\:bg-teal-50\/10:hover{background-color:#f0fdfa1a}.hover\:bg-teal-50\/20:hover{background-color:#f0fdfa33}.hover\:bg-teal-50\/30:hover{background-color:#f0fdfa4d}.hover\:bg-teal-50\/40:hover{background-color:#f0fdfa66}.hover\:bg-teal-50\/50:hover{background-color:#f0fdfa80}.hover\:bg-teal-50\/60:hover{background-color:#f0fdfa99}.hover\:bg-teal-50\/70:hover{background-color:#f0fdfab3}.hover\:bg-teal-50\/75:hover{background-color:#f0fdfabf}.hover\:bg-teal-50\/80:hover{background-color:#f0fdfacc}.hover\:bg-teal-50\/90:hover{background-color:#f0fdfae6}.hover\:bg-teal-100:hover{background-color:#ccfbf1}.hover\:bg-teal-100\/0:hover{background-color:#ccfbf100}.hover\:bg-teal-100\/10:hover{background-color:#ccfbf11a}.hover\:bg-teal-100\/20:hover{background-color:#ccfbf133}.hover\:bg-teal-100\/30:hover{background-color:#ccfbf14d}.hover\:bg-teal-100\/40:hover{background-color:#ccfbf166}.hover\:bg-teal-100\/50:hover{background-color:#ccfbf180}.hover\:bg-teal-100\/60:hover{background-color:#ccfbf199}.hover\:bg-teal-100\/70:hover{background-color:#ccfbf1b3}.hover\:bg-teal-100\/75:hover{background-color:#ccfbf1bf}.hover\:bg-teal-100\/80:hover{background-color:#ccfbf1cc}.hover\:bg-teal-100\/90:hover{background-color:#ccfbf1e6}.hover\:bg-teal-200:hover{background-color:#99f6e4}.hover\:bg-teal-200\/0:hover{background-color:#99f6e400}.hover\:bg-teal-200\/10:hover{background-color:#99f6e41a}.hover\:bg-teal-200\/20:hover{background-color:#99f6e433}.hover\:bg-teal-200\/30:hover{background-color:#99f6e44d}.hover\:bg-teal-200\/40:hover{background-color:#99f6e466}.hover\:bg-teal-200\/50:hover{background-color:#99f6e480}.hover\:bg-teal-200\/60:hover{background-color:#99f6e499}.hover\:bg-teal-200\/70:hover{background-color:#99f6e4b3}.hover\:bg-teal-200\/75:hover{background-color:#99f6e4bf}.hover\:bg-teal-200\/80:hover{background-color:#99f6e4cc}.hover\:bg-teal-200\/90:hover{background-color:#99f6e4e6}.hover\:bg-teal-300:hover{background-color:#5eead4}.hover\:bg-teal-300\/0:hover{background-color:#5eead400}.hover\:bg-teal-300\/10:hover{background-color:#5eead41a}.hover\:bg-teal-300\/20:hover{background-color:#5eead433}.hover\:bg-teal-300\/30:hover{background-color:#5eead44d}.hover\:bg-teal-300\/40:hover{background-color:#5eead466}.hover\:bg-teal-300\/50:hover{background-color:#5eead480}.hover\:bg-teal-300\/60:hover{background-color:#5eead499}.hover\:bg-teal-300\/70:hover{background-color:#5eead4b3}.hover\:bg-teal-300\/75:hover{background-color:#5eead4bf}.hover\:bg-teal-300\/80:hover{background-color:#5eead4cc}.hover\:bg-teal-300\/90:hover{background-color:#5eead4e6}.hover\:bg-teal-400:hover{background-color:#2dd4bf}.hover\:bg-teal-400\/0:hover{background-color:#2dd4bf00}.hover\:bg-teal-400\/10:hover{background-color:#2dd4bf1a}.hover\:bg-teal-400\/20:hover{background-color:#2dd4bf33}.hover\:bg-teal-400\/30:hover{background-color:#2dd4bf4d}.hover\:bg-teal-400\/40:hover{background-color:#2dd4bf66}.hover\:bg-teal-400\/50:hover{background-color:#2dd4bf80}.hover\:bg-teal-400\/60:hover{background-color:#2dd4bf99}.hover\:bg-teal-400\/70:hover{background-color:#2dd4bfb3}.hover\:bg-teal-400\/75:hover{background-color:#2dd4bfbf}.hover\:bg-teal-400\/80:hover{background-color:#2dd4bfcc}.hover\:bg-teal-400\/90:hover{background-color:#2dd4bfe6}.hover\:bg-teal-500:hover{background-color:#14b8a6}.hover\:bg-teal-500\/0:hover{background-color:#14b8a600}.hover\:bg-teal-500\/10:hover{background-color:#14b8a61a}.hover\:bg-teal-500\/20:hover{background-color:#14b8a633}.hover\:bg-teal-500\/30:hover{background-color:#14b8a64d}.hover\:bg-teal-500\/40:hover{background-color:#14b8a666}.hover\:bg-teal-500\/50:hover{background-color:#14b8a680}.hover\:bg-teal-500\/60:hover{background-color:#14b8a699}.hover\:bg-teal-500\/70:hover{background-color:#14b8a6b3}.hover\:bg-teal-500\/75:hover{background-color:#14b8a6bf}.hover\:bg-teal-500\/80:hover{background-color:#14b8a6cc}.hover\:bg-teal-500\/90:hover{background-color:#14b8a6e6}.hover\:bg-teal-600:hover{background-color:#0d9488}.hover\:bg-teal-600\/0:hover{background-color:#0d948800}.hover\:bg-teal-600\/10:hover{background-color:#0d94881a}.hover\:bg-teal-600\/20:hover{background-color:#0d948833}.hover\:bg-teal-600\/30:hover{background-color:#0d94884d}.hover\:bg-teal-600\/40:hover{background-color:#0d948866}.hover\:bg-teal-600\/50:hover{background-color:#0d948880}.hover\:bg-teal-600\/60:hover{background-color:#0d948899}.hover\:bg-teal-600\/70:hover{background-color:#0d9488b3}.hover\:bg-teal-600\/75:hover{background-color:#0d9488bf}.hover\:bg-teal-600\/80:hover{background-color:#0d9488cc}.hover\:bg-teal-600\/90:hover{background-color:#0d9488e6}.hover\:bg-teal-700:hover{background-color:#0f766e}.hover\:bg-teal-700\/0:hover{background-color:#0f766e00}.hover\:bg-teal-700\/10:hover{background-color:#0f766e1a}.hover\:bg-teal-700\/20:hover{background-color:#0f766e33}.hover\:bg-teal-700\/30:hover{background-color:#0f766e4d}.hover\:bg-teal-700\/40:hover{background-color:#0f766e66}.hover\:bg-teal-700\/50:hover{background-color:#0f766e80}.hover\:bg-teal-700\/60:hover{background-color:#0f766e99}.hover\:bg-teal-700\/70:hover{background-color:#0f766eb3}.hover\:bg-teal-700\/75:hover{background-color:#0f766ebf}.hover\:bg-teal-700\/80:hover{background-color:#0f766ecc}.hover\:bg-teal-700\/90:hover{background-color:#0f766ee6}.hover\:bg-teal-800:hover{background-color:#115e59}.hover\:bg-teal-800\/0:hover{background-color:#115e5900}.hover\:bg-teal-800\/10:hover{background-color:#115e591a}.hover\:bg-teal-800\/20:hover{background-color:#115e5933}.hover\:bg-teal-800\/30:hover{background-color:#115e594d}.hover\:bg-teal-800\/40:hover{background-color:#115e5966}.hover\:bg-teal-800\/50:hover{background-color:#115e5980}.hover\:bg-teal-800\/60:hover{background-color:#115e5999}.hover\:bg-teal-800\/70:hover{background-color:#115e59b3}.hover\:bg-teal-800\/75:hover{background-color:#115e59bf}.hover\:bg-teal-800\/80:hover{background-color:#115e59cc}.hover\:bg-teal-800\/90:hover{background-color:#115e59e6}.hover\:bg-teal-900:hover{background-color:#134e4a}.hover\:bg-teal-900\/0:hover{background-color:#134e4a00}.hover\:bg-teal-900\/10:hover{background-color:#134e4a1a}.hover\:bg-teal-900\/20:hover{background-color:#134e4a33}.hover\:bg-teal-900\/30:hover{background-color:#134e4a4d}.hover\:bg-teal-900\/40:hover{background-color:#134e4a66}.hover\:bg-teal-900\/50:hover{background-color:#134e4a80}.hover\:bg-teal-900\/60:hover{background-color:#134e4a99}.hover\:bg-teal-900\/70:hover{background-color:#134e4ab3}.hover\:bg-teal-900\/75:hover{background-color:#134e4abf}.hover\:bg-teal-900\/80:hover{background-color:#134e4acc}.hover\:bg-teal-900\/90:hover{background-color:#134e4ae6}.hover\:bg-teal-950:hover{background-color:#042f2e}.hover\:bg-teal-950\/0:hover{background-color:#042f2e00}.hover\:bg-teal-950\/10:hover{background-color:#042f2e1a}.hover\:bg-teal-950\/20:hover{background-color:#042f2e33}.hover\:bg-teal-950\/30:hover{background-color:#042f2e4d}.hover\:bg-teal-950\/40:hover{background-color:#042f2e66}.hover\:bg-teal-950\/50:hover{background-color:#042f2e80}.hover\:bg-teal-950\/60:hover{background-color:#042f2e99}.hover\:bg-teal-950\/70:hover{background-color:#042f2eb3}.hover\:bg-teal-950\/75:hover{background-color:#042f2ebf}.hover\:bg-teal-950\/80:hover{background-color:#042f2ecc}.hover\:bg-teal-950\/90:hover{background-color:#042f2ee6}.hover\:bg-cyan-50:hover{background-color:#ecfeff}.hover\:bg-cyan-50\/0:hover{background-color:#ecfeff00}.hover\:bg-cyan-50\/10:hover{background-color:#ecfeff1a}.hover\:bg-cyan-50\/20:hover{background-color:#ecfeff33}.hover\:bg-cyan-50\/30:hover{background-color:#ecfeff4d}.hover\:bg-cyan-50\/40:hover{background-color:#ecfeff66}.hover\:bg-cyan-50\/50:hover{background-color:#ecfeff80}.hover\:bg-cyan-50\/60:hover{background-color:#ecfeff99}.hover\:bg-cyan-50\/70:hover{background-color:#ecfeffb3}.hover\:bg-cyan-50\/75:hover{background-color:#ecfeffbf}.hover\:bg-cyan-50\/80:hover{background-color:#ecfeffcc}.hover\:bg-cyan-50\/90:hover{background-color:#ecfeffe6}.hover\:bg-cyan-100:hover{background-color:#cffafe}.hover\:bg-cyan-100\/0:hover{background-color:#cffafe00}.hover\:bg-cyan-100\/10:hover{background-color:#cffafe1a}.hover\:bg-cyan-100\/20:hover{background-color:#cffafe33}.hover\:bg-cyan-100\/30:hover{background-color:#cffafe4d}.hover\:bg-cyan-100\/40:hover{background-color:#cffafe66}.hover\:bg-cyan-100\/50:hover{background-color:#cffafe80}.hover\:bg-cyan-100\/60:hover{background-color:#cffafe99}.hover\:bg-cyan-100\/70:hover{background-color:#cffafeb3}.hover\:bg-cyan-100\/75:hover{background-color:#cffafebf}.hover\:bg-cyan-100\/80:hover{background-color:#cffafecc}.hover\:bg-cyan-100\/90:hover{background-color:#cffafee6}.hover\:bg-cyan-200:hover{background-color:#a5f3fc}.hover\:bg-cyan-200\/0:hover{background-color:#a5f3fc00}.hover\:bg-cyan-200\/10:hover{background-color:#a5f3fc1a}.hover\:bg-cyan-200\/20:hover{background-color:#a5f3fc33}.hover\:bg-cyan-200\/30:hover{background-color:#a5f3fc4d}.hover\:bg-cyan-200\/40:hover{background-color:#a5f3fc66}.hover\:bg-cyan-200\/50:hover{background-color:#a5f3fc80}.hover\:bg-cyan-200\/60:hover{background-color:#a5f3fc99}.hover\:bg-cyan-200\/70:hover{background-color:#a5f3fcb3}.hover\:bg-cyan-200\/75:hover{background-color:#a5f3fcbf}.hover\:bg-cyan-200\/80:hover{background-color:#a5f3fccc}.hover\:bg-cyan-200\/90:hover{background-color:#a5f3fce6}.hover\:bg-cyan-300:hover{background-color:#67e8f9}.hover\:bg-cyan-300\/0:hover{background-color:#67e8f900}.hover\:bg-cyan-300\/10:hover{background-color:#67e8f91a}.hover\:bg-cyan-300\/20:hover{background-color:#67e8f933}.hover\:bg-cyan-300\/30:hover{background-color:#67e8f94d}.hover\:bg-cyan-300\/40:hover{background-color:#67e8f966}.hover\:bg-cyan-300\/50:hover{background-color:#67e8f980}.hover\:bg-cyan-300\/60:hover{background-color:#67e8f999}.hover\:bg-cyan-300\/70:hover{background-color:#67e8f9b3}.hover\:bg-cyan-300\/75:hover{background-color:#67e8f9bf}.hover\:bg-cyan-300\/80:hover{background-color:#67e8f9cc}.hover\:bg-cyan-300\/90:hover{background-color:#67e8f9e6}.hover\:bg-cyan-400:hover{background-color:#22d3ee}.hover\:bg-cyan-400\/0:hover{background-color:#22d3ee00}.hover\:bg-cyan-400\/10:hover{background-color:#22d3ee1a}.hover\:bg-cyan-400\/20:hover{background-color:#22d3ee33}.hover\:bg-cyan-400\/30:hover{background-color:#22d3ee4d}.hover\:bg-cyan-400\/40:hover{background-color:#22d3ee66}.hover\:bg-cyan-400\/50:hover{background-color:#22d3ee80}.hover\:bg-cyan-400\/60:hover{background-color:#22d3ee99}.hover\:bg-cyan-400\/70:hover{background-color:#22d3eeb3}.hover\:bg-cyan-400\/75:hover{background-color:#22d3eebf}.hover\:bg-cyan-400\/80:hover{background-color:#22d3eecc}.hover\:bg-cyan-400\/90:hover{background-color:#22d3eee6}.hover\:bg-cyan-500:hover{background-color:#06b6d4}.hover\:bg-cyan-500\/0:hover{background-color:#06b6d400}.hover\:bg-cyan-500\/10:hover{background-color:#06b6d41a}.hover\:bg-cyan-500\/20:hover{background-color:#06b6d433}.hover\:bg-cyan-500\/30:hover{background-color:#06b6d44d}.hover\:bg-cyan-500\/40:hover{background-color:#06b6d466}.hover\:bg-cyan-500\/50:hover{background-color:#06b6d480}.hover\:bg-cyan-500\/60:hover{background-color:#06b6d499}.hover\:bg-cyan-500\/70:hover{background-color:#06b6d4b3}.hover\:bg-cyan-500\/75:hover{background-color:#06b6d4bf}.hover\:bg-cyan-500\/80:hover{background-color:#06b6d4cc}.hover\:bg-cyan-500\/90:hover{background-color:#06b6d4e6}.hover\:bg-cyan-600:hover{background-color:#0891b2}.hover\:bg-cyan-600\/0:hover{background-color:#0891b200}.hover\:bg-cyan-600\/10:hover{background-color:#0891b21a}.hover\:bg-cyan-600\/20:hover{background-color:#0891b233}.hover\:bg-cyan-600\/30:hover{background-color:#0891b24d}.hover\:bg-cyan-600\/40:hover{background-color:#0891b266}.hover\:bg-cyan-600\/50:hover{background-color:#0891b280}.hover\:bg-cyan-600\/60:hover{background-color:#0891b299}.hover\:bg-cyan-600\/70:hover{background-color:#0891b2b3}.hover\:bg-cyan-600\/75:hover{background-color:#0891b2bf}.hover\:bg-cyan-600\/80:hover{background-color:#0891b2cc}.hover\:bg-cyan-600\/90:hover{background-color:#0891b2e6}.hover\:bg-cyan-700:hover{background-color:#0e7490}.hover\:bg-cyan-700\/0:hover{background-color:#0e749000}.hover\:bg-cyan-700\/10:hover{background-color:#0e74901a}.hover\:bg-cyan-700\/20:hover{background-color:#0e749033}.hover\:bg-cyan-700\/30:hover{background-color:#0e74904d}.hover\:bg-cyan-700\/40:hover{background-color:#0e749066}.hover\:bg-cyan-700\/50:hover{background-color:#0e749080}.hover\:bg-cyan-700\/60:hover{background-color:#0e749099}.hover\:bg-cyan-700\/70:hover{background-color:#0e7490b3}.hover\:bg-cyan-700\/75:hover{background-color:#0e7490bf}.hover\:bg-cyan-700\/80:hover{background-color:#0e7490cc}.hover\:bg-cyan-700\/90:hover{background-color:#0e7490e6}.hover\:bg-cyan-800:hover{background-color:#155e75}.hover\:bg-cyan-800\/0:hover{background-color:#155e7500}.hover\:bg-cyan-800\/10:hover{background-color:#155e751a}.hover\:bg-cyan-800\/20:hover{background-color:#155e7533}.hover\:bg-cyan-800\/30:hover{background-color:#155e754d}.hover\:bg-cyan-800\/40:hover{background-color:#155e7566}.hover\:bg-cyan-800\/50:hover{background-color:#155e7580}.hover\:bg-cyan-800\/60:hover{background-color:#155e7599}.hover\:bg-cyan-800\/70:hover{background-color:#155e75b3}.hover\:bg-cyan-800\/75:hover{background-color:#155e75bf}.hover\:bg-cyan-800\/80:hover{background-color:#155e75cc}.hover\:bg-cyan-800\/90:hover{background-color:#155e75e6}.hover\:bg-cyan-900:hover{background-color:#164e63}.hover\:bg-cyan-900\/0:hover{background-color:#164e6300}.hover\:bg-cyan-900\/10:hover{background-color:#164e631a}.hover\:bg-cyan-900\/20:hover{background-color:#164e6333}.hover\:bg-cyan-900\/30:hover{background-color:#164e634d}.hover\:bg-cyan-900\/40:hover{background-color:#164e6366}.hover\:bg-cyan-900\/50:hover{background-color:#164e6380}.hover\:bg-cyan-900\/60:hover{background-color:#164e6399}.hover\:bg-cyan-900\/70:hover{background-color:#164e63b3}.hover\:bg-cyan-900\/75:hover{background-color:#164e63bf}.hover\:bg-cyan-900\/80:hover{background-color:#164e63cc}.hover\:bg-cyan-900\/90:hover{background-color:#164e63e6}.hover\:bg-cyan-950:hover{background-color:#083344}.hover\:bg-cyan-950\/0:hover{background-color:#08334400}.hover\:bg-cyan-950\/10:hover{background-color:#0833441a}.hover\:bg-cyan-950\/20:hover{background-color:#08334433}.hover\:bg-cyan-950\/30:hover{background-color:#0833444d}.hover\:bg-cyan-950\/40:hover{background-color:#08334466}.hover\:bg-cyan-950\/50:hover{background-color:#08334480}.hover\:bg-cyan-950\/60:hover{background-color:#08334499}.hover\:bg-cyan-950\/70:hover{background-color:#083344b3}.hover\:bg-cyan-950\/75:hover{background-color:#083344bf}.hover\:bg-cyan-950\/80:hover{background-color:#083344cc}.hover\:bg-cyan-950\/90:hover{background-color:#083344e6}.hover\:bg-sky-50:hover{background-color:#f0f9ff}.hover\:bg-sky-50\/0:hover{background-color:#f0f9ff00}.hover\:bg-sky-50\/10:hover{background-color:#f0f9ff1a}.hover\:bg-sky-50\/20:hover{background-color:#f0f9ff33}.hover\:bg-sky-50\/30:hover{background-color:#f0f9ff4d}.hover\:bg-sky-50\/40:hover{background-color:#f0f9ff66}.hover\:bg-sky-50\/50:hover{background-color:#f0f9ff80}.hover\:bg-sky-50\/60:hover{background-color:#f0f9ff99}.hover\:bg-sky-50\/70:hover{background-color:#f0f9ffb3}.hover\:bg-sky-50\/75:hover{background-color:#f0f9ffbf}.hover\:bg-sky-50\/80:hover{background-color:#f0f9ffcc}.hover\:bg-sky-50\/90:hover{background-color:#f0f9ffe6}.hover\:bg-sky-100:hover{background-color:#e0f2fe}.hover\:bg-sky-100\/0:hover{background-color:#e0f2fe00}.hover\:bg-sky-100\/10:hover{background-color:#e0f2fe1a}.hover\:bg-sky-100\/20:hover{background-color:#e0f2fe33}.hover\:bg-sky-100\/30:hover{background-color:#e0f2fe4d}.hover\:bg-sky-100\/40:hover{background-color:#e0f2fe66}.hover\:bg-sky-100\/50:hover{background-color:#e0f2fe80}.hover\:bg-sky-100\/60:hover{background-color:#e0f2fe99}.hover\:bg-sky-100\/70:hover{background-color:#e0f2feb3}.hover\:bg-sky-100\/75:hover{background-color:#e0f2febf}.hover\:bg-sky-100\/80:hover{background-color:#e0f2fecc}.hover\:bg-sky-100\/90:hover{background-color:#e0f2fee6}.hover\:bg-sky-200:hover{background-color:#bae6fd}.hover\:bg-sky-200\/0:hover{background-color:#bae6fd00}.hover\:bg-sky-200\/10:hover{background-color:#bae6fd1a}.hover\:bg-sky-200\/20:hover{background-color:#bae6fd33}.hover\:bg-sky-200\/30:hover{background-color:#bae6fd4d}.hover\:bg-sky-200\/40:hover{background-color:#bae6fd66}.hover\:bg-sky-200\/50:hover{background-color:#bae6fd80}.hover\:bg-sky-200\/60:hover{background-color:#bae6fd99}.hover\:bg-sky-200\/70:hover{background-color:#bae6fdb3}.hover\:bg-sky-200\/75:hover{background-color:#bae6fdbf}.hover\:bg-sky-200\/80:hover{background-color:#bae6fdcc}.hover\:bg-sky-200\/90:hover{background-color:#bae6fde6}.hover\:bg-sky-300:hover{background-color:#7dd3fc}.hover\:bg-sky-300\/0:hover{background-color:#7dd3fc00}.hover\:bg-sky-300\/10:hover{background-color:#7dd3fc1a}.hover\:bg-sky-300\/20:hover{background-color:#7dd3fc33}.hover\:bg-sky-300\/30:hover{background-color:#7dd3fc4d}.hover\:bg-sky-300\/40:hover{background-color:#7dd3fc66}.hover\:bg-sky-300\/50:hover{background-color:#7dd3fc80}.hover\:bg-sky-300\/60:hover{background-color:#7dd3fc99}.hover\:bg-sky-300\/70:hover{background-color:#7dd3fcb3}.hover\:bg-sky-300\/75:hover{background-color:#7dd3fcbf}.hover\:bg-sky-300\/80:hover{background-color:#7dd3fccc}.hover\:bg-sky-300\/90:hover{background-color:#7dd3fce6}.hover\:bg-sky-400:hover{background-color:#38bdf8}.hover\:bg-sky-400\/0:hover{background-color:#38bdf800}.hover\:bg-sky-400\/10:hover{background-color:#38bdf81a}.hover\:bg-sky-400\/20:hover{background-color:#38bdf833}.hover\:bg-sky-400\/30:hover{background-color:#38bdf84d}.hover\:bg-sky-400\/40:hover{background-color:#38bdf866}.hover\:bg-sky-400\/50:hover{background-color:#38bdf880}.hover\:bg-sky-400\/60:hover{background-color:#38bdf899}.hover\:bg-sky-400\/70:hover{background-color:#38bdf8b3}.hover\:bg-sky-400\/75:hover{background-color:#38bdf8bf}.hover\:bg-sky-400\/80:hover{background-color:#38bdf8cc}.hover\:bg-sky-400\/90:hover{background-color:#38bdf8e6}.hover\:bg-sky-500:hover{background-color:#0ea5e9}.hover\:bg-sky-500\/0:hover{background-color:#0ea5e900}.hover\:bg-sky-500\/10:hover{background-color:#0ea5e91a}.hover\:bg-sky-500\/20:hover{background-color:#0ea5e933}.hover\:bg-sky-500\/30:hover{background-color:#0ea5e94d}.hover\:bg-sky-500\/40:hover{background-color:#0ea5e966}.hover\:bg-sky-500\/50:hover{background-color:#0ea5e980}.hover\:bg-sky-500\/60:hover{background-color:#0ea5e999}.hover\:bg-sky-500\/70:hover{background-color:#0ea5e9b3}.hover\:bg-sky-500\/75:hover{background-color:#0ea5e9bf}.hover\:bg-sky-500\/80:hover{background-color:#0ea5e9cc}.hover\:bg-sky-500\/90:hover{background-color:#0ea5e9e6}.hover\:bg-sky-600:hover{background-color:#0284c7}.hover\:bg-sky-600\/0:hover{background-color:#0284c700}.hover\:bg-sky-600\/10:hover{background-color:#0284c71a}.hover\:bg-sky-600\/20:hover{background-color:#0284c733}.hover\:bg-sky-600\/30:hover{background-color:#0284c74d}.hover\:bg-sky-600\/40:hover{background-color:#0284c766}.hover\:bg-sky-600\/50:hover{background-color:#0284c780}.hover\:bg-sky-600\/60:hover{background-color:#0284c799}.hover\:bg-sky-600\/70:hover{background-color:#0284c7b3}.hover\:bg-sky-600\/75:hover{background-color:#0284c7bf}.hover\:bg-sky-600\/80:hover{background-color:#0284c7cc}.hover\:bg-sky-600\/90:hover{background-color:#0284c7e6}.hover\:bg-sky-700:hover{background-color:#0369a1}.hover\:bg-sky-700\/0:hover{background-color:#0369a100}.hover\:bg-sky-700\/10:hover{background-color:#0369a11a}.hover\:bg-sky-700\/20:hover{background-color:#0369a133}.hover\:bg-sky-700\/30:hover{background-color:#0369a14d}.hover\:bg-sky-700\/40:hover{background-color:#0369a166}.hover\:bg-sky-700\/50:hover{background-color:#0369a180}.hover\:bg-sky-700\/60:hover{background-color:#0369a199}.hover\:bg-sky-700\/70:hover{background-color:#0369a1b3}.hover\:bg-sky-700\/75:hover{background-color:#0369a1bf}.hover\:bg-sky-700\/80:hover{background-color:#0369a1cc}.hover\:bg-sky-700\/90:hover{background-color:#0369a1e6}.hover\:bg-sky-800:hover{background-color:#075985}.hover\:bg-sky-800\/0:hover{background-color:#07598500}.hover\:bg-sky-800\/10:hover{background-color:#0759851a}.hover\:bg-sky-800\/20:hover{background-color:#07598533}.hover\:bg-sky-800\/30:hover{background-color:#0759854d}.hover\:bg-sky-800\/40:hover{background-color:#07598566}.hover\:bg-sky-800\/50:hover{background-color:#07598580}.hover\:bg-sky-800\/60:hover{background-color:#07598599}.hover\:bg-sky-800\/70:hover{background-color:#075985b3}.hover\:bg-sky-800\/75:hover{background-color:#075985bf}.hover\:bg-sky-800\/80:hover{background-color:#075985cc}.hover\:bg-sky-800\/90:hover{background-color:#075985e6}.hover\:bg-sky-900:hover{background-color:#0c4a6e}.hover\:bg-sky-900\/0:hover{background-color:#0c4a6e00}.hover\:bg-sky-900\/10:hover{background-color:#0c4a6e1a}.hover\:bg-sky-900\/20:hover{background-color:#0c4a6e33}.hover\:bg-sky-900\/30:hover{background-color:#0c4a6e4d}.hover\:bg-sky-900\/40:hover{background-color:#0c4a6e66}.hover\:bg-sky-900\/50:hover{background-color:#0c4a6e80}.hover\:bg-sky-900\/60:hover{background-color:#0c4a6e99}.hover\:bg-sky-900\/70:hover{background-color:#0c4a6eb3}.hover\:bg-sky-900\/75:hover{background-color:#0c4a6ebf}.hover\:bg-sky-900\/80:hover{background-color:#0c4a6ecc}.hover\:bg-sky-900\/90:hover{background-color:#0c4a6ee6}.hover\:bg-sky-950:hover{background-color:#082f49}.hover\:bg-sky-950\/0:hover{background-color:#082f4900}.hover\:bg-sky-950\/10:hover{background-color:#082f491a}.hover\:bg-sky-950\/20:hover{background-color:#082f4933}.hover\:bg-sky-950\/30:hover{background-color:#082f494d}.hover\:bg-sky-950\/40:hover{background-color:#082f4966}.hover\:bg-sky-950\/50:hover{background-color:#082f4980}.hover\:bg-sky-950\/60:hover{background-color:#082f4999}.hover\:bg-sky-950\/70:hover{background-color:#082f49b3}.hover\:bg-sky-950\/75:hover{background-color:#082f49bf}.hover\:bg-sky-950\/80:hover{background-color:#082f49cc}.hover\:bg-sky-950\/90:hover{background-color:#082f49e6}.hover\:bg-blue-50:hover{background-color:#eff6ff}.hover\:bg-blue-50\/0:hover{background-color:#eff6ff00}.hover\:bg-blue-50\/10:hover{background-color:#eff6ff1a}.hover\:bg-blue-50\/20:hover{background-color:#eff6ff33}.hover\:bg-blue-50\/30:hover{background-color:#eff6ff4d}.hover\:bg-blue-50\/40:hover{background-color:#eff6ff66}.hover\:bg-blue-50\/50:hover{background-color:#eff6ff80}.hover\:bg-blue-50\/60:hover{background-color:#eff6ff99}.hover\:bg-blue-50\/70:hover{background-color:#eff6ffb3}.hover\:bg-blue-50\/75:hover{background-color:#eff6ffbf}.hover\:bg-blue-50\/80:hover{background-color:#eff6ffcc}.hover\:bg-blue-50\/90:hover{background-color:#eff6ffe6}.hover\:bg-blue-100:hover{background-color:#dbeafe}.hover\:bg-blue-100\/0:hover{background-color:#dbeafe00}.hover\:bg-blue-100\/10:hover{background-color:#dbeafe1a}.hover\:bg-blue-100\/20:hover{background-color:#dbeafe33}.hover\:bg-blue-100\/30:hover{background-color:#dbeafe4d}.hover\:bg-blue-100\/40:hover{background-color:#dbeafe66}.hover\:bg-blue-100\/50:hover{background-color:#dbeafe80}.hover\:bg-blue-100\/60:hover{background-color:#dbeafe99}.hover\:bg-blue-100\/70:hover{background-color:#dbeafeb3}.hover\:bg-blue-100\/75:hover{background-color:#dbeafebf}.hover\:bg-blue-100\/80:hover{background-color:#dbeafecc}.hover\:bg-blue-100\/90:hover{background-color:#dbeafee6}.hover\:bg-blue-200:hover{background-color:#bfdbfe}.hover\:bg-blue-200\/0:hover{background-color:#bfdbfe00}.hover\:bg-blue-200\/10:hover{background-color:#bfdbfe1a}.hover\:bg-blue-200\/20:hover{background-color:#bfdbfe33}.hover\:bg-blue-200\/30:hover{background-color:#bfdbfe4d}.hover\:bg-blue-200\/40:hover{background-color:#bfdbfe66}.hover\:bg-blue-200\/50:hover{background-color:#bfdbfe80}.hover\:bg-blue-200\/60:hover{background-color:#bfdbfe99}.hover\:bg-blue-200\/70:hover{background-color:#bfdbfeb3}.hover\:bg-blue-200\/75:hover{background-color:#bfdbfebf}.hover\:bg-blue-200\/80:hover{background-color:#bfdbfecc}.hover\:bg-blue-200\/90:hover{background-color:#bfdbfee6}.hover\:bg-blue-300:hover{background-color:#93c5fd}.hover\:bg-blue-300\/0:hover{background-color:#93c5fd00}.hover\:bg-blue-300\/10:hover{background-color:#93c5fd1a}.hover\:bg-blue-300\/20:hover{background-color:#93c5fd33}.hover\:bg-blue-300\/30:hover{background-color:#93c5fd4d}.hover\:bg-blue-300\/40:hover{background-color:#93c5fd66}.hover\:bg-blue-300\/50:hover{background-color:#93c5fd80}.hover\:bg-blue-300\/60:hover{background-color:#93c5fd99}.hover\:bg-blue-300\/70:hover{background-color:#93c5fdb3}.hover\:bg-blue-300\/75:hover{background-color:#93c5fdbf}.hover\:bg-blue-300\/80:hover{background-color:#93c5fdcc}.hover\:bg-blue-300\/90:hover{background-color:#93c5fde6}.hover\:bg-blue-400:hover{background-color:#60a5fa}.hover\:bg-blue-400\/0:hover{background-color:#60a5fa00}.hover\:bg-blue-400\/10:hover{background-color:#60a5fa1a}.hover\:bg-blue-400\/20:hover{background-color:#60a5fa33}.hover\:bg-blue-400\/30:hover{background-color:#60a5fa4d}.hover\:bg-blue-400\/40:hover{background-color:#60a5fa66}.hover\:bg-blue-400\/50:hover{background-color:#60a5fa80}.hover\:bg-blue-400\/60:hover{background-color:#60a5fa99}.hover\:bg-blue-400\/70:hover{background-color:#60a5fab3}.hover\:bg-blue-400\/75:hover{background-color:#60a5fabf}.hover\:bg-blue-400\/80:hover{background-color:#60a5facc}.hover\:bg-blue-400\/90:hover{background-color:#60a5fae6}.hover\:bg-blue-500:hover{background-color:#3b82f6}.hover\:bg-blue-500\/0:hover{background-color:#3b82f600}.hover\:bg-blue-500\/10:hover{background-color:#3b82f61a}.hover\:bg-blue-500\/20:hover{background-color:#3b82f633}.hover\:bg-blue-500\/30:hover{background-color:#3b82f64d}.hover\:bg-blue-500\/40:hover{background-color:#3b82f666}.hover\:bg-blue-500\/50:hover{background-color:#3b82f680}.hover\:bg-blue-500\/60:hover{background-color:#3b82f699}.hover\:bg-blue-500\/70:hover{background-color:#3b82f6b3}.hover\:bg-blue-500\/75:hover{background-color:#3b82f6bf}.hover\:bg-blue-500\/80:hover{background-color:#3b82f6cc}.hover\:bg-blue-500\/90:hover{background-color:#3b82f6e6}.hover\:bg-blue-600:hover{background-color:#2563eb}.hover\:bg-blue-600\/0:hover{background-color:#2563eb00}.hover\:bg-blue-600\/10:hover{background-color:#2563eb1a}.hover\:bg-blue-600\/20:hover{background-color:#2563eb33}.hover\:bg-blue-600\/30:hover{background-color:#2563eb4d}.hover\:bg-blue-600\/40:hover{background-color:#2563eb66}.hover\:bg-blue-600\/50:hover{background-color:#2563eb80}.hover\:bg-blue-600\/60:hover{background-color:#2563eb99}.hover\:bg-blue-600\/70:hover{background-color:#2563ebb3}.hover\:bg-blue-600\/75:hover{background-color:#2563ebbf}.hover\:bg-blue-600\/80:hover{background-color:#2563ebcc}.hover\:bg-blue-600\/90:hover{background-color:#2563ebe6}.hover\:bg-blue-700:hover{background-color:#1d4ed8}.hover\:bg-blue-700\/0:hover{background-color:#1d4ed800}.hover\:bg-blue-700\/10:hover{background-color:#1d4ed81a}.hover\:bg-blue-700\/20:hover{background-color:#1d4ed833}.hover\:bg-blue-700\/30:hover{background-color:#1d4ed84d}.hover\:bg-blue-700\/40:hover{background-color:#1d4ed866}.hover\:bg-blue-700\/50:hover{background-color:#1d4ed880}.hover\:bg-blue-700\/60:hover{background-color:#1d4ed899}.hover\:bg-blue-700\/70:hover{background-color:#1d4ed8b3}.hover\:bg-blue-700\/75:hover{background-color:#1d4ed8bf}.hover\:bg-blue-700\/80:hover{background-color:#1d4ed8cc}.hover\:bg-blue-700\/90:hover{background-color:#1d4ed8e6}.hover\:bg-blue-800:hover{background-color:#1e40af}.hover\:bg-blue-800\/0:hover{background-color:#1e40af00}.hover\:bg-blue-800\/10:hover{background-color:#1e40af1a}.hover\:bg-blue-800\/20:hover{background-color:#1e40af33}.hover\:bg-blue-800\/30:hover{background-color:#1e40af4d}.hover\:bg-blue-800\/40:hover{background-color:#1e40af66}.hover\:bg-blue-800\/50:hover{background-color:#1e40af80}.hover\:bg-blue-800\/60:hover{background-color:#1e40af99}.hover\:bg-blue-800\/70:hover{background-color:#1e40afb3}.hover\:bg-blue-800\/75:hover{background-color:#1e40afbf}.hover\:bg-blue-800\/80:hover{background-color:#1e40afcc}.hover\:bg-blue-800\/90:hover{background-color:#1e40afe6}.hover\:bg-blue-900:hover{background-color:#1e3a8a}.hover\:bg-blue-900\/0:hover{background-color:#1e3a8a00}.hover\:bg-blue-900\/10:hover{background-color:#1e3a8a1a}.hover\:bg-blue-900\/20:hover{background-color:#1e3a8a33}.hover\:bg-blue-900\/30:hover{background-color:#1e3a8a4d}.hover\:bg-blue-900\/40:hover{background-color:#1e3a8a66}.hover\:bg-blue-900\/50:hover{background-color:#1e3a8a80}.hover\:bg-blue-900\/60:hover{background-color:#1e3a8a99}.hover\:bg-blue-900\/70:hover{background-color:#1e3a8ab3}.hover\:bg-blue-900\/75:hover{background-color:#1e3a8abf}.hover\:bg-blue-900\/80:hover{background-color:#1e3a8acc}.hover\:bg-blue-900\/90:hover{background-color:#1e3a8ae6}.hover\:bg-blue-950:hover{background-color:#172554}.hover\:bg-blue-950\/0:hover{background-color:#17255400}.hover\:bg-blue-950\/10:hover{background-color:#1725541a}.hover\:bg-blue-950\/20:hover{background-color:#17255433}.hover\:bg-blue-950\/30:hover{background-color:#1725544d}.hover\:bg-blue-950\/40:hover{background-color:#17255466}.hover\:bg-blue-950\/50:hover{background-color:#17255480}.hover\:bg-blue-950\/60:hover{background-color:#17255499}.hover\:bg-blue-950\/70:hover{background-color:#172554b3}.hover\:bg-blue-950\/75:hover{background-color:#172554bf}.hover\:bg-blue-950\/80:hover{background-color:#172554cc}.hover\:bg-blue-950\/90:hover{background-color:#172554e6}.hover\:bg-indigo-50:hover{background-color:#eef2ff}.hover\:bg-indigo-50\/0:hover{background-color:#eef2ff00}.hover\:bg-indigo-50\/10:hover{background-color:#eef2ff1a}.hover\:bg-indigo-50\/20:hover{background-color:#eef2ff33}.hover\:bg-indigo-50\/30:hover{background-color:#eef2ff4d}.hover\:bg-indigo-50\/40:hover{background-color:#eef2ff66}.hover\:bg-indigo-50\/50:hover{background-color:#eef2ff80}.hover\:bg-indigo-50\/60:hover{background-color:#eef2ff99}.hover\:bg-indigo-50\/70:hover{background-color:#eef2ffb3}.hover\:bg-indigo-50\/75:hover{background-color:#eef2ffbf}.hover\:bg-indigo-50\/80:hover{background-color:#eef2ffcc}.hover\:bg-indigo-50\/90:hover{background-color:#eef2ffe6}.hover\:bg-indigo-100:hover{background-color:#e0e7ff}.hover\:bg-indigo-100\/0:hover{background-color:#e0e7ff00}.hover\:bg-indigo-100\/10:hover{background-color:#e0e7ff1a}.hover\:bg-indigo-100\/20:hover{background-color:#e0e7ff33}.hover\:bg-indigo-100\/30:hover{background-color:#e0e7ff4d}.hover\:bg-indigo-100\/40:hover{background-color:#e0e7ff66}.hover\:bg-indigo-100\/50:hover{background-color:#e0e7ff80}.hover\:bg-indigo-100\/60:hover{background-color:#e0e7ff99}.hover\:bg-indigo-100\/70:hover{background-color:#e0e7ffb3}.hover\:bg-indigo-100\/75:hover{background-color:#e0e7ffbf}.hover\:bg-indigo-100\/80:hover{background-color:#e0e7ffcc}.hover\:bg-indigo-100\/90:hover{background-color:#e0e7ffe6}.hover\:bg-indigo-200:hover{background-color:#c7d2fe}.hover\:bg-indigo-200\/0:hover{background-color:#c7d2fe00}.hover\:bg-indigo-200\/10:hover{background-color:#c7d2fe1a}.hover\:bg-indigo-200\/20:hover{background-color:#c7d2fe33}.hover\:bg-indigo-200\/30:hover{background-color:#c7d2fe4d}.hover\:bg-indigo-200\/40:hover{background-color:#c7d2fe66}.hover\:bg-indigo-200\/50:hover{background-color:#c7d2fe80}.hover\:bg-indigo-200\/60:hover{background-color:#c7d2fe99}.hover\:bg-indigo-200\/70:hover{background-color:#c7d2feb3}.hover\:bg-indigo-200\/75:hover{background-color:#c7d2febf}.hover\:bg-indigo-200\/80:hover{background-color:#c7d2fecc}.hover\:bg-indigo-200\/90:hover{background-color:#c7d2fee6}.hover\:bg-indigo-300:hover{background-color:#a5b4fc}.hover\:bg-indigo-300\/0:hover{background-color:#a5b4fc00}.hover\:bg-indigo-300\/10:hover{background-color:#a5b4fc1a}.hover\:bg-indigo-300\/20:hover{background-color:#a5b4fc33}.hover\:bg-indigo-300\/30:hover{background-color:#a5b4fc4d}.hover\:bg-indigo-300\/40:hover{background-color:#a5b4fc66}.hover\:bg-indigo-300\/50:hover{background-color:#a5b4fc80}.hover\:bg-indigo-300\/60:hover{background-color:#a5b4fc99}.hover\:bg-indigo-300\/70:hover{background-color:#a5b4fcb3}.hover\:bg-indigo-300\/75:hover{background-color:#a5b4fcbf}.hover\:bg-indigo-300\/80:hover{background-color:#a5b4fccc}.hover\:bg-indigo-300\/90:hover{background-color:#a5b4fce6}.hover\:bg-indigo-400:hover{background-color:#818cf8}.hover\:bg-indigo-400\/0:hover{background-color:#818cf800}.hover\:bg-indigo-400\/10:hover{background-color:#818cf81a}.hover\:bg-indigo-400\/20:hover{background-color:#818cf833}.hover\:bg-indigo-400\/30:hover{background-color:#818cf84d}.hover\:bg-indigo-400\/40:hover{background-color:#818cf866}.hover\:bg-indigo-400\/50:hover{background-color:#818cf880}.hover\:bg-indigo-400\/60:hover{background-color:#818cf899}.hover\:bg-indigo-400\/70:hover{background-color:#818cf8b3}.hover\:bg-indigo-400\/75:hover{background-color:#818cf8bf}.hover\:bg-indigo-400\/80:hover{background-color:#818cf8cc}.hover\:bg-indigo-400\/90:hover{background-color:#818cf8e6}.hover\:bg-indigo-500:hover{background-color:#6366f1}.hover\:bg-indigo-500\/0:hover{background-color:#6366f100}.hover\:bg-indigo-500\/10:hover{background-color:#6366f11a}.hover\:bg-indigo-500\/20:hover{background-color:#6366f133}.hover\:bg-indigo-500\/30:hover{background-color:#6366f14d}.hover\:bg-indigo-500\/40:hover{background-color:#6366f166}.hover\:bg-indigo-500\/50:hover{background-color:#6366f180}.hover\:bg-indigo-500\/60:hover{background-color:#6366f199}.hover\:bg-indigo-500\/70:hover{background-color:#6366f1b3}.hover\:bg-indigo-500\/75:hover{background-color:#6366f1bf}.hover\:bg-indigo-500\/80:hover{background-color:#6366f1cc}.hover\:bg-indigo-500\/90:hover{background-color:#6366f1e6}.hover\:bg-indigo-600:hover{background-color:#4f46e5}.hover\:bg-indigo-600\/0:hover{background-color:#4f46e500}.hover\:bg-indigo-600\/10:hover{background-color:#4f46e51a}.hover\:bg-indigo-600\/20:hover{background-color:#4f46e533}.hover\:bg-indigo-600\/30:hover{background-color:#4f46e54d}.hover\:bg-indigo-600\/40:hover{background-color:#4f46e566}.hover\:bg-indigo-600\/50:hover{background-color:#4f46e580}.hover\:bg-indigo-600\/60:hover{background-color:#4f46e599}.hover\:bg-indigo-600\/70:hover{background-color:#4f46e5b3}.hover\:bg-indigo-600\/75:hover{background-color:#4f46e5bf}.hover\:bg-indigo-600\/80:hover{background-color:#4f46e5cc}.hover\:bg-indigo-600\/90:hover{background-color:#4f46e5e6}.hover\:bg-indigo-700:hover{background-color:#4338ca}.hover\:bg-indigo-700\/0:hover{background-color:#4338ca00}.hover\:bg-indigo-700\/10:hover{background-color:#4338ca1a}.hover\:bg-indigo-700\/20:hover{background-color:#4338ca33}.hover\:bg-indigo-700\/30:hover{background-color:#4338ca4d}.hover\:bg-indigo-700\/40:hover{background-color:#4338ca66}.hover\:bg-indigo-700\/50:hover{background-color:#4338ca80}.hover\:bg-indigo-700\/60:hover{background-color:#4338ca99}.hover\:bg-indigo-700\/70:hover{background-color:#4338cab3}.hover\:bg-indigo-700\/75:hover{background-color:#4338cabf}.hover\:bg-indigo-700\/80:hover{background-color:#4338cacc}.hover\:bg-indigo-700\/90:hover{background-color:#4338cae6}.hover\:bg-indigo-800:hover{background-color:#3730a3}.hover\:bg-indigo-800\/0:hover{background-color:#3730a300}.hover\:bg-indigo-800\/10:hover{background-color:#3730a31a}.hover\:bg-indigo-800\/20:hover{background-color:#3730a333}.hover\:bg-indigo-800\/30:hover{background-color:#3730a34d}.hover\:bg-indigo-800\/40:hover{background-color:#3730a366}.hover\:bg-indigo-800\/50:hover{background-color:#3730a380}.hover\:bg-indigo-800\/60:hover{background-color:#3730a399}.hover\:bg-indigo-800\/70:hover{background-color:#3730a3b3}.hover\:bg-indigo-800\/75:hover{background-color:#3730a3bf}.hover\:bg-indigo-800\/80:hover{background-color:#3730a3cc}.hover\:bg-indigo-800\/90:hover{background-color:#3730a3e6}.hover\:bg-indigo-900:hover{background-color:#312e81}.hover\:bg-indigo-900\/0:hover{background-color:#312e8100}.hover\:bg-indigo-900\/10:hover{background-color:#312e811a}.hover\:bg-indigo-900\/20:hover{background-color:#312e8133}.hover\:bg-indigo-900\/30:hover{background-color:#312e814d}.hover\:bg-indigo-900\/40:hover{background-color:#312e8166}.hover\:bg-indigo-900\/50:hover{background-color:#312e8180}.hover\:bg-indigo-900\/60:hover{background-color:#312e8199}.hover\:bg-indigo-900\/70:hover{background-color:#312e81b3}.hover\:bg-indigo-900\/75:hover{background-color:#312e81bf}.hover\:bg-indigo-900\/80:hover{background-color:#312e81cc}.hover\:bg-indigo-900\/90:hover{background-color:#312e81e6}.hover\:bg-indigo-950:hover{background-color:#1e1b4b}.hover\:bg-indigo-950\/0:hover{background-color:#1e1b4b00}.hover\:bg-indigo-950\/10:hover{background-color:#1e1b4b1a}.hover\:bg-indigo-950\/20:hover{background-color:#1e1b4b33}.hover\:bg-indigo-950\/30:hover{background-color:#1e1b4b4d}.hover\:bg-indigo-950\/40:hover{background-color:#1e1b4b66}.hover\:bg-indigo-950\/50:hover{background-color:#1e1b4b80}.hover\:bg-indigo-950\/60:hover{background-color:#1e1b4b99}.hover\:bg-indigo-950\/70:hover{background-color:#1e1b4bb3}.hover\:bg-indigo-950\/75:hover{background-color:#1e1b4bbf}.hover\:bg-indigo-950\/80:hover{background-color:#1e1b4bcc}.hover\:bg-indigo-950\/90:hover{background-color:#1e1b4be6}.hover\:bg-violet-50:hover{background-color:#f5f3ff}.hover\:bg-violet-50\/0:hover{background-color:#f5f3ff00}.hover\:bg-violet-50\/10:hover{background-color:#f5f3ff1a}.hover\:bg-violet-50\/20:hover{background-color:#f5f3ff33}.hover\:bg-violet-50\/30:hover{background-color:#f5f3ff4d}.hover\:bg-violet-50\/40:hover{background-color:#f5f3ff66}.hover\:bg-violet-50\/50:hover{background-color:#f5f3ff80}.hover\:bg-violet-50\/60:hover{background-color:#f5f3ff99}.hover\:bg-violet-50\/70:hover{background-color:#f5f3ffb3}.hover\:bg-violet-50\/75:hover{background-color:#f5f3ffbf}.hover\:bg-violet-50\/80:hover{background-color:#f5f3ffcc}.hover\:bg-violet-50\/90:hover{background-color:#f5f3ffe6}.hover\:bg-violet-100:hover{background-color:#ede9fe}.hover\:bg-violet-100\/0:hover{background-color:#ede9fe00}.hover\:bg-violet-100\/10:hover{background-color:#ede9fe1a}.hover\:bg-violet-100\/20:hover{background-color:#ede9fe33}.hover\:bg-violet-100\/30:hover{background-color:#ede9fe4d}.hover\:bg-violet-100\/40:hover{background-color:#ede9fe66}.hover\:bg-violet-100\/50:hover{background-color:#ede9fe80}.hover\:bg-violet-100\/60:hover{background-color:#ede9fe99}.hover\:bg-violet-100\/70:hover{background-color:#ede9feb3}.hover\:bg-violet-100\/75:hover{background-color:#ede9febf}.hover\:bg-violet-100\/80:hover{background-color:#ede9fecc}.hover\:bg-violet-100\/90:hover{background-color:#ede9fee6}.hover\:bg-violet-200:hover{background-color:#ddd6fe}.hover\:bg-violet-200\/0:hover{background-color:#ddd6fe00}.hover\:bg-violet-200\/10:hover{background-color:#ddd6fe1a}.hover\:bg-violet-200\/20:hover{background-color:#ddd6fe33}.hover\:bg-violet-200\/30:hover{background-color:#ddd6fe4d}.hover\:bg-violet-200\/40:hover{background-color:#ddd6fe66}.hover\:bg-violet-200\/50:hover{background-color:#ddd6fe80}.hover\:bg-violet-200\/60:hover{background-color:#ddd6fe99}.hover\:bg-violet-200\/70:hover{background-color:#ddd6feb3}.hover\:bg-violet-200\/75:hover{background-color:#ddd6febf}.hover\:bg-violet-200\/80:hover{background-color:#ddd6fecc}.hover\:bg-violet-200\/90:hover{background-color:#ddd6fee6}.hover\:bg-violet-300:hover{background-color:#c4b5fd}.hover\:bg-violet-300\/0:hover{background-color:#c4b5fd00}.hover\:bg-violet-300\/10:hover{background-color:#c4b5fd1a}.hover\:bg-violet-300\/20:hover{background-color:#c4b5fd33}.hover\:bg-violet-300\/30:hover{background-color:#c4b5fd4d}.hover\:bg-violet-300\/40:hover{background-color:#c4b5fd66}.hover\:bg-violet-300\/50:hover{background-color:#c4b5fd80}.hover\:bg-violet-300\/60:hover{background-color:#c4b5fd99}.hover\:bg-violet-300\/70:hover{background-color:#c4b5fdb3}.hover\:bg-violet-300\/75:hover{background-color:#c4b5fdbf}.hover\:bg-violet-300\/80:hover{background-color:#c4b5fdcc}.hover\:bg-violet-300\/90:hover{background-color:#c4b5fde6}.hover\:bg-violet-400:hover{background-color:#a78bfa}.hover\:bg-violet-400\/0:hover{background-color:#a78bfa00}.hover\:bg-violet-400\/10:hover{background-color:#a78bfa1a}.hover\:bg-violet-400\/20:hover{background-color:#a78bfa33}.hover\:bg-violet-400\/30:hover{background-color:#a78bfa4d}.hover\:bg-violet-400\/40:hover{background-color:#a78bfa66}.hover\:bg-violet-400\/50:hover{background-color:#a78bfa80}.hover\:bg-violet-400\/60:hover{background-color:#a78bfa99}.hover\:bg-violet-400\/70:hover{background-color:#a78bfab3}.hover\:bg-violet-400\/75:hover{background-color:#a78bfabf}.hover\:bg-violet-400\/80:hover{background-color:#a78bfacc}.hover\:bg-violet-400\/90:hover{background-color:#a78bfae6}.hover\:bg-violet-500:hover{background-color:#8b5cf6}.hover\:bg-violet-500\/0:hover{background-color:#8b5cf600}.hover\:bg-violet-500\/10:hover{background-color:#8b5cf61a}.hover\:bg-violet-500\/20:hover{background-color:#8b5cf633}.hover\:bg-violet-500\/30:hover{background-color:#8b5cf64d}.hover\:bg-violet-500\/40:hover{background-color:#8b5cf666}.hover\:bg-violet-500\/50:hover{background-color:#8b5cf680}.hover\:bg-violet-500\/60:hover{background-color:#8b5cf699}.hover\:bg-violet-500\/70:hover{background-color:#8b5cf6b3}.hover\:bg-violet-500\/75:hover{background-color:#8b5cf6bf}.hover\:bg-violet-500\/80:hover{background-color:#8b5cf6cc}.hover\:bg-violet-500\/90:hover{background-color:#8b5cf6e6}.hover\:bg-violet-600:hover{background-color:#7c3aed}.hover\:bg-violet-600\/0:hover{background-color:#7c3aed00}.hover\:bg-violet-600\/10:hover{background-color:#7c3aed1a}.hover\:bg-violet-600\/20:hover{background-color:#7c3aed33}.hover\:bg-violet-600\/30:hover{background-color:#7c3aed4d}.hover\:bg-violet-600\/40:hover{background-color:#7c3aed66}.hover\:bg-violet-600\/50:hover{background-color:#7c3aed80}.hover\:bg-violet-600\/60:hover{background-color:#7c3aed99}.hover\:bg-violet-600\/70:hover{background-color:#7c3aedb3}.hover\:bg-violet-600\/75:hover{background-color:#7c3aedbf}.hover\:bg-violet-600\/80:hover{background-color:#7c3aedcc}.hover\:bg-violet-600\/90:hover{background-color:#7c3aede6}.hover\:bg-violet-700:hover{background-color:#6d28d9}.hover\:bg-violet-700\/0:hover{background-color:#6d28d900}.hover\:bg-violet-700\/10:hover{background-color:#6d28d91a}.hover\:bg-violet-700\/20:hover{background-color:#6d28d933}.hover\:bg-violet-700\/30:hover{background-color:#6d28d94d}.hover\:bg-violet-700\/40:hover{background-color:#6d28d966}.hover\:bg-violet-700\/50:hover{background-color:#6d28d980}.hover\:bg-violet-700\/60:hover{background-color:#6d28d999}.hover\:bg-violet-700\/70:hover{background-color:#6d28d9b3}.hover\:bg-violet-700\/75:hover{background-color:#6d28d9bf}.hover\:bg-violet-700\/80:hover{background-color:#6d28d9cc}.hover\:bg-violet-700\/90:hover{background-color:#6d28d9e6}.hover\:bg-violet-800:hover{background-color:#5b21b6}.hover\:bg-violet-800\/0:hover{background-color:#5b21b600}.hover\:bg-violet-800\/10:hover{background-color:#5b21b61a}.hover\:bg-violet-800\/20:hover{background-color:#5b21b633}.hover\:bg-violet-800\/30:hover{background-color:#5b21b64d}.hover\:bg-violet-800\/40:hover{background-color:#5b21b666}.hover\:bg-violet-800\/50:hover{background-color:#5b21b680}.hover\:bg-violet-800\/60:hover{background-color:#5b21b699}.hover\:bg-violet-800\/70:hover{background-color:#5b21b6b3}.hover\:bg-violet-800\/75:hover{background-color:#5b21b6bf}.hover\:bg-violet-800\/80:hover{background-color:#5b21b6cc}.hover\:bg-violet-800\/90:hover{background-color:#5b21b6e6}.hover\:bg-violet-900:hover{background-color:#4c1d95}.hover\:bg-violet-900\/0:hover{background-color:#4c1d9500}.hover\:bg-violet-900\/10:hover{background-color:#4c1d951a}.hover\:bg-violet-900\/20:hover{background-color:#4c1d9533}.hover\:bg-violet-900\/30:hover{background-color:#4c1d954d}.hover\:bg-violet-900\/40:hover{background-color:#4c1d9566}.hover\:bg-violet-900\/50:hover{background-color:#4c1d9580}.hover\:bg-violet-900\/60:hover{background-color:#4c1d9599}.hover\:bg-violet-900\/70:hover{background-color:#4c1d95b3}.hover\:bg-violet-900\/75:hover{background-color:#4c1d95bf}.hover\:bg-violet-900\/80:hover{background-color:#4c1d95cc}.hover\:bg-violet-900\/90:hover{background-color:#4c1d95e6}.hover\:bg-violet-950:hover{background-color:#2e1065}.hover\:bg-violet-950\/0:hover{background-color:#2e106500}.hover\:bg-violet-950\/10:hover{background-color:#2e10651a}.hover\:bg-violet-950\/20:hover{background-color:#2e106533}.hover\:bg-violet-950\/30:hover{background-color:#2e10654d}.hover\:bg-violet-950\/40:hover{background-color:#2e106566}.hover\:bg-violet-950\/50:hover{background-color:#2e106580}.hover\:bg-violet-950\/60:hover{background-color:#2e106599}.hover\:bg-violet-950\/70:hover{background-color:#2e1065b3}.hover\:bg-violet-950\/75:hover{background-color:#2e1065bf}.hover\:bg-violet-950\/80:hover{background-color:#2e1065cc}.hover\:bg-violet-950\/90:hover{background-color:#2e1065e6}.hover\:bg-purple-50:hover{background-color:#faf5ff}.hover\:bg-purple-50\/0:hover{background-color:#faf5ff00}.hover\:bg-purple-50\/10:hover{background-color:#faf5ff1a}.hover\:bg-purple-50\/20:hover{background-color:#faf5ff33}.hover\:bg-purple-50\/30:hover{background-color:#faf5ff4d}.hover\:bg-purple-50\/40:hover{background-color:#faf5ff66}.hover\:bg-purple-50\/50:hover{background-color:#faf5ff80}.hover\:bg-purple-50\/60:hover{background-color:#faf5ff99}.hover\:bg-purple-50\/70:hover{background-color:#faf5ffb3}.hover\:bg-purple-50\/75:hover{background-color:#faf5ffbf}.hover\:bg-purple-50\/80:hover{background-color:#faf5ffcc}.hover\:bg-purple-50\/90:hover{background-color:#faf5ffe6}.hover\:bg-purple-100:hover{background-color:#f3e8ff}.hover\:bg-purple-100\/0:hover{background-color:#f3e8ff00}.hover\:bg-purple-100\/10:hover{background-color:#f3e8ff1a}.hover\:bg-purple-100\/20:hover{background-color:#f3e8ff33}.hover\:bg-purple-100\/30:hover{background-color:#f3e8ff4d}.hover\:bg-purple-100\/40:hover{background-color:#f3e8ff66}.hover\:bg-purple-100\/50:hover{background-color:#f3e8ff80}.hover\:bg-purple-100\/60:hover{background-color:#f3e8ff99}.hover\:bg-purple-100\/70:hover{background-color:#f3e8ffb3}.hover\:bg-purple-100\/75:hover{background-color:#f3e8ffbf}.hover\:bg-purple-100\/80:hover{background-color:#f3e8ffcc}.hover\:bg-purple-100\/90:hover{background-color:#f3e8ffe6}.hover\:bg-purple-200:hover{background-color:#e9d5ff}.hover\:bg-purple-200\/0:hover{background-color:#e9d5ff00}.hover\:bg-purple-200\/10:hover{background-color:#e9d5ff1a}.hover\:bg-purple-200\/20:hover{background-color:#e9d5ff33}.hover\:bg-purple-200\/30:hover{background-color:#e9d5ff4d}.hover\:bg-purple-200\/40:hover{background-color:#e9d5ff66}.hover\:bg-purple-200\/50:hover{background-color:#e9d5ff80}.hover\:bg-purple-200\/60:hover{background-color:#e9d5ff99}.hover\:bg-purple-200\/70:hover{background-color:#e9d5ffb3}.hover\:bg-purple-200\/75:hover{background-color:#e9d5ffbf}.hover\:bg-purple-200\/80:hover{background-color:#e9d5ffcc}.hover\:bg-purple-200\/90:hover{background-color:#e9d5ffe6}.hover\:bg-purple-300:hover{background-color:#d8b4fe}.hover\:bg-purple-300\/0:hover{background-color:#d8b4fe00}.hover\:bg-purple-300\/10:hover{background-color:#d8b4fe1a}.hover\:bg-purple-300\/20:hover{background-color:#d8b4fe33}.hover\:bg-purple-300\/30:hover{background-color:#d8b4fe4d}.hover\:bg-purple-300\/40:hover{background-color:#d8b4fe66}.hover\:bg-purple-300\/50:hover{background-color:#d8b4fe80}.hover\:bg-purple-300\/60:hover{background-color:#d8b4fe99}.hover\:bg-purple-300\/70:hover{background-color:#d8b4feb3}.hover\:bg-purple-300\/75:hover{background-color:#d8b4febf}.hover\:bg-purple-300\/80:hover{background-color:#d8b4fecc}.hover\:bg-purple-300\/90:hover{background-color:#d8b4fee6}.hover\:bg-purple-400:hover{background-color:#c084fc}.hover\:bg-purple-400\/0:hover{background-color:#c084fc00}.hover\:bg-purple-400\/10:hover{background-color:#c084fc1a}.hover\:bg-purple-400\/20:hover{background-color:#c084fc33}.hover\:bg-purple-400\/30:hover{background-color:#c084fc4d}.hover\:bg-purple-400\/40:hover{background-color:#c084fc66}.hover\:bg-purple-400\/50:hover{background-color:#c084fc80}.hover\:bg-purple-400\/60:hover{background-color:#c084fc99}.hover\:bg-purple-400\/70:hover{background-color:#c084fcb3}.hover\:bg-purple-400\/75:hover{background-color:#c084fcbf}.hover\:bg-purple-400\/80:hover{background-color:#c084fccc}.hover\:bg-purple-400\/90:hover{background-color:#c084fce6}.hover\:bg-purple-500:hover{background-color:#a855f7}.hover\:bg-purple-500\/0:hover{background-color:#a855f700}.hover\:bg-purple-500\/10:hover{background-color:#a855f71a}.hover\:bg-purple-500\/20:hover{background-color:#a855f733}.hover\:bg-purple-500\/30:hover{background-color:#a855f74d}.hover\:bg-purple-500\/40:hover{background-color:#a855f766}.hover\:bg-purple-500\/50:hover{background-color:#a855f780}.hover\:bg-purple-500\/60:hover{background-color:#a855f799}.hover\:bg-purple-500\/70:hover{background-color:#a855f7b3}.hover\:bg-purple-500\/75:hover{background-color:#a855f7bf}.hover\:bg-purple-500\/80:hover{background-color:#a855f7cc}.hover\:bg-purple-500\/90:hover{background-color:#a855f7e6}.hover\:bg-purple-600:hover{background-color:#9333ea}.hover\:bg-purple-600\/0:hover{background-color:#9333ea00}.hover\:bg-purple-600\/10:hover{background-color:#9333ea1a}.hover\:bg-purple-600\/20:hover{background-color:#9333ea33}.hover\:bg-purple-600\/30:hover{background-color:#9333ea4d}.hover\:bg-purple-600\/40:hover{background-color:#9333ea66}.hover\:bg-purple-600\/50:hover{background-color:#9333ea80}.hover\:bg-purple-600\/60:hover{background-color:#9333ea99}.hover\:bg-purple-600\/70:hover{background-color:#9333eab3}.hover\:bg-purple-600\/75:hover{background-color:#9333eabf}.hover\:bg-purple-600\/80:hover{background-color:#9333eacc}.hover\:bg-purple-600\/90:hover{background-color:#9333eae6}.hover\:bg-purple-700:hover{background-color:#7e22ce}.hover\:bg-purple-700\/0:hover{background-color:#7e22ce00}.hover\:bg-purple-700\/10:hover{background-color:#7e22ce1a}.hover\:bg-purple-700\/20:hover{background-color:#7e22ce33}.hover\:bg-purple-700\/30:hover{background-color:#7e22ce4d}.hover\:bg-purple-700\/40:hover{background-color:#7e22ce66}.hover\:bg-purple-700\/50:hover{background-color:#7e22ce80}.hover\:bg-purple-700\/60:hover{background-color:#7e22ce99}.hover\:bg-purple-700\/70:hover{background-color:#7e22ceb3}.hover\:bg-purple-700\/75:hover{background-color:#7e22cebf}.hover\:bg-purple-700\/80:hover{background-color:#7e22cecc}.hover\:bg-purple-700\/90:hover{background-color:#7e22cee6}.hover\:bg-purple-800:hover{background-color:#6b21a8}.hover\:bg-purple-800\/0:hover{background-color:#6b21a800}.hover\:bg-purple-800\/10:hover{background-color:#6b21a81a}.hover\:bg-purple-800\/20:hover{background-color:#6b21a833}.hover\:bg-purple-800\/30:hover{background-color:#6b21a84d}.hover\:bg-purple-800\/40:hover{background-color:#6b21a866}.hover\:bg-purple-800\/50:hover{background-color:#6b21a880}.hover\:bg-purple-800\/60:hover{background-color:#6b21a899}.hover\:bg-purple-800\/70:hover{background-color:#6b21a8b3}.hover\:bg-purple-800\/75:hover{background-color:#6b21a8bf}.hover\:bg-purple-800\/80:hover{background-color:#6b21a8cc}.hover\:bg-purple-800\/90:hover{background-color:#6b21a8e6}.hover\:bg-purple-900:hover{background-color:#581c87}.hover\:bg-purple-900\/0:hover{background-color:#581c8700}.hover\:bg-purple-900\/10:hover{background-color:#581c871a}.hover\:bg-purple-900\/20:hover{background-color:#581c8733}.hover\:bg-purple-900\/30:hover{background-color:#581c874d}.hover\:bg-purple-900\/40:hover{background-color:#581c8766}.hover\:bg-purple-900\/50:hover{background-color:#581c8780}.hover\:bg-purple-900\/60:hover{background-color:#581c8799}.hover\:bg-purple-900\/70:hover{background-color:#581c87b3}.hover\:bg-purple-900\/75:hover{background-color:#581c87bf}.hover\:bg-purple-900\/80:hover{background-color:#581c87cc}.hover\:bg-purple-900\/90:hover{background-color:#581c87e6}.hover\:bg-purple-950:hover{background-color:#3b0764}.hover\:bg-purple-950\/0:hover{background-color:#3b076400}.hover\:bg-purple-950\/10:hover{background-color:#3b07641a}.hover\:bg-purple-950\/20:hover{background-color:#3b076433}.hover\:bg-purple-950\/30:hover{background-color:#3b07644d}.hover\:bg-purple-950\/40:hover{background-color:#3b076466}.hover\:bg-purple-950\/50:hover{background-color:#3b076480}.hover\:bg-purple-950\/60:hover{background-color:#3b076499}.hover\:bg-purple-950\/70:hover{background-color:#3b0764b3}.hover\:bg-purple-950\/75:hover{background-color:#3b0764bf}.hover\:bg-purple-950\/80:hover{background-color:#3b0764cc}.hover\:bg-purple-950\/90:hover{background-color:#3b0764e6}.hover\:bg-fuchsia-50:hover{background-color:#fdf4ff}.hover\:bg-fuchsia-50\/0:hover{background-color:#fdf4ff00}.hover\:bg-fuchsia-50\/10:hover{background-color:#fdf4ff1a}.hover\:bg-fuchsia-50\/20:hover{background-color:#fdf4ff33}.hover\:bg-fuchsia-50\/30:hover{background-color:#fdf4ff4d}.hover\:bg-fuchsia-50\/40:hover{background-color:#fdf4ff66}.hover\:bg-fuchsia-50\/50:hover{background-color:#fdf4ff80}.hover\:bg-fuchsia-50\/60:hover{background-color:#fdf4ff99}.hover\:bg-fuchsia-50\/70:hover{background-color:#fdf4ffb3}.hover\:bg-fuchsia-50\/75:hover{background-color:#fdf4ffbf}.hover\:bg-fuchsia-50\/80:hover{background-color:#fdf4ffcc}.hover\:bg-fuchsia-50\/90:hover{background-color:#fdf4ffe6}.hover\:bg-fuchsia-100:hover{background-color:#fae8ff}.hover\:bg-fuchsia-100\/0:hover{background-color:#fae8ff00}.hover\:bg-fuchsia-100\/10:hover{background-color:#fae8ff1a}.hover\:bg-fuchsia-100\/20:hover{background-color:#fae8ff33}.hover\:bg-fuchsia-100\/30:hover{background-color:#fae8ff4d}.hover\:bg-fuchsia-100\/40:hover{background-color:#fae8ff66}.hover\:bg-fuchsia-100\/50:hover{background-color:#fae8ff80}.hover\:bg-fuchsia-100\/60:hover{background-color:#fae8ff99}.hover\:bg-fuchsia-100\/70:hover{background-color:#fae8ffb3}.hover\:bg-fuchsia-100\/75:hover{background-color:#fae8ffbf}.hover\:bg-fuchsia-100\/80:hover{background-color:#fae8ffcc}.hover\:bg-fuchsia-100\/90:hover{background-color:#fae8ffe6}.hover\:bg-fuchsia-200:hover{background-color:#f5d0fe}.hover\:bg-fuchsia-200\/0:hover{background-color:#f5d0fe00}.hover\:bg-fuchsia-200\/10:hover{background-color:#f5d0fe1a}.hover\:bg-fuchsia-200\/20:hover{background-color:#f5d0fe33}.hover\:bg-fuchsia-200\/30:hover{background-color:#f5d0fe4d}.hover\:bg-fuchsia-200\/40:hover{background-color:#f5d0fe66}.hover\:bg-fuchsia-200\/50:hover{background-color:#f5d0fe80}.hover\:bg-fuchsia-200\/60:hover{background-color:#f5d0fe99}.hover\:bg-fuchsia-200\/70:hover{background-color:#f5d0feb3}.hover\:bg-fuchsia-200\/75:hover{background-color:#f5d0febf}.hover\:bg-fuchsia-200\/80:hover{background-color:#f5d0fecc}.hover\:bg-fuchsia-200\/90:hover{background-color:#f5d0fee6}.hover\:bg-fuchsia-300:hover{background-color:#f0abfc}.hover\:bg-fuchsia-300\/0:hover{background-color:#f0abfc00}.hover\:bg-fuchsia-300\/10:hover{background-color:#f0abfc1a}.hover\:bg-fuchsia-300\/20:hover{background-color:#f0abfc33}.hover\:bg-fuchsia-300\/30:hover{background-color:#f0abfc4d}.hover\:bg-fuchsia-300\/40:hover{background-color:#f0abfc66}.hover\:bg-fuchsia-300\/50:hover{background-color:#f0abfc80}.hover\:bg-fuchsia-300\/60:hover{background-color:#f0abfc99}.hover\:bg-fuchsia-300\/70:hover{background-color:#f0abfcb3}.hover\:bg-fuchsia-300\/75:hover{background-color:#f0abfcbf}.hover\:bg-fuchsia-300\/80:hover{background-color:#f0abfccc}.hover\:bg-fuchsia-300\/90:hover{background-color:#f0abfce6}.hover\:bg-fuchsia-400:hover{background-color:#e879f9}.hover\:bg-fuchsia-400\/0:hover{background-color:#e879f900}.hover\:bg-fuchsia-400\/10:hover{background-color:#e879f91a}.hover\:bg-fuchsia-400\/20:hover{background-color:#e879f933}.hover\:bg-fuchsia-400\/30:hover{background-color:#e879f94d}.hover\:bg-fuchsia-400\/40:hover{background-color:#e879f966}.hover\:bg-fuchsia-400\/50:hover{background-color:#e879f980}.hover\:bg-fuchsia-400\/60:hover{background-color:#e879f999}.hover\:bg-fuchsia-400\/70:hover{background-color:#e879f9b3}.hover\:bg-fuchsia-400\/75:hover{background-color:#e879f9bf}.hover\:bg-fuchsia-400\/80:hover{background-color:#e879f9cc}.hover\:bg-fuchsia-400\/90:hover{background-color:#e879f9e6}.hover\:bg-fuchsia-500:hover{background-color:#d946ef}.hover\:bg-fuchsia-500\/0:hover{background-color:#d946ef00}.hover\:bg-fuchsia-500\/10:hover{background-color:#d946ef1a}.hover\:bg-fuchsia-500\/20:hover{background-color:#d946ef33}.hover\:bg-fuchsia-500\/30:hover{background-color:#d946ef4d}.hover\:bg-fuchsia-500\/40:hover{background-color:#d946ef66}.hover\:bg-fuchsia-500\/50:hover{background-color:#d946ef80}.hover\:bg-fuchsia-500\/60:hover{background-color:#d946ef99}.hover\:bg-fuchsia-500\/70:hover{background-color:#d946efb3}.hover\:bg-fuchsia-500\/75:hover{background-color:#d946efbf}.hover\:bg-fuchsia-500\/80:hover{background-color:#d946efcc}.hover\:bg-fuchsia-500\/90:hover{background-color:#d946efe6}.hover\:bg-fuchsia-600:hover{background-color:#c026d3}.hover\:bg-fuchsia-600\/0:hover{background-color:#c026d300}.hover\:bg-fuchsia-600\/10:hover{background-color:#c026d31a}.hover\:bg-fuchsia-600\/20:hover{background-color:#c026d333}.hover\:bg-fuchsia-600\/30:hover{background-color:#c026d34d}.hover\:bg-fuchsia-600\/40:hover{background-color:#c026d366}.hover\:bg-fuchsia-600\/50:hover{background-color:#c026d380}.hover\:bg-fuchsia-600\/60:hover{background-color:#c026d399}.hover\:bg-fuchsia-600\/70:hover{background-color:#c026d3b3}.hover\:bg-fuchsia-600\/75:hover{background-color:#c026d3bf}.hover\:bg-fuchsia-600\/80:hover{background-color:#c026d3cc}.hover\:bg-fuchsia-600\/90:hover{background-color:#c026d3e6}.hover\:bg-fuchsia-700:hover{background-color:#a21caf}.hover\:bg-fuchsia-700\/0:hover{background-color:#a21caf00}.hover\:bg-fuchsia-700\/10:hover{background-color:#a21caf1a}.hover\:bg-fuchsia-700\/20:hover{background-color:#a21caf33}.hover\:bg-fuchsia-700\/30:hover{background-color:#a21caf4d}.hover\:bg-fuchsia-700\/40:hover{background-color:#a21caf66}.hover\:bg-fuchsia-700\/50:hover{background-color:#a21caf80}.hover\:bg-fuchsia-700\/60:hover{background-color:#a21caf99}.hover\:bg-fuchsia-700\/70:hover{background-color:#a21cafb3}.hover\:bg-fuchsia-700\/75:hover{background-color:#a21cafbf}.hover\:bg-fuchsia-700\/80:hover{background-color:#a21cafcc}.hover\:bg-fuchsia-700\/90:hover{background-color:#a21cafe6}.hover\:bg-fuchsia-800:hover{background-color:#86198f}.hover\:bg-fuchsia-800\/0:hover{background-color:#86198f00}.hover\:bg-fuchsia-800\/10:hover{background-color:#86198f1a}.hover\:bg-fuchsia-800\/20:hover{background-color:#86198f33}.hover\:bg-fuchsia-800\/30:hover{background-color:#86198f4d}.hover\:bg-fuchsia-800\/40:hover{background-color:#86198f66}.hover\:bg-fuchsia-800\/50:hover{background-color:#86198f80}.hover\:bg-fuchsia-800\/60:hover{background-color:#86198f99}.hover\:bg-fuchsia-800\/70:hover{background-color:#86198fb3}.hover\:bg-fuchsia-800\/75:hover{background-color:#86198fbf}.hover\:bg-fuchsia-800\/80:hover{background-color:#86198fcc}.hover\:bg-fuchsia-800\/90:hover{background-color:#86198fe6}.hover\:bg-fuchsia-900:hover{background-color:#701a75}.hover\:bg-fuchsia-900\/0:hover{background-color:#701a7500}.hover\:bg-fuchsia-900\/10:hover{background-color:#701a751a}.hover\:bg-fuchsia-900\/20:hover{background-color:#701a7533}.hover\:bg-fuchsia-900\/30:hover{background-color:#701a754d}.hover\:bg-fuchsia-900\/40:hover{background-color:#701a7566}.hover\:bg-fuchsia-900\/50:hover{background-color:#701a7580}.hover\:bg-fuchsia-900\/60:hover{background-color:#701a7599}.hover\:bg-fuchsia-900\/70:hover{background-color:#701a75b3}.hover\:bg-fuchsia-900\/75:hover{background-color:#701a75bf}.hover\:bg-fuchsia-900\/80:hover{background-color:#701a75cc}.hover\:bg-fuchsia-900\/90:hover{background-color:#701a75e6}.hover\:bg-fuchsia-950:hover{background-color:#4a044e}.hover\:bg-fuchsia-950\/0:hover{background-color:#4a044e00}.hover\:bg-fuchsia-950\/10:hover{background-color:#4a044e1a}.hover\:bg-fuchsia-950\/20:hover{background-color:#4a044e33}.hover\:bg-fuchsia-950\/30:hover{background-color:#4a044e4d}.hover\:bg-fuchsia-950\/40:hover{background-color:#4a044e66}.hover\:bg-fuchsia-950\/50:hover{background-color:#4a044e80}.hover\:bg-fuchsia-950\/60:hover{background-color:#4a044e99}.hover\:bg-fuchsia-950\/70:hover{background-color:#4a044eb3}.hover\:bg-fuchsia-950\/75:hover{background-color:#4a044ebf}.hover\:bg-fuchsia-950\/80:hover{background-color:#4a044ecc}.hover\:bg-fuchsia-950\/90:hover{background-color:#4a044ee6}.hover\:bg-pink-50:hover{background-color:#fdf2f8}.hover\:bg-pink-50\/0:hover{background-color:#fdf2f800}.hover\:bg-pink-50\/10:hover{background-color:#fdf2f81a}.hover\:bg-pink-50\/20:hover{background-color:#fdf2f833}.hover\:bg-pink-50\/30:hover{background-color:#fdf2f84d}.hover\:bg-pink-50\/40:hover{background-color:#fdf2f866}.hover\:bg-pink-50\/50:hover{background-color:#fdf2f880}.hover\:bg-pink-50\/60:hover{background-color:#fdf2f899}.hover\:bg-pink-50\/70:hover{background-color:#fdf2f8b3}.hover\:bg-pink-50\/75:hover{background-color:#fdf2f8bf}.hover\:bg-pink-50\/80:hover{background-color:#fdf2f8cc}.hover\:bg-pink-50\/90:hover{background-color:#fdf2f8e6}.hover\:bg-pink-100:hover{background-color:#fce7f3}.hover\:bg-pink-100\/0:hover{background-color:#fce7f300}.hover\:bg-pink-100\/10:hover{background-color:#fce7f31a}.hover\:bg-pink-100\/20:hover{background-color:#fce7f333}.hover\:bg-pink-100\/30:hover{background-color:#fce7f34d}.hover\:bg-pink-100\/40:hover{background-color:#fce7f366}.hover\:bg-pink-100\/50:hover{background-color:#fce7f380}.hover\:bg-pink-100\/60:hover{background-color:#fce7f399}.hover\:bg-pink-100\/70:hover{background-color:#fce7f3b3}.hover\:bg-pink-100\/75:hover{background-color:#fce7f3bf}.hover\:bg-pink-100\/80:hover{background-color:#fce7f3cc}.hover\:bg-pink-100\/90:hover{background-color:#fce7f3e6}.hover\:bg-pink-200:hover{background-color:#fbcfe8}.hover\:bg-pink-200\/0:hover{background-color:#fbcfe800}.hover\:bg-pink-200\/10:hover{background-color:#fbcfe81a}.hover\:bg-pink-200\/20:hover{background-color:#fbcfe833}.hover\:bg-pink-200\/30:hover{background-color:#fbcfe84d}.hover\:bg-pink-200\/40:hover{background-color:#fbcfe866}.hover\:bg-pink-200\/50:hover{background-color:#fbcfe880}.hover\:bg-pink-200\/60:hover{background-color:#fbcfe899}.hover\:bg-pink-200\/70:hover{background-color:#fbcfe8b3}.hover\:bg-pink-200\/75:hover{background-color:#fbcfe8bf}.hover\:bg-pink-200\/80:hover{background-color:#fbcfe8cc}.hover\:bg-pink-200\/90:hover{background-color:#fbcfe8e6}.hover\:bg-pink-300:hover{background-color:#f9a8d4}.hover\:bg-pink-300\/0:hover{background-color:#f9a8d400}.hover\:bg-pink-300\/10:hover{background-color:#f9a8d41a}.hover\:bg-pink-300\/20:hover{background-color:#f9a8d433}.hover\:bg-pink-300\/30:hover{background-color:#f9a8d44d}.hover\:bg-pink-300\/40:hover{background-color:#f9a8d466}.hover\:bg-pink-300\/50:hover{background-color:#f9a8d480}.hover\:bg-pink-300\/60:hover{background-color:#f9a8d499}.hover\:bg-pink-300\/70:hover{background-color:#f9a8d4b3}.hover\:bg-pink-300\/75:hover{background-color:#f9a8d4bf}.hover\:bg-pink-300\/80:hover{background-color:#f9a8d4cc}.hover\:bg-pink-300\/90:hover{background-color:#f9a8d4e6}.hover\:bg-pink-400:hover{background-color:#f472b6}.hover\:bg-pink-400\/0:hover{background-color:#f472b600}.hover\:bg-pink-400\/10:hover{background-color:#f472b61a}.hover\:bg-pink-400\/20:hover{background-color:#f472b633}.hover\:bg-pink-400\/30:hover{background-color:#f472b64d}.hover\:bg-pink-400\/40:hover{background-color:#f472b666}.hover\:bg-pink-400\/50:hover{background-color:#f472b680}.hover\:bg-pink-400\/60:hover{background-color:#f472b699}.hover\:bg-pink-400\/70:hover{background-color:#f472b6b3}.hover\:bg-pink-400\/75:hover{background-color:#f472b6bf}.hover\:bg-pink-400\/80:hover{background-color:#f472b6cc}.hover\:bg-pink-400\/90:hover{background-color:#f472b6e6}.hover\:bg-pink-500:hover{background-color:#ec4899}.hover\:bg-pink-500\/0:hover{background-color:#ec489900}.hover\:bg-pink-500\/10:hover{background-color:#ec48991a}.hover\:bg-pink-500\/20:hover{background-color:#ec489933}.hover\:bg-pink-500\/30:hover{background-color:#ec48994d}.hover\:bg-pink-500\/40:hover{background-color:#ec489966}.hover\:bg-pink-500\/50:hover{background-color:#ec489980}.hover\:bg-pink-500\/60:hover{background-color:#ec489999}.hover\:bg-pink-500\/70:hover{background-color:#ec4899b3}.hover\:bg-pink-500\/75:hover{background-color:#ec4899bf}.hover\:bg-pink-500\/80:hover{background-color:#ec4899cc}.hover\:bg-pink-500\/90:hover{background-color:#ec4899e6}.hover\:bg-pink-600:hover{background-color:#db2777}.hover\:bg-pink-600\/0:hover{background-color:#db277700}.hover\:bg-pink-600\/10:hover{background-color:#db27771a}.hover\:bg-pink-600\/20:hover{background-color:#db277733}.hover\:bg-pink-600\/30:hover{background-color:#db27774d}.hover\:bg-pink-600\/40:hover{background-color:#db277766}.hover\:bg-pink-600\/50:hover{background-color:#db277780}.hover\:bg-pink-600\/60:hover{background-color:#db277799}.hover\:bg-pink-600\/70:hover{background-color:#db2777b3}.hover\:bg-pink-600\/75:hover{background-color:#db2777bf}.hover\:bg-pink-600\/80:hover{background-color:#db2777cc}.hover\:bg-pink-600\/90:hover{background-color:#db2777e6}.hover\:bg-pink-700:hover{background-color:#be185d}.hover\:bg-pink-700\/0:hover{background-color:#be185d00}.hover\:bg-pink-700\/10:hover{background-color:#be185d1a}.hover\:bg-pink-700\/20:hover{background-color:#be185d33}.hover\:bg-pink-700\/30:hover{background-color:#be185d4d}.hover\:bg-pink-700\/40:hover{background-color:#be185d66}.hover\:bg-pink-700\/50:hover{background-color:#be185d80}.hover\:bg-pink-700\/60:hover{background-color:#be185d99}.hover\:bg-pink-700\/70:hover{background-color:#be185db3}.hover\:bg-pink-700\/75:hover{background-color:#be185dbf}.hover\:bg-pink-700\/80:hover{background-color:#be185dcc}.hover\:bg-pink-700\/90:hover{background-color:#be185de6}.hover\:bg-pink-800:hover{background-color:#9d174d}.hover\:bg-pink-800\/0:hover{background-color:#9d174d00}.hover\:bg-pink-800\/10:hover{background-color:#9d174d1a}.hover\:bg-pink-800\/20:hover{background-color:#9d174d33}.hover\:bg-pink-800\/30:hover{background-color:#9d174d4d}.hover\:bg-pink-800\/40:hover{background-color:#9d174d66}.hover\:bg-pink-800\/50:hover{background-color:#9d174d80}.hover\:bg-pink-800\/60:hover{background-color:#9d174d99}.hover\:bg-pink-800\/70:hover{background-color:#9d174db3}.hover\:bg-pink-800\/75:hover{background-color:#9d174dbf}.hover\:bg-pink-800\/80:hover{background-color:#9d174dcc}.hover\:bg-pink-800\/90:hover{background-color:#9d174de6}.hover\:bg-pink-900:hover{background-color:#831843}.hover\:bg-pink-900\/0:hover{background-color:#83184300}.hover\:bg-pink-900\/10:hover{background-color:#8318431a}.hover\:bg-pink-900\/20:hover{background-color:#83184333}.hover\:bg-pink-900\/30:hover{background-color:#8318434d}.hover\:bg-pink-900\/40:hover{background-color:#83184366}.hover\:bg-pink-900\/50:hover{background-color:#83184380}.hover\:bg-pink-900\/60:hover{background-color:#83184399}.hover\:bg-pink-900\/70:hover{background-color:#831843b3}.hover\:bg-pink-900\/75:hover{background-color:#831843bf}.hover\:bg-pink-900\/80:hover{background-color:#831843cc}.hover\:bg-pink-900\/90:hover{background-color:#831843e6}.hover\:bg-pink-950:hover{background-color:#500724}.hover\:bg-pink-950\/0:hover{background-color:#50072400}.hover\:bg-pink-950\/10:hover{background-color:#5007241a}.hover\:bg-pink-950\/20:hover{background-color:#50072433}.hover\:bg-pink-950\/30:hover{background-color:#5007244d}.hover\:bg-pink-950\/40:hover{background-color:#50072466}.hover\:bg-pink-950\/50:hover{background-color:#50072480}.hover\:bg-pink-950\/60:hover{background-color:#50072499}.hover\:bg-pink-950\/70:hover{background-color:#500724b3}.hover\:bg-pink-950\/75:hover{background-color:#500724bf}.hover\:bg-pink-950\/80:hover{background-color:#500724cc}.hover\:bg-pink-950\/90:hover{background-color:#500724e6}.hover\:bg-rose-50:hover{background-color:#fff1f2}.hover\:bg-rose-50\/0:hover{background-color:#fff1f200}.hover\:bg-rose-50\/10:hover{background-color:#fff1f21a}.hover\:bg-rose-50\/20:hover{background-color:#fff1f233}.hover\:bg-rose-50\/30:hover{background-color:#fff1f24d}.hover\:bg-rose-50\/40:hover{background-color:#fff1f266}.hover\:bg-rose-50\/50:hover{background-color:#fff1f280}.hover\:bg-rose-50\/60:hover{background-color:#fff1f299}.hover\:bg-rose-50\/70:hover{background-color:#fff1f2b3}.hover\:bg-rose-50\/75:hover{background-color:#fff1f2bf}.hover\:bg-rose-50\/80:hover{background-color:#fff1f2cc}.hover\:bg-rose-50\/90:hover{background-color:#fff1f2e6}.hover\:bg-rose-100:hover{background-color:#ffe4e6}.hover\:bg-rose-100\/0:hover{background-color:#ffe4e600}.hover\:bg-rose-100\/10:hover{background-color:#ffe4e61a}.hover\:bg-rose-100\/20:hover{background-color:#ffe4e633}.hover\:bg-rose-100\/30:hover{background-color:#ffe4e64d}.hover\:bg-rose-100\/40:hover{background-color:#ffe4e666}.hover\:bg-rose-100\/50:hover{background-color:#ffe4e680}.hover\:bg-rose-100\/60:hover{background-color:#ffe4e699}.hover\:bg-rose-100\/70:hover{background-color:#ffe4e6b3}.hover\:bg-rose-100\/75:hover{background-color:#ffe4e6bf}.hover\:bg-rose-100\/80:hover{background-color:#ffe4e6cc}.hover\:bg-rose-100\/90:hover{background-color:#ffe4e6e6}.hover\:bg-rose-200:hover{background-color:#fecdd3}.hover\:bg-rose-200\/0:hover{background-color:#fecdd300}.hover\:bg-rose-200\/10:hover{background-color:#fecdd31a}.hover\:bg-rose-200\/20:hover{background-color:#fecdd333}.hover\:bg-rose-200\/30:hover{background-color:#fecdd34d}.hover\:bg-rose-200\/40:hover{background-color:#fecdd366}.hover\:bg-rose-200\/50:hover{background-color:#fecdd380}.hover\:bg-rose-200\/60:hover{background-color:#fecdd399}.hover\:bg-rose-200\/70:hover{background-color:#fecdd3b3}.hover\:bg-rose-200\/75:hover{background-color:#fecdd3bf}.hover\:bg-rose-200\/80:hover{background-color:#fecdd3cc}.hover\:bg-rose-200\/90:hover{background-color:#fecdd3e6}.hover\:bg-rose-300:hover{background-color:#fda4af}.hover\:bg-rose-300\/0:hover{background-color:#fda4af00}.hover\:bg-rose-300\/10:hover{background-color:#fda4af1a}.hover\:bg-rose-300\/20:hover{background-color:#fda4af33}.hover\:bg-rose-300\/30:hover{background-color:#fda4af4d}.hover\:bg-rose-300\/40:hover{background-color:#fda4af66}.hover\:bg-rose-300\/50:hover{background-color:#fda4af80}.hover\:bg-rose-300\/60:hover{background-color:#fda4af99}.hover\:bg-rose-300\/70:hover{background-color:#fda4afb3}.hover\:bg-rose-300\/75:hover{background-color:#fda4afbf}.hover\:bg-rose-300\/80:hover{background-color:#fda4afcc}.hover\:bg-rose-300\/90:hover{background-color:#fda4afe6}.hover\:bg-rose-400:hover{background-color:#fb7185}.hover\:bg-rose-400\/0:hover{background-color:#fb718500}.hover\:bg-rose-400\/10:hover{background-color:#fb71851a}.hover\:bg-rose-400\/20:hover{background-color:#fb718533}.hover\:bg-rose-400\/30:hover{background-color:#fb71854d}.hover\:bg-rose-400\/40:hover{background-color:#fb718566}.hover\:bg-rose-400\/50:hover{background-color:#fb718580}.hover\:bg-rose-400\/60:hover{background-color:#fb718599}.hover\:bg-rose-400\/70:hover{background-color:#fb7185b3}.hover\:bg-rose-400\/75:hover{background-color:#fb7185bf}.hover\:bg-rose-400\/80:hover{background-color:#fb7185cc}.hover\:bg-rose-400\/90:hover{background-color:#fb7185e6}.hover\:bg-rose-500:hover{background-color:#f43f5e}.hover\:bg-rose-500\/0:hover{background-color:#f43f5e00}.hover\:bg-rose-500\/10:hover{background-color:#f43f5e1a}.hover\:bg-rose-500\/20:hover{background-color:#f43f5e33}.hover\:bg-rose-500\/30:hover{background-color:#f43f5e4d}.hover\:bg-rose-500\/40:hover{background-color:#f43f5e66}.hover\:bg-rose-500\/50:hover{background-color:#f43f5e80}.hover\:bg-rose-500\/60:hover{background-color:#f43f5e99}.hover\:bg-rose-500\/70:hover{background-color:#f43f5eb3}.hover\:bg-rose-500\/75:hover{background-color:#f43f5ebf}.hover\:bg-rose-500\/80:hover{background-color:#f43f5ecc}.hover\:bg-rose-500\/90:hover{background-color:#f43f5ee6}.hover\:bg-rose-600:hover{background-color:#e11d48}.hover\:bg-rose-600\/0:hover{background-color:#e11d4800}.hover\:bg-rose-600\/10:hover{background-color:#e11d481a}.hover\:bg-rose-600\/20:hover{background-color:#e11d4833}.hover\:bg-rose-600\/30:hover{background-color:#e11d484d}.hover\:bg-rose-600\/40:hover{background-color:#e11d4866}.hover\:bg-rose-600\/50:hover{background-color:#e11d4880}.hover\:bg-rose-600\/60:hover{background-color:#e11d4899}.hover\:bg-rose-600\/70:hover{background-color:#e11d48b3}.hover\:bg-rose-600\/75:hover{background-color:#e11d48bf}.hover\:bg-rose-600\/80:hover{background-color:#e11d48cc}.hover\:bg-rose-600\/90:hover{background-color:#e11d48e6}.hover\:bg-rose-700:hover{background-color:#be123c}.hover\:bg-rose-700\/0:hover{background-color:#be123c00}.hover\:bg-rose-700\/10:hover{background-color:#be123c1a}.hover\:bg-rose-700\/20:hover{background-color:#be123c33}.hover\:bg-rose-700\/30:hover{background-color:#be123c4d}.hover\:bg-rose-700\/40:hover{background-color:#be123c66}.hover\:bg-rose-700\/50:hover{background-color:#be123c80}.hover\:bg-rose-700\/60:hover{background-color:#be123c99}.hover\:bg-rose-700\/70:hover{background-color:#be123cb3}.hover\:bg-rose-700\/75:hover{background-color:#be123cbf}.hover\:bg-rose-700\/80:hover{background-color:#be123ccc}.hover\:bg-rose-700\/90:hover{background-color:#be123ce6}.hover\:bg-rose-800:hover{background-color:#9f1239}.hover\:bg-rose-800\/0:hover{background-color:#9f123900}.hover\:bg-rose-800\/10:hover{background-color:#9f12391a}.hover\:bg-rose-800\/20:hover{background-color:#9f123933}.hover\:bg-rose-800\/30:hover{background-color:#9f12394d}.hover\:bg-rose-800\/40:hover{background-color:#9f123966}.hover\:bg-rose-800\/50:hover{background-color:#9f123980}.hover\:bg-rose-800\/60:hover{background-color:#9f123999}.hover\:bg-rose-800\/70:hover{background-color:#9f1239b3}.hover\:bg-rose-800\/75:hover{background-color:#9f1239bf}.hover\:bg-rose-800\/80:hover{background-color:#9f1239cc}.hover\:bg-rose-800\/90:hover{background-color:#9f1239e6}.hover\:bg-rose-900:hover{background-color:#881337}.hover\:bg-rose-900\/0:hover{background-color:#88133700}.hover\:bg-rose-900\/10:hover{background-color:#8813371a}.hover\:bg-rose-900\/20:hover{background-color:#88133733}.hover\:bg-rose-900\/30:hover{background-color:#8813374d}.hover\:bg-rose-900\/40:hover{background-color:#88133766}.hover\:bg-rose-900\/50:hover{background-color:#88133780}.hover\:bg-rose-900\/60:hover{background-color:#88133799}.hover\:bg-rose-900\/70:hover{background-color:#881337b3}.hover\:bg-rose-900\/75:hover{background-color:#881337bf}.hover\:bg-rose-900\/80:hover{background-color:#881337cc}.hover\:bg-rose-900\/90:hover{background-color:#881337e6}.hover\:bg-rose-950:hover{background-color:#4c0519}.hover\:bg-rose-950\/0:hover{background-color:#4c051900}.hover\:bg-rose-950\/10:hover{background-color:#4c05191a}.hover\:bg-rose-950\/20:hover{background-color:#4c051933}.hover\:bg-rose-950\/30:hover{background-color:#4c05194d}.hover\:bg-rose-950\/40:hover{background-color:#4c051966}.hover\:bg-rose-950\/50:hover{background-color:#4c051980}.hover\:bg-rose-950\/60:hover{background-color:#4c051999}.hover\:bg-rose-950\/70:hover{background-color:#4c0519b3}.hover\:bg-rose-950\/75:hover{background-color:#4c0519bf}.hover\:bg-rose-950\/80:hover{background-color:#4c0519cc}.hover\:bg-rose-950\/90:hover{background-color:#4c0519e6}.hover\:bg-primary:hover{background-color:#3874ff}.hover\:bg-primary-bold:hover{background-color:#002660}.hover\:bg-primary-hover:hover{background-color:#003585}.hover\:bg-primary-border:hover{background-color:#156ef3}.hover\:bg-primary-focus-lv1:hover{background-color:#6492ff}.hover\:bg-primary-focus-lv2:hover{background-color:#c7ddff}.hover\:bg-primary-bg-color:hover{background-color:#f8fbff}.hover\:bg-success:hover{background-color:#00bd7e}.hover\:bg-success-bold:hover{background-color:#006c58}.hover\:bg-success-hover:hover{background-color:#008d5e}.hover\:bg-success-border:hover{background-color:#17e5a1}.hover\:bg-success-focus-lv1:hover{background-color:#a9fbe0}.hover\:bg-success-bg-color:hover{background-color:#ebfff8}.hover\:bg-warning:hover{background-color:#ffb41f}.hover\:bg-warning-bold:hover{background-color:#b77d09}.hover\:bg-warning-hover:hover{background-color:#e39f17}.hover\:bg-warning-border:hover{background-color:#f7c86a}.hover\:bg-warning-focus-lv1:hover{background-color:#fbe0a9}.hover\:bg-warning-bg-color:hover{background-color:#fff8eb}.hover\:bg-danger:hover{background-color:#b20000}.hover\:bg-danger-bold:hover{background-color:#920122}.hover\:bg-danger-hover:hover{background-color:#c60833}.hover\:bg-danger-border:hover{background-color:#f35370}.hover\:bg-danger-focus-lv1:hover{background-color:#fdabb9}.hover\:bg-danger-bg-color:hover{background-color:#fff1f4}.hover\:bg-info:hover{background-color:#2668cb}.hover\:bg-info-bold:hover{background-color:#023480}.hover\:bg-info-hover:hover{background-color:#0f4eae}.hover\:bg-info-border:hover{background-color:#679ef2}.hover\:bg-info-focus-lv1:hover{background-color:#c1d9fd}.hover\:bg-info-bg-color:hover{background-color:#f2f7ff}.hover\:bg-neutral-100:hover{background-color:#1a1a1a}.hover\:bg-neutral-90:hover{background-color:#424242}.hover\:bg-neutral-80:hover{background-color:#616161}.hover\:bg-neutral-70:hover{background-color:#757575}.hover\:bg-neutral-60:hover{background-color:#9e9e9e}.hover\:bg-neutral-50:hover{background-color:#c2c2c2}.hover\:bg-neutral-40:hover{background-color:#e0e0e0}.hover\:bg-neutral-30:hover{background-color:#ededed}.hover\:bg-neutral-20:hover{background-color:#f5f5f5}.hover\:bg-base:hover{background-color:#f5f7fa}.hover\:bg-auto:hover{background-size:auto}.hover\:bg-cover:hover{background-size:cover}.hover\:bg-contain:hover{background-size:contain}.hover\:bg-repeat:hover{background-repeat:repeat}.hover\:bg-no-repeat:hover{background-repeat:no-repeat}.hover\:bg-repeat-x:hover{background-repeat:repeat-x}.hover\:bg-repeat-y:hover{background-repeat:repeat-y}.hover\:bg-repeat-round:hover{background-repeat:round}.hover\:bg-repeat-space:hover{background-repeat:space}.hover\:bg-bottom:hover{background-position:bottom}.hover\:bg-center:hover{background-position:center}.hover\:bg-left:hover{background-position:left}.hover\:bg-left-bottom:hover{background-position:left bottom}.hover\:bg-left-top:hover{background-position:left top}.hover\:bg-right:hover{background-position:right}.hover\:bg-right-bottom:hover{background-position:right bottom}.hover\:bg-right-top:hover{background-position:right top}.hover\:bg-top:hover{background-position:top}.hover\:bg-origin-border:hover{background-origin:border-box}.hover\:bg-origin-padding:hover{background-origin:padding-box}.hover\:bg-origin-content:hover{background-origin:content-box}.hover\:bg-bg-fixed:hover{background-attachment:fixed}.hover\:bg-bg-local:hover{background-attachment:local}.hover\:bg-bg-scroll:hover{background-attachment:scroll}.hover\:p-auto:hover{padding:auto}.hover\:pl-auto:hover{padding-left:auto}.hover\:pr-auto:hover{padding-right:auto}.hover\:px-auto:hover{padding-right:auto;padding-left:auto}.hover\:py-auto:hover{padding-top:auto;padding-bottom:auto}.hover\:pb-auto:hover{padding-bottom:auto}.hover\:pt-auto:hover{padding-top:auto}.hover\:p-0:hover{padding:0}.hover\:pl-0:hover{padding-left:0}.hover\:pr-0:hover{padding-right:0}.hover\:px-0:hover{padding-right:0;padding-left:0}.hover\:py-0:hover{padding-top:0;padding-bottom:0}.hover\:pb-0:hover{padding-bottom:0}.hover\:pt-0:hover{padding-top:0}.hover\:p-1:hover{padding:.25rem}.hover\:pl-1:hover{padding-left:.25rem}.hover\:pr-1:hover{padding-right:.25rem}.hover\:px-1:hover{padding-right:.25rem;padding-left:.25rem}.hover\:py-1:hover{padding-top:.25rem;padding-bottom:.25rem}.hover\:pb-1:hover{padding-bottom:.25rem}.hover\:pt-1:hover{padding-top:.25rem}.hover\:p-2:hover{padding:.5rem}.hover\:pl-2:hover{padding-left:.5rem}.hover\:pr-2:hover{padding-right:.5rem}.hover\:px-2:hover{padding-right:.5rem;padding-left:.5rem}.hover\:py-2:hover{padding-top:.5rem;padding-bottom:.5rem}.hover\:pb-2:hover{padding-bottom:.5rem}.hover\:pt-2:hover{padding-top:.5rem}.hover\:p-3:hover{padding:.75rem}.hover\:pl-3:hover{padding-left:.75rem}.hover\:pr-3:hover{padding-right:.75rem}.hover\:px-3:hover{padding-right:.75rem;padding-left:.75rem}.hover\:py-3:hover{padding-top:.75rem;padding-bottom:.75rem}.hover\:pb-3:hover{padding-bottom:.75rem}.hover\:pt-3:hover{padding-top:.75rem}.hover\:p-4:hover{padding:1rem}.hover\:pl-4:hover{padding-left:1rem}.hover\:pr-4:hover{padding-right:1rem}.hover\:px-4:hover{padding-right:1rem;padding-left:1rem}.hover\:py-4:hover{padding-top:1rem;padding-bottom:1rem}.hover\:pb-4:hover{padding-bottom:1rem}.hover\:pt-4:hover{padding-top:1rem}.hover\:p-5:hover{padding:1.25rem}.hover\:pl-5:hover{padding-left:1.25rem}.hover\:pr-5:hover{padding-right:1.25rem}.hover\:px-5:hover{padding-right:1.25rem;padding-left:1.25rem}.hover\:py-5:hover{padding-top:1.25rem;padding-bottom:1.25rem}.hover\:pb-5:hover{padding-bottom:1.25rem}.hover\:pt-5:hover{padding-top:1.25rem}.hover\:p-6:hover{padding:1.5rem}.hover\:pl-6:hover{padding-left:1.5rem}.hover\:pr-6:hover{padding-right:1.5rem}.hover\:px-6:hover{padding-right:1.5rem;padding-left:1.5rem}.hover\:py-6:hover{padding-top:1.5rem;padding-bottom:1.5rem}.hover\:pb-6:hover{padding-bottom:1.5rem}.hover\:pt-6:hover{padding-top:1.5rem}.hover\:p-7:hover{padding:1.75rem}.hover\:pl-7:hover{padding-left:1.75rem}.hover\:pr-7:hover{padding-right:1.75rem}.hover\:px-7:hover{padding-right:1.75rem;padding-left:1.75rem}.hover\:py-7:hover{padding-top:1.75rem;padding-bottom:1.75rem}.hover\:pb-7:hover{padding-bottom:1.75rem}.hover\:pt-7:hover{padding-top:1.75rem}.hover\:p-8:hover{padding:2rem}.hover\:pl-8:hover{padding-left:2rem}.hover\:pr-8:hover{padding-right:2rem}.hover\:px-8:hover{padding-right:2rem;padding-left:2rem}.hover\:py-8:hover{padding-top:2rem;padding-bottom:2rem}.hover\:pb-8:hover{padding-bottom:2rem}.hover\:pt-8:hover{padding-top:2rem}.hover\:p-9:hover{padding:2.25rem}.hover\:pl-9:hover{padding-left:2.25rem}.hover\:pr-9:hover{padding-right:2.25rem}.hover\:px-9:hover{padding-right:2.25rem;padding-left:2.25rem}.hover\:py-9:hover{padding-top:2.25rem;padding-bottom:2.25rem}.hover\:pb-9:hover{padding-bottom:2.25rem}.hover\:pt-9:hover{padding-top:2.25rem}.hover\:p-10:hover{padding:2.5rem}.hover\:pl-10:hover{padding-left:2.5rem}.hover\:pr-10:hover{padding-right:2.5rem}.hover\:px-10:hover{padding-right:2.5rem;padding-left:2.5rem}.hover\:py-10:hover{padding-top:2.5rem;padding-bottom:2.5rem}.hover\:pb-10:hover{padding-bottom:2.5rem}.hover\:pt-10:hover{padding-top:2.5rem}.hover\:p-11:hover{padding:2.75rem}.hover\:pl-11:hover{padding-left:2.75rem}.hover\:pr-11:hover{padding-right:2.75rem}.hover\:px-11:hover{padding-right:2.75rem;padding-left:2.75rem}.hover\:py-11:hover{padding-top:2.75rem;padding-bottom:2.75rem}.hover\:pb-11:hover{padding-bottom:2.75rem}.hover\:pt-11:hover{padding-top:2.75rem}.hover\:p-12:hover{padding:3rem}.hover\:pl-12:hover{padding-left:3rem}.hover\:pr-12:hover{padding-right:3rem}.hover\:px-12:hover{padding-right:3rem;padding-left:3rem}.hover\:py-12:hover{padding-top:3rem;padding-bottom:3rem}.hover\:pb-12:hover{padding-bottom:3rem}.hover\:pt-12:hover{padding-top:3rem}.hover\:p-14:hover{padding:3.5rem}.hover\:pl-14:hover{padding-left:3.5rem}.hover\:pr-14:hover{padding-right:3.5rem}.hover\:px-14:hover{padding-right:3.5rem;padding-left:3.5rem}.hover\:py-14:hover{padding-top:3.5rem;padding-bottom:3.5rem}.hover\:pb-14:hover{padding-bottom:3.5rem}.hover\:pt-14:hover{padding-top:3.5rem}.hover\:p-16:hover{padding:4rem}.hover\:pl-16:hover{padding-left:4rem}.hover\:pr-16:hover{padding-right:4rem}.hover\:px-16:hover{padding-right:4rem;padding-left:4rem}.hover\:py-16:hover{padding-top:4rem;padding-bottom:4rem}.hover\:pb-16:hover{padding-bottom:4rem}.hover\:pt-16:hover{padding-top:4rem}.hover\:p-20:hover{padding:5rem}.hover\:pl-20:hover{padding-left:5rem}.hover\:pr-20:hover{padding-right:5rem}.hover\:px-20:hover{padding-right:5rem;padding-left:5rem}.hover\:py-20:hover{padding-top:5rem;padding-bottom:5rem}.hover\:pb-20:hover{padding-bottom:5rem}.hover\:pt-20:hover{padding-top:5rem}.hover\:p-24:hover{padding:6rem}.hover\:pl-24:hover{padding-left:6rem}.hover\:pr-24:hover{padding-right:6rem}.hover\:px-24:hover{padding-right:6rem;padding-left:6rem}.hover\:py-24:hover{padding-top:6rem;padding-bottom:6rem}.hover\:pb-24:hover{padding-bottom:6rem}.hover\:pt-24:hover{padding-top:6rem}.hover\:p-28:hover{padding:7rem}.hover\:pl-28:hover{padding-left:7rem}.hover\:pr-28:hover{padding-right:7rem}.hover\:px-28:hover{padding-right:7rem;padding-left:7rem}.hover\:py-28:hover{padding-top:7rem;padding-bottom:7rem}.hover\:pb-28:hover{padding-bottom:7rem}.hover\:pt-28:hover{padding-top:7rem}.hover\:p-32:hover{padding:8rem}.hover\:pl-32:hover{padding-left:8rem}.hover\:pr-32:hover{padding-right:8rem}.hover\:px-32:hover{padding-right:8rem;padding-left:8rem}.hover\:py-32:hover{padding-top:8rem;padding-bottom:8rem}.hover\:pb-32:hover{padding-bottom:8rem}.hover\:pt-32:hover{padding-top:8rem}.hover\:p-36:hover{padding:9rem}.hover\:pl-36:hover{padding-left:9rem}.hover\:pr-36:hover{padding-right:9rem}.hover\:px-36:hover{padding-right:9rem;padding-left:9rem}.hover\:py-36:hover{padding-top:9rem;padding-bottom:9rem}.hover\:pb-36:hover{padding-bottom:9rem}.hover\:pt-36:hover{padding-top:9rem}.hover\:p-40:hover{padding:10rem}.hover\:pl-40:hover{padding-left:10rem}.hover\:pr-40:hover{padding-right:10rem}.hover\:px-40:hover{padding-right:10rem;padding-left:10rem}.hover\:py-40:hover{padding-top:10rem;padding-bottom:10rem}.hover\:pb-40:hover{padding-bottom:10rem}.hover\:pt-40:hover{padding-top:10rem}.hover\:p-44:hover{padding:11rem}.hover\:pl-44:hover{padding-left:11rem}.hover\:pr-44:hover{padding-right:11rem}.hover\:px-44:hover{padding-right:11rem;padding-left:11rem}.hover\:py-44:hover{padding-top:11rem;padding-bottom:11rem}.hover\:pb-44:hover{padding-bottom:11rem}.hover\:pt-44:hover{padding-top:11rem}.hover\:p-48:hover{padding:12rem}.hover\:pl-48:hover{padding-left:12rem}.hover\:pr-48:hover{padding-right:12rem}.hover\:px-48:hover{padding-right:12rem;padding-left:12rem}.hover\:py-48:hover{padding-top:12rem;padding-bottom:12rem}.hover\:pb-48:hover{padding-bottom:12rem}.hover\:pt-48:hover{padding-top:12rem}.hover\:p-52:hover{padding:13rem}.hover\:pl-52:hover{padding-left:13rem}.hover\:pr-52:hover{padding-right:13rem}.hover\:px-52:hover{padding-right:13rem;padding-left:13rem}.hover\:py-52:hover{padding-top:13rem;padding-bottom:13rem}.hover\:pb-52:hover{padding-bottom:13rem}.hover\:pt-52:hover{padding-top:13rem}.hover\:p-56:hover{padding:14rem}.hover\:pl-56:hover{padding-left:14rem}.hover\:pr-56:hover{padding-right:14rem}.hover\:px-56:hover{padding-right:14rem;padding-left:14rem}.hover\:py-56:hover{padding-top:14rem;padding-bottom:14rem}.hover\:pb-56:hover{padding-bottom:14rem}.hover\:pt-56:hover{padding-top:14rem}.hover\:p-60:hover{padding:15rem}.hover\:pl-60:hover{padding-left:15rem}.hover\:pr-60:hover{padding-right:15rem}.hover\:px-60:hover{padding-right:15rem;padding-left:15rem}.hover\:py-60:hover{padding-top:15rem;padding-bottom:15rem}.hover\:pb-60:hover{padding-bottom:15rem}.hover\:pt-60:hover{padding-top:15rem}.hover\:p-64:hover{padding:16rem}.hover\:pl-64:hover{padding-left:16rem}.hover\:pr-64:hover{padding-right:16rem}.hover\:px-64:hover{padding-right:16rem;padding-left:16rem}.hover\:py-64:hover{padding-top:16rem;padding-bottom:16rem}.hover\:pb-64:hover{padding-bottom:16rem}.hover\:pt-64:hover{padding-top:16rem}.hover\:p-72:hover{padding:18rem}.hover\:pl-72:hover{padding-left:18rem}.hover\:pr-72:hover{padding-right:18rem}.hover\:px-72:hover{padding-right:18rem;padding-left:18rem}.hover\:py-72:hover{padding-top:18rem;padding-bottom:18rem}.hover\:pb-72:hover{padding-bottom:18rem}.hover\:pt-72:hover{padding-top:18rem}.hover\:p-80:hover{padding:20rem}.hover\:pl-80:hover{padding-left:20rem}.hover\:pr-80:hover{padding-right:20rem}.hover\:px-80:hover{padding-right:20rem;padding-left:20rem}.hover\:py-80:hover{padding-top:20rem;padding-bottom:20rem}.hover\:pb-80:hover{padding-bottom:20rem}.hover\:pt-80:hover{padding-top:20rem}.hover\:p-96:hover{padding:24rem}.hover\:pl-96:hover{padding-left:24rem}.hover\:pr-96:hover{padding-right:24rem}.hover\:px-96:hover{padding-right:24rem;padding-left:24rem}.hover\:py-96:hover{padding-top:24rem;padding-bottom:24rem}.hover\:pb-96:hover{padding-bottom:24rem}.hover\:pt-96:hover{padding-top:24rem}.hover\:flex-1:hover{flex:1 1 0%}.hover\:flex-column:hover{flex-direction:column}.hover\:flex-row:hover{flex-direction:row}.hover\:flex-wrap:hover{flex-wrap:wrap}.hover\:flex-wrap-reverse:hover{flex-wrap:wrap-reverse}.hover\:flex-nowrap:hover{flex-wrap:nowrap}.hover\:relative:hover{position:relative}.hover\:absolute:hover{position:absolute}.hover\:w-0:hover{width:0px}.hover\:w-px:hover{width:1px}.hover\:w-1:hover{width:.25rem}.hover\:w-2:hover{width:.5rem}.hover\:w-3:hover{width:.75rem}.hover\:w-4:hover{width:1rem}.hover\:w-5:hover{width:1.25rem}.hover\:w-6:hover{width:1.5rem}.hover\:w-7:hover{width:1.75rem}.hover\:w-8:hover{width:2rem}.hover\:w-9:hover{width:2.25rem}.hover\:w-10:hover{width:2.5rem}.hover\:w-11:hover{width:2.75rem}.hover\:w-12:hover{width:3rem}.hover\:w-14:hover{width:3.5rem}.hover\:w-16:hover{width:4rem}.hover\:w-20:hover{width:5rem}.hover\:w-24:hover{width:6rem}.hover\:w-28:hover{width:7rem}.hover\:w-32:hover{width:8rem}.hover\:w-36:hover{width:9rem}.hover\:w-40:hover{width:10rem}.hover\:w-44:hover{width:11rem}.hover\:w-48:hover{width:12rem}.hover\:w-52:hover{width:13rem}.hover\:w-56:hover{width:14rem}.hover\:w-60:hover{width:15rem}.hover\:w-64:hover{width:16rem}.hover\:w-72:hover{width:18rem}.hover\:w-80:hover{width:20rem}.hover\:w-96:hover{width:24rem}.hover\:w-auto:hover{width:auto}.hover\:w-screen:hover{width:100vw}.hover\:w-min:hover{width:min-content}.hover\:w-max:hover{width:max-content}.hover\:w-fit:hover{width:fit-content}.hover\:w-full:hover{width:100%}.hover\:w-0\.5:hover{width:.125rem}.hover\:w-1\.5:hover{width:.375rem}.hover\:w-2\.5:hover{width:.625rem}.hover\:w-3\.5:hover{width:.875rem}.hover\:w-1\/2:hover{width:50%}.hover\:w-1\/3:hover{width:33.333333%}.hover\:w-1\/4:hover{width:25%}.hover\:w-1\/5:hover{width:20%}.hover\:w-1\/6:hover{width:16.666667%}.hover\:w-1\/12:hover{width:8.333333%}.hover\:w-2\/3:hover{width:66.666667%}.hover\:w-2\/4:hover{width:50%}.hover\:w-2\/5:hover{width:40%}.hover\:w-2\/6:hover{width:33.333333%}.hover\:w-2\/12:hover{width:16.666667%}.hover\:w-3\/4:hover{width:75%}.hover\:w-3\/5:hover{width:60%}.hover\:w-3\/6:hover{width:50%}.hover\:w-3\/12:hover{width:25%}.hover\:w-4\/5:hover{width:80%}.hover\:w-4\/6:hover{width:66.666667%}.hover\:w-4\/12:hover{width:33.333333%}.hover\:w-5\/6:hover{width:83.333333%}.hover\:w-5\/12:hover{width:41.666667%}.hover\:w-6\/12:hover{width:50%}.hover\:w-7\/12:hover{width:58.333333%}.hover\:w-8\/12:hover{width:66.666667%}.hover\:w-9\/12:hover{width:75%}.hover\:w-10\/12:hover{width:83.333333%}.hover\:w-11\/12:hover{width:91.666667%}.hover\:h-0:hover{height:0px}.hover\:h-px:hover{height:1px}.hover\:h-1:hover{height:.25rem}.hover\:h-2:hover{height:.5rem}.hover\:h-3:hover{height:.75rem}.hover\:h-4:hover{height:1rem}.hover\:h-5:hover{height:1.25rem}.hover\:h-6:hover{height:1.5rem}.hover\:h-7:hover{height:1.75rem}.hover\:h-8:hover{height:2rem}.hover\:h-9:hover{height:2.25rem}.hover\:h-10:hover{height:2.5rem}.hover\:h-11:hover{height:2.75rem}.hover\:h-12:hover{height:3rem}.hover\:h-14:hover{height:3.5rem}.hover\:h-16:hover{height:4rem}.hover\:h-20:hover{height:5rem}.hover\:h-24:hover{height:6rem}.hover\:h-28:hover{height:7rem}.hover\:h-32:hover{height:8rem}.hover\:h-36:hover{height:9rem}.hover\:h-40:hover{height:10rem}.hover\:h-44:hover{height:11rem}.hover\:h-48:hover{height:12rem}.hover\:h-52:hover{height:13rem}.hover\:h-56:hover{height:14rem}.hover\:h-60:hover{height:15rem}.hover\:h-64:hover{height:16rem}.hover\:h-72:hover{height:18rem}.hover\:h-80:hover{height:20rem}.hover\:h-96:hover{height:24rem}.hover\:h-auto:hover{height:auto}.hover\:h-full:hover{height:100%}.hover\:h-screen:hover{height:100vh}.hover\:h-min:hover{height:min-content}.hover\:h-max:hover{height:max-content}.hover\:h-fit:hover{height:fit-content}.hover\:h-0\.5:hover{height:.125rem}.hover\:h-1\.5:hover{height:.375rem}.hover\:h-2\.5:hover{height:.625rem}.hover\:h-3\.5:hover{height:.875rem}.hover\:h-1\/2:hover{height:50%}.hover\:h-1\/3:hover{height:33.333333%}.hover\:h-1\/4:hover{height:25%}.hover\:h-1\/5:hover{height:20%}.hover\:h-1\/6:hover{height:16.666667%}.hover\:h-2\/3:hover{height:66.666667%}.hover\:h-2\/4:hover{height:50%}.hover\:h-2\/5:hover{height:40%}.hover\:h-2\/6:hover{height:33.333333%}.hover\:h-3\/4:hover{height:75%}.hover\:h-3\/5:hover{height:60%}.hover\:h-3\/6:hover{height:50%}.hover\:h-4\/5:hover{height:80%}.hover\:h-4\/6:hover{height:66.666667%}.hover\:h-5\/6:hover{height:83.333333%}.hover\:border{border-width:1px}.hover\:border-b{border:0px;border-bottom:1px}.hover\:border-b-0:hover{border:0px;border-bottom:1px;border-bottom-width:0px}.hover\:border-b-2:hover{border:0px;border-bottom:1px;border-bottom-width:2px}.hover\:border-b-4:hover{border:0px;border-bottom:1px;border-bottom-width:4px}.hover\:border-b-8:hover{border:0px;border-bottom:1px;border-bottom-width:8px}.hover\:border-t{border:0px;border-top:1px}.hover\:border-t-0:hover{border:0px;border-top:1px;border-top-width:0px}.hover\:border-t-2:hover{border:0px;border-top:1px;border-top-width:2px}.hover\:border-t-4:hover{border:0px;border-top:1px;border-top-width:4px}.hover\:border-t-8:hover{border:0px;border-top:1px;border-top-width:8px}.hover\:border-r{border:0px;border-right:1px solid}.hover\:border-r-0:hover{border:0px;border-right-width:0px}.hover\:border-r-2:hover{border:0px;border-right-width:2px}.hover\:border-r-4:hover{border:0px;border-right-width:4px}.hover\:border-r-8:hover{border:0px;border-right-width:8px}.hover\:border-l{border:0px;border-left:1px}.hover\:border-l-0:hover{border:0px;border-left:1px;border-left-width:0px}.hover\:border-l-2:hover{border:0px;border-left:1px;border-left-width:2px}.hover\:border-l-4:hover{border:0px;border-left:1px;border-left-width:4px}.hover\:border-l-8:hover{border:0px;border-left:1px;border-left-width:8px}.hover\:border-0:hover{border-width:0px}.hover\:border-2:hover{border-width:2px}.hover\:border-4:hover{border-width:4px}.hover\:border-8:hover{border-width:8px}.hover\:border-none:hover{border-style:none}.hover\:border-solid:hover{border-style:solid}.hover\:border-dashed:hover{border-style:dashed}.hover\:border-dotted:hover{border-style:dotted}.hover\:border-double:hover{border-style:double}.hover\:border-groove:hover{border-style:groove}.hover\:border-ridge:hover{border-style:ridge}.hover\:border-inset:hover{border-style:inset}.hover\:border-outset:hover{border-style:outset}.hover\:border-transparent:hover{border-color:transparent}.hover\:border-black:hover{border-color:#000}.hover\:border-white:hover{border-color:#fff}.hover\:border-slate-50:hover{border-color:#f8fafc}.hover\:border-slate-100:hover{border-color:#f1f5f9}.hover\:border-slate-200:hover{border-color:#e2e8f0}.hover\:border-slate-300:hover{border-color:#cbd5e1}.hover\:border-slate-400:hover{border-color:#94a3b8}.hover\:border-slate-500:hover{border-color:#64748b}.hover\:border-slate-600:hover{border-color:#475569}.hover\:border-slate-700:hover{border-color:#334155}.hover\:border-slate-800:hover{border-color:#1e293b}.hover\:border-slate-900:hover{border-color:#0f172a}.hover\:border-slate-950:hover{border-color:#020617}.hover\:border-gray-50:hover{border-color:#f9fafb}.hover\:border-gray-100:hover{border-color:#f3f4f6}.hover\:border-gray-200:hover{border-color:#e5e7eb}.hover\:border-gray-300:hover{border-color:#d1d5db}.hover\:border-gray-400:hover{border-color:#9ca3af}.hover\:border-gray-500:hover{border-color:#6b7280}.hover\:border-gray-600:hover{border-color:#4b5563}.hover\:border-gray-700:hover{border-color:#374151}.hover\:border-gray-800:hover{border-color:#1f2937}.hover\:border-gray-900:hover{border-color:#111827}.hover\:border-gray-950:hover{border-color:#030712}.hover\:border-zinc-50:hover{border-color:#fafafa}.hover\:border-zinc-100:hover{border-color:#f4f4f5}.hover\:border-zinc-200:hover{border-color:#e4e4e7}.hover\:border-zinc-300:hover{border-color:#d4d4d8}.hover\:border-zinc-400:hover{border-color:#a1a1aa}.hover\:border-zinc-500:hover{border-color:#71717a}.hover\:border-zinc-600:hover{border-color:#52525b}.hover\:border-zinc-700:hover{border-color:#3f3f46}.hover\:border-zinc-800:hover{border-color:#27272a}.hover\:border-zinc-900:hover{border-color:#18181b}.hover\:border-zinc-950:hover{border-color:#09090b}.hover\:border-neutral-50:hover{border-color:#fafafa}.hover\:border-neutral-100:hover{border-color:#f5f5f5}.hover\:border-neutral-200:hover{border-color:#e5e5e5}.hover\:border-neutral-300:hover{border-color:#d4d4d4}.hover\:border-neutral-400:hover{border-color:#a3a3a3}.hover\:border-neutral-500:hover{border-color:#737373}.hover\:border-neutral-600:hover{border-color:#525252}.hover\:border-neutral-700:hover{border-color:#404040}.hover\:border-neutral-800:hover{border-color:#262626}.hover\:border-neutral-900:hover{border-color:#171717}.hover\:border-neutral-950:hover{border-color:#0a0a0a}.hover\:border-stone-50:hover{border-color:#fafaf9}.hover\:border-stone-100:hover{border-color:#f5f5f4}.hover\:border-stone-200:hover{border-color:#e7e5e4}.hover\:border-stone-300:hover{border-color:#d6d3d1}.hover\:border-stone-400:hover{border-color:#a8a29e}.hover\:border-stone-500:hover{border-color:#78716c}.hover\:border-stone-600:hover{border-color:#57534e}.hover\:border-stone-700:hover{border-color:#44403c}.hover\:border-stone-800:hover{border-color:#292524}.hover\:border-stone-900:hover{border-color:#1c1917}.hover\:border-stone-950:hover{border-color:#0c0a09}.hover\:border-red-50:hover{border-color:#fef2f2}.hover\:border-red-100:hover{border-color:#fee2e2}.hover\:border-red-200:hover{border-color:#fecaca}.hover\:border-red-300:hover{border-color:#fca5a5}.hover\:border-red-400:hover{border-color:#f87171}.hover\:border-red-500:hover{border-color:#ef4444}.hover\:border-red-600:hover{border-color:#dc2626}.hover\:border-red-700:hover{border-color:#b91c1c}.hover\:border-red-800:hover{border-color:#991b1b}.hover\:border-red-900:hover{border-color:#7f1d1d}.hover\:border-red-950:hover{border-color:#450a0a}.hover\:border-orange-50:hover{border-color:#fff7ed}.hover\:border-orange-100:hover{border-color:#ffedd5}.hover\:border-orange-200:hover{border-color:#fed7aa}.hover\:border-orange-300:hover{border-color:#fdba74}.hover\:border-orange-400:hover{border-color:#fb923c}.hover\:border-orange-500:hover{border-color:#f97316}.hover\:border-orange-600:hover{border-color:#ea580c}.hover\:border-orange-700:hover{border-color:#c2410c}.hover\:border-orange-800:hover{border-color:#9a3412}.hover\:border-orange-900:hover{border-color:#7c2d12}.hover\:border-orange-950:hover{border-color:#431407}.hover\:border-amber-50:hover{border-color:#fffbeb}.hover\:border-amber-100:hover{border-color:#fef3c7}.hover\:border-amber-200:hover{border-color:#fde68a}.hover\:border-amber-300:hover{border-color:#fcd34d}.hover\:border-amber-400:hover{border-color:#fbbf24}.hover\:border-amber-500:hover{border-color:#f59e0b}.hover\:border-amber-600:hover{border-color:#d97706}.hover\:border-amber-700:hover{border-color:#b45309}.hover\:border-amber-800:hover{border-color:#92400e}.hover\:border-amber-900:hover{border-color:#78350f}.hover\:border-amber-950:hover{border-color:#451a03}.hover\:border-yellow-50:hover{border-color:#fefce8}.hover\:border-yellow-100:hover{border-color:#fef9c3}.hover\:border-yellow-200:hover{border-color:#fef08a}.hover\:border-yellow-300:hover{border-color:#fde047}.hover\:border-yellow-400:hover{border-color:#facc15}.hover\:border-yellow-500:hover{border-color:#eab308}.hover\:border-yellow-600:hover{border-color:#ca8a04}.hover\:border-yellow-700:hover{border-color:#a16207}.hover\:border-yellow-800:hover{border-color:#854d0e}.hover\:border-yellow-900:hover{border-color:#713f12}.hover\:border-yellow-950:hover{border-color:#422006}.hover\:border-lime-50:hover{border-color:#f7fee7}.hover\:border-lime-100:hover{border-color:#ecfccb}.hover\:border-lime-200:hover{border-color:#d9f99d}.hover\:border-lime-300:hover{border-color:#bef264}.hover\:border-lime-400:hover{border-color:#a3e635}.hover\:border-lime-500:hover{border-color:#84cc16}.hover\:border-lime-600:hover{border-color:#65a30d}.hover\:border-lime-700:hover{border-color:#4d7c0f}.hover\:border-lime-800:hover{border-color:#3f6212}.hover\:border-lime-900:hover{border-color:#365314}.hover\:border-lime-950:hover{border-color:#1a2e05}.hover\:border-green-50:hover{border-color:#f0fdf4}.hover\:border-green-100:hover{border-color:#dcfce7}.hover\:border-green-200:hover{border-color:#bbf7d0}.hover\:border-green-300:hover{border-color:#86efac}.hover\:border-green-400:hover{border-color:#4ade80}.hover\:border-green-500:hover{border-color:#22c55e}.hover\:border-green-600:hover{border-color:#16a34a}.hover\:border-green-700:hover{border-color:#15803d}.hover\:border-green-800:hover{border-color:#166534}.hover\:border-green-900:hover{border-color:#14532d}.hover\:border-green-950:hover{border-color:#052e16}.hover\:border-emerald-50:hover{border-color:#ecfdf5}.hover\:border-emerald-100:hover{border-color:#d1fae5}.hover\:border-emerald-200:hover{border-color:#a7f3d0}.hover\:border-emerald-300:hover{border-color:#6ee7b7}.hover\:border-emerald-400:hover{border-color:#34d399}.hover\:border-emerald-500:hover{border-color:#10b981}.hover\:border-emerald-600:hover{border-color:#059669}.hover\:border-emerald-700:hover{border-color:#047857}.hover\:border-emerald-800:hover{border-color:#065f46}.hover\:border-emerald-900:hover{border-color:#064e3b}.hover\:border-emerald-950:hover{border-color:#022c22}.hover\:border-teal-50:hover{border-color:#f0fdfa}.hover\:border-teal-100:hover{border-color:#ccfbf1}.hover\:border-teal-200:hover{border-color:#99f6e4}.hover\:border-teal-300:hover{border-color:#5eead4}.hover\:border-teal-400:hover{border-color:#2dd4bf}.hover\:border-teal-500:hover{border-color:#14b8a6}.hover\:border-teal-600:hover{border-color:#0d9488}.hover\:border-teal-700:hover{border-color:#0f766e}.hover\:border-teal-800:hover{border-color:#115e59}.hover\:border-teal-900:hover{border-color:#134e4a}.hover\:border-teal-950:hover{border-color:#042f2e}.hover\:border-cyan-50:hover{border-color:#ecfeff}.hover\:border-cyan-100:hover{border-color:#cffafe}.hover\:border-cyan-200:hover{border-color:#a5f3fc}.hover\:border-cyan-300:hover{border-color:#67e8f9}.hover\:border-cyan-400:hover{border-color:#22d3ee}.hover\:border-cyan-500:hover{border-color:#06b6d4}.hover\:border-cyan-600:hover{border-color:#0891b2}.hover\:border-cyan-700:hover{border-color:#0e7490}.hover\:border-cyan-800:hover{border-color:#155e75}.hover\:border-cyan-900:hover{border-color:#164e63}.hover\:border-cyan-950:hover{border-color:#083344}.hover\:border-sky-50:hover{border-color:#f0f9ff}.hover\:border-sky-100:hover{border-color:#e0f2fe}.hover\:border-sky-200:hover{border-color:#bae6fd}.hover\:border-sky-300:hover{border-color:#7dd3fc}.hover\:border-sky-400:hover{border-color:#38bdf8}.hover\:border-sky-500:hover{border-color:#0ea5e9}.hover\:border-sky-600:hover{border-color:#0284c7}.hover\:border-sky-700:hover{border-color:#0369a1}.hover\:border-sky-800:hover{border-color:#075985}.hover\:border-sky-900:hover{border-color:#0c4a6e}.hover\:border-sky-950:hover{border-color:#082f49}.hover\:border-blue-50:hover{border-color:#eff6ff}.hover\:border-blue-100:hover{border-color:#dbeafe}.hover\:border-blue-200:hover{border-color:#bfdbfe}.hover\:border-blue-300:hover{border-color:#93c5fd}.hover\:border-blue-400:hover{border-color:#60a5fa}.hover\:border-blue-500:hover{border-color:#3b82f6}.hover\:border-blue-600:hover{border-color:#2563eb}.hover\:border-blue-700:hover{border-color:#1d4ed8}.hover\:border-blue-800:hover{border-color:#1e40af}.hover\:border-blue-900:hover{border-color:#1e3a8a}.hover\:border-blue-950:hover{border-color:#172554}.hover\:border-indigo-50:hover{border-color:#eef2ff}.hover\:border-indigo-100:hover{border-color:#e0e7ff}.hover\:border-indigo-200:hover{border-color:#c7d2fe}.hover\:border-indigo-300:hover{border-color:#a5b4fc}.hover\:border-indigo-400:hover{border-color:#818cf8}.hover\:border-indigo-500:hover{border-color:#6366f1}.hover\:border-indigo-600:hover{border-color:#4f46e5}.hover\:border-indigo-700:hover{border-color:#4338ca}.hover\:border-indigo-800:hover{border-color:#3730a3}.hover\:border-indigo-900:hover{border-color:#312e81}.hover\:border-indigo-950:hover{border-color:#1e1b4b}.hover\:border-violet-50:hover{border-color:#f5f3ff}.hover\:border-violet-100:hover{border-color:#ede9fe}.hover\:border-violet-200:hover{border-color:#ddd6fe}.hover\:border-violet-300:hover{border-color:#c4b5fd}.hover\:border-violet-400:hover{border-color:#a78bfa}.hover\:border-violet-500:hover{border-color:#8b5cf6}.hover\:border-violet-600:hover{border-color:#7c3aed}.hover\:border-violet-700:hover{border-color:#6d28d9}.hover\:border-violet-800:hover{border-color:#5b21b6}.hover\:border-violet-900:hover{border-color:#4c1d95}.hover\:border-violet-950:hover{border-color:#2e1065}.hover\:border-purple-50:hover{border-color:#faf5ff}.hover\:border-purple-100:hover{border-color:#f3e8ff}.hover\:border-purple-200:hover{border-color:#e9d5ff}.hover\:border-purple-300:hover{border-color:#d8b4fe}.hover\:border-purple-400:hover{border-color:#c084fc}.hover\:border-purple-500:hover{border-color:#a855f7}.hover\:border-purple-600:hover{border-color:#9333ea}.hover\:border-purple-700:hover{border-color:#7e22ce}.hover\:border-purple-800:hover{border-color:#6b21a8}.hover\:border-purple-900:hover{border-color:#581c87}.hover\:border-purple-950:hover{border-color:#3b0764}.hover\:border-fuchsia-50:hover{border-color:#fdf4ff}.hover\:border-fuchsia-100:hover{border-color:#fae8ff}.hover\:border-fuchsia-200:hover{border-color:#f5d0fe}.hover\:border-fuchsia-300:hover{border-color:#f0abfc}.hover\:border-fuchsia-400:hover{border-color:#e879f9}.hover\:border-fuchsia-500:hover{border-color:#d946ef}.hover\:border-fuchsia-600:hover{border-color:#c026d3}.hover\:border-fuchsia-700:hover{border-color:#a21caf}.hover\:border-fuchsia-800:hover{border-color:#86198f}.hover\:border-fuchsia-900:hover{border-color:#701a75}.hover\:border-fuchsia-950:hover{border-color:#4a044e}.hover\:border-pink-50:hover{border-color:#fdf2f8}.hover\:border-pink-100:hover{border-color:#fce7f3}.hover\:border-pink-200:hover{border-color:#fbcfe8}.hover\:border-pink-300:hover{border-color:#f9a8d4}.hover\:border-pink-400:hover{border-color:#f472b6}.hover\:border-pink-500:hover{border-color:#ec4899}.hover\:border-pink-600:hover{border-color:#db2777}.hover\:border-pink-700:hover{border-color:#be185d}.hover\:border-pink-800:hover{border-color:#9d174d}.hover\:border-pink-900:hover{border-color:#831843}.hover\:border-pink-950:hover{border-color:#500724}.hover\:border-rose-50:hover{border-color:#fff1f2}.hover\:border-rose-100:hover{border-color:#ffe4e6}.hover\:border-rose-200:hover{border-color:#fecdd3}.hover\:border-rose-300:hover{border-color:#fda4af}.hover\:border-rose-400:hover{border-color:#fb7185}.hover\:border-rose-500:hover{border-color:#f43f5e}.hover\:border-rose-600:hover{border-color:#e11d48}.hover\:border-rose-700:hover{border-color:#be123c}.hover\:border-rose-800:hover{border-color:#9f1239}.hover\:border-rose-900:hover{border-color:#881337}.hover\:border-rose-950:hover{border-color:#4c0519}.hover\:border-primary:hover{border-color:#3874ff}.hover\:border-primary-bold:hover{border-color:#002660}.hover\:border-primary-hover:hover{border-color:#003585}.hover\:border-primary-border:hover{border-color:#156ef3}.hover\:border-primary-focus-lv1:hover{border-color:#6492ff}.hover\:border-primary-focus-lv2:hover{border-color:#c7ddff}.hover\:border-primary-bg-color:hover{border-color:#f8fbff}.hover\:border-success:hover{border-color:#00bd7e}.hover\:border-success-bold:hover{border-color:#006c58}.hover\:border-success-hover:hover{border-color:#008d5e}.hover\:border-success-border:hover{border-color:#17e5a1}.hover\:border-success-focus-lv1:hover{border-color:#a9fbe0}.hover\:border-success-bg-color:hover{border-color:#ebfff8}.hover\:border-warning:hover{border-color:#ffb41f}.hover\:border-warning-bold:hover{border-color:#b77d09}.hover\:border-warning-hover:hover{border-color:#e39f17}.hover\:border-warning-border:hover{border-color:#f7c86a}.hover\:border-warning-focus-lv1:hover{border-color:#fbe0a9}.hover\:border-warning-bg-color:hover{border-color:#fff8eb}.hover\:border-danger:hover{border-color:#b20000}.hover\:border-danger-bold:hover{border-color:#920122}.hover\:border-danger-hover:hover{border-color:#c60833}.hover\:border-danger-border:hover{border-color:#f35370}.hover\:border-danger-focus-lv1:hover{border-color:#fdabb9}.hover\:border-danger-bg-color:hover{border-color:#fff1f4}.hover\:border-info:hover{border-color:#2668cb}.hover\:border-info-bold:hover{border-color:#023480}.hover\:border-info-hover:hover{border-color:#0f4eae}.hover\:border-info-border:hover{border-color:#679ef2}.hover\:border-info-focus-lv1:hover{border-color:#c1d9fd}.hover\:border-info-bg-color:hover{border-color:#f2f7ff}.hover\:border-neutral-100:hover{border-color:#1a1a1a}.hover\:border-neutral-90:hover{border-color:#424242}.hover\:border-neutral-80:hover{border-color:#616161}.hover\:border-neutral-70:hover{border-color:#757575}.hover\:border-neutral-60:hover{border-color:#9e9e9e}.hover\:border-neutral-50:hover{border-color:#c2c2c2}.hover\:border-neutral-40:hover{border-color:#e0e0e0}.hover\:border-neutral-30:hover{border-color:#ededed}.hover\:border-neutral-20:hover{border-color:#f5f5f5}.hover\:border-base:hover{border-color:#f5f7fa}.hover\:rounded{border-radius:.25rem}.hover\:rounded-none:hover{border-radius:0}.hover\:rounded-e-none:hover{border-start-end-radius:0px;border-end-end-radius:0px}.hover\:rounded-s-none:hover{border-start-start-radius:0px;border-end-start-radius:0px}.hover\:rounded-t-none:hover{border-top-left-radius:0;border-top-right-radius:0}.hover\:rounded-r-none:hover{border-top-right-radius:0;border-bottom-right-radius:0}.hover\:rounded-b-none:hover{border-bottom-right-radius:0;border-bottom-left-radius:0}.hover\:rounded-l-none:hover{border-top-left-radius:0;border-bottom-left-radius:0}.hover\:rounded-ss-none:hover{border-start-start-radius:0px}.hover\:rounded-se-none:hover{border-start-end-radius:0px}.hover\:rounded-ee-none:hover{border-end-end-radius:0px}.hover\:rounded-es-none:hover{border-end-start-radius:0px}.hover\:rounded-tl-none:hover{border-top-left-radius:0}.hover\:rounded-tr-none:hover{border-top-right-radius:0}.hover\:rounded-br-none:hover{border-bottom-right-radius:0}.hover\:rounded-md:hover{border-radius:.375rem}.hover\:rounded-e-md:hover{border-start-end-radius:.375rem;border-end-end-radius:.375rem}.hover\:rounded-s-md:hover{border-start-start-radius:.375rem;border-end-start-radius:.375rem}.hover\:rounded-t-md:hover{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.hover\:rounded-r-md:hover{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.hover\:rounded-b-md:hover{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.hover\:rounded-l-md:hover{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.hover\:rounded-ss-md:hover{border-start-start-radius:.375rem}.hover\:rounded-se-md:hover{border-start-end-radius:.375rem}.hover\:rounded-ee-md:hover{border-end-end-radius:.375rem}.hover\:rounded-es-md:hover{border-end-start-radius:.375rem}.hover\:rounded-tl-md:hover{border-top-left-radius:.375rem}.hover\:rounded-tr-md:hover{border-top-right-radius:.375rem}.hover\:rounded-br-md:hover{border-bottom-right-radius:.375rem}.hover\:rounded-lg:hover{border-radius:.5rem}.hover\:rounded-e-lg:hover{border-start-end-radius:.5rem;border-end-end-radius:.5rem}.hover\:rounded-s-lg:hover{border-start-start-radius:.5rem;border-end-start-radius:.5rem}.hover\:rounded-t-lg:hover{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.hover\:rounded-r-lg:hover{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.hover\:rounded-b-lg:hover{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.hover\:rounded-l-lg:hover{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.hover\:rounded-ss-lg:hover{border-start-start-radius:.5rem}.hover\:rounded-se-lg:hover{border-start-end-radius:.5rem}.hover\:rounded-ee-lg:hover{border-end-end-radius:.5rem}.hover\:rounded-es-lg:hover{border-end-start-radius:.5rem}.hover\:rounded-tl-lg:hover{border-top-left-radius:.5rem}.hover\:rounded-tr-lg:hover{border-top-right-radius:.5rem}.hover\:rounded-br-lg:hover{border-bottom-right-radius:.5rem}.hover\:rounded-xl:hover{border-radius:.75rem}.hover\:rounded-e-xl:hover{border-start-end-radius:.75rem;border-end-end-radius:.75rem}.hover\:rounded-s-xl:hover{border-start-start-radius:.75rem;border-end-start-radius:.75rem}.hover\:rounded-t-xl:hover{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.hover\:rounded-r-xl:hover{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.hover\:rounded-b-xl:hover{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.hover\:rounded-l-xl:hover{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.hover\:rounded-ss-xl:hover{border-start-start-radius:.75rem}.hover\:rounded-se-xl:hover{border-start-end-radius:.75rem}.hover\:rounded-ee-xl:hover{border-end-end-radius:.75rem}.hover\:rounded-es-xl:hover{border-end-start-radius:.75rem}.hover\:rounded-tl-xl:hover{border-top-left-radius:.75rem}.hover\:rounded-tr-xl:hover{border-top-right-radius:.75rem}.hover\:rounded-br-xl:hover{border-bottom-right-radius:.75rem}.hover\:rounded-2xl:hover{border-radius:1rem}.hover\:rounded-e-2xl:hover{border-start-end-radius:1rem;border-end-end-radius:1rem}.hover\:rounded-s-2xl:hover{border-start-start-radius:1rem;border-end-start-radius:1rem}.hover\:rounded-t-2xl:hover{border-top-left-radius:1rem;border-top-right-radius:1rem}.hover\:rounded-r-2xl:hover{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.hover\:rounded-b-2xl:hover{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.hover\:rounded-l-2xl:hover{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.hover\:rounded-ss-2xl:hover{border-start-start-radius:1rem}.hover\:rounded-se-2xl:hover{border-start-end-radius:1rem}.hover\:rounded-ee-2xl:hover{border-end-end-radius:1rem}.hover\:rounded-es-2xl:hover{border-end-start-radius:1rem}.hover\:rounded-tl-2xl:hover{border-top-left-radius:1rem}.hover\:rounded-tr-2xl:hover{border-top-right-radius:1rem}.hover\:rounded-br-2xl:hover{border-bottom-right-radius:1rem}.hover\:rounded-3xl:hover{border-radius:1.5rem}.hover\:rounded-e-3xl:hover{border-start-end-radius:1.5rem;border-end-end-radius:1.5rem}.hover\:rounded-s-3xl:hover{border-start-start-radius:1.5rem;border-end-start-radius:1.5rem}.hover\:rounded-t-3xl:hover{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.hover\:rounded-r-3xl:hover{border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}.hover\:rounded-b-3xl:hover{border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem}.hover\:rounded-l-3xl:hover{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}.hover\:rounded-ss-3xl:hover{border-start-start-radius:1.5rem}.hover\:rounded-se-3xl:hover{border-start-end-radius:1.5rem}.hover\:rounded-ee-3xl:hover{border-end-end-radius:1.5rem}.hover\:rounded-es-3xl:hover{border-end-start-radius:1.5rem}.hover\:rounded-tl-3xl:hover{border-top-left-radius:1.5rem}.hover\:rounded-tr-3xl:hover{border-top-right-radius:1.5rem}.hover\:rounded-br-3xl:hover{border-bottom-right-radius:1.5rem}.hover\:rounded-full:hover{border-radius:9999px}.hover\:rounded-e-full:hover{border-start-end-radius:9999px;border-end-end-radius:9999px}.hover\:rounded-s-full:hover{border-start-start-radius:9999px;border-end-start-radius:9999px}.hover\:rounded-t-full:hover{border-top-left-radius:9999px;border-top-right-radius:9999px}.hover\:rounded-r-full:hover{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.hover\:rounded-b-full:hover{border-bottom-right-radius:9999px;border-bottom-left-radius:9999px}.hover\:rounded-l-full:hover{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.hover\:rounded-ss-full:hover{border-start-start-radius:9999px}.hover\:rounded-se-full:hover{border-start-end-radius:9999px}.hover\:rounded-ee-full:hover{border-end-end-radius:9999px}.hover\:rounded-es-full:hover{border-end-start-radius:9999px}.hover\:rounded-tl-full:hover{border-top-left-radius:9999px}.hover\:rounded-tr-full:hover{border-top-right-radius:9999px}.hover\:rounded-br-full:hover{border-bottom-right-radius:9999px}.hover\:text-center:hover{text-align:center}.hover\:text-left:hover{text-align:left}.hover\:text-right:hover{text-align:right}.hover\:text-justify:hover{text-align:justify}.hover\:text-start:hover{text-align:start}.hover\:text-end:hover{text-align:end}.hover\:text-transparent:hover{color:transparent}.hover\:text-black:hover{color:#000}.hover\:text-white:hover{color:#fff}.hover\:text-slate-50:hover{color:#f8fafc}.hover\:text-slate-100:hover{color:#f1f5f9}.hover\:text-slate-200:hover{color:#e2e8f0}.hover\:text-slate-300:hover{color:#cbd5e1}.hover\:text-slate-400:hover{color:#94a3b8}.hover\:text-slate-500:hover{color:#64748b}.hover\:text-slate-600:hover{color:#475569}.hover\:text-slate-700:hover{color:#334155}.hover\:text-slate-800:hover{color:#1e293b}.hover\:text-slate-900:hover{color:#0f172a}.hover\:text-slate-950:hover{color:#020617}.hover\:text-gray-50:hover{color:#f9fafb}.hover\:text-gray-100:hover{color:#f3f4f6}.hover\:text-gray-200:hover{color:#e5e7eb}.hover\:text-gray-300:hover{color:#d1d5db}.hover\:text-gray-400:hover{color:#9ca3af}.hover\:text-gray-500:hover{color:#6b7280}.hover\:text-gray-600:hover{color:#4b5563}.hover\:text-gray-700:hover{color:#374151}.hover\:text-gray-800:hover{color:#1f2937}.hover\:text-gray-900:hover{color:#111827}.hover\:text-gray-950:hover{color:#030712}.hover\:text-zinc-50:hover{color:#fafafa}.hover\:text-zinc-100:hover{color:#f4f4f5}.hover\:text-zinc-200:hover{color:#e4e4e7}.hover\:text-zinc-300:hover{color:#d4d4d8}.hover\:text-zinc-400:hover{color:#a1a1aa}.hover\:text-zinc-500:hover{color:#71717a}.hover\:text-zinc-600:hover{color:#52525b}.hover\:text-zinc-700:hover{color:#3f3f46}.hover\:text-zinc-800:hover{color:#27272a}.hover\:text-zinc-900:hover{color:#18181b}.hover\:text-zinc-950:hover{color:#09090b}.hover\:text-neutral-50:hover{color:#fafafa}.hover\:text-neutral-100:hover{color:#f5f5f5}.hover\:text-neutral-200:hover{color:#e5e5e5}.hover\:text-neutral-300:hover{color:#d4d4d4}.hover\:text-neutral-400:hover{color:#a3a3a3}.hover\:text-neutral-500:hover{color:#737373}.hover\:text-neutral-600:hover{color:#525252}.hover\:text-neutral-700:hover{color:#404040}.hover\:text-neutral-800:hover{color:#262626}.hover\:text-neutral-900:hover{color:#171717}.hover\:text-neutral-950:hover{color:#0a0a0a}.hover\:text-stone-50:hover{color:#fafaf9}.hover\:text-stone-100:hover{color:#f5f5f4}.hover\:text-stone-200:hover{color:#e7e5e4}.hover\:text-stone-300:hover{color:#d6d3d1}.hover\:text-stone-400:hover{color:#a8a29e}.hover\:text-stone-500:hover{color:#78716c}.hover\:text-stone-600:hover{color:#57534e}.hover\:text-stone-700:hover{color:#44403c}.hover\:text-stone-800:hover{color:#292524}.hover\:text-stone-900:hover{color:#1c1917}.hover\:text-stone-950:hover{color:#0c0a09}.hover\:text-red-50:hover{color:#fef2f2}.hover\:text-red-100:hover{color:#fee2e2}.hover\:text-red-200:hover{color:#fecaca}.hover\:text-red-300:hover{color:#fca5a5}.hover\:text-red-400:hover{color:#f87171}.hover\:text-red-500:hover{color:#ef4444}.hover\:text-red-600:hover{color:#dc2626}.hover\:text-red-700:hover{color:#b91c1c}.hover\:text-red-800:hover{color:#991b1b}.hover\:text-red-900:hover{color:#7f1d1d}.hover\:text-red-950:hover{color:#450a0a}.hover\:text-orange-50:hover{color:#fff7ed}.hover\:text-orange-100:hover{color:#ffedd5}.hover\:text-orange-200:hover{color:#fed7aa}.hover\:text-orange-300:hover{color:#fdba74}.hover\:text-orange-400:hover{color:#fb923c}.hover\:text-orange-500:hover{color:#f97316}.hover\:text-orange-600:hover{color:#ea580c}.hover\:text-orange-700:hover{color:#c2410c}.hover\:text-orange-800:hover{color:#9a3412}.hover\:text-orange-900:hover{color:#7c2d12}.hover\:text-orange-950:hover{color:#431407}.hover\:text-amber-50:hover{color:#fffbeb}.hover\:text-amber-100:hover{color:#fef3c7}.hover\:text-amber-200:hover{color:#fde68a}.hover\:text-amber-300:hover{color:#fcd34d}.hover\:text-amber-400:hover{color:#fbbf24}.hover\:text-amber-500:hover{color:#f59e0b}.hover\:text-amber-600:hover{color:#d97706}.hover\:text-amber-700:hover{color:#b45309}.hover\:text-amber-800:hover{color:#92400e}.hover\:text-amber-900:hover{color:#78350f}.hover\:text-amber-950:hover{color:#451a03}.hover\:text-yellow-50:hover{color:#fefce8}.hover\:text-yellow-100:hover{color:#fef9c3}.hover\:text-yellow-200:hover{color:#fef08a}.hover\:text-yellow-300:hover{color:#fde047}.hover\:text-yellow-400:hover{color:#facc15}.hover\:text-yellow-500:hover{color:#eab308}.hover\:text-yellow-600:hover{color:#ca8a04}.hover\:text-yellow-700:hover{color:#a16207}.hover\:text-yellow-800:hover{color:#854d0e}.hover\:text-yellow-900:hover{color:#713f12}.hover\:text-yellow-950:hover{color:#422006}.hover\:text-lime-50:hover{color:#f7fee7}.hover\:text-lime-100:hover{color:#ecfccb}.hover\:text-lime-200:hover{color:#d9f99d}.hover\:text-lime-300:hover{color:#bef264}.hover\:text-lime-400:hover{color:#a3e635}.hover\:text-lime-500:hover{color:#84cc16}.hover\:text-lime-600:hover{color:#65a30d}.hover\:text-lime-700:hover{color:#4d7c0f}.hover\:text-lime-800:hover{color:#3f6212}.hover\:text-lime-900:hover{color:#365314}.hover\:text-lime-950:hover{color:#1a2e05}.hover\:text-green-50:hover{color:#f0fdf4}.hover\:text-green-100:hover{color:#dcfce7}.hover\:text-green-200:hover{color:#bbf7d0}.hover\:text-green-300:hover{color:#86efac}.hover\:text-green-400:hover{color:#4ade80}.hover\:text-green-500:hover{color:#22c55e}.hover\:text-green-600:hover{color:#16a34a}.hover\:text-green-700:hover{color:#15803d}.hover\:text-green-800:hover{color:#166534}.hover\:text-green-900:hover{color:#14532d}.hover\:text-green-950:hover{color:#052e16}.hover\:text-emerald-50:hover{color:#ecfdf5}.hover\:text-emerald-100:hover{color:#d1fae5}.hover\:text-emerald-200:hover{color:#a7f3d0}.hover\:text-emerald-300:hover{color:#6ee7b7}.hover\:text-emerald-400:hover{color:#34d399}.hover\:text-emerald-500:hover{color:#10b981}.hover\:text-emerald-600:hover{color:#059669}.hover\:text-emerald-700:hover{color:#047857}.hover\:text-emerald-800:hover{color:#065f46}.hover\:text-emerald-900:hover{color:#064e3b}.hover\:text-emerald-950:hover{color:#022c22}.hover\:text-teal-50:hover{color:#f0fdfa}.hover\:text-teal-100:hover{color:#ccfbf1}.hover\:text-teal-200:hover{color:#99f6e4}.hover\:text-teal-300:hover{color:#5eead4}.hover\:text-teal-400:hover{color:#2dd4bf}.hover\:text-teal-500:hover{color:#14b8a6}.hover\:text-teal-600:hover{color:#0d9488}.hover\:text-teal-700:hover{color:#0f766e}.hover\:text-teal-800:hover{color:#115e59}.hover\:text-teal-900:hover{color:#134e4a}.hover\:text-teal-950:hover{color:#042f2e}.hover\:text-cyan-50:hover{color:#ecfeff}.hover\:text-cyan-100:hover{color:#cffafe}.hover\:text-cyan-200:hover{color:#a5f3fc}.hover\:text-cyan-300:hover{color:#67e8f9}.hover\:text-cyan-400:hover{color:#22d3ee}.hover\:text-cyan-500:hover{color:#06b6d4}.hover\:text-cyan-600:hover{color:#0891b2}.hover\:text-cyan-700:hover{color:#0e7490}.hover\:text-cyan-800:hover{color:#155e75}.hover\:text-cyan-900:hover{color:#164e63}.hover\:text-cyan-950:hover{color:#083344}.hover\:text-sky-50:hover{color:#f0f9ff}.hover\:text-sky-100:hover{color:#e0f2fe}.hover\:text-sky-200:hover{color:#bae6fd}.hover\:text-sky-300:hover{color:#7dd3fc}.hover\:text-sky-400:hover{color:#38bdf8}.hover\:text-sky-500:hover{color:#0ea5e9}.hover\:text-sky-600:hover{color:#0284c7}.hover\:text-sky-700:hover{color:#0369a1}.hover\:text-sky-800:hover{color:#075985}.hover\:text-sky-900:hover{color:#0c4a6e}.hover\:text-sky-950:hover{color:#082f49}.hover\:text-blue-50:hover{color:#eff6ff}.hover\:text-blue-100:hover{color:#dbeafe}.hover\:text-blue-200:hover{color:#bfdbfe}.hover\:text-blue-300:hover{color:#93c5fd}.hover\:text-blue-400:hover{color:#60a5fa}.hover\:text-blue-500:hover{color:#3b82f6}.hover\:text-blue-600:hover{color:#2563eb}.hover\:text-blue-700:hover{color:#1d4ed8}.hover\:text-blue-800:hover{color:#1e40af}.hover\:text-blue-900:hover{color:#1e3a8a}.hover\:text-blue-950:hover{color:#172554}.hover\:text-indigo-50:hover{color:#eef2ff}.hover\:text-indigo-100:hover{color:#e0e7ff}.hover\:text-indigo-200:hover{color:#c7d2fe}.hover\:text-indigo-300:hover{color:#a5b4fc}.hover\:text-indigo-400:hover{color:#818cf8}.hover\:text-indigo-500:hover{color:#6366f1}.hover\:text-indigo-600:hover{color:#4f46e5}.hover\:text-indigo-700:hover{color:#4338ca}.hover\:text-indigo-800:hover{color:#3730a3}.hover\:text-indigo-900:hover{color:#312e81}.hover\:text-indigo-950:hover{color:#1e1b4b}.hover\:text-violet-50:hover{color:#f5f3ff}.hover\:text-violet-100:hover{color:#ede9fe}.hover\:text-violet-200:hover{color:#ddd6fe}.hover\:text-violet-300:hover{color:#c4b5fd}.hover\:text-violet-400:hover{color:#a78bfa}.hover\:text-violet-500:hover{color:#8b5cf6}.hover\:text-violet-600:hover{color:#7c3aed}.hover\:text-violet-700:hover{color:#6d28d9}.hover\:text-violet-800:hover{color:#5b21b6}.hover\:text-violet-900:hover{color:#4c1d95}.hover\:text-violet-950:hover{color:#2e1065}.hover\:text-purple-50:hover{color:#faf5ff}.hover\:text-purple-100:hover{color:#f3e8ff}.hover\:text-purple-200:hover{color:#e9d5ff}.hover\:text-purple-300:hover{color:#d8b4fe}.hover\:text-purple-400:hover{color:#c084fc}.hover\:text-purple-500:hover{color:#a855f7}.hover\:text-purple-600:hover{color:#9333ea}.hover\:text-purple-700:hover{color:#7e22ce}.hover\:text-purple-800:hover{color:#6b21a8}.hover\:text-purple-900:hover{color:#581c87}.hover\:text-purple-950:hover{color:#3b0764}.hover\:text-fuchsia-50:hover{color:#fdf4ff}.hover\:text-fuchsia-100:hover{color:#fae8ff}.hover\:text-fuchsia-200:hover{color:#f5d0fe}.hover\:text-fuchsia-300:hover{color:#f0abfc}.hover\:text-fuchsia-400:hover{color:#e879f9}.hover\:text-fuchsia-500:hover{color:#d946ef}.hover\:text-fuchsia-600:hover{color:#c026d3}.hover\:text-fuchsia-700:hover{color:#a21caf}.hover\:text-fuchsia-800:hover{color:#86198f}.hover\:text-fuchsia-900:hover{color:#701a75}.hover\:text-fuchsia-950:hover{color:#4a044e}.hover\:text-pink-50:hover{color:#fdf2f8}.hover\:text-pink-100:hover{color:#fce7f3}.hover\:text-pink-200:hover{color:#fbcfe8}.hover\:text-pink-300:hover{color:#f9a8d4}.hover\:text-pink-400:hover{color:#f472b6}.hover\:text-pink-500:hover{color:#ec4899}.hover\:text-pink-600:hover{color:#db2777}.hover\:text-pink-700:hover{color:#be185d}.hover\:text-pink-800:hover{color:#9d174d}.hover\:text-pink-900:hover{color:#831843}.hover\:text-pink-950:hover{color:#500724}.hover\:text-rose-50:hover{color:#fff1f2}.hover\:text-rose-100:hover{color:#ffe4e6}.hover\:text-rose-200:hover{color:#fecdd3}.hover\:text-rose-300:hover{color:#fda4af}.hover\:text-rose-400:hover{color:#fb7185}.hover\:text-rose-500:hover{color:#f43f5e}.hover\:text-rose-600:hover{color:#e11d48}.hover\:text-rose-700:hover{color:#be123c}.hover\:text-rose-800:hover{color:#9f1239}.hover\:text-rose-900:hover{color:#881337}.hover\:text-rose-950:hover{color:#4c0519}.hover\:text-primary:hover{color:#3874ff}.hover\:text-primary-bold:hover{color:#002660}.hover\:text-primary-hover:hover{color:#003585}.hover\:text-primary-border:hover{color:#156ef3}.hover\:text-primary-focus-lv1:hover{color:#6492ff}.hover\:text-primary-focus-lv2:hover{color:#c7ddff}.hover\:text-primary-bg-color:hover{color:#f8fbff}.hover\:text-success:hover{color:#00bd7e}.hover\:text-success-bold:hover{color:#006c58}.hover\:text-success-hover:hover{color:#008d5e}.hover\:text-success-border:hover{color:#17e5a1}.hover\:text-success-focus-lv1:hover{color:#a9fbe0}.hover\:text-success-bg-color:hover{color:#ebfff8}.hover\:text-warning:hover{color:#ffb41f}.hover\:text-warning-bold:hover{color:#b77d09}.hover\:text-warning-hover:hover{color:#e39f17}.hover\:text-warning-border:hover{color:#f7c86a}.hover\:text-warning-focus-lv1:hover{color:#fbe0a9}.hover\:text-warning-bg-color:hover{color:#fff8eb}.hover\:text-danger:hover{color:#b20000}.hover\:text-danger-bold:hover{color:#920122}.hover\:text-danger-hover:hover{color:#c60833}.hover\:text-danger-border:hover{color:#f35370}.hover\:text-danger-focus-lv1:hover{color:#fdabb9}.hover\:text-danger-bg-color:hover{color:#fff1f4}.hover\:text-info:hover{color:#2668cb}.hover\:text-info-bold:hover{color:#023480}.hover\:text-info-hover:hover{color:#0f4eae}.hover\:text-info-border:hover{color:#679ef2}.hover\:text-info-focus-lv1:hover{color:#c1d9fd}.hover\:text-info-bg-color:hover{color:#f2f7ff}.hover\:text-neutral-100:hover{color:#1a1a1a}.hover\:text-neutral-90:hover{color:#424242}.hover\:text-neutral-80:hover{color:#616161}.hover\:text-neutral-70:hover{color:#757575}.hover\:text-neutral-60:hover{color:#9e9e9e}.hover\:text-neutral-50:hover{color:#c2c2c2}.hover\:text-neutral-40:hover{color:#e0e0e0}.hover\:text-neutral-30:hover{color:#ededed}.hover\:text-neutral-20:hover{color:#f5f5f5}.hover\:text-base:hover{color:#f5f7fa}.hover\:text-extraLight:hover{font-family:Mulish-ExtraLight,sans-serif}.hover\:text-light:hover{font-family:Mulish-Light,sans-serif}.hover\:text-regular:hover{font-family:Mulish-Regular,sans-serif}.hover\:text-medium:hover{font-family:Mulish-Medium,sans-serif}.hover\:text-semiBold:hover,.hover\:text-bold:hover{font-family:Mulish-SemiBold,sans-serif}.hover\:text-extraBold:hover{font-family:Mulish-ExtraBold,sans-serif}.hover\:text-black:hover{font-family:Mulish-Black,sans-serif}.hover\:text-blackItalic:hover{font-family:Mulish-BlackItalic,sans-serif}.hover\:text-boldItalic:hover{font-family:Mulish-BoldItalic,sans-serif}.hover\:text-extraBoldItalic:hover{font-family:Mulish-ExtraBoldItalic,sans-serif}.hover\:text-extraLightItalic:hover{font-family:Mulish-ExtraLightItalic,sans-serif}.hover\:text-italic:hover{font-family:Mulish-Italic,sans-serif}.hover\:text-lightItalic:hover{font-family:Mulish-LightItalic,sans-serif}.hover\:text-mediumItalic:hover{font-family:Mulish-MediumItalic,sans-serif}.hover\:text-semiBoldItalic:hover{font-family:Mulish-SemiBoldItalic,sans-serif}.hover\:text-xs:hover{font-size:.75rem;line-height:1rem}.hover\:text-sm:hover{font-size:.875rem;line-height:1.25rem}.hover\:text-base:hover{font-size:1rem;line-height:1.5rem}.hover\:text-lg:hover{font-size:1.125rem;line-height:1.75rem}.hover\:text-xl:hover{font-size:1.25rem;line-height:1.75rem}.hover\:text-2xl:hover{font-size:1.5rem;line-height:2rem}.hover\:text-3xl:hover{font-size:1.875rem;line-height:2.25rem}.hover\:text-4xl:hover{font-size:2.25rem;line-height:2.5rem}.hover\:text-5xl:hover{font-size:3rem;line-height:1}.hover\:text-6xl:hover{font-size:3.75rem;line-height:1}.hover\:text-7xl:hover{font-size:4.5rem;line-height:1}.hover\:text-8xl:hover{font-size:6rem;line-height:1}.hover\:text-9xl:hover{font-size:8rem;line-height:1}.hover\:shadow-tailwind-two-extra-lager:hover{box-shadow:0 25px 50px -12px #00000040}.hover\:shadow-tailwind-extra-lager:hover{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.hover\:shadow-bootstrap-small:hover{box-shadow:0 2px 4px #00000013}.hover\:top-0:hover{top:0px}.hover\:top-px:hover{top:1px}.hover\:top-1:hover{top:.25rem}.hover\:top-2:hover{top:.5rem}.hover\:top-3:hover{top:.75rem}.hover\:top-4:hover{top:1rem}.hover\:top-5:hover{top:1.25rem}.hover\:top-6:hover{top:1.5rem}.hover\:top-7:hover{top:1.75rem}.hover\:top-8:hover{top:2rem}.hover\:top-9:hover{top:2.25rem}.hover\:top-10:hover{top:2.5rem}.hover\:top-11:hover{top:2.75rem}.hover\:top-12:hover{top:3rem}.hover\:top-14:hover{top:3.5rem}.hover\:top-16:hover{top:4rem}.hover\:top-20:hover{top:5rem}.hover\:top-24:hover{top:6rem}.hover\:top-28:hover{top:7rem}.hover\:top-32:hover{top:8rem}.hover\:top-36:hover{top:9rem}.hover\:top-40:hover{top:10rem}.hover\:top-44:hover{top:11rem}.hover\:top-48:hover{top:12rem}.hover\:top-52:hover{top:13rem}.hover\:top-56:hover{top:14rem}.hover\:top-60:hover{top:15rem}.hover\:top-64:hover{top:16rem}.hover\:top-72:hover{top:18rem}.hover\:top-80:hover{top:20rem}.hover\:top-96:hover{top:24rem}.hover\:top-auto:hover{top:auto}.hover\:top-full:hover{top:100%}.hover\:top-screen:hover{top:100vh}.hover\:top-min:hover{top:min-content}.hover\:top-max:hover{top:max-content}.hover\:top-fit:hover{top:fit-content}.hover\:top-1\/2{top:50%}.hover\:top-1\/3{top:33.333333%}.hover\:top-1\/4{top:25%}.hover\:top-1\/5{top:20%}.hover\:top-1\/6{top:16.666667%}.hover\:top-1\/12{top:8.333333%}.hover\:top-1\/2:hover{top:50%}.hover\:top-1\/3:hover{top:33.333333%}.hover\:top-1\/4:hover{top:25%}.hover\:top-1\/5:hover{top:20%}.hover\:top-1\/6:hover{top:16.666667%}.hover\:top-1\/12:hover{top:8.333333%}.hover\:bottom-0:hover{bottom:0px}.hover\:bottom-px:hover{bottom:1px}.hover\:bottom-1:hover{bottom:.25rem}.hover\:bottom-2:hover{bottom:.5rem}.hover\:bottom-3:hover{bottom:.75rem}.hover\:bottom-4:hover{bottom:1rem}.hover\:bottom-5:hover{bottom:1.25rem}.hover\:bottom-6:hover{bottom:1.5rem}.hover\:bottom-7:hover{bottom:1.75rem}.hover\:bottom-8:hover{bottom:2rem}.hover\:bottom-9:hover{bottom:2.25rem}.hover\:bottom-10:hover{bottom:2.5rem}.hover\:bottom-11:hover{bottom:2.75rem}.hover\:bottom-12:hover{bottom:3rem}.hover\:bottom-14:hover{bottom:3.5rem}.hover\:bottom-16:hover{bottom:4rem}.hover\:bottom-20:hover{bottom:5rem}.hover\:bottom-24:hover{bottom:6rem}.hover\:bottom-28:hover{bottom:7rem}.hover\:bottom-32:hover{bottom:8rem}.hover\:bottom-36:hover{bottom:9rem}.hover\:bottom-40:hover{bottom:10rem}.hover\:bottom-44:hover{bottom:11rem}.hover\:bottom-48:hover{bottom:12rem}.hover\:bottom-52:hover{bottom:13rem}.hover\:bottom-56:hover{bottom:14rem}.hover\:bottom-60:hover{bottom:15rem}.hover\:bottom-64:hover{bottom:16rem}.hover\:bottom-72:hover{bottom:18rem}.hover\:bottom-80:hover{bottom:20rem}.hover\:bottom-96:hover{bottom:24rem}.hover\:bottom-auto:hover{bottom:auto}.hover\:bottom-full:hover{bottom:100%}.hover\:bottom-screen:hover{bottom:100vh}.hover\:bottom-min:hover{bottom:min-content}.hover\:bottom-max:hover{bottom:max-content}.hover\:bottom-fit:hover{bottom:fit-content}.hover\:bottom-1\/2{bottom:50%}.hover\:bottom-1\/3{bottom:33.333333%}.hover\:bottom-1\/4{bottom:25%}.hover\:bottom-1\/5{bottom:20%}.hover\:bottom-1\/6{bottom:16.666667%}.hover\:bottom-1\/12{bottom:8.333333%}.hover\:bottom-1\/2:hover{bottom:50%}.hover\:bottom-1\/3:hover{bottom:33.333333%}.hover\:bottom-1\/4:hover{bottom:25%}.hover\:bottom-1\/5:hover{bottom:20%}.hover\:bottom-1\/6:hover{bottom:16.666667%}.hover\:bottom-1\/12:hover{bottom:8.333333%}.hover\:right-0:hover{right:0px}.hover\:right-px:hover{right:1px}.hover\:right-1:hover{right:.25rem}.hover\:right-2:hover{right:.5rem}.hover\:right-3:hover{right:.75rem}.hover\:right-4:hover{right:1rem}.hover\:right-5:hover{right:1.25rem}.hover\:right-6:hover{right:1.5rem}.hover\:right-7:hover{right:1.75rem}.hover\:right-8:hover{right:2rem}.hover\:right-9:hover{right:2.25rem}.hover\:right-10:hover{right:2.5rem}.hover\:right-11:hover{right:2.75rem}.hover\:right-12:hover{right:3rem}.hover\:right-14:hover{right:3.5rem}.hover\:right-16:hover{right:4rem}.hover\:right-20:hover{right:5rem}.hover\:right-24:hover{right:6rem}.hover\:right-28:hover{right:7rem}.hover\:right-32:hover{right:8rem}.hover\:right-36:hover{right:9rem}.hover\:right-40:hover{right:10rem}.hover\:right-44:hover{right:11rem}.hover\:right-48:hover{right:12rem}.hover\:right-52:hover{right:13rem}.hover\:right-56:hover{right:14rem}.hover\:right-60:hover{right:15rem}.hover\:right-64:hover{right:16rem}.hover\:right-72:hover{right:18rem}.hover\:right-80:hover{right:20rem}.hover\:right-96:hover{right:24rem}.hover\:right-auto:hover{right:auto}.hover\:right-full:hover{right:100%}.hover\:right-screen:hover{right:100vh}.hover\:right-min:hover{right:min-content}.hover\:right-max:hover{right:max-content}.hover\:right-fit:hover{right:fit-content}.hover\:right-1\/2{right:50%}.hover\:right-1\/3{right:33.333333%}.hover\:right-1\/4{right:25%}.hover\:right-1\/5{right:20%}.hover\:right-1\/6{right:16.666667%}.hover\:right-1\/12{right:8.333333%}.hover\:right-1\/2:hover{right:50%}.hover\:right-1\/3:hover{right:33.333333%}.hover\:right-1\/4:hover{right:25%}.hover\:right-1\/5:hover{right:20%}.hover\:right-1\/6:hover{right:16.666667%}.hover\:right-1\/12:hover{right:8.333333%}.hover\:left-0:hover{left:0px}.hover\:left-px:hover{left:1px}.hover\:left-1:hover{left:.25rem}.hover\:left-2:hover{left:.5rem}.hover\:left-3:hover{left:.75rem}.hover\:left-4:hover{left:1rem}.hover\:left-5:hover{left:1.25rem}.hover\:left-6:hover{left:1.5rem}.hover\:left-7:hover{left:1.75rem}.hover\:left-8:hover{left:2rem}.hover\:left-9:hover{left:2.25rem}.hover\:left-10:hover{left:2.5rem}.hover\:left-11:hover{left:2.75rem}.hover\:left-12:hover{left:3rem}.hover\:left-14:hover{left:3.5rem}.hover\:left-16:hover{left:4rem}.hover\:left-20:hover{left:5rem}.hover\:left-24:hover{left:6rem}.hover\:left-28:hover{left:7rem}.hover\:left-32:hover{left:8rem}.hover\:left-36:hover{left:9rem}.hover\:left-40:hover{left:10rem}.hover\:left-44:hover{left:11rem}.hover\:left-48:hover{left:12rem}.hover\:left-52:hover{left:13rem}.hover\:left-56:hover{left:14rem}.hover\:left-60:hover{left:15rem}.hover\:left-64:hover{left:16rem}.hover\:left-72:hover{left:18rem}.hover\:left-80:hover{left:20rem}.hover\:left-96:hover{left:24rem}.hover\:left-auto:hover{left:auto}.hover\:left-full:hover{left:100%}.hover\:left-screen:hover{left:100vh}.hover\:left-min:hover{left:min-content}.hover\:left-max:hover{left:max-content}.hover\:left-fit:hover{left:fit-content}.hover\:left-1\/2{left:50%}.hover\:left-1\/3{left:33.333333%}.hover\:left-1\/4{left:25%}.hover\:left-1\/5{left:20%}.hover\:left-1\/6{left:16.666667%}.hover\:left-1\/12{left:8.333333%}.hover\:left-1\/2:hover{left:50%}.hover\:left-1\/3:hover{left:33.333333%}.hover\:left-1\/4:hover{left:25%}.hover\:left-1\/5:hover{left:20%}.hover\:left-1\/6:hover{left:16.666667%}.hover\:left-1\/12:hover{left:8.333333%}.hover\:z-0:hover{z-index:0}.hover\:z-10:hover{z-index:10}.hover\:z-20:hover{z-index:20}.hover\:z-30:hover{z-index:30}.hover\:z-40:hover{z-index:40}.hover\:z-50:hover{z-index:50}.hover\:z-auto:hover{z-index:auto}.hover\:m-auto{margin:auto}.hover\:ml-auto{margin-left:auto}.hover\:mr-auto{margin-right:auto}.hover\:mx-auto{margin:0 auto}.hover\:my-auto{margin:auto 0}.hover\:mb-auto{margin-bottom:auto}.hover\:mt-auto{margin-top:auto}.hover\:m-0{margin:0}.hover\:ml-0{margin-left:0}.hover\:mr-0{margin-right:0}.hover\:mx-0,.hover\:my-0{margin:0}.hover\:mb-0{margin-bottom:0}.hover\:mt-0{margin-top:0}.hover\:m-1{margin:.25rem}.hover\:ml-1{margin-left:.25rem}.hover\:mr-1{margin-right:.25rem}.hover\:mx-1{margin:0px .25rem}.hover\:my-1{margin:.25rem 0px}.hover\:mb-1{margin-bottom:.25rem}.hover\:mt-1{margin-top:.25rem}.hover\:m-2{margin:.5rem}.hover\:ml-2{margin-left:.5rem}.hover\:mr-2{margin-right:.5rem}.hover\:mx-2{margin:0px .5rem}.hover\:my-2{margin:.5rem 0px}.hover\:mb-2{margin-bottom:.5rem}.hover\:mt-2{margin-top:.5rem}.hover\:m-3{margin:.75rem}.hover\:ml-3{margin-left:.75rem}.hover\:mr-3{margin-right:.75rem}.hover\:mx-3{margin:0px .75rem}.hover\:my-3{margin:.75rem 0px}.hover\:mb-3{margin-bottom:.75rem}.hover\:mt-3{margin-top:.75rem}.hover\:m-4{margin:1rem}.hover\:ml-4{margin-left:1rem}.hover\:mr-4{margin-right:1rem}.hover\:mx-4{margin:0px 1rem}.hover\:my-4{margin:1rem 0px}.hover\:mb-4{margin-bottom:1rem}.hover\:mt-4{margin-top:1rem}.hover\:m-5{margin:1.25rem}.hover\:ml-5{margin-left:1.25rem}.hover\:mr-5{margin-right:1.25rem}.hover\:mx-5{margin:0px 1.25rem}.hover\:my-5{margin:1.25rem 0px}.hover\:mb-5{margin-bottom:1.25rem}.hover\:mt-5{margin-top:1.25rem}.hover\:m-6{margin:1.5rem}.hover\:ml-6{margin-left:1.5rem}.hover\:mr-6{margin-right:1.5rem}.hover\:mx-6{margin:0px 1.5rem}.hover\:my-6{margin:1.5rem 0px}.hover\:mb-6{margin-bottom:1.5rem}.hover\:mt-6{margin-top:1.5rem}.hover\:m-7{margin:1.75rem}.hover\:ml-7{margin-left:1.75rem}.hover\:mr-7{margin-right:1.75rem}.hover\:mx-7{margin:0px 1.75rem}.hover\:my-7{margin:1.75rem 0px}.hover\:mb-7{margin-bottom:1.75rem}.hover\:mt-7{margin-top:1.75rem}.hover\:m-8{margin:2rem}.hover\:ml-8{margin-left:2rem}.hover\:mr-8{margin-right:2rem}.hover\:mx-8{margin:0px 2rem}.hover\:my-8{margin:2rem 0px}.hover\:mb-8{margin-bottom:2rem}.hover\:mt-8{margin-top:2rem}.hover\:m-9{margin:2.25rem}.hover\:ml-9{margin-left:2.25rem}.hover\:mr-9{margin-right:2.25rem}.hover\:mx-9{margin:0px 2.25rem}.hover\:my-9{margin:2.25rem 0px}.hover\:mb-9{margin-bottom:2.25rem}.hover\:mt-9{margin-top:2.25rem}.hover\:m-10{margin:2.5rem}.hover\:ml-10{margin-left:2.5rem}.hover\:mr-10{margin-right:2.5rem}.hover\:mx-10{margin:0px 2.5rem}.hover\:my-10{margin:2.5rem 0px}.hover\:mb-10{margin-bottom:2.5rem}.hover\:mt-10{margin-top:2.5rem}.hover\:m-11{margin:2.75rem}.hover\:ml-11{margin-left:2.75rem}.hover\:mr-11{margin-right:2.75rem}.hover\:mx-11{margin:0px 2.75rem}.hover\:my-11{margin:2.75rem 0px}.hover\:mb-11{margin-bottom:2.75rem}.hover\:mt-11{margin-top:2.75rem}.hover\:m-12{margin:3rem}.hover\:ml-12{margin-left:3rem}.hover\:mr-12{margin-right:3rem}.hover\:mx-12{margin:0px 3rem}.hover\:my-12{margin:3rem 0px}.hover\:mb-12{margin-bottom:3rem}.hover\:mt-12{margin-top:3rem}.hover\:m-14{margin:3.5rem}.hover\:ml-14{margin-left:3.5rem}.hover\:mr-14{margin-right:3.5rem}.hover\:mx-14{margin:0px 3.5rem}.hover\:my-14{margin:3.5rem 0px}.hover\:mb-14{margin-bottom:3.5rem}.hover\:mt-14{margin-top:3.5rem}.hover\:m-16{margin:4rem}.hover\:ml-16{margin-left:4rem}.hover\:mr-16{margin-right:4rem}.hover\:mx-16{margin:0px 4rem}.hover\:my-16{margin:4rem 0px}.hover\:mb-16{margin-bottom:4rem}.hover\:mt-16{margin-top:4rem}.hover\:m-20{margin:5rem}.hover\:ml-20{margin-left:5rem}.hover\:mr-20{margin-right:5rem}.hover\:mx-20{margin:0px 5rem}.hover\:my-20{margin:5rem 0px}.hover\:mb-20{margin-bottom:5rem}.hover\:mt-20{margin-top:5rem}.hover\:m-24{margin:6rem}.hover\:ml-24{margin-left:6rem}.hover\:mr-24{margin-right:6rem}.hover\:mx-24{margin:0px 6rem}.hover\:my-24{margin:6rem 0px}.hover\:mb-24{margin-bottom:6rem}.hover\:mt-24{margin-top:6rem}.hover\:m-28{margin:7rem}.hover\:ml-28{margin-left:7rem}.hover\:mr-28{margin-right:7rem}.hover\:mx-28{margin:0px 7rem}.hover\:my-28{margin:7rem 0px}.hover\:mb-28{margin-bottom:7rem}.hover\:mt-28{margin-top:7rem}.hover\:m-32{margin:8rem}.hover\:ml-32{margin-left:8rem}.hover\:mr-32{margin-right:8rem}.hover\:mx-32{margin:0px 8rem}.hover\:my-32{margin:8rem 0px}.hover\:mb-32{margin-bottom:8rem}.hover\:mt-32{margin-top:8rem}.hover\:m-36{margin:9rem}.hover\:ml-36{margin-left:9rem}.hover\:mr-36{margin-right:9rem}.hover\:mx-36{margin:0px 9rem}.hover\:my-36{margin:9rem 0px}.hover\:mb-36{margin-bottom:9rem}.hover\:mt-36{margin-top:9rem}.hover\:m-40{margin:10rem}.hover\:ml-40{margin-left:10rem}.hover\:mr-40{margin-right:10rem}.hover\:mx-40{margin:0px 10rem}.hover\:my-40{margin:10rem 0px}.hover\:mb-40{margin-bottom:10rem}.hover\:mt-40{margin-top:10rem}.hover\:m-44{margin:11rem}.hover\:ml-44{margin-left:11rem}.hover\:mr-44{margin-right:11rem}.hover\:mx-44{margin:0px 11rem}.hover\:my-44{margin:11rem 0px}.hover\:mb-44{margin-bottom:11rem}.hover\:mt-44{margin-top:11rem}.hover\:m-48{margin:12rem}.hover\:ml-48{margin-left:12rem}.hover\:mr-48{margin-right:12rem}.hover\:mx-48{margin:0px 12rem}.hover\:my-48{margin:12rem 0px}.hover\:mb-48{margin-bottom:12rem}.hover\:mt-48{margin-top:12rem}.hover\:m-52{margin:13rem}.hover\:ml-52{margin-left:13rem}.hover\:mr-52{margin-right:13rem}.hover\:mx-52{margin:0px 13rem}.hover\:my-52{margin:13rem 0px}.hover\:mb-52{margin-bottom:13rem}.hover\:mt-52{margin-top:13rem}.hover\:m-56{margin:14rem}.hover\:ml-56{margin-left:14rem}.hover\:mr-56{margin-right:14rem}.hover\:mx-56{margin:0px 14rem}.hover\:my-56{margin:14rem 0px}.hover\:mb-56{margin-bottom:14rem}.hover\:mt-56{margin-top:14rem}.hover\:m-60{margin:15rem}.hover\:ml-60{margin-left:15rem}.hover\:mr-60{margin-right:15rem}.hover\:mx-60{margin:0px 15rem}.hover\:my-60{margin:15rem 0px}.hover\:mb-60{margin-bottom:15rem}.hover\:mt-60{margin-top:15rem}.hover\:m-64{margin:16rem}.hover\:ml-64{margin-left:16rem}.hover\:mr-64{margin-right:16rem}.hover\:mx-64{margin:0px 16rem}.hover\:my-64{margin:16rem 0px}.hover\:mb-64{margin-bottom:16rem}.hover\:mt-64{margin-top:16rem}.hover\:m-72{margin:18rem}.hover\:ml-72{margin-left:18rem}.hover\:mr-72{margin-right:18rem}.hover\:mx-72{margin:0px 18rem}.hover\:my-72{margin:18rem 0px}.hover\:mb-72{margin-bottom:18rem}.hover\:mt-72{margin-top:18rem}.hover\:m-80{margin:20rem}.hover\:ml-80{margin-left:20rem}.hover\:mr-80{margin-right:20rem}.hover\:mx-80{margin:0px 20rem}.hover\:my-80{margin:20rem 0px}.hover\:mb-80{margin-bottom:20rem}.hover\:mt-80{margin-top:20rem}.hover\:m-96{margin:24rem}.hover\:ml-96{margin-left:24rem}.hover\:mr-96{margin-right:24rem}.hover\:mx-96{margin:0px 24rem}.hover\:my-96{margin:24rem 0px}.hover\:mb-96{margin-bottom:24rem}.hover\:mt-96{margin-top:24rem}.hover\:gap-0:hover{gap:0px}.hover\:gap-1:hover{gap:.25rem}.hover\:gap-2:hover{gap:.5rem}.hover\:gap-3:hover{gap:.75rem}.hover\:gap-4:hover{gap:1rem}.hover\:gap-5:hover{gap:1.25rem}.hover\:gap-6:hover{gap:1.5rem}.hover\:gap-7:hover{gap:1.75rem}.hover\:gap-8:hover{gap:2rem}.hover\:gap-9:hover{gap:2.25rem}.hover\:gap-10:hover{gap:2.5rem}.hover\:gap-11:hover{gap:2.75rem}.hover\:gap-12:hover{gap:3rem}.hover\:gap-14:hover{gap:3.5rem}.hover\:gap-16:hover{gap:4rem}.hover\:gap-20:hover{gap:5rem}.hover\:gap-24:hover{gap:6rem}.hover\:gap-28:hover{gap:7rem}.hover\:gap-32:hover{gap:8rem}.hover\:gap-36:hover{gap:9rem}.hover\:gap-40:hover{gap:10rem}.hover\:gap-44:hover{gap:11rem}.hover\:gap-48:hover{gap:12rem}.hover\:gap-52:hover{gap:13rem}.hover\:gap-56:hover{gap:14rem}.hover\:gap-60:hover{gap:15rem}.hover\:gap-64:hover{gap:16rem}.hover\:gap-72:hover{gap:18rem}.hover\:gap-80:hover{gap:20rem}.hover\:gap-96:hover{gap:24rem}.hover\:justify-center:hover{justify-content:center}.hover\:justify-end:hover{justify-content:end}.hover\:justify-start:hover{justify-content:start}.hover\:justify-between:hover{justify-content:space-between}.hover\:justify-baseline:hover{justify-content:baseline}.hover\:justify-around:hover{justify-content:space-around}.hover\:justify-evenly:hover{justify-content:space-evenly}.hover\:items-center:hover{align-items:center}.hover\:items-baseline:hover{align-items:baseline}.hover\:items-end:hover{align-items:flex-end}.hover\:items-start:hover{align-items:flex-start}.hover\:grid-cols-1:hover{grid-template-columns:repeat(1,minmax(0,1fr))}.hover\:grid-cols-2:hover{grid-template-columns:repeat(2,minmax(0,1fr))}.hover\:grid-cols-3:hover{grid-template-columns:repeat(3,minmax(0,1fr))}.hover\:grid-cols-4:hover{grid-template-columns:repeat(4,minmax(0,1fr))}.hover\:grid-cols-5:hover{grid-template-columns:repeat(5,minmax(0,1fr))}.hover\:grid-cols-6:hover{grid-template-columns:repeat(6,minmax(0,1fr))}.hover\:grid-cols-7:hover{grid-template-columns:repeat(7,minmax(0,1fr))}.hover\:grid-cols-8:hover{grid-template-columns:repeat(8,minmax(0,1fr))}.hover\:grid-cols-9:hover{grid-template-columns:repeat(9,minmax(0,1fr))}.hover\:grid-cols-10:hover{grid-template-columns:repeat(10,minmax(0,1fr))}.hover\:grid-cols-11:hover{grid-template-columns:repeat(11,minmax(0,1fr))}.hover\:grid-cols-12:hover{grid-template-columns:repeat(12,minmax(0,1fr))}.hover\:grid-cols-none:hover{grid-template-columns:none}.hover\:object-contain:hover{object-fit:contain}.hover\:object-cover:hover{object-fit:cover}.hover\:object-fill:hover{object-fit:fill}.hover\:object-none:hover{object-fit:none}.hover\:object-scale-down:hover{object-fit:scale-down}.hover\:backdrop-blur-none:hover{backdrop-filter:blur(0)}.hover\:backdrop-blur-sm:hover{backdrop-filter:blur(4px)}.hover\:backdrop-blur:hover{backdrop-filter:blur(8px)}.hover\:backdrop-blur-md:hover{backdrop-filter:blur(12px)}.hover\:backdrop-blur-lg:hover{backdrop-filter:blur(16px)}.hover\:backdrop-blur-xl:hover{backdrop-filter:blur(24px)}.hover\:backdrop-blur-2xl:hover{backdrop-filter:blur(40px)}.hover\:backdrop-blur-3xl:hover{backdrop-filter:blur(64px)}.hover\:col-auto:hover{grid-column:auto}.hover\:col-span-1:hover{grid-column:span 1/span 1}.hover\:col-span-2:hover{grid-column:span 2/span 2}.hover\:col-span-3:hover{grid-column:span 3/span 3}.hover\:col-span-4:hover{grid-column:span 4/span 4}.hover\:col-span-5:hover{grid-column:span 5/span 5}.hover\:col-span-6:hover{grid-column:span 6/span 6}.hover\:col-span-7:hover{grid-column:span 7/span 7}.hover\:col-span-8:hover{grid-column:span 8/span 8}.hover\:col-span-9:hover{grid-column:span 9/span 9}.hover\:col-span-10:hover{grid-column:span 10/span 10}.hover\:col-span-11:hover{grid-column:span 11/span 11}.hover\:col-span-12:hover{grid-column:span 12/span 12}.hover\:col-start-1:hover{grid-column-start:1}.hover\:col-start-2:hover{grid-column-start:2}.hover\:col-start-3:hover{grid-column-start:3}.hover\:col-start-4:hover{grid-column-start:4}.hover\:col-start-5:hover{grid-column-start:5}.hover\:col-start-6:hover{grid-column-start:6}.hover\:col-start-7:hover{grid-column-start:7}.hover\:col-start-8:hover{grid-column-start:8}.hover\:col-start-9:hover{grid-column-start:9}.hover\:col-start-10:hover{grid-column-start:10}.hover\:col-start-11:hover{grid-column-start:11}.hover\:col-start-12:hover{grid-column-start:12}.hover\:col-start-13:hover{grid-column-start:13}.hover\:col-start-auto:hover{grid-column-start:auto}.hover\:col-end-1:hover{grid-column-end:1}.hover\:col-end-2:hover{grid-column-end:2}.hover\:col-end-3:hover{grid-column-end:3}.hover\:col-end-4:hover{grid-column-end:4}.hover\:col-end-5:hover{grid-column-end:5}.hover\:col-end-6:hover{grid-column-end:6}.hover\:col-end-7:hover{grid-column-end:7}.hover\:col-end-8:hover{grid-column-end:8}.hover\:col-end-9:hover{grid-column-end:9}.hover\:col-end-10:hover{grid-column-end:10}.hover\:col-end-11:hover{grid-column-end:11}.hover\:col-end-12:hover{grid-column-end:12}.hover\:col-end-13:hover{grid-column-end:13}.hover\:col-end-auto:hover{grid-column-end:auto}.hover\:indent-0:hover{text-indent:0px}.hover\:indent-px:hover{text-indent:1px}.hover\:indent-1:hover{text-indent:.25rem}.hover\:indent-2:hover{text-indent:.5rem}.hover\:indent-3:hover{text-indent:.75rem}.hover\:indent-4:hover{text-indent:1rem}.hover\:indent-5:hover{text-indent:1.25rem}.hover\:indent-6:hover{text-indent:1.5rem}.hover\:indent-7:hover{text-indent:1.75rem}.hover\:indent-8:hover{text-indent:2rem}.hover\:indent-9:hover{text-indent:2.25rem}.hover\:indent-10:hover{text-indent:2.5rem}.hover\:indent-11:hover{text-indent:2.75rem}.hover\:indent-12:hover{text-indent:3rem}.hover\:indent-14:hover{text-indent:3.5rem}.hover\:indent-16:hover{text-indent:4rem}.hover\:indent-20:hover{text-indent:5rem}.hover\:indent-24:hover{text-indent:6rem}.hover\:indent-28:hover{text-indent:7rem}.hover\:indent-32:hover{text-indent:8rem}.hover\:indent-36:hover{text-indent:9rem}.hover\:indent-40:hover{text-indent:10rem}.hover\:indent-44:hover{text-indent:11rem}.hover\:indent-48:hover{text-indent:12rem}.hover\:indent-52:hover{text-indent:13rem}.hover\:indent-56:hover{text-indent:14rem}.hover\:indent-60:hover{text-indent:15rem}.hover\:indent-64:hover{text-indent:16rem}.hover\:indent-72:hover{text-indent:18rem}.hover\:indent-80:hover{text-indent:20rem}.hover\:indent-96:hover{text-indent:24rem}.hover\:indent-0\.5{text-transform:.125rem}.hover\:indent-1\.5{text-transform:.375rem}.hover\:indent-2\.5{text-transform:.625rem}.hover\:indent-3\.5{text-transform:.875rem}.hover\: .underline:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}.hover\: .overline:hover{-webkit-text-decoration-line:overline;text-decoration-line:overline}.hover\: .through:hover{-webkit-text-decoration-line:line-through;text-decoration-line:line-through}.hover\: .none:hover{-webkit-text-decoration-line:none;text-decoration-line:none}.hover\: .uppercase:hover{text-transform:uppercase}.hover\: .lowercase:hover{text-transform:lowercase}.hover\: .capitalize:hover{text-transform:capitalize}.hover\: .normal-case:hover{text-transform:none}.hover\:shadow-2-12:hover{box-shadow:0 2px 4px #0000001f}.hover\:shadow-4-10:hover{box-shadow:0 4px 8px #0000001a}.hover\:shadow-6-10:hover{box-shadow:0 6px 12px #0000001a}.hover\:shadow-6-8:hover{box-shadow:0 8px 16px #00000014}.hover\:shadow-primary:hover{box-shadow:0 0 0 1px #6492ff}.hover\:shadow-danger:hover{box-shadow:0 0 0 1px #fdabb9}.hover\:shadow-warning:hover{box-shadow:0 0 0 1px #fbe0a9}.hover\:shadow-info:hover,.hover\:shadow-success:hover{box-shadow:0 0 0 1px #c1d9fd}.hover\:shadow-loading:hover{box-shadow:0 0 0 1px #757575}.hover\:shadow-header:hover{box-shadow:0 2px 4px #0000001f}.hover\:shadow-none:hover{box-shadow:none}.hover\:button-extraSm:hover{padding:6px 16px}.hover\:button-normal:hover{padding:16px 32px}.checked\:bg-transparent:checked{background-color:transparent}.checked\:bg-transparent\/0:checked{background-color:#0000}.checked\:bg-transparent\/10:checked{background-color:#0000001a}.checked\:bg-transparent\/20:checked{background-color:#0003}.checked\:bg-transparent\/30:checked{background-color:#0000004d}.checked\:bg-transparent\/40:checked{background-color:#0006}.checked\:bg-transparent\/50:checked{background-color:#00000080}.checked\:bg-transparent\/60:checked{background-color:#0009}.checked\:bg-transparent\/70:checked{background-color:#000000b3}.checked\:bg-transparent\/75:checked{background-color:#000000bf}.checked\:bg-transparent\/80:checked{background-color:#000c}.checked\:bg-transparent\/90:checked{background-color:#000000e6}.checked\:bg-black:checked{background-color:#000}.checked\:bg-black\/0:checked{background-color:#0000}.checked\:bg-black\/10:checked{background-color:#0000001a}.checked\:bg-black\/20:checked{background-color:#0003}.checked\:bg-black\/30:checked{background-color:#0000004d}.checked\:bg-black\/40:checked{background-color:#0006}.checked\:bg-black\/50:checked{background-color:#00000080}.checked\:bg-black\/60:checked{background-color:#0009}.checked\:bg-black\/70:checked{background-color:#000000b3}.checked\:bg-black\/75:checked{background-color:#000000bf}.checked\:bg-black\/80:checked{background-color:#000c}.checked\:bg-black\/90:checked{background-color:#000000e6}.checked\:bg-white:checked{background-color:#fff}.checked\:bg-white\/0:checked{background-color:#fff0}.checked\:bg-white\/10:checked{background-color:#ffffff1a}.checked\:bg-white\/20:checked{background-color:#fff3}.checked\:bg-white\/30:checked{background-color:#ffffff4d}.checked\:bg-white\/40:checked{background-color:#fff6}.checked\:bg-white\/50:checked{background-color:#ffffff80}.checked\:bg-white\/60:checked{background-color:#fff9}.checked\:bg-white\/70:checked{background-color:#ffffffb3}.checked\:bg-white\/75:checked{background-color:#ffffffbf}.checked\:bg-white\/80:checked{background-color:#fffc}.checked\:bg-white\/90:checked{background-color:#ffffffe6}.checked\:bg-slate-50:checked{background-color:#f8fafc}.checked\:bg-slate-50\/0:checked{background-color:#f8fafc00}.checked\:bg-slate-50\/10:checked{background-color:#f8fafc1a}.checked\:bg-slate-50\/20:checked{background-color:#f8fafc33}.checked\:bg-slate-50\/30:checked{background-color:#f8fafc4d}.checked\:bg-slate-50\/40:checked{background-color:#f8fafc66}.checked\:bg-slate-50\/50:checked{background-color:#f8fafc80}.checked\:bg-slate-50\/60:checked{background-color:#f8fafc99}.checked\:bg-slate-50\/70:checked{background-color:#f8fafcb3}.checked\:bg-slate-50\/75:checked{background-color:#f8fafcbf}.checked\:bg-slate-50\/80:checked{background-color:#f8fafccc}.checked\:bg-slate-50\/90:checked{background-color:#f8fafce6}.checked\:bg-slate-100:checked{background-color:#f1f5f9}.checked\:bg-slate-100\/0:checked{background-color:#f1f5f900}.checked\:bg-slate-100\/10:checked{background-color:#f1f5f91a}.checked\:bg-slate-100\/20:checked{background-color:#f1f5f933}.checked\:bg-slate-100\/30:checked{background-color:#f1f5f94d}.checked\:bg-slate-100\/40:checked{background-color:#f1f5f966}.checked\:bg-slate-100\/50:checked{background-color:#f1f5f980}.checked\:bg-slate-100\/60:checked{background-color:#f1f5f999}.checked\:bg-slate-100\/70:checked{background-color:#f1f5f9b3}.checked\:bg-slate-100\/75:checked{background-color:#f1f5f9bf}.checked\:bg-slate-100\/80:checked{background-color:#f1f5f9cc}.checked\:bg-slate-100\/90:checked{background-color:#f1f5f9e6}.checked\:bg-slate-200:checked{background-color:#e2e8f0}.checked\:bg-slate-200\/0:checked{background-color:#e2e8f000}.checked\:bg-slate-200\/10:checked{background-color:#e2e8f01a}.checked\:bg-slate-200\/20:checked{background-color:#e2e8f033}.checked\:bg-slate-200\/30:checked{background-color:#e2e8f04d}.checked\:bg-slate-200\/40:checked{background-color:#e2e8f066}.checked\:bg-slate-200\/50:checked{background-color:#e2e8f080}.checked\:bg-slate-200\/60:checked{background-color:#e2e8f099}.checked\:bg-slate-200\/70:checked{background-color:#e2e8f0b3}.checked\:bg-slate-200\/75:checked{background-color:#e2e8f0bf}.checked\:bg-slate-200\/80:checked{background-color:#e2e8f0cc}.checked\:bg-slate-200\/90:checked{background-color:#e2e8f0e6}.checked\:bg-slate-300:checked{background-color:#cbd5e1}.checked\:bg-slate-300\/0:checked{background-color:#cbd5e100}.checked\:bg-slate-300\/10:checked{background-color:#cbd5e11a}.checked\:bg-slate-300\/20:checked{background-color:#cbd5e133}.checked\:bg-slate-300\/30:checked{background-color:#cbd5e14d}.checked\:bg-slate-300\/40:checked{background-color:#cbd5e166}.checked\:bg-slate-300\/50:checked{background-color:#cbd5e180}.checked\:bg-slate-300\/60:checked{background-color:#cbd5e199}.checked\:bg-slate-300\/70:checked{background-color:#cbd5e1b3}.checked\:bg-slate-300\/75:checked{background-color:#cbd5e1bf}.checked\:bg-slate-300\/80:checked{background-color:#cbd5e1cc}.checked\:bg-slate-300\/90:checked{background-color:#cbd5e1e6}.checked\:bg-slate-400:checked{background-color:#94a3b8}.checked\:bg-slate-400\/0:checked{background-color:#94a3b800}.checked\:bg-slate-400\/10:checked{background-color:#94a3b81a}.checked\:bg-slate-400\/20:checked{background-color:#94a3b833}.checked\:bg-slate-400\/30:checked{background-color:#94a3b84d}.checked\:bg-slate-400\/40:checked{background-color:#94a3b866}.checked\:bg-slate-400\/50:checked{background-color:#94a3b880}.checked\:bg-slate-400\/60:checked{background-color:#94a3b899}.checked\:bg-slate-400\/70:checked{background-color:#94a3b8b3}.checked\:bg-slate-400\/75:checked{background-color:#94a3b8bf}.checked\:bg-slate-400\/80:checked{background-color:#94a3b8cc}.checked\:bg-slate-400\/90:checked{background-color:#94a3b8e6}.checked\:bg-slate-500:checked{background-color:#64748b}.checked\:bg-slate-500\/0:checked{background-color:#64748b00}.checked\:bg-slate-500\/10:checked{background-color:#64748b1a}.checked\:bg-slate-500\/20:checked{background-color:#64748b33}.checked\:bg-slate-500\/30:checked{background-color:#64748b4d}.checked\:bg-slate-500\/40:checked{background-color:#64748b66}.checked\:bg-slate-500\/50:checked{background-color:#64748b80}.checked\:bg-slate-500\/60:checked{background-color:#64748b99}.checked\:bg-slate-500\/70:checked{background-color:#64748bb3}.checked\:bg-slate-500\/75:checked{background-color:#64748bbf}.checked\:bg-slate-500\/80:checked{background-color:#64748bcc}.checked\:bg-slate-500\/90:checked{background-color:#64748be6}.checked\:bg-slate-600:checked{background-color:#475569}.checked\:bg-slate-600\/0:checked{background-color:#47556900}.checked\:bg-slate-600\/10:checked{background-color:#4755691a}.checked\:bg-slate-600\/20:checked{background-color:#47556933}.checked\:bg-slate-600\/30:checked{background-color:#4755694d}.checked\:bg-slate-600\/40:checked{background-color:#47556966}.checked\:bg-slate-600\/50:checked{background-color:#47556980}.checked\:bg-slate-600\/60:checked{background-color:#47556999}.checked\:bg-slate-600\/70:checked{background-color:#475569b3}.checked\:bg-slate-600\/75:checked{background-color:#475569bf}.checked\:bg-slate-600\/80:checked{background-color:#475569cc}.checked\:bg-slate-600\/90:checked{background-color:#475569e6}.checked\:bg-slate-700:checked{background-color:#334155}.checked\:bg-slate-700\/0:checked{background-color:#33415500}.checked\:bg-slate-700\/10:checked{background-color:#3341551a}.checked\:bg-slate-700\/20:checked{background-color:#33415533}.checked\:bg-slate-700\/30:checked{background-color:#3341554d}.checked\:bg-slate-700\/40:checked{background-color:#33415566}.checked\:bg-slate-700\/50:checked{background-color:#33415580}.checked\:bg-slate-700\/60:checked{background-color:#33415599}.checked\:bg-slate-700\/70:checked{background-color:#334155b3}.checked\:bg-slate-700\/75:checked{background-color:#334155bf}.checked\:bg-slate-700\/80:checked{background-color:#334155cc}.checked\:bg-slate-700\/90:checked{background-color:#334155e6}.checked\:bg-slate-800:checked{background-color:#1e293b}.checked\:bg-slate-800\/0:checked{background-color:#1e293b00}.checked\:bg-slate-800\/10:checked{background-color:#1e293b1a}.checked\:bg-slate-800\/20:checked{background-color:#1e293b33}.checked\:bg-slate-800\/30:checked{background-color:#1e293b4d}.checked\:bg-slate-800\/40:checked{background-color:#1e293b66}.checked\:bg-slate-800\/50:checked{background-color:#1e293b80}.checked\:bg-slate-800\/60:checked{background-color:#1e293b99}.checked\:bg-slate-800\/70:checked{background-color:#1e293bb3}.checked\:bg-slate-800\/75:checked{background-color:#1e293bbf}.checked\:bg-slate-800\/80:checked{background-color:#1e293bcc}.checked\:bg-slate-800\/90:checked{background-color:#1e293be6}.checked\:bg-slate-900:checked{background-color:#0f172a}.checked\:bg-slate-900\/0:checked{background-color:#0f172a00}.checked\:bg-slate-900\/10:checked{background-color:#0f172a1a}.checked\:bg-slate-900\/20:checked{background-color:#0f172a33}.checked\:bg-slate-900\/30:checked{background-color:#0f172a4d}.checked\:bg-slate-900\/40:checked{background-color:#0f172a66}.checked\:bg-slate-900\/50:checked{background-color:#0f172a80}.checked\:bg-slate-900\/60:checked{background-color:#0f172a99}.checked\:bg-slate-900\/70:checked{background-color:#0f172ab3}.checked\:bg-slate-900\/75:checked{background-color:#0f172abf}.checked\:bg-slate-900\/80:checked{background-color:#0f172acc}.checked\:bg-slate-900\/90:checked{background-color:#0f172ae6}.checked\:bg-slate-950:checked{background-color:#020617}.checked\:bg-slate-950\/0:checked{background-color:#02061700}.checked\:bg-slate-950\/10:checked{background-color:#0206171a}.checked\:bg-slate-950\/20:checked{background-color:#02061733}.checked\:bg-slate-950\/30:checked{background-color:#0206174d}.checked\:bg-slate-950\/40:checked{background-color:#02061766}.checked\:bg-slate-950\/50:checked{background-color:#02061780}.checked\:bg-slate-950\/60:checked{background-color:#02061799}.checked\:bg-slate-950\/70:checked{background-color:#020617b3}.checked\:bg-slate-950\/75:checked{background-color:#020617bf}.checked\:bg-slate-950\/80:checked{background-color:#020617cc}.checked\:bg-slate-950\/90:checked{background-color:#020617e6}.checked\:bg-gray-50:checked{background-color:#f9fafb}.checked\:bg-gray-50\/0:checked{background-color:#f9fafb00}.checked\:bg-gray-50\/10:checked{background-color:#f9fafb1a}.checked\:bg-gray-50\/20:checked{background-color:#f9fafb33}.checked\:bg-gray-50\/30:checked{background-color:#f9fafb4d}.checked\:bg-gray-50\/40:checked{background-color:#f9fafb66}.checked\:bg-gray-50\/50:checked{background-color:#f9fafb80}.checked\:bg-gray-50\/60:checked{background-color:#f9fafb99}.checked\:bg-gray-50\/70:checked{background-color:#f9fafbb3}.checked\:bg-gray-50\/75:checked{background-color:#f9fafbbf}.checked\:bg-gray-50\/80:checked{background-color:#f9fafbcc}.checked\:bg-gray-50\/90:checked{background-color:#f9fafbe6}.checked\:bg-gray-100:checked{background-color:#f3f4f6}.checked\:bg-gray-100\/0:checked{background-color:#f3f4f600}.checked\:bg-gray-100\/10:checked{background-color:#f3f4f61a}.checked\:bg-gray-100\/20:checked{background-color:#f3f4f633}.checked\:bg-gray-100\/30:checked{background-color:#f3f4f64d}.checked\:bg-gray-100\/40:checked{background-color:#f3f4f666}.checked\:bg-gray-100\/50:checked{background-color:#f3f4f680}.checked\:bg-gray-100\/60:checked{background-color:#f3f4f699}.checked\:bg-gray-100\/70:checked{background-color:#f3f4f6b3}.checked\:bg-gray-100\/75:checked{background-color:#f3f4f6bf}.checked\:bg-gray-100\/80:checked{background-color:#f3f4f6cc}.checked\:bg-gray-100\/90:checked{background-color:#f3f4f6e6}.checked\:bg-gray-200:checked{background-color:#e5e7eb}.checked\:bg-gray-200\/0:checked{background-color:#e5e7eb00}.checked\:bg-gray-200\/10:checked{background-color:#e5e7eb1a}.checked\:bg-gray-200\/20:checked{background-color:#e5e7eb33}.checked\:bg-gray-200\/30:checked{background-color:#e5e7eb4d}.checked\:bg-gray-200\/40:checked{background-color:#e5e7eb66}.checked\:bg-gray-200\/50:checked{background-color:#e5e7eb80}.checked\:bg-gray-200\/60:checked{background-color:#e5e7eb99}.checked\:bg-gray-200\/70:checked{background-color:#e5e7ebb3}.checked\:bg-gray-200\/75:checked{background-color:#e5e7ebbf}.checked\:bg-gray-200\/80:checked{background-color:#e5e7ebcc}.checked\:bg-gray-200\/90:checked{background-color:#e5e7ebe6}.checked\:bg-gray-300:checked{background-color:#d1d5db}.checked\:bg-gray-300\/0:checked{background-color:#d1d5db00}.checked\:bg-gray-300\/10:checked{background-color:#d1d5db1a}.checked\:bg-gray-300\/20:checked{background-color:#d1d5db33}.checked\:bg-gray-300\/30:checked{background-color:#d1d5db4d}.checked\:bg-gray-300\/40:checked{background-color:#d1d5db66}.checked\:bg-gray-300\/50:checked{background-color:#d1d5db80}.checked\:bg-gray-300\/60:checked{background-color:#d1d5db99}.checked\:bg-gray-300\/70:checked{background-color:#d1d5dbb3}.checked\:bg-gray-300\/75:checked{background-color:#d1d5dbbf}.checked\:bg-gray-300\/80:checked{background-color:#d1d5dbcc}.checked\:bg-gray-300\/90:checked{background-color:#d1d5dbe6}.checked\:bg-gray-400:checked{background-color:#9ca3af}.checked\:bg-gray-400\/0:checked{background-color:#9ca3af00}.checked\:bg-gray-400\/10:checked{background-color:#9ca3af1a}.checked\:bg-gray-400\/20:checked{background-color:#9ca3af33}.checked\:bg-gray-400\/30:checked{background-color:#9ca3af4d}.checked\:bg-gray-400\/40:checked{background-color:#9ca3af66}.checked\:bg-gray-400\/50:checked{background-color:#9ca3af80}.checked\:bg-gray-400\/60:checked{background-color:#9ca3af99}.checked\:bg-gray-400\/70:checked{background-color:#9ca3afb3}.checked\:bg-gray-400\/75:checked{background-color:#9ca3afbf}.checked\:bg-gray-400\/80:checked{background-color:#9ca3afcc}.checked\:bg-gray-400\/90:checked{background-color:#9ca3afe6}.checked\:bg-gray-500:checked{background-color:#6b7280}.checked\:bg-gray-500\/0:checked{background-color:#6b728000}.checked\:bg-gray-500\/10:checked{background-color:#6b72801a}.checked\:bg-gray-500\/20:checked{background-color:#6b728033}.checked\:bg-gray-500\/30:checked{background-color:#6b72804d}.checked\:bg-gray-500\/40:checked{background-color:#6b728066}.checked\:bg-gray-500\/50:checked{background-color:#6b728080}.checked\:bg-gray-500\/60:checked{background-color:#6b728099}.checked\:bg-gray-500\/70:checked{background-color:#6b7280b3}.checked\:bg-gray-500\/75:checked{background-color:#6b7280bf}.checked\:bg-gray-500\/80:checked{background-color:#6b7280cc}.checked\:bg-gray-500\/90:checked{background-color:#6b7280e6}.checked\:bg-gray-600:checked{background-color:#4b5563}.checked\:bg-gray-600\/0:checked{background-color:#4b556300}.checked\:bg-gray-600\/10:checked{background-color:#4b55631a}.checked\:bg-gray-600\/20:checked{background-color:#4b556333}.checked\:bg-gray-600\/30:checked{background-color:#4b55634d}.checked\:bg-gray-600\/40:checked{background-color:#4b556366}.checked\:bg-gray-600\/50:checked{background-color:#4b556380}.checked\:bg-gray-600\/60:checked{background-color:#4b556399}.checked\:bg-gray-600\/70:checked{background-color:#4b5563b3}.checked\:bg-gray-600\/75:checked{background-color:#4b5563bf}.checked\:bg-gray-600\/80:checked{background-color:#4b5563cc}.checked\:bg-gray-600\/90:checked{background-color:#4b5563e6}.checked\:bg-gray-700:checked{background-color:#374151}.checked\:bg-gray-700\/0:checked{background-color:#37415100}.checked\:bg-gray-700\/10:checked{background-color:#3741511a}.checked\:bg-gray-700\/20:checked{background-color:#37415133}.checked\:bg-gray-700\/30:checked{background-color:#3741514d}.checked\:bg-gray-700\/40:checked{background-color:#37415166}.checked\:bg-gray-700\/50:checked{background-color:#37415180}.checked\:bg-gray-700\/60:checked{background-color:#37415199}.checked\:bg-gray-700\/70:checked{background-color:#374151b3}.checked\:bg-gray-700\/75:checked{background-color:#374151bf}.checked\:bg-gray-700\/80:checked{background-color:#374151cc}.checked\:bg-gray-700\/90:checked{background-color:#374151e6}.checked\:bg-gray-800:checked{background-color:#1f2937}.checked\:bg-gray-800\/0:checked{background-color:#1f293700}.checked\:bg-gray-800\/10:checked{background-color:#1f29371a}.checked\:bg-gray-800\/20:checked{background-color:#1f293733}.checked\:bg-gray-800\/30:checked{background-color:#1f29374d}.checked\:bg-gray-800\/40:checked{background-color:#1f293766}.checked\:bg-gray-800\/50:checked{background-color:#1f293780}.checked\:bg-gray-800\/60:checked{background-color:#1f293799}.checked\:bg-gray-800\/70:checked{background-color:#1f2937b3}.checked\:bg-gray-800\/75:checked{background-color:#1f2937bf}.checked\:bg-gray-800\/80:checked{background-color:#1f2937cc}.checked\:bg-gray-800\/90:checked{background-color:#1f2937e6}.checked\:bg-gray-900:checked{background-color:#111827}.checked\:bg-gray-900\/0:checked{background-color:#11182700}.checked\:bg-gray-900\/10:checked{background-color:#1118271a}.checked\:bg-gray-900\/20:checked{background-color:#11182733}.checked\:bg-gray-900\/30:checked{background-color:#1118274d}.checked\:bg-gray-900\/40:checked{background-color:#11182766}.checked\:bg-gray-900\/50:checked{background-color:#11182780}.checked\:bg-gray-900\/60:checked{background-color:#11182799}.checked\:bg-gray-900\/70:checked{background-color:#111827b3}.checked\:bg-gray-900\/75:checked{background-color:#111827bf}.checked\:bg-gray-900\/80:checked{background-color:#111827cc}.checked\:bg-gray-900\/90:checked{background-color:#111827e6}.checked\:bg-gray-950:checked{background-color:#030712}.checked\:bg-gray-950\/0:checked{background-color:#03071200}.checked\:bg-gray-950\/10:checked{background-color:#0307121a}.checked\:bg-gray-950\/20:checked{background-color:#03071233}.checked\:bg-gray-950\/30:checked{background-color:#0307124d}.checked\:bg-gray-950\/40:checked{background-color:#03071266}.checked\:bg-gray-950\/50:checked{background-color:#03071280}.checked\:bg-gray-950\/60:checked{background-color:#03071299}.checked\:bg-gray-950\/70:checked{background-color:#030712b3}.checked\:bg-gray-950\/75:checked{background-color:#030712bf}.checked\:bg-gray-950\/80:checked{background-color:#030712cc}.checked\:bg-gray-950\/90:checked{background-color:#030712e6}.checked\:bg-zinc-50:checked{background-color:#fafafa}.checked\:bg-zinc-50\/0:checked{background-color:#fafafa00}.checked\:bg-zinc-50\/10:checked{background-color:#fafafa1a}.checked\:bg-zinc-50\/20:checked{background-color:#fafafa33}.checked\:bg-zinc-50\/30:checked{background-color:#fafafa4d}.checked\:bg-zinc-50\/40:checked{background-color:#fafafa66}.checked\:bg-zinc-50\/50:checked{background-color:#fafafa80}.checked\:bg-zinc-50\/60:checked{background-color:#fafafa99}.checked\:bg-zinc-50\/70:checked{background-color:#fafafab3}.checked\:bg-zinc-50\/75:checked{background-color:#fafafabf}.checked\:bg-zinc-50\/80:checked{background-color:#fafafacc}.checked\:bg-zinc-50\/90:checked{background-color:#fafafae6}.checked\:bg-zinc-100:checked{background-color:#f4f4f5}.checked\:bg-zinc-100\/0:checked{background-color:#f4f4f500}.checked\:bg-zinc-100\/10:checked{background-color:#f4f4f51a}.checked\:bg-zinc-100\/20:checked{background-color:#f4f4f533}.checked\:bg-zinc-100\/30:checked{background-color:#f4f4f54d}.checked\:bg-zinc-100\/40:checked{background-color:#f4f4f566}.checked\:bg-zinc-100\/50:checked{background-color:#f4f4f580}.checked\:bg-zinc-100\/60:checked{background-color:#f4f4f599}.checked\:bg-zinc-100\/70:checked{background-color:#f4f4f5b3}.checked\:bg-zinc-100\/75:checked{background-color:#f4f4f5bf}.checked\:bg-zinc-100\/80:checked{background-color:#f4f4f5cc}.checked\:bg-zinc-100\/90:checked{background-color:#f4f4f5e6}.checked\:bg-zinc-200:checked{background-color:#e4e4e7}.checked\:bg-zinc-200\/0:checked{background-color:#e4e4e700}.checked\:bg-zinc-200\/10:checked{background-color:#e4e4e71a}.checked\:bg-zinc-200\/20:checked{background-color:#e4e4e733}.checked\:bg-zinc-200\/30:checked{background-color:#e4e4e74d}.checked\:bg-zinc-200\/40:checked{background-color:#e4e4e766}.checked\:bg-zinc-200\/50:checked{background-color:#e4e4e780}.checked\:bg-zinc-200\/60:checked{background-color:#e4e4e799}.checked\:bg-zinc-200\/70:checked{background-color:#e4e4e7b3}.checked\:bg-zinc-200\/75:checked{background-color:#e4e4e7bf}.checked\:bg-zinc-200\/80:checked{background-color:#e4e4e7cc}.checked\:bg-zinc-200\/90:checked{background-color:#e4e4e7e6}.checked\:bg-zinc-300:checked{background-color:#d4d4d8}.checked\:bg-zinc-300\/0:checked{background-color:#d4d4d800}.checked\:bg-zinc-300\/10:checked{background-color:#d4d4d81a}.checked\:bg-zinc-300\/20:checked{background-color:#d4d4d833}.checked\:bg-zinc-300\/30:checked{background-color:#d4d4d84d}.checked\:bg-zinc-300\/40:checked{background-color:#d4d4d866}.checked\:bg-zinc-300\/50:checked{background-color:#d4d4d880}.checked\:bg-zinc-300\/60:checked{background-color:#d4d4d899}.checked\:bg-zinc-300\/70:checked{background-color:#d4d4d8b3}.checked\:bg-zinc-300\/75:checked{background-color:#d4d4d8bf}.checked\:bg-zinc-300\/80:checked{background-color:#d4d4d8cc}.checked\:bg-zinc-300\/90:checked{background-color:#d4d4d8e6}.checked\:bg-zinc-400:checked{background-color:#a1a1aa}.checked\:bg-zinc-400\/0:checked{background-color:#a1a1aa00}.checked\:bg-zinc-400\/10:checked{background-color:#a1a1aa1a}.checked\:bg-zinc-400\/20:checked{background-color:#a1a1aa33}.checked\:bg-zinc-400\/30:checked{background-color:#a1a1aa4d}.checked\:bg-zinc-400\/40:checked{background-color:#a1a1aa66}.checked\:bg-zinc-400\/50:checked{background-color:#a1a1aa80}.checked\:bg-zinc-400\/60:checked{background-color:#a1a1aa99}.checked\:bg-zinc-400\/70:checked{background-color:#a1a1aab3}.checked\:bg-zinc-400\/75:checked{background-color:#a1a1aabf}.checked\:bg-zinc-400\/80:checked{background-color:#a1a1aacc}.checked\:bg-zinc-400\/90:checked{background-color:#a1a1aae6}.checked\:bg-zinc-500:checked{background-color:#71717a}.checked\:bg-zinc-500\/0:checked{background-color:#71717a00}.checked\:bg-zinc-500\/10:checked{background-color:#71717a1a}.checked\:bg-zinc-500\/20:checked{background-color:#71717a33}.checked\:bg-zinc-500\/30:checked{background-color:#71717a4d}.checked\:bg-zinc-500\/40:checked{background-color:#71717a66}.checked\:bg-zinc-500\/50:checked{background-color:#71717a80}.checked\:bg-zinc-500\/60:checked{background-color:#71717a99}.checked\:bg-zinc-500\/70:checked{background-color:#71717ab3}.checked\:bg-zinc-500\/75:checked{background-color:#71717abf}.checked\:bg-zinc-500\/80:checked{background-color:#71717acc}.checked\:bg-zinc-500\/90:checked{background-color:#71717ae6}.checked\:bg-zinc-600:checked{background-color:#52525b}.checked\:bg-zinc-600\/0:checked{background-color:#52525b00}.checked\:bg-zinc-600\/10:checked{background-color:#52525b1a}.checked\:bg-zinc-600\/20:checked{background-color:#52525b33}.checked\:bg-zinc-600\/30:checked{background-color:#52525b4d}.checked\:bg-zinc-600\/40:checked{background-color:#52525b66}.checked\:bg-zinc-600\/50:checked{background-color:#52525b80}.checked\:bg-zinc-600\/60:checked{background-color:#52525b99}.checked\:bg-zinc-600\/70:checked{background-color:#52525bb3}.checked\:bg-zinc-600\/75:checked{background-color:#52525bbf}.checked\:bg-zinc-600\/80:checked{background-color:#52525bcc}.checked\:bg-zinc-600\/90:checked{background-color:#52525be6}.checked\:bg-zinc-700:checked{background-color:#3f3f46}.checked\:bg-zinc-700\/0:checked{background-color:#3f3f4600}.checked\:bg-zinc-700\/10:checked{background-color:#3f3f461a}.checked\:bg-zinc-700\/20:checked{background-color:#3f3f4633}.checked\:bg-zinc-700\/30:checked{background-color:#3f3f464d}.checked\:bg-zinc-700\/40:checked{background-color:#3f3f4666}.checked\:bg-zinc-700\/50:checked{background-color:#3f3f4680}.checked\:bg-zinc-700\/60:checked{background-color:#3f3f4699}.checked\:bg-zinc-700\/70:checked{background-color:#3f3f46b3}.checked\:bg-zinc-700\/75:checked{background-color:#3f3f46bf}.checked\:bg-zinc-700\/80:checked{background-color:#3f3f46cc}.checked\:bg-zinc-700\/90:checked{background-color:#3f3f46e6}.checked\:bg-zinc-800:checked{background-color:#27272a}.checked\:bg-zinc-800\/0:checked{background-color:#27272a00}.checked\:bg-zinc-800\/10:checked{background-color:#27272a1a}.checked\:bg-zinc-800\/20:checked{background-color:#27272a33}.checked\:bg-zinc-800\/30:checked{background-color:#27272a4d}.checked\:bg-zinc-800\/40:checked{background-color:#27272a66}.checked\:bg-zinc-800\/50:checked{background-color:#27272a80}.checked\:bg-zinc-800\/60:checked{background-color:#27272a99}.checked\:bg-zinc-800\/70:checked{background-color:#27272ab3}.checked\:bg-zinc-800\/75:checked{background-color:#27272abf}.checked\:bg-zinc-800\/80:checked{background-color:#27272acc}.checked\:bg-zinc-800\/90:checked{background-color:#27272ae6}.checked\:bg-zinc-900:checked{background-color:#18181b}.checked\:bg-zinc-900\/0:checked{background-color:#18181b00}.checked\:bg-zinc-900\/10:checked{background-color:#18181b1a}.checked\:bg-zinc-900\/20:checked{background-color:#18181b33}.checked\:bg-zinc-900\/30:checked{background-color:#18181b4d}.checked\:bg-zinc-900\/40:checked{background-color:#18181b66}.checked\:bg-zinc-900\/50:checked{background-color:#18181b80}.checked\:bg-zinc-900\/60:checked{background-color:#18181b99}.checked\:bg-zinc-900\/70:checked{background-color:#18181bb3}.checked\:bg-zinc-900\/75:checked{background-color:#18181bbf}.checked\:bg-zinc-900\/80:checked{background-color:#18181bcc}.checked\:bg-zinc-900\/90:checked{background-color:#18181be6}.checked\:bg-zinc-950:checked{background-color:#09090b}.checked\:bg-zinc-950\/0:checked{background-color:#09090b00}.checked\:bg-zinc-950\/10:checked{background-color:#09090b1a}.checked\:bg-zinc-950\/20:checked{background-color:#09090b33}.checked\:bg-zinc-950\/30:checked{background-color:#09090b4d}.checked\:bg-zinc-950\/40:checked{background-color:#09090b66}.checked\:bg-zinc-950\/50:checked{background-color:#09090b80}.checked\:bg-zinc-950\/60:checked{background-color:#09090b99}.checked\:bg-zinc-950\/70:checked{background-color:#09090bb3}.checked\:bg-zinc-950\/75:checked{background-color:#09090bbf}.checked\:bg-zinc-950\/80:checked{background-color:#09090bcc}.checked\:bg-zinc-950\/90:checked{background-color:#09090be6}.checked\:bg-neutral-50:checked{background-color:#fafafa}.checked\:bg-neutral-50\/0:checked{background-color:#fafafa00}.checked\:bg-neutral-50\/10:checked{background-color:#fafafa1a}.checked\:bg-neutral-50\/20:checked{background-color:#fafafa33}.checked\:bg-neutral-50\/30:checked{background-color:#fafafa4d}.checked\:bg-neutral-50\/40:checked{background-color:#fafafa66}.checked\:bg-neutral-50\/50:checked{background-color:#fafafa80}.checked\:bg-neutral-50\/60:checked{background-color:#fafafa99}.checked\:bg-neutral-50\/70:checked{background-color:#fafafab3}.checked\:bg-neutral-50\/75:checked{background-color:#fafafabf}.checked\:bg-neutral-50\/80:checked{background-color:#fafafacc}.checked\:bg-neutral-50\/90:checked{background-color:#fafafae6}.checked\:bg-neutral-100:checked{background-color:#f5f5f5}.checked\:bg-neutral-100\/0:checked{background-color:#f5f5f500}.checked\:bg-neutral-100\/10:checked{background-color:#f5f5f51a}.checked\:bg-neutral-100\/20:checked{background-color:#f5f5f533}.checked\:bg-neutral-100\/30:checked{background-color:#f5f5f54d}.checked\:bg-neutral-100\/40:checked{background-color:#f5f5f566}.checked\:bg-neutral-100\/50:checked{background-color:#f5f5f580}.checked\:bg-neutral-100\/60:checked{background-color:#f5f5f599}.checked\:bg-neutral-100\/70:checked{background-color:#f5f5f5b3}.checked\:bg-neutral-100\/75:checked{background-color:#f5f5f5bf}.checked\:bg-neutral-100\/80:checked{background-color:#f5f5f5cc}.checked\:bg-neutral-100\/90:checked{background-color:#f5f5f5e6}.checked\:bg-neutral-200:checked{background-color:#e5e5e5}.checked\:bg-neutral-200\/0:checked{background-color:#e5e5e500}.checked\:bg-neutral-200\/10:checked{background-color:#e5e5e51a}.checked\:bg-neutral-200\/20:checked{background-color:#e5e5e533}.checked\:bg-neutral-200\/30:checked{background-color:#e5e5e54d}.checked\:bg-neutral-200\/40:checked{background-color:#e5e5e566}.checked\:bg-neutral-200\/50:checked{background-color:#e5e5e580}.checked\:bg-neutral-200\/60:checked{background-color:#e5e5e599}.checked\:bg-neutral-200\/70:checked{background-color:#e5e5e5b3}.checked\:bg-neutral-200\/75:checked{background-color:#e5e5e5bf}.checked\:bg-neutral-200\/80:checked{background-color:#e5e5e5cc}.checked\:bg-neutral-200\/90:checked{background-color:#e5e5e5e6}.checked\:bg-neutral-300:checked{background-color:#d4d4d4}.checked\:bg-neutral-300\/0:checked{background-color:#d4d4d400}.checked\:bg-neutral-300\/10:checked{background-color:#d4d4d41a}.checked\:bg-neutral-300\/20:checked{background-color:#d4d4d433}.checked\:bg-neutral-300\/30:checked{background-color:#d4d4d44d}.checked\:bg-neutral-300\/40:checked{background-color:#d4d4d466}.checked\:bg-neutral-300\/50:checked{background-color:#d4d4d480}.checked\:bg-neutral-300\/60:checked{background-color:#d4d4d499}.checked\:bg-neutral-300\/70:checked{background-color:#d4d4d4b3}.checked\:bg-neutral-300\/75:checked{background-color:#d4d4d4bf}.checked\:bg-neutral-300\/80:checked{background-color:#d4d4d4cc}.checked\:bg-neutral-300\/90:checked{background-color:#d4d4d4e6}.checked\:bg-neutral-400:checked{background-color:#a3a3a3}.checked\:bg-neutral-400\/0:checked{background-color:#a3a3a300}.checked\:bg-neutral-400\/10:checked{background-color:#a3a3a31a}.checked\:bg-neutral-400\/20:checked{background-color:#a3a3a333}.checked\:bg-neutral-400\/30:checked{background-color:#a3a3a34d}.checked\:bg-neutral-400\/40:checked{background-color:#a3a3a366}.checked\:bg-neutral-400\/50:checked{background-color:#a3a3a380}.checked\:bg-neutral-400\/60:checked{background-color:#a3a3a399}.checked\:bg-neutral-400\/70:checked{background-color:#a3a3a3b3}.checked\:bg-neutral-400\/75:checked{background-color:#a3a3a3bf}.checked\:bg-neutral-400\/80:checked{background-color:#a3a3a3cc}.checked\:bg-neutral-400\/90:checked{background-color:#a3a3a3e6}.checked\:bg-neutral-500:checked{background-color:#737373}.checked\:bg-neutral-500\/0:checked{background-color:#73737300}.checked\:bg-neutral-500\/10:checked{background-color:#7373731a}.checked\:bg-neutral-500\/20:checked{background-color:#73737333}.checked\:bg-neutral-500\/30:checked{background-color:#7373734d}.checked\:bg-neutral-500\/40:checked{background-color:#73737366}.checked\:bg-neutral-500\/50:checked{background-color:#73737380}.checked\:bg-neutral-500\/60:checked{background-color:#73737399}.checked\:bg-neutral-500\/70:checked{background-color:#737373b3}.checked\:bg-neutral-500\/75:checked{background-color:#737373bf}.checked\:bg-neutral-500\/80:checked{background-color:#737373cc}.checked\:bg-neutral-500\/90:checked{background-color:#737373e6}.checked\:bg-neutral-600:checked{background-color:#525252}.checked\:bg-neutral-600\/0:checked{background-color:#52525200}.checked\:bg-neutral-600\/10:checked{background-color:#5252521a}.checked\:bg-neutral-600\/20:checked{background-color:#52525233}.checked\:bg-neutral-600\/30:checked{background-color:#5252524d}.checked\:bg-neutral-600\/40:checked{background-color:#52525266}.checked\:bg-neutral-600\/50:checked{background-color:#52525280}.checked\:bg-neutral-600\/60:checked{background-color:#52525299}.checked\:bg-neutral-600\/70:checked{background-color:#525252b3}.checked\:bg-neutral-600\/75:checked{background-color:#525252bf}.checked\:bg-neutral-600\/80:checked{background-color:#525252cc}.checked\:bg-neutral-600\/90:checked{background-color:#525252e6}.checked\:bg-neutral-700:checked{background-color:#404040}.checked\:bg-neutral-700\/0:checked{background-color:#40404000}.checked\:bg-neutral-700\/10:checked{background-color:#4040401a}.checked\:bg-neutral-700\/20:checked{background-color:#40404033}.checked\:bg-neutral-700\/30:checked{background-color:#4040404d}.checked\:bg-neutral-700\/40:checked{background-color:#40404066}.checked\:bg-neutral-700\/50:checked{background-color:#40404080}.checked\:bg-neutral-700\/60:checked{background-color:#40404099}.checked\:bg-neutral-700\/70:checked{background-color:#404040b3}.checked\:bg-neutral-700\/75:checked{background-color:#404040bf}.checked\:bg-neutral-700\/80:checked{background-color:#404040cc}.checked\:bg-neutral-700\/90:checked{background-color:#404040e6}.checked\:bg-neutral-800:checked{background-color:#262626}.checked\:bg-neutral-800\/0:checked{background-color:#26262600}.checked\:bg-neutral-800\/10:checked{background-color:#2626261a}.checked\:bg-neutral-800\/20:checked{background-color:#26262633}.checked\:bg-neutral-800\/30:checked{background-color:#2626264d}.checked\:bg-neutral-800\/40:checked{background-color:#26262666}.checked\:bg-neutral-800\/50:checked{background-color:#26262680}.checked\:bg-neutral-800\/60:checked{background-color:#26262699}.checked\:bg-neutral-800\/70:checked{background-color:#262626b3}.checked\:bg-neutral-800\/75:checked{background-color:#262626bf}.checked\:bg-neutral-800\/80:checked{background-color:#262626cc}.checked\:bg-neutral-800\/90:checked{background-color:#262626e6}.checked\:bg-neutral-900:checked{background-color:#171717}.checked\:bg-neutral-900\/0:checked{background-color:#17171700}.checked\:bg-neutral-900\/10:checked{background-color:#1717171a}.checked\:bg-neutral-900\/20:checked{background-color:#17171733}.checked\:bg-neutral-900\/30:checked{background-color:#1717174d}.checked\:bg-neutral-900\/40:checked{background-color:#17171766}.checked\:bg-neutral-900\/50:checked{background-color:#17171780}.checked\:bg-neutral-900\/60:checked{background-color:#17171799}.checked\:bg-neutral-900\/70:checked{background-color:#171717b3}.checked\:bg-neutral-900\/75:checked{background-color:#171717bf}.checked\:bg-neutral-900\/80:checked{background-color:#171717cc}.checked\:bg-neutral-900\/90:checked{background-color:#171717e6}.checked\:bg-neutral-950:checked{background-color:#0a0a0a}.checked\:bg-neutral-950\/0:checked{background-color:#0a0a0a00}.checked\:bg-neutral-950\/10:checked{background-color:#0a0a0a1a}.checked\:bg-neutral-950\/20:checked{background-color:#0a0a0a33}.checked\:bg-neutral-950\/30:checked{background-color:#0a0a0a4d}.checked\:bg-neutral-950\/40:checked{background-color:#0a0a0a66}.checked\:bg-neutral-950\/50:checked{background-color:#0a0a0a80}.checked\:bg-neutral-950\/60:checked{background-color:#0a0a0a99}.checked\:bg-neutral-950\/70:checked{background-color:#0a0a0ab3}.checked\:bg-neutral-950\/75:checked{background-color:#0a0a0abf}.checked\:bg-neutral-950\/80:checked{background-color:#0a0a0acc}.checked\:bg-neutral-950\/90:checked{background-color:#0a0a0ae6}.checked\:bg-stone-50:checked{background-color:#fafaf9}.checked\:bg-stone-50\/0:checked{background-color:#fafaf900}.checked\:bg-stone-50\/10:checked{background-color:#fafaf91a}.checked\:bg-stone-50\/20:checked{background-color:#fafaf933}.checked\:bg-stone-50\/30:checked{background-color:#fafaf94d}.checked\:bg-stone-50\/40:checked{background-color:#fafaf966}.checked\:bg-stone-50\/50:checked{background-color:#fafaf980}.checked\:bg-stone-50\/60:checked{background-color:#fafaf999}.checked\:bg-stone-50\/70:checked{background-color:#fafaf9b3}.checked\:bg-stone-50\/75:checked{background-color:#fafaf9bf}.checked\:bg-stone-50\/80:checked{background-color:#fafaf9cc}.checked\:bg-stone-50\/90:checked{background-color:#fafaf9e6}.checked\:bg-stone-100:checked{background-color:#f5f5f4}.checked\:bg-stone-100\/0:checked{background-color:#f5f5f400}.checked\:bg-stone-100\/10:checked{background-color:#f5f5f41a}.checked\:bg-stone-100\/20:checked{background-color:#f5f5f433}.checked\:bg-stone-100\/30:checked{background-color:#f5f5f44d}.checked\:bg-stone-100\/40:checked{background-color:#f5f5f466}.checked\:bg-stone-100\/50:checked{background-color:#f5f5f480}.checked\:bg-stone-100\/60:checked{background-color:#f5f5f499}.checked\:bg-stone-100\/70:checked{background-color:#f5f5f4b3}.checked\:bg-stone-100\/75:checked{background-color:#f5f5f4bf}.checked\:bg-stone-100\/80:checked{background-color:#f5f5f4cc}.checked\:bg-stone-100\/90:checked{background-color:#f5f5f4e6}.checked\:bg-stone-200:checked{background-color:#e7e5e4}.checked\:bg-stone-200\/0:checked{background-color:#e7e5e400}.checked\:bg-stone-200\/10:checked{background-color:#e7e5e41a}.checked\:bg-stone-200\/20:checked{background-color:#e7e5e433}.checked\:bg-stone-200\/30:checked{background-color:#e7e5e44d}.checked\:bg-stone-200\/40:checked{background-color:#e7e5e466}.checked\:bg-stone-200\/50:checked{background-color:#e7e5e480}.checked\:bg-stone-200\/60:checked{background-color:#e7e5e499}.checked\:bg-stone-200\/70:checked{background-color:#e7e5e4b3}.checked\:bg-stone-200\/75:checked{background-color:#e7e5e4bf}.checked\:bg-stone-200\/80:checked{background-color:#e7e5e4cc}.checked\:bg-stone-200\/90:checked{background-color:#e7e5e4e6}.checked\:bg-stone-300:checked{background-color:#d6d3d1}.checked\:bg-stone-300\/0:checked{background-color:#d6d3d100}.checked\:bg-stone-300\/10:checked{background-color:#d6d3d11a}.checked\:bg-stone-300\/20:checked{background-color:#d6d3d133}.checked\:bg-stone-300\/30:checked{background-color:#d6d3d14d}.checked\:bg-stone-300\/40:checked{background-color:#d6d3d166}.checked\:bg-stone-300\/50:checked{background-color:#d6d3d180}.checked\:bg-stone-300\/60:checked{background-color:#d6d3d199}.checked\:bg-stone-300\/70:checked{background-color:#d6d3d1b3}.checked\:bg-stone-300\/75:checked{background-color:#d6d3d1bf}.checked\:bg-stone-300\/80:checked{background-color:#d6d3d1cc}.checked\:bg-stone-300\/90:checked{background-color:#d6d3d1e6}.checked\:bg-stone-400:checked{background-color:#a8a29e}.checked\:bg-stone-400\/0:checked{background-color:#a8a29e00}.checked\:bg-stone-400\/10:checked{background-color:#a8a29e1a}.checked\:bg-stone-400\/20:checked{background-color:#a8a29e33}.checked\:bg-stone-400\/30:checked{background-color:#a8a29e4d}.checked\:bg-stone-400\/40:checked{background-color:#a8a29e66}.checked\:bg-stone-400\/50:checked{background-color:#a8a29e80}.checked\:bg-stone-400\/60:checked{background-color:#a8a29e99}.checked\:bg-stone-400\/70:checked{background-color:#a8a29eb3}.checked\:bg-stone-400\/75:checked{background-color:#a8a29ebf}.checked\:bg-stone-400\/80:checked{background-color:#a8a29ecc}.checked\:bg-stone-400\/90:checked{background-color:#a8a29ee6}.checked\:bg-stone-500:checked{background-color:#78716c}.checked\:bg-stone-500\/0:checked{background-color:#78716c00}.checked\:bg-stone-500\/10:checked{background-color:#78716c1a}.checked\:bg-stone-500\/20:checked{background-color:#78716c33}.checked\:bg-stone-500\/30:checked{background-color:#78716c4d}.checked\:bg-stone-500\/40:checked{background-color:#78716c66}.checked\:bg-stone-500\/50:checked{background-color:#78716c80}.checked\:bg-stone-500\/60:checked{background-color:#78716c99}.checked\:bg-stone-500\/70:checked{background-color:#78716cb3}.checked\:bg-stone-500\/75:checked{background-color:#78716cbf}.checked\:bg-stone-500\/80:checked{background-color:#78716ccc}.checked\:bg-stone-500\/90:checked{background-color:#78716ce6}.checked\:bg-stone-600:checked{background-color:#57534e}.checked\:bg-stone-600\/0:checked{background-color:#57534e00}.checked\:bg-stone-600\/10:checked{background-color:#57534e1a}.checked\:bg-stone-600\/20:checked{background-color:#57534e33}.checked\:bg-stone-600\/30:checked{background-color:#57534e4d}.checked\:bg-stone-600\/40:checked{background-color:#57534e66}.checked\:bg-stone-600\/50:checked{background-color:#57534e80}.checked\:bg-stone-600\/60:checked{background-color:#57534e99}.checked\:bg-stone-600\/70:checked{background-color:#57534eb3}.checked\:bg-stone-600\/75:checked{background-color:#57534ebf}.checked\:bg-stone-600\/80:checked{background-color:#57534ecc}.checked\:bg-stone-600\/90:checked{background-color:#57534ee6}.checked\:bg-stone-700:checked{background-color:#44403c}.checked\:bg-stone-700\/0:checked{background-color:#44403c00}.checked\:bg-stone-700\/10:checked{background-color:#44403c1a}.checked\:bg-stone-700\/20:checked{background-color:#44403c33}.checked\:bg-stone-700\/30:checked{background-color:#44403c4d}.checked\:bg-stone-700\/40:checked{background-color:#44403c66}.checked\:bg-stone-700\/50:checked{background-color:#44403c80}.checked\:bg-stone-700\/60:checked{background-color:#44403c99}.checked\:bg-stone-700\/70:checked{background-color:#44403cb3}.checked\:bg-stone-700\/75:checked{background-color:#44403cbf}.checked\:bg-stone-700\/80:checked{background-color:#44403ccc}.checked\:bg-stone-700\/90:checked{background-color:#44403ce6}.checked\:bg-stone-800:checked{background-color:#292524}.checked\:bg-stone-800\/0:checked{background-color:#29252400}.checked\:bg-stone-800\/10:checked{background-color:#2925241a}.checked\:bg-stone-800\/20:checked{background-color:#29252433}.checked\:bg-stone-800\/30:checked{background-color:#2925244d}.checked\:bg-stone-800\/40:checked{background-color:#29252466}.checked\:bg-stone-800\/50:checked{background-color:#29252480}.checked\:bg-stone-800\/60:checked{background-color:#29252499}.checked\:bg-stone-800\/70:checked{background-color:#292524b3}.checked\:bg-stone-800\/75:checked{background-color:#292524bf}.checked\:bg-stone-800\/80:checked{background-color:#292524cc}.checked\:bg-stone-800\/90:checked{background-color:#292524e6}.checked\:bg-stone-900:checked{background-color:#1c1917}.checked\:bg-stone-900\/0:checked{background-color:#1c191700}.checked\:bg-stone-900\/10:checked{background-color:#1c19171a}.checked\:bg-stone-900\/20:checked{background-color:#1c191733}.checked\:bg-stone-900\/30:checked{background-color:#1c19174d}.checked\:bg-stone-900\/40:checked{background-color:#1c191766}.checked\:bg-stone-900\/50:checked{background-color:#1c191780}.checked\:bg-stone-900\/60:checked{background-color:#1c191799}.checked\:bg-stone-900\/70:checked{background-color:#1c1917b3}.checked\:bg-stone-900\/75:checked{background-color:#1c1917bf}.checked\:bg-stone-900\/80:checked{background-color:#1c1917cc}.checked\:bg-stone-900\/90:checked{background-color:#1c1917e6}.checked\:bg-stone-950:checked{background-color:#0c0a09}.checked\:bg-stone-950\/0:checked{background-color:#0c0a0900}.checked\:bg-stone-950\/10:checked{background-color:#0c0a091a}.checked\:bg-stone-950\/20:checked{background-color:#0c0a0933}.checked\:bg-stone-950\/30:checked{background-color:#0c0a094d}.checked\:bg-stone-950\/40:checked{background-color:#0c0a0966}.checked\:bg-stone-950\/50:checked{background-color:#0c0a0980}.checked\:bg-stone-950\/60:checked{background-color:#0c0a0999}.checked\:bg-stone-950\/70:checked{background-color:#0c0a09b3}.checked\:bg-stone-950\/75:checked{background-color:#0c0a09bf}.checked\:bg-stone-950\/80:checked{background-color:#0c0a09cc}.checked\:bg-stone-950\/90:checked{background-color:#0c0a09e6}.checked\:bg-red-50:checked{background-color:#fef2f2}.checked\:bg-red-50\/0:checked{background-color:#fef2f200}.checked\:bg-red-50\/10:checked{background-color:#fef2f21a}.checked\:bg-red-50\/20:checked{background-color:#fef2f233}.checked\:bg-red-50\/30:checked{background-color:#fef2f24d}.checked\:bg-red-50\/40:checked{background-color:#fef2f266}.checked\:bg-red-50\/50:checked{background-color:#fef2f280}.checked\:bg-red-50\/60:checked{background-color:#fef2f299}.checked\:bg-red-50\/70:checked{background-color:#fef2f2b3}.checked\:bg-red-50\/75:checked{background-color:#fef2f2bf}.checked\:bg-red-50\/80:checked{background-color:#fef2f2cc}.checked\:bg-red-50\/90:checked{background-color:#fef2f2e6}.checked\:bg-red-100:checked{background-color:#fee2e2}.checked\:bg-red-100\/0:checked{background-color:#fee2e200}.checked\:bg-red-100\/10:checked{background-color:#fee2e21a}.checked\:bg-red-100\/20:checked{background-color:#fee2e233}.checked\:bg-red-100\/30:checked{background-color:#fee2e24d}.checked\:bg-red-100\/40:checked{background-color:#fee2e266}.checked\:bg-red-100\/50:checked{background-color:#fee2e280}.checked\:bg-red-100\/60:checked{background-color:#fee2e299}.checked\:bg-red-100\/70:checked{background-color:#fee2e2b3}.checked\:bg-red-100\/75:checked{background-color:#fee2e2bf}.checked\:bg-red-100\/80:checked{background-color:#fee2e2cc}.checked\:bg-red-100\/90:checked{background-color:#fee2e2e6}.checked\:bg-red-200:checked{background-color:#fecaca}.checked\:bg-red-200\/0:checked{background-color:#fecaca00}.checked\:bg-red-200\/10:checked{background-color:#fecaca1a}.checked\:bg-red-200\/20:checked{background-color:#fecaca33}.checked\:bg-red-200\/30:checked{background-color:#fecaca4d}.checked\:bg-red-200\/40:checked{background-color:#fecaca66}.checked\:bg-red-200\/50:checked{background-color:#fecaca80}.checked\:bg-red-200\/60:checked{background-color:#fecaca99}.checked\:bg-red-200\/70:checked{background-color:#fecacab3}.checked\:bg-red-200\/75:checked{background-color:#fecacabf}.checked\:bg-red-200\/80:checked{background-color:#fecacacc}.checked\:bg-red-200\/90:checked{background-color:#fecacae6}.checked\:bg-red-300:checked{background-color:#fca5a5}.checked\:bg-red-300\/0:checked{background-color:#fca5a500}.checked\:bg-red-300\/10:checked{background-color:#fca5a51a}.checked\:bg-red-300\/20:checked{background-color:#fca5a533}.checked\:bg-red-300\/30:checked{background-color:#fca5a54d}.checked\:bg-red-300\/40:checked{background-color:#fca5a566}.checked\:bg-red-300\/50:checked{background-color:#fca5a580}.checked\:bg-red-300\/60:checked{background-color:#fca5a599}.checked\:bg-red-300\/70:checked{background-color:#fca5a5b3}.checked\:bg-red-300\/75:checked{background-color:#fca5a5bf}.checked\:bg-red-300\/80:checked{background-color:#fca5a5cc}.checked\:bg-red-300\/90:checked{background-color:#fca5a5e6}.checked\:bg-red-400:checked{background-color:#f87171}.checked\:bg-red-400\/0:checked{background-color:#f8717100}.checked\:bg-red-400\/10:checked{background-color:#f871711a}.checked\:bg-red-400\/20:checked{background-color:#f8717133}.checked\:bg-red-400\/30:checked{background-color:#f871714d}.checked\:bg-red-400\/40:checked{background-color:#f8717166}.checked\:bg-red-400\/50:checked{background-color:#f8717180}.checked\:bg-red-400\/60:checked{background-color:#f8717199}.checked\:bg-red-400\/70:checked{background-color:#f87171b3}.checked\:bg-red-400\/75:checked{background-color:#f87171bf}.checked\:bg-red-400\/80:checked{background-color:#f87171cc}.checked\:bg-red-400\/90:checked{background-color:#f87171e6}.checked\:bg-red-500:checked{background-color:#ef4444}.checked\:bg-red-500\/0:checked{background-color:#ef444400}.checked\:bg-red-500\/10:checked{background-color:#ef44441a}.checked\:bg-red-500\/20:checked{background-color:#ef444433}.checked\:bg-red-500\/30:checked{background-color:#ef44444d}.checked\:bg-red-500\/40:checked{background-color:#ef444466}.checked\:bg-red-500\/50:checked{background-color:#ef444480}.checked\:bg-red-500\/60:checked{background-color:#ef444499}.checked\:bg-red-500\/70:checked{background-color:#ef4444b3}.checked\:bg-red-500\/75:checked{background-color:#ef4444bf}.checked\:bg-red-500\/80:checked{background-color:#ef4444cc}.checked\:bg-red-500\/90:checked{background-color:#ef4444e6}.checked\:bg-red-600:checked{background-color:#dc2626}.checked\:bg-red-600\/0:checked{background-color:#dc262600}.checked\:bg-red-600\/10:checked{background-color:#dc26261a}.checked\:bg-red-600\/20:checked{background-color:#dc262633}.checked\:bg-red-600\/30:checked{background-color:#dc26264d}.checked\:bg-red-600\/40:checked{background-color:#dc262666}.checked\:bg-red-600\/50:checked{background-color:#dc262680}.checked\:bg-red-600\/60:checked{background-color:#dc262699}.checked\:bg-red-600\/70:checked{background-color:#dc2626b3}.checked\:bg-red-600\/75:checked{background-color:#dc2626bf}.checked\:bg-red-600\/80:checked{background-color:#dc2626cc}.checked\:bg-red-600\/90:checked{background-color:#dc2626e6}.checked\:bg-red-700:checked{background-color:#b91c1c}.checked\:bg-red-700\/0:checked{background-color:#b91c1c00}.checked\:bg-red-700\/10:checked{background-color:#b91c1c1a}.checked\:bg-red-700\/20:checked{background-color:#b91c1c33}.checked\:bg-red-700\/30:checked{background-color:#b91c1c4d}.checked\:bg-red-700\/40:checked{background-color:#b91c1c66}.checked\:bg-red-700\/50:checked{background-color:#b91c1c80}.checked\:bg-red-700\/60:checked{background-color:#b91c1c99}.checked\:bg-red-700\/70:checked{background-color:#b91c1cb3}.checked\:bg-red-700\/75:checked{background-color:#b91c1cbf}.checked\:bg-red-700\/80:checked{background-color:#b91c1ccc}.checked\:bg-red-700\/90:checked{background-color:#b91c1ce6}.checked\:bg-red-800:checked{background-color:#991b1b}.checked\:bg-red-800\/0:checked{background-color:#991b1b00}.checked\:bg-red-800\/10:checked{background-color:#991b1b1a}.checked\:bg-red-800\/20:checked{background-color:#991b1b33}.checked\:bg-red-800\/30:checked{background-color:#991b1b4d}.checked\:bg-red-800\/40:checked{background-color:#991b1b66}.checked\:bg-red-800\/50:checked{background-color:#991b1b80}.checked\:bg-red-800\/60:checked{background-color:#991b1b99}.checked\:bg-red-800\/70:checked{background-color:#991b1bb3}.checked\:bg-red-800\/75:checked{background-color:#991b1bbf}.checked\:bg-red-800\/80:checked{background-color:#991b1bcc}.checked\:bg-red-800\/90:checked{background-color:#991b1be6}.checked\:bg-red-900:checked{background-color:#7f1d1d}.checked\:bg-red-900\/0:checked{background-color:#7f1d1d00}.checked\:bg-red-900\/10:checked{background-color:#7f1d1d1a}.checked\:bg-red-900\/20:checked{background-color:#7f1d1d33}.checked\:bg-red-900\/30:checked{background-color:#7f1d1d4d}.checked\:bg-red-900\/40:checked{background-color:#7f1d1d66}.checked\:bg-red-900\/50:checked{background-color:#7f1d1d80}.checked\:bg-red-900\/60:checked{background-color:#7f1d1d99}.checked\:bg-red-900\/70:checked{background-color:#7f1d1db3}.checked\:bg-red-900\/75:checked{background-color:#7f1d1dbf}.checked\:bg-red-900\/80:checked{background-color:#7f1d1dcc}.checked\:bg-red-900\/90:checked{background-color:#7f1d1de6}.checked\:bg-red-950:checked{background-color:#450a0a}.checked\:bg-red-950\/0:checked{background-color:#450a0a00}.checked\:bg-red-950\/10:checked{background-color:#450a0a1a}.checked\:bg-red-950\/20:checked{background-color:#450a0a33}.checked\:bg-red-950\/30:checked{background-color:#450a0a4d}.checked\:bg-red-950\/40:checked{background-color:#450a0a66}.checked\:bg-red-950\/50:checked{background-color:#450a0a80}.checked\:bg-red-950\/60:checked{background-color:#450a0a99}.checked\:bg-red-950\/70:checked{background-color:#450a0ab3}.checked\:bg-red-950\/75:checked{background-color:#450a0abf}.checked\:bg-red-950\/80:checked{background-color:#450a0acc}.checked\:bg-red-950\/90:checked{background-color:#450a0ae6}.checked\:bg-orange-50:checked{background-color:#fff7ed}.checked\:bg-orange-50\/0:checked{background-color:#fff7ed00}.checked\:bg-orange-50\/10:checked{background-color:#fff7ed1a}.checked\:bg-orange-50\/20:checked{background-color:#fff7ed33}.checked\:bg-orange-50\/30:checked{background-color:#fff7ed4d}.checked\:bg-orange-50\/40:checked{background-color:#fff7ed66}.checked\:bg-orange-50\/50:checked{background-color:#fff7ed80}.checked\:bg-orange-50\/60:checked{background-color:#fff7ed99}.checked\:bg-orange-50\/70:checked{background-color:#fff7edb3}.checked\:bg-orange-50\/75:checked{background-color:#fff7edbf}.checked\:bg-orange-50\/80:checked{background-color:#fff7edcc}.checked\:bg-orange-50\/90:checked{background-color:#fff7ede6}.checked\:bg-orange-100:checked{background-color:#ffedd5}.checked\:bg-orange-100\/0:checked{background-color:#ffedd500}.checked\:bg-orange-100\/10:checked{background-color:#ffedd51a}.checked\:bg-orange-100\/20:checked{background-color:#ffedd533}.checked\:bg-orange-100\/30:checked{background-color:#ffedd54d}.checked\:bg-orange-100\/40:checked{background-color:#ffedd566}.checked\:bg-orange-100\/50:checked{background-color:#ffedd580}.checked\:bg-orange-100\/60:checked{background-color:#ffedd599}.checked\:bg-orange-100\/70:checked{background-color:#ffedd5b3}.checked\:bg-orange-100\/75:checked{background-color:#ffedd5bf}.checked\:bg-orange-100\/80:checked{background-color:#ffedd5cc}.checked\:bg-orange-100\/90:checked{background-color:#ffedd5e6}.checked\:bg-orange-200:checked{background-color:#fed7aa}.checked\:bg-orange-200\/0:checked{background-color:#fed7aa00}.checked\:bg-orange-200\/10:checked{background-color:#fed7aa1a}.checked\:bg-orange-200\/20:checked{background-color:#fed7aa33}.checked\:bg-orange-200\/30:checked{background-color:#fed7aa4d}.checked\:bg-orange-200\/40:checked{background-color:#fed7aa66}.checked\:bg-orange-200\/50:checked{background-color:#fed7aa80}.checked\:bg-orange-200\/60:checked{background-color:#fed7aa99}.checked\:bg-orange-200\/70:checked{background-color:#fed7aab3}.checked\:bg-orange-200\/75:checked{background-color:#fed7aabf}.checked\:bg-orange-200\/80:checked{background-color:#fed7aacc}.checked\:bg-orange-200\/90:checked{background-color:#fed7aae6}.checked\:bg-orange-300:checked{background-color:#fdba74}.checked\:bg-orange-300\/0:checked{background-color:#fdba7400}.checked\:bg-orange-300\/10:checked{background-color:#fdba741a}.checked\:bg-orange-300\/20:checked{background-color:#fdba7433}.checked\:bg-orange-300\/30:checked{background-color:#fdba744d}.checked\:bg-orange-300\/40:checked{background-color:#fdba7466}.checked\:bg-orange-300\/50:checked{background-color:#fdba7480}.checked\:bg-orange-300\/60:checked{background-color:#fdba7499}.checked\:bg-orange-300\/70:checked{background-color:#fdba74b3}.checked\:bg-orange-300\/75:checked{background-color:#fdba74bf}.checked\:bg-orange-300\/80:checked{background-color:#fdba74cc}.checked\:bg-orange-300\/90:checked{background-color:#fdba74e6}.checked\:bg-orange-400:checked{background-color:#fb923c}.checked\:bg-orange-400\/0:checked{background-color:#fb923c00}.checked\:bg-orange-400\/10:checked{background-color:#fb923c1a}.checked\:bg-orange-400\/20:checked{background-color:#fb923c33}.checked\:bg-orange-400\/30:checked{background-color:#fb923c4d}.checked\:bg-orange-400\/40:checked{background-color:#fb923c66}.checked\:bg-orange-400\/50:checked{background-color:#fb923c80}.checked\:bg-orange-400\/60:checked{background-color:#fb923c99}.checked\:bg-orange-400\/70:checked{background-color:#fb923cb3}.checked\:bg-orange-400\/75:checked{background-color:#fb923cbf}.checked\:bg-orange-400\/80:checked{background-color:#fb923ccc}.checked\:bg-orange-400\/90:checked{background-color:#fb923ce6}.checked\:bg-orange-500:checked{background-color:#f97316}.checked\:bg-orange-500\/0:checked{background-color:#f9731600}.checked\:bg-orange-500\/10:checked{background-color:#f973161a}.checked\:bg-orange-500\/20:checked{background-color:#f9731633}.checked\:bg-orange-500\/30:checked{background-color:#f973164d}.checked\:bg-orange-500\/40:checked{background-color:#f9731666}.checked\:bg-orange-500\/50:checked{background-color:#f9731680}.checked\:bg-orange-500\/60:checked{background-color:#f9731699}.checked\:bg-orange-500\/70:checked{background-color:#f97316b3}.checked\:bg-orange-500\/75:checked{background-color:#f97316bf}.checked\:bg-orange-500\/80:checked{background-color:#f97316cc}.checked\:bg-orange-500\/90:checked{background-color:#f97316e6}.checked\:bg-orange-600:checked{background-color:#ea580c}.checked\:bg-orange-600\/0:checked{background-color:#ea580c00}.checked\:bg-orange-600\/10:checked{background-color:#ea580c1a}.checked\:bg-orange-600\/20:checked{background-color:#ea580c33}.checked\:bg-orange-600\/30:checked{background-color:#ea580c4d}.checked\:bg-orange-600\/40:checked{background-color:#ea580c66}.checked\:bg-orange-600\/50:checked{background-color:#ea580c80}.checked\:bg-orange-600\/60:checked{background-color:#ea580c99}.checked\:bg-orange-600\/70:checked{background-color:#ea580cb3}.checked\:bg-orange-600\/75:checked{background-color:#ea580cbf}.checked\:bg-orange-600\/80:checked{background-color:#ea580ccc}.checked\:bg-orange-600\/90:checked{background-color:#ea580ce6}.checked\:bg-orange-700:checked{background-color:#c2410c}.checked\:bg-orange-700\/0:checked{background-color:#c2410c00}.checked\:bg-orange-700\/10:checked{background-color:#c2410c1a}.checked\:bg-orange-700\/20:checked{background-color:#c2410c33}.checked\:bg-orange-700\/30:checked{background-color:#c2410c4d}.checked\:bg-orange-700\/40:checked{background-color:#c2410c66}.checked\:bg-orange-700\/50:checked{background-color:#c2410c80}.checked\:bg-orange-700\/60:checked{background-color:#c2410c99}.checked\:bg-orange-700\/70:checked{background-color:#c2410cb3}.checked\:bg-orange-700\/75:checked{background-color:#c2410cbf}.checked\:bg-orange-700\/80:checked{background-color:#c2410ccc}.checked\:bg-orange-700\/90:checked{background-color:#c2410ce6}.checked\:bg-orange-800:checked{background-color:#9a3412}.checked\:bg-orange-800\/0:checked{background-color:#9a341200}.checked\:bg-orange-800\/10:checked{background-color:#9a34121a}.checked\:bg-orange-800\/20:checked{background-color:#9a341233}.checked\:bg-orange-800\/30:checked{background-color:#9a34124d}.checked\:bg-orange-800\/40:checked{background-color:#9a341266}.checked\:bg-orange-800\/50:checked{background-color:#9a341280}.checked\:bg-orange-800\/60:checked{background-color:#9a341299}.checked\:bg-orange-800\/70:checked{background-color:#9a3412b3}.checked\:bg-orange-800\/75:checked{background-color:#9a3412bf}.checked\:bg-orange-800\/80:checked{background-color:#9a3412cc}.checked\:bg-orange-800\/90:checked{background-color:#9a3412e6}.checked\:bg-orange-900:checked{background-color:#7c2d12}.checked\:bg-orange-900\/0:checked{background-color:#7c2d1200}.checked\:bg-orange-900\/10:checked{background-color:#7c2d121a}.checked\:bg-orange-900\/20:checked{background-color:#7c2d1233}.checked\:bg-orange-900\/30:checked{background-color:#7c2d124d}.checked\:bg-orange-900\/40:checked{background-color:#7c2d1266}.checked\:bg-orange-900\/50:checked{background-color:#7c2d1280}.checked\:bg-orange-900\/60:checked{background-color:#7c2d1299}.checked\:bg-orange-900\/70:checked{background-color:#7c2d12b3}.checked\:bg-orange-900\/75:checked{background-color:#7c2d12bf}.checked\:bg-orange-900\/80:checked{background-color:#7c2d12cc}.checked\:bg-orange-900\/90:checked{background-color:#7c2d12e6}.checked\:bg-orange-950:checked{background-color:#431407}.checked\:bg-orange-950\/0:checked{background-color:#43140700}.checked\:bg-orange-950\/10:checked{background-color:#4314071a}.checked\:bg-orange-950\/20:checked{background-color:#43140733}.checked\:bg-orange-950\/30:checked{background-color:#4314074d}.checked\:bg-orange-950\/40:checked{background-color:#43140766}.checked\:bg-orange-950\/50:checked{background-color:#43140780}.checked\:bg-orange-950\/60:checked{background-color:#43140799}.checked\:bg-orange-950\/70:checked{background-color:#431407b3}.checked\:bg-orange-950\/75:checked{background-color:#431407bf}.checked\:bg-orange-950\/80:checked{background-color:#431407cc}.checked\:bg-orange-950\/90:checked{background-color:#431407e6}.checked\:bg-amber-50:checked{background-color:#fffbeb}.checked\:bg-amber-50\/0:checked{background-color:#fffbeb00}.checked\:bg-amber-50\/10:checked{background-color:#fffbeb1a}.checked\:bg-amber-50\/20:checked{background-color:#fffbeb33}.checked\:bg-amber-50\/30:checked{background-color:#fffbeb4d}.checked\:bg-amber-50\/40:checked{background-color:#fffbeb66}.checked\:bg-amber-50\/50:checked{background-color:#fffbeb80}.checked\:bg-amber-50\/60:checked{background-color:#fffbeb99}.checked\:bg-amber-50\/70:checked{background-color:#fffbebb3}.checked\:bg-amber-50\/75:checked{background-color:#fffbebbf}.checked\:bg-amber-50\/80:checked{background-color:#fffbebcc}.checked\:bg-amber-50\/90:checked{background-color:#fffbebe6}.checked\:bg-amber-100:checked{background-color:#fef3c7}.checked\:bg-amber-100\/0:checked{background-color:#fef3c700}.checked\:bg-amber-100\/10:checked{background-color:#fef3c71a}.checked\:bg-amber-100\/20:checked{background-color:#fef3c733}.checked\:bg-amber-100\/30:checked{background-color:#fef3c74d}.checked\:bg-amber-100\/40:checked{background-color:#fef3c766}.checked\:bg-amber-100\/50:checked{background-color:#fef3c780}.checked\:bg-amber-100\/60:checked{background-color:#fef3c799}.checked\:bg-amber-100\/70:checked{background-color:#fef3c7b3}.checked\:bg-amber-100\/75:checked{background-color:#fef3c7bf}.checked\:bg-amber-100\/80:checked{background-color:#fef3c7cc}.checked\:bg-amber-100\/90:checked{background-color:#fef3c7e6}.checked\:bg-amber-200:checked{background-color:#fde68a}.checked\:bg-amber-200\/0:checked{background-color:#fde68a00}.checked\:bg-amber-200\/10:checked{background-color:#fde68a1a}.checked\:bg-amber-200\/20:checked{background-color:#fde68a33}.checked\:bg-amber-200\/30:checked{background-color:#fde68a4d}.checked\:bg-amber-200\/40:checked{background-color:#fde68a66}.checked\:bg-amber-200\/50:checked{background-color:#fde68a80}.checked\:bg-amber-200\/60:checked{background-color:#fde68a99}.checked\:bg-amber-200\/70:checked{background-color:#fde68ab3}.checked\:bg-amber-200\/75:checked{background-color:#fde68abf}.checked\:bg-amber-200\/80:checked{background-color:#fde68acc}.checked\:bg-amber-200\/90:checked{background-color:#fde68ae6}.checked\:bg-amber-300:checked{background-color:#fcd34d}.checked\:bg-amber-300\/0:checked{background-color:#fcd34d00}.checked\:bg-amber-300\/10:checked{background-color:#fcd34d1a}.checked\:bg-amber-300\/20:checked{background-color:#fcd34d33}.checked\:bg-amber-300\/30:checked{background-color:#fcd34d4d}.checked\:bg-amber-300\/40:checked{background-color:#fcd34d66}.checked\:bg-amber-300\/50:checked{background-color:#fcd34d80}.checked\:bg-amber-300\/60:checked{background-color:#fcd34d99}.checked\:bg-amber-300\/70:checked{background-color:#fcd34db3}.checked\:bg-amber-300\/75:checked{background-color:#fcd34dbf}.checked\:bg-amber-300\/80:checked{background-color:#fcd34dcc}.checked\:bg-amber-300\/90:checked{background-color:#fcd34de6}.checked\:bg-amber-400:checked{background-color:#fbbf24}.checked\:bg-amber-400\/0:checked{background-color:#fbbf2400}.checked\:bg-amber-400\/10:checked{background-color:#fbbf241a}.checked\:bg-amber-400\/20:checked{background-color:#fbbf2433}.checked\:bg-amber-400\/30:checked{background-color:#fbbf244d}.checked\:bg-amber-400\/40:checked{background-color:#fbbf2466}.checked\:bg-amber-400\/50:checked{background-color:#fbbf2480}.checked\:bg-amber-400\/60:checked{background-color:#fbbf2499}.checked\:bg-amber-400\/70:checked{background-color:#fbbf24b3}.checked\:bg-amber-400\/75:checked{background-color:#fbbf24bf}.checked\:bg-amber-400\/80:checked{background-color:#fbbf24cc}.checked\:bg-amber-400\/90:checked{background-color:#fbbf24e6}.checked\:bg-amber-500:checked{background-color:#f59e0b}.checked\:bg-amber-500\/0:checked{background-color:#f59e0b00}.checked\:bg-amber-500\/10:checked{background-color:#f59e0b1a}.checked\:bg-amber-500\/20:checked{background-color:#f59e0b33}.checked\:bg-amber-500\/30:checked{background-color:#f59e0b4d}.checked\:bg-amber-500\/40:checked{background-color:#f59e0b66}.checked\:bg-amber-500\/50:checked{background-color:#f59e0b80}.checked\:bg-amber-500\/60:checked{background-color:#f59e0b99}.checked\:bg-amber-500\/70:checked{background-color:#f59e0bb3}.checked\:bg-amber-500\/75:checked{background-color:#f59e0bbf}.checked\:bg-amber-500\/80:checked{background-color:#f59e0bcc}.checked\:bg-amber-500\/90:checked{background-color:#f59e0be6}.checked\:bg-amber-600:checked{background-color:#d97706}.checked\:bg-amber-600\/0:checked{background-color:#d9770600}.checked\:bg-amber-600\/10:checked{background-color:#d977061a}.checked\:bg-amber-600\/20:checked{background-color:#d9770633}.checked\:bg-amber-600\/30:checked{background-color:#d977064d}.checked\:bg-amber-600\/40:checked{background-color:#d9770666}.checked\:bg-amber-600\/50:checked{background-color:#d9770680}.checked\:bg-amber-600\/60:checked{background-color:#d9770699}.checked\:bg-amber-600\/70:checked{background-color:#d97706b3}.checked\:bg-amber-600\/75:checked{background-color:#d97706bf}.checked\:bg-amber-600\/80:checked{background-color:#d97706cc}.checked\:bg-amber-600\/90:checked{background-color:#d97706e6}.checked\:bg-amber-700:checked{background-color:#b45309}.checked\:bg-amber-700\/0:checked{background-color:#b4530900}.checked\:bg-amber-700\/10:checked{background-color:#b453091a}.checked\:bg-amber-700\/20:checked{background-color:#b4530933}.checked\:bg-amber-700\/30:checked{background-color:#b453094d}.checked\:bg-amber-700\/40:checked{background-color:#b4530966}.checked\:bg-amber-700\/50:checked{background-color:#b4530980}.checked\:bg-amber-700\/60:checked{background-color:#b4530999}.checked\:bg-amber-700\/70:checked{background-color:#b45309b3}.checked\:bg-amber-700\/75:checked{background-color:#b45309bf}.checked\:bg-amber-700\/80:checked{background-color:#b45309cc}.checked\:bg-amber-700\/90:checked{background-color:#b45309e6}.checked\:bg-amber-800:checked{background-color:#92400e}.checked\:bg-amber-800\/0:checked{background-color:#92400e00}.checked\:bg-amber-800\/10:checked{background-color:#92400e1a}.checked\:bg-amber-800\/20:checked{background-color:#92400e33}.checked\:bg-amber-800\/30:checked{background-color:#92400e4d}.checked\:bg-amber-800\/40:checked{background-color:#92400e66}.checked\:bg-amber-800\/50:checked{background-color:#92400e80}.checked\:bg-amber-800\/60:checked{background-color:#92400e99}.checked\:bg-amber-800\/70:checked{background-color:#92400eb3}.checked\:bg-amber-800\/75:checked{background-color:#92400ebf}.checked\:bg-amber-800\/80:checked{background-color:#92400ecc}.checked\:bg-amber-800\/90:checked{background-color:#92400ee6}.checked\:bg-amber-900:checked{background-color:#78350f}.checked\:bg-amber-900\/0:checked{background-color:#78350f00}.checked\:bg-amber-900\/10:checked{background-color:#78350f1a}.checked\:bg-amber-900\/20:checked{background-color:#78350f33}.checked\:bg-amber-900\/30:checked{background-color:#78350f4d}.checked\:bg-amber-900\/40:checked{background-color:#78350f66}.checked\:bg-amber-900\/50:checked{background-color:#78350f80}.checked\:bg-amber-900\/60:checked{background-color:#78350f99}.checked\:bg-amber-900\/70:checked{background-color:#78350fb3}.checked\:bg-amber-900\/75:checked{background-color:#78350fbf}.checked\:bg-amber-900\/80:checked{background-color:#78350fcc}.checked\:bg-amber-900\/90:checked{background-color:#78350fe6}.checked\:bg-amber-950:checked{background-color:#451a03}.checked\:bg-amber-950\/0:checked{background-color:#451a0300}.checked\:bg-amber-950\/10:checked{background-color:#451a031a}.checked\:bg-amber-950\/20:checked{background-color:#451a0333}.checked\:bg-amber-950\/30:checked{background-color:#451a034d}.checked\:bg-amber-950\/40:checked{background-color:#451a0366}.checked\:bg-amber-950\/50:checked{background-color:#451a0380}.checked\:bg-amber-950\/60:checked{background-color:#451a0399}.checked\:bg-amber-950\/70:checked{background-color:#451a03b3}.checked\:bg-amber-950\/75:checked{background-color:#451a03bf}.checked\:bg-amber-950\/80:checked{background-color:#451a03cc}.checked\:bg-amber-950\/90:checked{background-color:#451a03e6}.checked\:bg-yellow-50:checked{background-color:#fefce8}.checked\:bg-yellow-50\/0:checked{background-color:#fefce800}.checked\:bg-yellow-50\/10:checked{background-color:#fefce81a}.checked\:bg-yellow-50\/20:checked{background-color:#fefce833}.checked\:bg-yellow-50\/30:checked{background-color:#fefce84d}.checked\:bg-yellow-50\/40:checked{background-color:#fefce866}.checked\:bg-yellow-50\/50:checked{background-color:#fefce880}.checked\:bg-yellow-50\/60:checked{background-color:#fefce899}.checked\:bg-yellow-50\/70:checked{background-color:#fefce8b3}.checked\:bg-yellow-50\/75:checked{background-color:#fefce8bf}.checked\:bg-yellow-50\/80:checked{background-color:#fefce8cc}.checked\:bg-yellow-50\/90:checked{background-color:#fefce8e6}.checked\:bg-yellow-100:checked{background-color:#fef9c3}.checked\:bg-yellow-100\/0:checked{background-color:#fef9c300}.checked\:bg-yellow-100\/10:checked{background-color:#fef9c31a}.checked\:bg-yellow-100\/20:checked{background-color:#fef9c333}.checked\:bg-yellow-100\/30:checked{background-color:#fef9c34d}.checked\:bg-yellow-100\/40:checked{background-color:#fef9c366}.checked\:bg-yellow-100\/50:checked{background-color:#fef9c380}.checked\:bg-yellow-100\/60:checked{background-color:#fef9c399}.checked\:bg-yellow-100\/70:checked{background-color:#fef9c3b3}.checked\:bg-yellow-100\/75:checked{background-color:#fef9c3bf}.checked\:bg-yellow-100\/80:checked{background-color:#fef9c3cc}.checked\:bg-yellow-100\/90:checked{background-color:#fef9c3e6}.checked\:bg-yellow-200:checked{background-color:#fef08a}.checked\:bg-yellow-200\/0:checked{background-color:#fef08a00}.checked\:bg-yellow-200\/10:checked{background-color:#fef08a1a}.checked\:bg-yellow-200\/20:checked{background-color:#fef08a33}.checked\:bg-yellow-200\/30:checked{background-color:#fef08a4d}.checked\:bg-yellow-200\/40:checked{background-color:#fef08a66}.checked\:bg-yellow-200\/50:checked{background-color:#fef08a80}.checked\:bg-yellow-200\/60:checked{background-color:#fef08a99}.checked\:bg-yellow-200\/70:checked{background-color:#fef08ab3}.checked\:bg-yellow-200\/75:checked{background-color:#fef08abf}.checked\:bg-yellow-200\/80:checked{background-color:#fef08acc}.checked\:bg-yellow-200\/90:checked{background-color:#fef08ae6}.checked\:bg-yellow-300:checked{background-color:#fde047}.checked\:bg-yellow-300\/0:checked{background-color:#fde04700}.checked\:bg-yellow-300\/10:checked{background-color:#fde0471a}.checked\:bg-yellow-300\/20:checked{background-color:#fde04733}.checked\:bg-yellow-300\/30:checked{background-color:#fde0474d}.checked\:bg-yellow-300\/40:checked{background-color:#fde04766}.checked\:bg-yellow-300\/50:checked{background-color:#fde04780}.checked\:bg-yellow-300\/60:checked{background-color:#fde04799}.checked\:bg-yellow-300\/70:checked{background-color:#fde047b3}.checked\:bg-yellow-300\/75:checked{background-color:#fde047bf}.checked\:bg-yellow-300\/80:checked{background-color:#fde047cc}.checked\:bg-yellow-300\/90:checked{background-color:#fde047e6}.checked\:bg-yellow-400:checked{background-color:#facc15}.checked\:bg-yellow-400\/0:checked{background-color:#facc1500}.checked\:bg-yellow-400\/10:checked{background-color:#facc151a}.checked\:bg-yellow-400\/20:checked{background-color:#facc1533}.checked\:bg-yellow-400\/30:checked{background-color:#facc154d}.checked\:bg-yellow-400\/40:checked{background-color:#facc1566}.checked\:bg-yellow-400\/50:checked{background-color:#facc1580}.checked\:bg-yellow-400\/60:checked{background-color:#facc1599}.checked\:bg-yellow-400\/70:checked{background-color:#facc15b3}.checked\:bg-yellow-400\/75:checked{background-color:#facc15bf}.checked\:bg-yellow-400\/80:checked{background-color:#facc15cc}.checked\:bg-yellow-400\/90:checked{background-color:#facc15e6}.checked\:bg-yellow-500:checked{background-color:#eab308}.checked\:bg-yellow-500\/0:checked{background-color:#eab30800}.checked\:bg-yellow-500\/10:checked{background-color:#eab3081a}.checked\:bg-yellow-500\/20:checked{background-color:#eab30833}.checked\:bg-yellow-500\/30:checked{background-color:#eab3084d}.checked\:bg-yellow-500\/40:checked{background-color:#eab30866}.checked\:bg-yellow-500\/50:checked{background-color:#eab30880}.checked\:bg-yellow-500\/60:checked{background-color:#eab30899}.checked\:bg-yellow-500\/70:checked{background-color:#eab308b3}.checked\:bg-yellow-500\/75:checked{background-color:#eab308bf}.checked\:bg-yellow-500\/80:checked{background-color:#eab308cc}.checked\:bg-yellow-500\/90:checked{background-color:#eab308e6}.checked\:bg-yellow-600:checked{background-color:#ca8a04}.checked\:bg-yellow-600\/0:checked{background-color:#ca8a0400}.checked\:bg-yellow-600\/10:checked{background-color:#ca8a041a}.checked\:bg-yellow-600\/20:checked{background-color:#ca8a0433}.checked\:bg-yellow-600\/30:checked{background-color:#ca8a044d}.checked\:bg-yellow-600\/40:checked{background-color:#ca8a0466}.checked\:bg-yellow-600\/50:checked{background-color:#ca8a0480}.checked\:bg-yellow-600\/60:checked{background-color:#ca8a0499}.checked\:bg-yellow-600\/70:checked{background-color:#ca8a04b3}.checked\:bg-yellow-600\/75:checked{background-color:#ca8a04bf}.checked\:bg-yellow-600\/80:checked{background-color:#ca8a04cc}.checked\:bg-yellow-600\/90:checked{background-color:#ca8a04e6}.checked\:bg-yellow-700:checked{background-color:#a16207}.checked\:bg-yellow-700\/0:checked{background-color:#a1620700}.checked\:bg-yellow-700\/10:checked{background-color:#a162071a}.checked\:bg-yellow-700\/20:checked{background-color:#a1620733}.checked\:bg-yellow-700\/30:checked{background-color:#a162074d}.checked\:bg-yellow-700\/40:checked{background-color:#a1620766}.checked\:bg-yellow-700\/50:checked{background-color:#a1620780}.checked\:bg-yellow-700\/60:checked{background-color:#a1620799}.checked\:bg-yellow-700\/70:checked{background-color:#a16207b3}.checked\:bg-yellow-700\/75:checked{background-color:#a16207bf}.checked\:bg-yellow-700\/80:checked{background-color:#a16207cc}.checked\:bg-yellow-700\/90:checked{background-color:#a16207e6}.checked\:bg-yellow-800:checked{background-color:#854d0e}.checked\:bg-yellow-800\/0:checked{background-color:#854d0e00}.checked\:bg-yellow-800\/10:checked{background-color:#854d0e1a}.checked\:bg-yellow-800\/20:checked{background-color:#854d0e33}.checked\:bg-yellow-800\/30:checked{background-color:#854d0e4d}.checked\:bg-yellow-800\/40:checked{background-color:#854d0e66}.checked\:bg-yellow-800\/50:checked{background-color:#854d0e80}.checked\:bg-yellow-800\/60:checked{background-color:#854d0e99}.checked\:bg-yellow-800\/70:checked{background-color:#854d0eb3}.checked\:bg-yellow-800\/75:checked{background-color:#854d0ebf}.checked\:bg-yellow-800\/80:checked{background-color:#854d0ecc}.checked\:bg-yellow-800\/90:checked{background-color:#854d0ee6}.checked\:bg-yellow-900:checked{background-color:#713f12}.checked\:bg-yellow-900\/0:checked{background-color:#713f1200}.checked\:bg-yellow-900\/10:checked{background-color:#713f121a}.checked\:bg-yellow-900\/20:checked{background-color:#713f1233}.checked\:bg-yellow-900\/30:checked{background-color:#713f124d}.checked\:bg-yellow-900\/40:checked{background-color:#713f1266}.checked\:bg-yellow-900\/50:checked{background-color:#713f1280}.checked\:bg-yellow-900\/60:checked{background-color:#713f1299}.checked\:bg-yellow-900\/70:checked{background-color:#713f12b3}.checked\:bg-yellow-900\/75:checked{background-color:#713f12bf}.checked\:bg-yellow-900\/80:checked{background-color:#713f12cc}.checked\:bg-yellow-900\/90:checked{background-color:#713f12e6}.checked\:bg-yellow-950:checked{background-color:#422006}.checked\:bg-yellow-950\/0:checked{background-color:#42200600}.checked\:bg-yellow-950\/10:checked{background-color:#4220061a}.checked\:bg-yellow-950\/20:checked{background-color:#42200633}.checked\:bg-yellow-950\/30:checked{background-color:#4220064d}.checked\:bg-yellow-950\/40:checked{background-color:#42200666}.checked\:bg-yellow-950\/50:checked{background-color:#42200680}.checked\:bg-yellow-950\/60:checked{background-color:#42200699}.checked\:bg-yellow-950\/70:checked{background-color:#422006b3}.checked\:bg-yellow-950\/75:checked{background-color:#422006bf}.checked\:bg-yellow-950\/80:checked{background-color:#422006cc}.checked\:bg-yellow-950\/90:checked{background-color:#422006e6}.checked\:bg-lime-50:checked{background-color:#f7fee7}.checked\:bg-lime-50\/0:checked{background-color:#f7fee700}.checked\:bg-lime-50\/10:checked{background-color:#f7fee71a}.checked\:bg-lime-50\/20:checked{background-color:#f7fee733}.checked\:bg-lime-50\/30:checked{background-color:#f7fee74d}.checked\:bg-lime-50\/40:checked{background-color:#f7fee766}.checked\:bg-lime-50\/50:checked{background-color:#f7fee780}.checked\:bg-lime-50\/60:checked{background-color:#f7fee799}.checked\:bg-lime-50\/70:checked{background-color:#f7fee7b3}.checked\:bg-lime-50\/75:checked{background-color:#f7fee7bf}.checked\:bg-lime-50\/80:checked{background-color:#f7fee7cc}.checked\:bg-lime-50\/90:checked{background-color:#f7fee7e6}.checked\:bg-lime-100:checked{background-color:#ecfccb}.checked\:bg-lime-100\/0:checked{background-color:#ecfccb00}.checked\:bg-lime-100\/10:checked{background-color:#ecfccb1a}.checked\:bg-lime-100\/20:checked{background-color:#ecfccb33}.checked\:bg-lime-100\/30:checked{background-color:#ecfccb4d}.checked\:bg-lime-100\/40:checked{background-color:#ecfccb66}.checked\:bg-lime-100\/50:checked{background-color:#ecfccb80}.checked\:bg-lime-100\/60:checked{background-color:#ecfccb99}.checked\:bg-lime-100\/70:checked{background-color:#ecfccbb3}.checked\:bg-lime-100\/75:checked{background-color:#ecfccbbf}.checked\:bg-lime-100\/80:checked{background-color:#ecfccbcc}.checked\:bg-lime-100\/90:checked{background-color:#ecfccbe6}.checked\:bg-lime-200:checked{background-color:#d9f99d}.checked\:bg-lime-200\/0:checked{background-color:#d9f99d00}.checked\:bg-lime-200\/10:checked{background-color:#d9f99d1a}.checked\:bg-lime-200\/20:checked{background-color:#d9f99d33}.checked\:bg-lime-200\/30:checked{background-color:#d9f99d4d}.checked\:bg-lime-200\/40:checked{background-color:#d9f99d66}.checked\:bg-lime-200\/50:checked{background-color:#d9f99d80}.checked\:bg-lime-200\/60:checked{background-color:#d9f99d99}.checked\:bg-lime-200\/70:checked{background-color:#d9f99db3}.checked\:bg-lime-200\/75:checked{background-color:#d9f99dbf}.checked\:bg-lime-200\/80:checked{background-color:#d9f99dcc}.checked\:bg-lime-200\/90:checked{background-color:#d9f99de6}.checked\:bg-lime-300:checked{background-color:#bef264}.checked\:bg-lime-300\/0:checked{background-color:#bef26400}.checked\:bg-lime-300\/10:checked{background-color:#bef2641a}.checked\:bg-lime-300\/20:checked{background-color:#bef26433}.checked\:bg-lime-300\/30:checked{background-color:#bef2644d}.checked\:bg-lime-300\/40:checked{background-color:#bef26466}.checked\:bg-lime-300\/50:checked{background-color:#bef26480}.checked\:bg-lime-300\/60:checked{background-color:#bef26499}.checked\:bg-lime-300\/70:checked{background-color:#bef264b3}.checked\:bg-lime-300\/75:checked{background-color:#bef264bf}.checked\:bg-lime-300\/80:checked{background-color:#bef264cc}.checked\:bg-lime-300\/90:checked{background-color:#bef264e6}.checked\:bg-lime-400:checked{background-color:#a3e635}.checked\:bg-lime-400\/0:checked{background-color:#a3e63500}.checked\:bg-lime-400\/10:checked{background-color:#a3e6351a}.checked\:bg-lime-400\/20:checked{background-color:#a3e63533}.checked\:bg-lime-400\/30:checked{background-color:#a3e6354d}.checked\:bg-lime-400\/40:checked{background-color:#a3e63566}.checked\:bg-lime-400\/50:checked{background-color:#a3e63580}.checked\:bg-lime-400\/60:checked{background-color:#a3e63599}.checked\:bg-lime-400\/70:checked{background-color:#a3e635b3}.checked\:bg-lime-400\/75:checked{background-color:#a3e635bf}.checked\:bg-lime-400\/80:checked{background-color:#a3e635cc}.checked\:bg-lime-400\/90:checked{background-color:#a3e635e6}.checked\:bg-lime-500:checked{background-color:#84cc16}.checked\:bg-lime-500\/0:checked{background-color:#84cc1600}.checked\:bg-lime-500\/10:checked{background-color:#84cc161a}.checked\:bg-lime-500\/20:checked{background-color:#84cc1633}.checked\:bg-lime-500\/30:checked{background-color:#84cc164d}.checked\:bg-lime-500\/40:checked{background-color:#84cc1666}.checked\:bg-lime-500\/50:checked{background-color:#84cc1680}.checked\:bg-lime-500\/60:checked{background-color:#84cc1699}.checked\:bg-lime-500\/70:checked{background-color:#84cc16b3}.checked\:bg-lime-500\/75:checked{background-color:#84cc16bf}.checked\:bg-lime-500\/80:checked{background-color:#84cc16cc}.checked\:bg-lime-500\/90:checked{background-color:#84cc16e6}.checked\:bg-lime-600:checked{background-color:#65a30d}.checked\:bg-lime-600\/0:checked{background-color:#65a30d00}.checked\:bg-lime-600\/10:checked{background-color:#65a30d1a}.checked\:bg-lime-600\/20:checked{background-color:#65a30d33}.checked\:bg-lime-600\/30:checked{background-color:#65a30d4d}.checked\:bg-lime-600\/40:checked{background-color:#65a30d66}.checked\:bg-lime-600\/50:checked{background-color:#65a30d80}.checked\:bg-lime-600\/60:checked{background-color:#65a30d99}.checked\:bg-lime-600\/70:checked{background-color:#65a30db3}.checked\:bg-lime-600\/75:checked{background-color:#65a30dbf}.checked\:bg-lime-600\/80:checked{background-color:#65a30dcc}.checked\:bg-lime-600\/90:checked{background-color:#65a30de6}.checked\:bg-lime-700:checked{background-color:#4d7c0f}.checked\:bg-lime-700\/0:checked{background-color:#4d7c0f00}.checked\:bg-lime-700\/10:checked{background-color:#4d7c0f1a}.checked\:bg-lime-700\/20:checked{background-color:#4d7c0f33}.checked\:bg-lime-700\/30:checked{background-color:#4d7c0f4d}.checked\:bg-lime-700\/40:checked{background-color:#4d7c0f66}.checked\:bg-lime-700\/50:checked{background-color:#4d7c0f80}.checked\:bg-lime-700\/60:checked{background-color:#4d7c0f99}.checked\:bg-lime-700\/70:checked{background-color:#4d7c0fb3}.checked\:bg-lime-700\/75:checked{background-color:#4d7c0fbf}.checked\:bg-lime-700\/80:checked{background-color:#4d7c0fcc}.checked\:bg-lime-700\/90:checked{background-color:#4d7c0fe6}.checked\:bg-lime-800:checked{background-color:#3f6212}.checked\:bg-lime-800\/0:checked{background-color:#3f621200}.checked\:bg-lime-800\/10:checked{background-color:#3f62121a}.checked\:bg-lime-800\/20:checked{background-color:#3f621233}.checked\:bg-lime-800\/30:checked{background-color:#3f62124d}.checked\:bg-lime-800\/40:checked{background-color:#3f621266}.checked\:bg-lime-800\/50:checked{background-color:#3f621280}.checked\:bg-lime-800\/60:checked{background-color:#3f621299}.checked\:bg-lime-800\/70:checked{background-color:#3f6212b3}.checked\:bg-lime-800\/75:checked{background-color:#3f6212bf}.checked\:bg-lime-800\/80:checked{background-color:#3f6212cc}.checked\:bg-lime-800\/90:checked{background-color:#3f6212e6}.checked\:bg-lime-900:checked{background-color:#365314}.checked\:bg-lime-900\/0:checked{background-color:#36531400}.checked\:bg-lime-900\/10:checked{background-color:#3653141a}.checked\:bg-lime-900\/20:checked{background-color:#36531433}.checked\:bg-lime-900\/30:checked{background-color:#3653144d}.checked\:bg-lime-900\/40:checked{background-color:#36531466}.checked\:bg-lime-900\/50:checked{background-color:#36531480}.checked\:bg-lime-900\/60:checked{background-color:#36531499}.checked\:bg-lime-900\/70:checked{background-color:#365314b3}.checked\:bg-lime-900\/75:checked{background-color:#365314bf}.checked\:bg-lime-900\/80:checked{background-color:#365314cc}.checked\:bg-lime-900\/90:checked{background-color:#365314e6}.checked\:bg-lime-950:checked{background-color:#1a2e05}.checked\:bg-lime-950\/0:checked{background-color:#1a2e0500}.checked\:bg-lime-950\/10:checked{background-color:#1a2e051a}.checked\:bg-lime-950\/20:checked{background-color:#1a2e0533}.checked\:bg-lime-950\/30:checked{background-color:#1a2e054d}.checked\:bg-lime-950\/40:checked{background-color:#1a2e0566}.checked\:bg-lime-950\/50:checked{background-color:#1a2e0580}.checked\:bg-lime-950\/60:checked{background-color:#1a2e0599}.checked\:bg-lime-950\/70:checked{background-color:#1a2e05b3}.checked\:bg-lime-950\/75:checked{background-color:#1a2e05bf}.checked\:bg-lime-950\/80:checked{background-color:#1a2e05cc}.checked\:bg-lime-950\/90:checked{background-color:#1a2e05e6}.checked\:bg-green-50:checked{background-color:#f0fdf4}.checked\:bg-green-50\/0:checked{background-color:#f0fdf400}.checked\:bg-green-50\/10:checked{background-color:#f0fdf41a}.checked\:bg-green-50\/20:checked{background-color:#f0fdf433}.checked\:bg-green-50\/30:checked{background-color:#f0fdf44d}.checked\:bg-green-50\/40:checked{background-color:#f0fdf466}.checked\:bg-green-50\/50:checked{background-color:#f0fdf480}.checked\:bg-green-50\/60:checked{background-color:#f0fdf499}.checked\:bg-green-50\/70:checked{background-color:#f0fdf4b3}.checked\:bg-green-50\/75:checked{background-color:#f0fdf4bf}.checked\:bg-green-50\/80:checked{background-color:#f0fdf4cc}.checked\:bg-green-50\/90:checked{background-color:#f0fdf4e6}.checked\:bg-green-100:checked{background-color:#dcfce7}.checked\:bg-green-100\/0:checked{background-color:#dcfce700}.checked\:bg-green-100\/10:checked{background-color:#dcfce71a}.checked\:bg-green-100\/20:checked{background-color:#dcfce733}.checked\:bg-green-100\/30:checked{background-color:#dcfce74d}.checked\:bg-green-100\/40:checked{background-color:#dcfce766}.checked\:bg-green-100\/50:checked{background-color:#dcfce780}.checked\:bg-green-100\/60:checked{background-color:#dcfce799}.checked\:bg-green-100\/70:checked{background-color:#dcfce7b3}.checked\:bg-green-100\/75:checked{background-color:#dcfce7bf}.checked\:bg-green-100\/80:checked{background-color:#dcfce7cc}.checked\:bg-green-100\/90:checked{background-color:#dcfce7e6}.checked\:bg-green-200:checked{background-color:#bbf7d0}.checked\:bg-green-200\/0:checked{background-color:#bbf7d000}.checked\:bg-green-200\/10:checked{background-color:#bbf7d01a}.checked\:bg-green-200\/20:checked{background-color:#bbf7d033}.checked\:bg-green-200\/30:checked{background-color:#bbf7d04d}.checked\:bg-green-200\/40:checked{background-color:#bbf7d066}.checked\:bg-green-200\/50:checked{background-color:#bbf7d080}.checked\:bg-green-200\/60:checked{background-color:#bbf7d099}.checked\:bg-green-200\/70:checked{background-color:#bbf7d0b3}.checked\:bg-green-200\/75:checked{background-color:#bbf7d0bf}.checked\:bg-green-200\/80:checked{background-color:#bbf7d0cc}.checked\:bg-green-200\/90:checked{background-color:#bbf7d0e6}.checked\:bg-green-300:checked{background-color:#86efac}.checked\:bg-green-300\/0:checked{background-color:#86efac00}.checked\:bg-green-300\/10:checked{background-color:#86efac1a}.checked\:bg-green-300\/20:checked{background-color:#86efac33}.checked\:bg-green-300\/30:checked{background-color:#86efac4d}.checked\:bg-green-300\/40:checked{background-color:#86efac66}.checked\:bg-green-300\/50:checked{background-color:#86efac80}.checked\:bg-green-300\/60:checked{background-color:#86efac99}.checked\:bg-green-300\/70:checked{background-color:#86efacb3}.checked\:bg-green-300\/75:checked{background-color:#86efacbf}.checked\:bg-green-300\/80:checked{background-color:#86efaccc}.checked\:bg-green-300\/90:checked{background-color:#86eface6}.checked\:bg-green-400:checked{background-color:#4ade80}.checked\:bg-green-400\/0:checked{background-color:#4ade8000}.checked\:bg-green-400\/10:checked{background-color:#4ade801a}.checked\:bg-green-400\/20:checked{background-color:#4ade8033}.checked\:bg-green-400\/30:checked{background-color:#4ade804d}.checked\:bg-green-400\/40:checked{background-color:#4ade8066}.checked\:bg-green-400\/50:checked{background-color:#4ade8080}.checked\:bg-green-400\/60:checked{background-color:#4ade8099}.checked\:bg-green-400\/70:checked{background-color:#4ade80b3}.checked\:bg-green-400\/75:checked{background-color:#4ade80bf}.checked\:bg-green-400\/80:checked{background-color:#4ade80cc}.checked\:bg-green-400\/90:checked{background-color:#4ade80e6}.checked\:bg-green-500:checked{background-color:#22c55e}.checked\:bg-green-500\/0:checked{background-color:#22c55e00}.checked\:bg-green-500\/10:checked{background-color:#22c55e1a}.checked\:bg-green-500\/20:checked{background-color:#22c55e33}.checked\:bg-green-500\/30:checked{background-color:#22c55e4d}.checked\:bg-green-500\/40:checked{background-color:#22c55e66}.checked\:bg-green-500\/50:checked{background-color:#22c55e80}.checked\:bg-green-500\/60:checked{background-color:#22c55e99}.checked\:bg-green-500\/70:checked{background-color:#22c55eb3}.checked\:bg-green-500\/75:checked{background-color:#22c55ebf}.checked\:bg-green-500\/80:checked{background-color:#22c55ecc}.checked\:bg-green-500\/90:checked{background-color:#22c55ee6}.checked\:bg-green-600:checked{background-color:#16a34a}.checked\:bg-green-600\/0:checked{background-color:#16a34a00}.checked\:bg-green-600\/10:checked{background-color:#16a34a1a}.checked\:bg-green-600\/20:checked{background-color:#16a34a33}.checked\:bg-green-600\/30:checked{background-color:#16a34a4d}.checked\:bg-green-600\/40:checked{background-color:#16a34a66}.checked\:bg-green-600\/50:checked{background-color:#16a34a80}.checked\:bg-green-600\/60:checked{background-color:#16a34a99}.checked\:bg-green-600\/70:checked{background-color:#16a34ab3}.checked\:bg-green-600\/75:checked{background-color:#16a34abf}.checked\:bg-green-600\/80:checked{background-color:#16a34acc}.checked\:bg-green-600\/90:checked{background-color:#16a34ae6}.checked\:bg-green-700:checked{background-color:#15803d}.checked\:bg-green-700\/0:checked{background-color:#15803d00}.checked\:bg-green-700\/10:checked{background-color:#15803d1a}.checked\:bg-green-700\/20:checked{background-color:#15803d33}.checked\:bg-green-700\/30:checked{background-color:#15803d4d}.checked\:bg-green-700\/40:checked{background-color:#15803d66}.checked\:bg-green-700\/50:checked{background-color:#15803d80}.checked\:bg-green-700\/60:checked{background-color:#15803d99}.checked\:bg-green-700\/70:checked{background-color:#15803db3}.checked\:bg-green-700\/75:checked{background-color:#15803dbf}.checked\:bg-green-700\/80:checked{background-color:#15803dcc}.checked\:bg-green-700\/90:checked{background-color:#15803de6}.checked\:bg-green-800:checked{background-color:#166534}.checked\:bg-green-800\/0:checked{background-color:#16653400}.checked\:bg-green-800\/10:checked{background-color:#1665341a}.checked\:bg-green-800\/20:checked{background-color:#16653433}.checked\:bg-green-800\/30:checked{background-color:#1665344d}.checked\:bg-green-800\/40:checked{background-color:#16653466}.checked\:bg-green-800\/50:checked{background-color:#16653480}.checked\:bg-green-800\/60:checked{background-color:#16653499}.checked\:bg-green-800\/70:checked{background-color:#166534b3}.checked\:bg-green-800\/75:checked{background-color:#166534bf}.checked\:bg-green-800\/80:checked{background-color:#166534cc}.checked\:bg-green-800\/90:checked{background-color:#166534e6}.checked\:bg-green-900:checked{background-color:#14532d}.checked\:bg-green-900\/0:checked{background-color:#14532d00}.checked\:bg-green-900\/10:checked{background-color:#14532d1a}.checked\:bg-green-900\/20:checked{background-color:#14532d33}.checked\:bg-green-900\/30:checked{background-color:#14532d4d}.checked\:bg-green-900\/40:checked{background-color:#14532d66}.checked\:bg-green-900\/50:checked{background-color:#14532d80}.checked\:bg-green-900\/60:checked{background-color:#14532d99}.checked\:bg-green-900\/70:checked{background-color:#14532db3}.checked\:bg-green-900\/75:checked{background-color:#14532dbf}.checked\:bg-green-900\/80:checked{background-color:#14532dcc}.checked\:bg-green-900\/90:checked{background-color:#14532de6}.checked\:bg-green-950:checked{background-color:#052e16}.checked\:bg-green-950\/0:checked{background-color:#052e1600}.checked\:bg-green-950\/10:checked{background-color:#052e161a}.checked\:bg-green-950\/20:checked{background-color:#052e1633}.checked\:bg-green-950\/30:checked{background-color:#052e164d}.checked\:bg-green-950\/40:checked{background-color:#052e1666}.checked\:bg-green-950\/50:checked{background-color:#052e1680}.checked\:bg-green-950\/60:checked{background-color:#052e1699}.checked\:bg-green-950\/70:checked{background-color:#052e16b3}.checked\:bg-green-950\/75:checked{background-color:#052e16bf}.checked\:bg-green-950\/80:checked{background-color:#052e16cc}.checked\:bg-green-950\/90:checked{background-color:#052e16e6}.checked\:bg-emerald-50:checked{background-color:#ecfdf5}.checked\:bg-emerald-50\/0:checked{background-color:#ecfdf500}.checked\:bg-emerald-50\/10:checked{background-color:#ecfdf51a}.checked\:bg-emerald-50\/20:checked{background-color:#ecfdf533}.checked\:bg-emerald-50\/30:checked{background-color:#ecfdf54d}.checked\:bg-emerald-50\/40:checked{background-color:#ecfdf566}.checked\:bg-emerald-50\/50:checked{background-color:#ecfdf580}.checked\:bg-emerald-50\/60:checked{background-color:#ecfdf599}.checked\:bg-emerald-50\/70:checked{background-color:#ecfdf5b3}.checked\:bg-emerald-50\/75:checked{background-color:#ecfdf5bf}.checked\:bg-emerald-50\/80:checked{background-color:#ecfdf5cc}.checked\:bg-emerald-50\/90:checked{background-color:#ecfdf5e6}.checked\:bg-emerald-100:checked{background-color:#d1fae5}.checked\:bg-emerald-100\/0:checked{background-color:#d1fae500}.checked\:bg-emerald-100\/10:checked{background-color:#d1fae51a}.checked\:bg-emerald-100\/20:checked{background-color:#d1fae533}.checked\:bg-emerald-100\/30:checked{background-color:#d1fae54d}.checked\:bg-emerald-100\/40:checked{background-color:#d1fae566}.checked\:bg-emerald-100\/50:checked{background-color:#d1fae580}.checked\:bg-emerald-100\/60:checked{background-color:#d1fae599}.checked\:bg-emerald-100\/70:checked{background-color:#d1fae5b3}.checked\:bg-emerald-100\/75:checked{background-color:#d1fae5bf}.checked\:bg-emerald-100\/80:checked{background-color:#d1fae5cc}.checked\:bg-emerald-100\/90:checked{background-color:#d1fae5e6}.checked\:bg-emerald-200:checked{background-color:#a7f3d0}.checked\:bg-emerald-200\/0:checked{background-color:#a7f3d000}.checked\:bg-emerald-200\/10:checked{background-color:#a7f3d01a}.checked\:bg-emerald-200\/20:checked{background-color:#a7f3d033}.checked\:bg-emerald-200\/30:checked{background-color:#a7f3d04d}.checked\:bg-emerald-200\/40:checked{background-color:#a7f3d066}.checked\:bg-emerald-200\/50:checked{background-color:#a7f3d080}.checked\:bg-emerald-200\/60:checked{background-color:#a7f3d099}.checked\:bg-emerald-200\/70:checked{background-color:#a7f3d0b3}.checked\:bg-emerald-200\/75:checked{background-color:#a7f3d0bf}.checked\:bg-emerald-200\/80:checked{background-color:#a7f3d0cc}.checked\:bg-emerald-200\/90:checked{background-color:#a7f3d0e6}.checked\:bg-emerald-300:checked{background-color:#6ee7b7}.checked\:bg-emerald-300\/0:checked{background-color:#6ee7b700}.checked\:bg-emerald-300\/10:checked{background-color:#6ee7b71a}.checked\:bg-emerald-300\/20:checked{background-color:#6ee7b733}.checked\:bg-emerald-300\/30:checked{background-color:#6ee7b74d}.checked\:bg-emerald-300\/40:checked{background-color:#6ee7b766}.checked\:bg-emerald-300\/50:checked{background-color:#6ee7b780}.checked\:bg-emerald-300\/60:checked{background-color:#6ee7b799}.checked\:bg-emerald-300\/70:checked{background-color:#6ee7b7b3}.checked\:bg-emerald-300\/75:checked{background-color:#6ee7b7bf}.checked\:bg-emerald-300\/80:checked{background-color:#6ee7b7cc}.checked\:bg-emerald-300\/90:checked{background-color:#6ee7b7e6}.checked\:bg-emerald-400:checked{background-color:#34d399}.checked\:bg-emerald-400\/0:checked{background-color:#34d39900}.checked\:bg-emerald-400\/10:checked{background-color:#34d3991a}.checked\:bg-emerald-400\/20:checked{background-color:#34d39933}.checked\:bg-emerald-400\/30:checked{background-color:#34d3994d}.checked\:bg-emerald-400\/40:checked{background-color:#34d39966}.checked\:bg-emerald-400\/50:checked{background-color:#34d39980}.checked\:bg-emerald-400\/60:checked{background-color:#34d39999}.checked\:bg-emerald-400\/70:checked{background-color:#34d399b3}.checked\:bg-emerald-400\/75:checked{background-color:#34d399bf}.checked\:bg-emerald-400\/80:checked{background-color:#34d399cc}.checked\:bg-emerald-400\/90:checked{background-color:#34d399e6}.checked\:bg-emerald-500:checked{background-color:#10b981}.checked\:bg-emerald-500\/0:checked{background-color:#10b98100}.checked\:bg-emerald-500\/10:checked{background-color:#10b9811a}.checked\:bg-emerald-500\/20:checked{background-color:#10b98133}.checked\:bg-emerald-500\/30:checked{background-color:#10b9814d}.checked\:bg-emerald-500\/40:checked{background-color:#10b98166}.checked\:bg-emerald-500\/50:checked{background-color:#10b98180}.checked\:bg-emerald-500\/60:checked{background-color:#10b98199}.checked\:bg-emerald-500\/70:checked{background-color:#10b981b3}.checked\:bg-emerald-500\/75:checked{background-color:#10b981bf}.checked\:bg-emerald-500\/80:checked{background-color:#10b981cc}.checked\:bg-emerald-500\/90:checked{background-color:#10b981e6}.checked\:bg-emerald-600:checked{background-color:#059669}.checked\:bg-emerald-600\/0:checked{background-color:#05966900}.checked\:bg-emerald-600\/10:checked{background-color:#0596691a}.checked\:bg-emerald-600\/20:checked{background-color:#05966933}.checked\:bg-emerald-600\/30:checked{background-color:#0596694d}.checked\:bg-emerald-600\/40:checked{background-color:#05966966}.checked\:bg-emerald-600\/50:checked{background-color:#05966980}.checked\:bg-emerald-600\/60:checked{background-color:#05966999}.checked\:bg-emerald-600\/70:checked{background-color:#059669b3}.checked\:bg-emerald-600\/75:checked{background-color:#059669bf}.checked\:bg-emerald-600\/80:checked{background-color:#059669cc}.checked\:bg-emerald-600\/90:checked{background-color:#059669e6}.checked\:bg-emerald-700:checked{background-color:#047857}.checked\:bg-emerald-700\/0:checked{background-color:#04785700}.checked\:bg-emerald-700\/10:checked{background-color:#0478571a}.checked\:bg-emerald-700\/20:checked{background-color:#04785733}.checked\:bg-emerald-700\/30:checked{background-color:#0478574d}.checked\:bg-emerald-700\/40:checked{background-color:#04785766}.checked\:bg-emerald-700\/50:checked{background-color:#04785780}.checked\:bg-emerald-700\/60:checked{background-color:#04785799}.checked\:bg-emerald-700\/70:checked{background-color:#047857b3}.checked\:bg-emerald-700\/75:checked{background-color:#047857bf}.checked\:bg-emerald-700\/80:checked{background-color:#047857cc}.checked\:bg-emerald-700\/90:checked{background-color:#047857e6}.checked\:bg-emerald-800:checked{background-color:#065f46}.checked\:bg-emerald-800\/0:checked{background-color:#065f4600}.checked\:bg-emerald-800\/10:checked{background-color:#065f461a}.checked\:bg-emerald-800\/20:checked{background-color:#065f4633}.checked\:bg-emerald-800\/30:checked{background-color:#065f464d}.checked\:bg-emerald-800\/40:checked{background-color:#065f4666}.checked\:bg-emerald-800\/50:checked{background-color:#065f4680}.checked\:bg-emerald-800\/60:checked{background-color:#065f4699}.checked\:bg-emerald-800\/70:checked{background-color:#065f46b3}.checked\:bg-emerald-800\/75:checked{background-color:#065f46bf}.checked\:bg-emerald-800\/80:checked{background-color:#065f46cc}.checked\:bg-emerald-800\/90:checked{background-color:#065f46e6}.checked\:bg-emerald-900:checked{background-color:#064e3b}.checked\:bg-emerald-900\/0:checked{background-color:#064e3b00}.checked\:bg-emerald-900\/10:checked{background-color:#064e3b1a}.checked\:bg-emerald-900\/20:checked{background-color:#064e3b33}.checked\:bg-emerald-900\/30:checked{background-color:#064e3b4d}.checked\:bg-emerald-900\/40:checked{background-color:#064e3b66}.checked\:bg-emerald-900\/50:checked{background-color:#064e3b80}.checked\:bg-emerald-900\/60:checked{background-color:#064e3b99}.checked\:bg-emerald-900\/70:checked{background-color:#064e3bb3}.checked\:bg-emerald-900\/75:checked{background-color:#064e3bbf}.checked\:bg-emerald-900\/80:checked{background-color:#064e3bcc}.checked\:bg-emerald-900\/90:checked{background-color:#064e3be6}.checked\:bg-emerald-950:checked{background-color:#022c22}.checked\:bg-emerald-950\/0:checked{background-color:#022c2200}.checked\:bg-emerald-950\/10:checked{background-color:#022c221a}.checked\:bg-emerald-950\/20:checked{background-color:#022c2233}.checked\:bg-emerald-950\/30:checked{background-color:#022c224d}.checked\:bg-emerald-950\/40:checked{background-color:#022c2266}.checked\:bg-emerald-950\/50:checked{background-color:#022c2280}.checked\:bg-emerald-950\/60:checked{background-color:#022c2299}.checked\:bg-emerald-950\/70:checked{background-color:#022c22b3}.checked\:bg-emerald-950\/75:checked{background-color:#022c22bf}.checked\:bg-emerald-950\/80:checked{background-color:#022c22cc}.checked\:bg-emerald-950\/90:checked{background-color:#022c22e6}.checked\:bg-teal-50:checked{background-color:#f0fdfa}.checked\:bg-teal-50\/0:checked{background-color:#f0fdfa00}.checked\:bg-teal-50\/10:checked{background-color:#f0fdfa1a}.checked\:bg-teal-50\/20:checked{background-color:#f0fdfa33}.checked\:bg-teal-50\/30:checked{background-color:#f0fdfa4d}.checked\:bg-teal-50\/40:checked{background-color:#f0fdfa66}.checked\:bg-teal-50\/50:checked{background-color:#f0fdfa80}.checked\:bg-teal-50\/60:checked{background-color:#f0fdfa99}.checked\:bg-teal-50\/70:checked{background-color:#f0fdfab3}.checked\:bg-teal-50\/75:checked{background-color:#f0fdfabf}.checked\:bg-teal-50\/80:checked{background-color:#f0fdfacc}.checked\:bg-teal-50\/90:checked{background-color:#f0fdfae6}.checked\:bg-teal-100:checked{background-color:#ccfbf1}.checked\:bg-teal-100\/0:checked{background-color:#ccfbf100}.checked\:bg-teal-100\/10:checked{background-color:#ccfbf11a}.checked\:bg-teal-100\/20:checked{background-color:#ccfbf133}.checked\:bg-teal-100\/30:checked{background-color:#ccfbf14d}.checked\:bg-teal-100\/40:checked{background-color:#ccfbf166}.checked\:bg-teal-100\/50:checked{background-color:#ccfbf180}.checked\:bg-teal-100\/60:checked{background-color:#ccfbf199}.checked\:bg-teal-100\/70:checked{background-color:#ccfbf1b3}.checked\:bg-teal-100\/75:checked{background-color:#ccfbf1bf}.checked\:bg-teal-100\/80:checked{background-color:#ccfbf1cc}.checked\:bg-teal-100\/90:checked{background-color:#ccfbf1e6}.checked\:bg-teal-200:checked{background-color:#99f6e4}.checked\:bg-teal-200\/0:checked{background-color:#99f6e400}.checked\:bg-teal-200\/10:checked{background-color:#99f6e41a}.checked\:bg-teal-200\/20:checked{background-color:#99f6e433}.checked\:bg-teal-200\/30:checked{background-color:#99f6e44d}.checked\:bg-teal-200\/40:checked{background-color:#99f6e466}.checked\:bg-teal-200\/50:checked{background-color:#99f6e480}.checked\:bg-teal-200\/60:checked{background-color:#99f6e499}.checked\:bg-teal-200\/70:checked{background-color:#99f6e4b3}.checked\:bg-teal-200\/75:checked{background-color:#99f6e4bf}.checked\:bg-teal-200\/80:checked{background-color:#99f6e4cc}.checked\:bg-teal-200\/90:checked{background-color:#99f6e4e6}.checked\:bg-teal-300:checked{background-color:#5eead4}.checked\:bg-teal-300\/0:checked{background-color:#5eead400}.checked\:bg-teal-300\/10:checked{background-color:#5eead41a}.checked\:bg-teal-300\/20:checked{background-color:#5eead433}.checked\:bg-teal-300\/30:checked{background-color:#5eead44d}.checked\:bg-teal-300\/40:checked{background-color:#5eead466}.checked\:bg-teal-300\/50:checked{background-color:#5eead480}.checked\:bg-teal-300\/60:checked{background-color:#5eead499}.checked\:bg-teal-300\/70:checked{background-color:#5eead4b3}.checked\:bg-teal-300\/75:checked{background-color:#5eead4bf}.checked\:bg-teal-300\/80:checked{background-color:#5eead4cc}.checked\:bg-teal-300\/90:checked{background-color:#5eead4e6}.checked\:bg-teal-400:checked{background-color:#2dd4bf}.checked\:bg-teal-400\/0:checked{background-color:#2dd4bf00}.checked\:bg-teal-400\/10:checked{background-color:#2dd4bf1a}.checked\:bg-teal-400\/20:checked{background-color:#2dd4bf33}.checked\:bg-teal-400\/30:checked{background-color:#2dd4bf4d}.checked\:bg-teal-400\/40:checked{background-color:#2dd4bf66}.checked\:bg-teal-400\/50:checked{background-color:#2dd4bf80}.checked\:bg-teal-400\/60:checked{background-color:#2dd4bf99}.checked\:bg-teal-400\/70:checked{background-color:#2dd4bfb3}.checked\:bg-teal-400\/75:checked{background-color:#2dd4bfbf}.checked\:bg-teal-400\/80:checked{background-color:#2dd4bfcc}.checked\:bg-teal-400\/90:checked{background-color:#2dd4bfe6}.checked\:bg-teal-500:checked{background-color:#14b8a6}.checked\:bg-teal-500\/0:checked{background-color:#14b8a600}.checked\:bg-teal-500\/10:checked{background-color:#14b8a61a}.checked\:bg-teal-500\/20:checked{background-color:#14b8a633}.checked\:bg-teal-500\/30:checked{background-color:#14b8a64d}.checked\:bg-teal-500\/40:checked{background-color:#14b8a666}.checked\:bg-teal-500\/50:checked{background-color:#14b8a680}.checked\:bg-teal-500\/60:checked{background-color:#14b8a699}.checked\:bg-teal-500\/70:checked{background-color:#14b8a6b3}.checked\:bg-teal-500\/75:checked{background-color:#14b8a6bf}.checked\:bg-teal-500\/80:checked{background-color:#14b8a6cc}.checked\:bg-teal-500\/90:checked{background-color:#14b8a6e6}.checked\:bg-teal-600:checked{background-color:#0d9488}.checked\:bg-teal-600\/0:checked{background-color:#0d948800}.checked\:bg-teal-600\/10:checked{background-color:#0d94881a}.checked\:bg-teal-600\/20:checked{background-color:#0d948833}.checked\:bg-teal-600\/30:checked{background-color:#0d94884d}.checked\:bg-teal-600\/40:checked{background-color:#0d948866}.checked\:bg-teal-600\/50:checked{background-color:#0d948880}.checked\:bg-teal-600\/60:checked{background-color:#0d948899}.checked\:bg-teal-600\/70:checked{background-color:#0d9488b3}.checked\:bg-teal-600\/75:checked{background-color:#0d9488bf}.checked\:bg-teal-600\/80:checked{background-color:#0d9488cc}.checked\:bg-teal-600\/90:checked{background-color:#0d9488e6}.checked\:bg-teal-700:checked{background-color:#0f766e}.checked\:bg-teal-700\/0:checked{background-color:#0f766e00}.checked\:bg-teal-700\/10:checked{background-color:#0f766e1a}.checked\:bg-teal-700\/20:checked{background-color:#0f766e33}.checked\:bg-teal-700\/30:checked{background-color:#0f766e4d}.checked\:bg-teal-700\/40:checked{background-color:#0f766e66}.checked\:bg-teal-700\/50:checked{background-color:#0f766e80}.checked\:bg-teal-700\/60:checked{background-color:#0f766e99}.checked\:bg-teal-700\/70:checked{background-color:#0f766eb3}.checked\:bg-teal-700\/75:checked{background-color:#0f766ebf}.checked\:bg-teal-700\/80:checked{background-color:#0f766ecc}.checked\:bg-teal-700\/90:checked{background-color:#0f766ee6}.checked\:bg-teal-800:checked{background-color:#115e59}.checked\:bg-teal-800\/0:checked{background-color:#115e5900}.checked\:bg-teal-800\/10:checked{background-color:#115e591a}.checked\:bg-teal-800\/20:checked{background-color:#115e5933}.checked\:bg-teal-800\/30:checked{background-color:#115e594d}.checked\:bg-teal-800\/40:checked{background-color:#115e5966}.checked\:bg-teal-800\/50:checked{background-color:#115e5980}.checked\:bg-teal-800\/60:checked{background-color:#115e5999}.checked\:bg-teal-800\/70:checked{background-color:#115e59b3}.checked\:bg-teal-800\/75:checked{background-color:#115e59bf}.checked\:bg-teal-800\/80:checked{background-color:#115e59cc}.checked\:bg-teal-800\/90:checked{background-color:#115e59e6}.checked\:bg-teal-900:checked{background-color:#134e4a}.checked\:bg-teal-900\/0:checked{background-color:#134e4a00}.checked\:bg-teal-900\/10:checked{background-color:#134e4a1a}.checked\:bg-teal-900\/20:checked{background-color:#134e4a33}.checked\:bg-teal-900\/30:checked{background-color:#134e4a4d}.checked\:bg-teal-900\/40:checked{background-color:#134e4a66}.checked\:bg-teal-900\/50:checked{background-color:#134e4a80}.checked\:bg-teal-900\/60:checked{background-color:#134e4a99}.checked\:bg-teal-900\/70:checked{background-color:#134e4ab3}.checked\:bg-teal-900\/75:checked{background-color:#134e4abf}.checked\:bg-teal-900\/80:checked{background-color:#134e4acc}.checked\:bg-teal-900\/90:checked{background-color:#134e4ae6}.checked\:bg-teal-950:checked{background-color:#042f2e}.checked\:bg-teal-950\/0:checked{background-color:#042f2e00}.checked\:bg-teal-950\/10:checked{background-color:#042f2e1a}.checked\:bg-teal-950\/20:checked{background-color:#042f2e33}.checked\:bg-teal-950\/30:checked{background-color:#042f2e4d}.checked\:bg-teal-950\/40:checked{background-color:#042f2e66}.checked\:bg-teal-950\/50:checked{background-color:#042f2e80}.checked\:bg-teal-950\/60:checked{background-color:#042f2e99}.checked\:bg-teal-950\/70:checked{background-color:#042f2eb3}.checked\:bg-teal-950\/75:checked{background-color:#042f2ebf}.checked\:bg-teal-950\/80:checked{background-color:#042f2ecc}.checked\:bg-teal-950\/90:checked{background-color:#042f2ee6}.checked\:bg-cyan-50:checked{background-color:#ecfeff}.checked\:bg-cyan-50\/0:checked{background-color:#ecfeff00}.checked\:bg-cyan-50\/10:checked{background-color:#ecfeff1a}.checked\:bg-cyan-50\/20:checked{background-color:#ecfeff33}.checked\:bg-cyan-50\/30:checked{background-color:#ecfeff4d}.checked\:bg-cyan-50\/40:checked{background-color:#ecfeff66}.checked\:bg-cyan-50\/50:checked{background-color:#ecfeff80}.checked\:bg-cyan-50\/60:checked{background-color:#ecfeff99}.checked\:bg-cyan-50\/70:checked{background-color:#ecfeffb3}.checked\:bg-cyan-50\/75:checked{background-color:#ecfeffbf}.checked\:bg-cyan-50\/80:checked{background-color:#ecfeffcc}.checked\:bg-cyan-50\/90:checked{background-color:#ecfeffe6}.checked\:bg-cyan-100:checked{background-color:#cffafe}.checked\:bg-cyan-100\/0:checked{background-color:#cffafe00}.checked\:bg-cyan-100\/10:checked{background-color:#cffafe1a}.checked\:bg-cyan-100\/20:checked{background-color:#cffafe33}.checked\:bg-cyan-100\/30:checked{background-color:#cffafe4d}.checked\:bg-cyan-100\/40:checked{background-color:#cffafe66}.checked\:bg-cyan-100\/50:checked{background-color:#cffafe80}.checked\:bg-cyan-100\/60:checked{background-color:#cffafe99}.checked\:bg-cyan-100\/70:checked{background-color:#cffafeb3}.checked\:bg-cyan-100\/75:checked{background-color:#cffafebf}.checked\:bg-cyan-100\/80:checked{background-color:#cffafecc}.checked\:bg-cyan-100\/90:checked{background-color:#cffafee6}.checked\:bg-cyan-200:checked{background-color:#a5f3fc}.checked\:bg-cyan-200\/0:checked{background-color:#a5f3fc00}.checked\:bg-cyan-200\/10:checked{background-color:#a5f3fc1a}.checked\:bg-cyan-200\/20:checked{background-color:#a5f3fc33}.checked\:bg-cyan-200\/30:checked{background-color:#a5f3fc4d}.checked\:bg-cyan-200\/40:checked{background-color:#a5f3fc66}.checked\:bg-cyan-200\/50:checked{background-color:#a5f3fc80}.checked\:bg-cyan-200\/60:checked{background-color:#a5f3fc99}.checked\:bg-cyan-200\/70:checked{background-color:#a5f3fcb3}.checked\:bg-cyan-200\/75:checked{background-color:#a5f3fcbf}.checked\:bg-cyan-200\/80:checked{background-color:#a5f3fccc}.checked\:bg-cyan-200\/90:checked{background-color:#a5f3fce6}.checked\:bg-cyan-300:checked{background-color:#67e8f9}.checked\:bg-cyan-300\/0:checked{background-color:#67e8f900}.checked\:bg-cyan-300\/10:checked{background-color:#67e8f91a}.checked\:bg-cyan-300\/20:checked{background-color:#67e8f933}.checked\:bg-cyan-300\/30:checked{background-color:#67e8f94d}.checked\:bg-cyan-300\/40:checked{background-color:#67e8f966}.checked\:bg-cyan-300\/50:checked{background-color:#67e8f980}.checked\:bg-cyan-300\/60:checked{background-color:#67e8f999}.checked\:bg-cyan-300\/70:checked{background-color:#67e8f9b3}.checked\:bg-cyan-300\/75:checked{background-color:#67e8f9bf}.checked\:bg-cyan-300\/80:checked{background-color:#67e8f9cc}.checked\:bg-cyan-300\/90:checked{background-color:#67e8f9e6}.checked\:bg-cyan-400:checked{background-color:#22d3ee}.checked\:bg-cyan-400\/0:checked{background-color:#22d3ee00}.checked\:bg-cyan-400\/10:checked{background-color:#22d3ee1a}.checked\:bg-cyan-400\/20:checked{background-color:#22d3ee33}.checked\:bg-cyan-400\/30:checked{background-color:#22d3ee4d}.checked\:bg-cyan-400\/40:checked{background-color:#22d3ee66}.checked\:bg-cyan-400\/50:checked{background-color:#22d3ee80}.checked\:bg-cyan-400\/60:checked{background-color:#22d3ee99}.checked\:bg-cyan-400\/70:checked{background-color:#22d3eeb3}.checked\:bg-cyan-400\/75:checked{background-color:#22d3eebf}.checked\:bg-cyan-400\/80:checked{background-color:#22d3eecc}.checked\:bg-cyan-400\/90:checked{background-color:#22d3eee6}.checked\:bg-cyan-500:checked{background-color:#06b6d4}.checked\:bg-cyan-500\/0:checked{background-color:#06b6d400}.checked\:bg-cyan-500\/10:checked{background-color:#06b6d41a}.checked\:bg-cyan-500\/20:checked{background-color:#06b6d433}.checked\:bg-cyan-500\/30:checked{background-color:#06b6d44d}.checked\:bg-cyan-500\/40:checked{background-color:#06b6d466}.checked\:bg-cyan-500\/50:checked{background-color:#06b6d480}.checked\:bg-cyan-500\/60:checked{background-color:#06b6d499}.checked\:bg-cyan-500\/70:checked{background-color:#06b6d4b3}.checked\:bg-cyan-500\/75:checked{background-color:#06b6d4bf}.checked\:bg-cyan-500\/80:checked{background-color:#06b6d4cc}.checked\:bg-cyan-500\/90:checked{background-color:#06b6d4e6}.checked\:bg-cyan-600:checked{background-color:#0891b2}.checked\:bg-cyan-600\/0:checked{background-color:#0891b200}.checked\:bg-cyan-600\/10:checked{background-color:#0891b21a}.checked\:bg-cyan-600\/20:checked{background-color:#0891b233}.checked\:bg-cyan-600\/30:checked{background-color:#0891b24d}.checked\:bg-cyan-600\/40:checked{background-color:#0891b266}.checked\:bg-cyan-600\/50:checked{background-color:#0891b280}.checked\:bg-cyan-600\/60:checked{background-color:#0891b299}.checked\:bg-cyan-600\/70:checked{background-color:#0891b2b3}.checked\:bg-cyan-600\/75:checked{background-color:#0891b2bf}.checked\:bg-cyan-600\/80:checked{background-color:#0891b2cc}.checked\:bg-cyan-600\/90:checked{background-color:#0891b2e6}.checked\:bg-cyan-700:checked{background-color:#0e7490}.checked\:bg-cyan-700\/0:checked{background-color:#0e749000}.checked\:bg-cyan-700\/10:checked{background-color:#0e74901a}.checked\:bg-cyan-700\/20:checked{background-color:#0e749033}.checked\:bg-cyan-700\/30:checked{background-color:#0e74904d}.checked\:bg-cyan-700\/40:checked{background-color:#0e749066}.checked\:bg-cyan-700\/50:checked{background-color:#0e749080}.checked\:bg-cyan-700\/60:checked{background-color:#0e749099}.checked\:bg-cyan-700\/70:checked{background-color:#0e7490b3}.checked\:bg-cyan-700\/75:checked{background-color:#0e7490bf}.checked\:bg-cyan-700\/80:checked{background-color:#0e7490cc}.checked\:bg-cyan-700\/90:checked{background-color:#0e7490e6}.checked\:bg-cyan-800:checked{background-color:#155e75}.checked\:bg-cyan-800\/0:checked{background-color:#155e7500}.checked\:bg-cyan-800\/10:checked{background-color:#155e751a}.checked\:bg-cyan-800\/20:checked{background-color:#155e7533}.checked\:bg-cyan-800\/30:checked{background-color:#155e754d}.checked\:bg-cyan-800\/40:checked{background-color:#155e7566}.checked\:bg-cyan-800\/50:checked{background-color:#155e7580}.checked\:bg-cyan-800\/60:checked{background-color:#155e7599}.checked\:bg-cyan-800\/70:checked{background-color:#155e75b3}.checked\:bg-cyan-800\/75:checked{background-color:#155e75bf}.checked\:bg-cyan-800\/80:checked{background-color:#155e75cc}.checked\:bg-cyan-800\/90:checked{background-color:#155e75e6}.checked\:bg-cyan-900:checked{background-color:#164e63}.checked\:bg-cyan-900\/0:checked{background-color:#164e6300}.checked\:bg-cyan-900\/10:checked{background-color:#164e631a}.checked\:bg-cyan-900\/20:checked{background-color:#164e6333}.checked\:bg-cyan-900\/30:checked{background-color:#164e634d}.checked\:bg-cyan-900\/40:checked{background-color:#164e6366}.checked\:bg-cyan-900\/50:checked{background-color:#164e6380}.checked\:bg-cyan-900\/60:checked{background-color:#164e6399}.checked\:bg-cyan-900\/70:checked{background-color:#164e63b3}.checked\:bg-cyan-900\/75:checked{background-color:#164e63bf}.checked\:bg-cyan-900\/80:checked{background-color:#164e63cc}.checked\:bg-cyan-900\/90:checked{background-color:#164e63e6}.checked\:bg-cyan-950:checked{background-color:#083344}.checked\:bg-cyan-950\/0:checked{background-color:#08334400}.checked\:bg-cyan-950\/10:checked{background-color:#0833441a}.checked\:bg-cyan-950\/20:checked{background-color:#08334433}.checked\:bg-cyan-950\/30:checked{background-color:#0833444d}.checked\:bg-cyan-950\/40:checked{background-color:#08334466}.checked\:bg-cyan-950\/50:checked{background-color:#08334480}.checked\:bg-cyan-950\/60:checked{background-color:#08334499}.checked\:bg-cyan-950\/70:checked{background-color:#083344b3}.checked\:bg-cyan-950\/75:checked{background-color:#083344bf}.checked\:bg-cyan-950\/80:checked{background-color:#083344cc}.checked\:bg-cyan-950\/90:checked{background-color:#083344e6}.checked\:bg-sky-50:checked{background-color:#f0f9ff}.checked\:bg-sky-50\/0:checked{background-color:#f0f9ff00}.checked\:bg-sky-50\/10:checked{background-color:#f0f9ff1a}.checked\:bg-sky-50\/20:checked{background-color:#f0f9ff33}.checked\:bg-sky-50\/30:checked{background-color:#f0f9ff4d}.checked\:bg-sky-50\/40:checked{background-color:#f0f9ff66}.checked\:bg-sky-50\/50:checked{background-color:#f0f9ff80}.checked\:bg-sky-50\/60:checked{background-color:#f0f9ff99}.checked\:bg-sky-50\/70:checked{background-color:#f0f9ffb3}.checked\:bg-sky-50\/75:checked{background-color:#f0f9ffbf}.checked\:bg-sky-50\/80:checked{background-color:#f0f9ffcc}.checked\:bg-sky-50\/90:checked{background-color:#f0f9ffe6}.checked\:bg-sky-100:checked{background-color:#e0f2fe}.checked\:bg-sky-100\/0:checked{background-color:#e0f2fe00}.checked\:bg-sky-100\/10:checked{background-color:#e0f2fe1a}.checked\:bg-sky-100\/20:checked{background-color:#e0f2fe33}.checked\:bg-sky-100\/30:checked{background-color:#e0f2fe4d}.checked\:bg-sky-100\/40:checked{background-color:#e0f2fe66}.checked\:bg-sky-100\/50:checked{background-color:#e0f2fe80}.checked\:bg-sky-100\/60:checked{background-color:#e0f2fe99}.checked\:bg-sky-100\/70:checked{background-color:#e0f2feb3}.checked\:bg-sky-100\/75:checked{background-color:#e0f2febf}.checked\:bg-sky-100\/80:checked{background-color:#e0f2fecc}.checked\:bg-sky-100\/90:checked{background-color:#e0f2fee6}.checked\:bg-sky-200:checked{background-color:#bae6fd}.checked\:bg-sky-200\/0:checked{background-color:#bae6fd00}.checked\:bg-sky-200\/10:checked{background-color:#bae6fd1a}.checked\:bg-sky-200\/20:checked{background-color:#bae6fd33}.checked\:bg-sky-200\/30:checked{background-color:#bae6fd4d}.checked\:bg-sky-200\/40:checked{background-color:#bae6fd66}.checked\:bg-sky-200\/50:checked{background-color:#bae6fd80}.checked\:bg-sky-200\/60:checked{background-color:#bae6fd99}.checked\:bg-sky-200\/70:checked{background-color:#bae6fdb3}.checked\:bg-sky-200\/75:checked{background-color:#bae6fdbf}.checked\:bg-sky-200\/80:checked{background-color:#bae6fdcc}.checked\:bg-sky-200\/90:checked{background-color:#bae6fde6}.checked\:bg-sky-300:checked{background-color:#7dd3fc}.checked\:bg-sky-300\/0:checked{background-color:#7dd3fc00}.checked\:bg-sky-300\/10:checked{background-color:#7dd3fc1a}.checked\:bg-sky-300\/20:checked{background-color:#7dd3fc33}.checked\:bg-sky-300\/30:checked{background-color:#7dd3fc4d}.checked\:bg-sky-300\/40:checked{background-color:#7dd3fc66}.checked\:bg-sky-300\/50:checked{background-color:#7dd3fc80}.checked\:bg-sky-300\/60:checked{background-color:#7dd3fc99}.checked\:bg-sky-300\/70:checked{background-color:#7dd3fcb3}.checked\:bg-sky-300\/75:checked{background-color:#7dd3fcbf}.checked\:bg-sky-300\/80:checked{background-color:#7dd3fccc}.checked\:bg-sky-300\/90:checked{background-color:#7dd3fce6}.checked\:bg-sky-400:checked{background-color:#38bdf8}.checked\:bg-sky-400\/0:checked{background-color:#38bdf800}.checked\:bg-sky-400\/10:checked{background-color:#38bdf81a}.checked\:bg-sky-400\/20:checked{background-color:#38bdf833}.checked\:bg-sky-400\/30:checked{background-color:#38bdf84d}.checked\:bg-sky-400\/40:checked{background-color:#38bdf866}.checked\:bg-sky-400\/50:checked{background-color:#38bdf880}.checked\:bg-sky-400\/60:checked{background-color:#38bdf899}.checked\:bg-sky-400\/70:checked{background-color:#38bdf8b3}.checked\:bg-sky-400\/75:checked{background-color:#38bdf8bf}.checked\:bg-sky-400\/80:checked{background-color:#38bdf8cc}.checked\:bg-sky-400\/90:checked{background-color:#38bdf8e6}.checked\:bg-sky-500:checked{background-color:#0ea5e9}.checked\:bg-sky-500\/0:checked{background-color:#0ea5e900}.checked\:bg-sky-500\/10:checked{background-color:#0ea5e91a}.checked\:bg-sky-500\/20:checked{background-color:#0ea5e933}.checked\:bg-sky-500\/30:checked{background-color:#0ea5e94d}.checked\:bg-sky-500\/40:checked{background-color:#0ea5e966}.checked\:bg-sky-500\/50:checked{background-color:#0ea5e980}.checked\:bg-sky-500\/60:checked{background-color:#0ea5e999}.checked\:bg-sky-500\/70:checked{background-color:#0ea5e9b3}.checked\:bg-sky-500\/75:checked{background-color:#0ea5e9bf}.checked\:bg-sky-500\/80:checked{background-color:#0ea5e9cc}.checked\:bg-sky-500\/90:checked{background-color:#0ea5e9e6}.checked\:bg-sky-600:checked{background-color:#0284c7}.checked\:bg-sky-600\/0:checked{background-color:#0284c700}.checked\:bg-sky-600\/10:checked{background-color:#0284c71a}.checked\:bg-sky-600\/20:checked{background-color:#0284c733}.checked\:bg-sky-600\/30:checked{background-color:#0284c74d}.checked\:bg-sky-600\/40:checked{background-color:#0284c766}.checked\:bg-sky-600\/50:checked{background-color:#0284c780}.checked\:bg-sky-600\/60:checked{background-color:#0284c799}.checked\:bg-sky-600\/70:checked{background-color:#0284c7b3}.checked\:bg-sky-600\/75:checked{background-color:#0284c7bf}.checked\:bg-sky-600\/80:checked{background-color:#0284c7cc}.checked\:bg-sky-600\/90:checked{background-color:#0284c7e6}.checked\:bg-sky-700:checked{background-color:#0369a1}.checked\:bg-sky-700\/0:checked{background-color:#0369a100}.checked\:bg-sky-700\/10:checked{background-color:#0369a11a}.checked\:bg-sky-700\/20:checked{background-color:#0369a133}.checked\:bg-sky-700\/30:checked{background-color:#0369a14d}.checked\:bg-sky-700\/40:checked{background-color:#0369a166}.checked\:bg-sky-700\/50:checked{background-color:#0369a180}.checked\:bg-sky-700\/60:checked{background-color:#0369a199}.checked\:bg-sky-700\/70:checked{background-color:#0369a1b3}.checked\:bg-sky-700\/75:checked{background-color:#0369a1bf}.checked\:bg-sky-700\/80:checked{background-color:#0369a1cc}.checked\:bg-sky-700\/90:checked{background-color:#0369a1e6}.checked\:bg-sky-800:checked{background-color:#075985}.checked\:bg-sky-800\/0:checked{background-color:#07598500}.checked\:bg-sky-800\/10:checked{background-color:#0759851a}.checked\:bg-sky-800\/20:checked{background-color:#07598533}.checked\:bg-sky-800\/30:checked{background-color:#0759854d}.checked\:bg-sky-800\/40:checked{background-color:#07598566}.checked\:bg-sky-800\/50:checked{background-color:#07598580}.checked\:bg-sky-800\/60:checked{background-color:#07598599}.checked\:bg-sky-800\/70:checked{background-color:#075985b3}.checked\:bg-sky-800\/75:checked{background-color:#075985bf}.checked\:bg-sky-800\/80:checked{background-color:#075985cc}.checked\:bg-sky-800\/90:checked{background-color:#075985e6}.checked\:bg-sky-900:checked{background-color:#0c4a6e}.checked\:bg-sky-900\/0:checked{background-color:#0c4a6e00}.checked\:bg-sky-900\/10:checked{background-color:#0c4a6e1a}.checked\:bg-sky-900\/20:checked{background-color:#0c4a6e33}.checked\:bg-sky-900\/30:checked{background-color:#0c4a6e4d}.checked\:bg-sky-900\/40:checked{background-color:#0c4a6e66}.checked\:bg-sky-900\/50:checked{background-color:#0c4a6e80}.checked\:bg-sky-900\/60:checked{background-color:#0c4a6e99}.checked\:bg-sky-900\/70:checked{background-color:#0c4a6eb3}.checked\:bg-sky-900\/75:checked{background-color:#0c4a6ebf}.checked\:bg-sky-900\/80:checked{background-color:#0c4a6ecc}.checked\:bg-sky-900\/90:checked{background-color:#0c4a6ee6}.checked\:bg-sky-950:checked{background-color:#082f49}.checked\:bg-sky-950\/0:checked{background-color:#082f4900}.checked\:bg-sky-950\/10:checked{background-color:#082f491a}.checked\:bg-sky-950\/20:checked{background-color:#082f4933}.checked\:bg-sky-950\/30:checked{background-color:#082f494d}.checked\:bg-sky-950\/40:checked{background-color:#082f4966}.checked\:bg-sky-950\/50:checked{background-color:#082f4980}.checked\:bg-sky-950\/60:checked{background-color:#082f4999}.checked\:bg-sky-950\/70:checked{background-color:#082f49b3}.checked\:bg-sky-950\/75:checked{background-color:#082f49bf}.checked\:bg-sky-950\/80:checked{background-color:#082f49cc}.checked\:bg-sky-950\/90:checked{background-color:#082f49e6}.checked\:bg-blue-50:checked{background-color:#eff6ff}.checked\:bg-blue-50\/0:checked{background-color:#eff6ff00}.checked\:bg-blue-50\/10:checked{background-color:#eff6ff1a}.checked\:bg-blue-50\/20:checked{background-color:#eff6ff33}.checked\:bg-blue-50\/30:checked{background-color:#eff6ff4d}.checked\:bg-blue-50\/40:checked{background-color:#eff6ff66}.checked\:bg-blue-50\/50:checked{background-color:#eff6ff80}.checked\:bg-blue-50\/60:checked{background-color:#eff6ff99}.checked\:bg-blue-50\/70:checked{background-color:#eff6ffb3}.checked\:bg-blue-50\/75:checked{background-color:#eff6ffbf}.checked\:bg-blue-50\/80:checked{background-color:#eff6ffcc}.checked\:bg-blue-50\/90:checked{background-color:#eff6ffe6}.checked\:bg-blue-100:checked{background-color:#dbeafe}.checked\:bg-blue-100\/0:checked{background-color:#dbeafe00}.checked\:bg-blue-100\/10:checked{background-color:#dbeafe1a}.checked\:bg-blue-100\/20:checked{background-color:#dbeafe33}.checked\:bg-blue-100\/30:checked{background-color:#dbeafe4d}.checked\:bg-blue-100\/40:checked{background-color:#dbeafe66}.checked\:bg-blue-100\/50:checked{background-color:#dbeafe80}.checked\:bg-blue-100\/60:checked{background-color:#dbeafe99}.checked\:bg-blue-100\/70:checked{background-color:#dbeafeb3}.checked\:bg-blue-100\/75:checked{background-color:#dbeafebf}.checked\:bg-blue-100\/80:checked{background-color:#dbeafecc}.checked\:bg-blue-100\/90:checked{background-color:#dbeafee6}.checked\:bg-blue-200:checked{background-color:#bfdbfe}.checked\:bg-blue-200\/0:checked{background-color:#bfdbfe00}.checked\:bg-blue-200\/10:checked{background-color:#bfdbfe1a}.checked\:bg-blue-200\/20:checked{background-color:#bfdbfe33}.checked\:bg-blue-200\/30:checked{background-color:#bfdbfe4d}.checked\:bg-blue-200\/40:checked{background-color:#bfdbfe66}.checked\:bg-blue-200\/50:checked{background-color:#bfdbfe80}.checked\:bg-blue-200\/60:checked{background-color:#bfdbfe99}.checked\:bg-blue-200\/70:checked{background-color:#bfdbfeb3}.checked\:bg-blue-200\/75:checked{background-color:#bfdbfebf}.checked\:bg-blue-200\/80:checked{background-color:#bfdbfecc}.checked\:bg-blue-200\/90:checked{background-color:#bfdbfee6}.checked\:bg-blue-300:checked{background-color:#93c5fd}.checked\:bg-blue-300\/0:checked{background-color:#93c5fd00}.checked\:bg-blue-300\/10:checked{background-color:#93c5fd1a}.checked\:bg-blue-300\/20:checked{background-color:#93c5fd33}.checked\:bg-blue-300\/30:checked{background-color:#93c5fd4d}.checked\:bg-blue-300\/40:checked{background-color:#93c5fd66}.checked\:bg-blue-300\/50:checked{background-color:#93c5fd80}.checked\:bg-blue-300\/60:checked{background-color:#93c5fd99}.checked\:bg-blue-300\/70:checked{background-color:#93c5fdb3}.checked\:bg-blue-300\/75:checked{background-color:#93c5fdbf}.checked\:bg-blue-300\/80:checked{background-color:#93c5fdcc}.checked\:bg-blue-300\/90:checked{background-color:#93c5fde6}.checked\:bg-blue-400:checked{background-color:#60a5fa}.checked\:bg-blue-400\/0:checked{background-color:#60a5fa00}.checked\:bg-blue-400\/10:checked{background-color:#60a5fa1a}.checked\:bg-blue-400\/20:checked{background-color:#60a5fa33}.checked\:bg-blue-400\/30:checked{background-color:#60a5fa4d}.checked\:bg-blue-400\/40:checked{background-color:#60a5fa66}.checked\:bg-blue-400\/50:checked{background-color:#60a5fa80}.checked\:bg-blue-400\/60:checked{background-color:#60a5fa99}.checked\:bg-blue-400\/70:checked{background-color:#60a5fab3}.checked\:bg-blue-400\/75:checked{background-color:#60a5fabf}.checked\:bg-blue-400\/80:checked{background-color:#60a5facc}.checked\:bg-blue-400\/90:checked{background-color:#60a5fae6}.checked\:bg-blue-500:checked{background-color:#3b82f6}.checked\:bg-blue-500\/0:checked{background-color:#3b82f600}.checked\:bg-blue-500\/10:checked{background-color:#3b82f61a}.checked\:bg-blue-500\/20:checked{background-color:#3b82f633}.checked\:bg-blue-500\/30:checked{background-color:#3b82f64d}.checked\:bg-blue-500\/40:checked{background-color:#3b82f666}.checked\:bg-blue-500\/50:checked{background-color:#3b82f680}.checked\:bg-blue-500\/60:checked{background-color:#3b82f699}.checked\:bg-blue-500\/70:checked{background-color:#3b82f6b3}.checked\:bg-blue-500\/75:checked{background-color:#3b82f6bf}.checked\:bg-blue-500\/80:checked{background-color:#3b82f6cc}.checked\:bg-blue-500\/90:checked{background-color:#3b82f6e6}.checked\:bg-blue-600:checked{background-color:#2563eb}.checked\:bg-blue-600\/0:checked{background-color:#2563eb00}.checked\:bg-blue-600\/10:checked{background-color:#2563eb1a}.checked\:bg-blue-600\/20:checked{background-color:#2563eb33}.checked\:bg-blue-600\/30:checked{background-color:#2563eb4d}.checked\:bg-blue-600\/40:checked{background-color:#2563eb66}.checked\:bg-blue-600\/50:checked{background-color:#2563eb80}.checked\:bg-blue-600\/60:checked{background-color:#2563eb99}.checked\:bg-blue-600\/70:checked{background-color:#2563ebb3}.checked\:bg-blue-600\/75:checked{background-color:#2563ebbf}.checked\:bg-blue-600\/80:checked{background-color:#2563ebcc}.checked\:bg-blue-600\/90:checked{background-color:#2563ebe6}.checked\:bg-blue-700:checked{background-color:#1d4ed8}.checked\:bg-blue-700\/0:checked{background-color:#1d4ed800}.checked\:bg-blue-700\/10:checked{background-color:#1d4ed81a}.checked\:bg-blue-700\/20:checked{background-color:#1d4ed833}.checked\:bg-blue-700\/30:checked{background-color:#1d4ed84d}.checked\:bg-blue-700\/40:checked{background-color:#1d4ed866}.checked\:bg-blue-700\/50:checked{background-color:#1d4ed880}.checked\:bg-blue-700\/60:checked{background-color:#1d4ed899}.checked\:bg-blue-700\/70:checked{background-color:#1d4ed8b3}.checked\:bg-blue-700\/75:checked{background-color:#1d4ed8bf}.checked\:bg-blue-700\/80:checked{background-color:#1d4ed8cc}.checked\:bg-blue-700\/90:checked{background-color:#1d4ed8e6}.checked\:bg-blue-800:checked{background-color:#1e40af}.checked\:bg-blue-800\/0:checked{background-color:#1e40af00}.checked\:bg-blue-800\/10:checked{background-color:#1e40af1a}.checked\:bg-blue-800\/20:checked{background-color:#1e40af33}.checked\:bg-blue-800\/30:checked{background-color:#1e40af4d}.checked\:bg-blue-800\/40:checked{background-color:#1e40af66}.checked\:bg-blue-800\/50:checked{background-color:#1e40af80}.checked\:bg-blue-800\/60:checked{background-color:#1e40af99}.checked\:bg-blue-800\/70:checked{background-color:#1e40afb3}.checked\:bg-blue-800\/75:checked{background-color:#1e40afbf}.checked\:bg-blue-800\/80:checked{background-color:#1e40afcc}.checked\:bg-blue-800\/90:checked{background-color:#1e40afe6}.checked\:bg-blue-900:checked{background-color:#1e3a8a}.checked\:bg-blue-900\/0:checked{background-color:#1e3a8a00}.checked\:bg-blue-900\/10:checked{background-color:#1e3a8a1a}.checked\:bg-blue-900\/20:checked{background-color:#1e3a8a33}.checked\:bg-blue-900\/30:checked{background-color:#1e3a8a4d}.checked\:bg-blue-900\/40:checked{background-color:#1e3a8a66}.checked\:bg-blue-900\/50:checked{background-color:#1e3a8a80}.checked\:bg-blue-900\/60:checked{background-color:#1e3a8a99}.checked\:bg-blue-900\/70:checked{background-color:#1e3a8ab3}.checked\:bg-blue-900\/75:checked{background-color:#1e3a8abf}.checked\:bg-blue-900\/80:checked{background-color:#1e3a8acc}.checked\:bg-blue-900\/90:checked{background-color:#1e3a8ae6}.checked\:bg-blue-950:checked{background-color:#172554}.checked\:bg-blue-950\/0:checked{background-color:#17255400}.checked\:bg-blue-950\/10:checked{background-color:#1725541a}.checked\:bg-blue-950\/20:checked{background-color:#17255433}.checked\:bg-blue-950\/30:checked{background-color:#1725544d}.checked\:bg-blue-950\/40:checked{background-color:#17255466}.checked\:bg-blue-950\/50:checked{background-color:#17255480}.checked\:bg-blue-950\/60:checked{background-color:#17255499}.checked\:bg-blue-950\/70:checked{background-color:#172554b3}.checked\:bg-blue-950\/75:checked{background-color:#172554bf}.checked\:bg-blue-950\/80:checked{background-color:#172554cc}.checked\:bg-blue-950\/90:checked{background-color:#172554e6}.checked\:bg-indigo-50:checked{background-color:#eef2ff}.checked\:bg-indigo-50\/0:checked{background-color:#eef2ff00}.checked\:bg-indigo-50\/10:checked{background-color:#eef2ff1a}.checked\:bg-indigo-50\/20:checked{background-color:#eef2ff33}.checked\:bg-indigo-50\/30:checked{background-color:#eef2ff4d}.checked\:bg-indigo-50\/40:checked{background-color:#eef2ff66}.checked\:bg-indigo-50\/50:checked{background-color:#eef2ff80}.checked\:bg-indigo-50\/60:checked{background-color:#eef2ff99}.checked\:bg-indigo-50\/70:checked{background-color:#eef2ffb3}.checked\:bg-indigo-50\/75:checked{background-color:#eef2ffbf}.checked\:bg-indigo-50\/80:checked{background-color:#eef2ffcc}.checked\:bg-indigo-50\/90:checked{background-color:#eef2ffe6}.checked\:bg-indigo-100:checked{background-color:#e0e7ff}.checked\:bg-indigo-100\/0:checked{background-color:#e0e7ff00}.checked\:bg-indigo-100\/10:checked{background-color:#e0e7ff1a}.checked\:bg-indigo-100\/20:checked{background-color:#e0e7ff33}.checked\:bg-indigo-100\/30:checked{background-color:#e0e7ff4d}.checked\:bg-indigo-100\/40:checked{background-color:#e0e7ff66}.checked\:bg-indigo-100\/50:checked{background-color:#e0e7ff80}.checked\:bg-indigo-100\/60:checked{background-color:#e0e7ff99}.checked\:bg-indigo-100\/70:checked{background-color:#e0e7ffb3}.checked\:bg-indigo-100\/75:checked{background-color:#e0e7ffbf}.checked\:bg-indigo-100\/80:checked{background-color:#e0e7ffcc}.checked\:bg-indigo-100\/90:checked{background-color:#e0e7ffe6}.checked\:bg-indigo-200:checked{background-color:#c7d2fe}.checked\:bg-indigo-200\/0:checked{background-color:#c7d2fe00}.checked\:bg-indigo-200\/10:checked{background-color:#c7d2fe1a}.checked\:bg-indigo-200\/20:checked{background-color:#c7d2fe33}.checked\:bg-indigo-200\/30:checked{background-color:#c7d2fe4d}.checked\:bg-indigo-200\/40:checked{background-color:#c7d2fe66}.checked\:bg-indigo-200\/50:checked{background-color:#c7d2fe80}.checked\:bg-indigo-200\/60:checked{background-color:#c7d2fe99}.checked\:bg-indigo-200\/70:checked{background-color:#c7d2feb3}.checked\:bg-indigo-200\/75:checked{background-color:#c7d2febf}.checked\:bg-indigo-200\/80:checked{background-color:#c7d2fecc}.checked\:bg-indigo-200\/90:checked{background-color:#c7d2fee6}.checked\:bg-indigo-300:checked{background-color:#a5b4fc}.checked\:bg-indigo-300\/0:checked{background-color:#a5b4fc00}.checked\:bg-indigo-300\/10:checked{background-color:#a5b4fc1a}.checked\:bg-indigo-300\/20:checked{background-color:#a5b4fc33}.checked\:bg-indigo-300\/30:checked{background-color:#a5b4fc4d}.checked\:bg-indigo-300\/40:checked{background-color:#a5b4fc66}.checked\:bg-indigo-300\/50:checked{background-color:#a5b4fc80}.checked\:bg-indigo-300\/60:checked{background-color:#a5b4fc99}.checked\:bg-indigo-300\/70:checked{background-color:#a5b4fcb3}.checked\:bg-indigo-300\/75:checked{background-color:#a5b4fcbf}.checked\:bg-indigo-300\/80:checked{background-color:#a5b4fccc}.checked\:bg-indigo-300\/90:checked{background-color:#a5b4fce6}.checked\:bg-indigo-400:checked{background-color:#818cf8}.checked\:bg-indigo-400\/0:checked{background-color:#818cf800}.checked\:bg-indigo-400\/10:checked{background-color:#818cf81a}.checked\:bg-indigo-400\/20:checked{background-color:#818cf833}.checked\:bg-indigo-400\/30:checked{background-color:#818cf84d}.checked\:bg-indigo-400\/40:checked{background-color:#818cf866}.checked\:bg-indigo-400\/50:checked{background-color:#818cf880}.checked\:bg-indigo-400\/60:checked{background-color:#818cf899}.checked\:bg-indigo-400\/70:checked{background-color:#818cf8b3}.checked\:bg-indigo-400\/75:checked{background-color:#818cf8bf}.checked\:bg-indigo-400\/80:checked{background-color:#818cf8cc}.checked\:bg-indigo-400\/90:checked{background-color:#818cf8e6}.checked\:bg-indigo-500:checked{background-color:#6366f1}.checked\:bg-indigo-500\/0:checked{background-color:#6366f100}.checked\:bg-indigo-500\/10:checked{background-color:#6366f11a}.checked\:bg-indigo-500\/20:checked{background-color:#6366f133}.checked\:bg-indigo-500\/30:checked{background-color:#6366f14d}.checked\:bg-indigo-500\/40:checked{background-color:#6366f166}.checked\:bg-indigo-500\/50:checked{background-color:#6366f180}.checked\:bg-indigo-500\/60:checked{background-color:#6366f199}.checked\:bg-indigo-500\/70:checked{background-color:#6366f1b3}.checked\:bg-indigo-500\/75:checked{background-color:#6366f1bf}.checked\:bg-indigo-500\/80:checked{background-color:#6366f1cc}.checked\:bg-indigo-500\/90:checked{background-color:#6366f1e6}.checked\:bg-indigo-600:checked{background-color:#4f46e5}.checked\:bg-indigo-600\/0:checked{background-color:#4f46e500}.checked\:bg-indigo-600\/10:checked{background-color:#4f46e51a}.checked\:bg-indigo-600\/20:checked{background-color:#4f46e533}.checked\:bg-indigo-600\/30:checked{background-color:#4f46e54d}.checked\:bg-indigo-600\/40:checked{background-color:#4f46e566}.checked\:bg-indigo-600\/50:checked{background-color:#4f46e580}.checked\:bg-indigo-600\/60:checked{background-color:#4f46e599}.checked\:bg-indigo-600\/70:checked{background-color:#4f46e5b3}.checked\:bg-indigo-600\/75:checked{background-color:#4f46e5bf}.checked\:bg-indigo-600\/80:checked{background-color:#4f46e5cc}.checked\:bg-indigo-600\/90:checked{background-color:#4f46e5e6}.checked\:bg-indigo-700:checked{background-color:#4338ca}.checked\:bg-indigo-700\/0:checked{background-color:#4338ca00}.checked\:bg-indigo-700\/10:checked{background-color:#4338ca1a}.checked\:bg-indigo-700\/20:checked{background-color:#4338ca33}.checked\:bg-indigo-700\/30:checked{background-color:#4338ca4d}.checked\:bg-indigo-700\/40:checked{background-color:#4338ca66}.checked\:bg-indigo-700\/50:checked{background-color:#4338ca80}.checked\:bg-indigo-700\/60:checked{background-color:#4338ca99}.checked\:bg-indigo-700\/70:checked{background-color:#4338cab3}.checked\:bg-indigo-700\/75:checked{background-color:#4338cabf}.checked\:bg-indigo-700\/80:checked{background-color:#4338cacc}.checked\:bg-indigo-700\/90:checked{background-color:#4338cae6}.checked\:bg-indigo-800:checked{background-color:#3730a3}.checked\:bg-indigo-800\/0:checked{background-color:#3730a300}.checked\:bg-indigo-800\/10:checked{background-color:#3730a31a}.checked\:bg-indigo-800\/20:checked{background-color:#3730a333}.checked\:bg-indigo-800\/30:checked{background-color:#3730a34d}.checked\:bg-indigo-800\/40:checked{background-color:#3730a366}.checked\:bg-indigo-800\/50:checked{background-color:#3730a380}.checked\:bg-indigo-800\/60:checked{background-color:#3730a399}.checked\:bg-indigo-800\/70:checked{background-color:#3730a3b3}.checked\:bg-indigo-800\/75:checked{background-color:#3730a3bf}.checked\:bg-indigo-800\/80:checked{background-color:#3730a3cc}.checked\:bg-indigo-800\/90:checked{background-color:#3730a3e6}.checked\:bg-indigo-900:checked{background-color:#312e81}.checked\:bg-indigo-900\/0:checked{background-color:#312e8100}.checked\:bg-indigo-900\/10:checked{background-color:#312e811a}.checked\:bg-indigo-900\/20:checked{background-color:#312e8133}.checked\:bg-indigo-900\/30:checked{background-color:#312e814d}.checked\:bg-indigo-900\/40:checked{background-color:#312e8166}.checked\:bg-indigo-900\/50:checked{background-color:#312e8180}.checked\:bg-indigo-900\/60:checked{background-color:#312e8199}.checked\:bg-indigo-900\/70:checked{background-color:#312e81b3}.checked\:bg-indigo-900\/75:checked{background-color:#312e81bf}.checked\:bg-indigo-900\/80:checked{background-color:#312e81cc}.checked\:bg-indigo-900\/90:checked{background-color:#312e81e6}.checked\:bg-indigo-950:checked{background-color:#1e1b4b}.checked\:bg-indigo-950\/0:checked{background-color:#1e1b4b00}.checked\:bg-indigo-950\/10:checked{background-color:#1e1b4b1a}.checked\:bg-indigo-950\/20:checked{background-color:#1e1b4b33}.checked\:bg-indigo-950\/30:checked{background-color:#1e1b4b4d}.checked\:bg-indigo-950\/40:checked{background-color:#1e1b4b66}.checked\:bg-indigo-950\/50:checked{background-color:#1e1b4b80}.checked\:bg-indigo-950\/60:checked{background-color:#1e1b4b99}.checked\:bg-indigo-950\/70:checked{background-color:#1e1b4bb3}.checked\:bg-indigo-950\/75:checked{background-color:#1e1b4bbf}.checked\:bg-indigo-950\/80:checked{background-color:#1e1b4bcc}.checked\:bg-indigo-950\/90:checked{background-color:#1e1b4be6}.checked\:bg-violet-50:checked{background-color:#f5f3ff}.checked\:bg-violet-50\/0:checked{background-color:#f5f3ff00}.checked\:bg-violet-50\/10:checked{background-color:#f5f3ff1a}.checked\:bg-violet-50\/20:checked{background-color:#f5f3ff33}.checked\:bg-violet-50\/30:checked{background-color:#f5f3ff4d}.checked\:bg-violet-50\/40:checked{background-color:#f5f3ff66}.checked\:bg-violet-50\/50:checked{background-color:#f5f3ff80}.checked\:bg-violet-50\/60:checked{background-color:#f5f3ff99}.checked\:bg-violet-50\/70:checked{background-color:#f5f3ffb3}.checked\:bg-violet-50\/75:checked{background-color:#f5f3ffbf}.checked\:bg-violet-50\/80:checked{background-color:#f5f3ffcc}.checked\:bg-violet-50\/90:checked{background-color:#f5f3ffe6}.checked\:bg-violet-100:checked{background-color:#ede9fe}.checked\:bg-violet-100\/0:checked{background-color:#ede9fe00}.checked\:bg-violet-100\/10:checked{background-color:#ede9fe1a}.checked\:bg-violet-100\/20:checked{background-color:#ede9fe33}.checked\:bg-violet-100\/30:checked{background-color:#ede9fe4d}.checked\:bg-violet-100\/40:checked{background-color:#ede9fe66}.checked\:bg-violet-100\/50:checked{background-color:#ede9fe80}.checked\:bg-violet-100\/60:checked{background-color:#ede9fe99}.checked\:bg-violet-100\/70:checked{background-color:#ede9feb3}.checked\:bg-violet-100\/75:checked{background-color:#ede9febf}.checked\:bg-violet-100\/80:checked{background-color:#ede9fecc}.checked\:bg-violet-100\/90:checked{background-color:#ede9fee6}.checked\:bg-violet-200:checked{background-color:#ddd6fe}.checked\:bg-violet-200\/0:checked{background-color:#ddd6fe00}.checked\:bg-violet-200\/10:checked{background-color:#ddd6fe1a}.checked\:bg-violet-200\/20:checked{background-color:#ddd6fe33}.checked\:bg-violet-200\/30:checked{background-color:#ddd6fe4d}.checked\:bg-violet-200\/40:checked{background-color:#ddd6fe66}.checked\:bg-violet-200\/50:checked{background-color:#ddd6fe80}.checked\:bg-violet-200\/60:checked{background-color:#ddd6fe99}.checked\:bg-violet-200\/70:checked{background-color:#ddd6feb3}.checked\:bg-violet-200\/75:checked{background-color:#ddd6febf}.checked\:bg-violet-200\/80:checked{background-color:#ddd6fecc}.checked\:bg-violet-200\/90:checked{background-color:#ddd6fee6}.checked\:bg-violet-300:checked{background-color:#c4b5fd}.checked\:bg-violet-300\/0:checked{background-color:#c4b5fd00}.checked\:bg-violet-300\/10:checked{background-color:#c4b5fd1a}.checked\:bg-violet-300\/20:checked{background-color:#c4b5fd33}.checked\:bg-violet-300\/30:checked{background-color:#c4b5fd4d}.checked\:bg-violet-300\/40:checked{background-color:#c4b5fd66}.checked\:bg-violet-300\/50:checked{background-color:#c4b5fd80}.checked\:bg-violet-300\/60:checked{background-color:#c4b5fd99}.checked\:bg-violet-300\/70:checked{background-color:#c4b5fdb3}.checked\:bg-violet-300\/75:checked{background-color:#c4b5fdbf}.checked\:bg-violet-300\/80:checked{background-color:#c4b5fdcc}.checked\:bg-violet-300\/90:checked{background-color:#c4b5fde6}.checked\:bg-violet-400:checked{background-color:#a78bfa}.checked\:bg-violet-400\/0:checked{background-color:#a78bfa00}.checked\:bg-violet-400\/10:checked{background-color:#a78bfa1a}.checked\:bg-violet-400\/20:checked{background-color:#a78bfa33}.checked\:bg-violet-400\/30:checked{background-color:#a78bfa4d}.checked\:bg-violet-400\/40:checked{background-color:#a78bfa66}.checked\:bg-violet-400\/50:checked{background-color:#a78bfa80}.checked\:bg-violet-400\/60:checked{background-color:#a78bfa99}.checked\:bg-violet-400\/70:checked{background-color:#a78bfab3}.checked\:bg-violet-400\/75:checked{background-color:#a78bfabf}.checked\:bg-violet-400\/80:checked{background-color:#a78bfacc}.checked\:bg-violet-400\/90:checked{background-color:#a78bfae6}.checked\:bg-violet-500:checked{background-color:#8b5cf6}.checked\:bg-violet-500\/0:checked{background-color:#8b5cf600}.checked\:bg-violet-500\/10:checked{background-color:#8b5cf61a}.checked\:bg-violet-500\/20:checked{background-color:#8b5cf633}.checked\:bg-violet-500\/30:checked{background-color:#8b5cf64d}.checked\:bg-violet-500\/40:checked{background-color:#8b5cf666}.checked\:bg-violet-500\/50:checked{background-color:#8b5cf680}.checked\:bg-violet-500\/60:checked{background-color:#8b5cf699}.checked\:bg-violet-500\/70:checked{background-color:#8b5cf6b3}.checked\:bg-violet-500\/75:checked{background-color:#8b5cf6bf}.checked\:bg-violet-500\/80:checked{background-color:#8b5cf6cc}.checked\:bg-violet-500\/90:checked{background-color:#8b5cf6e6}.checked\:bg-violet-600:checked{background-color:#7c3aed}.checked\:bg-violet-600\/0:checked{background-color:#7c3aed00}.checked\:bg-violet-600\/10:checked{background-color:#7c3aed1a}.checked\:bg-violet-600\/20:checked{background-color:#7c3aed33}.checked\:bg-violet-600\/30:checked{background-color:#7c3aed4d}.checked\:bg-violet-600\/40:checked{background-color:#7c3aed66}.checked\:bg-violet-600\/50:checked{background-color:#7c3aed80}.checked\:bg-violet-600\/60:checked{background-color:#7c3aed99}.checked\:bg-violet-600\/70:checked{background-color:#7c3aedb3}.checked\:bg-violet-600\/75:checked{background-color:#7c3aedbf}.checked\:bg-violet-600\/80:checked{background-color:#7c3aedcc}.checked\:bg-violet-600\/90:checked{background-color:#7c3aede6}.checked\:bg-violet-700:checked{background-color:#6d28d9}.checked\:bg-violet-700\/0:checked{background-color:#6d28d900}.checked\:bg-violet-700\/10:checked{background-color:#6d28d91a}.checked\:bg-violet-700\/20:checked{background-color:#6d28d933}.checked\:bg-violet-700\/30:checked{background-color:#6d28d94d}.checked\:bg-violet-700\/40:checked{background-color:#6d28d966}.checked\:bg-violet-700\/50:checked{background-color:#6d28d980}.checked\:bg-violet-700\/60:checked{background-color:#6d28d999}.checked\:bg-violet-700\/70:checked{background-color:#6d28d9b3}.checked\:bg-violet-700\/75:checked{background-color:#6d28d9bf}.checked\:bg-violet-700\/80:checked{background-color:#6d28d9cc}.checked\:bg-violet-700\/90:checked{background-color:#6d28d9e6}.checked\:bg-violet-800:checked{background-color:#5b21b6}.checked\:bg-violet-800\/0:checked{background-color:#5b21b600}.checked\:bg-violet-800\/10:checked{background-color:#5b21b61a}.checked\:bg-violet-800\/20:checked{background-color:#5b21b633}.checked\:bg-violet-800\/30:checked{background-color:#5b21b64d}.checked\:bg-violet-800\/40:checked{background-color:#5b21b666}.checked\:bg-violet-800\/50:checked{background-color:#5b21b680}.checked\:bg-violet-800\/60:checked{background-color:#5b21b699}.checked\:bg-violet-800\/70:checked{background-color:#5b21b6b3}.checked\:bg-violet-800\/75:checked{background-color:#5b21b6bf}.checked\:bg-violet-800\/80:checked{background-color:#5b21b6cc}.checked\:bg-violet-800\/90:checked{background-color:#5b21b6e6}.checked\:bg-violet-900:checked{background-color:#4c1d95}.checked\:bg-violet-900\/0:checked{background-color:#4c1d9500}.checked\:bg-violet-900\/10:checked{background-color:#4c1d951a}.checked\:bg-violet-900\/20:checked{background-color:#4c1d9533}.checked\:bg-violet-900\/30:checked{background-color:#4c1d954d}.checked\:bg-violet-900\/40:checked{background-color:#4c1d9566}.checked\:bg-violet-900\/50:checked{background-color:#4c1d9580}.checked\:bg-violet-900\/60:checked{background-color:#4c1d9599}.checked\:bg-violet-900\/70:checked{background-color:#4c1d95b3}.checked\:bg-violet-900\/75:checked{background-color:#4c1d95bf}.checked\:bg-violet-900\/80:checked{background-color:#4c1d95cc}.checked\:bg-violet-900\/90:checked{background-color:#4c1d95e6}.checked\:bg-violet-950:checked{background-color:#2e1065}.checked\:bg-violet-950\/0:checked{background-color:#2e106500}.checked\:bg-violet-950\/10:checked{background-color:#2e10651a}.checked\:bg-violet-950\/20:checked{background-color:#2e106533}.checked\:bg-violet-950\/30:checked{background-color:#2e10654d}.checked\:bg-violet-950\/40:checked{background-color:#2e106566}.checked\:bg-violet-950\/50:checked{background-color:#2e106580}.checked\:bg-violet-950\/60:checked{background-color:#2e106599}.checked\:bg-violet-950\/70:checked{background-color:#2e1065b3}.checked\:bg-violet-950\/75:checked{background-color:#2e1065bf}.checked\:bg-violet-950\/80:checked{background-color:#2e1065cc}.checked\:bg-violet-950\/90:checked{background-color:#2e1065e6}.checked\:bg-purple-50:checked{background-color:#faf5ff}.checked\:bg-purple-50\/0:checked{background-color:#faf5ff00}.checked\:bg-purple-50\/10:checked{background-color:#faf5ff1a}.checked\:bg-purple-50\/20:checked{background-color:#faf5ff33}.checked\:bg-purple-50\/30:checked{background-color:#faf5ff4d}.checked\:bg-purple-50\/40:checked{background-color:#faf5ff66}.checked\:bg-purple-50\/50:checked{background-color:#faf5ff80}.checked\:bg-purple-50\/60:checked{background-color:#faf5ff99}.checked\:bg-purple-50\/70:checked{background-color:#faf5ffb3}.checked\:bg-purple-50\/75:checked{background-color:#faf5ffbf}.checked\:bg-purple-50\/80:checked{background-color:#faf5ffcc}.checked\:bg-purple-50\/90:checked{background-color:#faf5ffe6}.checked\:bg-purple-100:checked{background-color:#f3e8ff}.checked\:bg-purple-100\/0:checked{background-color:#f3e8ff00}.checked\:bg-purple-100\/10:checked{background-color:#f3e8ff1a}.checked\:bg-purple-100\/20:checked{background-color:#f3e8ff33}.checked\:bg-purple-100\/30:checked{background-color:#f3e8ff4d}.checked\:bg-purple-100\/40:checked{background-color:#f3e8ff66}.checked\:bg-purple-100\/50:checked{background-color:#f3e8ff80}.checked\:bg-purple-100\/60:checked{background-color:#f3e8ff99}.checked\:bg-purple-100\/70:checked{background-color:#f3e8ffb3}.checked\:bg-purple-100\/75:checked{background-color:#f3e8ffbf}.checked\:bg-purple-100\/80:checked{background-color:#f3e8ffcc}.checked\:bg-purple-100\/90:checked{background-color:#f3e8ffe6}.checked\:bg-purple-200:checked{background-color:#e9d5ff}.checked\:bg-purple-200\/0:checked{background-color:#e9d5ff00}.checked\:bg-purple-200\/10:checked{background-color:#e9d5ff1a}.checked\:bg-purple-200\/20:checked{background-color:#e9d5ff33}.checked\:bg-purple-200\/30:checked{background-color:#e9d5ff4d}.checked\:bg-purple-200\/40:checked{background-color:#e9d5ff66}.checked\:bg-purple-200\/50:checked{background-color:#e9d5ff80}.checked\:bg-purple-200\/60:checked{background-color:#e9d5ff99}.checked\:bg-purple-200\/70:checked{background-color:#e9d5ffb3}.checked\:bg-purple-200\/75:checked{background-color:#e9d5ffbf}.checked\:bg-purple-200\/80:checked{background-color:#e9d5ffcc}.checked\:bg-purple-200\/90:checked{background-color:#e9d5ffe6}.checked\:bg-purple-300:checked{background-color:#d8b4fe}.checked\:bg-purple-300\/0:checked{background-color:#d8b4fe00}.checked\:bg-purple-300\/10:checked{background-color:#d8b4fe1a}.checked\:bg-purple-300\/20:checked{background-color:#d8b4fe33}.checked\:bg-purple-300\/30:checked{background-color:#d8b4fe4d}.checked\:bg-purple-300\/40:checked{background-color:#d8b4fe66}.checked\:bg-purple-300\/50:checked{background-color:#d8b4fe80}.checked\:bg-purple-300\/60:checked{background-color:#d8b4fe99}.checked\:bg-purple-300\/70:checked{background-color:#d8b4feb3}.checked\:bg-purple-300\/75:checked{background-color:#d8b4febf}.checked\:bg-purple-300\/80:checked{background-color:#d8b4fecc}.checked\:bg-purple-300\/90:checked{background-color:#d8b4fee6}.checked\:bg-purple-400:checked{background-color:#c084fc}.checked\:bg-purple-400\/0:checked{background-color:#c084fc00}.checked\:bg-purple-400\/10:checked{background-color:#c084fc1a}.checked\:bg-purple-400\/20:checked{background-color:#c084fc33}.checked\:bg-purple-400\/30:checked{background-color:#c084fc4d}.checked\:bg-purple-400\/40:checked{background-color:#c084fc66}.checked\:bg-purple-400\/50:checked{background-color:#c084fc80}.checked\:bg-purple-400\/60:checked{background-color:#c084fc99}.checked\:bg-purple-400\/70:checked{background-color:#c084fcb3}.checked\:bg-purple-400\/75:checked{background-color:#c084fcbf}.checked\:bg-purple-400\/80:checked{background-color:#c084fccc}.checked\:bg-purple-400\/90:checked{background-color:#c084fce6}.checked\:bg-purple-500:checked{background-color:#a855f7}.checked\:bg-purple-500\/0:checked{background-color:#a855f700}.checked\:bg-purple-500\/10:checked{background-color:#a855f71a}.checked\:bg-purple-500\/20:checked{background-color:#a855f733}.checked\:bg-purple-500\/30:checked{background-color:#a855f74d}.checked\:bg-purple-500\/40:checked{background-color:#a855f766}.checked\:bg-purple-500\/50:checked{background-color:#a855f780}.checked\:bg-purple-500\/60:checked{background-color:#a855f799}.checked\:bg-purple-500\/70:checked{background-color:#a855f7b3}.checked\:bg-purple-500\/75:checked{background-color:#a855f7bf}.checked\:bg-purple-500\/80:checked{background-color:#a855f7cc}.checked\:bg-purple-500\/90:checked{background-color:#a855f7e6}.checked\:bg-purple-600:checked{background-color:#9333ea}.checked\:bg-purple-600\/0:checked{background-color:#9333ea00}.checked\:bg-purple-600\/10:checked{background-color:#9333ea1a}.checked\:bg-purple-600\/20:checked{background-color:#9333ea33}.checked\:bg-purple-600\/30:checked{background-color:#9333ea4d}.checked\:bg-purple-600\/40:checked{background-color:#9333ea66}.checked\:bg-purple-600\/50:checked{background-color:#9333ea80}.checked\:bg-purple-600\/60:checked{background-color:#9333ea99}.checked\:bg-purple-600\/70:checked{background-color:#9333eab3}.checked\:bg-purple-600\/75:checked{background-color:#9333eabf}.checked\:bg-purple-600\/80:checked{background-color:#9333eacc}.checked\:bg-purple-600\/90:checked{background-color:#9333eae6}.checked\:bg-purple-700:checked{background-color:#7e22ce}.checked\:bg-purple-700\/0:checked{background-color:#7e22ce00}.checked\:bg-purple-700\/10:checked{background-color:#7e22ce1a}.checked\:bg-purple-700\/20:checked{background-color:#7e22ce33}.checked\:bg-purple-700\/30:checked{background-color:#7e22ce4d}.checked\:bg-purple-700\/40:checked{background-color:#7e22ce66}.checked\:bg-purple-700\/50:checked{background-color:#7e22ce80}.checked\:bg-purple-700\/60:checked{background-color:#7e22ce99}.checked\:bg-purple-700\/70:checked{background-color:#7e22ceb3}.checked\:bg-purple-700\/75:checked{background-color:#7e22cebf}.checked\:bg-purple-700\/80:checked{background-color:#7e22cecc}.checked\:bg-purple-700\/90:checked{background-color:#7e22cee6}.checked\:bg-purple-800:checked{background-color:#6b21a8}.checked\:bg-purple-800\/0:checked{background-color:#6b21a800}.checked\:bg-purple-800\/10:checked{background-color:#6b21a81a}.checked\:bg-purple-800\/20:checked{background-color:#6b21a833}.checked\:bg-purple-800\/30:checked{background-color:#6b21a84d}.checked\:bg-purple-800\/40:checked{background-color:#6b21a866}.checked\:bg-purple-800\/50:checked{background-color:#6b21a880}.checked\:bg-purple-800\/60:checked{background-color:#6b21a899}.checked\:bg-purple-800\/70:checked{background-color:#6b21a8b3}.checked\:bg-purple-800\/75:checked{background-color:#6b21a8bf}.checked\:bg-purple-800\/80:checked{background-color:#6b21a8cc}.checked\:bg-purple-800\/90:checked{background-color:#6b21a8e6}.checked\:bg-purple-900:checked{background-color:#581c87}.checked\:bg-purple-900\/0:checked{background-color:#581c8700}.checked\:bg-purple-900\/10:checked{background-color:#581c871a}.checked\:bg-purple-900\/20:checked{background-color:#581c8733}.checked\:bg-purple-900\/30:checked{background-color:#581c874d}.checked\:bg-purple-900\/40:checked{background-color:#581c8766}.checked\:bg-purple-900\/50:checked{background-color:#581c8780}.checked\:bg-purple-900\/60:checked{background-color:#581c8799}.checked\:bg-purple-900\/70:checked{background-color:#581c87b3}.checked\:bg-purple-900\/75:checked{background-color:#581c87bf}.checked\:bg-purple-900\/80:checked{background-color:#581c87cc}.checked\:bg-purple-900\/90:checked{background-color:#581c87e6}.checked\:bg-purple-950:checked{background-color:#3b0764}.checked\:bg-purple-950\/0:checked{background-color:#3b076400}.checked\:bg-purple-950\/10:checked{background-color:#3b07641a}.checked\:bg-purple-950\/20:checked{background-color:#3b076433}.checked\:bg-purple-950\/30:checked{background-color:#3b07644d}.checked\:bg-purple-950\/40:checked{background-color:#3b076466}.checked\:bg-purple-950\/50:checked{background-color:#3b076480}.checked\:bg-purple-950\/60:checked{background-color:#3b076499}.checked\:bg-purple-950\/70:checked{background-color:#3b0764b3}.checked\:bg-purple-950\/75:checked{background-color:#3b0764bf}.checked\:bg-purple-950\/80:checked{background-color:#3b0764cc}.checked\:bg-purple-950\/90:checked{background-color:#3b0764e6}.checked\:bg-fuchsia-50:checked{background-color:#fdf4ff}.checked\:bg-fuchsia-50\/0:checked{background-color:#fdf4ff00}.checked\:bg-fuchsia-50\/10:checked{background-color:#fdf4ff1a}.checked\:bg-fuchsia-50\/20:checked{background-color:#fdf4ff33}.checked\:bg-fuchsia-50\/30:checked{background-color:#fdf4ff4d}.checked\:bg-fuchsia-50\/40:checked{background-color:#fdf4ff66}.checked\:bg-fuchsia-50\/50:checked{background-color:#fdf4ff80}.checked\:bg-fuchsia-50\/60:checked{background-color:#fdf4ff99}.checked\:bg-fuchsia-50\/70:checked{background-color:#fdf4ffb3}.checked\:bg-fuchsia-50\/75:checked{background-color:#fdf4ffbf}.checked\:bg-fuchsia-50\/80:checked{background-color:#fdf4ffcc}.checked\:bg-fuchsia-50\/90:checked{background-color:#fdf4ffe6}.checked\:bg-fuchsia-100:checked{background-color:#fae8ff}.checked\:bg-fuchsia-100\/0:checked{background-color:#fae8ff00}.checked\:bg-fuchsia-100\/10:checked{background-color:#fae8ff1a}.checked\:bg-fuchsia-100\/20:checked{background-color:#fae8ff33}.checked\:bg-fuchsia-100\/30:checked{background-color:#fae8ff4d}.checked\:bg-fuchsia-100\/40:checked{background-color:#fae8ff66}.checked\:bg-fuchsia-100\/50:checked{background-color:#fae8ff80}.checked\:bg-fuchsia-100\/60:checked{background-color:#fae8ff99}.checked\:bg-fuchsia-100\/70:checked{background-color:#fae8ffb3}.checked\:bg-fuchsia-100\/75:checked{background-color:#fae8ffbf}.checked\:bg-fuchsia-100\/80:checked{background-color:#fae8ffcc}.checked\:bg-fuchsia-100\/90:checked{background-color:#fae8ffe6}.checked\:bg-fuchsia-200:checked{background-color:#f5d0fe}.checked\:bg-fuchsia-200\/0:checked{background-color:#f5d0fe00}.checked\:bg-fuchsia-200\/10:checked{background-color:#f5d0fe1a}.checked\:bg-fuchsia-200\/20:checked{background-color:#f5d0fe33}.checked\:bg-fuchsia-200\/30:checked{background-color:#f5d0fe4d}.checked\:bg-fuchsia-200\/40:checked{background-color:#f5d0fe66}.checked\:bg-fuchsia-200\/50:checked{background-color:#f5d0fe80}.checked\:bg-fuchsia-200\/60:checked{background-color:#f5d0fe99}.checked\:bg-fuchsia-200\/70:checked{background-color:#f5d0feb3}.checked\:bg-fuchsia-200\/75:checked{background-color:#f5d0febf}.checked\:bg-fuchsia-200\/80:checked{background-color:#f5d0fecc}.checked\:bg-fuchsia-200\/90:checked{background-color:#f5d0fee6}.checked\:bg-fuchsia-300:checked{background-color:#f0abfc}.checked\:bg-fuchsia-300\/0:checked{background-color:#f0abfc00}.checked\:bg-fuchsia-300\/10:checked{background-color:#f0abfc1a}.checked\:bg-fuchsia-300\/20:checked{background-color:#f0abfc33}.checked\:bg-fuchsia-300\/30:checked{background-color:#f0abfc4d}.checked\:bg-fuchsia-300\/40:checked{background-color:#f0abfc66}.checked\:bg-fuchsia-300\/50:checked{background-color:#f0abfc80}.checked\:bg-fuchsia-300\/60:checked{background-color:#f0abfc99}.checked\:bg-fuchsia-300\/70:checked{background-color:#f0abfcb3}.checked\:bg-fuchsia-300\/75:checked{background-color:#f0abfcbf}.checked\:bg-fuchsia-300\/80:checked{background-color:#f0abfccc}.checked\:bg-fuchsia-300\/90:checked{background-color:#f0abfce6}.checked\:bg-fuchsia-400:checked{background-color:#e879f9}.checked\:bg-fuchsia-400\/0:checked{background-color:#e879f900}.checked\:bg-fuchsia-400\/10:checked{background-color:#e879f91a}.checked\:bg-fuchsia-400\/20:checked{background-color:#e879f933}.checked\:bg-fuchsia-400\/30:checked{background-color:#e879f94d}.checked\:bg-fuchsia-400\/40:checked{background-color:#e879f966}.checked\:bg-fuchsia-400\/50:checked{background-color:#e879f980}.checked\:bg-fuchsia-400\/60:checked{background-color:#e879f999}.checked\:bg-fuchsia-400\/70:checked{background-color:#e879f9b3}.checked\:bg-fuchsia-400\/75:checked{background-color:#e879f9bf}.checked\:bg-fuchsia-400\/80:checked{background-color:#e879f9cc}.checked\:bg-fuchsia-400\/90:checked{background-color:#e879f9e6}.checked\:bg-fuchsia-500:checked{background-color:#d946ef}.checked\:bg-fuchsia-500\/0:checked{background-color:#d946ef00}.checked\:bg-fuchsia-500\/10:checked{background-color:#d946ef1a}.checked\:bg-fuchsia-500\/20:checked{background-color:#d946ef33}.checked\:bg-fuchsia-500\/30:checked{background-color:#d946ef4d}.checked\:bg-fuchsia-500\/40:checked{background-color:#d946ef66}.checked\:bg-fuchsia-500\/50:checked{background-color:#d946ef80}.checked\:bg-fuchsia-500\/60:checked{background-color:#d946ef99}.checked\:bg-fuchsia-500\/70:checked{background-color:#d946efb3}.checked\:bg-fuchsia-500\/75:checked{background-color:#d946efbf}.checked\:bg-fuchsia-500\/80:checked{background-color:#d946efcc}.checked\:bg-fuchsia-500\/90:checked{background-color:#d946efe6}.checked\:bg-fuchsia-600:checked{background-color:#c026d3}.checked\:bg-fuchsia-600\/0:checked{background-color:#c026d300}.checked\:bg-fuchsia-600\/10:checked{background-color:#c026d31a}.checked\:bg-fuchsia-600\/20:checked{background-color:#c026d333}.checked\:bg-fuchsia-600\/30:checked{background-color:#c026d34d}.checked\:bg-fuchsia-600\/40:checked{background-color:#c026d366}.checked\:bg-fuchsia-600\/50:checked{background-color:#c026d380}.checked\:bg-fuchsia-600\/60:checked{background-color:#c026d399}.checked\:bg-fuchsia-600\/70:checked{background-color:#c026d3b3}.checked\:bg-fuchsia-600\/75:checked{background-color:#c026d3bf}.checked\:bg-fuchsia-600\/80:checked{background-color:#c026d3cc}.checked\:bg-fuchsia-600\/90:checked{background-color:#c026d3e6}.checked\:bg-fuchsia-700:checked{background-color:#a21caf}.checked\:bg-fuchsia-700\/0:checked{background-color:#a21caf00}.checked\:bg-fuchsia-700\/10:checked{background-color:#a21caf1a}.checked\:bg-fuchsia-700\/20:checked{background-color:#a21caf33}.checked\:bg-fuchsia-700\/30:checked{background-color:#a21caf4d}.checked\:bg-fuchsia-700\/40:checked{background-color:#a21caf66}.checked\:bg-fuchsia-700\/50:checked{background-color:#a21caf80}.checked\:bg-fuchsia-700\/60:checked{background-color:#a21caf99}.checked\:bg-fuchsia-700\/70:checked{background-color:#a21cafb3}.checked\:bg-fuchsia-700\/75:checked{background-color:#a21cafbf}.checked\:bg-fuchsia-700\/80:checked{background-color:#a21cafcc}.checked\:bg-fuchsia-700\/90:checked{background-color:#a21cafe6}.checked\:bg-fuchsia-800:checked{background-color:#86198f}.checked\:bg-fuchsia-800\/0:checked{background-color:#86198f00}.checked\:bg-fuchsia-800\/10:checked{background-color:#86198f1a}.checked\:bg-fuchsia-800\/20:checked{background-color:#86198f33}.checked\:bg-fuchsia-800\/30:checked{background-color:#86198f4d}.checked\:bg-fuchsia-800\/40:checked{background-color:#86198f66}.checked\:bg-fuchsia-800\/50:checked{background-color:#86198f80}.checked\:bg-fuchsia-800\/60:checked{background-color:#86198f99}.checked\:bg-fuchsia-800\/70:checked{background-color:#86198fb3}.checked\:bg-fuchsia-800\/75:checked{background-color:#86198fbf}.checked\:bg-fuchsia-800\/80:checked{background-color:#86198fcc}.checked\:bg-fuchsia-800\/90:checked{background-color:#86198fe6}.checked\:bg-fuchsia-900:checked{background-color:#701a75}.checked\:bg-fuchsia-900\/0:checked{background-color:#701a7500}.checked\:bg-fuchsia-900\/10:checked{background-color:#701a751a}.checked\:bg-fuchsia-900\/20:checked{background-color:#701a7533}.checked\:bg-fuchsia-900\/30:checked{background-color:#701a754d}.checked\:bg-fuchsia-900\/40:checked{background-color:#701a7566}.checked\:bg-fuchsia-900\/50:checked{background-color:#701a7580}.checked\:bg-fuchsia-900\/60:checked{background-color:#701a7599}.checked\:bg-fuchsia-900\/70:checked{background-color:#701a75b3}.checked\:bg-fuchsia-900\/75:checked{background-color:#701a75bf}.checked\:bg-fuchsia-900\/80:checked{background-color:#701a75cc}.checked\:bg-fuchsia-900\/90:checked{background-color:#701a75e6}.checked\:bg-fuchsia-950:checked{background-color:#4a044e}.checked\:bg-fuchsia-950\/0:checked{background-color:#4a044e00}.checked\:bg-fuchsia-950\/10:checked{background-color:#4a044e1a}.checked\:bg-fuchsia-950\/20:checked{background-color:#4a044e33}.checked\:bg-fuchsia-950\/30:checked{background-color:#4a044e4d}.checked\:bg-fuchsia-950\/40:checked{background-color:#4a044e66}.checked\:bg-fuchsia-950\/50:checked{background-color:#4a044e80}.checked\:bg-fuchsia-950\/60:checked{background-color:#4a044e99}.checked\:bg-fuchsia-950\/70:checked{background-color:#4a044eb3}.checked\:bg-fuchsia-950\/75:checked{background-color:#4a044ebf}.checked\:bg-fuchsia-950\/80:checked{background-color:#4a044ecc}.checked\:bg-fuchsia-950\/90:checked{background-color:#4a044ee6}.checked\:bg-pink-50:checked{background-color:#fdf2f8}.checked\:bg-pink-50\/0:checked{background-color:#fdf2f800}.checked\:bg-pink-50\/10:checked{background-color:#fdf2f81a}.checked\:bg-pink-50\/20:checked{background-color:#fdf2f833}.checked\:bg-pink-50\/30:checked{background-color:#fdf2f84d}.checked\:bg-pink-50\/40:checked{background-color:#fdf2f866}.checked\:bg-pink-50\/50:checked{background-color:#fdf2f880}.checked\:bg-pink-50\/60:checked{background-color:#fdf2f899}.checked\:bg-pink-50\/70:checked{background-color:#fdf2f8b3}.checked\:bg-pink-50\/75:checked{background-color:#fdf2f8bf}.checked\:bg-pink-50\/80:checked{background-color:#fdf2f8cc}.checked\:bg-pink-50\/90:checked{background-color:#fdf2f8e6}.checked\:bg-pink-100:checked{background-color:#fce7f3}.checked\:bg-pink-100\/0:checked{background-color:#fce7f300}.checked\:bg-pink-100\/10:checked{background-color:#fce7f31a}.checked\:bg-pink-100\/20:checked{background-color:#fce7f333}.checked\:bg-pink-100\/30:checked{background-color:#fce7f34d}.checked\:bg-pink-100\/40:checked{background-color:#fce7f366}.checked\:bg-pink-100\/50:checked{background-color:#fce7f380}.checked\:bg-pink-100\/60:checked{background-color:#fce7f399}.checked\:bg-pink-100\/70:checked{background-color:#fce7f3b3}.checked\:bg-pink-100\/75:checked{background-color:#fce7f3bf}.checked\:bg-pink-100\/80:checked{background-color:#fce7f3cc}.checked\:bg-pink-100\/90:checked{background-color:#fce7f3e6}.checked\:bg-pink-200:checked{background-color:#fbcfe8}.checked\:bg-pink-200\/0:checked{background-color:#fbcfe800}.checked\:bg-pink-200\/10:checked{background-color:#fbcfe81a}.checked\:bg-pink-200\/20:checked{background-color:#fbcfe833}.checked\:bg-pink-200\/30:checked{background-color:#fbcfe84d}.checked\:bg-pink-200\/40:checked{background-color:#fbcfe866}.checked\:bg-pink-200\/50:checked{background-color:#fbcfe880}.checked\:bg-pink-200\/60:checked{background-color:#fbcfe899}.checked\:bg-pink-200\/70:checked{background-color:#fbcfe8b3}.checked\:bg-pink-200\/75:checked{background-color:#fbcfe8bf}.checked\:bg-pink-200\/80:checked{background-color:#fbcfe8cc}.checked\:bg-pink-200\/90:checked{background-color:#fbcfe8e6}.checked\:bg-pink-300:checked{background-color:#f9a8d4}.checked\:bg-pink-300\/0:checked{background-color:#f9a8d400}.checked\:bg-pink-300\/10:checked{background-color:#f9a8d41a}.checked\:bg-pink-300\/20:checked{background-color:#f9a8d433}.checked\:bg-pink-300\/30:checked{background-color:#f9a8d44d}.checked\:bg-pink-300\/40:checked{background-color:#f9a8d466}.checked\:bg-pink-300\/50:checked{background-color:#f9a8d480}.checked\:bg-pink-300\/60:checked{background-color:#f9a8d499}.checked\:bg-pink-300\/70:checked{background-color:#f9a8d4b3}.checked\:bg-pink-300\/75:checked{background-color:#f9a8d4bf}.checked\:bg-pink-300\/80:checked{background-color:#f9a8d4cc}.checked\:bg-pink-300\/90:checked{background-color:#f9a8d4e6}.checked\:bg-pink-400:checked{background-color:#f472b6}.checked\:bg-pink-400\/0:checked{background-color:#f472b600}.checked\:bg-pink-400\/10:checked{background-color:#f472b61a}.checked\:bg-pink-400\/20:checked{background-color:#f472b633}.checked\:bg-pink-400\/30:checked{background-color:#f472b64d}.checked\:bg-pink-400\/40:checked{background-color:#f472b666}.checked\:bg-pink-400\/50:checked{background-color:#f472b680}.checked\:bg-pink-400\/60:checked{background-color:#f472b699}.checked\:bg-pink-400\/70:checked{background-color:#f472b6b3}.checked\:bg-pink-400\/75:checked{background-color:#f472b6bf}.checked\:bg-pink-400\/80:checked{background-color:#f472b6cc}.checked\:bg-pink-400\/90:checked{background-color:#f472b6e6}.checked\:bg-pink-500:checked{background-color:#ec4899}.checked\:bg-pink-500\/0:checked{background-color:#ec489900}.checked\:bg-pink-500\/10:checked{background-color:#ec48991a}.checked\:bg-pink-500\/20:checked{background-color:#ec489933}.checked\:bg-pink-500\/30:checked{background-color:#ec48994d}.checked\:bg-pink-500\/40:checked{background-color:#ec489966}.checked\:bg-pink-500\/50:checked{background-color:#ec489980}.checked\:bg-pink-500\/60:checked{background-color:#ec489999}.checked\:bg-pink-500\/70:checked{background-color:#ec4899b3}.checked\:bg-pink-500\/75:checked{background-color:#ec4899bf}.checked\:bg-pink-500\/80:checked{background-color:#ec4899cc}.checked\:bg-pink-500\/90:checked{background-color:#ec4899e6}.checked\:bg-pink-600:checked{background-color:#db2777}.checked\:bg-pink-600\/0:checked{background-color:#db277700}.checked\:bg-pink-600\/10:checked{background-color:#db27771a}.checked\:bg-pink-600\/20:checked{background-color:#db277733}.checked\:bg-pink-600\/30:checked{background-color:#db27774d}.checked\:bg-pink-600\/40:checked{background-color:#db277766}.checked\:bg-pink-600\/50:checked{background-color:#db277780}.checked\:bg-pink-600\/60:checked{background-color:#db277799}.checked\:bg-pink-600\/70:checked{background-color:#db2777b3}.checked\:bg-pink-600\/75:checked{background-color:#db2777bf}.checked\:bg-pink-600\/80:checked{background-color:#db2777cc}.checked\:bg-pink-600\/90:checked{background-color:#db2777e6}.checked\:bg-pink-700:checked{background-color:#be185d}.checked\:bg-pink-700\/0:checked{background-color:#be185d00}.checked\:bg-pink-700\/10:checked{background-color:#be185d1a}.checked\:bg-pink-700\/20:checked{background-color:#be185d33}.checked\:bg-pink-700\/30:checked{background-color:#be185d4d}.checked\:bg-pink-700\/40:checked{background-color:#be185d66}.checked\:bg-pink-700\/50:checked{background-color:#be185d80}.checked\:bg-pink-700\/60:checked{background-color:#be185d99}.checked\:bg-pink-700\/70:checked{background-color:#be185db3}.checked\:bg-pink-700\/75:checked{background-color:#be185dbf}.checked\:bg-pink-700\/80:checked{background-color:#be185dcc}.checked\:bg-pink-700\/90:checked{background-color:#be185de6}.checked\:bg-pink-800:checked{background-color:#9d174d}.checked\:bg-pink-800\/0:checked{background-color:#9d174d00}.checked\:bg-pink-800\/10:checked{background-color:#9d174d1a}.checked\:bg-pink-800\/20:checked{background-color:#9d174d33}.checked\:bg-pink-800\/30:checked{background-color:#9d174d4d}.checked\:bg-pink-800\/40:checked{background-color:#9d174d66}.checked\:bg-pink-800\/50:checked{background-color:#9d174d80}.checked\:bg-pink-800\/60:checked{background-color:#9d174d99}.checked\:bg-pink-800\/70:checked{background-color:#9d174db3}.checked\:bg-pink-800\/75:checked{background-color:#9d174dbf}.checked\:bg-pink-800\/80:checked{background-color:#9d174dcc}.checked\:bg-pink-800\/90:checked{background-color:#9d174de6}.checked\:bg-pink-900:checked{background-color:#831843}.checked\:bg-pink-900\/0:checked{background-color:#83184300}.checked\:bg-pink-900\/10:checked{background-color:#8318431a}.checked\:bg-pink-900\/20:checked{background-color:#83184333}.checked\:bg-pink-900\/30:checked{background-color:#8318434d}.checked\:bg-pink-900\/40:checked{background-color:#83184366}.checked\:bg-pink-900\/50:checked{background-color:#83184380}.checked\:bg-pink-900\/60:checked{background-color:#83184399}.checked\:bg-pink-900\/70:checked{background-color:#831843b3}.checked\:bg-pink-900\/75:checked{background-color:#831843bf}.checked\:bg-pink-900\/80:checked{background-color:#831843cc}.checked\:bg-pink-900\/90:checked{background-color:#831843e6}.checked\:bg-pink-950:checked{background-color:#500724}.checked\:bg-pink-950\/0:checked{background-color:#50072400}.checked\:bg-pink-950\/10:checked{background-color:#5007241a}.checked\:bg-pink-950\/20:checked{background-color:#50072433}.checked\:bg-pink-950\/30:checked{background-color:#5007244d}.checked\:bg-pink-950\/40:checked{background-color:#50072466}.checked\:bg-pink-950\/50:checked{background-color:#50072480}.checked\:bg-pink-950\/60:checked{background-color:#50072499}.checked\:bg-pink-950\/70:checked{background-color:#500724b3}.checked\:bg-pink-950\/75:checked{background-color:#500724bf}.checked\:bg-pink-950\/80:checked{background-color:#500724cc}.checked\:bg-pink-950\/90:checked{background-color:#500724e6}.checked\:bg-rose-50:checked{background-color:#fff1f2}.checked\:bg-rose-50\/0:checked{background-color:#fff1f200}.checked\:bg-rose-50\/10:checked{background-color:#fff1f21a}.checked\:bg-rose-50\/20:checked{background-color:#fff1f233}.checked\:bg-rose-50\/30:checked{background-color:#fff1f24d}.checked\:bg-rose-50\/40:checked{background-color:#fff1f266}.checked\:bg-rose-50\/50:checked{background-color:#fff1f280}.checked\:bg-rose-50\/60:checked{background-color:#fff1f299}.checked\:bg-rose-50\/70:checked{background-color:#fff1f2b3}.checked\:bg-rose-50\/75:checked{background-color:#fff1f2bf}.checked\:bg-rose-50\/80:checked{background-color:#fff1f2cc}.checked\:bg-rose-50\/90:checked{background-color:#fff1f2e6}.checked\:bg-rose-100:checked{background-color:#ffe4e6}.checked\:bg-rose-100\/0:checked{background-color:#ffe4e600}.checked\:bg-rose-100\/10:checked{background-color:#ffe4e61a}.checked\:bg-rose-100\/20:checked{background-color:#ffe4e633}.checked\:bg-rose-100\/30:checked{background-color:#ffe4e64d}.checked\:bg-rose-100\/40:checked{background-color:#ffe4e666}.checked\:bg-rose-100\/50:checked{background-color:#ffe4e680}.checked\:bg-rose-100\/60:checked{background-color:#ffe4e699}.checked\:bg-rose-100\/70:checked{background-color:#ffe4e6b3}.checked\:bg-rose-100\/75:checked{background-color:#ffe4e6bf}.checked\:bg-rose-100\/80:checked{background-color:#ffe4e6cc}.checked\:bg-rose-100\/90:checked{background-color:#ffe4e6e6}.checked\:bg-rose-200:checked{background-color:#fecdd3}.checked\:bg-rose-200\/0:checked{background-color:#fecdd300}.checked\:bg-rose-200\/10:checked{background-color:#fecdd31a}.checked\:bg-rose-200\/20:checked{background-color:#fecdd333}.checked\:bg-rose-200\/30:checked{background-color:#fecdd34d}.checked\:bg-rose-200\/40:checked{background-color:#fecdd366}.checked\:bg-rose-200\/50:checked{background-color:#fecdd380}.checked\:bg-rose-200\/60:checked{background-color:#fecdd399}.checked\:bg-rose-200\/70:checked{background-color:#fecdd3b3}.checked\:bg-rose-200\/75:checked{background-color:#fecdd3bf}.checked\:bg-rose-200\/80:checked{background-color:#fecdd3cc}.checked\:bg-rose-200\/90:checked{background-color:#fecdd3e6}.checked\:bg-rose-300:checked{background-color:#fda4af}.checked\:bg-rose-300\/0:checked{background-color:#fda4af00}.checked\:bg-rose-300\/10:checked{background-color:#fda4af1a}.checked\:bg-rose-300\/20:checked{background-color:#fda4af33}.checked\:bg-rose-300\/30:checked{background-color:#fda4af4d}.checked\:bg-rose-300\/40:checked{background-color:#fda4af66}.checked\:bg-rose-300\/50:checked{background-color:#fda4af80}.checked\:bg-rose-300\/60:checked{background-color:#fda4af99}.checked\:bg-rose-300\/70:checked{background-color:#fda4afb3}.checked\:bg-rose-300\/75:checked{background-color:#fda4afbf}.checked\:bg-rose-300\/80:checked{background-color:#fda4afcc}.checked\:bg-rose-300\/90:checked{background-color:#fda4afe6}.checked\:bg-rose-400:checked{background-color:#fb7185}.checked\:bg-rose-400\/0:checked{background-color:#fb718500}.checked\:bg-rose-400\/10:checked{background-color:#fb71851a}.checked\:bg-rose-400\/20:checked{background-color:#fb718533}.checked\:bg-rose-400\/30:checked{background-color:#fb71854d}.checked\:bg-rose-400\/40:checked{background-color:#fb718566}.checked\:bg-rose-400\/50:checked{background-color:#fb718580}.checked\:bg-rose-400\/60:checked{background-color:#fb718599}.checked\:bg-rose-400\/70:checked{background-color:#fb7185b3}.checked\:bg-rose-400\/75:checked{background-color:#fb7185bf}.checked\:bg-rose-400\/80:checked{background-color:#fb7185cc}.checked\:bg-rose-400\/90:checked{background-color:#fb7185e6}.checked\:bg-rose-500:checked{background-color:#f43f5e}.checked\:bg-rose-500\/0:checked{background-color:#f43f5e00}.checked\:bg-rose-500\/10:checked{background-color:#f43f5e1a}.checked\:bg-rose-500\/20:checked{background-color:#f43f5e33}.checked\:bg-rose-500\/30:checked{background-color:#f43f5e4d}.checked\:bg-rose-500\/40:checked{background-color:#f43f5e66}.checked\:bg-rose-500\/50:checked{background-color:#f43f5e80}.checked\:bg-rose-500\/60:checked{background-color:#f43f5e99}.checked\:bg-rose-500\/70:checked{background-color:#f43f5eb3}.checked\:bg-rose-500\/75:checked{background-color:#f43f5ebf}.checked\:bg-rose-500\/80:checked{background-color:#f43f5ecc}.checked\:bg-rose-500\/90:checked{background-color:#f43f5ee6}.checked\:bg-rose-600:checked{background-color:#e11d48}.checked\:bg-rose-600\/0:checked{background-color:#e11d4800}.checked\:bg-rose-600\/10:checked{background-color:#e11d481a}.checked\:bg-rose-600\/20:checked{background-color:#e11d4833}.checked\:bg-rose-600\/30:checked{background-color:#e11d484d}.checked\:bg-rose-600\/40:checked{background-color:#e11d4866}.checked\:bg-rose-600\/50:checked{background-color:#e11d4880}.checked\:bg-rose-600\/60:checked{background-color:#e11d4899}.checked\:bg-rose-600\/70:checked{background-color:#e11d48b3}.checked\:bg-rose-600\/75:checked{background-color:#e11d48bf}.checked\:bg-rose-600\/80:checked{background-color:#e11d48cc}.checked\:bg-rose-600\/90:checked{background-color:#e11d48e6}.checked\:bg-rose-700:checked{background-color:#be123c}.checked\:bg-rose-700\/0:checked{background-color:#be123c00}.checked\:bg-rose-700\/10:checked{background-color:#be123c1a}.checked\:bg-rose-700\/20:checked{background-color:#be123c33}.checked\:bg-rose-700\/30:checked{background-color:#be123c4d}.checked\:bg-rose-700\/40:checked{background-color:#be123c66}.checked\:bg-rose-700\/50:checked{background-color:#be123c80}.checked\:bg-rose-700\/60:checked{background-color:#be123c99}.checked\:bg-rose-700\/70:checked{background-color:#be123cb3}.checked\:bg-rose-700\/75:checked{background-color:#be123cbf}.checked\:bg-rose-700\/80:checked{background-color:#be123ccc}.checked\:bg-rose-700\/90:checked{background-color:#be123ce6}.checked\:bg-rose-800:checked{background-color:#9f1239}.checked\:bg-rose-800\/0:checked{background-color:#9f123900}.checked\:bg-rose-800\/10:checked{background-color:#9f12391a}.checked\:bg-rose-800\/20:checked{background-color:#9f123933}.checked\:bg-rose-800\/30:checked{background-color:#9f12394d}.checked\:bg-rose-800\/40:checked{background-color:#9f123966}.checked\:bg-rose-800\/50:checked{background-color:#9f123980}.checked\:bg-rose-800\/60:checked{background-color:#9f123999}.checked\:bg-rose-800\/70:checked{background-color:#9f1239b3}.checked\:bg-rose-800\/75:checked{background-color:#9f1239bf}.checked\:bg-rose-800\/80:checked{background-color:#9f1239cc}.checked\:bg-rose-800\/90:checked{background-color:#9f1239e6}.checked\:bg-rose-900:checked{background-color:#881337}.checked\:bg-rose-900\/0:checked{background-color:#88133700}.checked\:bg-rose-900\/10:checked{background-color:#8813371a}.checked\:bg-rose-900\/20:checked{background-color:#88133733}.checked\:bg-rose-900\/30:checked{background-color:#8813374d}.checked\:bg-rose-900\/40:checked{background-color:#88133766}.checked\:bg-rose-900\/50:checked{background-color:#88133780}.checked\:bg-rose-900\/60:checked{background-color:#88133799}.checked\:bg-rose-900\/70:checked{background-color:#881337b3}.checked\:bg-rose-900\/75:checked{background-color:#881337bf}.checked\:bg-rose-900\/80:checked{background-color:#881337cc}.checked\:bg-rose-900\/90:checked{background-color:#881337e6}.checked\:bg-rose-950:checked{background-color:#4c0519}.checked\:bg-rose-950\/0:checked{background-color:#4c051900}.checked\:bg-rose-950\/10:checked{background-color:#4c05191a}.checked\:bg-rose-950\/20:checked{background-color:#4c051933}.checked\:bg-rose-950\/30:checked{background-color:#4c05194d}.checked\:bg-rose-950\/40:checked{background-color:#4c051966}.checked\:bg-rose-950\/50:checked{background-color:#4c051980}.checked\:bg-rose-950\/60:checked{background-color:#4c051999}.checked\:bg-rose-950\/70:checked{background-color:#4c0519b3}.checked\:bg-rose-950\/75:checked{background-color:#4c0519bf}.checked\:bg-rose-950\/80:checked{background-color:#4c0519cc}.checked\:bg-rose-950\/90:checked{background-color:#4c0519e6}.checked\:bg-primary:checked{background-color:#3874ff}.checked\:bg-primary-bold:checked{background-color:#002660}.checked\:bg-primary-hover:checked{background-color:#003585}.checked\:bg-primary-border:checked{background-color:#156ef3}.checked\:bg-primary-focus-lv1:checked{background-color:#6492ff}.checked\:bg-primary-focus-lv2:checked{background-color:#c7ddff}.checked\:bg-primary-bg-color:checked{background-color:#f8fbff}.checked\:bg-success:checked{background-color:#00bd7e}.checked\:bg-success-bold:checked{background-color:#006c58}.checked\:bg-success-hover:checked{background-color:#008d5e}.checked\:bg-success-border:checked{background-color:#17e5a1}.checked\:bg-success-focus-lv1:checked{background-color:#a9fbe0}.checked\:bg-success-bg-color:checked{background-color:#ebfff8}.checked\:bg-warning:checked{background-color:#ffb41f}.checked\:bg-warning-bold:checked{background-color:#b77d09}.checked\:bg-warning-hover:checked{background-color:#e39f17}.checked\:bg-warning-border:checked{background-color:#f7c86a}.checked\:bg-warning-focus-lv1:checked{background-color:#fbe0a9}.checked\:bg-warning-bg-color:checked{background-color:#fff8eb}.checked\:bg-danger:checked{background-color:#b20000}.checked\:bg-danger-bold:checked{background-color:#920122}.checked\:bg-danger-hover:checked{background-color:#c60833}.checked\:bg-danger-border:checked{background-color:#f35370}.checked\:bg-danger-focus-lv1:checked{background-color:#fdabb9}.checked\:bg-danger-bg-color:checked{background-color:#fff1f4}.checked\:bg-info:checked{background-color:#2668cb}.checked\:bg-info-bold:checked{background-color:#023480}.checked\:bg-info-hover:checked{background-color:#0f4eae}.checked\:bg-info-border:checked{background-color:#679ef2}.checked\:bg-info-focus-lv1:checked{background-color:#c1d9fd}.checked\:bg-info-bg-color:checked{background-color:#f2f7ff}.checked\:bg-neutral-100:checked{background-color:#1a1a1a}.checked\:bg-neutral-90:checked{background-color:#424242}.checked\:bg-neutral-80:checked{background-color:#616161}.checked\:bg-neutral-70:checked{background-color:#757575}.checked\:bg-neutral-60:checked{background-color:#9e9e9e}.checked\:bg-neutral-50:checked{background-color:#c2c2c2}.checked\:bg-neutral-40:checked{background-color:#e0e0e0}.checked\:bg-neutral-30:checked{background-color:#ededed}.checked\:bg-neutral-20:checked{background-color:#f5f5f5}.checked\:bg-base:checked{background-color:#f5f7fa}.checked\:bg-auto:checked{background-size:auto}.checked\:bg-cover:checked{background-size:cover}.checked\:bg-contain:checked{background-size:contain}.checked\:bg-repeat:checked{background-repeat:repeat}.checked\:bg-no-repeat:checked{background-repeat:no-repeat}.checked\:bg-repeat-x:checked{background-repeat:repeat-x}.checked\:bg-repeat-y:checked{background-repeat:repeat-y}.checked\:bg-repeat-round:checked{background-repeat:round}.checked\:bg-repeat-space:checked{background-repeat:space}.checked\:bg-bottom:checked{background-position:bottom}.checked\:bg-center:checked{background-position:center}.checked\:bg-left:checked{background-position:left}.checked\:bg-left-bottom:checked{background-position:left bottom}.checked\:bg-left-top:checked{background-position:left top}.checked\:bg-right:checked{background-position:right}.checked\:bg-right-bottom:checked{background-position:right bottom}.checked\:bg-right-top:checked{background-position:right top}.checked\:bg-top:checked{background-position:top}.checked\:bg-origin-border:checked{background-origin:border-box}.checked\:bg-origin-padding:checked{background-origin:padding-box}.checked\:bg-origin-content:checked{background-origin:content-box}.checked\:bg-bg-fixed:checked{background-attachment:fixed}.checked\:bg-bg-local:checked{background-attachment:local}.checked\:bg-bg-scroll:checked{background-attachment:scroll}.checked\:p-auto:checked{padding:auto}.checked\:pl-auto:checked{padding-left:auto}.checked\:pr-auto:checked{padding-right:auto}.checked\:px-auto:checked{padding-right:auto;padding-left:auto}.checked\:py-auto:checked{padding-top:auto;padding-bottom:auto}.checked\:pb-auto:checked{padding-bottom:auto}.checked\:pt-auto:checked{padding-top:auto}.checked\:p-0:checked{padding:0}.checked\:pl-0:checked{padding-left:0}.checked\:pr-0:checked{padding-right:0}.checked\:px-0:checked{padding-right:0;padding-left:0}.checked\:py-0:checked{padding-top:0;padding-bottom:0}.checked\:pb-0:checked{padding-bottom:0}.checked\:pt-0:checked{padding-top:0}.checked\:p-1:checked{padding:.25rem}.checked\:pl-1:checked{padding-left:.25rem}.checked\:pr-1:checked{padding-right:.25rem}.checked\:px-1:checked{padding-right:.25rem;padding-left:.25rem}.checked\:py-1:checked{padding-top:.25rem;padding-bottom:.25rem}.checked\:pb-1:checked{padding-bottom:.25rem}.checked\:pt-1:checked{padding-top:.25rem}.checked\:p-2:checked{padding:.5rem}.checked\:pl-2:checked{padding-left:.5rem}.checked\:pr-2:checked{padding-right:.5rem}.checked\:px-2:checked{padding-right:.5rem;padding-left:.5rem}.checked\:py-2:checked{padding-top:.5rem;padding-bottom:.5rem}.checked\:pb-2:checked{padding-bottom:.5rem}.checked\:pt-2:checked{padding-top:.5rem}.checked\:p-3:checked{padding:.75rem}.checked\:pl-3:checked{padding-left:.75rem}.checked\:pr-3:checked{padding-right:.75rem}.checked\:px-3:checked{padding-right:.75rem;padding-left:.75rem}.checked\:py-3:checked{padding-top:.75rem;padding-bottom:.75rem}.checked\:pb-3:checked{padding-bottom:.75rem}.checked\:pt-3:checked{padding-top:.75rem}.checked\:p-4:checked{padding:1rem}.checked\:pl-4:checked{padding-left:1rem}.checked\:pr-4:checked{padding-right:1rem}.checked\:px-4:checked{padding-right:1rem;padding-left:1rem}.checked\:py-4:checked{padding-top:1rem;padding-bottom:1rem}.checked\:pb-4:checked{padding-bottom:1rem}.checked\:pt-4:checked{padding-top:1rem}.checked\:p-5:checked{padding:1.25rem}.checked\:pl-5:checked{padding-left:1.25rem}.checked\:pr-5:checked{padding-right:1.25rem}.checked\:px-5:checked{padding-right:1.25rem;padding-left:1.25rem}.checked\:py-5:checked{padding-top:1.25rem;padding-bottom:1.25rem}.checked\:pb-5:checked{padding-bottom:1.25rem}.checked\:pt-5:checked{padding-top:1.25rem}.checked\:p-6:checked{padding:1.5rem}.checked\:pl-6:checked{padding-left:1.5rem}.checked\:pr-6:checked{padding-right:1.5rem}.checked\:px-6:checked{padding-right:1.5rem;padding-left:1.5rem}.checked\:py-6:checked{padding-top:1.5rem;padding-bottom:1.5rem}.checked\:pb-6:checked{padding-bottom:1.5rem}.checked\:pt-6:checked{padding-top:1.5rem}.checked\:p-7:checked{padding:1.75rem}.checked\:pl-7:checked{padding-left:1.75rem}.checked\:pr-7:checked{padding-right:1.75rem}.checked\:px-7:checked{padding-right:1.75rem;padding-left:1.75rem}.checked\:py-7:checked{padding-top:1.75rem;padding-bottom:1.75rem}.checked\:pb-7:checked{padding-bottom:1.75rem}.checked\:pt-7:checked{padding-top:1.75rem}.checked\:p-8:checked{padding:2rem}.checked\:pl-8:checked{padding-left:2rem}.checked\:pr-8:checked{padding-right:2rem}.checked\:px-8:checked{padding-right:2rem;padding-left:2rem}.checked\:py-8:checked{padding-top:2rem;padding-bottom:2rem}.checked\:pb-8:checked{padding-bottom:2rem}.checked\:pt-8:checked{padding-top:2rem}.checked\:p-9:checked{padding:2.25rem}.checked\:pl-9:checked{padding-left:2.25rem}.checked\:pr-9:checked{padding-right:2.25rem}.checked\:px-9:checked{padding-right:2.25rem;padding-left:2.25rem}.checked\:py-9:checked{padding-top:2.25rem;padding-bottom:2.25rem}.checked\:pb-9:checked{padding-bottom:2.25rem}.checked\:pt-9:checked{padding-top:2.25rem}.checked\:p-10:checked{padding:2.5rem}.checked\:pl-10:checked{padding-left:2.5rem}.checked\:pr-10:checked{padding-right:2.5rem}.checked\:px-10:checked{padding-right:2.5rem;padding-left:2.5rem}.checked\:py-10:checked{padding-top:2.5rem;padding-bottom:2.5rem}.checked\:pb-10:checked{padding-bottom:2.5rem}.checked\:pt-10:checked{padding-top:2.5rem}.checked\:p-11:checked{padding:2.75rem}.checked\:pl-11:checked{padding-left:2.75rem}.checked\:pr-11:checked{padding-right:2.75rem}.checked\:px-11:checked{padding-right:2.75rem;padding-left:2.75rem}.checked\:py-11:checked{padding-top:2.75rem;padding-bottom:2.75rem}.checked\:pb-11:checked{padding-bottom:2.75rem}.checked\:pt-11:checked{padding-top:2.75rem}.checked\:p-12:checked{padding:3rem}.checked\:pl-12:checked{padding-left:3rem}.checked\:pr-12:checked{padding-right:3rem}.checked\:px-12:checked{padding-right:3rem;padding-left:3rem}.checked\:py-12:checked{padding-top:3rem;padding-bottom:3rem}.checked\:pb-12:checked{padding-bottom:3rem}.checked\:pt-12:checked{padding-top:3rem}.checked\:p-14:checked{padding:3.5rem}.checked\:pl-14:checked{padding-left:3.5rem}.checked\:pr-14:checked{padding-right:3.5rem}.checked\:px-14:checked{padding-right:3.5rem;padding-left:3.5rem}.checked\:py-14:checked{padding-top:3.5rem;padding-bottom:3.5rem}.checked\:pb-14:checked{padding-bottom:3.5rem}.checked\:pt-14:checked{padding-top:3.5rem}.checked\:p-16:checked{padding:4rem}.checked\:pl-16:checked{padding-left:4rem}.checked\:pr-16:checked{padding-right:4rem}.checked\:px-16:checked{padding-right:4rem;padding-left:4rem}.checked\:py-16:checked{padding-top:4rem;padding-bottom:4rem}.checked\:pb-16:checked{padding-bottom:4rem}.checked\:pt-16:checked{padding-top:4rem}.checked\:p-20:checked{padding:5rem}.checked\:pl-20:checked{padding-left:5rem}.checked\:pr-20:checked{padding-right:5rem}.checked\:px-20:checked{padding-right:5rem;padding-left:5rem}.checked\:py-20:checked{padding-top:5rem;padding-bottom:5rem}.checked\:pb-20:checked{padding-bottom:5rem}.checked\:pt-20:checked{padding-top:5rem}.checked\:p-24:checked{padding:6rem}.checked\:pl-24:checked{padding-left:6rem}.checked\:pr-24:checked{padding-right:6rem}.checked\:px-24:checked{padding-right:6rem;padding-left:6rem}.checked\:py-24:checked{padding-top:6rem;padding-bottom:6rem}.checked\:pb-24:checked{padding-bottom:6rem}.checked\:pt-24:checked{padding-top:6rem}.checked\:p-28:checked{padding:7rem}.checked\:pl-28:checked{padding-left:7rem}.checked\:pr-28:checked{padding-right:7rem}.checked\:px-28:checked{padding-right:7rem;padding-left:7rem}.checked\:py-28:checked{padding-top:7rem;padding-bottom:7rem}.checked\:pb-28:checked{padding-bottom:7rem}.checked\:pt-28:checked{padding-top:7rem}.checked\:p-32:checked{padding:8rem}.checked\:pl-32:checked{padding-left:8rem}.checked\:pr-32:checked{padding-right:8rem}.checked\:px-32:checked{padding-right:8rem;padding-left:8rem}.checked\:py-32:checked{padding-top:8rem;padding-bottom:8rem}.checked\:pb-32:checked{padding-bottom:8rem}.checked\:pt-32:checked{padding-top:8rem}.checked\:p-36:checked{padding:9rem}.checked\:pl-36:checked{padding-left:9rem}.checked\:pr-36:checked{padding-right:9rem}.checked\:px-36:checked{padding-right:9rem;padding-left:9rem}.checked\:py-36:checked{padding-top:9rem;padding-bottom:9rem}.checked\:pb-36:checked{padding-bottom:9rem}.checked\:pt-36:checked{padding-top:9rem}.checked\:p-40:checked{padding:10rem}.checked\:pl-40:checked{padding-left:10rem}.checked\:pr-40:checked{padding-right:10rem}.checked\:px-40:checked{padding-right:10rem;padding-left:10rem}.checked\:py-40:checked{padding-top:10rem;padding-bottom:10rem}.checked\:pb-40:checked{padding-bottom:10rem}.checked\:pt-40:checked{padding-top:10rem}.checked\:p-44:checked{padding:11rem}.checked\:pl-44:checked{padding-left:11rem}.checked\:pr-44:checked{padding-right:11rem}.checked\:px-44:checked{padding-right:11rem;padding-left:11rem}.checked\:py-44:checked{padding-top:11rem;padding-bottom:11rem}.checked\:pb-44:checked{padding-bottom:11rem}.checked\:pt-44:checked{padding-top:11rem}.checked\:p-48:checked{padding:12rem}.checked\:pl-48:checked{padding-left:12rem}.checked\:pr-48:checked{padding-right:12rem}.checked\:px-48:checked{padding-right:12rem;padding-left:12rem}.checked\:py-48:checked{padding-top:12rem;padding-bottom:12rem}.checked\:pb-48:checked{padding-bottom:12rem}.checked\:pt-48:checked{padding-top:12rem}.checked\:p-52:checked{padding:13rem}.checked\:pl-52:checked{padding-left:13rem}.checked\:pr-52:checked{padding-right:13rem}.checked\:px-52:checked{padding-right:13rem;padding-left:13rem}.checked\:py-52:checked{padding-top:13rem;padding-bottom:13rem}.checked\:pb-52:checked{padding-bottom:13rem}.checked\:pt-52:checked{padding-top:13rem}.checked\:p-56:checked{padding:14rem}.checked\:pl-56:checked{padding-left:14rem}.checked\:pr-56:checked{padding-right:14rem}.checked\:px-56:checked{padding-right:14rem;padding-left:14rem}.checked\:py-56:checked{padding-top:14rem;padding-bottom:14rem}.checked\:pb-56:checked{padding-bottom:14rem}.checked\:pt-56:checked{padding-top:14rem}.checked\:p-60:checked{padding:15rem}.checked\:pl-60:checked{padding-left:15rem}.checked\:pr-60:checked{padding-right:15rem}.checked\:px-60:checked{padding-right:15rem;padding-left:15rem}.checked\:py-60:checked{padding-top:15rem;padding-bottom:15rem}.checked\:pb-60:checked{padding-bottom:15rem}.checked\:pt-60:checked{padding-top:15rem}.checked\:p-64:checked{padding:16rem}.checked\:pl-64:checked{padding-left:16rem}.checked\:pr-64:checked{padding-right:16rem}.checked\:px-64:checked{padding-right:16rem;padding-left:16rem}.checked\:py-64:checked{padding-top:16rem;padding-bottom:16rem}.checked\:pb-64:checked{padding-bottom:16rem}.checked\:pt-64:checked{padding-top:16rem}.checked\:p-72:checked{padding:18rem}.checked\:pl-72:checked{padding-left:18rem}.checked\:pr-72:checked{padding-right:18rem}.checked\:px-72:checked{padding-right:18rem;padding-left:18rem}.checked\:py-72:checked{padding-top:18rem;padding-bottom:18rem}.checked\:pb-72:checked{padding-bottom:18rem}.checked\:pt-72:checked{padding-top:18rem}.checked\:p-80:checked{padding:20rem}.checked\:pl-80:checked{padding-left:20rem}.checked\:pr-80:checked{padding-right:20rem}.checked\:px-80:checked{padding-right:20rem;padding-left:20rem}.checked\:py-80:checked{padding-top:20rem;padding-bottom:20rem}.checked\:pb-80:checked{padding-bottom:20rem}.checked\:pt-80:checked{padding-top:20rem}.checked\:p-96:checked{padding:24rem}.checked\:pl-96:checked{padding-left:24rem}.checked\:pr-96:checked{padding-right:24rem}.checked\:px-96:checked{padding-right:24rem;padding-left:24rem}.checked\:py-96:checked{padding-top:24rem;padding-bottom:24rem}.checked\:pb-96:checked{padding-bottom:24rem}.checked\:pt-96:checked{padding-top:24rem}.checked\:flex-1:checked{flex:1 1 0%}.checked\:flex-column:checked{flex-direction:column}.checked\:flex-row:checked{flex-direction:row}.checked\:flex-wrap:checked{flex-wrap:wrap}.checked\:flex-wrap-reverse:checked{flex-wrap:wrap-reverse}.checked\:flex-nowrap:checked{flex-wrap:nowrap}.checked\:w-0:checked{width:0px}.checked\:w-px:checked{width:1px}.checked\:w-1:checked{width:.25rem}.checked\:w-2:checked{width:.5rem}.checked\:w-3:checked{width:.75rem}.checked\:w-4:checked{width:1rem}.checked\:w-5:checked{width:1.25rem}.checked\:w-6:checked{width:1.5rem}.checked\:w-7:checked{width:1.75rem}.checked\:w-8:checked{width:2rem}.checked\:w-9:checked{width:2.25rem}.checked\:w-10:checked{width:2.5rem}.checked\:w-11:checked{width:2.75rem}.checked\:w-12:checked{width:3rem}.checked\:w-14:checked{width:3.5rem}.checked\:w-16:checked{width:4rem}.checked\:w-20:checked{width:5rem}.checked\:w-24:checked{width:6rem}.checked\:w-28:checked{width:7rem}.checked\:w-32:checked{width:8rem}.checked\:w-36:checked{width:9rem}.checked\:w-40:checked{width:10rem}.checked\:w-44:checked{width:11rem}.checked\:w-48:checked{width:12rem}.checked\:w-52:checked{width:13rem}.checked\:w-56:checked{width:14rem}.checked\:w-60:checked{width:15rem}.checked\:w-64:checked{width:16rem}.checked\:w-72:checked{width:18rem}.checked\:w-80:checked{width:20rem}.checked\:w-96:checked{width:24rem}.checked\:w-auto:checked{width:auto}.checked\:w-full:checked{width:100%}.checked\:w-screen:checked{width:100vw}.checked\:w-min:checked{width:min-content}.checked\:w-max:checked{width:max-content}.checked\:w-fit:checked{width:fit-content}.checked\:h-0:checked{height:0px}.checked\:h-px:checked{height:1px}.checked\:h-1:checked{height:.25rem}.checked\:h-2:checked{height:.5rem}.checked\:h-3:checked{height:.75rem}.checked\:h-4:checked{height:1rem}.checked\:h-5:checked{height:1.25rem}.checked\:h-6:checked{height:1.5rem}.checked\:h-7:checked{height:1.75rem}.checked\:h-8:checked{height:2rem}.checked\:h-9:checked{height:2.25rem}.checked\:h-10:checked{height:2.5rem}.checked\:h-11:checked{height:2.75rem}.checked\:h-12:checked{height:3rem}.checked\:h-14:checked{height:3.5rem}.checked\:h-16:checked{height:4rem}.checked\:h-20:checked{height:5rem}.checked\:h-24:checked{height:6rem}.checked\:h-28:checked{height:7rem}.checked\:h-32:checked{height:8rem}.checked\:h-36:checked{height:9rem}.checked\:h-40:checked{height:10rem}.checked\:h-44:checked{height:11rem}.checked\:h-48:checked{height:12rem}.checked\:h-52:checked{height:13rem}.checked\:h-56:checked{height:14rem}.checked\:h-60:checked{height:15rem}.checked\:h-64:checked{height:16rem}.checked\:h-72:checked{height:18rem}.checked\:h-80:checked{height:20rem}.checked\:h-96:checked{height:24rem}.checked\:h-auto:checked{height:auto}.checked\:h-full:checked{height:100%}.checked\:h-screen:checked{height:100vh}.checked\:h-min:checked{height:min-content}.checked\:h-max:checked{height:max-content}.checked\:h-fit:checked{height:fit-content}.checked\:border{border-width:1px}.checked\:border-b{border:0px;border-bottom:1px}.checked\:border-b-0:checked{border:0px;border-bottom:1px;border-bottom-width:0px}.checked\:border-b-2:checked{border:0px;border-bottom:1px;border-bottom-width:2px}.checked\:border-b-4:checked{border:0px;border-bottom:1px;border-bottom-width:4px}.checked\:border-b-8:checked{border:0px;border-bottom:1px;border-bottom-width:8px}.checked\:border-t{border:0px;border-top:1px}.checked\:border-t-0:checked{border:0px;border-top:1px;border-top-width:0px}.checked\:border-t-2:checked{border:0px;border-top:1px;border-top-width:2px}.checked\:border-t-4:checked{border:0px;border-top:1px;border-top-width:4px}.checked\:border-t-8:checked{border:0px;border-top:1px;border-top-width:8px}.checked\:border-r{border:0px;border-right:1px solid}.checked\:border-r-0:checked{border:0px;border-right-width:0px}.checked\:border-r-2:checked{border:0px;border-right-width:2px}.checked\:border-r-4:checked{border:0px;border-right-width:4px}.checked\:border-r-8:checked{border:0px;border-right-width:8px}.checked\:border-l{border:0px;border-left:1px}.checked\:border-l-0:checked{border:0px;border-left:1px;border-left-width:0px}.checked\:border-l-2:checked{border:0px;border-left:1px;border-left-width:2px}.checked\:border-l-4:checked{border:0px;border-left:1px;border-left-width:4px}.checked\:border-l-8:checked{border:0px;border-left:1px;border-left-width:8px}.checked\:border-0:checked{border-width:0px}.checked\:border-2:checked{border-width:2px}.checked\:border-4:checked{border-width:4px}.checked\:border-8:checked{border-width:8px}.checked\:border-none:checked{border-style:none}.checked\:border-solid:checked{border-style:solid}.checked\:border-dashed:checked{border-style:dashed}.checked\:border-dotted:checked{border-style:dotted}.checked\:border-double:checked{border-style:double}.checked\:border-groove:checked{border-style:groove}.checked\:border-ridge:checked{border-style:ridge}.checked\:border-inset:checked{border-style:inset}.checked\:border-outset:checked{border-style:outset}.checked\:border-transparent:checked{border-color:transparent}.checked\:border-black:checked{border-color:#000}.checked\:border-white:checked{border-color:#fff}.checked\:border-slate-50:checked{border-color:#f8fafc}.checked\:border-slate-100:checked{border-color:#f1f5f9}.checked\:border-slate-200:checked{border-color:#e2e8f0}.checked\:border-slate-300:checked{border-color:#cbd5e1}.checked\:border-slate-400:checked{border-color:#94a3b8}.checked\:border-slate-500:checked{border-color:#64748b}.checked\:border-slate-600:checked{border-color:#475569}.checked\:border-slate-700:checked{border-color:#334155}.checked\:border-slate-800:checked{border-color:#1e293b}.checked\:border-slate-900:checked{border-color:#0f172a}.checked\:border-slate-950:checked{border-color:#020617}.checked\:border-gray-50:checked{border-color:#f9fafb}.checked\:border-gray-100:checked{border-color:#f3f4f6}.checked\:border-gray-200:checked{border-color:#e5e7eb}.checked\:border-gray-300:checked{border-color:#d1d5db}.checked\:border-gray-400:checked{border-color:#9ca3af}.checked\:border-gray-500:checked{border-color:#6b7280}.checked\:border-gray-600:checked{border-color:#4b5563}.checked\:border-gray-700:checked{border-color:#374151}.checked\:border-gray-800:checked{border-color:#1f2937}.checked\:border-gray-900:checked{border-color:#111827}.checked\:border-gray-950:checked{border-color:#030712}.checked\:border-zinc-50:checked{border-color:#fafafa}.checked\:border-zinc-100:checked{border-color:#f4f4f5}.checked\:border-zinc-200:checked{border-color:#e4e4e7}.checked\:border-zinc-300:checked{border-color:#d4d4d8}.checked\:border-zinc-400:checked{border-color:#a1a1aa}.checked\:border-zinc-500:checked{border-color:#71717a}.checked\:border-zinc-600:checked{border-color:#52525b}.checked\:border-zinc-700:checked{border-color:#3f3f46}.checked\:border-zinc-800:checked{border-color:#27272a}.checked\:border-zinc-900:checked{border-color:#18181b}.checked\:border-zinc-950:checked{border-color:#09090b}.checked\:border-neutral-50:checked{border-color:#fafafa}.checked\:border-neutral-100:checked{border-color:#f5f5f5}.checked\:border-neutral-200:checked{border-color:#e5e5e5}.checked\:border-neutral-300:checked{border-color:#d4d4d4}.checked\:border-neutral-400:checked{border-color:#a3a3a3}.checked\:border-neutral-500:checked{border-color:#737373}.checked\:border-neutral-600:checked{border-color:#525252}.checked\:border-neutral-700:checked{border-color:#404040}.checked\:border-neutral-800:checked{border-color:#262626}.checked\:border-neutral-900:checked{border-color:#171717}.checked\:border-neutral-950:checked{border-color:#0a0a0a}.checked\:border-stone-50:checked{border-color:#fafaf9}.checked\:border-stone-100:checked{border-color:#f5f5f4}.checked\:border-stone-200:checked{border-color:#e7e5e4}.checked\:border-stone-300:checked{border-color:#d6d3d1}.checked\:border-stone-400:checked{border-color:#a8a29e}.checked\:border-stone-500:checked{border-color:#78716c}.checked\:border-stone-600:checked{border-color:#57534e}.checked\:border-stone-700:checked{border-color:#44403c}.checked\:border-stone-800:checked{border-color:#292524}.checked\:border-stone-900:checked{border-color:#1c1917}.checked\:border-stone-950:checked{border-color:#0c0a09}.checked\:border-red-50:checked{border-color:#fef2f2}.checked\:border-red-100:checked{border-color:#fee2e2}.checked\:border-red-200:checked{border-color:#fecaca}.checked\:border-red-300:checked{border-color:#fca5a5}.checked\:border-red-400:checked{border-color:#f87171}.checked\:border-red-500:checked{border-color:#ef4444}.checked\:border-red-600:checked{border-color:#dc2626}.checked\:border-red-700:checked{border-color:#b91c1c}.checked\:border-red-800:checked{border-color:#991b1b}.checked\:border-red-900:checked{border-color:#7f1d1d}.checked\:border-red-950:checked{border-color:#450a0a}.checked\:border-orange-50:checked{border-color:#fff7ed}.checked\:border-orange-100:checked{border-color:#ffedd5}.checked\:border-orange-200:checked{border-color:#fed7aa}.checked\:border-orange-300:checked{border-color:#fdba74}.checked\:border-orange-400:checked{border-color:#fb923c}.checked\:border-orange-500:checked{border-color:#f97316}.checked\:border-orange-600:checked{border-color:#ea580c}.checked\:border-orange-700:checked{border-color:#c2410c}.checked\:border-orange-800:checked{border-color:#9a3412}.checked\:border-orange-900:checked{border-color:#7c2d12}.checked\:border-orange-950:checked{border-color:#431407}.checked\:border-amber-50:checked{border-color:#fffbeb}.checked\:border-amber-100:checked{border-color:#fef3c7}.checked\:border-amber-200:checked{border-color:#fde68a}.checked\:border-amber-300:checked{border-color:#fcd34d}.checked\:border-amber-400:checked{border-color:#fbbf24}.checked\:border-amber-500:checked{border-color:#f59e0b}.checked\:border-amber-600:checked{border-color:#d97706}.checked\:border-amber-700:checked{border-color:#b45309}.checked\:border-amber-800:checked{border-color:#92400e}.checked\:border-amber-900:checked{border-color:#78350f}.checked\:border-amber-950:checked{border-color:#451a03}.checked\:border-yellow-50:checked{border-color:#fefce8}.checked\:border-yellow-100:checked{border-color:#fef9c3}.checked\:border-yellow-200:checked{border-color:#fef08a}.checked\:border-yellow-300:checked{border-color:#fde047}.checked\:border-yellow-400:checked{border-color:#facc15}.checked\:border-yellow-500:checked{border-color:#eab308}.checked\:border-yellow-600:checked{border-color:#ca8a04}.checked\:border-yellow-700:checked{border-color:#a16207}.checked\:border-yellow-800:checked{border-color:#854d0e}.checked\:border-yellow-900:checked{border-color:#713f12}.checked\:border-yellow-950:checked{border-color:#422006}.checked\:border-lime-50:checked{border-color:#f7fee7}.checked\:border-lime-100:checked{border-color:#ecfccb}.checked\:border-lime-200:checked{border-color:#d9f99d}.checked\:border-lime-300:checked{border-color:#bef264}.checked\:border-lime-400:checked{border-color:#a3e635}.checked\:border-lime-500:checked{border-color:#84cc16}.checked\:border-lime-600:checked{border-color:#65a30d}.checked\:border-lime-700:checked{border-color:#4d7c0f}.checked\:border-lime-800:checked{border-color:#3f6212}.checked\:border-lime-900:checked{border-color:#365314}.checked\:border-lime-950:checked{border-color:#1a2e05}.checked\:border-green-50:checked{border-color:#f0fdf4}.checked\:border-green-100:checked{border-color:#dcfce7}.checked\:border-green-200:checked{border-color:#bbf7d0}.checked\:border-green-300:checked{border-color:#86efac}.checked\:border-green-400:checked{border-color:#4ade80}.checked\:border-green-500:checked{border-color:#22c55e}.checked\:border-green-600:checked{border-color:#16a34a}.checked\:border-green-700:checked{border-color:#15803d}.checked\:border-green-800:checked{border-color:#166534}.checked\:border-green-900:checked{border-color:#14532d}.checked\:border-green-950:checked{border-color:#052e16}.checked\:border-emerald-50:checked{border-color:#ecfdf5}.checked\:border-emerald-100:checked{border-color:#d1fae5}.checked\:border-emerald-200:checked{border-color:#a7f3d0}.checked\:border-emerald-300:checked{border-color:#6ee7b7}.checked\:border-emerald-400:checked{border-color:#34d399}.checked\:border-emerald-500:checked{border-color:#10b981}.checked\:border-emerald-600:checked{border-color:#059669}.checked\:border-emerald-700:checked{border-color:#047857}.checked\:border-emerald-800:checked{border-color:#065f46}.checked\:border-emerald-900:checked{border-color:#064e3b}.checked\:border-emerald-950:checked{border-color:#022c22}.checked\:border-teal-50:checked{border-color:#f0fdfa}.checked\:border-teal-100:checked{border-color:#ccfbf1}.checked\:border-teal-200:checked{border-color:#99f6e4}.checked\:border-teal-300:checked{border-color:#5eead4}.checked\:border-teal-400:checked{border-color:#2dd4bf}.checked\:border-teal-500:checked{border-color:#14b8a6}.checked\:border-teal-600:checked{border-color:#0d9488}.checked\:border-teal-700:checked{border-color:#0f766e}.checked\:border-teal-800:checked{border-color:#115e59}.checked\:border-teal-900:checked{border-color:#134e4a}.checked\:border-teal-950:checked{border-color:#042f2e}.checked\:border-cyan-50:checked{border-color:#ecfeff}.checked\:border-cyan-100:checked{border-color:#cffafe}.checked\:border-cyan-200:checked{border-color:#a5f3fc}.checked\:border-cyan-300:checked{border-color:#67e8f9}.checked\:border-cyan-400:checked{border-color:#22d3ee}.checked\:border-cyan-500:checked{border-color:#06b6d4}.checked\:border-cyan-600:checked{border-color:#0891b2}.checked\:border-cyan-700:checked{border-color:#0e7490}.checked\:border-cyan-800:checked{border-color:#155e75}.checked\:border-cyan-900:checked{border-color:#164e63}.checked\:border-cyan-950:checked{border-color:#083344}.checked\:border-sky-50:checked{border-color:#f0f9ff}.checked\:border-sky-100:checked{border-color:#e0f2fe}.checked\:border-sky-200:checked{border-color:#bae6fd}.checked\:border-sky-300:checked{border-color:#7dd3fc}.checked\:border-sky-400:checked{border-color:#38bdf8}.checked\:border-sky-500:checked{border-color:#0ea5e9}.checked\:border-sky-600:checked{border-color:#0284c7}.checked\:border-sky-700:checked{border-color:#0369a1}.checked\:border-sky-800:checked{border-color:#075985}.checked\:border-sky-900:checked{border-color:#0c4a6e}.checked\:border-sky-950:checked{border-color:#082f49}.checked\:border-blue-50:checked{border-color:#eff6ff}.checked\:border-blue-100:checked{border-color:#dbeafe}.checked\:border-blue-200:checked{border-color:#bfdbfe}.checked\:border-blue-300:checked{border-color:#93c5fd}.checked\:border-blue-400:checked{border-color:#60a5fa}.checked\:border-blue-500:checked{border-color:#3b82f6}.checked\:border-blue-600:checked{border-color:#2563eb}.checked\:border-blue-700:checked{border-color:#1d4ed8}.checked\:border-blue-800:checked{border-color:#1e40af}.checked\:border-blue-900:checked{border-color:#1e3a8a}.checked\:border-blue-950:checked{border-color:#172554}.checked\:border-indigo-50:checked{border-color:#eef2ff}.checked\:border-indigo-100:checked{border-color:#e0e7ff}.checked\:border-indigo-200:checked{border-color:#c7d2fe}.checked\:border-indigo-300:checked{border-color:#a5b4fc}.checked\:border-indigo-400:checked{border-color:#818cf8}.checked\:border-indigo-500:checked{border-color:#6366f1}.checked\:border-indigo-600:checked{border-color:#4f46e5}.checked\:border-indigo-700:checked{border-color:#4338ca}.checked\:border-indigo-800:checked{border-color:#3730a3}.checked\:border-indigo-900:checked{border-color:#312e81}.checked\:border-indigo-950:checked{border-color:#1e1b4b}.checked\:border-violet-50:checked{border-color:#f5f3ff}.checked\:border-violet-100:checked{border-color:#ede9fe}.checked\:border-violet-200:checked{border-color:#ddd6fe}.checked\:border-violet-300:checked{border-color:#c4b5fd}.checked\:border-violet-400:checked{border-color:#a78bfa}.checked\:border-violet-500:checked{border-color:#8b5cf6}.checked\:border-violet-600:checked{border-color:#7c3aed}.checked\:border-violet-700:checked{border-color:#6d28d9}.checked\:border-violet-800:checked{border-color:#5b21b6}.checked\:border-violet-900:checked{border-color:#4c1d95}.checked\:border-violet-950:checked{border-color:#2e1065}.checked\:border-purple-50:checked{border-color:#faf5ff}.checked\:border-purple-100:checked{border-color:#f3e8ff}.checked\:border-purple-200:checked{border-color:#e9d5ff}.checked\:border-purple-300:checked{border-color:#d8b4fe}.checked\:border-purple-400:checked{border-color:#c084fc}.checked\:border-purple-500:checked{border-color:#a855f7}.checked\:border-purple-600:checked{border-color:#9333ea}.checked\:border-purple-700:checked{border-color:#7e22ce}.checked\:border-purple-800:checked{border-color:#6b21a8}.checked\:border-purple-900:checked{border-color:#581c87}.checked\:border-purple-950:checked{border-color:#3b0764}.checked\:border-fuchsia-50:checked{border-color:#fdf4ff}.checked\:border-fuchsia-100:checked{border-color:#fae8ff}.checked\:border-fuchsia-200:checked{border-color:#f5d0fe}.checked\:border-fuchsia-300:checked{border-color:#f0abfc}.checked\:border-fuchsia-400:checked{border-color:#e879f9}.checked\:border-fuchsia-500:checked{border-color:#d946ef}.checked\:border-fuchsia-600:checked{border-color:#c026d3}.checked\:border-fuchsia-700:checked{border-color:#a21caf}.checked\:border-fuchsia-800:checked{border-color:#86198f}.checked\:border-fuchsia-900:checked{border-color:#701a75}.checked\:border-fuchsia-950:checked{border-color:#4a044e}.checked\:border-pink-50:checked{border-color:#fdf2f8}.checked\:border-pink-100:checked{border-color:#fce7f3}.checked\:border-pink-200:checked{border-color:#fbcfe8}.checked\:border-pink-300:checked{border-color:#f9a8d4}.checked\:border-pink-400:checked{border-color:#f472b6}.checked\:border-pink-500:checked{border-color:#ec4899}.checked\:border-pink-600:checked{border-color:#db2777}.checked\:border-pink-700:checked{border-color:#be185d}.checked\:border-pink-800:checked{border-color:#9d174d}.checked\:border-pink-900:checked{border-color:#831843}.checked\:border-pink-950:checked{border-color:#500724}.checked\:border-rose-50:checked{border-color:#fff1f2}.checked\:border-rose-100:checked{border-color:#ffe4e6}.checked\:border-rose-200:checked{border-color:#fecdd3}.checked\:border-rose-300:checked{border-color:#fda4af}.checked\:border-rose-400:checked{border-color:#fb7185}.checked\:border-rose-500:checked{border-color:#f43f5e}.checked\:border-rose-600:checked{border-color:#e11d48}.checked\:border-rose-700:checked{border-color:#be123c}.checked\:border-rose-800:checked{border-color:#9f1239}.checked\:border-rose-900:checked{border-color:#881337}.checked\:border-rose-950:checked{border-color:#4c0519}.checked\:border-primary:checked{border-color:#3874ff}.checked\:border-primary-bold:checked{border-color:#002660}.checked\:border-primary-hover:checked{border-color:#003585}.checked\:border-primary-border:checked{border-color:#156ef3}.checked\:border-primary-focus-lv1:checked{border-color:#6492ff}.checked\:border-primary-focus-lv2:checked{border-color:#c7ddff}.checked\:border-primary-bg-color:checked{border-color:#f8fbff}.checked\:border-success:checked{border-color:#00bd7e}.checked\:border-success-bold:checked{border-color:#006c58}.checked\:border-success-hover:checked{border-color:#008d5e}.checked\:border-success-border:checked{border-color:#17e5a1}.checked\:border-success-focus-lv1:checked{border-color:#a9fbe0}.checked\:border-success-bg-color:checked{border-color:#ebfff8}.checked\:border-warning:checked{border-color:#ffb41f}.checked\:border-warning-bold:checked{border-color:#b77d09}.checked\:border-warning-hover:checked{border-color:#e39f17}.checked\:border-warning-border:checked{border-color:#f7c86a}.checked\:border-warning-focus-lv1:checked{border-color:#fbe0a9}.checked\:border-warning-bg-color:checked{border-color:#fff8eb}.checked\:border-danger:checked{border-color:#b20000}.checked\:border-danger-bold:checked{border-color:#920122}.checked\:border-danger-hover:checked{border-color:#c60833}.checked\:border-danger-border:checked{border-color:#f35370}.checked\:border-danger-focus-lv1:checked{border-color:#fdabb9}.checked\:border-danger-bg-color:checked{border-color:#fff1f4}.checked\:border-info:checked{border-color:#2668cb}.checked\:border-info-bold:checked{border-color:#023480}.checked\:border-info-hover:checked{border-color:#0f4eae}.checked\:border-info-border:checked{border-color:#679ef2}.checked\:border-info-focus-lv1:checked{border-color:#c1d9fd}.checked\:border-info-bg-color:checked{border-color:#f2f7ff}.checked\:border-neutral-100:checked{border-color:#1a1a1a}.checked\:border-neutral-90:checked{border-color:#424242}.checked\:border-neutral-80:checked{border-color:#616161}.checked\:border-neutral-70:checked{border-color:#757575}.checked\:border-neutral-60:checked{border-color:#9e9e9e}.checked\:border-neutral-50:checked{border-color:#c2c2c2}.checked\:border-neutral-40:checked{border-color:#e0e0e0}.checked\:border-neutral-30:checked{border-color:#ededed}.checked\:border-neutral-20:checked{border-color:#f5f5f5}.checked\:border-base:checked{border-color:#f5f7fa}.checked\:rounded{border-radius:.25rem}.checked\:rounded-none:checked{border-radius:0}.checked\:rounded-e-none:checked{border-start-end-radius:0px;border-end-end-radius:0px}.checked\:rounded-s-none:checked{border-start-start-radius:0px;border-end-start-radius:0px}.checked\:rounded-t-none:checked{border-top-left-radius:0;border-top-right-radius:0}.checked\:rounded-r-none:checked{border-top-right-radius:0;border-bottom-right-radius:0}.checked\:rounded-b-none:checked{border-bottom-right-radius:0;border-bottom-left-radius:0}.checked\:rounded-l-none:checked{border-top-left-radius:0;border-bottom-left-radius:0}.checked\:rounded-ss-none:checked{border-start-start-radius:0px}.checked\:rounded-se-none:checked{border-start-end-radius:0px}.checked\:rounded-ee-none:checked{border-end-end-radius:0px}.checked\:rounded-es-none:checked{border-end-start-radius:0px}.checked\:rounded-tl-none:checked{border-top-left-radius:0}.checked\:rounded-tr-none:checked{border-top-right-radius:0}.checked\:rounded-br-none:checked{border-bottom-right-radius:0}.checked\:rounded-md:checked{border-radius:.375rem}.checked\:rounded-e-md:checked{border-start-end-radius:.375rem;border-end-end-radius:.375rem}.checked\:rounded-s-md:checked{border-start-start-radius:.375rem;border-end-start-radius:.375rem}.checked\:rounded-t-md:checked{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.checked\:rounded-r-md:checked{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.checked\:rounded-b-md:checked{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.checked\:rounded-l-md:checked{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.checked\:rounded-ss-md:checked{border-start-start-radius:.375rem}.checked\:rounded-se-md:checked{border-start-end-radius:.375rem}.checked\:rounded-ee-md:checked{border-end-end-radius:.375rem}.checked\:rounded-es-md:checked{border-end-start-radius:.375rem}.checked\:rounded-tl-md:checked{border-top-left-radius:.375rem}.checked\:rounded-tr-md:checked{border-top-right-radius:.375rem}.checked\:rounded-br-md:checked{border-bottom-right-radius:.375rem}.checked\:rounded-lg:checked{border-radius:.5rem}.checked\:rounded-e-lg:checked{border-start-end-radius:.5rem;border-end-end-radius:.5rem}.checked\:rounded-s-lg:checked{border-start-start-radius:.5rem;border-end-start-radius:.5rem}.checked\:rounded-t-lg:checked{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.checked\:rounded-r-lg:checked{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.checked\:rounded-b-lg:checked{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.checked\:rounded-l-lg:checked{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.checked\:rounded-ss-lg:checked{border-start-start-radius:.5rem}.checked\:rounded-se-lg:checked{border-start-end-radius:.5rem}.checked\:rounded-ee-lg:checked{border-end-end-radius:.5rem}.checked\:rounded-es-lg:checked{border-end-start-radius:.5rem}.checked\:rounded-tl-lg:checked{border-top-left-radius:.5rem}.checked\:rounded-tr-lg:checked{border-top-right-radius:.5rem}.checked\:rounded-br-lg:checked{border-bottom-right-radius:.5rem}.checked\:rounded-xl:checked{border-radius:.75rem}.checked\:rounded-e-xl:checked{border-start-end-radius:.75rem;border-end-end-radius:.75rem}.checked\:rounded-s-xl:checked{border-start-start-radius:.75rem;border-end-start-radius:.75rem}.checked\:rounded-t-xl:checked{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.checked\:rounded-r-xl:checked{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.checked\:rounded-b-xl:checked{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.checked\:rounded-l-xl:checked{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.checked\:rounded-ss-xl:checked{border-start-start-radius:.75rem}.checked\:rounded-se-xl:checked{border-start-end-radius:.75rem}.checked\:rounded-ee-xl:checked{border-end-end-radius:.75rem}.checked\:rounded-es-xl:checked{border-end-start-radius:.75rem}.checked\:rounded-tl-xl:checked{border-top-left-radius:.75rem}.checked\:rounded-tr-xl:checked{border-top-right-radius:.75rem}.checked\:rounded-br-xl:checked{border-bottom-right-radius:.75rem}.checked\:rounded-2xl:checked{border-radius:1rem}.checked\:rounded-e-2xl:checked{border-start-end-radius:1rem;border-end-end-radius:1rem}.checked\:rounded-s-2xl:checked{border-start-start-radius:1rem;border-end-start-radius:1rem}.checked\:rounded-t-2xl:checked{border-top-left-radius:1rem;border-top-right-radius:1rem}.checked\:rounded-r-2xl:checked{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.checked\:rounded-b-2xl:checked{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.checked\:rounded-l-2xl:checked{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.checked\:rounded-ss-2xl:checked{border-start-start-radius:1rem}.checked\:rounded-se-2xl:checked{border-start-end-radius:1rem}.checked\:rounded-ee-2xl:checked{border-end-end-radius:1rem}.checked\:rounded-es-2xl:checked{border-end-start-radius:1rem}.checked\:rounded-tl-2xl:checked{border-top-left-radius:1rem}.checked\:rounded-tr-2xl:checked{border-top-right-radius:1rem}.checked\:rounded-br-2xl:checked{border-bottom-right-radius:1rem}.checked\:rounded-3xl:checked{border-radius:1.5rem}.checked\:rounded-e-3xl:checked{border-start-end-radius:1.5rem;border-end-end-radius:1.5rem}.checked\:rounded-s-3xl:checked{border-start-start-radius:1.5rem;border-end-start-radius:1.5rem}.checked\:rounded-t-3xl:checked{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.checked\:rounded-r-3xl:checked{border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}.checked\:rounded-b-3xl:checked{border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem}.checked\:rounded-l-3xl:checked{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}.checked\:rounded-ss-3xl:checked{border-start-start-radius:1.5rem}.checked\:rounded-se-3xl:checked{border-start-end-radius:1.5rem}.checked\:rounded-ee-3xl:checked{border-end-end-radius:1.5rem}.checked\:rounded-es-3xl:checked{border-end-start-radius:1.5rem}.checked\:rounded-tl-3xl:checked{border-top-left-radius:1.5rem}.checked\:rounded-tr-3xl:checked{border-top-right-radius:1.5rem}.checked\:rounded-br-3xl:checked{border-bottom-right-radius:1.5rem}.checked\:rounded-full:checked{border-radius:9999px}.checked\:rounded-e-full:checked{border-start-end-radius:9999px;border-end-end-radius:9999px}.checked\:rounded-s-full:checked{border-start-start-radius:9999px;border-end-start-radius:9999px}.checked\:rounded-t-full:checked{border-top-left-radius:9999px;border-top-right-radius:9999px}.checked\:rounded-r-full:checked{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.checked\:rounded-b-full:checked{border-bottom-right-radius:9999px;border-bottom-left-radius:9999px}.checked\:rounded-l-full:checked{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.checked\:rounded-ss-full:checked{border-start-start-radius:9999px}.checked\:rounded-se-full:checked{border-start-end-radius:9999px}.checked\:rounded-ee-full:checked{border-end-end-radius:9999px}.checked\:rounded-es-full:checked{border-end-start-radius:9999px}.checked\:rounded-tl-full:checked{border-top-left-radius:9999px}.checked\:rounded-tr-full:checked{border-top-right-radius:9999px}.checked\:rounded-br-full:checked{border-bottom-right-radius:9999px}.checked\:text-center:checked{text-align:center}.checked\:text-left:checked{text-align:left}.checked\:text-right:checked{text-align:right}.checked\:text-justify:checked{text-align:justify}.checked\:text-start:checked{text-align:start}.checked\:text-end:checked{text-align:end}.checked\:text-transparent:checked{color:transparent}.checked\:text-black:checked{color:#000}.checked\:text-white:checked{color:#fff}.checked\:text-slate-50:checked{color:#f8fafc}.checked\:text-slate-100:checked{color:#f1f5f9}.checked\:text-slate-200:checked{color:#e2e8f0}.checked\:text-slate-300:checked{color:#cbd5e1}.checked\:text-slate-400:checked{color:#94a3b8}.checked\:text-slate-500:checked{color:#64748b}.checked\:text-slate-600:checked{color:#475569}.checked\:text-slate-700:checked{color:#334155}.checked\:text-slate-800:checked{color:#1e293b}.checked\:text-slate-900:checked{color:#0f172a}.checked\:text-slate-950:checked{color:#020617}.checked\:text-gray-50:checked{color:#f9fafb}.checked\:text-gray-100:checked{color:#f3f4f6}.checked\:text-gray-200:checked{color:#e5e7eb}.checked\:text-gray-300:checked{color:#d1d5db}.checked\:text-gray-400:checked{color:#9ca3af}.checked\:text-gray-500:checked{color:#6b7280}.checked\:text-gray-600:checked{color:#4b5563}.checked\:text-gray-700:checked{color:#374151}.checked\:text-gray-800:checked{color:#1f2937}.checked\:text-gray-900:checked{color:#111827}.checked\:text-gray-950:checked{color:#030712}.checked\:text-zinc-50:checked{color:#fafafa}.checked\:text-zinc-100:checked{color:#f4f4f5}.checked\:text-zinc-200:checked{color:#e4e4e7}.checked\:text-zinc-300:checked{color:#d4d4d8}.checked\:text-zinc-400:checked{color:#a1a1aa}.checked\:text-zinc-500:checked{color:#71717a}.checked\:text-zinc-600:checked{color:#52525b}.checked\:text-zinc-700:checked{color:#3f3f46}.checked\:text-zinc-800:checked{color:#27272a}.checked\:text-zinc-900:checked{color:#18181b}.checked\:text-zinc-950:checked{color:#09090b}.checked\:text-neutral-50:checked{color:#fafafa}.checked\:text-neutral-100:checked{color:#f5f5f5}.checked\:text-neutral-200:checked{color:#e5e5e5}.checked\:text-neutral-300:checked{color:#d4d4d4}.checked\:text-neutral-400:checked{color:#a3a3a3}.checked\:text-neutral-500:checked{color:#737373}.checked\:text-neutral-600:checked{color:#525252}.checked\:text-neutral-700:checked{color:#404040}.checked\:text-neutral-800:checked{color:#262626}.checked\:text-neutral-900:checked{color:#171717}.checked\:text-neutral-950:checked{color:#0a0a0a}.checked\:text-stone-50:checked{color:#fafaf9}.checked\:text-stone-100:checked{color:#f5f5f4}.checked\:text-stone-200:checked{color:#e7e5e4}.checked\:text-stone-300:checked{color:#d6d3d1}.checked\:text-stone-400:checked{color:#a8a29e}.checked\:text-stone-500:checked{color:#78716c}.checked\:text-stone-600:checked{color:#57534e}.checked\:text-stone-700:checked{color:#44403c}.checked\:text-stone-800:checked{color:#292524}.checked\:text-stone-900:checked{color:#1c1917}.checked\:text-stone-950:checked{color:#0c0a09}.checked\:text-red-50:checked{color:#fef2f2}.checked\:text-red-100:checked{color:#fee2e2}.checked\:text-red-200:checked{color:#fecaca}.checked\:text-red-300:checked{color:#fca5a5}.checked\:text-red-400:checked{color:#f87171}.checked\:text-red-500:checked{color:#ef4444}.checked\:text-red-600:checked{color:#dc2626}.checked\:text-red-700:checked{color:#b91c1c}.checked\:text-red-800:checked{color:#991b1b}.checked\:text-red-900:checked{color:#7f1d1d}.checked\:text-red-950:checked{color:#450a0a}.checked\:text-orange-50:checked{color:#fff7ed}.checked\:text-orange-100:checked{color:#ffedd5}.checked\:text-orange-200:checked{color:#fed7aa}.checked\:text-orange-300:checked{color:#fdba74}.checked\:text-orange-400:checked{color:#fb923c}.checked\:text-orange-500:checked{color:#f97316}.checked\:text-orange-600:checked{color:#ea580c}.checked\:text-orange-700:checked{color:#c2410c}.checked\:text-orange-800:checked{color:#9a3412}.checked\:text-orange-900:checked{color:#7c2d12}.checked\:text-orange-950:checked{color:#431407}.checked\:text-amber-50:checked{color:#fffbeb}.checked\:text-amber-100:checked{color:#fef3c7}.checked\:text-amber-200:checked{color:#fde68a}.checked\:text-amber-300:checked{color:#fcd34d}.checked\:text-amber-400:checked{color:#fbbf24}.checked\:text-amber-500:checked{color:#f59e0b}.checked\:text-amber-600:checked{color:#d97706}.checked\:text-amber-700:checked{color:#b45309}.checked\:text-amber-800:checked{color:#92400e}.checked\:text-amber-900:checked{color:#78350f}.checked\:text-amber-950:checked{color:#451a03}.checked\:text-yellow-50:checked{color:#fefce8}.checked\:text-yellow-100:checked{color:#fef9c3}.checked\:text-yellow-200:checked{color:#fef08a}.checked\:text-yellow-300:checked{color:#fde047}.checked\:text-yellow-400:checked{color:#facc15}.checked\:text-yellow-500:checked{color:#eab308}.checked\:text-yellow-600:checked{color:#ca8a04}.checked\:text-yellow-700:checked{color:#a16207}.checked\:text-yellow-800:checked{color:#854d0e}.checked\:text-yellow-900:checked{color:#713f12}.checked\:text-yellow-950:checked{color:#422006}.checked\:text-lime-50:checked{color:#f7fee7}.checked\:text-lime-100:checked{color:#ecfccb}.checked\:text-lime-200:checked{color:#d9f99d}.checked\:text-lime-300:checked{color:#bef264}.checked\:text-lime-400:checked{color:#a3e635}.checked\:text-lime-500:checked{color:#84cc16}.checked\:text-lime-600:checked{color:#65a30d}.checked\:text-lime-700:checked{color:#4d7c0f}.checked\:text-lime-800:checked{color:#3f6212}.checked\:text-lime-900:checked{color:#365314}.checked\:text-lime-950:checked{color:#1a2e05}.checked\:text-green-50:checked{color:#f0fdf4}.checked\:text-green-100:checked{color:#dcfce7}.checked\:text-green-200:checked{color:#bbf7d0}.checked\:text-green-300:checked{color:#86efac}.checked\:text-green-400:checked{color:#4ade80}.checked\:text-green-500:checked{color:#22c55e}.checked\:text-green-600:checked{color:#16a34a}.checked\:text-green-700:checked{color:#15803d}.checked\:text-green-800:checked{color:#166534}.checked\:text-green-900:checked{color:#14532d}.checked\:text-green-950:checked{color:#052e16}.checked\:text-emerald-50:checked{color:#ecfdf5}.checked\:text-emerald-100:checked{color:#d1fae5}.checked\:text-emerald-200:checked{color:#a7f3d0}.checked\:text-emerald-300:checked{color:#6ee7b7}.checked\:text-emerald-400:checked{color:#34d399}.checked\:text-emerald-500:checked{color:#10b981}.checked\:text-emerald-600:checked{color:#059669}.checked\:text-emerald-700:checked{color:#047857}.checked\:text-emerald-800:checked{color:#065f46}.checked\:text-emerald-900:checked{color:#064e3b}.checked\:text-emerald-950:checked{color:#022c22}.checked\:text-teal-50:checked{color:#f0fdfa}.checked\:text-teal-100:checked{color:#ccfbf1}.checked\:text-teal-200:checked{color:#99f6e4}.checked\:text-teal-300:checked{color:#5eead4}.checked\:text-teal-400:checked{color:#2dd4bf}.checked\:text-teal-500:checked{color:#14b8a6}.checked\:text-teal-600:checked{color:#0d9488}.checked\:text-teal-700:checked{color:#0f766e}.checked\:text-teal-800:checked{color:#115e59}.checked\:text-teal-900:checked{color:#134e4a}.checked\:text-teal-950:checked{color:#042f2e}.checked\:text-cyan-50:checked{color:#ecfeff}.checked\:text-cyan-100:checked{color:#cffafe}.checked\:text-cyan-200:checked{color:#a5f3fc}.checked\:text-cyan-300:checked{color:#67e8f9}.checked\:text-cyan-400:checked{color:#22d3ee}.checked\:text-cyan-500:checked{color:#06b6d4}.checked\:text-cyan-600:checked{color:#0891b2}.checked\:text-cyan-700:checked{color:#0e7490}.checked\:text-cyan-800:checked{color:#155e75}.checked\:text-cyan-900:checked{color:#164e63}.checked\:text-cyan-950:checked{color:#083344}.checked\:text-sky-50:checked{color:#f0f9ff}.checked\:text-sky-100:checked{color:#e0f2fe}.checked\:text-sky-200:checked{color:#bae6fd}.checked\:text-sky-300:checked{color:#7dd3fc}.checked\:text-sky-400:checked{color:#38bdf8}.checked\:text-sky-500:checked{color:#0ea5e9}.checked\:text-sky-600:checked{color:#0284c7}.checked\:text-sky-700:checked{color:#0369a1}.checked\:text-sky-800:checked{color:#075985}.checked\:text-sky-900:checked{color:#0c4a6e}.checked\:text-sky-950:checked{color:#082f49}.checked\:text-blue-50:checked{color:#eff6ff}.checked\:text-blue-100:checked{color:#dbeafe}.checked\:text-blue-200:checked{color:#bfdbfe}.checked\:text-blue-300:checked{color:#93c5fd}.checked\:text-blue-400:checked{color:#60a5fa}.checked\:text-blue-500:checked{color:#3b82f6}.checked\:text-blue-600:checked{color:#2563eb}.checked\:text-blue-700:checked{color:#1d4ed8}.checked\:text-blue-800:checked{color:#1e40af}.checked\:text-blue-900:checked{color:#1e3a8a}.checked\:text-blue-950:checked{color:#172554}.checked\:text-indigo-50:checked{color:#eef2ff}.checked\:text-indigo-100:checked{color:#e0e7ff}.checked\:text-indigo-200:checked{color:#c7d2fe}.checked\:text-indigo-300:checked{color:#a5b4fc}.checked\:text-indigo-400:checked{color:#818cf8}.checked\:text-indigo-500:checked{color:#6366f1}.checked\:text-indigo-600:checked{color:#4f46e5}.checked\:text-indigo-700:checked{color:#4338ca}.checked\:text-indigo-800:checked{color:#3730a3}.checked\:text-indigo-900:checked{color:#312e81}.checked\:text-indigo-950:checked{color:#1e1b4b}.checked\:text-violet-50:checked{color:#f5f3ff}.checked\:text-violet-100:checked{color:#ede9fe}.checked\:text-violet-200:checked{color:#ddd6fe}.checked\:text-violet-300:checked{color:#c4b5fd}.checked\:text-violet-400:checked{color:#a78bfa}.checked\:text-violet-500:checked{color:#8b5cf6}.checked\:text-violet-600:checked{color:#7c3aed}.checked\:text-violet-700:checked{color:#6d28d9}.checked\:text-violet-800:checked{color:#5b21b6}.checked\:text-violet-900:checked{color:#4c1d95}.checked\:text-violet-950:checked{color:#2e1065}.checked\:text-purple-50:checked{color:#faf5ff}.checked\:text-purple-100:checked{color:#f3e8ff}.checked\:text-purple-200:checked{color:#e9d5ff}.checked\:text-purple-300:checked{color:#d8b4fe}.checked\:text-purple-400:checked{color:#c084fc}.checked\:text-purple-500:checked{color:#a855f7}.checked\:text-purple-600:checked{color:#9333ea}.checked\:text-purple-700:checked{color:#7e22ce}.checked\:text-purple-800:checked{color:#6b21a8}.checked\:text-purple-900:checked{color:#581c87}.checked\:text-purple-950:checked{color:#3b0764}.checked\:text-fuchsia-50:checked{color:#fdf4ff}.checked\:text-fuchsia-100:checked{color:#fae8ff}.checked\:text-fuchsia-200:checked{color:#f5d0fe}.checked\:text-fuchsia-300:checked{color:#f0abfc}.checked\:text-fuchsia-400:checked{color:#e879f9}.checked\:text-fuchsia-500:checked{color:#d946ef}.checked\:text-fuchsia-600:checked{color:#c026d3}.checked\:text-fuchsia-700:checked{color:#a21caf}.checked\:text-fuchsia-800:checked{color:#86198f}.checked\:text-fuchsia-900:checked{color:#701a75}.checked\:text-fuchsia-950:checked{color:#4a044e}.checked\:text-pink-50:checked{color:#fdf2f8}.checked\:text-pink-100:checked{color:#fce7f3}.checked\:text-pink-200:checked{color:#fbcfe8}.checked\:text-pink-300:checked{color:#f9a8d4}.checked\:text-pink-400:checked{color:#f472b6}.checked\:text-pink-500:checked{color:#ec4899}.checked\:text-pink-600:checked{color:#db2777}.checked\:text-pink-700:checked{color:#be185d}.checked\:text-pink-800:checked{color:#9d174d}.checked\:text-pink-900:checked{color:#831843}.checked\:text-pink-950:checked{color:#500724}.checked\:text-rose-50:checked{color:#fff1f2}.checked\:text-rose-100:checked{color:#ffe4e6}.checked\:text-rose-200:checked{color:#fecdd3}.checked\:text-rose-300:checked{color:#fda4af}.checked\:text-rose-400:checked{color:#fb7185}.checked\:text-rose-500:checked{color:#f43f5e}.checked\:text-rose-600:checked{color:#e11d48}.checked\:text-rose-700:checked{color:#be123c}.checked\:text-rose-800:checked{color:#9f1239}.checked\:text-rose-900:checked{color:#881337}.checked\:text-rose-950:checked{color:#4c0519}.checked\:text-primary:checked{color:#3874ff}.checked\:text-primary-bold:checked{color:#002660}.checked\:text-primary-hover:checked{color:#003585}.checked\:text-primary-border:checked{color:#156ef3}.checked\:text-primary-focus-lv1:checked{color:#6492ff}.checked\:text-primary-focus-lv2:checked{color:#c7ddff}.checked\:text-primary-bg-color:checked{color:#f8fbff}.checked\:text-success:checked{color:#00bd7e}.checked\:text-success-bold:checked{color:#006c58}.checked\:text-success-hover:checked{color:#008d5e}.checked\:text-success-border:checked{color:#17e5a1}.checked\:text-success-focus-lv1:checked{color:#a9fbe0}.checked\:text-success-bg-color:checked{color:#ebfff8}.checked\:text-warning:checked{color:#ffb41f}.checked\:text-warning-bold:checked{color:#b77d09}.checked\:text-warning-hover:checked{color:#e39f17}.checked\:text-warning-border:checked{color:#f7c86a}.checked\:text-warning-focus-lv1:checked{color:#fbe0a9}.checked\:text-warning-bg-color:checked{color:#fff8eb}.checked\:text-danger:checked{color:#b20000}.checked\:text-danger-bold:checked{color:#920122}.checked\:text-danger-hover:checked{color:#c60833}.checked\:text-danger-border:checked{color:#f35370}.checked\:text-danger-focus-lv1:checked{color:#fdabb9}.checked\:text-danger-bg-color:checked{color:#fff1f4}.checked\:text-info:checked{color:#2668cb}.checked\:text-info-bold:checked{color:#023480}.checked\:text-info-hover:checked{color:#0f4eae}.checked\:text-info-border:checked{color:#679ef2}.checked\:text-info-focus-lv1:checked{color:#c1d9fd}.checked\:text-info-bg-color:checked{color:#f2f7ff}.checked\:text-neutral-100:checked{color:#1a1a1a}.checked\:text-neutral-90:checked{color:#424242}.checked\:text-neutral-80:checked{color:#616161}.checked\:text-neutral-70:checked{color:#757575}.checked\:text-neutral-60:checked{color:#9e9e9e}.checked\:text-neutral-50:checked{color:#c2c2c2}.checked\:text-neutral-40:checked{color:#e0e0e0}.checked\:text-neutral-30:checked{color:#ededed}.checked\:text-neutral-20:checked{color:#f5f5f5}.checked\:text-base:checked{color:#f5f7fa}.checked\:text-extraLight:checked{font-family:Mulish-ExtraLight,sans-serif}.checked\:text-light:checked{font-family:Mulish-Light,sans-serif}.checked\:text-regular:checked{font-family:Mulish-Regular,sans-serif}.checked\:text-medium:checked{font-family:Mulish-Medium,sans-serif}.checked\:text-semiBold:checked{font-family:Mulish-SemiBold,sans-serif}.checked\:text-bold:checked{font-family:Mulish-SemiBold,sans-serif}.checked\:text-extraBold:checked{font-family:Mulish-ExtraBold,sans-serif}.checked\:text-black:checked{font-family:Mulish-Black,sans-serif}.checked\:text-blackItalic:checked{font-family:Mulish-BlackItalic,sans-serif}.checked\:text-boldItalic:checked{font-family:Mulish-BoldItalic,sans-serif}.checked\:text-extraBoldItalic:checked{font-family:Mulish-ExtraBoldItalic,sans-serif}.checked\:text-extraLightItalic:checked{font-family:Mulish-ExtraLightItalic,sans-serif}.checked\:text-italic:checked{font-family:Mulish-Italic,sans-serif}.checked\:text-lightItalic:checked{font-family:Mulish-LightItalic,sans-serif}.checked\:text-mediumItalic:checked{font-family:Mulish-MediumItalic,sans-serif}.checked\:text-semiBoldItalic:checked{font-family:Mulish-SemiBoldItalic,sans-serif}.checked\:top-0:checked{top:0px}.checked\:top-px:checked{top:1px}.checked\:top-1:checked{top:.25rem}.checked\:top-2:checked{top:.5rem}.checked\:top-3:checked{top:.75rem}.checked\:top-4:checked{top:1rem}.checked\:top-5:checked{top:1.25rem}.checked\:top-6:checked{top:1.5rem}.checked\:top-7:checked{top:1.75rem}.checked\:top-8:checked{top:2rem}.checked\:top-9:checked{top:2.25rem}.checked\:top-10:checked{top:2.5rem}.checked\:top-11:checked{top:2.75rem}.checked\:top-12:checked{top:3rem}.checked\:top-14:checked{top:3.5rem}.checked\:top-16:checked{top:4rem}.checked\:top-20:checked{top:5rem}.checked\:top-24:checked{top:6rem}.checked\:top-28:checked{top:7rem}.checked\:top-32:checked{top:8rem}.checked\:top-36:checked{top:9rem}.checked\:top-40:checked{top:10rem}.checked\:top-44:checked{top:11rem}.checked\:top-48:checked{top:12rem}.checked\:top-52:checked{top:13rem}.checked\:top-56:checked{top:14rem}.checked\:top-60:checked{top:15rem}.checked\:top-64:checked{top:16rem}.checked\:top-72:checked{top:18rem}.checked\:top-80:checked{top:20rem}.checked\:top-96:checked{top:24rem}.checked\:top-auto:checked{top:auto}.checked\:top-full:checked{top:100%}.checked\:top-screen:checked{top:100vh}.checked\:top-min:checked{top:min-content}.checked\:top-max:checked{top:max-content}.checked\:top-fit:checked{top:fit-content}.checked\:top-1\/2{top:50%}.checked\:top-1\/3{top:33.333333%}.checked\:top-1\/4{top:25%}.checked\:top-1\/5{top:20%}.checked\:top-1\/6{top:16.666667%}.checked\:top-1\/12{top:8.333333%}.checked\:bottom-0:checked{bottom:0px}.checked\:bottom-px:checked{bottom:1px}.checked\:bottom-1:checked{bottom:.25rem}.checked\:bottom-2:checked{bottom:.5rem}.checked\:bottom-3:checked{bottom:.75rem}.checked\:bottom-4:checked{bottom:1rem}.checked\:bottom-5:checked{bottom:1.25rem}.checked\:bottom-6:checked{bottom:1.5rem}.checked\:bottom-7:checked{bottom:1.75rem}.checked\:bottom-8:checked{bottom:2rem}.checked\:bottom-9:checked{bottom:2.25rem}.checked\:bottom-10:checked{bottom:2.5rem}.checked\:bottom-11:checked{bottom:2.75rem}.checked\:bottom-12:checked{bottom:3rem}.checked\:bottom-14:checked{bottom:3.5rem}.checked\:bottom-16:checked{bottom:4rem}.checked\:bottom-20:checked{bottom:5rem}.checked\:bottom-24:checked{bottom:6rem}.checked\:bottom-28:checked{bottom:7rem}.checked\:bottom-32:checked{bottom:8rem}.checked\:bottom-36:checked{bottom:9rem}.checked\:bottom-40:checked{bottom:10rem}.checked\:bottom-44:checked{bottom:11rem}.checked\:bottom-48:checked{bottom:12rem}.checked\:bottom-52:checked{bottom:13rem}.checked\:bottom-56:checked{bottom:14rem}.checked\:bottom-60:checked{bottom:15rem}.checked\:bottom-64:checked{bottom:16rem}.checked\:bottom-72:checked{bottom:18rem}.checked\:bottom-80:checked{bottom:20rem}.checked\:bottom-96:checked{bottom:24rem}.checked\:bottom-auto:checked{bottom:auto}.checked\:bottom-full:checked{bottom:100%}.checked\:bottom-screen:checked{bottom:100vh}.checked\:bottom-min:checked{bottom:min-content}.checked\:bottom-max:checked{bottom:max-content}.checked\:bottom-fit:checked{bottom:fit-content}.checked\:bottom-1\/2{bottom:50%}.checked\:bottom-1\/3{bottom:33.333333%}.checked\:bottom-1\/4{bottom:25%}.checked\:bottom-1\/5{bottom:20%}.checked\:bottom-1\/6{bottom:16.666667%}.checked\:bottom-1\/12{bottom:8.333333%}.checked\:right-0:checked{right:0px}.checked\:right-px:checked{right:1px}.checked\:right-1:checked{right:.25rem}.checked\:right-2:checked{right:.5rem}.checked\:right-3:checked{right:.75rem}.checked\:right-4:checked{right:1rem}.checked\:right-5:checked{right:1.25rem}.checked\:right-6:checked{right:1.5rem}.checked\:right-7:checked{right:1.75rem}.checked\:right-8:checked{right:2rem}.checked\:right-9:checked{right:2.25rem}.checked\:right-10:checked{right:2.5rem}.checked\:right-11:checked{right:2.75rem}.checked\:right-12:checked{right:3rem}.checked\:right-14:checked{right:3.5rem}.checked\:right-16:checked{right:4rem}.checked\:right-20:checked{right:5rem}.checked\:right-24:checked{right:6rem}.checked\:right-28:checked{right:7rem}.checked\:right-32:checked{right:8rem}.checked\:right-36:checked{right:9rem}.checked\:right-40:checked{right:10rem}.checked\:right-44:checked{right:11rem}.checked\:right-48:checked{right:12rem}.checked\:right-52:checked{right:13rem}.checked\:right-56:checked{right:14rem}.checked\:right-60:checked{right:15rem}.checked\:right-64:checked{right:16rem}.checked\:right-72:checked{right:18rem}.checked\:right-80:checked{right:20rem}.checked\:right-96:checked{right:24rem}.checked\:right-auto:checked{right:auto}.checked\:right-full:checked{right:100%}.checked\:right-screen:checked{right:100vh}.checked\:right-min:checked{right:min-content}.checked\:right-max:checked{right:max-content}.checked\:right-fit:checked{right:fit-content}.checked\:right-1\/2{right:50%}.checked\:right-1\/3{right:33.333333%}.checked\:right-1\/4{right:25%}.checked\:right-1\/5{right:20%}.checked\:right-1\/6{right:16.666667%}.checked\:right-1\/12{right:8.333333%}.checked\:left-0:checked{left:0px}.checked\:left-px:checked{left:1px}.checked\:left-1:checked{left:.25rem}.checked\:left-2:checked{left:.5rem}.checked\:left-3:checked{left:.75rem}.checked\:left-4:checked{left:1rem}.checked\:left-5:checked{left:1.25rem}.checked\:left-6:checked{left:1.5rem}.checked\:left-7:checked{left:1.75rem}.checked\:left-8:checked{left:2rem}.checked\:left-9:checked{left:2.25rem}.checked\:left-10:checked{left:2.5rem}.checked\:left-11:checked{left:2.75rem}.checked\:left-12:checked{left:3rem}.checked\:left-14:checked{left:3.5rem}.checked\:left-16:checked{left:4rem}.checked\:left-20:checked{left:5rem}.checked\:left-24:checked{left:6rem}.checked\:left-28:checked{left:7rem}.checked\:left-32:checked{left:8rem}.checked\:left-36:checked{left:9rem}.checked\:left-40:checked{left:10rem}.checked\:left-44:checked{left:11rem}.checked\:left-48:checked{left:12rem}.checked\:left-52:checked{left:13rem}.checked\:left-56:checked{left:14rem}.checked\:left-60:checked{left:15rem}.checked\:left-64:checked{left:16rem}.checked\:left-72:checked{left:18rem}.checked\:left-80:checked{left:20rem}.checked\:left-96:checked{left:24rem}.checked\:left-auto:checked{left:auto}.checked\:left-full:checked{left:100%}.checked\:left-screen:checked{left:100vh}.checked\:left-min:checked{left:min-content}.checked\:left-max:checked{left:max-content}.checked\:left-fit:checked{left:fit-content}.checked\:left-1\/2{left:50%}.checked\:left-1\/3{left:33.333333%}.checked\:left-1\/4{left:25%}.checked\:left-1\/5{left:20%}.checked\:left-1\/6{left:16.666667%}.checked\:left-1\/12{left:8.333333%}.checked\:z-0:checked{z-index:0}.checked\:z-10:checked{z-index:10}.checked\:z-20:checked{z-index:20}.checked\:z-30:checked{z-index:30}.checked\:z-40:checked{z-index:40}.checked\:z-50:checked{z-index:50}.checked\:z-auto:checked{z-index:auto}.checked\:m-auto{margin:auto}.checked\:ml-auto{margin-left:auto}.checked\:mr-auto{margin-right:auto}.checked\:mx-auto{margin:0 auto}.checked\:my-auto{margin:auto 0}.checked\:mb-auto{margin-bottom:auto}.checked\:mt-auto{margin-top:auto}.checked\:m-0{margin:0}.checked\:ml-0{margin-left:0}.checked\:mr-0{margin-right:0}.checked\:mx-0,.checked\:my-0{margin:0}.checked\:mb-0{margin-bottom:0}.checked\:mt-0{margin-top:0}.checked\:m-1{margin:.25rem}.checked\:ml-1{margin-left:.25rem}.checked\:mr-1{margin-right:.25rem}.checked\:mx-1{margin:0px .25rem}.checked\:my-1{margin:.25rem 0px}.checked\:mb-1{margin-bottom:.25rem}.checked\:mt-1{margin-top:.25rem}.checked\:m-2{margin:.5rem}.checked\:ml-2{margin-left:.5rem}.checked\:mr-2{margin-right:.5rem}.checked\:mx-2{margin:0px .5rem}.checked\:my-2{margin:.5rem 0px}.checked\:mb-2{margin-bottom:.5rem}.checked\:mt-2{margin-top:.5rem}.checked\:m-3{margin:.75rem}.checked\:ml-3{margin-left:.75rem}.checked\:mr-3{margin-right:.75rem}.checked\:mx-3{margin:0px .75rem}.checked\:my-3{margin:.75rem 0px}.checked\:mb-3{margin-bottom:.75rem}.checked\:mt-3{margin-top:.75rem}.checked\:m-4{margin:1rem}.checked\:ml-4{margin-left:1rem}.checked\:mr-4{margin-right:1rem}.checked\:mx-4{margin:0px 1rem}.checked\:my-4{margin:1rem 0px}.checked\:mb-4{margin-bottom:1rem}.checked\:mt-4{margin-top:1rem}.checked\:m-5{margin:1.25rem}.checked\:ml-5{margin-left:1.25rem}.checked\:mr-5{margin-right:1.25rem}.checked\:mx-5{margin:0px 1.25rem}.checked\:my-5{margin:1.25rem 0px}.checked\:mb-5{margin-bottom:1.25rem}.checked\:mt-5{margin-top:1.25rem}.checked\:m-6{margin:1.5rem}.checked\:ml-6{margin-left:1.5rem}.checked\:mr-6{margin-right:1.5rem}.checked\:mx-6{margin:0px 1.5rem}.checked\:my-6{margin:1.5rem 0px}.checked\:mb-6{margin-bottom:1.5rem}.checked\:mt-6{margin-top:1.5rem}.checked\:m-7{margin:1.75rem}.checked\:ml-7{margin-left:1.75rem}.checked\:mr-7{margin-right:1.75rem}.checked\:mx-7{margin:0px 1.75rem}.checked\:my-7{margin:1.75rem 0px}.checked\:mb-7{margin-bottom:1.75rem}.checked\:mt-7{margin-top:1.75rem}.checked\:m-8{margin:2rem}.checked\:ml-8{margin-left:2rem}.checked\:mr-8{margin-right:2rem}.checked\:mx-8{margin:0px 2rem}.checked\:my-8{margin:2rem 0px}.checked\:mb-8{margin-bottom:2rem}.checked\:mt-8{margin-top:2rem}.checked\:m-9{margin:2.25rem}.checked\:ml-9{margin-left:2.25rem}.checked\:mr-9{margin-right:2.25rem}.checked\:mx-9{margin:0px 2.25rem}.checked\:my-9{margin:2.25rem 0px}.checked\:mb-9{margin-bottom:2.25rem}.checked\:mt-9{margin-top:2.25rem}.checked\:m-10{margin:2.5rem}.checked\:ml-10{margin-left:2.5rem}.checked\:mr-10{margin-right:2.5rem}.checked\:mx-10{margin:0px 2.5rem}.checked\:my-10{margin:2.5rem 0px}.checked\:mb-10{margin-bottom:2.5rem}.checked\:mt-10{margin-top:2.5rem}.checked\:m-11{margin:2.75rem}.checked\:ml-11{margin-left:2.75rem}.checked\:mr-11{margin-right:2.75rem}.checked\:mx-11{margin:0px 2.75rem}.checked\:my-11{margin:2.75rem 0px}.checked\:mb-11{margin-bottom:2.75rem}.checked\:mt-11{margin-top:2.75rem}.checked\:m-12{margin:3rem}.checked\:ml-12{margin-left:3rem}.checked\:mr-12{margin-right:3rem}.checked\:mx-12{margin:0px 3rem}.checked\:my-12{margin:3rem 0px}.checked\:mb-12{margin-bottom:3rem}.checked\:mt-12{margin-top:3rem}.checked\:m-14{margin:3.5rem}.checked\:ml-14{margin-left:3.5rem}.checked\:mr-14{margin-right:3.5rem}.checked\:mx-14{margin:0px 3.5rem}.checked\:my-14{margin:3.5rem 0px}.checked\:mb-14{margin-bottom:3.5rem}.checked\:mt-14{margin-top:3.5rem}.checked\:m-16{margin:4rem}.checked\:ml-16{margin-left:4rem}.checked\:mr-16{margin-right:4rem}.checked\:mx-16{margin:0px 4rem}.checked\:my-16{margin:4rem 0px}.checked\:mb-16{margin-bottom:4rem}.checked\:mt-16{margin-top:4rem}.checked\:m-20{margin:5rem}.checked\:ml-20{margin-left:5rem}.checked\:mr-20{margin-right:5rem}.checked\:mx-20{margin:0px 5rem}.checked\:my-20{margin:5rem 0px}.checked\:mb-20{margin-bottom:5rem}.checked\:mt-20{margin-top:5rem}.checked\:m-24{margin:6rem}.checked\:ml-24{margin-left:6rem}.checked\:mr-24{margin-right:6rem}.checked\:mx-24{margin:0px 6rem}.checked\:my-24{margin:6rem 0px}.checked\:mb-24{margin-bottom:6rem}.checked\:mt-24{margin-top:6rem}.checked\:m-28{margin:7rem}.checked\:ml-28{margin-left:7rem}.checked\:mr-28{margin-right:7rem}.checked\:mx-28{margin:0px 7rem}.checked\:my-28{margin:7rem 0px}.checked\:mb-28{margin-bottom:7rem}.checked\:mt-28{margin-top:7rem}.checked\:m-32{margin:8rem}.checked\:ml-32{margin-left:8rem}.checked\:mr-32{margin-right:8rem}.checked\:mx-32{margin:0px 8rem}.checked\:my-32{margin:8rem 0px}.checked\:mb-32{margin-bottom:8rem}.checked\:mt-32{margin-top:8rem}.checked\:m-36{margin:9rem}.checked\:ml-36{margin-left:9rem}.checked\:mr-36{margin-right:9rem}.checked\:mx-36{margin:0px 9rem}.checked\:my-36{margin:9rem 0px}.checked\:mb-36{margin-bottom:9rem}.checked\:mt-36{margin-top:9rem}.checked\:m-40{margin:10rem}.checked\:ml-40{margin-left:10rem}.checked\:mr-40{margin-right:10rem}.checked\:mx-40{margin:0px 10rem}.checked\:my-40{margin:10rem 0px}.checked\:mb-40{margin-bottom:10rem}.checked\:mt-40{margin-top:10rem}.checked\:m-44{margin:11rem}.checked\:ml-44{margin-left:11rem}.checked\:mr-44{margin-right:11rem}.checked\:mx-44{margin:0px 11rem}.checked\:my-44{margin:11rem 0px}.checked\:mb-44{margin-bottom:11rem}.checked\:mt-44{margin-top:11rem}.checked\:m-48{margin:12rem}.checked\:ml-48{margin-left:12rem}.checked\:mr-48{margin-right:12rem}.checked\:mx-48{margin:0px 12rem}.checked\:my-48{margin:12rem 0px}.checked\:mb-48{margin-bottom:12rem}.checked\:mt-48{margin-top:12rem}.checked\:m-52{margin:13rem}.checked\:ml-52{margin-left:13rem}.checked\:mr-52{margin-right:13rem}.checked\:mx-52{margin:0px 13rem}.checked\:my-52{margin:13rem 0px}.checked\:mb-52{margin-bottom:13rem}.checked\:mt-52{margin-top:13rem}.checked\:m-56{margin:14rem}.checked\:ml-56{margin-left:14rem}.checked\:mr-56{margin-right:14rem}.checked\:mx-56{margin:0px 14rem}.checked\:my-56{margin:14rem 0px}.checked\:mb-56{margin-bottom:14rem}.checked\:mt-56{margin-top:14rem}.checked\:m-60{margin:15rem}.checked\:ml-60{margin-left:15rem}.checked\:mr-60{margin-right:15rem}.checked\:mx-60{margin:0px 15rem}.checked\:my-60{margin:15rem 0px}.checked\:mb-60{margin-bottom:15rem}.checked\:mt-60{margin-top:15rem}.checked\:m-64{margin:16rem}.checked\:ml-64{margin-left:16rem}.checked\:mr-64{margin-right:16rem}.checked\:mx-64{margin:0px 16rem}.checked\:my-64{margin:16rem 0px}.checked\:mb-64{margin-bottom:16rem}.checked\:mt-64{margin-top:16rem}.checked\:m-72{margin:18rem}.checked\:ml-72{margin-left:18rem}.checked\:mr-72{margin-right:18rem}.checked\:mx-72{margin:0px 18rem}.checked\:my-72{margin:18rem 0px}.checked\:mb-72{margin-bottom:18rem}.checked\:mt-72{margin-top:18rem}.checked\:m-80{margin:20rem}.checked\:ml-80{margin-left:20rem}.checked\:mr-80{margin-right:20rem}.checked\:mx-80{margin:0px 20rem}.checked\:my-80{margin:20rem 0px}.checked\:mb-80{margin-bottom:20rem}.checked\:mt-80{margin-top:20rem}.checked\:m-96{margin:24rem}.checked\:ml-96{margin-left:24rem}.checked\:mr-96{margin-right:24rem}.checked\:mx-96{margin:0px 24rem}.checked\:my-96{margin:24rem 0px}.checked\:mb-96{margin-bottom:24rem}.checked\:mt-96{margin-top:24rem}.checked\:gap-0:checked{gap:0px}.checked\:gap-1:checked{gap:.25rem}.checked\:gap-2:checked{gap:.5rem}.checked\:gap-3:checked{gap:.75rem}.checked\:gap-4:checked{gap:1rem}.checked\:gap-5:checked{gap:1.25rem}.checked\:gap-6:checked{gap:1.5rem}.checked\:gap-7:checked{gap:1.75rem}.checked\:gap-8:checked{gap:2rem}.checked\:gap-9:checked{gap:2.25rem}.checked\:gap-10:checked{gap:2.5rem}.checked\:gap-11:checked{gap:2.75rem}.checked\:gap-12:checked{gap:3rem}.checked\:gap-14:checked{gap:3.5rem}.checked\:gap-16:checked{gap:4rem}.checked\:gap-20:checked{gap:5rem}.checked\:gap-24:checked{gap:6rem}.checked\:gap-28:checked{gap:7rem}.checked\:gap-32:checked{gap:8rem}.checked\:gap-36:checked{gap:9rem}.checked\:gap-40:checked{gap:10rem}.checked\:gap-44:checked{gap:11rem}.checked\:gap-48:checked{gap:12rem}.checked\:gap-52:checked{gap:13rem}.checked\:gap-56:checked{gap:14rem}.checked\:gap-60:checked{gap:15rem}.checked\:gap-64:checked{gap:16rem}.checked\:gap-72:checked{gap:18rem}.checked\:gap-80:checked{gap:20rem}.checked\:gap-96:checked{gap:24rem}.checked\:justify-center:checked{justify-content:center}.checked\:justify-end:checked{justify-content:end}.checked\:justify-start:checked{justify-content:start}.checked\:justify-between:checked{justify-content:space-between}.checked\:justify-baseline:checked{justify-content:baseline}.checked\:justify-around:checked{justify-content:space-around}.checked\:justify-evenly:checked{justify-content:space-evenly}.checked\:items-center:checked{align-items:center}.checked\:items-baseline:checked{align-items:baseline}.checked\:items-end:checked{align-items:flex-end}.checked\:items-start:checked{align-items:flex-start}.checked\:grid-cols-1:checked{grid-template-columns:repeat(1,minmax(0,1fr))}.checked\:grid-cols-2:checked{grid-template-columns:repeat(2,minmax(0,1fr))}.checked\:grid-cols-3:checked{grid-template-columns:repeat(3,minmax(0,1fr))}.checked\:grid-cols-4:checked{grid-template-columns:repeat(4,minmax(0,1fr))}.checked\:grid-cols-5:checked{grid-template-columns:repeat(5,minmax(0,1fr))}.checked\:grid-cols-6:checked{grid-template-columns:repeat(6,minmax(0,1fr))}.checked\:grid-cols-7:checked{grid-template-columns:repeat(7,minmax(0,1fr))}.checked\:grid-cols-8:checked{grid-template-columns:repeat(8,minmax(0,1fr))}.checked\:grid-cols-9:checked{grid-template-columns:repeat(9,minmax(0,1fr))}.checked\:grid-cols-10:checked{grid-template-columns:repeat(10,minmax(0,1fr))}.checked\:grid-cols-11:checked{grid-template-columns:repeat(11,minmax(0,1fr))}.checked\:grid-cols-12:checked{grid-template-columns:repeat(12,minmax(0,1fr))}.checked\:grid-cols-none:checked{grid-template-columns:none}.checked\:object-contain:checked{object-fit:contain}.checked\:object-cover:checked{object-fit:cover}.checked\:object-fill:checked{object-fit:fill}.checked\:object-none:checked{object-fit:none}.checked\:object-scale-down:checked{object-fit:scale-down}.checked\:backdrop-blur-none:checked{backdrop-filter:blur(0)}.checked\:backdrop-blur-sm:checked{backdrop-filter:blur(4px)}.checked\:backdrop-blur:checked{backdrop-filter:blur(8px)}.checked\:backdrop-blur-md:checked{backdrop-filter:blur(12px)}.checked\:backdrop-blur-lg:checked{backdrop-filter:blur(16px)}.checked\:backdrop-blur-xl:checked{backdrop-filter:blur(24px)}.checked\:backdrop-blur-2xl:checked{backdrop-filter:blur(40px)}.checked\:backdrop-blur-3xl:checked{backdrop-filter:blur(64px)}.checked\:col-auto:checked{grid-column:auto}.checked\:col-span-1:checked{grid-column:span 1/span 1}.checked\:col-span-2:checked{grid-column:span 2/span 2}.checked\:col-span-3:checked{grid-column:span 3/span 3}.checked\:col-span-4:checked{grid-column:span 4/span 4}.checked\:col-span-5:checked{grid-column:span 5/span 5}.checked\:col-span-6:checked{grid-column:span 6/span 6}.checked\:col-span-7:checked{grid-column:span 7/span 7}.checked\:col-span-8:checked{grid-column:span 8/span 8}.checked\:col-span-9:checked{grid-column:span 9/span 9}.checked\:col-span-10:checked{grid-column:span 10/span 10}.checked\:col-span-11:checked{grid-column:span 11/span 11}.checked\:col-span-12:checked{grid-column:span 12/span 12}.checked\:col-start-1:checked{grid-column-start:1}.checked\:col-start-2:checked{grid-column-start:2}.checked\:col-start-3:checked{grid-column-start:3}.checked\:col-start-4:checked{grid-column-start:4}.checked\:col-start-5:checked{grid-column-start:5}.checked\:col-start-6:checked{grid-column-start:6}.checked\:col-start-7:checked{grid-column-start:7}.checked\:col-start-8:checked{grid-column-start:8}.checked\:col-start-9:checked{grid-column-start:9}.checked\:col-start-10:checked{grid-column-start:10}.checked\:col-start-11:checked{grid-column-start:11}.checked\:col-start-12:checked{grid-column-start:12}.checked\:col-start-13:checked{grid-column-start:13}.checked\:col-start-auto:checked{grid-column-start:auto}.checked\:col-end-1:checked{grid-column-end:1}.checked\:col-end-2:checked{grid-column-end:2}.checked\:col-end-3:checked{grid-column-end:3}.checked\:col-end-4:checked{grid-column-end:4}.checked\:col-end-5:checked{grid-column-end:5}.checked\:col-end-6:checked{grid-column-end:6}.checked\:col-end-7:checked{grid-column-end:7}.checked\:col-end-8:checked{grid-column-end:8}.checked\:col-end-9:checked{grid-column-end:9}.checked\:col-end-10:checked{grid-column-end:10}.checked\:col-end-11:checked{grid-column-end:11}.checked\:col-end-12:checked{grid-column-end:12}.checked\:col-end-13:checked{grid-column-end:13}.checked\:col-end-auto:checked{grid-column-end:auto}.checked\:indent-0:checked{text-indent:0px}.checked\:indent-px:checked{text-indent:1px}.checked\:indent-1:checked{text-indent:.25rem}.checked\:indent-2:checked{text-indent:.5rem}.checked\:indent-3:checked{text-indent:.75rem}.checked\:indent-4:checked{text-indent:1rem}.checked\:indent-5:checked{text-indent:1.25rem}.checked\:indent-6:checked{text-indent:1.5rem}.checked\:indent-7:checked{text-indent:1.75rem}.checked\:indent-8:checked{text-indent:2rem}.checked\:indent-9:checked{text-indent:2.25rem}.checked\:indent-10:checked{text-indent:2.5rem}.checked\:indent-11:checked{text-indent:2.75rem}.checked\:indent-12:checked{text-indent:3rem}.checked\:indent-14:checked{text-indent:3.5rem}.checked\:indent-16:checked{text-indent:4rem}.checked\:indent-20:checked{text-indent:5rem}.checked\:indent-24:checked{text-indent:6rem}.checked\:indent-28:checked{text-indent:7rem}.checked\:indent-32:checked{text-indent:8rem}.checked\:indent-36:checked{text-indent:9rem}.checked\:indent-40:checked{text-indent:10rem}.checked\:indent-44:checked{text-indent:11rem}.checked\:indent-48:checked{text-indent:12rem}.checked\:indent-52:checked{text-indent:13rem}.checked\:indent-56:checked{text-indent:14rem}.checked\:indent-60:checked{text-indent:15rem}.checked\:indent-64:checked{text-indent:16rem}.checked\:indent-72:checked{text-indent:18rem}.checked\:indent-80:checked{text-indent:20rem}.checked\:indent-96:checked{text-indent:24rem}.checked\:indent-0\.5{text-transform:.125rem}.checked\:indent-1\.5{text-transform:.375rem}.checked\:indent-2\.5{text-transform:.625rem}.checked\:indent-3\.5{text-transform:.875rem}.checked\: .underline:checked{-webkit-text-decoration-line:underline;text-decoration-line:underline}.checked\: .overline:checked{-webkit-text-decoration-line:overline;text-decoration-line:overline}.checked\: .through:checked{-webkit-text-decoration-line:line-through;text-decoration-line:line-through}.checked\: .none:checked{-webkit-text-decoration-line:none;text-decoration-line:none}.checked\: .uppercase:checked{text-transform:uppercase}.checked\: .lowercase:checked{text-transform:lowercase}.checked\: .capitalize:checked{text-transform:capitalize}.checked\: .normal-case:checked{text-transform:none}.checked\:shadow-2-12:checked{box-shadow:0 2px 4px #0000001f}.checked\:shadow-4-10:checked{box-shadow:0 4px 8px #0000001a}.checked\:shadow-6-10:checked{box-shadow:0 6px 12px #0000001a}.checked\:shadow-6-8:checked{box-shadow:0 8px 16px #00000014}.checked\:shadow-primary:checked{box-shadow:0 0 0 1px #6492ff}.checked\:shadow-danger:checked{box-shadow:0 0 0 1px #fdabb9}.checked\:shadow-warning:checked{box-shadow:0 0 0 1px #fbe0a9}.checked\:shadow-info:checked{box-shadow:0 0 0 1px #c1d9fd}.checked\:shadow-success:checked{box-shadow:0 0 0 1px #c1d9fd}.checked\:shadow-loading:checked{box-shadow:0 0 0 1px #757575}.checked\:shadow-header:checked{box-shadow:0 2px 4px #0000001f}.checked\:shadow-none:checked{box-shadow:none}.checked\:button-extraSm:checked{padding:6px 16px}.checked\:button-normal:checked{padding:16px 32px}.focus\:bg-transparent:focus{background-color:transparent}.focus\:bg-transparent\/0:focus{background-color:#0000}.focus\:bg-transparent\/10:focus{background-color:#0000001a}.focus\:bg-transparent\/20:focus{background-color:#0003}.focus\:bg-transparent\/30:focus{background-color:#0000004d}.focus\:bg-transparent\/40:focus{background-color:#0006}.focus\:bg-transparent\/50:focus{background-color:#00000080}.focus\:bg-transparent\/60:focus{background-color:#0009}.focus\:bg-transparent\/70:focus{background-color:#000000b3}.focus\:bg-transparent\/75:focus{background-color:#000000bf}.focus\:bg-transparent\/80:focus{background-color:#000c}.focus\:bg-transparent\/90:focus{background-color:#000000e6}.focus\:bg-black:focus{background-color:#000}.focus\:bg-black\/0:focus{background-color:#0000}.focus\:bg-black\/10:focus{background-color:#0000001a}.focus\:bg-black\/20:focus{background-color:#0003}.focus\:bg-black\/30:focus{background-color:#0000004d}.focus\:bg-black\/40:focus{background-color:#0006}.focus\:bg-black\/50:focus{background-color:#00000080}.focus\:bg-black\/60:focus{background-color:#0009}.focus\:bg-black\/70:focus{background-color:#000000b3}.focus\:bg-black\/75:focus{background-color:#000000bf}.focus\:bg-black\/80:focus{background-color:#000c}.focus\:bg-black\/90:focus{background-color:#000000e6}.focus\:bg-white:focus{background-color:#fff}.focus\:bg-white\/0:focus{background-color:#fff0}.focus\:bg-white\/10:focus{background-color:#ffffff1a}.focus\:bg-white\/20:focus{background-color:#fff3}.focus\:bg-white\/30:focus{background-color:#ffffff4d}.focus\:bg-white\/40:focus{background-color:#fff6}.focus\:bg-white\/50:focus{background-color:#ffffff80}.focus\:bg-white\/60:focus{background-color:#fff9}.focus\:bg-white\/70:focus{background-color:#ffffffb3}.focus\:bg-white\/75:focus{background-color:#ffffffbf}.focus\:bg-white\/80:focus{background-color:#fffc}.focus\:bg-white\/90:focus{background-color:#ffffffe6}.focus\:bg-slate-50:focus{background-color:#f8fafc}.focus\:bg-slate-50\/0:focus{background-color:#f8fafc00}.focus\:bg-slate-50\/10:focus{background-color:#f8fafc1a}.focus\:bg-slate-50\/20:focus{background-color:#f8fafc33}.focus\:bg-slate-50\/30:focus{background-color:#f8fafc4d}.focus\:bg-slate-50\/40:focus{background-color:#f8fafc66}.focus\:bg-slate-50\/50:focus{background-color:#f8fafc80}.focus\:bg-slate-50\/60:focus{background-color:#f8fafc99}.focus\:bg-slate-50\/70:focus{background-color:#f8fafcb3}.focus\:bg-slate-50\/75:focus{background-color:#f8fafcbf}.focus\:bg-slate-50\/80:focus{background-color:#f8fafccc}.focus\:bg-slate-50\/90:focus{background-color:#f8fafce6}.focus\:bg-slate-100:focus{background-color:#f1f5f9}.focus\:bg-slate-100\/0:focus{background-color:#f1f5f900}.focus\:bg-slate-100\/10:focus{background-color:#f1f5f91a}.focus\:bg-slate-100\/20:focus{background-color:#f1f5f933}.focus\:bg-slate-100\/30:focus{background-color:#f1f5f94d}.focus\:bg-slate-100\/40:focus{background-color:#f1f5f966}.focus\:bg-slate-100\/50:focus{background-color:#f1f5f980}.focus\:bg-slate-100\/60:focus{background-color:#f1f5f999}.focus\:bg-slate-100\/70:focus{background-color:#f1f5f9b3}.focus\:bg-slate-100\/75:focus{background-color:#f1f5f9bf}.focus\:bg-slate-100\/80:focus{background-color:#f1f5f9cc}.focus\:bg-slate-100\/90:focus{background-color:#f1f5f9e6}.focus\:bg-slate-200:focus{background-color:#e2e8f0}.focus\:bg-slate-200\/0:focus{background-color:#e2e8f000}.focus\:bg-slate-200\/10:focus{background-color:#e2e8f01a}.focus\:bg-slate-200\/20:focus{background-color:#e2e8f033}.focus\:bg-slate-200\/30:focus{background-color:#e2e8f04d}.focus\:bg-slate-200\/40:focus{background-color:#e2e8f066}.focus\:bg-slate-200\/50:focus{background-color:#e2e8f080}.focus\:bg-slate-200\/60:focus{background-color:#e2e8f099}.focus\:bg-slate-200\/70:focus{background-color:#e2e8f0b3}.focus\:bg-slate-200\/75:focus{background-color:#e2e8f0bf}.focus\:bg-slate-200\/80:focus{background-color:#e2e8f0cc}.focus\:bg-slate-200\/90:focus{background-color:#e2e8f0e6}.focus\:bg-slate-300:focus{background-color:#cbd5e1}.focus\:bg-slate-300\/0:focus{background-color:#cbd5e100}.focus\:bg-slate-300\/10:focus{background-color:#cbd5e11a}.focus\:bg-slate-300\/20:focus{background-color:#cbd5e133}.focus\:bg-slate-300\/30:focus{background-color:#cbd5e14d}.focus\:bg-slate-300\/40:focus{background-color:#cbd5e166}.focus\:bg-slate-300\/50:focus{background-color:#cbd5e180}.focus\:bg-slate-300\/60:focus{background-color:#cbd5e199}.focus\:bg-slate-300\/70:focus{background-color:#cbd5e1b3}.focus\:bg-slate-300\/75:focus{background-color:#cbd5e1bf}.focus\:bg-slate-300\/80:focus{background-color:#cbd5e1cc}.focus\:bg-slate-300\/90:focus{background-color:#cbd5e1e6}.focus\:bg-slate-400:focus{background-color:#94a3b8}.focus\:bg-slate-400\/0:focus{background-color:#94a3b800}.focus\:bg-slate-400\/10:focus{background-color:#94a3b81a}.focus\:bg-slate-400\/20:focus{background-color:#94a3b833}.focus\:bg-slate-400\/30:focus{background-color:#94a3b84d}.focus\:bg-slate-400\/40:focus{background-color:#94a3b866}.focus\:bg-slate-400\/50:focus{background-color:#94a3b880}.focus\:bg-slate-400\/60:focus{background-color:#94a3b899}.focus\:bg-slate-400\/70:focus{background-color:#94a3b8b3}.focus\:bg-slate-400\/75:focus{background-color:#94a3b8bf}.focus\:bg-slate-400\/80:focus{background-color:#94a3b8cc}.focus\:bg-slate-400\/90:focus{background-color:#94a3b8e6}.focus\:bg-slate-500:focus{background-color:#64748b}.focus\:bg-slate-500\/0:focus{background-color:#64748b00}.focus\:bg-slate-500\/10:focus{background-color:#64748b1a}.focus\:bg-slate-500\/20:focus{background-color:#64748b33}.focus\:bg-slate-500\/30:focus{background-color:#64748b4d}.focus\:bg-slate-500\/40:focus{background-color:#64748b66}.focus\:bg-slate-500\/50:focus{background-color:#64748b80}.focus\:bg-slate-500\/60:focus{background-color:#64748b99}.focus\:bg-slate-500\/70:focus{background-color:#64748bb3}.focus\:bg-slate-500\/75:focus{background-color:#64748bbf}.focus\:bg-slate-500\/80:focus{background-color:#64748bcc}.focus\:bg-slate-500\/90:focus{background-color:#64748be6}.focus\:bg-slate-600:focus{background-color:#475569}.focus\:bg-slate-600\/0:focus{background-color:#47556900}.focus\:bg-slate-600\/10:focus{background-color:#4755691a}.focus\:bg-slate-600\/20:focus{background-color:#47556933}.focus\:bg-slate-600\/30:focus{background-color:#4755694d}.focus\:bg-slate-600\/40:focus{background-color:#47556966}.focus\:bg-slate-600\/50:focus{background-color:#47556980}.focus\:bg-slate-600\/60:focus{background-color:#47556999}.focus\:bg-slate-600\/70:focus{background-color:#475569b3}.focus\:bg-slate-600\/75:focus{background-color:#475569bf}.focus\:bg-slate-600\/80:focus{background-color:#475569cc}.focus\:bg-slate-600\/90:focus{background-color:#475569e6}.focus\:bg-slate-700:focus{background-color:#334155}.focus\:bg-slate-700\/0:focus{background-color:#33415500}.focus\:bg-slate-700\/10:focus{background-color:#3341551a}.focus\:bg-slate-700\/20:focus{background-color:#33415533}.focus\:bg-slate-700\/30:focus{background-color:#3341554d}.focus\:bg-slate-700\/40:focus{background-color:#33415566}.focus\:bg-slate-700\/50:focus{background-color:#33415580}.focus\:bg-slate-700\/60:focus{background-color:#33415599}.focus\:bg-slate-700\/70:focus{background-color:#334155b3}.focus\:bg-slate-700\/75:focus{background-color:#334155bf}.focus\:bg-slate-700\/80:focus{background-color:#334155cc}.focus\:bg-slate-700\/90:focus{background-color:#334155e6}.focus\:bg-slate-800:focus{background-color:#1e293b}.focus\:bg-slate-800\/0:focus{background-color:#1e293b00}.focus\:bg-slate-800\/10:focus{background-color:#1e293b1a}.focus\:bg-slate-800\/20:focus{background-color:#1e293b33}.focus\:bg-slate-800\/30:focus{background-color:#1e293b4d}.focus\:bg-slate-800\/40:focus{background-color:#1e293b66}.focus\:bg-slate-800\/50:focus{background-color:#1e293b80}.focus\:bg-slate-800\/60:focus{background-color:#1e293b99}.focus\:bg-slate-800\/70:focus{background-color:#1e293bb3}.focus\:bg-slate-800\/75:focus{background-color:#1e293bbf}.focus\:bg-slate-800\/80:focus{background-color:#1e293bcc}.focus\:bg-slate-800\/90:focus{background-color:#1e293be6}.focus\:bg-slate-900:focus{background-color:#0f172a}.focus\:bg-slate-900\/0:focus{background-color:#0f172a00}.focus\:bg-slate-900\/10:focus{background-color:#0f172a1a}.focus\:bg-slate-900\/20:focus{background-color:#0f172a33}.focus\:bg-slate-900\/30:focus{background-color:#0f172a4d}.focus\:bg-slate-900\/40:focus{background-color:#0f172a66}.focus\:bg-slate-900\/50:focus{background-color:#0f172a80}.focus\:bg-slate-900\/60:focus{background-color:#0f172a99}.focus\:bg-slate-900\/70:focus{background-color:#0f172ab3}.focus\:bg-slate-900\/75:focus{background-color:#0f172abf}.focus\:bg-slate-900\/80:focus{background-color:#0f172acc}.focus\:bg-slate-900\/90:focus{background-color:#0f172ae6}.focus\:bg-slate-950:focus{background-color:#020617}.focus\:bg-slate-950\/0:focus{background-color:#02061700}.focus\:bg-slate-950\/10:focus{background-color:#0206171a}.focus\:bg-slate-950\/20:focus{background-color:#02061733}.focus\:bg-slate-950\/30:focus{background-color:#0206174d}.focus\:bg-slate-950\/40:focus{background-color:#02061766}.focus\:bg-slate-950\/50:focus{background-color:#02061780}.focus\:bg-slate-950\/60:focus{background-color:#02061799}.focus\:bg-slate-950\/70:focus{background-color:#020617b3}.focus\:bg-slate-950\/75:focus{background-color:#020617bf}.focus\:bg-slate-950\/80:focus{background-color:#020617cc}.focus\:bg-slate-950\/90:focus{background-color:#020617e6}.focus\:bg-gray-50:focus{background-color:#f9fafb}.focus\:bg-gray-50\/0:focus{background-color:#f9fafb00}.focus\:bg-gray-50\/10:focus{background-color:#f9fafb1a}.focus\:bg-gray-50\/20:focus{background-color:#f9fafb33}.focus\:bg-gray-50\/30:focus{background-color:#f9fafb4d}.focus\:bg-gray-50\/40:focus{background-color:#f9fafb66}.focus\:bg-gray-50\/50:focus{background-color:#f9fafb80}.focus\:bg-gray-50\/60:focus{background-color:#f9fafb99}.focus\:bg-gray-50\/70:focus{background-color:#f9fafbb3}.focus\:bg-gray-50\/75:focus{background-color:#f9fafbbf}.focus\:bg-gray-50\/80:focus{background-color:#f9fafbcc}.focus\:bg-gray-50\/90:focus{background-color:#f9fafbe6}.focus\:bg-gray-100:focus{background-color:#f3f4f6}.focus\:bg-gray-100\/0:focus{background-color:#f3f4f600}.focus\:bg-gray-100\/10:focus{background-color:#f3f4f61a}.focus\:bg-gray-100\/20:focus{background-color:#f3f4f633}.focus\:bg-gray-100\/30:focus{background-color:#f3f4f64d}.focus\:bg-gray-100\/40:focus{background-color:#f3f4f666}.focus\:bg-gray-100\/50:focus{background-color:#f3f4f680}.focus\:bg-gray-100\/60:focus{background-color:#f3f4f699}.focus\:bg-gray-100\/70:focus{background-color:#f3f4f6b3}.focus\:bg-gray-100\/75:focus{background-color:#f3f4f6bf}.focus\:bg-gray-100\/80:focus{background-color:#f3f4f6cc}.focus\:bg-gray-100\/90:focus{background-color:#f3f4f6e6}.focus\:bg-gray-200:focus{background-color:#e5e7eb}.focus\:bg-gray-200\/0:focus{background-color:#e5e7eb00}.focus\:bg-gray-200\/10:focus{background-color:#e5e7eb1a}.focus\:bg-gray-200\/20:focus{background-color:#e5e7eb33}.focus\:bg-gray-200\/30:focus{background-color:#e5e7eb4d}.focus\:bg-gray-200\/40:focus{background-color:#e5e7eb66}.focus\:bg-gray-200\/50:focus{background-color:#e5e7eb80}.focus\:bg-gray-200\/60:focus{background-color:#e5e7eb99}.focus\:bg-gray-200\/70:focus{background-color:#e5e7ebb3}.focus\:bg-gray-200\/75:focus{background-color:#e5e7ebbf}.focus\:bg-gray-200\/80:focus{background-color:#e5e7ebcc}.focus\:bg-gray-200\/90:focus{background-color:#e5e7ebe6}.focus\:bg-gray-300:focus{background-color:#d1d5db}.focus\:bg-gray-300\/0:focus{background-color:#d1d5db00}.focus\:bg-gray-300\/10:focus{background-color:#d1d5db1a}.focus\:bg-gray-300\/20:focus{background-color:#d1d5db33}.focus\:bg-gray-300\/30:focus{background-color:#d1d5db4d}.focus\:bg-gray-300\/40:focus{background-color:#d1d5db66}.focus\:bg-gray-300\/50:focus{background-color:#d1d5db80}.focus\:bg-gray-300\/60:focus{background-color:#d1d5db99}.focus\:bg-gray-300\/70:focus{background-color:#d1d5dbb3}.focus\:bg-gray-300\/75:focus{background-color:#d1d5dbbf}.focus\:bg-gray-300\/80:focus{background-color:#d1d5dbcc}.focus\:bg-gray-300\/90:focus{background-color:#d1d5dbe6}.focus\:bg-gray-400:focus{background-color:#9ca3af}.focus\:bg-gray-400\/0:focus{background-color:#9ca3af00}.focus\:bg-gray-400\/10:focus{background-color:#9ca3af1a}.focus\:bg-gray-400\/20:focus{background-color:#9ca3af33}.focus\:bg-gray-400\/30:focus{background-color:#9ca3af4d}.focus\:bg-gray-400\/40:focus{background-color:#9ca3af66}.focus\:bg-gray-400\/50:focus{background-color:#9ca3af80}.focus\:bg-gray-400\/60:focus{background-color:#9ca3af99}.focus\:bg-gray-400\/70:focus{background-color:#9ca3afb3}.focus\:bg-gray-400\/75:focus{background-color:#9ca3afbf}.focus\:bg-gray-400\/80:focus{background-color:#9ca3afcc}.focus\:bg-gray-400\/90:focus{background-color:#9ca3afe6}.focus\:bg-gray-500:focus{background-color:#6b7280}.focus\:bg-gray-500\/0:focus{background-color:#6b728000}.focus\:bg-gray-500\/10:focus{background-color:#6b72801a}.focus\:bg-gray-500\/20:focus{background-color:#6b728033}.focus\:bg-gray-500\/30:focus{background-color:#6b72804d}.focus\:bg-gray-500\/40:focus{background-color:#6b728066}.focus\:bg-gray-500\/50:focus{background-color:#6b728080}.focus\:bg-gray-500\/60:focus{background-color:#6b728099}.focus\:bg-gray-500\/70:focus{background-color:#6b7280b3}.focus\:bg-gray-500\/75:focus{background-color:#6b7280bf}.focus\:bg-gray-500\/80:focus{background-color:#6b7280cc}.focus\:bg-gray-500\/90:focus{background-color:#6b7280e6}.focus\:bg-gray-600:focus{background-color:#4b5563}.focus\:bg-gray-600\/0:focus{background-color:#4b556300}.focus\:bg-gray-600\/10:focus{background-color:#4b55631a}.focus\:bg-gray-600\/20:focus{background-color:#4b556333}.focus\:bg-gray-600\/30:focus{background-color:#4b55634d}.focus\:bg-gray-600\/40:focus{background-color:#4b556366}.focus\:bg-gray-600\/50:focus{background-color:#4b556380}.focus\:bg-gray-600\/60:focus{background-color:#4b556399}.focus\:bg-gray-600\/70:focus{background-color:#4b5563b3}.focus\:bg-gray-600\/75:focus{background-color:#4b5563bf}.focus\:bg-gray-600\/80:focus{background-color:#4b5563cc}.focus\:bg-gray-600\/90:focus{background-color:#4b5563e6}.focus\:bg-gray-700:focus{background-color:#374151}.focus\:bg-gray-700\/0:focus{background-color:#37415100}.focus\:bg-gray-700\/10:focus{background-color:#3741511a}.focus\:bg-gray-700\/20:focus{background-color:#37415133}.focus\:bg-gray-700\/30:focus{background-color:#3741514d}.focus\:bg-gray-700\/40:focus{background-color:#37415166}.focus\:bg-gray-700\/50:focus{background-color:#37415180}.focus\:bg-gray-700\/60:focus{background-color:#37415199}.focus\:bg-gray-700\/70:focus{background-color:#374151b3}.focus\:bg-gray-700\/75:focus{background-color:#374151bf}.focus\:bg-gray-700\/80:focus{background-color:#374151cc}.focus\:bg-gray-700\/90:focus{background-color:#374151e6}.focus\:bg-gray-800:focus{background-color:#1f2937}.focus\:bg-gray-800\/0:focus{background-color:#1f293700}.focus\:bg-gray-800\/10:focus{background-color:#1f29371a}.focus\:bg-gray-800\/20:focus{background-color:#1f293733}.focus\:bg-gray-800\/30:focus{background-color:#1f29374d}.focus\:bg-gray-800\/40:focus{background-color:#1f293766}.focus\:bg-gray-800\/50:focus{background-color:#1f293780}.focus\:bg-gray-800\/60:focus{background-color:#1f293799}.focus\:bg-gray-800\/70:focus{background-color:#1f2937b3}.focus\:bg-gray-800\/75:focus{background-color:#1f2937bf}.focus\:bg-gray-800\/80:focus{background-color:#1f2937cc}.focus\:bg-gray-800\/90:focus{background-color:#1f2937e6}.focus\:bg-gray-900:focus{background-color:#111827}.focus\:bg-gray-900\/0:focus{background-color:#11182700}.focus\:bg-gray-900\/10:focus{background-color:#1118271a}.focus\:bg-gray-900\/20:focus{background-color:#11182733}.focus\:bg-gray-900\/30:focus{background-color:#1118274d}.focus\:bg-gray-900\/40:focus{background-color:#11182766}.focus\:bg-gray-900\/50:focus{background-color:#11182780}.focus\:bg-gray-900\/60:focus{background-color:#11182799}.focus\:bg-gray-900\/70:focus{background-color:#111827b3}.focus\:bg-gray-900\/75:focus{background-color:#111827bf}.focus\:bg-gray-900\/80:focus{background-color:#111827cc}.focus\:bg-gray-900\/90:focus{background-color:#111827e6}.focus\:bg-gray-950:focus{background-color:#030712}.focus\:bg-gray-950\/0:focus{background-color:#03071200}.focus\:bg-gray-950\/10:focus{background-color:#0307121a}.focus\:bg-gray-950\/20:focus{background-color:#03071233}.focus\:bg-gray-950\/30:focus{background-color:#0307124d}.focus\:bg-gray-950\/40:focus{background-color:#03071266}.focus\:bg-gray-950\/50:focus{background-color:#03071280}.focus\:bg-gray-950\/60:focus{background-color:#03071299}.focus\:bg-gray-950\/70:focus{background-color:#030712b3}.focus\:bg-gray-950\/75:focus{background-color:#030712bf}.focus\:bg-gray-950\/80:focus{background-color:#030712cc}.focus\:bg-gray-950\/90:focus{background-color:#030712e6}.focus\:bg-zinc-50:focus{background-color:#fafafa}.focus\:bg-zinc-50\/0:focus{background-color:#fafafa00}.focus\:bg-zinc-50\/10:focus{background-color:#fafafa1a}.focus\:bg-zinc-50\/20:focus{background-color:#fafafa33}.focus\:bg-zinc-50\/30:focus{background-color:#fafafa4d}.focus\:bg-zinc-50\/40:focus{background-color:#fafafa66}.focus\:bg-zinc-50\/50:focus{background-color:#fafafa80}.focus\:bg-zinc-50\/60:focus{background-color:#fafafa99}.focus\:bg-zinc-50\/70:focus{background-color:#fafafab3}.focus\:bg-zinc-50\/75:focus{background-color:#fafafabf}.focus\:bg-zinc-50\/80:focus{background-color:#fafafacc}.focus\:bg-zinc-50\/90:focus{background-color:#fafafae6}.focus\:bg-zinc-100:focus{background-color:#f4f4f5}.focus\:bg-zinc-100\/0:focus{background-color:#f4f4f500}.focus\:bg-zinc-100\/10:focus{background-color:#f4f4f51a}.focus\:bg-zinc-100\/20:focus{background-color:#f4f4f533}.focus\:bg-zinc-100\/30:focus{background-color:#f4f4f54d}.focus\:bg-zinc-100\/40:focus{background-color:#f4f4f566}.focus\:bg-zinc-100\/50:focus{background-color:#f4f4f580}.focus\:bg-zinc-100\/60:focus{background-color:#f4f4f599}.focus\:bg-zinc-100\/70:focus{background-color:#f4f4f5b3}.focus\:bg-zinc-100\/75:focus{background-color:#f4f4f5bf}.focus\:bg-zinc-100\/80:focus{background-color:#f4f4f5cc}.focus\:bg-zinc-100\/90:focus{background-color:#f4f4f5e6}.focus\:bg-zinc-200:focus{background-color:#e4e4e7}.focus\:bg-zinc-200\/0:focus{background-color:#e4e4e700}.focus\:bg-zinc-200\/10:focus{background-color:#e4e4e71a}.focus\:bg-zinc-200\/20:focus{background-color:#e4e4e733}.focus\:bg-zinc-200\/30:focus{background-color:#e4e4e74d}.focus\:bg-zinc-200\/40:focus{background-color:#e4e4e766}.focus\:bg-zinc-200\/50:focus{background-color:#e4e4e780}.focus\:bg-zinc-200\/60:focus{background-color:#e4e4e799}.focus\:bg-zinc-200\/70:focus{background-color:#e4e4e7b3}.focus\:bg-zinc-200\/75:focus{background-color:#e4e4e7bf}.focus\:bg-zinc-200\/80:focus{background-color:#e4e4e7cc}.focus\:bg-zinc-200\/90:focus{background-color:#e4e4e7e6}.focus\:bg-zinc-300:focus{background-color:#d4d4d8}.focus\:bg-zinc-300\/0:focus{background-color:#d4d4d800}.focus\:bg-zinc-300\/10:focus{background-color:#d4d4d81a}.focus\:bg-zinc-300\/20:focus{background-color:#d4d4d833}.focus\:bg-zinc-300\/30:focus{background-color:#d4d4d84d}.focus\:bg-zinc-300\/40:focus{background-color:#d4d4d866}.focus\:bg-zinc-300\/50:focus{background-color:#d4d4d880}.focus\:bg-zinc-300\/60:focus{background-color:#d4d4d899}.focus\:bg-zinc-300\/70:focus{background-color:#d4d4d8b3}.focus\:bg-zinc-300\/75:focus{background-color:#d4d4d8bf}.focus\:bg-zinc-300\/80:focus{background-color:#d4d4d8cc}.focus\:bg-zinc-300\/90:focus{background-color:#d4d4d8e6}.focus\:bg-zinc-400:focus{background-color:#a1a1aa}.focus\:bg-zinc-400\/0:focus{background-color:#a1a1aa00}.focus\:bg-zinc-400\/10:focus{background-color:#a1a1aa1a}.focus\:bg-zinc-400\/20:focus{background-color:#a1a1aa33}.focus\:bg-zinc-400\/30:focus{background-color:#a1a1aa4d}.focus\:bg-zinc-400\/40:focus{background-color:#a1a1aa66}.focus\:bg-zinc-400\/50:focus{background-color:#a1a1aa80}.focus\:bg-zinc-400\/60:focus{background-color:#a1a1aa99}.focus\:bg-zinc-400\/70:focus{background-color:#a1a1aab3}.focus\:bg-zinc-400\/75:focus{background-color:#a1a1aabf}.focus\:bg-zinc-400\/80:focus{background-color:#a1a1aacc}.focus\:bg-zinc-400\/90:focus{background-color:#a1a1aae6}.focus\:bg-zinc-500:focus{background-color:#71717a}.focus\:bg-zinc-500\/0:focus{background-color:#71717a00}.focus\:bg-zinc-500\/10:focus{background-color:#71717a1a}.focus\:bg-zinc-500\/20:focus{background-color:#71717a33}.focus\:bg-zinc-500\/30:focus{background-color:#71717a4d}.focus\:bg-zinc-500\/40:focus{background-color:#71717a66}.focus\:bg-zinc-500\/50:focus{background-color:#71717a80}.focus\:bg-zinc-500\/60:focus{background-color:#71717a99}.focus\:bg-zinc-500\/70:focus{background-color:#71717ab3}.focus\:bg-zinc-500\/75:focus{background-color:#71717abf}.focus\:bg-zinc-500\/80:focus{background-color:#71717acc}.focus\:bg-zinc-500\/90:focus{background-color:#71717ae6}.focus\:bg-zinc-600:focus{background-color:#52525b}.focus\:bg-zinc-600\/0:focus{background-color:#52525b00}.focus\:bg-zinc-600\/10:focus{background-color:#52525b1a}.focus\:bg-zinc-600\/20:focus{background-color:#52525b33}.focus\:bg-zinc-600\/30:focus{background-color:#52525b4d}.focus\:bg-zinc-600\/40:focus{background-color:#52525b66}.focus\:bg-zinc-600\/50:focus{background-color:#52525b80}.focus\:bg-zinc-600\/60:focus{background-color:#52525b99}.focus\:bg-zinc-600\/70:focus{background-color:#52525bb3}.focus\:bg-zinc-600\/75:focus{background-color:#52525bbf}.focus\:bg-zinc-600\/80:focus{background-color:#52525bcc}.focus\:bg-zinc-600\/90:focus{background-color:#52525be6}.focus\:bg-zinc-700:focus{background-color:#3f3f46}.focus\:bg-zinc-700\/0:focus{background-color:#3f3f4600}.focus\:bg-zinc-700\/10:focus{background-color:#3f3f461a}.focus\:bg-zinc-700\/20:focus{background-color:#3f3f4633}.focus\:bg-zinc-700\/30:focus{background-color:#3f3f464d}.focus\:bg-zinc-700\/40:focus{background-color:#3f3f4666}.focus\:bg-zinc-700\/50:focus{background-color:#3f3f4680}.focus\:bg-zinc-700\/60:focus{background-color:#3f3f4699}.focus\:bg-zinc-700\/70:focus{background-color:#3f3f46b3}.focus\:bg-zinc-700\/75:focus{background-color:#3f3f46bf}.focus\:bg-zinc-700\/80:focus{background-color:#3f3f46cc}.focus\:bg-zinc-700\/90:focus{background-color:#3f3f46e6}.focus\:bg-zinc-800:focus{background-color:#27272a}.focus\:bg-zinc-800\/0:focus{background-color:#27272a00}.focus\:bg-zinc-800\/10:focus{background-color:#27272a1a}.focus\:bg-zinc-800\/20:focus{background-color:#27272a33}.focus\:bg-zinc-800\/30:focus{background-color:#27272a4d}.focus\:bg-zinc-800\/40:focus{background-color:#27272a66}.focus\:bg-zinc-800\/50:focus{background-color:#27272a80}.focus\:bg-zinc-800\/60:focus{background-color:#27272a99}.focus\:bg-zinc-800\/70:focus{background-color:#27272ab3}.focus\:bg-zinc-800\/75:focus{background-color:#27272abf}.focus\:bg-zinc-800\/80:focus{background-color:#27272acc}.focus\:bg-zinc-800\/90:focus{background-color:#27272ae6}.focus\:bg-zinc-900:focus{background-color:#18181b}.focus\:bg-zinc-900\/0:focus{background-color:#18181b00}.focus\:bg-zinc-900\/10:focus{background-color:#18181b1a}.focus\:bg-zinc-900\/20:focus{background-color:#18181b33}.focus\:bg-zinc-900\/30:focus{background-color:#18181b4d}.focus\:bg-zinc-900\/40:focus{background-color:#18181b66}.focus\:bg-zinc-900\/50:focus{background-color:#18181b80}.focus\:bg-zinc-900\/60:focus{background-color:#18181b99}.focus\:bg-zinc-900\/70:focus{background-color:#18181bb3}.focus\:bg-zinc-900\/75:focus{background-color:#18181bbf}.focus\:bg-zinc-900\/80:focus{background-color:#18181bcc}.focus\:bg-zinc-900\/90:focus{background-color:#18181be6}.focus\:bg-zinc-950:focus{background-color:#09090b}.focus\:bg-zinc-950\/0:focus{background-color:#09090b00}.focus\:bg-zinc-950\/10:focus{background-color:#09090b1a}.focus\:bg-zinc-950\/20:focus{background-color:#09090b33}.focus\:bg-zinc-950\/30:focus{background-color:#09090b4d}.focus\:bg-zinc-950\/40:focus{background-color:#09090b66}.focus\:bg-zinc-950\/50:focus{background-color:#09090b80}.focus\:bg-zinc-950\/60:focus{background-color:#09090b99}.focus\:bg-zinc-950\/70:focus{background-color:#09090bb3}.focus\:bg-zinc-950\/75:focus{background-color:#09090bbf}.focus\:bg-zinc-950\/80:focus{background-color:#09090bcc}.focus\:bg-zinc-950\/90:focus{background-color:#09090be6}.focus\:bg-neutral-50:focus{background-color:#fafafa}.focus\:bg-neutral-50\/0:focus{background-color:#fafafa00}.focus\:bg-neutral-50\/10:focus{background-color:#fafafa1a}.focus\:bg-neutral-50\/20:focus{background-color:#fafafa33}.focus\:bg-neutral-50\/30:focus{background-color:#fafafa4d}.focus\:bg-neutral-50\/40:focus{background-color:#fafafa66}.focus\:bg-neutral-50\/50:focus{background-color:#fafafa80}.focus\:bg-neutral-50\/60:focus{background-color:#fafafa99}.focus\:bg-neutral-50\/70:focus{background-color:#fafafab3}.focus\:bg-neutral-50\/75:focus{background-color:#fafafabf}.focus\:bg-neutral-50\/80:focus{background-color:#fafafacc}.focus\:bg-neutral-50\/90:focus{background-color:#fafafae6}.focus\:bg-neutral-100:focus{background-color:#f5f5f5}.focus\:bg-neutral-100\/0:focus{background-color:#f5f5f500}.focus\:bg-neutral-100\/10:focus{background-color:#f5f5f51a}.focus\:bg-neutral-100\/20:focus{background-color:#f5f5f533}.focus\:bg-neutral-100\/30:focus{background-color:#f5f5f54d}.focus\:bg-neutral-100\/40:focus{background-color:#f5f5f566}.focus\:bg-neutral-100\/50:focus{background-color:#f5f5f580}.focus\:bg-neutral-100\/60:focus{background-color:#f5f5f599}.focus\:bg-neutral-100\/70:focus{background-color:#f5f5f5b3}.focus\:bg-neutral-100\/75:focus{background-color:#f5f5f5bf}.focus\:bg-neutral-100\/80:focus{background-color:#f5f5f5cc}.focus\:bg-neutral-100\/90:focus{background-color:#f5f5f5e6}.focus\:bg-neutral-200:focus{background-color:#e5e5e5}.focus\:bg-neutral-200\/0:focus{background-color:#e5e5e500}.focus\:bg-neutral-200\/10:focus{background-color:#e5e5e51a}.focus\:bg-neutral-200\/20:focus{background-color:#e5e5e533}.focus\:bg-neutral-200\/30:focus{background-color:#e5e5e54d}.focus\:bg-neutral-200\/40:focus{background-color:#e5e5e566}.focus\:bg-neutral-200\/50:focus{background-color:#e5e5e580}.focus\:bg-neutral-200\/60:focus{background-color:#e5e5e599}.focus\:bg-neutral-200\/70:focus{background-color:#e5e5e5b3}.focus\:bg-neutral-200\/75:focus{background-color:#e5e5e5bf}.focus\:bg-neutral-200\/80:focus{background-color:#e5e5e5cc}.focus\:bg-neutral-200\/90:focus{background-color:#e5e5e5e6}.focus\:bg-neutral-300:focus{background-color:#d4d4d4}.focus\:bg-neutral-300\/0:focus{background-color:#d4d4d400}.focus\:bg-neutral-300\/10:focus{background-color:#d4d4d41a}.focus\:bg-neutral-300\/20:focus{background-color:#d4d4d433}.focus\:bg-neutral-300\/30:focus{background-color:#d4d4d44d}.focus\:bg-neutral-300\/40:focus{background-color:#d4d4d466}.focus\:bg-neutral-300\/50:focus{background-color:#d4d4d480}.focus\:bg-neutral-300\/60:focus{background-color:#d4d4d499}.focus\:bg-neutral-300\/70:focus{background-color:#d4d4d4b3}.focus\:bg-neutral-300\/75:focus{background-color:#d4d4d4bf}.focus\:bg-neutral-300\/80:focus{background-color:#d4d4d4cc}.focus\:bg-neutral-300\/90:focus{background-color:#d4d4d4e6}.focus\:bg-neutral-400:focus{background-color:#a3a3a3}.focus\:bg-neutral-400\/0:focus{background-color:#a3a3a300}.focus\:bg-neutral-400\/10:focus{background-color:#a3a3a31a}.focus\:bg-neutral-400\/20:focus{background-color:#a3a3a333}.focus\:bg-neutral-400\/30:focus{background-color:#a3a3a34d}.focus\:bg-neutral-400\/40:focus{background-color:#a3a3a366}.focus\:bg-neutral-400\/50:focus{background-color:#a3a3a380}.focus\:bg-neutral-400\/60:focus{background-color:#a3a3a399}.focus\:bg-neutral-400\/70:focus{background-color:#a3a3a3b3}.focus\:bg-neutral-400\/75:focus{background-color:#a3a3a3bf}.focus\:bg-neutral-400\/80:focus{background-color:#a3a3a3cc}.focus\:bg-neutral-400\/90:focus{background-color:#a3a3a3e6}.focus\:bg-neutral-500:focus{background-color:#737373}.focus\:bg-neutral-500\/0:focus{background-color:#73737300}.focus\:bg-neutral-500\/10:focus{background-color:#7373731a}.focus\:bg-neutral-500\/20:focus{background-color:#73737333}.focus\:bg-neutral-500\/30:focus{background-color:#7373734d}.focus\:bg-neutral-500\/40:focus{background-color:#73737366}.focus\:bg-neutral-500\/50:focus{background-color:#73737380}.focus\:bg-neutral-500\/60:focus{background-color:#73737399}.focus\:bg-neutral-500\/70:focus{background-color:#737373b3}.focus\:bg-neutral-500\/75:focus{background-color:#737373bf}.focus\:bg-neutral-500\/80:focus{background-color:#737373cc}.focus\:bg-neutral-500\/90:focus{background-color:#737373e6}.focus\:bg-neutral-600:focus{background-color:#525252}.focus\:bg-neutral-600\/0:focus{background-color:#52525200}.focus\:bg-neutral-600\/10:focus{background-color:#5252521a}.focus\:bg-neutral-600\/20:focus{background-color:#52525233}.focus\:bg-neutral-600\/30:focus{background-color:#5252524d}.focus\:bg-neutral-600\/40:focus{background-color:#52525266}.focus\:bg-neutral-600\/50:focus{background-color:#52525280}.focus\:bg-neutral-600\/60:focus{background-color:#52525299}.focus\:bg-neutral-600\/70:focus{background-color:#525252b3}.focus\:bg-neutral-600\/75:focus{background-color:#525252bf}.focus\:bg-neutral-600\/80:focus{background-color:#525252cc}.focus\:bg-neutral-600\/90:focus{background-color:#525252e6}.focus\:bg-neutral-700:focus{background-color:#404040}.focus\:bg-neutral-700\/0:focus{background-color:#40404000}.focus\:bg-neutral-700\/10:focus{background-color:#4040401a}.focus\:bg-neutral-700\/20:focus{background-color:#40404033}.focus\:bg-neutral-700\/30:focus{background-color:#4040404d}.focus\:bg-neutral-700\/40:focus{background-color:#40404066}.focus\:bg-neutral-700\/50:focus{background-color:#40404080}.focus\:bg-neutral-700\/60:focus{background-color:#40404099}.focus\:bg-neutral-700\/70:focus{background-color:#404040b3}.focus\:bg-neutral-700\/75:focus{background-color:#404040bf}.focus\:bg-neutral-700\/80:focus{background-color:#404040cc}.focus\:bg-neutral-700\/90:focus{background-color:#404040e6}.focus\:bg-neutral-800:focus{background-color:#262626}.focus\:bg-neutral-800\/0:focus{background-color:#26262600}.focus\:bg-neutral-800\/10:focus{background-color:#2626261a}.focus\:bg-neutral-800\/20:focus{background-color:#26262633}.focus\:bg-neutral-800\/30:focus{background-color:#2626264d}.focus\:bg-neutral-800\/40:focus{background-color:#26262666}.focus\:bg-neutral-800\/50:focus{background-color:#26262680}.focus\:bg-neutral-800\/60:focus{background-color:#26262699}.focus\:bg-neutral-800\/70:focus{background-color:#262626b3}.focus\:bg-neutral-800\/75:focus{background-color:#262626bf}.focus\:bg-neutral-800\/80:focus{background-color:#262626cc}.focus\:bg-neutral-800\/90:focus{background-color:#262626e6}.focus\:bg-neutral-900:focus{background-color:#171717}.focus\:bg-neutral-900\/0:focus{background-color:#17171700}.focus\:bg-neutral-900\/10:focus{background-color:#1717171a}.focus\:bg-neutral-900\/20:focus{background-color:#17171733}.focus\:bg-neutral-900\/30:focus{background-color:#1717174d}.focus\:bg-neutral-900\/40:focus{background-color:#17171766}.focus\:bg-neutral-900\/50:focus{background-color:#17171780}.focus\:bg-neutral-900\/60:focus{background-color:#17171799}.focus\:bg-neutral-900\/70:focus{background-color:#171717b3}.focus\:bg-neutral-900\/75:focus{background-color:#171717bf}.focus\:bg-neutral-900\/80:focus{background-color:#171717cc}.focus\:bg-neutral-900\/90:focus{background-color:#171717e6}.focus\:bg-neutral-950:focus{background-color:#0a0a0a}.focus\:bg-neutral-950\/0:focus{background-color:#0a0a0a00}.focus\:bg-neutral-950\/10:focus{background-color:#0a0a0a1a}.focus\:bg-neutral-950\/20:focus{background-color:#0a0a0a33}.focus\:bg-neutral-950\/30:focus{background-color:#0a0a0a4d}.focus\:bg-neutral-950\/40:focus{background-color:#0a0a0a66}.focus\:bg-neutral-950\/50:focus{background-color:#0a0a0a80}.focus\:bg-neutral-950\/60:focus{background-color:#0a0a0a99}.focus\:bg-neutral-950\/70:focus{background-color:#0a0a0ab3}.focus\:bg-neutral-950\/75:focus{background-color:#0a0a0abf}.focus\:bg-neutral-950\/80:focus{background-color:#0a0a0acc}.focus\:bg-neutral-950\/90:focus{background-color:#0a0a0ae6}.focus\:bg-stone-50:focus{background-color:#fafaf9}.focus\:bg-stone-50\/0:focus{background-color:#fafaf900}.focus\:bg-stone-50\/10:focus{background-color:#fafaf91a}.focus\:bg-stone-50\/20:focus{background-color:#fafaf933}.focus\:bg-stone-50\/30:focus{background-color:#fafaf94d}.focus\:bg-stone-50\/40:focus{background-color:#fafaf966}.focus\:bg-stone-50\/50:focus{background-color:#fafaf980}.focus\:bg-stone-50\/60:focus{background-color:#fafaf999}.focus\:bg-stone-50\/70:focus{background-color:#fafaf9b3}.focus\:bg-stone-50\/75:focus{background-color:#fafaf9bf}.focus\:bg-stone-50\/80:focus{background-color:#fafaf9cc}.focus\:bg-stone-50\/90:focus{background-color:#fafaf9e6}.focus\:bg-stone-100:focus{background-color:#f5f5f4}.focus\:bg-stone-100\/0:focus{background-color:#f5f5f400}.focus\:bg-stone-100\/10:focus{background-color:#f5f5f41a}.focus\:bg-stone-100\/20:focus{background-color:#f5f5f433}.focus\:bg-stone-100\/30:focus{background-color:#f5f5f44d}.focus\:bg-stone-100\/40:focus{background-color:#f5f5f466}.focus\:bg-stone-100\/50:focus{background-color:#f5f5f480}.focus\:bg-stone-100\/60:focus{background-color:#f5f5f499}.focus\:bg-stone-100\/70:focus{background-color:#f5f5f4b3}.focus\:bg-stone-100\/75:focus{background-color:#f5f5f4bf}.focus\:bg-stone-100\/80:focus{background-color:#f5f5f4cc}.focus\:bg-stone-100\/90:focus{background-color:#f5f5f4e6}.focus\:bg-stone-200:focus{background-color:#e7e5e4}.focus\:bg-stone-200\/0:focus{background-color:#e7e5e400}.focus\:bg-stone-200\/10:focus{background-color:#e7e5e41a}.focus\:bg-stone-200\/20:focus{background-color:#e7e5e433}.focus\:bg-stone-200\/30:focus{background-color:#e7e5e44d}.focus\:bg-stone-200\/40:focus{background-color:#e7e5e466}.focus\:bg-stone-200\/50:focus{background-color:#e7e5e480}.focus\:bg-stone-200\/60:focus{background-color:#e7e5e499}.focus\:bg-stone-200\/70:focus{background-color:#e7e5e4b3}.focus\:bg-stone-200\/75:focus{background-color:#e7e5e4bf}.focus\:bg-stone-200\/80:focus{background-color:#e7e5e4cc}.focus\:bg-stone-200\/90:focus{background-color:#e7e5e4e6}.focus\:bg-stone-300:focus{background-color:#d6d3d1}.focus\:bg-stone-300\/0:focus{background-color:#d6d3d100}.focus\:bg-stone-300\/10:focus{background-color:#d6d3d11a}.focus\:bg-stone-300\/20:focus{background-color:#d6d3d133}.focus\:bg-stone-300\/30:focus{background-color:#d6d3d14d}.focus\:bg-stone-300\/40:focus{background-color:#d6d3d166}.focus\:bg-stone-300\/50:focus{background-color:#d6d3d180}.focus\:bg-stone-300\/60:focus{background-color:#d6d3d199}.focus\:bg-stone-300\/70:focus{background-color:#d6d3d1b3}.focus\:bg-stone-300\/75:focus{background-color:#d6d3d1bf}.focus\:bg-stone-300\/80:focus{background-color:#d6d3d1cc}.focus\:bg-stone-300\/90:focus{background-color:#d6d3d1e6}.focus\:bg-stone-400:focus{background-color:#a8a29e}.focus\:bg-stone-400\/0:focus{background-color:#a8a29e00}.focus\:bg-stone-400\/10:focus{background-color:#a8a29e1a}.focus\:bg-stone-400\/20:focus{background-color:#a8a29e33}.focus\:bg-stone-400\/30:focus{background-color:#a8a29e4d}.focus\:bg-stone-400\/40:focus{background-color:#a8a29e66}.focus\:bg-stone-400\/50:focus{background-color:#a8a29e80}.focus\:bg-stone-400\/60:focus{background-color:#a8a29e99}.focus\:bg-stone-400\/70:focus{background-color:#a8a29eb3}.focus\:bg-stone-400\/75:focus{background-color:#a8a29ebf}.focus\:bg-stone-400\/80:focus{background-color:#a8a29ecc}.focus\:bg-stone-400\/90:focus{background-color:#a8a29ee6}.focus\:bg-stone-500:focus{background-color:#78716c}.focus\:bg-stone-500\/0:focus{background-color:#78716c00}.focus\:bg-stone-500\/10:focus{background-color:#78716c1a}.focus\:bg-stone-500\/20:focus{background-color:#78716c33}.focus\:bg-stone-500\/30:focus{background-color:#78716c4d}.focus\:bg-stone-500\/40:focus{background-color:#78716c66}.focus\:bg-stone-500\/50:focus{background-color:#78716c80}.focus\:bg-stone-500\/60:focus{background-color:#78716c99}.focus\:bg-stone-500\/70:focus{background-color:#78716cb3}.focus\:bg-stone-500\/75:focus{background-color:#78716cbf}.focus\:bg-stone-500\/80:focus{background-color:#78716ccc}.focus\:bg-stone-500\/90:focus{background-color:#78716ce6}.focus\:bg-stone-600:focus{background-color:#57534e}.focus\:bg-stone-600\/0:focus{background-color:#57534e00}.focus\:bg-stone-600\/10:focus{background-color:#57534e1a}.focus\:bg-stone-600\/20:focus{background-color:#57534e33}.focus\:bg-stone-600\/30:focus{background-color:#57534e4d}.focus\:bg-stone-600\/40:focus{background-color:#57534e66}.focus\:bg-stone-600\/50:focus{background-color:#57534e80}.focus\:bg-stone-600\/60:focus{background-color:#57534e99}.focus\:bg-stone-600\/70:focus{background-color:#57534eb3}.focus\:bg-stone-600\/75:focus{background-color:#57534ebf}.focus\:bg-stone-600\/80:focus{background-color:#57534ecc}.focus\:bg-stone-600\/90:focus{background-color:#57534ee6}.focus\:bg-stone-700:focus{background-color:#44403c}.focus\:bg-stone-700\/0:focus{background-color:#44403c00}.focus\:bg-stone-700\/10:focus{background-color:#44403c1a}.focus\:bg-stone-700\/20:focus{background-color:#44403c33}.focus\:bg-stone-700\/30:focus{background-color:#44403c4d}.focus\:bg-stone-700\/40:focus{background-color:#44403c66}.focus\:bg-stone-700\/50:focus{background-color:#44403c80}.focus\:bg-stone-700\/60:focus{background-color:#44403c99}.focus\:bg-stone-700\/70:focus{background-color:#44403cb3}.focus\:bg-stone-700\/75:focus{background-color:#44403cbf}.focus\:bg-stone-700\/80:focus{background-color:#44403ccc}.focus\:bg-stone-700\/90:focus{background-color:#44403ce6}.focus\:bg-stone-800:focus{background-color:#292524}.focus\:bg-stone-800\/0:focus{background-color:#29252400}.focus\:bg-stone-800\/10:focus{background-color:#2925241a}.focus\:bg-stone-800\/20:focus{background-color:#29252433}.focus\:bg-stone-800\/30:focus{background-color:#2925244d}.focus\:bg-stone-800\/40:focus{background-color:#29252466}.focus\:bg-stone-800\/50:focus{background-color:#29252480}.focus\:bg-stone-800\/60:focus{background-color:#29252499}.focus\:bg-stone-800\/70:focus{background-color:#292524b3}.focus\:bg-stone-800\/75:focus{background-color:#292524bf}.focus\:bg-stone-800\/80:focus{background-color:#292524cc}.focus\:bg-stone-800\/90:focus{background-color:#292524e6}.focus\:bg-stone-900:focus{background-color:#1c1917}.focus\:bg-stone-900\/0:focus{background-color:#1c191700}.focus\:bg-stone-900\/10:focus{background-color:#1c19171a}.focus\:bg-stone-900\/20:focus{background-color:#1c191733}.focus\:bg-stone-900\/30:focus{background-color:#1c19174d}.focus\:bg-stone-900\/40:focus{background-color:#1c191766}.focus\:bg-stone-900\/50:focus{background-color:#1c191780}.focus\:bg-stone-900\/60:focus{background-color:#1c191799}.focus\:bg-stone-900\/70:focus{background-color:#1c1917b3}.focus\:bg-stone-900\/75:focus{background-color:#1c1917bf}.focus\:bg-stone-900\/80:focus{background-color:#1c1917cc}.focus\:bg-stone-900\/90:focus{background-color:#1c1917e6}.focus\:bg-stone-950:focus{background-color:#0c0a09}.focus\:bg-stone-950\/0:focus{background-color:#0c0a0900}.focus\:bg-stone-950\/10:focus{background-color:#0c0a091a}.focus\:bg-stone-950\/20:focus{background-color:#0c0a0933}.focus\:bg-stone-950\/30:focus{background-color:#0c0a094d}.focus\:bg-stone-950\/40:focus{background-color:#0c0a0966}.focus\:bg-stone-950\/50:focus{background-color:#0c0a0980}.focus\:bg-stone-950\/60:focus{background-color:#0c0a0999}.focus\:bg-stone-950\/70:focus{background-color:#0c0a09b3}.focus\:bg-stone-950\/75:focus{background-color:#0c0a09bf}.focus\:bg-stone-950\/80:focus{background-color:#0c0a09cc}.focus\:bg-stone-950\/90:focus{background-color:#0c0a09e6}.focus\:bg-red-50:focus{background-color:#fef2f2}.focus\:bg-red-50\/0:focus{background-color:#fef2f200}.focus\:bg-red-50\/10:focus{background-color:#fef2f21a}.focus\:bg-red-50\/20:focus{background-color:#fef2f233}.focus\:bg-red-50\/30:focus{background-color:#fef2f24d}.focus\:bg-red-50\/40:focus{background-color:#fef2f266}.focus\:bg-red-50\/50:focus{background-color:#fef2f280}.focus\:bg-red-50\/60:focus{background-color:#fef2f299}.focus\:bg-red-50\/70:focus{background-color:#fef2f2b3}.focus\:bg-red-50\/75:focus{background-color:#fef2f2bf}.focus\:bg-red-50\/80:focus{background-color:#fef2f2cc}.focus\:bg-red-50\/90:focus{background-color:#fef2f2e6}.focus\:bg-red-100:focus{background-color:#fee2e2}.focus\:bg-red-100\/0:focus{background-color:#fee2e200}.focus\:bg-red-100\/10:focus{background-color:#fee2e21a}.focus\:bg-red-100\/20:focus{background-color:#fee2e233}.focus\:bg-red-100\/30:focus{background-color:#fee2e24d}.focus\:bg-red-100\/40:focus{background-color:#fee2e266}.focus\:bg-red-100\/50:focus{background-color:#fee2e280}.focus\:bg-red-100\/60:focus{background-color:#fee2e299}.focus\:bg-red-100\/70:focus{background-color:#fee2e2b3}.focus\:bg-red-100\/75:focus{background-color:#fee2e2bf}.focus\:bg-red-100\/80:focus{background-color:#fee2e2cc}.focus\:bg-red-100\/90:focus{background-color:#fee2e2e6}.focus\:bg-red-200:focus{background-color:#fecaca}.focus\:bg-red-200\/0:focus{background-color:#fecaca00}.focus\:bg-red-200\/10:focus{background-color:#fecaca1a}.focus\:bg-red-200\/20:focus{background-color:#fecaca33}.focus\:bg-red-200\/30:focus{background-color:#fecaca4d}.focus\:bg-red-200\/40:focus{background-color:#fecaca66}.focus\:bg-red-200\/50:focus{background-color:#fecaca80}.focus\:bg-red-200\/60:focus{background-color:#fecaca99}.focus\:bg-red-200\/70:focus{background-color:#fecacab3}.focus\:bg-red-200\/75:focus{background-color:#fecacabf}.focus\:bg-red-200\/80:focus{background-color:#fecacacc}.focus\:bg-red-200\/90:focus{background-color:#fecacae6}.focus\:bg-red-300:focus{background-color:#fca5a5}.focus\:bg-red-300\/0:focus{background-color:#fca5a500}.focus\:bg-red-300\/10:focus{background-color:#fca5a51a}.focus\:bg-red-300\/20:focus{background-color:#fca5a533}.focus\:bg-red-300\/30:focus{background-color:#fca5a54d}.focus\:bg-red-300\/40:focus{background-color:#fca5a566}.focus\:bg-red-300\/50:focus{background-color:#fca5a580}.focus\:bg-red-300\/60:focus{background-color:#fca5a599}.focus\:bg-red-300\/70:focus{background-color:#fca5a5b3}.focus\:bg-red-300\/75:focus{background-color:#fca5a5bf}.focus\:bg-red-300\/80:focus{background-color:#fca5a5cc}.focus\:bg-red-300\/90:focus{background-color:#fca5a5e6}.focus\:bg-red-400:focus{background-color:#f87171}.focus\:bg-red-400\/0:focus{background-color:#f8717100}.focus\:bg-red-400\/10:focus{background-color:#f871711a}.focus\:bg-red-400\/20:focus{background-color:#f8717133}.focus\:bg-red-400\/30:focus{background-color:#f871714d}.focus\:bg-red-400\/40:focus{background-color:#f8717166}.focus\:bg-red-400\/50:focus{background-color:#f8717180}.focus\:bg-red-400\/60:focus{background-color:#f8717199}.focus\:bg-red-400\/70:focus{background-color:#f87171b3}.focus\:bg-red-400\/75:focus{background-color:#f87171bf}.focus\:bg-red-400\/80:focus{background-color:#f87171cc}.focus\:bg-red-400\/90:focus{background-color:#f87171e6}.focus\:bg-red-500:focus{background-color:#ef4444}.focus\:bg-red-500\/0:focus{background-color:#ef444400}.focus\:bg-red-500\/10:focus{background-color:#ef44441a}.focus\:bg-red-500\/20:focus{background-color:#ef444433}.focus\:bg-red-500\/30:focus{background-color:#ef44444d}.focus\:bg-red-500\/40:focus{background-color:#ef444466}.focus\:bg-red-500\/50:focus{background-color:#ef444480}.focus\:bg-red-500\/60:focus{background-color:#ef444499}.focus\:bg-red-500\/70:focus{background-color:#ef4444b3}.focus\:bg-red-500\/75:focus{background-color:#ef4444bf}.focus\:bg-red-500\/80:focus{background-color:#ef4444cc}.focus\:bg-red-500\/90:focus{background-color:#ef4444e6}.focus\:bg-red-600:focus{background-color:#dc2626}.focus\:bg-red-600\/0:focus{background-color:#dc262600}.focus\:bg-red-600\/10:focus{background-color:#dc26261a}.focus\:bg-red-600\/20:focus{background-color:#dc262633}.focus\:bg-red-600\/30:focus{background-color:#dc26264d}.focus\:bg-red-600\/40:focus{background-color:#dc262666}.focus\:bg-red-600\/50:focus{background-color:#dc262680}.focus\:bg-red-600\/60:focus{background-color:#dc262699}.focus\:bg-red-600\/70:focus{background-color:#dc2626b3}.focus\:bg-red-600\/75:focus{background-color:#dc2626bf}.focus\:bg-red-600\/80:focus{background-color:#dc2626cc}.focus\:bg-red-600\/90:focus{background-color:#dc2626e6}.focus\:bg-red-700:focus{background-color:#b91c1c}.focus\:bg-red-700\/0:focus{background-color:#b91c1c00}.focus\:bg-red-700\/10:focus{background-color:#b91c1c1a}.focus\:bg-red-700\/20:focus{background-color:#b91c1c33}.focus\:bg-red-700\/30:focus{background-color:#b91c1c4d}.focus\:bg-red-700\/40:focus{background-color:#b91c1c66}.focus\:bg-red-700\/50:focus{background-color:#b91c1c80}.focus\:bg-red-700\/60:focus{background-color:#b91c1c99}.focus\:bg-red-700\/70:focus{background-color:#b91c1cb3}.focus\:bg-red-700\/75:focus{background-color:#b91c1cbf}.focus\:bg-red-700\/80:focus{background-color:#b91c1ccc}.focus\:bg-red-700\/90:focus{background-color:#b91c1ce6}.focus\:bg-red-800:focus{background-color:#991b1b}.focus\:bg-red-800\/0:focus{background-color:#991b1b00}.focus\:bg-red-800\/10:focus{background-color:#991b1b1a}.focus\:bg-red-800\/20:focus{background-color:#991b1b33}.focus\:bg-red-800\/30:focus{background-color:#991b1b4d}.focus\:bg-red-800\/40:focus{background-color:#991b1b66}.focus\:bg-red-800\/50:focus{background-color:#991b1b80}.focus\:bg-red-800\/60:focus{background-color:#991b1b99}.focus\:bg-red-800\/70:focus{background-color:#991b1bb3}.focus\:bg-red-800\/75:focus{background-color:#991b1bbf}.focus\:bg-red-800\/80:focus{background-color:#991b1bcc}.focus\:bg-red-800\/90:focus{background-color:#991b1be6}.focus\:bg-red-900:focus{background-color:#7f1d1d}.focus\:bg-red-900\/0:focus{background-color:#7f1d1d00}.focus\:bg-red-900\/10:focus{background-color:#7f1d1d1a}.focus\:bg-red-900\/20:focus{background-color:#7f1d1d33}.focus\:bg-red-900\/30:focus{background-color:#7f1d1d4d}.focus\:bg-red-900\/40:focus{background-color:#7f1d1d66}.focus\:bg-red-900\/50:focus{background-color:#7f1d1d80}.focus\:bg-red-900\/60:focus{background-color:#7f1d1d99}.focus\:bg-red-900\/70:focus{background-color:#7f1d1db3}.focus\:bg-red-900\/75:focus{background-color:#7f1d1dbf}.focus\:bg-red-900\/80:focus{background-color:#7f1d1dcc}.focus\:bg-red-900\/90:focus{background-color:#7f1d1de6}.focus\:bg-red-950:focus{background-color:#450a0a}.focus\:bg-red-950\/0:focus{background-color:#450a0a00}.focus\:bg-red-950\/10:focus{background-color:#450a0a1a}.focus\:bg-red-950\/20:focus{background-color:#450a0a33}.focus\:bg-red-950\/30:focus{background-color:#450a0a4d}.focus\:bg-red-950\/40:focus{background-color:#450a0a66}.focus\:bg-red-950\/50:focus{background-color:#450a0a80}.focus\:bg-red-950\/60:focus{background-color:#450a0a99}.focus\:bg-red-950\/70:focus{background-color:#450a0ab3}.focus\:bg-red-950\/75:focus{background-color:#450a0abf}.focus\:bg-red-950\/80:focus{background-color:#450a0acc}.focus\:bg-red-950\/90:focus{background-color:#450a0ae6}.focus\:bg-orange-50:focus{background-color:#fff7ed}.focus\:bg-orange-50\/0:focus{background-color:#fff7ed00}.focus\:bg-orange-50\/10:focus{background-color:#fff7ed1a}.focus\:bg-orange-50\/20:focus{background-color:#fff7ed33}.focus\:bg-orange-50\/30:focus{background-color:#fff7ed4d}.focus\:bg-orange-50\/40:focus{background-color:#fff7ed66}.focus\:bg-orange-50\/50:focus{background-color:#fff7ed80}.focus\:bg-orange-50\/60:focus{background-color:#fff7ed99}.focus\:bg-orange-50\/70:focus{background-color:#fff7edb3}.focus\:bg-orange-50\/75:focus{background-color:#fff7edbf}.focus\:bg-orange-50\/80:focus{background-color:#fff7edcc}.focus\:bg-orange-50\/90:focus{background-color:#fff7ede6}.focus\:bg-orange-100:focus{background-color:#ffedd5}.focus\:bg-orange-100\/0:focus{background-color:#ffedd500}.focus\:bg-orange-100\/10:focus{background-color:#ffedd51a}.focus\:bg-orange-100\/20:focus{background-color:#ffedd533}.focus\:bg-orange-100\/30:focus{background-color:#ffedd54d}.focus\:bg-orange-100\/40:focus{background-color:#ffedd566}.focus\:bg-orange-100\/50:focus{background-color:#ffedd580}.focus\:bg-orange-100\/60:focus{background-color:#ffedd599}.focus\:bg-orange-100\/70:focus{background-color:#ffedd5b3}.focus\:bg-orange-100\/75:focus{background-color:#ffedd5bf}.focus\:bg-orange-100\/80:focus{background-color:#ffedd5cc}.focus\:bg-orange-100\/90:focus{background-color:#ffedd5e6}.focus\:bg-orange-200:focus{background-color:#fed7aa}.focus\:bg-orange-200\/0:focus{background-color:#fed7aa00}.focus\:bg-orange-200\/10:focus{background-color:#fed7aa1a}.focus\:bg-orange-200\/20:focus{background-color:#fed7aa33}.focus\:bg-orange-200\/30:focus{background-color:#fed7aa4d}.focus\:bg-orange-200\/40:focus{background-color:#fed7aa66}.focus\:bg-orange-200\/50:focus{background-color:#fed7aa80}.focus\:bg-orange-200\/60:focus{background-color:#fed7aa99}.focus\:bg-orange-200\/70:focus{background-color:#fed7aab3}.focus\:bg-orange-200\/75:focus{background-color:#fed7aabf}.focus\:bg-orange-200\/80:focus{background-color:#fed7aacc}.focus\:bg-orange-200\/90:focus{background-color:#fed7aae6}.focus\:bg-orange-300:focus{background-color:#fdba74}.focus\:bg-orange-300\/0:focus{background-color:#fdba7400}.focus\:bg-orange-300\/10:focus{background-color:#fdba741a}.focus\:bg-orange-300\/20:focus{background-color:#fdba7433}.focus\:bg-orange-300\/30:focus{background-color:#fdba744d}.focus\:bg-orange-300\/40:focus{background-color:#fdba7466}.focus\:bg-orange-300\/50:focus{background-color:#fdba7480}.focus\:bg-orange-300\/60:focus{background-color:#fdba7499}.focus\:bg-orange-300\/70:focus{background-color:#fdba74b3}.focus\:bg-orange-300\/75:focus{background-color:#fdba74bf}.focus\:bg-orange-300\/80:focus{background-color:#fdba74cc}.focus\:bg-orange-300\/90:focus{background-color:#fdba74e6}.focus\:bg-orange-400:focus{background-color:#fb923c}.focus\:bg-orange-400\/0:focus{background-color:#fb923c00}.focus\:bg-orange-400\/10:focus{background-color:#fb923c1a}.focus\:bg-orange-400\/20:focus{background-color:#fb923c33}.focus\:bg-orange-400\/30:focus{background-color:#fb923c4d}.focus\:bg-orange-400\/40:focus{background-color:#fb923c66}.focus\:bg-orange-400\/50:focus{background-color:#fb923c80}.focus\:bg-orange-400\/60:focus{background-color:#fb923c99}.focus\:bg-orange-400\/70:focus{background-color:#fb923cb3}.focus\:bg-orange-400\/75:focus{background-color:#fb923cbf}.focus\:bg-orange-400\/80:focus{background-color:#fb923ccc}.focus\:bg-orange-400\/90:focus{background-color:#fb923ce6}.focus\:bg-orange-500:focus{background-color:#f97316}.focus\:bg-orange-500\/0:focus{background-color:#f9731600}.focus\:bg-orange-500\/10:focus{background-color:#f973161a}.focus\:bg-orange-500\/20:focus{background-color:#f9731633}.focus\:bg-orange-500\/30:focus{background-color:#f973164d}.focus\:bg-orange-500\/40:focus{background-color:#f9731666}.focus\:bg-orange-500\/50:focus{background-color:#f9731680}.focus\:bg-orange-500\/60:focus{background-color:#f9731699}.focus\:bg-orange-500\/70:focus{background-color:#f97316b3}.focus\:bg-orange-500\/75:focus{background-color:#f97316bf}.focus\:bg-orange-500\/80:focus{background-color:#f97316cc}.focus\:bg-orange-500\/90:focus{background-color:#f97316e6}.focus\:bg-orange-600:focus{background-color:#ea580c}.focus\:bg-orange-600\/0:focus{background-color:#ea580c00}.focus\:bg-orange-600\/10:focus{background-color:#ea580c1a}.focus\:bg-orange-600\/20:focus{background-color:#ea580c33}.focus\:bg-orange-600\/30:focus{background-color:#ea580c4d}.focus\:bg-orange-600\/40:focus{background-color:#ea580c66}.focus\:bg-orange-600\/50:focus{background-color:#ea580c80}.focus\:bg-orange-600\/60:focus{background-color:#ea580c99}.focus\:bg-orange-600\/70:focus{background-color:#ea580cb3}.focus\:bg-orange-600\/75:focus{background-color:#ea580cbf}.focus\:bg-orange-600\/80:focus{background-color:#ea580ccc}.focus\:bg-orange-600\/90:focus{background-color:#ea580ce6}.focus\:bg-orange-700:focus{background-color:#c2410c}.focus\:bg-orange-700\/0:focus{background-color:#c2410c00}.focus\:bg-orange-700\/10:focus{background-color:#c2410c1a}.focus\:bg-orange-700\/20:focus{background-color:#c2410c33}.focus\:bg-orange-700\/30:focus{background-color:#c2410c4d}.focus\:bg-orange-700\/40:focus{background-color:#c2410c66}.focus\:bg-orange-700\/50:focus{background-color:#c2410c80}.focus\:bg-orange-700\/60:focus{background-color:#c2410c99}.focus\:bg-orange-700\/70:focus{background-color:#c2410cb3}.focus\:bg-orange-700\/75:focus{background-color:#c2410cbf}.focus\:bg-orange-700\/80:focus{background-color:#c2410ccc}.focus\:bg-orange-700\/90:focus{background-color:#c2410ce6}.focus\:bg-orange-800:focus{background-color:#9a3412}.focus\:bg-orange-800\/0:focus{background-color:#9a341200}.focus\:bg-orange-800\/10:focus{background-color:#9a34121a}.focus\:bg-orange-800\/20:focus{background-color:#9a341233}.focus\:bg-orange-800\/30:focus{background-color:#9a34124d}.focus\:bg-orange-800\/40:focus{background-color:#9a341266}.focus\:bg-orange-800\/50:focus{background-color:#9a341280}.focus\:bg-orange-800\/60:focus{background-color:#9a341299}.focus\:bg-orange-800\/70:focus{background-color:#9a3412b3}.focus\:bg-orange-800\/75:focus{background-color:#9a3412bf}.focus\:bg-orange-800\/80:focus{background-color:#9a3412cc}.focus\:bg-orange-800\/90:focus{background-color:#9a3412e6}.focus\:bg-orange-900:focus{background-color:#7c2d12}.focus\:bg-orange-900\/0:focus{background-color:#7c2d1200}.focus\:bg-orange-900\/10:focus{background-color:#7c2d121a}.focus\:bg-orange-900\/20:focus{background-color:#7c2d1233}.focus\:bg-orange-900\/30:focus{background-color:#7c2d124d}.focus\:bg-orange-900\/40:focus{background-color:#7c2d1266}.focus\:bg-orange-900\/50:focus{background-color:#7c2d1280}.focus\:bg-orange-900\/60:focus{background-color:#7c2d1299}.focus\:bg-orange-900\/70:focus{background-color:#7c2d12b3}.focus\:bg-orange-900\/75:focus{background-color:#7c2d12bf}.focus\:bg-orange-900\/80:focus{background-color:#7c2d12cc}.focus\:bg-orange-900\/90:focus{background-color:#7c2d12e6}.focus\:bg-orange-950:focus{background-color:#431407}.focus\:bg-orange-950\/0:focus{background-color:#43140700}.focus\:bg-orange-950\/10:focus{background-color:#4314071a}.focus\:bg-orange-950\/20:focus{background-color:#43140733}.focus\:bg-orange-950\/30:focus{background-color:#4314074d}.focus\:bg-orange-950\/40:focus{background-color:#43140766}.focus\:bg-orange-950\/50:focus{background-color:#43140780}.focus\:bg-orange-950\/60:focus{background-color:#43140799}.focus\:bg-orange-950\/70:focus{background-color:#431407b3}.focus\:bg-orange-950\/75:focus{background-color:#431407bf}.focus\:bg-orange-950\/80:focus{background-color:#431407cc}.focus\:bg-orange-950\/90:focus{background-color:#431407e6}.focus\:bg-amber-50:focus{background-color:#fffbeb}.focus\:bg-amber-50\/0:focus{background-color:#fffbeb00}.focus\:bg-amber-50\/10:focus{background-color:#fffbeb1a}.focus\:bg-amber-50\/20:focus{background-color:#fffbeb33}.focus\:bg-amber-50\/30:focus{background-color:#fffbeb4d}.focus\:bg-amber-50\/40:focus{background-color:#fffbeb66}.focus\:bg-amber-50\/50:focus{background-color:#fffbeb80}.focus\:bg-amber-50\/60:focus{background-color:#fffbeb99}.focus\:bg-amber-50\/70:focus{background-color:#fffbebb3}.focus\:bg-amber-50\/75:focus{background-color:#fffbebbf}.focus\:bg-amber-50\/80:focus{background-color:#fffbebcc}.focus\:bg-amber-50\/90:focus{background-color:#fffbebe6}.focus\:bg-amber-100:focus{background-color:#fef3c7}.focus\:bg-amber-100\/0:focus{background-color:#fef3c700}.focus\:bg-amber-100\/10:focus{background-color:#fef3c71a}.focus\:bg-amber-100\/20:focus{background-color:#fef3c733}.focus\:bg-amber-100\/30:focus{background-color:#fef3c74d}.focus\:bg-amber-100\/40:focus{background-color:#fef3c766}.focus\:bg-amber-100\/50:focus{background-color:#fef3c780}.focus\:bg-amber-100\/60:focus{background-color:#fef3c799}.focus\:bg-amber-100\/70:focus{background-color:#fef3c7b3}.focus\:bg-amber-100\/75:focus{background-color:#fef3c7bf}.focus\:bg-amber-100\/80:focus{background-color:#fef3c7cc}.focus\:bg-amber-100\/90:focus{background-color:#fef3c7e6}.focus\:bg-amber-200:focus{background-color:#fde68a}.focus\:bg-amber-200\/0:focus{background-color:#fde68a00}.focus\:bg-amber-200\/10:focus{background-color:#fde68a1a}.focus\:bg-amber-200\/20:focus{background-color:#fde68a33}.focus\:bg-amber-200\/30:focus{background-color:#fde68a4d}.focus\:bg-amber-200\/40:focus{background-color:#fde68a66}.focus\:bg-amber-200\/50:focus{background-color:#fde68a80}.focus\:bg-amber-200\/60:focus{background-color:#fde68a99}.focus\:bg-amber-200\/70:focus{background-color:#fde68ab3}.focus\:bg-amber-200\/75:focus{background-color:#fde68abf}.focus\:bg-amber-200\/80:focus{background-color:#fde68acc}.focus\:bg-amber-200\/90:focus{background-color:#fde68ae6}.focus\:bg-amber-300:focus{background-color:#fcd34d}.focus\:bg-amber-300\/0:focus{background-color:#fcd34d00}.focus\:bg-amber-300\/10:focus{background-color:#fcd34d1a}.focus\:bg-amber-300\/20:focus{background-color:#fcd34d33}.focus\:bg-amber-300\/30:focus{background-color:#fcd34d4d}.focus\:bg-amber-300\/40:focus{background-color:#fcd34d66}.focus\:bg-amber-300\/50:focus{background-color:#fcd34d80}.focus\:bg-amber-300\/60:focus{background-color:#fcd34d99}.focus\:bg-amber-300\/70:focus{background-color:#fcd34db3}.focus\:bg-amber-300\/75:focus{background-color:#fcd34dbf}.focus\:bg-amber-300\/80:focus{background-color:#fcd34dcc}.focus\:bg-amber-300\/90:focus{background-color:#fcd34de6}.focus\:bg-amber-400:focus{background-color:#fbbf24}.focus\:bg-amber-400\/0:focus{background-color:#fbbf2400}.focus\:bg-amber-400\/10:focus{background-color:#fbbf241a}.focus\:bg-amber-400\/20:focus{background-color:#fbbf2433}.focus\:bg-amber-400\/30:focus{background-color:#fbbf244d}.focus\:bg-amber-400\/40:focus{background-color:#fbbf2466}.focus\:bg-amber-400\/50:focus{background-color:#fbbf2480}.focus\:bg-amber-400\/60:focus{background-color:#fbbf2499}.focus\:bg-amber-400\/70:focus{background-color:#fbbf24b3}.focus\:bg-amber-400\/75:focus{background-color:#fbbf24bf}.focus\:bg-amber-400\/80:focus{background-color:#fbbf24cc}.focus\:bg-amber-400\/90:focus{background-color:#fbbf24e6}.focus\:bg-amber-500:focus{background-color:#f59e0b}.focus\:bg-amber-500\/0:focus{background-color:#f59e0b00}.focus\:bg-amber-500\/10:focus{background-color:#f59e0b1a}.focus\:bg-amber-500\/20:focus{background-color:#f59e0b33}.focus\:bg-amber-500\/30:focus{background-color:#f59e0b4d}.focus\:bg-amber-500\/40:focus{background-color:#f59e0b66}.focus\:bg-amber-500\/50:focus{background-color:#f59e0b80}.focus\:bg-amber-500\/60:focus{background-color:#f59e0b99}.focus\:bg-amber-500\/70:focus{background-color:#f59e0bb3}.focus\:bg-amber-500\/75:focus{background-color:#f59e0bbf}.focus\:bg-amber-500\/80:focus{background-color:#f59e0bcc}.focus\:bg-amber-500\/90:focus{background-color:#f59e0be6}.focus\:bg-amber-600:focus{background-color:#d97706}.focus\:bg-amber-600\/0:focus{background-color:#d9770600}.focus\:bg-amber-600\/10:focus{background-color:#d977061a}.focus\:bg-amber-600\/20:focus{background-color:#d9770633}.focus\:bg-amber-600\/30:focus{background-color:#d977064d}.focus\:bg-amber-600\/40:focus{background-color:#d9770666}.focus\:bg-amber-600\/50:focus{background-color:#d9770680}.focus\:bg-amber-600\/60:focus{background-color:#d9770699}.focus\:bg-amber-600\/70:focus{background-color:#d97706b3}.focus\:bg-amber-600\/75:focus{background-color:#d97706bf}.focus\:bg-amber-600\/80:focus{background-color:#d97706cc}.focus\:bg-amber-600\/90:focus{background-color:#d97706e6}.focus\:bg-amber-700:focus{background-color:#b45309}.focus\:bg-amber-700\/0:focus{background-color:#b4530900}.focus\:bg-amber-700\/10:focus{background-color:#b453091a}.focus\:bg-amber-700\/20:focus{background-color:#b4530933}.focus\:bg-amber-700\/30:focus{background-color:#b453094d}.focus\:bg-amber-700\/40:focus{background-color:#b4530966}.focus\:bg-amber-700\/50:focus{background-color:#b4530980}.focus\:bg-amber-700\/60:focus{background-color:#b4530999}.focus\:bg-amber-700\/70:focus{background-color:#b45309b3}.focus\:bg-amber-700\/75:focus{background-color:#b45309bf}.focus\:bg-amber-700\/80:focus{background-color:#b45309cc}.focus\:bg-amber-700\/90:focus{background-color:#b45309e6}.focus\:bg-amber-800:focus{background-color:#92400e}.focus\:bg-amber-800\/0:focus{background-color:#92400e00}.focus\:bg-amber-800\/10:focus{background-color:#92400e1a}.focus\:bg-amber-800\/20:focus{background-color:#92400e33}.focus\:bg-amber-800\/30:focus{background-color:#92400e4d}.focus\:bg-amber-800\/40:focus{background-color:#92400e66}.focus\:bg-amber-800\/50:focus{background-color:#92400e80}.focus\:bg-amber-800\/60:focus{background-color:#92400e99}.focus\:bg-amber-800\/70:focus{background-color:#92400eb3}.focus\:bg-amber-800\/75:focus{background-color:#92400ebf}.focus\:bg-amber-800\/80:focus{background-color:#92400ecc}.focus\:bg-amber-800\/90:focus{background-color:#92400ee6}.focus\:bg-amber-900:focus{background-color:#78350f}.focus\:bg-amber-900\/0:focus{background-color:#78350f00}.focus\:bg-amber-900\/10:focus{background-color:#78350f1a}.focus\:bg-amber-900\/20:focus{background-color:#78350f33}.focus\:bg-amber-900\/30:focus{background-color:#78350f4d}.focus\:bg-amber-900\/40:focus{background-color:#78350f66}.focus\:bg-amber-900\/50:focus{background-color:#78350f80}.focus\:bg-amber-900\/60:focus{background-color:#78350f99}.focus\:bg-amber-900\/70:focus{background-color:#78350fb3}.focus\:bg-amber-900\/75:focus{background-color:#78350fbf}.focus\:bg-amber-900\/80:focus{background-color:#78350fcc}.focus\:bg-amber-900\/90:focus{background-color:#78350fe6}.focus\:bg-amber-950:focus{background-color:#451a03}.focus\:bg-amber-950\/0:focus{background-color:#451a0300}.focus\:bg-amber-950\/10:focus{background-color:#451a031a}.focus\:bg-amber-950\/20:focus{background-color:#451a0333}.focus\:bg-amber-950\/30:focus{background-color:#451a034d}.focus\:bg-amber-950\/40:focus{background-color:#451a0366}.focus\:bg-amber-950\/50:focus{background-color:#451a0380}.focus\:bg-amber-950\/60:focus{background-color:#451a0399}.focus\:bg-amber-950\/70:focus{background-color:#451a03b3}.focus\:bg-amber-950\/75:focus{background-color:#451a03bf}.focus\:bg-amber-950\/80:focus{background-color:#451a03cc}.focus\:bg-amber-950\/90:focus{background-color:#451a03e6}.focus\:bg-yellow-50:focus{background-color:#fefce8}.focus\:bg-yellow-50\/0:focus{background-color:#fefce800}.focus\:bg-yellow-50\/10:focus{background-color:#fefce81a}.focus\:bg-yellow-50\/20:focus{background-color:#fefce833}.focus\:bg-yellow-50\/30:focus{background-color:#fefce84d}.focus\:bg-yellow-50\/40:focus{background-color:#fefce866}.focus\:bg-yellow-50\/50:focus{background-color:#fefce880}.focus\:bg-yellow-50\/60:focus{background-color:#fefce899}.focus\:bg-yellow-50\/70:focus{background-color:#fefce8b3}.focus\:bg-yellow-50\/75:focus{background-color:#fefce8bf}.focus\:bg-yellow-50\/80:focus{background-color:#fefce8cc}.focus\:bg-yellow-50\/90:focus{background-color:#fefce8e6}.focus\:bg-yellow-100:focus{background-color:#fef9c3}.focus\:bg-yellow-100\/0:focus{background-color:#fef9c300}.focus\:bg-yellow-100\/10:focus{background-color:#fef9c31a}.focus\:bg-yellow-100\/20:focus{background-color:#fef9c333}.focus\:bg-yellow-100\/30:focus{background-color:#fef9c34d}.focus\:bg-yellow-100\/40:focus{background-color:#fef9c366}.focus\:bg-yellow-100\/50:focus{background-color:#fef9c380}.focus\:bg-yellow-100\/60:focus{background-color:#fef9c399}.focus\:bg-yellow-100\/70:focus{background-color:#fef9c3b3}.focus\:bg-yellow-100\/75:focus{background-color:#fef9c3bf}.focus\:bg-yellow-100\/80:focus{background-color:#fef9c3cc}.focus\:bg-yellow-100\/90:focus{background-color:#fef9c3e6}.focus\:bg-yellow-200:focus{background-color:#fef08a}.focus\:bg-yellow-200\/0:focus{background-color:#fef08a00}.focus\:bg-yellow-200\/10:focus{background-color:#fef08a1a}.focus\:bg-yellow-200\/20:focus{background-color:#fef08a33}.focus\:bg-yellow-200\/30:focus{background-color:#fef08a4d}.focus\:bg-yellow-200\/40:focus{background-color:#fef08a66}.focus\:bg-yellow-200\/50:focus{background-color:#fef08a80}.focus\:bg-yellow-200\/60:focus{background-color:#fef08a99}.focus\:bg-yellow-200\/70:focus{background-color:#fef08ab3}.focus\:bg-yellow-200\/75:focus{background-color:#fef08abf}.focus\:bg-yellow-200\/80:focus{background-color:#fef08acc}.focus\:bg-yellow-200\/90:focus{background-color:#fef08ae6}.focus\:bg-yellow-300:focus{background-color:#fde047}.focus\:bg-yellow-300\/0:focus{background-color:#fde04700}.focus\:bg-yellow-300\/10:focus{background-color:#fde0471a}.focus\:bg-yellow-300\/20:focus{background-color:#fde04733}.focus\:bg-yellow-300\/30:focus{background-color:#fde0474d}.focus\:bg-yellow-300\/40:focus{background-color:#fde04766}.focus\:bg-yellow-300\/50:focus{background-color:#fde04780}.focus\:bg-yellow-300\/60:focus{background-color:#fde04799}.focus\:bg-yellow-300\/70:focus{background-color:#fde047b3}.focus\:bg-yellow-300\/75:focus{background-color:#fde047bf}.focus\:bg-yellow-300\/80:focus{background-color:#fde047cc}.focus\:bg-yellow-300\/90:focus{background-color:#fde047e6}.focus\:bg-yellow-400:focus{background-color:#facc15}.focus\:bg-yellow-400\/0:focus{background-color:#facc1500}.focus\:bg-yellow-400\/10:focus{background-color:#facc151a}.focus\:bg-yellow-400\/20:focus{background-color:#facc1533}.focus\:bg-yellow-400\/30:focus{background-color:#facc154d}.focus\:bg-yellow-400\/40:focus{background-color:#facc1566}.focus\:bg-yellow-400\/50:focus{background-color:#facc1580}.focus\:bg-yellow-400\/60:focus{background-color:#facc1599}.focus\:bg-yellow-400\/70:focus{background-color:#facc15b3}.focus\:bg-yellow-400\/75:focus{background-color:#facc15bf}.focus\:bg-yellow-400\/80:focus{background-color:#facc15cc}.focus\:bg-yellow-400\/90:focus{background-color:#facc15e6}.focus\:bg-yellow-500:focus{background-color:#eab308}.focus\:bg-yellow-500\/0:focus{background-color:#eab30800}.focus\:bg-yellow-500\/10:focus{background-color:#eab3081a}.focus\:bg-yellow-500\/20:focus{background-color:#eab30833}.focus\:bg-yellow-500\/30:focus{background-color:#eab3084d}.focus\:bg-yellow-500\/40:focus{background-color:#eab30866}.focus\:bg-yellow-500\/50:focus{background-color:#eab30880}.focus\:bg-yellow-500\/60:focus{background-color:#eab30899}.focus\:bg-yellow-500\/70:focus{background-color:#eab308b3}.focus\:bg-yellow-500\/75:focus{background-color:#eab308bf}.focus\:bg-yellow-500\/80:focus{background-color:#eab308cc}.focus\:bg-yellow-500\/90:focus{background-color:#eab308e6}.focus\:bg-yellow-600:focus{background-color:#ca8a04}.focus\:bg-yellow-600\/0:focus{background-color:#ca8a0400}.focus\:bg-yellow-600\/10:focus{background-color:#ca8a041a}.focus\:bg-yellow-600\/20:focus{background-color:#ca8a0433}.focus\:bg-yellow-600\/30:focus{background-color:#ca8a044d}.focus\:bg-yellow-600\/40:focus{background-color:#ca8a0466}.focus\:bg-yellow-600\/50:focus{background-color:#ca8a0480}.focus\:bg-yellow-600\/60:focus{background-color:#ca8a0499}.focus\:bg-yellow-600\/70:focus{background-color:#ca8a04b3}.focus\:bg-yellow-600\/75:focus{background-color:#ca8a04bf}.focus\:bg-yellow-600\/80:focus{background-color:#ca8a04cc}.focus\:bg-yellow-600\/90:focus{background-color:#ca8a04e6}.focus\:bg-yellow-700:focus{background-color:#a16207}.focus\:bg-yellow-700\/0:focus{background-color:#a1620700}.focus\:bg-yellow-700\/10:focus{background-color:#a162071a}.focus\:bg-yellow-700\/20:focus{background-color:#a1620733}.focus\:bg-yellow-700\/30:focus{background-color:#a162074d}.focus\:bg-yellow-700\/40:focus{background-color:#a1620766}.focus\:bg-yellow-700\/50:focus{background-color:#a1620780}.focus\:bg-yellow-700\/60:focus{background-color:#a1620799}.focus\:bg-yellow-700\/70:focus{background-color:#a16207b3}.focus\:bg-yellow-700\/75:focus{background-color:#a16207bf}.focus\:bg-yellow-700\/80:focus{background-color:#a16207cc}.focus\:bg-yellow-700\/90:focus{background-color:#a16207e6}.focus\:bg-yellow-800:focus{background-color:#854d0e}.focus\:bg-yellow-800\/0:focus{background-color:#854d0e00}.focus\:bg-yellow-800\/10:focus{background-color:#854d0e1a}.focus\:bg-yellow-800\/20:focus{background-color:#854d0e33}.focus\:bg-yellow-800\/30:focus{background-color:#854d0e4d}.focus\:bg-yellow-800\/40:focus{background-color:#854d0e66}.focus\:bg-yellow-800\/50:focus{background-color:#854d0e80}.focus\:bg-yellow-800\/60:focus{background-color:#854d0e99}.focus\:bg-yellow-800\/70:focus{background-color:#854d0eb3}.focus\:bg-yellow-800\/75:focus{background-color:#854d0ebf}.focus\:bg-yellow-800\/80:focus{background-color:#854d0ecc}.focus\:bg-yellow-800\/90:focus{background-color:#854d0ee6}.focus\:bg-yellow-900:focus{background-color:#713f12}.focus\:bg-yellow-900\/0:focus{background-color:#713f1200}.focus\:bg-yellow-900\/10:focus{background-color:#713f121a}.focus\:bg-yellow-900\/20:focus{background-color:#713f1233}.focus\:bg-yellow-900\/30:focus{background-color:#713f124d}.focus\:bg-yellow-900\/40:focus{background-color:#713f1266}.focus\:bg-yellow-900\/50:focus{background-color:#713f1280}.focus\:bg-yellow-900\/60:focus{background-color:#713f1299}.focus\:bg-yellow-900\/70:focus{background-color:#713f12b3}.focus\:bg-yellow-900\/75:focus{background-color:#713f12bf}.focus\:bg-yellow-900\/80:focus{background-color:#713f12cc}.focus\:bg-yellow-900\/90:focus{background-color:#713f12e6}.focus\:bg-yellow-950:focus{background-color:#422006}.focus\:bg-yellow-950\/0:focus{background-color:#42200600}.focus\:bg-yellow-950\/10:focus{background-color:#4220061a}.focus\:bg-yellow-950\/20:focus{background-color:#42200633}.focus\:bg-yellow-950\/30:focus{background-color:#4220064d}.focus\:bg-yellow-950\/40:focus{background-color:#42200666}.focus\:bg-yellow-950\/50:focus{background-color:#42200680}.focus\:bg-yellow-950\/60:focus{background-color:#42200699}.focus\:bg-yellow-950\/70:focus{background-color:#422006b3}.focus\:bg-yellow-950\/75:focus{background-color:#422006bf}.focus\:bg-yellow-950\/80:focus{background-color:#422006cc}.focus\:bg-yellow-950\/90:focus{background-color:#422006e6}.focus\:bg-lime-50:focus{background-color:#f7fee7}.focus\:bg-lime-50\/0:focus{background-color:#f7fee700}.focus\:bg-lime-50\/10:focus{background-color:#f7fee71a}.focus\:bg-lime-50\/20:focus{background-color:#f7fee733}.focus\:bg-lime-50\/30:focus{background-color:#f7fee74d}.focus\:bg-lime-50\/40:focus{background-color:#f7fee766}.focus\:bg-lime-50\/50:focus{background-color:#f7fee780}.focus\:bg-lime-50\/60:focus{background-color:#f7fee799}.focus\:bg-lime-50\/70:focus{background-color:#f7fee7b3}.focus\:bg-lime-50\/75:focus{background-color:#f7fee7bf}.focus\:bg-lime-50\/80:focus{background-color:#f7fee7cc}.focus\:bg-lime-50\/90:focus{background-color:#f7fee7e6}.focus\:bg-lime-100:focus{background-color:#ecfccb}.focus\:bg-lime-100\/0:focus{background-color:#ecfccb00}.focus\:bg-lime-100\/10:focus{background-color:#ecfccb1a}.focus\:bg-lime-100\/20:focus{background-color:#ecfccb33}.focus\:bg-lime-100\/30:focus{background-color:#ecfccb4d}.focus\:bg-lime-100\/40:focus{background-color:#ecfccb66}.focus\:bg-lime-100\/50:focus{background-color:#ecfccb80}.focus\:bg-lime-100\/60:focus{background-color:#ecfccb99}.focus\:bg-lime-100\/70:focus{background-color:#ecfccbb3}.focus\:bg-lime-100\/75:focus{background-color:#ecfccbbf}.focus\:bg-lime-100\/80:focus{background-color:#ecfccbcc}.focus\:bg-lime-100\/90:focus{background-color:#ecfccbe6}.focus\:bg-lime-200:focus{background-color:#d9f99d}.focus\:bg-lime-200\/0:focus{background-color:#d9f99d00}.focus\:bg-lime-200\/10:focus{background-color:#d9f99d1a}.focus\:bg-lime-200\/20:focus{background-color:#d9f99d33}.focus\:bg-lime-200\/30:focus{background-color:#d9f99d4d}.focus\:bg-lime-200\/40:focus{background-color:#d9f99d66}.focus\:bg-lime-200\/50:focus{background-color:#d9f99d80}.focus\:bg-lime-200\/60:focus{background-color:#d9f99d99}.focus\:bg-lime-200\/70:focus{background-color:#d9f99db3}.focus\:bg-lime-200\/75:focus{background-color:#d9f99dbf}.focus\:bg-lime-200\/80:focus{background-color:#d9f99dcc}.focus\:bg-lime-200\/90:focus{background-color:#d9f99de6}.focus\:bg-lime-300:focus{background-color:#bef264}.focus\:bg-lime-300\/0:focus{background-color:#bef26400}.focus\:bg-lime-300\/10:focus{background-color:#bef2641a}.focus\:bg-lime-300\/20:focus{background-color:#bef26433}.focus\:bg-lime-300\/30:focus{background-color:#bef2644d}.focus\:bg-lime-300\/40:focus{background-color:#bef26466}.focus\:bg-lime-300\/50:focus{background-color:#bef26480}.focus\:bg-lime-300\/60:focus{background-color:#bef26499}.focus\:bg-lime-300\/70:focus{background-color:#bef264b3}.focus\:bg-lime-300\/75:focus{background-color:#bef264bf}.focus\:bg-lime-300\/80:focus{background-color:#bef264cc}.focus\:bg-lime-300\/90:focus{background-color:#bef264e6}.focus\:bg-lime-400:focus{background-color:#a3e635}.focus\:bg-lime-400\/0:focus{background-color:#a3e63500}.focus\:bg-lime-400\/10:focus{background-color:#a3e6351a}.focus\:bg-lime-400\/20:focus{background-color:#a3e63533}.focus\:bg-lime-400\/30:focus{background-color:#a3e6354d}.focus\:bg-lime-400\/40:focus{background-color:#a3e63566}.focus\:bg-lime-400\/50:focus{background-color:#a3e63580}.focus\:bg-lime-400\/60:focus{background-color:#a3e63599}.focus\:bg-lime-400\/70:focus{background-color:#a3e635b3}.focus\:bg-lime-400\/75:focus{background-color:#a3e635bf}.focus\:bg-lime-400\/80:focus{background-color:#a3e635cc}.focus\:bg-lime-400\/90:focus{background-color:#a3e635e6}.focus\:bg-lime-500:focus{background-color:#84cc16}.focus\:bg-lime-500\/0:focus{background-color:#84cc1600}.focus\:bg-lime-500\/10:focus{background-color:#84cc161a}.focus\:bg-lime-500\/20:focus{background-color:#84cc1633}.focus\:bg-lime-500\/30:focus{background-color:#84cc164d}.focus\:bg-lime-500\/40:focus{background-color:#84cc1666}.focus\:bg-lime-500\/50:focus{background-color:#84cc1680}.focus\:bg-lime-500\/60:focus{background-color:#84cc1699}.focus\:bg-lime-500\/70:focus{background-color:#84cc16b3}.focus\:bg-lime-500\/75:focus{background-color:#84cc16bf}.focus\:bg-lime-500\/80:focus{background-color:#84cc16cc}.focus\:bg-lime-500\/90:focus{background-color:#84cc16e6}.focus\:bg-lime-600:focus{background-color:#65a30d}.focus\:bg-lime-600\/0:focus{background-color:#65a30d00}.focus\:bg-lime-600\/10:focus{background-color:#65a30d1a}.focus\:bg-lime-600\/20:focus{background-color:#65a30d33}.focus\:bg-lime-600\/30:focus{background-color:#65a30d4d}.focus\:bg-lime-600\/40:focus{background-color:#65a30d66}.focus\:bg-lime-600\/50:focus{background-color:#65a30d80}.focus\:bg-lime-600\/60:focus{background-color:#65a30d99}.focus\:bg-lime-600\/70:focus{background-color:#65a30db3}.focus\:bg-lime-600\/75:focus{background-color:#65a30dbf}.focus\:bg-lime-600\/80:focus{background-color:#65a30dcc}.focus\:bg-lime-600\/90:focus{background-color:#65a30de6}.focus\:bg-lime-700:focus{background-color:#4d7c0f}.focus\:bg-lime-700\/0:focus{background-color:#4d7c0f00}.focus\:bg-lime-700\/10:focus{background-color:#4d7c0f1a}.focus\:bg-lime-700\/20:focus{background-color:#4d7c0f33}.focus\:bg-lime-700\/30:focus{background-color:#4d7c0f4d}.focus\:bg-lime-700\/40:focus{background-color:#4d7c0f66}.focus\:bg-lime-700\/50:focus{background-color:#4d7c0f80}.focus\:bg-lime-700\/60:focus{background-color:#4d7c0f99}.focus\:bg-lime-700\/70:focus{background-color:#4d7c0fb3}.focus\:bg-lime-700\/75:focus{background-color:#4d7c0fbf}.focus\:bg-lime-700\/80:focus{background-color:#4d7c0fcc}.focus\:bg-lime-700\/90:focus{background-color:#4d7c0fe6}.focus\:bg-lime-800:focus{background-color:#3f6212}.focus\:bg-lime-800\/0:focus{background-color:#3f621200}.focus\:bg-lime-800\/10:focus{background-color:#3f62121a}.focus\:bg-lime-800\/20:focus{background-color:#3f621233}.focus\:bg-lime-800\/30:focus{background-color:#3f62124d}.focus\:bg-lime-800\/40:focus{background-color:#3f621266}.focus\:bg-lime-800\/50:focus{background-color:#3f621280}.focus\:bg-lime-800\/60:focus{background-color:#3f621299}.focus\:bg-lime-800\/70:focus{background-color:#3f6212b3}.focus\:bg-lime-800\/75:focus{background-color:#3f6212bf}.focus\:bg-lime-800\/80:focus{background-color:#3f6212cc}.focus\:bg-lime-800\/90:focus{background-color:#3f6212e6}.focus\:bg-lime-900:focus{background-color:#365314}.focus\:bg-lime-900\/0:focus{background-color:#36531400}.focus\:bg-lime-900\/10:focus{background-color:#3653141a}.focus\:bg-lime-900\/20:focus{background-color:#36531433}.focus\:bg-lime-900\/30:focus{background-color:#3653144d}.focus\:bg-lime-900\/40:focus{background-color:#36531466}.focus\:bg-lime-900\/50:focus{background-color:#36531480}.focus\:bg-lime-900\/60:focus{background-color:#36531499}.focus\:bg-lime-900\/70:focus{background-color:#365314b3}.focus\:bg-lime-900\/75:focus{background-color:#365314bf}.focus\:bg-lime-900\/80:focus{background-color:#365314cc}.focus\:bg-lime-900\/90:focus{background-color:#365314e6}.focus\:bg-lime-950:focus{background-color:#1a2e05}.focus\:bg-lime-950\/0:focus{background-color:#1a2e0500}.focus\:bg-lime-950\/10:focus{background-color:#1a2e051a}.focus\:bg-lime-950\/20:focus{background-color:#1a2e0533}.focus\:bg-lime-950\/30:focus{background-color:#1a2e054d}.focus\:bg-lime-950\/40:focus{background-color:#1a2e0566}.focus\:bg-lime-950\/50:focus{background-color:#1a2e0580}.focus\:bg-lime-950\/60:focus{background-color:#1a2e0599}.focus\:bg-lime-950\/70:focus{background-color:#1a2e05b3}.focus\:bg-lime-950\/75:focus{background-color:#1a2e05bf}.focus\:bg-lime-950\/80:focus{background-color:#1a2e05cc}.focus\:bg-lime-950\/90:focus{background-color:#1a2e05e6}.focus\:bg-green-50:focus{background-color:#f0fdf4}.focus\:bg-green-50\/0:focus{background-color:#f0fdf400}.focus\:bg-green-50\/10:focus{background-color:#f0fdf41a}.focus\:bg-green-50\/20:focus{background-color:#f0fdf433}.focus\:bg-green-50\/30:focus{background-color:#f0fdf44d}.focus\:bg-green-50\/40:focus{background-color:#f0fdf466}.focus\:bg-green-50\/50:focus{background-color:#f0fdf480}.focus\:bg-green-50\/60:focus{background-color:#f0fdf499}.focus\:bg-green-50\/70:focus{background-color:#f0fdf4b3}.focus\:bg-green-50\/75:focus{background-color:#f0fdf4bf}.focus\:bg-green-50\/80:focus{background-color:#f0fdf4cc}.focus\:bg-green-50\/90:focus{background-color:#f0fdf4e6}.focus\:bg-green-100:focus{background-color:#dcfce7}.focus\:bg-green-100\/0:focus{background-color:#dcfce700}.focus\:bg-green-100\/10:focus{background-color:#dcfce71a}.focus\:bg-green-100\/20:focus{background-color:#dcfce733}.focus\:bg-green-100\/30:focus{background-color:#dcfce74d}.focus\:bg-green-100\/40:focus{background-color:#dcfce766}.focus\:bg-green-100\/50:focus{background-color:#dcfce780}.focus\:bg-green-100\/60:focus{background-color:#dcfce799}.focus\:bg-green-100\/70:focus{background-color:#dcfce7b3}.focus\:bg-green-100\/75:focus{background-color:#dcfce7bf}.focus\:bg-green-100\/80:focus{background-color:#dcfce7cc}.focus\:bg-green-100\/90:focus{background-color:#dcfce7e6}.focus\:bg-green-200:focus{background-color:#bbf7d0}.focus\:bg-green-200\/0:focus{background-color:#bbf7d000}.focus\:bg-green-200\/10:focus{background-color:#bbf7d01a}.focus\:bg-green-200\/20:focus{background-color:#bbf7d033}.focus\:bg-green-200\/30:focus{background-color:#bbf7d04d}.focus\:bg-green-200\/40:focus{background-color:#bbf7d066}.focus\:bg-green-200\/50:focus{background-color:#bbf7d080}.focus\:bg-green-200\/60:focus{background-color:#bbf7d099}.focus\:bg-green-200\/70:focus{background-color:#bbf7d0b3}.focus\:bg-green-200\/75:focus{background-color:#bbf7d0bf}.focus\:bg-green-200\/80:focus{background-color:#bbf7d0cc}.focus\:bg-green-200\/90:focus{background-color:#bbf7d0e6}.focus\:bg-green-300:focus{background-color:#86efac}.focus\:bg-green-300\/0:focus{background-color:#86efac00}.focus\:bg-green-300\/10:focus{background-color:#86efac1a}.focus\:bg-green-300\/20:focus{background-color:#86efac33}.focus\:bg-green-300\/30:focus{background-color:#86efac4d}.focus\:bg-green-300\/40:focus{background-color:#86efac66}.focus\:bg-green-300\/50:focus{background-color:#86efac80}.focus\:bg-green-300\/60:focus{background-color:#86efac99}.focus\:bg-green-300\/70:focus{background-color:#86efacb3}.focus\:bg-green-300\/75:focus{background-color:#86efacbf}.focus\:bg-green-300\/80:focus{background-color:#86efaccc}.focus\:bg-green-300\/90:focus{background-color:#86eface6}.focus\:bg-green-400:focus{background-color:#4ade80}.focus\:bg-green-400\/0:focus{background-color:#4ade8000}.focus\:bg-green-400\/10:focus{background-color:#4ade801a}.focus\:bg-green-400\/20:focus{background-color:#4ade8033}.focus\:bg-green-400\/30:focus{background-color:#4ade804d}.focus\:bg-green-400\/40:focus{background-color:#4ade8066}.focus\:bg-green-400\/50:focus{background-color:#4ade8080}.focus\:bg-green-400\/60:focus{background-color:#4ade8099}.focus\:bg-green-400\/70:focus{background-color:#4ade80b3}.focus\:bg-green-400\/75:focus{background-color:#4ade80bf}.focus\:bg-green-400\/80:focus{background-color:#4ade80cc}.focus\:bg-green-400\/90:focus{background-color:#4ade80e6}.focus\:bg-green-500:focus{background-color:#22c55e}.focus\:bg-green-500\/0:focus{background-color:#22c55e00}.focus\:bg-green-500\/10:focus{background-color:#22c55e1a}.focus\:bg-green-500\/20:focus{background-color:#22c55e33}.focus\:bg-green-500\/30:focus{background-color:#22c55e4d}.focus\:bg-green-500\/40:focus{background-color:#22c55e66}.focus\:bg-green-500\/50:focus{background-color:#22c55e80}.focus\:bg-green-500\/60:focus{background-color:#22c55e99}.focus\:bg-green-500\/70:focus{background-color:#22c55eb3}.focus\:bg-green-500\/75:focus{background-color:#22c55ebf}.focus\:bg-green-500\/80:focus{background-color:#22c55ecc}.focus\:bg-green-500\/90:focus{background-color:#22c55ee6}.focus\:bg-green-600:focus{background-color:#16a34a}.focus\:bg-green-600\/0:focus{background-color:#16a34a00}.focus\:bg-green-600\/10:focus{background-color:#16a34a1a}.focus\:bg-green-600\/20:focus{background-color:#16a34a33}.focus\:bg-green-600\/30:focus{background-color:#16a34a4d}.focus\:bg-green-600\/40:focus{background-color:#16a34a66}.focus\:bg-green-600\/50:focus{background-color:#16a34a80}.focus\:bg-green-600\/60:focus{background-color:#16a34a99}.focus\:bg-green-600\/70:focus{background-color:#16a34ab3}.focus\:bg-green-600\/75:focus{background-color:#16a34abf}.focus\:bg-green-600\/80:focus{background-color:#16a34acc}.focus\:bg-green-600\/90:focus{background-color:#16a34ae6}.focus\:bg-green-700:focus{background-color:#15803d}.focus\:bg-green-700\/0:focus{background-color:#15803d00}.focus\:bg-green-700\/10:focus{background-color:#15803d1a}.focus\:bg-green-700\/20:focus{background-color:#15803d33}.focus\:bg-green-700\/30:focus{background-color:#15803d4d}.focus\:bg-green-700\/40:focus{background-color:#15803d66}.focus\:bg-green-700\/50:focus{background-color:#15803d80}.focus\:bg-green-700\/60:focus{background-color:#15803d99}.focus\:bg-green-700\/70:focus{background-color:#15803db3}.focus\:bg-green-700\/75:focus{background-color:#15803dbf}.focus\:bg-green-700\/80:focus{background-color:#15803dcc}.focus\:bg-green-700\/90:focus{background-color:#15803de6}.focus\:bg-green-800:focus{background-color:#166534}.focus\:bg-green-800\/0:focus{background-color:#16653400}.focus\:bg-green-800\/10:focus{background-color:#1665341a}.focus\:bg-green-800\/20:focus{background-color:#16653433}.focus\:bg-green-800\/30:focus{background-color:#1665344d}.focus\:bg-green-800\/40:focus{background-color:#16653466}.focus\:bg-green-800\/50:focus{background-color:#16653480}.focus\:bg-green-800\/60:focus{background-color:#16653499}.focus\:bg-green-800\/70:focus{background-color:#166534b3}.focus\:bg-green-800\/75:focus{background-color:#166534bf}.focus\:bg-green-800\/80:focus{background-color:#166534cc}.focus\:bg-green-800\/90:focus{background-color:#166534e6}.focus\:bg-green-900:focus{background-color:#14532d}.focus\:bg-green-900\/0:focus{background-color:#14532d00}.focus\:bg-green-900\/10:focus{background-color:#14532d1a}.focus\:bg-green-900\/20:focus{background-color:#14532d33}.focus\:bg-green-900\/30:focus{background-color:#14532d4d}.focus\:bg-green-900\/40:focus{background-color:#14532d66}.focus\:bg-green-900\/50:focus{background-color:#14532d80}.focus\:bg-green-900\/60:focus{background-color:#14532d99}.focus\:bg-green-900\/70:focus{background-color:#14532db3}.focus\:bg-green-900\/75:focus{background-color:#14532dbf}.focus\:bg-green-900\/80:focus{background-color:#14532dcc}.focus\:bg-green-900\/90:focus{background-color:#14532de6}.focus\:bg-green-950:focus{background-color:#052e16}.focus\:bg-green-950\/0:focus{background-color:#052e1600}.focus\:bg-green-950\/10:focus{background-color:#052e161a}.focus\:bg-green-950\/20:focus{background-color:#052e1633}.focus\:bg-green-950\/30:focus{background-color:#052e164d}.focus\:bg-green-950\/40:focus{background-color:#052e1666}.focus\:bg-green-950\/50:focus{background-color:#052e1680}.focus\:bg-green-950\/60:focus{background-color:#052e1699}.focus\:bg-green-950\/70:focus{background-color:#052e16b3}.focus\:bg-green-950\/75:focus{background-color:#052e16bf}.focus\:bg-green-950\/80:focus{background-color:#052e16cc}.focus\:bg-green-950\/90:focus{background-color:#052e16e6}.focus\:bg-emerald-50:focus{background-color:#ecfdf5}.focus\:bg-emerald-50\/0:focus{background-color:#ecfdf500}.focus\:bg-emerald-50\/10:focus{background-color:#ecfdf51a}.focus\:bg-emerald-50\/20:focus{background-color:#ecfdf533}.focus\:bg-emerald-50\/30:focus{background-color:#ecfdf54d}.focus\:bg-emerald-50\/40:focus{background-color:#ecfdf566}.focus\:bg-emerald-50\/50:focus{background-color:#ecfdf580}.focus\:bg-emerald-50\/60:focus{background-color:#ecfdf599}.focus\:bg-emerald-50\/70:focus{background-color:#ecfdf5b3}.focus\:bg-emerald-50\/75:focus{background-color:#ecfdf5bf}.focus\:bg-emerald-50\/80:focus{background-color:#ecfdf5cc}.focus\:bg-emerald-50\/90:focus{background-color:#ecfdf5e6}.focus\:bg-emerald-100:focus{background-color:#d1fae5}.focus\:bg-emerald-100\/0:focus{background-color:#d1fae500}.focus\:bg-emerald-100\/10:focus{background-color:#d1fae51a}.focus\:bg-emerald-100\/20:focus{background-color:#d1fae533}.focus\:bg-emerald-100\/30:focus{background-color:#d1fae54d}.focus\:bg-emerald-100\/40:focus{background-color:#d1fae566}.focus\:bg-emerald-100\/50:focus{background-color:#d1fae580}.focus\:bg-emerald-100\/60:focus{background-color:#d1fae599}.focus\:bg-emerald-100\/70:focus{background-color:#d1fae5b3}.focus\:bg-emerald-100\/75:focus{background-color:#d1fae5bf}.focus\:bg-emerald-100\/80:focus{background-color:#d1fae5cc}.focus\:bg-emerald-100\/90:focus{background-color:#d1fae5e6}.focus\:bg-emerald-200:focus{background-color:#a7f3d0}.focus\:bg-emerald-200\/0:focus{background-color:#a7f3d000}.focus\:bg-emerald-200\/10:focus{background-color:#a7f3d01a}.focus\:bg-emerald-200\/20:focus{background-color:#a7f3d033}.focus\:bg-emerald-200\/30:focus{background-color:#a7f3d04d}.focus\:bg-emerald-200\/40:focus{background-color:#a7f3d066}.focus\:bg-emerald-200\/50:focus{background-color:#a7f3d080}.focus\:bg-emerald-200\/60:focus{background-color:#a7f3d099}.focus\:bg-emerald-200\/70:focus{background-color:#a7f3d0b3}.focus\:bg-emerald-200\/75:focus{background-color:#a7f3d0bf}.focus\:bg-emerald-200\/80:focus{background-color:#a7f3d0cc}.focus\:bg-emerald-200\/90:focus{background-color:#a7f3d0e6}.focus\:bg-emerald-300:focus{background-color:#6ee7b7}.focus\:bg-emerald-300\/0:focus{background-color:#6ee7b700}.focus\:bg-emerald-300\/10:focus{background-color:#6ee7b71a}.focus\:bg-emerald-300\/20:focus{background-color:#6ee7b733}.focus\:bg-emerald-300\/30:focus{background-color:#6ee7b74d}.focus\:bg-emerald-300\/40:focus{background-color:#6ee7b766}.focus\:bg-emerald-300\/50:focus{background-color:#6ee7b780}.focus\:bg-emerald-300\/60:focus{background-color:#6ee7b799}.focus\:bg-emerald-300\/70:focus{background-color:#6ee7b7b3}.focus\:bg-emerald-300\/75:focus{background-color:#6ee7b7bf}.focus\:bg-emerald-300\/80:focus{background-color:#6ee7b7cc}.focus\:bg-emerald-300\/90:focus{background-color:#6ee7b7e6}.focus\:bg-emerald-400:focus{background-color:#34d399}.focus\:bg-emerald-400\/0:focus{background-color:#34d39900}.focus\:bg-emerald-400\/10:focus{background-color:#34d3991a}.focus\:bg-emerald-400\/20:focus{background-color:#34d39933}.focus\:bg-emerald-400\/30:focus{background-color:#34d3994d}.focus\:bg-emerald-400\/40:focus{background-color:#34d39966}.focus\:bg-emerald-400\/50:focus{background-color:#34d39980}.focus\:bg-emerald-400\/60:focus{background-color:#34d39999}.focus\:bg-emerald-400\/70:focus{background-color:#34d399b3}.focus\:bg-emerald-400\/75:focus{background-color:#34d399bf}.focus\:bg-emerald-400\/80:focus{background-color:#34d399cc}.focus\:bg-emerald-400\/90:focus{background-color:#34d399e6}.focus\:bg-emerald-500:focus{background-color:#10b981}.focus\:bg-emerald-500\/0:focus{background-color:#10b98100}.focus\:bg-emerald-500\/10:focus{background-color:#10b9811a}.focus\:bg-emerald-500\/20:focus{background-color:#10b98133}.focus\:bg-emerald-500\/30:focus{background-color:#10b9814d}.focus\:bg-emerald-500\/40:focus{background-color:#10b98166}.focus\:bg-emerald-500\/50:focus{background-color:#10b98180}.focus\:bg-emerald-500\/60:focus{background-color:#10b98199}.focus\:bg-emerald-500\/70:focus{background-color:#10b981b3}.focus\:bg-emerald-500\/75:focus{background-color:#10b981bf}.focus\:bg-emerald-500\/80:focus{background-color:#10b981cc}.focus\:bg-emerald-500\/90:focus{background-color:#10b981e6}.focus\:bg-emerald-600:focus{background-color:#059669}.focus\:bg-emerald-600\/0:focus{background-color:#05966900}.focus\:bg-emerald-600\/10:focus{background-color:#0596691a}.focus\:bg-emerald-600\/20:focus{background-color:#05966933}.focus\:bg-emerald-600\/30:focus{background-color:#0596694d}.focus\:bg-emerald-600\/40:focus{background-color:#05966966}.focus\:bg-emerald-600\/50:focus{background-color:#05966980}.focus\:bg-emerald-600\/60:focus{background-color:#05966999}.focus\:bg-emerald-600\/70:focus{background-color:#059669b3}.focus\:bg-emerald-600\/75:focus{background-color:#059669bf}.focus\:bg-emerald-600\/80:focus{background-color:#059669cc}.focus\:bg-emerald-600\/90:focus{background-color:#059669e6}.focus\:bg-emerald-700:focus{background-color:#047857}.focus\:bg-emerald-700\/0:focus{background-color:#04785700}.focus\:bg-emerald-700\/10:focus{background-color:#0478571a}.focus\:bg-emerald-700\/20:focus{background-color:#04785733}.focus\:bg-emerald-700\/30:focus{background-color:#0478574d}.focus\:bg-emerald-700\/40:focus{background-color:#04785766}.focus\:bg-emerald-700\/50:focus{background-color:#04785780}.focus\:bg-emerald-700\/60:focus{background-color:#04785799}.focus\:bg-emerald-700\/70:focus{background-color:#047857b3}.focus\:bg-emerald-700\/75:focus{background-color:#047857bf}.focus\:bg-emerald-700\/80:focus{background-color:#047857cc}.focus\:bg-emerald-700\/90:focus{background-color:#047857e6}.focus\:bg-emerald-800:focus{background-color:#065f46}.focus\:bg-emerald-800\/0:focus{background-color:#065f4600}.focus\:bg-emerald-800\/10:focus{background-color:#065f461a}.focus\:bg-emerald-800\/20:focus{background-color:#065f4633}.focus\:bg-emerald-800\/30:focus{background-color:#065f464d}.focus\:bg-emerald-800\/40:focus{background-color:#065f4666}.focus\:bg-emerald-800\/50:focus{background-color:#065f4680}.focus\:bg-emerald-800\/60:focus{background-color:#065f4699}.focus\:bg-emerald-800\/70:focus{background-color:#065f46b3}.focus\:bg-emerald-800\/75:focus{background-color:#065f46bf}.focus\:bg-emerald-800\/80:focus{background-color:#065f46cc}.focus\:bg-emerald-800\/90:focus{background-color:#065f46e6}.focus\:bg-emerald-900:focus{background-color:#064e3b}.focus\:bg-emerald-900\/0:focus{background-color:#064e3b00}.focus\:bg-emerald-900\/10:focus{background-color:#064e3b1a}.focus\:bg-emerald-900\/20:focus{background-color:#064e3b33}.focus\:bg-emerald-900\/30:focus{background-color:#064e3b4d}.focus\:bg-emerald-900\/40:focus{background-color:#064e3b66}.focus\:bg-emerald-900\/50:focus{background-color:#064e3b80}.focus\:bg-emerald-900\/60:focus{background-color:#064e3b99}.focus\:bg-emerald-900\/70:focus{background-color:#064e3bb3}.focus\:bg-emerald-900\/75:focus{background-color:#064e3bbf}.focus\:bg-emerald-900\/80:focus{background-color:#064e3bcc}.focus\:bg-emerald-900\/90:focus{background-color:#064e3be6}.focus\:bg-emerald-950:focus{background-color:#022c22}.focus\:bg-emerald-950\/0:focus{background-color:#022c2200}.focus\:bg-emerald-950\/10:focus{background-color:#022c221a}.focus\:bg-emerald-950\/20:focus{background-color:#022c2233}.focus\:bg-emerald-950\/30:focus{background-color:#022c224d}.focus\:bg-emerald-950\/40:focus{background-color:#022c2266}.focus\:bg-emerald-950\/50:focus{background-color:#022c2280}.focus\:bg-emerald-950\/60:focus{background-color:#022c2299}.focus\:bg-emerald-950\/70:focus{background-color:#022c22b3}.focus\:bg-emerald-950\/75:focus{background-color:#022c22bf}.focus\:bg-emerald-950\/80:focus{background-color:#022c22cc}.focus\:bg-emerald-950\/90:focus{background-color:#022c22e6}.focus\:bg-teal-50:focus{background-color:#f0fdfa}.focus\:bg-teal-50\/0:focus{background-color:#f0fdfa00}.focus\:bg-teal-50\/10:focus{background-color:#f0fdfa1a}.focus\:bg-teal-50\/20:focus{background-color:#f0fdfa33}.focus\:bg-teal-50\/30:focus{background-color:#f0fdfa4d}.focus\:bg-teal-50\/40:focus{background-color:#f0fdfa66}.focus\:bg-teal-50\/50:focus{background-color:#f0fdfa80}.focus\:bg-teal-50\/60:focus{background-color:#f0fdfa99}.focus\:bg-teal-50\/70:focus{background-color:#f0fdfab3}.focus\:bg-teal-50\/75:focus{background-color:#f0fdfabf}.focus\:bg-teal-50\/80:focus{background-color:#f0fdfacc}.focus\:bg-teal-50\/90:focus{background-color:#f0fdfae6}.focus\:bg-teal-100:focus{background-color:#ccfbf1}.focus\:bg-teal-100\/0:focus{background-color:#ccfbf100}.focus\:bg-teal-100\/10:focus{background-color:#ccfbf11a}.focus\:bg-teal-100\/20:focus{background-color:#ccfbf133}.focus\:bg-teal-100\/30:focus{background-color:#ccfbf14d}.focus\:bg-teal-100\/40:focus{background-color:#ccfbf166}.focus\:bg-teal-100\/50:focus{background-color:#ccfbf180}.focus\:bg-teal-100\/60:focus{background-color:#ccfbf199}.focus\:bg-teal-100\/70:focus{background-color:#ccfbf1b3}.focus\:bg-teal-100\/75:focus{background-color:#ccfbf1bf}.focus\:bg-teal-100\/80:focus{background-color:#ccfbf1cc}.focus\:bg-teal-100\/90:focus{background-color:#ccfbf1e6}.focus\:bg-teal-200:focus{background-color:#99f6e4}.focus\:bg-teal-200\/0:focus{background-color:#99f6e400}.focus\:bg-teal-200\/10:focus{background-color:#99f6e41a}.focus\:bg-teal-200\/20:focus{background-color:#99f6e433}.focus\:bg-teal-200\/30:focus{background-color:#99f6e44d}.focus\:bg-teal-200\/40:focus{background-color:#99f6e466}.focus\:bg-teal-200\/50:focus{background-color:#99f6e480}.focus\:bg-teal-200\/60:focus{background-color:#99f6e499}.focus\:bg-teal-200\/70:focus{background-color:#99f6e4b3}.focus\:bg-teal-200\/75:focus{background-color:#99f6e4bf}.focus\:bg-teal-200\/80:focus{background-color:#99f6e4cc}.focus\:bg-teal-200\/90:focus{background-color:#99f6e4e6}.focus\:bg-teal-300:focus{background-color:#5eead4}.focus\:bg-teal-300\/0:focus{background-color:#5eead400}.focus\:bg-teal-300\/10:focus{background-color:#5eead41a}.focus\:bg-teal-300\/20:focus{background-color:#5eead433}.focus\:bg-teal-300\/30:focus{background-color:#5eead44d}.focus\:bg-teal-300\/40:focus{background-color:#5eead466}.focus\:bg-teal-300\/50:focus{background-color:#5eead480}.focus\:bg-teal-300\/60:focus{background-color:#5eead499}.focus\:bg-teal-300\/70:focus{background-color:#5eead4b3}.focus\:bg-teal-300\/75:focus{background-color:#5eead4bf}.focus\:bg-teal-300\/80:focus{background-color:#5eead4cc}.focus\:bg-teal-300\/90:focus{background-color:#5eead4e6}.focus\:bg-teal-400:focus{background-color:#2dd4bf}.focus\:bg-teal-400\/0:focus{background-color:#2dd4bf00}.focus\:bg-teal-400\/10:focus{background-color:#2dd4bf1a}.focus\:bg-teal-400\/20:focus{background-color:#2dd4bf33}.focus\:bg-teal-400\/30:focus{background-color:#2dd4bf4d}.focus\:bg-teal-400\/40:focus{background-color:#2dd4bf66}.focus\:bg-teal-400\/50:focus{background-color:#2dd4bf80}.focus\:bg-teal-400\/60:focus{background-color:#2dd4bf99}.focus\:bg-teal-400\/70:focus{background-color:#2dd4bfb3}.focus\:bg-teal-400\/75:focus{background-color:#2dd4bfbf}.focus\:bg-teal-400\/80:focus{background-color:#2dd4bfcc}.focus\:bg-teal-400\/90:focus{background-color:#2dd4bfe6}.focus\:bg-teal-500:focus{background-color:#14b8a6}.focus\:bg-teal-500\/0:focus{background-color:#14b8a600}.focus\:bg-teal-500\/10:focus{background-color:#14b8a61a}.focus\:bg-teal-500\/20:focus{background-color:#14b8a633}.focus\:bg-teal-500\/30:focus{background-color:#14b8a64d}.focus\:bg-teal-500\/40:focus{background-color:#14b8a666}.focus\:bg-teal-500\/50:focus{background-color:#14b8a680}.focus\:bg-teal-500\/60:focus{background-color:#14b8a699}.focus\:bg-teal-500\/70:focus{background-color:#14b8a6b3}.focus\:bg-teal-500\/75:focus{background-color:#14b8a6bf}.focus\:bg-teal-500\/80:focus{background-color:#14b8a6cc}.focus\:bg-teal-500\/90:focus{background-color:#14b8a6e6}.focus\:bg-teal-600:focus{background-color:#0d9488}.focus\:bg-teal-600\/0:focus{background-color:#0d948800}.focus\:bg-teal-600\/10:focus{background-color:#0d94881a}.focus\:bg-teal-600\/20:focus{background-color:#0d948833}.focus\:bg-teal-600\/30:focus{background-color:#0d94884d}.focus\:bg-teal-600\/40:focus{background-color:#0d948866}.focus\:bg-teal-600\/50:focus{background-color:#0d948880}.focus\:bg-teal-600\/60:focus{background-color:#0d948899}.focus\:bg-teal-600\/70:focus{background-color:#0d9488b3}.focus\:bg-teal-600\/75:focus{background-color:#0d9488bf}.focus\:bg-teal-600\/80:focus{background-color:#0d9488cc}.focus\:bg-teal-600\/90:focus{background-color:#0d9488e6}.focus\:bg-teal-700:focus{background-color:#0f766e}.focus\:bg-teal-700\/0:focus{background-color:#0f766e00}.focus\:bg-teal-700\/10:focus{background-color:#0f766e1a}.focus\:bg-teal-700\/20:focus{background-color:#0f766e33}.focus\:bg-teal-700\/30:focus{background-color:#0f766e4d}.focus\:bg-teal-700\/40:focus{background-color:#0f766e66}.focus\:bg-teal-700\/50:focus{background-color:#0f766e80}.focus\:bg-teal-700\/60:focus{background-color:#0f766e99}.focus\:bg-teal-700\/70:focus{background-color:#0f766eb3}.focus\:bg-teal-700\/75:focus{background-color:#0f766ebf}.focus\:bg-teal-700\/80:focus{background-color:#0f766ecc}.focus\:bg-teal-700\/90:focus{background-color:#0f766ee6}.focus\:bg-teal-800:focus{background-color:#115e59}.focus\:bg-teal-800\/0:focus{background-color:#115e5900}.focus\:bg-teal-800\/10:focus{background-color:#115e591a}.focus\:bg-teal-800\/20:focus{background-color:#115e5933}.focus\:bg-teal-800\/30:focus{background-color:#115e594d}.focus\:bg-teal-800\/40:focus{background-color:#115e5966}.focus\:bg-teal-800\/50:focus{background-color:#115e5980}.focus\:bg-teal-800\/60:focus{background-color:#115e5999}.focus\:bg-teal-800\/70:focus{background-color:#115e59b3}.focus\:bg-teal-800\/75:focus{background-color:#115e59bf}.focus\:bg-teal-800\/80:focus{background-color:#115e59cc}.focus\:bg-teal-800\/90:focus{background-color:#115e59e6}.focus\:bg-teal-900:focus{background-color:#134e4a}.focus\:bg-teal-900\/0:focus{background-color:#134e4a00}.focus\:bg-teal-900\/10:focus{background-color:#134e4a1a}.focus\:bg-teal-900\/20:focus{background-color:#134e4a33}.focus\:bg-teal-900\/30:focus{background-color:#134e4a4d}.focus\:bg-teal-900\/40:focus{background-color:#134e4a66}.focus\:bg-teal-900\/50:focus{background-color:#134e4a80}.focus\:bg-teal-900\/60:focus{background-color:#134e4a99}.focus\:bg-teal-900\/70:focus{background-color:#134e4ab3}.focus\:bg-teal-900\/75:focus{background-color:#134e4abf}.focus\:bg-teal-900\/80:focus{background-color:#134e4acc}.focus\:bg-teal-900\/90:focus{background-color:#134e4ae6}.focus\:bg-teal-950:focus{background-color:#042f2e}.focus\:bg-teal-950\/0:focus{background-color:#042f2e00}.focus\:bg-teal-950\/10:focus{background-color:#042f2e1a}.focus\:bg-teal-950\/20:focus{background-color:#042f2e33}.focus\:bg-teal-950\/30:focus{background-color:#042f2e4d}.focus\:bg-teal-950\/40:focus{background-color:#042f2e66}.focus\:bg-teal-950\/50:focus{background-color:#042f2e80}.focus\:bg-teal-950\/60:focus{background-color:#042f2e99}.focus\:bg-teal-950\/70:focus{background-color:#042f2eb3}.focus\:bg-teal-950\/75:focus{background-color:#042f2ebf}.focus\:bg-teal-950\/80:focus{background-color:#042f2ecc}.focus\:bg-teal-950\/90:focus{background-color:#042f2ee6}.focus\:bg-cyan-50:focus{background-color:#ecfeff}.focus\:bg-cyan-50\/0:focus{background-color:#ecfeff00}.focus\:bg-cyan-50\/10:focus{background-color:#ecfeff1a}.focus\:bg-cyan-50\/20:focus{background-color:#ecfeff33}.focus\:bg-cyan-50\/30:focus{background-color:#ecfeff4d}.focus\:bg-cyan-50\/40:focus{background-color:#ecfeff66}.focus\:bg-cyan-50\/50:focus{background-color:#ecfeff80}.focus\:bg-cyan-50\/60:focus{background-color:#ecfeff99}.focus\:bg-cyan-50\/70:focus{background-color:#ecfeffb3}.focus\:bg-cyan-50\/75:focus{background-color:#ecfeffbf}.focus\:bg-cyan-50\/80:focus{background-color:#ecfeffcc}.focus\:bg-cyan-50\/90:focus{background-color:#ecfeffe6}.focus\:bg-cyan-100:focus{background-color:#cffafe}.focus\:bg-cyan-100\/0:focus{background-color:#cffafe00}.focus\:bg-cyan-100\/10:focus{background-color:#cffafe1a}.focus\:bg-cyan-100\/20:focus{background-color:#cffafe33}.focus\:bg-cyan-100\/30:focus{background-color:#cffafe4d}.focus\:bg-cyan-100\/40:focus{background-color:#cffafe66}.focus\:bg-cyan-100\/50:focus{background-color:#cffafe80}.focus\:bg-cyan-100\/60:focus{background-color:#cffafe99}.focus\:bg-cyan-100\/70:focus{background-color:#cffafeb3}.focus\:bg-cyan-100\/75:focus{background-color:#cffafebf}.focus\:bg-cyan-100\/80:focus{background-color:#cffafecc}.focus\:bg-cyan-100\/90:focus{background-color:#cffafee6}.focus\:bg-cyan-200:focus{background-color:#a5f3fc}.focus\:bg-cyan-200\/0:focus{background-color:#a5f3fc00}.focus\:bg-cyan-200\/10:focus{background-color:#a5f3fc1a}.focus\:bg-cyan-200\/20:focus{background-color:#a5f3fc33}.focus\:bg-cyan-200\/30:focus{background-color:#a5f3fc4d}.focus\:bg-cyan-200\/40:focus{background-color:#a5f3fc66}.focus\:bg-cyan-200\/50:focus{background-color:#a5f3fc80}.focus\:bg-cyan-200\/60:focus{background-color:#a5f3fc99}.focus\:bg-cyan-200\/70:focus{background-color:#a5f3fcb3}.focus\:bg-cyan-200\/75:focus{background-color:#a5f3fcbf}.focus\:bg-cyan-200\/80:focus{background-color:#a5f3fccc}.focus\:bg-cyan-200\/90:focus{background-color:#a5f3fce6}.focus\:bg-cyan-300:focus{background-color:#67e8f9}.focus\:bg-cyan-300\/0:focus{background-color:#67e8f900}.focus\:bg-cyan-300\/10:focus{background-color:#67e8f91a}.focus\:bg-cyan-300\/20:focus{background-color:#67e8f933}.focus\:bg-cyan-300\/30:focus{background-color:#67e8f94d}.focus\:bg-cyan-300\/40:focus{background-color:#67e8f966}.focus\:bg-cyan-300\/50:focus{background-color:#67e8f980}.focus\:bg-cyan-300\/60:focus{background-color:#67e8f999}.focus\:bg-cyan-300\/70:focus{background-color:#67e8f9b3}.focus\:bg-cyan-300\/75:focus{background-color:#67e8f9bf}.focus\:bg-cyan-300\/80:focus{background-color:#67e8f9cc}.focus\:bg-cyan-300\/90:focus{background-color:#67e8f9e6}.focus\:bg-cyan-400:focus{background-color:#22d3ee}.focus\:bg-cyan-400\/0:focus{background-color:#22d3ee00}.focus\:bg-cyan-400\/10:focus{background-color:#22d3ee1a}.focus\:bg-cyan-400\/20:focus{background-color:#22d3ee33}.focus\:bg-cyan-400\/30:focus{background-color:#22d3ee4d}.focus\:bg-cyan-400\/40:focus{background-color:#22d3ee66}.focus\:bg-cyan-400\/50:focus{background-color:#22d3ee80}.focus\:bg-cyan-400\/60:focus{background-color:#22d3ee99}.focus\:bg-cyan-400\/70:focus{background-color:#22d3eeb3}.focus\:bg-cyan-400\/75:focus{background-color:#22d3eebf}.focus\:bg-cyan-400\/80:focus{background-color:#22d3eecc}.focus\:bg-cyan-400\/90:focus{background-color:#22d3eee6}.focus\:bg-cyan-500:focus{background-color:#06b6d4}.focus\:bg-cyan-500\/0:focus{background-color:#06b6d400}.focus\:bg-cyan-500\/10:focus{background-color:#06b6d41a}.focus\:bg-cyan-500\/20:focus{background-color:#06b6d433}.focus\:bg-cyan-500\/30:focus{background-color:#06b6d44d}.focus\:bg-cyan-500\/40:focus{background-color:#06b6d466}.focus\:bg-cyan-500\/50:focus{background-color:#06b6d480}.focus\:bg-cyan-500\/60:focus{background-color:#06b6d499}.focus\:bg-cyan-500\/70:focus{background-color:#06b6d4b3}.focus\:bg-cyan-500\/75:focus{background-color:#06b6d4bf}.focus\:bg-cyan-500\/80:focus{background-color:#06b6d4cc}.focus\:bg-cyan-500\/90:focus{background-color:#06b6d4e6}.focus\:bg-cyan-600:focus{background-color:#0891b2}.focus\:bg-cyan-600\/0:focus{background-color:#0891b200}.focus\:bg-cyan-600\/10:focus{background-color:#0891b21a}.focus\:bg-cyan-600\/20:focus{background-color:#0891b233}.focus\:bg-cyan-600\/30:focus{background-color:#0891b24d}.focus\:bg-cyan-600\/40:focus{background-color:#0891b266}.focus\:bg-cyan-600\/50:focus{background-color:#0891b280}.focus\:bg-cyan-600\/60:focus{background-color:#0891b299}.focus\:bg-cyan-600\/70:focus{background-color:#0891b2b3}.focus\:bg-cyan-600\/75:focus{background-color:#0891b2bf}.focus\:bg-cyan-600\/80:focus{background-color:#0891b2cc}.focus\:bg-cyan-600\/90:focus{background-color:#0891b2e6}.focus\:bg-cyan-700:focus{background-color:#0e7490}.focus\:bg-cyan-700\/0:focus{background-color:#0e749000}.focus\:bg-cyan-700\/10:focus{background-color:#0e74901a}.focus\:bg-cyan-700\/20:focus{background-color:#0e749033}.focus\:bg-cyan-700\/30:focus{background-color:#0e74904d}.focus\:bg-cyan-700\/40:focus{background-color:#0e749066}.focus\:bg-cyan-700\/50:focus{background-color:#0e749080}.focus\:bg-cyan-700\/60:focus{background-color:#0e749099}.focus\:bg-cyan-700\/70:focus{background-color:#0e7490b3}.focus\:bg-cyan-700\/75:focus{background-color:#0e7490bf}.focus\:bg-cyan-700\/80:focus{background-color:#0e7490cc}.focus\:bg-cyan-700\/90:focus{background-color:#0e7490e6}.focus\:bg-cyan-800:focus{background-color:#155e75}.focus\:bg-cyan-800\/0:focus{background-color:#155e7500}.focus\:bg-cyan-800\/10:focus{background-color:#155e751a}.focus\:bg-cyan-800\/20:focus{background-color:#155e7533}.focus\:bg-cyan-800\/30:focus{background-color:#155e754d}.focus\:bg-cyan-800\/40:focus{background-color:#155e7566}.focus\:bg-cyan-800\/50:focus{background-color:#155e7580}.focus\:bg-cyan-800\/60:focus{background-color:#155e7599}.focus\:bg-cyan-800\/70:focus{background-color:#155e75b3}.focus\:bg-cyan-800\/75:focus{background-color:#155e75bf}.focus\:bg-cyan-800\/80:focus{background-color:#155e75cc}.focus\:bg-cyan-800\/90:focus{background-color:#155e75e6}.focus\:bg-cyan-900:focus{background-color:#164e63}.focus\:bg-cyan-900\/0:focus{background-color:#164e6300}.focus\:bg-cyan-900\/10:focus{background-color:#164e631a}.focus\:bg-cyan-900\/20:focus{background-color:#164e6333}.focus\:bg-cyan-900\/30:focus{background-color:#164e634d}.focus\:bg-cyan-900\/40:focus{background-color:#164e6366}.focus\:bg-cyan-900\/50:focus{background-color:#164e6380}.focus\:bg-cyan-900\/60:focus{background-color:#164e6399}.focus\:bg-cyan-900\/70:focus{background-color:#164e63b3}.focus\:bg-cyan-900\/75:focus{background-color:#164e63bf}.focus\:bg-cyan-900\/80:focus{background-color:#164e63cc}.focus\:bg-cyan-900\/90:focus{background-color:#164e63e6}.focus\:bg-cyan-950:focus{background-color:#083344}.focus\:bg-cyan-950\/0:focus{background-color:#08334400}.focus\:bg-cyan-950\/10:focus{background-color:#0833441a}.focus\:bg-cyan-950\/20:focus{background-color:#08334433}.focus\:bg-cyan-950\/30:focus{background-color:#0833444d}.focus\:bg-cyan-950\/40:focus{background-color:#08334466}.focus\:bg-cyan-950\/50:focus{background-color:#08334480}.focus\:bg-cyan-950\/60:focus{background-color:#08334499}.focus\:bg-cyan-950\/70:focus{background-color:#083344b3}.focus\:bg-cyan-950\/75:focus{background-color:#083344bf}.focus\:bg-cyan-950\/80:focus{background-color:#083344cc}.focus\:bg-cyan-950\/90:focus{background-color:#083344e6}.focus\:bg-sky-50:focus{background-color:#f0f9ff}.focus\:bg-sky-50\/0:focus{background-color:#f0f9ff00}.focus\:bg-sky-50\/10:focus{background-color:#f0f9ff1a}.focus\:bg-sky-50\/20:focus{background-color:#f0f9ff33}.focus\:bg-sky-50\/30:focus{background-color:#f0f9ff4d}.focus\:bg-sky-50\/40:focus{background-color:#f0f9ff66}.focus\:bg-sky-50\/50:focus{background-color:#f0f9ff80}.focus\:bg-sky-50\/60:focus{background-color:#f0f9ff99}.focus\:bg-sky-50\/70:focus{background-color:#f0f9ffb3}.focus\:bg-sky-50\/75:focus{background-color:#f0f9ffbf}.focus\:bg-sky-50\/80:focus{background-color:#f0f9ffcc}.focus\:bg-sky-50\/90:focus{background-color:#f0f9ffe6}.focus\:bg-sky-100:focus{background-color:#e0f2fe}.focus\:bg-sky-100\/0:focus{background-color:#e0f2fe00}.focus\:bg-sky-100\/10:focus{background-color:#e0f2fe1a}.focus\:bg-sky-100\/20:focus{background-color:#e0f2fe33}.focus\:bg-sky-100\/30:focus{background-color:#e0f2fe4d}.focus\:bg-sky-100\/40:focus{background-color:#e0f2fe66}.focus\:bg-sky-100\/50:focus{background-color:#e0f2fe80}.focus\:bg-sky-100\/60:focus{background-color:#e0f2fe99}.focus\:bg-sky-100\/70:focus{background-color:#e0f2feb3}.focus\:bg-sky-100\/75:focus{background-color:#e0f2febf}.focus\:bg-sky-100\/80:focus{background-color:#e0f2fecc}.focus\:bg-sky-100\/90:focus{background-color:#e0f2fee6}.focus\:bg-sky-200:focus{background-color:#bae6fd}.focus\:bg-sky-200\/0:focus{background-color:#bae6fd00}.focus\:bg-sky-200\/10:focus{background-color:#bae6fd1a}.focus\:bg-sky-200\/20:focus{background-color:#bae6fd33}.focus\:bg-sky-200\/30:focus{background-color:#bae6fd4d}.focus\:bg-sky-200\/40:focus{background-color:#bae6fd66}.focus\:bg-sky-200\/50:focus{background-color:#bae6fd80}.focus\:bg-sky-200\/60:focus{background-color:#bae6fd99}.focus\:bg-sky-200\/70:focus{background-color:#bae6fdb3}.focus\:bg-sky-200\/75:focus{background-color:#bae6fdbf}.focus\:bg-sky-200\/80:focus{background-color:#bae6fdcc}.focus\:bg-sky-200\/90:focus{background-color:#bae6fde6}.focus\:bg-sky-300:focus{background-color:#7dd3fc}.focus\:bg-sky-300\/0:focus{background-color:#7dd3fc00}.focus\:bg-sky-300\/10:focus{background-color:#7dd3fc1a}.focus\:bg-sky-300\/20:focus{background-color:#7dd3fc33}.focus\:bg-sky-300\/30:focus{background-color:#7dd3fc4d}.focus\:bg-sky-300\/40:focus{background-color:#7dd3fc66}.focus\:bg-sky-300\/50:focus{background-color:#7dd3fc80}.focus\:bg-sky-300\/60:focus{background-color:#7dd3fc99}.focus\:bg-sky-300\/70:focus{background-color:#7dd3fcb3}.focus\:bg-sky-300\/75:focus{background-color:#7dd3fcbf}.focus\:bg-sky-300\/80:focus{background-color:#7dd3fccc}.focus\:bg-sky-300\/90:focus{background-color:#7dd3fce6}.focus\:bg-sky-400:focus{background-color:#38bdf8}.focus\:bg-sky-400\/0:focus{background-color:#38bdf800}.focus\:bg-sky-400\/10:focus{background-color:#38bdf81a}.focus\:bg-sky-400\/20:focus{background-color:#38bdf833}.focus\:bg-sky-400\/30:focus{background-color:#38bdf84d}.focus\:bg-sky-400\/40:focus{background-color:#38bdf866}.focus\:bg-sky-400\/50:focus{background-color:#38bdf880}.focus\:bg-sky-400\/60:focus{background-color:#38bdf899}.focus\:bg-sky-400\/70:focus{background-color:#38bdf8b3}.focus\:bg-sky-400\/75:focus{background-color:#38bdf8bf}.focus\:bg-sky-400\/80:focus{background-color:#38bdf8cc}.focus\:bg-sky-400\/90:focus{background-color:#38bdf8e6}.focus\:bg-sky-500:focus{background-color:#0ea5e9}.focus\:bg-sky-500\/0:focus{background-color:#0ea5e900}.focus\:bg-sky-500\/10:focus{background-color:#0ea5e91a}.focus\:bg-sky-500\/20:focus{background-color:#0ea5e933}.focus\:bg-sky-500\/30:focus{background-color:#0ea5e94d}.focus\:bg-sky-500\/40:focus{background-color:#0ea5e966}.focus\:bg-sky-500\/50:focus{background-color:#0ea5e980}.focus\:bg-sky-500\/60:focus{background-color:#0ea5e999}.focus\:bg-sky-500\/70:focus{background-color:#0ea5e9b3}.focus\:bg-sky-500\/75:focus{background-color:#0ea5e9bf}.focus\:bg-sky-500\/80:focus{background-color:#0ea5e9cc}.focus\:bg-sky-500\/90:focus{background-color:#0ea5e9e6}.focus\:bg-sky-600:focus{background-color:#0284c7}.focus\:bg-sky-600\/0:focus{background-color:#0284c700}.focus\:bg-sky-600\/10:focus{background-color:#0284c71a}.focus\:bg-sky-600\/20:focus{background-color:#0284c733}.focus\:bg-sky-600\/30:focus{background-color:#0284c74d}.focus\:bg-sky-600\/40:focus{background-color:#0284c766}.focus\:bg-sky-600\/50:focus{background-color:#0284c780}.focus\:bg-sky-600\/60:focus{background-color:#0284c799}.focus\:bg-sky-600\/70:focus{background-color:#0284c7b3}.focus\:bg-sky-600\/75:focus{background-color:#0284c7bf}.focus\:bg-sky-600\/80:focus{background-color:#0284c7cc}.focus\:bg-sky-600\/90:focus{background-color:#0284c7e6}.focus\:bg-sky-700:focus{background-color:#0369a1}.focus\:bg-sky-700\/0:focus{background-color:#0369a100}.focus\:bg-sky-700\/10:focus{background-color:#0369a11a}.focus\:bg-sky-700\/20:focus{background-color:#0369a133}.focus\:bg-sky-700\/30:focus{background-color:#0369a14d}.focus\:bg-sky-700\/40:focus{background-color:#0369a166}.focus\:bg-sky-700\/50:focus{background-color:#0369a180}.focus\:bg-sky-700\/60:focus{background-color:#0369a199}.focus\:bg-sky-700\/70:focus{background-color:#0369a1b3}.focus\:bg-sky-700\/75:focus{background-color:#0369a1bf}.focus\:bg-sky-700\/80:focus{background-color:#0369a1cc}.focus\:bg-sky-700\/90:focus{background-color:#0369a1e6}.focus\:bg-sky-800:focus{background-color:#075985}.focus\:bg-sky-800\/0:focus{background-color:#07598500}.focus\:bg-sky-800\/10:focus{background-color:#0759851a}.focus\:bg-sky-800\/20:focus{background-color:#07598533}.focus\:bg-sky-800\/30:focus{background-color:#0759854d}.focus\:bg-sky-800\/40:focus{background-color:#07598566}.focus\:bg-sky-800\/50:focus{background-color:#07598580}.focus\:bg-sky-800\/60:focus{background-color:#07598599}.focus\:bg-sky-800\/70:focus{background-color:#075985b3}.focus\:bg-sky-800\/75:focus{background-color:#075985bf}.focus\:bg-sky-800\/80:focus{background-color:#075985cc}.focus\:bg-sky-800\/90:focus{background-color:#075985e6}.focus\:bg-sky-900:focus{background-color:#0c4a6e}.focus\:bg-sky-900\/0:focus{background-color:#0c4a6e00}.focus\:bg-sky-900\/10:focus{background-color:#0c4a6e1a}.focus\:bg-sky-900\/20:focus{background-color:#0c4a6e33}.focus\:bg-sky-900\/30:focus{background-color:#0c4a6e4d}.focus\:bg-sky-900\/40:focus{background-color:#0c4a6e66}.focus\:bg-sky-900\/50:focus{background-color:#0c4a6e80}.focus\:bg-sky-900\/60:focus{background-color:#0c4a6e99}.focus\:bg-sky-900\/70:focus{background-color:#0c4a6eb3}.focus\:bg-sky-900\/75:focus{background-color:#0c4a6ebf}.focus\:bg-sky-900\/80:focus{background-color:#0c4a6ecc}.focus\:bg-sky-900\/90:focus{background-color:#0c4a6ee6}.focus\:bg-sky-950:focus{background-color:#082f49}.focus\:bg-sky-950\/0:focus{background-color:#082f4900}.focus\:bg-sky-950\/10:focus{background-color:#082f491a}.focus\:bg-sky-950\/20:focus{background-color:#082f4933}.focus\:bg-sky-950\/30:focus{background-color:#082f494d}.focus\:bg-sky-950\/40:focus{background-color:#082f4966}.focus\:bg-sky-950\/50:focus{background-color:#082f4980}.focus\:bg-sky-950\/60:focus{background-color:#082f4999}.focus\:bg-sky-950\/70:focus{background-color:#082f49b3}.focus\:bg-sky-950\/75:focus{background-color:#082f49bf}.focus\:bg-sky-950\/80:focus{background-color:#082f49cc}.focus\:bg-sky-950\/90:focus{background-color:#082f49e6}.focus\:bg-blue-50:focus{background-color:#eff6ff}.focus\:bg-blue-50\/0:focus{background-color:#eff6ff00}.focus\:bg-blue-50\/10:focus{background-color:#eff6ff1a}.focus\:bg-blue-50\/20:focus{background-color:#eff6ff33}.focus\:bg-blue-50\/30:focus{background-color:#eff6ff4d}.focus\:bg-blue-50\/40:focus{background-color:#eff6ff66}.focus\:bg-blue-50\/50:focus{background-color:#eff6ff80}.focus\:bg-blue-50\/60:focus{background-color:#eff6ff99}.focus\:bg-blue-50\/70:focus{background-color:#eff6ffb3}.focus\:bg-blue-50\/75:focus{background-color:#eff6ffbf}.focus\:bg-blue-50\/80:focus{background-color:#eff6ffcc}.focus\:bg-blue-50\/90:focus{background-color:#eff6ffe6}.focus\:bg-blue-100:focus{background-color:#dbeafe}.focus\:bg-blue-100\/0:focus{background-color:#dbeafe00}.focus\:bg-blue-100\/10:focus{background-color:#dbeafe1a}.focus\:bg-blue-100\/20:focus{background-color:#dbeafe33}.focus\:bg-blue-100\/30:focus{background-color:#dbeafe4d}.focus\:bg-blue-100\/40:focus{background-color:#dbeafe66}.focus\:bg-blue-100\/50:focus{background-color:#dbeafe80}.focus\:bg-blue-100\/60:focus{background-color:#dbeafe99}.focus\:bg-blue-100\/70:focus{background-color:#dbeafeb3}.focus\:bg-blue-100\/75:focus{background-color:#dbeafebf}.focus\:bg-blue-100\/80:focus{background-color:#dbeafecc}.focus\:bg-blue-100\/90:focus{background-color:#dbeafee6}.focus\:bg-blue-200:focus{background-color:#bfdbfe}.focus\:bg-blue-200\/0:focus{background-color:#bfdbfe00}.focus\:bg-blue-200\/10:focus{background-color:#bfdbfe1a}.focus\:bg-blue-200\/20:focus{background-color:#bfdbfe33}.focus\:bg-blue-200\/30:focus{background-color:#bfdbfe4d}.focus\:bg-blue-200\/40:focus{background-color:#bfdbfe66}.focus\:bg-blue-200\/50:focus{background-color:#bfdbfe80}.focus\:bg-blue-200\/60:focus{background-color:#bfdbfe99}.focus\:bg-blue-200\/70:focus{background-color:#bfdbfeb3}.focus\:bg-blue-200\/75:focus{background-color:#bfdbfebf}.focus\:bg-blue-200\/80:focus{background-color:#bfdbfecc}.focus\:bg-blue-200\/90:focus{background-color:#bfdbfee6}.focus\:bg-blue-300:focus{background-color:#93c5fd}.focus\:bg-blue-300\/0:focus{background-color:#93c5fd00}.focus\:bg-blue-300\/10:focus{background-color:#93c5fd1a}.focus\:bg-blue-300\/20:focus{background-color:#93c5fd33}.focus\:bg-blue-300\/30:focus{background-color:#93c5fd4d}.focus\:bg-blue-300\/40:focus{background-color:#93c5fd66}.focus\:bg-blue-300\/50:focus{background-color:#93c5fd80}.focus\:bg-blue-300\/60:focus{background-color:#93c5fd99}.focus\:bg-blue-300\/70:focus{background-color:#93c5fdb3}.focus\:bg-blue-300\/75:focus{background-color:#93c5fdbf}.focus\:bg-blue-300\/80:focus{background-color:#93c5fdcc}.focus\:bg-blue-300\/90:focus{background-color:#93c5fde6}.focus\:bg-blue-400:focus{background-color:#60a5fa}.focus\:bg-blue-400\/0:focus{background-color:#60a5fa00}.focus\:bg-blue-400\/10:focus{background-color:#60a5fa1a}.focus\:bg-blue-400\/20:focus{background-color:#60a5fa33}.focus\:bg-blue-400\/30:focus{background-color:#60a5fa4d}.focus\:bg-blue-400\/40:focus{background-color:#60a5fa66}.focus\:bg-blue-400\/50:focus{background-color:#60a5fa80}.focus\:bg-blue-400\/60:focus{background-color:#60a5fa99}.focus\:bg-blue-400\/70:focus{background-color:#60a5fab3}.focus\:bg-blue-400\/75:focus{background-color:#60a5fabf}.focus\:bg-blue-400\/80:focus{background-color:#60a5facc}.focus\:bg-blue-400\/90:focus{background-color:#60a5fae6}.focus\:bg-blue-500:focus{background-color:#3b82f6}.focus\:bg-blue-500\/0:focus{background-color:#3b82f600}.focus\:bg-blue-500\/10:focus{background-color:#3b82f61a}.focus\:bg-blue-500\/20:focus{background-color:#3b82f633}.focus\:bg-blue-500\/30:focus{background-color:#3b82f64d}.focus\:bg-blue-500\/40:focus{background-color:#3b82f666}.focus\:bg-blue-500\/50:focus{background-color:#3b82f680}.focus\:bg-blue-500\/60:focus{background-color:#3b82f699}.focus\:bg-blue-500\/70:focus{background-color:#3b82f6b3}.focus\:bg-blue-500\/75:focus{background-color:#3b82f6bf}.focus\:bg-blue-500\/80:focus{background-color:#3b82f6cc}.focus\:bg-blue-500\/90:focus{background-color:#3b82f6e6}.focus\:bg-blue-600:focus{background-color:#2563eb}.focus\:bg-blue-600\/0:focus{background-color:#2563eb00}.focus\:bg-blue-600\/10:focus{background-color:#2563eb1a}.focus\:bg-blue-600\/20:focus{background-color:#2563eb33}.focus\:bg-blue-600\/30:focus{background-color:#2563eb4d}.focus\:bg-blue-600\/40:focus{background-color:#2563eb66}.focus\:bg-blue-600\/50:focus{background-color:#2563eb80}.focus\:bg-blue-600\/60:focus{background-color:#2563eb99}.focus\:bg-blue-600\/70:focus{background-color:#2563ebb3}.focus\:bg-blue-600\/75:focus{background-color:#2563ebbf}.focus\:bg-blue-600\/80:focus{background-color:#2563ebcc}.focus\:bg-blue-600\/90:focus{background-color:#2563ebe6}.focus\:bg-blue-700:focus{background-color:#1d4ed8}.focus\:bg-blue-700\/0:focus{background-color:#1d4ed800}.focus\:bg-blue-700\/10:focus{background-color:#1d4ed81a}.focus\:bg-blue-700\/20:focus{background-color:#1d4ed833}.focus\:bg-blue-700\/30:focus{background-color:#1d4ed84d}.focus\:bg-blue-700\/40:focus{background-color:#1d4ed866}.focus\:bg-blue-700\/50:focus{background-color:#1d4ed880}.focus\:bg-blue-700\/60:focus{background-color:#1d4ed899}.focus\:bg-blue-700\/70:focus{background-color:#1d4ed8b3}.focus\:bg-blue-700\/75:focus{background-color:#1d4ed8bf}.focus\:bg-blue-700\/80:focus{background-color:#1d4ed8cc}.focus\:bg-blue-700\/90:focus{background-color:#1d4ed8e6}.focus\:bg-blue-800:focus{background-color:#1e40af}.focus\:bg-blue-800\/0:focus{background-color:#1e40af00}.focus\:bg-blue-800\/10:focus{background-color:#1e40af1a}.focus\:bg-blue-800\/20:focus{background-color:#1e40af33}.focus\:bg-blue-800\/30:focus{background-color:#1e40af4d}.focus\:bg-blue-800\/40:focus{background-color:#1e40af66}.focus\:bg-blue-800\/50:focus{background-color:#1e40af80}.focus\:bg-blue-800\/60:focus{background-color:#1e40af99}.focus\:bg-blue-800\/70:focus{background-color:#1e40afb3}.focus\:bg-blue-800\/75:focus{background-color:#1e40afbf}.focus\:bg-blue-800\/80:focus{background-color:#1e40afcc}.focus\:bg-blue-800\/90:focus{background-color:#1e40afe6}.focus\:bg-blue-900:focus{background-color:#1e3a8a}.focus\:bg-blue-900\/0:focus{background-color:#1e3a8a00}.focus\:bg-blue-900\/10:focus{background-color:#1e3a8a1a}.focus\:bg-blue-900\/20:focus{background-color:#1e3a8a33}.focus\:bg-blue-900\/30:focus{background-color:#1e3a8a4d}.focus\:bg-blue-900\/40:focus{background-color:#1e3a8a66}.focus\:bg-blue-900\/50:focus{background-color:#1e3a8a80}.focus\:bg-blue-900\/60:focus{background-color:#1e3a8a99}.focus\:bg-blue-900\/70:focus{background-color:#1e3a8ab3}.focus\:bg-blue-900\/75:focus{background-color:#1e3a8abf}.focus\:bg-blue-900\/80:focus{background-color:#1e3a8acc}.focus\:bg-blue-900\/90:focus{background-color:#1e3a8ae6}.focus\:bg-blue-950:focus{background-color:#172554}.focus\:bg-blue-950\/0:focus{background-color:#17255400}.focus\:bg-blue-950\/10:focus{background-color:#1725541a}.focus\:bg-blue-950\/20:focus{background-color:#17255433}.focus\:bg-blue-950\/30:focus{background-color:#1725544d}.focus\:bg-blue-950\/40:focus{background-color:#17255466}.focus\:bg-blue-950\/50:focus{background-color:#17255480}.focus\:bg-blue-950\/60:focus{background-color:#17255499}.focus\:bg-blue-950\/70:focus{background-color:#172554b3}.focus\:bg-blue-950\/75:focus{background-color:#172554bf}.focus\:bg-blue-950\/80:focus{background-color:#172554cc}.focus\:bg-blue-950\/90:focus{background-color:#172554e6}.focus\:bg-indigo-50:focus{background-color:#eef2ff}.focus\:bg-indigo-50\/0:focus{background-color:#eef2ff00}.focus\:bg-indigo-50\/10:focus{background-color:#eef2ff1a}.focus\:bg-indigo-50\/20:focus{background-color:#eef2ff33}.focus\:bg-indigo-50\/30:focus{background-color:#eef2ff4d}.focus\:bg-indigo-50\/40:focus{background-color:#eef2ff66}.focus\:bg-indigo-50\/50:focus{background-color:#eef2ff80}.focus\:bg-indigo-50\/60:focus{background-color:#eef2ff99}.focus\:bg-indigo-50\/70:focus{background-color:#eef2ffb3}.focus\:bg-indigo-50\/75:focus{background-color:#eef2ffbf}.focus\:bg-indigo-50\/80:focus{background-color:#eef2ffcc}.focus\:bg-indigo-50\/90:focus{background-color:#eef2ffe6}.focus\:bg-indigo-100:focus{background-color:#e0e7ff}.focus\:bg-indigo-100\/0:focus{background-color:#e0e7ff00}.focus\:bg-indigo-100\/10:focus{background-color:#e0e7ff1a}.focus\:bg-indigo-100\/20:focus{background-color:#e0e7ff33}.focus\:bg-indigo-100\/30:focus{background-color:#e0e7ff4d}.focus\:bg-indigo-100\/40:focus{background-color:#e0e7ff66}.focus\:bg-indigo-100\/50:focus{background-color:#e0e7ff80}.focus\:bg-indigo-100\/60:focus{background-color:#e0e7ff99}.focus\:bg-indigo-100\/70:focus{background-color:#e0e7ffb3}.focus\:bg-indigo-100\/75:focus{background-color:#e0e7ffbf}.focus\:bg-indigo-100\/80:focus{background-color:#e0e7ffcc}.focus\:bg-indigo-100\/90:focus{background-color:#e0e7ffe6}.focus\:bg-indigo-200:focus{background-color:#c7d2fe}.focus\:bg-indigo-200\/0:focus{background-color:#c7d2fe00}.focus\:bg-indigo-200\/10:focus{background-color:#c7d2fe1a}.focus\:bg-indigo-200\/20:focus{background-color:#c7d2fe33}.focus\:bg-indigo-200\/30:focus{background-color:#c7d2fe4d}.focus\:bg-indigo-200\/40:focus{background-color:#c7d2fe66}.focus\:bg-indigo-200\/50:focus{background-color:#c7d2fe80}.focus\:bg-indigo-200\/60:focus{background-color:#c7d2fe99}.focus\:bg-indigo-200\/70:focus{background-color:#c7d2feb3}.focus\:bg-indigo-200\/75:focus{background-color:#c7d2febf}.focus\:bg-indigo-200\/80:focus{background-color:#c7d2fecc}.focus\:bg-indigo-200\/90:focus{background-color:#c7d2fee6}.focus\:bg-indigo-300:focus{background-color:#a5b4fc}.focus\:bg-indigo-300\/0:focus{background-color:#a5b4fc00}.focus\:bg-indigo-300\/10:focus{background-color:#a5b4fc1a}.focus\:bg-indigo-300\/20:focus{background-color:#a5b4fc33}.focus\:bg-indigo-300\/30:focus{background-color:#a5b4fc4d}.focus\:bg-indigo-300\/40:focus{background-color:#a5b4fc66}.focus\:bg-indigo-300\/50:focus{background-color:#a5b4fc80}.focus\:bg-indigo-300\/60:focus{background-color:#a5b4fc99}.focus\:bg-indigo-300\/70:focus{background-color:#a5b4fcb3}.focus\:bg-indigo-300\/75:focus{background-color:#a5b4fcbf}.focus\:bg-indigo-300\/80:focus{background-color:#a5b4fccc}.focus\:bg-indigo-300\/90:focus{background-color:#a5b4fce6}.focus\:bg-indigo-400:focus{background-color:#818cf8}.focus\:bg-indigo-400\/0:focus{background-color:#818cf800}.focus\:bg-indigo-400\/10:focus{background-color:#818cf81a}.focus\:bg-indigo-400\/20:focus{background-color:#818cf833}.focus\:bg-indigo-400\/30:focus{background-color:#818cf84d}.focus\:bg-indigo-400\/40:focus{background-color:#818cf866}.focus\:bg-indigo-400\/50:focus{background-color:#818cf880}.focus\:bg-indigo-400\/60:focus{background-color:#818cf899}.focus\:bg-indigo-400\/70:focus{background-color:#818cf8b3}.focus\:bg-indigo-400\/75:focus{background-color:#818cf8bf}.focus\:bg-indigo-400\/80:focus{background-color:#818cf8cc}.focus\:bg-indigo-400\/90:focus{background-color:#818cf8e6}.focus\:bg-indigo-500:focus{background-color:#6366f1}.focus\:bg-indigo-500\/0:focus{background-color:#6366f100}.focus\:bg-indigo-500\/10:focus{background-color:#6366f11a}.focus\:bg-indigo-500\/20:focus{background-color:#6366f133}.focus\:bg-indigo-500\/30:focus{background-color:#6366f14d}.focus\:bg-indigo-500\/40:focus{background-color:#6366f166}.focus\:bg-indigo-500\/50:focus{background-color:#6366f180}.focus\:bg-indigo-500\/60:focus{background-color:#6366f199}.focus\:bg-indigo-500\/70:focus{background-color:#6366f1b3}.focus\:bg-indigo-500\/75:focus{background-color:#6366f1bf}.focus\:bg-indigo-500\/80:focus{background-color:#6366f1cc}.focus\:bg-indigo-500\/90:focus{background-color:#6366f1e6}.focus\:bg-indigo-600:focus{background-color:#4f46e5}.focus\:bg-indigo-600\/0:focus{background-color:#4f46e500}.focus\:bg-indigo-600\/10:focus{background-color:#4f46e51a}.focus\:bg-indigo-600\/20:focus{background-color:#4f46e533}.focus\:bg-indigo-600\/30:focus{background-color:#4f46e54d}.focus\:bg-indigo-600\/40:focus{background-color:#4f46e566}.focus\:bg-indigo-600\/50:focus{background-color:#4f46e580}.focus\:bg-indigo-600\/60:focus{background-color:#4f46e599}.focus\:bg-indigo-600\/70:focus{background-color:#4f46e5b3}.focus\:bg-indigo-600\/75:focus{background-color:#4f46e5bf}.focus\:bg-indigo-600\/80:focus{background-color:#4f46e5cc}.focus\:bg-indigo-600\/90:focus{background-color:#4f46e5e6}.focus\:bg-indigo-700:focus{background-color:#4338ca}.focus\:bg-indigo-700\/0:focus{background-color:#4338ca00}.focus\:bg-indigo-700\/10:focus{background-color:#4338ca1a}.focus\:bg-indigo-700\/20:focus{background-color:#4338ca33}.focus\:bg-indigo-700\/30:focus{background-color:#4338ca4d}.focus\:bg-indigo-700\/40:focus{background-color:#4338ca66}.focus\:bg-indigo-700\/50:focus{background-color:#4338ca80}.focus\:bg-indigo-700\/60:focus{background-color:#4338ca99}.focus\:bg-indigo-700\/70:focus{background-color:#4338cab3}.focus\:bg-indigo-700\/75:focus{background-color:#4338cabf}.focus\:bg-indigo-700\/80:focus{background-color:#4338cacc}.focus\:bg-indigo-700\/90:focus{background-color:#4338cae6}.focus\:bg-indigo-800:focus{background-color:#3730a3}.focus\:bg-indigo-800\/0:focus{background-color:#3730a300}.focus\:bg-indigo-800\/10:focus{background-color:#3730a31a}.focus\:bg-indigo-800\/20:focus{background-color:#3730a333}.focus\:bg-indigo-800\/30:focus{background-color:#3730a34d}.focus\:bg-indigo-800\/40:focus{background-color:#3730a366}.focus\:bg-indigo-800\/50:focus{background-color:#3730a380}.focus\:bg-indigo-800\/60:focus{background-color:#3730a399}.focus\:bg-indigo-800\/70:focus{background-color:#3730a3b3}.focus\:bg-indigo-800\/75:focus{background-color:#3730a3bf}.focus\:bg-indigo-800\/80:focus{background-color:#3730a3cc}.focus\:bg-indigo-800\/90:focus{background-color:#3730a3e6}.focus\:bg-indigo-900:focus{background-color:#312e81}.focus\:bg-indigo-900\/0:focus{background-color:#312e8100}.focus\:bg-indigo-900\/10:focus{background-color:#312e811a}.focus\:bg-indigo-900\/20:focus{background-color:#312e8133}.focus\:bg-indigo-900\/30:focus{background-color:#312e814d}.focus\:bg-indigo-900\/40:focus{background-color:#312e8166}.focus\:bg-indigo-900\/50:focus{background-color:#312e8180}.focus\:bg-indigo-900\/60:focus{background-color:#312e8199}.focus\:bg-indigo-900\/70:focus{background-color:#312e81b3}.focus\:bg-indigo-900\/75:focus{background-color:#312e81bf}.focus\:bg-indigo-900\/80:focus{background-color:#312e81cc}.focus\:bg-indigo-900\/90:focus{background-color:#312e81e6}.focus\:bg-indigo-950:focus{background-color:#1e1b4b}.focus\:bg-indigo-950\/0:focus{background-color:#1e1b4b00}.focus\:bg-indigo-950\/10:focus{background-color:#1e1b4b1a}.focus\:bg-indigo-950\/20:focus{background-color:#1e1b4b33}.focus\:bg-indigo-950\/30:focus{background-color:#1e1b4b4d}.focus\:bg-indigo-950\/40:focus{background-color:#1e1b4b66}.focus\:bg-indigo-950\/50:focus{background-color:#1e1b4b80}.focus\:bg-indigo-950\/60:focus{background-color:#1e1b4b99}.focus\:bg-indigo-950\/70:focus{background-color:#1e1b4bb3}.focus\:bg-indigo-950\/75:focus{background-color:#1e1b4bbf}.focus\:bg-indigo-950\/80:focus{background-color:#1e1b4bcc}.focus\:bg-indigo-950\/90:focus{background-color:#1e1b4be6}.focus\:bg-violet-50:focus{background-color:#f5f3ff}.focus\:bg-violet-50\/0:focus{background-color:#f5f3ff00}.focus\:bg-violet-50\/10:focus{background-color:#f5f3ff1a}.focus\:bg-violet-50\/20:focus{background-color:#f5f3ff33}.focus\:bg-violet-50\/30:focus{background-color:#f5f3ff4d}.focus\:bg-violet-50\/40:focus{background-color:#f5f3ff66}.focus\:bg-violet-50\/50:focus{background-color:#f5f3ff80}.focus\:bg-violet-50\/60:focus{background-color:#f5f3ff99}.focus\:bg-violet-50\/70:focus{background-color:#f5f3ffb3}.focus\:bg-violet-50\/75:focus{background-color:#f5f3ffbf}.focus\:bg-violet-50\/80:focus{background-color:#f5f3ffcc}.focus\:bg-violet-50\/90:focus{background-color:#f5f3ffe6}.focus\:bg-violet-100:focus{background-color:#ede9fe}.focus\:bg-violet-100\/0:focus{background-color:#ede9fe00}.focus\:bg-violet-100\/10:focus{background-color:#ede9fe1a}.focus\:bg-violet-100\/20:focus{background-color:#ede9fe33}.focus\:bg-violet-100\/30:focus{background-color:#ede9fe4d}.focus\:bg-violet-100\/40:focus{background-color:#ede9fe66}.focus\:bg-violet-100\/50:focus{background-color:#ede9fe80}.focus\:bg-violet-100\/60:focus{background-color:#ede9fe99}.focus\:bg-violet-100\/70:focus{background-color:#ede9feb3}.focus\:bg-violet-100\/75:focus{background-color:#ede9febf}.focus\:bg-violet-100\/80:focus{background-color:#ede9fecc}.focus\:bg-violet-100\/90:focus{background-color:#ede9fee6}.focus\:bg-violet-200:focus{background-color:#ddd6fe}.focus\:bg-violet-200\/0:focus{background-color:#ddd6fe00}.focus\:bg-violet-200\/10:focus{background-color:#ddd6fe1a}.focus\:bg-violet-200\/20:focus{background-color:#ddd6fe33}.focus\:bg-violet-200\/30:focus{background-color:#ddd6fe4d}.focus\:bg-violet-200\/40:focus{background-color:#ddd6fe66}.focus\:bg-violet-200\/50:focus{background-color:#ddd6fe80}.focus\:bg-violet-200\/60:focus{background-color:#ddd6fe99}.focus\:bg-violet-200\/70:focus{background-color:#ddd6feb3}.focus\:bg-violet-200\/75:focus{background-color:#ddd6febf}.focus\:bg-violet-200\/80:focus{background-color:#ddd6fecc}.focus\:bg-violet-200\/90:focus{background-color:#ddd6fee6}.focus\:bg-violet-300:focus{background-color:#c4b5fd}.focus\:bg-violet-300\/0:focus{background-color:#c4b5fd00}.focus\:bg-violet-300\/10:focus{background-color:#c4b5fd1a}.focus\:bg-violet-300\/20:focus{background-color:#c4b5fd33}.focus\:bg-violet-300\/30:focus{background-color:#c4b5fd4d}.focus\:bg-violet-300\/40:focus{background-color:#c4b5fd66}.focus\:bg-violet-300\/50:focus{background-color:#c4b5fd80}.focus\:bg-violet-300\/60:focus{background-color:#c4b5fd99}.focus\:bg-violet-300\/70:focus{background-color:#c4b5fdb3}.focus\:bg-violet-300\/75:focus{background-color:#c4b5fdbf}.focus\:bg-violet-300\/80:focus{background-color:#c4b5fdcc}.focus\:bg-violet-300\/90:focus{background-color:#c4b5fde6}.focus\:bg-violet-400:focus{background-color:#a78bfa}.focus\:bg-violet-400\/0:focus{background-color:#a78bfa00}.focus\:bg-violet-400\/10:focus{background-color:#a78bfa1a}.focus\:bg-violet-400\/20:focus{background-color:#a78bfa33}.focus\:bg-violet-400\/30:focus{background-color:#a78bfa4d}.focus\:bg-violet-400\/40:focus{background-color:#a78bfa66}.focus\:bg-violet-400\/50:focus{background-color:#a78bfa80}.focus\:bg-violet-400\/60:focus{background-color:#a78bfa99}.focus\:bg-violet-400\/70:focus{background-color:#a78bfab3}.focus\:bg-violet-400\/75:focus{background-color:#a78bfabf}.focus\:bg-violet-400\/80:focus{background-color:#a78bfacc}.focus\:bg-violet-400\/90:focus{background-color:#a78bfae6}.focus\:bg-violet-500:focus{background-color:#8b5cf6}.focus\:bg-violet-500\/0:focus{background-color:#8b5cf600}.focus\:bg-violet-500\/10:focus{background-color:#8b5cf61a}.focus\:bg-violet-500\/20:focus{background-color:#8b5cf633}.focus\:bg-violet-500\/30:focus{background-color:#8b5cf64d}.focus\:bg-violet-500\/40:focus{background-color:#8b5cf666}.focus\:bg-violet-500\/50:focus{background-color:#8b5cf680}.focus\:bg-violet-500\/60:focus{background-color:#8b5cf699}.focus\:bg-violet-500\/70:focus{background-color:#8b5cf6b3}.focus\:bg-violet-500\/75:focus{background-color:#8b5cf6bf}.focus\:bg-violet-500\/80:focus{background-color:#8b5cf6cc}.focus\:bg-violet-500\/90:focus{background-color:#8b5cf6e6}.focus\:bg-violet-600:focus{background-color:#7c3aed}.focus\:bg-violet-600\/0:focus{background-color:#7c3aed00}.focus\:bg-violet-600\/10:focus{background-color:#7c3aed1a}.focus\:bg-violet-600\/20:focus{background-color:#7c3aed33}.focus\:bg-violet-600\/30:focus{background-color:#7c3aed4d}.focus\:bg-violet-600\/40:focus{background-color:#7c3aed66}.focus\:bg-violet-600\/50:focus{background-color:#7c3aed80}.focus\:bg-violet-600\/60:focus{background-color:#7c3aed99}.focus\:bg-violet-600\/70:focus{background-color:#7c3aedb3}.focus\:bg-violet-600\/75:focus{background-color:#7c3aedbf}.focus\:bg-violet-600\/80:focus{background-color:#7c3aedcc}.focus\:bg-violet-600\/90:focus{background-color:#7c3aede6}.focus\:bg-violet-700:focus{background-color:#6d28d9}.focus\:bg-violet-700\/0:focus{background-color:#6d28d900}.focus\:bg-violet-700\/10:focus{background-color:#6d28d91a}.focus\:bg-violet-700\/20:focus{background-color:#6d28d933}.focus\:bg-violet-700\/30:focus{background-color:#6d28d94d}.focus\:bg-violet-700\/40:focus{background-color:#6d28d966}.focus\:bg-violet-700\/50:focus{background-color:#6d28d980}.focus\:bg-violet-700\/60:focus{background-color:#6d28d999}.focus\:bg-violet-700\/70:focus{background-color:#6d28d9b3}.focus\:bg-violet-700\/75:focus{background-color:#6d28d9bf}.focus\:bg-violet-700\/80:focus{background-color:#6d28d9cc}.focus\:bg-violet-700\/90:focus{background-color:#6d28d9e6}.focus\:bg-violet-800:focus{background-color:#5b21b6}.focus\:bg-violet-800\/0:focus{background-color:#5b21b600}.focus\:bg-violet-800\/10:focus{background-color:#5b21b61a}.focus\:bg-violet-800\/20:focus{background-color:#5b21b633}.focus\:bg-violet-800\/30:focus{background-color:#5b21b64d}.focus\:bg-violet-800\/40:focus{background-color:#5b21b666}.focus\:bg-violet-800\/50:focus{background-color:#5b21b680}.focus\:bg-violet-800\/60:focus{background-color:#5b21b699}.focus\:bg-violet-800\/70:focus{background-color:#5b21b6b3}.focus\:bg-violet-800\/75:focus{background-color:#5b21b6bf}.focus\:bg-violet-800\/80:focus{background-color:#5b21b6cc}.focus\:bg-violet-800\/90:focus{background-color:#5b21b6e6}.focus\:bg-violet-900:focus{background-color:#4c1d95}.focus\:bg-violet-900\/0:focus{background-color:#4c1d9500}.focus\:bg-violet-900\/10:focus{background-color:#4c1d951a}.focus\:bg-violet-900\/20:focus{background-color:#4c1d9533}.focus\:bg-violet-900\/30:focus{background-color:#4c1d954d}.focus\:bg-violet-900\/40:focus{background-color:#4c1d9566}.focus\:bg-violet-900\/50:focus{background-color:#4c1d9580}.focus\:bg-violet-900\/60:focus{background-color:#4c1d9599}.focus\:bg-violet-900\/70:focus{background-color:#4c1d95b3}.focus\:bg-violet-900\/75:focus{background-color:#4c1d95bf}.focus\:bg-violet-900\/80:focus{background-color:#4c1d95cc}.focus\:bg-violet-900\/90:focus{background-color:#4c1d95e6}.focus\:bg-violet-950:focus{background-color:#2e1065}.focus\:bg-violet-950\/0:focus{background-color:#2e106500}.focus\:bg-violet-950\/10:focus{background-color:#2e10651a}.focus\:bg-violet-950\/20:focus{background-color:#2e106533}.focus\:bg-violet-950\/30:focus{background-color:#2e10654d}.focus\:bg-violet-950\/40:focus{background-color:#2e106566}.focus\:bg-violet-950\/50:focus{background-color:#2e106580}.focus\:bg-violet-950\/60:focus{background-color:#2e106599}.focus\:bg-violet-950\/70:focus{background-color:#2e1065b3}.focus\:bg-violet-950\/75:focus{background-color:#2e1065bf}.focus\:bg-violet-950\/80:focus{background-color:#2e1065cc}.focus\:bg-violet-950\/90:focus{background-color:#2e1065e6}.focus\:bg-purple-50:focus{background-color:#faf5ff}.focus\:bg-purple-50\/0:focus{background-color:#faf5ff00}.focus\:bg-purple-50\/10:focus{background-color:#faf5ff1a}.focus\:bg-purple-50\/20:focus{background-color:#faf5ff33}.focus\:bg-purple-50\/30:focus{background-color:#faf5ff4d}.focus\:bg-purple-50\/40:focus{background-color:#faf5ff66}.focus\:bg-purple-50\/50:focus{background-color:#faf5ff80}.focus\:bg-purple-50\/60:focus{background-color:#faf5ff99}.focus\:bg-purple-50\/70:focus{background-color:#faf5ffb3}.focus\:bg-purple-50\/75:focus{background-color:#faf5ffbf}.focus\:bg-purple-50\/80:focus{background-color:#faf5ffcc}.focus\:bg-purple-50\/90:focus{background-color:#faf5ffe6}.focus\:bg-purple-100:focus{background-color:#f3e8ff}.focus\:bg-purple-100\/0:focus{background-color:#f3e8ff00}.focus\:bg-purple-100\/10:focus{background-color:#f3e8ff1a}.focus\:bg-purple-100\/20:focus{background-color:#f3e8ff33}.focus\:bg-purple-100\/30:focus{background-color:#f3e8ff4d}.focus\:bg-purple-100\/40:focus{background-color:#f3e8ff66}.focus\:bg-purple-100\/50:focus{background-color:#f3e8ff80}.focus\:bg-purple-100\/60:focus{background-color:#f3e8ff99}.focus\:bg-purple-100\/70:focus{background-color:#f3e8ffb3}.focus\:bg-purple-100\/75:focus{background-color:#f3e8ffbf}.focus\:bg-purple-100\/80:focus{background-color:#f3e8ffcc}.focus\:bg-purple-100\/90:focus{background-color:#f3e8ffe6}.focus\:bg-purple-200:focus{background-color:#e9d5ff}.focus\:bg-purple-200\/0:focus{background-color:#e9d5ff00}.focus\:bg-purple-200\/10:focus{background-color:#e9d5ff1a}.focus\:bg-purple-200\/20:focus{background-color:#e9d5ff33}.focus\:bg-purple-200\/30:focus{background-color:#e9d5ff4d}.focus\:bg-purple-200\/40:focus{background-color:#e9d5ff66}.focus\:bg-purple-200\/50:focus{background-color:#e9d5ff80}.focus\:bg-purple-200\/60:focus{background-color:#e9d5ff99}.focus\:bg-purple-200\/70:focus{background-color:#e9d5ffb3}.focus\:bg-purple-200\/75:focus{background-color:#e9d5ffbf}.focus\:bg-purple-200\/80:focus{background-color:#e9d5ffcc}.focus\:bg-purple-200\/90:focus{background-color:#e9d5ffe6}.focus\:bg-purple-300:focus{background-color:#d8b4fe}.focus\:bg-purple-300\/0:focus{background-color:#d8b4fe00}.focus\:bg-purple-300\/10:focus{background-color:#d8b4fe1a}.focus\:bg-purple-300\/20:focus{background-color:#d8b4fe33}.focus\:bg-purple-300\/30:focus{background-color:#d8b4fe4d}.focus\:bg-purple-300\/40:focus{background-color:#d8b4fe66}.focus\:bg-purple-300\/50:focus{background-color:#d8b4fe80}.focus\:bg-purple-300\/60:focus{background-color:#d8b4fe99}.focus\:bg-purple-300\/70:focus{background-color:#d8b4feb3}.focus\:bg-purple-300\/75:focus{background-color:#d8b4febf}.focus\:bg-purple-300\/80:focus{background-color:#d8b4fecc}.focus\:bg-purple-300\/90:focus{background-color:#d8b4fee6}.focus\:bg-purple-400:focus{background-color:#c084fc}.focus\:bg-purple-400\/0:focus{background-color:#c084fc00}.focus\:bg-purple-400\/10:focus{background-color:#c084fc1a}.focus\:bg-purple-400\/20:focus{background-color:#c084fc33}.focus\:bg-purple-400\/30:focus{background-color:#c084fc4d}.focus\:bg-purple-400\/40:focus{background-color:#c084fc66}.focus\:bg-purple-400\/50:focus{background-color:#c084fc80}.focus\:bg-purple-400\/60:focus{background-color:#c084fc99}.focus\:bg-purple-400\/70:focus{background-color:#c084fcb3}.focus\:bg-purple-400\/75:focus{background-color:#c084fcbf}.focus\:bg-purple-400\/80:focus{background-color:#c084fccc}.focus\:bg-purple-400\/90:focus{background-color:#c084fce6}.focus\:bg-purple-500:focus{background-color:#a855f7}.focus\:bg-purple-500\/0:focus{background-color:#a855f700}.focus\:bg-purple-500\/10:focus{background-color:#a855f71a}.focus\:bg-purple-500\/20:focus{background-color:#a855f733}.focus\:bg-purple-500\/30:focus{background-color:#a855f74d}.focus\:bg-purple-500\/40:focus{background-color:#a855f766}.focus\:bg-purple-500\/50:focus{background-color:#a855f780}.focus\:bg-purple-500\/60:focus{background-color:#a855f799}.focus\:bg-purple-500\/70:focus{background-color:#a855f7b3}.focus\:bg-purple-500\/75:focus{background-color:#a855f7bf}.focus\:bg-purple-500\/80:focus{background-color:#a855f7cc}.focus\:bg-purple-500\/90:focus{background-color:#a855f7e6}.focus\:bg-purple-600:focus{background-color:#9333ea}.focus\:bg-purple-600\/0:focus{background-color:#9333ea00}.focus\:bg-purple-600\/10:focus{background-color:#9333ea1a}.focus\:bg-purple-600\/20:focus{background-color:#9333ea33}.focus\:bg-purple-600\/30:focus{background-color:#9333ea4d}.focus\:bg-purple-600\/40:focus{background-color:#9333ea66}.focus\:bg-purple-600\/50:focus{background-color:#9333ea80}.focus\:bg-purple-600\/60:focus{background-color:#9333ea99}.focus\:bg-purple-600\/70:focus{background-color:#9333eab3}.focus\:bg-purple-600\/75:focus{background-color:#9333eabf}.focus\:bg-purple-600\/80:focus{background-color:#9333eacc}.focus\:bg-purple-600\/90:focus{background-color:#9333eae6}.focus\:bg-purple-700:focus{background-color:#7e22ce}.focus\:bg-purple-700\/0:focus{background-color:#7e22ce00}.focus\:bg-purple-700\/10:focus{background-color:#7e22ce1a}.focus\:bg-purple-700\/20:focus{background-color:#7e22ce33}.focus\:bg-purple-700\/30:focus{background-color:#7e22ce4d}.focus\:bg-purple-700\/40:focus{background-color:#7e22ce66}.focus\:bg-purple-700\/50:focus{background-color:#7e22ce80}.focus\:bg-purple-700\/60:focus{background-color:#7e22ce99}.focus\:bg-purple-700\/70:focus{background-color:#7e22ceb3}.focus\:bg-purple-700\/75:focus{background-color:#7e22cebf}.focus\:bg-purple-700\/80:focus{background-color:#7e22cecc}.focus\:bg-purple-700\/90:focus{background-color:#7e22cee6}.focus\:bg-purple-800:focus{background-color:#6b21a8}.focus\:bg-purple-800\/0:focus{background-color:#6b21a800}.focus\:bg-purple-800\/10:focus{background-color:#6b21a81a}.focus\:bg-purple-800\/20:focus{background-color:#6b21a833}.focus\:bg-purple-800\/30:focus{background-color:#6b21a84d}.focus\:bg-purple-800\/40:focus{background-color:#6b21a866}.focus\:bg-purple-800\/50:focus{background-color:#6b21a880}.focus\:bg-purple-800\/60:focus{background-color:#6b21a899}.focus\:bg-purple-800\/70:focus{background-color:#6b21a8b3}.focus\:bg-purple-800\/75:focus{background-color:#6b21a8bf}.focus\:bg-purple-800\/80:focus{background-color:#6b21a8cc}.focus\:bg-purple-800\/90:focus{background-color:#6b21a8e6}.focus\:bg-purple-900:focus{background-color:#581c87}.focus\:bg-purple-900\/0:focus{background-color:#581c8700}.focus\:bg-purple-900\/10:focus{background-color:#581c871a}.focus\:bg-purple-900\/20:focus{background-color:#581c8733}.focus\:bg-purple-900\/30:focus{background-color:#581c874d}.focus\:bg-purple-900\/40:focus{background-color:#581c8766}.focus\:bg-purple-900\/50:focus{background-color:#581c8780}.focus\:bg-purple-900\/60:focus{background-color:#581c8799}.focus\:bg-purple-900\/70:focus{background-color:#581c87b3}.focus\:bg-purple-900\/75:focus{background-color:#581c87bf}.focus\:bg-purple-900\/80:focus{background-color:#581c87cc}.focus\:bg-purple-900\/90:focus{background-color:#581c87e6}.focus\:bg-purple-950:focus{background-color:#3b0764}.focus\:bg-purple-950\/0:focus{background-color:#3b076400}.focus\:bg-purple-950\/10:focus{background-color:#3b07641a}.focus\:bg-purple-950\/20:focus{background-color:#3b076433}.focus\:bg-purple-950\/30:focus{background-color:#3b07644d}.focus\:bg-purple-950\/40:focus{background-color:#3b076466}.focus\:bg-purple-950\/50:focus{background-color:#3b076480}.focus\:bg-purple-950\/60:focus{background-color:#3b076499}.focus\:bg-purple-950\/70:focus{background-color:#3b0764b3}.focus\:bg-purple-950\/75:focus{background-color:#3b0764bf}.focus\:bg-purple-950\/80:focus{background-color:#3b0764cc}.focus\:bg-purple-950\/90:focus{background-color:#3b0764e6}.focus\:bg-fuchsia-50:focus{background-color:#fdf4ff}.focus\:bg-fuchsia-50\/0:focus{background-color:#fdf4ff00}.focus\:bg-fuchsia-50\/10:focus{background-color:#fdf4ff1a}.focus\:bg-fuchsia-50\/20:focus{background-color:#fdf4ff33}.focus\:bg-fuchsia-50\/30:focus{background-color:#fdf4ff4d}.focus\:bg-fuchsia-50\/40:focus{background-color:#fdf4ff66}.focus\:bg-fuchsia-50\/50:focus{background-color:#fdf4ff80}.focus\:bg-fuchsia-50\/60:focus{background-color:#fdf4ff99}.focus\:bg-fuchsia-50\/70:focus{background-color:#fdf4ffb3}.focus\:bg-fuchsia-50\/75:focus{background-color:#fdf4ffbf}.focus\:bg-fuchsia-50\/80:focus{background-color:#fdf4ffcc}.focus\:bg-fuchsia-50\/90:focus{background-color:#fdf4ffe6}.focus\:bg-fuchsia-100:focus{background-color:#fae8ff}.focus\:bg-fuchsia-100\/0:focus{background-color:#fae8ff00}.focus\:bg-fuchsia-100\/10:focus{background-color:#fae8ff1a}.focus\:bg-fuchsia-100\/20:focus{background-color:#fae8ff33}.focus\:bg-fuchsia-100\/30:focus{background-color:#fae8ff4d}.focus\:bg-fuchsia-100\/40:focus{background-color:#fae8ff66}.focus\:bg-fuchsia-100\/50:focus{background-color:#fae8ff80}.focus\:bg-fuchsia-100\/60:focus{background-color:#fae8ff99}.focus\:bg-fuchsia-100\/70:focus{background-color:#fae8ffb3}.focus\:bg-fuchsia-100\/75:focus{background-color:#fae8ffbf}.focus\:bg-fuchsia-100\/80:focus{background-color:#fae8ffcc}.focus\:bg-fuchsia-100\/90:focus{background-color:#fae8ffe6}.focus\:bg-fuchsia-200:focus{background-color:#f5d0fe}.focus\:bg-fuchsia-200\/0:focus{background-color:#f5d0fe00}.focus\:bg-fuchsia-200\/10:focus{background-color:#f5d0fe1a}.focus\:bg-fuchsia-200\/20:focus{background-color:#f5d0fe33}.focus\:bg-fuchsia-200\/30:focus{background-color:#f5d0fe4d}.focus\:bg-fuchsia-200\/40:focus{background-color:#f5d0fe66}.focus\:bg-fuchsia-200\/50:focus{background-color:#f5d0fe80}.focus\:bg-fuchsia-200\/60:focus{background-color:#f5d0fe99}.focus\:bg-fuchsia-200\/70:focus{background-color:#f5d0feb3}.focus\:bg-fuchsia-200\/75:focus{background-color:#f5d0febf}.focus\:bg-fuchsia-200\/80:focus{background-color:#f5d0fecc}.focus\:bg-fuchsia-200\/90:focus{background-color:#f5d0fee6}.focus\:bg-fuchsia-300:focus{background-color:#f0abfc}.focus\:bg-fuchsia-300\/0:focus{background-color:#f0abfc00}.focus\:bg-fuchsia-300\/10:focus{background-color:#f0abfc1a}.focus\:bg-fuchsia-300\/20:focus{background-color:#f0abfc33}.focus\:bg-fuchsia-300\/30:focus{background-color:#f0abfc4d}.focus\:bg-fuchsia-300\/40:focus{background-color:#f0abfc66}.focus\:bg-fuchsia-300\/50:focus{background-color:#f0abfc80}.focus\:bg-fuchsia-300\/60:focus{background-color:#f0abfc99}.focus\:bg-fuchsia-300\/70:focus{background-color:#f0abfcb3}.focus\:bg-fuchsia-300\/75:focus{background-color:#f0abfcbf}.focus\:bg-fuchsia-300\/80:focus{background-color:#f0abfccc}.focus\:bg-fuchsia-300\/90:focus{background-color:#f0abfce6}.focus\:bg-fuchsia-400:focus{background-color:#e879f9}.focus\:bg-fuchsia-400\/0:focus{background-color:#e879f900}.focus\:bg-fuchsia-400\/10:focus{background-color:#e879f91a}.focus\:bg-fuchsia-400\/20:focus{background-color:#e879f933}.focus\:bg-fuchsia-400\/30:focus{background-color:#e879f94d}.focus\:bg-fuchsia-400\/40:focus{background-color:#e879f966}.focus\:bg-fuchsia-400\/50:focus{background-color:#e879f980}.focus\:bg-fuchsia-400\/60:focus{background-color:#e879f999}.focus\:bg-fuchsia-400\/70:focus{background-color:#e879f9b3}.focus\:bg-fuchsia-400\/75:focus{background-color:#e879f9bf}.focus\:bg-fuchsia-400\/80:focus{background-color:#e879f9cc}.focus\:bg-fuchsia-400\/90:focus{background-color:#e879f9e6}.focus\:bg-fuchsia-500:focus{background-color:#d946ef}.focus\:bg-fuchsia-500\/0:focus{background-color:#d946ef00}.focus\:bg-fuchsia-500\/10:focus{background-color:#d946ef1a}.focus\:bg-fuchsia-500\/20:focus{background-color:#d946ef33}.focus\:bg-fuchsia-500\/30:focus{background-color:#d946ef4d}.focus\:bg-fuchsia-500\/40:focus{background-color:#d946ef66}.focus\:bg-fuchsia-500\/50:focus{background-color:#d946ef80}.focus\:bg-fuchsia-500\/60:focus{background-color:#d946ef99}.focus\:bg-fuchsia-500\/70:focus{background-color:#d946efb3}.focus\:bg-fuchsia-500\/75:focus{background-color:#d946efbf}.focus\:bg-fuchsia-500\/80:focus{background-color:#d946efcc}.focus\:bg-fuchsia-500\/90:focus{background-color:#d946efe6}.focus\:bg-fuchsia-600:focus{background-color:#c026d3}.focus\:bg-fuchsia-600\/0:focus{background-color:#c026d300}.focus\:bg-fuchsia-600\/10:focus{background-color:#c026d31a}.focus\:bg-fuchsia-600\/20:focus{background-color:#c026d333}.focus\:bg-fuchsia-600\/30:focus{background-color:#c026d34d}.focus\:bg-fuchsia-600\/40:focus{background-color:#c026d366}.focus\:bg-fuchsia-600\/50:focus{background-color:#c026d380}.focus\:bg-fuchsia-600\/60:focus{background-color:#c026d399}.focus\:bg-fuchsia-600\/70:focus{background-color:#c026d3b3}.focus\:bg-fuchsia-600\/75:focus{background-color:#c026d3bf}.focus\:bg-fuchsia-600\/80:focus{background-color:#c026d3cc}.focus\:bg-fuchsia-600\/90:focus{background-color:#c026d3e6}.focus\:bg-fuchsia-700:focus{background-color:#a21caf}.focus\:bg-fuchsia-700\/0:focus{background-color:#a21caf00}.focus\:bg-fuchsia-700\/10:focus{background-color:#a21caf1a}.focus\:bg-fuchsia-700\/20:focus{background-color:#a21caf33}.focus\:bg-fuchsia-700\/30:focus{background-color:#a21caf4d}.focus\:bg-fuchsia-700\/40:focus{background-color:#a21caf66}.focus\:bg-fuchsia-700\/50:focus{background-color:#a21caf80}.focus\:bg-fuchsia-700\/60:focus{background-color:#a21caf99}.focus\:bg-fuchsia-700\/70:focus{background-color:#a21cafb3}.focus\:bg-fuchsia-700\/75:focus{background-color:#a21cafbf}.focus\:bg-fuchsia-700\/80:focus{background-color:#a21cafcc}.focus\:bg-fuchsia-700\/90:focus{background-color:#a21cafe6}.focus\:bg-fuchsia-800:focus{background-color:#86198f}.focus\:bg-fuchsia-800\/0:focus{background-color:#86198f00}.focus\:bg-fuchsia-800\/10:focus{background-color:#86198f1a}.focus\:bg-fuchsia-800\/20:focus{background-color:#86198f33}.focus\:bg-fuchsia-800\/30:focus{background-color:#86198f4d}.focus\:bg-fuchsia-800\/40:focus{background-color:#86198f66}.focus\:bg-fuchsia-800\/50:focus{background-color:#86198f80}.focus\:bg-fuchsia-800\/60:focus{background-color:#86198f99}.focus\:bg-fuchsia-800\/70:focus{background-color:#86198fb3}.focus\:bg-fuchsia-800\/75:focus{background-color:#86198fbf}.focus\:bg-fuchsia-800\/80:focus{background-color:#86198fcc}.focus\:bg-fuchsia-800\/90:focus{background-color:#86198fe6}.focus\:bg-fuchsia-900:focus{background-color:#701a75}.focus\:bg-fuchsia-900\/0:focus{background-color:#701a7500}.focus\:bg-fuchsia-900\/10:focus{background-color:#701a751a}.focus\:bg-fuchsia-900\/20:focus{background-color:#701a7533}.focus\:bg-fuchsia-900\/30:focus{background-color:#701a754d}.focus\:bg-fuchsia-900\/40:focus{background-color:#701a7566}.focus\:bg-fuchsia-900\/50:focus{background-color:#701a7580}.focus\:bg-fuchsia-900\/60:focus{background-color:#701a7599}.focus\:bg-fuchsia-900\/70:focus{background-color:#701a75b3}.focus\:bg-fuchsia-900\/75:focus{background-color:#701a75bf}.focus\:bg-fuchsia-900\/80:focus{background-color:#701a75cc}.focus\:bg-fuchsia-900\/90:focus{background-color:#701a75e6}.focus\:bg-fuchsia-950:focus{background-color:#4a044e}.focus\:bg-fuchsia-950\/0:focus{background-color:#4a044e00}.focus\:bg-fuchsia-950\/10:focus{background-color:#4a044e1a}.focus\:bg-fuchsia-950\/20:focus{background-color:#4a044e33}.focus\:bg-fuchsia-950\/30:focus{background-color:#4a044e4d}.focus\:bg-fuchsia-950\/40:focus{background-color:#4a044e66}.focus\:bg-fuchsia-950\/50:focus{background-color:#4a044e80}.focus\:bg-fuchsia-950\/60:focus{background-color:#4a044e99}.focus\:bg-fuchsia-950\/70:focus{background-color:#4a044eb3}.focus\:bg-fuchsia-950\/75:focus{background-color:#4a044ebf}.focus\:bg-fuchsia-950\/80:focus{background-color:#4a044ecc}.focus\:bg-fuchsia-950\/90:focus{background-color:#4a044ee6}.focus\:bg-pink-50:focus{background-color:#fdf2f8}.focus\:bg-pink-50\/0:focus{background-color:#fdf2f800}.focus\:bg-pink-50\/10:focus{background-color:#fdf2f81a}.focus\:bg-pink-50\/20:focus{background-color:#fdf2f833}.focus\:bg-pink-50\/30:focus{background-color:#fdf2f84d}.focus\:bg-pink-50\/40:focus{background-color:#fdf2f866}.focus\:bg-pink-50\/50:focus{background-color:#fdf2f880}.focus\:bg-pink-50\/60:focus{background-color:#fdf2f899}.focus\:bg-pink-50\/70:focus{background-color:#fdf2f8b3}.focus\:bg-pink-50\/75:focus{background-color:#fdf2f8bf}.focus\:bg-pink-50\/80:focus{background-color:#fdf2f8cc}.focus\:bg-pink-50\/90:focus{background-color:#fdf2f8e6}.focus\:bg-pink-100:focus{background-color:#fce7f3}.focus\:bg-pink-100\/0:focus{background-color:#fce7f300}.focus\:bg-pink-100\/10:focus{background-color:#fce7f31a}.focus\:bg-pink-100\/20:focus{background-color:#fce7f333}.focus\:bg-pink-100\/30:focus{background-color:#fce7f34d}.focus\:bg-pink-100\/40:focus{background-color:#fce7f366}.focus\:bg-pink-100\/50:focus{background-color:#fce7f380}.focus\:bg-pink-100\/60:focus{background-color:#fce7f399}.focus\:bg-pink-100\/70:focus{background-color:#fce7f3b3}.focus\:bg-pink-100\/75:focus{background-color:#fce7f3bf}.focus\:bg-pink-100\/80:focus{background-color:#fce7f3cc}.focus\:bg-pink-100\/90:focus{background-color:#fce7f3e6}.focus\:bg-pink-200:focus{background-color:#fbcfe8}.focus\:bg-pink-200\/0:focus{background-color:#fbcfe800}.focus\:bg-pink-200\/10:focus{background-color:#fbcfe81a}.focus\:bg-pink-200\/20:focus{background-color:#fbcfe833}.focus\:bg-pink-200\/30:focus{background-color:#fbcfe84d}.focus\:bg-pink-200\/40:focus{background-color:#fbcfe866}.focus\:bg-pink-200\/50:focus{background-color:#fbcfe880}.focus\:bg-pink-200\/60:focus{background-color:#fbcfe899}.focus\:bg-pink-200\/70:focus{background-color:#fbcfe8b3}.focus\:bg-pink-200\/75:focus{background-color:#fbcfe8bf}.focus\:bg-pink-200\/80:focus{background-color:#fbcfe8cc}.focus\:bg-pink-200\/90:focus{background-color:#fbcfe8e6}.focus\:bg-pink-300:focus{background-color:#f9a8d4}.focus\:bg-pink-300\/0:focus{background-color:#f9a8d400}.focus\:bg-pink-300\/10:focus{background-color:#f9a8d41a}.focus\:bg-pink-300\/20:focus{background-color:#f9a8d433}.focus\:bg-pink-300\/30:focus{background-color:#f9a8d44d}.focus\:bg-pink-300\/40:focus{background-color:#f9a8d466}.focus\:bg-pink-300\/50:focus{background-color:#f9a8d480}.focus\:bg-pink-300\/60:focus{background-color:#f9a8d499}.focus\:bg-pink-300\/70:focus{background-color:#f9a8d4b3}.focus\:bg-pink-300\/75:focus{background-color:#f9a8d4bf}.focus\:bg-pink-300\/80:focus{background-color:#f9a8d4cc}.focus\:bg-pink-300\/90:focus{background-color:#f9a8d4e6}.focus\:bg-pink-400:focus{background-color:#f472b6}.focus\:bg-pink-400\/0:focus{background-color:#f472b600}.focus\:bg-pink-400\/10:focus{background-color:#f472b61a}.focus\:bg-pink-400\/20:focus{background-color:#f472b633}.focus\:bg-pink-400\/30:focus{background-color:#f472b64d}.focus\:bg-pink-400\/40:focus{background-color:#f472b666}.focus\:bg-pink-400\/50:focus{background-color:#f472b680}.focus\:bg-pink-400\/60:focus{background-color:#f472b699}.focus\:bg-pink-400\/70:focus{background-color:#f472b6b3}.focus\:bg-pink-400\/75:focus{background-color:#f472b6bf}.focus\:bg-pink-400\/80:focus{background-color:#f472b6cc}.focus\:bg-pink-400\/90:focus{background-color:#f472b6e6}.focus\:bg-pink-500:focus{background-color:#ec4899}.focus\:bg-pink-500\/0:focus{background-color:#ec489900}.focus\:bg-pink-500\/10:focus{background-color:#ec48991a}.focus\:bg-pink-500\/20:focus{background-color:#ec489933}.focus\:bg-pink-500\/30:focus{background-color:#ec48994d}.focus\:bg-pink-500\/40:focus{background-color:#ec489966}.focus\:bg-pink-500\/50:focus{background-color:#ec489980}.focus\:bg-pink-500\/60:focus{background-color:#ec489999}.focus\:bg-pink-500\/70:focus{background-color:#ec4899b3}.focus\:bg-pink-500\/75:focus{background-color:#ec4899bf}.focus\:bg-pink-500\/80:focus{background-color:#ec4899cc}.focus\:bg-pink-500\/90:focus{background-color:#ec4899e6}.focus\:bg-pink-600:focus{background-color:#db2777}.focus\:bg-pink-600\/0:focus{background-color:#db277700}.focus\:bg-pink-600\/10:focus{background-color:#db27771a}.focus\:bg-pink-600\/20:focus{background-color:#db277733}.focus\:bg-pink-600\/30:focus{background-color:#db27774d}.focus\:bg-pink-600\/40:focus{background-color:#db277766}.focus\:bg-pink-600\/50:focus{background-color:#db277780}.focus\:bg-pink-600\/60:focus{background-color:#db277799}.focus\:bg-pink-600\/70:focus{background-color:#db2777b3}.focus\:bg-pink-600\/75:focus{background-color:#db2777bf}.focus\:bg-pink-600\/80:focus{background-color:#db2777cc}.focus\:bg-pink-600\/90:focus{background-color:#db2777e6}.focus\:bg-pink-700:focus{background-color:#be185d}.focus\:bg-pink-700\/0:focus{background-color:#be185d00}.focus\:bg-pink-700\/10:focus{background-color:#be185d1a}.focus\:bg-pink-700\/20:focus{background-color:#be185d33}.focus\:bg-pink-700\/30:focus{background-color:#be185d4d}.focus\:bg-pink-700\/40:focus{background-color:#be185d66}.focus\:bg-pink-700\/50:focus{background-color:#be185d80}.focus\:bg-pink-700\/60:focus{background-color:#be185d99}.focus\:bg-pink-700\/70:focus{background-color:#be185db3}.focus\:bg-pink-700\/75:focus{background-color:#be185dbf}.focus\:bg-pink-700\/80:focus{background-color:#be185dcc}.focus\:bg-pink-700\/90:focus{background-color:#be185de6}.focus\:bg-pink-800:focus{background-color:#9d174d}.focus\:bg-pink-800\/0:focus{background-color:#9d174d00}.focus\:bg-pink-800\/10:focus{background-color:#9d174d1a}.focus\:bg-pink-800\/20:focus{background-color:#9d174d33}.focus\:bg-pink-800\/30:focus{background-color:#9d174d4d}.focus\:bg-pink-800\/40:focus{background-color:#9d174d66}.focus\:bg-pink-800\/50:focus{background-color:#9d174d80}.focus\:bg-pink-800\/60:focus{background-color:#9d174d99}.focus\:bg-pink-800\/70:focus{background-color:#9d174db3}.focus\:bg-pink-800\/75:focus{background-color:#9d174dbf}.focus\:bg-pink-800\/80:focus{background-color:#9d174dcc}.focus\:bg-pink-800\/90:focus{background-color:#9d174de6}.focus\:bg-pink-900:focus{background-color:#831843}.focus\:bg-pink-900\/0:focus{background-color:#83184300}.focus\:bg-pink-900\/10:focus{background-color:#8318431a}.focus\:bg-pink-900\/20:focus{background-color:#83184333}.focus\:bg-pink-900\/30:focus{background-color:#8318434d}.focus\:bg-pink-900\/40:focus{background-color:#83184366}.focus\:bg-pink-900\/50:focus{background-color:#83184380}.focus\:bg-pink-900\/60:focus{background-color:#83184399}.focus\:bg-pink-900\/70:focus{background-color:#831843b3}.focus\:bg-pink-900\/75:focus{background-color:#831843bf}.focus\:bg-pink-900\/80:focus{background-color:#831843cc}.focus\:bg-pink-900\/90:focus{background-color:#831843e6}.focus\:bg-pink-950:focus{background-color:#500724}.focus\:bg-pink-950\/0:focus{background-color:#50072400}.focus\:bg-pink-950\/10:focus{background-color:#5007241a}.focus\:bg-pink-950\/20:focus{background-color:#50072433}.focus\:bg-pink-950\/30:focus{background-color:#5007244d}.focus\:bg-pink-950\/40:focus{background-color:#50072466}.focus\:bg-pink-950\/50:focus{background-color:#50072480}.focus\:bg-pink-950\/60:focus{background-color:#50072499}.focus\:bg-pink-950\/70:focus{background-color:#500724b3}.focus\:bg-pink-950\/75:focus{background-color:#500724bf}.focus\:bg-pink-950\/80:focus{background-color:#500724cc}.focus\:bg-pink-950\/90:focus{background-color:#500724e6}.focus\:bg-rose-50:focus{background-color:#fff1f2}.focus\:bg-rose-50\/0:focus{background-color:#fff1f200}.focus\:bg-rose-50\/10:focus{background-color:#fff1f21a}.focus\:bg-rose-50\/20:focus{background-color:#fff1f233}.focus\:bg-rose-50\/30:focus{background-color:#fff1f24d}.focus\:bg-rose-50\/40:focus{background-color:#fff1f266}.focus\:bg-rose-50\/50:focus{background-color:#fff1f280}.focus\:bg-rose-50\/60:focus{background-color:#fff1f299}.focus\:bg-rose-50\/70:focus{background-color:#fff1f2b3}.focus\:bg-rose-50\/75:focus{background-color:#fff1f2bf}.focus\:bg-rose-50\/80:focus{background-color:#fff1f2cc}.focus\:bg-rose-50\/90:focus{background-color:#fff1f2e6}.focus\:bg-rose-100:focus{background-color:#ffe4e6}.focus\:bg-rose-100\/0:focus{background-color:#ffe4e600}.focus\:bg-rose-100\/10:focus{background-color:#ffe4e61a}.focus\:bg-rose-100\/20:focus{background-color:#ffe4e633}.focus\:bg-rose-100\/30:focus{background-color:#ffe4e64d}.focus\:bg-rose-100\/40:focus{background-color:#ffe4e666}.focus\:bg-rose-100\/50:focus{background-color:#ffe4e680}.focus\:bg-rose-100\/60:focus{background-color:#ffe4e699}.focus\:bg-rose-100\/70:focus{background-color:#ffe4e6b3}.focus\:bg-rose-100\/75:focus{background-color:#ffe4e6bf}.focus\:bg-rose-100\/80:focus{background-color:#ffe4e6cc}.focus\:bg-rose-100\/90:focus{background-color:#ffe4e6e6}.focus\:bg-rose-200:focus{background-color:#fecdd3}.focus\:bg-rose-200\/0:focus{background-color:#fecdd300}.focus\:bg-rose-200\/10:focus{background-color:#fecdd31a}.focus\:bg-rose-200\/20:focus{background-color:#fecdd333}.focus\:bg-rose-200\/30:focus{background-color:#fecdd34d}.focus\:bg-rose-200\/40:focus{background-color:#fecdd366}.focus\:bg-rose-200\/50:focus{background-color:#fecdd380}.focus\:bg-rose-200\/60:focus{background-color:#fecdd399}.focus\:bg-rose-200\/70:focus{background-color:#fecdd3b3}.focus\:bg-rose-200\/75:focus{background-color:#fecdd3bf}.focus\:bg-rose-200\/80:focus{background-color:#fecdd3cc}.focus\:bg-rose-200\/90:focus{background-color:#fecdd3e6}.focus\:bg-rose-300:focus{background-color:#fda4af}.focus\:bg-rose-300\/0:focus{background-color:#fda4af00}.focus\:bg-rose-300\/10:focus{background-color:#fda4af1a}.focus\:bg-rose-300\/20:focus{background-color:#fda4af33}.focus\:bg-rose-300\/30:focus{background-color:#fda4af4d}.focus\:bg-rose-300\/40:focus{background-color:#fda4af66}.focus\:bg-rose-300\/50:focus{background-color:#fda4af80}.focus\:bg-rose-300\/60:focus{background-color:#fda4af99}.focus\:bg-rose-300\/70:focus{background-color:#fda4afb3}.focus\:bg-rose-300\/75:focus{background-color:#fda4afbf}.focus\:bg-rose-300\/80:focus{background-color:#fda4afcc}.focus\:bg-rose-300\/90:focus{background-color:#fda4afe6}.focus\:bg-rose-400:focus{background-color:#fb7185}.focus\:bg-rose-400\/0:focus{background-color:#fb718500}.focus\:bg-rose-400\/10:focus{background-color:#fb71851a}.focus\:bg-rose-400\/20:focus{background-color:#fb718533}.focus\:bg-rose-400\/30:focus{background-color:#fb71854d}.focus\:bg-rose-400\/40:focus{background-color:#fb718566}.focus\:bg-rose-400\/50:focus{background-color:#fb718580}.focus\:bg-rose-400\/60:focus{background-color:#fb718599}.focus\:bg-rose-400\/70:focus{background-color:#fb7185b3}.focus\:bg-rose-400\/75:focus{background-color:#fb7185bf}.focus\:bg-rose-400\/80:focus{background-color:#fb7185cc}.focus\:bg-rose-400\/90:focus{background-color:#fb7185e6}.focus\:bg-rose-500:focus{background-color:#f43f5e}.focus\:bg-rose-500\/0:focus{background-color:#f43f5e00}.focus\:bg-rose-500\/10:focus{background-color:#f43f5e1a}.focus\:bg-rose-500\/20:focus{background-color:#f43f5e33}.focus\:bg-rose-500\/30:focus{background-color:#f43f5e4d}.focus\:bg-rose-500\/40:focus{background-color:#f43f5e66}.focus\:bg-rose-500\/50:focus{background-color:#f43f5e80}.focus\:bg-rose-500\/60:focus{background-color:#f43f5e99}.focus\:bg-rose-500\/70:focus{background-color:#f43f5eb3}.focus\:bg-rose-500\/75:focus{background-color:#f43f5ebf}.focus\:bg-rose-500\/80:focus{background-color:#f43f5ecc}.focus\:bg-rose-500\/90:focus{background-color:#f43f5ee6}.focus\:bg-rose-600:focus{background-color:#e11d48}.focus\:bg-rose-600\/0:focus{background-color:#e11d4800}.focus\:bg-rose-600\/10:focus{background-color:#e11d481a}.focus\:bg-rose-600\/20:focus{background-color:#e11d4833}.focus\:bg-rose-600\/30:focus{background-color:#e11d484d}.focus\:bg-rose-600\/40:focus{background-color:#e11d4866}.focus\:bg-rose-600\/50:focus{background-color:#e11d4880}.focus\:bg-rose-600\/60:focus{background-color:#e11d4899}.focus\:bg-rose-600\/70:focus{background-color:#e11d48b3}.focus\:bg-rose-600\/75:focus{background-color:#e11d48bf}.focus\:bg-rose-600\/80:focus{background-color:#e11d48cc}.focus\:bg-rose-600\/90:focus{background-color:#e11d48e6}.focus\:bg-rose-700:focus{background-color:#be123c}.focus\:bg-rose-700\/0:focus{background-color:#be123c00}.focus\:bg-rose-700\/10:focus{background-color:#be123c1a}.focus\:bg-rose-700\/20:focus{background-color:#be123c33}.focus\:bg-rose-700\/30:focus{background-color:#be123c4d}.focus\:bg-rose-700\/40:focus{background-color:#be123c66}.focus\:bg-rose-700\/50:focus{background-color:#be123c80}.focus\:bg-rose-700\/60:focus{background-color:#be123c99}.focus\:bg-rose-700\/70:focus{background-color:#be123cb3}.focus\:bg-rose-700\/75:focus{background-color:#be123cbf}.focus\:bg-rose-700\/80:focus{background-color:#be123ccc}.focus\:bg-rose-700\/90:focus{background-color:#be123ce6}.focus\:bg-rose-800:focus{background-color:#9f1239}.focus\:bg-rose-800\/0:focus{background-color:#9f123900}.focus\:bg-rose-800\/10:focus{background-color:#9f12391a}.focus\:bg-rose-800\/20:focus{background-color:#9f123933}.focus\:bg-rose-800\/30:focus{background-color:#9f12394d}.focus\:bg-rose-800\/40:focus{background-color:#9f123966}.focus\:bg-rose-800\/50:focus{background-color:#9f123980}.focus\:bg-rose-800\/60:focus{background-color:#9f123999}.focus\:bg-rose-800\/70:focus{background-color:#9f1239b3}.focus\:bg-rose-800\/75:focus{background-color:#9f1239bf}.focus\:bg-rose-800\/80:focus{background-color:#9f1239cc}.focus\:bg-rose-800\/90:focus{background-color:#9f1239e6}.focus\:bg-rose-900:focus{background-color:#881337}.focus\:bg-rose-900\/0:focus{background-color:#88133700}.focus\:bg-rose-900\/10:focus{background-color:#8813371a}.focus\:bg-rose-900\/20:focus{background-color:#88133733}.focus\:bg-rose-900\/30:focus{background-color:#8813374d}.focus\:bg-rose-900\/40:focus{background-color:#88133766}.focus\:bg-rose-900\/50:focus{background-color:#88133780}.focus\:bg-rose-900\/60:focus{background-color:#88133799}.focus\:bg-rose-900\/70:focus{background-color:#881337b3}.focus\:bg-rose-900\/75:focus{background-color:#881337bf}.focus\:bg-rose-900\/80:focus{background-color:#881337cc}.focus\:bg-rose-900\/90:focus{background-color:#881337e6}.focus\:bg-rose-950:focus{background-color:#4c0519}.focus\:bg-rose-950\/0:focus{background-color:#4c051900}.focus\:bg-rose-950\/10:focus{background-color:#4c05191a}.focus\:bg-rose-950\/20:focus{background-color:#4c051933}.focus\:bg-rose-950\/30:focus{background-color:#4c05194d}.focus\:bg-rose-950\/40:focus{background-color:#4c051966}.focus\:bg-rose-950\/50:focus{background-color:#4c051980}.focus\:bg-rose-950\/60:focus{background-color:#4c051999}.focus\:bg-rose-950\/70:focus{background-color:#4c0519b3}.focus\:bg-rose-950\/75:focus{background-color:#4c0519bf}.focus\:bg-rose-950\/80:focus{background-color:#4c0519cc}.focus\:bg-rose-950\/90:focus{background-color:#4c0519e6}.focus\:bg-primary:focus{background-color:#3874ff}.focus\:bg-primary-bold:focus{background-color:#002660}.focus\:bg-primary-hover:focus{background-color:#003585}.focus\:bg-primary-border:focus{background-color:#156ef3}.focus\:bg-primary-focus-lv1:focus{background-color:#6492ff}.focus\:bg-primary-focus-lv2:focus{background-color:#c7ddff}.focus\:bg-primary-bg-color:focus{background-color:#f8fbff}.focus\:bg-success:focus{background-color:#00bd7e}.focus\:bg-success-bold:focus{background-color:#006c58}.focus\:bg-success-hover:focus{background-color:#008d5e}.focus\:bg-success-border:focus{background-color:#17e5a1}.focus\:bg-success-focus-lv1:focus{background-color:#a9fbe0}.focus\:bg-success-bg-color:focus{background-color:#ebfff8}.focus\:bg-warning:focus{background-color:#ffb41f}.focus\:bg-warning-bold:focus{background-color:#b77d09}.focus\:bg-warning-hover:focus{background-color:#e39f17}.focus\:bg-warning-border:focus{background-color:#f7c86a}.focus\:bg-warning-focus-lv1:focus{background-color:#fbe0a9}.focus\:bg-warning-bg-color:focus{background-color:#fff8eb}.focus\:bg-danger:focus{background-color:#b20000}.focus\:bg-danger-bold:focus{background-color:#920122}.focus\:bg-danger-hover:focus{background-color:#c60833}.focus\:bg-danger-border:focus{background-color:#f35370}.focus\:bg-danger-focus-lv1:focus{background-color:#fdabb9}.focus\:bg-danger-bg-color:focus{background-color:#fff1f4}.focus\:bg-info:focus{background-color:#2668cb}.focus\:bg-info-bold:focus{background-color:#023480}.focus\:bg-info-hover:focus{background-color:#0f4eae}.focus\:bg-info-border:focus{background-color:#679ef2}.focus\:bg-info-focus-lv1:focus{background-color:#c1d9fd}.focus\:bg-info-bg-color:focus{background-color:#f2f7ff}.focus\:bg-neutral-100:focus{background-color:#1a1a1a}.focus\:bg-neutral-90:focus{background-color:#424242}.focus\:bg-neutral-80:focus{background-color:#616161}.focus\:bg-neutral-70:focus{background-color:#757575}.focus\:bg-neutral-60:focus{background-color:#9e9e9e}.focus\:bg-neutral-50:focus{background-color:#c2c2c2}.focus\:bg-neutral-40:focus{background-color:#e0e0e0}.focus\:bg-neutral-30:focus{background-color:#ededed}.focus\:bg-neutral-20:focus{background-color:#f5f5f5}.focus\:bg-base:focus{background-color:#f5f7fa}.focus\:bg-auto:focus{background-size:auto}.focus\:bg-cover:focus{background-size:cover}.focus\:bg-contain:focus{background-size:contain}.focus\:bg-repeat:focus{background-repeat:repeat}.focus\:bg-no-repeat:focus{background-repeat:no-repeat}.focus\:bg-repeat-x:focus{background-repeat:repeat-x}.focus\:bg-repeat-y:focus{background-repeat:repeat-y}.focus\:bg-repeat-round:focus{background-repeat:round}.focus\:bg-repeat-space:focus{background-repeat:space}.focus\:bg-bottom:focus{background-position:bottom}.focus\:bg-center:focus{background-position:center}.focus\:bg-left:focus{background-position:left}.focus\:bg-left-bottom:focus{background-position:left bottom}.focus\:bg-left-top:focus{background-position:left top}.focus\:bg-right:focus{background-position:right}.focus\:bg-right-bottom:focus{background-position:right bottom}.focus\:bg-right-top:focus{background-position:right top}.focus\:bg-top:focus{background-position:top}.focus\:bg-origin-border:focus{background-origin:border-box}.focus\:bg-origin-padding:focus{background-origin:padding-box}.focus\:bg-origin-content:focus{background-origin:content-box}.focus\:bg-bg-fixed:focus{background-attachment:fixed}.focus\:bg-bg-local:focus{background-attachment:local}.focus\:bg-bg-scroll:focus{background-attachment:scroll}.focus\:p-auto:focus{padding:auto}.focus\:pl-auto:focus{padding-left:auto}.focus\:pr-auto:focus{padding-right:auto}.focus\:px-auto:focus{padding-right:auto;padding-left:auto}.focus\:py-auto:focus{padding-top:auto;padding-bottom:auto}.focus\:pb-auto:focus{padding-bottom:auto}.focus\:pt-auto:focus{padding-top:auto}.focus\:p-0:focus{padding:0}.focus\:pl-0:focus{padding-left:0}.focus\:pr-0:focus{padding-right:0}.focus\:px-0:focus{padding-right:0;padding-left:0}.focus\:py-0:focus{padding-top:0;padding-bottom:0}.focus\:pb-0:focus{padding-bottom:0}.focus\:pt-0:focus{padding-top:0}.focus\:p-1:focus{padding:.25rem}.focus\:pl-1:focus{padding-left:.25rem}.focus\:pr-1:focus{padding-right:.25rem}.focus\:px-1:focus{padding-right:.25rem;padding-left:.25rem}.focus\:py-1:focus{padding-top:.25rem;padding-bottom:.25rem}.focus\:pb-1:focus{padding-bottom:.25rem}.focus\:pt-1:focus{padding-top:.25rem}.focus\:p-2:focus{padding:.5rem}.focus\:pl-2:focus{padding-left:.5rem}.focus\:pr-2:focus{padding-right:.5rem}.focus\:px-2:focus{padding-right:.5rem;padding-left:.5rem}.focus\:py-2:focus{padding-top:.5rem;padding-bottom:.5rem}.focus\:pb-2:focus{padding-bottom:.5rem}.focus\:pt-2:focus{padding-top:.5rem}.focus\:p-3:focus{padding:.75rem}.focus\:pl-3:focus{padding-left:.75rem}.focus\:pr-3:focus{padding-right:.75rem}.focus\:px-3:focus{padding-right:.75rem;padding-left:.75rem}.focus\:py-3:focus{padding-top:.75rem;padding-bottom:.75rem}.focus\:pb-3:focus{padding-bottom:.75rem}.focus\:pt-3:focus{padding-top:.75rem}.focus\:p-4:focus{padding:1rem}.focus\:pl-4:focus{padding-left:1rem}.focus\:pr-4:focus{padding-right:1rem}.focus\:px-4:focus{padding-right:1rem;padding-left:1rem}.focus\:py-4:focus{padding-top:1rem;padding-bottom:1rem}.focus\:pb-4:focus{padding-bottom:1rem}.focus\:pt-4:focus{padding-top:1rem}.focus\:p-5:focus{padding:1.25rem}.focus\:pl-5:focus{padding-left:1.25rem}.focus\:pr-5:focus{padding-right:1.25rem}.focus\:px-5:focus{padding-right:1.25rem;padding-left:1.25rem}.focus\:py-5:focus{padding-top:1.25rem;padding-bottom:1.25rem}.focus\:pb-5:focus{padding-bottom:1.25rem}.focus\:pt-5:focus{padding-top:1.25rem}.focus\:p-6:focus{padding:1.5rem}.focus\:pl-6:focus{padding-left:1.5rem}.focus\:pr-6:focus{padding-right:1.5rem}.focus\:px-6:focus{padding-right:1.5rem;padding-left:1.5rem}.focus\:py-6:focus{padding-top:1.5rem;padding-bottom:1.5rem}.focus\:pb-6:focus{padding-bottom:1.5rem}.focus\:pt-6:focus{padding-top:1.5rem}.focus\:p-7:focus{padding:1.75rem}.focus\:pl-7:focus{padding-left:1.75rem}.focus\:pr-7:focus{padding-right:1.75rem}.focus\:px-7:focus{padding-right:1.75rem;padding-left:1.75rem}.focus\:py-7:focus{padding-top:1.75rem;padding-bottom:1.75rem}.focus\:pb-7:focus{padding-bottom:1.75rem}.focus\:pt-7:focus{padding-top:1.75rem}.focus\:p-8:focus{padding:2rem}.focus\:pl-8:focus{padding-left:2rem}.focus\:pr-8:focus{padding-right:2rem}.focus\:px-8:focus{padding-right:2rem;padding-left:2rem}.focus\:py-8:focus{padding-top:2rem;padding-bottom:2rem}.focus\:pb-8:focus{padding-bottom:2rem}.focus\:pt-8:focus{padding-top:2rem}.focus\:p-9:focus{padding:2.25rem}.focus\:pl-9:focus{padding-left:2.25rem}.focus\:pr-9:focus{padding-right:2.25rem}.focus\:px-9:focus{padding-right:2.25rem;padding-left:2.25rem}.focus\:py-9:focus{padding-top:2.25rem;padding-bottom:2.25rem}.focus\:pb-9:focus{padding-bottom:2.25rem}.focus\:pt-9:focus{padding-top:2.25rem}.focus\:p-10:focus{padding:2.5rem}.focus\:pl-10:focus{padding-left:2.5rem}.focus\:pr-10:focus{padding-right:2.5rem}.focus\:px-10:focus{padding-right:2.5rem;padding-left:2.5rem}.focus\:py-10:focus{padding-top:2.5rem;padding-bottom:2.5rem}.focus\:pb-10:focus{padding-bottom:2.5rem}.focus\:pt-10:focus{padding-top:2.5rem}.focus\:p-11:focus{padding:2.75rem}.focus\:pl-11:focus{padding-left:2.75rem}.focus\:pr-11:focus{padding-right:2.75rem}.focus\:px-11:focus{padding-right:2.75rem;padding-left:2.75rem}.focus\:py-11:focus{padding-top:2.75rem;padding-bottom:2.75rem}.focus\:pb-11:focus{padding-bottom:2.75rem}.focus\:pt-11:focus{padding-top:2.75rem}.focus\:p-12:focus{padding:3rem}.focus\:pl-12:focus{padding-left:3rem}.focus\:pr-12:focus{padding-right:3rem}.focus\:px-12:focus{padding-right:3rem;padding-left:3rem}.focus\:py-12:focus{padding-top:3rem;padding-bottom:3rem}.focus\:pb-12:focus{padding-bottom:3rem}.focus\:pt-12:focus{padding-top:3rem}.focus\:p-14:focus{padding:3.5rem}.focus\:pl-14:focus{padding-left:3.5rem}.focus\:pr-14:focus{padding-right:3.5rem}.focus\:px-14:focus{padding-right:3.5rem;padding-left:3.5rem}.focus\:py-14:focus{padding-top:3.5rem;padding-bottom:3.5rem}.focus\:pb-14:focus{padding-bottom:3.5rem}.focus\:pt-14:focus{padding-top:3.5rem}.focus\:p-16:focus{padding:4rem}.focus\:pl-16:focus{padding-left:4rem}.focus\:pr-16:focus{padding-right:4rem}.focus\:px-16:focus{padding-right:4rem;padding-left:4rem}.focus\:py-16:focus{padding-top:4rem;padding-bottom:4rem}.focus\:pb-16:focus{padding-bottom:4rem}.focus\:pt-16:focus{padding-top:4rem}.focus\:p-20:focus{padding:5rem}.focus\:pl-20:focus{padding-left:5rem}.focus\:pr-20:focus{padding-right:5rem}.focus\:px-20:focus{padding-right:5rem;padding-left:5rem}.focus\:py-20:focus{padding-top:5rem;padding-bottom:5rem}.focus\:pb-20:focus{padding-bottom:5rem}.focus\:pt-20:focus{padding-top:5rem}.focus\:p-24:focus{padding:6rem}.focus\:pl-24:focus{padding-left:6rem}.focus\:pr-24:focus{padding-right:6rem}.focus\:px-24:focus{padding-right:6rem;padding-left:6rem}.focus\:py-24:focus{padding-top:6rem;padding-bottom:6rem}.focus\:pb-24:focus{padding-bottom:6rem}.focus\:pt-24:focus{padding-top:6rem}.focus\:p-28:focus{padding:7rem}.focus\:pl-28:focus{padding-left:7rem}.focus\:pr-28:focus{padding-right:7rem}.focus\:px-28:focus{padding-right:7rem;padding-left:7rem}.focus\:py-28:focus{padding-top:7rem;padding-bottom:7rem}.focus\:pb-28:focus{padding-bottom:7rem}.focus\:pt-28:focus{padding-top:7rem}.focus\:p-32:focus{padding:8rem}.focus\:pl-32:focus{padding-left:8rem}.focus\:pr-32:focus{padding-right:8rem}.focus\:px-32:focus{padding-right:8rem;padding-left:8rem}.focus\:py-32:focus{padding-top:8rem;padding-bottom:8rem}.focus\:pb-32:focus{padding-bottom:8rem}.focus\:pt-32:focus{padding-top:8rem}.focus\:p-36:focus{padding:9rem}.focus\:pl-36:focus{padding-left:9rem}.focus\:pr-36:focus{padding-right:9rem}.focus\:px-36:focus{padding-right:9rem;padding-left:9rem}.focus\:py-36:focus{padding-top:9rem;padding-bottom:9rem}.focus\:pb-36:focus{padding-bottom:9rem}.focus\:pt-36:focus{padding-top:9rem}.focus\:p-40:focus{padding:10rem}.focus\:pl-40:focus{padding-left:10rem}.focus\:pr-40:focus{padding-right:10rem}.focus\:px-40:focus{padding-right:10rem;padding-left:10rem}.focus\:py-40:focus{padding-top:10rem;padding-bottom:10rem}.focus\:pb-40:focus{padding-bottom:10rem}.focus\:pt-40:focus{padding-top:10rem}.focus\:p-44:focus{padding:11rem}.focus\:pl-44:focus{padding-left:11rem}.focus\:pr-44:focus{padding-right:11rem}.focus\:px-44:focus{padding-right:11rem;padding-left:11rem}.focus\:py-44:focus{padding-top:11rem;padding-bottom:11rem}.focus\:pb-44:focus{padding-bottom:11rem}.focus\:pt-44:focus{padding-top:11rem}.focus\:p-48:focus{padding:12rem}.focus\:pl-48:focus{padding-left:12rem}.focus\:pr-48:focus{padding-right:12rem}.focus\:px-48:focus{padding-right:12rem;padding-left:12rem}.focus\:py-48:focus{padding-top:12rem;padding-bottom:12rem}.focus\:pb-48:focus{padding-bottom:12rem}.focus\:pt-48:focus{padding-top:12rem}.focus\:p-52:focus{padding:13rem}.focus\:pl-52:focus{padding-left:13rem}.focus\:pr-52:focus{padding-right:13rem}.focus\:px-52:focus{padding-right:13rem;padding-left:13rem}.focus\:py-52:focus{padding-top:13rem;padding-bottom:13rem}.focus\:pb-52:focus{padding-bottom:13rem}.focus\:pt-52:focus{padding-top:13rem}.focus\:p-56:focus{padding:14rem}.focus\:pl-56:focus{padding-left:14rem}.focus\:pr-56:focus{padding-right:14rem}.focus\:px-56:focus{padding-right:14rem;padding-left:14rem}.focus\:py-56:focus{padding-top:14rem;padding-bottom:14rem}.focus\:pb-56:focus{padding-bottom:14rem}.focus\:pt-56:focus{padding-top:14rem}.focus\:p-60:focus{padding:15rem}.focus\:pl-60:focus{padding-left:15rem}.focus\:pr-60:focus{padding-right:15rem}.focus\:px-60:focus{padding-right:15rem;padding-left:15rem}.focus\:py-60:focus{padding-top:15rem;padding-bottom:15rem}.focus\:pb-60:focus{padding-bottom:15rem}.focus\:pt-60:focus{padding-top:15rem}.focus\:p-64:focus{padding:16rem}.focus\:pl-64:focus{padding-left:16rem}.focus\:pr-64:focus{padding-right:16rem}.focus\:px-64:focus{padding-right:16rem;padding-left:16rem}.focus\:py-64:focus{padding-top:16rem;padding-bottom:16rem}.focus\:pb-64:focus{padding-bottom:16rem}.focus\:pt-64:focus{padding-top:16rem}.focus\:p-72:focus{padding:18rem}.focus\:pl-72:focus{padding-left:18rem}.focus\:pr-72:focus{padding-right:18rem}.focus\:px-72:focus{padding-right:18rem;padding-left:18rem}.focus\:py-72:focus{padding-top:18rem;padding-bottom:18rem}.focus\:pb-72:focus{padding-bottom:18rem}.focus\:pt-72:focus{padding-top:18rem}.focus\:p-80:focus{padding:20rem}.focus\:pl-80:focus{padding-left:20rem}.focus\:pr-80:focus{padding-right:20rem}.focus\:px-80:focus{padding-right:20rem;padding-left:20rem}.focus\:py-80:focus{padding-top:20rem;padding-bottom:20rem}.focus\:pb-80:focus{padding-bottom:20rem}.focus\:pt-80:focus{padding-top:20rem}.focus\:p-96:focus{padding:24rem}.focus\:pl-96:focus{padding-left:24rem}.focus\:pr-96:focus{padding-right:24rem}.focus\:px-96:focus{padding-right:24rem;padding-left:24rem}.focus\:py-96:focus{padding-top:24rem;padding-bottom:24rem}.focus\:pb-96:focus{padding-bottom:24rem}.focus\:pt-96:focus{padding-top:24rem}.focus\:flex-1:focus{flex:1 1 0%}.focus\:flex-column:focus{flex-direction:column}.focus\:flex-row:focus{flex-direction:row}.focus\:flex-wrap:focus{flex-wrap:wrap}.focus\:flex-wrap-reverse:focus{flex-wrap:wrap-reverse}.focus\:flex-nowrap:focus{flex-wrap:nowrap}.focus\:relative:focus{position:relative}.focus\:absolute:focus{position:absolute}.focus\:w-0:focus{width:0px}.focus\:w-px:focus{width:1px}.focus\:w-1:focus{width:.25rem}.focus\:w-2:focus{width:.5rem}.focus\:w-3:focus{width:.75rem}.focus\:w-4:focus{width:1rem}.focus\:w-5:focus{width:1.25rem}.focus\:w-6:focus{width:1.5rem}.focus\:w-7:focus{width:1.75rem}.focus\:w-8:focus{width:2rem}.focus\:w-9:focus{width:2.25rem}.focus\:w-10:focus{width:2.5rem}.focus\:w-11:focus{width:2.75rem}.focus\:w-12:focus{width:3rem}.focus\:w-14:focus{width:3.5rem}.focus\:w-16:focus{width:4rem}.focus\:w-20:focus{width:5rem}.focus\:w-24:focus{width:6rem}.focus\:w-28:focus{width:7rem}.focus\:w-32:focus{width:8rem}.focus\:w-36:focus{width:9rem}.focus\:w-40:focus{width:10rem}.focus\:w-44:focus{width:11rem}.focus\:w-48:focus{width:12rem}.focus\:w-52:focus{width:13rem}.focus\:w-56:focus{width:14rem}.focus\:w-60:focus{width:15rem}.focus\:w-64:focus{width:16rem}.focus\:w-72:focus{width:18rem}.focus\:w-80:focus{width:20rem}.focus\:w-96:focus{width:24rem}.focus\:w-auto:focus{width:auto}.focus\:w-screen:focus{width:100vw}.focus\:w-min:focus{width:min-content}.focus\:w-max:focus{width:max-content}.focus\:w-fit:focus{width:fit-content}.focus\:w-full:focus{width:100%}.focus\:w-0\.5:focus{width:.125rem}.focus\:w-1\.5:focus{width:.375rem}.focus\:w-2\.5:focus{width:.625rem}.focus\:w-3\.5:focus{width:.875rem}.focus\:w-1\/2:focus{width:50%}.focus\:w-1\/3:focus{width:33.333333%}.focus\:w-1\/4:focus{width:25%}.focus\:w-1\/5:focus{width:20%}.focus\:w-1\/6:focus{width:16.666667%}.focus\:w-1\/12:focus{width:8.333333%}.focus\:w-2\/3:focus{width:66.666667%}.focus\:w-2\/4:focus{width:50%}.focus\:w-2\/5:focus{width:40%}.focus\:w-2\/6:focus{width:33.333333%}.focus\:w-2\/12:focus{width:16.666667%}.focus\:w-3\/4:focus{width:75%}.focus\:w-3\/5:focus{width:60%}.focus\:w-3\/6:focus{width:50%}.focus\:w-3\/12:focus{width:25%}.focus\:w-4\/5:focus{width:80%}.focus\:w-4\/6:focus{width:66.666667%}.focus\:w-4\/12:focus{width:33.333333%}.focus\:w-5\/6:focus{width:83.333333%}.focus\:w-5\/12:focus{width:41.666667%}.focus\:w-6\/12:focus{width:50%}.focus\:w-7\/12:focus{width:58.333333%}.focus\:w-8\/12:focus{width:66.666667%}.focus\:w-9\/12:focus{width:75%}.focus\:w-10\/12:focus{width:83.333333%}.focus\:w-11\/12:focus{width:91.666667%}.focus\:h-0:focus{height:0px}.focus\:h-px:focus{height:1px}.focus\:h-1:focus{height:.25rem}.focus\:h-2:focus{height:.5rem}.focus\:h-3:focus{height:.75rem}.focus\:h-4:focus{height:1rem}.focus\:h-5:focus{height:1.25rem}.focus\:h-6:focus{height:1.5rem}.focus\:h-7:focus{height:1.75rem}.focus\:h-8:focus{height:2rem}.focus\:h-9:focus{height:2.25rem}.focus\:h-10:focus{height:2.5rem}.focus\:h-11:focus{height:2.75rem}.focus\:h-12:focus{height:3rem}.focus\:h-14:focus{height:3.5rem}.focus\:h-16:focus{height:4rem}.focus\:h-20:focus{height:5rem}.focus\:h-24:focus{height:6rem}.focus\:h-28:focus{height:7rem}.focus\:h-32:focus{height:8rem}.focus\:h-36:focus{height:9rem}.focus\:h-40:focus{height:10rem}.focus\:h-44:focus{height:11rem}.focus\:h-48:focus{height:12rem}.focus\:h-52:focus{height:13rem}.focus\:h-56:focus{height:14rem}.focus\:h-60:focus{height:15rem}.focus\:h-64:focus{height:16rem}.focus\:h-72:focus{height:18rem}.focus\:h-80:focus{height:20rem}.focus\:h-96:focus{height:24rem}.focus\:h-auto:focus{height:auto}.focus\:h-full:focus{height:100%}.focus\:h-screen:focus{height:100vh}.focus\:h-min:focus{height:min-content}.focus\:h-max:focus{height:max-content}.focus\:h-fit:focus{height:fit-content}.focus\:h-0\.5:focus{height:.125rem}.focus\:h-1\.5:focus{height:.375rem}.focus\:h-2\.5:focus{height:.625rem}.focus\:h-3\.5:focus{height:.875rem}.focus\:h-1\/2:focus{height:50%}.focus\:h-1\/3:focus{height:33.333333%}.focus\:h-1\/4:focus{height:25%}.focus\:h-1\/5:focus{height:20%}.focus\:h-1\/6:focus{height:16.666667%}.focus\:h-2\/3:focus{height:66.666667%}.focus\:h-2\/4:focus{height:50%}.focus\:h-2\/5:focus{height:40%}.focus\:h-2\/6:focus{height:33.333333%}.focus\:h-3\/4:focus{height:75%}.focus\:h-3\/5:focus{height:60%}.focus\:h-3\/6:focus{height:50%}.focus\:h-4\/5:focus{height:80%}.focus\:h-4\/6:focus{height:66.666667%}.focus\:h-5\/6:focus{height:83.333333%}.focus\:border{border-width:1px}.focus\:border-b{border:0px;border-bottom:1px}.focus\:border-b-0:focus{border:0px;border-bottom:1px;border-bottom-width:0px}.focus\:border-b-2:focus{border:0px;border-bottom:1px;border-bottom-width:2px}.focus\:border-b-4:focus{border:0px;border-bottom:1px;border-bottom-width:4px}.focus\:border-b-8:focus{border:0px;border-bottom:1px;border-bottom-width:8px}.focus\:border-t{border:0px;border-top:1px}.focus\:border-t-0:focus{border:0px;border-top:1px;border-top-width:0px}.focus\:border-t-2:focus{border:0px;border-top:1px;border-top-width:2px}.focus\:border-t-4:focus{border:0px;border-top:1px;border-top-width:4px}.focus\:border-t-8:focus{border:0px;border-top:1px;border-top-width:8px}.focus\:border-r{border:0px;border-right:1px solid}.focus\:border-r-0:focus{border:0px;border-right-width:0px}.focus\:border-r-2:focus{border:0px;border-right-width:2px}.focus\:border-r-4:focus{border:0px;border-right-width:4px}.focus\:border-r-8:focus{border:0px;border-right-width:8px}.focus\:border-l{border:0px;border-left:1px}.focus\:border-l-0:focus{border:0px;border-left:1px;border-left-width:0px}.focus\:border-l-2:focus{border:0px;border-left:1px;border-left-width:2px}.focus\:border-l-4:focus{border:0px;border-left:1px;border-left-width:4px}.focus\:border-l-8:focus{border:0px;border-left:1px;border-left-width:8px}.focus\:border-0:focus{border-width:0px}.focus\:border-2:focus{border-width:2px}.focus\:border-4:focus{border-width:4px}.focus\:border-8:focus{border-width:8px}.focus\:border-none:focus{border-style:none}.focus\:border-solid:focus{border-style:solid}.focus\:border-dashed:focus{border-style:dashed}.focus\:border-dotted:focus{border-style:dotted}.focus\:border-double:focus{border-style:double}.focus\:border-groove:focus{border-style:groove}.focus\:border-ridge:focus{border-style:ridge}.focus\:border-inset:focus{border-style:inset}.focus\:border-outset:focus{border-style:outset}.focus\:border-transparent:focus{border-color:transparent}.focus\:border-black:focus{border-color:#000}.focus\:border-white:focus{border-color:#fff}.focus\:border-slate-50:focus{border-color:#f8fafc}.focus\:border-slate-100:focus{border-color:#f1f5f9}.focus\:border-slate-200:focus{border-color:#e2e8f0}.focus\:border-slate-300:focus{border-color:#cbd5e1}.focus\:border-slate-400:focus{border-color:#94a3b8}.focus\:border-slate-500:focus{border-color:#64748b}.focus\:border-slate-600:focus{border-color:#475569}.focus\:border-slate-700:focus{border-color:#334155}.focus\:border-slate-800:focus{border-color:#1e293b}.focus\:border-slate-900:focus{border-color:#0f172a}.focus\:border-slate-950:focus{border-color:#020617}.focus\:border-gray-50:focus{border-color:#f9fafb}.focus\:border-gray-100:focus{border-color:#f3f4f6}.focus\:border-gray-200:focus{border-color:#e5e7eb}.focus\:border-gray-300:focus{border-color:#d1d5db}.focus\:border-gray-400:focus{border-color:#9ca3af}.focus\:border-gray-500:focus{border-color:#6b7280}.focus\:border-gray-600:focus{border-color:#4b5563}.focus\:border-gray-700:focus{border-color:#374151}.focus\:border-gray-800:focus{border-color:#1f2937}.focus\:border-gray-900:focus{border-color:#111827}.focus\:border-gray-950:focus{border-color:#030712}.focus\:border-zinc-50:focus{border-color:#fafafa}.focus\:border-zinc-100:focus{border-color:#f4f4f5}.focus\:border-zinc-200:focus{border-color:#e4e4e7}.focus\:border-zinc-300:focus{border-color:#d4d4d8}.focus\:border-zinc-400:focus{border-color:#a1a1aa}.focus\:border-zinc-500:focus{border-color:#71717a}.focus\:border-zinc-600:focus{border-color:#52525b}.focus\:border-zinc-700:focus{border-color:#3f3f46}.focus\:border-zinc-800:focus{border-color:#27272a}.focus\:border-zinc-900:focus{border-color:#18181b}.focus\:border-zinc-950:focus{border-color:#09090b}.focus\:border-neutral-50:focus{border-color:#fafafa}.focus\:border-neutral-100:focus{border-color:#f5f5f5}.focus\:border-neutral-200:focus{border-color:#e5e5e5}.focus\:border-neutral-300:focus{border-color:#d4d4d4}.focus\:border-neutral-400:focus{border-color:#a3a3a3}.focus\:border-neutral-500:focus{border-color:#737373}.focus\:border-neutral-600:focus{border-color:#525252}.focus\:border-neutral-700:focus{border-color:#404040}.focus\:border-neutral-800:focus{border-color:#262626}.focus\:border-neutral-900:focus{border-color:#171717}.focus\:border-neutral-950:focus{border-color:#0a0a0a}.focus\:border-stone-50:focus{border-color:#fafaf9}.focus\:border-stone-100:focus{border-color:#f5f5f4}.focus\:border-stone-200:focus{border-color:#e7e5e4}.focus\:border-stone-300:focus{border-color:#d6d3d1}.focus\:border-stone-400:focus{border-color:#a8a29e}.focus\:border-stone-500:focus{border-color:#78716c}.focus\:border-stone-600:focus{border-color:#57534e}.focus\:border-stone-700:focus{border-color:#44403c}.focus\:border-stone-800:focus{border-color:#292524}.focus\:border-stone-900:focus{border-color:#1c1917}.focus\:border-stone-950:focus{border-color:#0c0a09}.focus\:border-red-50:focus{border-color:#fef2f2}.focus\:border-red-100:focus{border-color:#fee2e2}.focus\:border-red-200:focus{border-color:#fecaca}.focus\:border-red-300:focus{border-color:#fca5a5}.focus\:border-red-400:focus{border-color:#f87171}.focus\:border-red-500:focus{border-color:#ef4444}.focus\:border-red-600:focus{border-color:#dc2626}.focus\:border-red-700:focus{border-color:#b91c1c}.focus\:border-red-800:focus{border-color:#991b1b}.focus\:border-red-900:focus{border-color:#7f1d1d}.focus\:border-red-950:focus{border-color:#450a0a}.focus\:border-orange-50:focus{border-color:#fff7ed}.focus\:border-orange-100:focus{border-color:#ffedd5}.focus\:border-orange-200:focus{border-color:#fed7aa}.focus\:border-orange-300:focus{border-color:#fdba74}.focus\:border-orange-400:focus{border-color:#fb923c}.focus\:border-orange-500:focus{border-color:#f97316}.focus\:border-orange-600:focus{border-color:#ea580c}.focus\:border-orange-700:focus{border-color:#c2410c}.focus\:border-orange-800:focus{border-color:#9a3412}.focus\:border-orange-900:focus{border-color:#7c2d12}.focus\:border-orange-950:focus{border-color:#431407}.focus\:border-amber-50:focus{border-color:#fffbeb}.focus\:border-amber-100:focus{border-color:#fef3c7}.focus\:border-amber-200:focus{border-color:#fde68a}.focus\:border-amber-300:focus{border-color:#fcd34d}.focus\:border-amber-400:focus{border-color:#fbbf24}.focus\:border-amber-500:focus{border-color:#f59e0b}.focus\:border-amber-600:focus{border-color:#d97706}.focus\:border-amber-700:focus{border-color:#b45309}.focus\:border-amber-800:focus{border-color:#92400e}.focus\:border-amber-900:focus{border-color:#78350f}.focus\:border-amber-950:focus{border-color:#451a03}.focus\:border-yellow-50:focus{border-color:#fefce8}.focus\:border-yellow-100:focus{border-color:#fef9c3}.focus\:border-yellow-200:focus{border-color:#fef08a}.focus\:border-yellow-300:focus{border-color:#fde047}.focus\:border-yellow-400:focus{border-color:#facc15}.focus\:border-yellow-500:focus{border-color:#eab308}.focus\:border-yellow-600:focus{border-color:#ca8a04}.focus\:border-yellow-700:focus{border-color:#a16207}.focus\:border-yellow-800:focus{border-color:#854d0e}.focus\:border-yellow-900:focus{border-color:#713f12}.focus\:border-yellow-950:focus{border-color:#422006}.focus\:border-lime-50:focus{border-color:#f7fee7}.focus\:border-lime-100:focus{border-color:#ecfccb}.focus\:border-lime-200:focus{border-color:#d9f99d}.focus\:border-lime-300:focus{border-color:#bef264}.focus\:border-lime-400:focus{border-color:#a3e635}.focus\:border-lime-500:focus{border-color:#84cc16}.focus\:border-lime-600:focus{border-color:#65a30d}.focus\:border-lime-700:focus{border-color:#4d7c0f}.focus\:border-lime-800:focus{border-color:#3f6212}.focus\:border-lime-900:focus{border-color:#365314}.focus\:border-lime-950:focus{border-color:#1a2e05}.focus\:border-green-50:focus{border-color:#f0fdf4}.focus\:border-green-100:focus{border-color:#dcfce7}.focus\:border-green-200:focus{border-color:#bbf7d0}.focus\:border-green-300:focus{border-color:#86efac}.focus\:border-green-400:focus{border-color:#4ade80}.focus\:border-green-500:focus{border-color:#22c55e}.focus\:border-green-600:focus{border-color:#16a34a}.focus\:border-green-700:focus{border-color:#15803d}.focus\:border-green-800:focus{border-color:#166534}.focus\:border-green-900:focus{border-color:#14532d}.focus\:border-green-950:focus{border-color:#052e16}.focus\:border-emerald-50:focus{border-color:#ecfdf5}.focus\:border-emerald-100:focus{border-color:#d1fae5}.focus\:border-emerald-200:focus{border-color:#a7f3d0}.focus\:border-emerald-300:focus{border-color:#6ee7b7}.focus\:border-emerald-400:focus{border-color:#34d399}.focus\:border-emerald-500:focus{border-color:#10b981}.focus\:border-emerald-600:focus{border-color:#059669}.focus\:border-emerald-700:focus{border-color:#047857}.focus\:border-emerald-800:focus{border-color:#065f46}.focus\:border-emerald-900:focus{border-color:#064e3b}.focus\:border-emerald-950:focus{border-color:#022c22}.focus\:border-teal-50:focus{border-color:#f0fdfa}.focus\:border-teal-100:focus{border-color:#ccfbf1}.focus\:border-teal-200:focus{border-color:#99f6e4}.focus\:border-teal-300:focus{border-color:#5eead4}.focus\:border-teal-400:focus{border-color:#2dd4bf}.focus\:border-teal-500:focus{border-color:#14b8a6}.focus\:border-teal-600:focus{border-color:#0d9488}.focus\:border-teal-700:focus{border-color:#0f766e}.focus\:border-teal-800:focus{border-color:#115e59}.focus\:border-teal-900:focus{border-color:#134e4a}.focus\:border-teal-950:focus{border-color:#042f2e}.focus\:border-cyan-50:focus{border-color:#ecfeff}.focus\:border-cyan-100:focus{border-color:#cffafe}.focus\:border-cyan-200:focus{border-color:#a5f3fc}.focus\:border-cyan-300:focus{border-color:#67e8f9}.focus\:border-cyan-400:focus{border-color:#22d3ee}.focus\:border-cyan-500:focus{border-color:#06b6d4}.focus\:border-cyan-600:focus{border-color:#0891b2}.focus\:border-cyan-700:focus{border-color:#0e7490}.focus\:border-cyan-800:focus{border-color:#155e75}.focus\:border-cyan-900:focus{border-color:#164e63}.focus\:border-cyan-950:focus{border-color:#083344}.focus\:border-sky-50:focus{border-color:#f0f9ff}.focus\:border-sky-100:focus{border-color:#e0f2fe}.focus\:border-sky-200:focus{border-color:#bae6fd}.focus\:border-sky-300:focus{border-color:#7dd3fc}.focus\:border-sky-400:focus{border-color:#38bdf8}.focus\:border-sky-500:focus{border-color:#0ea5e9}.focus\:border-sky-600:focus{border-color:#0284c7}.focus\:border-sky-700:focus{border-color:#0369a1}.focus\:border-sky-800:focus{border-color:#075985}.focus\:border-sky-900:focus{border-color:#0c4a6e}.focus\:border-sky-950:focus{border-color:#082f49}.focus\:border-blue-50:focus{border-color:#eff6ff}.focus\:border-blue-100:focus{border-color:#dbeafe}.focus\:border-blue-200:focus{border-color:#bfdbfe}.focus\:border-blue-300:focus{border-color:#93c5fd}.focus\:border-blue-400:focus{border-color:#60a5fa}.focus\:border-blue-500:focus{border-color:#3b82f6}.focus\:border-blue-600:focus{border-color:#2563eb}.focus\:border-blue-700:focus{border-color:#1d4ed8}.focus\:border-blue-800:focus{border-color:#1e40af}.focus\:border-blue-900:focus{border-color:#1e3a8a}.focus\:border-blue-950:focus{border-color:#172554}.focus\:border-indigo-50:focus{border-color:#eef2ff}.focus\:border-indigo-100:focus{border-color:#e0e7ff}.focus\:border-indigo-200:focus{border-color:#c7d2fe}.focus\:border-indigo-300:focus{border-color:#a5b4fc}.focus\:border-indigo-400:focus{border-color:#818cf8}.focus\:border-indigo-500:focus{border-color:#6366f1}.focus\:border-indigo-600:focus{border-color:#4f46e5}.focus\:border-indigo-700:focus{border-color:#4338ca}.focus\:border-indigo-800:focus{border-color:#3730a3}.focus\:border-indigo-900:focus{border-color:#312e81}.focus\:border-indigo-950:focus{border-color:#1e1b4b}.focus\:border-violet-50:focus{border-color:#f5f3ff}.focus\:border-violet-100:focus{border-color:#ede9fe}.focus\:border-violet-200:focus{border-color:#ddd6fe}.focus\:border-violet-300:focus{border-color:#c4b5fd}.focus\:border-violet-400:focus{border-color:#a78bfa}.focus\:border-violet-500:focus{border-color:#8b5cf6}.focus\:border-violet-600:focus{border-color:#7c3aed}.focus\:border-violet-700:focus{border-color:#6d28d9}.focus\:border-violet-800:focus{border-color:#5b21b6}.focus\:border-violet-900:focus{border-color:#4c1d95}.focus\:border-violet-950:focus{border-color:#2e1065}.focus\:border-purple-50:focus{border-color:#faf5ff}.focus\:border-purple-100:focus{border-color:#f3e8ff}.focus\:border-purple-200:focus{border-color:#e9d5ff}.focus\:border-purple-300:focus{border-color:#d8b4fe}.focus\:border-purple-400:focus{border-color:#c084fc}.focus\:border-purple-500:focus{border-color:#a855f7}.focus\:border-purple-600:focus{border-color:#9333ea}.focus\:border-purple-700:focus{border-color:#7e22ce}.focus\:border-purple-800:focus{border-color:#6b21a8}.focus\:border-purple-900:focus{border-color:#581c87}.focus\:border-purple-950:focus{border-color:#3b0764}.focus\:border-fuchsia-50:focus{border-color:#fdf4ff}.focus\:border-fuchsia-100:focus{border-color:#fae8ff}.focus\:border-fuchsia-200:focus{border-color:#f5d0fe}.focus\:border-fuchsia-300:focus{border-color:#f0abfc}.focus\:border-fuchsia-400:focus{border-color:#e879f9}.focus\:border-fuchsia-500:focus{border-color:#d946ef}.focus\:border-fuchsia-600:focus{border-color:#c026d3}.focus\:border-fuchsia-700:focus{border-color:#a21caf}.focus\:border-fuchsia-800:focus{border-color:#86198f}.focus\:border-fuchsia-900:focus{border-color:#701a75}.focus\:border-fuchsia-950:focus{border-color:#4a044e}.focus\:border-pink-50:focus{border-color:#fdf2f8}.focus\:border-pink-100:focus{border-color:#fce7f3}.focus\:border-pink-200:focus{border-color:#fbcfe8}.focus\:border-pink-300:focus{border-color:#f9a8d4}.focus\:border-pink-400:focus{border-color:#f472b6}.focus\:border-pink-500:focus{border-color:#ec4899}.focus\:border-pink-600:focus{border-color:#db2777}.focus\:border-pink-700:focus{border-color:#be185d}.focus\:border-pink-800:focus{border-color:#9d174d}.focus\:border-pink-900:focus{border-color:#831843}.focus\:border-pink-950:focus{border-color:#500724}.focus\:border-rose-50:focus{border-color:#fff1f2}.focus\:border-rose-100:focus{border-color:#ffe4e6}.focus\:border-rose-200:focus{border-color:#fecdd3}.focus\:border-rose-300:focus{border-color:#fda4af}.focus\:border-rose-400:focus{border-color:#fb7185}.focus\:border-rose-500:focus{border-color:#f43f5e}.focus\:border-rose-600:focus{border-color:#e11d48}.focus\:border-rose-700:focus{border-color:#be123c}.focus\:border-rose-800:focus{border-color:#9f1239}.focus\:border-rose-900:focus{border-color:#881337}.focus\:border-rose-950:focus{border-color:#4c0519}.focus\:border-primary:focus{border-color:#3874ff}.focus\:border-primary-bold:focus{border-color:#002660}.focus\:border-primary-hover:focus{border-color:#003585}.focus\:border-primary-border:focus{border-color:#156ef3}.focus\:border-primary-focus-lv1:focus{border-color:#6492ff}.focus\:border-primary-focus-lv2:focus{border-color:#c7ddff}.focus\:border-primary-bg-color:focus{border-color:#f8fbff}.focus\:border-success:focus{border-color:#00bd7e}.focus\:border-success-bold:focus{border-color:#006c58}.focus\:border-success-hover:focus{border-color:#008d5e}.focus\:border-success-border:focus{border-color:#17e5a1}.focus\:border-success-focus-lv1:focus{border-color:#a9fbe0}.focus\:border-success-bg-color:focus{border-color:#ebfff8}.focus\:border-warning:focus{border-color:#ffb41f}.focus\:border-warning-bold:focus{border-color:#b77d09}.focus\:border-warning-hover:focus{border-color:#e39f17}.focus\:border-warning-border:focus{border-color:#f7c86a}.focus\:border-warning-focus-lv1:focus{border-color:#fbe0a9}.focus\:border-warning-bg-color:focus{border-color:#fff8eb}.focus\:border-danger:focus{border-color:#b20000}.focus\:border-danger-bold:focus{border-color:#920122}.focus\:border-danger-hover:focus{border-color:#c60833}.focus\:border-danger-border:focus{border-color:#f35370}.focus\:border-danger-focus-lv1:focus{border-color:#fdabb9}.focus\:border-danger-bg-color:focus{border-color:#fff1f4}.focus\:border-info:focus{border-color:#2668cb}.focus\:border-info-bold:focus{border-color:#023480}.focus\:border-info-hover:focus{border-color:#0f4eae}.focus\:border-info-border:focus{border-color:#679ef2}.focus\:border-info-focus-lv1:focus{border-color:#c1d9fd}.focus\:border-info-bg-color:focus{border-color:#f2f7ff}.focus\:border-neutral-100:focus{border-color:#1a1a1a}.focus\:border-neutral-90:focus{border-color:#424242}.focus\:border-neutral-80:focus{border-color:#616161}.focus\:border-neutral-70:focus{border-color:#757575}.focus\:border-neutral-60:focus{border-color:#9e9e9e}.focus\:border-neutral-50:focus{border-color:#c2c2c2}.focus\:border-neutral-40:focus{border-color:#e0e0e0}.focus\:border-neutral-30:focus{border-color:#ededed}.focus\:border-neutral-20:focus{border-color:#f5f5f5}.focus\:border-base:focus{border-color:#f5f7fa}.focus\:rounded{border-radius:.25rem}.focus\:rounded-none:focus{border-radius:0}.focus\:rounded-e-none:focus{border-start-end-radius:0px;border-end-end-radius:0px}.focus\:rounded-s-none:focus{border-start-start-radius:0px;border-end-start-radius:0px}.focus\:rounded-t-none:focus{border-top-left-radius:0;border-top-right-radius:0}.focus\:rounded-r-none:focus{border-top-right-radius:0;border-bottom-right-radius:0}.focus\:rounded-b-none:focus{border-bottom-right-radius:0;border-bottom-left-radius:0}.focus\:rounded-l-none:focus{border-top-left-radius:0;border-bottom-left-radius:0}.focus\:rounded-ss-none:focus{border-start-start-radius:0px}.focus\:rounded-se-none:focus{border-start-end-radius:0px}.focus\:rounded-ee-none:focus{border-end-end-radius:0px}.focus\:rounded-es-none:focus{border-end-start-radius:0px}.focus\:rounded-tl-none:focus{border-top-left-radius:0}.focus\:rounded-tr-none:focus{border-top-right-radius:0}.focus\:rounded-br-none:focus{border-bottom-right-radius:0}.focus\:rounded-md:focus{border-radius:.375rem}.focus\:rounded-e-md:focus{border-start-end-radius:.375rem;border-end-end-radius:.375rem}.focus\:rounded-s-md:focus{border-start-start-radius:.375rem;border-end-start-radius:.375rem}.focus\:rounded-t-md:focus{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.focus\:rounded-r-md:focus{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.focus\:rounded-b-md:focus{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.focus\:rounded-l-md:focus{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.focus\:rounded-ss-md:focus{border-start-start-radius:.375rem}.focus\:rounded-se-md:focus{border-start-end-radius:.375rem}.focus\:rounded-ee-md:focus{border-end-end-radius:.375rem}.focus\:rounded-es-md:focus{border-end-start-radius:.375rem}.focus\:rounded-tl-md:focus{border-top-left-radius:.375rem}.focus\:rounded-tr-md:focus{border-top-right-radius:.375rem}.focus\:rounded-br-md:focus{border-bottom-right-radius:.375rem}.focus\:rounded-lg:focus{border-radius:.5rem}.focus\:rounded-e-lg:focus{border-start-end-radius:.5rem;border-end-end-radius:.5rem}.focus\:rounded-s-lg:focus{border-start-start-radius:.5rem;border-end-start-radius:.5rem}.focus\:rounded-t-lg:focus{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.focus\:rounded-r-lg:focus{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.focus\:rounded-b-lg:focus{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.focus\:rounded-l-lg:focus{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.focus\:rounded-ss-lg:focus{border-start-start-radius:.5rem}.focus\:rounded-se-lg:focus{border-start-end-radius:.5rem}.focus\:rounded-ee-lg:focus{border-end-end-radius:.5rem}.focus\:rounded-es-lg:focus{border-end-start-radius:.5rem}.focus\:rounded-tl-lg:focus{border-top-left-radius:.5rem}.focus\:rounded-tr-lg:focus{border-top-right-radius:.5rem}.focus\:rounded-br-lg:focus{border-bottom-right-radius:.5rem}.focus\:rounded-xl:focus{border-radius:.75rem}.focus\:rounded-e-xl:focus{border-start-end-radius:.75rem;border-end-end-radius:.75rem}.focus\:rounded-s-xl:focus{border-start-start-radius:.75rem;border-end-start-radius:.75rem}.focus\:rounded-t-xl:focus{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.focus\:rounded-r-xl:focus{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.focus\:rounded-b-xl:focus{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.focus\:rounded-l-xl:focus{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.focus\:rounded-ss-xl:focus{border-start-start-radius:.75rem}.focus\:rounded-se-xl:focus{border-start-end-radius:.75rem}.focus\:rounded-ee-xl:focus{border-end-end-radius:.75rem}.focus\:rounded-es-xl:focus{border-end-start-radius:.75rem}.focus\:rounded-tl-xl:focus{border-top-left-radius:.75rem}.focus\:rounded-tr-xl:focus{border-top-right-radius:.75rem}.focus\:rounded-br-xl:focus{border-bottom-right-radius:.75rem}.focus\:rounded-2xl:focus{border-radius:1rem}.focus\:rounded-e-2xl:focus{border-start-end-radius:1rem;border-end-end-radius:1rem}.focus\:rounded-s-2xl:focus{border-start-start-radius:1rem;border-end-start-radius:1rem}.focus\:rounded-t-2xl:focus{border-top-left-radius:1rem;border-top-right-radius:1rem}.focus\:rounded-r-2xl:focus{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.focus\:rounded-b-2xl:focus{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.focus\:rounded-l-2xl:focus{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.focus\:rounded-ss-2xl:focus{border-start-start-radius:1rem}.focus\:rounded-se-2xl:focus{border-start-end-radius:1rem}.focus\:rounded-ee-2xl:focus{border-end-end-radius:1rem}.focus\:rounded-es-2xl:focus{border-end-start-radius:1rem}.focus\:rounded-tl-2xl:focus{border-top-left-radius:1rem}.focus\:rounded-tr-2xl:focus{border-top-right-radius:1rem}.focus\:rounded-br-2xl:focus{border-bottom-right-radius:1rem}.focus\:rounded-3xl:focus{border-radius:1.5rem}.focus\:rounded-e-3xl:focus{border-start-end-radius:1.5rem;border-end-end-radius:1.5rem}.focus\:rounded-s-3xl:focus{border-start-start-radius:1.5rem;border-end-start-radius:1.5rem}.focus\:rounded-t-3xl:focus{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.focus\:rounded-r-3xl:focus{border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}.focus\:rounded-b-3xl:focus{border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem}.focus\:rounded-l-3xl:focus{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}.focus\:rounded-ss-3xl:focus{border-start-start-radius:1.5rem}.focus\:rounded-se-3xl:focus{border-start-end-radius:1.5rem}.focus\:rounded-ee-3xl:focus{border-end-end-radius:1.5rem}.focus\:rounded-es-3xl:focus{border-end-start-radius:1.5rem}.focus\:rounded-tl-3xl:focus{border-top-left-radius:1.5rem}.focus\:rounded-tr-3xl:focus{border-top-right-radius:1.5rem}.focus\:rounded-br-3xl:focus{border-bottom-right-radius:1.5rem}.focus\:rounded-full:focus{border-radius:9999px}.focus\:rounded-e-full:focus{border-start-end-radius:9999px;border-end-end-radius:9999px}.focus\:rounded-s-full:focus{border-start-start-radius:9999px;border-end-start-radius:9999px}.focus\:rounded-t-full:focus{border-top-left-radius:9999px;border-top-right-radius:9999px}.focus\:rounded-r-full:focus{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.focus\:rounded-b-full:focus{border-bottom-right-radius:9999px;border-bottom-left-radius:9999px}.focus\:rounded-l-full:focus{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.focus\:rounded-ss-full:focus{border-start-start-radius:9999px}.focus\:rounded-se-full:focus{border-start-end-radius:9999px}.focus\:rounded-ee-full:focus{border-end-end-radius:9999px}.focus\:rounded-es-full:focus{border-end-start-radius:9999px}.focus\:rounded-tl-full:focus{border-top-left-radius:9999px}.focus\:rounded-tr-full:focus{border-top-right-radius:9999px}.focus\:rounded-br-full:focus{border-bottom-right-radius:9999px}.focus\:text-center:focus{text-align:center}.focus\:text-left:focus{text-align:left}.focus\:text-right:focus{text-align:right}.focus\:text-justify:focus{text-align:justify}.focus\:text-start:focus{text-align:start}.focus\:text-end:focus{text-align:end}.focus\:text-transparent:focus{color:transparent}.focus\:text-black:focus{color:#000}.focus\:text-white:focus{color:#fff}.focus\:text-slate-50:focus{color:#f8fafc}.focus\:text-slate-100:focus{color:#f1f5f9}.focus\:text-slate-200:focus{color:#e2e8f0}.focus\:text-slate-300:focus{color:#cbd5e1}.focus\:text-slate-400:focus{color:#94a3b8}.focus\:text-slate-500:focus{color:#64748b}.focus\:text-slate-600:focus{color:#475569}.focus\:text-slate-700:focus{color:#334155}.focus\:text-slate-800:focus{color:#1e293b}.focus\:text-slate-900:focus{color:#0f172a}.focus\:text-slate-950:focus{color:#020617}.focus\:text-gray-50:focus{color:#f9fafb}.focus\:text-gray-100:focus{color:#f3f4f6}.focus\:text-gray-200:focus{color:#e5e7eb}.focus\:text-gray-300:focus{color:#d1d5db}.focus\:text-gray-400:focus{color:#9ca3af}.focus\:text-gray-500:focus{color:#6b7280}.focus\:text-gray-600:focus{color:#4b5563}.focus\:text-gray-700:focus{color:#374151}.focus\:text-gray-800:focus{color:#1f2937}.focus\:text-gray-900:focus{color:#111827}.focus\:text-gray-950:focus{color:#030712}.focus\:text-zinc-50:focus{color:#fafafa}.focus\:text-zinc-100:focus{color:#f4f4f5}.focus\:text-zinc-200:focus{color:#e4e4e7}.focus\:text-zinc-300:focus{color:#d4d4d8}.focus\:text-zinc-400:focus{color:#a1a1aa}.focus\:text-zinc-500:focus{color:#71717a}.focus\:text-zinc-600:focus{color:#52525b}.focus\:text-zinc-700:focus{color:#3f3f46}.focus\:text-zinc-800:focus{color:#27272a}.focus\:text-zinc-900:focus{color:#18181b}.focus\:text-zinc-950:focus{color:#09090b}.focus\:text-neutral-50:focus{color:#fafafa}.focus\:text-neutral-100:focus{color:#f5f5f5}.focus\:text-neutral-200:focus{color:#e5e5e5}.focus\:text-neutral-300:focus{color:#d4d4d4}.focus\:text-neutral-400:focus{color:#a3a3a3}.focus\:text-neutral-500:focus{color:#737373}.focus\:text-neutral-600:focus{color:#525252}.focus\:text-neutral-700:focus{color:#404040}.focus\:text-neutral-800:focus{color:#262626}.focus\:text-neutral-900:focus{color:#171717}.focus\:text-neutral-950:focus{color:#0a0a0a}.focus\:text-stone-50:focus{color:#fafaf9}.focus\:text-stone-100:focus{color:#f5f5f4}.focus\:text-stone-200:focus{color:#e7e5e4}.focus\:text-stone-300:focus{color:#d6d3d1}.focus\:text-stone-400:focus{color:#a8a29e}.focus\:text-stone-500:focus{color:#78716c}.focus\:text-stone-600:focus{color:#57534e}.focus\:text-stone-700:focus{color:#44403c}.focus\:text-stone-800:focus{color:#292524}.focus\:text-stone-900:focus{color:#1c1917}.focus\:text-stone-950:focus{color:#0c0a09}.focus\:text-red-50:focus{color:#fef2f2}.focus\:text-red-100:focus{color:#fee2e2}.focus\:text-red-200:focus{color:#fecaca}.focus\:text-red-300:focus{color:#fca5a5}.focus\:text-red-400:focus{color:#f87171}.focus\:text-red-500:focus{color:#ef4444}.focus\:text-red-600:focus{color:#dc2626}.focus\:text-red-700:focus{color:#b91c1c}.focus\:text-red-800:focus{color:#991b1b}.focus\:text-red-900:focus{color:#7f1d1d}.focus\:text-red-950:focus{color:#450a0a}.focus\:text-orange-50:focus{color:#fff7ed}.focus\:text-orange-100:focus{color:#ffedd5}.focus\:text-orange-200:focus{color:#fed7aa}.focus\:text-orange-300:focus{color:#fdba74}.focus\:text-orange-400:focus{color:#fb923c}.focus\:text-orange-500:focus{color:#f97316}.focus\:text-orange-600:focus{color:#ea580c}.focus\:text-orange-700:focus{color:#c2410c}.focus\:text-orange-800:focus{color:#9a3412}.focus\:text-orange-900:focus{color:#7c2d12}.focus\:text-orange-950:focus{color:#431407}.focus\:text-amber-50:focus{color:#fffbeb}.focus\:text-amber-100:focus{color:#fef3c7}.focus\:text-amber-200:focus{color:#fde68a}.focus\:text-amber-300:focus{color:#fcd34d}.focus\:text-amber-400:focus{color:#fbbf24}.focus\:text-amber-500:focus{color:#f59e0b}.focus\:text-amber-600:focus{color:#d97706}.focus\:text-amber-700:focus{color:#b45309}.focus\:text-amber-800:focus{color:#92400e}.focus\:text-amber-900:focus{color:#78350f}.focus\:text-amber-950:focus{color:#451a03}.focus\:text-yellow-50:focus{color:#fefce8}.focus\:text-yellow-100:focus{color:#fef9c3}.focus\:text-yellow-200:focus{color:#fef08a}.focus\:text-yellow-300:focus{color:#fde047}.focus\:text-yellow-400:focus{color:#facc15}.focus\:text-yellow-500:focus{color:#eab308}.focus\:text-yellow-600:focus{color:#ca8a04}.focus\:text-yellow-700:focus{color:#a16207}.focus\:text-yellow-800:focus{color:#854d0e}.focus\:text-yellow-900:focus{color:#713f12}.focus\:text-yellow-950:focus{color:#422006}.focus\:text-lime-50:focus{color:#f7fee7}.focus\:text-lime-100:focus{color:#ecfccb}.focus\:text-lime-200:focus{color:#d9f99d}.focus\:text-lime-300:focus{color:#bef264}.focus\:text-lime-400:focus{color:#a3e635}.focus\:text-lime-500:focus{color:#84cc16}.focus\:text-lime-600:focus{color:#65a30d}.focus\:text-lime-700:focus{color:#4d7c0f}.focus\:text-lime-800:focus{color:#3f6212}.focus\:text-lime-900:focus{color:#365314}.focus\:text-lime-950:focus{color:#1a2e05}.focus\:text-green-50:focus{color:#f0fdf4}.focus\:text-green-100:focus{color:#dcfce7}.focus\:text-green-200:focus{color:#bbf7d0}.focus\:text-green-300:focus{color:#86efac}.focus\:text-green-400:focus{color:#4ade80}.focus\:text-green-500:focus{color:#22c55e}.focus\:text-green-600:focus{color:#16a34a}.focus\:text-green-700:focus{color:#15803d}.focus\:text-green-800:focus{color:#166534}.focus\:text-green-900:focus{color:#14532d}.focus\:text-green-950:focus{color:#052e16}.focus\:text-emerald-50:focus{color:#ecfdf5}.focus\:text-emerald-100:focus{color:#d1fae5}.focus\:text-emerald-200:focus{color:#a7f3d0}.focus\:text-emerald-300:focus{color:#6ee7b7}.focus\:text-emerald-400:focus{color:#34d399}.focus\:text-emerald-500:focus{color:#10b981}.focus\:text-emerald-600:focus{color:#059669}.focus\:text-emerald-700:focus{color:#047857}.focus\:text-emerald-800:focus{color:#065f46}.focus\:text-emerald-900:focus{color:#064e3b}.focus\:text-emerald-950:focus{color:#022c22}.focus\:text-teal-50:focus{color:#f0fdfa}.focus\:text-teal-100:focus{color:#ccfbf1}.focus\:text-teal-200:focus{color:#99f6e4}.focus\:text-teal-300:focus{color:#5eead4}.focus\:text-teal-400:focus{color:#2dd4bf}.focus\:text-teal-500:focus{color:#14b8a6}.focus\:text-teal-600:focus{color:#0d9488}.focus\:text-teal-700:focus{color:#0f766e}.focus\:text-teal-800:focus{color:#115e59}.focus\:text-teal-900:focus{color:#134e4a}.focus\:text-teal-950:focus{color:#042f2e}.focus\:text-cyan-50:focus{color:#ecfeff}.focus\:text-cyan-100:focus{color:#cffafe}.focus\:text-cyan-200:focus{color:#a5f3fc}.focus\:text-cyan-300:focus{color:#67e8f9}.focus\:text-cyan-400:focus{color:#22d3ee}.focus\:text-cyan-500:focus{color:#06b6d4}.focus\:text-cyan-600:focus{color:#0891b2}.focus\:text-cyan-700:focus{color:#0e7490}.focus\:text-cyan-800:focus{color:#155e75}.focus\:text-cyan-900:focus{color:#164e63}.focus\:text-cyan-950:focus{color:#083344}.focus\:text-sky-50:focus{color:#f0f9ff}.focus\:text-sky-100:focus{color:#e0f2fe}.focus\:text-sky-200:focus{color:#bae6fd}.focus\:text-sky-300:focus{color:#7dd3fc}.focus\:text-sky-400:focus{color:#38bdf8}.focus\:text-sky-500:focus{color:#0ea5e9}.focus\:text-sky-600:focus{color:#0284c7}.focus\:text-sky-700:focus{color:#0369a1}.focus\:text-sky-800:focus{color:#075985}.focus\:text-sky-900:focus{color:#0c4a6e}.focus\:text-sky-950:focus{color:#082f49}.focus\:text-blue-50:focus{color:#eff6ff}.focus\:text-blue-100:focus{color:#dbeafe}.focus\:text-blue-200:focus{color:#bfdbfe}.focus\:text-blue-300:focus{color:#93c5fd}.focus\:text-blue-400:focus{color:#60a5fa}.focus\:text-blue-500:focus{color:#3b82f6}.focus\:text-blue-600:focus{color:#2563eb}.focus\:text-blue-700:focus{color:#1d4ed8}.focus\:text-blue-800:focus{color:#1e40af}.focus\:text-blue-900:focus{color:#1e3a8a}.focus\:text-blue-950:focus{color:#172554}.focus\:text-indigo-50:focus{color:#eef2ff}.focus\:text-indigo-100:focus{color:#e0e7ff}.focus\:text-indigo-200:focus{color:#c7d2fe}.focus\:text-indigo-300:focus{color:#a5b4fc}.focus\:text-indigo-400:focus{color:#818cf8}.focus\:text-indigo-500:focus{color:#6366f1}.focus\:text-indigo-600:focus{color:#4f46e5}.focus\:text-indigo-700:focus{color:#4338ca}.focus\:text-indigo-800:focus{color:#3730a3}.focus\:text-indigo-900:focus{color:#312e81}.focus\:text-indigo-950:focus{color:#1e1b4b}.focus\:text-violet-50:focus{color:#f5f3ff}.focus\:text-violet-100:focus{color:#ede9fe}.focus\:text-violet-200:focus{color:#ddd6fe}.focus\:text-violet-300:focus{color:#c4b5fd}.focus\:text-violet-400:focus{color:#a78bfa}.focus\:text-violet-500:focus{color:#8b5cf6}.focus\:text-violet-600:focus{color:#7c3aed}.focus\:text-violet-700:focus{color:#6d28d9}.focus\:text-violet-800:focus{color:#5b21b6}.focus\:text-violet-900:focus{color:#4c1d95}.focus\:text-violet-950:focus{color:#2e1065}.focus\:text-purple-50:focus{color:#faf5ff}.focus\:text-purple-100:focus{color:#f3e8ff}.focus\:text-purple-200:focus{color:#e9d5ff}.focus\:text-purple-300:focus{color:#d8b4fe}.focus\:text-purple-400:focus{color:#c084fc}.focus\:text-purple-500:focus{color:#a855f7}.focus\:text-purple-600:focus{color:#9333ea}.focus\:text-purple-700:focus{color:#7e22ce}.focus\:text-purple-800:focus{color:#6b21a8}.focus\:text-purple-900:focus{color:#581c87}.focus\:text-purple-950:focus{color:#3b0764}.focus\:text-fuchsia-50:focus{color:#fdf4ff}.focus\:text-fuchsia-100:focus{color:#fae8ff}.focus\:text-fuchsia-200:focus{color:#f5d0fe}.focus\:text-fuchsia-300:focus{color:#f0abfc}.focus\:text-fuchsia-400:focus{color:#e879f9}.focus\:text-fuchsia-500:focus{color:#d946ef}.focus\:text-fuchsia-600:focus{color:#c026d3}.focus\:text-fuchsia-700:focus{color:#a21caf}.focus\:text-fuchsia-800:focus{color:#86198f}.focus\:text-fuchsia-900:focus{color:#701a75}.focus\:text-fuchsia-950:focus{color:#4a044e}.focus\:text-pink-50:focus{color:#fdf2f8}.focus\:text-pink-100:focus{color:#fce7f3}.focus\:text-pink-200:focus{color:#fbcfe8}.focus\:text-pink-300:focus{color:#f9a8d4}.focus\:text-pink-400:focus{color:#f472b6}.focus\:text-pink-500:focus{color:#ec4899}.focus\:text-pink-600:focus{color:#db2777}.focus\:text-pink-700:focus{color:#be185d}.focus\:text-pink-800:focus{color:#9d174d}.focus\:text-pink-900:focus{color:#831843}.focus\:text-pink-950:focus{color:#500724}.focus\:text-rose-50:focus{color:#fff1f2}.focus\:text-rose-100:focus{color:#ffe4e6}.focus\:text-rose-200:focus{color:#fecdd3}.focus\:text-rose-300:focus{color:#fda4af}.focus\:text-rose-400:focus{color:#fb7185}.focus\:text-rose-500:focus{color:#f43f5e}.focus\:text-rose-600:focus{color:#e11d48}.focus\:text-rose-700:focus{color:#be123c}.focus\:text-rose-800:focus{color:#9f1239}.focus\:text-rose-900:focus{color:#881337}.focus\:text-rose-950:focus{color:#4c0519}.focus\:text-primary:focus{color:#3874ff}.focus\:text-primary-bold:focus{color:#002660}.focus\:text-primary-hover:focus{color:#003585}.focus\:text-primary-border:focus{color:#156ef3}.focus\:text-primary-focus-lv1:focus{color:#6492ff}.focus\:text-primary-focus-lv2:focus{color:#c7ddff}.focus\:text-primary-bg-color:focus{color:#f8fbff}.focus\:text-success:focus{color:#00bd7e}.focus\:text-success-bold:focus{color:#006c58}.focus\:text-success-hover:focus{color:#008d5e}.focus\:text-success-border:focus{color:#17e5a1}.focus\:text-success-focus-lv1:focus{color:#a9fbe0}.focus\:text-success-bg-color:focus{color:#ebfff8}.focus\:text-warning:focus{color:#ffb41f}.focus\:text-warning-bold:focus{color:#b77d09}.focus\:text-warning-hover:focus{color:#e39f17}.focus\:text-warning-border:focus{color:#f7c86a}.focus\:text-warning-focus-lv1:focus{color:#fbe0a9}.focus\:text-warning-bg-color:focus{color:#fff8eb}.focus\:text-danger:focus{color:#b20000}.focus\:text-danger-bold:focus{color:#920122}.focus\:text-danger-hover:focus{color:#c60833}.focus\:text-danger-border:focus{color:#f35370}.focus\:text-danger-focus-lv1:focus{color:#fdabb9}.focus\:text-danger-bg-color:focus{color:#fff1f4}.focus\:text-info:focus{color:#2668cb}.focus\:text-info-bold:focus{color:#023480}.focus\:text-info-hover:focus{color:#0f4eae}.focus\:text-info-border:focus{color:#679ef2}.focus\:text-info-focus-lv1:focus{color:#c1d9fd}.focus\:text-info-bg-color:focus{color:#f2f7ff}.focus\:text-neutral-100:focus{color:#1a1a1a}.focus\:text-neutral-90:focus{color:#424242}.focus\:text-neutral-80:focus{color:#616161}.focus\:text-neutral-70:focus{color:#757575}.focus\:text-neutral-60:focus{color:#9e9e9e}.focus\:text-neutral-50:focus{color:#c2c2c2}.focus\:text-neutral-40:focus{color:#e0e0e0}.focus\:text-neutral-30:focus{color:#ededed}.focus\:text-neutral-20:focus{color:#f5f5f5}.focus\:text-base:focus{color:#f5f7fa}.focus\:text-extraLight:focus{font-family:Mulish-ExtraLight,sans-serif}.focus\:text-light:focus{font-family:Mulish-Light,sans-serif}.focus\:text-regular:focus{font-family:Mulish-Regular,sans-serif}.focus\:text-medium:focus{font-family:Mulish-Medium,sans-serif}.focus\:text-semiBold:focus{font-family:Mulish-SemiBold,sans-serif}.focus\:text-bold:focus{font-family:Mulish-SemiBold,sans-serif}.focus\:text-extraBold:focus{font-family:Mulish-ExtraBold,sans-serif}.focus\:text-black:focus{font-family:Mulish-Black,sans-serif}.focus\:text-blackItalic:focus{font-family:Mulish-BlackItalic,sans-serif}.focus\:text-boldItalic:focus{font-family:Mulish-BoldItalic,sans-serif}.focus\:text-extraBoldItalic:focus{font-family:Mulish-ExtraBoldItalic,sans-serif}.focus\:text-extraLightItalic:focus{font-family:Mulish-ExtraLightItalic,sans-serif}.focus\:text-italic:focus{font-family:Mulish-Italic,sans-serif}.focus\:text-lightItalic:focus{font-family:Mulish-LightItalic,sans-serif}.focus\:text-mediumItalic:focus{font-family:Mulish-MediumItalic,sans-serif}.focus\:text-semiBoldItalic:focus{font-family:Mulish-SemiBoldItalic,sans-serif}.focus\:text-xs:focus{font-size:.75rem;line-height:1rem}.focus\:text-sm:focus{font-size:.875rem;line-height:1.25rem}.focus\:text-base:focus{font-size:1rem;line-height:1.5rem}.focus\:text-lg:focus{font-size:1.125rem;line-height:1.75rem}.focus\:text-xl:focus{font-size:1.25rem;line-height:1.75rem}.focus\:text-2xl:focus{font-size:1.5rem;line-height:2rem}.focus\:text-3xl:focus{font-size:1.875rem;line-height:2.25rem}.focus\:text-4xl:focus{font-size:2.25rem;line-height:2.5rem}.focus\:text-5xl:focus{font-size:3rem;line-height:1}.focus\:text-6xl:focus{font-size:3.75rem;line-height:1}.focus\:text-7xl:focus{font-size:4.5rem;line-height:1}.focus\:text-8xl:focus{font-size:6rem;line-height:1}.focus\:text-9xl:focus{font-size:8rem;line-height:1}.focus\:shadow-tailwind-two-extra-lager:focus{box-shadow:0 25px 50px -12px #00000040}.focus\:shadow-tailwind-extra-lager:focus{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.focus\:shadow-bootstrap-small:focus{box-shadow:0 2px 4px #00000013}.focus\:top-0:focus{top:0px}.focus\:top-px:focus{top:1px}.focus\:top-1:focus{top:.25rem}.focus\:top-2:focus{top:.5rem}.focus\:top-3:focus{top:.75rem}.focus\:top-4:focus{top:1rem}.focus\:top-5:focus{top:1.25rem}.focus\:top-6:focus{top:1.5rem}.focus\:top-7:focus{top:1.75rem}.focus\:top-8:focus{top:2rem}.focus\:top-9:focus{top:2.25rem}.focus\:top-10:focus{top:2.5rem}.focus\:top-11:focus{top:2.75rem}.focus\:top-12:focus{top:3rem}.focus\:top-14:focus{top:3.5rem}.focus\:top-16:focus{top:4rem}.focus\:top-20:focus{top:5rem}.focus\:top-24:focus{top:6rem}.focus\:top-28:focus{top:7rem}.focus\:top-32:focus{top:8rem}.focus\:top-36:focus{top:9rem}.focus\:top-40:focus{top:10rem}.focus\:top-44:focus{top:11rem}.focus\:top-48:focus{top:12rem}.focus\:top-52:focus{top:13rem}.focus\:top-56:focus{top:14rem}.focus\:top-60:focus{top:15rem}.focus\:top-64:focus{top:16rem}.focus\:top-72:focus{top:18rem}.focus\:top-80:focus{top:20rem}.focus\:top-96:focus{top:24rem}.focus\:top-auto:focus{top:auto}.focus\:top-full:focus{top:100%}.focus\:top-screen:focus{top:100vh}.focus\:top-min:focus{top:min-content}.focus\:top-max:focus{top:max-content}.focus\:top-fit:focus{top:fit-content}.focus\:top-1\/2{top:50%}.focus\:top-1\/3{top:33.333333%}.focus\:top-1\/4{top:25%}.focus\:top-1\/5{top:20%}.focus\:top-1\/6{top:16.666667%}.focus\:top-1\/12{top:8.333333%}.focus\:top-1\/2:focus{top:50%}.focus\:top-1\/3:focus{top:33.333333%}.focus\:top-1\/4:focus{top:25%}.focus\:top-1\/5:focus{top:20%}.focus\:top-1\/6:focus{top:16.666667%}.focus\:top-1\/12:focus{top:8.333333%}.focus\:bottom-0:focus{bottom:0px}.focus\:bottom-px:focus{bottom:1px}.focus\:bottom-1:focus{bottom:.25rem}.focus\:bottom-2:focus{bottom:.5rem}.focus\:bottom-3:focus{bottom:.75rem}.focus\:bottom-4:focus{bottom:1rem}.focus\:bottom-5:focus{bottom:1.25rem}.focus\:bottom-6:focus{bottom:1.5rem}.focus\:bottom-7:focus{bottom:1.75rem}.focus\:bottom-8:focus{bottom:2rem}.focus\:bottom-9:focus{bottom:2.25rem}.focus\:bottom-10:focus{bottom:2.5rem}.focus\:bottom-11:focus{bottom:2.75rem}.focus\:bottom-12:focus{bottom:3rem}.focus\:bottom-14:focus{bottom:3.5rem}.focus\:bottom-16:focus{bottom:4rem}.focus\:bottom-20:focus{bottom:5rem}.focus\:bottom-24:focus{bottom:6rem}.focus\:bottom-28:focus{bottom:7rem}.focus\:bottom-32:focus{bottom:8rem}.focus\:bottom-36:focus{bottom:9rem}.focus\:bottom-40:focus{bottom:10rem}.focus\:bottom-44:focus{bottom:11rem}.focus\:bottom-48:focus{bottom:12rem}.focus\:bottom-52:focus{bottom:13rem}.focus\:bottom-56:focus{bottom:14rem}.focus\:bottom-60:focus{bottom:15rem}.focus\:bottom-64:focus{bottom:16rem}.focus\:bottom-72:focus{bottom:18rem}.focus\:bottom-80:focus{bottom:20rem}.focus\:bottom-96:focus{bottom:24rem}.focus\:bottom-auto:focus{bottom:auto}.focus\:bottom-full:focus{bottom:100%}.focus\:bottom-screen:focus{bottom:100vh}.focus\:bottom-min:focus{bottom:min-content}.focus\:bottom-max:focus{bottom:max-content}.focus\:bottom-fit:focus{bottom:fit-content}.focus\:bottom-1\/2{bottom:50%}.focus\:bottom-1\/3{bottom:33.333333%}.focus\:bottom-1\/4{bottom:25%}.focus\:bottom-1\/5{bottom:20%}.focus\:bottom-1\/6{bottom:16.666667%}.focus\:bottom-1\/12{bottom:8.333333%}.focus\:bottom-1\/2:focus{bottom:50%}.focus\:bottom-1\/3:focus{bottom:33.333333%}.focus\:bottom-1\/4:focus{bottom:25%}.focus\:bottom-1\/5:focus{bottom:20%}.focus\:bottom-1\/6:focus{bottom:16.666667%}.focus\:bottom-1\/12:focus{bottom:8.333333%}.focus\:right-0:focus{right:0px}.focus\:right-px:focus{right:1px}.focus\:right-1:focus{right:.25rem}.focus\:right-2:focus{right:.5rem}.focus\:right-3:focus{right:.75rem}.focus\:right-4:focus{right:1rem}.focus\:right-5:focus{right:1.25rem}.focus\:right-6:focus{right:1.5rem}.focus\:right-7:focus{right:1.75rem}.focus\:right-8:focus{right:2rem}.focus\:right-9:focus{right:2.25rem}.focus\:right-10:focus{right:2.5rem}.focus\:right-11:focus{right:2.75rem}.focus\:right-12:focus{right:3rem}.focus\:right-14:focus{right:3.5rem}.focus\:right-16:focus{right:4rem}.focus\:right-20:focus{right:5rem}.focus\:right-24:focus{right:6rem}.focus\:right-28:focus{right:7rem}.focus\:right-32:focus{right:8rem}.focus\:right-36:focus{right:9rem}.focus\:right-40:focus{right:10rem}.focus\:right-44:focus{right:11rem}.focus\:right-48:focus{right:12rem}.focus\:right-52:focus{right:13rem}.focus\:right-56:focus{right:14rem}.focus\:right-60:focus{right:15rem}.focus\:right-64:focus{right:16rem}.focus\:right-72:focus{right:18rem}.focus\:right-80:focus{right:20rem}.focus\:right-96:focus{right:24rem}.focus\:right-auto:focus{right:auto}.focus\:right-full:focus{right:100%}.focus\:right-screen:focus{right:100vh}.focus\:right-min:focus{right:min-content}.focus\:right-max:focus{right:max-content}.focus\:right-fit:focus{right:fit-content}.focus\:right-1\/2{right:50%}.focus\:right-1\/3{right:33.333333%}.focus\:right-1\/4{right:25%}.focus\:right-1\/5{right:20%}.focus\:right-1\/6{right:16.666667%}.focus\:right-1\/12{right:8.333333%}.focus\:right-1\/2:focus{right:50%}.focus\:right-1\/3:focus{right:33.333333%}.focus\:right-1\/4:focus{right:25%}.focus\:right-1\/5:focus{right:20%}.focus\:right-1\/6:focus{right:16.666667%}.focus\:right-1\/12:focus{right:8.333333%}.focus\:left-0:focus{left:0px}.focus\:left-px:focus{left:1px}.focus\:left-1:focus{left:.25rem}.focus\:left-2:focus{left:.5rem}.focus\:left-3:focus{left:.75rem}.focus\:left-4:focus{left:1rem}.focus\:left-5:focus{left:1.25rem}.focus\:left-6:focus{left:1.5rem}.focus\:left-7:focus{left:1.75rem}.focus\:left-8:focus{left:2rem}.focus\:left-9:focus{left:2.25rem}.focus\:left-10:focus{left:2.5rem}.focus\:left-11:focus{left:2.75rem}.focus\:left-12:focus{left:3rem}.focus\:left-14:focus{left:3.5rem}.focus\:left-16:focus{left:4rem}.focus\:left-20:focus{left:5rem}.focus\:left-24:focus{left:6rem}.focus\:left-28:focus{left:7rem}.focus\:left-32:focus{left:8rem}.focus\:left-36:focus{left:9rem}.focus\:left-40:focus{left:10rem}.focus\:left-44:focus{left:11rem}.focus\:left-48:focus{left:12rem}.focus\:left-52:focus{left:13rem}.focus\:left-56:focus{left:14rem}.focus\:left-60:focus{left:15rem}.focus\:left-64:focus{left:16rem}.focus\:left-72:focus{left:18rem}.focus\:left-80:focus{left:20rem}.focus\:left-96:focus{left:24rem}.focus\:left-auto:focus{left:auto}.focus\:left-full:focus{left:100%}.focus\:left-screen:focus{left:100vh}.focus\:left-min:focus{left:min-content}.focus\:left-max:focus{left:max-content}.focus\:left-fit:focus{left:fit-content}.focus\:left-1\/2{left:50%}.focus\:left-1\/3{left:33.333333%}.focus\:left-1\/4{left:25%}.focus\:left-1\/5{left:20%}.focus\:left-1\/6{left:16.666667%}.focus\:left-1\/12{left:8.333333%}.focus\:left-1\/2:focus{left:50%}.focus\:left-1\/3:focus{left:33.333333%}.focus\:left-1\/4:focus{left:25%}.focus\:left-1\/5:focus{left:20%}.focus\:left-1\/6:focus{left:16.666667%}.focus\:left-1\/12:focus{left:8.333333%}.focus\:z-0:focus{z-index:0}.focus\:z-10:focus{z-index:10}.focus\:z-20:focus{z-index:20}.focus\:z-30:focus{z-index:30}.focus\:z-40:focus{z-index:40}.focus\:z-50:focus{z-index:50}.focus\:z-auto:focus{z-index:auto}.focus\:m-auto{margin:auto}.focus\:ml-auto{margin-left:auto}.focus\:mr-auto{margin-right:auto}.focus\:mx-auto{margin:0 auto}.focus\:my-auto{margin:auto 0}.focus\:mb-auto{margin-bottom:auto}.focus\:mt-auto{margin-top:auto}.focus\:m-0{margin:0}.focus\:ml-0{margin-left:0}.focus\:mr-0{margin-right:0}.focus\:mx-0,.focus\:my-0{margin:0}.focus\:mb-0{margin-bottom:0}.focus\:mt-0{margin-top:0}.focus\:m-1{margin:.25rem}.focus\:ml-1{margin-left:.25rem}.focus\:mr-1{margin-right:.25rem}.focus\:mx-1{margin:0px .25rem}.focus\:my-1{margin:.25rem 0px}.focus\:mb-1{margin-bottom:.25rem}.focus\:mt-1{margin-top:.25rem}.focus\:m-2{margin:.5rem}.focus\:ml-2{margin-left:.5rem}.focus\:mr-2{margin-right:.5rem}.focus\:mx-2{margin:0px .5rem}.focus\:my-2{margin:.5rem 0px}.focus\:mb-2{margin-bottom:.5rem}.focus\:mt-2{margin-top:.5rem}.focus\:m-3{margin:.75rem}.focus\:ml-3{margin-left:.75rem}.focus\:mr-3{margin-right:.75rem}.focus\:mx-3{margin:0px .75rem}.focus\:my-3{margin:.75rem 0px}.focus\:mb-3{margin-bottom:.75rem}.focus\:mt-3{margin-top:.75rem}.focus\:m-4{margin:1rem}.focus\:ml-4{margin-left:1rem}.focus\:mr-4{margin-right:1rem}.focus\:mx-4{margin:0px 1rem}.focus\:my-4{margin:1rem 0px}.focus\:mb-4{margin-bottom:1rem}.focus\:mt-4{margin-top:1rem}.focus\:m-5{margin:1.25rem}.focus\:ml-5{margin-left:1.25rem}.focus\:mr-5{margin-right:1.25rem}.focus\:mx-5{margin:0px 1.25rem}.focus\:my-5{margin:1.25rem 0px}.focus\:mb-5{margin-bottom:1.25rem}.focus\:mt-5{margin-top:1.25rem}.focus\:m-6{margin:1.5rem}.focus\:ml-6{margin-left:1.5rem}.focus\:mr-6{margin-right:1.5rem}.focus\:mx-6{margin:0px 1.5rem}.focus\:my-6{margin:1.5rem 0px}.focus\:mb-6{margin-bottom:1.5rem}.focus\:mt-6{margin-top:1.5rem}.focus\:m-7{margin:1.75rem}.focus\:ml-7{margin-left:1.75rem}.focus\:mr-7{margin-right:1.75rem}.focus\:mx-7{margin:0px 1.75rem}.focus\:my-7{margin:1.75rem 0px}.focus\:mb-7{margin-bottom:1.75rem}.focus\:mt-7{margin-top:1.75rem}.focus\:m-8{margin:2rem}.focus\:ml-8{margin-left:2rem}.focus\:mr-8{margin-right:2rem}.focus\:mx-8{margin:0px 2rem}.focus\:my-8{margin:2rem 0px}.focus\:mb-8{margin-bottom:2rem}.focus\:mt-8{margin-top:2rem}.focus\:m-9{margin:2.25rem}.focus\:ml-9{margin-left:2.25rem}.focus\:mr-9{margin-right:2.25rem}.focus\:mx-9{margin:0px 2.25rem}.focus\:my-9{margin:2.25rem 0px}.focus\:mb-9{margin-bottom:2.25rem}.focus\:mt-9{margin-top:2.25rem}.focus\:m-10{margin:2.5rem}.focus\:ml-10{margin-left:2.5rem}.focus\:mr-10{margin-right:2.5rem}.focus\:mx-10{margin:0px 2.5rem}.focus\:my-10{margin:2.5rem 0px}.focus\:mb-10{margin-bottom:2.5rem}.focus\:mt-10{margin-top:2.5rem}.focus\:m-11{margin:2.75rem}.focus\:ml-11{margin-left:2.75rem}.focus\:mr-11{margin-right:2.75rem}.focus\:mx-11{margin:0px 2.75rem}.focus\:my-11{margin:2.75rem 0px}.focus\:mb-11{margin-bottom:2.75rem}.focus\:mt-11{margin-top:2.75rem}.focus\:m-12{margin:3rem}.focus\:ml-12{margin-left:3rem}.focus\:mr-12{margin-right:3rem}.focus\:mx-12{margin:0px 3rem}.focus\:my-12{margin:3rem 0px}.focus\:mb-12{margin-bottom:3rem}.focus\:mt-12{margin-top:3rem}.focus\:m-14{margin:3.5rem}.focus\:ml-14{margin-left:3.5rem}.focus\:mr-14{margin-right:3.5rem}.focus\:mx-14{margin:0px 3.5rem}.focus\:my-14{margin:3.5rem 0px}.focus\:mb-14{margin-bottom:3.5rem}.focus\:mt-14{margin-top:3.5rem}.focus\:m-16{margin:4rem}.focus\:ml-16{margin-left:4rem}.focus\:mr-16{margin-right:4rem}.focus\:mx-16{margin:0px 4rem}.focus\:my-16{margin:4rem 0px}.focus\:mb-16{margin-bottom:4rem}.focus\:mt-16{margin-top:4rem}.focus\:m-20{margin:5rem}.focus\:ml-20{margin-left:5rem}.focus\:mr-20{margin-right:5rem}.focus\:mx-20{margin:0px 5rem}.focus\:my-20{margin:5rem 0px}.focus\:mb-20{margin-bottom:5rem}.focus\:mt-20{margin-top:5rem}.focus\:m-24{margin:6rem}.focus\:ml-24{margin-left:6rem}.focus\:mr-24{margin-right:6rem}.focus\:mx-24{margin:0px 6rem}.focus\:my-24{margin:6rem 0px}.focus\:mb-24{margin-bottom:6rem}.focus\:mt-24{margin-top:6rem}.focus\:m-28{margin:7rem}.focus\:ml-28{margin-left:7rem}.focus\:mr-28{margin-right:7rem}.focus\:mx-28{margin:0px 7rem}.focus\:my-28{margin:7rem 0px}.focus\:mb-28{margin-bottom:7rem}.focus\:mt-28{margin-top:7rem}.focus\:m-32{margin:8rem}.focus\:ml-32{margin-left:8rem}.focus\:mr-32{margin-right:8rem}.focus\:mx-32{margin:0px 8rem}.focus\:my-32{margin:8rem 0px}.focus\:mb-32{margin-bottom:8rem}.focus\:mt-32{margin-top:8rem}.focus\:m-36{margin:9rem}.focus\:ml-36{margin-left:9rem}.focus\:mr-36{margin-right:9rem}.focus\:mx-36{margin:0px 9rem}.focus\:my-36{margin:9rem 0px}.focus\:mb-36{margin-bottom:9rem}.focus\:mt-36{margin-top:9rem}.focus\:m-40{margin:10rem}.focus\:ml-40{margin-left:10rem}.focus\:mr-40{margin-right:10rem}.focus\:mx-40{margin:0px 10rem}.focus\:my-40{margin:10rem 0px}.focus\:mb-40{margin-bottom:10rem}.focus\:mt-40{margin-top:10rem}.focus\:m-44{margin:11rem}.focus\:ml-44{margin-left:11rem}.focus\:mr-44{margin-right:11rem}.focus\:mx-44{margin:0px 11rem}.focus\:my-44{margin:11rem 0px}.focus\:mb-44{margin-bottom:11rem}.focus\:mt-44{margin-top:11rem}.focus\:m-48{margin:12rem}.focus\:ml-48{margin-left:12rem}.focus\:mr-48{margin-right:12rem}.focus\:mx-48{margin:0px 12rem}.focus\:my-48{margin:12rem 0px}.focus\:mb-48{margin-bottom:12rem}.focus\:mt-48{margin-top:12rem}.focus\:m-52{margin:13rem}.focus\:ml-52{margin-left:13rem}.focus\:mr-52{margin-right:13rem}.focus\:mx-52{margin:0px 13rem}.focus\:my-52{margin:13rem 0px}.focus\:mb-52{margin-bottom:13rem}.focus\:mt-52{margin-top:13rem}.focus\:m-56{margin:14rem}.focus\:ml-56{margin-left:14rem}.focus\:mr-56{margin-right:14rem}.focus\:mx-56{margin:0px 14rem}.focus\:my-56{margin:14rem 0px}.focus\:mb-56{margin-bottom:14rem}.focus\:mt-56{margin-top:14rem}.focus\:m-60{margin:15rem}.focus\:ml-60{margin-left:15rem}.focus\:mr-60{margin-right:15rem}.focus\:mx-60{margin:0px 15rem}.focus\:my-60{margin:15rem 0px}.focus\:mb-60{margin-bottom:15rem}.focus\:mt-60{margin-top:15rem}.focus\:m-64{margin:16rem}.focus\:ml-64{margin-left:16rem}.focus\:mr-64{margin-right:16rem}.focus\:mx-64{margin:0px 16rem}.focus\:my-64{margin:16rem 0px}.focus\:mb-64{margin-bottom:16rem}.focus\:mt-64{margin-top:16rem}.focus\:m-72{margin:18rem}.focus\:ml-72{margin-left:18rem}.focus\:mr-72{margin-right:18rem}.focus\:mx-72{margin:0px 18rem}.focus\:my-72{margin:18rem 0px}.focus\:mb-72{margin-bottom:18rem}.focus\:mt-72{margin-top:18rem}.focus\:m-80{margin:20rem}.focus\:ml-80{margin-left:20rem}.focus\:mr-80{margin-right:20rem}.focus\:mx-80{margin:0px 20rem}.focus\:my-80{margin:20rem 0px}.focus\:mb-80{margin-bottom:20rem}.focus\:mt-80{margin-top:20rem}.focus\:m-96{margin:24rem}.focus\:ml-96{margin-left:24rem}.focus\:mr-96{margin-right:24rem}.focus\:mx-96{margin:0px 24rem}.focus\:my-96{margin:24rem 0px}.focus\:mb-96{margin-bottom:24rem}.focus\:mt-96{margin-top:24rem}.focus\:gap-0:focus{gap:0px}.focus\:gap-1:focus{gap:.25rem}.focus\:gap-2:focus{gap:.5rem}.focus\:gap-3:focus{gap:.75rem}.focus\:gap-4:focus{gap:1rem}.focus\:gap-5:focus{gap:1.25rem}.focus\:gap-6:focus{gap:1.5rem}.focus\:gap-7:focus{gap:1.75rem}.focus\:gap-8:focus{gap:2rem}.focus\:gap-9:focus{gap:2.25rem}.focus\:gap-10:focus{gap:2.5rem}.focus\:gap-11:focus{gap:2.75rem}.focus\:gap-12:focus{gap:3rem}.focus\:gap-14:focus{gap:3.5rem}.focus\:gap-16:focus{gap:4rem}.focus\:gap-20:focus{gap:5rem}.focus\:gap-24:focus{gap:6rem}.focus\:gap-28:focus{gap:7rem}.focus\:gap-32:focus{gap:8rem}.focus\:gap-36:focus{gap:9rem}.focus\:gap-40:focus{gap:10rem}.focus\:gap-44:focus{gap:11rem}.focus\:gap-48:focus{gap:12rem}.focus\:gap-52:focus{gap:13rem}.focus\:gap-56:focus{gap:14rem}.focus\:gap-60:focus{gap:15rem}.focus\:gap-64:focus{gap:16rem}.focus\:gap-72:focus{gap:18rem}.focus\:gap-80:focus{gap:20rem}.focus\:gap-96:focus{gap:24rem}.focus\:justify-center:focus{justify-content:center}.focus\:justify-end:focus{justify-content:end}.focus\:justify-start:focus{justify-content:start}.focus\:justify-between:focus{justify-content:space-between}.focus\:justify-baseline:focus{justify-content:baseline}.focus\:justify-around:focus{justify-content:space-around}.focus\:justify-evenly:focus{justify-content:space-evenly}.focus\:items-center:focus{align-items:center}.focus\:items-baseline:focus{align-items:baseline}.focus\:items-end:focus{align-items:flex-end}.focus\:items-start:focus{align-items:flex-start}.focus\:grid-cols-1:focus{grid-template-columns:repeat(1,minmax(0,1fr))}.focus\:grid-cols-2:focus{grid-template-columns:repeat(2,minmax(0,1fr))}.focus\:grid-cols-3:focus{grid-template-columns:repeat(3,minmax(0,1fr))}.focus\:grid-cols-4:focus{grid-template-columns:repeat(4,minmax(0,1fr))}.focus\:grid-cols-5:focus{grid-template-columns:repeat(5,minmax(0,1fr))}.focus\:grid-cols-6:focus{grid-template-columns:repeat(6,minmax(0,1fr))}.focus\:grid-cols-7:focus{grid-template-columns:repeat(7,minmax(0,1fr))}.focus\:grid-cols-8:focus{grid-template-columns:repeat(8,minmax(0,1fr))}.focus\:grid-cols-9:focus{grid-template-columns:repeat(9,minmax(0,1fr))}.focus\:grid-cols-10:focus{grid-template-columns:repeat(10,minmax(0,1fr))}.focus\:grid-cols-11:focus{grid-template-columns:repeat(11,minmax(0,1fr))}.focus\:grid-cols-12:focus{grid-template-columns:repeat(12,minmax(0,1fr))}.focus\:grid-cols-none:focus{grid-template-columns:none}.focus\:object-contain:focus{object-fit:contain}.focus\:object-cover:focus{object-fit:cover}.focus\:object-fill:focus{object-fit:fill}.focus\:object-none:focus{object-fit:none}.focus\:object-scale-down:focus{object-fit:scale-down}.focus\:backdrop-blur-none:focus{backdrop-filter:blur(0)}.focus\:backdrop-blur-sm:focus{backdrop-filter:blur(4px)}.focus\:backdrop-blur:focus{backdrop-filter:blur(8px)}.focus\:backdrop-blur-md:focus{backdrop-filter:blur(12px)}.focus\:backdrop-blur-lg:focus{backdrop-filter:blur(16px)}.focus\:backdrop-blur-xl:focus{backdrop-filter:blur(24px)}.focus\:backdrop-blur-2xl:focus{backdrop-filter:blur(40px)}.focus\:backdrop-blur-3xl:focus{backdrop-filter:blur(64px)}.focus\:col-auto:focus{grid-column:auto}.focus\:col-span-1:focus{grid-column:span 1/span 1}.focus\:col-span-2:focus{grid-column:span 2/span 2}.focus\:col-span-3:focus{grid-column:span 3/span 3}.focus\:col-span-4:focus{grid-column:span 4/span 4}.focus\:col-span-5:focus{grid-column:span 5/span 5}.focus\:col-span-6:focus{grid-column:span 6/span 6}.focus\:col-span-7:focus{grid-column:span 7/span 7}.focus\:col-span-8:focus{grid-column:span 8/span 8}.focus\:col-span-9:focus{grid-column:span 9/span 9}.focus\:col-span-10:focus{grid-column:span 10/span 10}.focus\:col-span-11:focus{grid-column:span 11/span 11}.focus\:col-span-12:focus{grid-column:span 12/span 12}.focus\:col-start-1:focus{grid-column-start:1}.focus\:col-start-2:focus{grid-column-start:2}.focus\:col-start-3:focus{grid-column-start:3}.focus\:col-start-4:focus{grid-column-start:4}.focus\:col-start-5:focus{grid-column-start:5}.focus\:col-start-6:focus{grid-column-start:6}.focus\:col-start-7:focus{grid-column-start:7}.focus\:col-start-8:focus{grid-column-start:8}.focus\:col-start-9:focus{grid-column-start:9}.focus\:col-start-10:focus{grid-column-start:10}.focus\:col-start-11:focus{grid-column-start:11}.focus\:col-start-12:focus{grid-column-start:12}.focus\:col-start-13:focus{grid-column-start:13}.focus\:col-start-auto:focus{grid-column-start:auto}.focus\:col-end-1:focus{grid-column-end:1}.focus\:col-end-2:focus{grid-column-end:2}.focus\:col-end-3:focus{grid-column-end:3}.focus\:col-end-4:focus{grid-column-end:4}.focus\:col-end-5:focus{grid-column-end:5}.focus\:col-end-6:focus{grid-column-end:6}.focus\:col-end-7:focus{grid-column-end:7}.focus\:col-end-8:focus{grid-column-end:8}.focus\:col-end-9:focus{grid-column-end:9}.focus\:col-end-10:focus{grid-column-end:10}.focus\:col-end-11:focus{grid-column-end:11}.focus\:col-end-12:focus{grid-column-end:12}.focus\:col-end-13:focus{grid-column-end:13}.focus\:col-end-auto:focus{grid-column-end:auto}.focus\:indent-0:focus{text-indent:0px}.focus\:indent-px:focus{text-indent:1px}.focus\:indent-1:focus{text-indent:.25rem}.focus\:indent-2:focus{text-indent:.5rem}.focus\:indent-3:focus{text-indent:.75rem}.focus\:indent-4:focus{text-indent:1rem}.focus\:indent-5:focus{text-indent:1.25rem}.focus\:indent-6:focus{text-indent:1.5rem}.focus\:indent-7:focus{text-indent:1.75rem}.focus\:indent-8:focus{text-indent:2rem}.focus\:indent-9:focus{text-indent:2.25rem}.focus\:indent-10:focus{text-indent:2.5rem}.focus\:indent-11:focus{text-indent:2.75rem}.focus\:indent-12:focus{text-indent:3rem}.focus\:indent-14:focus{text-indent:3.5rem}.focus\:indent-16:focus{text-indent:4rem}.focus\:indent-20:focus{text-indent:5rem}.focus\:indent-24:focus{text-indent:6rem}.focus\:indent-28:focus{text-indent:7rem}.focus\:indent-32:focus{text-indent:8rem}.focus\:indent-36:focus{text-indent:9rem}.focus\:indent-40:focus{text-indent:10rem}.focus\:indent-44:focus{text-indent:11rem}.focus\:indent-48:focus{text-indent:12rem}.focus\:indent-52:focus{text-indent:13rem}.focus\:indent-56:focus{text-indent:14rem}.focus\:indent-60:focus{text-indent:15rem}.focus\:indent-64:focus{text-indent:16rem}.focus\:indent-72:focus{text-indent:18rem}.focus\:indent-80:focus{text-indent:20rem}.focus\:indent-96:focus{text-indent:24rem}.focus\:indent-0\.5{text-transform:.125rem}.focus\:indent-1\.5{text-transform:.375rem}.focus\:indent-2\.5{text-transform:.625rem}.focus\:indent-3\.5{text-transform:.875rem}.focus\: .underline:focus{-webkit-text-decoration-line:underline;text-decoration-line:underline}.focus\: .overline:focus{-webkit-text-decoration-line:overline;text-decoration-line:overline}.focus\: .through:focus{-webkit-text-decoration-line:line-through;text-decoration-line:line-through}.focus\: .none:focus{-webkit-text-decoration-line:none;text-decoration-line:none}.focus\: .uppercase:focus{text-transform:uppercase}.focus\: .lowercase:focus{text-transform:lowercase}.focus\: .capitalize:focus{text-transform:capitalize}.focus\: .normal-case:focus{text-transform:none}.focus\:shadow-2-12:focus{box-shadow:0 2px 4px #0000001f}.focus\:shadow-4-10:focus{box-shadow:0 4px 8px #0000001a}.focus\:shadow-6-10:focus{box-shadow:0 6px 12px #0000001a}.focus\:shadow-6-8:focus{box-shadow:0 8px 16px #00000014}.focus\:shadow-primary:focus{box-shadow:0 0 0 1px #6492ff}.focus\:shadow-danger:focus{box-shadow:0 0 0 1px #fdabb9}.focus\:shadow-warning:focus{box-shadow:0 0 0 1px #fbe0a9}.focus\:shadow-info:focus{box-shadow:0 0 0 1px #c1d9fd}.focus\:shadow-success:focus{box-shadow:0 0 0 1px #c1d9fd}.focus\:shadow-loading:focus{box-shadow:0 0 0 1px #757575}.focus\:shadow-header:focus{box-shadow:0 2px 4px #0000001f}.focus\:shadow-none:focus{box-shadow:none}.focus\:button-extraSm:focus{padding:6px 16px}.focus\:button-normal:focus{padding:16px 32px}.focus-within\:bg-transparent:focus-within{background-color:transparent}.focus-within\:bg-transparent\/0:focus-within{background-color:#0000}.focus-within\:bg-transparent\/10:focus-within{background-color:#0000001a}.focus-within\:bg-transparent\/20:focus-within{background-color:#0003}.focus-within\:bg-transparent\/30:focus-within{background-color:#0000004d}.focus-within\:bg-transparent\/40:focus-within{background-color:#0006}.focus-within\:bg-transparent\/50:focus-within{background-color:#00000080}.focus-within\:bg-transparent\/60:focus-within{background-color:#0009}.focus-within\:bg-transparent\/70:focus-within{background-color:#000000b3}.focus-within\:bg-transparent\/75:focus-within{background-color:#000000bf}.focus-within\:bg-transparent\/80:focus-within{background-color:#000c}.focus-within\:bg-transparent\/90:focus-within{background-color:#000000e6}.focus-within\:bg-black:focus-within{background-color:#000}.focus-within\:bg-black\/0:focus-within{background-color:#0000}.focus-within\:bg-black\/10:focus-within{background-color:#0000001a}.focus-within\:bg-black\/20:focus-within{background-color:#0003}.focus-within\:bg-black\/30:focus-within{background-color:#0000004d}.focus-within\:bg-black\/40:focus-within{background-color:#0006}.focus-within\:bg-black\/50:focus-within{background-color:#00000080}.focus-within\:bg-black\/60:focus-within{background-color:#0009}.focus-within\:bg-black\/70:focus-within{background-color:#000000b3}.focus-within\:bg-black\/75:focus-within{background-color:#000000bf}.focus-within\:bg-black\/80:focus-within{background-color:#000c}.focus-within\:bg-black\/90:focus-within{background-color:#000000e6}.focus-within\:bg-white:focus-within{background-color:#fff}.focus-within\:bg-white\/0:focus-within{background-color:#fff0}.focus-within\:bg-white\/10:focus-within{background-color:#ffffff1a}.focus-within\:bg-white\/20:focus-within{background-color:#fff3}.focus-within\:bg-white\/30:focus-within{background-color:#ffffff4d}.focus-within\:bg-white\/40:focus-within{background-color:#fff6}.focus-within\:bg-white\/50:focus-within{background-color:#ffffff80}.focus-within\:bg-white\/60:focus-within{background-color:#fff9}.focus-within\:bg-white\/70:focus-within{background-color:#ffffffb3}.focus-within\:bg-white\/75:focus-within{background-color:#ffffffbf}.focus-within\:bg-white\/80:focus-within{background-color:#fffc}.focus-within\:bg-white\/90:focus-within{background-color:#ffffffe6}.focus-within\:bg-slate-50:focus-within{background-color:#f8fafc}.focus-within\:bg-slate-50\/0:focus-within{background-color:#f8fafc00}.focus-within\:bg-slate-50\/10:focus-within{background-color:#f8fafc1a}.focus-within\:bg-slate-50\/20:focus-within{background-color:#f8fafc33}.focus-within\:bg-slate-50\/30:focus-within{background-color:#f8fafc4d}.focus-within\:bg-slate-50\/40:focus-within{background-color:#f8fafc66}.focus-within\:bg-slate-50\/50:focus-within{background-color:#f8fafc80}.focus-within\:bg-slate-50\/60:focus-within{background-color:#f8fafc99}.focus-within\:bg-slate-50\/70:focus-within{background-color:#f8fafcb3}.focus-within\:bg-slate-50\/75:focus-within{background-color:#f8fafcbf}.focus-within\:bg-slate-50\/80:focus-within{background-color:#f8fafccc}.focus-within\:bg-slate-50\/90:focus-within{background-color:#f8fafce6}.focus-within\:bg-slate-100:focus-within{background-color:#f1f5f9}.focus-within\:bg-slate-100\/0:focus-within{background-color:#f1f5f900}.focus-within\:bg-slate-100\/10:focus-within{background-color:#f1f5f91a}.focus-within\:bg-slate-100\/20:focus-within{background-color:#f1f5f933}.focus-within\:bg-slate-100\/30:focus-within{background-color:#f1f5f94d}.focus-within\:bg-slate-100\/40:focus-within{background-color:#f1f5f966}.focus-within\:bg-slate-100\/50:focus-within{background-color:#f1f5f980}.focus-within\:bg-slate-100\/60:focus-within{background-color:#f1f5f999}.focus-within\:bg-slate-100\/70:focus-within{background-color:#f1f5f9b3}.focus-within\:bg-slate-100\/75:focus-within{background-color:#f1f5f9bf}.focus-within\:bg-slate-100\/80:focus-within{background-color:#f1f5f9cc}.focus-within\:bg-slate-100\/90:focus-within{background-color:#f1f5f9e6}.focus-within\:bg-slate-200:focus-within{background-color:#e2e8f0}.focus-within\:bg-slate-200\/0:focus-within{background-color:#e2e8f000}.focus-within\:bg-slate-200\/10:focus-within{background-color:#e2e8f01a}.focus-within\:bg-slate-200\/20:focus-within{background-color:#e2e8f033}.focus-within\:bg-slate-200\/30:focus-within{background-color:#e2e8f04d}.focus-within\:bg-slate-200\/40:focus-within{background-color:#e2e8f066}.focus-within\:bg-slate-200\/50:focus-within{background-color:#e2e8f080}.focus-within\:bg-slate-200\/60:focus-within{background-color:#e2e8f099}.focus-within\:bg-slate-200\/70:focus-within{background-color:#e2e8f0b3}.focus-within\:bg-slate-200\/75:focus-within{background-color:#e2e8f0bf}.focus-within\:bg-slate-200\/80:focus-within{background-color:#e2e8f0cc}.focus-within\:bg-slate-200\/90:focus-within{background-color:#e2e8f0e6}.focus-within\:bg-slate-300:focus-within{background-color:#cbd5e1}.focus-within\:bg-slate-300\/0:focus-within{background-color:#cbd5e100}.focus-within\:bg-slate-300\/10:focus-within{background-color:#cbd5e11a}.focus-within\:bg-slate-300\/20:focus-within{background-color:#cbd5e133}.focus-within\:bg-slate-300\/30:focus-within{background-color:#cbd5e14d}.focus-within\:bg-slate-300\/40:focus-within{background-color:#cbd5e166}.focus-within\:bg-slate-300\/50:focus-within{background-color:#cbd5e180}.focus-within\:bg-slate-300\/60:focus-within{background-color:#cbd5e199}.focus-within\:bg-slate-300\/70:focus-within{background-color:#cbd5e1b3}.focus-within\:bg-slate-300\/75:focus-within{background-color:#cbd5e1bf}.focus-within\:bg-slate-300\/80:focus-within{background-color:#cbd5e1cc}.focus-within\:bg-slate-300\/90:focus-within{background-color:#cbd5e1e6}.focus-within\:bg-slate-400:focus-within{background-color:#94a3b8}.focus-within\:bg-slate-400\/0:focus-within{background-color:#94a3b800}.focus-within\:bg-slate-400\/10:focus-within{background-color:#94a3b81a}.focus-within\:bg-slate-400\/20:focus-within{background-color:#94a3b833}.focus-within\:bg-slate-400\/30:focus-within{background-color:#94a3b84d}.focus-within\:bg-slate-400\/40:focus-within{background-color:#94a3b866}.focus-within\:bg-slate-400\/50:focus-within{background-color:#94a3b880}.focus-within\:bg-slate-400\/60:focus-within{background-color:#94a3b899}.focus-within\:bg-slate-400\/70:focus-within{background-color:#94a3b8b3}.focus-within\:bg-slate-400\/75:focus-within{background-color:#94a3b8bf}.focus-within\:bg-slate-400\/80:focus-within{background-color:#94a3b8cc}.focus-within\:bg-slate-400\/90:focus-within{background-color:#94a3b8e6}.focus-within\:bg-slate-500:focus-within{background-color:#64748b}.focus-within\:bg-slate-500\/0:focus-within{background-color:#64748b00}.focus-within\:bg-slate-500\/10:focus-within{background-color:#64748b1a}.focus-within\:bg-slate-500\/20:focus-within{background-color:#64748b33}.focus-within\:bg-slate-500\/30:focus-within{background-color:#64748b4d}.focus-within\:bg-slate-500\/40:focus-within{background-color:#64748b66}.focus-within\:bg-slate-500\/50:focus-within{background-color:#64748b80}.focus-within\:bg-slate-500\/60:focus-within{background-color:#64748b99}.focus-within\:bg-slate-500\/70:focus-within{background-color:#64748bb3}.focus-within\:bg-slate-500\/75:focus-within{background-color:#64748bbf}.focus-within\:bg-slate-500\/80:focus-within{background-color:#64748bcc}.focus-within\:bg-slate-500\/90:focus-within{background-color:#64748be6}.focus-within\:bg-slate-600:focus-within{background-color:#475569}.focus-within\:bg-slate-600\/0:focus-within{background-color:#47556900}.focus-within\:bg-slate-600\/10:focus-within{background-color:#4755691a}.focus-within\:bg-slate-600\/20:focus-within{background-color:#47556933}.focus-within\:bg-slate-600\/30:focus-within{background-color:#4755694d}.focus-within\:bg-slate-600\/40:focus-within{background-color:#47556966}.focus-within\:bg-slate-600\/50:focus-within{background-color:#47556980}.focus-within\:bg-slate-600\/60:focus-within{background-color:#47556999}.focus-within\:bg-slate-600\/70:focus-within{background-color:#475569b3}.focus-within\:bg-slate-600\/75:focus-within{background-color:#475569bf}.focus-within\:bg-slate-600\/80:focus-within{background-color:#475569cc}.focus-within\:bg-slate-600\/90:focus-within{background-color:#475569e6}.focus-within\:bg-slate-700:focus-within{background-color:#334155}.focus-within\:bg-slate-700\/0:focus-within{background-color:#33415500}.focus-within\:bg-slate-700\/10:focus-within{background-color:#3341551a}.focus-within\:bg-slate-700\/20:focus-within{background-color:#33415533}.focus-within\:bg-slate-700\/30:focus-within{background-color:#3341554d}.focus-within\:bg-slate-700\/40:focus-within{background-color:#33415566}.focus-within\:bg-slate-700\/50:focus-within{background-color:#33415580}.focus-within\:bg-slate-700\/60:focus-within{background-color:#33415599}.focus-within\:bg-slate-700\/70:focus-within{background-color:#334155b3}.focus-within\:bg-slate-700\/75:focus-within{background-color:#334155bf}.focus-within\:bg-slate-700\/80:focus-within{background-color:#334155cc}.focus-within\:bg-slate-700\/90:focus-within{background-color:#334155e6}.focus-within\:bg-slate-800:focus-within{background-color:#1e293b}.focus-within\:bg-slate-800\/0:focus-within{background-color:#1e293b00}.focus-within\:bg-slate-800\/10:focus-within{background-color:#1e293b1a}.focus-within\:bg-slate-800\/20:focus-within{background-color:#1e293b33}.focus-within\:bg-slate-800\/30:focus-within{background-color:#1e293b4d}.focus-within\:bg-slate-800\/40:focus-within{background-color:#1e293b66}.focus-within\:bg-slate-800\/50:focus-within{background-color:#1e293b80}.focus-within\:bg-slate-800\/60:focus-within{background-color:#1e293b99}.focus-within\:bg-slate-800\/70:focus-within{background-color:#1e293bb3}.focus-within\:bg-slate-800\/75:focus-within{background-color:#1e293bbf}.focus-within\:bg-slate-800\/80:focus-within{background-color:#1e293bcc}.focus-within\:bg-slate-800\/90:focus-within{background-color:#1e293be6}.focus-within\:bg-slate-900:focus-within{background-color:#0f172a}.focus-within\:bg-slate-900\/0:focus-within{background-color:#0f172a00}.focus-within\:bg-slate-900\/10:focus-within{background-color:#0f172a1a}.focus-within\:bg-slate-900\/20:focus-within{background-color:#0f172a33}.focus-within\:bg-slate-900\/30:focus-within{background-color:#0f172a4d}.focus-within\:bg-slate-900\/40:focus-within{background-color:#0f172a66}.focus-within\:bg-slate-900\/50:focus-within{background-color:#0f172a80}.focus-within\:bg-slate-900\/60:focus-within{background-color:#0f172a99}.focus-within\:bg-slate-900\/70:focus-within{background-color:#0f172ab3}.focus-within\:bg-slate-900\/75:focus-within{background-color:#0f172abf}.focus-within\:bg-slate-900\/80:focus-within{background-color:#0f172acc}.focus-within\:bg-slate-900\/90:focus-within{background-color:#0f172ae6}.focus-within\:bg-slate-950:focus-within{background-color:#020617}.focus-within\:bg-slate-950\/0:focus-within{background-color:#02061700}.focus-within\:bg-slate-950\/10:focus-within{background-color:#0206171a}.focus-within\:bg-slate-950\/20:focus-within{background-color:#02061733}.focus-within\:bg-slate-950\/30:focus-within{background-color:#0206174d}.focus-within\:bg-slate-950\/40:focus-within{background-color:#02061766}.focus-within\:bg-slate-950\/50:focus-within{background-color:#02061780}.focus-within\:bg-slate-950\/60:focus-within{background-color:#02061799}.focus-within\:bg-slate-950\/70:focus-within{background-color:#020617b3}.focus-within\:bg-slate-950\/75:focus-within{background-color:#020617bf}.focus-within\:bg-slate-950\/80:focus-within{background-color:#020617cc}.focus-within\:bg-slate-950\/90:focus-within{background-color:#020617e6}.focus-within\:bg-gray-50:focus-within{background-color:#f9fafb}.focus-within\:bg-gray-50\/0:focus-within{background-color:#f9fafb00}.focus-within\:bg-gray-50\/10:focus-within{background-color:#f9fafb1a}.focus-within\:bg-gray-50\/20:focus-within{background-color:#f9fafb33}.focus-within\:bg-gray-50\/30:focus-within{background-color:#f9fafb4d}.focus-within\:bg-gray-50\/40:focus-within{background-color:#f9fafb66}.focus-within\:bg-gray-50\/50:focus-within{background-color:#f9fafb80}.focus-within\:bg-gray-50\/60:focus-within{background-color:#f9fafb99}.focus-within\:bg-gray-50\/70:focus-within{background-color:#f9fafbb3}.focus-within\:bg-gray-50\/75:focus-within{background-color:#f9fafbbf}.focus-within\:bg-gray-50\/80:focus-within{background-color:#f9fafbcc}.focus-within\:bg-gray-50\/90:focus-within{background-color:#f9fafbe6}.focus-within\:bg-gray-100:focus-within{background-color:#f3f4f6}.focus-within\:bg-gray-100\/0:focus-within{background-color:#f3f4f600}.focus-within\:bg-gray-100\/10:focus-within{background-color:#f3f4f61a}.focus-within\:bg-gray-100\/20:focus-within{background-color:#f3f4f633}.focus-within\:bg-gray-100\/30:focus-within{background-color:#f3f4f64d}.focus-within\:bg-gray-100\/40:focus-within{background-color:#f3f4f666}.focus-within\:bg-gray-100\/50:focus-within{background-color:#f3f4f680}.focus-within\:bg-gray-100\/60:focus-within{background-color:#f3f4f699}.focus-within\:bg-gray-100\/70:focus-within{background-color:#f3f4f6b3}.focus-within\:bg-gray-100\/75:focus-within{background-color:#f3f4f6bf}.focus-within\:bg-gray-100\/80:focus-within{background-color:#f3f4f6cc}.focus-within\:bg-gray-100\/90:focus-within{background-color:#f3f4f6e6}.focus-within\:bg-gray-200:focus-within{background-color:#e5e7eb}.focus-within\:bg-gray-200\/0:focus-within{background-color:#e5e7eb00}.focus-within\:bg-gray-200\/10:focus-within{background-color:#e5e7eb1a}.focus-within\:bg-gray-200\/20:focus-within{background-color:#e5e7eb33}.focus-within\:bg-gray-200\/30:focus-within{background-color:#e5e7eb4d}.focus-within\:bg-gray-200\/40:focus-within{background-color:#e5e7eb66}.focus-within\:bg-gray-200\/50:focus-within{background-color:#e5e7eb80}.focus-within\:bg-gray-200\/60:focus-within{background-color:#e5e7eb99}.focus-within\:bg-gray-200\/70:focus-within{background-color:#e5e7ebb3}.focus-within\:bg-gray-200\/75:focus-within{background-color:#e5e7ebbf}.focus-within\:bg-gray-200\/80:focus-within{background-color:#e5e7ebcc}.focus-within\:bg-gray-200\/90:focus-within{background-color:#e5e7ebe6}.focus-within\:bg-gray-300:focus-within{background-color:#d1d5db}.focus-within\:bg-gray-300\/0:focus-within{background-color:#d1d5db00}.focus-within\:bg-gray-300\/10:focus-within{background-color:#d1d5db1a}.focus-within\:bg-gray-300\/20:focus-within{background-color:#d1d5db33}.focus-within\:bg-gray-300\/30:focus-within{background-color:#d1d5db4d}.focus-within\:bg-gray-300\/40:focus-within{background-color:#d1d5db66}.focus-within\:bg-gray-300\/50:focus-within{background-color:#d1d5db80}.focus-within\:bg-gray-300\/60:focus-within{background-color:#d1d5db99}.focus-within\:bg-gray-300\/70:focus-within{background-color:#d1d5dbb3}.focus-within\:bg-gray-300\/75:focus-within{background-color:#d1d5dbbf}.focus-within\:bg-gray-300\/80:focus-within{background-color:#d1d5dbcc}.focus-within\:bg-gray-300\/90:focus-within{background-color:#d1d5dbe6}.focus-within\:bg-gray-400:focus-within{background-color:#9ca3af}.focus-within\:bg-gray-400\/0:focus-within{background-color:#9ca3af00}.focus-within\:bg-gray-400\/10:focus-within{background-color:#9ca3af1a}.focus-within\:bg-gray-400\/20:focus-within{background-color:#9ca3af33}.focus-within\:bg-gray-400\/30:focus-within{background-color:#9ca3af4d}.focus-within\:bg-gray-400\/40:focus-within{background-color:#9ca3af66}.focus-within\:bg-gray-400\/50:focus-within{background-color:#9ca3af80}.focus-within\:bg-gray-400\/60:focus-within{background-color:#9ca3af99}.focus-within\:bg-gray-400\/70:focus-within{background-color:#9ca3afb3}.focus-within\:bg-gray-400\/75:focus-within{background-color:#9ca3afbf}.focus-within\:bg-gray-400\/80:focus-within{background-color:#9ca3afcc}.focus-within\:bg-gray-400\/90:focus-within{background-color:#9ca3afe6}.focus-within\:bg-gray-500:focus-within{background-color:#6b7280}.focus-within\:bg-gray-500\/0:focus-within{background-color:#6b728000}.focus-within\:bg-gray-500\/10:focus-within{background-color:#6b72801a}.focus-within\:bg-gray-500\/20:focus-within{background-color:#6b728033}.focus-within\:bg-gray-500\/30:focus-within{background-color:#6b72804d}.focus-within\:bg-gray-500\/40:focus-within{background-color:#6b728066}.focus-within\:bg-gray-500\/50:focus-within{background-color:#6b728080}.focus-within\:bg-gray-500\/60:focus-within{background-color:#6b728099}.focus-within\:bg-gray-500\/70:focus-within{background-color:#6b7280b3}.focus-within\:bg-gray-500\/75:focus-within{background-color:#6b7280bf}.focus-within\:bg-gray-500\/80:focus-within{background-color:#6b7280cc}.focus-within\:bg-gray-500\/90:focus-within{background-color:#6b7280e6}.focus-within\:bg-gray-600:focus-within{background-color:#4b5563}.focus-within\:bg-gray-600\/0:focus-within{background-color:#4b556300}.focus-within\:bg-gray-600\/10:focus-within{background-color:#4b55631a}.focus-within\:bg-gray-600\/20:focus-within{background-color:#4b556333}.focus-within\:bg-gray-600\/30:focus-within{background-color:#4b55634d}.focus-within\:bg-gray-600\/40:focus-within{background-color:#4b556366}.focus-within\:bg-gray-600\/50:focus-within{background-color:#4b556380}.focus-within\:bg-gray-600\/60:focus-within{background-color:#4b556399}.focus-within\:bg-gray-600\/70:focus-within{background-color:#4b5563b3}.focus-within\:bg-gray-600\/75:focus-within{background-color:#4b5563bf}.focus-within\:bg-gray-600\/80:focus-within{background-color:#4b5563cc}.focus-within\:bg-gray-600\/90:focus-within{background-color:#4b5563e6}.focus-within\:bg-gray-700:focus-within{background-color:#374151}.focus-within\:bg-gray-700\/0:focus-within{background-color:#37415100}.focus-within\:bg-gray-700\/10:focus-within{background-color:#3741511a}.focus-within\:bg-gray-700\/20:focus-within{background-color:#37415133}.focus-within\:bg-gray-700\/30:focus-within{background-color:#3741514d}.focus-within\:bg-gray-700\/40:focus-within{background-color:#37415166}.focus-within\:bg-gray-700\/50:focus-within{background-color:#37415180}.focus-within\:bg-gray-700\/60:focus-within{background-color:#37415199}.focus-within\:bg-gray-700\/70:focus-within{background-color:#374151b3}.focus-within\:bg-gray-700\/75:focus-within{background-color:#374151bf}.focus-within\:bg-gray-700\/80:focus-within{background-color:#374151cc}.focus-within\:bg-gray-700\/90:focus-within{background-color:#374151e6}.focus-within\:bg-gray-800:focus-within{background-color:#1f2937}.focus-within\:bg-gray-800\/0:focus-within{background-color:#1f293700}.focus-within\:bg-gray-800\/10:focus-within{background-color:#1f29371a}.focus-within\:bg-gray-800\/20:focus-within{background-color:#1f293733}.focus-within\:bg-gray-800\/30:focus-within{background-color:#1f29374d}.focus-within\:bg-gray-800\/40:focus-within{background-color:#1f293766}.focus-within\:bg-gray-800\/50:focus-within{background-color:#1f293780}.focus-within\:bg-gray-800\/60:focus-within{background-color:#1f293799}.focus-within\:bg-gray-800\/70:focus-within{background-color:#1f2937b3}.focus-within\:bg-gray-800\/75:focus-within{background-color:#1f2937bf}.focus-within\:bg-gray-800\/80:focus-within{background-color:#1f2937cc}.focus-within\:bg-gray-800\/90:focus-within{background-color:#1f2937e6}.focus-within\:bg-gray-900:focus-within{background-color:#111827}.focus-within\:bg-gray-900\/0:focus-within{background-color:#11182700}.focus-within\:bg-gray-900\/10:focus-within{background-color:#1118271a}.focus-within\:bg-gray-900\/20:focus-within{background-color:#11182733}.focus-within\:bg-gray-900\/30:focus-within{background-color:#1118274d}.focus-within\:bg-gray-900\/40:focus-within{background-color:#11182766}.focus-within\:bg-gray-900\/50:focus-within{background-color:#11182780}.focus-within\:bg-gray-900\/60:focus-within{background-color:#11182799}.focus-within\:bg-gray-900\/70:focus-within{background-color:#111827b3}.focus-within\:bg-gray-900\/75:focus-within{background-color:#111827bf}.focus-within\:bg-gray-900\/80:focus-within{background-color:#111827cc}.focus-within\:bg-gray-900\/90:focus-within{background-color:#111827e6}.focus-within\:bg-gray-950:focus-within{background-color:#030712}.focus-within\:bg-gray-950\/0:focus-within{background-color:#03071200}.focus-within\:bg-gray-950\/10:focus-within{background-color:#0307121a}.focus-within\:bg-gray-950\/20:focus-within{background-color:#03071233}.focus-within\:bg-gray-950\/30:focus-within{background-color:#0307124d}.focus-within\:bg-gray-950\/40:focus-within{background-color:#03071266}.focus-within\:bg-gray-950\/50:focus-within{background-color:#03071280}.focus-within\:bg-gray-950\/60:focus-within{background-color:#03071299}.focus-within\:bg-gray-950\/70:focus-within{background-color:#030712b3}.focus-within\:bg-gray-950\/75:focus-within{background-color:#030712bf}.focus-within\:bg-gray-950\/80:focus-within{background-color:#030712cc}.focus-within\:bg-gray-950\/90:focus-within{background-color:#030712e6}.focus-within\:bg-zinc-50:focus-within{background-color:#fafafa}.focus-within\:bg-zinc-50\/0:focus-within{background-color:#fafafa00}.focus-within\:bg-zinc-50\/10:focus-within{background-color:#fafafa1a}.focus-within\:bg-zinc-50\/20:focus-within{background-color:#fafafa33}.focus-within\:bg-zinc-50\/30:focus-within{background-color:#fafafa4d}.focus-within\:bg-zinc-50\/40:focus-within{background-color:#fafafa66}.focus-within\:bg-zinc-50\/50:focus-within{background-color:#fafafa80}.focus-within\:bg-zinc-50\/60:focus-within{background-color:#fafafa99}.focus-within\:bg-zinc-50\/70:focus-within{background-color:#fafafab3}.focus-within\:bg-zinc-50\/75:focus-within{background-color:#fafafabf}.focus-within\:bg-zinc-50\/80:focus-within{background-color:#fafafacc}.focus-within\:bg-zinc-50\/90:focus-within{background-color:#fafafae6}.focus-within\:bg-zinc-100:focus-within{background-color:#f4f4f5}.focus-within\:bg-zinc-100\/0:focus-within{background-color:#f4f4f500}.focus-within\:bg-zinc-100\/10:focus-within{background-color:#f4f4f51a}.focus-within\:bg-zinc-100\/20:focus-within{background-color:#f4f4f533}.focus-within\:bg-zinc-100\/30:focus-within{background-color:#f4f4f54d}.focus-within\:bg-zinc-100\/40:focus-within{background-color:#f4f4f566}.focus-within\:bg-zinc-100\/50:focus-within{background-color:#f4f4f580}.focus-within\:bg-zinc-100\/60:focus-within{background-color:#f4f4f599}.focus-within\:bg-zinc-100\/70:focus-within{background-color:#f4f4f5b3}.focus-within\:bg-zinc-100\/75:focus-within{background-color:#f4f4f5bf}.focus-within\:bg-zinc-100\/80:focus-within{background-color:#f4f4f5cc}.focus-within\:bg-zinc-100\/90:focus-within{background-color:#f4f4f5e6}.focus-within\:bg-zinc-200:focus-within{background-color:#e4e4e7}.focus-within\:bg-zinc-200\/0:focus-within{background-color:#e4e4e700}.focus-within\:bg-zinc-200\/10:focus-within{background-color:#e4e4e71a}.focus-within\:bg-zinc-200\/20:focus-within{background-color:#e4e4e733}.focus-within\:bg-zinc-200\/30:focus-within{background-color:#e4e4e74d}.focus-within\:bg-zinc-200\/40:focus-within{background-color:#e4e4e766}.focus-within\:bg-zinc-200\/50:focus-within{background-color:#e4e4e780}.focus-within\:bg-zinc-200\/60:focus-within{background-color:#e4e4e799}.focus-within\:bg-zinc-200\/70:focus-within{background-color:#e4e4e7b3}.focus-within\:bg-zinc-200\/75:focus-within{background-color:#e4e4e7bf}.focus-within\:bg-zinc-200\/80:focus-within{background-color:#e4e4e7cc}.focus-within\:bg-zinc-200\/90:focus-within{background-color:#e4e4e7e6}.focus-within\:bg-zinc-300:focus-within{background-color:#d4d4d8}.focus-within\:bg-zinc-300\/0:focus-within{background-color:#d4d4d800}.focus-within\:bg-zinc-300\/10:focus-within{background-color:#d4d4d81a}.focus-within\:bg-zinc-300\/20:focus-within{background-color:#d4d4d833}.focus-within\:bg-zinc-300\/30:focus-within{background-color:#d4d4d84d}.focus-within\:bg-zinc-300\/40:focus-within{background-color:#d4d4d866}.focus-within\:bg-zinc-300\/50:focus-within{background-color:#d4d4d880}.focus-within\:bg-zinc-300\/60:focus-within{background-color:#d4d4d899}.focus-within\:bg-zinc-300\/70:focus-within{background-color:#d4d4d8b3}.focus-within\:bg-zinc-300\/75:focus-within{background-color:#d4d4d8bf}.focus-within\:bg-zinc-300\/80:focus-within{background-color:#d4d4d8cc}.focus-within\:bg-zinc-300\/90:focus-within{background-color:#d4d4d8e6}.focus-within\:bg-zinc-400:focus-within{background-color:#a1a1aa}.focus-within\:bg-zinc-400\/0:focus-within{background-color:#a1a1aa00}.focus-within\:bg-zinc-400\/10:focus-within{background-color:#a1a1aa1a}.focus-within\:bg-zinc-400\/20:focus-within{background-color:#a1a1aa33}.focus-within\:bg-zinc-400\/30:focus-within{background-color:#a1a1aa4d}.focus-within\:bg-zinc-400\/40:focus-within{background-color:#a1a1aa66}.focus-within\:bg-zinc-400\/50:focus-within{background-color:#a1a1aa80}.focus-within\:bg-zinc-400\/60:focus-within{background-color:#a1a1aa99}.focus-within\:bg-zinc-400\/70:focus-within{background-color:#a1a1aab3}.focus-within\:bg-zinc-400\/75:focus-within{background-color:#a1a1aabf}.focus-within\:bg-zinc-400\/80:focus-within{background-color:#a1a1aacc}.focus-within\:bg-zinc-400\/90:focus-within{background-color:#a1a1aae6}.focus-within\:bg-zinc-500:focus-within{background-color:#71717a}.focus-within\:bg-zinc-500\/0:focus-within{background-color:#71717a00}.focus-within\:bg-zinc-500\/10:focus-within{background-color:#71717a1a}.focus-within\:bg-zinc-500\/20:focus-within{background-color:#71717a33}.focus-within\:bg-zinc-500\/30:focus-within{background-color:#71717a4d}.focus-within\:bg-zinc-500\/40:focus-within{background-color:#71717a66}.focus-within\:bg-zinc-500\/50:focus-within{background-color:#71717a80}.focus-within\:bg-zinc-500\/60:focus-within{background-color:#71717a99}.focus-within\:bg-zinc-500\/70:focus-within{background-color:#71717ab3}.focus-within\:bg-zinc-500\/75:focus-within{background-color:#71717abf}.focus-within\:bg-zinc-500\/80:focus-within{background-color:#71717acc}.focus-within\:bg-zinc-500\/90:focus-within{background-color:#71717ae6}.focus-within\:bg-zinc-600:focus-within{background-color:#52525b}.focus-within\:bg-zinc-600\/0:focus-within{background-color:#52525b00}.focus-within\:bg-zinc-600\/10:focus-within{background-color:#52525b1a}.focus-within\:bg-zinc-600\/20:focus-within{background-color:#52525b33}.focus-within\:bg-zinc-600\/30:focus-within{background-color:#52525b4d}.focus-within\:bg-zinc-600\/40:focus-within{background-color:#52525b66}.focus-within\:bg-zinc-600\/50:focus-within{background-color:#52525b80}.focus-within\:bg-zinc-600\/60:focus-within{background-color:#52525b99}.focus-within\:bg-zinc-600\/70:focus-within{background-color:#52525bb3}.focus-within\:bg-zinc-600\/75:focus-within{background-color:#52525bbf}.focus-within\:bg-zinc-600\/80:focus-within{background-color:#52525bcc}.focus-within\:bg-zinc-600\/90:focus-within{background-color:#52525be6}.focus-within\:bg-zinc-700:focus-within{background-color:#3f3f46}.focus-within\:bg-zinc-700\/0:focus-within{background-color:#3f3f4600}.focus-within\:bg-zinc-700\/10:focus-within{background-color:#3f3f461a}.focus-within\:bg-zinc-700\/20:focus-within{background-color:#3f3f4633}.focus-within\:bg-zinc-700\/30:focus-within{background-color:#3f3f464d}.focus-within\:bg-zinc-700\/40:focus-within{background-color:#3f3f4666}.focus-within\:bg-zinc-700\/50:focus-within{background-color:#3f3f4680}.focus-within\:bg-zinc-700\/60:focus-within{background-color:#3f3f4699}.focus-within\:bg-zinc-700\/70:focus-within{background-color:#3f3f46b3}.focus-within\:bg-zinc-700\/75:focus-within{background-color:#3f3f46bf}.focus-within\:bg-zinc-700\/80:focus-within{background-color:#3f3f46cc}.focus-within\:bg-zinc-700\/90:focus-within{background-color:#3f3f46e6}.focus-within\:bg-zinc-800:focus-within{background-color:#27272a}.focus-within\:bg-zinc-800\/0:focus-within{background-color:#27272a00}.focus-within\:bg-zinc-800\/10:focus-within{background-color:#27272a1a}.focus-within\:bg-zinc-800\/20:focus-within{background-color:#27272a33}.focus-within\:bg-zinc-800\/30:focus-within{background-color:#27272a4d}.focus-within\:bg-zinc-800\/40:focus-within{background-color:#27272a66}.focus-within\:bg-zinc-800\/50:focus-within{background-color:#27272a80}.focus-within\:bg-zinc-800\/60:focus-within{background-color:#27272a99}.focus-within\:bg-zinc-800\/70:focus-within{background-color:#27272ab3}.focus-within\:bg-zinc-800\/75:focus-within{background-color:#27272abf}.focus-within\:bg-zinc-800\/80:focus-within{background-color:#27272acc}.focus-within\:bg-zinc-800\/90:focus-within{background-color:#27272ae6}.focus-within\:bg-zinc-900:focus-within{background-color:#18181b}.focus-within\:bg-zinc-900\/0:focus-within{background-color:#18181b00}.focus-within\:bg-zinc-900\/10:focus-within{background-color:#18181b1a}.focus-within\:bg-zinc-900\/20:focus-within{background-color:#18181b33}.focus-within\:bg-zinc-900\/30:focus-within{background-color:#18181b4d}.focus-within\:bg-zinc-900\/40:focus-within{background-color:#18181b66}.focus-within\:bg-zinc-900\/50:focus-within{background-color:#18181b80}.focus-within\:bg-zinc-900\/60:focus-within{background-color:#18181b99}.focus-within\:bg-zinc-900\/70:focus-within{background-color:#18181bb3}.focus-within\:bg-zinc-900\/75:focus-within{background-color:#18181bbf}.focus-within\:bg-zinc-900\/80:focus-within{background-color:#18181bcc}.focus-within\:bg-zinc-900\/90:focus-within{background-color:#18181be6}.focus-within\:bg-zinc-950:focus-within{background-color:#09090b}.focus-within\:bg-zinc-950\/0:focus-within{background-color:#09090b00}.focus-within\:bg-zinc-950\/10:focus-within{background-color:#09090b1a}.focus-within\:bg-zinc-950\/20:focus-within{background-color:#09090b33}.focus-within\:bg-zinc-950\/30:focus-within{background-color:#09090b4d}.focus-within\:bg-zinc-950\/40:focus-within{background-color:#09090b66}.focus-within\:bg-zinc-950\/50:focus-within{background-color:#09090b80}.focus-within\:bg-zinc-950\/60:focus-within{background-color:#09090b99}.focus-within\:bg-zinc-950\/70:focus-within{background-color:#09090bb3}.focus-within\:bg-zinc-950\/75:focus-within{background-color:#09090bbf}.focus-within\:bg-zinc-950\/80:focus-within{background-color:#09090bcc}.focus-within\:bg-zinc-950\/90:focus-within{background-color:#09090be6}.focus-within\:bg-neutral-50:focus-within{background-color:#fafafa}.focus-within\:bg-neutral-50\/0:focus-within{background-color:#fafafa00}.focus-within\:bg-neutral-50\/10:focus-within{background-color:#fafafa1a}.focus-within\:bg-neutral-50\/20:focus-within{background-color:#fafafa33}.focus-within\:bg-neutral-50\/30:focus-within{background-color:#fafafa4d}.focus-within\:bg-neutral-50\/40:focus-within{background-color:#fafafa66}.focus-within\:bg-neutral-50\/50:focus-within{background-color:#fafafa80}.focus-within\:bg-neutral-50\/60:focus-within{background-color:#fafafa99}.focus-within\:bg-neutral-50\/70:focus-within{background-color:#fafafab3}.focus-within\:bg-neutral-50\/75:focus-within{background-color:#fafafabf}.focus-within\:bg-neutral-50\/80:focus-within{background-color:#fafafacc}.focus-within\:bg-neutral-50\/90:focus-within{background-color:#fafafae6}.focus-within\:bg-neutral-100:focus-within{background-color:#f5f5f5}.focus-within\:bg-neutral-100\/0:focus-within{background-color:#f5f5f500}.focus-within\:bg-neutral-100\/10:focus-within{background-color:#f5f5f51a}.focus-within\:bg-neutral-100\/20:focus-within{background-color:#f5f5f533}.focus-within\:bg-neutral-100\/30:focus-within{background-color:#f5f5f54d}.focus-within\:bg-neutral-100\/40:focus-within{background-color:#f5f5f566}.focus-within\:bg-neutral-100\/50:focus-within{background-color:#f5f5f580}.focus-within\:bg-neutral-100\/60:focus-within{background-color:#f5f5f599}.focus-within\:bg-neutral-100\/70:focus-within{background-color:#f5f5f5b3}.focus-within\:bg-neutral-100\/75:focus-within{background-color:#f5f5f5bf}.focus-within\:bg-neutral-100\/80:focus-within{background-color:#f5f5f5cc}.focus-within\:bg-neutral-100\/90:focus-within{background-color:#f5f5f5e6}.focus-within\:bg-neutral-200:focus-within{background-color:#e5e5e5}.focus-within\:bg-neutral-200\/0:focus-within{background-color:#e5e5e500}.focus-within\:bg-neutral-200\/10:focus-within{background-color:#e5e5e51a}.focus-within\:bg-neutral-200\/20:focus-within{background-color:#e5e5e533}.focus-within\:bg-neutral-200\/30:focus-within{background-color:#e5e5e54d}.focus-within\:bg-neutral-200\/40:focus-within{background-color:#e5e5e566}.focus-within\:bg-neutral-200\/50:focus-within{background-color:#e5e5e580}.focus-within\:bg-neutral-200\/60:focus-within{background-color:#e5e5e599}.focus-within\:bg-neutral-200\/70:focus-within{background-color:#e5e5e5b3}.focus-within\:bg-neutral-200\/75:focus-within{background-color:#e5e5e5bf}.focus-within\:bg-neutral-200\/80:focus-within{background-color:#e5e5e5cc}.focus-within\:bg-neutral-200\/90:focus-within{background-color:#e5e5e5e6}.focus-within\:bg-neutral-300:focus-within{background-color:#d4d4d4}.focus-within\:bg-neutral-300\/0:focus-within{background-color:#d4d4d400}.focus-within\:bg-neutral-300\/10:focus-within{background-color:#d4d4d41a}.focus-within\:bg-neutral-300\/20:focus-within{background-color:#d4d4d433}.focus-within\:bg-neutral-300\/30:focus-within{background-color:#d4d4d44d}.focus-within\:bg-neutral-300\/40:focus-within{background-color:#d4d4d466}.focus-within\:bg-neutral-300\/50:focus-within{background-color:#d4d4d480}.focus-within\:bg-neutral-300\/60:focus-within{background-color:#d4d4d499}.focus-within\:bg-neutral-300\/70:focus-within{background-color:#d4d4d4b3}.focus-within\:bg-neutral-300\/75:focus-within{background-color:#d4d4d4bf}.focus-within\:bg-neutral-300\/80:focus-within{background-color:#d4d4d4cc}.focus-within\:bg-neutral-300\/90:focus-within{background-color:#d4d4d4e6}.focus-within\:bg-neutral-400:focus-within{background-color:#a3a3a3}.focus-within\:bg-neutral-400\/0:focus-within{background-color:#a3a3a300}.focus-within\:bg-neutral-400\/10:focus-within{background-color:#a3a3a31a}.focus-within\:bg-neutral-400\/20:focus-within{background-color:#a3a3a333}.focus-within\:bg-neutral-400\/30:focus-within{background-color:#a3a3a34d}.focus-within\:bg-neutral-400\/40:focus-within{background-color:#a3a3a366}.focus-within\:bg-neutral-400\/50:focus-within{background-color:#a3a3a380}.focus-within\:bg-neutral-400\/60:focus-within{background-color:#a3a3a399}.focus-within\:bg-neutral-400\/70:focus-within{background-color:#a3a3a3b3}.focus-within\:bg-neutral-400\/75:focus-within{background-color:#a3a3a3bf}.focus-within\:bg-neutral-400\/80:focus-within{background-color:#a3a3a3cc}.focus-within\:bg-neutral-400\/90:focus-within{background-color:#a3a3a3e6}.focus-within\:bg-neutral-500:focus-within{background-color:#737373}.focus-within\:bg-neutral-500\/0:focus-within{background-color:#73737300}.focus-within\:bg-neutral-500\/10:focus-within{background-color:#7373731a}.focus-within\:bg-neutral-500\/20:focus-within{background-color:#73737333}.focus-within\:bg-neutral-500\/30:focus-within{background-color:#7373734d}.focus-within\:bg-neutral-500\/40:focus-within{background-color:#73737366}.focus-within\:bg-neutral-500\/50:focus-within{background-color:#73737380}.focus-within\:bg-neutral-500\/60:focus-within{background-color:#73737399}.focus-within\:bg-neutral-500\/70:focus-within{background-color:#737373b3}.focus-within\:bg-neutral-500\/75:focus-within{background-color:#737373bf}.focus-within\:bg-neutral-500\/80:focus-within{background-color:#737373cc}.focus-within\:bg-neutral-500\/90:focus-within{background-color:#737373e6}.focus-within\:bg-neutral-600:focus-within{background-color:#525252}.focus-within\:bg-neutral-600\/0:focus-within{background-color:#52525200}.focus-within\:bg-neutral-600\/10:focus-within{background-color:#5252521a}.focus-within\:bg-neutral-600\/20:focus-within{background-color:#52525233}.focus-within\:bg-neutral-600\/30:focus-within{background-color:#5252524d}.focus-within\:bg-neutral-600\/40:focus-within{background-color:#52525266}.focus-within\:bg-neutral-600\/50:focus-within{background-color:#52525280}.focus-within\:bg-neutral-600\/60:focus-within{background-color:#52525299}.focus-within\:bg-neutral-600\/70:focus-within{background-color:#525252b3}.focus-within\:bg-neutral-600\/75:focus-within{background-color:#525252bf}.focus-within\:bg-neutral-600\/80:focus-within{background-color:#525252cc}.focus-within\:bg-neutral-600\/90:focus-within{background-color:#525252e6}.focus-within\:bg-neutral-700:focus-within{background-color:#404040}.focus-within\:bg-neutral-700\/0:focus-within{background-color:#40404000}.focus-within\:bg-neutral-700\/10:focus-within{background-color:#4040401a}.focus-within\:bg-neutral-700\/20:focus-within{background-color:#40404033}.focus-within\:bg-neutral-700\/30:focus-within{background-color:#4040404d}.focus-within\:bg-neutral-700\/40:focus-within{background-color:#40404066}.focus-within\:bg-neutral-700\/50:focus-within{background-color:#40404080}.focus-within\:bg-neutral-700\/60:focus-within{background-color:#40404099}.focus-within\:bg-neutral-700\/70:focus-within{background-color:#404040b3}.focus-within\:bg-neutral-700\/75:focus-within{background-color:#404040bf}.focus-within\:bg-neutral-700\/80:focus-within{background-color:#404040cc}.focus-within\:bg-neutral-700\/90:focus-within{background-color:#404040e6}.focus-within\:bg-neutral-800:focus-within{background-color:#262626}.focus-within\:bg-neutral-800\/0:focus-within{background-color:#26262600}.focus-within\:bg-neutral-800\/10:focus-within{background-color:#2626261a}.focus-within\:bg-neutral-800\/20:focus-within{background-color:#26262633}.focus-within\:bg-neutral-800\/30:focus-within{background-color:#2626264d}.focus-within\:bg-neutral-800\/40:focus-within{background-color:#26262666}.focus-within\:bg-neutral-800\/50:focus-within{background-color:#26262680}.focus-within\:bg-neutral-800\/60:focus-within{background-color:#26262699}.focus-within\:bg-neutral-800\/70:focus-within{background-color:#262626b3}.focus-within\:bg-neutral-800\/75:focus-within{background-color:#262626bf}.focus-within\:bg-neutral-800\/80:focus-within{background-color:#262626cc}.focus-within\:bg-neutral-800\/90:focus-within{background-color:#262626e6}.focus-within\:bg-neutral-900:focus-within{background-color:#171717}.focus-within\:bg-neutral-900\/0:focus-within{background-color:#17171700}.focus-within\:bg-neutral-900\/10:focus-within{background-color:#1717171a}.focus-within\:bg-neutral-900\/20:focus-within{background-color:#17171733}.focus-within\:bg-neutral-900\/30:focus-within{background-color:#1717174d}.focus-within\:bg-neutral-900\/40:focus-within{background-color:#17171766}.focus-within\:bg-neutral-900\/50:focus-within{background-color:#17171780}.focus-within\:bg-neutral-900\/60:focus-within{background-color:#17171799}.focus-within\:bg-neutral-900\/70:focus-within{background-color:#171717b3}.focus-within\:bg-neutral-900\/75:focus-within{background-color:#171717bf}.focus-within\:bg-neutral-900\/80:focus-within{background-color:#171717cc}.focus-within\:bg-neutral-900\/90:focus-within{background-color:#171717e6}.focus-within\:bg-neutral-950:focus-within{background-color:#0a0a0a}.focus-within\:bg-neutral-950\/0:focus-within{background-color:#0a0a0a00}.focus-within\:bg-neutral-950\/10:focus-within{background-color:#0a0a0a1a}.focus-within\:bg-neutral-950\/20:focus-within{background-color:#0a0a0a33}.focus-within\:bg-neutral-950\/30:focus-within{background-color:#0a0a0a4d}.focus-within\:bg-neutral-950\/40:focus-within{background-color:#0a0a0a66}.focus-within\:bg-neutral-950\/50:focus-within{background-color:#0a0a0a80}.focus-within\:bg-neutral-950\/60:focus-within{background-color:#0a0a0a99}.focus-within\:bg-neutral-950\/70:focus-within{background-color:#0a0a0ab3}.focus-within\:bg-neutral-950\/75:focus-within{background-color:#0a0a0abf}.focus-within\:bg-neutral-950\/80:focus-within{background-color:#0a0a0acc}.focus-within\:bg-neutral-950\/90:focus-within{background-color:#0a0a0ae6}.focus-within\:bg-stone-50:focus-within{background-color:#fafaf9}.focus-within\:bg-stone-50\/0:focus-within{background-color:#fafaf900}.focus-within\:bg-stone-50\/10:focus-within{background-color:#fafaf91a}.focus-within\:bg-stone-50\/20:focus-within{background-color:#fafaf933}.focus-within\:bg-stone-50\/30:focus-within{background-color:#fafaf94d}.focus-within\:bg-stone-50\/40:focus-within{background-color:#fafaf966}.focus-within\:bg-stone-50\/50:focus-within{background-color:#fafaf980}.focus-within\:bg-stone-50\/60:focus-within{background-color:#fafaf999}.focus-within\:bg-stone-50\/70:focus-within{background-color:#fafaf9b3}.focus-within\:bg-stone-50\/75:focus-within{background-color:#fafaf9bf}.focus-within\:bg-stone-50\/80:focus-within{background-color:#fafaf9cc}.focus-within\:bg-stone-50\/90:focus-within{background-color:#fafaf9e6}.focus-within\:bg-stone-100:focus-within{background-color:#f5f5f4}.focus-within\:bg-stone-100\/0:focus-within{background-color:#f5f5f400}.focus-within\:bg-stone-100\/10:focus-within{background-color:#f5f5f41a}.focus-within\:bg-stone-100\/20:focus-within{background-color:#f5f5f433}.focus-within\:bg-stone-100\/30:focus-within{background-color:#f5f5f44d}.focus-within\:bg-stone-100\/40:focus-within{background-color:#f5f5f466}.focus-within\:bg-stone-100\/50:focus-within{background-color:#f5f5f480}.focus-within\:bg-stone-100\/60:focus-within{background-color:#f5f5f499}.focus-within\:bg-stone-100\/70:focus-within{background-color:#f5f5f4b3}.focus-within\:bg-stone-100\/75:focus-within{background-color:#f5f5f4bf}.focus-within\:bg-stone-100\/80:focus-within{background-color:#f5f5f4cc}.focus-within\:bg-stone-100\/90:focus-within{background-color:#f5f5f4e6}.focus-within\:bg-stone-200:focus-within{background-color:#e7e5e4}.focus-within\:bg-stone-200\/0:focus-within{background-color:#e7e5e400}.focus-within\:bg-stone-200\/10:focus-within{background-color:#e7e5e41a}.focus-within\:bg-stone-200\/20:focus-within{background-color:#e7e5e433}.focus-within\:bg-stone-200\/30:focus-within{background-color:#e7e5e44d}.focus-within\:bg-stone-200\/40:focus-within{background-color:#e7e5e466}.focus-within\:bg-stone-200\/50:focus-within{background-color:#e7e5e480}.focus-within\:bg-stone-200\/60:focus-within{background-color:#e7e5e499}.focus-within\:bg-stone-200\/70:focus-within{background-color:#e7e5e4b3}.focus-within\:bg-stone-200\/75:focus-within{background-color:#e7e5e4bf}.focus-within\:bg-stone-200\/80:focus-within{background-color:#e7e5e4cc}.focus-within\:bg-stone-200\/90:focus-within{background-color:#e7e5e4e6}.focus-within\:bg-stone-300:focus-within{background-color:#d6d3d1}.focus-within\:bg-stone-300\/0:focus-within{background-color:#d6d3d100}.focus-within\:bg-stone-300\/10:focus-within{background-color:#d6d3d11a}.focus-within\:bg-stone-300\/20:focus-within{background-color:#d6d3d133}.focus-within\:bg-stone-300\/30:focus-within{background-color:#d6d3d14d}.focus-within\:bg-stone-300\/40:focus-within{background-color:#d6d3d166}.focus-within\:bg-stone-300\/50:focus-within{background-color:#d6d3d180}.focus-within\:bg-stone-300\/60:focus-within{background-color:#d6d3d199}.focus-within\:bg-stone-300\/70:focus-within{background-color:#d6d3d1b3}.focus-within\:bg-stone-300\/75:focus-within{background-color:#d6d3d1bf}.focus-within\:bg-stone-300\/80:focus-within{background-color:#d6d3d1cc}.focus-within\:bg-stone-300\/90:focus-within{background-color:#d6d3d1e6}.focus-within\:bg-stone-400:focus-within{background-color:#a8a29e}.focus-within\:bg-stone-400\/0:focus-within{background-color:#a8a29e00}.focus-within\:bg-stone-400\/10:focus-within{background-color:#a8a29e1a}.focus-within\:bg-stone-400\/20:focus-within{background-color:#a8a29e33}.focus-within\:bg-stone-400\/30:focus-within{background-color:#a8a29e4d}.focus-within\:bg-stone-400\/40:focus-within{background-color:#a8a29e66}.focus-within\:bg-stone-400\/50:focus-within{background-color:#a8a29e80}.focus-within\:bg-stone-400\/60:focus-within{background-color:#a8a29e99}.focus-within\:bg-stone-400\/70:focus-within{background-color:#a8a29eb3}.focus-within\:bg-stone-400\/75:focus-within{background-color:#a8a29ebf}.focus-within\:bg-stone-400\/80:focus-within{background-color:#a8a29ecc}.focus-within\:bg-stone-400\/90:focus-within{background-color:#a8a29ee6}.focus-within\:bg-stone-500:focus-within{background-color:#78716c}.focus-within\:bg-stone-500\/0:focus-within{background-color:#78716c00}.focus-within\:bg-stone-500\/10:focus-within{background-color:#78716c1a}.focus-within\:bg-stone-500\/20:focus-within{background-color:#78716c33}.focus-within\:bg-stone-500\/30:focus-within{background-color:#78716c4d}.focus-within\:bg-stone-500\/40:focus-within{background-color:#78716c66}.focus-within\:bg-stone-500\/50:focus-within{background-color:#78716c80}.focus-within\:bg-stone-500\/60:focus-within{background-color:#78716c99}.focus-within\:bg-stone-500\/70:focus-within{background-color:#78716cb3}.focus-within\:bg-stone-500\/75:focus-within{background-color:#78716cbf}.focus-within\:bg-stone-500\/80:focus-within{background-color:#78716ccc}.focus-within\:bg-stone-500\/90:focus-within{background-color:#78716ce6}.focus-within\:bg-stone-600:focus-within{background-color:#57534e}.focus-within\:bg-stone-600\/0:focus-within{background-color:#57534e00}.focus-within\:bg-stone-600\/10:focus-within{background-color:#57534e1a}.focus-within\:bg-stone-600\/20:focus-within{background-color:#57534e33}.focus-within\:bg-stone-600\/30:focus-within{background-color:#57534e4d}.focus-within\:bg-stone-600\/40:focus-within{background-color:#57534e66}.focus-within\:bg-stone-600\/50:focus-within{background-color:#57534e80}.focus-within\:bg-stone-600\/60:focus-within{background-color:#57534e99}.focus-within\:bg-stone-600\/70:focus-within{background-color:#57534eb3}.focus-within\:bg-stone-600\/75:focus-within{background-color:#57534ebf}.focus-within\:bg-stone-600\/80:focus-within{background-color:#57534ecc}.focus-within\:bg-stone-600\/90:focus-within{background-color:#57534ee6}.focus-within\:bg-stone-700:focus-within{background-color:#44403c}.focus-within\:bg-stone-700\/0:focus-within{background-color:#44403c00}.focus-within\:bg-stone-700\/10:focus-within{background-color:#44403c1a}.focus-within\:bg-stone-700\/20:focus-within{background-color:#44403c33}.focus-within\:bg-stone-700\/30:focus-within{background-color:#44403c4d}.focus-within\:bg-stone-700\/40:focus-within{background-color:#44403c66}.focus-within\:bg-stone-700\/50:focus-within{background-color:#44403c80}.focus-within\:bg-stone-700\/60:focus-within{background-color:#44403c99}.focus-within\:bg-stone-700\/70:focus-within{background-color:#44403cb3}.focus-within\:bg-stone-700\/75:focus-within{background-color:#44403cbf}.focus-within\:bg-stone-700\/80:focus-within{background-color:#44403ccc}.focus-within\:bg-stone-700\/90:focus-within{background-color:#44403ce6}.focus-within\:bg-stone-800:focus-within{background-color:#292524}.focus-within\:bg-stone-800\/0:focus-within{background-color:#29252400}.focus-within\:bg-stone-800\/10:focus-within{background-color:#2925241a}.focus-within\:bg-stone-800\/20:focus-within{background-color:#29252433}.focus-within\:bg-stone-800\/30:focus-within{background-color:#2925244d}.focus-within\:bg-stone-800\/40:focus-within{background-color:#29252466}.focus-within\:bg-stone-800\/50:focus-within{background-color:#29252480}.focus-within\:bg-stone-800\/60:focus-within{background-color:#29252499}.focus-within\:bg-stone-800\/70:focus-within{background-color:#292524b3}.focus-within\:bg-stone-800\/75:focus-within{background-color:#292524bf}.focus-within\:bg-stone-800\/80:focus-within{background-color:#292524cc}.focus-within\:bg-stone-800\/90:focus-within{background-color:#292524e6}.focus-within\:bg-stone-900:focus-within{background-color:#1c1917}.focus-within\:bg-stone-900\/0:focus-within{background-color:#1c191700}.focus-within\:bg-stone-900\/10:focus-within{background-color:#1c19171a}.focus-within\:bg-stone-900\/20:focus-within{background-color:#1c191733}.focus-within\:bg-stone-900\/30:focus-within{background-color:#1c19174d}.focus-within\:bg-stone-900\/40:focus-within{background-color:#1c191766}.focus-within\:bg-stone-900\/50:focus-within{background-color:#1c191780}.focus-within\:bg-stone-900\/60:focus-within{background-color:#1c191799}.focus-within\:bg-stone-900\/70:focus-within{background-color:#1c1917b3}.focus-within\:bg-stone-900\/75:focus-within{background-color:#1c1917bf}.focus-within\:bg-stone-900\/80:focus-within{background-color:#1c1917cc}.focus-within\:bg-stone-900\/90:focus-within{background-color:#1c1917e6}.focus-within\:bg-stone-950:focus-within{background-color:#0c0a09}.focus-within\:bg-stone-950\/0:focus-within{background-color:#0c0a0900}.focus-within\:bg-stone-950\/10:focus-within{background-color:#0c0a091a}.focus-within\:bg-stone-950\/20:focus-within{background-color:#0c0a0933}.focus-within\:bg-stone-950\/30:focus-within{background-color:#0c0a094d}.focus-within\:bg-stone-950\/40:focus-within{background-color:#0c0a0966}.focus-within\:bg-stone-950\/50:focus-within{background-color:#0c0a0980}.focus-within\:bg-stone-950\/60:focus-within{background-color:#0c0a0999}.focus-within\:bg-stone-950\/70:focus-within{background-color:#0c0a09b3}.focus-within\:bg-stone-950\/75:focus-within{background-color:#0c0a09bf}.focus-within\:bg-stone-950\/80:focus-within{background-color:#0c0a09cc}.focus-within\:bg-stone-950\/90:focus-within{background-color:#0c0a09e6}.focus-within\:bg-red-50:focus-within{background-color:#fef2f2}.focus-within\:bg-red-50\/0:focus-within{background-color:#fef2f200}.focus-within\:bg-red-50\/10:focus-within{background-color:#fef2f21a}.focus-within\:bg-red-50\/20:focus-within{background-color:#fef2f233}.focus-within\:bg-red-50\/30:focus-within{background-color:#fef2f24d}.focus-within\:bg-red-50\/40:focus-within{background-color:#fef2f266}.focus-within\:bg-red-50\/50:focus-within{background-color:#fef2f280}.focus-within\:bg-red-50\/60:focus-within{background-color:#fef2f299}.focus-within\:bg-red-50\/70:focus-within{background-color:#fef2f2b3}.focus-within\:bg-red-50\/75:focus-within{background-color:#fef2f2bf}.focus-within\:bg-red-50\/80:focus-within{background-color:#fef2f2cc}.focus-within\:bg-red-50\/90:focus-within{background-color:#fef2f2e6}.focus-within\:bg-red-100:focus-within{background-color:#fee2e2}.focus-within\:bg-red-100\/0:focus-within{background-color:#fee2e200}.focus-within\:bg-red-100\/10:focus-within{background-color:#fee2e21a}.focus-within\:bg-red-100\/20:focus-within{background-color:#fee2e233}.focus-within\:bg-red-100\/30:focus-within{background-color:#fee2e24d}.focus-within\:bg-red-100\/40:focus-within{background-color:#fee2e266}.focus-within\:bg-red-100\/50:focus-within{background-color:#fee2e280}.focus-within\:bg-red-100\/60:focus-within{background-color:#fee2e299}.focus-within\:bg-red-100\/70:focus-within{background-color:#fee2e2b3}.focus-within\:bg-red-100\/75:focus-within{background-color:#fee2e2bf}.focus-within\:bg-red-100\/80:focus-within{background-color:#fee2e2cc}.focus-within\:bg-red-100\/90:focus-within{background-color:#fee2e2e6}.focus-within\:bg-red-200:focus-within{background-color:#fecaca}.focus-within\:bg-red-200\/0:focus-within{background-color:#fecaca00}.focus-within\:bg-red-200\/10:focus-within{background-color:#fecaca1a}.focus-within\:bg-red-200\/20:focus-within{background-color:#fecaca33}.focus-within\:bg-red-200\/30:focus-within{background-color:#fecaca4d}.focus-within\:bg-red-200\/40:focus-within{background-color:#fecaca66}.focus-within\:bg-red-200\/50:focus-within{background-color:#fecaca80}.focus-within\:bg-red-200\/60:focus-within{background-color:#fecaca99}.focus-within\:bg-red-200\/70:focus-within{background-color:#fecacab3}.focus-within\:bg-red-200\/75:focus-within{background-color:#fecacabf}.focus-within\:bg-red-200\/80:focus-within{background-color:#fecacacc}.focus-within\:bg-red-200\/90:focus-within{background-color:#fecacae6}.focus-within\:bg-red-300:focus-within{background-color:#fca5a5}.focus-within\:bg-red-300\/0:focus-within{background-color:#fca5a500}.focus-within\:bg-red-300\/10:focus-within{background-color:#fca5a51a}.focus-within\:bg-red-300\/20:focus-within{background-color:#fca5a533}.focus-within\:bg-red-300\/30:focus-within{background-color:#fca5a54d}.focus-within\:bg-red-300\/40:focus-within{background-color:#fca5a566}.focus-within\:bg-red-300\/50:focus-within{background-color:#fca5a580}.focus-within\:bg-red-300\/60:focus-within{background-color:#fca5a599}.focus-within\:bg-red-300\/70:focus-within{background-color:#fca5a5b3}.focus-within\:bg-red-300\/75:focus-within{background-color:#fca5a5bf}.focus-within\:bg-red-300\/80:focus-within{background-color:#fca5a5cc}.focus-within\:bg-red-300\/90:focus-within{background-color:#fca5a5e6}.focus-within\:bg-red-400:focus-within{background-color:#f87171}.focus-within\:bg-red-400\/0:focus-within{background-color:#f8717100}.focus-within\:bg-red-400\/10:focus-within{background-color:#f871711a}.focus-within\:bg-red-400\/20:focus-within{background-color:#f8717133}.focus-within\:bg-red-400\/30:focus-within{background-color:#f871714d}.focus-within\:bg-red-400\/40:focus-within{background-color:#f8717166}.focus-within\:bg-red-400\/50:focus-within{background-color:#f8717180}.focus-within\:bg-red-400\/60:focus-within{background-color:#f8717199}.focus-within\:bg-red-400\/70:focus-within{background-color:#f87171b3}.focus-within\:bg-red-400\/75:focus-within{background-color:#f87171bf}.focus-within\:bg-red-400\/80:focus-within{background-color:#f87171cc}.focus-within\:bg-red-400\/90:focus-within{background-color:#f87171e6}.focus-within\:bg-red-500:focus-within{background-color:#ef4444}.focus-within\:bg-red-500\/0:focus-within{background-color:#ef444400}.focus-within\:bg-red-500\/10:focus-within{background-color:#ef44441a}.focus-within\:bg-red-500\/20:focus-within{background-color:#ef444433}.focus-within\:bg-red-500\/30:focus-within{background-color:#ef44444d}.focus-within\:bg-red-500\/40:focus-within{background-color:#ef444466}.focus-within\:bg-red-500\/50:focus-within{background-color:#ef444480}.focus-within\:bg-red-500\/60:focus-within{background-color:#ef444499}.focus-within\:bg-red-500\/70:focus-within{background-color:#ef4444b3}.focus-within\:bg-red-500\/75:focus-within{background-color:#ef4444bf}.focus-within\:bg-red-500\/80:focus-within{background-color:#ef4444cc}.focus-within\:bg-red-500\/90:focus-within{background-color:#ef4444e6}.focus-within\:bg-red-600:focus-within{background-color:#dc2626}.focus-within\:bg-red-600\/0:focus-within{background-color:#dc262600}.focus-within\:bg-red-600\/10:focus-within{background-color:#dc26261a}.focus-within\:bg-red-600\/20:focus-within{background-color:#dc262633}.focus-within\:bg-red-600\/30:focus-within{background-color:#dc26264d}.focus-within\:bg-red-600\/40:focus-within{background-color:#dc262666}.focus-within\:bg-red-600\/50:focus-within{background-color:#dc262680}.focus-within\:bg-red-600\/60:focus-within{background-color:#dc262699}.focus-within\:bg-red-600\/70:focus-within{background-color:#dc2626b3}.focus-within\:bg-red-600\/75:focus-within{background-color:#dc2626bf}.focus-within\:bg-red-600\/80:focus-within{background-color:#dc2626cc}.focus-within\:bg-red-600\/90:focus-within{background-color:#dc2626e6}.focus-within\:bg-red-700:focus-within{background-color:#b91c1c}.focus-within\:bg-red-700\/0:focus-within{background-color:#b91c1c00}.focus-within\:bg-red-700\/10:focus-within{background-color:#b91c1c1a}.focus-within\:bg-red-700\/20:focus-within{background-color:#b91c1c33}.focus-within\:bg-red-700\/30:focus-within{background-color:#b91c1c4d}.focus-within\:bg-red-700\/40:focus-within{background-color:#b91c1c66}.focus-within\:bg-red-700\/50:focus-within{background-color:#b91c1c80}.focus-within\:bg-red-700\/60:focus-within{background-color:#b91c1c99}.focus-within\:bg-red-700\/70:focus-within{background-color:#b91c1cb3}.focus-within\:bg-red-700\/75:focus-within{background-color:#b91c1cbf}.focus-within\:bg-red-700\/80:focus-within{background-color:#b91c1ccc}.focus-within\:bg-red-700\/90:focus-within{background-color:#b91c1ce6}.focus-within\:bg-red-800:focus-within{background-color:#991b1b}.focus-within\:bg-red-800\/0:focus-within{background-color:#991b1b00}.focus-within\:bg-red-800\/10:focus-within{background-color:#991b1b1a}.focus-within\:bg-red-800\/20:focus-within{background-color:#991b1b33}.focus-within\:bg-red-800\/30:focus-within{background-color:#991b1b4d}.focus-within\:bg-red-800\/40:focus-within{background-color:#991b1b66}.focus-within\:bg-red-800\/50:focus-within{background-color:#991b1b80}.focus-within\:bg-red-800\/60:focus-within{background-color:#991b1b99}.focus-within\:bg-red-800\/70:focus-within{background-color:#991b1bb3}.focus-within\:bg-red-800\/75:focus-within{background-color:#991b1bbf}.focus-within\:bg-red-800\/80:focus-within{background-color:#991b1bcc}.focus-within\:bg-red-800\/90:focus-within{background-color:#991b1be6}.focus-within\:bg-red-900:focus-within{background-color:#7f1d1d}.focus-within\:bg-red-900\/0:focus-within{background-color:#7f1d1d00}.focus-within\:bg-red-900\/10:focus-within{background-color:#7f1d1d1a}.focus-within\:bg-red-900\/20:focus-within{background-color:#7f1d1d33}.focus-within\:bg-red-900\/30:focus-within{background-color:#7f1d1d4d}.focus-within\:bg-red-900\/40:focus-within{background-color:#7f1d1d66}.focus-within\:bg-red-900\/50:focus-within{background-color:#7f1d1d80}.focus-within\:bg-red-900\/60:focus-within{background-color:#7f1d1d99}.focus-within\:bg-red-900\/70:focus-within{background-color:#7f1d1db3}.focus-within\:bg-red-900\/75:focus-within{background-color:#7f1d1dbf}.focus-within\:bg-red-900\/80:focus-within{background-color:#7f1d1dcc}.focus-within\:bg-red-900\/90:focus-within{background-color:#7f1d1de6}.focus-within\:bg-red-950:focus-within{background-color:#450a0a}.focus-within\:bg-red-950\/0:focus-within{background-color:#450a0a00}.focus-within\:bg-red-950\/10:focus-within{background-color:#450a0a1a}.focus-within\:bg-red-950\/20:focus-within{background-color:#450a0a33}.focus-within\:bg-red-950\/30:focus-within{background-color:#450a0a4d}.focus-within\:bg-red-950\/40:focus-within{background-color:#450a0a66}.focus-within\:bg-red-950\/50:focus-within{background-color:#450a0a80}.focus-within\:bg-red-950\/60:focus-within{background-color:#450a0a99}.focus-within\:bg-red-950\/70:focus-within{background-color:#450a0ab3}.focus-within\:bg-red-950\/75:focus-within{background-color:#450a0abf}.focus-within\:bg-red-950\/80:focus-within{background-color:#450a0acc}.focus-within\:bg-red-950\/90:focus-within{background-color:#450a0ae6}.focus-within\:bg-orange-50:focus-within{background-color:#fff7ed}.focus-within\:bg-orange-50\/0:focus-within{background-color:#fff7ed00}.focus-within\:bg-orange-50\/10:focus-within{background-color:#fff7ed1a}.focus-within\:bg-orange-50\/20:focus-within{background-color:#fff7ed33}.focus-within\:bg-orange-50\/30:focus-within{background-color:#fff7ed4d}.focus-within\:bg-orange-50\/40:focus-within{background-color:#fff7ed66}.focus-within\:bg-orange-50\/50:focus-within{background-color:#fff7ed80}.focus-within\:bg-orange-50\/60:focus-within{background-color:#fff7ed99}.focus-within\:bg-orange-50\/70:focus-within{background-color:#fff7edb3}.focus-within\:bg-orange-50\/75:focus-within{background-color:#fff7edbf}.focus-within\:bg-orange-50\/80:focus-within{background-color:#fff7edcc}.focus-within\:bg-orange-50\/90:focus-within{background-color:#fff7ede6}.focus-within\:bg-orange-100:focus-within{background-color:#ffedd5}.focus-within\:bg-orange-100\/0:focus-within{background-color:#ffedd500}.focus-within\:bg-orange-100\/10:focus-within{background-color:#ffedd51a}.focus-within\:bg-orange-100\/20:focus-within{background-color:#ffedd533}.focus-within\:bg-orange-100\/30:focus-within{background-color:#ffedd54d}.focus-within\:bg-orange-100\/40:focus-within{background-color:#ffedd566}.focus-within\:bg-orange-100\/50:focus-within{background-color:#ffedd580}.focus-within\:bg-orange-100\/60:focus-within{background-color:#ffedd599}.focus-within\:bg-orange-100\/70:focus-within{background-color:#ffedd5b3}.focus-within\:bg-orange-100\/75:focus-within{background-color:#ffedd5bf}.focus-within\:bg-orange-100\/80:focus-within{background-color:#ffedd5cc}.focus-within\:bg-orange-100\/90:focus-within{background-color:#ffedd5e6}.focus-within\:bg-orange-200:focus-within{background-color:#fed7aa}.focus-within\:bg-orange-200\/0:focus-within{background-color:#fed7aa00}.focus-within\:bg-orange-200\/10:focus-within{background-color:#fed7aa1a}.focus-within\:bg-orange-200\/20:focus-within{background-color:#fed7aa33}.focus-within\:bg-orange-200\/30:focus-within{background-color:#fed7aa4d}.focus-within\:bg-orange-200\/40:focus-within{background-color:#fed7aa66}.focus-within\:bg-orange-200\/50:focus-within{background-color:#fed7aa80}.focus-within\:bg-orange-200\/60:focus-within{background-color:#fed7aa99}.focus-within\:bg-orange-200\/70:focus-within{background-color:#fed7aab3}.focus-within\:bg-orange-200\/75:focus-within{background-color:#fed7aabf}.focus-within\:bg-orange-200\/80:focus-within{background-color:#fed7aacc}.focus-within\:bg-orange-200\/90:focus-within{background-color:#fed7aae6}.focus-within\:bg-orange-300:focus-within{background-color:#fdba74}.focus-within\:bg-orange-300\/0:focus-within{background-color:#fdba7400}.focus-within\:bg-orange-300\/10:focus-within{background-color:#fdba741a}.focus-within\:bg-orange-300\/20:focus-within{background-color:#fdba7433}.focus-within\:bg-orange-300\/30:focus-within{background-color:#fdba744d}.focus-within\:bg-orange-300\/40:focus-within{background-color:#fdba7466}.focus-within\:bg-orange-300\/50:focus-within{background-color:#fdba7480}.focus-within\:bg-orange-300\/60:focus-within{background-color:#fdba7499}.focus-within\:bg-orange-300\/70:focus-within{background-color:#fdba74b3}.focus-within\:bg-orange-300\/75:focus-within{background-color:#fdba74bf}.focus-within\:bg-orange-300\/80:focus-within{background-color:#fdba74cc}.focus-within\:bg-orange-300\/90:focus-within{background-color:#fdba74e6}.focus-within\:bg-orange-400:focus-within{background-color:#fb923c}.focus-within\:bg-orange-400\/0:focus-within{background-color:#fb923c00}.focus-within\:bg-orange-400\/10:focus-within{background-color:#fb923c1a}.focus-within\:bg-orange-400\/20:focus-within{background-color:#fb923c33}.focus-within\:bg-orange-400\/30:focus-within{background-color:#fb923c4d}.focus-within\:bg-orange-400\/40:focus-within{background-color:#fb923c66}.focus-within\:bg-orange-400\/50:focus-within{background-color:#fb923c80}.focus-within\:bg-orange-400\/60:focus-within{background-color:#fb923c99}.focus-within\:bg-orange-400\/70:focus-within{background-color:#fb923cb3}.focus-within\:bg-orange-400\/75:focus-within{background-color:#fb923cbf}.focus-within\:bg-orange-400\/80:focus-within{background-color:#fb923ccc}.focus-within\:bg-orange-400\/90:focus-within{background-color:#fb923ce6}.focus-within\:bg-orange-500:focus-within{background-color:#f97316}.focus-within\:bg-orange-500\/0:focus-within{background-color:#f9731600}.focus-within\:bg-orange-500\/10:focus-within{background-color:#f973161a}.focus-within\:bg-orange-500\/20:focus-within{background-color:#f9731633}.focus-within\:bg-orange-500\/30:focus-within{background-color:#f973164d}.focus-within\:bg-orange-500\/40:focus-within{background-color:#f9731666}.focus-within\:bg-orange-500\/50:focus-within{background-color:#f9731680}.focus-within\:bg-orange-500\/60:focus-within{background-color:#f9731699}.focus-within\:bg-orange-500\/70:focus-within{background-color:#f97316b3}.focus-within\:bg-orange-500\/75:focus-within{background-color:#f97316bf}.focus-within\:bg-orange-500\/80:focus-within{background-color:#f97316cc}.focus-within\:bg-orange-500\/90:focus-within{background-color:#f97316e6}.focus-within\:bg-orange-600:focus-within{background-color:#ea580c}.focus-within\:bg-orange-600\/0:focus-within{background-color:#ea580c00}.focus-within\:bg-orange-600\/10:focus-within{background-color:#ea580c1a}.focus-within\:bg-orange-600\/20:focus-within{background-color:#ea580c33}.focus-within\:bg-orange-600\/30:focus-within{background-color:#ea580c4d}.focus-within\:bg-orange-600\/40:focus-within{background-color:#ea580c66}.focus-within\:bg-orange-600\/50:focus-within{background-color:#ea580c80}.focus-within\:bg-orange-600\/60:focus-within{background-color:#ea580c99}.focus-within\:bg-orange-600\/70:focus-within{background-color:#ea580cb3}.focus-within\:bg-orange-600\/75:focus-within{background-color:#ea580cbf}.focus-within\:bg-orange-600\/80:focus-within{background-color:#ea580ccc}.focus-within\:bg-orange-600\/90:focus-within{background-color:#ea580ce6}.focus-within\:bg-orange-700:focus-within{background-color:#c2410c}.focus-within\:bg-orange-700\/0:focus-within{background-color:#c2410c00}.focus-within\:bg-orange-700\/10:focus-within{background-color:#c2410c1a}.focus-within\:bg-orange-700\/20:focus-within{background-color:#c2410c33}.focus-within\:bg-orange-700\/30:focus-within{background-color:#c2410c4d}.focus-within\:bg-orange-700\/40:focus-within{background-color:#c2410c66}.focus-within\:bg-orange-700\/50:focus-within{background-color:#c2410c80}.focus-within\:bg-orange-700\/60:focus-within{background-color:#c2410c99}.focus-within\:bg-orange-700\/70:focus-within{background-color:#c2410cb3}.focus-within\:bg-orange-700\/75:focus-within{background-color:#c2410cbf}.focus-within\:bg-orange-700\/80:focus-within{background-color:#c2410ccc}.focus-within\:bg-orange-700\/90:focus-within{background-color:#c2410ce6}.focus-within\:bg-orange-800:focus-within{background-color:#9a3412}.focus-within\:bg-orange-800\/0:focus-within{background-color:#9a341200}.focus-within\:bg-orange-800\/10:focus-within{background-color:#9a34121a}.focus-within\:bg-orange-800\/20:focus-within{background-color:#9a341233}.focus-within\:bg-orange-800\/30:focus-within{background-color:#9a34124d}.focus-within\:bg-orange-800\/40:focus-within{background-color:#9a341266}.focus-within\:bg-orange-800\/50:focus-within{background-color:#9a341280}.focus-within\:bg-orange-800\/60:focus-within{background-color:#9a341299}.focus-within\:bg-orange-800\/70:focus-within{background-color:#9a3412b3}.focus-within\:bg-orange-800\/75:focus-within{background-color:#9a3412bf}.focus-within\:bg-orange-800\/80:focus-within{background-color:#9a3412cc}.focus-within\:bg-orange-800\/90:focus-within{background-color:#9a3412e6}.focus-within\:bg-orange-900:focus-within{background-color:#7c2d12}.focus-within\:bg-orange-900\/0:focus-within{background-color:#7c2d1200}.focus-within\:bg-orange-900\/10:focus-within{background-color:#7c2d121a}.focus-within\:bg-orange-900\/20:focus-within{background-color:#7c2d1233}.focus-within\:bg-orange-900\/30:focus-within{background-color:#7c2d124d}.focus-within\:bg-orange-900\/40:focus-within{background-color:#7c2d1266}.focus-within\:bg-orange-900\/50:focus-within{background-color:#7c2d1280}.focus-within\:bg-orange-900\/60:focus-within{background-color:#7c2d1299}.focus-within\:bg-orange-900\/70:focus-within{background-color:#7c2d12b3}.focus-within\:bg-orange-900\/75:focus-within{background-color:#7c2d12bf}.focus-within\:bg-orange-900\/80:focus-within{background-color:#7c2d12cc}.focus-within\:bg-orange-900\/90:focus-within{background-color:#7c2d12e6}.focus-within\:bg-orange-950:focus-within{background-color:#431407}.focus-within\:bg-orange-950\/0:focus-within{background-color:#43140700}.focus-within\:bg-orange-950\/10:focus-within{background-color:#4314071a}.focus-within\:bg-orange-950\/20:focus-within{background-color:#43140733}.focus-within\:bg-orange-950\/30:focus-within{background-color:#4314074d}.focus-within\:bg-orange-950\/40:focus-within{background-color:#43140766}.focus-within\:bg-orange-950\/50:focus-within{background-color:#43140780}.focus-within\:bg-orange-950\/60:focus-within{background-color:#43140799}.focus-within\:bg-orange-950\/70:focus-within{background-color:#431407b3}.focus-within\:bg-orange-950\/75:focus-within{background-color:#431407bf}.focus-within\:bg-orange-950\/80:focus-within{background-color:#431407cc}.focus-within\:bg-orange-950\/90:focus-within{background-color:#431407e6}.focus-within\:bg-amber-50:focus-within{background-color:#fffbeb}.focus-within\:bg-amber-50\/0:focus-within{background-color:#fffbeb00}.focus-within\:bg-amber-50\/10:focus-within{background-color:#fffbeb1a}.focus-within\:bg-amber-50\/20:focus-within{background-color:#fffbeb33}.focus-within\:bg-amber-50\/30:focus-within{background-color:#fffbeb4d}.focus-within\:bg-amber-50\/40:focus-within{background-color:#fffbeb66}.focus-within\:bg-amber-50\/50:focus-within{background-color:#fffbeb80}.focus-within\:bg-amber-50\/60:focus-within{background-color:#fffbeb99}.focus-within\:bg-amber-50\/70:focus-within{background-color:#fffbebb3}.focus-within\:bg-amber-50\/75:focus-within{background-color:#fffbebbf}.focus-within\:bg-amber-50\/80:focus-within{background-color:#fffbebcc}.focus-within\:bg-amber-50\/90:focus-within{background-color:#fffbebe6}.focus-within\:bg-amber-100:focus-within{background-color:#fef3c7}.focus-within\:bg-amber-100\/0:focus-within{background-color:#fef3c700}.focus-within\:bg-amber-100\/10:focus-within{background-color:#fef3c71a}.focus-within\:bg-amber-100\/20:focus-within{background-color:#fef3c733}.focus-within\:bg-amber-100\/30:focus-within{background-color:#fef3c74d}.focus-within\:bg-amber-100\/40:focus-within{background-color:#fef3c766}.focus-within\:bg-amber-100\/50:focus-within{background-color:#fef3c780}.focus-within\:bg-amber-100\/60:focus-within{background-color:#fef3c799}.focus-within\:bg-amber-100\/70:focus-within{background-color:#fef3c7b3}.focus-within\:bg-amber-100\/75:focus-within{background-color:#fef3c7bf}.focus-within\:bg-amber-100\/80:focus-within{background-color:#fef3c7cc}.focus-within\:bg-amber-100\/90:focus-within{background-color:#fef3c7e6}.focus-within\:bg-amber-200:focus-within{background-color:#fde68a}.focus-within\:bg-amber-200\/0:focus-within{background-color:#fde68a00}.focus-within\:bg-amber-200\/10:focus-within{background-color:#fde68a1a}.focus-within\:bg-amber-200\/20:focus-within{background-color:#fde68a33}.focus-within\:bg-amber-200\/30:focus-within{background-color:#fde68a4d}.focus-within\:bg-amber-200\/40:focus-within{background-color:#fde68a66}.focus-within\:bg-amber-200\/50:focus-within{background-color:#fde68a80}.focus-within\:bg-amber-200\/60:focus-within{background-color:#fde68a99}.focus-within\:bg-amber-200\/70:focus-within{background-color:#fde68ab3}.focus-within\:bg-amber-200\/75:focus-within{background-color:#fde68abf}.focus-within\:bg-amber-200\/80:focus-within{background-color:#fde68acc}.focus-within\:bg-amber-200\/90:focus-within{background-color:#fde68ae6}.focus-within\:bg-amber-300:focus-within{background-color:#fcd34d}.focus-within\:bg-amber-300\/0:focus-within{background-color:#fcd34d00}.focus-within\:bg-amber-300\/10:focus-within{background-color:#fcd34d1a}.focus-within\:bg-amber-300\/20:focus-within{background-color:#fcd34d33}.focus-within\:bg-amber-300\/30:focus-within{background-color:#fcd34d4d}.focus-within\:bg-amber-300\/40:focus-within{background-color:#fcd34d66}.focus-within\:bg-amber-300\/50:focus-within{background-color:#fcd34d80}.focus-within\:bg-amber-300\/60:focus-within{background-color:#fcd34d99}.focus-within\:bg-amber-300\/70:focus-within{background-color:#fcd34db3}.focus-within\:bg-amber-300\/75:focus-within{background-color:#fcd34dbf}.focus-within\:bg-amber-300\/80:focus-within{background-color:#fcd34dcc}.focus-within\:bg-amber-300\/90:focus-within{background-color:#fcd34de6}.focus-within\:bg-amber-400:focus-within{background-color:#fbbf24}.focus-within\:bg-amber-400\/0:focus-within{background-color:#fbbf2400}.focus-within\:bg-amber-400\/10:focus-within{background-color:#fbbf241a}.focus-within\:bg-amber-400\/20:focus-within{background-color:#fbbf2433}.focus-within\:bg-amber-400\/30:focus-within{background-color:#fbbf244d}.focus-within\:bg-amber-400\/40:focus-within{background-color:#fbbf2466}.focus-within\:bg-amber-400\/50:focus-within{background-color:#fbbf2480}.focus-within\:bg-amber-400\/60:focus-within{background-color:#fbbf2499}.focus-within\:bg-amber-400\/70:focus-within{background-color:#fbbf24b3}.focus-within\:bg-amber-400\/75:focus-within{background-color:#fbbf24bf}.focus-within\:bg-amber-400\/80:focus-within{background-color:#fbbf24cc}.focus-within\:bg-amber-400\/90:focus-within{background-color:#fbbf24e6}.focus-within\:bg-amber-500:focus-within{background-color:#f59e0b}.focus-within\:bg-amber-500\/0:focus-within{background-color:#f59e0b00}.focus-within\:bg-amber-500\/10:focus-within{background-color:#f59e0b1a}.focus-within\:bg-amber-500\/20:focus-within{background-color:#f59e0b33}.focus-within\:bg-amber-500\/30:focus-within{background-color:#f59e0b4d}.focus-within\:bg-amber-500\/40:focus-within{background-color:#f59e0b66}.focus-within\:bg-amber-500\/50:focus-within{background-color:#f59e0b80}.focus-within\:bg-amber-500\/60:focus-within{background-color:#f59e0b99}.focus-within\:bg-amber-500\/70:focus-within{background-color:#f59e0bb3}.focus-within\:bg-amber-500\/75:focus-within{background-color:#f59e0bbf}.focus-within\:bg-amber-500\/80:focus-within{background-color:#f59e0bcc}.focus-within\:bg-amber-500\/90:focus-within{background-color:#f59e0be6}.focus-within\:bg-amber-600:focus-within{background-color:#d97706}.focus-within\:bg-amber-600\/0:focus-within{background-color:#d9770600}.focus-within\:bg-amber-600\/10:focus-within{background-color:#d977061a}.focus-within\:bg-amber-600\/20:focus-within{background-color:#d9770633}.focus-within\:bg-amber-600\/30:focus-within{background-color:#d977064d}.focus-within\:bg-amber-600\/40:focus-within{background-color:#d9770666}.focus-within\:bg-amber-600\/50:focus-within{background-color:#d9770680}.focus-within\:bg-amber-600\/60:focus-within{background-color:#d9770699}.focus-within\:bg-amber-600\/70:focus-within{background-color:#d97706b3}.focus-within\:bg-amber-600\/75:focus-within{background-color:#d97706bf}.focus-within\:bg-amber-600\/80:focus-within{background-color:#d97706cc}.focus-within\:bg-amber-600\/90:focus-within{background-color:#d97706e6}.focus-within\:bg-amber-700:focus-within{background-color:#b45309}.focus-within\:bg-amber-700\/0:focus-within{background-color:#b4530900}.focus-within\:bg-amber-700\/10:focus-within{background-color:#b453091a}.focus-within\:bg-amber-700\/20:focus-within{background-color:#b4530933}.focus-within\:bg-amber-700\/30:focus-within{background-color:#b453094d}.focus-within\:bg-amber-700\/40:focus-within{background-color:#b4530966}.focus-within\:bg-amber-700\/50:focus-within{background-color:#b4530980}.focus-within\:bg-amber-700\/60:focus-within{background-color:#b4530999}.focus-within\:bg-amber-700\/70:focus-within{background-color:#b45309b3}.focus-within\:bg-amber-700\/75:focus-within{background-color:#b45309bf}.focus-within\:bg-amber-700\/80:focus-within{background-color:#b45309cc}.focus-within\:bg-amber-700\/90:focus-within{background-color:#b45309e6}.focus-within\:bg-amber-800:focus-within{background-color:#92400e}.focus-within\:bg-amber-800\/0:focus-within{background-color:#92400e00}.focus-within\:bg-amber-800\/10:focus-within{background-color:#92400e1a}.focus-within\:bg-amber-800\/20:focus-within{background-color:#92400e33}.focus-within\:bg-amber-800\/30:focus-within{background-color:#92400e4d}.focus-within\:bg-amber-800\/40:focus-within{background-color:#92400e66}.focus-within\:bg-amber-800\/50:focus-within{background-color:#92400e80}.focus-within\:bg-amber-800\/60:focus-within{background-color:#92400e99}.focus-within\:bg-amber-800\/70:focus-within{background-color:#92400eb3}.focus-within\:bg-amber-800\/75:focus-within{background-color:#92400ebf}.focus-within\:bg-amber-800\/80:focus-within{background-color:#92400ecc}.focus-within\:bg-amber-800\/90:focus-within{background-color:#92400ee6}.focus-within\:bg-amber-900:focus-within{background-color:#78350f}.focus-within\:bg-amber-900\/0:focus-within{background-color:#78350f00}.focus-within\:bg-amber-900\/10:focus-within{background-color:#78350f1a}.focus-within\:bg-amber-900\/20:focus-within{background-color:#78350f33}.focus-within\:bg-amber-900\/30:focus-within{background-color:#78350f4d}.focus-within\:bg-amber-900\/40:focus-within{background-color:#78350f66}.focus-within\:bg-amber-900\/50:focus-within{background-color:#78350f80}.focus-within\:bg-amber-900\/60:focus-within{background-color:#78350f99}.focus-within\:bg-amber-900\/70:focus-within{background-color:#78350fb3}.focus-within\:bg-amber-900\/75:focus-within{background-color:#78350fbf}.focus-within\:bg-amber-900\/80:focus-within{background-color:#78350fcc}.focus-within\:bg-amber-900\/90:focus-within{background-color:#78350fe6}.focus-within\:bg-amber-950:focus-within{background-color:#451a03}.focus-within\:bg-amber-950\/0:focus-within{background-color:#451a0300}.focus-within\:bg-amber-950\/10:focus-within{background-color:#451a031a}.focus-within\:bg-amber-950\/20:focus-within{background-color:#451a0333}.focus-within\:bg-amber-950\/30:focus-within{background-color:#451a034d}.focus-within\:bg-amber-950\/40:focus-within{background-color:#451a0366}.focus-within\:bg-amber-950\/50:focus-within{background-color:#451a0380}.focus-within\:bg-amber-950\/60:focus-within{background-color:#451a0399}.focus-within\:bg-amber-950\/70:focus-within{background-color:#451a03b3}.focus-within\:bg-amber-950\/75:focus-within{background-color:#451a03bf}.focus-within\:bg-amber-950\/80:focus-within{background-color:#451a03cc}.focus-within\:bg-amber-950\/90:focus-within{background-color:#451a03e6}.focus-within\:bg-yellow-50:focus-within{background-color:#fefce8}.focus-within\:bg-yellow-50\/0:focus-within{background-color:#fefce800}.focus-within\:bg-yellow-50\/10:focus-within{background-color:#fefce81a}.focus-within\:bg-yellow-50\/20:focus-within{background-color:#fefce833}.focus-within\:bg-yellow-50\/30:focus-within{background-color:#fefce84d}.focus-within\:bg-yellow-50\/40:focus-within{background-color:#fefce866}.focus-within\:bg-yellow-50\/50:focus-within{background-color:#fefce880}.focus-within\:bg-yellow-50\/60:focus-within{background-color:#fefce899}.focus-within\:bg-yellow-50\/70:focus-within{background-color:#fefce8b3}.focus-within\:bg-yellow-50\/75:focus-within{background-color:#fefce8bf}.focus-within\:bg-yellow-50\/80:focus-within{background-color:#fefce8cc}.focus-within\:bg-yellow-50\/90:focus-within{background-color:#fefce8e6}.focus-within\:bg-yellow-100:focus-within{background-color:#fef9c3}.focus-within\:bg-yellow-100\/0:focus-within{background-color:#fef9c300}.focus-within\:bg-yellow-100\/10:focus-within{background-color:#fef9c31a}.focus-within\:bg-yellow-100\/20:focus-within{background-color:#fef9c333}.focus-within\:bg-yellow-100\/30:focus-within{background-color:#fef9c34d}.focus-within\:bg-yellow-100\/40:focus-within{background-color:#fef9c366}.focus-within\:bg-yellow-100\/50:focus-within{background-color:#fef9c380}.focus-within\:bg-yellow-100\/60:focus-within{background-color:#fef9c399}.focus-within\:bg-yellow-100\/70:focus-within{background-color:#fef9c3b3}.focus-within\:bg-yellow-100\/75:focus-within{background-color:#fef9c3bf}.focus-within\:bg-yellow-100\/80:focus-within{background-color:#fef9c3cc}.focus-within\:bg-yellow-100\/90:focus-within{background-color:#fef9c3e6}.focus-within\:bg-yellow-200:focus-within{background-color:#fef08a}.focus-within\:bg-yellow-200\/0:focus-within{background-color:#fef08a00}.focus-within\:bg-yellow-200\/10:focus-within{background-color:#fef08a1a}.focus-within\:bg-yellow-200\/20:focus-within{background-color:#fef08a33}.focus-within\:bg-yellow-200\/30:focus-within{background-color:#fef08a4d}.focus-within\:bg-yellow-200\/40:focus-within{background-color:#fef08a66}.focus-within\:bg-yellow-200\/50:focus-within{background-color:#fef08a80}.focus-within\:bg-yellow-200\/60:focus-within{background-color:#fef08a99}.focus-within\:bg-yellow-200\/70:focus-within{background-color:#fef08ab3}.focus-within\:bg-yellow-200\/75:focus-within{background-color:#fef08abf}.focus-within\:bg-yellow-200\/80:focus-within{background-color:#fef08acc}.focus-within\:bg-yellow-200\/90:focus-within{background-color:#fef08ae6}.focus-within\:bg-yellow-300:focus-within{background-color:#fde047}.focus-within\:bg-yellow-300\/0:focus-within{background-color:#fde04700}.focus-within\:bg-yellow-300\/10:focus-within{background-color:#fde0471a}.focus-within\:bg-yellow-300\/20:focus-within{background-color:#fde04733}.focus-within\:bg-yellow-300\/30:focus-within{background-color:#fde0474d}.focus-within\:bg-yellow-300\/40:focus-within{background-color:#fde04766}.focus-within\:bg-yellow-300\/50:focus-within{background-color:#fde04780}.focus-within\:bg-yellow-300\/60:focus-within{background-color:#fde04799}.focus-within\:bg-yellow-300\/70:focus-within{background-color:#fde047b3}.focus-within\:bg-yellow-300\/75:focus-within{background-color:#fde047bf}.focus-within\:bg-yellow-300\/80:focus-within{background-color:#fde047cc}.focus-within\:bg-yellow-300\/90:focus-within{background-color:#fde047e6}.focus-within\:bg-yellow-400:focus-within{background-color:#facc15}.focus-within\:bg-yellow-400\/0:focus-within{background-color:#facc1500}.focus-within\:bg-yellow-400\/10:focus-within{background-color:#facc151a}.focus-within\:bg-yellow-400\/20:focus-within{background-color:#facc1533}.focus-within\:bg-yellow-400\/30:focus-within{background-color:#facc154d}.focus-within\:bg-yellow-400\/40:focus-within{background-color:#facc1566}.focus-within\:bg-yellow-400\/50:focus-within{background-color:#facc1580}.focus-within\:bg-yellow-400\/60:focus-within{background-color:#facc1599}.focus-within\:bg-yellow-400\/70:focus-within{background-color:#facc15b3}.focus-within\:bg-yellow-400\/75:focus-within{background-color:#facc15bf}.focus-within\:bg-yellow-400\/80:focus-within{background-color:#facc15cc}.focus-within\:bg-yellow-400\/90:focus-within{background-color:#facc15e6}.focus-within\:bg-yellow-500:focus-within{background-color:#eab308}.focus-within\:bg-yellow-500\/0:focus-within{background-color:#eab30800}.focus-within\:bg-yellow-500\/10:focus-within{background-color:#eab3081a}.focus-within\:bg-yellow-500\/20:focus-within{background-color:#eab30833}.focus-within\:bg-yellow-500\/30:focus-within{background-color:#eab3084d}.focus-within\:bg-yellow-500\/40:focus-within{background-color:#eab30866}.focus-within\:bg-yellow-500\/50:focus-within{background-color:#eab30880}.focus-within\:bg-yellow-500\/60:focus-within{background-color:#eab30899}.focus-within\:bg-yellow-500\/70:focus-within{background-color:#eab308b3}.focus-within\:bg-yellow-500\/75:focus-within{background-color:#eab308bf}.focus-within\:bg-yellow-500\/80:focus-within{background-color:#eab308cc}.focus-within\:bg-yellow-500\/90:focus-within{background-color:#eab308e6}.focus-within\:bg-yellow-600:focus-within{background-color:#ca8a04}.focus-within\:bg-yellow-600\/0:focus-within{background-color:#ca8a0400}.focus-within\:bg-yellow-600\/10:focus-within{background-color:#ca8a041a}.focus-within\:bg-yellow-600\/20:focus-within{background-color:#ca8a0433}.focus-within\:bg-yellow-600\/30:focus-within{background-color:#ca8a044d}.focus-within\:bg-yellow-600\/40:focus-within{background-color:#ca8a0466}.focus-within\:bg-yellow-600\/50:focus-within{background-color:#ca8a0480}.focus-within\:bg-yellow-600\/60:focus-within{background-color:#ca8a0499}.focus-within\:bg-yellow-600\/70:focus-within{background-color:#ca8a04b3}.focus-within\:bg-yellow-600\/75:focus-within{background-color:#ca8a04bf}.focus-within\:bg-yellow-600\/80:focus-within{background-color:#ca8a04cc}.focus-within\:bg-yellow-600\/90:focus-within{background-color:#ca8a04e6}.focus-within\:bg-yellow-700:focus-within{background-color:#a16207}.focus-within\:bg-yellow-700\/0:focus-within{background-color:#a1620700}.focus-within\:bg-yellow-700\/10:focus-within{background-color:#a162071a}.focus-within\:bg-yellow-700\/20:focus-within{background-color:#a1620733}.focus-within\:bg-yellow-700\/30:focus-within{background-color:#a162074d}.focus-within\:bg-yellow-700\/40:focus-within{background-color:#a1620766}.focus-within\:bg-yellow-700\/50:focus-within{background-color:#a1620780}.focus-within\:bg-yellow-700\/60:focus-within{background-color:#a1620799}.focus-within\:bg-yellow-700\/70:focus-within{background-color:#a16207b3}.focus-within\:bg-yellow-700\/75:focus-within{background-color:#a16207bf}.focus-within\:bg-yellow-700\/80:focus-within{background-color:#a16207cc}.focus-within\:bg-yellow-700\/90:focus-within{background-color:#a16207e6}.focus-within\:bg-yellow-800:focus-within{background-color:#854d0e}.focus-within\:bg-yellow-800\/0:focus-within{background-color:#854d0e00}.focus-within\:bg-yellow-800\/10:focus-within{background-color:#854d0e1a}.focus-within\:bg-yellow-800\/20:focus-within{background-color:#854d0e33}.focus-within\:bg-yellow-800\/30:focus-within{background-color:#854d0e4d}.focus-within\:bg-yellow-800\/40:focus-within{background-color:#854d0e66}.focus-within\:bg-yellow-800\/50:focus-within{background-color:#854d0e80}.focus-within\:bg-yellow-800\/60:focus-within{background-color:#854d0e99}.focus-within\:bg-yellow-800\/70:focus-within{background-color:#854d0eb3}.focus-within\:bg-yellow-800\/75:focus-within{background-color:#854d0ebf}.focus-within\:bg-yellow-800\/80:focus-within{background-color:#854d0ecc}.focus-within\:bg-yellow-800\/90:focus-within{background-color:#854d0ee6}.focus-within\:bg-yellow-900:focus-within{background-color:#713f12}.focus-within\:bg-yellow-900\/0:focus-within{background-color:#713f1200}.focus-within\:bg-yellow-900\/10:focus-within{background-color:#713f121a}.focus-within\:bg-yellow-900\/20:focus-within{background-color:#713f1233}.focus-within\:bg-yellow-900\/30:focus-within{background-color:#713f124d}.focus-within\:bg-yellow-900\/40:focus-within{background-color:#713f1266}.focus-within\:bg-yellow-900\/50:focus-within{background-color:#713f1280}.focus-within\:bg-yellow-900\/60:focus-within{background-color:#713f1299}.focus-within\:bg-yellow-900\/70:focus-within{background-color:#713f12b3}.focus-within\:bg-yellow-900\/75:focus-within{background-color:#713f12bf}.focus-within\:bg-yellow-900\/80:focus-within{background-color:#713f12cc}.focus-within\:bg-yellow-900\/90:focus-within{background-color:#713f12e6}.focus-within\:bg-yellow-950:focus-within{background-color:#422006}.focus-within\:bg-yellow-950\/0:focus-within{background-color:#42200600}.focus-within\:bg-yellow-950\/10:focus-within{background-color:#4220061a}.focus-within\:bg-yellow-950\/20:focus-within{background-color:#42200633}.focus-within\:bg-yellow-950\/30:focus-within{background-color:#4220064d}.focus-within\:bg-yellow-950\/40:focus-within{background-color:#42200666}.focus-within\:bg-yellow-950\/50:focus-within{background-color:#42200680}.focus-within\:bg-yellow-950\/60:focus-within{background-color:#42200699}.focus-within\:bg-yellow-950\/70:focus-within{background-color:#422006b3}.focus-within\:bg-yellow-950\/75:focus-within{background-color:#422006bf}.focus-within\:bg-yellow-950\/80:focus-within{background-color:#422006cc}.focus-within\:bg-yellow-950\/90:focus-within{background-color:#422006e6}.focus-within\:bg-lime-50:focus-within{background-color:#f7fee7}.focus-within\:bg-lime-50\/0:focus-within{background-color:#f7fee700}.focus-within\:bg-lime-50\/10:focus-within{background-color:#f7fee71a}.focus-within\:bg-lime-50\/20:focus-within{background-color:#f7fee733}.focus-within\:bg-lime-50\/30:focus-within{background-color:#f7fee74d}.focus-within\:bg-lime-50\/40:focus-within{background-color:#f7fee766}.focus-within\:bg-lime-50\/50:focus-within{background-color:#f7fee780}.focus-within\:bg-lime-50\/60:focus-within{background-color:#f7fee799}.focus-within\:bg-lime-50\/70:focus-within{background-color:#f7fee7b3}.focus-within\:bg-lime-50\/75:focus-within{background-color:#f7fee7bf}.focus-within\:bg-lime-50\/80:focus-within{background-color:#f7fee7cc}.focus-within\:bg-lime-50\/90:focus-within{background-color:#f7fee7e6}.focus-within\:bg-lime-100:focus-within{background-color:#ecfccb}.focus-within\:bg-lime-100\/0:focus-within{background-color:#ecfccb00}.focus-within\:bg-lime-100\/10:focus-within{background-color:#ecfccb1a}.focus-within\:bg-lime-100\/20:focus-within{background-color:#ecfccb33}.focus-within\:bg-lime-100\/30:focus-within{background-color:#ecfccb4d}.focus-within\:bg-lime-100\/40:focus-within{background-color:#ecfccb66}.focus-within\:bg-lime-100\/50:focus-within{background-color:#ecfccb80}.focus-within\:bg-lime-100\/60:focus-within{background-color:#ecfccb99}.focus-within\:bg-lime-100\/70:focus-within{background-color:#ecfccbb3}.focus-within\:bg-lime-100\/75:focus-within{background-color:#ecfccbbf}.focus-within\:bg-lime-100\/80:focus-within{background-color:#ecfccbcc}.focus-within\:bg-lime-100\/90:focus-within{background-color:#ecfccbe6}.focus-within\:bg-lime-200:focus-within{background-color:#d9f99d}.focus-within\:bg-lime-200\/0:focus-within{background-color:#d9f99d00}.focus-within\:bg-lime-200\/10:focus-within{background-color:#d9f99d1a}.focus-within\:bg-lime-200\/20:focus-within{background-color:#d9f99d33}.focus-within\:bg-lime-200\/30:focus-within{background-color:#d9f99d4d}.focus-within\:bg-lime-200\/40:focus-within{background-color:#d9f99d66}.focus-within\:bg-lime-200\/50:focus-within{background-color:#d9f99d80}.focus-within\:bg-lime-200\/60:focus-within{background-color:#d9f99d99}.focus-within\:bg-lime-200\/70:focus-within{background-color:#d9f99db3}.focus-within\:bg-lime-200\/75:focus-within{background-color:#d9f99dbf}.focus-within\:bg-lime-200\/80:focus-within{background-color:#d9f99dcc}.focus-within\:bg-lime-200\/90:focus-within{background-color:#d9f99de6}.focus-within\:bg-lime-300:focus-within{background-color:#bef264}.focus-within\:bg-lime-300\/0:focus-within{background-color:#bef26400}.focus-within\:bg-lime-300\/10:focus-within{background-color:#bef2641a}.focus-within\:bg-lime-300\/20:focus-within{background-color:#bef26433}.focus-within\:bg-lime-300\/30:focus-within{background-color:#bef2644d}.focus-within\:bg-lime-300\/40:focus-within{background-color:#bef26466}.focus-within\:bg-lime-300\/50:focus-within{background-color:#bef26480}.focus-within\:bg-lime-300\/60:focus-within{background-color:#bef26499}.focus-within\:bg-lime-300\/70:focus-within{background-color:#bef264b3}.focus-within\:bg-lime-300\/75:focus-within{background-color:#bef264bf}.focus-within\:bg-lime-300\/80:focus-within{background-color:#bef264cc}.focus-within\:bg-lime-300\/90:focus-within{background-color:#bef264e6}.focus-within\:bg-lime-400:focus-within{background-color:#a3e635}.focus-within\:bg-lime-400\/0:focus-within{background-color:#a3e63500}.focus-within\:bg-lime-400\/10:focus-within{background-color:#a3e6351a}.focus-within\:bg-lime-400\/20:focus-within{background-color:#a3e63533}.focus-within\:bg-lime-400\/30:focus-within{background-color:#a3e6354d}.focus-within\:bg-lime-400\/40:focus-within{background-color:#a3e63566}.focus-within\:bg-lime-400\/50:focus-within{background-color:#a3e63580}.focus-within\:bg-lime-400\/60:focus-within{background-color:#a3e63599}.focus-within\:bg-lime-400\/70:focus-within{background-color:#a3e635b3}.focus-within\:bg-lime-400\/75:focus-within{background-color:#a3e635bf}.focus-within\:bg-lime-400\/80:focus-within{background-color:#a3e635cc}.focus-within\:bg-lime-400\/90:focus-within{background-color:#a3e635e6}.focus-within\:bg-lime-500:focus-within{background-color:#84cc16}.focus-within\:bg-lime-500\/0:focus-within{background-color:#84cc1600}.focus-within\:bg-lime-500\/10:focus-within{background-color:#84cc161a}.focus-within\:bg-lime-500\/20:focus-within{background-color:#84cc1633}.focus-within\:bg-lime-500\/30:focus-within{background-color:#84cc164d}.focus-within\:bg-lime-500\/40:focus-within{background-color:#84cc1666}.focus-within\:bg-lime-500\/50:focus-within{background-color:#84cc1680}.focus-within\:bg-lime-500\/60:focus-within{background-color:#84cc1699}.focus-within\:bg-lime-500\/70:focus-within{background-color:#84cc16b3}.focus-within\:bg-lime-500\/75:focus-within{background-color:#84cc16bf}.focus-within\:bg-lime-500\/80:focus-within{background-color:#84cc16cc}.focus-within\:bg-lime-500\/90:focus-within{background-color:#84cc16e6}.focus-within\:bg-lime-600:focus-within{background-color:#65a30d}.focus-within\:bg-lime-600\/0:focus-within{background-color:#65a30d00}.focus-within\:bg-lime-600\/10:focus-within{background-color:#65a30d1a}.focus-within\:bg-lime-600\/20:focus-within{background-color:#65a30d33}.focus-within\:bg-lime-600\/30:focus-within{background-color:#65a30d4d}.focus-within\:bg-lime-600\/40:focus-within{background-color:#65a30d66}.focus-within\:bg-lime-600\/50:focus-within{background-color:#65a30d80}.focus-within\:bg-lime-600\/60:focus-within{background-color:#65a30d99}.focus-within\:bg-lime-600\/70:focus-within{background-color:#65a30db3}.focus-within\:bg-lime-600\/75:focus-within{background-color:#65a30dbf}.focus-within\:bg-lime-600\/80:focus-within{background-color:#65a30dcc}.focus-within\:bg-lime-600\/90:focus-within{background-color:#65a30de6}.focus-within\:bg-lime-700:focus-within{background-color:#4d7c0f}.focus-within\:bg-lime-700\/0:focus-within{background-color:#4d7c0f00}.focus-within\:bg-lime-700\/10:focus-within{background-color:#4d7c0f1a}.focus-within\:bg-lime-700\/20:focus-within{background-color:#4d7c0f33}.focus-within\:bg-lime-700\/30:focus-within{background-color:#4d7c0f4d}.focus-within\:bg-lime-700\/40:focus-within{background-color:#4d7c0f66}.focus-within\:bg-lime-700\/50:focus-within{background-color:#4d7c0f80}.focus-within\:bg-lime-700\/60:focus-within{background-color:#4d7c0f99}.focus-within\:bg-lime-700\/70:focus-within{background-color:#4d7c0fb3}.focus-within\:bg-lime-700\/75:focus-within{background-color:#4d7c0fbf}.focus-within\:bg-lime-700\/80:focus-within{background-color:#4d7c0fcc}.focus-within\:bg-lime-700\/90:focus-within{background-color:#4d7c0fe6}.focus-within\:bg-lime-800:focus-within{background-color:#3f6212}.focus-within\:bg-lime-800\/0:focus-within{background-color:#3f621200}.focus-within\:bg-lime-800\/10:focus-within{background-color:#3f62121a}.focus-within\:bg-lime-800\/20:focus-within{background-color:#3f621233}.focus-within\:bg-lime-800\/30:focus-within{background-color:#3f62124d}.focus-within\:bg-lime-800\/40:focus-within{background-color:#3f621266}.focus-within\:bg-lime-800\/50:focus-within{background-color:#3f621280}.focus-within\:bg-lime-800\/60:focus-within{background-color:#3f621299}.focus-within\:bg-lime-800\/70:focus-within{background-color:#3f6212b3}.focus-within\:bg-lime-800\/75:focus-within{background-color:#3f6212bf}.focus-within\:bg-lime-800\/80:focus-within{background-color:#3f6212cc}.focus-within\:bg-lime-800\/90:focus-within{background-color:#3f6212e6}.focus-within\:bg-lime-900:focus-within{background-color:#365314}.focus-within\:bg-lime-900\/0:focus-within{background-color:#36531400}.focus-within\:bg-lime-900\/10:focus-within{background-color:#3653141a}.focus-within\:bg-lime-900\/20:focus-within{background-color:#36531433}.focus-within\:bg-lime-900\/30:focus-within{background-color:#3653144d}.focus-within\:bg-lime-900\/40:focus-within{background-color:#36531466}.focus-within\:bg-lime-900\/50:focus-within{background-color:#36531480}.focus-within\:bg-lime-900\/60:focus-within{background-color:#36531499}.focus-within\:bg-lime-900\/70:focus-within{background-color:#365314b3}.focus-within\:bg-lime-900\/75:focus-within{background-color:#365314bf}.focus-within\:bg-lime-900\/80:focus-within{background-color:#365314cc}.focus-within\:bg-lime-900\/90:focus-within{background-color:#365314e6}.focus-within\:bg-lime-950:focus-within{background-color:#1a2e05}.focus-within\:bg-lime-950\/0:focus-within{background-color:#1a2e0500}.focus-within\:bg-lime-950\/10:focus-within{background-color:#1a2e051a}.focus-within\:bg-lime-950\/20:focus-within{background-color:#1a2e0533}.focus-within\:bg-lime-950\/30:focus-within{background-color:#1a2e054d}.focus-within\:bg-lime-950\/40:focus-within{background-color:#1a2e0566}.focus-within\:bg-lime-950\/50:focus-within{background-color:#1a2e0580}.focus-within\:bg-lime-950\/60:focus-within{background-color:#1a2e0599}.focus-within\:bg-lime-950\/70:focus-within{background-color:#1a2e05b3}.focus-within\:bg-lime-950\/75:focus-within{background-color:#1a2e05bf}.focus-within\:bg-lime-950\/80:focus-within{background-color:#1a2e05cc}.focus-within\:bg-lime-950\/90:focus-within{background-color:#1a2e05e6}.focus-within\:bg-green-50:focus-within{background-color:#f0fdf4}.focus-within\:bg-green-50\/0:focus-within{background-color:#f0fdf400}.focus-within\:bg-green-50\/10:focus-within{background-color:#f0fdf41a}.focus-within\:bg-green-50\/20:focus-within{background-color:#f0fdf433}.focus-within\:bg-green-50\/30:focus-within{background-color:#f0fdf44d}.focus-within\:bg-green-50\/40:focus-within{background-color:#f0fdf466}.focus-within\:bg-green-50\/50:focus-within{background-color:#f0fdf480}.focus-within\:bg-green-50\/60:focus-within{background-color:#f0fdf499}.focus-within\:bg-green-50\/70:focus-within{background-color:#f0fdf4b3}.focus-within\:bg-green-50\/75:focus-within{background-color:#f0fdf4bf}.focus-within\:bg-green-50\/80:focus-within{background-color:#f0fdf4cc}.focus-within\:bg-green-50\/90:focus-within{background-color:#f0fdf4e6}.focus-within\:bg-green-100:focus-within{background-color:#dcfce7}.focus-within\:bg-green-100\/0:focus-within{background-color:#dcfce700}.focus-within\:bg-green-100\/10:focus-within{background-color:#dcfce71a}.focus-within\:bg-green-100\/20:focus-within{background-color:#dcfce733}.focus-within\:bg-green-100\/30:focus-within{background-color:#dcfce74d}.focus-within\:bg-green-100\/40:focus-within{background-color:#dcfce766}.focus-within\:bg-green-100\/50:focus-within{background-color:#dcfce780}.focus-within\:bg-green-100\/60:focus-within{background-color:#dcfce799}.focus-within\:bg-green-100\/70:focus-within{background-color:#dcfce7b3}.focus-within\:bg-green-100\/75:focus-within{background-color:#dcfce7bf}.focus-within\:bg-green-100\/80:focus-within{background-color:#dcfce7cc}.focus-within\:bg-green-100\/90:focus-within{background-color:#dcfce7e6}.focus-within\:bg-green-200:focus-within{background-color:#bbf7d0}.focus-within\:bg-green-200\/0:focus-within{background-color:#bbf7d000}.focus-within\:bg-green-200\/10:focus-within{background-color:#bbf7d01a}.focus-within\:bg-green-200\/20:focus-within{background-color:#bbf7d033}.focus-within\:bg-green-200\/30:focus-within{background-color:#bbf7d04d}.focus-within\:bg-green-200\/40:focus-within{background-color:#bbf7d066}.focus-within\:bg-green-200\/50:focus-within{background-color:#bbf7d080}.focus-within\:bg-green-200\/60:focus-within{background-color:#bbf7d099}.focus-within\:bg-green-200\/70:focus-within{background-color:#bbf7d0b3}.focus-within\:bg-green-200\/75:focus-within{background-color:#bbf7d0bf}.focus-within\:bg-green-200\/80:focus-within{background-color:#bbf7d0cc}.focus-within\:bg-green-200\/90:focus-within{background-color:#bbf7d0e6}.focus-within\:bg-green-300:focus-within{background-color:#86efac}.focus-within\:bg-green-300\/0:focus-within{background-color:#86efac00}.focus-within\:bg-green-300\/10:focus-within{background-color:#86efac1a}.focus-within\:bg-green-300\/20:focus-within{background-color:#86efac33}.focus-within\:bg-green-300\/30:focus-within{background-color:#86efac4d}.focus-within\:bg-green-300\/40:focus-within{background-color:#86efac66}.focus-within\:bg-green-300\/50:focus-within{background-color:#86efac80}.focus-within\:bg-green-300\/60:focus-within{background-color:#86efac99}.focus-within\:bg-green-300\/70:focus-within{background-color:#86efacb3}.focus-within\:bg-green-300\/75:focus-within{background-color:#86efacbf}.focus-within\:bg-green-300\/80:focus-within{background-color:#86efaccc}.focus-within\:bg-green-300\/90:focus-within{background-color:#86eface6}.focus-within\:bg-green-400:focus-within{background-color:#4ade80}.focus-within\:bg-green-400\/0:focus-within{background-color:#4ade8000}.focus-within\:bg-green-400\/10:focus-within{background-color:#4ade801a}.focus-within\:bg-green-400\/20:focus-within{background-color:#4ade8033}.focus-within\:bg-green-400\/30:focus-within{background-color:#4ade804d}.focus-within\:bg-green-400\/40:focus-within{background-color:#4ade8066}.focus-within\:bg-green-400\/50:focus-within{background-color:#4ade8080}.focus-within\:bg-green-400\/60:focus-within{background-color:#4ade8099}.focus-within\:bg-green-400\/70:focus-within{background-color:#4ade80b3}.focus-within\:bg-green-400\/75:focus-within{background-color:#4ade80bf}.focus-within\:bg-green-400\/80:focus-within{background-color:#4ade80cc}.focus-within\:bg-green-400\/90:focus-within{background-color:#4ade80e6}.focus-within\:bg-green-500:focus-within{background-color:#22c55e}.focus-within\:bg-green-500\/0:focus-within{background-color:#22c55e00}.focus-within\:bg-green-500\/10:focus-within{background-color:#22c55e1a}.focus-within\:bg-green-500\/20:focus-within{background-color:#22c55e33}.focus-within\:bg-green-500\/30:focus-within{background-color:#22c55e4d}.focus-within\:bg-green-500\/40:focus-within{background-color:#22c55e66}.focus-within\:bg-green-500\/50:focus-within{background-color:#22c55e80}.focus-within\:bg-green-500\/60:focus-within{background-color:#22c55e99}.focus-within\:bg-green-500\/70:focus-within{background-color:#22c55eb3}.focus-within\:bg-green-500\/75:focus-within{background-color:#22c55ebf}.focus-within\:bg-green-500\/80:focus-within{background-color:#22c55ecc}.focus-within\:bg-green-500\/90:focus-within{background-color:#22c55ee6}.focus-within\:bg-green-600:focus-within{background-color:#16a34a}.focus-within\:bg-green-600\/0:focus-within{background-color:#16a34a00}.focus-within\:bg-green-600\/10:focus-within{background-color:#16a34a1a}.focus-within\:bg-green-600\/20:focus-within{background-color:#16a34a33}.focus-within\:bg-green-600\/30:focus-within{background-color:#16a34a4d}.focus-within\:bg-green-600\/40:focus-within{background-color:#16a34a66}.focus-within\:bg-green-600\/50:focus-within{background-color:#16a34a80}.focus-within\:bg-green-600\/60:focus-within{background-color:#16a34a99}.focus-within\:bg-green-600\/70:focus-within{background-color:#16a34ab3}.focus-within\:bg-green-600\/75:focus-within{background-color:#16a34abf}.focus-within\:bg-green-600\/80:focus-within{background-color:#16a34acc}.focus-within\:bg-green-600\/90:focus-within{background-color:#16a34ae6}.focus-within\:bg-green-700:focus-within{background-color:#15803d}.focus-within\:bg-green-700\/0:focus-within{background-color:#15803d00}.focus-within\:bg-green-700\/10:focus-within{background-color:#15803d1a}.focus-within\:bg-green-700\/20:focus-within{background-color:#15803d33}.focus-within\:bg-green-700\/30:focus-within{background-color:#15803d4d}.focus-within\:bg-green-700\/40:focus-within{background-color:#15803d66}.focus-within\:bg-green-700\/50:focus-within{background-color:#15803d80}.focus-within\:bg-green-700\/60:focus-within{background-color:#15803d99}.focus-within\:bg-green-700\/70:focus-within{background-color:#15803db3}.focus-within\:bg-green-700\/75:focus-within{background-color:#15803dbf}.focus-within\:bg-green-700\/80:focus-within{background-color:#15803dcc}.focus-within\:bg-green-700\/90:focus-within{background-color:#15803de6}.focus-within\:bg-green-800:focus-within{background-color:#166534}.focus-within\:bg-green-800\/0:focus-within{background-color:#16653400}.focus-within\:bg-green-800\/10:focus-within{background-color:#1665341a}.focus-within\:bg-green-800\/20:focus-within{background-color:#16653433}.focus-within\:bg-green-800\/30:focus-within{background-color:#1665344d}.focus-within\:bg-green-800\/40:focus-within{background-color:#16653466}.focus-within\:bg-green-800\/50:focus-within{background-color:#16653480}.focus-within\:bg-green-800\/60:focus-within{background-color:#16653499}.focus-within\:bg-green-800\/70:focus-within{background-color:#166534b3}.focus-within\:bg-green-800\/75:focus-within{background-color:#166534bf}.focus-within\:bg-green-800\/80:focus-within{background-color:#166534cc}.focus-within\:bg-green-800\/90:focus-within{background-color:#166534e6}.focus-within\:bg-green-900:focus-within{background-color:#14532d}.focus-within\:bg-green-900\/0:focus-within{background-color:#14532d00}.focus-within\:bg-green-900\/10:focus-within{background-color:#14532d1a}.focus-within\:bg-green-900\/20:focus-within{background-color:#14532d33}.focus-within\:bg-green-900\/30:focus-within{background-color:#14532d4d}.focus-within\:bg-green-900\/40:focus-within{background-color:#14532d66}.focus-within\:bg-green-900\/50:focus-within{background-color:#14532d80}.focus-within\:bg-green-900\/60:focus-within{background-color:#14532d99}.focus-within\:bg-green-900\/70:focus-within{background-color:#14532db3}.focus-within\:bg-green-900\/75:focus-within{background-color:#14532dbf}.focus-within\:bg-green-900\/80:focus-within{background-color:#14532dcc}.focus-within\:bg-green-900\/90:focus-within{background-color:#14532de6}.focus-within\:bg-green-950:focus-within{background-color:#052e16}.focus-within\:bg-green-950\/0:focus-within{background-color:#052e1600}.focus-within\:bg-green-950\/10:focus-within{background-color:#052e161a}.focus-within\:bg-green-950\/20:focus-within{background-color:#052e1633}.focus-within\:bg-green-950\/30:focus-within{background-color:#052e164d}.focus-within\:bg-green-950\/40:focus-within{background-color:#052e1666}.focus-within\:bg-green-950\/50:focus-within{background-color:#052e1680}.focus-within\:bg-green-950\/60:focus-within{background-color:#052e1699}.focus-within\:bg-green-950\/70:focus-within{background-color:#052e16b3}.focus-within\:bg-green-950\/75:focus-within{background-color:#052e16bf}.focus-within\:bg-green-950\/80:focus-within{background-color:#052e16cc}.focus-within\:bg-green-950\/90:focus-within{background-color:#052e16e6}.focus-within\:bg-emerald-50:focus-within{background-color:#ecfdf5}.focus-within\:bg-emerald-50\/0:focus-within{background-color:#ecfdf500}.focus-within\:bg-emerald-50\/10:focus-within{background-color:#ecfdf51a}.focus-within\:bg-emerald-50\/20:focus-within{background-color:#ecfdf533}.focus-within\:bg-emerald-50\/30:focus-within{background-color:#ecfdf54d}.focus-within\:bg-emerald-50\/40:focus-within{background-color:#ecfdf566}.focus-within\:bg-emerald-50\/50:focus-within{background-color:#ecfdf580}.focus-within\:bg-emerald-50\/60:focus-within{background-color:#ecfdf599}.focus-within\:bg-emerald-50\/70:focus-within{background-color:#ecfdf5b3}.focus-within\:bg-emerald-50\/75:focus-within{background-color:#ecfdf5bf}.focus-within\:bg-emerald-50\/80:focus-within{background-color:#ecfdf5cc}.focus-within\:bg-emerald-50\/90:focus-within{background-color:#ecfdf5e6}.focus-within\:bg-emerald-100:focus-within{background-color:#d1fae5}.focus-within\:bg-emerald-100\/0:focus-within{background-color:#d1fae500}.focus-within\:bg-emerald-100\/10:focus-within{background-color:#d1fae51a}.focus-within\:bg-emerald-100\/20:focus-within{background-color:#d1fae533}.focus-within\:bg-emerald-100\/30:focus-within{background-color:#d1fae54d}.focus-within\:bg-emerald-100\/40:focus-within{background-color:#d1fae566}.focus-within\:bg-emerald-100\/50:focus-within{background-color:#d1fae580}.focus-within\:bg-emerald-100\/60:focus-within{background-color:#d1fae599}.focus-within\:bg-emerald-100\/70:focus-within{background-color:#d1fae5b3}.focus-within\:bg-emerald-100\/75:focus-within{background-color:#d1fae5bf}.focus-within\:bg-emerald-100\/80:focus-within{background-color:#d1fae5cc}.focus-within\:bg-emerald-100\/90:focus-within{background-color:#d1fae5e6}.focus-within\:bg-emerald-200:focus-within{background-color:#a7f3d0}.focus-within\:bg-emerald-200\/0:focus-within{background-color:#a7f3d000}.focus-within\:bg-emerald-200\/10:focus-within{background-color:#a7f3d01a}.focus-within\:bg-emerald-200\/20:focus-within{background-color:#a7f3d033}.focus-within\:bg-emerald-200\/30:focus-within{background-color:#a7f3d04d}.focus-within\:bg-emerald-200\/40:focus-within{background-color:#a7f3d066}.focus-within\:bg-emerald-200\/50:focus-within{background-color:#a7f3d080}.focus-within\:bg-emerald-200\/60:focus-within{background-color:#a7f3d099}.focus-within\:bg-emerald-200\/70:focus-within{background-color:#a7f3d0b3}.focus-within\:bg-emerald-200\/75:focus-within{background-color:#a7f3d0bf}.focus-within\:bg-emerald-200\/80:focus-within{background-color:#a7f3d0cc}.focus-within\:bg-emerald-200\/90:focus-within{background-color:#a7f3d0e6}.focus-within\:bg-emerald-300:focus-within{background-color:#6ee7b7}.focus-within\:bg-emerald-300\/0:focus-within{background-color:#6ee7b700}.focus-within\:bg-emerald-300\/10:focus-within{background-color:#6ee7b71a}.focus-within\:bg-emerald-300\/20:focus-within{background-color:#6ee7b733}.focus-within\:bg-emerald-300\/30:focus-within{background-color:#6ee7b74d}.focus-within\:bg-emerald-300\/40:focus-within{background-color:#6ee7b766}.focus-within\:bg-emerald-300\/50:focus-within{background-color:#6ee7b780}.focus-within\:bg-emerald-300\/60:focus-within{background-color:#6ee7b799}.focus-within\:bg-emerald-300\/70:focus-within{background-color:#6ee7b7b3}.focus-within\:bg-emerald-300\/75:focus-within{background-color:#6ee7b7bf}.focus-within\:bg-emerald-300\/80:focus-within{background-color:#6ee7b7cc}.focus-within\:bg-emerald-300\/90:focus-within{background-color:#6ee7b7e6}.focus-within\:bg-emerald-400:focus-within{background-color:#34d399}.focus-within\:bg-emerald-400\/0:focus-within{background-color:#34d39900}.focus-within\:bg-emerald-400\/10:focus-within{background-color:#34d3991a}.focus-within\:bg-emerald-400\/20:focus-within{background-color:#34d39933}.focus-within\:bg-emerald-400\/30:focus-within{background-color:#34d3994d}.focus-within\:bg-emerald-400\/40:focus-within{background-color:#34d39966}.focus-within\:bg-emerald-400\/50:focus-within{background-color:#34d39980}.focus-within\:bg-emerald-400\/60:focus-within{background-color:#34d39999}.focus-within\:bg-emerald-400\/70:focus-within{background-color:#34d399b3}.focus-within\:bg-emerald-400\/75:focus-within{background-color:#34d399bf}.focus-within\:bg-emerald-400\/80:focus-within{background-color:#34d399cc}.focus-within\:bg-emerald-400\/90:focus-within{background-color:#34d399e6}.focus-within\:bg-emerald-500:focus-within{background-color:#10b981}.focus-within\:bg-emerald-500\/0:focus-within{background-color:#10b98100}.focus-within\:bg-emerald-500\/10:focus-within{background-color:#10b9811a}.focus-within\:bg-emerald-500\/20:focus-within{background-color:#10b98133}.focus-within\:bg-emerald-500\/30:focus-within{background-color:#10b9814d}.focus-within\:bg-emerald-500\/40:focus-within{background-color:#10b98166}.focus-within\:bg-emerald-500\/50:focus-within{background-color:#10b98180}.focus-within\:bg-emerald-500\/60:focus-within{background-color:#10b98199}.focus-within\:bg-emerald-500\/70:focus-within{background-color:#10b981b3}.focus-within\:bg-emerald-500\/75:focus-within{background-color:#10b981bf}.focus-within\:bg-emerald-500\/80:focus-within{background-color:#10b981cc}.focus-within\:bg-emerald-500\/90:focus-within{background-color:#10b981e6}.focus-within\:bg-emerald-600:focus-within{background-color:#059669}.focus-within\:bg-emerald-600\/0:focus-within{background-color:#05966900}.focus-within\:bg-emerald-600\/10:focus-within{background-color:#0596691a}.focus-within\:bg-emerald-600\/20:focus-within{background-color:#05966933}.focus-within\:bg-emerald-600\/30:focus-within{background-color:#0596694d}.focus-within\:bg-emerald-600\/40:focus-within{background-color:#05966966}.focus-within\:bg-emerald-600\/50:focus-within{background-color:#05966980}.focus-within\:bg-emerald-600\/60:focus-within{background-color:#05966999}.focus-within\:bg-emerald-600\/70:focus-within{background-color:#059669b3}.focus-within\:bg-emerald-600\/75:focus-within{background-color:#059669bf}.focus-within\:bg-emerald-600\/80:focus-within{background-color:#059669cc}.focus-within\:bg-emerald-600\/90:focus-within{background-color:#059669e6}.focus-within\:bg-emerald-700:focus-within{background-color:#047857}.focus-within\:bg-emerald-700\/0:focus-within{background-color:#04785700}.focus-within\:bg-emerald-700\/10:focus-within{background-color:#0478571a}.focus-within\:bg-emerald-700\/20:focus-within{background-color:#04785733}.focus-within\:bg-emerald-700\/30:focus-within{background-color:#0478574d}.focus-within\:bg-emerald-700\/40:focus-within{background-color:#04785766}.focus-within\:bg-emerald-700\/50:focus-within{background-color:#04785780}.focus-within\:bg-emerald-700\/60:focus-within{background-color:#04785799}.focus-within\:bg-emerald-700\/70:focus-within{background-color:#047857b3}.focus-within\:bg-emerald-700\/75:focus-within{background-color:#047857bf}.focus-within\:bg-emerald-700\/80:focus-within{background-color:#047857cc}.focus-within\:bg-emerald-700\/90:focus-within{background-color:#047857e6}.focus-within\:bg-emerald-800:focus-within{background-color:#065f46}.focus-within\:bg-emerald-800\/0:focus-within{background-color:#065f4600}.focus-within\:bg-emerald-800\/10:focus-within{background-color:#065f461a}.focus-within\:bg-emerald-800\/20:focus-within{background-color:#065f4633}.focus-within\:bg-emerald-800\/30:focus-within{background-color:#065f464d}.focus-within\:bg-emerald-800\/40:focus-within{background-color:#065f4666}.focus-within\:bg-emerald-800\/50:focus-within{background-color:#065f4680}.focus-within\:bg-emerald-800\/60:focus-within{background-color:#065f4699}.focus-within\:bg-emerald-800\/70:focus-within{background-color:#065f46b3}.focus-within\:bg-emerald-800\/75:focus-within{background-color:#065f46bf}.focus-within\:bg-emerald-800\/80:focus-within{background-color:#065f46cc}.focus-within\:bg-emerald-800\/90:focus-within{background-color:#065f46e6}.focus-within\:bg-emerald-900:focus-within{background-color:#064e3b}.focus-within\:bg-emerald-900\/0:focus-within{background-color:#064e3b00}.focus-within\:bg-emerald-900\/10:focus-within{background-color:#064e3b1a}.focus-within\:bg-emerald-900\/20:focus-within{background-color:#064e3b33}.focus-within\:bg-emerald-900\/30:focus-within{background-color:#064e3b4d}.focus-within\:bg-emerald-900\/40:focus-within{background-color:#064e3b66}.focus-within\:bg-emerald-900\/50:focus-within{background-color:#064e3b80}.focus-within\:bg-emerald-900\/60:focus-within{background-color:#064e3b99}.focus-within\:bg-emerald-900\/70:focus-within{background-color:#064e3bb3}.focus-within\:bg-emerald-900\/75:focus-within{background-color:#064e3bbf}.focus-within\:bg-emerald-900\/80:focus-within{background-color:#064e3bcc}.focus-within\:bg-emerald-900\/90:focus-within{background-color:#064e3be6}.focus-within\:bg-emerald-950:focus-within{background-color:#022c22}.focus-within\:bg-emerald-950\/0:focus-within{background-color:#022c2200}.focus-within\:bg-emerald-950\/10:focus-within{background-color:#022c221a}.focus-within\:bg-emerald-950\/20:focus-within{background-color:#022c2233}.focus-within\:bg-emerald-950\/30:focus-within{background-color:#022c224d}.focus-within\:bg-emerald-950\/40:focus-within{background-color:#022c2266}.focus-within\:bg-emerald-950\/50:focus-within{background-color:#022c2280}.focus-within\:bg-emerald-950\/60:focus-within{background-color:#022c2299}.focus-within\:bg-emerald-950\/70:focus-within{background-color:#022c22b3}.focus-within\:bg-emerald-950\/75:focus-within{background-color:#022c22bf}.focus-within\:bg-emerald-950\/80:focus-within{background-color:#022c22cc}.focus-within\:bg-emerald-950\/90:focus-within{background-color:#022c22e6}.focus-within\:bg-teal-50:focus-within{background-color:#f0fdfa}.focus-within\:bg-teal-50\/0:focus-within{background-color:#f0fdfa00}.focus-within\:bg-teal-50\/10:focus-within{background-color:#f0fdfa1a}.focus-within\:bg-teal-50\/20:focus-within{background-color:#f0fdfa33}.focus-within\:bg-teal-50\/30:focus-within{background-color:#f0fdfa4d}.focus-within\:bg-teal-50\/40:focus-within{background-color:#f0fdfa66}.focus-within\:bg-teal-50\/50:focus-within{background-color:#f0fdfa80}.focus-within\:bg-teal-50\/60:focus-within{background-color:#f0fdfa99}.focus-within\:bg-teal-50\/70:focus-within{background-color:#f0fdfab3}.focus-within\:bg-teal-50\/75:focus-within{background-color:#f0fdfabf}.focus-within\:bg-teal-50\/80:focus-within{background-color:#f0fdfacc}.focus-within\:bg-teal-50\/90:focus-within{background-color:#f0fdfae6}.focus-within\:bg-teal-100:focus-within{background-color:#ccfbf1}.focus-within\:bg-teal-100\/0:focus-within{background-color:#ccfbf100}.focus-within\:bg-teal-100\/10:focus-within{background-color:#ccfbf11a}.focus-within\:bg-teal-100\/20:focus-within{background-color:#ccfbf133}.focus-within\:bg-teal-100\/30:focus-within{background-color:#ccfbf14d}.focus-within\:bg-teal-100\/40:focus-within{background-color:#ccfbf166}.focus-within\:bg-teal-100\/50:focus-within{background-color:#ccfbf180}.focus-within\:bg-teal-100\/60:focus-within{background-color:#ccfbf199}.focus-within\:bg-teal-100\/70:focus-within{background-color:#ccfbf1b3}.focus-within\:bg-teal-100\/75:focus-within{background-color:#ccfbf1bf}.focus-within\:bg-teal-100\/80:focus-within{background-color:#ccfbf1cc}.focus-within\:bg-teal-100\/90:focus-within{background-color:#ccfbf1e6}.focus-within\:bg-teal-200:focus-within{background-color:#99f6e4}.focus-within\:bg-teal-200\/0:focus-within{background-color:#99f6e400}.focus-within\:bg-teal-200\/10:focus-within{background-color:#99f6e41a}.focus-within\:bg-teal-200\/20:focus-within{background-color:#99f6e433}.focus-within\:bg-teal-200\/30:focus-within{background-color:#99f6e44d}.focus-within\:bg-teal-200\/40:focus-within{background-color:#99f6e466}.focus-within\:bg-teal-200\/50:focus-within{background-color:#99f6e480}.focus-within\:bg-teal-200\/60:focus-within{background-color:#99f6e499}.focus-within\:bg-teal-200\/70:focus-within{background-color:#99f6e4b3}.focus-within\:bg-teal-200\/75:focus-within{background-color:#99f6e4bf}.focus-within\:bg-teal-200\/80:focus-within{background-color:#99f6e4cc}.focus-within\:bg-teal-200\/90:focus-within{background-color:#99f6e4e6}.focus-within\:bg-teal-300:focus-within{background-color:#5eead4}.focus-within\:bg-teal-300\/0:focus-within{background-color:#5eead400}.focus-within\:bg-teal-300\/10:focus-within{background-color:#5eead41a}.focus-within\:bg-teal-300\/20:focus-within{background-color:#5eead433}.focus-within\:bg-teal-300\/30:focus-within{background-color:#5eead44d}.focus-within\:bg-teal-300\/40:focus-within{background-color:#5eead466}.focus-within\:bg-teal-300\/50:focus-within{background-color:#5eead480}.focus-within\:bg-teal-300\/60:focus-within{background-color:#5eead499}.focus-within\:bg-teal-300\/70:focus-within{background-color:#5eead4b3}.focus-within\:bg-teal-300\/75:focus-within{background-color:#5eead4bf}.focus-within\:bg-teal-300\/80:focus-within{background-color:#5eead4cc}.focus-within\:bg-teal-300\/90:focus-within{background-color:#5eead4e6}.focus-within\:bg-teal-400:focus-within{background-color:#2dd4bf}.focus-within\:bg-teal-400\/0:focus-within{background-color:#2dd4bf00}.focus-within\:bg-teal-400\/10:focus-within{background-color:#2dd4bf1a}.focus-within\:bg-teal-400\/20:focus-within{background-color:#2dd4bf33}.focus-within\:bg-teal-400\/30:focus-within{background-color:#2dd4bf4d}.focus-within\:bg-teal-400\/40:focus-within{background-color:#2dd4bf66}.focus-within\:bg-teal-400\/50:focus-within{background-color:#2dd4bf80}.focus-within\:bg-teal-400\/60:focus-within{background-color:#2dd4bf99}.focus-within\:bg-teal-400\/70:focus-within{background-color:#2dd4bfb3}.focus-within\:bg-teal-400\/75:focus-within{background-color:#2dd4bfbf}.focus-within\:bg-teal-400\/80:focus-within{background-color:#2dd4bfcc}.focus-within\:bg-teal-400\/90:focus-within{background-color:#2dd4bfe6}.focus-within\:bg-teal-500:focus-within{background-color:#14b8a6}.focus-within\:bg-teal-500\/0:focus-within{background-color:#14b8a600}.focus-within\:bg-teal-500\/10:focus-within{background-color:#14b8a61a}.focus-within\:bg-teal-500\/20:focus-within{background-color:#14b8a633}.focus-within\:bg-teal-500\/30:focus-within{background-color:#14b8a64d}.focus-within\:bg-teal-500\/40:focus-within{background-color:#14b8a666}.focus-within\:bg-teal-500\/50:focus-within{background-color:#14b8a680}.focus-within\:bg-teal-500\/60:focus-within{background-color:#14b8a699}.focus-within\:bg-teal-500\/70:focus-within{background-color:#14b8a6b3}.focus-within\:bg-teal-500\/75:focus-within{background-color:#14b8a6bf}.focus-within\:bg-teal-500\/80:focus-within{background-color:#14b8a6cc}.focus-within\:bg-teal-500\/90:focus-within{background-color:#14b8a6e6}.focus-within\:bg-teal-600:focus-within{background-color:#0d9488}.focus-within\:bg-teal-600\/0:focus-within{background-color:#0d948800}.focus-within\:bg-teal-600\/10:focus-within{background-color:#0d94881a}.focus-within\:bg-teal-600\/20:focus-within{background-color:#0d948833}.focus-within\:bg-teal-600\/30:focus-within{background-color:#0d94884d}.focus-within\:bg-teal-600\/40:focus-within{background-color:#0d948866}.focus-within\:bg-teal-600\/50:focus-within{background-color:#0d948880}.focus-within\:bg-teal-600\/60:focus-within{background-color:#0d948899}.focus-within\:bg-teal-600\/70:focus-within{background-color:#0d9488b3}.focus-within\:bg-teal-600\/75:focus-within{background-color:#0d9488bf}.focus-within\:bg-teal-600\/80:focus-within{background-color:#0d9488cc}.focus-within\:bg-teal-600\/90:focus-within{background-color:#0d9488e6}.focus-within\:bg-teal-700:focus-within{background-color:#0f766e}.focus-within\:bg-teal-700\/0:focus-within{background-color:#0f766e00}.focus-within\:bg-teal-700\/10:focus-within{background-color:#0f766e1a}.focus-within\:bg-teal-700\/20:focus-within{background-color:#0f766e33}.focus-within\:bg-teal-700\/30:focus-within{background-color:#0f766e4d}.focus-within\:bg-teal-700\/40:focus-within{background-color:#0f766e66}.focus-within\:bg-teal-700\/50:focus-within{background-color:#0f766e80}.focus-within\:bg-teal-700\/60:focus-within{background-color:#0f766e99}.focus-within\:bg-teal-700\/70:focus-within{background-color:#0f766eb3}.focus-within\:bg-teal-700\/75:focus-within{background-color:#0f766ebf}.focus-within\:bg-teal-700\/80:focus-within{background-color:#0f766ecc}.focus-within\:bg-teal-700\/90:focus-within{background-color:#0f766ee6}.focus-within\:bg-teal-800:focus-within{background-color:#115e59}.focus-within\:bg-teal-800\/0:focus-within{background-color:#115e5900}.focus-within\:bg-teal-800\/10:focus-within{background-color:#115e591a}.focus-within\:bg-teal-800\/20:focus-within{background-color:#115e5933}.focus-within\:bg-teal-800\/30:focus-within{background-color:#115e594d}.focus-within\:bg-teal-800\/40:focus-within{background-color:#115e5966}.focus-within\:bg-teal-800\/50:focus-within{background-color:#115e5980}.focus-within\:bg-teal-800\/60:focus-within{background-color:#115e5999}.focus-within\:bg-teal-800\/70:focus-within{background-color:#115e59b3}.focus-within\:bg-teal-800\/75:focus-within{background-color:#115e59bf}.focus-within\:bg-teal-800\/80:focus-within{background-color:#115e59cc}.focus-within\:bg-teal-800\/90:focus-within{background-color:#115e59e6}.focus-within\:bg-teal-900:focus-within{background-color:#134e4a}.focus-within\:bg-teal-900\/0:focus-within{background-color:#134e4a00}.focus-within\:bg-teal-900\/10:focus-within{background-color:#134e4a1a}.focus-within\:bg-teal-900\/20:focus-within{background-color:#134e4a33}.focus-within\:bg-teal-900\/30:focus-within{background-color:#134e4a4d}.focus-within\:bg-teal-900\/40:focus-within{background-color:#134e4a66}.focus-within\:bg-teal-900\/50:focus-within{background-color:#134e4a80}.focus-within\:bg-teal-900\/60:focus-within{background-color:#134e4a99}.focus-within\:bg-teal-900\/70:focus-within{background-color:#134e4ab3}.focus-within\:bg-teal-900\/75:focus-within{background-color:#134e4abf}.focus-within\:bg-teal-900\/80:focus-within{background-color:#134e4acc}.focus-within\:bg-teal-900\/90:focus-within{background-color:#134e4ae6}.focus-within\:bg-teal-950:focus-within{background-color:#042f2e}.focus-within\:bg-teal-950\/0:focus-within{background-color:#042f2e00}.focus-within\:bg-teal-950\/10:focus-within{background-color:#042f2e1a}.focus-within\:bg-teal-950\/20:focus-within{background-color:#042f2e33}.focus-within\:bg-teal-950\/30:focus-within{background-color:#042f2e4d}.focus-within\:bg-teal-950\/40:focus-within{background-color:#042f2e66}.focus-within\:bg-teal-950\/50:focus-within{background-color:#042f2e80}.focus-within\:bg-teal-950\/60:focus-within{background-color:#042f2e99}.focus-within\:bg-teal-950\/70:focus-within{background-color:#042f2eb3}.focus-within\:bg-teal-950\/75:focus-within{background-color:#042f2ebf}.focus-within\:bg-teal-950\/80:focus-within{background-color:#042f2ecc}.focus-within\:bg-teal-950\/90:focus-within{background-color:#042f2ee6}.focus-within\:bg-cyan-50:focus-within{background-color:#ecfeff}.focus-within\:bg-cyan-50\/0:focus-within{background-color:#ecfeff00}.focus-within\:bg-cyan-50\/10:focus-within{background-color:#ecfeff1a}.focus-within\:bg-cyan-50\/20:focus-within{background-color:#ecfeff33}.focus-within\:bg-cyan-50\/30:focus-within{background-color:#ecfeff4d}.focus-within\:bg-cyan-50\/40:focus-within{background-color:#ecfeff66}.focus-within\:bg-cyan-50\/50:focus-within{background-color:#ecfeff80}.focus-within\:bg-cyan-50\/60:focus-within{background-color:#ecfeff99}.focus-within\:bg-cyan-50\/70:focus-within{background-color:#ecfeffb3}.focus-within\:bg-cyan-50\/75:focus-within{background-color:#ecfeffbf}.focus-within\:bg-cyan-50\/80:focus-within{background-color:#ecfeffcc}.focus-within\:bg-cyan-50\/90:focus-within{background-color:#ecfeffe6}.focus-within\:bg-cyan-100:focus-within{background-color:#cffafe}.focus-within\:bg-cyan-100\/0:focus-within{background-color:#cffafe00}.focus-within\:bg-cyan-100\/10:focus-within{background-color:#cffafe1a}.focus-within\:bg-cyan-100\/20:focus-within{background-color:#cffafe33}.focus-within\:bg-cyan-100\/30:focus-within{background-color:#cffafe4d}.focus-within\:bg-cyan-100\/40:focus-within{background-color:#cffafe66}.focus-within\:bg-cyan-100\/50:focus-within{background-color:#cffafe80}.focus-within\:bg-cyan-100\/60:focus-within{background-color:#cffafe99}.focus-within\:bg-cyan-100\/70:focus-within{background-color:#cffafeb3}.focus-within\:bg-cyan-100\/75:focus-within{background-color:#cffafebf}.focus-within\:bg-cyan-100\/80:focus-within{background-color:#cffafecc}.focus-within\:bg-cyan-100\/90:focus-within{background-color:#cffafee6}.focus-within\:bg-cyan-200:focus-within{background-color:#a5f3fc}.focus-within\:bg-cyan-200\/0:focus-within{background-color:#a5f3fc00}.focus-within\:bg-cyan-200\/10:focus-within{background-color:#a5f3fc1a}.focus-within\:bg-cyan-200\/20:focus-within{background-color:#a5f3fc33}.focus-within\:bg-cyan-200\/30:focus-within{background-color:#a5f3fc4d}.focus-within\:bg-cyan-200\/40:focus-within{background-color:#a5f3fc66}.focus-within\:bg-cyan-200\/50:focus-within{background-color:#a5f3fc80}.focus-within\:bg-cyan-200\/60:focus-within{background-color:#a5f3fc99}.focus-within\:bg-cyan-200\/70:focus-within{background-color:#a5f3fcb3}.focus-within\:bg-cyan-200\/75:focus-within{background-color:#a5f3fcbf}.focus-within\:bg-cyan-200\/80:focus-within{background-color:#a5f3fccc}.focus-within\:bg-cyan-200\/90:focus-within{background-color:#a5f3fce6}.focus-within\:bg-cyan-300:focus-within{background-color:#67e8f9}.focus-within\:bg-cyan-300\/0:focus-within{background-color:#67e8f900}.focus-within\:bg-cyan-300\/10:focus-within{background-color:#67e8f91a}.focus-within\:bg-cyan-300\/20:focus-within{background-color:#67e8f933}.focus-within\:bg-cyan-300\/30:focus-within{background-color:#67e8f94d}.focus-within\:bg-cyan-300\/40:focus-within{background-color:#67e8f966}.focus-within\:bg-cyan-300\/50:focus-within{background-color:#67e8f980}.focus-within\:bg-cyan-300\/60:focus-within{background-color:#67e8f999}.focus-within\:bg-cyan-300\/70:focus-within{background-color:#67e8f9b3}.focus-within\:bg-cyan-300\/75:focus-within{background-color:#67e8f9bf}.focus-within\:bg-cyan-300\/80:focus-within{background-color:#67e8f9cc}.focus-within\:bg-cyan-300\/90:focus-within{background-color:#67e8f9e6}.focus-within\:bg-cyan-400:focus-within{background-color:#22d3ee}.focus-within\:bg-cyan-400\/0:focus-within{background-color:#22d3ee00}.focus-within\:bg-cyan-400\/10:focus-within{background-color:#22d3ee1a}.focus-within\:bg-cyan-400\/20:focus-within{background-color:#22d3ee33}.focus-within\:bg-cyan-400\/30:focus-within{background-color:#22d3ee4d}.focus-within\:bg-cyan-400\/40:focus-within{background-color:#22d3ee66}.focus-within\:bg-cyan-400\/50:focus-within{background-color:#22d3ee80}.focus-within\:bg-cyan-400\/60:focus-within{background-color:#22d3ee99}.focus-within\:bg-cyan-400\/70:focus-within{background-color:#22d3eeb3}.focus-within\:bg-cyan-400\/75:focus-within{background-color:#22d3eebf}.focus-within\:bg-cyan-400\/80:focus-within{background-color:#22d3eecc}.focus-within\:bg-cyan-400\/90:focus-within{background-color:#22d3eee6}.focus-within\:bg-cyan-500:focus-within{background-color:#06b6d4}.focus-within\:bg-cyan-500\/0:focus-within{background-color:#06b6d400}.focus-within\:bg-cyan-500\/10:focus-within{background-color:#06b6d41a}.focus-within\:bg-cyan-500\/20:focus-within{background-color:#06b6d433}.focus-within\:bg-cyan-500\/30:focus-within{background-color:#06b6d44d}.focus-within\:bg-cyan-500\/40:focus-within{background-color:#06b6d466}.focus-within\:bg-cyan-500\/50:focus-within{background-color:#06b6d480}.focus-within\:bg-cyan-500\/60:focus-within{background-color:#06b6d499}.focus-within\:bg-cyan-500\/70:focus-within{background-color:#06b6d4b3}.focus-within\:bg-cyan-500\/75:focus-within{background-color:#06b6d4bf}.focus-within\:bg-cyan-500\/80:focus-within{background-color:#06b6d4cc}.focus-within\:bg-cyan-500\/90:focus-within{background-color:#06b6d4e6}.focus-within\:bg-cyan-600:focus-within{background-color:#0891b2}.focus-within\:bg-cyan-600\/0:focus-within{background-color:#0891b200}.focus-within\:bg-cyan-600\/10:focus-within{background-color:#0891b21a}.focus-within\:bg-cyan-600\/20:focus-within{background-color:#0891b233}.focus-within\:bg-cyan-600\/30:focus-within{background-color:#0891b24d}.focus-within\:bg-cyan-600\/40:focus-within{background-color:#0891b266}.focus-within\:bg-cyan-600\/50:focus-within{background-color:#0891b280}.focus-within\:bg-cyan-600\/60:focus-within{background-color:#0891b299}.focus-within\:bg-cyan-600\/70:focus-within{background-color:#0891b2b3}.focus-within\:bg-cyan-600\/75:focus-within{background-color:#0891b2bf}.focus-within\:bg-cyan-600\/80:focus-within{background-color:#0891b2cc}.focus-within\:bg-cyan-600\/90:focus-within{background-color:#0891b2e6}.focus-within\:bg-cyan-700:focus-within{background-color:#0e7490}.focus-within\:bg-cyan-700\/0:focus-within{background-color:#0e749000}.focus-within\:bg-cyan-700\/10:focus-within{background-color:#0e74901a}.focus-within\:bg-cyan-700\/20:focus-within{background-color:#0e749033}.focus-within\:bg-cyan-700\/30:focus-within{background-color:#0e74904d}.focus-within\:bg-cyan-700\/40:focus-within{background-color:#0e749066}.focus-within\:bg-cyan-700\/50:focus-within{background-color:#0e749080}.focus-within\:bg-cyan-700\/60:focus-within{background-color:#0e749099}.focus-within\:bg-cyan-700\/70:focus-within{background-color:#0e7490b3}.focus-within\:bg-cyan-700\/75:focus-within{background-color:#0e7490bf}.focus-within\:bg-cyan-700\/80:focus-within{background-color:#0e7490cc}.focus-within\:bg-cyan-700\/90:focus-within{background-color:#0e7490e6}.focus-within\:bg-cyan-800:focus-within{background-color:#155e75}.focus-within\:bg-cyan-800\/0:focus-within{background-color:#155e7500}.focus-within\:bg-cyan-800\/10:focus-within{background-color:#155e751a}.focus-within\:bg-cyan-800\/20:focus-within{background-color:#155e7533}.focus-within\:bg-cyan-800\/30:focus-within{background-color:#155e754d}.focus-within\:bg-cyan-800\/40:focus-within{background-color:#155e7566}.focus-within\:bg-cyan-800\/50:focus-within{background-color:#155e7580}.focus-within\:bg-cyan-800\/60:focus-within{background-color:#155e7599}.focus-within\:bg-cyan-800\/70:focus-within{background-color:#155e75b3}.focus-within\:bg-cyan-800\/75:focus-within{background-color:#155e75bf}.focus-within\:bg-cyan-800\/80:focus-within{background-color:#155e75cc}.focus-within\:bg-cyan-800\/90:focus-within{background-color:#155e75e6}.focus-within\:bg-cyan-900:focus-within{background-color:#164e63}.focus-within\:bg-cyan-900\/0:focus-within{background-color:#164e6300}.focus-within\:bg-cyan-900\/10:focus-within{background-color:#164e631a}.focus-within\:bg-cyan-900\/20:focus-within{background-color:#164e6333}.focus-within\:bg-cyan-900\/30:focus-within{background-color:#164e634d}.focus-within\:bg-cyan-900\/40:focus-within{background-color:#164e6366}.focus-within\:bg-cyan-900\/50:focus-within{background-color:#164e6380}.focus-within\:bg-cyan-900\/60:focus-within{background-color:#164e6399}.focus-within\:bg-cyan-900\/70:focus-within{background-color:#164e63b3}.focus-within\:bg-cyan-900\/75:focus-within{background-color:#164e63bf}.focus-within\:bg-cyan-900\/80:focus-within{background-color:#164e63cc}.focus-within\:bg-cyan-900\/90:focus-within{background-color:#164e63e6}.focus-within\:bg-cyan-950:focus-within{background-color:#083344}.focus-within\:bg-cyan-950\/0:focus-within{background-color:#08334400}.focus-within\:bg-cyan-950\/10:focus-within{background-color:#0833441a}.focus-within\:bg-cyan-950\/20:focus-within{background-color:#08334433}.focus-within\:bg-cyan-950\/30:focus-within{background-color:#0833444d}.focus-within\:bg-cyan-950\/40:focus-within{background-color:#08334466}.focus-within\:bg-cyan-950\/50:focus-within{background-color:#08334480}.focus-within\:bg-cyan-950\/60:focus-within{background-color:#08334499}.focus-within\:bg-cyan-950\/70:focus-within{background-color:#083344b3}.focus-within\:bg-cyan-950\/75:focus-within{background-color:#083344bf}.focus-within\:bg-cyan-950\/80:focus-within{background-color:#083344cc}.focus-within\:bg-cyan-950\/90:focus-within{background-color:#083344e6}.focus-within\:bg-sky-50:focus-within{background-color:#f0f9ff}.focus-within\:bg-sky-50\/0:focus-within{background-color:#f0f9ff00}.focus-within\:bg-sky-50\/10:focus-within{background-color:#f0f9ff1a}.focus-within\:bg-sky-50\/20:focus-within{background-color:#f0f9ff33}.focus-within\:bg-sky-50\/30:focus-within{background-color:#f0f9ff4d}.focus-within\:bg-sky-50\/40:focus-within{background-color:#f0f9ff66}.focus-within\:bg-sky-50\/50:focus-within{background-color:#f0f9ff80}.focus-within\:bg-sky-50\/60:focus-within{background-color:#f0f9ff99}.focus-within\:bg-sky-50\/70:focus-within{background-color:#f0f9ffb3}.focus-within\:bg-sky-50\/75:focus-within{background-color:#f0f9ffbf}.focus-within\:bg-sky-50\/80:focus-within{background-color:#f0f9ffcc}.focus-within\:bg-sky-50\/90:focus-within{background-color:#f0f9ffe6}.focus-within\:bg-sky-100:focus-within{background-color:#e0f2fe}.focus-within\:bg-sky-100\/0:focus-within{background-color:#e0f2fe00}.focus-within\:bg-sky-100\/10:focus-within{background-color:#e0f2fe1a}.focus-within\:bg-sky-100\/20:focus-within{background-color:#e0f2fe33}.focus-within\:bg-sky-100\/30:focus-within{background-color:#e0f2fe4d}.focus-within\:bg-sky-100\/40:focus-within{background-color:#e0f2fe66}.focus-within\:bg-sky-100\/50:focus-within{background-color:#e0f2fe80}.focus-within\:bg-sky-100\/60:focus-within{background-color:#e0f2fe99}.focus-within\:bg-sky-100\/70:focus-within{background-color:#e0f2feb3}.focus-within\:bg-sky-100\/75:focus-within{background-color:#e0f2febf}.focus-within\:bg-sky-100\/80:focus-within{background-color:#e0f2fecc}.focus-within\:bg-sky-100\/90:focus-within{background-color:#e0f2fee6}.focus-within\:bg-sky-200:focus-within{background-color:#bae6fd}.focus-within\:bg-sky-200\/0:focus-within{background-color:#bae6fd00}.focus-within\:bg-sky-200\/10:focus-within{background-color:#bae6fd1a}.focus-within\:bg-sky-200\/20:focus-within{background-color:#bae6fd33}.focus-within\:bg-sky-200\/30:focus-within{background-color:#bae6fd4d}.focus-within\:bg-sky-200\/40:focus-within{background-color:#bae6fd66}.focus-within\:bg-sky-200\/50:focus-within{background-color:#bae6fd80}.focus-within\:bg-sky-200\/60:focus-within{background-color:#bae6fd99}.focus-within\:bg-sky-200\/70:focus-within{background-color:#bae6fdb3}.focus-within\:bg-sky-200\/75:focus-within{background-color:#bae6fdbf}.focus-within\:bg-sky-200\/80:focus-within{background-color:#bae6fdcc}.focus-within\:bg-sky-200\/90:focus-within{background-color:#bae6fde6}.focus-within\:bg-sky-300:focus-within{background-color:#7dd3fc}.focus-within\:bg-sky-300\/0:focus-within{background-color:#7dd3fc00}.focus-within\:bg-sky-300\/10:focus-within{background-color:#7dd3fc1a}.focus-within\:bg-sky-300\/20:focus-within{background-color:#7dd3fc33}.focus-within\:bg-sky-300\/30:focus-within{background-color:#7dd3fc4d}.focus-within\:bg-sky-300\/40:focus-within{background-color:#7dd3fc66}.focus-within\:bg-sky-300\/50:focus-within{background-color:#7dd3fc80}.focus-within\:bg-sky-300\/60:focus-within{background-color:#7dd3fc99}.focus-within\:bg-sky-300\/70:focus-within{background-color:#7dd3fcb3}.focus-within\:bg-sky-300\/75:focus-within{background-color:#7dd3fcbf}.focus-within\:bg-sky-300\/80:focus-within{background-color:#7dd3fccc}.focus-within\:bg-sky-300\/90:focus-within{background-color:#7dd3fce6}.focus-within\:bg-sky-400:focus-within{background-color:#38bdf8}.focus-within\:bg-sky-400\/0:focus-within{background-color:#38bdf800}.focus-within\:bg-sky-400\/10:focus-within{background-color:#38bdf81a}.focus-within\:bg-sky-400\/20:focus-within{background-color:#38bdf833}.focus-within\:bg-sky-400\/30:focus-within{background-color:#38bdf84d}.focus-within\:bg-sky-400\/40:focus-within{background-color:#38bdf866}.focus-within\:bg-sky-400\/50:focus-within{background-color:#38bdf880}.focus-within\:bg-sky-400\/60:focus-within{background-color:#38bdf899}.focus-within\:bg-sky-400\/70:focus-within{background-color:#38bdf8b3}.focus-within\:bg-sky-400\/75:focus-within{background-color:#38bdf8bf}.focus-within\:bg-sky-400\/80:focus-within{background-color:#38bdf8cc}.focus-within\:bg-sky-400\/90:focus-within{background-color:#38bdf8e6}.focus-within\:bg-sky-500:focus-within{background-color:#0ea5e9}.focus-within\:bg-sky-500\/0:focus-within{background-color:#0ea5e900}.focus-within\:bg-sky-500\/10:focus-within{background-color:#0ea5e91a}.focus-within\:bg-sky-500\/20:focus-within{background-color:#0ea5e933}.focus-within\:bg-sky-500\/30:focus-within{background-color:#0ea5e94d}.focus-within\:bg-sky-500\/40:focus-within{background-color:#0ea5e966}.focus-within\:bg-sky-500\/50:focus-within{background-color:#0ea5e980}.focus-within\:bg-sky-500\/60:focus-within{background-color:#0ea5e999}.focus-within\:bg-sky-500\/70:focus-within{background-color:#0ea5e9b3}.focus-within\:bg-sky-500\/75:focus-within{background-color:#0ea5e9bf}.focus-within\:bg-sky-500\/80:focus-within{background-color:#0ea5e9cc}.focus-within\:bg-sky-500\/90:focus-within{background-color:#0ea5e9e6}.focus-within\:bg-sky-600:focus-within{background-color:#0284c7}.focus-within\:bg-sky-600\/0:focus-within{background-color:#0284c700}.focus-within\:bg-sky-600\/10:focus-within{background-color:#0284c71a}.focus-within\:bg-sky-600\/20:focus-within{background-color:#0284c733}.focus-within\:bg-sky-600\/30:focus-within{background-color:#0284c74d}.focus-within\:bg-sky-600\/40:focus-within{background-color:#0284c766}.focus-within\:bg-sky-600\/50:focus-within{background-color:#0284c780}.focus-within\:bg-sky-600\/60:focus-within{background-color:#0284c799}.focus-within\:bg-sky-600\/70:focus-within{background-color:#0284c7b3}.focus-within\:bg-sky-600\/75:focus-within{background-color:#0284c7bf}.focus-within\:bg-sky-600\/80:focus-within{background-color:#0284c7cc}.focus-within\:bg-sky-600\/90:focus-within{background-color:#0284c7e6}.focus-within\:bg-sky-700:focus-within{background-color:#0369a1}.focus-within\:bg-sky-700\/0:focus-within{background-color:#0369a100}.focus-within\:bg-sky-700\/10:focus-within{background-color:#0369a11a}.focus-within\:bg-sky-700\/20:focus-within{background-color:#0369a133}.focus-within\:bg-sky-700\/30:focus-within{background-color:#0369a14d}.focus-within\:bg-sky-700\/40:focus-within{background-color:#0369a166}.focus-within\:bg-sky-700\/50:focus-within{background-color:#0369a180}.focus-within\:bg-sky-700\/60:focus-within{background-color:#0369a199}.focus-within\:bg-sky-700\/70:focus-within{background-color:#0369a1b3}.focus-within\:bg-sky-700\/75:focus-within{background-color:#0369a1bf}.focus-within\:bg-sky-700\/80:focus-within{background-color:#0369a1cc}.focus-within\:bg-sky-700\/90:focus-within{background-color:#0369a1e6}.focus-within\:bg-sky-800:focus-within{background-color:#075985}.focus-within\:bg-sky-800\/0:focus-within{background-color:#07598500}.focus-within\:bg-sky-800\/10:focus-within{background-color:#0759851a}.focus-within\:bg-sky-800\/20:focus-within{background-color:#07598533}.focus-within\:bg-sky-800\/30:focus-within{background-color:#0759854d}.focus-within\:bg-sky-800\/40:focus-within{background-color:#07598566}.focus-within\:bg-sky-800\/50:focus-within{background-color:#07598580}.focus-within\:bg-sky-800\/60:focus-within{background-color:#07598599}.focus-within\:bg-sky-800\/70:focus-within{background-color:#075985b3}.focus-within\:bg-sky-800\/75:focus-within{background-color:#075985bf}.focus-within\:bg-sky-800\/80:focus-within{background-color:#075985cc}.focus-within\:bg-sky-800\/90:focus-within{background-color:#075985e6}.focus-within\:bg-sky-900:focus-within{background-color:#0c4a6e}.focus-within\:bg-sky-900\/0:focus-within{background-color:#0c4a6e00}.focus-within\:bg-sky-900\/10:focus-within{background-color:#0c4a6e1a}.focus-within\:bg-sky-900\/20:focus-within{background-color:#0c4a6e33}.focus-within\:bg-sky-900\/30:focus-within{background-color:#0c4a6e4d}.focus-within\:bg-sky-900\/40:focus-within{background-color:#0c4a6e66}.focus-within\:bg-sky-900\/50:focus-within{background-color:#0c4a6e80}.focus-within\:bg-sky-900\/60:focus-within{background-color:#0c4a6e99}.focus-within\:bg-sky-900\/70:focus-within{background-color:#0c4a6eb3}.focus-within\:bg-sky-900\/75:focus-within{background-color:#0c4a6ebf}.focus-within\:bg-sky-900\/80:focus-within{background-color:#0c4a6ecc}.focus-within\:bg-sky-900\/90:focus-within{background-color:#0c4a6ee6}.focus-within\:bg-sky-950:focus-within{background-color:#082f49}.focus-within\:bg-sky-950\/0:focus-within{background-color:#082f4900}.focus-within\:bg-sky-950\/10:focus-within{background-color:#082f491a}.focus-within\:bg-sky-950\/20:focus-within{background-color:#082f4933}.focus-within\:bg-sky-950\/30:focus-within{background-color:#082f494d}.focus-within\:bg-sky-950\/40:focus-within{background-color:#082f4966}.focus-within\:bg-sky-950\/50:focus-within{background-color:#082f4980}.focus-within\:bg-sky-950\/60:focus-within{background-color:#082f4999}.focus-within\:bg-sky-950\/70:focus-within{background-color:#082f49b3}.focus-within\:bg-sky-950\/75:focus-within{background-color:#082f49bf}.focus-within\:bg-sky-950\/80:focus-within{background-color:#082f49cc}.focus-within\:bg-sky-950\/90:focus-within{background-color:#082f49e6}.focus-within\:bg-blue-50:focus-within{background-color:#eff6ff}.focus-within\:bg-blue-50\/0:focus-within{background-color:#eff6ff00}.focus-within\:bg-blue-50\/10:focus-within{background-color:#eff6ff1a}.focus-within\:bg-blue-50\/20:focus-within{background-color:#eff6ff33}.focus-within\:bg-blue-50\/30:focus-within{background-color:#eff6ff4d}.focus-within\:bg-blue-50\/40:focus-within{background-color:#eff6ff66}.focus-within\:bg-blue-50\/50:focus-within{background-color:#eff6ff80}.focus-within\:bg-blue-50\/60:focus-within{background-color:#eff6ff99}.focus-within\:bg-blue-50\/70:focus-within{background-color:#eff6ffb3}.focus-within\:bg-blue-50\/75:focus-within{background-color:#eff6ffbf}.focus-within\:bg-blue-50\/80:focus-within{background-color:#eff6ffcc}.focus-within\:bg-blue-50\/90:focus-within{background-color:#eff6ffe6}.focus-within\:bg-blue-100:focus-within{background-color:#dbeafe}.focus-within\:bg-blue-100\/0:focus-within{background-color:#dbeafe00}.focus-within\:bg-blue-100\/10:focus-within{background-color:#dbeafe1a}.focus-within\:bg-blue-100\/20:focus-within{background-color:#dbeafe33}.focus-within\:bg-blue-100\/30:focus-within{background-color:#dbeafe4d}.focus-within\:bg-blue-100\/40:focus-within{background-color:#dbeafe66}.focus-within\:bg-blue-100\/50:focus-within{background-color:#dbeafe80}.focus-within\:bg-blue-100\/60:focus-within{background-color:#dbeafe99}.focus-within\:bg-blue-100\/70:focus-within{background-color:#dbeafeb3}.focus-within\:bg-blue-100\/75:focus-within{background-color:#dbeafebf}.focus-within\:bg-blue-100\/80:focus-within{background-color:#dbeafecc}.focus-within\:bg-blue-100\/90:focus-within{background-color:#dbeafee6}.focus-within\:bg-blue-200:focus-within{background-color:#bfdbfe}.focus-within\:bg-blue-200\/0:focus-within{background-color:#bfdbfe00}.focus-within\:bg-blue-200\/10:focus-within{background-color:#bfdbfe1a}.focus-within\:bg-blue-200\/20:focus-within{background-color:#bfdbfe33}.focus-within\:bg-blue-200\/30:focus-within{background-color:#bfdbfe4d}.focus-within\:bg-blue-200\/40:focus-within{background-color:#bfdbfe66}.focus-within\:bg-blue-200\/50:focus-within{background-color:#bfdbfe80}.focus-within\:bg-blue-200\/60:focus-within{background-color:#bfdbfe99}.focus-within\:bg-blue-200\/70:focus-within{background-color:#bfdbfeb3}.focus-within\:bg-blue-200\/75:focus-within{background-color:#bfdbfebf}.focus-within\:bg-blue-200\/80:focus-within{background-color:#bfdbfecc}.focus-within\:bg-blue-200\/90:focus-within{background-color:#bfdbfee6}.focus-within\:bg-blue-300:focus-within{background-color:#93c5fd}.focus-within\:bg-blue-300\/0:focus-within{background-color:#93c5fd00}.focus-within\:bg-blue-300\/10:focus-within{background-color:#93c5fd1a}.focus-within\:bg-blue-300\/20:focus-within{background-color:#93c5fd33}.focus-within\:bg-blue-300\/30:focus-within{background-color:#93c5fd4d}.focus-within\:bg-blue-300\/40:focus-within{background-color:#93c5fd66}.focus-within\:bg-blue-300\/50:focus-within{background-color:#93c5fd80}.focus-within\:bg-blue-300\/60:focus-within{background-color:#93c5fd99}.focus-within\:bg-blue-300\/70:focus-within{background-color:#93c5fdb3}.focus-within\:bg-blue-300\/75:focus-within{background-color:#93c5fdbf}.focus-within\:bg-blue-300\/80:focus-within{background-color:#93c5fdcc}.focus-within\:bg-blue-300\/90:focus-within{background-color:#93c5fde6}.focus-within\:bg-blue-400:focus-within{background-color:#60a5fa}.focus-within\:bg-blue-400\/0:focus-within{background-color:#60a5fa00}.focus-within\:bg-blue-400\/10:focus-within{background-color:#60a5fa1a}.focus-within\:bg-blue-400\/20:focus-within{background-color:#60a5fa33}.focus-within\:bg-blue-400\/30:focus-within{background-color:#60a5fa4d}.focus-within\:bg-blue-400\/40:focus-within{background-color:#60a5fa66}.focus-within\:bg-blue-400\/50:focus-within{background-color:#60a5fa80}.focus-within\:bg-blue-400\/60:focus-within{background-color:#60a5fa99}.focus-within\:bg-blue-400\/70:focus-within{background-color:#60a5fab3}.focus-within\:bg-blue-400\/75:focus-within{background-color:#60a5fabf}.focus-within\:bg-blue-400\/80:focus-within{background-color:#60a5facc}.focus-within\:bg-blue-400\/90:focus-within{background-color:#60a5fae6}.focus-within\:bg-blue-500:focus-within{background-color:#3b82f6}.focus-within\:bg-blue-500\/0:focus-within{background-color:#3b82f600}.focus-within\:bg-blue-500\/10:focus-within{background-color:#3b82f61a}.focus-within\:bg-blue-500\/20:focus-within{background-color:#3b82f633}.focus-within\:bg-blue-500\/30:focus-within{background-color:#3b82f64d}.focus-within\:bg-blue-500\/40:focus-within{background-color:#3b82f666}.focus-within\:bg-blue-500\/50:focus-within{background-color:#3b82f680}.focus-within\:bg-blue-500\/60:focus-within{background-color:#3b82f699}.focus-within\:bg-blue-500\/70:focus-within{background-color:#3b82f6b3}.focus-within\:bg-blue-500\/75:focus-within{background-color:#3b82f6bf}.focus-within\:bg-blue-500\/80:focus-within{background-color:#3b82f6cc}.focus-within\:bg-blue-500\/90:focus-within{background-color:#3b82f6e6}.focus-within\:bg-blue-600:focus-within{background-color:#2563eb}.focus-within\:bg-blue-600\/0:focus-within{background-color:#2563eb00}.focus-within\:bg-blue-600\/10:focus-within{background-color:#2563eb1a}.focus-within\:bg-blue-600\/20:focus-within{background-color:#2563eb33}.focus-within\:bg-blue-600\/30:focus-within{background-color:#2563eb4d}.focus-within\:bg-blue-600\/40:focus-within{background-color:#2563eb66}.focus-within\:bg-blue-600\/50:focus-within{background-color:#2563eb80}.focus-within\:bg-blue-600\/60:focus-within{background-color:#2563eb99}.focus-within\:bg-blue-600\/70:focus-within{background-color:#2563ebb3}.focus-within\:bg-blue-600\/75:focus-within{background-color:#2563ebbf}.focus-within\:bg-blue-600\/80:focus-within{background-color:#2563ebcc}.focus-within\:bg-blue-600\/90:focus-within{background-color:#2563ebe6}.focus-within\:bg-blue-700:focus-within{background-color:#1d4ed8}.focus-within\:bg-blue-700\/0:focus-within{background-color:#1d4ed800}.focus-within\:bg-blue-700\/10:focus-within{background-color:#1d4ed81a}.focus-within\:bg-blue-700\/20:focus-within{background-color:#1d4ed833}.focus-within\:bg-blue-700\/30:focus-within{background-color:#1d4ed84d}.focus-within\:bg-blue-700\/40:focus-within{background-color:#1d4ed866}.focus-within\:bg-blue-700\/50:focus-within{background-color:#1d4ed880}.focus-within\:bg-blue-700\/60:focus-within{background-color:#1d4ed899}.focus-within\:bg-blue-700\/70:focus-within{background-color:#1d4ed8b3}.focus-within\:bg-blue-700\/75:focus-within{background-color:#1d4ed8bf}.focus-within\:bg-blue-700\/80:focus-within{background-color:#1d4ed8cc}.focus-within\:bg-blue-700\/90:focus-within{background-color:#1d4ed8e6}.focus-within\:bg-blue-800:focus-within{background-color:#1e40af}.focus-within\:bg-blue-800\/0:focus-within{background-color:#1e40af00}.focus-within\:bg-blue-800\/10:focus-within{background-color:#1e40af1a}.focus-within\:bg-blue-800\/20:focus-within{background-color:#1e40af33}.focus-within\:bg-blue-800\/30:focus-within{background-color:#1e40af4d}.focus-within\:bg-blue-800\/40:focus-within{background-color:#1e40af66}.focus-within\:bg-blue-800\/50:focus-within{background-color:#1e40af80}.focus-within\:bg-blue-800\/60:focus-within{background-color:#1e40af99}.focus-within\:bg-blue-800\/70:focus-within{background-color:#1e40afb3}.focus-within\:bg-blue-800\/75:focus-within{background-color:#1e40afbf}.focus-within\:bg-blue-800\/80:focus-within{background-color:#1e40afcc}.focus-within\:bg-blue-800\/90:focus-within{background-color:#1e40afe6}.focus-within\:bg-blue-900:focus-within{background-color:#1e3a8a}.focus-within\:bg-blue-900\/0:focus-within{background-color:#1e3a8a00}.focus-within\:bg-blue-900\/10:focus-within{background-color:#1e3a8a1a}.focus-within\:bg-blue-900\/20:focus-within{background-color:#1e3a8a33}.focus-within\:bg-blue-900\/30:focus-within{background-color:#1e3a8a4d}.focus-within\:bg-blue-900\/40:focus-within{background-color:#1e3a8a66}.focus-within\:bg-blue-900\/50:focus-within{background-color:#1e3a8a80}.focus-within\:bg-blue-900\/60:focus-within{background-color:#1e3a8a99}.focus-within\:bg-blue-900\/70:focus-within{background-color:#1e3a8ab3}.focus-within\:bg-blue-900\/75:focus-within{background-color:#1e3a8abf}.focus-within\:bg-blue-900\/80:focus-within{background-color:#1e3a8acc}.focus-within\:bg-blue-900\/90:focus-within{background-color:#1e3a8ae6}.focus-within\:bg-blue-950:focus-within{background-color:#172554}.focus-within\:bg-blue-950\/0:focus-within{background-color:#17255400}.focus-within\:bg-blue-950\/10:focus-within{background-color:#1725541a}.focus-within\:bg-blue-950\/20:focus-within{background-color:#17255433}.focus-within\:bg-blue-950\/30:focus-within{background-color:#1725544d}.focus-within\:bg-blue-950\/40:focus-within{background-color:#17255466}.focus-within\:bg-blue-950\/50:focus-within{background-color:#17255480}.focus-within\:bg-blue-950\/60:focus-within{background-color:#17255499}.focus-within\:bg-blue-950\/70:focus-within{background-color:#172554b3}.focus-within\:bg-blue-950\/75:focus-within{background-color:#172554bf}.focus-within\:bg-blue-950\/80:focus-within{background-color:#172554cc}.focus-within\:bg-blue-950\/90:focus-within{background-color:#172554e6}.focus-within\:bg-indigo-50:focus-within{background-color:#eef2ff}.focus-within\:bg-indigo-50\/0:focus-within{background-color:#eef2ff00}.focus-within\:bg-indigo-50\/10:focus-within{background-color:#eef2ff1a}.focus-within\:bg-indigo-50\/20:focus-within{background-color:#eef2ff33}.focus-within\:bg-indigo-50\/30:focus-within{background-color:#eef2ff4d}.focus-within\:bg-indigo-50\/40:focus-within{background-color:#eef2ff66}.focus-within\:bg-indigo-50\/50:focus-within{background-color:#eef2ff80}.focus-within\:bg-indigo-50\/60:focus-within{background-color:#eef2ff99}.focus-within\:bg-indigo-50\/70:focus-within{background-color:#eef2ffb3}.focus-within\:bg-indigo-50\/75:focus-within{background-color:#eef2ffbf}.focus-within\:bg-indigo-50\/80:focus-within{background-color:#eef2ffcc}.focus-within\:bg-indigo-50\/90:focus-within{background-color:#eef2ffe6}.focus-within\:bg-indigo-100:focus-within{background-color:#e0e7ff}.focus-within\:bg-indigo-100\/0:focus-within{background-color:#e0e7ff00}.focus-within\:bg-indigo-100\/10:focus-within{background-color:#e0e7ff1a}.focus-within\:bg-indigo-100\/20:focus-within{background-color:#e0e7ff33}.focus-within\:bg-indigo-100\/30:focus-within{background-color:#e0e7ff4d}.focus-within\:bg-indigo-100\/40:focus-within{background-color:#e0e7ff66}.focus-within\:bg-indigo-100\/50:focus-within{background-color:#e0e7ff80}.focus-within\:bg-indigo-100\/60:focus-within{background-color:#e0e7ff99}.focus-within\:bg-indigo-100\/70:focus-within{background-color:#e0e7ffb3}.focus-within\:bg-indigo-100\/75:focus-within{background-color:#e0e7ffbf}.focus-within\:bg-indigo-100\/80:focus-within{background-color:#e0e7ffcc}.focus-within\:bg-indigo-100\/90:focus-within{background-color:#e0e7ffe6}.focus-within\:bg-indigo-200:focus-within{background-color:#c7d2fe}.focus-within\:bg-indigo-200\/0:focus-within{background-color:#c7d2fe00}.focus-within\:bg-indigo-200\/10:focus-within{background-color:#c7d2fe1a}.focus-within\:bg-indigo-200\/20:focus-within{background-color:#c7d2fe33}.focus-within\:bg-indigo-200\/30:focus-within{background-color:#c7d2fe4d}.focus-within\:bg-indigo-200\/40:focus-within{background-color:#c7d2fe66}.focus-within\:bg-indigo-200\/50:focus-within{background-color:#c7d2fe80}.focus-within\:bg-indigo-200\/60:focus-within{background-color:#c7d2fe99}.focus-within\:bg-indigo-200\/70:focus-within{background-color:#c7d2feb3}.focus-within\:bg-indigo-200\/75:focus-within{background-color:#c7d2febf}.focus-within\:bg-indigo-200\/80:focus-within{background-color:#c7d2fecc}.focus-within\:bg-indigo-200\/90:focus-within{background-color:#c7d2fee6}.focus-within\:bg-indigo-300:focus-within{background-color:#a5b4fc}.focus-within\:bg-indigo-300\/0:focus-within{background-color:#a5b4fc00}.focus-within\:bg-indigo-300\/10:focus-within{background-color:#a5b4fc1a}.focus-within\:bg-indigo-300\/20:focus-within{background-color:#a5b4fc33}.focus-within\:bg-indigo-300\/30:focus-within{background-color:#a5b4fc4d}.focus-within\:bg-indigo-300\/40:focus-within{background-color:#a5b4fc66}.focus-within\:bg-indigo-300\/50:focus-within{background-color:#a5b4fc80}.focus-within\:bg-indigo-300\/60:focus-within{background-color:#a5b4fc99}.focus-within\:bg-indigo-300\/70:focus-within{background-color:#a5b4fcb3}.focus-within\:bg-indigo-300\/75:focus-within{background-color:#a5b4fcbf}.focus-within\:bg-indigo-300\/80:focus-within{background-color:#a5b4fccc}.focus-within\:bg-indigo-300\/90:focus-within{background-color:#a5b4fce6}.focus-within\:bg-indigo-400:focus-within{background-color:#818cf8}.focus-within\:bg-indigo-400\/0:focus-within{background-color:#818cf800}.focus-within\:bg-indigo-400\/10:focus-within{background-color:#818cf81a}.focus-within\:bg-indigo-400\/20:focus-within{background-color:#818cf833}.focus-within\:bg-indigo-400\/30:focus-within{background-color:#818cf84d}.focus-within\:bg-indigo-400\/40:focus-within{background-color:#818cf866}.focus-within\:bg-indigo-400\/50:focus-within{background-color:#818cf880}.focus-within\:bg-indigo-400\/60:focus-within{background-color:#818cf899}.focus-within\:bg-indigo-400\/70:focus-within{background-color:#818cf8b3}.focus-within\:bg-indigo-400\/75:focus-within{background-color:#818cf8bf}.focus-within\:bg-indigo-400\/80:focus-within{background-color:#818cf8cc}.focus-within\:bg-indigo-400\/90:focus-within{background-color:#818cf8e6}.focus-within\:bg-indigo-500:focus-within{background-color:#6366f1}.focus-within\:bg-indigo-500\/0:focus-within{background-color:#6366f100}.focus-within\:bg-indigo-500\/10:focus-within{background-color:#6366f11a}.focus-within\:bg-indigo-500\/20:focus-within{background-color:#6366f133}.focus-within\:bg-indigo-500\/30:focus-within{background-color:#6366f14d}.focus-within\:bg-indigo-500\/40:focus-within{background-color:#6366f166}.focus-within\:bg-indigo-500\/50:focus-within{background-color:#6366f180}.focus-within\:bg-indigo-500\/60:focus-within{background-color:#6366f199}.focus-within\:bg-indigo-500\/70:focus-within{background-color:#6366f1b3}.focus-within\:bg-indigo-500\/75:focus-within{background-color:#6366f1bf}.focus-within\:bg-indigo-500\/80:focus-within{background-color:#6366f1cc}.focus-within\:bg-indigo-500\/90:focus-within{background-color:#6366f1e6}.focus-within\:bg-indigo-600:focus-within{background-color:#4f46e5}.focus-within\:bg-indigo-600\/0:focus-within{background-color:#4f46e500}.focus-within\:bg-indigo-600\/10:focus-within{background-color:#4f46e51a}.focus-within\:bg-indigo-600\/20:focus-within{background-color:#4f46e533}.focus-within\:bg-indigo-600\/30:focus-within{background-color:#4f46e54d}.focus-within\:bg-indigo-600\/40:focus-within{background-color:#4f46e566}.focus-within\:bg-indigo-600\/50:focus-within{background-color:#4f46e580}.focus-within\:bg-indigo-600\/60:focus-within{background-color:#4f46e599}.focus-within\:bg-indigo-600\/70:focus-within{background-color:#4f46e5b3}.focus-within\:bg-indigo-600\/75:focus-within{background-color:#4f46e5bf}.focus-within\:bg-indigo-600\/80:focus-within{background-color:#4f46e5cc}.focus-within\:bg-indigo-600\/90:focus-within{background-color:#4f46e5e6}.focus-within\:bg-indigo-700:focus-within{background-color:#4338ca}.focus-within\:bg-indigo-700\/0:focus-within{background-color:#4338ca00}.focus-within\:bg-indigo-700\/10:focus-within{background-color:#4338ca1a}.focus-within\:bg-indigo-700\/20:focus-within{background-color:#4338ca33}.focus-within\:bg-indigo-700\/30:focus-within{background-color:#4338ca4d}.focus-within\:bg-indigo-700\/40:focus-within{background-color:#4338ca66}.focus-within\:bg-indigo-700\/50:focus-within{background-color:#4338ca80}.focus-within\:bg-indigo-700\/60:focus-within{background-color:#4338ca99}.focus-within\:bg-indigo-700\/70:focus-within{background-color:#4338cab3}.focus-within\:bg-indigo-700\/75:focus-within{background-color:#4338cabf}.focus-within\:bg-indigo-700\/80:focus-within{background-color:#4338cacc}.focus-within\:bg-indigo-700\/90:focus-within{background-color:#4338cae6}.focus-within\:bg-indigo-800:focus-within{background-color:#3730a3}.focus-within\:bg-indigo-800\/0:focus-within{background-color:#3730a300}.focus-within\:bg-indigo-800\/10:focus-within{background-color:#3730a31a}.focus-within\:bg-indigo-800\/20:focus-within{background-color:#3730a333}.focus-within\:bg-indigo-800\/30:focus-within{background-color:#3730a34d}.focus-within\:bg-indigo-800\/40:focus-within{background-color:#3730a366}.focus-within\:bg-indigo-800\/50:focus-within{background-color:#3730a380}.focus-within\:bg-indigo-800\/60:focus-within{background-color:#3730a399}.focus-within\:bg-indigo-800\/70:focus-within{background-color:#3730a3b3}.focus-within\:bg-indigo-800\/75:focus-within{background-color:#3730a3bf}.focus-within\:bg-indigo-800\/80:focus-within{background-color:#3730a3cc}.focus-within\:bg-indigo-800\/90:focus-within{background-color:#3730a3e6}.focus-within\:bg-indigo-900:focus-within{background-color:#312e81}.focus-within\:bg-indigo-900\/0:focus-within{background-color:#312e8100}.focus-within\:bg-indigo-900\/10:focus-within{background-color:#312e811a}.focus-within\:bg-indigo-900\/20:focus-within{background-color:#312e8133}.focus-within\:bg-indigo-900\/30:focus-within{background-color:#312e814d}.focus-within\:bg-indigo-900\/40:focus-within{background-color:#312e8166}.focus-within\:bg-indigo-900\/50:focus-within{background-color:#312e8180}.focus-within\:bg-indigo-900\/60:focus-within{background-color:#312e8199}.focus-within\:bg-indigo-900\/70:focus-within{background-color:#312e81b3}.focus-within\:bg-indigo-900\/75:focus-within{background-color:#312e81bf}.focus-within\:bg-indigo-900\/80:focus-within{background-color:#312e81cc}.focus-within\:bg-indigo-900\/90:focus-within{background-color:#312e81e6}.focus-within\:bg-indigo-950:focus-within{background-color:#1e1b4b}.focus-within\:bg-indigo-950\/0:focus-within{background-color:#1e1b4b00}.focus-within\:bg-indigo-950\/10:focus-within{background-color:#1e1b4b1a}.focus-within\:bg-indigo-950\/20:focus-within{background-color:#1e1b4b33}.focus-within\:bg-indigo-950\/30:focus-within{background-color:#1e1b4b4d}.focus-within\:bg-indigo-950\/40:focus-within{background-color:#1e1b4b66}.focus-within\:bg-indigo-950\/50:focus-within{background-color:#1e1b4b80}.focus-within\:bg-indigo-950\/60:focus-within{background-color:#1e1b4b99}.focus-within\:bg-indigo-950\/70:focus-within{background-color:#1e1b4bb3}.focus-within\:bg-indigo-950\/75:focus-within{background-color:#1e1b4bbf}.focus-within\:bg-indigo-950\/80:focus-within{background-color:#1e1b4bcc}.focus-within\:bg-indigo-950\/90:focus-within{background-color:#1e1b4be6}.focus-within\:bg-violet-50:focus-within{background-color:#f5f3ff}.focus-within\:bg-violet-50\/0:focus-within{background-color:#f5f3ff00}.focus-within\:bg-violet-50\/10:focus-within{background-color:#f5f3ff1a}.focus-within\:bg-violet-50\/20:focus-within{background-color:#f5f3ff33}.focus-within\:bg-violet-50\/30:focus-within{background-color:#f5f3ff4d}.focus-within\:bg-violet-50\/40:focus-within{background-color:#f5f3ff66}.focus-within\:bg-violet-50\/50:focus-within{background-color:#f5f3ff80}.focus-within\:bg-violet-50\/60:focus-within{background-color:#f5f3ff99}.focus-within\:bg-violet-50\/70:focus-within{background-color:#f5f3ffb3}.focus-within\:bg-violet-50\/75:focus-within{background-color:#f5f3ffbf}.focus-within\:bg-violet-50\/80:focus-within{background-color:#f5f3ffcc}.focus-within\:bg-violet-50\/90:focus-within{background-color:#f5f3ffe6}.focus-within\:bg-violet-100:focus-within{background-color:#ede9fe}.focus-within\:bg-violet-100\/0:focus-within{background-color:#ede9fe00}.focus-within\:bg-violet-100\/10:focus-within{background-color:#ede9fe1a}.focus-within\:bg-violet-100\/20:focus-within{background-color:#ede9fe33}.focus-within\:bg-violet-100\/30:focus-within{background-color:#ede9fe4d}.focus-within\:bg-violet-100\/40:focus-within{background-color:#ede9fe66}.focus-within\:bg-violet-100\/50:focus-within{background-color:#ede9fe80}.focus-within\:bg-violet-100\/60:focus-within{background-color:#ede9fe99}.focus-within\:bg-violet-100\/70:focus-within{background-color:#ede9feb3}.focus-within\:bg-violet-100\/75:focus-within{background-color:#ede9febf}.focus-within\:bg-violet-100\/80:focus-within{background-color:#ede9fecc}.focus-within\:bg-violet-100\/90:focus-within{background-color:#ede9fee6}.focus-within\:bg-violet-200:focus-within{background-color:#ddd6fe}.focus-within\:bg-violet-200\/0:focus-within{background-color:#ddd6fe00}.focus-within\:bg-violet-200\/10:focus-within{background-color:#ddd6fe1a}.focus-within\:bg-violet-200\/20:focus-within{background-color:#ddd6fe33}.focus-within\:bg-violet-200\/30:focus-within{background-color:#ddd6fe4d}.focus-within\:bg-violet-200\/40:focus-within{background-color:#ddd6fe66}.focus-within\:bg-violet-200\/50:focus-within{background-color:#ddd6fe80}.focus-within\:bg-violet-200\/60:focus-within{background-color:#ddd6fe99}.focus-within\:bg-violet-200\/70:focus-within{background-color:#ddd6feb3}.focus-within\:bg-violet-200\/75:focus-within{background-color:#ddd6febf}.focus-within\:bg-violet-200\/80:focus-within{background-color:#ddd6fecc}.focus-within\:bg-violet-200\/90:focus-within{background-color:#ddd6fee6}.focus-within\:bg-violet-300:focus-within{background-color:#c4b5fd}.focus-within\:bg-violet-300\/0:focus-within{background-color:#c4b5fd00}.focus-within\:bg-violet-300\/10:focus-within{background-color:#c4b5fd1a}.focus-within\:bg-violet-300\/20:focus-within{background-color:#c4b5fd33}.focus-within\:bg-violet-300\/30:focus-within{background-color:#c4b5fd4d}.focus-within\:bg-violet-300\/40:focus-within{background-color:#c4b5fd66}.focus-within\:bg-violet-300\/50:focus-within{background-color:#c4b5fd80}.focus-within\:bg-violet-300\/60:focus-within{background-color:#c4b5fd99}.focus-within\:bg-violet-300\/70:focus-within{background-color:#c4b5fdb3}.focus-within\:bg-violet-300\/75:focus-within{background-color:#c4b5fdbf}.focus-within\:bg-violet-300\/80:focus-within{background-color:#c4b5fdcc}.focus-within\:bg-violet-300\/90:focus-within{background-color:#c4b5fde6}.focus-within\:bg-violet-400:focus-within{background-color:#a78bfa}.focus-within\:bg-violet-400\/0:focus-within{background-color:#a78bfa00}.focus-within\:bg-violet-400\/10:focus-within{background-color:#a78bfa1a}.focus-within\:bg-violet-400\/20:focus-within{background-color:#a78bfa33}.focus-within\:bg-violet-400\/30:focus-within{background-color:#a78bfa4d}.focus-within\:bg-violet-400\/40:focus-within{background-color:#a78bfa66}.focus-within\:bg-violet-400\/50:focus-within{background-color:#a78bfa80}.focus-within\:bg-violet-400\/60:focus-within{background-color:#a78bfa99}.focus-within\:bg-violet-400\/70:focus-within{background-color:#a78bfab3}.focus-within\:bg-violet-400\/75:focus-within{background-color:#a78bfabf}.focus-within\:bg-violet-400\/80:focus-within{background-color:#a78bfacc}.focus-within\:bg-violet-400\/90:focus-within{background-color:#a78bfae6}.focus-within\:bg-violet-500:focus-within{background-color:#8b5cf6}.focus-within\:bg-violet-500\/0:focus-within{background-color:#8b5cf600}.focus-within\:bg-violet-500\/10:focus-within{background-color:#8b5cf61a}.focus-within\:bg-violet-500\/20:focus-within{background-color:#8b5cf633}.focus-within\:bg-violet-500\/30:focus-within{background-color:#8b5cf64d}.focus-within\:bg-violet-500\/40:focus-within{background-color:#8b5cf666}.focus-within\:bg-violet-500\/50:focus-within{background-color:#8b5cf680}.focus-within\:bg-violet-500\/60:focus-within{background-color:#8b5cf699}.focus-within\:bg-violet-500\/70:focus-within{background-color:#8b5cf6b3}.focus-within\:bg-violet-500\/75:focus-within{background-color:#8b5cf6bf}.focus-within\:bg-violet-500\/80:focus-within{background-color:#8b5cf6cc}.focus-within\:bg-violet-500\/90:focus-within{background-color:#8b5cf6e6}.focus-within\:bg-violet-600:focus-within{background-color:#7c3aed}.focus-within\:bg-violet-600\/0:focus-within{background-color:#7c3aed00}.focus-within\:bg-violet-600\/10:focus-within{background-color:#7c3aed1a}.focus-within\:bg-violet-600\/20:focus-within{background-color:#7c3aed33}.focus-within\:bg-violet-600\/30:focus-within{background-color:#7c3aed4d}.focus-within\:bg-violet-600\/40:focus-within{background-color:#7c3aed66}.focus-within\:bg-violet-600\/50:focus-within{background-color:#7c3aed80}.focus-within\:bg-violet-600\/60:focus-within{background-color:#7c3aed99}.focus-within\:bg-violet-600\/70:focus-within{background-color:#7c3aedb3}.focus-within\:bg-violet-600\/75:focus-within{background-color:#7c3aedbf}.focus-within\:bg-violet-600\/80:focus-within{background-color:#7c3aedcc}.focus-within\:bg-violet-600\/90:focus-within{background-color:#7c3aede6}.focus-within\:bg-violet-700:focus-within{background-color:#6d28d9}.focus-within\:bg-violet-700\/0:focus-within{background-color:#6d28d900}.focus-within\:bg-violet-700\/10:focus-within{background-color:#6d28d91a}.focus-within\:bg-violet-700\/20:focus-within{background-color:#6d28d933}.focus-within\:bg-violet-700\/30:focus-within{background-color:#6d28d94d}.focus-within\:bg-violet-700\/40:focus-within{background-color:#6d28d966}.focus-within\:bg-violet-700\/50:focus-within{background-color:#6d28d980}.focus-within\:bg-violet-700\/60:focus-within{background-color:#6d28d999}.focus-within\:bg-violet-700\/70:focus-within{background-color:#6d28d9b3}.focus-within\:bg-violet-700\/75:focus-within{background-color:#6d28d9bf}.focus-within\:bg-violet-700\/80:focus-within{background-color:#6d28d9cc}.focus-within\:bg-violet-700\/90:focus-within{background-color:#6d28d9e6}.focus-within\:bg-violet-800:focus-within{background-color:#5b21b6}.focus-within\:bg-violet-800\/0:focus-within{background-color:#5b21b600}.focus-within\:bg-violet-800\/10:focus-within{background-color:#5b21b61a}.focus-within\:bg-violet-800\/20:focus-within{background-color:#5b21b633}.focus-within\:bg-violet-800\/30:focus-within{background-color:#5b21b64d}.focus-within\:bg-violet-800\/40:focus-within{background-color:#5b21b666}.focus-within\:bg-violet-800\/50:focus-within{background-color:#5b21b680}.focus-within\:bg-violet-800\/60:focus-within{background-color:#5b21b699}.focus-within\:bg-violet-800\/70:focus-within{background-color:#5b21b6b3}.focus-within\:bg-violet-800\/75:focus-within{background-color:#5b21b6bf}.focus-within\:bg-violet-800\/80:focus-within{background-color:#5b21b6cc}.focus-within\:bg-violet-800\/90:focus-within{background-color:#5b21b6e6}.focus-within\:bg-violet-900:focus-within{background-color:#4c1d95}.focus-within\:bg-violet-900\/0:focus-within{background-color:#4c1d9500}.focus-within\:bg-violet-900\/10:focus-within{background-color:#4c1d951a}.focus-within\:bg-violet-900\/20:focus-within{background-color:#4c1d9533}.focus-within\:bg-violet-900\/30:focus-within{background-color:#4c1d954d}.focus-within\:bg-violet-900\/40:focus-within{background-color:#4c1d9566}.focus-within\:bg-violet-900\/50:focus-within{background-color:#4c1d9580}.focus-within\:bg-violet-900\/60:focus-within{background-color:#4c1d9599}.focus-within\:bg-violet-900\/70:focus-within{background-color:#4c1d95b3}.focus-within\:bg-violet-900\/75:focus-within{background-color:#4c1d95bf}.focus-within\:bg-violet-900\/80:focus-within{background-color:#4c1d95cc}.focus-within\:bg-violet-900\/90:focus-within{background-color:#4c1d95e6}.focus-within\:bg-violet-950:focus-within{background-color:#2e1065}.focus-within\:bg-violet-950\/0:focus-within{background-color:#2e106500}.focus-within\:bg-violet-950\/10:focus-within{background-color:#2e10651a}.focus-within\:bg-violet-950\/20:focus-within{background-color:#2e106533}.focus-within\:bg-violet-950\/30:focus-within{background-color:#2e10654d}.focus-within\:bg-violet-950\/40:focus-within{background-color:#2e106566}.focus-within\:bg-violet-950\/50:focus-within{background-color:#2e106580}.focus-within\:bg-violet-950\/60:focus-within{background-color:#2e106599}.focus-within\:bg-violet-950\/70:focus-within{background-color:#2e1065b3}.focus-within\:bg-violet-950\/75:focus-within{background-color:#2e1065bf}.focus-within\:bg-violet-950\/80:focus-within{background-color:#2e1065cc}.focus-within\:bg-violet-950\/90:focus-within{background-color:#2e1065e6}.focus-within\:bg-purple-50:focus-within{background-color:#faf5ff}.focus-within\:bg-purple-50\/0:focus-within{background-color:#faf5ff00}.focus-within\:bg-purple-50\/10:focus-within{background-color:#faf5ff1a}.focus-within\:bg-purple-50\/20:focus-within{background-color:#faf5ff33}.focus-within\:bg-purple-50\/30:focus-within{background-color:#faf5ff4d}.focus-within\:bg-purple-50\/40:focus-within{background-color:#faf5ff66}.focus-within\:bg-purple-50\/50:focus-within{background-color:#faf5ff80}.focus-within\:bg-purple-50\/60:focus-within{background-color:#faf5ff99}.focus-within\:bg-purple-50\/70:focus-within{background-color:#faf5ffb3}.focus-within\:bg-purple-50\/75:focus-within{background-color:#faf5ffbf}.focus-within\:bg-purple-50\/80:focus-within{background-color:#faf5ffcc}.focus-within\:bg-purple-50\/90:focus-within{background-color:#faf5ffe6}.focus-within\:bg-purple-100:focus-within{background-color:#f3e8ff}.focus-within\:bg-purple-100\/0:focus-within{background-color:#f3e8ff00}.focus-within\:bg-purple-100\/10:focus-within{background-color:#f3e8ff1a}.focus-within\:bg-purple-100\/20:focus-within{background-color:#f3e8ff33}.focus-within\:bg-purple-100\/30:focus-within{background-color:#f3e8ff4d}.focus-within\:bg-purple-100\/40:focus-within{background-color:#f3e8ff66}.focus-within\:bg-purple-100\/50:focus-within{background-color:#f3e8ff80}.focus-within\:bg-purple-100\/60:focus-within{background-color:#f3e8ff99}.focus-within\:bg-purple-100\/70:focus-within{background-color:#f3e8ffb3}.focus-within\:bg-purple-100\/75:focus-within{background-color:#f3e8ffbf}.focus-within\:bg-purple-100\/80:focus-within{background-color:#f3e8ffcc}.focus-within\:bg-purple-100\/90:focus-within{background-color:#f3e8ffe6}.focus-within\:bg-purple-200:focus-within{background-color:#e9d5ff}.focus-within\:bg-purple-200\/0:focus-within{background-color:#e9d5ff00}.focus-within\:bg-purple-200\/10:focus-within{background-color:#e9d5ff1a}.focus-within\:bg-purple-200\/20:focus-within{background-color:#e9d5ff33}.focus-within\:bg-purple-200\/30:focus-within{background-color:#e9d5ff4d}.focus-within\:bg-purple-200\/40:focus-within{background-color:#e9d5ff66}.focus-within\:bg-purple-200\/50:focus-within{background-color:#e9d5ff80}.focus-within\:bg-purple-200\/60:focus-within{background-color:#e9d5ff99}.focus-within\:bg-purple-200\/70:focus-within{background-color:#e9d5ffb3}.focus-within\:bg-purple-200\/75:focus-within{background-color:#e9d5ffbf}.focus-within\:bg-purple-200\/80:focus-within{background-color:#e9d5ffcc}.focus-within\:bg-purple-200\/90:focus-within{background-color:#e9d5ffe6}.focus-within\:bg-purple-300:focus-within{background-color:#d8b4fe}.focus-within\:bg-purple-300\/0:focus-within{background-color:#d8b4fe00}.focus-within\:bg-purple-300\/10:focus-within{background-color:#d8b4fe1a}.focus-within\:bg-purple-300\/20:focus-within{background-color:#d8b4fe33}.focus-within\:bg-purple-300\/30:focus-within{background-color:#d8b4fe4d}.focus-within\:bg-purple-300\/40:focus-within{background-color:#d8b4fe66}.focus-within\:bg-purple-300\/50:focus-within{background-color:#d8b4fe80}.focus-within\:bg-purple-300\/60:focus-within{background-color:#d8b4fe99}.focus-within\:bg-purple-300\/70:focus-within{background-color:#d8b4feb3}.focus-within\:bg-purple-300\/75:focus-within{background-color:#d8b4febf}.focus-within\:bg-purple-300\/80:focus-within{background-color:#d8b4fecc}.focus-within\:bg-purple-300\/90:focus-within{background-color:#d8b4fee6}.focus-within\:bg-purple-400:focus-within{background-color:#c084fc}.focus-within\:bg-purple-400\/0:focus-within{background-color:#c084fc00}.focus-within\:bg-purple-400\/10:focus-within{background-color:#c084fc1a}.focus-within\:bg-purple-400\/20:focus-within{background-color:#c084fc33}.focus-within\:bg-purple-400\/30:focus-within{background-color:#c084fc4d}.focus-within\:bg-purple-400\/40:focus-within{background-color:#c084fc66}.focus-within\:bg-purple-400\/50:focus-within{background-color:#c084fc80}.focus-within\:bg-purple-400\/60:focus-within{background-color:#c084fc99}.focus-within\:bg-purple-400\/70:focus-within{background-color:#c084fcb3}.focus-within\:bg-purple-400\/75:focus-within{background-color:#c084fcbf}.focus-within\:bg-purple-400\/80:focus-within{background-color:#c084fccc}.focus-within\:bg-purple-400\/90:focus-within{background-color:#c084fce6}.focus-within\:bg-purple-500:focus-within{background-color:#a855f7}.focus-within\:bg-purple-500\/0:focus-within{background-color:#a855f700}.focus-within\:bg-purple-500\/10:focus-within{background-color:#a855f71a}.focus-within\:bg-purple-500\/20:focus-within{background-color:#a855f733}.focus-within\:bg-purple-500\/30:focus-within{background-color:#a855f74d}.focus-within\:bg-purple-500\/40:focus-within{background-color:#a855f766}.focus-within\:bg-purple-500\/50:focus-within{background-color:#a855f780}.focus-within\:bg-purple-500\/60:focus-within{background-color:#a855f799}.focus-within\:bg-purple-500\/70:focus-within{background-color:#a855f7b3}.focus-within\:bg-purple-500\/75:focus-within{background-color:#a855f7bf}.focus-within\:bg-purple-500\/80:focus-within{background-color:#a855f7cc}.focus-within\:bg-purple-500\/90:focus-within{background-color:#a855f7e6}.focus-within\:bg-purple-600:focus-within{background-color:#9333ea}.focus-within\:bg-purple-600\/0:focus-within{background-color:#9333ea00}.focus-within\:bg-purple-600\/10:focus-within{background-color:#9333ea1a}.focus-within\:bg-purple-600\/20:focus-within{background-color:#9333ea33}.focus-within\:bg-purple-600\/30:focus-within{background-color:#9333ea4d}.focus-within\:bg-purple-600\/40:focus-within{background-color:#9333ea66}.focus-within\:bg-purple-600\/50:focus-within{background-color:#9333ea80}.focus-within\:bg-purple-600\/60:focus-within{background-color:#9333ea99}.focus-within\:bg-purple-600\/70:focus-within{background-color:#9333eab3}.focus-within\:bg-purple-600\/75:focus-within{background-color:#9333eabf}.focus-within\:bg-purple-600\/80:focus-within{background-color:#9333eacc}.focus-within\:bg-purple-600\/90:focus-within{background-color:#9333eae6}.focus-within\:bg-purple-700:focus-within{background-color:#7e22ce}.focus-within\:bg-purple-700\/0:focus-within{background-color:#7e22ce00}.focus-within\:bg-purple-700\/10:focus-within{background-color:#7e22ce1a}.focus-within\:bg-purple-700\/20:focus-within{background-color:#7e22ce33}.focus-within\:bg-purple-700\/30:focus-within{background-color:#7e22ce4d}.focus-within\:bg-purple-700\/40:focus-within{background-color:#7e22ce66}.focus-within\:bg-purple-700\/50:focus-within{background-color:#7e22ce80}.focus-within\:bg-purple-700\/60:focus-within{background-color:#7e22ce99}.focus-within\:bg-purple-700\/70:focus-within{background-color:#7e22ceb3}.focus-within\:bg-purple-700\/75:focus-within{background-color:#7e22cebf}.focus-within\:bg-purple-700\/80:focus-within{background-color:#7e22cecc}.focus-within\:bg-purple-700\/90:focus-within{background-color:#7e22cee6}.focus-within\:bg-purple-800:focus-within{background-color:#6b21a8}.focus-within\:bg-purple-800\/0:focus-within{background-color:#6b21a800}.focus-within\:bg-purple-800\/10:focus-within{background-color:#6b21a81a}.focus-within\:bg-purple-800\/20:focus-within{background-color:#6b21a833}.focus-within\:bg-purple-800\/30:focus-within{background-color:#6b21a84d}.focus-within\:bg-purple-800\/40:focus-within{background-color:#6b21a866}.focus-within\:bg-purple-800\/50:focus-within{background-color:#6b21a880}.focus-within\:bg-purple-800\/60:focus-within{background-color:#6b21a899}.focus-within\:bg-purple-800\/70:focus-within{background-color:#6b21a8b3}.focus-within\:bg-purple-800\/75:focus-within{background-color:#6b21a8bf}.focus-within\:bg-purple-800\/80:focus-within{background-color:#6b21a8cc}.focus-within\:bg-purple-800\/90:focus-within{background-color:#6b21a8e6}.focus-within\:bg-purple-900:focus-within{background-color:#581c87}.focus-within\:bg-purple-900\/0:focus-within{background-color:#581c8700}.focus-within\:bg-purple-900\/10:focus-within{background-color:#581c871a}.focus-within\:bg-purple-900\/20:focus-within{background-color:#581c8733}.focus-within\:bg-purple-900\/30:focus-within{background-color:#581c874d}.focus-within\:bg-purple-900\/40:focus-within{background-color:#581c8766}.focus-within\:bg-purple-900\/50:focus-within{background-color:#581c8780}.focus-within\:bg-purple-900\/60:focus-within{background-color:#581c8799}.focus-within\:bg-purple-900\/70:focus-within{background-color:#581c87b3}.focus-within\:bg-purple-900\/75:focus-within{background-color:#581c87bf}.focus-within\:bg-purple-900\/80:focus-within{background-color:#581c87cc}.focus-within\:bg-purple-900\/90:focus-within{background-color:#581c87e6}.focus-within\:bg-purple-950:focus-within{background-color:#3b0764}.focus-within\:bg-purple-950\/0:focus-within{background-color:#3b076400}.focus-within\:bg-purple-950\/10:focus-within{background-color:#3b07641a}.focus-within\:bg-purple-950\/20:focus-within{background-color:#3b076433}.focus-within\:bg-purple-950\/30:focus-within{background-color:#3b07644d}.focus-within\:bg-purple-950\/40:focus-within{background-color:#3b076466}.focus-within\:bg-purple-950\/50:focus-within{background-color:#3b076480}.focus-within\:bg-purple-950\/60:focus-within{background-color:#3b076499}.focus-within\:bg-purple-950\/70:focus-within{background-color:#3b0764b3}.focus-within\:bg-purple-950\/75:focus-within{background-color:#3b0764bf}.focus-within\:bg-purple-950\/80:focus-within{background-color:#3b0764cc}.focus-within\:bg-purple-950\/90:focus-within{background-color:#3b0764e6}.focus-within\:bg-fuchsia-50:focus-within{background-color:#fdf4ff}.focus-within\:bg-fuchsia-50\/0:focus-within{background-color:#fdf4ff00}.focus-within\:bg-fuchsia-50\/10:focus-within{background-color:#fdf4ff1a}.focus-within\:bg-fuchsia-50\/20:focus-within{background-color:#fdf4ff33}.focus-within\:bg-fuchsia-50\/30:focus-within{background-color:#fdf4ff4d}.focus-within\:bg-fuchsia-50\/40:focus-within{background-color:#fdf4ff66}.focus-within\:bg-fuchsia-50\/50:focus-within{background-color:#fdf4ff80}.focus-within\:bg-fuchsia-50\/60:focus-within{background-color:#fdf4ff99}.focus-within\:bg-fuchsia-50\/70:focus-within{background-color:#fdf4ffb3}.focus-within\:bg-fuchsia-50\/75:focus-within{background-color:#fdf4ffbf}.focus-within\:bg-fuchsia-50\/80:focus-within{background-color:#fdf4ffcc}.focus-within\:bg-fuchsia-50\/90:focus-within{background-color:#fdf4ffe6}.focus-within\:bg-fuchsia-100:focus-within{background-color:#fae8ff}.focus-within\:bg-fuchsia-100\/0:focus-within{background-color:#fae8ff00}.focus-within\:bg-fuchsia-100\/10:focus-within{background-color:#fae8ff1a}.focus-within\:bg-fuchsia-100\/20:focus-within{background-color:#fae8ff33}.focus-within\:bg-fuchsia-100\/30:focus-within{background-color:#fae8ff4d}.focus-within\:bg-fuchsia-100\/40:focus-within{background-color:#fae8ff66}.focus-within\:bg-fuchsia-100\/50:focus-within{background-color:#fae8ff80}.focus-within\:bg-fuchsia-100\/60:focus-within{background-color:#fae8ff99}.focus-within\:bg-fuchsia-100\/70:focus-within{background-color:#fae8ffb3}.focus-within\:bg-fuchsia-100\/75:focus-within{background-color:#fae8ffbf}.focus-within\:bg-fuchsia-100\/80:focus-within{background-color:#fae8ffcc}.focus-within\:bg-fuchsia-100\/90:focus-within{background-color:#fae8ffe6}.focus-within\:bg-fuchsia-200:focus-within{background-color:#f5d0fe}.focus-within\:bg-fuchsia-200\/0:focus-within{background-color:#f5d0fe00}.focus-within\:bg-fuchsia-200\/10:focus-within{background-color:#f5d0fe1a}.focus-within\:bg-fuchsia-200\/20:focus-within{background-color:#f5d0fe33}.focus-within\:bg-fuchsia-200\/30:focus-within{background-color:#f5d0fe4d}.focus-within\:bg-fuchsia-200\/40:focus-within{background-color:#f5d0fe66}.focus-within\:bg-fuchsia-200\/50:focus-within{background-color:#f5d0fe80}.focus-within\:bg-fuchsia-200\/60:focus-within{background-color:#f5d0fe99}.focus-within\:bg-fuchsia-200\/70:focus-within{background-color:#f5d0feb3}.focus-within\:bg-fuchsia-200\/75:focus-within{background-color:#f5d0febf}.focus-within\:bg-fuchsia-200\/80:focus-within{background-color:#f5d0fecc}.focus-within\:bg-fuchsia-200\/90:focus-within{background-color:#f5d0fee6}.focus-within\:bg-fuchsia-300:focus-within{background-color:#f0abfc}.focus-within\:bg-fuchsia-300\/0:focus-within{background-color:#f0abfc00}.focus-within\:bg-fuchsia-300\/10:focus-within{background-color:#f0abfc1a}.focus-within\:bg-fuchsia-300\/20:focus-within{background-color:#f0abfc33}.focus-within\:bg-fuchsia-300\/30:focus-within{background-color:#f0abfc4d}.focus-within\:bg-fuchsia-300\/40:focus-within{background-color:#f0abfc66}.focus-within\:bg-fuchsia-300\/50:focus-within{background-color:#f0abfc80}.focus-within\:bg-fuchsia-300\/60:focus-within{background-color:#f0abfc99}.focus-within\:bg-fuchsia-300\/70:focus-within{background-color:#f0abfcb3}.focus-within\:bg-fuchsia-300\/75:focus-within{background-color:#f0abfcbf}.focus-within\:bg-fuchsia-300\/80:focus-within{background-color:#f0abfccc}.focus-within\:bg-fuchsia-300\/90:focus-within{background-color:#f0abfce6}.focus-within\:bg-fuchsia-400:focus-within{background-color:#e879f9}.focus-within\:bg-fuchsia-400\/0:focus-within{background-color:#e879f900}.focus-within\:bg-fuchsia-400\/10:focus-within{background-color:#e879f91a}.focus-within\:bg-fuchsia-400\/20:focus-within{background-color:#e879f933}.focus-within\:bg-fuchsia-400\/30:focus-within{background-color:#e879f94d}.focus-within\:bg-fuchsia-400\/40:focus-within{background-color:#e879f966}.focus-within\:bg-fuchsia-400\/50:focus-within{background-color:#e879f980}.focus-within\:bg-fuchsia-400\/60:focus-within{background-color:#e879f999}.focus-within\:bg-fuchsia-400\/70:focus-within{background-color:#e879f9b3}.focus-within\:bg-fuchsia-400\/75:focus-within{background-color:#e879f9bf}.focus-within\:bg-fuchsia-400\/80:focus-within{background-color:#e879f9cc}.focus-within\:bg-fuchsia-400\/90:focus-within{background-color:#e879f9e6}.focus-within\:bg-fuchsia-500:focus-within{background-color:#d946ef}.focus-within\:bg-fuchsia-500\/0:focus-within{background-color:#d946ef00}.focus-within\:bg-fuchsia-500\/10:focus-within{background-color:#d946ef1a}.focus-within\:bg-fuchsia-500\/20:focus-within{background-color:#d946ef33}.focus-within\:bg-fuchsia-500\/30:focus-within{background-color:#d946ef4d}.focus-within\:bg-fuchsia-500\/40:focus-within{background-color:#d946ef66}.focus-within\:bg-fuchsia-500\/50:focus-within{background-color:#d946ef80}.focus-within\:bg-fuchsia-500\/60:focus-within{background-color:#d946ef99}.focus-within\:bg-fuchsia-500\/70:focus-within{background-color:#d946efb3}.focus-within\:bg-fuchsia-500\/75:focus-within{background-color:#d946efbf}.focus-within\:bg-fuchsia-500\/80:focus-within{background-color:#d946efcc}.focus-within\:bg-fuchsia-500\/90:focus-within{background-color:#d946efe6}.focus-within\:bg-fuchsia-600:focus-within{background-color:#c026d3}.focus-within\:bg-fuchsia-600\/0:focus-within{background-color:#c026d300}.focus-within\:bg-fuchsia-600\/10:focus-within{background-color:#c026d31a}.focus-within\:bg-fuchsia-600\/20:focus-within{background-color:#c026d333}.focus-within\:bg-fuchsia-600\/30:focus-within{background-color:#c026d34d}.focus-within\:bg-fuchsia-600\/40:focus-within{background-color:#c026d366}.focus-within\:bg-fuchsia-600\/50:focus-within{background-color:#c026d380}.focus-within\:bg-fuchsia-600\/60:focus-within{background-color:#c026d399}.focus-within\:bg-fuchsia-600\/70:focus-within{background-color:#c026d3b3}.focus-within\:bg-fuchsia-600\/75:focus-within{background-color:#c026d3bf}.focus-within\:bg-fuchsia-600\/80:focus-within{background-color:#c026d3cc}.focus-within\:bg-fuchsia-600\/90:focus-within{background-color:#c026d3e6}.focus-within\:bg-fuchsia-700:focus-within{background-color:#a21caf}.focus-within\:bg-fuchsia-700\/0:focus-within{background-color:#a21caf00}.focus-within\:bg-fuchsia-700\/10:focus-within{background-color:#a21caf1a}.focus-within\:bg-fuchsia-700\/20:focus-within{background-color:#a21caf33}.focus-within\:bg-fuchsia-700\/30:focus-within{background-color:#a21caf4d}.focus-within\:bg-fuchsia-700\/40:focus-within{background-color:#a21caf66}.focus-within\:bg-fuchsia-700\/50:focus-within{background-color:#a21caf80}.focus-within\:bg-fuchsia-700\/60:focus-within{background-color:#a21caf99}.focus-within\:bg-fuchsia-700\/70:focus-within{background-color:#a21cafb3}.focus-within\:bg-fuchsia-700\/75:focus-within{background-color:#a21cafbf}.focus-within\:bg-fuchsia-700\/80:focus-within{background-color:#a21cafcc}.focus-within\:bg-fuchsia-700\/90:focus-within{background-color:#a21cafe6}.focus-within\:bg-fuchsia-800:focus-within{background-color:#86198f}.focus-within\:bg-fuchsia-800\/0:focus-within{background-color:#86198f00}.focus-within\:bg-fuchsia-800\/10:focus-within{background-color:#86198f1a}.focus-within\:bg-fuchsia-800\/20:focus-within{background-color:#86198f33}.focus-within\:bg-fuchsia-800\/30:focus-within{background-color:#86198f4d}.focus-within\:bg-fuchsia-800\/40:focus-within{background-color:#86198f66}.focus-within\:bg-fuchsia-800\/50:focus-within{background-color:#86198f80}.focus-within\:bg-fuchsia-800\/60:focus-within{background-color:#86198f99}.focus-within\:bg-fuchsia-800\/70:focus-within{background-color:#86198fb3}.focus-within\:bg-fuchsia-800\/75:focus-within{background-color:#86198fbf}.focus-within\:bg-fuchsia-800\/80:focus-within{background-color:#86198fcc}.focus-within\:bg-fuchsia-800\/90:focus-within{background-color:#86198fe6}.focus-within\:bg-fuchsia-900:focus-within{background-color:#701a75}.focus-within\:bg-fuchsia-900\/0:focus-within{background-color:#701a7500}.focus-within\:bg-fuchsia-900\/10:focus-within{background-color:#701a751a}.focus-within\:bg-fuchsia-900\/20:focus-within{background-color:#701a7533}.focus-within\:bg-fuchsia-900\/30:focus-within{background-color:#701a754d}.focus-within\:bg-fuchsia-900\/40:focus-within{background-color:#701a7566}.focus-within\:bg-fuchsia-900\/50:focus-within{background-color:#701a7580}.focus-within\:bg-fuchsia-900\/60:focus-within{background-color:#701a7599}.focus-within\:bg-fuchsia-900\/70:focus-within{background-color:#701a75b3}.focus-within\:bg-fuchsia-900\/75:focus-within{background-color:#701a75bf}.focus-within\:bg-fuchsia-900\/80:focus-within{background-color:#701a75cc}.focus-within\:bg-fuchsia-900\/90:focus-within{background-color:#701a75e6}.focus-within\:bg-fuchsia-950:focus-within{background-color:#4a044e}.focus-within\:bg-fuchsia-950\/0:focus-within{background-color:#4a044e00}.focus-within\:bg-fuchsia-950\/10:focus-within{background-color:#4a044e1a}.focus-within\:bg-fuchsia-950\/20:focus-within{background-color:#4a044e33}.focus-within\:bg-fuchsia-950\/30:focus-within{background-color:#4a044e4d}.focus-within\:bg-fuchsia-950\/40:focus-within{background-color:#4a044e66}.focus-within\:bg-fuchsia-950\/50:focus-within{background-color:#4a044e80}.focus-within\:bg-fuchsia-950\/60:focus-within{background-color:#4a044e99}.focus-within\:bg-fuchsia-950\/70:focus-within{background-color:#4a044eb3}.focus-within\:bg-fuchsia-950\/75:focus-within{background-color:#4a044ebf}.focus-within\:bg-fuchsia-950\/80:focus-within{background-color:#4a044ecc}.focus-within\:bg-fuchsia-950\/90:focus-within{background-color:#4a044ee6}.focus-within\:bg-pink-50:focus-within{background-color:#fdf2f8}.focus-within\:bg-pink-50\/0:focus-within{background-color:#fdf2f800}.focus-within\:bg-pink-50\/10:focus-within{background-color:#fdf2f81a}.focus-within\:bg-pink-50\/20:focus-within{background-color:#fdf2f833}.focus-within\:bg-pink-50\/30:focus-within{background-color:#fdf2f84d}.focus-within\:bg-pink-50\/40:focus-within{background-color:#fdf2f866}.focus-within\:bg-pink-50\/50:focus-within{background-color:#fdf2f880}.focus-within\:bg-pink-50\/60:focus-within{background-color:#fdf2f899}.focus-within\:bg-pink-50\/70:focus-within{background-color:#fdf2f8b3}.focus-within\:bg-pink-50\/75:focus-within{background-color:#fdf2f8bf}.focus-within\:bg-pink-50\/80:focus-within{background-color:#fdf2f8cc}.focus-within\:bg-pink-50\/90:focus-within{background-color:#fdf2f8e6}.focus-within\:bg-pink-100:focus-within{background-color:#fce7f3}.focus-within\:bg-pink-100\/0:focus-within{background-color:#fce7f300}.focus-within\:bg-pink-100\/10:focus-within{background-color:#fce7f31a}.focus-within\:bg-pink-100\/20:focus-within{background-color:#fce7f333}.focus-within\:bg-pink-100\/30:focus-within{background-color:#fce7f34d}.focus-within\:bg-pink-100\/40:focus-within{background-color:#fce7f366}.focus-within\:bg-pink-100\/50:focus-within{background-color:#fce7f380}.focus-within\:bg-pink-100\/60:focus-within{background-color:#fce7f399}.focus-within\:bg-pink-100\/70:focus-within{background-color:#fce7f3b3}.focus-within\:bg-pink-100\/75:focus-within{background-color:#fce7f3bf}.focus-within\:bg-pink-100\/80:focus-within{background-color:#fce7f3cc}.focus-within\:bg-pink-100\/90:focus-within{background-color:#fce7f3e6}.focus-within\:bg-pink-200:focus-within{background-color:#fbcfe8}.focus-within\:bg-pink-200\/0:focus-within{background-color:#fbcfe800}.focus-within\:bg-pink-200\/10:focus-within{background-color:#fbcfe81a}.focus-within\:bg-pink-200\/20:focus-within{background-color:#fbcfe833}.focus-within\:bg-pink-200\/30:focus-within{background-color:#fbcfe84d}.focus-within\:bg-pink-200\/40:focus-within{background-color:#fbcfe866}.focus-within\:bg-pink-200\/50:focus-within{background-color:#fbcfe880}.focus-within\:bg-pink-200\/60:focus-within{background-color:#fbcfe899}.focus-within\:bg-pink-200\/70:focus-within{background-color:#fbcfe8b3}.focus-within\:bg-pink-200\/75:focus-within{background-color:#fbcfe8bf}.focus-within\:bg-pink-200\/80:focus-within{background-color:#fbcfe8cc}.focus-within\:bg-pink-200\/90:focus-within{background-color:#fbcfe8e6}.focus-within\:bg-pink-300:focus-within{background-color:#f9a8d4}.focus-within\:bg-pink-300\/0:focus-within{background-color:#f9a8d400}.focus-within\:bg-pink-300\/10:focus-within{background-color:#f9a8d41a}.focus-within\:bg-pink-300\/20:focus-within{background-color:#f9a8d433}.focus-within\:bg-pink-300\/30:focus-within{background-color:#f9a8d44d}.focus-within\:bg-pink-300\/40:focus-within{background-color:#f9a8d466}.focus-within\:bg-pink-300\/50:focus-within{background-color:#f9a8d480}.focus-within\:bg-pink-300\/60:focus-within{background-color:#f9a8d499}.focus-within\:bg-pink-300\/70:focus-within{background-color:#f9a8d4b3}.focus-within\:bg-pink-300\/75:focus-within{background-color:#f9a8d4bf}.focus-within\:bg-pink-300\/80:focus-within{background-color:#f9a8d4cc}.focus-within\:bg-pink-300\/90:focus-within{background-color:#f9a8d4e6}.focus-within\:bg-pink-400:focus-within{background-color:#f472b6}.focus-within\:bg-pink-400\/0:focus-within{background-color:#f472b600}.focus-within\:bg-pink-400\/10:focus-within{background-color:#f472b61a}.focus-within\:bg-pink-400\/20:focus-within{background-color:#f472b633}.focus-within\:bg-pink-400\/30:focus-within{background-color:#f472b64d}.focus-within\:bg-pink-400\/40:focus-within{background-color:#f472b666}.focus-within\:bg-pink-400\/50:focus-within{background-color:#f472b680}.focus-within\:bg-pink-400\/60:focus-within{background-color:#f472b699}.focus-within\:bg-pink-400\/70:focus-within{background-color:#f472b6b3}.focus-within\:bg-pink-400\/75:focus-within{background-color:#f472b6bf}.focus-within\:bg-pink-400\/80:focus-within{background-color:#f472b6cc}.focus-within\:bg-pink-400\/90:focus-within{background-color:#f472b6e6}.focus-within\:bg-pink-500:focus-within{background-color:#ec4899}.focus-within\:bg-pink-500\/0:focus-within{background-color:#ec489900}.focus-within\:bg-pink-500\/10:focus-within{background-color:#ec48991a}.focus-within\:bg-pink-500\/20:focus-within{background-color:#ec489933}.focus-within\:bg-pink-500\/30:focus-within{background-color:#ec48994d}.focus-within\:bg-pink-500\/40:focus-within{background-color:#ec489966}.focus-within\:bg-pink-500\/50:focus-within{background-color:#ec489980}.focus-within\:bg-pink-500\/60:focus-within{background-color:#ec489999}.focus-within\:bg-pink-500\/70:focus-within{background-color:#ec4899b3}.focus-within\:bg-pink-500\/75:focus-within{background-color:#ec4899bf}.focus-within\:bg-pink-500\/80:focus-within{background-color:#ec4899cc}.focus-within\:bg-pink-500\/90:focus-within{background-color:#ec4899e6}.focus-within\:bg-pink-600:focus-within{background-color:#db2777}.focus-within\:bg-pink-600\/0:focus-within{background-color:#db277700}.focus-within\:bg-pink-600\/10:focus-within{background-color:#db27771a}.focus-within\:bg-pink-600\/20:focus-within{background-color:#db277733}.focus-within\:bg-pink-600\/30:focus-within{background-color:#db27774d}.focus-within\:bg-pink-600\/40:focus-within{background-color:#db277766}.focus-within\:bg-pink-600\/50:focus-within{background-color:#db277780}.focus-within\:bg-pink-600\/60:focus-within{background-color:#db277799}.focus-within\:bg-pink-600\/70:focus-within{background-color:#db2777b3}.focus-within\:bg-pink-600\/75:focus-within{background-color:#db2777bf}.focus-within\:bg-pink-600\/80:focus-within{background-color:#db2777cc}.focus-within\:bg-pink-600\/90:focus-within{background-color:#db2777e6}.focus-within\:bg-pink-700:focus-within{background-color:#be185d}.focus-within\:bg-pink-700\/0:focus-within{background-color:#be185d00}.focus-within\:bg-pink-700\/10:focus-within{background-color:#be185d1a}.focus-within\:bg-pink-700\/20:focus-within{background-color:#be185d33}.focus-within\:bg-pink-700\/30:focus-within{background-color:#be185d4d}.focus-within\:bg-pink-700\/40:focus-within{background-color:#be185d66}.focus-within\:bg-pink-700\/50:focus-within{background-color:#be185d80}.focus-within\:bg-pink-700\/60:focus-within{background-color:#be185d99}.focus-within\:bg-pink-700\/70:focus-within{background-color:#be185db3}.focus-within\:bg-pink-700\/75:focus-within{background-color:#be185dbf}.focus-within\:bg-pink-700\/80:focus-within{background-color:#be185dcc}.focus-within\:bg-pink-700\/90:focus-within{background-color:#be185de6}.focus-within\:bg-pink-800:focus-within{background-color:#9d174d}.focus-within\:bg-pink-800\/0:focus-within{background-color:#9d174d00}.focus-within\:bg-pink-800\/10:focus-within{background-color:#9d174d1a}.focus-within\:bg-pink-800\/20:focus-within{background-color:#9d174d33}.focus-within\:bg-pink-800\/30:focus-within{background-color:#9d174d4d}.focus-within\:bg-pink-800\/40:focus-within{background-color:#9d174d66}.focus-within\:bg-pink-800\/50:focus-within{background-color:#9d174d80}.focus-within\:bg-pink-800\/60:focus-within{background-color:#9d174d99}.focus-within\:bg-pink-800\/70:focus-within{background-color:#9d174db3}.focus-within\:bg-pink-800\/75:focus-within{background-color:#9d174dbf}.focus-within\:bg-pink-800\/80:focus-within{background-color:#9d174dcc}.focus-within\:bg-pink-800\/90:focus-within{background-color:#9d174de6}.focus-within\:bg-pink-900:focus-within{background-color:#831843}.focus-within\:bg-pink-900\/0:focus-within{background-color:#83184300}.focus-within\:bg-pink-900\/10:focus-within{background-color:#8318431a}.focus-within\:bg-pink-900\/20:focus-within{background-color:#83184333}.focus-within\:bg-pink-900\/30:focus-within{background-color:#8318434d}.focus-within\:bg-pink-900\/40:focus-within{background-color:#83184366}.focus-within\:bg-pink-900\/50:focus-within{background-color:#83184380}.focus-within\:bg-pink-900\/60:focus-within{background-color:#83184399}.focus-within\:bg-pink-900\/70:focus-within{background-color:#831843b3}.focus-within\:bg-pink-900\/75:focus-within{background-color:#831843bf}.focus-within\:bg-pink-900\/80:focus-within{background-color:#831843cc}.focus-within\:bg-pink-900\/90:focus-within{background-color:#831843e6}.focus-within\:bg-pink-950:focus-within{background-color:#500724}.focus-within\:bg-pink-950\/0:focus-within{background-color:#50072400}.focus-within\:bg-pink-950\/10:focus-within{background-color:#5007241a}.focus-within\:bg-pink-950\/20:focus-within{background-color:#50072433}.focus-within\:bg-pink-950\/30:focus-within{background-color:#5007244d}.focus-within\:bg-pink-950\/40:focus-within{background-color:#50072466}.focus-within\:bg-pink-950\/50:focus-within{background-color:#50072480}.focus-within\:bg-pink-950\/60:focus-within{background-color:#50072499}.focus-within\:bg-pink-950\/70:focus-within{background-color:#500724b3}.focus-within\:bg-pink-950\/75:focus-within{background-color:#500724bf}.focus-within\:bg-pink-950\/80:focus-within{background-color:#500724cc}.focus-within\:bg-pink-950\/90:focus-within{background-color:#500724e6}.focus-within\:bg-rose-50:focus-within{background-color:#fff1f2}.focus-within\:bg-rose-50\/0:focus-within{background-color:#fff1f200}.focus-within\:bg-rose-50\/10:focus-within{background-color:#fff1f21a}.focus-within\:bg-rose-50\/20:focus-within{background-color:#fff1f233}.focus-within\:bg-rose-50\/30:focus-within{background-color:#fff1f24d}.focus-within\:bg-rose-50\/40:focus-within{background-color:#fff1f266}.focus-within\:bg-rose-50\/50:focus-within{background-color:#fff1f280}.focus-within\:bg-rose-50\/60:focus-within{background-color:#fff1f299}.focus-within\:bg-rose-50\/70:focus-within{background-color:#fff1f2b3}.focus-within\:bg-rose-50\/75:focus-within{background-color:#fff1f2bf}.focus-within\:bg-rose-50\/80:focus-within{background-color:#fff1f2cc}.focus-within\:bg-rose-50\/90:focus-within{background-color:#fff1f2e6}.focus-within\:bg-rose-100:focus-within{background-color:#ffe4e6}.focus-within\:bg-rose-100\/0:focus-within{background-color:#ffe4e600}.focus-within\:bg-rose-100\/10:focus-within{background-color:#ffe4e61a}.focus-within\:bg-rose-100\/20:focus-within{background-color:#ffe4e633}.focus-within\:bg-rose-100\/30:focus-within{background-color:#ffe4e64d}.focus-within\:bg-rose-100\/40:focus-within{background-color:#ffe4e666}.focus-within\:bg-rose-100\/50:focus-within{background-color:#ffe4e680}.focus-within\:bg-rose-100\/60:focus-within{background-color:#ffe4e699}.focus-within\:bg-rose-100\/70:focus-within{background-color:#ffe4e6b3}.focus-within\:bg-rose-100\/75:focus-within{background-color:#ffe4e6bf}.focus-within\:bg-rose-100\/80:focus-within{background-color:#ffe4e6cc}.focus-within\:bg-rose-100\/90:focus-within{background-color:#ffe4e6e6}.focus-within\:bg-rose-200:focus-within{background-color:#fecdd3}.focus-within\:bg-rose-200\/0:focus-within{background-color:#fecdd300}.focus-within\:bg-rose-200\/10:focus-within{background-color:#fecdd31a}.focus-within\:bg-rose-200\/20:focus-within{background-color:#fecdd333}.focus-within\:bg-rose-200\/30:focus-within{background-color:#fecdd34d}.focus-within\:bg-rose-200\/40:focus-within{background-color:#fecdd366}.focus-within\:bg-rose-200\/50:focus-within{background-color:#fecdd380}.focus-within\:bg-rose-200\/60:focus-within{background-color:#fecdd399}.focus-within\:bg-rose-200\/70:focus-within{background-color:#fecdd3b3}.focus-within\:bg-rose-200\/75:focus-within{background-color:#fecdd3bf}.focus-within\:bg-rose-200\/80:focus-within{background-color:#fecdd3cc}.focus-within\:bg-rose-200\/90:focus-within{background-color:#fecdd3e6}.focus-within\:bg-rose-300:focus-within{background-color:#fda4af}.focus-within\:bg-rose-300\/0:focus-within{background-color:#fda4af00}.focus-within\:bg-rose-300\/10:focus-within{background-color:#fda4af1a}.focus-within\:bg-rose-300\/20:focus-within{background-color:#fda4af33}.focus-within\:bg-rose-300\/30:focus-within{background-color:#fda4af4d}.focus-within\:bg-rose-300\/40:focus-within{background-color:#fda4af66}.focus-within\:bg-rose-300\/50:focus-within{background-color:#fda4af80}.focus-within\:bg-rose-300\/60:focus-within{background-color:#fda4af99}.focus-within\:bg-rose-300\/70:focus-within{background-color:#fda4afb3}.focus-within\:bg-rose-300\/75:focus-within{background-color:#fda4afbf}.focus-within\:bg-rose-300\/80:focus-within{background-color:#fda4afcc}.focus-within\:bg-rose-300\/90:focus-within{background-color:#fda4afe6}.focus-within\:bg-rose-400:focus-within{background-color:#fb7185}.focus-within\:bg-rose-400\/0:focus-within{background-color:#fb718500}.focus-within\:bg-rose-400\/10:focus-within{background-color:#fb71851a}.focus-within\:bg-rose-400\/20:focus-within{background-color:#fb718533}.focus-within\:bg-rose-400\/30:focus-within{background-color:#fb71854d}.focus-within\:bg-rose-400\/40:focus-within{background-color:#fb718566}.focus-within\:bg-rose-400\/50:focus-within{background-color:#fb718580}.focus-within\:bg-rose-400\/60:focus-within{background-color:#fb718599}.focus-within\:bg-rose-400\/70:focus-within{background-color:#fb7185b3}.focus-within\:bg-rose-400\/75:focus-within{background-color:#fb7185bf}.focus-within\:bg-rose-400\/80:focus-within{background-color:#fb7185cc}.focus-within\:bg-rose-400\/90:focus-within{background-color:#fb7185e6}.focus-within\:bg-rose-500:focus-within{background-color:#f43f5e}.focus-within\:bg-rose-500\/0:focus-within{background-color:#f43f5e00}.focus-within\:bg-rose-500\/10:focus-within{background-color:#f43f5e1a}.focus-within\:bg-rose-500\/20:focus-within{background-color:#f43f5e33}.focus-within\:bg-rose-500\/30:focus-within{background-color:#f43f5e4d}.focus-within\:bg-rose-500\/40:focus-within{background-color:#f43f5e66}.focus-within\:bg-rose-500\/50:focus-within{background-color:#f43f5e80}.focus-within\:bg-rose-500\/60:focus-within{background-color:#f43f5e99}.focus-within\:bg-rose-500\/70:focus-within{background-color:#f43f5eb3}.focus-within\:bg-rose-500\/75:focus-within{background-color:#f43f5ebf}.focus-within\:bg-rose-500\/80:focus-within{background-color:#f43f5ecc}.focus-within\:bg-rose-500\/90:focus-within{background-color:#f43f5ee6}.focus-within\:bg-rose-600:focus-within{background-color:#e11d48}.focus-within\:bg-rose-600\/0:focus-within{background-color:#e11d4800}.focus-within\:bg-rose-600\/10:focus-within{background-color:#e11d481a}.focus-within\:bg-rose-600\/20:focus-within{background-color:#e11d4833}.focus-within\:bg-rose-600\/30:focus-within{background-color:#e11d484d}.focus-within\:bg-rose-600\/40:focus-within{background-color:#e11d4866}.focus-within\:bg-rose-600\/50:focus-within{background-color:#e11d4880}.focus-within\:bg-rose-600\/60:focus-within{background-color:#e11d4899}.focus-within\:bg-rose-600\/70:focus-within{background-color:#e11d48b3}.focus-within\:bg-rose-600\/75:focus-within{background-color:#e11d48bf}.focus-within\:bg-rose-600\/80:focus-within{background-color:#e11d48cc}.focus-within\:bg-rose-600\/90:focus-within{background-color:#e11d48e6}.focus-within\:bg-rose-700:focus-within{background-color:#be123c}.focus-within\:bg-rose-700\/0:focus-within{background-color:#be123c00}.focus-within\:bg-rose-700\/10:focus-within{background-color:#be123c1a}.focus-within\:bg-rose-700\/20:focus-within{background-color:#be123c33}.focus-within\:bg-rose-700\/30:focus-within{background-color:#be123c4d}.focus-within\:bg-rose-700\/40:focus-within{background-color:#be123c66}.focus-within\:bg-rose-700\/50:focus-within{background-color:#be123c80}.focus-within\:bg-rose-700\/60:focus-within{background-color:#be123c99}.focus-within\:bg-rose-700\/70:focus-within{background-color:#be123cb3}.focus-within\:bg-rose-700\/75:focus-within{background-color:#be123cbf}.focus-within\:bg-rose-700\/80:focus-within{background-color:#be123ccc}.focus-within\:bg-rose-700\/90:focus-within{background-color:#be123ce6}.focus-within\:bg-rose-800:focus-within{background-color:#9f1239}.focus-within\:bg-rose-800\/0:focus-within{background-color:#9f123900}.focus-within\:bg-rose-800\/10:focus-within{background-color:#9f12391a}.focus-within\:bg-rose-800\/20:focus-within{background-color:#9f123933}.focus-within\:bg-rose-800\/30:focus-within{background-color:#9f12394d}.focus-within\:bg-rose-800\/40:focus-within{background-color:#9f123966}.focus-within\:bg-rose-800\/50:focus-within{background-color:#9f123980}.focus-within\:bg-rose-800\/60:focus-within{background-color:#9f123999}.focus-within\:bg-rose-800\/70:focus-within{background-color:#9f1239b3}.focus-within\:bg-rose-800\/75:focus-within{background-color:#9f1239bf}.focus-within\:bg-rose-800\/80:focus-within{background-color:#9f1239cc}.focus-within\:bg-rose-800\/90:focus-within{background-color:#9f1239e6}.focus-within\:bg-rose-900:focus-within{background-color:#881337}.focus-within\:bg-rose-900\/0:focus-within{background-color:#88133700}.focus-within\:bg-rose-900\/10:focus-within{background-color:#8813371a}.focus-within\:bg-rose-900\/20:focus-within{background-color:#88133733}.focus-within\:bg-rose-900\/30:focus-within{background-color:#8813374d}.focus-within\:bg-rose-900\/40:focus-within{background-color:#88133766}.focus-within\:bg-rose-900\/50:focus-within{background-color:#88133780}.focus-within\:bg-rose-900\/60:focus-within{background-color:#88133799}.focus-within\:bg-rose-900\/70:focus-within{background-color:#881337b3}.focus-within\:bg-rose-900\/75:focus-within{background-color:#881337bf}.focus-within\:bg-rose-900\/80:focus-within{background-color:#881337cc}.focus-within\:bg-rose-900\/90:focus-within{background-color:#881337e6}.focus-within\:bg-rose-950:focus-within{background-color:#4c0519}.focus-within\:bg-rose-950\/0:focus-within{background-color:#4c051900}.focus-within\:bg-rose-950\/10:focus-within{background-color:#4c05191a}.focus-within\:bg-rose-950\/20:focus-within{background-color:#4c051933}.focus-within\:bg-rose-950\/30:focus-within{background-color:#4c05194d}.focus-within\:bg-rose-950\/40:focus-within{background-color:#4c051966}.focus-within\:bg-rose-950\/50:focus-within{background-color:#4c051980}.focus-within\:bg-rose-950\/60:focus-within{background-color:#4c051999}.focus-within\:bg-rose-950\/70:focus-within{background-color:#4c0519b3}.focus-within\:bg-rose-950\/75:focus-within{background-color:#4c0519bf}.focus-within\:bg-rose-950\/80:focus-within{background-color:#4c0519cc}.focus-within\:bg-rose-950\/90:focus-within{background-color:#4c0519e6}.focus-within\:bg-primary:focus-within{background-color:#3874ff}.focus-within\:bg-primary-bold:focus-within{background-color:#002660}.focus-within\:bg-primary-hover:focus-within{background-color:#003585}.focus-within\:bg-primary-border:focus-within{background-color:#156ef3}.focus-within\:bg-primary-focus-lv1:focus-within{background-color:#6492ff}.focus-within\:bg-primary-focus-lv2:focus-within{background-color:#c7ddff}.focus-within\:bg-primary-bg-color:focus-within{background-color:#f8fbff}.focus-within\:bg-success:focus-within{background-color:#00bd7e}.focus-within\:bg-success-bold:focus-within{background-color:#006c58}.focus-within\:bg-success-hover:focus-within{background-color:#008d5e}.focus-within\:bg-success-border:focus-within{background-color:#17e5a1}.focus-within\:bg-success-focus-lv1:focus-within{background-color:#a9fbe0}.focus-within\:bg-success-bg-color:focus-within{background-color:#ebfff8}.focus-within\:bg-warning:focus-within{background-color:#ffb41f}.focus-within\:bg-warning-bold:focus-within{background-color:#b77d09}.focus-within\:bg-warning-hover:focus-within{background-color:#e39f17}.focus-within\:bg-warning-border:focus-within{background-color:#f7c86a}.focus-within\:bg-warning-focus-lv1:focus-within{background-color:#fbe0a9}.focus-within\:bg-warning-bg-color:focus-within{background-color:#fff8eb}.focus-within\:bg-danger:focus-within{background-color:#b20000}.focus-within\:bg-danger-bold:focus-within{background-color:#920122}.focus-within\:bg-danger-hover:focus-within{background-color:#c60833}.focus-within\:bg-danger-border:focus-within{background-color:#f35370}.focus-within\:bg-danger-focus-lv1:focus-within{background-color:#fdabb9}.focus-within\:bg-danger-bg-color:focus-within{background-color:#fff1f4}.focus-within\:bg-info:focus-within{background-color:#2668cb}.focus-within\:bg-info-bold:focus-within{background-color:#023480}.focus-within\:bg-info-hover:focus-within{background-color:#0f4eae}.focus-within\:bg-info-border:focus-within{background-color:#679ef2}.focus-within\:bg-info-focus-lv1:focus-within{background-color:#c1d9fd}.focus-within\:bg-info-bg-color:focus-within{background-color:#f2f7ff}.focus-within\:bg-neutral-100:focus-within{background-color:#1a1a1a}.focus-within\:bg-neutral-90:focus-within{background-color:#424242}.focus-within\:bg-neutral-80:focus-within{background-color:#616161}.focus-within\:bg-neutral-70:focus-within{background-color:#757575}.focus-within\:bg-neutral-60:focus-within{background-color:#9e9e9e}.focus-within\:bg-neutral-50:focus-within{background-color:#c2c2c2}.focus-within\:bg-neutral-40:focus-within{background-color:#e0e0e0}.focus-within\:bg-neutral-30:focus-within{background-color:#ededed}.focus-within\:bg-neutral-20:focus-within{background-color:#f5f5f5}.focus-within\:bg-base:focus-within{background-color:#f5f7fa}.focus-within\:bg-auto:focus-within{background-size:auto}.focus-within\:bg-cover:focus-within{background-size:cover}.focus-within\:bg-contain:focus-within{background-size:contain}.focus-within\:bg-repeat:focus-within{background-repeat:repeat}.focus-within\:bg-no-repeat:focus-within{background-repeat:no-repeat}.focus-within\:bg-repeat-x:focus-within{background-repeat:repeat-x}.focus-within\:bg-repeat-y:focus-within{background-repeat:repeat-y}.focus-within\:bg-repeat-round:focus-within{background-repeat:round}.focus-within\:bg-repeat-space:focus-within{background-repeat:space}.focus-within\:bg-bottom:focus-within{background-position:bottom}.focus-within\:bg-center:focus-within{background-position:center}.focus-within\:bg-left:focus-within{background-position:left}.focus-within\:bg-left-bottom:focus-within{background-position:left bottom}.focus-within\:bg-left-top:focus-within{background-position:left top}.focus-within\:bg-right:focus-within{background-position:right}.focus-within\:bg-right-bottom:focus-within{background-position:right bottom}.focus-within\:bg-right-top:focus-within{background-position:right top}.focus-within\:bg-top:focus-within{background-position:top}.focus-within\:bg-origin-border:focus-within{background-origin:border-box}.focus-within\:bg-origin-padding:focus-within{background-origin:padding-box}.focus-within\:bg-origin-content:focus-within{background-origin:content-box}.focus-within\:bg-bg-fixed:focus-within{background-attachment:fixed}.focus-within\:bg-bg-local:focus-within{background-attachment:local}.focus-within\:bg-bg-scroll:focus-within{background-attachment:scroll}.focus-within\:p-auto:focus-within{padding:auto}.focus-within\:pl-auto:focus-within{padding-left:auto}.focus-within\:pr-auto:focus-within{padding-right:auto}.focus-within\:px-auto:focus-within{padding-right:auto;padding-left:auto}.focus-within\:py-auto:focus-within{padding-top:auto;padding-bottom:auto}.focus-within\:pb-auto:focus-within{padding-bottom:auto}.focus-within\:pt-auto:focus-within{padding-top:auto}.focus-within\:p-0:focus-within{padding:0}.focus-within\:pl-0:focus-within{padding-left:0}.focus-within\:pr-0:focus-within{padding-right:0}.focus-within\:px-0:focus-within{padding-right:0;padding-left:0}.focus-within\:py-0:focus-within{padding-top:0;padding-bottom:0}.focus-within\:pb-0:focus-within{padding-bottom:0}.focus-within\:pt-0:focus-within{padding-top:0}.focus-within\:p-1:focus-within{padding:.25rem}.focus-within\:pl-1:focus-within{padding-left:.25rem}.focus-within\:pr-1:focus-within{padding-right:.25rem}.focus-within\:px-1:focus-within{padding-right:.25rem;padding-left:.25rem}.focus-within\:py-1:focus-within{padding-top:.25rem;padding-bottom:.25rem}.focus-within\:pb-1:focus-within{padding-bottom:.25rem}.focus-within\:pt-1:focus-within{padding-top:.25rem}.focus-within\:p-2:focus-within{padding:.5rem}.focus-within\:pl-2:focus-within{padding-left:.5rem}.focus-within\:pr-2:focus-within{padding-right:.5rem}.focus-within\:px-2:focus-within{padding-right:.5rem;padding-left:.5rem}.focus-within\:py-2:focus-within{padding-top:.5rem;padding-bottom:.5rem}.focus-within\:pb-2:focus-within{padding-bottom:.5rem}.focus-within\:pt-2:focus-within{padding-top:.5rem}.focus-within\:p-3:focus-within{padding:.75rem}.focus-within\:pl-3:focus-within{padding-left:.75rem}.focus-within\:pr-3:focus-within{padding-right:.75rem}.focus-within\:px-3:focus-within{padding-right:.75rem;padding-left:.75rem}.focus-within\:py-3:focus-within{padding-top:.75rem;padding-bottom:.75rem}.focus-within\:pb-3:focus-within{padding-bottom:.75rem}.focus-within\:pt-3:focus-within{padding-top:.75rem}.focus-within\:p-4:focus-within{padding:1rem}.focus-within\:pl-4:focus-within{padding-left:1rem}.focus-within\:pr-4:focus-within{padding-right:1rem}.focus-within\:px-4:focus-within{padding-right:1rem;padding-left:1rem}.focus-within\:py-4:focus-within{padding-top:1rem;padding-bottom:1rem}.focus-within\:pb-4:focus-within{padding-bottom:1rem}.focus-within\:pt-4:focus-within{padding-top:1rem}.focus-within\:p-5:focus-within{padding:1.25rem}.focus-within\:pl-5:focus-within{padding-left:1.25rem}.focus-within\:pr-5:focus-within{padding-right:1.25rem}.focus-within\:px-5:focus-within{padding-right:1.25rem;padding-left:1.25rem}.focus-within\:py-5:focus-within{padding-top:1.25rem;padding-bottom:1.25rem}.focus-within\:pb-5:focus-within{padding-bottom:1.25rem}.focus-within\:pt-5:focus-within{padding-top:1.25rem}.focus-within\:p-6:focus-within{padding:1.5rem}.focus-within\:pl-6:focus-within{padding-left:1.5rem}.focus-within\:pr-6:focus-within{padding-right:1.5rem}.focus-within\:px-6:focus-within{padding-right:1.5rem;padding-left:1.5rem}.focus-within\:py-6:focus-within{padding-top:1.5rem;padding-bottom:1.5rem}.focus-within\:pb-6:focus-within{padding-bottom:1.5rem}.focus-within\:pt-6:focus-within{padding-top:1.5rem}.focus-within\:p-7:focus-within{padding:1.75rem}.focus-within\:pl-7:focus-within{padding-left:1.75rem}.focus-within\:pr-7:focus-within{padding-right:1.75rem}.focus-within\:px-7:focus-within{padding-right:1.75rem;padding-left:1.75rem}.focus-within\:py-7:focus-within{padding-top:1.75rem;padding-bottom:1.75rem}.focus-within\:pb-7:focus-within{padding-bottom:1.75rem}.focus-within\:pt-7:focus-within{padding-top:1.75rem}.focus-within\:p-8:focus-within{padding:2rem}.focus-within\:pl-8:focus-within{padding-left:2rem}.focus-within\:pr-8:focus-within{padding-right:2rem}.focus-within\:px-8:focus-within{padding-right:2rem;padding-left:2rem}.focus-within\:py-8:focus-within{padding-top:2rem;padding-bottom:2rem}.focus-within\:pb-8:focus-within{padding-bottom:2rem}.focus-within\:pt-8:focus-within{padding-top:2rem}.focus-within\:p-9:focus-within{padding:2.25rem}.focus-within\:pl-9:focus-within{padding-left:2.25rem}.focus-within\:pr-9:focus-within{padding-right:2.25rem}.focus-within\:px-9:focus-within{padding-right:2.25rem;padding-left:2.25rem}.focus-within\:py-9:focus-within{padding-top:2.25rem;padding-bottom:2.25rem}.focus-within\:pb-9:focus-within{padding-bottom:2.25rem}.focus-within\:pt-9:focus-within{padding-top:2.25rem}.focus-within\:p-10:focus-within{padding:2.5rem}.focus-within\:pl-10:focus-within{padding-left:2.5rem}.focus-within\:pr-10:focus-within{padding-right:2.5rem}.focus-within\:px-10:focus-within{padding-right:2.5rem;padding-left:2.5rem}.focus-within\:py-10:focus-within{padding-top:2.5rem;padding-bottom:2.5rem}.focus-within\:pb-10:focus-within{padding-bottom:2.5rem}.focus-within\:pt-10:focus-within{padding-top:2.5rem}.focus-within\:p-11:focus-within{padding:2.75rem}.focus-within\:pl-11:focus-within{padding-left:2.75rem}.focus-within\:pr-11:focus-within{padding-right:2.75rem}.focus-within\:px-11:focus-within{padding-right:2.75rem;padding-left:2.75rem}.focus-within\:py-11:focus-within{padding-top:2.75rem;padding-bottom:2.75rem}.focus-within\:pb-11:focus-within{padding-bottom:2.75rem}.focus-within\:pt-11:focus-within{padding-top:2.75rem}.focus-within\:p-12:focus-within{padding:3rem}.focus-within\:pl-12:focus-within{padding-left:3rem}.focus-within\:pr-12:focus-within{padding-right:3rem}.focus-within\:px-12:focus-within{padding-right:3rem;padding-left:3rem}.focus-within\:py-12:focus-within{padding-top:3rem;padding-bottom:3rem}.focus-within\:pb-12:focus-within{padding-bottom:3rem}.focus-within\:pt-12:focus-within{padding-top:3rem}.focus-within\:p-14:focus-within{padding:3.5rem}.focus-within\:pl-14:focus-within{padding-left:3.5rem}.focus-within\:pr-14:focus-within{padding-right:3.5rem}.focus-within\:px-14:focus-within{padding-right:3.5rem;padding-left:3.5rem}.focus-within\:py-14:focus-within{padding-top:3.5rem;padding-bottom:3.5rem}.focus-within\:pb-14:focus-within{padding-bottom:3.5rem}.focus-within\:pt-14:focus-within{padding-top:3.5rem}.focus-within\:p-16:focus-within{padding:4rem}.focus-within\:pl-16:focus-within{padding-left:4rem}.focus-within\:pr-16:focus-within{padding-right:4rem}.focus-within\:px-16:focus-within{padding-right:4rem;padding-left:4rem}.focus-within\:py-16:focus-within{padding-top:4rem;padding-bottom:4rem}.focus-within\:pb-16:focus-within{padding-bottom:4rem}.focus-within\:pt-16:focus-within{padding-top:4rem}.focus-within\:p-20:focus-within{padding:5rem}.focus-within\:pl-20:focus-within{padding-left:5rem}.focus-within\:pr-20:focus-within{padding-right:5rem}.focus-within\:px-20:focus-within{padding-right:5rem;padding-left:5rem}.focus-within\:py-20:focus-within{padding-top:5rem;padding-bottom:5rem}.focus-within\:pb-20:focus-within{padding-bottom:5rem}.focus-within\:pt-20:focus-within{padding-top:5rem}.focus-within\:p-24:focus-within{padding:6rem}.focus-within\:pl-24:focus-within{padding-left:6rem}.focus-within\:pr-24:focus-within{padding-right:6rem}.focus-within\:px-24:focus-within{padding-right:6rem;padding-left:6rem}.focus-within\:py-24:focus-within{padding-top:6rem;padding-bottom:6rem}.focus-within\:pb-24:focus-within{padding-bottom:6rem}.focus-within\:pt-24:focus-within{padding-top:6rem}.focus-within\:p-28:focus-within{padding:7rem}.focus-within\:pl-28:focus-within{padding-left:7rem}.focus-within\:pr-28:focus-within{padding-right:7rem}.focus-within\:px-28:focus-within{padding-right:7rem;padding-left:7rem}.focus-within\:py-28:focus-within{padding-top:7rem;padding-bottom:7rem}.focus-within\:pb-28:focus-within{padding-bottom:7rem}.focus-within\:pt-28:focus-within{padding-top:7rem}.focus-within\:p-32:focus-within{padding:8rem}.focus-within\:pl-32:focus-within{padding-left:8rem}.focus-within\:pr-32:focus-within{padding-right:8rem}.focus-within\:px-32:focus-within{padding-right:8rem;padding-left:8rem}.focus-within\:py-32:focus-within{padding-top:8rem;padding-bottom:8rem}.focus-within\:pb-32:focus-within{padding-bottom:8rem}.focus-within\:pt-32:focus-within{padding-top:8rem}.focus-within\:p-36:focus-within{padding:9rem}.focus-within\:pl-36:focus-within{padding-left:9rem}.focus-within\:pr-36:focus-within{padding-right:9rem}.focus-within\:px-36:focus-within{padding-right:9rem;padding-left:9rem}.focus-within\:py-36:focus-within{padding-top:9rem;padding-bottom:9rem}.focus-within\:pb-36:focus-within{padding-bottom:9rem}.focus-within\:pt-36:focus-within{padding-top:9rem}.focus-within\:p-40:focus-within{padding:10rem}.focus-within\:pl-40:focus-within{padding-left:10rem}.focus-within\:pr-40:focus-within{padding-right:10rem}.focus-within\:px-40:focus-within{padding-right:10rem;padding-left:10rem}.focus-within\:py-40:focus-within{padding-top:10rem;padding-bottom:10rem}.focus-within\:pb-40:focus-within{padding-bottom:10rem}.focus-within\:pt-40:focus-within{padding-top:10rem}.focus-within\:p-44:focus-within{padding:11rem}.focus-within\:pl-44:focus-within{padding-left:11rem}.focus-within\:pr-44:focus-within{padding-right:11rem}.focus-within\:px-44:focus-within{padding-right:11rem;padding-left:11rem}.focus-within\:py-44:focus-within{padding-top:11rem;padding-bottom:11rem}.focus-within\:pb-44:focus-within{padding-bottom:11rem}.focus-within\:pt-44:focus-within{padding-top:11rem}.focus-within\:p-48:focus-within{padding:12rem}.focus-within\:pl-48:focus-within{padding-left:12rem}.focus-within\:pr-48:focus-within{padding-right:12rem}.focus-within\:px-48:focus-within{padding-right:12rem;padding-left:12rem}.focus-within\:py-48:focus-within{padding-top:12rem;padding-bottom:12rem}.focus-within\:pb-48:focus-within{padding-bottom:12rem}.focus-within\:pt-48:focus-within{padding-top:12rem}.focus-within\:p-52:focus-within{padding:13rem}.focus-within\:pl-52:focus-within{padding-left:13rem}.focus-within\:pr-52:focus-within{padding-right:13rem}.focus-within\:px-52:focus-within{padding-right:13rem;padding-left:13rem}.focus-within\:py-52:focus-within{padding-top:13rem;padding-bottom:13rem}.focus-within\:pb-52:focus-within{padding-bottom:13rem}.focus-within\:pt-52:focus-within{padding-top:13rem}.focus-within\:p-56:focus-within{padding:14rem}.focus-within\:pl-56:focus-within{padding-left:14rem}.focus-within\:pr-56:focus-within{padding-right:14rem}.focus-within\:px-56:focus-within{padding-right:14rem;padding-left:14rem}.focus-within\:py-56:focus-within{padding-top:14rem;padding-bottom:14rem}.focus-within\:pb-56:focus-within{padding-bottom:14rem}.focus-within\:pt-56:focus-within{padding-top:14rem}.focus-within\:p-60:focus-within{padding:15rem}.focus-within\:pl-60:focus-within{padding-left:15rem}.focus-within\:pr-60:focus-within{padding-right:15rem}.focus-within\:px-60:focus-within{padding-right:15rem;padding-left:15rem}.focus-within\:py-60:focus-within{padding-top:15rem;padding-bottom:15rem}.focus-within\:pb-60:focus-within{padding-bottom:15rem}.focus-within\:pt-60:focus-within{padding-top:15rem}.focus-within\:p-64:focus-within{padding:16rem}.focus-within\:pl-64:focus-within{padding-left:16rem}.focus-within\:pr-64:focus-within{padding-right:16rem}.focus-within\:px-64:focus-within{padding-right:16rem;padding-left:16rem}.focus-within\:py-64:focus-within{padding-top:16rem;padding-bottom:16rem}.focus-within\:pb-64:focus-within{padding-bottom:16rem}.focus-within\:pt-64:focus-within{padding-top:16rem}.focus-within\:p-72:focus-within{padding:18rem}.focus-within\:pl-72:focus-within{padding-left:18rem}.focus-within\:pr-72:focus-within{padding-right:18rem}.focus-within\:px-72:focus-within{padding-right:18rem;padding-left:18rem}.focus-within\:py-72:focus-within{padding-top:18rem;padding-bottom:18rem}.focus-within\:pb-72:focus-within{padding-bottom:18rem}.focus-within\:pt-72:focus-within{padding-top:18rem}.focus-within\:p-80:focus-within{padding:20rem}.focus-within\:pl-80:focus-within{padding-left:20rem}.focus-within\:pr-80:focus-within{padding-right:20rem}.focus-within\:px-80:focus-within{padding-right:20rem;padding-left:20rem}.focus-within\:py-80:focus-within{padding-top:20rem;padding-bottom:20rem}.focus-within\:pb-80:focus-within{padding-bottom:20rem}.focus-within\:pt-80:focus-within{padding-top:20rem}.focus-within\:p-96:focus-within{padding:24rem}.focus-within\:pl-96:focus-within{padding-left:24rem}.focus-within\:pr-96:focus-within{padding-right:24rem}.focus-within\:px-96:focus-within{padding-right:24rem;padding-left:24rem}.focus-within\:py-96:focus-within{padding-top:24rem;padding-bottom:24rem}.focus-within\:pb-96:focus-within{padding-bottom:24rem}.focus-within\:pt-96:focus-within{padding-top:24rem}.focus-within\:flex-1:focus-within{flex:1 1 0%}.focus-within\:flex-column:focus-within{flex-direction:column}.focus-within\:flex-row:focus-within{flex-direction:row}.focus-within\:flex-wrap:focus-within{flex-wrap:wrap}.focus-within\:flex-wrap-reverse:focus-within{flex-wrap:wrap-reverse}.focus-within\:flex-nowrap:focus-within{flex-wrap:nowrap}.focus-within\:w-0:focus-within{width:0px}.focus-within\:w-px:focus-within{width:1px}.focus-within\:w-1:focus-within{width:.25rem}.focus-within\:w-2:focus-within{width:.5rem}.focus-within\:w-3:focus-within{width:.75rem}.focus-within\:w-4:focus-within{width:1rem}.focus-within\:w-5:focus-within{width:1.25rem}.focus-within\:w-6:focus-within{width:1.5rem}.focus-within\:w-7:focus-within{width:1.75rem}.focus-within\:w-8:focus-within{width:2rem}.focus-within\:w-9:focus-within{width:2.25rem}.focus-within\:w-10:focus-within{width:2.5rem}.focus-within\:w-11:focus-within{width:2.75rem}.focus-within\:w-12:focus-within{width:3rem}.focus-within\:w-14:focus-within{width:3.5rem}.focus-within\:w-16:focus-within{width:4rem}.focus-within\:w-20:focus-within{width:5rem}.focus-within\:w-24:focus-within{width:6rem}.focus-within\:w-28:focus-within{width:7rem}.focus-within\:w-32:focus-within{width:8rem}.focus-within\:w-36:focus-within{width:9rem}.focus-within\:w-40:focus-within{width:10rem}.focus-within\:w-44:focus-within{width:11rem}.focus-within\:w-48:focus-within{width:12rem}.focus-within\:w-52:focus-within{width:13rem}.focus-within\:w-56:focus-within{width:14rem}.focus-within\:w-60:focus-within{width:15rem}.focus-within\:w-64:focus-within{width:16rem}.focus-within\:w-72:focus-within{width:18rem}.focus-within\:w-80:focus-within{width:20rem}.focus-within\:w-96:focus-within{width:24rem}.focus-within\:w-auto:focus-within{width:auto}.focus-within\:w-full:focus-within{width:100%}.focus-within\:w-screen:focus-within{width:100vw}.focus-within\:w-min:focus-within{width:min-content}.focus-within\:w-max:focus-within{width:max-content}.focus-within\:w-fit:focus-within{width:fit-content}.focus-within\:h-0:focus-within{height:0px}.focus-within\:h-px:focus-within{height:1px}.focus-within\:h-1:focus-within{height:.25rem}.focus-within\:h-2:focus-within{height:.5rem}.focus-within\:h-3:focus-within{height:.75rem}.focus-within\:h-4:focus-within{height:1rem}.focus-within\:h-5:focus-within{height:1.25rem}.focus-within\:h-6:focus-within{height:1.5rem}.focus-within\:h-7:focus-within{height:1.75rem}.focus-within\:h-8:focus-within{height:2rem}.focus-within\:h-9:focus-within{height:2.25rem}.focus-within\:h-10:focus-within{height:2.5rem}.focus-within\:h-11:focus-within{height:2.75rem}.focus-within\:h-12:focus-within{height:3rem}.focus-within\:h-14:focus-within{height:3.5rem}.focus-within\:h-16:focus-within{height:4rem}.focus-within\:h-20:focus-within{height:5rem}.focus-within\:h-24:focus-within{height:6rem}.focus-within\:h-28:focus-within{height:7rem}.focus-within\:h-32:focus-within{height:8rem}.focus-within\:h-36:focus-within{height:9rem}.focus-within\:h-40:focus-within{height:10rem}.focus-within\:h-44:focus-within{height:11rem}.focus-within\:h-48:focus-within{height:12rem}.focus-within\:h-52:focus-within{height:13rem}.focus-within\:h-56:focus-within{height:14rem}.focus-within\:h-60:focus-within{height:15rem}.focus-within\:h-64:focus-within{height:16rem}.focus-within\:h-72:focus-within{height:18rem}.focus-within\:h-80:focus-within{height:20rem}.focus-within\:h-96:focus-within{height:24rem}.focus-within\:h-auto:focus-within{height:auto}.focus-within\:h-full:focus-within{height:100%}.focus-within\:h-screen:focus-within{height:100vh}.focus-within\:h-min:focus-within{height:min-content}.focus-within\:h-max:focus-within{height:max-content}.focus-within\:h-fit:focus-within{height:fit-content}.focus-within\:border{border-width:1px}.focus-within\:border-b{border:0px;border-bottom:1px}.focus-within\:border-b-0:focus-within{border:0px;border-bottom:1px;border-bottom-width:0px}.focus-within\:border-b-2:focus-within{border:0px;border-bottom:1px;border-bottom-width:2px}.focus-within\:border-b-4:focus-within{border:0px;border-bottom:1px;border-bottom-width:4px}.focus-within\:border-b-8:focus-within{border:0px;border-bottom:1px;border-bottom-width:8px}.focus-within\:border-t{border:0px;border-top:1px}.focus-within\:border-t-0:focus-within{border:0px;border-top:1px;border-top-width:0px}.focus-within\:border-t-2:focus-within{border:0px;border-top:1px;border-top-width:2px}.focus-within\:border-t-4:focus-within{border:0px;border-top:1px;border-top-width:4px}.focus-within\:border-t-8:focus-within{border:0px;border-top:1px;border-top-width:8px}.focus-within\:border-r{border:0px;border-right:1px solid}.focus-within\:border-r-0:focus-within{border:0px;border-right-width:0px}.focus-within\:border-r-2:focus-within{border:0px;border-right-width:2px}.focus-within\:border-r-4:focus-within{border:0px;border-right-width:4px}.focus-within\:border-r-8:focus-within{border:0px;border-right-width:8px}.focus-within\:border-l{border:0px;border-left:1px}.focus-within\:border-l-0:focus-within{border:0px;border-left:1px;border-left-width:0px}.focus-within\:border-l-2:focus-within{border:0px;border-left:1px;border-left-width:2px}.focus-within\:border-l-4:focus-within{border:0px;border-left:1px;border-left-width:4px}.focus-within\:border-l-8:focus-within{border:0px;border-left:1px;border-left-width:8px}.focus-within\:border-0:focus-within{border-width:0px}.focus-within\:border-2:focus-within{border-width:2px}.focus-within\:border-4:focus-within{border-width:4px}.focus-within\:border-8:focus-within{border-width:8px}.focus-within\:border-none:focus-within{border-style:none}.focus-within\:border-solid:focus-within{border-style:solid}.focus-within\:border-dashed:focus-within{border-style:dashed}.focus-within\:border-dotted:focus-within{border-style:dotted}.focus-within\:border-double:focus-within{border-style:double}.focus-within\:border-groove:focus-within{border-style:groove}.focus-within\:border-ridge:focus-within{border-style:ridge}.focus-within\:border-inset:focus-within{border-style:inset}.focus-within\:border-outset:focus-within{border-style:outset}.focus-within\:border-transparent:focus-within{border-color:transparent}.focus-within\:border-black:focus-within{border-color:#000}.focus-within\:border-white:focus-within{border-color:#fff}.focus-within\:border-slate-50:focus-within{border-color:#f8fafc}.focus-within\:border-slate-100:focus-within{border-color:#f1f5f9}.focus-within\:border-slate-200:focus-within{border-color:#e2e8f0}.focus-within\:border-slate-300:focus-within{border-color:#cbd5e1}.focus-within\:border-slate-400:focus-within{border-color:#94a3b8}.focus-within\:border-slate-500:focus-within{border-color:#64748b}.focus-within\:border-slate-600:focus-within{border-color:#475569}.focus-within\:border-slate-700:focus-within{border-color:#334155}.focus-within\:border-slate-800:focus-within{border-color:#1e293b}.focus-within\:border-slate-900:focus-within{border-color:#0f172a}.focus-within\:border-slate-950:focus-within{border-color:#020617}.focus-within\:border-gray-50:focus-within{border-color:#f9fafb}.focus-within\:border-gray-100:focus-within{border-color:#f3f4f6}.focus-within\:border-gray-200:focus-within{border-color:#e5e7eb}.focus-within\:border-gray-300:focus-within{border-color:#d1d5db}.focus-within\:border-gray-400:focus-within{border-color:#9ca3af}.focus-within\:border-gray-500:focus-within{border-color:#6b7280}.focus-within\:border-gray-600:focus-within{border-color:#4b5563}.focus-within\:border-gray-700:focus-within{border-color:#374151}.focus-within\:border-gray-800:focus-within{border-color:#1f2937}.focus-within\:border-gray-900:focus-within{border-color:#111827}.focus-within\:border-gray-950:focus-within{border-color:#030712}.focus-within\:border-zinc-50:focus-within{border-color:#fafafa}.focus-within\:border-zinc-100:focus-within{border-color:#f4f4f5}.focus-within\:border-zinc-200:focus-within{border-color:#e4e4e7}.focus-within\:border-zinc-300:focus-within{border-color:#d4d4d8}.focus-within\:border-zinc-400:focus-within{border-color:#a1a1aa}.focus-within\:border-zinc-500:focus-within{border-color:#71717a}.focus-within\:border-zinc-600:focus-within{border-color:#52525b}.focus-within\:border-zinc-700:focus-within{border-color:#3f3f46}.focus-within\:border-zinc-800:focus-within{border-color:#27272a}.focus-within\:border-zinc-900:focus-within{border-color:#18181b}.focus-within\:border-zinc-950:focus-within{border-color:#09090b}.focus-within\:border-neutral-50:focus-within{border-color:#fafafa}.focus-within\:border-neutral-100:focus-within{border-color:#f5f5f5}.focus-within\:border-neutral-200:focus-within{border-color:#e5e5e5}.focus-within\:border-neutral-300:focus-within{border-color:#d4d4d4}.focus-within\:border-neutral-400:focus-within{border-color:#a3a3a3}.focus-within\:border-neutral-500:focus-within{border-color:#737373}.focus-within\:border-neutral-600:focus-within{border-color:#525252}.focus-within\:border-neutral-700:focus-within{border-color:#404040}.focus-within\:border-neutral-800:focus-within{border-color:#262626}.focus-within\:border-neutral-900:focus-within{border-color:#171717}.focus-within\:border-neutral-950:focus-within{border-color:#0a0a0a}.focus-within\:border-stone-50:focus-within{border-color:#fafaf9}.focus-within\:border-stone-100:focus-within{border-color:#f5f5f4}.focus-within\:border-stone-200:focus-within{border-color:#e7e5e4}.focus-within\:border-stone-300:focus-within{border-color:#d6d3d1}.focus-within\:border-stone-400:focus-within{border-color:#a8a29e}.focus-within\:border-stone-500:focus-within{border-color:#78716c}.focus-within\:border-stone-600:focus-within{border-color:#57534e}.focus-within\:border-stone-700:focus-within{border-color:#44403c}.focus-within\:border-stone-800:focus-within{border-color:#292524}.focus-within\:border-stone-900:focus-within{border-color:#1c1917}.focus-within\:border-stone-950:focus-within{border-color:#0c0a09}.focus-within\:border-red-50:focus-within{border-color:#fef2f2}.focus-within\:border-red-100:focus-within{border-color:#fee2e2}.focus-within\:border-red-200:focus-within{border-color:#fecaca}.focus-within\:border-red-300:focus-within{border-color:#fca5a5}.focus-within\:border-red-400:focus-within{border-color:#f87171}.focus-within\:border-red-500:focus-within{border-color:#ef4444}.focus-within\:border-red-600:focus-within{border-color:#dc2626}.focus-within\:border-red-700:focus-within{border-color:#b91c1c}.focus-within\:border-red-800:focus-within{border-color:#991b1b}.focus-within\:border-red-900:focus-within{border-color:#7f1d1d}.focus-within\:border-red-950:focus-within{border-color:#450a0a}.focus-within\:border-orange-50:focus-within{border-color:#fff7ed}.focus-within\:border-orange-100:focus-within{border-color:#ffedd5}.focus-within\:border-orange-200:focus-within{border-color:#fed7aa}.focus-within\:border-orange-300:focus-within{border-color:#fdba74}.focus-within\:border-orange-400:focus-within{border-color:#fb923c}.focus-within\:border-orange-500:focus-within{border-color:#f97316}.focus-within\:border-orange-600:focus-within{border-color:#ea580c}.focus-within\:border-orange-700:focus-within{border-color:#c2410c}.focus-within\:border-orange-800:focus-within{border-color:#9a3412}.focus-within\:border-orange-900:focus-within{border-color:#7c2d12}.focus-within\:border-orange-950:focus-within{border-color:#431407}.focus-within\:border-amber-50:focus-within{border-color:#fffbeb}.focus-within\:border-amber-100:focus-within{border-color:#fef3c7}.focus-within\:border-amber-200:focus-within{border-color:#fde68a}.focus-within\:border-amber-300:focus-within{border-color:#fcd34d}.focus-within\:border-amber-400:focus-within{border-color:#fbbf24}.focus-within\:border-amber-500:focus-within{border-color:#f59e0b}.focus-within\:border-amber-600:focus-within{border-color:#d97706}.focus-within\:border-amber-700:focus-within{border-color:#b45309}.focus-within\:border-amber-800:focus-within{border-color:#92400e}.focus-within\:border-amber-900:focus-within{border-color:#78350f}.focus-within\:border-amber-950:focus-within{border-color:#451a03}.focus-within\:border-yellow-50:focus-within{border-color:#fefce8}.focus-within\:border-yellow-100:focus-within{border-color:#fef9c3}.focus-within\:border-yellow-200:focus-within{border-color:#fef08a}.focus-within\:border-yellow-300:focus-within{border-color:#fde047}.focus-within\:border-yellow-400:focus-within{border-color:#facc15}.focus-within\:border-yellow-500:focus-within{border-color:#eab308}.focus-within\:border-yellow-600:focus-within{border-color:#ca8a04}.focus-within\:border-yellow-700:focus-within{border-color:#a16207}.focus-within\:border-yellow-800:focus-within{border-color:#854d0e}.focus-within\:border-yellow-900:focus-within{border-color:#713f12}.focus-within\:border-yellow-950:focus-within{border-color:#422006}.focus-within\:border-lime-50:focus-within{border-color:#f7fee7}.focus-within\:border-lime-100:focus-within{border-color:#ecfccb}.focus-within\:border-lime-200:focus-within{border-color:#d9f99d}.focus-within\:border-lime-300:focus-within{border-color:#bef264}.focus-within\:border-lime-400:focus-within{border-color:#a3e635}.focus-within\:border-lime-500:focus-within{border-color:#84cc16}.focus-within\:border-lime-600:focus-within{border-color:#65a30d}.focus-within\:border-lime-700:focus-within{border-color:#4d7c0f}.focus-within\:border-lime-800:focus-within{border-color:#3f6212}.focus-within\:border-lime-900:focus-within{border-color:#365314}.focus-within\:border-lime-950:focus-within{border-color:#1a2e05}.focus-within\:border-green-50:focus-within{border-color:#f0fdf4}.focus-within\:border-green-100:focus-within{border-color:#dcfce7}.focus-within\:border-green-200:focus-within{border-color:#bbf7d0}.focus-within\:border-green-300:focus-within{border-color:#86efac}.focus-within\:border-green-400:focus-within{border-color:#4ade80}.focus-within\:border-green-500:focus-within{border-color:#22c55e}.focus-within\:border-green-600:focus-within{border-color:#16a34a}.focus-within\:border-green-700:focus-within{border-color:#15803d}.focus-within\:border-green-800:focus-within{border-color:#166534}.focus-within\:border-green-900:focus-within{border-color:#14532d}.focus-within\:border-green-950:focus-within{border-color:#052e16}.focus-within\:border-emerald-50:focus-within{border-color:#ecfdf5}.focus-within\:border-emerald-100:focus-within{border-color:#d1fae5}.focus-within\:border-emerald-200:focus-within{border-color:#a7f3d0}.focus-within\:border-emerald-300:focus-within{border-color:#6ee7b7}.focus-within\:border-emerald-400:focus-within{border-color:#34d399}.focus-within\:border-emerald-500:focus-within{border-color:#10b981}.focus-within\:border-emerald-600:focus-within{border-color:#059669}.focus-within\:border-emerald-700:focus-within{border-color:#047857}.focus-within\:border-emerald-800:focus-within{border-color:#065f46}.focus-within\:border-emerald-900:focus-within{border-color:#064e3b}.focus-within\:border-emerald-950:focus-within{border-color:#022c22}.focus-within\:border-teal-50:focus-within{border-color:#f0fdfa}.focus-within\:border-teal-100:focus-within{border-color:#ccfbf1}.focus-within\:border-teal-200:focus-within{border-color:#99f6e4}.focus-within\:border-teal-300:focus-within{border-color:#5eead4}.focus-within\:border-teal-400:focus-within{border-color:#2dd4bf}.focus-within\:border-teal-500:focus-within{border-color:#14b8a6}.focus-within\:border-teal-600:focus-within{border-color:#0d9488}.focus-within\:border-teal-700:focus-within{border-color:#0f766e}.focus-within\:border-teal-800:focus-within{border-color:#115e59}.focus-within\:border-teal-900:focus-within{border-color:#134e4a}.focus-within\:border-teal-950:focus-within{border-color:#042f2e}.focus-within\:border-cyan-50:focus-within{border-color:#ecfeff}.focus-within\:border-cyan-100:focus-within{border-color:#cffafe}.focus-within\:border-cyan-200:focus-within{border-color:#a5f3fc}.focus-within\:border-cyan-300:focus-within{border-color:#67e8f9}.focus-within\:border-cyan-400:focus-within{border-color:#22d3ee}.focus-within\:border-cyan-500:focus-within{border-color:#06b6d4}.focus-within\:border-cyan-600:focus-within{border-color:#0891b2}.focus-within\:border-cyan-700:focus-within{border-color:#0e7490}.focus-within\:border-cyan-800:focus-within{border-color:#155e75}.focus-within\:border-cyan-900:focus-within{border-color:#164e63}.focus-within\:border-cyan-950:focus-within{border-color:#083344}.focus-within\:border-sky-50:focus-within{border-color:#f0f9ff}.focus-within\:border-sky-100:focus-within{border-color:#e0f2fe}.focus-within\:border-sky-200:focus-within{border-color:#bae6fd}.focus-within\:border-sky-300:focus-within{border-color:#7dd3fc}.focus-within\:border-sky-400:focus-within{border-color:#38bdf8}.focus-within\:border-sky-500:focus-within{border-color:#0ea5e9}.focus-within\:border-sky-600:focus-within{border-color:#0284c7}.focus-within\:border-sky-700:focus-within{border-color:#0369a1}.focus-within\:border-sky-800:focus-within{border-color:#075985}.focus-within\:border-sky-900:focus-within{border-color:#0c4a6e}.focus-within\:border-sky-950:focus-within{border-color:#082f49}.focus-within\:border-blue-50:focus-within{border-color:#eff6ff}.focus-within\:border-blue-100:focus-within{border-color:#dbeafe}.focus-within\:border-blue-200:focus-within{border-color:#bfdbfe}.focus-within\:border-blue-300:focus-within{border-color:#93c5fd}.focus-within\:border-blue-400:focus-within{border-color:#60a5fa}.focus-within\:border-blue-500:focus-within{border-color:#3b82f6}.focus-within\:border-blue-600:focus-within{border-color:#2563eb}.focus-within\:border-blue-700:focus-within{border-color:#1d4ed8}.focus-within\:border-blue-800:focus-within{border-color:#1e40af}.focus-within\:border-blue-900:focus-within{border-color:#1e3a8a}.focus-within\:border-blue-950:focus-within{border-color:#172554}.focus-within\:border-indigo-50:focus-within{border-color:#eef2ff}.focus-within\:border-indigo-100:focus-within{border-color:#e0e7ff}.focus-within\:border-indigo-200:focus-within{border-color:#c7d2fe}.focus-within\:border-indigo-300:focus-within{border-color:#a5b4fc}.focus-within\:border-indigo-400:focus-within{border-color:#818cf8}.focus-within\:border-indigo-500:focus-within{border-color:#6366f1}.focus-within\:border-indigo-600:focus-within{border-color:#4f46e5}.focus-within\:border-indigo-700:focus-within{border-color:#4338ca}.focus-within\:border-indigo-800:focus-within{border-color:#3730a3}.focus-within\:border-indigo-900:focus-within{border-color:#312e81}.focus-within\:border-indigo-950:focus-within{border-color:#1e1b4b}.focus-within\:border-violet-50:focus-within{border-color:#f5f3ff}.focus-within\:border-violet-100:focus-within{border-color:#ede9fe}.focus-within\:border-violet-200:focus-within{border-color:#ddd6fe}.focus-within\:border-violet-300:focus-within{border-color:#c4b5fd}.focus-within\:border-violet-400:focus-within{border-color:#a78bfa}.focus-within\:border-violet-500:focus-within{border-color:#8b5cf6}.focus-within\:border-violet-600:focus-within{border-color:#7c3aed}.focus-within\:border-violet-700:focus-within{border-color:#6d28d9}.focus-within\:border-violet-800:focus-within{border-color:#5b21b6}.focus-within\:border-violet-900:focus-within{border-color:#4c1d95}.focus-within\:border-violet-950:focus-within{border-color:#2e1065}.focus-within\:border-purple-50:focus-within{border-color:#faf5ff}.focus-within\:border-purple-100:focus-within{border-color:#f3e8ff}.focus-within\:border-purple-200:focus-within{border-color:#e9d5ff}.focus-within\:border-purple-300:focus-within{border-color:#d8b4fe}.focus-within\:border-purple-400:focus-within{border-color:#c084fc}.focus-within\:border-purple-500:focus-within{border-color:#a855f7}.focus-within\:border-purple-600:focus-within{border-color:#9333ea}.focus-within\:border-purple-700:focus-within{border-color:#7e22ce}.focus-within\:border-purple-800:focus-within{border-color:#6b21a8}.focus-within\:border-purple-900:focus-within{border-color:#581c87}.focus-within\:border-purple-950:focus-within{border-color:#3b0764}.focus-within\:border-fuchsia-50:focus-within{border-color:#fdf4ff}.focus-within\:border-fuchsia-100:focus-within{border-color:#fae8ff}.focus-within\:border-fuchsia-200:focus-within{border-color:#f5d0fe}.focus-within\:border-fuchsia-300:focus-within{border-color:#f0abfc}.focus-within\:border-fuchsia-400:focus-within{border-color:#e879f9}.focus-within\:border-fuchsia-500:focus-within{border-color:#d946ef}.focus-within\:border-fuchsia-600:focus-within{border-color:#c026d3}.focus-within\:border-fuchsia-700:focus-within{border-color:#a21caf}.focus-within\:border-fuchsia-800:focus-within{border-color:#86198f}.focus-within\:border-fuchsia-900:focus-within{border-color:#701a75}.focus-within\:border-fuchsia-950:focus-within{border-color:#4a044e}.focus-within\:border-pink-50:focus-within{border-color:#fdf2f8}.focus-within\:border-pink-100:focus-within{border-color:#fce7f3}.focus-within\:border-pink-200:focus-within{border-color:#fbcfe8}.focus-within\:border-pink-300:focus-within{border-color:#f9a8d4}.focus-within\:border-pink-400:focus-within{border-color:#f472b6}.focus-within\:border-pink-500:focus-within{border-color:#ec4899}.focus-within\:border-pink-600:focus-within{border-color:#db2777}.focus-within\:border-pink-700:focus-within{border-color:#be185d}.focus-within\:border-pink-800:focus-within{border-color:#9d174d}.focus-within\:border-pink-900:focus-within{border-color:#831843}.focus-within\:border-pink-950:focus-within{border-color:#500724}.focus-within\:border-rose-50:focus-within{border-color:#fff1f2}.focus-within\:border-rose-100:focus-within{border-color:#ffe4e6}.focus-within\:border-rose-200:focus-within{border-color:#fecdd3}.focus-within\:border-rose-300:focus-within{border-color:#fda4af}.focus-within\:border-rose-400:focus-within{border-color:#fb7185}.focus-within\:border-rose-500:focus-within{border-color:#f43f5e}.focus-within\:border-rose-600:focus-within{border-color:#e11d48}.focus-within\:border-rose-700:focus-within{border-color:#be123c}.focus-within\:border-rose-800:focus-within{border-color:#9f1239}.focus-within\:border-rose-900:focus-within{border-color:#881337}.focus-within\:border-rose-950:focus-within{border-color:#4c0519}.focus-within\:border-primary:focus-within{border-color:#3874ff}.focus-within\:border-primary-bold:focus-within{border-color:#002660}.focus-within\:border-primary-hover:focus-within{border-color:#003585}.focus-within\:border-primary-border:focus-within{border-color:#156ef3}.focus-within\:border-primary-focus-lv1:focus-within{border-color:#6492ff}.focus-within\:border-primary-focus-lv2:focus-within{border-color:#c7ddff}.focus-within\:border-primary-bg-color:focus-within{border-color:#f8fbff}.focus-within\:border-success:focus-within{border-color:#00bd7e}.focus-within\:border-success-bold:focus-within{border-color:#006c58}.focus-within\:border-success-hover:focus-within{border-color:#008d5e}.focus-within\:border-success-border:focus-within{border-color:#17e5a1}.focus-within\:border-success-focus-lv1:focus-within{border-color:#a9fbe0}.focus-within\:border-success-bg-color:focus-within{border-color:#ebfff8}.focus-within\:border-warning:focus-within{border-color:#ffb41f}.focus-within\:border-warning-bold:focus-within{border-color:#b77d09}.focus-within\:border-warning-hover:focus-within{border-color:#e39f17}.focus-within\:border-warning-border:focus-within{border-color:#f7c86a}.focus-within\:border-warning-focus-lv1:focus-within{border-color:#fbe0a9}.focus-within\:border-warning-bg-color:focus-within{border-color:#fff8eb}.focus-within\:border-danger:focus-within{border-color:#b20000}.focus-within\:border-danger-bold:focus-within{border-color:#920122}.focus-within\:border-danger-hover:focus-within{border-color:#c60833}.focus-within\:border-danger-border:focus-within{border-color:#f35370}.focus-within\:border-danger-focus-lv1:focus-within{border-color:#fdabb9}.focus-within\:border-danger-bg-color:focus-within{border-color:#fff1f4}.focus-within\:border-info:focus-within{border-color:#2668cb}.focus-within\:border-info-bold:focus-within{border-color:#023480}.focus-within\:border-info-hover:focus-within{border-color:#0f4eae}.focus-within\:border-info-border:focus-within{border-color:#679ef2}.focus-within\:border-info-focus-lv1:focus-within{border-color:#c1d9fd}.focus-within\:border-info-bg-color:focus-within{border-color:#f2f7ff}.focus-within\:border-neutral-100:focus-within{border-color:#1a1a1a}.focus-within\:border-neutral-90:focus-within{border-color:#424242}.focus-within\:border-neutral-80:focus-within{border-color:#616161}.focus-within\:border-neutral-70:focus-within{border-color:#757575}.focus-within\:border-neutral-60:focus-within{border-color:#9e9e9e}.focus-within\:border-neutral-50:focus-within{border-color:#c2c2c2}.focus-within\:border-neutral-40:focus-within{border-color:#e0e0e0}.focus-within\:border-neutral-30:focus-within{border-color:#ededed}.focus-within\:border-neutral-20:focus-within{border-color:#f5f5f5}.focus-within\:border-base:focus-within{border-color:#f5f7fa}.focus-within\:rounded{border-radius:.25rem}.focus-within\:rounded-none:focus-within{border-radius:0}.focus-within\:rounded-e-none:focus-within{border-start-end-radius:0px;border-end-end-radius:0px}.focus-within\:rounded-s-none:focus-within{border-start-start-radius:0px;border-end-start-radius:0px}.focus-within\:rounded-t-none:focus-within{border-top-left-radius:0;border-top-right-radius:0}.focus-within\:rounded-r-none:focus-within{border-top-right-radius:0;border-bottom-right-radius:0}.focus-within\:rounded-b-none:focus-within{border-bottom-right-radius:0;border-bottom-left-radius:0}.focus-within\:rounded-l-none:focus-within{border-top-left-radius:0;border-bottom-left-radius:0}.focus-within\:rounded-ss-none:focus-within{border-start-start-radius:0px}.focus-within\:rounded-se-none:focus-within{border-start-end-radius:0px}.focus-within\:rounded-ee-none:focus-within{border-end-end-radius:0px}.focus-within\:rounded-es-none:focus-within{border-end-start-radius:0px}.focus-within\:rounded-tl-none:focus-within{border-top-left-radius:0}.focus-within\:rounded-tr-none:focus-within{border-top-right-radius:0}.focus-within\:rounded-br-none:focus-within{border-bottom-right-radius:0}.focus-within\:rounded-md:focus-within{border-radius:.375rem}.focus-within\:rounded-e-md:focus-within{border-start-end-radius:.375rem;border-end-end-radius:.375rem}.focus-within\:rounded-s-md:focus-within{border-start-start-radius:.375rem;border-end-start-radius:.375rem}.focus-within\:rounded-t-md:focus-within{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.focus-within\:rounded-r-md:focus-within{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.focus-within\:rounded-b-md:focus-within{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.focus-within\:rounded-l-md:focus-within{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.focus-within\:rounded-ss-md:focus-within{border-start-start-radius:.375rem}.focus-within\:rounded-se-md:focus-within{border-start-end-radius:.375rem}.focus-within\:rounded-ee-md:focus-within{border-end-end-radius:.375rem}.focus-within\:rounded-es-md:focus-within{border-end-start-radius:.375rem}.focus-within\:rounded-tl-md:focus-within{border-top-left-radius:.375rem}.focus-within\:rounded-tr-md:focus-within{border-top-right-radius:.375rem}.focus-within\:rounded-br-md:focus-within{border-bottom-right-radius:.375rem}.focus-within\:rounded-lg:focus-within{border-radius:.5rem}.focus-within\:rounded-e-lg:focus-within{border-start-end-radius:.5rem;border-end-end-radius:.5rem}.focus-within\:rounded-s-lg:focus-within{border-start-start-radius:.5rem;border-end-start-radius:.5rem}.focus-within\:rounded-t-lg:focus-within{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.focus-within\:rounded-r-lg:focus-within{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.focus-within\:rounded-b-lg:focus-within{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.focus-within\:rounded-l-lg:focus-within{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.focus-within\:rounded-ss-lg:focus-within{border-start-start-radius:.5rem}.focus-within\:rounded-se-lg:focus-within{border-start-end-radius:.5rem}.focus-within\:rounded-ee-lg:focus-within{border-end-end-radius:.5rem}.focus-within\:rounded-es-lg:focus-within{border-end-start-radius:.5rem}.focus-within\:rounded-tl-lg:focus-within{border-top-left-radius:.5rem}.focus-within\:rounded-tr-lg:focus-within{border-top-right-radius:.5rem}.focus-within\:rounded-br-lg:focus-within{border-bottom-right-radius:.5rem}.focus-within\:rounded-xl:focus-within{border-radius:.75rem}.focus-within\:rounded-e-xl:focus-within{border-start-end-radius:.75rem;border-end-end-radius:.75rem}.focus-within\:rounded-s-xl:focus-within{border-start-start-radius:.75rem;border-end-start-radius:.75rem}.focus-within\:rounded-t-xl:focus-within{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.focus-within\:rounded-r-xl:focus-within{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.focus-within\:rounded-b-xl:focus-within{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.focus-within\:rounded-l-xl:focus-within{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.focus-within\:rounded-ss-xl:focus-within{border-start-start-radius:.75rem}.focus-within\:rounded-se-xl:focus-within{border-start-end-radius:.75rem}.focus-within\:rounded-ee-xl:focus-within{border-end-end-radius:.75rem}.focus-within\:rounded-es-xl:focus-within{border-end-start-radius:.75rem}.focus-within\:rounded-tl-xl:focus-within{border-top-left-radius:.75rem}.focus-within\:rounded-tr-xl:focus-within{border-top-right-radius:.75rem}.focus-within\:rounded-br-xl:focus-within{border-bottom-right-radius:.75rem}.focus-within\:rounded-2xl:focus-within{border-radius:1rem}.focus-within\:rounded-e-2xl:focus-within{border-start-end-radius:1rem;border-end-end-radius:1rem}.focus-within\:rounded-s-2xl:focus-within{border-start-start-radius:1rem;border-end-start-radius:1rem}.focus-within\:rounded-t-2xl:focus-within{border-top-left-radius:1rem;border-top-right-radius:1rem}.focus-within\:rounded-r-2xl:focus-within{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.focus-within\:rounded-b-2xl:focus-within{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.focus-within\:rounded-l-2xl:focus-within{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.focus-within\:rounded-ss-2xl:focus-within{border-start-start-radius:1rem}.focus-within\:rounded-se-2xl:focus-within{border-start-end-radius:1rem}.focus-within\:rounded-ee-2xl:focus-within{border-end-end-radius:1rem}.focus-within\:rounded-es-2xl:focus-within{border-end-start-radius:1rem}.focus-within\:rounded-tl-2xl:focus-within{border-top-left-radius:1rem}.focus-within\:rounded-tr-2xl:focus-within{border-top-right-radius:1rem}.focus-within\:rounded-br-2xl:focus-within{border-bottom-right-radius:1rem}.focus-within\:rounded-3xl:focus-within{border-radius:1.5rem}.focus-within\:rounded-e-3xl:focus-within{border-start-end-radius:1.5rem;border-end-end-radius:1.5rem}.focus-within\:rounded-s-3xl:focus-within{border-start-start-radius:1.5rem;border-end-start-radius:1.5rem}.focus-within\:rounded-t-3xl:focus-within{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.focus-within\:rounded-r-3xl:focus-within{border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}.focus-within\:rounded-b-3xl:focus-within{border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem}.focus-within\:rounded-l-3xl:focus-within{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}.focus-within\:rounded-ss-3xl:focus-within{border-start-start-radius:1.5rem}.focus-within\:rounded-se-3xl:focus-within{border-start-end-radius:1.5rem}.focus-within\:rounded-ee-3xl:focus-within{border-end-end-radius:1.5rem}.focus-within\:rounded-es-3xl:focus-within{border-end-start-radius:1.5rem}.focus-within\:rounded-tl-3xl:focus-within{border-top-left-radius:1.5rem}.focus-within\:rounded-tr-3xl:focus-within{border-top-right-radius:1.5rem}.focus-within\:rounded-br-3xl:focus-within{border-bottom-right-radius:1.5rem}.focus-within\:rounded-full:focus-within{border-radius:9999px}.focus-within\:rounded-e-full:focus-within{border-start-end-radius:9999px;border-end-end-radius:9999px}.focus-within\:rounded-s-full:focus-within{border-start-start-radius:9999px;border-end-start-radius:9999px}.focus-within\:rounded-t-full:focus-within{border-top-left-radius:9999px;border-top-right-radius:9999px}.focus-within\:rounded-r-full:focus-within{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.focus-within\:rounded-b-full:focus-within{border-bottom-right-radius:9999px;border-bottom-left-radius:9999px}.focus-within\:rounded-l-full:focus-within{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.focus-within\:rounded-ss-full:focus-within{border-start-start-radius:9999px}.focus-within\:rounded-se-full:focus-within{border-start-end-radius:9999px}.focus-within\:rounded-ee-full:focus-within{border-end-end-radius:9999px}.focus-within\:rounded-es-full:focus-within{border-end-start-radius:9999px}.focus-within\:rounded-tl-full:focus-within{border-top-left-radius:9999px}.focus-within\:rounded-tr-full:focus-within{border-top-right-radius:9999px}.focus-within\:rounded-br-full:focus-within{border-bottom-right-radius:9999px}.focus-within\:text-center:focus-within{text-align:center}.focus-within\:text-left:focus-within{text-align:left}.focus-within\:text-right:focus-within{text-align:right}.focus-within\:text-justify:focus-within{text-align:justify}.focus-within\:text-start:focus-within{text-align:start}.focus-within\:text-end:focus-within{text-align:end}.focus-within\:text-transparent:focus-within{color:transparent}.focus-within\:text-black:focus-within{color:#000}.focus-within\:text-white:focus-within{color:#fff}.focus-within\:text-slate-50:focus-within{color:#f8fafc}.focus-within\:text-slate-100:focus-within{color:#f1f5f9}.focus-within\:text-slate-200:focus-within{color:#e2e8f0}.focus-within\:text-slate-300:focus-within{color:#cbd5e1}.focus-within\:text-slate-400:focus-within{color:#94a3b8}.focus-within\:text-slate-500:focus-within{color:#64748b}.focus-within\:text-slate-600:focus-within{color:#475569}.focus-within\:text-slate-700:focus-within{color:#334155}.focus-within\:text-slate-800:focus-within{color:#1e293b}.focus-within\:text-slate-900:focus-within{color:#0f172a}.focus-within\:text-slate-950:focus-within{color:#020617}.focus-within\:text-gray-50:focus-within{color:#f9fafb}.focus-within\:text-gray-100:focus-within{color:#f3f4f6}.focus-within\:text-gray-200:focus-within{color:#e5e7eb}.focus-within\:text-gray-300:focus-within{color:#d1d5db}.focus-within\:text-gray-400:focus-within{color:#9ca3af}.focus-within\:text-gray-500:focus-within{color:#6b7280}.focus-within\:text-gray-600:focus-within{color:#4b5563}.focus-within\:text-gray-700:focus-within{color:#374151}.focus-within\:text-gray-800:focus-within{color:#1f2937}.focus-within\:text-gray-900:focus-within{color:#111827}.focus-within\:text-gray-950:focus-within{color:#030712}.focus-within\:text-zinc-50:focus-within{color:#fafafa}.focus-within\:text-zinc-100:focus-within{color:#f4f4f5}.focus-within\:text-zinc-200:focus-within{color:#e4e4e7}.focus-within\:text-zinc-300:focus-within{color:#d4d4d8}.focus-within\:text-zinc-400:focus-within{color:#a1a1aa}.focus-within\:text-zinc-500:focus-within{color:#71717a}.focus-within\:text-zinc-600:focus-within{color:#52525b}.focus-within\:text-zinc-700:focus-within{color:#3f3f46}.focus-within\:text-zinc-800:focus-within{color:#27272a}.focus-within\:text-zinc-900:focus-within{color:#18181b}.focus-within\:text-zinc-950:focus-within{color:#09090b}.focus-within\:text-neutral-50:focus-within{color:#fafafa}.focus-within\:text-neutral-100:focus-within{color:#f5f5f5}.focus-within\:text-neutral-200:focus-within{color:#e5e5e5}.focus-within\:text-neutral-300:focus-within{color:#d4d4d4}.focus-within\:text-neutral-400:focus-within{color:#a3a3a3}.focus-within\:text-neutral-500:focus-within{color:#737373}.focus-within\:text-neutral-600:focus-within{color:#525252}.focus-within\:text-neutral-700:focus-within{color:#404040}.focus-within\:text-neutral-800:focus-within{color:#262626}.focus-within\:text-neutral-900:focus-within{color:#171717}.focus-within\:text-neutral-950:focus-within{color:#0a0a0a}.focus-within\:text-stone-50:focus-within{color:#fafaf9}.focus-within\:text-stone-100:focus-within{color:#f5f5f4}.focus-within\:text-stone-200:focus-within{color:#e7e5e4}.focus-within\:text-stone-300:focus-within{color:#d6d3d1}.focus-within\:text-stone-400:focus-within{color:#a8a29e}.focus-within\:text-stone-500:focus-within{color:#78716c}.focus-within\:text-stone-600:focus-within{color:#57534e}.focus-within\:text-stone-700:focus-within{color:#44403c}.focus-within\:text-stone-800:focus-within{color:#292524}.focus-within\:text-stone-900:focus-within{color:#1c1917}.focus-within\:text-stone-950:focus-within{color:#0c0a09}.focus-within\:text-red-50:focus-within{color:#fef2f2}.focus-within\:text-red-100:focus-within{color:#fee2e2}.focus-within\:text-red-200:focus-within{color:#fecaca}.focus-within\:text-red-300:focus-within{color:#fca5a5}.focus-within\:text-red-400:focus-within{color:#f87171}.focus-within\:text-red-500:focus-within{color:#ef4444}.focus-within\:text-red-600:focus-within{color:#dc2626}.focus-within\:text-red-700:focus-within{color:#b91c1c}.focus-within\:text-red-800:focus-within{color:#991b1b}.focus-within\:text-red-900:focus-within{color:#7f1d1d}.focus-within\:text-red-950:focus-within{color:#450a0a}.focus-within\:text-orange-50:focus-within{color:#fff7ed}.focus-within\:text-orange-100:focus-within{color:#ffedd5}.focus-within\:text-orange-200:focus-within{color:#fed7aa}.focus-within\:text-orange-300:focus-within{color:#fdba74}.focus-within\:text-orange-400:focus-within{color:#fb923c}.focus-within\:text-orange-500:focus-within{color:#f97316}.focus-within\:text-orange-600:focus-within{color:#ea580c}.focus-within\:text-orange-700:focus-within{color:#c2410c}.focus-within\:text-orange-800:focus-within{color:#9a3412}.focus-within\:text-orange-900:focus-within{color:#7c2d12}.focus-within\:text-orange-950:focus-within{color:#431407}.focus-within\:text-amber-50:focus-within{color:#fffbeb}.focus-within\:text-amber-100:focus-within{color:#fef3c7}.focus-within\:text-amber-200:focus-within{color:#fde68a}.focus-within\:text-amber-300:focus-within{color:#fcd34d}.focus-within\:text-amber-400:focus-within{color:#fbbf24}.focus-within\:text-amber-500:focus-within{color:#f59e0b}.focus-within\:text-amber-600:focus-within{color:#d97706}.focus-within\:text-amber-700:focus-within{color:#b45309}.focus-within\:text-amber-800:focus-within{color:#92400e}.focus-within\:text-amber-900:focus-within{color:#78350f}.focus-within\:text-amber-950:focus-within{color:#451a03}.focus-within\:text-yellow-50:focus-within{color:#fefce8}.focus-within\:text-yellow-100:focus-within{color:#fef9c3}.focus-within\:text-yellow-200:focus-within{color:#fef08a}.focus-within\:text-yellow-300:focus-within{color:#fde047}.focus-within\:text-yellow-400:focus-within{color:#facc15}.focus-within\:text-yellow-500:focus-within{color:#eab308}.focus-within\:text-yellow-600:focus-within{color:#ca8a04}.focus-within\:text-yellow-700:focus-within{color:#a16207}.focus-within\:text-yellow-800:focus-within{color:#854d0e}.focus-within\:text-yellow-900:focus-within{color:#713f12}.focus-within\:text-yellow-950:focus-within{color:#422006}.focus-within\:text-lime-50:focus-within{color:#f7fee7}.focus-within\:text-lime-100:focus-within{color:#ecfccb}.focus-within\:text-lime-200:focus-within{color:#d9f99d}.focus-within\:text-lime-300:focus-within{color:#bef264}.focus-within\:text-lime-400:focus-within{color:#a3e635}.focus-within\:text-lime-500:focus-within{color:#84cc16}.focus-within\:text-lime-600:focus-within{color:#65a30d}.focus-within\:text-lime-700:focus-within{color:#4d7c0f}.focus-within\:text-lime-800:focus-within{color:#3f6212}.focus-within\:text-lime-900:focus-within{color:#365314}.focus-within\:text-lime-950:focus-within{color:#1a2e05}.focus-within\:text-green-50:focus-within{color:#f0fdf4}.focus-within\:text-green-100:focus-within{color:#dcfce7}.focus-within\:text-green-200:focus-within{color:#bbf7d0}.focus-within\:text-green-300:focus-within{color:#86efac}.focus-within\:text-green-400:focus-within{color:#4ade80}.focus-within\:text-green-500:focus-within{color:#22c55e}.focus-within\:text-green-600:focus-within{color:#16a34a}.focus-within\:text-green-700:focus-within{color:#15803d}.focus-within\:text-green-800:focus-within{color:#166534}.focus-within\:text-green-900:focus-within{color:#14532d}.focus-within\:text-green-950:focus-within{color:#052e16}.focus-within\:text-emerald-50:focus-within{color:#ecfdf5}.focus-within\:text-emerald-100:focus-within{color:#d1fae5}.focus-within\:text-emerald-200:focus-within{color:#a7f3d0}.focus-within\:text-emerald-300:focus-within{color:#6ee7b7}.focus-within\:text-emerald-400:focus-within{color:#34d399}.focus-within\:text-emerald-500:focus-within{color:#10b981}.focus-within\:text-emerald-600:focus-within{color:#059669}.focus-within\:text-emerald-700:focus-within{color:#047857}.focus-within\:text-emerald-800:focus-within{color:#065f46}.focus-within\:text-emerald-900:focus-within{color:#064e3b}.focus-within\:text-emerald-950:focus-within{color:#022c22}.focus-within\:text-teal-50:focus-within{color:#f0fdfa}.focus-within\:text-teal-100:focus-within{color:#ccfbf1}.focus-within\:text-teal-200:focus-within{color:#99f6e4}.focus-within\:text-teal-300:focus-within{color:#5eead4}.focus-within\:text-teal-400:focus-within{color:#2dd4bf}.focus-within\:text-teal-500:focus-within{color:#14b8a6}.focus-within\:text-teal-600:focus-within{color:#0d9488}.focus-within\:text-teal-700:focus-within{color:#0f766e}.focus-within\:text-teal-800:focus-within{color:#115e59}.focus-within\:text-teal-900:focus-within{color:#134e4a}.focus-within\:text-teal-950:focus-within{color:#042f2e}.focus-within\:text-cyan-50:focus-within{color:#ecfeff}.focus-within\:text-cyan-100:focus-within{color:#cffafe}.focus-within\:text-cyan-200:focus-within{color:#a5f3fc}.focus-within\:text-cyan-300:focus-within{color:#67e8f9}.focus-within\:text-cyan-400:focus-within{color:#22d3ee}.focus-within\:text-cyan-500:focus-within{color:#06b6d4}.focus-within\:text-cyan-600:focus-within{color:#0891b2}.focus-within\:text-cyan-700:focus-within{color:#0e7490}.focus-within\:text-cyan-800:focus-within{color:#155e75}.focus-within\:text-cyan-900:focus-within{color:#164e63}.focus-within\:text-cyan-950:focus-within{color:#083344}.focus-within\:text-sky-50:focus-within{color:#f0f9ff}.focus-within\:text-sky-100:focus-within{color:#e0f2fe}.focus-within\:text-sky-200:focus-within{color:#bae6fd}.focus-within\:text-sky-300:focus-within{color:#7dd3fc}.focus-within\:text-sky-400:focus-within{color:#38bdf8}.focus-within\:text-sky-500:focus-within{color:#0ea5e9}.focus-within\:text-sky-600:focus-within{color:#0284c7}.focus-within\:text-sky-700:focus-within{color:#0369a1}.focus-within\:text-sky-800:focus-within{color:#075985}.focus-within\:text-sky-900:focus-within{color:#0c4a6e}.focus-within\:text-sky-950:focus-within{color:#082f49}.focus-within\:text-blue-50:focus-within{color:#eff6ff}.focus-within\:text-blue-100:focus-within{color:#dbeafe}.focus-within\:text-blue-200:focus-within{color:#bfdbfe}.focus-within\:text-blue-300:focus-within{color:#93c5fd}.focus-within\:text-blue-400:focus-within{color:#60a5fa}.focus-within\:text-blue-500:focus-within{color:#3b82f6}.focus-within\:text-blue-600:focus-within{color:#2563eb}.focus-within\:text-blue-700:focus-within{color:#1d4ed8}.focus-within\:text-blue-800:focus-within{color:#1e40af}.focus-within\:text-blue-900:focus-within{color:#1e3a8a}.focus-within\:text-blue-950:focus-within{color:#172554}.focus-within\:text-indigo-50:focus-within{color:#eef2ff}.focus-within\:text-indigo-100:focus-within{color:#e0e7ff}.focus-within\:text-indigo-200:focus-within{color:#c7d2fe}.focus-within\:text-indigo-300:focus-within{color:#a5b4fc}.focus-within\:text-indigo-400:focus-within{color:#818cf8}.focus-within\:text-indigo-500:focus-within{color:#6366f1}.focus-within\:text-indigo-600:focus-within{color:#4f46e5}.focus-within\:text-indigo-700:focus-within{color:#4338ca}.focus-within\:text-indigo-800:focus-within{color:#3730a3}.focus-within\:text-indigo-900:focus-within{color:#312e81}.focus-within\:text-indigo-950:focus-within{color:#1e1b4b}.focus-within\:text-violet-50:focus-within{color:#f5f3ff}.focus-within\:text-violet-100:focus-within{color:#ede9fe}.focus-within\:text-violet-200:focus-within{color:#ddd6fe}.focus-within\:text-violet-300:focus-within{color:#c4b5fd}.focus-within\:text-violet-400:focus-within{color:#a78bfa}.focus-within\:text-violet-500:focus-within{color:#8b5cf6}.focus-within\:text-violet-600:focus-within{color:#7c3aed}.focus-within\:text-violet-700:focus-within{color:#6d28d9}.focus-within\:text-violet-800:focus-within{color:#5b21b6}.focus-within\:text-violet-900:focus-within{color:#4c1d95}.focus-within\:text-violet-950:focus-within{color:#2e1065}.focus-within\:text-purple-50:focus-within{color:#faf5ff}.focus-within\:text-purple-100:focus-within{color:#f3e8ff}.focus-within\:text-purple-200:focus-within{color:#e9d5ff}.focus-within\:text-purple-300:focus-within{color:#d8b4fe}.focus-within\:text-purple-400:focus-within{color:#c084fc}.focus-within\:text-purple-500:focus-within{color:#a855f7}.focus-within\:text-purple-600:focus-within{color:#9333ea}.focus-within\:text-purple-700:focus-within{color:#7e22ce}.focus-within\:text-purple-800:focus-within{color:#6b21a8}.focus-within\:text-purple-900:focus-within{color:#581c87}.focus-within\:text-purple-950:focus-within{color:#3b0764}.focus-within\:text-fuchsia-50:focus-within{color:#fdf4ff}.focus-within\:text-fuchsia-100:focus-within{color:#fae8ff}.focus-within\:text-fuchsia-200:focus-within{color:#f5d0fe}.focus-within\:text-fuchsia-300:focus-within{color:#f0abfc}.focus-within\:text-fuchsia-400:focus-within{color:#e879f9}.focus-within\:text-fuchsia-500:focus-within{color:#d946ef}.focus-within\:text-fuchsia-600:focus-within{color:#c026d3}.focus-within\:text-fuchsia-700:focus-within{color:#a21caf}.focus-within\:text-fuchsia-800:focus-within{color:#86198f}.focus-within\:text-fuchsia-900:focus-within{color:#701a75}.focus-within\:text-fuchsia-950:focus-within{color:#4a044e}.focus-within\:text-pink-50:focus-within{color:#fdf2f8}.focus-within\:text-pink-100:focus-within{color:#fce7f3}.focus-within\:text-pink-200:focus-within{color:#fbcfe8}.focus-within\:text-pink-300:focus-within{color:#f9a8d4}.focus-within\:text-pink-400:focus-within{color:#f472b6}.focus-within\:text-pink-500:focus-within{color:#ec4899}.focus-within\:text-pink-600:focus-within{color:#db2777}.focus-within\:text-pink-700:focus-within{color:#be185d}.focus-within\:text-pink-800:focus-within{color:#9d174d}.focus-within\:text-pink-900:focus-within{color:#831843}.focus-within\:text-pink-950:focus-within{color:#500724}.focus-within\:text-rose-50:focus-within{color:#fff1f2}.focus-within\:text-rose-100:focus-within{color:#ffe4e6}.focus-within\:text-rose-200:focus-within{color:#fecdd3}.focus-within\:text-rose-300:focus-within{color:#fda4af}.focus-within\:text-rose-400:focus-within{color:#fb7185}.focus-within\:text-rose-500:focus-within{color:#f43f5e}.focus-within\:text-rose-600:focus-within{color:#e11d48}.focus-within\:text-rose-700:focus-within{color:#be123c}.focus-within\:text-rose-800:focus-within{color:#9f1239}.focus-within\:text-rose-900:focus-within{color:#881337}.focus-within\:text-rose-950:focus-within{color:#4c0519}.focus-within\:text-primary:focus-within{color:#3874ff}.focus-within\:text-primary-bold:focus-within{color:#002660}.focus-within\:text-primary-hover:focus-within{color:#003585}.focus-within\:text-primary-border:focus-within{color:#156ef3}.focus-within\:text-primary-focus-lv1:focus-within{color:#6492ff}.focus-within\:text-primary-focus-lv2:focus-within{color:#c7ddff}.focus-within\:text-primary-bg-color:focus-within{color:#f8fbff}.focus-within\:text-success:focus-within{color:#00bd7e}.focus-within\:text-success-bold:focus-within{color:#006c58}.focus-within\:text-success-hover:focus-within{color:#008d5e}.focus-within\:text-success-border:focus-within{color:#17e5a1}.focus-within\:text-success-focus-lv1:focus-within{color:#a9fbe0}.focus-within\:text-success-bg-color:focus-within{color:#ebfff8}.focus-within\:text-warning:focus-within{color:#ffb41f}.focus-within\:text-warning-bold:focus-within{color:#b77d09}.focus-within\:text-warning-hover:focus-within{color:#e39f17}.focus-within\:text-warning-border:focus-within{color:#f7c86a}.focus-within\:text-warning-focus-lv1:focus-within{color:#fbe0a9}.focus-within\:text-warning-bg-color:focus-within{color:#fff8eb}.focus-within\:text-danger:focus-within{color:#b20000}.focus-within\:text-danger-bold:focus-within{color:#920122}.focus-within\:text-danger-hover:focus-within{color:#c60833}.focus-within\:text-danger-border:focus-within{color:#f35370}.focus-within\:text-danger-focus-lv1:focus-within{color:#fdabb9}.focus-within\:text-danger-bg-color:focus-within{color:#fff1f4}.focus-within\:text-info:focus-within{color:#2668cb}.focus-within\:text-info-bold:focus-within{color:#023480}.focus-within\:text-info-hover:focus-within{color:#0f4eae}.focus-within\:text-info-border:focus-within{color:#679ef2}.focus-within\:text-info-focus-lv1:focus-within{color:#c1d9fd}.focus-within\:text-info-bg-color:focus-within{color:#f2f7ff}.focus-within\:text-neutral-100:focus-within{color:#1a1a1a}.focus-within\:text-neutral-90:focus-within{color:#424242}.focus-within\:text-neutral-80:focus-within{color:#616161}.focus-within\:text-neutral-70:focus-within{color:#757575}.focus-within\:text-neutral-60:focus-within{color:#9e9e9e}.focus-within\:text-neutral-50:focus-within{color:#c2c2c2}.focus-within\:text-neutral-40:focus-within{color:#e0e0e0}.focus-within\:text-neutral-30:focus-within{color:#ededed}.focus-within\:text-neutral-20:focus-within{color:#f5f5f5}.focus-within\:text-base:focus-within{color:#f5f7fa}.focus-within\:text-extraLight:focus-within{font-family:Mulish-ExtraLight,sans-serif}.focus-within\:text-light:focus-within{font-family:Mulish-Light,sans-serif}.focus-within\:text-regular:focus-within{font-family:Mulish-Regular,sans-serif}.focus-within\:text-medium:focus-within{font-family:Mulish-Medium,sans-serif}.focus-within\:text-semiBold:focus-within{font-family:Mulish-SemiBold,sans-serif}.focus-within\:text-bold:focus-within{font-family:Mulish-SemiBold,sans-serif}.focus-within\:text-extraBold:focus-within{font-family:Mulish-ExtraBold,sans-serif}.focus-within\:text-black:focus-within{font-family:Mulish-Black,sans-serif}.focus-within\:text-blackItalic:focus-within{font-family:Mulish-BlackItalic,sans-serif}.focus-within\:text-boldItalic:focus-within{font-family:Mulish-BoldItalic,sans-serif}.focus-within\:text-extraBoldItalic:focus-within{font-family:Mulish-ExtraBoldItalic,sans-serif}.focus-within\:text-extraLightItalic:focus-within{font-family:Mulish-ExtraLightItalic,sans-serif}.focus-within\:text-italic:focus-within{font-family:Mulish-Italic,sans-serif}.focus-within\:text-lightItalic:focus-within{font-family:Mulish-LightItalic,sans-serif}.focus-within\:text-mediumItalic:focus-within{font-family:Mulish-MediumItalic,sans-serif}.focus-within\:text-semiBoldItalic:focus-within{font-family:Mulish-SemiBoldItalic,sans-serif}.focus-within\:top-0:focus-within{top:0px}.focus-within\:top-px:focus-within{top:1px}.focus-within\:top-1:focus-within{top:.25rem}.focus-within\:top-2:focus-within{top:.5rem}.focus-within\:top-3:focus-within{top:.75rem}.focus-within\:top-4:focus-within{top:1rem}.focus-within\:top-5:focus-within{top:1.25rem}.focus-within\:top-6:focus-within{top:1.5rem}.focus-within\:top-7:focus-within{top:1.75rem}.focus-within\:top-8:focus-within{top:2rem}.focus-within\:top-9:focus-within{top:2.25rem}.focus-within\:top-10:focus-within{top:2.5rem}.focus-within\:top-11:focus-within{top:2.75rem}.focus-within\:top-12:focus-within{top:3rem}.focus-within\:top-14:focus-within{top:3.5rem}.focus-within\:top-16:focus-within{top:4rem}.focus-within\:top-20:focus-within{top:5rem}.focus-within\:top-24:focus-within{top:6rem}.focus-within\:top-28:focus-within{top:7rem}.focus-within\:top-32:focus-within{top:8rem}.focus-within\:top-36:focus-within{top:9rem}.focus-within\:top-40:focus-within{top:10rem}.focus-within\:top-44:focus-within{top:11rem}.focus-within\:top-48:focus-within{top:12rem}.focus-within\:top-52:focus-within{top:13rem}.focus-within\:top-56:focus-within{top:14rem}.focus-within\:top-60:focus-within{top:15rem}.focus-within\:top-64:focus-within{top:16rem}.focus-within\:top-72:focus-within{top:18rem}.focus-within\:top-80:focus-within{top:20rem}.focus-within\:top-96:focus-within{top:24rem}.focus-within\:top-auto:focus-within{top:auto}.focus-within\:top-full:focus-within{top:100%}.focus-within\:top-screen:focus-within{top:100vh}.focus-within\:top-min:focus-within{top:min-content}.focus-within\:top-max:focus-within{top:max-content}.focus-within\:top-fit:focus-within{top:fit-content}.focus-within\:top-1\/2{top:50%}.focus-within\:top-1\/3{top:33.333333%}.focus-within\:top-1\/4{top:25%}.focus-within\:top-1\/5{top:20%}.focus-within\:top-1\/6{top:16.666667%}.focus-within\:top-1\/12{top:8.333333%}.focus-within\:bottom-0:focus-within{bottom:0px}.focus-within\:bottom-px:focus-within{bottom:1px}.focus-within\:bottom-1:focus-within{bottom:.25rem}.focus-within\:bottom-2:focus-within{bottom:.5rem}.focus-within\:bottom-3:focus-within{bottom:.75rem}.focus-within\:bottom-4:focus-within{bottom:1rem}.focus-within\:bottom-5:focus-within{bottom:1.25rem}.focus-within\:bottom-6:focus-within{bottom:1.5rem}.focus-within\:bottom-7:focus-within{bottom:1.75rem}.focus-within\:bottom-8:focus-within{bottom:2rem}.focus-within\:bottom-9:focus-within{bottom:2.25rem}.focus-within\:bottom-10:focus-within{bottom:2.5rem}.focus-within\:bottom-11:focus-within{bottom:2.75rem}.focus-within\:bottom-12:focus-within{bottom:3rem}.focus-within\:bottom-14:focus-within{bottom:3.5rem}.focus-within\:bottom-16:focus-within{bottom:4rem}.focus-within\:bottom-20:focus-within{bottom:5rem}.focus-within\:bottom-24:focus-within{bottom:6rem}.focus-within\:bottom-28:focus-within{bottom:7rem}.focus-within\:bottom-32:focus-within{bottom:8rem}.focus-within\:bottom-36:focus-within{bottom:9rem}.focus-within\:bottom-40:focus-within{bottom:10rem}.focus-within\:bottom-44:focus-within{bottom:11rem}.focus-within\:bottom-48:focus-within{bottom:12rem}.focus-within\:bottom-52:focus-within{bottom:13rem}.focus-within\:bottom-56:focus-within{bottom:14rem}.focus-within\:bottom-60:focus-within{bottom:15rem}.focus-within\:bottom-64:focus-within{bottom:16rem}.focus-within\:bottom-72:focus-within{bottom:18rem}.focus-within\:bottom-80:focus-within{bottom:20rem}.focus-within\:bottom-96:focus-within{bottom:24rem}.focus-within\:bottom-auto:focus-within{bottom:auto}.focus-within\:bottom-full:focus-within{bottom:100%}.focus-within\:bottom-screen:focus-within{bottom:100vh}.focus-within\:bottom-min:focus-within{bottom:min-content}.focus-within\:bottom-max:focus-within{bottom:max-content}.focus-within\:bottom-fit:focus-within{bottom:fit-content}.focus-within\:bottom-1\/2{bottom:50%}.focus-within\:bottom-1\/3{bottom:33.333333%}.focus-within\:bottom-1\/4{bottom:25%}.focus-within\:bottom-1\/5{bottom:20%}.focus-within\:bottom-1\/6{bottom:16.666667%}.focus-within\:bottom-1\/12{bottom:8.333333%}.focus-within\:right-0:focus-within{right:0px}.focus-within\:right-px:focus-within{right:1px}.focus-within\:right-1:focus-within{right:.25rem}.focus-within\:right-2:focus-within{right:.5rem}.focus-within\:right-3:focus-within{right:.75rem}.focus-within\:right-4:focus-within{right:1rem}.focus-within\:right-5:focus-within{right:1.25rem}.focus-within\:right-6:focus-within{right:1.5rem}.focus-within\:right-7:focus-within{right:1.75rem}.focus-within\:right-8:focus-within{right:2rem}.focus-within\:right-9:focus-within{right:2.25rem}.focus-within\:right-10:focus-within{right:2.5rem}.focus-within\:right-11:focus-within{right:2.75rem}.focus-within\:right-12:focus-within{right:3rem}.focus-within\:right-14:focus-within{right:3.5rem}.focus-within\:right-16:focus-within{right:4rem}.focus-within\:right-20:focus-within{right:5rem}.focus-within\:right-24:focus-within{right:6rem}.focus-within\:right-28:focus-within{right:7rem}.focus-within\:right-32:focus-within{right:8rem}.focus-within\:right-36:focus-within{right:9rem}.focus-within\:right-40:focus-within{right:10rem}.focus-within\:right-44:focus-within{right:11rem}.focus-within\:right-48:focus-within{right:12rem}.focus-within\:right-52:focus-within{right:13rem}.focus-within\:right-56:focus-within{right:14rem}.focus-within\:right-60:focus-within{right:15rem}.focus-within\:right-64:focus-within{right:16rem}.focus-within\:right-72:focus-within{right:18rem}.focus-within\:right-80:focus-within{right:20rem}.focus-within\:right-96:focus-within{right:24rem}.focus-within\:right-auto:focus-within{right:auto}.focus-within\:right-full:focus-within{right:100%}.focus-within\:right-screen:focus-within{right:100vh}.focus-within\:right-min:focus-within{right:min-content}.focus-within\:right-max:focus-within{right:max-content}.focus-within\:right-fit:focus-within{right:fit-content}.focus-within\:right-1\/2{right:50%}.focus-within\:right-1\/3{right:33.333333%}.focus-within\:right-1\/4{right:25%}.focus-within\:right-1\/5{right:20%}.focus-within\:right-1\/6{right:16.666667%}.focus-within\:right-1\/12{right:8.333333%}.focus-within\:left-0:focus-within{left:0px}.focus-within\:left-px:focus-within{left:1px}.focus-within\:left-1:focus-within{left:.25rem}.focus-within\:left-2:focus-within{left:.5rem}.focus-within\:left-3:focus-within{left:.75rem}.focus-within\:left-4:focus-within{left:1rem}.focus-within\:left-5:focus-within{left:1.25rem}.focus-within\:left-6:focus-within{left:1.5rem}.focus-within\:left-7:focus-within{left:1.75rem}.focus-within\:left-8:focus-within{left:2rem}.focus-within\:left-9:focus-within{left:2.25rem}.focus-within\:left-10:focus-within{left:2.5rem}.focus-within\:left-11:focus-within{left:2.75rem}.focus-within\:left-12:focus-within{left:3rem}.focus-within\:left-14:focus-within{left:3.5rem}.focus-within\:left-16:focus-within{left:4rem}.focus-within\:left-20:focus-within{left:5rem}.focus-within\:left-24:focus-within{left:6rem}.focus-within\:left-28:focus-within{left:7rem}.focus-within\:left-32:focus-within{left:8rem}.focus-within\:left-36:focus-within{left:9rem}.focus-within\:left-40:focus-within{left:10rem}.focus-within\:left-44:focus-within{left:11rem}.focus-within\:left-48:focus-within{left:12rem}.focus-within\:left-52:focus-within{left:13rem}.focus-within\:left-56:focus-within{left:14rem}.focus-within\:left-60:focus-within{left:15rem}.focus-within\:left-64:focus-within{left:16rem}.focus-within\:left-72:focus-within{left:18rem}.focus-within\:left-80:focus-within{left:20rem}.focus-within\:left-96:focus-within{left:24rem}.focus-within\:left-auto:focus-within{left:auto}.focus-within\:left-full:focus-within{left:100%}.focus-within\:left-screen:focus-within{left:100vh}.focus-within\:left-min:focus-within{left:min-content}.focus-within\:left-max:focus-within{left:max-content}.focus-within\:left-fit:focus-within{left:fit-content}.focus-within\:left-1\/2{left:50%}.focus-within\:left-1\/3{left:33.333333%}.focus-within\:left-1\/4{left:25%}.focus-within\:left-1\/5{left:20%}.focus-within\:left-1\/6{left:16.666667%}.focus-within\:left-1\/12{left:8.333333%}.focus-within\:z-0:focus-within{z-index:0}.focus-within\:z-10:focus-within{z-index:10}.focus-within\:z-20:focus-within{z-index:20}.focus-within\:z-30:focus-within{z-index:30}.focus-within\:z-40:focus-within{z-index:40}.focus-within\:z-50:focus-within{z-index:50}.focus-within\:z-auto:focus-within{z-index:auto}.focus-within\:m-auto{margin:auto}.focus-within\:ml-auto{margin-left:auto}.focus-within\:mr-auto{margin-right:auto}.focus-within\:mx-auto{margin:0 auto}.focus-within\:my-auto{margin:auto 0}.focus-within\:mb-auto{margin-bottom:auto}.focus-within\:mt-auto{margin-top:auto}.focus-within\:m-0{margin:0}.focus-within\:ml-0{margin-left:0}.focus-within\:mr-0{margin-right:0}.focus-within\:mx-0,.focus-within\:my-0{margin:0}.focus-within\:mb-0{margin-bottom:0}.focus-within\:mt-0{margin-top:0}.focus-within\:m-1{margin:.25rem}.focus-within\:ml-1{margin-left:.25rem}.focus-within\:mr-1{margin-right:.25rem}.focus-within\:mx-1{margin:0px .25rem}.focus-within\:my-1{margin:.25rem 0px}.focus-within\:mb-1{margin-bottom:.25rem}.focus-within\:mt-1{margin-top:.25rem}.focus-within\:m-2{margin:.5rem}.focus-within\:ml-2{margin-left:.5rem}.focus-within\:mr-2{margin-right:.5rem}.focus-within\:mx-2{margin:0px .5rem}.focus-within\:my-2{margin:.5rem 0px}.focus-within\:mb-2{margin-bottom:.5rem}.focus-within\:mt-2{margin-top:.5rem}.focus-within\:m-3{margin:.75rem}.focus-within\:ml-3{margin-left:.75rem}.focus-within\:mr-3{margin-right:.75rem}.focus-within\:mx-3{margin:0px .75rem}.focus-within\:my-3{margin:.75rem 0px}.focus-within\:mb-3{margin-bottom:.75rem}.focus-within\:mt-3{margin-top:.75rem}.focus-within\:m-4{margin:1rem}.focus-within\:ml-4{margin-left:1rem}.focus-within\:mr-4{margin-right:1rem}.focus-within\:mx-4{margin:0px 1rem}.focus-within\:my-4{margin:1rem 0px}.focus-within\:mb-4{margin-bottom:1rem}.focus-within\:mt-4{margin-top:1rem}.focus-within\:m-5{margin:1.25rem}.focus-within\:ml-5{margin-left:1.25rem}.focus-within\:mr-5{margin-right:1.25rem}.focus-within\:mx-5{margin:0px 1.25rem}.focus-within\:my-5{margin:1.25rem 0px}.focus-within\:mb-5{margin-bottom:1.25rem}.focus-within\:mt-5{margin-top:1.25rem}.focus-within\:m-6{margin:1.5rem}.focus-within\:ml-6{margin-left:1.5rem}.focus-within\:mr-6{margin-right:1.5rem}.focus-within\:mx-6{margin:0px 1.5rem}.focus-within\:my-6{margin:1.5rem 0px}.focus-within\:mb-6{margin-bottom:1.5rem}.focus-within\:mt-6{margin-top:1.5rem}.focus-within\:m-7{margin:1.75rem}.focus-within\:ml-7{margin-left:1.75rem}.focus-within\:mr-7{margin-right:1.75rem}.focus-within\:mx-7{margin:0px 1.75rem}.focus-within\:my-7{margin:1.75rem 0px}.focus-within\:mb-7{margin-bottom:1.75rem}.focus-within\:mt-7{margin-top:1.75rem}.focus-within\:m-8{margin:2rem}.focus-within\:ml-8{margin-left:2rem}.focus-within\:mr-8{margin-right:2rem}.focus-within\:mx-8{margin:0px 2rem}.focus-within\:my-8{margin:2rem 0px}.focus-within\:mb-8{margin-bottom:2rem}.focus-within\:mt-8{margin-top:2rem}.focus-within\:m-9{margin:2.25rem}.focus-within\:ml-9{margin-left:2.25rem}.focus-within\:mr-9{margin-right:2.25rem}.focus-within\:mx-9{margin:0px 2.25rem}.focus-within\:my-9{margin:2.25rem 0px}.focus-within\:mb-9{margin-bottom:2.25rem}.focus-within\:mt-9{margin-top:2.25rem}.focus-within\:m-10{margin:2.5rem}.focus-within\:ml-10{margin-left:2.5rem}.focus-within\:mr-10{margin-right:2.5rem}.focus-within\:mx-10{margin:0px 2.5rem}.focus-within\:my-10{margin:2.5rem 0px}.focus-within\:mb-10{margin-bottom:2.5rem}.focus-within\:mt-10{margin-top:2.5rem}.focus-within\:m-11{margin:2.75rem}.focus-within\:ml-11{margin-left:2.75rem}.focus-within\:mr-11{margin-right:2.75rem}.focus-within\:mx-11{margin:0px 2.75rem}.focus-within\:my-11{margin:2.75rem 0px}.focus-within\:mb-11{margin-bottom:2.75rem}.focus-within\:mt-11{margin-top:2.75rem}.focus-within\:m-12{margin:3rem}.focus-within\:ml-12{margin-left:3rem}.focus-within\:mr-12{margin-right:3rem}.focus-within\:mx-12{margin:0px 3rem}.focus-within\:my-12{margin:3rem 0px}.focus-within\:mb-12{margin-bottom:3rem}.focus-within\:mt-12{margin-top:3rem}.focus-within\:m-14{margin:3.5rem}.focus-within\:ml-14{margin-left:3.5rem}.focus-within\:mr-14{margin-right:3.5rem}.focus-within\:mx-14{margin:0px 3.5rem}.focus-within\:my-14{margin:3.5rem 0px}.focus-within\:mb-14{margin-bottom:3.5rem}.focus-within\:mt-14{margin-top:3.5rem}.focus-within\:m-16{margin:4rem}.focus-within\:ml-16{margin-left:4rem}.focus-within\:mr-16{margin-right:4rem}.focus-within\:mx-16{margin:0px 4rem}.focus-within\:my-16{margin:4rem 0px}.focus-within\:mb-16{margin-bottom:4rem}.focus-within\:mt-16{margin-top:4rem}.focus-within\:m-20{margin:5rem}.focus-within\:ml-20{margin-left:5rem}.focus-within\:mr-20{margin-right:5rem}.focus-within\:mx-20{margin:0px 5rem}.focus-within\:my-20{margin:5rem 0px}.focus-within\:mb-20{margin-bottom:5rem}.focus-within\:mt-20{margin-top:5rem}.focus-within\:m-24{margin:6rem}.focus-within\:ml-24{margin-left:6rem}.focus-within\:mr-24{margin-right:6rem}.focus-within\:mx-24{margin:0px 6rem}.focus-within\:my-24{margin:6rem 0px}.focus-within\:mb-24{margin-bottom:6rem}.focus-within\:mt-24{margin-top:6rem}.focus-within\:m-28{margin:7rem}.focus-within\:ml-28{margin-left:7rem}.focus-within\:mr-28{margin-right:7rem}.focus-within\:mx-28{margin:0px 7rem}.focus-within\:my-28{margin:7rem 0px}.focus-within\:mb-28{margin-bottom:7rem}.focus-within\:mt-28{margin-top:7rem}.focus-within\:m-32{margin:8rem}.focus-within\:ml-32{margin-left:8rem}.focus-within\:mr-32{margin-right:8rem}.focus-within\:mx-32{margin:0px 8rem}.focus-within\:my-32{margin:8rem 0px}.focus-within\:mb-32{margin-bottom:8rem}.focus-within\:mt-32{margin-top:8rem}.focus-within\:m-36{margin:9rem}.focus-within\:ml-36{margin-left:9rem}.focus-within\:mr-36{margin-right:9rem}.focus-within\:mx-36{margin:0px 9rem}.focus-within\:my-36{margin:9rem 0px}.focus-within\:mb-36{margin-bottom:9rem}.focus-within\:mt-36{margin-top:9rem}.focus-within\:m-40{margin:10rem}.focus-within\:ml-40{margin-left:10rem}.focus-within\:mr-40{margin-right:10rem}.focus-within\:mx-40{margin:0px 10rem}.focus-within\:my-40{margin:10rem 0px}.focus-within\:mb-40{margin-bottom:10rem}.focus-within\:mt-40{margin-top:10rem}.focus-within\:m-44{margin:11rem}.focus-within\:ml-44{margin-left:11rem}.focus-within\:mr-44{margin-right:11rem}.focus-within\:mx-44{margin:0px 11rem}.focus-within\:my-44{margin:11rem 0px}.focus-within\:mb-44{margin-bottom:11rem}.focus-within\:mt-44{margin-top:11rem}.focus-within\:m-48{margin:12rem}.focus-within\:ml-48{margin-left:12rem}.focus-within\:mr-48{margin-right:12rem}.focus-within\:mx-48{margin:0px 12rem}.focus-within\:my-48{margin:12rem 0px}.focus-within\:mb-48{margin-bottom:12rem}.focus-within\:mt-48{margin-top:12rem}.focus-within\:m-52{margin:13rem}.focus-within\:ml-52{margin-left:13rem}.focus-within\:mr-52{margin-right:13rem}.focus-within\:mx-52{margin:0px 13rem}.focus-within\:my-52{margin:13rem 0px}.focus-within\:mb-52{margin-bottom:13rem}.focus-within\:mt-52{margin-top:13rem}.focus-within\:m-56{margin:14rem}.focus-within\:ml-56{margin-left:14rem}.focus-within\:mr-56{margin-right:14rem}.focus-within\:mx-56{margin:0px 14rem}.focus-within\:my-56{margin:14rem 0px}.focus-within\:mb-56{margin-bottom:14rem}.focus-within\:mt-56{margin-top:14rem}.focus-within\:m-60{margin:15rem}.focus-within\:ml-60{margin-left:15rem}.focus-within\:mr-60{margin-right:15rem}.focus-within\:mx-60{margin:0px 15rem}.focus-within\:my-60{margin:15rem 0px}.focus-within\:mb-60{margin-bottom:15rem}.focus-within\:mt-60{margin-top:15rem}.focus-within\:m-64{margin:16rem}.focus-within\:ml-64{margin-left:16rem}.focus-within\:mr-64{margin-right:16rem}.focus-within\:mx-64{margin:0px 16rem}.focus-within\:my-64{margin:16rem 0px}.focus-within\:mb-64{margin-bottom:16rem}.focus-within\:mt-64{margin-top:16rem}.focus-within\:m-72{margin:18rem}.focus-within\:ml-72{margin-left:18rem}.focus-within\:mr-72{margin-right:18rem}.focus-within\:mx-72{margin:0px 18rem}.focus-within\:my-72{margin:18rem 0px}.focus-within\:mb-72{margin-bottom:18rem}.focus-within\:mt-72{margin-top:18rem}.focus-within\:m-80{margin:20rem}.focus-within\:ml-80{margin-left:20rem}.focus-within\:mr-80{margin-right:20rem}.focus-within\:mx-80{margin:0px 20rem}.focus-within\:my-80{margin:20rem 0px}.focus-within\:mb-80{margin-bottom:20rem}.focus-within\:mt-80{margin-top:20rem}.focus-within\:m-96{margin:24rem}.focus-within\:ml-96{margin-left:24rem}.focus-within\:mr-96{margin-right:24rem}.focus-within\:mx-96{margin:0px 24rem}.focus-within\:my-96{margin:24rem 0px}.focus-within\:mb-96{margin-bottom:24rem}.focus-within\:mt-96{margin-top:24rem}.focus-within\:gap-0:focus-within{gap:0px}.focus-within\:gap-1:focus-within{gap:.25rem}.focus-within\:gap-2:focus-within{gap:.5rem}.focus-within\:gap-3:focus-within{gap:.75rem}.focus-within\:gap-4:focus-within{gap:1rem}.focus-within\:gap-5:focus-within{gap:1.25rem}.focus-within\:gap-6:focus-within{gap:1.5rem}.focus-within\:gap-7:focus-within{gap:1.75rem}.focus-within\:gap-8:focus-within{gap:2rem}.focus-within\:gap-9:focus-within{gap:2.25rem}.focus-within\:gap-10:focus-within{gap:2.5rem}.focus-within\:gap-11:focus-within{gap:2.75rem}.focus-within\:gap-12:focus-within{gap:3rem}.focus-within\:gap-14:focus-within{gap:3.5rem}.focus-within\:gap-16:focus-within{gap:4rem}.focus-within\:gap-20:focus-within{gap:5rem}.focus-within\:gap-24:focus-within{gap:6rem}.focus-within\:gap-28:focus-within{gap:7rem}.focus-within\:gap-32:focus-within{gap:8rem}.focus-within\:gap-36:focus-within{gap:9rem}.focus-within\:gap-40:focus-within{gap:10rem}.focus-within\:gap-44:focus-within{gap:11rem}.focus-within\:gap-48:focus-within{gap:12rem}.focus-within\:gap-52:focus-within{gap:13rem}.focus-within\:gap-56:focus-within{gap:14rem}.focus-within\:gap-60:focus-within{gap:15rem}.focus-within\:gap-64:focus-within{gap:16rem}.focus-within\:gap-72:focus-within{gap:18rem}.focus-within\:gap-80:focus-within{gap:20rem}.focus-within\:gap-96:focus-within{gap:24rem}.focus-within\:justify-center:focus-within{justify-content:center}.focus-within\:justify-end:focus-within{justify-content:end}.focus-within\:justify-start:focus-within{justify-content:start}.focus-within\:justify-between:focus-within{justify-content:space-between}.focus-within\:justify-baseline:focus-within{justify-content:baseline}.focus-within\:justify-around:focus-within{justify-content:space-around}.focus-within\:justify-evenly:focus-within{justify-content:space-evenly}.focus-within\:items-center:focus-within{align-items:center}.focus-within\:items-baseline:focus-within{align-items:baseline}.focus-within\:items-end:focus-within{align-items:flex-end}.focus-within\:items-start:focus-within{align-items:flex-start}.focus-within\:grid-cols-1:focus-within{grid-template-columns:repeat(1,minmax(0,1fr))}.focus-within\:grid-cols-2:focus-within{grid-template-columns:repeat(2,minmax(0,1fr))}.focus-within\:grid-cols-3:focus-within{grid-template-columns:repeat(3,minmax(0,1fr))}.focus-within\:grid-cols-4:focus-within{grid-template-columns:repeat(4,minmax(0,1fr))}.focus-within\:grid-cols-5:focus-within{grid-template-columns:repeat(5,minmax(0,1fr))}.focus-within\:grid-cols-6:focus-within{grid-template-columns:repeat(6,minmax(0,1fr))}.focus-within\:grid-cols-7:focus-within{grid-template-columns:repeat(7,minmax(0,1fr))}.focus-within\:grid-cols-8:focus-within{grid-template-columns:repeat(8,minmax(0,1fr))}.focus-within\:grid-cols-9:focus-within{grid-template-columns:repeat(9,minmax(0,1fr))}.focus-within\:grid-cols-10:focus-within{grid-template-columns:repeat(10,minmax(0,1fr))}.focus-within\:grid-cols-11:focus-within{grid-template-columns:repeat(11,minmax(0,1fr))}.focus-within\:grid-cols-12:focus-within{grid-template-columns:repeat(12,minmax(0,1fr))}.focus-within\:grid-cols-none:focus-within{grid-template-columns:none}.focus-within\:object-contain:focus-within{object-fit:contain}.focus-within\:object-cover:focus-within{object-fit:cover}.focus-within\:object-fill:focus-within{object-fit:fill}.focus-within\:object-none:focus-within{object-fit:none}.focus-within\:object-scale-down:focus-within{object-fit:scale-down}.focus-within\:backdrop-blur-none:focus-within{backdrop-filter:blur(0)}.focus-within\:backdrop-blur-sm:focus-within{backdrop-filter:blur(4px)}.focus-within\:backdrop-blur:focus-within{backdrop-filter:blur(8px)}.focus-within\:backdrop-blur-md:focus-within{backdrop-filter:blur(12px)}.focus-within\:backdrop-blur-lg:focus-within{backdrop-filter:blur(16px)}.focus-within\:backdrop-blur-xl:focus-within{backdrop-filter:blur(24px)}.focus-within\:backdrop-blur-2xl:focus-within{backdrop-filter:blur(40px)}.focus-within\:backdrop-blur-3xl:focus-within{backdrop-filter:blur(64px)}.focus-within\:col-auto:focus-within{grid-column:auto}.focus-within\:col-span-1:focus-within{grid-column:span 1/span 1}.focus-within\:col-span-2:focus-within{grid-column:span 2/span 2}.focus-within\:col-span-3:focus-within{grid-column:span 3/span 3}.focus-within\:col-span-4:focus-within{grid-column:span 4/span 4}.focus-within\:col-span-5:focus-within{grid-column:span 5/span 5}.focus-within\:col-span-6:focus-within{grid-column:span 6/span 6}.focus-within\:col-span-7:focus-within{grid-column:span 7/span 7}.focus-within\:col-span-8:focus-within{grid-column:span 8/span 8}.focus-within\:col-span-9:focus-within{grid-column:span 9/span 9}.focus-within\:col-span-10:focus-within{grid-column:span 10/span 10}.focus-within\:col-span-11:focus-within{grid-column:span 11/span 11}.focus-within\:col-span-12:focus-within{grid-column:span 12/span 12}.focus-within\:col-start-1:focus-within{grid-column-start:1}.focus-within\:col-start-2:focus-within{grid-column-start:2}.focus-within\:col-start-3:focus-within{grid-column-start:3}.focus-within\:col-start-4:focus-within{grid-column-start:4}.focus-within\:col-start-5:focus-within{grid-column-start:5}.focus-within\:col-start-6:focus-within{grid-column-start:6}.focus-within\:col-start-7:focus-within{grid-column-start:7}.focus-within\:col-start-8:focus-within{grid-column-start:8}.focus-within\:col-start-9:focus-within{grid-column-start:9}.focus-within\:col-start-10:focus-within{grid-column-start:10}.focus-within\:col-start-11:focus-within{grid-column-start:11}.focus-within\:col-start-12:focus-within{grid-column-start:12}.focus-within\:col-start-13:focus-within{grid-column-start:13}.focus-within\:col-start-auto:focus-within{grid-column-start:auto}.focus-within\:col-end-1:focus-within{grid-column-end:1}.focus-within\:col-end-2:focus-within{grid-column-end:2}.focus-within\:col-end-3:focus-within{grid-column-end:3}.focus-within\:col-end-4:focus-within{grid-column-end:4}.focus-within\:col-end-5:focus-within{grid-column-end:5}.focus-within\:col-end-6:focus-within{grid-column-end:6}.focus-within\:col-end-7:focus-within{grid-column-end:7}.focus-within\:col-end-8:focus-within{grid-column-end:8}.focus-within\:col-end-9:focus-within{grid-column-end:9}.focus-within\:col-end-10:focus-within{grid-column-end:10}.focus-within\:col-end-11:focus-within{grid-column-end:11}.focus-within\:col-end-12:focus-within{grid-column-end:12}.focus-within\:col-end-13:focus-within{grid-column-end:13}.focus-within\:col-end-auto:focus-within{grid-column-end:auto}.focus-within\:indent-0:focus-within{text-indent:0px}.focus-within\:indent-px:focus-within{text-indent:1px}.focus-within\:indent-1:focus-within{text-indent:.25rem}.focus-within\:indent-2:focus-within{text-indent:.5rem}.focus-within\:indent-3:focus-within{text-indent:.75rem}.focus-within\:indent-4:focus-within{text-indent:1rem}.focus-within\:indent-5:focus-within{text-indent:1.25rem}.focus-within\:indent-6:focus-within{text-indent:1.5rem}.focus-within\:indent-7:focus-within{text-indent:1.75rem}.focus-within\:indent-8:focus-within{text-indent:2rem}.focus-within\:indent-9:focus-within{text-indent:2.25rem}.focus-within\:indent-10:focus-within{text-indent:2.5rem}.focus-within\:indent-11:focus-within{text-indent:2.75rem}.focus-within\:indent-12:focus-within{text-indent:3rem}.focus-within\:indent-14:focus-within{text-indent:3.5rem}.focus-within\:indent-16:focus-within{text-indent:4rem}.focus-within\:indent-20:focus-within{text-indent:5rem}.focus-within\:indent-24:focus-within{text-indent:6rem}.focus-within\:indent-28:focus-within{text-indent:7rem}.focus-within\:indent-32:focus-within{text-indent:8rem}.focus-within\:indent-36:focus-within{text-indent:9rem}.focus-within\:indent-40:focus-within{text-indent:10rem}.focus-within\:indent-44:focus-within{text-indent:11rem}.focus-within\:indent-48:focus-within{text-indent:12rem}.focus-within\:indent-52:focus-within{text-indent:13rem}.focus-within\:indent-56:focus-within{text-indent:14rem}.focus-within\:indent-60:focus-within{text-indent:15rem}.focus-within\:indent-64:focus-within{text-indent:16rem}.focus-within\:indent-72:focus-within{text-indent:18rem}.focus-within\:indent-80:focus-within{text-indent:20rem}.focus-within\:indent-96:focus-within{text-indent:24rem}.focus-within\:indent-0\.5{text-transform:.125rem}.focus-within\:indent-1\.5{text-transform:.375rem}.focus-within\:indent-2\.5{text-transform:.625rem}.focus-within\:indent-3\.5{text-transform:.875rem}.focus-within\: .underline:focus-within{-webkit-text-decoration-line:underline;text-decoration-line:underline}.focus-within\: .overline:focus-within{-webkit-text-decoration-line:overline;text-decoration-line:overline}.focus-within\: .through:focus-within{-webkit-text-decoration-line:line-through;text-decoration-line:line-through}.focus-within\: .none:focus-within{-webkit-text-decoration-line:none;text-decoration-line:none}.focus-within\: .uppercase:focus-within{text-transform:uppercase}.focus-within\: .lowercase:focus-within{text-transform:lowercase}.focus-within\: .capitalize:focus-within{text-transform:capitalize}.focus-within\: .normal-case:focus-within{text-transform:none}.focus-within\:shadow-2-12:focus-within{box-shadow:0 2px 4px #0000001f}.focus-within\:shadow-4-10:focus-within{box-shadow:0 4px 8px #0000001a}.focus-within\:shadow-6-10:focus-within{box-shadow:0 6px 12px #0000001a}.focus-within\:shadow-6-8:focus-within{box-shadow:0 8px 16px #00000014}.focus-within\:shadow-primary:focus-within{box-shadow:0 0 0 1px #6492ff}.focus-within\:shadow-danger:focus-within{box-shadow:0 0 0 1px #fdabb9}.focus-within\:shadow-warning:focus-within{box-shadow:0 0 0 1px #fbe0a9}.focus-within\:shadow-info:focus-within{box-shadow:0 0 0 1px #c1d9fd}.focus-within\:shadow-success:focus-within{box-shadow:0 0 0 1px #c1d9fd}.focus-within\:shadow-loading:focus-within{box-shadow:0 0 0 1px #757575}.focus-within\:shadow-header:focus-within{box-shadow:0 2px 4px #0000001f}.focus-within\:shadow-none:focus-within{box-shadow:none}.focus-within\:button-extraSm:focus-within{padding:6px 16px}.focus-within\:button-normal:focus-within{padding:16px 32px}.after\:bg-transparent:after{content:attr(content);background-color:transparent}.after\:bg-transparent\/0:after{content:attr(content);background-color:#0000}.after\:bg-transparent\/10:after{content:attr(content);background-color:#0000001a}.after\:bg-transparent\/20:after{content:attr(content);background-color:#0003}.after\:bg-transparent\/30:after{content:attr(content);background-color:#0000004d}.after\:bg-transparent\/40:after{content:attr(content);background-color:#0006}.after\:bg-transparent\/50:after{content:attr(content);background-color:#00000080}.after\:bg-transparent\/60:after{content:attr(content);background-color:#0009}.after\:bg-transparent\/70:after{content:attr(content);background-color:#000000b3}.after\:bg-transparent\/75:after{content:attr(content);background-color:#000000bf}.after\:bg-transparent\/80:after{content:attr(content);background-color:#000c}.after\:bg-transparent\/90:after{content:attr(content);background-color:#000000e6}.after\:bg-black:after{content:attr(content);background-color:#000}.after\:bg-black\/0:after{content:attr(content);background-color:#0000}.after\:bg-black\/10:after{content:attr(content);background-color:#0000001a}.after\:bg-black\/20:after{content:attr(content);background-color:#0003}.after\:bg-black\/30:after{content:attr(content);background-color:#0000004d}.after\:bg-black\/40:after{content:attr(content);background-color:#0006}.after\:bg-black\/50:after{content:attr(content);background-color:#00000080}.after\:bg-black\/60:after{content:attr(content);background-color:#0009}.after\:bg-black\/70:after{content:attr(content);background-color:#000000b3}.after\:bg-black\/75:after{content:attr(content);background-color:#000000bf}.after\:bg-black\/80:after{content:attr(content);background-color:#000c}.after\:bg-black\/90:after{content:attr(content);background-color:#000000e6}.after\:bg-white:after{content:attr(content);background-color:#fff}.after\:bg-white\/0:after{content:attr(content);background-color:#fff0}.after\:bg-white\/10:after{content:attr(content);background-color:#ffffff1a}.after\:bg-white\/20:after{content:attr(content);background-color:#fff3}.after\:bg-white\/30:after{content:attr(content);background-color:#ffffff4d}.after\:bg-white\/40:after{content:attr(content);background-color:#fff6}.after\:bg-white\/50:after{content:attr(content);background-color:#ffffff80}.after\:bg-white\/60:after{content:attr(content);background-color:#fff9}.after\:bg-white\/70:after{content:attr(content);background-color:#ffffffb3}.after\:bg-white\/75:after{content:attr(content);background-color:#ffffffbf}.after\:bg-white\/80:after{content:attr(content);background-color:#fffc}.after\:bg-white\/90:after{content:attr(content);background-color:#ffffffe6}.after\:bg-slate-50:after{content:attr(content);background-color:#f8fafc}.after\:bg-slate-50\/0:after{content:attr(content);background-color:#f8fafc00}.after\:bg-slate-50\/10:after{content:attr(content);background-color:#f8fafc1a}.after\:bg-slate-50\/20:after{content:attr(content);background-color:#f8fafc33}.after\:bg-slate-50\/30:after{content:attr(content);background-color:#f8fafc4d}.after\:bg-slate-50\/40:after{content:attr(content);background-color:#f8fafc66}.after\:bg-slate-50\/50:after{content:attr(content);background-color:#f8fafc80}.after\:bg-slate-50\/60:after{content:attr(content);background-color:#f8fafc99}.after\:bg-slate-50\/70:after{content:attr(content);background-color:#f8fafcb3}.after\:bg-slate-50\/75:after{content:attr(content);background-color:#f8fafcbf}.after\:bg-slate-50\/80:after{content:attr(content);background-color:#f8fafccc}.after\:bg-slate-50\/90:after{content:attr(content);background-color:#f8fafce6}.after\:bg-slate-100:after{content:attr(content);background-color:#f1f5f9}.after\:bg-slate-100\/0:after{content:attr(content);background-color:#f1f5f900}.after\:bg-slate-100\/10:after{content:attr(content);background-color:#f1f5f91a}.after\:bg-slate-100\/20:after{content:attr(content);background-color:#f1f5f933}.after\:bg-slate-100\/30:after{content:attr(content);background-color:#f1f5f94d}.after\:bg-slate-100\/40:after{content:attr(content);background-color:#f1f5f966}.after\:bg-slate-100\/50:after{content:attr(content);background-color:#f1f5f980}.after\:bg-slate-100\/60:after{content:attr(content);background-color:#f1f5f999}.after\:bg-slate-100\/70:after{content:attr(content);background-color:#f1f5f9b3}.after\:bg-slate-100\/75:after{content:attr(content);background-color:#f1f5f9bf}.after\:bg-slate-100\/80:after{content:attr(content);background-color:#f1f5f9cc}.after\:bg-slate-100\/90:after{content:attr(content);background-color:#f1f5f9e6}.after\:bg-slate-200:after{content:attr(content);background-color:#e2e8f0}.after\:bg-slate-200\/0:after{content:attr(content);background-color:#e2e8f000}.after\:bg-slate-200\/10:after{content:attr(content);background-color:#e2e8f01a}.after\:bg-slate-200\/20:after{content:attr(content);background-color:#e2e8f033}.after\:bg-slate-200\/30:after{content:attr(content);background-color:#e2e8f04d}.after\:bg-slate-200\/40:after{content:attr(content);background-color:#e2e8f066}.after\:bg-slate-200\/50:after{content:attr(content);background-color:#e2e8f080}.after\:bg-slate-200\/60:after{content:attr(content);background-color:#e2e8f099}.after\:bg-slate-200\/70:after{content:attr(content);background-color:#e2e8f0b3}.after\:bg-slate-200\/75:after{content:attr(content);background-color:#e2e8f0bf}.after\:bg-slate-200\/80:after{content:attr(content);background-color:#e2e8f0cc}.after\:bg-slate-200\/90:after{content:attr(content);background-color:#e2e8f0e6}.after\:bg-slate-300:after{content:attr(content);background-color:#cbd5e1}.after\:bg-slate-300\/0:after{content:attr(content);background-color:#cbd5e100}.after\:bg-slate-300\/10:after{content:attr(content);background-color:#cbd5e11a}.after\:bg-slate-300\/20:after{content:attr(content);background-color:#cbd5e133}.after\:bg-slate-300\/30:after{content:attr(content);background-color:#cbd5e14d}.after\:bg-slate-300\/40:after{content:attr(content);background-color:#cbd5e166}.after\:bg-slate-300\/50:after{content:attr(content);background-color:#cbd5e180}.after\:bg-slate-300\/60:after{content:attr(content);background-color:#cbd5e199}.after\:bg-slate-300\/70:after{content:attr(content);background-color:#cbd5e1b3}.after\:bg-slate-300\/75:after{content:attr(content);background-color:#cbd5e1bf}.after\:bg-slate-300\/80:after{content:attr(content);background-color:#cbd5e1cc}.after\:bg-slate-300\/90:after{content:attr(content);background-color:#cbd5e1e6}.after\:bg-slate-400:after{content:attr(content);background-color:#94a3b8}.after\:bg-slate-400\/0:after{content:attr(content);background-color:#94a3b800}.after\:bg-slate-400\/10:after{content:attr(content);background-color:#94a3b81a}.after\:bg-slate-400\/20:after{content:attr(content);background-color:#94a3b833}.after\:bg-slate-400\/30:after{content:attr(content);background-color:#94a3b84d}.after\:bg-slate-400\/40:after{content:attr(content);background-color:#94a3b866}.after\:bg-slate-400\/50:after{content:attr(content);background-color:#94a3b880}.after\:bg-slate-400\/60:after{content:attr(content);background-color:#94a3b899}.after\:bg-slate-400\/70:after{content:attr(content);background-color:#94a3b8b3}.after\:bg-slate-400\/75:after{content:attr(content);background-color:#94a3b8bf}.after\:bg-slate-400\/80:after{content:attr(content);background-color:#94a3b8cc}.after\:bg-slate-400\/90:after{content:attr(content);background-color:#94a3b8e6}.after\:bg-slate-500:after{content:attr(content);background-color:#64748b}.after\:bg-slate-500\/0:after{content:attr(content);background-color:#64748b00}.after\:bg-slate-500\/10:after{content:attr(content);background-color:#64748b1a}.after\:bg-slate-500\/20:after{content:attr(content);background-color:#64748b33}.after\:bg-slate-500\/30:after{content:attr(content);background-color:#64748b4d}.after\:bg-slate-500\/40:after{content:attr(content);background-color:#64748b66}.after\:bg-slate-500\/50:after{content:attr(content);background-color:#64748b80}.after\:bg-slate-500\/60:after{content:attr(content);background-color:#64748b99}.after\:bg-slate-500\/70:after{content:attr(content);background-color:#64748bb3}.after\:bg-slate-500\/75:after{content:attr(content);background-color:#64748bbf}.after\:bg-slate-500\/80:after{content:attr(content);background-color:#64748bcc}.after\:bg-slate-500\/90:after{content:attr(content);background-color:#64748be6}.after\:bg-slate-600:after{content:attr(content);background-color:#475569}.after\:bg-slate-600\/0:after{content:attr(content);background-color:#47556900}.after\:bg-slate-600\/10:after{content:attr(content);background-color:#4755691a}.after\:bg-slate-600\/20:after{content:attr(content);background-color:#47556933}.after\:bg-slate-600\/30:after{content:attr(content);background-color:#4755694d}.after\:bg-slate-600\/40:after{content:attr(content);background-color:#47556966}.after\:bg-slate-600\/50:after{content:attr(content);background-color:#47556980}.after\:bg-slate-600\/60:after{content:attr(content);background-color:#47556999}.after\:bg-slate-600\/70:after{content:attr(content);background-color:#475569b3}.after\:bg-slate-600\/75:after{content:attr(content);background-color:#475569bf}.after\:bg-slate-600\/80:after{content:attr(content);background-color:#475569cc}.after\:bg-slate-600\/90:after{content:attr(content);background-color:#475569e6}.after\:bg-slate-700:after{content:attr(content);background-color:#334155}.after\:bg-slate-700\/0:after{content:attr(content);background-color:#33415500}.after\:bg-slate-700\/10:after{content:attr(content);background-color:#3341551a}.after\:bg-slate-700\/20:after{content:attr(content);background-color:#33415533}.after\:bg-slate-700\/30:after{content:attr(content);background-color:#3341554d}.after\:bg-slate-700\/40:after{content:attr(content);background-color:#33415566}.after\:bg-slate-700\/50:after{content:attr(content);background-color:#33415580}.after\:bg-slate-700\/60:after{content:attr(content);background-color:#33415599}.after\:bg-slate-700\/70:after{content:attr(content);background-color:#334155b3}.after\:bg-slate-700\/75:after{content:attr(content);background-color:#334155bf}.after\:bg-slate-700\/80:after{content:attr(content);background-color:#334155cc}.after\:bg-slate-700\/90:after{content:attr(content);background-color:#334155e6}.after\:bg-slate-800:after{content:attr(content);background-color:#1e293b}.after\:bg-slate-800\/0:after{content:attr(content);background-color:#1e293b00}.after\:bg-slate-800\/10:after{content:attr(content);background-color:#1e293b1a}.after\:bg-slate-800\/20:after{content:attr(content);background-color:#1e293b33}.after\:bg-slate-800\/30:after{content:attr(content);background-color:#1e293b4d}.after\:bg-slate-800\/40:after{content:attr(content);background-color:#1e293b66}.after\:bg-slate-800\/50:after{content:attr(content);background-color:#1e293b80}.after\:bg-slate-800\/60:after{content:attr(content);background-color:#1e293b99}.after\:bg-slate-800\/70:after{content:attr(content);background-color:#1e293bb3}.after\:bg-slate-800\/75:after{content:attr(content);background-color:#1e293bbf}.after\:bg-slate-800\/80:after{content:attr(content);background-color:#1e293bcc}.after\:bg-slate-800\/90:after{content:attr(content);background-color:#1e293be6}.after\:bg-slate-900:after{content:attr(content);background-color:#0f172a}.after\:bg-slate-900\/0:after{content:attr(content);background-color:#0f172a00}.after\:bg-slate-900\/10:after{content:attr(content);background-color:#0f172a1a}.after\:bg-slate-900\/20:after{content:attr(content);background-color:#0f172a33}.after\:bg-slate-900\/30:after{content:attr(content);background-color:#0f172a4d}.after\:bg-slate-900\/40:after{content:attr(content);background-color:#0f172a66}.after\:bg-slate-900\/50:after{content:attr(content);background-color:#0f172a80}.after\:bg-slate-900\/60:after{content:attr(content);background-color:#0f172a99}.after\:bg-slate-900\/70:after{content:attr(content);background-color:#0f172ab3}.after\:bg-slate-900\/75:after{content:attr(content);background-color:#0f172abf}.after\:bg-slate-900\/80:after{content:attr(content);background-color:#0f172acc}.after\:bg-slate-900\/90:after{content:attr(content);background-color:#0f172ae6}.after\:bg-slate-950:after{content:attr(content);background-color:#020617}.after\:bg-slate-950\/0:after{content:attr(content);background-color:#02061700}.after\:bg-slate-950\/10:after{content:attr(content);background-color:#0206171a}.after\:bg-slate-950\/20:after{content:attr(content);background-color:#02061733}.after\:bg-slate-950\/30:after{content:attr(content);background-color:#0206174d}.after\:bg-slate-950\/40:after{content:attr(content);background-color:#02061766}.after\:bg-slate-950\/50:after{content:attr(content);background-color:#02061780}.after\:bg-slate-950\/60:after{content:attr(content);background-color:#02061799}.after\:bg-slate-950\/70:after{content:attr(content);background-color:#020617b3}.after\:bg-slate-950\/75:after{content:attr(content);background-color:#020617bf}.after\:bg-slate-950\/80:after{content:attr(content);background-color:#020617cc}.after\:bg-slate-950\/90:after{content:attr(content);background-color:#020617e6}.after\:bg-gray-50:after{content:attr(content);background-color:#f9fafb}.after\:bg-gray-50\/0:after{content:attr(content);background-color:#f9fafb00}.after\:bg-gray-50\/10:after{content:attr(content);background-color:#f9fafb1a}.after\:bg-gray-50\/20:after{content:attr(content);background-color:#f9fafb33}.after\:bg-gray-50\/30:after{content:attr(content);background-color:#f9fafb4d}.after\:bg-gray-50\/40:after{content:attr(content);background-color:#f9fafb66}.after\:bg-gray-50\/50:after{content:attr(content);background-color:#f9fafb80}.after\:bg-gray-50\/60:after{content:attr(content);background-color:#f9fafb99}.after\:bg-gray-50\/70:after{content:attr(content);background-color:#f9fafbb3}.after\:bg-gray-50\/75:after{content:attr(content);background-color:#f9fafbbf}.after\:bg-gray-50\/80:after{content:attr(content);background-color:#f9fafbcc}.after\:bg-gray-50\/90:after{content:attr(content);background-color:#f9fafbe6}.after\:bg-gray-100:after{content:attr(content);background-color:#f3f4f6}.after\:bg-gray-100\/0:after{content:attr(content);background-color:#f3f4f600}.after\:bg-gray-100\/10:after{content:attr(content);background-color:#f3f4f61a}.after\:bg-gray-100\/20:after{content:attr(content);background-color:#f3f4f633}.after\:bg-gray-100\/30:after{content:attr(content);background-color:#f3f4f64d}.after\:bg-gray-100\/40:after{content:attr(content);background-color:#f3f4f666}.after\:bg-gray-100\/50:after{content:attr(content);background-color:#f3f4f680}.after\:bg-gray-100\/60:after{content:attr(content);background-color:#f3f4f699}.after\:bg-gray-100\/70:after{content:attr(content);background-color:#f3f4f6b3}.after\:bg-gray-100\/75:after{content:attr(content);background-color:#f3f4f6bf}.after\:bg-gray-100\/80:after{content:attr(content);background-color:#f3f4f6cc}.after\:bg-gray-100\/90:after{content:attr(content);background-color:#f3f4f6e6}.after\:bg-gray-200:after{content:attr(content);background-color:#e5e7eb}.after\:bg-gray-200\/0:after{content:attr(content);background-color:#e5e7eb00}.after\:bg-gray-200\/10:after{content:attr(content);background-color:#e5e7eb1a}.after\:bg-gray-200\/20:after{content:attr(content);background-color:#e5e7eb33}.after\:bg-gray-200\/30:after{content:attr(content);background-color:#e5e7eb4d}.after\:bg-gray-200\/40:after{content:attr(content);background-color:#e5e7eb66}.after\:bg-gray-200\/50:after{content:attr(content);background-color:#e5e7eb80}.after\:bg-gray-200\/60:after{content:attr(content);background-color:#e5e7eb99}.after\:bg-gray-200\/70:after{content:attr(content);background-color:#e5e7ebb3}.after\:bg-gray-200\/75:after{content:attr(content);background-color:#e5e7ebbf}.after\:bg-gray-200\/80:after{content:attr(content);background-color:#e5e7ebcc}.after\:bg-gray-200\/90:after{content:attr(content);background-color:#e5e7ebe6}.after\:bg-gray-300:after{content:attr(content);background-color:#d1d5db}.after\:bg-gray-300\/0:after{content:attr(content);background-color:#d1d5db00}.after\:bg-gray-300\/10:after{content:attr(content);background-color:#d1d5db1a}.after\:bg-gray-300\/20:after{content:attr(content);background-color:#d1d5db33}.after\:bg-gray-300\/30:after{content:attr(content);background-color:#d1d5db4d}.after\:bg-gray-300\/40:after{content:attr(content);background-color:#d1d5db66}.after\:bg-gray-300\/50:after{content:attr(content);background-color:#d1d5db80}.after\:bg-gray-300\/60:after{content:attr(content);background-color:#d1d5db99}.after\:bg-gray-300\/70:after{content:attr(content);background-color:#d1d5dbb3}.after\:bg-gray-300\/75:after{content:attr(content);background-color:#d1d5dbbf}.after\:bg-gray-300\/80:after{content:attr(content);background-color:#d1d5dbcc}.after\:bg-gray-300\/90:after{content:attr(content);background-color:#d1d5dbe6}.after\:bg-gray-400:after{content:attr(content);background-color:#9ca3af}.after\:bg-gray-400\/0:after{content:attr(content);background-color:#9ca3af00}.after\:bg-gray-400\/10:after{content:attr(content);background-color:#9ca3af1a}.after\:bg-gray-400\/20:after{content:attr(content);background-color:#9ca3af33}.after\:bg-gray-400\/30:after{content:attr(content);background-color:#9ca3af4d}.after\:bg-gray-400\/40:after{content:attr(content);background-color:#9ca3af66}.after\:bg-gray-400\/50:after{content:attr(content);background-color:#9ca3af80}.after\:bg-gray-400\/60:after{content:attr(content);background-color:#9ca3af99}.after\:bg-gray-400\/70:after{content:attr(content);background-color:#9ca3afb3}.after\:bg-gray-400\/75:after{content:attr(content);background-color:#9ca3afbf}.after\:bg-gray-400\/80:after{content:attr(content);background-color:#9ca3afcc}.after\:bg-gray-400\/90:after{content:attr(content);background-color:#9ca3afe6}.after\:bg-gray-500:after{content:attr(content);background-color:#6b7280}.after\:bg-gray-500\/0:after{content:attr(content);background-color:#6b728000}.after\:bg-gray-500\/10:after{content:attr(content);background-color:#6b72801a}.after\:bg-gray-500\/20:after{content:attr(content);background-color:#6b728033}.after\:bg-gray-500\/30:after{content:attr(content);background-color:#6b72804d}.after\:bg-gray-500\/40:after{content:attr(content);background-color:#6b728066}.after\:bg-gray-500\/50:after{content:attr(content);background-color:#6b728080}.after\:bg-gray-500\/60:after{content:attr(content);background-color:#6b728099}.after\:bg-gray-500\/70:after{content:attr(content);background-color:#6b7280b3}.after\:bg-gray-500\/75:after{content:attr(content);background-color:#6b7280bf}.after\:bg-gray-500\/80:after{content:attr(content);background-color:#6b7280cc}.after\:bg-gray-500\/90:after{content:attr(content);background-color:#6b7280e6}.after\:bg-gray-600:after{content:attr(content);background-color:#4b5563}.after\:bg-gray-600\/0:after{content:attr(content);background-color:#4b556300}.after\:bg-gray-600\/10:after{content:attr(content);background-color:#4b55631a}.after\:bg-gray-600\/20:after{content:attr(content);background-color:#4b556333}.after\:bg-gray-600\/30:after{content:attr(content);background-color:#4b55634d}.after\:bg-gray-600\/40:after{content:attr(content);background-color:#4b556366}.after\:bg-gray-600\/50:after{content:attr(content);background-color:#4b556380}.after\:bg-gray-600\/60:after{content:attr(content);background-color:#4b556399}.after\:bg-gray-600\/70:after{content:attr(content);background-color:#4b5563b3}.after\:bg-gray-600\/75:after{content:attr(content);background-color:#4b5563bf}.after\:bg-gray-600\/80:after{content:attr(content);background-color:#4b5563cc}.after\:bg-gray-600\/90:after{content:attr(content);background-color:#4b5563e6}.after\:bg-gray-700:after{content:attr(content);background-color:#374151}.after\:bg-gray-700\/0:after{content:attr(content);background-color:#37415100}.after\:bg-gray-700\/10:after{content:attr(content);background-color:#3741511a}.after\:bg-gray-700\/20:after{content:attr(content);background-color:#37415133}.after\:bg-gray-700\/30:after{content:attr(content);background-color:#3741514d}.after\:bg-gray-700\/40:after{content:attr(content);background-color:#37415166}.after\:bg-gray-700\/50:after{content:attr(content);background-color:#37415180}.after\:bg-gray-700\/60:after{content:attr(content);background-color:#37415199}.after\:bg-gray-700\/70:after{content:attr(content);background-color:#374151b3}.after\:bg-gray-700\/75:after{content:attr(content);background-color:#374151bf}.after\:bg-gray-700\/80:after{content:attr(content);background-color:#374151cc}.after\:bg-gray-700\/90:after{content:attr(content);background-color:#374151e6}.after\:bg-gray-800:after{content:attr(content);background-color:#1f2937}.after\:bg-gray-800\/0:after{content:attr(content);background-color:#1f293700}.after\:bg-gray-800\/10:after{content:attr(content);background-color:#1f29371a}.after\:bg-gray-800\/20:after{content:attr(content);background-color:#1f293733}.after\:bg-gray-800\/30:after{content:attr(content);background-color:#1f29374d}.after\:bg-gray-800\/40:after{content:attr(content);background-color:#1f293766}.after\:bg-gray-800\/50:after{content:attr(content);background-color:#1f293780}.after\:bg-gray-800\/60:after{content:attr(content);background-color:#1f293799}.after\:bg-gray-800\/70:after{content:attr(content);background-color:#1f2937b3}.after\:bg-gray-800\/75:after{content:attr(content);background-color:#1f2937bf}.after\:bg-gray-800\/80:after{content:attr(content);background-color:#1f2937cc}.after\:bg-gray-800\/90:after{content:attr(content);background-color:#1f2937e6}.after\:bg-gray-900:after{content:attr(content);background-color:#111827}.after\:bg-gray-900\/0:after{content:attr(content);background-color:#11182700}.after\:bg-gray-900\/10:after{content:attr(content);background-color:#1118271a}.after\:bg-gray-900\/20:after{content:attr(content);background-color:#11182733}.after\:bg-gray-900\/30:after{content:attr(content);background-color:#1118274d}.after\:bg-gray-900\/40:after{content:attr(content);background-color:#11182766}.after\:bg-gray-900\/50:after{content:attr(content);background-color:#11182780}.after\:bg-gray-900\/60:after{content:attr(content);background-color:#11182799}.after\:bg-gray-900\/70:after{content:attr(content);background-color:#111827b3}.after\:bg-gray-900\/75:after{content:attr(content);background-color:#111827bf}.after\:bg-gray-900\/80:after{content:attr(content);background-color:#111827cc}.after\:bg-gray-900\/90:after{content:attr(content);background-color:#111827e6}.after\:bg-gray-950:after{content:attr(content);background-color:#030712}.after\:bg-gray-950\/0:after{content:attr(content);background-color:#03071200}.after\:bg-gray-950\/10:after{content:attr(content);background-color:#0307121a}.after\:bg-gray-950\/20:after{content:attr(content);background-color:#03071233}.after\:bg-gray-950\/30:after{content:attr(content);background-color:#0307124d}.after\:bg-gray-950\/40:after{content:attr(content);background-color:#03071266}.after\:bg-gray-950\/50:after{content:attr(content);background-color:#03071280}.after\:bg-gray-950\/60:after{content:attr(content);background-color:#03071299}.after\:bg-gray-950\/70:after{content:attr(content);background-color:#030712b3}.after\:bg-gray-950\/75:after{content:attr(content);background-color:#030712bf}.after\:bg-gray-950\/80:after{content:attr(content);background-color:#030712cc}.after\:bg-gray-950\/90:after{content:attr(content);background-color:#030712e6}.after\:bg-zinc-50:after{content:attr(content);background-color:#fafafa}.after\:bg-zinc-50\/0:after{content:attr(content);background-color:#fafafa00}.after\:bg-zinc-50\/10:after{content:attr(content);background-color:#fafafa1a}.after\:bg-zinc-50\/20:after{content:attr(content);background-color:#fafafa33}.after\:bg-zinc-50\/30:after{content:attr(content);background-color:#fafafa4d}.after\:bg-zinc-50\/40:after{content:attr(content);background-color:#fafafa66}.after\:bg-zinc-50\/50:after{content:attr(content);background-color:#fafafa80}.after\:bg-zinc-50\/60:after{content:attr(content);background-color:#fafafa99}.after\:bg-zinc-50\/70:after{content:attr(content);background-color:#fafafab3}.after\:bg-zinc-50\/75:after{content:attr(content);background-color:#fafafabf}.after\:bg-zinc-50\/80:after{content:attr(content);background-color:#fafafacc}.after\:bg-zinc-50\/90:after{content:attr(content);background-color:#fafafae6}.after\:bg-zinc-100:after{content:attr(content);background-color:#f4f4f5}.after\:bg-zinc-100\/0:after{content:attr(content);background-color:#f4f4f500}.after\:bg-zinc-100\/10:after{content:attr(content);background-color:#f4f4f51a}.after\:bg-zinc-100\/20:after{content:attr(content);background-color:#f4f4f533}.after\:bg-zinc-100\/30:after{content:attr(content);background-color:#f4f4f54d}.after\:bg-zinc-100\/40:after{content:attr(content);background-color:#f4f4f566}.after\:bg-zinc-100\/50:after{content:attr(content);background-color:#f4f4f580}.after\:bg-zinc-100\/60:after{content:attr(content);background-color:#f4f4f599}.after\:bg-zinc-100\/70:after{content:attr(content);background-color:#f4f4f5b3}.after\:bg-zinc-100\/75:after{content:attr(content);background-color:#f4f4f5bf}.after\:bg-zinc-100\/80:after{content:attr(content);background-color:#f4f4f5cc}.after\:bg-zinc-100\/90:after{content:attr(content);background-color:#f4f4f5e6}.after\:bg-zinc-200:after{content:attr(content);background-color:#e4e4e7}.after\:bg-zinc-200\/0:after{content:attr(content);background-color:#e4e4e700}.after\:bg-zinc-200\/10:after{content:attr(content);background-color:#e4e4e71a}.after\:bg-zinc-200\/20:after{content:attr(content);background-color:#e4e4e733}.after\:bg-zinc-200\/30:after{content:attr(content);background-color:#e4e4e74d}.after\:bg-zinc-200\/40:after{content:attr(content);background-color:#e4e4e766}.after\:bg-zinc-200\/50:after{content:attr(content);background-color:#e4e4e780}.after\:bg-zinc-200\/60:after{content:attr(content);background-color:#e4e4e799}.after\:bg-zinc-200\/70:after{content:attr(content);background-color:#e4e4e7b3}.after\:bg-zinc-200\/75:after{content:attr(content);background-color:#e4e4e7bf}.after\:bg-zinc-200\/80:after{content:attr(content);background-color:#e4e4e7cc}.after\:bg-zinc-200\/90:after{content:attr(content);background-color:#e4e4e7e6}.after\:bg-zinc-300:after{content:attr(content);background-color:#d4d4d8}.after\:bg-zinc-300\/0:after{content:attr(content);background-color:#d4d4d800}.after\:bg-zinc-300\/10:after{content:attr(content);background-color:#d4d4d81a}.after\:bg-zinc-300\/20:after{content:attr(content);background-color:#d4d4d833}.after\:bg-zinc-300\/30:after{content:attr(content);background-color:#d4d4d84d}.after\:bg-zinc-300\/40:after{content:attr(content);background-color:#d4d4d866}.after\:bg-zinc-300\/50:after{content:attr(content);background-color:#d4d4d880}.after\:bg-zinc-300\/60:after{content:attr(content);background-color:#d4d4d899}.after\:bg-zinc-300\/70:after{content:attr(content);background-color:#d4d4d8b3}.after\:bg-zinc-300\/75:after{content:attr(content);background-color:#d4d4d8bf}.after\:bg-zinc-300\/80:after{content:attr(content);background-color:#d4d4d8cc}.after\:bg-zinc-300\/90:after{content:attr(content);background-color:#d4d4d8e6}.after\:bg-zinc-400:after{content:attr(content);background-color:#a1a1aa}.after\:bg-zinc-400\/0:after{content:attr(content);background-color:#a1a1aa00}.after\:bg-zinc-400\/10:after{content:attr(content);background-color:#a1a1aa1a}.after\:bg-zinc-400\/20:after{content:attr(content);background-color:#a1a1aa33}.after\:bg-zinc-400\/30:after{content:attr(content);background-color:#a1a1aa4d}.after\:bg-zinc-400\/40:after{content:attr(content);background-color:#a1a1aa66}.after\:bg-zinc-400\/50:after{content:attr(content);background-color:#a1a1aa80}.after\:bg-zinc-400\/60:after{content:attr(content);background-color:#a1a1aa99}.after\:bg-zinc-400\/70:after{content:attr(content);background-color:#a1a1aab3}.after\:bg-zinc-400\/75:after{content:attr(content);background-color:#a1a1aabf}.after\:bg-zinc-400\/80:after{content:attr(content);background-color:#a1a1aacc}.after\:bg-zinc-400\/90:after{content:attr(content);background-color:#a1a1aae6}.after\:bg-zinc-500:after{content:attr(content);background-color:#71717a}.after\:bg-zinc-500\/0:after{content:attr(content);background-color:#71717a00}.after\:bg-zinc-500\/10:after{content:attr(content);background-color:#71717a1a}.after\:bg-zinc-500\/20:after{content:attr(content);background-color:#71717a33}.after\:bg-zinc-500\/30:after{content:attr(content);background-color:#71717a4d}.after\:bg-zinc-500\/40:after{content:attr(content);background-color:#71717a66}.after\:bg-zinc-500\/50:after{content:attr(content);background-color:#71717a80}.after\:bg-zinc-500\/60:after{content:attr(content);background-color:#71717a99}.after\:bg-zinc-500\/70:after{content:attr(content);background-color:#71717ab3}.after\:bg-zinc-500\/75:after{content:attr(content);background-color:#71717abf}.after\:bg-zinc-500\/80:after{content:attr(content);background-color:#71717acc}.after\:bg-zinc-500\/90:after{content:attr(content);background-color:#71717ae6}.after\:bg-zinc-600:after{content:attr(content);background-color:#52525b}.after\:bg-zinc-600\/0:after{content:attr(content);background-color:#52525b00}.after\:bg-zinc-600\/10:after{content:attr(content);background-color:#52525b1a}.after\:bg-zinc-600\/20:after{content:attr(content);background-color:#52525b33}.after\:bg-zinc-600\/30:after{content:attr(content);background-color:#52525b4d}.after\:bg-zinc-600\/40:after{content:attr(content);background-color:#52525b66}.after\:bg-zinc-600\/50:after{content:attr(content);background-color:#52525b80}.after\:bg-zinc-600\/60:after{content:attr(content);background-color:#52525b99}.after\:bg-zinc-600\/70:after{content:attr(content);background-color:#52525bb3}.after\:bg-zinc-600\/75:after{content:attr(content);background-color:#52525bbf}.after\:bg-zinc-600\/80:after{content:attr(content);background-color:#52525bcc}.after\:bg-zinc-600\/90:after{content:attr(content);background-color:#52525be6}.after\:bg-zinc-700:after{content:attr(content);background-color:#3f3f46}.after\:bg-zinc-700\/0:after{content:attr(content);background-color:#3f3f4600}.after\:bg-zinc-700\/10:after{content:attr(content);background-color:#3f3f461a}.after\:bg-zinc-700\/20:after{content:attr(content);background-color:#3f3f4633}.after\:bg-zinc-700\/30:after{content:attr(content);background-color:#3f3f464d}.after\:bg-zinc-700\/40:after{content:attr(content);background-color:#3f3f4666}.after\:bg-zinc-700\/50:after{content:attr(content);background-color:#3f3f4680}.after\:bg-zinc-700\/60:after{content:attr(content);background-color:#3f3f4699}.after\:bg-zinc-700\/70:after{content:attr(content);background-color:#3f3f46b3}.after\:bg-zinc-700\/75:after{content:attr(content);background-color:#3f3f46bf}.after\:bg-zinc-700\/80:after{content:attr(content);background-color:#3f3f46cc}.after\:bg-zinc-700\/90:after{content:attr(content);background-color:#3f3f46e6}.after\:bg-zinc-800:after{content:attr(content);background-color:#27272a}.after\:bg-zinc-800\/0:after{content:attr(content);background-color:#27272a00}.after\:bg-zinc-800\/10:after{content:attr(content);background-color:#27272a1a}.after\:bg-zinc-800\/20:after{content:attr(content);background-color:#27272a33}.after\:bg-zinc-800\/30:after{content:attr(content);background-color:#27272a4d}.after\:bg-zinc-800\/40:after{content:attr(content);background-color:#27272a66}.after\:bg-zinc-800\/50:after{content:attr(content);background-color:#27272a80}.after\:bg-zinc-800\/60:after{content:attr(content);background-color:#27272a99}.after\:bg-zinc-800\/70:after{content:attr(content);background-color:#27272ab3}.after\:bg-zinc-800\/75:after{content:attr(content);background-color:#27272abf}.after\:bg-zinc-800\/80:after{content:attr(content);background-color:#27272acc}.after\:bg-zinc-800\/90:after{content:attr(content);background-color:#27272ae6}.after\:bg-zinc-900:after{content:attr(content);background-color:#18181b}.after\:bg-zinc-900\/0:after{content:attr(content);background-color:#18181b00}.after\:bg-zinc-900\/10:after{content:attr(content);background-color:#18181b1a}.after\:bg-zinc-900\/20:after{content:attr(content);background-color:#18181b33}.after\:bg-zinc-900\/30:after{content:attr(content);background-color:#18181b4d}.after\:bg-zinc-900\/40:after{content:attr(content);background-color:#18181b66}.after\:bg-zinc-900\/50:after{content:attr(content);background-color:#18181b80}.after\:bg-zinc-900\/60:after{content:attr(content);background-color:#18181b99}.after\:bg-zinc-900\/70:after{content:attr(content);background-color:#18181bb3}.after\:bg-zinc-900\/75:after{content:attr(content);background-color:#18181bbf}.after\:bg-zinc-900\/80:after{content:attr(content);background-color:#18181bcc}.after\:bg-zinc-900\/90:after{content:attr(content);background-color:#18181be6}.after\:bg-zinc-950:after{content:attr(content);background-color:#09090b}.after\:bg-zinc-950\/0:after{content:attr(content);background-color:#09090b00}.after\:bg-zinc-950\/10:after{content:attr(content);background-color:#09090b1a}.after\:bg-zinc-950\/20:after{content:attr(content);background-color:#09090b33}.after\:bg-zinc-950\/30:after{content:attr(content);background-color:#09090b4d}.after\:bg-zinc-950\/40:after{content:attr(content);background-color:#09090b66}.after\:bg-zinc-950\/50:after{content:attr(content);background-color:#09090b80}.after\:bg-zinc-950\/60:after{content:attr(content);background-color:#09090b99}.after\:bg-zinc-950\/70:after{content:attr(content);background-color:#09090bb3}.after\:bg-zinc-950\/75:after{content:attr(content);background-color:#09090bbf}.after\:bg-zinc-950\/80:after{content:attr(content);background-color:#09090bcc}.after\:bg-zinc-950\/90:after{content:attr(content);background-color:#09090be6}.after\:bg-neutral-50:after{content:attr(content);background-color:#fafafa}.after\:bg-neutral-50\/0:after{content:attr(content);background-color:#fafafa00}.after\:bg-neutral-50\/10:after{content:attr(content);background-color:#fafafa1a}.after\:bg-neutral-50\/20:after{content:attr(content);background-color:#fafafa33}.after\:bg-neutral-50\/30:after{content:attr(content);background-color:#fafafa4d}.after\:bg-neutral-50\/40:after{content:attr(content);background-color:#fafafa66}.after\:bg-neutral-50\/50:after{content:attr(content);background-color:#fafafa80}.after\:bg-neutral-50\/60:after{content:attr(content);background-color:#fafafa99}.after\:bg-neutral-50\/70:after{content:attr(content);background-color:#fafafab3}.after\:bg-neutral-50\/75:after{content:attr(content);background-color:#fafafabf}.after\:bg-neutral-50\/80:after{content:attr(content);background-color:#fafafacc}.after\:bg-neutral-50\/90:after{content:attr(content);background-color:#fafafae6}.after\:bg-neutral-100:after{content:attr(content);background-color:#f5f5f5}.after\:bg-neutral-100\/0:after{content:attr(content);background-color:#f5f5f500}.after\:bg-neutral-100\/10:after{content:attr(content);background-color:#f5f5f51a}.after\:bg-neutral-100\/20:after{content:attr(content);background-color:#f5f5f533}.after\:bg-neutral-100\/30:after{content:attr(content);background-color:#f5f5f54d}.after\:bg-neutral-100\/40:after{content:attr(content);background-color:#f5f5f566}.after\:bg-neutral-100\/50:after{content:attr(content);background-color:#f5f5f580}.after\:bg-neutral-100\/60:after{content:attr(content);background-color:#f5f5f599}.after\:bg-neutral-100\/70:after{content:attr(content);background-color:#f5f5f5b3}.after\:bg-neutral-100\/75:after{content:attr(content);background-color:#f5f5f5bf}.after\:bg-neutral-100\/80:after{content:attr(content);background-color:#f5f5f5cc}.after\:bg-neutral-100\/90:after{content:attr(content);background-color:#f5f5f5e6}.after\:bg-neutral-200:after{content:attr(content);background-color:#e5e5e5}.after\:bg-neutral-200\/0:after{content:attr(content);background-color:#e5e5e500}.after\:bg-neutral-200\/10:after{content:attr(content);background-color:#e5e5e51a}.after\:bg-neutral-200\/20:after{content:attr(content);background-color:#e5e5e533}.after\:bg-neutral-200\/30:after{content:attr(content);background-color:#e5e5e54d}.after\:bg-neutral-200\/40:after{content:attr(content);background-color:#e5e5e566}.after\:bg-neutral-200\/50:after{content:attr(content);background-color:#e5e5e580}.after\:bg-neutral-200\/60:after{content:attr(content);background-color:#e5e5e599}.after\:bg-neutral-200\/70:after{content:attr(content);background-color:#e5e5e5b3}.after\:bg-neutral-200\/75:after{content:attr(content);background-color:#e5e5e5bf}.after\:bg-neutral-200\/80:after{content:attr(content);background-color:#e5e5e5cc}.after\:bg-neutral-200\/90:after{content:attr(content);background-color:#e5e5e5e6}.after\:bg-neutral-300:after{content:attr(content);background-color:#d4d4d4}.after\:bg-neutral-300\/0:after{content:attr(content);background-color:#d4d4d400}.after\:bg-neutral-300\/10:after{content:attr(content);background-color:#d4d4d41a}.after\:bg-neutral-300\/20:after{content:attr(content);background-color:#d4d4d433}.after\:bg-neutral-300\/30:after{content:attr(content);background-color:#d4d4d44d}.after\:bg-neutral-300\/40:after{content:attr(content);background-color:#d4d4d466}.after\:bg-neutral-300\/50:after{content:attr(content);background-color:#d4d4d480}.after\:bg-neutral-300\/60:after{content:attr(content);background-color:#d4d4d499}.after\:bg-neutral-300\/70:after{content:attr(content);background-color:#d4d4d4b3}.after\:bg-neutral-300\/75:after{content:attr(content);background-color:#d4d4d4bf}.after\:bg-neutral-300\/80:after{content:attr(content);background-color:#d4d4d4cc}.after\:bg-neutral-300\/90:after{content:attr(content);background-color:#d4d4d4e6}.after\:bg-neutral-400:after{content:attr(content);background-color:#a3a3a3}.after\:bg-neutral-400\/0:after{content:attr(content);background-color:#a3a3a300}.after\:bg-neutral-400\/10:after{content:attr(content);background-color:#a3a3a31a}.after\:bg-neutral-400\/20:after{content:attr(content);background-color:#a3a3a333}.after\:bg-neutral-400\/30:after{content:attr(content);background-color:#a3a3a34d}.after\:bg-neutral-400\/40:after{content:attr(content);background-color:#a3a3a366}.after\:bg-neutral-400\/50:after{content:attr(content);background-color:#a3a3a380}.after\:bg-neutral-400\/60:after{content:attr(content);background-color:#a3a3a399}.after\:bg-neutral-400\/70:after{content:attr(content);background-color:#a3a3a3b3}.after\:bg-neutral-400\/75:after{content:attr(content);background-color:#a3a3a3bf}.after\:bg-neutral-400\/80:after{content:attr(content);background-color:#a3a3a3cc}.after\:bg-neutral-400\/90:after{content:attr(content);background-color:#a3a3a3e6}.after\:bg-neutral-500:after{content:attr(content);background-color:#737373}.after\:bg-neutral-500\/0:after{content:attr(content);background-color:#73737300}.after\:bg-neutral-500\/10:after{content:attr(content);background-color:#7373731a}.after\:bg-neutral-500\/20:after{content:attr(content);background-color:#73737333}.after\:bg-neutral-500\/30:after{content:attr(content);background-color:#7373734d}.after\:bg-neutral-500\/40:after{content:attr(content);background-color:#73737366}.after\:bg-neutral-500\/50:after{content:attr(content);background-color:#73737380}.after\:bg-neutral-500\/60:after{content:attr(content);background-color:#73737399}.after\:bg-neutral-500\/70:after{content:attr(content);background-color:#737373b3}.after\:bg-neutral-500\/75:after{content:attr(content);background-color:#737373bf}.after\:bg-neutral-500\/80:after{content:attr(content);background-color:#737373cc}.after\:bg-neutral-500\/90:after{content:attr(content);background-color:#737373e6}.after\:bg-neutral-600:after{content:attr(content);background-color:#525252}.after\:bg-neutral-600\/0:after{content:attr(content);background-color:#52525200}.after\:bg-neutral-600\/10:after{content:attr(content);background-color:#5252521a}.after\:bg-neutral-600\/20:after{content:attr(content);background-color:#52525233}.after\:bg-neutral-600\/30:after{content:attr(content);background-color:#5252524d}.after\:bg-neutral-600\/40:after{content:attr(content);background-color:#52525266}.after\:bg-neutral-600\/50:after{content:attr(content);background-color:#52525280}.after\:bg-neutral-600\/60:after{content:attr(content);background-color:#52525299}.after\:bg-neutral-600\/70:after{content:attr(content);background-color:#525252b3}.after\:bg-neutral-600\/75:after{content:attr(content);background-color:#525252bf}.after\:bg-neutral-600\/80:after{content:attr(content);background-color:#525252cc}.after\:bg-neutral-600\/90:after{content:attr(content);background-color:#525252e6}.after\:bg-neutral-700:after{content:attr(content);background-color:#404040}.after\:bg-neutral-700\/0:after{content:attr(content);background-color:#40404000}.after\:bg-neutral-700\/10:after{content:attr(content);background-color:#4040401a}.after\:bg-neutral-700\/20:after{content:attr(content);background-color:#40404033}.after\:bg-neutral-700\/30:after{content:attr(content);background-color:#4040404d}.after\:bg-neutral-700\/40:after{content:attr(content);background-color:#40404066}.after\:bg-neutral-700\/50:after{content:attr(content);background-color:#40404080}.after\:bg-neutral-700\/60:after{content:attr(content);background-color:#40404099}.after\:bg-neutral-700\/70:after{content:attr(content);background-color:#404040b3}.after\:bg-neutral-700\/75:after{content:attr(content);background-color:#404040bf}.after\:bg-neutral-700\/80:after{content:attr(content);background-color:#404040cc}.after\:bg-neutral-700\/90:after{content:attr(content);background-color:#404040e6}.after\:bg-neutral-800:after{content:attr(content);background-color:#262626}.after\:bg-neutral-800\/0:after{content:attr(content);background-color:#26262600}.after\:bg-neutral-800\/10:after{content:attr(content);background-color:#2626261a}.after\:bg-neutral-800\/20:after{content:attr(content);background-color:#26262633}.after\:bg-neutral-800\/30:after{content:attr(content);background-color:#2626264d}.after\:bg-neutral-800\/40:after{content:attr(content);background-color:#26262666}.after\:bg-neutral-800\/50:after{content:attr(content);background-color:#26262680}.after\:bg-neutral-800\/60:after{content:attr(content);background-color:#26262699}.after\:bg-neutral-800\/70:after{content:attr(content);background-color:#262626b3}.after\:bg-neutral-800\/75:after{content:attr(content);background-color:#262626bf}.after\:bg-neutral-800\/80:after{content:attr(content);background-color:#262626cc}.after\:bg-neutral-800\/90:after{content:attr(content);background-color:#262626e6}.after\:bg-neutral-900:after{content:attr(content);background-color:#171717}.after\:bg-neutral-900\/0:after{content:attr(content);background-color:#17171700}.after\:bg-neutral-900\/10:after{content:attr(content);background-color:#1717171a}.after\:bg-neutral-900\/20:after{content:attr(content);background-color:#17171733}.after\:bg-neutral-900\/30:after{content:attr(content);background-color:#1717174d}.after\:bg-neutral-900\/40:after{content:attr(content);background-color:#17171766}.after\:bg-neutral-900\/50:after{content:attr(content);background-color:#17171780}.after\:bg-neutral-900\/60:after{content:attr(content);background-color:#17171799}.after\:bg-neutral-900\/70:after{content:attr(content);background-color:#171717b3}.after\:bg-neutral-900\/75:after{content:attr(content);background-color:#171717bf}.after\:bg-neutral-900\/80:after{content:attr(content);background-color:#171717cc}.after\:bg-neutral-900\/90:after{content:attr(content);background-color:#171717e6}.after\:bg-neutral-950:after{content:attr(content);background-color:#0a0a0a}.after\:bg-neutral-950\/0:after{content:attr(content);background-color:#0a0a0a00}.after\:bg-neutral-950\/10:after{content:attr(content);background-color:#0a0a0a1a}.after\:bg-neutral-950\/20:after{content:attr(content);background-color:#0a0a0a33}.after\:bg-neutral-950\/30:after{content:attr(content);background-color:#0a0a0a4d}.after\:bg-neutral-950\/40:after{content:attr(content);background-color:#0a0a0a66}.after\:bg-neutral-950\/50:after{content:attr(content);background-color:#0a0a0a80}.after\:bg-neutral-950\/60:after{content:attr(content);background-color:#0a0a0a99}.after\:bg-neutral-950\/70:after{content:attr(content);background-color:#0a0a0ab3}.after\:bg-neutral-950\/75:after{content:attr(content);background-color:#0a0a0abf}.after\:bg-neutral-950\/80:after{content:attr(content);background-color:#0a0a0acc}.after\:bg-neutral-950\/90:after{content:attr(content);background-color:#0a0a0ae6}.after\:bg-stone-50:after{content:attr(content);background-color:#fafaf9}.after\:bg-stone-50\/0:after{content:attr(content);background-color:#fafaf900}.after\:bg-stone-50\/10:after{content:attr(content);background-color:#fafaf91a}.after\:bg-stone-50\/20:after{content:attr(content);background-color:#fafaf933}.after\:bg-stone-50\/30:after{content:attr(content);background-color:#fafaf94d}.after\:bg-stone-50\/40:after{content:attr(content);background-color:#fafaf966}.after\:bg-stone-50\/50:after{content:attr(content);background-color:#fafaf980}.after\:bg-stone-50\/60:after{content:attr(content);background-color:#fafaf999}.after\:bg-stone-50\/70:after{content:attr(content);background-color:#fafaf9b3}.after\:bg-stone-50\/75:after{content:attr(content);background-color:#fafaf9bf}.after\:bg-stone-50\/80:after{content:attr(content);background-color:#fafaf9cc}.after\:bg-stone-50\/90:after{content:attr(content);background-color:#fafaf9e6}.after\:bg-stone-100:after{content:attr(content);background-color:#f5f5f4}.after\:bg-stone-100\/0:after{content:attr(content);background-color:#f5f5f400}.after\:bg-stone-100\/10:after{content:attr(content);background-color:#f5f5f41a}.after\:bg-stone-100\/20:after{content:attr(content);background-color:#f5f5f433}.after\:bg-stone-100\/30:after{content:attr(content);background-color:#f5f5f44d}.after\:bg-stone-100\/40:after{content:attr(content);background-color:#f5f5f466}.after\:bg-stone-100\/50:after{content:attr(content);background-color:#f5f5f480}.after\:bg-stone-100\/60:after{content:attr(content);background-color:#f5f5f499}.after\:bg-stone-100\/70:after{content:attr(content);background-color:#f5f5f4b3}.after\:bg-stone-100\/75:after{content:attr(content);background-color:#f5f5f4bf}.after\:bg-stone-100\/80:after{content:attr(content);background-color:#f5f5f4cc}.after\:bg-stone-100\/90:after{content:attr(content);background-color:#f5f5f4e6}.after\:bg-stone-200:after{content:attr(content);background-color:#e7e5e4}.after\:bg-stone-200\/0:after{content:attr(content);background-color:#e7e5e400}.after\:bg-stone-200\/10:after{content:attr(content);background-color:#e7e5e41a}.after\:bg-stone-200\/20:after{content:attr(content);background-color:#e7e5e433}.after\:bg-stone-200\/30:after{content:attr(content);background-color:#e7e5e44d}.after\:bg-stone-200\/40:after{content:attr(content);background-color:#e7e5e466}.after\:bg-stone-200\/50:after{content:attr(content);background-color:#e7e5e480}.after\:bg-stone-200\/60:after{content:attr(content);background-color:#e7e5e499}.after\:bg-stone-200\/70:after{content:attr(content);background-color:#e7e5e4b3}.after\:bg-stone-200\/75:after{content:attr(content);background-color:#e7e5e4bf}.after\:bg-stone-200\/80:after{content:attr(content);background-color:#e7e5e4cc}.after\:bg-stone-200\/90:after{content:attr(content);background-color:#e7e5e4e6}.after\:bg-stone-300:after{content:attr(content);background-color:#d6d3d1}.after\:bg-stone-300\/0:after{content:attr(content);background-color:#d6d3d100}.after\:bg-stone-300\/10:after{content:attr(content);background-color:#d6d3d11a}.after\:bg-stone-300\/20:after{content:attr(content);background-color:#d6d3d133}.after\:bg-stone-300\/30:after{content:attr(content);background-color:#d6d3d14d}.after\:bg-stone-300\/40:after{content:attr(content);background-color:#d6d3d166}.after\:bg-stone-300\/50:after{content:attr(content);background-color:#d6d3d180}.after\:bg-stone-300\/60:after{content:attr(content);background-color:#d6d3d199}.after\:bg-stone-300\/70:after{content:attr(content);background-color:#d6d3d1b3}.after\:bg-stone-300\/75:after{content:attr(content);background-color:#d6d3d1bf}.after\:bg-stone-300\/80:after{content:attr(content);background-color:#d6d3d1cc}.after\:bg-stone-300\/90:after{content:attr(content);background-color:#d6d3d1e6}.after\:bg-stone-400:after{content:attr(content);background-color:#a8a29e}.after\:bg-stone-400\/0:after{content:attr(content);background-color:#a8a29e00}.after\:bg-stone-400\/10:after{content:attr(content);background-color:#a8a29e1a}.after\:bg-stone-400\/20:after{content:attr(content);background-color:#a8a29e33}.after\:bg-stone-400\/30:after{content:attr(content);background-color:#a8a29e4d}.after\:bg-stone-400\/40:after{content:attr(content);background-color:#a8a29e66}.after\:bg-stone-400\/50:after{content:attr(content);background-color:#a8a29e80}.after\:bg-stone-400\/60:after{content:attr(content);background-color:#a8a29e99}.after\:bg-stone-400\/70:after{content:attr(content);background-color:#a8a29eb3}.after\:bg-stone-400\/75:after{content:attr(content);background-color:#a8a29ebf}.after\:bg-stone-400\/80:after{content:attr(content);background-color:#a8a29ecc}.after\:bg-stone-400\/90:after{content:attr(content);background-color:#a8a29ee6}.after\:bg-stone-500:after{content:attr(content);background-color:#78716c}.after\:bg-stone-500\/0:after{content:attr(content);background-color:#78716c00}.after\:bg-stone-500\/10:after{content:attr(content);background-color:#78716c1a}.after\:bg-stone-500\/20:after{content:attr(content);background-color:#78716c33}.after\:bg-stone-500\/30:after{content:attr(content);background-color:#78716c4d}.after\:bg-stone-500\/40:after{content:attr(content);background-color:#78716c66}.after\:bg-stone-500\/50:after{content:attr(content);background-color:#78716c80}.after\:bg-stone-500\/60:after{content:attr(content);background-color:#78716c99}.after\:bg-stone-500\/70:after{content:attr(content);background-color:#78716cb3}.after\:bg-stone-500\/75:after{content:attr(content);background-color:#78716cbf}.after\:bg-stone-500\/80:after{content:attr(content);background-color:#78716ccc}.after\:bg-stone-500\/90:after{content:attr(content);background-color:#78716ce6}.after\:bg-stone-600:after{content:attr(content);background-color:#57534e}.after\:bg-stone-600\/0:after{content:attr(content);background-color:#57534e00}.after\:bg-stone-600\/10:after{content:attr(content);background-color:#57534e1a}.after\:bg-stone-600\/20:after{content:attr(content);background-color:#57534e33}.after\:bg-stone-600\/30:after{content:attr(content);background-color:#57534e4d}.after\:bg-stone-600\/40:after{content:attr(content);background-color:#57534e66}.after\:bg-stone-600\/50:after{content:attr(content);background-color:#57534e80}.after\:bg-stone-600\/60:after{content:attr(content);background-color:#57534e99}.after\:bg-stone-600\/70:after{content:attr(content);background-color:#57534eb3}.after\:bg-stone-600\/75:after{content:attr(content);background-color:#57534ebf}.after\:bg-stone-600\/80:after{content:attr(content);background-color:#57534ecc}.after\:bg-stone-600\/90:after{content:attr(content);background-color:#57534ee6}.after\:bg-stone-700:after{content:attr(content);background-color:#44403c}.after\:bg-stone-700\/0:after{content:attr(content);background-color:#44403c00}.after\:bg-stone-700\/10:after{content:attr(content);background-color:#44403c1a}.after\:bg-stone-700\/20:after{content:attr(content);background-color:#44403c33}.after\:bg-stone-700\/30:after{content:attr(content);background-color:#44403c4d}.after\:bg-stone-700\/40:after{content:attr(content);background-color:#44403c66}.after\:bg-stone-700\/50:after{content:attr(content);background-color:#44403c80}.after\:bg-stone-700\/60:after{content:attr(content);background-color:#44403c99}.after\:bg-stone-700\/70:after{content:attr(content);background-color:#44403cb3}.after\:bg-stone-700\/75:after{content:attr(content);background-color:#44403cbf}.after\:bg-stone-700\/80:after{content:attr(content);background-color:#44403ccc}.after\:bg-stone-700\/90:after{content:attr(content);background-color:#44403ce6}.after\:bg-stone-800:after{content:attr(content);background-color:#292524}.after\:bg-stone-800\/0:after{content:attr(content);background-color:#29252400}.after\:bg-stone-800\/10:after{content:attr(content);background-color:#2925241a}.after\:bg-stone-800\/20:after{content:attr(content);background-color:#29252433}.after\:bg-stone-800\/30:after{content:attr(content);background-color:#2925244d}.after\:bg-stone-800\/40:after{content:attr(content);background-color:#29252466}.after\:bg-stone-800\/50:after{content:attr(content);background-color:#29252480}.after\:bg-stone-800\/60:after{content:attr(content);background-color:#29252499}.after\:bg-stone-800\/70:after{content:attr(content);background-color:#292524b3}.after\:bg-stone-800\/75:after{content:attr(content);background-color:#292524bf}.after\:bg-stone-800\/80:after{content:attr(content);background-color:#292524cc}.after\:bg-stone-800\/90:after{content:attr(content);background-color:#292524e6}.after\:bg-stone-900:after{content:attr(content);background-color:#1c1917}.after\:bg-stone-900\/0:after{content:attr(content);background-color:#1c191700}.after\:bg-stone-900\/10:after{content:attr(content);background-color:#1c19171a}.after\:bg-stone-900\/20:after{content:attr(content);background-color:#1c191733}.after\:bg-stone-900\/30:after{content:attr(content);background-color:#1c19174d}.after\:bg-stone-900\/40:after{content:attr(content);background-color:#1c191766}.after\:bg-stone-900\/50:after{content:attr(content);background-color:#1c191780}.after\:bg-stone-900\/60:after{content:attr(content);background-color:#1c191799}.after\:bg-stone-900\/70:after{content:attr(content);background-color:#1c1917b3}.after\:bg-stone-900\/75:after{content:attr(content);background-color:#1c1917bf}.after\:bg-stone-900\/80:after{content:attr(content);background-color:#1c1917cc}.after\:bg-stone-900\/90:after{content:attr(content);background-color:#1c1917e6}.after\:bg-stone-950:after{content:attr(content);background-color:#0c0a09}.after\:bg-stone-950\/0:after{content:attr(content);background-color:#0c0a0900}.after\:bg-stone-950\/10:after{content:attr(content);background-color:#0c0a091a}.after\:bg-stone-950\/20:after{content:attr(content);background-color:#0c0a0933}.after\:bg-stone-950\/30:after{content:attr(content);background-color:#0c0a094d}.after\:bg-stone-950\/40:after{content:attr(content);background-color:#0c0a0966}.after\:bg-stone-950\/50:after{content:attr(content);background-color:#0c0a0980}.after\:bg-stone-950\/60:after{content:attr(content);background-color:#0c0a0999}.after\:bg-stone-950\/70:after{content:attr(content);background-color:#0c0a09b3}.after\:bg-stone-950\/75:after{content:attr(content);background-color:#0c0a09bf}.after\:bg-stone-950\/80:after{content:attr(content);background-color:#0c0a09cc}.after\:bg-stone-950\/90:after{content:attr(content);background-color:#0c0a09e6}.after\:bg-red-50:after{content:attr(content);background-color:#fef2f2}.after\:bg-red-50\/0:after{content:attr(content);background-color:#fef2f200}.after\:bg-red-50\/10:after{content:attr(content);background-color:#fef2f21a}.after\:bg-red-50\/20:after{content:attr(content);background-color:#fef2f233}.after\:bg-red-50\/30:after{content:attr(content);background-color:#fef2f24d}.after\:bg-red-50\/40:after{content:attr(content);background-color:#fef2f266}.after\:bg-red-50\/50:after{content:attr(content);background-color:#fef2f280}.after\:bg-red-50\/60:after{content:attr(content);background-color:#fef2f299}.after\:bg-red-50\/70:after{content:attr(content);background-color:#fef2f2b3}.after\:bg-red-50\/75:after{content:attr(content);background-color:#fef2f2bf}.after\:bg-red-50\/80:after{content:attr(content);background-color:#fef2f2cc}.after\:bg-red-50\/90:after{content:attr(content);background-color:#fef2f2e6}.after\:bg-red-100:after{content:attr(content);background-color:#fee2e2}.after\:bg-red-100\/0:after{content:attr(content);background-color:#fee2e200}.after\:bg-red-100\/10:after{content:attr(content);background-color:#fee2e21a}.after\:bg-red-100\/20:after{content:attr(content);background-color:#fee2e233}.after\:bg-red-100\/30:after{content:attr(content);background-color:#fee2e24d}.after\:bg-red-100\/40:after{content:attr(content);background-color:#fee2e266}.after\:bg-red-100\/50:after{content:attr(content);background-color:#fee2e280}.after\:bg-red-100\/60:after{content:attr(content);background-color:#fee2e299}.after\:bg-red-100\/70:after{content:attr(content);background-color:#fee2e2b3}.after\:bg-red-100\/75:after{content:attr(content);background-color:#fee2e2bf}.after\:bg-red-100\/80:after{content:attr(content);background-color:#fee2e2cc}.after\:bg-red-100\/90:after{content:attr(content);background-color:#fee2e2e6}.after\:bg-red-200:after{content:attr(content);background-color:#fecaca}.after\:bg-red-200\/0:after{content:attr(content);background-color:#fecaca00}.after\:bg-red-200\/10:after{content:attr(content);background-color:#fecaca1a}.after\:bg-red-200\/20:after{content:attr(content);background-color:#fecaca33}.after\:bg-red-200\/30:after{content:attr(content);background-color:#fecaca4d}.after\:bg-red-200\/40:after{content:attr(content);background-color:#fecaca66}.after\:bg-red-200\/50:after{content:attr(content);background-color:#fecaca80}.after\:bg-red-200\/60:after{content:attr(content);background-color:#fecaca99}.after\:bg-red-200\/70:after{content:attr(content);background-color:#fecacab3}.after\:bg-red-200\/75:after{content:attr(content);background-color:#fecacabf}.after\:bg-red-200\/80:after{content:attr(content);background-color:#fecacacc}.after\:bg-red-200\/90:after{content:attr(content);background-color:#fecacae6}.after\:bg-red-300:after{content:attr(content);background-color:#fca5a5}.after\:bg-red-300\/0:after{content:attr(content);background-color:#fca5a500}.after\:bg-red-300\/10:after{content:attr(content);background-color:#fca5a51a}.after\:bg-red-300\/20:after{content:attr(content);background-color:#fca5a533}.after\:bg-red-300\/30:after{content:attr(content);background-color:#fca5a54d}.after\:bg-red-300\/40:after{content:attr(content);background-color:#fca5a566}.after\:bg-red-300\/50:after{content:attr(content);background-color:#fca5a580}.after\:bg-red-300\/60:after{content:attr(content);background-color:#fca5a599}.after\:bg-red-300\/70:after{content:attr(content);background-color:#fca5a5b3}.after\:bg-red-300\/75:after{content:attr(content);background-color:#fca5a5bf}.after\:bg-red-300\/80:after{content:attr(content);background-color:#fca5a5cc}.after\:bg-red-300\/90:after{content:attr(content);background-color:#fca5a5e6}.after\:bg-red-400:after{content:attr(content);background-color:#f87171}.after\:bg-red-400\/0:after{content:attr(content);background-color:#f8717100}.after\:bg-red-400\/10:after{content:attr(content);background-color:#f871711a}.after\:bg-red-400\/20:after{content:attr(content);background-color:#f8717133}.after\:bg-red-400\/30:after{content:attr(content);background-color:#f871714d}.after\:bg-red-400\/40:after{content:attr(content);background-color:#f8717166}.after\:bg-red-400\/50:after{content:attr(content);background-color:#f8717180}.after\:bg-red-400\/60:after{content:attr(content);background-color:#f8717199}.after\:bg-red-400\/70:after{content:attr(content);background-color:#f87171b3}.after\:bg-red-400\/75:after{content:attr(content);background-color:#f87171bf}.after\:bg-red-400\/80:after{content:attr(content);background-color:#f87171cc}.after\:bg-red-400\/90:after{content:attr(content);background-color:#f87171e6}.after\:bg-red-500:after{content:attr(content);background-color:#ef4444}.after\:bg-red-500\/0:after{content:attr(content);background-color:#ef444400}.after\:bg-red-500\/10:after{content:attr(content);background-color:#ef44441a}.after\:bg-red-500\/20:after{content:attr(content);background-color:#ef444433}.after\:bg-red-500\/30:after{content:attr(content);background-color:#ef44444d}.after\:bg-red-500\/40:after{content:attr(content);background-color:#ef444466}.after\:bg-red-500\/50:after{content:attr(content);background-color:#ef444480}.after\:bg-red-500\/60:after{content:attr(content);background-color:#ef444499}.after\:bg-red-500\/70:after{content:attr(content);background-color:#ef4444b3}.after\:bg-red-500\/75:after{content:attr(content);background-color:#ef4444bf}.after\:bg-red-500\/80:after{content:attr(content);background-color:#ef4444cc}.after\:bg-red-500\/90:after{content:attr(content);background-color:#ef4444e6}.after\:bg-red-600:after{content:attr(content);background-color:#dc2626}.after\:bg-red-600\/0:after{content:attr(content);background-color:#dc262600}.after\:bg-red-600\/10:after{content:attr(content);background-color:#dc26261a}.after\:bg-red-600\/20:after{content:attr(content);background-color:#dc262633}.after\:bg-red-600\/30:after{content:attr(content);background-color:#dc26264d}.after\:bg-red-600\/40:after{content:attr(content);background-color:#dc262666}.after\:bg-red-600\/50:after{content:attr(content);background-color:#dc262680}.after\:bg-red-600\/60:after{content:attr(content);background-color:#dc262699}.after\:bg-red-600\/70:after{content:attr(content);background-color:#dc2626b3}.after\:bg-red-600\/75:after{content:attr(content);background-color:#dc2626bf}.after\:bg-red-600\/80:after{content:attr(content);background-color:#dc2626cc}.after\:bg-red-600\/90:after{content:attr(content);background-color:#dc2626e6}.after\:bg-red-700:after{content:attr(content);background-color:#b91c1c}.after\:bg-red-700\/0:after{content:attr(content);background-color:#b91c1c00}.after\:bg-red-700\/10:after{content:attr(content);background-color:#b91c1c1a}.after\:bg-red-700\/20:after{content:attr(content);background-color:#b91c1c33}.after\:bg-red-700\/30:after{content:attr(content);background-color:#b91c1c4d}.after\:bg-red-700\/40:after{content:attr(content);background-color:#b91c1c66}.after\:bg-red-700\/50:after{content:attr(content);background-color:#b91c1c80}.after\:bg-red-700\/60:after{content:attr(content);background-color:#b91c1c99}.after\:bg-red-700\/70:after{content:attr(content);background-color:#b91c1cb3}.after\:bg-red-700\/75:after{content:attr(content);background-color:#b91c1cbf}.after\:bg-red-700\/80:after{content:attr(content);background-color:#b91c1ccc}.after\:bg-red-700\/90:after{content:attr(content);background-color:#b91c1ce6}.after\:bg-red-800:after{content:attr(content);background-color:#991b1b}.after\:bg-red-800\/0:after{content:attr(content);background-color:#991b1b00}.after\:bg-red-800\/10:after{content:attr(content);background-color:#991b1b1a}.after\:bg-red-800\/20:after{content:attr(content);background-color:#991b1b33}.after\:bg-red-800\/30:after{content:attr(content);background-color:#991b1b4d}.after\:bg-red-800\/40:after{content:attr(content);background-color:#991b1b66}.after\:bg-red-800\/50:after{content:attr(content);background-color:#991b1b80}.after\:bg-red-800\/60:after{content:attr(content);background-color:#991b1b99}.after\:bg-red-800\/70:after{content:attr(content);background-color:#991b1bb3}.after\:bg-red-800\/75:after{content:attr(content);background-color:#991b1bbf}.after\:bg-red-800\/80:after{content:attr(content);background-color:#991b1bcc}.after\:bg-red-800\/90:after{content:attr(content);background-color:#991b1be6}.after\:bg-red-900:after{content:attr(content);background-color:#7f1d1d}.after\:bg-red-900\/0:after{content:attr(content);background-color:#7f1d1d00}.after\:bg-red-900\/10:after{content:attr(content);background-color:#7f1d1d1a}.after\:bg-red-900\/20:after{content:attr(content);background-color:#7f1d1d33}.after\:bg-red-900\/30:after{content:attr(content);background-color:#7f1d1d4d}.after\:bg-red-900\/40:after{content:attr(content);background-color:#7f1d1d66}.after\:bg-red-900\/50:after{content:attr(content);background-color:#7f1d1d80}.after\:bg-red-900\/60:after{content:attr(content);background-color:#7f1d1d99}.after\:bg-red-900\/70:after{content:attr(content);background-color:#7f1d1db3}.after\:bg-red-900\/75:after{content:attr(content);background-color:#7f1d1dbf}.after\:bg-red-900\/80:after{content:attr(content);background-color:#7f1d1dcc}.after\:bg-red-900\/90:after{content:attr(content);background-color:#7f1d1de6}.after\:bg-red-950:after{content:attr(content);background-color:#450a0a}.after\:bg-red-950\/0:after{content:attr(content);background-color:#450a0a00}.after\:bg-red-950\/10:after{content:attr(content);background-color:#450a0a1a}.after\:bg-red-950\/20:after{content:attr(content);background-color:#450a0a33}.after\:bg-red-950\/30:after{content:attr(content);background-color:#450a0a4d}.after\:bg-red-950\/40:after{content:attr(content);background-color:#450a0a66}.after\:bg-red-950\/50:after{content:attr(content);background-color:#450a0a80}.after\:bg-red-950\/60:after{content:attr(content);background-color:#450a0a99}.after\:bg-red-950\/70:after{content:attr(content);background-color:#450a0ab3}.after\:bg-red-950\/75:after{content:attr(content);background-color:#450a0abf}.after\:bg-red-950\/80:after{content:attr(content);background-color:#450a0acc}.after\:bg-red-950\/90:after{content:attr(content);background-color:#450a0ae6}.after\:bg-orange-50:after{content:attr(content);background-color:#fff7ed}.after\:bg-orange-50\/0:after{content:attr(content);background-color:#fff7ed00}.after\:bg-orange-50\/10:after{content:attr(content);background-color:#fff7ed1a}.after\:bg-orange-50\/20:after{content:attr(content);background-color:#fff7ed33}.after\:bg-orange-50\/30:after{content:attr(content);background-color:#fff7ed4d}.after\:bg-orange-50\/40:after{content:attr(content);background-color:#fff7ed66}.after\:bg-orange-50\/50:after{content:attr(content);background-color:#fff7ed80}.after\:bg-orange-50\/60:after{content:attr(content);background-color:#fff7ed99}.after\:bg-orange-50\/70:after{content:attr(content);background-color:#fff7edb3}.after\:bg-orange-50\/75:after{content:attr(content);background-color:#fff7edbf}.after\:bg-orange-50\/80:after{content:attr(content);background-color:#fff7edcc}.after\:bg-orange-50\/90:after{content:attr(content);background-color:#fff7ede6}.after\:bg-orange-100:after{content:attr(content);background-color:#ffedd5}.after\:bg-orange-100\/0:after{content:attr(content);background-color:#ffedd500}.after\:bg-orange-100\/10:after{content:attr(content);background-color:#ffedd51a}.after\:bg-orange-100\/20:after{content:attr(content);background-color:#ffedd533}.after\:bg-orange-100\/30:after{content:attr(content);background-color:#ffedd54d}.after\:bg-orange-100\/40:after{content:attr(content);background-color:#ffedd566}.after\:bg-orange-100\/50:after{content:attr(content);background-color:#ffedd580}.after\:bg-orange-100\/60:after{content:attr(content);background-color:#ffedd599}.after\:bg-orange-100\/70:after{content:attr(content);background-color:#ffedd5b3}.after\:bg-orange-100\/75:after{content:attr(content);background-color:#ffedd5bf}.after\:bg-orange-100\/80:after{content:attr(content);background-color:#ffedd5cc}.after\:bg-orange-100\/90:after{content:attr(content);background-color:#ffedd5e6}.after\:bg-orange-200:after{content:attr(content);background-color:#fed7aa}.after\:bg-orange-200\/0:after{content:attr(content);background-color:#fed7aa00}.after\:bg-orange-200\/10:after{content:attr(content);background-color:#fed7aa1a}.after\:bg-orange-200\/20:after{content:attr(content);background-color:#fed7aa33}.after\:bg-orange-200\/30:after{content:attr(content);background-color:#fed7aa4d}.after\:bg-orange-200\/40:after{content:attr(content);background-color:#fed7aa66}.after\:bg-orange-200\/50:after{content:attr(content);background-color:#fed7aa80}.after\:bg-orange-200\/60:after{content:attr(content);background-color:#fed7aa99}.after\:bg-orange-200\/70:after{content:attr(content);background-color:#fed7aab3}.after\:bg-orange-200\/75:after{content:attr(content);background-color:#fed7aabf}.after\:bg-orange-200\/80:after{content:attr(content);background-color:#fed7aacc}.after\:bg-orange-200\/90:after{content:attr(content);background-color:#fed7aae6}.after\:bg-orange-300:after{content:attr(content);background-color:#fdba74}.after\:bg-orange-300\/0:after{content:attr(content);background-color:#fdba7400}.after\:bg-orange-300\/10:after{content:attr(content);background-color:#fdba741a}.after\:bg-orange-300\/20:after{content:attr(content);background-color:#fdba7433}.after\:bg-orange-300\/30:after{content:attr(content);background-color:#fdba744d}.after\:bg-orange-300\/40:after{content:attr(content);background-color:#fdba7466}.after\:bg-orange-300\/50:after{content:attr(content);background-color:#fdba7480}.after\:bg-orange-300\/60:after{content:attr(content);background-color:#fdba7499}.after\:bg-orange-300\/70:after{content:attr(content);background-color:#fdba74b3}.after\:bg-orange-300\/75:after{content:attr(content);background-color:#fdba74bf}.after\:bg-orange-300\/80:after{content:attr(content);background-color:#fdba74cc}.after\:bg-orange-300\/90:after{content:attr(content);background-color:#fdba74e6}.after\:bg-orange-400:after{content:attr(content);background-color:#fb923c}.after\:bg-orange-400\/0:after{content:attr(content);background-color:#fb923c00}.after\:bg-orange-400\/10:after{content:attr(content);background-color:#fb923c1a}.after\:bg-orange-400\/20:after{content:attr(content);background-color:#fb923c33}.after\:bg-orange-400\/30:after{content:attr(content);background-color:#fb923c4d}.after\:bg-orange-400\/40:after{content:attr(content);background-color:#fb923c66}.after\:bg-orange-400\/50:after{content:attr(content);background-color:#fb923c80}.after\:bg-orange-400\/60:after{content:attr(content);background-color:#fb923c99}.after\:bg-orange-400\/70:after{content:attr(content);background-color:#fb923cb3}.after\:bg-orange-400\/75:after{content:attr(content);background-color:#fb923cbf}.after\:bg-orange-400\/80:after{content:attr(content);background-color:#fb923ccc}.after\:bg-orange-400\/90:after{content:attr(content);background-color:#fb923ce6}.after\:bg-orange-500:after{content:attr(content);background-color:#f97316}.after\:bg-orange-500\/0:after{content:attr(content);background-color:#f9731600}.after\:bg-orange-500\/10:after{content:attr(content);background-color:#f973161a}.after\:bg-orange-500\/20:after{content:attr(content);background-color:#f9731633}.after\:bg-orange-500\/30:after{content:attr(content);background-color:#f973164d}.after\:bg-orange-500\/40:after{content:attr(content);background-color:#f9731666}.after\:bg-orange-500\/50:after{content:attr(content);background-color:#f9731680}.after\:bg-orange-500\/60:after{content:attr(content);background-color:#f9731699}.after\:bg-orange-500\/70:after{content:attr(content);background-color:#f97316b3}.after\:bg-orange-500\/75:after{content:attr(content);background-color:#f97316bf}.after\:bg-orange-500\/80:after{content:attr(content);background-color:#f97316cc}.after\:bg-orange-500\/90:after{content:attr(content);background-color:#f97316e6}.after\:bg-orange-600:after{content:attr(content);background-color:#ea580c}.after\:bg-orange-600\/0:after{content:attr(content);background-color:#ea580c00}.after\:bg-orange-600\/10:after{content:attr(content);background-color:#ea580c1a}.after\:bg-orange-600\/20:after{content:attr(content);background-color:#ea580c33}.after\:bg-orange-600\/30:after{content:attr(content);background-color:#ea580c4d}.after\:bg-orange-600\/40:after{content:attr(content);background-color:#ea580c66}.after\:bg-orange-600\/50:after{content:attr(content);background-color:#ea580c80}.after\:bg-orange-600\/60:after{content:attr(content);background-color:#ea580c99}.after\:bg-orange-600\/70:after{content:attr(content);background-color:#ea580cb3}.after\:bg-orange-600\/75:after{content:attr(content);background-color:#ea580cbf}.after\:bg-orange-600\/80:after{content:attr(content);background-color:#ea580ccc}.after\:bg-orange-600\/90:after{content:attr(content);background-color:#ea580ce6}.after\:bg-orange-700:after{content:attr(content);background-color:#c2410c}.after\:bg-orange-700\/0:after{content:attr(content);background-color:#c2410c00}.after\:bg-orange-700\/10:after{content:attr(content);background-color:#c2410c1a}.after\:bg-orange-700\/20:after{content:attr(content);background-color:#c2410c33}.after\:bg-orange-700\/30:after{content:attr(content);background-color:#c2410c4d}.after\:bg-orange-700\/40:after{content:attr(content);background-color:#c2410c66}.after\:bg-orange-700\/50:after{content:attr(content);background-color:#c2410c80}.after\:bg-orange-700\/60:after{content:attr(content);background-color:#c2410c99}.after\:bg-orange-700\/70:after{content:attr(content);background-color:#c2410cb3}.after\:bg-orange-700\/75:after{content:attr(content);background-color:#c2410cbf}.after\:bg-orange-700\/80:after{content:attr(content);background-color:#c2410ccc}.after\:bg-orange-700\/90:after{content:attr(content);background-color:#c2410ce6}.after\:bg-orange-800:after{content:attr(content);background-color:#9a3412}.after\:bg-orange-800\/0:after{content:attr(content);background-color:#9a341200}.after\:bg-orange-800\/10:after{content:attr(content);background-color:#9a34121a}.after\:bg-orange-800\/20:after{content:attr(content);background-color:#9a341233}.after\:bg-orange-800\/30:after{content:attr(content);background-color:#9a34124d}.after\:bg-orange-800\/40:after{content:attr(content);background-color:#9a341266}.after\:bg-orange-800\/50:after{content:attr(content);background-color:#9a341280}.after\:bg-orange-800\/60:after{content:attr(content);background-color:#9a341299}.after\:bg-orange-800\/70:after{content:attr(content);background-color:#9a3412b3}.after\:bg-orange-800\/75:after{content:attr(content);background-color:#9a3412bf}.after\:bg-orange-800\/80:after{content:attr(content);background-color:#9a3412cc}.after\:bg-orange-800\/90:after{content:attr(content);background-color:#9a3412e6}.after\:bg-orange-900:after{content:attr(content);background-color:#7c2d12}.after\:bg-orange-900\/0:after{content:attr(content);background-color:#7c2d1200}.after\:bg-orange-900\/10:after{content:attr(content);background-color:#7c2d121a}.after\:bg-orange-900\/20:after{content:attr(content);background-color:#7c2d1233}.after\:bg-orange-900\/30:after{content:attr(content);background-color:#7c2d124d}.after\:bg-orange-900\/40:after{content:attr(content);background-color:#7c2d1266}.after\:bg-orange-900\/50:after{content:attr(content);background-color:#7c2d1280}.after\:bg-orange-900\/60:after{content:attr(content);background-color:#7c2d1299}.after\:bg-orange-900\/70:after{content:attr(content);background-color:#7c2d12b3}.after\:bg-orange-900\/75:after{content:attr(content);background-color:#7c2d12bf}.after\:bg-orange-900\/80:after{content:attr(content);background-color:#7c2d12cc}.after\:bg-orange-900\/90:after{content:attr(content);background-color:#7c2d12e6}.after\:bg-orange-950:after{content:attr(content);background-color:#431407}.after\:bg-orange-950\/0:after{content:attr(content);background-color:#43140700}.after\:bg-orange-950\/10:after{content:attr(content);background-color:#4314071a}.after\:bg-orange-950\/20:after{content:attr(content);background-color:#43140733}.after\:bg-orange-950\/30:after{content:attr(content);background-color:#4314074d}.after\:bg-orange-950\/40:after{content:attr(content);background-color:#43140766}.after\:bg-orange-950\/50:after{content:attr(content);background-color:#43140780}.after\:bg-orange-950\/60:after{content:attr(content);background-color:#43140799}.after\:bg-orange-950\/70:after{content:attr(content);background-color:#431407b3}.after\:bg-orange-950\/75:after{content:attr(content);background-color:#431407bf}.after\:bg-orange-950\/80:after{content:attr(content);background-color:#431407cc}.after\:bg-orange-950\/90:after{content:attr(content);background-color:#431407e6}.after\:bg-amber-50:after{content:attr(content);background-color:#fffbeb}.after\:bg-amber-50\/0:after{content:attr(content);background-color:#fffbeb00}.after\:bg-amber-50\/10:after{content:attr(content);background-color:#fffbeb1a}.after\:bg-amber-50\/20:after{content:attr(content);background-color:#fffbeb33}.after\:bg-amber-50\/30:after{content:attr(content);background-color:#fffbeb4d}.after\:bg-amber-50\/40:after{content:attr(content);background-color:#fffbeb66}.after\:bg-amber-50\/50:after{content:attr(content);background-color:#fffbeb80}.after\:bg-amber-50\/60:after{content:attr(content);background-color:#fffbeb99}.after\:bg-amber-50\/70:after{content:attr(content);background-color:#fffbebb3}.after\:bg-amber-50\/75:after{content:attr(content);background-color:#fffbebbf}.after\:bg-amber-50\/80:after{content:attr(content);background-color:#fffbebcc}.after\:bg-amber-50\/90:after{content:attr(content);background-color:#fffbebe6}.after\:bg-amber-100:after{content:attr(content);background-color:#fef3c7}.after\:bg-amber-100\/0:after{content:attr(content);background-color:#fef3c700}.after\:bg-amber-100\/10:after{content:attr(content);background-color:#fef3c71a}.after\:bg-amber-100\/20:after{content:attr(content);background-color:#fef3c733}.after\:bg-amber-100\/30:after{content:attr(content);background-color:#fef3c74d}.after\:bg-amber-100\/40:after{content:attr(content);background-color:#fef3c766}.after\:bg-amber-100\/50:after{content:attr(content);background-color:#fef3c780}.after\:bg-amber-100\/60:after{content:attr(content);background-color:#fef3c799}.after\:bg-amber-100\/70:after{content:attr(content);background-color:#fef3c7b3}.after\:bg-amber-100\/75:after{content:attr(content);background-color:#fef3c7bf}.after\:bg-amber-100\/80:after{content:attr(content);background-color:#fef3c7cc}.after\:bg-amber-100\/90:after{content:attr(content);background-color:#fef3c7e6}.after\:bg-amber-200:after{content:attr(content);background-color:#fde68a}.after\:bg-amber-200\/0:after{content:attr(content);background-color:#fde68a00}.after\:bg-amber-200\/10:after{content:attr(content);background-color:#fde68a1a}.after\:bg-amber-200\/20:after{content:attr(content);background-color:#fde68a33}.after\:bg-amber-200\/30:after{content:attr(content);background-color:#fde68a4d}.after\:bg-amber-200\/40:after{content:attr(content);background-color:#fde68a66}.after\:bg-amber-200\/50:after{content:attr(content);background-color:#fde68a80}.after\:bg-amber-200\/60:after{content:attr(content);background-color:#fde68a99}.after\:bg-amber-200\/70:after{content:attr(content);background-color:#fde68ab3}.after\:bg-amber-200\/75:after{content:attr(content);background-color:#fde68abf}.after\:bg-amber-200\/80:after{content:attr(content);background-color:#fde68acc}.after\:bg-amber-200\/90:after{content:attr(content);background-color:#fde68ae6}.after\:bg-amber-300:after{content:attr(content);background-color:#fcd34d}.after\:bg-amber-300\/0:after{content:attr(content);background-color:#fcd34d00}.after\:bg-amber-300\/10:after{content:attr(content);background-color:#fcd34d1a}.after\:bg-amber-300\/20:after{content:attr(content);background-color:#fcd34d33}.after\:bg-amber-300\/30:after{content:attr(content);background-color:#fcd34d4d}.after\:bg-amber-300\/40:after{content:attr(content);background-color:#fcd34d66}.after\:bg-amber-300\/50:after{content:attr(content);background-color:#fcd34d80}.after\:bg-amber-300\/60:after{content:attr(content);background-color:#fcd34d99}.after\:bg-amber-300\/70:after{content:attr(content);background-color:#fcd34db3}.after\:bg-amber-300\/75:after{content:attr(content);background-color:#fcd34dbf}.after\:bg-amber-300\/80:after{content:attr(content);background-color:#fcd34dcc}.after\:bg-amber-300\/90:after{content:attr(content);background-color:#fcd34de6}.after\:bg-amber-400:after{content:attr(content);background-color:#fbbf24}.after\:bg-amber-400\/0:after{content:attr(content);background-color:#fbbf2400}.after\:bg-amber-400\/10:after{content:attr(content);background-color:#fbbf241a}.after\:bg-amber-400\/20:after{content:attr(content);background-color:#fbbf2433}.after\:bg-amber-400\/30:after{content:attr(content);background-color:#fbbf244d}.after\:bg-amber-400\/40:after{content:attr(content);background-color:#fbbf2466}.after\:bg-amber-400\/50:after{content:attr(content);background-color:#fbbf2480}.after\:bg-amber-400\/60:after{content:attr(content);background-color:#fbbf2499}.after\:bg-amber-400\/70:after{content:attr(content);background-color:#fbbf24b3}.after\:bg-amber-400\/75:after{content:attr(content);background-color:#fbbf24bf}.after\:bg-amber-400\/80:after{content:attr(content);background-color:#fbbf24cc}.after\:bg-amber-400\/90:after{content:attr(content);background-color:#fbbf24e6}.after\:bg-amber-500:after{content:attr(content);background-color:#f59e0b}.after\:bg-amber-500\/0:after{content:attr(content);background-color:#f59e0b00}.after\:bg-amber-500\/10:after{content:attr(content);background-color:#f59e0b1a}.after\:bg-amber-500\/20:after{content:attr(content);background-color:#f59e0b33}.after\:bg-amber-500\/30:after{content:attr(content);background-color:#f59e0b4d}.after\:bg-amber-500\/40:after{content:attr(content);background-color:#f59e0b66}.after\:bg-amber-500\/50:after{content:attr(content);background-color:#f59e0b80}.after\:bg-amber-500\/60:after{content:attr(content);background-color:#f59e0b99}.after\:bg-amber-500\/70:after{content:attr(content);background-color:#f59e0bb3}.after\:bg-amber-500\/75:after{content:attr(content);background-color:#f59e0bbf}.after\:bg-amber-500\/80:after{content:attr(content);background-color:#f59e0bcc}.after\:bg-amber-500\/90:after{content:attr(content);background-color:#f59e0be6}.after\:bg-amber-600:after{content:attr(content);background-color:#d97706}.after\:bg-amber-600\/0:after{content:attr(content);background-color:#d9770600}.after\:bg-amber-600\/10:after{content:attr(content);background-color:#d977061a}.after\:bg-amber-600\/20:after{content:attr(content);background-color:#d9770633}.after\:bg-amber-600\/30:after{content:attr(content);background-color:#d977064d}.after\:bg-amber-600\/40:after{content:attr(content);background-color:#d9770666}.after\:bg-amber-600\/50:after{content:attr(content);background-color:#d9770680}.after\:bg-amber-600\/60:after{content:attr(content);background-color:#d9770699}.after\:bg-amber-600\/70:after{content:attr(content);background-color:#d97706b3}.after\:bg-amber-600\/75:after{content:attr(content);background-color:#d97706bf}.after\:bg-amber-600\/80:after{content:attr(content);background-color:#d97706cc}.after\:bg-amber-600\/90:after{content:attr(content);background-color:#d97706e6}.after\:bg-amber-700:after{content:attr(content);background-color:#b45309}.after\:bg-amber-700\/0:after{content:attr(content);background-color:#b4530900}.after\:bg-amber-700\/10:after{content:attr(content);background-color:#b453091a}.after\:bg-amber-700\/20:after{content:attr(content);background-color:#b4530933}.after\:bg-amber-700\/30:after{content:attr(content);background-color:#b453094d}.after\:bg-amber-700\/40:after{content:attr(content);background-color:#b4530966}.after\:bg-amber-700\/50:after{content:attr(content);background-color:#b4530980}.after\:bg-amber-700\/60:after{content:attr(content);background-color:#b4530999}.after\:bg-amber-700\/70:after{content:attr(content);background-color:#b45309b3}.after\:bg-amber-700\/75:after{content:attr(content);background-color:#b45309bf}.after\:bg-amber-700\/80:after{content:attr(content);background-color:#b45309cc}.after\:bg-amber-700\/90:after{content:attr(content);background-color:#b45309e6}.after\:bg-amber-800:after{content:attr(content);background-color:#92400e}.after\:bg-amber-800\/0:after{content:attr(content);background-color:#92400e00}.after\:bg-amber-800\/10:after{content:attr(content);background-color:#92400e1a}.after\:bg-amber-800\/20:after{content:attr(content);background-color:#92400e33}.after\:bg-amber-800\/30:after{content:attr(content);background-color:#92400e4d}.after\:bg-amber-800\/40:after{content:attr(content);background-color:#92400e66}.after\:bg-amber-800\/50:after{content:attr(content);background-color:#92400e80}.after\:bg-amber-800\/60:after{content:attr(content);background-color:#92400e99}.after\:bg-amber-800\/70:after{content:attr(content);background-color:#92400eb3}.after\:bg-amber-800\/75:after{content:attr(content);background-color:#92400ebf}.after\:bg-amber-800\/80:after{content:attr(content);background-color:#92400ecc}.after\:bg-amber-800\/90:after{content:attr(content);background-color:#92400ee6}.after\:bg-amber-900:after{content:attr(content);background-color:#78350f}.after\:bg-amber-900\/0:after{content:attr(content);background-color:#78350f00}.after\:bg-amber-900\/10:after{content:attr(content);background-color:#78350f1a}.after\:bg-amber-900\/20:after{content:attr(content);background-color:#78350f33}.after\:bg-amber-900\/30:after{content:attr(content);background-color:#78350f4d}.after\:bg-amber-900\/40:after{content:attr(content);background-color:#78350f66}.after\:bg-amber-900\/50:after{content:attr(content);background-color:#78350f80}.after\:bg-amber-900\/60:after{content:attr(content);background-color:#78350f99}.after\:bg-amber-900\/70:after{content:attr(content);background-color:#78350fb3}.after\:bg-amber-900\/75:after{content:attr(content);background-color:#78350fbf}.after\:bg-amber-900\/80:after{content:attr(content);background-color:#78350fcc}.after\:bg-amber-900\/90:after{content:attr(content);background-color:#78350fe6}.after\:bg-amber-950:after{content:attr(content);background-color:#451a03}.after\:bg-amber-950\/0:after{content:attr(content);background-color:#451a0300}.after\:bg-amber-950\/10:after{content:attr(content);background-color:#451a031a}.after\:bg-amber-950\/20:after{content:attr(content);background-color:#451a0333}.after\:bg-amber-950\/30:after{content:attr(content);background-color:#451a034d}.after\:bg-amber-950\/40:after{content:attr(content);background-color:#451a0366}.after\:bg-amber-950\/50:after{content:attr(content);background-color:#451a0380}.after\:bg-amber-950\/60:after{content:attr(content);background-color:#451a0399}.after\:bg-amber-950\/70:after{content:attr(content);background-color:#451a03b3}.after\:bg-amber-950\/75:after{content:attr(content);background-color:#451a03bf}.after\:bg-amber-950\/80:after{content:attr(content);background-color:#451a03cc}.after\:bg-amber-950\/90:after{content:attr(content);background-color:#451a03e6}.after\:bg-yellow-50:after{content:attr(content);background-color:#fefce8}.after\:bg-yellow-50\/0:after{content:attr(content);background-color:#fefce800}.after\:bg-yellow-50\/10:after{content:attr(content);background-color:#fefce81a}.after\:bg-yellow-50\/20:after{content:attr(content);background-color:#fefce833}.after\:bg-yellow-50\/30:after{content:attr(content);background-color:#fefce84d}.after\:bg-yellow-50\/40:after{content:attr(content);background-color:#fefce866}.after\:bg-yellow-50\/50:after{content:attr(content);background-color:#fefce880}.after\:bg-yellow-50\/60:after{content:attr(content);background-color:#fefce899}.after\:bg-yellow-50\/70:after{content:attr(content);background-color:#fefce8b3}.after\:bg-yellow-50\/75:after{content:attr(content);background-color:#fefce8bf}.after\:bg-yellow-50\/80:after{content:attr(content);background-color:#fefce8cc}.after\:bg-yellow-50\/90:after{content:attr(content);background-color:#fefce8e6}.after\:bg-yellow-100:after{content:attr(content);background-color:#fef9c3}.after\:bg-yellow-100\/0:after{content:attr(content);background-color:#fef9c300}.after\:bg-yellow-100\/10:after{content:attr(content);background-color:#fef9c31a}.after\:bg-yellow-100\/20:after{content:attr(content);background-color:#fef9c333}.after\:bg-yellow-100\/30:after{content:attr(content);background-color:#fef9c34d}.after\:bg-yellow-100\/40:after{content:attr(content);background-color:#fef9c366}.after\:bg-yellow-100\/50:after{content:attr(content);background-color:#fef9c380}.after\:bg-yellow-100\/60:after{content:attr(content);background-color:#fef9c399}.after\:bg-yellow-100\/70:after{content:attr(content);background-color:#fef9c3b3}.after\:bg-yellow-100\/75:after{content:attr(content);background-color:#fef9c3bf}.after\:bg-yellow-100\/80:after{content:attr(content);background-color:#fef9c3cc}.after\:bg-yellow-100\/90:after{content:attr(content);background-color:#fef9c3e6}.after\:bg-yellow-200:after{content:attr(content);background-color:#fef08a}.after\:bg-yellow-200\/0:after{content:attr(content);background-color:#fef08a00}.after\:bg-yellow-200\/10:after{content:attr(content);background-color:#fef08a1a}.after\:bg-yellow-200\/20:after{content:attr(content);background-color:#fef08a33}.after\:bg-yellow-200\/30:after{content:attr(content);background-color:#fef08a4d}.after\:bg-yellow-200\/40:after{content:attr(content);background-color:#fef08a66}.after\:bg-yellow-200\/50:after{content:attr(content);background-color:#fef08a80}.after\:bg-yellow-200\/60:after{content:attr(content);background-color:#fef08a99}.after\:bg-yellow-200\/70:after{content:attr(content);background-color:#fef08ab3}.after\:bg-yellow-200\/75:after{content:attr(content);background-color:#fef08abf}.after\:bg-yellow-200\/80:after{content:attr(content);background-color:#fef08acc}.after\:bg-yellow-200\/90:after{content:attr(content);background-color:#fef08ae6}.after\:bg-yellow-300:after{content:attr(content);background-color:#fde047}.after\:bg-yellow-300\/0:after{content:attr(content);background-color:#fde04700}.after\:bg-yellow-300\/10:after{content:attr(content);background-color:#fde0471a}.after\:bg-yellow-300\/20:after{content:attr(content);background-color:#fde04733}.after\:bg-yellow-300\/30:after{content:attr(content);background-color:#fde0474d}.after\:bg-yellow-300\/40:after{content:attr(content);background-color:#fde04766}.after\:bg-yellow-300\/50:after{content:attr(content);background-color:#fde04780}.after\:bg-yellow-300\/60:after{content:attr(content);background-color:#fde04799}.after\:bg-yellow-300\/70:after{content:attr(content);background-color:#fde047b3}.after\:bg-yellow-300\/75:after{content:attr(content);background-color:#fde047bf}.after\:bg-yellow-300\/80:after{content:attr(content);background-color:#fde047cc}.after\:bg-yellow-300\/90:after{content:attr(content);background-color:#fde047e6}.after\:bg-yellow-400:after{content:attr(content);background-color:#facc15}.after\:bg-yellow-400\/0:after{content:attr(content);background-color:#facc1500}.after\:bg-yellow-400\/10:after{content:attr(content);background-color:#facc151a}.after\:bg-yellow-400\/20:after{content:attr(content);background-color:#facc1533}.after\:bg-yellow-400\/30:after{content:attr(content);background-color:#facc154d}.after\:bg-yellow-400\/40:after{content:attr(content);background-color:#facc1566}.after\:bg-yellow-400\/50:after{content:attr(content);background-color:#facc1580}.after\:bg-yellow-400\/60:after{content:attr(content);background-color:#facc1599}.after\:bg-yellow-400\/70:after{content:attr(content);background-color:#facc15b3}.after\:bg-yellow-400\/75:after{content:attr(content);background-color:#facc15bf}.after\:bg-yellow-400\/80:after{content:attr(content);background-color:#facc15cc}.after\:bg-yellow-400\/90:after{content:attr(content);background-color:#facc15e6}.after\:bg-yellow-500:after{content:attr(content);background-color:#eab308}.after\:bg-yellow-500\/0:after{content:attr(content);background-color:#eab30800}.after\:bg-yellow-500\/10:after{content:attr(content);background-color:#eab3081a}.after\:bg-yellow-500\/20:after{content:attr(content);background-color:#eab30833}.after\:bg-yellow-500\/30:after{content:attr(content);background-color:#eab3084d}.after\:bg-yellow-500\/40:after{content:attr(content);background-color:#eab30866}.after\:bg-yellow-500\/50:after{content:attr(content);background-color:#eab30880}.after\:bg-yellow-500\/60:after{content:attr(content);background-color:#eab30899}.after\:bg-yellow-500\/70:after{content:attr(content);background-color:#eab308b3}.after\:bg-yellow-500\/75:after{content:attr(content);background-color:#eab308bf}.after\:bg-yellow-500\/80:after{content:attr(content);background-color:#eab308cc}.after\:bg-yellow-500\/90:after{content:attr(content);background-color:#eab308e6}.after\:bg-yellow-600:after{content:attr(content);background-color:#ca8a04}.after\:bg-yellow-600\/0:after{content:attr(content);background-color:#ca8a0400}.after\:bg-yellow-600\/10:after{content:attr(content);background-color:#ca8a041a}.after\:bg-yellow-600\/20:after{content:attr(content);background-color:#ca8a0433}.after\:bg-yellow-600\/30:after{content:attr(content);background-color:#ca8a044d}.after\:bg-yellow-600\/40:after{content:attr(content);background-color:#ca8a0466}.after\:bg-yellow-600\/50:after{content:attr(content);background-color:#ca8a0480}.after\:bg-yellow-600\/60:after{content:attr(content);background-color:#ca8a0499}.after\:bg-yellow-600\/70:after{content:attr(content);background-color:#ca8a04b3}.after\:bg-yellow-600\/75:after{content:attr(content);background-color:#ca8a04bf}.after\:bg-yellow-600\/80:after{content:attr(content);background-color:#ca8a04cc}.after\:bg-yellow-600\/90:after{content:attr(content);background-color:#ca8a04e6}.after\:bg-yellow-700:after{content:attr(content);background-color:#a16207}.after\:bg-yellow-700\/0:after{content:attr(content);background-color:#a1620700}.after\:bg-yellow-700\/10:after{content:attr(content);background-color:#a162071a}.after\:bg-yellow-700\/20:after{content:attr(content);background-color:#a1620733}.after\:bg-yellow-700\/30:after{content:attr(content);background-color:#a162074d}.after\:bg-yellow-700\/40:after{content:attr(content);background-color:#a1620766}.after\:bg-yellow-700\/50:after{content:attr(content);background-color:#a1620780}.after\:bg-yellow-700\/60:after{content:attr(content);background-color:#a1620799}.after\:bg-yellow-700\/70:after{content:attr(content);background-color:#a16207b3}.after\:bg-yellow-700\/75:after{content:attr(content);background-color:#a16207bf}.after\:bg-yellow-700\/80:after{content:attr(content);background-color:#a16207cc}.after\:bg-yellow-700\/90:after{content:attr(content);background-color:#a16207e6}.after\:bg-yellow-800:after{content:attr(content);background-color:#854d0e}.after\:bg-yellow-800\/0:after{content:attr(content);background-color:#854d0e00}.after\:bg-yellow-800\/10:after{content:attr(content);background-color:#854d0e1a}.after\:bg-yellow-800\/20:after{content:attr(content);background-color:#854d0e33}.after\:bg-yellow-800\/30:after{content:attr(content);background-color:#854d0e4d}.after\:bg-yellow-800\/40:after{content:attr(content);background-color:#854d0e66}.after\:bg-yellow-800\/50:after{content:attr(content);background-color:#854d0e80}.after\:bg-yellow-800\/60:after{content:attr(content);background-color:#854d0e99}.after\:bg-yellow-800\/70:after{content:attr(content);background-color:#854d0eb3}.after\:bg-yellow-800\/75:after{content:attr(content);background-color:#854d0ebf}.after\:bg-yellow-800\/80:after{content:attr(content);background-color:#854d0ecc}.after\:bg-yellow-800\/90:after{content:attr(content);background-color:#854d0ee6}.after\:bg-yellow-900:after{content:attr(content);background-color:#713f12}.after\:bg-yellow-900\/0:after{content:attr(content);background-color:#713f1200}.after\:bg-yellow-900\/10:after{content:attr(content);background-color:#713f121a}.after\:bg-yellow-900\/20:after{content:attr(content);background-color:#713f1233}.after\:bg-yellow-900\/30:after{content:attr(content);background-color:#713f124d}.after\:bg-yellow-900\/40:after{content:attr(content);background-color:#713f1266}.after\:bg-yellow-900\/50:after{content:attr(content);background-color:#713f1280}.after\:bg-yellow-900\/60:after{content:attr(content);background-color:#713f1299}.after\:bg-yellow-900\/70:after{content:attr(content);background-color:#713f12b3}.after\:bg-yellow-900\/75:after{content:attr(content);background-color:#713f12bf}.after\:bg-yellow-900\/80:after{content:attr(content);background-color:#713f12cc}.after\:bg-yellow-900\/90:after{content:attr(content);background-color:#713f12e6}.after\:bg-yellow-950:after{content:attr(content);background-color:#422006}.after\:bg-yellow-950\/0:after{content:attr(content);background-color:#42200600}.after\:bg-yellow-950\/10:after{content:attr(content);background-color:#4220061a}.after\:bg-yellow-950\/20:after{content:attr(content);background-color:#42200633}.after\:bg-yellow-950\/30:after{content:attr(content);background-color:#4220064d}.after\:bg-yellow-950\/40:after{content:attr(content);background-color:#42200666}.after\:bg-yellow-950\/50:after{content:attr(content);background-color:#42200680}.after\:bg-yellow-950\/60:after{content:attr(content);background-color:#42200699}.after\:bg-yellow-950\/70:after{content:attr(content);background-color:#422006b3}.after\:bg-yellow-950\/75:after{content:attr(content);background-color:#422006bf}.after\:bg-yellow-950\/80:after{content:attr(content);background-color:#422006cc}.after\:bg-yellow-950\/90:after{content:attr(content);background-color:#422006e6}.after\:bg-lime-50:after{content:attr(content);background-color:#f7fee7}.after\:bg-lime-50\/0:after{content:attr(content);background-color:#f7fee700}.after\:bg-lime-50\/10:after{content:attr(content);background-color:#f7fee71a}.after\:bg-lime-50\/20:after{content:attr(content);background-color:#f7fee733}.after\:bg-lime-50\/30:after{content:attr(content);background-color:#f7fee74d}.after\:bg-lime-50\/40:after{content:attr(content);background-color:#f7fee766}.after\:bg-lime-50\/50:after{content:attr(content);background-color:#f7fee780}.after\:bg-lime-50\/60:after{content:attr(content);background-color:#f7fee799}.after\:bg-lime-50\/70:after{content:attr(content);background-color:#f7fee7b3}.after\:bg-lime-50\/75:after{content:attr(content);background-color:#f7fee7bf}.after\:bg-lime-50\/80:after{content:attr(content);background-color:#f7fee7cc}.after\:bg-lime-50\/90:after{content:attr(content);background-color:#f7fee7e6}.after\:bg-lime-100:after{content:attr(content);background-color:#ecfccb}.after\:bg-lime-100\/0:after{content:attr(content);background-color:#ecfccb00}.after\:bg-lime-100\/10:after{content:attr(content);background-color:#ecfccb1a}.after\:bg-lime-100\/20:after{content:attr(content);background-color:#ecfccb33}.after\:bg-lime-100\/30:after{content:attr(content);background-color:#ecfccb4d}.after\:bg-lime-100\/40:after{content:attr(content);background-color:#ecfccb66}.after\:bg-lime-100\/50:after{content:attr(content);background-color:#ecfccb80}.after\:bg-lime-100\/60:after{content:attr(content);background-color:#ecfccb99}.after\:bg-lime-100\/70:after{content:attr(content);background-color:#ecfccbb3}.after\:bg-lime-100\/75:after{content:attr(content);background-color:#ecfccbbf}.after\:bg-lime-100\/80:after{content:attr(content);background-color:#ecfccbcc}.after\:bg-lime-100\/90:after{content:attr(content);background-color:#ecfccbe6}.after\:bg-lime-200:after{content:attr(content);background-color:#d9f99d}.after\:bg-lime-200\/0:after{content:attr(content);background-color:#d9f99d00}.after\:bg-lime-200\/10:after{content:attr(content);background-color:#d9f99d1a}.after\:bg-lime-200\/20:after{content:attr(content);background-color:#d9f99d33}.after\:bg-lime-200\/30:after{content:attr(content);background-color:#d9f99d4d}.after\:bg-lime-200\/40:after{content:attr(content);background-color:#d9f99d66}.after\:bg-lime-200\/50:after{content:attr(content);background-color:#d9f99d80}.after\:bg-lime-200\/60:after{content:attr(content);background-color:#d9f99d99}.after\:bg-lime-200\/70:after{content:attr(content);background-color:#d9f99db3}.after\:bg-lime-200\/75:after{content:attr(content);background-color:#d9f99dbf}.after\:bg-lime-200\/80:after{content:attr(content);background-color:#d9f99dcc}.after\:bg-lime-200\/90:after{content:attr(content);background-color:#d9f99de6}.after\:bg-lime-300:after{content:attr(content);background-color:#bef264}.after\:bg-lime-300\/0:after{content:attr(content);background-color:#bef26400}.after\:bg-lime-300\/10:after{content:attr(content);background-color:#bef2641a}.after\:bg-lime-300\/20:after{content:attr(content);background-color:#bef26433}.after\:bg-lime-300\/30:after{content:attr(content);background-color:#bef2644d}.after\:bg-lime-300\/40:after{content:attr(content);background-color:#bef26466}.after\:bg-lime-300\/50:after{content:attr(content);background-color:#bef26480}.after\:bg-lime-300\/60:after{content:attr(content);background-color:#bef26499}.after\:bg-lime-300\/70:after{content:attr(content);background-color:#bef264b3}.after\:bg-lime-300\/75:after{content:attr(content);background-color:#bef264bf}.after\:bg-lime-300\/80:after{content:attr(content);background-color:#bef264cc}.after\:bg-lime-300\/90:after{content:attr(content);background-color:#bef264e6}.after\:bg-lime-400:after{content:attr(content);background-color:#a3e635}.after\:bg-lime-400\/0:after{content:attr(content);background-color:#a3e63500}.after\:bg-lime-400\/10:after{content:attr(content);background-color:#a3e6351a}.after\:bg-lime-400\/20:after{content:attr(content);background-color:#a3e63533}.after\:bg-lime-400\/30:after{content:attr(content);background-color:#a3e6354d}.after\:bg-lime-400\/40:after{content:attr(content);background-color:#a3e63566}.after\:bg-lime-400\/50:after{content:attr(content);background-color:#a3e63580}.after\:bg-lime-400\/60:after{content:attr(content);background-color:#a3e63599}.after\:bg-lime-400\/70:after{content:attr(content);background-color:#a3e635b3}.after\:bg-lime-400\/75:after{content:attr(content);background-color:#a3e635bf}.after\:bg-lime-400\/80:after{content:attr(content);background-color:#a3e635cc}.after\:bg-lime-400\/90:after{content:attr(content);background-color:#a3e635e6}.after\:bg-lime-500:after{content:attr(content);background-color:#84cc16}.after\:bg-lime-500\/0:after{content:attr(content);background-color:#84cc1600}.after\:bg-lime-500\/10:after{content:attr(content);background-color:#84cc161a}.after\:bg-lime-500\/20:after{content:attr(content);background-color:#84cc1633}.after\:bg-lime-500\/30:after{content:attr(content);background-color:#84cc164d}.after\:bg-lime-500\/40:after{content:attr(content);background-color:#84cc1666}.after\:bg-lime-500\/50:after{content:attr(content);background-color:#84cc1680}.after\:bg-lime-500\/60:after{content:attr(content);background-color:#84cc1699}.after\:bg-lime-500\/70:after{content:attr(content);background-color:#84cc16b3}.after\:bg-lime-500\/75:after{content:attr(content);background-color:#84cc16bf}.after\:bg-lime-500\/80:after{content:attr(content);background-color:#84cc16cc}.after\:bg-lime-500\/90:after{content:attr(content);background-color:#84cc16e6}.after\:bg-lime-600:after{content:attr(content);background-color:#65a30d}.after\:bg-lime-600\/0:after{content:attr(content);background-color:#65a30d00}.after\:bg-lime-600\/10:after{content:attr(content);background-color:#65a30d1a}.after\:bg-lime-600\/20:after{content:attr(content);background-color:#65a30d33}.after\:bg-lime-600\/30:after{content:attr(content);background-color:#65a30d4d}.after\:bg-lime-600\/40:after{content:attr(content);background-color:#65a30d66}.after\:bg-lime-600\/50:after{content:attr(content);background-color:#65a30d80}.after\:bg-lime-600\/60:after{content:attr(content);background-color:#65a30d99}.after\:bg-lime-600\/70:after{content:attr(content);background-color:#65a30db3}.after\:bg-lime-600\/75:after{content:attr(content);background-color:#65a30dbf}.after\:bg-lime-600\/80:after{content:attr(content);background-color:#65a30dcc}.after\:bg-lime-600\/90:after{content:attr(content);background-color:#65a30de6}.after\:bg-lime-700:after{content:attr(content);background-color:#4d7c0f}.after\:bg-lime-700\/0:after{content:attr(content);background-color:#4d7c0f00}.after\:bg-lime-700\/10:after{content:attr(content);background-color:#4d7c0f1a}.after\:bg-lime-700\/20:after{content:attr(content);background-color:#4d7c0f33}.after\:bg-lime-700\/30:after{content:attr(content);background-color:#4d7c0f4d}.after\:bg-lime-700\/40:after{content:attr(content);background-color:#4d7c0f66}.after\:bg-lime-700\/50:after{content:attr(content);background-color:#4d7c0f80}.after\:bg-lime-700\/60:after{content:attr(content);background-color:#4d7c0f99}.after\:bg-lime-700\/70:after{content:attr(content);background-color:#4d7c0fb3}.after\:bg-lime-700\/75:after{content:attr(content);background-color:#4d7c0fbf}.after\:bg-lime-700\/80:after{content:attr(content);background-color:#4d7c0fcc}.after\:bg-lime-700\/90:after{content:attr(content);background-color:#4d7c0fe6}.after\:bg-lime-800:after{content:attr(content);background-color:#3f6212}.after\:bg-lime-800\/0:after{content:attr(content);background-color:#3f621200}.after\:bg-lime-800\/10:after{content:attr(content);background-color:#3f62121a}.after\:bg-lime-800\/20:after{content:attr(content);background-color:#3f621233}.after\:bg-lime-800\/30:after{content:attr(content);background-color:#3f62124d}.after\:bg-lime-800\/40:after{content:attr(content);background-color:#3f621266}.after\:bg-lime-800\/50:after{content:attr(content);background-color:#3f621280}.after\:bg-lime-800\/60:after{content:attr(content);background-color:#3f621299}.after\:bg-lime-800\/70:after{content:attr(content);background-color:#3f6212b3}.after\:bg-lime-800\/75:after{content:attr(content);background-color:#3f6212bf}.after\:bg-lime-800\/80:after{content:attr(content);background-color:#3f6212cc}.after\:bg-lime-800\/90:after{content:attr(content);background-color:#3f6212e6}.after\:bg-lime-900:after{content:attr(content);background-color:#365314}.after\:bg-lime-900\/0:after{content:attr(content);background-color:#36531400}.after\:bg-lime-900\/10:after{content:attr(content);background-color:#3653141a}.after\:bg-lime-900\/20:after{content:attr(content);background-color:#36531433}.after\:bg-lime-900\/30:after{content:attr(content);background-color:#3653144d}.after\:bg-lime-900\/40:after{content:attr(content);background-color:#36531466}.after\:bg-lime-900\/50:after{content:attr(content);background-color:#36531480}.after\:bg-lime-900\/60:after{content:attr(content);background-color:#36531499}.after\:bg-lime-900\/70:after{content:attr(content);background-color:#365314b3}.after\:bg-lime-900\/75:after{content:attr(content);background-color:#365314bf}.after\:bg-lime-900\/80:after{content:attr(content);background-color:#365314cc}.after\:bg-lime-900\/90:after{content:attr(content);background-color:#365314e6}.after\:bg-lime-950:after{content:attr(content);background-color:#1a2e05}.after\:bg-lime-950\/0:after{content:attr(content);background-color:#1a2e0500}.after\:bg-lime-950\/10:after{content:attr(content);background-color:#1a2e051a}.after\:bg-lime-950\/20:after{content:attr(content);background-color:#1a2e0533}.after\:bg-lime-950\/30:after{content:attr(content);background-color:#1a2e054d}.after\:bg-lime-950\/40:after{content:attr(content);background-color:#1a2e0566}.after\:bg-lime-950\/50:after{content:attr(content);background-color:#1a2e0580}.after\:bg-lime-950\/60:after{content:attr(content);background-color:#1a2e0599}.after\:bg-lime-950\/70:after{content:attr(content);background-color:#1a2e05b3}.after\:bg-lime-950\/75:after{content:attr(content);background-color:#1a2e05bf}.after\:bg-lime-950\/80:after{content:attr(content);background-color:#1a2e05cc}.after\:bg-lime-950\/90:after{content:attr(content);background-color:#1a2e05e6}.after\:bg-green-50:after{content:attr(content);background-color:#f0fdf4}.after\:bg-green-50\/0:after{content:attr(content);background-color:#f0fdf400}.after\:bg-green-50\/10:after{content:attr(content);background-color:#f0fdf41a}.after\:bg-green-50\/20:after{content:attr(content);background-color:#f0fdf433}.after\:bg-green-50\/30:after{content:attr(content);background-color:#f0fdf44d}.after\:bg-green-50\/40:after{content:attr(content);background-color:#f0fdf466}.after\:bg-green-50\/50:after{content:attr(content);background-color:#f0fdf480}.after\:bg-green-50\/60:after{content:attr(content);background-color:#f0fdf499}.after\:bg-green-50\/70:after{content:attr(content);background-color:#f0fdf4b3}.after\:bg-green-50\/75:after{content:attr(content);background-color:#f0fdf4bf}.after\:bg-green-50\/80:after{content:attr(content);background-color:#f0fdf4cc}.after\:bg-green-50\/90:after{content:attr(content);background-color:#f0fdf4e6}.after\:bg-green-100:after{content:attr(content);background-color:#dcfce7}.after\:bg-green-100\/0:after{content:attr(content);background-color:#dcfce700}.after\:bg-green-100\/10:after{content:attr(content);background-color:#dcfce71a}.after\:bg-green-100\/20:after{content:attr(content);background-color:#dcfce733}.after\:bg-green-100\/30:after{content:attr(content);background-color:#dcfce74d}.after\:bg-green-100\/40:after{content:attr(content);background-color:#dcfce766}.after\:bg-green-100\/50:after{content:attr(content);background-color:#dcfce780}.after\:bg-green-100\/60:after{content:attr(content);background-color:#dcfce799}.after\:bg-green-100\/70:after{content:attr(content);background-color:#dcfce7b3}.after\:bg-green-100\/75:after{content:attr(content);background-color:#dcfce7bf}.after\:bg-green-100\/80:after{content:attr(content);background-color:#dcfce7cc}.after\:bg-green-100\/90:after{content:attr(content);background-color:#dcfce7e6}.after\:bg-green-200:after{content:attr(content);background-color:#bbf7d0}.after\:bg-green-200\/0:after{content:attr(content);background-color:#bbf7d000}.after\:bg-green-200\/10:after{content:attr(content);background-color:#bbf7d01a}.after\:bg-green-200\/20:after{content:attr(content);background-color:#bbf7d033}.after\:bg-green-200\/30:after{content:attr(content);background-color:#bbf7d04d}.after\:bg-green-200\/40:after{content:attr(content);background-color:#bbf7d066}.after\:bg-green-200\/50:after{content:attr(content);background-color:#bbf7d080}.after\:bg-green-200\/60:after{content:attr(content);background-color:#bbf7d099}.after\:bg-green-200\/70:after{content:attr(content);background-color:#bbf7d0b3}.after\:bg-green-200\/75:after{content:attr(content);background-color:#bbf7d0bf}.after\:bg-green-200\/80:after{content:attr(content);background-color:#bbf7d0cc}.after\:bg-green-200\/90:after{content:attr(content);background-color:#bbf7d0e6}.after\:bg-green-300:after{content:attr(content);background-color:#86efac}.after\:bg-green-300\/0:after{content:attr(content);background-color:#86efac00}.after\:bg-green-300\/10:after{content:attr(content);background-color:#86efac1a}.after\:bg-green-300\/20:after{content:attr(content);background-color:#86efac33}.after\:bg-green-300\/30:after{content:attr(content);background-color:#86efac4d}.after\:bg-green-300\/40:after{content:attr(content);background-color:#86efac66}.after\:bg-green-300\/50:after{content:attr(content);background-color:#86efac80}.after\:bg-green-300\/60:after{content:attr(content);background-color:#86efac99}.after\:bg-green-300\/70:after{content:attr(content);background-color:#86efacb3}.after\:bg-green-300\/75:after{content:attr(content);background-color:#86efacbf}.after\:bg-green-300\/80:after{content:attr(content);background-color:#86efaccc}.after\:bg-green-300\/90:after{content:attr(content);background-color:#86eface6}.after\:bg-green-400:after{content:attr(content);background-color:#4ade80}.after\:bg-green-400\/0:after{content:attr(content);background-color:#4ade8000}.after\:bg-green-400\/10:after{content:attr(content);background-color:#4ade801a}.after\:bg-green-400\/20:after{content:attr(content);background-color:#4ade8033}.after\:bg-green-400\/30:after{content:attr(content);background-color:#4ade804d}.after\:bg-green-400\/40:after{content:attr(content);background-color:#4ade8066}.after\:bg-green-400\/50:after{content:attr(content);background-color:#4ade8080}.after\:bg-green-400\/60:after{content:attr(content);background-color:#4ade8099}.after\:bg-green-400\/70:after{content:attr(content);background-color:#4ade80b3}.after\:bg-green-400\/75:after{content:attr(content);background-color:#4ade80bf}.after\:bg-green-400\/80:after{content:attr(content);background-color:#4ade80cc}.after\:bg-green-400\/90:after{content:attr(content);background-color:#4ade80e6}.after\:bg-green-500:after{content:attr(content);background-color:#22c55e}.after\:bg-green-500\/0:after{content:attr(content);background-color:#22c55e00}.after\:bg-green-500\/10:after{content:attr(content);background-color:#22c55e1a}.after\:bg-green-500\/20:after{content:attr(content);background-color:#22c55e33}.after\:bg-green-500\/30:after{content:attr(content);background-color:#22c55e4d}.after\:bg-green-500\/40:after{content:attr(content);background-color:#22c55e66}.after\:bg-green-500\/50:after{content:attr(content);background-color:#22c55e80}.after\:bg-green-500\/60:after{content:attr(content);background-color:#22c55e99}.after\:bg-green-500\/70:after{content:attr(content);background-color:#22c55eb3}.after\:bg-green-500\/75:after{content:attr(content);background-color:#22c55ebf}.after\:bg-green-500\/80:after{content:attr(content);background-color:#22c55ecc}.after\:bg-green-500\/90:after{content:attr(content);background-color:#22c55ee6}.after\:bg-green-600:after{content:attr(content);background-color:#16a34a}.after\:bg-green-600\/0:after{content:attr(content);background-color:#16a34a00}.after\:bg-green-600\/10:after{content:attr(content);background-color:#16a34a1a}.after\:bg-green-600\/20:after{content:attr(content);background-color:#16a34a33}.after\:bg-green-600\/30:after{content:attr(content);background-color:#16a34a4d}.after\:bg-green-600\/40:after{content:attr(content);background-color:#16a34a66}.after\:bg-green-600\/50:after{content:attr(content);background-color:#16a34a80}.after\:bg-green-600\/60:after{content:attr(content);background-color:#16a34a99}.after\:bg-green-600\/70:after{content:attr(content);background-color:#16a34ab3}.after\:bg-green-600\/75:after{content:attr(content);background-color:#16a34abf}.after\:bg-green-600\/80:after{content:attr(content);background-color:#16a34acc}.after\:bg-green-600\/90:after{content:attr(content);background-color:#16a34ae6}.after\:bg-green-700:after{content:attr(content);background-color:#15803d}.after\:bg-green-700\/0:after{content:attr(content);background-color:#15803d00}.after\:bg-green-700\/10:after{content:attr(content);background-color:#15803d1a}.after\:bg-green-700\/20:after{content:attr(content);background-color:#15803d33}.after\:bg-green-700\/30:after{content:attr(content);background-color:#15803d4d}.after\:bg-green-700\/40:after{content:attr(content);background-color:#15803d66}.after\:bg-green-700\/50:after{content:attr(content);background-color:#15803d80}.after\:bg-green-700\/60:after{content:attr(content);background-color:#15803d99}.after\:bg-green-700\/70:after{content:attr(content);background-color:#15803db3}.after\:bg-green-700\/75:after{content:attr(content);background-color:#15803dbf}.after\:bg-green-700\/80:after{content:attr(content);background-color:#15803dcc}.after\:bg-green-700\/90:after{content:attr(content);background-color:#15803de6}.after\:bg-green-800:after{content:attr(content);background-color:#166534}.after\:bg-green-800\/0:after{content:attr(content);background-color:#16653400}.after\:bg-green-800\/10:after{content:attr(content);background-color:#1665341a}.after\:bg-green-800\/20:after{content:attr(content);background-color:#16653433}.after\:bg-green-800\/30:after{content:attr(content);background-color:#1665344d}.after\:bg-green-800\/40:after{content:attr(content);background-color:#16653466}.after\:bg-green-800\/50:after{content:attr(content);background-color:#16653480}.after\:bg-green-800\/60:after{content:attr(content);background-color:#16653499}.after\:bg-green-800\/70:after{content:attr(content);background-color:#166534b3}.after\:bg-green-800\/75:after{content:attr(content);background-color:#166534bf}.after\:bg-green-800\/80:after{content:attr(content);background-color:#166534cc}.after\:bg-green-800\/90:after{content:attr(content);background-color:#166534e6}.after\:bg-green-900:after{content:attr(content);background-color:#14532d}.after\:bg-green-900\/0:after{content:attr(content);background-color:#14532d00}.after\:bg-green-900\/10:after{content:attr(content);background-color:#14532d1a}.after\:bg-green-900\/20:after{content:attr(content);background-color:#14532d33}.after\:bg-green-900\/30:after{content:attr(content);background-color:#14532d4d}.after\:bg-green-900\/40:after{content:attr(content);background-color:#14532d66}.after\:bg-green-900\/50:after{content:attr(content);background-color:#14532d80}.after\:bg-green-900\/60:after{content:attr(content);background-color:#14532d99}.after\:bg-green-900\/70:after{content:attr(content);background-color:#14532db3}.after\:bg-green-900\/75:after{content:attr(content);background-color:#14532dbf}.after\:bg-green-900\/80:after{content:attr(content);background-color:#14532dcc}.after\:bg-green-900\/90:after{content:attr(content);background-color:#14532de6}.after\:bg-green-950:after{content:attr(content);background-color:#052e16}.after\:bg-green-950\/0:after{content:attr(content);background-color:#052e1600}.after\:bg-green-950\/10:after{content:attr(content);background-color:#052e161a}.after\:bg-green-950\/20:after{content:attr(content);background-color:#052e1633}.after\:bg-green-950\/30:after{content:attr(content);background-color:#052e164d}.after\:bg-green-950\/40:after{content:attr(content);background-color:#052e1666}.after\:bg-green-950\/50:after{content:attr(content);background-color:#052e1680}.after\:bg-green-950\/60:after{content:attr(content);background-color:#052e1699}.after\:bg-green-950\/70:after{content:attr(content);background-color:#052e16b3}.after\:bg-green-950\/75:after{content:attr(content);background-color:#052e16bf}.after\:bg-green-950\/80:after{content:attr(content);background-color:#052e16cc}.after\:bg-green-950\/90:after{content:attr(content);background-color:#052e16e6}.after\:bg-emerald-50:after{content:attr(content);background-color:#ecfdf5}.after\:bg-emerald-50\/0:after{content:attr(content);background-color:#ecfdf500}.after\:bg-emerald-50\/10:after{content:attr(content);background-color:#ecfdf51a}.after\:bg-emerald-50\/20:after{content:attr(content);background-color:#ecfdf533}.after\:bg-emerald-50\/30:after{content:attr(content);background-color:#ecfdf54d}.after\:bg-emerald-50\/40:after{content:attr(content);background-color:#ecfdf566}.after\:bg-emerald-50\/50:after{content:attr(content);background-color:#ecfdf580}.after\:bg-emerald-50\/60:after{content:attr(content);background-color:#ecfdf599}.after\:bg-emerald-50\/70:after{content:attr(content);background-color:#ecfdf5b3}.after\:bg-emerald-50\/75:after{content:attr(content);background-color:#ecfdf5bf}.after\:bg-emerald-50\/80:after{content:attr(content);background-color:#ecfdf5cc}.after\:bg-emerald-50\/90:after{content:attr(content);background-color:#ecfdf5e6}.after\:bg-emerald-100:after{content:attr(content);background-color:#d1fae5}.after\:bg-emerald-100\/0:after{content:attr(content);background-color:#d1fae500}.after\:bg-emerald-100\/10:after{content:attr(content);background-color:#d1fae51a}.after\:bg-emerald-100\/20:after{content:attr(content);background-color:#d1fae533}.after\:bg-emerald-100\/30:after{content:attr(content);background-color:#d1fae54d}.after\:bg-emerald-100\/40:after{content:attr(content);background-color:#d1fae566}.after\:bg-emerald-100\/50:after{content:attr(content);background-color:#d1fae580}.after\:bg-emerald-100\/60:after{content:attr(content);background-color:#d1fae599}.after\:bg-emerald-100\/70:after{content:attr(content);background-color:#d1fae5b3}.after\:bg-emerald-100\/75:after{content:attr(content);background-color:#d1fae5bf}.after\:bg-emerald-100\/80:after{content:attr(content);background-color:#d1fae5cc}.after\:bg-emerald-100\/90:after{content:attr(content);background-color:#d1fae5e6}.after\:bg-emerald-200:after{content:attr(content);background-color:#a7f3d0}.after\:bg-emerald-200\/0:after{content:attr(content);background-color:#a7f3d000}.after\:bg-emerald-200\/10:after{content:attr(content);background-color:#a7f3d01a}.after\:bg-emerald-200\/20:after{content:attr(content);background-color:#a7f3d033}.after\:bg-emerald-200\/30:after{content:attr(content);background-color:#a7f3d04d}.after\:bg-emerald-200\/40:after{content:attr(content);background-color:#a7f3d066}.after\:bg-emerald-200\/50:after{content:attr(content);background-color:#a7f3d080}.after\:bg-emerald-200\/60:after{content:attr(content);background-color:#a7f3d099}.after\:bg-emerald-200\/70:after{content:attr(content);background-color:#a7f3d0b3}.after\:bg-emerald-200\/75:after{content:attr(content);background-color:#a7f3d0bf}.after\:bg-emerald-200\/80:after{content:attr(content);background-color:#a7f3d0cc}.after\:bg-emerald-200\/90:after{content:attr(content);background-color:#a7f3d0e6}.after\:bg-emerald-300:after{content:attr(content);background-color:#6ee7b7}.after\:bg-emerald-300\/0:after{content:attr(content);background-color:#6ee7b700}.after\:bg-emerald-300\/10:after{content:attr(content);background-color:#6ee7b71a}.after\:bg-emerald-300\/20:after{content:attr(content);background-color:#6ee7b733}.after\:bg-emerald-300\/30:after{content:attr(content);background-color:#6ee7b74d}.after\:bg-emerald-300\/40:after{content:attr(content);background-color:#6ee7b766}.after\:bg-emerald-300\/50:after{content:attr(content);background-color:#6ee7b780}.after\:bg-emerald-300\/60:after{content:attr(content);background-color:#6ee7b799}.after\:bg-emerald-300\/70:after{content:attr(content);background-color:#6ee7b7b3}.after\:bg-emerald-300\/75:after{content:attr(content);background-color:#6ee7b7bf}.after\:bg-emerald-300\/80:after{content:attr(content);background-color:#6ee7b7cc}.after\:bg-emerald-300\/90:after{content:attr(content);background-color:#6ee7b7e6}.after\:bg-emerald-400:after{content:attr(content);background-color:#34d399}.after\:bg-emerald-400\/0:after{content:attr(content);background-color:#34d39900}.after\:bg-emerald-400\/10:after{content:attr(content);background-color:#34d3991a}.after\:bg-emerald-400\/20:after{content:attr(content);background-color:#34d39933}.after\:bg-emerald-400\/30:after{content:attr(content);background-color:#34d3994d}.after\:bg-emerald-400\/40:after{content:attr(content);background-color:#34d39966}.after\:bg-emerald-400\/50:after{content:attr(content);background-color:#34d39980}.after\:bg-emerald-400\/60:after{content:attr(content);background-color:#34d39999}.after\:bg-emerald-400\/70:after{content:attr(content);background-color:#34d399b3}.after\:bg-emerald-400\/75:after{content:attr(content);background-color:#34d399bf}.after\:bg-emerald-400\/80:after{content:attr(content);background-color:#34d399cc}.after\:bg-emerald-400\/90:after{content:attr(content);background-color:#34d399e6}.after\:bg-emerald-500:after{content:attr(content);background-color:#10b981}.after\:bg-emerald-500\/0:after{content:attr(content);background-color:#10b98100}.after\:bg-emerald-500\/10:after{content:attr(content);background-color:#10b9811a}.after\:bg-emerald-500\/20:after{content:attr(content);background-color:#10b98133}.after\:bg-emerald-500\/30:after{content:attr(content);background-color:#10b9814d}.after\:bg-emerald-500\/40:after{content:attr(content);background-color:#10b98166}.after\:bg-emerald-500\/50:after{content:attr(content);background-color:#10b98180}.after\:bg-emerald-500\/60:after{content:attr(content);background-color:#10b98199}.after\:bg-emerald-500\/70:after{content:attr(content);background-color:#10b981b3}.after\:bg-emerald-500\/75:after{content:attr(content);background-color:#10b981bf}.after\:bg-emerald-500\/80:after{content:attr(content);background-color:#10b981cc}.after\:bg-emerald-500\/90:after{content:attr(content);background-color:#10b981e6}.after\:bg-emerald-600:after{content:attr(content);background-color:#059669}.after\:bg-emerald-600\/0:after{content:attr(content);background-color:#05966900}.after\:bg-emerald-600\/10:after{content:attr(content);background-color:#0596691a}.after\:bg-emerald-600\/20:after{content:attr(content);background-color:#05966933}.after\:bg-emerald-600\/30:after{content:attr(content);background-color:#0596694d}.after\:bg-emerald-600\/40:after{content:attr(content);background-color:#05966966}.after\:bg-emerald-600\/50:after{content:attr(content);background-color:#05966980}.after\:bg-emerald-600\/60:after{content:attr(content);background-color:#05966999}.after\:bg-emerald-600\/70:after{content:attr(content);background-color:#059669b3}.after\:bg-emerald-600\/75:after{content:attr(content);background-color:#059669bf}.after\:bg-emerald-600\/80:after{content:attr(content);background-color:#059669cc}.after\:bg-emerald-600\/90:after{content:attr(content);background-color:#059669e6}.after\:bg-emerald-700:after{content:attr(content);background-color:#047857}.after\:bg-emerald-700\/0:after{content:attr(content);background-color:#04785700}.after\:bg-emerald-700\/10:after{content:attr(content);background-color:#0478571a}.after\:bg-emerald-700\/20:after{content:attr(content);background-color:#04785733}.after\:bg-emerald-700\/30:after{content:attr(content);background-color:#0478574d}.after\:bg-emerald-700\/40:after{content:attr(content);background-color:#04785766}.after\:bg-emerald-700\/50:after{content:attr(content);background-color:#04785780}.after\:bg-emerald-700\/60:after{content:attr(content);background-color:#04785799}.after\:bg-emerald-700\/70:after{content:attr(content);background-color:#047857b3}.after\:bg-emerald-700\/75:after{content:attr(content);background-color:#047857bf}.after\:bg-emerald-700\/80:after{content:attr(content);background-color:#047857cc}.after\:bg-emerald-700\/90:after{content:attr(content);background-color:#047857e6}.after\:bg-emerald-800:after{content:attr(content);background-color:#065f46}.after\:bg-emerald-800\/0:after{content:attr(content);background-color:#065f4600}.after\:bg-emerald-800\/10:after{content:attr(content);background-color:#065f461a}.after\:bg-emerald-800\/20:after{content:attr(content);background-color:#065f4633}.after\:bg-emerald-800\/30:after{content:attr(content);background-color:#065f464d}.after\:bg-emerald-800\/40:after{content:attr(content);background-color:#065f4666}.after\:bg-emerald-800\/50:after{content:attr(content);background-color:#065f4680}.after\:bg-emerald-800\/60:after{content:attr(content);background-color:#065f4699}.after\:bg-emerald-800\/70:after{content:attr(content);background-color:#065f46b3}.after\:bg-emerald-800\/75:after{content:attr(content);background-color:#065f46bf}.after\:bg-emerald-800\/80:after{content:attr(content);background-color:#065f46cc}.after\:bg-emerald-800\/90:after{content:attr(content);background-color:#065f46e6}.after\:bg-emerald-900:after{content:attr(content);background-color:#064e3b}.after\:bg-emerald-900\/0:after{content:attr(content);background-color:#064e3b00}.after\:bg-emerald-900\/10:after{content:attr(content);background-color:#064e3b1a}.after\:bg-emerald-900\/20:after{content:attr(content);background-color:#064e3b33}.after\:bg-emerald-900\/30:after{content:attr(content);background-color:#064e3b4d}.after\:bg-emerald-900\/40:after{content:attr(content);background-color:#064e3b66}.after\:bg-emerald-900\/50:after{content:attr(content);background-color:#064e3b80}.after\:bg-emerald-900\/60:after{content:attr(content);background-color:#064e3b99}.after\:bg-emerald-900\/70:after{content:attr(content);background-color:#064e3bb3}.after\:bg-emerald-900\/75:after{content:attr(content);background-color:#064e3bbf}.after\:bg-emerald-900\/80:after{content:attr(content);background-color:#064e3bcc}.after\:bg-emerald-900\/90:after{content:attr(content);background-color:#064e3be6}.after\:bg-emerald-950:after{content:attr(content);background-color:#022c22}.after\:bg-emerald-950\/0:after{content:attr(content);background-color:#022c2200}.after\:bg-emerald-950\/10:after{content:attr(content);background-color:#022c221a}.after\:bg-emerald-950\/20:after{content:attr(content);background-color:#022c2233}.after\:bg-emerald-950\/30:after{content:attr(content);background-color:#022c224d}.after\:bg-emerald-950\/40:after{content:attr(content);background-color:#022c2266}.after\:bg-emerald-950\/50:after{content:attr(content);background-color:#022c2280}.after\:bg-emerald-950\/60:after{content:attr(content);background-color:#022c2299}.after\:bg-emerald-950\/70:after{content:attr(content);background-color:#022c22b3}.after\:bg-emerald-950\/75:after{content:attr(content);background-color:#022c22bf}.after\:bg-emerald-950\/80:after{content:attr(content);background-color:#022c22cc}.after\:bg-emerald-950\/90:after{content:attr(content);background-color:#022c22e6}.after\:bg-teal-50:after{content:attr(content);background-color:#f0fdfa}.after\:bg-teal-50\/0:after{content:attr(content);background-color:#f0fdfa00}.after\:bg-teal-50\/10:after{content:attr(content);background-color:#f0fdfa1a}.after\:bg-teal-50\/20:after{content:attr(content);background-color:#f0fdfa33}.after\:bg-teal-50\/30:after{content:attr(content);background-color:#f0fdfa4d}.after\:bg-teal-50\/40:after{content:attr(content);background-color:#f0fdfa66}.after\:bg-teal-50\/50:after{content:attr(content);background-color:#f0fdfa80}.after\:bg-teal-50\/60:after{content:attr(content);background-color:#f0fdfa99}.after\:bg-teal-50\/70:after{content:attr(content);background-color:#f0fdfab3}.after\:bg-teal-50\/75:after{content:attr(content);background-color:#f0fdfabf}.after\:bg-teal-50\/80:after{content:attr(content);background-color:#f0fdfacc}.after\:bg-teal-50\/90:after{content:attr(content);background-color:#f0fdfae6}.after\:bg-teal-100:after{content:attr(content);background-color:#ccfbf1}.after\:bg-teal-100\/0:after{content:attr(content);background-color:#ccfbf100}.after\:bg-teal-100\/10:after{content:attr(content);background-color:#ccfbf11a}.after\:bg-teal-100\/20:after{content:attr(content);background-color:#ccfbf133}.after\:bg-teal-100\/30:after{content:attr(content);background-color:#ccfbf14d}.after\:bg-teal-100\/40:after{content:attr(content);background-color:#ccfbf166}.after\:bg-teal-100\/50:after{content:attr(content);background-color:#ccfbf180}.after\:bg-teal-100\/60:after{content:attr(content);background-color:#ccfbf199}.after\:bg-teal-100\/70:after{content:attr(content);background-color:#ccfbf1b3}.after\:bg-teal-100\/75:after{content:attr(content);background-color:#ccfbf1bf}.after\:bg-teal-100\/80:after{content:attr(content);background-color:#ccfbf1cc}.after\:bg-teal-100\/90:after{content:attr(content);background-color:#ccfbf1e6}.after\:bg-teal-200:after{content:attr(content);background-color:#99f6e4}.after\:bg-teal-200\/0:after{content:attr(content);background-color:#99f6e400}.after\:bg-teal-200\/10:after{content:attr(content);background-color:#99f6e41a}.after\:bg-teal-200\/20:after{content:attr(content);background-color:#99f6e433}.after\:bg-teal-200\/30:after{content:attr(content);background-color:#99f6e44d}.after\:bg-teal-200\/40:after{content:attr(content);background-color:#99f6e466}.after\:bg-teal-200\/50:after{content:attr(content);background-color:#99f6e480}.after\:bg-teal-200\/60:after{content:attr(content);background-color:#99f6e499}.after\:bg-teal-200\/70:after{content:attr(content);background-color:#99f6e4b3}.after\:bg-teal-200\/75:after{content:attr(content);background-color:#99f6e4bf}.after\:bg-teal-200\/80:after{content:attr(content);background-color:#99f6e4cc}.after\:bg-teal-200\/90:after{content:attr(content);background-color:#99f6e4e6}.after\:bg-teal-300:after{content:attr(content);background-color:#5eead4}.after\:bg-teal-300\/0:after{content:attr(content);background-color:#5eead400}.after\:bg-teal-300\/10:after{content:attr(content);background-color:#5eead41a}.after\:bg-teal-300\/20:after{content:attr(content);background-color:#5eead433}.after\:bg-teal-300\/30:after{content:attr(content);background-color:#5eead44d}.after\:bg-teal-300\/40:after{content:attr(content);background-color:#5eead466}.after\:bg-teal-300\/50:after{content:attr(content);background-color:#5eead480}.after\:bg-teal-300\/60:after{content:attr(content);background-color:#5eead499}.after\:bg-teal-300\/70:after{content:attr(content);background-color:#5eead4b3}.after\:bg-teal-300\/75:after{content:attr(content);background-color:#5eead4bf}.after\:bg-teal-300\/80:after{content:attr(content);background-color:#5eead4cc}.after\:bg-teal-300\/90:after{content:attr(content);background-color:#5eead4e6}.after\:bg-teal-400:after{content:attr(content);background-color:#2dd4bf}.after\:bg-teal-400\/0:after{content:attr(content);background-color:#2dd4bf00}.after\:bg-teal-400\/10:after{content:attr(content);background-color:#2dd4bf1a}.after\:bg-teal-400\/20:after{content:attr(content);background-color:#2dd4bf33}.after\:bg-teal-400\/30:after{content:attr(content);background-color:#2dd4bf4d}.after\:bg-teal-400\/40:after{content:attr(content);background-color:#2dd4bf66}.after\:bg-teal-400\/50:after{content:attr(content);background-color:#2dd4bf80}.after\:bg-teal-400\/60:after{content:attr(content);background-color:#2dd4bf99}.after\:bg-teal-400\/70:after{content:attr(content);background-color:#2dd4bfb3}.after\:bg-teal-400\/75:after{content:attr(content);background-color:#2dd4bfbf}.after\:bg-teal-400\/80:after{content:attr(content);background-color:#2dd4bfcc}.after\:bg-teal-400\/90:after{content:attr(content);background-color:#2dd4bfe6}.after\:bg-teal-500:after{content:attr(content);background-color:#14b8a6}.after\:bg-teal-500\/0:after{content:attr(content);background-color:#14b8a600}.after\:bg-teal-500\/10:after{content:attr(content);background-color:#14b8a61a}.after\:bg-teal-500\/20:after{content:attr(content);background-color:#14b8a633}.after\:bg-teal-500\/30:after{content:attr(content);background-color:#14b8a64d}.after\:bg-teal-500\/40:after{content:attr(content);background-color:#14b8a666}.after\:bg-teal-500\/50:after{content:attr(content);background-color:#14b8a680}.after\:bg-teal-500\/60:after{content:attr(content);background-color:#14b8a699}.after\:bg-teal-500\/70:after{content:attr(content);background-color:#14b8a6b3}.after\:bg-teal-500\/75:after{content:attr(content);background-color:#14b8a6bf}.after\:bg-teal-500\/80:after{content:attr(content);background-color:#14b8a6cc}.after\:bg-teal-500\/90:after{content:attr(content);background-color:#14b8a6e6}.after\:bg-teal-600:after{content:attr(content);background-color:#0d9488}.after\:bg-teal-600\/0:after{content:attr(content);background-color:#0d948800}.after\:bg-teal-600\/10:after{content:attr(content);background-color:#0d94881a}.after\:bg-teal-600\/20:after{content:attr(content);background-color:#0d948833}.after\:bg-teal-600\/30:after{content:attr(content);background-color:#0d94884d}.after\:bg-teal-600\/40:after{content:attr(content);background-color:#0d948866}.after\:bg-teal-600\/50:after{content:attr(content);background-color:#0d948880}.after\:bg-teal-600\/60:after{content:attr(content);background-color:#0d948899}.after\:bg-teal-600\/70:after{content:attr(content);background-color:#0d9488b3}.after\:bg-teal-600\/75:after{content:attr(content);background-color:#0d9488bf}.after\:bg-teal-600\/80:after{content:attr(content);background-color:#0d9488cc}.after\:bg-teal-600\/90:after{content:attr(content);background-color:#0d9488e6}.after\:bg-teal-700:after{content:attr(content);background-color:#0f766e}.after\:bg-teal-700\/0:after{content:attr(content);background-color:#0f766e00}.after\:bg-teal-700\/10:after{content:attr(content);background-color:#0f766e1a}.after\:bg-teal-700\/20:after{content:attr(content);background-color:#0f766e33}.after\:bg-teal-700\/30:after{content:attr(content);background-color:#0f766e4d}.after\:bg-teal-700\/40:after{content:attr(content);background-color:#0f766e66}.after\:bg-teal-700\/50:after{content:attr(content);background-color:#0f766e80}.after\:bg-teal-700\/60:after{content:attr(content);background-color:#0f766e99}.after\:bg-teal-700\/70:after{content:attr(content);background-color:#0f766eb3}.after\:bg-teal-700\/75:after{content:attr(content);background-color:#0f766ebf}.after\:bg-teal-700\/80:after{content:attr(content);background-color:#0f766ecc}.after\:bg-teal-700\/90:after{content:attr(content);background-color:#0f766ee6}.after\:bg-teal-800:after{content:attr(content);background-color:#115e59}.after\:bg-teal-800\/0:after{content:attr(content);background-color:#115e5900}.after\:bg-teal-800\/10:after{content:attr(content);background-color:#115e591a}.after\:bg-teal-800\/20:after{content:attr(content);background-color:#115e5933}.after\:bg-teal-800\/30:after{content:attr(content);background-color:#115e594d}.after\:bg-teal-800\/40:after{content:attr(content);background-color:#115e5966}.after\:bg-teal-800\/50:after{content:attr(content);background-color:#115e5980}.after\:bg-teal-800\/60:after{content:attr(content);background-color:#115e5999}.after\:bg-teal-800\/70:after{content:attr(content);background-color:#115e59b3}.after\:bg-teal-800\/75:after{content:attr(content);background-color:#115e59bf}.after\:bg-teal-800\/80:after{content:attr(content);background-color:#115e59cc}.after\:bg-teal-800\/90:after{content:attr(content);background-color:#115e59e6}.after\:bg-teal-900:after{content:attr(content);background-color:#134e4a}.after\:bg-teal-900\/0:after{content:attr(content);background-color:#134e4a00}.after\:bg-teal-900\/10:after{content:attr(content);background-color:#134e4a1a}.after\:bg-teal-900\/20:after{content:attr(content);background-color:#134e4a33}.after\:bg-teal-900\/30:after{content:attr(content);background-color:#134e4a4d}.after\:bg-teal-900\/40:after{content:attr(content);background-color:#134e4a66}.after\:bg-teal-900\/50:after{content:attr(content);background-color:#134e4a80}.after\:bg-teal-900\/60:after{content:attr(content);background-color:#134e4a99}.after\:bg-teal-900\/70:after{content:attr(content);background-color:#134e4ab3}.after\:bg-teal-900\/75:after{content:attr(content);background-color:#134e4abf}.after\:bg-teal-900\/80:after{content:attr(content);background-color:#134e4acc}.after\:bg-teal-900\/90:after{content:attr(content);background-color:#134e4ae6}.after\:bg-teal-950:after{content:attr(content);background-color:#042f2e}.after\:bg-teal-950\/0:after{content:attr(content);background-color:#042f2e00}.after\:bg-teal-950\/10:after{content:attr(content);background-color:#042f2e1a}.after\:bg-teal-950\/20:after{content:attr(content);background-color:#042f2e33}.after\:bg-teal-950\/30:after{content:attr(content);background-color:#042f2e4d}.after\:bg-teal-950\/40:after{content:attr(content);background-color:#042f2e66}.after\:bg-teal-950\/50:after{content:attr(content);background-color:#042f2e80}.after\:bg-teal-950\/60:after{content:attr(content);background-color:#042f2e99}.after\:bg-teal-950\/70:after{content:attr(content);background-color:#042f2eb3}.after\:bg-teal-950\/75:after{content:attr(content);background-color:#042f2ebf}.after\:bg-teal-950\/80:after{content:attr(content);background-color:#042f2ecc}.after\:bg-teal-950\/90:after{content:attr(content);background-color:#042f2ee6}.after\:bg-cyan-50:after{content:attr(content);background-color:#ecfeff}.after\:bg-cyan-50\/0:after{content:attr(content);background-color:#ecfeff00}.after\:bg-cyan-50\/10:after{content:attr(content);background-color:#ecfeff1a}.after\:bg-cyan-50\/20:after{content:attr(content);background-color:#ecfeff33}.after\:bg-cyan-50\/30:after{content:attr(content);background-color:#ecfeff4d}.after\:bg-cyan-50\/40:after{content:attr(content);background-color:#ecfeff66}.after\:bg-cyan-50\/50:after{content:attr(content);background-color:#ecfeff80}.after\:bg-cyan-50\/60:after{content:attr(content);background-color:#ecfeff99}.after\:bg-cyan-50\/70:after{content:attr(content);background-color:#ecfeffb3}.after\:bg-cyan-50\/75:after{content:attr(content);background-color:#ecfeffbf}.after\:bg-cyan-50\/80:after{content:attr(content);background-color:#ecfeffcc}.after\:bg-cyan-50\/90:after{content:attr(content);background-color:#ecfeffe6}.after\:bg-cyan-100:after{content:attr(content);background-color:#cffafe}.after\:bg-cyan-100\/0:after{content:attr(content);background-color:#cffafe00}.after\:bg-cyan-100\/10:after{content:attr(content);background-color:#cffafe1a}.after\:bg-cyan-100\/20:after{content:attr(content);background-color:#cffafe33}.after\:bg-cyan-100\/30:after{content:attr(content);background-color:#cffafe4d}.after\:bg-cyan-100\/40:after{content:attr(content);background-color:#cffafe66}.after\:bg-cyan-100\/50:after{content:attr(content);background-color:#cffafe80}.after\:bg-cyan-100\/60:after{content:attr(content);background-color:#cffafe99}.after\:bg-cyan-100\/70:after{content:attr(content);background-color:#cffafeb3}.after\:bg-cyan-100\/75:after{content:attr(content);background-color:#cffafebf}.after\:bg-cyan-100\/80:after{content:attr(content);background-color:#cffafecc}.after\:bg-cyan-100\/90:after{content:attr(content);background-color:#cffafee6}.after\:bg-cyan-200:after{content:attr(content);background-color:#a5f3fc}.after\:bg-cyan-200\/0:after{content:attr(content);background-color:#a5f3fc00}.after\:bg-cyan-200\/10:after{content:attr(content);background-color:#a5f3fc1a}.after\:bg-cyan-200\/20:after{content:attr(content);background-color:#a5f3fc33}.after\:bg-cyan-200\/30:after{content:attr(content);background-color:#a5f3fc4d}.after\:bg-cyan-200\/40:after{content:attr(content);background-color:#a5f3fc66}.after\:bg-cyan-200\/50:after{content:attr(content);background-color:#a5f3fc80}.after\:bg-cyan-200\/60:after{content:attr(content);background-color:#a5f3fc99}.after\:bg-cyan-200\/70:after{content:attr(content);background-color:#a5f3fcb3}.after\:bg-cyan-200\/75:after{content:attr(content);background-color:#a5f3fcbf}.after\:bg-cyan-200\/80:after{content:attr(content);background-color:#a5f3fccc}.after\:bg-cyan-200\/90:after{content:attr(content);background-color:#a5f3fce6}.after\:bg-cyan-300:after{content:attr(content);background-color:#67e8f9}.after\:bg-cyan-300\/0:after{content:attr(content);background-color:#67e8f900}.after\:bg-cyan-300\/10:after{content:attr(content);background-color:#67e8f91a}.after\:bg-cyan-300\/20:after{content:attr(content);background-color:#67e8f933}.after\:bg-cyan-300\/30:after{content:attr(content);background-color:#67e8f94d}.after\:bg-cyan-300\/40:after{content:attr(content);background-color:#67e8f966}.after\:bg-cyan-300\/50:after{content:attr(content);background-color:#67e8f980}.after\:bg-cyan-300\/60:after{content:attr(content);background-color:#67e8f999}.after\:bg-cyan-300\/70:after{content:attr(content);background-color:#67e8f9b3}.after\:bg-cyan-300\/75:after{content:attr(content);background-color:#67e8f9bf}.after\:bg-cyan-300\/80:after{content:attr(content);background-color:#67e8f9cc}.after\:bg-cyan-300\/90:after{content:attr(content);background-color:#67e8f9e6}.after\:bg-cyan-400:after{content:attr(content);background-color:#22d3ee}.after\:bg-cyan-400\/0:after{content:attr(content);background-color:#22d3ee00}.after\:bg-cyan-400\/10:after{content:attr(content);background-color:#22d3ee1a}.after\:bg-cyan-400\/20:after{content:attr(content);background-color:#22d3ee33}.after\:bg-cyan-400\/30:after{content:attr(content);background-color:#22d3ee4d}.after\:bg-cyan-400\/40:after{content:attr(content);background-color:#22d3ee66}.after\:bg-cyan-400\/50:after{content:attr(content);background-color:#22d3ee80}.after\:bg-cyan-400\/60:after{content:attr(content);background-color:#22d3ee99}.after\:bg-cyan-400\/70:after{content:attr(content);background-color:#22d3eeb3}.after\:bg-cyan-400\/75:after{content:attr(content);background-color:#22d3eebf}.after\:bg-cyan-400\/80:after{content:attr(content);background-color:#22d3eecc}.after\:bg-cyan-400\/90:after{content:attr(content);background-color:#22d3eee6}.after\:bg-cyan-500:after{content:attr(content);background-color:#06b6d4}.after\:bg-cyan-500\/0:after{content:attr(content);background-color:#06b6d400}.after\:bg-cyan-500\/10:after{content:attr(content);background-color:#06b6d41a}.after\:bg-cyan-500\/20:after{content:attr(content);background-color:#06b6d433}.after\:bg-cyan-500\/30:after{content:attr(content);background-color:#06b6d44d}.after\:bg-cyan-500\/40:after{content:attr(content);background-color:#06b6d466}.after\:bg-cyan-500\/50:after{content:attr(content);background-color:#06b6d480}.after\:bg-cyan-500\/60:after{content:attr(content);background-color:#06b6d499}.after\:bg-cyan-500\/70:after{content:attr(content);background-color:#06b6d4b3}.after\:bg-cyan-500\/75:after{content:attr(content);background-color:#06b6d4bf}.after\:bg-cyan-500\/80:after{content:attr(content);background-color:#06b6d4cc}.after\:bg-cyan-500\/90:after{content:attr(content);background-color:#06b6d4e6}.after\:bg-cyan-600:after{content:attr(content);background-color:#0891b2}.after\:bg-cyan-600\/0:after{content:attr(content);background-color:#0891b200}.after\:bg-cyan-600\/10:after{content:attr(content);background-color:#0891b21a}.after\:bg-cyan-600\/20:after{content:attr(content);background-color:#0891b233}.after\:bg-cyan-600\/30:after{content:attr(content);background-color:#0891b24d}.after\:bg-cyan-600\/40:after{content:attr(content);background-color:#0891b266}.after\:bg-cyan-600\/50:after{content:attr(content);background-color:#0891b280}.after\:bg-cyan-600\/60:after{content:attr(content);background-color:#0891b299}.after\:bg-cyan-600\/70:after{content:attr(content);background-color:#0891b2b3}.after\:bg-cyan-600\/75:after{content:attr(content);background-color:#0891b2bf}.after\:bg-cyan-600\/80:after{content:attr(content);background-color:#0891b2cc}.after\:bg-cyan-600\/90:after{content:attr(content);background-color:#0891b2e6}.after\:bg-cyan-700:after{content:attr(content);background-color:#0e7490}.after\:bg-cyan-700\/0:after{content:attr(content);background-color:#0e749000}.after\:bg-cyan-700\/10:after{content:attr(content);background-color:#0e74901a}.after\:bg-cyan-700\/20:after{content:attr(content);background-color:#0e749033}.after\:bg-cyan-700\/30:after{content:attr(content);background-color:#0e74904d}.after\:bg-cyan-700\/40:after{content:attr(content);background-color:#0e749066}.after\:bg-cyan-700\/50:after{content:attr(content);background-color:#0e749080}.after\:bg-cyan-700\/60:after{content:attr(content);background-color:#0e749099}.after\:bg-cyan-700\/70:after{content:attr(content);background-color:#0e7490b3}.after\:bg-cyan-700\/75:after{content:attr(content);background-color:#0e7490bf}.after\:bg-cyan-700\/80:after{content:attr(content);background-color:#0e7490cc}.after\:bg-cyan-700\/90:after{content:attr(content);background-color:#0e7490e6}.after\:bg-cyan-800:after{content:attr(content);background-color:#155e75}.after\:bg-cyan-800\/0:after{content:attr(content);background-color:#155e7500}.after\:bg-cyan-800\/10:after{content:attr(content);background-color:#155e751a}.after\:bg-cyan-800\/20:after{content:attr(content);background-color:#155e7533}.after\:bg-cyan-800\/30:after{content:attr(content);background-color:#155e754d}.after\:bg-cyan-800\/40:after{content:attr(content);background-color:#155e7566}.after\:bg-cyan-800\/50:after{content:attr(content);background-color:#155e7580}.after\:bg-cyan-800\/60:after{content:attr(content);background-color:#155e7599}.after\:bg-cyan-800\/70:after{content:attr(content);background-color:#155e75b3}.after\:bg-cyan-800\/75:after{content:attr(content);background-color:#155e75bf}.after\:bg-cyan-800\/80:after{content:attr(content);background-color:#155e75cc}.after\:bg-cyan-800\/90:after{content:attr(content);background-color:#155e75e6}.after\:bg-cyan-900:after{content:attr(content);background-color:#164e63}.after\:bg-cyan-900\/0:after{content:attr(content);background-color:#164e6300}.after\:bg-cyan-900\/10:after{content:attr(content);background-color:#164e631a}.after\:bg-cyan-900\/20:after{content:attr(content);background-color:#164e6333}.after\:bg-cyan-900\/30:after{content:attr(content);background-color:#164e634d}.after\:bg-cyan-900\/40:after{content:attr(content);background-color:#164e6366}.after\:bg-cyan-900\/50:after{content:attr(content);background-color:#164e6380}.after\:bg-cyan-900\/60:after{content:attr(content);background-color:#164e6399}.after\:bg-cyan-900\/70:after{content:attr(content);background-color:#164e63b3}.after\:bg-cyan-900\/75:after{content:attr(content);background-color:#164e63bf}.after\:bg-cyan-900\/80:after{content:attr(content);background-color:#164e63cc}.after\:bg-cyan-900\/90:after{content:attr(content);background-color:#164e63e6}.after\:bg-cyan-950:after{content:attr(content);background-color:#083344}.after\:bg-cyan-950\/0:after{content:attr(content);background-color:#08334400}.after\:bg-cyan-950\/10:after{content:attr(content);background-color:#0833441a}.after\:bg-cyan-950\/20:after{content:attr(content);background-color:#08334433}.after\:bg-cyan-950\/30:after{content:attr(content);background-color:#0833444d}.after\:bg-cyan-950\/40:after{content:attr(content);background-color:#08334466}.after\:bg-cyan-950\/50:after{content:attr(content);background-color:#08334480}.after\:bg-cyan-950\/60:after{content:attr(content);background-color:#08334499}.after\:bg-cyan-950\/70:after{content:attr(content);background-color:#083344b3}.after\:bg-cyan-950\/75:after{content:attr(content);background-color:#083344bf}.after\:bg-cyan-950\/80:after{content:attr(content);background-color:#083344cc}.after\:bg-cyan-950\/90:after{content:attr(content);background-color:#083344e6}.after\:bg-sky-50:after{content:attr(content);background-color:#f0f9ff}.after\:bg-sky-50\/0:after{content:attr(content);background-color:#f0f9ff00}.after\:bg-sky-50\/10:after{content:attr(content);background-color:#f0f9ff1a}.after\:bg-sky-50\/20:after{content:attr(content);background-color:#f0f9ff33}.after\:bg-sky-50\/30:after{content:attr(content);background-color:#f0f9ff4d}.after\:bg-sky-50\/40:after{content:attr(content);background-color:#f0f9ff66}.after\:bg-sky-50\/50:after{content:attr(content);background-color:#f0f9ff80}.after\:bg-sky-50\/60:after{content:attr(content);background-color:#f0f9ff99}.after\:bg-sky-50\/70:after{content:attr(content);background-color:#f0f9ffb3}.after\:bg-sky-50\/75:after{content:attr(content);background-color:#f0f9ffbf}.after\:bg-sky-50\/80:after{content:attr(content);background-color:#f0f9ffcc}.after\:bg-sky-50\/90:after{content:attr(content);background-color:#f0f9ffe6}.after\:bg-sky-100:after{content:attr(content);background-color:#e0f2fe}.after\:bg-sky-100\/0:after{content:attr(content);background-color:#e0f2fe00}.after\:bg-sky-100\/10:after{content:attr(content);background-color:#e0f2fe1a}.after\:bg-sky-100\/20:after{content:attr(content);background-color:#e0f2fe33}.after\:bg-sky-100\/30:after{content:attr(content);background-color:#e0f2fe4d}.after\:bg-sky-100\/40:after{content:attr(content);background-color:#e0f2fe66}.after\:bg-sky-100\/50:after{content:attr(content);background-color:#e0f2fe80}.after\:bg-sky-100\/60:after{content:attr(content);background-color:#e0f2fe99}.after\:bg-sky-100\/70:after{content:attr(content);background-color:#e0f2feb3}.after\:bg-sky-100\/75:after{content:attr(content);background-color:#e0f2febf}.after\:bg-sky-100\/80:after{content:attr(content);background-color:#e0f2fecc}.after\:bg-sky-100\/90:after{content:attr(content);background-color:#e0f2fee6}.after\:bg-sky-200:after{content:attr(content);background-color:#bae6fd}.after\:bg-sky-200\/0:after{content:attr(content);background-color:#bae6fd00}.after\:bg-sky-200\/10:after{content:attr(content);background-color:#bae6fd1a}.after\:bg-sky-200\/20:after{content:attr(content);background-color:#bae6fd33}.after\:bg-sky-200\/30:after{content:attr(content);background-color:#bae6fd4d}.after\:bg-sky-200\/40:after{content:attr(content);background-color:#bae6fd66}.after\:bg-sky-200\/50:after{content:attr(content);background-color:#bae6fd80}.after\:bg-sky-200\/60:after{content:attr(content);background-color:#bae6fd99}.after\:bg-sky-200\/70:after{content:attr(content);background-color:#bae6fdb3}.after\:bg-sky-200\/75:after{content:attr(content);background-color:#bae6fdbf}.after\:bg-sky-200\/80:after{content:attr(content);background-color:#bae6fdcc}.after\:bg-sky-200\/90:after{content:attr(content);background-color:#bae6fde6}.after\:bg-sky-300:after{content:attr(content);background-color:#7dd3fc}.after\:bg-sky-300\/0:after{content:attr(content);background-color:#7dd3fc00}.after\:bg-sky-300\/10:after{content:attr(content);background-color:#7dd3fc1a}.after\:bg-sky-300\/20:after{content:attr(content);background-color:#7dd3fc33}.after\:bg-sky-300\/30:after{content:attr(content);background-color:#7dd3fc4d}.after\:bg-sky-300\/40:after{content:attr(content);background-color:#7dd3fc66}.after\:bg-sky-300\/50:after{content:attr(content);background-color:#7dd3fc80}.after\:bg-sky-300\/60:after{content:attr(content);background-color:#7dd3fc99}.after\:bg-sky-300\/70:after{content:attr(content);background-color:#7dd3fcb3}.after\:bg-sky-300\/75:after{content:attr(content);background-color:#7dd3fcbf}.after\:bg-sky-300\/80:after{content:attr(content);background-color:#7dd3fccc}.after\:bg-sky-300\/90:after{content:attr(content);background-color:#7dd3fce6}.after\:bg-sky-400:after{content:attr(content);background-color:#38bdf8}.after\:bg-sky-400\/0:after{content:attr(content);background-color:#38bdf800}.after\:bg-sky-400\/10:after{content:attr(content);background-color:#38bdf81a}.after\:bg-sky-400\/20:after{content:attr(content);background-color:#38bdf833}.after\:bg-sky-400\/30:after{content:attr(content);background-color:#38bdf84d}.after\:bg-sky-400\/40:after{content:attr(content);background-color:#38bdf866}.after\:bg-sky-400\/50:after{content:attr(content);background-color:#38bdf880}.after\:bg-sky-400\/60:after{content:attr(content);background-color:#38bdf899}.after\:bg-sky-400\/70:after{content:attr(content);background-color:#38bdf8b3}.after\:bg-sky-400\/75:after{content:attr(content);background-color:#38bdf8bf}.after\:bg-sky-400\/80:after{content:attr(content);background-color:#38bdf8cc}.after\:bg-sky-400\/90:after{content:attr(content);background-color:#38bdf8e6}.after\:bg-sky-500:after{content:attr(content);background-color:#0ea5e9}.after\:bg-sky-500\/0:after{content:attr(content);background-color:#0ea5e900}.after\:bg-sky-500\/10:after{content:attr(content);background-color:#0ea5e91a}.after\:bg-sky-500\/20:after{content:attr(content);background-color:#0ea5e933}.after\:bg-sky-500\/30:after{content:attr(content);background-color:#0ea5e94d}.after\:bg-sky-500\/40:after{content:attr(content);background-color:#0ea5e966}.after\:bg-sky-500\/50:after{content:attr(content);background-color:#0ea5e980}.after\:bg-sky-500\/60:after{content:attr(content);background-color:#0ea5e999}.after\:bg-sky-500\/70:after{content:attr(content);background-color:#0ea5e9b3}.after\:bg-sky-500\/75:after{content:attr(content);background-color:#0ea5e9bf}.after\:bg-sky-500\/80:after{content:attr(content);background-color:#0ea5e9cc}.after\:bg-sky-500\/90:after{content:attr(content);background-color:#0ea5e9e6}.after\:bg-sky-600:after{content:attr(content);background-color:#0284c7}.after\:bg-sky-600\/0:after{content:attr(content);background-color:#0284c700}.after\:bg-sky-600\/10:after{content:attr(content);background-color:#0284c71a}.after\:bg-sky-600\/20:after{content:attr(content);background-color:#0284c733}.after\:bg-sky-600\/30:after{content:attr(content);background-color:#0284c74d}.after\:bg-sky-600\/40:after{content:attr(content);background-color:#0284c766}.after\:bg-sky-600\/50:after{content:attr(content);background-color:#0284c780}.after\:bg-sky-600\/60:after{content:attr(content);background-color:#0284c799}.after\:bg-sky-600\/70:after{content:attr(content);background-color:#0284c7b3}.after\:bg-sky-600\/75:after{content:attr(content);background-color:#0284c7bf}.after\:bg-sky-600\/80:after{content:attr(content);background-color:#0284c7cc}.after\:bg-sky-600\/90:after{content:attr(content);background-color:#0284c7e6}.after\:bg-sky-700:after{content:attr(content);background-color:#0369a1}.after\:bg-sky-700\/0:after{content:attr(content);background-color:#0369a100}.after\:bg-sky-700\/10:after{content:attr(content);background-color:#0369a11a}.after\:bg-sky-700\/20:after{content:attr(content);background-color:#0369a133}.after\:bg-sky-700\/30:after{content:attr(content);background-color:#0369a14d}.after\:bg-sky-700\/40:after{content:attr(content);background-color:#0369a166}.after\:bg-sky-700\/50:after{content:attr(content);background-color:#0369a180}.after\:bg-sky-700\/60:after{content:attr(content);background-color:#0369a199}.after\:bg-sky-700\/70:after{content:attr(content);background-color:#0369a1b3}.after\:bg-sky-700\/75:after{content:attr(content);background-color:#0369a1bf}.after\:bg-sky-700\/80:after{content:attr(content);background-color:#0369a1cc}.after\:bg-sky-700\/90:after{content:attr(content);background-color:#0369a1e6}.after\:bg-sky-800:after{content:attr(content);background-color:#075985}.after\:bg-sky-800\/0:after{content:attr(content);background-color:#07598500}.after\:bg-sky-800\/10:after{content:attr(content);background-color:#0759851a}.after\:bg-sky-800\/20:after{content:attr(content);background-color:#07598533}.after\:bg-sky-800\/30:after{content:attr(content);background-color:#0759854d}.after\:bg-sky-800\/40:after{content:attr(content);background-color:#07598566}.after\:bg-sky-800\/50:after{content:attr(content);background-color:#07598580}.after\:bg-sky-800\/60:after{content:attr(content);background-color:#07598599}.after\:bg-sky-800\/70:after{content:attr(content);background-color:#075985b3}.after\:bg-sky-800\/75:after{content:attr(content);background-color:#075985bf}.after\:bg-sky-800\/80:after{content:attr(content);background-color:#075985cc}.after\:bg-sky-800\/90:after{content:attr(content);background-color:#075985e6}.after\:bg-sky-900:after{content:attr(content);background-color:#0c4a6e}.after\:bg-sky-900\/0:after{content:attr(content);background-color:#0c4a6e00}.after\:bg-sky-900\/10:after{content:attr(content);background-color:#0c4a6e1a}.after\:bg-sky-900\/20:after{content:attr(content);background-color:#0c4a6e33}.after\:bg-sky-900\/30:after{content:attr(content);background-color:#0c4a6e4d}.after\:bg-sky-900\/40:after{content:attr(content);background-color:#0c4a6e66}.after\:bg-sky-900\/50:after{content:attr(content);background-color:#0c4a6e80}.after\:bg-sky-900\/60:after{content:attr(content);background-color:#0c4a6e99}.after\:bg-sky-900\/70:after{content:attr(content);background-color:#0c4a6eb3}.after\:bg-sky-900\/75:after{content:attr(content);background-color:#0c4a6ebf}.after\:bg-sky-900\/80:after{content:attr(content);background-color:#0c4a6ecc}.after\:bg-sky-900\/90:after{content:attr(content);background-color:#0c4a6ee6}.after\:bg-sky-950:after{content:attr(content);background-color:#082f49}.after\:bg-sky-950\/0:after{content:attr(content);background-color:#082f4900}.after\:bg-sky-950\/10:after{content:attr(content);background-color:#082f491a}.after\:bg-sky-950\/20:after{content:attr(content);background-color:#082f4933}.after\:bg-sky-950\/30:after{content:attr(content);background-color:#082f494d}.after\:bg-sky-950\/40:after{content:attr(content);background-color:#082f4966}.after\:bg-sky-950\/50:after{content:attr(content);background-color:#082f4980}.after\:bg-sky-950\/60:after{content:attr(content);background-color:#082f4999}.after\:bg-sky-950\/70:after{content:attr(content);background-color:#082f49b3}.after\:bg-sky-950\/75:after{content:attr(content);background-color:#082f49bf}.after\:bg-sky-950\/80:after{content:attr(content);background-color:#082f49cc}.after\:bg-sky-950\/90:after{content:attr(content);background-color:#082f49e6}.after\:bg-blue-50:after{content:attr(content);background-color:#eff6ff}.after\:bg-blue-50\/0:after{content:attr(content);background-color:#eff6ff00}.after\:bg-blue-50\/10:after{content:attr(content);background-color:#eff6ff1a}.after\:bg-blue-50\/20:after{content:attr(content);background-color:#eff6ff33}.after\:bg-blue-50\/30:after{content:attr(content);background-color:#eff6ff4d}.after\:bg-blue-50\/40:after{content:attr(content);background-color:#eff6ff66}.after\:bg-blue-50\/50:after{content:attr(content);background-color:#eff6ff80}.after\:bg-blue-50\/60:after{content:attr(content);background-color:#eff6ff99}.after\:bg-blue-50\/70:after{content:attr(content);background-color:#eff6ffb3}.after\:bg-blue-50\/75:after{content:attr(content);background-color:#eff6ffbf}.after\:bg-blue-50\/80:after{content:attr(content);background-color:#eff6ffcc}.after\:bg-blue-50\/90:after{content:attr(content);background-color:#eff6ffe6}.after\:bg-blue-100:after{content:attr(content);background-color:#dbeafe}.after\:bg-blue-100\/0:after{content:attr(content);background-color:#dbeafe00}.after\:bg-blue-100\/10:after{content:attr(content);background-color:#dbeafe1a}.after\:bg-blue-100\/20:after{content:attr(content);background-color:#dbeafe33}.after\:bg-blue-100\/30:after{content:attr(content);background-color:#dbeafe4d}.after\:bg-blue-100\/40:after{content:attr(content);background-color:#dbeafe66}.after\:bg-blue-100\/50:after{content:attr(content);background-color:#dbeafe80}.after\:bg-blue-100\/60:after{content:attr(content);background-color:#dbeafe99}.after\:bg-blue-100\/70:after{content:attr(content);background-color:#dbeafeb3}.after\:bg-blue-100\/75:after{content:attr(content);background-color:#dbeafebf}.after\:bg-blue-100\/80:after{content:attr(content);background-color:#dbeafecc}.after\:bg-blue-100\/90:after{content:attr(content);background-color:#dbeafee6}.after\:bg-blue-200:after{content:attr(content);background-color:#bfdbfe}.after\:bg-blue-200\/0:after{content:attr(content);background-color:#bfdbfe00}.after\:bg-blue-200\/10:after{content:attr(content);background-color:#bfdbfe1a}.after\:bg-blue-200\/20:after{content:attr(content);background-color:#bfdbfe33}.after\:bg-blue-200\/30:after{content:attr(content);background-color:#bfdbfe4d}.after\:bg-blue-200\/40:after{content:attr(content);background-color:#bfdbfe66}.after\:bg-blue-200\/50:after{content:attr(content);background-color:#bfdbfe80}.after\:bg-blue-200\/60:after{content:attr(content);background-color:#bfdbfe99}.after\:bg-blue-200\/70:after{content:attr(content);background-color:#bfdbfeb3}.after\:bg-blue-200\/75:after{content:attr(content);background-color:#bfdbfebf}.after\:bg-blue-200\/80:after{content:attr(content);background-color:#bfdbfecc}.after\:bg-blue-200\/90:after{content:attr(content);background-color:#bfdbfee6}.after\:bg-blue-300:after{content:attr(content);background-color:#93c5fd}.after\:bg-blue-300\/0:after{content:attr(content);background-color:#93c5fd00}.after\:bg-blue-300\/10:after{content:attr(content);background-color:#93c5fd1a}.after\:bg-blue-300\/20:after{content:attr(content);background-color:#93c5fd33}.after\:bg-blue-300\/30:after{content:attr(content);background-color:#93c5fd4d}.after\:bg-blue-300\/40:after{content:attr(content);background-color:#93c5fd66}.after\:bg-blue-300\/50:after{content:attr(content);background-color:#93c5fd80}.after\:bg-blue-300\/60:after{content:attr(content);background-color:#93c5fd99}.after\:bg-blue-300\/70:after{content:attr(content);background-color:#93c5fdb3}.after\:bg-blue-300\/75:after{content:attr(content);background-color:#93c5fdbf}.after\:bg-blue-300\/80:after{content:attr(content);background-color:#93c5fdcc}.after\:bg-blue-300\/90:after{content:attr(content);background-color:#93c5fde6}.after\:bg-blue-400:after{content:attr(content);background-color:#60a5fa}.after\:bg-blue-400\/0:after{content:attr(content);background-color:#60a5fa00}.after\:bg-blue-400\/10:after{content:attr(content);background-color:#60a5fa1a}.after\:bg-blue-400\/20:after{content:attr(content);background-color:#60a5fa33}.after\:bg-blue-400\/30:after{content:attr(content);background-color:#60a5fa4d}.after\:bg-blue-400\/40:after{content:attr(content);background-color:#60a5fa66}.after\:bg-blue-400\/50:after{content:attr(content);background-color:#60a5fa80}.after\:bg-blue-400\/60:after{content:attr(content);background-color:#60a5fa99}.after\:bg-blue-400\/70:after{content:attr(content);background-color:#60a5fab3}.after\:bg-blue-400\/75:after{content:attr(content);background-color:#60a5fabf}.after\:bg-blue-400\/80:after{content:attr(content);background-color:#60a5facc}.after\:bg-blue-400\/90:after{content:attr(content);background-color:#60a5fae6}.after\:bg-blue-500:after{content:attr(content);background-color:#3b82f6}.after\:bg-blue-500\/0:after{content:attr(content);background-color:#3b82f600}.after\:bg-blue-500\/10:after{content:attr(content);background-color:#3b82f61a}.after\:bg-blue-500\/20:after{content:attr(content);background-color:#3b82f633}.after\:bg-blue-500\/30:after{content:attr(content);background-color:#3b82f64d}.after\:bg-blue-500\/40:after{content:attr(content);background-color:#3b82f666}.after\:bg-blue-500\/50:after{content:attr(content);background-color:#3b82f680}.after\:bg-blue-500\/60:after{content:attr(content);background-color:#3b82f699}.after\:bg-blue-500\/70:after{content:attr(content);background-color:#3b82f6b3}.after\:bg-blue-500\/75:after{content:attr(content);background-color:#3b82f6bf}.after\:bg-blue-500\/80:after{content:attr(content);background-color:#3b82f6cc}.after\:bg-blue-500\/90:after{content:attr(content);background-color:#3b82f6e6}.after\:bg-blue-600:after{content:attr(content);background-color:#2563eb}.after\:bg-blue-600\/0:after{content:attr(content);background-color:#2563eb00}.after\:bg-blue-600\/10:after{content:attr(content);background-color:#2563eb1a}.after\:bg-blue-600\/20:after{content:attr(content);background-color:#2563eb33}.after\:bg-blue-600\/30:after{content:attr(content);background-color:#2563eb4d}.after\:bg-blue-600\/40:after{content:attr(content);background-color:#2563eb66}.after\:bg-blue-600\/50:after{content:attr(content);background-color:#2563eb80}.after\:bg-blue-600\/60:after{content:attr(content);background-color:#2563eb99}.after\:bg-blue-600\/70:after{content:attr(content);background-color:#2563ebb3}.after\:bg-blue-600\/75:after{content:attr(content);background-color:#2563ebbf}.after\:bg-blue-600\/80:after{content:attr(content);background-color:#2563ebcc}.after\:bg-blue-600\/90:after{content:attr(content);background-color:#2563ebe6}.after\:bg-blue-700:after{content:attr(content);background-color:#1d4ed8}.after\:bg-blue-700\/0:after{content:attr(content);background-color:#1d4ed800}.after\:bg-blue-700\/10:after{content:attr(content);background-color:#1d4ed81a}.after\:bg-blue-700\/20:after{content:attr(content);background-color:#1d4ed833}.after\:bg-blue-700\/30:after{content:attr(content);background-color:#1d4ed84d}.after\:bg-blue-700\/40:after{content:attr(content);background-color:#1d4ed866}.after\:bg-blue-700\/50:after{content:attr(content);background-color:#1d4ed880}.after\:bg-blue-700\/60:after{content:attr(content);background-color:#1d4ed899}.after\:bg-blue-700\/70:after{content:attr(content);background-color:#1d4ed8b3}.after\:bg-blue-700\/75:after{content:attr(content);background-color:#1d4ed8bf}.after\:bg-blue-700\/80:after{content:attr(content);background-color:#1d4ed8cc}.after\:bg-blue-700\/90:after{content:attr(content);background-color:#1d4ed8e6}.after\:bg-blue-800:after{content:attr(content);background-color:#1e40af}.after\:bg-blue-800\/0:after{content:attr(content);background-color:#1e40af00}.after\:bg-blue-800\/10:after{content:attr(content);background-color:#1e40af1a}.after\:bg-blue-800\/20:after{content:attr(content);background-color:#1e40af33}.after\:bg-blue-800\/30:after{content:attr(content);background-color:#1e40af4d}.after\:bg-blue-800\/40:after{content:attr(content);background-color:#1e40af66}.after\:bg-blue-800\/50:after{content:attr(content);background-color:#1e40af80}.after\:bg-blue-800\/60:after{content:attr(content);background-color:#1e40af99}.after\:bg-blue-800\/70:after{content:attr(content);background-color:#1e40afb3}.after\:bg-blue-800\/75:after{content:attr(content);background-color:#1e40afbf}.after\:bg-blue-800\/80:after{content:attr(content);background-color:#1e40afcc}.after\:bg-blue-800\/90:after{content:attr(content);background-color:#1e40afe6}.after\:bg-blue-900:after{content:attr(content);background-color:#1e3a8a}.after\:bg-blue-900\/0:after{content:attr(content);background-color:#1e3a8a00}.after\:bg-blue-900\/10:after{content:attr(content);background-color:#1e3a8a1a}.after\:bg-blue-900\/20:after{content:attr(content);background-color:#1e3a8a33}.after\:bg-blue-900\/30:after{content:attr(content);background-color:#1e3a8a4d}.after\:bg-blue-900\/40:after{content:attr(content);background-color:#1e3a8a66}.after\:bg-blue-900\/50:after{content:attr(content);background-color:#1e3a8a80}.after\:bg-blue-900\/60:after{content:attr(content);background-color:#1e3a8a99}.after\:bg-blue-900\/70:after{content:attr(content);background-color:#1e3a8ab3}.after\:bg-blue-900\/75:after{content:attr(content);background-color:#1e3a8abf}.after\:bg-blue-900\/80:after{content:attr(content);background-color:#1e3a8acc}.after\:bg-blue-900\/90:after{content:attr(content);background-color:#1e3a8ae6}.after\:bg-blue-950:after{content:attr(content);background-color:#172554}.after\:bg-blue-950\/0:after{content:attr(content);background-color:#17255400}.after\:bg-blue-950\/10:after{content:attr(content);background-color:#1725541a}.after\:bg-blue-950\/20:after{content:attr(content);background-color:#17255433}.after\:bg-blue-950\/30:after{content:attr(content);background-color:#1725544d}.after\:bg-blue-950\/40:after{content:attr(content);background-color:#17255466}.after\:bg-blue-950\/50:after{content:attr(content);background-color:#17255480}.after\:bg-blue-950\/60:after{content:attr(content);background-color:#17255499}.after\:bg-blue-950\/70:after{content:attr(content);background-color:#172554b3}.after\:bg-blue-950\/75:after{content:attr(content);background-color:#172554bf}.after\:bg-blue-950\/80:after{content:attr(content);background-color:#172554cc}.after\:bg-blue-950\/90:after{content:attr(content);background-color:#172554e6}.after\:bg-indigo-50:after{content:attr(content);background-color:#eef2ff}.after\:bg-indigo-50\/0:after{content:attr(content);background-color:#eef2ff00}.after\:bg-indigo-50\/10:after{content:attr(content);background-color:#eef2ff1a}.after\:bg-indigo-50\/20:after{content:attr(content);background-color:#eef2ff33}.after\:bg-indigo-50\/30:after{content:attr(content);background-color:#eef2ff4d}.after\:bg-indigo-50\/40:after{content:attr(content);background-color:#eef2ff66}.after\:bg-indigo-50\/50:after{content:attr(content);background-color:#eef2ff80}.after\:bg-indigo-50\/60:after{content:attr(content);background-color:#eef2ff99}.after\:bg-indigo-50\/70:after{content:attr(content);background-color:#eef2ffb3}.after\:bg-indigo-50\/75:after{content:attr(content);background-color:#eef2ffbf}.after\:bg-indigo-50\/80:after{content:attr(content);background-color:#eef2ffcc}.after\:bg-indigo-50\/90:after{content:attr(content);background-color:#eef2ffe6}.after\:bg-indigo-100:after{content:attr(content);background-color:#e0e7ff}.after\:bg-indigo-100\/0:after{content:attr(content);background-color:#e0e7ff00}.after\:bg-indigo-100\/10:after{content:attr(content);background-color:#e0e7ff1a}.after\:bg-indigo-100\/20:after{content:attr(content);background-color:#e0e7ff33}.after\:bg-indigo-100\/30:after{content:attr(content);background-color:#e0e7ff4d}.after\:bg-indigo-100\/40:after{content:attr(content);background-color:#e0e7ff66}.after\:bg-indigo-100\/50:after{content:attr(content);background-color:#e0e7ff80}.after\:bg-indigo-100\/60:after{content:attr(content);background-color:#e0e7ff99}.after\:bg-indigo-100\/70:after{content:attr(content);background-color:#e0e7ffb3}.after\:bg-indigo-100\/75:after{content:attr(content);background-color:#e0e7ffbf}.after\:bg-indigo-100\/80:after{content:attr(content);background-color:#e0e7ffcc}.after\:bg-indigo-100\/90:after{content:attr(content);background-color:#e0e7ffe6}.after\:bg-indigo-200:after{content:attr(content);background-color:#c7d2fe}.after\:bg-indigo-200\/0:after{content:attr(content);background-color:#c7d2fe00}.after\:bg-indigo-200\/10:after{content:attr(content);background-color:#c7d2fe1a}.after\:bg-indigo-200\/20:after{content:attr(content);background-color:#c7d2fe33}.after\:bg-indigo-200\/30:after{content:attr(content);background-color:#c7d2fe4d}.after\:bg-indigo-200\/40:after{content:attr(content);background-color:#c7d2fe66}.after\:bg-indigo-200\/50:after{content:attr(content);background-color:#c7d2fe80}.after\:bg-indigo-200\/60:after{content:attr(content);background-color:#c7d2fe99}.after\:bg-indigo-200\/70:after{content:attr(content);background-color:#c7d2feb3}.after\:bg-indigo-200\/75:after{content:attr(content);background-color:#c7d2febf}.after\:bg-indigo-200\/80:after{content:attr(content);background-color:#c7d2fecc}.after\:bg-indigo-200\/90:after{content:attr(content);background-color:#c7d2fee6}.after\:bg-indigo-300:after{content:attr(content);background-color:#a5b4fc}.after\:bg-indigo-300\/0:after{content:attr(content);background-color:#a5b4fc00}.after\:bg-indigo-300\/10:after{content:attr(content);background-color:#a5b4fc1a}.after\:bg-indigo-300\/20:after{content:attr(content);background-color:#a5b4fc33}.after\:bg-indigo-300\/30:after{content:attr(content);background-color:#a5b4fc4d}.after\:bg-indigo-300\/40:after{content:attr(content);background-color:#a5b4fc66}.after\:bg-indigo-300\/50:after{content:attr(content);background-color:#a5b4fc80}.after\:bg-indigo-300\/60:after{content:attr(content);background-color:#a5b4fc99}.after\:bg-indigo-300\/70:after{content:attr(content);background-color:#a5b4fcb3}.after\:bg-indigo-300\/75:after{content:attr(content);background-color:#a5b4fcbf}.after\:bg-indigo-300\/80:after{content:attr(content);background-color:#a5b4fccc}.after\:bg-indigo-300\/90:after{content:attr(content);background-color:#a5b4fce6}.after\:bg-indigo-400:after{content:attr(content);background-color:#818cf8}.after\:bg-indigo-400\/0:after{content:attr(content);background-color:#818cf800}.after\:bg-indigo-400\/10:after{content:attr(content);background-color:#818cf81a}.after\:bg-indigo-400\/20:after{content:attr(content);background-color:#818cf833}.after\:bg-indigo-400\/30:after{content:attr(content);background-color:#818cf84d}.after\:bg-indigo-400\/40:after{content:attr(content);background-color:#818cf866}.after\:bg-indigo-400\/50:after{content:attr(content);background-color:#818cf880}.after\:bg-indigo-400\/60:after{content:attr(content);background-color:#818cf899}.after\:bg-indigo-400\/70:after{content:attr(content);background-color:#818cf8b3}.after\:bg-indigo-400\/75:after{content:attr(content);background-color:#818cf8bf}.after\:bg-indigo-400\/80:after{content:attr(content);background-color:#818cf8cc}.after\:bg-indigo-400\/90:after{content:attr(content);background-color:#818cf8e6}.after\:bg-indigo-500:after{content:attr(content);background-color:#6366f1}.after\:bg-indigo-500\/0:after{content:attr(content);background-color:#6366f100}.after\:bg-indigo-500\/10:after{content:attr(content);background-color:#6366f11a}.after\:bg-indigo-500\/20:after{content:attr(content);background-color:#6366f133}.after\:bg-indigo-500\/30:after{content:attr(content);background-color:#6366f14d}.after\:bg-indigo-500\/40:after{content:attr(content);background-color:#6366f166}.after\:bg-indigo-500\/50:after{content:attr(content);background-color:#6366f180}.after\:bg-indigo-500\/60:after{content:attr(content);background-color:#6366f199}.after\:bg-indigo-500\/70:after{content:attr(content);background-color:#6366f1b3}.after\:bg-indigo-500\/75:after{content:attr(content);background-color:#6366f1bf}.after\:bg-indigo-500\/80:after{content:attr(content);background-color:#6366f1cc}.after\:bg-indigo-500\/90:after{content:attr(content);background-color:#6366f1e6}.after\:bg-indigo-600:after{content:attr(content);background-color:#4f46e5}.after\:bg-indigo-600\/0:after{content:attr(content);background-color:#4f46e500}.after\:bg-indigo-600\/10:after{content:attr(content);background-color:#4f46e51a}.after\:bg-indigo-600\/20:after{content:attr(content);background-color:#4f46e533}.after\:bg-indigo-600\/30:after{content:attr(content);background-color:#4f46e54d}.after\:bg-indigo-600\/40:after{content:attr(content);background-color:#4f46e566}.after\:bg-indigo-600\/50:after{content:attr(content);background-color:#4f46e580}.after\:bg-indigo-600\/60:after{content:attr(content);background-color:#4f46e599}.after\:bg-indigo-600\/70:after{content:attr(content);background-color:#4f46e5b3}.after\:bg-indigo-600\/75:after{content:attr(content);background-color:#4f46e5bf}.after\:bg-indigo-600\/80:after{content:attr(content);background-color:#4f46e5cc}.after\:bg-indigo-600\/90:after{content:attr(content);background-color:#4f46e5e6}.after\:bg-indigo-700:after{content:attr(content);background-color:#4338ca}.after\:bg-indigo-700\/0:after{content:attr(content);background-color:#4338ca00}.after\:bg-indigo-700\/10:after{content:attr(content);background-color:#4338ca1a}.after\:bg-indigo-700\/20:after{content:attr(content);background-color:#4338ca33}.after\:bg-indigo-700\/30:after{content:attr(content);background-color:#4338ca4d}.after\:bg-indigo-700\/40:after{content:attr(content);background-color:#4338ca66}.after\:bg-indigo-700\/50:after{content:attr(content);background-color:#4338ca80}.after\:bg-indigo-700\/60:after{content:attr(content);background-color:#4338ca99}.after\:bg-indigo-700\/70:after{content:attr(content);background-color:#4338cab3}.after\:bg-indigo-700\/75:after{content:attr(content);background-color:#4338cabf}.after\:bg-indigo-700\/80:after{content:attr(content);background-color:#4338cacc}.after\:bg-indigo-700\/90:after{content:attr(content);background-color:#4338cae6}.after\:bg-indigo-800:after{content:attr(content);background-color:#3730a3}.after\:bg-indigo-800\/0:after{content:attr(content);background-color:#3730a300}.after\:bg-indigo-800\/10:after{content:attr(content);background-color:#3730a31a}.after\:bg-indigo-800\/20:after{content:attr(content);background-color:#3730a333}.after\:bg-indigo-800\/30:after{content:attr(content);background-color:#3730a34d}.after\:bg-indigo-800\/40:after{content:attr(content);background-color:#3730a366}.after\:bg-indigo-800\/50:after{content:attr(content);background-color:#3730a380}.after\:bg-indigo-800\/60:after{content:attr(content);background-color:#3730a399}.after\:bg-indigo-800\/70:after{content:attr(content);background-color:#3730a3b3}.after\:bg-indigo-800\/75:after{content:attr(content);background-color:#3730a3bf}.after\:bg-indigo-800\/80:after{content:attr(content);background-color:#3730a3cc}.after\:bg-indigo-800\/90:after{content:attr(content);background-color:#3730a3e6}.after\:bg-indigo-900:after{content:attr(content);background-color:#312e81}.after\:bg-indigo-900\/0:after{content:attr(content);background-color:#312e8100}.after\:bg-indigo-900\/10:after{content:attr(content);background-color:#312e811a}.after\:bg-indigo-900\/20:after{content:attr(content);background-color:#312e8133}.after\:bg-indigo-900\/30:after{content:attr(content);background-color:#312e814d}.after\:bg-indigo-900\/40:after{content:attr(content);background-color:#312e8166}.after\:bg-indigo-900\/50:after{content:attr(content);background-color:#312e8180}.after\:bg-indigo-900\/60:after{content:attr(content);background-color:#312e8199}.after\:bg-indigo-900\/70:after{content:attr(content);background-color:#312e81b3}.after\:bg-indigo-900\/75:after{content:attr(content);background-color:#312e81bf}.after\:bg-indigo-900\/80:after{content:attr(content);background-color:#312e81cc}.after\:bg-indigo-900\/90:after{content:attr(content);background-color:#312e81e6}.after\:bg-indigo-950:after{content:attr(content);background-color:#1e1b4b}.after\:bg-indigo-950\/0:after{content:attr(content);background-color:#1e1b4b00}.after\:bg-indigo-950\/10:after{content:attr(content);background-color:#1e1b4b1a}.after\:bg-indigo-950\/20:after{content:attr(content);background-color:#1e1b4b33}.after\:bg-indigo-950\/30:after{content:attr(content);background-color:#1e1b4b4d}.after\:bg-indigo-950\/40:after{content:attr(content);background-color:#1e1b4b66}.after\:bg-indigo-950\/50:after{content:attr(content);background-color:#1e1b4b80}.after\:bg-indigo-950\/60:after{content:attr(content);background-color:#1e1b4b99}.after\:bg-indigo-950\/70:after{content:attr(content);background-color:#1e1b4bb3}.after\:bg-indigo-950\/75:after{content:attr(content);background-color:#1e1b4bbf}.after\:bg-indigo-950\/80:after{content:attr(content);background-color:#1e1b4bcc}.after\:bg-indigo-950\/90:after{content:attr(content);background-color:#1e1b4be6}.after\:bg-violet-50:after{content:attr(content);background-color:#f5f3ff}.after\:bg-violet-50\/0:after{content:attr(content);background-color:#f5f3ff00}.after\:bg-violet-50\/10:after{content:attr(content);background-color:#f5f3ff1a}.after\:bg-violet-50\/20:after{content:attr(content);background-color:#f5f3ff33}.after\:bg-violet-50\/30:after{content:attr(content);background-color:#f5f3ff4d}.after\:bg-violet-50\/40:after{content:attr(content);background-color:#f5f3ff66}.after\:bg-violet-50\/50:after{content:attr(content);background-color:#f5f3ff80}.after\:bg-violet-50\/60:after{content:attr(content);background-color:#f5f3ff99}.after\:bg-violet-50\/70:after{content:attr(content);background-color:#f5f3ffb3}.after\:bg-violet-50\/75:after{content:attr(content);background-color:#f5f3ffbf}.after\:bg-violet-50\/80:after{content:attr(content);background-color:#f5f3ffcc}.after\:bg-violet-50\/90:after{content:attr(content);background-color:#f5f3ffe6}.after\:bg-violet-100:after{content:attr(content);background-color:#ede9fe}.after\:bg-violet-100\/0:after{content:attr(content);background-color:#ede9fe00}.after\:bg-violet-100\/10:after{content:attr(content);background-color:#ede9fe1a}.after\:bg-violet-100\/20:after{content:attr(content);background-color:#ede9fe33}.after\:bg-violet-100\/30:after{content:attr(content);background-color:#ede9fe4d}.after\:bg-violet-100\/40:after{content:attr(content);background-color:#ede9fe66}.after\:bg-violet-100\/50:after{content:attr(content);background-color:#ede9fe80}.after\:bg-violet-100\/60:after{content:attr(content);background-color:#ede9fe99}.after\:bg-violet-100\/70:after{content:attr(content);background-color:#ede9feb3}.after\:bg-violet-100\/75:after{content:attr(content);background-color:#ede9febf}.after\:bg-violet-100\/80:after{content:attr(content);background-color:#ede9fecc}.after\:bg-violet-100\/90:after{content:attr(content);background-color:#ede9fee6}.after\:bg-violet-200:after{content:attr(content);background-color:#ddd6fe}.after\:bg-violet-200\/0:after{content:attr(content);background-color:#ddd6fe00}.after\:bg-violet-200\/10:after{content:attr(content);background-color:#ddd6fe1a}.after\:bg-violet-200\/20:after{content:attr(content);background-color:#ddd6fe33}.after\:bg-violet-200\/30:after{content:attr(content);background-color:#ddd6fe4d}.after\:bg-violet-200\/40:after{content:attr(content);background-color:#ddd6fe66}.after\:bg-violet-200\/50:after{content:attr(content);background-color:#ddd6fe80}.after\:bg-violet-200\/60:after{content:attr(content);background-color:#ddd6fe99}.after\:bg-violet-200\/70:after{content:attr(content);background-color:#ddd6feb3}.after\:bg-violet-200\/75:after{content:attr(content);background-color:#ddd6febf}.after\:bg-violet-200\/80:after{content:attr(content);background-color:#ddd6fecc}.after\:bg-violet-200\/90:after{content:attr(content);background-color:#ddd6fee6}.after\:bg-violet-300:after{content:attr(content);background-color:#c4b5fd}.after\:bg-violet-300\/0:after{content:attr(content);background-color:#c4b5fd00}.after\:bg-violet-300\/10:after{content:attr(content);background-color:#c4b5fd1a}.after\:bg-violet-300\/20:after{content:attr(content);background-color:#c4b5fd33}.after\:bg-violet-300\/30:after{content:attr(content);background-color:#c4b5fd4d}.after\:bg-violet-300\/40:after{content:attr(content);background-color:#c4b5fd66}.after\:bg-violet-300\/50:after{content:attr(content);background-color:#c4b5fd80}.after\:bg-violet-300\/60:after{content:attr(content);background-color:#c4b5fd99}.after\:bg-violet-300\/70:after{content:attr(content);background-color:#c4b5fdb3}.after\:bg-violet-300\/75:after{content:attr(content);background-color:#c4b5fdbf}.after\:bg-violet-300\/80:after{content:attr(content);background-color:#c4b5fdcc}.after\:bg-violet-300\/90:after{content:attr(content);background-color:#c4b5fde6}.after\:bg-violet-400:after{content:attr(content);background-color:#a78bfa}.after\:bg-violet-400\/0:after{content:attr(content);background-color:#a78bfa00}.after\:bg-violet-400\/10:after{content:attr(content);background-color:#a78bfa1a}.after\:bg-violet-400\/20:after{content:attr(content);background-color:#a78bfa33}.after\:bg-violet-400\/30:after{content:attr(content);background-color:#a78bfa4d}.after\:bg-violet-400\/40:after{content:attr(content);background-color:#a78bfa66}.after\:bg-violet-400\/50:after{content:attr(content);background-color:#a78bfa80}.after\:bg-violet-400\/60:after{content:attr(content);background-color:#a78bfa99}.after\:bg-violet-400\/70:after{content:attr(content);background-color:#a78bfab3}.after\:bg-violet-400\/75:after{content:attr(content);background-color:#a78bfabf}.after\:bg-violet-400\/80:after{content:attr(content);background-color:#a78bfacc}.after\:bg-violet-400\/90:after{content:attr(content);background-color:#a78bfae6}.after\:bg-violet-500:after{content:attr(content);background-color:#8b5cf6}.after\:bg-violet-500\/0:after{content:attr(content);background-color:#8b5cf600}.after\:bg-violet-500\/10:after{content:attr(content);background-color:#8b5cf61a}.after\:bg-violet-500\/20:after{content:attr(content);background-color:#8b5cf633}.after\:bg-violet-500\/30:after{content:attr(content);background-color:#8b5cf64d}.after\:bg-violet-500\/40:after{content:attr(content);background-color:#8b5cf666}.after\:bg-violet-500\/50:after{content:attr(content);background-color:#8b5cf680}.after\:bg-violet-500\/60:after{content:attr(content);background-color:#8b5cf699}.after\:bg-violet-500\/70:after{content:attr(content);background-color:#8b5cf6b3}.after\:bg-violet-500\/75:after{content:attr(content);background-color:#8b5cf6bf}.after\:bg-violet-500\/80:after{content:attr(content);background-color:#8b5cf6cc}.after\:bg-violet-500\/90:after{content:attr(content);background-color:#8b5cf6e6}.after\:bg-violet-600:after{content:attr(content);background-color:#7c3aed}.after\:bg-violet-600\/0:after{content:attr(content);background-color:#7c3aed00}.after\:bg-violet-600\/10:after{content:attr(content);background-color:#7c3aed1a}.after\:bg-violet-600\/20:after{content:attr(content);background-color:#7c3aed33}.after\:bg-violet-600\/30:after{content:attr(content);background-color:#7c3aed4d}.after\:bg-violet-600\/40:after{content:attr(content);background-color:#7c3aed66}.after\:bg-violet-600\/50:after{content:attr(content);background-color:#7c3aed80}.after\:bg-violet-600\/60:after{content:attr(content);background-color:#7c3aed99}.after\:bg-violet-600\/70:after{content:attr(content);background-color:#7c3aedb3}.after\:bg-violet-600\/75:after{content:attr(content);background-color:#7c3aedbf}.after\:bg-violet-600\/80:after{content:attr(content);background-color:#7c3aedcc}.after\:bg-violet-600\/90:after{content:attr(content);background-color:#7c3aede6}.after\:bg-violet-700:after{content:attr(content);background-color:#6d28d9}.after\:bg-violet-700\/0:after{content:attr(content);background-color:#6d28d900}.after\:bg-violet-700\/10:after{content:attr(content);background-color:#6d28d91a}.after\:bg-violet-700\/20:after{content:attr(content);background-color:#6d28d933}.after\:bg-violet-700\/30:after{content:attr(content);background-color:#6d28d94d}.after\:bg-violet-700\/40:after{content:attr(content);background-color:#6d28d966}.after\:bg-violet-700\/50:after{content:attr(content);background-color:#6d28d980}.after\:bg-violet-700\/60:after{content:attr(content);background-color:#6d28d999}.after\:bg-violet-700\/70:after{content:attr(content);background-color:#6d28d9b3}.after\:bg-violet-700\/75:after{content:attr(content);background-color:#6d28d9bf}.after\:bg-violet-700\/80:after{content:attr(content);background-color:#6d28d9cc}.after\:bg-violet-700\/90:after{content:attr(content);background-color:#6d28d9e6}.after\:bg-violet-800:after{content:attr(content);background-color:#5b21b6}.after\:bg-violet-800\/0:after{content:attr(content);background-color:#5b21b600}.after\:bg-violet-800\/10:after{content:attr(content);background-color:#5b21b61a}.after\:bg-violet-800\/20:after{content:attr(content);background-color:#5b21b633}.after\:bg-violet-800\/30:after{content:attr(content);background-color:#5b21b64d}.after\:bg-violet-800\/40:after{content:attr(content);background-color:#5b21b666}.after\:bg-violet-800\/50:after{content:attr(content);background-color:#5b21b680}.after\:bg-violet-800\/60:after{content:attr(content);background-color:#5b21b699}.after\:bg-violet-800\/70:after{content:attr(content);background-color:#5b21b6b3}.after\:bg-violet-800\/75:after{content:attr(content);background-color:#5b21b6bf}.after\:bg-violet-800\/80:after{content:attr(content);background-color:#5b21b6cc}.after\:bg-violet-800\/90:after{content:attr(content);background-color:#5b21b6e6}.after\:bg-violet-900:after{content:attr(content);background-color:#4c1d95}.after\:bg-violet-900\/0:after{content:attr(content);background-color:#4c1d9500}.after\:bg-violet-900\/10:after{content:attr(content);background-color:#4c1d951a}.after\:bg-violet-900\/20:after{content:attr(content);background-color:#4c1d9533}.after\:bg-violet-900\/30:after{content:attr(content);background-color:#4c1d954d}.after\:bg-violet-900\/40:after{content:attr(content);background-color:#4c1d9566}.after\:bg-violet-900\/50:after{content:attr(content);background-color:#4c1d9580}.after\:bg-violet-900\/60:after{content:attr(content);background-color:#4c1d9599}.after\:bg-violet-900\/70:after{content:attr(content);background-color:#4c1d95b3}.after\:bg-violet-900\/75:after{content:attr(content);background-color:#4c1d95bf}.after\:bg-violet-900\/80:after{content:attr(content);background-color:#4c1d95cc}.after\:bg-violet-900\/90:after{content:attr(content);background-color:#4c1d95e6}.after\:bg-violet-950:after{content:attr(content);background-color:#2e1065}.after\:bg-violet-950\/0:after{content:attr(content);background-color:#2e106500}.after\:bg-violet-950\/10:after{content:attr(content);background-color:#2e10651a}.after\:bg-violet-950\/20:after{content:attr(content);background-color:#2e106533}.after\:bg-violet-950\/30:after{content:attr(content);background-color:#2e10654d}.after\:bg-violet-950\/40:after{content:attr(content);background-color:#2e106566}.after\:bg-violet-950\/50:after{content:attr(content);background-color:#2e106580}.after\:bg-violet-950\/60:after{content:attr(content);background-color:#2e106599}.after\:bg-violet-950\/70:after{content:attr(content);background-color:#2e1065b3}.after\:bg-violet-950\/75:after{content:attr(content);background-color:#2e1065bf}.after\:bg-violet-950\/80:after{content:attr(content);background-color:#2e1065cc}.after\:bg-violet-950\/90:after{content:attr(content);background-color:#2e1065e6}.after\:bg-purple-50:after{content:attr(content);background-color:#faf5ff}.after\:bg-purple-50\/0:after{content:attr(content);background-color:#faf5ff00}.after\:bg-purple-50\/10:after{content:attr(content);background-color:#faf5ff1a}.after\:bg-purple-50\/20:after{content:attr(content);background-color:#faf5ff33}.after\:bg-purple-50\/30:after{content:attr(content);background-color:#faf5ff4d}.after\:bg-purple-50\/40:after{content:attr(content);background-color:#faf5ff66}.after\:bg-purple-50\/50:after{content:attr(content);background-color:#faf5ff80}.after\:bg-purple-50\/60:after{content:attr(content);background-color:#faf5ff99}.after\:bg-purple-50\/70:after{content:attr(content);background-color:#faf5ffb3}.after\:bg-purple-50\/75:after{content:attr(content);background-color:#faf5ffbf}.after\:bg-purple-50\/80:after{content:attr(content);background-color:#faf5ffcc}.after\:bg-purple-50\/90:after{content:attr(content);background-color:#faf5ffe6}.after\:bg-purple-100:after{content:attr(content);background-color:#f3e8ff}.after\:bg-purple-100\/0:after{content:attr(content);background-color:#f3e8ff00}.after\:bg-purple-100\/10:after{content:attr(content);background-color:#f3e8ff1a}.after\:bg-purple-100\/20:after{content:attr(content);background-color:#f3e8ff33}.after\:bg-purple-100\/30:after{content:attr(content);background-color:#f3e8ff4d}.after\:bg-purple-100\/40:after{content:attr(content);background-color:#f3e8ff66}.after\:bg-purple-100\/50:after{content:attr(content);background-color:#f3e8ff80}.after\:bg-purple-100\/60:after{content:attr(content);background-color:#f3e8ff99}.after\:bg-purple-100\/70:after{content:attr(content);background-color:#f3e8ffb3}.after\:bg-purple-100\/75:after{content:attr(content);background-color:#f3e8ffbf}.after\:bg-purple-100\/80:after{content:attr(content);background-color:#f3e8ffcc}.after\:bg-purple-100\/90:after{content:attr(content);background-color:#f3e8ffe6}.after\:bg-purple-200:after{content:attr(content);background-color:#e9d5ff}.after\:bg-purple-200\/0:after{content:attr(content);background-color:#e9d5ff00}.after\:bg-purple-200\/10:after{content:attr(content);background-color:#e9d5ff1a}.after\:bg-purple-200\/20:after{content:attr(content);background-color:#e9d5ff33}.after\:bg-purple-200\/30:after{content:attr(content);background-color:#e9d5ff4d}.after\:bg-purple-200\/40:after{content:attr(content);background-color:#e9d5ff66}.after\:bg-purple-200\/50:after{content:attr(content);background-color:#e9d5ff80}.after\:bg-purple-200\/60:after{content:attr(content);background-color:#e9d5ff99}.after\:bg-purple-200\/70:after{content:attr(content);background-color:#e9d5ffb3}.after\:bg-purple-200\/75:after{content:attr(content);background-color:#e9d5ffbf}.after\:bg-purple-200\/80:after{content:attr(content);background-color:#e9d5ffcc}.after\:bg-purple-200\/90:after{content:attr(content);background-color:#e9d5ffe6}.after\:bg-purple-300:after{content:attr(content);background-color:#d8b4fe}.after\:bg-purple-300\/0:after{content:attr(content);background-color:#d8b4fe00}.after\:bg-purple-300\/10:after{content:attr(content);background-color:#d8b4fe1a}.after\:bg-purple-300\/20:after{content:attr(content);background-color:#d8b4fe33}.after\:bg-purple-300\/30:after{content:attr(content);background-color:#d8b4fe4d}.after\:bg-purple-300\/40:after{content:attr(content);background-color:#d8b4fe66}.after\:bg-purple-300\/50:after{content:attr(content);background-color:#d8b4fe80}.after\:bg-purple-300\/60:after{content:attr(content);background-color:#d8b4fe99}.after\:bg-purple-300\/70:after{content:attr(content);background-color:#d8b4feb3}.after\:bg-purple-300\/75:after{content:attr(content);background-color:#d8b4febf}.after\:bg-purple-300\/80:after{content:attr(content);background-color:#d8b4fecc}.after\:bg-purple-300\/90:after{content:attr(content);background-color:#d8b4fee6}.after\:bg-purple-400:after{content:attr(content);background-color:#c084fc}.after\:bg-purple-400\/0:after{content:attr(content);background-color:#c084fc00}.after\:bg-purple-400\/10:after{content:attr(content);background-color:#c084fc1a}.after\:bg-purple-400\/20:after{content:attr(content);background-color:#c084fc33}.after\:bg-purple-400\/30:after{content:attr(content);background-color:#c084fc4d}.after\:bg-purple-400\/40:after{content:attr(content);background-color:#c084fc66}.after\:bg-purple-400\/50:after{content:attr(content);background-color:#c084fc80}.after\:bg-purple-400\/60:after{content:attr(content);background-color:#c084fc99}.after\:bg-purple-400\/70:after{content:attr(content);background-color:#c084fcb3}.after\:bg-purple-400\/75:after{content:attr(content);background-color:#c084fcbf}.after\:bg-purple-400\/80:after{content:attr(content);background-color:#c084fccc}.after\:bg-purple-400\/90:after{content:attr(content);background-color:#c084fce6}.after\:bg-purple-500:after{content:attr(content);background-color:#a855f7}.after\:bg-purple-500\/0:after{content:attr(content);background-color:#a855f700}.after\:bg-purple-500\/10:after{content:attr(content);background-color:#a855f71a}.after\:bg-purple-500\/20:after{content:attr(content);background-color:#a855f733}.after\:bg-purple-500\/30:after{content:attr(content);background-color:#a855f74d}.after\:bg-purple-500\/40:after{content:attr(content);background-color:#a855f766}.after\:bg-purple-500\/50:after{content:attr(content);background-color:#a855f780}.after\:bg-purple-500\/60:after{content:attr(content);background-color:#a855f799}.after\:bg-purple-500\/70:after{content:attr(content);background-color:#a855f7b3}.after\:bg-purple-500\/75:after{content:attr(content);background-color:#a855f7bf}.after\:bg-purple-500\/80:after{content:attr(content);background-color:#a855f7cc}.after\:bg-purple-500\/90:after{content:attr(content);background-color:#a855f7e6}.after\:bg-purple-600:after{content:attr(content);background-color:#9333ea}.after\:bg-purple-600\/0:after{content:attr(content);background-color:#9333ea00}.after\:bg-purple-600\/10:after{content:attr(content);background-color:#9333ea1a}.after\:bg-purple-600\/20:after{content:attr(content);background-color:#9333ea33}.after\:bg-purple-600\/30:after{content:attr(content);background-color:#9333ea4d}.after\:bg-purple-600\/40:after{content:attr(content);background-color:#9333ea66}.after\:bg-purple-600\/50:after{content:attr(content);background-color:#9333ea80}.after\:bg-purple-600\/60:after{content:attr(content);background-color:#9333ea99}.after\:bg-purple-600\/70:after{content:attr(content);background-color:#9333eab3}.after\:bg-purple-600\/75:after{content:attr(content);background-color:#9333eabf}.after\:bg-purple-600\/80:after{content:attr(content);background-color:#9333eacc}.after\:bg-purple-600\/90:after{content:attr(content);background-color:#9333eae6}.after\:bg-purple-700:after{content:attr(content);background-color:#7e22ce}.after\:bg-purple-700\/0:after{content:attr(content);background-color:#7e22ce00}.after\:bg-purple-700\/10:after{content:attr(content);background-color:#7e22ce1a}.after\:bg-purple-700\/20:after{content:attr(content);background-color:#7e22ce33}.after\:bg-purple-700\/30:after{content:attr(content);background-color:#7e22ce4d}.after\:bg-purple-700\/40:after{content:attr(content);background-color:#7e22ce66}.after\:bg-purple-700\/50:after{content:attr(content);background-color:#7e22ce80}.after\:bg-purple-700\/60:after{content:attr(content);background-color:#7e22ce99}.after\:bg-purple-700\/70:after{content:attr(content);background-color:#7e22ceb3}.after\:bg-purple-700\/75:after{content:attr(content);background-color:#7e22cebf}.after\:bg-purple-700\/80:after{content:attr(content);background-color:#7e22cecc}.after\:bg-purple-700\/90:after{content:attr(content);background-color:#7e22cee6}.after\:bg-purple-800:after{content:attr(content);background-color:#6b21a8}.after\:bg-purple-800\/0:after{content:attr(content);background-color:#6b21a800}.after\:bg-purple-800\/10:after{content:attr(content);background-color:#6b21a81a}.after\:bg-purple-800\/20:after{content:attr(content);background-color:#6b21a833}.after\:bg-purple-800\/30:after{content:attr(content);background-color:#6b21a84d}.after\:bg-purple-800\/40:after{content:attr(content);background-color:#6b21a866}.after\:bg-purple-800\/50:after{content:attr(content);background-color:#6b21a880}.after\:bg-purple-800\/60:after{content:attr(content);background-color:#6b21a899}.after\:bg-purple-800\/70:after{content:attr(content);background-color:#6b21a8b3}.after\:bg-purple-800\/75:after{content:attr(content);background-color:#6b21a8bf}.after\:bg-purple-800\/80:after{content:attr(content);background-color:#6b21a8cc}.after\:bg-purple-800\/90:after{content:attr(content);background-color:#6b21a8e6}.after\:bg-purple-900:after{content:attr(content);background-color:#581c87}.after\:bg-purple-900\/0:after{content:attr(content);background-color:#581c8700}.after\:bg-purple-900\/10:after{content:attr(content);background-color:#581c871a}.after\:bg-purple-900\/20:after{content:attr(content);background-color:#581c8733}.after\:bg-purple-900\/30:after{content:attr(content);background-color:#581c874d}.after\:bg-purple-900\/40:after{content:attr(content);background-color:#581c8766}.after\:bg-purple-900\/50:after{content:attr(content);background-color:#581c8780}.after\:bg-purple-900\/60:after{content:attr(content);background-color:#581c8799}.after\:bg-purple-900\/70:after{content:attr(content);background-color:#581c87b3}.after\:bg-purple-900\/75:after{content:attr(content);background-color:#581c87bf}.after\:bg-purple-900\/80:after{content:attr(content);background-color:#581c87cc}.after\:bg-purple-900\/90:after{content:attr(content);background-color:#581c87e6}.after\:bg-purple-950:after{content:attr(content);background-color:#3b0764}.after\:bg-purple-950\/0:after{content:attr(content);background-color:#3b076400}.after\:bg-purple-950\/10:after{content:attr(content);background-color:#3b07641a}.after\:bg-purple-950\/20:after{content:attr(content);background-color:#3b076433}.after\:bg-purple-950\/30:after{content:attr(content);background-color:#3b07644d}.after\:bg-purple-950\/40:after{content:attr(content);background-color:#3b076466}.after\:bg-purple-950\/50:after{content:attr(content);background-color:#3b076480}.after\:bg-purple-950\/60:after{content:attr(content);background-color:#3b076499}.after\:bg-purple-950\/70:after{content:attr(content);background-color:#3b0764b3}.after\:bg-purple-950\/75:after{content:attr(content);background-color:#3b0764bf}.after\:bg-purple-950\/80:after{content:attr(content);background-color:#3b0764cc}.after\:bg-purple-950\/90:after{content:attr(content);background-color:#3b0764e6}.after\:bg-fuchsia-50:after{content:attr(content);background-color:#fdf4ff}.after\:bg-fuchsia-50\/0:after{content:attr(content);background-color:#fdf4ff00}.after\:bg-fuchsia-50\/10:after{content:attr(content);background-color:#fdf4ff1a}.after\:bg-fuchsia-50\/20:after{content:attr(content);background-color:#fdf4ff33}.after\:bg-fuchsia-50\/30:after{content:attr(content);background-color:#fdf4ff4d}.after\:bg-fuchsia-50\/40:after{content:attr(content);background-color:#fdf4ff66}.after\:bg-fuchsia-50\/50:after{content:attr(content);background-color:#fdf4ff80}.after\:bg-fuchsia-50\/60:after{content:attr(content);background-color:#fdf4ff99}.after\:bg-fuchsia-50\/70:after{content:attr(content);background-color:#fdf4ffb3}.after\:bg-fuchsia-50\/75:after{content:attr(content);background-color:#fdf4ffbf}.after\:bg-fuchsia-50\/80:after{content:attr(content);background-color:#fdf4ffcc}.after\:bg-fuchsia-50\/90:after{content:attr(content);background-color:#fdf4ffe6}.after\:bg-fuchsia-100:after{content:attr(content);background-color:#fae8ff}.after\:bg-fuchsia-100\/0:after{content:attr(content);background-color:#fae8ff00}.after\:bg-fuchsia-100\/10:after{content:attr(content);background-color:#fae8ff1a}.after\:bg-fuchsia-100\/20:after{content:attr(content);background-color:#fae8ff33}.after\:bg-fuchsia-100\/30:after{content:attr(content);background-color:#fae8ff4d}.after\:bg-fuchsia-100\/40:after{content:attr(content);background-color:#fae8ff66}.after\:bg-fuchsia-100\/50:after{content:attr(content);background-color:#fae8ff80}.after\:bg-fuchsia-100\/60:after{content:attr(content);background-color:#fae8ff99}.after\:bg-fuchsia-100\/70:after{content:attr(content);background-color:#fae8ffb3}.after\:bg-fuchsia-100\/75:after{content:attr(content);background-color:#fae8ffbf}.after\:bg-fuchsia-100\/80:after{content:attr(content);background-color:#fae8ffcc}.after\:bg-fuchsia-100\/90:after{content:attr(content);background-color:#fae8ffe6}.after\:bg-fuchsia-200:after{content:attr(content);background-color:#f5d0fe}.after\:bg-fuchsia-200\/0:after{content:attr(content);background-color:#f5d0fe00}.after\:bg-fuchsia-200\/10:after{content:attr(content);background-color:#f5d0fe1a}.after\:bg-fuchsia-200\/20:after{content:attr(content);background-color:#f5d0fe33}.after\:bg-fuchsia-200\/30:after{content:attr(content);background-color:#f5d0fe4d}.after\:bg-fuchsia-200\/40:after{content:attr(content);background-color:#f5d0fe66}.after\:bg-fuchsia-200\/50:after{content:attr(content);background-color:#f5d0fe80}.after\:bg-fuchsia-200\/60:after{content:attr(content);background-color:#f5d0fe99}.after\:bg-fuchsia-200\/70:after{content:attr(content);background-color:#f5d0feb3}.after\:bg-fuchsia-200\/75:after{content:attr(content);background-color:#f5d0febf}.after\:bg-fuchsia-200\/80:after{content:attr(content);background-color:#f5d0fecc}.after\:bg-fuchsia-200\/90:after{content:attr(content);background-color:#f5d0fee6}.after\:bg-fuchsia-300:after{content:attr(content);background-color:#f0abfc}.after\:bg-fuchsia-300\/0:after{content:attr(content);background-color:#f0abfc00}.after\:bg-fuchsia-300\/10:after{content:attr(content);background-color:#f0abfc1a}.after\:bg-fuchsia-300\/20:after{content:attr(content);background-color:#f0abfc33}.after\:bg-fuchsia-300\/30:after{content:attr(content);background-color:#f0abfc4d}.after\:bg-fuchsia-300\/40:after{content:attr(content);background-color:#f0abfc66}.after\:bg-fuchsia-300\/50:after{content:attr(content);background-color:#f0abfc80}.after\:bg-fuchsia-300\/60:after{content:attr(content);background-color:#f0abfc99}.after\:bg-fuchsia-300\/70:after{content:attr(content);background-color:#f0abfcb3}.after\:bg-fuchsia-300\/75:after{content:attr(content);background-color:#f0abfcbf}.after\:bg-fuchsia-300\/80:after{content:attr(content);background-color:#f0abfccc}.after\:bg-fuchsia-300\/90:after{content:attr(content);background-color:#f0abfce6}.after\:bg-fuchsia-400:after{content:attr(content);background-color:#e879f9}.after\:bg-fuchsia-400\/0:after{content:attr(content);background-color:#e879f900}.after\:bg-fuchsia-400\/10:after{content:attr(content);background-color:#e879f91a}.after\:bg-fuchsia-400\/20:after{content:attr(content);background-color:#e879f933}.after\:bg-fuchsia-400\/30:after{content:attr(content);background-color:#e879f94d}.after\:bg-fuchsia-400\/40:after{content:attr(content);background-color:#e879f966}.after\:bg-fuchsia-400\/50:after{content:attr(content);background-color:#e879f980}.after\:bg-fuchsia-400\/60:after{content:attr(content);background-color:#e879f999}.after\:bg-fuchsia-400\/70:after{content:attr(content);background-color:#e879f9b3}.after\:bg-fuchsia-400\/75:after{content:attr(content);background-color:#e879f9bf}.after\:bg-fuchsia-400\/80:after{content:attr(content);background-color:#e879f9cc}.after\:bg-fuchsia-400\/90:after{content:attr(content);background-color:#e879f9e6}.after\:bg-fuchsia-500:after{content:attr(content);background-color:#d946ef}.after\:bg-fuchsia-500\/0:after{content:attr(content);background-color:#d946ef00}.after\:bg-fuchsia-500\/10:after{content:attr(content);background-color:#d946ef1a}.after\:bg-fuchsia-500\/20:after{content:attr(content);background-color:#d946ef33}.after\:bg-fuchsia-500\/30:after{content:attr(content);background-color:#d946ef4d}.after\:bg-fuchsia-500\/40:after{content:attr(content);background-color:#d946ef66}.after\:bg-fuchsia-500\/50:after{content:attr(content);background-color:#d946ef80}.after\:bg-fuchsia-500\/60:after{content:attr(content);background-color:#d946ef99}.after\:bg-fuchsia-500\/70:after{content:attr(content);background-color:#d946efb3}.after\:bg-fuchsia-500\/75:after{content:attr(content);background-color:#d946efbf}.after\:bg-fuchsia-500\/80:after{content:attr(content);background-color:#d946efcc}.after\:bg-fuchsia-500\/90:after{content:attr(content);background-color:#d946efe6}.after\:bg-fuchsia-600:after{content:attr(content);background-color:#c026d3}.after\:bg-fuchsia-600\/0:after{content:attr(content);background-color:#c026d300}.after\:bg-fuchsia-600\/10:after{content:attr(content);background-color:#c026d31a}.after\:bg-fuchsia-600\/20:after{content:attr(content);background-color:#c026d333}.after\:bg-fuchsia-600\/30:after{content:attr(content);background-color:#c026d34d}.after\:bg-fuchsia-600\/40:after{content:attr(content);background-color:#c026d366}.after\:bg-fuchsia-600\/50:after{content:attr(content);background-color:#c026d380}.after\:bg-fuchsia-600\/60:after{content:attr(content);background-color:#c026d399}.after\:bg-fuchsia-600\/70:after{content:attr(content);background-color:#c026d3b3}.after\:bg-fuchsia-600\/75:after{content:attr(content);background-color:#c026d3bf}.after\:bg-fuchsia-600\/80:after{content:attr(content);background-color:#c026d3cc}.after\:bg-fuchsia-600\/90:after{content:attr(content);background-color:#c026d3e6}.after\:bg-fuchsia-700:after{content:attr(content);background-color:#a21caf}.after\:bg-fuchsia-700\/0:after{content:attr(content);background-color:#a21caf00}.after\:bg-fuchsia-700\/10:after{content:attr(content);background-color:#a21caf1a}.after\:bg-fuchsia-700\/20:after{content:attr(content);background-color:#a21caf33}.after\:bg-fuchsia-700\/30:after{content:attr(content);background-color:#a21caf4d}.after\:bg-fuchsia-700\/40:after{content:attr(content);background-color:#a21caf66}.after\:bg-fuchsia-700\/50:after{content:attr(content);background-color:#a21caf80}.after\:bg-fuchsia-700\/60:after{content:attr(content);background-color:#a21caf99}.after\:bg-fuchsia-700\/70:after{content:attr(content);background-color:#a21cafb3}.after\:bg-fuchsia-700\/75:after{content:attr(content);background-color:#a21cafbf}.after\:bg-fuchsia-700\/80:after{content:attr(content);background-color:#a21cafcc}.after\:bg-fuchsia-700\/90:after{content:attr(content);background-color:#a21cafe6}.after\:bg-fuchsia-800:after{content:attr(content);background-color:#86198f}.after\:bg-fuchsia-800\/0:after{content:attr(content);background-color:#86198f00}.after\:bg-fuchsia-800\/10:after{content:attr(content);background-color:#86198f1a}.after\:bg-fuchsia-800\/20:after{content:attr(content);background-color:#86198f33}.after\:bg-fuchsia-800\/30:after{content:attr(content);background-color:#86198f4d}.after\:bg-fuchsia-800\/40:after{content:attr(content);background-color:#86198f66}.after\:bg-fuchsia-800\/50:after{content:attr(content);background-color:#86198f80}.after\:bg-fuchsia-800\/60:after{content:attr(content);background-color:#86198f99}.after\:bg-fuchsia-800\/70:after{content:attr(content);background-color:#86198fb3}.after\:bg-fuchsia-800\/75:after{content:attr(content);background-color:#86198fbf}.after\:bg-fuchsia-800\/80:after{content:attr(content);background-color:#86198fcc}.after\:bg-fuchsia-800\/90:after{content:attr(content);background-color:#86198fe6}.after\:bg-fuchsia-900:after{content:attr(content);background-color:#701a75}.after\:bg-fuchsia-900\/0:after{content:attr(content);background-color:#701a7500}.after\:bg-fuchsia-900\/10:after{content:attr(content);background-color:#701a751a}.after\:bg-fuchsia-900\/20:after{content:attr(content);background-color:#701a7533}.after\:bg-fuchsia-900\/30:after{content:attr(content);background-color:#701a754d}.after\:bg-fuchsia-900\/40:after{content:attr(content);background-color:#701a7566}.after\:bg-fuchsia-900\/50:after{content:attr(content);background-color:#701a7580}.after\:bg-fuchsia-900\/60:after{content:attr(content);background-color:#701a7599}.after\:bg-fuchsia-900\/70:after{content:attr(content);background-color:#701a75b3}.after\:bg-fuchsia-900\/75:after{content:attr(content);background-color:#701a75bf}.after\:bg-fuchsia-900\/80:after{content:attr(content);background-color:#701a75cc}.after\:bg-fuchsia-900\/90:after{content:attr(content);background-color:#701a75e6}.after\:bg-fuchsia-950:after{content:attr(content);background-color:#4a044e}.after\:bg-fuchsia-950\/0:after{content:attr(content);background-color:#4a044e00}.after\:bg-fuchsia-950\/10:after{content:attr(content);background-color:#4a044e1a}.after\:bg-fuchsia-950\/20:after{content:attr(content);background-color:#4a044e33}.after\:bg-fuchsia-950\/30:after{content:attr(content);background-color:#4a044e4d}.after\:bg-fuchsia-950\/40:after{content:attr(content);background-color:#4a044e66}.after\:bg-fuchsia-950\/50:after{content:attr(content);background-color:#4a044e80}.after\:bg-fuchsia-950\/60:after{content:attr(content);background-color:#4a044e99}.after\:bg-fuchsia-950\/70:after{content:attr(content);background-color:#4a044eb3}.after\:bg-fuchsia-950\/75:after{content:attr(content);background-color:#4a044ebf}.after\:bg-fuchsia-950\/80:after{content:attr(content);background-color:#4a044ecc}.after\:bg-fuchsia-950\/90:after{content:attr(content);background-color:#4a044ee6}.after\:bg-pink-50:after{content:attr(content);background-color:#fdf2f8}.after\:bg-pink-50\/0:after{content:attr(content);background-color:#fdf2f800}.after\:bg-pink-50\/10:after{content:attr(content);background-color:#fdf2f81a}.after\:bg-pink-50\/20:after{content:attr(content);background-color:#fdf2f833}.after\:bg-pink-50\/30:after{content:attr(content);background-color:#fdf2f84d}.after\:bg-pink-50\/40:after{content:attr(content);background-color:#fdf2f866}.after\:bg-pink-50\/50:after{content:attr(content);background-color:#fdf2f880}.after\:bg-pink-50\/60:after{content:attr(content);background-color:#fdf2f899}.after\:bg-pink-50\/70:after{content:attr(content);background-color:#fdf2f8b3}.after\:bg-pink-50\/75:after{content:attr(content);background-color:#fdf2f8bf}.after\:bg-pink-50\/80:after{content:attr(content);background-color:#fdf2f8cc}.after\:bg-pink-50\/90:after{content:attr(content);background-color:#fdf2f8e6}.after\:bg-pink-100:after{content:attr(content);background-color:#fce7f3}.after\:bg-pink-100\/0:after{content:attr(content);background-color:#fce7f300}.after\:bg-pink-100\/10:after{content:attr(content);background-color:#fce7f31a}.after\:bg-pink-100\/20:after{content:attr(content);background-color:#fce7f333}.after\:bg-pink-100\/30:after{content:attr(content);background-color:#fce7f34d}.after\:bg-pink-100\/40:after{content:attr(content);background-color:#fce7f366}.after\:bg-pink-100\/50:after{content:attr(content);background-color:#fce7f380}.after\:bg-pink-100\/60:after{content:attr(content);background-color:#fce7f399}.after\:bg-pink-100\/70:after{content:attr(content);background-color:#fce7f3b3}.after\:bg-pink-100\/75:after{content:attr(content);background-color:#fce7f3bf}.after\:bg-pink-100\/80:after{content:attr(content);background-color:#fce7f3cc}.after\:bg-pink-100\/90:after{content:attr(content);background-color:#fce7f3e6}.after\:bg-pink-200:after{content:attr(content);background-color:#fbcfe8}.after\:bg-pink-200\/0:after{content:attr(content);background-color:#fbcfe800}.after\:bg-pink-200\/10:after{content:attr(content);background-color:#fbcfe81a}.after\:bg-pink-200\/20:after{content:attr(content);background-color:#fbcfe833}.after\:bg-pink-200\/30:after{content:attr(content);background-color:#fbcfe84d}.after\:bg-pink-200\/40:after{content:attr(content);background-color:#fbcfe866}.after\:bg-pink-200\/50:after{content:attr(content);background-color:#fbcfe880}.after\:bg-pink-200\/60:after{content:attr(content);background-color:#fbcfe899}.after\:bg-pink-200\/70:after{content:attr(content);background-color:#fbcfe8b3}.after\:bg-pink-200\/75:after{content:attr(content);background-color:#fbcfe8bf}.after\:bg-pink-200\/80:after{content:attr(content);background-color:#fbcfe8cc}.after\:bg-pink-200\/90:after{content:attr(content);background-color:#fbcfe8e6}.after\:bg-pink-300:after{content:attr(content);background-color:#f9a8d4}.after\:bg-pink-300\/0:after{content:attr(content);background-color:#f9a8d400}.after\:bg-pink-300\/10:after{content:attr(content);background-color:#f9a8d41a}.after\:bg-pink-300\/20:after{content:attr(content);background-color:#f9a8d433}.after\:bg-pink-300\/30:after{content:attr(content);background-color:#f9a8d44d}.after\:bg-pink-300\/40:after{content:attr(content);background-color:#f9a8d466}.after\:bg-pink-300\/50:after{content:attr(content);background-color:#f9a8d480}.after\:bg-pink-300\/60:after{content:attr(content);background-color:#f9a8d499}.after\:bg-pink-300\/70:after{content:attr(content);background-color:#f9a8d4b3}.after\:bg-pink-300\/75:after{content:attr(content);background-color:#f9a8d4bf}.after\:bg-pink-300\/80:after{content:attr(content);background-color:#f9a8d4cc}.after\:bg-pink-300\/90:after{content:attr(content);background-color:#f9a8d4e6}.after\:bg-pink-400:after{content:attr(content);background-color:#f472b6}.after\:bg-pink-400\/0:after{content:attr(content);background-color:#f472b600}.after\:bg-pink-400\/10:after{content:attr(content);background-color:#f472b61a}.after\:bg-pink-400\/20:after{content:attr(content);background-color:#f472b633}.after\:bg-pink-400\/30:after{content:attr(content);background-color:#f472b64d}.after\:bg-pink-400\/40:after{content:attr(content);background-color:#f472b666}.after\:bg-pink-400\/50:after{content:attr(content);background-color:#f472b680}.after\:bg-pink-400\/60:after{content:attr(content);background-color:#f472b699}.after\:bg-pink-400\/70:after{content:attr(content);background-color:#f472b6b3}.after\:bg-pink-400\/75:after{content:attr(content);background-color:#f472b6bf}.after\:bg-pink-400\/80:after{content:attr(content);background-color:#f472b6cc}.after\:bg-pink-400\/90:after{content:attr(content);background-color:#f472b6e6}.after\:bg-pink-500:after{content:attr(content);background-color:#ec4899}.after\:bg-pink-500\/0:after{content:attr(content);background-color:#ec489900}.after\:bg-pink-500\/10:after{content:attr(content);background-color:#ec48991a}.after\:bg-pink-500\/20:after{content:attr(content);background-color:#ec489933}.after\:bg-pink-500\/30:after{content:attr(content);background-color:#ec48994d}.after\:bg-pink-500\/40:after{content:attr(content);background-color:#ec489966}.after\:bg-pink-500\/50:after{content:attr(content);background-color:#ec489980}.after\:bg-pink-500\/60:after{content:attr(content);background-color:#ec489999}.after\:bg-pink-500\/70:after{content:attr(content);background-color:#ec4899b3}.after\:bg-pink-500\/75:after{content:attr(content);background-color:#ec4899bf}.after\:bg-pink-500\/80:after{content:attr(content);background-color:#ec4899cc}.after\:bg-pink-500\/90:after{content:attr(content);background-color:#ec4899e6}.after\:bg-pink-600:after{content:attr(content);background-color:#db2777}.after\:bg-pink-600\/0:after{content:attr(content);background-color:#db277700}.after\:bg-pink-600\/10:after{content:attr(content);background-color:#db27771a}.after\:bg-pink-600\/20:after{content:attr(content);background-color:#db277733}.after\:bg-pink-600\/30:after{content:attr(content);background-color:#db27774d}.after\:bg-pink-600\/40:after{content:attr(content);background-color:#db277766}.after\:bg-pink-600\/50:after{content:attr(content);background-color:#db277780}.after\:bg-pink-600\/60:after{content:attr(content);background-color:#db277799}.after\:bg-pink-600\/70:after{content:attr(content);background-color:#db2777b3}.after\:bg-pink-600\/75:after{content:attr(content);background-color:#db2777bf}.after\:bg-pink-600\/80:after{content:attr(content);background-color:#db2777cc}.after\:bg-pink-600\/90:after{content:attr(content);background-color:#db2777e6}.after\:bg-pink-700:after{content:attr(content);background-color:#be185d}.after\:bg-pink-700\/0:after{content:attr(content);background-color:#be185d00}.after\:bg-pink-700\/10:after{content:attr(content);background-color:#be185d1a}.after\:bg-pink-700\/20:after{content:attr(content);background-color:#be185d33}.after\:bg-pink-700\/30:after{content:attr(content);background-color:#be185d4d}.after\:bg-pink-700\/40:after{content:attr(content);background-color:#be185d66}.after\:bg-pink-700\/50:after{content:attr(content);background-color:#be185d80}.after\:bg-pink-700\/60:after{content:attr(content);background-color:#be185d99}.after\:bg-pink-700\/70:after{content:attr(content);background-color:#be185db3}.after\:bg-pink-700\/75:after{content:attr(content);background-color:#be185dbf}.after\:bg-pink-700\/80:after{content:attr(content);background-color:#be185dcc}.after\:bg-pink-700\/90:after{content:attr(content);background-color:#be185de6}.after\:bg-pink-800:after{content:attr(content);background-color:#9d174d}.after\:bg-pink-800\/0:after{content:attr(content);background-color:#9d174d00}.after\:bg-pink-800\/10:after{content:attr(content);background-color:#9d174d1a}.after\:bg-pink-800\/20:after{content:attr(content);background-color:#9d174d33}.after\:bg-pink-800\/30:after{content:attr(content);background-color:#9d174d4d}.after\:bg-pink-800\/40:after{content:attr(content);background-color:#9d174d66}.after\:bg-pink-800\/50:after{content:attr(content);background-color:#9d174d80}.after\:bg-pink-800\/60:after{content:attr(content);background-color:#9d174d99}.after\:bg-pink-800\/70:after{content:attr(content);background-color:#9d174db3}.after\:bg-pink-800\/75:after{content:attr(content);background-color:#9d174dbf}.after\:bg-pink-800\/80:after{content:attr(content);background-color:#9d174dcc}.after\:bg-pink-800\/90:after{content:attr(content);background-color:#9d174de6}.after\:bg-pink-900:after{content:attr(content);background-color:#831843}.after\:bg-pink-900\/0:after{content:attr(content);background-color:#83184300}.after\:bg-pink-900\/10:after{content:attr(content);background-color:#8318431a}.after\:bg-pink-900\/20:after{content:attr(content);background-color:#83184333}.after\:bg-pink-900\/30:after{content:attr(content);background-color:#8318434d}.after\:bg-pink-900\/40:after{content:attr(content);background-color:#83184366}.after\:bg-pink-900\/50:after{content:attr(content);background-color:#83184380}.after\:bg-pink-900\/60:after{content:attr(content);background-color:#83184399}.after\:bg-pink-900\/70:after{content:attr(content);background-color:#831843b3}.after\:bg-pink-900\/75:after{content:attr(content);background-color:#831843bf}.after\:bg-pink-900\/80:after{content:attr(content);background-color:#831843cc}.after\:bg-pink-900\/90:after{content:attr(content);background-color:#831843e6}.after\:bg-pink-950:after{content:attr(content);background-color:#500724}.after\:bg-pink-950\/0:after{content:attr(content);background-color:#50072400}.after\:bg-pink-950\/10:after{content:attr(content);background-color:#5007241a}.after\:bg-pink-950\/20:after{content:attr(content);background-color:#50072433}.after\:bg-pink-950\/30:after{content:attr(content);background-color:#5007244d}.after\:bg-pink-950\/40:after{content:attr(content);background-color:#50072466}.after\:bg-pink-950\/50:after{content:attr(content);background-color:#50072480}.after\:bg-pink-950\/60:after{content:attr(content);background-color:#50072499}.after\:bg-pink-950\/70:after{content:attr(content);background-color:#500724b3}.after\:bg-pink-950\/75:after{content:attr(content);background-color:#500724bf}.after\:bg-pink-950\/80:after{content:attr(content);background-color:#500724cc}.after\:bg-pink-950\/90:after{content:attr(content);background-color:#500724e6}.after\:bg-rose-50:after{content:attr(content);background-color:#fff1f2}.after\:bg-rose-50\/0:after{content:attr(content);background-color:#fff1f200}.after\:bg-rose-50\/10:after{content:attr(content);background-color:#fff1f21a}.after\:bg-rose-50\/20:after{content:attr(content);background-color:#fff1f233}.after\:bg-rose-50\/30:after{content:attr(content);background-color:#fff1f24d}.after\:bg-rose-50\/40:after{content:attr(content);background-color:#fff1f266}.after\:bg-rose-50\/50:after{content:attr(content);background-color:#fff1f280}.after\:bg-rose-50\/60:after{content:attr(content);background-color:#fff1f299}.after\:bg-rose-50\/70:after{content:attr(content);background-color:#fff1f2b3}.after\:bg-rose-50\/75:after{content:attr(content);background-color:#fff1f2bf}.after\:bg-rose-50\/80:after{content:attr(content);background-color:#fff1f2cc}.after\:bg-rose-50\/90:after{content:attr(content);background-color:#fff1f2e6}.after\:bg-rose-100:after{content:attr(content);background-color:#ffe4e6}.after\:bg-rose-100\/0:after{content:attr(content);background-color:#ffe4e600}.after\:bg-rose-100\/10:after{content:attr(content);background-color:#ffe4e61a}.after\:bg-rose-100\/20:after{content:attr(content);background-color:#ffe4e633}.after\:bg-rose-100\/30:after{content:attr(content);background-color:#ffe4e64d}.after\:bg-rose-100\/40:after{content:attr(content);background-color:#ffe4e666}.after\:bg-rose-100\/50:after{content:attr(content);background-color:#ffe4e680}.after\:bg-rose-100\/60:after{content:attr(content);background-color:#ffe4e699}.after\:bg-rose-100\/70:after{content:attr(content);background-color:#ffe4e6b3}.after\:bg-rose-100\/75:after{content:attr(content);background-color:#ffe4e6bf}.after\:bg-rose-100\/80:after{content:attr(content);background-color:#ffe4e6cc}.after\:bg-rose-100\/90:after{content:attr(content);background-color:#ffe4e6e6}.after\:bg-rose-200:after{content:attr(content);background-color:#fecdd3}.after\:bg-rose-200\/0:after{content:attr(content);background-color:#fecdd300}.after\:bg-rose-200\/10:after{content:attr(content);background-color:#fecdd31a}.after\:bg-rose-200\/20:after{content:attr(content);background-color:#fecdd333}.after\:bg-rose-200\/30:after{content:attr(content);background-color:#fecdd34d}.after\:bg-rose-200\/40:after{content:attr(content);background-color:#fecdd366}.after\:bg-rose-200\/50:after{content:attr(content);background-color:#fecdd380}.after\:bg-rose-200\/60:after{content:attr(content);background-color:#fecdd399}.after\:bg-rose-200\/70:after{content:attr(content);background-color:#fecdd3b3}.after\:bg-rose-200\/75:after{content:attr(content);background-color:#fecdd3bf}.after\:bg-rose-200\/80:after{content:attr(content);background-color:#fecdd3cc}.after\:bg-rose-200\/90:after{content:attr(content);background-color:#fecdd3e6}.after\:bg-rose-300:after{content:attr(content);background-color:#fda4af}.after\:bg-rose-300\/0:after{content:attr(content);background-color:#fda4af00}.after\:bg-rose-300\/10:after{content:attr(content);background-color:#fda4af1a}.after\:bg-rose-300\/20:after{content:attr(content);background-color:#fda4af33}.after\:bg-rose-300\/30:after{content:attr(content);background-color:#fda4af4d}.after\:bg-rose-300\/40:after{content:attr(content);background-color:#fda4af66}.after\:bg-rose-300\/50:after{content:attr(content);background-color:#fda4af80}.after\:bg-rose-300\/60:after{content:attr(content);background-color:#fda4af99}.after\:bg-rose-300\/70:after{content:attr(content);background-color:#fda4afb3}.after\:bg-rose-300\/75:after{content:attr(content);background-color:#fda4afbf}.after\:bg-rose-300\/80:after{content:attr(content);background-color:#fda4afcc}.after\:bg-rose-300\/90:after{content:attr(content);background-color:#fda4afe6}.after\:bg-rose-400:after{content:attr(content);background-color:#fb7185}.after\:bg-rose-400\/0:after{content:attr(content);background-color:#fb718500}.after\:bg-rose-400\/10:after{content:attr(content);background-color:#fb71851a}.after\:bg-rose-400\/20:after{content:attr(content);background-color:#fb718533}.after\:bg-rose-400\/30:after{content:attr(content);background-color:#fb71854d}.after\:bg-rose-400\/40:after{content:attr(content);background-color:#fb718566}.after\:bg-rose-400\/50:after{content:attr(content);background-color:#fb718580}.after\:bg-rose-400\/60:after{content:attr(content);background-color:#fb718599}.after\:bg-rose-400\/70:after{content:attr(content);background-color:#fb7185b3}.after\:bg-rose-400\/75:after{content:attr(content);background-color:#fb7185bf}.after\:bg-rose-400\/80:after{content:attr(content);background-color:#fb7185cc}.after\:bg-rose-400\/90:after{content:attr(content);background-color:#fb7185e6}.after\:bg-rose-500:after{content:attr(content);background-color:#f43f5e}.after\:bg-rose-500\/0:after{content:attr(content);background-color:#f43f5e00}.after\:bg-rose-500\/10:after{content:attr(content);background-color:#f43f5e1a}.after\:bg-rose-500\/20:after{content:attr(content);background-color:#f43f5e33}.after\:bg-rose-500\/30:after{content:attr(content);background-color:#f43f5e4d}.after\:bg-rose-500\/40:after{content:attr(content);background-color:#f43f5e66}.after\:bg-rose-500\/50:after{content:attr(content);background-color:#f43f5e80}.after\:bg-rose-500\/60:after{content:attr(content);background-color:#f43f5e99}.after\:bg-rose-500\/70:after{content:attr(content);background-color:#f43f5eb3}.after\:bg-rose-500\/75:after{content:attr(content);background-color:#f43f5ebf}.after\:bg-rose-500\/80:after{content:attr(content);background-color:#f43f5ecc}.after\:bg-rose-500\/90:after{content:attr(content);background-color:#f43f5ee6}.after\:bg-rose-600:after{content:attr(content);background-color:#e11d48}.after\:bg-rose-600\/0:after{content:attr(content);background-color:#e11d4800}.after\:bg-rose-600\/10:after{content:attr(content);background-color:#e11d481a}.after\:bg-rose-600\/20:after{content:attr(content);background-color:#e11d4833}.after\:bg-rose-600\/30:after{content:attr(content);background-color:#e11d484d}.after\:bg-rose-600\/40:after{content:attr(content);background-color:#e11d4866}.after\:bg-rose-600\/50:after{content:attr(content);background-color:#e11d4880}.after\:bg-rose-600\/60:after{content:attr(content);background-color:#e11d4899}.after\:bg-rose-600\/70:after{content:attr(content);background-color:#e11d48b3}.after\:bg-rose-600\/75:after{content:attr(content);background-color:#e11d48bf}.after\:bg-rose-600\/80:after{content:attr(content);background-color:#e11d48cc}.after\:bg-rose-600\/90:after{content:attr(content);background-color:#e11d48e6}.after\:bg-rose-700:after{content:attr(content);background-color:#be123c}.after\:bg-rose-700\/0:after{content:attr(content);background-color:#be123c00}.after\:bg-rose-700\/10:after{content:attr(content);background-color:#be123c1a}.after\:bg-rose-700\/20:after{content:attr(content);background-color:#be123c33}.after\:bg-rose-700\/30:after{content:attr(content);background-color:#be123c4d}.after\:bg-rose-700\/40:after{content:attr(content);background-color:#be123c66}.after\:bg-rose-700\/50:after{content:attr(content);background-color:#be123c80}.after\:bg-rose-700\/60:after{content:attr(content);background-color:#be123c99}.after\:bg-rose-700\/70:after{content:attr(content);background-color:#be123cb3}.after\:bg-rose-700\/75:after{content:attr(content);background-color:#be123cbf}.after\:bg-rose-700\/80:after{content:attr(content);background-color:#be123ccc}.after\:bg-rose-700\/90:after{content:attr(content);background-color:#be123ce6}.after\:bg-rose-800:after{content:attr(content);background-color:#9f1239}.after\:bg-rose-800\/0:after{content:attr(content);background-color:#9f123900}.after\:bg-rose-800\/10:after{content:attr(content);background-color:#9f12391a}.after\:bg-rose-800\/20:after{content:attr(content);background-color:#9f123933}.after\:bg-rose-800\/30:after{content:attr(content);background-color:#9f12394d}.after\:bg-rose-800\/40:after{content:attr(content);background-color:#9f123966}.after\:bg-rose-800\/50:after{content:attr(content);background-color:#9f123980}.after\:bg-rose-800\/60:after{content:attr(content);background-color:#9f123999}.after\:bg-rose-800\/70:after{content:attr(content);background-color:#9f1239b3}.after\:bg-rose-800\/75:after{content:attr(content);background-color:#9f1239bf}.after\:bg-rose-800\/80:after{content:attr(content);background-color:#9f1239cc}.after\:bg-rose-800\/90:after{content:attr(content);background-color:#9f1239e6}.after\:bg-rose-900:after{content:attr(content);background-color:#881337}.after\:bg-rose-900\/0:after{content:attr(content);background-color:#88133700}.after\:bg-rose-900\/10:after{content:attr(content);background-color:#8813371a}.after\:bg-rose-900\/20:after{content:attr(content);background-color:#88133733}.after\:bg-rose-900\/30:after{content:attr(content);background-color:#8813374d}.after\:bg-rose-900\/40:after{content:attr(content);background-color:#88133766}.after\:bg-rose-900\/50:after{content:attr(content);background-color:#88133780}.after\:bg-rose-900\/60:after{content:attr(content);background-color:#88133799}.after\:bg-rose-900\/70:after{content:attr(content);background-color:#881337b3}.after\:bg-rose-900\/75:after{content:attr(content);background-color:#881337bf}.after\:bg-rose-900\/80:after{content:attr(content);background-color:#881337cc}.after\:bg-rose-900\/90:after{content:attr(content);background-color:#881337e6}.after\:bg-rose-950:after{content:attr(content);background-color:#4c0519}.after\:bg-rose-950\/0:after{content:attr(content);background-color:#4c051900}.after\:bg-rose-950\/10:after{content:attr(content);background-color:#4c05191a}.after\:bg-rose-950\/20:after{content:attr(content);background-color:#4c051933}.after\:bg-rose-950\/30:after{content:attr(content);background-color:#4c05194d}.after\:bg-rose-950\/40:after{content:attr(content);background-color:#4c051966}.after\:bg-rose-950\/50:after{content:attr(content);background-color:#4c051980}.after\:bg-rose-950\/60:after{content:attr(content);background-color:#4c051999}.after\:bg-rose-950\/70:after{content:attr(content);background-color:#4c0519b3}.after\:bg-rose-950\/75:after{content:attr(content);background-color:#4c0519bf}.after\:bg-rose-950\/80:after{content:attr(content);background-color:#4c0519cc}.after\:bg-rose-950\/90:after{content:attr(content);background-color:#4c0519e6}.after\:bg-primary:after{content:attr(content);background-color:#3874ff}.after\:bg-primary-bold:after{content:attr(content);background-color:#002660}.after\:bg-primary-hover:after{content:attr(content);background-color:#003585}.after\:bg-primary-border:after{content:attr(content);background-color:#156ef3}.after\:bg-primary-focus-lv1:after{content:attr(content);background-color:#6492ff}.after\:bg-primary-focus-lv2:after{content:attr(content);background-color:#c7ddff}.after\:bg-primary-bg-color:after{content:attr(content);background-color:#f8fbff}.after\:bg-success:after{content:attr(content);background-color:#00bd7e}.after\:bg-success-bold:after{content:attr(content);background-color:#006c58}.after\:bg-success-hover:after{content:attr(content);background-color:#008d5e}.after\:bg-success-border:after{content:attr(content);background-color:#17e5a1}.after\:bg-success-focus-lv1:after{content:attr(content);background-color:#a9fbe0}.after\:bg-success-bg-color:after{content:attr(content);background-color:#ebfff8}.after\:bg-warning:after{content:attr(content);background-color:#ffb41f}.after\:bg-warning-bold:after{content:attr(content);background-color:#b77d09}.after\:bg-warning-hover:after{content:attr(content);background-color:#e39f17}.after\:bg-warning-border:after{content:attr(content);background-color:#f7c86a}.after\:bg-warning-focus-lv1:after{content:attr(content);background-color:#fbe0a9}.after\:bg-warning-bg-color:after{content:attr(content);background-color:#fff8eb}.after\:bg-danger:after{content:attr(content);background-color:#b20000}.after\:bg-danger-bold:after{content:attr(content);background-color:#920122}.after\:bg-danger-hover:after{content:attr(content);background-color:#c60833}.after\:bg-danger-border:after{content:attr(content);background-color:#f35370}.after\:bg-danger-focus-lv1:after{content:attr(content);background-color:#fdabb9}.after\:bg-danger-bg-color:after{content:attr(content);background-color:#fff1f4}.after\:bg-info:after{content:attr(content);background-color:#2668cb}.after\:bg-info-bold:after{content:attr(content);background-color:#023480}.after\:bg-info-hover:after{content:attr(content);background-color:#0f4eae}.after\:bg-info-border:after{content:attr(content);background-color:#679ef2}.after\:bg-info-focus-lv1:after{content:attr(content);background-color:#c1d9fd}.after\:bg-info-bg-color:after{content:attr(content);background-color:#f2f7ff}.after\:bg-neutral-100:after{content:attr(content);background-color:#1a1a1a}.after\:bg-neutral-90:after{content:attr(content);background-color:#424242}.after\:bg-neutral-80:after{content:attr(content);background-color:#616161}.after\:bg-neutral-70:after{content:attr(content);background-color:#757575}.after\:bg-neutral-60:after{content:attr(content);background-color:#9e9e9e}.after\:bg-neutral-50:after{content:attr(content);background-color:#c2c2c2}.after\:bg-neutral-40:after{content:attr(content);background-color:#e0e0e0}.after\:bg-neutral-30:after{content:attr(content);background-color:#ededed}.after\:bg-neutral-20:after{content:attr(content);background-color:#f5f5f5}.after\:bg-base:after{content:attr(content);background-color:#f5f7fa}.after\:bg-auto:after{content:attr(content);background-size:auto}.after\:bg-cover:after{content:attr(content);background-size:cover}.after\:bg-contain:after{content:attr(content);background-size:contain}.after\:bg-repeat:after{content:attr(content);background-repeat:repeat}.after\:bg-no-repeat:after{content:attr(content);background-repeat:no-repeat}.after\:bg-repeat-x:after{content:attr(content);background-repeat:repeat-x}.after\:bg-repeat-y:after{content:attr(content);background-repeat:repeat-y}.after\:bg-repeat-round:after{content:attr(content);background-repeat:round}.after\:bg-repeat-space:after{content:attr(content);background-repeat:space}.after\:bg-bottom:after{content:attr(content);background-position:bottom}.after\:bg-center:after{content:attr(content);background-position:center}.after\:bg-left:after{content:attr(content);background-position:left}.after\:bg-left-bottom:after{content:attr(content);background-position:left bottom}.after\:bg-left-top:after{content:attr(content);background-position:left top}.after\:bg-right:after{content:attr(content);background-position:right}.after\:bg-right-bottom:after{content:attr(content);background-position:right bottom}.after\:bg-right-top:after{content:attr(content);background-position:right top}.after\:bg-top:after{content:attr(content);background-position:top}.after\:bg-origin-border:after{content:attr(content);background-origin:border-box}.after\:bg-origin-padding:after{content:attr(content);background-origin:padding-box}.after\:bg-origin-content:after{content:attr(content);background-origin:content-box}.after\:bg-bg-fixed:after{content:attr(content);background-attachment:fixed}.after\:bg-bg-local:after{content:attr(content);background-attachment:local}.after\:bg-bg-scroll:after{content:attr(content);background-attachment:scroll}.after\:p-auto:after{content:attr(content);padding:auto}.after\:pl-auto:after{content:attr(content);padding-left:auto}.after\:pr-auto:after{content:attr(content);padding-right:auto}.after\:px-auto:after{content:attr(content);padding-right:auto;padding-left:auto}.after\:py-auto:after{content:attr(content);padding-top:auto;padding-bottom:auto}.after\:pb-auto:after{content:attr(content);padding-bottom:auto}.after\:pt-auto:after{content:attr(content);padding-top:auto}.after\:p-0:after{content:attr(content);padding:0}.after\:pl-0:after{content:attr(content);padding-left:0}.after\:pr-0:after{content:attr(content);padding-right:0}.after\:px-0:after{content:attr(content);padding-right:0;padding-left:0}.after\:py-0:after{content:attr(content);padding-top:0;padding-bottom:0}.after\:pb-0:after{content:attr(content);padding-bottom:0}.after\:pt-0:after{content:attr(content);padding-top:0}.after\:p-1:after{content:attr(content);padding:.25rem}.after\:pl-1:after{content:attr(content);padding-left:.25rem}.after\:pr-1:after{content:attr(content);padding-right:.25rem}.after\:px-1:after{content:attr(content);padding-right:.25rem;padding-left:.25rem}.after\:py-1:after{content:attr(content);padding-top:.25rem;padding-bottom:.25rem}.after\:pb-1:after{content:attr(content);padding-bottom:.25rem}.after\:pt-1:after{content:attr(content);padding-top:.25rem}.after\:p-2:after{content:attr(content);padding:.5rem}.after\:pl-2:after{content:attr(content);padding-left:.5rem}.after\:pr-2:after{content:attr(content);padding-right:.5rem}.after\:px-2:after{content:attr(content);padding-right:.5rem;padding-left:.5rem}.after\:py-2:after{content:attr(content);padding-top:.5rem;padding-bottom:.5rem}.after\:pb-2:after{content:attr(content);padding-bottom:.5rem}.after\:pt-2:after{content:attr(content);padding-top:.5rem}.after\:p-3:after{content:attr(content);padding:.75rem}.after\:pl-3:after{content:attr(content);padding-left:.75rem}.after\:pr-3:after{content:attr(content);padding-right:.75rem}.after\:px-3:after{content:attr(content);padding-right:.75rem;padding-left:.75rem}.after\:py-3:after{content:attr(content);padding-top:.75rem;padding-bottom:.75rem}.after\:pb-3:after{content:attr(content);padding-bottom:.75rem}.after\:pt-3:after{content:attr(content);padding-top:.75rem}.after\:p-4:after{content:attr(content);padding:1rem}.after\:pl-4:after{content:attr(content);padding-left:1rem}.after\:pr-4:after{content:attr(content);padding-right:1rem}.after\:px-4:after{content:attr(content);padding-right:1rem;padding-left:1rem}.after\:py-4:after{content:attr(content);padding-top:1rem;padding-bottom:1rem}.after\:pb-4:after{content:attr(content);padding-bottom:1rem}.after\:pt-4:after{content:attr(content);padding-top:1rem}.after\:p-5:after{content:attr(content);padding:1.25rem}.after\:pl-5:after{content:attr(content);padding-left:1.25rem}.after\:pr-5:after{content:attr(content);padding-right:1.25rem}.after\:px-5:after{content:attr(content);padding-right:1.25rem;padding-left:1.25rem}.after\:py-5:after{content:attr(content);padding-top:1.25rem;padding-bottom:1.25rem}.after\:pb-5:after{content:attr(content);padding-bottom:1.25rem}.after\:pt-5:after{content:attr(content);padding-top:1.25rem}.after\:p-6:after{content:attr(content);padding:1.5rem}.after\:pl-6:after{content:attr(content);padding-left:1.5rem}.after\:pr-6:after{content:attr(content);padding-right:1.5rem}.after\:px-6:after{content:attr(content);padding-right:1.5rem;padding-left:1.5rem}.after\:py-6:after{content:attr(content);padding-top:1.5rem;padding-bottom:1.5rem}.after\:pb-6:after{content:attr(content);padding-bottom:1.5rem}.after\:pt-6:after{content:attr(content);padding-top:1.5rem}.after\:p-7:after{content:attr(content);padding:1.75rem}.after\:pl-7:after{content:attr(content);padding-left:1.75rem}.after\:pr-7:after{content:attr(content);padding-right:1.75rem}.after\:px-7:after{content:attr(content);padding-right:1.75rem;padding-left:1.75rem}.after\:py-7:after{content:attr(content);padding-top:1.75rem;padding-bottom:1.75rem}.after\:pb-7:after{content:attr(content);padding-bottom:1.75rem}.after\:pt-7:after{content:attr(content);padding-top:1.75rem}.after\:p-8:after{content:attr(content);padding:2rem}.after\:pl-8:after{content:attr(content);padding-left:2rem}.after\:pr-8:after{content:attr(content);padding-right:2rem}.after\:px-8:after{content:attr(content);padding-right:2rem;padding-left:2rem}.after\:py-8:after{content:attr(content);padding-top:2rem;padding-bottom:2rem}.after\:pb-8:after{content:attr(content);padding-bottom:2rem}.after\:pt-8:after{content:attr(content);padding-top:2rem}.after\:p-9:after{content:attr(content);padding:2.25rem}.after\:pl-9:after{content:attr(content);padding-left:2.25rem}.after\:pr-9:after{content:attr(content);padding-right:2.25rem}.after\:px-9:after{content:attr(content);padding-right:2.25rem;padding-left:2.25rem}.after\:py-9:after{content:attr(content);padding-top:2.25rem;padding-bottom:2.25rem}.after\:pb-9:after{content:attr(content);padding-bottom:2.25rem}.after\:pt-9:after{content:attr(content);padding-top:2.25rem}.after\:p-10:after{content:attr(content);padding:2.5rem}.after\:pl-10:after{content:attr(content);padding-left:2.5rem}.after\:pr-10:after{content:attr(content);padding-right:2.5rem}.after\:px-10:after{content:attr(content);padding-right:2.5rem;padding-left:2.5rem}.after\:py-10:after{content:attr(content);padding-top:2.5rem;padding-bottom:2.5rem}.after\:pb-10:after{content:attr(content);padding-bottom:2.5rem}.after\:pt-10:after{content:attr(content);padding-top:2.5rem}.after\:p-11:after{content:attr(content);padding:2.75rem}.after\:pl-11:after{content:attr(content);padding-left:2.75rem}.after\:pr-11:after{content:attr(content);padding-right:2.75rem}.after\:px-11:after{content:attr(content);padding-right:2.75rem;padding-left:2.75rem}.after\:py-11:after{content:attr(content);padding-top:2.75rem;padding-bottom:2.75rem}.after\:pb-11:after{content:attr(content);padding-bottom:2.75rem}.after\:pt-11:after{content:attr(content);padding-top:2.75rem}.after\:p-12:after{content:attr(content);padding:3rem}.after\:pl-12:after{content:attr(content);padding-left:3rem}.after\:pr-12:after{content:attr(content);padding-right:3rem}.after\:px-12:after{content:attr(content);padding-right:3rem;padding-left:3rem}.after\:py-12:after{content:attr(content);padding-top:3rem;padding-bottom:3rem}.after\:pb-12:after{content:attr(content);padding-bottom:3rem}.after\:pt-12:after{content:attr(content);padding-top:3rem}.after\:p-14:after{content:attr(content);padding:3.5rem}.after\:pl-14:after{content:attr(content);padding-left:3.5rem}.after\:pr-14:after{content:attr(content);padding-right:3.5rem}.after\:px-14:after{content:attr(content);padding-right:3.5rem;padding-left:3.5rem}.after\:py-14:after{content:attr(content);padding-top:3.5rem;padding-bottom:3.5rem}.after\:pb-14:after{content:attr(content);padding-bottom:3.5rem}.after\:pt-14:after{content:attr(content);padding-top:3.5rem}.after\:p-16:after{content:attr(content);padding:4rem}.after\:pl-16:after{content:attr(content);padding-left:4rem}.after\:pr-16:after{content:attr(content);padding-right:4rem}.after\:px-16:after{content:attr(content);padding-right:4rem;padding-left:4rem}.after\:py-16:after{content:attr(content);padding-top:4rem;padding-bottom:4rem}.after\:pb-16:after{content:attr(content);padding-bottom:4rem}.after\:pt-16:after{content:attr(content);padding-top:4rem}.after\:p-20:after{content:attr(content);padding:5rem}.after\:pl-20:after{content:attr(content);padding-left:5rem}.after\:pr-20:after{content:attr(content);padding-right:5rem}.after\:px-20:after{content:attr(content);padding-right:5rem;padding-left:5rem}.after\:py-20:after{content:attr(content);padding-top:5rem;padding-bottom:5rem}.after\:pb-20:after{content:attr(content);padding-bottom:5rem}.after\:pt-20:after{content:attr(content);padding-top:5rem}.after\:p-24:after{content:attr(content);padding:6rem}.after\:pl-24:after{content:attr(content);padding-left:6rem}.after\:pr-24:after{content:attr(content);padding-right:6rem}.after\:px-24:after{content:attr(content);padding-right:6rem;padding-left:6rem}.after\:py-24:after{content:attr(content);padding-top:6rem;padding-bottom:6rem}.after\:pb-24:after{content:attr(content);padding-bottom:6rem}.after\:pt-24:after{content:attr(content);padding-top:6rem}.after\:p-28:after{content:attr(content);padding:7rem}.after\:pl-28:after{content:attr(content);padding-left:7rem}.after\:pr-28:after{content:attr(content);padding-right:7rem}.after\:px-28:after{content:attr(content);padding-right:7rem;padding-left:7rem}.after\:py-28:after{content:attr(content);padding-top:7rem;padding-bottom:7rem}.after\:pb-28:after{content:attr(content);padding-bottom:7rem}.after\:pt-28:after{content:attr(content);padding-top:7rem}.after\:p-32:after{content:attr(content);padding:8rem}.after\:pl-32:after{content:attr(content);padding-left:8rem}.after\:pr-32:after{content:attr(content);padding-right:8rem}.after\:px-32:after{content:attr(content);padding-right:8rem;padding-left:8rem}.after\:py-32:after{content:attr(content);padding-top:8rem;padding-bottom:8rem}.after\:pb-32:after{content:attr(content);padding-bottom:8rem}.after\:pt-32:after{content:attr(content);padding-top:8rem}.after\:p-36:after{content:attr(content);padding:9rem}.after\:pl-36:after{content:attr(content);padding-left:9rem}.after\:pr-36:after{content:attr(content);padding-right:9rem}.after\:px-36:after{content:attr(content);padding-right:9rem;padding-left:9rem}.after\:py-36:after{content:attr(content);padding-top:9rem;padding-bottom:9rem}.after\:pb-36:after{content:attr(content);padding-bottom:9rem}.after\:pt-36:after{content:attr(content);padding-top:9rem}.after\:p-40:after{content:attr(content);padding:10rem}.after\:pl-40:after{content:attr(content);padding-left:10rem}.after\:pr-40:after{content:attr(content);padding-right:10rem}.after\:px-40:after{content:attr(content);padding-right:10rem;padding-left:10rem}.after\:py-40:after{content:attr(content);padding-top:10rem;padding-bottom:10rem}.after\:pb-40:after{content:attr(content);padding-bottom:10rem}.after\:pt-40:after{content:attr(content);padding-top:10rem}.after\:p-44:after{content:attr(content);padding:11rem}.after\:pl-44:after{content:attr(content);padding-left:11rem}.after\:pr-44:after{content:attr(content);padding-right:11rem}.after\:px-44:after{content:attr(content);padding-right:11rem;padding-left:11rem}.after\:py-44:after{content:attr(content);padding-top:11rem;padding-bottom:11rem}.after\:pb-44:after{content:attr(content);padding-bottom:11rem}.after\:pt-44:after{content:attr(content);padding-top:11rem}.after\:p-48:after{content:attr(content);padding:12rem}.after\:pl-48:after{content:attr(content);padding-left:12rem}.after\:pr-48:after{content:attr(content);padding-right:12rem}.after\:px-48:after{content:attr(content);padding-right:12rem;padding-left:12rem}.after\:py-48:after{content:attr(content);padding-top:12rem;padding-bottom:12rem}.after\:pb-48:after{content:attr(content);padding-bottom:12rem}.after\:pt-48:after{content:attr(content);padding-top:12rem}.after\:p-52:after{content:attr(content);padding:13rem}.after\:pl-52:after{content:attr(content);padding-left:13rem}.after\:pr-52:after{content:attr(content);padding-right:13rem}.after\:px-52:after{content:attr(content);padding-right:13rem;padding-left:13rem}.after\:py-52:after{content:attr(content);padding-top:13rem;padding-bottom:13rem}.after\:pb-52:after{content:attr(content);padding-bottom:13rem}.after\:pt-52:after{content:attr(content);padding-top:13rem}.after\:p-56:after{content:attr(content);padding:14rem}.after\:pl-56:after{content:attr(content);padding-left:14rem}.after\:pr-56:after{content:attr(content);padding-right:14rem}.after\:px-56:after{content:attr(content);padding-right:14rem;padding-left:14rem}.after\:py-56:after{content:attr(content);padding-top:14rem;padding-bottom:14rem}.after\:pb-56:after{content:attr(content);padding-bottom:14rem}.after\:pt-56:after{content:attr(content);padding-top:14rem}.after\:p-60:after{content:attr(content);padding:15rem}.after\:pl-60:after{content:attr(content);padding-left:15rem}.after\:pr-60:after{content:attr(content);padding-right:15rem}.after\:px-60:after{content:attr(content);padding-right:15rem;padding-left:15rem}.after\:py-60:after{content:attr(content);padding-top:15rem;padding-bottom:15rem}.after\:pb-60:after{content:attr(content);padding-bottom:15rem}.after\:pt-60:after{content:attr(content);padding-top:15rem}.after\:p-64:after{content:attr(content);padding:16rem}.after\:pl-64:after{content:attr(content);padding-left:16rem}.after\:pr-64:after{content:attr(content);padding-right:16rem}.after\:px-64:after{content:attr(content);padding-right:16rem;padding-left:16rem}.after\:py-64:after{content:attr(content);padding-top:16rem;padding-bottom:16rem}.after\:pb-64:after{content:attr(content);padding-bottom:16rem}.after\:pt-64:after{content:attr(content);padding-top:16rem}.after\:p-72:after{content:attr(content);padding:18rem}.after\:pl-72:after{content:attr(content);padding-left:18rem}.after\:pr-72:after{content:attr(content);padding-right:18rem}.after\:px-72:after{content:attr(content);padding-right:18rem;padding-left:18rem}.after\:py-72:after{content:attr(content);padding-top:18rem;padding-bottom:18rem}.after\:pb-72:after{content:attr(content);padding-bottom:18rem}.after\:pt-72:after{content:attr(content);padding-top:18rem}.after\:p-80:after{content:attr(content);padding:20rem}.after\:pl-80:after{content:attr(content);padding-left:20rem}.after\:pr-80:after{content:attr(content);padding-right:20rem}.after\:px-80:after{content:attr(content);padding-right:20rem;padding-left:20rem}.after\:py-80:after{content:attr(content);padding-top:20rem;padding-bottom:20rem}.after\:pb-80:after{content:attr(content);padding-bottom:20rem}.after\:pt-80:after{content:attr(content);padding-top:20rem}.after\:p-96:after{content:attr(content);padding:24rem}.after\:pl-96:after{content:attr(content);padding-left:24rem}.after\:pr-96:after{content:attr(content);padding-right:24rem}.after\:px-96:after{content:attr(content);padding-right:24rem;padding-left:24rem}.after\:py-96:after{content:attr(content);padding-top:24rem;padding-bottom:24rem}.after\:pb-96:after{content:attr(content);padding-bottom:24rem}.after\:pt-96:after{content:attr(content);padding-top:24rem}.after\:flex-1:after{content:attr(content);flex:1 1 0%}.after\:flex-column:after{content:attr(content);flex-direction:column}.after\:flex-row:after{content:attr(content);flex-direction:row}.after\:flex-wrap:after{content:attr(content);flex-wrap:wrap}.after\:flex-wrap-reverse:after{content:attr(content);flex-wrap:wrap-reverse}.after\:flex-nowrap:after{content:attr(content);flex-wrap:nowrap}.after\:relative:after{position:relative}.after\:absolute:after{content:attr(content);position:absolute}.after\:w-0:after{content:attr(content);width:0px}.after\:w-px:after{content:attr(content);width:1px}.after\:w-1:after{content:attr(content);width:.25rem}.after\:w-2:after{content:attr(content);width:.5rem}.after\:w-3:after{content:attr(content);width:.75rem}.after\:w-4:after{content:attr(content);width:1rem}.after\:w-5:after{content:attr(content);width:1.25rem}.after\:w-6:after{content:attr(content);width:1.5rem}.after\:w-7:after{content:attr(content);width:1.75rem}.after\:w-8:after{content:attr(content);width:2rem}.after\:w-9:after{content:attr(content);width:2.25rem}.after\:w-10:after{content:attr(content);width:2.5rem}.after\:w-11:after{content:attr(content);width:2.75rem}.after\:w-12:after{content:attr(content);width:3rem}.after\:w-14:after{content:attr(content);width:3.5rem}.after\:w-16:after{content:attr(content);width:4rem}.after\:w-20:after{content:attr(content);width:5rem}.after\:w-24:after{content:attr(content);width:6rem}.after\:w-28:after{content:attr(content);width:7rem}.after\:w-32:after{content:attr(content);width:8rem}.after\:w-36:after{content:attr(content);width:9rem}.after\:w-40:after{content:attr(content);width:10rem}.after\:w-44:after{content:attr(content);width:11rem}.after\:w-48:after{content:attr(content);width:12rem}.after\:w-52:after{content:attr(content);width:13rem}.after\:w-56:after{content:attr(content);width:14rem}.after\:w-60:after{content:attr(content);width:15rem}.after\:w-64:after{content:attr(content);width:16rem}.after\:w-72:after{content:attr(content);width:18rem}.after\:w-80:after{content:attr(content);width:20rem}.after\:w-96:after{content:attr(content);width:24rem}.after\:w-auto:after{content:attr(content);width:auto}.after\:w-full:after{content:attr(content);width:100%}.after\:w-screen:after{content:attr(content);width:100vw}.after\:w-min:after{content:attr(content);width:min-content}.after\:w-max:after{content:attr(content);width:max-content}.after\:w-fit:after{content:attr(content);width:fit-content}.after\:w-max:after{max-width:1920px}.after\:w-full:after{width:100%}.after\:w-0\.5:after{width:.125rem}.after\:w-1\.5:after{width:.375rem}.after\:w-2\.5:after{width:.625rem}.after\:w-3\.5:after{width:.875rem}.after\:w-1\/2:after{width:50%}.after\:w-1\/3:after{width:33.333333%}.after\:w-1\/4:after{width:25%}.after\:w-1\/5:after{width:20%}.after\:w-1\/6:after{width:16.666667%}.after\:w-1\/12:after{width:8.333333%}.after\:w-2\/3:after{width:66.666667%}.after\:w-2\/4:after{width:50%}.after\:w-2\/5:after{width:40%}.after\:w-2\/6:after{width:33.333333%}.after\:w-2\/12:after{width:16.666667%}.after\:w-3\/4:after{width:75%}.after\:w-3\/5:after{width:60%}.after\:w-3\/6:after{width:50%}.after\:w-3\/12:after{width:25%}.after\:w-4\/5:after{width:80%}.after\:w-4\/6:after{width:66.666667%}.after\:w-4\/12:after{width:33.333333%}.after\:w-5\/6:after{width:83.333333%}.after\:w-5\/12:after{width:41.666667%}.after\:w-6\/12:after{width:50%}.after\:w-7\/12:after{width:58.333333%}.after\:w-8\/12:after{width:66.666667%}.after\:w-9\/12:after{width:75%}.after\:w-10\/12:after{width:83.333333%}.after\:w-11\/12:after{width:91.666667%}.after\:h-0:after{content:attr(content);height:0px}.after\:h-px:after{content:attr(content);height:1px}.after\:h-1:after{content:attr(content);height:.25rem}.after\:h-2:after{content:attr(content);height:.5rem}.after\:h-3:after{content:attr(content);height:.75rem}.after\:h-4:after{content:attr(content);height:1rem}.after\:h-5:after{content:attr(content);height:1.25rem}.after\:h-6:after{content:attr(content);height:1.5rem}.after\:h-7:after{content:attr(content);height:1.75rem}.after\:h-8:after{content:attr(content);height:2rem}.after\:h-9:after{content:attr(content);height:2.25rem}.after\:h-10:after{content:attr(content);height:2.5rem}.after\:h-11:after{content:attr(content);height:2.75rem}.after\:h-12:after{content:attr(content);height:3rem}.after\:h-14:after{content:attr(content);height:3.5rem}.after\:h-16:after{content:attr(content);height:4rem}.after\:h-20:after{content:attr(content);height:5rem}.after\:h-24:after{content:attr(content);height:6rem}.after\:h-28:after{content:attr(content);height:7rem}.after\:h-32:after{content:attr(content);height:8rem}.after\:h-36:after{content:attr(content);height:9rem}.after\:h-40:after{content:attr(content);height:10rem}.after\:h-44:after{content:attr(content);height:11rem}.after\:h-48:after{content:attr(content);height:12rem}.after\:h-52:after{content:attr(content);height:13rem}.after\:h-56:after{content:attr(content);height:14rem}.after\:h-60:after{content:attr(content);height:15rem}.after\:h-64:after{content:attr(content);height:16rem}.after\:h-72:after{content:attr(content);height:18rem}.after\:h-80:after{content:attr(content);height:20rem}.after\:h-96:after{content:attr(content);height:24rem}.after\:h-auto:after{content:attr(content);height:auto}.after\:h-full:after{content:attr(content);height:100%}.after\:h-screen:after{content:attr(content);height:100vh}.after\:h-min:after{content:attr(content);height:min-content}.after\:h-max:after{content:attr(content);height:max-content}.after\:h-fit:after{content:attr(content);height:fit-content}.after\:h-max:after{max-height:1920px}.after\:h-full:after{height:100%}.after\:h-0\.5:after{height:.125rem}.after\:h-1\.5:after{height:.375rem}.after\:h-2\.5:after{height:.625rem}.after\:h-3\.5:after{height:.875rem}.after\:h-1\/2:after{height:50%}.after\:h-1\/3:after{height:33.333333%}.after\:h-1\/4:after{height:25%}.after\:h-1\/5:after{height:20%}.after\:h-1\/6:after{height:16.666667%}.after\:h-1\/12:after{height:8.333333%}.after\:h-2\/3:after{height:66.666667%}.after\:h-2\/4:after{height:50%}.after\:h-2\/5:after{height:40%}.after\:h-2\/6:after{height:33.333333%}.after\:h-2\/12:after{height:16.666667%}.after\:h-3\/4:after{height:75%}.after\:h-3\/5:after{height:60%}.after\:h-3\/6:after{height:50%}.after\:h-3\/12:after{height:25%}.after\:h-4\/5:after{height:80%}.after\:h-4\/6:after{height:66.666667%}.after\:h-4\/12:after{height:33.333333%}.after\:h-5\/6:after{height:83.333333%}.after\:h-5\/12:after{height:41.666667%}.after\:h-6\/12:after{height:50%}.after\:h-7\/12:after{height:58.333333%}.after\:h-8\/12:after{height:66.666667%}.after\:h-9\/12:after{height:75%}.after\:h-10\/12:after{height:83.333333%}.after\:h-11\/12:after{height:91.666667%}.after\:border{border-width:1px}.after\:border-b{border:0px;border-bottom:1px}.after\:border-b-0:after{content:attr(content);border:0px;border-bottom:1px;border-bottom-width:0px}.after\:border-b-2:after{content:attr(content);border:0px;border-bottom:1px;border-bottom-width:2px}.after\:border-b-4:after{content:attr(content);border:0px;border-bottom:1px;border-bottom-width:4px}.after\:border-b-8:after{content:attr(content);border:0px;border-bottom:1px;border-bottom-width:8px}.after\:border-t{border:0px;border-top:1px}.after\:border-t-0:after{content:attr(content);border:0px;border-top:1px;border-top-width:0px}.after\:border-t-2:after{content:attr(content);border:0px;border-top:1px;border-top-width:2px}.after\:border-t-4:after{content:attr(content);border:0px;border-top:1px;border-top-width:4px}.after\:border-t-8:after{content:attr(content);border:0px;border-top:1px;border-top-width:8px}.after\:border-r{border:0px;border-right:1px solid}.after\:border-r-0:after{content:attr(content);border:0px;border-right-width:0px}.after\:border-r-2:after{content:attr(content);border:0px;border-right-width:2px}.after\:border-r-4:after{content:attr(content);border:0px;border-right-width:4px}.after\:border-r-8:after{content:attr(content);border:0px;border-right-width:8px}.after\:border-l{border:0px;border-left:1px}.after\:border-l-0:after{content:attr(content);border:0px;border-left:1px;border-left-width:0px}.after\:border-l-2:after{content:attr(content);border:0px;border-left:1px;border-left-width:2px}.after\:border-l-4:after{content:attr(content);border:0px;border-left:1px;border-left-width:4px}.after\:border-l-8:after{content:attr(content);border:0px;border-left:1px;border-left-width:8px}.after\:border-0:after{content:attr(content);border-width:0px}.after\:border-2:after{content:attr(content);border-width:2px}.after\:border-4:after{content:attr(content);border-width:4px}.after\:border-8:after{content:attr(content);border-width:8px}.after\:border-none:after{content:attr(content);border-style:none}.after\:border-solid:after{content:attr(content);border-style:solid}.after\:border-dashed:after{content:attr(content);border-style:dashed}.after\:border-dotted:after{content:attr(content);border-style:dotted}.after\:border-double:after{content:attr(content);border-style:double}.after\:border-groove:after{content:attr(content);border-style:groove}.after\:border-ridge:after{content:attr(content);border-style:ridge}.after\:border-inset:after{content:attr(content);border-style:inset}.after\:border-outset:after{content:attr(content);border-style:outset}.after\:border-transparent:after{content:attr(content);border-color:transparent}.after\:border-black:after{content:attr(content);border-color:#000}.after\:border-white:after{content:attr(content);border-color:#fff}.after\:border-slate-50:after{content:attr(content);border-color:#f8fafc}.after\:border-slate-100:after{content:attr(content);border-color:#f1f5f9}.after\:border-slate-200:after{content:attr(content);border-color:#e2e8f0}.after\:border-slate-300:after{content:attr(content);border-color:#cbd5e1}.after\:border-slate-400:after{content:attr(content);border-color:#94a3b8}.after\:border-slate-500:after{content:attr(content);border-color:#64748b}.after\:border-slate-600:after{content:attr(content);border-color:#475569}.after\:border-slate-700:after{content:attr(content);border-color:#334155}.after\:border-slate-800:after{content:attr(content);border-color:#1e293b}.after\:border-slate-900:after{content:attr(content);border-color:#0f172a}.after\:border-slate-950:after{content:attr(content);border-color:#020617}.after\:border-gray-50:after{content:attr(content);border-color:#f9fafb}.after\:border-gray-100:after{content:attr(content);border-color:#f3f4f6}.after\:border-gray-200:after{content:attr(content);border-color:#e5e7eb}.after\:border-gray-300:after{content:attr(content);border-color:#d1d5db}.after\:border-gray-400:after{content:attr(content);border-color:#9ca3af}.after\:border-gray-500:after{content:attr(content);border-color:#6b7280}.after\:border-gray-600:after{content:attr(content);border-color:#4b5563}.after\:border-gray-700:after{content:attr(content);border-color:#374151}.after\:border-gray-800:after{content:attr(content);border-color:#1f2937}.after\:border-gray-900:after{content:attr(content);border-color:#111827}.after\:border-gray-950:after{content:attr(content);border-color:#030712}.after\:border-zinc-50:after{content:attr(content);border-color:#fafafa}.after\:border-zinc-100:after{content:attr(content);border-color:#f4f4f5}.after\:border-zinc-200:after{content:attr(content);border-color:#e4e4e7}.after\:border-zinc-300:after{content:attr(content);border-color:#d4d4d8}.after\:border-zinc-400:after{content:attr(content);border-color:#a1a1aa}.after\:border-zinc-500:after{content:attr(content);border-color:#71717a}.after\:border-zinc-600:after{content:attr(content);border-color:#52525b}.after\:border-zinc-700:after{content:attr(content);border-color:#3f3f46}.after\:border-zinc-800:after{content:attr(content);border-color:#27272a}.after\:border-zinc-900:after{content:attr(content);border-color:#18181b}.after\:border-zinc-950:after{content:attr(content);border-color:#09090b}.after\:border-neutral-50:after{content:attr(content);border-color:#fafafa}.after\:border-neutral-100:after{content:attr(content);border-color:#f5f5f5}.after\:border-neutral-200:after{content:attr(content);border-color:#e5e5e5}.after\:border-neutral-300:after{content:attr(content);border-color:#d4d4d4}.after\:border-neutral-400:after{content:attr(content);border-color:#a3a3a3}.after\:border-neutral-500:after{content:attr(content);border-color:#737373}.after\:border-neutral-600:after{content:attr(content);border-color:#525252}.after\:border-neutral-700:after{content:attr(content);border-color:#404040}.after\:border-neutral-800:after{content:attr(content);border-color:#262626}.after\:border-neutral-900:after{content:attr(content);border-color:#171717}.after\:border-neutral-950:after{content:attr(content);border-color:#0a0a0a}.after\:border-stone-50:after{content:attr(content);border-color:#fafaf9}.after\:border-stone-100:after{content:attr(content);border-color:#f5f5f4}.after\:border-stone-200:after{content:attr(content);border-color:#e7e5e4}.after\:border-stone-300:after{content:attr(content);border-color:#d6d3d1}.after\:border-stone-400:after{content:attr(content);border-color:#a8a29e}.after\:border-stone-500:after{content:attr(content);border-color:#78716c}.after\:border-stone-600:after{content:attr(content);border-color:#57534e}.after\:border-stone-700:after{content:attr(content);border-color:#44403c}.after\:border-stone-800:after{content:attr(content);border-color:#292524}.after\:border-stone-900:after{content:attr(content);border-color:#1c1917}.after\:border-stone-950:after{content:attr(content);border-color:#0c0a09}.after\:border-red-50:after{content:attr(content);border-color:#fef2f2}.after\:border-red-100:after{content:attr(content);border-color:#fee2e2}.after\:border-red-200:after{content:attr(content);border-color:#fecaca}.after\:border-red-300:after{content:attr(content);border-color:#fca5a5}.after\:border-red-400:after{content:attr(content);border-color:#f87171}.after\:border-red-500:after{content:attr(content);border-color:#ef4444}.after\:border-red-600:after{content:attr(content);border-color:#dc2626}.after\:border-red-700:after{content:attr(content);border-color:#b91c1c}.after\:border-red-800:after{content:attr(content);border-color:#991b1b}.after\:border-red-900:after{content:attr(content);border-color:#7f1d1d}.after\:border-red-950:after{content:attr(content);border-color:#450a0a}.after\:border-orange-50:after{content:attr(content);border-color:#fff7ed}.after\:border-orange-100:after{content:attr(content);border-color:#ffedd5}.after\:border-orange-200:after{content:attr(content);border-color:#fed7aa}.after\:border-orange-300:after{content:attr(content);border-color:#fdba74}.after\:border-orange-400:after{content:attr(content);border-color:#fb923c}.after\:border-orange-500:after{content:attr(content);border-color:#f97316}.after\:border-orange-600:after{content:attr(content);border-color:#ea580c}.after\:border-orange-700:after{content:attr(content);border-color:#c2410c}.after\:border-orange-800:after{content:attr(content);border-color:#9a3412}.after\:border-orange-900:after{content:attr(content);border-color:#7c2d12}.after\:border-orange-950:after{content:attr(content);border-color:#431407}.after\:border-amber-50:after{content:attr(content);border-color:#fffbeb}.after\:border-amber-100:after{content:attr(content);border-color:#fef3c7}.after\:border-amber-200:after{content:attr(content);border-color:#fde68a}.after\:border-amber-300:after{content:attr(content);border-color:#fcd34d}.after\:border-amber-400:after{content:attr(content);border-color:#fbbf24}.after\:border-amber-500:after{content:attr(content);border-color:#f59e0b}.after\:border-amber-600:after{content:attr(content);border-color:#d97706}.after\:border-amber-700:after{content:attr(content);border-color:#b45309}.after\:border-amber-800:after{content:attr(content);border-color:#92400e}.after\:border-amber-900:after{content:attr(content);border-color:#78350f}.after\:border-amber-950:after{content:attr(content);border-color:#451a03}.after\:border-yellow-50:after{content:attr(content);border-color:#fefce8}.after\:border-yellow-100:after{content:attr(content);border-color:#fef9c3}.after\:border-yellow-200:after{content:attr(content);border-color:#fef08a}.after\:border-yellow-300:after{content:attr(content);border-color:#fde047}.after\:border-yellow-400:after{content:attr(content);border-color:#facc15}.after\:border-yellow-500:after{content:attr(content);border-color:#eab308}.after\:border-yellow-600:after{content:attr(content);border-color:#ca8a04}.after\:border-yellow-700:after{content:attr(content);border-color:#a16207}.after\:border-yellow-800:after{content:attr(content);border-color:#854d0e}.after\:border-yellow-900:after{content:attr(content);border-color:#713f12}.after\:border-yellow-950:after{content:attr(content);border-color:#422006}.after\:border-lime-50:after{content:attr(content);border-color:#f7fee7}.after\:border-lime-100:after{content:attr(content);border-color:#ecfccb}.after\:border-lime-200:after{content:attr(content);border-color:#d9f99d}.after\:border-lime-300:after{content:attr(content);border-color:#bef264}.after\:border-lime-400:after{content:attr(content);border-color:#a3e635}.after\:border-lime-500:after{content:attr(content);border-color:#84cc16}.after\:border-lime-600:after{content:attr(content);border-color:#65a30d}.after\:border-lime-700:after{content:attr(content);border-color:#4d7c0f}.after\:border-lime-800:after{content:attr(content);border-color:#3f6212}.after\:border-lime-900:after{content:attr(content);border-color:#365314}.after\:border-lime-950:after{content:attr(content);border-color:#1a2e05}.after\:border-green-50:after{content:attr(content);border-color:#f0fdf4}.after\:border-green-100:after{content:attr(content);border-color:#dcfce7}.after\:border-green-200:after{content:attr(content);border-color:#bbf7d0}.after\:border-green-300:after{content:attr(content);border-color:#86efac}.after\:border-green-400:after{content:attr(content);border-color:#4ade80}.after\:border-green-500:after{content:attr(content);border-color:#22c55e}.after\:border-green-600:after{content:attr(content);border-color:#16a34a}.after\:border-green-700:after{content:attr(content);border-color:#15803d}.after\:border-green-800:after{content:attr(content);border-color:#166534}.after\:border-green-900:after{content:attr(content);border-color:#14532d}.after\:border-green-950:after{content:attr(content);border-color:#052e16}.after\:border-emerald-50:after{content:attr(content);border-color:#ecfdf5}.after\:border-emerald-100:after{content:attr(content);border-color:#d1fae5}.after\:border-emerald-200:after{content:attr(content);border-color:#a7f3d0}.after\:border-emerald-300:after{content:attr(content);border-color:#6ee7b7}.after\:border-emerald-400:after{content:attr(content);border-color:#34d399}.after\:border-emerald-500:after{content:attr(content);border-color:#10b981}.after\:border-emerald-600:after{content:attr(content);border-color:#059669}.after\:border-emerald-700:after{content:attr(content);border-color:#047857}.after\:border-emerald-800:after{content:attr(content);border-color:#065f46}.after\:border-emerald-900:after{content:attr(content);border-color:#064e3b}.after\:border-emerald-950:after{content:attr(content);border-color:#022c22}.after\:border-teal-50:after{content:attr(content);border-color:#f0fdfa}.after\:border-teal-100:after{content:attr(content);border-color:#ccfbf1}.after\:border-teal-200:after{content:attr(content);border-color:#99f6e4}.after\:border-teal-300:after{content:attr(content);border-color:#5eead4}.after\:border-teal-400:after{content:attr(content);border-color:#2dd4bf}.after\:border-teal-500:after{content:attr(content);border-color:#14b8a6}.after\:border-teal-600:after{content:attr(content);border-color:#0d9488}.after\:border-teal-700:after{content:attr(content);border-color:#0f766e}.after\:border-teal-800:after{content:attr(content);border-color:#115e59}.after\:border-teal-900:after{content:attr(content);border-color:#134e4a}.after\:border-teal-950:after{content:attr(content);border-color:#042f2e}.after\:border-cyan-50:after{content:attr(content);border-color:#ecfeff}.after\:border-cyan-100:after{content:attr(content);border-color:#cffafe}.after\:border-cyan-200:after{content:attr(content);border-color:#a5f3fc}.after\:border-cyan-300:after{content:attr(content);border-color:#67e8f9}.after\:border-cyan-400:after{content:attr(content);border-color:#22d3ee}.after\:border-cyan-500:after{content:attr(content);border-color:#06b6d4}.after\:border-cyan-600:after{content:attr(content);border-color:#0891b2}.after\:border-cyan-700:after{content:attr(content);border-color:#0e7490}.after\:border-cyan-800:after{content:attr(content);border-color:#155e75}.after\:border-cyan-900:after{content:attr(content);border-color:#164e63}.after\:border-cyan-950:after{content:attr(content);border-color:#083344}.after\:border-sky-50:after{content:attr(content);border-color:#f0f9ff}.after\:border-sky-100:after{content:attr(content);border-color:#e0f2fe}.after\:border-sky-200:after{content:attr(content);border-color:#bae6fd}.after\:border-sky-300:after{content:attr(content);border-color:#7dd3fc}.after\:border-sky-400:after{content:attr(content);border-color:#38bdf8}.after\:border-sky-500:after{content:attr(content);border-color:#0ea5e9}.after\:border-sky-600:after{content:attr(content);border-color:#0284c7}.after\:border-sky-700:after{content:attr(content);border-color:#0369a1}.after\:border-sky-800:after{content:attr(content);border-color:#075985}.after\:border-sky-900:after{content:attr(content);border-color:#0c4a6e}.after\:border-sky-950:after{content:attr(content);border-color:#082f49}.after\:border-blue-50:after{content:attr(content);border-color:#eff6ff}.after\:border-blue-100:after{content:attr(content);border-color:#dbeafe}.after\:border-blue-200:after{content:attr(content);border-color:#bfdbfe}.after\:border-blue-300:after{content:attr(content);border-color:#93c5fd}.after\:border-blue-400:after{content:attr(content);border-color:#60a5fa}.after\:border-blue-500:after{content:attr(content);border-color:#3b82f6}.after\:border-blue-600:after{content:attr(content);border-color:#2563eb}.after\:border-blue-700:after{content:attr(content);border-color:#1d4ed8}.after\:border-blue-800:after{content:attr(content);border-color:#1e40af}.after\:border-blue-900:after{content:attr(content);border-color:#1e3a8a}.after\:border-blue-950:after{content:attr(content);border-color:#172554}.after\:border-indigo-50:after{content:attr(content);border-color:#eef2ff}.after\:border-indigo-100:after{content:attr(content);border-color:#e0e7ff}.after\:border-indigo-200:after{content:attr(content);border-color:#c7d2fe}.after\:border-indigo-300:after{content:attr(content);border-color:#a5b4fc}.after\:border-indigo-400:after{content:attr(content);border-color:#818cf8}.after\:border-indigo-500:after{content:attr(content);border-color:#6366f1}.after\:border-indigo-600:after{content:attr(content);border-color:#4f46e5}.after\:border-indigo-700:after{content:attr(content);border-color:#4338ca}.after\:border-indigo-800:after{content:attr(content);border-color:#3730a3}.after\:border-indigo-900:after{content:attr(content);border-color:#312e81}.after\:border-indigo-950:after{content:attr(content);border-color:#1e1b4b}.after\:border-violet-50:after{content:attr(content);border-color:#f5f3ff}.after\:border-violet-100:after{content:attr(content);border-color:#ede9fe}.after\:border-violet-200:after{content:attr(content);border-color:#ddd6fe}.after\:border-violet-300:after{content:attr(content);border-color:#c4b5fd}.after\:border-violet-400:after{content:attr(content);border-color:#a78bfa}.after\:border-violet-500:after{content:attr(content);border-color:#8b5cf6}.after\:border-violet-600:after{content:attr(content);border-color:#7c3aed}.after\:border-violet-700:after{content:attr(content);border-color:#6d28d9}.after\:border-violet-800:after{content:attr(content);border-color:#5b21b6}.after\:border-violet-900:after{content:attr(content);border-color:#4c1d95}.after\:border-violet-950:after{content:attr(content);border-color:#2e1065}.after\:border-purple-50:after{content:attr(content);border-color:#faf5ff}.after\:border-purple-100:after{content:attr(content);border-color:#f3e8ff}.after\:border-purple-200:after{content:attr(content);border-color:#e9d5ff}.after\:border-purple-300:after{content:attr(content);border-color:#d8b4fe}.after\:border-purple-400:after{content:attr(content);border-color:#c084fc}.after\:border-purple-500:after{content:attr(content);border-color:#a855f7}.after\:border-purple-600:after{content:attr(content);border-color:#9333ea}.after\:border-purple-700:after{content:attr(content);border-color:#7e22ce}.after\:border-purple-800:after{content:attr(content);border-color:#6b21a8}.after\:border-purple-900:after{content:attr(content);border-color:#581c87}.after\:border-purple-950:after{content:attr(content);border-color:#3b0764}.after\:border-fuchsia-50:after{content:attr(content);border-color:#fdf4ff}.after\:border-fuchsia-100:after{content:attr(content);border-color:#fae8ff}.after\:border-fuchsia-200:after{content:attr(content);border-color:#f5d0fe}.after\:border-fuchsia-300:after{content:attr(content);border-color:#f0abfc}.after\:border-fuchsia-400:after{content:attr(content);border-color:#e879f9}.after\:border-fuchsia-500:after{content:attr(content);border-color:#d946ef}.after\:border-fuchsia-600:after{content:attr(content);border-color:#c026d3}.after\:border-fuchsia-700:after{content:attr(content);border-color:#a21caf}.after\:border-fuchsia-800:after{content:attr(content);border-color:#86198f}.after\:border-fuchsia-900:after{content:attr(content);border-color:#701a75}.after\:border-fuchsia-950:after{content:attr(content);border-color:#4a044e}.after\:border-pink-50:after{content:attr(content);border-color:#fdf2f8}.after\:border-pink-100:after{content:attr(content);border-color:#fce7f3}.after\:border-pink-200:after{content:attr(content);border-color:#fbcfe8}.after\:border-pink-300:after{content:attr(content);border-color:#f9a8d4}.after\:border-pink-400:after{content:attr(content);border-color:#f472b6}.after\:border-pink-500:after{content:attr(content);border-color:#ec4899}.after\:border-pink-600:after{content:attr(content);border-color:#db2777}.after\:border-pink-700:after{content:attr(content);border-color:#be185d}.after\:border-pink-800:after{content:attr(content);border-color:#9d174d}.after\:border-pink-900:after{content:attr(content);border-color:#831843}.after\:border-pink-950:after{content:attr(content);border-color:#500724}.after\:border-rose-50:after{content:attr(content);border-color:#fff1f2}.after\:border-rose-100:after{content:attr(content);border-color:#ffe4e6}.after\:border-rose-200:after{content:attr(content);border-color:#fecdd3}.after\:border-rose-300:after{content:attr(content);border-color:#fda4af}.after\:border-rose-400:after{content:attr(content);border-color:#fb7185}.after\:border-rose-500:after{content:attr(content);border-color:#f43f5e}.after\:border-rose-600:after{content:attr(content);border-color:#e11d48}.after\:border-rose-700:after{content:attr(content);border-color:#be123c}.after\:border-rose-800:after{content:attr(content);border-color:#9f1239}.after\:border-rose-900:after{content:attr(content);border-color:#881337}.after\:border-rose-950:after{content:attr(content);border-color:#4c0519}.after\:border-primary:after{content:attr(content);border-color:#3874ff}.after\:border-primary-bold:after{content:attr(content);border-color:#002660}.after\:border-primary-hover:after{content:attr(content);border-color:#003585}.after\:border-primary-border:after{content:attr(content);border-color:#156ef3}.after\:border-primary-focus-lv1:after{content:attr(content);border-color:#6492ff}.after\:border-primary-focus-lv2:after{content:attr(content);border-color:#c7ddff}.after\:border-primary-bg-color:after{content:attr(content);border-color:#f8fbff}.after\:border-success:after{content:attr(content);border-color:#00bd7e}.after\:border-success-bold:after{content:attr(content);border-color:#006c58}.after\:border-success-hover:after{content:attr(content);border-color:#008d5e}.after\:border-success-border:after{content:attr(content);border-color:#17e5a1}.after\:border-success-focus-lv1:after{content:attr(content);border-color:#a9fbe0}.after\:border-success-bg-color:after{content:attr(content);border-color:#ebfff8}.after\:border-warning:after{content:attr(content);border-color:#ffb41f}.after\:border-warning-bold:after{content:attr(content);border-color:#b77d09}.after\:border-warning-hover:after{content:attr(content);border-color:#e39f17}.after\:border-warning-border:after{content:attr(content);border-color:#f7c86a}.after\:border-warning-focus-lv1:after{content:attr(content);border-color:#fbe0a9}.after\:border-warning-bg-color:after{content:attr(content);border-color:#fff8eb}.after\:border-danger:after{content:attr(content);border-color:#b20000}.after\:border-danger-bold:after{content:attr(content);border-color:#920122}.after\:border-danger-hover:after{content:attr(content);border-color:#c60833}.after\:border-danger-border:after{content:attr(content);border-color:#f35370}.after\:border-danger-focus-lv1:after{content:attr(content);border-color:#fdabb9}.after\:border-danger-bg-color:after{content:attr(content);border-color:#fff1f4}.after\:border-info:after{content:attr(content);border-color:#2668cb}.after\:border-info-bold:after{content:attr(content);border-color:#023480}.after\:border-info-hover:after{content:attr(content);border-color:#0f4eae}.after\:border-info-border:after{content:attr(content);border-color:#679ef2}.after\:border-info-focus-lv1:after{content:attr(content);border-color:#c1d9fd}.after\:border-info-bg-color:after{content:attr(content);border-color:#f2f7ff}.after\:border-neutral-100:after{content:attr(content);border-color:#1a1a1a}.after\:border-neutral-90:after{content:attr(content);border-color:#424242}.after\:border-neutral-80:after{content:attr(content);border-color:#616161}.after\:border-neutral-70:after{content:attr(content);border-color:#757575}.after\:border-neutral-60:after{content:attr(content);border-color:#9e9e9e}.after\:border-neutral-50:after{content:attr(content);border-color:#c2c2c2}.after\:border-neutral-40:after{content:attr(content);border-color:#e0e0e0}.after\:border-neutral-30:after{content:attr(content);border-color:#ededed}.after\:border-neutral-20:after{content:attr(content);border-color:#f5f5f5}.after\:border-base:after{content:attr(content);border-color:#f5f7fa}.after\:rounded{border-radius:.25rem}.after\:rounded-none:after{content:attr(content);border-radius:0}.after\:rounded-e-none:after{content:attr(content);border-start-end-radius:0px;border-end-end-radius:0px}.after\:rounded-s-none:after{content:attr(content);border-start-start-radius:0px;border-end-start-radius:0px}.after\:rounded-t-none:after{content:attr(content);border-top-left-radius:0;border-top-right-radius:0}.after\:rounded-r-none:after{content:attr(content);border-top-right-radius:0;border-bottom-right-radius:0}.after\:rounded-b-none:after{content:attr(content);border-bottom-right-radius:0;border-bottom-left-radius:0}.after\:rounded-l-none:after{content:attr(content);border-top-left-radius:0;border-bottom-left-radius:0}.after\:rounded-ss-none:after{content:attr(content);border-start-start-radius:0px}.after\:rounded-se-none:after{content:attr(content);border-start-end-radius:0px}.after\:rounded-ee-none:after{content:attr(content);border-end-end-radius:0px}.after\:rounded-es-none:after{content:attr(content);border-end-start-radius:0px}.after\:rounded-tl-none:after{content:attr(content);border-top-left-radius:0}.after\:rounded-tr-none:after{content:attr(content);border-top-right-radius:0}.after\:rounded-br-none:after{content:attr(content);border-bottom-right-radius:0}.after\:rounded-md:after{content:attr(content);border-radius:.375rem}.after\:rounded-e-md:after{content:attr(content);border-start-end-radius:.375rem;border-end-end-radius:.375rem}.after\:rounded-s-md:after{content:attr(content);border-start-start-radius:.375rem;border-end-start-radius:.375rem}.after\:rounded-t-md:after{content:attr(content);border-top-left-radius:.375rem;border-top-right-radius:.375rem}.after\:rounded-r-md:after{content:attr(content);border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.after\:rounded-b-md:after{content:attr(content);border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.after\:rounded-l-md:after{content:attr(content);border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.after\:rounded-ss-md:after{content:attr(content);border-start-start-radius:.375rem}.after\:rounded-se-md:after{content:attr(content);border-start-end-radius:.375rem}.after\:rounded-ee-md:after{content:attr(content);border-end-end-radius:.375rem}.after\:rounded-es-md:after{content:attr(content);border-end-start-radius:.375rem}.after\:rounded-tl-md:after{content:attr(content);border-top-left-radius:.375rem}.after\:rounded-tr-md:after{content:attr(content);border-top-right-radius:.375rem}.after\:rounded-br-md:after{content:attr(content);border-bottom-right-radius:.375rem}.after\:rounded-lg:after{content:attr(content);border-radius:.5rem}.after\:rounded-e-lg:after{content:attr(content);border-start-end-radius:.5rem;border-end-end-radius:.5rem}.after\:rounded-s-lg:after{content:attr(content);border-start-start-radius:.5rem;border-end-start-radius:.5rem}.after\:rounded-t-lg:after{content:attr(content);border-top-left-radius:.5rem;border-top-right-radius:.5rem}.after\:rounded-r-lg:after{content:attr(content);border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.after\:rounded-b-lg:after{content:attr(content);border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.after\:rounded-l-lg:after{content:attr(content);border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.after\:rounded-ss-lg:after{content:attr(content);border-start-start-radius:.5rem}.after\:rounded-se-lg:after{content:attr(content);border-start-end-radius:.5rem}.after\:rounded-ee-lg:after{content:attr(content);border-end-end-radius:.5rem}.after\:rounded-es-lg:after{content:attr(content);border-end-start-radius:.5rem}.after\:rounded-tl-lg:after{content:attr(content);border-top-left-radius:.5rem}.after\:rounded-tr-lg:after{content:attr(content);border-top-right-radius:.5rem}.after\:rounded-br-lg:after{content:attr(content);border-bottom-right-radius:.5rem}.after\:rounded-xl:after{content:attr(content);border-radius:.75rem}.after\:rounded-e-xl:after{content:attr(content);border-start-end-radius:.75rem;border-end-end-radius:.75rem}.after\:rounded-s-xl:after{content:attr(content);border-start-start-radius:.75rem;border-end-start-radius:.75rem}.after\:rounded-t-xl:after{content:attr(content);border-top-left-radius:.75rem;border-top-right-radius:.75rem}.after\:rounded-r-xl:after{content:attr(content);border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.after\:rounded-b-xl:after{content:attr(content);border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.after\:rounded-l-xl:after{content:attr(content);border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.after\:rounded-ss-xl:after{content:attr(content);border-start-start-radius:.75rem}.after\:rounded-se-xl:after{content:attr(content);border-start-end-radius:.75rem}.after\:rounded-ee-xl:after{content:attr(content);border-end-end-radius:.75rem}.after\:rounded-es-xl:after{content:attr(content);border-end-start-radius:.75rem}.after\:rounded-tl-xl:after{content:attr(content);border-top-left-radius:.75rem}.after\:rounded-tr-xl:after{content:attr(content);border-top-right-radius:.75rem}.after\:rounded-br-xl:after{content:attr(content);border-bottom-right-radius:.75rem}.after\:rounded-2xl:after{content:attr(content);border-radius:1rem}.after\:rounded-e-2xl:after{content:attr(content);border-start-end-radius:1rem;border-end-end-radius:1rem}.after\:rounded-s-2xl:after{content:attr(content);border-start-start-radius:1rem;border-end-start-radius:1rem}.after\:rounded-t-2xl:after{content:attr(content);border-top-left-radius:1rem;border-top-right-radius:1rem}.after\:rounded-r-2xl:after{content:attr(content);border-top-right-radius:1rem;border-bottom-right-radius:1rem}.after\:rounded-b-2xl:after{content:attr(content);border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.after\:rounded-l-2xl:after{content:attr(content);border-top-left-radius:1rem;border-bottom-left-radius:1rem}.after\:rounded-ss-2xl:after{content:attr(content);border-start-start-radius:1rem}.after\:rounded-se-2xl:after{content:attr(content);border-start-end-radius:1rem}.after\:rounded-ee-2xl:after{content:attr(content);border-end-end-radius:1rem}.after\:rounded-es-2xl:after{content:attr(content);border-end-start-radius:1rem}.after\:rounded-tl-2xl:after{content:attr(content);border-top-left-radius:1rem}.after\:rounded-tr-2xl:after{content:attr(content);border-top-right-radius:1rem}.after\:rounded-br-2xl:after{content:attr(content);border-bottom-right-radius:1rem}.after\:rounded-3xl:after{content:attr(content);border-radius:1.5rem}.after\:rounded-e-3xl:after{content:attr(content);border-start-end-radius:1.5rem;border-end-end-radius:1.5rem}.after\:rounded-s-3xl:after{content:attr(content);border-start-start-radius:1.5rem;border-end-start-radius:1.5rem}.after\:rounded-t-3xl:after{content:attr(content);border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.after\:rounded-r-3xl:after{content:attr(content);border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}.after\:rounded-b-3xl:after{content:attr(content);border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem}.after\:rounded-l-3xl:after{content:attr(content);border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}.after\:rounded-ss-3xl:after{content:attr(content);border-start-start-radius:1.5rem}.after\:rounded-se-3xl:after{content:attr(content);border-start-end-radius:1.5rem}.after\:rounded-ee-3xl:after{content:attr(content);border-end-end-radius:1.5rem}.after\:rounded-es-3xl:after{content:attr(content);border-end-start-radius:1.5rem}.after\:rounded-tl-3xl:after{content:attr(content);border-top-left-radius:1.5rem}.after\:rounded-tr-3xl:after{content:attr(content);border-top-right-radius:1.5rem}.after\:rounded-br-3xl:after{content:attr(content);border-bottom-right-radius:1.5rem}.after\:rounded-full:after{content:attr(content);border-radius:9999px}.after\:rounded-e-full:after{content:attr(content);border-start-end-radius:9999px;border-end-end-radius:9999px}.after\:rounded-s-full:after{content:attr(content);border-start-start-radius:9999px;border-end-start-radius:9999px}.after\:rounded-t-full:after{content:attr(content);border-top-left-radius:9999px;border-top-right-radius:9999px}.after\:rounded-r-full:after{content:attr(content);border-top-right-radius:9999px;border-bottom-right-radius:9999px}.after\:rounded-b-full:after{content:attr(content);border-bottom-right-radius:9999px;border-bottom-left-radius:9999px}.after\:rounded-l-full:after{content:attr(content);border-top-left-radius:9999px;border-bottom-left-radius:9999px}.after\:rounded-ss-full:after{content:attr(content);border-start-start-radius:9999px}.after\:rounded-se-full:after{content:attr(content);border-start-end-radius:9999px}.after\:rounded-ee-full:after{content:attr(content);border-end-end-radius:9999px}.after\:rounded-es-full:after{content:attr(content);border-end-start-radius:9999px}.after\:rounded-tl-full:after{content:attr(content);border-top-left-radius:9999px}.after\:rounded-tr-full:after{content:attr(content);border-top-right-radius:9999px}.after\:rounded-br-full:after{content:attr(content);border-bottom-right-radius:9999px}.after\:text-center:after{content:attr(content);text-align:center}.after\:text-left:after{content:attr(content);text-align:left}.after\:text-right:after{content:attr(content);text-align:right}.after\:text-justify:after{content:attr(content);text-align:justify}.after\:text-start:after{content:attr(content);text-align:start}.after\:text-end:after{content:attr(content);text-align:end}.after\:text-transparent:after{content:attr(content);color:transparent}.after\:text-black:after{content:attr(content);color:#000}.after\:text-white:after{content:attr(content);color:#fff}.after\:text-slate-50:after{content:attr(content);color:#f8fafc}.after\:text-slate-100:after{content:attr(content);color:#f1f5f9}.after\:text-slate-200:after{content:attr(content);color:#e2e8f0}.after\:text-slate-300:after{content:attr(content);color:#cbd5e1}.after\:text-slate-400:after{content:attr(content);color:#94a3b8}.after\:text-slate-500:after{content:attr(content);color:#64748b}.after\:text-slate-600:after{content:attr(content);color:#475569}.after\:text-slate-700:after{content:attr(content);color:#334155}.after\:text-slate-800:after{content:attr(content);color:#1e293b}.after\:text-slate-900:after{content:attr(content);color:#0f172a}.after\:text-slate-950:after{content:attr(content);color:#020617}.after\:text-gray-50:after{content:attr(content);color:#f9fafb}.after\:text-gray-100:after{content:attr(content);color:#f3f4f6}.after\:text-gray-200:after{content:attr(content);color:#e5e7eb}.after\:text-gray-300:after{content:attr(content);color:#d1d5db}.after\:text-gray-400:after{content:attr(content);color:#9ca3af}.after\:text-gray-500:after{content:attr(content);color:#6b7280}.after\:text-gray-600:after{content:attr(content);color:#4b5563}.after\:text-gray-700:after{content:attr(content);color:#374151}.after\:text-gray-800:after{content:attr(content);color:#1f2937}.after\:text-gray-900:after{content:attr(content);color:#111827}.after\:text-gray-950:after{content:attr(content);color:#030712}.after\:text-zinc-50:after{content:attr(content);color:#fafafa}.after\:text-zinc-100:after{content:attr(content);color:#f4f4f5}.after\:text-zinc-200:after{content:attr(content);color:#e4e4e7}.after\:text-zinc-300:after{content:attr(content);color:#d4d4d8}.after\:text-zinc-400:after{content:attr(content);color:#a1a1aa}.after\:text-zinc-500:after{content:attr(content);color:#71717a}.after\:text-zinc-600:after{content:attr(content);color:#52525b}.after\:text-zinc-700:after{content:attr(content);color:#3f3f46}.after\:text-zinc-800:after{content:attr(content);color:#27272a}.after\:text-zinc-900:after{content:attr(content);color:#18181b}.after\:text-zinc-950:after{content:attr(content);color:#09090b}.after\:text-neutral-50:after{content:attr(content);color:#fafafa}.after\:text-neutral-100:after{content:attr(content);color:#f5f5f5}.after\:text-neutral-200:after{content:attr(content);color:#e5e5e5}.after\:text-neutral-300:after{content:attr(content);color:#d4d4d4}.after\:text-neutral-400:after{content:attr(content);color:#a3a3a3}.after\:text-neutral-500:after{content:attr(content);color:#737373}.after\:text-neutral-600:after{content:attr(content);color:#525252}.after\:text-neutral-700:after{content:attr(content);color:#404040}.after\:text-neutral-800:after{content:attr(content);color:#262626}.after\:text-neutral-900:after{content:attr(content);color:#171717}.after\:text-neutral-950:after{content:attr(content);color:#0a0a0a}.after\:text-stone-50:after{content:attr(content);color:#fafaf9}.after\:text-stone-100:after{content:attr(content);color:#f5f5f4}.after\:text-stone-200:after{content:attr(content);color:#e7e5e4}.after\:text-stone-300:after{content:attr(content);color:#d6d3d1}.after\:text-stone-400:after{content:attr(content);color:#a8a29e}.after\:text-stone-500:after{content:attr(content);color:#78716c}.after\:text-stone-600:after{content:attr(content);color:#57534e}.after\:text-stone-700:after{content:attr(content);color:#44403c}.after\:text-stone-800:after{content:attr(content);color:#292524}.after\:text-stone-900:after{content:attr(content);color:#1c1917}.after\:text-stone-950:after{content:attr(content);color:#0c0a09}.after\:text-red-50:after{content:attr(content);color:#fef2f2}.after\:text-red-100:after{content:attr(content);color:#fee2e2}.after\:text-red-200:after{content:attr(content);color:#fecaca}.after\:text-red-300:after{content:attr(content);color:#fca5a5}.after\:text-red-400:after{content:attr(content);color:#f87171}.after\:text-red-500:after{content:attr(content);color:#ef4444}.after\:text-red-600:after{content:attr(content);color:#dc2626}.after\:text-red-700:after{content:attr(content);color:#b91c1c}.after\:text-red-800:after{content:attr(content);color:#991b1b}.after\:text-red-900:after{content:attr(content);color:#7f1d1d}.after\:text-red-950:after{content:attr(content);color:#450a0a}.after\:text-orange-50:after{content:attr(content);color:#fff7ed}.after\:text-orange-100:after{content:attr(content);color:#ffedd5}.after\:text-orange-200:after{content:attr(content);color:#fed7aa}.after\:text-orange-300:after{content:attr(content);color:#fdba74}.after\:text-orange-400:after{content:attr(content);color:#fb923c}.after\:text-orange-500:after{content:attr(content);color:#f97316}.after\:text-orange-600:after{content:attr(content);color:#ea580c}.after\:text-orange-700:after{content:attr(content);color:#c2410c}.after\:text-orange-800:after{content:attr(content);color:#9a3412}.after\:text-orange-900:after{content:attr(content);color:#7c2d12}.after\:text-orange-950:after{content:attr(content);color:#431407}.after\:text-amber-50:after{content:attr(content);color:#fffbeb}.after\:text-amber-100:after{content:attr(content);color:#fef3c7}.after\:text-amber-200:after{content:attr(content);color:#fde68a}.after\:text-amber-300:after{content:attr(content);color:#fcd34d}.after\:text-amber-400:after{content:attr(content);color:#fbbf24}.after\:text-amber-500:after{content:attr(content);color:#f59e0b}.after\:text-amber-600:after{content:attr(content);color:#d97706}.after\:text-amber-700:after{content:attr(content);color:#b45309}.after\:text-amber-800:after{content:attr(content);color:#92400e}.after\:text-amber-900:after{content:attr(content);color:#78350f}.after\:text-amber-950:after{content:attr(content);color:#451a03}.after\:text-yellow-50:after{content:attr(content);color:#fefce8}.after\:text-yellow-100:after{content:attr(content);color:#fef9c3}.after\:text-yellow-200:after{content:attr(content);color:#fef08a}.after\:text-yellow-300:after{content:attr(content);color:#fde047}.after\:text-yellow-400:after{content:attr(content);color:#facc15}.after\:text-yellow-500:after{content:attr(content);color:#eab308}.after\:text-yellow-600:after{content:attr(content);color:#ca8a04}.after\:text-yellow-700:after{content:attr(content);color:#a16207}.after\:text-yellow-800:after{content:attr(content);color:#854d0e}.after\:text-yellow-900:after{content:attr(content);color:#713f12}.after\:text-yellow-950:after{content:attr(content);color:#422006}.after\:text-lime-50:after{content:attr(content);color:#f7fee7}.after\:text-lime-100:after{content:attr(content);color:#ecfccb}.after\:text-lime-200:after{content:attr(content);color:#d9f99d}.after\:text-lime-300:after{content:attr(content);color:#bef264}.after\:text-lime-400:after{content:attr(content);color:#a3e635}.after\:text-lime-500:after{content:attr(content);color:#84cc16}.after\:text-lime-600:after{content:attr(content);color:#65a30d}.after\:text-lime-700:after{content:attr(content);color:#4d7c0f}.after\:text-lime-800:after{content:attr(content);color:#3f6212}.after\:text-lime-900:after{content:attr(content);color:#365314}.after\:text-lime-950:after{content:attr(content);color:#1a2e05}.after\:text-green-50:after{content:attr(content);color:#f0fdf4}.after\:text-green-100:after{content:attr(content);color:#dcfce7}.after\:text-green-200:after{content:attr(content);color:#bbf7d0}.after\:text-green-300:after{content:attr(content);color:#86efac}.after\:text-green-400:after{content:attr(content);color:#4ade80}.after\:text-green-500:after{content:attr(content);color:#22c55e}.after\:text-green-600:after{content:attr(content);color:#16a34a}.after\:text-green-700:after{content:attr(content);color:#15803d}.after\:text-green-800:after{content:attr(content);color:#166534}.after\:text-green-900:after{content:attr(content);color:#14532d}.after\:text-green-950:after{content:attr(content);color:#052e16}.after\:text-emerald-50:after{content:attr(content);color:#ecfdf5}.after\:text-emerald-100:after{content:attr(content);color:#d1fae5}.after\:text-emerald-200:after{content:attr(content);color:#a7f3d0}.after\:text-emerald-300:after{content:attr(content);color:#6ee7b7}.after\:text-emerald-400:after{content:attr(content);color:#34d399}.after\:text-emerald-500:after{content:attr(content);color:#10b981}.after\:text-emerald-600:after{content:attr(content);color:#059669}.after\:text-emerald-700:after{content:attr(content);color:#047857}.after\:text-emerald-800:after{content:attr(content);color:#065f46}.after\:text-emerald-900:after{content:attr(content);color:#064e3b}.after\:text-emerald-950:after{content:attr(content);color:#022c22}.after\:text-teal-50:after{content:attr(content);color:#f0fdfa}.after\:text-teal-100:after{content:attr(content);color:#ccfbf1}.after\:text-teal-200:after{content:attr(content);color:#99f6e4}.after\:text-teal-300:after{content:attr(content);color:#5eead4}.after\:text-teal-400:after{content:attr(content);color:#2dd4bf}.after\:text-teal-500:after{content:attr(content);color:#14b8a6}.after\:text-teal-600:after{content:attr(content);color:#0d9488}.after\:text-teal-700:after{content:attr(content);color:#0f766e}.after\:text-teal-800:after{content:attr(content);color:#115e59}.after\:text-teal-900:after{content:attr(content);color:#134e4a}.after\:text-teal-950:after{content:attr(content);color:#042f2e}.after\:text-cyan-50:after{content:attr(content);color:#ecfeff}.after\:text-cyan-100:after{content:attr(content);color:#cffafe}.after\:text-cyan-200:after{content:attr(content);color:#a5f3fc}.after\:text-cyan-300:after{content:attr(content);color:#67e8f9}.after\:text-cyan-400:after{content:attr(content);color:#22d3ee}.after\:text-cyan-500:after{content:attr(content);color:#06b6d4}.after\:text-cyan-600:after{content:attr(content);color:#0891b2}.after\:text-cyan-700:after{content:attr(content);color:#0e7490}.after\:text-cyan-800:after{content:attr(content);color:#155e75}.after\:text-cyan-900:after{content:attr(content);color:#164e63}.after\:text-cyan-950:after{content:attr(content);color:#083344}.after\:text-sky-50:after{content:attr(content);color:#f0f9ff}.after\:text-sky-100:after{content:attr(content);color:#e0f2fe}.after\:text-sky-200:after{content:attr(content);color:#bae6fd}.after\:text-sky-300:after{content:attr(content);color:#7dd3fc}.after\:text-sky-400:after{content:attr(content);color:#38bdf8}.after\:text-sky-500:after{content:attr(content);color:#0ea5e9}.after\:text-sky-600:after{content:attr(content);color:#0284c7}.after\:text-sky-700:after{content:attr(content);color:#0369a1}.after\:text-sky-800:after{content:attr(content);color:#075985}.after\:text-sky-900:after{content:attr(content);color:#0c4a6e}.after\:text-sky-950:after{content:attr(content);color:#082f49}.after\:text-blue-50:after{content:attr(content);color:#eff6ff}.after\:text-blue-100:after{content:attr(content);color:#dbeafe}.after\:text-blue-200:after{content:attr(content);color:#bfdbfe}.after\:text-blue-300:after{content:attr(content);color:#93c5fd}.after\:text-blue-400:after{content:attr(content);color:#60a5fa}.after\:text-blue-500:after{content:attr(content);color:#3b82f6}.after\:text-blue-600:after{content:attr(content);color:#2563eb}.after\:text-blue-700:after{content:attr(content);color:#1d4ed8}.after\:text-blue-800:after{content:attr(content);color:#1e40af}.after\:text-blue-900:after{content:attr(content);color:#1e3a8a}.after\:text-blue-950:after{content:attr(content);color:#172554}.after\:text-indigo-50:after{content:attr(content);color:#eef2ff}.after\:text-indigo-100:after{content:attr(content);color:#e0e7ff}.after\:text-indigo-200:after{content:attr(content);color:#c7d2fe}.after\:text-indigo-300:after{content:attr(content);color:#a5b4fc}.after\:text-indigo-400:after{content:attr(content);color:#818cf8}.after\:text-indigo-500:after{content:attr(content);color:#6366f1}.after\:text-indigo-600:after{content:attr(content);color:#4f46e5}.after\:text-indigo-700:after{content:attr(content);color:#4338ca}.after\:text-indigo-800:after{content:attr(content);color:#3730a3}.after\:text-indigo-900:after{content:attr(content);color:#312e81}.after\:text-indigo-950:after{content:attr(content);color:#1e1b4b}.after\:text-violet-50:after{content:attr(content);color:#f5f3ff}.after\:text-violet-100:after{content:attr(content);color:#ede9fe}.after\:text-violet-200:after{content:attr(content);color:#ddd6fe}.after\:text-violet-300:after{content:attr(content);color:#c4b5fd}.after\:text-violet-400:after{content:attr(content);color:#a78bfa}.after\:text-violet-500:after{content:attr(content);color:#8b5cf6}.after\:text-violet-600:after{content:attr(content);color:#7c3aed}.after\:text-violet-700:after{content:attr(content);color:#6d28d9}.after\:text-violet-800:after{content:attr(content);color:#5b21b6}.after\:text-violet-900:after{content:attr(content);color:#4c1d95}.after\:text-violet-950:after{content:attr(content);color:#2e1065}.after\:text-purple-50:after{content:attr(content);color:#faf5ff}.after\:text-purple-100:after{content:attr(content);color:#f3e8ff}.after\:text-purple-200:after{content:attr(content);color:#e9d5ff}.after\:text-purple-300:after{content:attr(content);color:#d8b4fe}.after\:text-purple-400:after{content:attr(content);color:#c084fc}.after\:text-purple-500:after{content:attr(content);color:#a855f7}.after\:text-purple-600:after{content:attr(content);color:#9333ea}.after\:text-purple-700:after{content:attr(content);color:#7e22ce}.after\:text-purple-800:after{content:attr(content);color:#6b21a8}.after\:text-purple-900:after{content:attr(content);color:#581c87}.after\:text-purple-950:after{content:attr(content);color:#3b0764}.after\:text-fuchsia-50:after{content:attr(content);color:#fdf4ff}.after\:text-fuchsia-100:after{content:attr(content);color:#fae8ff}.after\:text-fuchsia-200:after{content:attr(content);color:#f5d0fe}.after\:text-fuchsia-300:after{content:attr(content);color:#f0abfc}.after\:text-fuchsia-400:after{content:attr(content);color:#e879f9}.after\:text-fuchsia-500:after{content:attr(content);color:#d946ef}.after\:text-fuchsia-600:after{content:attr(content);color:#c026d3}.after\:text-fuchsia-700:after{content:attr(content);color:#a21caf}.after\:text-fuchsia-800:after{content:attr(content);color:#86198f}.after\:text-fuchsia-900:after{content:attr(content);color:#701a75}.after\:text-fuchsia-950:after{content:attr(content);color:#4a044e}.after\:text-pink-50:after{content:attr(content);color:#fdf2f8}.after\:text-pink-100:after{content:attr(content);color:#fce7f3}.after\:text-pink-200:after{content:attr(content);color:#fbcfe8}.after\:text-pink-300:after{content:attr(content);color:#f9a8d4}.after\:text-pink-400:after{content:attr(content);color:#f472b6}.after\:text-pink-500:after{content:attr(content);color:#ec4899}.after\:text-pink-600:after{content:attr(content);color:#db2777}.after\:text-pink-700:after{content:attr(content);color:#be185d}.after\:text-pink-800:after{content:attr(content);color:#9d174d}.after\:text-pink-900:after{content:attr(content);color:#831843}.after\:text-pink-950:after{content:attr(content);color:#500724}.after\:text-rose-50:after{content:attr(content);color:#fff1f2}.after\:text-rose-100:after{content:attr(content);color:#ffe4e6}.after\:text-rose-200:after{content:attr(content);color:#fecdd3}.after\:text-rose-300:after{content:attr(content);color:#fda4af}.after\:text-rose-400:after{content:attr(content);color:#fb7185}.after\:text-rose-500:after{content:attr(content);color:#f43f5e}.after\:text-rose-600:after{content:attr(content);color:#e11d48}.after\:text-rose-700:after{content:attr(content);color:#be123c}.after\:text-rose-800:after{content:attr(content);color:#9f1239}.after\:text-rose-900:after{content:attr(content);color:#881337}.after\:text-rose-950:after{content:attr(content);color:#4c0519}.after\:text-primary:after{content:attr(content);color:#3874ff}.after\:text-primary-bold:after{content:attr(content);color:#002660}.after\:text-primary-hover:after{content:attr(content);color:#003585}.after\:text-primary-border:after{content:attr(content);color:#156ef3}.after\:text-primary-focus-lv1:after{content:attr(content);color:#6492ff}.after\:text-primary-focus-lv2:after{content:attr(content);color:#c7ddff}.after\:text-primary-bg-color:after{content:attr(content);color:#f8fbff}.after\:text-success:after{content:attr(content);color:#00bd7e}.after\:text-success-bold:after{content:attr(content);color:#006c58}.after\:text-success-hover:after{content:attr(content);color:#008d5e}.after\:text-success-border:after{content:attr(content);color:#17e5a1}.after\:text-success-focus-lv1:after{content:attr(content);color:#a9fbe0}.after\:text-success-bg-color:after{content:attr(content);color:#ebfff8}.after\:text-warning:after{content:attr(content);color:#ffb41f}.after\:text-warning-bold:after{content:attr(content);color:#b77d09}.after\:text-warning-hover:after{content:attr(content);color:#e39f17}.after\:text-warning-border:after{content:attr(content);color:#f7c86a}.after\:text-warning-focus-lv1:after{content:attr(content);color:#fbe0a9}.after\:text-warning-bg-color:after{content:attr(content);color:#fff8eb}.after\:text-danger:after{content:attr(content);color:#b20000}.after\:text-danger-bold:after{content:attr(content);color:#920122}.after\:text-danger-hover:after{content:attr(content);color:#c60833}.after\:text-danger-border:after{content:attr(content);color:#f35370}.after\:text-danger-focus-lv1:after{content:attr(content);color:#fdabb9}.after\:text-danger-bg-color:after{content:attr(content);color:#fff1f4}.after\:text-info:after{content:attr(content);color:#2668cb}.after\:text-info-bold:after{content:attr(content);color:#023480}.after\:text-info-hover:after{content:attr(content);color:#0f4eae}.after\:text-info-border:after{content:attr(content);color:#679ef2}.after\:text-info-focus-lv1:after{content:attr(content);color:#c1d9fd}.after\:text-info-bg-color:after{content:attr(content);color:#f2f7ff}.after\:text-neutral-100:after{content:attr(content);color:#1a1a1a}.after\:text-neutral-90:after{content:attr(content);color:#424242}.after\:text-neutral-80:after{content:attr(content);color:#616161}.after\:text-neutral-70:after{content:attr(content);color:#757575}.after\:text-neutral-60:after{content:attr(content);color:#9e9e9e}.after\:text-neutral-50:after{content:attr(content);color:#c2c2c2}.after\:text-neutral-40:after{content:attr(content);color:#e0e0e0}.after\:text-neutral-30:after{content:attr(content);color:#ededed}.after\:text-neutral-20:after{content:attr(content);color:#f5f5f5}.after\:text-base:after{content:attr(content);color:#f5f7fa}.after\:text-extraLight:after{content:attr(content);font-family:Mulish-ExtraLight,sans-serif}.after\:text-light:after{content:attr(content);font-family:Mulish-Light,sans-serif}.after\:text-regular:after{content:attr(content);font-family:Mulish-Regular,sans-serif}.after\:text-medium:after{content:attr(content);font-family:Mulish-Medium,sans-serif}.after\:text-semiBold:after{content:attr(content);font-family:Mulish-SemiBold,sans-serif}.after\:text-bold:after{content:attr(content);font-family:Mulish-SemiBold,sans-serif}.after\:text-extraBold:after{content:attr(content);font-family:Mulish-ExtraBold,sans-serif}.after\:text-black:after{content:attr(content);font-family:Mulish-Black,sans-serif}.after\:text-blackItalic:after{content:attr(content);font-family:Mulish-BlackItalic,sans-serif}.after\:text-boldItalic:after{content:attr(content);font-family:Mulish-BoldItalic,sans-serif}.after\:text-extraBoldItalic:after{content:attr(content);font-family:Mulish-ExtraBoldItalic,sans-serif}.after\:text-extraLightItalic:after{content:attr(content);font-family:Mulish-ExtraLightItalic,sans-serif}.after\:text-italic:after{content:attr(content);font-family:Mulish-Italic,sans-serif}.after\:text-lightItalic:after{content:attr(content);font-family:Mulish-LightItalic,sans-serif}.after\:text-mediumItalic:after{content:attr(content);font-family:Mulish-MediumItalic,sans-serif}.after\:text-semiBoldItalic:after{content:attr(content);font-family:Mulish-SemiBoldItalic,sans-serif}.after\:top-0:after{content:attr(content);top:0px}.after\:top-px:after{content:attr(content);top:1px}.after\:top-1:after{content:attr(content);top:.25rem}.after\:top-2:after{content:attr(content);top:.5rem}.after\:top-3:after{content:attr(content);top:.75rem}.after\:top-4:after{content:attr(content);top:1rem}.after\:top-5:after{content:attr(content);top:1.25rem}.after\:top-6:after{content:attr(content);top:1.5rem}.after\:top-7:after{content:attr(content);top:1.75rem}.after\:top-8:after{content:attr(content);top:2rem}.after\:top-9:after{content:attr(content);top:2.25rem}.after\:top-10:after{content:attr(content);top:2.5rem}.after\:top-11:after{content:attr(content);top:2.75rem}.after\:top-12:after{content:attr(content);top:3rem}.after\:top-14:after{content:attr(content);top:3.5rem}.after\:top-16:after{content:attr(content);top:4rem}.after\:top-20:after{content:attr(content);top:5rem}.after\:top-24:after{content:attr(content);top:6rem}.after\:top-28:after{content:attr(content);top:7rem}.after\:top-32:after{content:attr(content);top:8rem}.after\:top-36:after{content:attr(content);top:9rem}.after\:top-40:after{content:attr(content);top:10rem}.after\:top-44:after{content:attr(content);top:11rem}.after\:top-48:after{content:attr(content);top:12rem}.after\:top-52:after{content:attr(content);top:13rem}.after\:top-56:after{content:attr(content);top:14rem}.after\:top-60:after{content:attr(content);top:15rem}.after\:top-64:after{content:attr(content);top:16rem}.after\:top-72:after{content:attr(content);top:18rem}.after\:top-80:after{content:attr(content);top:20rem}.after\:top-96:after{content:attr(content);top:24rem}.after\:top-auto:after{content:attr(content);top:auto}.after\:top-full:after{content:attr(content);top:100%}.after\:top-screen:after{content:attr(content);top:100vh}.after\:top-min:after{content:attr(content);top:min-content}.after\:top-max:after{content:attr(content);top:max-content}.after\:top-fit:after{content:attr(content);top:fit-content}.after\:top-1\/2{top:50%}.after\:top-1\/3{top:33.333333%}.after\:top-1\/4{top:25%}.after\:top-1\/5{top:20%}.after\:top-1\/6{top:16.666667%}.after\:top-1\/12{top:8.333333%}.after\:bottom-0:after{content:attr(content);bottom:0px}.after\:bottom-px:after{content:attr(content);bottom:1px}.after\:bottom-1:after{content:attr(content);bottom:.25rem}.after\:bottom-2:after{content:attr(content);bottom:.5rem}.after\:bottom-3:after{content:attr(content);bottom:.75rem}.after\:bottom-4:after{content:attr(content);bottom:1rem}.after\:bottom-5:after{content:attr(content);bottom:1.25rem}.after\:bottom-6:after{content:attr(content);bottom:1.5rem}.after\:bottom-7:after{content:attr(content);bottom:1.75rem}.after\:bottom-8:after{content:attr(content);bottom:2rem}.after\:bottom-9:after{content:attr(content);bottom:2.25rem}.after\:bottom-10:after{content:attr(content);bottom:2.5rem}.after\:bottom-11:after{content:attr(content);bottom:2.75rem}.after\:bottom-12:after{content:attr(content);bottom:3rem}.after\:bottom-14:after{content:attr(content);bottom:3.5rem}.after\:bottom-16:after{content:attr(content);bottom:4rem}.after\:bottom-20:after{content:attr(content);bottom:5rem}.after\:bottom-24:after{content:attr(content);bottom:6rem}.after\:bottom-28:after{content:attr(content);bottom:7rem}.after\:bottom-32:after{content:attr(content);bottom:8rem}.after\:bottom-36:after{content:attr(content);bottom:9rem}.after\:bottom-40:after{content:attr(content);bottom:10rem}.after\:bottom-44:after{content:attr(content);bottom:11rem}.after\:bottom-48:after{content:attr(content);bottom:12rem}.after\:bottom-52:after{content:attr(content);bottom:13rem}.after\:bottom-56:after{content:attr(content);bottom:14rem}.after\:bottom-60:after{content:attr(content);bottom:15rem}.after\:bottom-64:after{content:attr(content);bottom:16rem}.after\:bottom-72:after{content:attr(content);bottom:18rem}.after\:bottom-80:after{content:attr(content);bottom:20rem}.after\:bottom-96:after{content:attr(content);bottom:24rem}.after\:bottom-auto:after{content:attr(content);bottom:auto}.after\:bottom-full:after{content:attr(content);bottom:100%}.after\:bottom-screen:after{content:attr(content);bottom:100vh}.after\:bottom-min:after{content:attr(content);bottom:min-content}.after\:bottom-max:after{content:attr(content);bottom:max-content}.after\:bottom-fit:after{content:attr(content);bottom:fit-content}.after\:bottom-1\/2{bottom:50%}.after\:bottom-1\/3{bottom:33.333333%}.after\:bottom-1\/4{bottom:25%}.after\:bottom-1\/5{bottom:20%}.after\:bottom-1\/6{bottom:16.666667%}.after\:bottom-1\/12{bottom:8.333333%}.after\:right-0:after{content:attr(content);right:0px}.after\:right-px:after{content:attr(content);right:1px}.after\:right-1:after{content:attr(content);right:.25rem}.after\:right-2:after{content:attr(content);right:.5rem}.after\:right-3:after{content:attr(content);right:.75rem}.after\:right-4:after{content:attr(content);right:1rem}.after\:right-5:after{content:attr(content);right:1.25rem}.after\:right-6:after{content:attr(content);right:1.5rem}.after\:right-7:after{content:attr(content);right:1.75rem}.after\:right-8:after{content:attr(content);right:2rem}.after\:right-9:after{content:attr(content);right:2.25rem}.after\:right-10:after{content:attr(content);right:2.5rem}.after\:right-11:after{content:attr(content);right:2.75rem}.after\:right-12:after{content:attr(content);right:3rem}.after\:right-14:after{content:attr(content);right:3.5rem}.after\:right-16:after{content:attr(content);right:4rem}.after\:right-20:after{content:attr(content);right:5rem}.after\:right-24:after{content:attr(content);right:6rem}.after\:right-28:after{content:attr(content);right:7rem}.after\:right-32:after{content:attr(content);right:8rem}.after\:right-36:after{content:attr(content);right:9rem}.after\:right-40:after{content:attr(content);right:10rem}.after\:right-44:after{content:attr(content);right:11rem}.after\:right-48:after{content:attr(content);right:12rem}.after\:right-52:after{content:attr(content);right:13rem}.after\:right-56:after{content:attr(content);right:14rem}.after\:right-60:after{content:attr(content);right:15rem}.after\:right-64:after{content:attr(content);right:16rem}.after\:right-72:after{content:attr(content);right:18rem}.after\:right-80:after{content:attr(content);right:20rem}.after\:right-96:after{content:attr(content);right:24rem}.after\:right-auto:after{content:attr(content);right:auto}.after\:right-full:after{content:attr(content);right:100%}.after\:right-screen:after{content:attr(content);right:100vh}.after\:right-min:after{content:attr(content);right:min-content}.after\:right-max:after{content:attr(content);right:max-content}.after\:right-fit:after{content:attr(content);right:fit-content}.after\:right-1\/2{right:50%}.after\:right-1\/3{right:33.333333%}.after\:right-1\/4{right:25%}.after\:right-1\/5{right:20%}.after\:right-1\/6{right:16.666667%}.after\:right-1\/12{right:8.333333%}.after\:left-0:after{content:attr(content);left:0px}.after\:left-px:after{content:attr(content);left:1px}.after\:left-1:after{content:attr(content);left:.25rem}.after\:left-2:after{content:attr(content);left:.5rem}.after\:left-3:after{content:attr(content);left:.75rem}.after\:left-4:after{content:attr(content);left:1rem}.after\:left-5:after{content:attr(content);left:1.25rem}.after\:left-6:after{content:attr(content);left:1.5rem}.after\:left-7:after{content:attr(content);left:1.75rem}.after\:left-8:after{content:attr(content);left:2rem}.after\:left-9:after{content:attr(content);left:2.25rem}.after\:left-10:after{content:attr(content);left:2.5rem}.after\:left-11:after{content:attr(content);left:2.75rem}.after\:left-12:after{content:attr(content);left:3rem}.after\:left-14:after{content:attr(content);left:3.5rem}.after\:left-16:after{content:attr(content);left:4rem}.after\:left-20:after{content:attr(content);left:5rem}.after\:left-24:after{content:attr(content);left:6rem}.after\:left-28:after{content:attr(content);left:7rem}.after\:left-32:after{content:attr(content);left:8rem}.after\:left-36:after{content:attr(content);left:9rem}.after\:left-40:after{content:attr(content);left:10rem}.after\:left-44:after{content:attr(content);left:11rem}.after\:left-48:after{content:attr(content);left:12rem}.after\:left-52:after{content:attr(content);left:13rem}.after\:left-56:after{content:attr(content);left:14rem}.after\:left-60:after{content:attr(content);left:15rem}.after\:left-64:after{content:attr(content);left:16rem}.after\:left-72:after{content:attr(content);left:18rem}.after\:left-80:after{content:attr(content);left:20rem}.after\:left-96:after{content:attr(content);left:24rem}.after\:left-auto:after{content:attr(content);left:auto}.after\:left-full:after{content:attr(content);left:100%}.after\:left-screen:after{content:attr(content);left:100vh}.after\:left-min:after{content:attr(content);left:min-content}.after\:left-max:after{content:attr(content);left:max-content}.after\:left-fit:after{content:attr(content);left:fit-content}.after\:left-1\/2{left:50%}.after\:left-1\/3{left:33.333333%}.after\:left-1\/4{left:25%}.after\:left-1\/5{left:20%}.after\:left-1\/6{left:16.666667%}.after\:left-1\/12{left:8.333333%}.after\:z-0:after{content:attr(content);z-index:0}.after\:z-10:after{content:attr(content);z-index:10}.after\:z-20:after{content:attr(content);z-index:20}.after\:z-30:after{content:attr(content);z-index:30}.after\:z-40:after{content:attr(content);z-index:40}.after\:z-50:after{content:attr(content);z-index:50}.after\:z-auto:after{content:attr(content);z-index:auto}.after\:m-auto{margin:auto}.after\:ml-auto{margin-left:auto}.after\:mr-auto{margin-right:auto}.after\:mx-auto{margin:0 auto}.after\:my-auto{margin:auto 0}.after\:mb-auto{margin-bottom:auto}.after\:mt-auto{margin-top:auto}.after\:m-0{margin:0}.after\:ml-0{margin-left:0}.after\:mr-0{margin-right:0}.after\:mx-0,.after\:my-0{margin:0}.after\:mb-0{margin-bottom:0}.after\:mt-0{margin-top:0}.after\:m-1{margin:.25rem}.after\:ml-1{margin-left:.25rem}.after\:mr-1{margin-right:.25rem}.after\:mx-1{margin:0px .25rem}.after\:my-1{margin:.25rem 0px}.after\:mb-1{margin-bottom:.25rem}.after\:mt-1{margin-top:.25rem}.after\:m-2{margin:.5rem}.after\:ml-2{margin-left:.5rem}.after\:mr-2{margin-right:.5rem}.after\:mx-2{margin:0px .5rem}.after\:my-2{margin:.5rem 0px}.after\:mb-2{margin-bottom:.5rem}.after\:mt-2{margin-top:.5rem}.after\:m-3{margin:.75rem}.after\:ml-3{margin-left:.75rem}.after\:mr-3{margin-right:.75rem}.after\:mx-3{margin:0px .75rem}.after\:my-3{margin:.75rem 0px}.after\:mb-3{margin-bottom:.75rem}.after\:mt-3{margin-top:.75rem}.after\:m-4{margin:1rem}.after\:ml-4{margin-left:1rem}.after\:mr-4{margin-right:1rem}.after\:mx-4{margin:0px 1rem}.after\:my-4{margin:1rem 0px}.after\:mb-4{margin-bottom:1rem}.after\:mt-4{margin-top:1rem}.after\:m-5{margin:1.25rem}.after\:ml-5{margin-left:1.25rem}.after\:mr-5{margin-right:1.25rem}.after\:mx-5{margin:0px 1.25rem}.after\:my-5{margin:1.25rem 0px}.after\:mb-5{margin-bottom:1.25rem}.after\:mt-5{margin-top:1.25rem}.after\:m-6{margin:1.5rem}.after\:ml-6{margin-left:1.5rem}.after\:mr-6{margin-right:1.5rem}.after\:mx-6{margin:0px 1.5rem}.after\:my-6{margin:1.5rem 0px}.after\:mb-6{margin-bottom:1.5rem}.after\:mt-6{margin-top:1.5rem}.after\:m-7{margin:1.75rem}.after\:ml-7{margin-left:1.75rem}.after\:mr-7{margin-right:1.75rem}.after\:mx-7{margin:0px 1.75rem}.after\:my-7{margin:1.75rem 0px}.after\:mb-7{margin-bottom:1.75rem}.after\:mt-7{margin-top:1.75rem}.after\:m-8{margin:2rem}.after\:ml-8{margin-left:2rem}.after\:mr-8{margin-right:2rem}.after\:mx-8{margin:0px 2rem}.after\:my-8{margin:2rem 0px}.after\:mb-8{margin-bottom:2rem}.after\:mt-8{margin-top:2rem}.after\:m-9{margin:2.25rem}.after\:ml-9{margin-left:2.25rem}.after\:mr-9{margin-right:2.25rem}.after\:mx-9{margin:0px 2.25rem}.after\:my-9{margin:2.25rem 0px}.after\:mb-9{margin-bottom:2.25rem}.after\:mt-9{margin-top:2.25rem}.after\:m-10{margin:2.5rem}.after\:ml-10{margin-left:2.5rem}.after\:mr-10{margin-right:2.5rem}.after\:mx-10{margin:0px 2.5rem}.after\:my-10{margin:2.5rem 0px}.after\:mb-10{margin-bottom:2.5rem}.after\:mt-10{margin-top:2.5rem}.after\:m-11{margin:2.75rem}.after\:ml-11{margin-left:2.75rem}.after\:mr-11{margin-right:2.75rem}.after\:mx-11{margin:0px 2.75rem}.after\:my-11{margin:2.75rem 0px}.after\:mb-11{margin-bottom:2.75rem}.after\:mt-11{margin-top:2.75rem}.after\:m-12{margin:3rem}.after\:ml-12{margin-left:3rem}.after\:mr-12{margin-right:3rem}.after\:mx-12{margin:0px 3rem}.after\:my-12{margin:3rem 0px}.after\:mb-12{margin-bottom:3rem}.after\:mt-12{margin-top:3rem}.after\:m-14{margin:3.5rem}.after\:ml-14{margin-left:3.5rem}.after\:mr-14{margin-right:3.5rem}.after\:mx-14{margin:0px 3.5rem}.after\:my-14{margin:3.5rem 0px}.after\:mb-14{margin-bottom:3.5rem}.after\:mt-14{margin-top:3.5rem}.after\:m-16{margin:4rem}.after\:ml-16{margin-left:4rem}.after\:mr-16{margin-right:4rem}.after\:mx-16{margin:0px 4rem}.after\:my-16{margin:4rem 0px}.after\:mb-16{margin-bottom:4rem}.after\:mt-16{margin-top:4rem}.after\:m-20{margin:5rem}.after\:ml-20{margin-left:5rem}.after\:mr-20{margin-right:5rem}.after\:mx-20{margin:0px 5rem}.after\:my-20{margin:5rem 0px}.after\:mb-20{margin-bottom:5rem}.after\:mt-20{margin-top:5rem}.after\:m-24{margin:6rem}.after\:ml-24{margin-left:6rem}.after\:mr-24{margin-right:6rem}.after\:mx-24{margin:0px 6rem}.after\:my-24{margin:6rem 0px}.after\:mb-24{margin-bottom:6rem}.after\:mt-24{margin-top:6rem}.after\:m-28{margin:7rem}.after\:ml-28{margin-left:7rem}.after\:mr-28{margin-right:7rem}.after\:mx-28{margin:0px 7rem}.after\:my-28{margin:7rem 0px}.after\:mb-28{margin-bottom:7rem}.after\:mt-28{margin-top:7rem}.after\:m-32{margin:8rem}.after\:ml-32{margin-left:8rem}.after\:mr-32{margin-right:8rem}.after\:mx-32{margin:0px 8rem}.after\:my-32{margin:8rem 0px}.after\:mb-32{margin-bottom:8rem}.after\:mt-32{margin-top:8rem}.after\:m-36{margin:9rem}.after\:ml-36{margin-left:9rem}.after\:mr-36{margin-right:9rem}.after\:mx-36{margin:0px 9rem}.after\:my-36{margin:9rem 0px}.after\:mb-36{margin-bottom:9rem}.after\:mt-36{margin-top:9rem}.after\:m-40{margin:10rem}.after\:ml-40{margin-left:10rem}.after\:mr-40{margin-right:10rem}.after\:mx-40{margin:0px 10rem}.after\:my-40{margin:10rem 0px}.after\:mb-40{margin-bottom:10rem}.after\:mt-40{margin-top:10rem}.after\:m-44{margin:11rem}.after\:ml-44{margin-left:11rem}.after\:mr-44{margin-right:11rem}.after\:mx-44{margin:0px 11rem}.after\:my-44{margin:11rem 0px}.after\:mb-44{margin-bottom:11rem}.after\:mt-44{margin-top:11rem}.after\:m-48{margin:12rem}.after\:ml-48{margin-left:12rem}.after\:mr-48{margin-right:12rem}.after\:mx-48{margin:0px 12rem}.after\:my-48{margin:12rem 0px}.after\:mb-48{margin-bottom:12rem}.after\:mt-48{margin-top:12rem}.after\:m-52{margin:13rem}.after\:ml-52{margin-left:13rem}.after\:mr-52{margin-right:13rem}.after\:mx-52{margin:0px 13rem}.after\:my-52{margin:13rem 0px}.after\:mb-52{margin-bottom:13rem}.after\:mt-52{margin-top:13rem}.after\:m-56{margin:14rem}.after\:ml-56{margin-left:14rem}.after\:mr-56{margin-right:14rem}.after\:mx-56{margin:0px 14rem}.after\:my-56{margin:14rem 0px}.after\:mb-56{margin-bottom:14rem}.after\:mt-56{margin-top:14rem}.after\:m-60{margin:15rem}.after\:ml-60{margin-left:15rem}.after\:mr-60{margin-right:15rem}.after\:mx-60{margin:0px 15rem}.after\:my-60{margin:15rem 0px}.after\:mb-60{margin-bottom:15rem}.after\:mt-60{margin-top:15rem}.after\:m-64{margin:16rem}.after\:ml-64{margin-left:16rem}.after\:mr-64{margin-right:16rem}.after\:mx-64{margin:0px 16rem}.after\:my-64{margin:16rem 0px}.after\:mb-64{margin-bottom:16rem}.after\:mt-64{margin-top:16rem}.after\:m-72{margin:18rem}.after\:ml-72{margin-left:18rem}.after\:mr-72{margin-right:18rem}.after\:mx-72{margin:0px 18rem}.after\:my-72{margin:18rem 0px}.after\:mb-72{margin-bottom:18rem}.after\:mt-72{margin-top:18rem}.after\:m-80{margin:20rem}.after\:ml-80{margin-left:20rem}.after\:mr-80{margin-right:20rem}.after\:mx-80{margin:0px 20rem}.after\:my-80{margin:20rem 0px}.after\:mb-80{margin-bottom:20rem}.after\:mt-80{margin-top:20rem}.after\:m-96{margin:24rem}.after\:ml-96{margin-left:24rem}.after\:mr-96{margin-right:24rem}.after\:mx-96{margin:0px 24rem}.after\:my-96{margin:24rem 0px}.after\:mb-96{margin-bottom:24rem}.after\:mt-96{margin-top:24rem}.after\:gap-0:after{content:attr(content);gap:0px}.after\:gap-1:after{content:attr(content);gap:.25rem}.after\:gap-2:after{content:attr(content);gap:.5rem}.after\:gap-3:after{content:attr(content);gap:.75rem}.after\:gap-4:after{content:attr(content);gap:1rem}.after\:gap-5:after{content:attr(content);gap:1.25rem}.after\:gap-6:after{content:attr(content);gap:1.5rem}.after\:gap-7:after{content:attr(content);gap:1.75rem}.after\:gap-8:after{content:attr(content);gap:2rem}.after\:gap-9:after{content:attr(content);gap:2.25rem}.after\:gap-10:after{content:attr(content);gap:2.5rem}.after\:gap-11:after{content:attr(content);gap:2.75rem}.after\:gap-12:after{content:attr(content);gap:3rem}.after\:gap-14:after{content:attr(content);gap:3.5rem}.after\:gap-16:after{content:attr(content);gap:4rem}.after\:gap-20:after{content:attr(content);gap:5rem}.after\:gap-24:after{content:attr(content);gap:6rem}.after\:gap-28:after{content:attr(content);gap:7rem}.after\:gap-32:after{content:attr(content);gap:8rem}.after\:gap-36:after{content:attr(content);gap:9rem}.after\:gap-40:after{content:attr(content);gap:10rem}.after\:gap-44:after{content:attr(content);gap:11rem}.after\:gap-48:after{content:attr(content);gap:12rem}.after\:gap-52:after{content:attr(content);gap:13rem}.after\:gap-56:after{content:attr(content);gap:14rem}.after\:gap-60:after{content:attr(content);gap:15rem}.after\:gap-64:after{content:attr(content);gap:16rem}.after\:gap-72:after{content:attr(content);gap:18rem}.after\:gap-80:after{content:attr(content);gap:20rem}.after\:gap-96:after{content:attr(content);gap:24rem}.after\:justify-center:after{content:attr(content);justify-content:center}.after\:justify-end:after{content:attr(content);justify-content:end}.after\:justify-start:after{content:attr(content);justify-content:start}.after\:justify-between:after{content:attr(content);justify-content:space-between}.after\:justify-baseline:after{content:attr(content);justify-content:baseline}.after\:justify-around:after{content:attr(content);justify-content:space-around}.after\:justify-evenly:after{content:attr(content);justify-content:space-evenly}.after\:items-center:after{content:attr(content);align-items:center}.after\:items-baseline:after{content:attr(content);align-items:baseline}.after\:items-end:after{content:attr(content);align-items:flex-end}.after\:items-start:after{content:attr(content);align-items:flex-start}.after\:grid-cols-1:after{content:attr(content);grid-template-columns:repeat(1,minmax(0,1fr))}.after\:grid-cols-2:after{content:attr(content);grid-template-columns:repeat(2,minmax(0,1fr))}.after\:grid-cols-3:after{content:attr(content);grid-template-columns:repeat(3,minmax(0,1fr))}.after\:grid-cols-4:after{content:attr(content);grid-template-columns:repeat(4,minmax(0,1fr))}.after\:grid-cols-5:after{content:attr(content);grid-template-columns:repeat(5,minmax(0,1fr))}.after\:grid-cols-6:after{content:attr(content);grid-template-columns:repeat(6,minmax(0,1fr))}.after\:grid-cols-7:after{content:attr(content);grid-template-columns:repeat(7,minmax(0,1fr))}.after\:grid-cols-8:after{content:attr(content);grid-template-columns:repeat(8,minmax(0,1fr))}.after\:grid-cols-9:after{content:attr(content);grid-template-columns:repeat(9,minmax(0,1fr))}.after\:grid-cols-10:after{content:attr(content);grid-template-columns:repeat(10,minmax(0,1fr))}.after\:grid-cols-11:after{content:attr(content);grid-template-columns:repeat(11,minmax(0,1fr))}.after\:grid-cols-12:after{content:attr(content);grid-template-columns:repeat(12,minmax(0,1fr))}.after\:grid-cols-none:after{content:attr(content);grid-template-columns:none}.after\:object-contain:after{content:attr(content);object-fit:contain}.after\:object-cover:after{content:attr(content);object-fit:cover}.after\:object-fill:after{content:attr(content);object-fit:fill}.after\:object-none:after{content:attr(content);object-fit:none}.after\:object-scale-down:after{content:attr(content);object-fit:scale-down}.after\:backdrop-blur-none:after{content:attr(content);backdrop-filter:blur(0)}.after\:backdrop-blur-sm:after{content:attr(content);backdrop-filter:blur(4px)}.after\:backdrop-blur:after{content:attr(content);backdrop-filter:blur(8px)}.after\:backdrop-blur-md:after{content:attr(content);backdrop-filter:blur(12px)}.after\:backdrop-blur-lg:after{content:attr(content);backdrop-filter:blur(16px)}.after\:backdrop-blur-xl:after{content:attr(content);backdrop-filter:blur(24px)}.after\:backdrop-blur-2xl:after{content:attr(content);backdrop-filter:blur(40px)}.after\:backdrop-blur-3xl:after{content:attr(content);backdrop-filter:blur(64px)}.after\:col-auto:after{content:attr(content);grid-column:auto}.after\:col-span-1:after{content:attr(content);grid-column:span 1/span 1}.after\:col-span-2:after{content:attr(content);grid-column:span 2/span 2}.after\:col-span-3:after{content:attr(content);grid-column:span 3/span 3}.after\:col-span-4:after{content:attr(content);grid-column:span 4/span 4}.after\:col-span-5:after{content:attr(content);grid-column:span 5/span 5}.after\:col-span-6:after{content:attr(content);grid-column:span 6/span 6}.after\:col-span-7:after{content:attr(content);grid-column:span 7/span 7}.after\:col-span-8:after{content:attr(content);grid-column:span 8/span 8}.after\:col-span-9:after{content:attr(content);grid-column:span 9/span 9}.after\:col-span-10:after{content:attr(content);grid-column:span 10/span 10}.after\:col-span-11:after{content:attr(content);grid-column:span 11/span 11}.after\:col-span-12:after{content:attr(content);grid-column:span 12/span 12}.after\:col-start-1:after{content:attr(content);grid-column-start:1}.after\:col-start-2:after{content:attr(content);grid-column-start:2}.after\:col-start-3:after{content:attr(content);grid-column-start:3}.after\:col-start-4:after{content:attr(content);grid-column-start:4}.after\:col-start-5:after{content:attr(content);grid-column-start:5}.after\:col-start-6:after{content:attr(content);grid-column-start:6}.after\:col-start-7:after{content:attr(content);grid-column-start:7}.after\:col-start-8:after{content:attr(content);grid-column-start:8}.after\:col-start-9:after{content:attr(content);grid-column-start:9}.after\:col-start-10:after{content:attr(content);grid-column-start:10}.after\:col-start-11:after{content:attr(content);grid-column-start:11}.after\:col-start-12:after{content:attr(content);grid-column-start:12}.after\:col-start-13:after{content:attr(content);grid-column-start:13}.after\:col-start-auto:after{content:attr(content);grid-column-start:auto}.after\:col-end-1:after{content:attr(content);grid-column-end:1}.after\:col-end-2:after{content:attr(content);grid-column-end:2}.after\:col-end-3:after{content:attr(content);grid-column-end:3}.after\:col-end-4:after{content:attr(content);grid-column-end:4}.after\:col-end-5:after{content:attr(content);grid-column-end:5}.after\:col-end-6:after{content:attr(content);grid-column-end:6}.after\:col-end-7:after{content:attr(content);grid-column-end:7}.after\:col-end-8:after{content:attr(content);grid-column-end:8}.after\:col-end-9:after{content:attr(content);grid-column-end:9}.after\:col-end-10:after{content:attr(content);grid-column-end:10}.after\:col-end-11:after{content:attr(content);grid-column-end:11}.after\:col-end-12:after{content:attr(content);grid-column-end:12}.after\:col-end-13:after{content:attr(content);grid-column-end:13}.after\:col-end-auto:after{content:attr(content);grid-column-end:auto}.after\:indent-0:after{content:attr(content);text-indent:0px}.after\:indent-px:after{content:attr(content);text-indent:1px}.after\:indent-1:after{content:attr(content);text-indent:.25rem}.after\:indent-2:after{content:attr(content);text-indent:.5rem}.after\:indent-3:after{content:attr(content);text-indent:.75rem}.after\:indent-4:after{content:attr(content);text-indent:1rem}.after\:indent-5:after{content:attr(content);text-indent:1.25rem}.after\:indent-6:after{content:attr(content);text-indent:1.5rem}.after\:indent-7:after{content:attr(content);text-indent:1.75rem}.after\:indent-8:after{content:attr(content);text-indent:2rem}.after\:indent-9:after{content:attr(content);text-indent:2.25rem}.after\:indent-10:after{content:attr(content);text-indent:2.5rem}.after\:indent-11:after{content:attr(content);text-indent:2.75rem}.after\:indent-12:after{content:attr(content);text-indent:3rem}.after\:indent-14:after{content:attr(content);text-indent:3.5rem}.after\:indent-16:after{content:attr(content);text-indent:4rem}.after\:indent-20:after{content:attr(content);text-indent:5rem}.after\:indent-24:after{content:attr(content);text-indent:6rem}.after\:indent-28:after{content:attr(content);text-indent:7rem}.after\:indent-32:after{content:attr(content);text-indent:8rem}.after\:indent-36:after{content:attr(content);text-indent:9rem}.after\:indent-40:after{content:attr(content);text-indent:10rem}.after\:indent-44:after{content:attr(content);text-indent:11rem}.after\:indent-48:after{content:attr(content);text-indent:12rem}.after\:indent-52:after{content:attr(content);text-indent:13rem}.after\:indent-56:after{content:attr(content);text-indent:14rem}.after\:indent-60:after{content:attr(content);text-indent:15rem}.after\:indent-64:after{content:attr(content);text-indent:16rem}.after\:indent-72:after{content:attr(content);text-indent:18rem}.after\:indent-80:after{content:attr(content);text-indent:20rem}.after\:indent-96:after{content:attr(content);text-indent:24rem}.after\:indent-0\.5{text-transform:.125rem}.after\:indent-1\.5{text-transform:.375rem}.after\:indent-2\.5{text-transform:.625rem}.after\:indent-3\.5{text-transform:.875rem}.after\: .underline:after{content:attr(content);-webkit-text-decoration-line:underline;text-decoration-line:underline}.after\: .overline:after{content:attr(content);-webkit-text-decoration-line:overline;text-decoration-line:overline}.after\: .through:after{content:attr(content);-webkit-text-decoration-line:line-through;text-decoration-line:line-through}.after\: .none:after{content:attr(content);-webkit-text-decoration-line:none;text-decoration-line:none}.after\: .uppercase:after{content:attr(content);text-transform:uppercase}.after\: .lowercase:after{content:attr(content);text-transform:lowercase}.after\: .capitalize:after{content:attr(content);text-transform:capitalize}.after\: .normal-case:after{content:attr(content);text-transform:none}.after\:shadow-2-12:after{content:attr(content);box-shadow:0 2px 4px #0000001f}.after\:shadow-4-10:after{content:attr(content);box-shadow:0 4px 8px #0000001a}.after\:shadow-6-10:after{content:attr(content);box-shadow:0 6px 12px #0000001a}.after\:shadow-6-8:after{content:attr(content);box-shadow:0 8px 16px #00000014}.after\:shadow-primary:after{content:attr(content);box-shadow:0 0 0 1px #6492ff}.after\:shadow-danger:after{content:attr(content);box-shadow:0 0 0 1px #fdabb9}.after\:shadow-warning:after{content:attr(content);box-shadow:0 0 0 1px #fbe0a9}.after\:shadow-info:after{content:attr(content);box-shadow:0 0 0 1px #c1d9fd}.after\:shadow-success:after{content:attr(content);box-shadow:0 0 0 1px #c1d9fd}.after\:shadow-loading:after{content:attr(content);box-shadow:0 0 0 1px #757575}.after\:shadow-header:after{content:attr(content);box-shadow:0 2px 4px #0000001f}.after\:shadow-none:after{content:attr(content);box-shadow:none}.after\:button-extraSm:after{content:attr(content);padding:6px 16px}.after\:button-normal:after{content:attr(content);padding:16px 32px}.before\:bg-transparent:before{content:attr(content);background-color:transparent}.before\:bg-transparent\/0:before{content:attr(content);background-color:#0000}.before\:bg-transparent\/10:before{content:attr(content);background-color:#0000001a}.before\:bg-transparent\/20:before{content:attr(content);background-color:#0003}.before\:bg-transparent\/30:before{content:attr(content);background-color:#0000004d}.before\:bg-transparent\/40:before{content:attr(content);background-color:#0006}.before\:bg-transparent\/50:before{content:attr(content);background-color:#00000080}.before\:bg-transparent\/60:before{content:attr(content);background-color:#0009}.before\:bg-transparent\/70:before{content:attr(content);background-color:#000000b3}.before\:bg-transparent\/75:before{content:attr(content);background-color:#000000bf}.before\:bg-transparent\/80:before{content:attr(content);background-color:#000c}.before\:bg-transparent\/90:before{content:attr(content);background-color:#000000e6}.before\:bg-black:before{content:attr(content);background-color:#000}.before\:bg-black\/0:before{content:attr(content);background-color:#0000}.before\:bg-black\/10:before{content:attr(content);background-color:#0000001a}.before\:bg-black\/20:before{content:attr(content);background-color:#0003}.before\:bg-black\/30:before{content:attr(content);background-color:#0000004d}.before\:bg-black\/40:before{content:attr(content);background-color:#0006}.before\:bg-black\/50:before{content:attr(content);background-color:#00000080}.before\:bg-black\/60:before{content:attr(content);background-color:#0009}.before\:bg-black\/70:before{content:attr(content);background-color:#000000b3}.before\:bg-black\/75:before{content:attr(content);background-color:#000000bf}.before\:bg-black\/80:before{content:attr(content);background-color:#000c}.before\:bg-black\/90:before{content:attr(content);background-color:#000000e6}.before\:bg-white:before{content:attr(content);background-color:#fff}.before\:bg-white\/0:before{content:attr(content);background-color:#fff0}.before\:bg-white\/10:before{content:attr(content);background-color:#ffffff1a}.before\:bg-white\/20:before{content:attr(content);background-color:#fff3}.before\:bg-white\/30:before{content:attr(content);background-color:#ffffff4d}.before\:bg-white\/40:before{content:attr(content);background-color:#fff6}.before\:bg-white\/50:before{content:attr(content);background-color:#ffffff80}.before\:bg-white\/60:before{content:attr(content);background-color:#fff9}.before\:bg-white\/70:before{content:attr(content);background-color:#ffffffb3}.before\:bg-white\/75:before{content:attr(content);background-color:#ffffffbf}.before\:bg-white\/80:before{content:attr(content);background-color:#fffc}.before\:bg-white\/90:before{content:attr(content);background-color:#ffffffe6}.before\:bg-slate-50:before{content:attr(content);background-color:#f8fafc}.before\:bg-slate-50\/0:before{content:attr(content);background-color:#f8fafc00}.before\:bg-slate-50\/10:before{content:attr(content);background-color:#f8fafc1a}.before\:bg-slate-50\/20:before{content:attr(content);background-color:#f8fafc33}.before\:bg-slate-50\/30:before{content:attr(content);background-color:#f8fafc4d}.before\:bg-slate-50\/40:before{content:attr(content);background-color:#f8fafc66}.before\:bg-slate-50\/50:before{content:attr(content);background-color:#f8fafc80}.before\:bg-slate-50\/60:before{content:attr(content);background-color:#f8fafc99}.before\:bg-slate-50\/70:before{content:attr(content);background-color:#f8fafcb3}.before\:bg-slate-50\/75:before{content:attr(content);background-color:#f8fafcbf}.before\:bg-slate-50\/80:before{content:attr(content);background-color:#f8fafccc}.before\:bg-slate-50\/90:before{content:attr(content);background-color:#f8fafce6}.before\:bg-slate-100:before{content:attr(content);background-color:#f1f5f9}.before\:bg-slate-100\/0:before{content:attr(content);background-color:#f1f5f900}.before\:bg-slate-100\/10:before{content:attr(content);background-color:#f1f5f91a}.before\:bg-slate-100\/20:before{content:attr(content);background-color:#f1f5f933}.before\:bg-slate-100\/30:before{content:attr(content);background-color:#f1f5f94d}.before\:bg-slate-100\/40:before{content:attr(content);background-color:#f1f5f966}.before\:bg-slate-100\/50:before{content:attr(content);background-color:#f1f5f980}.before\:bg-slate-100\/60:before{content:attr(content);background-color:#f1f5f999}.before\:bg-slate-100\/70:before{content:attr(content);background-color:#f1f5f9b3}.before\:bg-slate-100\/75:before{content:attr(content);background-color:#f1f5f9bf}.before\:bg-slate-100\/80:before{content:attr(content);background-color:#f1f5f9cc}.before\:bg-slate-100\/90:before{content:attr(content);background-color:#f1f5f9e6}.before\:bg-slate-200:before{content:attr(content);background-color:#e2e8f0}.before\:bg-slate-200\/0:before{content:attr(content);background-color:#e2e8f000}.before\:bg-slate-200\/10:before{content:attr(content);background-color:#e2e8f01a}.before\:bg-slate-200\/20:before{content:attr(content);background-color:#e2e8f033}.before\:bg-slate-200\/30:before{content:attr(content);background-color:#e2e8f04d}.before\:bg-slate-200\/40:before{content:attr(content);background-color:#e2e8f066}.before\:bg-slate-200\/50:before{content:attr(content);background-color:#e2e8f080}.before\:bg-slate-200\/60:before{content:attr(content);background-color:#e2e8f099}.before\:bg-slate-200\/70:before{content:attr(content);background-color:#e2e8f0b3}.before\:bg-slate-200\/75:before{content:attr(content);background-color:#e2e8f0bf}.before\:bg-slate-200\/80:before{content:attr(content);background-color:#e2e8f0cc}.before\:bg-slate-200\/90:before{content:attr(content);background-color:#e2e8f0e6}.before\:bg-slate-300:before{content:attr(content);background-color:#cbd5e1}.before\:bg-slate-300\/0:before{content:attr(content);background-color:#cbd5e100}.before\:bg-slate-300\/10:before{content:attr(content);background-color:#cbd5e11a}.before\:bg-slate-300\/20:before{content:attr(content);background-color:#cbd5e133}.before\:bg-slate-300\/30:before{content:attr(content);background-color:#cbd5e14d}.before\:bg-slate-300\/40:before{content:attr(content);background-color:#cbd5e166}.before\:bg-slate-300\/50:before{content:attr(content);background-color:#cbd5e180}.before\:bg-slate-300\/60:before{content:attr(content);background-color:#cbd5e199}.before\:bg-slate-300\/70:before{content:attr(content);background-color:#cbd5e1b3}.before\:bg-slate-300\/75:before{content:attr(content);background-color:#cbd5e1bf}.before\:bg-slate-300\/80:before{content:attr(content);background-color:#cbd5e1cc}.before\:bg-slate-300\/90:before{content:attr(content);background-color:#cbd5e1e6}.before\:bg-slate-400:before{content:attr(content);background-color:#94a3b8}.before\:bg-slate-400\/0:before{content:attr(content);background-color:#94a3b800}.before\:bg-slate-400\/10:before{content:attr(content);background-color:#94a3b81a}.before\:bg-slate-400\/20:before{content:attr(content);background-color:#94a3b833}.before\:bg-slate-400\/30:before{content:attr(content);background-color:#94a3b84d}.before\:bg-slate-400\/40:before{content:attr(content);background-color:#94a3b866}.before\:bg-slate-400\/50:before{content:attr(content);background-color:#94a3b880}.before\:bg-slate-400\/60:before{content:attr(content);background-color:#94a3b899}.before\:bg-slate-400\/70:before{content:attr(content);background-color:#94a3b8b3}.before\:bg-slate-400\/75:before{content:attr(content);background-color:#94a3b8bf}.before\:bg-slate-400\/80:before{content:attr(content);background-color:#94a3b8cc}.before\:bg-slate-400\/90:before{content:attr(content);background-color:#94a3b8e6}.before\:bg-slate-500:before{content:attr(content);background-color:#64748b}.before\:bg-slate-500\/0:before{content:attr(content);background-color:#64748b00}.before\:bg-slate-500\/10:before{content:attr(content);background-color:#64748b1a}.before\:bg-slate-500\/20:before{content:attr(content);background-color:#64748b33}.before\:bg-slate-500\/30:before{content:attr(content);background-color:#64748b4d}.before\:bg-slate-500\/40:before{content:attr(content);background-color:#64748b66}.before\:bg-slate-500\/50:before{content:attr(content);background-color:#64748b80}.before\:bg-slate-500\/60:before{content:attr(content);background-color:#64748b99}.before\:bg-slate-500\/70:before{content:attr(content);background-color:#64748bb3}.before\:bg-slate-500\/75:before{content:attr(content);background-color:#64748bbf}.before\:bg-slate-500\/80:before{content:attr(content);background-color:#64748bcc}.before\:bg-slate-500\/90:before{content:attr(content);background-color:#64748be6}.before\:bg-slate-600:before{content:attr(content);background-color:#475569}.before\:bg-slate-600\/0:before{content:attr(content);background-color:#47556900}.before\:bg-slate-600\/10:before{content:attr(content);background-color:#4755691a}.before\:bg-slate-600\/20:before{content:attr(content);background-color:#47556933}.before\:bg-slate-600\/30:before{content:attr(content);background-color:#4755694d}.before\:bg-slate-600\/40:before{content:attr(content);background-color:#47556966}.before\:bg-slate-600\/50:before{content:attr(content);background-color:#47556980}.before\:bg-slate-600\/60:before{content:attr(content);background-color:#47556999}.before\:bg-slate-600\/70:before{content:attr(content);background-color:#475569b3}.before\:bg-slate-600\/75:before{content:attr(content);background-color:#475569bf}.before\:bg-slate-600\/80:before{content:attr(content);background-color:#475569cc}.before\:bg-slate-600\/90:before{content:attr(content);background-color:#475569e6}.before\:bg-slate-700:before{content:attr(content);background-color:#334155}.before\:bg-slate-700\/0:before{content:attr(content);background-color:#33415500}.before\:bg-slate-700\/10:before{content:attr(content);background-color:#3341551a}.before\:bg-slate-700\/20:before{content:attr(content);background-color:#33415533}.before\:bg-slate-700\/30:before{content:attr(content);background-color:#3341554d}.before\:bg-slate-700\/40:before{content:attr(content);background-color:#33415566}.before\:bg-slate-700\/50:before{content:attr(content);background-color:#33415580}.before\:bg-slate-700\/60:before{content:attr(content);background-color:#33415599}.before\:bg-slate-700\/70:before{content:attr(content);background-color:#334155b3}.before\:bg-slate-700\/75:before{content:attr(content);background-color:#334155bf}.before\:bg-slate-700\/80:before{content:attr(content);background-color:#334155cc}.before\:bg-slate-700\/90:before{content:attr(content);background-color:#334155e6}.before\:bg-slate-800:before{content:attr(content);background-color:#1e293b}.before\:bg-slate-800\/0:before{content:attr(content);background-color:#1e293b00}.before\:bg-slate-800\/10:before{content:attr(content);background-color:#1e293b1a}.before\:bg-slate-800\/20:before{content:attr(content);background-color:#1e293b33}.before\:bg-slate-800\/30:before{content:attr(content);background-color:#1e293b4d}.before\:bg-slate-800\/40:before{content:attr(content);background-color:#1e293b66}.before\:bg-slate-800\/50:before{content:attr(content);background-color:#1e293b80}.before\:bg-slate-800\/60:before{content:attr(content);background-color:#1e293b99}.before\:bg-slate-800\/70:before{content:attr(content);background-color:#1e293bb3}.before\:bg-slate-800\/75:before{content:attr(content);background-color:#1e293bbf}.before\:bg-slate-800\/80:before{content:attr(content);background-color:#1e293bcc}.before\:bg-slate-800\/90:before{content:attr(content);background-color:#1e293be6}.before\:bg-slate-900:before{content:attr(content);background-color:#0f172a}.before\:bg-slate-900\/0:before{content:attr(content);background-color:#0f172a00}.before\:bg-slate-900\/10:before{content:attr(content);background-color:#0f172a1a}.before\:bg-slate-900\/20:before{content:attr(content);background-color:#0f172a33}.before\:bg-slate-900\/30:before{content:attr(content);background-color:#0f172a4d}.before\:bg-slate-900\/40:before{content:attr(content);background-color:#0f172a66}.before\:bg-slate-900\/50:before{content:attr(content);background-color:#0f172a80}.before\:bg-slate-900\/60:before{content:attr(content);background-color:#0f172a99}.before\:bg-slate-900\/70:before{content:attr(content);background-color:#0f172ab3}.before\:bg-slate-900\/75:before{content:attr(content);background-color:#0f172abf}.before\:bg-slate-900\/80:before{content:attr(content);background-color:#0f172acc}.before\:bg-slate-900\/90:before{content:attr(content);background-color:#0f172ae6}.before\:bg-slate-950:before{content:attr(content);background-color:#020617}.before\:bg-slate-950\/0:before{content:attr(content);background-color:#02061700}.before\:bg-slate-950\/10:before{content:attr(content);background-color:#0206171a}.before\:bg-slate-950\/20:before{content:attr(content);background-color:#02061733}.before\:bg-slate-950\/30:before{content:attr(content);background-color:#0206174d}.before\:bg-slate-950\/40:before{content:attr(content);background-color:#02061766}.before\:bg-slate-950\/50:before{content:attr(content);background-color:#02061780}.before\:bg-slate-950\/60:before{content:attr(content);background-color:#02061799}.before\:bg-slate-950\/70:before{content:attr(content);background-color:#020617b3}.before\:bg-slate-950\/75:before{content:attr(content);background-color:#020617bf}.before\:bg-slate-950\/80:before{content:attr(content);background-color:#020617cc}.before\:bg-slate-950\/90:before{content:attr(content);background-color:#020617e6}.before\:bg-gray-50:before{content:attr(content);background-color:#f9fafb}.before\:bg-gray-50\/0:before{content:attr(content);background-color:#f9fafb00}.before\:bg-gray-50\/10:before{content:attr(content);background-color:#f9fafb1a}.before\:bg-gray-50\/20:before{content:attr(content);background-color:#f9fafb33}.before\:bg-gray-50\/30:before{content:attr(content);background-color:#f9fafb4d}.before\:bg-gray-50\/40:before{content:attr(content);background-color:#f9fafb66}.before\:bg-gray-50\/50:before{content:attr(content);background-color:#f9fafb80}.before\:bg-gray-50\/60:before{content:attr(content);background-color:#f9fafb99}.before\:bg-gray-50\/70:before{content:attr(content);background-color:#f9fafbb3}.before\:bg-gray-50\/75:before{content:attr(content);background-color:#f9fafbbf}.before\:bg-gray-50\/80:before{content:attr(content);background-color:#f9fafbcc}.before\:bg-gray-50\/90:before{content:attr(content);background-color:#f9fafbe6}.before\:bg-gray-100:before{content:attr(content);background-color:#f3f4f6}.before\:bg-gray-100\/0:before{content:attr(content);background-color:#f3f4f600}.before\:bg-gray-100\/10:before{content:attr(content);background-color:#f3f4f61a}.before\:bg-gray-100\/20:before{content:attr(content);background-color:#f3f4f633}.before\:bg-gray-100\/30:before{content:attr(content);background-color:#f3f4f64d}.before\:bg-gray-100\/40:before{content:attr(content);background-color:#f3f4f666}.before\:bg-gray-100\/50:before{content:attr(content);background-color:#f3f4f680}.before\:bg-gray-100\/60:before{content:attr(content);background-color:#f3f4f699}.before\:bg-gray-100\/70:before{content:attr(content);background-color:#f3f4f6b3}.before\:bg-gray-100\/75:before{content:attr(content);background-color:#f3f4f6bf}.before\:bg-gray-100\/80:before{content:attr(content);background-color:#f3f4f6cc}.before\:bg-gray-100\/90:before{content:attr(content);background-color:#f3f4f6e6}.before\:bg-gray-200:before{content:attr(content);background-color:#e5e7eb}.before\:bg-gray-200\/0:before{content:attr(content);background-color:#e5e7eb00}.before\:bg-gray-200\/10:before{content:attr(content);background-color:#e5e7eb1a}.before\:bg-gray-200\/20:before{content:attr(content);background-color:#e5e7eb33}.before\:bg-gray-200\/30:before{content:attr(content);background-color:#e5e7eb4d}.before\:bg-gray-200\/40:before{content:attr(content);background-color:#e5e7eb66}.before\:bg-gray-200\/50:before{content:attr(content);background-color:#e5e7eb80}.before\:bg-gray-200\/60:before{content:attr(content);background-color:#e5e7eb99}.before\:bg-gray-200\/70:before{content:attr(content);background-color:#e5e7ebb3}.before\:bg-gray-200\/75:before{content:attr(content);background-color:#e5e7ebbf}.before\:bg-gray-200\/80:before{content:attr(content);background-color:#e5e7ebcc}.before\:bg-gray-200\/90:before{content:attr(content);background-color:#e5e7ebe6}.before\:bg-gray-300:before{content:attr(content);background-color:#d1d5db}.before\:bg-gray-300\/0:before{content:attr(content);background-color:#d1d5db00}.before\:bg-gray-300\/10:before{content:attr(content);background-color:#d1d5db1a}.before\:bg-gray-300\/20:before{content:attr(content);background-color:#d1d5db33}.before\:bg-gray-300\/30:before{content:attr(content);background-color:#d1d5db4d}.before\:bg-gray-300\/40:before{content:attr(content);background-color:#d1d5db66}.before\:bg-gray-300\/50:before{content:attr(content);background-color:#d1d5db80}.before\:bg-gray-300\/60:before{content:attr(content);background-color:#d1d5db99}.before\:bg-gray-300\/70:before{content:attr(content);background-color:#d1d5dbb3}.before\:bg-gray-300\/75:before{content:attr(content);background-color:#d1d5dbbf}.before\:bg-gray-300\/80:before{content:attr(content);background-color:#d1d5dbcc}.before\:bg-gray-300\/90:before{content:attr(content);background-color:#d1d5dbe6}.before\:bg-gray-400:before{content:attr(content);background-color:#9ca3af}.before\:bg-gray-400\/0:before{content:attr(content);background-color:#9ca3af00}.before\:bg-gray-400\/10:before{content:attr(content);background-color:#9ca3af1a}.before\:bg-gray-400\/20:before{content:attr(content);background-color:#9ca3af33}.before\:bg-gray-400\/30:before{content:attr(content);background-color:#9ca3af4d}.before\:bg-gray-400\/40:before{content:attr(content);background-color:#9ca3af66}.before\:bg-gray-400\/50:before{content:attr(content);background-color:#9ca3af80}.before\:bg-gray-400\/60:before{content:attr(content);background-color:#9ca3af99}.before\:bg-gray-400\/70:before{content:attr(content);background-color:#9ca3afb3}.before\:bg-gray-400\/75:before{content:attr(content);background-color:#9ca3afbf}.before\:bg-gray-400\/80:before{content:attr(content);background-color:#9ca3afcc}.before\:bg-gray-400\/90:before{content:attr(content);background-color:#9ca3afe6}.before\:bg-gray-500:before{content:attr(content);background-color:#6b7280}.before\:bg-gray-500\/0:before{content:attr(content);background-color:#6b728000}.before\:bg-gray-500\/10:before{content:attr(content);background-color:#6b72801a}.before\:bg-gray-500\/20:before{content:attr(content);background-color:#6b728033}.before\:bg-gray-500\/30:before{content:attr(content);background-color:#6b72804d}.before\:bg-gray-500\/40:before{content:attr(content);background-color:#6b728066}.before\:bg-gray-500\/50:before{content:attr(content);background-color:#6b728080}.before\:bg-gray-500\/60:before{content:attr(content);background-color:#6b728099}.before\:bg-gray-500\/70:before{content:attr(content);background-color:#6b7280b3}.before\:bg-gray-500\/75:before{content:attr(content);background-color:#6b7280bf}.before\:bg-gray-500\/80:before{content:attr(content);background-color:#6b7280cc}.before\:bg-gray-500\/90:before{content:attr(content);background-color:#6b7280e6}.before\:bg-gray-600:before{content:attr(content);background-color:#4b5563}.before\:bg-gray-600\/0:before{content:attr(content);background-color:#4b556300}.before\:bg-gray-600\/10:before{content:attr(content);background-color:#4b55631a}.before\:bg-gray-600\/20:before{content:attr(content);background-color:#4b556333}.before\:bg-gray-600\/30:before{content:attr(content);background-color:#4b55634d}.before\:bg-gray-600\/40:before{content:attr(content);background-color:#4b556366}.before\:bg-gray-600\/50:before{content:attr(content);background-color:#4b556380}.before\:bg-gray-600\/60:before{content:attr(content);background-color:#4b556399}.before\:bg-gray-600\/70:before{content:attr(content);background-color:#4b5563b3}.before\:bg-gray-600\/75:before{content:attr(content);background-color:#4b5563bf}.before\:bg-gray-600\/80:before{content:attr(content);background-color:#4b5563cc}.before\:bg-gray-600\/90:before{content:attr(content);background-color:#4b5563e6}.before\:bg-gray-700:before{content:attr(content);background-color:#374151}.before\:bg-gray-700\/0:before{content:attr(content);background-color:#37415100}.before\:bg-gray-700\/10:before{content:attr(content);background-color:#3741511a}.before\:bg-gray-700\/20:before{content:attr(content);background-color:#37415133}.before\:bg-gray-700\/30:before{content:attr(content);background-color:#3741514d}.before\:bg-gray-700\/40:before{content:attr(content);background-color:#37415166}.before\:bg-gray-700\/50:before{content:attr(content);background-color:#37415180}.before\:bg-gray-700\/60:before{content:attr(content);background-color:#37415199}.before\:bg-gray-700\/70:before{content:attr(content);background-color:#374151b3}.before\:bg-gray-700\/75:before{content:attr(content);background-color:#374151bf}.before\:bg-gray-700\/80:before{content:attr(content);background-color:#374151cc}.before\:bg-gray-700\/90:before{content:attr(content);background-color:#374151e6}.before\:bg-gray-800:before{content:attr(content);background-color:#1f2937}.before\:bg-gray-800\/0:before{content:attr(content);background-color:#1f293700}.before\:bg-gray-800\/10:before{content:attr(content);background-color:#1f29371a}.before\:bg-gray-800\/20:before{content:attr(content);background-color:#1f293733}.before\:bg-gray-800\/30:before{content:attr(content);background-color:#1f29374d}.before\:bg-gray-800\/40:before{content:attr(content);background-color:#1f293766}.before\:bg-gray-800\/50:before{content:attr(content);background-color:#1f293780}.before\:bg-gray-800\/60:before{content:attr(content);background-color:#1f293799}.before\:bg-gray-800\/70:before{content:attr(content);background-color:#1f2937b3}.before\:bg-gray-800\/75:before{content:attr(content);background-color:#1f2937bf}.before\:bg-gray-800\/80:before{content:attr(content);background-color:#1f2937cc}.before\:bg-gray-800\/90:before{content:attr(content);background-color:#1f2937e6}.before\:bg-gray-900:before{content:attr(content);background-color:#111827}.before\:bg-gray-900\/0:before{content:attr(content);background-color:#11182700}.before\:bg-gray-900\/10:before{content:attr(content);background-color:#1118271a}.before\:bg-gray-900\/20:before{content:attr(content);background-color:#11182733}.before\:bg-gray-900\/30:before{content:attr(content);background-color:#1118274d}.before\:bg-gray-900\/40:before{content:attr(content);background-color:#11182766}.before\:bg-gray-900\/50:before{content:attr(content);background-color:#11182780}.before\:bg-gray-900\/60:before{content:attr(content);background-color:#11182799}.before\:bg-gray-900\/70:before{content:attr(content);background-color:#111827b3}.before\:bg-gray-900\/75:before{content:attr(content);background-color:#111827bf}.before\:bg-gray-900\/80:before{content:attr(content);background-color:#111827cc}.before\:bg-gray-900\/90:before{content:attr(content);background-color:#111827e6}.before\:bg-gray-950:before{content:attr(content);background-color:#030712}.before\:bg-gray-950\/0:before{content:attr(content);background-color:#03071200}.before\:bg-gray-950\/10:before{content:attr(content);background-color:#0307121a}.before\:bg-gray-950\/20:before{content:attr(content);background-color:#03071233}.before\:bg-gray-950\/30:before{content:attr(content);background-color:#0307124d}.before\:bg-gray-950\/40:before{content:attr(content);background-color:#03071266}.before\:bg-gray-950\/50:before{content:attr(content);background-color:#03071280}.before\:bg-gray-950\/60:before{content:attr(content);background-color:#03071299}.before\:bg-gray-950\/70:before{content:attr(content);background-color:#030712b3}.before\:bg-gray-950\/75:before{content:attr(content);background-color:#030712bf}.before\:bg-gray-950\/80:before{content:attr(content);background-color:#030712cc}.before\:bg-gray-950\/90:before{content:attr(content);background-color:#030712e6}.before\:bg-zinc-50:before{content:attr(content);background-color:#fafafa}.before\:bg-zinc-50\/0:before{content:attr(content);background-color:#fafafa00}.before\:bg-zinc-50\/10:before{content:attr(content);background-color:#fafafa1a}.before\:bg-zinc-50\/20:before{content:attr(content);background-color:#fafafa33}.before\:bg-zinc-50\/30:before{content:attr(content);background-color:#fafafa4d}.before\:bg-zinc-50\/40:before{content:attr(content);background-color:#fafafa66}.before\:bg-zinc-50\/50:before{content:attr(content);background-color:#fafafa80}.before\:bg-zinc-50\/60:before{content:attr(content);background-color:#fafafa99}.before\:bg-zinc-50\/70:before{content:attr(content);background-color:#fafafab3}.before\:bg-zinc-50\/75:before{content:attr(content);background-color:#fafafabf}.before\:bg-zinc-50\/80:before{content:attr(content);background-color:#fafafacc}.before\:bg-zinc-50\/90:before{content:attr(content);background-color:#fafafae6}.before\:bg-zinc-100:before{content:attr(content);background-color:#f4f4f5}.before\:bg-zinc-100\/0:before{content:attr(content);background-color:#f4f4f500}.before\:bg-zinc-100\/10:before{content:attr(content);background-color:#f4f4f51a}.before\:bg-zinc-100\/20:before{content:attr(content);background-color:#f4f4f533}.before\:bg-zinc-100\/30:before{content:attr(content);background-color:#f4f4f54d}.before\:bg-zinc-100\/40:before{content:attr(content);background-color:#f4f4f566}.before\:bg-zinc-100\/50:before{content:attr(content);background-color:#f4f4f580}.before\:bg-zinc-100\/60:before{content:attr(content);background-color:#f4f4f599}.before\:bg-zinc-100\/70:before{content:attr(content);background-color:#f4f4f5b3}.before\:bg-zinc-100\/75:before{content:attr(content);background-color:#f4f4f5bf}.before\:bg-zinc-100\/80:before{content:attr(content);background-color:#f4f4f5cc}.before\:bg-zinc-100\/90:before{content:attr(content);background-color:#f4f4f5e6}.before\:bg-zinc-200:before{content:attr(content);background-color:#e4e4e7}.before\:bg-zinc-200\/0:before{content:attr(content);background-color:#e4e4e700}.before\:bg-zinc-200\/10:before{content:attr(content);background-color:#e4e4e71a}.before\:bg-zinc-200\/20:before{content:attr(content);background-color:#e4e4e733}.before\:bg-zinc-200\/30:before{content:attr(content);background-color:#e4e4e74d}.before\:bg-zinc-200\/40:before{content:attr(content);background-color:#e4e4e766}.before\:bg-zinc-200\/50:before{content:attr(content);background-color:#e4e4e780}.before\:bg-zinc-200\/60:before{content:attr(content);background-color:#e4e4e799}.before\:bg-zinc-200\/70:before{content:attr(content);background-color:#e4e4e7b3}.before\:bg-zinc-200\/75:before{content:attr(content);background-color:#e4e4e7bf}.before\:bg-zinc-200\/80:before{content:attr(content);background-color:#e4e4e7cc}.before\:bg-zinc-200\/90:before{content:attr(content);background-color:#e4e4e7e6}.before\:bg-zinc-300:before{content:attr(content);background-color:#d4d4d8}.before\:bg-zinc-300\/0:before{content:attr(content);background-color:#d4d4d800}.before\:bg-zinc-300\/10:before{content:attr(content);background-color:#d4d4d81a}.before\:bg-zinc-300\/20:before{content:attr(content);background-color:#d4d4d833}.before\:bg-zinc-300\/30:before{content:attr(content);background-color:#d4d4d84d}.before\:bg-zinc-300\/40:before{content:attr(content);background-color:#d4d4d866}.before\:bg-zinc-300\/50:before{content:attr(content);background-color:#d4d4d880}.before\:bg-zinc-300\/60:before{content:attr(content);background-color:#d4d4d899}.before\:bg-zinc-300\/70:before{content:attr(content);background-color:#d4d4d8b3}.before\:bg-zinc-300\/75:before{content:attr(content);background-color:#d4d4d8bf}.before\:bg-zinc-300\/80:before{content:attr(content);background-color:#d4d4d8cc}.before\:bg-zinc-300\/90:before{content:attr(content);background-color:#d4d4d8e6}.before\:bg-zinc-400:before{content:attr(content);background-color:#a1a1aa}.before\:bg-zinc-400\/0:before{content:attr(content);background-color:#a1a1aa00}.before\:bg-zinc-400\/10:before{content:attr(content);background-color:#a1a1aa1a}.before\:bg-zinc-400\/20:before{content:attr(content);background-color:#a1a1aa33}.before\:bg-zinc-400\/30:before{content:attr(content);background-color:#a1a1aa4d}.before\:bg-zinc-400\/40:before{content:attr(content);background-color:#a1a1aa66}.before\:bg-zinc-400\/50:before{content:attr(content);background-color:#a1a1aa80}.before\:bg-zinc-400\/60:before{content:attr(content);background-color:#a1a1aa99}.before\:bg-zinc-400\/70:before{content:attr(content);background-color:#a1a1aab3}.before\:bg-zinc-400\/75:before{content:attr(content);background-color:#a1a1aabf}.before\:bg-zinc-400\/80:before{content:attr(content);background-color:#a1a1aacc}.before\:bg-zinc-400\/90:before{content:attr(content);background-color:#a1a1aae6}.before\:bg-zinc-500:before{content:attr(content);background-color:#71717a}.before\:bg-zinc-500\/0:before{content:attr(content);background-color:#71717a00}.before\:bg-zinc-500\/10:before{content:attr(content);background-color:#71717a1a}.before\:bg-zinc-500\/20:before{content:attr(content);background-color:#71717a33}.before\:bg-zinc-500\/30:before{content:attr(content);background-color:#71717a4d}.before\:bg-zinc-500\/40:before{content:attr(content);background-color:#71717a66}.before\:bg-zinc-500\/50:before{content:attr(content);background-color:#71717a80}.before\:bg-zinc-500\/60:before{content:attr(content);background-color:#71717a99}.before\:bg-zinc-500\/70:before{content:attr(content);background-color:#71717ab3}.before\:bg-zinc-500\/75:before{content:attr(content);background-color:#71717abf}.before\:bg-zinc-500\/80:before{content:attr(content);background-color:#71717acc}.before\:bg-zinc-500\/90:before{content:attr(content);background-color:#71717ae6}.before\:bg-zinc-600:before{content:attr(content);background-color:#52525b}.before\:bg-zinc-600\/0:before{content:attr(content);background-color:#52525b00}.before\:bg-zinc-600\/10:before{content:attr(content);background-color:#52525b1a}.before\:bg-zinc-600\/20:before{content:attr(content);background-color:#52525b33}.before\:bg-zinc-600\/30:before{content:attr(content);background-color:#52525b4d}.before\:bg-zinc-600\/40:before{content:attr(content);background-color:#52525b66}.before\:bg-zinc-600\/50:before{content:attr(content);background-color:#52525b80}.before\:bg-zinc-600\/60:before{content:attr(content);background-color:#52525b99}.before\:bg-zinc-600\/70:before{content:attr(content);background-color:#52525bb3}.before\:bg-zinc-600\/75:before{content:attr(content);background-color:#52525bbf}.before\:bg-zinc-600\/80:before{content:attr(content);background-color:#52525bcc}.before\:bg-zinc-600\/90:before{content:attr(content);background-color:#52525be6}.before\:bg-zinc-700:before{content:attr(content);background-color:#3f3f46}.before\:bg-zinc-700\/0:before{content:attr(content);background-color:#3f3f4600}.before\:bg-zinc-700\/10:before{content:attr(content);background-color:#3f3f461a}.before\:bg-zinc-700\/20:before{content:attr(content);background-color:#3f3f4633}.before\:bg-zinc-700\/30:before{content:attr(content);background-color:#3f3f464d}.before\:bg-zinc-700\/40:before{content:attr(content);background-color:#3f3f4666}.before\:bg-zinc-700\/50:before{content:attr(content);background-color:#3f3f4680}.before\:bg-zinc-700\/60:before{content:attr(content);background-color:#3f3f4699}.before\:bg-zinc-700\/70:before{content:attr(content);background-color:#3f3f46b3}.before\:bg-zinc-700\/75:before{content:attr(content);background-color:#3f3f46bf}.before\:bg-zinc-700\/80:before{content:attr(content);background-color:#3f3f46cc}.before\:bg-zinc-700\/90:before{content:attr(content);background-color:#3f3f46e6}.before\:bg-zinc-800:before{content:attr(content);background-color:#27272a}.before\:bg-zinc-800\/0:before{content:attr(content);background-color:#27272a00}.before\:bg-zinc-800\/10:before{content:attr(content);background-color:#27272a1a}.before\:bg-zinc-800\/20:before{content:attr(content);background-color:#27272a33}.before\:bg-zinc-800\/30:before{content:attr(content);background-color:#27272a4d}.before\:bg-zinc-800\/40:before{content:attr(content);background-color:#27272a66}.before\:bg-zinc-800\/50:before{content:attr(content);background-color:#27272a80}.before\:bg-zinc-800\/60:before{content:attr(content);background-color:#27272a99}.before\:bg-zinc-800\/70:before{content:attr(content);background-color:#27272ab3}.before\:bg-zinc-800\/75:before{content:attr(content);background-color:#27272abf}.before\:bg-zinc-800\/80:before{content:attr(content);background-color:#27272acc}.before\:bg-zinc-800\/90:before{content:attr(content);background-color:#27272ae6}.before\:bg-zinc-900:before{content:attr(content);background-color:#18181b}.before\:bg-zinc-900\/0:before{content:attr(content);background-color:#18181b00}.before\:bg-zinc-900\/10:before{content:attr(content);background-color:#18181b1a}.before\:bg-zinc-900\/20:before{content:attr(content);background-color:#18181b33}.before\:bg-zinc-900\/30:before{content:attr(content);background-color:#18181b4d}.before\:bg-zinc-900\/40:before{content:attr(content);background-color:#18181b66}.before\:bg-zinc-900\/50:before{content:attr(content);background-color:#18181b80}.before\:bg-zinc-900\/60:before{content:attr(content);background-color:#18181b99}.before\:bg-zinc-900\/70:before{content:attr(content);background-color:#18181bb3}.before\:bg-zinc-900\/75:before{content:attr(content);background-color:#18181bbf}.before\:bg-zinc-900\/80:before{content:attr(content);background-color:#18181bcc}.before\:bg-zinc-900\/90:before{content:attr(content);background-color:#18181be6}.before\:bg-zinc-950:before{content:attr(content);background-color:#09090b}.before\:bg-zinc-950\/0:before{content:attr(content);background-color:#09090b00}.before\:bg-zinc-950\/10:before{content:attr(content);background-color:#09090b1a}.before\:bg-zinc-950\/20:before{content:attr(content);background-color:#09090b33}.before\:bg-zinc-950\/30:before{content:attr(content);background-color:#09090b4d}.before\:bg-zinc-950\/40:before{content:attr(content);background-color:#09090b66}.before\:bg-zinc-950\/50:before{content:attr(content);background-color:#09090b80}.before\:bg-zinc-950\/60:before{content:attr(content);background-color:#09090b99}.before\:bg-zinc-950\/70:before{content:attr(content);background-color:#09090bb3}.before\:bg-zinc-950\/75:before{content:attr(content);background-color:#09090bbf}.before\:bg-zinc-950\/80:before{content:attr(content);background-color:#09090bcc}.before\:bg-zinc-950\/90:before{content:attr(content);background-color:#09090be6}.before\:bg-neutral-50:before{content:attr(content);background-color:#fafafa}.before\:bg-neutral-50\/0:before{content:attr(content);background-color:#fafafa00}.before\:bg-neutral-50\/10:before{content:attr(content);background-color:#fafafa1a}.before\:bg-neutral-50\/20:before{content:attr(content);background-color:#fafafa33}.before\:bg-neutral-50\/30:before{content:attr(content);background-color:#fafafa4d}.before\:bg-neutral-50\/40:before{content:attr(content);background-color:#fafafa66}.before\:bg-neutral-50\/50:before{content:attr(content);background-color:#fafafa80}.before\:bg-neutral-50\/60:before{content:attr(content);background-color:#fafafa99}.before\:bg-neutral-50\/70:before{content:attr(content);background-color:#fafafab3}.before\:bg-neutral-50\/75:before{content:attr(content);background-color:#fafafabf}.before\:bg-neutral-50\/80:before{content:attr(content);background-color:#fafafacc}.before\:bg-neutral-50\/90:before{content:attr(content);background-color:#fafafae6}.before\:bg-neutral-100:before{content:attr(content);background-color:#f5f5f5}.before\:bg-neutral-100\/0:before{content:attr(content);background-color:#f5f5f500}.before\:bg-neutral-100\/10:before{content:attr(content);background-color:#f5f5f51a}.before\:bg-neutral-100\/20:before{content:attr(content);background-color:#f5f5f533}.before\:bg-neutral-100\/30:before{content:attr(content);background-color:#f5f5f54d}.before\:bg-neutral-100\/40:before{content:attr(content);background-color:#f5f5f566}.before\:bg-neutral-100\/50:before{content:attr(content);background-color:#f5f5f580}.before\:bg-neutral-100\/60:before{content:attr(content);background-color:#f5f5f599}.before\:bg-neutral-100\/70:before{content:attr(content);background-color:#f5f5f5b3}.before\:bg-neutral-100\/75:before{content:attr(content);background-color:#f5f5f5bf}.before\:bg-neutral-100\/80:before{content:attr(content);background-color:#f5f5f5cc}.before\:bg-neutral-100\/90:before{content:attr(content);background-color:#f5f5f5e6}.before\:bg-neutral-200:before{content:attr(content);background-color:#e5e5e5}.before\:bg-neutral-200\/0:before{content:attr(content);background-color:#e5e5e500}.before\:bg-neutral-200\/10:before{content:attr(content);background-color:#e5e5e51a}.before\:bg-neutral-200\/20:before{content:attr(content);background-color:#e5e5e533}.before\:bg-neutral-200\/30:before{content:attr(content);background-color:#e5e5e54d}.before\:bg-neutral-200\/40:before{content:attr(content);background-color:#e5e5e566}.before\:bg-neutral-200\/50:before{content:attr(content);background-color:#e5e5e580}.before\:bg-neutral-200\/60:before{content:attr(content);background-color:#e5e5e599}.before\:bg-neutral-200\/70:before{content:attr(content);background-color:#e5e5e5b3}.before\:bg-neutral-200\/75:before{content:attr(content);background-color:#e5e5e5bf}.before\:bg-neutral-200\/80:before{content:attr(content);background-color:#e5e5e5cc}.before\:bg-neutral-200\/90:before{content:attr(content);background-color:#e5e5e5e6}.before\:bg-neutral-300:before{content:attr(content);background-color:#d4d4d4}.before\:bg-neutral-300\/0:before{content:attr(content);background-color:#d4d4d400}.before\:bg-neutral-300\/10:before{content:attr(content);background-color:#d4d4d41a}.before\:bg-neutral-300\/20:before{content:attr(content);background-color:#d4d4d433}.before\:bg-neutral-300\/30:before{content:attr(content);background-color:#d4d4d44d}.before\:bg-neutral-300\/40:before{content:attr(content);background-color:#d4d4d466}.before\:bg-neutral-300\/50:before{content:attr(content);background-color:#d4d4d480}.before\:bg-neutral-300\/60:before{content:attr(content);background-color:#d4d4d499}.before\:bg-neutral-300\/70:before{content:attr(content);background-color:#d4d4d4b3}.before\:bg-neutral-300\/75:before{content:attr(content);background-color:#d4d4d4bf}.before\:bg-neutral-300\/80:before{content:attr(content);background-color:#d4d4d4cc}.before\:bg-neutral-300\/90:before{content:attr(content);background-color:#d4d4d4e6}.before\:bg-neutral-400:before{content:attr(content);background-color:#a3a3a3}.before\:bg-neutral-400\/0:before{content:attr(content);background-color:#a3a3a300}.before\:bg-neutral-400\/10:before{content:attr(content);background-color:#a3a3a31a}.before\:bg-neutral-400\/20:before{content:attr(content);background-color:#a3a3a333}.before\:bg-neutral-400\/30:before{content:attr(content);background-color:#a3a3a34d}.before\:bg-neutral-400\/40:before{content:attr(content);background-color:#a3a3a366}.before\:bg-neutral-400\/50:before{content:attr(content);background-color:#a3a3a380}.before\:bg-neutral-400\/60:before{content:attr(content);background-color:#a3a3a399}.before\:bg-neutral-400\/70:before{content:attr(content);background-color:#a3a3a3b3}.before\:bg-neutral-400\/75:before{content:attr(content);background-color:#a3a3a3bf}.before\:bg-neutral-400\/80:before{content:attr(content);background-color:#a3a3a3cc}.before\:bg-neutral-400\/90:before{content:attr(content);background-color:#a3a3a3e6}.before\:bg-neutral-500:before{content:attr(content);background-color:#737373}.before\:bg-neutral-500\/0:before{content:attr(content);background-color:#73737300}.before\:bg-neutral-500\/10:before{content:attr(content);background-color:#7373731a}.before\:bg-neutral-500\/20:before{content:attr(content);background-color:#73737333}.before\:bg-neutral-500\/30:before{content:attr(content);background-color:#7373734d}.before\:bg-neutral-500\/40:before{content:attr(content);background-color:#73737366}.before\:bg-neutral-500\/50:before{content:attr(content);background-color:#73737380}.before\:bg-neutral-500\/60:before{content:attr(content);background-color:#73737399}.before\:bg-neutral-500\/70:before{content:attr(content);background-color:#737373b3}.before\:bg-neutral-500\/75:before{content:attr(content);background-color:#737373bf}.before\:bg-neutral-500\/80:before{content:attr(content);background-color:#737373cc}.before\:bg-neutral-500\/90:before{content:attr(content);background-color:#737373e6}.before\:bg-neutral-600:before{content:attr(content);background-color:#525252}.before\:bg-neutral-600\/0:before{content:attr(content);background-color:#52525200}.before\:bg-neutral-600\/10:before{content:attr(content);background-color:#5252521a}.before\:bg-neutral-600\/20:before{content:attr(content);background-color:#52525233}.before\:bg-neutral-600\/30:before{content:attr(content);background-color:#5252524d}.before\:bg-neutral-600\/40:before{content:attr(content);background-color:#52525266}.before\:bg-neutral-600\/50:before{content:attr(content);background-color:#52525280}.before\:bg-neutral-600\/60:before{content:attr(content);background-color:#52525299}.before\:bg-neutral-600\/70:before{content:attr(content);background-color:#525252b3}.before\:bg-neutral-600\/75:before{content:attr(content);background-color:#525252bf}.before\:bg-neutral-600\/80:before{content:attr(content);background-color:#525252cc}.before\:bg-neutral-600\/90:before{content:attr(content);background-color:#525252e6}.before\:bg-neutral-700:before{content:attr(content);background-color:#404040}.before\:bg-neutral-700\/0:before{content:attr(content);background-color:#40404000}.before\:bg-neutral-700\/10:before{content:attr(content);background-color:#4040401a}.before\:bg-neutral-700\/20:before{content:attr(content);background-color:#40404033}.before\:bg-neutral-700\/30:before{content:attr(content);background-color:#4040404d}.before\:bg-neutral-700\/40:before{content:attr(content);background-color:#40404066}.before\:bg-neutral-700\/50:before{content:attr(content);background-color:#40404080}.before\:bg-neutral-700\/60:before{content:attr(content);background-color:#40404099}.before\:bg-neutral-700\/70:before{content:attr(content);background-color:#404040b3}.before\:bg-neutral-700\/75:before{content:attr(content);background-color:#404040bf}.before\:bg-neutral-700\/80:before{content:attr(content);background-color:#404040cc}.before\:bg-neutral-700\/90:before{content:attr(content);background-color:#404040e6}.before\:bg-neutral-800:before{content:attr(content);background-color:#262626}.before\:bg-neutral-800\/0:before{content:attr(content);background-color:#26262600}.before\:bg-neutral-800\/10:before{content:attr(content);background-color:#2626261a}.before\:bg-neutral-800\/20:before{content:attr(content);background-color:#26262633}.before\:bg-neutral-800\/30:before{content:attr(content);background-color:#2626264d}.before\:bg-neutral-800\/40:before{content:attr(content);background-color:#26262666}.before\:bg-neutral-800\/50:before{content:attr(content);background-color:#26262680}.before\:bg-neutral-800\/60:before{content:attr(content);background-color:#26262699}.before\:bg-neutral-800\/70:before{content:attr(content);background-color:#262626b3}.before\:bg-neutral-800\/75:before{content:attr(content);background-color:#262626bf}.before\:bg-neutral-800\/80:before{content:attr(content);background-color:#262626cc}.before\:bg-neutral-800\/90:before{content:attr(content);background-color:#262626e6}.before\:bg-neutral-900:before{content:attr(content);background-color:#171717}.before\:bg-neutral-900\/0:before{content:attr(content);background-color:#17171700}.before\:bg-neutral-900\/10:before{content:attr(content);background-color:#1717171a}.before\:bg-neutral-900\/20:before{content:attr(content);background-color:#17171733}.before\:bg-neutral-900\/30:before{content:attr(content);background-color:#1717174d}.before\:bg-neutral-900\/40:before{content:attr(content);background-color:#17171766}.before\:bg-neutral-900\/50:before{content:attr(content);background-color:#17171780}.before\:bg-neutral-900\/60:before{content:attr(content);background-color:#17171799}.before\:bg-neutral-900\/70:before{content:attr(content);background-color:#171717b3}.before\:bg-neutral-900\/75:before{content:attr(content);background-color:#171717bf}.before\:bg-neutral-900\/80:before{content:attr(content);background-color:#171717cc}.before\:bg-neutral-900\/90:before{content:attr(content);background-color:#171717e6}.before\:bg-neutral-950:before{content:attr(content);background-color:#0a0a0a}.before\:bg-neutral-950\/0:before{content:attr(content);background-color:#0a0a0a00}.before\:bg-neutral-950\/10:before{content:attr(content);background-color:#0a0a0a1a}.before\:bg-neutral-950\/20:before{content:attr(content);background-color:#0a0a0a33}.before\:bg-neutral-950\/30:before{content:attr(content);background-color:#0a0a0a4d}.before\:bg-neutral-950\/40:before{content:attr(content);background-color:#0a0a0a66}.before\:bg-neutral-950\/50:before{content:attr(content);background-color:#0a0a0a80}.before\:bg-neutral-950\/60:before{content:attr(content);background-color:#0a0a0a99}.before\:bg-neutral-950\/70:before{content:attr(content);background-color:#0a0a0ab3}.before\:bg-neutral-950\/75:before{content:attr(content);background-color:#0a0a0abf}.before\:bg-neutral-950\/80:before{content:attr(content);background-color:#0a0a0acc}.before\:bg-neutral-950\/90:before{content:attr(content);background-color:#0a0a0ae6}.before\:bg-stone-50:before{content:attr(content);background-color:#fafaf9}.before\:bg-stone-50\/0:before{content:attr(content);background-color:#fafaf900}.before\:bg-stone-50\/10:before{content:attr(content);background-color:#fafaf91a}.before\:bg-stone-50\/20:before{content:attr(content);background-color:#fafaf933}.before\:bg-stone-50\/30:before{content:attr(content);background-color:#fafaf94d}.before\:bg-stone-50\/40:before{content:attr(content);background-color:#fafaf966}.before\:bg-stone-50\/50:before{content:attr(content);background-color:#fafaf980}.before\:bg-stone-50\/60:before{content:attr(content);background-color:#fafaf999}.before\:bg-stone-50\/70:before{content:attr(content);background-color:#fafaf9b3}.before\:bg-stone-50\/75:before{content:attr(content);background-color:#fafaf9bf}.before\:bg-stone-50\/80:before{content:attr(content);background-color:#fafaf9cc}.before\:bg-stone-50\/90:before{content:attr(content);background-color:#fafaf9e6}.before\:bg-stone-100:before{content:attr(content);background-color:#f5f5f4}.before\:bg-stone-100\/0:before{content:attr(content);background-color:#f5f5f400}.before\:bg-stone-100\/10:before{content:attr(content);background-color:#f5f5f41a}.before\:bg-stone-100\/20:before{content:attr(content);background-color:#f5f5f433}.before\:bg-stone-100\/30:before{content:attr(content);background-color:#f5f5f44d}.before\:bg-stone-100\/40:before{content:attr(content);background-color:#f5f5f466}.before\:bg-stone-100\/50:before{content:attr(content);background-color:#f5f5f480}.before\:bg-stone-100\/60:before{content:attr(content);background-color:#f5f5f499}.before\:bg-stone-100\/70:before{content:attr(content);background-color:#f5f5f4b3}.before\:bg-stone-100\/75:before{content:attr(content);background-color:#f5f5f4bf}.before\:bg-stone-100\/80:before{content:attr(content);background-color:#f5f5f4cc}.before\:bg-stone-100\/90:before{content:attr(content);background-color:#f5f5f4e6}.before\:bg-stone-200:before{content:attr(content);background-color:#e7e5e4}.before\:bg-stone-200\/0:before{content:attr(content);background-color:#e7e5e400}.before\:bg-stone-200\/10:before{content:attr(content);background-color:#e7e5e41a}.before\:bg-stone-200\/20:before{content:attr(content);background-color:#e7e5e433}.before\:bg-stone-200\/30:before{content:attr(content);background-color:#e7e5e44d}.before\:bg-stone-200\/40:before{content:attr(content);background-color:#e7e5e466}.before\:bg-stone-200\/50:before{content:attr(content);background-color:#e7e5e480}.before\:bg-stone-200\/60:before{content:attr(content);background-color:#e7e5e499}.before\:bg-stone-200\/70:before{content:attr(content);background-color:#e7e5e4b3}.before\:bg-stone-200\/75:before{content:attr(content);background-color:#e7e5e4bf}.before\:bg-stone-200\/80:before{content:attr(content);background-color:#e7e5e4cc}.before\:bg-stone-200\/90:before{content:attr(content);background-color:#e7e5e4e6}.before\:bg-stone-300:before{content:attr(content);background-color:#d6d3d1}.before\:bg-stone-300\/0:before{content:attr(content);background-color:#d6d3d100}.before\:bg-stone-300\/10:before{content:attr(content);background-color:#d6d3d11a}.before\:bg-stone-300\/20:before{content:attr(content);background-color:#d6d3d133}.before\:bg-stone-300\/30:before{content:attr(content);background-color:#d6d3d14d}.before\:bg-stone-300\/40:before{content:attr(content);background-color:#d6d3d166}.before\:bg-stone-300\/50:before{content:attr(content);background-color:#d6d3d180}.before\:bg-stone-300\/60:before{content:attr(content);background-color:#d6d3d199}.before\:bg-stone-300\/70:before{content:attr(content);background-color:#d6d3d1b3}.before\:bg-stone-300\/75:before{content:attr(content);background-color:#d6d3d1bf}.before\:bg-stone-300\/80:before{content:attr(content);background-color:#d6d3d1cc}.before\:bg-stone-300\/90:before{content:attr(content);background-color:#d6d3d1e6}.before\:bg-stone-400:before{content:attr(content);background-color:#a8a29e}.before\:bg-stone-400\/0:before{content:attr(content);background-color:#a8a29e00}.before\:bg-stone-400\/10:before{content:attr(content);background-color:#a8a29e1a}.before\:bg-stone-400\/20:before{content:attr(content);background-color:#a8a29e33}.before\:bg-stone-400\/30:before{content:attr(content);background-color:#a8a29e4d}.before\:bg-stone-400\/40:before{content:attr(content);background-color:#a8a29e66}.before\:bg-stone-400\/50:before{content:attr(content);background-color:#a8a29e80}.before\:bg-stone-400\/60:before{content:attr(content);background-color:#a8a29e99}.before\:bg-stone-400\/70:before{content:attr(content);background-color:#a8a29eb3}.before\:bg-stone-400\/75:before{content:attr(content);background-color:#a8a29ebf}.before\:bg-stone-400\/80:before{content:attr(content);background-color:#a8a29ecc}.before\:bg-stone-400\/90:before{content:attr(content);background-color:#a8a29ee6}.before\:bg-stone-500:before{content:attr(content);background-color:#78716c}.before\:bg-stone-500\/0:before{content:attr(content);background-color:#78716c00}.before\:bg-stone-500\/10:before{content:attr(content);background-color:#78716c1a}.before\:bg-stone-500\/20:before{content:attr(content);background-color:#78716c33}.before\:bg-stone-500\/30:before{content:attr(content);background-color:#78716c4d}.before\:bg-stone-500\/40:before{content:attr(content);background-color:#78716c66}.before\:bg-stone-500\/50:before{content:attr(content);background-color:#78716c80}.before\:bg-stone-500\/60:before{content:attr(content);background-color:#78716c99}.before\:bg-stone-500\/70:before{content:attr(content);background-color:#78716cb3}.before\:bg-stone-500\/75:before{content:attr(content);background-color:#78716cbf}.before\:bg-stone-500\/80:before{content:attr(content);background-color:#78716ccc}.before\:bg-stone-500\/90:before{content:attr(content);background-color:#78716ce6}.before\:bg-stone-600:before{content:attr(content);background-color:#57534e}.before\:bg-stone-600\/0:before{content:attr(content);background-color:#57534e00}.before\:bg-stone-600\/10:before{content:attr(content);background-color:#57534e1a}.before\:bg-stone-600\/20:before{content:attr(content);background-color:#57534e33}.before\:bg-stone-600\/30:before{content:attr(content);background-color:#57534e4d}.before\:bg-stone-600\/40:before{content:attr(content);background-color:#57534e66}.before\:bg-stone-600\/50:before{content:attr(content);background-color:#57534e80}.before\:bg-stone-600\/60:before{content:attr(content);background-color:#57534e99}.before\:bg-stone-600\/70:before{content:attr(content);background-color:#57534eb3}.before\:bg-stone-600\/75:before{content:attr(content);background-color:#57534ebf}.before\:bg-stone-600\/80:before{content:attr(content);background-color:#57534ecc}.before\:bg-stone-600\/90:before{content:attr(content);background-color:#57534ee6}.before\:bg-stone-700:before{content:attr(content);background-color:#44403c}.before\:bg-stone-700\/0:before{content:attr(content);background-color:#44403c00}.before\:bg-stone-700\/10:before{content:attr(content);background-color:#44403c1a}.before\:bg-stone-700\/20:before{content:attr(content);background-color:#44403c33}.before\:bg-stone-700\/30:before{content:attr(content);background-color:#44403c4d}.before\:bg-stone-700\/40:before{content:attr(content);background-color:#44403c66}.before\:bg-stone-700\/50:before{content:attr(content);background-color:#44403c80}.before\:bg-stone-700\/60:before{content:attr(content);background-color:#44403c99}.before\:bg-stone-700\/70:before{content:attr(content);background-color:#44403cb3}.before\:bg-stone-700\/75:before{content:attr(content);background-color:#44403cbf}.before\:bg-stone-700\/80:before{content:attr(content);background-color:#44403ccc}.before\:bg-stone-700\/90:before{content:attr(content);background-color:#44403ce6}.before\:bg-stone-800:before{content:attr(content);background-color:#292524}.before\:bg-stone-800\/0:before{content:attr(content);background-color:#29252400}.before\:bg-stone-800\/10:before{content:attr(content);background-color:#2925241a}.before\:bg-stone-800\/20:before{content:attr(content);background-color:#29252433}.before\:bg-stone-800\/30:before{content:attr(content);background-color:#2925244d}.before\:bg-stone-800\/40:before{content:attr(content);background-color:#29252466}.before\:bg-stone-800\/50:before{content:attr(content);background-color:#29252480}.before\:bg-stone-800\/60:before{content:attr(content);background-color:#29252499}.before\:bg-stone-800\/70:before{content:attr(content);background-color:#292524b3}.before\:bg-stone-800\/75:before{content:attr(content);background-color:#292524bf}.before\:bg-stone-800\/80:before{content:attr(content);background-color:#292524cc}.before\:bg-stone-800\/90:before{content:attr(content);background-color:#292524e6}.before\:bg-stone-900:before{content:attr(content);background-color:#1c1917}.before\:bg-stone-900\/0:before{content:attr(content);background-color:#1c191700}.before\:bg-stone-900\/10:before{content:attr(content);background-color:#1c19171a}.before\:bg-stone-900\/20:before{content:attr(content);background-color:#1c191733}.before\:bg-stone-900\/30:before{content:attr(content);background-color:#1c19174d}.before\:bg-stone-900\/40:before{content:attr(content);background-color:#1c191766}.before\:bg-stone-900\/50:before{content:attr(content);background-color:#1c191780}.before\:bg-stone-900\/60:before{content:attr(content);background-color:#1c191799}.before\:bg-stone-900\/70:before{content:attr(content);background-color:#1c1917b3}.before\:bg-stone-900\/75:before{content:attr(content);background-color:#1c1917bf}.before\:bg-stone-900\/80:before{content:attr(content);background-color:#1c1917cc}.before\:bg-stone-900\/90:before{content:attr(content);background-color:#1c1917e6}.before\:bg-stone-950:before{content:attr(content);background-color:#0c0a09}.before\:bg-stone-950\/0:before{content:attr(content);background-color:#0c0a0900}.before\:bg-stone-950\/10:before{content:attr(content);background-color:#0c0a091a}.before\:bg-stone-950\/20:before{content:attr(content);background-color:#0c0a0933}.before\:bg-stone-950\/30:before{content:attr(content);background-color:#0c0a094d}.before\:bg-stone-950\/40:before{content:attr(content);background-color:#0c0a0966}.before\:bg-stone-950\/50:before{content:attr(content);background-color:#0c0a0980}.before\:bg-stone-950\/60:before{content:attr(content);background-color:#0c0a0999}.before\:bg-stone-950\/70:before{content:attr(content);background-color:#0c0a09b3}.before\:bg-stone-950\/75:before{content:attr(content);background-color:#0c0a09bf}.before\:bg-stone-950\/80:before{content:attr(content);background-color:#0c0a09cc}.before\:bg-stone-950\/90:before{content:attr(content);background-color:#0c0a09e6}.before\:bg-red-50:before{content:attr(content);background-color:#fef2f2}.before\:bg-red-50\/0:before{content:attr(content);background-color:#fef2f200}.before\:bg-red-50\/10:before{content:attr(content);background-color:#fef2f21a}.before\:bg-red-50\/20:before{content:attr(content);background-color:#fef2f233}.before\:bg-red-50\/30:before{content:attr(content);background-color:#fef2f24d}.before\:bg-red-50\/40:before{content:attr(content);background-color:#fef2f266}.before\:bg-red-50\/50:before{content:attr(content);background-color:#fef2f280}.before\:bg-red-50\/60:before{content:attr(content);background-color:#fef2f299}.before\:bg-red-50\/70:before{content:attr(content);background-color:#fef2f2b3}.before\:bg-red-50\/75:before{content:attr(content);background-color:#fef2f2bf}.before\:bg-red-50\/80:before{content:attr(content);background-color:#fef2f2cc}.before\:bg-red-50\/90:before{content:attr(content);background-color:#fef2f2e6}.before\:bg-red-100:before{content:attr(content);background-color:#fee2e2}.before\:bg-red-100\/0:before{content:attr(content);background-color:#fee2e200}.before\:bg-red-100\/10:before{content:attr(content);background-color:#fee2e21a}.before\:bg-red-100\/20:before{content:attr(content);background-color:#fee2e233}.before\:bg-red-100\/30:before{content:attr(content);background-color:#fee2e24d}.before\:bg-red-100\/40:before{content:attr(content);background-color:#fee2e266}.before\:bg-red-100\/50:before{content:attr(content);background-color:#fee2e280}.before\:bg-red-100\/60:before{content:attr(content);background-color:#fee2e299}.before\:bg-red-100\/70:before{content:attr(content);background-color:#fee2e2b3}.before\:bg-red-100\/75:before{content:attr(content);background-color:#fee2e2bf}.before\:bg-red-100\/80:before{content:attr(content);background-color:#fee2e2cc}.before\:bg-red-100\/90:before{content:attr(content);background-color:#fee2e2e6}.before\:bg-red-200:before{content:attr(content);background-color:#fecaca}.before\:bg-red-200\/0:before{content:attr(content);background-color:#fecaca00}.before\:bg-red-200\/10:before{content:attr(content);background-color:#fecaca1a}.before\:bg-red-200\/20:before{content:attr(content);background-color:#fecaca33}.before\:bg-red-200\/30:before{content:attr(content);background-color:#fecaca4d}.before\:bg-red-200\/40:before{content:attr(content);background-color:#fecaca66}.before\:bg-red-200\/50:before{content:attr(content);background-color:#fecaca80}.before\:bg-red-200\/60:before{content:attr(content);background-color:#fecaca99}.before\:bg-red-200\/70:before{content:attr(content);background-color:#fecacab3}.before\:bg-red-200\/75:before{content:attr(content);background-color:#fecacabf}.before\:bg-red-200\/80:before{content:attr(content);background-color:#fecacacc}.before\:bg-red-200\/90:before{content:attr(content);background-color:#fecacae6}.before\:bg-red-300:before{content:attr(content);background-color:#fca5a5}.before\:bg-red-300\/0:before{content:attr(content);background-color:#fca5a500}.before\:bg-red-300\/10:before{content:attr(content);background-color:#fca5a51a}.before\:bg-red-300\/20:before{content:attr(content);background-color:#fca5a533}.before\:bg-red-300\/30:before{content:attr(content);background-color:#fca5a54d}.before\:bg-red-300\/40:before{content:attr(content);background-color:#fca5a566}.before\:bg-red-300\/50:before{content:attr(content);background-color:#fca5a580}.before\:bg-red-300\/60:before{content:attr(content);background-color:#fca5a599}.before\:bg-red-300\/70:before{content:attr(content);background-color:#fca5a5b3}.before\:bg-red-300\/75:before{content:attr(content);background-color:#fca5a5bf}.before\:bg-red-300\/80:before{content:attr(content);background-color:#fca5a5cc}.before\:bg-red-300\/90:before{content:attr(content);background-color:#fca5a5e6}.before\:bg-red-400:before{content:attr(content);background-color:#f87171}.before\:bg-red-400\/0:before{content:attr(content);background-color:#f8717100}.before\:bg-red-400\/10:before{content:attr(content);background-color:#f871711a}.before\:bg-red-400\/20:before{content:attr(content);background-color:#f8717133}.before\:bg-red-400\/30:before{content:attr(content);background-color:#f871714d}.before\:bg-red-400\/40:before{content:attr(content);background-color:#f8717166}.before\:bg-red-400\/50:before{content:attr(content);background-color:#f8717180}.before\:bg-red-400\/60:before{content:attr(content);background-color:#f8717199}.before\:bg-red-400\/70:before{content:attr(content);background-color:#f87171b3}.before\:bg-red-400\/75:before{content:attr(content);background-color:#f87171bf}.before\:bg-red-400\/80:before{content:attr(content);background-color:#f87171cc}.before\:bg-red-400\/90:before{content:attr(content);background-color:#f87171e6}.before\:bg-red-500:before{content:attr(content);background-color:#ef4444}.before\:bg-red-500\/0:before{content:attr(content);background-color:#ef444400}.before\:bg-red-500\/10:before{content:attr(content);background-color:#ef44441a}.before\:bg-red-500\/20:before{content:attr(content);background-color:#ef444433}.before\:bg-red-500\/30:before{content:attr(content);background-color:#ef44444d}.before\:bg-red-500\/40:before{content:attr(content);background-color:#ef444466}.before\:bg-red-500\/50:before{content:attr(content);background-color:#ef444480}.before\:bg-red-500\/60:before{content:attr(content);background-color:#ef444499}.before\:bg-red-500\/70:before{content:attr(content);background-color:#ef4444b3}.before\:bg-red-500\/75:before{content:attr(content);background-color:#ef4444bf}.before\:bg-red-500\/80:before{content:attr(content);background-color:#ef4444cc}.before\:bg-red-500\/90:before{content:attr(content);background-color:#ef4444e6}.before\:bg-red-600:before{content:attr(content);background-color:#dc2626}.before\:bg-red-600\/0:before{content:attr(content);background-color:#dc262600}.before\:bg-red-600\/10:before{content:attr(content);background-color:#dc26261a}.before\:bg-red-600\/20:before{content:attr(content);background-color:#dc262633}.before\:bg-red-600\/30:before{content:attr(content);background-color:#dc26264d}.before\:bg-red-600\/40:before{content:attr(content);background-color:#dc262666}.before\:bg-red-600\/50:before{content:attr(content);background-color:#dc262680}.before\:bg-red-600\/60:before{content:attr(content);background-color:#dc262699}.before\:bg-red-600\/70:before{content:attr(content);background-color:#dc2626b3}.before\:bg-red-600\/75:before{content:attr(content);background-color:#dc2626bf}.before\:bg-red-600\/80:before{content:attr(content);background-color:#dc2626cc}.before\:bg-red-600\/90:before{content:attr(content);background-color:#dc2626e6}.before\:bg-red-700:before{content:attr(content);background-color:#b91c1c}.before\:bg-red-700\/0:before{content:attr(content);background-color:#b91c1c00}.before\:bg-red-700\/10:before{content:attr(content);background-color:#b91c1c1a}.before\:bg-red-700\/20:before{content:attr(content);background-color:#b91c1c33}.before\:bg-red-700\/30:before{content:attr(content);background-color:#b91c1c4d}.before\:bg-red-700\/40:before{content:attr(content);background-color:#b91c1c66}.before\:bg-red-700\/50:before{content:attr(content);background-color:#b91c1c80}.before\:bg-red-700\/60:before{content:attr(content);background-color:#b91c1c99}.before\:bg-red-700\/70:before{content:attr(content);background-color:#b91c1cb3}.before\:bg-red-700\/75:before{content:attr(content);background-color:#b91c1cbf}.before\:bg-red-700\/80:before{content:attr(content);background-color:#b91c1ccc}.before\:bg-red-700\/90:before{content:attr(content);background-color:#b91c1ce6}.before\:bg-red-800:before{content:attr(content);background-color:#991b1b}.before\:bg-red-800\/0:before{content:attr(content);background-color:#991b1b00}.before\:bg-red-800\/10:before{content:attr(content);background-color:#991b1b1a}.before\:bg-red-800\/20:before{content:attr(content);background-color:#991b1b33}.before\:bg-red-800\/30:before{content:attr(content);background-color:#991b1b4d}.before\:bg-red-800\/40:before{content:attr(content);background-color:#991b1b66}.before\:bg-red-800\/50:before{content:attr(content);background-color:#991b1b80}.before\:bg-red-800\/60:before{content:attr(content);background-color:#991b1b99}.before\:bg-red-800\/70:before{content:attr(content);background-color:#991b1bb3}.before\:bg-red-800\/75:before{content:attr(content);background-color:#991b1bbf}.before\:bg-red-800\/80:before{content:attr(content);background-color:#991b1bcc}.before\:bg-red-800\/90:before{content:attr(content);background-color:#991b1be6}.before\:bg-red-900:before{content:attr(content);background-color:#7f1d1d}.before\:bg-red-900\/0:before{content:attr(content);background-color:#7f1d1d00}.before\:bg-red-900\/10:before{content:attr(content);background-color:#7f1d1d1a}.before\:bg-red-900\/20:before{content:attr(content);background-color:#7f1d1d33}.before\:bg-red-900\/30:before{content:attr(content);background-color:#7f1d1d4d}.before\:bg-red-900\/40:before{content:attr(content);background-color:#7f1d1d66}.before\:bg-red-900\/50:before{content:attr(content);background-color:#7f1d1d80}.before\:bg-red-900\/60:before{content:attr(content);background-color:#7f1d1d99}.before\:bg-red-900\/70:before{content:attr(content);background-color:#7f1d1db3}.before\:bg-red-900\/75:before{content:attr(content);background-color:#7f1d1dbf}.before\:bg-red-900\/80:before{content:attr(content);background-color:#7f1d1dcc}.before\:bg-red-900\/90:before{content:attr(content);background-color:#7f1d1de6}.before\:bg-red-950:before{content:attr(content);background-color:#450a0a}.before\:bg-red-950\/0:before{content:attr(content);background-color:#450a0a00}.before\:bg-red-950\/10:before{content:attr(content);background-color:#450a0a1a}.before\:bg-red-950\/20:before{content:attr(content);background-color:#450a0a33}.before\:bg-red-950\/30:before{content:attr(content);background-color:#450a0a4d}.before\:bg-red-950\/40:before{content:attr(content);background-color:#450a0a66}.before\:bg-red-950\/50:before{content:attr(content);background-color:#450a0a80}.before\:bg-red-950\/60:before{content:attr(content);background-color:#450a0a99}.before\:bg-red-950\/70:before{content:attr(content);background-color:#450a0ab3}.before\:bg-red-950\/75:before{content:attr(content);background-color:#450a0abf}.before\:bg-red-950\/80:before{content:attr(content);background-color:#450a0acc}.before\:bg-red-950\/90:before{content:attr(content);background-color:#450a0ae6}.before\:bg-orange-50:before{content:attr(content);background-color:#fff7ed}.before\:bg-orange-50\/0:before{content:attr(content);background-color:#fff7ed00}.before\:bg-orange-50\/10:before{content:attr(content);background-color:#fff7ed1a}.before\:bg-orange-50\/20:before{content:attr(content);background-color:#fff7ed33}.before\:bg-orange-50\/30:before{content:attr(content);background-color:#fff7ed4d}.before\:bg-orange-50\/40:before{content:attr(content);background-color:#fff7ed66}.before\:bg-orange-50\/50:before{content:attr(content);background-color:#fff7ed80}.before\:bg-orange-50\/60:before{content:attr(content);background-color:#fff7ed99}.before\:bg-orange-50\/70:before{content:attr(content);background-color:#fff7edb3}.before\:bg-orange-50\/75:before{content:attr(content);background-color:#fff7edbf}.before\:bg-orange-50\/80:before{content:attr(content);background-color:#fff7edcc}.before\:bg-orange-50\/90:before{content:attr(content);background-color:#fff7ede6}.before\:bg-orange-100:before{content:attr(content);background-color:#ffedd5}.before\:bg-orange-100\/0:before{content:attr(content);background-color:#ffedd500}.before\:bg-orange-100\/10:before{content:attr(content);background-color:#ffedd51a}.before\:bg-orange-100\/20:before{content:attr(content);background-color:#ffedd533}.before\:bg-orange-100\/30:before{content:attr(content);background-color:#ffedd54d}.before\:bg-orange-100\/40:before{content:attr(content);background-color:#ffedd566}.before\:bg-orange-100\/50:before{content:attr(content);background-color:#ffedd580}.before\:bg-orange-100\/60:before{content:attr(content);background-color:#ffedd599}.before\:bg-orange-100\/70:before{content:attr(content);background-color:#ffedd5b3}.before\:bg-orange-100\/75:before{content:attr(content);background-color:#ffedd5bf}.before\:bg-orange-100\/80:before{content:attr(content);background-color:#ffedd5cc}.before\:bg-orange-100\/90:before{content:attr(content);background-color:#ffedd5e6}.before\:bg-orange-200:before{content:attr(content);background-color:#fed7aa}.before\:bg-orange-200\/0:before{content:attr(content);background-color:#fed7aa00}.before\:bg-orange-200\/10:before{content:attr(content);background-color:#fed7aa1a}.before\:bg-orange-200\/20:before{content:attr(content);background-color:#fed7aa33}.before\:bg-orange-200\/30:before{content:attr(content);background-color:#fed7aa4d}.before\:bg-orange-200\/40:before{content:attr(content);background-color:#fed7aa66}.before\:bg-orange-200\/50:before{content:attr(content);background-color:#fed7aa80}.before\:bg-orange-200\/60:before{content:attr(content);background-color:#fed7aa99}.before\:bg-orange-200\/70:before{content:attr(content);background-color:#fed7aab3}.before\:bg-orange-200\/75:before{content:attr(content);background-color:#fed7aabf}.before\:bg-orange-200\/80:before{content:attr(content);background-color:#fed7aacc}.before\:bg-orange-200\/90:before{content:attr(content);background-color:#fed7aae6}.before\:bg-orange-300:before{content:attr(content);background-color:#fdba74}.before\:bg-orange-300\/0:before{content:attr(content);background-color:#fdba7400}.before\:bg-orange-300\/10:before{content:attr(content);background-color:#fdba741a}.before\:bg-orange-300\/20:before{content:attr(content);background-color:#fdba7433}.before\:bg-orange-300\/30:before{content:attr(content);background-color:#fdba744d}.before\:bg-orange-300\/40:before{content:attr(content);background-color:#fdba7466}.before\:bg-orange-300\/50:before{content:attr(content);background-color:#fdba7480}.before\:bg-orange-300\/60:before{content:attr(content);background-color:#fdba7499}.before\:bg-orange-300\/70:before{content:attr(content);background-color:#fdba74b3}.before\:bg-orange-300\/75:before{content:attr(content);background-color:#fdba74bf}.before\:bg-orange-300\/80:before{content:attr(content);background-color:#fdba74cc}.before\:bg-orange-300\/90:before{content:attr(content);background-color:#fdba74e6}.before\:bg-orange-400:before{content:attr(content);background-color:#fb923c}.before\:bg-orange-400\/0:before{content:attr(content);background-color:#fb923c00}.before\:bg-orange-400\/10:before{content:attr(content);background-color:#fb923c1a}.before\:bg-orange-400\/20:before{content:attr(content);background-color:#fb923c33}.before\:bg-orange-400\/30:before{content:attr(content);background-color:#fb923c4d}.before\:bg-orange-400\/40:before{content:attr(content);background-color:#fb923c66}.before\:bg-orange-400\/50:before{content:attr(content);background-color:#fb923c80}.before\:bg-orange-400\/60:before{content:attr(content);background-color:#fb923c99}.before\:bg-orange-400\/70:before{content:attr(content);background-color:#fb923cb3}.before\:bg-orange-400\/75:before{content:attr(content);background-color:#fb923cbf}.before\:bg-orange-400\/80:before{content:attr(content);background-color:#fb923ccc}.before\:bg-orange-400\/90:before{content:attr(content);background-color:#fb923ce6}.before\:bg-orange-500:before{content:attr(content);background-color:#f97316}.before\:bg-orange-500\/0:before{content:attr(content);background-color:#f9731600}.before\:bg-orange-500\/10:before{content:attr(content);background-color:#f973161a}.before\:bg-orange-500\/20:before{content:attr(content);background-color:#f9731633}.before\:bg-orange-500\/30:before{content:attr(content);background-color:#f973164d}.before\:bg-orange-500\/40:before{content:attr(content);background-color:#f9731666}.before\:bg-orange-500\/50:before{content:attr(content);background-color:#f9731680}.before\:bg-orange-500\/60:before{content:attr(content);background-color:#f9731699}.before\:bg-orange-500\/70:before{content:attr(content);background-color:#f97316b3}.before\:bg-orange-500\/75:before{content:attr(content);background-color:#f97316bf}.before\:bg-orange-500\/80:before{content:attr(content);background-color:#f97316cc}.before\:bg-orange-500\/90:before{content:attr(content);background-color:#f97316e6}.before\:bg-orange-600:before{content:attr(content);background-color:#ea580c}.before\:bg-orange-600\/0:before{content:attr(content);background-color:#ea580c00}.before\:bg-orange-600\/10:before{content:attr(content);background-color:#ea580c1a}.before\:bg-orange-600\/20:before{content:attr(content);background-color:#ea580c33}.before\:bg-orange-600\/30:before{content:attr(content);background-color:#ea580c4d}.before\:bg-orange-600\/40:before{content:attr(content);background-color:#ea580c66}.before\:bg-orange-600\/50:before{content:attr(content);background-color:#ea580c80}.before\:bg-orange-600\/60:before{content:attr(content);background-color:#ea580c99}.before\:bg-orange-600\/70:before{content:attr(content);background-color:#ea580cb3}.before\:bg-orange-600\/75:before{content:attr(content);background-color:#ea580cbf}.before\:bg-orange-600\/80:before{content:attr(content);background-color:#ea580ccc}.before\:bg-orange-600\/90:before{content:attr(content);background-color:#ea580ce6}.before\:bg-orange-700:before{content:attr(content);background-color:#c2410c}.before\:bg-orange-700\/0:before{content:attr(content);background-color:#c2410c00}.before\:bg-orange-700\/10:before{content:attr(content);background-color:#c2410c1a}.before\:bg-orange-700\/20:before{content:attr(content);background-color:#c2410c33}.before\:bg-orange-700\/30:before{content:attr(content);background-color:#c2410c4d}.before\:bg-orange-700\/40:before{content:attr(content);background-color:#c2410c66}.before\:bg-orange-700\/50:before{content:attr(content);background-color:#c2410c80}.before\:bg-orange-700\/60:before{content:attr(content);background-color:#c2410c99}.before\:bg-orange-700\/70:before{content:attr(content);background-color:#c2410cb3}.before\:bg-orange-700\/75:before{content:attr(content);background-color:#c2410cbf}.before\:bg-orange-700\/80:before{content:attr(content);background-color:#c2410ccc}.before\:bg-orange-700\/90:before{content:attr(content);background-color:#c2410ce6}.before\:bg-orange-800:before{content:attr(content);background-color:#9a3412}.before\:bg-orange-800\/0:before{content:attr(content);background-color:#9a341200}.before\:bg-orange-800\/10:before{content:attr(content);background-color:#9a34121a}.before\:bg-orange-800\/20:before{content:attr(content);background-color:#9a341233}.before\:bg-orange-800\/30:before{content:attr(content);background-color:#9a34124d}.before\:bg-orange-800\/40:before{content:attr(content);background-color:#9a341266}.before\:bg-orange-800\/50:before{content:attr(content);background-color:#9a341280}.before\:bg-orange-800\/60:before{content:attr(content);background-color:#9a341299}.before\:bg-orange-800\/70:before{content:attr(content);background-color:#9a3412b3}.before\:bg-orange-800\/75:before{content:attr(content);background-color:#9a3412bf}.before\:bg-orange-800\/80:before{content:attr(content);background-color:#9a3412cc}.before\:bg-orange-800\/90:before{content:attr(content);background-color:#9a3412e6}.before\:bg-orange-900:before{content:attr(content);background-color:#7c2d12}.before\:bg-orange-900\/0:before{content:attr(content);background-color:#7c2d1200}.before\:bg-orange-900\/10:before{content:attr(content);background-color:#7c2d121a}.before\:bg-orange-900\/20:before{content:attr(content);background-color:#7c2d1233}.before\:bg-orange-900\/30:before{content:attr(content);background-color:#7c2d124d}.before\:bg-orange-900\/40:before{content:attr(content);background-color:#7c2d1266}.before\:bg-orange-900\/50:before{content:attr(content);background-color:#7c2d1280}.before\:bg-orange-900\/60:before{content:attr(content);background-color:#7c2d1299}.before\:bg-orange-900\/70:before{content:attr(content);background-color:#7c2d12b3}.before\:bg-orange-900\/75:before{content:attr(content);background-color:#7c2d12bf}.before\:bg-orange-900\/80:before{content:attr(content);background-color:#7c2d12cc}.before\:bg-orange-900\/90:before{content:attr(content);background-color:#7c2d12e6}.before\:bg-orange-950:before{content:attr(content);background-color:#431407}.before\:bg-orange-950\/0:before{content:attr(content);background-color:#43140700}.before\:bg-orange-950\/10:before{content:attr(content);background-color:#4314071a}.before\:bg-orange-950\/20:before{content:attr(content);background-color:#43140733}.before\:bg-orange-950\/30:before{content:attr(content);background-color:#4314074d}.before\:bg-orange-950\/40:before{content:attr(content);background-color:#43140766}.before\:bg-orange-950\/50:before{content:attr(content);background-color:#43140780}.before\:bg-orange-950\/60:before{content:attr(content);background-color:#43140799}.before\:bg-orange-950\/70:before{content:attr(content);background-color:#431407b3}.before\:bg-orange-950\/75:before{content:attr(content);background-color:#431407bf}.before\:bg-orange-950\/80:before{content:attr(content);background-color:#431407cc}.before\:bg-orange-950\/90:before{content:attr(content);background-color:#431407e6}.before\:bg-amber-50:before{content:attr(content);background-color:#fffbeb}.before\:bg-amber-50\/0:before{content:attr(content);background-color:#fffbeb00}.before\:bg-amber-50\/10:before{content:attr(content);background-color:#fffbeb1a}.before\:bg-amber-50\/20:before{content:attr(content);background-color:#fffbeb33}.before\:bg-amber-50\/30:before{content:attr(content);background-color:#fffbeb4d}.before\:bg-amber-50\/40:before{content:attr(content);background-color:#fffbeb66}.before\:bg-amber-50\/50:before{content:attr(content);background-color:#fffbeb80}.before\:bg-amber-50\/60:before{content:attr(content);background-color:#fffbeb99}.before\:bg-amber-50\/70:before{content:attr(content);background-color:#fffbebb3}.before\:bg-amber-50\/75:before{content:attr(content);background-color:#fffbebbf}.before\:bg-amber-50\/80:before{content:attr(content);background-color:#fffbebcc}.before\:bg-amber-50\/90:before{content:attr(content);background-color:#fffbebe6}.before\:bg-amber-100:before{content:attr(content);background-color:#fef3c7}.before\:bg-amber-100\/0:before{content:attr(content);background-color:#fef3c700}.before\:bg-amber-100\/10:before{content:attr(content);background-color:#fef3c71a}.before\:bg-amber-100\/20:before{content:attr(content);background-color:#fef3c733}.before\:bg-amber-100\/30:before{content:attr(content);background-color:#fef3c74d}.before\:bg-amber-100\/40:before{content:attr(content);background-color:#fef3c766}.before\:bg-amber-100\/50:before{content:attr(content);background-color:#fef3c780}.before\:bg-amber-100\/60:before{content:attr(content);background-color:#fef3c799}.before\:bg-amber-100\/70:before{content:attr(content);background-color:#fef3c7b3}.before\:bg-amber-100\/75:before{content:attr(content);background-color:#fef3c7bf}.before\:bg-amber-100\/80:before{content:attr(content);background-color:#fef3c7cc}.before\:bg-amber-100\/90:before{content:attr(content);background-color:#fef3c7e6}.before\:bg-amber-200:before{content:attr(content);background-color:#fde68a}.before\:bg-amber-200\/0:before{content:attr(content);background-color:#fde68a00}.before\:bg-amber-200\/10:before{content:attr(content);background-color:#fde68a1a}.before\:bg-amber-200\/20:before{content:attr(content);background-color:#fde68a33}.before\:bg-amber-200\/30:before{content:attr(content);background-color:#fde68a4d}.before\:bg-amber-200\/40:before{content:attr(content);background-color:#fde68a66}.before\:bg-amber-200\/50:before{content:attr(content);background-color:#fde68a80}.before\:bg-amber-200\/60:before{content:attr(content);background-color:#fde68a99}.before\:bg-amber-200\/70:before{content:attr(content);background-color:#fde68ab3}.before\:bg-amber-200\/75:before{content:attr(content);background-color:#fde68abf}.before\:bg-amber-200\/80:before{content:attr(content);background-color:#fde68acc}.before\:bg-amber-200\/90:before{content:attr(content);background-color:#fde68ae6}.before\:bg-amber-300:before{content:attr(content);background-color:#fcd34d}.before\:bg-amber-300\/0:before{content:attr(content);background-color:#fcd34d00}.before\:bg-amber-300\/10:before{content:attr(content);background-color:#fcd34d1a}.before\:bg-amber-300\/20:before{content:attr(content);background-color:#fcd34d33}.before\:bg-amber-300\/30:before{content:attr(content);background-color:#fcd34d4d}.before\:bg-amber-300\/40:before{content:attr(content);background-color:#fcd34d66}.before\:bg-amber-300\/50:before{content:attr(content);background-color:#fcd34d80}.before\:bg-amber-300\/60:before{content:attr(content);background-color:#fcd34d99}.before\:bg-amber-300\/70:before{content:attr(content);background-color:#fcd34db3}.before\:bg-amber-300\/75:before{content:attr(content);background-color:#fcd34dbf}.before\:bg-amber-300\/80:before{content:attr(content);background-color:#fcd34dcc}.before\:bg-amber-300\/90:before{content:attr(content);background-color:#fcd34de6}.before\:bg-amber-400:before{content:attr(content);background-color:#fbbf24}.before\:bg-amber-400\/0:before{content:attr(content);background-color:#fbbf2400}.before\:bg-amber-400\/10:before{content:attr(content);background-color:#fbbf241a}.before\:bg-amber-400\/20:before{content:attr(content);background-color:#fbbf2433}.before\:bg-amber-400\/30:before{content:attr(content);background-color:#fbbf244d}.before\:bg-amber-400\/40:before{content:attr(content);background-color:#fbbf2466}.before\:bg-amber-400\/50:before{content:attr(content);background-color:#fbbf2480}.before\:bg-amber-400\/60:before{content:attr(content);background-color:#fbbf2499}.before\:bg-amber-400\/70:before{content:attr(content);background-color:#fbbf24b3}.before\:bg-amber-400\/75:before{content:attr(content);background-color:#fbbf24bf}.before\:bg-amber-400\/80:before{content:attr(content);background-color:#fbbf24cc}.before\:bg-amber-400\/90:before{content:attr(content);background-color:#fbbf24e6}.before\:bg-amber-500:before{content:attr(content);background-color:#f59e0b}.before\:bg-amber-500\/0:before{content:attr(content);background-color:#f59e0b00}.before\:bg-amber-500\/10:before{content:attr(content);background-color:#f59e0b1a}.before\:bg-amber-500\/20:before{content:attr(content);background-color:#f59e0b33}.before\:bg-amber-500\/30:before{content:attr(content);background-color:#f59e0b4d}.before\:bg-amber-500\/40:before{content:attr(content);background-color:#f59e0b66}.before\:bg-amber-500\/50:before{content:attr(content);background-color:#f59e0b80}.before\:bg-amber-500\/60:before{content:attr(content);background-color:#f59e0b99}.before\:bg-amber-500\/70:before{content:attr(content);background-color:#f59e0bb3}.before\:bg-amber-500\/75:before{content:attr(content);background-color:#f59e0bbf}.before\:bg-amber-500\/80:before{content:attr(content);background-color:#f59e0bcc}.before\:bg-amber-500\/90:before{content:attr(content);background-color:#f59e0be6}.before\:bg-amber-600:before{content:attr(content);background-color:#d97706}.before\:bg-amber-600\/0:before{content:attr(content);background-color:#d9770600}.before\:bg-amber-600\/10:before{content:attr(content);background-color:#d977061a}.before\:bg-amber-600\/20:before{content:attr(content);background-color:#d9770633}.before\:bg-amber-600\/30:before{content:attr(content);background-color:#d977064d}.before\:bg-amber-600\/40:before{content:attr(content);background-color:#d9770666}.before\:bg-amber-600\/50:before{content:attr(content);background-color:#d9770680}.before\:bg-amber-600\/60:before{content:attr(content);background-color:#d9770699}.before\:bg-amber-600\/70:before{content:attr(content);background-color:#d97706b3}.before\:bg-amber-600\/75:before{content:attr(content);background-color:#d97706bf}.before\:bg-amber-600\/80:before{content:attr(content);background-color:#d97706cc}.before\:bg-amber-600\/90:before{content:attr(content);background-color:#d97706e6}.before\:bg-amber-700:before{content:attr(content);background-color:#b45309}.before\:bg-amber-700\/0:before{content:attr(content);background-color:#b4530900}.before\:bg-amber-700\/10:before{content:attr(content);background-color:#b453091a}.before\:bg-amber-700\/20:before{content:attr(content);background-color:#b4530933}.before\:bg-amber-700\/30:before{content:attr(content);background-color:#b453094d}.before\:bg-amber-700\/40:before{content:attr(content);background-color:#b4530966}.before\:bg-amber-700\/50:before{content:attr(content);background-color:#b4530980}.before\:bg-amber-700\/60:before{content:attr(content);background-color:#b4530999}.before\:bg-amber-700\/70:before{content:attr(content);background-color:#b45309b3}.before\:bg-amber-700\/75:before{content:attr(content);background-color:#b45309bf}.before\:bg-amber-700\/80:before{content:attr(content);background-color:#b45309cc}.before\:bg-amber-700\/90:before{content:attr(content);background-color:#b45309e6}.before\:bg-amber-800:before{content:attr(content);background-color:#92400e}.before\:bg-amber-800\/0:before{content:attr(content);background-color:#92400e00}.before\:bg-amber-800\/10:before{content:attr(content);background-color:#92400e1a}.before\:bg-amber-800\/20:before{content:attr(content);background-color:#92400e33}.before\:bg-amber-800\/30:before{content:attr(content);background-color:#92400e4d}.before\:bg-amber-800\/40:before{content:attr(content);background-color:#92400e66}.before\:bg-amber-800\/50:before{content:attr(content);background-color:#92400e80}.before\:bg-amber-800\/60:before{content:attr(content);background-color:#92400e99}.before\:bg-amber-800\/70:before{content:attr(content);background-color:#92400eb3}.before\:bg-amber-800\/75:before{content:attr(content);background-color:#92400ebf}.before\:bg-amber-800\/80:before{content:attr(content);background-color:#92400ecc}.before\:bg-amber-800\/90:before{content:attr(content);background-color:#92400ee6}.before\:bg-amber-900:before{content:attr(content);background-color:#78350f}.before\:bg-amber-900\/0:before{content:attr(content);background-color:#78350f00}.before\:bg-amber-900\/10:before{content:attr(content);background-color:#78350f1a}.before\:bg-amber-900\/20:before{content:attr(content);background-color:#78350f33}.before\:bg-amber-900\/30:before{content:attr(content);background-color:#78350f4d}.before\:bg-amber-900\/40:before{content:attr(content);background-color:#78350f66}.before\:bg-amber-900\/50:before{content:attr(content);background-color:#78350f80}.before\:bg-amber-900\/60:before{content:attr(content);background-color:#78350f99}.before\:bg-amber-900\/70:before{content:attr(content);background-color:#78350fb3}.before\:bg-amber-900\/75:before{content:attr(content);background-color:#78350fbf}.before\:bg-amber-900\/80:before{content:attr(content);background-color:#78350fcc}.before\:bg-amber-900\/90:before{content:attr(content);background-color:#78350fe6}.before\:bg-amber-950:before{content:attr(content);background-color:#451a03}.before\:bg-amber-950\/0:before{content:attr(content);background-color:#451a0300}.before\:bg-amber-950\/10:before{content:attr(content);background-color:#451a031a}.before\:bg-amber-950\/20:before{content:attr(content);background-color:#451a0333}.before\:bg-amber-950\/30:before{content:attr(content);background-color:#451a034d}.before\:bg-amber-950\/40:before{content:attr(content);background-color:#451a0366}.before\:bg-amber-950\/50:before{content:attr(content);background-color:#451a0380}.before\:bg-amber-950\/60:before{content:attr(content);background-color:#451a0399}.before\:bg-amber-950\/70:before{content:attr(content);background-color:#451a03b3}.before\:bg-amber-950\/75:before{content:attr(content);background-color:#451a03bf}.before\:bg-amber-950\/80:before{content:attr(content);background-color:#451a03cc}.before\:bg-amber-950\/90:before{content:attr(content);background-color:#451a03e6}.before\:bg-yellow-50:before{content:attr(content);background-color:#fefce8}.before\:bg-yellow-50\/0:before{content:attr(content);background-color:#fefce800}.before\:bg-yellow-50\/10:before{content:attr(content);background-color:#fefce81a}.before\:bg-yellow-50\/20:before{content:attr(content);background-color:#fefce833}.before\:bg-yellow-50\/30:before{content:attr(content);background-color:#fefce84d}.before\:bg-yellow-50\/40:before{content:attr(content);background-color:#fefce866}.before\:bg-yellow-50\/50:before{content:attr(content);background-color:#fefce880}.before\:bg-yellow-50\/60:before{content:attr(content);background-color:#fefce899}.before\:bg-yellow-50\/70:before{content:attr(content);background-color:#fefce8b3}.before\:bg-yellow-50\/75:before{content:attr(content);background-color:#fefce8bf}.before\:bg-yellow-50\/80:before{content:attr(content);background-color:#fefce8cc}.before\:bg-yellow-50\/90:before{content:attr(content);background-color:#fefce8e6}.before\:bg-yellow-100:before{content:attr(content);background-color:#fef9c3}.before\:bg-yellow-100\/0:before{content:attr(content);background-color:#fef9c300}.before\:bg-yellow-100\/10:before{content:attr(content);background-color:#fef9c31a}.before\:bg-yellow-100\/20:before{content:attr(content);background-color:#fef9c333}.before\:bg-yellow-100\/30:before{content:attr(content);background-color:#fef9c34d}.before\:bg-yellow-100\/40:before{content:attr(content);background-color:#fef9c366}.before\:bg-yellow-100\/50:before{content:attr(content);background-color:#fef9c380}.before\:bg-yellow-100\/60:before{content:attr(content);background-color:#fef9c399}.before\:bg-yellow-100\/70:before{content:attr(content);background-color:#fef9c3b3}.before\:bg-yellow-100\/75:before{content:attr(content);background-color:#fef9c3bf}.before\:bg-yellow-100\/80:before{content:attr(content);background-color:#fef9c3cc}.before\:bg-yellow-100\/90:before{content:attr(content);background-color:#fef9c3e6}.before\:bg-yellow-200:before{content:attr(content);background-color:#fef08a}.before\:bg-yellow-200\/0:before{content:attr(content);background-color:#fef08a00}.before\:bg-yellow-200\/10:before{content:attr(content);background-color:#fef08a1a}.before\:bg-yellow-200\/20:before{content:attr(content);background-color:#fef08a33}.before\:bg-yellow-200\/30:before{content:attr(content);background-color:#fef08a4d}.before\:bg-yellow-200\/40:before{content:attr(content);background-color:#fef08a66}.before\:bg-yellow-200\/50:before{content:attr(content);background-color:#fef08a80}.before\:bg-yellow-200\/60:before{content:attr(content);background-color:#fef08a99}.before\:bg-yellow-200\/70:before{content:attr(content);background-color:#fef08ab3}.before\:bg-yellow-200\/75:before{content:attr(content);background-color:#fef08abf}.before\:bg-yellow-200\/80:before{content:attr(content);background-color:#fef08acc}.before\:bg-yellow-200\/90:before{content:attr(content);background-color:#fef08ae6}.before\:bg-yellow-300:before{content:attr(content);background-color:#fde047}.before\:bg-yellow-300\/0:before{content:attr(content);background-color:#fde04700}.before\:bg-yellow-300\/10:before{content:attr(content);background-color:#fde0471a}.before\:bg-yellow-300\/20:before{content:attr(content);background-color:#fde04733}.before\:bg-yellow-300\/30:before{content:attr(content);background-color:#fde0474d}.before\:bg-yellow-300\/40:before{content:attr(content);background-color:#fde04766}.before\:bg-yellow-300\/50:before{content:attr(content);background-color:#fde04780}.before\:bg-yellow-300\/60:before{content:attr(content);background-color:#fde04799}.before\:bg-yellow-300\/70:before{content:attr(content);background-color:#fde047b3}.before\:bg-yellow-300\/75:before{content:attr(content);background-color:#fde047bf}.before\:bg-yellow-300\/80:before{content:attr(content);background-color:#fde047cc}.before\:bg-yellow-300\/90:before{content:attr(content);background-color:#fde047e6}.before\:bg-yellow-400:before{content:attr(content);background-color:#facc15}.before\:bg-yellow-400\/0:before{content:attr(content);background-color:#facc1500}.before\:bg-yellow-400\/10:before{content:attr(content);background-color:#facc151a}.before\:bg-yellow-400\/20:before{content:attr(content);background-color:#facc1533}.before\:bg-yellow-400\/30:before{content:attr(content);background-color:#facc154d}.before\:bg-yellow-400\/40:before{content:attr(content);background-color:#facc1566}.before\:bg-yellow-400\/50:before{content:attr(content);background-color:#facc1580}.before\:bg-yellow-400\/60:before{content:attr(content);background-color:#facc1599}.before\:bg-yellow-400\/70:before{content:attr(content);background-color:#facc15b3}.before\:bg-yellow-400\/75:before{content:attr(content);background-color:#facc15bf}.before\:bg-yellow-400\/80:before{content:attr(content);background-color:#facc15cc}.before\:bg-yellow-400\/90:before{content:attr(content);background-color:#facc15e6}.before\:bg-yellow-500:before{content:attr(content);background-color:#eab308}.before\:bg-yellow-500\/0:before{content:attr(content);background-color:#eab30800}.before\:bg-yellow-500\/10:before{content:attr(content);background-color:#eab3081a}.before\:bg-yellow-500\/20:before{content:attr(content);background-color:#eab30833}.before\:bg-yellow-500\/30:before{content:attr(content);background-color:#eab3084d}.before\:bg-yellow-500\/40:before{content:attr(content);background-color:#eab30866}.before\:bg-yellow-500\/50:before{content:attr(content);background-color:#eab30880}.before\:bg-yellow-500\/60:before{content:attr(content);background-color:#eab30899}.before\:bg-yellow-500\/70:before{content:attr(content);background-color:#eab308b3}.before\:bg-yellow-500\/75:before{content:attr(content);background-color:#eab308bf}.before\:bg-yellow-500\/80:before{content:attr(content);background-color:#eab308cc}.before\:bg-yellow-500\/90:before{content:attr(content);background-color:#eab308e6}.before\:bg-yellow-600:before{content:attr(content);background-color:#ca8a04}.before\:bg-yellow-600\/0:before{content:attr(content);background-color:#ca8a0400}.before\:bg-yellow-600\/10:before{content:attr(content);background-color:#ca8a041a}.before\:bg-yellow-600\/20:before{content:attr(content);background-color:#ca8a0433}.before\:bg-yellow-600\/30:before{content:attr(content);background-color:#ca8a044d}.before\:bg-yellow-600\/40:before{content:attr(content);background-color:#ca8a0466}.before\:bg-yellow-600\/50:before{content:attr(content);background-color:#ca8a0480}.before\:bg-yellow-600\/60:before{content:attr(content);background-color:#ca8a0499}.before\:bg-yellow-600\/70:before{content:attr(content);background-color:#ca8a04b3}.before\:bg-yellow-600\/75:before{content:attr(content);background-color:#ca8a04bf}.before\:bg-yellow-600\/80:before{content:attr(content);background-color:#ca8a04cc}.before\:bg-yellow-600\/90:before{content:attr(content);background-color:#ca8a04e6}.before\:bg-yellow-700:before{content:attr(content);background-color:#a16207}.before\:bg-yellow-700\/0:before{content:attr(content);background-color:#a1620700}.before\:bg-yellow-700\/10:before{content:attr(content);background-color:#a162071a}.before\:bg-yellow-700\/20:before{content:attr(content);background-color:#a1620733}.before\:bg-yellow-700\/30:before{content:attr(content);background-color:#a162074d}.before\:bg-yellow-700\/40:before{content:attr(content);background-color:#a1620766}.before\:bg-yellow-700\/50:before{content:attr(content);background-color:#a1620780}.before\:bg-yellow-700\/60:before{content:attr(content);background-color:#a1620799}.before\:bg-yellow-700\/70:before{content:attr(content);background-color:#a16207b3}.before\:bg-yellow-700\/75:before{content:attr(content);background-color:#a16207bf}.before\:bg-yellow-700\/80:before{content:attr(content);background-color:#a16207cc}.before\:bg-yellow-700\/90:before{content:attr(content);background-color:#a16207e6}.before\:bg-yellow-800:before{content:attr(content);background-color:#854d0e}.before\:bg-yellow-800\/0:before{content:attr(content);background-color:#854d0e00}.before\:bg-yellow-800\/10:before{content:attr(content);background-color:#854d0e1a}.before\:bg-yellow-800\/20:before{content:attr(content);background-color:#854d0e33}.before\:bg-yellow-800\/30:before{content:attr(content);background-color:#854d0e4d}.before\:bg-yellow-800\/40:before{content:attr(content);background-color:#854d0e66}.before\:bg-yellow-800\/50:before{content:attr(content);background-color:#854d0e80}.before\:bg-yellow-800\/60:before{content:attr(content);background-color:#854d0e99}.before\:bg-yellow-800\/70:before{content:attr(content);background-color:#854d0eb3}.before\:bg-yellow-800\/75:before{content:attr(content);background-color:#854d0ebf}.before\:bg-yellow-800\/80:before{content:attr(content);background-color:#854d0ecc}.before\:bg-yellow-800\/90:before{content:attr(content);background-color:#854d0ee6}.before\:bg-yellow-900:before{content:attr(content);background-color:#713f12}.before\:bg-yellow-900\/0:before{content:attr(content);background-color:#713f1200}.before\:bg-yellow-900\/10:before{content:attr(content);background-color:#713f121a}.before\:bg-yellow-900\/20:before{content:attr(content);background-color:#713f1233}.before\:bg-yellow-900\/30:before{content:attr(content);background-color:#713f124d}.before\:bg-yellow-900\/40:before{content:attr(content);background-color:#713f1266}.before\:bg-yellow-900\/50:before{content:attr(content);background-color:#713f1280}.before\:bg-yellow-900\/60:before{content:attr(content);background-color:#713f1299}.before\:bg-yellow-900\/70:before{content:attr(content);background-color:#713f12b3}.before\:bg-yellow-900\/75:before{content:attr(content);background-color:#713f12bf}.before\:bg-yellow-900\/80:before{content:attr(content);background-color:#713f12cc}.before\:bg-yellow-900\/90:before{content:attr(content);background-color:#713f12e6}.before\:bg-yellow-950:before{content:attr(content);background-color:#422006}.before\:bg-yellow-950\/0:before{content:attr(content);background-color:#42200600}.before\:bg-yellow-950\/10:before{content:attr(content);background-color:#4220061a}.before\:bg-yellow-950\/20:before{content:attr(content);background-color:#42200633}.before\:bg-yellow-950\/30:before{content:attr(content);background-color:#4220064d}.before\:bg-yellow-950\/40:before{content:attr(content);background-color:#42200666}.before\:bg-yellow-950\/50:before{content:attr(content);background-color:#42200680}.before\:bg-yellow-950\/60:before{content:attr(content);background-color:#42200699}.before\:bg-yellow-950\/70:before{content:attr(content);background-color:#422006b3}.before\:bg-yellow-950\/75:before{content:attr(content);background-color:#422006bf}.before\:bg-yellow-950\/80:before{content:attr(content);background-color:#422006cc}.before\:bg-yellow-950\/90:before{content:attr(content);background-color:#422006e6}.before\:bg-lime-50:before{content:attr(content);background-color:#f7fee7}.before\:bg-lime-50\/0:before{content:attr(content);background-color:#f7fee700}.before\:bg-lime-50\/10:before{content:attr(content);background-color:#f7fee71a}.before\:bg-lime-50\/20:before{content:attr(content);background-color:#f7fee733}.before\:bg-lime-50\/30:before{content:attr(content);background-color:#f7fee74d}.before\:bg-lime-50\/40:before{content:attr(content);background-color:#f7fee766}.before\:bg-lime-50\/50:before{content:attr(content);background-color:#f7fee780}.before\:bg-lime-50\/60:before{content:attr(content);background-color:#f7fee799}.before\:bg-lime-50\/70:before{content:attr(content);background-color:#f7fee7b3}.before\:bg-lime-50\/75:before{content:attr(content);background-color:#f7fee7bf}.before\:bg-lime-50\/80:before{content:attr(content);background-color:#f7fee7cc}.before\:bg-lime-50\/90:before{content:attr(content);background-color:#f7fee7e6}.before\:bg-lime-100:before{content:attr(content);background-color:#ecfccb}.before\:bg-lime-100\/0:before{content:attr(content);background-color:#ecfccb00}.before\:bg-lime-100\/10:before{content:attr(content);background-color:#ecfccb1a}.before\:bg-lime-100\/20:before{content:attr(content);background-color:#ecfccb33}.before\:bg-lime-100\/30:before{content:attr(content);background-color:#ecfccb4d}.before\:bg-lime-100\/40:before{content:attr(content);background-color:#ecfccb66}.before\:bg-lime-100\/50:before{content:attr(content);background-color:#ecfccb80}.before\:bg-lime-100\/60:before{content:attr(content);background-color:#ecfccb99}.before\:bg-lime-100\/70:before{content:attr(content);background-color:#ecfccbb3}.before\:bg-lime-100\/75:before{content:attr(content);background-color:#ecfccbbf}.before\:bg-lime-100\/80:before{content:attr(content);background-color:#ecfccbcc}.before\:bg-lime-100\/90:before{content:attr(content);background-color:#ecfccbe6}.before\:bg-lime-200:before{content:attr(content);background-color:#d9f99d}.before\:bg-lime-200\/0:before{content:attr(content);background-color:#d9f99d00}.before\:bg-lime-200\/10:before{content:attr(content);background-color:#d9f99d1a}.before\:bg-lime-200\/20:before{content:attr(content);background-color:#d9f99d33}.before\:bg-lime-200\/30:before{content:attr(content);background-color:#d9f99d4d}.before\:bg-lime-200\/40:before{content:attr(content);background-color:#d9f99d66}.before\:bg-lime-200\/50:before{content:attr(content);background-color:#d9f99d80}.before\:bg-lime-200\/60:before{content:attr(content);background-color:#d9f99d99}.before\:bg-lime-200\/70:before{content:attr(content);background-color:#d9f99db3}.before\:bg-lime-200\/75:before{content:attr(content);background-color:#d9f99dbf}.before\:bg-lime-200\/80:before{content:attr(content);background-color:#d9f99dcc}.before\:bg-lime-200\/90:before{content:attr(content);background-color:#d9f99de6}.before\:bg-lime-300:before{content:attr(content);background-color:#bef264}.before\:bg-lime-300\/0:before{content:attr(content);background-color:#bef26400}.before\:bg-lime-300\/10:before{content:attr(content);background-color:#bef2641a}.before\:bg-lime-300\/20:before{content:attr(content);background-color:#bef26433}.before\:bg-lime-300\/30:before{content:attr(content);background-color:#bef2644d}.before\:bg-lime-300\/40:before{content:attr(content);background-color:#bef26466}.before\:bg-lime-300\/50:before{content:attr(content);background-color:#bef26480}.before\:bg-lime-300\/60:before{content:attr(content);background-color:#bef26499}.before\:bg-lime-300\/70:before{content:attr(content);background-color:#bef264b3}.before\:bg-lime-300\/75:before{content:attr(content);background-color:#bef264bf}.before\:bg-lime-300\/80:before{content:attr(content);background-color:#bef264cc}.before\:bg-lime-300\/90:before{content:attr(content);background-color:#bef264e6}.before\:bg-lime-400:before{content:attr(content);background-color:#a3e635}.before\:bg-lime-400\/0:before{content:attr(content);background-color:#a3e63500}.before\:bg-lime-400\/10:before{content:attr(content);background-color:#a3e6351a}.before\:bg-lime-400\/20:before{content:attr(content);background-color:#a3e63533}.before\:bg-lime-400\/30:before{content:attr(content);background-color:#a3e6354d}.before\:bg-lime-400\/40:before{content:attr(content);background-color:#a3e63566}.before\:bg-lime-400\/50:before{content:attr(content);background-color:#a3e63580}.before\:bg-lime-400\/60:before{content:attr(content);background-color:#a3e63599}.before\:bg-lime-400\/70:before{content:attr(content);background-color:#a3e635b3}.before\:bg-lime-400\/75:before{content:attr(content);background-color:#a3e635bf}.before\:bg-lime-400\/80:before{content:attr(content);background-color:#a3e635cc}.before\:bg-lime-400\/90:before{content:attr(content);background-color:#a3e635e6}.before\:bg-lime-500:before{content:attr(content);background-color:#84cc16}.before\:bg-lime-500\/0:before{content:attr(content);background-color:#84cc1600}.before\:bg-lime-500\/10:before{content:attr(content);background-color:#84cc161a}.before\:bg-lime-500\/20:before{content:attr(content);background-color:#84cc1633}.before\:bg-lime-500\/30:before{content:attr(content);background-color:#84cc164d}.before\:bg-lime-500\/40:before{content:attr(content);background-color:#84cc1666}.before\:bg-lime-500\/50:before{content:attr(content);background-color:#84cc1680}.before\:bg-lime-500\/60:before{content:attr(content);background-color:#84cc1699}.before\:bg-lime-500\/70:before{content:attr(content);background-color:#84cc16b3}.before\:bg-lime-500\/75:before{content:attr(content);background-color:#84cc16bf}.before\:bg-lime-500\/80:before{content:attr(content);background-color:#84cc16cc}.before\:bg-lime-500\/90:before{content:attr(content);background-color:#84cc16e6}.before\:bg-lime-600:before{content:attr(content);background-color:#65a30d}.before\:bg-lime-600\/0:before{content:attr(content);background-color:#65a30d00}.before\:bg-lime-600\/10:before{content:attr(content);background-color:#65a30d1a}.before\:bg-lime-600\/20:before{content:attr(content);background-color:#65a30d33}.before\:bg-lime-600\/30:before{content:attr(content);background-color:#65a30d4d}.before\:bg-lime-600\/40:before{content:attr(content);background-color:#65a30d66}.before\:bg-lime-600\/50:before{content:attr(content);background-color:#65a30d80}.before\:bg-lime-600\/60:before{content:attr(content);background-color:#65a30d99}.before\:bg-lime-600\/70:before{content:attr(content);background-color:#65a30db3}.before\:bg-lime-600\/75:before{content:attr(content);background-color:#65a30dbf}.before\:bg-lime-600\/80:before{content:attr(content);background-color:#65a30dcc}.before\:bg-lime-600\/90:before{content:attr(content);background-color:#65a30de6}.before\:bg-lime-700:before{content:attr(content);background-color:#4d7c0f}.before\:bg-lime-700\/0:before{content:attr(content);background-color:#4d7c0f00}.before\:bg-lime-700\/10:before{content:attr(content);background-color:#4d7c0f1a}.before\:bg-lime-700\/20:before{content:attr(content);background-color:#4d7c0f33}.before\:bg-lime-700\/30:before{content:attr(content);background-color:#4d7c0f4d}.before\:bg-lime-700\/40:before{content:attr(content);background-color:#4d7c0f66}.before\:bg-lime-700\/50:before{content:attr(content);background-color:#4d7c0f80}.before\:bg-lime-700\/60:before{content:attr(content);background-color:#4d7c0f99}.before\:bg-lime-700\/70:before{content:attr(content);background-color:#4d7c0fb3}.before\:bg-lime-700\/75:before{content:attr(content);background-color:#4d7c0fbf}.before\:bg-lime-700\/80:before{content:attr(content);background-color:#4d7c0fcc}.before\:bg-lime-700\/90:before{content:attr(content);background-color:#4d7c0fe6}.before\:bg-lime-800:before{content:attr(content);background-color:#3f6212}.before\:bg-lime-800\/0:before{content:attr(content);background-color:#3f621200}.before\:bg-lime-800\/10:before{content:attr(content);background-color:#3f62121a}.before\:bg-lime-800\/20:before{content:attr(content);background-color:#3f621233}.before\:bg-lime-800\/30:before{content:attr(content);background-color:#3f62124d}.before\:bg-lime-800\/40:before{content:attr(content);background-color:#3f621266}.before\:bg-lime-800\/50:before{content:attr(content);background-color:#3f621280}.before\:bg-lime-800\/60:before{content:attr(content);background-color:#3f621299}.before\:bg-lime-800\/70:before{content:attr(content);background-color:#3f6212b3}.before\:bg-lime-800\/75:before{content:attr(content);background-color:#3f6212bf}.before\:bg-lime-800\/80:before{content:attr(content);background-color:#3f6212cc}.before\:bg-lime-800\/90:before{content:attr(content);background-color:#3f6212e6}.before\:bg-lime-900:before{content:attr(content);background-color:#365314}.before\:bg-lime-900\/0:before{content:attr(content);background-color:#36531400}.before\:bg-lime-900\/10:before{content:attr(content);background-color:#3653141a}.before\:bg-lime-900\/20:before{content:attr(content);background-color:#36531433}.before\:bg-lime-900\/30:before{content:attr(content);background-color:#3653144d}.before\:bg-lime-900\/40:before{content:attr(content);background-color:#36531466}.before\:bg-lime-900\/50:before{content:attr(content);background-color:#36531480}.before\:bg-lime-900\/60:before{content:attr(content);background-color:#36531499}.before\:bg-lime-900\/70:before{content:attr(content);background-color:#365314b3}.before\:bg-lime-900\/75:before{content:attr(content);background-color:#365314bf}.before\:bg-lime-900\/80:before{content:attr(content);background-color:#365314cc}.before\:bg-lime-900\/90:before{content:attr(content);background-color:#365314e6}.before\:bg-lime-950:before{content:attr(content);background-color:#1a2e05}.before\:bg-lime-950\/0:before{content:attr(content);background-color:#1a2e0500}.before\:bg-lime-950\/10:before{content:attr(content);background-color:#1a2e051a}.before\:bg-lime-950\/20:before{content:attr(content);background-color:#1a2e0533}.before\:bg-lime-950\/30:before{content:attr(content);background-color:#1a2e054d}.before\:bg-lime-950\/40:before{content:attr(content);background-color:#1a2e0566}.before\:bg-lime-950\/50:before{content:attr(content);background-color:#1a2e0580}.before\:bg-lime-950\/60:before{content:attr(content);background-color:#1a2e0599}.before\:bg-lime-950\/70:before{content:attr(content);background-color:#1a2e05b3}.before\:bg-lime-950\/75:before{content:attr(content);background-color:#1a2e05bf}.before\:bg-lime-950\/80:before{content:attr(content);background-color:#1a2e05cc}.before\:bg-lime-950\/90:before{content:attr(content);background-color:#1a2e05e6}.before\:bg-green-50:before{content:attr(content);background-color:#f0fdf4}.before\:bg-green-50\/0:before{content:attr(content);background-color:#f0fdf400}.before\:bg-green-50\/10:before{content:attr(content);background-color:#f0fdf41a}.before\:bg-green-50\/20:before{content:attr(content);background-color:#f0fdf433}.before\:bg-green-50\/30:before{content:attr(content);background-color:#f0fdf44d}.before\:bg-green-50\/40:before{content:attr(content);background-color:#f0fdf466}.before\:bg-green-50\/50:before{content:attr(content);background-color:#f0fdf480}.before\:bg-green-50\/60:before{content:attr(content);background-color:#f0fdf499}.before\:bg-green-50\/70:before{content:attr(content);background-color:#f0fdf4b3}.before\:bg-green-50\/75:before{content:attr(content);background-color:#f0fdf4bf}.before\:bg-green-50\/80:before{content:attr(content);background-color:#f0fdf4cc}.before\:bg-green-50\/90:before{content:attr(content);background-color:#f0fdf4e6}.before\:bg-green-100:before{content:attr(content);background-color:#dcfce7}.before\:bg-green-100\/0:before{content:attr(content);background-color:#dcfce700}.before\:bg-green-100\/10:before{content:attr(content);background-color:#dcfce71a}.before\:bg-green-100\/20:before{content:attr(content);background-color:#dcfce733}.before\:bg-green-100\/30:before{content:attr(content);background-color:#dcfce74d}.before\:bg-green-100\/40:before{content:attr(content);background-color:#dcfce766}.before\:bg-green-100\/50:before{content:attr(content);background-color:#dcfce780}.before\:bg-green-100\/60:before{content:attr(content);background-color:#dcfce799}.before\:bg-green-100\/70:before{content:attr(content);background-color:#dcfce7b3}.before\:bg-green-100\/75:before{content:attr(content);background-color:#dcfce7bf}.before\:bg-green-100\/80:before{content:attr(content);background-color:#dcfce7cc}.before\:bg-green-100\/90:before{content:attr(content);background-color:#dcfce7e6}.before\:bg-green-200:before{content:attr(content);background-color:#bbf7d0}.before\:bg-green-200\/0:before{content:attr(content);background-color:#bbf7d000}.before\:bg-green-200\/10:before{content:attr(content);background-color:#bbf7d01a}.before\:bg-green-200\/20:before{content:attr(content);background-color:#bbf7d033}.before\:bg-green-200\/30:before{content:attr(content);background-color:#bbf7d04d}.before\:bg-green-200\/40:before{content:attr(content);background-color:#bbf7d066}.before\:bg-green-200\/50:before{content:attr(content);background-color:#bbf7d080}.before\:bg-green-200\/60:before{content:attr(content);background-color:#bbf7d099}.before\:bg-green-200\/70:before{content:attr(content);background-color:#bbf7d0b3}.before\:bg-green-200\/75:before{content:attr(content);background-color:#bbf7d0bf}.before\:bg-green-200\/80:before{content:attr(content);background-color:#bbf7d0cc}.before\:bg-green-200\/90:before{content:attr(content);background-color:#bbf7d0e6}.before\:bg-green-300:before{content:attr(content);background-color:#86efac}.before\:bg-green-300\/0:before{content:attr(content);background-color:#86efac00}.before\:bg-green-300\/10:before{content:attr(content);background-color:#86efac1a}.before\:bg-green-300\/20:before{content:attr(content);background-color:#86efac33}.before\:bg-green-300\/30:before{content:attr(content);background-color:#86efac4d}.before\:bg-green-300\/40:before{content:attr(content);background-color:#86efac66}.before\:bg-green-300\/50:before{content:attr(content);background-color:#86efac80}.before\:bg-green-300\/60:before{content:attr(content);background-color:#86efac99}.before\:bg-green-300\/70:before{content:attr(content);background-color:#86efacb3}.before\:bg-green-300\/75:before{content:attr(content);background-color:#86efacbf}.before\:bg-green-300\/80:before{content:attr(content);background-color:#86efaccc}.before\:bg-green-300\/90:before{content:attr(content);background-color:#86eface6}.before\:bg-green-400:before{content:attr(content);background-color:#4ade80}.before\:bg-green-400\/0:before{content:attr(content);background-color:#4ade8000}.before\:bg-green-400\/10:before{content:attr(content);background-color:#4ade801a}.before\:bg-green-400\/20:before{content:attr(content);background-color:#4ade8033}.before\:bg-green-400\/30:before{content:attr(content);background-color:#4ade804d}.before\:bg-green-400\/40:before{content:attr(content);background-color:#4ade8066}.before\:bg-green-400\/50:before{content:attr(content);background-color:#4ade8080}.before\:bg-green-400\/60:before{content:attr(content);background-color:#4ade8099}.before\:bg-green-400\/70:before{content:attr(content);background-color:#4ade80b3}.before\:bg-green-400\/75:before{content:attr(content);background-color:#4ade80bf}.before\:bg-green-400\/80:before{content:attr(content);background-color:#4ade80cc}.before\:bg-green-400\/90:before{content:attr(content);background-color:#4ade80e6}.before\:bg-green-500:before{content:attr(content);background-color:#22c55e}.before\:bg-green-500\/0:before{content:attr(content);background-color:#22c55e00}.before\:bg-green-500\/10:before{content:attr(content);background-color:#22c55e1a}.before\:bg-green-500\/20:before{content:attr(content);background-color:#22c55e33}.before\:bg-green-500\/30:before{content:attr(content);background-color:#22c55e4d}.before\:bg-green-500\/40:before{content:attr(content);background-color:#22c55e66}.before\:bg-green-500\/50:before{content:attr(content);background-color:#22c55e80}.before\:bg-green-500\/60:before{content:attr(content);background-color:#22c55e99}.before\:bg-green-500\/70:before{content:attr(content);background-color:#22c55eb3}.before\:bg-green-500\/75:before{content:attr(content);background-color:#22c55ebf}.before\:bg-green-500\/80:before{content:attr(content);background-color:#22c55ecc}.before\:bg-green-500\/90:before{content:attr(content);background-color:#22c55ee6}.before\:bg-green-600:before{content:attr(content);background-color:#16a34a}.before\:bg-green-600\/0:before{content:attr(content);background-color:#16a34a00}.before\:bg-green-600\/10:before{content:attr(content);background-color:#16a34a1a}.before\:bg-green-600\/20:before{content:attr(content);background-color:#16a34a33}.before\:bg-green-600\/30:before{content:attr(content);background-color:#16a34a4d}.before\:bg-green-600\/40:before{content:attr(content);background-color:#16a34a66}.before\:bg-green-600\/50:before{content:attr(content);background-color:#16a34a80}.before\:bg-green-600\/60:before{content:attr(content);background-color:#16a34a99}.before\:bg-green-600\/70:before{content:attr(content);background-color:#16a34ab3}.before\:bg-green-600\/75:before{content:attr(content);background-color:#16a34abf}.before\:bg-green-600\/80:before{content:attr(content);background-color:#16a34acc}.before\:bg-green-600\/90:before{content:attr(content);background-color:#16a34ae6}.before\:bg-green-700:before{content:attr(content);background-color:#15803d}.before\:bg-green-700\/0:before{content:attr(content);background-color:#15803d00}.before\:bg-green-700\/10:before{content:attr(content);background-color:#15803d1a}.before\:bg-green-700\/20:before{content:attr(content);background-color:#15803d33}.before\:bg-green-700\/30:before{content:attr(content);background-color:#15803d4d}.before\:bg-green-700\/40:before{content:attr(content);background-color:#15803d66}.before\:bg-green-700\/50:before{content:attr(content);background-color:#15803d80}.before\:bg-green-700\/60:before{content:attr(content);background-color:#15803d99}.before\:bg-green-700\/70:before{content:attr(content);background-color:#15803db3}.before\:bg-green-700\/75:before{content:attr(content);background-color:#15803dbf}.before\:bg-green-700\/80:before{content:attr(content);background-color:#15803dcc}.before\:bg-green-700\/90:before{content:attr(content);background-color:#15803de6}.before\:bg-green-800:before{content:attr(content);background-color:#166534}.before\:bg-green-800\/0:before{content:attr(content);background-color:#16653400}.before\:bg-green-800\/10:before{content:attr(content);background-color:#1665341a}.before\:bg-green-800\/20:before{content:attr(content);background-color:#16653433}.before\:bg-green-800\/30:before{content:attr(content);background-color:#1665344d}.before\:bg-green-800\/40:before{content:attr(content);background-color:#16653466}.before\:bg-green-800\/50:before{content:attr(content);background-color:#16653480}.before\:bg-green-800\/60:before{content:attr(content);background-color:#16653499}.before\:bg-green-800\/70:before{content:attr(content);background-color:#166534b3}.before\:bg-green-800\/75:before{content:attr(content);background-color:#166534bf}.before\:bg-green-800\/80:before{content:attr(content);background-color:#166534cc}.before\:bg-green-800\/90:before{content:attr(content);background-color:#166534e6}.before\:bg-green-900:before{content:attr(content);background-color:#14532d}.before\:bg-green-900\/0:before{content:attr(content);background-color:#14532d00}.before\:bg-green-900\/10:before{content:attr(content);background-color:#14532d1a}.before\:bg-green-900\/20:before{content:attr(content);background-color:#14532d33}.before\:bg-green-900\/30:before{content:attr(content);background-color:#14532d4d}.before\:bg-green-900\/40:before{content:attr(content);background-color:#14532d66}.before\:bg-green-900\/50:before{content:attr(content);background-color:#14532d80}.before\:bg-green-900\/60:before{content:attr(content);background-color:#14532d99}.before\:bg-green-900\/70:before{content:attr(content);background-color:#14532db3}.before\:bg-green-900\/75:before{content:attr(content);background-color:#14532dbf}.before\:bg-green-900\/80:before{content:attr(content);background-color:#14532dcc}.before\:bg-green-900\/90:before{content:attr(content);background-color:#14532de6}.before\:bg-green-950:before{content:attr(content);background-color:#052e16}.before\:bg-green-950\/0:before{content:attr(content);background-color:#052e1600}.before\:bg-green-950\/10:before{content:attr(content);background-color:#052e161a}.before\:bg-green-950\/20:before{content:attr(content);background-color:#052e1633}.before\:bg-green-950\/30:before{content:attr(content);background-color:#052e164d}.before\:bg-green-950\/40:before{content:attr(content);background-color:#052e1666}.before\:bg-green-950\/50:before{content:attr(content);background-color:#052e1680}.before\:bg-green-950\/60:before{content:attr(content);background-color:#052e1699}.before\:bg-green-950\/70:before{content:attr(content);background-color:#052e16b3}.before\:bg-green-950\/75:before{content:attr(content);background-color:#052e16bf}.before\:bg-green-950\/80:before{content:attr(content);background-color:#052e16cc}.before\:bg-green-950\/90:before{content:attr(content);background-color:#052e16e6}.before\:bg-emerald-50:before{content:attr(content);background-color:#ecfdf5}.before\:bg-emerald-50\/0:before{content:attr(content);background-color:#ecfdf500}.before\:bg-emerald-50\/10:before{content:attr(content);background-color:#ecfdf51a}.before\:bg-emerald-50\/20:before{content:attr(content);background-color:#ecfdf533}.before\:bg-emerald-50\/30:before{content:attr(content);background-color:#ecfdf54d}.before\:bg-emerald-50\/40:before{content:attr(content);background-color:#ecfdf566}.before\:bg-emerald-50\/50:before{content:attr(content);background-color:#ecfdf580}.before\:bg-emerald-50\/60:before{content:attr(content);background-color:#ecfdf599}.before\:bg-emerald-50\/70:before{content:attr(content);background-color:#ecfdf5b3}.before\:bg-emerald-50\/75:before{content:attr(content);background-color:#ecfdf5bf}.before\:bg-emerald-50\/80:before{content:attr(content);background-color:#ecfdf5cc}.before\:bg-emerald-50\/90:before{content:attr(content);background-color:#ecfdf5e6}.before\:bg-emerald-100:before{content:attr(content);background-color:#d1fae5}.before\:bg-emerald-100\/0:before{content:attr(content);background-color:#d1fae500}.before\:bg-emerald-100\/10:before{content:attr(content);background-color:#d1fae51a}.before\:bg-emerald-100\/20:before{content:attr(content);background-color:#d1fae533}.before\:bg-emerald-100\/30:before{content:attr(content);background-color:#d1fae54d}.before\:bg-emerald-100\/40:before{content:attr(content);background-color:#d1fae566}.before\:bg-emerald-100\/50:before{content:attr(content);background-color:#d1fae580}.before\:bg-emerald-100\/60:before{content:attr(content);background-color:#d1fae599}.before\:bg-emerald-100\/70:before{content:attr(content);background-color:#d1fae5b3}.before\:bg-emerald-100\/75:before{content:attr(content);background-color:#d1fae5bf}.before\:bg-emerald-100\/80:before{content:attr(content);background-color:#d1fae5cc}.before\:bg-emerald-100\/90:before{content:attr(content);background-color:#d1fae5e6}.before\:bg-emerald-200:before{content:attr(content);background-color:#a7f3d0}.before\:bg-emerald-200\/0:before{content:attr(content);background-color:#a7f3d000}.before\:bg-emerald-200\/10:before{content:attr(content);background-color:#a7f3d01a}.before\:bg-emerald-200\/20:before{content:attr(content);background-color:#a7f3d033}.before\:bg-emerald-200\/30:before{content:attr(content);background-color:#a7f3d04d}.before\:bg-emerald-200\/40:before{content:attr(content);background-color:#a7f3d066}.before\:bg-emerald-200\/50:before{content:attr(content);background-color:#a7f3d080}.before\:bg-emerald-200\/60:before{content:attr(content);background-color:#a7f3d099}.before\:bg-emerald-200\/70:before{content:attr(content);background-color:#a7f3d0b3}.before\:bg-emerald-200\/75:before{content:attr(content);background-color:#a7f3d0bf}.before\:bg-emerald-200\/80:before{content:attr(content);background-color:#a7f3d0cc}.before\:bg-emerald-200\/90:before{content:attr(content);background-color:#a7f3d0e6}.before\:bg-emerald-300:before{content:attr(content);background-color:#6ee7b7}.before\:bg-emerald-300\/0:before{content:attr(content);background-color:#6ee7b700}.before\:bg-emerald-300\/10:before{content:attr(content);background-color:#6ee7b71a}.before\:bg-emerald-300\/20:before{content:attr(content);background-color:#6ee7b733}.before\:bg-emerald-300\/30:before{content:attr(content);background-color:#6ee7b74d}.before\:bg-emerald-300\/40:before{content:attr(content);background-color:#6ee7b766}.before\:bg-emerald-300\/50:before{content:attr(content);background-color:#6ee7b780}.before\:bg-emerald-300\/60:before{content:attr(content);background-color:#6ee7b799}.before\:bg-emerald-300\/70:before{content:attr(content);background-color:#6ee7b7b3}.before\:bg-emerald-300\/75:before{content:attr(content);background-color:#6ee7b7bf}.before\:bg-emerald-300\/80:before{content:attr(content);background-color:#6ee7b7cc}.before\:bg-emerald-300\/90:before{content:attr(content);background-color:#6ee7b7e6}.before\:bg-emerald-400:before{content:attr(content);background-color:#34d399}.before\:bg-emerald-400\/0:before{content:attr(content);background-color:#34d39900}.before\:bg-emerald-400\/10:before{content:attr(content);background-color:#34d3991a}.before\:bg-emerald-400\/20:before{content:attr(content);background-color:#34d39933}.before\:bg-emerald-400\/30:before{content:attr(content);background-color:#34d3994d}.before\:bg-emerald-400\/40:before{content:attr(content);background-color:#34d39966}.before\:bg-emerald-400\/50:before{content:attr(content);background-color:#34d39980}.before\:bg-emerald-400\/60:before{content:attr(content);background-color:#34d39999}.before\:bg-emerald-400\/70:before{content:attr(content);background-color:#34d399b3}.before\:bg-emerald-400\/75:before{content:attr(content);background-color:#34d399bf}.before\:bg-emerald-400\/80:before{content:attr(content);background-color:#34d399cc}.before\:bg-emerald-400\/90:before{content:attr(content);background-color:#34d399e6}.before\:bg-emerald-500:before{content:attr(content);background-color:#10b981}.before\:bg-emerald-500\/0:before{content:attr(content);background-color:#10b98100}.before\:bg-emerald-500\/10:before{content:attr(content);background-color:#10b9811a}.before\:bg-emerald-500\/20:before{content:attr(content);background-color:#10b98133}.before\:bg-emerald-500\/30:before{content:attr(content);background-color:#10b9814d}.before\:bg-emerald-500\/40:before{content:attr(content);background-color:#10b98166}.before\:bg-emerald-500\/50:before{content:attr(content);background-color:#10b98180}.before\:bg-emerald-500\/60:before{content:attr(content);background-color:#10b98199}.before\:bg-emerald-500\/70:before{content:attr(content);background-color:#10b981b3}.before\:bg-emerald-500\/75:before{content:attr(content);background-color:#10b981bf}.before\:bg-emerald-500\/80:before{content:attr(content);background-color:#10b981cc}.before\:bg-emerald-500\/90:before{content:attr(content);background-color:#10b981e6}.before\:bg-emerald-600:before{content:attr(content);background-color:#059669}.before\:bg-emerald-600\/0:before{content:attr(content);background-color:#05966900}.before\:bg-emerald-600\/10:before{content:attr(content);background-color:#0596691a}.before\:bg-emerald-600\/20:before{content:attr(content);background-color:#05966933}.before\:bg-emerald-600\/30:before{content:attr(content);background-color:#0596694d}.before\:bg-emerald-600\/40:before{content:attr(content);background-color:#05966966}.before\:bg-emerald-600\/50:before{content:attr(content);background-color:#05966980}.before\:bg-emerald-600\/60:before{content:attr(content);background-color:#05966999}.before\:bg-emerald-600\/70:before{content:attr(content);background-color:#059669b3}.before\:bg-emerald-600\/75:before{content:attr(content);background-color:#059669bf}.before\:bg-emerald-600\/80:before{content:attr(content);background-color:#059669cc}.before\:bg-emerald-600\/90:before{content:attr(content);background-color:#059669e6}.before\:bg-emerald-700:before{content:attr(content);background-color:#047857}.before\:bg-emerald-700\/0:before{content:attr(content);background-color:#04785700}.before\:bg-emerald-700\/10:before{content:attr(content);background-color:#0478571a}.before\:bg-emerald-700\/20:before{content:attr(content);background-color:#04785733}.before\:bg-emerald-700\/30:before{content:attr(content);background-color:#0478574d}.before\:bg-emerald-700\/40:before{content:attr(content);background-color:#04785766}.before\:bg-emerald-700\/50:before{content:attr(content);background-color:#04785780}.before\:bg-emerald-700\/60:before{content:attr(content);background-color:#04785799}.before\:bg-emerald-700\/70:before{content:attr(content);background-color:#047857b3}.before\:bg-emerald-700\/75:before{content:attr(content);background-color:#047857bf}.before\:bg-emerald-700\/80:before{content:attr(content);background-color:#047857cc}.before\:bg-emerald-700\/90:before{content:attr(content);background-color:#047857e6}.before\:bg-emerald-800:before{content:attr(content);background-color:#065f46}.before\:bg-emerald-800\/0:before{content:attr(content);background-color:#065f4600}.before\:bg-emerald-800\/10:before{content:attr(content);background-color:#065f461a}.before\:bg-emerald-800\/20:before{content:attr(content);background-color:#065f4633}.before\:bg-emerald-800\/30:before{content:attr(content);background-color:#065f464d}.before\:bg-emerald-800\/40:before{content:attr(content);background-color:#065f4666}.before\:bg-emerald-800\/50:before{content:attr(content);background-color:#065f4680}.before\:bg-emerald-800\/60:before{content:attr(content);background-color:#065f4699}.before\:bg-emerald-800\/70:before{content:attr(content);background-color:#065f46b3}.before\:bg-emerald-800\/75:before{content:attr(content);background-color:#065f46bf}.before\:bg-emerald-800\/80:before{content:attr(content);background-color:#065f46cc}.before\:bg-emerald-800\/90:before{content:attr(content);background-color:#065f46e6}.before\:bg-emerald-900:before{content:attr(content);background-color:#064e3b}.before\:bg-emerald-900\/0:before{content:attr(content);background-color:#064e3b00}.before\:bg-emerald-900\/10:before{content:attr(content);background-color:#064e3b1a}.before\:bg-emerald-900\/20:before{content:attr(content);background-color:#064e3b33}.before\:bg-emerald-900\/30:before{content:attr(content);background-color:#064e3b4d}.before\:bg-emerald-900\/40:before{content:attr(content);background-color:#064e3b66}.before\:bg-emerald-900\/50:before{content:attr(content);background-color:#064e3b80}.before\:bg-emerald-900\/60:before{content:attr(content);background-color:#064e3b99}.before\:bg-emerald-900\/70:before{content:attr(content);background-color:#064e3bb3}.before\:bg-emerald-900\/75:before{content:attr(content);background-color:#064e3bbf}.before\:bg-emerald-900\/80:before{content:attr(content);background-color:#064e3bcc}.before\:bg-emerald-900\/90:before{content:attr(content);background-color:#064e3be6}.before\:bg-emerald-950:before{content:attr(content);background-color:#022c22}.before\:bg-emerald-950\/0:before{content:attr(content);background-color:#022c2200}.before\:bg-emerald-950\/10:before{content:attr(content);background-color:#022c221a}.before\:bg-emerald-950\/20:before{content:attr(content);background-color:#022c2233}.before\:bg-emerald-950\/30:before{content:attr(content);background-color:#022c224d}.before\:bg-emerald-950\/40:before{content:attr(content);background-color:#022c2266}.before\:bg-emerald-950\/50:before{content:attr(content);background-color:#022c2280}.before\:bg-emerald-950\/60:before{content:attr(content);background-color:#022c2299}.before\:bg-emerald-950\/70:before{content:attr(content);background-color:#022c22b3}.before\:bg-emerald-950\/75:before{content:attr(content);background-color:#022c22bf}.before\:bg-emerald-950\/80:before{content:attr(content);background-color:#022c22cc}.before\:bg-emerald-950\/90:before{content:attr(content);background-color:#022c22e6}.before\:bg-teal-50:before{content:attr(content);background-color:#f0fdfa}.before\:bg-teal-50\/0:before{content:attr(content);background-color:#f0fdfa00}.before\:bg-teal-50\/10:before{content:attr(content);background-color:#f0fdfa1a}.before\:bg-teal-50\/20:before{content:attr(content);background-color:#f0fdfa33}.before\:bg-teal-50\/30:before{content:attr(content);background-color:#f0fdfa4d}.before\:bg-teal-50\/40:before{content:attr(content);background-color:#f0fdfa66}.before\:bg-teal-50\/50:before{content:attr(content);background-color:#f0fdfa80}.before\:bg-teal-50\/60:before{content:attr(content);background-color:#f0fdfa99}.before\:bg-teal-50\/70:before{content:attr(content);background-color:#f0fdfab3}.before\:bg-teal-50\/75:before{content:attr(content);background-color:#f0fdfabf}.before\:bg-teal-50\/80:before{content:attr(content);background-color:#f0fdfacc}.before\:bg-teal-50\/90:before{content:attr(content);background-color:#f0fdfae6}.before\:bg-teal-100:before{content:attr(content);background-color:#ccfbf1}.before\:bg-teal-100\/0:before{content:attr(content);background-color:#ccfbf100}.before\:bg-teal-100\/10:before{content:attr(content);background-color:#ccfbf11a}.before\:bg-teal-100\/20:before{content:attr(content);background-color:#ccfbf133}.before\:bg-teal-100\/30:before{content:attr(content);background-color:#ccfbf14d}.before\:bg-teal-100\/40:before{content:attr(content);background-color:#ccfbf166}.before\:bg-teal-100\/50:before{content:attr(content);background-color:#ccfbf180}.before\:bg-teal-100\/60:before{content:attr(content);background-color:#ccfbf199}.before\:bg-teal-100\/70:before{content:attr(content);background-color:#ccfbf1b3}.before\:bg-teal-100\/75:before{content:attr(content);background-color:#ccfbf1bf}.before\:bg-teal-100\/80:before{content:attr(content);background-color:#ccfbf1cc}.before\:bg-teal-100\/90:before{content:attr(content);background-color:#ccfbf1e6}.before\:bg-teal-200:before{content:attr(content);background-color:#99f6e4}.before\:bg-teal-200\/0:before{content:attr(content);background-color:#99f6e400}.before\:bg-teal-200\/10:before{content:attr(content);background-color:#99f6e41a}.before\:bg-teal-200\/20:before{content:attr(content);background-color:#99f6e433}.before\:bg-teal-200\/30:before{content:attr(content);background-color:#99f6e44d}.before\:bg-teal-200\/40:before{content:attr(content);background-color:#99f6e466}.before\:bg-teal-200\/50:before{content:attr(content);background-color:#99f6e480}.before\:bg-teal-200\/60:before{content:attr(content);background-color:#99f6e499}.before\:bg-teal-200\/70:before{content:attr(content);background-color:#99f6e4b3}.before\:bg-teal-200\/75:before{content:attr(content);background-color:#99f6e4bf}.before\:bg-teal-200\/80:before{content:attr(content);background-color:#99f6e4cc}.before\:bg-teal-200\/90:before{content:attr(content);background-color:#99f6e4e6}.before\:bg-teal-300:before{content:attr(content);background-color:#5eead4}.before\:bg-teal-300\/0:before{content:attr(content);background-color:#5eead400}.before\:bg-teal-300\/10:before{content:attr(content);background-color:#5eead41a}.before\:bg-teal-300\/20:before{content:attr(content);background-color:#5eead433}.before\:bg-teal-300\/30:before{content:attr(content);background-color:#5eead44d}.before\:bg-teal-300\/40:before{content:attr(content);background-color:#5eead466}.before\:bg-teal-300\/50:before{content:attr(content);background-color:#5eead480}.before\:bg-teal-300\/60:before{content:attr(content);background-color:#5eead499}.before\:bg-teal-300\/70:before{content:attr(content);background-color:#5eead4b3}.before\:bg-teal-300\/75:before{content:attr(content);background-color:#5eead4bf}.before\:bg-teal-300\/80:before{content:attr(content);background-color:#5eead4cc}.before\:bg-teal-300\/90:before{content:attr(content);background-color:#5eead4e6}.before\:bg-teal-400:before{content:attr(content);background-color:#2dd4bf}.before\:bg-teal-400\/0:before{content:attr(content);background-color:#2dd4bf00}.before\:bg-teal-400\/10:before{content:attr(content);background-color:#2dd4bf1a}.before\:bg-teal-400\/20:before{content:attr(content);background-color:#2dd4bf33}.before\:bg-teal-400\/30:before{content:attr(content);background-color:#2dd4bf4d}.before\:bg-teal-400\/40:before{content:attr(content);background-color:#2dd4bf66}.before\:bg-teal-400\/50:before{content:attr(content);background-color:#2dd4bf80}.before\:bg-teal-400\/60:before{content:attr(content);background-color:#2dd4bf99}.before\:bg-teal-400\/70:before{content:attr(content);background-color:#2dd4bfb3}.before\:bg-teal-400\/75:before{content:attr(content);background-color:#2dd4bfbf}.before\:bg-teal-400\/80:before{content:attr(content);background-color:#2dd4bfcc}.before\:bg-teal-400\/90:before{content:attr(content);background-color:#2dd4bfe6}.before\:bg-teal-500:before{content:attr(content);background-color:#14b8a6}.before\:bg-teal-500\/0:before{content:attr(content);background-color:#14b8a600}.before\:bg-teal-500\/10:before{content:attr(content);background-color:#14b8a61a}.before\:bg-teal-500\/20:before{content:attr(content);background-color:#14b8a633}.before\:bg-teal-500\/30:before{content:attr(content);background-color:#14b8a64d}.before\:bg-teal-500\/40:before{content:attr(content);background-color:#14b8a666}.before\:bg-teal-500\/50:before{content:attr(content);background-color:#14b8a680}.before\:bg-teal-500\/60:before{content:attr(content);background-color:#14b8a699}.before\:bg-teal-500\/70:before{content:attr(content);background-color:#14b8a6b3}.before\:bg-teal-500\/75:before{content:attr(content);background-color:#14b8a6bf}.before\:bg-teal-500\/80:before{content:attr(content);background-color:#14b8a6cc}.before\:bg-teal-500\/90:before{content:attr(content);background-color:#14b8a6e6}.before\:bg-teal-600:before{content:attr(content);background-color:#0d9488}.before\:bg-teal-600\/0:before{content:attr(content);background-color:#0d948800}.before\:bg-teal-600\/10:before{content:attr(content);background-color:#0d94881a}.before\:bg-teal-600\/20:before{content:attr(content);background-color:#0d948833}.before\:bg-teal-600\/30:before{content:attr(content);background-color:#0d94884d}.before\:bg-teal-600\/40:before{content:attr(content);background-color:#0d948866}.before\:bg-teal-600\/50:before{content:attr(content);background-color:#0d948880}.before\:bg-teal-600\/60:before{content:attr(content);background-color:#0d948899}.before\:bg-teal-600\/70:before{content:attr(content);background-color:#0d9488b3}.before\:bg-teal-600\/75:before{content:attr(content);background-color:#0d9488bf}.before\:bg-teal-600\/80:before{content:attr(content);background-color:#0d9488cc}.before\:bg-teal-600\/90:before{content:attr(content);background-color:#0d9488e6}.before\:bg-teal-700:before{content:attr(content);background-color:#0f766e}.before\:bg-teal-700\/0:before{content:attr(content);background-color:#0f766e00}.before\:bg-teal-700\/10:before{content:attr(content);background-color:#0f766e1a}.before\:bg-teal-700\/20:before{content:attr(content);background-color:#0f766e33}.before\:bg-teal-700\/30:before{content:attr(content);background-color:#0f766e4d}.before\:bg-teal-700\/40:before{content:attr(content);background-color:#0f766e66}.before\:bg-teal-700\/50:before{content:attr(content);background-color:#0f766e80}.before\:bg-teal-700\/60:before{content:attr(content);background-color:#0f766e99}.before\:bg-teal-700\/70:before{content:attr(content);background-color:#0f766eb3}.before\:bg-teal-700\/75:before{content:attr(content);background-color:#0f766ebf}.before\:bg-teal-700\/80:before{content:attr(content);background-color:#0f766ecc}.before\:bg-teal-700\/90:before{content:attr(content);background-color:#0f766ee6}.before\:bg-teal-800:before{content:attr(content);background-color:#115e59}.before\:bg-teal-800\/0:before{content:attr(content);background-color:#115e5900}.before\:bg-teal-800\/10:before{content:attr(content);background-color:#115e591a}.before\:bg-teal-800\/20:before{content:attr(content);background-color:#115e5933}.before\:bg-teal-800\/30:before{content:attr(content);background-color:#115e594d}.before\:bg-teal-800\/40:before{content:attr(content);background-color:#115e5966}.before\:bg-teal-800\/50:before{content:attr(content);background-color:#115e5980}.before\:bg-teal-800\/60:before{content:attr(content);background-color:#115e5999}.before\:bg-teal-800\/70:before{content:attr(content);background-color:#115e59b3}.before\:bg-teal-800\/75:before{content:attr(content);background-color:#115e59bf}.before\:bg-teal-800\/80:before{content:attr(content);background-color:#115e59cc}.before\:bg-teal-800\/90:before{content:attr(content);background-color:#115e59e6}.before\:bg-teal-900:before{content:attr(content);background-color:#134e4a}.before\:bg-teal-900\/0:before{content:attr(content);background-color:#134e4a00}.before\:bg-teal-900\/10:before{content:attr(content);background-color:#134e4a1a}.before\:bg-teal-900\/20:before{content:attr(content);background-color:#134e4a33}.before\:bg-teal-900\/30:before{content:attr(content);background-color:#134e4a4d}.before\:bg-teal-900\/40:before{content:attr(content);background-color:#134e4a66}.before\:bg-teal-900\/50:before{content:attr(content);background-color:#134e4a80}.before\:bg-teal-900\/60:before{content:attr(content);background-color:#134e4a99}.before\:bg-teal-900\/70:before{content:attr(content);background-color:#134e4ab3}.before\:bg-teal-900\/75:before{content:attr(content);background-color:#134e4abf}.before\:bg-teal-900\/80:before{content:attr(content);background-color:#134e4acc}.before\:bg-teal-900\/90:before{content:attr(content);background-color:#134e4ae6}.before\:bg-teal-950:before{content:attr(content);background-color:#042f2e}.before\:bg-teal-950\/0:before{content:attr(content);background-color:#042f2e00}.before\:bg-teal-950\/10:before{content:attr(content);background-color:#042f2e1a}.before\:bg-teal-950\/20:before{content:attr(content);background-color:#042f2e33}.before\:bg-teal-950\/30:before{content:attr(content);background-color:#042f2e4d}.before\:bg-teal-950\/40:before{content:attr(content);background-color:#042f2e66}.before\:bg-teal-950\/50:before{content:attr(content);background-color:#042f2e80}.before\:bg-teal-950\/60:before{content:attr(content);background-color:#042f2e99}.before\:bg-teal-950\/70:before{content:attr(content);background-color:#042f2eb3}.before\:bg-teal-950\/75:before{content:attr(content);background-color:#042f2ebf}.before\:bg-teal-950\/80:before{content:attr(content);background-color:#042f2ecc}.before\:bg-teal-950\/90:before{content:attr(content);background-color:#042f2ee6}.before\:bg-cyan-50:before{content:attr(content);background-color:#ecfeff}.before\:bg-cyan-50\/0:before{content:attr(content);background-color:#ecfeff00}.before\:bg-cyan-50\/10:before{content:attr(content);background-color:#ecfeff1a}.before\:bg-cyan-50\/20:before{content:attr(content);background-color:#ecfeff33}.before\:bg-cyan-50\/30:before{content:attr(content);background-color:#ecfeff4d}.before\:bg-cyan-50\/40:before{content:attr(content);background-color:#ecfeff66}.before\:bg-cyan-50\/50:before{content:attr(content);background-color:#ecfeff80}.before\:bg-cyan-50\/60:before{content:attr(content);background-color:#ecfeff99}.before\:bg-cyan-50\/70:before{content:attr(content);background-color:#ecfeffb3}.before\:bg-cyan-50\/75:before{content:attr(content);background-color:#ecfeffbf}.before\:bg-cyan-50\/80:before{content:attr(content);background-color:#ecfeffcc}.before\:bg-cyan-50\/90:before{content:attr(content);background-color:#ecfeffe6}.before\:bg-cyan-100:before{content:attr(content);background-color:#cffafe}.before\:bg-cyan-100\/0:before{content:attr(content);background-color:#cffafe00}.before\:bg-cyan-100\/10:before{content:attr(content);background-color:#cffafe1a}.before\:bg-cyan-100\/20:before{content:attr(content);background-color:#cffafe33}.before\:bg-cyan-100\/30:before{content:attr(content);background-color:#cffafe4d}.before\:bg-cyan-100\/40:before{content:attr(content);background-color:#cffafe66}.before\:bg-cyan-100\/50:before{content:attr(content);background-color:#cffafe80}.before\:bg-cyan-100\/60:before{content:attr(content);background-color:#cffafe99}.before\:bg-cyan-100\/70:before{content:attr(content);background-color:#cffafeb3}.before\:bg-cyan-100\/75:before{content:attr(content);background-color:#cffafebf}.before\:bg-cyan-100\/80:before{content:attr(content);background-color:#cffafecc}.before\:bg-cyan-100\/90:before{content:attr(content);background-color:#cffafee6}.before\:bg-cyan-200:before{content:attr(content);background-color:#a5f3fc}.before\:bg-cyan-200\/0:before{content:attr(content);background-color:#a5f3fc00}.before\:bg-cyan-200\/10:before{content:attr(content);background-color:#a5f3fc1a}.before\:bg-cyan-200\/20:before{content:attr(content);background-color:#a5f3fc33}.before\:bg-cyan-200\/30:before{content:attr(content);background-color:#a5f3fc4d}.before\:bg-cyan-200\/40:before{content:attr(content);background-color:#a5f3fc66}.before\:bg-cyan-200\/50:before{content:attr(content);background-color:#a5f3fc80}.before\:bg-cyan-200\/60:before{content:attr(content);background-color:#a5f3fc99}.before\:bg-cyan-200\/70:before{content:attr(content);background-color:#a5f3fcb3}.before\:bg-cyan-200\/75:before{content:attr(content);background-color:#a5f3fcbf}.before\:bg-cyan-200\/80:before{content:attr(content);background-color:#a5f3fccc}.before\:bg-cyan-200\/90:before{content:attr(content);background-color:#a5f3fce6}.before\:bg-cyan-300:before{content:attr(content);background-color:#67e8f9}.before\:bg-cyan-300\/0:before{content:attr(content);background-color:#67e8f900}.before\:bg-cyan-300\/10:before{content:attr(content);background-color:#67e8f91a}.before\:bg-cyan-300\/20:before{content:attr(content);background-color:#67e8f933}.before\:bg-cyan-300\/30:before{content:attr(content);background-color:#67e8f94d}.before\:bg-cyan-300\/40:before{content:attr(content);background-color:#67e8f966}.before\:bg-cyan-300\/50:before{content:attr(content);background-color:#67e8f980}.before\:bg-cyan-300\/60:before{content:attr(content);background-color:#67e8f999}.before\:bg-cyan-300\/70:before{content:attr(content);background-color:#67e8f9b3}.before\:bg-cyan-300\/75:before{content:attr(content);background-color:#67e8f9bf}.before\:bg-cyan-300\/80:before{content:attr(content);background-color:#67e8f9cc}.before\:bg-cyan-300\/90:before{content:attr(content);background-color:#67e8f9e6}.before\:bg-cyan-400:before{content:attr(content);background-color:#22d3ee}.before\:bg-cyan-400\/0:before{content:attr(content);background-color:#22d3ee00}.before\:bg-cyan-400\/10:before{content:attr(content);background-color:#22d3ee1a}.before\:bg-cyan-400\/20:before{content:attr(content);background-color:#22d3ee33}.before\:bg-cyan-400\/30:before{content:attr(content);background-color:#22d3ee4d}.before\:bg-cyan-400\/40:before{content:attr(content);background-color:#22d3ee66}.before\:bg-cyan-400\/50:before{content:attr(content);background-color:#22d3ee80}.before\:bg-cyan-400\/60:before{content:attr(content);background-color:#22d3ee99}.before\:bg-cyan-400\/70:before{content:attr(content);background-color:#22d3eeb3}.before\:bg-cyan-400\/75:before{content:attr(content);background-color:#22d3eebf}.before\:bg-cyan-400\/80:before{content:attr(content);background-color:#22d3eecc}.before\:bg-cyan-400\/90:before{content:attr(content);background-color:#22d3eee6}.before\:bg-cyan-500:before{content:attr(content);background-color:#06b6d4}.before\:bg-cyan-500\/0:before{content:attr(content);background-color:#06b6d400}.before\:bg-cyan-500\/10:before{content:attr(content);background-color:#06b6d41a}.before\:bg-cyan-500\/20:before{content:attr(content);background-color:#06b6d433}.before\:bg-cyan-500\/30:before{content:attr(content);background-color:#06b6d44d}.before\:bg-cyan-500\/40:before{content:attr(content);background-color:#06b6d466}.before\:bg-cyan-500\/50:before{content:attr(content);background-color:#06b6d480}.before\:bg-cyan-500\/60:before{content:attr(content);background-color:#06b6d499}.before\:bg-cyan-500\/70:before{content:attr(content);background-color:#06b6d4b3}.before\:bg-cyan-500\/75:before{content:attr(content);background-color:#06b6d4bf}.before\:bg-cyan-500\/80:before{content:attr(content);background-color:#06b6d4cc}.before\:bg-cyan-500\/90:before{content:attr(content);background-color:#06b6d4e6}.before\:bg-cyan-600:before{content:attr(content);background-color:#0891b2}.before\:bg-cyan-600\/0:before{content:attr(content);background-color:#0891b200}.before\:bg-cyan-600\/10:before{content:attr(content);background-color:#0891b21a}.before\:bg-cyan-600\/20:before{content:attr(content);background-color:#0891b233}.before\:bg-cyan-600\/30:before{content:attr(content);background-color:#0891b24d}.before\:bg-cyan-600\/40:before{content:attr(content);background-color:#0891b266}.before\:bg-cyan-600\/50:before{content:attr(content);background-color:#0891b280}.before\:bg-cyan-600\/60:before{content:attr(content);background-color:#0891b299}.before\:bg-cyan-600\/70:before{content:attr(content);background-color:#0891b2b3}.before\:bg-cyan-600\/75:before{content:attr(content);background-color:#0891b2bf}.before\:bg-cyan-600\/80:before{content:attr(content);background-color:#0891b2cc}.before\:bg-cyan-600\/90:before{content:attr(content);background-color:#0891b2e6}.before\:bg-cyan-700:before{content:attr(content);background-color:#0e7490}.before\:bg-cyan-700\/0:before{content:attr(content);background-color:#0e749000}.before\:bg-cyan-700\/10:before{content:attr(content);background-color:#0e74901a}.before\:bg-cyan-700\/20:before{content:attr(content);background-color:#0e749033}.before\:bg-cyan-700\/30:before{content:attr(content);background-color:#0e74904d}.before\:bg-cyan-700\/40:before{content:attr(content);background-color:#0e749066}.before\:bg-cyan-700\/50:before{content:attr(content);background-color:#0e749080}.before\:bg-cyan-700\/60:before{content:attr(content);background-color:#0e749099}.before\:bg-cyan-700\/70:before{content:attr(content);background-color:#0e7490b3}.before\:bg-cyan-700\/75:before{content:attr(content);background-color:#0e7490bf}.before\:bg-cyan-700\/80:before{content:attr(content);background-color:#0e7490cc}.before\:bg-cyan-700\/90:before{content:attr(content);background-color:#0e7490e6}.before\:bg-cyan-800:before{content:attr(content);background-color:#155e75}.before\:bg-cyan-800\/0:before{content:attr(content);background-color:#155e7500}.before\:bg-cyan-800\/10:before{content:attr(content);background-color:#155e751a}.before\:bg-cyan-800\/20:before{content:attr(content);background-color:#155e7533}.before\:bg-cyan-800\/30:before{content:attr(content);background-color:#155e754d}.before\:bg-cyan-800\/40:before{content:attr(content);background-color:#155e7566}.before\:bg-cyan-800\/50:before{content:attr(content);background-color:#155e7580}.before\:bg-cyan-800\/60:before{content:attr(content);background-color:#155e7599}.before\:bg-cyan-800\/70:before{content:attr(content);background-color:#155e75b3}.before\:bg-cyan-800\/75:before{content:attr(content);background-color:#155e75bf}.before\:bg-cyan-800\/80:before{content:attr(content);background-color:#155e75cc}.before\:bg-cyan-800\/90:before{content:attr(content);background-color:#155e75e6}.before\:bg-cyan-900:before{content:attr(content);background-color:#164e63}.before\:bg-cyan-900\/0:before{content:attr(content);background-color:#164e6300}.before\:bg-cyan-900\/10:before{content:attr(content);background-color:#164e631a}.before\:bg-cyan-900\/20:before{content:attr(content);background-color:#164e6333}.before\:bg-cyan-900\/30:before{content:attr(content);background-color:#164e634d}.before\:bg-cyan-900\/40:before{content:attr(content);background-color:#164e6366}.before\:bg-cyan-900\/50:before{content:attr(content);background-color:#164e6380}.before\:bg-cyan-900\/60:before{content:attr(content);background-color:#164e6399}.before\:bg-cyan-900\/70:before{content:attr(content);background-color:#164e63b3}.before\:bg-cyan-900\/75:before{content:attr(content);background-color:#164e63bf}.before\:bg-cyan-900\/80:before{content:attr(content);background-color:#164e63cc}.before\:bg-cyan-900\/90:before{content:attr(content);background-color:#164e63e6}.before\:bg-cyan-950:before{content:attr(content);background-color:#083344}.before\:bg-cyan-950\/0:before{content:attr(content);background-color:#08334400}.before\:bg-cyan-950\/10:before{content:attr(content);background-color:#0833441a}.before\:bg-cyan-950\/20:before{content:attr(content);background-color:#08334433}.before\:bg-cyan-950\/30:before{content:attr(content);background-color:#0833444d}.before\:bg-cyan-950\/40:before{content:attr(content);background-color:#08334466}.before\:bg-cyan-950\/50:before{content:attr(content);background-color:#08334480}.before\:bg-cyan-950\/60:before{content:attr(content);background-color:#08334499}.before\:bg-cyan-950\/70:before{content:attr(content);background-color:#083344b3}.before\:bg-cyan-950\/75:before{content:attr(content);background-color:#083344bf}.before\:bg-cyan-950\/80:before{content:attr(content);background-color:#083344cc}.before\:bg-cyan-950\/90:before{content:attr(content);background-color:#083344e6}.before\:bg-sky-50:before{content:attr(content);background-color:#f0f9ff}.before\:bg-sky-50\/0:before{content:attr(content);background-color:#f0f9ff00}.before\:bg-sky-50\/10:before{content:attr(content);background-color:#f0f9ff1a}.before\:bg-sky-50\/20:before{content:attr(content);background-color:#f0f9ff33}.before\:bg-sky-50\/30:before{content:attr(content);background-color:#f0f9ff4d}.before\:bg-sky-50\/40:before{content:attr(content);background-color:#f0f9ff66}.before\:bg-sky-50\/50:before{content:attr(content);background-color:#f0f9ff80}.before\:bg-sky-50\/60:before{content:attr(content);background-color:#f0f9ff99}.before\:bg-sky-50\/70:before{content:attr(content);background-color:#f0f9ffb3}.before\:bg-sky-50\/75:before{content:attr(content);background-color:#f0f9ffbf}.before\:bg-sky-50\/80:before{content:attr(content);background-color:#f0f9ffcc}.before\:bg-sky-50\/90:before{content:attr(content);background-color:#f0f9ffe6}.before\:bg-sky-100:before{content:attr(content);background-color:#e0f2fe}.before\:bg-sky-100\/0:before{content:attr(content);background-color:#e0f2fe00}.before\:bg-sky-100\/10:before{content:attr(content);background-color:#e0f2fe1a}.before\:bg-sky-100\/20:before{content:attr(content);background-color:#e0f2fe33}.before\:bg-sky-100\/30:before{content:attr(content);background-color:#e0f2fe4d}.before\:bg-sky-100\/40:before{content:attr(content);background-color:#e0f2fe66}.before\:bg-sky-100\/50:before{content:attr(content);background-color:#e0f2fe80}.before\:bg-sky-100\/60:before{content:attr(content);background-color:#e0f2fe99}.before\:bg-sky-100\/70:before{content:attr(content);background-color:#e0f2feb3}.before\:bg-sky-100\/75:before{content:attr(content);background-color:#e0f2febf}.before\:bg-sky-100\/80:before{content:attr(content);background-color:#e0f2fecc}.before\:bg-sky-100\/90:before{content:attr(content);background-color:#e0f2fee6}.before\:bg-sky-200:before{content:attr(content);background-color:#bae6fd}.before\:bg-sky-200\/0:before{content:attr(content);background-color:#bae6fd00}.before\:bg-sky-200\/10:before{content:attr(content);background-color:#bae6fd1a}.before\:bg-sky-200\/20:before{content:attr(content);background-color:#bae6fd33}.before\:bg-sky-200\/30:before{content:attr(content);background-color:#bae6fd4d}.before\:bg-sky-200\/40:before{content:attr(content);background-color:#bae6fd66}.before\:bg-sky-200\/50:before{content:attr(content);background-color:#bae6fd80}.before\:bg-sky-200\/60:before{content:attr(content);background-color:#bae6fd99}.before\:bg-sky-200\/70:before{content:attr(content);background-color:#bae6fdb3}.before\:bg-sky-200\/75:before{content:attr(content);background-color:#bae6fdbf}.before\:bg-sky-200\/80:before{content:attr(content);background-color:#bae6fdcc}.before\:bg-sky-200\/90:before{content:attr(content);background-color:#bae6fde6}.before\:bg-sky-300:before{content:attr(content);background-color:#7dd3fc}.before\:bg-sky-300\/0:before{content:attr(content);background-color:#7dd3fc00}.before\:bg-sky-300\/10:before{content:attr(content);background-color:#7dd3fc1a}.before\:bg-sky-300\/20:before{content:attr(content);background-color:#7dd3fc33}.before\:bg-sky-300\/30:before{content:attr(content);background-color:#7dd3fc4d}.before\:bg-sky-300\/40:before{content:attr(content);background-color:#7dd3fc66}.before\:bg-sky-300\/50:before{content:attr(content);background-color:#7dd3fc80}.before\:bg-sky-300\/60:before{content:attr(content);background-color:#7dd3fc99}.before\:bg-sky-300\/70:before{content:attr(content);background-color:#7dd3fcb3}.before\:bg-sky-300\/75:before{content:attr(content);background-color:#7dd3fcbf}.before\:bg-sky-300\/80:before{content:attr(content);background-color:#7dd3fccc}.before\:bg-sky-300\/90:before{content:attr(content);background-color:#7dd3fce6}.before\:bg-sky-400:before{content:attr(content);background-color:#38bdf8}.before\:bg-sky-400\/0:before{content:attr(content);background-color:#38bdf800}.before\:bg-sky-400\/10:before{content:attr(content);background-color:#38bdf81a}.before\:bg-sky-400\/20:before{content:attr(content);background-color:#38bdf833}.before\:bg-sky-400\/30:before{content:attr(content);background-color:#38bdf84d}.before\:bg-sky-400\/40:before{content:attr(content);background-color:#38bdf866}.before\:bg-sky-400\/50:before{content:attr(content);background-color:#38bdf880}.before\:bg-sky-400\/60:before{content:attr(content);background-color:#38bdf899}.before\:bg-sky-400\/70:before{content:attr(content);background-color:#38bdf8b3}.before\:bg-sky-400\/75:before{content:attr(content);background-color:#38bdf8bf}.before\:bg-sky-400\/80:before{content:attr(content);background-color:#38bdf8cc}.before\:bg-sky-400\/90:before{content:attr(content);background-color:#38bdf8e6}.before\:bg-sky-500:before{content:attr(content);background-color:#0ea5e9}.before\:bg-sky-500\/0:before{content:attr(content);background-color:#0ea5e900}.before\:bg-sky-500\/10:before{content:attr(content);background-color:#0ea5e91a}.before\:bg-sky-500\/20:before{content:attr(content);background-color:#0ea5e933}.before\:bg-sky-500\/30:before{content:attr(content);background-color:#0ea5e94d}.before\:bg-sky-500\/40:before{content:attr(content);background-color:#0ea5e966}.before\:bg-sky-500\/50:before{content:attr(content);background-color:#0ea5e980}.before\:bg-sky-500\/60:before{content:attr(content);background-color:#0ea5e999}.before\:bg-sky-500\/70:before{content:attr(content);background-color:#0ea5e9b3}.before\:bg-sky-500\/75:before{content:attr(content);background-color:#0ea5e9bf}.before\:bg-sky-500\/80:before{content:attr(content);background-color:#0ea5e9cc}.before\:bg-sky-500\/90:before{content:attr(content);background-color:#0ea5e9e6}.before\:bg-sky-600:before{content:attr(content);background-color:#0284c7}.before\:bg-sky-600\/0:before{content:attr(content);background-color:#0284c700}.before\:bg-sky-600\/10:before{content:attr(content);background-color:#0284c71a}.before\:bg-sky-600\/20:before{content:attr(content);background-color:#0284c733}.before\:bg-sky-600\/30:before{content:attr(content);background-color:#0284c74d}.before\:bg-sky-600\/40:before{content:attr(content);background-color:#0284c766}.before\:bg-sky-600\/50:before{content:attr(content);background-color:#0284c780}.before\:bg-sky-600\/60:before{content:attr(content);background-color:#0284c799}.before\:bg-sky-600\/70:before{content:attr(content);background-color:#0284c7b3}.before\:bg-sky-600\/75:before{content:attr(content);background-color:#0284c7bf}.before\:bg-sky-600\/80:before{content:attr(content);background-color:#0284c7cc}.before\:bg-sky-600\/90:before{content:attr(content);background-color:#0284c7e6}.before\:bg-sky-700:before{content:attr(content);background-color:#0369a1}.before\:bg-sky-700\/0:before{content:attr(content);background-color:#0369a100}.before\:bg-sky-700\/10:before{content:attr(content);background-color:#0369a11a}.before\:bg-sky-700\/20:before{content:attr(content);background-color:#0369a133}.before\:bg-sky-700\/30:before{content:attr(content);background-color:#0369a14d}.before\:bg-sky-700\/40:before{content:attr(content);background-color:#0369a166}.before\:bg-sky-700\/50:before{content:attr(content);background-color:#0369a180}.before\:bg-sky-700\/60:before{content:attr(content);background-color:#0369a199}.before\:bg-sky-700\/70:before{content:attr(content);background-color:#0369a1b3}.before\:bg-sky-700\/75:before{content:attr(content);background-color:#0369a1bf}.before\:bg-sky-700\/80:before{content:attr(content);background-color:#0369a1cc}.before\:bg-sky-700\/90:before{content:attr(content);background-color:#0369a1e6}.before\:bg-sky-800:before{content:attr(content);background-color:#075985}.before\:bg-sky-800\/0:before{content:attr(content);background-color:#07598500}.before\:bg-sky-800\/10:before{content:attr(content);background-color:#0759851a}.before\:bg-sky-800\/20:before{content:attr(content);background-color:#07598533}.before\:bg-sky-800\/30:before{content:attr(content);background-color:#0759854d}.before\:bg-sky-800\/40:before{content:attr(content);background-color:#07598566}.before\:bg-sky-800\/50:before{content:attr(content);background-color:#07598580}.before\:bg-sky-800\/60:before{content:attr(content);background-color:#07598599}.before\:bg-sky-800\/70:before{content:attr(content);background-color:#075985b3}.before\:bg-sky-800\/75:before{content:attr(content);background-color:#075985bf}.before\:bg-sky-800\/80:before{content:attr(content);background-color:#075985cc}.before\:bg-sky-800\/90:before{content:attr(content);background-color:#075985e6}.before\:bg-sky-900:before{content:attr(content);background-color:#0c4a6e}.before\:bg-sky-900\/0:before{content:attr(content);background-color:#0c4a6e00}.before\:bg-sky-900\/10:before{content:attr(content);background-color:#0c4a6e1a}.before\:bg-sky-900\/20:before{content:attr(content);background-color:#0c4a6e33}.before\:bg-sky-900\/30:before{content:attr(content);background-color:#0c4a6e4d}.before\:bg-sky-900\/40:before{content:attr(content);background-color:#0c4a6e66}.before\:bg-sky-900\/50:before{content:attr(content);background-color:#0c4a6e80}.before\:bg-sky-900\/60:before{content:attr(content);background-color:#0c4a6e99}.before\:bg-sky-900\/70:before{content:attr(content);background-color:#0c4a6eb3}.before\:bg-sky-900\/75:before{content:attr(content);background-color:#0c4a6ebf}.before\:bg-sky-900\/80:before{content:attr(content);background-color:#0c4a6ecc}.before\:bg-sky-900\/90:before{content:attr(content);background-color:#0c4a6ee6}.before\:bg-sky-950:before{content:attr(content);background-color:#082f49}.before\:bg-sky-950\/0:before{content:attr(content);background-color:#082f4900}.before\:bg-sky-950\/10:before{content:attr(content);background-color:#082f491a}.before\:bg-sky-950\/20:before{content:attr(content);background-color:#082f4933}.before\:bg-sky-950\/30:before{content:attr(content);background-color:#082f494d}.before\:bg-sky-950\/40:before{content:attr(content);background-color:#082f4966}.before\:bg-sky-950\/50:before{content:attr(content);background-color:#082f4980}.before\:bg-sky-950\/60:before{content:attr(content);background-color:#082f4999}.before\:bg-sky-950\/70:before{content:attr(content);background-color:#082f49b3}.before\:bg-sky-950\/75:before{content:attr(content);background-color:#082f49bf}.before\:bg-sky-950\/80:before{content:attr(content);background-color:#082f49cc}.before\:bg-sky-950\/90:before{content:attr(content);background-color:#082f49e6}.before\:bg-blue-50:before{content:attr(content);background-color:#eff6ff}.before\:bg-blue-50\/0:before{content:attr(content);background-color:#eff6ff00}.before\:bg-blue-50\/10:before{content:attr(content);background-color:#eff6ff1a}.before\:bg-blue-50\/20:before{content:attr(content);background-color:#eff6ff33}.before\:bg-blue-50\/30:before{content:attr(content);background-color:#eff6ff4d}.before\:bg-blue-50\/40:before{content:attr(content);background-color:#eff6ff66}.before\:bg-blue-50\/50:before{content:attr(content);background-color:#eff6ff80}.before\:bg-blue-50\/60:before{content:attr(content);background-color:#eff6ff99}.before\:bg-blue-50\/70:before{content:attr(content);background-color:#eff6ffb3}.before\:bg-blue-50\/75:before{content:attr(content);background-color:#eff6ffbf}.before\:bg-blue-50\/80:before{content:attr(content);background-color:#eff6ffcc}.before\:bg-blue-50\/90:before{content:attr(content);background-color:#eff6ffe6}.before\:bg-blue-100:before{content:attr(content);background-color:#dbeafe}.before\:bg-blue-100\/0:before{content:attr(content);background-color:#dbeafe00}.before\:bg-blue-100\/10:before{content:attr(content);background-color:#dbeafe1a}.before\:bg-blue-100\/20:before{content:attr(content);background-color:#dbeafe33}.before\:bg-blue-100\/30:before{content:attr(content);background-color:#dbeafe4d}.before\:bg-blue-100\/40:before{content:attr(content);background-color:#dbeafe66}.before\:bg-blue-100\/50:before{content:attr(content);background-color:#dbeafe80}.before\:bg-blue-100\/60:before{content:attr(content);background-color:#dbeafe99}.before\:bg-blue-100\/70:before{content:attr(content);background-color:#dbeafeb3}.before\:bg-blue-100\/75:before{content:attr(content);background-color:#dbeafebf}.before\:bg-blue-100\/80:before{content:attr(content);background-color:#dbeafecc}.before\:bg-blue-100\/90:before{content:attr(content);background-color:#dbeafee6}.before\:bg-blue-200:before{content:attr(content);background-color:#bfdbfe}.before\:bg-blue-200\/0:before{content:attr(content);background-color:#bfdbfe00}.before\:bg-blue-200\/10:before{content:attr(content);background-color:#bfdbfe1a}.before\:bg-blue-200\/20:before{content:attr(content);background-color:#bfdbfe33}.before\:bg-blue-200\/30:before{content:attr(content);background-color:#bfdbfe4d}.before\:bg-blue-200\/40:before{content:attr(content);background-color:#bfdbfe66}.before\:bg-blue-200\/50:before{content:attr(content);background-color:#bfdbfe80}.before\:bg-blue-200\/60:before{content:attr(content);background-color:#bfdbfe99}.before\:bg-blue-200\/70:before{content:attr(content);background-color:#bfdbfeb3}.before\:bg-blue-200\/75:before{content:attr(content);background-color:#bfdbfebf}.before\:bg-blue-200\/80:before{content:attr(content);background-color:#bfdbfecc}.before\:bg-blue-200\/90:before{content:attr(content);background-color:#bfdbfee6}.before\:bg-blue-300:before{content:attr(content);background-color:#93c5fd}.before\:bg-blue-300\/0:before{content:attr(content);background-color:#93c5fd00}.before\:bg-blue-300\/10:before{content:attr(content);background-color:#93c5fd1a}.before\:bg-blue-300\/20:before{content:attr(content);background-color:#93c5fd33}.before\:bg-blue-300\/30:before{content:attr(content);background-color:#93c5fd4d}.before\:bg-blue-300\/40:before{content:attr(content);background-color:#93c5fd66}.before\:bg-blue-300\/50:before{content:attr(content);background-color:#93c5fd80}.before\:bg-blue-300\/60:before{content:attr(content);background-color:#93c5fd99}.before\:bg-blue-300\/70:before{content:attr(content);background-color:#93c5fdb3}.before\:bg-blue-300\/75:before{content:attr(content);background-color:#93c5fdbf}.before\:bg-blue-300\/80:before{content:attr(content);background-color:#93c5fdcc}.before\:bg-blue-300\/90:before{content:attr(content);background-color:#93c5fde6}.before\:bg-blue-400:before{content:attr(content);background-color:#60a5fa}.before\:bg-blue-400\/0:before{content:attr(content);background-color:#60a5fa00}.before\:bg-blue-400\/10:before{content:attr(content);background-color:#60a5fa1a}.before\:bg-blue-400\/20:before{content:attr(content);background-color:#60a5fa33}.before\:bg-blue-400\/30:before{content:attr(content);background-color:#60a5fa4d}.before\:bg-blue-400\/40:before{content:attr(content);background-color:#60a5fa66}.before\:bg-blue-400\/50:before{content:attr(content);background-color:#60a5fa80}.before\:bg-blue-400\/60:before{content:attr(content);background-color:#60a5fa99}.before\:bg-blue-400\/70:before{content:attr(content);background-color:#60a5fab3}.before\:bg-blue-400\/75:before{content:attr(content);background-color:#60a5fabf}.before\:bg-blue-400\/80:before{content:attr(content);background-color:#60a5facc}.before\:bg-blue-400\/90:before{content:attr(content);background-color:#60a5fae6}.before\:bg-blue-500:before{content:attr(content);background-color:#3b82f6}.before\:bg-blue-500\/0:before{content:attr(content);background-color:#3b82f600}.before\:bg-blue-500\/10:before{content:attr(content);background-color:#3b82f61a}.before\:bg-blue-500\/20:before{content:attr(content);background-color:#3b82f633}.before\:bg-blue-500\/30:before{content:attr(content);background-color:#3b82f64d}.before\:bg-blue-500\/40:before{content:attr(content);background-color:#3b82f666}.before\:bg-blue-500\/50:before{content:attr(content);background-color:#3b82f680}.before\:bg-blue-500\/60:before{content:attr(content);background-color:#3b82f699}.before\:bg-blue-500\/70:before{content:attr(content);background-color:#3b82f6b3}.before\:bg-blue-500\/75:before{content:attr(content);background-color:#3b82f6bf}.before\:bg-blue-500\/80:before{content:attr(content);background-color:#3b82f6cc}.before\:bg-blue-500\/90:before{content:attr(content);background-color:#3b82f6e6}.before\:bg-blue-600:before{content:attr(content);background-color:#2563eb}.before\:bg-blue-600\/0:before{content:attr(content);background-color:#2563eb00}.before\:bg-blue-600\/10:before{content:attr(content);background-color:#2563eb1a}.before\:bg-blue-600\/20:before{content:attr(content);background-color:#2563eb33}.before\:bg-blue-600\/30:before{content:attr(content);background-color:#2563eb4d}.before\:bg-blue-600\/40:before{content:attr(content);background-color:#2563eb66}.before\:bg-blue-600\/50:before{content:attr(content);background-color:#2563eb80}.before\:bg-blue-600\/60:before{content:attr(content);background-color:#2563eb99}.before\:bg-blue-600\/70:before{content:attr(content);background-color:#2563ebb3}.before\:bg-blue-600\/75:before{content:attr(content);background-color:#2563ebbf}.before\:bg-blue-600\/80:before{content:attr(content);background-color:#2563ebcc}.before\:bg-blue-600\/90:before{content:attr(content);background-color:#2563ebe6}.before\:bg-blue-700:before{content:attr(content);background-color:#1d4ed8}.before\:bg-blue-700\/0:before{content:attr(content);background-color:#1d4ed800}.before\:bg-blue-700\/10:before{content:attr(content);background-color:#1d4ed81a}.before\:bg-blue-700\/20:before{content:attr(content);background-color:#1d4ed833}.before\:bg-blue-700\/30:before{content:attr(content);background-color:#1d4ed84d}.before\:bg-blue-700\/40:before{content:attr(content);background-color:#1d4ed866}.before\:bg-blue-700\/50:before{content:attr(content);background-color:#1d4ed880}.before\:bg-blue-700\/60:before{content:attr(content);background-color:#1d4ed899}.before\:bg-blue-700\/70:before{content:attr(content);background-color:#1d4ed8b3}.before\:bg-blue-700\/75:before{content:attr(content);background-color:#1d4ed8bf}.before\:bg-blue-700\/80:before{content:attr(content);background-color:#1d4ed8cc}.before\:bg-blue-700\/90:before{content:attr(content);background-color:#1d4ed8e6}.before\:bg-blue-800:before{content:attr(content);background-color:#1e40af}.before\:bg-blue-800\/0:before{content:attr(content);background-color:#1e40af00}.before\:bg-blue-800\/10:before{content:attr(content);background-color:#1e40af1a}.before\:bg-blue-800\/20:before{content:attr(content);background-color:#1e40af33}.before\:bg-blue-800\/30:before{content:attr(content);background-color:#1e40af4d}.before\:bg-blue-800\/40:before{content:attr(content);background-color:#1e40af66}.before\:bg-blue-800\/50:before{content:attr(content);background-color:#1e40af80}.before\:bg-blue-800\/60:before{content:attr(content);background-color:#1e40af99}.before\:bg-blue-800\/70:before{content:attr(content);background-color:#1e40afb3}.before\:bg-blue-800\/75:before{content:attr(content);background-color:#1e40afbf}.before\:bg-blue-800\/80:before{content:attr(content);background-color:#1e40afcc}.before\:bg-blue-800\/90:before{content:attr(content);background-color:#1e40afe6}.before\:bg-blue-900:before{content:attr(content);background-color:#1e3a8a}.before\:bg-blue-900\/0:before{content:attr(content);background-color:#1e3a8a00}.before\:bg-blue-900\/10:before{content:attr(content);background-color:#1e3a8a1a}.before\:bg-blue-900\/20:before{content:attr(content);background-color:#1e3a8a33}.before\:bg-blue-900\/30:before{content:attr(content);background-color:#1e3a8a4d}.before\:bg-blue-900\/40:before{content:attr(content);background-color:#1e3a8a66}.before\:bg-blue-900\/50:before{content:attr(content);background-color:#1e3a8a80}.before\:bg-blue-900\/60:before{content:attr(content);background-color:#1e3a8a99}.before\:bg-blue-900\/70:before{content:attr(content);background-color:#1e3a8ab3}.before\:bg-blue-900\/75:before{content:attr(content);background-color:#1e3a8abf}.before\:bg-blue-900\/80:before{content:attr(content);background-color:#1e3a8acc}.before\:bg-blue-900\/90:before{content:attr(content);background-color:#1e3a8ae6}.before\:bg-blue-950:before{content:attr(content);background-color:#172554}.before\:bg-blue-950\/0:before{content:attr(content);background-color:#17255400}.before\:bg-blue-950\/10:before{content:attr(content);background-color:#1725541a}.before\:bg-blue-950\/20:before{content:attr(content);background-color:#17255433}.before\:bg-blue-950\/30:before{content:attr(content);background-color:#1725544d}.before\:bg-blue-950\/40:before{content:attr(content);background-color:#17255466}.before\:bg-blue-950\/50:before{content:attr(content);background-color:#17255480}.before\:bg-blue-950\/60:before{content:attr(content);background-color:#17255499}.before\:bg-blue-950\/70:before{content:attr(content);background-color:#172554b3}.before\:bg-blue-950\/75:before{content:attr(content);background-color:#172554bf}.before\:bg-blue-950\/80:before{content:attr(content);background-color:#172554cc}.before\:bg-blue-950\/90:before{content:attr(content);background-color:#172554e6}.before\:bg-indigo-50:before{content:attr(content);background-color:#eef2ff}.before\:bg-indigo-50\/0:before{content:attr(content);background-color:#eef2ff00}.before\:bg-indigo-50\/10:before{content:attr(content);background-color:#eef2ff1a}.before\:bg-indigo-50\/20:before{content:attr(content);background-color:#eef2ff33}.before\:bg-indigo-50\/30:before{content:attr(content);background-color:#eef2ff4d}.before\:bg-indigo-50\/40:before{content:attr(content);background-color:#eef2ff66}.before\:bg-indigo-50\/50:before{content:attr(content);background-color:#eef2ff80}.before\:bg-indigo-50\/60:before{content:attr(content);background-color:#eef2ff99}.before\:bg-indigo-50\/70:before{content:attr(content);background-color:#eef2ffb3}.before\:bg-indigo-50\/75:before{content:attr(content);background-color:#eef2ffbf}.before\:bg-indigo-50\/80:before{content:attr(content);background-color:#eef2ffcc}.before\:bg-indigo-50\/90:before{content:attr(content);background-color:#eef2ffe6}.before\:bg-indigo-100:before{content:attr(content);background-color:#e0e7ff}.before\:bg-indigo-100\/0:before{content:attr(content);background-color:#e0e7ff00}.before\:bg-indigo-100\/10:before{content:attr(content);background-color:#e0e7ff1a}.before\:bg-indigo-100\/20:before{content:attr(content);background-color:#e0e7ff33}.before\:bg-indigo-100\/30:before{content:attr(content);background-color:#e0e7ff4d}.before\:bg-indigo-100\/40:before{content:attr(content);background-color:#e0e7ff66}.before\:bg-indigo-100\/50:before{content:attr(content);background-color:#e0e7ff80}.before\:bg-indigo-100\/60:before{content:attr(content);background-color:#e0e7ff99}.before\:bg-indigo-100\/70:before{content:attr(content);background-color:#e0e7ffb3}.before\:bg-indigo-100\/75:before{content:attr(content);background-color:#e0e7ffbf}.before\:bg-indigo-100\/80:before{content:attr(content);background-color:#e0e7ffcc}.before\:bg-indigo-100\/90:before{content:attr(content);background-color:#e0e7ffe6}.before\:bg-indigo-200:before{content:attr(content);background-color:#c7d2fe}.before\:bg-indigo-200\/0:before{content:attr(content);background-color:#c7d2fe00}.before\:bg-indigo-200\/10:before{content:attr(content);background-color:#c7d2fe1a}.before\:bg-indigo-200\/20:before{content:attr(content);background-color:#c7d2fe33}.before\:bg-indigo-200\/30:before{content:attr(content);background-color:#c7d2fe4d}.before\:bg-indigo-200\/40:before{content:attr(content);background-color:#c7d2fe66}.before\:bg-indigo-200\/50:before{content:attr(content);background-color:#c7d2fe80}.before\:bg-indigo-200\/60:before{content:attr(content);background-color:#c7d2fe99}.before\:bg-indigo-200\/70:before{content:attr(content);background-color:#c7d2feb3}.before\:bg-indigo-200\/75:before{content:attr(content);background-color:#c7d2febf}.before\:bg-indigo-200\/80:before{content:attr(content);background-color:#c7d2fecc}.before\:bg-indigo-200\/90:before{content:attr(content);background-color:#c7d2fee6}.before\:bg-indigo-300:before{content:attr(content);background-color:#a5b4fc}.before\:bg-indigo-300\/0:before{content:attr(content);background-color:#a5b4fc00}.before\:bg-indigo-300\/10:before{content:attr(content);background-color:#a5b4fc1a}.before\:bg-indigo-300\/20:before{content:attr(content);background-color:#a5b4fc33}.before\:bg-indigo-300\/30:before{content:attr(content);background-color:#a5b4fc4d}.before\:bg-indigo-300\/40:before{content:attr(content);background-color:#a5b4fc66}.before\:bg-indigo-300\/50:before{content:attr(content);background-color:#a5b4fc80}.before\:bg-indigo-300\/60:before{content:attr(content);background-color:#a5b4fc99}.before\:bg-indigo-300\/70:before{content:attr(content);background-color:#a5b4fcb3}.before\:bg-indigo-300\/75:before{content:attr(content);background-color:#a5b4fcbf}.before\:bg-indigo-300\/80:before{content:attr(content);background-color:#a5b4fccc}.before\:bg-indigo-300\/90:before{content:attr(content);background-color:#a5b4fce6}.before\:bg-indigo-400:before{content:attr(content);background-color:#818cf8}.before\:bg-indigo-400\/0:before{content:attr(content);background-color:#818cf800}.before\:bg-indigo-400\/10:before{content:attr(content);background-color:#818cf81a}.before\:bg-indigo-400\/20:before{content:attr(content);background-color:#818cf833}.before\:bg-indigo-400\/30:before{content:attr(content);background-color:#818cf84d}.before\:bg-indigo-400\/40:before{content:attr(content);background-color:#818cf866}.before\:bg-indigo-400\/50:before{content:attr(content);background-color:#818cf880}.before\:bg-indigo-400\/60:before{content:attr(content);background-color:#818cf899}.before\:bg-indigo-400\/70:before{content:attr(content);background-color:#818cf8b3}.before\:bg-indigo-400\/75:before{content:attr(content);background-color:#818cf8bf}.before\:bg-indigo-400\/80:before{content:attr(content);background-color:#818cf8cc}.before\:bg-indigo-400\/90:before{content:attr(content);background-color:#818cf8e6}.before\:bg-indigo-500:before{content:attr(content);background-color:#6366f1}.before\:bg-indigo-500\/0:before{content:attr(content);background-color:#6366f100}.before\:bg-indigo-500\/10:before{content:attr(content);background-color:#6366f11a}.before\:bg-indigo-500\/20:before{content:attr(content);background-color:#6366f133}.before\:bg-indigo-500\/30:before{content:attr(content);background-color:#6366f14d}.before\:bg-indigo-500\/40:before{content:attr(content);background-color:#6366f166}.before\:bg-indigo-500\/50:before{content:attr(content);background-color:#6366f180}.before\:bg-indigo-500\/60:before{content:attr(content);background-color:#6366f199}.before\:bg-indigo-500\/70:before{content:attr(content);background-color:#6366f1b3}.before\:bg-indigo-500\/75:before{content:attr(content);background-color:#6366f1bf}.before\:bg-indigo-500\/80:before{content:attr(content);background-color:#6366f1cc}.before\:bg-indigo-500\/90:before{content:attr(content);background-color:#6366f1e6}.before\:bg-indigo-600:before{content:attr(content);background-color:#4f46e5}.before\:bg-indigo-600\/0:before{content:attr(content);background-color:#4f46e500}.before\:bg-indigo-600\/10:before{content:attr(content);background-color:#4f46e51a}.before\:bg-indigo-600\/20:before{content:attr(content);background-color:#4f46e533}.before\:bg-indigo-600\/30:before{content:attr(content);background-color:#4f46e54d}.before\:bg-indigo-600\/40:before{content:attr(content);background-color:#4f46e566}.before\:bg-indigo-600\/50:before{content:attr(content);background-color:#4f46e580}.before\:bg-indigo-600\/60:before{content:attr(content);background-color:#4f46e599}.before\:bg-indigo-600\/70:before{content:attr(content);background-color:#4f46e5b3}.before\:bg-indigo-600\/75:before{content:attr(content);background-color:#4f46e5bf}.before\:bg-indigo-600\/80:before{content:attr(content);background-color:#4f46e5cc}.before\:bg-indigo-600\/90:before{content:attr(content);background-color:#4f46e5e6}.before\:bg-indigo-700:before{content:attr(content);background-color:#4338ca}.before\:bg-indigo-700\/0:before{content:attr(content);background-color:#4338ca00}.before\:bg-indigo-700\/10:before{content:attr(content);background-color:#4338ca1a}.before\:bg-indigo-700\/20:before{content:attr(content);background-color:#4338ca33}.before\:bg-indigo-700\/30:before{content:attr(content);background-color:#4338ca4d}.before\:bg-indigo-700\/40:before{content:attr(content);background-color:#4338ca66}.before\:bg-indigo-700\/50:before{content:attr(content);background-color:#4338ca80}.before\:bg-indigo-700\/60:before{content:attr(content);background-color:#4338ca99}.before\:bg-indigo-700\/70:before{content:attr(content);background-color:#4338cab3}.before\:bg-indigo-700\/75:before{content:attr(content);background-color:#4338cabf}.before\:bg-indigo-700\/80:before{content:attr(content);background-color:#4338cacc}.before\:bg-indigo-700\/90:before{content:attr(content);background-color:#4338cae6}.before\:bg-indigo-800:before{content:attr(content);background-color:#3730a3}.before\:bg-indigo-800\/0:before{content:attr(content);background-color:#3730a300}.before\:bg-indigo-800\/10:before{content:attr(content);background-color:#3730a31a}.before\:bg-indigo-800\/20:before{content:attr(content);background-color:#3730a333}.before\:bg-indigo-800\/30:before{content:attr(content);background-color:#3730a34d}.before\:bg-indigo-800\/40:before{content:attr(content);background-color:#3730a366}.before\:bg-indigo-800\/50:before{content:attr(content);background-color:#3730a380}.before\:bg-indigo-800\/60:before{content:attr(content);background-color:#3730a399}.before\:bg-indigo-800\/70:before{content:attr(content);background-color:#3730a3b3}.before\:bg-indigo-800\/75:before{content:attr(content);background-color:#3730a3bf}.before\:bg-indigo-800\/80:before{content:attr(content);background-color:#3730a3cc}.before\:bg-indigo-800\/90:before{content:attr(content);background-color:#3730a3e6}.before\:bg-indigo-900:before{content:attr(content);background-color:#312e81}.before\:bg-indigo-900\/0:before{content:attr(content);background-color:#312e8100}.before\:bg-indigo-900\/10:before{content:attr(content);background-color:#312e811a}.before\:bg-indigo-900\/20:before{content:attr(content);background-color:#312e8133}.before\:bg-indigo-900\/30:before{content:attr(content);background-color:#312e814d}.before\:bg-indigo-900\/40:before{content:attr(content);background-color:#312e8166}.before\:bg-indigo-900\/50:before{content:attr(content);background-color:#312e8180}.before\:bg-indigo-900\/60:before{content:attr(content);background-color:#312e8199}.before\:bg-indigo-900\/70:before{content:attr(content);background-color:#312e81b3}.before\:bg-indigo-900\/75:before{content:attr(content);background-color:#312e81bf}.before\:bg-indigo-900\/80:before{content:attr(content);background-color:#312e81cc}.before\:bg-indigo-900\/90:before{content:attr(content);background-color:#312e81e6}.before\:bg-indigo-950:before{content:attr(content);background-color:#1e1b4b}.before\:bg-indigo-950\/0:before{content:attr(content);background-color:#1e1b4b00}.before\:bg-indigo-950\/10:before{content:attr(content);background-color:#1e1b4b1a}.before\:bg-indigo-950\/20:before{content:attr(content);background-color:#1e1b4b33}.before\:bg-indigo-950\/30:before{content:attr(content);background-color:#1e1b4b4d}.before\:bg-indigo-950\/40:before{content:attr(content);background-color:#1e1b4b66}.before\:bg-indigo-950\/50:before{content:attr(content);background-color:#1e1b4b80}.before\:bg-indigo-950\/60:before{content:attr(content);background-color:#1e1b4b99}.before\:bg-indigo-950\/70:before{content:attr(content);background-color:#1e1b4bb3}.before\:bg-indigo-950\/75:before{content:attr(content);background-color:#1e1b4bbf}.before\:bg-indigo-950\/80:before{content:attr(content);background-color:#1e1b4bcc}.before\:bg-indigo-950\/90:before{content:attr(content);background-color:#1e1b4be6}.before\:bg-violet-50:before{content:attr(content);background-color:#f5f3ff}.before\:bg-violet-50\/0:before{content:attr(content);background-color:#f5f3ff00}.before\:bg-violet-50\/10:before{content:attr(content);background-color:#f5f3ff1a}.before\:bg-violet-50\/20:before{content:attr(content);background-color:#f5f3ff33}.before\:bg-violet-50\/30:before{content:attr(content);background-color:#f5f3ff4d}.before\:bg-violet-50\/40:before{content:attr(content);background-color:#f5f3ff66}.before\:bg-violet-50\/50:before{content:attr(content);background-color:#f5f3ff80}.before\:bg-violet-50\/60:before{content:attr(content);background-color:#f5f3ff99}.before\:bg-violet-50\/70:before{content:attr(content);background-color:#f5f3ffb3}.before\:bg-violet-50\/75:before{content:attr(content);background-color:#f5f3ffbf}.before\:bg-violet-50\/80:before{content:attr(content);background-color:#f5f3ffcc}.before\:bg-violet-50\/90:before{content:attr(content);background-color:#f5f3ffe6}.before\:bg-violet-100:before{content:attr(content);background-color:#ede9fe}.before\:bg-violet-100\/0:before{content:attr(content);background-color:#ede9fe00}.before\:bg-violet-100\/10:before{content:attr(content);background-color:#ede9fe1a}.before\:bg-violet-100\/20:before{content:attr(content);background-color:#ede9fe33}.before\:bg-violet-100\/30:before{content:attr(content);background-color:#ede9fe4d}.before\:bg-violet-100\/40:before{content:attr(content);background-color:#ede9fe66}.before\:bg-violet-100\/50:before{content:attr(content);background-color:#ede9fe80}.before\:bg-violet-100\/60:before{content:attr(content);background-color:#ede9fe99}.before\:bg-violet-100\/70:before{content:attr(content);background-color:#ede9feb3}.before\:bg-violet-100\/75:before{content:attr(content);background-color:#ede9febf}.before\:bg-violet-100\/80:before{content:attr(content);background-color:#ede9fecc}.before\:bg-violet-100\/90:before{content:attr(content);background-color:#ede9fee6}.before\:bg-violet-200:before{content:attr(content);background-color:#ddd6fe}.before\:bg-violet-200\/0:before{content:attr(content);background-color:#ddd6fe00}.before\:bg-violet-200\/10:before{content:attr(content);background-color:#ddd6fe1a}.before\:bg-violet-200\/20:before{content:attr(content);background-color:#ddd6fe33}.before\:bg-violet-200\/30:before{content:attr(content);background-color:#ddd6fe4d}.before\:bg-violet-200\/40:before{content:attr(content);background-color:#ddd6fe66}.before\:bg-violet-200\/50:before{content:attr(content);background-color:#ddd6fe80}.before\:bg-violet-200\/60:before{content:attr(content);background-color:#ddd6fe99}.before\:bg-violet-200\/70:before{content:attr(content);background-color:#ddd6feb3}.before\:bg-violet-200\/75:before{content:attr(content);background-color:#ddd6febf}.before\:bg-violet-200\/80:before{content:attr(content);background-color:#ddd6fecc}.before\:bg-violet-200\/90:before{content:attr(content);background-color:#ddd6fee6}.before\:bg-violet-300:before{content:attr(content);background-color:#c4b5fd}.before\:bg-violet-300\/0:before{content:attr(content);background-color:#c4b5fd00}.before\:bg-violet-300\/10:before{content:attr(content);background-color:#c4b5fd1a}.before\:bg-violet-300\/20:before{content:attr(content);background-color:#c4b5fd33}.before\:bg-violet-300\/30:before{content:attr(content);background-color:#c4b5fd4d}.before\:bg-violet-300\/40:before{content:attr(content);background-color:#c4b5fd66}.before\:bg-violet-300\/50:before{content:attr(content);background-color:#c4b5fd80}.before\:bg-violet-300\/60:before{content:attr(content);background-color:#c4b5fd99}.before\:bg-violet-300\/70:before{content:attr(content);background-color:#c4b5fdb3}.before\:bg-violet-300\/75:before{content:attr(content);background-color:#c4b5fdbf}.before\:bg-violet-300\/80:before{content:attr(content);background-color:#c4b5fdcc}.before\:bg-violet-300\/90:before{content:attr(content);background-color:#c4b5fde6}.before\:bg-violet-400:before{content:attr(content);background-color:#a78bfa}.before\:bg-violet-400\/0:before{content:attr(content);background-color:#a78bfa00}.before\:bg-violet-400\/10:before{content:attr(content);background-color:#a78bfa1a}.before\:bg-violet-400\/20:before{content:attr(content);background-color:#a78bfa33}.before\:bg-violet-400\/30:before{content:attr(content);background-color:#a78bfa4d}.before\:bg-violet-400\/40:before{content:attr(content);background-color:#a78bfa66}.before\:bg-violet-400\/50:before{content:attr(content);background-color:#a78bfa80}.before\:bg-violet-400\/60:before{content:attr(content);background-color:#a78bfa99}.before\:bg-violet-400\/70:before{content:attr(content);background-color:#a78bfab3}.before\:bg-violet-400\/75:before{content:attr(content);background-color:#a78bfabf}.before\:bg-violet-400\/80:before{content:attr(content);background-color:#a78bfacc}.before\:bg-violet-400\/90:before{content:attr(content);background-color:#a78bfae6}.before\:bg-violet-500:before{content:attr(content);background-color:#8b5cf6}.before\:bg-violet-500\/0:before{content:attr(content);background-color:#8b5cf600}.before\:bg-violet-500\/10:before{content:attr(content);background-color:#8b5cf61a}.before\:bg-violet-500\/20:before{content:attr(content);background-color:#8b5cf633}.before\:bg-violet-500\/30:before{content:attr(content);background-color:#8b5cf64d}.before\:bg-violet-500\/40:before{content:attr(content);background-color:#8b5cf666}.before\:bg-violet-500\/50:before{content:attr(content);background-color:#8b5cf680}.before\:bg-violet-500\/60:before{content:attr(content);background-color:#8b5cf699}.before\:bg-violet-500\/70:before{content:attr(content);background-color:#8b5cf6b3}.before\:bg-violet-500\/75:before{content:attr(content);background-color:#8b5cf6bf}.before\:bg-violet-500\/80:before{content:attr(content);background-color:#8b5cf6cc}.before\:bg-violet-500\/90:before{content:attr(content);background-color:#8b5cf6e6}.before\:bg-violet-600:before{content:attr(content);background-color:#7c3aed}.before\:bg-violet-600\/0:before{content:attr(content);background-color:#7c3aed00}.before\:bg-violet-600\/10:before{content:attr(content);background-color:#7c3aed1a}.before\:bg-violet-600\/20:before{content:attr(content);background-color:#7c3aed33}.before\:bg-violet-600\/30:before{content:attr(content);background-color:#7c3aed4d}.before\:bg-violet-600\/40:before{content:attr(content);background-color:#7c3aed66}.before\:bg-violet-600\/50:before{content:attr(content);background-color:#7c3aed80}.before\:bg-violet-600\/60:before{content:attr(content);background-color:#7c3aed99}.before\:bg-violet-600\/70:before{content:attr(content);background-color:#7c3aedb3}.before\:bg-violet-600\/75:before{content:attr(content);background-color:#7c3aedbf}.before\:bg-violet-600\/80:before{content:attr(content);background-color:#7c3aedcc}.before\:bg-violet-600\/90:before{content:attr(content);background-color:#7c3aede6}.before\:bg-violet-700:before{content:attr(content);background-color:#6d28d9}.before\:bg-violet-700\/0:before{content:attr(content);background-color:#6d28d900}.before\:bg-violet-700\/10:before{content:attr(content);background-color:#6d28d91a}.before\:bg-violet-700\/20:before{content:attr(content);background-color:#6d28d933}.before\:bg-violet-700\/30:before{content:attr(content);background-color:#6d28d94d}.before\:bg-violet-700\/40:before{content:attr(content);background-color:#6d28d966}.before\:bg-violet-700\/50:before{content:attr(content);background-color:#6d28d980}.before\:bg-violet-700\/60:before{content:attr(content);background-color:#6d28d999}.before\:bg-violet-700\/70:before{content:attr(content);background-color:#6d28d9b3}.before\:bg-violet-700\/75:before{content:attr(content);background-color:#6d28d9bf}.before\:bg-violet-700\/80:before{content:attr(content);background-color:#6d28d9cc}.before\:bg-violet-700\/90:before{content:attr(content);background-color:#6d28d9e6}.before\:bg-violet-800:before{content:attr(content);background-color:#5b21b6}.before\:bg-violet-800\/0:before{content:attr(content);background-color:#5b21b600}.before\:bg-violet-800\/10:before{content:attr(content);background-color:#5b21b61a}.before\:bg-violet-800\/20:before{content:attr(content);background-color:#5b21b633}.before\:bg-violet-800\/30:before{content:attr(content);background-color:#5b21b64d}.before\:bg-violet-800\/40:before{content:attr(content);background-color:#5b21b666}.before\:bg-violet-800\/50:before{content:attr(content);background-color:#5b21b680}.before\:bg-violet-800\/60:before{content:attr(content);background-color:#5b21b699}.before\:bg-violet-800\/70:before{content:attr(content);background-color:#5b21b6b3}.before\:bg-violet-800\/75:before{content:attr(content);background-color:#5b21b6bf}.before\:bg-violet-800\/80:before{content:attr(content);background-color:#5b21b6cc}.before\:bg-violet-800\/90:before{content:attr(content);background-color:#5b21b6e6}.before\:bg-violet-900:before{content:attr(content);background-color:#4c1d95}.before\:bg-violet-900\/0:before{content:attr(content);background-color:#4c1d9500}.before\:bg-violet-900\/10:before{content:attr(content);background-color:#4c1d951a}.before\:bg-violet-900\/20:before{content:attr(content);background-color:#4c1d9533}.before\:bg-violet-900\/30:before{content:attr(content);background-color:#4c1d954d}.before\:bg-violet-900\/40:before{content:attr(content);background-color:#4c1d9566}.before\:bg-violet-900\/50:before{content:attr(content);background-color:#4c1d9580}.before\:bg-violet-900\/60:before{content:attr(content);background-color:#4c1d9599}.before\:bg-violet-900\/70:before{content:attr(content);background-color:#4c1d95b3}.before\:bg-violet-900\/75:before{content:attr(content);background-color:#4c1d95bf}.before\:bg-violet-900\/80:before{content:attr(content);background-color:#4c1d95cc}.before\:bg-violet-900\/90:before{content:attr(content);background-color:#4c1d95e6}.before\:bg-violet-950:before{content:attr(content);background-color:#2e1065}.before\:bg-violet-950\/0:before{content:attr(content);background-color:#2e106500}.before\:bg-violet-950\/10:before{content:attr(content);background-color:#2e10651a}.before\:bg-violet-950\/20:before{content:attr(content);background-color:#2e106533}.before\:bg-violet-950\/30:before{content:attr(content);background-color:#2e10654d}.before\:bg-violet-950\/40:before{content:attr(content);background-color:#2e106566}.before\:bg-violet-950\/50:before{content:attr(content);background-color:#2e106580}.before\:bg-violet-950\/60:before{content:attr(content);background-color:#2e106599}.before\:bg-violet-950\/70:before{content:attr(content);background-color:#2e1065b3}.before\:bg-violet-950\/75:before{content:attr(content);background-color:#2e1065bf}.before\:bg-violet-950\/80:before{content:attr(content);background-color:#2e1065cc}.before\:bg-violet-950\/90:before{content:attr(content);background-color:#2e1065e6}.before\:bg-purple-50:before{content:attr(content);background-color:#faf5ff}.before\:bg-purple-50\/0:before{content:attr(content);background-color:#faf5ff00}.before\:bg-purple-50\/10:before{content:attr(content);background-color:#faf5ff1a}.before\:bg-purple-50\/20:before{content:attr(content);background-color:#faf5ff33}.before\:bg-purple-50\/30:before{content:attr(content);background-color:#faf5ff4d}.before\:bg-purple-50\/40:before{content:attr(content);background-color:#faf5ff66}.before\:bg-purple-50\/50:before{content:attr(content);background-color:#faf5ff80}.before\:bg-purple-50\/60:before{content:attr(content);background-color:#faf5ff99}.before\:bg-purple-50\/70:before{content:attr(content);background-color:#faf5ffb3}.before\:bg-purple-50\/75:before{content:attr(content);background-color:#faf5ffbf}.before\:bg-purple-50\/80:before{content:attr(content);background-color:#faf5ffcc}.before\:bg-purple-50\/90:before{content:attr(content);background-color:#faf5ffe6}.before\:bg-purple-100:before{content:attr(content);background-color:#f3e8ff}.before\:bg-purple-100\/0:before{content:attr(content);background-color:#f3e8ff00}.before\:bg-purple-100\/10:before{content:attr(content);background-color:#f3e8ff1a}.before\:bg-purple-100\/20:before{content:attr(content);background-color:#f3e8ff33}.before\:bg-purple-100\/30:before{content:attr(content);background-color:#f3e8ff4d}.before\:bg-purple-100\/40:before{content:attr(content);background-color:#f3e8ff66}.before\:bg-purple-100\/50:before{content:attr(content);background-color:#f3e8ff80}.before\:bg-purple-100\/60:before{content:attr(content);background-color:#f3e8ff99}.before\:bg-purple-100\/70:before{content:attr(content);background-color:#f3e8ffb3}.before\:bg-purple-100\/75:before{content:attr(content);background-color:#f3e8ffbf}.before\:bg-purple-100\/80:before{content:attr(content);background-color:#f3e8ffcc}.before\:bg-purple-100\/90:before{content:attr(content);background-color:#f3e8ffe6}.before\:bg-purple-200:before{content:attr(content);background-color:#e9d5ff}.before\:bg-purple-200\/0:before{content:attr(content);background-color:#e9d5ff00}.before\:bg-purple-200\/10:before{content:attr(content);background-color:#e9d5ff1a}.before\:bg-purple-200\/20:before{content:attr(content);background-color:#e9d5ff33}.before\:bg-purple-200\/30:before{content:attr(content);background-color:#e9d5ff4d}.before\:bg-purple-200\/40:before{content:attr(content);background-color:#e9d5ff66}.before\:bg-purple-200\/50:before{content:attr(content);background-color:#e9d5ff80}.before\:bg-purple-200\/60:before{content:attr(content);background-color:#e9d5ff99}.before\:bg-purple-200\/70:before{content:attr(content);background-color:#e9d5ffb3}.before\:bg-purple-200\/75:before{content:attr(content);background-color:#e9d5ffbf}.before\:bg-purple-200\/80:before{content:attr(content);background-color:#e9d5ffcc}.before\:bg-purple-200\/90:before{content:attr(content);background-color:#e9d5ffe6}.before\:bg-purple-300:before{content:attr(content);background-color:#d8b4fe}.before\:bg-purple-300\/0:before{content:attr(content);background-color:#d8b4fe00}.before\:bg-purple-300\/10:before{content:attr(content);background-color:#d8b4fe1a}.before\:bg-purple-300\/20:before{content:attr(content);background-color:#d8b4fe33}.before\:bg-purple-300\/30:before{content:attr(content);background-color:#d8b4fe4d}.before\:bg-purple-300\/40:before{content:attr(content);background-color:#d8b4fe66}.before\:bg-purple-300\/50:before{content:attr(content);background-color:#d8b4fe80}.before\:bg-purple-300\/60:before{content:attr(content);background-color:#d8b4fe99}.before\:bg-purple-300\/70:before{content:attr(content);background-color:#d8b4feb3}.before\:bg-purple-300\/75:before{content:attr(content);background-color:#d8b4febf}.before\:bg-purple-300\/80:before{content:attr(content);background-color:#d8b4fecc}.before\:bg-purple-300\/90:before{content:attr(content);background-color:#d8b4fee6}.before\:bg-purple-400:before{content:attr(content);background-color:#c084fc}.before\:bg-purple-400\/0:before{content:attr(content);background-color:#c084fc00}.before\:bg-purple-400\/10:before{content:attr(content);background-color:#c084fc1a}.before\:bg-purple-400\/20:before{content:attr(content);background-color:#c084fc33}.before\:bg-purple-400\/30:before{content:attr(content);background-color:#c084fc4d}.before\:bg-purple-400\/40:before{content:attr(content);background-color:#c084fc66}.before\:bg-purple-400\/50:before{content:attr(content);background-color:#c084fc80}.before\:bg-purple-400\/60:before{content:attr(content);background-color:#c084fc99}.before\:bg-purple-400\/70:before{content:attr(content);background-color:#c084fcb3}.before\:bg-purple-400\/75:before{content:attr(content);background-color:#c084fcbf}.before\:bg-purple-400\/80:before{content:attr(content);background-color:#c084fccc}.before\:bg-purple-400\/90:before{content:attr(content);background-color:#c084fce6}.before\:bg-purple-500:before{content:attr(content);background-color:#a855f7}.before\:bg-purple-500\/0:before{content:attr(content);background-color:#a855f700}.before\:bg-purple-500\/10:before{content:attr(content);background-color:#a855f71a}.before\:bg-purple-500\/20:before{content:attr(content);background-color:#a855f733}.before\:bg-purple-500\/30:before{content:attr(content);background-color:#a855f74d}.before\:bg-purple-500\/40:before{content:attr(content);background-color:#a855f766}.before\:bg-purple-500\/50:before{content:attr(content);background-color:#a855f780}.before\:bg-purple-500\/60:before{content:attr(content);background-color:#a855f799}.before\:bg-purple-500\/70:before{content:attr(content);background-color:#a855f7b3}.before\:bg-purple-500\/75:before{content:attr(content);background-color:#a855f7bf}.before\:bg-purple-500\/80:before{content:attr(content);background-color:#a855f7cc}.before\:bg-purple-500\/90:before{content:attr(content);background-color:#a855f7e6}.before\:bg-purple-600:before{content:attr(content);background-color:#9333ea}.before\:bg-purple-600\/0:before{content:attr(content);background-color:#9333ea00}.before\:bg-purple-600\/10:before{content:attr(content);background-color:#9333ea1a}.before\:bg-purple-600\/20:before{content:attr(content);background-color:#9333ea33}.before\:bg-purple-600\/30:before{content:attr(content);background-color:#9333ea4d}.before\:bg-purple-600\/40:before{content:attr(content);background-color:#9333ea66}.before\:bg-purple-600\/50:before{content:attr(content);background-color:#9333ea80}.before\:bg-purple-600\/60:before{content:attr(content);background-color:#9333ea99}.before\:bg-purple-600\/70:before{content:attr(content);background-color:#9333eab3}.before\:bg-purple-600\/75:before{content:attr(content);background-color:#9333eabf}.before\:bg-purple-600\/80:before{content:attr(content);background-color:#9333eacc}.before\:bg-purple-600\/90:before{content:attr(content);background-color:#9333eae6}.before\:bg-purple-700:before{content:attr(content);background-color:#7e22ce}.before\:bg-purple-700\/0:before{content:attr(content);background-color:#7e22ce00}.before\:bg-purple-700\/10:before{content:attr(content);background-color:#7e22ce1a}.before\:bg-purple-700\/20:before{content:attr(content);background-color:#7e22ce33}.before\:bg-purple-700\/30:before{content:attr(content);background-color:#7e22ce4d}.before\:bg-purple-700\/40:before{content:attr(content);background-color:#7e22ce66}.before\:bg-purple-700\/50:before{content:attr(content);background-color:#7e22ce80}.before\:bg-purple-700\/60:before{content:attr(content);background-color:#7e22ce99}.before\:bg-purple-700\/70:before{content:attr(content);background-color:#7e22ceb3}.before\:bg-purple-700\/75:before{content:attr(content);background-color:#7e22cebf}.before\:bg-purple-700\/80:before{content:attr(content);background-color:#7e22cecc}.before\:bg-purple-700\/90:before{content:attr(content);background-color:#7e22cee6}.before\:bg-purple-800:before{content:attr(content);background-color:#6b21a8}.before\:bg-purple-800\/0:before{content:attr(content);background-color:#6b21a800}.before\:bg-purple-800\/10:before{content:attr(content);background-color:#6b21a81a}.before\:bg-purple-800\/20:before{content:attr(content);background-color:#6b21a833}.before\:bg-purple-800\/30:before{content:attr(content);background-color:#6b21a84d}.before\:bg-purple-800\/40:before{content:attr(content);background-color:#6b21a866}.before\:bg-purple-800\/50:before{content:attr(content);background-color:#6b21a880}.before\:bg-purple-800\/60:before{content:attr(content);background-color:#6b21a899}.before\:bg-purple-800\/70:before{content:attr(content);background-color:#6b21a8b3}.before\:bg-purple-800\/75:before{content:attr(content);background-color:#6b21a8bf}.before\:bg-purple-800\/80:before{content:attr(content);background-color:#6b21a8cc}.before\:bg-purple-800\/90:before{content:attr(content);background-color:#6b21a8e6}.before\:bg-purple-900:before{content:attr(content);background-color:#581c87}.before\:bg-purple-900\/0:before{content:attr(content);background-color:#581c8700}.before\:bg-purple-900\/10:before{content:attr(content);background-color:#581c871a}.before\:bg-purple-900\/20:before{content:attr(content);background-color:#581c8733}.before\:bg-purple-900\/30:before{content:attr(content);background-color:#581c874d}.before\:bg-purple-900\/40:before{content:attr(content);background-color:#581c8766}.before\:bg-purple-900\/50:before{content:attr(content);background-color:#581c8780}.before\:bg-purple-900\/60:before{content:attr(content);background-color:#581c8799}.before\:bg-purple-900\/70:before{content:attr(content);background-color:#581c87b3}.before\:bg-purple-900\/75:before{content:attr(content);background-color:#581c87bf}.before\:bg-purple-900\/80:before{content:attr(content);background-color:#581c87cc}.before\:bg-purple-900\/90:before{content:attr(content);background-color:#581c87e6}.before\:bg-purple-950:before{content:attr(content);background-color:#3b0764}.before\:bg-purple-950\/0:before{content:attr(content);background-color:#3b076400}.before\:bg-purple-950\/10:before{content:attr(content);background-color:#3b07641a}.before\:bg-purple-950\/20:before{content:attr(content);background-color:#3b076433}.before\:bg-purple-950\/30:before{content:attr(content);background-color:#3b07644d}.before\:bg-purple-950\/40:before{content:attr(content);background-color:#3b076466}.before\:bg-purple-950\/50:before{content:attr(content);background-color:#3b076480}.before\:bg-purple-950\/60:before{content:attr(content);background-color:#3b076499}.before\:bg-purple-950\/70:before{content:attr(content);background-color:#3b0764b3}.before\:bg-purple-950\/75:before{content:attr(content);background-color:#3b0764bf}.before\:bg-purple-950\/80:before{content:attr(content);background-color:#3b0764cc}.before\:bg-purple-950\/90:before{content:attr(content);background-color:#3b0764e6}.before\:bg-fuchsia-50:before{content:attr(content);background-color:#fdf4ff}.before\:bg-fuchsia-50\/0:before{content:attr(content);background-color:#fdf4ff00}.before\:bg-fuchsia-50\/10:before{content:attr(content);background-color:#fdf4ff1a}.before\:bg-fuchsia-50\/20:before{content:attr(content);background-color:#fdf4ff33}.before\:bg-fuchsia-50\/30:before{content:attr(content);background-color:#fdf4ff4d}.before\:bg-fuchsia-50\/40:before{content:attr(content);background-color:#fdf4ff66}.before\:bg-fuchsia-50\/50:before{content:attr(content);background-color:#fdf4ff80}.before\:bg-fuchsia-50\/60:before{content:attr(content);background-color:#fdf4ff99}.before\:bg-fuchsia-50\/70:before{content:attr(content);background-color:#fdf4ffb3}.before\:bg-fuchsia-50\/75:before{content:attr(content);background-color:#fdf4ffbf}.before\:bg-fuchsia-50\/80:before{content:attr(content);background-color:#fdf4ffcc}.before\:bg-fuchsia-50\/90:before{content:attr(content);background-color:#fdf4ffe6}.before\:bg-fuchsia-100:before{content:attr(content);background-color:#fae8ff}.before\:bg-fuchsia-100\/0:before{content:attr(content);background-color:#fae8ff00}.before\:bg-fuchsia-100\/10:before{content:attr(content);background-color:#fae8ff1a}.before\:bg-fuchsia-100\/20:before{content:attr(content);background-color:#fae8ff33}.before\:bg-fuchsia-100\/30:before{content:attr(content);background-color:#fae8ff4d}.before\:bg-fuchsia-100\/40:before{content:attr(content);background-color:#fae8ff66}.before\:bg-fuchsia-100\/50:before{content:attr(content);background-color:#fae8ff80}.before\:bg-fuchsia-100\/60:before{content:attr(content);background-color:#fae8ff99}.before\:bg-fuchsia-100\/70:before{content:attr(content);background-color:#fae8ffb3}.before\:bg-fuchsia-100\/75:before{content:attr(content);background-color:#fae8ffbf}.before\:bg-fuchsia-100\/80:before{content:attr(content);background-color:#fae8ffcc}.before\:bg-fuchsia-100\/90:before{content:attr(content);background-color:#fae8ffe6}.before\:bg-fuchsia-200:before{content:attr(content);background-color:#f5d0fe}.before\:bg-fuchsia-200\/0:before{content:attr(content);background-color:#f5d0fe00}.before\:bg-fuchsia-200\/10:before{content:attr(content);background-color:#f5d0fe1a}.before\:bg-fuchsia-200\/20:before{content:attr(content);background-color:#f5d0fe33}.before\:bg-fuchsia-200\/30:before{content:attr(content);background-color:#f5d0fe4d}.before\:bg-fuchsia-200\/40:before{content:attr(content);background-color:#f5d0fe66}.before\:bg-fuchsia-200\/50:before{content:attr(content);background-color:#f5d0fe80}.before\:bg-fuchsia-200\/60:before{content:attr(content);background-color:#f5d0fe99}.before\:bg-fuchsia-200\/70:before{content:attr(content);background-color:#f5d0feb3}.before\:bg-fuchsia-200\/75:before{content:attr(content);background-color:#f5d0febf}.before\:bg-fuchsia-200\/80:before{content:attr(content);background-color:#f5d0fecc}.before\:bg-fuchsia-200\/90:before{content:attr(content);background-color:#f5d0fee6}.before\:bg-fuchsia-300:before{content:attr(content);background-color:#f0abfc}.before\:bg-fuchsia-300\/0:before{content:attr(content);background-color:#f0abfc00}.before\:bg-fuchsia-300\/10:before{content:attr(content);background-color:#f0abfc1a}.before\:bg-fuchsia-300\/20:before{content:attr(content);background-color:#f0abfc33}.before\:bg-fuchsia-300\/30:before{content:attr(content);background-color:#f0abfc4d}.before\:bg-fuchsia-300\/40:before{content:attr(content);background-color:#f0abfc66}.before\:bg-fuchsia-300\/50:before{content:attr(content);background-color:#f0abfc80}.before\:bg-fuchsia-300\/60:before{content:attr(content);background-color:#f0abfc99}.before\:bg-fuchsia-300\/70:before{content:attr(content);background-color:#f0abfcb3}.before\:bg-fuchsia-300\/75:before{content:attr(content);background-color:#f0abfcbf}.before\:bg-fuchsia-300\/80:before{content:attr(content);background-color:#f0abfccc}.before\:bg-fuchsia-300\/90:before{content:attr(content);background-color:#f0abfce6}.before\:bg-fuchsia-400:before{content:attr(content);background-color:#e879f9}.before\:bg-fuchsia-400\/0:before{content:attr(content);background-color:#e879f900}.before\:bg-fuchsia-400\/10:before{content:attr(content);background-color:#e879f91a}.before\:bg-fuchsia-400\/20:before{content:attr(content);background-color:#e879f933}.before\:bg-fuchsia-400\/30:before{content:attr(content);background-color:#e879f94d}.before\:bg-fuchsia-400\/40:before{content:attr(content);background-color:#e879f966}.before\:bg-fuchsia-400\/50:before{content:attr(content);background-color:#e879f980}.before\:bg-fuchsia-400\/60:before{content:attr(content);background-color:#e879f999}.before\:bg-fuchsia-400\/70:before{content:attr(content);background-color:#e879f9b3}.before\:bg-fuchsia-400\/75:before{content:attr(content);background-color:#e879f9bf}.before\:bg-fuchsia-400\/80:before{content:attr(content);background-color:#e879f9cc}.before\:bg-fuchsia-400\/90:before{content:attr(content);background-color:#e879f9e6}.before\:bg-fuchsia-500:before{content:attr(content);background-color:#d946ef}.before\:bg-fuchsia-500\/0:before{content:attr(content);background-color:#d946ef00}.before\:bg-fuchsia-500\/10:before{content:attr(content);background-color:#d946ef1a}.before\:bg-fuchsia-500\/20:before{content:attr(content);background-color:#d946ef33}.before\:bg-fuchsia-500\/30:before{content:attr(content);background-color:#d946ef4d}.before\:bg-fuchsia-500\/40:before{content:attr(content);background-color:#d946ef66}.before\:bg-fuchsia-500\/50:before{content:attr(content);background-color:#d946ef80}.before\:bg-fuchsia-500\/60:before{content:attr(content);background-color:#d946ef99}.before\:bg-fuchsia-500\/70:before{content:attr(content);background-color:#d946efb3}.before\:bg-fuchsia-500\/75:before{content:attr(content);background-color:#d946efbf}.before\:bg-fuchsia-500\/80:before{content:attr(content);background-color:#d946efcc}.before\:bg-fuchsia-500\/90:before{content:attr(content);background-color:#d946efe6}.before\:bg-fuchsia-600:before{content:attr(content);background-color:#c026d3}.before\:bg-fuchsia-600\/0:before{content:attr(content);background-color:#c026d300}.before\:bg-fuchsia-600\/10:before{content:attr(content);background-color:#c026d31a}.before\:bg-fuchsia-600\/20:before{content:attr(content);background-color:#c026d333}.before\:bg-fuchsia-600\/30:before{content:attr(content);background-color:#c026d34d}.before\:bg-fuchsia-600\/40:before{content:attr(content);background-color:#c026d366}.before\:bg-fuchsia-600\/50:before{content:attr(content);background-color:#c026d380}.before\:bg-fuchsia-600\/60:before{content:attr(content);background-color:#c026d399}.before\:bg-fuchsia-600\/70:before{content:attr(content);background-color:#c026d3b3}.before\:bg-fuchsia-600\/75:before{content:attr(content);background-color:#c026d3bf}.before\:bg-fuchsia-600\/80:before{content:attr(content);background-color:#c026d3cc}.before\:bg-fuchsia-600\/90:before{content:attr(content);background-color:#c026d3e6}.before\:bg-fuchsia-700:before{content:attr(content);background-color:#a21caf}.before\:bg-fuchsia-700\/0:before{content:attr(content);background-color:#a21caf00}.before\:bg-fuchsia-700\/10:before{content:attr(content);background-color:#a21caf1a}.before\:bg-fuchsia-700\/20:before{content:attr(content);background-color:#a21caf33}.before\:bg-fuchsia-700\/30:before{content:attr(content);background-color:#a21caf4d}.before\:bg-fuchsia-700\/40:before{content:attr(content);background-color:#a21caf66}.before\:bg-fuchsia-700\/50:before{content:attr(content);background-color:#a21caf80}.before\:bg-fuchsia-700\/60:before{content:attr(content);background-color:#a21caf99}.before\:bg-fuchsia-700\/70:before{content:attr(content);background-color:#a21cafb3}.before\:bg-fuchsia-700\/75:before{content:attr(content);background-color:#a21cafbf}.before\:bg-fuchsia-700\/80:before{content:attr(content);background-color:#a21cafcc}.before\:bg-fuchsia-700\/90:before{content:attr(content);background-color:#a21cafe6}.before\:bg-fuchsia-800:before{content:attr(content);background-color:#86198f}.before\:bg-fuchsia-800\/0:before{content:attr(content);background-color:#86198f00}.before\:bg-fuchsia-800\/10:before{content:attr(content);background-color:#86198f1a}.before\:bg-fuchsia-800\/20:before{content:attr(content);background-color:#86198f33}.before\:bg-fuchsia-800\/30:before{content:attr(content);background-color:#86198f4d}.before\:bg-fuchsia-800\/40:before{content:attr(content);background-color:#86198f66}.before\:bg-fuchsia-800\/50:before{content:attr(content);background-color:#86198f80}.before\:bg-fuchsia-800\/60:before{content:attr(content);background-color:#86198f99}.before\:bg-fuchsia-800\/70:before{content:attr(content);background-color:#86198fb3}.before\:bg-fuchsia-800\/75:before{content:attr(content);background-color:#86198fbf}.before\:bg-fuchsia-800\/80:before{content:attr(content);background-color:#86198fcc}.before\:bg-fuchsia-800\/90:before{content:attr(content);background-color:#86198fe6}.before\:bg-fuchsia-900:before{content:attr(content);background-color:#701a75}.before\:bg-fuchsia-900\/0:before{content:attr(content);background-color:#701a7500}.before\:bg-fuchsia-900\/10:before{content:attr(content);background-color:#701a751a}.before\:bg-fuchsia-900\/20:before{content:attr(content);background-color:#701a7533}.before\:bg-fuchsia-900\/30:before{content:attr(content);background-color:#701a754d}.before\:bg-fuchsia-900\/40:before{content:attr(content);background-color:#701a7566}.before\:bg-fuchsia-900\/50:before{content:attr(content);background-color:#701a7580}.before\:bg-fuchsia-900\/60:before{content:attr(content);background-color:#701a7599}.before\:bg-fuchsia-900\/70:before{content:attr(content);background-color:#701a75b3}.before\:bg-fuchsia-900\/75:before{content:attr(content);background-color:#701a75bf}.before\:bg-fuchsia-900\/80:before{content:attr(content);background-color:#701a75cc}.before\:bg-fuchsia-900\/90:before{content:attr(content);background-color:#701a75e6}.before\:bg-fuchsia-950:before{content:attr(content);background-color:#4a044e}.before\:bg-fuchsia-950\/0:before{content:attr(content);background-color:#4a044e00}.before\:bg-fuchsia-950\/10:before{content:attr(content);background-color:#4a044e1a}.before\:bg-fuchsia-950\/20:before{content:attr(content);background-color:#4a044e33}.before\:bg-fuchsia-950\/30:before{content:attr(content);background-color:#4a044e4d}.before\:bg-fuchsia-950\/40:before{content:attr(content);background-color:#4a044e66}.before\:bg-fuchsia-950\/50:before{content:attr(content);background-color:#4a044e80}.before\:bg-fuchsia-950\/60:before{content:attr(content);background-color:#4a044e99}.before\:bg-fuchsia-950\/70:before{content:attr(content);background-color:#4a044eb3}.before\:bg-fuchsia-950\/75:before{content:attr(content);background-color:#4a044ebf}.before\:bg-fuchsia-950\/80:before{content:attr(content);background-color:#4a044ecc}.before\:bg-fuchsia-950\/90:before{content:attr(content);background-color:#4a044ee6}.before\:bg-pink-50:before{content:attr(content);background-color:#fdf2f8}.before\:bg-pink-50\/0:before{content:attr(content);background-color:#fdf2f800}.before\:bg-pink-50\/10:before{content:attr(content);background-color:#fdf2f81a}.before\:bg-pink-50\/20:before{content:attr(content);background-color:#fdf2f833}.before\:bg-pink-50\/30:before{content:attr(content);background-color:#fdf2f84d}.before\:bg-pink-50\/40:before{content:attr(content);background-color:#fdf2f866}.before\:bg-pink-50\/50:before{content:attr(content);background-color:#fdf2f880}.before\:bg-pink-50\/60:before{content:attr(content);background-color:#fdf2f899}.before\:bg-pink-50\/70:before{content:attr(content);background-color:#fdf2f8b3}.before\:bg-pink-50\/75:before{content:attr(content);background-color:#fdf2f8bf}.before\:bg-pink-50\/80:before{content:attr(content);background-color:#fdf2f8cc}.before\:bg-pink-50\/90:before{content:attr(content);background-color:#fdf2f8e6}.before\:bg-pink-100:before{content:attr(content);background-color:#fce7f3}.before\:bg-pink-100\/0:before{content:attr(content);background-color:#fce7f300}.before\:bg-pink-100\/10:before{content:attr(content);background-color:#fce7f31a}.before\:bg-pink-100\/20:before{content:attr(content);background-color:#fce7f333}.before\:bg-pink-100\/30:before{content:attr(content);background-color:#fce7f34d}.before\:bg-pink-100\/40:before{content:attr(content);background-color:#fce7f366}.before\:bg-pink-100\/50:before{content:attr(content);background-color:#fce7f380}.before\:bg-pink-100\/60:before{content:attr(content);background-color:#fce7f399}.before\:bg-pink-100\/70:before{content:attr(content);background-color:#fce7f3b3}.before\:bg-pink-100\/75:before{content:attr(content);background-color:#fce7f3bf}.before\:bg-pink-100\/80:before{content:attr(content);background-color:#fce7f3cc}.before\:bg-pink-100\/90:before{content:attr(content);background-color:#fce7f3e6}.before\:bg-pink-200:before{content:attr(content);background-color:#fbcfe8}.before\:bg-pink-200\/0:before{content:attr(content);background-color:#fbcfe800}.before\:bg-pink-200\/10:before{content:attr(content);background-color:#fbcfe81a}.before\:bg-pink-200\/20:before{content:attr(content);background-color:#fbcfe833}.before\:bg-pink-200\/30:before{content:attr(content);background-color:#fbcfe84d}.before\:bg-pink-200\/40:before{content:attr(content);background-color:#fbcfe866}.before\:bg-pink-200\/50:before{content:attr(content);background-color:#fbcfe880}.before\:bg-pink-200\/60:before{content:attr(content);background-color:#fbcfe899}.before\:bg-pink-200\/70:before{content:attr(content);background-color:#fbcfe8b3}.before\:bg-pink-200\/75:before{content:attr(content);background-color:#fbcfe8bf}.before\:bg-pink-200\/80:before{content:attr(content);background-color:#fbcfe8cc}.before\:bg-pink-200\/90:before{content:attr(content);background-color:#fbcfe8e6}.before\:bg-pink-300:before{content:attr(content);background-color:#f9a8d4}.before\:bg-pink-300\/0:before{content:attr(content);background-color:#f9a8d400}.before\:bg-pink-300\/10:before{content:attr(content);background-color:#f9a8d41a}.before\:bg-pink-300\/20:before{content:attr(content);background-color:#f9a8d433}.before\:bg-pink-300\/30:before{content:attr(content);background-color:#f9a8d44d}.before\:bg-pink-300\/40:before{content:attr(content);background-color:#f9a8d466}.before\:bg-pink-300\/50:before{content:attr(content);background-color:#f9a8d480}.before\:bg-pink-300\/60:before{content:attr(content);background-color:#f9a8d499}.before\:bg-pink-300\/70:before{content:attr(content);background-color:#f9a8d4b3}.before\:bg-pink-300\/75:before{content:attr(content);background-color:#f9a8d4bf}.before\:bg-pink-300\/80:before{content:attr(content);background-color:#f9a8d4cc}.before\:bg-pink-300\/90:before{content:attr(content);background-color:#f9a8d4e6}.before\:bg-pink-400:before{content:attr(content);background-color:#f472b6}.before\:bg-pink-400\/0:before{content:attr(content);background-color:#f472b600}.before\:bg-pink-400\/10:before{content:attr(content);background-color:#f472b61a}.before\:bg-pink-400\/20:before{content:attr(content);background-color:#f472b633}.before\:bg-pink-400\/30:before{content:attr(content);background-color:#f472b64d}.before\:bg-pink-400\/40:before{content:attr(content);background-color:#f472b666}.before\:bg-pink-400\/50:before{content:attr(content);background-color:#f472b680}.before\:bg-pink-400\/60:before{content:attr(content);background-color:#f472b699}.before\:bg-pink-400\/70:before{content:attr(content);background-color:#f472b6b3}.before\:bg-pink-400\/75:before{content:attr(content);background-color:#f472b6bf}.before\:bg-pink-400\/80:before{content:attr(content);background-color:#f472b6cc}.before\:bg-pink-400\/90:before{content:attr(content);background-color:#f472b6e6}.before\:bg-pink-500:before{content:attr(content);background-color:#ec4899}.before\:bg-pink-500\/0:before{content:attr(content);background-color:#ec489900}.before\:bg-pink-500\/10:before{content:attr(content);background-color:#ec48991a}.before\:bg-pink-500\/20:before{content:attr(content);background-color:#ec489933}.before\:bg-pink-500\/30:before{content:attr(content);background-color:#ec48994d}.before\:bg-pink-500\/40:before{content:attr(content);background-color:#ec489966}.before\:bg-pink-500\/50:before{content:attr(content);background-color:#ec489980}.before\:bg-pink-500\/60:before{content:attr(content);background-color:#ec489999}.before\:bg-pink-500\/70:before{content:attr(content);background-color:#ec4899b3}.before\:bg-pink-500\/75:before{content:attr(content);background-color:#ec4899bf}.before\:bg-pink-500\/80:before{content:attr(content);background-color:#ec4899cc}.before\:bg-pink-500\/90:before{content:attr(content);background-color:#ec4899e6}.before\:bg-pink-600:before{content:attr(content);background-color:#db2777}.before\:bg-pink-600\/0:before{content:attr(content);background-color:#db277700}.before\:bg-pink-600\/10:before{content:attr(content);background-color:#db27771a}.before\:bg-pink-600\/20:before{content:attr(content);background-color:#db277733}.before\:bg-pink-600\/30:before{content:attr(content);background-color:#db27774d}.before\:bg-pink-600\/40:before{content:attr(content);background-color:#db277766}.before\:bg-pink-600\/50:before{content:attr(content);background-color:#db277780}.before\:bg-pink-600\/60:before{content:attr(content);background-color:#db277799}.before\:bg-pink-600\/70:before{content:attr(content);background-color:#db2777b3}.before\:bg-pink-600\/75:before{content:attr(content);background-color:#db2777bf}.before\:bg-pink-600\/80:before{content:attr(content);background-color:#db2777cc}.before\:bg-pink-600\/90:before{content:attr(content);background-color:#db2777e6}.before\:bg-pink-700:before{content:attr(content);background-color:#be185d}.before\:bg-pink-700\/0:before{content:attr(content);background-color:#be185d00}.before\:bg-pink-700\/10:before{content:attr(content);background-color:#be185d1a}.before\:bg-pink-700\/20:before{content:attr(content);background-color:#be185d33}.before\:bg-pink-700\/30:before{content:attr(content);background-color:#be185d4d}.before\:bg-pink-700\/40:before{content:attr(content);background-color:#be185d66}.before\:bg-pink-700\/50:before{content:attr(content);background-color:#be185d80}.before\:bg-pink-700\/60:before{content:attr(content);background-color:#be185d99}.before\:bg-pink-700\/70:before{content:attr(content);background-color:#be185db3}.before\:bg-pink-700\/75:before{content:attr(content);background-color:#be185dbf}.before\:bg-pink-700\/80:before{content:attr(content);background-color:#be185dcc}.before\:bg-pink-700\/90:before{content:attr(content);background-color:#be185de6}.before\:bg-pink-800:before{content:attr(content);background-color:#9d174d}.before\:bg-pink-800\/0:before{content:attr(content);background-color:#9d174d00}.before\:bg-pink-800\/10:before{content:attr(content);background-color:#9d174d1a}.before\:bg-pink-800\/20:before{content:attr(content);background-color:#9d174d33}.before\:bg-pink-800\/30:before{content:attr(content);background-color:#9d174d4d}.before\:bg-pink-800\/40:before{content:attr(content);background-color:#9d174d66}.before\:bg-pink-800\/50:before{content:attr(content);background-color:#9d174d80}.before\:bg-pink-800\/60:before{content:attr(content);background-color:#9d174d99}.before\:bg-pink-800\/70:before{content:attr(content);background-color:#9d174db3}.before\:bg-pink-800\/75:before{content:attr(content);background-color:#9d174dbf}.before\:bg-pink-800\/80:before{content:attr(content);background-color:#9d174dcc}.before\:bg-pink-800\/90:before{content:attr(content);background-color:#9d174de6}.before\:bg-pink-900:before{content:attr(content);background-color:#831843}.before\:bg-pink-900\/0:before{content:attr(content);background-color:#83184300}.before\:bg-pink-900\/10:before{content:attr(content);background-color:#8318431a}.before\:bg-pink-900\/20:before{content:attr(content);background-color:#83184333}.before\:bg-pink-900\/30:before{content:attr(content);background-color:#8318434d}.before\:bg-pink-900\/40:before{content:attr(content);background-color:#83184366}.before\:bg-pink-900\/50:before{content:attr(content);background-color:#83184380}.before\:bg-pink-900\/60:before{content:attr(content);background-color:#83184399}.before\:bg-pink-900\/70:before{content:attr(content);background-color:#831843b3}.before\:bg-pink-900\/75:before{content:attr(content);background-color:#831843bf}.before\:bg-pink-900\/80:before{content:attr(content);background-color:#831843cc}.before\:bg-pink-900\/90:before{content:attr(content);background-color:#831843e6}.before\:bg-pink-950:before{content:attr(content);background-color:#500724}.before\:bg-pink-950\/0:before{content:attr(content);background-color:#50072400}.before\:bg-pink-950\/10:before{content:attr(content);background-color:#5007241a}.before\:bg-pink-950\/20:before{content:attr(content);background-color:#50072433}.before\:bg-pink-950\/30:before{content:attr(content);background-color:#5007244d}.before\:bg-pink-950\/40:before{content:attr(content);background-color:#50072466}.before\:bg-pink-950\/50:before{content:attr(content);background-color:#50072480}.before\:bg-pink-950\/60:before{content:attr(content);background-color:#50072499}.before\:bg-pink-950\/70:before{content:attr(content);background-color:#500724b3}.before\:bg-pink-950\/75:before{content:attr(content);background-color:#500724bf}.before\:bg-pink-950\/80:before{content:attr(content);background-color:#500724cc}.before\:bg-pink-950\/90:before{content:attr(content);background-color:#500724e6}.before\:bg-rose-50:before{content:attr(content);background-color:#fff1f2}.before\:bg-rose-50\/0:before{content:attr(content);background-color:#fff1f200}.before\:bg-rose-50\/10:before{content:attr(content);background-color:#fff1f21a}.before\:bg-rose-50\/20:before{content:attr(content);background-color:#fff1f233}.before\:bg-rose-50\/30:before{content:attr(content);background-color:#fff1f24d}.before\:bg-rose-50\/40:before{content:attr(content);background-color:#fff1f266}.before\:bg-rose-50\/50:before{content:attr(content);background-color:#fff1f280}.before\:bg-rose-50\/60:before{content:attr(content);background-color:#fff1f299}.before\:bg-rose-50\/70:before{content:attr(content);background-color:#fff1f2b3}.before\:bg-rose-50\/75:before{content:attr(content);background-color:#fff1f2bf}.before\:bg-rose-50\/80:before{content:attr(content);background-color:#fff1f2cc}.before\:bg-rose-50\/90:before{content:attr(content);background-color:#fff1f2e6}.before\:bg-rose-100:before{content:attr(content);background-color:#ffe4e6}.before\:bg-rose-100\/0:before{content:attr(content);background-color:#ffe4e600}.before\:bg-rose-100\/10:before{content:attr(content);background-color:#ffe4e61a}.before\:bg-rose-100\/20:before{content:attr(content);background-color:#ffe4e633}.before\:bg-rose-100\/30:before{content:attr(content);background-color:#ffe4e64d}.before\:bg-rose-100\/40:before{content:attr(content);background-color:#ffe4e666}.before\:bg-rose-100\/50:before{content:attr(content);background-color:#ffe4e680}.before\:bg-rose-100\/60:before{content:attr(content);background-color:#ffe4e699}.before\:bg-rose-100\/70:before{content:attr(content);background-color:#ffe4e6b3}.before\:bg-rose-100\/75:before{content:attr(content);background-color:#ffe4e6bf}.before\:bg-rose-100\/80:before{content:attr(content);background-color:#ffe4e6cc}.before\:bg-rose-100\/90:before{content:attr(content);background-color:#ffe4e6e6}.before\:bg-rose-200:before{content:attr(content);background-color:#fecdd3}.before\:bg-rose-200\/0:before{content:attr(content);background-color:#fecdd300}.before\:bg-rose-200\/10:before{content:attr(content);background-color:#fecdd31a}.before\:bg-rose-200\/20:before{content:attr(content);background-color:#fecdd333}.before\:bg-rose-200\/30:before{content:attr(content);background-color:#fecdd34d}.before\:bg-rose-200\/40:before{content:attr(content);background-color:#fecdd366}.before\:bg-rose-200\/50:before{content:attr(content);background-color:#fecdd380}.before\:bg-rose-200\/60:before{content:attr(content);background-color:#fecdd399}.before\:bg-rose-200\/70:before{content:attr(content);background-color:#fecdd3b3}.before\:bg-rose-200\/75:before{content:attr(content);background-color:#fecdd3bf}.before\:bg-rose-200\/80:before{content:attr(content);background-color:#fecdd3cc}.before\:bg-rose-200\/90:before{content:attr(content);background-color:#fecdd3e6}.before\:bg-rose-300:before{content:attr(content);background-color:#fda4af}.before\:bg-rose-300\/0:before{content:attr(content);background-color:#fda4af00}.before\:bg-rose-300\/10:before{content:attr(content);background-color:#fda4af1a}.before\:bg-rose-300\/20:before{content:attr(content);background-color:#fda4af33}.before\:bg-rose-300\/30:before{content:attr(content);background-color:#fda4af4d}.before\:bg-rose-300\/40:before{content:attr(content);background-color:#fda4af66}.before\:bg-rose-300\/50:before{content:attr(content);background-color:#fda4af80}.before\:bg-rose-300\/60:before{content:attr(content);background-color:#fda4af99}.before\:bg-rose-300\/70:before{content:attr(content);background-color:#fda4afb3}.before\:bg-rose-300\/75:before{content:attr(content);background-color:#fda4afbf}.before\:bg-rose-300\/80:before{content:attr(content);background-color:#fda4afcc}.before\:bg-rose-300\/90:before{content:attr(content);background-color:#fda4afe6}.before\:bg-rose-400:before{content:attr(content);background-color:#fb7185}.before\:bg-rose-400\/0:before{content:attr(content);background-color:#fb718500}.before\:bg-rose-400\/10:before{content:attr(content);background-color:#fb71851a}.before\:bg-rose-400\/20:before{content:attr(content);background-color:#fb718533}.before\:bg-rose-400\/30:before{content:attr(content);background-color:#fb71854d}.before\:bg-rose-400\/40:before{content:attr(content);background-color:#fb718566}.before\:bg-rose-400\/50:before{content:attr(content);background-color:#fb718580}.before\:bg-rose-400\/60:before{content:attr(content);background-color:#fb718599}.before\:bg-rose-400\/70:before{content:attr(content);background-color:#fb7185b3}.before\:bg-rose-400\/75:before{content:attr(content);background-color:#fb7185bf}.before\:bg-rose-400\/80:before{content:attr(content);background-color:#fb7185cc}.before\:bg-rose-400\/90:before{content:attr(content);background-color:#fb7185e6}.before\:bg-rose-500:before{content:attr(content);background-color:#f43f5e}.before\:bg-rose-500\/0:before{content:attr(content);background-color:#f43f5e00}.before\:bg-rose-500\/10:before{content:attr(content);background-color:#f43f5e1a}.before\:bg-rose-500\/20:before{content:attr(content);background-color:#f43f5e33}.before\:bg-rose-500\/30:before{content:attr(content);background-color:#f43f5e4d}.before\:bg-rose-500\/40:before{content:attr(content);background-color:#f43f5e66}.before\:bg-rose-500\/50:before{content:attr(content);background-color:#f43f5e80}.before\:bg-rose-500\/60:before{content:attr(content);background-color:#f43f5e99}.before\:bg-rose-500\/70:before{content:attr(content);background-color:#f43f5eb3}.before\:bg-rose-500\/75:before{content:attr(content);background-color:#f43f5ebf}.before\:bg-rose-500\/80:before{content:attr(content);background-color:#f43f5ecc}.before\:bg-rose-500\/90:before{content:attr(content);background-color:#f43f5ee6}.before\:bg-rose-600:before{content:attr(content);background-color:#e11d48}.before\:bg-rose-600\/0:before{content:attr(content);background-color:#e11d4800}.before\:bg-rose-600\/10:before{content:attr(content);background-color:#e11d481a}.before\:bg-rose-600\/20:before{content:attr(content);background-color:#e11d4833}.before\:bg-rose-600\/30:before{content:attr(content);background-color:#e11d484d}.before\:bg-rose-600\/40:before{content:attr(content);background-color:#e11d4866}.before\:bg-rose-600\/50:before{content:attr(content);background-color:#e11d4880}.before\:bg-rose-600\/60:before{content:attr(content);background-color:#e11d4899}.before\:bg-rose-600\/70:before{content:attr(content);background-color:#e11d48b3}.before\:bg-rose-600\/75:before{content:attr(content);background-color:#e11d48bf}.before\:bg-rose-600\/80:before{content:attr(content);background-color:#e11d48cc}.before\:bg-rose-600\/90:before{content:attr(content);background-color:#e11d48e6}.before\:bg-rose-700:before{content:attr(content);background-color:#be123c}.before\:bg-rose-700\/0:before{content:attr(content);background-color:#be123c00}.before\:bg-rose-700\/10:before{content:attr(content);background-color:#be123c1a}.before\:bg-rose-700\/20:before{content:attr(content);background-color:#be123c33}.before\:bg-rose-700\/30:before{content:attr(content);background-color:#be123c4d}.before\:bg-rose-700\/40:before{content:attr(content);background-color:#be123c66}.before\:bg-rose-700\/50:before{content:attr(content);background-color:#be123c80}.before\:bg-rose-700\/60:before{content:attr(content);background-color:#be123c99}.before\:bg-rose-700\/70:before{content:attr(content);background-color:#be123cb3}.before\:bg-rose-700\/75:before{content:attr(content);background-color:#be123cbf}.before\:bg-rose-700\/80:before{content:attr(content);background-color:#be123ccc}.before\:bg-rose-700\/90:before{content:attr(content);background-color:#be123ce6}.before\:bg-rose-800:before{content:attr(content);background-color:#9f1239}.before\:bg-rose-800\/0:before{content:attr(content);background-color:#9f123900}.before\:bg-rose-800\/10:before{content:attr(content);background-color:#9f12391a}.before\:bg-rose-800\/20:before{content:attr(content);background-color:#9f123933}.before\:bg-rose-800\/30:before{content:attr(content);background-color:#9f12394d}.before\:bg-rose-800\/40:before{content:attr(content);background-color:#9f123966}.before\:bg-rose-800\/50:before{content:attr(content);background-color:#9f123980}.before\:bg-rose-800\/60:before{content:attr(content);background-color:#9f123999}.before\:bg-rose-800\/70:before{content:attr(content);background-color:#9f1239b3}.before\:bg-rose-800\/75:before{content:attr(content);background-color:#9f1239bf}.before\:bg-rose-800\/80:before{content:attr(content);background-color:#9f1239cc}.before\:bg-rose-800\/90:before{content:attr(content);background-color:#9f1239e6}.before\:bg-rose-900:before{content:attr(content);background-color:#881337}.before\:bg-rose-900\/0:before{content:attr(content);background-color:#88133700}.before\:bg-rose-900\/10:before{content:attr(content);background-color:#8813371a}.before\:bg-rose-900\/20:before{content:attr(content);background-color:#88133733}.before\:bg-rose-900\/30:before{content:attr(content);background-color:#8813374d}.before\:bg-rose-900\/40:before{content:attr(content);background-color:#88133766}.before\:bg-rose-900\/50:before{content:attr(content);background-color:#88133780}.before\:bg-rose-900\/60:before{content:attr(content);background-color:#88133799}.before\:bg-rose-900\/70:before{content:attr(content);background-color:#881337b3}.before\:bg-rose-900\/75:before{content:attr(content);background-color:#881337bf}.before\:bg-rose-900\/80:before{content:attr(content);background-color:#881337cc}.before\:bg-rose-900\/90:before{content:attr(content);background-color:#881337e6}.before\:bg-rose-950:before{content:attr(content);background-color:#4c0519}.before\:bg-rose-950\/0:before{content:attr(content);background-color:#4c051900}.before\:bg-rose-950\/10:before{content:attr(content);background-color:#4c05191a}.before\:bg-rose-950\/20:before{content:attr(content);background-color:#4c051933}.before\:bg-rose-950\/30:before{content:attr(content);background-color:#4c05194d}.before\:bg-rose-950\/40:before{content:attr(content);background-color:#4c051966}.before\:bg-rose-950\/50:before{content:attr(content);background-color:#4c051980}.before\:bg-rose-950\/60:before{content:attr(content);background-color:#4c051999}.before\:bg-rose-950\/70:before{content:attr(content);background-color:#4c0519b3}.before\:bg-rose-950\/75:before{content:attr(content);background-color:#4c0519bf}.before\:bg-rose-950\/80:before{content:attr(content);background-color:#4c0519cc}.before\:bg-rose-950\/90:before{content:attr(content);background-color:#4c0519e6}.before\:bg-primary:before{content:attr(content);background-color:#3874ff}.before\:bg-primary-bold:before{content:attr(content);background-color:#002660}.before\:bg-primary-hover:before{content:attr(content);background-color:#003585}.before\:bg-primary-border:before{content:attr(content);background-color:#156ef3}.before\:bg-primary-focus-lv1:before{content:attr(content);background-color:#6492ff}.before\:bg-primary-focus-lv2:before{content:attr(content);background-color:#c7ddff}.before\:bg-primary-bg-color:before{content:attr(content);background-color:#f8fbff}.before\:bg-success:before{content:attr(content);background-color:#00bd7e}.before\:bg-success-bold:before{content:attr(content);background-color:#006c58}.before\:bg-success-hover:before{content:attr(content);background-color:#008d5e}.before\:bg-success-border:before{content:attr(content);background-color:#17e5a1}.before\:bg-success-focus-lv1:before{content:attr(content);background-color:#a9fbe0}.before\:bg-success-bg-color:before{content:attr(content);background-color:#ebfff8}.before\:bg-warning:before{content:attr(content);background-color:#ffb41f}.before\:bg-warning-bold:before{content:attr(content);background-color:#b77d09}.before\:bg-warning-hover:before{content:attr(content);background-color:#e39f17}.before\:bg-warning-border:before{content:attr(content);background-color:#f7c86a}.before\:bg-warning-focus-lv1:before{content:attr(content);background-color:#fbe0a9}.before\:bg-warning-bg-color:before{content:attr(content);background-color:#fff8eb}.before\:bg-danger:before{content:attr(content);background-color:#b20000}.before\:bg-danger-bold:before{content:attr(content);background-color:#920122}.before\:bg-danger-hover:before{content:attr(content);background-color:#c60833}.before\:bg-danger-border:before{content:attr(content);background-color:#f35370}.before\:bg-danger-focus-lv1:before{content:attr(content);background-color:#fdabb9}.before\:bg-danger-bg-color:before{content:attr(content);background-color:#fff1f4}.before\:bg-info:before{content:attr(content);background-color:#2668cb}.before\:bg-info-bold:before{content:attr(content);background-color:#023480}.before\:bg-info-hover:before{content:attr(content);background-color:#0f4eae}.before\:bg-info-border:before{content:attr(content);background-color:#679ef2}.before\:bg-info-focus-lv1:before{content:attr(content);background-color:#c1d9fd}.before\:bg-info-bg-color:before{content:attr(content);background-color:#f2f7ff}.before\:bg-neutral-100:before{content:attr(content);background-color:#1a1a1a}.before\:bg-neutral-90:before{content:attr(content);background-color:#424242}.before\:bg-neutral-80:before{content:attr(content);background-color:#616161}.before\:bg-neutral-70:before{content:attr(content);background-color:#757575}.before\:bg-neutral-60:before{content:attr(content);background-color:#9e9e9e}.before\:bg-neutral-50:before{content:attr(content);background-color:#c2c2c2}.before\:bg-neutral-40:before{content:attr(content);background-color:#e0e0e0}.before\:bg-neutral-30:before{content:attr(content);background-color:#ededed}.before\:bg-neutral-20:before{content:attr(content);background-color:#f5f5f5}.before\:bg-base:before{content:attr(content);background-color:#f5f7fa}.before\:bg-auto:before{content:attr(content);background-size:auto}.before\:bg-cover:before{content:attr(content);background-size:cover}.before\:bg-contain:before{content:attr(content);background-size:contain}.before\:bg-repeat:before{content:attr(content);background-repeat:repeat}.before\:bg-no-repeat:before{content:attr(content);background-repeat:no-repeat}.before\:bg-repeat-x:before{content:attr(content);background-repeat:repeat-x}.before\:bg-repeat-y:before{content:attr(content);background-repeat:repeat-y}.before\:bg-repeat-round:before{content:attr(content);background-repeat:round}.before\:bg-repeat-space:before{content:attr(content);background-repeat:space}.before\:bg-bottom:before{content:attr(content);background-position:bottom}.before\:bg-center:before{content:attr(content);background-position:center}.before\:bg-left:before{content:attr(content);background-position:left}.before\:bg-left-bottom:before{content:attr(content);background-position:left bottom}.before\:bg-left-top:before{content:attr(content);background-position:left top}.before\:bg-right:before{content:attr(content);background-position:right}.before\:bg-right-bottom:before{content:attr(content);background-position:right bottom}.before\:bg-right-top:before{content:attr(content);background-position:right top}.before\:bg-top:before{content:attr(content);background-position:top}.before\:bg-origin-border:before{content:attr(content);background-origin:border-box}.before\:bg-origin-padding:before{content:attr(content);background-origin:padding-box}.before\:bg-origin-content:before{content:attr(content);background-origin:content-box}.before\:bg-bg-fixed:before{content:attr(content);background-attachment:fixed}.before\:bg-bg-local:before{content:attr(content);background-attachment:local}.before\:bg-bg-scroll:before{content:attr(content);background-attachment:scroll}.before\:p-auto:before{content:attr(content);padding:auto}.before\:pl-auto:before{content:attr(content);padding-left:auto}.before\:pr-auto:before{content:attr(content);padding-right:auto}.before\:px-auto:before{content:attr(content);padding-right:auto;padding-left:auto}.before\:py-auto:before{content:attr(content);padding-top:auto;padding-bottom:auto}.before\:pb-auto:before{content:attr(content);padding-bottom:auto}.before\:pt-auto:before{content:attr(content);padding-top:auto}.before\:p-0:before{content:attr(content);padding:0}.before\:pl-0:before{content:attr(content);padding-left:0}.before\:pr-0:before{content:attr(content);padding-right:0}.before\:px-0:before{content:attr(content);padding-right:0;padding-left:0}.before\:py-0:before{content:attr(content);padding-top:0;padding-bottom:0}.before\:pb-0:before{content:attr(content);padding-bottom:0}.before\:pt-0:before{content:attr(content);padding-top:0}.before\:p-1:before{content:attr(content);padding:.25rem}.before\:pl-1:before{content:attr(content);padding-left:.25rem}.before\:pr-1:before{content:attr(content);padding-right:.25rem}.before\:px-1:before{content:attr(content);padding-right:.25rem;padding-left:.25rem}.before\:py-1:before{content:attr(content);padding-top:.25rem;padding-bottom:.25rem}.before\:pb-1:before{content:attr(content);padding-bottom:.25rem}.before\:pt-1:before{content:attr(content);padding-top:.25rem}.before\:p-2:before{content:attr(content);padding:.5rem}.before\:pl-2:before{content:attr(content);padding-left:.5rem}.before\:pr-2:before{content:attr(content);padding-right:.5rem}.before\:px-2:before{content:attr(content);padding-right:.5rem;padding-left:.5rem}.before\:py-2:before{content:attr(content);padding-top:.5rem;padding-bottom:.5rem}.before\:pb-2:before{content:attr(content);padding-bottom:.5rem}.before\:pt-2:before{content:attr(content);padding-top:.5rem}.before\:p-3:before{content:attr(content);padding:.75rem}.before\:pl-3:before{content:attr(content);padding-left:.75rem}.before\:pr-3:before{content:attr(content);padding-right:.75rem}.before\:px-3:before{content:attr(content);padding-right:.75rem;padding-left:.75rem}.before\:py-3:before{content:attr(content);padding-top:.75rem;padding-bottom:.75rem}.before\:pb-3:before{content:attr(content);padding-bottom:.75rem}.before\:pt-3:before{content:attr(content);padding-top:.75rem}.before\:p-4:before{content:attr(content);padding:1rem}.before\:pl-4:before{content:attr(content);padding-left:1rem}.before\:pr-4:before{content:attr(content);padding-right:1rem}.before\:px-4:before{content:attr(content);padding-right:1rem;padding-left:1rem}.before\:py-4:before{content:attr(content);padding-top:1rem;padding-bottom:1rem}.before\:pb-4:before{content:attr(content);padding-bottom:1rem}.before\:pt-4:before{content:attr(content);padding-top:1rem}.before\:p-5:before{content:attr(content);padding:1.25rem}.before\:pl-5:before{content:attr(content);padding-left:1.25rem}.before\:pr-5:before{content:attr(content);padding-right:1.25rem}.before\:px-5:before{content:attr(content);padding-right:1.25rem;padding-left:1.25rem}.before\:py-5:before{content:attr(content);padding-top:1.25rem;padding-bottom:1.25rem}.before\:pb-5:before{content:attr(content);padding-bottom:1.25rem}.before\:pt-5:before{content:attr(content);padding-top:1.25rem}.before\:p-6:before{content:attr(content);padding:1.5rem}.before\:pl-6:before{content:attr(content);padding-left:1.5rem}.before\:pr-6:before{content:attr(content);padding-right:1.5rem}.before\:px-6:before{content:attr(content);padding-right:1.5rem;padding-left:1.5rem}.before\:py-6:before{content:attr(content);padding-top:1.5rem;padding-bottom:1.5rem}.before\:pb-6:before{content:attr(content);padding-bottom:1.5rem}.before\:pt-6:before{content:attr(content);padding-top:1.5rem}.before\:p-7:before{content:attr(content);padding:1.75rem}.before\:pl-7:before{content:attr(content);padding-left:1.75rem}.before\:pr-7:before{content:attr(content);padding-right:1.75rem}.before\:px-7:before{content:attr(content);padding-right:1.75rem;padding-left:1.75rem}.before\:py-7:before{content:attr(content);padding-top:1.75rem;padding-bottom:1.75rem}.before\:pb-7:before{content:attr(content);padding-bottom:1.75rem}.before\:pt-7:before{content:attr(content);padding-top:1.75rem}.before\:p-8:before{content:attr(content);padding:2rem}.before\:pl-8:before{content:attr(content);padding-left:2rem}.before\:pr-8:before{content:attr(content);padding-right:2rem}.before\:px-8:before{content:attr(content);padding-right:2rem;padding-left:2rem}.before\:py-8:before{content:attr(content);padding-top:2rem;padding-bottom:2rem}.before\:pb-8:before{content:attr(content);padding-bottom:2rem}.before\:pt-8:before{content:attr(content);padding-top:2rem}.before\:p-9:before{content:attr(content);padding:2.25rem}.before\:pl-9:before{content:attr(content);padding-left:2.25rem}.before\:pr-9:before{content:attr(content);padding-right:2.25rem}.before\:px-9:before{content:attr(content);padding-right:2.25rem;padding-left:2.25rem}.before\:py-9:before{content:attr(content);padding-top:2.25rem;padding-bottom:2.25rem}.before\:pb-9:before{content:attr(content);padding-bottom:2.25rem}.before\:pt-9:before{content:attr(content);padding-top:2.25rem}.before\:p-10:before{content:attr(content);padding:2.5rem}.before\:pl-10:before{content:attr(content);padding-left:2.5rem}.before\:pr-10:before{content:attr(content);padding-right:2.5rem}.before\:px-10:before{content:attr(content);padding-right:2.5rem;padding-left:2.5rem}.before\:py-10:before{content:attr(content);padding-top:2.5rem;padding-bottom:2.5rem}.before\:pb-10:before{content:attr(content);padding-bottom:2.5rem}.before\:pt-10:before{content:attr(content);padding-top:2.5rem}.before\:p-11:before{content:attr(content);padding:2.75rem}.before\:pl-11:before{content:attr(content);padding-left:2.75rem}.before\:pr-11:before{content:attr(content);padding-right:2.75rem}.before\:px-11:before{content:attr(content);padding-right:2.75rem;padding-left:2.75rem}.before\:py-11:before{content:attr(content);padding-top:2.75rem;padding-bottom:2.75rem}.before\:pb-11:before{content:attr(content);padding-bottom:2.75rem}.before\:pt-11:before{content:attr(content);padding-top:2.75rem}.before\:p-12:before{content:attr(content);padding:3rem}.before\:pl-12:before{content:attr(content);padding-left:3rem}.before\:pr-12:before{content:attr(content);padding-right:3rem}.before\:px-12:before{content:attr(content);padding-right:3rem;padding-left:3rem}.before\:py-12:before{content:attr(content);padding-top:3rem;padding-bottom:3rem}.before\:pb-12:before{content:attr(content);padding-bottom:3rem}.before\:pt-12:before{content:attr(content);padding-top:3rem}.before\:p-14:before{content:attr(content);padding:3.5rem}.before\:pl-14:before{content:attr(content);padding-left:3.5rem}.before\:pr-14:before{content:attr(content);padding-right:3.5rem}.before\:px-14:before{content:attr(content);padding-right:3.5rem;padding-left:3.5rem}.before\:py-14:before{content:attr(content);padding-top:3.5rem;padding-bottom:3.5rem}.before\:pb-14:before{content:attr(content);padding-bottom:3.5rem}.before\:pt-14:before{content:attr(content);padding-top:3.5rem}.before\:p-16:before{content:attr(content);padding:4rem}.before\:pl-16:before{content:attr(content);padding-left:4rem}.before\:pr-16:before{content:attr(content);padding-right:4rem}.before\:px-16:before{content:attr(content);padding-right:4rem;padding-left:4rem}.before\:py-16:before{content:attr(content);padding-top:4rem;padding-bottom:4rem}.before\:pb-16:before{content:attr(content);padding-bottom:4rem}.before\:pt-16:before{content:attr(content);padding-top:4rem}.before\:p-20:before{content:attr(content);padding:5rem}.before\:pl-20:before{content:attr(content);padding-left:5rem}.before\:pr-20:before{content:attr(content);padding-right:5rem}.before\:px-20:before{content:attr(content);padding-right:5rem;padding-left:5rem}.before\:py-20:before{content:attr(content);padding-top:5rem;padding-bottom:5rem}.before\:pb-20:before{content:attr(content);padding-bottom:5rem}.before\:pt-20:before{content:attr(content);padding-top:5rem}.before\:p-24:before{content:attr(content);padding:6rem}.before\:pl-24:before{content:attr(content);padding-left:6rem}.before\:pr-24:before{content:attr(content);padding-right:6rem}.before\:px-24:before{content:attr(content);padding-right:6rem;padding-left:6rem}.before\:py-24:before{content:attr(content);padding-top:6rem;padding-bottom:6rem}.before\:pb-24:before{content:attr(content);padding-bottom:6rem}.before\:pt-24:before{content:attr(content);padding-top:6rem}.before\:p-28:before{content:attr(content);padding:7rem}.before\:pl-28:before{content:attr(content);padding-left:7rem}.before\:pr-28:before{content:attr(content);padding-right:7rem}.before\:px-28:before{content:attr(content);padding-right:7rem;padding-left:7rem}.before\:py-28:before{content:attr(content);padding-top:7rem;padding-bottom:7rem}.before\:pb-28:before{content:attr(content);padding-bottom:7rem}.before\:pt-28:before{content:attr(content);padding-top:7rem}.before\:p-32:before{content:attr(content);padding:8rem}.before\:pl-32:before{content:attr(content);padding-left:8rem}.before\:pr-32:before{content:attr(content);padding-right:8rem}.before\:px-32:before{content:attr(content);padding-right:8rem;padding-left:8rem}.before\:py-32:before{content:attr(content);padding-top:8rem;padding-bottom:8rem}.before\:pb-32:before{content:attr(content);padding-bottom:8rem}.before\:pt-32:before{content:attr(content);padding-top:8rem}.before\:p-36:before{content:attr(content);padding:9rem}.before\:pl-36:before{content:attr(content);padding-left:9rem}.before\:pr-36:before{content:attr(content);padding-right:9rem}.before\:px-36:before{content:attr(content);padding-right:9rem;padding-left:9rem}.before\:py-36:before{content:attr(content);padding-top:9rem;padding-bottom:9rem}.before\:pb-36:before{content:attr(content);padding-bottom:9rem}.before\:pt-36:before{content:attr(content);padding-top:9rem}.before\:p-40:before{content:attr(content);padding:10rem}.before\:pl-40:before{content:attr(content);padding-left:10rem}.before\:pr-40:before{content:attr(content);padding-right:10rem}.before\:px-40:before{content:attr(content);padding-right:10rem;padding-left:10rem}.before\:py-40:before{content:attr(content);padding-top:10rem;padding-bottom:10rem}.before\:pb-40:before{content:attr(content);padding-bottom:10rem}.before\:pt-40:before{content:attr(content);padding-top:10rem}.before\:p-44:before{content:attr(content);padding:11rem}.before\:pl-44:before{content:attr(content);padding-left:11rem}.before\:pr-44:before{content:attr(content);padding-right:11rem}.before\:px-44:before{content:attr(content);padding-right:11rem;padding-left:11rem}.before\:py-44:before{content:attr(content);padding-top:11rem;padding-bottom:11rem}.before\:pb-44:before{content:attr(content);padding-bottom:11rem}.before\:pt-44:before{content:attr(content);padding-top:11rem}.before\:p-48:before{content:attr(content);padding:12rem}.before\:pl-48:before{content:attr(content);padding-left:12rem}.before\:pr-48:before{content:attr(content);padding-right:12rem}.before\:px-48:before{content:attr(content);padding-right:12rem;padding-left:12rem}.before\:py-48:before{content:attr(content);padding-top:12rem;padding-bottom:12rem}.before\:pb-48:before{content:attr(content);padding-bottom:12rem}.before\:pt-48:before{content:attr(content);padding-top:12rem}.before\:p-52:before{content:attr(content);padding:13rem}.before\:pl-52:before{content:attr(content);padding-left:13rem}.before\:pr-52:before{content:attr(content);padding-right:13rem}.before\:px-52:before{content:attr(content);padding-right:13rem;padding-left:13rem}.before\:py-52:before{content:attr(content);padding-top:13rem;padding-bottom:13rem}.before\:pb-52:before{content:attr(content);padding-bottom:13rem}.before\:pt-52:before{content:attr(content);padding-top:13rem}.before\:p-56:before{content:attr(content);padding:14rem}.before\:pl-56:before{content:attr(content);padding-left:14rem}.before\:pr-56:before{content:attr(content);padding-right:14rem}.before\:px-56:before{content:attr(content);padding-right:14rem;padding-left:14rem}.before\:py-56:before{content:attr(content);padding-top:14rem;padding-bottom:14rem}.before\:pb-56:before{content:attr(content);padding-bottom:14rem}.before\:pt-56:before{content:attr(content);padding-top:14rem}.before\:p-60:before{content:attr(content);padding:15rem}.before\:pl-60:before{content:attr(content);padding-left:15rem}.before\:pr-60:before{content:attr(content);padding-right:15rem}.before\:px-60:before{content:attr(content);padding-right:15rem;padding-left:15rem}.before\:py-60:before{content:attr(content);padding-top:15rem;padding-bottom:15rem}.before\:pb-60:before{content:attr(content);padding-bottom:15rem}.before\:pt-60:before{content:attr(content);padding-top:15rem}.before\:p-64:before{content:attr(content);padding:16rem}.before\:pl-64:before{content:attr(content);padding-left:16rem}.before\:pr-64:before{content:attr(content);padding-right:16rem}.before\:px-64:before{content:attr(content);padding-right:16rem;padding-left:16rem}.before\:py-64:before{content:attr(content);padding-top:16rem;padding-bottom:16rem}.before\:pb-64:before{content:attr(content);padding-bottom:16rem}.before\:pt-64:before{content:attr(content);padding-top:16rem}.before\:p-72:before{content:attr(content);padding:18rem}.before\:pl-72:before{content:attr(content);padding-left:18rem}.before\:pr-72:before{content:attr(content);padding-right:18rem}.before\:px-72:before{content:attr(content);padding-right:18rem;padding-left:18rem}.before\:py-72:before{content:attr(content);padding-top:18rem;padding-bottom:18rem}.before\:pb-72:before{content:attr(content);padding-bottom:18rem}.before\:pt-72:before{content:attr(content);padding-top:18rem}.before\:p-80:before{content:attr(content);padding:20rem}.before\:pl-80:before{content:attr(content);padding-left:20rem}.before\:pr-80:before{content:attr(content);padding-right:20rem}.before\:px-80:before{content:attr(content);padding-right:20rem;padding-left:20rem}.before\:py-80:before{content:attr(content);padding-top:20rem;padding-bottom:20rem}.before\:pb-80:before{content:attr(content);padding-bottom:20rem}.before\:pt-80:before{content:attr(content);padding-top:20rem}.before\:p-96:before{content:attr(content);padding:24rem}.before\:pl-96:before{content:attr(content);padding-left:24rem}.before\:pr-96:before{content:attr(content);padding-right:24rem}.before\:px-96:before{content:attr(content);padding-right:24rem;padding-left:24rem}.before\:py-96:before{content:attr(content);padding-top:24rem;padding-bottom:24rem}.before\:pb-96:before{content:attr(content);padding-bottom:24rem}.before\:pt-96:before{content:attr(content);padding-top:24rem}.before\:flex-1:before{content:attr(content);flex:1 1 0%}.before\:flex-column:before{content:attr(content);flex-direction:column}.before\:flex-row:before{content:attr(content);flex-direction:row}.before\:flex-wrap:before{content:attr(content);flex-wrap:wrap}.before\:flex-wrap-reverse:before{content:attr(content);flex-wrap:wrap-reverse}.before\:flex-nowrap:before{content:attr(content);flex-wrap:nowrap}.before\:relative:before{position:relative}.before\:absolute:before{content:attr(content);position:absolute}.before\:w-0:before{content:attr(content);width:0px}.before\:w-px:before{content:attr(content);width:1px}.before\:w-1:before{content:attr(content);width:.25rem}.before\:w-2:before{content:attr(content);width:.5rem}.before\:w-3:before{content:attr(content);width:.75rem}.before\:w-4:before{content:attr(content);width:1rem}.before\:w-5:before{content:attr(content);width:1.25rem}.before\:w-6:before{content:attr(content);width:1.5rem}.before\:w-7:before{content:attr(content);width:1.75rem}.before\:w-8:before{content:attr(content);width:2rem}.before\:w-9:before{content:attr(content);width:2.25rem}.before\:w-10:before{content:attr(content);width:2.5rem}.before\:w-11:before{content:attr(content);width:2.75rem}.before\:w-12:before{content:attr(content);width:3rem}.before\:w-14:before{content:attr(content);width:3.5rem}.before\:w-16:before{content:attr(content);width:4rem}.before\:w-20:before{content:attr(content);width:5rem}.before\:w-24:before{content:attr(content);width:6rem}.before\:w-28:before{content:attr(content);width:7rem}.before\:w-32:before{content:attr(content);width:8rem}.before\:w-36:before{content:attr(content);width:9rem}.before\:w-40:before{content:attr(content);width:10rem}.before\:w-44:before{content:attr(content);width:11rem}.before\:w-48:before{content:attr(content);width:12rem}.before\:w-52:before{content:attr(content);width:13rem}.before\:w-56:before{content:attr(content);width:14rem}.before\:w-60:before{content:attr(content);width:15rem}.before\:w-64:before{content:attr(content);width:16rem}.before\:w-72:before{content:attr(content);width:18rem}.before\:w-80:before{content:attr(content);width:20rem}.before\:w-96:before{content:attr(content);width:24rem}.before\:w-auto:before{content:attr(content);width:auto}.before\:w-full:before{content:attr(content);width:100%}.before\:w-screen:before{content:attr(content);width:100vw}.before\:w-min:before{content:attr(content);width:min-content}.before\:w-max:before{content:attr(content);width:max-content}.before\:w-fit:before{content:attr(content);width:fit-content}.before\:w-max:before{max-width:1920px}.before\:w-full:before{width:100%}.before\:w-0\.5:before{width:.125rem}.before\:w-1\.5:before{width:.375rem}.before\:w-2\.5:before{width:.625rem}.before\:w-3\.5:before{width:.875rem}.before\:w-1\/2:before{width:50%}.before\:w-1\/3:before{width:33.333333%}.before\:w-1\/4:before{width:25%}.before\:w-1\/5:before{width:20%}.before\:w-1\/6:before{width:16.666667%}.before\:w-1\/12:before{width:8.333333%}.before\:w-2\/3:before{width:66.666667%}.before\:w-2\/4:before{width:50%}.before\:w-2\/5:before{width:40%}.before\:w-2\/6:before{width:33.333333%}.before\:w-2\/12:before{width:16.666667%}.before\:w-3\/4:before{width:75%}.before\:w-3\/5:before{width:60%}.before\:w-3\/6:before{width:50%}.before\:w-3\/12:before{width:25%}.before\:w-4\/5:before{width:80%}.before\:w-4\/6:before{width:66.666667%}.before\:w-4\/12:before{width:33.333333%}.before\:w-5\/6:before{width:83.333333%}.before\:w-5\/12:before{width:41.666667%}.before\:w-6\/12:before{width:50%}.before\:w-7\/12:before{width:58.333333%}.before\:w-8\/12:before{width:66.666667%}.before\:w-9\/12:before{width:75%}.before\:w-10\/12:before{width:83.333333%}.before\:w-11\/12:before{width:91.666667%}.before\:h-0:before{content:attr(content);height:0px}.before\:h-px:before{content:attr(content);height:1px}.before\:h-1:before{content:attr(content);height:.25rem}.before\:h-2:before{content:attr(content);height:.5rem}.before\:h-3:before{content:attr(content);height:.75rem}.before\:h-4:before{content:attr(content);height:1rem}.before\:h-5:before{content:attr(content);height:1.25rem}.before\:h-6:before{content:attr(content);height:1.5rem}.before\:h-7:before{content:attr(content);height:1.75rem}.before\:h-8:before{content:attr(content);height:2rem}.before\:h-9:before{content:attr(content);height:2.25rem}.before\:h-10:before{content:attr(content);height:2.5rem}.before\:h-11:before{content:attr(content);height:2.75rem}.before\:h-12:before{content:attr(content);height:3rem}.before\:h-14:before{content:attr(content);height:3.5rem}.before\:h-16:before{content:attr(content);height:4rem}.before\:h-20:before{content:attr(content);height:5rem}.before\:h-24:before{content:attr(content);height:6rem}.before\:h-28:before{content:attr(content);height:7rem}.before\:h-32:before{content:attr(content);height:8rem}.before\:h-36:before{content:attr(content);height:9rem}.before\:h-40:before{content:attr(content);height:10rem}.before\:h-44:before{content:attr(content);height:11rem}.before\:h-48:before{content:attr(content);height:12rem}.before\:h-52:before{content:attr(content);height:13rem}.before\:h-56:before{content:attr(content);height:14rem}.before\:h-60:before{content:attr(content);height:15rem}.before\:h-64:before{content:attr(content);height:16rem}.before\:h-72:before{content:attr(content);height:18rem}.before\:h-80:before{content:attr(content);height:20rem}.before\:h-96:before{content:attr(content);height:24rem}.before\:h-auto:before{content:attr(content);height:auto}.before\:h-full:before{content:attr(content);height:100%}.before\:h-screen:before{content:attr(content);height:100vh}.before\:h-min:before{content:attr(content);height:min-content}.before\:h-max:before{content:attr(content);height:max-content}.before\:h-fit:before{content:attr(content);height:fit-content}.before\:h-full:before{height:100%}.before\:h-0\.5:before{height:.125rem}.before\:h-1\.5:before{height:.375rem}.before\:h-2\.5:before{height:.625rem}.before\:h-3\.5:before{height:.875rem}.before\:h-1\/2:before{height:50%}.before\:h-1\/3:before{height:33.333333%}.before\:h-1\/4:before{height:25%}.before\:h-1\/5:before{height:20%}.before\:h-1\/6:before{height:16.666667%}.before\:h-1\/12:before{height:8.333333%}.before\:h-2\/3:before{height:66.666667%}.before\:h-2\/4:before{height:50%}.before\:h-2\/5:before{height:40%}.before\:h-2\/6:before{height:33.333333%}.before\:h-2\/12:before{height:16.666667%}.before\:h-3\/4:before{height:75%}.before\:h-3\/5:before{height:60%}.before\:h-3\/6:before{height:50%}.before\:h-3\/12:before{height:25%}.before\:h-4\/5:before{height:80%}.before\:h-4\/6:before{height:66.666667%}.before\:h-4\/12:before{height:33.333333%}.before\:h-5\/6:before{height:83.333333%}.before\:h-5\/12:before{height:41.666667%}.before\:h-6\/12:before{height:50%}.before\:h-7\/12:before{height:58.333333%}.before\:h-8\/12:before{height:66.666667%}.before\:h-9\/12:before{height:75%}.before\:h-10\/12:before{height:83.333333%}.before\:h-11\/12:before{height:91.666667%}.before\:border{border-width:1px}.before\:border-b{border:0px;border-bottom:1px}.before\:border-b-0:before{content:attr(content);border:0px;border-bottom:1px;border-bottom-width:0px}.before\:border-b-2:before{content:attr(content);border:0px;border-bottom:1px;border-bottom-width:2px}.before\:border-b-4:before{content:attr(content);border:0px;border-bottom:1px;border-bottom-width:4px}.before\:border-b-8:before{content:attr(content);border:0px;border-bottom:1px;border-bottom-width:8px}.before\:border-t{border:0px;border-top:1px}.before\:border-t-0:before{content:attr(content);border:0px;border-top:1px;border-top-width:0px}.before\:border-t-2:before{content:attr(content);border:0px;border-top:1px;border-top-width:2px}.before\:border-t-4:before{content:attr(content);border:0px;border-top:1px;border-top-width:4px}.before\:border-t-8:before{content:attr(content);border:0px;border-top:1px;border-top-width:8px}.before\:border-r{border:0px;border-right:1px solid}.before\:border-r-0:before{content:attr(content);border:0px;border-right-width:0px}.before\:border-r-2:before{content:attr(content);border:0px;border-right-width:2px}.before\:border-r-4:before{content:attr(content);border:0px;border-right-width:4px}.before\:border-r-8:before{content:attr(content);border:0px;border-right-width:8px}.before\:border-l{border:0px;border-left:1px}.before\:border-l-0:before{content:attr(content);border:0px;border-left:1px;border-left-width:0px}.before\:border-l-2:before{content:attr(content);border:0px;border-left:1px;border-left-width:2px}.before\:border-l-4:before{content:attr(content);border:0px;border-left:1px;border-left-width:4px}.before\:border-l-8:before{content:attr(content);border:0px;border-left:1px;border-left-width:8px}.before\:border-0:before{content:attr(content);border-width:0px}.before\:border-2:before{content:attr(content);border-width:2px}.before\:border-4:before{content:attr(content);border-width:4px}.before\:border-8:before{content:attr(content);border-width:8px}.before\:border-none:before{content:attr(content);border-style:none}.before\:border-solid:before{content:attr(content);border-style:solid}.before\:border-dashed:before{content:attr(content);border-style:dashed}.before\:border-dotted:before{content:attr(content);border-style:dotted}.before\:border-double:before{content:attr(content);border-style:double}.before\:border-groove:before{content:attr(content);border-style:groove}.before\:border-ridge:before{content:attr(content);border-style:ridge}.before\:border-inset:before{content:attr(content);border-style:inset}.before\:border-outset:before{content:attr(content);border-style:outset}.before\:border-transparent:before{content:attr(content);border-color:transparent}.before\:border-black:before{content:attr(content);border-color:#000}.before\:border-white:before{content:attr(content);border-color:#fff}.before\:border-slate-50:before{content:attr(content);border-color:#f8fafc}.before\:border-slate-100:before{content:attr(content);border-color:#f1f5f9}.before\:border-slate-200:before{content:attr(content);border-color:#e2e8f0}.before\:border-slate-300:before{content:attr(content);border-color:#cbd5e1}.before\:border-slate-400:before{content:attr(content);border-color:#94a3b8}.before\:border-slate-500:before{content:attr(content);border-color:#64748b}.before\:border-slate-600:before{content:attr(content);border-color:#475569}.before\:border-slate-700:before{content:attr(content);border-color:#334155}.before\:border-slate-800:before{content:attr(content);border-color:#1e293b}.before\:border-slate-900:before{content:attr(content);border-color:#0f172a}.before\:border-slate-950:before{content:attr(content);border-color:#020617}.before\:border-gray-50:before{content:attr(content);border-color:#f9fafb}.before\:border-gray-100:before{content:attr(content);border-color:#f3f4f6}.before\:border-gray-200:before{content:attr(content);border-color:#e5e7eb}.before\:border-gray-300:before{content:attr(content);border-color:#d1d5db}.before\:border-gray-400:before{content:attr(content);border-color:#9ca3af}.before\:border-gray-500:before{content:attr(content);border-color:#6b7280}.before\:border-gray-600:before{content:attr(content);border-color:#4b5563}.before\:border-gray-700:before{content:attr(content);border-color:#374151}.before\:border-gray-800:before{content:attr(content);border-color:#1f2937}.before\:border-gray-900:before{content:attr(content);border-color:#111827}.before\:border-gray-950:before{content:attr(content);border-color:#030712}.before\:border-zinc-50:before{content:attr(content);border-color:#fafafa}.before\:border-zinc-100:before{content:attr(content);border-color:#f4f4f5}.before\:border-zinc-200:before{content:attr(content);border-color:#e4e4e7}.before\:border-zinc-300:before{content:attr(content);border-color:#d4d4d8}.before\:border-zinc-400:before{content:attr(content);border-color:#a1a1aa}.before\:border-zinc-500:before{content:attr(content);border-color:#71717a}.before\:border-zinc-600:before{content:attr(content);border-color:#52525b}.before\:border-zinc-700:before{content:attr(content);border-color:#3f3f46}.before\:border-zinc-800:before{content:attr(content);border-color:#27272a}.before\:border-zinc-900:before{content:attr(content);border-color:#18181b}.before\:border-zinc-950:before{content:attr(content);border-color:#09090b}.before\:border-neutral-50:before{content:attr(content);border-color:#fafafa}.before\:border-neutral-100:before{content:attr(content);border-color:#f5f5f5}.before\:border-neutral-200:before{content:attr(content);border-color:#e5e5e5}.before\:border-neutral-300:before{content:attr(content);border-color:#d4d4d4}.before\:border-neutral-400:before{content:attr(content);border-color:#a3a3a3}.before\:border-neutral-500:before{content:attr(content);border-color:#737373}.before\:border-neutral-600:before{content:attr(content);border-color:#525252}.before\:border-neutral-700:before{content:attr(content);border-color:#404040}.before\:border-neutral-800:before{content:attr(content);border-color:#262626}.before\:border-neutral-900:before{content:attr(content);border-color:#171717}.before\:border-neutral-950:before{content:attr(content);border-color:#0a0a0a}.before\:border-stone-50:before{content:attr(content);border-color:#fafaf9}.before\:border-stone-100:before{content:attr(content);border-color:#f5f5f4}.before\:border-stone-200:before{content:attr(content);border-color:#e7e5e4}.before\:border-stone-300:before{content:attr(content);border-color:#d6d3d1}.before\:border-stone-400:before{content:attr(content);border-color:#a8a29e}.before\:border-stone-500:before{content:attr(content);border-color:#78716c}.before\:border-stone-600:before{content:attr(content);border-color:#57534e}.before\:border-stone-700:before{content:attr(content);border-color:#44403c}.before\:border-stone-800:before{content:attr(content);border-color:#292524}.before\:border-stone-900:before{content:attr(content);border-color:#1c1917}.before\:border-stone-950:before{content:attr(content);border-color:#0c0a09}.before\:border-red-50:before{content:attr(content);border-color:#fef2f2}.before\:border-red-100:before{content:attr(content);border-color:#fee2e2}.before\:border-red-200:before{content:attr(content);border-color:#fecaca}.before\:border-red-300:before{content:attr(content);border-color:#fca5a5}.before\:border-red-400:before{content:attr(content);border-color:#f87171}.before\:border-red-500:before{content:attr(content);border-color:#ef4444}.before\:border-red-600:before{content:attr(content);border-color:#dc2626}.before\:border-red-700:before{content:attr(content);border-color:#b91c1c}.before\:border-red-800:before{content:attr(content);border-color:#991b1b}.before\:border-red-900:before{content:attr(content);border-color:#7f1d1d}.before\:border-red-950:before{content:attr(content);border-color:#450a0a}.before\:border-orange-50:before{content:attr(content);border-color:#fff7ed}.before\:border-orange-100:before{content:attr(content);border-color:#ffedd5}.before\:border-orange-200:before{content:attr(content);border-color:#fed7aa}.before\:border-orange-300:before{content:attr(content);border-color:#fdba74}.before\:border-orange-400:before{content:attr(content);border-color:#fb923c}.before\:border-orange-500:before{content:attr(content);border-color:#f97316}.before\:border-orange-600:before{content:attr(content);border-color:#ea580c}.before\:border-orange-700:before{content:attr(content);border-color:#c2410c}.before\:border-orange-800:before{content:attr(content);border-color:#9a3412}.before\:border-orange-900:before{content:attr(content);border-color:#7c2d12}.before\:border-orange-950:before{content:attr(content);border-color:#431407}.before\:border-amber-50:before{content:attr(content);border-color:#fffbeb}.before\:border-amber-100:before{content:attr(content);border-color:#fef3c7}.before\:border-amber-200:before{content:attr(content);border-color:#fde68a}.before\:border-amber-300:before{content:attr(content);border-color:#fcd34d}.before\:border-amber-400:before{content:attr(content);border-color:#fbbf24}.before\:border-amber-500:before{content:attr(content);border-color:#f59e0b}.before\:border-amber-600:before{content:attr(content);border-color:#d97706}.before\:border-amber-700:before{content:attr(content);border-color:#b45309}.before\:border-amber-800:before{content:attr(content);border-color:#92400e}.before\:border-amber-900:before{content:attr(content);border-color:#78350f}.before\:border-amber-950:before{content:attr(content);border-color:#451a03}.before\:border-yellow-50:before{content:attr(content);border-color:#fefce8}.before\:border-yellow-100:before{content:attr(content);border-color:#fef9c3}.before\:border-yellow-200:before{content:attr(content);border-color:#fef08a}.before\:border-yellow-300:before{content:attr(content);border-color:#fde047}.before\:border-yellow-400:before{content:attr(content);border-color:#facc15}.before\:border-yellow-500:before{content:attr(content);border-color:#eab308}.before\:border-yellow-600:before{content:attr(content);border-color:#ca8a04}.before\:border-yellow-700:before{content:attr(content);border-color:#a16207}.before\:border-yellow-800:before{content:attr(content);border-color:#854d0e}.before\:border-yellow-900:before{content:attr(content);border-color:#713f12}.before\:border-yellow-950:before{content:attr(content);border-color:#422006}.before\:border-lime-50:before{content:attr(content);border-color:#f7fee7}.before\:border-lime-100:before{content:attr(content);border-color:#ecfccb}.before\:border-lime-200:before{content:attr(content);border-color:#d9f99d}.before\:border-lime-300:before{content:attr(content);border-color:#bef264}.before\:border-lime-400:before{content:attr(content);border-color:#a3e635}.before\:border-lime-500:before{content:attr(content);border-color:#84cc16}.before\:border-lime-600:before{content:attr(content);border-color:#65a30d}.before\:border-lime-700:before{content:attr(content);border-color:#4d7c0f}.before\:border-lime-800:before{content:attr(content);border-color:#3f6212}.before\:border-lime-900:before{content:attr(content);border-color:#365314}.before\:border-lime-950:before{content:attr(content);border-color:#1a2e05}.before\:border-green-50:before{content:attr(content);border-color:#f0fdf4}.before\:border-green-100:before{content:attr(content);border-color:#dcfce7}.before\:border-green-200:before{content:attr(content);border-color:#bbf7d0}.before\:border-green-300:before{content:attr(content);border-color:#86efac}.before\:border-green-400:before{content:attr(content);border-color:#4ade80}.before\:border-green-500:before{content:attr(content);border-color:#22c55e}.before\:border-green-600:before{content:attr(content);border-color:#16a34a}.before\:border-green-700:before{content:attr(content);border-color:#15803d}.before\:border-green-800:before{content:attr(content);border-color:#166534}.before\:border-green-900:before{content:attr(content);border-color:#14532d}.before\:border-green-950:before{content:attr(content);border-color:#052e16}.before\:border-emerald-50:before{content:attr(content);border-color:#ecfdf5}.before\:border-emerald-100:before{content:attr(content);border-color:#d1fae5}.before\:border-emerald-200:before{content:attr(content);border-color:#a7f3d0}.before\:border-emerald-300:before{content:attr(content);border-color:#6ee7b7}.before\:border-emerald-400:before{content:attr(content);border-color:#34d399}.before\:border-emerald-500:before{content:attr(content);border-color:#10b981}.before\:border-emerald-600:before{content:attr(content);border-color:#059669}.before\:border-emerald-700:before{content:attr(content);border-color:#047857}.before\:border-emerald-800:before{content:attr(content);border-color:#065f46}.before\:border-emerald-900:before{content:attr(content);border-color:#064e3b}.before\:border-emerald-950:before{content:attr(content);border-color:#022c22}.before\:border-teal-50:before{content:attr(content);border-color:#f0fdfa}.before\:border-teal-100:before{content:attr(content);border-color:#ccfbf1}.before\:border-teal-200:before{content:attr(content);border-color:#99f6e4}.before\:border-teal-300:before{content:attr(content);border-color:#5eead4}.before\:border-teal-400:before{content:attr(content);border-color:#2dd4bf}.before\:border-teal-500:before{content:attr(content);border-color:#14b8a6}.before\:border-teal-600:before{content:attr(content);border-color:#0d9488}.before\:border-teal-700:before{content:attr(content);border-color:#0f766e}.before\:border-teal-800:before{content:attr(content);border-color:#115e59}.before\:border-teal-900:before{content:attr(content);border-color:#134e4a}.before\:border-teal-950:before{content:attr(content);border-color:#042f2e}.before\:border-cyan-50:before{content:attr(content);border-color:#ecfeff}.before\:border-cyan-100:before{content:attr(content);border-color:#cffafe}.before\:border-cyan-200:before{content:attr(content);border-color:#a5f3fc}.before\:border-cyan-300:before{content:attr(content);border-color:#67e8f9}.before\:border-cyan-400:before{content:attr(content);border-color:#22d3ee}.before\:border-cyan-500:before{content:attr(content);border-color:#06b6d4}.before\:border-cyan-600:before{content:attr(content);border-color:#0891b2}.before\:border-cyan-700:before{content:attr(content);border-color:#0e7490}.before\:border-cyan-800:before{content:attr(content);border-color:#155e75}.before\:border-cyan-900:before{content:attr(content);border-color:#164e63}.before\:border-cyan-950:before{content:attr(content);border-color:#083344}.before\:border-sky-50:before{content:attr(content);border-color:#f0f9ff}.before\:border-sky-100:before{content:attr(content);border-color:#e0f2fe}.before\:border-sky-200:before{content:attr(content);border-color:#bae6fd}.before\:border-sky-300:before{content:attr(content);border-color:#7dd3fc}.before\:border-sky-400:before{content:attr(content);border-color:#38bdf8}.before\:border-sky-500:before{content:attr(content);border-color:#0ea5e9}.before\:border-sky-600:before{content:attr(content);border-color:#0284c7}.before\:border-sky-700:before{content:attr(content);border-color:#0369a1}.before\:border-sky-800:before{content:attr(content);border-color:#075985}.before\:border-sky-900:before{content:attr(content);border-color:#0c4a6e}.before\:border-sky-950:before{content:attr(content);border-color:#082f49}.before\:border-blue-50:before{content:attr(content);border-color:#eff6ff}.before\:border-blue-100:before{content:attr(content);border-color:#dbeafe}.before\:border-blue-200:before{content:attr(content);border-color:#bfdbfe}.before\:border-blue-300:before{content:attr(content);border-color:#93c5fd}.before\:border-blue-400:before{content:attr(content);border-color:#60a5fa}.before\:border-blue-500:before{content:attr(content);border-color:#3b82f6}.before\:border-blue-600:before{content:attr(content);border-color:#2563eb}.before\:border-blue-700:before{content:attr(content);border-color:#1d4ed8}.before\:border-blue-800:before{content:attr(content);border-color:#1e40af}.before\:border-blue-900:before{content:attr(content);border-color:#1e3a8a}.before\:border-blue-950:before{content:attr(content);border-color:#172554}.before\:border-indigo-50:before{content:attr(content);border-color:#eef2ff}.before\:border-indigo-100:before{content:attr(content);border-color:#e0e7ff}.before\:border-indigo-200:before{content:attr(content);border-color:#c7d2fe}.before\:border-indigo-300:before{content:attr(content);border-color:#a5b4fc}.before\:border-indigo-400:before{content:attr(content);border-color:#818cf8}.before\:border-indigo-500:before{content:attr(content);border-color:#6366f1}.before\:border-indigo-600:before{content:attr(content);border-color:#4f46e5}.before\:border-indigo-700:before{content:attr(content);border-color:#4338ca}.before\:border-indigo-800:before{content:attr(content);border-color:#3730a3}.before\:border-indigo-900:before{content:attr(content);border-color:#312e81}.before\:border-indigo-950:before{content:attr(content);border-color:#1e1b4b}.before\:border-violet-50:before{content:attr(content);border-color:#f5f3ff}.before\:border-violet-100:before{content:attr(content);border-color:#ede9fe}.before\:border-violet-200:before{content:attr(content);border-color:#ddd6fe}.before\:border-violet-300:before{content:attr(content);border-color:#c4b5fd}.before\:border-violet-400:before{content:attr(content);border-color:#a78bfa}.before\:border-violet-500:before{content:attr(content);border-color:#8b5cf6}.before\:border-violet-600:before{content:attr(content);border-color:#7c3aed}.before\:border-violet-700:before{content:attr(content);border-color:#6d28d9}.before\:border-violet-800:before{content:attr(content);border-color:#5b21b6}.before\:border-violet-900:before{content:attr(content);border-color:#4c1d95}.before\:border-violet-950:before{content:attr(content);border-color:#2e1065}.before\:border-purple-50:before{content:attr(content);border-color:#faf5ff}.before\:border-purple-100:before{content:attr(content);border-color:#f3e8ff}.before\:border-purple-200:before{content:attr(content);border-color:#e9d5ff}.before\:border-purple-300:before{content:attr(content);border-color:#d8b4fe}.before\:border-purple-400:before{content:attr(content);border-color:#c084fc}.before\:border-purple-500:before{content:attr(content);border-color:#a855f7}.before\:border-purple-600:before{content:attr(content);border-color:#9333ea}.before\:border-purple-700:before{content:attr(content);border-color:#7e22ce}.before\:border-purple-800:before{content:attr(content);border-color:#6b21a8}.before\:border-purple-900:before{content:attr(content);border-color:#581c87}.before\:border-purple-950:before{content:attr(content);border-color:#3b0764}.before\:border-fuchsia-50:before{content:attr(content);border-color:#fdf4ff}.before\:border-fuchsia-100:before{content:attr(content);border-color:#fae8ff}.before\:border-fuchsia-200:before{content:attr(content);border-color:#f5d0fe}.before\:border-fuchsia-300:before{content:attr(content);border-color:#f0abfc}.before\:border-fuchsia-400:before{content:attr(content);border-color:#e879f9}.before\:border-fuchsia-500:before{content:attr(content);border-color:#d946ef}.before\:border-fuchsia-600:before{content:attr(content);border-color:#c026d3}.before\:border-fuchsia-700:before{content:attr(content);border-color:#a21caf}.before\:border-fuchsia-800:before{content:attr(content);border-color:#86198f}.before\:border-fuchsia-900:before{content:attr(content);border-color:#701a75}.before\:border-fuchsia-950:before{content:attr(content);border-color:#4a044e}.before\:border-pink-50:before{content:attr(content);border-color:#fdf2f8}.before\:border-pink-100:before{content:attr(content);border-color:#fce7f3}.before\:border-pink-200:before{content:attr(content);border-color:#fbcfe8}.before\:border-pink-300:before{content:attr(content);border-color:#f9a8d4}.before\:border-pink-400:before{content:attr(content);border-color:#f472b6}.before\:border-pink-500:before{content:attr(content);border-color:#ec4899}.before\:border-pink-600:before{content:attr(content);border-color:#db2777}.before\:border-pink-700:before{content:attr(content);border-color:#be185d}.before\:border-pink-800:before{content:attr(content);border-color:#9d174d}.before\:border-pink-900:before{content:attr(content);border-color:#831843}.before\:border-pink-950:before{content:attr(content);border-color:#500724}.before\:border-rose-50:before{content:attr(content);border-color:#fff1f2}.before\:border-rose-100:before{content:attr(content);border-color:#ffe4e6}.before\:border-rose-200:before{content:attr(content);border-color:#fecdd3}.before\:border-rose-300:before{content:attr(content);border-color:#fda4af}.before\:border-rose-400:before{content:attr(content);border-color:#fb7185}.before\:border-rose-500:before{content:attr(content);border-color:#f43f5e}.before\:border-rose-600:before{content:attr(content);border-color:#e11d48}.before\:border-rose-700:before{content:attr(content);border-color:#be123c}.before\:border-rose-800:before{content:attr(content);border-color:#9f1239}.before\:border-rose-900:before{content:attr(content);border-color:#881337}.before\:border-rose-950:before{content:attr(content);border-color:#4c0519}.before\:border-primary:before{content:attr(content);border-color:#3874ff}.before\:border-primary-bold:before{content:attr(content);border-color:#002660}.before\:border-primary-hover:before{content:attr(content);border-color:#003585}.before\:border-primary-border:before{content:attr(content);border-color:#156ef3}.before\:border-primary-focus-lv1:before{content:attr(content);border-color:#6492ff}.before\:border-primary-focus-lv2:before{content:attr(content);border-color:#c7ddff}.before\:border-primary-bg-color:before{content:attr(content);border-color:#f8fbff}.before\:border-success:before{content:attr(content);border-color:#00bd7e}.before\:border-success-bold:before{content:attr(content);border-color:#006c58}.before\:border-success-hover:before{content:attr(content);border-color:#008d5e}.before\:border-success-border:before{content:attr(content);border-color:#17e5a1}.before\:border-success-focus-lv1:before{content:attr(content);border-color:#a9fbe0}.before\:border-success-bg-color:before{content:attr(content);border-color:#ebfff8}.before\:border-warning:before{content:attr(content);border-color:#ffb41f}.before\:border-warning-bold:before{content:attr(content);border-color:#b77d09}.before\:border-warning-hover:before{content:attr(content);border-color:#e39f17}.before\:border-warning-border:before{content:attr(content);border-color:#f7c86a}.before\:border-warning-focus-lv1:before{content:attr(content);border-color:#fbe0a9}.before\:border-warning-bg-color:before{content:attr(content);border-color:#fff8eb}.before\:border-danger:before{content:attr(content);border-color:#b20000}.before\:border-danger-bold:before{content:attr(content);border-color:#920122}.before\:border-danger-hover:before{content:attr(content);border-color:#c60833}.before\:border-danger-border:before{content:attr(content);border-color:#f35370}.before\:border-danger-focus-lv1:before{content:attr(content);border-color:#fdabb9}.before\:border-danger-bg-color:before{content:attr(content);border-color:#fff1f4}.before\:border-info:before{content:attr(content);border-color:#2668cb}.before\:border-info-bold:before{content:attr(content);border-color:#023480}.before\:border-info-hover:before{content:attr(content);border-color:#0f4eae}.before\:border-info-border:before{content:attr(content);border-color:#679ef2}.before\:border-info-focus-lv1:before{content:attr(content);border-color:#c1d9fd}.before\:border-info-bg-color:before{content:attr(content);border-color:#f2f7ff}.before\:border-neutral-100:before{content:attr(content);border-color:#1a1a1a}.before\:border-neutral-90:before{content:attr(content);border-color:#424242}.before\:border-neutral-80:before{content:attr(content);border-color:#616161}.before\:border-neutral-70:before{content:attr(content);border-color:#757575}.before\:border-neutral-60:before{content:attr(content);border-color:#9e9e9e}.before\:border-neutral-50:before{content:attr(content);border-color:#c2c2c2}.before\:border-neutral-40:before{content:attr(content);border-color:#e0e0e0}.before\:border-neutral-30:before{content:attr(content);border-color:#ededed}.before\:border-neutral-20:before{content:attr(content);border-color:#f5f5f5}.before\:border-base:before{content:attr(content);border-color:#f5f7fa}.before\:rounded{border-radius:.25rem}.before\:rounded-none:before{content:attr(content);border-radius:0}.before\:rounded-e-none:before{content:attr(content);border-start-end-radius:0px;border-end-end-radius:0px}.before\:rounded-s-none:before{content:attr(content);border-start-start-radius:0px;border-end-start-radius:0px}.before\:rounded-t-none:before{content:attr(content);border-top-left-radius:0;border-top-right-radius:0}.before\:rounded-r-none:before{content:attr(content);border-top-right-radius:0;border-bottom-right-radius:0}.before\:rounded-b-none:before{content:attr(content);border-bottom-right-radius:0;border-bottom-left-radius:0}.before\:rounded-l-none:before{content:attr(content);border-top-left-radius:0;border-bottom-left-radius:0}.before\:rounded-ss-none:before{content:attr(content);border-start-start-radius:0px}.before\:rounded-se-none:before{content:attr(content);border-start-end-radius:0px}.before\:rounded-ee-none:before{content:attr(content);border-end-end-radius:0px}.before\:rounded-es-none:before{content:attr(content);border-end-start-radius:0px}.before\:rounded-tl-none:before{content:attr(content);border-top-left-radius:0}.before\:rounded-tr-none:before{content:attr(content);border-top-right-radius:0}.before\:rounded-br-none:before{content:attr(content);border-bottom-right-radius:0}.before\:rounded-md:before{content:attr(content);border-radius:.375rem}.before\:rounded-e-md:before{content:attr(content);border-start-end-radius:.375rem;border-end-end-radius:.375rem}.before\:rounded-s-md:before{content:attr(content);border-start-start-radius:.375rem;border-end-start-radius:.375rem}.before\:rounded-t-md:before{content:attr(content);border-top-left-radius:.375rem;border-top-right-radius:.375rem}.before\:rounded-r-md:before{content:attr(content);border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.before\:rounded-b-md:before{content:attr(content);border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.before\:rounded-l-md:before{content:attr(content);border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.before\:rounded-ss-md:before{content:attr(content);border-start-start-radius:.375rem}.before\:rounded-se-md:before{content:attr(content);border-start-end-radius:.375rem}.before\:rounded-ee-md:before{content:attr(content);border-end-end-radius:.375rem}.before\:rounded-es-md:before{content:attr(content);border-end-start-radius:.375rem}.before\:rounded-tl-md:before{content:attr(content);border-top-left-radius:.375rem}.before\:rounded-tr-md:before{content:attr(content);border-top-right-radius:.375rem}.before\:rounded-br-md:before{content:attr(content);border-bottom-right-radius:.375rem}.before\:rounded-lg:before{content:attr(content);border-radius:.5rem}.before\:rounded-e-lg:before{content:attr(content);border-start-end-radius:.5rem;border-end-end-radius:.5rem}.before\:rounded-s-lg:before{content:attr(content);border-start-start-radius:.5rem;border-end-start-radius:.5rem}.before\:rounded-t-lg:before{content:attr(content);border-top-left-radius:.5rem;border-top-right-radius:.5rem}.before\:rounded-r-lg:before{content:attr(content);border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.before\:rounded-b-lg:before{content:attr(content);border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.before\:rounded-l-lg:before{content:attr(content);border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.before\:rounded-ss-lg:before{content:attr(content);border-start-start-radius:.5rem}.before\:rounded-se-lg:before{content:attr(content);border-start-end-radius:.5rem}.before\:rounded-ee-lg:before{content:attr(content);border-end-end-radius:.5rem}.before\:rounded-es-lg:before{content:attr(content);border-end-start-radius:.5rem}.before\:rounded-tl-lg:before{content:attr(content);border-top-left-radius:.5rem}.before\:rounded-tr-lg:before{content:attr(content);border-top-right-radius:.5rem}.before\:rounded-br-lg:before{content:attr(content);border-bottom-right-radius:.5rem}.before\:rounded-xl:before{content:attr(content);border-radius:.75rem}.before\:rounded-e-xl:before{content:attr(content);border-start-end-radius:.75rem;border-end-end-radius:.75rem}.before\:rounded-s-xl:before{content:attr(content);border-start-start-radius:.75rem;border-end-start-radius:.75rem}.before\:rounded-t-xl:before{content:attr(content);border-top-left-radius:.75rem;border-top-right-radius:.75rem}.before\:rounded-r-xl:before{content:attr(content);border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.before\:rounded-b-xl:before{content:attr(content);border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.before\:rounded-l-xl:before{content:attr(content);border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.before\:rounded-ss-xl:before{content:attr(content);border-start-start-radius:.75rem}.before\:rounded-se-xl:before{content:attr(content);border-start-end-radius:.75rem}.before\:rounded-ee-xl:before{content:attr(content);border-end-end-radius:.75rem}.before\:rounded-es-xl:before{content:attr(content);border-end-start-radius:.75rem}.before\:rounded-tl-xl:before{content:attr(content);border-top-left-radius:.75rem}.before\:rounded-tr-xl:before{content:attr(content);border-top-right-radius:.75rem}.before\:rounded-br-xl:before{content:attr(content);border-bottom-right-radius:.75rem}.before\:rounded-2xl:before{content:attr(content);border-radius:1rem}.before\:rounded-e-2xl:before{content:attr(content);border-start-end-radius:1rem;border-end-end-radius:1rem}.before\:rounded-s-2xl:before{content:attr(content);border-start-start-radius:1rem;border-end-start-radius:1rem}.before\:rounded-t-2xl:before{content:attr(content);border-top-left-radius:1rem;border-top-right-radius:1rem}.before\:rounded-r-2xl:before{content:attr(content);border-top-right-radius:1rem;border-bottom-right-radius:1rem}.before\:rounded-b-2xl:before{content:attr(content);border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.before\:rounded-l-2xl:before{content:attr(content);border-top-left-radius:1rem;border-bottom-left-radius:1rem}.before\:rounded-ss-2xl:before{content:attr(content);border-start-start-radius:1rem}.before\:rounded-se-2xl:before{content:attr(content);border-start-end-radius:1rem}.before\:rounded-ee-2xl:before{content:attr(content);border-end-end-radius:1rem}.before\:rounded-es-2xl:before{content:attr(content);border-end-start-radius:1rem}.before\:rounded-tl-2xl:before{content:attr(content);border-top-left-radius:1rem}.before\:rounded-tr-2xl:before{content:attr(content);border-top-right-radius:1rem}.before\:rounded-br-2xl:before{content:attr(content);border-bottom-right-radius:1rem}.before\:rounded-3xl:before{content:attr(content);border-radius:1.5rem}.before\:rounded-e-3xl:before{content:attr(content);border-start-end-radius:1.5rem;border-end-end-radius:1.5rem}.before\:rounded-s-3xl:before{content:attr(content);border-start-start-radius:1.5rem;border-end-start-radius:1.5rem}.before\:rounded-t-3xl:before{content:attr(content);border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.before\:rounded-r-3xl:before{content:attr(content);border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}.before\:rounded-b-3xl:before{content:attr(content);border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem}.before\:rounded-l-3xl:before{content:attr(content);border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}.before\:rounded-ss-3xl:before{content:attr(content);border-start-start-radius:1.5rem}.before\:rounded-se-3xl:before{content:attr(content);border-start-end-radius:1.5rem}.before\:rounded-ee-3xl:before{content:attr(content);border-end-end-radius:1.5rem}.before\:rounded-es-3xl:before{content:attr(content);border-end-start-radius:1.5rem}.before\:rounded-tl-3xl:before{content:attr(content);border-top-left-radius:1.5rem}.before\:rounded-tr-3xl:before{content:attr(content);border-top-right-radius:1.5rem}.before\:rounded-br-3xl:before{content:attr(content);border-bottom-right-radius:1.5rem}.before\:rounded-full:before{content:attr(content);border-radius:9999px}.before\:rounded-e-full:before{content:attr(content);border-start-end-radius:9999px;border-end-end-radius:9999px}.before\:rounded-s-full:before{content:attr(content);border-start-start-radius:9999px;border-end-start-radius:9999px}.before\:rounded-t-full:before{content:attr(content);border-top-left-radius:9999px;border-top-right-radius:9999px}.before\:rounded-r-full:before{content:attr(content);border-top-right-radius:9999px;border-bottom-right-radius:9999px}.before\:rounded-b-full:before{content:attr(content);border-bottom-right-radius:9999px;border-bottom-left-radius:9999px}.before\:rounded-l-full:before{content:attr(content);border-top-left-radius:9999px;border-bottom-left-radius:9999px}.before\:rounded-ss-full:before{content:attr(content);border-start-start-radius:9999px}.before\:rounded-se-full:before{content:attr(content);border-start-end-radius:9999px}.before\:rounded-ee-full:before{content:attr(content);border-end-end-radius:9999px}.before\:rounded-es-full:before{content:attr(content);border-end-start-radius:9999px}.before\:rounded-tl-full:before{content:attr(content);border-top-left-radius:9999px}.before\:rounded-tr-full:before{content:attr(content);border-top-right-radius:9999px}.before\:rounded-br-full:before{content:attr(content);border-bottom-right-radius:9999px}.before\:text-center:before{content:attr(content);text-align:center}.before\:text-left:before{content:attr(content);text-align:left}.before\:text-right:before{content:attr(content);text-align:right}.before\:text-justify:before{content:attr(content);text-align:justify}.before\:text-start:before{content:attr(content);text-align:start}.before\:text-end:before{content:attr(content);text-align:end}.before\:text-transparent:before{content:attr(content);color:transparent}.before\:text-black:before{content:attr(content);color:#000}.before\:text-white:before{content:attr(content);color:#fff}.before\:text-slate-50:before{content:attr(content);color:#f8fafc}.before\:text-slate-100:before{content:attr(content);color:#f1f5f9}.before\:text-slate-200:before{content:attr(content);color:#e2e8f0}.before\:text-slate-300:before{content:attr(content);color:#cbd5e1}.before\:text-slate-400:before{content:attr(content);color:#94a3b8}.before\:text-slate-500:before{content:attr(content);color:#64748b}.before\:text-slate-600:before{content:attr(content);color:#475569}.before\:text-slate-700:before{content:attr(content);color:#334155}.before\:text-slate-800:before{content:attr(content);color:#1e293b}.before\:text-slate-900:before{content:attr(content);color:#0f172a}.before\:text-slate-950:before{content:attr(content);color:#020617}.before\:text-gray-50:before{content:attr(content);color:#f9fafb}.before\:text-gray-100:before{content:attr(content);color:#f3f4f6}.before\:text-gray-200:before{content:attr(content);color:#e5e7eb}.before\:text-gray-300:before{content:attr(content);color:#d1d5db}.before\:text-gray-400:before{content:attr(content);color:#9ca3af}.before\:text-gray-500:before{content:attr(content);color:#6b7280}.before\:text-gray-600:before{content:attr(content);color:#4b5563}.before\:text-gray-700:before{content:attr(content);color:#374151}.before\:text-gray-800:before{content:attr(content);color:#1f2937}.before\:text-gray-900:before{content:attr(content);color:#111827}.before\:text-gray-950:before{content:attr(content);color:#030712}.before\:text-zinc-50:before{content:attr(content);color:#fafafa}.before\:text-zinc-100:before{content:attr(content);color:#f4f4f5}.before\:text-zinc-200:before{content:attr(content);color:#e4e4e7}.before\:text-zinc-300:before{content:attr(content);color:#d4d4d8}.before\:text-zinc-400:before{content:attr(content);color:#a1a1aa}.before\:text-zinc-500:before{content:attr(content);color:#71717a}.before\:text-zinc-600:before{content:attr(content);color:#52525b}.before\:text-zinc-700:before{content:attr(content);color:#3f3f46}.before\:text-zinc-800:before{content:attr(content);color:#27272a}.before\:text-zinc-900:before{content:attr(content);color:#18181b}.before\:text-zinc-950:before{content:attr(content);color:#09090b}.before\:text-neutral-50:before{content:attr(content);color:#fafafa}.before\:text-neutral-100:before{content:attr(content);color:#f5f5f5}.before\:text-neutral-200:before{content:attr(content);color:#e5e5e5}.before\:text-neutral-300:before{content:attr(content);color:#d4d4d4}.before\:text-neutral-400:before{content:attr(content);color:#a3a3a3}.before\:text-neutral-500:before{content:attr(content);color:#737373}.before\:text-neutral-600:before{content:attr(content);color:#525252}.before\:text-neutral-700:before{content:attr(content);color:#404040}.before\:text-neutral-800:before{content:attr(content);color:#262626}.before\:text-neutral-900:before{content:attr(content);color:#171717}.before\:text-neutral-950:before{content:attr(content);color:#0a0a0a}.before\:text-stone-50:before{content:attr(content);color:#fafaf9}.before\:text-stone-100:before{content:attr(content);color:#f5f5f4}.before\:text-stone-200:before{content:attr(content);color:#e7e5e4}.before\:text-stone-300:before{content:attr(content);color:#d6d3d1}.before\:text-stone-400:before{content:attr(content);color:#a8a29e}.before\:text-stone-500:before{content:attr(content);color:#78716c}.before\:text-stone-600:before{content:attr(content);color:#57534e}.before\:text-stone-700:before{content:attr(content);color:#44403c}.before\:text-stone-800:before{content:attr(content);color:#292524}.before\:text-stone-900:before{content:attr(content);color:#1c1917}.before\:text-stone-950:before{content:attr(content);color:#0c0a09}.before\:text-red-50:before{content:attr(content);color:#fef2f2}.before\:text-red-100:before{content:attr(content);color:#fee2e2}.before\:text-red-200:before{content:attr(content);color:#fecaca}.before\:text-red-300:before{content:attr(content);color:#fca5a5}.before\:text-red-400:before{content:attr(content);color:#f87171}.before\:text-red-500:before{content:attr(content);color:#ef4444}.before\:text-red-600:before{content:attr(content);color:#dc2626}.before\:text-red-700:before{content:attr(content);color:#b91c1c}.before\:text-red-800:before{content:attr(content);color:#991b1b}.before\:text-red-900:before{content:attr(content);color:#7f1d1d}.before\:text-red-950:before{content:attr(content);color:#450a0a}.before\:text-orange-50:before{content:attr(content);color:#fff7ed}.before\:text-orange-100:before{content:attr(content);color:#ffedd5}.before\:text-orange-200:before{content:attr(content);color:#fed7aa}.before\:text-orange-300:before{content:attr(content);color:#fdba74}.before\:text-orange-400:before{content:attr(content);color:#fb923c}.before\:text-orange-500:before{content:attr(content);color:#f97316}.before\:text-orange-600:before{content:attr(content);color:#ea580c}.before\:text-orange-700:before{content:attr(content);color:#c2410c}.before\:text-orange-800:before{content:attr(content);color:#9a3412}.before\:text-orange-900:before{content:attr(content);color:#7c2d12}.before\:text-orange-950:before{content:attr(content);color:#431407}.before\:text-amber-50:before{content:attr(content);color:#fffbeb}.before\:text-amber-100:before{content:attr(content);color:#fef3c7}.before\:text-amber-200:before{content:attr(content);color:#fde68a}.before\:text-amber-300:before{content:attr(content);color:#fcd34d}.before\:text-amber-400:before{content:attr(content);color:#fbbf24}.before\:text-amber-500:before{content:attr(content);color:#f59e0b}.before\:text-amber-600:before{content:attr(content);color:#d97706}.before\:text-amber-700:before{content:attr(content);color:#b45309}.before\:text-amber-800:before{content:attr(content);color:#92400e}.before\:text-amber-900:before{content:attr(content);color:#78350f}.before\:text-amber-950:before{content:attr(content);color:#451a03}.before\:text-yellow-50:before{content:attr(content);color:#fefce8}.before\:text-yellow-100:before{content:attr(content);color:#fef9c3}.before\:text-yellow-200:before{content:attr(content);color:#fef08a}.before\:text-yellow-300:before{content:attr(content);color:#fde047}.before\:text-yellow-400:before{content:attr(content);color:#facc15}.before\:text-yellow-500:before{content:attr(content);color:#eab308}.before\:text-yellow-600:before{content:attr(content);color:#ca8a04}.before\:text-yellow-700:before{content:attr(content);color:#a16207}.before\:text-yellow-800:before{content:attr(content);color:#854d0e}.before\:text-yellow-900:before{content:attr(content);color:#713f12}.before\:text-yellow-950:before{content:attr(content);color:#422006}.before\:text-lime-50:before{content:attr(content);color:#f7fee7}.before\:text-lime-100:before{content:attr(content);color:#ecfccb}.before\:text-lime-200:before{content:attr(content);color:#d9f99d}.before\:text-lime-300:before{content:attr(content);color:#bef264}.before\:text-lime-400:before{content:attr(content);color:#a3e635}.before\:text-lime-500:before{content:attr(content);color:#84cc16}.before\:text-lime-600:before{content:attr(content);color:#65a30d}.before\:text-lime-700:before{content:attr(content);color:#4d7c0f}.before\:text-lime-800:before{content:attr(content);color:#3f6212}.before\:text-lime-900:before{content:attr(content);color:#365314}.before\:text-lime-950:before{content:attr(content);color:#1a2e05}.before\:text-green-50:before{content:attr(content);color:#f0fdf4}.before\:text-green-100:before{content:attr(content);color:#dcfce7}.before\:text-green-200:before{content:attr(content);color:#bbf7d0}.before\:text-green-300:before{content:attr(content);color:#86efac}.before\:text-green-400:before{content:attr(content);color:#4ade80}.before\:text-green-500:before{content:attr(content);color:#22c55e}.before\:text-green-600:before{content:attr(content);color:#16a34a}.before\:text-green-700:before{content:attr(content);color:#15803d}.before\:text-green-800:before{content:attr(content);color:#166534}.before\:text-green-900:before{content:attr(content);color:#14532d}.before\:text-green-950:before{content:attr(content);color:#052e16}.before\:text-emerald-50:before{content:attr(content);color:#ecfdf5}.before\:text-emerald-100:before{content:attr(content);color:#d1fae5}.before\:text-emerald-200:before{content:attr(content);color:#a7f3d0}.before\:text-emerald-300:before{content:attr(content);color:#6ee7b7}.before\:text-emerald-400:before{content:attr(content);color:#34d399}.before\:text-emerald-500:before{content:attr(content);color:#10b981}.before\:text-emerald-600:before{content:attr(content);color:#059669}.before\:text-emerald-700:before{content:attr(content);color:#047857}.before\:text-emerald-800:before{content:attr(content);color:#065f46}.before\:text-emerald-900:before{content:attr(content);color:#064e3b}.before\:text-emerald-950:before{content:attr(content);color:#022c22}.before\:text-teal-50:before{content:attr(content);color:#f0fdfa}.before\:text-teal-100:before{content:attr(content);color:#ccfbf1}.before\:text-teal-200:before{content:attr(content);color:#99f6e4}.before\:text-teal-300:before{content:attr(content);color:#5eead4}.before\:text-teal-400:before{content:attr(content);color:#2dd4bf}.before\:text-teal-500:before{content:attr(content);color:#14b8a6}.before\:text-teal-600:before{content:attr(content);color:#0d9488}.before\:text-teal-700:before{content:attr(content);color:#0f766e}.before\:text-teal-800:before{content:attr(content);color:#115e59}.before\:text-teal-900:before{content:attr(content);color:#134e4a}.before\:text-teal-950:before{content:attr(content);color:#042f2e}.before\:text-cyan-50:before{content:attr(content);color:#ecfeff}.before\:text-cyan-100:before{content:attr(content);color:#cffafe}.before\:text-cyan-200:before{content:attr(content);color:#a5f3fc}.before\:text-cyan-300:before{content:attr(content);color:#67e8f9}.before\:text-cyan-400:before{content:attr(content);color:#22d3ee}.before\:text-cyan-500:before{content:attr(content);color:#06b6d4}.before\:text-cyan-600:before{content:attr(content);color:#0891b2}.before\:text-cyan-700:before{content:attr(content);color:#0e7490}.before\:text-cyan-800:before{content:attr(content);color:#155e75}.before\:text-cyan-900:before{content:attr(content);color:#164e63}.before\:text-cyan-950:before{content:attr(content);color:#083344}.before\:text-sky-50:before{content:attr(content);color:#f0f9ff}.before\:text-sky-100:before{content:attr(content);color:#e0f2fe}.before\:text-sky-200:before{content:attr(content);color:#bae6fd}.before\:text-sky-300:before{content:attr(content);color:#7dd3fc}.before\:text-sky-400:before{content:attr(content);color:#38bdf8}.before\:text-sky-500:before{content:attr(content);color:#0ea5e9}.before\:text-sky-600:before{content:attr(content);color:#0284c7}.before\:text-sky-700:before{content:attr(content);color:#0369a1}.before\:text-sky-800:before{content:attr(content);color:#075985}.before\:text-sky-900:before{content:attr(content);color:#0c4a6e}.before\:text-sky-950:before{content:attr(content);color:#082f49}.before\:text-blue-50:before{content:attr(content);color:#eff6ff}.before\:text-blue-100:before{content:attr(content);color:#dbeafe}.before\:text-blue-200:before{content:attr(content);color:#bfdbfe}.before\:text-blue-300:before{content:attr(content);color:#93c5fd}.before\:text-blue-400:before{content:attr(content);color:#60a5fa}.before\:text-blue-500:before{content:attr(content);color:#3b82f6}.before\:text-blue-600:before{content:attr(content);color:#2563eb}.before\:text-blue-700:before{content:attr(content);color:#1d4ed8}.before\:text-blue-800:before{content:attr(content);color:#1e40af}.before\:text-blue-900:before{content:attr(content);color:#1e3a8a}.before\:text-blue-950:before{content:attr(content);color:#172554}.before\:text-indigo-50:before{content:attr(content);color:#eef2ff}.before\:text-indigo-100:before{content:attr(content);color:#e0e7ff}.before\:text-indigo-200:before{content:attr(content);color:#c7d2fe}.before\:text-indigo-300:before{content:attr(content);color:#a5b4fc}.before\:text-indigo-400:before{content:attr(content);color:#818cf8}.before\:text-indigo-500:before{content:attr(content);color:#6366f1}.before\:text-indigo-600:before{content:attr(content);color:#4f46e5}.before\:text-indigo-700:before{content:attr(content);color:#4338ca}.before\:text-indigo-800:before{content:attr(content);color:#3730a3}.before\:text-indigo-900:before{content:attr(content);color:#312e81}.before\:text-indigo-950:before{content:attr(content);color:#1e1b4b}.before\:text-violet-50:before{content:attr(content);color:#f5f3ff}.before\:text-violet-100:before{content:attr(content);color:#ede9fe}.before\:text-violet-200:before{content:attr(content);color:#ddd6fe}.before\:text-violet-300:before{content:attr(content);color:#c4b5fd}.before\:text-violet-400:before{content:attr(content);color:#a78bfa}.before\:text-violet-500:before{content:attr(content);color:#8b5cf6}.before\:text-violet-600:before{content:attr(content);color:#7c3aed}.before\:text-violet-700:before{content:attr(content);color:#6d28d9}.before\:text-violet-800:before{content:attr(content);color:#5b21b6}.before\:text-violet-900:before{content:attr(content);color:#4c1d95}.before\:text-violet-950:before{content:attr(content);color:#2e1065}.before\:text-purple-50:before{content:attr(content);color:#faf5ff}.before\:text-purple-100:before{content:attr(content);color:#f3e8ff}.before\:text-purple-200:before{content:attr(content);color:#e9d5ff}.before\:text-purple-300:before{content:attr(content);color:#d8b4fe}.before\:text-purple-400:before{content:attr(content);color:#c084fc}.before\:text-purple-500:before{content:attr(content);color:#a855f7}.before\:text-purple-600:before{content:attr(content);color:#9333ea}.before\:text-purple-700:before{content:attr(content);color:#7e22ce}.before\:text-purple-800:before{content:attr(content);color:#6b21a8}.before\:text-purple-900:before{content:attr(content);color:#581c87}.before\:text-purple-950:before{content:attr(content);color:#3b0764}.before\:text-fuchsia-50:before{content:attr(content);color:#fdf4ff}.before\:text-fuchsia-100:before{content:attr(content);color:#fae8ff}.before\:text-fuchsia-200:before{content:attr(content);color:#f5d0fe}.before\:text-fuchsia-300:before{content:attr(content);color:#f0abfc}.before\:text-fuchsia-400:before{content:attr(content);color:#e879f9}.before\:text-fuchsia-500:before{content:attr(content);color:#d946ef}.before\:text-fuchsia-600:before{content:attr(content);color:#c026d3}.before\:text-fuchsia-700:before{content:attr(content);color:#a21caf}.before\:text-fuchsia-800:before{content:attr(content);color:#86198f}.before\:text-fuchsia-900:before{content:attr(content);color:#701a75}.before\:text-fuchsia-950:before{content:attr(content);color:#4a044e}.before\:text-pink-50:before{content:attr(content);color:#fdf2f8}.before\:text-pink-100:before{content:attr(content);color:#fce7f3}.before\:text-pink-200:before{content:attr(content);color:#fbcfe8}.before\:text-pink-300:before{content:attr(content);color:#f9a8d4}.before\:text-pink-400:before{content:attr(content);color:#f472b6}.before\:text-pink-500:before{content:attr(content);color:#ec4899}.before\:text-pink-600:before{content:attr(content);color:#db2777}.before\:text-pink-700:before{content:attr(content);color:#be185d}.before\:text-pink-800:before{content:attr(content);color:#9d174d}.before\:text-pink-900:before{content:attr(content);color:#831843}.before\:text-pink-950:before{content:attr(content);color:#500724}.before\:text-rose-50:before{content:attr(content);color:#fff1f2}.before\:text-rose-100:before{content:attr(content);color:#ffe4e6}.before\:text-rose-200:before{content:attr(content);color:#fecdd3}.before\:text-rose-300:before{content:attr(content);color:#fda4af}.before\:text-rose-400:before{content:attr(content);color:#fb7185}.before\:text-rose-500:before{content:attr(content);color:#f43f5e}.before\:text-rose-600:before{content:attr(content);color:#e11d48}.before\:text-rose-700:before{content:attr(content);color:#be123c}.before\:text-rose-800:before{content:attr(content);color:#9f1239}.before\:text-rose-900:before{content:attr(content);color:#881337}.before\:text-rose-950:before{content:attr(content);color:#4c0519}.before\:text-primary:before{content:attr(content);color:#3874ff}.before\:text-primary-bold:before{content:attr(content);color:#002660}.before\:text-primary-hover:before{content:attr(content);color:#003585}.before\:text-primary-border:before{content:attr(content);color:#156ef3}.before\:text-primary-focus-lv1:before{content:attr(content);color:#6492ff}.before\:text-primary-focus-lv2:before{content:attr(content);color:#c7ddff}.before\:text-primary-bg-color:before{content:attr(content);color:#f8fbff}.before\:text-success:before{content:attr(content);color:#00bd7e}.before\:text-success-bold:before{content:attr(content);color:#006c58}.before\:text-success-hover:before{content:attr(content);color:#008d5e}.before\:text-success-border:before{content:attr(content);color:#17e5a1}.before\:text-success-focus-lv1:before{content:attr(content);color:#a9fbe0}.before\:text-success-bg-color:before{content:attr(content);color:#ebfff8}.before\:text-warning:before{content:attr(content);color:#ffb41f}.before\:text-warning-bold:before{content:attr(content);color:#b77d09}.before\:text-warning-hover:before{content:attr(content);color:#e39f17}.before\:text-warning-border:before{content:attr(content);color:#f7c86a}.before\:text-warning-focus-lv1:before{content:attr(content);color:#fbe0a9}.before\:text-warning-bg-color:before{content:attr(content);color:#fff8eb}.before\:text-danger:before{content:attr(content);color:#b20000}.before\:text-danger-bold:before{content:attr(content);color:#920122}.before\:text-danger-hover:before{content:attr(content);color:#c60833}.before\:text-danger-border:before{content:attr(content);color:#f35370}.before\:text-danger-focus-lv1:before{content:attr(content);color:#fdabb9}.before\:text-danger-bg-color:before{content:attr(content);color:#fff1f4}.before\:text-info:before{content:attr(content);color:#2668cb}.before\:text-info-bold:before{content:attr(content);color:#023480}.before\:text-info-hover:before{content:attr(content);color:#0f4eae}.before\:text-info-border:before{content:attr(content);color:#679ef2}.before\:text-info-focus-lv1:before{content:attr(content);color:#c1d9fd}.before\:text-info-bg-color:before{content:attr(content);color:#f2f7ff}.before\:text-neutral-100:before{content:attr(content);color:#1a1a1a}.before\:text-neutral-90:before{content:attr(content);color:#424242}.before\:text-neutral-80:before{content:attr(content);color:#616161}.before\:text-neutral-70:before{content:attr(content);color:#757575}.before\:text-neutral-60:before{content:attr(content);color:#9e9e9e}.before\:text-neutral-50:before{content:attr(content);color:#c2c2c2}.before\:text-neutral-40:before{content:attr(content);color:#e0e0e0}.before\:text-neutral-30:before{content:attr(content);color:#ededed}.before\:text-neutral-20:before{content:attr(content);color:#f5f5f5}.before\:text-base:before{content:attr(content);color:#f5f7fa}.before\:text-extraLight:before{content:attr(content);font-family:Mulish-ExtraLight,sans-serif}.before\:text-light:before{content:attr(content);font-family:Mulish-Light,sans-serif}.before\:text-regular:before{content:attr(content);font-family:Mulish-Regular,sans-serif}.before\:text-medium:before{content:attr(content);font-family:Mulish-Medium,sans-serif}.before\:text-semiBold:before{content:attr(content);font-family:Mulish-SemiBold,sans-serif}.before\:text-bold:before{content:attr(content);font-family:Mulish-SemiBold,sans-serif}.before\:text-extraBold:before{content:attr(content);font-family:Mulish-ExtraBold,sans-serif}.before\:text-black:before{content:attr(content);font-family:Mulish-Black,sans-serif}.before\:text-blackItalic:before{content:attr(content);font-family:Mulish-BlackItalic,sans-serif}.before\:text-boldItalic:before{content:attr(content);font-family:Mulish-BoldItalic,sans-serif}.before\:text-extraBoldItalic:before{content:attr(content);font-family:Mulish-ExtraBoldItalic,sans-serif}.before\:text-extraLightItalic:before{content:attr(content);font-family:Mulish-ExtraLightItalic,sans-serif}.before\:text-italic:before{content:attr(content);font-family:Mulish-Italic,sans-serif}.before\:text-lightItalic:before{content:attr(content);font-family:Mulish-LightItalic,sans-serif}.before\:text-mediumItalic:before{content:attr(content);font-family:Mulish-MediumItalic,sans-serif}.before\:text-semiBoldItalic:before{content:attr(content);font-family:Mulish-SemiBoldItalic,sans-serif}.before\:top-0:before{content:attr(content);top:0px}.before\:top-px:before{content:attr(content);top:1px}.before\:top-1:before{content:attr(content);top:.25rem}.before\:top-2:before{content:attr(content);top:.5rem}.before\:top-3:before{content:attr(content);top:.75rem}.before\:top-4:before{content:attr(content);top:1rem}.before\:top-5:before{content:attr(content);top:1.25rem}.before\:top-6:before{content:attr(content);top:1.5rem}.before\:top-7:before{content:attr(content);top:1.75rem}.before\:top-8:before{content:attr(content);top:2rem}.before\:top-9:before{content:attr(content);top:2.25rem}.before\:top-10:before{content:attr(content);top:2.5rem}.before\:top-11:before{content:attr(content);top:2.75rem}.before\:top-12:before{content:attr(content);top:3rem}.before\:top-14:before{content:attr(content);top:3.5rem}.before\:top-16:before{content:attr(content);top:4rem}.before\:top-20:before{content:attr(content);top:5rem}.before\:top-24:before{content:attr(content);top:6rem}.before\:top-28:before{content:attr(content);top:7rem}.before\:top-32:before{content:attr(content);top:8rem}.before\:top-36:before{content:attr(content);top:9rem}.before\:top-40:before{content:attr(content);top:10rem}.before\:top-44:before{content:attr(content);top:11rem}.before\:top-48:before{content:attr(content);top:12rem}.before\:top-52:before{content:attr(content);top:13rem}.before\:top-56:before{content:attr(content);top:14rem}.before\:top-60:before{content:attr(content);top:15rem}.before\:top-64:before{content:attr(content);top:16rem}.before\:top-72:before{content:attr(content);top:18rem}.before\:top-80:before{content:attr(content);top:20rem}.before\:top-96:before{content:attr(content);top:24rem}.before\:top-auto:before{content:attr(content);top:auto}.before\:top-full:before{content:attr(content);top:100%}.before\:top-screen:before{content:attr(content);top:100vh}.before\:top-min:before{content:attr(content);top:min-content}.before\:top-max:before{content:attr(content);top:max-content}.before\:top-fit:before{content:attr(content);top:fit-content}.before\:top-1\/2{top:50%}.before\:top-1\/3{top:33.333333%}.before\:top-1\/4{top:25%}.before\:top-1\/5{top:20%}.before\:top-1\/6{top:16.666667%}.before\:top-1\/12{top:8.333333%}.before\:bottom-0:before{content:attr(content);bottom:0px}.before\:bottom-px:before{content:attr(content);bottom:1px}.before\:bottom-1:before{content:attr(content);bottom:.25rem}.before\:bottom-2:before{content:attr(content);bottom:.5rem}.before\:bottom-3:before{content:attr(content);bottom:.75rem}.before\:bottom-4:before{content:attr(content);bottom:1rem}.before\:bottom-5:before{content:attr(content);bottom:1.25rem}.before\:bottom-6:before{content:attr(content);bottom:1.5rem}.before\:bottom-7:before{content:attr(content);bottom:1.75rem}.before\:bottom-8:before{content:attr(content);bottom:2rem}.before\:bottom-9:before{content:attr(content);bottom:2.25rem}.before\:bottom-10:before{content:attr(content);bottom:2.5rem}.before\:bottom-11:before{content:attr(content);bottom:2.75rem}.before\:bottom-12:before{content:attr(content);bottom:3rem}.before\:bottom-14:before{content:attr(content);bottom:3.5rem}.before\:bottom-16:before{content:attr(content);bottom:4rem}.before\:bottom-20:before{content:attr(content);bottom:5rem}.before\:bottom-24:before{content:attr(content);bottom:6rem}.before\:bottom-28:before{content:attr(content);bottom:7rem}.before\:bottom-32:before{content:attr(content);bottom:8rem}.before\:bottom-36:before{content:attr(content);bottom:9rem}.before\:bottom-40:before{content:attr(content);bottom:10rem}.before\:bottom-44:before{content:attr(content);bottom:11rem}.before\:bottom-48:before{content:attr(content);bottom:12rem}.before\:bottom-52:before{content:attr(content);bottom:13rem}.before\:bottom-56:before{content:attr(content);bottom:14rem}.before\:bottom-60:before{content:attr(content);bottom:15rem}.before\:bottom-64:before{content:attr(content);bottom:16rem}.before\:bottom-72:before{content:attr(content);bottom:18rem}.before\:bottom-80:before{content:attr(content);bottom:20rem}.before\:bottom-96:before{content:attr(content);bottom:24rem}.before\:bottom-auto:before{content:attr(content);bottom:auto}.before\:bottom-full:before{content:attr(content);bottom:100%}.before\:bottom-screen:before{content:attr(content);bottom:100vh}.before\:bottom-min:before{content:attr(content);bottom:min-content}.before\:bottom-max:before{content:attr(content);bottom:max-content}.before\:bottom-fit:before{content:attr(content);bottom:fit-content}.before\:bottom-1\/2{bottom:50%}.before\:bottom-1\/3{bottom:33.333333%}.before\:bottom-1\/4{bottom:25%}.before\:bottom-1\/5{bottom:20%}.before\:bottom-1\/6{bottom:16.666667%}.before\:bottom-1\/12{bottom:8.333333%}.before\:right-0:before{content:attr(content);right:0px}.before\:right-px:before{content:attr(content);right:1px}.before\:right-1:before{content:attr(content);right:.25rem}.before\:right-2:before{content:attr(content);right:.5rem}.before\:right-3:before{content:attr(content);right:.75rem}.before\:right-4:before{content:attr(content);right:1rem}.before\:right-5:before{content:attr(content);right:1.25rem}.before\:right-6:before{content:attr(content);right:1.5rem}.before\:right-7:before{content:attr(content);right:1.75rem}.before\:right-8:before{content:attr(content);right:2rem}.before\:right-9:before{content:attr(content);right:2.25rem}.before\:right-10:before{content:attr(content);right:2.5rem}.before\:right-11:before{content:attr(content);right:2.75rem}.before\:right-12:before{content:attr(content);right:3rem}.before\:right-14:before{content:attr(content);right:3.5rem}.before\:right-16:before{content:attr(content);right:4rem}.before\:right-20:before{content:attr(content);right:5rem}.before\:right-24:before{content:attr(content);right:6rem}.before\:right-28:before{content:attr(content);right:7rem}.before\:right-32:before{content:attr(content);right:8rem}.before\:right-36:before{content:attr(content);right:9rem}.before\:right-40:before{content:attr(content);right:10rem}.before\:right-44:before{content:attr(content);right:11rem}.before\:right-48:before{content:attr(content);right:12rem}.before\:right-52:before{content:attr(content);right:13rem}.before\:right-56:before{content:attr(content);right:14rem}.before\:right-60:before{content:attr(content);right:15rem}.before\:right-64:before{content:attr(content);right:16rem}.before\:right-72:before{content:attr(content);right:18rem}.before\:right-80:before{content:attr(content);right:20rem}.before\:right-96:before{content:attr(content);right:24rem}.before\:right-auto:before{content:attr(content);right:auto}.before\:right-full:before{content:attr(content);right:100%}.before\:right-screen:before{content:attr(content);right:100vh}.before\:right-min:before{content:attr(content);right:min-content}.before\:right-max:before{content:attr(content);right:max-content}.before\:right-fit:before{content:attr(content);right:fit-content}.before\:right-1\/2{right:50%}.before\:right-1\/3{right:33.333333%}.before\:right-1\/4{right:25%}.before\:right-1\/5{right:20%}.before\:right-1\/6{right:16.666667%}.before\:right-1\/12{right:8.333333%}.before\:left-0:before{content:attr(content);left:0px}.before\:left-px:before{content:attr(content);left:1px}.before\:left-1:before{content:attr(content);left:.25rem}.before\:left-2:before{content:attr(content);left:.5rem}.before\:left-3:before{content:attr(content);left:.75rem}.before\:left-4:before{content:attr(content);left:1rem}.before\:left-5:before{content:attr(content);left:1.25rem}.before\:left-6:before{content:attr(content);left:1.5rem}.before\:left-7:before{content:attr(content);left:1.75rem}.before\:left-8:before{content:attr(content);left:2rem}.before\:left-9:before{content:attr(content);left:2.25rem}.before\:left-10:before{content:attr(content);left:2.5rem}.before\:left-11:before{content:attr(content);left:2.75rem}.before\:left-12:before{content:attr(content);left:3rem}.before\:left-14:before{content:attr(content);left:3.5rem}.before\:left-16:before{content:attr(content);left:4rem}.before\:left-20:before{content:attr(content);left:5rem}.before\:left-24:before{content:attr(content);left:6rem}.before\:left-28:before{content:attr(content);left:7rem}.before\:left-32:before{content:attr(content);left:8rem}.before\:left-36:before{content:attr(content);left:9rem}.before\:left-40:before{content:attr(content);left:10rem}.before\:left-44:before{content:attr(content);left:11rem}.before\:left-48:before{content:attr(content);left:12rem}.before\:left-52:before{content:attr(content);left:13rem}.before\:left-56:before{content:attr(content);left:14rem}.before\:left-60:before{content:attr(content);left:15rem}.before\:left-64:before{content:attr(content);left:16rem}.before\:left-72:before{content:attr(content);left:18rem}.before\:left-80:before{content:attr(content);left:20rem}.before\:left-96:before{content:attr(content);left:24rem}.before\:left-auto:before{content:attr(content);left:auto}.before\:left-full:before{content:attr(content);left:100%}.before\:left-screen:before{content:attr(content);left:100vh}.before\:left-min:before{content:attr(content);left:min-content}.before\:left-max:before{content:attr(content);left:max-content}.before\:left-fit:before{content:attr(content);left:fit-content}.before\:left-1\/2{left:50%}.before\:left-1\/3{left:33.333333%}.before\:left-1\/4{left:25%}.before\:left-1\/5{left:20%}.before\:left-1\/6{left:16.666667%}.before\:left-1\/12{left:8.333333%}.before\:z-0:before{content:attr(content);z-index:0}.before\:z-10:before{content:attr(content);z-index:10}.before\:z-20:before{content:attr(content);z-index:20}.before\:z-30:before{content:attr(content);z-index:30}.before\:z-40:before{content:attr(content);z-index:40}.before\:z-50:before{content:attr(content);z-index:50}.before\:z-auto:before{content:attr(content);z-index:auto}.before\:m-auto{margin:auto}.before\:ml-auto{margin-left:auto}.before\:mr-auto{margin-right:auto}.before\:mx-auto{margin:0 auto}.before\:my-auto{margin:auto 0}.before\:mb-auto{margin-bottom:auto}.before\:mt-auto{margin-top:auto}.before\:m-0{margin:0}.before\:ml-0{margin-left:0}.before\:mr-0{margin-right:0}.before\:mx-0,.before\:my-0{margin:0}.before\:mb-0{margin-bottom:0}.before\:mt-0{margin-top:0}.before\:m-1{margin:.25rem}.before\:ml-1{margin-left:.25rem}.before\:mr-1{margin-right:.25rem}.before\:mx-1{margin:0px .25rem}.before\:my-1{margin:.25rem 0px}.before\:mb-1{margin-bottom:.25rem}.before\:mt-1{margin-top:.25rem}.before\:m-2{margin:.5rem}.before\:ml-2{margin-left:.5rem}.before\:mr-2{margin-right:.5rem}.before\:mx-2{margin:0px .5rem}.before\:my-2{margin:.5rem 0px}.before\:mb-2{margin-bottom:.5rem}.before\:mt-2{margin-top:.5rem}.before\:m-3{margin:.75rem}.before\:ml-3{margin-left:.75rem}.before\:mr-3{margin-right:.75rem}.before\:mx-3{margin:0px .75rem}.before\:my-3{margin:.75rem 0px}.before\:mb-3{margin-bottom:.75rem}.before\:mt-3{margin-top:.75rem}.before\:m-4{margin:1rem}.before\:ml-4{margin-left:1rem}.before\:mr-4{margin-right:1rem}.before\:mx-4{margin:0px 1rem}.before\:my-4{margin:1rem 0px}.before\:mb-4{margin-bottom:1rem}.before\:mt-4{margin-top:1rem}.before\:m-5{margin:1.25rem}.before\:ml-5{margin-left:1.25rem}.before\:mr-5{margin-right:1.25rem}.before\:mx-5{margin:0px 1.25rem}.before\:my-5{margin:1.25rem 0px}.before\:mb-5{margin-bottom:1.25rem}.before\:mt-5{margin-top:1.25rem}.before\:m-6{margin:1.5rem}.before\:ml-6{margin-left:1.5rem}.before\:mr-6{margin-right:1.5rem}.before\:mx-6{margin:0px 1.5rem}.before\:my-6{margin:1.5rem 0px}.before\:mb-6{margin-bottom:1.5rem}.before\:mt-6{margin-top:1.5rem}.before\:m-7{margin:1.75rem}.before\:ml-7{margin-left:1.75rem}.before\:mr-7{margin-right:1.75rem}.before\:mx-7{margin:0px 1.75rem}.before\:my-7{margin:1.75rem 0px}.before\:mb-7{margin-bottom:1.75rem}.before\:mt-7{margin-top:1.75rem}.before\:m-8{margin:2rem}.before\:ml-8{margin-left:2rem}.before\:mr-8{margin-right:2rem}.before\:mx-8{margin:0px 2rem}.before\:my-8{margin:2rem 0px}.before\:mb-8{margin-bottom:2rem}.before\:mt-8{margin-top:2rem}.before\:m-9{margin:2.25rem}.before\:ml-9{margin-left:2.25rem}.before\:mr-9{margin-right:2.25rem}.before\:mx-9{margin:0px 2.25rem}.before\:my-9{margin:2.25rem 0px}.before\:mb-9{margin-bottom:2.25rem}.before\:mt-9{margin-top:2.25rem}.before\:m-10{margin:2.5rem}.before\:ml-10{margin-left:2.5rem}.before\:mr-10{margin-right:2.5rem}.before\:mx-10{margin:0px 2.5rem}.before\:my-10{margin:2.5rem 0px}.before\:mb-10{margin-bottom:2.5rem}.before\:mt-10{margin-top:2.5rem}.before\:m-11{margin:2.75rem}.before\:ml-11{margin-left:2.75rem}.before\:mr-11{margin-right:2.75rem}.before\:mx-11{margin:0px 2.75rem}.before\:my-11{margin:2.75rem 0px}.before\:mb-11{margin-bottom:2.75rem}.before\:mt-11{margin-top:2.75rem}.before\:m-12{margin:3rem}.before\:ml-12{margin-left:3rem}.before\:mr-12{margin-right:3rem}.before\:mx-12{margin:0px 3rem}.before\:my-12{margin:3rem 0px}.before\:mb-12{margin-bottom:3rem}.before\:mt-12{margin-top:3rem}.before\:m-14{margin:3.5rem}.before\:ml-14{margin-left:3.5rem}.before\:mr-14{margin-right:3.5rem}.before\:mx-14{margin:0px 3.5rem}.before\:my-14{margin:3.5rem 0px}.before\:mb-14{margin-bottom:3.5rem}.before\:mt-14{margin-top:3.5rem}.before\:m-16{margin:4rem}.before\:ml-16{margin-left:4rem}.before\:mr-16{margin-right:4rem}.before\:mx-16{margin:0px 4rem}.before\:my-16{margin:4rem 0px}.before\:mb-16{margin-bottom:4rem}.before\:mt-16{margin-top:4rem}.before\:m-20{margin:5rem}.before\:ml-20{margin-left:5rem}.before\:mr-20{margin-right:5rem}.before\:mx-20{margin:0px 5rem}.before\:my-20{margin:5rem 0px}.before\:mb-20{margin-bottom:5rem}.before\:mt-20{margin-top:5rem}.before\:m-24{margin:6rem}.before\:ml-24{margin-left:6rem}.before\:mr-24{margin-right:6rem}.before\:mx-24{margin:0px 6rem}.before\:my-24{margin:6rem 0px}.before\:mb-24{margin-bottom:6rem}.before\:mt-24{margin-top:6rem}.before\:m-28{margin:7rem}.before\:ml-28{margin-left:7rem}.before\:mr-28{margin-right:7rem}.before\:mx-28{margin:0px 7rem}.before\:my-28{margin:7rem 0px}.before\:mb-28{margin-bottom:7rem}.before\:mt-28{margin-top:7rem}.before\:m-32{margin:8rem}.before\:ml-32{margin-left:8rem}.before\:mr-32{margin-right:8rem}.before\:mx-32{margin:0px 8rem}.before\:my-32{margin:8rem 0px}.before\:mb-32{margin-bottom:8rem}.before\:mt-32{margin-top:8rem}.before\:m-36{margin:9rem}.before\:ml-36{margin-left:9rem}.before\:mr-36{margin-right:9rem}.before\:mx-36{margin:0px 9rem}.before\:my-36{margin:9rem 0px}.before\:mb-36{margin-bottom:9rem}.before\:mt-36{margin-top:9rem}.before\:m-40{margin:10rem}.before\:ml-40{margin-left:10rem}.before\:mr-40{margin-right:10rem}.before\:mx-40{margin:0px 10rem}.before\:my-40{margin:10rem 0px}.before\:mb-40{margin-bottom:10rem}.before\:mt-40{margin-top:10rem}.before\:m-44{margin:11rem}.before\:ml-44{margin-left:11rem}.before\:mr-44{margin-right:11rem}.before\:mx-44{margin:0px 11rem}.before\:my-44{margin:11rem 0px}.before\:mb-44{margin-bottom:11rem}.before\:mt-44{margin-top:11rem}.before\:m-48{margin:12rem}.before\:ml-48{margin-left:12rem}.before\:mr-48{margin-right:12rem}.before\:mx-48{margin:0px 12rem}.before\:my-48{margin:12rem 0px}.before\:mb-48{margin-bottom:12rem}.before\:mt-48{margin-top:12rem}.before\:m-52{margin:13rem}.before\:ml-52{margin-left:13rem}.before\:mr-52{margin-right:13rem}.before\:mx-52{margin:0px 13rem}.before\:my-52{margin:13rem 0px}.before\:mb-52{margin-bottom:13rem}.before\:mt-52{margin-top:13rem}.before\:m-56{margin:14rem}.before\:ml-56{margin-left:14rem}.before\:mr-56{margin-right:14rem}.before\:mx-56{margin:0px 14rem}.before\:my-56{margin:14rem 0px}.before\:mb-56{margin-bottom:14rem}.before\:mt-56{margin-top:14rem}.before\:m-60{margin:15rem}.before\:ml-60{margin-left:15rem}.before\:mr-60{margin-right:15rem}.before\:mx-60{margin:0px 15rem}.before\:my-60{margin:15rem 0px}.before\:mb-60{margin-bottom:15rem}.before\:mt-60{margin-top:15rem}.before\:m-64{margin:16rem}.before\:ml-64{margin-left:16rem}.before\:mr-64{margin-right:16rem}.before\:mx-64{margin:0px 16rem}.before\:my-64{margin:16rem 0px}.before\:mb-64{margin-bottom:16rem}.before\:mt-64{margin-top:16rem}.before\:m-72{margin:18rem}.before\:ml-72{margin-left:18rem}.before\:mr-72{margin-right:18rem}.before\:mx-72{margin:0px 18rem}.before\:my-72{margin:18rem 0px}.before\:mb-72{margin-bottom:18rem}.before\:mt-72{margin-top:18rem}.before\:m-80{margin:20rem}.before\:ml-80{margin-left:20rem}.before\:mr-80{margin-right:20rem}.before\:mx-80{margin:0px 20rem}.before\:my-80{margin:20rem 0px}.before\:mb-80{margin-bottom:20rem}.before\:mt-80{margin-top:20rem}.before\:m-96{margin:24rem}.before\:ml-96{margin-left:24rem}.before\:mr-96{margin-right:24rem}.before\:mx-96{margin:0px 24rem}.before\:my-96{margin:24rem 0px}.before\:mb-96{margin-bottom:24rem}.before\:mt-96{margin-top:24rem}.before\:gap-0:before{content:attr(content);gap:0px}.before\:gap-1:before{content:attr(content);gap:.25rem}.before\:gap-2:before{content:attr(content);gap:.5rem}.before\:gap-3:before{content:attr(content);gap:.75rem}.before\:gap-4:before{content:attr(content);gap:1rem}.before\:gap-5:before{content:attr(content);gap:1.25rem}.before\:gap-6:before{content:attr(content);gap:1.5rem}.before\:gap-7:before{content:attr(content);gap:1.75rem}.before\:gap-8:before{content:attr(content);gap:2rem}.before\:gap-9:before{content:attr(content);gap:2.25rem}.before\:gap-10:before{content:attr(content);gap:2.5rem}.before\:gap-11:before{content:attr(content);gap:2.75rem}.before\:gap-12:before{content:attr(content);gap:3rem}.before\:gap-14:before{content:attr(content);gap:3.5rem}.before\:gap-16:before{content:attr(content);gap:4rem}.before\:gap-20:before{content:attr(content);gap:5rem}.before\:gap-24:before{content:attr(content);gap:6rem}.before\:gap-28:before{content:attr(content);gap:7rem}.before\:gap-32:before{content:attr(content);gap:8rem}.before\:gap-36:before{content:attr(content);gap:9rem}.before\:gap-40:before{content:attr(content);gap:10rem}.before\:gap-44:before{content:attr(content);gap:11rem}.before\:gap-48:before{content:attr(content);gap:12rem}.before\:gap-52:before{content:attr(content);gap:13rem}.before\:gap-56:before{content:attr(content);gap:14rem}.before\:gap-60:before{content:attr(content);gap:15rem}.before\:gap-64:before{content:attr(content);gap:16rem}.before\:gap-72:before{content:attr(content);gap:18rem}.before\:gap-80:before{content:attr(content);gap:20rem}.before\:gap-96:before{content:attr(content);gap:24rem}.before\:justify-center:before{content:attr(content);justify-content:center}.before\:justify-end:before{content:attr(content);justify-content:end}.before\:justify-start:before{content:attr(content);justify-content:start}.before\:justify-between:before{content:attr(content);justify-content:space-between}.before\:justify-baseline:before{content:attr(content);justify-content:baseline}.before\:justify-around:before{content:attr(content);justify-content:space-around}.before\:justify-evenly:before{content:attr(content);justify-content:space-evenly}.before\:items-center:before{content:attr(content);align-items:center}.before\:items-baseline:before{content:attr(content);align-items:baseline}.before\:items-end:before{content:attr(content);align-items:flex-end}.before\:items-start:before{content:attr(content);align-items:flex-start}.before\:grid-cols-1:before{content:attr(content);grid-template-columns:repeat(1,minmax(0,1fr))}.before\:grid-cols-2:before{content:attr(content);grid-template-columns:repeat(2,minmax(0,1fr))}.before\:grid-cols-3:before{content:attr(content);grid-template-columns:repeat(3,minmax(0,1fr))}.before\:grid-cols-4:before{content:attr(content);grid-template-columns:repeat(4,minmax(0,1fr))}.before\:grid-cols-5:before{content:attr(content);grid-template-columns:repeat(5,minmax(0,1fr))}.before\:grid-cols-6:before{content:attr(content);grid-template-columns:repeat(6,minmax(0,1fr))}.before\:grid-cols-7:before{content:attr(content);grid-template-columns:repeat(7,minmax(0,1fr))}.before\:grid-cols-8:before{content:attr(content);grid-template-columns:repeat(8,minmax(0,1fr))}.before\:grid-cols-9:before{content:attr(content);grid-template-columns:repeat(9,minmax(0,1fr))}.before\:grid-cols-10:before{content:attr(content);grid-template-columns:repeat(10,minmax(0,1fr))}.before\:grid-cols-11:before{content:attr(content);grid-template-columns:repeat(11,minmax(0,1fr))}.before\:grid-cols-12:before{content:attr(content);grid-template-columns:repeat(12,minmax(0,1fr))}.before\:grid-cols-none:before{content:attr(content);grid-template-columns:none}.before\:object-contain:before{content:attr(content);object-fit:contain}.before\:object-cover:before{content:attr(content);object-fit:cover}.before\:object-fill:before{content:attr(content);object-fit:fill}.before\:object-none:before{content:attr(content);object-fit:none}.before\:object-scale-down:before{content:attr(content);object-fit:scale-down}.before\:backdrop-blur-none:before{content:attr(content);backdrop-filter:blur(0)}.before\:backdrop-blur-sm:before{content:attr(content);backdrop-filter:blur(4px)}.before\:backdrop-blur:before{content:attr(content);backdrop-filter:blur(8px)}.before\:backdrop-blur-md:before{content:attr(content);backdrop-filter:blur(12px)}.before\:backdrop-blur-lg:before{content:attr(content);backdrop-filter:blur(16px)}.before\:backdrop-blur-xl:before{content:attr(content);backdrop-filter:blur(24px)}.before\:backdrop-blur-2xl:before{content:attr(content);backdrop-filter:blur(40px)}.before\:backdrop-blur-3xl:before{content:attr(content);backdrop-filter:blur(64px)}.before\:col-auto:before{content:attr(content);grid-column:auto}.before\:col-span-1:before{content:attr(content);grid-column:span 1/span 1}.before\:col-span-2:before{content:attr(content);grid-column:span 2/span 2}.before\:col-span-3:before{content:attr(content);grid-column:span 3/span 3}.before\:col-span-4:before{content:attr(content);grid-column:span 4/span 4}.before\:col-span-5:before{content:attr(content);grid-column:span 5/span 5}.before\:col-span-6:before{content:attr(content);grid-column:span 6/span 6}.before\:col-span-7:before{content:attr(content);grid-column:span 7/span 7}.before\:col-span-8:before{content:attr(content);grid-column:span 8/span 8}.before\:col-span-9:before{content:attr(content);grid-column:span 9/span 9}.before\:col-span-10:before{content:attr(content);grid-column:span 10/span 10}.before\:col-span-11:before{content:attr(content);grid-column:span 11/span 11}.before\:col-span-12:before{content:attr(content);grid-column:span 12/span 12}.before\:col-start-1:before{content:attr(content);grid-column-start:1}.before\:col-start-2:before{content:attr(content);grid-column-start:2}.before\:col-start-3:before{content:attr(content);grid-column-start:3}.before\:col-start-4:before{content:attr(content);grid-column-start:4}.before\:col-start-5:before{content:attr(content);grid-column-start:5}.before\:col-start-6:before{content:attr(content);grid-column-start:6}.before\:col-start-7:before{content:attr(content);grid-column-start:7}.before\:col-start-8:before{content:attr(content);grid-column-start:8}.before\:col-start-9:before{content:attr(content);grid-column-start:9}.before\:col-start-10:before{content:attr(content);grid-column-start:10}.before\:col-start-11:before{content:attr(content);grid-column-start:11}.before\:col-start-12:before{content:attr(content);grid-column-start:12}.before\:col-start-13:before{content:attr(content);grid-column-start:13}.before\:col-start-auto:before{content:attr(content);grid-column-start:auto}.before\:col-end-1:before{content:attr(content);grid-column-end:1}.before\:col-end-2:before{content:attr(content);grid-column-end:2}.before\:col-end-3:before{content:attr(content);grid-column-end:3}.before\:col-end-4:before{content:attr(content);grid-column-end:4}.before\:col-end-5:before{content:attr(content);grid-column-end:5}.before\:col-end-6:before{content:attr(content);grid-column-end:6}.before\:col-end-7:before{content:attr(content);grid-column-end:7}.before\:col-end-8:before{content:attr(content);grid-column-end:8}.before\:col-end-9:before{content:attr(content);grid-column-end:9}.before\:col-end-10:before{content:attr(content);grid-column-end:10}.before\:col-end-11:before{content:attr(content);grid-column-end:11}.before\:col-end-12:before{content:attr(content);grid-column-end:12}.before\:col-end-13:before{content:attr(content);grid-column-end:13}.before\:col-end-auto:before{content:attr(content);grid-column-end:auto}.before\:indent-0:before{content:attr(content);text-indent:0px}.before\:indent-px:before{content:attr(content);text-indent:1px}.before\:indent-1:before{content:attr(content);text-indent:.25rem}.before\:indent-2:before{content:attr(content);text-indent:.5rem}.before\:indent-3:before{content:attr(content);text-indent:.75rem}.before\:indent-4:before{content:attr(content);text-indent:1rem}.before\:indent-5:before{content:attr(content);text-indent:1.25rem}.before\:indent-6:before{content:attr(content);text-indent:1.5rem}.before\:indent-7:before{content:attr(content);text-indent:1.75rem}.before\:indent-8:before{content:attr(content);text-indent:2rem}.before\:indent-9:before{content:attr(content);text-indent:2.25rem}.before\:indent-10:before{content:attr(content);text-indent:2.5rem}.before\:indent-11:before{content:attr(content);text-indent:2.75rem}.before\:indent-12:before{content:attr(content);text-indent:3rem}.before\:indent-14:before{content:attr(content);text-indent:3.5rem}.before\:indent-16:before{content:attr(content);text-indent:4rem}.before\:indent-20:before{content:attr(content);text-indent:5rem}.before\:indent-24:before{content:attr(content);text-indent:6rem}.before\:indent-28:before{content:attr(content);text-indent:7rem}.before\:indent-32:before{content:attr(content);text-indent:8rem}.before\:indent-36:before{content:attr(content);text-indent:9rem}.before\:indent-40:before{content:attr(content);text-indent:10rem}.before\:indent-44:before{content:attr(content);text-indent:11rem}.before\:indent-48:before{content:attr(content);text-indent:12rem}.before\:indent-52:before{content:attr(content);text-indent:13rem}.before\:indent-56:before{content:attr(content);text-indent:14rem}.before\:indent-60:before{content:attr(content);text-indent:15rem}.before\:indent-64:before{content:attr(content);text-indent:16rem}.before\:indent-72:before{content:attr(content);text-indent:18rem}.before\:indent-80:before{content:attr(content);text-indent:20rem}.before\:indent-96:before{content:attr(content);text-indent:24rem}.before\:indent-0\.5{text-transform:.125rem}.before\:indent-1\.5{text-transform:.375rem}.before\:indent-2\.5{text-transform:.625rem}.before\:indent-3\.5{text-transform:.875rem}.before\: .underline:before{content:attr(content);-webkit-text-decoration-line:underline;text-decoration-line:underline}.before\: .overline:before{content:attr(content);-webkit-text-decoration-line:overline;text-decoration-line:overline}.before\: .through:before{content:attr(content);-webkit-text-decoration-line:line-through;text-decoration-line:line-through}.before\: .none:before{content:attr(content);-webkit-text-decoration-line:none;text-decoration-line:none}.before\: .uppercase:before{content:attr(content);text-transform:uppercase}.before\: .lowercase:before{content:attr(content);text-transform:lowercase}.before\: .capitalize:before{content:attr(content);text-transform:capitalize}.before\: .normal-case:before{content:attr(content);text-transform:none}.before\:shadow-2-12:before{content:attr(content);box-shadow:0 2px 4px #0000001f}.before\:shadow-4-10:before{content:attr(content);box-shadow:0 4px 8px #0000001a}.before\:shadow-6-10:before{content:attr(content);box-shadow:0 6px 12px #0000001a}.before\:shadow-6-8:before{content:attr(content);box-shadow:0 8px 16px #00000014}.before\:shadow-primary:before{content:attr(content);box-shadow:0 0 0 1px #6492ff}.before\:shadow-danger:before{content:attr(content);box-shadow:0 0 0 1px #fdabb9}.before\:shadow-warning:before{content:attr(content);box-shadow:0 0 0 1px #fbe0a9}.before\:shadow-info:before{content:attr(content);box-shadow:0 0 0 1px #c1d9fd}.before\:shadow-success:before{content:attr(content);box-shadow:0 0 0 1px #c1d9fd}.before\:shadow-loading:before{content:attr(content);box-shadow:0 0 0 1px #757575}.before\:shadow-header:before{content:attr(content);box-shadow:0 2px 4px #0000001f}.before\:shadow-none:before{content:attr(content);box-shadow:none}.before\:button-extraSm:before{content:attr(content);padding:6px 16px}.before\:button-normal:before{content:attr(content);padding:16px 32px}.group:hover .group-hover\:bg-transparent{background-color:transparent}.group:hover .group-hover\:bg-transparent\/0{background-color:#0000}.group:hover .group-hover\:bg-transparent\/10{background-color:#0000001a}.group:hover .group-hover\:bg-transparent\/20{background-color:#0003}.group:hover .group-hover\:bg-transparent\/30{background-color:#0000004d}.group:hover .group-hover\:bg-transparent\/40{background-color:#0006}.group:hover .group-hover\:bg-transparent\/50{background-color:#00000080}.group:hover .group-hover\:bg-transparent\/60{background-color:#0009}.group:hover .group-hover\:bg-transparent\/70{background-color:#000000b3}.group:hover .group-hover\:bg-transparent\/75{background-color:#000000bf}.group:hover .group-hover\:bg-transparent\/80{background-color:#000c}.group:hover .group-hover\:bg-transparent\/90{background-color:#000000e6}.group:hover .group-hover\:bg-black{background-color:#000}.group:hover .group-hover\:bg-black\/0{background-color:#0000}.group:hover .group-hover\:bg-black\/10{background-color:#0000001a}.group:hover .group-hover\:bg-black\/20{background-color:#0003}.group:hover .group-hover\:bg-black\/30{background-color:#0000004d}.group:hover .group-hover\:bg-black\/40{background-color:#0006}.group:hover .group-hover\:bg-black\/50{background-color:#00000080}.group:hover .group-hover\:bg-black\/60{background-color:#0009}.group:hover .group-hover\:bg-black\/70{background-color:#000000b3}.group:hover .group-hover\:bg-black\/75{background-color:#000000bf}.group:hover .group-hover\:bg-black\/80{background-color:#000c}.group:hover .group-hover\:bg-black\/90{background-color:#000000e6}.group:hover .group-hover\:bg-white{background-color:#fff}.group:hover .group-hover\:bg-white\/0{background-color:#fff0}.group:hover .group-hover\:bg-white\/10{background-color:#ffffff1a}.group:hover .group-hover\:bg-white\/20{background-color:#fff3}.group:hover .group-hover\:bg-white\/30{background-color:#ffffff4d}.group:hover .group-hover\:bg-white\/40{background-color:#fff6}.group:hover .group-hover\:bg-white\/50{background-color:#ffffff80}.group:hover .group-hover\:bg-white\/60{background-color:#fff9}.group:hover .group-hover\:bg-white\/70{background-color:#ffffffb3}.group:hover .group-hover\:bg-white\/75{background-color:#ffffffbf}.group:hover .group-hover\:bg-white\/80{background-color:#fffc}.group:hover .group-hover\:bg-white\/90{background-color:#ffffffe6}.group:hover .group-hover\:bg-slate-50{background-color:#f8fafc}.group:hover .group-hover\:bg-slate-50\/0{background-color:#f8fafc00}.group:hover .group-hover\:bg-slate-50\/10{background-color:#f8fafc1a}.group:hover .group-hover\:bg-slate-50\/20{background-color:#f8fafc33}.group:hover .group-hover\:bg-slate-50\/30{background-color:#f8fafc4d}.group:hover .group-hover\:bg-slate-50\/40{background-color:#f8fafc66}.group:hover .group-hover\:bg-slate-50\/50{background-color:#f8fafc80}.group:hover .group-hover\:bg-slate-50\/60{background-color:#f8fafc99}.group:hover .group-hover\:bg-slate-50\/70{background-color:#f8fafcb3}.group:hover .group-hover\:bg-slate-50\/75{background-color:#f8fafcbf}.group:hover .group-hover\:bg-slate-50\/80{background-color:#f8fafccc}.group:hover .group-hover\:bg-slate-50\/90{background-color:#f8fafce6}.group:hover .group-hover\:bg-slate-100{background-color:#f1f5f9}.group:hover .group-hover\:bg-slate-100\/0{background-color:#f1f5f900}.group:hover .group-hover\:bg-slate-100\/10{background-color:#f1f5f91a}.group:hover .group-hover\:bg-slate-100\/20{background-color:#f1f5f933}.group:hover .group-hover\:bg-slate-100\/30{background-color:#f1f5f94d}.group:hover .group-hover\:bg-slate-100\/40{background-color:#f1f5f966}.group:hover .group-hover\:bg-slate-100\/50{background-color:#f1f5f980}.group:hover .group-hover\:bg-slate-100\/60{background-color:#f1f5f999}.group:hover .group-hover\:bg-slate-100\/70{background-color:#f1f5f9b3}.group:hover .group-hover\:bg-slate-100\/75{background-color:#f1f5f9bf}.group:hover .group-hover\:bg-slate-100\/80{background-color:#f1f5f9cc}.group:hover .group-hover\:bg-slate-100\/90{background-color:#f1f5f9e6}.group:hover .group-hover\:bg-slate-200{background-color:#e2e8f0}.group:hover .group-hover\:bg-slate-200\/0{background-color:#e2e8f000}.group:hover .group-hover\:bg-slate-200\/10{background-color:#e2e8f01a}.group:hover .group-hover\:bg-slate-200\/20{background-color:#e2e8f033}.group:hover .group-hover\:bg-slate-200\/30{background-color:#e2e8f04d}.group:hover .group-hover\:bg-slate-200\/40{background-color:#e2e8f066}.group:hover .group-hover\:bg-slate-200\/50{background-color:#e2e8f080}.group:hover .group-hover\:bg-slate-200\/60{background-color:#e2e8f099}.group:hover .group-hover\:bg-slate-200\/70{background-color:#e2e8f0b3}.group:hover .group-hover\:bg-slate-200\/75{background-color:#e2e8f0bf}.group:hover .group-hover\:bg-slate-200\/80{background-color:#e2e8f0cc}.group:hover .group-hover\:bg-slate-200\/90{background-color:#e2e8f0e6}.group:hover .group-hover\:bg-slate-300{background-color:#cbd5e1}.group:hover .group-hover\:bg-slate-300\/0{background-color:#cbd5e100}.group:hover .group-hover\:bg-slate-300\/10{background-color:#cbd5e11a}.group:hover .group-hover\:bg-slate-300\/20{background-color:#cbd5e133}.group:hover .group-hover\:bg-slate-300\/30{background-color:#cbd5e14d}.group:hover .group-hover\:bg-slate-300\/40{background-color:#cbd5e166}.group:hover .group-hover\:bg-slate-300\/50{background-color:#cbd5e180}.group:hover .group-hover\:bg-slate-300\/60{background-color:#cbd5e199}.group:hover .group-hover\:bg-slate-300\/70{background-color:#cbd5e1b3}.group:hover .group-hover\:bg-slate-300\/75{background-color:#cbd5e1bf}.group:hover .group-hover\:bg-slate-300\/80{background-color:#cbd5e1cc}.group:hover .group-hover\:bg-slate-300\/90{background-color:#cbd5e1e6}.group:hover .group-hover\:bg-slate-400{background-color:#94a3b8}.group:hover .group-hover\:bg-slate-400\/0{background-color:#94a3b800}.group:hover .group-hover\:bg-slate-400\/10{background-color:#94a3b81a}.group:hover .group-hover\:bg-slate-400\/20{background-color:#94a3b833}.group:hover .group-hover\:bg-slate-400\/30{background-color:#94a3b84d}.group:hover .group-hover\:bg-slate-400\/40{background-color:#94a3b866}.group:hover .group-hover\:bg-slate-400\/50{background-color:#94a3b880}.group:hover .group-hover\:bg-slate-400\/60{background-color:#94a3b899}.group:hover .group-hover\:bg-slate-400\/70{background-color:#94a3b8b3}.group:hover .group-hover\:bg-slate-400\/75{background-color:#94a3b8bf}.group:hover .group-hover\:bg-slate-400\/80{background-color:#94a3b8cc}.group:hover .group-hover\:bg-slate-400\/90{background-color:#94a3b8e6}.group:hover .group-hover\:bg-slate-500{background-color:#64748b}.group:hover .group-hover\:bg-slate-500\/0{background-color:#64748b00}.group:hover .group-hover\:bg-slate-500\/10{background-color:#64748b1a}.group:hover .group-hover\:bg-slate-500\/20{background-color:#64748b33}.group:hover .group-hover\:bg-slate-500\/30{background-color:#64748b4d}.group:hover .group-hover\:bg-slate-500\/40{background-color:#64748b66}.group:hover .group-hover\:bg-slate-500\/50{background-color:#64748b80}.group:hover .group-hover\:bg-slate-500\/60{background-color:#64748b99}.group:hover .group-hover\:bg-slate-500\/70{background-color:#64748bb3}.group:hover .group-hover\:bg-slate-500\/75{background-color:#64748bbf}.group:hover .group-hover\:bg-slate-500\/80{background-color:#64748bcc}.group:hover .group-hover\:bg-slate-500\/90{background-color:#64748be6}.group:hover .group-hover\:bg-slate-600{background-color:#475569}.group:hover .group-hover\:bg-slate-600\/0{background-color:#47556900}.group:hover .group-hover\:bg-slate-600\/10{background-color:#4755691a}.group:hover .group-hover\:bg-slate-600\/20{background-color:#47556933}.group:hover .group-hover\:bg-slate-600\/30{background-color:#4755694d}.group:hover .group-hover\:bg-slate-600\/40{background-color:#47556966}.group:hover .group-hover\:bg-slate-600\/50{background-color:#47556980}.group:hover .group-hover\:bg-slate-600\/60{background-color:#47556999}.group:hover .group-hover\:bg-slate-600\/70{background-color:#475569b3}.group:hover .group-hover\:bg-slate-600\/75{background-color:#475569bf}.group:hover .group-hover\:bg-slate-600\/80{background-color:#475569cc}.group:hover .group-hover\:bg-slate-600\/90{background-color:#475569e6}.group:hover .group-hover\:bg-slate-700{background-color:#334155}.group:hover .group-hover\:bg-slate-700\/0{background-color:#33415500}.group:hover .group-hover\:bg-slate-700\/10{background-color:#3341551a}.group:hover .group-hover\:bg-slate-700\/20{background-color:#33415533}.group:hover .group-hover\:bg-slate-700\/30{background-color:#3341554d}.group:hover .group-hover\:bg-slate-700\/40{background-color:#33415566}.group:hover .group-hover\:bg-slate-700\/50{background-color:#33415580}.group:hover .group-hover\:bg-slate-700\/60{background-color:#33415599}.group:hover .group-hover\:bg-slate-700\/70{background-color:#334155b3}.group:hover .group-hover\:bg-slate-700\/75{background-color:#334155bf}.group:hover .group-hover\:bg-slate-700\/80{background-color:#334155cc}.group:hover .group-hover\:bg-slate-700\/90{background-color:#334155e6}.group:hover .group-hover\:bg-slate-800{background-color:#1e293b}.group:hover .group-hover\:bg-slate-800\/0{background-color:#1e293b00}.group:hover .group-hover\:bg-slate-800\/10{background-color:#1e293b1a}.group:hover .group-hover\:bg-slate-800\/20{background-color:#1e293b33}.group:hover .group-hover\:bg-slate-800\/30{background-color:#1e293b4d}.group:hover .group-hover\:bg-slate-800\/40{background-color:#1e293b66}.group:hover .group-hover\:bg-slate-800\/50{background-color:#1e293b80}.group:hover .group-hover\:bg-slate-800\/60{background-color:#1e293b99}.group:hover .group-hover\:bg-slate-800\/70{background-color:#1e293bb3}.group:hover .group-hover\:bg-slate-800\/75{background-color:#1e293bbf}.group:hover .group-hover\:bg-slate-800\/80{background-color:#1e293bcc}.group:hover .group-hover\:bg-slate-800\/90{background-color:#1e293be6}.group:hover .group-hover\:bg-slate-900{background-color:#0f172a}.group:hover .group-hover\:bg-slate-900\/0{background-color:#0f172a00}.group:hover .group-hover\:bg-slate-900\/10{background-color:#0f172a1a}.group:hover .group-hover\:bg-slate-900\/20{background-color:#0f172a33}.group:hover .group-hover\:bg-slate-900\/30{background-color:#0f172a4d}.group:hover .group-hover\:bg-slate-900\/40{background-color:#0f172a66}.group:hover .group-hover\:bg-slate-900\/50{background-color:#0f172a80}.group:hover .group-hover\:bg-slate-900\/60{background-color:#0f172a99}.group:hover .group-hover\:bg-slate-900\/70{background-color:#0f172ab3}.group:hover .group-hover\:bg-slate-900\/75{background-color:#0f172abf}.group:hover .group-hover\:bg-slate-900\/80{background-color:#0f172acc}.group:hover .group-hover\:bg-slate-900\/90{background-color:#0f172ae6}.group:hover .group-hover\:bg-slate-950{background-color:#020617}.group:hover .group-hover\:bg-slate-950\/0{background-color:#02061700}.group:hover .group-hover\:bg-slate-950\/10{background-color:#0206171a}.group:hover .group-hover\:bg-slate-950\/20{background-color:#02061733}.group:hover .group-hover\:bg-slate-950\/30{background-color:#0206174d}.group:hover .group-hover\:bg-slate-950\/40{background-color:#02061766}.group:hover .group-hover\:bg-slate-950\/50{background-color:#02061780}.group:hover .group-hover\:bg-slate-950\/60{background-color:#02061799}.group:hover .group-hover\:bg-slate-950\/70{background-color:#020617b3}.group:hover .group-hover\:bg-slate-950\/75{background-color:#020617bf}.group:hover .group-hover\:bg-slate-950\/80{background-color:#020617cc}.group:hover .group-hover\:bg-slate-950\/90{background-color:#020617e6}.group:hover .group-hover\:bg-gray-50{background-color:#f9fafb}.group:hover .group-hover\:bg-gray-50\/0{background-color:#f9fafb00}.group:hover .group-hover\:bg-gray-50\/10{background-color:#f9fafb1a}.group:hover .group-hover\:bg-gray-50\/20{background-color:#f9fafb33}.group:hover .group-hover\:bg-gray-50\/30{background-color:#f9fafb4d}.group:hover .group-hover\:bg-gray-50\/40{background-color:#f9fafb66}.group:hover .group-hover\:bg-gray-50\/50{background-color:#f9fafb80}.group:hover .group-hover\:bg-gray-50\/60{background-color:#f9fafb99}.group:hover .group-hover\:bg-gray-50\/70{background-color:#f9fafbb3}.group:hover .group-hover\:bg-gray-50\/75{background-color:#f9fafbbf}.group:hover .group-hover\:bg-gray-50\/80{background-color:#f9fafbcc}.group:hover .group-hover\:bg-gray-50\/90{background-color:#f9fafbe6}.group:hover .group-hover\:bg-gray-100{background-color:#f3f4f6}.group:hover .group-hover\:bg-gray-100\/0{background-color:#f3f4f600}.group:hover .group-hover\:bg-gray-100\/10{background-color:#f3f4f61a}.group:hover .group-hover\:bg-gray-100\/20{background-color:#f3f4f633}.group:hover .group-hover\:bg-gray-100\/30{background-color:#f3f4f64d}.group:hover .group-hover\:bg-gray-100\/40{background-color:#f3f4f666}.group:hover .group-hover\:bg-gray-100\/50{background-color:#f3f4f680}.group:hover .group-hover\:bg-gray-100\/60{background-color:#f3f4f699}.group:hover .group-hover\:bg-gray-100\/70{background-color:#f3f4f6b3}.group:hover .group-hover\:bg-gray-100\/75{background-color:#f3f4f6bf}.group:hover .group-hover\:bg-gray-100\/80{background-color:#f3f4f6cc}.group:hover .group-hover\:bg-gray-100\/90{background-color:#f3f4f6e6}.group:hover .group-hover\:bg-gray-200{background-color:#e5e7eb}.group:hover .group-hover\:bg-gray-200\/0{background-color:#e5e7eb00}.group:hover .group-hover\:bg-gray-200\/10{background-color:#e5e7eb1a}.group:hover .group-hover\:bg-gray-200\/20{background-color:#e5e7eb33}.group:hover .group-hover\:bg-gray-200\/30{background-color:#e5e7eb4d}.group:hover .group-hover\:bg-gray-200\/40{background-color:#e5e7eb66}.group:hover .group-hover\:bg-gray-200\/50{background-color:#e5e7eb80}.group:hover .group-hover\:bg-gray-200\/60{background-color:#e5e7eb99}.group:hover .group-hover\:bg-gray-200\/70{background-color:#e5e7ebb3}.group:hover .group-hover\:bg-gray-200\/75{background-color:#e5e7ebbf}.group:hover .group-hover\:bg-gray-200\/80{background-color:#e5e7ebcc}.group:hover .group-hover\:bg-gray-200\/90{background-color:#e5e7ebe6}.group:hover .group-hover\:bg-gray-300{background-color:#d1d5db}.group:hover .group-hover\:bg-gray-300\/0{background-color:#d1d5db00}.group:hover .group-hover\:bg-gray-300\/10{background-color:#d1d5db1a}.group:hover .group-hover\:bg-gray-300\/20{background-color:#d1d5db33}.group:hover .group-hover\:bg-gray-300\/30{background-color:#d1d5db4d}.group:hover .group-hover\:bg-gray-300\/40{background-color:#d1d5db66}.group:hover .group-hover\:bg-gray-300\/50{background-color:#d1d5db80}.group:hover .group-hover\:bg-gray-300\/60{background-color:#d1d5db99}.group:hover .group-hover\:bg-gray-300\/70{background-color:#d1d5dbb3}.group:hover .group-hover\:bg-gray-300\/75{background-color:#d1d5dbbf}.group:hover .group-hover\:bg-gray-300\/80{background-color:#d1d5dbcc}.group:hover .group-hover\:bg-gray-300\/90{background-color:#d1d5dbe6}.group:hover .group-hover\:bg-gray-400{background-color:#9ca3af}.group:hover .group-hover\:bg-gray-400\/0{background-color:#9ca3af00}.group:hover .group-hover\:bg-gray-400\/10{background-color:#9ca3af1a}.group:hover .group-hover\:bg-gray-400\/20{background-color:#9ca3af33}.group:hover .group-hover\:bg-gray-400\/30{background-color:#9ca3af4d}.group:hover .group-hover\:bg-gray-400\/40{background-color:#9ca3af66}.group:hover .group-hover\:bg-gray-400\/50{background-color:#9ca3af80}.group:hover .group-hover\:bg-gray-400\/60{background-color:#9ca3af99}.group:hover .group-hover\:bg-gray-400\/70{background-color:#9ca3afb3}.group:hover .group-hover\:bg-gray-400\/75{background-color:#9ca3afbf}.group:hover .group-hover\:bg-gray-400\/80{background-color:#9ca3afcc}.group:hover .group-hover\:bg-gray-400\/90{background-color:#9ca3afe6}.group:hover .group-hover\:bg-gray-500{background-color:#6b7280}.group:hover .group-hover\:bg-gray-500\/0{background-color:#6b728000}.group:hover .group-hover\:bg-gray-500\/10{background-color:#6b72801a}.group:hover .group-hover\:bg-gray-500\/20{background-color:#6b728033}.group:hover .group-hover\:bg-gray-500\/30{background-color:#6b72804d}.group:hover .group-hover\:bg-gray-500\/40{background-color:#6b728066}.group:hover .group-hover\:bg-gray-500\/50{background-color:#6b728080}.group:hover .group-hover\:bg-gray-500\/60{background-color:#6b728099}.group:hover .group-hover\:bg-gray-500\/70{background-color:#6b7280b3}.group:hover .group-hover\:bg-gray-500\/75{background-color:#6b7280bf}.group:hover .group-hover\:bg-gray-500\/80{background-color:#6b7280cc}.group:hover .group-hover\:bg-gray-500\/90{background-color:#6b7280e6}.group:hover .group-hover\:bg-gray-600{background-color:#4b5563}.group:hover .group-hover\:bg-gray-600\/0{background-color:#4b556300}.group:hover .group-hover\:bg-gray-600\/10{background-color:#4b55631a}.group:hover .group-hover\:bg-gray-600\/20{background-color:#4b556333}.group:hover .group-hover\:bg-gray-600\/30{background-color:#4b55634d}.group:hover .group-hover\:bg-gray-600\/40{background-color:#4b556366}.group:hover .group-hover\:bg-gray-600\/50{background-color:#4b556380}.group:hover .group-hover\:bg-gray-600\/60{background-color:#4b556399}.group:hover .group-hover\:bg-gray-600\/70{background-color:#4b5563b3}.group:hover .group-hover\:bg-gray-600\/75{background-color:#4b5563bf}.group:hover .group-hover\:bg-gray-600\/80{background-color:#4b5563cc}.group:hover .group-hover\:bg-gray-600\/90{background-color:#4b5563e6}.group:hover .group-hover\:bg-gray-700{background-color:#374151}.group:hover .group-hover\:bg-gray-700\/0{background-color:#37415100}.group:hover .group-hover\:bg-gray-700\/10{background-color:#3741511a}.group:hover .group-hover\:bg-gray-700\/20{background-color:#37415133}.group:hover .group-hover\:bg-gray-700\/30{background-color:#3741514d}.group:hover .group-hover\:bg-gray-700\/40{background-color:#37415166}.group:hover .group-hover\:bg-gray-700\/50{background-color:#37415180}.group:hover .group-hover\:bg-gray-700\/60{background-color:#37415199}.group:hover .group-hover\:bg-gray-700\/70{background-color:#374151b3}.group:hover .group-hover\:bg-gray-700\/75{background-color:#374151bf}.group:hover .group-hover\:bg-gray-700\/80{background-color:#374151cc}.group:hover .group-hover\:bg-gray-700\/90{background-color:#374151e6}.group:hover .group-hover\:bg-gray-800{background-color:#1f2937}.group:hover .group-hover\:bg-gray-800\/0{background-color:#1f293700}.group:hover .group-hover\:bg-gray-800\/10{background-color:#1f29371a}.group:hover .group-hover\:bg-gray-800\/20{background-color:#1f293733}.group:hover .group-hover\:bg-gray-800\/30{background-color:#1f29374d}.group:hover .group-hover\:bg-gray-800\/40{background-color:#1f293766}.group:hover .group-hover\:bg-gray-800\/50{background-color:#1f293780}.group:hover .group-hover\:bg-gray-800\/60{background-color:#1f293799}.group:hover .group-hover\:bg-gray-800\/70{background-color:#1f2937b3}.group:hover .group-hover\:bg-gray-800\/75{background-color:#1f2937bf}.group:hover .group-hover\:bg-gray-800\/80{background-color:#1f2937cc}.group:hover .group-hover\:bg-gray-800\/90{background-color:#1f2937e6}.group:hover .group-hover\:bg-gray-900{background-color:#111827}.group:hover .group-hover\:bg-gray-900\/0{background-color:#11182700}.group:hover .group-hover\:bg-gray-900\/10{background-color:#1118271a}.group:hover .group-hover\:bg-gray-900\/20{background-color:#11182733}.group:hover .group-hover\:bg-gray-900\/30{background-color:#1118274d}.group:hover .group-hover\:bg-gray-900\/40{background-color:#11182766}.group:hover .group-hover\:bg-gray-900\/50{background-color:#11182780}.group:hover .group-hover\:bg-gray-900\/60{background-color:#11182799}.group:hover .group-hover\:bg-gray-900\/70{background-color:#111827b3}.group:hover .group-hover\:bg-gray-900\/75{background-color:#111827bf}.group:hover .group-hover\:bg-gray-900\/80{background-color:#111827cc}.group:hover .group-hover\:bg-gray-900\/90{background-color:#111827e6}.group:hover .group-hover\:bg-gray-950{background-color:#030712}.group:hover .group-hover\:bg-gray-950\/0{background-color:#03071200}.group:hover .group-hover\:bg-gray-950\/10{background-color:#0307121a}.group:hover .group-hover\:bg-gray-950\/20{background-color:#03071233}.group:hover .group-hover\:bg-gray-950\/30{background-color:#0307124d}.group:hover .group-hover\:bg-gray-950\/40{background-color:#03071266}.group:hover .group-hover\:bg-gray-950\/50{background-color:#03071280}.group:hover .group-hover\:bg-gray-950\/60{background-color:#03071299}.group:hover .group-hover\:bg-gray-950\/70{background-color:#030712b3}.group:hover .group-hover\:bg-gray-950\/75{background-color:#030712bf}.group:hover .group-hover\:bg-gray-950\/80{background-color:#030712cc}.group:hover .group-hover\:bg-gray-950\/90{background-color:#030712e6}.group:hover .group-hover\:bg-zinc-50{background-color:#fafafa}.group:hover .group-hover\:bg-zinc-50\/0{background-color:#fafafa00}.group:hover .group-hover\:bg-zinc-50\/10{background-color:#fafafa1a}.group:hover .group-hover\:bg-zinc-50\/20{background-color:#fafafa33}.group:hover .group-hover\:bg-zinc-50\/30{background-color:#fafafa4d}.group:hover .group-hover\:bg-zinc-50\/40{background-color:#fafafa66}.group:hover .group-hover\:bg-zinc-50\/50{background-color:#fafafa80}.group:hover .group-hover\:bg-zinc-50\/60{background-color:#fafafa99}.group:hover .group-hover\:bg-zinc-50\/70{background-color:#fafafab3}.group:hover .group-hover\:bg-zinc-50\/75{background-color:#fafafabf}.group:hover .group-hover\:bg-zinc-50\/80{background-color:#fafafacc}.group:hover .group-hover\:bg-zinc-50\/90{background-color:#fafafae6}.group:hover .group-hover\:bg-zinc-100{background-color:#f4f4f5}.group:hover .group-hover\:bg-zinc-100\/0{background-color:#f4f4f500}.group:hover .group-hover\:bg-zinc-100\/10{background-color:#f4f4f51a}.group:hover .group-hover\:bg-zinc-100\/20{background-color:#f4f4f533}.group:hover .group-hover\:bg-zinc-100\/30{background-color:#f4f4f54d}.group:hover .group-hover\:bg-zinc-100\/40{background-color:#f4f4f566}.group:hover .group-hover\:bg-zinc-100\/50{background-color:#f4f4f580}.group:hover .group-hover\:bg-zinc-100\/60{background-color:#f4f4f599}.group:hover .group-hover\:bg-zinc-100\/70{background-color:#f4f4f5b3}.group:hover .group-hover\:bg-zinc-100\/75{background-color:#f4f4f5bf}.group:hover .group-hover\:bg-zinc-100\/80{background-color:#f4f4f5cc}.group:hover .group-hover\:bg-zinc-100\/90{background-color:#f4f4f5e6}.group:hover .group-hover\:bg-zinc-200{background-color:#e4e4e7}.group:hover .group-hover\:bg-zinc-200\/0{background-color:#e4e4e700}.group:hover .group-hover\:bg-zinc-200\/10{background-color:#e4e4e71a}.group:hover .group-hover\:bg-zinc-200\/20{background-color:#e4e4e733}.group:hover .group-hover\:bg-zinc-200\/30{background-color:#e4e4e74d}.group:hover .group-hover\:bg-zinc-200\/40{background-color:#e4e4e766}.group:hover .group-hover\:bg-zinc-200\/50{background-color:#e4e4e780}.group:hover .group-hover\:bg-zinc-200\/60{background-color:#e4e4e799}.group:hover .group-hover\:bg-zinc-200\/70{background-color:#e4e4e7b3}.group:hover .group-hover\:bg-zinc-200\/75{background-color:#e4e4e7bf}.group:hover .group-hover\:bg-zinc-200\/80{background-color:#e4e4e7cc}.group:hover .group-hover\:bg-zinc-200\/90{background-color:#e4e4e7e6}.group:hover .group-hover\:bg-zinc-300{background-color:#d4d4d8}.group:hover .group-hover\:bg-zinc-300\/0{background-color:#d4d4d800}.group:hover .group-hover\:bg-zinc-300\/10{background-color:#d4d4d81a}.group:hover .group-hover\:bg-zinc-300\/20{background-color:#d4d4d833}.group:hover .group-hover\:bg-zinc-300\/30{background-color:#d4d4d84d}.group:hover .group-hover\:bg-zinc-300\/40{background-color:#d4d4d866}.group:hover .group-hover\:bg-zinc-300\/50{background-color:#d4d4d880}.group:hover .group-hover\:bg-zinc-300\/60{background-color:#d4d4d899}.group:hover .group-hover\:bg-zinc-300\/70{background-color:#d4d4d8b3}.group:hover .group-hover\:bg-zinc-300\/75{background-color:#d4d4d8bf}.group:hover .group-hover\:bg-zinc-300\/80{background-color:#d4d4d8cc}.group:hover .group-hover\:bg-zinc-300\/90{background-color:#d4d4d8e6}.group:hover .group-hover\:bg-zinc-400{background-color:#a1a1aa}.group:hover .group-hover\:bg-zinc-400\/0{background-color:#a1a1aa00}.group:hover .group-hover\:bg-zinc-400\/10{background-color:#a1a1aa1a}.group:hover .group-hover\:bg-zinc-400\/20{background-color:#a1a1aa33}.group:hover .group-hover\:bg-zinc-400\/30{background-color:#a1a1aa4d}.group:hover .group-hover\:bg-zinc-400\/40{background-color:#a1a1aa66}.group:hover .group-hover\:bg-zinc-400\/50{background-color:#a1a1aa80}.group:hover .group-hover\:bg-zinc-400\/60{background-color:#a1a1aa99}.group:hover .group-hover\:bg-zinc-400\/70{background-color:#a1a1aab3}.group:hover .group-hover\:bg-zinc-400\/75{background-color:#a1a1aabf}.group:hover .group-hover\:bg-zinc-400\/80{background-color:#a1a1aacc}.group:hover .group-hover\:bg-zinc-400\/90{background-color:#a1a1aae6}.group:hover .group-hover\:bg-zinc-500{background-color:#71717a}.group:hover .group-hover\:bg-zinc-500\/0{background-color:#71717a00}.group:hover .group-hover\:bg-zinc-500\/10{background-color:#71717a1a}.group:hover .group-hover\:bg-zinc-500\/20{background-color:#71717a33}.group:hover .group-hover\:bg-zinc-500\/30{background-color:#71717a4d}.group:hover .group-hover\:bg-zinc-500\/40{background-color:#71717a66}.group:hover .group-hover\:bg-zinc-500\/50{background-color:#71717a80}.group:hover .group-hover\:bg-zinc-500\/60{background-color:#71717a99}.group:hover .group-hover\:bg-zinc-500\/70{background-color:#71717ab3}.group:hover .group-hover\:bg-zinc-500\/75{background-color:#71717abf}.group:hover .group-hover\:bg-zinc-500\/80{background-color:#71717acc}.group:hover .group-hover\:bg-zinc-500\/90{background-color:#71717ae6}.group:hover .group-hover\:bg-zinc-600{background-color:#52525b}.group:hover .group-hover\:bg-zinc-600\/0{background-color:#52525b00}.group:hover .group-hover\:bg-zinc-600\/10{background-color:#52525b1a}.group:hover .group-hover\:bg-zinc-600\/20{background-color:#52525b33}.group:hover .group-hover\:bg-zinc-600\/30{background-color:#52525b4d}.group:hover .group-hover\:bg-zinc-600\/40{background-color:#52525b66}.group:hover .group-hover\:bg-zinc-600\/50{background-color:#52525b80}.group:hover .group-hover\:bg-zinc-600\/60{background-color:#52525b99}.group:hover .group-hover\:bg-zinc-600\/70{background-color:#52525bb3}.group:hover .group-hover\:bg-zinc-600\/75{background-color:#52525bbf}.group:hover .group-hover\:bg-zinc-600\/80{background-color:#52525bcc}.group:hover .group-hover\:bg-zinc-600\/90{background-color:#52525be6}.group:hover .group-hover\:bg-zinc-700{background-color:#3f3f46}.group:hover .group-hover\:bg-zinc-700\/0{background-color:#3f3f4600}.group:hover .group-hover\:bg-zinc-700\/10{background-color:#3f3f461a}.group:hover .group-hover\:bg-zinc-700\/20{background-color:#3f3f4633}.group:hover .group-hover\:bg-zinc-700\/30{background-color:#3f3f464d}.group:hover .group-hover\:bg-zinc-700\/40{background-color:#3f3f4666}.group:hover .group-hover\:bg-zinc-700\/50{background-color:#3f3f4680}.group:hover .group-hover\:bg-zinc-700\/60{background-color:#3f3f4699}.group:hover .group-hover\:bg-zinc-700\/70{background-color:#3f3f46b3}.group:hover .group-hover\:bg-zinc-700\/75{background-color:#3f3f46bf}.group:hover .group-hover\:bg-zinc-700\/80{background-color:#3f3f46cc}.group:hover .group-hover\:bg-zinc-700\/90{background-color:#3f3f46e6}.group:hover .group-hover\:bg-zinc-800{background-color:#27272a}.group:hover .group-hover\:bg-zinc-800\/0{background-color:#27272a00}.group:hover .group-hover\:bg-zinc-800\/10{background-color:#27272a1a}.group:hover .group-hover\:bg-zinc-800\/20{background-color:#27272a33}.group:hover .group-hover\:bg-zinc-800\/30{background-color:#27272a4d}.group:hover .group-hover\:bg-zinc-800\/40{background-color:#27272a66}.group:hover .group-hover\:bg-zinc-800\/50{background-color:#27272a80}.group:hover .group-hover\:bg-zinc-800\/60{background-color:#27272a99}.group:hover .group-hover\:bg-zinc-800\/70{background-color:#27272ab3}.group:hover .group-hover\:bg-zinc-800\/75{background-color:#27272abf}.group:hover .group-hover\:bg-zinc-800\/80{background-color:#27272acc}.group:hover .group-hover\:bg-zinc-800\/90{background-color:#27272ae6}.group:hover .group-hover\:bg-zinc-900{background-color:#18181b}.group:hover .group-hover\:bg-zinc-900\/0{background-color:#18181b00}.group:hover .group-hover\:bg-zinc-900\/10{background-color:#18181b1a}.group:hover .group-hover\:bg-zinc-900\/20{background-color:#18181b33}.group:hover .group-hover\:bg-zinc-900\/30{background-color:#18181b4d}.group:hover .group-hover\:bg-zinc-900\/40{background-color:#18181b66}.group:hover .group-hover\:bg-zinc-900\/50{background-color:#18181b80}.group:hover .group-hover\:bg-zinc-900\/60{background-color:#18181b99}.group:hover .group-hover\:bg-zinc-900\/70{background-color:#18181bb3}.group:hover .group-hover\:bg-zinc-900\/75{background-color:#18181bbf}.group:hover .group-hover\:bg-zinc-900\/80{background-color:#18181bcc}.group:hover .group-hover\:bg-zinc-900\/90{background-color:#18181be6}.group:hover .group-hover\:bg-zinc-950{background-color:#09090b}.group:hover .group-hover\:bg-zinc-950\/0{background-color:#09090b00}.group:hover .group-hover\:bg-zinc-950\/10{background-color:#09090b1a}.group:hover .group-hover\:bg-zinc-950\/20{background-color:#09090b33}.group:hover .group-hover\:bg-zinc-950\/30{background-color:#09090b4d}.group:hover .group-hover\:bg-zinc-950\/40{background-color:#09090b66}.group:hover .group-hover\:bg-zinc-950\/50{background-color:#09090b80}.group:hover .group-hover\:bg-zinc-950\/60{background-color:#09090b99}.group:hover .group-hover\:bg-zinc-950\/70{background-color:#09090bb3}.group:hover .group-hover\:bg-zinc-950\/75{background-color:#09090bbf}.group:hover .group-hover\:bg-zinc-950\/80{background-color:#09090bcc}.group:hover .group-hover\:bg-zinc-950\/90{background-color:#09090be6}.group:hover .group-hover\:bg-neutral-50{background-color:#fafafa}.group:hover .group-hover\:bg-neutral-50\/0{background-color:#fafafa00}.group:hover .group-hover\:bg-neutral-50\/10{background-color:#fafafa1a}.group:hover .group-hover\:bg-neutral-50\/20{background-color:#fafafa33}.group:hover .group-hover\:bg-neutral-50\/30{background-color:#fafafa4d}.group:hover .group-hover\:bg-neutral-50\/40{background-color:#fafafa66}.group:hover .group-hover\:bg-neutral-50\/50{background-color:#fafafa80}.group:hover .group-hover\:bg-neutral-50\/60{background-color:#fafafa99}.group:hover .group-hover\:bg-neutral-50\/70{background-color:#fafafab3}.group:hover .group-hover\:bg-neutral-50\/75{background-color:#fafafabf}.group:hover .group-hover\:bg-neutral-50\/80{background-color:#fafafacc}.group:hover .group-hover\:bg-neutral-50\/90{background-color:#fafafae6}.group:hover .group-hover\:bg-neutral-100{background-color:#f5f5f5}.group:hover .group-hover\:bg-neutral-100\/0{background-color:#f5f5f500}.group:hover .group-hover\:bg-neutral-100\/10{background-color:#f5f5f51a}.group:hover .group-hover\:bg-neutral-100\/20{background-color:#f5f5f533}.group:hover .group-hover\:bg-neutral-100\/30{background-color:#f5f5f54d}.group:hover .group-hover\:bg-neutral-100\/40{background-color:#f5f5f566}.group:hover .group-hover\:bg-neutral-100\/50{background-color:#f5f5f580}.group:hover .group-hover\:bg-neutral-100\/60{background-color:#f5f5f599}.group:hover .group-hover\:bg-neutral-100\/70{background-color:#f5f5f5b3}.group:hover .group-hover\:bg-neutral-100\/75{background-color:#f5f5f5bf}.group:hover .group-hover\:bg-neutral-100\/80{background-color:#f5f5f5cc}.group:hover .group-hover\:bg-neutral-100\/90{background-color:#f5f5f5e6}.group:hover .group-hover\:bg-neutral-200{background-color:#e5e5e5}.group:hover .group-hover\:bg-neutral-200\/0{background-color:#e5e5e500}.group:hover .group-hover\:bg-neutral-200\/10{background-color:#e5e5e51a}.group:hover .group-hover\:bg-neutral-200\/20{background-color:#e5e5e533}.group:hover .group-hover\:bg-neutral-200\/30{background-color:#e5e5e54d}.group:hover .group-hover\:bg-neutral-200\/40{background-color:#e5e5e566}.group:hover .group-hover\:bg-neutral-200\/50{background-color:#e5e5e580}.group:hover .group-hover\:bg-neutral-200\/60{background-color:#e5e5e599}.group:hover .group-hover\:bg-neutral-200\/70{background-color:#e5e5e5b3}.group:hover .group-hover\:bg-neutral-200\/75{background-color:#e5e5e5bf}.group:hover .group-hover\:bg-neutral-200\/80{background-color:#e5e5e5cc}.group:hover .group-hover\:bg-neutral-200\/90{background-color:#e5e5e5e6}.group:hover .group-hover\:bg-neutral-300{background-color:#d4d4d4}.group:hover .group-hover\:bg-neutral-300\/0{background-color:#d4d4d400}.group:hover .group-hover\:bg-neutral-300\/10{background-color:#d4d4d41a}.group:hover .group-hover\:bg-neutral-300\/20{background-color:#d4d4d433}.group:hover .group-hover\:bg-neutral-300\/30{background-color:#d4d4d44d}.group:hover .group-hover\:bg-neutral-300\/40{background-color:#d4d4d466}.group:hover .group-hover\:bg-neutral-300\/50{background-color:#d4d4d480}.group:hover .group-hover\:bg-neutral-300\/60{background-color:#d4d4d499}.group:hover .group-hover\:bg-neutral-300\/70{background-color:#d4d4d4b3}.group:hover .group-hover\:bg-neutral-300\/75{background-color:#d4d4d4bf}.group:hover .group-hover\:bg-neutral-300\/80{background-color:#d4d4d4cc}.group:hover .group-hover\:bg-neutral-300\/90{background-color:#d4d4d4e6}.group:hover .group-hover\:bg-neutral-400{background-color:#a3a3a3}.group:hover .group-hover\:bg-neutral-400\/0{background-color:#a3a3a300}.group:hover .group-hover\:bg-neutral-400\/10{background-color:#a3a3a31a}.group:hover .group-hover\:bg-neutral-400\/20{background-color:#a3a3a333}.group:hover .group-hover\:bg-neutral-400\/30{background-color:#a3a3a34d}.group:hover .group-hover\:bg-neutral-400\/40{background-color:#a3a3a366}.group:hover .group-hover\:bg-neutral-400\/50{background-color:#a3a3a380}.group:hover .group-hover\:bg-neutral-400\/60{background-color:#a3a3a399}.group:hover .group-hover\:bg-neutral-400\/70{background-color:#a3a3a3b3}.group:hover .group-hover\:bg-neutral-400\/75{background-color:#a3a3a3bf}.group:hover .group-hover\:bg-neutral-400\/80{background-color:#a3a3a3cc}.group:hover .group-hover\:bg-neutral-400\/90{background-color:#a3a3a3e6}.group:hover .group-hover\:bg-neutral-500{background-color:#737373}.group:hover .group-hover\:bg-neutral-500\/0{background-color:#73737300}.group:hover .group-hover\:bg-neutral-500\/10{background-color:#7373731a}.group:hover .group-hover\:bg-neutral-500\/20{background-color:#73737333}.group:hover .group-hover\:bg-neutral-500\/30{background-color:#7373734d}.group:hover .group-hover\:bg-neutral-500\/40{background-color:#73737366}.group:hover .group-hover\:bg-neutral-500\/50{background-color:#73737380}.group:hover .group-hover\:bg-neutral-500\/60{background-color:#73737399}.group:hover .group-hover\:bg-neutral-500\/70{background-color:#737373b3}.group:hover .group-hover\:bg-neutral-500\/75{background-color:#737373bf}.group:hover .group-hover\:bg-neutral-500\/80{background-color:#737373cc}.group:hover .group-hover\:bg-neutral-500\/90{background-color:#737373e6}.group:hover .group-hover\:bg-neutral-600{background-color:#525252}.group:hover .group-hover\:bg-neutral-600\/0{background-color:#52525200}.group:hover .group-hover\:bg-neutral-600\/10{background-color:#5252521a}.group:hover .group-hover\:bg-neutral-600\/20{background-color:#52525233}.group:hover .group-hover\:bg-neutral-600\/30{background-color:#5252524d}.group:hover .group-hover\:bg-neutral-600\/40{background-color:#52525266}.group:hover .group-hover\:bg-neutral-600\/50{background-color:#52525280}.group:hover .group-hover\:bg-neutral-600\/60{background-color:#52525299}.group:hover .group-hover\:bg-neutral-600\/70{background-color:#525252b3}.group:hover .group-hover\:bg-neutral-600\/75{background-color:#525252bf}.group:hover .group-hover\:bg-neutral-600\/80{background-color:#525252cc}.group:hover .group-hover\:bg-neutral-600\/90{background-color:#525252e6}.group:hover .group-hover\:bg-neutral-700{background-color:#404040}.group:hover .group-hover\:bg-neutral-700\/0{background-color:#40404000}.group:hover .group-hover\:bg-neutral-700\/10{background-color:#4040401a}.group:hover .group-hover\:bg-neutral-700\/20{background-color:#40404033}.group:hover .group-hover\:bg-neutral-700\/30{background-color:#4040404d}.group:hover .group-hover\:bg-neutral-700\/40{background-color:#40404066}.group:hover .group-hover\:bg-neutral-700\/50{background-color:#40404080}.group:hover .group-hover\:bg-neutral-700\/60{background-color:#40404099}.group:hover .group-hover\:bg-neutral-700\/70{background-color:#404040b3}.group:hover .group-hover\:bg-neutral-700\/75{background-color:#404040bf}.group:hover .group-hover\:bg-neutral-700\/80{background-color:#404040cc}.group:hover .group-hover\:bg-neutral-700\/90{background-color:#404040e6}.group:hover .group-hover\:bg-neutral-800{background-color:#262626}.group:hover .group-hover\:bg-neutral-800\/0{background-color:#26262600}.group:hover .group-hover\:bg-neutral-800\/10{background-color:#2626261a}.group:hover .group-hover\:bg-neutral-800\/20{background-color:#26262633}.group:hover .group-hover\:bg-neutral-800\/30{background-color:#2626264d}.group:hover .group-hover\:bg-neutral-800\/40{background-color:#26262666}.group:hover .group-hover\:bg-neutral-800\/50{background-color:#26262680}.group:hover .group-hover\:bg-neutral-800\/60{background-color:#26262699}.group:hover .group-hover\:bg-neutral-800\/70{background-color:#262626b3}.group:hover .group-hover\:bg-neutral-800\/75{background-color:#262626bf}.group:hover .group-hover\:bg-neutral-800\/80{background-color:#262626cc}.group:hover .group-hover\:bg-neutral-800\/90{background-color:#262626e6}.group:hover .group-hover\:bg-neutral-900{background-color:#171717}.group:hover .group-hover\:bg-neutral-900\/0{background-color:#17171700}.group:hover .group-hover\:bg-neutral-900\/10{background-color:#1717171a}.group:hover .group-hover\:bg-neutral-900\/20{background-color:#17171733}.group:hover .group-hover\:bg-neutral-900\/30{background-color:#1717174d}.group:hover .group-hover\:bg-neutral-900\/40{background-color:#17171766}.group:hover .group-hover\:bg-neutral-900\/50{background-color:#17171780}.group:hover .group-hover\:bg-neutral-900\/60{background-color:#17171799}.group:hover .group-hover\:bg-neutral-900\/70{background-color:#171717b3}.group:hover .group-hover\:bg-neutral-900\/75{background-color:#171717bf}.group:hover .group-hover\:bg-neutral-900\/80{background-color:#171717cc}.group:hover .group-hover\:bg-neutral-900\/90{background-color:#171717e6}.group:hover .group-hover\:bg-neutral-950{background-color:#0a0a0a}.group:hover .group-hover\:bg-neutral-950\/0{background-color:#0a0a0a00}.group:hover .group-hover\:bg-neutral-950\/10{background-color:#0a0a0a1a}.group:hover .group-hover\:bg-neutral-950\/20{background-color:#0a0a0a33}.group:hover .group-hover\:bg-neutral-950\/30{background-color:#0a0a0a4d}.group:hover .group-hover\:bg-neutral-950\/40{background-color:#0a0a0a66}.group:hover .group-hover\:bg-neutral-950\/50{background-color:#0a0a0a80}.group:hover .group-hover\:bg-neutral-950\/60{background-color:#0a0a0a99}.group:hover .group-hover\:bg-neutral-950\/70{background-color:#0a0a0ab3}.group:hover .group-hover\:bg-neutral-950\/75{background-color:#0a0a0abf}.group:hover .group-hover\:bg-neutral-950\/80{background-color:#0a0a0acc}.group:hover .group-hover\:bg-neutral-950\/90{background-color:#0a0a0ae6}.group:hover .group-hover\:bg-stone-50{background-color:#fafaf9}.group:hover .group-hover\:bg-stone-50\/0{background-color:#fafaf900}.group:hover .group-hover\:bg-stone-50\/10{background-color:#fafaf91a}.group:hover .group-hover\:bg-stone-50\/20{background-color:#fafaf933}.group:hover .group-hover\:bg-stone-50\/30{background-color:#fafaf94d}.group:hover .group-hover\:bg-stone-50\/40{background-color:#fafaf966}.group:hover .group-hover\:bg-stone-50\/50{background-color:#fafaf980}.group:hover .group-hover\:bg-stone-50\/60{background-color:#fafaf999}.group:hover .group-hover\:bg-stone-50\/70{background-color:#fafaf9b3}.group:hover .group-hover\:bg-stone-50\/75{background-color:#fafaf9bf}.group:hover .group-hover\:bg-stone-50\/80{background-color:#fafaf9cc}.group:hover .group-hover\:bg-stone-50\/90{background-color:#fafaf9e6}.group:hover .group-hover\:bg-stone-100{background-color:#f5f5f4}.group:hover .group-hover\:bg-stone-100\/0{background-color:#f5f5f400}.group:hover .group-hover\:bg-stone-100\/10{background-color:#f5f5f41a}.group:hover .group-hover\:bg-stone-100\/20{background-color:#f5f5f433}.group:hover .group-hover\:bg-stone-100\/30{background-color:#f5f5f44d}.group:hover .group-hover\:bg-stone-100\/40{background-color:#f5f5f466}.group:hover .group-hover\:bg-stone-100\/50{background-color:#f5f5f480}.group:hover .group-hover\:bg-stone-100\/60{background-color:#f5f5f499}.group:hover .group-hover\:bg-stone-100\/70{background-color:#f5f5f4b3}.group:hover .group-hover\:bg-stone-100\/75{background-color:#f5f5f4bf}.group:hover .group-hover\:bg-stone-100\/80{background-color:#f5f5f4cc}.group:hover .group-hover\:bg-stone-100\/90{background-color:#f5f5f4e6}.group:hover .group-hover\:bg-stone-200{background-color:#e7e5e4}.group:hover .group-hover\:bg-stone-200\/0{background-color:#e7e5e400}.group:hover .group-hover\:bg-stone-200\/10{background-color:#e7e5e41a}.group:hover .group-hover\:bg-stone-200\/20{background-color:#e7e5e433}.group:hover .group-hover\:bg-stone-200\/30{background-color:#e7e5e44d}.group:hover .group-hover\:bg-stone-200\/40{background-color:#e7e5e466}.group:hover .group-hover\:bg-stone-200\/50{background-color:#e7e5e480}.group:hover .group-hover\:bg-stone-200\/60{background-color:#e7e5e499}.group:hover .group-hover\:bg-stone-200\/70{background-color:#e7e5e4b3}.group:hover .group-hover\:bg-stone-200\/75{background-color:#e7e5e4bf}.group:hover .group-hover\:bg-stone-200\/80{background-color:#e7e5e4cc}.group:hover .group-hover\:bg-stone-200\/90{background-color:#e7e5e4e6}.group:hover .group-hover\:bg-stone-300{background-color:#d6d3d1}.group:hover .group-hover\:bg-stone-300\/0{background-color:#d6d3d100}.group:hover .group-hover\:bg-stone-300\/10{background-color:#d6d3d11a}.group:hover .group-hover\:bg-stone-300\/20{background-color:#d6d3d133}.group:hover .group-hover\:bg-stone-300\/30{background-color:#d6d3d14d}.group:hover .group-hover\:bg-stone-300\/40{background-color:#d6d3d166}.group:hover .group-hover\:bg-stone-300\/50{background-color:#d6d3d180}.group:hover .group-hover\:bg-stone-300\/60{background-color:#d6d3d199}.group:hover .group-hover\:bg-stone-300\/70{background-color:#d6d3d1b3}.group:hover .group-hover\:bg-stone-300\/75{background-color:#d6d3d1bf}.group:hover .group-hover\:bg-stone-300\/80{background-color:#d6d3d1cc}.group:hover .group-hover\:bg-stone-300\/90{background-color:#d6d3d1e6}.group:hover .group-hover\:bg-stone-400{background-color:#a8a29e}.group:hover .group-hover\:bg-stone-400\/0{background-color:#a8a29e00}.group:hover .group-hover\:bg-stone-400\/10{background-color:#a8a29e1a}.group:hover .group-hover\:bg-stone-400\/20{background-color:#a8a29e33}.group:hover .group-hover\:bg-stone-400\/30{background-color:#a8a29e4d}.group:hover .group-hover\:bg-stone-400\/40{background-color:#a8a29e66}.group:hover .group-hover\:bg-stone-400\/50{background-color:#a8a29e80}.group:hover .group-hover\:bg-stone-400\/60{background-color:#a8a29e99}.group:hover .group-hover\:bg-stone-400\/70{background-color:#a8a29eb3}.group:hover .group-hover\:bg-stone-400\/75{background-color:#a8a29ebf}.group:hover .group-hover\:bg-stone-400\/80{background-color:#a8a29ecc}.group:hover .group-hover\:bg-stone-400\/90{background-color:#a8a29ee6}.group:hover .group-hover\:bg-stone-500{background-color:#78716c}.group:hover .group-hover\:bg-stone-500\/0{background-color:#78716c00}.group:hover .group-hover\:bg-stone-500\/10{background-color:#78716c1a}.group:hover .group-hover\:bg-stone-500\/20{background-color:#78716c33}.group:hover .group-hover\:bg-stone-500\/30{background-color:#78716c4d}.group:hover .group-hover\:bg-stone-500\/40{background-color:#78716c66}.group:hover .group-hover\:bg-stone-500\/50{background-color:#78716c80}.group:hover .group-hover\:bg-stone-500\/60{background-color:#78716c99}.group:hover .group-hover\:bg-stone-500\/70{background-color:#78716cb3}.group:hover .group-hover\:bg-stone-500\/75{background-color:#78716cbf}.group:hover .group-hover\:bg-stone-500\/80{background-color:#78716ccc}.group:hover .group-hover\:bg-stone-500\/90{background-color:#78716ce6}.group:hover .group-hover\:bg-stone-600{background-color:#57534e}.group:hover .group-hover\:bg-stone-600\/0{background-color:#57534e00}.group:hover .group-hover\:bg-stone-600\/10{background-color:#57534e1a}.group:hover .group-hover\:bg-stone-600\/20{background-color:#57534e33}.group:hover .group-hover\:bg-stone-600\/30{background-color:#57534e4d}.group:hover .group-hover\:bg-stone-600\/40{background-color:#57534e66}.group:hover .group-hover\:bg-stone-600\/50{background-color:#57534e80}.group:hover .group-hover\:bg-stone-600\/60{background-color:#57534e99}.group:hover .group-hover\:bg-stone-600\/70{background-color:#57534eb3}.group:hover .group-hover\:bg-stone-600\/75{background-color:#57534ebf}.group:hover .group-hover\:bg-stone-600\/80{background-color:#57534ecc}.group:hover .group-hover\:bg-stone-600\/90{background-color:#57534ee6}.group:hover .group-hover\:bg-stone-700{background-color:#44403c}.group:hover .group-hover\:bg-stone-700\/0{background-color:#44403c00}.group:hover .group-hover\:bg-stone-700\/10{background-color:#44403c1a}.group:hover .group-hover\:bg-stone-700\/20{background-color:#44403c33}.group:hover .group-hover\:bg-stone-700\/30{background-color:#44403c4d}.group:hover .group-hover\:bg-stone-700\/40{background-color:#44403c66}.group:hover .group-hover\:bg-stone-700\/50{background-color:#44403c80}.group:hover .group-hover\:bg-stone-700\/60{background-color:#44403c99}.group:hover .group-hover\:bg-stone-700\/70{background-color:#44403cb3}.group:hover .group-hover\:bg-stone-700\/75{background-color:#44403cbf}.group:hover .group-hover\:bg-stone-700\/80{background-color:#44403ccc}.group:hover .group-hover\:bg-stone-700\/90{background-color:#44403ce6}.group:hover .group-hover\:bg-stone-800{background-color:#292524}.group:hover .group-hover\:bg-stone-800\/0{background-color:#29252400}.group:hover .group-hover\:bg-stone-800\/10{background-color:#2925241a}.group:hover .group-hover\:bg-stone-800\/20{background-color:#29252433}.group:hover .group-hover\:bg-stone-800\/30{background-color:#2925244d}.group:hover .group-hover\:bg-stone-800\/40{background-color:#29252466}.group:hover .group-hover\:bg-stone-800\/50{background-color:#29252480}.group:hover .group-hover\:bg-stone-800\/60{background-color:#29252499}.group:hover .group-hover\:bg-stone-800\/70{background-color:#292524b3}.group:hover .group-hover\:bg-stone-800\/75{background-color:#292524bf}.group:hover .group-hover\:bg-stone-800\/80{background-color:#292524cc}.group:hover .group-hover\:bg-stone-800\/90{background-color:#292524e6}.group:hover .group-hover\:bg-stone-900{background-color:#1c1917}.group:hover .group-hover\:bg-stone-900\/0{background-color:#1c191700}.group:hover .group-hover\:bg-stone-900\/10{background-color:#1c19171a}.group:hover .group-hover\:bg-stone-900\/20{background-color:#1c191733}.group:hover .group-hover\:bg-stone-900\/30{background-color:#1c19174d}.group:hover .group-hover\:bg-stone-900\/40{background-color:#1c191766}.group:hover .group-hover\:bg-stone-900\/50{background-color:#1c191780}.group:hover .group-hover\:bg-stone-900\/60{background-color:#1c191799}.group:hover .group-hover\:bg-stone-900\/70{background-color:#1c1917b3}.group:hover .group-hover\:bg-stone-900\/75{background-color:#1c1917bf}.group:hover .group-hover\:bg-stone-900\/80{background-color:#1c1917cc}.group:hover .group-hover\:bg-stone-900\/90{background-color:#1c1917e6}.group:hover .group-hover\:bg-stone-950{background-color:#0c0a09}.group:hover .group-hover\:bg-stone-950\/0{background-color:#0c0a0900}.group:hover .group-hover\:bg-stone-950\/10{background-color:#0c0a091a}.group:hover .group-hover\:bg-stone-950\/20{background-color:#0c0a0933}.group:hover .group-hover\:bg-stone-950\/30{background-color:#0c0a094d}.group:hover .group-hover\:bg-stone-950\/40{background-color:#0c0a0966}.group:hover .group-hover\:bg-stone-950\/50{background-color:#0c0a0980}.group:hover .group-hover\:bg-stone-950\/60{background-color:#0c0a0999}.group:hover .group-hover\:bg-stone-950\/70{background-color:#0c0a09b3}.group:hover .group-hover\:bg-stone-950\/75{background-color:#0c0a09bf}.group:hover .group-hover\:bg-stone-950\/80{background-color:#0c0a09cc}.group:hover .group-hover\:bg-stone-950\/90{background-color:#0c0a09e6}.group:hover .group-hover\:bg-red-50{background-color:#fef2f2}.group:hover .group-hover\:bg-red-50\/0{background-color:#fef2f200}.group:hover .group-hover\:bg-red-50\/10{background-color:#fef2f21a}.group:hover .group-hover\:bg-red-50\/20{background-color:#fef2f233}.group:hover .group-hover\:bg-red-50\/30{background-color:#fef2f24d}.group:hover .group-hover\:bg-red-50\/40{background-color:#fef2f266}.group:hover .group-hover\:bg-red-50\/50{background-color:#fef2f280}.group:hover .group-hover\:bg-red-50\/60{background-color:#fef2f299}.group:hover .group-hover\:bg-red-50\/70{background-color:#fef2f2b3}.group:hover .group-hover\:bg-red-50\/75{background-color:#fef2f2bf}.group:hover .group-hover\:bg-red-50\/80{background-color:#fef2f2cc}.group:hover .group-hover\:bg-red-50\/90{background-color:#fef2f2e6}.group:hover .group-hover\:bg-red-100{background-color:#fee2e2}.group:hover .group-hover\:bg-red-100\/0{background-color:#fee2e200}.group:hover .group-hover\:bg-red-100\/10{background-color:#fee2e21a}.group:hover .group-hover\:bg-red-100\/20{background-color:#fee2e233}.group:hover .group-hover\:bg-red-100\/30{background-color:#fee2e24d}.group:hover .group-hover\:bg-red-100\/40{background-color:#fee2e266}.group:hover .group-hover\:bg-red-100\/50{background-color:#fee2e280}.group:hover .group-hover\:bg-red-100\/60{background-color:#fee2e299}.group:hover .group-hover\:bg-red-100\/70{background-color:#fee2e2b3}.group:hover .group-hover\:bg-red-100\/75{background-color:#fee2e2bf}.group:hover .group-hover\:bg-red-100\/80{background-color:#fee2e2cc}.group:hover .group-hover\:bg-red-100\/90{background-color:#fee2e2e6}.group:hover .group-hover\:bg-red-200{background-color:#fecaca}.group:hover .group-hover\:bg-red-200\/0{background-color:#fecaca00}.group:hover .group-hover\:bg-red-200\/10{background-color:#fecaca1a}.group:hover .group-hover\:bg-red-200\/20{background-color:#fecaca33}.group:hover .group-hover\:bg-red-200\/30{background-color:#fecaca4d}.group:hover .group-hover\:bg-red-200\/40{background-color:#fecaca66}.group:hover .group-hover\:bg-red-200\/50{background-color:#fecaca80}.group:hover .group-hover\:bg-red-200\/60{background-color:#fecaca99}.group:hover .group-hover\:bg-red-200\/70{background-color:#fecacab3}.group:hover .group-hover\:bg-red-200\/75{background-color:#fecacabf}.group:hover .group-hover\:bg-red-200\/80{background-color:#fecacacc}.group:hover .group-hover\:bg-red-200\/90{background-color:#fecacae6}.group:hover .group-hover\:bg-red-300{background-color:#fca5a5}.group:hover .group-hover\:bg-red-300\/0{background-color:#fca5a500}.group:hover .group-hover\:bg-red-300\/10{background-color:#fca5a51a}.group:hover .group-hover\:bg-red-300\/20{background-color:#fca5a533}.group:hover .group-hover\:bg-red-300\/30{background-color:#fca5a54d}.group:hover .group-hover\:bg-red-300\/40{background-color:#fca5a566}.group:hover .group-hover\:bg-red-300\/50{background-color:#fca5a580}.group:hover .group-hover\:bg-red-300\/60{background-color:#fca5a599}.group:hover .group-hover\:bg-red-300\/70{background-color:#fca5a5b3}.group:hover .group-hover\:bg-red-300\/75{background-color:#fca5a5bf}.group:hover .group-hover\:bg-red-300\/80{background-color:#fca5a5cc}.group:hover .group-hover\:bg-red-300\/90{background-color:#fca5a5e6}.group:hover .group-hover\:bg-red-400{background-color:#f87171}.group:hover .group-hover\:bg-red-400\/0{background-color:#f8717100}.group:hover .group-hover\:bg-red-400\/10{background-color:#f871711a}.group:hover .group-hover\:bg-red-400\/20{background-color:#f8717133}.group:hover .group-hover\:bg-red-400\/30{background-color:#f871714d}.group:hover .group-hover\:bg-red-400\/40{background-color:#f8717166}.group:hover .group-hover\:bg-red-400\/50{background-color:#f8717180}.group:hover .group-hover\:bg-red-400\/60{background-color:#f8717199}.group:hover .group-hover\:bg-red-400\/70{background-color:#f87171b3}.group:hover .group-hover\:bg-red-400\/75{background-color:#f87171bf}.group:hover .group-hover\:bg-red-400\/80{background-color:#f87171cc}.group:hover .group-hover\:bg-red-400\/90{background-color:#f87171e6}.group:hover .group-hover\:bg-red-500{background-color:#ef4444}.group:hover .group-hover\:bg-red-500\/0{background-color:#ef444400}.group:hover .group-hover\:bg-red-500\/10{background-color:#ef44441a}.group:hover .group-hover\:bg-red-500\/20{background-color:#ef444433}.group:hover .group-hover\:bg-red-500\/30{background-color:#ef44444d}.group:hover .group-hover\:bg-red-500\/40{background-color:#ef444466}.group:hover .group-hover\:bg-red-500\/50{background-color:#ef444480}.group:hover .group-hover\:bg-red-500\/60{background-color:#ef444499}.group:hover .group-hover\:bg-red-500\/70{background-color:#ef4444b3}.group:hover .group-hover\:bg-red-500\/75{background-color:#ef4444bf}.group:hover .group-hover\:bg-red-500\/80{background-color:#ef4444cc}.group:hover .group-hover\:bg-red-500\/90{background-color:#ef4444e6}.group:hover .group-hover\:bg-red-600{background-color:#dc2626}.group:hover .group-hover\:bg-red-600\/0{background-color:#dc262600}.group:hover .group-hover\:bg-red-600\/10{background-color:#dc26261a}.group:hover .group-hover\:bg-red-600\/20{background-color:#dc262633}.group:hover .group-hover\:bg-red-600\/30{background-color:#dc26264d}.group:hover .group-hover\:bg-red-600\/40{background-color:#dc262666}.group:hover .group-hover\:bg-red-600\/50{background-color:#dc262680}.group:hover .group-hover\:bg-red-600\/60{background-color:#dc262699}.group:hover .group-hover\:bg-red-600\/70{background-color:#dc2626b3}.group:hover .group-hover\:bg-red-600\/75{background-color:#dc2626bf}.group:hover .group-hover\:bg-red-600\/80{background-color:#dc2626cc}.group:hover .group-hover\:bg-red-600\/90{background-color:#dc2626e6}.group:hover .group-hover\:bg-red-700{background-color:#b91c1c}.group:hover .group-hover\:bg-red-700\/0{background-color:#b91c1c00}.group:hover .group-hover\:bg-red-700\/10{background-color:#b91c1c1a}.group:hover .group-hover\:bg-red-700\/20{background-color:#b91c1c33}.group:hover .group-hover\:bg-red-700\/30{background-color:#b91c1c4d}.group:hover .group-hover\:bg-red-700\/40{background-color:#b91c1c66}.group:hover .group-hover\:bg-red-700\/50{background-color:#b91c1c80}.group:hover .group-hover\:bg-red-700\/60{background-color:#b91c1c99}.group:hover .group-hover\:bg-red-700\/70{background-color:#b91c1cb3}.group:hover .group-hover\:bg-red-700\/75{background-color:#b91c1cbf}.group:hover .group-hover\:bg-red-700\/80{background-color:#b91c1ccc}.group:hover .group-hover\:bg-red-700\/90{background-color:#b91c1ce6}.group:hover .group-hover\:bg-red-800{background-color:#991b1b}.group:hover .group-hover\:bg-red-800\/0{background-color:#991b1b00}.group:hover .group-hover\:bg-red-800\/10{background-color:#991b1b1a}.group:hover .group-hover\:bg-red-800\/20{background-color:#991b1b33}.group:hover .group-hover\:bg-red-800\/30{background-color:#991b1b4d}.group:hover .group-hover\:bg-red-800\/40{background-color:#991b1b66}.group:hover .group-hover\:bg-red-800\/50{background-color:#991b1b80}.group:hover .group-hover\:bg-red-800\/60{background-color:#991b1b99}.group:hover .group-hover\:bg-red-800\/70{background-color:#991b1bb3}.group:hover .group-hover\:bg-red-800\/75{background-color:#991b1bbf}.group:hover .group-hover\:bg-red-800\/80{background-color:#991b1bcc}.group:hover .group-hover\:bg-red-800\/90{background-color:#991b1be6}.group:hover .group-hover\:bg-red-900{background-color:#7f1d1d}.group:hover .group-hover\:bg-red-900\/0{background-color:#7f1d1d00}.group:hover .group-hover\:bg-red-900\/10{background-color:#7f1d1d1a}.group:hover .group-hover\:bg-red-900\/20{background-color:#7f1d1d33}.group:hover .group-hover\:bg-red-900\/30{background-color:#7f1d1d4d}.group:hover .group-hover\:bg-red-900\/40{background-color:#7f1d1d66}.group:hover .group-hover\:bg-red-900\/50{background-color:#7f1d1d80}.group:hover .group-hover\:bg-red-900\/60{background-color:#7f1d1d99}.group:hover .group-hover\:bg-red-900\/70{background-color:#7f1d1db3}.group:hover .group-hover\:bg-red-900\/75{background-color:#7f1d1dbf}.group:hover .group-hover\:bg-red-900\/80{background-color:#7f1d1dcc}.group:hover .group-hover\:bg-red-900\/90{background-color:#7f1d1de6}.group:hover .group-hover\:bg-red-950{background-color:#450a0a}.group:hover .group-hover\:bg-red-950\/0{background-color:#450a0a00}.group:hover .group-hover\:bg-red-950\/10{background-color:#450a0a1a}.group:hover .group-hover\:bg-red-950\/20{background-color:#450a0a33}.group:hover .group-hover\:bg-red-950\/30{background-color:#450a0a4d}.group:hover .group-hover\:bg-red-950\/40{background-color:#450a0a66}.group:hover .group-hover\:bg-red-950\/50{background-color:#450a0a80}.group:hover .group-hover\:bg-red-950\/60{background-color:#450a0a99}.group:hover .group-hover\:bg-red-950\/70{background-color:#450a0ab3}.group:hover .group-hover\:bg-red-950\/75{background-color:#450a0abf}.group:hover .group-hover\:bg-red-950\/80{background-color:#450a0acc}.group:hover .group-hover\:bg-red-950\/90{background-color:#450a0ae6}.group:hover .group-hover\:bg-orange-50{background-color:#fff7ed}.group:hover .group-hover\:bg-orange-50\/0{background-color:#fff7ed00}.group:hover .group-hover\:bg-orange-50\/10{background-color:#fff7ed1a}.group:hover .group-hover\:bg-orange-50\/20{background-color:#fff7ed33}.group:hover .group-hover\:bg-orange-50\/30{background-color:#fff7ed4d}.group:hover .group-hover\:bg-orange-50\/40{background-color:#fff7ed66}.group:hover .group-hover\:bg-orange-50\/50{background-color:#fff7ed80}.group:hover .group-hover\:bg-orange-50\/60{background-color:#fff7ed99}.group:hover .group-hover\:bg-orange-50\/70{background-color:#fff7edb3}.group:hover .group-hover\:bg-orange-50\/75{background-color:#fff7edbf}.group:hover .group-hover\:bg-orange-50\/80{background-color:#fff7edcc}.group:hover .group-hover\:bg-orange-50\/90{background-color:#fff7ede6}.group:hover .group-hover\:bg-orange-100{background-color:#ffedd5}.group:hover .group-hover\:bg-orange-100\/0{background-color:#ffedd500}.group:hover .group-hover\:bg-orange-100\/10{background-color:#ffedd51a}.group:hover .group-hover\:bg-orange-100\/20{background-color:#ffedd533}.group:hover .group-hover\:bg-orange-100\/30{background-color:#ffedd54d}.group:hover .group-hover\:bg-orange-100\/40{background-color:#ffedd566}.group:hover .group-hover\:bg-orange-100\/50{background-color:#ffedd580}.group:hover .group-hover\:bg-orange-100\/60{background-color:#ffedd599}.group:hover .group-hover\:bg-orange-100\/70{background-color:#ffedd5b3}.group:hover .group-hover\:bg-orange-100\/75{background-color:#ffedd5bf}.group:hover .group-hover\:bg-orange-100\/80{background-color:#ffedd5cc}.group:hover .group-hover\:bg-orange-100\/90{background-color:#ffedd5e6}.group:hover .group-hover\:bg-orange-200{background-color:#fed7aa}.group:hover .group-hover\:bg-orange-200\/0{background-color:#fed7aa00}.group:hover .group-hover\:bg-orange-200\/10{background-color:#fed7aa1a}.group:hover .group-hover\:bg-orange-200\/20{background-color:#fed7aa33}.group:hover .group-hover\:bg-orange-200\/30{background-color:#fed7aa4d}.group:hover .group-hover\:bg-orange-200\/40{background-color:#fed7aa66}.group:hover .group-hover\:bg-orange-200\/50{background-color:#fed7aa80}.group:hover .group-hover\:bg-orange-200\/60{background-color:#fed7aa99}.group:hover .group-hover\:bg-orange-200\/70{background-color:#fed7aab3}.group:hover .group-hover\:bg-orange-200\/75{background-color:#fed7aabf}.group:hover .group-hover\:bg-orange-200\/80{background-color:#fed7aacc}.group:hover .group-hover\:bg-orange-200\/90{background-color:#fed7aae6}.group:hover .group-hover\:bg-orange-300{background-color:#fdba74}.group:hover .group-hover\:bg-orange-300\/0{background-color:#fdba7400}.group:hover .group-hover\:bg-orange-300\/10{background-color:#fdba741a}.group:hover .group-hover\:bg-orange-300\/20{background-color:#fdba7433}.group:hover .group-hover\:bg-orange-300\/30{background-color:#fdba744d}.group:hover .group-hover\:bg-orange-300\/40{background-color:#fdba7466}.group:hover .group-hover\:bg-orange-300\/50{background-color:#fdba7480}.group:hover .group-hover\:bg-orange-300\/60{background-color:#fdba7499}.group:hover .group-hover\:bg-orange-300\/70{background-color:#fdba74b3}.group:hover .group-hover\:bg-orange-300\/75{background-color:#fdba74bf}.group:hover .group-hover\:bg-orange-300\/80{background-color:#fdba74cc}.group:hover .group-hover\:bg-orange-300\/90{background-color:#fdba74e6}.group:hover .group-hover\:bg-orange-400{background-color:#fb923c}.group:hover .group-hover\:bg-orange-400\/0{background-color:#fb923c00}.group:hover .group-hover\:bg-orange-400\/10{background-color:#fb923c1a}.group:hover .group-hover\:bg-orange-400\/20{background-color:#fb923c33}.group:hover .group-hover\:bg-orange-400\/30{background-color:#fb923c4d}.group:hover .group-hover\:bg-orange-400\/40{background-color:#fb923c66}.group:hover .group-hover\:bg-orange-400\/50{background-color:#fb923c80}.group:hover .group-hover\:bg-orange-400\/60{background-color:#fb923c99}.group:hover .group-hover\:bg-orange-400\/70{background-color:#fb923cb3}.group:hover .group-hover\:bg-orange-400\/75{background-color:#fb923cbf}.group:hover .group-hover\:bg-orange-400\/80{background-color:#fb923ccc}.group:hover .group-hover\:bg-orange-400\/90{background-color:#fb923ce6}.group:hover .group-hover\:bg-orange-500{background-color:#f97316}.group:hover .group-hover\:bg-orange-500\/0{background-color:#f9731600}.group:hover .group-hover\:bg-orange-500\/10{background-color:#f973161a}.group:hover .group-hover\:bg-orange-500\/20{background-color:#f9731633}.group:hover .group-hover\:bg-orange-500\/30{background-color:#f973164d}.group:hover .group-hover\:bg-orange-500\/40{background-color:#f9731666}.group:hover .group-hover\:bg-orange-500\/50{background-color:#f9731680}.group:hover .group-hover\:bg-orange-500\/60{background-color:#f9731699}.group:hover .group-hover\:bg-orange-500\/70{background-color:#f97316b3}.group:hover .group-hover\:bg-orange-500\/75{background-color:#f97316bf}.group:hover .group-hover\:bg-orange-500\/80{background-color:#f97316cc}.group:hover .group-hover\:bg-orange-500\/90{background-color:#f97316e6}.group:hover .group-hover\:bg-orange-600{background-color:#ea580c}.group:hover .group-hover\:bg-orange-600\/0{background-color:#ea580c00}.group:hover .group-hover\:bg-orange-600\/10{background-color:#ea580c1a}.group:hover .group-hover\:bg-orange-600\/20{background-color:#ea580c33}.group:hover .group-hover\:bg-orange-600\/30{background-color:#ea580c4d}.group:hover .group-hover\:bg-orange-600\/40{background-color:#ea580c66}.group:hover .group-hover\:bg-orange-600\/50{background-color:#ea580c80}.group:hover .group-hover\:bg-orange-600\/60{background-color:#ea580c99}.group:hover .group-hover\:bg-orange-600\/70{background-color:#ea580cb3}.group:hover .group-hover\:bg-orange-600\/75{background-color:#ea580cbf}.group:hover .group-hover\:bg-orange-600\/80{background-color:#ea580ccc}.group:hover .group-hover\:bg-orange-600\/90{background-color:#ea580ce6}.group:hover .group-hover\:bg-orange-700{background-color:#c2410c}.group:hover .group-hover\:bg-orange-700\/0{background-color:#c2410c00}.group:hover .group-hover\:bg-orange-700\/10{background-color:#c2410c1a}.group:hover .group-hover\:bg-orange-700\/20{background-color:#c2410c33}.group:hover .group-hover\:bg-orange-700\/30{background-color:#c2410c4d}.group:hover .group-hover\:bg-orange-700\/40{background-color:#c2410c66}.group:hover .group-hover\:bg-orange-700\/50{background-color:#c2410c80}.group:hover .group-hover\:bg-orange-700\/60{background-color:#c2410c99}.group:hover .group-hover\:bg-orange-700\/70{background-color:#c2410cb3}.group:hover .group-hover\:bg-orange-700\/75{background-color:#c2410cbf}.group:hover .group-hover\:bg-orange-700\/80{background-color:#c2410ccc}.group:hover .group-hover\:bg-orange-700\/90{background-color:#c2410ce6}.group:hover .group-hover\:bg-orange-800{background-color:#9a3412}.group:hover .group-hover\:bg-orange-800\/0{background-color:#9a341200}.group:hover .group-hover\:bg-orange-800\/10{background-color:#9a34121a}.group:hover .group-hover\:bg-orange-800\/20{background-color:#9a341233}.group:hover .group-hover\:bg-orange-800\/30{background-color:#9a34124d}.group:hover .group-hover\:bg-orange-800\/40{background-color:#9a341266}.group:hover .group-hover\:bg-orange-800\/50{background-color:#9a341280}.group:hover .group-hover\:bg-orange-800\/60{background-color:#9a341299}.group:hover .group-hover\:bg-orange-800\/70{background-color:#9a3412b3}.group:hover .group-hover\:bg-orange-800\/75{background-color:#9a3412bf}.group:hover .group-hover\:bg-orange-800\/80{background-color:#9a3412cc}.group:hover .group-hover\:bg-orange-800\/90{background-color:#9a3412e6}.group:hover .group-hover\:bg-orange-900{background-color:#7c2d12}.group:hover .group-hover\:bg-orange-900\/0{background-color:#7c2d1200}.group:hover .group-hover\:bg-orange-900\/10{background-color:#7c2d121a}.group:hover .group-hover\:bg-orange-900\/20{background-color:#7c2d1233}.group:hover .group-hover\:bg-orange-900\/30{background-color:#7c2d124d}.group:hover .group-hover\:bg-orange-900\/40{background-color:#7c2d1266}.group:hover .group-hover\:bg-orange-900\/50{background-color:#7c2d1280}.group:hover .group-hover\:bg-orange-900\/60{background-color:#7c2d1299}.group:hover .group-hover\:bg-orange-900\/70{background-color:#7c2d12b3}.group:hover .group-hover\:bg-orange-900\/75{background-color:#7c2d12bf}.group:hover .group-hover\:bg-orange-900\/80{background-color:#7c2d12cc}.group:hover .group-hover\:bg-orange-900\/90{background-color:#7c2d12e6}.group:hover .group-hover\:bg-orange-950{background-color:#431407}.group:hover .group-hover\:bg-orange-950\/0{background-color:#43140700}.group:hover .group-hover\:bg-orange-950\/10{background-color:#4314071a}.group:hover .group-hover\:bg-orange-950\/20{background-color:#43140733}.group:hover .group-hover\:bg-orange-950\/30{background-color:#4314074d}.group:hover .group-hover\:bg-orange-950\/40{background-color:#43140766}.group:hover .group-hover\:bg-orange-950\/50{background-color:#43140780}.group:hover .group-hover\:bg-orange-950\/60{background-color:#43140799}.group:hover .group-hover\:bg-orange-950\/70{background-color:#431407b3}.group:hover .group-hover\:bg-orange-950\/75{background-color:#431407bf}.group:hover .group-hover\:bg-orange-950\/80{background-color:#431407cc}.group:hover .group-hover\:bg-orange-950\/90{background-color:#431407e6}.group:hover .group-hover\:bg-amber-50{background-color:#fffbeb}.group:hover .group-hover\:bg-amber-50\/0{background-color:#fffbeb00}.group:hover .group-hover\:bg-amber-50\/10{background-color:#fffbeb1a}.group:hover .group-hover\:bg-amber-50\/20{background-color:#fffbeb33}.group:hover .group-hover\:bg-amber-50\/30{background-color:#fffbeb4d}.group:hover .group-hover\:bg-amber-50\/40{background-color:#fffbeb66}.group:hover .group-hover\:bg-amber-50\/50{background-color:#fffbeb80}.group:hover .group-hover\:bg-amber-50\/60{background-color:#fffbeb99}.group:hover .group-hover\:bg-amber-50\/70{background-color:#fffbebb3}.group:hover .group-hover\:bg-amber-50\/75{background-color:#fffbebbf}.group:hover .group-hover\:bg-amber-50\/80{background-color:#fffbebcc}.group:hover .group-hover\:bg-amber-50\/90{background-color:#fffbebe6}.group:hover .group-hover\:bg-amber-100{background-color:#fef3c7}.group:hover .group-hover\:bg-amber-100\/0{background-color:#fef3c700}.group:hover .group-hover\:bg-amber-100\/10{background-color:#fef3c71a}.group:hover .group-hover\:bg-amber-100\/20{background-color:#fef3c733}.group:hover .group-hover\:bg-amber-100\/30{background-color:#fef3c74d}.group:hover .group-hover\:bg-amber-100\/40{background-color:#fef3c766}.group:hover .group-hover\:bg-amber-100\/50{background-color:#fef3c780}.group:hover .group-hover\:bg-amber-100\/60{background-color:#fef3c799}.group:hover .group-hover\:bg-amber-100\/70{background-color:#fef3c7b3}.group:hover .group-hover\:bg-amber-100\/75{background-color:#fef3c7bf}.group:hover .group-hover\:bg-amber-100\/80{background-color:#fef3c7cc}.group:hover .group-hover\:bg-amber-100\/90{background-color:#fef3c7e6}.group:hover .group-hover\:bg-amber-200{background-color:#fde68a}.group:hover .group-hover\:bg-amber-200\/0{background-color:#fde68a00}.group:hover .group-hover\:bg-amber-200\/10{background-color:#fde68a1a}.group:hover .group-hover\:bg-amber-200\/20{background-color:#fde68a33}.group:hover .group-hover\:bg-amber-200\/30{background-color:#fde68a4d}.group:hover .group-hover\:bg-amber-200\/40{background-color:#fde68a66}.group:hover .group-hover\:bg-amber-200\/50{background-color:#fde68a80}.group:hover .group-hover\:bg-amber-200\/60{background-color:#fde68a99}.group:hover .group-hover\:bg-amber-200\/70{background-color:#fde68ab3}.group:hover .group-hover\:bg-amber-200\/75{background-color:#fde68abf}.group:hover .group-hover\:bg-amber-200\/80{background-color:#fde68acc}.group:hover .group-hover\:bg-amber-200\/90{background-color:#fde68ae6}.group:hover .group-hover\:bg-amber-300{background-color:#fcd34d}.group:hover .group-hover\:bg-amber-300\/0{background-color:#fcd34d00}.group:hover .group-hover\:bg-amber-300\/10{background-color:#fcd34d1a}.group:hover .group-hover\:bg-amber-300\/20{background-color:#fcd34d33}.group:hover .group-hover\:bg-amber-300\/30{background-color:#fcd34d4d}.group:hover .group-hover\:bg-amber-300\/40{background-color:#fcd34d66}.group:hover .group-hover\:bg-amber-300\/50{background-color:#fcd34d80}.group:hover .group-hover\:bg-amber-300\/60{background-color:#fcd34d99}.group:hover .group-hover\:bg-amber-300\/70{background-color:#fcd34db3}.group:hover .group-hover\:bg-amber-300\/75{background-color:#fcd34dbf}.group:hover .group-hover\:bg-amber-300\/80{background-color:#fcd34dcc}.group:hover .group-hover\:bg-amber-300\/90{background-color:#fcd34de6}.group:hover .group-hover\:bg-amber-400{background-color:#fbbf24}.group:hover .group-hover\:bg-amber-400\/0{background-color:#fbbf2400}.group:hover .group-hover\:bg-amber-400\/10{background-color:#fbbf241a}.group:hover .group-hover\:bg-amber-400\/20{background-color:#fbbf2433}.group:hover .group-hover\:bg-amber-400\/30{background-color:#fbbf244d}.group:hover .group-hover\:bg-amber-400\/40{background-color:#fbbf2466}.group:hover .group-hover\:bg-amber-400\/50{background-color:#fbbf2480}.group:hover .group-hover\:bg-amber-400\/60{background-color:#fbbf2499}.group:hover .group-hover\:bg-amber-400\/70{background-color:#fbbf24b3}.group:hover .group-hover\:bg-amber-400\/75{background-color:#fbbf24bf}.group:hover .group-hover\:bg-amber-400\/80{background-color:#fbbf24cc}.group:hover .group-hover\:bg-amber-400\/90{background-color:#fbbf24e6}.group:hover .group-hover\:bg-amber-500{background-color:#f59e0b}.group:hover .group-hover\:bg-amber-500\/0{background-color:#f59e0b00}.group:hover .group-hover\:bg-amber-500\/10{background-color:#f59e0b1a}.group:hover .group-hover\:bg-amber-500\/20{background-color:#f59e0b33}.group:hover .group-hover\:bg-amber-500\/30{background-color:#f59e0b4d}.group:hover .group-hover\:bg-amber-500\/40{background-color:#f59e0b66}.group:hover .group-hover\:bg-amber-500\/50{background-color:#f59e0b80}.group:hover .group-hover\:bg-amber-500\/60{background-color:#f59e0b99}.group:hover .group-hover\:bg-amber-500\/70{background-color:#f59e0bb3}.group:hover .group-hover\:bg-amber-500\/75{background-color:#f59e0bbf}.group:hover .group-hover\:bg-amber-500\/80{background-color:#f59e0bcc}.group:hover .group-hover\:bg-amber-500\/90{background-color:#f59e0be6}.group:hover .group-hover\:bg-amber-600{background-color:#d97706}.group:hover .group-hover\:bg-amber-600\/0{background-color:#d9770600}.group:hover .group-hover\:bg-amber-600\/10{background-color:#d977061a}.group:hover .group-hover\:bg-amber-600\/20{background-color:#d9770633}.group:hover .group-hover\:bg-amber-600\/30{background-color:#d977064d}.group:hover .group-hover\:bg-amber-600\/40{background-color:#d9770666}.group:hover .group-hover\:bg-amber-600\/50{background-color:#d9770680}.group:hover .group-hover\:bg-amber-600\/60{background-color:#d9770699}.group:hover .group-hover\:bg-amber-600\/70{background-color:#d97706b3}.group:hover .group-hover\:bg-amber-600\/75{background-color:#d97706bf}.group:hover .group-hover\:bg-amber-600\/80{background-color:#d97706cc}.group:hover .group-hover\:bg-amber-600\/90{background-color:#d97706e6}.group:hover .group-hover\:bg-amber-700{background-color:#b45309}.group:hover .group-hover\:bg-amber-700\/0{background-color:#b4530900}.group:hover .group-hover\:bg-amber-700\/10{background-color:#b453091a}.group:hover .group-hover\:bg-amber-700\/20{background-color:#b4530933}.group:hover .group-hover\:bg-amber-700\/30{background-color:#b453094d}.group:hover .group-hover\:bg-amber-700\/40{background-color:#b4530966}.group:hover .group-hover\:bg-amber-700\/50{background-color:#b4530980}.group:hover .group-hover\:bg-amber-700\/60{background-color:#b4530999}.group:hover .group-hover\:bg-amber-700\/70{background-color:#b45309b3}.group:hover .group-hover\:bg-amber-700\/75{background-color:#b45309bf}.group:hover .group-hover\:bg-amber-700\/80{background-color:#b45309cc}.group:hover .group-hover\:bg-amber-700\/90{background-color:#b45309e6}.group:hover .group-hover\:bg-amber-800{background-color:#92400e}.group:hover .group-hover\:bg-amber-800\/0{background-color:#92400e00}.group:hover .group-hover\:bg-amber-800\/10{background-color:#92400e1a}.group:hover .group-hover\:bg-amber-800\/20{background-color:#92400e33}.group:hover .group-hover\:bg-amber-800\/30{background-color:#92400e4d}.group:hover .group-hover\:bg-amber-800\/40{background-color:#92400e66}.group:hover .group-hover\:bg-amber-800\/50{background-color:#92400e80}.group:hover .group-hover\:bg-amber-800\/60{background-color:#92400e99}.group:hover .group-hover\:bg-amber-800\/70{background-color:#92400eb3}.group:hover .group-hover\:bg-amber-800\/75{background-color:#92400ebf}.group:hover .group-hover\:bg-amber-800\/80{background-color:#92400ecc}.group:hover .group-hover\:bg-amber-800\/90{background-color:#92400ee6}.group:hover .group-hover\:bg-amber-900{background-color:#78350f}.group:hover .group-hover\:bg-amber-900\/0{background-color:#78350f00}.group:hover .group-hover\:bg-amber-900\/10{background-color:#78350f1a}.group:hover .group-hover\:bg-amber-900\/20{background-color:#78350f33}.group:hover .group-hover\:bg-amber-900\/30{background-color:#78350f4d}.group:hover .group-hover\:bg-amber-900\/40{background-color:#78350f66}.group:hover .group-hover\:bg-amber-900\/50{background-color:#78350f80}.group:hover .group-hover\:bg-amber-900\/60{background-color:#78350f99}.group:hover .group-hover\:bg-amber-900\/70{background-color:#78350fb3}.group:hover .group-hover\:bg-amber-900\/75{background-color:#78350fbf}.group:hover .group-hover\:bg-amber-900\/80{background-color:#78350fcc}.group:hover .group-hover\:bg-amber-900\/90{background-color:#78350fe6}.group:hover .group-hover\:bg-amber-950{background-color:#451a03}.group:hover .group-hover\:bg-amber-950\/0{background-color:#451a0300}.group:hover .group-hover\:bg-amber-950\/10{background-color:#451a031a}.group:hover .group-hover\:bg-amber-950\/20{background-color:#451a0333}.group:hover .group-hover\:bg-amber-950\/30{background-color:#451a034d}.group:hover .group-hover\:bg-amber-950\/40{background-color:#451a0366}.group:hover .group-hover\:bg-amber-950\/50{background-color:#451a0380}.group:hover .group-hover\:bg-amber-950\/60{background-color:#451a0399}.group:hover .group-hover\:bg-amber-950\/70{background-color:#451a03b3}.group:hover .group-hover\:bg-amber-950\/75{background-color:#451a03bf}.group:hover .group-hover\:bg-amber-950\/80{background-color:#451a03cc}.group:hover .group-hover\:bg-amber-950\/90{background-color:#451a03e6}.group:hover .group-hover\:bg-yellow-50{background-color:#fefce8}.group:hover .group-hover\:bg-yellow-50\/0{background-color:#fefce800}.group:hover .group-hover\:bg-yellow-50\/10{background-color:#fefce81a}.group:hover .group-hover\:bg-yellow-50\/20{background-color:#fefce833}.group:hover .group-hover\:bg-yellow-50\/30{background-color:#fefce84d}.group:hover .group-hover\:bg-yellow-50\/40{background-color:#fefce866}.group:hover .group-hover\:bg-yellow-50\/50{background-color:#fefce880}.group:hover .group-hover\:bg-yellow-50\/60{background-color:#fefce899}.group:hover .group-hover\:bg-yellow-50\/70{background-color:#fefce8b3}.group:hover .group-hover\:bg-yellow-50\/75{background-color:#fefce8bf}.group:hover .group-hover\:bg-yellow-50\/80{background-color:#fefce8cc}.group:hover .group-hover\:bg-yellow-50\/90{background-color:#fefce8e6}.group:hover .group-hover\:bg-yellow-100{background-color:#fef9c3}.group:hover .group-hover\:bg-yellow-100\/0{background-color:#fef9c300}.group:hover .group-hover\:bg-yellow-100\/10{background-color:#fef9c31a}.group:hover .group-hover\:bg-yellow-100\/20{background-color:#fef9c333}.group:hover .group-hover\:bg-yellow-100\/30{background-color:#fef9c34d}.group:hover .group-hover\:bg-yellow-100\/40{background-color:#fef9c366}.group:hover .group-hover\:bg-yellow-100\/50{background-color:#fef9c380}.group:hover .group-hover\:bg-yellow-100\/60{background-color:#fef9c399}.group:hover .group-hover\:bg-yellow-100\/70{background-color:#fef9c3b3}.group:hover .group-hover\:bg-yellow-100\/75{background-color:#fef9c3bf}.group:hover .group-hover\:bg-yellow-100\/80{background-color:#fef9c3cc}.group:hover .group-hover\:bg-yellow-100\/90{background-color:#fef9c3e6}.group:hover .group-hover\:bg-yellow-200{background-color:#fef08a}.group:hover .group-hover\:bg-yellow-200\/0{background-color:#fef08a00}.group:hover .group-hover\:bg-yellow-200\/10{background-color:#fef08a1a}.group:hover .group-hover\:bg-yellow-200\/20{background-color:#fef08a33}.group:hover .group-hover\:bg-yellow-200\/30{background-color:#fef08a4d}.group:hover .group-hover\:bg-yellow-200\/40{background-color:#fef08a66}.group:hover .group-hover\:bg-yellow-200\/50{background-color:#fef08a80}.group:hover .group-hover\:bg-yellow-200\/60{background-color:#fef08a99}.group:hover .group-hover\:bg-yellow-200\/70{background-color:#fef08ab3}.group:hover .group-hover\:bg-yellow-200\/75{background-color:#fef08abf}.group:hover .group-hover\:bg-yellow-200\/80{background-color:#fef08acc}.group:hover .group-hover\:bg-yellow-200\/90{background-color:#fef08ae6}.group:hover .group-hover\:bg-yellow-300{background-color:#fde047}.group:hover .group-hover\:bg-yellow-300\/0{background-color:#fde04700}.group:hover .group-hover\:bg-yellow-300\/10{background-color:#fde0471a}.group:hover .group-hover\:bg-yellow-300\/20{background-color:#fde04733}.group:hover .group-hover\:bg-yellow-300\/30{background-color:#fde0474d}.group:hover .group-hover\:bg-yellow-300\/40{background-color:#fde04766}.group:hover .group-hover\:bg-yellow-300\/50{background-color:#fde04780}.group:hover .group-hover\:bg-yellow-300\/60{background-color:#fde04799}.group:hover .group-hover\:bg-yellow-300\/70{background-color:#fde047b3}.group:hover .group-hover\:bg-yellow-300\/75{background-color:#fde047bf}.group:hover .group-hover\:bg-yellow-300\/80{background-color:#fde047cc}.group:hover .group-hover\:bg-yellow-300\/90{background-color:#fde047e6}.group:hover .group-hover\:bg-yellow-400{background-color:#facc15}.group:hover .group-hover\:bg-yellow-400\/0{background-color:#facc1500}.group:hover .group-hover\:bg-yellow-400\/10{background-color:#facc151a}.group:hover .group-hover\:bg-yellow-400\/20{background-color:#facc1533}.group:hover .group-hover\:bg-yellow-400\/30{background-color:#facc154d}.group:hover .group-hover\:bg-yellow-400\/40{background-color:#facc1566}.group:hover .group-hover\:bg-yellow-400\/50{background-color:#facc1580}.group:hover .group-hover\:bg-yellow-400\/60{background-color:#facc1599}.group:hover .group-hover\:bg-yellow-400\/70{background-color:#facc15b3}.group:hover .group-hover\:bg-yellow-400\/75{background-color:#facc15bf}.group:hover .group-hover\:bg-yellow-400\/80{background-color:#facc15cc}.group:hover .group-hover\:bg-yellow-400\/90{background-color:#facc15e6}.group:hover .group-hover\:bg-yellow-500{background-color:#eab308}.group:hover .group-hover\:bg-yellow-500\/0{background-color:#eab30800}.group:hover .group-hover\:bg-yellow-500\/10{background-color:#eab3081a}.group:hover .group-hover\:bg-yellow-500\/20{background-color:#eab30833}.group:hover .group-hover\:bg-yellow-500\/30{background-color:#eab3084d}.group:hover .group-hover\:bg-yellow-500\/40{background-color:#eab30866}.group:hover .group-hover\:bg-yellow-500\/50{background-color:#eab30880}.group:hover .group-hover\:bg-yellow-500\/60{background-color:#eab30899}.group:hover .group-hover\:bg-yellow-500\/70{background-color:#eab308b3}.group:hover .group-hover\:bg-yellow-500\/75{background-color:#eab308bf}.group:hover .group-hover\:bg-yellow-500\/80{background-color:#eab308cc}.group:hover .group-hover\:bg-yellow-500\/90{background-color:#eab308e6}.group:hover .group-hover\:bg-yellow-600{background-color:#ca8a04}.group:hover .group-hover\:bg-yellow-600\/0{background-color:#ca8a0400}.group:hover .group-hover\:bg-yellow-600\/10{background-color:#ca8a041a}.group:hover .group-hover\:bg-yellow-600\/20{background-color:#ca8a0433}.group:hover .group-hover\:bg-yellow-600\/30{background-color:#ca8a044d}.group:hover .group-hover\:bg-yellow-600\/40{background-color:#ca8a0466}.group:hover .group-hover\:bg-yellow-600\/50{background-color:#ca8a0480}.group:hover .group-hover\:bg-yellow-600\/60{background-color:#ca8a0499}.group:hover .group-hover\:bg-yellow-600\/70{background-color:#ca8a04b3}.group:hover .group-hover\:bg-yellow-600\/75{background-color:#ca8a04bf}.group:hover .group-hover\:bg-yellow-600\/80{background-color:#ca8a04cc}.group:hover .group-hover\:bg-yellow-600\/90{background-color:#ca8a04e6}.group:hover .group-hover\:bg-yellow-700{background-color:#a16207}.group:hover .group-hover\:bg-yellow-700\/0{background-color:#a1620700}.group:hover .group-hover\:bg-yellow-700\/10{background-color:#a162071a}.group:hover .group-hover\:bg-yellow-700\/20{background-color:#a1620733}.group:hover .group-hover\:bg-yellow-700\/30{background-color:#a162074d}.group:hover .group-hover\:bg-yellow-700\/40{background-color:#a1620766}.group:hover .group-hover\:bg-yellow-700\/50{background-color:#a1620780}.group:hover .group-hover\:bg-yellow-700\/60{background-color:#a1620799}.group:hover .group-hover\:bg-yellow-700\/70{background-color:#a16207b3}.group:hover .group-hover\:bg-yellow-700\/75{background-color:#a16207bf}.group:hover .group-hover\:bg-yellow-700\/80{background-color:#a16207cc}.group:hover .group-hover\:bg-yellow-700\/90{background-color:#a16207e6}.group:hover .group-hover\:bg-yellow-800{background-color:#854d0e}.group:hover .group-hover\:bg-yellow-800\/0{background-color:#854d0e00}.group:hover .group-hover\:bg-yellow-800\/10{background-color:#854d0e1a}.group:hover .group-hover\:bg-yellow-800\/20{background-color:#854d0e33}.group:hover .group-hover\:bg-yellow-800\/30{background-color:#854d0e4d}.group:hover .group-hover\:bg-yellow-800\/40{background-color:#854d0e66}.group:hover .group-hover\:bg-yellow-800\/50{background-color:#854d0e80}.group:hover .group-hover\:bg-yellow-800\/60{background-color:#854d0e99}.group:hover .group-hover\:bg-yellow-800\/70{background-color:#854d0eb3}.group:hover .group-hover\:bg-yellow-800\/75{background-color:#854d0ebf}.group:hover .group-hover\:bg-yellow-800\/80{background-color:#854d0ecc}.group:hover .group-hover\:bg-yellow-800\/90{background-color:#854d0ee6}.group:hover .group-hover\:bg-yellow-900{background-color:#713f12}.group:hover .group-hover\:bg-yellow-900\/0{background-color:#713f1200}.group:hover .group-hover\:bg-yellow-900\/10{background-color:#713f121a}.group:hover .group-hover\:bg-yellow-900\/20{background-color:#713f1233}.group:hover .group-hover\:bg-yellow-900\/30{background-color:#713f124d}.group:hover .group-hover\:bg-yellow-900\/40{background-color:#713f1266}.group:hover .group-hover\:bg-yellow-900\/50{background-color:#713f1280}.group:hover .group-hover\:bg-yellow-900\/60{background-color:#713f1299}.group:hover .group-hover\:bg-yellow-900\/70{background-color:#713f12b3}.group:hover .group-hover\:bg-yellow-900\/75{background-color:#713f12bf}.group:hover .group-hover\:bg-yellow-900\/80{background-color:#713f12cc}.group:hover .group-hover\:bg-yellow-900\/90{background-color:#713f12e6}.group:hover .group-hover\:bg-yellow-950{background-color:#422006}.group:hover .group-hover\:bg-yellow-950\/0{background-color:#42200600}.group:hover .group-hover\:bg-yellow-950\/10{background-color:#4220061a}.group:hover .group-hover\:bg-yellow-950\/20{background-color:#42200633}.group:hover .group-hover\:bg-yellow-950\/30{background-color:#4220064d}.group:hover .group-hover\:bg-yellow-950\/40{background-color:#42200666}.group:hover .group-hover\:bg-yellow-950\/50{background-color:#42200680}.group:hover .group-hover\:bg-yellow-950\/60{background-color:#42200699}.group:hover .group-hover\:bg-yellow-950\/70{background-color:#422006b3}.group:hover .group-hover\:bg-yellow-950\/75{background-color:#422006bf}.group:hover .group-hover\:bg-yellow-950\/80{background-color:#422006cc}.group:hover .group-hover\:bg-yellow-950\/90{background-color:#422006e6}.group:hover .group-hover\:bg-lime-50{background-color:#f7fee7}.group:hover .group-hover\:bg-lime-50\/0{background-color:#f7fee700}.group:hover .group-hover\:bg-lime-50\/10{background-color:#f7fee71a}.group:hover .group-hover\:bg-lime-50\/20{background-color:#f7fee733}.group:hover .group-hover\:bg-lime-50\/30{background-color:#f7fee74d}.group:hover .group-hover\:bg-lime-50\/40{background-color:#f7fee766}.group:hover .group-hover\:bg-lime-50\/50{background-color:#f7fee780}.group:hover .group-hover\:bg-lime-50\/60{background-color:#f7fee799}.group:hover .group-hover\:bg-lime-50\/70{background-color:#f7fee7b3}.group:hover .group-hover\:bg-lime-50\/75{background-color:#f7fee7bf}.group:hover .group-hover\:bg-lime-50\/80{background-color:#f7fee7cc}.group:hover .group-hover\:bg-lime-50\/90{background-color:#f7fee7e6}.group:hover .group-hover\:bg-lime-100{background-color:#ecfccb}.group:hover .group-hover\:bg-lime-100\/0{background-color:#ecfccb00}.group:hover .group-hover\:bg-lime-100\/10{background-color:#ecfccb1a}.group:hover .group-hover\:bg-lime-100\/20{background-color:#ecfccb33}.group:hover .group-hover\:bg-lime-100\/30{background-color:#ecfccb4d}.group:hover .group-hover\:bg-lime-100\/40{background-color:#ecfccb66}.group:hover .group-hover\:bg-lime-100\/50{background-color:#ecfccb80}.group:hover .group-hover\:bg-lime-100\/60{background-color:#ecfccb99}.group:hover .group-hover\:bg-lime-100\/70{background-color:#ecfccbb3}.group:hover .group-hover\:bg-lime-100\/75{background-color:#ecfccbbf}.group:hover .group-hover\:bg-lime-100\/80{background-color:#ecfccbcc}.group:hover .group-hover\:bg-lime-100\/90{background-color:#ecfccbe6}.group:hover .group-hover\:bg-lime-200{background-color:#d9f99d}.group:hover .group-hover\:bg-lime-200\/0{background-color:#d9f99d00}.group:hover .group-hover\:bg-lime-200\/10{background-color:#d9f99d1a}.group:hover .group-hover\:bg-lime-200\/20{background-color:#d9f99d33}.group:hover .group-hover\:bg-lime-200\/30{background-color:#d9f99d4d}.group:hover .group-hover\:bg-lime-200\/40{background-color:#d9f99d66}.group:hover .group-hover\:bg-lime-200\/50{background-color:#d9f99d80}.group:hover .group-hover\:bg-lime-200\/60{background-color:#d9f99d99}.group:hover .group-hover\:bg-lime-200\/70{background-color:#d9f99db3}.group:hover .group-hover\:bg-lime-200\/75{background-color:#d9f99dbf}.group:hover .group-hover\:bg-lime-200\/80{background-color:#d9f99dcc}.group:hover .group-hover\:bg-lime-200\/90{background-color:#d9f99de6}.group:hover .group-hover\:bg-lime-300{background-color:#bef264}.group:hover .group-hover\:bg-lime-300\/0{background-color:#bef26400}.group:hover .group-hover\:bg-lime-300\/10{background-color:#bef2641a}.group:hover .group-hover\:bg-lime-300\/20{background-color:#bef26433}.group:hover .group-hover\:bg-lime-300\/30{background-color:#bef2644d}.group:hover .group-hover\:bg-lime-300\/40{background-color:#bef26466}.group:hover .group-hover\:bg-lime-300\/50{background-color:#bef26480}.group:hover .group-hover\:bg-lime-300\/60{background-color:#bef26499}.group:hover .group-hover\:bg-lime-300\/70{background-color:#bef264b3}.group:hover .group-hover\:bg-lime-300\/75{background-color:#bef264bf}.group:hover .group-hover\:bg-lime-300\/80{background-color:#bef264cc}.group:hover .group-hover\:bg-lime-300\/90{background-color:#bef264e6}.group:hover .group-hover\:bg-lime-400{background-color:#a3e635}.group:hover .group-hover\:bg-lime-400\/0{background-color:#a3e63500}.group:hover .group-hover\:bg-lime-400\/10{background-color:#a3e6351a}.group:hover .group-hover\:bg-lime-400\/20{background-color:#a3e63533}.group:hover .group-hover\:bg-lime-400\/30{background-color:#a3e6354d}.group:hover .group-hover\:bg-lime-400\/40{background-color:#a3e63566}.group:hover .group-hover\:bg-lime-400\/50{background-color:#a3e63580}.group:hover .group-hover\:bg-lime-400\/60{background-color:#a3e63599}.group:hover .group-hover\:bg-lime-400\/70{background-color:#a3e635b3}.group:hover .group-hover\:bg-lime-400\/75{background-color:#a3e635bf}.group:hover .group-hover\:bg-lime-400\/80{background-color:#a3e635cc}.group:hover .group-hover\:bg-lime-400\/90{background-color:#a3e635e6}.group:hover .group-hover\:bg-lime-500{background-color:#84cc16}.group:hover .group-hover\:bg-lime-500\/0{background-color:#84cc1600}.group:hover .group-hover\:bg-lime-500\/10{background-color:#84cc161a}.group:hover .group-hover\:bg-lime-500\/20{background-color:#84cc1633}.group:hover .group-hover\:bg-lime-500\/30{background-color:#84cc164d}.group:hover .group-hover\:bg-lime-500\/40{background-color:#84cc1666}.group:hover .group-hover\:bg-lime-500\/50{background-color:#84cc1680}.group:hover .group-hover\:bg-lime-500\/60{background-color:#84cc1699}.group:hover .group-hover\:bg-lime-500\/70{background-color:#84cc16b3}.group:hover .group-hover\:bg-lime-500\/75{background-color:#84cc16bf}.group:hover .group-hover\:bg-lime-500\/80{background-color:#84cc16cc}.group:hover .group-hover\:bg-lime-500\/90{background-color:#84cc16e6}.group:hover .group-hover\:bg-lime-600{background-color:#65a30d}.group:hover .group-hover\:bg-lime-600\/0{background-color:#65a30d00}.group:hover .group-hover\:bg-lime-600\/10{background-color:#65a30d1a}.group:hover .group-hover\:bg-lime-600\/20{background-color:#65a30d33}.group:hover .group-hover\:bg-lime-600\/30{background-color:#65a30d4d}.group:hover .group-hover\:bg-lime-600\/40{background-color:#65a30d66}.group:hover .group-hover\:bg-lime-600\/50{background-color:#65a30d80}.group:hover .group-hover\:bg-lime-600\/60{background-color:#65a30d99}.group:hover .group-hover\:bg-lime-600\/70{background-color:#65a30db3}.group:hover .group-hover\:bg-lime-600\/75{background-color:#65a30dbf}.group:hover .group-hover\:bg-lime-600\/80{background-color:#65a30dcc}.group:hover .group-hover\:bg-lime-600\/90{background-color:#65a30de6}.group:hover .group-hover\:bg-lime-700{background-color:#4d7c0f}.group:hover .group-hover\:bg-lime-700\/0{background-color:#4d7c0f00}.group:hover .group-hover\:bg-lime-700\/10{background-color:#4d7c0f1a}.group:hover .group-hover\:bg-lime-700\/20{background-color:#4d7c0f33}.group:hover .group-hover\:bg-lime-700\/30{background-color:#4d7c0f4d}.group:hover .group-hover\:bg-lime-700\/40{background-color:#4d7c0f66}.group:hover .group-hover\:bg-lime-700\/50{background-color:#4d7c0f80}.group:hover .group-hover\:bg-lime-700\/60{background-color:#4d7c0f99}.group:hover .group-hover\:bg-lime-700\/70{background-color:#4d7c0fb3}.group:hover .group-hover\:bg-lime-700\/75{background-color:#4d7c0fbf}.group:hover .group-hover\:bg-lime-700\/80{background-color:#4d7c0fcc}.group:hover .group-hover\:bg-lime-700\/90{background-color:#4d7c0fe6}.group:hover .group-hover\:bg-lime-800{background-color:#3f6212}.group:hover .group-hover\:bg-lime-800\/0{background-color:#3f621200}.group:hover .group-hover\:bg-lime-800\/10{background-color:#3f62121a}.group:hover .group-hover\:bg-lime-800\/20{background-color:#3f621233}.group:hover .group-hover\:bg-lime-800\/30{background-color:#3f62124d}.group:hover .group-hover\:bg-lime-800\/40{background-color:#3f621266}.group:hover .group-hover\:bg-lime-800\/50{background-color:#3f621280}.group:hover .group-hover\:bg-lime-800\/60{background-color:#3f621299}.group:hover .group-hover\:bg-lime-800\/70{background-color:#3f6212b3}.group:hover .group-hover\:bg-lime-800\/75{background-color:#3f6212bf}.group:hover .group-hover\:bg-lime-800\/80{background-color:#3f6212cc}.group:hover .group-hover\:bg-lime-800\/90{background-color:#3f6212e6}.group:hover .group-hover\:bg-lime-900{background-color:#365314}.group:hover .group-hover\:bg-lime-900\/0{background-color:#36531400}.group:hover .group-hover\:bg-lime-900\/10{background-color:#3653141a}.group:hover .group-hover\:bg-lime-900\/20{background-color:#36531433}.group:hover .group-hover\:bg-lime-900\/30{background-color:#3653144d}.group:hover .group-hover\:bg-lime-900\/40{background-color:#36531466}.group:hover .group-hover\:bg-lime-900\/50{background-color:#36531480}.group:hover .group-hover\:bg-lime-900\/60{background-color:#36531499}.group:hover .group-hover\:bg-lime-900\/70{background-color:#365314b3}.group:hover .group-hover\:bg-lime-900\/75{background-color:#365314bf}.group:hover .group-hover\:bg-lime-900\/80{background-color:#365314cc}.group:hover .group-hover\:bg-lime-900\/90{background-color:#365314e6}.group:hover .group-hover\:bg-lime-950{background-color:#1a2e05}.group:hover .group-hover\:bg-lime-950\/0{background-color:#1a2e0500}.group:hover .group-hover\:bg-lime-950\/10{background-color:#1a2e051a}.group:hover .group-hover\:bg-lime-950\/20{background-color:#1a2e0533}.group:hover .group-hover\:bg-lime-950\/30{background-color:#1a2e054d}.group:hover .group-hover\:bg-lime-950\/40{background-color:#1a2e0566}.group:hover .group-hover\:bg-lime-950\/50{background-color:#1a2e0580}.group:hover .group-hover\:bg-lime-950\/60{background-color:#1a2e0599}.group:hover .group-hover\:bg-lime-950\/70{background-color:#1a2e05b3}.group:hover .group-hover\:bg-lime-950\/75{background-color:#1a2e05bf}.group:hover .group-hover\:bg-lime-950\/80{background-color:#1a2e05cc}.group:hover .group-hover\:bg-lime-950\/90{background-color:#1a2e05e6}.group:hover .group-hover\:bg-green-50{background-color:#f0fdf4}.group:hover .group-hover\:bg-green-50\/0{background-color:#f0fdf400}.group:hover .group-hover\:bg-green-50\/10{background-color:#f0fdf41a}.group:hover .group-hover\:bg-green-50\/20{background-color:#f0fdf433}.group:hover .group-hover\:bg-green-50\/30{background-color:#f0fdf44d}.group:hover .group-hover\:bg-green-50\/40{background-color:#f0fdf466}.group:hover .group-hover\:bg-green-50\/50{background-color:#f0fdf480}.group:hover .group-hover\:bg-green-50\/60{background-color:#f0fdf499}.group:hover .group-hover\:bg-green-50\/70{background-color:#f0fdf4b3}.group:hover .group-hover\:bg-green-50\/75{background-color:#f0fdf4bf}.group:hover .group-hover\:bg-green-50\/80{background-color:#f0fdf4cc}.group:hover .group-hover\:bg-green-50\/90{background-color:#f0fdf4e6}.group:hover .group-hover\:bg-green-100{background-color:#dcfce7}.group:hover .group-hover\:bg-green-100\/0{background-color:#dcfce700}.group:hover .group-hover\:bg-green-100\/10{background-color:#dcfce71a}.group:hover .group-hover\:bg-green-100\/20{background-color:#dcfce733}.group:hover .group-hover\:bg-green-100\/30{background-color:#dcfce74d}.group:hover .group-hover\:bg-green-100\/40{background-color:#dcfce766}.group:hover .group-hover\:bg-green-100\/50{background-color:#dcfce780}.group:hover .group-hover\:bg-green-100\/60{background-color:#dcfce799}.group:hover .group-hover\:bg-green-100\/70{background-color:#dcfce7b3}.group:hover .group-hover\:bg-green-100\/75{background-color:#dcfce7bf}.group:hover .group-hover\:bg-green-100\/80{background-color:#dcfce7cc}.group:hover .group-hover\:bg-green-100\/90{background-color:#dcfce7e6}.group:hover .group-hover\:bg-green-200{background-color:#bbf7d0}.group:hover .group-hover\:bg-green-200\/0{background-color:#bbf7d000}.group:hover .group-hover\:bg-green-200\/10{background-color:#bbf7d01a}.group:hover .group-hover\:bg-green-200\/20{background-color:#bbf7d033}.group:hover .group-hover\:bg-green-200\/30{background-color:#bbf7d04d}.group:hover .group-hover\:bg-green-200\/40{background-color:#bbf7d066}.group:hover .group-hover\:bg-green-200\/50{background-color:#bbf7d080}.group:hover .group-hover\:bg-green-200\/60{background-color:#bbf7d099}.group:hover .group-hover\:bg-green-200\/70{background-color:#bbf7d0b3}.group:hover .group-hover\:bg-green-200\/75{background-color:#bbf7d0bf}.group:hover .group-hover\:bg-green-200\/80{background-color:#bbf7d0cc}.group:hover .group-hover\:bg-green-200\/90{background-color:#bbf7d0e6}.group:hover .group-hover\:bg-green-300{background-color:#86efac}.group:hover .group-hover\:bg-green-300\/0{background-color:#86efac00}.group:hover .group-hover\:bg-green-300\/10{background-color:#86efac1a}.group:hover .group-hover\:bg-green-300\/20{background-color:#86efac33}.group:hover .group-hover\:bg-green-300\/30{background-color:#86efac4d}.group:hover .group-hover\:bg-green-300\/40{background-color:#86efac66}.group:hover .group-hover\:bg-green-300\/50{background-color:#86efac80}.group:hover .group-hover\:bg-green-300\/60{background-color:#86efac99}.group:hover .group-hover\:bg-green-300\/70{background-color:#86efacb3}.group:hover .group-hover\:bg-green-300\/75{background-color:#86efacbf}.group:hover .group-hover\:bg-green-300\/80{background-color:#86efaccc}.group:hover .group-hover\:bg-green-300\/90{background-color:#86eface6}.group:hover .group-hover\:bg-green-400{background-color:#4ade80}.group:hover .group-hover\:bg-green-400\/0{background-color:#4ade8000}.group:hover .group-hover\:bg-green-400\/10{background-color:#4ade801a}.group:hover .group-hover\:bg-green-400\/20{background-color:#4ade8033}.group:hover .group-hover\:bg-green-400\/30{background-color:#4ade804d}.group:hover .group-hover\:bg-green-400\/40{background-color:#4ade8066}.group:hover .group-hover\:bg-green-400\/50{background-color:#4ade8080}.group:hover .group-hover\:bg-green-400\/60{background-color:#4ade8099}.group:hover .group-hover\:bg-green-400\/70{background-color:#4ade80b3}.group:hover .group-hover\:bg-green-400\/75{background-color:#4ade80bf}.group:hover .group-hover\:bg-green-400\/80{background-color:#4ade80cc}.group:hover .group-hover\:bg-green-400\/90{background-color:#4ade80e6}.group:hover .group-hover\:bg-green-500{background-color:#22c55e}.group:hover .group-hover\:bg-green-500\/0{background-color:#22c55e00}.group:hover .group-hover\:bg-green-500\/10{background-color:#22c55e1a}.group:hover .group-hover\:bg-green-500\/20{background-color:#22c55e33}.group:hover .group-hover\:bg-green-500\/30{background-color:#22c55e4d}.group:hover .group-hover\:bg-green-500\/40{background-color:#22c55e66}.group:hover .group-hover\:bg-green-500\/50{background-color:#22c55e80}.group:hover .group-hover\:bg-green-500\/60{background-color:#22c55e99}.group:hover .group-hover\:bg-green-500\/70{background-color:#22c55eb3}.group:hover .group-hover\:bg-green-500\/75{background-color:#22c55ebf}.group:hover .group-hover\:bg-green-500\/80{background-color:#22c55ecc}.group:hover .group-hover\:bg-green-500\/90{background-color:#22c55ee6}.group:hover .group-hover\:bg-green-600{background-color:#16a34a}.group:hover .group-hover\:bg-green-600\/0{background-color:#16a34a00}.group:hover .group-hover\:bg-green-600\/10{background-color:#16a34a1a}.group:hover .group-hover\:bg-green-600\/20{background-color:#16a34a33}.group:hover .group-hover\:bg-green-600\/30{background-color:#16a34a4d}.group:hover .group-hover\:bg-green-600\/40{background-color:#16a34a66}.group:hover .group-hover\:bg-green-600\/50{background-color:#16a34a80}.group:hover .group-hover\:bg-green-600\/60{background-color:#16a34a99}.group:hover .group-hover\:bg-green-600\/70{background-color:#16a34ab3}.group:hover .group-hover\:bg-green-600\/75{background-color:#16a34abf}.group:hover .group-hover\:bg-green-600\/80{background-color:#16a34acc}.group:hover .group-hover\:bg-green-600\/90{background-color:#16a34ae6}.group:hover .group-hover\:bg-green-700{background-color:#15803d}.group:hover .group-hover\:bg-green-700\/0{background-color:#15803d00}.group:hover .group-hover\:bg-green-700\/10{background-color:#15803d1a}.group:hover .group-hover\:bg-green-700\/20{background-color:#15803d33}.group:hover .group-hover\:bg-green-700\/30{background-color:#15803d4d}.group:hover .group-hover\:bg-green-700\/40{background-color:#15803d66}.group:hover .group-hover\:bg-green-700\/50{background-color:#15803d80}.group:hover .group-hover\:bg-green-700\/60{background-color:#15803d99}.group:hover .group-hover\:bg-green-700\/70{background-color:#15803db3}.group:hover .group-hover\:bg-green-700\/75{background-color:#15803dbf}.group:hover .group-hover\:bg-green-700\/80{background-color:#15803dcc}.group:hover .group-hover\:bg-green-700\/90{background-color:#15803de6}.group:hover .group-hover\:bg-green-800{background-color:#166534}.group:hover .group-hover\:bg-green-800\/0{background-color:#16653400}.group:hover .group-hover\:bg-green-800\/10{background-color:#1665341a}.group:hover .group-hover\:bg-green-800\/20{background-color:#16653433}.group:hover .group-hover\:bg-green-800\/30{background-color:#1665344d}.group:hover .group-hover\:bg-green-800\/40{background-color:#16653466}.group:hover .group-hover\:bg-green-800\/50{background-color:#16653480}.group:hover .group-hover\:bg-green-800\/60{background-color:#16653499}.group:hover .group-hover\:bg-green-800\/70{background-color:#166534b3}.group:hover .group-hover\:bg-green-800\/75{background-color:#166534bf}.group:hover .group-hover\:bg-green-800\/80{background-color:#166534cc}.group:hover .group-hover\:bg-green-800\/90{background-color:#166534e6}.group:hover .group-hover\:bg-green-900{background-color:#14532d}.group:hover .group-hover\:bg-green-900\/0{background-color:#14532d00}.group:hover .group-hover\:bg-green-900\/10{background-color:#14532d1a}.group:hover .group-hover\:bg-green-900\/20{background-color:#14532d33}.group:hover .group-hover\:bg-green-900\/30{background-color:#14532d4d}.group:hover .group-hover\:bg-green-900\/40{background-color:#14532d66}.group:hover .group-hover\:bg-green-900\/50{background-color:#14532d80}.group:hover .group-hover\:bg-green-900\/60{background-color:#14532d99}.group:hover .group-hover\:bg-green-900\/70{background-color:#14532db3}.group:hover .group-hover\:bg-green-900\/75{background-color:#14532dbf}.group:hover .group-hover\:bg-green-900\/80{background-color:#14532dcc}.group:hover .group-hover\:bg-green-900\/90{background-color:#14532de6}.group:hover .group-hover\:bg-green-950{background-color:#052e16}.group:hover .group-hover\:bg-green-950\/0{background-color:#052e1600}.group:hover .group-hover\:bg-green-950\/10{background-color:#052e161a}.group:hover .group-hover\:bg-green-950\/20{background-color:#052e1633}.group:hover .group-hover\:bg-green-950\/30{background-color:#052e164d}.group:hover .group-hover\:bg-green-950\/40{background-color:#052e1666}.group:hover .group-hover\:bg-green-950\/50{background-color:#052e1680}.group:hover .group-hover\:bg-green-950\/60{background-color:#052e1699}.group:hover .group-hover\:bg-green-950\/70{background-color:#052e16b3}.group:hover .group-hover\:bg-green-950\/75{background-color:#052e16bf}.group:hover .group-hover\:bg-green-950\/80{background-color:#052e16cc}.group:hover .group-hover\:bg-green-950\/90{background-color:#052e16e6}.group:hover .group-hover\:bg-emerald-50{background-color:#ecfdf5}.group:hover .group-hover\:bg-emerald-50\/0{background-color:#ecfdf500}.group:hover .group-hover\:bg-emerald-50\/10{background-color:#ecfdf51a}.group:hover .group-hover\:bg-emerald-50\/20{background-color:#ecfdf533}.group:hover .group-hover\:bg-emerald-50\/30{background-color:#ecfdf54d}.group:hover .group-hover\:bg-emerald-50\/40{background-color:#ecfdf566}.group:hover .group-hover\:bg-emerald-50\/50{background-color:#ecfdf580}.group:hover .group-hover\:bg-emerald-50\/60{background-color:#ecfdf599}.group:hover .group-hover\:bg-emerald-50\/70{background-color:#ecfdf5b3}.group:hover .group-hover\:bg-emerald-50\/75{background-color:#ecfdf5bf}.group:hover .group-hover\:bg-emerald-50\/80{background-color:#ecfdf5cc}.group:hover .group-hover\:bg-emerald-50\/90{background-color:#ecfdf5e6}.group:hover .group-hover\:bg-emerald-100{background-color:#d1fae5}.group:hover .group-hover\:bg-emerald-100\/0{background-color:#d1fae500}.group:hover .group-hover\:bg-emerald-100\/10{background-color:#d1fae51a}.group:hover .group-hover\:bg-emerald-100\/20{background-color:#d1fae533}.group:hover .group-hover\:bg-emerald-100\/30{background-color:#d1fae54d}.group:hover .group-hover\:bg-emerald-100\/40{background-color:#d1fae566}.group:hover .group-hover\:bg-emerald-100\/50{background-color:#d1fae580}.group:hover .group-hover\:bg-emerald-100\/60{background-color:#d1fae599}.group:hover .group-hover\:bg-emerald-100\/70{background-color:#d1fae5b3}.group:hover .group-hover\:bg-emerald-100\/75{background-color:#d1fae5bf}.group:hover .group-hover\:bg-emerald-100\/80{background-color:#d1fae5cc}.group:hover .group-hover\:bg-emerald-100\/90{background-color:#d1fae5e6}.group:hover .group-hover\:bg-emerald-200{background-color:#a7f3d0}.group:hover .group-hover\:bg-emerald-200\/0{background-color:#a7f3d000}.group:hover .group-hover\:bg-emerald-200\/10{background-color:#a7f3d01a}.group:hover .group-hover\:bg-emerald-200\/20{background-color:#a7f3d033}.group:hover .group-hover\:bg-emerald-200\/30{background-color:#a7f3d04d}.group:hover .group-hover\:bg-emerald-200\/40{background-color:#a7f3d066}.group:hover .group-hover\:bg-emerald-200\/50{background-color:#a7f3d080}.group:hover .group-hover\:bg-emerald-200\/60{background-color:#a7f3d099}.group:hover .group-hover\:bg-emerald-200\/70{background-color:#a7f3d0b3}.group:hover .group-hover\:bg-emerald-200\/75{background-color:#a7f3d0bf}.group:hover .group-hover\:bg-emerald-200\/80{background-color:#a7f3d0cc}.group:hover .group-hover\:bg-emerald-200\/90{background-color:#a7f3d0e6}.group:hover .group-hover\:bg-emerald-300{background-color:#6ee7b7}.group:hover .group-hover\:bg-emerald-300\/0{background-color:#6ee7b700}.group:hover .group-hover\:bg-emerald-300\/10{background-color:#6ee7b71a}.group:hover .group-hover\:bg-emerald-300\/20{background-color:#6ee7b733}.group:hover .group-hover\:bg-emerald-300\/30{background-color:#6ee7b74d}.group:hover .group-hover\:bg-emerald-300\/40{background-color:#6ee7b766}.group:hover .group-hover\:bg-emerald-300\/50{background-color:#6ee7b780}.group:hover .group-hover\:bg-emerald-300\/60{background-color:#6ee7b799}.group:hover .group-hover\:bg-emerald-300\/70{background-color:#6ee7b7b3}.group:hover .group-hover\:bg-emerald-300\/75{background-color:#6ee7b7bf}.group:hover .group-hover\:bg-emerald-300\/80{background-color:#6ee7b7cc}.group:hover .group-hover\:bg-emerald-300\/90{background-color:#6ee7b7e6}.group:hover .group-hover\:bg-emerald-400{background-color:#34d399}.group:hover .group-hover\:bg-emerald-400\/0{background-color:#34d39900}.group:hover .group-hover\:bg-emerald-400\/10{background-color:#34d3991a}.group:hover .group-hover\:bg-emerald-400\/20{background-color:#34d39933}.group:hover .group-hover\:bg-emerald-400\/30{background-color:#34d3994d}.group:hover .group-hover\:bg-emerald-400\/40{background-color:#34d39966}.group:hover .group-hover\:bg-emerald-400\/50{background-color:#34d39980}.group:hover .group-hover\:bg-emerald-400\/60{background-color:#34d39999}.group:hover .group-hover\:bg-emerald-400\/70{background-color:#34d399b3}.group:hover .group-hover\:bg-emerald-400\/75{background-color:#34d399bf}.group:hover .group-hover\:bg-emerald-400\/80{background-color:#34d399cc}.group:hover .group-hover\:bg-emerald-400\/90{background-color:#34d399e6}.group:hover .group-hover\:bg-emerald-500{background-color:#10b981}.group:hover .group-hover\:bg-emerald-500\/0{background-color:#10b98100}.group:hover .group-hover\:bg-emerald-500\/10{background-color:#10b9811a}.group:hover .group-hover\:bg-emerald-500\/20{background-color:#10b98133}.group:hover .group-hover\:bg-emerald-500\/30{background-color:#10b9814d}.group:hover .group-hover\:bg-emerald-500\/40{background-color:#10b98166}.group:hover .group-hover\:bg-emerald-500\/50{background-color:#10b98180}.group:hover .group-hover\:bg-emerald-500\/60{background-color:#10b98199}.group:hover .group-hover\:bg-emerald-500\/70{background-color:#10b981b3}.group:hover .group-hover\:bg-emerald-500\/75{background-color:#10b981bf}.group:hover .group-hover\:bg-emerald-500\/80{background-color:#10b981cc}.group:hover .group-hover\:bg-emerald-500\/90{background-color:#10b981e6}.group:hover .group-hover\:bg-emerald-600{background-color:#059669}.group:hover .group-hover\:bg-emerald-600\/0{background-color:#05966900}.group:hover .group-hover\:bg-emerald-600\/10{background-color:#0596691a}.group:hover .group-hover\:bg-emerald-600\/20{background-color:#05966933}.group:hover .group-hover\:bg-emerald-600\/30{background-color:#0596694d}.group:hover .group-hover\:bg-emerald-600\/40{background-color:#05966966}.group:hover .group-hover\:bg-emerald-600\/50{background-color:#05966980}.group:hover .group-hover\:bg-emerald-600\/60{background-color:#05966999}.group:hover .group-hover\:bg-emerald-600\/70{background-color:#059669b3}.group:hover .group-hover\:bg-emerald-600\/75{background-color:#059669bf}.group:hover .group-hover\:bg-emerald-600\/80{background-color:#059669cc}.group:hover .group-hover\:bg-emerald-600\/90{background-color:#059669e6}.group:hover .group-hover\:bg-emerald-700{background-color:#047857}.group:hover .group-hover\:bg-emerald-700\/0{background-color:#04785700}.group:hover .group-hover\:bg-emerald-700\/10{background-color:#0478571a}.group:hover .group-hover\:bg-emerald-700\/20{background-color:#04785733}.group:hover .group-hover\:bg-emerald-700\/30{background-color:#0478574d}.group:hover .group-hover\:bg-emerald-700\/40{background-color:#04785766}.group:hover .group-hover\:bg-emerald-700\/50{background-color:#04785780}.group:hover .group-hover\:bg-emerald-700\/60{background-color:#04785799}.group:hover .group-hover\:bg-emerald-700\/70{background-color:#047857b3}.group:hover .group-hover\:bg-emerald-700\/75{background-color:#047857bf}.group:hover .group-hover\:bg-emerald-700\/80{background-color:#047857cc}.group:hover .group-hover\:bg-emerald-700\/90{background-color:#047857e6}.group:hover .group-hover\:bg-emerald-800{background-color:#065f46}.group:hover .group-hover\:bg-emerald-800\/0{background-color:#065f4600}.group:hover .group-hover\:bg-emerald-800\/10{background-color:#065f461a}.group:hover .group-hover\:bg-emerald-800\/20{background-color:#065f4633}.group:hover .group-hover\:bg-emerald-800\/30{background-color:#065f464d}.group:hover .group-hover\:bg-emerald-800\/40{background-color:#065f4666}.group:hover .group-hover\:bg-emerald-800\/50{background-color:#065f4680}.group:hover .group-hover\:bg-emerald-800\/60{background-color:#065f4699}.group:hover .group-hover\:bg-emerald-800\/70{background-color:#065f46b3}.group:hover .group-hover\:bg-emerald-800\/75{background-color:#065f46bf}.group:hover .group-hover\:bg-emerald-800\/80{background-color:#065f46cc}.group:hover .group-hover\:bg-emerald-800\/90{background-color:#065f46e6}.group:hover .group-hover\:bg-emerald-900{background-color:#064e3b}.group:hover .group-hover\:bg-emerald-900\/0{background-color:#064e3b00}.group:hover .group-hover\:bg-emerald-900\/10{background-color:#064e3b1a}.group:hover .group-hover\:bg-emerald-900\/20{background-color:#064e3b33}.group:hover .group-hover\:bg-emerald-900\/30{background-color:#064e3b4d}.group:hover .group-hover\:bg-emerald-900\/40{background-color:#064e3b66}.group:hover .group-hover\:bg-emerald-900\/50{background-color:#064e3b80}.group:hover .group-hover\:bg-emerald-900\/60{background-color:#064e3b99}.group:hover .group-hover\:bg-emerald-900\/70{background-color:#064e3bb3}.group:hover .group-hover\:bg-emerald-900\/75{background-color:#064e3bbf}.group:hover .group-hover\:bg-emerald-900\/80{background-color:#064e3bcc}.group:hover .group-hover\:bg-emerald-900\/90{background-color:#064e3be6}.group:hover .group-hover\:bg-emerald-950{background-color:#022c22}.group:hover .group-hover\:bg-emerald-950\/0{background-color:#022c2200}.group:hover .group-hover\:bg-emerald-950\/10{background-color:#022c221a}.group:hover .group-hover\:bg-emerald-950\/20{background-color:#022c2233}.group:hover .group-hover\:bg-emerald-950\/30{background-color:#022c224d}.group:hover .group-hover\:bg-emerald-950\/40{background-color:#022c2266}.group:hover .group-hover\:bg-emerald-950\/50{background-color:#022c2280}.group:hover .group-hover\:bg-emerald-950\/60{background-color:#022c2299}.group:hover .group-hover\:bg-emerald-950\/70{background-color:#022c22b3}.group:hover .group-hover\:bg-emerald-950\/75{background-color:#022c22bf}.group:hover .group-hover\:bg-emerald-950\/80{background-color:#022c22cc}.group:hover .group-hover\:bg-emerald-950\/90{background-color:#022c22e6}.group:hover .group-hover\:bg-teal-50{background-color:#f0fdfa}.group:hover .group-hover\:bg-teal-50\/0{background-color:#f0fdfa00}.group:hover .group-hover\:bg-teal-50\/10{background-color:#f0fdfa1a}.group:hover .group-hover\:bg-teal-50\/20{background-color:#f0fdfa33}.group:hover .group-hover\:bg-teal-50\/30{background-color:#f0fdfa4d}.group:hover .group-hover\:bg-teal-50\/40{background-color:#f0fdfa66}.group:hover .group-hover\:bg-teal-50\/50{background-color:#f0fdfa80}.group:hover .group-hover\:bg-teal-50\/60{background-color:#f0fdfa99}.group:hover .group-hover\:bg-teal-50\/70{background-color:#f0fdfab3}.group:hover .group-hover\:bg-teal-50\/75{background-color:#f0fdfabf}.group:hover .group-hover\:bg-teal-50\/80{background-color:#f0fdfacc}.group:hover .group-hover\:bg-teal-50\/90{background-color:#f0fdfae6}.group:hover .group-hover\:bg-teal-100{background-color:#ccfbf1}.group:hover .group-hover\:bg-teal-100\/0{background-color:#ccfbf100}.group:hover .group-hover\:bg-teal-100\/10{background-color:#ccfbf11a}.group:hover .group-hover\:bg-teal-100\/20{background-color:#ccfbf133}.group:hover .group-hover\:bg-teal-100\/30{background-color:#ccfbf14d}.group:hover .group-hover\:bg-teal-100\/40{background-color:#ccfbf166}.group:hover .group-hover\:bg-teal-100\/50{background-color:#ccfbf180}.group:hover .group-hover\:bg-teal-100\/60{background-color:#ccfbf199}.group:hover .group-hover\:bg-teal-100\/70{background-color:#ccfbf1b3}.group:hover .group-hover\:bg-teal-100\/75{background-color:#ccfbf1bf}.group:hover .group-hover\:bg-teal-100\/80{background-color:#ccfbf1cc}.group:hover .group-hover\:bg-teal-100\/90{background-color:#ccfbf1e6}.group:hover .group-hover\:bg-teal-200{background-color:#99f6e4}.group:hover .group-hover\:bg-teal-200\/0{background-color:#99f6e400}.group:hover .group-hover\:bg-teal-200\/10{background-color:#99f6e41a}.group:hover .group-hover\:bg-teal-200\/20{background-color:#99f6e433}.group:hover .group-hover\:bg-teal-200\/30{background-color:#99f6e44d}.group:hover .group-hover\:bg-teal-200\/40{background-color:#99f6e466}.group:hover .group-hover\:bg-teal-200\/50{background-color:#99f6e480}.group:hover .group-hover\:bg-teal-200\/60{background-color:#99f6e499}.group:hover .group-hover\:bg-teal-200\/70{background-color:#99f6e4b3}.group:hover .group-hover\:bg-teal-200\/75{background-color:#99f6e4bf}.group:hover .group-hover\:bg-teal-200\/80{background-color:#99f6e4cc}.group:hover .group-hover\:bg-teal-200\/90{background-color:#99f6e4e6}.group:hover .group-hover\:bg-teal-300{background-color:#5eead4}.group:hover .group-hover\:bg-teal-300\/0{background-color:#5eead400}.group:hover .group-hover\:bg-teal-300\/10{background-color:#5eead41a}.group:hover .group-hover\:bg-teal-300\/20{background-color:#5eead433}.group:hover .group-hover\:bg-teal-300\/30{background-color:#5eead44d}.group:hover .group-hover\:bg-teal-300\/40{background-color:#5eead466}.group:hover .group-hover\:bg-teal-300\/50{background-color:#5eead480}.group:hover .group-hover\:bg-teal-300\/60{background-color:#5eead499}.group:hover .group-hover\:bg-teal-300\/70{background-color:#5eead4b3}.group:hover .group-hover\:bg-teal-300\/75{background-color:#5eead4bf}.group:hover .group-hover\:bg-teal-300\/80{background-color:#5eead4cc}.group:hover .group-hover\:bg-teal-300\/90{background-color:#5eead4e6}.group:hover .group-hover\:bg-teal-400{background-color:#2dd4bf}.group:hover .group-hover\:bg-teal-400\/0{background-color:#2dd4bf00}.group:hover .group-hover\:bg-teal-400\/10{background-color:#2dd4bf1a}.group:hover .group-hover\:bg-teal-400\/20{background-color:#2dd4bf33}.group:hover .group-hover\:bg-teal-400\/30{background-color:#2dd4bf4d}.group:hover .group-hover\:bg-teal-400\/40{background-color:#2dd4bf66}.group:hover .group-hover\:bg-teal-400\/50{background-color:#2dd4bf80}.group:hover .group-hover\:bg-teal-400\/60{background-color:#2dd4bf99}.group:hover .group-hover\:bg-teal-400\/70{background-color:#2dd4bfb3}.group:hover .group-hover\:bg-teal-400\/75{background-color:#2dd4bfbf}.group:hover .group-hover\:bg-teal-400\/80{background-color:#2dd4bfcc}.group:hover .group-hover\:bg-teal-400\/90{background-color:#2dd4bfe6}.group:hover .group-hover\:bg-teal-500{background-color:#14b8a6}.group:hover .group-hover\:bg-teal-500\/0{background-color:#14b8a600}.group:hover .group-hover\:bg-teal-500\/10{background-color:#14b8a61a}.group:hover .group-hover\:bg-teal-500\/20{background-color:#14b8a633}.group:hover .group-hover\:bg-teal-500\/30{background-color:#14b8a64d}.group:hover .group-hover\:bg-teal-500\/40{background-color:#14b8a666}.group:hover .group-hover\:bg-teal-500\/50{background-color:#14b8a680}.group:hover .group-hover\:bg-teal-500\/60{background-color:#14b8a699}.group:hover .group-hover\:bg-teal-500\/70{background-color:#14b8a6b3}.group:hover .group-hover\:bg-teal-500\/75{background-color:#14b8a6bf}.group:hover .group-hover\:bg-teal-500\/80{background-color:#14b8a6cc}.group:hover .group-hover\:bg-teal-500\/90{background-color:#14b8a6e6}.group:hover .group-hover\:bg-teal-600{background-color:#0d9488}.group:hover .group-hover\:bg-teal-600\/0{background-color:#0d948800}.group:hover .group-hover\:bg-teal-600\/10{background-color:#0d94881a}.group:hover .group-hover\:bg-teal-600\/20{background-color:#0d948833}.group:hover .group-hover\:bg-teal-600\/30{background-color:#0d94884d}.group:hover .group-hover\:bg-teal-600\/40{background-color:#0d948866}.group:hover .group-hover\:bg-teal-600\/50{background-color:#0d948880}.group:hover .group-hover\:bg-teal-600\/60{background-color:#0d948899}.group:hover .group-hover\:bg-teal-600\/70{background-color:#0d9488b3}.group:hover .group-hover\:bg-teal-600\/75{background-color:#0d9488bf}.group:hover .group-hover\:bg-teal-600\/80{background-color:#0d9488cc}.group:hover .group-hover\:bg-teal-600\/90{background-color:#0d9488e6}.group:hover .group-hover\:bg-teal-700{background-color:#0f766e}.group:hover .group-hover\:bg-teal-700\/0{background-color:#0f766e00}.group:hover .group-hover\:bg-teal-700\/10{background-color:#0f766e1a}.group:hover .group-hover\:bg-teal-700\/20{background-color:#0f766e33}.group:hover .group-hover\:bg-teal-700\/30{background-color:#0f766e4d}.group:hover .group-hover\:bg-teal-700\/40{background-color:#0f766e66}.group:hover .group-hover\:bg-teal-700\/50{background-color:#0f766e80}.group:hover .group-hover\:bg-teal-700\/60{background-color:#0f766e99}.group:hover .group-hover\:bg-teal-700\/70{background-color:#0f766eb3}.group:hover .group-hover\:bg-teal-700\/75{background-color:#0f766ebf}.group:hover .group-hover\:bg-teal-700\/80{background-color:#0f766ecc}.group:hover .group-hover\:bg-teal-700\/90{background-color:#0f766ee6}.group:hover .group-hover\:bg-teal-800{background-color:#115e59}.group:hover .group-hover\:bg-teal-800\/0{background-color:#115e5900}.group:hover .group-hover\:bg-teal-800\/10{background-color:#115e591a}.group:hover .group-hover\:bg-teal-800\/20{background-color:#115e5933}.group:hover .group-hover\:bg-teal-800\/30{background-color:#115e594d}.group:hover .group-hover\:bg-teal-800\/40{background-color:#115e5966}.group:hover .group-hover\:bg-teal-800\/50{background-color:#115e5980}.group:hover .group-hover\:bg-teal-800\/60{background-color:#115e5999}.group:hover .group-hover\:bg-teal-800\/70{background-color:#115e59b3}.group:hover .group-hover\:bg-teal-800\/75{background-color:#115e59bf}.group:hover .group-hover\:bg-teal-800\/80{background-color:#115e59cc}.group:hover .group-hover\:bg-teal-800\/90{background-color:#115e59e6}.group:hover .group-hover\:bg-teal-900{background-color:#134e4a}.group:hover .group-hover\:bg-teal-900\/0{background-color:#134e4a00}.group:hover .group-hover\:bg-teal-900\/10{background-color:#134e4a1a}.group:hover .group-hover\:bg-teal-900\/20{background-color:#134e4a33}.group:hover .group-hover\:bg-teal-900\/30{background-color:#134e4a4d}.group:hover .group-hover\:bg-teal-900\/40{background-color:#134e4a66}.group:hover .group-hover\:bg-teal-900\/50{background-color:#134e4a80}.group:hover .group-hover\:bg-teal-900\/60{background-color:#134e4a99}.group:hover .group-hover\:bg-teal-900\/70{background-color:#134e4ab3}.group:hover .group-hover\:bg-teal-900\/75{background-color:#134e4abf}.group:hover .group-hover\:bg-teal-900\/80{background-color:#134e4acc}.group:hover .group-hover\:bg-teal-900\/90{background-color:#134e4ae6}.group:hover .group-hover\:bg-teal-950{background-color:#042f2e}.group:hover .group-hover\:bg-teal-950\/0{background-color:#042f2e00}.group:hover .group-hover\:bg-teal-950\/10{background-color:#042f2e1a}.group:hover .group-hover\:bg-teal-950\/20{background-color:#042f2e33}.group:hover .group-hover\:bg-teal-950\/30{background-color:#042f2e4d}.group:hover .group-hover\:bg-teal-950\/40{background-color:#042f2e66}.group:hover .group-hover\:bg-teal-950\/50{background-color:#042f2e80}.group:hover .group-hover\:bg-teal-950\/60{background-color:#042f2e99}.group:hover .group-hover\:bg-teal-950\/70{background-color:#042f2eb3}.group:hover .group-hover\:bg-teal-950\/75{background-color:#042f2ebf}.group:hover .group-hover\:bg-teal-950\/80{background-color:#042f2ecc}.group:hover .group-hover\:bg-teal-950\/90{background-color:#042f2ee6}.group:hover .group-hover\:bg-cyan-50{background-color:#ecfeff}.group:hover .group-hover\:bg-cyan-50\/0{background-color:#ecfeff00}.group:hover .group-hover\:bg-cyan-50\/10{background-color:#ecfeff1a}.group:hover .group-hover\:bg-cyan-50\/20{background-color:#ecfeff33}.group:hover .group-hover\:bg-cyan-50\/30{background-color:#ecfeff4d}.group:hover .group-hover\:bg-cyan-50\/40{background-color:#ecfeff66}.group:hover .group-hover\:bg-cyan-50\/50{background-color:#ecfeff80}.group:hover .group-hover\:bg-cyan-50\/60{background-color:#ecfeff99}.group:hover .group-hover\:bg-cyan-50\/70{background-color:#ecfeffb3}.group:hover .group-hover\:bg-cyan-50\/75{background-color:#ecfeffbf}.group:hover .group-hover\:bg-cyan-50\/80{background-color:#ecfeffcc}.group:hover .group-hover\:bg-cyan-50\/90{background-color:#ecfeffe6}.group:hover .group-hover\:bg-cyan-100{background-color:#cffafe}.group:hover .group-hover\:bg-cyan-100\/0{background-color:#cffafe00}.group:hover .group-hover\:bg-cyan-100\/10{background-color:#cffafe1a}.group:hover .group-hover\:bg-cyan-100\/20{background-color:#cffafe33}.group:hover .group-hover\:bg-cyan-100\/30{background-color:#cffafe4d}.group:hover .group-hover\:bg-cyan-100\/40{background-color:#cffafe66}.group:hover .group-hover\:bg-cyan-100\/50{background-color:#cffafe80}.group:hover .group-hover\:bg-cyan-100\/60{background-color:#cffafe99}.group:hover .group-hover\:bg-cyan-100\/70{background-color:#cffafeb3}.group:hover .group-hover\:bg-cyan-100\/75{background-color:#cffafebf}.group:hover .group-hover\:bg-cyan-100\/80{background-color:#cffafecc}.group:hover .group-hover\:bg-cyan-100\/90{background-color:#cffafee6}.group:hover .group-hover\:bg-cyan-200{background-color:#a5f3fc}.group:hover .group-hover\:bg-cyan-200\/0{background-color:#a5f3fc00}.group:hover .group-hover\:bg-cyan-200\/10{background-color:#a5f3fc1a}.group:hover .group-hover\:bg-cyan-200\/20{background-color:#a5f3fc33}.group:hover .group-hover\:bg-cyan-200\/30{background-color:#a5f3fc4d}.group:hover .group-hover\:bg-cyan-200\/40{background-color:#a5f3fc66}.group:hover .group-hover\:bg-cyan-200\/50{background-color:#a5f3fc80}.group:hover .group-hover\:bg-cyan-200\/60{background-color:#a5f3fc99}.group:hover .group-hover\:bg-cyan-200\/70{background-color:#a5f3fcb3}.group:hover .group-hover\:bg-cyan-200\/75{background-color:#a5f3fcbf}.group:hover .group-hover\:bg-cyan-200\/80{background-color:#a5f3fccc}.group:hover .group-hover\:bg-cyan-200\/90{background-color:#a5f3fce6}.group:hover .group-hover\:bg-cyan-300{background-color:#67e8f9}.group:hover .group-hover\:bg-cyan-300\/0{background-color:#67e8f900}.group:hover .group-hover\:bg-cyan-300\/10{background-color:#67e8f91a}.group:hover .group-hover\:bg-cyan-300\/20{background-color:#67e8f933}.group:hover .group-hover\:bg-cyan-300\/30{background-color:#67e8f94d}.group:hover .group-hover\:bg-cyan-300\/40{background-color:#67e8f966}.group:hover .group-hover\:bg-cyan-300\/50{background-color:#67e8f980}.group:hover .group-hover\:bg-cyan-300\/60{background-color:#67e8f999}.group:hover .group-hover\:bg-cyan-300\/70{background-color:#67e8f9b3}.group:hover .group-hover\:bg-cyan-300\/75{background-color:#67e8f9bf}.group:hover .group-hover\:bg-cyan-300\/80{background-color:#67e8f9cc}.group:hover .group-hover\:bg-cyan-300\/90{background-color:#67e8f9e6}.group:hover .group-hover\:bg-cyan-400{background-color:#22d3ee}.group:hover .group-hover\:bg-cyan-400\/0{background-color:#22d3ee00}.group:hover .group-hover\:bg-cyan-400\/10{background-color:#22d3ee1a}.group:hover .group-hover\:bg-cyan-400\/20{background-color:#22d3ee33}.group:hover .group-hover\:bg-cyan-400\/30{background-color:#22d3ee4d}.group:hover .group-hover\:bg-cyan-400\/40{background-color:#22d3ee66}.group:hover .group-hover\:bg-cyan-400\/50{background-color:#22d3ee80}.group:hover .group-hover\:bg-cyan-400\/60{background-color:#22d3ee99}.group:hover .group-hover\:bg-cyan-400\/70{background-color:#22d3eeb3}.group:hover .group-hover\:bg-cyan-400\/75{background-color:#22d3eebf}.group:hover .group-hover\:bg-cyan-400\/80{background-color:#22d3eecc}.group:hover .group-hover\:bg-cyan-400\/90{background-color:#22d3eee6}.group:hover .group-hover\:bg-cyan-500{background-color:#06b6d4}.group:hover .group-hover\:bg-cyan-500\/0{background-color:#06b6d400}.group:hover .group-hover\:bg-cyan-500\/10{background-color:#06b6d41a}.group:hover .group-hover\:bg-cyan-500\/20{background-color:#06b6d433}.group:hover .group-hover\:bg-cyan-500\/30{background-color:#06b6d44d}.group:hover .group-hover\:bg-cyan-500\/40{background-color:#06b6d466}.group:hover .group-hover\:bg-cyan-500\/50{background-color:#06b6d480}.group:hover .group-hover\:bg-cyan-500\/60{background-color:#06b6d499}.group:hover .group-hover\:bg-cyan-500\/70{background-color:#06b6d4b3}.group:hover .group-hover\:bg-cyan-500\/75{background-color:#06b6d4bf}.group:hover .group-hover\:bg-cyan-500\/80{background-color:#06b6d4cc}.group:hover .group-hover\:bg-cyan-500\/90{background-color:#06b6d4e6}.group:hover .group-hover\:bg-cyan-600{background-color:#0891b2}.group:hover .group-hover\:bg-cyan-600\/0{background-color:#0891b200}.group:hover .group-hover\:bg-cyan-600\/10{background-color:#0891b21a}.group:hover .group-hover\:bg-cyan-600\/20{background-color:#0891b233}.group:hover .group-hover\:bg-cyan-600\/30{background-color:#0891b24d}.group:hover .group-hover\:bg-cyan-600\/40{background-color:#0891b266}.group:hover .group-hover\:bg-cyan-600\/50{background-color:#0891b280}.group:hover .group-hover\:bg-cyan-600\/60{background-color:#0891b299}.group:hover .group-hover\:bg-cyan-600\/70{background-color:#0891b2b3}.group:hover .group-hover\:bg-cyan-600\/75{background-color:#0891b2bf}.group:hover .group-hover\:bg-cyan-600\/80{background-color:#0891b2cc}.group:hover .group-hover\:bg-cyan-600\/90{background-color:#0891b2e6}.group:hover .group-hover\:bg-cyan-700{background-color:#0e7490}.group:hover .group-hover\:bg-cyan-700\/0{background-color:#0e749000}.group:hover .group-hover\:bg-cyan-700\/10{background-color:#0e74901a}.group:hover .group-hover\:bg-cyan-700\/20{background-color:#0e749033}.group:hover .group-hover\:bg-cyan-700\/30{background-color:#0e74904d}.group:hover .group-hover\:bg-cyan-700\/40{background-color:#0e749066}.group:hover .group-hover\:bg-cyan-700\/50{background-color:#0e749080}.group:hover .group-hover\:bg-cyan-700\/60{background-color:#0e749099}.group:hover .group-hover\:bg-cyan-700\/70{background-color:#0e7490b3}.group:hover .group-hover\:bg-cyan-700\/75{background-color:#0e7490bf}.group:hover .group-hover\:bg-cyan-700\/80{background-color:#0e7490cc}.group:hover .group-hover\:bg-cyan-700\/90{background-color:#0e7490e6}.group:hover .group-hover\:bg-cyan-800{background-color:#155e75}.group:hover .group-hover\:bg-cyan-800\/0{background-color:#155e7500}.group:hover .group-hover\:bg-cyan-800\/10{background-color:#155e751a}.group:hover .group-hover\:bg-cyan-800\/20{background-color:#155e7533}.group:hover .group-hover\:bg-cyan-800\/30{background-color:#155e754d}.group:hover .group-hover\:bg-cyan-800\/40{background-color:#155e7566}.group:hover .group-hover\:bg-cyan-800\/50{background-color:#155e7580}.group:hover .group-hover\:bg-cyan-800\/60{background-color:#155e7599}.group:hover .group-hover\:bg-cyan-800\/70{background-color:#155e75b3}.group:hover .group-hover\:bg-cyan-800\/75{background-color:#155e75bf}.group:hover .group-hover\:bg-cyan-800\/80{background-color:#155e75cc}.group:hover .group-hover\:bg-cyan-800\/90{background-color:#155e75e6}.group:hover .group-hover\:bg-cyan-900{background-color:#164e63}.group:hover .group-hover\:bg-cyan-900\/0{background-color:#164e6300}.group:hover .group-hover\:bg-cyan-900\/10{background-color:#164e631a}.group:hover .group-hover\:bg-cyan-900\/20{background-color:#164e6333}.group:hover .group-hover\:bg-cyan-900\/30{background-color:#164e634d}.group:hover .group-hover\:bg-cyan-900\/40{background-color:#164e6366}.group:hover .group-hover\:bg-cyan-900\/50{background-color:#164e6380}.group:hover .group-hover\:bg-cyan-900\/60{background-color:#164e6399}.group:hover .group-hover\:bg-cyan-900\/70{background-color:#164e63b3}.group:hover .group-hover\:bg-cyan-900\/75{background-color:#164e63bf}.group:hover .group-hover\:bg-cyan-900\/80{background-color:#164e63cc}.group:hover .group-hover\:bg-cyan-900\/90{background-color:#164e63e6}.group:hover .group-hover\:bg-cyan-950{background-color:#083344}.group:hover .group-hover\:bg-cyan-950\/0{background-color:#08334400}.group:hover .group-hover\:bg-cyan-950\/10{background-color:#0833441a}.group:hover .group-hover\:bg-cyan-950\/20{background-color:#08334433}.group:hover .group-hover\:bg-cyan-950\/30{background-color:#0833444d}.group:hover .group-hover\:bg-cyan-950\/40{background-color:#08334466}.group:hover .group-hover\:bg-cyan-950\/50{background-color:#08334480}.group:hover .group-hover\:bg-cyan-950\/60{background-color:#08334499}.group:hover .group-hover\:bg-cyan-950\/70{background-color:#083344b3}.group:hover .group-hover\:bg-cyan-950\/75{background-color:#083344bf}.group:hover .group-hover\:bg-cyan-950\/80{background-color:#083344cc}.group:hover .group-hover\:bg-cyan-950\/90{background-color:#083344e6}.group:hover .group-hover\:bg-sky-50{background-color:#f0f9ff}.group:hover .group-hover\:bg-sky-50\/0{background-color:#f0f9ff00}.group:hover .group-hover\:bg-sky-50\/10{background-color:#f0f9ff1a}.group:hover .group-hover\:bg-sky-50\/20{background-color:#f0f9ff33}.group:hover .group-hover\:bg-sky-50\/30{background-color:#f0f9ff4d}.group:hover .group-hover\:bg-sky-50\/40{background-color:#f0f9ff66}.group:hover .group-hover\:bg-sky-50\/50{background-color:#f0f9ff80}.group:hover .group-hover\:bg-sky-50\/60{background-color:#f0f9ff99}.group:hover .group-hover\:bg-sky-50\/70{background-color:#f0f9ffb3}.group:hover .group-hover\:bg-sky-50\/75{background-color:#f0f9ffbf}.group:hover .group-hover\:bg-sky-50\/80{background-color:#f0f9ffcc}.group:hover .group-hover\:bg-sky-50\/90{background-color:#f0f9ffe6}.group:hover .group-hover\:bg-sky-100{background-color:#e0f2fe}.group:hover .group-hover\:bg-sky-100\/0{background-color:#e0f2fe00}.group:hover .group-hover\:bg-sky-100\/10{background-color:#e0f2fe1a}.group:hover .group-hover\:bg-sky-100\/20{background-color:#e0f2fe33}.group:hover .group-hover\:bg-sky-100\/30{background-color:#e0f2fe4d}.group:hover .group-hover\:bg-sky-100\/40{background-color:#e0f2fe66}.group:hover .group-hover\:bg-sky-100\/50{background-color:#e0f2fe80}.group:hover .group-hover\:bg-sky-100\/60{background-color:#e0f2fe99}.group:hover .group-hover\:bg-sky-100\/70{background-color:#e0f2feb3}.group:hover .group-hover\:bg-sky-100\/75{background-color:#e0f2febf}.group:hover .group-hover\:bg-sky-100\/80{background-color:#e0f2fecc}.group:hover .group-hover\:bg-sky-100\/90{background-color:#e0f2fee6}.group:hover .group-hover\:bg-sky-200{background-color:#bae6fd}.group:hover .group-hover\:bg-sky-200\/0{background-color:#bae6fd00}.group:hover .group-hover\:bg-sky-200\/10{background-color:#bae6fd1a}.group:hover .group-hover\:bg-sky-200\/20{background-color:#bae6fd33}.group:hover .group-hover\:bg-sky-200\/30{background-color:#bae6fd4d}.group:hover .group-hover\:bg-sky-200\/40{background-color:#bae6fd66}.group:hover .group-hover\:bg-sky-200\/50{background-color:#bae6fd80}.group:hover .group-hover\:bg-sky-200\/60{background-color:#bae6fd99}.group:hover .group-hover\:bg-sky-200\/70{background-color:#bae6fdb3}.group:hover .group-hover\:bg-sky-200\/75{background-color:#bae6fdbf}.group:hover .group-hover\:bg-sky-200\/80{background-color:#bae6fdcc}.group:hover .group-hover\:bg-sky-200\/90{background-color:#bae6fde6}.group:hover .group-hover\:bg-sky-300{background-color:#7dd3fc}.group:hover .group-hover\:bg-sky-300\/0{background-color:#7dd3fc00}.group:hover .group-hover\:bg-sky-300\/10{background-color:#7dd3fc1a}.group:hover .group-hover\:bg-sky-300\/20{background-color:#7dd3fc33}.group:hover .group-hover\:bg-sky-300\/30{background-color:#7dd3fc4d}.group:hover .group-hover\:bg-sky-300\/40{background-color:#7dd3fc66}.group:hover .group-hover\:bg-sky-300\/50{background-color:#7dd3fc80}.group:hover .group-hover\:bg-sky-300\/60{background-color:#7dd3fc99}.group:hover .group-hover\:bg-sky-300\/70{background-color:#7dd3fcb3}.group:hover .group-hover\:bg-sky-300\/75{background-color:#7dd3fcbf}.group:hover .group-hover\:bg-sky-300\/80{background-color:#7dd3fccc}.group:hover .group-hover\:bg-sky-300\/90{background-color:#7dd3fce6}.group:hover .group-hover\:bg-sky-400{background-color:#38bdf8}.group:hover .group-hover\:bg-sky-400\/0{background-color:#38bdf800}.group:hover .group-hover\:bg-sky-400\/10{background-color:#38bdf81a}.group:hover .group-hover\:bg-sky-400\/20{background-color:#38bdf833}.group:hover .group-hover\:bg-sky-400\/30{background-color:#38bdf84d}.group:hover .group-hover\:bg-sky-400\/40{background-color:#38bdf866}.group:hover .group-hover\:bg-sky-400\/50{background-color:#38bdf880}.group:hover .group-hover\:bg-sky-400\/60{background-color:#38bdf899}.group:hover .group-hover\:bg-sky-400\/70{background-color:#38bdf8b3}.group:hover .group-hover\:bg-sky-400\/75{background-color:#38bdf8bf}.group:hover .group-hover\:bg-sky-400\/80{background-color:#38bdf8cc}.group:hover .group-hover\:bg-sky-400\/90{background-color:#38bdf8e6}.group:hover .group-hover\:bg-sky-500{background-color:#0ea5e9}.group:hover .group-hover\:bg-sky-500\/0{background-color:#0ea5e900}.group:hover .group-hover\:bg-sky-500\/10{background-color:#0ea5e91a}.group:hover .group-hover\:bg-sky-500\/20{background-color:#0ea5e933}.group:hover .group-hover\:bg-sky-500\/30{background-color:#0ea5e94d}.group:hover .group-hover\:bg-sky-500\/40{background-color:#0ea5e966}.group:hover .group-hover\:bg-sky-500\/50{background-color:#0ea5e980}.group:hover .group-hover\:bg-sky-500\/60{background-color:#0ea5e999}.group:hover .group-hover\:bg-sky-500\/70{background-color:#0ea5e9b3}.group:hover .group-hover\:bg-sky-500\/75{background-color:#0ea5e9bf}.group:hover .group-hover\:bg-sky-500\/80{background-color:#0ea5e9cc}.group:hover .group-hover\:bg-sky-500\/90{background-color:#0ea5e9e6}.group:hover .group-hover\:bg-sky-600{background-color:#0284c7}.group:hover .group-hover\:bg-sky-600\/0{background-color:#0284c700}.group:hover .group-hover\:bg-sky-600\/10{background-color:#0284c71a}.group:hover .group-hover\:bg-sky-600\/20{background-color:#0284c733}.group:hover .group-hover\:bg-sky-600\/30{background-color:#0284c74d}.group:hover .group-hover\:bg-sky-600\/40{background-color:#0284c766}.group:hover .group-hover\:bg-sky-600\/50{background-color:#0284c780}.group:hover .group-hover\:bg-sky-600\/60{background-color:#0284c799}.group:hover .group-hover\:bg-sky-600\/70{background-color:#0284c7b3}.group:hover .group-hover\:bg-sky-600\/75{background-color:#0284c7bf}.group:hover .group-hover\:bg-sky-600\/80{background-color:#0284c7cc}.group:hover .group-hover\:bg-sky-600\/90{background-color:#0284c7e6}.group:hover .group-hover\:bg-sky-700{background-color:#0369a1}.group:hover .group-hover\:bg-sky-700\/0{background-color:#0369a100}.group:hover .group-hover\:bg-sky-700\/10{background-color:#0369a11a}.group:hover .group-hover\:bg-sky-700\/20{background-color:#0369a133}.group:hover .group-hover\:bg-sky-700\/30{background-color:#0369a14d}.group:hover .group-hover\:bg-sky-700\/40{background-color:#0369a166}.group:hover .group-hover\:bg-sky-700\/50{background-color:#0369a180}.group:hover .group-hover\:bg-sky-700\/60{background-color:#0369a199}.group:hover .group-hover\:bg-sky-700\/70{background-color:#0369a1b3}.group:hover .group-hover\:bg-sky-700\/75{background-color:#0369a1bf}.group:hover .group-hover\:bg-sky-700\/80{background-color:#0369a1cc}.group:hover .group-hover\:bg-sky-700\/90{background-color:#0369a1e6}.group:hover .group-hover\:bg-sky-800{background-color:#075985}.group:hover .group-hover\:bg-sky-800\/0{background-color:#07598500}.group:hover .group-hover\:bg-sky-800\/10{background-color:#0759851a}.group:hover .group-hover\:bg-sky-800\/20{background-color:#07598533}.group:hover .group-hover\:bg-sky-800\/30{background-color:#0759854d}.group:hover .group-hover\:bg-sky-800\/40{background-color:#07598566}.group:hover .group-hover\:bg-sky-800\/50{background-color:#07598580}.group:hover .group-hover\:bg-sky-800\/60{background-color:#07598599}.group:hover .group-hover\:bg-sky-800\/70{background-color:#075985b3}.group:hover .group-hover\:bg-sky-800\/75{background-color:#075985bf}.group:hover .group-hover\:bg-sky-800\/80{background-color:#075985cc}.group:hover .group-hover\:bg-sky-800\/90{background-color:#075985e6}.group:hover .group-hover\:bg-sky-900{background-color:#0c4a6e}.group:hover .group-hover\:bg-sky-900\/0{background-color:#0c4a6e00}.group:hover .group-hover\:bg-sky-900\/10{background-color:#0c4a6e1a}.group:hover .group-hover\:bg-sky-900\/20{background-color:#0c4a6e33}.group:hover .group-hover\:bg-sky-900\/30{background-color:#0c4a6e4d}.group:hover .group-hover\:bg-sky-900\/40{background-color:#0c4a6e66}.group:hover .group-hover\:bg-sky-900\/50{background-color:#0c4a6e80}.group:hover .group-hover\:bg-sky-900\/60{background-color:#0c4a6e99}.group:hover .group-hover\:bg-sky-900\/70{background-color:#0c4a6eb3}.group:hover .group-hover\:bg-sky-900\/75{background-color:#0c4a6ebf}.group:hover .group-hover\:bg-sky-900\/80{background-color:#0c4a6ecc}.group:hover .group-hover\:bg-sky-900\/90{background-color:#0c4a6ee6}.group:hover .group-hover\:bg-sky-950{background-color:#082f49}.group:hover .group-hover\:bg-sky-950\/0{background-color:#082f4900}.group:hover .group-hover\:bg-sky-950\/10{background-color:#082f491a}.group:hover .group-hover\:bg-sky-950\/20{background-color:#082f4933}.group:hover .group-hover\:bg-sky-950\/30{background-color:#082f494d}.group:hover .group-hover\:bg-sky-950\/40{background-color:#082f4966}.group:hover .group-hover\:bg-sky-950\/50{background-color:#082f4980}.group:hover .group-hover\:bg-sky-950\/60{background-color:#082f4999}.group:hover .group-hover\:bg-sky-950\/70{background-color:#082f49b3}.group:hover .group-hover\:bg-sky-950\/75{background-color:#082f49bf}.group:hover .group-hover\:bg-sky-950\/80{background-color:#082f49cc}.group:hover .group-hover\:bg-sky-950\/90{background-color:#082f49e6}.group:hover .group-hover\:bg-blue-50{background-color:#eff6ff}.group:hover .group-hover\:bg-blue-50\/0{background-color:#eff6ff00}.group:hover .group-hover\:bg-blue-50\/10{background-color:#eff6ff1a}.group:hover .group-hover\:bg-blue-50\/20{background-color:#eff6ff33}.group:hover .group-hover\:bg-blue-50\/30{background-color:#eff6ff4d}.group:hover .group-hover\:bg-blue-50\/40{background-color:#eff6ff66}.group:hover .group-hover\:bg-blue-50\/50{background-color:#eff6ff80}.group:hover .group-hover\:bg-blue-50\/60{background-color:#eff6ff99}.group:hover .group-hover\:bg-blue-50\/70{background-color:#eff6ffb3}.group:hover .group-hover\:bg-blue-50\/75{background-color:#eff6ffbf}.group:hover .group-hover\:bg-blue-50\/80{background-color:#eff6ffcc}.group:hover .group-hover\:bg-blue-50\/90{background-color:#eff6ffe6}.group:hover .group-hover\:bg-blue-100{background-color:#dbeafe}.group:hover .group-hover\:bg-blue-100\/0{background-color:#dbeafe00}.group:hover .group-hover\:bg-blue-100\/10{background-color:#dbeafe1a}.group:hover .group-hover\:bg-blue-100\/20{background-color:#dbeafe33}.group:hover .group-hover\:bg-blue-100\/30{background-color:#dbeafe4d}.group:hover .group-hover\:bg-blue-100\/40{background-color:#dbeafe66}.group:hover .group-hover\:bg-blue-100\/50{background-color:#dbeafe80}.group:hover .group-hover\:bg-blue-100\/60{background-color:#dbeafe99}.group:hover .group-hover\:bg-blue-100\/70{background-color:#dbeafeb3}.group:hover .group-hover\:bg-blue-100\/75{background-color:#dbeafebf}.group:hover .group-hover\:bg-blue-100\/80{background-color:#dbeafecc}.group:hover .group-hover\:bg-blue-100\/90{background-color:#dbeafee6}.group:hover .group-hover\:bg-blue-200{background-color:#bfdbfe}.group:hover .group-hover\:bg-blue-200\/0{background-color:#bfdbfe00}.group:hover .group-hover\:bg-blue-200\/10{background-color:#bfdbfe1a}.group:hover .group-hover\:bg-blue-200\/20{background-color:#bfdbfe33}.group:hover .group-hover\:bg-blue-200\/30{background-color:#bfdbfe4d}.group:hover .group-hover\:bg-blue-200\/40{background-color:#bfdbfe66}.group:hover .group-hover\:bg-blue-200\/50{background-color:#bfdbfe80}.group:hover .group-hover\:bg-blue-200\/60{background-color:#bfdbfe99}.group:hover .group-hover\:bg-blue-200\/70{background-color:#bfdbfeb3}.group:hover .group-hover\:bg-blue-200\/75{background-color:#bfdbfebf}.group:hover .group-hover\:bg-blue-200\/80{background-color:#bfdbfecc}.group:hover .group-hover\:bg-blue-200\/90{background-color:#bfdbfee6}.group:hover .group-hover\:bg-blue-300{background-color:#93c5fd}.group:hover .group-hover\:bg-blue-300\/0{background-color:#93c5fd00}.group:hover .group-hover\:bg-blue-300\/10{background-color:#93c5fd1a}.group:hover .group-hover\:bg-blue-300\/20{background-color:#93c5fd33}.group:hover .group-hover\:bg-blue-300\/30{background-color:#93c5fd4d}.group:hover .group-hover\:bg-blue-300\/40{background-color:#93c5fd66}.group:hover .group-hover\:bg-blue-300\/50{background-color:#93c5fd80}.group:hover .group-hover\:bg-blue-300\/60{background-color:#93c5fd99}.group:hover .group-hover\:bg-blue-300\/70{background-color:#93c5fdb3}.group:hover .group-hover\:bg-blue-300\/75{background-color:#93c5fdbf}.group:hover .group-hover\:bg-blue-300\/80{background-color:#93c5fdcc}.group:hover .group-hover\:bg-blue-300\/90{background-color:#93c5fde6}.group:hover .group-hover\:bg-blue-400{background-color:#60a5fa}.group:hover .group-hover\:bg-blue-400\/0{background-color:#60a5fa00}.group:hover .group-hover\:bg-blue-400\/10{background-color:#60a5fa1a}.group:hover .group-hover\:bg-blue-400\/20{background-color:#60a5fa33}.group:hover .group-hover\:bg-blue-400\/30{background-color:#60a5fa4d}.group:hover .group-hover\:bg-blue-400\/40{background-color:#60a5fa66}.group:hover .group-hover\:bg-blue-400\/50{background-color:#60a5fa80}.group:hover .group-hover\:bg-blue-400\/60{background-color:#60a5fa99}.group:hover .group-hover\:bg-blue-400\/70{background-color:#60a5fab3}.group:hover .group-hover\:bg-blue-400\/75{background-color:#60a5fabf}.group:hover .group-hover\:bg-blue-400\/80{background-color:#60a5facc}.group:hover .group-hover\:bg-blue-400\/90{background-color:#60a5fae6}.group:hover .group-hover\:bg-blue-500{background-color:#3b82f6}.group:hover .group-hover\:bg-blue-500\/0{background-color:#3b82f600}.group:hover .group-hover\:bg-blue-500\/10{background-color:#3b82f61a}.group:hover .group-hover\:bg-blue-500\/20{background-color:#3b82f633}.group:hover .group-hover\:bg-blue-500\/30{background-color:#3b82f64d}.group:hover .group-hover\:bg-blue-500\/40{background-color:#3b82f666}.group:hover .group-hover\:bg-blue-500\/50{background-color:#3b82f680}.group:hover .group-hover\:bg-blue-500\/60{background-color:#3b82f699}.group:hover .group-hover\:bg-blue-500\/70{background-color:#3b82f6b3}.group:hover .group-hover\:bg-blue-500\/75{background-color:#3b82f6bf}.group:hover .group-hover\:bg-blue-500\/80{background-color:#3b82f6cc}.group:hover .group-hover\:bg-blue-500\/90{background-color:#3b82f6e6}.group:hover .group-hover\:bg-blue-600{background-color:#2563eb}.group:hover .group-hover\:bg-blue-600\/0{background-color:#2563eb00}.group:hover .group-hover\:bg-blue-600\/10{background-color:#2563eb1a}.group:hover .group-hover\:bg-blue-600\/20{background-color:#2563eb33}.group:hover .group-hover\:bg-blue-600\/30{background-color:#2563eb4d}.group:hover .group-hover\:bg-blue-600\/40{background-color:#2563eb66}.group:hover .group-hover\:bg-blue-600\/50{background-color:#2563eb80}.group:hover .group-hover\:bg-blue-600\/60{background-color:#2563eb99}.group:hover .group-hover\:bg-blue-600\/70{background-color:#2563ebb3}.group:hover .group-hover\:bg-blue-600\/75{background-color:#2563ebbf}.group:hover .group-hover\:bg-blue-600\/80{background-color:#2563ebcc}.group:hover .group-hover\:bg-blue-600\/90{background-color:#2563ebe6}.group:hover .group-hover\:bg-blue-700{background-color:#1d4ed8}.group:hover .group-hover\:bg-blue-700\/0{background-color:#1d4ed800}.group:hover .group-hover\:bg-blue-700\/10{background-color:#1d4ed81a}.group:hover .group-hover\:bg-blue-700\/20{background-color:#1d4ed833}.group:hover .group-hover\:bg-blue-700\/30{background-color:#1d4ed84d}.group:hover .group-hover\:bg-blue-700\/40{background-color:#1d4ed866}.group:hover .group-hover\:bg-blue-700\/50{background-color:#1d4ed880}.group:hover .group-hover\:bg-blue-700\/60{background-color:#1d4ed899}.group:hover .group-hover\:bg-blue-700\/70{background-color:#1d4ed8b3}.group:hover .group-hover\:bg-blue-700\/75{background-color:#1d4ed8bf}.group:hover .group-hover\:bg-blue-700\/80{background-color:#1d4ed8cc}.group:hover .group-hover\:bg-blue-700\/90{background-color:#1d4ed8e6}.group:hover .group-hover\:bg-blue-800{background-color:#1e40af}.group:hover .group-hover\:bg-blue-800\/0{background-color:#1e40af00}.group:hover .group-hover\:bg-blue-800\/10{background-color:#1e40af1a}.group:hover .group-hover\:bg-blue-800\/20{background-color:#1e40af33}.group:hover .group-hover\:bg-blue-800\/30{background-color:#1e40af4d}.group:hover .group-hover\:bg-blue-800\/40{background-color:#1e40af66}.group:hover .group-hover\:bg-blue-800\/50{background-color:#1e40af80}.group:hover .group-hover\:bg-blue-800\/60{background-color:#1e40af99}.group:hover .group-hover\:bg-blue-800\/70{background-color:#1e40afb3}.group:hover .group-hover\:bg-blue-800\/75{background-color:#1e40afbf}.group:hover .group-hover\:bg-blue-800\/80{background-color:#1e40afcc}.group:hover .group-hover\:bg-blue-800\/90{background-color:#1e40afe6}.group:hover .group-hover\:bg-blue-900{background-color:#1e3a8a}.group:hover .group-hover\:bg-blue-900\/0{background-color:#1e3a8a00}.group:hover .group-hover\:bg-blue-900\/10{background-color:#1e3a8a1a}.group:hover .group-hover\:bg-blue-900\/20{background-color:#1e3a8a33}.group:hover .group-hover\:bg-blue-900\/30{background-color:#1e3a8a4d}.group:hover .group-hover\:bg-blue-900\/40{background-color:#1e3a8a66}.group:hover .group-hover\:bg-blue-900\/50{background-color:#1e3a8a80}.group:hover .group-hover\:bg-blue-900\/60{background-color:#1e3a8a99}.group:hover .group-hover\:bg-blue-900\/70{background-color:#1e3a8ab3}.group:hover .group-hover\:bg-blue-900\/75{background-color:#1e3a8abf}.group:hover .group-hover\:bg-blue-900\/80{background-color:#1e3a8acc}.group:hover .group-hover\:bg-blue-900\/90{background-color:#1e3a8ae6}.group:hover .group-hover\:bg-blue-950{background-color:#172554}.group:hover .group-hover\:bg-blue-950\/0{background-color:#17255400}.group:hover .group-hover\:bg-blue-950\/10{background-color:#1725541a}.group:hover .group-hover\:bg-blue-950\/20{background-color:#17255433}.group:hover .group-hover\:bg-blue-950\/30{background-color:#1725544d}.group:hover .group-hover\:bg-blue-950\/40{background-color:#17255466}.group:hover .group-hover\:bg-blue-950\/50{background-color:#17255480}.group:hover .group-hover\:bg-blue-950\/60{background-color:#17255499}.group:hover .group-hover\:bg-blue-950\/70{background-color:#172554b3}.group:hover .group-hover\:bg-blue-950\/75{background-color:#172554bf}.group:hover .group-hover\:bg-blue-950\/80{background-color:#172554cc}.group:hover .group-hover\:bg-blue-950\/90{background-color:#172554e6}.group:hover .group-hover\:bg-indigo-50{background-color:#eef2ff}.group:hover .group-hover\:bg-indigo-50\/0{background-color:#eef2ff00}.group:hover .group-hover\:bg-indigo-50\/10{background-color:#eef2ff1a}.group:hover .group-hover\:bg-indigo-50\/20{background-color:#eef2ff33}.group:hover .group-hover\:bg-indigo-50\/30{background-color:#eef2ff4d}.group:hover .group-hover\:bg-indigo-50\/40{background-color:#eef2ff66}.group:hover .group-hover\:bg-indigo-50\/50{background-color:#eef2ff80}.group:hover .group-hover\:bg-indigo-50\/60{background-color:#eef2ff99}.group:hover .group-hover\:bg-indigo-50\/70{background-color:#eef2ffb3}.group:hover .group-hover\:bg-indigo-50\/75{background-color:#eef2ffbf}.group:hover .group-hover\:bg-indigo-50\/80{background-color:#eef2ffcc}.group:hover .group-hover\:bg-indigo-50\/90{background-color:#eef2ffe6}.group:hover .group-hover\:bg-indigo-100{background-color:#e0e7ff}.group:hover .group-hover\:bg-indigo-100\/0{background-color:#e0e7ff00}.group:hover .group-hover\:bg-indigo-100\/10{background-color:#e0e7ff1a}.group:hover .group-hover\:bg-indigo-100\/20{background-color:#e0e7ff33}.group:hover .group-hover\:bg-indigo-100\/30{background-color:#e0e7ff4d}.group:hover .group-hover\:bg-indigo-100\/40{background-color:#e0e7ff66}.group:hover .group-hover\:bg-indigo-100\/50{background-color:#e0e7ff80}.group:hover .group-hover\:bg-indigo-100\/60{background-color:#e0e7ff99}.group:hover .group-hover\:bg-indigo-100\/70{background-color:#e0e7ffb3}.group:hover .group-hover\:bg-indigo-100\/75{background-color:#e0e7ffbf}.group:hover .group-hover\:bg-indigo-100\/80{background-color:#e0e7ffcc}.group:hover .group-hover\:bg-indigo-100\/90{background-color:#e0e7ffe6}.group:hover .group-hover\:bg-indigo-200{background-color:#c7d2fe}.group:hover .group-hover\:bg-indigo-200\/0{background-color:#c7d2fe00}.group:hover .group-hover\:bg-indigo-200\/10{background-color:#c7d2fe1a}.group:hover .group-hover\:bg-indigo-200\/20{background-color:#c7d2fe33}.group:hover .group-hover\:bg-indigo-200\/30{background-color:#c7d2fe4d}.group:hover .group-hover\:bg-indigo-200\/40{background-color:#c7d2fe66}.group:hover .group-hover\:bg-indigo-200\/50{background-color:#c7d2fe80}.group:hover .group-hover\:bg-indigo-200\/60{background-color:#c7d2fe99}.group:hover .group-hover\:bg-indigo-200\/70{background-color:#c7d2feb3}.group:hover .group-hover\:bg-indigo-200\/75{background-color:#c7d2febf}.group:hover .group-hover\:bg-indigo-200\/80{background-color:#c7d2fecc}.group:hover .group-hover\:bg-indigo-200\/90{background-color:#c7d2fee6}.group:hover .group-hover\:bg-indigo-300{background-color:#a5b4fc}.group:hover .group-hover\:bg-indigo-300\/0{background-color:#a5b4fc00}.group:hover .group-hover\:bg-indigo-300\/10{background-color:#a5b4fc1a}.group:hover .group-hover\:bg-indigo-300\/20{background-color:#a5b4fc33}.group:hover .group-hover\:bg-indigo-300\/30{background-color:#a5b4fc4d}.group:hover .group-hover\:bg-indigo-300\/40{background-color:#a5b4fc66}.group:hover .group-hover\:bg-indigo-300\/50{background-color:#a5b4fc80}.group:hover .group-hover\:bg-indigo-300\/60{background-color:#a5b4fc99}.group:hover .group-hover\:bg-indigo-300\/70{background-color:#a5b4fcb3}.group:hover .group-hover\:bg-indigo-300\/75{background-color:#a5b4fcbf}.group:hover .group-hover\:bg-indigo-300\/80{background-color:#a5b4fccc}.group:hover .group-hover\:bg-indigo-300\/90{background-color:#a5b4fce6}.group:hover .group-hover\:bg-indigo-400{background-color:#818cf8}.group:hover .group-hover\:bg-indigo-400\/0{background-color:#818cf800}.group:hover .group-hover\:bg-indigo-400\/10{background-color:#818cf81a}.group:hover .group-hover\:bg-indigo-400\/20{background-color:#818cf833}.group:hover .group-hover\:bg-indigo-400\/30{background-color:#818cf84d}.group:hover .group-hover\:bg-indigo-400\/40{background-color:#818cf866}.group:hover .group-hover\:bg-indigo-400\/50{background-color:#818cf880}.group:hover .group-hover\:bg-indigo-400\/60{background-color:#818cf899}.group:hover .group-hover\:bg-indigo-400\/70{background-color:#818cf8b3}.group:hover .group-hover\:bg-indigo-400\/75{background-color:#818cf8bf}.group:hover .group-hover\:bg-indigo-400\/80{background-color:#818cf8cc}.group:hover .group-hover\:bg-indigo-400\/90{background-color:#818cf8e6}.group:hover .group-hover\:bg-indigo-500{background-color:#6366f1}.group:hover .group-hover\:bg-indigo-500\/0{background-color:#6366f100}.group:hover .group-hover\:bg-indigo-500\/10{background-color:#6366f11a}.group:hover .group-hover\:bg-indigo-500\/20{background-color:#6366f133}.group:hover .group-hover\:bg-indigo-500\/30{background-color:#6366f14d}.group:hover .group-hover\:bg-indigo-500\/40{background-color:#6366f166}.group:hover .group-hover\:bg-indigo-500\/50{background-color:#6366f180}.group:hover .group-hover\:bg-indigo-500\/60{background-color:#6366f199}.group:hover .group-hover\:bg-indigo-500\/70{background-color:#6366f1b3}.group:hover .group-hover\:bg-indigo-500\/75{background-color:#6366f1bf}.group:hover .group-hover\:bg-indigo-500\/80{background-color:#6366f1cc}.group:hover .group-hover\:bg-indigo-500\/90{background-color:#6366f1e6}.group:hover .group-hover\:bg-indigo-600{background-color:#4f46e5}.group:hover .group-hover\:bg-indigo-600\/0{background-color:#4f46e500}.group:hover .group-hover\:bg-indigo-600\/10{background-color:#4f46e51a}.group:hover .group-hover\:bg-indigo-600\/20{background-color:#4f46e533}.group:hover .group-hover\:bg-indigo-600\/30{background-color:#4f46e54d}.group:hover .group-hover\:bg-indigo-600\/40{background-color:#4f46e566}.group:hover .group-hover\:bg-indigo-600\/50{background-color:#4f46e580}.group:hover .group-hover\:bg-indigo-600\/60{background-color:#4f46e599}.group:hover .group-hover\:bg-indigo-600\/70{background-color:#4f46e5b3}.group:hover .group-hover\:bg-indigo-600\/75{background-color:#4f46e5bf}.group:hover .group-hover\:bg-indigo-600\/80{background-color:#4f46e5cc}.group:hover .group-hover\:bg-indigo-600\/90{background-color:#4f46e5e6}.group:hover .group-hover\:bg-indigo-700{background-color:#4338ca}.group:hover .group-hover\:bg-indigo-700\/0{background-color:#4338ca00}.group:hover .group-hover\:bg-indigo-700\/10{background-color:#4338ca1a}.group:hover .group-hover\:bg-indigo-700\/20{background-color:#4338ca33}.group:hover .group-hover\:bg-indigo-700\/30{background-color:#4338ca4d}.group:hover .group-hover\:bg-indigo-700\/40{background-color:#4338ca66}.group:hover .group-hover\:bg-indigo-700\/50{background-color:#4338ca80}.group:hover .group-hover\:bg-indigo-700\/60{background-color:#4338ca99}.group:hover .group-hover\:bg-indigo-700\/70{background-color:#4338cab3}.group:hover .group-hover\:bg-indigo-700\/75{background-color:#4338cabf}.group:hover .group-hover\:bg-indigo-700\/80{background-color:#4338cacc}.group:hover .group-hover\:bg-indigo-700\/90{background-color:#4338cae6}.group:hover .group-hover\:bg-indigo-800{background-color:#3730a3}.group:hover .group-hover\:bg-indigo-800\/0{background-color:#3730a300}.group:hover .group-hover\:bg-indigo-800\/10{background-color:#3730a31a}.group:hover .group-hover\:bg-indigo-800\/20{background-color:#3730a333}.group:hover .group-hover\:bg-indigo-800\/30{background-color:#3730a34d}.group:hover .group-hover\:bg-indigo-800\/40{background-color:#3730a366}.group:hover .group-hover\:bg-indigo-800\/50{background-color:#3730a380}.group:hover .group-hover\:bg-indigo-800\/60{background-color:#3730a399}.group:hover .group-hover\:bg-indigo-800\/70{background-color:#3730a3b3}.group:hover .group-hover\:bg-indigo-800\/75{background-color:#3730a3bf}.group:hover .group-hover\:bg-indigo-800\/80{background-color:#3730a3cc}.group:hover .group-hover\:bg-indigo-800\/90{background-color:#3730a3e6}.group:hover .group-hover\:bg-indigo-900{background-color:#312e81}.group:hover .group-hover\:bg-indigo-900\/0{background-color:#312e8100}.group:hover .group-hover\:bg-indigo-900\/10{background-color:#312e811a}.group:hover .group-hover\:bg-indigo-900\/20{background-color:#312e8133}.group:hover .group-hover\:bg-indigo-900\/30{background-color:#312e814d}.group:hover .group-hover\:bg-indigo-900\/40{background-color:#312e8166}.group:hover .group-hover\:bg-indigo-900\/50{background-color:#312e8180}.group:hover .group-hover\:bg-indigo-900\/60{background-color:#312e8199}.group:hover .group-hover\:bg-indigo-900\/70{background-color:#312e81b3}.group:hover .group-hover\:bg-indigo-900\/75{background-color:#312e81bf}.group:hover .group-hover\:bg-indigo-900\/80{background-color:#312e81cc}.group:hover .group-hover\:bg-indigo-900\/90{background-color:#312e81e6}.group:hover .group-hover\:bg-indigo-950{background-color:#1e1b4b}.group:hover .group-hover\:bg-indigo-950\/0{background-color:#1e1b4b00}.group:hover .group-hover\:bg-indigo-950\/10{background-color:#1e1b4b1a}.group:hover .group-hover\:bg-indigo-950\/20{background-color:#1e1b4b33}.group:hover .group-hover\:bg-indigo-950\/30{background-color:#1e1b4b4d}.group:hover .group-hover\:bg-indigo-950\/40{background-color:#1e1b4b66}.group:hover .group-hover\:bg-indigo-950\/50{background-color:#1e1b4b80}.group:hover .group-hover\:bg-indigo-950\/60{background-color:#1e1b4b99}.group:hover .group-hover\:bg-indigo-950\/70{background-color:#1e1b4bb3}.group:hover .group-hover\:bg-indigo-950\/75{background-color:#1e1b4bbf}.group:hover .group-hover\:bg-indigo-950\/80{background-color:#1e1b4bcc}.group:hover .group-hover\:bg-indigo-950\/90{background-color:#1e1b4be6}.group:hover .group-hover\:bg-violet-50{background-color:#f5f3ff}.group:hover .group-hover\:bg-violet-50\/0{background-color:#f5f3ff00}.group:hover .group-hover\:bg-violet-50\/10{background-color:#f5f3ff1a}.group:hover .group-hover\:bg-violet-50\/20{background-color:#f5f3ff33}.group:hover .group-hover\:bg-violet-50\/30{background-color:#f5f3ff4d}.group:hover .group-hover\:bg-violet-50\/40{background-color:#f5f3ff66}.group:hover .group-hover\:bg-violet-50\/50{background-color:#f5f3ff80}.group:hover .group-hover\:bg-violet-50\/60{background-color:#f5f3ff99}.group:hover .group-hover\:bg-violet-50\/70{background-color:#f5f3ffb3}.group:hover .group-hover\:bg-violet-50\/75{background-color:#f5f3ffbf}.group:hover .group-hover\:bg-violet-50\/80{background-color:#f5f3ffcc}.group:hover .group-hover\:bg-violet-50\/90{background-color:#f5f3ffe6}.group:hover .group-hover\:bg-violet-100{background-color:#ede9fe}.group:hover .group-hover\:bg-violet-100\/0{background-color:#ede9fe00}.group:hover .group-hover\:bg-violet-100\/10{background-color:#ede9fe1a}.group:hover .group-hover\:bg-violet-100\/20{background-color:#ede9fe33}.group:hover .group-hover\:bg-violet-100\/30{background-color:#ede9fe4d}.group:hover .group-hover\:bg-violet-100\/40{background-color:#ede9fe66}.group:hover .group-hover\:bg-violet-100\/50{background-color:#ede9fe80}.group:hover .group-hover\:bg-violet-100\/60{background-color:#ede9fe99}.group:hover .group-hover\:bg-violet-100\/70{background-color:#ede9feb3}.group:hover .group-hover\:bg-violet-100\/75{background-color:#ede9febf}.group:hover .group-hover\:bg-violet-100\/80{background-color:#ede9fecc}.group:hover .group-hover\:bg-violet-100\/90{background-color:#ede9fee6}.group:hover .group-hover\:bg-violet-200{background-color:#ddd6fe}.group:hover .group-hover\:bg-violet-200\/0{background-color:#ddd6fe00}.group:hover .group-hover\:bg-violet-200\/10{background-color:#ddd6fe1a}.group:hover .group-hover\:bg-violet-200\/20{background-color:#ddd6fe33}.group:hover .group-hover\:bg-violet-200\/30{background-color:#ddd6fe4d}.group:hover .group-hover\:bg-violet-200\/40{background-color:#ddd6fe66}.group:hover .group-hover\:bg-violet-200\/50{background-color:#ddd6fe80}.group:hover .group-hover\:bg-violet-200\/60{background-color:#ddd6fe99}.group:hover .group-hover\:bg-violet-200\/70{background-color:#ddd6feb3}.group:hover .group-hover\:bg-violet-200\/75{background-color:#ddd6febf}.group:hover .group-hover\:bg-violet-200\/80{background-color:#ddd6fecc}.group:hover .group-hover\:bg-violet-200\/90{background-color:#ddd6fee6}.group:hover .group-hover\:bg-violet-300{background-color:#c4b5fd}.group:hover .group-hover\:bg-violet-300\/0{background-color:#c4b5fd00}.group:hover .group-hover\:bg-violet-300\/10{background-color:#c4b5fd1a}.group:hover .group-hover\:bg-violet-300\/20{background-color:#c4b5fd33}.group:hover .group-hover\:bg-violet-300\/30{background-color:#c4b5fd4d}.group:hover .group-hover\:bg-violet-300\/40{background-color:#c4b5fd66}.group:hover .group-hover\:bg-violet-300\/50{background-color:#c4b5fd80}.group:hover .group-hover\:bg-violet-300\/60{background-color:#c4b5fd99}.group:hover .group-hover\:bg-violet-300\/70{background-color:#c4b5fdb3}.group:hover .group-hover\:bg-violet-300\/75{background-color:#c4b5fdbf}.group:hover .group-hover\:bg-violet-300\/80{background-color:#c4b5fdcc}.group:hover .group-hover\:bg-violet-300\/90{background-color:#c4b5fde6}.group:hover .group-hover\:bg-violet-400{background-color:#a78bfa}.group:hover .group-hover\:bg-violet-400\/0{background-color:#a78bfa00}.group:hover .group-hover\:bg-violet-400\/10{background-color:#a78bfa1a}.group:hover .group-hover\:bg-violet-400\/20{background-color:#a78bfa33}.group:hover .group-hover\:bg-violet-400\/30{background-color:#a78bfa4d}.group:hover .group-hover\:bg-violet-400\/40{background-color:#a78bfa66}.group:hover .group-hover\:bg-violet-400\/50{background-color:#a78bfa80}.group:hover .group-hover\:bg-violet-400\/60{background-color:#a78bfa99}.group:hover .group-hover\:bg-violet-400\/70{background-color:#a78bfab3}.group:hover .group-hover\:bg-violet-400\/75{background-color:#a78bfabf}.group:hover .group-hover\:bg-violet-400\/80{background-color:#a78bfacc}.group:hover .group-hover\:bg-violet-400\/90{background-color:#a78bfae6}.group:hover .group-hover\:bg-violet-500{background-color:#8b5cf6}.group:hover .group-hover\:bg-violet-500\/0{background-color:#8b5cf600}.group:hover .group-hover\:bg-violet-500\/10{background-color:#8b5cf61a}.group:hover .group-hover\:bg-violet-500\/20{background-color:#8b5cf633}.group:hover .group-hover\:bg-violet-500\/30{background-color:#8b5cf64d}.group:hover .group-hover\:bg-violet-500\/40{background-color:#8b5cf666}.group:hover .group-hover\:bg-violet-500\/50{background-color:#8b5cf680}.group:hover .group-hover\:bg-violet-500\/60{background-color:#8b5cf699}.group:hover .group-hover\:bg-violet-500\/70{background-color:#8b5cf6b3}.group:hover .group-hover\:bg-violet-500\/75{background-color:#8b5cf6bf}.group:hover .group-hover\:bg-violet-500\/80{background-color:#8b5cf6cc}.group:hover .group-hover\:bg-violet-500\/90{background-color:#8b5cf6e6}.group:hover .group-hover\:bg-violet-600{background-color:#7c3aed}.group:hover .group-hover\:bg-violet-600\/0{background-color:#7c3aed00}.group:hover .group-hover\:bg-violet-600\/10{background-color:#7c3aed1a}.group:hover .group-hover\:bg-violet-600\/20{background-color:#7c3aed33}.group:hover .group-hover\:bg-violet-600\/30{background-color:#7c3aed4d}.group:hover .group-hover\:bg-violet-600\/40{background-color:#7c3aed66}.group:hover .group-hover\:bg-violet-600\/50{background-color:#7c3aed80}.group:hover .group-hover\:bg-violet-600\/60{background-color:#7c3aed99}.group:hover .group-hover\:bg-violet-600\/70{background-color:#7c3aedb3}.group:hover .group-hover\:bg-violet-600\/75{background-color:#7c3aedbf}.group:hover .group-hover\:bg-violet-600\/80{background-color:#7c3aedcc}.group:hover .group-hover\:bg-violet-600\/90{background-color:#7c3aede6}.group:hover .group-hover\:bg-violet-700{background-color:#6d28d9}.group:hover .group-hover\:bg-violet-700\/0{background-color:#6d28d900}.group:hover .group-hover\:bg-violet-700\/10{background-color:#6d28d91a}.group:hover .group-hover\:bg-violet-700\/20{background-color:#6d28d933}.group:hover .group-hover\:bg-violet-700\/30{background-color:#6d28d94d}.group:hover .group-hover\:bg-violet-700\/40{background-color:#6d28d966}.group:hover .group-hover\:bg-violet-700\/50{background-color:#6d28d980}.group:hover .group-hover\:bg-violet-700\/60{background-color:#6d28d999}.group:hover .group-hover\:bg-violet-700\/70{background-color:#6d28d9b3}.group:hover .group-hover\:bg-violet-700\/75{background-color:#6d28d9bf}.group:hover .group-hover\:bg-violet-700\/80{background-color:#6d28d9cc}.group:hover .group-hover\:bg-violet-700\/90{background-color:#6d28d9e6}.group:hover .group-hover\:bg-violet-800{background-color:#5b21b6}.group:hover .group-hover\:bg-violet-800\/0{background-color:#5b21b600}.group:hover .group-hover\:bg-violet-800\/10{background-color:#5b21b61a}.group:hover .group-hover\:bg-violet-800\/20{background-color:#5b21b633}.group:hover .group-hover\:bg-violet-800\/30{background-color:#5b21b64d}.group:hover .group-hover\:bg-violet-800\/40{background-color:#5b21b666}.group:hover .group-hover\:bg-violet-800\/50{background-color:#5b21b680}.group:hover .group-hover\:bg-violet-800\/60{background-color:#5b21b699}.group:hover .group-hover\:bg-violet-800\/70{background-color:#5b21b6b3}.group:hover .group-hover\:bg-violet-800\/75{background-color:#5b21b6bf}.group:hover .group-hover\:bg-violet-800\/80{background-color:#5b21b6cc}.group:hover .group-hover\:bg-violet-800\/90{background-color:#5b21b6e6}.group:hover .group-hover\:bg-violet-900{background-color:#4c1d95}.group:hover .group-hover\:bg-violet-900\/0{background-color:#4c1d9500}.group:hover .group-hover\:bg-violet-900\/10{background-color:#4c1d951a}.group:hover .group-hover\:bg-violet-900\/20{background-color:#4c1d9533}.group:hover .group-hover\:bg-violet-900\/30{background-color:#4c1d954d}.group:hover .group-hover\:bg-violet-900\/40{background-color:#4c1d9566}.group:hover .group-hover\:bg-violet-900\/50{background-color:#4c1d9580}.group:hover .group-hover\:bg-violet-900\/60{background-color:#4c1d9599}.group:hover .group-hover\:bg-violet-900\/70{background-color:#4c1d95b3}.group:hover .group-hover\:bg-violet-900\/75{background-color:#4c1d95bf}.group:hover .group-hover\:bg-violet-900\/80{background-color:#4c1d95cc}.group:hover .group-hover\:bg-violet-900\/90{background-color:#4c1d95e6}.group:hover .group-hover\:bg-violet-950{background-color:#2e1065}.group:hover .group-hover\:bg-violet-950\/0{background-color:#2e106500}.group:hover .group-hover\:bg-violet-950\/10{background-color:#2e10651a}.group:hover .group-hover\:bg-violet-950\/20{background-color:#2e106533}.group:hover .group-hover\:bg-violet-950\/30{background-color:#2e10654d}.group:hover .group-hover\:bg-violet-950\/40{background-color:#2e106566}.group:hover .group-hover\:bg-violet-950\/50{background-color:#2e106580}.group:hover .group-hover\:bg-violet-950\/60{background-color:#2e106599}.group:hover .group-hover\:bg-violet-950\/70{background-color:#2e1065b3}.group:hover .group-hover\:bg-violet-950\/75{background-color:#2e1065bf}.group:hover .group-hover\:bg-violet-950\/80{background-color:#2e1065cc}.group:hover .group-hover\:bg-violet-950\/90{background-color:#2e1065e6}.group:hover .group-hover\:bg-purple-50{background-color:#faf5ff}.group:hover .group-hover\:bg-purple-50\/0{background-color:#faf5ff00}.group:hover .group-hover\:bg-purple-50\/10{background-color:#faf5ff1a}.group:hover .group-hover\:bg-purple-50\/20{background-color:#faf5ff33}.group:hover .group-hover\:bg-purple-50\/30{background-color:#faf5ff4d}.group:hover .group-hover\:bg-purple-50\/40{background-color:#faf5ff66}.group:hover .group-hover\:bg-purple-50\/50{background-color:#faf5ff80}.group:hover .group-hover\:bg-purple-50\/60{background-color:#faf5ff99}.group:hover .group-hover\:bg-purple-50\/70{background-color:#faf5ffb3}.group:hover .group-hover\:bg-purple-50\/75{background-color:#faf5ffbf}.group:hover .group-hover\:bg-purple-50\/80{background-color:#faf5ffcc}.group:hover .group-hover\:bg-purple-50\/90{background-color:#faf5ffe6}.group:hover .group-hover\:bg-purple-100{background-color:#f3e8ff}.group:hover .group-hover\:bg-purple-100\/0{background-color:#f3e8ff00}.group:hover .group-hover\:bg-purple-100\/10{background-color:#f3e8ff1a}.group:hover .group-hover\:bg-purple-100\/20{background-color:#f3e8ff33}.group:hover .group-hover\:bg-purple-100\/30{background-color:#f3e8ff4d}.group:hover .group-hover\:bg-purple-100\/40{background-color:#f3e8ff66}.group:hover .group-hover\:bg-purple-100\/50{background-color:#f3e8ff80}.group:hover .group-hover\:bg-purple-100\/60{background-color:#f3e8ff99}.group:hover .group-hover\:bg-purple-100\/70{background-color:#f3e8ffb3}.group:hover .group-hover\:bg-purple-100\/75{background-color:#f3e8ffbf}.group:hover .group-hover\:bg-purple-100\/80{background-color:#f3e8ffcc}.group:hover .group-hover\:bg-purple-100\/90{background-color:#f3e8ffe6}.group:hover .group-hover\:bg-purple-200{background-color:#e9d5ff}.group:hover .group-hover\:bg-purple-200\/0{background-color:#e9d5ff00}.group:hover .group-hover\:bg-purple-200\/10{background-color:#e9d5ff1a}.group:hover .group-hover\:bg-purple-200\/20{background-color:#e9d5ff33}.group:hover .group-hover\:bg-purple-200\/30{background-color:#e9d5ff4d}.group:hover .group-hover\:bg-purple-200\/40{background-color:#e9d5ff66}.group:hover .group-hover\:bg-purple-200\/50{background-color:#e9d5ff80}.group:hover .group-hover\:bg-purple-200\/60{background-color:#e9d5ff99}.group:hover .group-hover\:bg-purple-200\/70{background-color:#e9d5ffb3}.group:hover .group-hover\:bg-purple-200\/75{background-color:#e9d5ffbf}.group:hover .group-hover\:bg-purple-200\/80{background-color:#e9d5ffcc}.group:hover .group-hover\:bg-purple-200\/90{background-color:#e9d5ffe6}.group:hover .group-hover\:bg-purple-300{background-color:#d8b4fe}.group:hover .group-hover\:bg-purple-300\/0{background-color:#d8b4fe00}.group:hover .group-hover\:bg-purple-300\/10{background-color:#d8b4fe1a}.group:hover .group-hover\:bg-purple-300\/20{background-color:#d8b4fe33}.group:hover .group-hover\:bg-purple-300\/30{background-color:#d8b4fe4d}.group:hover .group-hover\:bg-purple-300\/40{background-color:#d8b4fe66}.group:hover .group-hover\:bg-purple-300\/50{background-color:#d8b4fe80}.group:hover .group-hover\:bg-purple-300\/60{background-color:#d8b4fe99}.group:hover .group-hover\:bg-purple-300\/70{background-color:#d8b4feb3}.group:hover .group-hover\:bg-purple-300\/75{background-color:#d8b4febf}.group:hover .group-hover\:bg-purple-300\/80{background-color:#d8b4fecc}.group:hover .group-hover\:bg-purple-300\/90{background-color:#d8b4fee6}.group:hover .group-hover\:bg-purple-400{background-color:#c084fc}.group:hover .group-hover\:bg-purple-400\/0{background-color:#c084fc00}.group:hover .group-hover\:bg-purple-400\/10{background-color:#c084fc1a}.group:hover .group-hover\:bg-purple-400\/20{background-color:#c084fc33}.group:hover .group-hover\:bg-purple-400\/30{background-color:#c084fc4d}.group:hover .group-hover\:bg-purple-400\/40{background-color:#c084fc66}.group:hover .group-hover\:bg-purple-400\/50{background-color:#c084fc80}.group:hover .group-hover\:bg-purple-400\/60{background-color:#c084fc99}.group:hover .group-hover\:bg-purple-400\/70{background-color:#c084fcb3}.group:hover .group-hover\:bg-purple-400\/75{background-color:#c084fcbf}.group:hover .group-hover\:bg-purple-400\/80{background-color:#c084fccc}.group:hover .group-hover\:bg-purple-400\/90{background-color:#c084fce6}.group:hover .group-hover\:bg-purple-500{background-color:#a855f7}.group:hover .group-hover\:bg-purple-500\/0{background-color:#a855f700}.group:hover .group-hover\:bg-purple-500\/10{background-color:#a855f71a}.group:hover .group-hover\:bg-purple-500\/20{background-color:#a855f733}.group:hover .group-hover\:bg-purple-500\/30{background-color:#a855f74d}.group:hover .group-hover\:bg-purple-500\/40{background-color:#a855f766}.group:hover .group-hover\:bg-purple-500\/50{background-color:#a855f780}.group:hover .group-hover\:bg-purple-500\/60{background-color:#a855f799}.group:hover .group-hover\:bg-purple-500\/70{background-color:#a855f7b3}.group:hover .group-hover\:bg-purple-500\/75{background-color:#a855f7bf}.group:hover .group-hover\:bg-purple-500\/80{background-color:#a855f7cc}.group:hover .group-hover\:bg-purple-500\/90{background-color:#a855f7e6}.group:hover .group-hover\:bg-purple-600{background-color:#9333ea}.group:hover .group-hover\:bg-purple-600\/0{background-color:#9333ea00}.group:hover .group-hover\:bg-purple-600\/10{background-color:#9333ea1a}.group:hover .group-hover\:bg-purple-600\/20{background-color:#9333ea33}.group:hover .group-hover\:bg-purple-600\/30{background-color:#9333ea4d}.group:hover .group-hover\:bg-purple-600\/40{background-color:#9333ea66}.group:hover .group-hover\:bg-purple-600\/50{background-color:#9333ea80}.group:hover .group-hover\:bg-purple-600\/60{background-color:#9333ea99}.group:hover .group-hover\:bg-purple-600\/70{background-color:#9333eab3}.group:hover .group-hover\:bg-purple-600\/75{background-color:#9333eabf}.group:hover .group-hover\:bg-purple-600\/80{background-color:#9333eacc}.group:hover .group-hover\:bg-purple-600\/90{background-color:#9333eae6}.group:hover .group-hover\:bg-purple-700{background-color:#7e22ce}.group:hover .group-hover\:bg-purple-700\/0{background-color:#7e22ce00}.group:hover .group-hover\:bg-purple-700\/10{background-color:#7e22ce1a}.group:hover .group-hover\:bg-purple-700\/20{background-color:#7e22ce33}.group:hover .group-hover\:bg-purple-700\/30{background-color:#7e22ce4d}.group:hover .group-hover\:bg-purple-700\/40{background-color:#7e22ce66}.group:hover .group-hover\:bg-purple-700\/50{background-color:#7e22ce80}.group:hover .group-hover\:bg-purple-700\/60{background-color:#7e22ce99}.group:hover .group-hover\:bg-purple-700\/70{background-color:#7e22ceb3}.group:hover .group-hover\:bg-purple-700\/75{background-color:#7e22cebf}.group:hover .group-hover\:bg-purple-700\/80{background-color:#7e22cecc}.group:hover .group-hover\:bg-purple-700\/90{background-color:#7e22cee6}.group:hover .group-hover\:bg-purple-800{background-color:#6b21a8}.group:hover .group-hover\:bg-purple-800\/0{background-color:#6b21a800}.group:hover .group-hover\:bg-purple-800\/10{background-color:#6b21a81a}.group:hover .group-hover\:bg-purple-800\/20{background-color:#6b21a833}.group:hover .group-hover\:bg-purple-800\/30{background-color:#6b21a84d}.group:hover .group-hover\:bg-purple-800\/40{background-color:#6b21a866}.group:hover .group-hover\:bg-purple-800\/50{background-color:#6b21a880}.group:hover .group-hover\:bg-purple-800\/60{background-color:#6b21a899}.group:hover .group-hover\:bg-purple-800\/70{background-color:#6b21a8b3}.group:hover .group-hover\:bg-purple-800\/75{background-color:#6b21a8bf}.group:hover .group-hover\:bg-purple-800\/80{background-color:#6b21a8cc}.group:hover .group-hover\:bg-purple-800\/90{background-color:#6b21a8e6}.group:hover .group-hover\:bg-purple-900{background-color:#581c87}.group:hover .group-hover\:bg-purple-900\/0{background-color:#581c8700}.group:hover .group-hover\:bg-purple-900\/10{background-color:#581c871a}.group:hover .group-hover\:bg-purple-900\/20{background-color:#581c8733}.group:hover .group-hover\:bg-purple-900\/30{background-color:#581c874d}.group:hover .group-hover\:bg-purple-900\/40{background-color:#581c8766}.group:hover .group-hover\:bg-purple-900\/50{background-color:#581c8780}.group:hover .group-hover\:bg-purple-900\/60{background-color:#581c8799}.group:hover .group-hover\:bg-purple-900\/70{background-color:#581c87b3}.group:hover .group-hover\:bg-purple-900\/75{background-color:#581c87bf}.group:hover .group-hover\:bg-purple-900\/80{background-color:#581c87cc}.group:hover .group-hover\:bg-purple-900\/90{background-color:#581c87e6}.group:hover .group-hover\:bg-purple-950{background-color:#3b0764}.group:hover .group-hover\:bg-purple-950\/0{background-color:#3b076400}.group:hover .group-hover\:bg-purple-950\/10{background-color:#3b07641a}.group:hover .group-hover\:bg-purple-950\/20{background-color:#3b076433}.group:hover .group-hover\:bg-purple-950\/30{background-color:#3b07644d}.group:hover .group-hover\:bg-purple-950\/40{background-color:#3b076466}.group:hover .group-hover\:bg-purple-950\/50{background-color:#3b076480}.group:hover .group-hover\:bg-purple-950\/60{background-color:#3b076499}.group:hover .group-hover\:bg-purple-950\/70{background-color:#3b0764b3}.group:hover .group-hover\:bg-purple-950\/75{background-color:#3b0764bf}.group:hover .group-hover\:bg-purple-950\/80{background-color:#3b0764cc}.group:hover .group-hover\:bg-purple-950\/90{background-color:#3b0764e6}.group:hover .group-hover\:bg-fuchsia-50{background-color:#fdf4ff}.group:hover .group-hover\:bg-fuchsia-50\/0{background-color:#fdf4ff00}.group:hover .group-hover\:bg-fuchsia-50\/10{background-color:#fdf4ff1a}.group:hover .group-hover\:bg-fuchsia-50\/20{background-color:#fdf4ff33}.group:hover .group-hover\:bg-fuchsia-50\/30{background-color:#fdf4ff4d}.group:hover .group-hover\:bg-fuchsia-50\/40{background-color:#fdf4ff66}.group:hover .group-hover\:bg-fuchsia-50\/50{background-color:#fdf4ff80}.group:hover .group-hover\:bg-fuchsia-50\/60{background-color:#fdf4ff99}.group:hover .group-hover\:bg-fuchsia-50\/70{background-color:#fdf4ffb3}.group:hover .group-hover\:bg-fuchsia-50\/75{background-color:#fdf4ffbf}.group:hover .group-hover\:bg-fuchsia-50\/80{background-color:#fdf4ffcc}.group:hover .group-hover\:bg-fuchsia-50\/90{background-color:#fdf4ffe6}.group:hover .group-hover\:bg-fuchsia-100{background-color:#fae8ff}.group:hover .group-hover\:bg-fuchsia-100\/0{background-color:#fae8ff00}.group:hover .group-hover\:bg-fuchsia-100\/10{background-color:#fae8ff1a}.group:hover .group-hover\:bg-fuchsia-100\/20{background-color:#fae8ff33}.group:hover .group-hover\:bg-fuchsia-100\/30{background-color:#fae8ff4d}.group:hover .group-hover\:bg-fuchsia-100\/40{background-color:#fae8ff66}.group:hover .group-hover\:bg-fuchsia-100\/50{background-color:#fae8ff80}.group:hover .group-hover\:bg-fuchsia-100\/60{background-color:#fae8ff99}.group:hover .group-hover\:bg-fuchsia-100\/70{background-color:#fae8ffb3}.group:hover .group-hover\:bg-fuchsia-100\/75{background-color:#fae8ffbf}.group:hover .group-hover\:bg-fuchsia-100\/80{background-color:#fae8ffcc}.group:hover .group-hover\:bg-fuchsia-100\/90{background-color:#fae8ffe6}.group:hover .group-hover\:bg-fuchsia-200{background-color:#f5d0fe}.group:hover .group-hover\:bg-fuchsia-200\/0{background-color:#f5d0fe00}.group:hover .group-hover\:bg-fuchsia-200\/10{background-color:#f5d0fe1a}.group:hover .group-hover\:bg-fuchsia-200\/20{background-color:#f5d0fe33}.group:hover .group-hover\:bg-fuchsia-200\/30{background-color:#f5d0fe4d}.group:hover .group-hover\:bg-fuchsia-200\/40{background-color:#f5d0fe66}.group:hover .group-hover\:bg-fuchsia-200\/50{background-color:#f5d0fe80}.group:hover .group-hover\:bg-fuchsia-200\/60{background-color:#f5d0fe99}.group:hover .group-hover\:bg-fuchsia-200\/70{background-color:#f5d0feb3}.group:hover .group-hover\:bg-fuchsia-200\/75{background-color:#f5d0febf}.group:hover .group-hover\:bg-fuchsia-200\/80{background-color:#f5d0fecc}.group:hover .group-hover\:bg-fuchsia-200\/90{background-color:#f5d0fee6}.group:hover .group-hover\:bg-fuchsia-300{background-color:#f0abfc}.group:hover .group-hover\:bg-fuchsia-300\/0{background-color:#f0abfc00}.group:hover .group-hover\:bg-fuchsia-300\/10{background-color:#f0abfc1a}.group:hover .group-hover\:bg-fuchsia-300\/20{background-color:#f0abfc33}.group:hover .group-hover\:bg-fuchsia-300\/30{background-color:#f0abfc4d}.group:hover .group-hover\:bg-fuchsia-300\/40{background-color:#f0abfc66}.group:hover .group-hover\:bg-fuchsia-300\/50{background-color:#f0abfc80}.group:hover .group-hover\:bg-fuchsia-300\/60{background-color:#f0abfc99}.group:hover .group-hover\:bg-fuchsia-300\/70{background-color:#f0abfcb3}.group:hover .group-hover\:bg-fuchsia-300\/75{background-color:#f0abfcbf}.group:hover .group-hover\:bg-fuchsia-300\/80{background-color:#f0abfccc}.group:hover .group-hover\:bg-fuchsia-300\/90{background-color:#f0abfce6}.group:hover .group-hover\:bg-fuchsia-400{background-color:#e879f9}.group:hover .group-hover\:bg-fuchsia-400\/0{background-color:#e879f900}.group:hover .group-hover\:bg-fuchsia-400\/10{background-color:#e879f91a}.group:hover .group-hover\:bg-fuchsia-400\/20{background-color:#e879f933}.group:hover .group-hover\:bg-fuchsia-400\/30{background-color:#e879f94d}.group:hover .group-hover\:bg-fuchsia-400\/40{background-color:#e879f966}.group:hover .group-hover\:bg-fuchsia-400\/50{background-color:#e879f980}.group:hover .group-hover\:bg-fuchsia-400\/60{background-color:#e879f999}.group:hover .group-hover\:bg-fuchsia-400\/70{background-color:#e879f9b3}.group:hover .group-hover\:bg-fuchsia-400\/75{background-color:#e879f9bf}.group:hover .group-hover\:bg-fuchsia-400\/80{background-color:#e879f9cc}.group:hover .group-hover\:bg-fuchsia-400\/90{background-color:#e879f9e6}.group:hover .group-hover\:bg-fuchsia-500{background-color:#d946ef}.group:hover .group-hover\:bg-fuchsia-500\/0{background-color:#d946ef00}.group:hover .group-hover\:bg-fuchsia-500\/10{background-color:#d946ef1a}.group:hover .group-hover\:bg-fuchsia-500\/20{background-color:#d946ef33}.group:hover .group-hover\:bg-fuchsia-500\/30{background-color:#d946ef4d}.group:hover .group-hover\:bg-fuchsia-500\/40{background-color:#d946ef66}.group:hover .group-hover\:bg-fuchsia-500\/50{background-color:#d946ef80}.group:hover .group-hover\:bg-fuchsia-500\/60{background-color:#d946ef99}.group:hover .group-hover\:bg-fuchsia-500\/70{background-color:#d946efb3}.group:hover .group-hover\:bg-fuchsia-500\/75{background-color:#d946efbf}.group:hover .group-hover\:bg-fuchsia-500\/80{background-color:#d946efcc}.group:hover .group-hover\:bg-fuchsia-500\/90{background-color:#d946efe6}.group:hover .group-hover\:bg-fuchsia-600{background-color:#c026d3}.group:hover .group-hover\:bg-fuchsia-600\/0{background-color:#c026d300}.group:hover .group-hover\:bg-fuchsia-600\/10{background-color:#c026d31a}.group:hover .group-hover\:bg-fuchsia-600\/20{background-color:#c026d333}.group:hover .group-hover\:bg-fuchsia-600\/30{background-color:#c026d34d}.group:hover .group-hover\:bg-fuchsia-600\/40{background-color:#c026d366}.group:hover .group-hover\:bg-fuchsia-600\/50{background-color:#c026d380}.group:hover .group-hover\:bg-fuchsia-600\/60{background-color:#c026d399}.group:hover .group-hover\:bg-fuchsia-600\/70{background-color:#c026d3b3}.group:hover .group-hover\:bg-fuchsia-600\/75{background-color:#c026d3bf}.group:hover .group-hover\:bg-fuchsia-600\/80{background-color:#c026d3cc}.group:hover .group-hover\:bg-fuchsia-600\/90{background-color:#c026d3e6}.group:hover .group-hover\:bg-fuchsia-700{background-color:#a21caf}.group:hover .group-hover\:bg-fuchsia-700\/0{background-color:#a21caf00}.group:hover .group-hover\:bg-fuchsia-700\/10{background-color:#a21caf1a}.group:hover .group-hover\:bg-fuchsia-700\/20{background-color:#a21caf33}.group:hover .group-hover\:bg-fuchsia-700\/30{background-color:#a21caf4d}.group:hover .group-hover\:bg-fuchsia-700\/40{background-color:#a21caf66}.group:hover .group-hover\:bg-fuchsia-700\/50{background-color:#a21caf80}.group:hover .group-hover\:bg-fuchsia-700\/60{background-color:#a21caf99}.group:hover .group-hover\:bg-fuchsia-700\/70{background-color:#a21cafb3}.group:hover .group-hover\:bg-fuchsia-700\/75{background-color:#a21cafbf}.group:hover .group-hover\:bg-fuchsia-700\/80{background-color:#a21cafcc}.group:hover .group-hover\:bg-fuchsia-700\/90{background-color:#a21cafe6}.group:hover .group-hover\:bg-fuchsia-800{background-color:#86198f}.group:hover .group-hover\:bg-fuchsia-800\/0{background-color:#86198f00}.group:hover .group-hover\:bg-fuchsia-800\/10{background-color:#86198f1a}.group:hover .group-hover\:bg-fuchsia-800\/20{background-color:#86198f33}.group:hover .group-hover\:bg-fuchsia-800\/30{background-color:#86198f4d}.group:hover .group-hover\:bg-fuchsia-800\/40{background-color:#86198f66}.group:hover .group-hover\:bg-fuchsia-800\/50{background-color:#86198f80}.group:hover .group-hover\:bg-fuchsia-800\/60{background-color:#86198f99}.group:hover .group-hover\:bg-fuchsia-800\/70{background-color:#86198fb3}.group:hover .group-hover\:bg-fuchsia-800\/75{background-color:#86198fbf}.group:hover .group-hover\:bg-fuchsia-800\/80{background-color:#86198fcc}.group:hover .group-hover\:bg-fuchsia-800\/90{background-color:#86198fe6}.group:hover .group-hover\:bg-fuchsia-900{background-color:#701a75}.group:hover .group-hover\:bg-fuchsia-900\/0{background-color:#701a7500}.group:hover .group-hover\:bg-fuchsia-900\/10{background-color:#701a751a}.group:hover .group-hover\:bg-fuchsia-900\/20{background-color:#701a7533}.group:hover .group-hover\:bg-fuchsia-900\/30{background-color:#701a754d}.group:hover .group-hover\:bg-fuchsia-900\/40{background-color:#701a7566}.group:hover .group-hover\:bg-fuchsia-900\/50{background-color:#701a7580}.group:hover .group-hover\:bg-fuchsia-900\/60{background-color:#701a7599}.group:hover .group-hover\:bg-fuchsia-900\/70{background-color:#701a75b3}.group:hover .group-hover\:bg-fuchsia-900\/75{background-color:#701a75bf}.group:hover .group-hover\:bg-fuchsia-900\/80{background-color:#701a75cc}.group:hover .group-hover\:bg-fuchsia-900\/90{background-color:#701a75e6}.group:hover .group-hover\:bg-fuchsia-950{background-color:#4a044e}.group:hover .group-hover\:bg-fuchsia-950\/0{background-color:#4a044e00}.group:hover .group-hover\:bg-fuchsia-950\/10{background-color:#4a044e1a}.group:hover .group-hover\:bg-fuchsia-950\/20{background-color:#4a044e33}.group:hover .group-hover\:bg-fuchsia-950\/30{background-color:#4a044e4d}.group:hover .group-hover\:bg-fuchsia-950\/40{background-color:#4a044e66}.group:hover .group-hover\:bg-fuchsia-950\/50{background-color:#4a044e80}.group:hover .group-hover\:bg-fuchsia-950\/60{background-color:#4a044e99}.group:hover .group-hover\:bg-fuchsia-950\/70{background-color:#4a044eb3}.group:hover .group-hover\:bg-fuchsia-950\/75{background-color:#4a044ebf}.group:hover .group-hover\:bg-fuchsia-950\/80{background-color:#4a044ecc}.group:hover .group-hover\:bg-fuchsia-950\/90{background-color:#4a044ee6}.group:hover .group-hover\:bg-pink-50{background-color:#fdf2f8}.group:hover .group-hover\:bg-pink-50\/0{background-color:#fdf2f800}.group:hover .group-hover\:bg-pink-50\/10{background-color:#fdf2f81a}.group:hover .group-hover\:bg-pink-50\/20{background-color:#fdf2f833}.group:hover .group-hover\:bg-pink-50\/30{background-color:#fdf2f84d}.group:hover .group-hover\:bg-pink-50\/40{background-color:#fdf2f866}.group:hover .group-hover\:bg-pink-50\/50{background-color:#fdf2f880}.group:hover .group-hover\:bg-pink-50\/60{background-color:#fdf2f899}.group:hover .group-hover\:bg-pink-50\/70{background-color:#fdf2f8b3}.group:hover .group-hover\:bg-pink-50\/75{background-color:#fdf2f8bf}.group:hover .group-hover\:bg-pink-50\/80{background-color:#fdf2f8cc}.group:hover .group-hover\:bg-pink-50\/90{background-color:#fdf2f8e6}.group:hover .group-hover\:bg-pink-100{background-color:#fce7f3}.group:hover .group-hover\:bg-pink-100\/0{background-color:#fce7f300}.group:hover .group-hover\:bg-pink-100\/10{background-color:#fce7f31a}.group:hover .group-hover\:bg-pink-100\/20{background-color:#fce7f333}.group:hover .group-hover\:bg-pink-100\/30{background-color:#fce7f34d}.group:hover .group-hover\:bg-pink-100\/40{background-color:#fce7f366}.group:hover .group-hover\:bg-pink-100\/50{background-color:#fce7f380}.group:hover .group-hover\:bg-pink-100\/60{background-color:#fce7f399}.group:hover .group-hover\:bg-pink-100\/70{background-color:#fce7f3b3}.group:hover .group-hover\:bg-pink-100\/75{background-color:#fce7f3bf}.group:hover .group-hover\:bg-pink-100\/80{background-color:#fce7f3cc}.group:hover .group-hover\:bg-pink-100\/90{background-color:#fce7f3e6}.group:hover .group-hover\:bg-pink-200{background-color:#fbcfe8}.group:hover .group-hover\:bg-pink-200\/0{background-color:#fbcfe800}.group:hover .group-hover\:bg-pink-200\/10{background-color:#fbcfe81a}.group:hover .group-hover\:bg-pink-200\/20{background-color:#fbcfe833}.group:hover .group-hover\:bg-pink-200\/30{background-color:#fbcfe84d}.group:hover .group-hover\:bg-pink-200\/40{background-color:#fbcfe866}.group:hover .group-hover\:bg-pink-200\/50{background-color:#fbcfe880}.group:hover .group-hover\:bg-pink-200\/60{background-color:#fbcfe899}.group:hover .group-hover\:bg-pink-200\/70{background-color:#fbcfe8b3}.group:hover .group-hover\:bg-pink-200\/75{background-color:#fbcfe8bf}.group:hover .group-hover\:bg-pink-200\/80{background-color:#fbcfe8cc}.group:hover .group-hover\:bg-pink-200\/90{background-color:#fbcfe8e6}.group:hover .group-hover\:bg-pink-300{background-color:#f9a8d4}.group:hover .group-hover\:bg-pink-300\/0{background-color:#f9a8d400}.group:hover .group-hover\:bg-pink-300\/10{background-color:#f9a8d41a}.group:hover .group-hover\:bg-pink-300\/20{background-color:#f9a8d433}.group:hover .group-hover\:bg-pink-300\/30{background-color:#f9a8d44d}.group:hover .group-hover\:bg-pink-300\/40{background-color:#f9a8d466}.group:hover .group-hover\:bg-pink-300\/50{background-color:#f9a8d480}.group:hover .group-hover\:bg-pink-300\/60{background-color:#f9a8d499}.group:hover .group-hover\:bg-pink-300\/70{background-color:#f9a8d4b3}.group:hover .group-hover\:bg-pink-300\/75{background-color:#f9a8d4bf}.group:hover .group-hover\:bg-pink-300\/80{background-color:#f9a8d4cc}.group:hover .group-hover\:bg-pink-300\/90{background-color:#f9a8d4e6}.group:hover .group-hover\:bg-pink-400{background-color:#f472b6}.group:hover .group-hover\:bg-pink-400\/0{background-color:#f472b600}.group:hover .group-hover\:bg-pink-400\/10{background-color:#f472b61a}.group:hover .group-hover\:bg-pink-400\/20{background-color:#f472b633}.group:hover .group-hover\:bg-pink-400\/30{background-color:#f472b64d}.group:hover .group-hover\:bg-pink-400\/40{background-color:#f472b666}.group:hover .group-hover\:bg-pink-400\/50{background-color:#f472b680}.group:hover .group-hover\:bg-pink-400\/60{background-color:#f472b699}.group:hover .group-hover\:bg-pink-400\/70{background-color:#f472b6b3}.group:hover .group-hover\:bg-pink-400\/75{background-color:#f472b6bf}.group:hover .group-hover\:bg-pink-400\/80{background-color:#f472b6cc}.group:hover .group-hover\:bg-pink-400\/90{background-color:#f472b6e6}.group:hover .group-hover\:bg-pink-500{background-color:#ec4899}.group:hover .group-hover\:bg-pink-500\/0{background-color:#ec489900}.group:hover .group-hover\:bg-pink-500\/10{background-color:#ec48991a}.group:hover .group-hover\:bg-pink-500\/20{background-color:#ec489933}.group:hover .group-hover\:bg-pink-500\/30{background-color:#ec48994d}.group:hover .group-hover\:bg-pink-500\/40{background-color:#ec489966}.group:hover .group-hover\:bg-pink-500\/50{background-color:#ec489980}.group:hover .group-hover\:bg-pink-500\/60{background-color:#ec489999}.group:hover .group-hover\:bg-pink-500\/70{background-color:#ec4899b3}.group:hover .group-hover\:bg-pink-500\/75{background-color:#ec4899bf}.group:hover .group-hover\:bg-pink-500\/80{background-color:#ec4899cc}.group:hover .group-hover\:bg-pink-500\/90{background-color:#ec4899e6}.group:hover .group-hover\:bg-pink-600{background-color:#db2777}.group:hover .group-hover\:bg-pink-600\/0{background-color:#db277700}.group:hover .group-hover\:bg-pink-600\/10{background-color:#db27771a}.group:hover .group-hover\:bg-pink-600\/20{background-color:#db277733}.group:hover .group-hover\:bg-pink-600\/30{background-color:#db27774d}.group:hover .group-hover\:bg-pink-600\/40{background-color:#db277766}.group:hover .group-hover\:bg-pink-600\/50{background-color:#db277780}.group:hover .group-hover\:bg-pink-600\/60{background-color:#db277799}.group:hover .group-hover\:bg-pink-600\/70{background-color:#db2777b3}.group:hover .group-hover\:bg-pink-600\/75{background-color:#db2777bf}.group:hover .group-hover\:bg-pink-600\/80{background-color:#db2777cc}.group:hover .group-hover\:bg-pink-600\/90{background-color:#db2777e6}.group:hover .group-hover\:bg-pink-700{background-color:#be185d}.group:hover .group-hover\:bg-pink-700\/0{background-color:#be185d00}.group:hover .group-hover\:bg-pink-700\/10{background-color:#be185d1a}.group:hover .group-hover\:bg-pink-700\/20{background-color:#be185d33}.group:hover .group-hover\:bg-pink-700\/30{background-color:#be185d4d}.group:hover .group-hover\:bg-pink-700\/40{background-color:#be185d66}.group:hover .group-hover\:bg-pink-700\/50{background-color:#be185d80}.group:hover .group-hover\:bg-pink-700\/60{background-color:#be185d99}.group:hover .group-hover\:bg-pink-700\/70{background-color:#be185db3}.group:hover .group-hover\:bg-pink-700\/75{background-color:#be185dbf}.group:hover .group-hover\:bg-pink-700\/80{background-color:#be185dcc}.group:hover .group-hover\:bg-pink-700\/90{background-color:#be185de6}.group:hover .group-hover\:bg-pink-800{background-color:#9d174d}.group:hover .group-hover\:bg-pink-800\/0{background-color:#9d174d00}.group:hover .group-hover\:bg-pink-800\/10{background-color:#9d174d1a}.group:hover .group-hover\:bg-pink-800\/20{background-color:#9d174d33}.group:hover .group-hover\:bg-pink-800\/30{background-color:#9d174d4d}.group:hover .group-hover\:bg-pink-800\/40{background-color:#9d174d66}.group:hover .group-hover\:bg-pink-800\/50{background-color:#9d174d80}.group:hover .group-hover\:bg-pink-800\/60{background-color:#9d174d99}.group:hover .group-hover\:bg-pink-800\/70{background-color:#9d174db3}.group:hover .group-hover\:bg-pink-800\/75{background-color:#9d174dbf}.group:hover .group-hover\:bg-pink-800\/80{background-color:#9d174dcc}.group:hover .group-hover\:bg-pink-800\/90{background-color:#9d174de6}.group:hover .group-hover\:bg-pink-900{background-color:#831843}.group:hover .group-hover\:bg-pink-900\/0{background-color:#83184300}.group:hover .group-hover\:bg-pink-900\/10{background-color:#8318431a}.group:hover .group-hover\:bg-pink-900\/20{background-color:#83184333}.group:hover .group-hover\:bg-pink-900\/30{background-color:#8318434d}.group:hover .group-hover\:bg-pink-900\/40{background-color:#83184366}.group:hover .group-hover\:bg-pink-900\/50{background-color:#83184380}.group:hover .group-hover\:bg-pink-900\/60{background-color:#83184399}.group:hover .group-hover\:bg-pink-900\/70{background-color:#831843b3}.group:hover .group-hover\:bg-pink-900\/75{background-color:#831843bf}.group:hover .group-hover\:bg-pink-900\/80{background-color:#831843cc}.group:hover .group-hover\:bg-pink-900\/90{background-color:#831843e6}.group:hover .group-hover\:bg-pink-950{background-color:#500724}.group:hover .group-hover\:bg-pink-950\/0{background-color:#50072400}.group:hover .group-hover\:bg-pink-950\/10{background-color:#5007241a}.group:hover .group-hover\:bg-pink-950\/20{background-color:#50072433}.group:hover .group-hover\:bg-pink-950\/30{background-color:#5007244d}.group:hover .group-hover\:bg-pink-950\/40{background-color:#50072466}.group:hover .group-hover\:bg-pink-950\/50{background-color:#50072480}.group:hover .group-hover\:bg-pink-950\/60{background-color:#50072499}.group:hover .group-hover\:bg-pink-950\/70{background-color:#500724b3}.group:hover .group-hover\:bg-pink-950\/75{background-color:#500724bf}.group:hover .group-hover\:bg-pink-950\/80{background-color:#500724cc}.group:hover .group-hover\:bg-pink-950\/90{background-color:#500724e6}.group:hover .group-hover\:bg-rose-50{background-color:#fff1f2}.group:hover .group-hover\:bg-rose-50\/0{background-color:#fff1f200}.group:hover .group-hover\:bg-rose-50\/10{background-color:#fff1f21a}.group:hover .group-hover\:bg-rose-50\/20{background-color:#fff1f233}.group:hover .group-hover\:bg-rose-50\/30{background-color:#fff1f24d}.group:hover .group-hover\:bg-rose-50\/40{background-color:#fff1f266}.group:hover .group-hover\:bg-rose-50\/50{background-color:#fff1f280}.group:hover .group-hover\:bg-rose-50\/60{background-color:#fff1f299}.group:hover .group-hover\:bg-rose-50\/70{background-color:#fff1f2b3}.group:hover .group-hover\:bg-rose-50\/75{background-color:#fff1f2bf}.group:hover .group-hover\:bg-rose-50\/80{background-color:#fff1f2cc}.group:hover .group-hover\:bg-rose-50\/90{background-color:#fff1f2e6}.group:hover .group-hover\:bg-rose-100{background-color:#ffe4e6}.group:hover .group-hover\:bg-rose-100\/0{background-color:#ffe4e600}.group:hover .group-hover\:bg-rose-100\/10{background-color:#ffe4e61a}.group:hover .group-hover\:bg-rose-100\/20{background-color:#ffe4e633}.group:hover .group-hover\:bg-rose-100\/30{background-color:#ffe4e64d}.group:hover .group-hover\:bg-rose-100\/40{background-color:#ffe4e666}.group:hover .group-hover\:bg-rose-100\/50{background-color:#ffe4e680}.group:hover .group-hover\:bg-rose-100\/60{background-color:#ffe4e699}.group:hover .group-hover\:bg-rose-100\/70{background-color:#ffe4e6b3}.group:hover .group-hover\:bg-rose-100\/75{background-color:#ffe4e6bf}.group:hover .group-hover\:bg-rose-100\/80{background-color:#ffe4e6cc}.group:hover .group-hover\:bg-rose-100\/90{background-color:#ffe4e6e6}.group:hover .group-hover\:bg-rose-200{background-color:#fecdd3}.group:hover .group-hover\:bg-rose-200\/0{background-color:#fecdd300}.group:hover .group-hover\:bg-rose-200\/10{background-color:#fecdd31a}.group:hover .group-hover\:bg-rose-200\/20{background-color:#fecdd333}.group:hover .group-hover\:bg-rose-200\/30{background-color:#fecdd34d}.group:hover .group-hover\:bg-rose-200\/40{background-color:#fecdd366}.group:hover .group-hover\:bg-rose-200\/50{background-color:#fecdd380}.group:hover .group-hover\:bg-rose-200\/60{background-color:#fecdd399}.group:hover .group-hover\:bg-rose-200\/70{background-color:#fecdd3b3}.group:hover .group-hover\:bg-rose-200\/75{background-color:#fecdd3bf}.group:hover .group-hover\:bg-rose-200\/80{background-color:#fecdd3cc}.group:hover .group-hover\:bg-rose-200\/90{background-color:#fecdd3e6}.group:hover .group-hover\:bg-rose-300{background-color:#fda4af}.group:hover .group-hover\:bg-rose-300\/0{background-color:#fda4af00}.group:hover .group-hover\:bg-rose-300\/10{background-color:#fda4af1a}.group:hover .group-hover\:bg-rose-300\/20{background-color:#fda4af33}.group:hover .group-hover\:bg-rose-300\/30{background-color:#fda4af4d}.group:hover .group-hover\:bg-rose-300\/40{background-color:#fda4af66}.group:hover .group-hover\:bg-rose-300\/50{background-color:#fda4af80}.group:hover .group-hover\:bg-rose-300\/60{background-color:#fda4af99}.group:hover .group-hover\:bg-rose-300\/70{background-color:#fda4afb3}.group:hover .group-hover\:bg-rose-300\/75{background-color:#fda4afbf}.group:hover .group-hover\:bg-rose-300\/80{background-color:#fda4afcc}.group:hover .group-hover\:bg-rose-300\/90{background-color:#fda4afe6}.group:hover .group-hover\:bg-rose-400{background-color:#fb7185}.group:hover .group-hover\:bg-rose-400\/0{background-color:#fb718500}.group:hover .group-hover\:bg-rose-400\/10{background-color:#fb71851a}.group:hover .group-hover\:bg-rose-400\/20{background-color:#fb718533}.group:hover .group-hover\:bg-rose-400\/30{background-color:#fb71854d}.group:hover .group-hover\:bg-rose-400\/40{background-color:#fb718566}.group:hover .group-hover\:bg-rose-400\/50{background-color:#fb718580}.group:hover .group-hover\:bg-rose-400\/60{background-color:#fb718599}.group:hover .group-hover\:bg-rose-400\/70{background-color:#fb7185b3}.group:hover .group-hover\:bg-rose-400\/75{background-color:#fb7185bf}.group:hover .group-hover\:bg-rose-400\/80{background-color:#fb7185cc}.group:hover .group-hover\:bg-rose-400\/90{background-color:#fb7185e6}.group:hover .group-hover\:bg-rose-500{background-color:#f43f5e}.group:hover .group-hover\:bg-rose-500\/0{background-color:#f43f5e00}.group:hover .group-hover\:bg-rose-500\/10{background-color:#f43f5e1a}.group:hover .group-hover\:bg-rose-500\/20{background-color:#f43f5e33}.group:hover .group-hover\:bg-rose-500\/30{background-color:#f43f5e4d}.group:hover .group-hover\:bg-rose-500\/40{background-color:#f43f5e66}.group:hover .group-hover\:bg-rose-500\/50{background-color:#f43f5e80}.group:hover .group-hover\:bg-rose-500\/60{background-color:#f43f5e99}.group:hover .group-hover\:bg-rose-500\/70{background-color:#f43f5eb3}.group:hover .group-hover\:bg-rose-500\/75{background-color:#f43f5ebf}.group:hover .group-hover\:bg-rose-500\/80{background-color:#f43f5ecc}.group:hover .group-hover\:bg-rose-500\/90{background-color:#f43f5ee6}.group:hover .group-hover\:bg-rose-600{background-color:#e11d48}.group:hover .group-hover\:bg-rose-600\/0{background-color:#e11d4800}.group:hover .group-hover\:bg-rose-600\/10{background-color:#e11d481a}.group:hover .group-hover\:bg-rose-600\/20{background-color:#e11d4833}.group:hover .group-hover\:bg-rose-600\/30{background-color:#e11d484d}.group:hover .group-hover\:bg-rose-600\/40{background-color:#e11d4866}.group:hover .group-hover\:bg-rose-600\/50{background-color:#e11d4880}.group:hover .group-hover\:bg-rose-600\/60{background-color:#e11d4899}.group:hover .group-hover\:bg-rose-600\/70{background-color:#e11d48b3}.group:hover .group-hover\:bg-rose-600\/75{background-color:#e11d48bf}.group:hover .group-hover\:bg-rose-600\/80{background-color:#e11d48cc}.group:hover .group-hover\:bg-rose-600\/90{background-color:#e11d48e6}.group:hover .group-hover\:bg-rose-700{background-color:#be123c}.group:hover .group-hover\:bg-rose-700\/0{background-color:#be123c00}.group:hover .group-hover\:bg-rose-700\/10{background-color:#be123c1a}.group:hover .group-hover\:bg-rose-700\/20{background-color:#be123c33}.group:hover .group-hover\:bg-rose-700\/30{background-color:#be123c4d}.group:hover .group-hover\:bg-rose-700\/40{background-color:#be123c66}.group:hover .group-hover\:bg-rose-700\/50{background-color:#be123c80}.group:hover .group-hover\:bg-rose-700\/60{background-color:#be123c99}.group:hover .group-hover\:bg-rose-700\/70{background-color:#be123cb3}.group:hover .group-hover\:bg-rose-700\/75{background-color:#be123cbf}.group:hover .group-hover\:bg-rose-700\/80{background-color:#be123ccc}.group:hover .group-hover\:bg-rose-700\/90{background-color:#be123ce6}.group:hover .group-hover\:bg-rose-800{background-color:#9f1239}.group:hover .group-hover\:bg-rose-800\/0{background-color:#9f123900}.group:hover .group-hover\:bg-rose-800\/10{background-color:#9f12391a}.group:hover .group-hover\:bg-rose-800\/20{background-color:#9f123933}.group:hover .group-hover\:bg-rose-800\/30{background-color:#9f12394d}.group:hover .group-hover\:bg-rose-800\/40{background-color:#9f123966}.group:hover .group-hover\:bg-rose-800\/50{background-color:#9f123980}.group:hover .group-hover\:bg-rose-800\/60{background-color:#9f123999}.group:hover .group-hover\:bg-rose-800\/70{background-color:#9f1239b3}.group:hover .group-hover\:bg-rose-800\/75{background-color:#9f1239bf}.group:hover .group-hover\:bg-rose-800\/80{background-color:#9f1239cc}.group:hover .group-hover\:bg-rose-800\/90{background-color:#9f1239e6}.group:hover .group-hover\:bg-rose-900{background-color:#881337}.group:hover .group-hover\:bg-rose-900\/0{background-color:#88133700}.group:hover .group-hover\:bg-rose-900\/10{background-color:#8813371a}.group:hover .group-hover\:bg-rose-900\/20{background-color:#88133733}.group:hover .group-hover\:bg-rose-900\/30{background-color:#8813374d}.group:hover .group-hover\:bg-rose-900\/40{background-color:#88133766}.group:hover .group-hover\:bg-rose-900\/50{background-color:#88133780}.group:hover .group-hover\:bg-rose-900\/60{background-color:#88133799}.group:hover .group-hover\:bg-rose-900\/70{background-color:#881337b3}.group:hover .group-hover\:bg-rose-900\/75{background-color:#881337bf}.group:hover .group-hover\:bg-rose-900\/80{background-color:#881337cc}.group:hover .group-hover\:bg-rose-900\/90{background-color:#881337e6}.group:hover .group-hover\:bg-rose-950{background-color:#4c0519}.group:hover .group-hover\:bg-rose-950\/0{background-color:#4c051900}.group:hover .group-hover\:bg-rose-950\/10{background-color:#4c05191a}.group:hover .group-hover\:bg-rose-950\/20{background-color:#4c051933}.group:hover .group-hover\:bg-rose-950\/30{background-color:#4c05194d}.group:hover .group-hover\:bg-rose-950\/40{background-color:#4c051966}.group:hover .group-hover\:bg-rose-950\/50{background-color:#4c051980}.group:hover .group-hover\:bg-rose-950\/60{background-color:#4c051999}.group:hover .group-hover\:bg-rose-950\/70{background-color:#4c0519b3}.group:hover .group-hover\:bg-rose-950\/75{background-color:#4c0519bf}.group:hover .group-hover\:bg-rose-950\/80{background-color:#4c0519cc}.group:hover .group-hover\:bg-rose-950\/90{background-color:#4c0519e6}.group:hover .group-hover\:bg-primary{background-color:#3874ff}.group:hover .group-hover\:bg-primary-bold{background-color:#002660}.group:hover .group-hover\:bg-primary-hover{background-color:#003585}.group:hover .group-hover\:bg-primary-border{background-color:#156ef3}.group:hover .group-hover\:bg-primary-focus-lv1{background-color:#6492ff}.group:hover .group-hover\:bg-primary-focus-lv2{background-color:#c7ddff}.group:hover .group-hover\:bg-primary-bg-color{background-color:#f8fbff}.group:hover .group-hover\:bg-success{background-color:#00bd7e}.group:hover .group-hover\:bg-success-bold{background-color:#006c58}.group:hover .group-hover\:bg-success-hover{background-color:#008d5e}.group:hover .group-hover\:bg-success-border{background-color:#17e5a1}.group:hover .group-hover\:bg-success-focus-lv1{background-color:#a9fbe0}.group:hover .group-hover\:bg-success-bg-color{background-color:#ebfff8}.group:hover .group-hover\:bg-warning{background-color:#ffb41f}.group:hover .group-hover\:bg-warning-bold{background-color:#b77d09}.group:hover .group-hover\:bg-warning-hover{background-color:#e39f17}.group:hover .group-hover\:bg-warning-border{background-color:#f7c86a}.group:hover .group-hover\:bg-warning-focus-lv1{background-color:#fbe0a9}.group:hover .group-hover\:bg-warning-bg-color{background-color:#fff8eb}.group:hover .group-hover\:bg-danger{background-color:#b20000}.group:hover .group-hover\:bg-danger-bold{background-color:#920122}.group:hover .group-hover\:bg-danger-hover{background-color:#c60833}.group:hover .group-hover\:bg-danger-border{background-color:#f35370}.group:hover .group-hover\:bg-danger-focus-lv1{background-color:#fdabb9}.group:hover .group-hover\:bg-danger-bg-color{background-color:#fff1f4}.group:hover .group-hover\:bg-info{background-color:#2668cb}.group:hover .group-hover\:bg-info-bold{background-color:#023480}.group:hover .group-hover\:bg-info-hover{background-color:#0f4eae}.group:hover .group-hover\:bg-info-border{background-color:#679ef2}.group:hover .group-hover\:bg-info-focus-lv1{background-color:#c1d9fd}.group:hover .group-hover\:bg-info-bg-color{background-color:#f2f7ff}.group:hover .group-hover\:bg-neutral-100{background-color:#1a1a1a}.group:hover .group-hover\:bg-neutral-90{background-color:#424242}.group:hover .group-hover\:bg-neutral-80{background-color:#616161}.group:hover .group-hover\:bg-neutral-70{background-color:#757575}.group:hover .group-hover\:bg-neutral-60{background-color:#9e9e9e}.group:hover .group-hover\:bg-neutral-50{background-color:#c2c2c2}.group:hover .group-hover\:bg-neutral-40{background-color:#e0e0e0}.group:hover .group-hover\:bg-neutral-30{background-color:#ededed}.group:hover .group-hover\:bg-neutral-20{background-color:#f5f5f5}.group:hover .group-hover\:bg-base{background-color:#f5f7fa}.group:hover .group-hover\:bg-auto{background-size:auto}.group:hover .group-hover\:bg-cover{background-size:cover}.group:hover .group-hover\:bg-contain{background-size:contain}.group:hover .group-hover\:bg-repeat{background-repeat:repeat}.group:hover .group-hover\:bg-no-repeat{background-repeat:no-repeat}.group:hover .group-hover\:bg-repeat-x{background-repeat:repeat-x}.group:hover .group-hover\:bg-repeat-y{background-repeat:repeat-y}.group:hover .group-hover\:bg-repeat-round{background-repeat:round}.group:hover .group-hover\:bg-repeat-space{background-repeat:space}.group:hover .group-hover\:bg-bottom{background-position:bottom}.group:hover .group-hover\:bg-center{background-position:center}.group:hover .group-hover\:bg-left{background-position:left}.group:hover .group-hover\:bg-left-bottom{background-position:left bottom}.group:hover .group-hover\:bg-left-top{background-position:left top}.group:hover .group-hover\:bg-right{background-position:right}.group:hover .group-hover\:bg-right-bottom{background-position:right bottom}.group:hover .group-hover\:bg-right-top{background-position:right top}.group:hover .group-hover\:bg-top{background-position:top}.group:hover .group-hover\:bg-origin-border{background-origin:border-box}.group:hover .group-hover\:bg-origin-padding{background-origin:padding-box}.group:hover .group-hover\:bg-origin-content{background-origin:content-box}.group:hover .group-hover\:bg-bg-fixed{background-attachment:fixed}.group:hover .group-hover\:bg-bg-local{background-attachment:local}.group:hover .group-hover\:bg-bg-scroll{background-attachment:scroll}.group:hover .group-hover\:p-auto{padding:auto}.group:hover .group-hover\:pl-auto{padding-left:auto}.group:hover .group-hover\:pr-auto{padding-right:auto}.group:hover .group-hover\:px-auto{padding-right:auto;padding-left:auto}.group:hover .group-hover\:py-auto{padding-top:auto;padding-bottom:auto}.group:hover .group-hover\:pb-auto{padding-bottom:auto}.group:hover .group-hover\:pt-auto{padding-top:auto}.group:hover .group-hover\:p-0{padding:0}.group:hover .group-hover\:pl-0{padding-left:0}.group:hover .group-hover\:pr-0{padding-right:0}.group:hover .group-hover\:px-0{padding-right:0;padding-left:0}.group:hover .group-hover\:py-0{padding-top:0;padding-bottom:0}.group:hover .group-hover\:pb-0{padding-bottom:0}.group:hover .group-hover\:pt-0{padding-top:0}.group:hover .group-hover\:p-1{padding:.25rem}.group:hover .group-hover\:pl-1{padding-left:.25rem}.group:hover .group-hover\:pr-1{padding-right:.25rem}.group:hover .group-hover\:px-1{padding-right:.25rem;padding-left:.25rem}.group:hover .group-hover\:py-1{padding-top:.25rem;padding-bottom:.25rem}.group:hover .group-hover\:pb-1{padding-bottom:.25rem}.group:hover .group-hover\:pt-1{padding-top:.25rem}.group:hover .group-hover\:p-2{padding:.5rem}.group:hover .group-hover\:pl-2{padding-left:.5rem}.group:hover .group-hover\:pr-2{padding-right:.5rem}.group:hover .group-hover\:px-2{padding-right:.5rem;padding-left:.5rem}.group:hover .group-hover\:py-2{padding-top:.5rem;padding-bottom:.5rem}.group:hover .group-hover\:pb-2{padding-bottom:.5rem}.group:hover .group-hover\:pt-2{padding-top:.5rem}.group:hover .group-hover\:p-3{padding:.75rem}.group:hover .group-hover\:pl-3{padding-left:.75rem}.group:hover .group-hover\:pr-3{padding-right:.75rem}.group:hover .group-hover\:px-3{padding-right:.75rem;padding-left:.75rem}.group:hover .group-hover\:py-3{padding-top:.75rem;padding-bottom:.75rem}.group:hover .group-hover\:pb-3{padding-bottom:.75rem}.group:hover .group-hover\:pt-3{padding-top:.75rem}.group:hover .group-hover\:p-4{padding:1rem}.group:hover .group-hover\:pl-4{padding-left:1rem}.group:hover .group-hover\:pr-4{padding-right:1rem}.group:hover .group-hover\:px-4{padding-right:1rem;padding-left:1rem}.group:hover .group-hover\:py-4{padding-top:1rem;padding-bottom:1rem}.group:hover .group-hover\:pb-4{padding-bottom:1rem}.group:hover .group-hover\:pt-4{padding-top:1rem}.group:hover .group-hover\:p-5{padding:1.25rem}.group:hover .group-hover\:pl-5{padding-left:1.25rem}.group:hover .group-hover\:pr-5{padding-right:1.25rem}.group:hover .group-hover\:px-5{padding-right:1.25rem;padding-left:1.25rem}.group:hover .group-hover\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.group:hover .group-hover\:pb-5{padding-bottom:1.25rem}.group:hover .group-hover\:pt-5{padding-top:1.25rem}.group:hover .group-hover\:p-6{padding:1.5rem}.group:hover .group-hover\:pl-6{padding-left:1.5rem}.group:hover .group-hover\:pr-6{padding-right:1.5rem}.group:hover .group-hover\:px-6{padding-right:1.5rem;padding-left:1.5rem}.group:hover .group-hover\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.group:hover .group-hover\:pb-6{padding-bottom:1.5rem}.group:hover .group-hover\:pt-6{padding-top:1.5rem}.group:hover .group-hover\:p-7{padding:1.75rem}.group:hover .group-hover\:pl-7{padding-left:1.75rem}.group:hover .group-hover\:pr-7{padding-right:1.75rem}.group:hover .group-hover\:px-7{padding-right:1.75rem;padding-left:1.75rem}.group:hover .group-hover\:py-7{padding-top:1.75rem;padding-bottom:1.75rem}.group:hover .group-hover\:pb-7{padding-bottom:1.75rem}.group:hover .group-hover\:pt-7{padding-top:1.75rem}.group:hover .group-hover\:p-8{padding:2rem}.group:hover .group-hover\:pl-8{padding-left:2rem}.group:hover .group-hover\:pr-8{padding-right:2rem}.group:hover .group-hover\:px-8{padding-right:2rem;padding-left:2rem}.group:hover .group-hover\:py-8{padding-top:2rem;padding-bottom:2rem}.group:hover .group-hover\:pb-8{padding-bottom:2rem}.group:hover .group-hover\:pt-8{padding-top:2rem}.group:hover .group-hover\:p-9{padding:2.25rem}.group:hover .group-hover\:pl-9{padding-left:2.25rem}.group:hover .group-hover\:pr-9{padding-right:2.25rem}.group:hover .group-hover\:px-9{padding-right:2.25rem;padding-left:2.25rem}.group:hover .group-hover\:py-9{padding-top:2.25rem;padding-bottom:2.25rem}.group:hover .group-hover\:pb-9{padding-bottom:2.25rem}.group:hover .group-hover\:pt-9{padding-top:2.25rem}.group:hover .group-hover\:p-10{padding:2.5rem}.group:hover .group-hover\:pl-10{padding-left:2.5rem}.group:hover .group-hover\:pr-10{padding-right:2.5rem}.group:hover .group-hover\:px-10{padding-right:2.5rem;padding-left:2.5rem}.group:hover .group-hover\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.group:hover .group-hover\:pb-10{padding-bottom:2.5rem}.group:hover .group-hover\:pt-10{padding-top:2.5rem}.group:hover .group-hover\:p-11{padding:2.75rem}.group:hover .group-hover\:pl-11{padding-left:2.75rem}.group:hover .group-hover\:pr-11{padding-right:2.75rem}.group:hover .group-hover\:px-11{padding-right:2.75rem;padding-left:2.75rem}.group:hover .group-hover\:py-11{padding-top:2.75rem;padding-bottom:2.75rem}.group:hover .group-hover\:pb-11{padding-bottom:2.75rem}.group:hover .group-hover\:pt-11{padding-top:2.75rem}.group:hover .group-hover\:p-12{padding:3rem}.group:hover .group-hover\:pl-12{padding-left:3rem}.group:hover .group-hover\:pr-12{padding-right:3rem}.group:hover .group-hover\:px-12{padding-right:3rem;padding-left:3rem}.group:hover .group-hover\:py-12{padding-top:3rem;padding-bottom:3rem}.group:hover .group-hover\:pb-12{padding-bottom:3rem}.group:hover .group-hover\:pt-12{padding-top:3rem}.group:hover .group-hover\:p-14{padding:3.5rem}.group:hover .group-hover\:pl-14{padding-left:3.5rem}.group:hover .group-hover\:pr-14{padding-right:3.5rem}.group:hover .group-hover\:px-14{padding-right:3.5rem;padding-left:3.5rem}.group:hover .group-hover\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}.group:hover .group-hover\:pb-14{padding-bottom:3.5rem}.group:hover .group-hover\:pt-14{padding-top:3.5rem}.group:hover .group-hover\:p-16{padding:4rem}.group:hover .group-hover\:pl-16{padding-left:4rem}.group:hover .group-hover\:pr-16{padding-right:4rem}.group:hover .group-hover\:px-16{padding-right:4rem;padding-left:4rem}.group:hover .group-hover\:py-16{padding-top:4rem;padding-bottom:4rem}.group:hover .group-hover\:pb-16{padding-bottom:4rem}.group:hover .group-hover\:pt-16{padding-top:4rem}.group:hover .group-hover\:p-20{padding:5rem}.group:hover .group-hover\:pl-20{padding-left:5rem}.group:hover .group-hover\:pr-20{padding-right:5rem}.group:hover .group-hover\:px-20{padding-right:5rem;padding-left:5rem}.group:hover .group-hover\:py-20{padding-top:5rem;padding-bottom:5rem}.group:hover .group-hover\:pb-20{padding-bottom:5rem}.group:hover .group-hover\:pt-20{padding-top:5rem}.group:hover .group-hover\:p-24{padding:6rem}.group:hover .group-hover\:pl-24{padding-left:6rem}.group:hover .group-hover\:pr-24{padding-right:6rem}.group:hover .group-hover\:px-24{padding-right:6rem;padding-left:6rem}.group:hover .group-hover\:py-24{padding-top:6rem;padding-bottom:6rem}.group:hover .group-hover\:pb-24{padding-bottom:6rem}.group:hover .group-hover\:pt-24{padding-top:6rem}.group:hover .group-hover\:p-28{padding:7rem}.group:hover .group-hover\:pl-28{padding-left:7rem}.group:hover .group-hover\:pr-28{padding-right:7rem}.group:hover .group-hover\:px-28{padding-right:7rem;padding-left:7rem}.group:hover .group-hover\:py-28{padding-top:7rem;padding-bottom:7rem}.group:hover .group-hover\:pb-28{padding-bottom:7rem}.group:hover .group-hover\:pt-28{padding-top:7rem}.group:hover .group-hover\:p-32{padding:8rem}.group:hover .group-hover\:pl-32{padding-left:8rem}.group:hover .group-hover\:pr-32{padding-right:8rem}.group:hover .group-hover\:px-32{padding-right:8rem;padding-left:8rem}.group:hover .group-hover\:py-32{padding-top:8rem;padding-bottom:8rem}.group:hover .group-hover\:pb-32{padding-bottom:8rem}.group:hover .group-hover\:pt-32{padding-top:8rem}.group:hover .group-hover\:p-36{padding:9rem}.group:hover .group-hover\:pl-36{padding-left:9rem}.group:hover .group-hover\:pr-36{padding-right:9rem}.group:hover .group-hover\:px-36{padding-right:9rem;padding-left:9rem}.group:hover .group-hover\:py-36{padding-top:9rem;padding-bottom:9rem}.group:hover .group-hover\:pb-36{padding-bottom:9rem}.group:hover .group-hover\:pt-36{padding-top:9rem}.group:hover .group-hover\:p-40{padding:10rem}.group:hover .group-hover\:pl-40{padding-left:10rem}.group:hover .group-hover\:pr-40{padding-right:10rem}.group:hover .group-hover\:px-40{padding-right:10rem;padding-left:10rem}.group:hover .group-hover\:py-40{padding-top:10rem;padding-bottom:10rem}.group:hover .group-hover\:pb-40{padding-bottom:10rem}.group:hover .group-hover\:pt-40{padding-top:10rem}.group:hover .group-hover\:p-44{padding:11rem}.group:hover .group-hover\:pl-44{padding-left:11rem}.group:hover .group-hover\:pr-44{padding-right:11rem}.group:hover .group-hover\:px-44{padding-right:11rem;padding-left:11rem}.group:hover .group-hover\:py-44{padding-top:11rem;padding-bottom:11rem}.group:hover .group-hover\:pb-44{padding-bottom:11rem}.group:hover .group-hover\:pt-44{padding-top:11rem}.group:hover .group-hover\:p-48{padding:12rem}.group:hover .group-hover\:pl-48{padding-left:12rem}.group:hover .group-hover\:pr-48{padding-right:12rem}.group:hover .group-hover\:px-48{padding-right:12rem;padding-left:12rem}.group:hover .group-hover\:py-48{padding-top:12rem;padding-bottom:12rem}.group:hover .group-hover\:pb-48{padding-bottom:12rem}.group:hover .group-hover\:pt-48{padding-top:12rem}.group:hover .group-hover\:p-52{padding:13rem}.group:hover .group-hover\:pl-52{padding-left:13rem}.group:hover .group-hover\:pr-52{padding-right:13rem}.group:hover .group-hover\:px-52{padding-right:13rem;padding-left:13rem}.group:hover .group-hover\:py-52{padding-top:13rem;padding-bottom:13rem}.group:hover .group-hover\:pb-52{padding-bottom:13rem}.group:hover .group-hover\:pt-52{padding-top:13rem}.group:hover .group-hover\:p-56{padding:14rem}.group:hover .group-hover\:pl-56{padding-left:14rem}.group:hover .group-hover\:pr-56{padding-right:14rem}.group:hover .group-hover\:px-56{padding-right:14rem;padding-left:14rem}.group:hover .group-hover\:py-56{padding-top:14rem;padding-bottom:14rem}.group:hover .group-hover\:pb-56{padding-bottom:14rem}.group:hover .group-hover\:pt-56{padding-top:14rem}.group:hover .group-hover\:p-60{padding:15rem}.group:hover .group-hover\:pl-60{padding-left:15rem}.group:hover .group-hover\:pr-60{padding-right:15rem}.group:hover .group-hover\:px-60{padding-right:15rem;padding-left:15rem}.group:hover .group-hover\:py-60{padding-top:15rem;padding-bottom:15rem}.group:hover .group-hover\:pb-60{padding-bottom:15rem}.group:hover .group-hover\:pt-60{padding-top:15rem}.group:hover .group-hover\:p-64{padding:16rem}.group:hover .group-hover\:pl-64{padding-left:16rem}.group:hover .group-hover\:pr-64{padding-right:16rem}.group:hover .group-hover\:px-64{padding-right:16rem;padding-left:16rem}.group:hover .group-hover\:py-64{padding-top:16rem;padding-bottom:16rem}.group:hover .group-hover\:pb-64{padding-bottom:16rem}.group:hover .group-hover\:pt-64{padding-top:16rem}.group:hover .group-hover\:p-72{padding:18rem}.group:hover .group-hover\:pl-72{padding-left:18rem}.group:hover .group-hover\:pr-72{padding-right:18rem}.group:hover .group-hover\:px-72{padding-right:18rem;padding-left:18rem}.group:hover .group-hover\:py-72{padding-top:18rem;padding-bottom:18rem}.group:hover .group-hover\:pb-72{padding-bottom:18rem}.group:hover .group-hover\:pt-72{padding-top:18rem}.group:hover .group-hover\:p-80{padding:20rem}.group:hover .group-hover\:pl-80{padding-left:20rem}.group:hover .group-hover\:pr-80{padding-right:20rem}.group:hover .group-hover\:px-80{padding-right:20rem;padding-left:20rem}.group:hover .group-hover\:py-80{padding-top:20rem;padding-bottom:20rem}.group:hover .group-hover\:pb-80{padding-bottom:20rem}.group:hover .group-hover\:pt-80{padding-top:20rem}.group:hover .group-hover\:p-96{padding:24rem}.group:hover .group-hover\:pl-96{padding-left:24rem}.group:hover .group-hover\:pr-96{padding-right:24rem}.group:hover .group-hover\:px-96{padding-right:24rem;padding-left:24rem}.group:hover .group-hover\:py-96{padding-top:24rem;padding-bottom:24rem}.group:hover .group-hover\:pb-96{padding-bottom:24rem}.group:hover .group-hover\:pt-96{padding-top:24rem}.group:hover .group-hover\:flex-1{flex:1 1 0%}.group:hover .group-hover\:flex-column{flex-direction:column}.group:hover .group-hover\:flex-row{flex-direction:row}.group:hover .group-hover\:flex-wrap{flex-wrap:wrap}.group:hover .group-hover\:flex-wrap-reverse{flex-wrap:wrap-reverse}.group:hover .group-hover\:flex-nowrap{flex-wrap:nowrap}.group:hover .group-hover\:w-0{width:0px}.group:hover .group-hover\:w-px{width:1px}.group:hover .group-hover\:w-1{width:.25rem}.group:hover .group-hover\:w-2{width:.5rem}.group:hover .group-hover\:w-3{width:.75rem}.group:hover .group-hover\:w-4{width:1rem}.group:hover .group-hover\:w-5{width:1.25rem}.group:hover .group-hover\:w-6{width:1.5rem}.group:hover .group-hover\:w-7{width:1.75rem}.group:hover .group-hover\:w-8{width:2rem}.group:hover .group-hover\:w-9{width:2.25rem}.group:hover .group-hover\:w-10{width:2.5rem}.group:hover .group-hover\:w-11{width:2.75rem}.group:hover .group-hover\:w-12{width:3rem}.group:hover .group-hover\:w-14{width:3.5rem}.group:hover .group-hover\:w-16{width:4rem}.group:hover .group-hover\:w-20{width:5rem}.group:hover .group-hover\:w-24{width:6rem}.group:hover .group-hover\:w-28{width:7rem}.group:hover .group-hover\:w-32{width:8rem}.group:hover .group-hover\:w-36{width:9rem}.group:hover .group-hover\:w-40{width:10rem}.group:hover .group-hover\:w-44{width:11rem}.group:hover .group-hover\:w-48{width:12rem}.group:hover .group-hover\:w-52{width:13rem}.group:hover .group-hover\:w-56{width:14rem}.group:hover .group-hover\:w-60{width:15rem}.group:hover .group-hover\:w-64{width:16rem}.group:hover .group-hover\:w-72{width:18rem}.group:hover .group-hover\:w-80{width:20rem}.group:hover .group-hover\:w-96{width:24rem}.group:hover .group-hover\:w-auto{width:auto}.group:hover .group-hover\:w-full{width:100%}.group:hover .group-hover\:w-screen{width:100vw}.group:hover .group-hover\:w-min{width:min-content}.group:hover .group-hover\:w-max{width:max-content}.group:hover .group-hover\:w-fit{width:fit-content}.group:hover .group-hover\:h-0{height:0px}.group:hover .group-hover\:h-px{height:1px}.group:hover .group-hover\:h-1{height:.25rem}.group:hover .group-hover\:h-2{height:.5rem}.group:hover .group-hover\:h-3{height:.75rem}.group:hover .group-hover\:h-4{height:1rem}.group:hover .group-hover\:h-5{height:1.25rem}.group:hover .group-hover\:h-6{height:1.5rem}.group:hover .group-hover\:h-7{height:1.75rem}.group:hover .group-hover\:h-8{height:2rem}.group:hover .group-hover\:h-9{height:2.25rem}.group:hover .group-hover\:h-10{height:2.5rem}.group:hover .group-hover\:h-11{height:2.75rem}.group:hover .group-hover\:h-12{height:3rem}.group:hover .group-hover\:h-14{height:3.5rem}.group:hover .group-hover\:h-16{height:4rem}.group:hover .group-hover\:h-20{height:5rem}.group:hover .group-hover\:h-24{height:6rem}.group:hover .group-hover\:h-28{height:7rem}.group:hover .group-hover\:h-32{height:8rem}.group:hover .group-hover\:h-36{height:9rem}.group:hover .group-hover\:h-40{height:10rem}.group:hover .group-hover\:h-44{height:11rem}.group:hover .group-hover\:h-48{height:12rem}.group:hover .group-hover\:h-52{height:13rem}.group:hover .group-hover\:h-56{height:14rem}.group:hover .group-hover\:h-60{height:15rem}.group:hover .group-hover\:h-64{height:16rem}.group:hover .group-hover\:h-72{height:18rem}.group:hover .group-hover\:h-80{height:20rem}.group:hover .group-hover\:h-96{height:24rem}.group:hover .group-hover\:h-auto{height:auto}.group:hover .group-hover\:h-full{height:100%}.group:hover .group-hover\:h-screen{height:100vh}.group:hover .group-hover\:h-min{height:min-content}.group:hover .group-hover\:h-max{height:max-content}.group:hover .group-hover\:h-fit{height:fit-content}.group:hover .group-hover\:border{border-width:1px}.group:hover .group-hover\:border-b{border:0px;border-bottom:1px}.group:hover .group-hover\:border-b-0{border:0px;border-bottom:1px;border-bottom-width:0px}.group:hover .group-hover\:border-b-2{border:0px;border-bottom:1px;border-bottom-width:2px}.group:hover .group-hover\:border-b-4{border:0px;border-bottom:1px;border-bottom-width:4px}.group:hover .group-hover\:border-b-8{border:0px;border-bottom:1px;border-bottom-width:8px}.group:hover .group-hover\:border-t{border:0px;border-top:1px}.group:hover .group-hover\:border-t-0{border:0px;border-top:1px;border-top-width:0px}.group:hover .group-hover\:border-t-2{border:0px;border-top:1px;border-top-width:2px}.group:hover .group-hover\:border-t-4{border:0px;border-top:1px;border-top-width:4px}.group:hover .group-hover\:border-t-8{border:0px;border-top:1px;border-top-width:8px}.group:hover .group-hover\:border-r{border:0px;border-right:1px solid}.group:hover .group-hover\:border-r-0{border:0px;border-right-width:0px}.group:hover .group-hover\:border-r-2{border:0px;border-right-width:2px}.group:hover .group-hover\:border-r-4{border:0px;border-right-width:4px}.group:hover .group-hover\:border-r-8{border:0px;border-right-width:8px}.group:hover .group-hover\:border-l{border:0px;border-left:1px}.group:hover .group-hover\:border-l-0{border:0px;border-left:1px;border-left-width:0px}.group:hover .group-hover\:border-l-2{border:0px;border-left:1px;border-left-width:2px}.group:hover .group-hover\:border-l-4{border:0px;border-left:1px;border-left-width:4px}.group:hover .group-hover\:border-l-8{border:0px;border-left:1px;border-left-width:8px}.group:hover .group-hover\:border-0{border-width:0px}.group:hover .group-hover\:border-2{border-width:2px}.group:hover .group-hover\:border-4{border-width:4px}.group:hover .group-hover\:border-8{border-width:8px}.group:hover .group-hover\:border-none{border-style:none}.group:hover .group-hover\:border-solid{border-style:solid}.group:hover .group-hover\:border-dashed{border-style:dashed}.group:hover .group-hover\:border-dotted{border-style:dotted}.group:hover .group-hover\:border-double{border-style:double}.group:hover .group-hover\:border-groove{border-style:groove}.group:hover .group-hover\:border-ridge{border-style:ridge}.group:hover .group-hover\:border-inset{border-style:inset}.group:hover .group-hover\:border-outset{border-style:outset}.group:hover .group-hover\:border-transparent{border-color:transparent}.group:hover .group-hover\:border-black{border-color:#000}.group:hover .group-hover\:border-white{border-color:#fff}.group:hover .group-hover\:border-slate-50{border-color:#f8fafc}.group:hover .group-hover\:border-slate-100{border-color:#f1f5f9}.group:hover .group-hover\:border-slate-200{border-color:#e2e8f0}.group:hover .group-hover\:border-slate-300{border-color:#cbd5e1}.group:hover .group-hover\:border-slate-400{border-color:#94a3b8}.group:hover .group-hover\:border-slate-500{border-color:#64748b}.group:hover .group-hover\:border-slate-600{border-color:#475569}.group:hover .group-hover\:border-slate-700{border-color:#334155}.group:hover .group-hover\:border-slate-800{border-color:#1e293b}.group:hover .group-hover\:border-slate-900{border-color:#0f172a}.group:hover .group-hover\:border-slate-950{border-color:#020617}.group:hover .group-hover\:border-gray-50{border-color:#f9fafb}.group:hover .group-hover\:border-gray-100{border-color:#f3f4f6}.group:hover .group-hover\:border-gray-200{border-color:#e5e7eb}.group:hover .group-hover\:border-gray-300{border-color:#d1d5db}.group:hover .group-hover\:border-gray-400{border-color:#9ca3af}.group:hover .group-hover\:border-gray-500{border-color:#6b7280}.group:hover .group-hover\:border-gray-600{border-color:#4b5563}.group:hover .group-hover\:border-gray-700{border-color:#374151}.group:hover .group-hover\:border-gray-800{border-color:#1f2937}.group:hover .group-hover\:border-gray-900{border-color:#111827}.group:hover .group-hover\:border-gray-950{border-color:#030712}.group:hover .group-hover\:border-zinc-50{border-color:#fafafa}.group:hover .group-hover\:border-zinc-100{border-color:#f4f4f5}.group:hover .group-hover\:border-zinc-200{border-color:#e4e4e7}.group:hover .group-hover\:border-zinc-300{border-color:#d4d4d8}.group:hover .group-hover\:border-zinc-400{border-color:#a1a1aa}.group:hover .group-hover\:border-zinc-500{border-color:#71717a}.group:hover .group-hover\:border-zinc-600{border-color:#52525b}.group:hover .group-hover\:border-zinc-700{border-color:#3f3f46}.group:hover .group-hover\:border-zinc-800{border-color:#27272a}.group:hover .group-hover\:border-zinc-900{border-color:#18181b}.group:hover .group-hover\:border-zinc-950{border-color:#09090b}.group:hover .group-hover\:border-neutral-50{border-color:#fafafa}.group:hover .group-hover\:border-neutral-100{border-color:#f5f5f5}.group:hover .group-hover\:border-neutral-200{border-color:#e5e5e5}.group:hover .group-hover\:border-neutral-300{border-color:#d4d4d4}.group:hover .group-hover\:border-neutral-400{border-color:#a3a3a3}.group:hover .group-hover\:border-neutral-500{border-color:#737373}.group:hover .group-hover\:border-neutral-600{border-color:#525252}.group:hover .group-hover\:border-neutral-700{border-color:#404040}.group:hover .group-hover\:border-neutral-800{border-color:#262626}.group:hover .group-hover\:border-neutral-900{border-color:#171717}.group:hover .group-hover\:border-neutral-950{border-color:#0a0a0a}.group:hover .group-hover\:border-stone-50{border-color:#fafaf9}.group:hover .group-hover\:border-stone-100{border-color:#f5f5f4}.group:hover .group-hover\:border-stone-200{border-color:#e7e5e4}.group:hover .group-hover\:border-stone-300{border-color:#d6d3d1}.group:hover .group-hover\:border-stone-400{border-color:#a8a29e}.group:hover .group-hover\:border-stone-500{border-color:#78716c}.group:hover .group-hover\:border-stone-600{border-color:#57534e}.group:hover .group-hover\:border-stone-700{border-color:#44403c}.group:hover .group-hover\:border-stone-800{border-color:#292524}.group:hover .group-hover\:border-stone-900{border-color:#1c1917}.group:hover .group-hover\:border-stone-950{border-color:#0c0a09}.group:hover .group-hover\:border-red-50{border-color:#fef2f2}.group:hover .group-hover\:border-red-100{border-color:#fee2e2}.group:hover .group-hover\:border-red-200{border-color:#fecaca}.group:hover .group-hover\:border-red-300{border-color:#fca5a5}.group:hover .group-hover\:border-red-400{border-color:#f87171}.group:hover .group-hover\:border-red-500{border-color:#ef4444}.group:hover .group-hover\:border-red-600{border-color:#dc2626}.group:hover .group-hover\:border-red-700{border-color:#b91c1c}.group:hover .group-hover\:border-red-800{border-color:#991b1b}.group:hover .group-hover\:border-red-900{border-color:#7f1d1d}.group:hover .group-hover\:border-red-950{border-color:#450a0a}.group:hover .group-hover\:border-orange-50{border-color:#fff7ed}.group:hover .group-hover\:border-orange-100{border-color:#ffedd5}.group:hover .group-hover\:border-orange-200{border-color:#fed7aa}.group:hover .group-hover\:border-orange-300{border-color:#fdba74}.group:hover .group-hover\:border-orange-400{border-color:#fb923c}.group:hover .group-hover\:border-orange-500{border-color:#f97316}.group:hover .group-hover\:border-orange-600{border-color:#ea580c}.group:hover .group-hover\:border-orange-700{border-color:#c2410c}.group:hover .group-hover\:border-orange-800{border-color:#9a3412}.group:hover .group-hover\:border-orange-900{border-color:#7c2d12}.group:hover .group-hover\:border-orange-950{border-color:#431407}.group:hover .group-hover\:border-amber-50{border-color:#fffbeb}.group:hover .group-hover\:border-amber-100{border-color:#fef3c7}.group:hover .group-hover\:border-amber-200{border-color:#fde68a}.group:hover .group-hover\:border-amber-300{border-color:#fcd34d}.group:hover .group-hover\:border-amber-400{border-color:#fbbf24}.group:hover .group-hover\:border-amber-500{border-color:#f59e0b}.group:hover .group-hover\:border-amber-600{border-color:#d97706}.group:hover .group-hover\:border-amber-700{border-color:#b45309}.group:hover .group-hover\:border-amber-800{border-color:#92400e}.group:hover .group-hover\:border-amber-900{border-color:#78350f}.group:hover .group-hover\:border-amber-950{border-color:#451a03}.group:hover .group-hover\:border-yellow-50{border-color:#fefce8}.group:hover .group-hover\:border-yellow-100{border-color:#fef9c3}.group:hover .group-hover\:border-yellow-200{border-color:#fef08a}.group:hover .group-hover\:border-yellow-300{border-color:#fde047}.group:hover .group-hover\:border-yellow-400{border-color:#facc15}.group:hover .group-hover\:border-yellow-500{border-color:#eab308}.group:hover .group-hover\:border-yellow-600{border-color:#ca8a04}.group:hover .group-hover\:border-yellow-700{border-color:#a16207}.group:hover .group-hover\:border-yellow-800{border-color:#854d0e}.group:hover .group-hover\:border-yellow-900{border-color:#713f12}.group:hover .group-hover\:border-yellow-950{border-color:#422006}.group:hover .group-hover\:border-lime-50{border-color:#f7fee7}.group:hover .group-hover\:border-lime-100{border-color:#ecfccb}.group:hover .group-hover\:border-lime-200{border-color:#d9f99d}.group:hover .group-hover\:border-lime-300{border-color:#bef264}.group:hover .group-hover\:border-lime-400{border-color:#a3e635}.group:hover .group-hover\:border-lime-500{border-color:#84cc16}.group:hover .group-hover\:border-lime-600{border-color:#65a30d}.group:hover .group-hover\:border-lime-700{border-color:#4d7c0f}.group:hover .group-hover\:border-lime-800{border-color:#3f6212}.group:hover .group-hover\:border-lime-900{border-color:#365314}.group:hover .group-hover\:border-lime-950{border-color:#1a2e05}.group:hover .group-hover\:border-green-50{border-color:#f0fdf4}.group:hover .group-hover\:border-green-100{border-color:#dcfce7}.group:hover .group-hover\:border-green-200{border-color:#bbf7d0}.group:hover .group-hover\:border-green-300{border-color:#86efac}.group:hover .group-hover\:border-green-400{border-color:#4ade80}.group:hover .group-hover\:border-green-500{border-color:#22c55e}.group:hover .group-hover\:border-green-600{border-color:#16a34a}.group:hover .group-hover\:border-green-700{border-color:#15803d}.group:hover .group-hover\:border-green-800{border-color:#166534}.group:hover .group-hover\:border-green-900{border-color:#14532d}.group:hover .group-hover\:border-green-950{border-color:#052e16}.group:hover .group-hover\:border-emerald-50{border-color:#ecfdf5}.group:hover .group-hover\:border-emerald-100{border-color:#d1fae5}.group:hover .group-hover\:border-emerald-200{border-color:#a7f3d0}.group:hover .group-hover\:border-emerald-300{border-color:#6ee7b7}.group:hover .group-hover\:border-emerald-400{border-color:#34d399}.group:hover .group-hover\:border-emerald-500{border-color:#10b981}.group:hover .group-hover\:border-emerald-600{border-color:#059669}.group:hover .group-hover\:border-emerald-700{border-color:#047857}.group:hover .group-hover\:border-emerald-800{border-color:#065f46}.group:hover .group-hover\:border-emerald-900{border-color:#064e3b}.group:hover .group-hover\:border-emerald-950{border-color:#022c22}.group:hover .group-hover\:border-teal-50{border-color:#f0fdfa}.group:hover .group-hover\:border-teal-100{border-color:#ccfbf1}.group:hover .group-hover\:border-teal-200{border-color:#99f6e4}.group:hover .group-hover\:border-teal-300{border-color:#5eead4}.group:hover .group-hover\:border-teal-400{border-color:#2dd4bf}.group:hover .group-hover\:border-teal-500{border-color:#14b8a6}.group:hover .group-hover\:border-teal-600{border-color:#0d9488}.group:hover .group-hover\:border-teal-700{border-color:#0f766e}.group:hover .group-hover\:border-teal-800{border-color:#115e59}.group:hover .group-hover\:border-teal-900{border-color:#134e4a}.group:hover .group-hover\:border-teal-950{border-color:#042f2e}.group:hover .group-hover\:border-cyan-50{border-color:#ecfeff}.group:hover .group-hover\:border-cyan-100{border-color:#cffafe}.group:hover .group-hover\:border-cyan-200{border-color:#a5f3fc}.group:hover .group-hover\:border-cyan-300{border-color:#67e8f9}.group:hover .group-hover\:border-cyan-400{border-color:#22d3ee}.group:hover .group-hover\:border-cyan-500{border-color:#06b6d4}.group:hover .group-hover\:border-cyan-600{border-color:#0891b2}.group:hover .group-hover\:border-cyan-700{border-color:#0e7490}.group:hover .group-hover\:border-cyan-800{border-color:#155e75}.group:hover .group-hover\:border-cyan-900{border-color:#164e63}.group:hover .group-hover\:border-cyan-950{border-color:#083344}.group:hover .group-hover\:border-sky-50{border-color:#f0f9ff}.group:hover .group-hover\:border-sky-100{border-color:#e0f2fe}.group:hover .group-hover\:border-sky-200{border-color:#bae6fd}.group:hover .group-hover\:border-sky-300{border-color:#7dd3fc}.group:hover .group-hover\:border-sky-400{border-color:#38bdf8}.group:hover .group-hover\:border-sky-500{border-color:#0ea5e9}.group:hover .group-hover\:border-sky-600{border-color:#0284c7}.group:hover .group-hover\:border-sky-700{border-color:#0369a1}.group:hover .group-hover\:border-sky-800{border-color:#075985}.group:hover .group-hover\:border-sky-900{border-color:#0c4a6e}.group:hover .group-hover\:border-sky-950{border-color:#082f49}.group:hover .group-hover\:border-blue-50{border-color:#eff6ff}.group:hover .group-hover\:border-blue-100{border-color:#dbeafe}.group:hover .group-hover\:border-blue-200{border-color:#bfdbfe}.group:hover .group-hover\:border-blue-300{border-color:#93c5fd}.group:hover .group-hover\:border-blue-400{border-color:#60a5fa}.group:hover .group-hover\:border-blue-500{border-color:#3b82f6}.group:hover .group-hover\:border-blue-600{border-color:#2563eb}.group:hover .group-hover\:border-blue-700{border-color:#1d4ed8}.group:hover .group-hover\:border-blue-800{border-color:#1e40af}.group:hover .group-hover\:border-blue-900{border-color:#1e3a8a}.group:hover .group-hover\:border-blue-950{border-color:#172554}.group:hover .group-hover\:border-indigo-50{border-color:#eef2ff}.group:hover .group-hover\:border-indigo-100{border-color:#e0e7ff}.group:hover .group-hover\:border-indigo-200{border-color:#c7d2fe}.group:hover .group-hover\:border-indigo-300{border-color:#a5b4fc}.group:hover .group-hover\:border-indigo-400{border-color:#818cf8}.group:hover .group-hover\:border-indigo-500{border-color:#6366f1}.group:hover .group-hover\:border-indigo-600{border-color:#4f46e5}.group:hover .group-hover\:border-indigo-700{border-color:#4338ca}.group:hover .group-hover\:border-indigo-800{border-color:#3730a3}.group:hover .group-hover\:border-indigo-900{border-color:#312e81}.group:hover .group-hover\:border-indigo-950{border-color:#1e1b4b}.group:hover .group-hover\:border-violet-50{border-color:#f5f3ff}.group:hover .group-hover\:border-violet-100{border-color:#ede9fe}.group:hover .group-hover\:border-violet-200{border-color:#ddd6fe}.group:hover .group-hover\:border-violet-300{border-color:#c4b5fd}.group:hover .group-hover\:border-violet-400{border-color:#a78bfa}.group:hover .group-hover\:border-violet-500{border-color:#8b5cf6}.group:hover .group-hover\:border-violet-600{border-color:#7c3aed}.group:hover .group-hover\:border-violet-700{border-color:#6d28d9}.group:hover .group-hover\:border-violet-800{border-color:#5b21b6}.group:hover .group-hover\:border-violet-900{border-color:#4c1d95}.group:hover .group-hover\:border-violet-950{border-color:#2e1065}.group:hover .group-hover\:border-purple-50{border-color:#faf5ff}.group:hover .group-hover\:border-purple-100{border-color:#f3e8ff}.group:hover .group-hover\:border-purple-200{border-color:#e9d5ff}.group:hover .group-hover\:border-purple-300{border-color:#d8b4fe}.group:hover .group-hover\:border-purple-400{border-color:#c084fc}.group:hover .group-hover\:border-purple-500{border-color:#a855f7}.group:hover .group-hover\:border-purple-600{border-color:#9333ea}.group:hover .group-hover\:border-purple-700{border-color:#7e22ce}.group:hover .group-hover\:border-purple-800{border-color:#6b21a8}.group:hover .group-hover\:border-purple-900{border-color:#581c87}.group:hover .group-hover\:border-purple-950{border-color:#3b0764}.group:hover .group-hover\:border-fuchsia-50{border-color:#fdf4ff}.group:hover .group-hover\:border-fuchsia-100{border-color:#fae8ff}.group:hover .group-hover\:border-fuchsia-200{border-color:#f5d0fe}.group:hover .group-hover\:border-fuchsia-300{border-color:#f0abfc}.group:hover .group-hover\:border-fuchsia-400{border-color:#e879f9}.group:hover .group-hover\:border-fuchsia-500{border-color:#d946ef}.group:hover .group-hover\:border-fuchsia-600{border-color:#c026d3}.group:hover .group-hover\:border-fuchsia-700{border-color:#a21caf}.group:hover .group-hover\:border-fuchsia-800{border-color:#86198f}.group:hover .group-hover\:border-fuchsia-900{border-color:#701a75}.group:hover .group-hover\:border-fuchsia-950{border-color:#4a044e}.group:hover .group-hover\:border-pink-50{border-color:#fdf2f8}.group:hover .group-hover\:border-pink-100{border-color:#fce7f3}.group:hover .group-hover\:border-pink-200{border-color:#fbcfe8}.group:hover .group-hover\:border-pink-300{border-color:#f9a8d4}.group:hover .group-hover\:border-pink-400{border-color:#f472b6}.group:hover .group-hover\:border-pink-500{border-color:#ec4899}.group:hover .group-hover\:border-pink-600{border-color:#db2777}.group:hover .group-hover\:border-pink-700{border-color:#be185d}.group:hover .group-hover\:border-pink-800{border-color:#9d174d}.group:hover .group-hover\:border-pink-900{border-color:#831843}.group:hover .group-hover\:border-pink-950{border-color:#500724}.group:hover .group-hover\:border-rose-50{border-color:#fff1f2}.group:hover .group-hover\:border-rose-100{border-color:#ffe4e6}.group:hover .group-hover\:border-rose-200{border-color:#fecdd3}.group:hover .group-hover\:border-rose-300{border-color:#fda4af}.group:hover .group-hover\:border-rose-400{border-color:#fb7185}.group:hover .group-hover\:border-rose-500{border-color:#f43f5e}.group:hover .group-hover\:border-rose-600{border-color:#e11d48}.group:hover .group-hover\:border-rose-700{border-color:#be123c}.group:hover .group-hover\:border-rose-800{border-color:#9f1239}.group:hover .group-hover\:border-rose-900{border-color:#881337}.group:hover .group-hover\:border-rose-950{border-color:#4c0519}.group:hover .group-hover\:border-primary{border-color:#3874ff}.group:hover .group-hover\:border-primary-bold{border-color:#002660}.group:hover .group-hover\:border-primary-hover{border-color:#003585}.group:hover .group-hover\:border-primary-border{border-color:#156ef3}.group:hover .group-hover\:border-primary-focus-lv1{border-color:#6492ff}.group:hover .group-hover\:border-primary-focus-lv2{border-color:#c7ddff}.group:hover .group-hover\:border-primary-bg-color{border-color:#f8fbff}.group:hover .group-hover\:border-success{border-color:#00bd7e}.group:hover .group-hover\:border-success-bold{border-color:#006c58}.group:hover .group-hover\:border-success-hover{border-color:#008d5e}.group:hover .group-hover\:border-success-border{border-color:#17e5a1}.group:hover .group-hover\:border-success-focus-lv1{border-color:#a9fbe0}.group:hover .group-hover\:border-success-bg-color{border-color:#ebfff8}.group:hover .group-hover\:border-warning{border-color:#ffb41f}.group:hover .group-hover\:border-warning-bold{border-color:#b77d09}.group:hover .group-hover\:border-warning-hover{border-color:#e39f17}.group:hover .group-hover\:border-warning-border{border-color:#f7c86a}.group:hover .group-hover\:border-warning-focus-lv1{border-color:#fbe0a9}.group:hover .group-hover\:border-warning-bg-color{border-color:#fff8eb}.group:hover .group-hover\:border-danger{border-color:#b20000}.group:hover .group-hover\:border-danger-bold{border-color:#920122}.group:hover .group-hover\:border-danger-hover{border-color:#c60833}.group:hover .group-hover\:border-danger-border{border-color:#f35370}.group:hover .group-hover\:border-danger-focus-lv1{border-color:#fdabb9}.group:hover .group-hover\:border-danger-bg-color{border-color:#fff1f4}.group:hover .group-hover\:border-info{border-color:#2668cb}.group:hover .group-hover\:border-info-bold{border-color:#023480}.group:hover .group-hover\:border-info-hover{border-color:#0f4eae}.group:hover .group-hover\:border-info-border{border-color:#679ef2}.group:hover .group-hover\:border-info-focus-lv1{border-color:#c1d9fd}.group:hover .group-hover\:border-info-bg-color{border-color:#f2f7ff}.group:hover .group-hover\:border-neutral-100{border-color:#1a1a1a}.group:hover .group-hover\:border-neutral-90{border-color:#424242}.group:hover .group-hover\:border-neutral-80{border-color:#616161}.group:hover .group-hover\:border-neutral-70{border-color:#757575}.group:hover .group-hover\:border-neutral-60{border-color:#9e9e9e}.group:hover .group-hover\:border-neutral-50{border-color:#c2c2c2}.group:hover .group-hover\:border-neutral-40{border-color:#e0e0e0}.group:hover .group-hover\:border-neutral-30{border-color:#ededed}.group:hover .group-hover\:border-neutral-20{border-color:#f5f5f5}.group:hover .group-hover\:border-base{border-color:#f5f7fa}.group:hover .group-hover\:rounded{border-radius:.25rem}.group:hover .group-hover\:rounded-none{border-radius:0}.group:hover .group-hover\:rounded-e-none{border-start-end-radius:0px;border-end-end-radius:0px}.group:hover .group-hover\:rounded-s-none{border-start-start-radius:0px;border-end-start-radius:0px}.group:hover .group-hover\:rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.group:hover .group-hover\:rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.group:hover .group-hover\:rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.group:hover .group-hover\:rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.group:hover .group-hover\:rounded-ss-none{border-start-start-radius:0px}.group:hover .group-hover\:rounded-se-none{border-start-end-radius:0px}.group:hover .group-hover\:rounded-ee-none{border-end-end-radius:0px}.group:hover .group-hover\:rounded-es-none{border-end-start-radius:0px}.group:hover .group-hover\:rounded-tl-none{border-top-left-radius:0}.group:hover .group-hover\:rounded-tr-none{border-top-right-radius:0}.group:hover .group-hover\:rounded-br-none{border-bottom-right-radius:0}.group:hover .group-hover\:rounded-md{border-radius:.375rem}.group:hover .group-hover\:rounded-e-md{border-start-end-radius:.375rem;border-end-end-radius:.375rem}.group:hover .group-hover\:rounded-s-md{border-start-start-radius:.375rem;border-end-start-radius:.375rem}.group:hover .group-hover\:rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.group:hover .group-hover\:rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.group:hover .group-hover\:rounded-b-md{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.group:hover .group-hover\:rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.group:hover .group-hover\:rounded-ss-md{border-start-start-radius:.375rem}.group:hover .group-hover\:rounded-se-md{border-start-end-radius:.375rem}.group:hover .group-hover\:rounded-ee-md{border-end-end-radius:.375rem}.group:hover .group-hover\:rounded-es-md{border-end-start-radius:.375rem}.group:hover .group-hover\:rounded-tl-md{border-top-left-radius:.375rem}.group:hover .group-hover\:rounded-tr-md{border-top-right-radius:.375rem}.group:hover .group-hover\:rounded-br-md{border-bottom-right-radius:.375rem}.group:hover .group-hover\:rounded-lg{border-radius:.5rem}.group:hover .group-hover\:rounded-e-lg{border-start-end-radius:.5rem;border-end-end-radius:.5rem}.group:hover .group-hover\:rounded-s-lg{border-start-start-radius:.5rem;border-end-start-radius:.5rem}.group:hover .group-hover\:rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.group:hover .group-hover\:rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.group:hover .group-hover\:rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.group:hover .group-hover\:rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.group:hover .group-hover\:rounded-ss-lg{border-start-start-radius:.5rem}.group:hover .group-hover\:rounded-se-lg{border-start-end-radius:.5rem}.group:hover .group-hover\:rounded-ee-lg{border-end-end-radius:.5rem}.group:hover .group-hover\:rounded-es-lg{border-end-start-radius:.5rem}.group:hover .group-hover\:rounded-tl-lg{border-top-left-radius:.5rem}.group:hover .group-hover\:rounded-tr-lg{border-top-right-radius:.5rem}.group:hover .group-hover\:rounded-br-lg{border-bottom-right-radius:.5rem}.group:hover .group-hover\:rounded-xl{border-radius:.75rem}.group:hover .group-hover\:rounded-e-xl{border-start-end-radius:.75rem;border-end-end-radius:.75rem}.group:hover .group-hover\:rounded-s-xl{border-start-start-radius:.75rem;border-end-start-radius:.75rem}.group:hover .group-hover\:rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.group:hover .group-hover\:rounded-r-xl{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.group:hover .group-hover\:rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.group:hover .group-hover\:rounded-l-xl{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.group:hover .group-hover\:rounded-ss-xl{border-start-start-radius:.75rem}.group:hover .group-hover\:rounded-se-xl{border-start-end-radius:.75rem}.group:hover .group-hover\:rounded-ee-xl{border-end-end-radius:.75rem}.group:hover .group-hover\:rounded-es-xl{border-end-start-radius:.75rem}.group:hover .group-hover\:rounded-tl-xl{border-top-left-radius:.75rem}.group:hover .group-hover\:rounded-tr-xl{border-top-right-radius:.75rem}.group:hover .group-hover\:rounded-br-xl{border-bottom-right-radius:.75rem}.group:hover .group-hover\:rounded-2xl{border-radius:1rem}.group:hover .group-hover\:rounded-e-2xl{border-start-end-radius:1rem;border-end-end-radius:1rem}.group:hover .group-hover\:rounded-s-2xl{border-start-start-radius:1rem;border-end-start-radius:1rem}.group:hover .group-hover\:rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.group:hover .group-hover\:rounded-r-2xl{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.group:hover .group-hover\:rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.group:hover .group-hover\:rounded-l-2xl{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.group:hover .group-hover\:rounded-ss-2xl{border-start-start-radius:1rem}.group:hover .group-hover\:rounded-se-2xl{border-start-end-radius:1rem}.group:hover .group-hover\:rounded-ee-2xl{border-end-end-radius:1rem}.group:hover .group-hover\:rounded-es-2xl{border-end-start-radius:1rem}.group:hover .group-hover\:rounded-tl-2xl{border-top-left-radius:1rem}.group:hover .group-hover\:rounded-tr-2xl{border-top-right-radius:1rem}.group:hover .group-hover\:rounded-br-2xl{border-bottom-right-radius:1rem}.group:hover .group-hover\:rounded-3xl{border-radius:1.5rem}.group:hover .group-hover\:rounded-e-3xl{border-start-end-radius:1.5rem;border-end-end-radius:1.5rem}.group:hover .group-hover\:rounded-s-3xl{border-start-start-radius:1.5rem;border-end-start-radius:1.5rem}.group:hover .group-hover\:rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.group:hover .group-hover\:rounded-r-3xl{border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}.group:hover .group-hover\:rounded-b-3xl{border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem}.group:hover .group-hover\:rounded-l-3xl{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}.group:hover .group-hover\:rounded-ss-3xl{border-start-start-radius:1.5rem}.group:hover .group-hover\:rounded-se-3xl{border-start-end-radius:1.5rem}.group:hover .group-hover\:rounded-ee-3xl{border-end-end-radius:1.5rem}.group:hover .group-hover\:rounded-es-3xl{border-end-start-radius:1.5rem}.group:hover .group-hover\:rounded-tl-3xl{border-top-left-radius:1.5rem}.group:hover .group-hover\:rounded-tr-3xl{border-top-right-radius:1.5rem}.group:hover .group-hover\:rounded-br-3xl{border-bottom-right-radius:1.5rem}.group:hover .group-hover\:rounded-full{border-radius:9999px}.group:hover .group-hover\:rounded-e-full{border-start-end-radius:9999px;border-end-end-radius:9999px}.group:hover .group-hover\:rounded-s-full{border-start-start-radius:9999px;border-end-start-radius:9999px}.group:hover .group-hover\:rounded-t-full{border-top-left-radius:9999px;border-top-right-radius:9999px}.group:hover .group-hover\:rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.group:hover .group-hover\:rounded-b-full{border-bottom-right-radius:9999px;border-bottom-left-radius:9999px}.group:hover .group-hover\:rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.group:hover .group-hover\:rounded-ss-full{border-start-start-radius:9999px}.group:hover .group-hover\:rounded-se-full{border-start-end-radius:9999px}.group:hover .group-hover\:rounded-ee-full{border-end-end-radius:9999px}.group:hover .group-hover\:rounded-es-full{border-end-start-radius:9999px}.group:hover .group-hover\:rounded-tl-full{border-top-left-radius:9999px}.group:hover .group-hover\:rounded-tr-full{border-top-right-radius:9999px}.group:hover .group-hover\:rounded-br-full{border-bottom-right-radius:9999px}.group:hover .group-hover\:text-center{text-align:center}.group:hover .group-hover\:text-left{text-align:left}.group:hover .group-hover\:text-right{text-align:right}.group:hover .group-hover\:text-justify{text-align:justify}.group:hover .group-hover\:text-start{text-align:start}.group:hover .group-hover\:text-end{text-align:end}.group:hover .group-hover\:text-transparent{color:transparent}.group:hover .group-hover\:text-black{color:#000}.group:hover .group-hover\:text-white{color:#fff}.group:hover .group-hover\:text-slate-50{color:#f8fafc}.group:hover .group-hover\:text-slate-100{color:#f1f5f9}.group:hover .group-hover\:text-slate-200{color:#e2e8f0}.group:hover .group-hover\:text-slate-300{color:#cbd5e1}.group:hover .group-hover\:text-slate-400{color:#94a3b8}.group:hover .group-hover\:text-slate-500{color:#64748b}.group:hover .group-hover\:text-slate-600{color:#475569}.group:hover .group-hover\:text-slate-700{color:#334155}.group:hover .group-hover\:text-slate-800{color:#1e293b}.group:hover .group-hover\:text-slate-900{color:#0f172a}.group:hover .group-hover\:text-slate-950{color:#020617}.group:hover .group-hover\:text-gray-50{color:#f9fafb}.group:hover .group-hover\:text-gray-100{color:#f3f4f6}.group:hover .group-hover\:text-gray-200{color:#e5e7eb}.group:hover .group-hover\:text-gray-300{color:#d1d5db}.group:hover .group-hover\:text-gray-400{color:#9ca3af}.group:hover .group-hover\:text-gray-500{color:#6b7280}.group:hover .group-hover\:text-gray-600{color:#4b5563}.group:hover .group-hover\:text-gray-700{color:#374151}.group:hover .group-hover\:text-gray-800{color:#1f2937}.group:hover .group-hover\:text-gray-900{color:#111827}.group:hover .group-hover\:text-gray-950{color:#030712}.group:hover .group-hover\:text-zinc-50{color:#fafafa}.group:hover .group-hover\:text-zinc-100{color:#f4f4f5}.group:hover .group-hover\:text-zinc-200{color:#e4e4e7}.group:hover .group-hover\:text-zinc-300{color:#d4d4d8}.group:hover .group-hover\:text-zinc-400{color:#a1a1aa}.group:hover .group-hover\:text-zinc-500{color:#71717a}.group:hover .group-hover\:text-zinc-600{color:#52525b}.group:hover .group-hover\:text-zinc-700{color:#3f3f46}.group:hover .group-hover\:text-zinc-800{color:#27272a}.group:hover .group-hover\:text-zinc-900{color:#18181b}.group:hover .group-hover\:text-zinc-950{color:#09090b}.group:hover .group-hover\:text-neutral-50{color:#fafafa}.group:hover .group-hover\:text-neutral-100{color:#f5f5f5}.group:hover .group-hover\:text-neutral-200{color:#e5e5e5}.group:hover .group-hover\:text-neutral-300{color:#d4d4d4}.group:hover .group-hover\:text-neutral-400{color:#a3a3a3}.group:hover .group-hover\:text-neutral-500{color:#737373}.group:hover .group-hover\:text-neutral-600{color:#525252}.group:hover .group-hover\:text-neutral-700{color:#404040}.group:hover .group-hover\:text-neutral-800{color:#262626}.group:hover .group-hover\:text-neutral-900{color:#171717}.group:hover .group-hover\:text-neutral-950{color:#0a0a0a}.group:hover .group-hover\:text-stone-50{color:#fafaf9}.group:hover .group-hover\:text-stone-100{color:#f5f5f4}.group:hover .group-hover\:text-stone-200{color:#e7e5e4}.group:hover .group-hover\:text-stone-300{color:#d6d3d1}.group:hover .group-hover\:text-stone-400{color:#a8a29e}.group:hover .group-hover\:text-stone-500{color:#78716c}.group:hover .group-hover\:text-stone-600{color:#57534e}.group:hover .group-hover\:text-stone-700{color:#44403c}.group:hover .group-hover\:text-stone-800{color:#292524}.group:hover .group-hover\:text-stone-900{color:#1c1917}.group:hover .group-hover\:text-stone-950{color:#0c0a09}.group:hover .group-hover\:text-red-50{color:#fef2f2}.group:hover .group-hover\:text-red-100{color:#fee2e2}.group:hover .group-hover\:text-red-200{color:#fecaca}.group:hover .group-hover\:text-red-300{color:#fca5a5}.group:hover .group-hover\:text-red-400{color:#f87171}.group:hover .group-hover\:text-red-500{color:#ef4444}.group:hover .group-hover\:text-red-600{color:#dc2626}.group:hover .group-hover\:text-red-700{color:#b91c1c}.group:hover .group-hover\:text-red-800{color:#991b1b}.group:hover .group-hover\:text-red-900{color:#7f1d1d}.group:hover .group-hover\:text-red-950{color:#450a0a}.group:hover .group-hover\:text-orange-50{color:#fff7ed}.group:hover .group-hover\:text-orange-100{color:#ffedd5}.group:hover .group-hover\:text-orange-200{color:#fed7aa}.group:hover .group-hover\:text-orange-300{color:#fdba74}.group:hover .group-hover\:text-orange-400{color:#fb923c}.group:hover .group-hover\:text-orange-500{color:#f97316}.group:hover .group-hover\:text-orange-600{color:#ea580c}.group:hover .group-hover\:text-orange-700{color:#c2410c}.group:hover .group-hover\:text-orange-800{color:#9a3412}.group:hover .group-hover\:text-orange-900{color:#7c2d12}.group:hover .group-hover\:text-orange-950{color:#431407}.group:hover .group-hover\:text-amber-50{color:#fffbeb}.group:hover .group-hover\:text-amber-100{color:#fef3c7}.group:hover .group-hover\:text-amber-200{color:#fde68a}.group:hover .group-hover\:text-amber-300{color:#fcd34d}.group:hover .group-hover\:text-amber-400{color:#fbbf24}.group:hover .group-hover\:text-amber-500{color:#f59e0b}.group:hover .group-hover\:text-amber-600{color:#d97706}.group:hover .group-hover\:text-amber-700{color:#b45309}.group:hover .group-hover\:text-amber-800{color:#92400e}.group:hover .group-hover\:text-amber-900{color:#78350f}.group:hover .group-hover\:text-amber-950{color:#451a03}.group:hover .group-hover\:text-yellow-50{color:#fefce8}.group:hover .group-hover\:text-yellow-100{color:#fef9c3}.group:hover .group-hover\:text-yellow-200{color:#fef08a}.group:hover .group-hover\:text-yellow-300{color:#fde047}.group:hover .group-hover\:text-yellow-400{color:#facc15}.group:hover .group-hover\:text-yellow-500{color:#eab308}.group:hover .group-hover\:text-yellow-600{color:#ca8a04}.group:hover .group-hover\:text-yellow-700{color:#a16207}.group:hover .group-hover\:text-yellow-800{color:#854d0e}.group:hover .group-hover\:text-yellow-900{color:#713f12}.group:hover .group-hover\:text-yellow-950{color:#422006}.group:hover .group-hover\:text-lime-50{color:#f7fee7}.group:hover .group-hover\:text-lime-100{color:#ecfccb}.group:hover .group-hover\:text-lime-200{color:#d9f99d}.group:hover .group-hover\:text-lime-300{color:#bef264}.group:hover .group-hover\:text-lime-400{color:#a3e635}.group:hover .group-hover\:text-lime-500{color:#84cc16}.group:hover .group-hover\:text-lime-600{color:#65a30d}.group:hover .group-hover\:text-lime-700{color:#4d7c0f}.group:hover .group-hover\:text-lime-800{color:#3f6212}.group:hover .group-hover\:text-lime-900{color:#365314}.group:hover .group-hover\:text-lime-950{color:#1a2e05}.group:hover .group-hover\:text-green-50{color:#f0fdf4}.group:hover .group-hover\:text-green-100{color:#dcfce7}.group:hover .group-hover\:text-green-200{color:#bbf7d0}.group:hover .group-hover\:text-green-300{color:#86efac}.group:hover .group-hover\:text-green-400{color:#4ade80}.group:hover .group-hover\:text-green-500{color:#22c55e}.group:hover .group-hover\:text-green-600{color:#16a34a}.group:hover .group-hover\:text-green-700{color:#15803d}.group:hover .group-hover\:text-green-800{color:#166534}.group:hover .group-hover\:text-green-900{color:#14532d}.group:hover .group-hover\:text-green-950{color:#052e16}.group:hover .group-hover\:text-emerald-50{color:#ecfdf5}.group:hover .group-hover\:text-emerald-100{color:#d1fae5}.group:hover .group-hover\:text-emerald-200{color:#a7f3d0}.group:hover .group-hover\:text-emerald-300{color:#6ee7b7}.group:hover .group-hover\:text-emerald-400{color:#34d399}.group:hover .group-hover\:text-emerald-500{color:#10b981}.group:hover .group-hover\:text-emerald-600{color:#059669}.group:hover .group-hover\:text-emerald-700{color:#047857}.group:hover .group-hover\:text-emerald-800{color:#065f46}.group:hover .group-hover\:text-emerald-900{color:#064e3b}.group:hover .group-hover\:text-emerald-950{color:#022c22}.group:hover .group-hover\:text-teal-50{color:#f0fdfa}.group:hover .group-hover\:text-teal-100{color:#ccfbf1}.group:hover .group-hover\:text-teal-200{color:#99f6e4}.group:hover .group-hover\:text-teal-300{color:#5eead4}.group:hover .group-hover\:text-teal-400{color:#2dd4bf}.group:hover .group-hover\:text-teal-500{color:#14b8a6}.group:hover .group-hover\:text-teal-600{color:#0d9488}.group:hover .group-hover\:text-teal-700{color:#0f766e}.group:hover .group-hover\:text-teal-800{color:#115e59}.group:hover .group-hover\:text-teal-900{color:#134e4a}.group:hover .group-hover\:text-teal-950{color:#042f2e}.group:hover .group-hover\:text-cyan-50{color:#ecfeff}.group:hover .group-hover\:text-cyan-100{color:#cffafe}.group:hover .group-hover\:text-cyan-200{color:#a5f3fc}.group:hover .group-hover\:text-cyan-300{color:#67e8f9}.group:hover .group-hover\:text-cyan-400{color:#22d3ee}.group:hover .group-hover\:text-cyan-500{color:#06b6d4}.group:hover .group-hover\:text-cyan-600{color:#0891b2}.group:hover .group-hover\:text-cyan-700{color:#0e7490}.group:hover .group-hover\:text-cyan-800{color:#155e75}.group:hover .group-hover\:text-cyan-900{color:#164e63}.group:hover .group-hover\:text-cyan-950{color:#083344}.group:hover .group-hover\:text-sky-50{color:#f0f9ff}.group:hover .group-hover\:text-sky-100{color:#e0f2fe}.group:hover .group-hover\:text-sky-200{color:#bae6fd}.group:hover .group-hover\:text-sky-300{color:#7dd3fc}.group:hover .group-hover\:text-sky-400{color:#38bdf8}.group:hover .group-hover\:text-sky-500{color:#0ea5e9}.group:hover .group-hover\:text-sky-600{color:#0284c7}.group:hover .group-hover\:text-sky-700{color:#0369a1}.group:hover .group-hover\:text-sky-800{color:#075985}.group:hover .group-hover\:text-sky-900{color:#0c4a6e}.group:hover .group-hover\:text-sky-950{color:#082f49}.group:hover .group-hover\:text-blue-50{color:#eff6ff}.group:hover .group-hover\:text-blue-100{color:#dbeafe}.group:hover .group-hover\:text-blue-200{color:#bfdbfe}.group:hover .group-hover\:text-blue-300{color:#93c5fd}.group:hover .group-hover\:text-blue-400{color:#60a5fa}.group:hover .group-hover\:text-blue-500{color:#3b82f6}.group:hover .group-hover\:text-blue-600{color:#2563eb}.group:hover .group-hover\:text-blue-700{color:#1d4ed8}.group:hover .group-hover\:text-blue-800{color:#1e40af}.group:hover .group-hover\:text-blue-900{color:#1e3a8a}.group:hover .group-hover\:text-blue-950{color:#172554}.group:hover .group-hover\:text-indigo-50{color:#eef2ff}.group:hover .group-hover\:text-indigo-100{color:#e0e7ff}.group:hover .group-hover\:text-indigo-200{color:#c7d2fe}.group:hover .group-hover\:text-indigo-300{color:#a5b4fc}.group:hover .group-hover\:text-indigo-400{color:#818cf8}.group:hover .group-hover\:text-indigo-500{color:#6366f1}.group:hover .group-hover\:text-indigo-600{color:#4f46e5}.group:hover .group-hover\:text-indigo-700{color:#4338ca}.group:hover .group-hover\:text-indigo-800{color:#3730a3}.group:hover .group-hover\:text-indigo-900{color:#312e81}.group:hover .group-hover\:text-indigo-950{color:#1e1b4b}.group:hover .group-hover\:text-violet-50{color:#f5f3ff}.group:hover .group-hover\:text-violet-100{color:#ede9fe}.group:hover .group-hover\:text-violet-200{color:#ddd6fe}.group:hover .group-hover\:text-violet-300{color:#c4b5fd}.group:hover .group-hover\:text-violet-400{color:#a78bfa}.group:hover .group-hover\:text-violet-500{color:#8b5cf6}.group:hover .group-hover\:text-violet-600{color:#7c3aed}.group:hover .group-hover\:text-violet-700{color:#6d28d9}.group:hover .group-hover\:text-violet-800{color:#5b21b6}.group:hover .group-hover\:text-violet-900{color:#4c1d95}.group:hover .group-hover\:text-violet-950{color:#2e1065}.group:hover .group-hover\:text-purple-50{color:#faf5ff}.group:hover .group-hover\:text-purple-100{color:#f3e8ff}.group:hover .group-hover\:text-purple-200{color:#e9d5ff}.group:hover .group-hover\:text-purple-300{color:#d8b4fe}.group:hover .group-hover\:text-purple-400{color:#c084fc}.group:hover .group-hover\:text-purple-500{color:#a855f7}.group:hover .group-hover\:text-purple-600{color:#9333ea}.group:hover .group-hover\:text-purple-700{color:#7e22ce}.group:hover .group-hover\:text-purple-800{color:#6b21a8}.group:hover .group-hover\:text-purple-900{color:#581c87}.group:hover .group-hover\:text-purple-950{color:#3b0764}.group:hover .group-hover\:text-fuchsia-50{color:#fdf4ff}.group:hover .group-hover\:text-fuchsia-100{color:#fae8ff}.group:hover .group-hover\:text-fuchsia-200{color:#f5d0fe}.group:hover .group-hover\:text-fuchsia-300{color:#f0abfc}.group:hover .group-hover\:text-fuchsia-400{color:#e879f9}.group:hover .group-hover\:text-fuchsia-500{color:#d946ef}.group:hover .group-hover\:text-fuchsia-600{color:#c026d3}.group:hover .group-hover\:text-fuchsia-700{color:#a21caf}.group:hover .group-hover\:text-fuchsia-800{color:#86198f}.group:hover .group-hover\:text-fuchsia-900{color:#701a75}.group:hover .group-hover\:text-fuchsia-950{color:#4a044e}.group:hover .group-hover\:text-pink-50{color:#fdf2f8}.group:hover .group-hover\:text-pink-100{color:#fce7f3}.group:hover .group-hover\:text-pink-200{color:#fbcfe8}.group:hover .group-hover\:text-pink-300{color:#f9a8d4}.group:hover .group-hover\:text-pink-400{color:#f472b6}.group:hover .group-hover\:text-pink-500{color:#ec4899}.group:hover .group-hover\:text-pink-600{color:#db2777}.group:hover .group-hover\:text-pink-700{color:#be185d}.group:hover .group-hover\:text-pink-800{color:#9d174d}.group:hover .group-hover\:text-pink-900{color:#831843}.group:hover .group-hover\:text-pink-950{color:#500724}.group:hover .group-hover\:text-rose-50{color:#fff1f2}.group:hover .group-hover\:text-rose-100{color:#ffe4e6}.group:hover .group-hover\:text-rose-200{color:#fecdd3}.group:hover .group-hover\:text-rose-300{color:#fda4af}.group:hover .group-hover\:text-rose-400{color:#fb7185}.group:hover .group-hover\:text-rose-500{color:#f43f5e}.group:hover .group-hover\:text-rose-600{color:#e11d48}.group:hover .group-hover\:text-rose-700{color:#be123c}.group:hover .group-hover\:text-rose-800{color:#9f1239}.group:hover .group-hover\:text-rose-900{color:#881337}.group:hover .group-hover\:text-rose-950{color:#4c0519}.group:hover .group-hover\:text-primary{color:#3874ff}.group:hover .group-hover\:text-primary-bold{color:#002660}.group:hover .group-hover\:text-primary-hover{color:#003585}.group:hover .group-hover\:text-primary-border{color:#156ef3}.group:hover .group-hover\:text-primary-focus-lv1{color:#6492ff}.group:hover .group-hover\:text-primary-focus-lv2{color:#c7ddff}.group:hover .group-hover\:text-primary-bg-color{color:#f8fbff}.group:hover .group-hover\:text-success{color:#00bd7e}.group:hover .group-hover\:text-success-bold{color:#006c58}.group:hover .group-hover\:text-success-hover{color:#008d5e}.group:hover .group-hover\:text-success-border{color:#17e5a1}.group:hover .group-hover\:text-success-focus-lv1{color:#a9fbe0}.group:hover .group-hover\:text-success-bg-color{color:#ebfff8}.group:hover .group-hover\:text-warning{color:#ffb41f}.group:hover .group-hover\:text-warning-bold{color:#b77d09}.group:hover .group-hover\:text-warning-hover{color:#e39f17}.group:hover .group-hover\:text-warning-border{color:#f7c86a}.group:hover .group-hover\:text-warning-focus-lv1{color:#fbe0a9}.group:hover .group-hover\:text-warning-bg-color{color:#fff8eb}.group:hover .group-hover\:text-danger{color:#b20000}.group:hover .group-hover\:text-danger-bold{color:#920122}.group:hover .group-hover\:text-danger-hover{color:#c60833}.group:hover .group-hover\:text-danger-border{color:#f35370}.group:hover .group-hover\:text-danger-focus-lv1{color:#fdabb9}.group:hover .group-hover\:text-danger-bg-color{color:#fff1f4}.group:hover .group-hover\:text-info{color:#2668cb}.group:hover .group-hover\:text-info-bold{color:#023480}.group:hover .group-hover\:text-info-hover{color:#0f4eae}.group:hover .group-hover\:text-info-border{color:#679ef2}.group:hover .group-hover\:text-info-focus-lv1{color:#c1d9fd}.group:hover .group-hover\:text-info-bg-color{color:#f2f7ff}.group:hover .group-hover\:text-neutral-100{color:#1a1a1a}.group:hover .group-hover\:text-neutral-90{color:#424242}.group:hover .group-hover\:text-neutral-80{color:#616161}.group:hover .group-hover\:text-neutral-70{color:#757575}.group:hover .group-hover\:text-neutral-60{color:#9e9e9e}.group:hover .group-hover\:text-neutral-50{color:#c2c2c2}.group:hover .group-hover\:text-neutral-40{color:#e0e0e0}.group:hover .group-hover\:text-neutral-30{color:#ededed}.group:hover .group-hover\:text-neutral-20{color:#f5f5f5}.group:hover .group-hover\:text-base{color:#f5f7fa}.group:hover .group-hover\:text-extraLight{font-family:Mulish-ExtraLight,sans-serif}.group:hover .group-hover\:text-light{font-family:Mulish-Light,sans-serif}.group:hover .group-hover\:text-regular{font-family:Mulish-Regular,sans-serif}.group:hover .group-hover\:text-medium{font-family:Mulish-Medium,sans-serif}.group:hover .group-hover\:text-semiBold,.group:hover .group-hover\:text-bold{font-family:Mulish-SemiBold,sans-serif}.group:hover .group-hover\:text-extraBold{font-family:Mulish-ExtraBold,sans-serif}.group:hover .group-hover\:text-black{font-family:Mulish-Black,sans-serif}.group:hover .group-hover\:text-blackItalic{font-family:Mulish-BlackItalic,sans-serif}.group:hover .group-hover\:text-boldItalic{font-family:Mulish-BoldItalic,sans-serif}.group:hover .group-hover\:text-extraBoldItalic{font-family:Mulish-ExtraBoldItalic,sans-serif}.group:hover .group-hover\:text-extraLightItalic{font-family:Mulish-ExtraLightItalic,sans-serif}.group:hover .group-hover\:text-italic{font-family:Mulish-Italic,sans-serif}.group:hover .group-hover\:text-lightItalic{font-family:Mulish-LightItalic,sans-serif}.group:hover .group-hover\:text-mediumItalic{font-family:Mulish-MediumItalic,sans-serif}.group:hover .group-hover\:text-semiBoldItalic{font-family:Mulish-SemiBoldItalic,sans-serif}.group:hover .group-hover\:top-0{top:0px}.group:hover .group-hover\:top-px{top:1px}.group:hover .group-hover\:top-1{top:.25rem}.group:hover .group-hover\:top-2{top:.5rem}.group:hover .group-hover\:top-3{top:.75rem}.group:hover .group-hover\:top-4{top:1rem}.group:hover .group-hover\:top-5{top:1.25rem}.group:hover .group-hover\:top-6{top:1.5rem}.group:hover .group-hover\:top-7{top:1.75rem}.group:hover .group-hover\:top-8{top:2rem}.group:hover .group-hover\:top-9{top:2.25rem}.group:hover .group-hover\:top-10{top:2.5rem}.group:hover .group-hover\:top-11{top:2.75rem}.group:hover .group-hover\:top-12{top:3rem}.group:hover .group-hover\:top-14{top:3.5rem}.group:hover .group-hover\:top-16{top:4rem}.group:hover .group-hover\:top-20{top:5rem}.group:hover .group-hover\:top-24{top:6rem}.group:hover .group-hover\:top-28{top:7rem}.group:hover .group-hover\:top-32{top:8rem}.group:hover .group-hover\:top-36{top:9rem}.group:hover .group-hover\:top-40{top:10rem}.group:hover .group-hover\:top-44{top:11rem}.group:hover .group-hover\:top-48{top:12rem}.group:hover .group-hover\:top-52{top:13rem}.group:hover .group-hover\:top-56{top:14rem}.group:hover .group-hover\:top-60{top:15rem}.group:hover .group-hover\:top-64{top:16rem}.group:hover .group-hover\:top-72{top:18rem}.group:hover .group-hover\:top-80{top:20rem}.group:hover .group-hover\:top-96{top:24rem}.group:hover .group-hover\:top-auto{top:auto}.group:hover .group-hover\:top-full{top:100%}.group:hover .group-hover\:top-screen{top:100vh}.group:hover .group-hover\:top-min{top:min-content}.group:hover .group-hover\:top-max{top:max-content}.group:hover .group-hover\:top-fit{top:fit-content}.group:hover .group-hover\:top-1\/2{top:50%}.group:hover .group-hover\:top-1\/3{top:33.333333%}.group:hover .group-hover\:top-1\/4{top:25%}.group:hover .group-hover\:top-1\/5{top:20%}.group:hover .group-hover\:top-1\/6{top:16.666667%}.group:hover .group-hover\:top-1\/12{top:8.333333%}.group:hover .group-hover\:bottom-0{bottom:0px}.group:hover .group-hover\:bottom-px{bottom:1px}.group:hover .group-hover\:bottom-1{bottom:.25rem}.group:hover .group-hover\:bottom-2{bottom:.5rem}.group:hover .group-hover\:bottom-3{bottom:.75rem}.group:hover .group-hover\:bottom-4{bottom:1rem}.group:hover .group-hover\:bottom-5{bottom:1.25rem}.group:hover .group-hover\:bottom-6{bottom:1.5rem}.group:hover .group-hover\:bottom-7{bottom:1.75rem}.group:hover .group-hover\:bottom-8{bottom:2rem}.group:hover .group-hover\:bottom-9{bottom:2.25rem}.group:hover .group-hover\:bottom-10{bottom:2.5rem}.group:hover .group-hover\:bottom-11{bottom:2.75rem}.group:hover .group-hover\:bottom-12{bottom:3rem}.group:hover .group-hover\:bottom-14{bottom:3.5rem}.group:hover .group-hover\:bottom-16{bottom:4rem}.group:hover .group-hover\:bottom-20{bottom:5rem}.group:hover .group-hover\:bottom-24{bottom:6rem}.group:hover .group-hover\:bottom-28{bottom:7rem}.group:hover .group-hover\:bottom-32{bottom:8rem}.group:hover .group-hover\:bottom-36{bottom:9rem}.group:hover .group-hover\:bottom-40{bottom:10rem}.group:hover .group-hover\:bottom-44{bottom:11rem}.group:hover .group-hover\:bottom-48{bottom:12rem}.group:hover .group-hover\:bottom-52{bottom:13rem}.group:hover .group-hover\:bottom-56{bottom:14rem}.group:hover .group-hover\:bottom-60{bottom:15rem}.group:hover .group-hover\:bottom-64{bottom:16rem}.group:hover .group-hover\:bottom-72{bottom:18rem}.group:hover .group-hover\:bottom-80{bottom:20rem}.group:hover .group-hover\:bottom-96{bottom:24rem}.group:hover .group-hover\:bottom-auto{bottom:auto}.group:hover .group-hover\:bottom-full{bottom:100%}.group:hover .group-hover\:bottom-screen{bottom:100vh}.group:hover .group-hover\:bottom-min{bottom:min-content}.group:hover .group-hover\:bottom-max{bottom:max-content}.group:hover .group-hover\:bottom-fit{bottom:fit-content}.group:hover .group-hover\:bottom-1\/2{bottom:50%}.group:hover .group-hover\:bottom-1\/3{bottom:33.333333%}.group:hover .group-hover\:bottom-1\/4{bottom:25%}.group:hover .group-hover\:bottom-1\/5{bottom:20%}.group:hover .group-hover\:bottom-1\/6{bottom:16.666667%}.group:hover .group-hover\:bottom-1\/12{bottom:8.333333%}.group:hover .group-hover\:right-0{right:0px}.group:hover .group-hover\:right-px{right:1px}.group:hover .group-hover\:right-1{right:.25rem}.group:hover .group-hover\:right-2{right:.5rem}.group:hover .group-hover\:right-3{right:.75rem}.group:hover .group-hover\:right-4{right:1rem}.group:hover .group-hover\:right-5{right:1.25rem}.group:hover .group-hover\:right-6{right:1.5rem}.group:hover .group-hover\:right-7{right:1.75rem}.group:hover .group-hover\:right-8{right:2rem}.group:hover .group-hover\:right-9{right:2.25rem}.group:hover .group-hover\:right-10{right:2.5rem}.group:hover .group-hover\:right-11{right:2.75rem}.group:hover .group-hover\:right-12{right:3rem}.group:hover .group-hover\:right-14{right:3.5rem}.group:hover .group-hover\:right-16{right:4rem}.group:hover .group-hover\:right-20{right:5rem}.group:hover .group-hover\:right-24{right:6rem}.group:hover .group-hover\:right-28{right:7rem}.group:hover .group-hover\:right-32{right:8rem}.group:hover .group-hover\:right-36{right:9rem}.group:hover .group-hover\:right-40{right:10rem}.group:hover .group-hover\:right-44{right:11rem}.group:hover .group-hover\:right-48{right:12rem}.group:hover .group-hover\:right-52{right:13rem}.group:hover .group-hover\:right-56{right:14rem}.group:hover .group-hover\:right-60{right:15rem}.group:hover .group-hover\:right-64{right:16rem}.group:hover .group-hover\:right-72{right:18rem}.group:hover .group-hover\:right-80{right:20rem}.group:hover .group-hover\:right-96{right:24rem}.group:hover .group-hover\:right-auto{right:auto}.group:hover .group-hover\:right-full{right:100%}.group:hover .group-hover\:right-screen{right:100vh}.group:hover .group-hover\:right-min{right:min-content}.group:hover .group-hover\:right-max{right:max-content}.group:hover .group-hover\:right-fit{right:fit-content}.group:hover .group-hover\:right-1\/2{right:50%}.group:hover .group-hover\:right-1\/3{right:33.333333%}.group:hover .group-hover\:right-1\/4{right:25%}.group:hover .group-hover\:right-1\/5{right:20%}.group:hover .group-hover\:right-1\/6{right:16.666667%}.group:hover .group-hover\:right-1\/12{right:8.333333%}.group:hover .group-hover\:left-0{left:0px}.group:hover .group-hover\:left-px{left:1px}.group:hover .group-hover\:left-1{left:.25rem}.group:hover .group-hover\:left-2{left:.5rem}.group:hover .group-hover\:left-3{left:.75rem}.group:hover .group-hover\:left-4{left:1rem}.group:hover .group-hover\:left-5{left:1.25rem}.group:hover .group-hover\:left-6{left:1.5rem}.group:hover .group-hover\:left-7{left:1.75rem}.group:hover .group-hover\:left-8{left:2rem}.group:hover .group-hover\:left-9{left:2.25rem}.group:hover .group-hover\:left-10{left:2.5rem}.group:hover .group-hover\:left-11{left:2.75rem}.group:hover .group-hover\:left-12{left:3rem}.group:hover .group-hover\:left-14{left:3.5rem}.group:hover .group-hover\:left-16{left:4rem}.group:hover .group-hover\:left-20{left:5rem}.group:hover .group-hover\:left-24{left:6rem}.group:hover .group-hover\:left-28{left:7rem}.group:hover .group-hover\:left-32{left:8rem}.group:hover .group-hover\:left-36{left:9rem}.group:hover .group-hover\:left-40{left:10rem}.group:hover .group-hover\:left-44{left:11rem}.group:hover .group-hover\:left-48{left:12rem}.group:hover .group-hover\:left-52{left:13rem}.group:hover .group-hover\:left-56{left:14rem}.group:hover .group-hover\:left-60{left:15rem}.group:hover .group-hover\:left-64{left:16rem}.group:hover .group-hover\:left-72{left:18rem}.group:hover .group-hover\:left-80{left:20rem}.group:hover .group-hover\:left-96{left:24rem}.group:hover .group-hover\:left-auto{left:auto}.group:hover .group-hover\:left-full{left:100%}.group:hover .group-hover\:left-screen{left:100vh}.group:hover .group-hover\:left-min{left:min-content}.group:hover .group-hover\:left-max{left:max-content}.group:hover .group-hover\:left-fit{left:fit-content}.group:hover .group-hover\:left-1\/2{left:50%}.group:hover .group-hover\:left-1\/3{left:33.333333%}.group:hover .group-hover\:left-1\/4{left:25%}.group:hover .group-hover\:left-1\/5{left:20%}.group:hover .group-hover\:left-1\/6{left:16.666667%}.group:hover .group-hover\:left-1\/12{left:8.333333%}.group:hover .group-hover\:z-0{z-index:0}.group:hover .group-hover\:z-10{z-index:10}.group:hover .group-hover\:z-20{z-index:20}.group:hover .group-hover\:z-30{z-index:30}.group:hover .group-hover\:z-40{z-index:40}.group:hover .group-hover\:z-50{z-index:50}.group:hover .group-hover\:z-auto{z-index:auto}.group:hover .group-hover\:m-auto{margin:auto}.group:hover .group-hover\:ml-auto{margin-left:auto}.group:hover .group-hover\:mr-auto{margin-right:auto}.group:hover .group-hover\:mx-auto{margin:0 auto}.group:hover .group-hover\:my-auto{margin:auto 0}.group:hover .group-hover\:mb-auto{margin-bottom:auto}.group:hover .group-hover\:mt-auto{margin-top:auto}.group:hover .group-hover\:m-0{margin:0}.group:hover .group-hover\:ml-0{margin-left:0}.group:hover .group-hover\:mr-0{margin-right:0}.group:hover .group-hover\:mx-0,.group:hover .group-hover\:my-0{margin:0}.group:hover .group-hover\:mb-0{margin-bottom:0}.group:hover .group-hover\:mt-0{margin-top:0}.group:hover .group-hover\:m-1{margin:.25rem}.group:hover .group-hover\:ml-1{margin-left:.25rem}.group:hover .group-hover\:mr-1{margin-right:.25rem}.group:hover .group-hover\:mx-1{margin:0px .25rem}.group:hover .group-hover\:my-1{margin:.25rem 0px}.group:hover .group-hover\:mb-1{margin-bottom:.25rem}.group:hover .group-hover\:mt-1{margin-top:.25rem}.group:hover .group-hover\:m-2{margin:.5rem}.group:hover .group-hover\:ml-2{margin-left:.5rem}.group:hover .group-hover\:mr-2{margin-right:.5rem}.group:hover .group-hover\:mx-2{margin:0px .5rem}.group:hover .group-hover\:my-2{margin:.5rem 0px}.group:hover .group-hover\:mb-2{margin-bottom:.5rem}.group:hover .group-hover\:mt-2{margin-top:.5rem}.group:hover .group-hover\:m-3{margin:.75rem}.group:hover .group-hover\:ml-3{margin-left:.75rem}.group:hover .group-hover\:mr-3{margin-right:.75rem}.group:hover .group-hover\:mx-3{margin:0px .75rem}.group:hover .group-hover\:my-3{margin:.75rem 0px}.group:hover .group-hover\:mb-3{margin-bottom:.75rem}.group:hover .group-hover\:mt-3{margin-top:.75rem}.group:hover .group-hover\:m-4{margin:1rem}.group:hover .group-hover\:ml-4{margin-left:1rem}.group:hover .group-hover\:mr-4{margin-right:1rem}.group:hover .group-hover\:mx-4{margin:0px 1rem}.group:hover .group-hover\:my-4{margin:1rem 0px}.group:hover .group-hover\:mb-4{margin-bottom:1rem}.group:hover .group-hover\:mt-4{margin-top:1rem}.group:hover .group-hover\:m-5{margin:1.25rem}.group:hover .group-hover\:ml-5{margin-left:1.25rem}.group:hover .group-hover\:mr-5{margin-right:1.25rem}.group:hover .group-hover\:mx-5{margin:0px 1.25rem}.group:hover .group-hover\:my-5{margin:1.25rem 0px}.group:hover .group-hover\:mb-5{margin-bottom:1.25rem}.group:hover .group-hover\:mt-5{margin-top:1.25rem}.group:hover .group-hover\:m-6{margin:1.5rem}.group:hover .group-hover\:ml-6{margin-left:1.5rem}.group:hover .group-hover\:mr-6{margin-right:1.5rem}.group:hover .group-hover\:mx-6{margin:0px 1.5rem}.group:hover .group-hover\:my-6{margin:1.5rem 0px}.group:hover .group-hover\:mb-6{margin-bottom:1.5rem}.group:hover .group-hover\:mt-6{margin-top:1.5rem}.group:hover .group-hover\:m-7{margin:1.75rem}.group:hover .group-hover\:ml-7{margin-left:1.75rem}.group:hover .group-hover\:mr-7{margin-right:1.75rem}.group:hover .group-hover\:mx-7{margin:0px 1.75rem}.group:hover .group-hover\:my-7{margin:1.75rem 0px}.group:hover .group-hover\:mb-7{margin-bottom:1.75rem}.group:hover .group-hover\:mt-7{margin-top:1.75rem}.group:hover .group-hover\:m-8{margin:2rem}.group:hover .group-hover\:ml-8{margin-left:2rem}.group:hover .group-hover\:mr-8{margin-right:2rem}.group:hover .group-hover\:mx-8{margin:0px 2rem}.group:hover .group-hover\:my-8{margin:2rem 0px}.group:hover .group-hover\:mb-8{margin-bottom:2rem}.group:hover .group-hover\:mt-8{margin-top:2rem}.group:hover .group-hover\:m-9{margin:2.25rem}.group:hover .group-hover\:ml-9{margin-left:2.25rem}.group:hover .group-hover\:mr-9{margin-right:2.25rem}.group:hover .group-hover\:mx-9{margin:0px 2.25rem}.group:hover .group-hover\:my-9{margin:2.25rem 0px}.group:hover .group-hover\:mb-9{margin-bottom:2.25rem}.group:hover .group-hover\:mt-9{margin-top:2.25rem}.group:hover .group-hover\:m-10{margin:2.5rem}.group:hover .group-hover\:ml-10{margin-left:2.5rem}.group:hover .group-hover\:mr-10{margin-right:2.5rem}.group:hover .group-hover\:mx-10{margin:0px 2.5rem}.group:hover .group-hover\:my-10{margin:2.5rem 0px}.group:hover .group-hover\:mb-10{margin-bottom:2.5rem}.group:hover .group-hover\:mt-10{margin-top:2.5rem}.group:hover .group-hover\:m-11{margin:2.75rem}.group:hover .group-hover\:ml-11{margin-left:2.75rem}.group:hover .group-hover\:mr-11{margin-right:2.75rem}.group:hover .group-hover\:mx-11{margin:0px 2.75rem}.group:hover .group-hover\:my-11{margin:2.75rem 0px}.group:hover .group-hover\:mb-11{margin-bottom:2.75rem}.group:hover .group-hover\:mt-11{margin-top:2.75rem}.group:hover .group-hover\:m-12{margin:3rem}.group:hover .group-hover\:ml-12{margin-left:3rem}.group:hover .group-hover\:mr-12{margin-right:3rem}.group:hover .group-hover\:mx-12{margin:0px 3rem}.group:hover .group-hover\:my-12{margin:3rem 0px}.group:hover .group-hover\:mb-12{margin-bottom:3rem}.group:hover .group-hover\:mt-12{margin-top:3rem}.group:hover .group-hover\:m-14{margin:3.5rem}.group:hover .group-hover\:ml-14{margin-left:3.5rem}.group:hover .group-hover\:mr-14{margin-right:3.5rem}.group:hover .group-hover\:mx-14{margin:0px 3.5rem}.group:hover .group-hover\:my-14{margin:3.5rem 0px}.group:hover .group-hover\:mb-14{margin-bottom:3.5rem}.group:hover .group-hover\:mt-14{margin-top:3.5rem}.group:hover .group-hover\:m-16{margin:4rem}.group:hover .group-hover\:ml-16{margin-left:4rem}.group:hover .group-hover\:mr-16{margin-right:4rem}.group:hover .group-hover\:mx-16{margin:0px 4rem}.group:hover .group-hover\:my-16{margin:4rem 0px}.group:hover .group-hover\:mb-16{margin-bottom:4rem}.group:hover .group-hover\:mt-16{margin-top:4rem}.group:hover .group-hover\:m-20{margin:5rem}.group:hover .group-hover\:ml-20{margin-left:5rem}.group:hover .group-hover\:mr-20{margin-right:5rem}.group:hover .group-hover\:mx-20{margin:0px 5rem}.group:hover .group-hover\:my-20{margin:5rem 0px}.group:hover .group-hover\:mb-20{margin-bottom:5rem}.group:hover .group-hover\:mt-20{margin-top:5rem}.group:hover .group-hover\:m-24{margin:6rem}.group:hover .group-hover\:ml-24{margin-left:6rem}.group:hover .group-hover\:mr-24{margin-right:6rem}.group:hover .group-hover\:mx-24{margin:0px 6rem}.group:hover .group-hover\:my-24{margin:6rem 0px}.group:hover .group-hover\:mb-24{margin-bottom:6rem}.group:hover .group-hover\:mt-24{margin-top:6rem}.group:hover .group-hover\:m-28{margin:7rem}.group:hover .group-hover\:ml-28{margin-left:7rem}.group:hover .group-hover\:mr-28{margin-right:7rem}.group:hover .group-hover\:mx-28{margin:0px 7rem}.group:hover .group-hover\:my-28{margin:7rem 0px}.group:hover .group-hover\:mb-28{margin-bottom:7rem}.group:hover .group-hover\:mt-28{margin-top:7rem}.group:hover .group-hover\:m-32{margin:8rem}.group:hover .group-hover\:ml-32{margin-left:8rem}.group:hover .group-hover\:mr-32{margin-right:8rem}.group:hover .group-hover\:mx-32{margin:0px 8rem}.group:hover .group-hover\:my-32{margin:8rem 0px}.group:hover .group-hover\:mb-32{margin-bottom:8rem}.group:hover .group-hover\:mt-32{margin-top:8rem}.group:hover .group-hover\:m-36{margin:9rem}.group:hover .group-hover\:ml-36{margin-left:9rem}.group:hover .group-hover\:mr-36{margin-right:9rem}.group:hover .group-hover\:mx-36{margin:0px 9rem}.group:hover .group-hover\:my-36{margin:9rem 0px}.group:hover .group-hover\:mb-36{margin-bottom:9rem}.group:hover .group-hover\:mt-36{margin-top:9rem}.group:hover .group-hover\:m-40{margin:10rem}.group:hover .group-hover\:ml-40{margin-left:10rem}.group:hover .group-hover\:mr-40{margin-right:10rem}.group:hover .group-hover\:mx-40{margin:0px 10rem}.group:hover .group-hover\:my-40{margin:10rem 0px}.group:hover .group-hover\:mb-40{margin-bottom:10rem}.group:hover .group-hover\:mt-40{margin-top:10rem}.group:hover .group-hover\:m-44{margin:11rem}.group:hover .group-hover\:ml-44{margin-left:11rem}.group:hover .group-hover\:mr-44{margin-right:11rem}.group:hover .group-hover\:mx-44{margin:0px 11rem}.group:hover .group-hover\:my-44{margin:11rem 0px}.group:hover .group-hover\:mb-44{margin-bottom:11rem}.group:hover .group-hover\:mt-44{margin-top:11rem}.group:hover .group-hover\:m-48{margin:12rem}.group:hover .group-hover\:ml-48{margin-left:12rem}.group:hover .group-hover\:mr-48{margin-right:12rem}.group:hover .group-hover\:mx-48{margin:0px 12rem}.group:hover .group-hover\:my-48{margin:12rem 0px}.group:hover .group-hover\:mb-48{margin-bottom:12rem}.group:hover .group-hover\:mt-48{margin-top:12rem}.group:hover .group-hover\:m-52{margin:13rem}.group:hover .group-hover\:ml-52{margin-left:13rem}.group:hover .group-hover\:mr-52{margin-right:13rem}.group:hover .group-hover\:mx-52{margin:0px 13rem}.group:hover .group-hover\:my-52{margin:13rem 0px}.group:hover .group-hover\:mb-52{margin-bottom:13rem}.group:hover .group-hover\:mt-52{margin-top:13rem}.group:hover .group-hover\:m-56{margin:14rem}.group:hover .group-hover\:ml-56{margin-left:14rem}.group:hover .group-hover\:mr-56{margin-right:14rem}.group:hover .group-hover\:mx-56{margin:0px 14rem}.group:hover .group-hover\:my-56{margin:14rem 0px}.group:hover .group-hover\:mb-56{margin-bottom:14rem}.group:hover .group-hover\:mt-56{margin-top:14rem}.group:hover .group-hover\:m-60{margin:15rem}.group:hover .group-hover\:ml-60{margin-left:15rem}.group:hover .group-hover\:mr-60{margin-right:15rem}.group:hover .group-hover\:mx-60{margin:0px 15rem}.group:hover .group-hover\:my-60{margin:15rem 0px}.group:hover .group-hover\:mb-60{margin-bottom:15rem}.group:hover .group-hover\:mt-60{margin-top:15rem}.group:hover .group-hover\:m-64{margin:16rem}.group:hover .group-hover\:ml-64{margin-left:16rem}.group:hover .group-hover\:mr-64{margin-right:16rem}.group:hover .group-hover\:mx-64{margin:0px 16rem}.group:hover .group-hover\:my-64{margin:16rem 0px}.group:hover .group-hover\:mb-64{margin-bottom:16rem}.group:hover .group-hover\:mt-64{margin-top:16rem}.group:hover .group-hover\:m-72{margin:18rem}.group:hover .group-hover\:ml-72{margin-left:18rem}.group:hover .group-hover\:mr-72{margin-right:18rem}.group:hover .group-hover\:mx-72{margin:0px 18rem}.group:hover .group-hover\:my-72{margin:18rem 0px}.group:hover .group-hover\:mb-72{margin-bottom:18rem}.group:hover .group-hover\:mt-72{margin-top:18rem}.group:hover .group-hover\:m-80{margin:20rem}.group:hover .group-hover\:ml-80{margin-left:20rem}.group:hover .group-hover\:mr-80{margin-right:20rem}.group:hover .group-hover\:mx-80{margin:0px 20rem}.group:hover .group-hover\:my-80{margin:20rem 0px}.group:hover .group-hover\:mb-80{margin-bottom:20rem}.group:hover .group-hover\:mt-80{margin-top:20rem}.group:hover .group-hover\:m-96{margin:24rem}.group:hover .group-hover\:ml-96{margin-left:24rem}.group:hover .group-hover\:mr-96{margin-right:24rem}.group:hover .group-hover\:mx-96{margin:0px 24rem}.group:hover .group-hover\:my-96{margin:24rem 0px}.group:hover .group-hover\:mb-96{margin-bottom:24rem}.group:hover .group-hover\:mt-96{margin-top:24rem}.group:hover .group-hover\:gap-0{gap:0px}.group:hover .group-hover\:gap-1{gap:.25rem}.group:hover .group-hover\:gap-2{gap:.5rem}.group:hover .group-hover\:gap-3{gap:.75rem}.group:hover .group-hover\:gap-4{gap:1rem}.group:hover .group-hover\:gap-5{gap:1.25rem}.group:hover .group-hover\:gap-6{gap:1.5rem}.group:hover .group-hover\:gap-7{gap:1.75rem}.group:hover .group-hover\:gap-8{gap:2rem}.group:hover .group-hover\:gap-9{gap:2.25rem}.group:hover .group-hover\:gap-10{gap:2.5rem}.group:hover .group-hover\:gap-11{gap:2.75rem}.group:hover .group-hover\:gap-12{gap:3rem}.group:hover .group-hover\:gap-14{gap:3.5rem}.group:hover .group-hover\:gap-16{gap:4rem}.group:hover .group-hover\:gap-20{gap:5rem}.group:hover .group-hover\:gap-24{gap:6rem}.group:hover .group-hover\:gap-28{gap:7rem}.group:hover .group-hover\:gap-32{gap:8rem}.group:hover .group-hover\:gap-36{gap:9rem}.group:hover .group-hover\:gap-40{gap:10rem}.group:hover .group-hover\:gap-44{gap:11rem}.group:hover .group-hover\:gap-48{gap:12rem}.group:hover .group-hover\:gap-52{gap:13rem}.group:hover .group-hover\:gap-56{gap:14rem}.group:hover .group-hover\:gap-60{gap:15rem}.group:hover .group-hover\:gap-64{gap:16rem}.group:hover .group-hover\:gap-72{gap:18rem}.group:hover .group-hover\:gap-80{gap:20rem}.group:hover .group-hover\:gap-96{gap:24rem}.group:hover .group-hover\:justify-center{justify-content:center}.group:hover .group-hover\:justify-end{justify-content:end}.group:hover .group-hover\:justify-start{justify-content:start}.group:hover .group-hover\:justify-between{justify-content:space-between}.group:hover .group-hover\:justify-baseline{justify-content:baseline}.group:hover .group-hover\:justify-around{justify-content:space-around}.group:hover .group-hover\:justify-evenly{justify-content:space-evenly}.group:hover .group-hover\:items-center{align-items:center}.group:hover .group-hover\:items-baseline{align-items:baseline}.group:hover .group-hover\:items-end{align-items:flex-end}.group:hover .group-hover\:items-start{align-items:flex-start}.group:hover .group-hover\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.group:hover .group-hover\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.group:hover .group-hover\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.group:hover .group-hover\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.group:hover .group-hover\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.group:hover .group-hover\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.group:hover .group-hover\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.group:hover .group-hover\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.group:hover .group-hover\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.group:hover .group-hover\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.group:hover .group-hover\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.group:hover .group-hover\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.group:hover .group-hover\:grid-cols-none{grid-template-columns:none}.group:hover .group-hover\:object-contain{object-fit:contain}.group:hover .group-hover\:object-cover{object-fit:cover}.group:hover .group-hover\:object-fill{object-fit:fill}.group:hover .group-hover\:object-none{object-fit:none}.group:hover .group-hover\:object-scale-down{object-fit:scale-down}.group:hover .group-hover\:backdrop-blur-none{backdrop-filter:blur(0)}.group:hover .group-hover\:backdrop-blur-sm{backdrop-filter:blur(4px)}.group:hover .group-hover\:backdrop-blur{backdrop-filter:blur(8px)}.group:hover .group-hover\:backdrop-blur-md{backdrop-filter:blur(12px)}.group:hover .group-hover\:backdrop-blur-lg{backdrop-filter:blur(16px)}.group:hover .group-hover\:backdrop-blur-xl{backdrop-filter:blur(24px)}.group:hover .group-hover\:backdrop-blur-2xl{backdrop-filter:blur(40px)}.group:hover .group-hover\:backdrop-blur-3xl{backdrop-filter:blur(64px)}.group:hover .group-hover\:col-auto{grid-column:auto}.group:hover .group-hover\:col-span-1{grid-column:span 1/span 1}.group:hover .group-hover\:col-span-2{grid-column:span 2/span 2}.group:hover .group-hover\:col-span-3{grid-column:span 3/span 3}.group:hover .group-hover\:col-span-4{grid-column:span 4/span 4}.group:hover .group-hover\:col-span-5{grid-column:span 5/span 5}.group:hover .group-hover\:col-span-6{grid-column:span 6/span 6}.group:hover .group-hover\:col-span-7{grid-column:span 7/span 7}.group:hover .group-hover\:col-span-8{grid-column:span 8/span 8}.group:hover .group-hover\:col-span-9{grid-column:span 9/span 9}.group:hover .group-hover\:col-span-10{grid-column:span 10/span 10}.group:hover .group-hover\:col-span-11{grid-column:span 11/span 11}.group:hover .group-hover\:col-span-12{grid-column:span 12/span 12}.group:hover .group-hover\:col-start-1{grid-column-start:1}.group:hover .group-hover\:col-start-2{grid-column-start:2}.group:hover .group-hover\:col-start-3{grid-column-start:3}.group:hover .group-hover\:col-start-4{grid-column-start:4}.group:hover .group-hover\:col-start-5{grid-column-start:5}.group:hover .group-hover\:col-start-6{grid-column-start:6}.group:hover .group-hover\:col-start-7{grid-column-start:7}.group:hover .group-hover\:col-start-8{grid-column-start:8}.group:hover .group-hover\:col-start-9{grid-column-start:9}.group:hover .group-hover\:col-start-10{grid-column-start:10}.group:hover .group-hover\:col-start-11{grid-column-start:11}.group:hover .group-hover\:col-start-12{grid-column-start:12}.group:hover .group-hover\:col-start-13{grid-column-start:13}.group:hover .group-hover\:col-start-auto{grid-column-start:auto}.group:hover .group-hover\:col-end-1{grid-column-end:1}.group:hover .group-hover\:col-end-2{grid-column-end:2}.group:hover .group-hover\:col-end-3{grid-column-end:3}.group:hover .group-hover\:col-end-4{grid-column-end:4}.group:hover .group-hover\:col-end-5{grid-column-end:5}.group:hover .group-hover\:col-end-6{grid-column-end:6}.group:hover .group-hover\:col-end-7{grid-column-end:7}.group:hover .group-hover\:col-end-8{grid-column-end:8}.group:hover .group-hover\:col-end-9{grid-column-end:9}.group:hover .group-hover\:col-end-10{grid-column-end:10}.group:hover .group-hover\:col-end-11{grid-column-end:11}.group:hover .group-hover\:col-end-12{grid-column-end:12}.group:hover .group-hover\:col-end-13{grid-column-end:13}.group:hover .group-hover\:col-end-auto{grid-column-end:auto}.group:hover .group-hover\:indent-0{text-indent:0px}.group:hover .group-hover\:indent-px{text-indent:1px}.group:hover .group-hover\:indent-1{text-indent:.25rem}.group:hover .group-hover\:indent-2{text-indent:.5rem}.group:hover .group-hover\:indent-3{text-indent:.75rem}.group:hover .group-hover\:indent-4{text-indent:1rem}.group:hover .group-hover\:indent-5{text-indent:1.25rem}.group:hover .group-hover\:indent-6{text-indent:1.5rem}.group:hover .group-hover\:indent-7{text-indent:1.75rem}.group:hover .group-hover\:indent-8{text-indent:2rem}.group:hover .group-hover\:indent-9{text-indent:2.25rem}.group:hover .group-hover\:indent-10{text-indent:2.5rem}.group:hover .group-hover\:indent-11{text-indent:2.75rem}.group:hover .group-hover\:indent-12{text-indent:3rem}.group:hover .group-hover\:indent-14{text-indent:3.5rem}.group:hover .group-hover\:indent-16{text-indent:4rem}.group:hover .group-hover\:indent-20{text-indent:5rem}.group:hover .group-hover\:indent-24{text-indent:6rem}.group:hover .group-hover\:indent-28{text-indent:7rem}.group:hover .group-hover\:indent-32{text-indent:8rem}.group:hover .group-hover\:indent-36{text-indent:9rem}.group:hover .group-hover\:indent-40{text-indent:10rem}.group:hover .group-hover\:indent-44{text-indent:11rem}.group:hover .group-hover\:indent-48{text-indent:12rem}.group:hover .group-hover\:indent-52{text-indent:13rem}.group:hover .group-hover\:indent-56{text-indent:14rem}.group:hover .group-hover\:indent-60{text-indent:15rem}.group:hover .group-hover\:indent-64{text-indent:16rem}.group:hover .group-hover\:indent-72{text-indent:18rem}.group:hover .group-hover\:indent-80{text-indent:20rem}.group:hover .group-hover\:indent-96{text-indent:24rem}.group:hover .group-hover\:indent-0\.5{text-transform:.125rem}.group:hover .group-hover\:indent-1\.5{text-transform:.375rem}.group:hover .group-hover\:indent-2\.5{text-transform:.625rem}.group:hover .group-hover\:indent-3\.5{text-transform:.875rem}.group:hover .group-hover\: .underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.group:hover .group-hover\: .overline{-webkit-text-decoration-line:overline;text-decoration-line:overline}.group:hover .group-hover\: .through{-webkit-text-decoration-line:line-through;text-decoration-line:line-through}.group:hover .group-hover\: .none{-webkit-text-decoration-line:none;text-decoration-line:none}.group:hover .group-hover\: .uppercase{text-transform:uppercase}.group:hover .group-hover\: .lowercase{text-transform:lowercase}.group:hover .group-hover\: .capitalize{text-transform:capitalize}.group:hover .group-hover\: .normal-case{text-transform:none}.group:hover .group-hover\:shadow-2-12{box-shadow:0 2px 4px #0000001f}.group:hover .group-hover\:shadow-4-10{box-shadow:0 4px 8px #0000001a}.group:hover .group-hover\:shadow-6-10{box-shadow:0 6px 12px #0000001a}.group:hover .group-hover\:shadow-6-8{box-shadow:0 8px 16px #00000014}.group:hover .group-hover\:shadow-primary{box-shadow:0 0 0 1px #6492ff}.group:hover .group-hover\:shadow-danger{box-shadow:0 0 0 1px #fdabb9}.group:hover .group-hover\:shadow-warning{box-shadow:0 0 0 1px #fbe0a9}.group:hover .group-hover\:shadow-info,.group:hover .group-hover\:shadow-success{box-shadow:0 0 0 1px #c1d9fd}.group:hover .group-hover\:shadow-loading{box-shadow:0 0 0 1px #757575}.group:hover .group-hover\:shadow-header{box-shadow:0 2px 4px #0000001f}.group:hover .group-hover\:shadow-none{box-shadow:none}.group:hover .group-hover\:button-extraSm{padding:6px 16px}.group:hover .group-hover\:button-normal{padding:16px 32px}.group:checked .group-checked\:bg-transparent{background-color:transparent}.group:checked .group-checked\:bg-transparent\/0{background-color:#0000}.group:checked .group-checked\:bg-transparent\/10{background-color:#0000001a}.group:checked .group-checked\:bg-transparent\/20{background-color:#0003}.group:checked .group-checked\:bg-transparent\/30{background-color:#0000004d}.group:checked .group-checked\:bg-transparent\/40{background-color:#0006}.group:checked .group-checked\:bg-transparent\/50{background-color:#00000080}.group:checked .group-checked\:bg-transparent\/60{background-color:#0009}.group:checked .group-checked\:bg-transparent\/70{background-color:#000000b3}.group:checked .group-checked\:bg-transparent\/75{background-color:#000000bf}.group:checked .group-checked\:bg-transparent\/80{background-color:#000c}.group:checked .group-checked\:bg-transparent\/90{background-color:#000000e6}.group:checked .group-checked\:bg-black{background-color:#000}.group:checked .group-checked\:bg-black\/0{background-color:#0000}.group:checked .group-checked\:bg-black\/10{background-color:#0000001a}.group:checked .group-checked\:bg-black\/20{background-color:#0003}.group:checked .group-checked\:bg-black\/30{background-color:#0000004d}.group:checked .group-checked\:bg-black\/40{background-color:#0006}.group:checked .group-checked\:bg-black\/50{background-color:#00000080}.group:checked .group-checked\:bg-black\/60{background-color:#0009}.group:checked .group-checked\:bg-black\/70{background-color:#000000b3}.group:checked .group-checked\:bg-black\/75{background-color:#000000bf}.group:checked .group-checked\:bg-black\/80{background-color:#000c}.group:checked .group-checked\:bg-black\/90{background-color:#000000e6}.group:checked .group-checked\:bg-white{background-color:#fff}.group:checked .group-checked\:bg-white\/0{background-color:#fff0}.group:checked .group-checked\:bg-white\/10{background-color:#ffffff1a}.group:checked .group-checked\:bg-white\/20{background-color:#fff3}.group:checked .group-checked\:bg-white\/30{background-color:#ffffff4d}.group:checked .group-checked\:bg-white\/40{background-color:#fff6}.group:checked .group-checked\:bg-white\/50{background-color:#ffffff80}.group:checked .group-checked\:bg-white\/60{background-color:#fff9}.group:checked .group-checked\:bg-white\/70{background-color:#ffffffb3}.group:checked .group-checked\:bg-white\/75{background-color:#ffffffbf}.group:checked .group-checked\:bg-white\/80{background-color:#fffc}.group:checked .group-checked\:bg-white\/90{background-color:#ffffffe6}.group:checked .group-checked\:bg-slate-50{background-color:#f8fafc}.group:checked .group-checked\:bg-slate-50\/0{background-color:#f8fafc00}.group:checked .group-checked\:bg-slate-50\/10{background-color:#f8fafc1a}.group:checked .group-checked\:bg-slate-50\/20{background-color:#f8fafc33}.group:checked .group-checked\:bg-slate-50\/30{background-color:#f8fafc4d}.group:checked .group-checked\:bg-slate-50\/40{background-color:#f8fafc66}.group:checked .group-checked\:bg-slate-50\/50{background-color:#f8fafc80}.group:checked .group-checked\:bg-slate-50\/60{background-color:#f8fafc99}.group:checked .group-checked\:bg-slate-50\/70{background-color:#f8fafcb3}.group:checked .group-checked\:bg-slate-50\/75{background-color:#f8fafcbf}.group:checked .group-checked\:bg-slate-50\/80{background-color:#f8fafccc}.group:checked .group-checked\:bg-slate-50\/90{background-color:#f8fafce6}.group:checked .group-checked\:bg-slate-100{background-color:#f1f5f9}.group:checked .group-checked\:bg-slate-100\/0{background-color:#f1f5f900}.group:checked .group-checked\:bg-slate-100\/10{background-color:#f1f5f91a}.group:checked .group-checked\:bg-slate-100\/20{background-color:#f1f5f933}.group:checked .group-checked\:bg-slate-100\/30{background-color:#f1f5f94d}.group:checked .group-checked\:bg-slate-100\/40{background-color:#f1f5f966}.group:checked .group-checked\:bg-slate-100\/50{background-color:#f1f5f980}.group:checked .group-checked\:bg-slate-100\/60{background-color:#f1f5f999}.group:checked .group-checked\:bg-slate-100\/70{background-color:#f1f5f9b3}.group:checked .group-checked\:bg-slate-100\/75{background-color:#f1f5f9bf}.group:checked .group-checked\:bg-slate-100\/80{background-color:#f1f5f9cc}.group:checked .group-checked\:bg-slate-100\/90{background-color:#f1f5f9e6}.group:checked .group-checked\:bg-slate-200{background-color:#e2e8f0}.group:checked .group-checked\:bg-slate-200\/0{background-color:#e2e8f000}.group:checked .group-checked\:bg-slate-200\/10{background-color:#e2e8f01a}.group:checked .group-checked\:bg-slate-200\/20{background-color:#e2e8f033}.group:checked .group-checked\:bg-slate-200\/30{background-color:#e2e8f04d}.group:checked .group-checked\:bg-slate-200\/40{background-color:#e2e8f066}.group:checked .group-checked\:bg-slate-200\/50{background-color:#e2e8f080}.group:checked .group-checked\:bg-slate-200\/60{background-color:#e2e8f099}.group:checked .group-checked\:bg-slate-200\/70{background-color:#e2e8f0b3}.group:checked .group-checked\:bg-slate-200\/75{background-color:#e2e8f0bf}.group:checked .group-checked\:bg-slate-200\/80{background-color:#e2e8f0cc}.group:checked .group-checked\:bg-slate-200\/90{background-color:#e2e8f0e6}.group:checked .group-checked\:bg-slate-300{background-color:#cbd5e1}.group:checked .group-checked\:bg-slate-300\/0{background-color:#cbd5e100}.group:checked .group-checked\:bg-slate-300\/10{background-color:#cbd5e11a}.group:checked .group-checked\:bg-slate-300\/20{background-color:#cbd5e133}.group:checked .group-checked\:bg-slate-300\/30{background-color:#cbd5e14d}.group:checked .group-checked\:bg-slate-300\/40{background-color:#cbd5e166}.group:checked .group-checked\:bg-slate-300\/50{background-color:#cbd5e180}.group:checked .group-checked\:bg-slate-300\/60{background-color:#cbd5e199}.group:checked .group-checked\:bg-slate-300\/70{background-color:#cbd5e1b3}.group:checked .group-checked\:bg-slate-300\/75{background-color:#cbd5e1bf}.group:checked .group-checked\:bg-slate-300\/80{background-color:#cbd5e1cc}.group:checked .group-checked\:bg-slate-300\/90{background-color:#cbd5e1e6}.group:checked .group-checked\:bg-slate-400{background-color:#94a3b8}.group:checked .group-checked\:bg-slate-400\/0{background-color:#94a3b800}.group:checked .group-checked\:bg-slate-400\/10{background-color:#94a3b81a}.group:checked .group-checked\:bg-slate-400\/20{background-color:#94a3b833}.group:checked .group-checked\:bg-slate-400\/30{background-color:#94a3b84d}.group:checked .group-checked\:bg-slate-400\/40{background-color:#94a3b866}.group:checked .group-checked\:bg-slate-400\/50{background-color:#94a3b880}.group:checked .group-checked\:bg-slate-400\/60{background-color:#94a3b899}.group:checked .group-checked\:bg-slate-400\/70{background-color:#94a3b8b3}.group:checked .group-checked\:bg-slate-400\/75{background-color:#94a3b8bf}.group:checked .group-checked\:bg-slate-400\/80{background-color:#94a3b8cc}.group:checked .group-checked\:bg-slate-400\/90{background-color:#94a3b8e6}.group:checked .group-checked\:bg-slate-500{background-color:#64748b}.group:checked .group-checked\:bg-slate-500\/0{background-color:#64748b00}.group:checked .group-checked\:bg-slate-500\/10{background-color:#64748b1a}.group:checked .group-checked\:bg-slate-500\/20{background-color:#64748b33}.group:checked .group-checked\:bg-slate-500\/30{background-color:#64748b4d}.group:checked .group-checked\:bg-slate-500\/40{background-color:#64748b66}.group:checked .group-checked\:bg-slate-500\/50{background-color:#64748b80}.group:checked .group-checked\:bg-slate-500\/60{background-color:#64748b99}.group:checked .group-checked\:bg-slate-500\/70{background-color:#64748bb3}.group:checked .group-checked\:bg-slate-500\/75{background-color:#64748bbf}.group:checked .group-checked\:bg-slate-500\/80{background-color:#64748bcc}.group:checked .group-checked\:bg-slate-500\/90{background-color:#64748be6}.group:checked .group-checked\:bg-slate-600{background-color:#475569}.group:checked .group-checked\:bg-slate-600\/0{background-color:#47556900}.group:checked .group-checked\:bg-slate-600\/10{background-color:#4755691a}.group:checked .group-checked\:bg-slate-600\/20{background-color:#47556933}.group:checked .group-checked\:bg-slate-600\/30{background-color:#4755694d}.group:checked .group-checked\:bg-slate-600\/40{background-color:#47556966}.group:checked .group-checked\:bg-slate-600\/50{background-color:#47556980}.group:checked .group-checked\:bg-slate-600\/60{background-color:#47556999}.group:checked .group-checked\:bg-slate-600\/70{background-color:#475569b3}.group:checked .group-checked\:bg-slate-600\/75{background-color:#475569bf}.group:checked .group-checked\:bg-slate-600\/80{background-color:#475569cc}.group:checked .group-checked\:bg-slate-600\/90{background-color:#475569e6}.group:checked .group-checked\:bg-slate-700{background-color:#334155}.group:checked .group-checked\:bg-slate-700\/0{background-color:#33415500}.group:checked .group-checked\:bg-slate-700\/10{background-color:#3341551a}.group:checked .group-checked\:bg-slate-700\/20{background-color:#33415533}.group:checked .group-checked\:bg-slate-700\/30{background-color:#3341554d}.group:checked .group-checked\:bg-slate-700\/40{background-color:#33415566}.group:checked .group-checked\:bg-slate-700\/50{background-color:#33415580}.group:checked .group-checked\:bg-slate-700\/60{background-color:#33415599}.group:checked .group-checked\:bg-slate-700\/70{background-color:#334155b3}.group:checked .group-checked\:bg-slate-700\/75{background-color:#334155bf}.group:checked .group-checked\:bg-slate-700\/80{background-color:#334155cc}.group:checked .group-checked\:bg-slate-700\/90{background-color:#334155e6}.group:checked .group-checked\:bg-slate-800{background-color:#1e293b}.group:checked .group-checked\:bg-slate-800\/0{background-color:#1e293b00}.group:checked .group-checked\:bg-slate-800\/10{background-color:#1e293b1a}.group:checked .group-checked\:bg-slate-800\/20{background-color:#1e293b33}.group:checked .group-checked\:bg-slate-800\/30{background-color:#1e293b4d}.group:checked .group-checked\:bg-slate-800\/40{background-color:#1e293b66}.group:checked .group-checked\:bg-slate-800\/50{background-color:#1e293b80}.group:checked .group-checked\:bg-slate-800\/60{background-color:#1e293b99}.group:checked .group-checked\:bg-slate-800\/70{background-color:#1e293bb3}.group:checked .group-checked\:bg-slate-800\/75{background-color:#1e293bbf}.group:checked .group-checked\:bg-slate-800\/80{background-color:#1e293bcc}.group:checked .group-checked\:bg-slate-800\/90{background-color:#1e293be6}.group:checked .group-checked\:bg-slate-900{background-color:#0f172a}.group:checked .group-checked\:bg-slate-900\/0{background-color:#0f172a00}.group:checked .group-checked\:bg-slate-900\/10{background-color:#0f172a1a}.group:checked .group-checked\:bg-slate-900\/20{background-color:#0f172a33}.group:checked .group-checked\:bg-slate-900\/30{background-color:#0f172a4d}.group:checked .group-checked\:bg-slate-900\/40{background-color:#0f172a66}.group:checked .group-checked\:bg-slate-900\/50{background-color:#0f172a80}.group:checked .group-checked\:bg-slate-900\/60{background-color:#0f172a99}.group:checked .group-checked\:bg-slate-900\/70{background-color:#0f172ab3}.group:checked .group-checked\:bg-slate-900\/75{background-color:#0f172abf}.group:checked .group-checked\:bg-slate-900\/80{background-color:#0f172acc}.group:checked .group-checked\:bg-slate-900\/90{background-color:#0f172ae6}.group:checked .group-checked\:bg-slate-950{background-color:#020617}.group:checked .group-checked\:bg-slate-950\/0{background-color:#02061700}.group:checked .group-checked\:bg-slate-950\/10{background-color:#0206171a}.group:checked .group-checked\:bg-slate-950\/20{background-color:#02061733}.group:checked .group-checked\:bg-slate-950\/30{background-color:#0206174d}.group:checked .group-checked\:bg-slate-950\/40{background-color:#02061766}.group:checked .group-checked\:bg-slate-950\/50{background-color:#02061780}.group:checked .group-checked\:bg-slate-950\/60{background-color:#02061799}.group:checked .group-checked\:bg-slate-950\/70{background-color:#020617b3}.group:checked .group-checked\:bg-slate-950\/75{background-color:#020617bf}.group:checked .group-checked\:bg-slate-950\/80{background-color:#020617cc}.group:checked .group-checked\:bg-slate-950\/90{background-color:#020617e6}.group:checked .group-checked\:bg-gray-50{background-color:#f9fafb}.group:checked .group-checked\:bg-gray-50\/0{background-color:#f9fafb00}.group:checked .group-checked\:bg-gray-50\/10{background-color:#f9fafb1a}.group:checked .group-checked\:bg-gray-50\/20{background-color:#f9fafb33}.group:checked .group-checked\:bg-gray-50\/30{background-color:#f9fafb4d}.group:checked .group-checked\:bg-gray-50\/40{background-color:#f9fafb66}.group:checked .group-checked\:bg-gray-50\/50{background-color:#f9fafb80}.group:checked .group-checked\:bg-gray-50\/60{background-color:#f9fafb99}.group:checked .group-checked\:bg-gray-50\/70{background-color:#f9fafbb3}.group:checked .group-checked\:bg-gray-50\/75{background-color:#f9fafbbf}.group:checked .group-checked\:bg-gray-50\/80{background-color:#f9fafbcc}.group:checked .group-checked\:bg-gray-50\/90{background-color:#f9fafbe6}.group:checked .group-checked\:bg-gray-100{background-color:#f3f4f6}.group:checked .group-checked\:bg-gray-100\/0{background-color:#f3f4f600}.group:checked .group-checked\:bg-gray-100\/10{background-color:#f3f4f61a}.group:checked .group-checked\:bg-gray-100\/20{background-color:#f3f4f633}.group:checked .group-checked\:bg-gray-100\/30{background-color:#f3f4f64d}.group:checked .group-checked\:bg-gray-100\/40{background-color:#f3f4f666}.group:checked .group-checked\:bg-gray-100\/50{background-color:#f3f4f680}.group:checked .group-checked\:bg-gray-100\/60{background-color:#f3f4f699}.group:checked .group-checked\:bg-gray-100\/70{background-color:#f3f4f6b3}.group:checked .group-checked\:bg-gray-100\/75{background-color:#f3f4f6bf}.group:checked .group-checked\:bg-gray-100\/80{background-color:#f3f4f6cc}.group:checked .group-checked\:bg-gray-100\/90{background-color:#f3f4f6e6}.group:checked .group-checked\:bg-gray-200{background-color:#e5e7eb}.group:checked .group-checked\:bg-gray-200\/0{background-color:#e5e7eb00}.group:checked .group-checked\:bg-gray-200\/10{background-color:#e5e7eb1a}.group:checked .group-checked\:bg-gray-200\/20{background-color:#e5e7eb33}.group:checked .group-checked\:bg-gray-200\/30{background-color:#e5e7eb4d}.group:checked .group-checked\:bg-gray-200\/40{background-color:#e5e7eb66}.group:checked .group-checked\:bg-gray-200\/50{background-color:#e5e7eb80}.group:checked .group-checked\:bg-gray-200\/60{background-color:#e5e7eb99}.group:checked .group-checked\:bg-gray-200\/70{background-color:#e5e7ebb3}.group:checked .group-checked\:bg-gray-200\/75{background-color:#e5e7ebbf}.group:checked .group-checked\:bg-gray-200\/80{background-color:#e5e7ebcc}.group:checked .group-checked\:bg-gray-200\/90{background-color:#e5e7ebe6}.group:checked .group-checked\:bg-gray-300{background-color:#d1d5db}.group:checked .group-checked\:bg-gray-300\/0{background-color:#d1d5db00}.group:checked .group-checked\:bg-gray-300\/10{background-color:#d1d5db1a}.group:checked .group-checked\:bg-gray-300\/20{background-color:#d1d5db33}.group:checked .group-checked\:bg-gray-300\/30{background-color:#d1d5db4d}.group:checked .group-checked\:bg-gray-300\/40{background-color:#d1d5db66}.group:checked .group-checked\:bg-gray-300\/50{background-color:#d1d5db80}.group:checked .group-checked\:bg-gray-300\/60{background-color:#d1d5db99}.group:checked .group-checked\:bg-gray-300\/70{background-color:#d1d5dbb3}.group:checked .group-checked\:bg-gray-300\/75{background-color:#d1d5dbbf}.group:checked .group-checked\:bg-gray-300\/80{background-color:#d1d5dbcc}.group:checked .group-checked\:bg-gray-300\/90{background-color:#d1d5dbe6}.group:checked .group-checked\:bg-gray-400{background-color:#9ca3af}.group:checked .group-checked\:bg-gray-400\/0{background-color:#9ca3af00}.group:checked .group-checked\:bg-gray-400\/10{background-color:#9ca3af1a}.group:checked .group-checked\:bg-gray-400\/20{background-color:#9ca3af33}.group:checked .group-checked\:bg-gray-400\/30{background-color:#9ca3af4d}.group:checked .group-checked\:bg-gray-400\/40{background-color:#9ca3af66}.group:checked .group-checked\:bg-gray-400\/50{background-color:#9ca3af80}.group:checked .group-checked\:bg-gray-400\/60{background-color:#9ca3af99}.group:checked .group-checked\:bg-gray-400\/70{background-color:#9ca3afb3}.group:checked .group-checked\:bg-gray-400\/75{background-color:#9ca3afbf}.group:checked .group-checked\:bg-gray-400\/80{background-color:#9ca3afcc}.group:checked .group-checked\:bg-gray-400\/90{background-color:#9ca3afe6}.group:checked .group-checked\:bg-gray-500{background-color:#6b7280}.group:checked .group-checked\:bg-gray-500\/0{background-color:#6b728000}.group:checked .group-checked\:bg-gray-500\/10{background-color:#6b72801a}.group:checked .group-checked\:bg-gray-500\/20{background-color:#6b728033}.group:checked .group-checked\:bg-gray-500\/30{background-color:#6b72804d}.group:checked .group-checked\:bg-gray-500\/40{background-color:#6b728066}.group:checked .group-checked\:bg-gray-500\/50{background-color:#6b728080}.group:checked .group-checked\:bg-gray-500\/60{background-color:#6b728099}.group:checked .group-checked\:bg-gray-500\/70{background-color:#6b7280b3}.group:checked .group-checked\:bg-gray-500\/75{background-color:#6b7280bf}.group:checked .group-checked\:bg-gray-500\/80{background-color:#6b7280cc}.group:checked .group-checked\:bg-gray-500\/90{background-color:#6b7280e6}.group:checked .group-checked\:bg-gray-600{background-color:#4b5563}.group:checked .group-checked\:bg-gray-600\/0{background-color:#4b556300}.group:checked .group-checked\:bg-gray-600\/10{background-color:#4b55631a}.group:checked .group-checked\:bg-gray-600\/20{background-color:#4b556333}.group:checked .group-checked\:bg-gray-600\/30{background-color:#4b55634d}.group:checked .group-checked\:bg-gray-600\/40{background-color:#4b556366}.group:checked .group-checked\:bg-gray-600\/50{background-color:#4b556380}.group:checked .group-checked\:bg-gray-600\/60{background-color:#4b556399}.group:checked .group-checked\:bg-gray-600\/70{background-color:#4b5563b3}.group:checked .group-checked\:bg-gray-600\/75{background-color:#4b5563bf}.group:checked .group-checked\:bg-gray-600\/80{background-color:#4b5563cc}.group:checked .group-checked\:bg-gray-600\/90{background-color:#4b5563e6}.group:checked .group-checked\:bg-gray-700{background-color:#374151}.group:checked .group-checked\:bg-gray-700\/0{background-color:#37415100}.group:checked .group-checked\:bg-gray-700\/10{background-color:#3741511a}.group:checked .group-checked\:bg-gray-700\/20{background-color:#37415133}.group:checked .group-checked\:bg-gray-700\/30{background-color:#3741514d}.group:checked .group-checked\:bg-gray-700\/40{background-color:#37415166}.group:checked .group-checked\:bg-gray-700\/50{background-color:#37415180}.group:checked .group-checked\:bg-gray-700\/60{background-color:#37415199}.group:checked .group-checked\:bg-gray-700\/70{background-color:#374151b3}.group:checked .group-checked\:bg-gray-700\/75{background-color:#374151bf}.group:checked .group-checked\:bg-gray-700\/80{background-color:#374151cc}.group:checked .group-checked\:bg-gray-700\/90{background-color:#374151e6}.group:checked .group-checked\:bg-gray-800{background-color:#1f2937}.group:checked .group-checked\:bg-gray-800\/0{background-color:#1f293700}.group:checked .group-checked\:bg-gray-800\/10{background-color:#1f29371a}.group:checked .group-checked\:bg-gray-800\/20{background-color:#1f293733}.group:checked .group-checked\:bg-gray-800\/30{background-color:#1f29374d}.group:checked .group-checked\:bg-gray-800\/40{background-color:#1f293766}.group:checked .group-checked\:bg-gray-800\/50{background-color:#1f293780}.group:checked .group-checked\:bg-gray-800\/60{background-color:#1f293799}.group:checked .group-checked\:bg-gray-800\/70{background-color:#1f2937b3}.group:checked .group-checked\:bg-gray-800\/75{background-color:#1f2937bf}.group:checked .group-checked\:bg-gray-800\/80{background-color:#1f2937cc}.group:checked .group-checked\:bg-gray-800\/90{background-color:#1f2937e6}.group:checked .group-checked\:bg-gray-900{background-color:#111827}.group:checked .group-checked\:bg-gray-900\/0{background-color:#11182700}.group:checked .group-checked\:bg-gray-900\/10{background-color:#1118271a}.group:checked .group-checked\:bg-gray-900\/20{background-color:#11182733}.group:checked .group-checked\:bg-gray-900\/30{background-color:#1118274d}.group:checked .group-checked\:bg-gray-900\/40{background-color:#11182766}.group:checked .group-checked\:bg-gray-900\/50{background-color:#11182780}.group:checked .group-checked\:bg-gray-900\/60{background-color:#11182799}.group:checked .group-checked\:bg-gray-900\/70{background-color:#111827b3}.group:checked .group-checked\:bg-gray-900\/75{background-color:#111827bf}.group:checked .group-checked\:bg-gray-900\/80{background-color:#111827cc}.group:checked .group-checked\:bg-gray-900\/90{background-color:#111827e6}.group:checked .group-checked\:bg-gray-950{background-color:#030712}.group:checked .group-checked\:bg-gray-950\/0{background-color:#03071200}.group:checked .group-checked\:bg-gray-950\/10{background-color:#0307121a}.group:checked .group-checked\:bg-gray-950\/20{background-color:#03071233}.group:checked .group-checked\:bg-gray-950\/30{background-color:#0307124d}.group:checked .group-checked\:bg-gray-950\/40{background-color:#03071266}.group:checked .group-checked\:bg-gray-950\/50{background-color:#03071280}.group:checked .group-checked\:bg-gray-950\/60{background-color:#03071299}.group:checked .group-checked\:bg-gray-950\/70{background-color:#030712b3}.group:checked .group-checked\:bg-gray-950\/75{background-color:#030712bf}.group:checked .group-checked\:bg-gray-950\/80{background-color:#030712cc}.group:checked .group-checked\:bg-gray-950\/90{background-color:#030712e6}.group:checked .group-checked\:bg-zinc-50{background-color:#fafafa}.group:checked .group-checked\:bg-zinc-50\/0{background-color:#fafafa00}.group:checked .group-checked\:bg-zinc-50\/10{background-color:#fafafa1a}.group:checked .group-checked\:bg-zinc-50\/20{background-color:#fafafa33}.group:checked .group-checked\:bg-zinc-50\/30{background-color:#fafafa4d}.group:checked .group-checked\:bg-zinc-50\/40{background-color:#fafafa66}.group:checked .group-checked\:bg-zinc-50\/50{background-color:#fafafa80}.group:checked .group-checked\:bg-zinc-50\/60{background-color:#fafafa99}.group:checked .group-checked\:bg-zinc-50\/70{background-color:#fafafab3}.group:checked .group-checked\:bg-zinc-50\/75{background-color:#fafafabf}.group:checked .group-checked\:bg-zinc-50\/80{background-color:#fafafacc}.group:checked .group-checked\:bg-zinc-50\/90{background-color:#fafafae6}.group:checked .group-checked\:bg-zinc-100{background-color:#f4f4f5}.group:checked .group-checked\:bg-zinc-100\/0{background-color:#f4f4f500}.group:checked .group-checked\:bg-zinc-100\/10{background-color:#f4f4f51a}.group:checked .group-checked\:bg-zinc-100\/20{background-color:#f4f4f533}.group:checked .group-checked\:bg-zinc-100\/30{background-color:#f4f4f54d}.group:checked .group-checked\:bg-zinc-100\/40{background-color:#f4f4f566}.group:checked .group-checked\:bg-zinc-100\/50{background-color:#f4f4f580}.group:checked .group-checked\:bg-zinc-100\/60{background-color:#f4f4f599}.group:checked .group-checked\:bg-zinc-100\/70{background-color:#f4f4f5b3}.group:checked .group-checked\:bg-zinc-100\/75{background-color:#f4f4f5bf}.group:checked .group-checked\:bg-zinc-100\/80{background-color:#f4f4f5cc}.group:checked .group-checked\:bg-zinc-100\/90{background-color:#f4f4f5e6}.group:checked .group-checked\:bg-zinc-200{background-color:#e4e4e7}.group:checked .group-checked\:bg-zinc-200\/0{background-color:#e4e4e700}.group:checked .group-checked\:bg-zinc-200\/10{background-color:#e4e4e71a}.group:checked .group-checked\:bg-zinc-200\/20{background-color:#e4e4e733}.group:checked .group-checked\:bg-zinc-200\/30{background-color:#e4e4e74d}.group:checked .group-checked\:bg-zinc-200\/40{background-color:#e4e4e766}.group:checked .group-checked\:bg-zinc-200\/50{background-color:#e4e4e780}.group:checked .group-checked\:bg-zinc-200\/60{background-color:#e4e4e799}.group:checked .group-checked\:bg-zinc-200\/70{background-color:#e4e4e7b3}.group:checked .group-checked\:bg-zinc-200\/75{background-color:#e4e4e7bf}.group:checked .group-checked\:bg-zinc-200\/80{background-color:#e4e4e7cc}.group:checked .group-checked\:bg-zinc-200\/90{background-color:#e4e4e7e6}.group:checked .group-checked\:bg-zinc-300{background-color:#d4d4d8}.group:checked .group-checked\:bg-zinc-300\/0{background-color:#d4d4d800}.group:checked .group-checked\:bg-zinc-300\/10{background-color:#d4d4d81a}.group:checked .group-checked\:bg-zinc-300\/20{background-color:#d4d4d833}.group:checked .group-checked\:bg-zinc-300\/30{background-color:#d4d4d84d}.group:checked .group-checked\:bg-zinc-300\/40{background-color:#d4d4d866}.group:checked .group-checked\:bg-zinc-300\/50{background-color:#d4d4d880}.group:checked .group-checked\:bg-zinc-300\/60{background-color:#d4d4d899}.group:checked .group-checked\:bg-zinc-300\/70{background-color:#d4d4d8b3}.group:checked .group-checked\:bg-zinc-300\/75{background-color:#d4d4d8bf}.group:checked .group-checked\:bg-zinc-300\/80{background-color:#d4d4d8cc}.group:checked .group-checked\:bg-zinc-300\/90{background-color:#d4d4d8e6}.group:checked .group-checked\:bg-zinc-400{background-color:#a1a1aa}.group:checked .group-checked\:bg-zinc-400\/0{background-color:#a1a1aa00}.group:checked .group-checked\:bg-zinc-400\/10{background-color:#a1a1aa1a}.group:checked .group-checked\:bg-zinc-400\/20{background-color:#a1a1aa33}.group:checked .group-checked\:bg-zinc-400\/30{background-color:#a1a1aa4d}.group:checked .group-checked\:bg-zinc-400\/40{background-color:#a1a1aa66}.group:checked .group-checked\:bg-zinc-400\/50{background-color:#a1a1aa80}.group:checked .group-checked\:bg-zinc-400\/60{background-color:#a1a1aa99}.group:checked .group-checked\:bg-zinc-400\/70{background-color:#a1a1aab3}.group:checked .group-checked\:bg-zinc-400\/75{background-color:#a1a1aabf}.group:checked .group-checked\:bg-zinc-400\/80{background-color:#a1a1aacc}.group:checked .group-checked\:bg-zinc-400\/90{background-color:#a1a1aae6}.group:checked .group-checked\:bg-zinc-500{background-color:#71717a}.group:checked .group-checked\:bg-zinc-500\/0{background-color:#71717a00}.group:checked .group-checked\:bg-zinc-500\/10{background-color:#71717a1a}.group:checked .group-checked\:bg-zinc-500\/20{background-color:#71717a33}.group:checked .group-checked\:bg-zinc-500\/30{background-color:#71717a4d}.group:checked .group-checked\:bg-zinc-500\/40{background-color:#71717a66}.group:checked .group-checked\:bg-zinc-500\/50{background-color:#71717a80}.group:checked .group-checked\:bg-zinc-500\/60{background-color:#71717a99}.group:checked .group-checked\:bg-zinc-500\/70{background-color:#71717ab3}.group:checked .group-checked\:bg-zinc-500\/75{background-color:#71717abf}.group:checked .group-checked\:bg-zinc-500\/80{background-color:#71717acc}.group:checked .group-checked\:bg-zinc-500\/90{background-color:#71717ae6}.group:checked .group-checked\:bg-zinc-600{background-color:#52525b}.group:checked .group-checked\:bg-zinc-600\/0{background-color:#52525b00}.group:checked .group-checked\:bg-zinc-600\/10{background-color:#52525b1a}.group:checked .group-checked\:bg-zinc-600\/20{background-color:#52525b33}.group:checked .group-checked\:bg-zinc-600\/30{background-color:#52525b4d}.group:checked .group-checked\:bg-zinc-600\/40{background-color:#52525b66}.group:checked .group-checked\:bg-zinc-600\/50{background-color:#52525b80}.group:checked .group-checked\:bg-zinc-600\/60{background-color:#52525b99}.group:checked .group-checked\:bg-zinc-600\/70{background-color:#52525bb3}.group:checked .group-checked\:bg-zinc-600\/75{background-color:#52525bbf}.group:checked .group-checked\:bg-zinc-600\/80{background-color:#52525bcc}.group:checked .group-checked\:bg-zinc-600\/90{background-color:#52525be6}.group:checked .group-checked\:bg-zinc-700{background-color:#3f3f46}.group:checked .group-checked\:bg-zinc-700\/0{background-color:#3f3f4600}.group:checked .group-checked\:bg-zinc-700\/10{background-color:#3f3f461a}.group:checked .group-checked\:bg-zinc-700\/20{background-color:#3f3f4633}.group:checked .group-checked\:bg-zinc-700\/30{background-color:#3f3f464d}.group:checked .group-checked\:bg-zinc-700\/40{background-color:#3f3f4666}.group:checked .group-checked\:bg-zinc-700\/50{background-color:#3f3f4680}.group:checked .group-checked\:bg-zinc-700\/60{background-color:#3f3f4699}.group:checked .group-checked\:bg-zinc-700\/70{background-color:#3f3f46b3}.group:checked .group-checked\:bg-zinc-700\/75{background-color:#3f3f46bf}.group:checked .group-checked\:bg-zinc-700\/80{background-color:#3f3f46cc}.group:checked .group-checked\:bg-zinc-700\/90{background-color:#3f3f46e6}.group:checked .group-checked\:bg-zinc-800{background-color:#27272a}.group:checked .group-checked\:bg-zinc-800\/0{background-color:#27272a00}.group:checked .group-checked\:bg-zinc-800\/10{background-color:#27272a1a}.group:checked .group-checked\:bg-zinc-800\/20{background-color:#27272a33}.group:checked .group-checked\:bg-zinc-800\/30{background-color:#27272a4d}.group:checked .group-checked\:bg-zinc-800\/40{background-color:#27272a66}.group:checked .group-checked\:bg-zinc-800\/50{background-color:#27272a80}.group:checked .group-checked\:bg-zinc-800\/60{background-color:#27272a99}.group:checked .group-checked\:bg-zinc-800\/70{background-color:#27272ab3}.group:checked .group-checked\:bg-zinc-800\/75{background-color:#27272abf}.group:checked .group-checked\:bg-zinc-800\/80{background-color:#27272acc}.group:checked .group-checked\:bg-zinc-800\/90{background-color:#27272ae6}.group:checked .group-checked\:bg-zinc-900{background-color:#18181b}.group:checked .group-checked\:bg-zinc-900\/0{background-color:#18181b00}.group:checked .group-checked\:bg-zinc-900\/10{background-color:#18181b1a}.group:checked .group-checked\:bg-zinc-900\/20{background-color:#18181b33}.group:checked .group-checked\:bg-zinc-900\/30{background-color:#18181b4d}.group:checked .group-checked\:bg-zinc-900\/40{background-color:#18181b66}.group:checked .group-checked\:bg-zinc-900\/50{background-color:#18181b80}.group:checked .group-checked\:bg-zinc-900\/60{background-color:#18181b99}.group:checked .group-checked\:bg-zinc-900\/70{background-color:#18181bb3}.group:checked .group-checked\:bg-zinc-900\/75{background-color:#18181bbf}.group:checked .group-checked\:bg-zinc-900\/80{background-color:#18181bcc}.group:checked .group-checked\:bg-zinc-900\/90{background-color:#18181be6}.group:checked .group-checked\:bg-zinc-950{background-color:#09090b}.group:checked .group-checked\:bg-zinc-950\/0{background-color:#09090b00}.group:checked .group-checked\:bg-zinc-950\/10{background-color:#09090b1a}.group:checked .group-checked\:bg-zinc-950\/20{background-color:#09090b33}.group:checked .group-checked\:bg-zinc-950\/30{background-color:#09090b4d}.group:checked .group-checked\:bg-zinc-950\/40{background-color:#09090b66}.group:checked .group-checked\:bg-zinc-950\/50{background-color:#09090b80}.group:checked .group-checked\:bg-zinc-950\/60{background-color:#09090b99}.group:checked .group-checked\:bg-zinc-950\/70{background-color:#09090bb3}.group:checked .group-checked\:bg-zinc-950\/75{background-color:#09090bbf}.group:checked .group-checked\:bg-zinc-950\/80{background-color:#09090bcc}.group:checked .group-checked\:bg-zinc-950\/90{background-color:#09090be6}.group:checked .group-checked\:bg-neutral-50{background-color:#fafafa}.group:checked .group-checked\:bg-neutral-50\/0{background-color:#fafafa00}.group:checked .group-checked\:bg-neutral-50\/10{background-color:#fafafa1a}.group:checked .group-checked\:bg-neutral-50\/20{background-color:#fafafa33}.group:checked .group-checked\:bg-neutral-50\/30{background-color:#fafafa4d}.group:checked .group-checked\:bg-neutral-50\/40{background-color:#fafafa66}.group:checked .group-checked\:bg-neutral-50\/50{background-color:#fafafa80}.group:checked .group-checked\:bg-neutral-50\/60{background-color:#fafafa99}.group:checked .group-checked\:bg-neutral-50\/70{background-color:#fafafab3}.group:checked .group-checked\:bg-neutral-50\/75{background-color:#fafafabf}.group:checked .group-checked\:bg-neutral-50\/80{background-color:#fafafacc}.group:checked .group-checked\:bg-neutral-50\/90{background-color:#fafafae6}.group:checked .group-checked\:bg-neutral-100{background-color:#f5f5f5}.group:checked .group-checked\:bg-neutral-100\/0{background-color:#f5f5f500}.group:checked .group-checked\:bg-neutral-100\/10{background-color:#f5f5f51a}.group:checked .group-checked\:bg-neutral-100\/20{background-color:#f5f5f533}.group:checked .group-checked\:bg-neutral-100\/30{background-color:#f5f5f54d}.group:checked .group-checked\:bg-neutral-100\/40{background-color:#f5f5f566}.group:checked .group-checked\:bg-neutral-100\/50{background-color:#f5f5f580}.group:checked .group-checked\:bg-neutral-100\/60{background-color:#f5f5f599}.group:checked .group-checked\:bg-neutral-100\/70{background-color:#f5f5f5b3}.group:checked .group-checked\:bg-neutral-100\/75{background-color:#f5f5f5bf}.group:checked .group-checked\:bg-neutral-100\/80{background-color:#f5f5f5cc}.group:checked .group-checked\:bg-neutral-100\/90{background-color:#f5f5f5e6}.group:checked .group-checked\:bg-neutral-200{background-color:#e5e5e5}.group:checked .group-checked\:bg-neutral-200\/0{background-color:#e5e5e500}.group:checked .group-checked\:bg-neutral-200\/10{background-color:#e5e5e51a}.group:checked .group-checked\:bg-neutral-200\/20{background-color:#e5e5e533}.group:checked .group-checked\:bg-neutral-200\/30{background-color:#e5e5e54d}.group:checked .group-checked\:bg-neutral-200\/40{background-color:#e5e5e566}.group:checked .group-checked\:bg-neutral-200\/50{background-color:#e5e5e580}.group:checked .group-checked\:bg-neutral-200\/60{background-color:#e5e5e599}.group:checked .group-checked\:bg-neutral-200\/70{background-color:#e5e5e5b3}.group:checked .group-checked\:bg-neutral-200\/75{background-color:#e5e5e5bf}.group:checked .group-checked\:bg-neutral-200\/80{background-color:#e5e5e5cc}.group:checked .group-checked\:bg-neutral-200\/90{background-color:#e5e5e5e6}.group:checked .group-checked\:bg-neutral-300{background-color:#d4d4d4}.group:checked .group-checked\:bg-neutral-300\/0{background-color:#d4d4d400}.group:checked .group-checked\:bg-neutral-300\/10{background-color:#d4d4d41a}.group:checked .group-checked\:bg-neutral-300\/20{background-color:#d4d4d433}.group:checked .group-checked\:bg-neutral-300\/30{background-color:#d4d4d44d}.group:checked .group-checked\:bg-neutral-300\/40{background-color:#d4d4d466}.group:checked .group-checked\:bg-neutral-300\/50{background-color:#d4d4d480}.group:checked .group-checked\:bg-neutral-300\/60{background-color:#d4d4d499}.group:checked .group-checked\:bg-neutral-300\/70{background-color:#d4d4d4b3}.group:checked .group-checked\:bg-neutral-300\/75{background-color:#d4d4d4bf}.group:checked .group-checked\:bg-neutral-300\/80{background-color:#d4d4d4cc}.group:checked .group-checked\:bg-neutral-300\/90{background-color:#d4d4d4e6}.group:checked .group-checked\:bg-neutral-400{background-color:#a3a3a3}.group:checked .group-checked\:bg-neutral-400\/0{background-color:#a3a3a300}.group:checked .group-checked\:bg-neutral-400\/10{background-color:#a3a3a31a}.group:checked .group-checked\:bg-neutral-400\/20{background-color:#a3a3a333}.group:checked .group-checked\:bg-neutral-400\/30{background-color:#a3a3a34d}.group:checked .group-checked\:bg-neutral-400\/40{background-color:#a3a3a366}.group:checked .group-checked\:bg-neutral-400\/50{background-color:#a3a3a380}.group:checked .group-checked\:bg-neutral-400\/60{background-color:#a3a3a399}.group:checked .group-checked\:bg-neutral-400\/70{background-color:#a3a3a3b3}.group:checked .group-checked\:bg-neutral-400\/75{background-color:#a3a3a3bf}.group:checked .group-checked\:bg-neutral-400\/80{background-color:#a3a3a3cc}.group:checked .group-checked\:bg-neutral-400\/90{background-color:#a3a3a3e6}.group:checked .group-checked\:bg-neutral-500{background-color:#737373}.group:checked .group-checked\:bg-neutral-500\/0{background-color:#73737300}.group:checked .group-checked\:bg-neutral-500\/10{background-color:#7373731a}.group:checked .group-checked\:bg-neutral-500\/20{background-color:#73737333}.group:checked .group-checked\:bg-neutral-500\/30{background-color:#7373734d}.group:checked .group-checked\:bg-neutral-500\/40{background-color:#73737366}.group:checked .group-checked\:bg-neutral-500\/50{background-color:#73737380}.group:checked .group-checked\:bg-neutral-500\/60{background-color:#73737399}.group:checked .group-checked\:bg-neutral-500\/70{background-color:#737373b3}.group:checked .group-checked\:bg-neutral-500\/75{background-color:#737373bf}.group:checked .group-checked\:bg-neutral-500\/80{background-color:#737373cc}.group:checked .group-checked\:bg-neutral-500\/90{background-color:#737373e6}.group:checked .group-checked\:bg-neutral-600{background-color:#525252}.group:checked .group-checked\:bg-neutral-600\/0{background-color:#52525200}.group:checked .group-checked\:bg-neutral-600\/10{background-color:#5252521a}.group:checked .group-checked\:bg-neutral-600\/20{background-color:#52525233}.group:checked .group-checked\:bg-neutral-600\/30{background-color:#5252524d}.group:checked .group-checked\:bg-neutral-600\/40{background-color:#52525266}.group:checked .group-checked\:bg-neutral-600\/50{background-color:#52525280}.group:checked .group-checked\:bg-neutral-600\/60{background-color:#52525299}.group:checked .group-checked\:bg-neutral-600\/70{background-color:#525252b3}.group:checked .group-checked\:bg-neutral-600\/75{background-color:#525252bf}.group:checked .group-checked\:bg-neutral-600\/80{background-color:#525252cc}.group:checked .group-checked\:bg-neutral-600\/90{background-color:#525252e6}.group:checked .group-checked\:bg-neutral-700{background-color:#404040}.group:checked .group-checked\:bg-neutral-700\/0{background-color:#40404000}.group:checked .group-checked\:bg-neutral-700\/10{background-color:#4040401a}.group:checked .group-checked\:bg-neutral-700\/20{background-color:#40404033}.group:checked .group-checked\:bg-neutral-700\/30{background-color:#4040404d}.group:checked .group-checked\:bg-neutral-700\/40{background-color:#40404066}.group:checked .group-checked\:bg-neutral-700\/50{background-color:#40404080}.group:checked .group-checked\:bg-neutral-700\/60{background-color:#40404099}.group:checked .group-checked\:bg-neutral-700\/70{background-color:#404040b3}.group:checked .group-checked\:bg-neutral-700\/75{background-color:#404040bf}.group:checked .group-checked\:bg-neutral-700\/80{background-color:#404040cc}.group:checked .group-checked\:bg-neutral-700\/90{background-color:#404040e6}.group:checked .group-checked\:bg-neutral-800{background-color:#262626}.group:checked .group-checked\:bg-neutral-800\/0{background-color:#26262600}.group:checked .group-checked\:bg-neutral-800\/10{background-color:#2626261a}.group:checked .group-checked\:bg-neutral-800\/20{background-color:#26262633}.group:checked .group-checked\:bg-neutral-800\/30{background-color:#2626264d}.group:checked .group-checked\:bg-neutral-800\/40{background-color:#26262666}.group:checked .group-checked\:bg-neutral-800\/50{background-color:#26262680}.group:checked .group-checked\:bg-neutral-800\/60{background-color:#26262699}.group:checked .group-checked\:bg-neutral-800\/70{background-color:#262626b3}.group:checked .group-checked\:bg-neutral-800\/75{background-color:#262626bf}.group:checked .group-checked\:bg-neutral-800\/80{background-color:#262626cc}.group:checked .group-checked\:bg-neutral-800\/90{background-color:#262626e6}.group:checked .group-checked\:bg-neutral-900{background-color:#171717}.group:checked .group-checked\:bg-neutral-900\/0{background-color:#17171700}.group:checked .group-checked\:bg-neutral-900\/10{background-color:#1717171a}.group:checked .group-checked\:bg-neutral-900\/20{background-color:#17171733}.group:checked .group-checked\:bg-neutral-900\/30{background-color:#1717174d}.group:checked .group-checked\:bg-neutral-900\/40{background-color:#17171766}.group:checked .group-checked\:bg-neutral-900\/50{background-color:#17171780}.group:checked .group-checked\:bg-neutral-900\/60{background-color:#17171799}.group:checked .group-checked\:bg-neutral-900\/70{background-color:#171717b3}.group:checked .group-checked\:bg-neutral-900\/75{background-color:#171717bf}.group:checked .group-checked\:bg-neutral-900\/80{background-color:#171717cc}.group:checked .group-checked\:bg-neutral-900\/90{background-color:#171717e6}.group:checked .group-checked\:bg-neutral-950{background-color:#0a0a0a}.group:checked .group-checked\:bg-neutral-950\/0{background-color:#0a0a0a00}.group:checked .group-checked\:bg-neutral-950\/10{background-color:#0a0a0a1a}.group:checked .group-checked\:bg-neutral-950\/20{background-color:#0a0a0a33}.group:checked .group-checked\:bg-neutral-950\/30{background-color:#0a0a0a4d}.group:checked .group-checked\:bg-neutral-950\/40{background-color:#0a0a0a66}.group:checked .group-checked\:bg-neutral-950\/50{background-color:#0a0a0a80}.group:checked .group-checked\:bg-neutral-950\/60{background-color:#0a0a0a99}.group:checked .group-checked\:bg-neutral-950\/70{background-color:#0a0a0ab3}.group:checked .group-checked\:bg-neutral-950\/75{background-color:#0a0a0abf}.group:checked .group-checked\:bg-neutral-950\/80{background-color:#0a0a0acc}.group:checked .group-checked\:bg-neutral-950\/90{background-color:#0a0a0ae6}.group:checked .group-checked\:bg-stone-50{background-color:#fafaf9}.group:checked .group-checked\:bg-stone-50\/0{background-color:#fafaf900}.group:checked .group-checked\:bg-stone-50\/10{background-color:#fafaf91a}.group:checked .group-checked\:bg-stone-50\/20{background-color:#fafaf933}.group:checked .group-checked\:bg-stone-50\/30{background-color:#fafaf94d}.group:checked .group-checked\:bg-stone-50\/40{background-color:#fafaf966}.group:checked .group-checked\:bg-stone-50\/50{background-color:#fafaf980}.group:checked .group-checked\:bg-stone-50\/60{background-color:#fafaf999}.group:checked .group-checked\:bg-stone-50\/70{background-color:#fafaf9b3}.group:checked .group-checked\:bg-stone-50\/75{background-color:#fafaf9bf}.group:checked .group-checked\:bg-stone-50\/80{background-color:#fafaf9cc}.group:checked .group-checked\:bg-stone-50\/90{background-color:#fafaf9e6}.group:checked .group-checked\:bg-stone-100{background-color:#f5f5f4}.group:checked .group-checked\:bg-stone-100\/0{background-color:#f5f5f400}.group:checked .group-checked\:bg-stone-100\/10{background-color:#f5f5f41a}.group:checked .group-checked\:bg-stone-100\/20{background-color:#f5f5f433}.group:checked .group-checked\:bg-stone-100\/30{background-color:#f5f5f44d}.group:checked .group-checked\:bg-stone-100\/40{background-color:#f5f5f466}.group:checked .group-checked\:bg-stone-100\/50{background-color:#f5f5f480}.group:checked .group-checked\:bg-stone-100\/60{background-color:#f5f5f499}.group:checked .group-checked\:bg-stone-100\/70{background-color:#f5f5f4b3}.group:checked .group-checked\:bg-stone-100\/75{background-color:#f5f5f4bf}.group:checked .group-checked\:bg-stone-100\/80{background-color:#f5f5f4cc}.group:checked .group-checked\:bg-stone-100\/90{background-color:#f5f5f4e6}.group:checked .group-checked\:bg-stone-200{background-color:#e7e5e4}.group:checked .group-checked\:bg-stone-200\/0{background-color:#e7e5e400}.group:checked .group-checked\:bg-stone-200\/10{background-color:#e7e5e41a}.group:checked .group-checked\:bg-stone-200\/20{background-color:#e7e5e433}.group:checked .group-checked\:bg-stone-200\/30{background-color:#e7e5e44d}.group:checked .group-checked\:bg-stone-200\/40{background-color:#e7e5e466}.group:checked .group-checked\:bg-stone-200\/50{background-color:#e7e5e480}.group:checked .group-checked\:bg-stone-200\/60{background-color:#e7e5e499}.group:checked .group-checked\:bg-stone-200\/70{background-color:#e7e5e4b3}.group:checked .group-checked\:bg-stone-200\/75{background-color:#e7e5e4bf}.group:checked .group-checked\:bg-stone-200\/80{background-color:#e7e5e4cc}.group:checked .group-checked\:bg-stone-200\/90{background-color:#e7e5e4e6}.group:checked .group-checked\:bg-stone-300{background-color:#d6d3d1}.group:checked .group-checked\:bg-stone-300\/0{background-color:#d6d3d100}.group:checked .group-checked\:bg-stone-300\/10{background-color:#d6d3d11a}.group:checked .group-checked\:bg-stone-300\/20{background-color:#d6d3d133}.group:checked .group-checked\:bg-stone-300\/30{background-color:#d6d3d14d}.group:checked .group-checked\:bg-stone-300\/40{background-color:#d6d3d166}.group:checked .group-checked\:bg-stone-300\/50{background-color:#d6d3d180}.group:checked .group-checked\:bg-stone-300\/60{background-color:#d6d3d199}.group:checked .group-checked\:bg-stone-300\/70{background-color:#d6d3d1b3}.group:checked .group-checked\:bg-stone-300\/75{background-color:#d6d3d1bf}.group:checked .group-checked\:bg-stone-300\/80{background-color:#d6d3d1cc}.group:checked .group-checked\:bg-stone-300\/90{background-color:#d6d3d1e6}.group:checked .group-checked\:bg-stone-400{background-color:#a8a29e}.group:checked .group-checked\:bg-stone-400\/0{background-color:#a8a29e00}.group:checked .group-checked\:bg-stone-400\/10{background-color:#a8a29e1a}.group:checked .group-checked\:bg-stone-400\/20{background-color:#a8a29e33}.group:checked .group-checked\:bg-stone-400\/30{background-color:#a8a29e4d}.group:checked .group-checked\:bg-stone-400\/40{background-color:#a8a29e66}.group:checked .group-checked\:bg-stone-400\/50{background-color:#a8a29e80}.group:checked .group-checked\:bg-stone-400\/60{background-color:#a8a29e99}.group:checked .group-checked\:bg-stone-400\/70{background-color:#a8a29eb3}.group:checked .group-checked\:bg-stone-400\/75{background-color:#a8a29ebf}.group:checked .group-checked\:bg-stone-400\/80{background-color:#a8a29ecc}.group:checked .group-checked\:bg-stone-400\/90{background-color:#a8a29ee6}.group:checked .group-checked\:bg-stone-500{background-color:#78716c}.group:checked .group-checked\:bg-stone-500\/0{background-color:#78716c00}.group:checked .group-checked\:bg-stone-500\/10{background-color:#78716c1a}.group:checked .group-checked\:bg-stone-500\/20{background-color:#78716c33}.group:checked .group-checked\:bg-stone-500\/30{background-color:#78716c4d}.group:checked .group-checked\:bg-stone-500\/40{background-color:#78716c66}.group:checked .group-checked\:bg-stone-500\/50{background-color:#78716c80}.group:checked .group-checked\:bg-stone-500\/60{background-color:#78716c99}.group:checked .group-checked\:bg-stone-500\/70{background-color:#78716cb3}.group:checked .group-checked\:bg-stone-500\/75{background-color:#78716cbf}.group:checked .group-checked\:bg-stone-500\/80{background-color:#78716ccc}.group:checked .group-checked\:bg-stone-500\/90{background-color:#78716ce6}.group:checked .group-checked\:bg-stone-600{background-color:#57534e}.group:checked .group-checked\:bg-stone-600\/0{background-color:#57534e00}.group:checked .group-checked\:bg-stone-600\/10{background-color:#57534e1a}.group:checked .group-checked\:bg-stone-600\/20{background-color:#57534e33}.group:checked .group-checked\:bg-stone-600\/30{background-color:#57534e4d}.group:checked .group-checked\:bg-stone-600\/40{background-color:#57534e66}.group:checked .group-checked\:bg-stone-600\/50{background-color:#57534e80}.group:checked .group-checked\:bg-stone-600\/60{background-color:#57534e99}.group:checked .group-checked\:bg-stone-600\/70{background-color:#57534eb3}.group:checked .group-checked\:bg-stone-600\/75{background-color:#57534ebf}.group:checked .group-checked\:bg-stone-600\/80{background-color:#57534ecc}.group:checked .group-checked\:bg-stone-600\/90{background-color:#57534ee6}.group:checked .group-checked\:bg-stone-700{background-color:#44403c}.group:checked .group-checked\:bg-stone-700\/0{background-color:#44403c00}.group:checked .group-checked\:bg-stone-700\/10{background-color:#44403c1a}.group:checked .group-checked\:bg-stone-700\/20{background-color:#44403c33}.group:checked .group-checked\:bg-stone-700\/30{background-color:#44403c4d}.group:checked .group-checked\:bg-stone-700\/40{background-color:#44403c66}.group:checked .group-checked\:bg-stone-700\/50{background-color:#44403c80}.group:checked .group-checked\:bg-stone-700\/60{background-color:#44403c99}.group:checked .group-checked\:bg-stone-700\/70{background-color:#44403cb3}.group:checked .group-checked\:bg-stone-700\/75{background-color:#44403cbf}.group:checked .group-checked\:bg-stone-700\/80{background-color:#44403ccc}.group:checked .group-checked\:bg-stone-700\/90{background-color:#44403ce6}.group:checked .group-checked\:bg-stone-800{background-color:#292524}.group:checked .group-checked\:bg-stone-800\/0{background-color:#29252400}.group:checked .group-checked\:bg-stone-800\/10{background-color:#2925241a}.group:checked .group-checked\:bg-stone-800\/20{background-color:#29252433}.group:checked .group-checked\:bg-stone-800\/30{background-color:#2925244d}.group:checked .group-checked\:bg-stone-800\/40{background-color:#29252466}.group:checked .group-checked\:bg-stone-800\/50{background-color:#29252480}.group:checked .group-checked\:bg-stone-800\/60{background-color:#29252499}.group:checked .group-checked\:bg-stone-800\/70{background-color:#292524b3}.group:checked .group-checked\:bg-stone-800\/75{background-color:#292524bf}.group:checked .group-checked\:bg-stone-800\/80{background-color:#292524cc}.group:checked .group-checked\:bg-stone-800\/90{background-color:#292524e6}.group:checked .group-checked\:bg-stone-900{background-color:#1c1917}.group:checked .group-checked\:bg-stone-900\/0{background-color:#1c191700}.group:checked .group-checked\:bg-stone-900\/10{background-color:#1c19171a}.group:checked .group-checked\:bg-stone-900\/20{background-color:#1c191733}.group:checked .group-checked\:bg-stone-900\/30{background-color:#1c19174d}.group:checked .group-checked\:bg-stone-900\/40{background-color:#1c191766}.group:checked .group-checked\:bg-stone-900\/50{background-color:#1c191780}.group:checked .group-checked\:bg-stone-900\/60{background-color:#1c191799}.group:checked .group-checked\:bg-stone-900\/70{background-color:#1c1917b3}.group:checked .group-checked\:bg-stone-900\/75{background-color:#1c1917bf}.group:checked .group-checked\:bg-stone-900\/80{background-color:#1c1917cc}.group:checked .group-checked\:bg-stone-900\/90{background-color:#1c1917e6}.group:checked .group-checked\:bg-stone-950{background-color:#0c0a09}.group:checked .group-checked\:bg-stone-950\/0{background-color:#0c0a0900}.group:checked .group-checked\:bg-stone-950\/10{background-color:#0c0a091a}.group:checked .group-checked\:bg-stone-950\/20{background-color:#0c0a0933}.group:checked .group-checked\:bg-stone-950\/30{background-color:#0c0a094d}.group:checked .group-checked\:bg-stone-950\/40{background-color:#0c0a0966}.group:checked .group-checked\:bg-stone-950\/50{background-color:#0c0a0980}.group:checked .group-checked\:bg-stone-950\/60{background-color:#0c0a0999}.group:checked .group-checked\:bg-stone-950\/70{background-color:#0c0a09b3}.group:checked .group-checked\:bg-stone-950\/75{background-color:#0c0a09bf}.group:checked .group-checked\:bg-stone-950\/80{background-color:#0c0a09cc}.group:checked .group-checked\:bg-stone-950\/90{background-color:#0c0a09e6}.group:checked .group-checked\:bg-red-50{background-color:#fef2f2}.group:checked .group-checked\:bg-red-50\/0{background-color:#fef2f200}.group:checked .group-checked\:bg-red-50\/10{background-color:#fef2f21a}.group:checked .group-checked\:bg-red-50\/20{background-color:#fef2f233}.group:checked .group-checked\:bg-red-50\/30{background-color:#fef2f24d}.group:checked .group-checked\:bg-red-50\/40{background-color:#fef2f266}.group:checked .group-checked\:bg-red-50\/50{background-color:#fef2f280}.group:checked .group-checked\:bg-red-50\/60{background-color:#fef2f299}.group:checked .group-checked\:bg-red-50\/70{background-color:#fef2f2b3}.group:checked .group-checked\:bg-red-50\/75{background-color:#fef2f2bf}.group:checked .group-checked\:bg-red-50\/80{background-color:#fef2f2cc}.group:checked .group-checked\:bg-red-50\/90{background-color:#fef2f2e6}.group:checked .group-checked\:bg-red-100{background-color:#fee2e2}.group:checked .group-checked\:bg-red-100\/0{background-color:#fee2e200}.group:checked .group-checked\:bg-red-100\/10{background-color:#fee2e21a}.group:checked .group-checked\:bg-red-100\/20{background-color:#fee2e233}.group:checked .group-checked\:bg-red-100\/30{background-color:#fee2e24d}.group:checked .group-checked\:bg-red-100\/40{background-color:#fee2e266}.group:checked .group-checked\:bg-red-100\/50{background-color:#fee2e280}.group:checked .group-checked\:bg-red-100\/60{background-color:#fee2e299}.group:checked .group-checked\:bg-red-100\/70{background-color:#fee2e2b3}.group:checked .group-checked\:bg-red-100\/75{background-color:#fee2e2bf}.group:checked .group-checked\:bg-red-100\/80{background-color:#fee2e2cc}.group:checked .group-checked\:bg-red-100\/90{background-color:#fee2e2e6}.group:checked .group-checked\:bg-red-200{background-color:#fecaca}.group:checked .group-checked\:bg-red-200\/0{background-color:#fecaca00}.group:checked .group-checked\:bg-red-200\/10{background-color:#fecaca1a}.group:checked .group-checked\:bg-red-200\/20{background-color:#fecaca33}.group:checked .group-checked\:bg-red-200\/30{background-color:#fecaca4d}.group:checked .group-checked\:bg-red-200\/40{background-color:#fecaca66}.group:checked .group-checked\:bg-red-200\/50{background-color:#fecaca80}.group:checked .group-checked\:bg-red-200\/60{background-color:#fecaca99}.group:checked .group-checked\:bg-red-200\/70{background-color:#fecacab3}.group:checked .group-checked\:bg-red-200\/75{background-color:#fecacabf}.group:checked .group-checked\:bg-red-200\/80{background-color:#fecacacc}.group:checked .group-checked\:bg-red-200\/90{background-color:#fecacae6}.group:checked .group-checked\:bg-red-300{background-color:#fca5a5}.group:checked .group-checked\:bg-red-300\/0{background-color:#fca5a500}.group:checked .group-checked\:bg-red-300\/10{background-color:#fca5a51a}.group:checked .group-checked\:bg-red-300\/20{background-color:#fca5a533}.group:checked .group-checked\:bg-red-300\/30{background-color:#fca5a54d}.group:checked .group-checked\:bg-red-300\/40{background-color:#fca5a566}.group:checked .group-checked\:bg-red-300\/50{background-color:#fca5a580}.group:checked .group-checked\:bg-red-300\/60{background-color:#fca5a599}.group:checked .group-checked\:bg-red-300\/70{background-color:#fca5a5b3}.group:checked .group-checked\:bg-red-300\/75{background-color:#fca5a5bf}.group:checked .group-checked\:bg-red-300\/80{background-color:#fca5a5cc}.group:checked .group-checked\:bg-red-300\/90{background-color:#fca5a5e6}.group:checked .group-checked\:bg-red-400{background-color:#f87171}.group:checked .group-checked\:bg-red-400\/0{background-color:#f8717100}.group:checked .group-checked\:bg-red-400\/10{background-color:#f871711a}.group:checked .group-checked\:bg-red-400\/20{background-color:#f8717133}.group:checked .group-checked\:bg-red-400\/30{background-color:#f871714d}.group:checked .group-checked\:bg-red-400\/40{background-color:#f8717166}.group:checked .group-checked\:bg-red-400\/50{background-color:#f8717180}.group:checked .group-checked\:bg-red-400\/60{background-color:#f8717199}.group:checked .group-checked\:bg-red-400\/70{background-color:#f87171b3}.group:checked .group-checked\:bg-red-400\/75{background-color:#f87171bf}.group:checked .group-checked\:bg-red-400\/80{background-color:#f87171cc}.group:checked .group-checked\:bg-red-400\/90{background-color:#f87171e6}.group:checked .group-checked\:bg-red-500{background-color:#ef4444}.group:checked .group-checked\:bg-red-500\/0{background-color:#ef444400}.group:checked .group-checked\:bg-red-500\/10{background-color:#ef44441a}.group:checked .group-checked\:bg-red-500\/20{background-color:#ef444433}.group:checked .group-checked\:bg-red-500\/30{background-color:#ef44444d}.group:checked .group-checked\:bg-red-500\/40{background-color:#ef444466}.group:checked .group-checked\:bg-red-500\/50{background-color:#ef444480}.group:checked .group-checked\:bg-red-500\/60{background-color:#ef444499}.group:checked .group-checked\:bg-red-500\/70{background-color:#ef4444b3}.group:checked .group-checked\:bg-red-500\/75{background-color:#ef4444bf}.group:checked .group-checked\:bg-red-500\/80{background-color:#ef4444cc}.group:checked .group-checked\:bg-red-500\/90{background-color:#ef4444e6}.group:checked .group-checked\:bg-red-600{background-color:#dc2626}.group:checked .group-checked\:bg-red-600\/0{background-color:#dc262600}.group:checked .group-checked\:bg-red-600\/10{background-color:#dc26261a}.group:checked .group-checked\:bg-red-600\/20{background-color:#dc262633}.group:checked .group-checked\:bg-red-600\/30{background-color:#dc26264d}.group:checked .group-checked\:bg-red-600\/40{background-color:#dc262666}.group:checked .group-checked\:bg-red-600\/50{background-color:#dc262680}.group:checked .group-checked\:bg-red-600\/60{background-color:#dc262699}.group:checked .group-checked\:bg-red-600\/70{background-color:#dc2626b3}.group:checked .group-checked\:bg-red-600\/75{background-color:#dc2626bf}.group:checked .group-checked\:bg-red-600\/80{background-color:#dc2626cc}.group:checked .group-checked\:bg-red-600\/90{background-color:#dc2626e6}.group:checked .group-checked\:bg-red-700{background-color:#b91c1c}.group:checked .group-checked\:bg-red-700\/0{background-color:#b91c1c00}.group:checked .group-checked\:bg-red-700\/10{background-color:#b91c1c1a}.group:checked .group-checked\:bg-red-700\/20{background-color:#b91c1c33}.group:checked .group-checked\:bg-red-700\/30{background-color:#b91c1c4d}.group:checked .group-checked\:bg-red-700\/40{background-color:#b91c1c66}.group:checked .group-checked\:bg-red-700\/50{background-color:#b91c1c80}.group:checked .group-checked\:bg-red-700\/60{background-color:#b91c1c99}.group:checked .group-checked\:bg-red-700\/70{background-color:#b91c1cb3}.group:checked .group-checked\:bg-red-700\/75{background-color:#b91c1cbf}.group:checked .group-checked\:bg-red-700\/80{background-color:#b91c1ccc}.group:checked .group-checked\:bg-red-700\/90{background-color:#b91c1ce6}.group:checked .group-checked\:bg-red-800{background-color:#991b1b}.group:checked .group-checked\:bg-red-800\/0{background-color:#991b1b00}.group:checked .group-checked\:bg-red-800\/10{background-color:#991b1b1a}.group:checked .group-checked\:bg-red-800\/20{background-color:#991b1b33}.group:checked .group-checked\:bg-red-800\/30{background-color:#991b1b4d}.group:checked .group-checked\:bg-red-800\/40{background-color:#991b1b66}.group:checked .group-checked\:bg-red-800\/50{background-color:#991b1b80}.group:checked .group-checked\:bg-red-800\/60{background-color:#991b1b99}.group:checked .group-checked\:bg-red-800\/70{background-color:#991b1bb3}.group:checked .group-checked\:bg-red-800\/75{background-color:#991b1bbf}.group:checked .group-checked\:bg-red-800\/80{background-color:#991b1bcc}.group:checked .group-checked\:bg-red-800\/90{background-color:#991b1be6}.group:checked .group-checked\:bg-red-900{background-color:#7f1d1d}.group:checked .group-checked\:bg-red-900\/0{background-color:#7f1d1d00}.group:checked .group-checked\:bg-red-900\/10{background-color:#7f1d1d1a}.group:checked .group-checked\:bg-red-900\/20{background-color:#7f1d1d33}.group:checked .group-checked\:bg-red-900\/30{background-color:#7f1d1d4d}.group:checked .group-checked\:bg-red-900\/40{background-color:#7f1d1d66}.group:checked .group-checked\:bg-red-900\/50{background-color:#7f1d1d80}.group:checked .group-checked\:bg-red-900\/60{background-color:#7f1d1d99}.group:checked .group-checked\:bg-red-900\/70{background-color:#7f1d1db3}.group:checked .group-checked\:bg-red-900\/75{background-color:#7f1d1dbf}.group:checked .group-checked\:bg-red-900\/80{background-color:#7f1d1dcc}.group:checked .group-checked\:bg-red-900\/90{background-color:#7f1d1de6}.group:checked .group-checked\:bg-red-950{background-color:#450a0a}.group:checked .group-checked\:bg-red-950\/0{background-color:#450a0a00}.group:checked .group-checked\:bg-red-950\/10{background-color:#450a0a1a}.group:checked .group-checked\:bg-red-950\/20{background-color:#450a0a33}.group:checked .group-checked\:bg-red-950\/30{background-color:#450a0a4d}.group:checked .group-checked\:bg-red-950\/40{background-color:#450a0a66}.group:checked .group-checked\:bg-red-950\/50{background-color:#450a0a80}.group:checked .group-checked\:bg-red-950\/60{background-color:#450a0a99}.group:checked .group-checked\:bg-red-950\/70{background-color:#450a0ab3}.group:checked .group-checked\:bg-red-950\/75{background-color:#450a0abf}.group:checked .group-checked\:bg-red-950\/80{background-color:#450a0acc}.group:checked .group-checked\:bg-red-950\/90{background-color:#450a0ae6}.group:checked .group-checked\:bg-orange-50{background-color:#fff7ed}.group:checked .group-checked\:bg-orange-50\/0{background-color:#fff7ed00}.group:checked .group-checked\:bg-orange-50\/10{background-color:#fff7ed1a}.group:checked .group-checked\:bg-orange-50\/20{background-color:#fff7ed33}.group:checked .group-checked\:bg-orange-50\/30{background-color:#fff7ed4d}.group:checked .group-checked\:bg-orange-50\/40{background-color:#fff7ed66}.group:checked .group-checked\:bg-orange-50\/50{background-color:#fff7ed80}.group:checked .group-checked\:bg-orange-50\/60{background-color:#fff7ed99}.group:checked .group-checked\:bg-orange-50\/70{background-color:#fff7edb3}.group:checked .group-checked\:bg-orange-50\/75{background-color:#fff7edbf}.group:checked .group-checked\:bg-orange-50\/80{background-color:#fff7edcc}.group:checked .group-checked\:bg-orange-50\/90{background-color:#fff7ede6}.group:checked .group-checked\:bg-orange-100{background-color:#ffedd5}.group:checked .group-checked\:bg-orange-100\/0{background-color:#ffedd500}.group:checked .group-checked\:bg-orange-100\/10{background-color:#ffedd51a}.group:checked .group-checked\:bg-orange-100\/20{background-color:#ffedd533}.group:checked .group-checked\:bg-orange-100\/30{background-color:#ffedd54d}.group:checked .group-checked\:bg-orange-100\/40{background-color:#ffedd566}.group:checked .group-checked\:bg-orange-100\/50{background-color:#ffedd580}.group:checked .group-checked\:bg-orange-100\/60{background-color:#ffedd599}.group:checked .group-checked\:bg-orange-100\/70{background-color:#ffedd5b3}.group:checked .group-checked\:bg-orange-100\/75{background-color:#ffedd5bf}.group:checked .group-checked\:bg-orange-100\/80{background-color:#ffedd5cc}.group:checked .group-checked\:bg-orange-100\/90{background-color:#ffedd5e6}.group:checked .group-checked\:bg-orange-200{background-color:#fed7aa}.group:checked .group-checked\:bg-orange-200\/0{background-color:#fed7aa00}.group:checked .group-checked\:bg-orange-200\/10{background-color:#fed7aa1a}.group:checked .group-checked\:bg-orange-200\/20{background-color:#fed7aa33}.group:checked .group-checked\:bg-orange-200\/30{background-color:#fed7aa4d}.group:checked .group-checked\:bg-orange-200\/40{background-color:#fed7aa66}.group:checked .group-checked\:bg-orange-200\/50{background-color:#fed7aa80}.group:checked .group-checked\:bg-orange-200\/60{background-color:#fed7aa99}.group:checked .group-checked\:bg-orange-200\/70{background-color:#fed7aab3}.group:checked .group-checked\:bg-orange-200\/75{background-color:#fed7aabf}.group:checked .group-checked\:bg-orange-200\/80{background-color:#fed7aacc}.group:checked .group-checked\:bg-orange-200\/90{background-color:#fed7aae6}.group:checked .group-checked\:bg-orange-300{background-color:#fdba74}.group:checked .group-checked\:bg-orange-300\/0{background-color:#fdba7400}.group:checked .group-checked\:bg-orange-300\/10{background-color:#fdba741a}.group:checked .group-checked\:bg-orange-300\/20{background-color:#fdba7433}.group:checked .group-checked\:bg-orange-300\/30{background-color:#fdba744d}.group:checked .group-checked\:bg-orange-300\/40{background-color:#fdba7466}.group:checked .group-checked\:bg-orange-300\/50{background-color:#fdba7480}.group:checked .group-checked\:bg-orange-300\/60{background-color:#fdba7499}.group:checked .group-checked\:bg-orange-300\/70{background-color:#fdba74b3}.group:checked .group-checked\:bg-orange-300\/75{background-color:#fdba74bf}.group:checked .group-checked\:bg-orange-300\/80{background-color:#fdba74cc}.group:checked .group-checked\:bg-orange-300\/90{background-color:#fdba74e6}.group:checked .group-checked\:bg-orange-400{background-color:#fb923c}.group:checked .group-checked\:bg-orange-400\/0{background-color:#fb923c00}.group:checked .group-checked\:bg-orange-400\/10{background-color:#fb923c1a}.group:checked .group-checked\:bg-orange-400\/20{background-color:#fb923c33}.group:checked .group-checked\:bg-orange-400\/30{background-color:#fb923c4d}.group:checked .group-checked\:bg-orange-400\/40{background-color:#fb923c66}.group:checked .group-checked\:bg-orange-400\/50{background-color:#fb923c80}.group:checked .group-checked\:bg-orange-400\/60{background-color:#fb923c99}.group:checked .group-checked\:bg-orange-400\/70{background-color:#fb923cb3}.group:checked .group-checked\:bg-orange-400\/75{background-color:#fb923cbf}.group:checked .group-checked\:bg-orange-400\/80{background-color:#fb923ccc}.group:checked .group-checked\:bg-orange-400\/90{background-color:#fb923ce6}.group:checked .group-checked\:bg-orange-500{background-color:#f97316}.group:checked .group-checked\:bg-orange-500\/0{background-color:#f9731600}.group:checked .group-checked\:bg-orange-500\/10{background-color:#f973161a}.group:checked .group-checked\:bg-orange-500\/20{background-color:#f9731633}.group:checked .group-checked\:bg-orange-500\/30{background-color:#f973164d}.group:checked .group-checked\:bg-orange-500\/40{background-color:#f9731666}.group:checked .group-checked\:bg-orange-500\/50{background-color:#f9731680}.group:checked .group-checked\:bg-orange-500\/60{background-color:#f9731699}.group:checked .group-checked\:bg-orange-500\/70{background-color:#f97316b3}.group:checked .group-checked\:bg-orange-500\/75{background-color:#f97316bf}.group:checked .group-checked\:bg-orange-500\/80{background-color:#f97316cc}.group:checked .group-checked\:bg-orange-500\/90{background-color:#f97316e6}.group:checked .group-checked\:bg-orange-600{background-color:#ea580c}.group:checked .group-checked\:bg-orange-600\/0{background-color:#ea580c00}.group:checked .group-checked\:bg-orange-600\/10{background-color:#ea580c1a}.group:checked .group-checked\:bg-orange-600\/20{background-color:#ea580c33}.group:checked .group-checked\:bg-orange-600\/30{background-color:#ea580c4d}.group:checked .group-checked\:bg-orange-600\/40{background-color:#ea580c66}.group:checked .group-checked\:bg-orange-600\/50{background-color:#ea580c80}.group:checked .group-checked\:bg-orange-600\/60{background-color:#ea580c99}.group:checked .group-checked\:bg-orange-600\/70{background-color:#ea580cb3}.group:checked .group-checked\:bg-orange-600\/75{background-color:#ea580cbf}.group:checked .group-checked\:bg-orange-600\/80{background-color:#ea580ccc}.group:checked .group-checked\:bg-orange-600\/90{background-color:#ea580ce6}.group:checked .group-checked\:bg-orange-700{background-color:#c2410c}.group:checked .group-checked\:bg-orange-700\/0{background-color:#c2410c00}.group:checked .group-checked\:bg-orange-700\/10{background-color:#c2410c1a}.group:checked .group-checked\:bg-orange-700\/20{background-color:#c2410c33}.group:checked .group-checked\:bg-orange-700\/30{background-color:#c2410c4d}.group:checked .group-checked\:bg-orange-700\/40{background-color:#c2410c66}.group:checked .group-checked\:bg-orange-700\/50{background-color:#c2410c80}.group:checked .group-checked\:bg-orange-700\/60{background-color:#c2410c99}.group:checked .group-checked\:bg-orange-700\/70{background-color:#c2410cb3}.group:checked .group-checked\:bg-orange-700\/75{background-color:#c2410cbf}.group:checked .group-checked\:bg-orange-700\/80{background-color:#c2410ccc}.group:checked .group-checked\:bg-orange-700\/90{background-color:#c2410ce6}.group:checked .group-checked\:bg-orange-800{background-color:#9a3412}.group:checked .group-checked\:bg-orange-800\/0{background-color:#9a341200}.group:checked .group-checked\:bg-orange-800\/10{background-color:#9a34121a}.group:checked .group-checked\:bg-orange-800\/20{background-color:#9a341233}.group:checked .group-checked\:bg-orange-800\/30{background-color:#9a34124d}.group:checked .group-checked\:bg-orange-800\/40{background-color:#9a341266}.group:checked .group-checked\:bg-orange-800\/50{background-color:#9a341280}.group:checked .group-checked\:bg-orange-800\/60{background-color:#9a341299}.group:checked .group-checked\:bg-orange-800\/70{background-color:#9a3412b3}.group:checked .group-checked\:bg-orange-800\/75{background-color:#9a3412bf}.group:checked .group-checked\:bg-orange-800\/80{background-color:#9a3412cc}.group:checked .group-checked\:bg-orange-800\/90{background-color:#9a3412e6}.group:checked .group-checked\:bg-orange-900{background-color:#7c2d12}.group:checked .group-checked\:bg-orange-900\/0{background-color:#7c2d1200}.group:checked .group-checked\:bg-orange-900\/10{background-color:#7c2d121a}.group:checked .group-checked\:bg-orange-900\/20{background-color:#7c2d1233}.group:checked .group-checked\:bg-orange-900\/30{background-color:#7c2d124d}.group:checked .group-checked\:bg-orange-900\/40{background-color:#7c2d1266}.group:checked .group-checked\:bg-orange-900\/50{background-color:#7c2d1280}.group:checked .group-checked\:bg-orange-900\/60{background-color:#7c2d1299}.group:checked .group-checked\:bg-orange-900\/70{background-color:#7c2d12b3}.group:checked .group-checked\:bg-orange-900\/75{background-color:#7c2d12bf}.group:checked .group-checked\:bg-orange-900\/80{background-color:#7c2d12cc}.group:checked .group-checked\:bg-orange-900\/90{background-color:#7c2d12e6}.group:checked .group-checked\:bg-orange-950{background-color:#431407}.group:checked .group-checked\:bg-orange-950\/0{background-color:#43140700}.group:checked .group-checked\:bg-orange-950\/10{background-color:#4314071a}.group:checked .group-checked\:bg-orange-950\/20{background-color:#43140733}.group:checked .group-checked\:bg-orange-950\/30{background-color:#4314074d}.group:checked .group-checked\:bg-orange-950\/40{background-color:#43140766}.group:checked .group-checked\:bg-orange-950\/50{background-color:#43140780}.group:checked .group-checked\:bg-orange-950\/60{background-color:#43140799}.group:checked .group-checked\:bg-orange-950\/70{background-color:#431407b3}.group:checked .group-checked\:bg-orange-950\/75{background-color:#431407bf}.group:checked .group-checked\:bg-orange-950\/80{background-color:#431407cc}.group:checked .group-checked\:bg-orange-950\/90{background-color:#431407e6}.group:checked .group-checked\:bg-amber-50{background-color:#fffbeb}.group:checked .group-checked\:bg-amber-50\/0{background-color:#fffbeb00}.group:checked .group-checked\:bg-amber-50\/10{background-color:#fffbeb1a}.group:checked .group-checked\:bg-amber-50\/20{background-color:#fffbeb33}.group:checked .group-checked\:bg-amber-50\/30{background-color:#fffbeb4d}.group:checked .group-checked\:bg-amber-50\/40{background-color:#fffbeb66}.group:checked .group-checked\:bg-amber-50\/50{background-color:#fffbeb80}.group:checked .group-checked\:bg-amber-50\/60{background-color:#fffbeb99}.group:checked .group-checked\:bg-amber-50\/70{background-color:#fffbebb3}.group:checked .group-checked\:bg-amber-50\/75{background-color:#fffbebbf}.group:checked .group-checked\:bg-amber-50\/80{background-color:#fffbebcc}.group:checked .group-checked\:bg-amber-50\/90{background-color:#fffbebe6}.group:checked .group-checked\:bg-amber-100{background-color:#fef3c7}.group:checked .group-checked\:bg-amber-100\/0{background-color:#fef3c700}.group:checked .group-checked\:bg-amber-100\/10{background-color:#fef3c71a}.group:checked .group-checked\:bg-amber-100\/20{background-color:#fef3c733}.group:checked .group-checked\:bg-amber-100\/30{background-color:#fef3c74d}.group:checked .group-checked\:bg-amber-100\/40{background-color:#fef3c766}.group:checked .group-checked\:bg-amber-100\/50{background-color:#fef3c780}.group:checked .group-checked\:bg-amber-100\/60{background-color:#fef3c799}.group:checked .group-checked\:bg-amber-100\/70{background-color:#fef3c7b3}.group:checked .group-checked\:bg-amber-100\/75{background-color:#fef3c7bf}.group:checked .group-checked\:bg-amber-100\/80{background-color:#fef3c7cc}.group:checked .group-checked\:bg-amber-100\/90{background-color:#fef3c7e6}.group:checked .group-checked\:bg-amber-200{background-color:#fde68a}.group:checked .group-checked\:bg-amber-200\/0{background-color:#fde68a00}.group:checked .group-checked\:bg-amber-200\/10{background-color:#fde68a1a}.group:checked .group-checked\:bg-amber-200\/20{background-color:#fde68a33}.group:checked .group-checked\:bg-amber-200\/30{background-color:#fde68a4d}.group:checked .group-checked\:bg-amber-200\/40{background-color:#fde68a66}.group:checked .group-checked\:bg-amber-200\/50{background-color:#fde68a80}.group:checked .group-checked\:bg-amber-200\/60{background-color:#fde68a99}.group:checked .group-checked\:bg-amber-200\/70{background-color:#fde68ab3}.group:checked .group-checked\:bg-amber-200\/75{background-color:#fde68abf}.group:checked .group-checked\:bg-amber-200\/80{background-color:#fde68acc}.group:checked .group-checked\:bg-amber-200\/90{background-color:#fde68ae6}.group:checked .group-checked\:bg-amber-300{background-color:#fcd34d}.group:checked .group-checked\:bg-amber-300\/0{background-color:#fcd34d00}.group:checked .group-checked\:bg-amber-300\/10{background-color:#fcd34d1a}.group:checked .group-checked\:bg-amber-300\/20{background-color:#fcd34d33}.group:checked .group-checked\:bg-amber-300\/30{background-color:#fcd34d4d}.group:checked .group-checked\:bg-amber-300\/40{background-color:#fcd34d66}.group:checked .group-checked\:bg-amber-300\/50{background-color:#fcd34d80}.group:checked .group-checked\:bg-amber-300\/60{background-color:#fcd34d99}.group:checked .group-checked\:bg-amber-300\/70{background-color:#fcd34db3}.group:checked .group-checked\:bg-amber-300\/75{background-color:#fcd34dbf}.group:checked .group-checked\:bg-amber-300\/80{background-color:#fcd34dcc}.group:checked .group-checked\:bg-amber-300\/90{background-color:#fcd34de6}.group:checked .group-checked\:bg-amber-400{background-color:#fbbf24}.group:checked .group-checked\:bg-amber-400\/0{background-color:#fbbf2400}.group:checked .group-checked\:bg-amber-400\/10{background-color:#fbbf241a}.group:checked .group-checked\:bg-amber-400\/20{background-color:#fbbf2433}.group:checked .group-checked\:bg-amber-400\/30{background-color:#fbbf244d}.group:checked .group-checked\:bg-amber-400\/40{background-color:#fbbf2466}.group:checked .group-checked\:bg-amber-400\/50{background-color:#fbbf2480}.group:checked .group-checked\:bg-amber-400\/60{background-color:#fbbf2499}.group:checked .group-checked\:bg-amber-400\/70{background-color:#fbbf24b3}.group:checked .group-checked\:bg-amber-400\/75{background-color:#fbbf24bf}.group:checked .group-checked\:bg-amber-400\/80{background-color:#fbbf24cc}.group:checked .group-checked\:bg-amber-400\/90{background-color:#fbbf24e6}.group:checked .group-checked\:bg-amber-500{background-color:#f59e0b}.group:checked .group-checked\:bg-amber-500\/0{background-color:#f59e0b00}.group:checked .group-checked\:bg-amber-500\/10{background-color:#f59e0b1a}.group:checked .group-checked\:bg-amber-500\/20{background-color:#f59e0b33}.group:checked .group-checked\:bg-amber-500\/30{background-color:#f59e0b4d}.group:checked .group-checked\:bg-amber-500\/40{background-color:#f59e0b66}.group:checked .group-checked\:bg-amber-500\/50{background-color:#f59e0b80}.group:checked .group-checked\:bg-amber-500\/60{background-color:#f59e0b99}.group:checked .group-checked\:bg-amber-500\/70{background-color:#f59e0bb3}.group:checked .group-checked\:bg-amber-500\/75{background-color:#f59e0bbf}.group:checked .group-checked\:bg-amber-500\/80{background-color:#f59e0bcc}.group:checked .group-checked\:bg-amber-500\/90{background-color:#f59e0be6}.group:checked .group-checked\:bg-amber-600{background-color:#d97706}.group:checked .group-checked\:bg-amber-600\/0{background-color:#d9770600}.group:checked .group-checked\:bg-amber-600\/10{background-color:#d977061a}.group:checked .group-checked\:bg-amber-600\/20{background-color:#d9770633}.group:checked .group-checked\:bg-amber-600\/30{background-color:#d977064d}.group:checked .group-checked\:bg-amber-600\/40{background-color:#d9770666}.group:checked .group-checked\:bg-amber-600\/50{background-color:#d9770680}.group:checked .group-checked\:bg-amber-600\/60{background-color:#d9770699}.group:checked .group-checked\:bg-amber-600\/70{background-color:#d97706b3}.group:checked .group-checked\:bg-amber-600\/75{background-color:#d97706bf}.group:checked .group-checked\:bg-amber-600\/80{background-color:#d97706cc}.group:checked .group-checked\:bg-amber-600\/90{background-color:#d97706e6}.group:checked .group-checked\:bg-amber-700{background-color:#b45309}.group:checked .group-checked\:bg-amber-700\/0{background-color:#b4530900}.group:checked .group-checked\:bg-amber-700\/10{background-color:#b453091a}.group:checked .group-checked\:bg-amber-700\/20{background-color:#b4530933}.group:checked .group-checked\:bg-amber-700\/30{background-color:#b453094d}.group:checked .group-checked\:bg-amber-700\/40{background-color:#b4530966}.group:checked .group-checked\:bg-amber-700\/50{background-color:#b4530980}.group:checked .group-checked\:bg-amber-700\/60{background-color:#b4530999}.group:checked .group-checked\:bg-amber-700\/70{background-color:#b45309b3}.group:checked .group-checked\:bg-amber-700\/75{background-color:#b45309bf}.group:checked .group-checked\:bg-amber-700\/80{background-color:#b45309cc}.group:checked .group-checked\:bg-amber-700\/90{background-color:#b45309e6}.group:checked .group-checked\:bg-amber-800{background-color:#92400e}.group:checked .group-checked\:bg-amber-800\/0{background-color:#92400e00}.group:checked .group-checked\:bg-amber-800\/10{background-color:#92400e1a}.group:checked .group-checked\:bg-amber-800\/20{background-color:#92400e33}.group:checked .group-checked\:bg-amber-800\/30{background-color:#92400e4d}.group:checked .group-checked\:bg-amber-800\/40{background-color:#92400e66}.group:checked .group-checked\:bg-amber-800\/50{background-color:#92400e80}.group:checked .group-checked\:bg-amber-800\/60{background-color:#92400e99}.group:checked .group-checked\:bg-amber-800\/70{background-color:#92400eb3}.group:checked .group-checked\:bg-amber-800\/75{background-color:#92400ebf}.group:checked .group-checked\:bg-amber-800\/80{background-color:#92400ecc}.group:checked .group-checked\:bg-amber-800\/90{background-color:#92400ee6}.group:checked .group-checked\:bg-amber-900{background-color:#78350f}.group:checked .group-checked\:bg-amber-900\/0{background-color:#78350f00}.group:checked .group-checked\:bg-amber-900\/10{background-color:#78350f1a}.group:checked .group-checked\:bg-amber-900\/20{background-color:#78350f33}.group:checked .group-checked\:bg-amber-900\/30{background-color:#78350f4d}.group:checked .group-checked\:bg-amber-900\/40{background-color:#78350f66}.group:checked .group-checked\:bg-amber-900\/50{background-color:#78350f80}.group:checked .group-checked\:bg-amber-900\/60{background-color:#78350f99}.group:checked .group-checked\:bg-amber-900\/70{background-color:#78350fb3}.group:checked .group-checked\:bg-amber-900\/75{background-color:#78350fbf}.group:checked .group-checked\:bg-amber-900\/80{background-color:#78350fcc}.group:checked .group-checked\:bg-amber-900\/90{background-color:#78350fe6}.group:checked .group-checked\:bg-amber-950{background-color:#451a03}.group:checked .group-checked\:bg-amber-950\/0{background-color:#451a0300}.group:checked .group-checked\:bg-amber-950\/10{background-color:#451a031a}.group:checked .group-checked\:bg-amber-950\/20{background-color:#451a0333}.group:checked .group-checked\:bg-amber-950\/30{background-color:#451a034d}.group:checked .group-checked\:bg-amber-950\/40{background-color:#451a0366}.group:checked .group-checked\:bg-amber-950\/50{background-color:#451a0380}.group:checked .group-checked\:bg-amber-950\/60{background-color:#451a0399}.group:checked .group-checked\:bg-amber-950\/70{background-color:#451a03b3}.group:checked .group-checked\:bg-amber-950\/75{background-color:#451a03bf}.group:checked .group-checked\:bg-amber-950\/80{background-color:#451a03cc}.group:checked .group-checked\:bg-amber-950\/90{background-color:#451a03e6}.group:checked .group-checked\:bg-yellow-50{background-color:#fefce8}.group:checked .group-checked\:bg-yellow-50\/0{background-color:#fefce800}.group:checked .group-checked\:bg-yellow-50\/10{background-color:#fefce81a}.group:checked .group-checked\:bg-yellow-50\/20{background-color:#fefce833}.group:checked .group-checked\:bg-yellow-50\/30{background-color:#fefce84d}.group:checked .group-checked\:bg-yellow-50\/40{background-color:#fefce866}.group:checked .group-checked\:bg-yellow-50\/50{background-color:#fefce880}.group:checked .group-checked\:bg-yellow-50\/60{background-color:#fefce899}.group:checked .group-checked\:bg-yellow-50\/70{background-color:#fefce8b3}.group:checked .group-checked\:bg-yellow-50\/75{background-color:#fefce8bf}.group:checked .group-checked\:bg-yellow-50\/80{background-color:#fefce8cc}.group:checked .group-checked\:bg-yellow-50\/90{background-color:#fefce8e6}.group:checked .group-checked\:bg-yellow-100{background-color:#fef9c3}.group:checked .group-checked\:bg-yellow-100\/0{background-color:#fef9c300}.group:checked .group-checked\:bg-yellow-100\/10{background-color:#fef9c31a}.group:checked .group-checked\:bg-yellow-100\/20{background-color:#fef9c333}.group:checked .group-checked\:bg-yellow-100\/30{background-color:#fef9c34d}.group:checked .group-checked\:bg-yellow-100\/40{background-color:#fef9c366}.group:checked .group-checked\:bg-yellow-100\/50{background-color:#fef9c380}.group:checked .group-checked\:bg-yellow-100\/60{background-color:#fef9c399}.group:checked .group-checked\:bg-yellow-100\/70{background-color:#fef9c3b3}.group:checked .group-checked\:bg-yellow-100\/75{background-color:#fef9c3bf}.group:checked .group-checked\:bg-yellow-100\/80{background-color:#fef9c3cc}.group:checked .group-checked\:bg-yellow-100\/90{background-color:#fef9c3e6}.group:checked .group-checked\:bg-yellow-200{background-color:#fef08a}.group:checked .group-checked\:bg-yellow-200\/0{background-color:#fef08a00}.group:checked .group-checked\:bg-yellow-200\/10{background-color:#fef08a1a}.group:checked .group-checked\:bg-yellow-200\/20{background-color:#fef08a33}.group:checked .group-checked\:bg-yellow-200\/30{background-color:#fef08a4d}.group:checked .group-checked\:bg-yellow-200\/40{background-color:#fef08a66}.group:checked .group-checked\:bg-yellow-200\/50{background-color:#fef08a80}.group:checked .group-checked\:bg-yellow-200\/60{background-color:#fef08a99}.group:checked .group-checked\:bg-yellow-200\/70{background-color:#fef08ab3}.group:checked .group-checked\:bg-yellow-200\/75{background-color:#fef08abf}.group:checked .group-checked\:bg-yellow-200\/80{background-color:#fef08acc}.group:checked .group-checked\:bg-yellow-200\/90{background-color:#fef08ae6}.group:checked .group-checked\:bg-yellow-300{background-color:#fde047}.group:checked .group-checked\:bg-yellow-300\/0{background-color:#fde04700}.group:checked .group-checked\:bg-yellow-300\/10{background-color:#fde0471a}.group:checked .group-checked\:bg-yellow-300\/20{background-color:#fde04733}.group:checked .group-checked\:bg-yellow-300\/30{background-color:#fde0474d}.group:checked .group-checked\:bg-yellow-300\/40{background-color:#fde04766}.group:checked .group-checked\:bg-yellow-300\/50{background-color:#fde04780}.group:checked .group-checked\:bg-yellow-300\/60{background-color:#fde04799}.group:checked .group-checked\:bg-yellow-300\/70{background-color:#fde047b3}.group:checked .group-checked\:bg-yellow-300\/75{background-color:#fde047bf}.group:checked .group-checked\:bg-yellow-300\/80{background-color:#fde047cc}.group:checked .group-checked\:bg-yellow-300\/90{background-color:#fde047e6}.group:checked .group-checked\:bg-yellow-400{background-color:#facc15}.group:checked .group-checked\:bg-yellow-400\/0{background-color:#facc1500}.group:checked .group-checked\:bg-yellow-400\/10{background-color:#facc151a}.group:checked .group-checked\:bg-yellow-400\/20{background-color:#facc1533}.group:checked .group-checked\:bg-yellow-400\/30{background-color:#facc154d}.group:checked .group-checked\:bg-yellow-400\/40{background-color:#facc1566}.group:checked .group-checked\:bg-yellow-400\/50{background-color:#facc1580}.group:checked .group-checked\:bg-yellow-400\/60{background-color:#facc1599}.group:checked .group-checked\:bg-yellow-400\/70{background-color:#facc15b3}.group:checked .group-checked\:bg-yellow-400\/75{background-color:#facc15bf}.group:checked .group-checked\:bg-yellow-400\/80{background-color:#facc15cc}.group:checked .group-checked\:bg-yellow-400\/90{background-color:#facc15e6}.group:checked .group-checked\:bg-yellow-500{background-color:#eab308}.group:checked .group-checked\:bg-yellow-500\/0{background-color:#eab30800}.group:checked .group-checked\:bg-yellow-500\/10{background-color:#eab3081a}.group:checked .group-checked\:bg-yellow-500\/20{background-color:#eab30833}.group:checked .group-checked\:bg-yellow-500\/30{background-color:#eab3084d}.group:checked .group-checked\:bg-yellow-500\/40{background-color:#eab30866}.group:checked .group-checked\:bg-yellow-500\/50{background-color:#eab30880}.group:checked .group-checked\:bg-yellow-500\/60{background-color:#eab30899}.group:checked .group-checked\:bg-yellow-500\/70{background-color:#eab308b3}.group:checked .group-checked\:bg-yellow-500\/75{background-color:#eab308bf}.group:checked .group-checked\:bg-yellow-500\/80{background-color:#eab308cc}.group:checked .group-checked\:bg-yellow-500\/90{background-color:#eab308e6}.group:checked .group-checked\:bg-yellow-600{background-color:#ca8a04}.group:checked .group-checked\:bg-yellow-600\/0{background-color:#ca8a0400}.group:checked .group-checked\:bg-yellow-600\/10{background-color:#ca8a041a}.group:checked .group-checked\:bg-yellow-600\/20{background-color:#ca8a0433}.group:checked .group-checked\:bg-yellow-600\/30{background-color:#ca8a044d}.group:checked .group-checked\:bg-yellow-600\/40{background-color:#ca8a0466}.group:checked .group-checked\:bg-yellow-600\/50{background-color:#ca8a0480}.group:checked .group-checked\:bg-yellow-600\/60{background-color:#ca8a0499}.group:checked .group-checked\:bg-yellow-600\/70{background-color:#ca8a04b3}.group:checked .group-checked\:bg-yellow-600\/75{background-color:#ca8a04bf}.group:checked .group-checked\:bg-yellow-600\/80{background-color:#ca8a04cc}.group:checked .group-checked\:bg-yellow-600\/90{background-color:#ca8a04e6}.group:checked .group-checked\:bg-yellow-700{background-color:#a16207}.group:checked .group-checked\:bg-yellow-700\/0{background-color:#a1620700}.group:checked .group-checked\:bg-yellow-700\/10{background-color:#a162071a}.group:checked .group-checked\:bg-yellow-700\/20{background-color:#a1620733}.group:checked .group-checked\:bg-yellow-700\/30{background-color:#a162074d}.group:checked .group-checked\:bg-yellow-700\/40{background-color:#a1620766}.group:checked .group-checked\:bg-yellow-700\/50{background-color:#a1620780}.group:checked .group-checked\:bg-yellow-700\/60{background-color:#a1620799}.group:checked .group-checked\:bg-yellow-700\/70{background-color:#a16207b3}.group:checked .group-checked\:bg-yellow-700\/75{background-color:#a16207bf}.group:checked .group-checked\:bg-yellow-700\/80{background-color:#a16207cc}.group:checked .group-checked\:bg-yellow-700\/90{background-color:#a16207e6}.group:checked .group-checked\:bg-yellow-800{background-color:#854d0e}.group:checked .group-checked\:bg-yellow-800\/0{background-color:#854d0e00}.group:checked .group-checked\:bg-yellow-800\/10{background-color:#854d0e1a}.group:checked .group-checked\:bg-yellow-800\/20{background-color:#854d0e33}.group:checked .group-checked\:bg-yellow-800\/30{background-color:#854d0e4d}.group:checked .group-checked\:bg-yellow-800\/40{background-color:#854d0e66}.group:checked .group-checked\:bg-yellow-800\/50{background-color:#854d0e80}.group:checked .group-checked\:bg-yellow-800\/60{background-color:#854d0e99}.group:checked .group-checked\:bg-yellow-800\/70{background-color:#854d0eb3}.group:checked .group-checked\:bg-yellow-800\/75{background-color:#854d0ebf}.group:checked .group-checked\:bg-yellow-800\/80{background-color:#854d0ecc}.group:checked .group-checked\:bg-yellow-800\/90{background-color:#854d0ee6}.group:checked .group-checked\:bg-yellow-900{background-color:#713f12}.group:checked .group-checked\:bg-yellow-900\/0{background-color:#713f1200}.group:checked .group-checked\:bg-yellow-900\/10{background-color:#713f121a}.group:checked .group-checked\:bg-yellow-900\/20{background-color:#713f1233}.group:checked .group-checked\:bg-yellow-900\/30{background-color:#713f124d}.group:checked .group-checked\:bg-yellow-900\/40{background-color:#713f1266}.group:checked .group-checked\:bg-yellow-900\/50{background-color:#713f1280}.group:checked .group-checked\:bg-yellow-900\/60{background-color:#713f1299}.group:checked .group-checked\:bg-yellow-900\/70{background-color:#713f12b3}.group:checked .group-checked\:bg-yellow-900\/75{background-color:#713f12bf}.group:checked .group-checked\:bg-yellow-900\/80{background-color:#713f12cc}.group:checked .group-checked\:bg-yellow-900\/90{background-color:#713f12e6}.group:checked .group-checked\:bg-yellow-950{background-color:#422006}.group:checked .group-checked\:bg-yellow-950\/0{background-color:#42200600}.group:checked .group-checked\:bg-yellow-950\/10{background-color:#4220061a}.group:checked .group-checked\:bg-yellow-950\/20{background-color:#42200633}.group:checked .group-checked\:bg-yellow-950\/30{background-color:#4220064d}.group:checked .group-checked\:bg-yellow-950\/40{background-color:#42200666}.group:checked .group-checked\:bg-yellow-950\/50{background-color:#42200680}.group:checked .group-checked\:bg-yellow-950\/60{background-color:#42200699}.group:checked .group-checked\:bg-yellow-950\/70{background-color:#422006b3}.group:checked .group-checked\:bg-yellow-950\/75{background-color:#422006bf}.group:checked .group-checked\:bg-yellow-950\/80{background-color:#422006cc}.group:checked .group-checked\:bg-yellow-950\/90{background-color:#422006e6}.group:checked .group-checked\:bg-lime-50{background-color:#f7fee7}.group:checked .group-checked\:bg-lime-50\/0{background-color:#f7fee700}.group:checked .group-checked\:bg-lime-50\/10{background-color:#f7fee71a}.group:checked .group-checked\:bg-lime-50\/20{background-color:#f7fee733}.group:checked .group-checked\:bg-lime-50\/30{background-color:#f7fee74d}.group:checked .group-checked\:bg-lime-50\/40{background-color:#f7fee766}.group:checked .group-checked\:bg-lime-50\/50{background-color:#f7fee780}.group:checked .group-checked\:bg-lime-50\/60{background-color:#f7fee799}.group:checked .group-checked\:bg-lime-50\/70{background-color:#f7fee7b3}.group:checked .group-checked\:bg-lime-50\/75{background-color:#f7fee7bf}.group:checked .group-checked\:bg-lime-50\/80{background-color:#f7fee7cc}.group:checked .group-checked\:bg-lime-50\/90{background-color:#f7fee7e6}.group:checked .group-checked\:bg-lime-100{background-color:#ecfccb}.group:checked .group-checked\:bg-lime-100\/0{background-color:#ecfccb00}.group:checked .group-checked\:bg-lime-100\/10{background-color:#ecfccb1a}.group:checked .group-checked\:bg-lime-100\/20{background-color:#ecfccb33}.group:checked .group-checked\:bg-lime-100\/30{background-color:#ecfccb4d}.group:checked .group-checked\:bg-lime-100\/40{background-color:#ecfccb66}.group:checked .group-checked\:bg-lime-100\/50{background-color:#ecfccb80}.group:checked .group-checked\:bg-lime-100\/60{background-color:#ecfccb99}.group:checked .group-checked\:bg-lime-100\/70{background-color:#ecfccbb3}.group:checked .group-checked\:bg-lime-100\/75{background-color:#ecfccbbf}.group:checked .group-checked\:bg-lime-100\/80{background-color:#ecfccbcc}.group:checked .group-checked\:bg-lime-100\/90{background-color:#ecfccbe6}.group:checked .group-checked\:bg-lime-200{background-color:#d9f99d}.group:checked .group-checked\:bg-lime-200\/0{background-color:#d9f99d00}.group:checked .group-checked\:bg-lime-200\/10{background-color:#d9f99d1a}.group:checked .group-checked\:bg-lime-200\/20{background-color:#d9f99d33}.group:checked .group-checked\:bg-lime-200\/30{background-color:#d9f99d4d}.group:checked .group-checked\:bg-lime-200\/40{background-color:#d9f99d66}.group:checked .group-checked\:bg-lime-200\/50{background-color:#d9f99d80}.group:checked .group-checked\:bg-lime-200\/60{background-color:#d9f99d99}.group:checked .group-checked\:bg-lime-200\/70{background-color:#d9f99db3}.group:checked .group-checked\:bg-lime-200\/75{background-color:#d9f99dbf}.group:checked .group-checked\:bg-lime-200\/80{background-color:#d9f99dcc}.group:checked .group-checked\:bg-lime-200\/90{background-color:#d9f99de6}.group:checked .group-checked\:bg-lime-300{background-color:#bef264}.group:checked .group-checked\:bg-lime-300\/0{background-color:#bef26400}.group:checked .group-checked\:bg-lime-300\/10{background-color:#bef2641a}.group:checked .group-checked\:bg-lime-300\/20{background-color:#bef26433}.group:checked .group-checked\:bg-lime-300\/30{background-color:#bef2644d}.group:checked .group-checked\:bg-lime-300\/40{background-color:#bef26466}.group:checked .group-checked\:bg-lime-300\/50{background-color:#bef26480}.group:checked .group-checked\:bg-lime-300\/60{background-color:#bef26499}.group:checked .group-checked\:bg-lime-300\/70{background-color:#bef264b3}.group:checked .group-checked\:bg-lime-300\/75{background-color:#bef264bf}.group:checked .group-checked\:bg-lime-300\/80{background-color:#bef264cc}.group:checked .group-checked\:bg-lime-300\/90{background-color:#bef264e6}.group:checked .group-checked\:bg-lime-400{background-color:#a3e635}.group:checked .group-checked\:bg-lime-400\/0{background-color:#a3e63500}.group:checked .group-checked\:bg-lime-400\/10{background-color:#a3e6351a}.group:checked .group-checked\:bg-lime-400\/20{background-color:#a3e63533}.group:checked .group-checked\:bg-lime-400\/30{background-color:#a3e6354d}.group:checked .group-checked\:bg-lime-400\/40{background-color:#a3e63566}.group:checked .group-checked\:bg-lime-400\/50{background-color:#a3e63580}.group:checked .group-checked\:bg-lime-400\/60{background-color:#a3e63599}.group:checked .group-checked\:bg-lime-400\/70{background-color:#a3e635b3}.group:checked .group-checked\:bg-lime-400\/75{background-color:#a3e635bf}.group:checked .group-checked\:bg-lime-400\/80{background-color:#a3e635cc}.group:checked .group-checked\:bg-lime-400\/90{background-color:#a3e635e6}.group:checked .group-checked\:bg-lime-500{background-color:#84cc16}.group:checked .group-checked\:bg-lime-500\/0{background-color:#84cc1600}.group:checked .group-checked\:bg-lime-500\/10{background-color:#84cc161a}.group:checked .group-checked\:bg-lime-500\/20{background-color:#84cc1633}.group:checked .group-checked\:bg-lime-500\/30{background-color:#84cc164d}.group:checked .group-checked\:bg-lime-500\/40{background-color:#84cc1666}.group:checked .group-checked\:bg-lime-500\/50{background-color:#84cc1680}.group:checked .group-checked\:bg-lime-500\/60{background-color:#84cc1699}.group:checked .group-checked\:bg-lime-500\/70{background-color:#84cc16b3}.group:checked .group-checked\:bg-lime-500\/75{background-color:#84cc16bf}.group:checked .group-checked\:bg-lime-500\/80{background-color:#84cc16cc}.group:checked .group-checked\:bg-lime-500\/90{background-color:#84cc16e6}.group:checked .group-checked\:bg-lime-600{background-color:#65a30d}.group:checked .group-checked\:bg-lime-600\/0{background-color:#65a30d00}.group:checked .group-checked\:bg-lime-600\/10{background-color:#65a30d1a}.group:checked .group-checked\:bg-lime-600\/20{background-color:#65a30d33}.group:checked .group-checked\:bg-lime-600\/30{background-color:#65a30d4d}.group:checked .group-checked\:bg-lime-600\/40{background-color:#65a30d66}.group:checked .group-checked\:bg-lime-600\/50{background-color:#65a30d80}.group:checked .group-checked\:bg-lime-600\/60{background-color:#65a30d99}.group:checked .group-checked\:bg-lime-600\/70{background-color:#65a30db3}.group:checked .group-checked\:bg-lime-600\/75{background-color:#65a30dbf}.group:checked .group-checked\:bg-lime-600\/80{background-color:#65a30dcc}.group:checked .group-checked\:bg-lime-600\/90{background-color:#65a30de6}.group:checked .group-checked\:bg-lime-700{background-color:#4d7c0f}.group:checked .group-checked\:bg-lime-700\/0{background-color:#4d7c0f00}.group:checked .group-checked\:bg-lime-700\/10{background-color:#4d7c0f1a}.group:checked .group-checked\:bg-lime-700\/20{background-color:#4d7c0f33}.group:checked .group-checked\:bg-lime-700\/30{background-color:#4d7c0f4d}.group:checked .group-checked\:bg-lime-700\/40{background-color:#4d7c0f66}.group:checked .group-checked\:bg-lime-700\/50{background-color:#4d7c0f80}.group:checked .group-checked\:bg-lime-700\/60{background-color:#4d7c0f99}.group:checked .group-checked\:bg-lime-700\/70{background-color:#4d7c0fb3}.group:checked .group-checked\:bg-lime-700\/75{background-color:#4d7c0fbf}.group:checked .group-checked\:bg-lime-700\/80{background-color:#4d7c0fcc}.group:checked .group-checked\:bg-lime-700\/90{background-color:#4d7c0fe6}.group:checked .group-checked\:bg-lime-800{background-color:#3f6212}.group:checked .group-checked\:bg-lime-800\/0{background-color:#3f621200}.group:checked .group-checked\:bg-lime-800\/10{background-color:#3f62121a}.group:checked .group-checked\:bg-lime-800\/20{background-color:#3f621233}.group:checked .group-checked\:bg-lime-800\/30{background-color:#3f62124d}.group:checked .group-checked\:bg-lime-800\/40{background-color:#3f621266}.group:checked .group-checked\:bg-lime-800\/50{background-color:#3f621280}.group:checked .group-checked\:bg-lime-800\/60{background-color:#3f621299}.group:checked .group-checked\:bg-lime-800\/70{background-color:#3f6212b3}.group:checked .group-checked\:bg-lime-800\/75{background-color:#3f6212bf}.group:checked .group-checked\:bg-lime-800\/80{background-color:#3f6212cc}.group:checked .group-checked\:bg-lime-800\/90{background-color:#3f6212e6}.group:checked .group-checked\:bg-lime-900{background-color:#365314}.group:checked .group-checked\:bg-lime-900\/0{background-color:#36531400}.group:checked .group-checked\:bg-lime-900\/10{background-color:#3653141a}.group:checked .group-checked\:bg-lime-900\/20{background-color:#36531433}.group:checked .group-checked\:bg-lime-900\/30{background-color:#3653144d}.group:checked .group-checked\:bg-lime-900\/40{background-color:#36531466}.group:checked .group-checked\:bg-lime-900\/50{background-color:#36531480}.group:checked .group-checked\:bg-lime-900\/60{background-color:#36531499}.group:checked .group-checked\:bg-lime-900\/70{background-color:#365314b3}.group:checked .group-checked\:bg-lime-900\/75{background-color:#365314bf}.group:checked .group-checked\:bg-lime-900\/80{background-color:#365314cc}.group:checked .group-checked\:bg-lime-900\/90{background-color:#365314e6}.group:checked .group-checked\:bg-lime-950{background-color:#1a2e05}.group:checked .group-checked\:bg-lime-950\/0{background-color:#1a2e0500}.group:checked .group-checked\:bg-lime-950\/10{background-color:#1a2e051a}.group:checked .group-checked\:bg-lime-950\/20{background-color:#1a2e0533}.group:checked .group-checked\:bg-lime-950\/30{background-color:#1a2e054d}.group:checked .group-checked\:bg-lime-950\/40{background-color:#1a2e0566}.group:checked .group-checked\:bg-lime-950\/50{background-color:#1a2e0580}.group:checked .group-checked\:bg-lime-950\/60{background-color:#1a2e0599}.group:checked .group-checked\:bg-lime-950\/70{background-color:#1a2e05b3}.group:checked .group-checked\:bg-lime-950\/75{background-color:#1a2e05bf}.group:checked .group-checked\:bg-lime-950\/80{background-color:#1a2e05cc}.group:checked .group-checked\:bg-lime-950\/90{background-color:#1a2e05e6}.group:checked .group-checked\:bg-green-50{background-color:#f0fdf4}.group:checked .group-checked\:bg-green-50\/0{background-color:#f0fdf400}.group:checked .group-checked\:bg-green-50\/10{background-color:#f0fdf41a}.group:checked .group-checked\:bg-green-50\/20{background-color:#f0fdf433}.group:checked .group-checked\:bg-green-50\/30{background-color:#f0fdf44d}.group:checked .group-checked\:bg-green-50\/40{background-color:#f0fdf466}.group:checked .group-checked\:bg-green-50\/50{background-color:#f0fdf480}.group:checked .group-checked\:bg-green-50\/60{background-color:#f0fdf499}.group:checked .group-checked\:bg-green-50\/70{background-color:#f0fdf4b3}.group:checked .group-checked\:bg-green-50\/75{background-color:#f0fdf4bf}.group:checked .group-checked\:bg-green-50\/80{background-color:#f0fdf4cc}.group:checked .group-checked\:bg-green-50\/90{background-color:#f0fdf4e6}.group:checked .group-checked\:bg-green-100{background-color:#dcfce7}.group:checked .group-checked\:bg-green-100\/0{background-color:#dcfce700}.group:checked .group-checked\:bg-green-100\/10{background-color:#dcfce71a}.group:checked .group-checked\:bg-green-100\/20{background-color:#dcfce733}.group:checked .group-checked\:bg-green-100\/30{background-color:#dcfce74d}.group:checked .group-checked\:bg-green-100\/40{background-color:#dcfce766}.group:checked .group-checked\:bg-green-100\/50{background-color:#dcfce780}.group:checked .group-checked\:bg-green-100\/60{background-color:#dcfce799}.group:checked .group-checked\:bg-green-100\/70{background-color:#dcfce7b3}.group:checked .group-checked\:bg-green-100\/75{background-color:#dcfce7bf}.group:checked .group-checked\:bg-green-100\/80{background-color:#dcfce7cc}.group:checked .group-checked\:bg-green-100\/90{background-color:#dcfce7e6}.group:checked .group-checked\:bg-green-200{background-color:#bbf7d0}.group:checked .group-checked\:bg-green-200\/0{background-color:#bbf7d000}.group:checked .group-checked\:bg-green-200\/10{background-color:#bbf7d01a}.group:checked .group-checked\:bg-green-200\/20{background-color:#bbf7d033}.group:checked .group-checked\:bg-green-200\/30{background-color:#bbf7d04d}.group:checked .group-checked\:bg-green-200\/40{background-color:#bbf7d066}.group:checked .group-checked\:bg-green-200\/50{background-color:#bbf7d080}.group:checked .group-checked\:bg-green-200\/60{background-color:#bbf7d099}.group:checked .group-checked\:bg-green-200\/70{background-color:#bbf7d0b3}.group:checked .group-checked\:bg-green-200\/75{background-color:#bbf7d0bf}.group:checked .group-checked\:bg-green-200\/80{background-color:#bbf7d0cc}.group:checked .group-checked\:bg-green-200\/90{background-color:#bbf7d0e6}.group:checked .group-checked\:bg-green-300{background-color:#86efac}.group:checked .group-checked\:bg-green-300\/0{background-color:#86efac00}.group:checked .group-checked\:bg-green-300\/10{background-color:#86efac1a}.group:checked .group-checked\:bg-green-300\/20{background-color:#86efac33}.group:checked .group-checked\:bg-green-300\/30{background-color:#86efac4d}.group:checked .group-checked\:bg-green-300\/40{background-color:#86efac66}.group:checked .group-checked\:bg-green-300\/50{background-color:#86efac80}.group:checked .group-checked\:bg-green-300\/60{background-color:#86efac99}.group:checked .group-checked\:bg-green-300\/70{background-color:#86efacb3}.group:checked .group-checked\:bg-green-300\/75{background-color:#86efacbf}.group:checked .group-checked\:bg-green-300\/80{background-color:#86efaccc}.group:checked .group-checked\:bg-green-300\/90{background-color:#86eface6}.group:checked .group-checked\:bg-green-400{background-color:#4ade80}.group:checked .group-checked\:bg-green-400\/0{background-color:#4ade8000}.group:checked .group-checked\:bg-green-400\/10{background-color:#4ade801a}.group:checked .group-checked\:bg-green-400\/20{background-color:#4ade8033}.group:checked .group-checked\:bg-green-400\/30{background-color:#4ade804d}.group:checked .group-checked\:bg-green-400\/40{background-color:#4ade8066}.group:checked .group-checked\:bg-green-400\/50{background-color:#4ade8080}.group:checked .group-checked\:bg-green-400\/60{background-color:#4ade8099}.group:checked .group-checked\:bg-green-400\/70{background-color:#4ade80b3}.group:checked .group-checked\:bg-green-400\/75{background-color:#4ade80bf}.group:checked .group-checked\:bg-green-400\/80{background-color:#4ade80cc}.group:checked .group-checked\:bg-green-400\/90{background-color:#4ade80e6}.group:checked .group-checked\:bg-green-500{background-color:#22c55e}.group:checked .group-checked\:bg-green-500\/0{background-color:#22c55e00}.group:checked .group-checked\:bg-green-500\/10{background-color:#22c55e1a}.group:checked .group-checked\:bg-green-500\/20{background-color:#22c55e33}.group:checked .group-checked\:bg-green-500\/30{background-color:#22c55e4d}.group:checked .group-checked\:bg-green-500\/40{background-color:#22c55e66}.group:checked .group-checked\:bg-green-500\/50{background-color:#22c55e80}.group:checked .group-checked\:bg-green-500\/60{background-color:#22c55e99}.group:checked .group-checked\:bg-green-500\/70{background-color:#22c55eb3}.group:checked .group-checked\:bg-green-500\/75{background-color:#22c55ebf}.group:checked .group-checked\:bg-green-500\/80{background-color:#22c55ecc}.group:checked .group-checked\:bg-green-500\/90{background-color:#22c55ee6}.group:checked .group-checked\:bg-green-600{background-color:#16a34a}.group:checked .group-checked\:bg-green-600\/0{background-color:#16a34a00}.group:checked .group-checked\:bg-green-600\/10{background-color:#16a34a1a}.group:checked .group-checked\:bg-green-600\/20{background-color:#16a34a33}.group:checked .group-checked\:bg-green-600\/30{background-color:#16a34a4d}.group:checked .group-checked\:bg-green-600\/40{background-color:#16a34a66}.group:checked .group-checked\:bg-green-600\/50{background-color:#16a34a80}.group:checked .group-checked\:bg-green-600\/60{background-color:#16a34a99}.group:checked .group-checked\:bg-green-600\/70{background-color:#16a34ab3}.group:checked .group-checked\:bg-green-600\/75{background-color:#16a34abf}.group:checked .group-checked\:bg-green-600\/80{background-color:#16a34acc}.group:checked .group-checked\:bg-green-600\/90{background-color:#16a34ae6}.group:checked .group-checked\:bg-green-700{background-color:#15803d}.group:checked .group-checked\:bg-green-700\/0{background-color:#15803d00}.group:checked .group-checked\:bg-green-700\/10{background-color:#15803d1a}.group:checked .group-checked\:bg-green-700\/20{background-color:#15803d33}.group:checked .group-checked\:bg-green-700\/30{background-color:#15803d4d}.group:checked .group-checked\:bg-green-700\/40{background-color:#15803d66}.group:checked .group-checked\:bg-green-700\/50{background-color:#15803d80}.group:checked .group-checked\:bg-green-700\/60{background-color:#15803d99}.group:checked .group-checked\:bg-green-700\/70{background-color:#15803db3}.group:checked .group-checked\:bg-green-700\/75{background-color:#15803dbf}.group:checked .group-checked\:bg-green-700\/80{background-color:#15803dcc}.group:checked .group-checked\:bg-green-700\/90{background-color:#15803de6}.group:checked .group-checked\:bg-green-800{background-color:#166534}.group:checked .group-checked\:bg-green-800\/0{background-color:#16653400}.group:checked .group-checked\:bg-green-800\/10{background-color:#1665341a}.group:checked .group-checked\:bg-green-800\/20{background-color:#16653433}.group:checked .group-checked\:bg-green-800\/30{background-color:#1665344d}.group:checked .group-checked\:bg-green-800\/40{background-color:#16653466}.group:checked .group-checked\:bg-green-800\/50{background-color:#16653480}.group:checked .group-checked\:bg-green-800\/60{background-color:#16653499}.group:checked .group-checked\:bg-green-800\/70{background-color:#166534b3}.group:checked .group-checked\:bg-green-800\/75{background-color:#166534bf}.group:checked .group-checked\:bg-green-800\/80{background-color:#166534cc}.group:checked .group-checked\:bg-green-800\/90{background-color:#166534e6}.group:checked .group-checked\:bg-green-900{background-color:#14532d}.group:checked .group-checked\:bg-green-900\/0{background-color:#14532d00}.group:checked .group-checked\:bg-green-900\/10{background-color:#14532d1a}.group:checked .group-checked\:bg-green-900\/20{background-color:#14532d33}.group:checked .group-checked\:bg-green-900\/30{background-color:#14532d4d}.group:checked .group-checked\:bg-green-900\/40{background-color:#14532d66}.group:checked .group-checked\:bg-green-900\/50{background-color:#14532d80}.group:checked .group-checked\:bg-green-900\/60{background-color:#14532d99}.group:checked .group-checked\:bg-green-900\/70{background-color:#14532db3}.group:checked .group-checked\:bg-green-900\/75{background-color:#14532dbf}.group:checked .group-checked\:bg-green-900\/80{background-color:#14532dcc}.group:checked .group-checked\:bg-green-900\/90{background-color:#14532de6}.group:checked .group-checked\:bg-green-950{background-color:#052e16}.group:checked .group-checked\:bg-green-950\/0{background-color:#052e1600}.group:checked .group-checked\:bg-green-950\/10{background-color:#052e161a}.group:checked .group-checked\:bg-green-950\/20{background-color:#052e1633}.group:checked .group-checked\:bg-green-950\/30{background-color:#052e164d}.group:checked .group-checked\:bg-green-950\/40{background-color:#052e1666}.group:checked .group-checked\:bg-green-950\/50{background-color:#052e1680}.group:checked .group-checked\:bg-green-950\/60{background-color:#052e1699}.group:checked .group-checked\:bg-green-950\/70{background-color:#052e16b3}.group:checked .group-checked\:bg-green-950\/75{background-color:#052e16bf}.group:checked .group-checked\:bg-green-950\/80{background-color:#052e16cc}.group:checked .group-checked\:bg-green-950\/90{background-color:#052e16e6}.group:checked .group-checked\:bg-emerald-50{background-color:#ecfdf5}.group:checked .group-checked\:bg-emerald-50\/0{background-color:#ecfdf500}.group:checked .group-checked\:bg-emerald-50\/10{background-color:#ecfdf51a}.group:checked .group-checked\:bg-emerald-50\/20{background-color:#ecfdf533}.group:checked .group-checked\:bg-emerald-50\/30{background-color:#ecfdf54d}.group:checked .group-checked\:bg-emerald-50\/40{background-color:#ecfdf566}.group:checked .group-checked\:bg-emerald-50\/50{background-color:#ecfdf580}.group:checked .group-checked\:bg-emerald-50\/60{background-color:#ecfdf599}.group:checked .group-checked\:bg-emerald-50\/70{background-color:#ecfdf5b3}.group:checked .group-checked\:bg-emerald-50\/75{background-color:#ecfdf5bf}.group:checked .group-checked\:bg-emerald-50\/80{background-color:#ecfdf5cc}.group:checked .group-checked\:bg-emerald-50\/90{background-color:#ecfdf5e6}.group:checked .group-checked\:bg-emerald-100{background-color:#d1fae5}.group:checked .group-checked\:bg-emerald-100\/0{background-color:#d1fae500}.group:checked .group-checked\:bg-emerald-100\/10{background-color:#d1fae51a}.group:checked .group-checked\:bg-emerald-100\/20{background-color:#d1fae533}.group:checked .group-checked\:bg-emerald-100\/30{background-color:#d1fae54d}.group:checked .group-checked\:bg-emerald-100\/40{background-color:#d1fae566}.group:checked .group-checked\:bg-emerald-100\/50{background-color:#d1fae580}.group:checked .group-checked\:bg-emerald-100\/60{background-color:#d1fae599}.group:checked .group-checked\:bg-emerald-100\/70{background-color:#d1fae5b3}.group:checked .group-checked\:bg-emerald-100\/75{background-color:#d1fae5bf}.group:checked .group-checked\:bg-emerald-100\/80{background-color:#d1fae5cc}.group:checked .group-checked\:bg-emerald-100\/90{background-color:#d1fae5e6}.group:checked .group-checked\:bg-emerald-200{background-color:#a7f3d0}.group:checked .group-checked\:bg-emerald-200\/0{background-color:#a7f3d000}.group:checked .group-checked\:bg-emerald-200\/10{background-color:#a7f3d01a}.group:checked .group-checked\:bg-emerald-200\/20{background-color:#a7f3d033}.group:checked .group-checked\:bg-emerald-200\/30{background-color:#a7f3d04d}.group:checked .group-checked\:bg-emerald-200\/40{background-color:#a7f3d066}.group:checked .group-checked\:bg-emerald-200\/50{background-color:#a7f3d080}.group:checked .group-checked\:bg-emerald-200\/60{background-color:#a7f3d099}.group:checked .group-checked\:bg-emerald-200\/70{background-color:#a7f3d0b3}.group:checked .group-checked\:bg-emerald-200\/75{background-color:#a7f3d0bf}.group:checked .group-checked\:bg-emerald-200\/80{background-color:#a7f3d0cc}.group:checked .group-checked\:bg-emerald-200\/90{background-color:#a7f3d0e6}.group:checked .group-checked\:bg-emerald-300{background-color:#6ee7b7}.group:checked .group-checked\:bg-emerald-300\/0{background-color:#6ee7b700}.group:checked .group-checked\:bg-emerald-300\/10{background-color:#6ee7b71a}.group:checked .group-checked\:bg-emerald-300\/20{background-color:#6ee7b733}.group:checked .group-checked\:bg-emerald-300\/30{background-color:#6ee7b74d}.group:checked .group-checked\:bg-emerald-300\/40{background-color:#6ee7b766}.group:checked .group-checked\:bg-emerald-300\/50{background-color:#6ee7b780}.group:checked .group-checked\:bg-emerald-300\/60{background-color:#6ee7b799}.group:checked .group-checked\:bg-emerald-300\/70{background-color:#6ee7b7b3}.group:checked .group-checked\:bg-emerald-300\/75{background-color:#6ee7b7bf}.group:checked .group-checked\:bg-emerald-300\/80{background-color:#6ee7b7cc}.group:checked .group-checked\:bg-emerald-300\/90{background-color:#6ee7b7e6}.group:checked .group-checked\:bg-emerald-400{background-color:#34d399}.group:checked .group-checked\:bg-emerald-400\/0{background-color:#34d39900}.group:checked .group-checked\:bg-emerald-400\/10{background-color:#34d3991a}.group:checked .group-checked\:bg-emerald-400\/20{background-color:#34d39933}.group:checked .group-checked\:bg-emerald-400\/30{background-color:#34d3994d}.group:checked .group-checked\:bg-emerald-400\/40{background-color:#34d39966}.group:checked .group-checked\:bg-emerald-400\/50{background-color:#34d39980}.group:checked .group-checked\:bg-emerald-400\/60{background-color:#34d39999}.group:checked .group-checked\:bg-emerald-400\/70{background-color:#34d399b3}.group:checked .group-checked\:bg-emerald-400\/75{background-color:#34d399bf}.group:checked .group-checked\:bg-emerald-400\/80{background-color:#34d399cc}.group:checked .group-checked\:bg-emerald-400\/90{background-color:#34d399e6}.group:checked .group-checked\:bg-emerald-500{background-color:#10b981}.group:checked .group-checked\:bg-emerald-500\/0{background-color:#10b98100}.group:checked .group-checked\:bg-emerald-500\/10{background-color:#10b9811a}.group:checked .group-checked\:bg-emerald-500\/20{background-color:#10b98133}.group:checked .group-checked\:bg-emerald-500\/30{background-color:#10b9814d}.group:checked .group-checked\:bg-emerald-500\/40{background-color:#10b98166}.group:checked .group-checked\:bg-emerald-500\/50{background-color:#10b98180}.group:checked .group-checked\:bg-emerald-500\/60{background-color:#10b98199}.group:checked .group-checked\:bg-emerald-500\/70{background-color:#10b981b3}.group:checked .group-checked\:bg-emerald-500\/75{background-color:#10b981bf}.group:checked .group-checked\:bg-emerald-500\/80{background-color:#10b981cc}.group:checked .group-checked\:bg-emerald-500\/90{background-color:#10b981e6}.group:checked .group-checked\:bg-emerald-600{background-color:#059669}.group:checked .group-checked\:bg-emerald-600\/0{background-color:#05966900}.group:checked .group-checked\:bg-emerald-600\/10{background-color:#0596691a}.group:checked .group-checked\:bg-emerald-600\/20{background-color:#05966933}.group:checked .group-checked\:bg-emerald-600\/30{background-color:#0596694d}.group:checked .group-checked\:bg-emerald-600\/40{background-color:#05966966}.group:checked .group-checked\:bg-emerald-600\/50{background-color:#05966980}.group:checked .group-checked\:bg-emerald-600\/60{background-color:#05966999}.group:checked .group-checked\:bg-emerald-600\/70{background-color:#059669b3}.group:checked .group-checked\:bg-emerald-600\/75{background-color:#059669bf}.group:checked .group-checked\:bg-emerald-600\/80{background-color:#059669cc}.group:checked .group-checked\:bg-emerald-600\/90{background-color:#059669e6}.group:checked .group-checked\:bg-emerald-700{background-color:#047857}.group:checked .group-checked\:bg-emerald-700\/0{background-color:#04785700}.group:checked .group-checked\:bg-emerald-700\/10{background-color:#0478571a}.group:checked .group-checked\:bg-emerald-700\/20{background-color:#04785733}.group:checked .group-checked\:bg-emerald-700\/30{background-color:#0478574d}.group:checked .group-checked\:bg-emerald-700\/40{background-color:#04785766}.group:checked .group-checked\:bg-emerald-700\/50{background-color:#04785780}.group:checked .group-checked\:bg-emerald-700\/60{background-color:#04785799}.group:checked .group-checked\:bg-emerald-700\/70{background-color:#047857b3}.group:checked .group-checked\:bg-emerald-700\/75{background-color:#047857bf}.group:checked .group-checked\:bg-emerald-700\/80{background-color:#047857cc}.group:checked .group-checked\:bg-emerald-700\/90{background-color:#047857e6}.group:checked .group-checked\:bg-emerald-800{background-color:#065f46}.group:checked .group-checked\:bg-emerald-800\/0{background-color:#065f4600}.group:checked .group-checked\:bg-emerald-800\/10{background-color:#065f461a}.group:checked .group-checked\:bg-emerald-800\/20{background-color:#065f4633}.group:checked .group-checked\:bg-emerald-800\/30{background-color:#065f464d}.group:checked .group-checked\:bg-emerald-800\/40{background-color:#065f4666}.group:checked .group-checked\:bg-emerald-800\/50{background-color:#065f4680}.group:checked .group-checked\:bg-emerald-800\/60{background-color:#065f4699}.group:checked .group-checked\:bg-emerald-800\/70{background-color:#065f46b3}.group:checked .group-checked\:bg-emerald-800\/75{background-color:#065f46bf}.group:checked .group-checked\:bg-emerald-800\/80{background-color:#065f46cc}.group:checked .group-checked\:bg-emerald-800\/90{background-color:#065f46e6}.group:checked .group-checked\:bg-emerald-900{background-color:#064e3b}.group:checked .group-checked\:bg-emerald-900\/0{background-color:#064e3b00}.group:checked .group-checked\:bg-emerald-900\/10{background-color:#064e3b1a}.group:checked .group-checked\:bg-emerald-900\/20{background-color:#064e3b33}.group:checked .group-checked\:bg-emerald-900\/30{background-color:#064e3b4d}.group:checked .group-checked\:bg-emerald-900\/40{background-color:#064e3b66}.group:checked .group-checked\:bg-emerald-900\/50{background-color:#064e3b80}.group:checked .group-checked\:bg-emerald-900\/60{background-color:#064e3b99}.group:checked .group-checked\:bg-emerald-900\/70{background-color:#064e3bb3}.group:checked .group-checked\:bg-emerald-900\/75{background-color:#064e3bbf}.group:checked .group-checked\:bg-emerald-900\/80{background-color:#064e3bcc}.group:checked .group-checked\:bg-emerald-900\/90{background-color:#064e3be6}.group:checked .group-checked\:bg-emerald-950{background-color:#022c22}.group:checked .group-checked\:bg-emerald-950\/0{background-color:#022c2200}.group:checked .group-checked\:bg-emerald-950\/10{background-color:#022c221a}.group:checked .group-checked\:bg-emerald-950\/20{background-color:#022c2233}.group:checked .group-checked\:bg-emerald-950\/30{background-color:#022c224d}.group:checked .group-checked\:bg-emerald-950\/40{background-color:#022c2266}.group:checked .group-checked\:bg-emerald-950\/50{background-color:#022c2280}.group:checked .group-checked\:bg-emerald-950\/60{background-color:#022c2299}.group:checked .group-checked\:bg-emerald-950\/70{background-color:#022c22b3}.group:checked .group-checked\:bg-emerald-950\/75{background-color:#022c22bf}.group:checked .group-checked\:bg-emerald-950\/80{background-color:#022c22cc}.group:checked .group-checked\:bg-emerald-950\/90{background-color:#022c22e6}.group:checked .group-checked\:bg-teal-50{background-color:#f0fdfa}.group:checked .group-checked\:bg-teal-50\/0{background-color:#f0fdfa00}.group:checked .group-checked\:bg-teal-50\/10{background-color:#f0fdfa1a}.group:checked .group-checked\:bg-teal-50\/20{background-color:#f0fdfa33}.group:checked .group-checked\:bg-teal-50\/30{background-color:#f0fdfa4d}.group:checked .group-checked\:bg-teal-50\/40{background-color:#f0fdfa66}.group:checked .group-checked\:bg-teal-50\/50{background-color:#f0fdfa80}.group:checked .group-checked\:bg-teal-50\/60{background-color:#f0fdfa99}.group:checked .group-checked\:bg-teal-50\/70{background-color:#f0fdfab3}.group:checked .group-checked\:bg-teal-50\/75{background-color:#f0fdfabf}.group:checked .group-checked\:bg-teal-50\/80{background-color:#f0fdfacc}.group:checked .group-checked\:bg-teal-50\/90{background-color:#f0fdfae6}.group:checked .group-checked\:bg-teal-100{background-color:#ccfbf1}.group:checked .group-checked\:bg-teal-100\/0{background-color:#ccfbf100}.group:checked .group-checked\:bg-teal-100\/10{background-color:#ccfbf11a}.group:checked .group-checked\:bg-teal-100\/20{background-color:#ccfbf133}.group:checked .group-checked\:bg-teal-100\/30{background-color:#ccfbf14d}.group:checked .group-checked\:bg-teal-100\/40{background-color:#ccfbf166}.group:checked .group-checked\:bg-teal-100\/50{background-color:#ccfbf180}.group:checked .group-checked\:bg-teal-100\/60{background-color:#ccfbf199}.group:checked .group-checked\:bg-teal-100\/70{background-color:#ccfbf1b3}.group:checked .group-checked\:bg-teal-100\/75{background-color:#ccfbf1bf}.group:checked .group-checked\:bg-teal-100\/80{background-color:#ccfbf1cc}.group:checked .group-checked\:bg-teal-100\/90{background-color:#ccfbf1e6}.group:checked .group-checked\:bg-teal-200{background-color:#99f6e4}.group:checked .group-checked\:bg-teal-200\/0{background-color:#99f6e400}.group:checked .group-checked\:bg-teal-200\/10{background-color:#99f6e41a}.group:checked .group-checked\:bg-teal-200\/20{background-color:#99f6e433}.group:checked .group-checked\:bg-teal-200\/30{background-color:#99f6e44d}.group:checked .group-checked\:bg-teal-200\/40{background-color:#99f6e466}.group:checked .group-checked\:bg-teal-200\/50{background-color:#99f6e480}.group:checked .group-checked\:bg-teal-200\/60{background-color:#99f6e499}.group:checked .group-checked\:bg-teal-200\/70{background-color:#99f6e4b3}.group:checked .group-checked\:bg-teal-200\/75{background-color:#99f6e4bf}.group:checked .group-checked\:bg-teal-200\/80{background-color:#99f6e4cc}.group:checked .group-checked\:bg-teal-200\/90{background-color:#99f6e4e6}.group:checked .group-checked\:bg-teal-300{background-color:#5eead4}.group:checked .group-checked\:bg-teal-300\/0{background-color:#5eead400}.group:checked .group-checked\:bg-teal-300\/10{background-color:#5eead41a}.group:checked .group-checked\:bg-teal-300\/20{background-color:#5eead433}.group:checked .group-checked\:bg-teal-300\/30{background-color:#5eead44d}.group:checked .group-checked\:bg-teal-300\/40{background-color:#5eead466}.group:checked .group-checked\:bg-teal-300\/50{background-color:#5eead480}.group:checked .group-checked\:bg-teal-300\/60{background-color:#5eead499}.group:checked .group-checked\:bg-teal-300\/70{background-color:#5eead4b3}.group:checked .group-checked\:bg-teal-300\/75{background-color:#5eead4bf}.group:checked .group-checked\:bg-teal-300\/80{background-color:#5eead4cc}.group:checked .group-checked\:bg-teal-300\/90{background-color:#5eead4e6}.group:checked .group-checked\:bg-teal-400{background-color:#2dd4bf}.group:checked .group-checked\:bg-teal-400\/0{background-color:#2dd4bf00}.group:checked .group-checked\:bg-teal-400\/10{background-color:#2dd4bf1a}.group:checked .group-checked\:bg-teal-400\/20{background-color:#2dd4bf33}.group:checked .group-checked\:bg-teal-400\/30{background-color:#2dd4bf4d}.group:checked .group-checked\:bg-teal-400\/40{background-color:#2dd4bf66}.group:checked .group-checked\:bg-teal-400\/50{background-color:#2dd4bf80}.group:checked .group-checked\:bg-teal-400\/60{background-color:#2dd4bf99}.group:checked .group-checked\:bg-teal-400\/70{background-color:#2dd4bfb3}.group:checked .group-checked\:bg-teal-400\/75{background-color:#2dd4bfbf}.group:checked .group-checked\:bg-teal-400\/80{background-color:#2dd4bfcc}.group:checked .group-checked\:bg-teal-400\/90{background-color:#2dd4bfe6}.group:checked .group-checked\:bg-teal-500{background-color:#14b8a6}.group:checked .group-checked\:bg-teal-500\/0{background-color:#14b8a600}.group:checked .group-checked\:bg-teal-500\/10{background-color:#14b8a61a}.group:checked .group-checked\:bg-teal-500\/20{background-color:#14b8a633}.group:checked .group-checked\:bg-teal-500\/30{background-color:#14b8a64d}.group:checked .group-checked\:bg-teal-500\/40{background-color:#14b8a666}.group:checked .group-checked\:bg-teal-500\/50{background-color:#14b8a680}.group:checked .group-checked\:bg-teal-500\/60{background-color:#14b8a699}.group:checked .group-checked\:bg-teal-500\/70{background-color:#14b8a6b3}.group:checked .group-checked\:bg-teal-500\/75{background-color:#14b8a6bf}.group:checked .group-checked\:bg-teal-500\/80{background-color:#14b8a6cc}.group:checked .group-checked\:bg-teal-500\/90{background-color:#14b8a6e6}.group:checked .group-checked\:bg-teal-600{background-color:#0d9488}.group:checked .group-checked\:bg-teal-600\/0{background-color:#0d948800}.group:checked .group-checked\:bg-teal-600\/10{background-color:#0d94881a}.group:checked .group-checked\:bg-teal-600\/20{background-color:#0d948833}.group:checked .group-checked\:bg-teal-600\/30{background-color:#0d94884d}.group:checked .group-checked\:bg-teal-600\/40{background-color:#0d948866}.group:checked .group-checked\:bg-teal-600\/50{background-color:#0d948880}.group:checked .group-checked\:bg-teal-600\/60{background-color:#0d948899}.group:checked .group-checked\:bg-teal-600\/70{background-color:#0d9488b3}.group:checked .group-checked\:bg-teal-600\/75{background-color:#0d9488bf}.group:checked .group-checked\:bg-teal-600\/80{background-color:#0d9488cc}.group:checked .group-checked\:bg-teal-600\/90{background-color:#0d9488e6}.group:checked .group-checked\:bg-teal-700{background-color:#0f766e}.group:checked .group-checked\:bg-teal-700\/0{background-color:#0f766e00}.group:checked .group-checked\:bg-teal-700\/10{background-color:#0f766e1a}.group:checked .group-checked\:bg-teal-700\/20{background-color:#0f766e33}.group:checked .group-checked\:bg-teal-700\/30{background-color:#0f766e4d}.group:checked .group-checked\:bg-teal-700\/40{background-color:#0f766e66}.group:checked .group-checked\:bg-teal-700\/50{background-color:#0f766e80}.group:checked .group-checked\:bg-teal-700\/60{background-color:#0f766e99}.group:checked .group-checked\:bg-teal-700\/70{background-color:#0f766eb3}.group:checked .group-checked\:bg-teal-700\/75{background-color:#0f766ebf}.group:checked .group-checked\:bg-teal-700\/80{background-color:#0f766ecc}.group:checked .group-checked\:bg-teal-700\/90{background-color:#0f766ee6}.group:checked .group-checked\:bg-teal-800{background-color:#115e59}.group:checked .group-checked\:bg-teal-800\/0{background-color:#115e5900}.group:checked .group-checked\:bg-teal-800\/10{background-color:#115e591a}.group:checked .group-checked\:bg-teal-800\/20{background-color:#115e5933}.group:checked .group-checked\:bg-teal-800\/30{background-color:#115e594d}.group:checked .group-checked\:bg-teal-800\/40{background-color:#115e5966}.group:checked .group-checked\:bg-teal-800\/50{background-color:#115e5980}.group:checked .group-checked\:bg-teal-800\/60{background-color:#115e5999}.group:checked .group-checked\:bg-teal-800\/70{background-color:#115e59b3}.group:checked .group-checked\:bg-teal-800\/75{background-color:#115e59bf}.group:checked .group-checked\:bg-teal-800\/80{background-color:#115e59cc}.group:checked .group-checked\:bg-teal-800\/90{background-color:#115e59e6}.group:checked .group-checked\:bg-teal-900{background-color:#134e4a}.group:checked .group-checked\:bg-teal-900\/0{background-color:#134e4a00}.group:checked .group-checked\:bg-teal-900\/10{background-color:#134e4a1a}.group:checked .group-checked\:bg-teal-900\/20{background-color:#134e4a33}.group:checked .group-checked\:bg-teal-900\/30{background-color:#134e4a4d}.group:checked .group-checked\:bg-teal-900\/40{background-color:#134e4a66}.group:checked .group-checked\:bg-teal-900\/50{background-color:#134e4a80}.group:checked .group-checked\:bg-teal-900\/60{background-color:#134e4a99}.group:checked .group-checked\:bg-teal-900\/70{background-color:#134e4ab3}.group:checked .group-checked\:bg-teal-900\/75{background-color:#134e4abf}.group:checked .group-checked\:bg-teal-900\/80{background-color:#134e4acc}.group:checked .group-checked\:bg-teal-900\/90{background-color:#134e4ae6}.group:checked .group-checked\:bg-teal-950{background-color:#042f2e}.group:checked .group-checked\:bg-teal-950\/0{background-color:#042f2e00}.group:checked .group-checked\:bg-teal-950\/10{background-color:#042f2e1a}.group:checked .group-checked\:bg-teal-950\/20{background-color:#042f2e33}.group:checked .group-checked\:bg-teal-950\/30{background-color:#042f2e4d}.group:checked .group-checked\:bg-teal-950\/40{background-color:#042f2e66}.group:checked .group-checked\:bg-teal-950\/50{background-color:#042f2e80}.group:checked .group-checked\:bg-teal-950\/60{background-color:#042f2e99}.group:checked .group-checked\:bg-teal-950\/70{background-color:#042f2eb3}.group:checked .group-checked\:bg-teal-950\/75{background-color:#042f2ebf}.group:checked .group-checked\:bg-teal-950\/80{background-color:#042f2ecc}.group:checked .group-checked\:bg-teal-950\/90{background-color:#042f2ee6}.group:checked .group-checked\:bg-cyan-50{background-color:#ecfeff}.group:checked .group-checked\:bg-cyan-50\/0{background-color:#ecfeff00}.group:checked .group-checked\:bg-cyan-50\/10{background-color:#ecfeff1a}.group:checked .group-checked\:bg-cyan-50\/20{background-color:#ecfeff33}.group:checked .group-checked\:bg-cyan-50\/30{background-color:#ecfeff4d}.group:checked .group-checked\:bg-cyan-50\/40{background-color:#ecfeff66}.group:checked .group-checked\:bg-cyan-50\/50{background-color:#ecfeff80}.group:checked .group-checked\:bg-cyan-50\/60{background-color:#ecfeff99}.group:checked .group-checked\:bg-cyan-50\/70{background-color:#ecfeffb3}.group:checked .group-checked\:bg-cyan-50\/75{background-color:#ecfeffbf}.group:checked .group-checked\:bg-cyan-50\/80{background-color:#ecfeffcc}.group:checked .group-checked\:bg-cyan-50\/90{background-color:#ecfeffe6}.group:checked .group-checked\:bg-cyan-100{background-color:#cffafe}.group:checked .group-checked\:bg-cyan-100\/0{background-color:#cffafe00}.group:checked .group-checked\:bg-cyan-100\/10{background-color:#cffafe1a}.group:checked .group-checked\:bg-cyan-100\/20{background-color:#cffafe33}.group:checked .group-checked\:bg-cyan-100\/30{background-color:#cffafe4d}.group:checked .group-checked\:bg-cyan-100\/40{background-color:#cffafe66}.group:checked .group-checked\:bg-cyan-100\/50{background-color:#cffafe80}.group:checked .group-checked\:bg-cyan-100\/60{background-color:#cffafe99}.group:checked .group-checked\:bg-cyan-100\/70{background-color:#cffafeb3}.group:checked .group-checked\:bg-cyan-100\/75{background-color:#cffafebf}.group:checked .group-checked\:bg-cyan-100\/80{background-color:#cffafecc}.group:checked .group-checked\:bg-cyan-100\/90{background-color:#cffafee6}.group:checked .group-checked\:bg-cyan-200{background-color:#a5f3fc}.group:checked .group-checked\:bg-cyan-200\/0{background-color:#a5f3fc00}.group:checked .group-checked\:bg-cyan-200\/10{background-color:#a5f3fc1a}.group:checked .group-checked\:bg-cyan-200\/20{background-color:#a5f3fc33}.group:checked .group-checked\:bg-cyan-200\/30{background-color:#a5f3fc4d}.group:checked .group-checked\:bg-cyan-200\/40{background-color:#a5f3fc66}.group:checked .group-checked\:bg-cyan-200\/50{background-color:#a5f3fc80}.group:checked .group-checked\:bg-cyan-200\/60{background-color:#a5f3fc99}.group:checked .group-checked\:bg-cyan-200\/70{background-color:#a5f3fcb3}.group:checked .group-checked\:bg-cyan-200\/75{background-color:#a5f3fcbf}.group:checked .group-checked\:bg-cyan-200\/80{background-color:#a5f3fccc}.group:checked .group-checked\:bg-cyan-200\/90{background-color:#a5f3fce6}.group:checked .group-checked\:bg-cyan-300{background-color:#67e8f9}.group:checked .group-checked\:bg-cyan-300\/0{background-color:#67e8f900}.group:checked .group-checked\:bg-cyan-300\/10{background-color:#67e8f91a}.group:checked .group-checked\:bg-cyan-300\/20{background-color:#67e8f933}.group:checked .group-checked\:bg-cyan-300\/30{background-color:#67e8f94d}.group:checked .group-checked\:bg-cyan-300\/40{background-color:#67e8f966}.group:checked .group-checked\:bg-cyan-300\/50{background-color:#67e8f980}.group:checked .group-checked\:bg-cyan-300\/60{background-color:#67e8f999}.group:checked .group-checked\:bg-cyan-300\/70{background-color:#67e8f9b3}.group:checked .group-checked\:bg-cyan-300\/75{background-color:#67e8f9bf}.group:checked .group-checked\:bg-cyan-300\/80{background-color:#67e8f9cc}.group:checked .group-checked\:bg-cyan-300\/90{background-color:#67e8f9e6}.group:checked .group-checked\:bg-cyan-400{background-color:#22d3ee}.group:checked .group-checked\:bg-cyan-400\/0{background-color:#22d3ee00}.group:checked .group-checked\:bg-cyan-400\/10{background-color:#22d3ee1a}.group:checked .group-checked\:bg-cyan-400\/20{background-color:#22d3ee33}.group:checked .group-checked\:bg-cyan-400\/30{background-color:#22d3ee4d}.group:checked .group-checked\:bg-cyan-400\/40{background-color:#22d3ee66}.group:checked .group-checked\:bg-cyan-400\/50{background-color:#22d3ee80}.group:checked .group-checked\:bg-cyan-400\/60{background-color:#22d3ee99}.group:checked .group-checked\:bg-cyan-400\/70{background-color:#22d3eeb3}.group:checked .group-checked\:bg-cyan-400\/75{background-color:#22d3eebf}.group:checked .group-checked\:bg-cyan-400\/80{background-color:#22d3eecc}.group:checked .group-checked\:bg-cyan-400\/90{background-color:#22d3eee6}.group:checked .group-checked\:bg-cyan-500{background-color:#06b6d4}.group:checked .group-checked\:bg-cyan-500\/0{background-color:#06b6d400}.group:checked .group-checked\:bg-cyan-500\/10{background-color:#06b6d41a}.group:checked .group-checked\:bg-cyan-500\/20{background-color:#06b6d433}.group:checked .group-checked\:bg-cyan-500\/30{background-color:#06b6d44d}.group:checked .group-checked\:bg-cyan-500\/40{background-color:#06b6d466}.group:checked .group-checked\:bg-cyan-500\/50{background-color:#06b6d480}.group:checked .group-checked\:bg-cyan-500\/60{background-color:#06b6d499}.group:checked .group-checked\:bg-cyan-500\/70{background-color:#06b6d4b3}.group:checked .group-checked\:bg-cyan-500\/75{background-color:#06b6d4bf}.group:checked .group-checked\:bg-cyan-500\/80{background-color:#06b6d4cc}.group:checked .group-checked\:bg-cyan-500\/90{background-color:#06b6d4e6}.group:checked .group-checked\:bg-cyan-600{background-color:#0891b2}.group:checked .group-checked\:bg-cyan-600\/0{background-color:#0891b200}.group:checked .group-checked\:bg-cyan-600\/10{background-color:#0891b21a}.group:checked .group-checked\:bg-cyan-600\/20{background-color:#0891b233}.group:checked .group-checked\:bg-cyan-600\/30{background-color:#0891b24d}.group:checked .group-checked\:bg-cyan-600\/40{background-color:#0891b266}.group:checked .group-checked\:bg-cyan-600\/50{background-color:#0891b280}.group:checked .group-checked\:bg-cyan-600\/60{background-color:#0891b299}.group:checked .group-checked\:bg-cyan-600\/70{background-color:#0891b2b3}.group:checked .group-checked\:bg-cyan-600\/75{background-color:#0891b2bf}.group:checked .group-checked\:bg-cyan-600\/80{background-color:#0891b2cc}.group:checked .group-checked\:bg-cyan-600\/90{background-color:#0891b2e6}.group:checked .group-checked\:bg-cyan-700{background-color:#0e7490}.group:checked .group-checked\:bg-cyan-700\/0{background-color:#0e749000}.group:checked .group-checked\:bg-cyan-700\/10{background-color:#0e74901a}.group:checked .group-checked\:bg-cyan-700\/20{background-color:#0e749033}.group:checked .group-checked\:bg-cyan-700\/30{background-color:#0e74904d}.group:checked .group-checked\:bg-cyan-700\/40{background-color:#0e749066}.group:checked .group-checked\:bg-cyan-700\/50{background-color:#0e749080}.group:checked .group-checked\:bg-cyan-700\/60{background-color:#0e749099}.group:checked .group-checked\:bg-cyan-700\/70{background-color:#0e7490b3}.group:checked .group-checked\:bg-cyan-700\/75{background-color:#0e7490bf}.group:checked .group-checked\:bg-cyan-700\/80{background-color:#0e7490cc}.group:checked .group-checked\:bg-cyan-700\/90{background-color:#0e7490e6}.group:checked .group-checked\:bg-cyan-800{background-color:#155e75}.group:checked .group-checked\:bg-cyan-800\/0{background-color:#155e7500}.group:checked .group-checked\:bg-cyan-800\/10{background-color:#155e751a}.group:checked .group-checked\:bg-cyan-800\/20{background-color:#155e7533}.group:checked .group-checked\:bg-cyan-800\/30{background-color:#155e754d}.group:checked .group-checked\:bg-cyan-800\/40{background-color:#155e7566}.group:checked .group-checked\:bg-cyan-800\/50{background-color:#155e7580}.group:checked .group-checked\:bg-cyan-800\/60{background-color:#155e7599}.group:checked .group-checked\:bg-cyan-800\/70{background-color:#155e75b3}.group:checked .group-checked\:bg-cyan-800\/75{background-color:#155e75bf}.group:checked .group-checked\:bg-cyan-800\/80{background-color:#155e75cc}.group:checked .group-checked\:bg-cyan-800\/90{background-color:#155e75e6}.group:checked .group-checked\:bg-cyan-900{background-color:#164e63}.group:checked .group-checked\:bg-cyan-900\/0{background-color:#164e6300}.group:checked .group-checked\:bg-cyan-900\/10{background-color:#164e631a}.group:checked .group-checked\:bg-cyan-900\/20{background-color:#164e6333}.group:checked .group-checked\:bg-cyan-900\/30{background-color:#164e634d}.group:checked .group-checked\:bg-cyan-900\/40{background-color:#164e6366}.group:checked .group-checked\:bg-cyan-900\/50{background-color:#164e6380}.group:checked .group-checked\:bg-cyan-900\/60{background-color:#164e6399}.group:checked .group-checked\:bg-cyan-900\/70{background-color:#164e63b3}.group:checked .group-checked\:bg-cyan-900\/75{background-color:#164e63bf}.group:checked .group-checked\:bg-cyan-900\/80{background-color:#164e63cc}.group:checked .group-checked\:bg-cyan-900\/90{background-color:#164e63e6}.group:checked .group-checked\:bg-cyan-950{background-color:#083344}.group:checked .group-checked\:bg-cyan-950\/0{background-color:#08334400}.group:checked .group-checked\:bg-cyan-950\/10{background-color:#0833441a}.group:checked .group-checked\:bg-cyan-950\/20{background-color:#08334433}.group:checked .group-checked\:bg-cyan-950\/30{background-color:#0833444d}.group:checked .group-checked\:bg-cyan-950\/40{background-color:#08334466}.group:checked .group-checked\:bg-cyan-950\/50{background-color:#08334480}.group:checked .group-checked\:bg-cyan-950\/60{background-color:#08334499}.group:checked .group-checked\:bg-cyan-950\/70{background-color:#083344b3}.group:checked .group-checked\:bg-cyan-950\/75{background-color:#083344bf}.group:checked .group-checked\:bg-cyan-950\/80{background-color:#083344cc}.group:checked .group-checked\:bg-cyan-950\/90{background-color:#083344e6}.group:checked .group-checked\:bg-sky-50{background-color:#f0f9ff}.group:checked .group-checked\:bg-sky-50\/0{background-color:#f0f9ff00}.group:checked .group-checked\:bg-sky-50\/10{background-color:#f0f9ff1a}.group:checked .group-checked\:bg-sky-50\/20{background-color:#f0f9ff33}.group:checked .group-checked\:bg-sky-50\/30{background-color:#f0f9ff4d}.group:checked .group-checked\:bg-sky-50\/40{background-color:#f0f9ff66}.group:checked .group-checked\:bg-sky-50\/50{background-color:#f0f9ff80}.group:checked .group-checked\:bg-sky-50\/60{background-color:#f0f9ff99}.group:checked .group-checked\:bg-sky-50\/70{background-color:#f0f9ffb3}.group:checked .group-checked\:bg-sky-50\/75{background-color:#f0f9ffbf}.group:checked .group-checked\:bg-sky-50\/80{background-color:#f0f9ffcc}.group:checked .group-checked\:bg-sky-50\/90{background-color:#f0f9ffe6}.group:checked .group-checked\:bg-sky-100{background-color:#e0f2fe}.group:checked .group-checked\:bg-sky-100\/0{background-color:#e0f2fe00}.group:checked .group-checked\:bg-sky-100\/10{background-color:#e0f2fe1a}.group:checked .group-checked\:bg-sky-100\/20{background-color:#e0f2fe33}.group:checked .group-checked\:bg-sky-100\/30{background-color:#e0f2fe4d}.group:checked .group-checked\:bg-sky-100\/40{background-color:#e0f2fe66}.group:checked .group-checked\:bg-sky-100\/50{background-color:#e0f2fe80}.group:checked .group-checked\:bg-sky-100\/60{background-color:#e0f2fe99}.group:checked .group-checked\:bg-sky-100\/70{background-color:#e0f2feb3}.group:checked .group-checked\:bg-sky-100\/75{background-color:#e0f2febf}.group:checked .group-checked\:bg-sky-100\/80{background-color:#e0f2fecc}.group:checked .group-checked\:bg-sky-100\/90{background-color:#e0f2fee6}.group:checked .group-checked\:bg-sky-200{background-color:#bae6fd}.group:checked .group-checked\:bg-sky-200\/0{background-color:#bae6fd00}.group:checked .group-checked\:bg-sky-200\/10{background-color:#bae6fd1a}.group:checked .group-checked\:bg-sky-200\/20{background-color:#bae6fd33}.group:checked .group-checked\:bg-sky-200\/30{background-color:#bae6fd4d}.group:checked .group-checked\:bg-sky-200\/40{background-color:#bae6fd66}.group:checked .group-checked\:bg-sky-200\/50{background-color:#bae6fd80}.group:checked .group-checked\:bg-sky-200\/60{background-color:#bae6fd99}.group:checked .group-checked\:bg-sky-200\/70{background-color:#bae6fdb3}.group:checked .group-checked\:bg-sky-200\/75{background-color:#bae6fdbf}.group:checked .group-checked\:bg-sky-200\/80{background-color:#bae6fdcc}.group:checked .group-checked\:bg-sky-200\/90{background-color:#bae6fde6}.group:checked .group-checked\:bg-sky-300{background-color:#7dd3fc}.group:checked .group-checked\:bg-sky-300\/0{background-color:#7dd3fc00}.group:checked .group-checked\:bg-sky-300\/10{background-color:#7dd3fc1a}.group:checked .group-checked\:bg-sky-300\/20{background-color:#7dd3fc33}.group:checked .group-checked\:bg-sky-300\/30{background-color:#7dd3fc4d}.group:checked .group-checked\:bg-sky-300\/40{background-color:#7dd3fc66}.group:checked .group-checked\:bg-sky-300\/50{background-color:#7dd3fc80}.group:checked .group-checked\:bg-sky-300\/60{background-color:#7dd3fc99}.group:checked .group-checked\:bg-sky-300\/70{background-color:#7dd3fcb3}.group:checked .group-checked\:bg-sky-300\/75{background-color:#7dd3fcbf}.group:checked .group-checked\:bg-sky-300\/80{background-color:#7dd3fccc}.group:checked .group-checked\:bg-sky-300\/90{background-color:#7dd3fce6}.group:checked .group-checked\:bg-sky-400{background-color:#38bdf8}.group:checked .group-checked\:bg-sky-400\/0{background-color:#38bdf800}.group:checked .group-checked\:bg-sky-400\/10{background-color:#38bdf81a}.group:checked .group-checked\:bg-sky-400\/20{background-color:#38bdf833}.group:checked .group-checked\:bg-sky-400\/30{background-color:#38bdf84d}.group:checked .group-checked\:bg-sky-400\/40{background-color:#38bdf866}.group:checked .group-checked\:bg-sky-400\/50{background-color:#38bdf880}.group:checked .group-checked\:bg-sky-400\/60{background-color:#38bdf899}.group:checked .group-checked\:bg-sky-400\/70{background-color:#38bdf8b3}.group:checked .group-checked\:bg-sky-400\/75{background-color:#38bdf8bf}.group:checked .group-checked\:bg-sky-400\/80{background-color:#38bdf8cc}.group:checked .group-checked\:bg-sky-400\/90{background-color:#38bdf8e6}.group:checked .group-checked\:bg-sky-500{background-color:#0ea5e9}.group:checked .group-checked\:bg-sky-500\/0{background-color:#0ea5e900}.group:checked .group-checked\:bg-sky-500\/10{background-color:#0ea5e91a}.group:checked .group-checked\:bg-sky-500\/20{background-color:#0ea5e933}.group:checked .group-checked\:bg-sky-500\/30{background-color:#0ea5e94d}.group:checked .group-checked\:bg-sky-500\/40{background-color:#0ea5e966}.group:checked .group-checked\:bg-sky-500\/50{background-color:#0ea5e980}.group:checked .group-checked\:bg-sky-500\/60{background-color:#0ea5e999}.group:checked .group-checked\:bg-sky-500\/70{background-color:#0ea5e9b3}.group:checked .group-checked\:bg-sky-500\/75{background-color:#0ea5e9bf}.group:checked .group-checked\:bg-sky-500\/80{background-color:#0ea5e9cc}.group:checked .group-checked\:bg-sky-500\/90{background-color:#0ea5e9e6}.group:checked .group-checked\:bg-sky-600{background-color:#0284c7}.group:checked .group-checked\:bg-sky-600\/0{background-color:#0284c700}.group:checked .group-checked\:bg-sky-600\/10{background-color:#0284c71a}.group:checked .group-checked\:bg-sky-600\/20{background-color:#0284c733}.group:checked .group-checked\:bg-sky-600\/30{background-color:#0284c74d}.group:checked .group-checked\:bg-sky-600\/40{background-color:#0284c766}.group:checked .group-checked\:bg-sky-600\/50{background-color:#0284c780}.group:checked .group-checked\:bg-sky-600\/60{background-color:#0284c799}.group:checked .group-checked\:bg-sky-600\/70{background-color:#0284c7b3}.group:checked .group-checked\:bg-sky-600\/75{background-color:#0284c7bf}.group:checked .group-checked\:bg-sky-600\/80{background-color:#0284c7cc}.group:checked .group-checked\:bg-sky-600\/90{background-color:#0284c7e6}.group:checked .group-checked\:bg-sky-700{background-color:#0369a1}.group:checked .group-checked\:bg-sky-700\/0{background-color:#0369a100}.group:checked .group-checked\:bg-sky-700\/10{background-color:#0369a11a}.group:checked .group-checked\:bg-sky-700\/20{background-color:#0369a133}.group:checked .group-checked\:bg-sky-700\/30{background-color:#0369a14d}.group:checked .group-checked\:bg-sky-700\/40{background-color:#0369a166}.group:checked .group-checked\:bg-sky-700\/50{background-color:#0369a180}.group:checked .group-checked\:bg-sky-700\/60{background-color:#0369a199}.group:checked .group-checked\:bg-sky-700\/70{background-color:#0369a1b3}.group:checked .group-checked\:bg-sky-700\/75{background-color:#0369a1bf}.group:checked .group-checked\:bg-sky-700\/80{background-color:#0369a1cc}.group:checked .group-checked\:bg-sky-700\/90{background-color:#0369a1e6}.group:checked .group-checked\:bg-sky-800{background-color:#075985}.group:checked .group-checked\:bg-sky-800\/0{background-color:#07598500}.group:checked .group-checked\:bg-sky-800\/10{background-color:#0759851a}.group:checked .group-checked\:bg-sky-800\/20{background-color:#07598533}.group:checked .group-checked\:bg-sky-800\/30{background-color:#0759854d}.group:checked .group-checked\:bg-sky-800\/40{background-color:#07598566}.group:checked .group-checked\:bg-sky-800\/50{background-color:#07598580}.group:checked .group-checked\:bg-sky-800\/60{background-color:#07598599}.group:checked .group-checked\:bg-sky-800\/70{background-color:#075985b3}.group:checked .group-checked\:bg-sky-800\/75{background-color:#075985bf}.group:checked .group-checked\:bg-sky-800\/80{background-color:#075985cc}.group:checked .group-checked\:bg-sky-800\/90{background-color:#075985e6}.group:checked .group-checked\:bg-sky-900{background-color:#0c4a6e}.group:checked .group-checked\:bg-sky-900\/0{background-color:#0c4a6e00}.group:checked .group-checked\:bg-sky-900\/10{background-color:#0c4a6e1a}.group:checked .group-checked\:bg-sky-900\/20{background-color:#0c4a6e33}.group:checked .group-checked\:bg-sky-900\/30{background-color:#0c4a6e4d}.group:checked .group-checked\:bg-sky-900\/40{background-color:#0c4a6e66}.group:checked .group-checked\:bg-sky-900\/50{background-color:#0c4a6e80}.group:checked .group-checked\:bg-sky-900\/60{background-color:#0c4a6e99}.group:checked .group-checked\:bg-sky-900\/70{background-color:#0c4a6eb3}.group:checked .group-checked\:bg-sky-900\/75{background-color:#0c4a6ebf}.group:checked .group-checked\:bg-sky-900\/80{background-color:#0c4a6ecc}.group:checked .group-checked\:bg-sky-900\/90{background-color:#0c4a6ee6}.group:checked .group-checked\:bg-sky-950{background-color:#082f49}.group:checked .group-checked\:bg-sky-950\/0{background-color:#082f4900}.group:checked .group-checked\:bg-sky-950\/10{background-color:#082f491a}.group:checked .group-checked\:bg-sky-950\/20{background-color:#082f4933}.group:checked .group-checked\:bg-sky-950\/30{background-color:#082f494d}.group:checked .group-checked\:bg-sky-950\/40{background-color:#082f4966}.group:checked .group-checked\:bg-sky-950\/50{background-color:#082f4980}.group:checked .group-checked\:bg-sky-950\/60{background-color:#082f4999}.group:checked .group-checked\:bg-sky-950\/70{background-color:#082f49b3}.group:checked .group-checked\:bg-sky-950\/75{background-color:#082f49bf}.group:checked .group-checked\:bg-sky-950\/80{background-color:#082f49cc}.group:checked .group-checked\:bg-sky-950\/90{background-color:#082f49e6}.group:checked .group-checked\:bg-blue-50{background-color:#eff6ff}.group:checked .group-checked\:bg-blue-50\/0{background-color:#eff6ff00}.group:checked .group-checked\:bg-blue-50\/10{background-color:#eff6ff1a}.group:checked .group-checked\:bg-blue-50\/20{background-color:#eff6ff33}.group:checked .group-checked\:bg-blue-50\/30{background-color:#eff6ff4d}.group:checked .group-checked\:bg-blue-50\/40{background-color:#eff6ff66}.group:checked .group-checked\:bg-blue-50\/50{background-color:#eff6ff80}.group:checked .group-checked\:bg-blue-50\/60{background-color:#eff6ff99}.group:checked .group-checked\:bg-blue-50\/70{background-color:#eff6ffb3}.group:checked .group-checked\:bg-blue-50\/75{background-color:#eff6ffbf}.group:checked .group-checked\:bg-blue-50\/80{background-color:#eff6ffcc}.group:checked .group-checked\:bg-blue-50\/90{background-color:#eff6ffe6}.group:checked .group-checked\:bg-blue-100{background-color:#dbeafe}.group:checked .group-checked\:bg-blue-100\/0{background-color:#dbeafe00}.group:checked .group-checked\:bg-blue-100\/10{background-color:#dbeafe1a}.group:checked .group-checked\:bg-blue-100\/20{background-color:#dbeafe33}.group:checked .group-checked\:bg-blue-100\/30{background-color:#dbeafe4d}.group:checked .group-checked\:bg-blue-100\/40{background-color:#dbeafe66}.group:checked .group-checked\:bg-blue-100\/50{background-color:#dbeafe80}.group:checked .group-checked\:bg-blue-100\/60{background-color:#dbeafe99}.group:checked .group-checked\:bg-blue-100\/70{background-color:#dbeafeb3}.group:checked .group-checked\:bg-blue-100\/75{background-color:#dbeafebf}.group:checked .group-checked\:bg-blue-100\/80{background-color:#dbeafecc}.group:checked .group-checked\:bg-blue-100\/90{background-color:#dbeafee6}.group:checked .group-checked\:bg-blue-200{background-color:#bfdbfe}.group:checked .group-checked\:bg-blue-200\/0{background-color:#bfdbfe00}.group:checked .group-checked\:bg-blue-200\/10{background-color:#bfdbfe1a}.group:checked .group-checked\:bg-blue-200\/20{background-color:#bfdbfe33}.group:checked .group-checked\:bg-blue-200\/30{background-color:#bfdbfe4d}.group:checked .group-checked\:bg-blue-200\/40{background-color:#bfdbfe66}.group:checked .group-checked\:bg-blue-200\/50{background-color:#bfdbfe80}.group:checked .group-checked\:bg-blue-200\/60{background-color:#bfdbfe99}.group:checked .group-checked\:bg-blue-200\/70{background-color:#bfdbfeb3}.group:checked .group-checked\:bg-blue-200\/75{background-color:#bfdbfebf}.group:checked .group-checked\:bg-blue-200\/80{background-color:#bfdbfecc}.group:checked .group-checked\:bg-blue-200\/90{background-color:#bfdbfee6}.group:checked .group-checked\:bg-blue-300{background-color:#93c5fd}.group:checked .group-checked\:bg-blue-300\/0{background-color:#93c5fd00}.group:checked .group-checked\:bg-blue-300\/10{background-color:#93c5fd1a}.group:checked .group-checked\:bg-blue-300\/20{background-color:#93c5fd33}.group:checked .group-checked\:bg-blue-300\/30{background-color:#93c5fd4d}.group:checked .group-checked\:bg-blue-300\/40{background-color:#93c5fd66}.group:checked .group-checked\:bg-blue-300\/50{background-color:#93c5fd80}.group:checked .group-checked\:bg-blue-300\/60{background-color:#93c5fd99}.group:checked .group-checked\:bg-blue-300\/70{background-color:#93c5fdb3}.group:checked .group-checked\:bg-blue-300\/75{background-color:#93c5fdbf}.group:checked .group-checked\:bg-blue-300\/80{background-color:#93c5fdcc}.group:checked .group-checked\:bg-blue-300\/90{background-color:#93c5fde6}.group:checked .group-checked\:bg-blue-400{background-color:#60a5fa}.group:checked .group-checked\:bg-blue-400\/0{background-color:#60a5fa00}.group:checked .group-checked\:bg-blue-400\/10{background-color:#60a5fa1a}.group:checked .group-checked\:bg-blue-400\/20{background-color:#60a5fa33}.group:checked .group-checked\:bg-blue-400\/30{background-color:#60a5fa4d}.group:checked .group-checked\:bg-blue-400\/40{background-color:#60a5fa66}.group:checked .group-checked\:bg-blue-400\/50{background-color:#60a5fa80}.group:checked .group-checked\:bg-blue-400\/60{background-color:#60a5fa99}.group:checked .group-checked\:bg-blue-400\/70{background-color:#60a5fab3}.group:checked .group-checked\:bg-blue-400\/75{background-color:#60a5fabf}.group:checked .group-checked\:bg-blue-400\/80{background-color:#60a5facc}.group:checked .group-checked\:bg-blue-400\/90{background-color:#60a5fae6}.group:checked .group-checked\:bg-blue-500{background-color:#3b82f6}.group:checked .group-checked\:bg-blue-500\/0{background-color:#3b82f600}.group:checked .group-checked\:bg-blue-500\/10{background-color:#3b82f61a}.group:checked .group-checked\:bg-blue-500\/20{background-color:#3b82f633}.group:checked .group-checked\:bg-blue-500\/30{background-color:#3b82f64d}.group:checked .group-checked\:bg-blue-500\/40{background-color:#3b82f666}.group:checked .group-checked\:bg-blue-500\/50{background-color:#3b82f680}.group:checked .group-checked\:bg-blue-500\/60{background-color:#3b82f699}.group:checked .group-checked\:bg-blue-500\/70{background-color:#3b82f6b3}.group:checked .group-checked\:bg-blue-500\/75{background-color:#3b82f6bf}.group:checked .group-checked\:bg-blue-500\/80{background-color:#3b82f6cc}.group:checked .group-checked\:bg-blue-500\/90{background-color:#3b82f6e6}.group:checked .group-checked\:bg-blue-600{background-color:#2563eb}.group:checked .group-checked\:bg-blue-600\/0{background-color:#2563eb00}.group:checked .group-checked\:bg-blue-600\/10{background-color:#2563eb1a}.group:checked .group-checked\:bg-blue-600\/20{background-color:#2563eb33}.group:checked .group-checked\:bg-blue-600\/30{background-color:#2563eb4d}.group:checked .group-checked\:bg-blue-600\/40{background-color:#2563eb66}.group:checked .group-checked\:bg-blue-600\/50{background-color:#2563eb80}.group:checked .group-checked\:bg-blue-600\/60{background-color:#2563eb99}.group:checked .group-checked\:bg-blue-600\/70{background-color:#2563ebb3}.group:checked .group-checked\:bg-blue-600\/75{background-color:#2563ebbf}.group:checked .group-checked\:bg-blue-600\/80{background-color:#2563ebcc}.group:checked .group-checked\:bg-blue-600\/90{background-color:#2563ebe6}.group:checked .group-checked\:bg-blue-700{background-color:#1d4ed8}.group:checked .group-checked\:bg-blue-700\/0{background-color:#1d4ed800}.group:checked .group-checked\:bg-blue-700\/10{background-color:#1d4ed81a}.group:checked .group-checked\:bg-blue-700\/20{background-color:#1d4ed833}.group:checked .group-checked\:bg-blue-700\/30{background-color:#1d4ed84d}.group:checked .group-checked\:bg-blue-700\/40{background-color:#1d4ed866}.group:checked .group-checked\:bg-blue-700\/50{background-color:#1d4ed880}.group:checked .group-checked\:bg-blue-700\/60{background-color:#1d4ed899}.group:checked .group-checked\:bg-blue-700\/70{background-color:#1d4ed8b3}.group:checked .group-checked\:bg-blue-700\/75{background-color:#1d4ed8bf}.group:checked .group-checked\:bg-blue-700\/80{background-color:#1d4ed8cc}.group:checked .group-checked\:bg-blue-700\/90{background-color:#1d4ed8e6}.group:checked .group-checked\:bg-blue-800{background-color:#1e40af}.group:checked .group-checked\:bg-blue-800\/0{background-color:#1e40af00}.group:checked .group-checked\:bg-blue-800\/10{background-color:#1e40af1a}.group:checked .group-checked\:bg-blue-800\/20{background-color:#1e40af33}.group:checked .group-checked\:bg-blue-800\/30{background-color:#1e40af4d}.group:checked .group-checked\:bg-blue-800\/40{background-color:#1e40af66}.group:checked .group-checked\:bg-blue-800\/50{background-color:#1e40af80}.group:checked .group-checked\:bg-blue-800\/60{background-color:#1e40af99}.group:checked .group-checked\:bg-blue-800\/70{background-color:#1e40afb3}.group:checked .group-checked\:bg-blue-800\/75{background-color:#1e40afbf}.group:checked .group-checked\:bg-blue-800\/80{background-color:#1e40afcc}.group:checked .group-checked\:bg-blue-800\/90{background-color:#1e40afe6}.group:checked .group-checked\:bg-blue-900{background-color:#1e3a8a}.group:checked .group-checked\:bg-blue-900\/0{background-color:#1e3a8a00}.group:checked .group-checked\:bg-blue-900\/10{background-color:#1e3a8a1a}.group:checked .group-checked\:bg-blue-900\/20{background-color:#1e3a8a33}.group:checked .group-checked\:bg-blue-900\/30{background-color:#1e3a8a4d}.group:checked .group-checked\:bg-blue-900\/40{background-color:#1e3a8a66}.group:checked .group-checked\:bg-blue-900\/50{background-color:#1e3a8a80}.group:checked .group-checked\:bg-blue-900\/60{background-color:#1e3a8a99}.group:checked .group-checked\:bg-blue-900\/70{background-color:#1e3a8ab3}.group:checked .group-checked\:bg-blue-900\/75{background-color:#1e3a8abf}.group:checked .group-checked\:bg-blue-900\/80{background-color:#1e3a8acc}.group:checked .group-checked\:bg-blue-900\/90{background-color:#1e3a8ae6}.group:checked .group-checked\:bg-blue-950{background-color:#172554}.group:checked .group-checked\:bg-blue-950\/0{background-color:#17255400}.group:checked .group-checked\:bg-blue-950\/10{background-color:#1725541a}.group:checked .group-checked\:bg-blue-950\/20{background-color:#17255433}.group:checked .group-checked\:bg-blue-950\/30{background-color:#1725544d}.group:checked .group-checked\:bg-blue-950\/40{background-color:#17255466}.group:checked .group-checked\:bg-blue-950\/50{background-color:#17255480}.group:checked .group-checked\:bg-blue-950\/60{background-color:#17255499}.group:checked .group-checked\:bg-blue-950\/70{background-color:#172554b3}.group:checked .group-checked\:bg-blue-950\/75{background-color:#172554bf}.group:checked .group-checked\:bg-blue-950\/80{background-color:#172554cc}.group:checked .group-checked\:bg-blue-950\/90{background-color:#172554e6}.group:checked .group-checked\:bg-indigo-50{background-color:#eef2ff}.group:checked .group-checked\:bg-indigo-50\/0{background-color:#eef2ff00}.group:checked .group-checked\:bg-indigo-50\/10{background-color:#eef2ff1a}.group:checked .group-checked\:bg-indigo-50\/20{background-color:#eef2ff33}.group:checked .group-checked\:bg-indigo-50\/30{background-color:#eef2ff4d}.group:checked .group-checked\:bg-indigo-50\/40{background-color:#eef2ff66}.group:checked .group-checked\:bg-indigo-50\/50{background-color:#eef2ff80}.group:checked .group-checked\:bg-indigo-50\/60{background-color:#eef2ff99}.group:checked .group-checked\:bg-indigo-50\/70{background-color:#eef2ffb3}.group:checked .group-checked\:bg-indigo-50\/75{background-color:#eef2ffbf}.group:checked .group-checked\:bg-indigo-50\/80{background-color:#eef2ffcc}.group:checked .group-checked\:bg-indigo-50\/90{background-color:#eef2ffe6}.group:checked .group-checked\:bg-indigo-100{background-color:#e0e7ff}.group:checked .group-checked\:bg-indigo-100\/0{background-color:#e0e7ff00}.group:checked .group-checked\:bg-indigo-100\/10{background-color:#e0e7ff1a}.group:checked .group-checked\:bg-indigo-100\/20{background-color:#e0e7ff33}.group:checked .group-checked\:bg-indigo-100\/30{background-color:#e0e7ff4d}.group:checked .group-checked\:bg-indigo-100\/40{background-color:#e0e7ff66}.group:checked .group-checked\:bg-indigo-100\/50{background-color:#e0e7ff80}.group:checked .group-checked\:bg-indigo-100\/60{background-color:#e0e7ff99}.group:checked .group-checked\:bg-indigo-100\/70{background-color:#e0e7ffb3}.group:checked .group-checked\:bg-indigo-100\/75{background-color:#e0e7ffbf}.group:checked .group-checked\:bg-indigo-100\/80{background-color:#e0e7ffcc}.group:checked .group-checked\:bg-indigo-100\/90{background-color:#e0e7ffe6}.group:checked .group-checked\:bg-indigo-200{background-color:#c7d2fe}.group:checked .group-checked\:bg-indigo-200\/0{background-color:#c7d2fe00}.group:checked .group-checked\:bg-indigo-200\/10{background-color:#c7d2fe1a}.group:checked .group-checked\:bg-indigo-200\/20{background-color:#c7d2fe33}.group:checked .group-checked\:bg-indigo-200\/30{background-color:#c7d2fe4d}.group:checked .group-checked\:bg-indigo-200\/40{background-color:#c7d2fe66}.group:checked .group-checked\:bg-indigo-200\/50{background-color:#c7d2fe80}.group:checked .group-checked\:bg-indigo-200\/60{background-color:#c7d2fe99}.group:checked .group-checked\:bg-indigo-200\/70{background-color:#c7d2feb3}.group:checked .group-checked\:bg-indigo-200\/75{background-color:#c7d2febf}.group:checked .group-checked\:bg-indigo-200\/80{background-color:#c7d2fecc}.group:checked .group-checked\:bg-indigo-200\/90{background-color:#c7d2fee6}.group:checked .group-checked\:bg-indigo-300{background-color:#a5b4fc}.group:checked .group-checked\:bg-indigo-300\/0{background-color:#a5b4fc00}.group:checked .group-checked\:bg-indigo-300\/10{background-color:#a5b4fc1a}.group:checked .group-checked\:bg-indigo-300\/20{background-color:#a5b4fc33}.group:checked .group-checked\:bg-indigo-300\/30{background-color:#a5b4fc4d}.group:checked .group-checked\:bg-indigo-300\/40{background-color:#a5b4fc66}.group:checked .group-checked\:bg-indigo-300\/50{background-color:#a5b4fc80}.group:checked .group-checked\:bg-indigo-300\/60{background-color:#a5b4fc99}.group:checked .group-checked\:bg-indigo-300\/70{background-color:#a5b4fcb3}.group:checked .group-checked\:bg-indigo-300\/75{background-color:#a5b4fcbf}.group:checked .group-checked\:bg-indigo-300\/80{background-color:#a5b4fccc}.group:checked .group-checked\:bg-indigo-300\/90{background-color:#a5b4fce6}.group:checked .group-checked\:bg-indigo-400{background-color:#818cf8}.group:checked .group-checked\:bg-indigo-400\/0{background-color:#818cf800}.group:checked .group-checked\:bg-indigo-400\/10{background-color:#818cf81a}.group:checked .group-checked\:bg-indigo-400\/20{background-color:#818cf833}.group:checked .group-checked\:bg-indigo-400\/30{background-color:#818cf84d}.group:checked .group-checked\:bg-indigo-400\/40{background-color:#818cf866}.group:checked .group-checked\:bg-indigo-400\/50{background-color:#818cf880}.group:checked .group-checked\:bg-indigo-400\/60{background-color:#818cf899}.group:checked .group-checked\:bg-indigo-400\/70{background-color:#818cf8b3}.group:checked .group-checked\:bg-indigo-400\/75{background-color:#818cf8bf}.group:checked .group-checked\:bg-indigo-400\/80{background-color:#818cf8cc}.group:checked .group-checked\:bg-indigo-400\/90{background-color:#818cf8e6}.group:checked .group-checked\:bg-indigo-500{background-color:#6366f1}.group:checked .group-checked\:bg-indigo-500\/0{background-color:#6366f100}.group:checked .group-checked\:bg-indigo-500\/10{background-color:#6366f11a}.group:checked .group-checked\:bg-indigo-500\/20{background-color:#6366f133}.group:checked .group-checked\:bg-indigo-500\/30{background-color:#6366f14d}.group:checked .group-checked\:bg-indigo-500\/40{background-color:#6366f166}.group:checked .group-checked\:bg-indigo-500\/50{background-color:#6366f180}.group:checked .group-checked\:bg-indigo-500\/60{background-color:#6366f199}.group:checked .group-checked\:bg-indigo-500\/70{background-color:#6366f1b3}.group:checked .group-checked\:bg-indigo-500\/75{background-color:#6366f1bf}.group:checked .group-checked\:bg-indigo-500\/80{background-color:#6366f1cc}.group:checked .group-checked\:bg-indigo-500\/90{background-color:#6366f1e6}.group:checked .group-checked\:bg-indigo-600{background-color:#4f46e5}.group:checked .group-checked\:bg-indigo-600\/0{background-color:#4f46e500}.group:checked .group-checked\:bg-indigo-600\/10{background-color:#4f46e51a}.group:checked .group-checked\:bg-indigo-600\/20{background-color:#4f46e533}.group:checked .group-checked\:bg-indigo-600\/30{background-color:#4f46e54d}.group:checked .group-checked\:bg-indigo-600\/40{background-color:#4f46e566}.group:checked .group-checked\:bg-indigo-600\/50{background-color:#4f46e580}.group:checked .group-checked\:bg-indigo-600\/60{background-color:#4f46e599}.group:checked .group-checked\:bg-indigo-600\/70{background-color:#4f46e5b3}.group:checked .group-checked\:bg-indigo-600\/75{background-color:#4f46e5bf}.group:checked .group-checked\:bg-indigo-600\/80{background-color:#4f46e5cc}.group:checked .group-checked\:bg-indigo-600\/90{background-color:#4f46e5e6}.group:checked .group-checked\:bg-indigo-700{background-color:#4338ca}.group:checked .group-checked\:bg-indigo-700\/0{background-color:#4338ca00}.group:checked .group-checked\:bg-indigo-700\/10{background-color:#4338ca1a}.group:checked .group-checked\:bg-indigo-700\/20{background-color:#4338ca33}.group:checked .group-checked\:bg-indigo-700\/30{background-color:#4338ca4d}.group:checked .group-checked\:bg-indigo-700\/40{background-color:#4338ca66}.group:checked .group-checked\:bg-indigo-700\/50{background-color:#4338ca80}.group:checked .group-checked\:bg-indigo-700\/60{background-color:#4338ca99}.group:checked .group-checked\:bg-indigo-700\/70{background-color:#4338cab3}.group:checked .group-checked\:bg-indigo-700\/75{background-color:#4338cabf}.group:checked .group-checked\:bg-indigo-700\/80{background-color:#4338cacc}.group:checked .group-checked\:bg-indigo-700\/90{background-color:#4338cae6}.group:checked .group-checked\:bg-indigo-800{background-color:#3730a3}.group:checked .group-checked\:bg-indigo-800\/0{background-color:#3730a300}.group:checked .group-checked\:bg-indigo-800\/10{background-color:#3730a31a}.group:checked .group-checked\:bg-indigo-800\/20{background-color:#3730a333}.group:checked .group-checked\:bg-indigo-800\/30{background-color:#3730a34d}.group:checked .group-checked\:bg-indigo-800\/40{background-color:#3730a366}.group:checked .group-checked\:bg-indigo-800\/50{background-color:#3730a380}.group:checked .group-checked\:bg-indigo-800\/60{background-color:#3730a399}.group:checked .group-checked\:bg-indigo-800\/70{background-color:#3730a3b3}.group:checked .group-checked\:bg-indigo-800\/75{background-color:#3730a3bf}.group:checked .group-checked\:bg-indigo-800\/80{background-color:#3730a3cc}.group:checked .group-checked\:bg-indigo-800\/90{background-color:#3730a3e6}.group:checked .group-checked\:bg-indigo-900{background-color:#312e81}.group:checked .group-checked\:bg-indigo-900\/0{background-color:#312e8100}.group:checked .group-checked\:bg-indigo-900\/10{background-color:#312e811a}.group:checked .group-checked\:bg-indigo-900\/20{background-color:#312e8133}.group:checked .group-checked\:bg-indigo-900\/30{background-color:#312e814d}.group:checked .group-checked\:bg-indigo-900\/40{background-color:#312e8166}.group:checked .group-checked\:bg-indigo-900\/50{background-color:#312e8180}.group:checked .group-checked\:bg-indigo-900\/60{background-color:#312e8199}.group:checked .group-checked\:bg-indigo-900\/70{background-color:#312e81b3}.group:checked .group-checked\:bg-indigo-900\/75{background-color:#312e81bf}.group:checked .group-checked\:bg-indigo-900\/80{background-color:#312e81cc}.group:checked .group-checked\:bg-indigo-900\/90{background-color:#312e81e6}.group:checked .group-checked\:bg-indigo-950{background-color:#1e1b4b}.group:checked .group-checked\:bg-indigo-950\/0{background-color:#1e1b4b00}.group:checked .group-checked\:bg-indigo-950\/10{background-color:#1e1b4b1a}.group:checked .group-checked\:bg-indigo-950\/20{background-color:#1e1b4b33}.group:checked .group-checked\:bg-indigo-950\/30{background-color:#1e1b4b4d}.group:checked .group-checked\:bg-indigo-950\/40{background-color:#1e1b4b66}.group:checked .group-checked\:bg-indigo-950\/50{background-color:#1e1b4b80}.group:checked .group-checked\:bg-indigo-950\/60{background-color:#1e1b4b99}.group:checked .group-checked\:bg-indigo-950\/70{background-color:#1e1b4bb3}.group:checked .group-checked\:bg-indigo-950\/75{background-color:#1e1b4bbf}.group:checked .group-checked\:bg-indigo-950\/80{background-color:#1e1b4bcc}.group:checked .group-checked\:bg-indigo-950\/90{background-color:#1e1b4be6}.group:checked .group-checked\:bg-violet-50{background-color:#f5f3ff}.group:checked .group-checked\:bg-violet-50\/0{background-color:#f5f3ff00}.group:checked .group-checked\:bg-violet-50\/10{background-color:#f5f3ff1a}.group:checked .group-checked\:bg-violet-50\/20{background-color:#f5f3ff33}.group:checked .group-checked\:bg-violet-50\/30{background-color:#f5f3ff4d}.group:checked .group-checked\:bg-violet-50\/40{background-color:#f5f3ff66}.group:checked .group-checked\:bg-violet-50\/50{background-color:#f5f3ff80}.group:checked .group-checked\:bg-violet-50\/60{background-color:#f5f3ff99}.group:checked .group-checked\:bg-violet-50\/70{background-color:#f5f3ffb3}.group:checked .group-checked\:bg-violet-50\/75{background-color:#f5f3ffbf}.group:checked .group-checked\:bg-violet-50\/80{background-color:#f5f3ffcc}.group:checked .group-checked\:bg-violet-50\/90{background-color:#f5f3ffe6}.group:checked .group-checked\:bg-violet-100{background-color:#ede9fe}.group:checked .group-checked\:bg-violet-100\/0{background-color:#ede9fe00}.group:checked .group-checked\:bg-violet-100\/10{background-color:#ede9fe1a}.group:checked .group-checked\:bg-violet-100\/20{background-color:#ede9fe33}.group:checked .group-checked\:bg-violet-100\/30{background-color:#ede9fe4d}.group:checked .group-checked\:bg-violet-100\/40{background-color:#ede9fe66}.group:checked .group-checked\:bg-violet-100\/50{background-color:#ede9fe80}.group:checked .group-checked\:bg-violet-100\/60{background-color:#ede9fe99}.group:checked .group-checked\:bg-violet-100\/70{background-color:#ede9feb3}.group:checked .group-checked\:bg-violet-100\/75{background-color:#ede9febf}.group:checked .group-checked\:bg-violet-100\/80{background-color:#ede9fecc}.group:checked .group-checked\:bg-violet-100\/90{background-color:#ede9fee6}.group:checked .group-checked\:bg-violet-200{background-color:#ddd6fe}.group:checked .group-checked\:bg-violet-200\/0{background-color:#ddd6fe00}.group:checked .group-checked\:bg-violet-200\/10{background-color:#ddd6fe1a}.group:checked .group-checked\:bg-violet-200\/20{background-color:#ddd6fe33}.group:checked .group-checked\:bg-violet-200\/30{background-color:#ddd6fe4d}.group:checked .group-checked\:bg-violet-200\/40{background-color:#ddd6fe66}.group:checked .group-checked\:bg-violet-200\/50{background-color:#ddd6fe80}.group:checked .group-checked\:bg-violet-200\/60{background-color:#ddd6fe99}.group:checked .group-checked\:bg-violet-200\/70{background-color:#ddd6feb3}.group:checked .group-checked\:bg-violet-200\/75{background-color:#ddd6febf}.group:checked .group-checked\:bg-violet-200\/80{background-color:#ddd6fecc}.group:checked .group-checked\:bg-violet-200\/90{background-color:#ddd6fee6}.group:checked .group-checked\:bg-violet-300{background-color:#c4b5fd}.group:checked .group-checked\:bg-violet-300\/0{background-color:#c4b5fd00}.group:checked .group-checked\:bg-violet-300\/10{background-color:#c4b5fd1a}.group:checked .group-checked\:bg-violet-300\/20{background-color:#c4b5fd33}.group:checked .group-checked\:bg-violet-300\/30{background-color:#c4b5fd4d}.group:checked .group-checked\:bg-violet-300\/40{background-color:#c4b5fd66}.group:checked .group-checked\:bg-violet-300\/50{background-color:#c4b5fd80}.group:checked .group-checked\:bg-violet-300\/60{background-color:#c4b5fd99}.group:checked .group-checked\:bg-violet-300\/70{background-color:#c4b5fdb3}.group:checked .group-checked\:bg-violet-300\/75{background-color:#c4b5fdbf}.group:checked .group-checked\:bg-violet-300\/80{background-color:#c4b5fdcc}.group:checked .group-checked\:bg-violet-300\/90{background-color:#c4b5fde6}.group:checked .group-checked\:bg-violet-400{background-color:#a78bfa}.group:checked .group-checked\:bg-violet-400\/0{background-color:#a78bfa00}.group:checked .group-checked\:bg-violet-400\/10{background-color:#a78bfa1a}.group:checked .group-checked\:bg-violet-400\/20{background-color:#a78bfa33}.group:checked .group-checked\:bg-violet-400\/30{background-color:#a78bfa4d}.group:checked .group-checked\:bg-violet-400\/40{background-color:#a78bfa66}.group:checked .group-checked\:bg-violet-400\/50{background-color:#a78bfa80}.group:checked .group-checked\:bg-violet-400\/60{background-color:#a78bfa99}.group:checked .group-checked\:bg-violet-400\/70{background-color:#a78bfab3}.group:checked .group-checked\:bg-violet-400\/75{background-color:#a78bfabf}.group:checked .group-checked\:bg-violet-400\/80{background-color:#a78bfacc}.group:checked .group-checked\:bg-violet-400\/90{background-color:#a78bfae6}.group:checked .group-checked\:bg-violet-500{background-color:#8b5cf6}.group:checked .group-checked\:bg-violet-500\/0{background-color:#8b5cf600}.group:checked .group-checked\:bg-violet-500\/10{background-color:#8b5cf61a}.group:checked .group-checked\:bg-violet-500\/20{background-color:#8b5cf633}.group:checked .group-checked\:bg-violet-500\/30{background-color:#8b5cf64d}.group:checked .group-checked\:bg-violet-500\/40{background-color:#8b5cf666}.group:checked .group-checked\:bg-violet-500\/50{background-color:#8b5cf680}.group:checked .group-checked\:bg-violet-500\/60{background-color:#8b5cf699}.group:checked .group-checked\:bg-violet-500\/70{background-color:#8b5cf6b3}.group:checked .group-checked\:bg-violet-500\/75{background-color:#8b5cf6bf}.group:checked .group-checked\:bg-violet-500\/80{background-color:#8b5cf6cc}.group:checked .group-checked\:bg-violet-500\/90{background-color:#8b5cf6e6}.group:checked .group-checked\:bg-violet-600{background-color:#7c3aed}.group:checked .group-checked\:bg-violet-600\/0{background-color:#7c3aed00}.group:checked .group-checked\:bg-violet-600\/10{background-color:#7c3aed1a}.group:checked .group-checked\:bg-violet-600\/20{background-color:#7c3aed33}.group:checked .group-checked\:bg-violet-600\/30{background-color:#7c3aed4d}.group:checked .group-checked\:bg-violet-600\/40{background-color:#7c3aed66}.group:checked .group-checked\:bg-violet-600\/50{background-color:#7c3aed80}.group:checked .group-checked\:bg-violet-600\/60{background-color:#7c3aed99}.group:checked .group-checked\:bg-violet-600\/70{background-color:#7c3aedb3}.group:checked .group-checked\:bg-violet-600\/75{background-color:#7c3aedbf}.group:checked .group-checked\:bg-violet-600\/80{background-color:#7c3aedcc}.group:checked .group-checked\:bg-violet-600\/90{background-color:#7c3aede6}.group:checked .group-checked\:bg-violet-700{background-color:#6d28d9}.group:checked .group-checked\:bg-violet-700\/0{background-color:#6d28d900}.group:checked .group-checked\:bg-violet-700\/10{background-color:#6d28d91a}.group:checked .group-checked\:bg-violet-700\/20{background-color:#6d28d933}.group:checked .group-checked\:bg-violet-700\/30{background-color:#6d28d94d}.group:checked .group-checked\:bg-violet-700\/40{background-color:#6d28d966}.group:checked .group-checked\:bg-violet-700\/50{background-color:#6d28d980}.group:checked .group-checked\:bg-violet-700\/60{background-color:#6d28d999}.group:checked .group-checked\:bg-violet-700\/70{background-color:#6d28d9b3}.group:checked .group-checked\:bg-violet-700\/75{background-color:#6d28d9bf}.group:checked .group-checked\:bg-violet-700\/80{background-color:#6d28d9cc}.group:checked .group-checked\:bg-violet-700\/90{background-color:#6d28d9e6}.group:checked .group-checked\:bg-violet-800{background-color:#5b21b6}.group:checked .group-checked\:bg-violet-800\/0{background-color:#5b21b600}.group:checked .group-checked\:bg-violet-800\/10{background-color:#5b21b61a}.group:checked .group-checked\:bg-violet-800\/20{background-color:#5b21b633}.group:checked .group-checked\:bg-violet-800\/30{background-color:#5b21b64d}.group:checked .group-checked\:bg-violet-800\/40{background-color:#5b21b666}.group:checked .group-checked\:bg-violet-800\/50{background-color:#5b21b680}.group:checked .group-checked\:bg-violet-800\/60{background-color:#5b21b699}.group:checked .group-checked\:bg-violet-800\/70{background-color:#5b21b6b3}.group:checked .group-checked\:bg-violet-800\/75{background-color:#5b21b6bf}.group:checked .group-checked\:bg-violet-800\/80{background-color:#5b21b6cc}.group:checked .group-checked\:bg-violet-800\/90{background-color:#5b21b6e6}.group:checked .group-checked\:bg-violet-900{background-color:#4c1d95}.group:checked .group-checked\:bg-violet-900\/0{background-color:#4c1d9500}.group:checked .group-checked\:bg-violet-900\/10{background-color:#4c1d951a}.group:checked .group-checked\:bg-violet-900\/20{background-color:#4c1d9533}.group:checked .group-checked\:bg-violet-900\/30{background-color:#4c1d954d}.group:checked .group-checked\:bg-violet-900\/40{background-color:#4c1d9566}.group:checked .group-checked\:bg-violet-900\/50{background-color:#4c1d9580}.group:checked .group-checked\:bg-violet-900\/60{background-color:#4c1d9599}.group:checked .group-checked\:bg-violet-900\/70{background-color:#4c1d95b3}.group:checked .group-checked\:bg-violet-900\/75{background-color:#4c1d95bf}.group:checked .group-checked\:bg-violet-900\/80{background-color:#4c1d95cc}.group:checked .group-checked\:bg-violet-900\/90{background-color:#4c1d95e6}.group:checked .group-checked\:bg-violet-950{background-color:#2e1065}.group:checked .group-checked\:bg-violet-950\/0{background-color:#2e106500}.group:checked .group-checked\:bg-violet-950\/10{background-color:#2e10651a}.group:checked .group-checked\:bg-violet-950\/20{background-color:#2e106533}.group:checked .group-checked\:bg-violet-950\/30{background-color:#2e10654d}.group:checked .group-checked\:bg-violet-950\/40{background-color:#2e106566}.group:checked .group-checked\:bg-violet-950\/50{background-color:#2e106580}.group:checked .group-checked\:bg-violet-950\/60{background-color:#2e106599}.group:checked .group-checked\:bg-violet-950\/70{background-color:#2e1065b3}.group:checked .group-checked\:bg-violet-950\/75{background-color:#2e1065bf}.group:checked .group-checked\:bg-violet-950\/80{background-color:#2e1065cc}.group:checked .group-checked\:bg-violet-950\/90{background-color:#2e1065e6}.group:checked .group-checked\:bg-purple-50{background-color:#faf5ff}.group:checked .group-checked\:bg-purple-50\/0{background-color:#faf5ff00}.group:checked .group-checked\:bg-purple-50\/10{background-color:#faf5ff1a}.group:checked .group-checked\:bg-purple-50\/20{background-color:#faf5ff33}.group:checked .group-checked\:bg-purple-50\/30{background-color:#faf5ff4d}.group:checked .group-checked\:bg-purple-50\/40{background-color:#faf5ff66}.group:checked .group-checked\:bg-purple-50\/50{background-color:#faf5ff80}.group:checked .group-checked\:bg-purple-50\/60{background-color:#faf5ff99}.group:checked .group-checked\:bg-purple-50\/70{background-color:#faf5ffb3}.group:checked .group-checked\:bg-purple-50\/75{background-color:#faf5ffbf}.group:checked .group-checked\:bg-purple-50\/80{background-color:#faf5ffcc}.group:checked .group-checked\:bg-purple-50\/90{background-color:#faf5ffe6}.group:checked .group-checked\:bg-purple-100{background-color:#f3e8ff}.group:checked .group-checked\:bg-purple-100\/0{background-color:#f3e8ff00}.group:checked .group-checked\:bg-purple-100\/10{background-color:#f3e8ff1a}.group:checked .group-checked\:bg-purple-100\/20{background-color:#f3e8ff33}.group:checked .group-checked\:bg-purple-100\/30{background-color:#f3e8ff4d}.group:checked .group-checked\:bg-purple-100\/40{background-color:#f3e8ff66}.group:checked .group-checked\:bg-purple-100\/50{background-color:#f3e8ff80}.group:checked .group-checked\:bg-purple-100\/60{background-color:#f3e8ff99}.group:checked .group-checked\:bg-purple-100\/70{background-color:#f3e8ffb3}.group:checked .group-checked\:bg-purple-100\/75{background-color:#f3e8ffbf}.group:checked .group-checked\:bg-purple-100\/80{background-color:#f3e8ffcc}.group:checked .group-checked\:bg-purple-100\/90{background-color:#f3e8ffe6}.group:checked .group-checked\:bg-purple-200{background-color:#e9d5ff}.group:checked .group-checked\:bg-purple-200\/0{background-color:#e9d5ff00}.group:checked .group-checked\:bg-purple-200\/10{background-color:#e9d5ff1a}.group:checked .group-checked\:bg-purple-200\/20{background-color:#e9d5ff33}.group:checked .group-checked\:bg-purple-200\/30{background-color:#e9d5ff4d}.group:checked .group-checked\:bg-purple-200\/40{background-color:#e9d5ff66}.group:checked .group-checked\:bg-purple-200\/50{background-color:#e9d5ff80}.group:checked .group-checked\:bg-purple-200\/60{background-color:#e9d5ff99}.group:checked .group-checked\:bg-purple-200\/70{background-color:#e9d5ffb3}.group:checked .group-checked\:bg-purple-200\/75{background-color:#e9d5ffbf}.group:checked .group-checked\:bg-purple-200\/80{background-color:#e9d5ffcc}.group:checked .group-checked\:bg-purple-200\/90{background-color:#e9d5ffe6}.group:checked .group-checked\:bg-purple-300{background-color:#d8b4fe}.group:checked .group-checked\:bg-purple-300\/0{background-color:#d8b4fe00}.group:checked .group-checked\:bg-purple-300\/10{background-color:#d8b4fe1a}.group:checked .group-checked\:bg-purple-300\/20{background-color:#d8b4fe33}.group:checked .group-checked\:bg-purple-300\/30{background-color:#d8b4fe4d}.group:checked .group-checked\:bg-purple-300\/40{background-color:#d8b4fe66}.group:checked .group-checked\:bg-purple-300\/50{background-color:#d8b4fe80}.group:checked .group-checked\:bg-purple-300\/60{background-color:#d8b4fe99}.group:checked .group-checked\:bg-purple-300\/70{background-color:#d8b4feb3}.group:checked .group-checked\:bg-purple-300\/75{background-color:#d8b4febf}.group:checked .group-checked\:bg-purple-300\/80{background-color:#d8b4fecc}.group:checked .group-checked\:bg-purple-300\/90{background-color:#d8b4fee6}.group:checked .group-checked\:bg-purple-400{background-color:#c084fc}.group:checked .group-checked\:bg-purple-400\/0{background-color:#c084fc00}.group:checked .group-checked\:bg-purple-400\/10{background-color:#c084fc1a}.group:checked .group-checked\:bg-purple-400\/20{background-color:#c084fc33}.group:checked .group-checked\:bg-purple-400\/30{background-color:#c084fc4d}.group:checked .group-checked\:bg-purple-400\/40{background-color:#c084fc66}.group:checked .group-checked\:bg-purple-400\/50{background-color:#c084fc80}.group:checked .group-checked\:bg-purple-400\/60{background-color:#c084fc99}.group:checked .group-checked\:bg-purple-400\/70{background-color:#c084fcb3}.group:checked .group-checked\:bg-purple-400\/75{background-color:#c084fcbf}.group:checked .group-checked\:bg-purple-400\/80{background-color:#c084fccc}.group:checked .group-checked\:bg-purple-400\/90{background-color:#c084fce6}.group:checked .group-checked\:bg-purple-500{background-color:#a855f7}.group:checked .group-checked\:bg-purple-500\/0{background-color:#a855f700}.group:checked .group-checked\:bg-purple-500\/10{background-color:#a855f71a}.group:checked .group-checked\:bg-purple-500\/20{background-color:#a855f733}.group:checked .group-checked\:bg-purple-500\/30{background-color:#a855f74d}.group:checked .group-checked\:bg-purple-500\/40{background-color:#a855f766}.group:checked .group-checked\:bg-purple-500\/50{background-color:#a855f780}.group:checked .group-checked\:bg-purple-500\/60{background-color:#a855f799}.group:checked .group-checked\:bg-purple-500\/70{background-color:#a855f7b3}.group:checked .group-checked\:bg-purple-500\/75{background-color:#a855f7bf}.group:checked .group-checked\:bg-purple-500\/80{background-color:#a855f7cc}.group:checked .group-checked\:bg-purple-500\/90{background-color:#a855f7e6}.group:checked .group-checked\:bg-purple-600{background-color:#9333ea}.group:checked .group-checked\:bg-purple-600\/0{background-color:#9333ea00}.group:checked .group-checked\:bg-purple-600\/10{background-color:#9333ea1a}.group:checked .group-checked\:bg-purple-600\/20{background-color:#9333ea33}.group:checked .group-checked\:bg-purple-600\/30{background-color:#9333ea4d}.group:checked .group-checked\:bg-purple-600\/40{background-color:#9333ea66}.group:checked .group-checked\:bg-purple-600\/50{background-color:#9333ea80}.group:checked .group-checked\:bg-purple-600\/60{background-color:#9333ea99}.group:checked .group-checked\:bg-purple-600\/70{background-color:#9333eab3}.group:checked .group-checked\:bg-purple-600\/75{background-color:#9333eabf}.group:checked .group-checked\:bg-purple-600\/80{background-color:#9333eacc}.group:checked .group-checked\:bg-purple-600\/90{background-color:#9333eae6}.group:checked .group-checked\:bg-purple-700{background-color:#7e22ce}.group:checked .group-checked\:bg-purple-700\/0{background-color:#7e22ce00}.group:checked .group-checked\:bg-purple-700\/10{background-color:#7e22ce1a}.group:checked .group-checked\:bg-purple-700\/20{background-color:#7e22ce33}.group:checked .group-checked\:bg-purple-700\/30{background-color:#7e22ce4d}.group:checked .group-checked\:bg-purple-700\/40{background-color:#7e22ce66}.group:checked .group-checked\:bg-purple-700\/50{background-color:#7e22ce80}.group:checked .group-checked\:bg-purple-700\/60{background-color:#7e22ce99}.group:checked .group-checked\:bg-purple-700\/70{background-color:#7e22ceb3}.group:checked .group-checked\:bg-purple-700\/75{background-color:#7e22cebf}.group:checked .group-checked\:bg-purple-700\/80{background-color:#7e22cecc}.group:checked .group-checked\:bg-purple-700\/90{background-color:#7e22cee6}.group:checked .group-checked\:bg-purple-800{background-color:#6b21a8}.group:checked .group-checked\:bg-purple-800\/0{background-color:#6b21a800}.group:checked .group-checked\:bg-purple-800\/10{background-color:#6b21a81a}.group:checked .group-checked\:bg-purple-800\/20{background-color:#6b21a833}.group:checked .group-checked\:bg-purple-800\/30{background-color:#6b21a84d}.group:checked .group-checked\:bg-purple-800\/40{background-color:#6b21a866}.group:checked .group-checked\:bg-purple-800\/50{background-color:#6b21a880}.group:checked .group-checked\:bg-purple-800\/60{background-color:#6b21a899}.group:checked .group-checked\:bg-purple-800\/70{background-color:#6b21a8b3}.group:checked .group-checked\:bg-purple-800\/75{background-color:#6b21a8bf}.group:checked .group-checked\:bg-purple-800\/80{background-color:#6b21a8cc}.group:checked .group-checked\:bg-purple-800\/90{background-color:#6b21a8e6}.group:checked .group-checked\:bg-purple-900{background-color:#581c87}.group:checked .group-checked\:bg-purple-900\/0{background-color:#581c8700}.group:checked .group-checked\:bg-purple-900\/10{background-color:#581c871a}.group:checked .group-checked\:bg-purple-900\/20{background-color:#581c8733}.group:checked .group-checked\:bg-purple-900\/30{background-color:#581c874d}.group:checked .group-checked\:bg-purple-900\/40{background-color:#581c8766}.group:checked .group-checked\:bg-purple-900\/50{background-color:#581c8780}.group:checked .group-checked\:bg-purple-900\/60{background-color:#581c8799}.group:checked .group-checked\:bg-purple-900\/70{background-color:#581c87b3}.group:checked .group-checked\:bg-purple-900\/75{background-color:#581c87bf}.group:checked .group-checked\:bg-purple-900\/80{background-color:#581c87cc}.group:checked .group-checked\:bg-purple-900\/90{background-color:#581c87e6}.group:checked .group-checked\:bg-purple-950{background-color:#3b0764}.group:checked .group-checked\:bg-purple-950\/0{background-color:#3b076400}.group:checked .group-checked\:bg-purple-950\/10{background-color:#3b07641a}.group:checked .group-checked\:bg-purple-950\/20{background-color:#3b076433}.group:checked .group-checked\:bg-purple-950\/30{background-color:#3b07644d}.group:checked .group-checked\:bg-purple-950\/40{background-color:#3b076466}.group:checked .group-checked\:bg-purple-950\/50{background-color:#3b076480}.group:checked .group-checked\:bg-purple-950\/60{background-color:#3b076499}.group:checked .group-checked\:bg-purple-950\/70{background-color:#3b0764b3}.group:checked .group-checked\:bg-purple-950\/75{background-color:#3b0764bf}.group:checked .group-checked\:bg-purple-950\/80{background-color:#3b0764cc}.group:checked .group-checked\:bg-purple-950\/90{background-color:#3b0764e6}.group:checked .group-checked\:bg-fuchsia-50{background-color:#fdf4ff}.group:checked .group-checked\:bg-fuchsia-50\/0{background-color:#fdf4ff00}.group:checked .group-checked\:bg-fuchsia-50\/10{background-color:#fdf4ff1a}.group:checked .group-checked\:bg-fuchsia-50\/20{background-color:#fdf4ff33}.group:checked .group-checked\:bg-fuchsia-50\/30{background-color:#fdf4ff4d}.group:checked .group-checked\:bg-fuchsia-50\/40{background-color:#fdf4ff66}.group:checked .group-checked\:bg-fuchsia-50\/50{background-color:#fdf4ff80}.group:checked .group-checked\:bg-fuchsia-50\/60{background-color:#fdf4ff99}.group:checked .group-checked\:bg-fuchsia-50\/70{background-color:#fdf4ffb3}.group:checked .group-checked\:bg-fuchsia-50\/75{background-color:#fdf4ffbf}.group:checked .group-checked\:bg-fuchsia-50\/80{background-color:#fdf4ffcc}.group:checked .group-checked\:bg-fuchsia-50\/90{background-color:#fdf4ffe6}.group:checked .group-checked\:bg-fuchsia-100{background-color:#fae8ff}.group:checked .group-checked\:bg-fuchsia-100\/0{background-color:#fae8ff00}.group:checked .group-checked\:bg-fuchsia-100\/10{background-color:#fae8ff1a}.group:checked .group-checked\:bg-fuchsia-100\/20{background-color:#fae8ff33}.group:checked .group-checked\:bg-fuchsia-100\/30{background-color:#fae8ff4d}.group:checked .group-checked\:bg-fuchsia-100\/40{background-color:#fae8ff66}.group:checked .group-checked\:bg-fuchsia-100\/50{background-color:#fae8ff80}.group:checked .group-checked\:bg-fuchsia-100\/60{background-color:#fae8ff99}.group:checked .group-checked\:bg-fuchsia-100\/70{background-color:#fae8ffb3}.group:checked .group-checked\:bg-fuchsia-100\/75{background-color:#fae8ffbf}.group:checked .group-checked\:bg-fuchsia-100\/80{background-color:#fae8ffcc}.group:checked .group-checked\:bg-fuchsia-100\/90{background-color:#fae8ffe6}.group:checked .group-checked\:bg-fuchsia-200{background-color:#f5d0fe}.group:checked .group-checked\:bg-fuchsia-200\/0{background-color:#f5d0fe00}.group:checked .group-checked\:bg-fuchsia-200\/10{background-color:#f5d0fe1a}.group:checked .group-checked\:bg-fuchsia-200\/20{background-color:#f5d0fe33}.group:checked .group-checked\:bg-fuchsia-200\/30{background-color:#f5d0fe4d}.group:checked .group-checked\:bg-fuchsia-200\/40{background-color:#f5d0fe66}.group:checked .group-checked\:bg-fuchsia-200\/50{background-color:#f5d0fe80}.group:checked .group-checked\:bg-fuchsia-200\/60{background-color:#f5d0fe99}.group:checked .group-checked\:bg-fuchsia-200\/70{background-color:#f5d0feb3}.group:checked .group-checked\:bg-fuchsia-200\/75{background-color:#f5d0febf}.group:checked .group-checked\:bg-fuchsia-200\/80{background-color:#f5d0fecc}.group:checked .group-checked\:bg-fuchsia-200\/90{background-color:#f5d0fee6}.group:checked .group-checked\:bg-fuchsia-300{background-color:#f0abfc}.group:checked .group-checked\:bg-fuchsia-300\/0{background-color:#f0abfc00}.group:checked .group-checked\:bg-fuchsia-300\/10{background-color:#f0abfc1a}.group:checked .group-checked\:bg-fuchsia-300\/20{background-color:#f0abfc33}.group:checked .group-checked\:bg-fuchsia-300\/30{background-color:#f0abfc4d}.group:checked .group-checked\:bg-fuchsia-300\/40{background-color:#f0abfc66}.group:checked .group-checked\:bg-fuchsia-300\/50{background-color:#f0abfc80}.group:checked .group-checked\:bg-fuchsia-300\/60{background-color:#f0abfc99}.group:checked .group-checked\:bg-fuchsia-300\/70{background-color:#f0abfcb3}.group:checked .group-checked\:bg-fuchsia-300\/75{background-color:#f0abfcbf}.group:checked .group-checked\:bg-fuchsia-300\/80{background-color:#f0abfccc}.group:checked .group-checked\:bg-fuchsia-300\/90{background-color:#f0abfce6}.group:checked .group-checked\:bg-fuchsia-400{background-color:#e879f9}.group:checked .group-checked\:bg-fuchsia-400\/0{background-color:#e879f900}.group:checked .group-checked\:bg-fuchsia-400\/10{background-color:#e879f91a}.group:checked .group-checked\:bg-fuchsia-400\/20{background-color:#e879f933}.group:checked .group-checked\:bg-fuchsia-400\/30{background-color:#e879f94d}.group:checked .group-checked\:bg-fuchsia-400\/40{background-color:#e879f966}.group:checked .group-checked\:bg-fuchsia-400\/50{background-color:#e879f980}.group:checked .group-checked\:bg-fuchsia-400\/60{background-color:#e879f999}.group:checked .group-checked\:bg-fuchsia-400\/70{background-color:#e879f9b3}.group:checked .group-checked\:bg-fuchsia-400\/75{background-color:#e879f9bf}.group:checked .group-checked\:bg-fuchsia-400\/80{background-color:#e879f9cc}.group:checked .group-checked\:bg-fuchsia-400\/90{background-color:#e879f9e6}.group:checked .group-checked\:bg-fuchsia-500{background-color:#d946ef}.group:checked .group-checked\:bg-fuchsia-500\/0{background-color:#d946ef00}.group:checked .group-checked\:bg-fuchsia-500\/10{background-color:#d946ef1a}.group:checked .group-checked\:bg-fuchsia-500\/20{background-color:#d946ef33}.group:checked .group-checked\:bg-fuchsia-500\/30{background-color:#d946ef4d}.group:checked .group-checked\:bg-fuchsia-500\/40{background-color:#d946ef66}.group:checked .group-checked\:bg-fuchsia-500\/50{background-color:#d946ef80}.group:checked .group-checked\:bg-fuchsia-500\/60{background-color:#d946ef99}.group:checked .group-checked\:bg-fuchsia-500\/70{background-color:#d946efb3}.group:checked .group-checked\:bg-fuchsia-500\/75{background-color:#d946efbf}.group:checked .group-checked\:bg-fuchsia-500\/80{background-color:#d946efcc}.group:checked .group-checked\:bg-fuchsia-500\/90{background-color:#d946efe6}.group:checked .group-checked\:bg-fuchsia-600{background-color:#c026d3}.group:checked .group-checked\:bg-fuchsia-600\/0{background-color:#c026d300}.group:checked .group-checked\:bg-fuchsia-600\/10{background-color:#c026d31a}.group:checked .group-checked\:bg-fuchsia-600\/20{background-color:#c026d333}.group:checked .group-checked\:bg-fuchsia-600\/30{background-color:#c026d34d}.group:checked .group-checked\:bg-fuchsia-600\/40{background-color:#c026d366}.group:checked .group-checked\:bg-fuchsia-600\/50{background-color:#c026d380}.group:checked .group-checked\:bg-fuchsia-600\/60{background-color:#c026d399}.group:checked .group-checked\:bg-fuchsia-600\/70{background-color:#c026d3b3}.group:checked .group-checked\:bg-fuchsia-600\/75{background-color:#c026d3bf}.group:checked .group-checked\:bg-fuchsia-600\/80{background-color:#c026d3cc}.group:checked .group-checked\:bg-fuchsia-600\/90{background-color:#c026d3e6}.group:checked .group-checked\:bg-fuchsia-700{background-color:#a21caf}.group:checked .group-checked\:bg-fuchsia-700\/0{background-color:#a21caf00}.group:checked .group-checked\:bg-fuchsia-700\/10{background-color:#a21caf1a}.group:checked .group-checked\:bg-fuchsia-700\/20{background-color:#a21caf33}.group:checked .group-checked\:bg-fuchsia-700\/30{background-color:#a21caf4d}.group:checked .group-checked\:bg-fuchsia-700\/40{background-color:#a21caf66}.group:checked .group-checked\:bg-fuchsia-700\/50{background-color:#a21caf80}.group:checked .group-checked\:bg-fuchsia-700\/60{background-color:#a21caf99}.group:checked .group-checked\:bg-fuchsia-700\/70{background-color:#a21cafb3}.group:checked .group-checked\:bg-fuchsia-700\/75{background-color:#a21cafbf}.group:checked .group-checked\:bg-fuchsia-700\/80{background-color:#a21cafcc}.group:checked .group-checked\:bg-fuchsia-700\/90{background-color:#a21cafe6}.group:checked .group-checked\:bg-fuchsia-800{background-color:#86198f}.group:checked .group-checked\:bg-fuchsia-800\/0{background-color:#86198f00}.group:checked .group-checked\:bg-fuchsia-800\/10{background-color:#86198f1a}.group:checked .group-checked\:bg-fuchsia-800\/20{background-color:#86198f33}.group:checked .group-checked\:bg-fuchsia-800\/30{background-color:#86198f4d}.group:checked .group-checked\:bg-fuchsia-800\/40{background-color:#86198f66}.group:checked .group-checked\:bg-fuchsia-800\/50{background-color:#86198f80}.group:checked .group-checked\:bg-fuchsia-800\/60{background-color:#86198f99}.group:checked .group-checked\:bg-fuchsia-800\/70{background-color:#86198fb3}.group:checked .group-checked\:bg-fuchsia-800\/75{background-color:#86198fbf}.group:checked .group-checked\:bg-fuchsia-800\/80{background-color:#86198fcc}.group:checked .group-checked\:bg-fuchsia-800\/90{background-color:#86198fe6}.group:checked .group-checked\:bg-fuchsia-900{background-color:#701a75}.group:checked .group-checked\:bg-fuchsia-900\/0{background-color:#701a7500}.group:checked .group-checked\:bg-fuchsia-900\/10{background-color:#701a751a}.group:checked .group-checked\:bg-fuchsia-900\/20{background-color:#701a7533}.group:checked .group-checked\:bg-fuchsia-900\/30{background-color:#701a754d}.group:checked .group-checked\:bg-fuchsia-900\/40{background-color:#701a7566}.group:checked .group-checked\:bg-fuchsia-900\/50{background-color:#701a7580}.group:checked .group-checked\:bg-fuchsia-900\/60{background-color:#701a7599}.group:checked .group-checked\:bg-fuchsia-900\/70{background-color:#701a75b3}.group:checked .group-checked\:bg-fuchsia-900\/75{background-color:#701a75bf}.group:checked .group-checked\:bg-fuchsia-900\/80{background-color:#701a75cc}.group:checked .group-checked\:bg-fuchsia-900\/90{background-color:#701a75e6}.group:checked .group-checked\:bg-fuchsia-950{background-color:#4a044e}.group:checked .group-checked\:bg-fuchsia-950\/0{background-color:#4a044e00}.group:checked .group-checked\:bg-fuchsia-950\/10{background-color:#4a044e1a}.group:checked .group-checked\:bg-fuchsia-950\/20{background-color:#4a044e33}.group:checked .group-checked\:bg-fuchsia-950\/30{background-color:#4a044e4d}.group:checked .group-checked\:bg-fuchsia-950\/40{background-color:#4a044e66}.group:checked .group-checked\:bg-fuchsia-950\/50{background-color:#4a044e80}.group:checked .group-checked\:bg-fuchsia-950\/60{background-color:#4a044e99}.group:checked .group-checked\:bg-fuchsia-950\/70{background-color:#4a044eb3}.group:checked .group-checked\:bg-fuchsia-950\/75{background-color:#4a044ebf}.group:checked .group-checked\:bg-fuchsia-950\/80{background-color:#4a044ecc}.group:checked .group-checked\:bg-fuchsia-950\/90{background-color:#4a044ee6}.group:checked .group-checked\:bg-pink-50{background-color:#fdf2f8}.group:checked .group-checked\:bg-pink-50\/0{background-color:#fdf2f800}.group:checked .group-checked\:bg-pink-50\/10{background-color:#fdf2f81a}.group:checked .group-checked\:bg-pink-50\/20{background-color:#fdf2f833}.group:checked .group-checked\:bg-pink-50\/30{background-color:#fdf2f84d}.group:checked .group-checked\:bg-pink-50\/40{background-color:#fdf2f866}.group:checked .group-checked\:bg-pink-50\/50{background-color:#fdf2f880}.group:checked .group-checked\:bg-pink-50\/60{background-color:#fdf2f899}.group:checked .group-checked\:bg-pink-50\/70{background-color:#fdf2f8b3}.group:checked .group-checked\:bg-pink-50\/75{background-color:#fdf2f8bf}.group:checked .group-checked\:bg-pink-50\/80{background-color:#fdf2f8cc}.group:checked .group-checked\:bg-pink-50\/90{background-color:#fdf2f8e6}.group:checked .group-checked\:bg-pink-100{background-color:#fce7f3}.group:checked .group-checked\:bg-pink-100\/0{background-color:#fce7f300}.group:checked .group-checked\:bg-pink-100\/10{background-color:#fce7f31a}.group:checked .group-checked\:bg-pink-100\/20{background-color:#fce7f333}.group:checked .group-checked\:bg-pink-100\/30{background-color:#fce7f34d}.group:checked .group-checked\:bg-pink-100\/40{background-color:#fce7f366}.group:checked .group-checked\:bg-pink-100\/50{background-color:#fce7f380}.group:checked .group-checked\:bg-pink-100\/60{background-color:#fce7f399}.group:checked .group-checked\:bg-pink-100\/70{background-color:#fce7f3b3}.group:checked .group-checked\:bg-pink-100\/75{background-color:#fce7f3bf}.group:checked .group-checked\:bg-pink-100\/80{background-color:#fce7f3cc}.group:checked .group-checked\:bg-pink-100\/90{background-color:#fce7f3e6}.group:checked .group-checked\:bg-pink-200{background-color:#fbcfe8}.group:checked .group-checked\:bg-pink-200\/0{background-color:#fbcfe800}.group:checked .group-checked\:bg-pink-200\/10{background-color:#fbcfe81a}.group:checked .group-checked\:bg-pink-200\/20{background-color:#fbcfe833}.group:checked .group-checked\:bg-pink-200\/30{background-color:#fbcfe84d}.group:checked .group-checked\:bg-pink-200\/40{background-color:#fbcfe866}.group:checked .group-checked\:bg-pink-200\/50{background-color:#fbcfe880}.group:checked .group-checked\:bg-pink-200\/60{background-color:#fbcfe899}.group:checked .group-checked\:bg-pink-200\/70{background-color:#fbcfe8b3}.group:checked .group-checked\:bg-pink-200\/75{background-color:#fbcfe8bf}.group:checked .group-checked\:bg-pink-200\/80{background-color:#fbcfe8cc}.group:checked .group-checked\:bg-pink-200\/90{background-color:#fbcfe8e6}.group:checked .group-checked\:bg-pink-300{background-color:#f9a8d4}.group:checked .group-checked\:bg-pink-300\/0{background-color:#f9a8d400}.group:checked .group-checked\:bg-pink-300\/10{background-color:#f9a8d41a}.group:checked .group-checked\:bg-pink-300\/20{background-color:#f9a8d433}.group:checked .group-checked\:bg-pink-300\/30{background-color:#f9a8d44d}.group:checked .group-checked\:bg-pink-300\/40{background-color:#f9a8d466}.group:checked .group-checked\:bg-pink-300\/50{background-color:#f9a8d480}.group:checked .group-checked\:bg-pink-300\/60{background-color:#f9a8d499}.group:checked .group-checked\:bg-pink-300\/70{background-color:#f9a8d4b3}.group:checked .group-checked\:bg-pink-300\/75{background-color:#f9a8d4bf}.group:checked .group-checked\:bg-pink-300\/80{background-color:#f9a8d4cc}.group:checked .group-checked\:bg-pink-300\/90{background-color:#f9a8d4e6}.group:checked .group-checked\:bg-pink-400{background-color:#f472b6}.group:checked .group-checked\:bg-pink-400\/0{background-color:#f472b600}.group:checked .group-checked\:bg-pink-400\/10{background-color:#f472b61a}.group:checked .group-checked\:bg-pink-400\/20{background-color:#f472b633}.group:checked .group-checked\:bg-pink-400\/30{background-color:#f472b64d}.group:checked .group-checked\:bg-pink-400\/40{background-color:#f472b666}.group:checked .group-checked\:bg-pink-400\/50{background-color:#f472b680}.group:checked .group-checked\:bg-pink-400\/60{background-color:#f472b699}.group:checked .group-checked\:bg-pink-400\/70{background-color:#f472b6b3}.group:checked .group-checked\:bg-pink-400\/75{background-color:#f472b6bf}.group:checked .group-checked\:bg-pink-400\/80{background-color:#f472b6cc}.group:checked .group-checked\:bg-pink-400\/90{background-color:#f472b6e6}.group:checked .group-checked\:bg-pink-500{background-color:#ec4899}.group:checked .group-checked\:bg-pink-500\/0{background-color:#ec489900}.group:checked .group-checked\:bg-pink-500\/10{background-color:#ec48991a}.group:checked .group-checked\:bg-pink-500\/20{background-color:#ec489933}.group:checked .group-checked\:bg-pink-500\/30{background-color:#ec48994d}.group:checked .group-checked\:bg-pink-500\/40{background-color:#ec489966}.group:checked .group-checked\:bg-pink-500\/50{background-color:#ec489980}.group:checked .group-checked\:bg-pink-500\/60{background-color:#ec489999}.group:checked .group-checked\:bg-pink-500\/70{background-color:#ec4899b3}.group:checked .group-checked\:bg-pink-500\/75{background-color:#ec4899bf}.group:checked .group-checked\:bg-pink-500\/80{background-color:#ec4899cc}.group:checked .group-checked\:bg-pink-500\/90{background-color:#ec4899e6}.group:checked .group-checked\:bg-pink-600{background-color:#db2777}.group:checked .group-checked\:bg-pink-600\/0{background-color:#db277700}.group:checked .group-checked\:bg-pink-600\/10{background-color:#db27771a}.group:checked .group-checked\:bg-pink-600\/20{background-color:#db277733}.group:checked .group-checked\:bg-pink-600\/30{background-color:#db27774d}.group:checked .group-checked\:bg-pink-600\/40{background-color:#db277766}.group:checked .group-checked\:bg-pink-600\/50{background-color:#db277780}.group:checked .group-checked\:bg-pink-600\/60{background-color:#db277799}.group:checked .group-checked\:bg-pink-600\/70{background-color:#db2777b3}.group:checked .group-checked\:bg-pink-600\/75{background-color:#db2777bf}.group:checked .group-checked\:bg-pink-600\/80{background-color:#db2777cc}.group:checked .group-checked\:bg-pink-600\/90{background-color:#db2777e6}.group:checked .group-checked\:bg-pink-700{background-color:#be185d}.group:checked .group-checked\:bg-pink-700\/0{background-color:#be185d00}.group:checked .group-checked\:bg-pink-700\/10{background-color:#be185d1a}.group:checked .group-checked\:bg-pink-700\/20{background-color:#be185d33}.group:checked .group-checked\:bg-pink-700\/30{background-color:#be185d4d}.group:checked .group-checked\:bg-pink-700\/40{background-color:#be185d66}.group:checked .group-checked\:bg-pink-700\/50{background-color:#be185d80}.group:checked .group-checked\:bg-pink-700\/60{background-color:#be185d99}.group:checked .group-checked\:bg-pink-700\/70{background-color:#be185db3}.group:checked .group-checked\:bg-pink-700\/75{background-color:#be185dbf}.group:checked .group-checked\:bg-pink-700\/80{background-color:#be185dcc}.group:checked .group-checked\:bg-pink-700\/90{background-color:#be185de6}.group:checked .group-checked\:bg-pink-800{background-color:#9d174d}.group:checked .group-checked\:bg-pink-800\/0{background-color:#9d174d00}.group:checked .group-checked\:bg-pink-800\/10{background-color:#9d174d1a}.group:checked .group-checked\:bg-pink-800\/20{background-color:#9d174d33}.group:checked .group-checked\:bg-pink-800\/30{background-color:#9d174d4d}.group:checked .group-checked\:bg-pink-800\/40{background-color:#9d174d66}.group:checked .group-checked\:bg-pink-800\/50{background-color:#9d174d80}.group:checked .group-checked\:bg-pink-800\/60{background-color:#9d174d99}.group:checked .group-checked\:bg-pink-800\/70{background-color:#9d174db3}.group:checked .group-checked\:bg-pink-800\/75{background-color:#9d174dbf}.group:checked .group-checked\:bg-pink-800\/80{background-color:#9d174dcc}.group:checked .group-checked\:bg-pink-800\/90{background-color:#9d174de6}.group:checked .group-checked\:bg-pink-900{background-color:#831843}.group:checked .group-checked\:bg-pink-900\/0{background-color:#83184300}.group:checked .group-checked\:bg-pink-900\/10{background-color:#8318431a}.group:checked .group-checked\:bg-pink-900\/20{background-color:#83184333}.group:checked .group-checked\:bg-pink-900\/30{background-color:#8318434d}.group:checked .group-checked\:bg-pink-900\/40{background-color:#83184366}.group:checked .group-checked\:bg-pink-900\/50{background-color:#83184380}.group:checked .group-checked\:bg-pink-900\/60{background-color:#83184399}.group:checked .group-checked\:bg-pink-900\/70{background-color:#831843b3}.group:checked .group-checked\:bg-pink-900\/75{background-color:#831843bf}.group:checked .group-checked\:bg-pink-900\/80{background-color:#831843cc}.group:checked .group-checked\:bg-pink-900\/90{background-color:#831843e6}.group:checked .group-checked\:bg-pink-950{background-color:#500724}.group:checked .group-checked\:bg-pink-950\/0{background-color:#50072400}.group:checked .group-checked\:bg-pink-950\/10{background-color:#5007241a}.group:checked .group-checked\:bg-pink-950\/20{background-color:#50072433}.group:checked .group-checked\:bg-pink-950\/30{background-color:#5007244d}.group:checked .group-checked\:bg-pink-950\/40{background-color:#50072466}.group:checked .group-checked\:bg-pink-950\/50{background-color:#50072480}.group:checked .group-checked\:bg-pink-950\/60{background-color:#50072499}.group:checked .group-checked\:bg-pink-950\/70{background-color:#500724b3}.group:checked .group-checked\:bg-pink-950\/75{background-color:#500724bf}.group:checked .group-checked\:bg-pink-950\/80{background-color:#500724cc}.group:checked .group-checked\:bg-pink-950\/90{background-color:#500724e6}.group:checked .group-checked\:bg-rose-50{background-color:#fff1f2}.group:checked .group-checked\:bg-rose-50\/0{background-color:#fff1f200}.group:checked .group-checked\:bg-rose-50\/10{background-color:#fff1f21a}.group:checked .group-checked\:bg-rose-50\/20{background-color:#fff1f233}.group:checked .group-checked\:bg-rose-50\/30{background-color:#fff1f24d}.group:checked .group-checked\:bg-rose-50\/40{background-color:#fff1f266}.group:checked .group-checked\:bg-rose-50\/50{background-color:#fff1f280}.group:checked .group-checked\:bg-rose-50\/60{background-color:#fff1f299}.group:checked .group-checked\:bg-rose-50\/70{background-color:#fff1f2b3}.group:checked .group-checked\:bg-rose-50\/75{background-color:#fff1f2bf}.group:checked .group-checked\:bg-rose-50\/80{background-color:#fff1f2cc}.group:checked .group-checked\:bg-rose-50\/90{background-color:#fff1f2e6}.group:checked .group-checked\:bg-rose-100{background-color:#ffe4e6}.group:checked .group-checked\:bg-rose-100\/0{background-color:#ffe4e600}.group:checked .group-checked\:bg-rose-100\/10{background-color:#ffe4e61a}.group:checked .group-checked\:bg-rose-100\/20{background-color:#ffe4e633}.group:checked .group-checked\:bg-rose-100\/30{background-color:#ffe4e64d}.group:checked .group-checked\:bg-rose-100\/40{background-color:#ffe4e666}.group:checked .group-checked\:bg-rose-100\/50{background-color:#ffe4e680}.group:checked .group-checked\:bg-rose-100\/60{background-color:#ffe4e699}.group:checked .group-checked\:bg-rose-100\/70{background-color:#ffe4e6b3}.group:checked .group-checked\:bg-rose-100\/75{background-color:#ffe4e6bf}.group:checked .group-checked\:bg-rose-100\/80{background-color:#ffe4e6cc}.group:checked .group-checked\:bg-rose-100\/90{background-color:#ffe4e6e6}.group:checked .group-checked\:bg-rose-200{background-color:#fecdd3}.group:checked .group-checked\:bg-rose-200\/0{background-color:#fecdd300}.group:checked .group-checked\:bg-rose-200\/10{background-color:#fecdd31a}.group:checked .group-checked\:bg-rose-200\/20{background-color:#fecdd333}.group:checked .group-checked\:bg-rose-200\/30{background-color:#fecdd34d}.group:checked .group-checked\:bg-rose-200\/40{background-color:#fecdd366}.group:checked .group-checked\:bg-rose-200\/50{background-color:#fecdd380}.group:checked .group-checked\:bg-rose-200\/60{background-color:#fecdd399}.group:checked .group-checked\:bg-rose-200\/70{background-color:#fecdd3b3}.group:checked .group-checked\:bg-rose-200\/75{background-color:#fecdd3bf}.group:checked .group-checked\:bg-rose-200\/80{background-color:#fecdd3cc}.group:checked .group-checked\:bg-rose-200\/90{background-color:#fecdd3e6}.group:checked .group-checked\:bg-rose-300{background-color:#fda4af}.group:checked .group-checked\:bg-rose-300\/0{background-color:#fda4af00}.group:checked .group-checked\:bg-rose-300\/10{background-color:#fda4af1a}.group:checked .group-checked\:bg-rose-300\/20{background-color:#fda4af33}.group:checked .group-checked\:bg-rose-300\/30{background-color:#fda4af4d}.group:checked .group-checked\:bg-rose-300\/40{background-color:#fda4af66}.group:checked .group-checked\:bg-rose-300\/50{background-color:#fda4af80}.group:checked .group-checked\:bg-rose-300\/60{background-color:#fda4af99}.group:checked .group-checked\:bg-rose-300\/70{background-color:#fda4afb3}.group:checked .group-checked\:bg-rose-300\/75{background-color:#fda4afbf}.group:checked .group-checked\:bg-rose-300\/80{background-color:#fda4afcc}.group:checked .group-checked\:bg-rose-300\/90{background-color:#fda4afe6}.group:checked .group-checked\:bg-rose-400{background-color:#fb7185}.group:checked .group-checked\:bg-rose-400\/0{background-color:#fb718500}.group:checked .group-checked\:bg-rose-400\/10{background-color:#fb71851a}.group:checked .group-checked\:bg-rose-400\/20{background-color:#fb718533}.group:checked .group-checked\:bg-rose-400\/30{background-color:#fb71854d}.group:checked .group-checked\:bg-rose-400\/40{background-color:#fb718566}.group:checked .group-checked\:bg-rose-400\/50{background-color:#fb718580}.group:checked .group-checked\:bg-rose-400\/60{background-color:#fb718599}.group:checked .group-checked\:bg-rose-400\/70{background-color:#fb7185b3}.group:checked .group-checked\:bg-rose-400\/75{background-color:#fb7185bf}.group:checked .group-checked\:bg-rose-400\/80{background-color:#fb7185cc}.group:checked .group-checked\:bg-rose-400\/90{background-color:#fb7185e6}.group:checked .group-checked\:bg-rose-500{background-color:#f43f5e}.group:checked .group-checked\:bg-rose-500\/0{background-color:#f43f5e00}.group:checked .group-checked\:bg-rose-500\/10{background-color:#f43f5e1a}.group:checked .group-checked\:bg-rose-500\/20{background-color:#f43f5e33}.group:checked .group-checked\:bg-rose-500\/30{background-color:#f43f5e4d}.group:checked .group-checked\:bg-rose-500\/40{background-color:#f43f5e66}.group:checked .group-checked\:bg-rose-500\/50{background-color:#f43f5e80}.group:checked .group-checked\:bg-rose-500\/60{background-color:#f43f5e99}.group:checked .group-checked\:bg-rose-500\/70{background-color:#f43f5eb3}.group:checked .group-checked\:bg-rose-500\/75{background-color:#f43f5ebf}.group:checked .group-checked\:bg-rose-500\/80{background-color:#f43f5ecc}.group:checked .group-checked\:bg-rose-500\/90{background-color:#f43f5ee6}.group:checked .group-checked\:bg-rose-600{background-color:#e11d48}.group:checked .group-checked\:bg-rose-600\/0{background-color:#e11d4800}.group:checked .group-checked\:bg-rose-600\/10{background-color:#e11d481a}.group:checked .group-checked\:bg-rose-600\/20{background-color:#e11d4833}.group:checked .group-checked\:bg-rose-600\/30{background-color:#e11d484d}.group:checked .group-checked\:bg-rose-600\/40{background-color:#e11d4866}.group:checked .group-checked\:bg-rose-600\/50{background-color:#e11d4880}.group:checked .group-checked\:bg-rose-600\/60{background-color:#e11d4899}.group:checked .group-checked\:bg-rose-600\/70{background-color:#e11d48b3}.group:checked .group-checked\:bg-rose-600\/75{background-color:#e11d48bf}.group:checked .group-checked\:bg-rose-600\/80{background-color:#e11d48cc}.group:checked .group-checked\:bg-rose-600\/90{background-color:#e11d48e6}.group:checked .group-checked\:bg-rose-700{background-color:#be123c}.group:checked .group-checked\:bg-rose-700\/0{background-color:#be123c00}.group:checked .group-checked\:bg-rose-700\/10{background-color:#be123c1a}.group:checked .group-checked\:bg-rose-700\/20{background-color:#be123c33}.group:checked .group-checked\:bg-rose-700\/30{background-color:#be123c4d}.group:checked .group-checked\:bg-rose-700\/40{background-color:#be123c66}.group:checked .group-checked\:bg-rose-700\/50{background-color:#be123c80}.group:checked .group-checked\:bg-rose-700\/60{background-color:#be123c99}.group:checked .group-checked\:bg-rose-700\/70{background-color:#be123cb3}.group:checked .group-checked\:bg-rose-700\/75{background-color:#be123cbf}.group:checked .group-checked\:bg-rose-700\/80{background-color:#be123ccc}.group:checked .group-checked\:bg-rose-700\/90{background-color:#be123ce6}.group:checked .group-checked\:bg-rose-800{background-color:#9f1239}.group:checked .group-checked\:bg-rose-800\/0{background-color:#9f123900}.group:checked .group-checked\:bg-rose-800\/10{background-color:#9f12391a}.group:checked .group-checked\:bg-rose-800\/20{background-color:#9f123933}.group:checked .group-checked\:bg-rose-800\/30{background-color:#9f12394d}.group:checked .group-checked\:bg-rose-800\/40{background-color:#9f123966}.group:checked .group-checked\:bg-rose-800\/50{background-color:#9f123980}.group:checked .group-checked\:bg-rose-800\/60{background-color:#9f123999}.group:checked .group-checked\:bg-rose-800\/70{background-color:#9f1239b3}.group:checked .group-checked\:bg-rose-800\/75{background-color:#9f1239bf}.group:checked .group-checked\:bg-rose-800\/80{background-color:#9f1239cc}.group:checked .group-checked\:bg-rose-800\/90{background-color:#9f1239e6}.group:checked .group-checked\:bg-rose-900{background-color:#881337}.group:checked .group-checked\:bg-rose-900\/0{background-color:#88133700}.group:checked .group-checked\:bg-rose-900\/10{background-color:#8813371a}.group:checked .group-checked\:bg-rose-900\/20{background-color:#88133733}.group:checked .group-checked\:bg-rose-900\/30{background-color:#8813374d}.group:checked .group-checked\:bg-rose-900\/40{background-color:#88133766}.group:checked .group-checked\:bg-rose-900\/50{background-color:#88133780}.group:checked .group-checked\:bg-rose-900\/60{background-color:#88133799}.group:checked .group-checked\:bg-rose-900\/70{background-color:#881337b3}.group:checked .group-checked\:bg-rose-900\/75{background-color:#881337bf}.group:checked .group-checked\:bg-rose-900\/80{background-color:#881337cc}.group:checked .group-checked\:bg-rose-900\/90{background-color:#881337e6}.group:checked .group-checked\:bg-rose-950{background-color:#4c0519}.group:checked .group-checked\:bg-rose-950\/0{background-color:#4c051900}.group:checked .group-checked\:bg-rose-950\/10{background-color:#4c05191a}.group:checked .group-checked\:bg-rose-950\/20{background-color:#4c051933}.group:checked .group-checked\:bg-rose-950\/30{background-color:#4c05194d}.group:checked .group-checked\:bg-rose-950\/40{background-color:#4c051966}.group:checked .group-checked\:bg-rose-950\/50{background-color:#4c051980}.group:checked .group-checked\:bg-rose-950\/60{background-color:#4c051999}.group:checked .group-checked\:bg-rose-950\/70{background-color:#4c0519b3}.group:checked .group-checked\:bg-rose-950\/75{background-color:#4c0519bf}.group:checked .group-checked\:bg-rose-950\/80{background-color:#4c0519cc}.group:checked .group-checked\:bg-rose-950\/90{background-color:#4c0519e6}.group:checked .group-checked\:bg-primary{background-color:#3874ff}.group:checked .group-checked\:bg-primary-bold{background-color:#002660}.group:checked .group-checked\:bg-primary-hover{background-color:#003585}.group:checked .group-checked\:bg-primary-border{background-color:#156ef3}.group:checked .group-checked\:bg-primary-focus-lv1{background-color:#6492ff}.group:checked .group-checked\:bg-primary-focus-lv2{background-color:#c7ddff}.group:checked .group-checked\:bg-primary-bg-color{background-color:#f8fbff}.group:checked .group-checked\:bg-success{background-color:#00bd7e}.group:checked .group-checked\:bg-success-bold{background-color:#006c58}.group:checked .group-checked\:bg-success-hover{background-color:#008d5e}.group:checked .group-checked\:bg-success-border{background-color:#17e5a1}.group:checked .group-checked\:bg-success-focus-lv1{background-color:#a9fbe0}.group:checked .group-checked\:bg-success-bg-color{background-color:#ebfff8}.group:checked .group-checked\:bg-warning{background-color:#ffb41f}.group:checked .group-checked\:bg-warning-bold{background-color:#b77d09}.group:checked .group-checked\:bg-warning-hover{background-color:#e39f17}.group:checked .group-checked\:bg-warning-border{background-color:#f7c86a}.group:checked .group-checked\:bg-warning-focus-lv1{background-color:#fbe0a9}.group:checked .group-checked\:bg-warning-bg-color{background-color:#fff8eb}.group:checked .group-checked\:bg-danger{background-color:#b20000}.group:checked .group-checked\:bg-danger-bold{background-color:#920122}.group:checked .group-checked\:bg-danger-hover{background-color:#c60833}.group:checked .group-checked\:bg-danger-border{background-color:#f35370}.group:checked .group-checked\:bg-danger-focus-lv1{background-color:#fdabb9}.group:checked .group-checked\:bg-danger-bg-color{background-color:#fff1f4}.group:checked .group-checked\:bg-info{background-color:#2668cb}.group:checked .group-checked\:bg-info-bold{background-color:#023480}.group:checked .group-checked\:bg-info-hover{background-color:#0f4eae}.group:checked .group-checked\:bg-info-border{background-color:#679ef2}.group:checked .group-checked\:bg-info-focus-lv1{background-color:#c1d9fd}.group:checked .group-checked\:bg-info-bg-color{background-color:#f2f7ff}.group:checked .group-checked\:bg-neutral-100{background-color:#1a1a1a}.group:checked .group-checked\:bg-neutral-90{background-color:#424242}.group:checked .group-checked\:bg-neutral-80{background-color:#616161}.group:checked .group-checked\:bg-neutral-70{background-color:#757575}.group:checked .group-checked\:bg-neutral-60{background-color:#9e9e9e}.group:checked .group-checked\:bg-neutral-50{background-color:#c2c2c2}.group:checked .group-checked\:bg-neutral-40{background-color:#e0e0e0}.group:checked .group-checked\:bg-neutral-30{background-color:#ededed}.group:checked .group-checked\:bg-neutral-20{background-color:#f5f5f5}.group:checked .group-checked\:bg-base{background-color:#f5f7fa}.group:checked .group-checked\:bg-auto{background-size:auto}.group:checked .group-checked\:bg-cover{background-size:cover}.group:checked .group-checked\:bg-contain{background-size:contain}.group:checked .group-checked\:bg-repeat{background-repeat:repeat}.group:checked .group-checked\:bg-no-repeat{background-repeat:no-repeat}.group:checked .group-checked\:bg-repeat-x{background-repeat:repeat-x}.group:checked .group-checked\:bg-repeat-y{background-repeat:repeat-y}.group:checked .group-checked\:bg-repeat-round{background-repeat:round}.group:checked .group-checked\:bg-repeat-space{background-repeat:space}.group:checked .group-checked\:bg-bottom{background-position:bottom}.group:checked .group-checked\:bg-center{background-position:center}.group:checked .group-checked\:bg-left{background-position:left}.group:checked .group-checked\:bg-left-bottom{background-position:left bottom}.group:checked .group-checked\:bg-left-top{background-position:left top}.group:checked .group-checked\:bg-right{background-position:right}.group:checked .group-checked\:bg-right-bottom{background-position:right bottom}.group:checked .group-checked\:bg-right-top{background-position:right top}.group:checked .group-checked\:bg-top{background-position:top}.group:checked .group-checked\:bg-origin-border{background-origin:border-box}.group:checked .group-checked\:bg-origin-padding{background-origin:padding-box}.group:checked .group-checked\:bg-origin-content{background-origin:content-box}.group:checked .group-checked\:bg-bg-fixed{background-attachment:fixed}.group:checked .group-checked\:bg-bg-local{background-attachment:local}.group:checked .group-checked\:bg-bg-scroll{background-attachment:scroll}.group:checked .group-checked\:p-auto{padding:auto}.group:checked .group-checked\:pl-auto{padding-left:auto}.group:checked .group-checked\:pr-auto{padding-right:auto}.group:checked .group-checked\:px-auto{padding-right:auto;padding-left:auto}.group:checked .group-checked\:py-auto{padding-top:auto;padding-bottom:auto}.group:checked .group-checked\:pb-auto{padding-bottom:auto}.group:checked .group-checked\:pt-auto{padding-top:auto}.group:checked .group-checked\:p-0{padding:0}.group:checked .group-checked\:pl-0{padding-left:0}.group:checked .group-checked\:pr-0{padding-right:0}.group:checked .group-checked\:px-0{padding-right:0;padding-left:0}.group:checked .group-checked\:py-0{padding-top:0;padding-bottom:0}.group:checked .group-checked\:pb-0{padding-bottom:0}.group:checked .group-checked\:pt-0{padding-top:0}.group:checked .group-checked\:p-1{padding:.25rem}.group:checked .group-checked\:pl-1{padding-left:.25rem}.group:checked .group-checked\:pr-1{padding-right:.25rem}.group:checked .group-checked\:px-1{padding-right:.25rem;padding-left:.25rem}.group:checked .group-checked\:py-1{padding-top:.25rem;padding-bottom:.25rem}.group:checked .group-checked\:pb-1{padding-bottom:.25rem}.group:checked .group-checked\:pt-1{padding-top:.25rem}.group:checked .group-checked\:p-2{padding:.5rem}.group:checked .group-checked\:pl-2{padding-left:.5rem}.group:checked .group-checked\:pr-2{padding-right:.5rem}.group:checked .group-checked\:px-2{padding-right:.5rem;padding-left:.5rem}.group:checked .group-checked\:py-2{padding-top:.5rem;padding-bottom:.5rem}.group:checked .group-checked\:pb-2{padding-bottom:.5rem}.group:checked .group-checked\:pt-2{padding-top:.5rem}.group:checked .group-checked\:p-3{padding:.75rem}.group:checked .group-checked\:pl-3{padding-left:.75rem}.group:checked .group-checked\:pr-3{padding-right:.75rem}.group:checked .group-checked\:px-3{padding-right:.75rem;padding-left:.75rem}.group:checked .group-checked\:py-3{padding-top:.75rem;padding-bottom:.75rem}.group:checked .group-checked\:pb-3{padding-bottom:.75rem}.group:checked .group-checked\:pt-3{padding-top:.75rem}.group:checked .group-checked\:p-4{padding:1rem}.group:checked .group-checked\:pl-4{padding-left:1rem}.group:checked .group-checked\:pr-4{padding-right:1rem}.group:checked .group-checked\:px-4{padding-right:1rem;padding-left:1rem}.group:checked .group-checked\:py-4{padding-top:1rem;padding-bottom:1rem}.group:checked .group-checked\:pb-4{padding-bottom:1rem}.group:checked .group-checked\:pt-4{padding-top:1rem}.group:checked .group-checked\:p-5{padding:1.25rem}.group:checked .group-checked\:pl-5{padding-left:1.25rem}.group:checked .group-checked\:pr-5{padding-right:1.25rem}.group:checked .group-checked\:px-5{padding-right:1.25rem;padding-left:1.25rem}.group:checked .group-checked\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.group:checked .group-checked\:pb-5{padding-bottom:1.25rem}.group:checked .group-checked\:pt-5{padding-top:1.25rem}.group:checked .group-checked\:p-6{padding:1.5rem}.group:checked .group-checked\:pl-6{padding-left:1.5rem}.group:checked .group-checked\:pr-6{padding-right:1.5rem}.group:checked .group-checked\:px-6{padding-right:1.5rem;padding-left:1.5rem}.group:checked .group-checked\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.group:checked .group-checked\:pb-6{padding-bottom:1.5rem}.group:checked .group-checked\:pt-6{padding-top:1.5rem}.group:checked .group-checked\:p-7{padding:1.75rem}.group:checked .group-checked\:pl-7{padding-left:1.75rem}.group:checked .group-checked\:pr-7{padding-right:1.75rem}.group:checked .group-checked\:px-7{padding-right:1.75rem;padding-left:1.75rem}.group:checked .group-checked\:py-7{padding-top:1.75rem;padding-bottom:1.75rem}.group:checked .group-checked\:pb-7{padding-bottom:1.75rem}.group:checked .group-checked\:pt-7{padding-top:1.75rem}.group:checked .group-checked\:p-8{padding:2rem}.group:checked .group-checked\:pl-8{padding-left:2rem}.group:checked .group-checked\:pr-8{padding-right:2rem}.group:checked .group-checked\:px-8{padding-right:2rem;padding-left:2rem}.group:checked .group-checked\:py-8{padding-top:2rem;padding-bottom:2rem}.group:checked .group-checked\:pb-8{padding-bottom:2rem}.group:checked .group-checked\:pt-8{padding-top:2rem}.group:checked .group-checked\:p-9{padding:2.25rem}.group:checked .group-checked\:pl-9{padding-left:2.25rem}.group:checked .group-checked\:pr-9{padding-right:2.25rem}.group:checked .group-checked\:px-9{padding-right:2.25rem;padding-left:2.25rem}.group:checked .group-checked\:py-9{padding-top:2.25rem;padding-bottom:2.25rem}.group:checked .group-checked\:pb-9{padding-bottom:2.25rem}.group:checked .group-checked\:pt-9{padding-top:2.25rem}.group:checked .group-checked\:p-10{padding:2.5rem}.group:checked .group-checked\:pl-10{padding-left:2.5rem}.group:checked .group-checked\:pr-10{padding-right:2.5rem}.group:checked .group-checked\:px-10{padding-right:2.5rem;padding-left:2.5rem}.group:checked .group-checked\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.group:checked .group-checked\:pb-10{padding-bottom:2.5rem}.group:checked .group-checked\:pt-10{padding-top:2.5rem}.group:checked .group-checked\:p-11{padding:2.75rem}.group:checked .group-checked\:pl-11{padding-left:2.75rem}.group:checked .group-checked\:pr-11{padding-right:2.75rem}.group:checked .group-checked\:px-11{padding-right:2.75rem;padding-left:2.75rem}.group:checked .group-checked\:py-11{padding-top:2.75rem;padding-bottom:2.75rem}.group:checked .group-checked\:pb-11{padding-bottom:2.75rem}.group:checked .group-checked\:pt-11{padding-top:2.75rem}.group:checked .group-checked\:p-12{padding:3rem}.group:checked .group-checked\:pl-12{padding-left:3rem}.group:checked .group-checked\:pr-12{padding-right:3rem}.group:checked .group-checked\:px-12{padding-right:3rem;padding-left:3rem}.group:checked .group-checked\:py-12{padding-top:3rem;padding-bottom:3rem}.group:checked .group-checked\:pb-12{padding-bottom:3rem}.group:checked .group-checked\:pt-12{padding-top:3rem}.group:checked .group-checked\:p-14{padding:3.5rem}.group:checked .group-checked\:pl-14{padding-left:3.5rem}.group:checked .group-checked\:pr-14{padding-right:3.5rem}.group:checked .group-checked\:px-14{padding-right:3.5rem;padding-left:3.5rem}.group:checked .group-checked\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}.group:checked .group-checked\:pb-14{padding-bottom:3.5rem}.group:checked .group-checked\:pt-14{padding-top:3.5rem}.group:checked .group-checked\:p-16{padding:4rem}.group:checked .group-checked\:pl-16{padding-left:4rem}.group:checked .group-checked\:pr-16{padding-right:4rem}.group:checked .group-checked\:px-16{padding-right:4rem;padding-left:4rem}.group:checked .group-checked\:py-16{padding-top:4rem;padding-bottom:4rem}.group:checked .group-checked\:pb-16{padding-bottom:4rem}.group:checked .group-checked\:pt-16{padding-top:4rem}.group:checked .group-checked\:p-20{padding:5rem}.group:checked .group-checked\:pl-20{padding-left:5rem}.group:checked .group-checked\:pr-20{padding-right:5rem}.group:checked .group-checked\:px-20{padding-right:5rem;padding-left:5rem}.group:checked .group-checked\:py-20{padding-top:5rem;padding-bottom:5rem}.group:checked .group-checked\:pb-20{padding-bottom:5rem}.group:checked .group-checked\:pt-20{padding-top:5rem}.group:checked .group-checked\:p-24{padding:6rem}.group:checked .group-checked\:pl-24{padding-left:6rem}.group:checked .group-checked\:pr-24{padding-right:6rem}.group:checked .group-checked\:px-24{padding-right:6rem;padding-left:6rem}.group:checked .group-checked\:py-24{padding-top:6rem;padding-bottom:6rem}.group:checked .group-checked\:pb-24{padding-bottom:6rem}.group:checked .group-checked\:pt-24{padding-top:6rem}.group:checked .group-checked\:p-28{padding:7rem}.group:checked .group-checked\:pl-28{padding-left:7rem}.group:checked .group-checked\:pr-28{padding-right:7rem}.group:checked .group-checked\:px-28{padding-right:7rem;padding-left:7rem}.group:checked .group-checked\:py-28{padding-top:7rem;padding-bottom:7rem}.group:checked .group-checked\:pb-28{padding-bottom:7rem}.group:checked .group-checked\:pt-28{padding-top:7rem}.group:checked .group-checked\:p-32{padding:8rem}.group:checked .group-checked\:pl-32{padding-left:8rem}.group:checked .group-checked\:pr-32{padding-right:8rem}.group:checked .group-checked\:px-32{padding-right:8rem;padding-left:8rem}.group:checked .group-checked\:py-32{padding-top:8rem;padding-bottom:8rem}.group:checked .group-checked\:pb-32{padding-bottom:8rem}.group:checked .group-checked\:pt-32{padding-top:8rem}.group:checked .group-checked\:p-36{padding:9rem}.group:checked .group-checked\:pl-36{padding-left:9rem}.group:checked .group-checked\:pr-36{padding-right:9rem}.group:checked .group-checked\:px-36{padding-right:9rem;padding-left:9rem}.group:checked .group-checked\:py-36{padding-top:9rem;padding-bottom:9rem}.group:checked .group-checked\:pb-36{padding-bottom:9rem}.group:checked .group-checked\:pt-36{padding-top:9rem}.group:checked .group-checked\:p-40{padding:10rem}.group:checked .group-checked\:pl-40{padding-left:10rem}.group:checked .group-checked\:pr-40{padding-right:10rem}.group:checked .group-checked\:px-40{padding-right:10rem;padding-left:10rem}.group:checked .group-checked\:py-40{padding-top:10rem;padding-bottom:10rem}.group:checked .group-checked\:pb-40{padding-bottom:10rem}.group:checked .group-checked\:pt-40{padding-top:10rem}.group:checked .group-checked\:p-44{padding:11rem}.group:checked .group-checked\:pl-44{padding-left:11rem}.group:checked .group-checked\:pr-44{padding-right:11rem}.group:checked .group-checked\:px-44{padding-right:11rem;padding-left:11rem}.group:checked .group-checked\:py-44{padding-top:11rem;padding-bottom:11rem}.group:checked .group-checked\:pb-44{padding-bottom:11rem}.group:checked .group-checked\:pt-44{padding-top:11rem}.group:checked .group-checked\:p-48{padding:12rem}.group:checked .group-checked\:pl-48{padding-left:12rem}.group:checked .group-checked\:pr-48{padding-right:12rem}.group:checked .group-checked\:px-48{padding-right:12rem;padding-left:12rem}.group:checked .group-checked\:py-48{padding-top:12rem;padding-bottom:12rem}.group:checked .group-checked\:pb-48{padding-bottom:12rem}.group:checked .group-checked\:pt-48{padding-top:12rem}.group:checked .group-checked\:p-52{padding:13rem}.group:checked .group-checked\:pl-52{padding-left:13rem}.group:checked .group-checked\:pr-52{padding-right:13rem}.group:checked .group-checked\:px-52{padding-right:13rem;padding-left:13rem}.group:checked .group-checked\:py-52{padding-top:13rem;padding-bottom:13rem}.group:checked .group-checked\:pb-52{padding-bottom:13rem}.group:checked .group-checked\:pt-52{padding-top:13rem}.group:checked .group-checked\:p-56{padding:14rem}.group:checked .group-checked\:pl-56{padding-left:14rem}.group:checked .group-checked\:pr-56{padding-right:14rem}.group:checked .group-checked\:px-56{padding-right:14rem;padding-left:14rem}.group:checked .group-checked\:py-56{padding-top:14rem;padding-bottom:14rem}.group:checked .group-checked\:pb-56{padding-bottom:14rem}.group:checked .group-checked\:pt-56{padding-top:14rem}.group:checked .group-checked\:p-60{padding:15rem}.group:checked .group-checked\:pl-60{padding-left:15rem}.group:checked .group-checked\:pr-60{padding-right:15rem}.group:checked .group-checked\:px-60{padding-right:15rem;padding-left:15rem}.group:checked .group-checked\:py-60{padding-top:15rem;padding-bottom:15rem}.group:checked .group-checked\:pb-60{padding-bottom:15rem}.group:checked .group-checked\:pt-60{padding-top:15rem}.group:checked .group-checked\:p-64{padding:16rem}.group:checked .group-checked\:pl-64{padding-left:16rem}.group:checked .group-checked\:pr-64{padding-right:16rem}.group:checked .group-checked\:px-64{padding-right:16rem;padding-left:16rem}.group:checked .group-checked\:py-64{padding-top:16rem;padding-bottom:16rem}.group:checked .group-checked\:pb-64{padding-bottom:16rem}.group:checked .group-checked\:pt-64{padding-top:16rem}.group:checked .group-checked\:p-72{padding:18rem}.group:checked .group-checked\:pl-72{padding-left:18rem}.group:checked .group-checked\:pr-72{padding-right:18rem}.group:checked .group-checked\:px-72{padding-right:18rem;padding-left:18rem}.group:checked .group-checked\:py-72{padding-top:18rem;padding-bottom:18rem}.group:checked .group-checked\:pb-72{padding-bottom:18rem}.group:checked .group-checked\:pt-72{padding-top:18rem}.group:checked .group-checked\:p-80{padding:20rem}.group:checked .group-checked\:pl-80{padding-left:20rem}.group:checked .group-checked\:pr-80{padding-right:20rem}.group:checked .group-checked\:px-80{padding-right:20rem;padding-left:20rem}.group:checked .group-checked\:py-80{padding-top:20rem;padding-bottom:20rem}.group:checked .group-checked\:pb-80{padding-bottom:20rem}.group:checked .group-checked\:pt-80{padding-top:20rem}.group:checked .group-checked\:p-96{padding:24rem}.group:checked .group-checked\:pl-96{padding-left:24rem}.group:checked .group-checked\:pr-96{padding-right:24rem}.group:checked .group-checked\:px-96{padding-right:24rem;padding-left:24rem}.group:checked .group-checked\:py-96{padding-top:24rem;padding-bottom:24rem}.group:checked .group-checked\:pb-96{padding-bottom:24rem}.group:checked .group-checked\:pt-96{padding-top:24rem}.group:checked .group-checked\:flex-1{flex:1 1 0%}.group:checked .group-checked\:flex-column{flex-direction:column}.group:checked .group-checked\:flex-row{flex-direction:row}.group:checked .group-checked\:flex-wrap{flex-wrap:wrap}.group:checked .group-checked\:flex-wrap-reverse{flex-wrap:wrap-reverse}.group:checked .group-checked\:flex-nowrap{flex-wrap:nowrap}.group:checked .group-checked\:w-0{width:0px}.group:checked .group-checked\:w-px{width:1px}.group:checked .group-checked\:w-1{width:.25rem}.group:checked .group-checked\:w-2{width:.5rem}.group:checked .group-checked\:w-3{width:.75rem}.group:checked .group-checked\:w-4{width:1rem}.group:checked .group-checked\:w-5{width:1.25rem}.group:checked .group-checked\:w-6{width:1.5rem}.group:checked .group-checked\:w-7{width:1.75rem}.group:checked .group-checked\:w-8{width:2rem}.group:checked .group-checked\:w-9{width:2.25rem}.group:checked .group-checked\:w-10{width:2.5rem}.group:checked .group-checked\:w-11{width:2.75rem}.group:checked .group-checked\:w-12{width:3rem}.group:checked .group-checked\:w-14{width:3.5rem}.group:checked .group-checked\:w-16{width:4rem}.group:checked .group-checked\:w-20{width:5rem}.group:checked .group-checked\:w-24{width:6rem}.group:checked .group-checked\:w-28{width:7rem}.group:checked .group-checked\:w-32{width:8rem}.group:checked .group-checked\:w-36{width:9rem}.group:checked .group-checked\:w-40{width:10rem}.group:checked .group-checked\:w-44{width:11rem}.group:checked .group-checked\:w-48{width:12rem}.group:checked .group-checked\:w-52{width:13rem}.group:checked .group-checked\:w-56{width:14rem}.group:checked .group-checked\:w-60{width:15rem}.group:checked .group-checked\:w-64{width:16rem}.group:checked .group-checked\:w-72{width:18rem}.group:checked .group-checked\:w-80{width:20rem}.group:checked .group-checked\:w-96{width:24rem}.group:checked .group-checked\:w-auto{width:auto}.group:checked .group-checked\:w-full{width:100%}.group:checked .group-checked\:w-screen{width:100vw}.group:checked .group-checked\:w-min{width:min-content}.group:checked .group-checked\:w-max{width:max-content}.group:checked .group-checked\:w-fit{width:fit-content}.group:checked .group-checked\:h-0{height:0px}.group:checked .group-checked\:h-px{height:1px}.group:checked .group-checked\:h-1{height:.25rem}.group:checked .group-checked\:h-2{height:.5rem}.group:checked .group-checked\:h-3{height:.75rem}.group:checked .group-checked\:h-4{height:1rem}.group:checked .group-checked\:h-5{height:1.25rem}.group:checked .group-checked\:h-6{height:1.5rem}.group:checked .group-checked\:h-7{height:1.75rem}.group:checked .group-checked\:h-8{height:2rem}.group:checked .group-checked\:h-9{height:2.25rem}.group:checked .group-checked\:h-10{height:2.5rem}.group:checked .group-checked\:h-11{height:2.75rem}.group:checked .group-checked\:h-12{height:3rem}.group:checked .group-checked\:h-14{height:3.5rem}.group:checked .group-checked\:h-16{height:4rem}.group:checked .group-checked\:h-20{height:5rem}.group:checked .group-checked\:h-24{height:6rem}.group:checked .group-checked\:h-28{height:7rem}.group:checked .group-checked\:h-32{height:8rem}.group:checked .group-checked\:h-36{height:9rem}.group:checked .group-checked\:h-40{height:10rem}.group:checked .group-checked\:h-44{height:11rem}.group:checked .group-checked\:h-48{height:12rem}.group:checked .group-checked\:h-52{height:13rem}.group:checked .group-checked\:h-56{height:14rem}.group:checked .group-checked\:h-60{height:15rem}.group:checked .group-checked\:h-64{height:16rem}.group:checked .group-checked\:h-72{height:18rem}.group:checked .group-checked\:h-80{height:20rem}.group:checked .group-checked\:h-96{height:24rem}.group:checked .group-checked\:h-auto{height:auto}.group:checked .group-checked\:h-full{height:100%}.group:checked .group-checked\:h-screen{height:100vh}.group:checked .group-checked\:h-min{height:min-content}.group:checked .group-checked\:h-max{height:max-content}.group:checked .group-checked\:h-fit{height:fit-content}.group:checked .group-checked\:border{border-width:1px}.group:checked .group-checked\:border-b{border:0px;border-bottom:1px}.group:checked .group-checked\:border-b-0{border:0px;border-bottom:1px;border-bottom-width:0px}.group:checked .group-checked\:border-b-2{border:0px;border-bottom:1px;border-bottom-width:2px}.group:checked .group-checked\:border-b-4{border:0px;border-bottom:1px;border-bottom-width:4px}.group:checked .group-checked\:border-b-8{border:0px;border-bottom:1px;border-bottom-width:8px}.group:checked .group-checked\:border-t{border:0px;border-top:1px}.group:checked .group-checked\:border-t-0{border:0px;border-top:1px;border-top-width:0px}.group:checked .group-checked\:border-t-2{border:0px;border-top:1px;border-top-width:2px}.group:checked .group-checked\:border-t-4{border:0px;border-top:1px;border-top-width:4px}.group:checked .group-checked\:border-t-8{border:0px;border-top:1px;border-top-width:8px}.group:checked .group-checked\:border-r{border:0px;border-right:1px solid}.group:checked .group-checked\:border-r-0{border:0px;border-right-width:0px}.group:checked .group-checked\:border-r-2{border:0px;border-right-width:2px}.group:checked .group-checked\:border-r-4{border:0px;border-right-width:4px}.group:checked .group-checked\:border-r-8{border:0px;border-right-width:8px}.group:checked .group-checked\:border-l{border:0px;border-left:1px}.group:checked .group-checked\:border-l-0{border:0px;border-left:1px;border-left-width:0px}.group:checked .group-checked\:border-l-2{border:0px;border-left:1px;border-left-width:2px}.group:checked .group-checked\:border-l-4{border:0px;border-left:1px;border-left-width:4px}.group:checked .group-checked\:border-l-8{border:0px;border-left:1px;border-left-width:8px}.group:checked .group-checked\:border-0{border-width:0px}.group:checked .group-checked\:border-2{border-width:2px}.group:checked .group-checked\:border-4{border-width:4px}.group:checked .group-checked\:border-8{border-width:8px}.group:checked .group-checked\:border-none{border-style:none}.group:checked .group-checked\:border-solid{border-style:solid}.group:checked .group-checked\:border-dashed{border-style:dashed}.group:checked .group-checked\:border-dotted{border-style:dotted}.group:checked .group-checked\:border-double{border-style:double}.group:checked .group-checked\:border-groove{border-style:groove}.group:checked .group-checked\:border-ridge{border-style:ridge}.group:checked .group-checked\:border-inset{border-style:inset}.group:checked .group-checked\:border-outset{border-style:outset}.group:checked .group-checked\:border-transparent{border-color:transparent}.group:checked .group-checked\:border-black{border-color:#000}.group:checked .group-checked\:border-white{border-color:#fff}.group:checked .group-checked\:border-slate-50{border-color:#f8fafc}.group:checked .group-checked\:border-slate-100{border-color:#f1f5f9}.group:checked .group-checked\:border-slate-200{border-color:#e2e8f0}.group:checked .group-checked\:border-slate-300{border-color:#cbd5e1}.group:checked .group-checked\:border-slate-400{border-color:#94a3b8}.group:checked .group-checked\:border-slate-500{border-color:#64748b}.group:checked .group-checked\:border-slate-600{border-color:#475569}.group:checked .group-checked\:border-slate-700{border-color:#334155}.group:checked .group-checked\:border-slate-800{border-color:#1e293b}.group:checked .group-checked\:border-slate-900{border-color:#0f172a}.group:checked .group-checked\:border-slate-950{border-color:#020617}.group:checked .group-checked\:border-gray-50{border-color:#f9fafb}.group:checked .group-checked\:border-gray-100{border-color:#f3f4f6}.group:checked .group-checked\:border-gray-200{border-color:#e5e7eb}.group:checked .group-checked\:border-gray-300{border-color:#d1d5db}.group:checked .group-checked\:border-gray-400{border-color:#9ca3af}.group:checked .group-checked\:border-gray-500{border-color:#6b7280}.group:checked .group-checked\:border-gray-600{border-color:#4b5563}.group:checked .group-checked\:border-gray-700{border-color:#374151}.group:checked .group-checked\:border-gray-800{border-color:#1f2937}.group:checked .group-checked\:border-gray-900{border-color:#111827}.group:checked .group-checked\:border-gray-950{border-color:#030712}.group:checked .group-checked\:border-zinc-50{border-color:#fafafa}.group:checked .group-checked\:border-zinc-100{border-color:#f4f4f5}.group:checked .group-checked\:border-zinc-200{border-color:#e4e4e7}.group:checked .group-checked\:border-zinc-300{border-color:#d4d4d8}.group:checked .group-checked\:border-zinc-400{border-color:#a1a1aa}.group:checked .group-checked\:border-zinc-500{border-color:#71717a}.group:checked .group-checked\:border-zinc-600{border-color:#52525b}.group:checked .group-checked\:border-zinc-700{border-color:#3f3f46}.group:checked .group-checked\:border-zinc-800{border-color:#27272a}.group:checked .group-checked\:border-zinc-900{border-color:#18181b}.group:checked .group-checked\:border-zinc-950{border-color:#09090b}.group:checked .group-checked\:border-neutral-50{border-color:#fafafa}.group:checked .group-checked\:border-neutral-100{border-color:#f5f5f5}.group:checked .group-checked\:border-neutral-200{border-color:#e5e5e5}.group:checked .group-checked\:border-neutral-300{border-color:#d4d4d4}.group:checked .group-checked\:border-neutral-400{border-color:#a3a3a3}.group:checked .group-checked\:border-neutral-500{border-color:#737373}.group:checked .group-checked\:border-neutral-600{border-color:#525252}.group:checked .group-checked\:border-neutral-700{border-color:#404040}.group:checked .group-checked\:border-neutral-800{border-color:#262626}.group:checked .group-checked\:border-neutral-900{border-color:#171717}.group:checked .group-checked\:border-neutral-950{border-color:#0a0a0a}.group:checked .group-checked\:border-stone-50{border-color:#fafaf9}.group:checked .group-checked\:border-stone-100{border-color:#f5f5f4}.group:checked .group-checked\:border-stone-200{border-color:#e7e5e4}.group:checked .group-checked\:border-stone-300{border-color:#d6d3d1}.group:checked .group-checked\:border-stone-400{border-color:#a8a29e}.group:checked .group-checked\:border-stone-500{border-color:#78716c}.group:checked .group-checked\:border-stone-600{border-color:#57534e}.group:checked .group-checked\:border-stone-700{border-color:#44403c}.group:checked .group-checked\:border-stone-800{border-color:#292524}.group:checked .group-checked\:border-stone-900{border-color:#1c1917}.group:checked .group-checked\:border-stone-950{border-color:#0c0a09}.group:checked .group-checked\:border-red-50{border-color:#fef2f2}.group:checked .group-checked\:border-red-100{border-color:#fee2e2}.group:checked .group-checked\:border-red-200{border-color:#fecaca}.group:checked .group-checked\:border-red-300{border-color:#fca5a5}.group:checked .group-checked\:border-red-400{border-color:#f87171}.group:checked .group-checked\:border-red-500{border-color:#ef4444}.group:checked .group-checked\:border-red-600{border-color:#dc2626}.group:checked .group-checked\:border-red-700{border-color:#b91c1c}.group:checked .group-checked\:border-red-800{border-color:#991b1b}.group:checked .group-checked\:border-red-900{border-color:#7f1d1d}.group:checked .group-checked\:border-red-950{border-color:#450a0a}.group:checked .group-checked\:border-orange-50{border-color:#fff7ed}.group:checked .group-checked\:border-orange-100{border-color:#ffedd5}.group:checked .group-checked\:border-orange-200{border-color:#fed7aa}.group:checked .group-checked\:border-orange-300{border-color:#fdba74}.group:checked .group-checked\:border-orange-400{border-color:#fb923c}.group:checked .group-checked\:border-orange-500{border-color:#f97316}.group:checked .group-checked\:border-orange-600{border-color:#ea580c}.group:checked .group-checked\:border-orange-700{border-color:#c2410c}.group:checked .group-checked\:border-orange-800{border-color:#9a3412}.group:checked .group-checked\:border-orange-900{border-color:#7c2d12}.group:checked .group-checked\:border-orange-950{border-color:#431407}.group:checked .group-checked\:border-amber-50{border-color:#fffbeb}.group:checked .group-checked\:border-amber-100{border-color:#fef3c7}.group:checked .group-checked\:border-amber-200{border-color:#fde68a}.group:checked .group-checked\:border-amber-300{border-color:#fcd34d}.group:checked .group-checked\:border-amber-400{border-color:#fbbf24}.group:checked .group-checked\:border-amber-500{border-color:#f59e0b}.group:checked .group-checked\:border-amber-600{border-color:#d97706}.group:checked .group-checked\:border-amber-700{border-color:#b45309}.group:checked .group-checked\:border-amber-800{border-color:#92400e}.group:checked .group-checked\:border-amber-900{border-color:#78350f}.group:checked .group-checked\:border-amber-950{border-color:#451a03}.group:checked .group-checked\:border-yellow-50{border-color:#fefce8}.group:checked .group-checked\:border-yellow-100{border-color:#fef9c3}.group:checked .group-checked\:border-yellow-200{border-color:#fef08a}.group:checked .group-checked\:border-yellow-300{border-color:#fde047}.group:checked .group-checked\:border-yellow-400{border-color:#facc15}.group:checked .group-checked\:border-yellow-500{border-color:#eab308}.group:checked .group-checked\:border-yellow-600{border-color:#ca8a04}.group:checked .group-checked\:border-yellow-700{border-color:#a16207}.group:checked .group-checked\:border-yellow-800{border-color:#854d0e}.group:checked .group-checked\:border-yellow-900{border-color:#713f12}.group:checked .group-checked\:border-yellow-950{border-color:#422006}.group:checked .group-checked\:border-lime-50{border-color:#f7fee7}.group:checked .group-checked\:border-lime-100{border-color:#ecfccb}.group:checked .group-checked\:border-lime-200{border-color:#d9f99d}.group:checked .group-checked\:border-lime-300{border-color:#bef264}.group:checked .group-checked\:border-lime-400{border-color:#a3e635}.group:checked .group-checked\:border-lime-500{border-color:#84cc16}.group:checked .group-checked\:border-lime-600{border-color:#65a30d}.group:checked .group-checked\:border-lime-700{border-color:#4d7c0f}.group:checked .group-checked\:border-lime-800{border-color:#3f6212}.group:checked .group-checked\:border-lime-900{border-color:#365314}.group:checked .group-checked\:border-lime-950{border-color:#1a2e05}.group:checked .group-checked\:border-green-50{border-color:#f0fdf4}.group:checked .group-checked\:border-green-100{border-color:#dcfce7}.group:checked .group-checked\:border-green-200{border-color:#bbf7d0}.group:checked .group-checked\:border-green-300{border-color:#86efac}.group:checked .group-checked\:border-green-400{border-color:#4ade80}.group:checked .group-checked\:border-green-500{border-color:#22c55e}.group:checked .group-checked\:border-green-600{border-color:#16a34a}.group:checked .group-checked\:border-green-700{border-color:#15803d}.group:checked .group-checked\:border-green-800{border-color:#166534}.group:checked .group-checked\:border-green-900{border-color:#14532d}.group:checked .group-checked\:border-green-950{border-color:#052e16}.group:checked .group-checked\:border-emerald-50{border-color:#ecfdf5}.group:checked .group-checked\:border-emerald-100{border-color:#d1fae5}.group:checked .group-checked\:border-emerald-200{border-color:#a7f3d0}.group:checked .group-checked\:border-emerald-300{border-color:#6ee7b7}.group:checked .group-checked\:border-emerald-400{border-color:#34d399}.group:checked .group-checked\:border-emerald-500{border-color:#10b981}.group:checked .group-checked\:border-emerald-600{border-color:#059669}.group:checked .group-checked\:border-emerald-700{border-color:#047857}.group:checked .group-checked\:border-emerald-800{border-color:#065f46}.group:checked .group-checked\:border-emerald-900{border-color:#064e3b}.group:checked .group-checked\:border-emerald-950{border-color:#022c22}.group:checked .group-checked\:border-teal-50{border-color:#f0fdfa}.group:checked .group-checked\:border-teal-100{border-color:#ccfbf1}.group:checked .group-checked\:border-teal-200{border-color:#99f6e4}.group:checked .group-checked\:border-teal-300{border-color:#5eead4}.group:checked .group-checked\:border-teal-400{border-color:#2dd4bf}.group:checked .group-checked\:border-teal-500{border-color:#14b8a6}.group:checked .group-checked\:border-teal-600{border-color:#0d9488}.group:checked .group-checked\:border-teal-700{border-color:#0f766e}.group:checked .group-checked\:border-teal-800{border-color:#115e59}.group:checked .group-checked\:border-teal-900{border-color:#134e4a}.group:checked .group-checked\:border-teal-950{border-color:#042f2e}.group:checked .group-checked\:border-cyan-50{border-color:#ecfeff}.group:checked .group-checked\:border-cyan-100{border-color:#cffafe}.group:checked .group-checked\:border-cyan-200{border-color:#a5f3fc}.group:checked .group-checked\:border-cyan-300{border-color:#67e8f9}.group:checked .group-checked\:border-cyan-400{border-color:#22d3ee}.group:checked .group-checked\:border-cyan-500{border-color:#06b6d4}.group:checked .group-checked\:border-cyan-600{border-color:#0891b2}.group:checked .group-checked\:border-cyan-700{border-color:#0e7490}.group:checked .group-checked\:border-cyan-800{border-color:#155e75}.group:checked .group-checked\:border-cyan-900{border-color:#164e63}.group:checked .group-checked\:border-cyan-950{border-color:#083344}.group:checked .group-checked\:border-sky-50{border-color:#f0f9ff}.group:checked .group-checked\:border-sky-100{border-color:#e0f2fe}.group:checked .group-checked\:border-sky-200{border-color:#bae6fd}.group:checked .group-checked\:border-sky-300{border-color:#7dd3fc}.group:checked .group-checked\:border-sky-400{border-color:#38bdf8}.group:checked .group-checked\:border-sky-500{border-color:#0ea5e9}.group:checked .group-checked\:border-sky-600{border-color:#0284c7}.group:checked .group-checked\:border-sky-700{border-color:#0369a1}.group:checked .group-checked\:border-sky-800{border-color:#075985}.group:checked .group-checked\:border-sky-900{border-color:#0c4a6e}.group:checked .group-checked\:border-sky-950{border-color:#082f49}.group:checked .group-checked\:border-blue-50{border-color:#eff6ff}.group:checked .group-checked\:border-blue-100{border-color:#dbeafe}.group:checked .group-checked\:border-blue-200{border-color:#bfdbfe}.group:checked .group-checked\:border-blue-300{border-color:#93c5fd}.group:checked .group-checked\:border-blue-400{border-color:#60a5fa}.group:checked .group-checked\:border-blue-500{border-color:#3b82f6}.group:checked .group-checked\:border-blue-600{border-color:#2563eb}.group:checked .group-checked\:border-blue-700{border-color:#1d4ed8}.group:checked .group-checked\:border-blue-800{border-color:#1e40af}.group:checked .group-checked\:border-blue-900{border-color:#1e3a8a}.group:checked .group-checked\:border-blue-950{border-color:#172554}.group:checked .group-checked\:border-indigo-50{border-color:#eef2ff}.group:checked .group-checked\:border-indigo-100{border-color:#e0e7ff}.group:checked .group-checked\:border-indigo-200{border-color:#c7d2fe}.group:checked .group-checked\:border-indigo-300{border-color:#a5b4fc}.group:checked .group-checked\:border-indigo-400{border-color:#818cf8}.group:checked .group-checked\:border-indigo-500{border-color:#6366f1}.group:checked .group-checked\:border-indigo-600{border-color:#4f46e5}.group:checked .group-checked\:border-indigo-700{border-color:#4338ca}.group:checked .group-checked\:border-indigo-800{border-color:#3730a3}.group:checked .group-checked\:border-indigo-900{border-color:#312e81}.group:checked .group-checked\:border-indigo-950{border-color:#1e1b4b}.group:checked .group-checked\:border-violet-50{border-color:#f5f3ff}.group:checked .group-checked\:border-violet-100{border-color:#ede9fe}.group:checked .group-checked\:border-violet-200{border-color:#ddd6fe}.group:checked .group-checked\:border-violet-300{border-color:#c4b5fd}.group:checked .group-checked\:border-violet-400{border-color:#a78bfa}.group:checked .group-checked\:border-violet-500{border-color:#8b5cf6}.group:checked .group-checked\:border-violet-600{border-color:#7c3aed}.group:checked .group-checked\:border-violet-700{border-color:#6d28d9}.group:checked .group-checked\:border-violet-800{border-color:#5b21b6}.group:checked .group-checked\:border-violet-900{border-color:#4c1d95}.group:checked .group-checked\:border-violet-950{border-color:#2e1065}.group:checked .group-checked\:border-purple-50{border-color:#faf5ff}.group:checked .group-checked\:border-purple-100{border-color:#f3e8ff}.group:checked .group-checked\:border-purple-200{border-color:#e9d5ff}.group:checked .group-checked\:border-purple-300{border-color:#d8b4fe}.group:checked .group-checked\:border-purple-400{border-color:#c084fc}.group:checked .group-checked\:border-purple-500{border-color:#a855f7}.group:checked .group-checked\:border-purple-600{border-color:#9333ea}.group:checked .group-checked\:border-purple-700{border-color:#7e22ce}.group:checked .group-checked\:border-purple-800{border-color:#6b21a8}.group:checked .group-checked\:border-purple-900{border-color:#581c87}.group:checked .group-checked\:border-purple-950{border-color:#3b0764}.group:checked .group-checked\:border-fuchsia-50{border-color:#fdf4ff}.group:checked .group-checked\:border-fuchsia-100{border-color:#fae8ff}.group:checked .group-checked\:border-fuchsia-200{border-color:#f5d0fe}.group:checked .group-checked\:border-fuchsia-300{border-color:#f0abfc}.group:checked .group-checked\:border-fuchsia-400{border-color:#e879f9}.group:checked .group-checked\:border-fuchsia-500{border-color:#d946ef}.group:checked .group-checked\:border-fuchsia-600{border-color:#c026d3}.group:checked .group-checked\:border-fuchsia-700{border-color:#a21caf}.group:checked .group-checked\:border-fuchsia-800{border-color:#86198f}.group:checked .group-checked\:border-fuchsia-900{border-color:#701a75}.group:checked .group-checked\:border-fuchsia-950{border-color:#4a044e}.group:checked .group-checked\:border-pink-50{border-color:#fdf2f8}.group:checked .group-checked\:border-pink-100{border-color:#fce7f3}.group:checked .group-checked\:border-pink-200{border-color:#fbcfe8}.group:checked .group-checked\:border-pink-300{border-color:#f9a8d4}.group:checked .group-checked\:border-pink-400{border-color:#f472b6}.group:checked .group-checked\:border-pink-500{border-color:#ec4899}.group:checked .group-checked\:border-pink-600{border-color:#db2777}.group:checked .group-checked\:border-pink-700{border-color:#be185d}.group:checked .group-checked\:border-pink-800{border-color:#9d174d}.group:checked .group-checked\:border-pink-900{border-color:#831843}.group:checked .group-checked\:border-pink-950{border-color:#500724}.group:checked .group-checked\:border-rose-50{border-color:#fff1f2}.group:checked .group-checked\:border-rose-100{border-color:#ffe4e6}.group:checked .group-checked\:border-rose-200{border-color:#fecdd3}.group:checked .group-checked\:border-rose-300{border-color:#fda4af}.group:checked .group-checked\:border-rose-400{border-color:#fb7185}.group:checked .group-checked\:border-rose-500{border-color:#f43f5e}.group:checked .group-checked\:border-rose-600{border-color:#e11d48}.group:checked .group-checked\:border-rose-700{border-color:#be123c}.group:checked .group-checked\:border-rose-800{border-color:#9f1239}.group:checked .group-checked\:border-rose-900{border-color:#881337}.group:checked .group-checked\:border-rose-950{border-color:#4c0519}.group:checked .group-checked\:border-primary{border-color:#3874ff}.group:checked .group-checked\:border-primary-bold{border-color:#002660}.group:checked .group-checked\:border-primary-hover{border-color:#003585}.group:checked .group-checked\:border-primary-border{border-color:#156ef3}.group:checked .group-checked\:border-primary-focus-lv1{border-color:#6492ff}.group:checked .group-checked\:border-primary-focus-lv2{border-color:#c7ddff}.group:checked .group-checked\:border-primary-bg-color{border-color:#f8fbff}.group:checked .group-checked\:border-success{border-color:#00bd7e}.group:checked .group-checked\:border-success-bold{border-color:#006c58}.group:checked .group-checked\:border-success-hover{border-color:#008d5e}.group:checked .group-checked\:border-success-border{border-color:#17e5a1}.group:checked .group-checked\:border-success-focus-lv1{border-color:#a9fbe0}.group:checked .group-checked\:border-success-bg-color{border-color:#ebfff8}.group:checked .group-checked\:border-warning{border-color:#ffb41f}.group:checked .group-checked\:border-warning-bold{border-color:#b77d09}.group:checked .group-checked\:border-warning-hover{border-color:#e39f17}.group:checked .group-checked\:border-warning-border{border-color:#f7c86a}.group:checked .group-checked\:border-warning-focus-lv1{border-color:#fbe0a9}.group:checked .group-checked\:border-warning-bg-color{border-color:#fff8eb}.group:checked .group-checked\:border-danger{border-color:#b20000}.group:checked .group-checked\:border-danger-bold{border-color:#920122}.group:checked .group-checked\:border-danger-hover{border-color:#c60833}.group:checked .group-checked\:border-danger-border{border-color:#f35370}.group:checked .group-checked\:border-danger-focus-lv1{border-color:#fdabb9}.group:checked .group-checked\:border-danger-bg-color{border-color:#fff1f4}.group:checked .group-checked\:border-info{border-color:#2668cb}.group:checked .group-checked\:border-info-bold{border-color:#023480}.group:checked .group-checked\:border-info-hover{border-color:#0f4eae}.group:checked .group-checked\:border-info-border{border-color:#679ef2}.group:checked .group-checked\:border-info-focus-lv1{border-color:#c1d9fd}.group:checked .group-checked\:border-info-bg-color{border-color:#f2f7ff}.group:checked .group-checked\:border-neutral-100{border-color:#1a1a1a}.group:checked .group-checked\:border-neutral-90{border-color:#424242}.group:checked .group-checked\:border-neutral-80{border-color:#616161}.group:checked .group-checked\:border-neutral-70{border-color:#757575}.group:checked .group-checked\:border-neutral-60{border-color:#9e9e9e}.group:checked .group-checked\:border-neutral-50{border-color:#c2c2c2}.group:checked .group-checked\:border-neutral-40{border-color:#e0e0e0}.group:checked .group-checked\:border-neutral-30{border-color:#ededed}.group:checked .group-checked\:border-neutral-20{border-color:#f5f5f5}.group:checked .group-checked\:border-base{border-color:#f5f7fa}.group:checked .group-checked\:rounded{border-radius:.25rem}.group:checked .group-checked\:rounded-none{border-radius:0}.group:checked .group-checked\:rounded-e-none{border-start-end-radius:0px;border-end-end-radius:0px}.group:checked .group-checked\:rounded-s-none{border-start-start-radius:0px;border-end-start-radius:0px}.group:checked .group-checked\:rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.group:checked .group-checked\:rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.group:checked .group-checked\:rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.group:checked .group-checked\:rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.group:checked .group-checked\:rounded-ss-none{border-start-start-radius:0px}.group:checked .group-checked\:rounded-se-none{border-start-end-radius:0px}.group:checked .group-checked\:rounded-ee-none{border-end-end-radius:0px}.group:checked .group-checked\:rounded-es-none{border-end-start-radius:0px}.group:checked .group-checked\:rounded-tl-none{border-top-left-radius:0}.group:checked .group-checked\:rounded-tr-none{border-top-right-radius:0}.group:checked .group-checked\:rounded-br-none{border-bottom-right-radius:0}.group:checked .group-checked\:rounded-md{border-radius:.375rem}.group:checked .group-checked\:rounded-e-md{border-start-end-radius:.375rem;border-end-end-radius:.375rem}.group:checked .group-checked\:rounded-s-md{border-start-start-radius:.375rem;border-end-start-radius:.375rem}.group:checked .group-checked\:rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.group:checked .group-checked\:rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.group:checked .group-checked\:rounded-b-md{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.group:checked .group-checked\:rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.group:checked .group-checked\:rounded-ss-md{border-start-start-radius:.375rem}.group:checked .group-checked\:rounded-se-md{border-start-end-radius:.375rem}.group:checked .group-checked\:rounded-ee-md{border-end-end-radius:.375rem}.group:checked .group-checked\:rounded-es-md{border-end-start-radius:.375rem}.group:checked .group-checked\:rounded-tl-md{border-top-left-radius:.375rem}.group:checked .group-checked\:rounded-tr-md{border-top-right-radius:.375rem}.group:checked .group-checked\:rounded-br-md{border-bottom-right-radius:.375rem}.group:checked .group-checked\:rounded-lg{border-radius:.5rem}.group:checked .group-checked\:rounded-e-lg{border-start-end-radius:.5rem;border-end-end-radius:.5rem}.group:checked .group-checked\:rounded-s-lg{border-start-start-radius:.5rem;border-end-start-radius:.5rem}.group:checked .group-checked\:rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.group:checked .group-checked\:rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.group:checked .group-checked\:rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.group:checked .group-checked\:rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.group:checked .group-checked\:rounded-ss-lg{border-start-start-radius:.5rem}.group:checked .group-checked\:rounded-se-lg{border-start-end-radius:.5rem}.group:checked .group-checked\:rounded-ee-lg{border-end-end-radius:.5rem}.group:checked .group-checked\:rounded-es-lg{border-end-start-radius:.5rem}.group:checked .group-checked\:rounded-tl-lg{border-top-left-radius:.5rem}.group:checked .group-checked\:rounded-tr-lg{border-top-right-radius:.5rem}.group:checked .group-checked\:rounded-br-lg{border-bottom-right-radius:.5rem}.group:checked .group-checked\:rounded-xl{border-radius:.75rem}.group:checked .group-checked\:rounded-e-xl{border-start-end-radius:.75rem;border-end-end-radius:.75rem}.group:checked .group-checked\:rounded-s-xl{border-start-start-radius:.75rem;border-end-start-radius:.75rem}.group:checked .group-checked\:rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.group:checked .group-checked\:rounded-r-xl{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.group:checked .group-checked\:rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.group:checked .group-checked\:rounded-l-xl{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.group:checked .group-checked\:rounded-ss-xl{border-start-start-radius:.75rem}.group:checked .group-checked\:rounded-se-xl{border-start-end-radius:.75rem}.group:checked .group-checked\:rounded-ee-xl{border-end-end-radius:.75rem}.group:checked .group-checked\:rounded-es-xl{border-end-start-radius:.75rem}.group:checked .group-checked\:rounded-tl-xl{border-top-left-radius:.75rem}.group:checked .group-checked\:rounded-tr-xl{border-top-right-radius:.75rem}.group:checked .group-checked\:rounded-br-xl{border-bottom-right-radius:.75rem}.group:checked .group-checked\:rounded-2xl{border-radius:1rem}.group:checked .group-checked\:rounded-e-2xl{border-start-end-radius:1rem;border-end-end-radius:1rem}.group:checked .group-checked\:rounded-s-2xl{border-start-start-radius:1rem;border-end-start-radius:1rem}.group:checked .group-checked\:rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.group:checked .group-checked\:rounded-r-2xl{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.group:checked .group-checked\:rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.group:checked .group-checked\:rounded-l-2xl{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.group:checked .group-checked\:rounded-ss-2xl{border-start-start-radius:1rem}.group:checked .group-checked\:rounded-se-2xl{border-start-end-radius:1rem}.group:checked .group-checked\:rounded-ee-2xl{border-end-end-radius:1rem}.group:checked .group-checked\:rounded-es-2xl{border-end-start-radius:1rem}.group:checked .group-checked\:rounded-tl-2xl{border-top-left-radius:1rem}.group:checked .group-checked\:rounded-tr-2xl{border-top-right-radius:1rem}.group:checked .group-checked\:rounded-br-2xl{border-bottom-right-radius:1rem}.group:checked .group-checked\:rounded-3xl{border-radius:1.5rem}.group:checked .group-checked\:rounded-e-3xl{border-start-end-radius:1.5rem;border-end-end-radius:1.5rem}.group:checked .group-checked\:rounded-s-3xl{border-start-start-radius:1.5rem;border-end-start-radius:1.5rem}.group:checked .group-checked\:rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.group:checked .group-checked\:rounded-r-3xl{border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}.group:checked .group-checked\:rounded-b-3xl{border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem}.group:checked .group-checked\:rounded-l-3xl{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}.group:checked .group-checked\:rounded-ss-3xl{border-start-start-radius:1.5rem}.group:checked .group-checked\:rounded-se-3xl{border-start-end-radius:1.5rem}.group:checked .group-checked\:rounded-ee-3xl{border-end-end-radius:1.5rem}.group:checked .group-checked\:rounded-es-3xl{border-end-start-radius:1.5rem}.group:checked .group-checked\:rounded-tl-3xl{border-top-left-radius:1.5rem}.group:checked .group-checked\:rounded-tr-3xl{border-top-right-radius:1.5rem}.group:checked .group-checked\:rounded-br-3xl{border-bottom-right-radius:1.5rem}.group:checked .group-checked\:rounded-full{border-radius:9999px}.group:checked .group-checked\:rounded-e-full{border-start-end-radius:9999px;border-end-end-radius:9999px}.group:checked .group-checked\:rounded-s-full{border-start-start-radius:9999px;border-end-start-radius:9999px}.group:checked .group-checked\:rounded-t-full{border-top-left-radius:9999px;border-top-right-radius:9999px}.group:checked .group-checked\:rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.group:checked .group-checked\:rounded-b-full{border-bottom-right-radius:9999px;border-bottom-left-radius:9999px}.group:checked .group-checked\:rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.group:checked .group-checked\:rounded-ss-full{border-start-start-radius:9999px}.group:checked .group-checked\:rounded-se-full{border-start-end-radius:9999px}.group:checked .group-checked\:rounded-ee-full{border-end-end-radius:9999px}.group:checked .group-checked\:rounded-es-full{border-end-start-radius:9999px}.group:checked .group-checked\:rounded-tl-full{border-top-left-radius:9999px}.group:checked .group-checked\:rounded-tr-full{border-top-right-radius:9999px}.group:checked .group-checked\:rounded-br-full{border-bottom-right-radius:9999px}.group:checked .group-checked\:text-center{text-align:center}.group:checked .group-checked\:text-left{text-align:left}.group:checked .group-checked\:text-right{text-align:right}.group:checked .group-checked\:text-justify{text-align:justify}.group:checked .group-checked\:text-start{text-align:start}.group:checked .group-checked\:text-end{text-align:end}.group:checked .group-checked\:text-transparent{color:transparent}.group:checked .group-checked\:text-black{color:#000}.group:checked .group-checked\:text-white{color:#fff}.group:checked .group-checked\:text-slate-50{color:#f8fafc}.group:checked .group-checked\:text-slate-100{color:#f1f5f9}.group:checked .group-checked\:text-slate-200{color:#e2e8f0}.group:checked .group-checked\:text-slate-300{color:#cbd5e1}.group:checked .group-checked\:text-slate-400{color:#94a3b8}.group:checked .group-checked\:text-slate-500{color:#64748b}.group:checked .group-checked\:text-slate-600{color:#475569}.group:checked .group-checked\:text-slate-700{color:#334155}.group:checked .group-checked\:text-slate-800{color:#1e293b}.group:checked .group-checked\:text-slate-900{color:#0f172a}.group:checked .group-checked\:text-slate-950{color:#020617}.group:checked .group-checked\:text-gray-50{color:#f9fafb}.group:checked .group-checked\:text-gray-100{color:#f3f4f6}.group:checked .group-checked\:text-gray-200{color:#e5e7eb}.group:checked .group-checked\:text-gray-300{color:#d1d5db}.group:checked .group-checked\:text-gray-400{color:#9ca3af}.group:checked .group-checked\:text-gray-500{color:#6b7280}.group:checked .group-checked\:text-gray-600{color:#4b5563}.group:checked .group-checked\:text-gray-700{color:#374151}.group:checked .group-checked\:text-gray-800{color:#1f2937}.group:checked .group-checked\:text-gray-900{color:#111827}.group:checked .group-checked\:text-gray-950{color:#030712}.group:checked .group-checked\:text-zinc-50{color:#fafafa}.group:checked .group-checked\:text-zinc-100{color:#f4f4f5}.group:checked .group-checked\:text-zinc-200{color:#e4e4e7}.group:checked .group-checked\:text-zinc-300{color:#d4d4d8}.group:checked .group-checked\:text-zinc-400{color:#a1a1aa}.group:checked .group-checked\:text-zinc-500{color:#71717a}.group:checked .group-checked\:text-zinc-600{color:#52525b}.group:checked .group-checked\:text-zinc-700{color:#3f3f46}.group:checked .group-checked\:text-zinc-800{color:#27272a}.group:checked .group-checked\:text-zinc-900{color:#18181b}.group:checked .group-checked\:text-zinc-950{color:#09090b}.group:checked .group-checked\:text-neutral-50{color:#fafafa}.group:checked .group-checked\:text-neutral-100{color:#f5f5f5}.group:checked .group-checked\:text-neutral-200{color:#e5e5e5}.group:checked .group-checked\:text-neutral-300{color:#d4d4d4}.group:checked .group-checked\:text-neutral-400{color:#a3a3a3}.group:checked .group-checked\:text-neutral-500{color:#737373}.group:checked .group-checked\:text-neutral-600{color:#525252}.group:checked .group-checked\:text-neutral-700{color:#404040}.group:checked .group-checked\:text-neutral-800{color:#262626}.group:checked .group-checked\:text-neutral-900{color:#171717}.group:checked .group-checked\:text-neutral-950{color:#0a0a0a}.group:checked .group-checked\:text-stone-50{color:#fafaf9}.group:checked .group-checked\:text-stone-100{color:#f5f5f4}.group:checked .group-checked\:text-stone-200{color:#e7e5e4}.group:checked .group-checked\:text-stone-300{color:#d6d3d1}.group:checked .group-checked\:text-stone-400{color:#a8a29e}.group:checked .group-checked\:text-stone-500{color:#78716c}.group:checked .group-checked\:text-stone-600{color:#57534e}.group:checked .group-checked\:text-stone-700{color:#44403c}.group:checked .group-checked\:text-stone-800{color:#292524}.group:checked .group-checked\:text-stone-900{color:#1c1917}.group:checked .group-checked\:text-stone-950{color:#0c0a09}.group:checked .group-checked\:text-red-50{color:#fef2f2}.group:checked .group-checked\:text-red-100{color:#fee2e2}.group:checked .group-checked\:text-red-200{color:#fecaca}.group:checked .group-checked\:text-red-300{color:#fca5a5}.group:checked .group-checked\:text-red-400{color:#f87171}.group:checked .group-checked\:text-red-500{color:#ef4444}.group:checked .group-checked\:text-red-600{color:#dc2626}.group:checked .group-checked\:text-red-700{color:#b91c1c}.group:checked .group-checked\:text-red-800{color:#991b1b}.group:checked .group-checked\:text-red-900{color:#7f1d1d}.group:checked .group-checked\:text-red-950{color:#450a0a}.group:checked .group-checked\:text-orange-50{color:#fff7ed}.group:checked .group-checked\:text-orange-100{color:#ffedd5}.group:checked .group-checked\:text-orange-200{color:#fed7aa}.group:checked .group-checked\:text-orange-300{color:#fdba74}.group:checked .group-checked\:text-orange-400{color:#fb923c}.group:checked .group-checked\:text-orange-500{color:#f97316}.group:checked .group-checked\:text-orange-600{color:#ea580c}.group:checked .group-checked\:text-orange-700{color:#c2410c}.group:checked .group-checked\:text-orange-800{color:#9a3412}.group:checked .group-checked\:text-orange-900{color:#7c2d12}.group:checked .group-checked\:text-orange-950{color:#431407}.group:checked .group-checked\:text-amber-50{color:#fffbeb}.group:checked .group-checked\:text-amber-100{color:#fef3c7}.group:checked .group-checked\:text-amber-200{color:#fde68a}.group:checked .group-checked\:text-amber-300{color:#fcd34d}.group:checked .group-checked\:text-amber-400{color:#fbbf24}.group:checked .group-checked\:text-amber-500{color:#f59e0b}.group:checked .group-checked\:text-amber-600{color:#d97706}.group:checked .group-checked\:text-amber-700{color:#b45309}.group:checked .group-checked\:text-amber-800{color:#92400e}.group:checked .group-checked\:text-amber-900{color:#78350f}.group:checked .group-checked\:text-amber-950{color:#451a03}.group:checked .group-checked\:text-yellow-50{color:#fefce8}.group:checked .group-checked\:text-yellow-100{color:#fef9c3}.group:checked .group-checked\:text-yellow-200{color:#fef08a}.group:checked .group-checked\:text-yellow-300{color:#fde047}.group:checked .group-checked\:text-yellow-400{color:#facc15}.group:checked .group-checked\:text-yellow-500{color:#eab308}.group:checked .group-checked\:text-yellow-600{color:#ca8a04}.group:checked .group-checked\:text-yellow-700{color:#a16207}.group:checked .group-checked\:text-yellow-800{color:#854d0e}.group:checked .group-checked\:text-yellow-900{color:#713f12}.group:checked .group-checked\:text-yellow-950{color:#422006}.group:checked .group-checked\:text-lime-50{color:#f7fee7}.group:checked .group-checked\:text-lime-100{color:#ecfccb}.group:checked .group-checked\:text-lime-200{color:#d9f99d}.group:checked .group-checked\:text-lime-300{color:#bef264}.group:checked .group-checked\:text-lime-400{color:#a3e635}.group:checked .group-checked\:text-lime-500{color:#84cc16}.group:checked .group-checked\:text-lime-600{color:#65a30d}.group:checked .group-checked\:text-lime-700{color:#4d7c0f}.group:checked .group-checked\:text-lime-800{color:#3f6212}.group:checked .group-checked\:text-lime-900{color:#365314}.group:checked .group-checked\:text-lime-950{color:#1a2e05}.group:checked .group-checked\:text-green-50{color:#f0fdf4}.group:checked .group-checked\:text-green-100{color:#dcfce7}.group:checked .group-checked\:text-green-200{color:#bbf7d0}.group:checked .group-checked\:text-green-300{color:#86efac}.group:checked .group-checked\:text-green-400{color:#4ade80}.group:checked .group-checked\:text-green-500{color:#22c55e}.group:checked .group-checked\:text-green-600{color:#16a34a}.group:checked .group-checked\:text-green-700{color:#15803d}.group:checked .group-checked\:text-green-800{color:#166534}.group:checked .group-checked\:text-green-900{color:#14532d}.group:checked .group-checked\:text-green-950{color:#052e16}.group:checked .group-checked\:text-emerald-50{color:#ecfdf5}.group:checked .group-checked\:text-emerald-100{color:#d1fae5}.group:checked .group-checked\:text-emerald-200{color:#a7f3d0}.group:checked .group-checked\:text-emerald-300{color:#6ee7b7}.group:checked .group-checked\:text-emerald-400{color:#34d399}.group:checked .group-checked\:text-emerald-500{color:#10b981}.group:checked .group-checked\:text-emerald-600{color:#059669}.group:checked .group-checked\:text-emerald-700{color:#047857}.group:checked .group-checked\:text-emerald-800{color:#065f46}.group:checked .group-checked\:text-emerald-900{color:#064e3b}.group:checked .group-checked\:text-emerald-950{color:#022c22}.group:checked .group-checked\:text-teal-50{color:#f0fdfa}.group:checked .group-checked\:text-teal-100{color:#ccfbf1}.group:checked .group-checked\:text-teal-200{color:#99f6e4}.group:checked .group-checked\:text-teal-300{color:#5eead4}.group:checked .group-checked\:text-teal-400{color:#2dd4bf}.group:checked .group-checked\:text-teal-500{color:#14b8a6}.group:checked .group-checked\:text-teal-600{color:#0d9488}.group:checked .group-checked\:text-teal-700{color:#0f766e}.group:checked .group-checked\:text-teal-800{color:#115e59}.group:checked .group-checked\:text-teal-900{color:#134e4a}.group:checked .group-checked\:text-teal-950{color:#042f2e}.group:checked .group-checked\:text-cyan-50{color:#ecfeff}.group:checked .group-checked\:text-cyan-100{color:#cffafe}.group:checked .group-checked\:text-cyan-200{color:#a5f3fc}.group:checked .group-checked\:text-cyan-300{color:#67e8f9}.group:checked .group-checked\:text-cyan-400{color:#22d3ee}.group:checked .group-checked\:text-cyan-500{color:#06b6d4}.group:checked .group-checked\:text-cyan-600{color:#0891b2}.group:checked .group-checked\:text-cyan-700{color:#0e7490}.group:checked .group-checked\:text-cyan-800{color:#155e75}.group:checked .group-checked\:text-cyan-900{color:#164e63}.group:checked .group-checked\:text-cyan-950{color:#083344}.group:checked .group-checked\:text-sky-50{color:#f0f9ff}.group:checked .group-checked\:text-sky-100{color:#e0f2fe}.group:checked .group-checked\:text-sky-200{color:#bae6fd}.group:checked .group-checked\:text-sky-300{color:#7dd3fc}.group:checked .group-checked\:text-sky-400{color:#38bdf8}.group:checked .group-checked\:text-sky-500{color:#0ea5e9}.group:checked .group-checked\:text-sky-600{color:#0284c7}.group:checked .group-checked\:text-sky-700{color:#0369a1}.group:checked .group-checked\:text-sky-800{color:#075985}.group:checked .group-checked\:text-sky-900{color:#0c4a6e}.group:checked .group-checked\:text-sky-950{color:#082f49}.group:checked .group-checked\:text-blue-50{color:#eff6ff}.group:checked .group-checked\:text-blue-100{color:#dbeafe}.group:checked .group-checked\:text-blue-200{color:#bfdbfe}.group:checked .group-checked\:text-blue-300{color:#93c5fd}.group:checked .group-checked\:text-blue-400{color:#60a5fa}.group:checked .group-checked\:text-blue-500{color:#3b82f6}.group:checked .group-checked\:text-blue-600{color:#2563eb}.group:checked .group-checked\:text-blue-700{color:#1d4ed8}.group:checked .group-checked\:text-blue-800{color:#1e40af}.group:checked .group-checked\:text-blue-900{color:#1e3a8a}.group:checked .group-checked\:text-blue-950{color:#172554}.group:checked .group-checked\:text-indigo-50{color:#eef2ff}.group:checked .group-checked\:text-indigo-100{color:#e0e7ff}.group:checked .group-checked\:text-indigo-200{color:#c7d2fe}.group:checked .group-checked\:text-indigo-300{color:#a5b4fc}.group:checked .group-checked\:text-indigo-400{color:#818cf8}.group:checked .group-checked\:text-indigo-500{color:#6366f1}.group:checked .group-checked\:text-indigo-600{color:#4f46e5}.group:checked .group-checked\:text-indigo-700{color:#4338ca}.group:checked .group-checked\:text-indigo-800{color:#3730a3}.group:checked .group-checked\:text-indigo-900{color:#312e81}.group:checked .group-checked\:text-indigo-950{color:#1e1b4b}.group:checked .group-checked\:text-violet-50{color:#f5f3ff}.group:checked .group-checked\:text-violet-100{color:#ede9fe}.group:checked .group-checked\:text-violet-200{color:#ddd6fe}.group:checked .group-checked\:text-violet-300{color:#c4b5fd}.group:checked .group-checked\:text-violet-400{color:#a78bfa}.group:checked .group-checked\:text-violet-500{color:#8b5cf6}.group:checked .group-checked\:text-violet-600{color:#7c3aed}.group:checked .group-checked\:text-violet-700{color:#6d28d9}.group:checked .group-checked\:text-violet-800{color:#5b21b6}.group:checked .group-checked\:text-violet-900{color:#4c1d95}.group:checked .group-checked\:text-violet-950{color:#2e1065}.group:checked .group-checked\:text-purple-50{color:#faf5ff}.group:checked .group-checked\:text-purple-100{color:#f3e8ff}.group:checked .group-checked\:text-purple-200{color:#e9d5ff}.group:checked .group-checked\:text-purple-300{color:#d8b4fe}.group:checked .group-checked\:text-purple-400{color:#c084fc}.group:checked .group-checked\:text-purple-500{color:#a855f7}.group:checked .group-checked\:text-purple-600{color:#9333ea}.group:checked .group-checked\:text-purple-700{color:#7e22ce}.group:checked .group-checked\:text-purple-800{color:#6b21a8}.group:checked .group-checked\:text-purple-900{color:#581c87}.group:checked .group-checked\:text-purple-950{color:#3b0764}.group:checked .group-checked\:text-fuchsia-50{color:#fdf4ff}.group:checked .group-checked\:text-fuchsia-100{color:#fae8ff}.group:checked .group-checked\:text-fuchsia-200{color:#f5d0fe}.group:checked .group-checked\:text-fuchsia-300{color:#f0abfc}.group:checked .group-checked\:text-fuchsia-400{color:#e879f9}.group:checked .group-checked\:text-fuchsia-500{color:#d946ef}.group:checked .group-checked\:text-fuchsia-600{color:#c026d3}.group:checked .group-checked\:text-fuchsia-700{color:#a21caf}.group:checked .group-checked\:text-fuchsia-800{color:#86198f}.group:checked .group-checked\:text-fuchsia-900{color:#701a75}.group:checked .group-checked\:text-fuchsia-950{color:#4a044e}.group:checked .group-checked\:text-pink-50{color:#fdf2f8}.group:checked .group-checked\:text-pink-100{color:#fce7f3}.group:checked .group-checked\:text-pink-200{color:#fbcfe8}.group:checked .group-checked\:text-pink-300{color:#f9a8d4}.group:checked .group-checked\:text-pink-400{color:#f472b6}.group:checked .group-checked\:text-pink-500{color:#ec4899}.group:checked .group-checked\:text-pink-600{color:#db2777}.group:checked .group-checked\:text-pink-700{color:#be185d}.group:checked .group-checked\:text-pink-800{color:#9d174d}.group:checked .group-checked\:text-pink-900{color:#831843}.group:checked .group-checked\:text-pink-950{color:#500724}.group:checked .group-checked\:text-rose-50{color:#fff1f2}.group:checked .group-checked\:text-rose-100{color:#ffe4e6}.group:checked .group-checked\:text-rose-200{color:#fecdd3}.group:checked .group-checked\:text-rose-300{color:#fda4af}.group:checked .group-checked\:text-rose-400{color:#fb7185}.group:checked .group-checked\:text-rose-500{color:#f43f5e}.group:checked .group-checked\:text-rose-600{color:#e11d48}.group:checked .group-checked\:text-rose-700{color:#be123c}.group:checked .group-checked\:text-rose-800{color:#9f1239}.group:checked .group-checked\:text-rose-900{color:#881337}.group:checked .group-checked\:text-rose-950{color:#4c0519}.group:checked .group-checked\:text-primary{color:#3874ff}.group:checked .group-checked\:text-primary-bold{color:#002660}.group:checked .group-checked\:text-primary-hover{color:#003585}.group:checked .group-checked\:text-primary-border{color:#156ef3}.group:checked .group-checked\:text-primary-focus-lv1{color:#6492ff}.group:checked .group-checked\:text-primary-focus-lv2{color:#c7ddff}.group:checked .group-checked\:text-primary-bg-color{color:#f8fbff}.group:checked .group-checked\:text-success{color:#00bd7e}.group:checked .group-checked\:text-success-bold{color:#006c58}.group:checked .group-checked\:text-success-hover{color:#008d5e}.group:checked .group-checked\:text-success-border{color:#17e5a1}.group:checked .group-checked\:text-success-focus-lv1{color:#a9fbe0}.group:checked .group-checked\:text-success-bg-color{color:#ebfff8}.group:checked .group-checked\:text-warning{color:#ffb41f}.group:checked .group-checked\:text-warning-bold{color:#b77d09}.group:checked .group-checked\:text-warning-hover{color:#e39f17}.group:checked .group-checked\:text-warning-border{color:#f7c86a}.group:checked .group-checked\:text-warning-focus-lv1{color:#fbe0a9}.group:checked .group-checked\:text-warning-bg-color{color:#fff8eb}.group:checked .group-checked\:text-danger{color:#b20000}.group:checked .group-checked\:text-danger-bold{color:#920122}.group:checked .group-checked\:text-danger-hover{color:#c60833}.group:checked .group-checked\:text-danger-border{color:#f35370}.group:checked .group-checked\:text-danger-focus-lv1{color:#fdabb9}.group:checked .group-checked\:text-danger-bg-color{color:#fff1f4}.group:checked .group-checked\:text-info{color:#2668cb}.group:checked .group-checked\:text-info-bold{color:#023480}.group:checked .group-checked\:text-info-hover{color:#0f4eae}.group:checked .group-checked\:text-info-border{color:#679ef2}.group:checked .group-checked\:text-info-focus-lv1{color:#c1d9fd}.group:checked .group-checked\:text-info-bg-color{color:#f2f7ff}.group:checked .group-checked\:text-neutral-100{color:#1a1a1a}.group:checked .group-checked\:text-neutral-90{color:#424242}.group:checked .group-checked\:text-neutral-80{color:#616161}.group:checked .group-checked\:text-neutral-70{color:#757575}.group:checked .group-checked\:text-neutral-60{color:#9e9e9e}.group:checked .group-checked\:text-neutral-50{color:#c2c2c2}.group:checked .group-checked\:text-neutral-40{color:#e0e0e0}.group:checked .group-checked\:text-neutral-30{color:#ededed}.group:checked .group-checked\:text-neutral-20{color:#f5f5f5}.group:checked .group-checked\:text-base{color:#f5f7fa}.group:checked .group-checked\:text-extraLight{font-family:Mulish-ExtraLight,sans-serif}.group:checked .group-checked\:text-light{font-family:Mulish-Light,sans-serif}.group:checked .group-checked\:text-regular{font-family:Mulish-Regular,sans-serif}.group:checked .group-checked\:text-medium{font-family:Mulish-Medium,sans-serif}.group:checked .group-checked\:text-semiBold{font-family:Mulish-SemiBold,sans-serif}.group:checked .group-checked\:text-bold{font-family:Mulish-SemiBold,sans-serif}.group:checked .group-checked\:text-extraBold{font-family:Mulish-ExtraBold,sans-serif}.group:checked .group-checked\:text-black{font-family:Mulish-Black,sans-serif}.group:checked .group-checked\:text-blackItalic{font-family:Mulish-BlackItalic,sans-serif}.group:checked .group-checked\:text-boldItalic{font-family:Mulish-BoldItalic,sans-serif}.group:checked .group-checked\:text-extraBoldItalic{font-family:Mulish-ExtraBoldItalic,sans-serif}.group:checked .group-checked\:text-extraLightItalic{font-family:Mulish-ExtraLightItalic,sans-serif}.group:checked .group-checked\:text-italic{font-family:Mulish-Italic,sans-serif}.group:checked .group-checked\:text-lightItalic{font-family:Mulish-LightItalic,sans-serif}.group:checked .group-checked\:text-mediumItalic{font-family:Mulish-MediumItalic,sans-serif}.group:checked .group-checked\:text-semiBoldItalic{font-family:Mulish-SemiBoldItalic,sans-serif}.group:checked .group-checked\:top-0{top:0px}.group:checked .group-checked\:top-px{top:1px}.group:checked .group-checked\:top-1{top:.25rem}.group:checked .group-checked\:top-2{top:.5rem}.group:checked .group-checked\:top-3{top:.75rem}.group:checked .group-checked\:top-4{top:1rem}.group:checked .group-checked\:top-5{top:1.25rem}.group:checked .group-checked\:top-6{top:1.5rem}.group:checked .group-checked\:top-7{top:1.75rem}.group:checked .group-checked\:top-8{top:2rem}.group:checked .group-checked\:top-9{top:2.25rem}.group:checked .group-checked\:top-10{top:2.5rem}.group:checked .group-checked\:top-11{top:2.75rem}.group:checked .group-checked\:top-12{top:3rem}.group:checked .group-checked\:top-14{top:3.5rem}.group:checked .group-checked\:top-16{top:4rem}.group:checked .group-checked\:top-20{top:5rem}.group:checked .group-checked\:top-24{top:6rem}.group:checked .group-checked\:top-28{top:7rem}.group:checked .group-checked\:top-32{top:8rem}.group:checked .group-checked\:top-36{top:9rem}.group:checked .group-checked\:top-40{top:10rem}.group:checked .group-checked\:top-44{top:11rem}.group:checked .group-checked\:top-48{top:12rem}.group:checked .group-checked\:top-52{top:13rem}.group:checked .group-checked\:top-56{top:14rem}.group:checked .group-checked\:top-60{top:15rem}.group:checked .group-checked\:top-64{top:16rem}.group:checked .group-checked\:top-72{top:18rem}.group:checked .group-checked\:top-80{top:20rem}.group:checked .group-checked\:top-96{top:24rem}.group:checked .group-checked\:top-auto{top:auto}.group:checked .group-checked\:top-full{top:100%}.group:checked .group-checked\:top-screen{top:100vh}.group:checked .group-checked\:top-min{top:min-content}.group:checked .group-checked\:top-max{top:max-content}.group:checked .group-checked\:top-fit{top:fit-content}.group:checked .group-checked\:top-1\/2{top:50%}.group:checked .group-checked\:top-1\/3{top:33.333333%}.group:checked .group-checked\:top-1\/4{top:25%}.group:checked .group-checked\:top-1\/5{top:20%}.group:checked .group-checked\:top-1\/6{top:16.666667%}.group:checked .group-checked\:top-1\/12{top:8.333333%}.group:checked .group-checked\:bottom-0{bottom:0px}.group:checked .group-checked\:bottom-px{bottom:1px}.group:checked .group-checked\:bottom-1{bottom:.25rem}.group:checked .group-checked\:bottom-2{bottom:.5rem}.group:checked .group-checked\:bottom-3{bottom:.75rem}.group:checked .group-checked\:bottom-4{bottom:1rem}.group:checked .group-checked\:bottom-5{bottom:1.25rem}.group:checked .group-checked\:bottom-6{bottom:1.5rem}.group:checked .group-checked\:bottom-7{bottom:1.75rem}.group:checked .group-checked\:bottom-8{bottom:2rem}.group:checked .group-checked\:bottom-9{bottom:2.25rem}.group:checked .group-checked\:bottom-10{bottom:2.5rem}.group:checked .group-checked\:bottom-11{bottom:2.75rem}.group:checked .group-checked\:bottom-12{bottom:3rem}.group:checked .group-checked\:bottom-14{bottom:3.5rem}.group:checked .group-checked\:bottom-16{bottom:4rem}.group:checked .group-checked\:bottom-20{bottom:5rem}.group:checked .group-checked\:bottom-24{bottom:6rem}.group:checked .group-checked\:bottom-28{bottom:7rem}.group:checked .group-checked\:bottom-32{bottom:8rem}.group:checked .group-checked\:bottom-36{bottom:9rem}.group:checked .group-checked\:bottom-40{bottom:10rem}.group:checked .group-checked\:bottom-44{bottom:11rem}.group:checked .group-checked\:bottom-48{bottom:12rem}.group:checked .group-checked\:bottom-52{bottom:13rem}.group:checked .group-checked\:bottom-56{bottom:14rem}.group:checked .group-checked\:bottom-60{bottom:15rem}.group:checked .group-checked\:bottom-64{bottom:16rem}.group:checked .group-checked\:bottom-72{bottom:18rem}.group:checked .group-checked\:bottom-80{bottom:20rem}.group:checked .group-checked\:bottom-96{bottom:24rem}.group:checked .group-checked\:bottom-auto{bottom:auto}.group:checked .group-checked\:bottom-full{bottom:100%}.group:checked .group-checked\:bottom-screen{bottom:100vh}.group:checked .group-checked\:bottom-min{bottom:min-content}.group:checked .group-checked\:bottom-max{bottom:max-content}.group:checked .group-checked\:bottom-fit{bottom:fit-content}.group:checked .group-checked\:bottom-1\/2{bottom:50%}.group:checked .group-checked\:bottom-1\/3{bottom:33.333333%}.group:checked .group-checked\:bottom-1\/4{bottom:25%}.group:checked .group-checked\:bottom-1\/5{bottom:20%}.group:checked .group-checked\:bottom-1\/6{bottom:16.666667%}.group:checked .group-checked\:bottom-1\/12{bottom:8.333333%}.group:checked .group-checked\:right-0{right:0px}.group:checked .group-checked\:right-px{right:1px}.group:checked .group-checked\:right-1{right:.25rem}.group:checked .group-checked\:right-2{right:.5rem}.group:checked .group-checked\:right-3{right:.75rem}.group:checked .group-checked\:right-4{right:1rem}.group:checked .group-checked\:right-5{right:1.25rem}.group:checked .group-checked\:right-6{right:1.5rem}.group:checked .group-checked\:right-7{right:1.75rem}.group:checked .group-checked\:right-8{right:2rem}.group:checked .group-checked\:right-9{right:2.25rem}.group:checked .group-checked\:right-10{right:2.5rem}.group:checked .group-checked\:right-11{right:2.75rem}.group:checked .group-checked\:right-12{right:3rem}.group:checked .group-checked\:right-14{right:3.5rem}.group:checked .group-checked\:right-16{right:4rem}.group:checked .group-checked\:right-20{right:5rem}.group:checked .group-checked\:right-24{right:6rem}.group:checked .group-checked\:right-28{right:7rem}.group:checked .group-checked\:right-32{right:8rem}.group:checked .group-checked\:right-36{right:9rem}.group:checked .group-checked\:right-40{right:10rem}.group:checked .group-checked\:right-44{right:11rem}.group:checked .group-checked\:right-48{right:12rem}.group:checked .group-checked\:right-52{right:13rem}.group:checked .group-checked\:right-56{right:14rem}.group:checked .group-checked\:right-60{right:15rem}.group:checked .group-checked\:right-64{right:16rem}.group:checked .group-checked\:right-72{right:18rem}.group:checked .group-checked\:right-80{right:20rem}.group:checked .group-checked\:right-96{right:24rem}.group:checked .group-checked\:right-auto{right:auto}.group:checked .group-checked\:right-full{right:100%}.group:checked .group-checked\:right-screen{right:100vh}.group:checked .group-checked\:right-min{right:min-content}.group:checked .group-checked\:right-max{right:max-content}.group:checked .group-checked\:right-fit{right:fit-content}.group:checked .group-checked\:right-1\/2{right:50%}.group:checked .group-checked\:right-1\/3{right:33.333333%}.group:checked .group-checked\:right-1\/4{right:25%}.group:checked .group-checked\:right-1\/5{right:20%}.group:checked .group-checked\:right-1\/6{right:16.666667%}.group:checked .group-checked\:right-1\/12{right:8.333333%}.group:checked .group-checked\:left-0{left:0px}.group:checked .group-checked\:left-px{left:1px}.group:checked .group-checked\:left-1{left:.25rem}.group:checked .group-checked\:left-2{left:.5rem}.group:checked .group-checked\:left-3{left:.75rem}.group:checked .group-checked\:left-4{left:1rem}.group:checked .group-checked\:left-5{left:1.25rem}.group:checked .group-checked\:left-6{left:1.5rem}.group:checked .group-checked\:left-7{left:1.75rem}.group:checked .group-checked\:left-8{left:2rem}.group:checked .group-checked\:left-9{left:2.25rem}.group:checked .group-checked\:left-10{left:2.5rem}.group:checked .group-checked\:left-11{left:2.75rem}.group:checked .group-checked\:left-12{left:3rem}.group:checked .group-checked\:left-14{left:3.5rem}.group:checked .group-checked\:left-16{left:4rem}.group:checked .group-checked\:left-20{left:5rem}.group:checked .group-checked\:left-24{left:6rem}.group:checked .group-checked\:left-28{left:7rem}.group:checked .group-checked\:left-32{left:8rem}.group:checked .group-checked\:left-36{left:9rem}.group:checked .group-checked\:left-40{left:10rem}.group:checked .group-checked\:left-44{left:11rem}.group:checked .group-checked\:left-48{left:12rem}.group:checked .group-checked\:left-52{left:13rem}.group:checked .group-checked\:left-56{left:14rem}.group:checked .group-checked\:left-60{left:15rem}.group:checked .group-checked\:left-64{left:16rem}.group:checked .group-checked\:left-72{left:18rem}.group:checked .group-checked\:left-80{left:20rem}.group:checked .group-checked\:left-96{left:24rem}.group:checked .group-checked\:left-auto{left:auto}.group:checked .group-checked\:left-full{left:100%}.group:checked .group-checked\:left-screen{left:100vh}.group:checked .group-checked\:left-min{left:min-content}.group:checked .group-checked\:left-max{left:max-content}.group:checked .group-checked\:left-fit{left:fit-content}.group:checked .group-checked\:left-1\/2{left:50%}.group:checked .group-checked\:left-1\/3{left:33.333333%}.group:checked .group-checked\:left-1\/4{left:25%}.group:checked .group-checked\:left-1\/5{left:20%}.group:checked .group-checked\:left-1\/6{left:16.666667%}.group:checked .group-checked\:left-1\/12{left:8.333333%}.group:checked .group-checked\:z-0{z-index:0}.group:checked .group-checked\:z-10{z-index:10}.group:checked .group-checked\:z-20{z-index:20}.group:checked .group-checked\:z-30{z-index:30}.group:checked .group-checked\:z-40{z-index:40}.group:checked .group-checked\:z-50{z-index:50}.group:checked .group-checked\:z-auto{z-index:auto}.group:checked .group-checked\:m-auto{margin:auto}.group:checked .group-checked\:ml-auto{margin-left:auto}.group:checked .group-checked\:mr-auto{margin-right:auto}.group:checked .group-checked\:mx-auto{margin:0 auto}.group:checked .group-checked\:my-auto{margin:auto 0}.group:checked .group-checked\:mb-auto{margin-bottom:auto}.group:checked .group-checked\:mt-auto{margin-top:auto}.group:checked .group-checked\:m-0{margin:0}.group:checked .group-checked\:ml-0{margin-left:0}.group:checked .group-checked\:mr-0{margin-right:0}.group:checked .group-checked\:mx-0{margin:0}.group:checked .group-checked\:my-0{margin:0}.group:checked .group-checked\:mb-0{margin-bottom:0}.group:checked .group-checked\:mt-0{margin-top:0}.group:checked .group-checked\:m-1{margin:.25rem}.group:checked .group-checked\:ml-1{margin-left:.25rem}.group:checked .group-checked\:mr-1{margin-right:.25rem}.group:checked .group-checked\:mx-1{margin:0px .25rem}.group:checked .group-checked\:my-1{margin:.25rem 0px}.group:checked .group-checked\:mb-1{margin-bottom:.25rem}.group:checked .group-checked\:mt-1{margin-top:.25rem}.group:checked .group-checked\:m-2{margin:.5rem}.group:checked .group-checked\:ml-2{margin-left:.5rem}.group:checked .group-checked\:mr-2{margin-right:.5rem}.group:checked .group-checked\:mx-2{margin:0px .5rem}.group:checked .group-checked\:my-2{margin:.5rem 0px}.group:checked .group-checked\:mb-2{margin-bottom:.5rem}.group:checked .group-checked\:mt-2{margin-top:.5rem}.group:checked .group-checked\:m-3{margin:.75rem}.group:checked .group-checked\:ml-3{margin-left:.75rem}.group:checked .group-checked\:mr-3{margin-right:.75rem}.group:checked .group-checked\:mx-3{margin:0px .75rem}.group:checked .group-checked\:my-3{margin:.75rem 0px}.group:checked .group-checked\:mb-3{margin-bottom:.75rem}.group:checked .group-checked\:mt-3{margin-top:.75rem}.group:checked .group-checked\:m-4{margin:1rem}.group:checked .group-checked\:ml-4{margin-left:1rem}.group:checked .group-checked\:mr-4{margin-right:1rem}.group:checked .group-checked\:mx-4{margin:0px 1rem}.group:checked .group-checked\:my-4{margin:1rem 0px}.group:checked .group-checked\:mb-4{margin-bottom:1rem}.group:checked .group-checked\:mt-4{margin-top:1rem}.group:checked .group-checked\:m-5{margin:1.25rem}.group:checked .group-checked\:ml-5{margin-left:1.25rem}.group:checked .group-checked\:mr-5{margin-right:1.25rem}.group:checked .group-checked\:mx-5{margin:0px 1.25rem}.group:checked .group-checked\:my-5{margin:1.25rem 0px}.group:checked .group-checked\:mb-5{margin-bottom:1.25rem}.group:checked .group-checked\:mt-5{margin-top:1.25rem}.group:checked .group-checked\:m-6{margin:1.5rem}.group:checked .group-checked\:ml-6{margin-left:1.5rem}.group:checked .group-checked\:mr-6{margin-right:1.5rem}.group:checked .group-checked\:mx-6{margin:0px 1.5rem}.group:checked .group-checked\:my-6{margin:1.5rem 0px}.group:checked .group-checked\:mb-6{margin-bottom:1.5rem}.group:checked .group-checked\:mt-6{margin-top:1.5rem}.group:checked .group-checked\:m-7{margin:1.75rem}.group:checked .group-checked\:ml-7{margin-left:1.75rem}.group:checked .group-checked\:mr-7{margin-right:1.75rem}.group:checked .group-checked\:mx-7{margin:0px 1.75rem}.group:checked .group-checked\:my-7{margin:1.75rem 0px}.group:checked .group-checked\:mb-7{margin-bottom:1.75rem}.group:checked .group-checked\:mt-7{margin-top:1.75rem}.group:checked .group-checked\:m-8{margin:2rem}.group:checked .group-checked\:ml-8{margin-left:2rem}.group:checked .group-checked\:mr-8{margin-right:2rem}.group:checked .group-checked\:mx-8{margin:0px 2rem}.group:checked .group-checked\:my-8{margin:2rem 0px}.group:checked .group-checked\:mb-8{margin-bottom:2rem}.group:checked .group-checked\:mt-8{margin-top:2rem}.group:checked .group-checked\:m-9{margin:2.25rem}.group:checked .group-checked\:ml-9{margin-left:2.25rem}.group:checked .group-checked\:mr-9{margin-right:2.25rem}.group:checked .group-checked\:mx-9{margin:0px 2.25rem}.group:checked .group-checked\:my-9{margin:2.25rem 0px}.group:checked .group-checked\:mb-9{margin-bottom:2.25rem}.group:checked .group-checked\:mt-9{margin-top:2.25rem}.group:checked .group-checked\:m-10{margin:2.5rem}.group:checked .group-checked\:ml-10{margin-left:2.5rem}.group:checked .group-checked\:mr-10{margin-right:2.5rem}.group:checked .group-checked\:mx-10{margin:0px 2.5rem}.group:checked .group-checked\:my-10{margin:2.5rem 0px}.group:checked .group-checked\:mb-10{margin-bottom:2.5rem}.group:checked .group-checked\:mt-10{margin-top:2.5rem}.group:checked .group-checked\:m-11{margin:2.75rem}.group:checked .group-checked\:ml-11{margin-left:2.75rem}.group:checked .group-checked\:mr-11{margin-right:2.75rem}.group:checked .group-checked\:mx-11{margin:0px 2.75rem}.group:checked .group-checked\:my-11{margin:2.75rem 0px}.group:checked .group-checked\:mb-11{margin-bottom:2.75rem}.group:checked .group-checked\:mt-11{margin-top:2.75rem}.group:checked .group-checked\:m-12{margin:3rem}.group:checked .group-checked\:ml-12{margin-left:3rem}.group:checked .group-checked\:mr-12{margin-right:3rem}.group:checked .group-checked\:mx-12{margin:0px 3rem}.group:checked .group-checked\:my-12{margin:3rem 0px}.group:checked .group-checked\:mb-12{margin-bottom:3rem}.group:checked .group-checked\:mt-12{margin-top:3rem}.group:checked .group-checked\:m-14{margin:3.5rem}.group:checked .group-checked\:ml-14{margin-left:3.5rem}.group:checked .group-checked\:mr-14{margin-right:3.5rem}.group:checked .group-checked\:mx-14{margin:0px 3.5rem}.group:checked .group-checked\:my-14{margin:3.5rem 0px}.group:checked .group-checked\:mb-14{margin-bottom:3.5rem}.group:checked .group-checked\:mt-14{margin-top:3.5rem}.group:checked .group-checked\:m-16{margin:4rem}.group:checked .group-checked\:ml-16{margin-left:4rem}.group:checked .group-checked\:mr-16{margin-right:4rem}.group:checked .group-checked\:mx-16{margin:0px 4rem}.group:checked .group-checked\:my-16{margin:4rem 0px}.group:checked .group-checked\:mb-16{margin-bottom:4rem}.group:checked .group-checked\:mt-16{margin-top:4rem}.group:checked .group-checked\:m-20{margin:5rem}.group:checked .group-checked\:ml-20{margin-left:5rem}.group:checked .group-checked\:mr-20{margin-right:5rem}.group:checked .group-checked\:mx-20{margin:0px 5rem}.group:checked .group-checked\:my-20{margin:5rem 0px}.group:checked .group-checked\:mb-20{margin-bottom:5rem}.group:checked .group-checked\:mt-20{margin-top:5rem}.group:checked .group-checked\:m-24{margin:6rem}.group:checked .group-checked\:ml-24{margin-left:6rem}.group:checked .group-checked\:mr-24{margin-right:6rem}.group:checked .group-checked\:mx-24{margin:0px 6rem}.group:checked .group-checked\:my-24{margin:6rem 0px}.group:checked .group-checked\:mb-24{margin-bottom:6rem}.group:checked .group-checked\:mt-24{margin-top:6rem}.group:checked .group-checked\:m-28{margin:7rem}.group:checked .group-checked\:ml-28{margin-left:7rem}.group:checked .group-checked\:mr-28{margin-right:7rem}.group:checked .group-checked\:mx-28{margin:0px 7rem}.group:checked .group-checked\:my-28{margin:7rem 0px}.group:checked .group-checked\:mb-28{margin-bottom:7rem}.group:checked .group-checked\:mt-28{margin-top:7rem}.group:checked .group-checked\:m-32{margin:8rem}.group:checked .group-checked\:ml-32{margin-left:8rem}.group:checked .group-checked\:mr-32{margin-right:8rem}.group:checked .group-checked\:mx-32{margin:0px 8rem}.group:checked .group-checked\:my-32{margin:8rem 0px}.group:checked .group-checked\:mb-32{margin-bottom:8rem}.group:checked .group-checked\:mt-32{margin-top:8rem}.group:checked .group-checked\:m-36{margin:9rem}.group:checked .group-checked\:ml-36{margin-left:9rem}.group:checked .group-checked\:mr-36{margin-right:9rem}.group:checked .group-checked\:mx-36{margin:0px 9rem}.group:checked .group-checked\:my-36{margin:9rem 0px}.group:checked .group-checked\:mb-36{margin-bottom:9rem}.group:checked .group-checked\:mt-36{margin-top:9rem}.group:checked .group-checked\:m-40{margin:10rem}.group:checked .group-checked\:ml-40{margin-left:10rem}.group:checked .group-checked\:mr-40{margin-right:10rem}.group:checked .group-checked\:mx-40{margin:0px 10rem}.group:checked .group-checked\:my-40{margin:10rem 0px}.group:checked .group-checked\:mb-40{margin-bottom:10rem}.group:checked .group-checked\:mt-40{margin-top:10rem}.group:checked .group-checked\:m-44{margin:11rem}.group:checked .group-checked\:ml-44{margin-left:11rem}.group:checked .group-checked\:mr-44{margin-right:11rem}.group:checked .group-checked\:mx-44{margin:0px 11rem}.group:checked .group-checked\:my-44{margin:11rem 0px}.group:checked .group-checked\:mb-44{margin-bottom:11rem}.group:checked .group-checked\:mt-44{margin-top:11rem}.group:checked .group-checked\:m-48{margin:12rem}.group:checked .group-checked\:ml-48{margin-left:12rem}.group:checked .group-checked\:mr-48{margin-right:12rem}.group:checked .group-checked\:mx-48{margin:0px 12rem}.group:checked .group-checked\:my-48{margin:12rem 0px}.group:checked .group-checked\:mb-48{margin-bottom:12rem}.group:checked .group-checked\:mt-48{margin-top:12rem}.group:checked .group-checked\:m-52{margin:13rem}.group:checked .group-checked\:ml-52{margin-left:13rem}.group:checked .group-checked\:mr-52{margin-right:13rem}.group:checked .group-checked\:mx-52{margin:0px 13rem}.group:checked .group-checked\:my-52{margin:13rem 0px}.group:checked .group-checked\:mb-52{margin-bottom:13rem}.group:checked .group-checked\:mt-52{margin-top:13rem}.group:checked .group-checked\:m-56{margin:14rem}.group:checked .group-checked\:ml-56{margin-left:14rem}.group:checked .group-checked\:mr-56{margin-right:14rem}.group:checked .group-checked\:mx-56{margin:0px 14rem}.group:checked .group-checked\:my-56{margin:14rem 0px}.group:checked .group-checked\:mb-56{margin-bottom:14rem}.group:checked .group-checked\:mt-56{margin-top:14rem}.group:checked .group-checked\:m-60{margin:15rem}.group:checked .group-checked\:ml-60{margin-left:15rem}.group:checked .group-checked\:mr-60{margin-right:15rem}.group:checked .group-checked\:mx-60{margin:0px 15rem}.group:checked .group-checked\:my-60{margin:15rem 0px}.group:checked .group-checked\:mb-60{margin-bottom:15rem}.group:checked .group-checked\:mt-60{margin-top:15rem}.group:checked .group-checked\:m-64{margin:16rem}.group:checked .group-checked\:ml-64{margin-left:16rem}.group:checked .group-checked\:mr-64{margin-right:16rem}.group:checked .group-checked\:mx-64{margin:0px 16rem}.group:checked .group-checked\:my-64{margin:16rem 0px}.group:checked .group-checked\:mb-64{margin-bottom:16rem}.group:checked .group-checked\:mt-64{margin-top:16rem}.group:checked .group-checked\:m-72{margin:18rem}.group:checked .group-checked\:ml-72{margin-left:18rem}.group:checked .group-checked\:mr-72{margin-right:18rem}.group:checked .group-checked\:mx-72{margin:0px 18rem}.group:checked .group-checked\:my-72{margin:18rem 0px}.group:checked .group-checked\:mb-72{margin-bottom:18rem}.group:checked .group-checked\:mt-72{margin-top:18rem}.group:checked .group-checked\:m-80{margin:20rem}.group:checked .group-checked\:ml-80{margin-left:20rem}.group:checked .group-checked\:mr-80{margin-right:20rem}.group:checked .group-checked\:mx-80{margin:0px 20rem}.group:checked .group-checked\:my-80{margin:20rem 0px}.group:checked .group-checked\:mb-80{margin-bottom:20rem}.group:checked .group-checked\:mt-80{margin-top:20rem}.group:checked .group-checked\:m-96{margin:24rem}.group:checked .group-checked\:ml-96{margin-left:24rem}.group:checked .group-checked\:mr-96{margin-right:24rem}.group:checked .group-checked\:mx-96{margin:0px 24rem}.group:checked .group-checked\:my-96{margin:24rem 0px}.group:checked .group-checked\:mb-96{margin-bottom:24rem}.group:checked .group-checked\:mt-96{margin-top:24rem}.group:checked .group-checked\:gap-0{gap:0px}.group:checked .group-checked\:gap-1{gap:.25rem}.group:checked .group-checked\:gap-2{gap:.5rem}.group:checked .group-checked\:gap-3{gap:.75rem}.group:checked .group-checked\:gap-4{gap:1rem}.group:checked .group-checked\:gap-5{gap:1.25rem}.group:checked .group-checked\:gap-6{gap:1.5rem}.group:checked .group-checked\:gap-7{gap:1.75rem}.group:checked .group-checked\:gap-8{gap:2rem}.group:checked .group-checked\:gap-9{gap:2.25rem}.group:checked .group-checked\:gap-10{gap:2.5rem}.group:checked .group-checked\:gap-11{gap:2.75rem}.group:checked .group-checked\:gap-12{gap:3rem}.group:checked .group-checked\:gap-14{gap:3.5rem}.group:checked .group-checked\:gap-16{gap:4rem}.group:checked .group-checked\:gap-20{gap:5rem}.group:checked .group-checked\:gap-24{gap:6rem}.group:checked .group-checked\:gap-28{gap:7rem}.group:checked .group-checked\:gap-32{gap:8rem}.group:checked .group-checked\:gap-36{gap:9rem}.group:checked .group-checked\:gap-40{gap:10rem}.group:checked .group-checked\:gap-44{gap:11rem}.group:checked .group-checked\:gap-48{gap:12rem}.group:checked .group-checked\:gap-52{gap:13rem}.group:checked .group-checked\:gap-56{gap:14rem}.group:checked .group-checked\:gap-60{gap:15rem}.group:checked .group-checked\:gap-64{gap:16rem}.group:checked .group-checked\:gap-72{gap:18rem}.group:checked .group-checked\:gap-80{gap:20rem}.group:checked .group-checked\:gap-96{gap:24rem}.group:checked .group-checked\:justify-center{justify-content:center}.group:checked .group-checked\:justify-end{justify-content:end}.group:checked .group-checked\:justify-start{justify-content:start}.group:checked .group-checked\:justify-between{justify-content:space-between}.group:checked .group-checked\:justify-baseline{justify-content:baseline}.group:checked .group-checked\:justify-around{justify-content:space-around}.group:checked .group-checked\:justify-evenly{justify-content:space-evenly}.group:checked .group-checked\:items-center{align-items:center}.group:checked .group-checked\:items-baseline{align-items:baseline}.group:checked .group-checked\:items-end{align-items:flex-end}.group:checked .group-checked\:items-start{align-items:flex-start}.group:checked .group-checked\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.group:checked .group-checked\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.group:checked .group-checked\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.group:checked .group-checked\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.group:checked .group-checked\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.group:checked .group-checked\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.group:checked .group-checked\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.group:checked .group-checked\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.group:checked .group-checked\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.group:checked .group-checked\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.group:checked .group-checked\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.group:checked .group-checked\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.group:checked .group-checked\:grid-cols-none{grid-template-columns:none}.group:checked .group-checked\:object-contain{object-fit:contain}.group:checked .group-checked\:object-cover{object-fit:cover}.group:checked .group-checked\:object-fill{object-fit:fill}.group:checked .group-checked\:object-none{object-fit:none}.group:checked .group-checked\:object-scale-down{object-fit:scale-down}.group:checked .group-checked\:backdrop-blur-none{backdrop-filter:blur(0)}.group:checked .group-checked\:backdrop-blur-sm{backdrop-filter:blur(4px)}.group:checked .group-checked\:backdrop-blur{backdrop-filter:blur(8px)}.group:checked .group-checked\:backdrop-blur-md{backdrop-filter:blur(12px)}.group:checked .group-checked\:backdrop-blur-lg{backdrop-filter:blur(16px)}.group:checked .group-checked\:backdrop-blur-xl{backdrop-filter:blur(24px)}.group:checked .group-checked\:backdrop-blur-2xl{backdrop-filter:blur(40px)}.group:checked .group-checked\:backdrop-blur-3xl{backdrop-filter:blur(64px)}.group:checked .group-checked\:col-auto{grid-column:auto}.group:checked .group-checked\:col-span-1{grid-column:span 1/span 1}.group:checked .group-checked\:col-span-2{grid-column:span 2/span 2}.group:checked .group-checked\:col-span-3{grid-column:span 3/span 3}.group:checked .group-checked\:col-span-4{grid-column:span 4/span 4}.group:checked .group-checked\:col-span-5{grid-column:span 5/span 5}.group:checked .group-checked\:col-span-6{grid-column:span 6/span 6}.group:checked .group-checked\:col-span-7{grid-column:span 7/span 7}.group:checked .group-checked\:col-span-8{grid-column:span 8/span 8}.group:checked .group-checked\:col-span-9{grid-column:span 9/span 9}.group:checked .group-checked\:col-span-10{grid-column:span 10/span 10}.group:checked .group-checked\:col-span-11{grid-column:span 11/span 11}.group:checked .group-checked\:col-span-12{grid-column:span 12/span 12}.group:checked .group-checked\:col-start-1{grid-column-start:1}.group:checked .group-checked\:col-start-2{grid-column-start:2}.group:checked .group-checked\:col-start-3{grid-column-start:3}.group:checked .group-checked\:col-start-4{grid-column-start:4}.group:checked .group-checked\:col-start-5{grid-column-start:5}.group:checked .group-checked\:col-start-6{grid-column-start:6}.group:checked .group-checked\:col-start-7{grid-column-start:7}.group:checked .group-checked\:col-start-8{grid-column-start:8}.group:checked .group-checked\:col-start-9{grid-column-start:9}.group:checked .group-checked\:col-start-10{grid-column-start:10}.group:checked .group-checked\:col-start-11{grid-column-start:11}.group:checked .group-checked\:col-start-12{grid-column-start:12}.group:checked .group-checked\:col-start-13{grid-column-start:13}.group:checked .group-checked\:col-start-auto{grid-column-start:auto}.group:checked .group-checked\:col-end-1{grid-column-end:1}.group:checked .group-checked\:col-end-2{grid-column-end:2}.group:checked .group-checked\:col-end-3{grid-column-end:3}.group:checked .group-checked\:col-end-4{grid-column-end:4}.group:checked .group-checked\:col-end-5{grid-column-end:5}.group:checked .group-checked\:col-end-6{grid-column-end:6}.group:checked .group-checked\:col-end-7{grid-column-end:7}.group:checked .group-checked\:col-end-8{grid-column-end:8}.group:checked .group-checked\:col-end-9{grid-column-end:9}.group:checked .group-checked\:col-end-10{grid-column-end:10}.group:checked .group-checked\:col-end-11{grid-column-end:11}.group:checked .group-checked\:col-end-12{grid-column-end:12}.group:checked .group-checked\:col-end-13{grid-column-end:13}.group:checked .group-checked\:col-end-auto{grid-column-end:auto}.group:checked .group-checked\:indent-0{text-indent:0px}.group:checked .group-checked\:indent-px{text-indent:1px}.group:checked .group-checked\:indent-1{text-indent:.25rem}.group:checked .group-checked\:indent-2{text-indent:.5rem}.group:checked .group-checked\:indent-3{text-indent:.75rem}.group:checked .group-checked\:indent-4{text-indent:1rem}.group:checked .group-checked\:indent-5{text-indent:1.25rem}.group:checked .group-checked\:indent-6{text-indent:1.5rem}.group:checked .group-checked\:indent-7{text-indent:1.75rem}.group:checked .group-checked\:indent-8{text-indent:2rem}.group:checked .group-checked\:indent-9{text-indent:2.25rem}.group:checked .group-checked\:indent-10{text-indent:2.5rem}.group:checked .group-checked\:indent-11{text-indent:2.75rem}.group:checked .group-checked\:indent-12{text-indent:3rem}.group:checked .group-checked\:indent-14{text-indent:3.5rem}.group:checked .group-checked\:indent-16{text-indent:4rem}.group:checked .group-checked\:indent-20{text-indent:5rem}.group:checked .group-checked\:indent-24{text-indent:6rem}.group:checked .group-checked\:indent-28{text-indent:7rem}.group:checked .group-checked\:indent-32{text-indent:8rem}.group:checked .group-checked\:indent-36{text-indent:9rem}.group:checked .group-checked\:indent-40{text-indent:10rem}.group:checked .group-checked\:indent-44{text-indent:11rem}.group:checked .group-checked\:indent-48{text-indent:12rem}.group:checked .group-checked\:indent-52{text-indent:13rem}.group:checked .group-checked\:indent-56{text-indent:14rem}.group:checked .group-checked\:indent-60{text-indent:15rem}.group:checked .group-checked\:indent-64{text-indent:16rem}.group:checked .group-checked\:indent-72{text-indent:18rem}.group:checked .group-checked\:indent-80{text-indent:20rem}.group:checked .group-checked\:indent-96{text-indent:24rem}.group:checked .group-checked\:indent-0\.5{text-transform:.125rem}.group:checked .group-checked\:indent-1\.5{text-transform:.375rem}.group:checked .group-checked\:indent-2\.5{text-transform:.625rem}.group:checked .group-checked\:indent-3\.5{text-transform:.875rem}.group:checked .group-checked\: .underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.group:checked .group-checked\: .overline{-webkit-text-decoration-line:overline;text-decoration-line:overline}.group:checked .group-checked\: .through{-webkit-text-decoration-line:line-through;text-decoration-line:line-through}.group:checked .group-checked\: .none{-webkit-text-decoration-line:none;text-decoration-line:none}.group:checked .group-checked\: .uppercase{text-transform:uppercase}.group:checked .group-checked\: .lowercase{text-transform:lowercase}.group:checked .group-checked\: .capitalize{text-transform:capitalize}.group:checked .group-checked\: .normal-case{text-transform:none}.group:checked .group-checked\:shadow-2-12{box-shadow:0 2px 4px #0000001f}.group:checked .group-checked\:shadow-4-10{box-shadow:0 4px 8px #0000001a}.group:checked .group-checked\:shadow-6-10{box-shadow:0 6px 12px #0000001a}.group:checked .group-checked\:shadow-6-8{box-shadow:0 8px 16px #00000014}.group:checked .group-checked\:shadow-primary{box-shadow:0 0 0 1px #6492ff}.group:checked .group-checked\:shadow-danger{box-shadow:0 0 0 1px #fdabb9}.group:checked .group-checked\:shadow-warning{box-shadow:0 0 0 1px #fbe0a9}.group:checked .group-checked\:shadow-info{box-shadow:0 0 0 1px #c1d9fd}.group:checked .group-checked\:shadow-success{box-shadow:0 0 0 1px #c1d9fd}.group:checked .group-checked\:shadow-loading{box-shadow:0 0 0 1px #757575}.group:checked .group-checked\:shadow-header{box-shadow:0 2px 4px #0000001f}.group:checked .group-checked\:shadow-none{box-shadow:none}.group:checked .group-checked\:button-extraSm{padding:6px 16px}.group:checked .group-checked\:button-normal{padding:16px 32px}.group:focus .group-focus\:bg-transparent{background-color:transparent}.group:focus .group-focus\:bg-transparent\/0{background-color:#0000}.group:focus .group-focus\:bg-transparent\/10{background-color:#0000001a}.group:focus .group-focus\:bg-transparent\/20{background-color:#0003}.group:focus .group-focus\:bg-transparent\/30{background-color:#0000004d}.group:focus .group-focus\:bg-transparent\/40{background-color:#0006}.group:focus .group-focus\:bg-transparent\/50{background-color:#00000080}.group:focus .group-focus\:bg-transparent\/60{background-color:#0009}.group:focus .group-focus\:bg-transparent\/70{background-color:#000000b3}.group:focus .group-focus\:bg-transparent\/75{background-color:#000000bf}.group:focus .group-focus\:bg-transparent\/80{background-color:#000c}.group:focus .group-focus\:bg-transparent\/90{background-color:#000000e6}.group:focus .group-focus\:bg-black{background-color:#000}.group:focus .group-focus\:bg-black\/0{background-color:#0000}.group:focus .group-focus\:bg-black\/10{background-color:#0000001a}.group:focus .group-focus\:bg-black\/20{background-color:#0003}.group:focus .group-focus\:bg-black\/30{background-color:#0000004d}.group:focus .group-focus\:bg-black\/40{background-color:#0006}.group:focus .group-focus\:bg-black\/50{background-color:#00000080}.group:focus .group-focus\:bg-black\/60{background-color:#0009}.group:focus .group-focus\:bg-black\/70{background-color:#000000b3}.group:focus .group-focus\:bg-black\/75{background-color:#000000bf}.group:focus .group-focus\:bg-black\/80{background-color:#000c}.group:focus .group-focus\:bg-black\/90{background-color:#000000e6}.group:focus .group-focus\:bg-white{background-color:#fff}.group:focus .group-focus\:bg-white\/0{background-color:#fff0}.group:focus .group-focus\:bg-white\/10{background-color:#ffffff1a}.group:focus .group-focus\:bg-white\/20{background-color:#fff3}.group:focus .group-focus\:bg-white\/30{background-color:#ffffff4d}.group:focus .group-focus\:bg-white\/40{background-color:#fff6}.group:focus .group-focus\:bg-white\/50{background-color:#ffffff80}.group:focus .group-focus\:bg-white\/60{background-color:#fff9}.group:focus .group-focus\:bg-white\/70{background-color:#ffffffb3}.group:focus .group-focus\:bg-white\/75{background-color:#ffffffbf}.group:focus .group-focus\:bg-white\/80{background-color:#fffc}.group:focus .group-focus\:bg-white\/90{background-color:#ffffffe6}.group:focus .group-focus\:bg-slate-50{background-color:#f8fafc}.group:focus .group-focus\:bg-slate-50\/0{background-color:#f8fafc00}.group:focus .group-focus\:bg-slate-50\/10{background-color:#f8fafc1a}.group:focus .group-focus\:bg-slate-50\/20{background-color:#f8fafc33}.group:focus .group-focus\:bg-slate-50\/30{background-color:#f8fafc4d}.group:focus .group-focus\:bg-slate-50\/40{background-color:#f8fafc66}.group:focus .group-focus\:bg-slate-50\/50{background-color:#f8fafc80}.group:focus .group-focus\:bg-slate-50\/60{background-color:#f8fafc99}.group:focus .group-focus\:bg-slate-50\/70{background-color:#f8fafcb3}.group:focus .group-focus\:bg-slate-50\/75{background-color:#f8fafcbf}.group:focus .group-focus\:bg-slate-50\/80{background-color:#f8fafccc}.group:focus .group-focus\:bg-slate-50\/90{background-color:#f8fafce6}.group:focus .group-focus\:bg-slate-100{background-color:#f1f5f9}.group:focus .group-focus\:bg-slate-100\/0{background-color:#f1f5f900}.group:focus .group-focus\:bg-slate-100\/10{background-color:#f1f5f91a}.group:focus .group-focus\:bg-slate-100\/20{background-color:#f1f5f933}.group:focus .group-focus\:bg-slate-100\/30{background-color:#f1f5f94d}.group:focus .group-focus\:bg-slate-100\/40{background-color:#f1f5f966}.group:focus .group-focus\:bg-slate-100\/50{background-color:#f1f5f980}.group:focus .group-focus\:bg-slate-100\/60{background-color:#f1f5f999}.group:focus .group-focus\:bg-slate-100\/70{background-color:#f1f5f9b3}.group:focus .group-focus\:bg-slate-100\/75{background-color:#f1f5f9bf}.group:focus .group-focus\:bg-slate-100\/80{background-color:#f1f5f9cc}.group:focus .group-focus\:bg-slate-100\/90{background-color:#f1f5f9e6}.group:focus .group-focus\:bg-slate-200{background-color:#e2e8f0}.group:focus .group-focus\:bg-slate-200\/0{background-color:#e2e8f000}.group:focus .group-focus\:bg-slate-200\/10{background-color:#e2e8f01a}.group:focus .group-focus\:bg-slate-200\/20{background-color:#e2e8f033}.group:focus .group-focus\:bg-slate-200\/30{background-color:#e2e8f04d}.group:focus .group-focus\:bg-slate-200\/40{background-color:#e2e8f066}.group:focus .group-focus\:bg-slate-200\/50{background-color:#e2e8f080}.group:focus .group-focus\:bg-slate-200\/60{background-color:#e2e8f099}.group:focus .group-focus\:bg-slate-200\/70{background-color:#e2e8f0b3}.group:focus .group-focus\:bg-slate-200\/75{background-color:#e2e8f0bf}.group:focus .group-focus\:bg-slate-200\/80{background-color:#e2e8f0cc}.group:focus .group-focus\:bg-slate-200\/90{background-color:#e2e8f0e6}.group:focus .group-focus\:bg-slate-300{background-color:#cbd5e1}.group:focus .group-focus\:bg-slate-300\/0{background-color:#cbd5e100}.group:focus .group-focus\:bg-slate-300\/10{background-color:#cbd5e11a}.group:focus .group-focus\:bg-slate-300\/20{background-color:#cbd5e133}.group:focus .group-focus\:bg-slate-300\/30{background-color:#cbd5e14d}.group:focus .group-focus\:bg-slate-300\/40{background-color:#cbd5e166}.group:focus .group-focus\:bg-slate-300\/50{background-color:#cbd5e180}.group:focus .group-focus\:bg-slate-300\/60{background-color:#cbd5e199}.group:focus .group-focus\:bg-slate-300\/70{background-color:#cbd5e1b3}.group:focus .group-focus\:bg-slate-300\/75{background-color:#cbd5e1bf}.group:focus .group-focus\:bg-slate-300\/80{background-color:#cbd5e1cc}.group:focus .group-focus\:bg-slate-300\/90{background-color:#cbd5e1e6}.group:focus .group-focus\:bg-slate-400{background-color:#94a3b8}.group:focus .group-focus\:bg-slate-400\/0{background-color:#94a3b800}.group:focus .group-focus\:bg-slate-400\/10{background-color:#94a3b81a}.group:focus .group-focus\:bg-slate-400\/20{background-color:#94a3b833}.group:focus .group-focus\:bg-slate-400\/30{background-color:#94a3b84d}.group:focus .group-focus\:bg-slate-400\/40{background-color:#94a3b866}.group:focus .group-focus\:bg-slate-400\/50{background-color:#94a3b880}.group:focus .group-focus\:bg-slate-400\/60{background-color:#94a3b899}.group:focus .group-focus\:bg-slate-400\/70{background-color:#94a3b8b3}.group:focus .group-focus\:bg-slate-400\/75{background-color:#94a3b8bf}.group:focus .group-focus\:bg-slate-400\/80{background-color:#94a3b8cc}.group:focus .group-focus\:bg-slate-400\/90{background-color:#94a3b8e6}.group:focus .group-focus\:bg-slate-500{background-color:#64748b}.group:focus .group-focus\:bg-slate-500\/0{background-color:#64748b00}.group:focus .group-focus\:bg-slate-500\/10{background-color:#64748b1a}.group:focus .group-focus\:bg-slate-500\/20{background-color:#64748b33}.group:focus .group-focus\:bg-slate-500\/30{background-color:#64748b4d}.group:focus .group-focus\:bg-slate-500\/40{background-color:#64748b66}.group:focus .group-focus\:bg-slate-500\/50{background-color:#64748b80}.group:focus .group-focus\:bg-slate-500\/60{background-color:#64748b99}.group:focus .group-focus\:bg-slate-500\/70{background-color:#64748bb3}.group:focus .group-focus\:bg-slate-500\/75{background-color:#64748bbf}.group:focus .group-focus\:bg-slate-500\/80{background-color:#64748bcc}.group:focus .group-focus\:bg-slate-500\/90{background-color:#64748be6}.group:focus .group-focus\:bg-slate-600{background-color:#475569}.group:focus .group-focus\:bg-slate-600\/0{background-color:#47556900}.group:focus .group-focus\:bg-slate-600\/10{background-color:#4755691a}.group:focus .group-focus\:bg-slate-600\/20{background-color:#47556933}.group:focus .group-focus\:bg-slate-600\/30{background-color:#4755694d}.group:focus .group-focus\:bg-slate-600\/40{background-color:#47556966}.group:focus .group-focus\:bg-slate-600\/50{background-color:#47556980}.group:focus .group-focus\:bg-slate-600\/60{background-color:#47556999}.group:focus .group-focus\:bg-slate-600\/70{background-color:#475569b3}.group:focus .group-focus\:bg-slate-600\/75{background-color:#475569bf}.group:focus .group-focus\:bg-slate-600\/80{background-color:#475569cc}.group:focus .group-focus\:bg-slate-600\/90{background-color:#475569e6}.group:focus .group-focus\:bg-slate-700{background-color:#334155}.group:focus .group-focus\:bg-slate-700\/0{background-color:#33415500}.group:focus .group-focus\:bg-slate-700\/10{background-color:#3341551a}.group:focus .group-focus\:bg-slate-700\/20{background-color:#33415533}.group:focus .group-focus\:bg-slate-700\/30{background-color:#3341554d}.group:focus .group-focus\:bg-slate-700\/40{background-color:#33415566}.group:focus .group-focus\:bg-slate-700\/50{background-color:#33415580}.group:focus .group-focus\:bg-slate-700\/60{background-color:#33415599}.group:focus .group-focus\:bg-slate-700\/70{background-color:#334155b3}.group:focus .group-focus\:bg-slate-700\/75{background-color:#334155bf}.group:focus .group-focus\:bg-slate-700\/80{background-color:#334155cc}.group:focus .group-focus\:bg-slate-700\/90{background-color:#334155e6}.group:focus .group-focus\:bg-slate-800{background-color:#1e293b}.group:focus .group-focus\:bg-slate-800\/0{background-color:#1e293b00}.group:focus .group-focus\:bg-slate-800\/10{background-color:#1e293b1a}.group:focus .group-focus\:bg-slate-800\/20{background-color:#1e293b33}.group:focus .group-focus\:bg-slate-800\/30{background-color:#1e293b4d}.group:focus .group-focus\:bg-slate-800\/40{background-color:#1e293b66}.group:focus .group-focus\:bg-slate-800\/50{background-color:#1e293b80}.group:focus .group-focus\:bg-slate-800\/60{background-color:#1e293b99}.group:focus .group-focus\:bg-slate-800\/70{background-color:#1e293bb3}.group:focus .group-focus\:bg-slate-800\/75{background-color:#1e293bbf}.group:focus .group-focus\:bg-slate-800\/80{background-color:#1e293bcc}.group:focus .group-focus\:bg-slate-800\/90{background-color:#1e293be6}.group:focus .group-focus\:bg-slate-900{background-color:#0f172a}.group:focus .group-focus\:bg-slate-900\/0{background-color:#0f172a00}.group:focus .group-focus\:bg-slate-900\/10{background-color:#0f172a1a}.group:focus .group-focus\:bg-slate-900\/20{background-color:#0f172a33}.group:focus .group-focus\:bg-slate-900\/30{background-color:#0f172a4d}.group:focus .group-focus\:bg-slate-900\/40{background-color:#0f172a66}.group:focus .group-focus\:bg-slate-900\/50{background-color:#0f172a80}.group:focus .group-focus\:bg-slate-900\/60{background-color:#0f172a99}.group:focus .group-focus\:bg-slate-900\/70{background-color:#0f172ab3}.group:focus .group-focus\:bg-slate-900\/75{background-color:#0f172abf}.group:focus .group-focus\:bg-slate-900\/80{background-color:#0f172acc}.group:focus .group-focus\:bg-slate-900\/90{background-color:#0f172ae6}.group:focus .group-focus\:bg-slate-950{background-color:#020617}.group:focus .group-focus\:bg-slate-950\/0{background-color:#02061700}.group:focus .group-focus\:bg-slate-950\/10{background-color:#0206171a}.group:focus .group-focus\:bg-slate-950\/20{background-color:#02061733}.group:focus .group-focus\:bg-slate-950\/30{background-color:#0206174d}.group:focus .group-focus\:bg-slate-950\/40{background-color:#02061766}.group:focus .group-focus\:bg-slate-950\/50{background-color:#02061780}.group:focus .group-focus\:bg-slate-950\/60{background-color:#02061799}.group:focus .group-focus\:bg-slate-950\/70{background-color:#020617b3}.group:focus .group-focus\:bg-slate-950\/75{background-color:#020617bf}.group:focus .group-focus\:bg-slate-950\/80{background-color:#020617cc}.group:focus .group-focus\:bg-slate-950\/90{background-color:#020617e6}.group:focus .group-focus\:bg-gray-50{background-color:#f9fafb}.group:focus .group-focus\:bg-gray-50\/0{background-color:#f9fafb00}.group:focus .group-focus\:bg-gray-50\/10{background-color:#f9fafb1a}.group:focus .group-focus\:bg-gray-50\/20{background-color:#f9fafb33}.group:focus .group-focus\:bg-gray-50\/30{background-color:#f9fafb4d}.group:focus .group-focus\:bg-gray-50\/40{background-color:#f9fafb66}.group:focus .group-focus\:bg-gray-50\/50{background-color:#f9fafb80}.group:focus .group-focus\:bg-gray-50\/60{background-color:#f9fafb99}.group:focus .group-focus\:bg-gray-50\/70{background-color:#f9fafbb3}.group:focus .group-focus\:bg-gray-50\/75{background-color:#f9fafbbf}.group:focus .group-focus\:bg-gray-50\/80{background-color:#f9fafbcc}.group:focus .group-focus\:bg-gray-50\/90{background-color:#f9fafbe6}.group:focus .group-focus\:bg-gray-100{background-color:#f3f4f6}.group:focus .group-focus\:bg-gray-100\/0{background-color:#f3f4f600}.group:focus .group-focus\:bg-gray-100\/10{background-color:#f3f4f61a}.group:focus .group-focus\:bg-gray-100\/20{background-color:#f3f4f633}.group:focus .group-focus\:bg-gray-100\/30{background-color:#f3f4f64d}.group:focus .group-focus\:bg-gray-100\/40{background-color:#f3f4f666}.group:focus .group-focus\:bg-gray-100\/50{background-color:#f3f4f680}.group:focus .group-focus\:bg-gray-100\/60{background-color:#f3f4f699}.group:focus .group-focus\:bg-gray-100\/70{background-color:#f3f4f6b3}.group:focus .group-focus\:bg-gray-100\/75{background-color:#f3f4f6bf}.group:focus .group-focus\:bg-gray-100\/80{background-color:#f3f4f6cc}.group:focus .group-focus\:bg-gray-100\/90{background-color:#f3f4f6e6}.group:focus .group-focus\:bg-gray-200{background-color:#e5e7eb}.group:focus .group-focus\:bg-gray-200\/0{background-color:#e5e7eb00}.group:focus .group-focus\:bg-gray-200\/10{background-color:#e5e7eb1a}.group:focus .group-focus\:bg-gray-200\/20{background-color:#e5e7eb33}.group:focus .group-focus\:bg-gray-200\/30{background-color:#e5e7eb4d}.group:focus .group-focus\:bg-gray-200\/40{background-color:#e5e7eb66}.group:focus .group-focus\:bg-gray-200\/50{background-color:#e5e7eb80}.group:focus .group-focus\:bg-gray-200\/60{background-color:#e5e7eb99}.group:focus .group-focus\:bg-gray-200\/70{background-color:#e5e7ebb3}.group:focus .group-focus\:bg-gray-200\/75{background-color:#e5e7ebbf}.group:focus .group-focus\:bg-gray-200\/80{background-color:#e5e7ebcc}.group:focus .group-focus\:bg-gray-200\/90{background-color:#e5e7ebe6}.group:focus .group-focus\:bg-gray-300{background-color:#d1d5db}.group:focus .group-focus\:bg-gray-300\/0{background-color:#d1d5db00}.group:focus .group-focus\:bg-gray-300\/10{background-color:#d1d5db1a}.group:focus .group-focus\:bg-gray-300\/20{background-color:#d1d5db33}.group:focus .group-focus\:bg-gray-300\/30{background-color:#d1d5db4d}.group:focus .group-focus\:bg-gray-300\/40{background-color:#d1d5db66}.group:focus .group-focus\:bg-gray-300\/50{background-color:#d1d5db80}.group:focus .group-focus\:bg-gray-300\/60{background-color:#d1d5db99}.group:focus .group-focus\:bg-gray-300\/70{background-color:#d1d5dbb3}.group:focus .group-focus\:bg-gray-300\/75{background-color:#d1d5dbbf}.group:focus .group-focus\:bg-gray-300\/80{background-color:#d1d5dbcc}.group:focus .group-focus\:bg-gray-300\/90{background-color:#d1d5dbe6}.group:focus .group-focus\:bg-gray-400{background-color:#9ca3af}.group:focus .group-focus\:bg-gray-400\/0{background-color:#9ca3af00}.group:focus .group-focus\:bg-gray-400\/10{background-color:#9ca3af1a}.group:focus .group-focus\:bg-gray-400\/20{background-color:#9ca3af33}.group:focus .group-focus\:bg-gray-400\/30{background-color:#9ca3af4d}.group:focus .group-focus\:bg-gray-400\/40{background-color:#9ca3af66}.group:focus .group-focus\:bg-gray-400\/50{background-color:#9ca3af80}.group:focus .group-focus\:bg-gray-400\/60{background-color:#9ca3af99}.group:focus .group-focus\:bg-gray-400\/70{background-color:#9ca3afb3}.group:focus .group-focus\:bg-gray-400\/75{background-color:#9ca3afbf}.group:focus .group-focus\:bg-gray-400\/80{background-color:#9ca3afcc}.group:focus .group-focus\:bg-gray-400\/90{background-color:#9ca3afe6}.group:focus .group-focus\:bg-gray-500{background-color:#6b7280}.group:focus .group-focus\:bg-gray-500\/0{background-color:#6b728000}.group:focus .group-focus\:bg-gray-500\/10{background-color:#6b72801a}.group:focus .group-focus\:bg-gray-500\/20{background-color:#6b728033}.group:focus .group-focus\:bg-gray-500\/30{background-color:#6b72804d}.group:focus .group-focus\:bg-gray-500\/40{background-color:#6b728066}.group:focus .group-focus\:bg-gray-500\/50{background-color:#6b728080}.group:focus .group-focus\:bg-gray-500\/60{background-color:#6b728099}.group:focus .group-focus\:bg-gray-500\/70{background-color:#6b7280b3}.group:focus .group-focus\:bg-gray-500\/75{background-color:#6b7280bf}.group:focus .group-focus\:bg-gray-500\/80{background-color:#6b7280cc}.group:focus .group-focus\:bg-gray-500\/90{background-color:#6b7280e6}.group:focus .group-focus\:bg-gray-600{background-color:#4b5563}.group:focus .group-focus\:bg-gray-600\/0{background-color:#4b556300}.group:focus .group-focus\:bg-gray-600\/10{background-color:#4b55631a}.group:focus .group-focus\:bg-gray-600\/20{background-color:#4b556333}.group:focus .group-focus\:bg-gray-600\/30{background-color:#4b55634d}.group:focus .group-focus\:bg-gray-600\/40{background-color:#4b556366}.group:focus .group-focus\:bg-gray-600\/50{background-color:#4b556380}.group:focus .group-focus\:bg-gray-600\/60{background-color:#4b556399}.group:focus .group-focus\:bg-gray-600\/70{background-color:#4b5563b3}.group:focus .group-focus\:bg-gray-600\/75{background-color:#4b5563bf}.group:focus .group-focus\:bg-gray-600\/80{background-color:#4b5563cc}.group:focus .group-focus\:bg-gray-600\/90{background-color:#4b5563e6}.group:focus .group-focus\:bg-gray-700{background-color:#374151}.group:focus .group-focus\:bg-gray-700\/0{background-color:#37415100}.group:focus .group-focus\:bg-gray-700\/10{background-color:#3741511a}.group:focus .group-focus\:bg-gray-700\/20{background-color:#37415133}.group:focus .group-focus\:bg-gray-700\/30{background-color:#3741514d}.group:focus .group-focus\:bg-gray-700\/40{background-color:#37415166}.group:focus .group-focus\:bg-gray-700\/50{background-color:#37415180}.group:focus .group-focus\:bg-gray-700\/60{background-color:#37415199}.group:focus .group-focus\:bg-gray-700\/70{background-color:#374151b3}.group:focus .group-focus\:bg-gray-700\/75{background-color:#374151bf}.group:focus .group-focus\:bg-gray-700\/80{background-color:#374151cc}.group:focus .group-focus\:bg-gray-700\/90{background-color:#374151e6}.group:focus .group-focus\:bg-gray-800{background-color:#1f2937}.group:focus .group-focus\:bg-gray-800\/0{background-color:#1f293700}.group:focus .group-focus\:bg-gray-800\/10{background-color:#1f29371a}.group:focus .group-focus\:bg-gray-800\/20{background-color:#1f293733}.group:focus .group-focus\:bg-gray-800\/30{background-color:#1f29374d}.group:focus .group-focus\:bg-gray-800\/40{background-color:#1f293766}.group:focus .group-focus\:bg-gray-800\/50{background-color:#1f293780}.group:focus .group-focus\:bg-gray-800\/60{background-color:#1f293799}.group:focus .group-focus\:bg-gray-800\/70{background-color:#1f2937b3}.group:focus .group-focus\:bg-gray-800\/75{background-color:#1f2937bf}.group:focus .group-focus\:bg-gray-800\/80{background-color:#1f2937cc}.group:focus .group-focus\:bg-gray-800\/90{background-color:#1f2937e6}.group:focus .group-focus\:bg-gray-900{background-color:#111827}.group:focus .group-focus\:bg-gray-900\/0{background-color:#11182700}.group:focus .group-focus\:bg-gray-900\/10{background-color:#1118271a}.group:focus .group-focus\:bg-gray-900\/20{background-color:#11182733}.group:focus .group-focus\:bg-gray-900\/30{background-color:#1118274d}.group:focus .group-focus\:bg-gray-900\/40{background-color:#11182766}.group:focus .group-focus\:bg-gray-900\/50{background-color:#11182780}.group:focus .group-focus\:bg-gray-900\/60{background-color:#11182799}.group:focus .group-focus\:bg-gray-900\/70{background-color:#111827b3}.group:focus .group-focus\:bg-gray-900\/75{background-color:#111827bf}.group:focus .group-focus\:bg-gray-900\/80{background-color:#111827cc}.group:focus .group-focus\:bg-gray-900\/90{background-color:#111827e6}.group:focus .group-focus\:bg-gray-950{background-color:#030712}.group:focus .group-focus\:bg-gray-950\/0{background-color:#03071200}.group:focus .group-focus\:bg-gray-950\/10{background-color:#0307121a}.group:focus .group-focus\:bg-gray-950\/20{background-color:#03071233}.group:focus .group-focus\:bg-gray-950\/30{background-color:#0307124d}.group:focus .group-focus\:bg-gray-950\/40{background-color:#03071266}.group:focus .group-focus\:bg-gray-950\/50{background-color:#03071280}.group:focus .group-focus\:bg-gray-950\/60{background-color:#03071299}.group:focus .group-focus\:bg-gray-950\/70{background-color:#030712b3}.group:focus .group-focus\:bg-gray-950\/75{background-color:#030712bf}.group:focus .group-focus\:bg-gray-950\/80{background-color:#030712cc}.group:focus .group-focus\:bg-gray-950\/90{background-color:#030712e6}.group:focus .group-focus\:bg-zinc-50{background-color:#fafafa}.group:focus .group-focus\:bg-zinc-50\/0{background-color:#fafafa00}.group:focus .group-focus\:bg-zinc-50\/10{background-color:#fafafa1a}.group:focus .group-focus\:bg-zinc-50\/20{background-color:#fafafa33}.group:focus .group-focus\:bg-zinc-50\/30{background-color:#fafafa4d}.group:focus .group-focus\:bg-zinc-50\/40{background-color:#fafafa66}.group:focus .group-focus\:bg-zinc-50\/50{background-color:#fafafa80}.group:focus .group-focus\:bg-zinc-50\/60{background-color:#fafafa99}.group:focus .group-focus\:bg-zinc-50\/70{background-color:#fafafab3}.group:focus .group-focus\:bg-zinc-50\/75{background-color:#fafafabf}.group:focus .group-focus\:bg-zinc-50\/80{background-color:#fafafacc}.group:focus .group-focus\:bg-zinc-50\/90{background-color:#fafafae6}.group:focus .group-focus\:bg-zinc-100{background-color:#f4f4f5}.group:focus .group-focus\:bg-zinc-100\/0{background-color:#f4f4f500}.group:focus .group-focus\:bg-zinc-100\/10{background-color:#f4f4f51a}.group:focus .group-focus\:bg-zinc-100\/20{background-color:#f4f4f533}.group:focus .group-focus\:bg-zinc-100\/30{background-color:#f4f4f54d}.group:focus .group-focus\:bg-zinc-100\/40{background-color:#f4f4f566}.group:focus .group-focus\:bg-zinc-100\/50{background-color:#f4f4f580}.group:focus .group-focus\:bg-zinc-100\/60{background-color:#f4f4f599}.group:focus .group-focus\:bg-zinc-100\/70{background-color:#f4f4f5b3}.group:focus .group-focus\:bg-zinc-100\/75{background-color:#f4f4f5bf}.group:focus .group-focus\:bg-zinc-100\/80{background-color:#f4f4f5cc}.group:focus .group-focus\:bg-zinc-100\/90{background-color:#f4f4f5e6}.group:focus .group-focus\:bg-zinc-200{background-color:#e4e4e7}.group:focus .group-focus\:bg-zinc-200\/0{background-color:#e4e4e700}.group:focus .group-focus\:bg-zinc-200\/10{background-color:#e4e4e71a}.group:focus .group-focus\:bg-zinc-200\/20{background-color:#e4e4e733}.group:focus .group-focus\:bg-zinc-200\/30{background-color:#e4e4e74d}.group:focus .group-focus\:bg-zinc-200\/40{background-color:#e4e4e766}.group:focus .group-focus\:bg-zinc-200\/50{background-color:#e4e4e780}.group:focus .group-focus\:bg-zinc-200\/60{background-color:#e4e4e799}.group:focus .group-focus\:bg-zinc-200\/70{background-color:#e4e4e7b3}.group:focus .group-focus\:bg-zinc-200\/75{background-color:#e4e4e7bf}.group:focus .group-focus\:bg-zinc-200\/80{background-color:#e4e4e7cc}.group:focus .group-focus\:bg-zinc-200\/90{background-color:#e4e4e7e6}.group:focus .group-focus\:bg-zinc-300{background-color:#d4d4d8}.group:focus .group-focus\:bg-zinc-300\/0{background-color:#d4d4d800}.group:focus .group-focus\:bg-zinc-300\/10{background-color:#d4d4d81a}.group:focus .group-focus\:bg-zinc-300\/20{background-color:#d4d4d833}.group:focus .group-focus\:bg-zinc-300\/30{background-color:#d4d4d84d}.group:focus .group-focus\:bg-zinc-300\/40{background-color:#d4d4d866}.group:focus .group-focus\:bg-zinc-300\/50{background-color:#d4d4d880}.group:focus .group-focus\:bg-zinc-300\/60{background-color:#d4d4d899}.group:focus .group-focus\:bg-zinc-300\/70{background-color:#d4d4d8b3}.group:focus .group-focus\:bg-zinc-300\/75{background-color:#d4d4d8bf}.group:focus .group-focus\:bg-zinc-300\/80{background-color:#d4d4d8cc}.group:focus .group-focus\:bg-zinc-300\/90{background-color:#d4d4d8e6}.group:focus .group-focus\:bg-zinc-400{background-color:#a1a1aa}.group:focus .group-focus\:bg-zinc-400\/0{background-color:#a1a1aa00}.group:focus .group-focus\:bg-zinc-400\/10{background-color:#a1a1aa1a}.group:focus .group-focus\:bg-zinc-400\/20{background-color:#a1a1aa33}.group:focus .group-focus\:bg-zinc-400\/30{background-color:#a1a1aa4d}.group:focus .group-focus\:bg-zinc-400\/40{background-color:#a1a1aa66}.group:focus .group-focus\:bg-zinc-400\/50{background-color:#a1a1aa80}.group:focus .group-focus\:bg-zinc-400\/60{background-color:#a1a1aa99}.group:focus .group-focus\:bg-zinc-400\/70{background-color:#a1a1aab3}.group:focus .group-focus\:bg-zinc-400\/75{background-color:#a1a1aabf}.group:focus .group-focus\:bg-zinc-400\/80{background-color:#a1a1aacc}.group:focus .group-focus\:bg-zinc-400\/90{background-color:#a1a1aae6}.group:focus .group-focus\:bg-zinc-500{background-color:#71717a}.group:focus .group-focus\:bg-zinc-500\/0{background-color:#71717a00}.group:focus .group-focus\:bg-zinc-500\/10{background-color:#71717a1a}.group:focus .group-focus\:bg-zinc-500\/20{background-color:#71717a33}.group:focus .group-focus\:bg-zinc-500\/30{background-color:#71717a4d}.group:focus .group-focus\:bg-zinc-500\/40{background-color:#71717a66}.group:focus .group-focus\:bg-zinc-500\/50{background-color:#71717a80}.group:focus .group-focus\:bg-zinc-500\/60{background-color:#71717a99}.group:focus .group-focus\:bg-zinc-500\/70{background-color:#71717ab3}.group:focus .group-focus\:bg-zinc-500\/75{background-color:#71717abf}.group:focus .group-focus\:bg-zinc-500\/80{background-color:#71717acc}.group:focus .group-focus\:bg-zinc-500\/90{background-color:#71717ae6}.group:focus .group-focus\:bg-zinc-600{background-color:#52525b}.group:focus .group-focus\:bg-zinc-600\/0{background-color:#52525b00}.group:focus .group-focus\:bg-zinc-600\/10{background-color:#52525b1a}.group:focus .group-focus\:bg-zinc-600\/20{background-color:#52525b33}.group:focus .group-focus\:bg-zinc-600\/30{background-color:#52525b4d}.group:focus .group-focus\:bg-zinc-600\/40{background-color:#52525b66}.group:focus .group-focus\:bg-zinc-600\/50{background-color:#52525b80}.group:focus .group-focus\:bg-zinc-600\/60{background-color:#52525b99}.group:focus .group-focus\:bg-zinc-600\/70{background-color:#52525bb3}.group:focus .group-focus\:bg-zinc-600\/75{background-color:#52525bbf}.group:focus .group-focus\:bg-zinc-600\/80{background-color:#52525bcc}.group:focus .group-focus\:bg-zinc-600\/90{background-color:#52525be6}.group:focus .group-focus\:bg-zinc-700{background-color:#3f3f46}.group:focus .group-focus\:bg-zinc-700\/0{background-color:#3f3f4600}.group:focus .group-focus\:bg-zinc-700\/10{background-color:#3f3f461a}.group:focus .group-focus\:bg-zinc-700\/20{background-color:#3f3f4633}.group:focus .group-focus\:bg-zinc-700\/30{background-color:#3f3f464d}.group:focus .group-focus\:bg-zinc-700\/40{background-color:#3f3f4666}.group:focus .group-focus\:bg-zinc-700\/50{background-color:#3f3f4680}.group:focus .group-focus\:bg-zinc-700\/60{background-color:#3f3f4699}.group:focus .group-focus\:bg-zinc-700\/70{background-color:#3f3f46b3}.group:focus .group-focus\:bg-zinc-700\/75{background-color:#3f3f46bf}.group:focus .group-focus\:bg-zinc-700\/80{background-color:#3f3f46cc}.group:focus .group-focus\:bg-zinc-700\/90{background-color:#3f3f46e6}.group:focus .group-focus\:bg-zinc-800{background-color:#27272a}.group:focus .group-focus\:bg-zinc-800\/0{background-color:#27272a00}.group:focus .group-focus\:bg-zinc-800\/10{background-color:#27272a1a}.group:focus .group-focus\:bg-zinc-800\/20{background-color:#27272a33}.group:focus .group-focus\:bg-zinc-800\/30{background-color:#27272a4d}.group:focus .group-focus\:bg-zinc-800\/40{background-color:#27272a66}.group:focus .group-focus\:bg-zinc-800\/50{background-color:#27272a80}.group:focus .group-focus\:bg-zinc-800\/60{background-color:#27272a99}.group:focus .group-focus\:bg-zinc-800\/70{background-color:#27272ab3}.group:focus .group-focus\:bg-zinc-800\/75{background-color:#27272abf}.group:focus .group-focus\:bg-zinc-800\/80{background-color:#27272acc}.group:focus .group-focus\:bg-zinc-800\/90{background-color:#27272ae6}.group:focus .group-focus\:bg-zinc-900{background-color:#18181b}.group:focus .group-focus\:bg-zinc-900\/0{background-color:#18181b00}.group:focus .group-focus\:bg-zinc-900\/10{background-color:#18181b1a}.group:focus .group-focus\:bg-zinc-900\/20{background-color:#18181b33}.group:focus .group-focus\:bg-zinc-900\/30{background-color:#18181b4d}.group:focus .group-focus\:bg-zinc-900\/40{background-color:#18181b66}.group:focus .group-focus\:bg-zinc-900\/50{background-color:#18181b80}.group:focus .group-focus\:bg-zinc-900\/60{background-color:#18181b99}.group:focus .group-focus\:bg-zinc-900\/70{background-color:#18181bb3}.group:focus .group-focus\:bg-zinc-900\/75{background-color:#18181bbf}.group:focus .group-focus\:bg-zinc-900\/80{background-color:#18181bcc}.group:focus .group-focus\:bg-zinc-900\/90{background-color:#18181be6}.group:focus .group-focus\:bg-zinc-950{background-color:#09090b}.group:focus .group-focus\:bg-zinc-950\/0{background-color:#09090b00}.group:focus .group-focus\:bg-zinc-950\/10{background-color:#09090b1a}.group:focus .group-focus\:bg-zinc-950\/20{background-color:#09090b33}.group:focus .group-focus\:bg-zinc-950\/30{background-color:#09090b4d}.group:focus .group-focus\:bg-zinc-950\/40{background-color:#09090b66}.group:focus .group-focus\:bg-zinc-950\/50{background-color:#09090b80}.group:focus .group-focus\:bg-zinc-950\/60{background-color:#09090b99}.group:focus .group-focus\:bg-zinc-950\/70{background-color:#09090bb3}.group:focus .group-focus\:bg-zinc-950\/75{background-color:#09090bbf}.group:focus .group-focus\:bg-zinc-950\/80{background-color:#09090bcc}.group:focus .group-focus\:bg-zinc-950\/90{background-color:#09090be6}.group:focus .group-focus\:bg-neutral-50{background-color:#fafafa}.group:focus .group-focus\:bg-neutral-50\/0{background-color:#fafafa00}.group:focus .group-focus\:bg-neutral-50\/10{background-color:#fafafa1a}.group:focus .group-focus\:bg-neutral-50\/20{background-color:#fafafa33}.group:focus .group-focus\:bg-neutral-50\/30{background-color:#fafafa4d}.group:focus .group-focus\:bg-neutral-50\/40{background-color:#fafafa66}.group:focus .group-focus\:bg-neutral-50\/50{background-color:#fafafa80}.group:focus .group-focus\:bg-neutral-50\/60{background-color:#fafafa99}.group:focus .group-focus\:bg-neutral-50\/70{background-color:#fafafab3}.group:focus .group-focus\:bg-neutral-50\/75{background-color:#fafafabf}.group:focus .group-focus\:bg-neutral-50\/80{background-color:#fafafacc}.group:focus .group-focus\:bg-neutral-50\/90{background-color:#fafafae6}.group:focus .group-focus\:bg-neutral-100{background-color:#f5f5f5}.group:focus .group-focus\:bg-neutral-100\/0{background-color:#f5f5f500}.group:focus .group-focus\:bg-neutral-100\/10{background-color:#f5f5f51a}.group:focus .group-focus\:bg-neutral-100\/20{background-color:#f5f5f533}.group:focus .group-focus\:bg-neutral-100\/30{background-color:#f5f5f54d}.group:focus .group-focus\:bg-neutral-100\/40{background-color:#f5f5f566}.group:focus .group-focus\:bg-neutral-100\/50{background-color:#f5f5f580}.group:focus .group-focus\:bg-neutral-100\/60{background-color:#f5f5f599}.group:focus .group-focus\:bg-neutral-100\/70{background-color:#f5f5f5b3}.group:focus .group-focus\:bg-neutral-100\/75{background-color:#f5f5f5bf}.group:focus .group-focus\:bg-neutral-100\/80{background-color:#f5f5f5cc}.group:focus .group-focus\:bg-neutral-100\/90{background-color:#f5f5f5e6}.group:focus .group-focus\:bg-neutral-200{background-color:#e5e5e5}.group:focus .group-focus\:bg-neutral-200\/0{background-color:#e5e5e500}.group:focus .group-focus\:bg-neutral-200\/10{background-color:#e5e5e51a}.group:focus .group-focus\:bg-neutral-200\/20{background-color:#e5e5e533}.group:focus .group-focus\:bg-neutral-200\/30{background-color:#e5e5e54d}.group:focus .group-focus\:bg-neutral-200\/40{background-color:#e5e5e566}.group:focus .group-focus\:bg-neutral-200\/50{background-color:#e5e5e580}.group:focus .group-focus\:bg-neutral-200\/60{background-color:#e5e5e599}.group:focus .group-focus\:bg-neutral-200\/70{background-color:#e5e5e5b3}.group:focus .group-focus\:bg-neutral-200\/75{background-color:#e5e5e5bf}.group:focus .group-focus\:bg-neutral-200\/80{background-color:#e5e5e5cc}.group:focus .group-focus\:bg-neutral-200\/90{background-color:#e5e5e5e6}.group:focus .group-focus\:bg-neutral-300{background-color:#d4d4d4}.group:focus .group-focus\:bg-neutral-300\/0{background-color:#d4d4d400}.group:focus .group-focus\:bg-neutral-300\/10{background-color:#d4d4d41a}.group:focus .group-focus\:bg-neutral-300\/20{background-color:#d4d4d433}.group:focus .group-focus\:bg-neutral-300\/30{background-color:#d4d4d44d}.group:focus .group-focus\:bg-neutral-300\/40{background-color:#d4d4d466}.group:focus .group-focus\:bg-neutral-300\/50{background-color:#d4d4d480}.group:focus .group-focus\:bg-neutral-300\/60{background-color:#d4d4d499}.group:focus .group-focus\:bg-neutral-300\/70{background-color:#d4d4d4b3}.group:focus .group-focus\:bg-neutral-300\/75{background-color:#d4d4d4bf}.group:focus .group-focus\:bg-neutral-300\/80{background-color:#d4d4d4cc}.group:focus .group-focus\:bg-neutral-300\/90{background-color:#d4d4d4e6}.group:focus .group-focus\:bg-neutral-400{background-color:#a3a3a3}.group:focus .group-focus\:bg-neutral-400\/0{background-color:#a3a3a300}.group:focus .group-focus\:bg-neutral-400\/10{background-color:#a3a3a31a}.group:focus .group-focus\:bg-neutral-400\/20{background-color:#a3a3a333}.group:focus .group-focus\:bg-neutral-400\/30{background-color:#a3a3a34d}.group:focus .group-focus\:bg-neutral-400\/40{background-color:#a3a3a366}.group:focus .group-focus\:bg-neutral-400\/50{background-color:#a3a3a380}.group:focus .group-focus\:bg-neutral-400\/60{background-color:#a3a3a399}.group:focus .group-focus\:bg-neutral-400\/70{background-color:#a3a3a3b3}.group:focus .group-focus\:bg-neutral-400\/75{background-color:#a3a3a3bf}.group:focus .group-focus\:bg-neutral-400\/80{background-color:#a3a3a3cc}.group:focus .group-focus\:bg-neutral-400\/90{background-color:#a3a3a3e6}.group:focus .group-focus\:bg-neutral-500{background-color:#737373}.group:focus .group-focus\:bg-neutral-500\/0{background-color:#73737300}.group:focus .group-focus\:bg-neutral-500\/10{background-color:#7373731a}.group:focus .group-focus\:bg-neutral-500\/20{background-color:#73737333}.group:focus .group-focus\:bg-neutral-500\/30{background-color:#7373734d}.group:focus .group-focus\:bg-neutral-500\/40{background-color:#73737366}.group:focus .group-focus\:bg-neutral-500\/50{background-color:#73737380}.group:focus .group-focus\:bg-neutral-500\/60{background-color:#73737399}.group:focus .group-focus\:bg-neutral-500\/70{background-color:#737373b3}.group:focus .group-focus\:bg-neutral-500\/75{background-color:#737373bf}.group:focus .group-focus\:bg-neutral-500\/80{background-color:#737373cc}.group:focus .group-focus\:bg-neutral-500\/90{background-color:#737373e6}.group:focus .group-focus\:bg-neutral-600{background-color:#525252}.group:focus .group-focus\:bg-neutral-600\/0{background-color:#52525200}.group:focus .group-focus\:bg-neutral-600\/10{background-color:#5252521a}.group:focus .group-focus\:bg-neutral-600\/20{background-color:#52525233}.group:focus .group-focus\:bg-neutral-600\/30{background-color:#5252524d}.group:focus .group-focus\:bg-neutral-600\/40{background-color:#52525266}.group:focus .group-focus\:bg-neutral-600\/50{background-color:#52525280}.group:focus .group-focus\:bg-neutral-600\/60{background-color:#52525299}.group:focus .group-focus\:bg-neutral-600\/70{background-color:#525252b3}.group:focus .group-focus\:bg-neutral-600\/75{background-color:#525252bf}.group:focus .group-focus\:bg-neutral-600\/80{background-color:#525252cc}.group:focus .group-focus\:bg-neutral-600\/90{background-color:#525252e6}.group:focus .group-focus\:bg-neutral-700{background-color:#404040}.group:focus .group-focus\:bg-neutral-700\/0{background-color:#40404000}.group:focus .group-focus\:bg-neutral-700\/10{background-color:#4040401a}.group:focus .group-focus\:bg-neutral-700\/20{background-color:#40404033}.group:focus .group-focus\:bg-neutral-700\/30{background-color:#4040404d}.group:focus .group-focus\:bg-neutral-700\/40{background-color:#40404066}.group:focus .group-focus\:bg-neutral-700\/50{background-color:#40404080}.group:focus .group-focus\:bg-neutral-700\/60{background-color:#40404099}.group:focus .group-focus\:bg-neutral-700\/70{background-color:#404040b3}.group:focus .group-focus\:bg-neutral-700\/75{background-color:#404040bf}.group:focus .group-focus\:bg-neutral-700\/80{background-color:#404040cc}.group:focus .group-focus\:bg-neutral-700\/90{background-color:#404040e6}.group:focus .group-focus\:bg-neutral-800{background-color:#262626}.group:focus .group-focus\:bg-neutral-800\/0{background-color:#26262600}.group:focus .group-focus\:bg-neutral-800\/10{background-color:#2626261a}.group:focus .group-focus\:bg-neutral-800\/20{background-color:#26262633}.group:focus .group-focus\:bg-neutral-800\/30{background-color:#2626264d}.group:focus .group-focus\:bg-neutral-800\/40{background-color:#26262666}.group:focus .group-focus\:bg-neutral-800\/50{background-color:#26262680}.group:focus .group-focus\:bg-neutral-800\/60{background-color:#26262699}.group:focus .group-focus\:bg-neutral-800\/70{background-color:#262626b3}.group:focus .group-focus\:bg-neutral-800\/75{background-color:#262626bf}.group:focus .group-focus\:bg-neutral-800\/80{background-color:#262626cc}.group:focus .group-focus\:bg-neutral-800\/90{background-color:#262626e6}.group:focus .group-focus\:bg-neutral-900{background-color:#171717}.group:focus .group-focus\:bg-neutral-900\/0{background-color:#17171700}.group:focus .group-focus\:bg-neutral-900\/10{background-color:#1717171a}.group:focus .group-focus\:bg-neutral-900\/20{background-color:#17171733}.group:focus .group-focus\:bg-neutral-900\/30{background-color:#1717174d}.group:focus .group-focus\:bg-neutral-900\/40{background-color:#17171766}.group:focus .group-focus\:bg-neutral-900\/50{background-color:#17171780}.group:focus .group-focus\:bg-neutral-900\/60{background-color:#17171799}.group:focus .group-focus\:bg-neutral-900\/70{background-color:#171717b3}.group:focus .group-focus\:bg-neutral-900\/75{background-color:#171717bf}.group:focus .group-focus\:bg-neutral-900\/80{background-color:#171717cc}.group:focus .group-focus\:bg-neutral-900\/90{background-color:#171717e6}.group:focus .group-focus\:bg-neutral-950{background-color:#0a0a0a}.group:focus .group-focus\:bg-neutral-950\/0{background-color:#0a0a0a00}.group:focus .group-focus\:bg-neutral-950\/10{background-color:#0a0a0a1a}.group:focus .group-focus\:bg-neutral-950\/20{background-color:#0a0a0a33}.group:focus .group-focus\:bg-neutral-950\/30{background-color:#0a0a0a4d}.group:focus .group-focus\:bg-neutral-950\/40{background-color:#0a0a0a66}.group:focus .group-focus\:bg-neutral-950\/50{background-color:#0a0a0a80}.group:focus .group-focus\:bg-neutral-950\/60{background-color:#0a0a0a99}.group:focus .group-focus\:bg-neutral-950\/70{background-color:#0a0a0ab3}.group:focus .group-focus\:bg-neutral-950\/75{background-color:#0a0a0abf}.group:focus .group-focus\:bg-neutral-950\/80{background-color:#0a0a0acc}.group:focus .group-focus\:bg-neutral-950\/90{background-color:#0a0a0ae6}.group:focus .group-focus\:bg-stone-50{background-color:#fafaf9}.group:focus .group-focus\:bg-stone-50\/0{background-color:#fafaf900}.group:focus .group-focus\:bg-stone-50\/10{background-color:#fafaf91a}.group:focus .group-focus\:bg-stone-50\/20{background-color:#fafaf933}.group:focus .group-focus\:bg-stone-50\/30{background-color:#fafaf94d}.group:focus .group-focus\:bg-stone-50\/40{background-color:#fafaf966}.group:focus .group-focus\:bg-stone-50\/50{background-color:#fafaf980}.group:focus .group-focus\:bg-stone-50\/60{background-color:#fafaf999}.group:focus .group-focus\:bg-stone-50\/70{background-color:#fafaf9b3}.group:focus .group-focus\:bg-stone-50\/75{background-color:#fafaf9bf}.group:focus .group-focus\:bg-stone-50\/80{background-color:#fafaf9cc}.group:focus .group-focus\:bg-stone-50\/90{background-color:#fafaf9e6}.group:focus .group-focus\:bg-stone-100{background-color:#f5f5f4}.group:focus .group-focus\:bg-stone-100\/0{background-color:#f5f5f400}.group:focus .group-focus\:bg-stone-100\/10{background-color:#f5f5f41a}.group:focus .group-focus\:bg-stone-100\/20{background-color:#f5f5f433}.group:focus .group-focus\:bg-stone-100\/30{background-color:#f5f5f44d}.group:focus .group-focus\:bg-stone-100\/40{background-color:#f5f5f466}.group:focus .group-focus\:bg-stone-100\/50{background-color:#f5f5f480}.group:focus .group-focus\:bg-stone-100\/60{background-color:#f5f5f499}.group:focus .group-focus\:bg-stone-100\/70{background-color:#f5f5f4b3}.group:focus .group-focus\:bg-stone-100\/75{background-color:#f5f5f4bf}.group:focus .group-focus\:bg-stone-100\/80{background-color:#f5f5f4cc}.group:focus .group-focus\:bg-stone-100\/90{background-color:#f5f5f4e6}.group:focus .group-focus\:bg-stone-200{background-color:#e7e5e4}.group:focus .group-focus\:bg-stone-200\/0{background-color:#e7e5e400}.group:focus .group-focus\:bg-stone-200\/10{background-color:#e7e5e41a}.group:focus .group-focus\:bg-stone-200\/20{background-color:#e7e5e433}.group:focus .group-focus\:bg-stone-200\/30{background-color:#e7e5e44d}.group:focus .group-focus\:bg-stone-200\/40{background-color:#e7e5e466}.group:focus .group-focus\:bg-stone-200\/50{background-color:#e7e5e480}.group:focus .group-focus\:bg-stone-200\/60{background-color:#e7e5e499}.group:focus .group-focus\:bg-stone-200\/70{background-color:#e7e5e4b3}.group:focus .group-focus\:bg-stone-200\/75{background-color:#e7e5e4bf}.group:focus .group-focus\:bg-stone-200\/80{background-color:#e7e5e4cc}.group:focus .group-focus\:bg-stone-200\/90{background-color:#e7e5e4e6}.group:focus .group-focus\:bg-stone-300{background-color:#d6d3d1}.group:focus .group-focus\:bg-stone-300\/0{background-color:#d6d3d100}.group:focus .group-focus\:bg-stone-300\/10{background-color:#d6d3d11a}.group:focus .group-focus\:bg-stone-300\/20{background-color:#d6d3d133}.group:focus .group-focus\:bg-stone-300\/30{background-color:#d6d3d14d}.group:focus .group-focus\:bg-stone-300\/40{background-color:#d6d3d166}.group:focus .group-focus\:bg-stone-300\/50{background-color:#d6d3d180}.group:focus .group-focus\:bg-stone-300\/60{background-color:#d6d3d199}.group:focus .group-focus\:bg-stone-300\/70{background-color:#d6d3d1b3}.group:focus .group-focus\:bg-stone-300\/75{background-color:#d6d3d1bf}.group:focus .group-focus\:bg-stone-300\/80{background-color:#d6d3d1cc}.group:focus .group-focus\:bg-stone-300\/90{background-color:#d6d3d1e6}.group:focus .group-focus\:bg-stone-400{background-color:#a8a29e}.group:focus .group-focus\:bg-stone-400\/0{background-color:#a8a29e00}.group:focus .group-focus\:bg-stone-400\/10{background-color:#a8a29e1a}.group:focus .group-focus\:bg-stone-400\/20{background-color:#a8a29e33}.group:focus .group-focus\:bg-stone-400\/30{background-color:#a8a29e4d}.group:focus .group-focus\:bg-stone-400\/40{background-color:#a8a29e66}.group:focus .group-focus\:bg-stone-400\/50{background-color:#a8a29e80}.group:focus .group-focus\:bg-stone-400\/60{background-color:#a8a29e99}.group:focus .group-focus\:bg-stone-400\/70{background-color:#a8a29eb3}.group:focus .group-focus\:bg-stone-400\/75{background-color:#a8a29ebf}.group:focus .group-focus\:bg-stone-400\/80{background-color:#a8a29ecc}.group:focus .group-focus\:bg-stone-400\/90{background-color:#a8a29ee6}.group:focus .group-focus\:bg-stone-500{background-color:#78716c}.group:focus .group-focus\:bg-stone-500\/0{background-color:#78716c00}.group:focus .group-focus\:bg-stone-500\/10{background-color:#78716c1a}.group:focus .group-focus\:bg-stone-500\/20{background-color:#78716c33}.group:focus .group-focus\:bg-stone-500\/30{background-color:#78716c4d}.group:focus .group-focus\:bg-stone-500\/40{background-color:#78716c66}.group:focus .group-focus\:bg-stone-500\/50{background-color:#78716c80}.group:focus .group-focus\:bg-stone-500\/60{background-color:#78716c99}.group:focus .group-focus\:bg-stone-500\/70{background-color:#78716cb3}.group:focus .group-focus\:bg-stone-500\/75{background-color:#78716cbf}.group:focus .group-focus\:bg-stone-500\/80{background-color:#78716ccc}.group:focus .group-focus\:bg-stone-500\/90{background-color:#78716ce6}.group:focus .group-focus\:bg-stone-600{background-color:#57534e}.group:focus .group-focus\:bg-stone-600\/0{background-color:#57534e00}.group:focus .group-focus\:bg-stone-600\/10{background-color:#57534e1a}.group:focus .group-focus\:bg-stone-600\/20{background-color:#57534e33}.group:focus .group-focus\:bg-stone-600\/30{background-color:#57534e4d}.group:focus .group-focus\:bg-stone-600\/40{background-color:#57534e66}.group:focus .group-focus\:bg-stone-600\/50{background-color:#57534e80}.group:focus .group-focus\:bg-stone-600\/60{background-color:#57534e99}.group:focus .group-focus\:bg-stone-600\/70{background-color:#57534eb3}.group:focus .group-focus\:bg-stone-600\/75{background-color:#57534ebf}.group:focus .group-focus\:bg-stone-600\/80{background-color:#57534ecc}.group:focus .group-focus\:bg-stone-600\/90{background-color:#57534ee6}.group:focus .group-focus\:bg-stone-700{background-color:#44403c}.group:focus .group-focus\:bg-stone-700\/0{background-color:#44403c00}.group:focus .group-focus\:bg-stone-700\/10{background-color:#44403c1a}.group:focus .group-focus\:bg-stone-700\/20{background-color:#44403c33}.group:focus .group-focus\:bg-stone-700\/30{background-color:#44403c4d}.group:focus .group-focus\:bg-stone-700\/40{background-color:#44403c66}.group:focus .group-focus\:bg-stone-700\/50{background-color:#44403c80}.group:focus .group-focus\:bg-stone-700\/60{background-color:#44403c99}.group:focus .group-focus\:bg-stone-700\/70{background-color:#44403cb3}.group:focus .group-focus\:bg-stone-700\/75{background-color:#44403cbf}.group:focus .group-focus\:bg-stone-700\/80{background-color:#44403ccc}.group:focus .group-focus\:bg-stone-700\/90{background-color:#44403ce6}.group:focus .group-focus\:bg-stone-800{background-color:#292524}.group:focus .group-focus\:bg-stone-800\/0{background-color:#29252400}.group:focus .group-focus\:bg-stone-800\/10{background-color:#2925241a}.group:focus .group-focus\:bg-stone-800\/20{background-color:#29252433}.group:focus .group-focus\:bg-stone-800\/30{background-color:#2925244d}.group:focus .group-focus\:bg-stone-800\/40{background-color:#29252466}.group:focus .group-focus\:bg-stone-800\/50{background-color:#29252480}.group:focus .group-focus\:bg-stone-800\/60{background-color:#29252499}.group:focus .group-focus\:bg-stone-800\/70{background-color:#292524b3}.group:focus .group-focus\:bg-stone-800\/75{background-color:#292524bf}.group:focus .group-focus\:bg-stone-800\/80{background-color:#292524cc}.group:focus .group-focus\:bg-stone-800\/90{background-color:#292524e6}.group:focus .group-focus\:bg-stone-900{background-color:#1c1917}.group:focus .group-focus\:bg-stone-900\/0{background-color:#1c191700}.group:focus .group-focus\:bg-stone-900\/10{background-color:#1c19171a}.group:focus .group-focus\:bg-stone-900\/20{background-color:#1c191733}.group:focus .group-focus\:bg-stone-900\/30{background-color:#1c19174d}.group:focus .group-focus\:bg-stone-900\/40{background-color:#1c191766}.group:focus .group-focus\:bg-stone-900\/50{background-color:#1c191780}.group:focus .group-focus\:bg-stone-900\/60{background-color:#1c191799}.group:focus .group-focus\:bg-stone-900\/70{background-color:#1c1917b3}.group:focus .group-focus\:bg-stone-900\/75{background-color:#1c1917bf}.group:focus .group-focus\:bg-stone-900\/80{background-color:#1c1917cc}.group:focus .group-focus\:bg-stone-900\/90{background-color:#1c1917e6}.group:focus .group-focus\:bg-stone-950{background-color:#0c0a09}.group:focus .group-focus\:bg-stone-950\/0{background-color:#0c0a0900}.group:focus .group-focus\:bg-stone-950\/10{background-color:#0c0a091a}.group:focus .group-focus\:bg-stone-950\/20{background-color:#0c0a0933}.group:focus .group-focus\:bg-stone-950\/30{background-color:#0c0a094d}.group:focus .group-focus\:bg-stone-950\/40{background-color:#0c0a0966}.group:focus .group-focus\:bg-stone-950\/50{background-color:#0c0a0980}.group:focus .group-focus\:bg-stone-950\/60{background-color:#0c0a0999}.group:focus .group-focus\:bg-stone-950\/70{background-color:#0c0a09b3}.group:focus .group-focus\:bg-stone-950\/75{background-color:#0c0a09bf}.group:focus .group-focus\:bg-stone-950\/80{background-color:#0c0a09cc}.group:focus .group-focus\:bg-stone-950\/90{background-color:#0c0a09e6}.group:focus .group-focus\:bg-red-50{background-color:#fef2f2}.group:focus .group-focus\:bg-red-50\/0{background-color:#fef2f200}.group:focus .group-focus\:bg-red-50\/10{background-color:#fef2f21a}.group:focus .group-focus\:bg-red-50\/20{background-color:#fef2f233}.group:focus .group-focus\:bg-red-50\/30{background-color:#fef2f24d}.group:focus .group-focus\:bg-red-50\/40{background-color:#fef2f266}.group:focus .group-focus\:bg-red-50\/50{background-color:#fef2f280}.group:focus .group-focus\:bg-red-50\/60{background-color:#fef2f299}.group:focus .group-focus\:bg-red-50\/70{background-color:#fef2f2b3}.group:focus .group-focus\:bg-red-50\/75{background-color:#fef2f2bf}.group:focus .group-focus\:bg-red-50\/80{background-color:#fef2f2cc}.group:focus .group-focus\:bg-red-50\/90{background-color:#fef2f2e6}.group:focus .group-focus\:bg-red-100{background-color:#fee2e2}.group:focus .group-focus\:bg-red-100\/0{background-color:#fee2e200}.group:focus .group-focus\:bg-red-100\/10{background-color:#fee2e21a}.group:focus .group-focus\:bg-red-100\/20{background-color:#fee2e233}.group:focus .group-focus\:bg-red-100\/30{background-color:#fee2e24d}.group:focus .group-focus\:bg-red-100\/40{background-color:#fee2e266}.group:focus .group-focus\:bg-red-100\/50{background-color:#fee2e280}.group:focus .group-focus\:bg-red-100\/60{background-color:#fee2e299}.group:focus .group-focus\:bg-red-100\/70{background-color:#fee2e2b3}.group:focus .group-focus\:bg-red-100\/75{background-color:#fee2e2bf}.group:focus .group-focus\:bg-red-100\/80{background-color:#fee2e2cc}.group:focus .group-focus\:bg-red-100\/90{background-color:#fee2e2e6}.group:focus .group-focus\:bg-red-200{background-color:#fecaca}.group:focus .group-focus\:bg-red-200\/0{background-color:#fecaca00}.group:focus .group-focus\:bg-red-200\/10{background-color:#fecaca1a}.group:focus .group-focus\:bg-red-200\/20{background-color:#fecaca33}.group:focus .group-focus\:bg-red-200\/30{background-color:#fecaca4d}.group:focus .group-focus\:bg-red-200\/40{background-color:#fecaca66}.group:focus .group-focus\:bg-red-200\/50{background-color:#fecaca80}.group:focus .group-focus\:bg-red-200\/60{background-color:#fecaca99}.group:focus .group-focus\:bg-red-200\/70{background-color:#fecacab3}.group:focus .group-focus\:bg-red-200\/75{background-color:#fecacabf}.group:focus .group-focus\:bg-red-200\/80{background-color:#fecacacc}.group:focus .group-focus\:bg-red-200\/90{background-color:#fecacae6}.group:focus .group-focus\:bg-red-300{background-color:#fca5a5}.group:focus .group-focus\:bg-red-300\/0{background-color:#fca5a500}.group:focus .group-focus\:bg-red-300\/10{background-color:#fca5a51a}.group:focus .group-focus\:bg-red-300\/20{background-color:#fca5a533}.group:focus .group-focus\:bg-red-300\/30{background-color:#fca5a54d}.group:focus .group-focus\:bg-red-300\/40{background-color:#fca5a566}.group:focus .group-focus\:bg-red-300\/50{background-color:#fca5a580}.group:focus .group-focus\:bg-red-300\/60{background-color:#fca5a599}.group:focus .group-focus\:bg-red-300\/70{background-color:#fca5a5b3}.group:focus .group-focus\:bg-red-300\/75{background-color:#fca5a5bf}.group:focus .group-focus\:bg-red-300\/80{background-color:#fca5a5cc}.group:focus .group-focus\:bg-red-300\/90{background-color:#fca5a5e6}.group:focus .group-focus\:bg-red-400{background-color:#f87171}.group:focus .group-focus\:bg-red-400\/0{background-color:#f8717100}.group:focus .group-focus\:bg-red-400\/10{background-color:#f871711a}.group:focus .group-focus\:bg-red-400\/20{background-color:#f8717133}.group:focus .group-focus\:bg-red-400\/30{background-color:#f871714d}.group:focus .group-focus\:bg-red-400\/40{background-color:#f8717166}.group:focus .group-focus\:bg-red-400\/50{background-color:#f8717180}.group:focus .group-focus\:bg-red-400\/60{background-color:#f8717199}.group:focus .group-focus\:bg-red-400\/70{background-color:#f87171b3}.group:focus .group-focus\:bg-red-400\/75{background-color:#f87171bf}.group:focus .group-focus\:bg-red-400\/80{background-color:#f87171cc}.group:focus .group-focus\:bg-red-400\/90{background-color:#f87171e6}.group:focus .group-focus\:bg-red-500{background-color:#ef4444}.group:focus .group-focus\:bg-red-500\/0{background-color:#ef444400}.group:focus .group-focus\:bg-red-500\/10{background-color:#ef44441a}.group:focus .group-focus\:bg-red-500\/20{background-color:#ef444433}.group:focus .group-focus\:bg-red-500\/30{background-color:#ef44444d}.group:focus .group-focus\:bg-red-500\/40{background-color:#ef444466}.group:focus .group-focus\:bg-red-500\/50{background-color:#ef444480}.group:focus .group-focus\:bg-red-500\/60{background-color:#ef444499}.group:focus .group-focus\:bg-red-500\/70{background-color:#ef4444b3}.group:focus .group-focus\:bg-red-500\/75{background-color:#ef4444bf}.group:focus .group-focus\:bg-red-500\/80{background-color:#ef4444cc}.group:focus .group-focus\:bg-red-500\/90{background-color:#ef4444e6}.group:focus .group-focus\:bg-red-600{background-color:#dc2626}.group:focus .group-focus\:bg-red-600\/0{background-color:#dc262600}.group:focus .group-focus\:bg-red-600\/10{background-color:#dc26261a}.group:focus .group-focus\:bg-red-600\/20{background-color:#dc262633}.group:focus .group-focus\:bg-red-600\/30{background-color:#dc26264d}.group:focus .group-focus\:bg-red-600\/40{background-color:#dc262666}.group:focus .group-focus\:bg-red-600\/50{background-color:#dc262680}.group:focus .group-focus\:bg-red-600\/60{background-color:#dc262699}.group:focus .group-focus\:bg-red-600\/70{background-color:#dc2626b3}.group:focus .group-focus\:bg-red-600\/75{background-color:#dc2626bf}.group:focus .group-focus\:bg-red-600\/80{background-color:#dc2626cc}.group:focus .group-focus\:bg-red-600\/90{background-color:#dc2626e6}.group:focus .group-focus\:bg-red-700{background-color:#b91c1c}.group:focus .group-focus\:bg-red-700\/0{background-color:#b91c1c00}.group:focus .group-focus\:bg-red-700\/10{background-color:#b91c1c1a}.group:focus .group-focus\:bg-red-700\/20{background-color:#b91c1c33}.group:focus .group-focus\:bg-red-700\/30{background-color:#b91c1c4d}.group:focus .group-focus\:bg-red-700\/40{background-color:#b91c1c66}.group:focus .group-focus\:bg-red-700\/50{background-color:#b91c1c80}.group:focus .group-focus\:bg-red-700\/60{background-color:#b91c1c99}.group:focus .group-focus\:bg-red-700\/70{background-color:#b91c1cb3}.group:focus .group-focus\:bg-red-700\/75{background-color:#b91c1cbf}.group:focus .group-focus\:bg-red-700\/80{background-color:#b91c1ccc}.group:focus .group-focus\:bg-red-700\/90{background-color:#b91c1ce6}.group:focus .group-focus\:bg-red-800{background-color:#991b1b}.group:focus .group-focus\:bg-red-800\/0{background-color:#991b1b00}.group:focus .group-focus\:bg-red-800\/10{background-color:#991b1b1a}.group:focus .group-focus\:bg-red-800\/20{background-color:#991b1b33}.group:focus .group-focus\:bg-red-800\/30{background-color:#991b1b4d}.group:focus .group-focus\:bg-red-800\/40{background-color:#991b1b66}.group:focus .group-focus\:bg-red-800\/50{background-color:#991b1b80}.group:focus .group-focus\:bg-red-800\/60{background-color:#991b1b99}.group:focus .group-focus\:bg-red-800\/70{background-color:#991b1bb3}.group:focus .group-focus\:bg-red-800\/75{background-color:#991b1bbf}.group:focus .group-focus\:bg-red-800\/80{background-color:#991b1bcc}.group:focus .group-focus\:bg-red-800\/90{background-color:#991b1be6}.group:focus .group-focus\:bg-red-900{background-color:#7f1d1d}.group:focus .group-focus\:bg-red-900\/0{background-color:#7f1d1d00}.group:focus .group-focus\:bg-red-900\/10{background-color:#7f1d1d1a}.group:focus .group-focus\:bg-red-900\/20{background-color:#7f1d1d33}.group:focus .group-focus\:bg-red-900\/30{background-color:#7f1d1d4d}.group:focus .group-focus\:bg-red-900\/40{background-color:#7f1d1d66}.group:focus .group-focus\:bg-red-900\/50{background-color:#7f1d1d80}.group:focus .group-focus\:bg-red-900\/60{background-color:#7f1d1d99}.group:focus .group-focus\:bg-red-900\/70{background-color:#7f1d1db3}.group:focus .group-focus\:bg-red-900\/75{background-color:#7f1d1dbf}.group:focus .group-focus\:bg-red-900\/80{background-color:#7f1d1dcc}.group:focus .group-focus\:bg-red-900\/90{background-color:#7f1d1de6}.group:focus .group-focus\:bg-red-950{background-color:#450a0a}.group:focus .group-focus\:bg-red-950\/0{background-color:#450a0a00}.group:focus .group-focus\:bg-red-950\/10{background-color:#450a0a1a}.group:focus .group-focus\:bg-red-950\/20{background-color:#450a0a33}.group:focus .group-focus\:bg-red-950\/30{background-color:#450a0a4d}.group:focus .group-focus\:bg-red-950\/40{background-color:#450a0a66}.group:focus .group-focus\:bg-red-950\/50{background-color:#450a0a80}.group:focus .group-focus\:bg-red-950\/60{background-color:#450a0a99}.group:focus .group-focus\:bg-red-950\/70{background-color:#450a0ab3}.group:focus .group-focus\:bg-red-950\/75{background-color:#450a0abf}.group:focus .group-focus\:bg-red-950\/80{background-color:#450a0acc}.group:focus .group-focus\:bg-red-950\/90{background-color:#450a0ae6}.group:focus .group-focus\:bg-orange-50{background-color:#fff7ed}.group:focus .group-focus\:bg-orange-50\/0{background-color:#fff7ed00}.group:focus .group-focus\:bg-orange-50\/10{background-color:#fff7ed1a}.group:focus .group-focus\:bg-orange-50\/20{background-color:#fff7ed33}.group:focus .group-focus\:bg-orange-50\/30{background-color:#fff7ed4d}.group:focus .group-focus\:bg-orange-50\/40{background-color:#fff7ed66}.group:focus .group-focus\:bg-orange-50\/50{background-color:#fff7ed80}.group:focus .group-focus\:bg-orange-50\/60{background-color:#fff7ed99}.group:focus .group-focus\:bg-orange-50\/70{background-color:#fff7edb3}.group:focus .group-focus\:bg-orange-50\/75{background-color:#fff7edbf}.group:focus .group-focus\:bg-orange-50\/80{background-color:#fff7edcc}.group:focus .group-focus\:bg-orange-50\/90{background-color:#fff7ede6}.group:focus .group-focus\:bg-orange-100{background-color:#ffedd5}.group:focus .group-focus\:bg-orange-100\/0{background-color:#ffedd500}.group:focus .group-focus\:bg-orange-100\/10{background-color:#ffedd51a}.group:focus .group-focus\:bg-orange-100\/20{background-color:#ffedd533}.group:focus .group-focus\:bg-orange-100\/30{background-color:#ffedd54d}.group:focus .group-focus\:bg-orange-100\/40{background-color:#ffedd566}.group:focus .group-focus\:bg-orange-100\/50{background-color:#ffedd580}.group:focus .group-focus\:bg-orange-100\/60{background-color:#ffedd599}.group:focus .group-focus\:bg-orange-100\/70{background-color:#ffedd5b3}.group:focus .group-focus\:bg-orange-100\/75{background-color:#ffedd5bf}.group:focus .group-focus\:bg-orange-100\/80{background-color:#ffedd5cc}.group:focus .group-focus\:bg-orange-100\/90{background-color:#ffedd5e6}.group:focus .group-focus\:bg-orange-200{background-color:#fed7aa}.group:focus .group-focus\:bg-orange-200\/0{background-color:#fed7aa00}.group:focus .group-focus\:bg-orange-200\/10{background-color:#fed7aa1a}.group:focus .group-focus\:bg-orange-200\/20{background-color:#fed7aa33}.group:focus .group-focus\:bg-orange-200\/30{background-color:#fed7aa4d}.group:focus .group-focus\:bg-orange-200\/40{background-color:#fed7aa66}.group:focus .group-focus\:bg-orange-200\/50{background-color:#fed7aa80}.group:focus .group-focus\:bg-orange-200\/60{background-color:#fed7aa99}.group:focus .group-focus\:bg-orange-200\/70{background-color:#fed7aab3}.group:focus .group-focus\:bg-orange-200\/75{background-color:#fed7aabf}.group:focus .group-focus\:bg-orange-200\/80{background-color:#fed7aacc}.group:focus .group-focus\:bg-orange-200\/90{background-color:#fed7aae6}.group:focus .group-focus\:bg-orange-300{background-color:#fdba74}.group:focus .group-focus\:bg-orange-300\/0{background-color:#fdba7400}.group:focus .group-focus\:bg-orange-300\/10{background-color:#fdba741a}.group:focus .group-focus\:bg-orange-300\/20{background-color:#fdba7433}.group:focus .group-focus\:bg-orange-300\/30{background-color:#fdba744d}.group:focus .group-focus\:bg-orange-300\/40{background-color:#fdba7466}.group:focus .group-focus\:bg-orange-300\/50{background-color:#fdba7480}.group:focus .group-focus\:bg-orange-300\/60{background-color:#fdba7499}.group:focus .group-focus\:bg-orange-300\/70{background-color:#fdba74b3}.group:focus .group-focus\:bg-orange-300\/75{background-color:#fdba74bf}.group:focus .group-focus\:bg-orange-300\/80{background-color:#fdba74cc}.group:focus .group-focus\:bg-orange-300\/90{background-color:#fdba74e6}.group:focus .group-focus\:bg-orange-400{background-color:#fb923c}.group:focus .group-focus\:bg-orange-400\/0{background-color:#fb923c00}.group:focus .group-focus\:bg-orange-400\/10{background-color:#fb923c1a}.group:focus .group-focus\:bg-orange-400\/20{background-color:#fb923c33}.group:focus .group-focus\:bg-orange-400\/30{background-color:#fb923c4d}.group:focus .group-focus\:bg-orange-400\/40{background-color:#fb923c66}.group:focus .group-focus\:bg-orange-400\/50{background-color:#fb923c80}.group:focus .group-focus\:bg-orange-400\/60{background-color:#fb923c99}.group:focus .group-focus\:bg-orange-400\/70{background-color:#fb923cb3}.group:focus .group-focus\:bg-orange-400\/75{background-color:#fb923cbf}.group:focus .group-focus\:bg-orange-400\/80{background-color:#fb923ccc}.group:focus .group-focus\:bg-orange-400\/90{background-color:#fb923ce6}.group:focus .group-focus\:bg-orange-500{background-color:#f97316}.group:focus .group-focus\:bg-orange-500\/0{background-color:#f9731600}.group:focus .group-focus\:bg-orange-500\/10{background-color:#f973161a}.group:focus .group-focus\:bg-orange-500\/20{background-color:#f9731633}.group:focus .group-focus\:bg-orange-500\/30{background-color:#f973164d}.group:focus .group-focus\:bg-orange-500\/40{background-color:#f9731666}.group:focus .group-focus\:bg-orange-500\/50{background-color:#f9731680}.group:focus .group-focus\:bg-orange-500\/60{background-color:#f9731699}.group:focus .group-focus\:bg-orange-500\/70{background-color:#f97316b3}.group:focus .group-focus\:bg-orange-500\/75{background-color:#f97316bf}.group:focus .group-focus\:bg-orange-500\/80{background-color:#f97316cc}.group:focus .group-focus\:bg-orange-500\/90{background-color:#f97316e6}.group:focus .group-focus\:bg-orange-600{background-color:#ea580c}.group:focus .group-focus\:bg-orange-600\/0{background-color:#ea580c00}.group:focus .group-focus\:bg-orange-600\/10{background-color:#ea580c1a}.group:focus .group-focus\:bg-orange-600\/20{background-color:#ea580c33}.group:focus .group-focus\:bg-orange-600\/30{background-color:#ea580c4d}.group:focus .group-focus\:bg-orange-600\/40{background-color:#ea580c66}.group:focus .group-focus\:bg-orange-600\/50{background-color:#ea580c80}.group:focus .group-focus\:bg-orange-600\/60{background-color:#ea580c99}.group:focus .group-focus\:bg-orange-600\/70{background-color:#ea580cb3}.group:focus .group-focus\:bg-orange-600\/75{background-color:#ea580cbf}.group:focus .group-focus\:bg-orange-600\/80{background-color:#ea580ccc}.group:focus .group-focus\:bg-orange-600\/90{background-color:#ea580ce6}.group:focus .group-focus\:bg-orange-700{background-color:#c2410c}.group:focus .group-focus\:bg-orange-700\/0{background-color:#c2410c00}.group:focus .group-focus\:bg-orange-700\/10{background-color:#c2410c1a}.group:focus .group-focus\:bg-orange-700\/20{background-color:#c2410c33}.group:focus .group-focus\:bg-orange-700\/30{background-color:#c2410c4d}.group:focus .group-focus\:bg-orange-700\/40{background-color:#c2410c66}.group:focus .group-focus\:bg-orange-700\/50{background-color:#c2410c80}.group:focus .group-focus\:bg-orange-700\/60{background-color:#c2410c99}.group:focus .group-focus\:bg-orange-700\/70{background-color:#c2410cb3}.group:focus .group-focus\:bg-orange-700\/75{background-color:#c2410cbf}.group:focus .group-focus\:bg-orange-700\/80{background-color:#c2410ccc}.group:focus .group-focus\:bg-orange-700\/90{background-color:#c2410ce6}.group:focus .group-focus\:bg-orange-800{background-color:#9a3412}.group:focus .group-focus\:bg-orange-800\/0{background-color:#9a341200}.group:focus .group-focus\:bg-orange-800\/10{background-color:#9a34121a}.group:focus .group-focus\:bg-orange-800\/20{background-color:#9a341233}.group:focus .group-focus\:bg-orange-800\/30{background-color:#9a34124d}.group:focus .group-focus\:bg-orange-800\/40{background-color:#9a341266}.group:focus .group-focus\:bg-orange-800\/50{background-color:#9a341280}.group:focus .group-focus\:bg-orange-800\/60{background-color:#9a341299}.group:focus .group-focus\:bg-orange-800\/70{background-color:#9a3412b3}.group:focus .group-focus\:bg-orange-800\/75{background-color:#9a3412bf}.group:focus .group-focus\:bg-orange-800\/80{background-color:#9a3412cc}.group:focus .group-focus\:bg-orange-800\/90{background-color:#9a3412e6}.group:focus .group-focus\:bg-orange-900{background-color:#7c2d12}.group:focus .group-focus\:bg-orange-900\/0{background-color:#7c2d1200}.group:focus .group-focus\:bg-orange-900\/10{background-color:#7c2d121a}.group:focus .group-focus\:bg-orange-900\/20{background-color:#7c2d1233}.group:focus .group-focus\:bg-orange-900\/30{background-color:#7c2d124d}.group:focus .group-focus\:bg-orange-900\/40{background-color:#7c2d1266}.group:focus .group-focus\:bg-orange-900\/50{background-color:#7c2d1280}.group:focus .group-focus\:bg-orange-900\/60{background-color:#7c2d1299}.group:focus .group-focus\:bg-orange-900\/70{background-color:#7c2d12b3}.group:focus .group-focus\:bg-orange-900\/75{background-color:#7c2d12bf}.group:focus .group-focus\:bg-orange-900\/80{background-color:#7c2d12cc}.group:focus .group-focus\:bg-orange-900\/90{background-color:#7c2d12e6}.group:focus .group-focus\:bg-orange-950{background-color:#431407}.group:focus .group-focus\:bg-orange-950\/0{background-color:#43140700}.group:focus .group-focus\:bg-orange-950\/10{background-color:#4314071a}.group:focus .group-focus\:bg-orange-950\/20{background-color:#43140733}.group:focus .group-focus\:bg-orange-950\/30{background-color:#4314074d}.group:focus .group-focus\:bg-orange-950\/40{background-color:#43140766}.group:focus .group-focus\:bg-orange-950\/50{background-color:#43140780}.group:focus .group-focus\:bg-orange-950\/60{background-color:#43140799}.group:focus .group-focus\:bg-orange-950\/70{background-color:#431407b3}.group:focus .group-focus\:bg-orange-950\/75{background-color:#431407bf}.group:focus .group-focus\:bg-orange-950\/80{background-color:#431407cc}.group:focus .group-focus\:bg-orange-950\/90{background-color:#431407e6}.group:focus .group-focus\:bg-amber-50{background-color:#fffbeb}.group:focus .group-focus\:bg-amber-50\/0{background-color:#fffbeb00}.group:focus .group-focus\:bg-amber-50\/10{background-color:#fffbeb1a}.group:focus .group-focus\:bg-amber-50\/20{background-color:#fffbeb33}.group:focus .group-focus\:bg-amber-50\/30{background-color:#fffbeb4d}.group:focus .group-focus\:bg-amber-50\/40{background-color:#fffbeb66}.group:focus .group-focus\:bg-amber-50\/50{background-color:#fffbeb80}.group:focus .group-focus\:bg-amber-50\/60{background-color:#fffbeb99}.group:focus .group-focus\:bg-amber-50\/70{background-color:#fffbebb3}.group:focus .group-focus\:bg-amber-50\/75{background-color:#fffbebbf}.group:focus .group-focus\:bg-amber-50\/80{background-color:#fffbebcc}.group:focus .group-focus\:bg-amber-50\/90{background-color:#fffbebe6}.group:focus .group-focus\:bg-amber-100{background-color:#fef3c7}.group:focus .group-focus\:bg-amber-100\/0{background-color:#fef3c700}.group:focus .group-focus\:bg-amber-100\/10{background-color:#fef3c71a}.group:focus .group-focus\:bg-amber-100\/20{background-color:#fef3c733}.group:focus .group-focus\:bg-amber-100\/30{background-color:#fef3c74d}.group:focus .group-focus\:bg-amber-100\/40{background-color:#fef3c766}.group:focus .group-focus\:bg-amber-100\/50{background-color:#fef3c780}.group:focus .group-focus\:bg-amber-100\/60{background-color:#fef3c799}.group:focus .group-focus\:bg-amber-100\/70{background-color:#fef3c7b3}.group:focus .group-focus\:bg-amber-100\/75{background-color:#fef3c7bf}.group:focus .group-focus\:bg-amber-100\/80{background-color:#fef3c7cc}.group:focus .group-focus\:bg-amber-100\/90{background-color:#fef3c7e6}.group:focus .group-focus\:bg-amber-200{background-color:#fde68a}.group:focus .group-focus\:bg-amber-200\/0{background-color:#fde68a00}.group:focus .group-focus\:bg-amber-200\/10{background-color:#fde68a1a}.group:focus .group-focus\:bg-amber-200\/20{background-color:#fde68a33}.group:focus .group-focus\:bg-amber-200\/30{background-color:#fde68a4d}.group:focus .group-focus\:bg-amber-200\/40{background-color:#fde68a66}.group:focus .group-focus\:bg-amber-200\/50{background-color:#fde68a80}.group:focus .group-focus\:bg-amber-200\/60{background-color:#fde68a99}.group:focus .group-focus\:bg-amber-200\/70{background-color:#fde68ab3}.group:focus .group-focus\:bg-amber-200\/75{background-color:#fde68abf}.group:focus .group-focus\:bg-amber-200\/80{background-color:#fde68acc}.group:focus .group-focus\:bg-amber-200\/90{background-color:#fde68ae6}.group:focus .group-focus\:bg-amber-300{background-color:#fcd34d}.group:focus .group-focus\:bg-amber-300\/0{background-color:#fcd34d00}.group:focus .group-focus\:bg-amber-300\/10{background-color:#fcd34d1a}.group:focus .group-focus\:bg-amber-300\/20{background-color:#fcd34d33}.group:focus .group-focus\:bg-amber-300\/30{background-color:#fcd34d4d}.group:focus .group-focus\:bg-amber-300\/40{background-color:#fcd34d66}.group:focus .group-focus\:bg-amber-300\/50{background-color:#fcd34d80}.group:focus .group-focus\:bg-amber-300\/60{background-color:#fcd34d99}.group:focus .group-focus\:bg-amber-300\/70{background-color:#fcd34db3}.group:focus .group-focus\:bg-amber-300\/75{background-color:#fcd34dbf}.group:focus .group-focus\:bg-amber-300\/80{background-color:#fcd34dcc}.group:focus .group-focus\:bg-amber-300\/90{background-color:#fcd34de6}.group:focus .group-focus\:bg-amber-400{background-color:#fbbf24}.group:focus .group-focus\:bg-amber-400\/0{background-color:#fbbf2400}.group:focus .group-focus\:bg-amber-400\/10{background-color:#fbbf241a}.group:focus .group-focus\:bg-amber-400\/20{background-color:#fbbf2433}.group:focus .group-focus\:bg-amber-400\/30{background-color:#fbbf244d}.group:focus .group-focus\:bg-amber-400\/40{background-color:#fbbf2466}.group:focus .group-focus\:bg-amber-400\/50{background-color:#fbbf2480}.group:focus .group-focus\:bg-amber-400\/60{background-color:#fbbf2499}.group:focus .group-focus\:bg-amber-400\/70{background-color:#fbbf24b3}.group:focus .group-focus\:bg-amber-400\/75{background-color:#fbbf24bf}.group:focus .group-focus\:bg-amber-400\/80{background-color:#fbbf24cc}.group:focus .group-focus\:bg-amber-400\/90{background-color:#fbbf24e6}.group:focus .group-focus\:bg-amber-500{background-color:#f59e0b}.group:focus .group-focus\:bg-amber-500\/0{background-color:#f59e0b00}.group:focus .group-focus\:bg-amber-500\/10{background-color:#f59e0b1a}.group:focus .group-focus\:bg-amber-500\/20{background-color:#f59e0b33}.group:focus .group-focus\:bg-amber-500\/30{background-color:#f59e0b4d}.group:focus .group-focus\:bg-amber-500\/40{background-color:#f59e0b66}.group:focus .group-focus\:bg-amber-500\/50{background-color:#f59e0b80}.group:focus .group-focus\:bg-amber-500\/60{background-color:#f59e0b99}.group:focus .group-focus\:bg-amber-500\/70{background-color:#f59e0bb3}.group:focus .group-focus\:bg-amber-500\/75{background-color:#f59e0bbf}.group:focus .group-focus\:bg-amber-500\/80{background-color:#f59e0bcc}.group:focus .group-focus\:bg-amber-500\/90{background-color:#f59e0be6}.group:focus .group-focus\:bg-amber-600{background-color:#d97706}.group:focus .group-focus\:bg-amber-600\/0{background-color:#d9770600}.group:focus .group-focus\:bg-amber-600\/10{background-color:#d977061a}.group:focus .group-focus\:bg-amber-600\/20{background-color:#d9770633}.group:focus .group-focus\:bg-amber-600\/30{background-color:#d977064d}.group:focus .group-focus\:bg-amber-600\/40{background-color:#d9770666}.group:focus .group-focus\:bg-amber-600\/50{background-color:#d9770680}.group:focus .group-focus\:bg-amber-600\/60{background-color:#d9770699}.group:focus .group-focus\:bg-amber-600\/70{background-color:#d97706b3}.group:focus .group-focus\:bg-amber-600\/75{background-color:#d97706bf}.group:focus .group-focus\:bg-amber-600\/80{background-color:#d97706cc}.group:focus .group-focus\:bg-amber-600\/90{background-color:#d97706e6}.group:focus .group-focus\:bg-amber-700{background-color:#b45309}.group:focus .group-focus\:bg-amber-700\/0{background-color:#b4530900}.group:focus .group-focus\:bg-amber-700\/10{background-color:#b453091a}.group:focus .group-focus\:bg-amber-700\/20{background-color:#b4530933}.group:focus .group-focus\:bg-amber-700\/30{background-color:#b453094d}.group:focus .group-focus\:bg-amber-700\/40{background-color:#b4530966}.group:focus .group-focus\:bg-amber-700\/50{background-color:#b4530980}.group:focus .group-focus\:bg-amber-700\/60{background-color:#b4530999}.group:focus .group-focus\:bg-amber-700\/70{background-color:#b45309b3}.group:focus .group-focus\:bg-amber-700\/75{background-color:#b45309bf}.group:focus .group-focus\:bg-amber-700\/80{background-color:#b45309cc}.group:focus .group-focus\:bg-amber-700\/90{background-color:#b45309e6}.group:focus .group-focus\:bg-amber-800{background-color:#92400e}.group:focus .group-focus\:bg-amber-800\/0{background-color:#92400e00}.group:focus .group-focus\:bg-amber-800\/10{background-color:#92400e1a}.group:focus .group-focus\:bg-amber-800\/20{background-color:#92400e33}.group:focus .group-focus\:bg-amber-800\/30{background-color:#92400e4d}.group:focus .group-focus\:bg-amber-800\/40{background-color:#92400e66}.group:focus .group-focus\:bg-amber-800\/50{background-color:#92400e80}.group:focus .group-focus\:bg-amber-800\/60{background-color:#92400e99}.group:focus .group-focus\:bg-amber-800\/70{background-color:#92400eb3}.group:focus .group-focus\:bg-amber-800\/75{background-color:#92400ebf}.group:focus .group-focus\:bg-amber-800\/80{background-color:#92400ecc}.group:focus .group-focus\:bg-amber-800\/90{background-color:#92400ee6}.group:focus .group-focus\:bg-amber-900{background-color:#78350f}.group:focus .group-focus\:bg-amber-900\/0{background-color:#78350f00}.group:focus .group-focus\:bg-amber-900\/10{background-color:#78350f1a}.group:focus .group-focus\:bg-amber-900\/20{background-color:#78350f33}.group:focus .group-focus\:bg-amber-900\/30{background-color:#78350f4d}.group:focus .group-focus\:bg-amber-900\/40{background-color:#78350f66}.group:focus .group-focus\:bg-amber-900\/50{background-color:#78350f80}.group:focus .group-focus\:bg-amber-900\/60{background-color:#78350f99}.group:focus .group-focus\:bg-amber-900\/70{background-color:#78350fb3}.group:focus .group-focus\:bg-amber-900\/75{background-color:#78350fbf}.group:focus .group-focus\:bg-amber-900\/80{background-color:#78350fcc}.group:focus .group-focus\:bg-amber-900\/90{background-color:#78350fe6}.group:focus .group-focus\:bg-amber-950{background-color:#451a03}.group:focus .group-focus\:bg-amber-950\/0{background-color:#451a0300}.group:focus .group-focus\:bg-amber-950\/10{background-color:#451a031a}.group:focus .group-focus\:bg-amber-950\/20{background-color:#451a0333}.group:focus .group-focus\:bg-amber-950\/30{background-color:#451a034d}.group:focus .group-focus\:bg-amber-950\/40{background-color:#451a0366}.group:focus .group-focus\:bg-amber-950\/50{background-color:#451a0380}.group:focus .group-focus\:bg-amber-950\/60{background-color:#451a0399}.group:focus .group-focus\:bg-amber-950\/70{background-color:#451a03b3}.group:focus .group-focus\:bg-amber-950\/75{background-color:#451a03bf}.group:focus .group-focus\:bg-amber-950\/80{background-color:#451a03cc}.group:focus .group-focus\:bg-amber-950\/90{background-color:#451a03e6}.group:focus .group-focus\:bg-yellow-50{background-color:#fefce8}.group:focus .group-focus\:bg-yellow-50\/0{background-color:#fefce800}.group:focus .group-focus\:bg-yellow-50\/10{background-color:#fefce81a}.group:focus .group-focus\:bg-yellow-50\/20{background-color:#fefce833}.group:focus .group-focus\:bg-yellow-50\/30{background-color:#fefce84d}.group:focus .group-focus\:bg-yellow-50\/40{background-color:#fefce866}.group:focus .group-focus\:bg-yellow-50\/50{background-color:#fefce880}.group:focus .group-focus\:bg-yellow-50\/60{background-color:#fefce899}.group:focus .group-focus\:bg-yellow-50\/70{background-color:#fefce8b3}.group:focus .group-focus\:bg-yellow-50\/75{background-color:#fefce8bf}.group:focus .group-focus\:bg-yellow-50\/80{background-color:#fefce8cc}.group:focus .group-focus\:bg-yellow-50\/90{background-color:#fefce8e6}.group:focus .group-focus\:bg-yellow-100{background-color:#fef9c3}.group:focus .group-focus\:bg-yellow-100\/0{background-color:#fef9c300}.group:focus .group-focus\:bg-yellow-100\/10{background-color:#fef9c31a}.group:focus .group-focus\:bg-yellow-100\/20{background-color:#fef9c333}.group:focus .group-focus\:bg-yellow-100\/30{background-color:#fef9c34d}.group:focus .group-focus\:bg-yellow-100\/40{background-color:#fef9c366}.group:focus .group-focus\:bg-yellow-100\/50{background-color:#fef9c380}.group:focus .group-focus\:bg-yellow-100\/60{background-color:#fef9c399}.group:focus .group-focus\:bg-yellow-100\/70{background-color:#fef9c3b3}.group:focus .group-focus\:bg-yellow-100\/75{background-color:#fef9c3bf}.group:focus .group-focus\:bg-yellow-100\/80{background-color:#fef9c3cc}.group:focus .group-focus\:bg-yellow-100\/90{background-color:#fef9c3e6}.group:focus .group-focus\:bg-yellow-200{background-color:#fef08a}.group:focus .group-focus\:bg-yellow-200\/0{background-color:#fef08a00}.group:focus .group-focus\:bg-yellow-200\/10{background-color:#fef08a1a}.group:focus .group-focus\:bg-yellow-200\/20{background-color:#fef08a33}.group:focus .group-focus\:bg-yellow-200\/30{background-color:#fef08a4d}.group:focus .group-focus\:bg-yellow-200\/40{background-color:#fef08a66}.group:focus .group-focus\:bg-yellow-200\/50{background-color:#fef08a80}.group:focus .group-focus\:bg-yellow-200\/60{background-color:#fef08a99}.group:focus .group-focus\:bg-yellow-200\/70{background-color:#fef08ab3}.group:focus .group-focus\:bg-yellow-200\/75{background-color:#fef08abf}.group:focus .group-focus\:bg-yellow-200\/80{background-color:#fef08acc}.group:focus .group-focus\:bg-yellow-200\/90{background-color:#fef08ae6}.group:focus .group-focus\:bg-yellow-300{background-color:#fde047}.group:focus .group-focus\:bg-yellow-300\/0{background-color:#fde04700}.group:focus .group-focus\:bg-yellow-300\/10{background-color:#fde0471a}.group:focus .group-focus\:bg-yellow-300\/20{background-color:#fde04733}.group:focus .group-focus\:bg-yellow-300\/30{background-color:#fde0474d}.group:focus .group-focus\:bg-yellow-300\/40{background-color:#fde04766}.group:focus .group-focus\:bg-yellow-300\/50{background-color:#fde04780}.group:focus .group-focus\:bg-yellow-300\/60{background-color:#fde04799}.group:focus .group-focus\:bg-yellow-300\/70{background-color:#fde047b3}.group:focus .group-focus\:bg-yellow-300\/75{background-color:#fde047bf}.group:focus .group-focus\:bg-yellow-300\/80{background-color:#fde047cc}.group:focus .group-focus\:bg-yellow-300\/90{background-color:#fde047e6}.group:focus .group-focus\:bg-yellow-400{background-color:#facc15}.group:focus .group-focus\:bg-yellow-400\/0{background-color:#facc1500}.group:focus .group-focus\:bg-yellow-400\/10{background-color:#facc151a}.group:focus .group-focus\:bg-yellow-400\/20{background-color:#facc1533}.group:focus .group-focus\:bg-yellow-400\/30{background-color:#facc154d}.group:focus .group-focus\:bg-yellow-400\/40{background-color:#facc1566}.group:focus .group-focus\:bg-yellow-400\/50{background-color:#facc1580}.group:focus .group-focus\:bg-yellow-400\/60{background-color:#facc1599}.group:focus .group-focus\:bg-yellow-400\/70{background-color:#facc15b3}.group:focus .group-focus\:bg-yellow-400\/75{background-color:#facc15bf}.group:focus .group-focus\:bg-yellow-400\/80{background-color:#facc15cc}.group:focus .group-focus\:bg-yellow-400\/90{background-color:#facc15e6}.group:focus .group-focus\:bg-yellow-500{background-color:#eab308}.group:focus .group-focus\:bg-yellow-500\/0{background-color:#eab30800}.group:focus .group-focus\:bg-yellow-500\/10{background-color:#eab3081a}.group:focus .group-focus\:bg-yellow-500\/20{background-color:#eab30833}.group:focus .group-focus\:bg-yellow-500\/30{background-color:#eab3084d}.group:focus .group-focus\:bg-yellow-500\/40{background-color:#eab30866}.group:focus .group-focus\:bg-yellow-500\/50{background-color:#eab30880}.group:focus .group-focus\:bg-yellow-500\/60{background-color:#eab30899}.group:focus .group-focus\:bg-yellow-500\/70{background-color:#eab308b3}.group:focus .group-focus\:bg-yellow-500\/75{background-color:#eab308bf}.group:focus .group-focus\:bg-yellow-500\/80{background-color:#eab308cc}.group:focus .group-focus\:bg-yellow-500\/90{background-color:#eab308e6}.group:focus .group-focus\:bg-yellow-600{background-color:#ca8a04}.group:focus .group-focus\:bg-yellow-600\/0{background-color:#ca8a0400}.group:focus .group-focus\:bg-yellow-600\/10{background-color:#ca8a041a}.group:focus .group-focus\:bg-yellow-600\/20{background-color:#ca8a0433}.group:focus .group-focus\:bg-yellow-600\/30{background-color:#ca8a044d}.group:focus .group-focus\:bg-yellow-600\/40{background-color:#ca8a0466}.group:focus .group-focus\:bg-yellow-600\/50{background-color:#ca8a0480}.group:focus .group-focus\:bg-yellow-600\/60{background-color:#ca8a0499}.group:focus .group-focus\:bg-yellow-600\/70{background-color:#ca8a04b3}.group:focus .group-focus\:bg-yellow-600\/75{background-color:#ca8a04bf}.group:focus .group-focus\:bg-yellow-600\/80{background-color:#ca8a04cc}.group:focus .group-focus\:bg-yellow-600\/90{background-color:#ca8a04e6}.group:focus .group-focus\:bg-yellow-700{background-color:#a16207}.group:focus .group-focus\:bg-yellow-700\/0{background-color:#a1620700}.group:focus .group-focus\:bg-yellow-700\/10{background-color:#a162071a}.group:focus .group-focus\:bg-yellow-700\/20{background-color:#a1620733}.group:focus .group-focus\:bg-yellow-700\/30{background-color:#a162074d}.group:focus .group-focus\:bg-yellow-700\/40{background-color:#a1620766}.group:focus .group-focus\:bg-yellow-700\/50{background-color:#a1620780}.group:focus .group-focus\:bg-yellow-700\/60{background-color:#a1620799}.group:focus .group-focus\:bg-yellow-700\/70{background-color:#a16207b3}.group:focus .group-focus\:bg-yellow-700\/75{background-color:#a16207bf}.group:focus .group-focus\:bg-yellow-700\/80{background-color:#a16207cc}.group:focus .group-focus\:bg-yellow-700\/90{background-color:#a16207e6}.group:focus .group-focus\:bg-yellow-800{background-color:#854d0e}.group:focus .group-focus\:bg-yellow-800\/0{background-color:#854d0e00}.group:focus .group-focus\:bg-yellow-800\/10{background-color:#854d0e1a}.group:focus .group-focus\:bg-yellow-800\/20{background-color:#854d0e33}.group:focus .group-focus\:bg-yellow-800\/30{background-color:#854d0e4d}.group:focus .group-focus\:bg-yellow-800\/40{background-color:#854d0e66}.group:focus .group-focus\:bg-yellow-800\/50{background-color:#854d0e80}.group:focus .group-focus\:bg-yellow-800\/60{background-color:#854d0e99}.group:focus .group-focus\:bg-yellow-800\/70{background-color:#854d0eb3}.group:focus .group-focus\:bg-yellow-800\/75{background-color:#854d0ebf}.group:focus .group-focus\:bg-yellow-800\/80{background-color:#854d0ecc}.group:focus .group-focus\:bg-yellow-800\/90{background-color:#854d0ee6}.group:focus .group-focus\:bg-yellow-900{background-color:#713f12}.group:focus .group-focus\:bg-yellow-900\/0{background-color:#713f1200}.group:focus .group-focus\:bg-yellow-900\/10{background-color:#713f121a}.group:focus .group-focus\:bg-yellow-900\/20{background-color:#713f1233}.group:focus .group-focus\:bg-yellow-900\/30{background-color:#713f124d}.group:focus .group-focus\:bg-yellow-900\/40{background-color:#713f1266}.group:focus .group-focus\:bg-yellow-900\/50{background-color:#713f1280}.group:focus .group-focus\:bg-yellow-900\/60{background-color:#713f1299}.group:focus .group-focus\:bg-yellow-900\/70{background-color:#713f12b3}.group:focus .group-focus\:bg-yellow-900\/75{background-color:#713f12bf}.group:focus .group-focus\:bg-yellow-900\/80{background-color:#713f12cc}.group:focus .group-focus\:bg-yellow-900\/90{background-color:#713f12e6}.group:focus .group-focus\:bg-yellow-950{background-color:#422006}.group:focus .group-focus\:bg-yellow-950\/0{background-color:#42200600}.group:focus .group-focus\:bg-yellow-950\/10{background-color:#4220061a}.group:focus .group-focus\:bg-yellow-950\/20{background-color:#42200633}.group:focus .group-focus\:bg-yellow-950\/30{background-color:#4220064d}.group:focus .group-focus\:bg-yellow-950\/40{background-color:#42200666}.group:focus .group-focus\:bg-yellow-950\/50{background-color:#42200680}.group:focus .group-focus\:bg-yellow-950\/60{background-color:#42200699}.group:focus .group-focus\:bg-yellow-950\/70{background-color:#422006b3}.group:focus .group-focus\:bg-yellow-950\/75{background-color:#422006bf}.group:focus .group-focus\:bg-yellow-950\/80{background-color:#422006cc}.group:focus .group-focus\:bg-yellow-950\/90{background-color:#422006e6}.group:focus .group-focus\:bg-lime-50{background-color:#f7fee7}.group:focus .group-focus\:bg-lime-50\/0{background-color:#f7fee700}.group:focus .group-focus\:bg-lime-50\/10{background-color:#f7fee71a}.group:focus .group-focus\:bg-lime-50\/20{background-color:#f7fee733}.group:focus .group-focus\:bg-lime-50\/30{background-color:#f7fee74d}.group:focus .group-focus\:bg-lime-50\/40{background-color:#f7fee766}.group:focus .group-focus\:bg-lime-50\/50{background-color:#f7fee780}.group:focus .group-focus\:bg-lime-50\/60{background-color:#f7fee799}.group:focus .group-focus\:bg-lime-50\/70{background-color:#f7fee7b3}.group:focus .group-focus\:bg-lime-50\/75{background-color:#f7fee7bf}.group:focus .group-focus\:bg-lime-50\/80{background-color:#f7fee7cc}.group:focus .group-focus\:bg-lime-50\/90{background-color:#f7fee7e6}.group:focus .group-focus\:bg-lime-100{background-color:#ecfccb}.group:focus .group-focus\:bg-lime-100\/0{background-color:#ecfccb00}.group:focus .group-focus\:bg-lime-100\/10{background-color:#ecfccb1a}.group:focus .group-focus\:bg-lime-100\/20{background-color:#ecfccb33}.group:focus .group-focus\:bg-lime-100\/30{background-color:#ecfccb4d}.group:focus .group-focus\:bg-lime-100\/40{background-color:#ecfccb66}.group:focus .group-focus\:bg-lime-100\/50{background-color:#ecfccb80}.group:focus .group-focus\:bg-lime-100\/60{background-color:#ecfccb99}.group:focus .group-focus\:bg-lime-100\/70{background-color:#ecfccbb3}.group:focus .group-focus\:bg-lime-100\/75{background-color:#ecfccbbf}.group:focus .group-focus\:bg-lime-100\/80{background-color:#ecfccbcc}.group:focus .group-focus\:bg-lime-100\/90{background-color:#ecfccbe6}.group:focus .group-focus\:bg-lime-200{background-color:#d9f99d}.group:focus .group-focus\:bg-lime-200\/0{background-color:#d9f99d00}.group:focus .group-focus\:bg-lime-200\/10{background-color:#d9f99d1a}.group:focus .group-focus\:bg-lime-200\/20{background-color:#d9f99d33}.group:focus .group-focus\:bg-lime-200\/30{background-color:#d9f99d4d}.group:focus .group-focus\:bg-lime-200\/40{background-color:#d9f99d66}.group:focus .group-focus\:bg-lime-200\/50{background-color:#d9f99d80}.group:focus .group-focus\:bg-lime-200\/60{background-color:#d9f99d99}.group:focus .group-focus\:bg-lime-200\/70{background-color:#d9f99db3}.group:focus .group-focus\:bg-lime-200\/75{background-color:#d9f99dbf}.group:focus .group-focus\:bg-lime-200\/80{background-color:#d9f99dcc}.group:focus .group-focus\:bg-lime-200\/90{background-color:#d9f99de6}.group:focus .group-focus\:bg-lime-300{background-color:#bef264}.group:focus .group-focus\:bg-lime-300\/0{background-color:#bef26400}.group:focus .group-focus\:bg-lime-300\/10{background-color:#bef2641a}.group:focus .group-focus\:bg-lime-300\/20{background-color:#bef26433}.group:focus .group-focus\:bg-lime-300\/30{background-color:#bef2644d}.group:focus .group-focus\:bg-lime-300\/40{background-color:#bef26466}.group:focus .group-focus\:bg-lime-300\/50{background-color:#bef26480}.group:focus .group-focus\:bg-lime-300\/60{background-color:#bef26499}.group:focus .group-focus\:bg-lime-300\/70{background-color:#bef264b3}.group:focus .group-focus\:bg-lime-300\/75{background-color:#bef264bf}.group:focus .group-focus\:bg-lime-300\/80{background-color:#bef264cc}.group:focus .group-focus\:bg-lime-300\/90{background-color:#bef264e6}.group:focus .group-focus\:bg-lime-400{background-color:#a3e635}.group:focus .group-focus\:bg-lime-400\/0{background-color:#a3e63500}.group:focus .group-focus\:bg-lime-400\/10{background-color:#a3e6351a}.group:focus .group-focus\:bg-lime-400\/20{background-color:#a3e63533}.group:focus .group-focus\:bg-lime-400\/30{background-color:#a3e6354d}.group:focus .group-focus\:bg-lime-400\/40{background-color:#a3e63566}.group:focus .group-focus\:bg-lime-400\/50{background-color:#a3e63580}.group:focus .group-focus\:bg-lime-400\/60{background-color:#a3e63599}.group:focus .group-focus\:bg-lime-400\/70{background-color:#a3e635b3}.group:focus .group-focus\:bg-lime-400\/75{background-color:#a3e635bf}.group:focus .group-focus\:bg-lime-400\/80{background-color:#a3e635cc}.group:focus .group-focus\:bg-lime-400\/90{background-color:#a3e635e6}.group:focus .group-focus\:bg-lime-500{background-color:#84cc16}.group:focus .group-focus\:bg-lime-500\/0{background-color:#84cc1600}.group:focus .group-focus\:bg-lime-500\/10{background-color:#84cc161a}.group:focus .group-focus\:bg-lime-500\/20{background-color:#84cc1633}.group:focus .group-focus\:bg-lime-500\/30{background-color:#84cc164d}.group:focus .group-focus\:bg-lime-500\/40{background-color:#84cc1666}.group:focus .group-focus\:bg-lime-500\/50{background-color:#84cc1680}.group:focus .group-focus\:bg-lime-500\/60{background-color:#84cc1699}.group:focus .group-focus\:bg-lime-500\/70{background-color:#84cc16b3}.group:focus .group-focus\:bg-lime-500\/75{background-color:#84cc16bf}.group:focus .group-focus\:bg-lime-500\/80{background-color:#84cc16cc}.group:focus .group-focus\:bg-lime-500\/90{background-color:#84cc16e6}.group:focus .group-focus\:bg-lime-600{background-color:#65a30d}.group:focus .group-focus\:bg-lime-600\/0{background-color:#65a30d00}.group:focus .group-focus\:bg-lime-600\/10{background-color:#65a30d1a}.group:focus .group-focus\:bg-lime-600\/20{background-color:#65a30d33}.group:focus .group-focus\:bg-lime-600\/30{background-color:#65a30d4d}.group:focus .group-focus\:bg-lime-600\/40{background-color:#65a30d66}.group:focus .group-focus\:bg-lime-600\/50{background-color:#65a30d80}.group:focus .group-focus\:bg-lime-600\/60{background-color:#65a30d99}.group:focus .group-focus\:bg-lime-600\/70{background-color:#65a30db3}.group:focus .group-focus\:bg-lime-600\/75{background-color:#65a30dbf}.group:focus .group-focus\:bg-lime-600\/80{background-color:#65a30dcc}.group:focus .group-focus\:bg-lime-600\/90{background-color:#65a30de6}.group:focus .group-focus\:bg-lime-700{background-color:#4d7c0f}.group:focus .group-focus\:bg-lime-700\/0{background-color:#4d7c0f00}.group:focus .group-focus\:bg-lime-700\/10{background-color:#4d7c0f1a}.group:focus .group-focus\:bg-lime-700\/20{background-color:#4d7c0f33}.group:focus .group-focus\:bg-lime-700\/30{background-color:#4d7c0f4d}.group:focus .group-focus\:bg-lime-700\/40{background-color:#4d7c0f66}.group:focus .group-focus\:bg-lime-700\/50{background-color:#4d7c0f80}.group:focus .group-focus\:bg-lime-700\/60{background-color:#4d7c0f99}.group:focus .group-focus\:bg-lime-700\/70{background-color:#4d7c0fb3}.group:focus .group-focus\:bg-lime-700\/75{background-color:#4d7c0fbf}.group:focus .group-focus\:bg-lime-700\/80{background-color:#4d7c0fcc}.group:focus .group-focus\:bg-lime-700\/90{background-color:#4d7c0fe6}.group:focus .group-focus\:bg-lime-800{background-color:#3f6212}.group:focus .group-focus\:bg-lime-800\/0{background-color:#3f621200}.group:focus .group-focus\:bg-lime-800\/10{background-color:#3f62121a}.group:focus .group-focus\:bg-lime-800\/20{background-color:#3f621233}.group:focus .group-focus\:bg-lime-800\/30{background-color:#3f62124d}.group:focus .group-focus\:bg-lime-800\/40{background-color:#3f621266}.group:focus .group-focus\:bg-lime-800\/50{background-color:#3f621280}.group:focus .group-focus\:bg-lime-800\/60{background-color:#3f621299}.group:focus .group-focus\:bg-lime-800\/70{background-color:#3f6212b3}.group:focus .group-focus\:bg-lime-800\/75{background-color:#3f6212bf}.group:focus .group-focus\:bg-lime-800\/80{background-color:#3f6212cc}.group:focus .group-focus\:bg-lime-800\/90{background-color:#3f6212e6}.group:focus .group-focus\:bg-lime-900{background-color:#365314}.group:focus .group-focus\:bg-lime-900\/0{background-color:#36531400}.group:focus .group-focus\:bg-lime-900\/10{background-color:#3653141a}.group:focus .group-focus\:bg-lime-900\/20{background-color:#36531433}.group:focus .group-focus\:bg-lime-900\/30{background-color:#3653144d}.group:focus .group-focus\:bg-lime-900\/40{background-color:#36531466}.group:focus .group-focus\:bg-lime-900\/50{background-color:#36531480}.group:focus .group-focus\:bg-lime-900\/60{background-color:#36531499}.group:focus .group-focus\:bg-lime-900\/70{background-color:#365314b3}.group:focus .group-focus\:bg-lime-900\/75{background-color:#365314bf}.group:focus .group-focus\:bg-lime-900\/80{background-color:#365314cc}.group:focus .group-focus\:bg-lime-900\/90{background-color:#365314e6}.group:focus .group-focus\:bg-lime-950{background-color:#1a2e05}.group:focus .group-focus\:bg-lime-950\/0{background-color:#1a2e0500}.group:focus .group-focus\:bg-lime-950\/10{background-color:#1a2e051a}.group:focus .group-focus\:bg-lime-950\/20{background-color:#1a2e0533}.group:focus .group-focus\:bg-lime-950\/30{background-color:#1a2e054d}.group:focus .group-focus\:bg-lime-950\/40{background-color:#1a2e0566}.group:focus .group-focus\:bg-lime-950\/50{background-color:#1a2e0580}.group:focus .group-focus\:bg-lime-950\/60{background-color:#1a2e0599}.group:focus .group-focus\:bg-lime-950\/70{background-color:#1a2e05b3}.group:focus .group-focus\:bg-lime-950\/75{background-color:#1a2e05bf}.group:focus .group-focus\:bg-lime-950\/80{background-color:#1a2e05cc}.group:focus .group-focus\:bg-lime-950\/90{background-color:#1a2e05e6}.group:focus .group-focus\:bg-green-50{background-color:#f0fdf4}.group:focus .group-focus\:bg-green-50\/0{background-color:#f0fdf400}.group:focus .group-focus\:bg-green-50\/10{background-color:#f0fdf41a}.group:focus .group-focus\:bg-green-50\/20{background-color:#f0fdf433}.group:focus .group-focus\:bg-green-50\/30{background-color:#f0fdf44d}.group:focus .group-focus\:bg-green-50\/40{background-color:#f0fdf466}.group:focus .group-focus\:bg-green-50\/50{background-color:#f0fdf480}.group:focus .group-focus\:bg-green-50\/60{background-color:#f0fdf499}.group:focus .group-focus\:bg-green-50\/70{background-color:#f0fdf4b3}.group:focus .group-focus\:bg-green-50\/75{background-color:#f0fdf4bf}.group:focus .group-focus\:bg-green-50\/80{background-color:#f0fdf4cc}.group:focus .group-focus\:bg-green-50\/90{background-color:#f0fdf4e6}.group:focus .group-focus\:bg-green-100{background-color:#dcfce7}.group:focus .group-focus\:bg-green-100\/0{background-color:#dcfce700}.group:focus .group-focus\:bg-green-100\/10{background-color:#dcfce71a}.group:focus .group-focus\:bg-green-100\/20{background-color:#dcfce733}.group:focus .group-focus\:bg-green-100\/30{background-color:#dcfce74d}.group:focus .group-focus\:bg-green-100\/40{background-color:#dcfce766}.group:focus .group-focus\:bg-green-100\/50{background-color:#dcfce780}.group:focus .group-focus\:bg-green-100\/60{background-color:#dcfce799}.group:focus .group-focus\:bg-green-100\/70{background-color:#dcfce7b3}.group:focus .group-focus\:bg-green-100\/75{background-color:#dcfce7bf}.group:focus .group-focus\:bg-green-100\/80{background-color:#dcfce7cc}.group:focus .group-focus\:bg-green-100\/90{background-color:#dcfce7e6}.group:focus .group-focus\:bg-green-200{background-color:#bbf7d0}.group:focus .group-focus\:bg-green-200\/0{background-color:#bbf7d000}.group:focus .group-focus\:bg-green-200\/10{background-color:#bbf7d01a}.group:focus .group-focus\:bg-green-200\/20{background-color:#bbf7d033}.group:focus .group-focus\:bg-green-200\/30{background-color:#bbf7d04d}.group:focus .group-focus\:bg-green-200\/40{background-color:#bbf7d066}.group:focus .group-focus\:bg-green-200\/50{background-color:#bbf7d080}.group:focus .group-focus\:bg-green-200\/60{background-color:#bbf7d099}.group:focus .group-focus\:bg-green-200\/70{background-color:#bbf7d0b3}.group:focus .group-focus\:bg-green-200\/75{background-color:#bbf7d0bf}.group:focus .group-focus\:bg-green-200\/80{background-color:#bbf7d0cc}.group:focus .group-focus\:bg-green-200\/90{background-color:#bbf7d0e6}.group:focus .group-focus\:bg-green-300{background-color:#86efac}.group:focus .group-focus\:bg-green-300\/0{background-color:#86efac00}.group:focus .group-focus\:bg-green-300\/10{background-color:#86efac1a}.group:focus .group-focus\:bg-green-300\/20{background-color:#86efac33}.group:focus .group-focus\:bg-green-300\/30{background-color:#86efac4d}.group:focus .group-focus\:bg-green-300\/40{background-color:#86efac66}.group:focus .group-focus\:bg-green-300\/50{background-color:#86efac80}.group:focus .group-focus\:bg-green-300\/60{background-color:#86efac99}.group:focus .group-focus\:bg-green-300\/70{background-color:#86efacb3}.group:focus .group-focus\:bg-green-300\/75{background-color:#86efacbf}.group:focus .group-focus\:bg-green-300\/80{background-color:#86efaccc}.group:focus .group-focus\:bg-green-300\/90{background-color:#86eface6}.group:focus .group-focus\:bg-green-400{background-color:#4ade80}.group:focus .group-focus\:bg-green-400\/0{background-color:#4ade8000}.group:focus .group-focus\:bg-green-400\/10{background-color:#4ade801a}.group:focus .group-focus\:bg-green-400\/20{background-color:#4ade8033}.group:focus .group-focus\:bg-green-400\/30{background-color:#4ade804d}.group:focus .group-focus\:bg-green-400\/40{background-color:#4ade8066}.group:focus .group-focus\:bg-green-400\/50{background-color:#4ade8080}.group:focus .group-focus\:bg-green-400\/60{background-color:#4ade8099}.group:focus .group-focus\:bg-green-400\/70{background-color:#4ade80b3}.group:focus .group-focus\:bg-green-400\/75{background-color:#4ade80bf}.group:focus .group-focus\:bg-green-400\/80{background-color:#4ade80cc}.group:focus .group-focus\:bg-green-400\/90{background-color:#4ade80e6}.group:focus .group-focus\:bg-green-500{background-color:#22c55e}.group:focus .group-focus\:bg-green-500\/0{background-color:#22c55e00}.group:focus .group-focus\:bg-green-500\/10{background-color:#22c55e1a}.group:focus .group-focus\:bg-green-500\/20{background-color:#22c55e33}.group:focus .group-focus\:bg-green-500\/30{background-color:#22c55e4d}.group:focus .group-focus\:bg-green-500\/40{background-color:#22c55e66}.group:focus .group-focus\:bg-green-500\/50{background-color:#22c55e80}.group:focus .group-focus\:bg-green-500\/60{background-color:#22c55e99}.group:focus .group-focus\:bg-green-500\/70{background-color:#22c55eb3}.group:focus .group-focus\:bg-green-500\/75{background-color:#22c55ebf}.group:focus .group-focus\:bg-green-500\/80{background-color:#22c55ecc}.group:focus .group-focus\:bg-green-500\/90{background-color:#22c55ee6}.group:focus .group-focus\:bg-green-600{background-color:#16a34a}.group:focus .group-focus\:bg-green-600\/0{background-color:#16a34a00}.group:focus .group-focus\:bg-green-600\/10{background-color:#16a34a1a}.group:focus .group-focus\:bg-green-600\/20{background-color:#16a34a33}.group:focus .group-focus\:bg-green-600\/30{background-color:#16a34a4d}.group:focus .group-focus\:bg-green-600\/40{background-color:#16a34a66}.group:focus .group-focus\:bg-green-600\/50{background-color:#16a34a80}.group:focus .group-focus\:bg-green-600\/60{background-color:#16a34a99}.group:focus .group-focus\:bg-green-600\/70{background-color:#16a34ab3}.group:focus .group-focus\:bg-green-600\/75{background-color:#16a34abf}.group:focus .group-focus\:bg-green-600\/80{background-color:#16a34acc}.group:focus .group-focus\:bg-green-600\/90{background-color:#16a34ae6}.group:focus .group-focus\:bg-green-700{background-color:#15803d}.group:focus .group-focus\:bg-green-700\/0{background-color:#15803d00}.group:focus .group-focus\:bg-green-700\/10{background-color:#15803d1a}.group:focus .group-focus\:bg-green-700\/20{background-color:#15803d33}.group:focus .group-focus\:bg-green-700\/30{background-color:#15803d4d}.group:focus .group-focus\:bg-green-700\/40{background-color:#15803d66}.group:focus .group-focus\:bg-green-700\/50{background-color:#15803d80}.group:focus .group-focus\:bg-green-700\/60{background-color:#15803d99}.group:focus .group-focus\:bg-green-700\/70{background-color:#15803db3}.group:focus .group-focus\:bg-green-700\/75{background-color:#15803dbf}.group:focus .group-focus\:bg-green-700\/80{background-color:#15803dcc}.group:focus .group-focus\:bg-green-700\/90{background-color:#15803de6}.group:focus .group-focus\:bg-green-800{background-color:#166534}.group:focus .group-focus\:bg-green-800\/0{background-color:#16653400}.group:focus .group-focus\:bg-green-800\/10{background-color:#1665341a}.group:focus .group-focus\:bg-green-800\/20{background-color:#16653433}.group:focus .group-focus\:bg-green-800\/30{background-color:#1665344d}.group:focus .group-focus\:bg-green-800\/40{background-color:#16653466}.group:focus .group-focus\:bg-green-800\/50{background-color:#16653480}.group:focus .group-focus\:bg-green-800\/60{background-color:#16653499}.group:focus .group-focus\:bg-green-800\/70{background-color:#166534b3}.group:focus .group-focus\:bg-green-800\/75{background-color:#166534bf}.group:focus .group-focus\:bg-green-800\/80{background-color:#166534cc}.group:focus .group-focus\:bg-green-800\/90{background-color:#166534e6}.group:focus .group-focus\:bg-green-900{background-color:#14532d}.group:focus .group-focus\:bg-green-900\/0{background-color:#14532d00}.group:focus .group-focus\:bg-green-900\/10{background-color:#14532d1a}.group:focus .group-focus\:bg-green-900\/20{background-color:#14532d33}.group:focus .group-focus\:bg-green-900\/30{background-color:#14532d4d}.group:focus .group-focus\:bg-green-900\/40{background-color:#14532d66}.group:focus .group-focus\:bg-green-900\/50{background-color:#14532d80}.group:focus .group-focus\:bg-green-900\/60{background-color:#14532d99}.group:focus .group-focus\:bg-green-900\/70{background-color:#14532db3}.group:focus .group-focus\:bg-green-900\/75{background-color:#14532dbf}.group:focus .group-focus\:bg-green-900\/80{background-color:#14532dcc}.group:focus .group-focus\:bg-green-900\/90{background-color:#14532de6}.group:focus .group-focus\:bg-green-950{background-color:#052e16}.group:focus .group-focus\:bg-green-950\/0{background-color:#052e1600}.group:focus .group-focus\:bg-green-950\/10{background-color:#052e161a}.group:focus .group-focus\:bg-green-950\/20{background-color:#052e1633}.group:focus .group-focus\:bg-green-950\/30{background-color:#052e164d}.group:focus .group-focus\:bg-green-950\/40{background-color:#052e1666}.group:focus .group-focus\:bg-green-950\/50{background-color:#052e1680}.group:focus .group-focus\:bg-green-950\/60{background-color:#052e1699}.group:focus .group-focus\:bg-green-950\/70{background-color:#052e16b3}.group:focus .group-focus\:bg-green-950\/75{background-color:#052e16bf}.group:focus .group-focus\:bg-green-950\/80{background-color:#052e16cc}.group:focus .group-focus\:bg-green-950\/90{background-color:#052e16e6}.group:focus .group-focus\:bg-emerald-50{background-color:#ecfdf5}.group:focus .group-focus\:bg-emerald-50\/0{background-color:#ecfdf500}.group:focus .group-focus\:bg-emerald-50\/10{background-color:#ecfdf51a}.group:focus .group-focus\:bg-emerald-50\/20{background-color:#ecfdf533}.group:focus .group-focus\:bg-emerald-50\/30{background-color:#ecfdf54d}.group:focus .group-focus\:bg-emerald-50\/40{background-color:#ecfdf566}.group:focus .group-focus\:bg-emerald-50\/50{background-color:#ecfdf580}.group:focus .group-focus\:bg-emerald-50\/60{background-color:#ecfdf599}.group:focus .group-focus\:bg-emerald-50\/70{background-color:#ecfdf5b3}.group:focus .group-focus\:bg-emerald-50\/75{background-color:#ecfdf5bf}.group:focus .group-focus\:bg-emerald-50\/80{background-color:#ecfdf5cc}.group:focus .group-focus\:bg-emerald-50\/90{background-color:#ecfdf5e6}.group:focus .group-focus\:bg-emerald-100{background-color:#d1fae5}.group:focus .group-focus\:bg-emerald-100\/0{background-color:#d1fae500}.group:focus .group-focus\:bg-emerald-100\/10{background-color:#d1fae51a}.group:focus .group-focus\:bg-emerald-100\/20{background-color:#d1fae533}.group:focus .group-focus\:bg-emerald-100\/30{background-color:#d1fae54d}.group:focus .group-focus\:bg-emerald-100\/40{background-color:#d1fae566}.group:focus .group-focus\:bg-emerald-100\/50{background-color:#d1fae580}.group:focus .group-focus\:bg-emerald-100\/60{background-color:#d1fae599}.group:focus .group-focus\:bg-emerald-100\/70{background-color:#d1fae5b3}.group:focus .group-focus\:bg-emerald-100\/75{background-color:#d1fae5bf}.group:focus .group-focus\:bg-emerald-100\/80{background-color:#d1fae5cc}.group:focus .group-focus\:bg-emerald-100\/90{background-color:#d1fae5e6}.group:focus .group-focus\:bg-emerald-200{background-color:#a7f3d0}.group:focus .group-focus\:bg-emerald-200\/0{background-color:#a7f3d000}.group:focus .group-focus\:bg-emerald-200\/10{background-color:#a7f3d01a}.group:focus .group-focus\:bg-emerald-200\/20{background-color:#a7f3d033}.group:focus .group-focus\:bg-emerald-200\/30{background-color:#a7f3d04d}.group:focus .group-focus\:bg-emerald-200\/40{background-color:#a7f3d066}.group:focus .group-focus\:bg-emerald-200\/50{background-color:#a7f3d080}.group:focus .group-focus\:bg-emerald-200\/60{background-color:#a7f3d099}.group:focus .group-focus\:bg-emerald-200\/70{background-color:#a7f3d0b3}.group:focus .group-focus\:bg-emerald-200\/75{background-color:#a7f3d0bf}.group:focus .group-focus\:bg-emerald-200\/80{background-color:#a7f3d0cc}.group:focus .group-focus\:bg-emerald-200\/90{background-color:#a7f3d0e6}.group:focus .group-focus\:bg-emerald-300{background-color:#6ee7b7}.group:focus .group-focus\:bg-emerald-300\/0{background-color:#6ee7b700}.group:focus .group-focus\:bg-emerald-300\/10{background-color:#6ee7b71a}.group:focus .group-focus\:bg-emerald-300\/20{background-color:#6ee7b733}.group:focus .group-focus\:bg-emerald-300\/30{background-color:#6ee7b74d}.group:focus .group-focus\:bg-emerald-300\/40{background-color:#6ee7b766}.group:focus .group-focus\:bg-emerald-300\/50{background-color:#6ee7b780}.group:focus .group-focus\:bg-emerald-300\/60{background-color:#6ee7b799}.group:focus .group-focus\:bg-emerald-300\/70{background-color:#6ee7b7b3}.group:focus .group-focus\:bg-emerald-300\/75{background-color:#6ee7b7bf}.group:focus .group-focus\:bg-emerald-300\/80{background-color:#6ee7b7cc}.group:focus .group-focus\:bg-emerald-300\/90{background-color:#6ee7b7e6}.group:focus .group-focus\:bg-emerald-400{background-color:#34d399}.group:focus .group-focus\:bg-emerald-400\/0{background-color:#34d39900}.group:focus .group-focus\:bg-emerald-400\/10{background-color:#34d3991a}.group:focus .group-focus\:bg-emerald-400\/20{background-color:#34d39933}.group:focus .group-focus\:bg-emerald-400\/30{background-color:#34d3994d}.group:focus .group-focus\:bg-emerald-400\/40{background-color:#34d39966}.group:focus .group-focus\:bg-emerald-400\/50{background-color:#34d39980}.group:focus .group-focus\:bg-emerald-400\/60{background-color:#34d39999}.group:focus .group-focus\:bg-emerald-400\/70{background-color:#34d399b3}.group:focus .group-focus\:bg-emerald-400\/75{background-color:#34d399bf}.group:focus .group-focus\:bg-emerald-400\/80{background-color:#34d399cc}.group:focus .group-focus\:bg-emerald-400\/90{background-color:#34d399e6}.group:focus .group-focus\:bg-emerald-500{background-color:#10b981}.group:focus .group-focus\:bg-emerald-500\/0{background-color:#10b98100}.group:focus .group-focus\:bg-emerald-500\/10{background-color:#10b9811a}.group:focus .group-focus\:bg-emerald-500\/20{background-color:#10b98133}.group:focus .group-focus\:bg-emerald-500\/30{background-color:#10b9814d}.group:focus .group-focus\:bg-emerald-500\/40{background-color:#10b98166}.group:focus .group-focus\:bg-emerald-500\/50{background-color:#10b98180}.group:focus .group-focus\:bg-emerald-500\/60{background-color:#10b98199}.group:focus .group-focus\:bg-emerald-500\/70{background-color:#10b981b3}.group:focus .group-focus\:bg-emerald-500\/75{background-color:#10b981bf}.group:focus .group-focus\:bg-emerald-500\/80{background-color:#10b981cc}.group:focus .group-focus\:bg-emerald-500\/90{background-color:#10b981e6}.group:focus .group-focus\:bg-emerald-600{background-color:#059669}.group:focus .group-focus\:bg-emerald-600\/0{background-color:#05966900}.group:focus .group-focus\:bg-emerald-600\/10{background-color:#0596691a}.group:focus .group-focus\:bg-emerald-600\/20{background-color:#05966933}.group:focus .group-focus\:bg-emerald-600\/30{background-color:#0596694d}.group:focus .group-focus\:bg-emerald-600\/40{background-color:#05966966}.group:focus .group-focus\:bg-emerald-600\/50{background-color:#05966980}.group:focus .group-focus\:bg-emerald-600\/60{background-color:#05966999}.group:focus .group-focus\:bg-emerald-600\/70{background-color:#059669b3}.group:focus .group-focus\:bg-emerald-600\/75{background-color:#059669bf}.group:focus .group-focus\:bg-emerald-600\/80{background-color:#059669cc}.group:focus .group-focus\:bg-emerald-600\/90{background-color:#059669e6}.group:focus .group-focus\:bg-emerald-700{background-color:#047857}.group:focus .group-focus\:bg-emerald-700\/0{background-color:#04785700}.group:focus .group-focus\:bg-emerald-700\/10{background-color:#0478571a}.group:focus .group-focus\:bg-emerald-700\/20{background-color:#04785733}.group:focus .group-focus\:bg-emerald-700\/30{background-color:#0478574d}.group:focus .group-focus\:bg-emerald-700\/40{background-color:#04785766}.group:focus .group-focus\:bg-emerald-700\/50{background-color:#04785780}.group:focus .group-focus\:bg-emerald-700\/60{background-color:#04785799}.group:focus .group-focus\:bg-emerald-700\/70{background-color:#047857b3}.group:focus .group-focus\:bg-emerald-700\/75{background-color:#047857bf}.group:focus .group-focus\:bg-emerald-700\/80{background-color:#047857cc}.group:focus .group-focus\:bg-emerald-700\/90{background-color:#047857e6}.group:focus .group-focus\:bg-emerald-800{background-color:#065f46}.group:focus .group-focus\:bg-emerald-800\/0{background-color:#065f4600}.group:focus .group-focus\:bg-emerald-800\/10{background-color:#065f461a}.group:focus .group-focus\:bg-emerald-800\/20{background-color:#065f4633}.group:focus .group-focus\:bg-emerald-800\/30{background-color:#065f464d}.group:focus .group-focus\:bg-emerald-800\/40{background-color:#065f4666}.group:focus .group-focus\:bg-emerald-800\/50{background-color:#065f4680}.group:focus .group-focus\:bg-emerald-800\/60{background-color:#065f4699}.group:focus .group-focus\:bg-emerald-800\/70{background-color:#065f46b3}.group:focus .group-focus\:bg-emerald-800\/75{background-color:#065f46bf}.group:focus .group-focus\:bg-emerald-800\/80{background-color:#065f46cc}.group:focus .group-focus\:bg-emerald-800\/90{background-color:#065f46e6}.group:focus .group-focus\:bg-emerald-900{background-color:#064e3b}.group:focus .group-focus\:bg-emerald-900\/0{background-color:#064e3b00}.group:focus .group-focus\:bg-emerald-900\/10{background-color:#064e3b1a}.group:focus .group-focus\:bg-emerald-900\/20{background-color:#064e3b33}.group:focus .group-focus\:bg-emerald-900\/30{background-color:#064e3b4d}.group:focus .group-focus\:bg-emerald-900\/40{background-color:#064e3b66}.group:focus .group-focus\:bg-emerald-900\/50{background-color:#064e3b80}.group:focus .group-focus\:bg-emerald-900\/60{background-color:#064e3b99}.group:focus .group-focus\:bg-emerald-900\/70{background-color:#064e3bb3}.group:focus .group-focus\:bg-emerald-900\/75{background-color:#064e3bbf}.group:focus .group-focus\:bg-emerald-900\/80{background-color:#064e3bcc}.group:focus .group-focus\:bg-emerald-900\/90{background-color:#064e3be6}.group:focus .group-focus\:bg-emerald-950{background-color:#022c22}.group:focus .group-focus\:bg-emerald-950\/0{background-color:#022c2200}.group:focus .group-focus\:bg-emerald-950\/10{background-color:#022c221a}.group:focus .group-focus\:bg-emerald-950\/20{background-color:#022c2233}.group:focus .group-focus\:bg-emerald-950\/30{background-color:#022c224d}.group:focus .group-focus\:bg-emerald-950\/40{background-color:#022c2266}.group:focus .group-focus\:bg-emerald-950\/50{background-color:#022c2280}.group:focus .group-focus\:bg-emerald-950\/60{background-color:#022c2299}.group:focus .group-focus\:bg-emerald-950\/70{background-color:#022c22b3}.group:focus .group-focus\:bg-emerald-950\/75{background-color:#022c22bf}.group:focus .group-focus\:bg-emerald-950\/80{background-color:#022c22cc}.group:focus .group-focus\:bg-emerald-950\/90{background-color:#022c22e6}.group:focus .group-focus\:bg-teal-50{background-color:#f0fdfa}.group:focus .group-focus\:bg-teal-50\/0{background-color:#f0fdfa00}.group:focus .group-focus\:bg-teal-50\/10{background-color:#f0fdfa1a}.group:focus .group-focus\:bg-teal-50\/20{background-color:#f0fdfa33}.group:focus .group-focus\:bg-teal-50\/30{background-color:#f0fdfa4d}.group:focus .group-focus\:bg-teal-50\/40{background-color:#f0fdfa66}.group:focus .group-focus\:bg-teal-50\/50{background-color:#f0fdfa80}.group:focus .group-focus\:bg-teal-50\/60{background-color:#f0fdfa99}.group:focus .group-focus\:bg-teal-50\/70{background-color:#f0fdfab3}.group:focus .group-focus\:bg-teal-50\/75{background-color:#f0fdfabf}.group:focus .group-focus\:bg-teal-50\/80{background-color:#f0fdfacc}.group:focus .group-focus\:bg-teal-50\/90{background-color:#f0fdfae6}.group:focus .group-focus\:bg-teal-100{background-color:#ccfbf1}.group:focus .group-focus\:bg-teal-100\/0{background-color:#ccfbf100}.group:focus .group-focus\:bg-teal-100\/10{background-color:#ccfbf11a}.group:focus .group-focus\:bg-teal-100\/20{background-color:#ccfbf133}.group:focus .group-focus\:bg-teal-100\/30{background-color:#ccfbf14d}.group:focus .group-focus\:bg-teal-100\/40{background-color:#ccfbf166}.group:focus .group-focus\:bg-teal-100\/50{background-color:#ccfbf180}.group:focus .group-focus\:bg-teal-100\/60{background-color:#ccfbf199}.group:focus .group-focus\:bg-teal-100\/70{background-color:#ccfbf1b3}.group:focus .group-focus\:bg-teal-100\/75{background-color:#ccfbf1bf}.group:focus .group-focus\:bg-teal-100\/80{background-color:#ccfbf1cc}.group:focus .group-focus\:bg-teal-100\/90{background-color:#ccfbf1e6}.group:focus .group-focus\:bg-teal-200{background-color:#99f6e4}.group:focus .group-focus\:bg-teal-200\/0{background-color:#99f6e400}.group:focus .group-focus\:bg-teal-200\/10{background-color:#99f6e41a}.group:focus .group-focus\:bg-teal-200\/20{background-color:#99f6e433}.group:focus .group-focus\:bg-teal-200\/30{background-color:#99f6e44d}.group:focus .group-focus\:bg-teal-200\/40{background-color:#99f6e466}.group:focus .group-focus\:bg-teal-200\/50{background-color:#99f6e480}.group:focus .group-focus\:bg-teal-200\/60{background-color:#99f6e499}.group:focus .group-focus\:bg-teal-200\/70{background-color:#99f6e4b3}.group:focus .group-focus\:bg-teal-200\/75{background-color:#99f6e4bf}.group:focus .group-focus\:bg-teal-200\/80{background-color:#99f6e4cc}.group:focus .group-focus\:bg-teal-200\/90{background-color:#99f6e4e6}.group:focus .group-focus\:bg-teal-300{background-color:#5eead4}.group:focus .group-focus\:bg-teal-300\/0{background-color:#5eead400}.group:focus .group-focus\:bg-teal-300\/10{background-color:#5eead41a}.group:focus .group-focus\:bg-teal-300\/20{background-color:#5eead433}.group:focus .group-focus\:bg-teal-300\/30{background-color:#5eead44d}.group:focus .group-focus\:bg-teal-300\/40{background-color:#5eead466}.group:focus .group-focus\:bg-teal-300\/50{background-color:#5eead480}.group:focus .group-focus\:bg-teal-300\/60{background-color:#5eead499}.group:focus .group-focus\:bg-teal-300\/70{background-color:#5eead4b3}.group:focus .group-focus\:bg-teal-300\/75{background-color:#5eead4bf}.group:focus .group-focus\:bg-teal-300\/80{background-color:#5eead4cc}.group:focus .group-focus\:bg-teal-300\/90{background-color:#5eead4e6}.group:focus .group-focus\:bg-teal-400{background-color:#2dd4bf}.group:focus .group-focus\:bg-teal-400\/0{background-color:#2dd4bf00}.group:focus .group-focus\:bg-teal-400\/10{background-color:#2dd4bf1a}.group:focus .group-focus\:bg-teal-400\/20{background-color:#2dd4bf33}.group:focus .group-focus\:bg-teal-400\/30{background-color:#2dd4bf4d}.group:focus .group-focus\:bg-teal-400\/40{background-color:#2dd4bf66}.group:focus .group-focus\:bg-teal-400\/50{background-color:#2dd4bf80}.group:focus .group-focus\:bg-teal-400\/60{background-color:#2dd4bf99}.group:focus .group-focus\:bg-teal-400\/70{background-color:#2dd4bfb3}.group:focus .group-focus\:bg-teal-400\/75{background-color:#2dd4bfbf}.group:focus .group-focus\:bg-teal-400\/80{background-color:#2dd4bfcc}.group:focus .group-focus\:bg-teal-400\/90{background-color:#2dd4bfe6}.group:focus .group-focus\:bg-teal-500{background-color:#14b8a6}.group:focus .group-focus\:bg-teal-500\/0{background-color:#14b8a600}.group:focus .group-focus\:bg-teal-500\/10{background-color:#14b8a61a}.group:focus .group-focus\:bg-teal-500\/20{background-color:#14b8a633}.group:focus .group-focus\:bg-teal-500\/30{background-color:#14b8a64d}.group:focus .group-focus\:bg-teal-500\/40{background-color:#14b8a666}.group:focus .group-focus\:bg-teal-500\/50{background-color:#14b8a680}.group:focus .group-focus\:bg-teal-500\/60{background-color:#14b8a699}.group:focus .group-focus\:bg-teal-500\/70{background-color:#14b8a6b3}.group:focus .group-focus\:bg-teal-500\/75{background-color:#14b8a6bf}.group:focus .group-focus\:bg-teal-500\/80{background-color:#14b8a6cc}.group:focus .group-focus\:bg-teal-500\/90{background-color:#14b8a6e6}.group:focus .group-focus\:bg-teal-600{background-color:#0d9488}.group:focus .group-focus\:bg-teal-600\/0{background-color:#0d948800}.group:focus .group-focus\:bg-teal-600\/10{background-color:#0d94881a}.group:focus .group-focus\:bg-teal-600\/20{background-color:#0d948833}.group:focus .group-focus\:bg-teal-600\/30{background-color:#0d94884d}.group:focus .group-focus\:bg-teal-600\/40{background-color:#0d948866}.group:focus .group-focus\:bg-teal-600\/50{background-color:#0d948880}.group:focus .group-focus\:bg-teal-600\/60{background-color:#0d948899}.group:focus .group-focus\:bg-teal-600\/70{background-color:#0d9488b3}.group:focus .group-focus\:bg-teal-600\/75{background-color:#0d9488bf}.group:focus .group-focus\:bg-teal-600\/80{background-color:#0d9488cc}.group:focus .group-focus\:bg-teal-600\/90{background-color:#0d9488e6}.group:focus .group-focus\:bg-teal-700{background-color:#0f766e}.group:focus .group-focus\:bg-teal-700\/0{background-color:#0f766e00}.group:focus .group-focus\:bg-teal-700\/10{background-color:#0f766e1a}.group:focus .group-focus\:bg-teal-700\/20{background-color:#0f766e33}.group:focus .group-focus\:bg-teal-700\/30{background-color:#0f766e4d}.group:focus .group-focus\:bg-teal-700\/40{background-color:#0f766e66}.group:focus .group-focus\:bg-teal-700\/50{background-color:#0f766e80}.group:focus .group-focus\:bg-teal-700\/60{background-color:#0f766e99}.group:focus .group-focus\:bg-teal-700\/70{background-color:#0f766eb3}.group:focus .group-focus\:bg-teal-700\/75{background-color:#0f766ebf}.group:focus .group-focus\:bg-teal-700\/80{background-color:#0f766ecc}.group:focus .group-focus\:bg-teal-700\/90{background-color:#0f766ee6}.group:focus .group-focus\:bg-teal-800{background-color:#115e59}.group:focus .group-focus\:bg-teal-800\/0{background-color:#115e5900}.group:focus .group-focus\:bg-teal-800\/10{background-color:#115e591a}.group:focus .group-focus\:bg-teal-800\/20{background-color:#115e5933}.group:focus .group-focus\:bg-teal-800\/30{background-color:#115e594d}.group:focus .group-focus\:bg-teal-800\/40{background-color:#115e5966}.group:focus .group-focus\:bg-teal-800\/50{background-color:#115e5980}.group:focus .group-focus\:bg-teal-800\/60{background-color:#115e5999}.group:focus .group-focus\:bg-teal-800\/70{background-color:#115e59b3}.group:focus .group-focus\:bg-teal-800\/75{background-color:#115e59bf}.group:focus .group-focus\:bg-teal-800\/80{background-color:#115e59cc}.group:focus .group-focus\:bg-teal-800\/90{background-color:#115e59e6}.group:focus .group-focus\:bg-teal-900{background-color:#134e4a}.group:focus .group-focus\:bg-teal-900\/0{background-color:#134e4a00}.group:focus .group-focus\:bg-teal-900\/10{background-color:#134e4a1a}.group:focus .group-focus\:bg-teal-900\/20{background-color:#134e4a33}.group:focus .group-focus\:bg-teal-900\/30{background-color:#134e4a4d}.group:focus .group-focus\:bg-teal-900\/40{background-color:#134e4a66}.group:focus .group-focus\:bg-teal-900\/50{background-color:#134e4a80}.group:focus .group-focus\:bg-teal-900\/60{background-color:#134e4a99}.group:focus .group-focus\:bg-teal-900\/70{background-color:#134e4ab3}.group:focus .group-focus\:bg-teal-900\/75{background-color:#134e4abf}.group:focus .group-focus\:bg-teal-900\/80{background-color:#134e4acc}.group:focus .group-focus\:bg-teal-900\/90{background-color:#134e4ae6}.group:focus .group-focus\:bg-teal-950{background-color:#042f2e}.group:focus .group-focus\:bg-teal-950\/0{background-color:#042f2e00}.group:focus .group-focus\:bg-teal-950\/10{background-color:#042f2e1a}.group:focus .group-focus\:bg-teal-950\/20{background-color:#042f2e33}.group:focus .group-focus\:bg-teal-950\/30{background-color:#042f2e4d}.group:focus .group-focus\:bg-teal-950\/40{background-color:#042f2e66}.group:focus .group-focus\:bg-teal-950\/50{background-color:#042f2e80}.group:focus .group-focus\:bg-teal-950\/60{background-color:#042f2e99}.group:focus .group-focus\:bg-teal-950\/70{background-color:#042f2eb3}.group:focus .group-focus\:bg-teal-950\/75{background-color:#042f2ebf}.group:focus .group-focus\:bg-teal-950\/80{background-color:#042f2ecc}.group:focus .group-focus\:bg-teal-950\/90{background-color:#042f2ee6}.group:focus .group-focus\:bg-cyan-50{background-color:#ecfeff}.group:focus .group-focus\:bg-cyan-50\/0{background-color:#ecfeff00}.group:focus .group-focus\:bg-cyan-50\/10{background-color:#ecfeff1a}.group:focus .group-focus\:bg-cyan-50\/20{background-color:#ecfeff33}.group:focus .group-focus\:bg-cyan-50\/30{background-color:#ecfeff4d}.group:focus .group-focus\:bg-cyan-50\/40{background-color:#ecfeff66}.group:focus .group-focus\:bg-cyan-50\/50{background-color:#ecfeff80}.group:focus .group-focus\:bg-cyan-50\/60{background-color:#ecfeff99}.group:focus .group-focus\:bg-cyan-50\/70{background-color:#ecfeffb3}.group:focus .group-focus\:bg-cyan-50\/75{background-color:#ecfeffbf}.group:focus .group-focus\:bg-cyan-50\/80{background-color:#ecfeffcc}.group:focus .group-focus\:bg-cyan-50\/90{background-color:#ecfeffe6}.group:focus .group-focus\:bg-cyan-100{background-color:#cffafe}.group:focus .group-focus\:bg-cyan-100\/0{background-color:#cffafe00}.group:focus .group-focus\:bg-cyan-100\/10{background-color:#cffafe1a}.group:focus .group-focus\:bg-cyan-100\/20{background-color:#cffafe33}.group:focus .group-focus\:bg-cyan-100\/30{background-color:#cffafe4d}.group:focus .group-focus\:bg-cyan-100\/40{background-color:#cffafe66}.group:focus .group-focus\:bg-cyan-100\/50{background-color:#cffafe80}.group:focus .group-focus\:bg-cyan-100\/60{background-color:#cffafe99}.group:focus .group-focus\:bg-cyan-100\/70{background-color:#cffafeb3}.group:focus .group-focus\:bg-cyan-100\/75{background-color:#cffafebf}.group:focus .group-focus\:bg-cyan-100\/80{background-color:#cffafecc}.group:focus .group-focus\:bg-cyan-100\/90{background-color:#cffafee6}.group:focus .group-focus\:bg-cyan-200{background-color:#a5f3fc}.group:focus .group-focus\:bg-cyan-200\/0{background-color:#a5f3fc00}.group:focus .group-focus\:bg-cyan-200\/10{background-color:#a5f3fc1a}.group:focus .group-focus\:bg-cyan-200\/20{background-color:#a5f3fc33}.group:focus .group-focus\:bg-cyan-200\/30{background-color:#a5f3fc4d}.group:focus .group-focus\:bg-cyan-200\/40{background-color:#a5f3fc66}.group:focus .group-focus\:bg-cyan-200\/50{background-color:#a5f3fc80}.group:focus .group-focus\:bg-cyan-200\/60{background-color:#a5f3fc99}.group:focus .group-focus\:bg-cyan-200\/70{background-color:#a5f3fcb3}.group:focus .group-focus\:bg-cyan-200\/75{background-color:#a5f3fcbf}.group:focus .group-focus\:bg-cyan-200\/80{background-color:#a5f3fccc}.group:focus .group-focus\:bg-cyan-200\/90{background-color:#a5f3fce6}.group:focus .group-focus\:bg-cyan-300{background-color:#67e8f9}.group:focus .group-focus\:bg-cyan-300\/0{background-color:#67e8f900}.group:focus .group-focus\:bg-cyan-300\/10{background-color:#67e8f91a}.group:focus .group-focus\:bg-cyan-300\/20{background-color:#67e8f933}.group:focus .group-focus\:bg-cyan-300\/30{background-color:#67e8f94d}.group:focus .group-focus\:bg-cyan-300\/40{background-color:#67e8f966}.group:focus .group-focus\:bg-cyan-300\/50{background-color:#67e8f980}.group:focus .group-focus\:bg-cyan-300\/60{background-color:#67e8f999}.group:focus .group-focus\:bg-cyan-300\/70{background-color:#67e8f9b3}.group:focus .group-focus\:bg-cyan-300\/75{background-color:#67e8f9bf}.group:focus .group-focus\:bg-cyan-300\/80{background-color:#67e8f9cc}.group:focus .group-focus\:bg-cyan-300\/90{background-color:#67e8f9e6}.group:focus .group-focus\:bg-cyan-400{background-color:#22d3ee}.group:focus .group-focus\:bg-cyan-400\/0{background-color:#22d3ee00}.group:focus .group-focus\:bg-cyan-400\/10{background-color:#22d3ee1a}.group:focus .group-focus\:bg-cyan-400\/20{background-color:#22d3ee33}.group:focus .group-focus\:bg-cyan-400\/30{background-color:#22d3ee4d}.group:focus .group-focus\:bg-cyan-400\/40{background-color:#22d3ee66}.group:focus .group-focus\:bg-cyan-400\/50{background-color:#22d3ee80}.group:focus .group-focus\:bg-cyan-400\/60{background-color:#22d3ee99}.group:focus .group-focus\:bg-cyan-400\/70{background-color:#22d3eeb3}.group:focus .group-focus\:bg-cyan-400\/75{background-color:#22d3eebf}.group:focus .group-focus\:bg-cyan-400\/80{background-color:#22d3eecc}.group:focus .group-focus\:bg-cyan-400\/90{background-color:#22d3eee6}.group:focus .group-focus\:bg-cyan-500{background-color:#06b6d4}.group:focus .group-focus\:bg-cyan-500\/0{background-color:#06b6d400}.group:focus .group-focus\:bg-cyan-500\/10{background-color:#06b6d41a}.group:focus .group-focus\:bg-cyan-500\/20{background-color:#06b6d433}.group:focus .group-focus\:bg-cyan-500\/30{background-color:#06b6d44d}.group:focus .group-focus\:bg-cyan-500\/40{background-color:#06b6d466}.group:focus .group-focus\:bg-cyan-500\/50{background-color:#06b6d480}.group:focus .group-focus\:bg-cyan-500\/60{background-color:#06b6d499}.group:focus .group-focus\:bg-cyan-500\/70{background-color:#06b6d4b3}.group:focus .group-focus\:bg-cyan-500\/75{background-color:#06b6d4bf}.group:focus .group-focus\:bg-cyan-500\/80{background-color:#06b6d4cc}.group:focus .group-focus\:bg-cyan-500\/90{background-color:#06b6d4e6}.group:focus .group-focus\:bg-cyan-600{background-color:#0891b2}.group:focus .group-focus\:bg-cyan-600\/0{background-color:#0891b200}.group:focus .group-focus\:bg-cyan-600\/10{background-color:#0891b21a}.group:focus .group-focus\:bg-cyan-600\/20{background-color:#0891b233}.group:focus .group-focus\:bg-cyan-600\/30{background-color:#0891b24d}.group:focus .group-focus\:bg-cyan-600\/40{background-color:#0891b266}.group:focus .group-focus\:bg-cyan-600\/50{background-color:#0891b280}.group:focus .group-focus\:bg-cyan-600\/60{background-color:#0891b299}.group:focus .group-focus\:bg-cyan-600\/70{background-color:#0891b2b3}.group:focus .group-focus\:bg-cyan-600\/75{background-color:#0891b2bf}.group:focus .group-focus\:bg-cyan-600\/80{background-color:#0891b2cc}.group:focus .group-focus\:bg-cyan-600\/90{background-color:#0891b2e6}.group:focus .group-focus\:bg-cyan-700{background-color:#0e7490}.group:focus .group-focus\:bg-cyan-700\/0{background-color:#0e749000}.group:focus .group-focus\:bg-cyan-700\/10{background-color:#0e74901a}.group:focus .group-focus\:bg-cyan-700\/20{background-color:#0e749033}.group:focus .group-focus\:bg-cyan-700\/30{background-color:#0e74904d}.group:focus .group-focus\:bg-cyan-700\/40{background-color:#0e749066}.group:focus .group-focus\:bg-cyan-700\/50{background-color:#0e749080}.group:focus .group-focus\:bg-cyan-700\/60{background-color:#0e749099}.group:focus .group-focus\:bg-cyan-700\/70{background-color:#0e7490b3}.group:focus .group-focus\:bg-cyan-700\/75{background-color:#0e7490bf}.group:focus .group-focus\:bg-cyan-700\/80{background-color:#0e7490cc}.group:focus .group-focus\:bg-cyan-700\/90{background-color:#0e7490e6}.group:focus .group-focus\:bg-cyan-800{background-color:#155e75}.group:focus .group-focus\:bg-cyan-800\/0{background-color:#155e7500}.group:focus .group-focus\:bg-cyan-800\/10{background-color:#155e751a}.group:focus .group-focus\:bg-cyan-800\/20{background-color:#155e7533}.group:focus .group-focus\:bg-cyan-800\/30{background-color:#155e754d}.group:focus .group-focus\:bg-cyan-800\/40{background-color:#155e7566}.group:focus .group-focus\:bg-cyan-800\/50{background-color:#155e7580}.group:focus .group-focus\:bg-cyan-800\/60{background-color:#155e7599}.group:focus .group-focus\:bg-cyan-800\/70{background-color:#155e75b3}.group:focus .group-focus\:bg-cyan-800\/75{background-color:#155e75bf}.group:focus .group-focus\:bg-cyan-800\/80{background-color:#155e75cc}.group:focus .group-focus\:bg-cyan-800\/90{background-color:#155e75e6}.group:focus .group-focus\:bg-cyan-900{background-color:#164e63}.group:focus .group-focus\:bg-cyan-900\/0{background-color:#164e6300}.group:focus .group-focus\:bg-cyan-900\/10{background-color:#164e631a}.group:focus .group-focus\:bg-cyan-900\/20{background-color:#164e6333}.group:focus .group-focus\:bg-cyan-900\/30{background-color:#164e634d}.group:focus .group-focus\:bg-cyan-900\/40{background-color:#164e6366}.group:focus .group-focus\:bg-cyan-900\/50{background-color:#164e6380}.group:focus .group-focus\:bg-cyan-900\/60{background-color:#164e6399}.group:focus .group-focus\:bg-cyan-900\/70{background-color:#164e63b3}.group:focus .group-focus\:bg-cyan-900\/75{background-color:#164e63bf}.group:focus .group-focus\:bg-cyan-900\/80{background-color:#164e63cc}.group:focus .group-focus\:bg-cyan-900\/90{background-color:#164e63e6}.group:focus .group-focus\:bg-cyan-950{background-color:#083344}.group:focus .group-focus\:bg-cyan-950\/0{background-color:#08334400}.group:focus .group-focus\:bg-cyan-950\/10{background-color:#0833441a}.group:focus .group-focus\:bg-cyan-950\/20{background-color:#08334433}.group:focus .group-focus\:bg-cyan-950\/30{background-color:#0833444d}.group:focus .group-focus\:bg-cyan-950\/40{background-color:#08334466}.group:focus .group-focus\:bg-cyan-950\/50{background-color:#08334480}.group:focus .group-focus\:bg-cyan-950\/60{background-color:#08334499}.group:focus .group-focus\:bg-cyan-950\/70{background-color:#083344b3}.group:focus .group-focus\:bg-cyan-950\/75{background-color:#083344bf}.group:focus .group-focus\:bg-cyan-950\/80{background-color:#083344cc}.group:focus .group-focus\:bg-cyan-950\/90{background-color:#083344e6}.group:focus .group-focus\:bg-sky-50{background-color:#f0f9ff}.group:focus .group-focus\:bg-sky-50\/0{background-color:#f0f9ff00}.group:focus .group-focus\:bg-sky-50\/10{background-color:#f0f9ff1a}.group:focus .group-focus\:bg-sky-50\/20{background-color:#f0f9ff33}.group:focus .group-focus\:bg-sky-50\/30{background-color:#f0f9ff4d}.group:focus .group-focus\:bg-sky-50\/40{background-color:#f0f9ff66}.group:focus .group-focus\:bg-sky-50\/50{background-color:#f0f9ff80}.group:focus .group-focus\:bg-sky-50\/60{background-color:#f0f9ff99}.group:focus .group-focus\:bg-sky-50\/70{background-color:#f0f9ffb3}.group:focus .group-focus\:bg-sky-50\/75{background-color:#f0f9ffbf}.group:focus .group-focus\:bg-sky-50\/80{background-color:#f0f9ffcc}.group:focus .group-focus\:bg-sky-50\/90{background-color:#f0f9ffe6}.group:focus .group-focus\:bg-sky-100{background-color:#e0f2fe}.group:focus .group-focus\:bg-sky-100\/0{background-color:#e0f2fe00}.group:focus .group-focus\:bg-sky-100\/10{background-color:#e0f2fe1a}.group:focus .group-focus\:bg-sky-100\/20{background-color:#e0f2fe33}.group:focus .group-focus\:bg-sky-100\/30{background-color:#e0f2fe4d}.group:focus .group-focus\:bg-sky-100\/40{background-color:#e0f2fe66}.group:focus .group-focus\:bg-sky-100\/50{background-color:#e0f2fe80}.group:focus .group-focus\:bg-sky-100\/60{background-color:#e0f2fe99}.group:focus .group-focus\:bg-sky-100\/70{background-color:#e0f2feb3}.group:focus .group-focus\:bg-sky-100\/75{background-color:#e0f2febf}.group:focus .group-focus\:bg-sky-100\/80{background-color:#e0f2fecc}.group:focus .group-focus\:bg-sky-100\/90{background-color:#e0f2fee6}.group:focus .group-focus\:bg-sky-200{background-color:#bae6fd}.group:focus .group-focus\:bg-sky-200\/0{background-color:#bae6fd00}.group:focus .group-focus\:bg-sky-200\/10{background-color:#bae6fd1a}.group:focus .group-focus\:bg-sky-200\/20{background-color:#bae6fd33}.group:focus .group-focus\:bg-sky-200\/30{background-color:#bae6fd4d}.group:focus .group-focus\:bg-sky-200\/40{background-color:#bae6fd66}.group:focus .group-focus\:bg-sky-200\/50{background-color:#bae6fd80}.group:focus .group-focus\:bg-sky-200\/60{background-color:#bae6fd99}.group:focus .group-focus\:bg-sky-200\/70{background-color:#bae6fdb3}.group:focus .group-focus\:bg-sky-200\/75{background-color:#bae6fdbf}.group:focus .group-focus\:bg-sky-200\/80{background-color:#bae6fdcc}.group:focus .group-focus\:bg-sky-200\/90{background-color:#bae6fde6}.group:focus .group-focus\:bg-sky-300{background-color:#7dd3fc}.group:focus .group-focus\:bg-sky-300\/0{background-color:#7dd3fc00}.group:focus .group-focus\:bg-sky-300\/10{background-color:#7dd3fc1a}.group:focus .group-focus\:bg-sky-300\/20{background-color:#7dd3fc33}.group:focus .group-focus\:bg-sky-300\/30{background-color:#7dd3fc4d}.group:focus .group-focus\:bg-sky-300\/40{background-color:#7dd3fc66}.group:focus .group-focus\:bg-sky-300\/50{background-color:#7dd3fc80}.group:focus .group-focus\:bg-sky-300\/60{background-color:#7dd3fc99}.group:focus .group-focus\:bg-sky-300\/70{background-color:#7dd3fcb3}.group:focus .group-focus\:bg-sky-300\/75{background-color:#7dd3fcbf}.group:focus .group-focus\:bg-sky-300\/80{background-color:#7dd3fccc}.group:focus .group-focus\:bg-sky-300\/90{background-color:#7dd3fce6}.group:focus .group-focus\:bg-sky-400{background-color:#38bdf8}.group:focus .group-focus\:bg-sky-400\/0{background-color:#38bdf800}.group:focus .group-focus\:bg-sky-400\/10{background-color:#38bdf81a}.group:focus .group-focus\:bg-sky-400\/20{background-color:#38bdf833}.group:focus .group-focus\:bg-sky-400\/30{background-color:#38bdf84d}.group:focus .group-focus\:bg-sky-400\/40{background-color:#38bdf866}.group:focus .group-focus\:bg-sky-400\/50{background-color:#38bdf880}.group:focus .group-focus\:bg-sky-400\/60{background-color:#38bdf899}.group:focus .group-focus\:bg-sky-400\/70{background-color:#38bdf8b3}.group:focus .group-focus\:bg-sky-400\/75{background-color:#38bdf8bf}.group:focus .group-focus\:bg-sky-400\/80{background-color:#38bdf8cc}.group:focus .group-focus\:bg-sky-400\/90{background-color:#38bdf8e6}.group:focus .group-focus\:bg-sky-500{background-color:#0ea5e9}.group:focus .group-focus\:bg-sky-500\/0{background-color:#0ea5e900}.group:focus .group-focus\:bg-sky-500\/10{background-color:#0ea5e91a}.group:focus .group-focus\:bg-sky-500\/20{background-color:#0ea5e933}.group:focus .group-focus\:bg-sky-500\/30{background-color:#0ea5e94d}.group:focus .group-focus\:bg-sky-500\/40{background-color:#0ea5e966}.group:focus .group-focus\:bg-sky-500\/50{background-color:#0ea5e980}.group:focus .group-focus\:bg-sky-500\/60{background-color:#0ea5e999}.group:focus .group-focus\:bg-sky-500\/70{background-color:#0ea5e9b3}.group:focus .group-focus\:bg-sky-500\/75{background-color:#0ea5e9bf}.group:focus .group-focus\:bg-sky-500\/80{background-color:#0ea5e9cc}.group:focus .group-focus\:bg-sky-500\/90{background-color:#0ea5e9e6}.group:focus .group-focus\:bg-sky-600{background-color:#0284c7}.group:focus .group-focus\:bg-sky-600\/0{background-color:#0284c700}.group:focus .group-focus\:bg-sky-600\/10{background-color:#0284c71a}.group:focus .group-focus\:bg-sky-600\/20{background-color:#0284c733}.group:focus .group-focus\:bg-sky-600\/30{background-color:#0284c74d}.group:focus .group-focus\:bg-sky-600\/40{background-color:#0284c766}.group:focus .group-focus\:bg-sky-600\/50{background-color:#0284c780}.group:focus .group-focus\:bg-sky-600\/60{background-color:#0284c799}.group:focus .group-focus\:bg-sky-600\/70{background-color:#0284c7b3}.group:focus .group-focus\:bg-sky-600\/75{background-color:#0284c7bf}.group:focus .group-focus\:bg-sky-600\/80{background-color:#0284c7cc}.group:focus .group-focus\:bg-sky-600\/90{background-color:#0284c7e6}.group:focus .group-focus\:bg-sky-700{background-color:#0369a1}.group:focus .group-focus\:bg-sky-700\/0{background-color:#0369a100}.group:focus .group-focus\:bg-sky-700\/10{background-color:#0369a11a}.group:focus .group-focus\:bg-sky-700\/20{background-color:#0369a133}.group:focus .group-focus\:bg-sky-700\/30{background-color:#0369a14d}.group:focus .group-focus\:bg-sky-700\/40{background-color:#0369a166}.group:focus .group-focus\:bg-sky-700\/50{background-color:#0369a180}.group:focus .group-focus\:bg-sky-700\/60{background-color:#0369a199}.group:focus .group-focus\:bg-sky-700\/70{background-color:#0369a1b3}.group:focus .group-focus\:bg-sky-700\/75{background-color:#0369a1bf}.group:focus .group-focus\:bg-sky-700\/80{background-color:#0369a1cc}.group:focus .group-focus\:bg-sky-700\/90{background-color:#0369a1e6}.group:focus .group-focus\:bg-sky-800{background-color:#075985}.group:focus .group-focus\:bg-sky-800\/0{background-color:#07598500}.group:focus .group-focus\:bg-sky-800\/10{background-color:#0759851a}.group:focus .group-focus\:bg-sky-800\/20{background-color:#07598533}.group:focus .group-focus\:bg-sky-800\/30{background-color:#0759854d}.group:focus .group-focus\:bg-sky-800\/40{background-color:#07598566}.group:focus .group-focus\:bg-sky-800\/50{background-color:#07598580}.group:focus .group-focus\:bg-sky-800\/60{background-color:#07598599}.group:focus .group-focus\:bg-sky-800\/70{background-color:#075985b3}.group:focus .group-focus\:bg-sky-800\/75{background-color:#075985bf}.group:focus .group-focus\:bg-sky-800\/80{background-color:#075985cc}.group:focus .group-focus\:bg-sky-800\/90{background-color:#075985e6}.group:focus .group-focus\:bg-sky-900{background-color:#0c4a6e}.group:focus .group-focus\:bg-sky-900\/0{background-color:#0c4a6e00}.group:focus .group-focus\:bg-sky-900\/10{background-color:#0c4a6e1a}.group:focus .group-focus\:bg-sky-900\/20{background-color:#0c4a6e33}.group:focus .group-focus\:bg-sky-900\/30{background-color:#0c4a6e4d}.group:focus .group-focus\:bg-sky-900\/40{background-color:#0c4a6e66}.group:focus .group-focus\:bg-sky-900\/50{background-color:#0c4a6e80}.group:focus .group-focus\:bg-sky-900\/60{background-color:#0c4a6e99}.group:focus .group-focus\:bg-sky-900\/70{background-color:#0c4a6eb3}.group:focus .group-focus\:bg-sky-900\/75{background-color:#0c4a6ebf}.group:focus .group-focus\:bg-sky-900\/80{background-color:#0c4a6ecc}.group:focus .group-focus\:bg-sky-900\/90{background-color:#0c4a6ee6}.group:focus .group-focus\:bg-sky-950{background-color:#082f49}.group:focus .group-focus\:bg-sky-950\/0{background-color:#082f4900}.group:focus .group-focus\:bg-sky-950\/10{background-color:#082f491a}.group:focus .group-focus\:bg-sky-950\/20{background-color:#082f4933}.group:focus .group-focus\:bg-sky-950\/30{background-color:#082f494d}.group:focus .group-focus\:bg-sky-950\/40{background-color:#082f4966}.group:focus .group-focus\:bg-sky-950\/50{background-color:#082f4980}.group:focus .group-focus\:bg-sky-950\/60{background-color:#082f4999}.group:focus .group-focus\:bg-sky-950\/70{background-color:#082f49b3}.group:focus .group-focus\:bg-sky-950\/75{background-color:#082f49bf}.group:focus .group-focus\:bg-sky-950\/80{background-color:#082f49cc}.group:focus .group-focus\:bg-sky-950\/90{background-color:#082f49e6}.group:focus .group-focus\:bg-blue-50{background-color:#eff6ff}.group:focus .group-focus\:bg-blue-50\/0{background-color:#eff6ff00}.group:focus .group-focus\:bg-blue-50\/10{background-color:#eff6ff1a}.group:focus .group-focus\:bg-blue-50\/20{background-color:#eff6ff33}.group:focus .group-focus\:bg-blue-50\/30{background-color:#eff6ff4d}.group:focus .group-focus\:bg-blue-50\/40{background-color:#eff6ff66}.group:focus .group-focus\:bg-blue-50\/50{background-color:#eff6ff80}.group:focus .group-focus\:bg-blue-50\/60{background-color:#eff6ff99}.group:focus .group-focus\:bg-blue-50\/70{background-color:#eff6ffb3}.group:focus .group-focus\:bg-blue-50\/75{background-color:#eff6ffbf}.group:focus .group-focus\:bg-blue-50\/80{background-color:#eff6ffcc}.group:focus .group-focus\:bg-blue-50\/90{background-color:#eff6ffe6}.group:focus .group-focus\:bg-blue-100{background-color:#dbeafe}.group:focus .group-focus\:bg-blue-100\/0{background-color:#dbeafe00}.group:focus .group-focus\:bg-blue-100\/10{background-color:#dbeafe1a}.group:focus .group-focus\:bg-blue-100\/20{background-color:#dbeafe33}.group:focus .group-focus\:bg-blue-100\/30{background-color:#dbeafe4d}.group:focus .group-focus\:bg-blue-100\/40{background-color:#dbeafe66}.group:focus .group-focus\:bg-blue-100\/50{background-color:#dbeafe80}.group:focus .group-focus\:bg-blue-100\/60{background-color:#dbeafe99}.group:focus .group-focus\:bg-blue-100\/70{background-color:#dbeafeb3}.group:focus .group-focus\:bg-blue-100\/75{background-color:#dbeafebf}.group:focus .group-focus\:bg-blue-100\/80{background-color:#dbeafecc}.group:focus .group-focus\:bg-blue-100\/90{background-color:#dbeafee6}.group:focus .group-focus\:bg-blue-200{background-color:#bfdbfe}.group:focus .group-focus\:bg-blue-200\/0{background-color:#bfdbfe00}.group:focus .group-focus\:bg-blue-200\/10{background-color:#bfdbfe1a}.group:focus .group-focus\:bg-blue-200\/20{background-color:#bfdbfe33}.group:focus .group-focus\:bg-blue-200\/30{background-color:#bfdbfe4d}.group:focus .group-focus\:bg-blue-200\/40{background-color:#bfdbfe66}.group:focus .group-focus\:bg-blue-200\/50{background-color:#bfdbfe80}.group:focus .group-focus\:bg-blue-200\/60{background-color:#bfdbfe99}.group:focus .group-focus\:bg-blue-200\/70{background-color:#bfdbfeb3}.group:focus .group-focus\:bg-blue-200\/75{background-color:#bfdbfebf}.group:focus .group-focus\:bg-blue-200\/80{background-color:#bfdbfecc}.group:focus .group-focus\:bg-blue-200\/90{background-color:#bfdbfee6}.group:focus .group-focus\:bg-blue-300{background-color:#93c5fd}.group:focus .group-focus\:bg-blue-300\/0{background-color:#93c5fd00}.group:focus .group-focus\:bg-blue-300\/10{background-color:#93c5fd1a}.group:focus .group-focus\:bg-blue-300\/20{background-color:#93c5fd33}.group:focus .group-focus\:bg-blue-300\/30{background-color:#93c5fd4d}.group:focus .group-focus\:bg-blue-300\/40{background-color:#93c5fd66}.group:focus .group-focus\:bg-blue-300\/50{background-color:#93c5fd80}.group:focus .group-focus\:bg-blue-300\/60{background-color:#93c5fd99}.group:focus .group-focus\:bg-blue-300\/70{background-color:#93c5fdb3}.group:focus .group-focus\:bg-blue-300\/75{background-color:#93c5fdbf}.group:focus .group-focus\:bg-blue-300\/80{background-color:#93c5fdcc}.group:focus .group-focus\:bg-blue-300\/90{background-color:#93c5fde6}.group:focus .group-focus\:bg-blue-400{background-color:#60a5fa}.group:focus .group-focus\:bg-blue-400\/0{background-color:#60a5fa00}.group:focus .group-focus\:bg-blue-400\/10{background-color:#60a5fa1a}.group:focus .group-focus\:bg-blue-400\/20{background-color:#60a5fa33}.group:focus .group-focus\:bg-blue-400\/30{background-color:#60a5fa4d}.group:focus .group-focus\:bg-blue-400\/40{background-color:#60a5fa66}.group:focus .group-focus\:bg-blue-400\/50{background-color:#60a5fa80}.group:focus .group-focus\:bg-blue-400\/60{background-color:#60a5fa99}.group:focus .group-focus\:bg-blue-400\/70{background-color:#60a5fab3}.group:focus .group-focus\:bg-blue-400\/75{background-color:#60a5fabf}.group:focus .group-focus\:bg-blue-400\/80{background-color:#60a5facc}.group:focus .group-focus\:bg-blue-400\/90{background-color:#60a5fae6}.group:focus .group-focus\:bg-blue-500{background-color:#3b82f6}.group:focus .group-focus\:bg-blue-500\/0{background-color:#3b82f600}.group:focus .group-focus\:bg-blue-500\/10{background-color:#3b82f61a}.group:focus .group-focus\:bg-blue-500\/20{background-color:#3b82f633}.group:focus .group-focus\:bg-blue-500\/30{background-color:#3b82f64d}.group:focus .group-focus\:bg-blue-500\/40{background-color:#3b82f666}.group:focus .group-focus\:bg-blue-500\/50{background-color:#3b82f680}.group:focus .group-focus\:bg-blue-500\/60{background-color:#3b82f699}.group:focus .group-focus\:bg-blue-500\/70{background-color:#3b82f6b3}.group:focus .group-focus\:bg-blue-500\/75{background-color:#3b82f6bf}.group:focus .group-focus\:bg-blue-500\/80{background-color:#3b82f6cc}.group:focus .group-focus\:bg-blue-500\/90{background-color:#3b82f6e6}.group:focus .group-focus\:bg-blue-600{background-color:#2563eb}.group:focus .group-focus\:bg-blue-600\/0{background-color:#2563eb00}.group:focus .group-focus\:bg-blue-600\/10{background-color:#2563eb1a}.group:focus .group-focus\:bg-blue-600\/20{background-color:#2563eb33}.group:focus .group-focus\:bg-blue-600\/30{background-color:#2563eb4d}.group:focus .group-focus\:bg-blue-600\/40{background-color:#2563eb66}.group:focus .group-focus\:bg-blue-600\/50{background-color:#2563eb80}.group:focus .group-focus\:bg-blue-600\/60{background-color:#2563eb99}.group:focus .group-focus\:bg-blue-600\/70{background-color:#2563ebb3}.group:focus .group-focus\:bg-blue-600\/75{background-color:#2563ebbf}.group:focus .group-focus\:bg-blue-600\/80{background-color:#2563ebcc}.group:focus .group-focus\:bg-blue-600\/90{background-color:#2563ebe6}.group:focus .group-focus\:bg-blue-700{background-color:#1d4ed8}.group:focus .group-focus\:bg-blue-700\/0{background-color:#1d4ed800}.group:focus .group-focus\:bg-blue-700\/10{background-color:#1d4ed81a}.group:focus .group-focus\:bg-blue-700\/20{background-color:#1d4ed833}.group:focus .group-focus\:bg-blue-700\/30{background-color:#1d4ed84d}.group:focus .group-focus\:bg-blue-700\/40{background-color:#1d4ed866}.group:focus .group-focus\:bg-blue-700\/50{background-color:#1d4ed880}.group:focus .group-focus\:bg-blue-700\/60{background-color:#1d4ed899}.group:focus .group-focus\:bg-blue-700\/70{background-color:#1d4ed8b3}.group:focus .group-focus\:bg-blue-700\/75{background-color:#1d4ed8bf}.group:focus .group-focus\:bg-blue-700\/80{background-color:#1d4ed8cc}.group:focus .group-focus\:bg-blue-700\/90{background-color:#1d4ed8e6}.group:focus .group-focus\:bg-blue-800{background-color:#1e40af}.group:focus .group-focus\:bg-blue-800\/0{background-color:#1e40af00}.group:focus .group-focus\:bg-blue-800\/10{background-color:#1e40af1a}.group:focus .group-focus\:bg-blue-800\/20{background-color:#1e40af33}.group:focus .group-focus\:bg-blue-800\/30{background-color:#1e40af4d}.group:focus .group-focus\:bg-blue-800\/40{background-color:#1e40af66}.group:focus .group-focus\:bg-blue-800\/50{background-color:#1e40af80}.group:focus .group-focus\:bg-blue-800\/60{background-color:#1e40af99}.group:focus .group-focus\:bg-blue-800\/70{background-color:#1e40afb3}.group:focus .group-focus\:bg-blue-800\/75{background-color:#1e40afbf}.group:focus .group-focus\:bg-blue-800\/80{background-color:#1e40afcc}.group:focus .group-focus\:bg-blue-800\/90{background-color:#1e40afe6}.group:focus .group-focus\:bg-blue-900{background-color:#1e3a8a}.group:focus .group-focus\:bg-blue-900\/0{background-color:#1e3a8a00}.group:focus .group-focus\:bg-blue-900\/10{background-color:#1e3a8a1a}.group:focus .group-focus\:bg-blue-900\/20{background-color:#1e3a8a33}.group:focus .group-focus\:bg-blue-900\/30{background-color:#1e3a8a4d}.group:focus .group-focus\:bg-blue-900\/40{background-color:#1e3a8a66}.group:focus .group-focus\:bg-blue-900\/50{background-color:#1e3a8a80}.group:focus .group-focus\:bg-blue-900\/60{background-color:#1e3a8a99}.group:focus .group-focus\:bg-blue-900\/70{background-color:#1e3a8ab3}.group:focus .group-focus\:bg-blue-900\/75{background-color:#1e3a8abf}.group:focus .group-focus\:bg-blue-900\/80{background-color:#1e3a8acc}.group:focus .group-focus\:bg-blue-900\/90{background-color:#1e3a8ae6}.group:focus .group-focus\:bg-blue-950{background-color:#172554}.group:focus .group-focus\:bg-blue-950\/0{background-color:#17255400}.group:focus .group-focus\:bg-blue-950\/10{background-color:#1725541a}.group:focus .group-focus\:bg-blue-950\/20{background-color:#17255433}.group:focus .group-focus\:bg-blue-950\/30{background-color:#1725544d}.group:focus .group-focus\:bg-blue-950\/40{background-color:#17255466}.group:focus .group-focus\:bg-blue-950\/50{background-color:#17255480}.group:focus .group-focus\:bg-blue-950\/60{background-color:#17255499}.group:focus .group-focus\:bg-blue-950\/70{background-color:#172554b3}.group:focus .group-focus\:bg-blue-950\/75{background-color:#172554bf}.group:focus .group-focus\:bg-blue-950\/80{background-color:#172554cc}.group:focus .group-focus\:bg-blue-950\/90{background-color:#172554e6}.group:focus .group-focus\:bg-indigo-50{background-color:#eef2ff}.group:focus .group-focus\:bg-indigo-50\/0{background-color:#eef2ff00}.group:focus .group-focus\:bg-indigo-50\/10{background-color:#eef2ff1a}.group:focus .group-focus\:bg-indigo-50\/20{background-color:#eef2ff33}.group:focus .group-focus\:bg-indigo-50\/30{background-color:#eef2ff4d}.group:focus .group-focus\:bg-indigo-50\/40{background-color:#eef2ff66}.group:focus .group-focus\:bg-indigo-50\/50{background-color:#eef2ff80}.group:focus .group-focus\:bg-indigo-50\/60{background-color:#eef2ff99}.group:focus .group-focus\:bg-indigo-50\/70{background-color:#eef2ffb3}.group:focus .group-focus\:bg-indigo-50\/75{background-color:#eef2ffbf}.group:focus .group-focus\:bg-indigo-50\/80{background-color:#eef2ffcc}.group:focus .group-focus\:bg-indigo-50\/90{background-color:#eef2ffe6}.group:focus .group-focus\:bg-indigo-100{background-color:#e0e7ff}.group:focus .group-focus\:bg-indigo-100\/0{background-color:#e0e7ff00}.group:focus .group-focus\:bg-indigo-100\/10{background-color:#e0e7ff1a}.group:focus .group-focus\:bg-indigo-100\/20{background-color:#e0e7ff33}.group:focus .group-focus\:bg-indigo-100\/30{background-color:#e0e7ff4d}.group:focus .group-focus\:bg-indigo-100\/40{background-color:#e0e7ff66}.group:focus .group-focus\:bg-indigo-100\/50{background-color:#e0e7ff80}.group:focus .group-focus\:bg-indigo-100\/60{background-color:#e0e7ff99}.group:focus .group-focus\:bg-indigo-100\/70{background-color:#e0e7ffb3}.group:focus .group-focus\:bg-indigo-100\/75{background-color:#e0e7ffbf}.group:focus .group-focus\:bg-indigo-100\/80{background-color:#e0e7ffcc}.group:focus .group-focus\:bg-indigo-100\/90{background-color:#e0e7ffe6}.group:focus .group-focus\:bg-indigo-200{background-color:#c7d2fe}.group:focus .group-focus\:bg-indigo-200\/0{background-color:#c7d2fe00}.group:focus .group-focus\:bg-indigo-200\/10{background-color:#c7d2fe1a}.group:focus .group-focus\:bg-indigo-200\/20{background-color:#c7d2fe33}.group:focus .group-focus\:bg-indigo-200\/30{background-color:#c7d2fe4d}.group:focus .group-focus\:bg-indigo-200\/40{background-color:#c7d2fe66}.group:focus .group-focus\:bg-indigo-200\/50{background-color:#c7d2fe80}.group:focus .group-focus\:bg-indigo-200\/60{background-color:#c7d2fe99}.group:focus .group-focus\:bg-indigo-200\/70{background-color:#c7d2feb3}.group:focus .group-focus\:bg-indigo-200\/75{background-color:#c7d2febf}.group:focus .group-focus\:bg-indigo-200\/80{background-color:#c7d2fecc}.group:focus .group-focus\:bg-indigo-200\/90{background-color:#c7d2fee6}.group:focus .group-focus\:bg-indigo-300{background-color:#a5b4fc}.group:focus .group-focus\:bg-indigo-300\/0{background-color:#a5b4fc00}.group:focus .group-focus\:bg-indigo-300\/10{background-color:#a5b4fc1a}.group:focus .group-focus\:bg-indigo-300\/20{background-color:#a5b4fc33}.group:focus .group-focus\:bg-indigo-300\/30{background-color:#a5b4fc4d}.group:focus .group-focus\:bg-indigo-300\/40{background-color:#a5b4fc66}.group:focus .group-focus\:bg-indigo-300\/50{background-color:#a5b4fc80}.group:focus .group-focus\:bg-indigo-300\/60{background-color:#a5b4fc99}.group:focus .group-focus\:bg-indigo-300\/70{background-color:#a5b4fcb3}.group:focus .group-focus\:bg-indigo-300\/75{background-color:#a5b4fcbf}.group:focus .group-focus\:bg-indigo-300\/80{background-color:#a5b4fccc}.group:focus .group-focus\:bg-indigo-300\/90{background-color:#a5b4fce6}.group:focus .group-focus\:bg-indigo-400{background-color:#818cf8}.group:focus .group-focus\:bg-indigo-400\/0{background-color:#818cf800}.group:focus .group-focus\:bg-indigo-400\/10{background-color:#818cf81a}.group:focus .group-focus\:bg-indigo-400\/20{background-color:#818cf833}.group:focus .group-focus\:bg-indigo-400\/30{background-color:#818cf84d}.group:focus .group-focus\:bg-indigo-400\/40{background-color:#818cf866}.group:focus .group-focus\:bg-indigo-400\/50{background-color:#818cf880}.group:focus .group-focus\:bg-indigo-400\/60{background-color:#818cf899}.group:focus .group-focus\:bg-indigo-400\/70{background-color:#818cf8b3}.group:focus .group-focus\:bg-indigo-400\/75{background-color:#818cf8bf}.group:focus .group-focus\:bg-indigo-400\/80{background-color:#818cf8cc}.group:focus .group-focus\:bg-indigo-400\/90{background-color:#818cf8e6}.group:focus .group-focus\:bg-indigo-500{background-color:#6366f1}.group:focus .group-focus\:bg-indigo-500\/0{background-color:#6366f100}.group:focus .group-focus\:bg-indigo-500\/10{background-color:#6366f11a}.group:focus .group-focus\:bg-indigo-500\/20{background-color:#6366f133}.group:focus .group-focus\:bg-indigo-500\/30{background-color:#6366f14d}.group:focus .group-focus\:bg-indigo-500\/40{background-color:#6366f166}.group:focus .group-focus\:bg-indigo-500\/50{background-color:#6366f180}.group:focus .group-focus\:bg-indigo-500\/60{background-color:#6366f199}.group:focus .group-focus\:bg-indigo-500\/70{background-color:#6366f1b3}.group:focus .group-focus\:bg-indigo-500\/75{background-color:#6366f1bf}.group:focus .group-focus\:bg-indigo-500\/80{background-color:#6366f1cc}.group:focus .group-focus\:bg-indigo-500\/90{background-color:#6366f1e6}.group:focus .group-focus\:bg-indigo-600{background-color:#4f46e5}.group:focus .group-focus\:bg-indigo-600\/0{background-color:#4f46e500}.group:focus .group-focus\:bg-indigo-600\/10{background-color:#4f46e51a}.group:focus .group-focus\:bg-indigo-600\/20{background-color:#4f46e533}.group:focus .group-focus\:bg-indigo-600\/30{background-color:#4f46e54d}.group:focus .group-focus\:bg-indigo-600\/40{background-color:#4f46e566}.group:focus .group-focus\:bg-indigo-600\/50{background-color:#4f46e580}.group:focus .group-focus\:bg-indigo-600\/60{background-color:#4f46e599}.group:focus .group-focus\:bg-indigo-600\/70{background-color:#4f46e5b3}.group:focus .group-focus\:bg-indigo-600\/75{background-color:#4f46e5bf}.group:focus .group-focus\:bg-indigo-600\/80{background-color:#4f46e5cc}.group:focus .group-focus\:bg-indigo-600\/90{background-color:#4f46e5e6}.group:focus .group-focus\:bg-indigo-700{background-color:#4338ca}.group:focus .group-focus\:bg-indigo-700\/0{background-color:#4338ca00}.group:focus .group-focus\:bg-indigo-700\/10{background-color:#4338ca1a}.group:focus .group-focus\:bg-indigo-700\/20{background-color:#4338ca33}.group:focus .group-focus\:bg-indigo-700\/30{background-color:#4338ca4d}.group:focus .group-focus\:bg-indigo-700\/40{background-color:#4338ca66}.group:focus .group-focus\:bg-indigo-700\/50{background-color:#4338ca80}.group:focus .group-focus\:bg-indigo-700\/60{background-color:#4338ca99}.group:focus .group-focus\:bg-indigo-700\/70{background-color:#4338cab3}.group:focus .group-focus\:bg-indigo-700\/75{background-color:#4338cabf}.group:focus .group-focus\:bg-indigo-700\/80{background-color:#4338cacc}.group:focus .group-focus\:bg-indigo-700\/90{background-color:#4338cae6}.group:focus .group-focus\:bg-indigo-800{background-color:#3730a3}.group:focus .group-focus\:bg-indigo-800\/0{background-color:#3730a300}.group:focus .group-focus\:bg-indigo-800\/10{background-color:#3730a31a}.group:focus .group-focus\:bg-indigo-800\/20{background-color:#3730a333}.group:focus .group-focus\:bg-indigo-800\/30{background-color:#3730a34d}.group:focus .group-focus\:bg-indigo-800\/40{background-color:#3730a366}.group:focus .group-focus\:bg-indigo-800\/50{background-color:#3730a380}.group:focus .group-focus\:bg-indigo-800\/60{background-color:#3730a399}.group:focus .group-focus\:bg-indigo-800\/70{background-color:#3730a3b3}.group:focus .group-focus\:bg-indigo-800\/75{background-color:#3730a3bf}.group:focus .group-focus\:bg-indigo-800\/80{background-color:#3730a3cc}.group:focus .group-focus\:bg-indigo-800\/90{background-color:#3730a3e6}.group:focus .group-focus\:bg-indigo-900{background-color:#312e81}.group:focus .group-focus\:bg-indigo-900\/0{background-color:#312e8100}.group:focus .group-focus\:bg-indigo-900\/10{background-color:#312e811a}.group:focus .group-focus\:bg-indigo-900\/20{background-color:#312e8133}.group:focus .group-focus\:bg-indigo-900\/30{background-color:#312e814d}.group:focus .group-focus\:bg-indigo-900\/40{background-color:#312e8166}.group:focus .group-focus\:bg-indigo-900\/50{background-color:#312e8180}.group:focus .group-focus\:bg-indigo-900\/60{background-color:#312e8199}.group:focus .group-focus\:bg-indigo-900\/70{background-color:#312e81b3}.group:focus .group-focus\:bg-indigo-900\/75{background-color:#312e81bf}.group:focus .group-focus\:bg-indigo-900\/80{background-color:#312e81cc}.group:focus .group-focus\:bg-indigo-900\/90{background-color:#312e81e6}.group:focus .group-focus\:bg-indigo-950{background-color:#1e1b4b}.group:focus .group-focus\:bg-indigo-950\/0{background-color:#1e1b4b00}.group:focus .group-focus\:bg-indigo-950\/10{background-color:#1e1b4b1a}.group:focus .group-focus\:bg-indigo-950\/20{background-color:#1e1b4b33}.group:focus .group-focus\:bg-indigo-950\/30{background-color:#1e1b4b4d}.group:focus .group-focus\:bg-indigo-950\/40{background-color:#1e1b4b66}.group:focus .group-focus\:bg-indigo-950\/50{background-color:#1e1b4b80}.group:focus .group-focus\:bg-indigo-950\/60{background-color:#1e1b4b99}.group:focus .group-focus\:bg-indigo-950\/70{background-color:#1e1b4bb3}.group:focus .group-focus\:bg-indigo-950\/75{background-color:#1e1b4bbf}.group:focus .group-focus\:bg-indigo-950\/80{background-color:#1e1b4bcc}.group:focus .group-focus\:bg-indigo-950\/90{background-color:#1e1b4be6}.group:focus .group-focus\:bg-violet-50{background-color:#f5f3ff}.group:focus .group-focus\:bg-violet-50\/0{background-color:#f5f3ff00}.group:focus .group-focus\:bg-violet-50\/10{background-color:#f5f3ff1a}.group:focus .group-focus\:bg-violet-50\/20{background-color:#f5f3ff33}.group:focus .group-focus\:bg-violet-50\/30{background-color:#f5f3ff4d}.group:focus .group-focus\:bg-violet-50\/40{background-color:#f5f3ff66}.group:focus .group-focus\:bg-violet-50\/50{background-color:#f5f3ff80}.group:focus .group-focus\:bg-violet-50\/60{background-color:#f5f3ff99}.group:focus .group-focus\:bg-violet-50\/70{background-color:#f5f3ffb3}.group:focus .group-focus\:bg-violet-50\/75{background-color:#f5f3ffbf}.group:focus .group-focus\:bg-violet-50\/80{background-color:#f5f3ffcc}.group:focus .group-focus\:bg-violet-50\/90{background-color:#f5f3ffe6}.group:focus .group-focus\:bg-violet-100{background-color:#ede9fe}.group:focus .group-focus\:bg-violet-100\/0{background-color:#ede9fe00}.group:focus .group-focus\:bg-violet-100\/10{background-color:#ede9fe1a}.group:focus .group-focus\:bg-violet-100\/20{background-color:#ede9fe33}.group:focus .group-focus\:bg-violet-100\/30{background-color:#ede9fe4d}.group:focus .group-focus\:bg-violet-100\/40{background-color:#ede9fe66}.group:focus .group-focus\:bg-violet-100\/50{background-color:#ede9fe80}.group:focus .group-focus\:bg-violet-100\/60{background-color:#ede9fe99}.group:focus .group-focus\:bg-violet-100\/70{background-color:#ede9feb3}.group:focus .group-focus\:bg-violet-100\/75{background-color:#ede9febf}.group:focus .group-focus\:bg-violet-100\/80{background-color:#ede9fecc}.group:focus .group-focus\:bg-violet-100\/90{background-color:#ede9fee6}.group:focus .group-focus\:bg-violet-200{background-color:#ddd6fe}.group:focus .group-focus\:bg-violet-200\/0{background-color:#ddd6fe00}.group:focus .group-focus\:bg-violet-200\/10{background-color:#ddd6fe1a}.group:focus .group-focus\:bg-violet-200\/20{background-color:#ddd6fe33}.group:focus .group-focus\:bg-violet-200\/30{background-color:#ddd6fe4d}.group:focus .group-focus\:bg-violet-200\/40{background-color:#ddd6fe66}.group:focus .group-focus\:bg-violet-200\/50{background-color:#ddd6fe80}.group:focus .group-focus\:bg-violet-200\/60{background-color:#ddd6fe99}.group:focus .group-focus\:bg-violet-200\/70{background-color:#ddd6feb3}.group:focus .group-focus\:bg-violet-200\/75{background-color:#ddd6febf}.group:focus .group-focus\:bg-violet-200\/80{background-color:#ddd6fecc}.group:focus .group-focus\:bg-violet-200\/90{background-color:#ddd6fee6}.group:focus .group-focus\:bg-violet-300{background-color:#c4b5fd}.group:focus .group-focus\:bg-violet-300\/0{background-color:#c4b5fd00}.group:focus .group-focus\:bg-violet-300\/10{background-color:#c4b5fd1a}.group:focus .group-focus\:bg-violet-300\/20{background-color:#c4b5fd33}.group:focus .group-focus\:bg-violet-300\/30{background-color:#c4b5fd4d}.group:focus .group-focus\:bg-violet-300\/40{background-color:#c4b5fd66}.group:focus .group-focus\:bg-violet-300\/50{background-color:#c4b5fd80}.group:focus .group-focus\:bg-violet-300\/60{background-color:#c4b5fd99}.group:focus .group-focus\:bg-violet-300\/70{background-color:#c4b5fdb3}.group:focus .group-focus\:bg-violet-300\/75{background-color:#c4b5fdbf}.group:focus .group-focus\:bg-violet-300\/80{background-color:#c4b5fdcc}.group:focus .group-focus\:bg-violet-300\/90{background-color:#c4b5fde6}.group:focus .group-focus\:bg-violet-400{background-color:#a78bfa}.group:focus .group-focus\:bg-violet-400\/0{background-color:#a78bfa00}.group:focus .group-focus\:bg-violet-400\/10{background-color:#a78bfa1a}.group:focus .group-focus\:bg-violet-400\/20{background-color:#a78bfa33}.group:focus .group-focus\:bg-violet-400\/30{background-color:#a78bfa4d}.group:focus .group-focus\:bg-violet-400\/40{background-color:#a78bfa66}.group:focus .group-focus\:bg-violet-400\/50{background-color:#a78bfa80}.group:focus .group-focus\:bg-violet-400\/60{background-color:#a78bfa99}.group:focus .group-focus\:bg-violet-400\/70{background-color:#a78bfab3}.group:focus .group-focus\:bg-violet-400\/75{background-color:#a78bfabf}.group:focus .group-focus\:bg-violet-400\/80{background-color:#a78bfacc}.group:focus .group-focus\:bg-violet-400\/90{background-color:#a78bfae6}.group:focus .group-focus\:bg-violet-500{background-color:#8b5cf6}.group:focus .group-focus\:bg-violet-500\/0{background-color:#8b5cf600}.group:focus .group-focus\:bg-violet-500\/10{background-color:#8b5cf61a}.group:focus .group-focus\:bg-violet-500\/20{background-color:#8b5cf633}.group:focus .group-focus\:bg-violet-500\/30{background-color:#8b5cf64d}.group:focus .group-focus\:bg-violet-500\/40{background-color:#8b5cf666}.group:focus .group-focus\:bg-violet-500\/50{background-color:#8b5cf680}.group:focus .group-focus\:bg-violet-500\/60{background-color:#8b5cf699}.group:focus .group-focus\:bg-violet-500\/70{background-color:#8b5cf6b3}.group:focus .group-focus\:bg-violet-500\/75{background-color:#8b5cf6bf}.group:focus .group-focus\:bg-violet-500\/80{background-color:#8b5cf6cc}.group:focus .group-focus\:bg-violet-500\/90{background-color:#8b5cf6e6}.group:focus .group-focus\:bg-violet-600{background-color:#7c3aed}.group:focus .group-focus\:bg-violet-600\/0{background-color:#7c3aed00}.group:focus .group-focus\:bg-violet-600\/10{background-color:#7c3aed1a}.group:focus .group-focus\:bg-violet-600\/20{background-color:#7c3aed33}.group:focus .group-focus\:bg-violet-600\/30{background-color:#7c3aed4d}.group:focus .group-focus\:bg-violet-600\/40{background-color:#7c3aed66}.group:focus .group-focus\:bg-violet-600\/50{background-color:#7c3aed80}.group:focus .group-focus\:bg-violet-600\/60{background-color:#7c3aed99}.group:focus .group-focus\:bg-violet-600\/70{background-color:#7c3aedb3}.group:focus .group-focus\:bg-violet-600\/75{background-color:#7c3aedbf}.group:focus .group-focus\:bg-violet-600\/80{background-color:#7c3aedcc}.group:focus .group-focus\:bg-violet-600\/90{background-color:#7c3aede6}.group:focus .group-focus\:bg-violet-700{background-color:#6d28d9}.group:focus .group-focus\:bg-violet-700\/0{background-color:#6d28d900}.group:focus .group-focus\:bg-violet-700\/10{background-color:#6d28d91a}.group:focus .group-focus\:bg-violet-700\/20{background-color:#6d28d933}.group:focus .group-focus\:bg-violet-700\/30{background-color:#6d28d94d}.group:focus .group-focus\:bg-violet-700\/40{background-color:#6d28d966}.group:focus .group-focus\:bg-violet-700\/50{background-color:#6d28d980}.group:focus .group-focus\:bg-violet-700\/60{background-color:#6d28d999}.group:focus .group-focus\:bg-violet-700\/70{background-color:#6d28d9b3}.group:focus .group-focus\:bg-violet-700\/75{background-color:#6d28d9bf}.group:focus .group-focus\:bg-violet-700\/80{background-color:#6d28d9cc}.group:focus .group-focus\:bg-violet-700\/90{background-color:#6d28d9e6}.group:focus .group-focus\:bg-violet-800{background-color:#5b21b6}.group:focus .group-focus\:bg-violet-800\/0{background-color:#5b21b600}.group:focus .group-focus\:bg-violet-800\/10{background-color:#5b21b61a}.group:focus .group-focus\:bg-violet-800\/20{background-color:#5b21b633}.group:focus .group-focus\:bg-violet-800\/30{background-color:#5b21b64d}.group:focus .group-focus\:bg-violet-800\/40{background-color:#5b21b666}.group:focus .group-focus\:bg-violet-800\/50{background-color:#5b21b680}.group:focus .group-focus\:bg-violet-800\/60{background-color:#5b21b699}.group:focus .group-focus\:bg-violet-800\/70{background-color:#5b21b6b3}.group:focus .group-focus\:bg-violet-800\/75{background-color:#5b21b6bf}.group:focus .group-focus\:bg-violet-800\/80{background-color:#5b21b6cc}.group:focus .group-focus\:bg-violet-800\/90{background-color:#5b21b6e6}.group:focus .group-focus\:bg-violet-900{background-color:#4c1d95}.group:focus .group-focus\:bg-violet-900\/0{background-color:#4c1d9500}.group:focus .group-focus\:bg-violet-900\/10{background-color:#4c1d951a}.group:focus .group-focus\:bg-violet-900\/20{background-color:#4c1d9533}.group:focus .group-focus\:bg-violet-900\/30{background-color:#4c1d954d}.group:focus .group-focus\:bg-violet-900\/40{background-color:#4c1d9566}.group:focus .group-focus\:bg-violet-900\/50{background-color:#4c1d9580}.group:focus .group-focus\:bg-violet-900\/60{background-color:#4c1d9599}.group:focus .group-focus\:bg-violet-900\/70{background-color:#4c1d95b3}.group:focus .group-focus\:bg-violet-900\/75{background-color:#4c1d95bf}.group:focus .group-focus\:bg-violet-900\/80{background-color:#4c1d95cc}.group:focus .group-focus\:bg-violet-900\/90{background-color:#4c1d95e6}.group:focus .group-focus\:bg-violet-950{background-color:#2e1065}.group:focus .group-focus\:bg-violet-950\/0{background-color:#2e106500}.group:focus .group-focus\:bg-violet-950\/10{background-color:#2e10651a}.group:focus .group-focus\:bg-violet-950\/20{background-color:#2e106533}.group:focus .group-focus\:bg-violet-950\/30{background-color:#2e10654d}.group:focus .group-focus\:bg-violet-950\/40{background-color:#2e106566}.group:focus .group-focus\:bg-violet-950\/50{background-color:#2e106580}.group:focus .group-focus\:bg-violet-950\/60{background-color:#2e106599}.group:focus .group-focus\:bg-violet-950\/70{background-color:#2e1065b3}.group:focus .group-focus\:bg-violet-950\/75{background-color:#2e1065bf}.group:focus .group-focus\:bg-violet-950\/80{background-color:#2e1065cc}.group:focus .group-focus\:bg-violet-950\/90{background-color:#2e1065e6}.group:focus .group-focus\:bg-purple-50{background-color:#faf5ff}.group:focus .group-focus\:bg-purple-50\/0{background-color:#faf5ff00}.group:focus .group-focus\:bg-purple-50\/10{background-color:#faf5ff1a}.group:focus .group-focus\:bg-purple-50\/20{background-color:#faf5ff33}.group:focus .group-focus\:bg-purple-50\/30{background-color:#faf5ff4d}.group:focus .group-focus\:bg-purple-50\/40{background-color:#faf5ff66}.group:focus .group-focus\:bg-purple-50\/50{background-color:#faf5ff80}.group:focus .group-focus\:bg-purple-50\/60{background-color:#faf5ff99}.group:focus .group-focus\:bg-purple-50\/70{background-color:#faf5ffb3}.group:focus .group-focus\:bg-purple-50\/75{background-color:#faf5ffbf}.group:focus .group-focus\:bg-purple-50\/80{background-color:#faf5ffcc}.group:focus .group-focus\:bg-purple-50\/90{background-color:#faf5ffe6}.group:focus .group-focus\:bg-purple-100{background-color:#f3e8ff}.group:focus .group-focus\:bg-purple-100\/0{background-color:#f3e8ff00}.group:focus .group-focus\:bg-purple-100\/10{background-color:#f3e8ff1a}.group:focus .group-focus\:bg-purple-100\/20{background-color:#f3e8ff33}.group:focus .group-focus\:bg-purple-100\/30{background-color:#f3e8ff4d}.group:focus .group-focus\:bg-purple-100\/40{background-color:#f3e8ff66}.group:focus .group-focus\:bg-purple-100\/50{background-color:#f3e8ff80}.group:focus .group-focus\:bg-purple-100\/60{background-color:#f3e8ff99}.group:focus .group-focus\:bg-purple-100\/70{background-color:#f3e8ffb3}.group:focus .group-focus\:bg-purple-100\/75{background-color:#f3e8ffbf}.group:focus .group-focus\:bg-purple-100\/80{background-color:#f3e8ffcc}.group:focus .group-focus\:bg-purple-100\/90{background-color:#f3e8ffe6}.group:focus .group-focus\:bg-purple-200{background-color:#e9d5ff}.group:focus .group-focus\:bg-purple-200\/0{background-color:#e9d5ff00}.group:focus .group-focus\:bg-purple-200\/10{background-color:#e9d5ff1a}.group:focus .group-focus\:bg-purple-200\/20{background-color:#e9d5ff33}.group:focus .group-focus\:bg-purple-200\/30{background-color:#e9d5ff4d}.group:focus .group-focus\:bg-purple-200\/40{background-color:#e9d5ff66}.group:focus .group-focus\:bg-purple-200\/50{background-color:#e9d5ff80}.group:focus .group-focus\:bg-purple-200\/60{background-color:#e9d5ff99}.group:focus .group-focus\:bg-purple-200\/70{background-color:#e9d5ffb3}.group:focus .group-focus\:bg-purple-200\/75{background-color:#e9d5ffbf}.group:focus .group-focus\:bg-purple-200\/80{background-color:#e9d5ffcc}.group:focus .group-focus\:bg-purple-200\/90{background-color:#e9d5ffe6}.group:focus .group-focus\:bg-purple-300{background-color:#d8b4fe}.group:focus .group-focus\:bg-purple-300\/0{background-color:#d8b4fe00}.group:focus .group-focus\:bg-purple-300\/10{background-color:#d8b4fe1a}.group:focus .group-focus\:bg-purple-300\/20{background-color:#d8b4fe33}.group:focus .group-focus\:bg-purple-300\/30{background-color:#d8b4fe4d}.group:focus .group-focus\:bg-purple-300\/40{background-color:#d8b4fe66}.group:focus .group-focus\:bg-purple-300\/50{background-color:#d8b4fe80}.group:focus .group-focus\:bg-purple-300\/60{background-color:#d8b4fe99}.group:focus .group-focus\:bg-purple-300\/70{background-color:#d8b4feb3}.group:focus .group-focus\:bg-purple-300\/75{background-color:#d8b4febf}.group:focus .group-focus\:bg-purple-300\/80{background-color:#d8b4fecc}.group:focus .group-focus\:bg-purple-300\/90{background-color:#d8b4fee6}.group:focus .group-focus\:bg-purple-400{background-color:#c084fc}.group:focus .group-focus\:bg-purple-400\/0{background-color:#c084fc00}.group:focus .group-focus\:bg-purple-400\/10{background-color:#c084fc1a}.group:focus .group-focus\:bg-purple-400\/20{background-color:#c084fc33}.group:focus .group-focus\:bg-purple-400\/30{background-color:#c084fc4d}.group:focus .group-focus\:bg-purple-400\/40{background-color:#c084fc66}.group:focus .group-focus\:bg-purple-400\/50{background-color:#c084fc80}.group:focus .group-focus\:bg-purple-400\/60{background-color:#c084fc99}.group:focus .group-focus\:bg-purple-400\/70{background-color:#c084fcb3}.group:focus .group-focus\:bg-purple-400\/75{background-color:#c084fcbf}.group:focus .group-focus\:bg-purple-400\/80{background-color:#c084fccc}.group:focus .group-focus\:bg-purple-400\/90{background-color:#c084fce6}.group:focus .group-focus\:bg-purple-500{background-color:#a855f7}.group:focus .group-focus\:bg-purple-500\/0{background-color:#a855f700}.group:focus .group-focus\:bg-purple-500\/10{background-color:#a855f71a}.group:focus .group-focus\:bg-purple-500\/20{background-color:#a855f733}.group:focus .group-focus\:bg-purple-500\/30{background-color:#a855f74d}.group:focus .group-focus\:bg-purple-500\/40{background-color:#a855f766}.group:focus .group-focus\:bg-purple-500\/50{background-color:#a855f780}.group:focus .group-focus\:bg-purple-500\/60{background-color:#a855f799}.group:focus .group-focus\:bg-purple-500\/70{background-color:#a855f7b3}.group:focus .group-focus\:bg-purple-500\/75{background-color:#a855f7bf}.group:focus .group-focus\:bg-purple-500\/80{background-color:#a855f7cc}.group:focus .group-focus\:bg-purple-500\/90{background-color:#a855f7e6}.group:focus .group-focus\:bg-purple-600{background-color:#9333ea}.group:focus .group-focus\:bg-purple-600\/0{background-color:#9333ea00}.group:focus .group-focus\:bg-purple-600\/10{background-color:#9333ea1a}.group:focus .group-focus\:bg-purple-600\/20{background-color:#9333ea33}.group:focus .group-focus\:bg-purple-600\/30{background-color:#9333ea4d}.group:focus .group-focus\:bg-purple-600\/40{background-color:#9333ea66}.group:focus .group-focus\:bg-purple-600\/50{background-color:#9333ea80}.group:focus .group-focus\:bg-purple-600\/60{background-color:#9333ea99}.group:focus .group-focus\:bg-purple-600\/70{background-color:#9333eab3}.group:focus .group-focus\:bg-purple-600\/75{background-color:#9333eabf}.group:focus .group-focus\:bg-purple-600\/80{background-color:#9333eacc}.group:focus .group-focus\:bg-purple-600\/90{background-color:#9333eae6}.group:focus .group-focus\:bg-purple-700{background-color:#7e22ce}.group:focus .group-focus\:bg-purple-700\/0{background-color:#7e22ce00}.group:focus .group-focus\:bg-purple-700\/10{background-color:#7e22ce1a}.group:focus .group-focus\:bg-purple-700\/20{background-color:#7e22ce33}.group:focus .group-focus\:bg-purple-700\/30{background-color:#7e22ce4d}.group:focus .group-focus\:bg-purple-700\/40{background-color:#7e22ce66}.group:focus .group-focus\:bg-purple-700\/50{background-color:#7e22ce80}.group:focus .group-focus\:bg-purple-700\/60{background-color:#7e22ce99}.group:focus .group-focus\:bg-purple-700\/70{background-color:#7e22ceb3}.group:focus .group-focus\:bg-purple-700\/75{background-color:#7e22cebf}.group:focus .group-focus\:bg-purple-700\/80{background-color:#7e22cecc}.group:focus .group-focus\:bg-purple-700\/90{background-color:#7e22cee6}.group:focus .group-focus\:bg-purple-800{background-color:#6b21a8}.group:focus .group-focus\:bg-purple-800\/0{background-color:#6b21a800}.group:focus .group-focus\:bg-purple-800\/10{background-color:#6b21a81a}.group:focus .group-focus\:bg-purple-800\/20{background-color:#6b21a833}.group:focus .group-focus\:bg-purple-800\/30{background-color:#6b21a84d}.group:focus .group-focus\:bg-purple-800\/40{background-color:#6b21a866}.group:focus .group-focus\:bg-purple-800\/50{background-color:#6b21a880}.group:focus .group-focus\:bg-purple-800\/60{background-color:#6b21a899}.group:focus .group-focus\:bg-purple-800\/70{background-color:#6b21a8b3}.group:focus .group-focus\:bg-purple-800\/75{background-color:#6b21a8bf}.group:focus .group-focus\:bg-purple-800\/80{background-color:#6b21a8cc}.group:focus .group-focus\:bg-purple-800\/90{background-color:#6b21a8e6}.group:focus .group-focus\:bg-purple-900{background-color:#581c87}.group:focus .group-focus\:bg-purple-900\/0{background-color:#581c8700}.group:focus .group-focus\:bg-purple-900\/10{background-color:#581c871a}.group:focus .group-focus\:bg-purple-900\/20{background-color:#581c8733}.group:focus .group-focus\:bg-purple-900\/30{background-color:#581c874d}.group:focus .group-focus\:bg-purple-900\/40{background-color:#581c8766}.group:focus .group-focus\:bg-purple-900\/50{background-color:#581c8780}.group:focus .group-focus\:bg-purple-900\/60{background-color:#581c8799}.group:focus .group-focus\:bg-purple-900\/70{background-color:#581c87b3}.group:focus .group-focus\:bg-purple-900\/75{background-color:#581c87bf}.group:focus .group-focus\:bg-purple-900\/80{background-color:#581c87cc}.group:focus .group-focus\:bg-purple-900\/90{background-color:#581c87e6}.group:focus .group-focus\:bg-purple-950{background-color:#3b0764}.group:focus .group-focus\:bg-purple-950\/0{background-color:#3b076400}.group:focus .group-focus\:bg-purple-950\/10{background-color:#3b07641a}.group:focus .group-focus\:bg-purple-950\/20{background-color:#3b076433}.group:focus .group-focus\:bg-purple-950\/30{background-color:#3b07644d}.group:focus .group-focus\:bg-purple-950\/40{background-color:#3b076466}.group:focus .group-focus\:bg-purple-950\/50{background-color:#3b076480}.group:focus .group-focus\:bg-purple-950\/60{background-color:#3b076499}.group:focus .group-focus\:bg-purple-950\/70{background-color:#3b0764b3}.group:focus .group-focus\:bg-purple-950\/75{background-color:#3b0764bf}.group:focus .group-focus\:bg-purple-950\/80{background-color:#3b0764cc}.group:focus .group-focus\:bg-purple-950\/90{background-color:#3b0764e6}.group:focus .group-focus\:bg-fuchsia-50{background-color:#fdf4ff}.group:focus .group-focus\:bg-fuchsia-50\/0{background-color:#fdf4ff00}.group:focus .group-focus\:bg-fuchsia-50\/10{background-color:#fdf4ff1a}.group:focus .group-focus\:bg-fuchsia-50\/20{background-color:#fdf4ff33}.group:focus .group-focus\:bg-fuchsia-50\/30{background-color:#fdf4ff4d}.group:focus .group-focus\:bg-fuchsia-50\/40{background-color:#fdf4ff66}.group:focus .group-focus\:bg-fuchsia-50\/50{background-color:#fdf4ff80}.group:focus .group-focus\:bg-fuchsia-50\/60{background-color:#fdf4ff99}.group:focus .group-focus\:bg-fuchsia-50\/70{background-color:#fdf4ffb3}.group:focus .group-focus\:bg-fuchsia-50\/75{background-color:#fdf4ffbf}.group:focus .group-focus\:bg-fuchsia-50\/80{background-color:#fdf4ffcc}.group:focus .group-focus\:bg-fuchsia-50\/90{background-color:#fdf4ffe6}.group:focus .group-focus\:bg-fuchsia-100{background-color:#fae8ff}.group:focus .group-focus\:bg-fuchsia-100\/0{background-color:#fae8ff00}.group:focus .group-focus\:bg-fuchsia-100\/10{background-color:#fae8ff1a}.group:focus .group-focus\:bg-fuchsia-100\/20{background-color:#fae8ff33}.group:focus .group-focus\:bg-fuchsia-100\/30{background-color:#fae8ff4d}.group:focus .group-focus\:bg-fuchsia-100\/40{background-color:#fae8ff66}.group:focus .group-focus\:bg-fuchsia-100\/50{background-color:#fae8ff80}.group:focus .group-focus\:bg-fuchsia-100\/60{background-color:#fae8ff99}.group:focus .group-focus\:bg-fuchsia-100\/70{background-color:#fae8ffb3}.group:focus .group-focus\:bg-fuchsia-100\/75{background-color:#fae8ffbf}.group:focus .group-focus\:bg-fuchsia-100\/80{background-color:#fae8ffcc}.group:focus .group-focus\:bg-fuchsia-100\/90{background-color:#fae8ffe6}.group:focus .group-focus\:bg-fuchsia-200{background-color:#f5d0fe}.group:focus .group-focus\:bg-fuchsia-200\/0{background-color:#f5d0fe00}.group:focus .group-focus\:bg-fuchsia-200\/10{background-color:#f5d0fe1a}.group:focus .group-focus\:bg-fuchsia-200\/20{background-color:#f5d0fe33}.group:focus .group-focus\:bg-fuchsia-200\/30{background-color:#f5d0fe4d}.group:focus .group-focus\:bg-fuchsia-200\/40{background-color:#f5d0fe66}.group:focus .group-focus\:bg-fuchsia-200\/50{background-color:#f5d0fe80}.group:focus .group-focus\:bg-fuchsia-200\/60{background-color:#f5d0fe99}.group:focus .group-focus\:bg-fuchsia-200\/70{background-color:#f5d0feb3}.group:focus .group-focus\:bg-fuchsia-200\/75{background-color:#f5d0febf}.group:focus .group-focus\:bg-fuchsia-200\/80{background-color:#f5d0fecc}.group:focus .group-focus\:bg-fuchsia-200\/90{background-color:#f5d0fee6}.group:focus .group-focus\:bg-fuchsia-300{background-color:#f0abfc}.group:focus .group-focus\:bg-fuchsia-300\/0{background-color:#f0abfc00}.group:focus .group-focus\:bg-fuchsia-300\/10{background-color:#f0abfc1a}.group:focus .group-focus\:bg-fuchsia-300\/20{background-color:#f0abfc33}.group:focus .group-focus\:bg-fuchsia-300\/30{background-color:#f0abfc4d}.group:focus .group-focus\:bg-fuchsia-300\/40{background-color:#f0abfc66}.group:focus .group-focus\:bg-fuchsia-300\/50{background-color:#f0abfc80}.group:focus .group-focus\:bg-fuchsia-300\/60{background-color:#f0abfc99}.group:focus .group-focus\:bg-fuchsia-300\/70{background-color:#f0abfcb3}.group:focus .group-focus\:bg-fuchsia-300\/75{background-color:#f0abfcbf}.group:focus .group-focus\:bg-fuchsia-300\/80{background-color:#f0abfccc}.group:focus .group-focus\:bg-fuchsia-300\/90{background-color:#f0abfce6}.group:focus .group-focus\:bg-fuchsia-400{background-color:#e879f9}.group:focus .group-focus\:bg-fuchsia-400\/0{background-color:#e879f900}.group:focus .group-focus\:bg-fuchsia-400\/10{background-color:#e879f91a}.group:focus .group-focus\:bg-fuchsia-400\/20{background-color:#e879f933}.group:focus .group-focus\:bg-fuchsia-400\/30{background-color:#e879f94d}.group:focus .group-focus\:bg-fuchsia-400\/40{background-color:#e879f966}.group:focus .group-focus\:bg-fuchsia-400\/50{background-color:#e879f980}.group:focus .group-focus\:bg-fuchsia-400\/60{background-color:#e879f999}.group:focus .group-focus\:bg-fuchsia-400\/70{background-color:#e879f9b3}.group:focus .group-focus\:bg-fuchsia-400\/75{background-color:#e879f9bf}.group:focus .group-focus\:bg-fuchsia-400\/80{background-color:#e879f9cc}.group:focus .group-focus\:bg-fuchsia-400\/90{background-color:#e879f9e6}.group:focus .group-focus\:bg-fuchsia-500{background-color:#d946ef}.group:focus .group-focus\:bg-fuchsia-500\/0{background-color:#d946ef00}.group:focus .group-focus\:bg-fuchsia-500\/10{background-color:#d946ef1a}.group:focus .group-focus\:bg-fuchsia-500\/20{background-color:#d946ef33}.group:focus .group-focus\:bg-fuchsia-500\/30{background-color:#d946ef4d}.group:focus .group-focus\:bg-fuchsia-500\/40{background-color:#d946ef66}.group:focus .group-focus\:bg-fuchsia-500\/50{background-color:#d946ef80}.group:focus .group-focus\:bg-fuchsia-500\/60{background-color:#d946ef99}.group:focus .group-focus\:bg-fuchsia-500\/70{background-color:#d946efb3}.group:focus .group-focus\:bg-fuchsia-500\/75{background-color:#d946efbf}.group:focus .group-focus\:bg-fuchsia-500\/80{background-color:#d946efcc}.group:focus .group-focus\:bg-fuchsia-500\/90{background-color:#d946efe6}.group:focus .group-focus\:bg-fuchsia-600{background-color:#c026d3}.group:focus .group-focus\:bg-fuchsia-600\/0{background-color:#c026d300}.group:focus .group-focus\:bg-fuchsia-600\/10{background-color:#c026d31a}.group:focus .group-focus\:bg-fuchsia-600\/20{background-color:#c026d333}.group:focus .group-focus\:bg-fuchsia-600\/30{background-color:#c026d34d}.group:focus .group-focus\:bg-fuchsia-600\/40{background-color:#c026d366}.group:focus .group-focus\:bg-fuchsia-600\/50{background-color:#c026d380}.group:focus .group-focus\:bg-fuchsia-600\/60{background-color:#c026d399}.group:focus .group-focus\:bg-fuchsia-600\/70{background-color:#c026d3b3}.group:focus .group-focus\:bg-fuchsia-600\/75{background-color:#c026d3bf}.group:focus .group-focus\:bg-fuchsia-600\/80{background-color:#c026d3cc}.group:focus .group-focus\:bg-fuchsia-600\/90{background-color:#c026d3e6}.group:focus .group-focus\:bg-fuchsia-700{background-color:#a21caf}.group:focus .group-focus\:bg-fuchsia-700\/0{background-color:#a21caf00}.group:focus .group-focus\:bg-fuchsia-700\/10{background-color:#a21caf1a}.group:focus .group-focus\:bg-fuchsia-700\/20{background-color:#a21caf33}.group:focus .group-focus\:bg-fuchsia-700\/30{background-color:#a21caf4d}.group:focus .group-focus\:bg-fuchsia-700\/40{background-color:#a21caf66}.group:focus .group-focus\:bg-fuchsia-700\/50{background-color:#a21caf80}.group:focus .group-focus\:bg-fuchsia-700\/60{background-color:#a21caf99}.group:focus .group-focus\:bg-fuchsia-700\/70{background-color:#a21cafb3}.group:focus .group-focus\:bg-fuchsia-700\/75{background-color:#a21cafbf}.group:focus .group-focus\:bg-fuchsia-700\/80{background-color:#a21cafcc}.group:focus .group-focus\:bg-fuchsia-700\/90{background-color:#a21cafe6}.group:focus .group-focus\:bg-fuchsia-800{background-color:#86198f}.group:focus .group-focus\:bg-fuchsia-800\/0{background-color:#86198f00}.group:focus .group-focus\:bg-fuchsia-800\/10{background-color:#86198f1a}.group:focus .group-focus\:bg-fuchsia-800\/20{background-color:#86198f33}.group:focus .group-focus\:bg-fuchsia-800\/30{background-color:#86198f4d}.group:focus .group-focus\:bg-fuchsia-800\/40{background-color:#86198f66}.group:focus .group-focus\:bg-fuchsia-800\/50{background-color:#86198f80}.group:focus .group-focus\:bg-fuchsia-800\/60{background-color:#86198f99}.group:focus .group-focus\:bg-fuchsia-800\/70{background-color:#86198fb3}.group:focus .group-focus\:bg-fuchsia-800\/75{background-color:#86198fbf}.group:focus .group-focus\:bg-fuchsia-800\/80{background-color:#86198fcc}.group:focus .group-focus\:bg-fuchsia-800\/90{background-color:#86198fe6}.group:focus .group-focus\:bg-fuchsia-900{background-color:#701a75}.group:focus .group-focus\:bg-fuchsia-900\/0{background-color:#701a7500}.group:focus .group-focus\:bg-fuchsia-900\/10{background-color:#701a751a}.group:focus .group-focus\:bg-fuchsia-900\/20{background-color:#701a7533}.group:focus .group-focus\:bg-fuchsia-900\/30{background-color:#701a754d}.group:focus .group-focus\:bg-fuchsia-900\/40{background-color:#701a7566}.group:focus .group-focus\:bg-fuchsia-900\/50{background-color:#701a7580}.group:focus .group-focus\:bg-fuchsia-900\/60{background-color:#701a7599}.group:focus .group-focus\:bg-fuchsia-900\/70{background-color:#701a75b3}.group:focus .group-focus\:bg-fuchsia-900\/75{background-color:#701a75bf}.group:focus .group-focus\:bg-fuchsia-900\/80{background-color:#701a75cc}.group:focus .group-focus\:bg-fuchsia-900\/90{background-color:#701a75e6}.group:focus .group-focus\:bg-fuchsia-950{background-color:#4a044e}.group:focus .group-focus\:bg-fuchsia-950\/0{background-color:#4a044e00}.group:focus .group-focus\:bg-fuchsia-950\/10{background-color:#4a044e1a}.group:focus .group-focus\:bg-fuchsia-950\/20{background-color:#4a044e33}.group:focus .group-focus\:bg-fuchsia-950\/30{background-color:#4a044e4d}.group:focus .group-focus\:bg-fuchsia-950\/40{background-color:#4a044e66}.group:focus .group-focus\:bg-fuchsia-950\/50{background-color:#4a044e80}.group:focus .group-focus\:bg-fuchsia-950\/60{background-color:#4a044e99}.group:focus .group-focus\:bg-fuchsia-950\/70{background-color:#4a044eb3}.group:focus .group-focus\:bg-fuchsia-950\/75{background-color:#4a044ebf}.group:focus .group-focus\:bg-fuchsia-950\/80{background-color:#4a044ecc}.group:focus .group-focus\:bg-fuchsia-950\/90{background-color:#4a044ee6}.group:focus .group-focus\:bg-pink-50{background-color:#fdf2f8}.group:focus .group-focus\:bg-pink-50\/0{background-color:#fdf2f800}.group:focus .group-focus\:bg-pink-50\/10{background-color:#fdf2f81a}.group:focus .group-focus\:bg-pink-50\/20{background-color:#fdf2f833}.group:focus .group-focus\:bg-pink-50\/30{background-color:#fdf2f84d}.group:focus .group-focus\:bg-pink-50\/40{background-color:#fdf2f866}.group:focus .group-focus\:bg-pink-50\/50{background-color:#fdf2f880}.group:focus .group-focus\:bg-pink-50\/60{background-color:#fdf2f899}.group:focus .group-focus\:bg-pink-50\/70{background-color:#fdf2f8b3}.group:focus .group-focus\:bg-pink-50\/75{background-color:#fdf2f8bf}.group:focus .group-focus\:bg-pink-50\/80{background-color:#fdf2f8cc}.group:focus .group-focus\:bg-pink-50\/90{background-color:#fdf2f8e6}.group:focus .group-focus\:bg-pink-100{background-color:#fce7f3}.group:focus .group-focus\:bg-pink-100\/0{background-color:#fce7f300}.group:focus .group-focus\:bg-pink-100\/10{background-color:#fce7f31a}.group:focus .group-focus\:bg-pink-100\/20{background-color:#fce7f333}.group:focus .group-focus\:bg-pink-100\/30{background-color:#fce7f34d}.group:focus .group-focus\:bg-pink-100\/40{background-color:#fce7f366}.group:focus .group-focus\:bg-pink-100\/50{background-color:#fce7f380}.group:focus .group-focus\:bg-pink-100\/60{background-color:#fce7f399}.group:focus .group-focus\:bg-pink-100\/70{background-color:#fce7f3b3}.group:focus .group-focus\:bg-pink-100\/75{background-color:#fce7f3bf}.group:focus .group-focus\:bg-pink-100\/80{background-color:#fce7f3cc}.group:focus .group-focus\:bg-pink-100\/90{background-color:#fce7f3e6}.group:focus .group-focus\:bg-pink-200{background-color:#fbcfe8}.group:focus .group-focus\:bg-pink-200\/0{background-color:#fbcfe800}.group:focus .group-focus\:bg-pink-200\/10{background-color:#fbcfe81a}.group:focus .group-focus\:bg-pink-200\/20{background-color:#fbcfe833}.group:focus .group-focus\:bg-pink-200\/30{background-color:#fbcfe84d}.group:focus .group-focus\:bg-pink-200\/40{background-color:#fbcfe866}.group:focus .group-focus\:bg-pink-200\/50{background-color:#fbcfe880}.group:focus .group-focus\:bg-pink-200\/60{background-color:#fbcfe899}.group:focus .group-focus\:bg-pink-200\/70{background-color:#fbcfe8b3}.group:focus .group-focus\:bg-pink-200\/75{background-color:#fbcfe8bf}.group:focus .group-focus\:bg-pink-200\/80{background-color:#fbcfe8cc}.group:focus .group-focus\:bg-pink-200\/90{background-color:#fbcfe8e6}.group:focus .group-focus\:bg-pink-300{background-color:#f9a8d4}.group:focus .group-focus\:bg-pink-300\/0{background-color:#f9a8d400}.group:focus .group-focus\:bg-pink-300\/10{background-color:#f9a8d41a}.group:focus .group-focus\:bg-pink-300\/20{background-color:#f9a8d433}.group:focus .group-focus\:bg-pink-300\/30{background-color:#f9a8d44d}.group:focus .group-focus\:bg-pink-300\/40{background-color:#f9a8d466}.group:focus .group-focus\:bg-pink-300\/50{background-color:#f9a8d480}.group:focus .group-focus\:bg-pink-300\/60{background-color:#f9a8d499}.group:focus .group-focus\:bg-pink-300\/70{background-color:#f9a8d4b3}.group:focus .group-focus\:bg-pink-300\/75{background-color:#f9a8d4bf}.group:focus .group-focus\:bg-pink-300\/80{background-color:#f9a8d4cc}.group:focus .group-focus\:bg-pink-300\/90{background-color:#f9a8d4e6}.group:focus .group-focus\:bg-pink-400{background-color:#f472b6}.group:focus .group-focus\:bg-pink-400\/0{background-color:#f472b600}.group:focus .group-focus\:bg-pink-400\/10{background-color:#f472b61a}.group:focus .group-focus\:bg-pink-400\/20{background-color:#f472b633}.group:focus .group-focus\:bg-pink-400\/30{background-color:#f472b64d}.group:focus .group-focus\:bg-pink-400\/40{background-color:#f472b666}.group:focus .group-focus\:bg-pink-400\/50{background-color:#f472b680}.group:focus .group-focus\:bg-pink-400\/60{background-color:#f472b699}.group:focus .group-focus\:bg-pink-400\/70{background-color:#f472b6b3}.group:focus .group-focus\:bg-pink-400\/75{background-color:#f472b6bf}.group:focus .group-focus\:bg-pink-400\/80{background-color:#f472b6cc}.group:focus .group-focus\:bg-pink-400\/90{background-color:#f472b6e6}.group:focus .group-focus\:bg-pink-500{background-color:#ec4899}.group:focus .group-focus\:bg-pink-500\/0{background-color:#ec489900}.group:focus .group-focus\:bg-pink-500\/10{background-color:#ec48991a}.group:focus .group-focus\:bg-pink-500\/20{background-color:#ec489933}.group:focus .group-focus\:bg-pink-500\/30{background-color:#ec48994d}.group:focus .group-focus\:bg-pink-500\/40{background-color:#ec489966}.group:focus .group-focus\:bg-pink-500\/50{background-color:#ec489980}.group:focus .group-focus\:bg-pink-500\/60{background-color:#ec489999}.group:focus .group-focus\:bg-pink-500\/70{background-color:#ec4899b3}.group:focus .group-focus\:bg-pink-500\/75{background-color:#ec4899bf}.group:focus .group-focus\:bg-pink-500\/80{background-color:#ec4899cc}.group:focus .group-focus\:bg-pink-500\/90{background-color:#ec4899e6}.group:focus .group-focus\:bg-pink-600{background-color:#db2777}.group:focus .group-focus\:bg-pink-600\/0{background-color:#db277700}.group:focus .group-focus\:bg-pink-600\/10{background-color:#db27771a}.group:focus .group-focus\:bg-pink-600\/20{background-color:#db277733}.group:focus .group-focus\:bg-pink-600\/30{background-color:#db27774d}.group:focus .group-focus\:bg-pink-600\/40{background-color:#db277766}.group:focus .group-focus\:bg-pink-600\/50{background-color:#db277780}.group:focus .group-focus\:bg-pink-600\/60{background-color:#db277799}.group:focus .group-focus\:bg-pink-600\/70{background-color:#db2777b3}.group:focus .group-focus\:bg-pink-600\/75{background-color:#db2777bf}.group:focus .group-focus\:bg-pink-600\/80{background-color:#db2777cc}.group:focus .group-focus\:bg-pink-600\/90{background-color:#db2777e6}.group:focus .group-focus\:bg-pink-700{background-color:#be185d}.group:focus .group-focus\:bg-pink-700\/0{background-color:#be185d00}.group:focus .group-focus\:bg-pink-700\/10{background-color:#be185d1a}.group:focus .group-focus\:bg-pink-700\/20{background-color:#be185d33}.group:focus .group-focus\:bg-pink-700\/30{background-color:#be185d4d}.group:focus .group-focus\:bg-pink-700\/40{background-color:#be185d66}.group:focus .group-focus\:bg-pink-700\/50{background-color:#be185d80}.group:focus .group-focus\:bg-pink-700\/60{background-color:#be185d99}.group:focus .group-focus\:bg-pink-700\/70{background-color:#be185db3}.group:focus .group-focus\:bg-pink-700\/75{background-color:#be185dbf}.group:focus .group-focus\:bg-pink-700\/80{background-color:#be185dcc}.group:focus .group-focus\:bg-pink-700\/90{background-color:#be185de6}.group:focus .group-focus\:bg-pink-800{background-color:#9d174d}.group:focus .group-focus\:bg-pink-800\/0{background-color:#9d174d00}.group:focus .group-focus\:bg-pink-800\/10{background-color:#9d174d1a}.group:focus .group-focus\:bg-pink-800\/20{background-color:#9d174d33}.group:focus .group-focus\:bg-pink-800\/30{background-color:#9d174d4d}.group:focus .group-focus\:bg-pink-800\/40{background-color:#9d174d66}.group:focus .group-focus\:bg-pink-800\/50{background-color:#9d174d80}.group:focus .group-focus\:bg-pink-800\/60{background-color:#9d174d99}.group:focus .group-focus\:bg-pink-800\/70{background-color:#9d174db3}.group:focus .group-focus\:bg-pink-800\/75{background-color:#9d174dbf}.group:focus .group-focus\:bg-pink-800\/80{background-color:#9d174dcc}.group:focus .group-focus\:bg-pink-800\/90{background-color:#9d174de6}.group:focus .group-focus\:bg-pink-900{background-color:#831843}.group:focus .group-focus\:bg-pink-900\/0{background-color:#83184300}.group:focus .group-focus\:bg-pink-900\/10{background-color:#8318431a}.group:focus .group-focus\:bg-pink-900\/20{background-color:#83184333}.group:focus .group-focus\:bg-pink-900\/30{background-color:#8318434d}.group:focus .group-focus\:bg-pink-900\/40{background-color:#83184366}.group:focus .group-focus\:bg-pink-900\/50{background-color:#83184380}.group:focus .group-focus\:bg-pink-900\/60{background-color:#83184399}.group:focus .group-focus\:bg-pink-900\/70{background-color:#831843b3}.group:focus .group-focus\:bg-pink-900\/75{background-color:#831843bf}.group:focus .group-focus\:bg-pink-900\/80{background-color:#831843cc}.group:focus .group-focus\:bg-pink-900\/90{background-color:#831843e6}.group:focus .group-focus\:bg-pink-950{background-color:#500724}.group:focus .group-focus\:bg-pink-950\/0{background-color:#50072400}.group:focus .group-focus\:bg-pink-950\/10{background-color:#5007241a}.group:focus .group-focus\:bg-pink-950\/20{background-color:#50072433}.group:focus .group-focus\:bg-pink-950\/30{background-color:#5007244d}.group:focus .group-focus\:bg-pink-950\/40{background-color:#50072466}.group:focus .group-focus\:bg-pink-950\/50{background-color:#50072480}.group:focus .group-focus\:bg-pink-950\/60{background-color:#50072499}.group:focus .group-focus\:bg-pink-950\/70{background-color:#500724b3}.group:focus .group-focus\:bg-pink-950\/75{background-color:#500724bf}.group:focus .group-focus\:bg-pink-950\/80{background-color:#500724cc}.group:focus .group-focus\:bg-pink-950\/90{background-color:#500724e6}.group:focus .group-focus\:bg-rose-50{background-color:#fff1f2}.group:focus .group-focus\:bg-rose-50\/0{background-color:#fff1f200}.group:focus .group-focus\:bg-rose-50\/10{background-color:#fff1f21a}.group:focus .group-focus\:bg-rose-50\/20{background-color:#fff1f233}.group:focus .group-focus\:bg-rose-50\/30{background-color:#fff1f24d}.group:focus .group-focus\:bg-rose-50\/40{background-color:#fff1f266}.group:focus .group-focus\:bg-rose-50\/50{background-color:#fff1f280}.group:focus .group-focus\:bg-rose-50\/60{background-color:#fff1f299}.group:focus .group-focus\:bg-rose-50\/70{background-color:#fff1f2b3}.group:focus .group-focus\:bg-rose-50\/75{background-color:#fff1f2bf}.group:focus .group-focus\:bg-rose-50\/80{background-color:#fff1f2cc}.group:focus .group-focus\:bg-rose-50\/90{background-color:#fff1f2e6}.group:focus .group-focus\:bg-rose-100{background-color:#ffe4e6}.group:focus .group-focus\:bg-rose-100\/0{background-color:#ffe4e600}.group:focus .group-focus\:bg-rose-100\/10{background-color:#ffe4e61a}.group:focus .group-focus\:bg-rose-100\/20{background-color:#ffe4e633}.group:focus .group-focus\:bg-rose-100\/30{background-color:#ffe4e64d}.group:focus .group-focus\:bg-rose-100\/40{background-color:#ffe4e666}.group:focus .group-focus\:bg-rose-100\/50{background-color:#ffe4e680}.group:focus .group-focus\:bg-rose-100\/60{background-color:#ffe4e699}.group:focus .group-focus\:bg-rose-100\/70{background-color:#ffe4e6b3}.group:focus .group-focus\:bg-rose-100\/75{background-color:#ffe4e6bf}.group:focus .group-focus\:bg-rose-100\/80{background-color:#ffe4e6cc}.group:focus .group-focus\:bg-rose-100\/90{background-color:#ffe4e6e6}.group:focus .group-focus\:bg-rose-200{background-color:#fecdd3}.group:focus .group-focus\:bg-rose-200\/0{background-color:#fecdd300}.group:focus .group-focus\:bg-rose-200\/10{background-color:#fecdd31a}.group:focus .group-focus\:bg-rose-200\/20{background-color:#fecdd333}.group:focus .group-focus\:bg-rose-200\/30{background-color:#fecdd34d}.group:focus .group-focus\:bg-rose-200\/40{background-color:#fecdd366}.group:focus .group-focus\:bg-rose-200\/50{background-color:#fecdd380}.group:focus .group-focus\:bg-rose-200\/60{background-color:#fecdd399}.group:focus .group-focus\:bg-rose-200\/70{background-color:#fecdd3b3}.group:focus .group-focus\:bg-rose-200\/75{background-color:#fecdd3bf}.group:focus .group-focus\:bg-rose-200\/80{background-color:#fecdd3cc}.group:focus .group-focus\:bg-rose-200\/90{background-color:#fecdd3e6}.group:focus .group-focus\:bg-rose-300{background-color:#fda4af}.group:focus .group-focus\:bg-rose-300\/0{background-color:#fda4af00}.group:focus .group-focus\:bg-rose-300\/10{background-color:#fda4af1a}.group:focus .group-focus\:bg-rose-300\/20{background-color:#fda4af33}.group:focus .group-focus\:bg-rose-300\/30{background-color:#fda4af4d}.group:focus .group-focus\:bg-rose-300\/40{background-color:#fda4af66}.group:focus .group-focus\:bg-rose-300\/50{background-color:#fda4af80}.group:focus .group-focus\:bg-rose-300\/60{background-color:#fda4af99}.group:focus .group-focus\:bg-rose-300\/70{background-color:#fda4afb3}.group:focus .group-focus\:bg-rose-300\/75{background-color:#fda4afbf}.group:focus .group-focus\:bg-rose-300\/80{background-color:#fda4afcc}.group:focus .group-focus\:bg-rose-300\/90{background-color:#fda4afe6}.group:focus .group-focus\:bg-rose-400{background-color:#fb7185}.group:focus .group-focus\:bg-rose-400\/0{background-color:#fb718500}.group:focus .group-focus\:bg-rose-400\/10{background-color:#fb71851a}.group:focus .group-focus\:bg-rose-400\/20{background-color:#fb718533}.group:focus .group-focus\:bg-rose-400\/30{background-color:#fb71854d}.group:focus .group-focus\:bg-rose-400\/40{background-color:#fb718566}.group:focus .group-focus\:bg-rose-400\/50{background-color:#fb718580}.group:focus .group-focus\:bg-rose-400\/60{background-color:#fb718599}.group:focus .group-focus\:bg-rose-400\/70{background-color:#fb7185b3}.group:focus .group-focus\:bg-rose-400\/75{background-color:#fb7185bf}.group:focus .group-focus\:bg-rose-400\/80{background-color:#fb7185cc}.group:focus .group-focus\:bg-rose-400\/90{background-color:#fb7185e6}.group:focus .group-focus\:bg-rose-500{background-color:#f43f5e}.group:focus .group-focus\:bg-rose-500\/0{background-color:#f43f5e00}.group:focus .group-focus\:bg-rose-500\/10{background-color:#f43f5e1a}.group:focus .group-focus\:bg-rose-500\/20{background-color:#f43f5e33}.group:focus .group-focus\:bg-rose-500\/30{background-color:#f43f5e4d}.group:focus .group-focus\:bg-rose-500\/40{background-color:#f43f5e66}.group:focus .group-focus\:bg-rose-500\/50{background-color:#f43f5e80}.group:focus .group-focus\:bg-rose-500\/60{background-color:#f43f5e99}.group:focus .group-focus\:bg-rose-500\/70{background-color:#f43f5eb3}.group:focus .group-focus\:bg-rose-500\/75{background-color:#f43f5ebf}.group:focus .group-focus\:bg-rose-500\/80{background-color:#f43f5ecc}.group:focus .group-focus\:bg-rose-500\/90{background-color:#f43f5ee6}.group:focus .group-focus\:bg-rose-600{background-color:#e11d48}.group:focus .group-focus\:bg-rose-600\/0{background-color:#e11d4800}.group:focus .group-focus\:bg-rose-600\/10{background-color:#e11d481a}.group:focus .group-focus\:bg-rose-600\/20{background-color:#e11d4833}.group:focus .group-focus\:bg-rose-600\/30{background-color:#e11d484d}.group:focus .group-focus\:bg-rose-600\/40{background-color:#e11d4866}.group:focus .group-focus\:bg-rose-600\/50{background-color:#e11d4880}.group:focus .group-focus\:bg-rose-600\/60{background-color:#e11d4899}.group:focus .group-focus\:bg-rose-600\/70{background-color:#e11d48b3}.group:focus .group-focus\:bg-rose-600\/75{background-color:#e11d48bf}.group:focus .group-focus\:bg-rose-600\/80{background-color:#e11d48cc}.group:focus .group-focus\:bg-rose-600\/90{background-color:#e11d48e6}.group:focus .group-focus\:bg-rose-700{background-color:#be123c}.group:focus .group-focus\:bg-rose-700\/0{background-color:#be123c00}.group:focus .group-focus\:bg-rose-700\/10{background-color:#be123c1a}.group:focus .group-focus\:bg-rose-700\/20{background-color:#be123c33}.group:focus .group-focus\:bg-rose-700\/30{background-color:#be123c4d}.group:focus .group-focus\:bg-rose-700\/40{background-color:#be123c66}.group:focus .group-focus\:bg-rose-700\/50{background-color:#be123c80}.group:focus .group-focus\:bg-rose-700\/60{background-color:#be123c99}.group:focus .group-focus\:bg-rose-700\/70{background-color:#be123cb3}.group:focus .group-focus\:bg-rose-700\/75{background-color:#be123cbf}.group:focus .group-focus\:bg-rose-700\/80{background-color:#be123ccc}.group:focus .group-focus\:bg-rose-700\/90{background-color:#be123ce6}.group:focus .group-focus\:bg-rose-800{background-color:#9f1239}.group:focus .group-focus\:bg-rose-800\/0{background-color:#9f123900}.group:focus .group-focus\:bg-rose-800\/10{background-color:#9f12391a}.group:focus .group-focus\:bg-rose-800\/20{background-color:#9f123933}.group:focus .group-focus\:bg-rose-800\/30{background-color:#9f12394d}.group:focus .group-focus\:bg-rose-800\/40{background-color:#9f123966}.group:focus .group-focus\:bg-rose-800\/50{background-color:#9f123980}.group:focus .group-focus\:bg-rose-800\/60{background-color:#9f123999}.group:focus .group-focus\:bg-rose-800\/70{background-color:#9f1239b3}.group:focus .group-focus\:bg-rose-800\/75{background-color:#9f1239bf}.group:focus .group-focus\:bg-rose-800\/80{background-color:#9f1239cc}.group:focus .group-focus\:bg-rose-800\/90{background-color:#9f1239e6}.group:focus .group-focus\:bg-rose-900{background-color:#881337}.group:focus .group-focus\:bg-rose-900\/0{background-color:#88133700}.group:focus .group-focus\:bg-rose-900\/10{background-color:#8813371a}.group:focus .group-focus\:bg-rose-900\/20{background-color:#88133733}.group:focus .group-focus\:bg-rose-900\/30{background-color:#8813374d}.group:focus .group-focus\:bg-rose-900\/40{background-color:#88133766}.group:focus .group-focus\:bg-rose-900\/50{background-color:#88133780}.group:focus .group-focus\:bg-rose-900\/60{background-color:#88133799}.group:focus .group-focus\:bg-rose-900\/70{background-color:#881337b3}.group:focus .group-focus\:bg-rose-900\/75{background-color:#881337bf}.group:focus .group-focus\:bg-rose-900\/80{background-color:#881337cc}.group:focus .group-focus\:bg-rose-900\/90{background-color:#881337e6}.group:focus .group-focus\:bg-rose-950{background-color:#4c0519}.group:focus .group-focus\:bg-rose-950\/0{background-color:#4c051900}.group:focus .group-focus\:bg-rose-950\/10{background-color:#4c05191a}.group:focus .group-focus\:bg-rose-950\/20{background-color:#4c051933}.group:focus .group-focus\:bg-rose-950\/30{background-color:#4c05194d}.group:focus .group-focus\:bg-rose-950\/40{background-color:#4c051966}.group:focus .group-focus\:bg-rose-950\/50{background-color:#4c051980}.group:focus .group-focus\:bg-rose-950\/60{background-color:#4c051999}.group:focus .group-focus\:bg-rose-950\/70{background-color:#4c0519b3}.group:focus .group-focus\:bg-rose-950\/75{background-color:#4c0519bf}.group:focus .group-focus\:bg-rose-950\/80{background-color:#4c0519cc}.group:focus .group-focus\:bg-rose-950\/90{background-color:#4c0519e6}.group:focus .group-focus\:bg-primary{background-color:#3874ff}.group:focus .group-focus\:bg-primary-bold{background-color:#002660}.group:focus .group-focus\:bg-primary-hover{background-color:#003585}.group:focus .group-focus\:bg-primary-border{background-color:#156ef3}.group:focus .group-focus\:bg-primary-focus-lv1{background-color:#6492ff}.group:focus .group-focus\:bg-primary-focus-lv2{background-color:#c7ddff}.group:focus .group-focus\:bg-primary-bg-color{background-color:#f8fbff}.group:focus .group-focus\:bg-success{background-color:#00bd7e}.group:focus .group-focus\:bg-success-bold{background-color:#006c58}.group:focus .group-focus\:bg-success-hover{background-color:#008d5e}.group:focus .group-focus\:bg-success-border{background-color:#17e5a1}.group:focus .group-focus\:bg-success-focus-lv1{background-color:#a9fbe0}.group:focus .group-focus\:bg-success-bg-color{background-color:#ebfff8}.group:focus .group-focus\:bg-warning{background-color:#ffb41f}.group:focus .group-focus\:bg-warning-bold{background-color:#b77d09}.group:focus .group-focus\:bg-warning-hover{background-color:#e39f17}.group:focus .group-focus\:bg-warning-border{background-color:#f7c86a}.group:focus .group-focus\:bg-warning-focus-lv1{background-color:#fbe0a9}.group:focus .group-focus\:bg-warning-bg-color{background-color:#fff8eb}.group:focus .group-focus\:bg-danger{background-color:#b20000}.group:focus .group-focus\:bg-danger-bold{background-color:#920122}.group:focus .group-focus\:bg-danger-hover{background-color:#c60833}.group:focus .group-focus\:bg-danger-border{background-color:#f35370}.group:focus .group-focus\:bg-danger-focus-lv1{background-color:#fdabb9}.group:focus .group-focus\:bg-danger-bg-color{background-color:#fff1f4}.group:focus .group-focus\:bg-info{background-color:#2668cb}.group:focus .group-focus\:bg-info-bold{background-color:#023480}.group:focus .group-focus\:bg-info-hover{background-color:#0f4eae}.group:focus .group-focus\:bg-info-border{background-color:#679ef2}.group:focus .group-focus\:bg-info-focus-lv1{background-color:#c1d9fd}.group:focus .group-focus\:bg-info-bg-color{background-color:#f2f7ff}.group:focus .group-focus\:bg-neutral-100{background-color:#1a1a1a}.group:focus .group-focus\:bg-neutral-90{background-color:#424242}.group:focus .group-focus\:bg-neutral-80{background-color:#616161}.group:focus .group-focus\:bg-neutral-70{background-color:#757575}.group:focus .group-focus\:bg-neutral-60{background-color:#9e9e9e}.group:focus .group-focus\:bg-neutral-50{background-color:#c2c2c2}.group:focus .group-focus\:bg-neutral-40{background-color:#e0e0e0}.group:focus .group-focus\:bg-neutral-30{background-color:#ededed}.group:focus .group-focus\:bg-neutral-20{background-color:#f5f5f5}.group:focus .group-focus\:bg-base{background-color:#f5f7fa}.group:focus .group-focus\:bg-auto{background-size:auto}.group:focus .group-focus\:bg-cover{background-size:cover}.group:focus .group-focus\:bg-contain{background-size:contain}.group:focus .group-focus\:bg-repeat{background-repeat:repeat}.group:focus .group-focus\:bg-no-repeat{background-repeat:no-repeat}.group:focus .group-focus\:bg-repeat-x{background-repeat:repeat-x}.group:focus .group-focus\:bg-repeat-y{background-repeat:repeat-y}.group:focus .group-focus\:bg-repeat-round{background-repeat:round}.group:focus .group-focus\:bg-repeat-space{background-repeat:space}.group:focus .group-focus\:bg-bottom{background-position:bottom}.group:focus .group-focus\:bg-center{background-position:center}.group:focus .group-focus\:bg-left{background-position:left}.group:focus .group-focus\:bg-left-bottom{background-position:left bottom}.group:focus .group-focus\:bg-left-top{background-position:left top}.group:focus .group-focus\:bg-right{background-position:right}.group:focus .group-focus\:bg-right-bottom{background-position:right bottom}.group:focus .group-focus\:bg-right-top{background-position:right top}.group:focus .group-focus\:bg-top{background-position:top}.group:focus .group-focus\:bg-origin-border{background-origin:border-box}.group:focus .group-focus\:bg-origin-padding{background-origin:padding-box}.group:focus .group-focus\:bg-origin-content{background-origin:content-box}.group:focus .group-focus\:bg-bg-fixed{background-attachment:fixed}.group:focus .group-focus\:bg-bg-local{background-attachment:local}.group:focus .group-focus\:bg-bg-scroll{background-attachment:scroll}.group:focus .group-focus\:p-auto{padding:auto}.group:focus .group-focus\:pl-auto{padding-left:auto}.group:focus .group-focus\:pr-auto{padding-right:auto}.group:focus .group-focus\:px-auto{padding-right:auto;padding-left:auto}.group:focus .group-focus\:py-auto{padding-top:auto;padding-bottom:auto}.group:focus .group-focus\:pb-auto{padding-bottom:auto}.group:focus .group-focus\:pt-auto{padding-top:auto}.group:focus .group-focus\:p-0{padding:0}.group:focus .group-focus\:pl-0{padding-left:0}.group:focus .group-focus\:pr-0{padding-right:0}.group:focus .group-focus\:px-0{padding-right:0;padding-left:0}.group:focus .group-focus\:py-0{padding-top:0;padding-bottom:0}.group:focus .group-focus\:pb-0{padding-bottom:0}.group:focus .group-focus\:pt-0{padding-top:0}.group:focus .group-focus\:p-1{padding:.25rem}.group:focus .group-focus\:pl-1{padding-left:.25rem}.group:focus .group-focus\:pr-1{padding-right:.25rem}.group:focus .group-focus\:px-1{padding-right:.25rem;padding-left:.25rem}.group:focus .group-focus\:py-1{padding-top:.25rem;padding-bottom:.25rem}.group:focus .group-focus\:pb-1{padding-bottom:.25rem}.group:focus .group-focus\:pt-1{padding-top:.25rem}.group:focus .group-focus\:p-2{padding:.5rem}.group:focus .group-focus\:pl-2{padding-left:.5rem}.group:focus .group-focus\:pr-2{padding-right:.5rem}.group:focus .group-focus\:px-2{padding-right:.5rem;padding-left:.5rem}.group:focus .group-focus\:py-2{padding-top:.5rem;padding-bottom:.5rem}.group:focus .group-focus\:pb-2{padding-bottom:.5rem}.group:focus .group-focus\:pt-2{padding-top:.5rem}.group:focus .group-focus\:p-3{padding:.75rem}.group:focus .group-focus\:pl-3{padding-left:.75rem}.group:focus .group-focus\:pr-3{padding-right:.75rem}.group:focus .group-focus\:px-3{padding-right:.75rem;padding-left:.75rem}.group:focus .group-focus\:py-3{padding-top:.75rem;padding-bottom:.75rem}.group:focus .group-focus\:pb-3{padding-bottom:.75rem}.group:focus .group-focus\:pt-3{padding-top:.75rem}.group:focus .group-focus\:p-4{padding:1rem}.group:focus .group-focus\:pl-4{padding-left:1rem}.group:focus .group-focus\:pr-4{padding-right:1rem}.group:focus .group-focus\:px-4{padding-right:1rem;padding-left:1rem}.group:focus .group-focus\:py-4{padding-top:1rem;padding-bottom:1rem}.group:focus .group-focus\:pb-4{padding-bottom:1rem}.group:focus .group-focus\:pt-4{padding-top:1rem}.group:focus .group-focus\:p-5{padding:1.25rem}.group:focus .group-focus\:pl-5{padding-left:1.25rem}.group:focus .group-focus\:pr-5{padding-right:1.25rem}.group:focus .group-focus\:px-5{padding-right:1.25rem;padding-left:1.25rem}.group:focus .group-focus\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.group:focus .group-focus\:pb-5{padding-bottom:1.25rem}.group:focus .group-focus\:pt-5{padding-top:1.25rem}.group:focus .group-focus\:p-6{padding:1.5rem}.group:focus .group-focus\:pl-6{padding-left:1.5rem}.group:focus .group-focus\:pr-6{padding-right:1.5rem}.group:focus .group-focus\:px-6{padding-right:1.5rem;padding-left:1.5rem}.group:focus .group-focus\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.group:focus .group-focus\:pb-6{padding-bottom:1.5rem}.group:focus .group-focus\:pt-6{padding-top:1.5rem}.group:focus .group-focus\:p-7{padding:1.75rem}.group:focus .group-focus\:pl-7{padding-left:1.75rem}.group:focus .group-focus\:pr-7{padding-right:1.75rem}.group:focus .group-focus\:px-7{padding-right:1.75rem;padding-left:1.75rem}.group:focus .group-focus\:py-7{padding-top:1.75rem;padding-bottom:1.75rem}.group:focus .group-focus\:pb-7{padding-bottom:1.75rem}.group:focus .group-focus\:pt-7{padding-top:1.75rem}.group:focus .group-focus\:p-8{padding:2rem}.group:focus .group-focus\:pl-8{padding-left:2rem}.group:focus .group-focus\:pr-8{padding-right:2rem}.group:focus .group-focus\:px-8{padding-right:2rem;padding-left:2rem}.group:focus .group-focus\:py-8{padding-top:2rem;padding-bottom:2rem}.group:focus .group-focus\:pb-8{padding-bottom:2rem}.group:focus .group-focus\:pt-8{padding-top:2rem}.group:focus .group-focus\:p-9{padding:2.25rem}.group:focus .group-focus\:pl-9{padding-left:2.25rem}.group:focus .group-focus\:pr-9{padding-right:2.25rem}.group:focus .group-focus\:px-9{padding-right:2.25rem;padding-left:2.25rem}.group:focus .group-focus\:py-9{padding-top:2.25rem;padding-bottom:2.25rem}.group:focus .group-focus\:pb-9{padding-bottom:2.25rem}.group:focus .group-focus\:pt-9{padding-top:2.25rem}.group:focus .group-focus\:p-10{padding:2.5rem}.group:focus .group-focus\:pl-10{padding-left:2.5rem}.group:focus .group-focus\:pr-10{padding-right:2.5rem}.group:focus .group-focus\:px-10{padding-right:2.5rem;padding-left:2.5rem}.group:focus .group-focus\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.group:focus .group-focus\:pb-10{padding-bottom:2.5rem}.group:focus .group-focus\:pt-10{padding-top:2.5rem}.group:focus .group-focus\:p-11{padding:2.75rem}.group:focus .group-focus\:pl-11{padding-left:2.75rem}.group:focus .group-focus\:pr-11{padding-right:2.75rem}.group:focus .group-focus\:px-11{padding-right:2.75rem;padding-left:2.75rem}.group:focus .group-focus\:py-11{padding-top:2.75rem;padding-bottom:2.75rem}.group:focus .group-focus\:pb-11{padding-bottom:2.75rem}.group:focus .group-focus\:pt-11{padding-top:2.75rem}.group:focus .group-focus\:p-12{padding:3rem}.group:focus .group-focus\:pl-12{padding-left:3rem}.group:focus .group-focus\:pr-12{padding-right:3rem}.group:focus .group-focus\:px-12{padding-right:3rem;padding-left:3rem}.group:focus .group-focus\:py-12{padding-top:3rem;padding-bottom:3rem}.group:focus .group-focus\:pb-12{padding-bottom:3rem}.group:focus .group-focus\:pt-12{padding-top:3rem}.group:focus .group-focus\:p-14{padding:3.5rem}.group:focus .group-focus\:pl-14{padding-left:3.5rem}.group:focus .group-focus\:pr-14{padding-right:3.5rem}.group:focus .group-focus\:px-14{padding-right:3.5rem;padding-left:3.5rem}.group:focus .group-focus\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}.group:focus .group-focus\:pb-14{padding-bottom:3.5rem}.group:focus .group-focus\:pt-14{padding-top:3.5rem}.group:focus .group-focus\:p-16{padding:4rem}.group:focus .group-focus\:pl-16{padding-left:4rem}.group:focus .group-focus\:pr-16{padding-right:4rem}.group:focus .group-focus\:px-16{padding-right:4rem;padding-left:4rem}.group:focus .group-focus\:py-16{padding-top:4rem;padding-bottom:4rem}.group:focus .group-focus\:pb-16{padding-bottom:4rem}.group:focus .group-focus\:pt-16{padding-top:4rem}.group:focus .group-focus\:p-20{padding:5rem}.group:focus .group-focus\:pl-20{padding-left:5rem}.group:focus .group-focus\:pr-20{padding-right:5rem}.group:focus .group-focus\:px-20{padding-right:5rem;padding-left:5rem}.group:focus .group-focus\:py-20{padding-top:5rem;padding-bottom:5rem}.group:focus .group-focus\:pb-20{padding-bottom:5rem}.group:focus .group-focus\:pt-20{padding-top:5rem}.group:focus .group-focus\:p-24{padding:6rem}.group:focus .group-focus\:pl-24{padding-left:6rem}.group:focus .group-focus\:pr-24{padding-right:6rem}.group:focus .group-focus\:px-24{padding-right:6rem;padding-left:6rem}.group:focus .group-focus\:py-24{padding-top:6rem;padding-bottom:6rem}.group:focus .group-focus\:pb-24{padding-bottom:6rem}.group:focus .group-focus\:pt-24{padding-top:6rem}.group:focus .group-focus\:p-28{padding:7rem}.group:focus .group-focus\:pl-28{padding-left:7rem}.group:focus .group-focus\:pr-28{padding-right:7rem}.group:focus .group-focus\:px-28{padding-right:7rem;padding-left:7rem}.group:focus .group-focus\:py-28{padding-top:7rem;padding-bottom:7rem}.group:focus .group-focus\:pb-28{padding-bottom:7rem}.group:focus .group-focus\:pt-28{padding-top:7rem}.group:focus .group-focus\:p-32{padding:8rem}.group:focus .group-focus\:pl-32{padding-left:8rem}.group:focus .group-focus\:pr-32{padding-right:8rem}.group:focus .group-focus\:px-32{padding-right:8rem;padding-left:8rem}.group:focus .group-focus\:py-32{padding-top:8rem;padding-bottom:8rem}.group:focus .group-focus\:pb-32{padding-bottom:8rem}.group:focus .group-focus\:pt-32{padding-top:8rem}.group:focus .group-focus\:p-36{padding:9rem}.group:focus .group-focus\:pl-36{padding-left:9rem}.group:focus .group-focus\:pr-36{padding-right:9rem}.group:focus .group-focus\:px-36{padding-right:9rem;padding-left:9rem}.group:focus .group-focus\:py-36{padding-top:9rem;padding-bottom:9rem}.group:focus .group-focus\:pb-36{padding-bottom:9rem}.group:focus .group-focus\:pt-36{padding-top:9rem}.group:focus .group-focus\:p-40{padding:10rem}.group:focus .group-focus\:pl-40{padding-left:10rem}.group:focus .group-focus\:pr-40{padding-right:10rem}.group:focus .group-focus\:px-40{padding-right:10rem;padding-left:10rem}.group:focus .group-focus\:py-40{padding-top:10rem;padding-bottom:10rem}.group:focus .group-focus\:pb-40{padding-bottom:10rem}.group:focus .group-focus\:pt-40{padding-top:10rem}.group:focus .group-focus\:p-44{padding:11rem}.group:focus .group-focus\:pl-44{padding-left:11rem}.group:focus .group-focus\:pr-44{padding-right:11rem}.group:focus .group-focus\:px-44{padding-right:11rem;padding-left:11rem}.group:focus .group-focus\:py-44{padding-top:11rem;padding-bottom:11rem}.group:focus .group-focus\:pb-44{padding-bottom:11rem}.group:focus .group-focus\:pt-44{padding-top:11rem}.group:focus .group-focus\:p-48{padding:12rem}.group:focus .group-focus\:pl-48{padding-left:12rem}.group:focus .group-focus\:pr-48{padding-right:12rem}.group:focus .group-focus\:px-48{padding-right:12rem;padding-left:12rem}.group:focus .group-focus\:py-48{padding-top:12rem;padding-bottom:12rem}.group:focus .group-focus\:pb-48{padding-bottom:12rem}.group:focus .group-focus\:pt-48{padding-top:12rem}.group:focus .group-focus\:p-52{padding:13rem}.group:focus .group-focus\:pl-52{padding-left:13rem}.group:focus .group-focus\:pr-52{padding-right:13rem}.group:focus .group-focus\:px-52{padding-right:13rem;padding-left:13rem}.group:focus .group-focus\:py-52{padding-top:13rem;padding-bottom:13rem}.group:focus .group-focus\:pb-52{padding-bottom:13rem}.group:focus .group-focus\:pt-52{padding-top:13rem}.group:focus .group-focus\:p-56{padding:14rem}.group:focus .group-focus\:pl-56{padding-left:14rem}.group:focus .group-focus\:pr-56{padding-right:14rem}.group:focus .group-focus\:px-56{padding-right:14rem;padding-left:14rem}.group:focus .group-focus\:py-56{padding-top:14rem;padding-bottom:14rem}.group:focus .group-focus\:pb-56{padding-bottom:14rem}.group:focus .group-focus\:pt-56{padding-top:14rem}.group:focus .group-focus\:p-60{padding:15rem}.group:focus .group-focus\:pl-60{padding-left:15rem}.group:focus .group-focus\:pr-60{padding-right:15rem}.group:focus .group-focus\:px-60{padding-right:15rem;padding-left:15rem}.group:focus .group-focus\:py-60{padding-top:15rem;padding-bottom:15rem}.group:focus .group-focus\:pb-60{padding-bottom:15rem}.group:focus .group-focus\:pt-60{padding-top:15rem}.group:focus .group-focus\:p-64{padding:16rem}.group:focus .group-focus\:pl-64{padding-left:16rem}.group:focus .group-focus\:pr-64{padding-right:16rem}.group:focus .group-focus\:px-64{padding-right:16rem;padding-left:16rem}.group:focus .group-focus\:py-64{padding-top:16rem;padding-bottom:16rem}.group:focus .group-focus\:pb-64{padding-bottom:16rem}.group:focus .group-focus\:pt-64{padding-top:16rem}.group:focus .group-focus\:p-72{padding:18rem}.group:focus .group-focus\:pl-72{padding-left:18rem}.group:focus .group-focus\:pr-72{padding-right:18rem}.group:focus .group-focus\:px-72{padding-right:18rem;padding-left:18rem}.group:focus .group-focus\:py-72{padding-top:18rem;padding-bottom:18rem}.group:focus .group-focus\:pb-72{padding-bottom:18rem}.group:focus .group-focus\:pt-72{padding-top:18rem}.group:focus .group-focus\:p-80{padding:20rem}.group:focus .group-focus\:pl-80{padding-left:20rem}.group:focus .group-focus\:pr-80{padding-right:20rem}.group:focus .group-focus\:px-80{padding-right:20rem;padding-left:20rem}.group:focus .group-focus\:py-80{padding-top:20rem;padding-bottom:20rem}.group:focus .group-focus\:pb-80{padding-bottom:20rem}.group:focus .group-focus\:pt-80{padding-top:20rem}.group:focus .group-focus\:p-96{padding:24rem}.group:focus .group-focus\:pl-96{padding-left:24rem}.group:focus .group-focus\:pr-96{padding-right:24rem}.group:focus .group-focus\:px-96{padding-right:24rem;padding-left:24rem}.group:focus .group-focus\:py-96{padding-top:24rem;padding-bottom:24rem}.group:focus .group-focus\:pb-96{padding-bottom:24rem}.group:focus .group-focus\:pt-96{padding-top:24rem}.group:focus .group-focus\:flex-1{flex:1 1 0%}.group:focus .group-focus\:flex-column{flex-direction:column}.group:focus .group-focus\:flex-row{flex-direction:row}.group:focus .group-focus\:flex-wrap{flex-wrap:wrap}.group:focus .group-focus\:flex-wrap-reverse{flex-wrap:wrap-reverse}.group:focus .group-focus\:flex-nowrap{flex-wrap:nowrap}.group:focus .group-focus\:w-0{width:0px}.group:focus .group-focus\:w-px{width:1px}.group:focus .group-focus\:w-1{width:.25rem}.group:focus .group-focus\:w-2{width:.5rem}.group:focus .group-focus\:w-3{width:.75rem}.group:focus .group-focus\:w-4{width:1rem}.group:focus .group-focus\:w-5{width:1.25rem}.group:focus .group-focus\:w-6{width:1.5rem}.group:focus .group-focus\:w-7{width:1.75rem}.group:focus .group-focus\:w-8{width:2rem}.group:focus .group-focus\:w-9{width:2.25rem}.group:focus .group-focus\:w-10{width:2.5rem}.group:focus .group-focus\:w-11{width:2.75rem}.group:focus .group-focus\:w-12{width:3rem}.group:focus .group-focus\:w-14{width:3.5rem}.group:focus .group-focus\:w-16{width:4rem}.group:focus .group-focus\:w-20{width:5rem}.group:focus .group-focus\:w-24{width:6rem}.group:focus .group-focus\:w-28{width:7rem}.group:focus .group-focus\:w-32{width:8rem}.group:focus .group-focus\:w-36{width:9rem}.group:focus .group-focus\:w-40{width:10rem}.group:focus .group-focus\:w-44{width:11rem}.group:focus .group-focus\:w-48{width:12rem}.group:focus .group-focus\:w-52{width:13rem}.group:focus .group-focus\:w-56{width:14rem}.group:focus .group-focus\:w-60{width:15rem}.group:focus .group-focus\:w-64{width:16rem}.group:focus .group-focus\:w-72{width:18rem}.group:focus .group-focus\:w-80{width:20rem}.group:focus .group-focus\:w-96{width:24rem}.group:focus .group-focus\:w-auto{width:auto}.group:focus .group-focus\:w-full{width:100%}.group:focus .group-focus\:w-screen{width:100vw}.group:focus .group-focus\:w-min{width:min-content}.group:focus .group-focus\:w-max{width:max-content}.group:focus .group-focus\:w-fit{width:fit-content}.group:focus .group-focus\:h-0{height:0px}.group:focus .group-focus\:h-px{height:1px}.group:focus .group-focus\:h-1{height:.25rem}.group:focus .group-focus\:h-2{height:.5rem}.group:focus .group-focus\:h-3{height:.75rem}.group:focus .group-focus\:h-4{height:1rem}.group:focus .group-focus\:h-5{height:1.25rem}.group:focus .group-focus\:h-6{height:1.5rem}.group:focus .group-focus\:h-7{height:1.75rem}.group:focus .group-focus\:h-8{height:2rem}.group:focus .group-focus\:h-9{height:2.25rem}.group:focus .group-focus\:h-10{height:2.5rem}.group:focus .group-focus\:h-11{height:2.75rem}.group:focus .group-focus\:h-12{height:3rem}.group:focus .group-focus\:h-14{height:3.5rem}.group:focus .group-focus\:h-16{height:4rem}.group:focus .group-focus\:h-20{height:5rem}.group:focus .group-focus\:h-24{height:6rem}.group:focus .group-focus\:h-28{height:7rem}.group:focus .group-focus\:h-32{height:8rem}.group:focus .group-focus\:h-36{height:9rem}.group:focus .group-focus\:h-40{height:10rem}.group:focus .group-focus\:h-44{height:11rem}.group:focus .group-focus\:h-48{height:12rem}.group:focus .group-focus\:h-52{height:13rem}.group:focus .group-focus\:h-56{height:14rem}.group:focus .group-focus\:h-60{height:15rem}.group:focus .group-focus\:h-64{height:16rem}.group:focus .group-focus\:h-72{height:18rem}.group:focus .group-focus\:h-80{height:20rem}.group:focus .group-focus\:h-96{height:24rem}.group:focus .group-focus\:h-auto{height:auto}.group:focus .group-focus\:h-full{height:100%}.group:focus .group-focus\:h-screen{height:100vh}.group:focus .group-focus\:h-min{height:min-content}.group:focus .group-focus\:h-max{height:max-content}.group:focus .group-focus\:h-fit{height:fit-content}.group:focus .group-focus\:border{border-width:1px}.group:focus .group-focus\:border-b{border:0px;border-bottom:1px}.group:focus .group-focus\:border-b-0{border:0px;border-bottom:1px;border-bottom-width:0px}.group:focus .group-focus\:border-b-2{border:0px;border-bottom:1px;border-bottom-width:2px}.group:focus .group-focus\:border-b-4{border:0px;border-bottom:1px;border-bottom-width:4px}.group:focus .group-focus\:border-b-8{border:0px;border-bottom:1px;border-bottom-width:8px}.group:focus .group-focus\:border-t{border:0px;border-top:1px}.group:focus .group-focus\:border-t-0{border:0px;border-top:1px;border-top-width:0px}.group:focus .group-focus\:border-t-2{border:0px;border-top:1px;border-top-width:2px}.group:focus .group-focus\:border-t-4{border:0px;border-top:1px;border-top-width:4px}.group:focus .group-focus\:border-t-8{border:0px;border-top:1px;border-top-width:8px}.group:focus .group-focus\:border-r{border:0px;border-right:1px solid}.group:focus .group-focus\:border-r-0{border:0px;border-right-width:0px}.group:focus .group-focus\:border-r-2{border:0px;border-right-width:2px}.group:focus .group-focus\:border-r-4{border:0px;border-right-width:4px}.group:focus .group-focus\:border-r-8{border:0px;border-right-width:8px}.group:focus .group-focus\:border-l{border:0px;border-left:1px}.group:focus .group-focus\:border-l-0{border:0px;border-left:1px;border-left-width:0px}.group:focus .group-focus\:border-l-2{border:0px;border-left:1px;border-left-width:2px}.group:focus .group-focus\:border-l-4{border:0px;border-left:1px;border-left-width:4px}.group:focus .group-focus\:border-l-8{border:0px;border-left:1px;border-left-width:8px}.group:focus .group-focus\:border-0{border-width:0px}.group:focus .group-focus\:border-2{border-width:2px}.group:focus .group-focus\:border-4{border-width:4px}.group:focus .group-focus\:border-8{border-width:8px}.group:focus .group-focus\:border-none{border-style:none}.group:focus .group-focus\:border-solid{border-style:solid}.group:focus .group-focus\:border-dashed{border-style:dashed}.group:focus .group-focus\:border-dotted{border-style:dotted}.group:focus .group-focus\:border-double{border-style:double}.group:focus .group-focus\:border-groove{border-style:groove}.group:focus .group-focus\:border-ridge{border-style:ridge}.group:focus .group-focus\:border-inset{border-style:inset}.group:focus .group-focus\:border-outset{border-style:outset}.group:focus .group-focus\:border-transparent{border-color:transparent}.group:focus .group-focus\:border-black{border-color:#000}.group:focus .group-focus\:border-white{border-color:#fff}.group:focus .group-focus\:border-slate-50{border-color:#f8fafc}.group:focus .group-focus\:border-slate-100{border-color:#f1f5f9}.group:focus .group-focus\:border-slate-200{border-color:#e2e8f0}.group:focus .group-focus\:border-slate-300{border-color:#cbd5e1}.group:focus .group-focus\:border-slate-400{border-color:#94a3b8}.group:focus .group-focus\:border-slate-500{border-color:#64748b}.group:focus .group-focus\:border-slate-600{border-color:#475569}.group:focus .group-focus\:border-slate-700{border-color:#334155}.group:focus .group-focus\:border-slate-800{border-color:#1e293b}.group:focus .group-focus\:border-slate-900{border-color:#0f172a}.group:focus .group-focus\:border-slate-950{border-color:#020617}.group:focus .group-focus\:border-gray-50{border-color:#f9fafb}.group:focus .group-focus\:border-gray-100{border-color:#f3f4f6}.group:focus .group-focus\:border-gray-200{border-color:#e5e7eb}.group:focus .group-focus\:border-gray-300{border-color:#d1d5db}.group:focus .group-focus\:border-gray-400{border-color:#9ca3af}.group:focus .group-focus\:border-gray-500{border-color:#6b7280}.group:focus .group-focus\:border-gray-600{border-color:#4b5563}.group:focus .group-focus\:border-gray-700{border-color:#374151}.group:focus .group-focus\:border-gray-800{border-color:#1f2937}.group:focus .group-focus\:border-gray-900{border-color:#111827}.group:focus .group-focus\:border-gray-950{border-color:#030712}.group:focus .group-focus\:border-zinc-50{border-color:#fafafa}.group:focus .group-focus\:border-zinc-100{border-color:#f4f4f5}.group:focus .group-focus\:border-zinc-200{border-color:#e4e4e7}.group:focus .group-focus\:border-zinc-300{border-color:#d4d4d8}.group:focus .group-focus\:border-zinc-400{border-color:#a1a1aa}.group:focus .group-focus\:border-zinc-500{border-color:#71717a}.group:focus .group-focus\:border-zinc-600{border-color:#52525b}.group:focus .group-focus\:border-zinc-700{border-color:#3f3f46}.group:focus .group-focus\:border-zinc-800{border-color:#27272a}.group:focus .group-focus\:border-zinc-900{border-color:#18181b}.group:focus .group-focus\:border-zinc-950{border-color:#09090b}.group:focus .group-focus\:border-neutral-50{border-color:#fafafa}.group:focus .group-focus\:border-neutral-100{border-color:#f5f5f5}.group:focus .group-focus\:border-neutral-200{border-color:#e5e5e5}.group:focus .group-focus\:border-neutral-300{border-color:#d4d4d4}.group:focus .group-focus\:border-neutral-400{border-color:#a3a3a3}.group:focus .group-focus\:border-neutral-500{border-color:#737373}.group:focus .group-focus\:border-neutral-600{border-color:#525252}.group:focus .group-focus\:border-neutral-700{border-color:#404040}.group:focus .group-focus\:border-neutral-800{border-color:#262626}.group:focus .group-focus\:border-neutral-900{border-color:#171717}.group:focus .group-focus\:border-neutral-950{border-color:#0a0a0a}.group:focus .group-focus\:border-stone-50{border-color:#fafaf9}.group:focus .group-focus\:border-stone-100{border-color:#f5f5f4}.group:focus .group-focus\:border-stone-200{border-color:#e7e5e4}.group:focus .group-focus\:border-stone-300{border-color:#d6d3d1}.group:focus .group-focus\:border-stone-400{border-color:#a8a29e}.group:focus .group-focus\:border-stone-500{border-color:#78716c}.group:focus .group-focus\:border-stone-600{border-color:#57534e}.group:focus .group-focus\:border-stone-700{border-color:#44403c}.group:focus .group-focus\:border-stone-800{border-color:#292524}.group:focus .group-focus\:border-stone-900{border-color:#1c1917}.group:focus .group-focus\:border-stone-950{border-color:#0c0a09}.group:focus .group-focus\:border-red-50{border-color:#fef2f2}.group:focus .group-focus\:border-red-100{border-color:#fee2e2}.group:focus .group-focus\:border-red-200{border-color:#fecaca}.group:focus .group-focus\:border-red-300{border-color:#fca5a5}.group:focus .group-focus\:border-red-400{border-color:#f87171}.group:focus .group-focus\:border-red-500{border-color:#ef4444}.group:focus .group-focus\:border-red-600{border-color:#dc2626}.group:focus .group-focus\:border-red-700{border-color:#b91c1c}.group:focus .group-focus\:border-red-800{border-color:#991b1b}.group:focus .group-focus\:border-red-900{border-color:#7f1d1d}.group:focus .group-focus\:border-red-950{border-color:#450a0a}.group:focus .group-focus\:border-orange-50{border-color:#fff7ed}.group:focus .group-focus\:border-orange-100{border-color:#ffedd5}.group:focus .group-focus\:border-orange-200{border-color:#fed7aa}.group:focus .group-focus\:border-orange-300{border-color:#fdba74}.group:focus .group-focus\:border-orange-400{border-color:#fb923c}.group:focus .group-focus\:border-orange-500{border-color:#f97316}.group:focus .group-focus\:border-orange-600{border-color:#ea580c}.group:focus .group-focus\:border-orange-700{border-color:#c2410c}.group:focus .group-focus\:border-orange-800{border-color:#9a3412}.group:focus .group-focus\:border-orange-900{border-color:#7c2d12}.group:focus .group-focus\:border-orange-950{border-color:#431407}.group:focus .group-focus\:border-amber-50{border-color:#fffbeb}.group:focus .group-focus\:border-amber-100{border-color:#fef3c7}.group:focus .group-focus\:border-amber-200{border-color:#fde68a}.group:focus .group-focus\:border-amber-300{border-color:#fcd34d}.group:focus .group-focus\:border-amber-400{border-color:#fbbf24}.group:focus .group-focus\:border-amber-500{border-color:#f59e0b}.group:focus .group-focus\:border-amber-600{border-color:#d97706}.group:focus .group-focus\:border-amber-700{border-color:#b45309}.group:focus .group-focus\:border-amber-800{border-color:#92400e}.group:focus .group-focus\:border-amber-900{border-color:#78350f}.group:focus .group-focus\:border-amber-950{border-color:#451a03}.group:focus .group-focus\:border-yellow-50{border-color:#fefce8}.group:focus .group-focus\:border-yellow-100{border-color:#fef9c3}.group:focus .group-focus\:border-yellow-200{border-color:#fef08a}.group:focus .group-focus\:border-yellow-300{border-color:#fde047}.group:focus .group-focus\:border-yellow-400{border-color:#facc15}.group:focus .group-focus\:border-yellow-500{border-color:#eab308}.group:focus .group-focus\:border-yellow-600{border-color:#ca8a04}.group:focus .group-focus\:border-yellow-700{border-color:#a16207}.group:focus .group-focus\:border-yellow-800{border-color:#854d0e}.group:focus .group-focus\:border-yellow-900{border-color:#713f12}.group:focus .group-focus\:border-yellow-950{border-color:#422006}.group:focus .group-focus\:border-lime-50{border-color:#f7fee7}.group:focus .group-focus\:border-lime-100{border-color:#ecfccb}.group:focus .group-focus\:border-lime-200{border-color:#d9f99d}.group:focus .group-focus\:border-lime-300{border-color:#bef264}.group:focus .group-focus\:border-lime-400{border-color:#a3e635}.group:focus .group-focus\:border-lime-500{border-color:#84cc16}.group:focus .group-focus\:border-lime-600{border-color:#65a30d}.group:focus .group-focus\:border-lime-700{border-color:#4d7c0f}.group:focus .group-focus\:border-lime-800{border-color:#3f6212}.group:focus .group-focus\:border-lime-900{border-color:#365314}.group:focus .group-focus\:border-lime-950{border-color:#1a2e05}.group:focus .group-focus\:border-green-50{border-color:#f0fdf4}.group:focus .group-focus\:border-green-100{border-color:#dcfce7}.group:focus .group-focus\:border-green-200{border-color:#bbf7d0}.group:focus .group-focus\:border-green-300{border-color:#86efac}.group:focus .group-focus\:border-green-400{border-color:#4ade80}.group:focus .group-focus\:border-green-500{border-color:#22c55e}.group:focus .group-focus\:border-green-600{border-color:#16a34a}.group:focus .group-focus\:border-green-700{border-color:#15803d}.group:focus .group-focus\:border-green-800{border-color:#166534}.group:focus .group-focus\:border-green-900{border-color:#14532d}.group:focus .group-focus\:border-green-950{border-color:#052e16}.group:focus .group-focus\:border-emerald-50{border-color:#ecfdf5}.group:focus .group-focus\:border-emerald-100{border-color:#d1fae5}.group:focus .group-focus\:border-emerald-200{border-color:#a7f3d0}.group:focus .group-focus\:border-emerald-300{border-color:#6ee7b7}.group:focus .group-focus\:border-emerald-400{border-color:#34d399}.group:focus .group-focus\:border-emerald-500{border-color:#10b981}.group:focus .group-focus\:border-emerald-600{border-color:#059669}.group:focus .group-focus\:border-emerald-700{border-color:#047857}.group:focus .group-focus\:border-emerald-800{border-color:#065f46}.group:focus .group-focus\:border-emerald-900{border-color:#064e3b}.group:focus .group-focus\:border-emerald-950{border-color:#022c22}.group:focus .group-focus\:border-teal-50{border-color:#f0fdfa}.group:focus .group-focus\:border-teal-100{border-color:#ccfbf1}.group:focus .group-focus\:border-teal-200{border-color:#99f6e4}.group:focus .group-focus\:border-teal-300{border-color:#5eead4}.group:focus .group-focus\:border-teal-400{border-color:#2dd4bf}.group:focus .group-focus\:border-teal-500{border-color:#14b8a6}.group:focus .group-focus\:border-teal-600{border-color:#0d9488}.group:focus .group-focus\:border-teal-700{border-color:#0f766e}.group:focus .group-focus\:border-teal-800{border-color:#115e59}.group:focus .group-focus\:border-teal-900{border-color:#134e4a}.group:focus .group-focus\:border-teal-950{border-color:#042f2e}.group:focus .group-focus\:border-cyan-50{border-color:#ecfeff}.group:focus .group-focus\:border-cyan-100{border-color:#cffafe}.group:focus .group-focus\:border-cyan-200{border-color:#a5f3fc}.group:focus .group-focus\:border-cyan-300{border-color:#67e8f9}.group:focus .group-focus\:border-cyan-400{border-color:#22d3ee}.group:focus .group-focus\:border-cyan-500{border-color:#06b6d4}.group:focus .group-focus\:border-cyan-600{border-color:#0891b2}.group:focus .group-focus\:border-cyan-700{border-color:#0e7490}.group:focus .group-focus\:border-cyan-800{border-color:#155e75}.group:focus .group-focus\:border-cyan-900{border-color:#164e63}.group:focus .group-focus\:border-cyan-950{border-color:#083344}.group:focus .group-focus\:border-sky-50{border-color:#f0f9ff}.group:focus .group-focus\:border-sky-100{border-color:#e0f2fe}.group:focus .group-focus\:border-sky-200{border-color:#bae6fd}.group:focus .group-focus\:border-sky-300{border-color:#7dd3fc}.group:focus .group-focus\:border-sky-400{border-color:#38bdf8}.group:focus .group-focus\:border-sky-500{border-color:#0ea5e9}.group:focus .group-focus\:border-sky-600{border-color:#0284c7}.group:focus .group-focus\:border-sky-700{border-color:#0369a1}.group:focus .group-focus\:border-sky-800{border-color:#075985}.group:focus .group-focus\:border-sky-900{border-color:#0c4a6e}.group:focus .group-focus\:border-sky-950{border-color:#082f49}.group:focus .group-focus\:border-blue-50{border-color:#eff6ff}.group:focus .group-focus\:border-blue-100{border-color:#dbeafe}.group:focus .group-focus\:border-blue-200{border-color:#bfdbfe}.group:focus .group-focus\:border-blue-300{border-color:#93c5fd}.group:focus .group-focus\:border-blue-400{border-color:#60a5fa}.group:focus .group-focus\:border-blue-500{border-color:#3b82f6}.group:focus .group-focus\:border-blue-600{border-color:#2563eb}.group:focus .group-focus\:border-blue-700{border-color:#1d4ed8}.group:focus .group-focus\:border-blue-800{border-color:#1e40af}.group:focus .group-focus\:border-blue-900{border-color:#1e3a8a}.group:focus .group-focus\:border-blue-950{border-color:#172554}.group:focus .group-focus\:border-indigo-50{border-color:#eef2ff}.group:focus .group-focus\:border-indigo-100{border-color:#e0e7ff}.group:focus .group-focus\:border-indigo-200{border-color:#c7d2fe}.group:focus .group-focus\:border-indigo-300{border-color:#a5b4fc}.group:focus .group-focus\:border-indigo-400{border-color:#818cf8}.group:focus .group-focus\:border-indigo-500{border-color:#6366f1}.group:focus .group-focus\:border-indigo-600{border-color:#4f46e5}.group:focus .group-focus\:border-indigo-700{border-color:#4338ca}.group:focus .group-focus\:border-indigo-800{border-color:#3730a3}.group:focus .group-focus\:border-indigo-900{border-color:#312e81}.group:focus .group-focus\:border-indigo-950{border-color:#1e1b4b}.group:focus .group-focus\:border-violet-50{border-color:#f5f3ff}.group:focus .group-focus\:border-violet-100{border-color:#ede9fe}.group:focus .group-focus\:border-violet-200{border-color:#ddd6fe}.group:focus .group-focus\:border-violet-300{border-color:#c4b5fd}.group:focus .group-focus\:border-violet-400{border-color:#a78bfa}.group:focus .group-focus\:border-violet-500{border-color:#8b5cf6}.group:focus .group-focus\:border-violet-600{border-color:#7c3aed}.group:focus .group-focus\:border-violet-700{border-color:#6d28d9}.group:focus .group-focus\:border-violet-800{border-color:#5b21b6}.group:focus .group-focus\:border-violet-900{border-color:#4c1d95}.group:focus .group-focus\:border-violet-950{border-color:#2e1065}.group:focus .group-focus\:border-purple-50{border-color:#faf5ff}.group:focus .group-focus\:border-purple-100{border-color:#f3e8ff}.group:focus .group-focus\:border-purple-200{border-color:#e9d5ff}.group:focus .group-focus\:border-purple-300{border-color:#d8b4fe}.group:focus .group-focus\:border-purple-400{border-color:#c084fc}.group:focus .group-focus\:border-purple-500{border-color:#a855f7}.group:focus .group-focus\:border-purple-600{border-color:#9333ea}.group:focus .group-focus\:border-purple-700{border-color:#7e22ce}.group:focus .group-focus\:border-purple-800{border-color:#6b21a8}.group:focus .group-focus\:border-purple-900{border-color:#581c87}.group:focus .group-focus\:border-purple-950{border-color:#3b0764}.group:focus .group-focus\:border-fuchsia-50{border-color:#fdf4ff}.group:focus .group-focus\:border-fuchsia-100{border-color:#fae8ff}.group:focus .group-focus\:border-fuchsia-200{border-color:#f5d0fe}.group:focus .group-focus\:border-fuchsia-300{border-color:#f0abfc}.group:focus .group-focus\:border-fuchsia-400{border-color:#e879f9}.group:focus .group-focus\:border-fuchsia-500{border-color:#d946ef}.group:focus .group-focus\:border-fuchsia-600{border-color:#c026d3}.group:focus .group-focus\:border-fuchsia-700{border-color:#a21caf}.group:focus .group-focus\:border-fuchsia-800{border-color:#86198f}.group:focus .group-focus\:border-fuchsia-900{border-color:#701a75}.group:focus .group-focus\:border-fuchsia-950{border-color:#4a044e}.group:focus .group-focus\:border-pink-50{border-color:#fdf2f8}.group:focus .group-focus\:border-pink-100{border-color:#fce7f3}.group:focus .group-focus\:border-pink-200{border-color:#fbcfe8}.group:focus .group-focus\:border-pink-300{border-color:#f9a8d4}.group:focus .group-focus\:border-pink-400{border-color:#f472b6}.group:focus .group-focus\:border-pink-500{border-color:#ec4899}.group:focus .group-focus\:border-pink-600{border-color:#db2777}.group:focus .group-focus\:border-pink-700{border-color:#be185d}.group:focus .group-focus\:border-pink-800{border-color:#9d174d}.group:focus .group-focus\:border-pink-900{border-color:#831843}.group:focus .group-focus\:border-pink-950{border-color:#500724}.group:focus .group-focus\:border-rose-50{border-color:#fff1f2}.group:focus .group-focus\:border-rose-100{border-color:#ffe4e6}.group:focus .group-focus\:border-rose-200{border-color:#fecdd3}.group:focus .group-focus\:border-rose-300{border-color:#fda4af}.group:focus .group-focus\:border-rose-400{border-color:#fb7185}.group:focus .group-focus\:border-rose-500{border-color:#f43f5e}.group:focus .group-focus\:border-rose-600{border-color:#e11d48}.group:focus .group-focus\:border-rose-700{border-color:#be123c}.group:focus .group-focus\:border-rose-800{border-color:#9f1239}.group:focus .group-focus\:border-rose-900{border-color:#881337}.group:focus .group-focus\:border-rose-950{border-color:#4c0519}.group:focus .group-focus\:border-primary{border-color:#3874ff}.group:focus .group-focus\:border-primary-bold{border-color:#002660}.group:focus .group-focus\:border-primary-hover{border-color:#003585}.group:focus .group-focus\:border-primary-border{border-color:#156ef3}.group:focus .group-focus\:border-primary-focus-lv1{border-color:#6492ff}.group:focus .group-focus\:border-primary-focus-lv2{border-color:#c7ddff}.group:focus .group-focus\:border-primary-bg-color{border-color:#f8fbff}.group:focus .group-focus\:border-success{border-color:#00bd7e}.group:focus .group-focus\:border-success-bold{border-color:#006c58}.group:focus .group-focus\:border-success-hover{border-color:#008d5e}.group:focus .group-focus\:border-success-border{border-color:#17e5a1}.group:focus .group-focus\:border-success-focus-lv1{border-color:#a9fbe0}.group:focus .group-focus\:border-success-bg-color{border-color:#ebfff8}.group:focus .group-focus\:border-warning{border-color:#ffb41f}.group:focus .group-focus\:border-warning-bold{border-color:#b77d09}.group:focus .group-focus\:border-warning-hover{border-color:#e39f17}.group:focus .group-focus\:border-warning-border{border-color:#f7c86a}.group:focus .group-focus\:border-warning-focus-lv1{border-color:#fbe0a9}.group:focus .group-focus\:border-warning-bg-color{border-color:#fff8eb}.group:focus .group-focus\:border-danger{border-color:#b20000}.group:focus .group-focus\:border-danger-bold{border-color:#920122}.group:focus .group-focus\:border-danger-hover{border-color:#c60833}.group:focus .group-focus\:border-danger-border{border-color:#f35370}.group:focus .group-focus\:border-danger-focus-lv1{border-color:#fdabb9}.group:focus .group-focus\:border-danger-bg-color{border-color:#fff1f4}.group:focus .group-focus\:border-info{border-color:#2668cb}.group:focus .group-focus\:border-info-bold{border-color:#023480}.group:focus .group-focus\:border-info-hover{border-color:#0f4eae}.group:focus .group-focus\:border-info-border{border-color:#679ef2}.group:focus .group-focus\:border-info-focus-lv1{border-color:#c1d9fd}.group:focus .group-focus\:border-info-bg-color{border-color:#f2f7ff}.group:focus .group-focus\:border-neutral-100{border-color:#1a1a1a}.group:focus .group-focus\:border-neutral-90{border-color:#424242}.group:focus .group-focus\:border-neutral-80{border-color:#616161}.group:focus .group-focus\:border-neutral-70{border-color:#757575}.group:focus .group-focus\:border-neutral-60{border-color:#9e9e9e}.group:focus .group-focus\:border-neutral-50{border-color:#c2c2c2}.group:focus .group-focus\:border-neutral-40{border-color:#e0e0e0}.group:focus .group-focus\:border-neutral-30{border-color:#ededed}.group:focus .group-focus\:border-neutral-20{border-color:#f5f5f5}.group:focus .group-focus\:border-base{border-color:#f5f7fa}.group:focus .group-focus\:rounded{border-radius:.25rem}.group:focus .group-focus\:rounded-none{border-radius:0}.group:focus .group-focus\:rounded-e-none{border-start-end-radius:0px;border-end-end-radius:0px}.group:focus .group-focus\:rounded-s-none{border-start-start-radius:0px;border-end-start-radius:0px}.group:focus .group-focus\:rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.group:focus .group-focus\:rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.group:focus .group-focus\:rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.group:focus .group-focus\:rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.group:focus .group-focus\:rounded-ss-none{border-start-start-radius:0px}.group:focus .group-focus\:rounded-se-none{border-start-end-radius:0px}.group:focus .group-focus\:rounded-ee-none{border-end-end-radius:0px}.group:focus .group-focus\:rounded-es-none{border-end-start-radius:0px}.group:focus .group-focus\:rounded-tl-none{border-top-left-radius:0}.group:focus .group-focus\:rounded-tr-none{border-top-right-radius:0}.group:focus .group-focus\:rounded-br-none{border-bottom-right-radius:0}.group:focus .group-focus\:rounded-md{border-radius:.375rem}.group:focus .group-focus\:rounded-e-md{border-start-end-radius:.375rem;border-end-end-radius:.375rem}.group:focus .group-focus\:rounded-s-md{border-start-start-radius:.375rem;border-end-start-radius:.375rem}.group:focus .group-focus\:rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.group:focus .group-focus\:rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.group:focus .group-focus\:rounded-b-md{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.group:focus .group-focus\:rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.group:focus .group-focus\:rounded-ss-md{border-start-start-radius:.375rem}.group:focus .group-focus\:rounded-se-md{border-start-end-radius:.375rem}.group:focus .group-focus\:rounded-ee-md{border-end-end-radius:.375rem}.group:focus .group-focus\:rounded-es-md{border-end-start-radius:.375rem}.group:focus .group-focus\:rounded-tl-md{border-top-left-radius:.375rem}.group:focus .group-focus\:rounded-tr-md{border-top-right-radius:.375rem}.group:focus .group-focus\:rounded-br-md{border-bottom-right-radius:.375rem}.group:focus .group-focus\:rounded-lg{border-radius:.5rem}.group:focus .group-focus\:rounded-e-lg{border-start-end-radius:.5rem;border-end-end-radius:.5rem}.group:focus .group-focus\:rounded-s-lg{border-start-start-radius:.5rem;border-end-start-radius:.5rem}.group:focus .group-focus\:rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.group:focus .group-focus\:rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.group:focus .group-focus\:rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.group:focus .group-focus\:rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.group:focus .group-focus\:rounded-ss-lg{border-start-start-radius:.5rem}.group:focus .group-focus\:rounded-se-lg{border-start-end-radius:.5rem}.group:focus .group-focus\:rounded-ee-lg{border-end-end-radius:.5rem}.group:focus .group-focus\:rounded-es-lg{border-end-start-radius:.5rem}.group:focus .group-focus\:rounded-tl-lg{border-top-left-radius:.5rem}.group:focus .group-focus\:rounded-tr-lg{border-top-right-radius:.5rem}.group:focus .group-focus\:rounded-br-lg{border-bottom-right-radius:.5rem}.group:focus .group-focus\:rounded-xl{border-radius:.75rem}.group:focus .group-focus\:rounded-e-xl{border-start-end-radius:.75rem;border-end-end-radius:.75rem}.group:focus .group-focus\:rounded-s-xl{border-start-start-radius:.75rem;border-end-start-radius:.75rem}.group:focus .group-focus\:rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.group:focus .group-focus\:rounded-r-xl{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.group:focus .group-focus\:rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.group:focus .group-focus\:rounded-l-xl{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.group:focus .group-focus\:rounded-ss-xl{border-start-start-radius:.75rem}.group:focus .group-focus\:rounded-se-xl{border-start-end-radius:.75rem}.group:focus .group-focus\:rounded-ee-xl{border-end-end-radius:.75rem}.group:focus .group-focus\:rounded-es-xl{border-end-start-radius:.75rem}.group:focus .group-focus\:rounded-tl-xl{border-top-left-radius:.75rem}.group:focus .group-focus\:rounded-tr-xl{border-top-right-radius:.75rem}.group:focus .group-focus\:rounded-br-xl{border-bottom-right-radius:.75rem}.group:focus .group-focus\:rounded-2xl{border-radius:1rem}.group:focus .group-focus\:rounded-e-2xl{border-start-end-radius:1rem;border-end-end-radius:1rem}.group:focus .group-focus\:rounded-s-2xl{border-start-start-radius:1rem;border-end-start-radius:1rem}.group:focus .group-focus\:rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.group:focus .group-focus\:rounded-r-2xl{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.group:focus .group-focus\:rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.group:focus .group-focus\:rounded-l-2xl{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.group:focus .group-focus\:rounded-ss-2xl{border-start-start-radius:1rem}.group:focus .group-focus\:rounded-se-2xl{border-start-end-radius:1rem}.group:focus .group-focus\:rounded-ee-2xl{border-end-end-radius:1rem}.group:focus .group-focus\:rounded-es-2xl{border-end-start-radius:1rem}.group:focus .group-focus\:rounded-tl-2xl{border-top-left-radius:1rem}.group:focus .group-focus\:rounded-tr-2xl{border-top-right-radius:1rem}.group:focus .group-focus\:rounded-br-2xl{border-bottom-right-radius:1rem}.group:focus .group-focus\:rounded-3xl{border-radius:1.5rem}.group:focus .group-focus\:rounded-e-3xl{border-start-end-radius:1.5rem;border-end-end-radius:1.5rem}.group:focus .group-focus\:rounded-s-3xl{border-start-start-radius:1.5rem;border-end-start-radius:1.5rem}.group:focus .group-focus\:rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.group:focus .group-focus\:rounded-r-3xl{border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}.group:focus .group-focus\:rounded-b-3xl{border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem}.group:focus .group-focus\:rounded-l-3xl{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}.group:focus .group-focus\:rounded-ss-3xl{border-start-start-radius:1.5rem}.group:focus .group-focus\:rounded-se-3xl{border-start-end-radius:1.5rem}.group:focus .group-focus\:rounded-ee-3xl{border-end-end-radius:1.5rem}.group:focus .group-focus\:rounded-es-3xl{border-end-start-radius:1.5rem}.group:focus .group-focus\:rounded-tl-3xl{border-top-left-radius:1.5rem}.group:focus .group-focus\:rounded-tr-3xl{border-top-right-radius:1.5rem}.group:focus .group-focus\:rounded-br-3xl{border-bottom-right-radius:1.5rem}.group:focus .group-focus\:rounded-full{border-radius:9999px}.group:focus .group-focus\:rounded-e-full{border-start-end-radius:9999px;border-end-end-radius:9999px}.group:focus .group-focus\:rounded-s-full{border-start-start-radius:9999px;border-end-start-radius:9999px}.group:focus .group-focus\:rounded-t-full{border-top-left-radius:9999px;border-top-right-radius:9999px}.group:focus .group-focus\:rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.group:focus .group-focus\:rounded-b-full{border-bottom-right-radius:9999px;border-bottom-left-radius:9999px}.group:focus .group-focus\:rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.group:focus .group-focus\:rounded-ss-full{border-start-start-radius:9999px}.group:focus .group-focus\:rounded-se-full{border-start-end-radius:9999px}.group:focus .group-focus\:rounded-ee-full{border-end-end-radius:9999px}.group:focus .group-focus\:rounded-es-full{border-end-start-radius:9999px}.group:focus .group-focus\:rounded-tl-full{border-top-left-radius:9999px}.group:focus .group-focus\:rounded-tr-full{border-top-right-radius:9999px}.group:focus .group-focus\:rounded-br-full{border-bottom-right-radius:9999px}.group:focus .group-focus\:text-center{text-align:center}.group:focus .group-focus\:text-left{text-align:left}.group:focus .group-focus\:text-right{text-align:right}.group:focus .group-focus\:text-justify{text-align:justify}.group:focus .group-focus\:text-start{text-align:start}.group:focus .group-focus\:text-end{text-align:end}.group:focus .group-focus\:text-transparent{color:transparent}.group:focus .group-focus\:text-black{color:#000}.group:focus .group-focus\:text-white{color:#fff}.group:focus .group-focus\:text-slate-50{color:#f8fafc}.group:focus .group-focus\:text-slate-100{color:#f1f5f9}.group:focus .group-focus\:text-slate-200{color:#e2e8f0}.group:focus .group-focus\:text-slate-300{color:#cbd5e1}.group:focus .group-focus\:text-slate-400{color:#94a3b8}.group:focus .group-focus\:text-slate-500{color:#64748b}.group:focus .group-focus\:text-slate-600{color:#475569}.group:focus .group-focus\:text-slate-700{color:#334155}.group:focus .group-focus\:text-slate-800{color:#1e293b}.group:focus .group-focus\:text-slate-900{color:#0f172a}.group:focus .group-focus\:text-slate-950{color:#020617}.group:focus .group-focus\:text-gray-50{color:#f9fafb}.group:focus .group-focus\:text-gray-100{color:#f3f4f6}.group:focus .group-focus\:text-gray-200{color:#e5e7eb}.group:focus .group-focus\:text-gray-300{color:#d1d5db}.group:focus .group-focus\:text-gray-400{color:#9ca3af}.group:focus .group-focus\:text-gray-500{color:#6b7280}.group:focus .group-focus\:text-gray-600{color:#4b5563}.group:focus .group-focus\:text-gray-700{color:#374151}.group:focus .group-focus\:text-gray-800{color:#1f2937}.group:focus .group-focus\:text-gray-900{color:#111827}.group:focus .group-focus\:text-gray-950{color:#030712}.group:focus .group-focus\:text-zinc-50{color:#fafafa}.group:focus .group-focus\:text-zinc-100{color:#f4f4f5}.group:focus .group-focus\:text-zinc-200{color:#e4e4e7}.group:focus .group-focus\:text-zinc-300{color:#d4d4d8}.group:focus .group-focus\:text-zinc-400{color:#a1a1aa}.group:focus .group-focus\:text-zinc-500{color:#71717a}.group:focus .group-focus\:text-zinc-600{color:#52525b}.group:focus .group-focus\:text-zinc-700{color:#3f3f46}.group:focus .group-focus\:text-zinc-800{color:#27272a}.group:focus .group-focus\:text-zinc-900{color:#18181b}.group:focus .group-focus\:text-zinc-950{color:#09090b}.group:focus .group-focus\:text-neutral-50{color:#fafafa}.group:focus .group-focus\:text-neutral-100{color:#f5f5f5}.group:focus .group-focus\:text-neutral-200{color:#e5e5e5}.group:focus .group-focus\:text-neutral-300{color:#d4d4d4}.group:focus .group-focus\:text-neutral-400{color:#a3a3a3}.group:focus .group-focus\:text-neutral-500{color:#737373}.group:focus .group-focus\:text-neutral-600{color:#525252}.group:focus .group-focus\:text-neutral-700{color:#404040}.group:focus .group-focus\:text-neutral-800{color:#262626}.group:focus .group-focus\:text-neutral-900{color:#171717}.group:focus .group-focus\:text-neutral-950{color:#0a0a0a}.group:focus .group-focus\:text-stone-50{color:#fafaf9}.group:focus .group-focus\:text-stone-100{color:#f5f5f4}.group:focus .group-focus\:text-stone-200{color:#e7e5e4}.group:focus .group-focus\:text-stone-300{color:#d6d3d1}.group:focus .group-focus\:text-stone-400{color:#a8a29e}.group:focus .group-focus\:text-stone-500{color:#78716c}.group:focus .group-focus\:text-stone-600{color:#57534e}.group:focus .group-focus\:text-stone-700{color:#44403c}.group:focus .group-focus\:text-stone-800{color:#292524}.group:focus .group-focus\:text-stone-900{color:#1c1917}.group:focus .group-focus\:text-stone-950{color:#0c0a09}.group:focus .group-focus\:text-red-50{color:#fef2f2}.group:focus .group-focus\:text-red-100{color:#fee2e2}.group:focus .group-focus\:text-red-200{color:#fecaca}.group:focus .group-focus\:text-red-300{color:#fca5a5}.group:focus .group-focus\:text-red-400{color:#f87171}.group:focus .group-focus\:text-red-500{color:#ef4444}.group:focus .group-focus\:text-red-600{color:#dc2626}.group:focus .group-focus\:text-red-700{color:#b91c1c}.group:focus .group-focus\:text-red-800{color:#991b1b}.group:focus .group-focus\:text-red-900{color:#7f1d1d}.group:focus .group-focus\:text-red-950{color:#450a0a}.group:focus .group-focus\:text-orange-50{color:#fff7ed}.group:focus .group-focus\:text-orange-100{color:#ffedd5}.group:focus .group-focus\:text-orange-200{color:#fed7aa}.group:focus .group-focus\:text-orange-300{color:#fdba74}.group:focus .group-focus\:text-orange-400{color:#fb923c}.group:focus .group-focus\:text-orange-500{color:#f97316}.group:focus .group-focus\:text-orange-600{color:#ea580c}.group:focus .group-focus\:text-orange-700{color:#c2410c}.group:focus .group-focus\:text-orange-800{color:#9a3412}.group:focus .group-focus\:text-orange-900{color:#7c2d12}.group:focus .group-focus\:text-orange-950{color:#431407}.group:focus .group-focus\:text-amber-50{color:#fffbeb}.group:focus .group-focus\:text-amber-100{color:#fef3c7}.group:focus .group-focus\:text-amber-200{color:#fde68a}.group:focus .group-focus\:text-amber-300{color:#fcd34d}.group:focus .group-focus\:text-amber-400{color:#fbbf24}.group:focus .group-focus\:text-amber-500{color:#f59e0b}.group:focus .group-focus\:text-amber-600{color:#d97706}.group:focus .group-focus\:text-amber-700{color:#b45309}.group:focus .group-focus\:text-amber-800{color:#92400e}.group:focus .group-focus\:text-amber-900{color:#78350f}.group:focus .group-focus\:text-amber-950{color:#451a03}.group:focus .group-focus\:text-yellow-50{color:#fefce8}.group:focus .group-focus\:text-yellow-100{color:#fef9c3}.group:focus .group-focus\:text-yellow-200{color:#fef08a}.group:focus .group-focus\:text-yellow-300{color:#fde047}.group:focus .group-focus\:text-yellow-400{color:#facc15}.group:focus .group-focus\:text-yellow-500{color:#eab308}.group:focus .group-focus\:text-yellow-600{color:#ca8a04}.group:focus .group-focus\:text-yellow-700{color:#a16207}.group:focus .group-focus\:text-yellow-800{color:#854d0e}.group:focus .group-focus\:text-yellow-900{color:#713f12}.group:focus .group-focus\:text-yellow-950{color:#422006}.group:focus .group-focus\:text-lime-50{color:#f7fee7}.group:focus .group-focus\:text-lime-100{color:#ecfccb}.group:focus .group-focus\:text-lime-200{color:#d9f99d}.group:focus .group-focus\:text-lime-300{color:#bef264}.group:focus .group-focus\:text-lime-400{color:#a3e635}.group:focus .group-focus\:text-lime-500{color:#84cc16}.group:focus .group-focus\:text-lime-600{color:#65a30d}.group:focus .group-focus\:text-lime-700{color:#4d7c0f}.group:focus .group-focus\:text-lime-800{color:#3f6212}.group:focus .group-focus\:text-lime-900{color:#365314}.group:focus .group-focus\:text-lime-950{color:#1a2e05}.group:focus .group-focus\:text-green-50{color:#f0fdf4}.group:focus .group-focus\:text-green-100{color:#dcfce7}.group:focus .group-focus\:text-green-200{color:#bbf7d0}.group:focus .group-focus\:text-green-300{color:#86efac}.group:focus .group-focus\:text-green-400{color:#4ade80}.group:focus .group-focus\:text-green-500{color:#22c55e}.group:focus .group-focus\:text-green-600{color:#16a34a}.group:focus .group-focus\:text-green-700{color:#15803d}.group:focus .group-focus\:text-green-800{color:#166534}.group:focus .group-focus\:text-green-900{color:#14532d}.group:focus .group-focus\:text-green-950{color:#052e16}.group:focus .group-focus\:text-emerald-50{color:#ecfdf5}.group:focus .group-focus\:text-emerald-100{color:#d1fae5}.group:focus .group-focus\:text-emerald-200{color:#a7f3d0}.group:focus .group-focus\:text-emerald-300{color:#6ee7b7}.group:focus .group-focus\:text-emerald-400{color:#34d399}.group:focus .group-focus\:text-emerald-500{color:#10b981}.group:focus .group-focus\:text-emerald-600{color:#059669}.group:focus .group-focus\:text-emerald-700{color:#047857}.group:focus .group-focus\:text-emerald-800{color:#065f46}.group:focus .group-focus\:text-emerald-900{color:#064e3b}.group:focus .group-focus\:text-emerald-950{color:#022c22}.group:focus .group-focus\:text-teal-50{color:#f0fdfa}.group:focus .group-focus\:text-teal-100{color:#ccfbf1}.group:focus .group-focus\:text-teal-200{color:#99f6e4}.group:focus .group-focus\:text-teal-300{color:#5eead4}.group:focus .group-focus\:text-teal-400{color:#2dd4bf}.group:focus .group-focus\:text-teal-500{color:#14b8a6}.group:focus .group-focus\:text-teal-600{color:#0d9488}.group:focus .group-focus\:text-teal-700{color:#0f766e}.group:focus .group-focus\:text-teal-800{color:#115e59}.group:focus .group-focus\:text-teal-900{color:#134e4a}.group:focus .group-focus\:text-teal-950{color:#042f2e}.group:focus .group-focus\:text-cyan-50{color:#ecfeff}.group:focus .group-focus\:text-cyan-100{color:#cffafe}.group:focus .group-focus\:text-cyan-200{color:#a5f3fc}.group:focus .group-focus\:text-cyan-300{color:#67e8f9}.group:focus .group-focus\:text-cyan-400{color:#22d3ee}.group:focus .group-focus\:text-cyan-500{color:#06b6d4}.group:focus .group-focus\:text-cyan-600{color:#0891b2}.group:focus .group-focus\:text-cyan-700{color:#0e7490}.group:focus .group-focus\:text-cyan-800{color:#155e75}.group:focus .group-focus\:text-cyan-900{color:#164e63}.group:focus .group-focus\:text-cyan-950{color:#083344}.group:focus .group-focus\:text-sky-50{color:#f0f9ff}.group:focus .group-focus\:text-sky-100{color:#e0f2fe}.group:focus .group-focus\:text-sky-200{color:#bae6fd}.group:focus .group-focus\:text-sky-300{color:#7dd3fc}.group:focus .group-focus\:text-sky-400{color:#38bdf8}.group:focus .group-focus\:text-sky-500{color:#0ea5e9}.group:focus .group-focus\:text-sky-600{color:#0284c7}.group:focus .group-focus\:text-sky-700{color:#0369a1}.group:focus .group-focus\:text-sky-800{color:#075985}.group:focus .group-focus\:text-sky-900{color:#0c4a6e}.group:focus .group-focus\:text-sky-950{color:#082f49}.group:focus .group-focus\:text-blue-50{color:#eff6ff}.group:focus .group-focus\:text-blue-100{color:#dbeafe}.group:focus .group-focus\:text-blue-200{color:#bfdbfe}.group:focus .group-focus\:text-blue-300{color:#93c5fd}.group:focus .group-focus\:text-blue-400{color:#60a5fa}.group:focus .group-focus\:text-blue-500{color:#3b82f6}.group:focus .group-focus\:text-blue-600{color:#2563eb}.group:focus .group-focus\:text-blue-700{color:#1d4ed8}.group:focus .group-focus\:text-blue-800{color:#1e40af}.group:focus .group-focus\:text-blue-900{color:#1e3a8a}.group:focus .group-focus\:text-blue-950{color:#172554}.group:focus .group-focus\:text-indigo-50{color:#eef2ff}.group:focus .group-focus\:text-indigo-100{color:#e0e7ff}.group:focus .group-focus\:text-indigo-200{color:#c7d2fe}.group:focus .group-focus\:text-indigo-300{color:#a5b4fc}.group:focus .group-focus\:text-indigo-400{color:#818cf8}.group:focus .group-focus\:text-indigo-500{color:#6366f1}.group:focus .group-focus\:text-indigo-600{color:#4f46e5}.group:focus .group-focus\:text-indigo-700{color:#4338ca}.group:focus .group-focus\:text-indigo-800{color:#3730a3}.group:focus .group-focus\:text-indigo-900{color:#312e81}.group:focus .group-focus\:text-indigo-950{color:#1e1b4b}.group:focus .group-focus\:text-violet-50{color:#f5f3ff}.group:focus .group-focus\:text-violet-100{color:#ede9fe}.group:focus .group-focus\:text-violet-200{color:#ddd6fe}.group:focus .group-focus\:text-violet-300{color:#c4b5fd}.group:focus .group-focus\:text-violet-400{color:#a78bfa}.group:focus .group-focus\:text-violet-500{color:#8b5cf6}.group:focus .group-focus\:text-violet-600{color:#7c3aed}.group:focus .group-focus\:text-violet-700{color:#6d28d9}.group:focus .group-focus\:text-violet-800{color:#5b21b6}.group:focus .group-focus\:text-violet-900{color:#4c1d95}.group:focus .group-focus\:text-violet-950{color:#2e1065}.group:focus .group-focus\:text-purple-50{color:#faf5ff}.group:focus .group-focus\:text-purple-100{color:#f3e8ff}.group:focus .group-focus\:text-purple-200{color:#e9d5ff}.group:focus .group-focus\:text-purple-300{color:#d8b4fe}.group:focus .group-focus\:text-purple-400{color:#c084fc}.group:focus .group-focus\:text-purple-500{color:#a855f7}.group:focus .group-focus\:text-purple-600{color:#9333ea}.group:focus .group-focus\:text-purple-700{color:#7e22ce}.group:focus .group-focus\:text-purple-800{color:#6b21a8}.group:focus .group-focus\:text-purple-900{color:#581c87}.group:focus .group-focus\:text-purple-950{color:#3b0764}.group:focus .group-focus\:text-fuchsia-50{color:#fdf4ff}.group:focus .group-focus\:text-fuchsia-100{color:#fae8ff}.group:focus .group-focus\:text-fuchsia-200{color:#f5d0fe}.group:focus .group-focus\:text-fuchsia-300{color:#f0abfc}.group:focus .group-focus\:text-fuchsia-400{color:#e879f9}.group:focus .group-focus\:text-fuchsia-500{color:#d946ef}.group:focus .group-focus\:text-fuchsia-600{color:#c026d3}.group:focus .group-focus\:text-fuchsia-700{color:#a21caf}.group:focus .group-focus\:text-fuchsia-800{color:#86198f}.group:focus .group-focus\:text-fuchsia-900{color:#701a75}.group:focus .group-focus\:text-fuchsia-950{color:#4a044e}.group:focus .group-focus\:text-pink-50{color:#fdf2f8}.group:focus .group-focus\:text-pink-100{color:#fce7f3}.group:focus .group-focus\:text-pink-200{color:#fbcfe8}.group:focus .group-focus\:text-pink-300{color:#f9a8d4}.group:focus .group-focus\:text-pink-400{color:#f472b6}.group:focus .group-focus\:text-pink-500{color:#ec4899}.group:focus .group-focus\:text-pink-600{color:#db2777}.group:focus .group-focus\:text-pink-700{color:#be185d}.group:focus .group-focus\:text-pink-800{color:#9d174d}.group:focus .group-focus\:text-pink-900{color:#831843}.group:focus .group-focus\:text-pink-950{color:#500724}.group:focus .group-focus\:text-rose-50{color:#fff1f2}.group:focus .group-focus\:text-rose-100{color:#ffe4e6}.group:focus .group-focus\:text-rose-200{color:#fecdd3}.group:focus .group-focus\:text-rose-300{color:#fda4af}.group:focus .group-focus\:text-rose-400{color:#fb7185}.group:focus .group-focus\:text-rose-500{color:#f43f5e}.group:focus .group-focus\:text-rose-600{color:#e11d48}.group:focus .group-focus\:text-rose-700{color:#be123c}.group:focus .group-focus\:text-rose-800{color:#9f1239}.group:focus .group-focus\:text-rose-900{color:#881337}.group:focus .group-focus\:text-rose-950{color:#4c0519}.group:focus .group-focus\:text-primary{color:#3874ff}.group:focus .group-focus\:text-primary-bold{color:#002660}.group:focus .group-focus\:text-primary-hover{color:#003585}.group:focus .group-focus\:text-primary-border{color:#156ef3}.group:focus .group-focus\:text-primary-focus-lv1{color:#6492ff}.group:focus .group-focus\:text-primary-focus-lv2{color:#c7ddff}.group:focus .group-focus\:text-primary-bg-color{color:#f8fbff}.group:focus .group-focus\:text-success{color:#00bd7e}.group:focus .group-focus\:text-success-bold{color:#006c58}.group:focus .group-focus\:text-success-hover{color:#008d5e}.group:focus .group-focus\:text-success-border{color:#17e5a1}.group:focus .group-focus\:text-success-focus-lv1{color:#a9fbe0}.group:focus .group-focus\:text-success-bg-color{color:#ebfff8}.group:focus .group-focus\:text-warning{color:#ffb41f}.group:focus .group-focus\:text-warning-bold{color:#b77d09}.group:focus .group-focus\:text-warning-hover{color:#e39f17}.group:focus .group-focus\:text-warning-border{color:#f7c86a}.group:focus .group-focus\:text-warning-focus-lv1{color:#fbe0a9}.group:focus .group-focus\:text-warning-bg-color{color:#fff8eb}.group:focus .group-focus\:text-danger{color:#b20000}.group:focus .group-focus\:text-danger-bold{color:#920122}.group:focus .group-focus\:text-danger-hover{color:#c60833}.group:focus .group-focus\:text-danger-border{color:#f35370}.group:focus .group-focus\:text-danger-focus-lv1{color:#fdabb9}.group:focus .group-focus\:text-danger-bg-color{color:#fff1f4}.group:focus .group-focus\:text-info{color:#2668cb}.group:focus .group-focus\:text-info-bold{color:#023480}.group:focus .group-focus\:text-info-hover{color:#0f4eae}.group:focus .group-focus\:text-info-border{color:#679ef2}.group:focus .group-focus\:text-info-focus-lv1{color:#c1d9fd}.group:focus .group-focus\:text-info-bg-color{color:#f2f7ff}.group:focus .group-focus\:text-neutral-100{color:#1a1a1a}.group:focus .group-focus\:text-neutral-90{color:#424242}.group:focus .group-focus\:text-neutral-80{color:#616161}.group:focus .group-focus\:text-neutral-70{color:#757575}.group:focus .group-focus\:text-neutral-60{color:#9e9e9e}.group:focus .group-focus\:text-neutral-50{color:#c2c2c2}.group:focus .group-focus\:text-neutral-40{color:#e0e0e0}.group:focus .group-focus\:text-neutral-30{color:#ededed}.group:focus .group-focus\:text-neutral-20{color:#f5f5f5}.group:focus .group-focus\:text-base{color:#f5f7fa}.group:focus .group-focus\:text-extraLight{font-family:Mulish-ExtraLight,sans-serif}.group:focus .group-focus\:text-light{font-family:Mulish-Light,sans-serif}.group:focus .group-focus\:text-regular{font-family:Mulish-Regular,sans-serif}.group:focus .group-focus\:text-medium{font-family:Mulish-Medium,sans-serif}.group:focus .group-focus\:text-semiBold{font-family:Mulish-SemiBold,sans-serif}.group:focus .group-focus\:text-bold{font-family:Mulish-SemiBold,sans-serif}.group:focus .group-focus\:text-extraBold{font-family:Mulish-ExtraBold,sans-serif}.group:focus .group-focus\:text-black{font-family:Mulish-Black,sans-serif}.group:focus .group-focus\:text-blackItalic{font-family:Mulish-BlackItalic,sans-serif}.group:focus .group-focus\:text-boldItalic{font-family:Mulish-BoldItalic,sans-serif}.group:focus .group-focus\:text-extraBoldItalic{font-family:Mulish-ExtraBoldItalic,sans-serif}.group:focus .group-focus\:text-extraLightItalic{font-family:Mulish-ExtraLightItalic,sans-serif}.group:focus .group-focus\:text-italic{font-family:Mulish-Italic,sans-serif}.group:focus .group-focus\:text-lightItalic{font-family:Mulish-LightItalic,sans-serif}.group:focus .group-focus\:text-mediumItalic{font-family:Mulish-MediumItalic,sans-serif}.group:focus .group-focus\:text-semiBoldItalic{font-family:Mulish-SemiBoldItalic,sans-serif}.group:focus .group-focus\:top-0{top:0px}.group:focus .group-focus\:top-px{top:1px}.group:focus .group-focus\:top-1{top:.25rem}.group:focus .group-focus\:top-2{top:.5rem}.group:focus .group-focus\:top-3{top:.75rem}.group:focus .group-focus\:top-4{top:1rem}.group:focus .group-focus\:top-5{top:1.25rem}.group:focus .group-focus\:top-6{top:1.5rem}.group:focus .group-focus\:top-7{top:1.75rem}.group:focus .group-focus\:top-8{top:2rem}.group:focus .group-focus\:top-9{top:2.25rem}.group:focus .group-focus\:top-10{top:2.5rem}.group:focus .group-focus\:top-11{top:2.75rem}.group:focus .group-focus\:top-12{top:3rem}.group:focus .group-focus\:top-14{top:3.5rem}.group:focus .group-focus\:top-16{top:4rem}.group:focus .group-focus\:top-20{top:5rem}.group:focus .group-focus\:top-24{top:6rem}.group:focus .group-focus\:top-28{top:7rem}.group:focus .group-focus\:top-32{top:8rem}.group:focus .group-focus\:top-36{top:9rem}.group:focus .group-focus\:top-40{top:10rem}.group:focus .group-focus\:top-44{top:11rem}.group:focus .group-focus\:top-48{top:12rem}.group:focus .group-focus\:top-52{top:13rem}.group:focus .group-focus\:top-56{top:14rem}.group:focus .group-focus\:top-60{top:15rem}.group:focus .group-focus\:top-64{top:16rem}.group:focus .group-focus\:top-72{top:18rem}.group:focus .group-focus\:top-80{top:20rem}.group:focus .group-focus\:top-96{top:24rem}.group:focus .group-focus\:top-auto{top:auto}.group:focus .group-focus\:top-full{top:100%}.group:focus .group-focus\:top-screen{top:100vh}.group:focus .group-focus\:top-min{top:min-content}.group:focus .group-focus\:top-max{top:max-content}.group:focus .group-focus\:top-fit{top:fit-content}.group:focus .group-focus\:top-1\/2{top:50%}.group:focus .group-focus\:top-1\/3{top:33.333333%}.group:focus .group-focus\:top-1\/4{top:25%}.group:focus .group-focus\:top-1\/5{top:20%}.group:focus .group-focus\:top-1\/6{top:16.666667%}.group:focus .group-focus\:top-1\/12{top:8.333333%}.group:focus .group-focus\:bottom-0{bottom:0px}.group:focus .group-focus\:bottom-px{bottom:1px}.group:focus .group-focus\:bottom-1{bottom:.25rem}.group:focus .group-focus\:bottom-2{bottom:.5rem}.group:focus .group-focus\:bottom-3{bottom:.75rem}.group:focus .group-focus\:bottom-4{bottom:1rem}.group:focus .group-focus\:bottom-5{bottom:1.25rem}.group:focus .group-focus\:bottom-6{bottom:1.5rem}.group:focus .group-focus\:bottom-7{bottom:1.75rem}.group:focus .group-focus\:bottom-8{bottom:2rem}.group:focus .group-focus\:bottom-9{bottom:2.25rem}.group:focus .group-focus\:bottom-10{bottom:2.5rem}.group:focus .group-focus\:bottom-11{bottom:2.75rem}.group:focus .group-focus\:bottom-12{bottom:3rem}.group:focus .group-focus\:bottom-14{bottom:3.5rem}.group:focus .group-focus\:bottom-16{bottom:4rem}.group:focus .group-focus\:bottom-20{bottom:5rem}.group:focus .group-focus\:bottom-24{bottom:6rem}.group:focus .group-focus\:bottom-28{bottom:7rem}.group:focus .group-focus\:bottom-32{bottom:8rem}.group:focus .group-focus\:bottom-36{bottom:9rem}.group:focus .group-focus\:bottom-40{bottom:10rem}.group:focus .group-focus\:bottom-44{bottom:11rem}.group:focus .group-focus\:bottom-48{bottom:12rem}.group:focus .group-focus\:bottom-52{bottom:13rem}.group:focus .group-focus\:bottom-56{bottom:14rem}.group:focus .group-focus\:bottom-60{bottom:15rem}.group:focus .group-focus\:bottom-64{bottom:16rem}.group:focus .group-focus\:bottom-72{bottom:18rem}.group:focus .group-focus\:bottom-80{bottom:20rem}.group:focus .group-focus\:bottom-96{bottom:24rem}.group:focus .group-focus\:bottom-auto{bottom:auto}.group:focus .group-focus\:bottom-full{bottom:100%}.group:focus .group-focus\:bottom-screen{bottom:100vh}.group:focus .group-focus\:bottom-min{bottom:min-content}.group:focus .group-focus\:bottom-max{bottom:max-content}.group:focus .group-focus\:bottom-fit{bottom:fit-content}.group:focus .group-focus\:bottom-1\/2{bottom:50%}.group:focus .group-focus\:bottom-1\/3{bottom:33.333333%}.group:focus .group-focus\:bottom-1\/4{bottom:25%}.group:focus .group-focus\:bottom-1\/5{bottom:20%}.group:focus .group-focus\:bottom-1\/6{bottom:16.666667%}.group:focus .group-focus\:bottom-1\/12{bottom:8.333333%}.group:focus .group-focus\:right-0{right:0px}.group:focus .group-focus\:right-px{right:1px}.group:focus .group-focus\:right-1{right:.25rem}.group:focus .group-focus\:right-2{right:.5rem}.group:focus .group-focus\:right-3{right:.75rem}.group:focus .group-focus\:right-4{right:1rem}.group:focus .group-focus\:right-5{right:1.25rem}.group:focus .group-focus\:right-6{right:1.5rem}.group:focus .group-focus\:right-7{right:1.75rem}.group:focus .group-focus\:right-8{right:2rem}.group:focus .group-focus\:right-9{right:2.25rem}.group:focus .group-focus\:right-10{right:2.5rem}.group:focus .group-focus\:right-11{right:2.75rem}.group:focus .group-focus\:right-12{right:3rem}.group:focus .group-focus\:right-14{right:3.5rem}.group:focus .group-focus\:right-16{right:4rem}.group:focus .group-focus\:right-20{right:5rem}.group:focus .group-focus\:right-24{right:6rem}.group:focus .group-focus\:right-28{right:7rem}.group:focus .group-focus\:right-32{right:8rem}.group:focus .group-focus\:right-36{right:9rem}.group:focus .group-focus\:right-40{right:10rem}.group:focus .group-focus\:right-44{right:11rem}.group:focus .group-focus\:right-48{right:12rem}.group:focus .group-focus\:right-52{right:13rem}.group:focus .group-focus\:right-56{right:14rem}.group:focus .group-focus\:right-60{right:15rem}.group:focus .group-focus\:right-64{right:16rem}.group:focus .group-focus\:right-72{right:18rem}.group:focus .group-focus\:right-80{right:20rem}.group:focus .group-focus\:right-96{right:24rem}.group:focus .group-focus\:right-auto{right:auto}.group:focus .group-focus\:right-full{right:100%}.group:focus .group-focus\:right-screen{right:100vh}.group:focus .group-focus\:right-min{right:min-content}.group:focus .group-focus\:right-max{right:max-content}.group:focus .group-focus\:right-fit{right:fit-content}.group:focus .group-focus\:right-1\/2{right:50%}.group:focus .group-focus\:right-1\/3{right:33.333333%}.group:focus .group-focus\:right-1\/4{right:25%}.group:focus .group-focus\:right-1\/5{right:20%}.group:focus .group-focus\:right-1\/6{right:16.666667%}.group:focus .group-focus\:right-1\/12{right:8.333333%}.group:focus .group-focus\:left-0{left:0px}.group:focus .group-focus\:left-px{left:1px}.group:focus .group-focus\:left-1{left:.25rem}.group:focus .group-focus\:left-2{left:.5rem}.group:focus .group-focus\:left-3{left:.75rem}.group:focus .group-focus\:left-4{left:1rem}.group:focus .group-focus\:left-5{left:1.25rem}.group:focus .group-focus\:left-6{left:1.5rem}.group:focus .group-focus\:left-7{left:1.75rem}.group:focus .group-focus\:left-8{left:2rem}.group:focus .group-focus\:left-9{left:2.25rem}.group:focus .group-focus\:left-10{left:2.5rem}.group:focus .group-focus\:left-11{left:2.75rem}.group:focus .group-focus\:left-12{left:3rem}.group:focus .group-focus\:left-14{left:3.5rem}.group:focus .group-focus\:left-16{left:4rem}.group:focus .group-focus\:left-20{left:5rem}.group:focus .group-focus\:left-24{left:6rem}.group:focus .group-focus\:left-28{left:7rem}.group:focus .group-focus\:left-32{left:8rem}.group:focus .group-focus\:left-36{left:9rem}.group:focus .group-focus\:left-40{left:10rem}.group:focus .group-focus\:left-44{left:11rem}.group:focus .group-focus\:left-48{left:12rem}.group:focus .group-focus\:left-52{left:13rem}.group:focus .group-focus\:left-56{left:14rem}.group:focus .group-focus\:left-60{left:15rem}.group:focus .group-focus\:left-64{left:16rem}.group:focus .group-focus\:left-72{left:18rem}.group:focus .group-focus\:left-80{left:20rem}.group:focus .group-focus\:left-96{left:24rem}.group:focus .group-focus\:left-auto{left:auto}.group:focus .group-focus\:left-full{left:100%}.group:focus .group-focus\:left-screen{left:100vh}.group:focus .group-focus\:left-min{left:min-content}.group:focus .group-focus\:left-max{left:max-content}.group:focus .group-focus\:left-fit{left:fit-content}.group:focus .group-focus\:left-1\/2{left:50%}.group:focus .group-focus\:left-1\/3{left:33.333333%}.group:focus .group-focus\:left-1\/4{left:25%}.group:focus .group-focus\:left-1\/5{left:20%}.group:focus .group-focus\:left-1\/6{left:16.666667%}.group:focus .group-focus\:left-1\/12{left:8.333333%}.group:focus .group-focus\:z-0{z-index:0}.group:focus .group-focus\:z-10{z-index:10}.group:focus .group-focus\:z-20{z-index:20}.group:focus .group-focus\:z-30{z-index:30}.group:focus .group-focus\:z-40{z-index:40}.group:focus .group-focus\:z-50{z-index:50}.group:focus .group-focus\:z-auto{z-index:auto}.group:focus .group-focus\:m-auto{margin:auto}.group:focus .group-focus\:ml-auto{margin-left:auto}.group:focus .group-focus\:mr-auto{margin-right:auto}.group:focus .group-focus\:mx-auto{margin:0 auto}.group:focus .group-focus\:my-auto{margin:auto 0}.group:focus .group-focus\:mb-auto{margin-bottom:auto}.group:focus .group-focus\:mt-auto{margin-top:auto}.group:focus .group-focus\:m-0{margin:0}.group:focus .group-focus\:ml-0{margin-left:0}.group:focus .group-focus\:mr-0{margin-right:0}.group:focus .group-focus\:mx-0{margin:0}.group:focus .group-focus\:my-0{margin:0}.group:focus .group-focus\:mb-0{margin-bottom:0}.group:focus .group-focus\:mt-0{margin-top:0}.group:focus .group-focus\:m-1{margin:.25rem}.group:focus .group-focus\:ml-1{margin-left:.25rem}.group:focus .group-focus\:mr-1{margin-right:.25rem}.group:focus .group-focus\:mx-1{margin:0px .25rem}.group:focus .group-focus\:my-1{margin:.25rem 0px}.group:focus .group-focus\:mb-1{margin-bottom:.25rem}.group:focus .group-focus\:mt-1{margin-top:.25rem}.group:focus .group-focus\:m-2{margin:.5rem}.group:focus .group-focus\:ml-2{margin-left:.5rem}.group:focus .group-focus\:mr-2{margin-right:.5rem}.group:focus .group-focus\:mx-2{margin:0px .5rem}.group:focus .group-focus\:my-2{margin:.5rem 0px}.group:focus .group-focus\:mb-2{margin-bottom:.5rem}.group:focus .group-focus\:mt-2{margin-top:.5rem}.group:focus .group-focus\:m-3{margin:.75rem}.group:focus .group-focus\:ml-3{margin-left:.75rem}.group:focus .group-focus\:mr-3{margin-right:.75rem}.group:focus .group-focus\:mx-3{margin:0px .75rem}.group:focus .group-focus\:my-3{margin:.75rem 0px}.group:focus .group-focus\:mb-3{margin-bottom:.75rem}.group:focus .group-focus\:mt-3{margin-top:.75rem}.group:focus .group-focus\:m-4{margin:1rem}.group:focus .group-focus\:ml-4{margin-left:1rem}.group:focus .group-focus\:mr-4{margin-right:1rem}.group:focus .group-focus\:mx-4{margin:0px 1rem}.group:focus .group-focus\:my-4{margin:1rem 0px}.group:focus .group-focus\:mb-4{margin-bottom:1rem}.group:focus .group-focus\:mt-4{margin-top:1rem}.group:focus .group-focus\:m-5{margin:1.25rem}.group:focus .group-focus\:ml-5{margin-left:1.25rem}.group:focus .group-focus\:mr-5{margin-right:1.25rem}.group:focus .group-focus\:mx-5{margin:0px 1.25rem}.group:focus .group-focus\:my-5{margin:1.25rem 0px}.group:focus .group-focus\:mb-5{margin-bottom:1.25rem}.group:focus .group-focus\:mt-5{margin-top:1.25rem}.group:focus .group-focus\:m-6{margin:1.5rem}.group:focus .group-focus\:ml-6{margin-left:1.5rem}.group:focus .group-focus\:mr-6{margin-right:1.5rem}.group:focus .group-focus\:mx-6{margin:0px 1.5rem}.group:focus .group-focus\:my-6{margin:1.5rem 0px}.group:focus .group-focus\:mb-6{margin-bottom:1.5rem}.group:focus .group-focus\:mt-6{margin-top:1.5rem}.group:focus .group-focus\:m-7{margin:1.75rem}.group:focus .group-focus\:ml-7{margin-left:1.75rem}.group:focus .group-focus\:mr-7{margin-right:1.75rem}.group:focus .group-focus\:mx-7{margin:0px 1.75rem}.group:focus .group-focus\:my-7{margin:1.75rem 0px}.group:focus .group-focus\:mb-7{margin-bottom:1.75rem}.group:focus .group-focus\:mt-7{margin-top:1.75rem}.group:focus .group-focus\:m-8{margin:2rem}.group:focus .group-focus\:ml-8{margin-left:2rem}.group:focus .group-focus\:mr-8{margin-right:2rem}.group:focus .group-focus\:mx-8{margin:0px 2rem}.group:focus .group-focus\:my-8{margin:2rem 0px}.group:focus .group-focus\:mb-8{margin-bottom:2rem}.group:focus .group-focus\:mt-8{margin-top:2rem}.group:focus .group-focus\:m-9{margin:2.25rem}.group:focus .group-focus\:ml-9{margin-left:2.25rem}.group:focus .group-focus\:mr-9{margin-right:2.25rem}.group:focus .group-focus\:mx-9{margin:0px 2.25rem}.group:focus .group-focus\:my-9{margin:2.25rem 0px}.group:focus .group-focus\:mb-9{margin-bottom:2.25rem}.group:focus .group-focus\:mt-9{margin-top:2.25rem}.group:focus .group-focus\:m-10{margin:2.5rem}.group:focus .group-focus\:ml-10{margin-left:2.5rem}.group:focus .group-focus\:mr-10{margin-right:2.5rem}.group:focus .group-focus\:mx-10{margin:0px 2.5rem}.group:focus .group-focus\:my-10{margin:2.5rem 0px}.group:focus .group-focus\:mb-10{margin-bottom:2.5rem}.group:focus .group-focus\:mt-10{margin-top:2.5rem}.group:focus .group-focus\:m-11{margin:2.75rem}.group:focus .group-focus\:ml-11{margin-left:2.75rem}.group:focus .group-focus\:mr-11{margin-right:2.75rem}.group:focus .group-focus\:mx-11{margin:0px 2.75rem}.group:focus .group-focus\:my-11{margin:2.75rem 0px}.group:focus .group-focus\:mb-11{margin-bottom:2.75rem}.group:focus .group-focus\:mt-11{margin-top:2.75rem}.group:focus .group-focus\:m-12{margin:3rem}.group:focus .group-focus\:ml-12{margin-left:3rem}.group:focus .group-focus\:mr-12{margin-right:3rem}.group:focus .group-focus\:mx-12{margin:0px 3rem}.group:focus .group-focus\:my-12{margin:3rem 0px}.group:focus .group-focus\:mb-12{margin-bottom:3rem}.group:focus .group-focus\:mt-12{margin-top:3rem}.group:focus .group-focus\:m-14{margin:3.5rem}.group:focus .group-focus\:ml-14{margin-left:3.5rem}.group:focus .group-focus\:mr-14{margin-right:3.5rem}.group:focus .group-focus\:mx-14{margin:0px 3.5rem}.group:focus .group-focus\:my-14{margin:3.5rem 0px}.group:focus .group-focus\:mb-14{margin-bottom:3.5rem}.group:focus .group-focus\:mt-14{margin-top:3.5rem}.group:focus .group-focus\:m-16{margin:4rem}.group:focus .group-focus\:ml-16{margin-left:4rem}.group:focus .group-focus\:mr-16{margin-right:4rem}.group:focus .group-focus\:mx-16{margin:0px 4rem}.group:focus .group-focus\:my-16{margin:4rem 0px}.group:focus .group-focus\:mb-16{margin-bottom:4rem}.group:focus .group-focus\:mt-16{margin-top:4rem}.group:focus .group-focus\:m-20{margin:5rem}.group:focus .group-focus\:ml-20{margin-left:5rem}.group:focus .group-focus\:mr-20{margin-right:5rem}.group:focus .group-focus\:mx-20{margin:0px 5rem}.group:focus .group-focus\:my-20{margin:5rem 0px}.group:focus .group-focus\:mb-20{margin-bottom:5rem}.group:focus .group-focus\:mt-20{margin-top:5rem}.group:focus .group-focus\:m-24{margin:6rem}.group:focus .group-focus\:ml-24{margin-left:6rem}.group:focus .group-focus\:mr-24{margin-right:6rem}.group:focus .group-focus\:mx-24{margin:0px 6rem}.group:focus .group-focus\:my-24{margin:6rem 0px}.group:focus .group-focus\:mb-24{margin-bottom:6rem}.group:focus .group-focus\:mt-24{margin-top:6rem}.group:focus .group-focus\:m-28{margin:7rem}.group:focus .group-focus\:ml-28{margin-left:7rem}.group:focus .group-focus\:mr-28{margin-right:7rem}.group:focus .group-focus\:mx-28{margin:0px 7rem}.group:focus .group-focus\:my-28{margin:7rem 0px}.group:focus .group-focus\:mb-28{margin-bottom:7rem}.group:focus .group-focus\:mt-28{margin-top:7rem}.group:focus .group-focus\:m-32{margin:8rem}.group:focus .group-focus\:ml-32{margin-left:8rem}.group:focus .group-focus\:mr-32{margin-right:8rem}.group:focus .group-focus\:mx-32{margin:0px 8rem}.group:focus .group-focus\:my-32{margin:8rem 0px}.group:focus .group-focus\:mb-32{margin-bottom:8rem}.group:focus .group-focus\:mt-32{margin-top:8rem}.group:focus .group-focus\:m-36{margin:9rem}.group:focus .group-focus\:ml-36{margin-left:9rem}.group:focus .group-focus\:mr-36{margin-right:9rem}.group:focus .group-focus\:mx-36{margin:0px 9rem}.group:focus .group-focus\:my-36{margin:9rem 0px}.group:focus .group-focus\:mb-36{margin-bottom:9rem}.group:focus .group-focus\:mt-36{margin-top:9rem}.group:focus .group-focus\:m-40{margin:10rem}.group:focus .group-focus\:ml-40{margin-left:10rem}.group:focus .group-focus\:mr-40{margin-right:10rem}.group:focus .group-focus\:mx-40{margin:0px 10rem}.group:focus .group-focus\:my-40{margin:10rem 0px}.group:focus .group-focus\:mb-40{margin-bottom:10rem}.group:focus .group-focus\:mt-40{margin-top:10rem}.group:focus .group-focus\:m-44{margin:11rem}.group:focus .group-focus\:ml-44{margin-left:11rem}.group:focus .group-focus\:mr-44{margin-right:11rem}.group:focus .group-focus\:mx-44{margin:0px 11rem}.group:focus .group-focus\:my-44{margin:11rem 0px}.group:focus .group-focus\:mb-44{margin-bottom:11rem}.group:focus .group-focus\:mt-44{margin-top:11rem}.group:focus .group-focus\:m-48{margin:12rem}.group:focus .group-focus\:ml-48{margin-left:12rem}.group:focus .group-focus\:mr-48{margin-right:12rem}.group:focus .group-focus\:mx-48{margin:0px 12rem}.group:focus .group-focus\:my-48{margin:12rem 0px}.group:focus .group-focus\:mb-48{margin-bottom:12rem}.group:focus .group-focus\:mt-48{margin-top:12rem}.group:focus .group-focus\:m-52{margin:13rem}.group:focus .group-focus\:ml-52{margin-left:13rem}.group:focus .group-focus\:mr-52{margin-right:13rem}.group:focus .group-focus\:mx-52{margin:0px 13rem}.group:focus .group-focus\:my-52{margin:13rem 0px}.group:focus .group-focus\:mb-52{margin-bottom:13rem}.group:focus .group-focus\:mt-52{margin-top:13rem}.group:focus .group-focus\:m-56{margin:14rem}.group:focus .group-focus\:ml-56{margin-left:14rem}.group:focus .group-focus\:mr-56{margin-right:14rem}.group:focus .group-focus\:mx-56{margin:0px 14rem}.group:focus .group-focus\:my-56{margin:14rem 0px}.group:focus .group-focus\:mb-56{margin-bottom:14rem}.group:focus .group-focus\:mt-56{margin-top:14rem}.group:focus .group-focus\:m-60{margin:15rem}.group:focus .group-focus\:ml-60{margin-left:15rem}.group:focus .group-focus\:mr-60{margin-right:15rem}.group:focus .group-focus\:mx-60{margin:0px 15rem}.group:focus .group-focus\:my-60{margin:15rem 0px}.group:focus .group-focus\:mb-60{margin-bottom:15rem}.group:focus .group-focus\:mt-60{margin-top:15rem}.group:focus .group-focus\:m-64{margin:16rem}.group:focus .group-focus\:ml-64{margin-left:16rem}.group:focus .group-focus\:mr-64{margin-right:16rem}.group:focus .group-focus\:mx-64{margin:0px 16rem}.group:focus .group-focus\:my-64{margin:16rem 0px}.group:focus .group-focus\:mb-64{margin-bottom:16rem}.group:focus .group-focus\:mt-64{margin-top:16rem}.group:focus .group-focus\:m-72{margin:18rem}.group:focus .group-focus\:ml-72{margin-left:18rem}.group:focus .group-focus\:mr-72{margin-right:18rem}.group:focus .group-focus\:mx-72{margin:0px 18rem}.group:focus .group-focus\:my-72{margin:18rem 0px}.group:focus .group-focus\:mb-72{margin-bottom:18rem}.group:focus .group-focus\:mt-72{margin-top:18rem}.group:focus .group-focus\:m-80{margin:20rem}.group:focus .group-focus\:ml-80{margin-left:20rem}.group:focus .group-focus\:mr-80{margin-right:20rem}.group:focus .group-focus\:mx-80{margin:0px 20rem}.group:focus .group-focus\:my-80{margin:20rem 0px}.group:focus .group-focus\:mb-80{margin-bottom:20rem}.group:focus .group-focus\:mt-80{margin-top:20rem}.group:focus .group-focus\:m-96{margin:24rem}.group:focus .group-focus\:ml-96{margin-left:24rem}.group:focus .group-focus\:mr-96{margin-right:24rem}.group:focus .group-focus\:mx-96{margin:0px 24rem}.group:focus .group-focus\:my-96{margin:24rem 0px}.group:focus .group-focus\:mb-96{margin-bottom:24rem}.group:focus .group-focus\:mt-96{margin-top:24rem}.group:focus .group-focus\:gap-0{gap:0px}.group:focus .group-focus\:gap-1{gap:.25rem}.group:focus .group-focus\:gap-2{gap:.5rem}.group:focus .group-focus\:gap-3{gap:.75rem}.group:focus .group-focus\:gap-4{gap:1rem}.group:focus .group-focus\:gap-5{gap:1.25rem}.group:focus .group-focus\:gap-6{gap:1.5rem}.group:focus .group-focus\:gap-7{gap:1.75rem}.group:focus .group-focus\:gap-8{gap:2rem}.group:focus .group-focus\:gap-9{gap:2.25rem}.group:focus .group-focus\:gap-10{gap:2.5rem}.group:focus .group-focus\:gap-11{gap:2.75rem}.group:focus .group-focus\:gap-12{gap:3rem}.group:focus .group-focus\:gap-14{gap:3.5rem}.group:focus .group-focus\:gap-16{gap:4rem}.group:focus .group-focus\:gap-20{gap:5rem}.group:focus .group-focus\:gap-24{gap:6rem}.group:focus .group-focus\:gap-28{gap:7rem}.group:focus .group-focus\:gap-32{gap:8rem}.group:focus .group-focus\:gap-36{gap:9rem}.group:focus .group-focus\:gap-40{gap:10rem}.group:focus .group-focus\:gap-44{gap:11rem}.group:focus .group-focus\:gap-48{gap:12rem}.group:focus .group-focus\:gap-52{gap:13rem}.group:focus .group-focus\:gap-56{gap:14rem}.group:focus .group-focus\:gap-60{gap:15rem}.group:focus .group-focus\:gap-64{gap:16rem}.group:focus .group-focus\:gap-72{gap:18rem}.group:focus .group-focus\:gap-80{gap:20rem}.group:focus .group-focus\:gap-96{gap:24rem}.group:focus .group-focus\:justify-center{justify-content:center}.group:focus .group-focus\:justify-end{justify-content:end}.group:focus .group-focus\:justify-start{justify-content:start}.group:focus .group-focus\:justify-between{justify-content:space-between}.group:focus .group-focus\:justify-baseline{justify-content:baseline}.group:focus .group-focus\:justify-around{justify-content:space-around}.group:focus .group-focus\:justify-evenly{justify-content:space-evenly}.group:focus .group-focus\:items-center{align-items:center}.group:focus .group-focus\:items-baseline{align-items:baseline}.group:focus .group-focus\:items-end{align-items:flex-end}.group:focus .group-focus\:items-start{align-items:flex-start}.group:focus .group-focus\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.group:focus .group-focus\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.group:focus .group-focus\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.group:focus .group-focus\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.group:focus .group-focus\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.group:focus .group-focus\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.group:focus .group-focus\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.group:focus .group-focus\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.group:focus .group-focus\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.group:focus .group-focus\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.group:focus .group-focus\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.group:focus .group-focus\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.group:focus .group-focus\:grid-cols-none{grid-template-columns:none}.group:focus .group-focus\:object-contain{object-fit:contain}.group:focus .group-focus\:object-cover{object-fit:cover}.group:focus .group-focus\:object-fill{object-fit:fill}.group:focus .group-focus\:object-none{object-fit:none}.group:focus .group-focus\:object-scale-down{object-fit:scale-down}.group:focus .group-focus\:backdrop-blur-none{backdrop-filter:blur(0)}.group:focus .group-focus\:backdrop-blur-sm{backdrop-filter:blur(4px)}.group:focus .group-focus\:backdrop-blur{backdrop-filter:blur(8px)}.group:focus .group-focus\:backdrop-blur-md{backdrop-filter:blur(12px)}.group:focus .group-focus\:backdrop-blur-lg{backdrop-filter:blur(16px)}.group:focus .group-focus\:backdrop-blur-xl{backdrop-filter:blur(24px)}.group:focus .group-focus\:backdrop-blur-2xl{backdrop-filter:blur(40px)}.group:focus .group-focus\:backdrop-blur-3xl{backdrop-filter:blur(64px)}.group:focus .group-focus\:col-auto{grid-column:auto}.group:focus .group-focus\:col-span-1{grid-column:span 1/span 1}.group:focus .group-focus\:col-span-2{grid-column:span 2/span 2}.group:focus .group-focus\:col-span-3{grid-column:span 3/span 3}.group:focus .group-focus\:col-span-4{grid-column:span 4/span 4}.group:focus .group-focus\:col-span-5{grid-column:span 5/span 5}.group:focus .group-focus\:col-span-6{grid-column:span 6/span 6}.group:focus .group-focus\:col-span-7{grid-column:span 7/span 7}.group:focus .group-focus\:col-span-8{grid-column:span 8/span 8}.group:focus .group-focus\:col-span-9{grid-column:span 9/span 9}.group:focus .group-focus\:col-span-10{grid-column:span 10/span 10}.group:focus .group-focus\:col-span-11{grid-column:span 11/span 11}.group:focus .group-focus\:col-span-12{grid-column:span 12/span 12}.group:focus .group-focus\:col-start-1{grid-column-start:1}.group:focus .group-focus\:col-start-2{grid-column-start:2}.group:focus .group-focus\:col-start-3{grid-column-start:3}.group:focus .group-focus\:col-start-4{grid-column-start:4}.group:focus .group-focus\:col-start-5{grid-column-start:5}.group:focus .group-focus\:col-start-6{grid-column-start:6}.group:focus .group-focus\:col-start-7{grid-column-start:7}.group:focus .group-focus\:col-start-8{grid-column-start:8}.group:focus .group-focus\:col-start-9{grid-column-start:9}.group:focus .group-focus\:col-start-10{grid-column-start:10}.group:focus .group-focus\:col-start-11{grid-column-start:11}.group:focus .group-focus\:col-start-12{grid-column-start:12}.group:focus .group-focus\:col-start-13{grid-column-start:13}.group:focus .group-focus\:col-start-auto{grid-column-start:auto}.group:focus .group-focus\:col-end-1{grid-column-end:1}.group:focus .group-focus\:col-end-2{grid-column-end:2}.group:focus .group-focus\:col-end-3{grid-column-end:3}.group:focus .group-focus\:col-end-4{grid-column-end:4}.group:focus .group-focus\:col-end-5{grid-column-end:5}.group:focus .group-focus\:col-end-6{grid-column-end:6}.group:focus .group-focus\:col-end-7{grid-column-end:7}.group:focus .group-focus\:col-end-8{grid-column-end:8}.group:focus .group-focus\:col-end-9{grid-column-end:9}.group:focus .group-focus\:col-end-10{grid-column-end:10}.group:focus .group-focus\:col-end-11{grid-column-end:11}.group:focus .group-focus\:col-end-12{grid-column-end:12}.group:focus .group-focus\:col-end-13{grid-column-end:13}.group:focus .group-focus\:col-end-auto{grid-column-end:auto}.group:focus .group-focus\:indent-0{text-indent:0px}.group:focus .group-focus\:indent-px{text-indent:1px}.group:focus .group-focus\:indent-1{text-indent:.25rem}.group:focus .group-focus\:indent-2{text-indent:.5rem}.group:focus .group-focus\:indent-3{text-indent:.75rem}.group:focus .group-focus\:indent-4{text-indent:1rem}.group:focus .group-focus\:indent-5{text-indent:1.25rem}.group:focus .group-focus\:indent-6{text-indent:1.5rem}.group:focus .group-focus\:indent-7{text-indent:1.75rem}.group:focus .group-focus\:indent-8{text-indent:2rem}.group:focus .group-focus\:indent-9{text-indent:2.25rem}.group:focus .group-focus\:indent-10{text-indent:2.5rem}.group:focus .group-focus\:indent-11{text-indent:2.75rem}.group:focus .group-focus\:indent-12{text-indent:3rem}.group:focus .group-focus\:indent-14{text-indent:3.5rem}.group:focus .group-focus\:indent-16{text-indent:4rem}.group:focus .group-focus\:indent-20{text-indent:5rem}.group:focus .group-focus\:indent-24{text-indent:6rem}.group:focus .group-focus\:indent-28{text-indent:7rem}.group:focus .group-focus\:indent-32{text-indent:8rem}.group:focus .group-focus\:indent-36{text-indent:9rem}.group:focus .group-focus\:indent-40{text-indent:10rem}.group:focus .group-focus\:indent-44{text-indent:11rem}.group:focus .group-focus\:indent-48{text-indent:12rem}.group:focus .group-focus\:indent-52{text-indent:13rem}.group:focus .group-focus\:indent-56{text-indent:14rem}.group:focus .group-focus\:indent-60{text-indent:15rem}.group:focus .group-focus\:indent-64{text-indent:16rem}.group:focus .group-focus\:indent-72{text-indent:18rem}.group:focus .group-focus\:indent-80{text-indent:20rem}.group:focus .group-focus\:indent-96{text-indent:24rem}.group:focus .group-focus\:indent-0\.5{text-transform:.125rem}.group:focus .group-focus\:indent-1\.5{text-transform:.375rem}.group:focus .group-focus\:indent-2\.5{text-transform:.625rem}.group:focus .group-focus\:indent-3\.5{text-transform:.875rem}.group:focus .group-focus\: .underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.group:focus .group-focus\: .overline{-webkit-text-decoration-line:overline;text-decoration-line:overline}.group:focus .group-focus\: .through{-webkit-text-decoration-line:line-through;text-decoration-line:line-through}.group:focus .group-focus\: .none{-webkit-text-decoration-line:none;text-decoration-line:none}.group:focus .group-focus\: .uppercase{text-transform:uppercase}.group:focus .group-focus\: .lowercase{text-transform:lowercase}.group:focus .group-focus\: .capitalize{text-transform:capitalize}.group:focus .group-focus\: .normal-case{text-transform:none}.group:focus .group-focus\:shadow-2-12{box-shadow:0 2px 4px #0000001f}.group:focus .group-focus\:shadow-4-10{box-shadow:0 4px 8px #0000001a}.group:focus .group-focus\:shadow-6-10{box-shadow:0 6px 12px #0000001a}.group:focus .group-focus\:shadow-6-8{box-shadow:0 8px 16px #00000014}.group:focus .group-focus\:shadow-primary{box-shadow:0 0 0 1px #6492ff}.group:focus .group-focus\:shadow-danger{box-shadow:0 0 0 1px #fdabb9}.group:focus .group-focus\:shadow-warning{box-shadow:0 0 0 1px #fbe0a9}.group:focus .group-focus\:shadow-info{box-shadow:0 0 0 1px #c1d9fd}.group:focus .group-focus\:shadow-success{box-shadow:0 0 0 1px #c1d9fd}.group:focus .group-focus\:shadow-loading{box-shadow:0 0 0 1px #757575}.group:focus .group-focus\:shadow-header{box-shadow:0 2px 4px #0000001f}.group:focus .group-focus\:shadow-none{box-shadow:none}.group:focus .group-focus\:button-extraSm{padding:6px 16px}.group:focus .group-focus\:button-normal{padding:16px 32px}.group:focus-within .group-focus-within\:bg-transparent{background-color:transparent}.group:focus-within .group-focus-within\:bg-transparent\/0{background-color:#0000}.group:focus-within .group-focus-within\:bg-transparent\/10{background-color:#0000001a}.group:focus-within .group-focus-within\:bg-transparent\/20{background-color:#0003}.group:focus-within .group-focus-within\:bg-transparent\/30{background-color:#0000004d}.group:focus-within .group-focus-within\:bg-transparent\/40{background-color:#0006}.group:focus-within .group-focus-within\:bg-transparent\/50{background-color:#00000080}.group:focus-within .group-focus-within\:bg-transparent\/60{background-color:#0009}.group:focus-within .group-focus-within\:bg-transparent\/70{background-color:#000000b3}.group:focus-within .group-focus-within\:bg-transparent\/75{background-color:#000000bf}.group:focus-within .group-focus-within\:bg-transparent\/80{background-color:#000c}.group:focus-within .group-focus-within\:bg-transparent\/90{background-color:#000000e6}.group:focus-within .group-focus-within\:bg-black{background-color:#000}.group:focus-within .group-focus-within\:bg-black\/0{background-color:#0000}.group:focus-within .group-focus-within\:bg-black\/10{background-color:#0000001a}.group:focus-within .group-focus-within\:bg-black\/20{background-color:#0003}.group:focus-within .group-focus-within\:bg-black\/30{background-color:#0000004d}.group:focus-within .group-focus-within\:bg-black\/40{background-color:#0006}.group:focus-within .group-focus-within\:bg-black\/50{background-color:#00000080}.group:focus-within .group-focus-within\:bg-black\/60{background-color:#0009}.group:focus-within .group-focus-within\:bg-black\/70{background-color:#000000b3}.group:focus-within .group-focus-within\:bg-black\/75{background-color:#000000bf}.group:focus-within .group-focus-within\:bg-black\/80{background-color:#000c}.group:focus-within .group-focus-within\:bg-black\/90{background-color:#000000e6}.group:focus-within .group-focus-within\:bg-white{background-color:#fff}.group:focus-within .group-focus-within\:bg-white\/0{background-color:#fff0}.group:focus-within .group-focus-within\:bg-white\/10{background-color:#ffffff1a}.group:focus-within .group-focus-within\:bg-white\/20{background-color:#fff3}.group:focus-within .group-focus-within\:bg-white\/30{background-color:#ffffff4d}.group:focus-within .group-focus-within\:bg-white\/40{background-color:#fff6}.group:focus-within .group-focus-within\:bg-white\/50{background-color:#ffffff80}.group:focus-within .group-focus-within\:bg-white\/60{background-color:#fff9}.group:focus-within .group-focus-within\:bg-white\/70{background-color:#ffffffb3}.group:focus-within .group-focus-within\:bg-white\/75{background-color:#ffffffbf}.group:focus-within .group-focus-within\:bg-white\/80{background-color:#fffc}.group:focus-within .group-focus-within\:bg-white\/90{background-color:#ffffffe6}.group:focus-within .group-focus-within\:bg-slate-50{background-color:#f8fafc}.group:focus-within .group-focus-within\:bg-slate-50\/0{background-color:#f8fafc00}.group:focus-within .group-focus-within\:bg-slate-50\/10{background-color:#f8fafc1a}.group:focus-within .group-focus-within\:bg-slate-50\/20{background-color:#f8fafc33}.group:focus-within .group-focus-within\:bg-slate-50\/30{background-color:#f8fafc4d}.group:focus-within .group-focus-within\:bg-slate-50\/40{background-color:#f8fafc66}.group:focus-within .group-focus-within\:bg-slate-50\/50{background-color:#f8fafc80}.group:focus-within .group-focus-within\:bg-slate-50\/60{background-color:#f8fafc99}.group:focus-within .group-focus-within\:bg-slate-50\/70{background-color:#f8fafcb3}.group:focus-within .group-focus-within\:bg-slate-50\/75{background-color:#f8fafcbf}.group:focus-within .group-focus-within\:bg-slate-50\/80{background-color:#f8fafccc}.group:focus-within .group-focus-within\:bg-slate-50\/90{background-color:#f8fafce6}.group:focus-within .group-focus-within\:bg-slate-100{background-color:#f1f5f9}.group:focus-within .group-focus-within\:bg-slate-100\/0{background-color:#f1f5f900}.group:focus-within .group-focus-within\:bg-slate-100\/10{background-color:#f1f5f91a}.group:focus-within .group-focus-within\:bg-slate-100\/20{background-color:#f1f5f933}.group:focus-within .group-focus-within\:bg-slate-100\/30{background-color:#f1f5f94d}.group:focus-within .group-focus-within\:bg-slate-100\/40{background-color:#f1f5f966}.group:focus-within .group-focus-within\:bg-slate-100\/50{background-color:#f1f5f980}.group:focus-within .group-focus-within\:bg-slate-100\/60{background-color:#f1f5f999}.group:focus-within .group-focus-within\:bg-slate-100\/70{background-color:#f1f5f9b3}.group:focus-within .group-focus-within\:bg-slate-100\/75{background-color:#f1f5f9bf}.group:focus-within .group-focus-within\:bg-slate-100\/80{background-color:#f1f5f9cc}.group:focus-within .group-focus-within\:bg-slate-100\/90{background-color:#f1f5f9e6}.group:focus-within .group-focus-within\:bg-slate-200{background-color:#e2e8f0}.group:focus-within .group-focus-within\:bg-slate-200\/0{background-color:#e2e8f000}.group:focus-within .group-focus-within\:bg-slate-200\/10{background-color:#e2e8f01a}.group:focus-within .group-focus-within\:bg-slate-200\/20{background-color:#e2e8f033}.group:focus-within .group-focus-within\:bg-slate-200\/30{background-color:#e2e8f04d}.group:focus-within .group-focus-within\:bg-slate-200\/40{background-color:#e2e8f066}.group:focus-within .group-focus-within\:bg-slate-200\/50{background-color:#e2e8f080}.group:focus-within .group-focus-within\:bg-slate-200\/60{background-color:#e2e8f099}.group:focus-within .group-focus-within\:bg-slate-200\/70{background-color:#e2e8f0b3}.group:focus-within .group-focus-within\:bg-slate-200\/75{background-color:#e2e8f0bf}.group:focus-within .group-focus-within\:bg-slate-200\/80{background-color:#e2e8f0cc}.group:focus-within .group-focus-within\:bg-slate-200\/90{background-color:#e2e8f0e6}.group:focus-within .group-focus-within\:bg-slate-300{background-color:#cbd5e1}.group:focus-within .group-focus-within\:bg-slate-300\/0{background-color:#cbd5e100}.group:focus-within .group-focus-within\:bg-slate-300\/10{background-color:#cbd5e11a}.group:focus-within .group-focus-within\:bg-slate-300\/20{background-color:#cbd5e133}.group:focus-within .group-focus-within\:bg-slate-300\/30{background-color:#cbd5e14d}.group:focus-within .group-focus-within\:bg-slate-300\/40{background-color:#cbd5e166}.group:focus-within .group-focus-within\:bg-slate-300\/50{background-color:#cbd5e180}.group:focus-within .group-focus-within\:bg-slate-300\/60{background-color:#cbd5e199}.group:focus-within .group-focus-within\:bg-slate-300\/70{background-color:#cbd5e1b3}.group:focus-within .group-focus-within\:bg-slate-300\/75{background-color:#cbd5e1bf}.group:focus-within .group-focus-within\:bg-slate-300\/80{background-color:#cbd5e1cc}.group:focus-within .group-focus-within\:bg-slate-300\/90{background-color:#cbd5e1e6}.group:focus-within .group-focus-within\:bg-slate-400{background-color:#94a3b8}.group:focus-within .group-focus-within\:bg-slate-400\/0{background-color:#94a3b800}.group:focus-within .group-focus-within\:bg-slate-400\/10{background-color:#94a3b81a}.group:focus-within .group-focus-within\:bg-slate-400\/20{background-color:#94a3b833}.group:focus-within .group-focus-within\:bg-slate-400\/30{background-color:#94a3b84d}.group:focus-within .group-focus-within\:bg-slate-400\/40{background-color:#94a3b866}.group:focus-within .group-focus-within\:bg-slate-400\/50{background-color:#94a3b880}.group:focus-within .group-focus-within\:bg-slate-400\/60{background-color:#94a3b899}.group:focus-within .group-focus-within\:bg-slate-400\/70{background-color:#94a3b8b3}.group:focus-within .group-focus-within\:bg-slate-400\/75{background-color:#94a3b8bf}.group:focus-within .group-focus-within\:bg-slate-400\/80{background-color:#94a3b8cc}.group:focus-within .group-focus-within\:bg-slate-400\/90{background-color:#94a3b8e6}.group:focus-within .group-focus-within\:bg-slate-500{background-color:#64748b}.group:focus-within .group-focus-within\:bg-slate-500\/0{background-color:#64748b00}.group:focus-within .group-focus-within\:bg-slate-500\/10{background-color:#64748b1a}.group:focus-within .group-focus-within\:bg-slate-500\/20{background-color:#64748b33}.group:focus-within .group-focus-within\:bg-slate-500\/30{background-color:#64748b4d}.group:focus-within .group-focus-within\:bg-slate-500\/40{background-color:#64748b66}.group:focus-within .group-focus-within\:bg-slate-500\/50{background-color:#64748b80}.group:focus-within .group-focus-within\:bg-slate-500\/60{background-color:#64748b99}.group:focus-within .group-focus-within\:bg-slate-500\/70{background-color:#64748bb3}.group:focus-within .group-focus-within\:bg-slate-500\/75{background-color:#64748bbf}.group:focus-within .group-focus-within\:bg-slate-500\/80{background-color:#64748bcc}.group:focus-within .group-focus-within\:bg-slate-500\/90{background-color:#64748be6}.group:focus-within .group-focus-within\:bg-slate-600{background-color:#475569}.group:focus-within .group-focus-within\:bg-slate-600\/0{background-color:#47556900}.group:focus-within .group-focus-within\:bg-slate-600\/10{background-color:#4755691a}.group:focus-within .group-focus-within\:bg-slate-600\/20{background-color:#47556933}.group:focus-within .group-focus-within\:bg-slate-600\/30{background-color:#4755694d}.group:focus-within .group-focus-within\:bg-slate-600\/40{background-color:#47556966}.group:focus-within .group-focus-within\:bg-slate-600\/50{background-color:#47556980}.group:focus-within .group-focus-within\:bg-slate-600\/60{background-color:#47556999}.group:focus-within .group-focus-within\:bg-slate-600\/70{background-color:#475569b3}.group:focus-within .group-focus-within\:bg-slate-600\/75{background-color:#475569bf}.group:focus-within .group-focus-within\:bg-slate-600\/80{background-color:#475569cc}.group:focus-within .group-focus-within\:bg-slate-600\/90{background-color:#475569e6}.group:focus-within .group-focus-within\:bg-slate-700{background-color:#334155}.group:focus-within .group-focus-within\:bg-slate-700\/0{background-color:#33415500}.group:focus-within .group-focus-within\:bg-slate-700\/10{background-color:#3341551a}.group:focus-within .group-focus-within\:bg-slate-700\/20{background-color:#33415533}.group:focus-within .group-focus-within\:bg-slate-700\/30{background-color:#3341554d}.group:focus-within .group-focus-within\:bg-slate-700\/40{background-color:#33415566}.group:focus-within .group-focus-within\:bg-slate-700\/50{background-color:#33415580}.group:focus-within .group-focus-within\:bg-slate-700\/60{background-color:#33415599}.group:focus-within .group-focus-within\:bg-slate-700\/70{background-color:#334155b3}.group:focus-within .group-focus-within\:bg-slate-700\/75{background-color:#334155bf}.group:focus-within .group-focus-within\:bg-slate-700\/80{background-color:#334155cc}.group:focus-within .group-focus-within\:bg-slate-700\/90{background-color:#334155e6}.group:focus-within .group-focus-within\:bg-slate-800{background-color:#1e293b}.group:focus-within .group-focus-within\:bg-slate-800\/0{background-color:#1e293b00}.group:focus-within .group-focus-within\:bg-slate-800\/10{background-color:#1e293b1a}.group:focus-within .group-focus-within\:bg-slate-800\/20{background-color:#1e293b33}.group:focus-within .group-focus-within\:bg-slate-800\/30{background-color:#1e293b4d}.group:focus-within .group-focus-within\:bg-slate-800\/40{background-color:#1e293b66}.group:focus-within .group-focus-within\:bg-slate-800\/50{background-color:#1e293b80}.group:focus-within .group-focus-within\:bg-slate-800\/60{background-color:#1e293b99}.group:focus-within .group-focus-within\:bg-slate-800\/70{background-color:#1e293bb3}.group:focus-within .group-focus-within\:bg-slate-800\/75{background-color:#1e293bbf}.group:focus-within .group-focus-within\:bg-slate-800\/80{background-color:#1e293bcc}.group:focus-within .group-focus-within\:bg-slate-800\/90{background-color:#1e293be6}.group:focus-within .group-focus-within\:bg-slate-900{background-color:#0f172a}.group:focus-within .group-focus-within\:bg-slate-900\/0{background-color:#0f172a00}.group:focus-within .group-focus-within\:bg-slate-900\/10{background-color:#0f172a1a}.group:focus-within .group-focus-within\:bg-slate-900\/20{background-color:#0f172a33}.group:focus-within .group-focus-within\:bg-slate-900\/30{background-color:#0f172a4d}.group:focus-within .group-focus-within\:bg-slate-900\/40{background-color:#0f172a66}.group:focus-within .group-focus-within\:bg-slate-900\/50{background-color:#0f172a80}.group:focus-within .group-focus-within\:bg-slate-900\/60{background-color:#0f172a99}.group:focus-within .group-focus-within\:bg-slate-900\/70{background-color:#0f172ab3}.group:focus-within .group-focus-within\:bg-slate-900\/75{background-color:#0f172abf}.group:focus-within .group-focus-within\:bg-slate-900\/80{background-color:#0f172acc}.group:focus-within .group-focus-within\:bg-slate-900\/90{background-color:#0f172ae6}.group:focus-within .group-focus-within\:bg-slate-950{background-color:#020617}.group:focus-within .group-focus-within\:bg-slate-950\/0{background-color:#02061700}.group:focus-within .group-focus-within\:bg-slate-950\/10{background-color:#0206171a}.group:focus-within .group-focus-within\:bg-slate-950\/20{background-color:#02061733}.group:focus-within .group-focus-within\:bg-slate-950\/30{background-color:#0206174d}.group:focus-within .group-focus-within\:bg-slate-950\/40{background-color:#02061766}.group:focus-within .group-focus-within\:bg-slate-950\/50{background-color:#02061780}.group:focus-within .group-focus-within\:bg-slate-950\/60{background-color:#02061799}.group:focus-within .group-focus-within\:bg-slate-950\/70{background-color:#020617b3}.group:focus-within .group-focus-within\:bg-slate-950\/75{background-color:#020617bf}.group:focus-within .group-focus-within\:bg-slate-950\/80{background-color:#020617cc}.group:focus-within .group-focus-within\:bg-slate-950\/90{background-color:#020617e6}.group:focus-within .group-focus-within\:bg-gray-50{background-color:#f9fafb}.group:focus-within .group-focus-within\:bg-gray-50\/0{background-color:#f9fafb00}.group:focus-within .group-focus-within\:bg-gray-50\/10{background-color:#f9fafb1a}.group:focus-within .group-focus-within\:bg-gray-50\/20{background-color:#f9fafb33}.group:focus-within .group-focus-within\:bg-gray-50\/30{background-color:#f9fafb4d}.group:focus-within .group-focus-within\:bg-gray-50\/40{background-color:#f9fafb66}.group:focus-within .group-focus-within\:bg-gray-50\/50{background-color:#f9fafb80}.group:focus-within .group-focus-within\:bg-gray-50\/60{background-color:#f9fafb99}.group:focus-within .group-focus-within\:bg-gray-50\/70{background-color:#f9fafbb3}.group:focus-within .group-focus-within\:bg-gray-50\/75{background-color:#f9fafbbf}.group:focus-within .group-focus-within\:bg-gray-50\/80{background-color:#f9fafbcc}.group:focus-within .group-focus-within\:bg-gray-50\/90{background-color:#f9fafbe6}.group:focus-within .group-focus-within\:bg-gray-100{background-color:#f3f4f6}.group:focus-within .group-focus-within\:bg-gray-100\/0{background-color:#f3f4f600}.group:focus-within .group-focus-within\:bg-gray-100\/10{background-color:#f3f4f61a}.group:focus-within .group-focus-within\:bg-gray-100\/20{background-color:#f3f4f633}.group:focus-within .group-focus-within\:bg-gray-100\/30{background-color:#f3f4f64d}.group:focus-within .group-focus-within\:bg-gray-100\/40{background-color:#f3f4f666}.group:focus-within .group-focus-within\:bg-gray-100\/50{background-color:#f3f4f680}.group:focus-within .group-focus-within\:bg-gray-100\/60{background-color:#f3f4f699}.group:focus-within .group-focus-within\:bg-gray-100\/70{background-color:#f3f4f6b3}.group:focus-within .group-focus-within\:bg-gray-100\/75{background-color:#f3f4f6bf}.group:focus-within .group-focus-within\:bg-gray-100\/80{background-color:#f3f4f6cc}.group:focus-within .group-focus-within\:bg-gray-100\/90{background-color:#f3f4f6e6}.group:focus-within .group-focus-within\:bg-gray-200{background-color:#e5e7eb}.group:focus-within .group-focus-within\:bg-gray-200\/0{background-color:#e5e7eb00}.group:focus-within .group-focus-within\:bg-gray-200\/10{background-color:#e5e7eb1a}.group:focus-within .group-focus-within\:bg-gray-200\/20{background-color:#e5e7eb33}.group:focus-within .group-focus-within\:bg-gray-200\/30{background-color:#e5e7eb4d}.group:focus-within .group-focus-within\:bg-gray-200\/40{background-color:#e5e7eb66}.group:focus-within .group-focus-within\:bg-gray-200\/50{background-color:#e5e7eb80}.group:focus-within .group-focus-within\:bg-gray-200\/60{background-color:#e5e7eb99}.group:focus-within .group-focus-within\:bg-gray-200\/70{background-color:#e5e7ebb3}.group:focus-within .group-focus-within\:bg-gray-200\/75{background-color:#e5e7ebbf}.group:focus-within .group-focus-within\:bg-gray-200\/80{background-color:#e5e7ebcc}.group:focus-within .group-focus-within\:bg-gray-200\/90{background-color:#e5e7ebe6}.group:focus-within .group-focus-within\:bg-gray-300{background-color:#d1d5db}.group:focus-within .group-focus-within\:bg-gray-300\/0{background-color:#d1d5db00}.group:focus-within .group-focus-within\:bg-gray-300\/10{background-color:#d1d5db1a}.group:focus-within .group-focus-within\:bg-gray-300\/20{background-color:#d1d5db33}.group:focus-within .group-focus-within\:bg-gray-300\/30{background-color:#d1d5db4d}.group:focus-within .group-focus-within\:bg-gray-300\/40{background-color:#d1d5db66}.group:focus-within .group-focus-within\:bg-gray-300\/50{background-color:#d1d5db80}.group:focus-within .group-focus-within\:bg-gray-300\/60{background-color:#d1d5db99}.group:focus-within .group-focus-within\:bg-gray-300\/70{background-color:#d1d5dbb3}.group:focus-within .group-focus-within\:bg-gray-300\/75{background-color:#d1d5dbbf}.group:focus-within .group-focus-within\:bg-gray-300\/80{background-color:#d1d5dbcc}.group:focus-within .group-focus-within\:bg-gray-300\/90{background-color:#d1d5dbe6}.group:focus-within .group-focus-within\:bg-gray-400{background-color:#9ca3af}.group:focus-within .group-focus-within\:bg-gray-400\/0{background-color:#9ca3af00}.group:focus-within .group-focus-within\:bg-gray-400\/10{background-color:#9ca3af1a}.group:focus-within .group-focus-within\:bg-gray-400\/20{background-color:#9ca3af33}.group:focus-within .group-focus-within\:bg-gray-400\/30{background-color:#9ca3af4d}.group:focus-within .group-focus-within\:bg-gray-400\/40{background-color:#9ca3af66}.group:focus-within .group-focus-within\:bg-gray-400\/50{background-color:#9ca3af80}.group:focus-within .group-focus-within\:bg-gray-400\/60{background-color:#9ca3af99}.group:focus-within .group-focus-within\:bg-gray-400\/70{background-color:#9ca3afb3}.group:focus-within .group-focus-within\:bg-gray-400\/75{background-color:#9ca3afbf}.group:focus-within .group-focus-within\:bg-gray-400\/80{background-color:#9ca3afcc}.group:focus-within .group-focus-within\:bg-gray-400\/90{background-color:#9ca3afe6}.group:focus-within .group-focus-within\:bg-gray-500{background-color:#6b7280}.group:focus-within .group-focus-within\:bg-gray-500\/0{background-color:#6b728000}.group:focus-within .group-focus-within\:bg-gray-500\/10{background-color:#6b72801a}.group:focus-within .group-focus-within\:bg-gray-500\/20{background-color:#6b728033}.group:focus-within .group-focus-within\:bg-gray-500\/30{background-color:#6b72804d}.group:focus-within .group-focus-within\:bg-gray-500\/40{background-color:#6b728066}.group:focus-within .group-focus-within\:bg-gray-500\/50{background-color:#6b728080}.group:focus-within .group-focus-within\:bg-gray-500\/60{background-color:#6b728099}.group:focus-within .group-focus-within\:bg-gray-500\/70{background-color:#6b7280b3}.group:focus-within .group-focus-within\:bg-gray-500\/75{background-color:#6b7280bf}.group:focus-within .group-focus-within\:bg-gray-500\/80{background-color:#6b7280cc}.group:focus-within .group-focus-within\:bg-gray-500\/90{background-color:#6b7280e6}.group:focus-within .group-focus-within\:bg-gray-600{background-color:#4b5563}.group:focus-within .group-focus-within\:bg-gray-600\/0{background-color:#4b556300}.group:focus-within .group-focus-within\:bg-gray-600\/10{background-color:#4b55631a}.group:focus-within .group-focus-within\:bg-gray-600\/20{background-color:#4b556333}.group:focus-within .group-focus-within\:bg-gray-600\/30{background-color:#4b55634d}.group:focus-within .group-focus-within\:bg-gray-600\/40{background-color:#4b556366}.group:focus-within .group-focus-within\:bg-gray-600\/50{background-color:#4b556380}.group:focus-within .group-focus-within\:bg-gray-600\/60{background-color:#4b556399}.group:focus-within .group-focus-within\:bg-gray-600\/70{background-color:#4b5563b3}.group:focus-within .group-focus-within\:bg-gray-600\/75{background-color:#4b5563bf}.group:focus-within .group-focus-within\:bg-gray-600\/80{background-color:#4b5563cc}.group:focus-within .group-focus-within\:bg-gray-600\/90{background-color:#4b5563e6}.group:focus-within .group-focus-within\:bg-gray-700{background-color:#374151}.group:focus-within .group-focus-within\:bg-gray-700\/0{background-color:#37415100}.group:focus-within .group-focus-within\:bg-gray-700\/10{background-color:#3741511a}.group:focus-within .group-focus-within\:bg-gray-700\/20{background-color:#37415133}.group:focus-within .group-focus-within\:bg-gray-700\/30{background-color:#3741514d}.group:focus-within .group-focus-within\:bg-gray-700\/40{background-color:#37415166}.group:focus-within .group-focus-within\:bg-gray-700\/50{background-color:#37415180}.group:focus-within .group-focus-within\:bg-gray-700\/60{background-color:#37415199}.group:focus-within .group-focus-within\:bg-gray-700\/70{background-color:#374151b3}.group:focus-within .group-focus-within\:bg-gray-700\/75{background-color:#374151bf}.group:focus-within .group-focus-within\:bg-gray-700\/80{background-color:#374151cc}.group:focus-within .group-focus-within\:bg-gray-700\/90{background-color:#374151e6}.group:focus-within .group-focus-within\:bg-gray-800{background-color:#1f2937}.group:focus-within .group-focus-within\:bg-gray-800\/0{background-color:#1f293700}.group:focus-within .group-focus-within\:bg-gray-800\/10{background-color:#1f29371a}.group:focus-within .group-focus-within\:bg-gray-800\/20{background-color:#1f293733}.group:focus-within .group-focus-within\:bg-gray-800\/30{background-color:#1f29374d}.group:focus-within .group-focus-within\:bg-gray-800\/40{background-color:#1f293766}.group:focus-within .group-focus-within\:bg-gray-800\/50{background-color:#1f293780}.group:focus-within .group-focus-within\:bg-gray-800\/60{background-color:#1f293799}.group:focus-within .group-focus-within\:bg-gray-800\/70{background-color:#1f2937b3}.group:focus-within .group-focus-within\:bg-gray-800\/75{background-color:#1f2937bf}.group:focus-within .group-focus-within\:bg-gray-800\/80{background-color:#1f2937cc}.group:focus-within .group-focus-within\:bg-gray-800\/90{background-color:#1f2937e6}.group:focus-within .group-focus-within\:bg-gray-900{background-color:#111827}.group:focus-within .group-focus-within\:bg-gray-900\/0{background-color:#11182700}.group:focus-within .group-focus-within\:bg-gray-900\/10{background-color:#1118271a}.group:focus-within .group-focus-within\:bg-gray-900\/20{background-color:#11182733}.group:focus-within .group-focus-within\:bg-gray-900\/30{background-color:#1118274d}.group:focus-within .group-focus-within\:bg-gray-900\/40{background-color:#11182766}.group:focus-within .group-focus-within\:bg-gray-900\/50{background-color:#11182780}.group:focus-within .group-focus-within\:bg-gray-900\/60{background-color:#11182799}.group:focus-within .group-focus-within\:bg-gray-900\/70{background-color:#111827b3}.group:focus-within .group-focus-within\:bg-gray-900\/75{background-color:#111827bf}.group:focus-within .group-focus-within\:bg-gray-900\/80{background-color:#111827cc}.group:focus-within .group-focus-within\:bg-gray-900\/90{background-color:#111827e6}.group:focus-within .group-focus-within\:bg-gray-950{background-color:#030712}.group:focus-within .group-focus-within\:bg-gray-950\/0{background-color:#03071200}.group:focus-within .group-focus-within\:bg-gray-950\/10{background-color:#0307121a}.group:focus-within .group-focus-within\:bg-gray-950\/20{background-color:#03071233}.group:focus-within .group-focus-within\:bg-gray-950\/30{background-color:#0307124d}.group:focus-within .group-focus-within\:bg-gray-950\/40{background-color:#03071266}.group:focus-within .group-focus-within\:bg-gray-950\/50{background-color:#03071280}.group:focus-within .group-focus-within\:bg-gray-950\/60{background-color:#03071299}.group:focus-within .group-focus-within\:bg-gray-950\/70{background-color:#030712b3}.group:focus-within .group-focus-within\:bg-gray-950\/75{background-color:#030712bf}.group:focus-within .group-focus-within\:bg-gray-950\/80{background-color:#030712cc}.group:focus-within .group-focus-within\:bg-gray-950\/90{background-color:#030712e6}.group:focus-within .group-focus-within\:bg-zinc-50{background-color:#fafafa}.group:focus-within .group-focus-within\:bg-zinc-50\/0{background-color:#fafafa00}.group:focus-within .group-focus-within\:bg-zinc-50\/10{background-color:#fafafa1a}.group:focus-within .group-focus-within\:bg-zinc-50\/20{background-color:#fafafa33}.group:focus-within .group-focus-within\:bg-zinc-50\/30{background-color:#fafafa4d}.group:focus-within .group-focus-within\:bg-zinc-50\/40{background-color:#fafafa66}.group:focus-within .group-focus-within\:bg-zinc-50\/50{background-color:#fafafa80}.group:focus-within .group-focus-within\:bg-zinc-50\/60{background-color:#fafafa99}.group:focus-within .group-focus-within\:bg-zinc-50\/70{background-color:#fafafab3}.group:focus-within .group-focus-within\:bg-zinc-50\/75{background-color:#fafafabf}.group:focus-within .group-focus-within\:bg-zinc-50\/80{background-color:#fafafacc}.group:focus-within .group-focus-within\:bg-zinc-50\/90{background-color:#fafafae6}.group:focus-within .group-focus-within\:bg-zinc-100{background-color:#f4f4f5}.group:focus-within .group-focus-within\:bg-zinc-100\/0{background-color:#f4f4f500}.group:focus-within .group-focus-within\:bg-zinc-100\/10{background-color:#f4f4f51a}.group:focus-within .group-focus-within\:bg-zinc-100\/20{background-color:#f4f4f533}.group:focus-within .group-focus-within\:bg-zinc-100\/30{background-color:#f4f4f54d}.group:focus-within .group-focus-within\:bg-zinc-100\/40{background-color:#f4f4f566}.group:focus-within .group-focus-within\:bg-zinc-100\/50{background-color:#f4f4f580}.group:focus-within .group-focus-within\:bg-zinc-100\/60{background-color:#f4f4f599}.group:focus-within .group-focus-within\:bg-zinc-100\/70{background-color:#f4f4f5b3}.group:focus-within .group-focus-within\:bg-zinc-100\/75{background-color:#f4f4f5bf}.group:focus-within .group-focus-within\:bg-zinc-100\/80{background-color:#f4f4f5cc}.group:focus-within .group-focus-within\:bg-zinc-100\/90{background-color:#f4f4f5e6}.group:focus-within .group-focus-within\:bg-zinc-200{background-color:#e4e4e7}.group:focus-within .group-focus-within\:bg-zinc-200\/0{background-color:#e4e4e700}.group:focus-within .group-focus-within\:bg-zinc-200\/10{background-color:#e4e4e71a}.group:focus-within .group-focus-within\:bg-zinc-200\/20{background-color:#e4e4e733}.group:focus-within .group-focus-within\:bg-zinc-200\/30{background-color:#e4e4e74d}.group:focus-within .group-focus-within\:bg-zinc-200\/40{background-color:#e4e4e766}.group:focus-within .group-focus-within\:bg-zinc-200\/50{background-color:#e4e4e780}.group:focus-within .group-focus-within\:bg-zinc-200\/60{background-color:#e4e4e799}.group:focus-within .group-focus-within\:bg-zinc-200\/70{background-color:#e4e4e7b3}.group:focus-within .group-focus-within\:bg-zinc-200\/75{background-color:#e4e4e7bf}.group:focus-within .group-focus-within\:bg-zinc-200\/80{background-color:#e4e4e7cc}.group:focus-within .group-focus-within\:bg-zinc-200\/90{background-color:#e4e4e7e6}.group:focus-within .group-focus-within\:bg-zinc-300{background-color:#d4d4d8}.group:focus-within .group-focus-within\:bg-zinc-300\/0{background-color:#d4d4d800}.group:focus-within .group-focus-within\:bg-zinc-300\/10{background-color:#d4d4d81a}.group:focus-within .group-focus-within\:bg-zinc-300\/20{background-color:#d4d4d833}.group:focus-within .group-focus-within\:bg-zinc-300\/30{background-color:#d4d4d84d}.group:focus-within .group-focus-within\:bg-zinc-300\/40{background-color:#d4d4d866}.group:focus-within .group-focus-within\:bg-zinc-300\/50{background-color:#d4d4d880}.group:focus-within .group-focus-within\:bg-zinc-300\/60{background-color:#d4d4d899}.group:focus-within .group-focus-within\:bg-zinc-300\/70{background-color:#d4d4d8b3}.group:focus-within .group-focus-within\:bg-zinc-300\/75{background-color:#d4d4d8bf}.group:focus-within .group-focus-within\:bg-zinc-300\/80{background-color:#d4d4d8cc}.group:focus-within .group-focus-within\:bg-zinc-300\/90{background-color:#d4d4d8e6}.group:focus-within .group-focus-within\:bg-zinc-400{background-color:#a1a1aa}.group:focus-within .group-focus-within\:bg-zinc-400\/0{background-color:#a1a1aa00}.group:focus-within .group-focus-within\:bg-zinc-400\/10{background-color:#a1a1aa1a}.group:focus-within .group-focus-within\:bg-zinc-400\/20{background-color:#a1a1aa33}.group:focus-within .group-focus-within\:bg-zinc-400\/30{background-color:#a1a1aa4d}.group:focus-within .group-focus-within\:bg-zinc-400\/40{background-color:#a1a1aa66}.group:focus-within .group-focus-within\:bg-zinc-400\/50{background-color:#a1a1aa80}.group:focus-within .group-focus-within\:bg-zinc-400\/60{background-color:#a1a1aa99}.group:focus-within .group-focus-within\:bg-zinc-400\/70{background-color:#a1a1aab3}.group:focus-within .group-focus-within\:bg-zinc-400\/75{background-color:#a1a1aabf}.group:focus-within .group-focus-within\:bg-zinc-400\/80{background-color:#a1a1aacc}.group:focus-within .group-focus-within\:bg-zinc-400\/90{background-color:#a1a1aae6}.group:focus-within .group-focus-within\:bg-zinc-500{background-color:#71717a}.group:focus-within .group-focus-within\:bg-zinc-500\/0{background-color:#71717a00}.group:focus-within .group-focus-within\:bg-zinc-500\/10{background-color:#71717a1a}.group:focus-within .group-focus-within\:bg-zinc-500\/20{background-color:#71717a33}.group:focus-within .group-focus-within\:bg-zinc-500\/30{background-color:#71717a4d}.group:focus-within .group-focus-within\:bg-zinc-500\/40{background-color:#71717a66}.group:focus-within .group-focus-within\:bg-zinc-500\/50{background-color:#71717a80}.group:focus-within .group-focus-within\:bg-zinc-500\/60{background-color:#71717a99}.group:focus-within .group-focus-within\:bg-zinc-500\/70{background-color:#71717ab3}.group:focus-within .group-focus-within\:bg-zinc-500\/75{background-color:#71717abf}.group:focus-within .group-focus-within\:bg-zinc-500\/80{background-color:#71717acc}.group:focus-within .group-focus-within\:bg-zinc-500\/90{background-color:#71717ae6}.group:focus-within .group-focus-within\:bg-zinc-600{background-color:#52525b}.group:focus-within .group-focus-within\:bg-zinc-600\/0{background-color:#52525b00}.group:focus-within .group-focus-within\:bg-zinc-600\/10{background-color:#52525b1a}.group:focus-within .group-focus-within\:bg-zinc-600\/20{background-color:#52525b33}.group:focus-within .group-focus-within\:bg-zinc-600\/30{background-color:#52525b4d}.group:focus-within .group-focus-within\:bg-zinc-600\/40{background-color:#52525b66}.group:focus-within .group-focus-within\:bg-zinc-600\/50{background-color:#52525b80}.group:focus-within .group-focus-within\:bg-zinc-600\/60{background-color:#52525b99}.group:focus-within .group-focus-within\:bg-zinc-600\/70{background-color:#52525bb3}.group:focus-within .group-focus-within\:bg-zinc-600\/75{background-color:#52525bbf}.group:focus-within .group-focus-within\:bg-zinc-600\/80{background-color:#52525bcc}.group:focus-within .group-focus-within\:bg-zinc-600\/90{background-color:#52525be6}.group:focus-within .group-focus-within\:bg-zinc-700{background-color:#3f3f46}.group:focus-within .group-focus-within\:bg-zinc-700\/0{background-color:#3f3f4600}.group:focus-within .group-focus-within\:bg-zinc-700\/10{background-color:#3f3f461a}.group:focus-within .group-focus-within\:bg-zinc-700\/20{background-color:#3f3f4633}.group:focus-within .group-focus-within\:bg-zinc-700\/30{background-color:#3f3f464d}.group:focus-within .group-focus-within\:bg-zinc-700\/40{background-color:#3f3f4666}.group:focus-within .group-focus-within\:bg-zinc-700\/50{background-color:#3f3f4680}.group:focus-within .group-focus-within\:bg-zinc-700\/60{background-color:#3f3f4699}.group:focus-within .group-focus-within\:bg-zinc-700\/70{background-color:#3f3f46b3}.group:focus-within .group-focus-within\:bg-zinc-700\/75{background-color:#3f3f46bf}.group:focus-within .group-focus-within\:bg-zinc-700\/80{background-color:#3f3f46cc}.group:focus-within .group-focus-within\:bg-zinc-700\/90{background-color:#3f3f46e6}.group:focus-within .group-focus-within\:bg-zinc-800{background-color:#27272a}.group:focus-within .group-focus-within\:bg-zinc-800\/0{background-color:#27272a00}.group:focus-within .group-focus-within\:bg-zinc-800\/10{background-color:#27272a1a}.group:focus-within .group-focus-within\:bg-zinc-800\/20{background-color:#27272a33}.group:focus-within .group-focus-within\:bg-zinc-800\/30{background-color:#27272a4d}.group:focus-within .group-focus-within\:bg-zinc-800\/40{background-color:#27272a66}.group:focus-within .group-focus-within\:bg-zinc-800\/50{background-color:#27272a80}.group:focus-within .group-focus-within\:bg-zinc-800\/60{background-color:#27272a99}.group:focus-within .group-focus-within\:bg-zinc-800\/70{background-color:#27272ab3}.group:focus-within .group-focus-within\:bg-zinc-800\/75{background-color:#27272abf}.group:focus-within .group-focus-within\:bg-zinc-800\/80{background-color:#27272acc}.group:focus-within .group-focus-within\:bg-zinc-800\/90{background-color:#27272ae6}.group:focus-within .group-focus-within\:bg-zinc-900{background-color:#18181b}.group:focus-within .group-focus-within\:bg-zinc-900\/0{background-color:#18181b00}.group:focus-within .group-focus-within\:bg-zinc-900\/10{background-color:#18181b1a}.group:focus-within .group-focus-within\:bg-zinc-900\/20{background-color:#18181b33}.group:focus-within .group-focus-within\:bg-zinc-900\/30{background-color:#18181b4d}.group:focus-within .group-focus-within\:bg-zinc-900\/40{background-color:#18181b66}.group:focus-within .group-focus-within\:bg-zinc-900\/50{background-color:#18181b80}.group:focus-within .group-focus-within\:bg-zinc-900\/60{background-color:#18181b99}.group:focus-within .group-focus-within\:bg-zinc-900\/70{background-color:#18181bb3}.group:focus-within .group-focus-within\:bg-zinc-900\/75{background-color:#18181bbf}.group:focus-within .group-focus-within\:bg-zinc-900\/80{background-color:#18181bcc}.group:focus-within .group-focus-within\:bg-zinc-900\/90{background-color:#18181be6}.group:focus-within .group-focus-within\:bg-zinc-950{background-color:#09090b}.group:focus-within .group-focus-within\:bg-zinc-950\/0{background-color:#09090b00}.group:focus-within .group-focus-within\:bg-zinc-950\/10{background-color:#09090b1a}.group:focus-within .group-focus-within\:bg-zinc-950\/20{background-color:#09090b33}.group:focus-within .group-focus-within\:bg-zinc-950\/30{background-color:#09090b4d}.group:focus-within .group-focus-within\:bg-zinc-950\/40{background-color:#09090b66}.group:focus-within .group-focus-within\:bg-zinc-950\/50{background-color:#09090b80}.group:focus-within .group-focus-within\:bg-zinc-950\/60{background-color:#09090b99}.group:focus-within .group-focus-within\:bg-zinc-950\/70{background-color:#09090bb3}.group:focus-within .group-focus-within\:bg-zinc-950\/75{background-color:#09090bbf}.group:focus-within .group-focus-within\:bg-zinc-950\/80{background-color:#09090bcc}.group:focus-within .group-focus-within\:bg-zinc-950\/90{background-color:#09090be6}.group:focus-within .group-focus-within\:bg-neutral-50{background-color:#fafafa}.group:focus-within .group-focus-within\:bg-neutral-50\/0{background-color:#fafafa00}.group:focus-within .group-focus-within\:bg-neutral-50\/10{background-color:#fafafa1a}.group:focus-within .group-focus-within\:bg-neutral-50\/20{background-color:#fafafa33}.group:focus-within .group-focus-within\:bg-neutral-50\/30{background-color:#fafafa4d}.group:focus-within .group-focus-within\:bg-neutral-50\/40{background-color:#fafafa66}.group:focus-within .group-focus-within\:bg-neutral-50\/50{background-color:#fafafa80}.group:focus-within .group-focus-within\:bg-neutral-50\/60{background-color:#fafafa99}.group:focus-within .group-focus-within\:bg-neutral-50\/70{background-color:#fafafab3}.group:focus-within .group-focus-within\:bg-neutral-50\/75{background-color:#fafafabf}.group:focus-within .group-focus-within\:bg-neutral-50\/80{background-color:#fafafacc}.group:focus-within .group-focus-within\:bg-neutral-50\/90{background-color:#fafafae6}.group:focus-within .group-focus-within\:bg-neutral-100{background-color:#f5f5f5}.group:focus-within .group-focus-within\:bg-neutral-100\/0{background-color:#f5f5f500}.group:focus-within .group-focus-within\:bg-neutral-100\/10{background-color:#f5f5f51a}.group:focus-within .group-focus-within\:bg-neutral-100\/20{background-color:#f5f5f533}.group:focus-within .group-focus-within\:bg-neutral-100\/30{background-color:#f5f5f54d}.group:focus-within .group-focus-within\:bg-neutral-100\/40{background-color:#f5f5f566}.group:focus-within .group-focus-within\:bg-neutral-100\/50{background-color:#f5f5f580}.group:focus-within .group-focus-within\:bg-neutral-100\/60{background-color:#f5f5f599}.group:focus-within .group-focus-within\:bg-neutral-100\/70{background-color:#f5f5f5b3}.group:focus-within .group-focus-within\:bg-neutral-100\/75{background-color:#f5f5f5bf}.group:focus-within .group-focus-within\:bg-neutral-100\/80{background-color:#f5f5f5cc}.group:focus-within .group-focus-within\:bg-neutral-100\/90{background-color:#f5f5f5e6}.group:focus-within .group-focus-within\:bg-neutral-200{background-color:#e5e5e5}.group:focus-within .group-focus-within\:bg-neutral-200\/0{background-color:#e5e5e500}.group:focus-within .group-focus-within\:bg-neutral-200\/10{background-color:#e5e5e51a}.group:focus-within .group-focus-within\:bg-neutral-200\/20{background-color:#e5e5e533}.group:focus-within .group-focus-within\:bg-neutral-200\/30{background-color:#e5e5e54d}.group:focus-within .group-focus-within\:bg-neutral-200\/40{background-color:#e5e5e566}.group:focus-within .group-focus-within\:bg-neutral-200\/50{background-color:#e5e5e580}.group:focus-within .group-focus-within\:bg-neutral-200\/60{background-color:#e5e5e599}.group:focus-within .group-focus-within\:bg-neutral-200\/70{background-color:#e5e5e5b3}.group:focus-within .group-focus-within\:bg-neutral-200\/75{background-color:#e5e5e5bf}.group:focus-within .group-focus-within\:bg-neutral-200\/80{background-color:#e5e5e5cc}.group:focus-within .group-focus-within\:bg-neutral-200\/90{background-color:#e5e5e5e6}.group:focus-within .group-focus-within\:bg-neutral-300{background-color:#d4d4d4}.group:focus-within .group-focus-within\:bg-neutral-300\/0{background-color:#d4d4d400}.group:focus-within .group-focus-within\:bg-neutral-300\/10{background-color:#d4d4d41a}.group:focus-within .group-focus-within\:bg-neutral-300\/20{background-color:#d4d4d433}.group:focus-within .group-focus-within\:bg-neutral-300\/30{background-color:#d4d4d44d}.group:focus-within .group-focus-within\:bg-neutral-300\/40{background-color:#d4d4d466}.group:focus-within .group-focus-within\:bg-neutral-300\/50{background-color:#d4d4d480}.group:focus-within .group-focus-within\:bg-neutral-300\/60{background-color:#d4d4d499}.group:focus-within .group-focus-within\:bg-neutral-300\/70{background-color:#d4d4d4b3}.group:focus-within .group-focus-within\:bg-neutral-300\/75{background-color:#d4d4d4bf}.group:focus-within .group-focus-within\:bg-neutral-300\/80{background-color:#d4d4d4cc}.group:focus-within .group-focus-within\:bg-neutral-300\/90{background-color:#d4d4d4e6}.group:focus-within .group-focus-within\:bg-neutral-400{background-color:#a3a3a3}.group:focus-within .group-focus-within\:bg-neutral-400\/0{background-color:#a3a3a300}.group:focus-within .group-focus-within\:bg-neutral-400\/10{background-color:#a3a3a31a}.group:focus-within .group-focus-within\:bg-neutral-400\/20{background-color:#a3a3a333}.group:focus-within .group-focus-within\:bg-neutral-400\/30{background-color:#a3a3a34d}.group:focus-within .group-focus-within\:bg-neutral-400\/40{background-color:#a3a3a366}.group:focus-within .group-focus-within\:bg-neutral-400\/50{background-color:#a3a3a380}.group:focus-within .group-focus-within\:bg-neutral-400\/60{background-color:#a3a3a399}.group:focus-within .group-focus-within\:bg-neutral-400\/70{background-color:#a3a3a3b3}.group:focus-within .group-focus-within\:bg-neutral-400\/75{background-color:#a3a3a3bf}.group:focus-within .group-focus-within\:bg-neutral-400\/80{background-color:#a3a3a3cc}.group:focus-within .group-focus-within\:bg-neutral-400\/90{background-color:#a3a3a3e6}.group:focus-within .group-focus-within\:bg-neutral-500{background-color:#737373}.group:focus-within .group-focus-within\:bg-neutral-500\/0{background-color:#73737300}.group:focus-within .group-focus-within\:bg-neutral-500\/10{background-color:#7373731a}.group:focus-within .group-focus-within\:bg-neutral-500\/20{background-color:#73737333}.group:focus-within .group-focus-within\:bg-neutral-500\/30{background-color:#7373734d}.group:focus-within .group-focus-within\:bg-neutral-500\/40{background-color:#73737366}.group:focus-within .group-focus-within\:bg-neutral-500\/50{background-color:#73737380}.group:focus-within .group-focus-within\:bg-neutral-500\/60{background-color:#73737399}.group:focus-within .group-focus-within\:bg-neutral-500\/70{background-color:#737373b3}.group:focus-within .group-focus-within\:bg-neutral-500\/75{background-color:#737373bf}.group:focus-within .group-focus-within\:bg-neutral-500\/80{background-color:#737373cc}.group:focus-within .group-focus-within\:bg-neutral-500\/90{background-color:#737373e6}.group:focus-within .group-focus-within\:bg-neutral-600{background-color:#525252}.group:focus-within .group-focus-within\:bg-neutral-600\/0{background-color:#52525200}.group:focus-within .group-focus-within\:bg-neutral-600\/10{background-color:#5252521a}.group:focus-within .group-focus-within\:bg-neutral-600\/20{background-color:#52525233}.group:focus-within .group-focus-within\:bg-neutral-600\/30{background-color:#5252524d}.group:focus-within .group-focus-within\:bg-neutral-600\/40{background-color:#52525266}.group:focus-within .group-focus-within\:bg-neutral-600\/50{background-color:#52525280}.group:focus-within .group-focus-within\:bg-neutral-600\/60{background-color:#52525299}.group:focus-within .group-focus-within\:bg-neutral-600\/70{background-color:#525252b3}.group:focus-within .group-focus-within\:bg-neutral-600\/75{background-color:#525252bf}.group:focus-within .group-focus-within\:bg-neutral-600\/80{background-color:#525252cc}.group:focus-within .group-focus-within\:bg-neutral-600\/90{background-color:#525252e6}.group:focus-within .group-focus-within\:bg-neutral-700{background-color:#404040}.group:focus-within .group-focus-within\:bg-neutral-700\/0{background-color:#40404000}.group:focus-within .group-focus-within\:bg-neutral-700\/10{background-color:#4040401a}.group:focus-within .group-focus-within\:bg-neutral-700\/20{background-color:#40404033}.group:focus-within .group-focus-within\:bg-neutral-700\/30{background-color:#4040404d}.group:focus-within .group-focus-within\:bg-neutral-700\/40{background-color:#40404066}.group:focus-within .group-focus-within\:bg-neutral-700\/50{background-color:#40404080}.group:focus-within .group-focus-within\:bg-neutral-700\/60{background-color:#40404099}.group:focus-within .group-focus-within\:bg-neutral-700\/70{background-color:#404040b3}.group:focus-within .group-focus-within\:bg-neutral-700\/75{background-color:#404040bf}.group:focus-within .group-focus-within\:bg-neutral-700\/80{background-color:#404040cc}.group:focus-within .group-focus-within\:bg-neutral-700\/90{background-color:#404040e6}.group:focus-within .group-focus-within\:bg-neutral-800{background-color:#262626}.group:focus-within .group-focus-within\:bg-neutral-800\/0{background-color:#26262600}.group:focus-within .group-focus-within\:bg-neutral-800\/10{background-color:#2626261a}.group:focus-within .group-focus-within\:bg-neutral-800\/20{background-color:#26262633}.group:focus-within .group-focus-within\:bg-neutral-800\/30{background-color:#2626264d}.group:focus-within .group-focus-within\:bg-neutral-800\/40{background-color:#26262666}.group:focus-within .group-focus-within\:bg-neutral-800\/50{background-color:#26262680}.group:focus-within .group-focus-within\:bg-neutral-800\/60{background-color:#26262699}.group:focus-within .group-focus-within\:bg-neutral-800\/70{background-color:#262626b3}.group:focus-within .group-focus-within\:bg-neutral-800\/75{background-color:#262626bf}.group:focus-within .group-focus-within\:bg-neutral-800\/80{background-color:#262626cc}.group:focus-within .group-focus-within\:bg-neutral-800\/90{background-color:#262626e6}.group:focus-within .group-focus-within\:bg-neutral-900{background-color:#171717}.group:focus-within .group-focus-within\:bg-neutral-900\/0{background-color:#17171700}.group:focus-within .group-focus-within\:bg-neutral-900\/10{background-color:#1717171a}.group:focus-within .group-focus-within\:bg-neutral-900\/20{background-color:#17171733}.group:focus-within .group-focus-within\:bg-neutral-900\/30{background-color:#1717174d}.group:focus-within .group-focus-within\:bg-neutral-900\/40{background-color:#17171766}.group:focus-within .group-focus-within\:bg-neutral-900\/50{background-color:#17171780}.group:focus-within .group-focus-within\:bg-neutral-900\/60{background-color:#17171799}.group:focus-within .group-focus-within\:bg-neutral-900\/70{background-color:#171717b3}.group:focus-within .group-focus-within\:bg-neutral-900\/75{background-color:#171717bf}.group:focus-within .group-focus-within\:bg-neutral-900\/80{background-color:#171717cc}.group:focus-within .group-focus-within\:bg-neutral-900\/90{background-color:#171717e6}.group:focus-within .group-focus-within\:bg-neutral-950{background-color:#0a0a0a}.group:focus-within .group-focus-within\:bg-neutral-950\/0{background-color:#0a0a0a00}.group:focus-within .group-focus-within\:bg-neutral-950\/10{background-color:#0a0a0a1a}.group:focus-within .group-focus-within\:bg-neutral-950\/20{background-color:#0a0a0a33}.group:focus-within .group-focus-within\:bg-neutral-950\/30{background-color:#0a0a0a4d}.group:focus-within .group-focus-within\:bg-neutral-950\/40{background-color:#0a0a0a66}.group:focus-within .group-focus-within\:bg-neutral-950\/50{background-color:#0a0a0a80}.group:focus-within .group-focus-within\:bg-neutral-950\/60{background-color:#0a0a0a99}.group:focus-within .group-focus-within\:bg-neutral-950\/70{background-color:#0a0a0ab3}.group:focus-within .group-focus-within\:bg-neutral-950\/75{background-color:#0a0a0abf}.group:focus-within .group-focus-within\:bg-neutral-950\/80{background-color:#0a0a0acc}.group:focus-within .group-focus-within\:bg-neutral-950\/90{background-color:#0a0a0ae6}.group:focus-within .group-focus-within\:bg-stone-50{background-color:#fafaf9}.group:focus-within .group-focus-within\:bg-stone-50\/0{background-color:#fafaf900}.group:focus-within .group-focus-within\:bg-stone-50\/10{background-color:#fafaf91a}.group:focus-within .group-focus-within\:bg-stone-50\/20{background-color:#fafaf933}.group:focus-within .group-focus-within\:bg-stone-50\/30{background-color:#fafaf94d}.group:focus-within .group-focus-within\:bg-stone-50\/40{background-color:#fafaf966}.group:focus-within .group-focus-within\:bg-stone-50\/50{background-color:#fafaf980}.group:focus-within .group-focus-within\:bg-stone-50\/60{background-color:#fafaf999}.group:focus-within .group-focus-within\:bg-stone-50\/70{background-color:#fafaf9b3}.group:focus-within .group-focus-within\:bg-stone-50\/75{background-color:#fafaf9bf}.group:focus-within .group-focus-within\:bg-stone-50\/80{background-color:#fafaf9cc}.group:focus-within .group-focus-within\:bg-stone-50\/90{background-color:#fafaf9e6}.group:focus-within .group-focus-within\:bg-stone-100{background-color:#f5f5f4}.group:focus-within .group-focus-within\:bg-stone-100\/0{background-color:#f5f5f400}.group:focus-within .group-focus-within\:bg-stone-100\/10{background-color:#f5f5f41a}.group:focus-within .group-focus-within\:bg-stone-100\/20{background-color:#f5f5f433}.group:focus-within .group-focus-within\:bg-stone-100\/30{background-color:#f5f5f44d}.group:focus-within .group-focus-within\:bg-stone-100\/40{background-color:#f5f5f466}.group:focus-within .group-focus-within\:bg-stone-100\/50{background-color:#f5f5f480}.group:focus-within .group-focus-within\:bg-stone-100\/60{background-color:#f5f5f499}.group:focus-within .group-focus-within\:bg-stone-100\/70{background-color:#f5f5f4b3}.group:focus-within .group-focus-within\:bg-stone-100\/75{background-color:#f5f5f4bf}.group:focus-within .group-focus-within\:bg-stone-100\/80{background-color:#f5f5f4cc}.group:focus-within .group-focus-within\:bg-stone-100\/90{background-color:#f5f5f4e6}.group:focus-within .group-focus-within\:bg-stone-200{background-color:#e7e5e4}.group:focus-within .group-focus-within\:bg-stone-200\/0{background-color:#e7e5e400}.group:focus-within .group-focus-within\:bg-stone-200\/10{background-color:#e7e5e41a}.group:focus-within .group-focus-within\:bg-stone-200\/20{background-color:#e7e5e433}.group:focus-within .group-focus-within\:bg-stone-200\/30{background-color:#e7e5e44d}.group:focus-within .group-focus-within\:bg-stone-200\/40{background-color:#e7e5e466}.group:focus-within .group-focus-within\:bg-stone-200\/50{background-color:#e7e5e480}.group:focus-within .group-focus-within\:bg-stone-200\/60{background-color:#e7e5e499}.group:focus-within .group-focus-within\:bg-stone-200\/70{background-color:#e7e5e4b3}.group:focus-within .group-focus-within\:bg-stone-200\/75{background-color:#e7e5e4bf}.group:focus-within .group-focus-within\:bg-stone-200\/80{background-color:#e7e5e4cc}.group:focus-within .group-focus-within\:bg-stone-200\/90{background-color:#e7e5e4e6}.group:focus-within .group-focus-within\:bg-stone-300{background-color:#d6d3d1}.group:focus-within .group-focus-within\:bg-stone-300\/0{background-color:#d6d3d100}.group:focus-within .group-focus-within\:bg-stone-300\/10{background-color:#d6d3d11a}.group:focus-within .group-focus-within\:bg-stone-300\/20{background-color:#d6d3d133}.group:focus-within .group-focus-within\:bg-stone-300\/30{background-color:#d6d3d14d}.group:focus-within .group-focus-within\:bg-stone-300\/40{background-color:#d6d3d166}.group:focus-within .group-focus-within\:bg-stone-300\/50{background-color:#d6d3d180}.group:focus-within .group-focus-within\:bg-stone-300\/60{background-color:#d6d3d199}.group:focus-within .group-focus-within\:bg-stone-300\/70{background-color:#d6d3d1b3}.group:focus-within .group-focus-within\:bg-stone-300\/75{background-color:#d6d3d1bf}.group:focus-within .group-focus-within\:bg-stone-300\/80{background-color:#d6d3d1cc}.group:focus-within .group-focus-within\:bg-stone-300\/90{background-color:#d6d3d1e6}.group:focus-within .group-focus-within\:bg-stone-400{background-color:#a8a29e}.group:focus-within .group-focus-within\:bg-stone-400\/0{background-color:#a8a29e00}.group:focus-within .group-focus-within\:bg-stone-400\/10{background-color:#a8a29e1a}.group:focus-within .group-focus-within\:bg-stone-400\/20{background-color:#a8a29e33}.group:focus-within .group-focus-within\:bg-stone-400\/30{background-color:#a8a29e4d}.group:focus-within .group-focus-within\:bg-stone-400\/40{background-color:#a8a29e66}.group:focus-within .group-focus-within\:bg-stone-400\/50{background-color:#a8a29e80}.group:focus-within .group-focus-within\:bg-stone-400\/60{background-color:#a8a29e99}.group:focus-within .group-focus-within\:bg-stone-400\/70{background-color:#a8a29eb3}.group:focus-within .group-focus-within\:bg-stone-400\/75{background-color:#a8a29ebf}.group:focus-within .group-focus-within\:bg-stone-400\/80{background-color:#a8a29ecc}.group:focus-within .group-focus-within\:bg-stone-400\/90{background-color:#a8a29ee6}.group:focus-within .group-focus-within\:bg-stone-500{background-color:#78716c}.group:focus-within .group-focus-within\:bg-stone-500\/0{background-color:#78716c00}.group:focus-within .group-focus-within\:bg-stone-500\/10{background-color:#78716c1a}.group:focus-within .group-focus-within\:bg-stone-500\/20{background-color:#78716c33}.group:focus-within .group-focus-within\:bg-stone-500\/30{background-color:#78716c4d}.group:focus-within .group-focus-within\:bg-stone-500\/40{background-color:#78716c66}.group:focus-within .group-focus-within\:bg-stone-500\/50{background-color:#78716c80}.group:focus-within .group-focus-within\:bg-stone-500\/60{background-color:#78716c99}.group:focus-within .group-focus-within\:bg-stone-500\/70{background-color:#78716cb3}.group:focus-within .group-focus-within\:bg-stone-500\/75{background-color:#78716cbf}.group:focus-within .group-focus-within\:bg-stone-500\/80{background-color:#78716ccc}.group:focus-within .group-focus-within\:bg-stone-500\/90{background-color:#78716ce6}.group:focus-within .group-focus-within\:bg-stone-600{background-color:#57534e}.group:focus-within .group-focus-within\:bg-stone-600\/0{background-color:#57534e00}.group:focus-within .group-focus-within\:bg-stone-600\/10{background-color:#57534e1a}.group:focus-within .group-focus-within\:bg-stone-600\/20{background-color:#57534e33}.group:focus-within .group-focus-within\:bg-stone-600\/30{background-color:#57534e4d}.group:focus-within .group-focus-within\:bg-stone-600\/40{background-color:#57534e66}.group:focus-within .group-focus-within\:bg-stone-600\/50{background-color:#57534e80}.group:focus-within .group-focus-within\:bg-stone-600\/60{background-color:#57534e99}.group:focus-within .group-focus-within\:bg-stone-600\/70{background-color:#57534eb3}.group:focus-within .group-focus-within\:bg-stone-600\/75{background-color:#57534ebf}.group:focus-within .group-focus-within\:bg-stone-600\/80{background-color:#57534ecc}.group:focus-within .group-focus-within\:bg-stone-600\/90{background-color:#57534ee6}.group:focus-within .group-focus-within\:bg-stone-700{background-color:#44403c}.group:focus-within .group-focus-within\:bg-stone-700\/0{background-color:#44403c00}.group:focus-within .group-focus-within\:bg-stone-700\/10{background-color:#44403c1a}.group:focus-within .group-focus-within\:bg-stone-700\/20{background-color:#44403c33}.group:focus-within .group-focus-within\:bg-stone-700\/30{background-color:#44403c4d}.group:focus-within .group-focus-within\:bg-stone-700\/40{background-color:#44403c66}.group:focus-within .group-focus-within\:bg-stone-700\/50{background-color:#44403c80}.group:focus-within .group-focus-within\:bg-stone-700\/60{background-color:#44403c99}.group:focus-within .group-focus-within\:bg-stone-700\/70{background-color:#44403cb3}.group:focus-within .group-focus-within\:bg-stone-700\/75{background-color:#44403cbf}.group:focus-within .group-focus-within\:bg-stone-700\/80{background-color:#44403ccc}.group:focus-within .group-focus-within\:bg-stone-700\/90{background-color:#44403ce6}.group:focus-within .group-focus-within\:bg-stone-800{background-color:#292524}.group:focus-within .group-focus-within\:bg-stone-800\/0{background-color:#29252400}.group:focus-within .group-focus-within\:bg-stone-800\/10{background-color:#2925241a}.group:focus-within .group-focus-within\:bg-stone-800\/20{background-color:#29252433}.group:focus-within .group-focus-within\:bg-stone-800\/30{background-color:#2925244d}.group:focus-within .group-focus-within\:bg-stone-800\/40{background-color:#29252466}.group:focus-within .group-focus-within\:bg-stone-800\/50{background-color:#29252480}.group:focus-within .group-focus-within\:bg-stone-800\/60{background-color:#29252499}.group:focus-within .group-focus-within\:bg-stone-800\/70{background-color:#292524b3}.group:focus-within .group-focus-within\:bg-stone-800\/75{background-color:#292524bf}.group:focus-within .group-focus-within\:bg-stone-800\/80{background-color:#292524cc}.group:focus-within .group-focus-within\:bg-stone-800\/90{background-color:#292524e6}.group:focus-within .group-focus-within\:bg-stone-900{background-color:#1c1917}.group:focus-within .group-focus-within\:bg-stone-900\/0{background-color:#1c191700}.group:focus-within .group-focus-within\:bg-stone-900\/10{background-color:#1c19171a}.group:focus-within .group-focus-within\:bg-stone-900\/20{background-color:#1c191733}.group:focus-within .group-focus-within\:bg-stone-900\/30{background-color:#1c19174d}.group:focus-within .group-focus-within\:bg-stone-900\/40{background-color:#1c191766}.group:focus-within .group-focus-within\:bg-stone-900\/50{background-color:#1c191780}.group:focus-within .group-focus-within\:bg-stone-900\/60{background-color:#1c191799}.group:focus-within .group-focus-within\:bg-stone-900\/70{background-color:#1c1917b3}.group:focus-within .group-focus-within\:bg-stone-900\/75{background-color:#1c1917bf}.group:focus-within .group-focus-within\:bg-stone-900\/80{background-color:#1c1917cc}.group:focus-within .group-focus-within\:bg-stone-900\/90{background-color:#1c1917e6}.group:focus-within .group-focus-within\:bg-stone-950{background-color:#0c0a09}.group:focus-within .group-focus-within\:bg-stone-950\/0{background-color:#0c0a0900}.group:focus-within .group-focus-within\:bg-stone-950\/10{background-color:#0c0a091a}.group:focus-within .group-focus-within\:bg-stone-950\/20{background-color:#0c0a0933}.group:focus-within .group-focus-within\:bg-stone-950\/30{background-color:#0c0a094d}.group:focus-within .group-focus-within\:bg-stone-950\/40{background-color:#0c0a0966}.group:focus-within .group-focus-within\:bg-stone-950\/50{background-color:#0c0a0980}.group:focus-within .group-focus-within\:bg-stone-950\/60{background-color:#0c0a0999}.group:focus-within .group-focus-within\:bg-stone-950\/70{background-color:#0c0a09b3}.group:focus-within .group-focus-within\:bg-stone-950\/75{background-color:#0c0a09bf}.group:focus-within .group-focus-within\:bg-stone-950\/80{background-color:#0c0a09cc}.group:focus-within .group-focus-within\:bg-stone-950\/90{background-color:#0c0a09e6}.group:focus-within .group-focus-within\:bg-red-50{background-color:#fef2f2}.group:focus-within .group-focus-within\:bg-red-50\/0{background-color:#fef2f200}.group:focus-within .group-focus-within\:bg-red-50\/10{background-color:#fef2f21a}.group:focus-within .group-focus-within\:bg-red-50\/20{background-color:#fef2f233}.group:focus-within .group-focus-within\:bg-red-50\/30{background-color:#fef2f24d}.group:focus-within .group-focus-within\:bg-red-50\/40{background-color:#fef2f266}.group:focus-within .group-focus-within\:bg-red-50\/50{background-color:#fef2f280}.group:focus-within .group-focus-within\:bg-red-50\/60{background-color:#fef2f299}.group:focus-within .group-focus-within\:bg-red-50\/70{background-color:#fef2f2b3}.group:focus-within .group-focus-within\:bg-red-50\/75{background-color:#fef2f2bf}.group:focus-within .group-focus-within\:bg-red-50\/80{background-color:#fef2f2cc}.group:focus-within .group-focus-within\:bg-red-50\/90{background-color:#fef2f2e6}.group:focus-within .group-focus-within\:bg-red-100{background-color:#fee2e2}.group:focus-within .group-focus-within\:bg-red-100\/0{background-color:#fee2e200}.group:focus-within .group-focus-within\:bg-red-100\/10{background-color:#fee2e21a}.group:focus-within .group-focus-within\:bg-red-100\/20{background-color:#fee2e233}.group:focus-within .group-focus-within\:bg-red-100\/30{background-color:#fee2e24d}.group:focus-within .group-focus-within\:bg-red-100\/40{background-color:#fee2e266}.group:focus-within .group-focus-within\:bg-red-100\/50{background-color:#fee2e280}.group:focus-within .group-focus-within\:bg-red-100\/60{background-color:#fee2e299}.group:focus-within .group-focus-within\:bg-red-100\/70{background-color:#fee2e2b3}.group:focus-within .group-focus-within\:bg-red-100\/75{background-color:#fee2e2bf}.group:focus-within .group-focus-within\:bg-red-100\/80{background-color:#fee2e2cc}.group:focus-within .group-focus-within\:bg-red-100\/90{background-color:#fee2e2e6}.group:focus-within .group-focus-within\:bg-red-200{background-color:#fecaca}.group:focus-within .group-focus-within\:bg-red-200\/0{background-color:#fecaca00}.group:focus-within .group-focus-within\:bg-red-200\/10{background-color:#fecaca1a}.group:focus-within .group-focus-within\:bg-red-200\/20{background-color:#fecaca33}.group:focus-within .group-focus-within\:bg-red-200\/30{background-color:#fecaca4d}.group:focus-within .group-focus-within\:bg-red-200\/40{background-color:#fecaca66}.group:focus-within .group-focus-within\:bg-red-200\/50{background-color:#fecaca80}.group:focus-within .group-focus-within\:bg-red-200\/60{background-color:#fecaca99}.group:focus-within .group-focus-within\:bg-red-200\/70{background-color:#fecacab3}.group:focus-within .group-focus-within\:bg-red-200\/75{background-color:#fecacabf}.group:focus-within .group-focus-within\:bg-red-200\/80{background-color:#fecacacc}.group:focus-within .group-focus-within\:bg-red-200\/90{background-color:#fecacae6}.group:focus-within .group-focus-within\:bg-red-300{background-color:#fca5a5}.group:focus-within .group-focus-within\:bg-red-300\/0{background-color:#fca5a500}.group:focus-within .group-focus-within\:bg-red-300\/10{background-color:#fca5a51a}.group:focus-within .group-focus-within\:bg-red-300\/20{background-color:#fca5a533}.group:focus-within .group-focus-within\:bg-red-300\/30{background-color:#fca5a54d}.group:focus-within .group-focus-within\:bg-red-300\/40{background-color:#fca5a566}.group:focus-within .group-focus-within\:bg-red-300\/50{background-color:#fca5a580}.group:focus-within .group-focus-within\:bg-red-300\/60{background-color:#fca5a599}.group:focus-within .group-focus-within\:bg-red-300\/70{background-color:#fca5a5b3}.group:focus-within .group-focus-within\:bg-red-300\/75{background-color:#fca5a5bf}.group:focus-within .group-focus-within\:bg-red-300\/80{background-color:#fca5a5cc}.group:focus-within .group-focus-within\:bg-red-300\/90{background-color:#fca5a5e6}.group:focus-within .group-focus-within\:bg-red-400{background-color:#f87171}.group:focus-within .group-focus-within\:bg-red-400\/0{background-color:#f8717100}.group:focus-within .group-focus-within\:bg-red-400\/10{background-color:#f871711a}.group:focus-within .group-focus-within\:bg-red-400\/20{background-color:#f8717133}.group:focus-within .group-focus-within\:bg-red-400\/30{background-color:#f871714d}.group:focus-within .group-focus-within\:bg-red-400\/40{background-color:#f8717166}.group:focus-within .group-focus-within\:bg-red-400\/50{background-color:#f8717180}.group:focus-within .group-focus-within\:bg-red-400\/60{background-color:#f8717199}.group:focus-within .group-focus-within\:bg-red-400\/70{background-color:#f87171b3}.group:focus-within .group-focus-within\:bg-red-400\/75{background-color:#f87171bf}.group:focus-within .group-focus-within\:bg-red-400\/80{background-color:#f87171cc}.group:focus-within .group-focus-within\:bg-red-400\/90{background-color:#f87171e6}.group:focus-within .group-focus-within\:bg-red-500{background-color:#ef4444}.group:focus-within .group-focus-within\:bg-red-500\/0{background-color:#ef444400}.group:focus-within .group-focus-within\:bg-red-500\/10{background-color:#ef44441a}.group:focus-within .group-focus-within\:bg-red-500\/20{background-color:#ef444433}.group:focus-within .group-focus-within\:bg-red-500\/30{background-color:#ef44444d}.group:focus-within .group-focus-within\:bg-red-500\/40{background-color:#ef444466}.group:focus-within .group-focus-within\:bg-red-500\/50{background-color:#ef444480}.group:focus-within .group-focus-within\:bg-red-500\/60{background-color:#ef444499}.group:focus-within .group-focus-within\:bg-red-500\/70{background-color:#ef4444b3}.group:focus-within .group-focus-within\:bg-red-500\/75{background-color:#ef4444bf}.group:focus-within .group-focus-within\:bg-red-500\/80{background-color:#ef4444cc}.group:focus-within .group-focus-within\:bg-red-500\/90{background-color:#ef4444e6}.group:focus-within .group-focus-within\:bg-red-600{background-color:#dc2626}.group:focus-within .group-focus-within\:bg-red-600\/0{background-color:#dc262600}.group:focus-within .group-focus-within\:bg-red-600\/10{background-color:#dc26261a}.group:focus-within .group-focus-within\:bg-red-600\/20{background-color:#dc262633}.group:focus-within .group-focus-within\:bg-red-600\/30{background-color:#dc26264d}.group:focus-within .group-focus-within\:bg-red-600\/40{background-color:#dc262666}.group:focus-within .group-focus-within\:bg-red-600\/50{background-color:#dc262680}.group:focus-within .group-focus-within\:bg-red-600\/60{background-color:#dc262699}.group:focus-within .group-focus-within\:bg-red-600\/70{background-color:#dc2626b3}.group:focus-within .group-focus-within\:bg-red-600\/75{background-color:#dc2626bf}.group:focus-within .group-focus-within\:bg-red-600\/80{background-color:#dc2626cc}.group:focus-within .group-focus-within\:bg-red-600\/90{background-color:#dc2626e6}.group:focus-within .group-focus-within\:bg-red-700{background-color:#b91c1c}.group:focus-within .group-focus-within\:bg-red-700\/0{background-color:#b91c1c00}.group:focus-within .group-focus-within\:bg-red-700\/10{background-color:#b91c1c1a}.group:focus-within .group-focus-within\:bg-red-700\/20{background-color:#b91c1c33}.group:focus-within .group-focus-within\:bg-red-700\/30{background-color:#b91c1c4d}.group:focus-within .group-focus-within\:bg-red-700\/40{background-color:#b91c1c66}.group:focus-within .group-focus-within\:bg-red-700\/50{background-color:#b91c1c80}.group:focus-within .group-focus-within\:bg-red-700\/60{background-color:#b91c1c99}.group:focus-within .group-focus-within\:bg-red-700\/70{background-color:#b91c1cb3}.group:focus-within .group-focus-within\:bg-red-700\/75{background-color:#b91c1cbf}.group:focus-within .group-focus-within\:bg-red-700\/80{background-color:#b91c1ccc}.group:focus-within .group-focus-within\:bg-red-700\/90{background-color:#b91c1ce6}.group:focus-within .group-focus-within\:bg-red-800{background-color:#991b1b}.group:focus-within .group-focus-within\:bg-red-800\/0{background-color:#991b1b00}.group:focus-within .group-focus-within\:bg-red-800\/10{background-color:#991b1b1a}.group:focus-within .group-focus-within\:bg-red-800\/20{background-color:#991b1b33}.group:focus-within .group-focus-within\:bg-red-800\/30{background-color:#991b1b4d}.group:focus-within .group-focus-within\:bg-red-800\/40{background-color:#991b1b66}.group:focus-within .group-focus-within\:bg-red-800\/50{background-color:#991b1b80}.group:focus-within .group-focus-within\:bg-red-800\/60{background-color:#991b1b99}.group:focus-within .group-focus-within\:bg-red-800\/70{background-color:#991b1bb3}.group:focus-within .group-focus-within\:bg-red-800\/75{background-color:#991b1bbf}.group:focus-within .group-focus-within\:bg-red-800\/80{background-color:#991b1bcc}.group:focus-within .group-focus-within\:bg-red-800\/90{background-color:#991b1be6}.group:focus-within .group-focus-within\:bg-red-900{background-color:#7f1d1d}.group:focus-within .group-focus-within\:bg-red-900\/0{background-color:#7f1d1d00}.group:focus-within .group-focus-within\:bg-red-900\/10{background-color:#7f1d1d1a}.group:focus-within .group-focus-within\:bg-red-900\/20{background-color:#7f1d1d33}.group:focus-within .group-focus-within\:bg-red-900\/30{background-color:#7f1d1d4d}.group:focus-within .group-focus-within\:bg-red-900\/40{background-color:#7f1d1d66}.group:focus-within .group-focus-within\:bg-red-900\/50{background-color:#7f1d1d80}.group:focus-within .group-focus-within\:bg-red-900\/60{background-color:#7f1d1d99}.group:focus-within .group-focus-within\:bg-red-900\/70{background-color:#7f1d1db3}.group:focus-within .group-focus-within\:bg-red-900\/75{background-color:#7f1d1dbf}.group:focus-within .group-focus-within\:bg-red-900\/80{background-color:#7f1d1dcc}.group:focus-within .group-focus-within\:bg-red-900\/90{background-color:#7f1d1de6}.group:focus-within .group-focus-within\:bg-red-950{background-color:#450a0a}.group:focus-within .group-focus-within\:bg-red-950\/0{background-color:#450a0a00}.group:focus-within .group-focus-within\:bg-red-950\/10{background-color:#450a0a1a}.group:focus-within .group-focus-within\:bg-red-950\/20{background-color:#450a0a33}.group:focus-within .group-focus-within\:bg-red-950\/30{background-color:#450a0a4d}.group:focus-within .group-focus-within\:bg-red-950\/40{background-color:#450a0a66}.group:focus-within .group-focus-within\:bg-red-950\/50{background-color:#450a0a80}.group:focus-within .group-focus-within\:bg-red-950\/60{background-color:#450a0a99}.group:focus-within .group-focus-within\:bg-red-950\/70{background-color:#450a0ab3}.group:focus-within .group-focus-within\:bg-red-950\/75{background-color:#450a0abf}.group:focus-within .group-focus-within\:bg-red-950\/80{background-color:#450a0acc}.group:focus-within .group-focus-within\:bg-red-950\/90{background-color:#450a0ae6}.group:focus-within .group-focus-within\:bg-orange-50{background-color:#fff7ed}.group:focus-within .group-focus-within\:bg-orange-50\/0{background-color:#fff7ed00}.group:focus-within .group-focus-within\:bg-orange-50\/10{background-color:#fff7ed1a}.group:focus-within .group-focus-within\:bg-orange-50\/20{background-color:#fff7ed33}.group:focus-within .group-focus-within\:bg-orange-50\/30{background-color:#fff7ed4d}.group:focus-within .group-focus-within\:bg-orange-50\/40{background-color:#fff7ed66}.group:focus-within .group-focus-within\:bg-orange-50\/50{background-color:#fff7ed80}.group:focus-within .group-focus-within\:bg-orange-50\/60{background-color:#fff7ed99}.group:focus-within .group-focus-within\:bg-orange-50\/70{background-color:#fff7edb3}.group:focus-within .group-focus-within\:bg-orange-50\/75{background-color:#fff7edbf}.group:focus-within .group-focus-within\:bg-orange-50\/80{background-color:#fff7edcc}.group:focus-within .group-focus-within\:bg-orange-50\/90{background-color:#fff7ede6}.group:focus-within .group-focus-within\:bg-orange-100{background-color:#ffedd5}.group:focus-within .group-focus-within\:bg-orange-100\/0{background-color:#ffedd500}.group:focus-within .group-focus-within\:bg-orange-100\/10{background-color:#ffedd51a}.group:focus-within .group-focus-within\:bg-orange-100\/20{background-color:#ffedd533}.group:focus-within .group-focus-within\:bg-orange-100\/30{background-color:#ffedd54d}.group:focus-within .group-focus-within\:bg-orange-100\/40{background-color:#ffedd566}.group:focus-within .group-focus-within\:bg-orange-100\/50{background-color:#ffedd580}.group:focus-within .group-focus-within\:bg-orange-100\/60{background-color:#ffedd599}.group:focus-within .group-focus-within\:bg-orange-100\/70{background-color:#ffedd5b3}.group:focus-within .group-focus-within\:bg-orange-100\/75{background-color:#ffedd5bf}.group:focus-within .group-focus-within\:bg-orange-100\/80{background-color:#ffedd5cc}.group:focus-within .group-focus-within\:bg-orange-100\/90{background-color:#ffedd5e6}.group:focus-within .group-focus-within\:bg-orange-200{background-color:#fed7aa}.group:focus-within .group-focus-within\:bg-orange-200\/0{background-color:#fed7aa00}.group:focus-within .group-focus-within\:bg-orange-200\/10{background-color:#fed7aa1a}.group:focus-within .group-focus-within\:bg-orange-200\/20{background-color:#fed7aa33}.group:focus-within .group-focus-within\:bg-orange-200\/30{background-color:#fed7aa4d}.group:focus-within .group-focus-within\:bg-orange-200\/40{background-color:#fed7aa66}.group:focus-within .group-focus-within\:bg-orange-200\/50{background-color:#fed7aa80}.group:focus-within .group-focus-within\:bg-orange-200\/60{background-color:#fed7aa99}.group:focus-within .group-focus-within\:bg-orange-200\/70{background-color:#fed7aab3}.group:focus-within .group-focus-within\:bg-orange-200\/75{background-color:#fed7aabf}.group:focus-within .group-focus-within\:bg-orange-200\/80{background-color:#fed7aacc}.group:focus-within .group-focus-within\:bg-orange-200\/90{background-color:#fed7aae6}.group:focus-within .group-focus-within\:bg-orange-300{background-color:#fdba74}.group:focus-within .group-focus-within\:bg-orange-300\/0{background-color:#fdba7400}.group:focus-within .group-focus-within\:bg-orange-300\/10{background-color:#fdba741a}.group:focus-within .group-focus-within\:bg-orange-300\/20{background-color:#fdba7433}.group:focus-within .group-focus-within\:bg-orange-300\/30{background-color:#fdba744d}.group:focus-within .group-focus-within\:bg-orange-300\/40{background-color:#fdba7466}.group:focus-within .group-focus-within\:bg-orange-300\/50{background-color:#fdba7480}.group:focus-within .group-focus-within\:bg-orange-300\/60{background-color:#fdba7499}.group:focus-within .group-focus-within\:bg-orange-300\/70{background-color:#fdba74b3}.group:focus-within .group-focus-within\:bg-orange-300\/75{background-color:#fdba74bf}.group:focus-within .group-focus-within\:bg-orange-300\/80{background-color:#fdba74cc}.group:focus-within .group-focus-within\:bg-orange-300\/90{background-color:#fdba74e6}.group:focus-within .group-focus-within\:bg-orange-400{background-color:#fb923c}.group:focus-within .group-focus-within\:bg-orange-400\/0{background-color:#fb923c00}.group:focus-within .group-focus-within\:bg-orange-400\/10{background-color:#fb923c1a}.group:focus-within .group-focus-within\:bg-orange-400\/20{background-color:#fb923c33}.group:focus-within .group-focus-within\:bg-orange-400\/30{background-color:#fb923c4d}.group:focus-within .group-focus-within\:bg-orange-400\/40{background-color:#fb923c66}.group:focus-within .group-focus-within\:bg-orange-400\/50{background-color:#fb923c80}.group:focus-within .group-focus-within\:bg-orange-400\/60{background-color:#fb923c99}.group:focus-within .group-focus-within\:bg-orange-400\/70{background-color:#fb923cb3}.group:focus-within .group-focus-within\:bg-orange-400\/75{background-color:#fb923cbf}.group:focus-within .group-focus-within\:bg-orange-400\/80{background-color:#fb923ccc}.group:focus-within .group-focus-within\:bg-orange-400\/90{background-color:#fb923ce6}.group:focus-within .group-focus-within\:bg-orange-500{background-color:#f97316}.group:focus-within .group-focus-within\:bg-orange-500\/0{background-color:#f9731600}.group:focus-within .group-focus-within\:bg-orange-500\/10{background-color:#f973161a}.group:focus-within .group-focus-within\:bg-orange-500\/20{background-color:#f9731633}.group:focus-within .group-focus-within\:bg-orange-500\/30{background-color:#f973164d}.group:focus-within .group-focus-within\:bg-orange-500\/40{background-color:#f9731666}.group:focus-within .group-focus-within\:bg-orange-500\/50{background-color:#f9731680}.group:focus-within .group-focus-within\:bg-orange-500\/60{background-color:#f9731699}.group:focus-within .group-focus-within\:bg-orange-500\/70{background-color:#f97316b3}.group:focus-within .group-focus-within\:bg-orange-500\/75{background-color:#f97316bf}.group:focus-within .group-focus-within\:bg-orange-500\/80{background-color:#f97316cc}.group:focus-within .group-focus-within\:bg-orange-500\/90{background-color:#f97316e6}.group:focus-within .group-focus-within\:bg-orange-600{background-color:#ea580c}.group:focus-within .group-focus-within\:bg-orange-600\/0{background-color:#ea580c00}.group:focus-within .group-focus-within\:bg-orange-600\/10{background-color:#ea580c1a}.group:focus-within .group-focus-within\:bg-orange-600\/20{background-color:#ea580c33}.group:focus-within .group-focus-within\:bg-orange-600\/30{background-color:#ea580c4d}.group:focus-within .group-focus-within\:bg-orange-600\/40{background-color:#ea580c66}.group:focus-within .group-focus-within\:bg-orange-600\/50{background-color:#ea580c80}.group:focus-within .group-focus-within\:bg-orange-600\/60{background-color:#ea580c99}.group:focus-within .group-focus-within\:bg-orange-600\/70{background-color:#ea580cb3}.group:focus-within .group-focus-within\:bg-orange-600\/75{background-color:#ea580cbf}.group:focus-within .group-focus-within\:bg-orange-600\/80{background-color:#ea580ccc}.group:focus-within .group-focus-within\:bg-orange-600\/90{background-color:#ea580ce6}.group:focus-within .group-focus-within\:bg-orange-700{background-color:#c2410c}.group:focus-within .group-focus-within\:bg-orange-700\/0{background-color:#c2410c00}.group:focus-within .group-focus-within\:bg-orange-700\/10{background-color:#c2410c1a}.group:focus-within .group-focus-within\:bg-orange-700\/20{background-color:#c2410c33}.group:focus-within .group-focus-within\:bg-orange-700\/30{background-color:#c2410c4d}.group:focus-within .group-focus-within\:bg-orange-700\/40{background-color:#c2410c66}.group:focus-within .group-focus-within\:bg-orange-700\/50{background-color:#c2410c80}.group:focus-within .group-focus-within\:bg-orange-700\/60{background-color:#c2410c99}.group:focus-within .group-focus-within\:bg-orange-700\/70{background-color:#c2410cb3}.group:focus-within .group-focus-within\:bg-orange-700\/75{background-color:#c2410cbf}.group:focus-within .group-focus-within\:bg-orange-700\/80{background-color:#c2410ccc}.group:focus-within .group-focus-within\:bg-orange-700\/90{background-color:#c2410ce6}.group:focus-within .group-focus-within\:bg-orange-800{background-color:#9a3412}.group:focus-within .group-focus-within\:bg-orange-800\/0{background-color:#9a341200}.group:focus-within .group-focus-within\:bg-orange-800\/10{background-color:#9a34121a}.group:focus-within .group-focus-within\:bg-orange-800\/20{background-color:#9a341233}.group:focus-within .group-focus-within\:bg-orange-800\/30{background-color:#9a34124d}.group:focus-within .group-focus-within\:bg-orange-800\/40{background-color:#9a341266}.group:focus-within .group-focus-within\:bg-orange-800\/50{background-color:#9a341280}.group:focus-within .group-focus-within\:bg-orange-800\/60{background-color:#9a341299}.group:focus-within .group-focus-within\:bg-orange-800\/70{background-color:#9a3412b3}.group:focus-within .group-focus-within\:bg-orange-800\/75{background-color:#9a3412bf}.group:focus-within .group-focus-within\:bg-orange-800\/80{background-color:#9a3412cc}.group:focus-within .group-focus-within\:bg-orange-800\/90{background-color:#9a3412e6}.group:focus-within .group-focus-within\:bg-orange-900{background-color:#7c2d12}.group:focus-within .group-focus-within\:bg-orange-900\/0{background-color:#7c2d1200}.group:focus-within .group-focus-within\:bg-orange-900\/10{background-color:#7c2d121a}.group:focus-within .group-focus-within\:bg-orange-900\/20{background-color:#7c2d1233}.group:focus-within .group-focus-within\:bg-orange-900\/30{background-color:#7c2d124d}.group:focus-within .group-focus-within\:bg-orange-900\/40{background-color:#7c2d1266}.group:focus-within .group-focus-within\:bg-orange-900\/50{background-color:#7c2d1280}.group:focus-within .group-focus-within\:bg-orange-900\/60{background-color:#7c2d1299}.group:focus-within .group-focus-within\:bg-orange-900\/70{background-color:#7c2d12b3}.group:focus-within .group-focus-within\:bg-orange-900\/75{background-color:#7c2d12bf}.group:focus-within .group-focus-within\:bg-orange-900\/80{background-color:#7c2d12cc}.group:focus-within .group-focus-within\:bg-orange-900\/90{background-color:#7c2d12e6}.group:focus-within .group-focus-within\:bg-orange-950{background-color:#431407}.group:focus-within .group-focus-within\:bg-orange-950\/0{background-color:#43140700}.group:focus-within .group-focus-within\:bg-orange-950\/10{background-color:#4314071a}.group:focus-within .group-focus-within\:bg-orange-950\/20{background-color:#43140733}.group:focus-within .group-focus-within\:bg-orange-950\/30{background-color:#4314074d}.group:focus-within .group-focus-within\:bg-orange-950\/40{background-color:#43140766}.group:focus-within .group-focus-within\:bg-orange-950\/50{background-color:#43140780}.group:focus-within .group-focus-within\:bg-orange-950\/60{background-color:#43140799}.group:focus-within .group-focus-within\:bg-orange-950\/70{background-color:#431407b3}.group:focus-within .group-focus-within\:bg-orange-950\/75{background-color:#431407bf}.group:focus-within .group-focus-within\:bg-orange-950\/80{background-color:#431407cc}.group:focus-within .group-focus-within\:bg-orange-950\/90{background-color:#431407e6}.group:focus-within .group-focus-within\:bg-amber-50{background-color:#fffbeb}.group:focus-within .group-focus-within\:bg-amber-50\/0{background-color:#fffbeb00}.group:focus-within .group-focus-within\:bg-amber-50\/10{background-color:#fffbeb1a}.group:focus-within .group-focus-within\:bg-amber-50\/20{background-color:#fffbeb33}.group:focus-within .group-focus-within\:bg-amber-50\/30{background-color:#fffbeb4d}.group:focus-within .group-focus-within\:bg-amber-50\/40{background-color:#fffbeb66}.group:focus-within .group-focus-within\:bg-amber-50\/50{background-color:#fffbeb80}.group:focus-within .group-focus-within\:bg-amber-50\/60{background-color:#fffbeb99}.group:focus-within .group-focus-within\:bg-amber-50\/70{background-color:#fffbebb3}.group:focus-within .group-focus-within\:bg-amber-50\/75{background-color:#fffbebbf}.group:focus-within .group-focus-within\:bg-amber-50\/80{background-color:#fffbebcc}.group:focus-within .group-focus-within\:bg-amber-50\/90{background-color:#fffbebe6}.group:focus-within .group-focus-within\:bg-amber-100{background-color:#fef3c7}.group:focus-within .group-focus-within\:bg-amber-100\/0{background-color:#fef3c700}.group:focus-within .group-focus-within\:bg-amber-100\/10{background-color:#fef3c71a}.group:focus-within .group-focus-within\:bg-amber-100\/20{background-color:#fef3c733}.group:focus-within .group-focus-within\:bg-amber-100\/30{background-color:#fef3c74d}.group:focus-within .group-focus-within\:bg-amber-100\/40{background-color:#fef3c766}.group:focus-within .group-focus-within\:bg-amber-100\/50{background-color:#fef3c780}.group:focus-within .group-focus-within\:bg-amber-100\/60{background-color:#fef3c799}.group:focus-within .group-focus-within\:bg-amber-100\/70{background-color:#fef3c7b3}.group:focus-within .group-focus-within\:bg-amber-100\/75{background-color:#fef3c7bf}.group:focus-within .group-focus-within\:bg-amber-100\/80{background-color:#fef3c7cc}.group:focus-within .group-focus-within\:bg-amber-100\/90{background-color:#fef3c7e6}.group:focus-within .group-focus-within\:bg-amber-200{background-color:#fde68a}.group:focus-within .group-focus-within\:bg-amber-200\/0{background-color:#fde68a00}.group:focus-within .group-focus-within\:bg-amber-200\/10{background-color:#fde68a1a}.group:focus-within .group-focus-within\:bg-amber-200\/20{background-color:#fde68a33}.group:focus-within .group-focus-within\:bg-amber-200\/30{background-color:#fde68a4d}.group:focus-within .group-focus-within\:bg-amber-200\/40{background-color:#fde68a66}.group:focus-within .group-focus-within\:bg-amber-200\/50{background-color:#fde68a80}.group:focus-within .group-focus-within\:bg-amber-200\/60{background-color:#fde68a99}.group:focus-within .group-focus-within\:bg-amber-200\/70{background-color:#fde68ab3}.group:focus-within .group-focus-within\:bg-amber-200\/75{background-color:#fde68abf}.group:focus-within .group-focus-within\:bg-amber-200\/80{background-color:#fde68acc}.group:focus-within .group-focus-within\:bg-amber-200\/90{background-color:#fde68ae6}.group:focus-within .group-focus-within\:bg-amber-300{background-color:#fcd34d}.group:focus-within .group-focus-within\:bg-amber-300\/0{background-color:#fcd34d00}.group:focus-within .group-focus-within\:bg-amber-300\/10{background-color:#fcd34d1a}.group:focus-within .group-focus-within\:bg-amber-300\/20{background-color:#fcd34d33}.group:focus-within .group-focus-within\:bg-amber-300\/30{background-color:#fcd34d4d}.group:focus-within .group-focus-within\:bg-amber-300\/40{background-color:#fcd34d66}.group:focus-within .group-focus-within\:bg-amber-300\/50{background-color:#fcd34d80}.group:focus-within .group-focus-within\:bg-amber-300\/60{background-color:#fcd34d99}.group:focus-within .group-focus-within\:bg-amber-300\/70{background-color:#fcd34db3}.group:focus-within .group-focus-within\:bg-amber-300\/75{background-color:#fcd34dbf}.group:focus-within .group-focus-within\:bg-amber-300\/80{background-color:#fcd34dcc}.group:focus-within .group-focus-within\:bg-amber-300\/90{background-color:#fcd34de6}.group:focus-within .group-focus-within\:bg-amber-400{background-color:#fbbf24}.group:focus-within .group-focus-within\:bg-amber-400\/0{background-color:#fbbf2400}.group:focus-within .group-focus-within\:bg-amber-400\/10{background-color:#fbbf241a}.group:focus-within .group-focus-within\:bg-amber-400\/20{background-color:#fbbf2433}.group:focus-within .group-focus-within\:bg-amber-400\/30{background-color:#fbbf244d}.group:focus-within .group-focus-within\:bg-amber-400\/40{background-color:#fbbf2466}.group:focus-within .group-focus-within\:bg-amber-400\/50{background-color:#fbbf2480}.group:focus-within .group-focus-within\:bg-amber-400\/60{background-color:#fbbf2499}.group:focus-within .group-focus-within\:bg-amber-400\/70{background-color:#fbbf24b3}.group:focus-within .group-focus-within\:bg-amber-400\/75{background-color:#fbbf24bf}.group:focus-within .group-focus-within\:bg-amber-400\/80{background-color:#fbbf24cc}.group:focus-within .group-focus-within\:bg-amber-400\/90{background-color:#fbbf24e6}.group:focus-within .group-focus-within\:bg-amber-500{background-color:#f59e0b}.group:focus-within .group-focus-within\:bg-amber-500\/0{background-color:#f59e0b00}.group:focus-within .group-focus-within\:bg-amber-500\/10{background-color:#f59e0b1a}.group:focus-within .group-focus-within\:bg-amber-500\/20{background-color:#f59e0b33}.group:focus-within .group-focus-within\:bg-amber-500\/30{background-color:#f59e0b4d}.group:focus-within .group-focus-within\:bg-amber-500\/40{background-color:#f59e0b66}.group:focus-within .group-focus-within\:bg-amber-500\/50{background-color:#f59e0b80}.group:focus-within .group-focus-within\:bg-amber-500\/60{background-color:#f59e0b99}.group:focus-within .group-focus-within\:bg-amber-500\/70{background-color:#f59e0bb3}.group:focus-within .group-focus-within\:bg-amber-500\/75{background-color:#f59e0bbf}.group:focus-within .group-focus-within\:bg-amber-500\/80{background-color:#f59e0bcc}.group:focus-within .group-focus-within\:bg-amber-500\/90{background-color:#f59e0be6}.group:focus-within .group-focus-within\:bg-amber-600{background-color:#d97706}.group:focus-within .group-focus-within\:bg-amber-600\/0{background-color:#d9770600}.group:focus-within .group-focus-within\:bg-amber-600\/10{background-color:#d977061a}.group:focus-within .group-focus-within\:bg-amber-600\/20{background-color:#d9770633}.group:focus-within .group-focus-within\:bg-amber-600\/30{background-color:#d977064d}.group:focus-within .group-focus-within\:bg-amber-600\/40{background-color:#d9770666}.group:focus-within .group-focus-within\:bg-amber-600\/50{background-color:#d9770680}.group:focus-within .group-focus-within\:bg-amber-600\/60{background-color:#d9770699}.group:focus-within .group-focus-within\:bg-amber-600\/70{background-color:#d97706b3}.group:focus-within .group-focus-within\:bg-amber-600\/75{background-color:#d97706bf}.group:focus-within .group-focus-within\:bg-amber-600\/80{background-color:#d97706cc}.group:focus-within .group-focus-within\:bg-amber-600\/90{background-color:#d97706e6}.group:focus-within .group-focus-within\:bg-amber-700{background-color:#b45309}.group:focus-within .group-focus-within\:bg-amber-700\/0{background-color:#b4530900}.group:focus-within .group-focus-within\:bg-amber-700\/10{background-color:#b453091a}.group:focus-within .group-focus-within\:bg-amber-700\/20{background-color:#b4530933}.group:focus-within .group-focus-within\:bg-amber-700\/30{background-color:#b453094d}.group:focus-within .group-focus-within\:bg-amber-700\/40{background-color:#b4530966}.group:focus-within .group-focus-within\:bg-amber-700\/50{background-color:#b4530980}.group:focus-within .group-focus-within\:bg-amber-700\/60{background-color:#b4530999}.group:focus-within .group-focus-within\:bg-amber-700\/70{background-color:#b45309b3}.group:focus-within .group-focus-within\:bg-amber-700\/75{background-color:#b45309bf}.group:focus-within .group-focus-within\:bg-amber-700\/80{background-color:#b45309cc}.group:focus-within .group-focus-within\:bg-amber-700\/90{background-color:#b45309e6}.group:focus-within .group-focus-within\:bg-amber-800{background-color:#92400e}.group:focus-within .group-focus-within\:bg-amber-800\/0{background-color:#92400e00}.group:focus-within .group-focus-within\:bg-amber-800\/10{background-color:#92400e1a}.group:focus-within .group-focus-within\:bg-amber-800\/20{background-color:#92400e33}.group:focus-within .group-focus-within\:bg-amber-800\/30{background-color:#92400e4d}.group:focus-within .group-focus-within\:bg-amber-800\/40{background-color:#92400e66}.group:focus-within .group-focus-within\:bg-amber-800\/50{background-color:#92400e80}.group:focus-within .group-focus-within\:bg-amber-800\/60{background-color:#92400e99}.group:focus-within .group-focus-within\:bg-amber-800\/70{background-color:#92400eb3}.group:focus-within .group-focus-within\:bg-amber-800\/75{background-color:#92400ebf}.group:focus-within .group-focus-within\:bg-amber-800\/80{background-color:#92400ecc}.group:focus-within .group-focus-within\:bg-amber-800\/90{background-color:#92400ee6}.group:focus-within .group-focus-within\:bg-amber-900{background-color:#78350f}.group:focus-within .group-focus-within\:bg-amber-900\/0{background-color:#78350f00}.group:focus-within .group-focus-within\:bg-amber-900\/10{background-color:#78350f1a}.group:focus-within .group-focus-within\:bg-amber-900\/20{background-color:#78350f33}.group:focus-within .group-focus-within\:bg-amber-900\/30{background-color:#78350f4d}.group:focus-within .group-focus-within\:bg-amber-900\/40{background-color:#78350f66}.group:focus-within .group-focus-within\:bg-amber-900\/50{background-color:#78350f80}.group:focus-within .group-focus-within\:bg-amber-900\/60{background-color:#78350f99}.group:focus-within .group-focus-within\:bg-amber-900\/70{background-color:#78350fb3}.group:focus-within .group-focus-within\:bg-amber-900\/75{background-color:#78350fbf}.group:focus-within .group-focus-within\:bg-amber-900\/80{background-color:#78350fcc}.group:focus-within .group-focus-within\:bg-amber-900\/90{background-color:#78350fe6}.group:focus-within .group-focus-within\:bg-amber-950{background-color:#451a03}.group:focus-within .group-focus-within\:bg-amber-950\/0{background-color:#451a0300}.group:focus-within .group-focus-within\:bg-amber-950\/10{background-color:#451a031a}.group:focus-within .group-focus-within\:bg-amber-950\/20{background-color:#451a0333}.group:focus-within .group-focus-within\:bg-amber-950\/30{background-color:#451a034d}.group:focus-within .group-focus-within\:bg-amber-950\/40{background-color:#451a0366}.group:focus-within .group-focus-within\:bg-amber-950\/50{background-color:#451a0380}.group:focus-within .group-focus-within\:bg-amber-950\/60{background-color:#451a0399}.group:focus-within .group-focus-within\:bg-amber-950\/70{background-color:#451a03b3}.group:focus-within .group-focus-within\:bg-amber-950\/75{background-color:#451a03bf}.group:focus-within .group-focus-within\:bg-amber-950\/80{background-color:#451a03cc}.group:focus-within .group-focus-within\:bg-amber-950\/90{background-color:#451a03e6}.group:focus-within .group-focus-within\:bg-yellow-50{background-color:#fefce8}.group:focus-within .group-focus-within\:bg-yellow-50\/0{background-color:#fefce800}.group:focus-within .group-focus-within\:bg-yellow-50\/10{background-color:#fefce81a}.group:focus-within .group-focus-within\:bg-yellow-50\/20{background-color:#fefce833}.group:focus-within .group-focus-within\:bg-yellow-50\/30{background-color:#fefce84d}.group:focus-within .group-focus-within\:bg-yellow-50\/40{background-color:#fefce866}.group:focus-within .group-focus-within\:bg-yellow-50\/50{background-color:#fefce880}.group:focus-within .group-focus-within\:bg-yellow-50\/60{background-color:#fefce899}.group:focus-within .group-focus-within\:bg-yellow-50\/70{background-color:#fefce8b3}.group:focus-within .group-focus-within\:bg-yellow-50\/75{background-color:#fefce8bf}.group:focus-within .group-focus-within\:bg-yellow-50\/80{background-color:#fefce8cc}.group:focus-within .group-focus-within\:bg-yellow-50\/90{background-color:#fefce8e6}.group:focus-within .group-focus-within\:bg-yellow-100{background-color:#fef9c3}.group:focus-within .group-focus-within\:bg-yellow-100\/0{background-color:#fef9c300}.group:focus-within .group-focus-within\:bg-yellow-100\/10{background-color:#fef9c31a}.group:focus-within .group-focus-within\:bg-yellow-100\/20{background-color:#fef9c333}.group:focus-within .group-focus-within\:bg-yellow-100\/30{background-color:#fef9c34d}.group:focus-within .group-focus-within\:bg-yellow-100\/40{background-color:#fef9c366}.group:focus-within .group-focus-within\:bg-yellow-100\/50{background-color:#fef9c380}.group:focus-within .group-focus-within\:bg-yellow-100\/60{background-color:#fef9c399}.group:focus-within .group-focus-within\:bg-yellow-100\/70{background-color:#fef9c3b3}.group:focus-within .group-focus-within\:bg-yellow-100\/75{background-color:#fef9c3bf}.group:focus-within .group-focus-within\:bg-yellow-100\/80{background-color:#fef9c3cc}.group:focus-within .group-focus-within\:bg-yellow-100\/90{background-color:#fef9c3e6}.group:focus-within .group-focus-within\:bg-yellow-200{background-color:#fef08a}.group:focus-within .group-focus-within\:bg-yellow-200\/0{background-color:#fef08a00}.group:focus-within .group-focus-within\:bg-yellow-200\/10{background-color:#fef08a1a}.group:focus-within .group-focus-within\:bg-yellow-200\/20{background-color:#fef08a33}.group:focus-within .group-focus-within\:bg-yellow-200\/30{background-color:#fef08a4d}.group:focus-within .group-focus-within\:bg-yellow-200\/40{background-color:#fef08a66}.group:focus-within .group-focus-within\:bg-yellow-200\/50{background-color:#fef08a80}.group:focus-within .group-focus-within\:bg-yellow-200\/60{background-color:#fef08a99}.group:focus-within .group-focus-within\:bg-yellow-200\/70{background-color:#fef08ab3}.group:focus-within .group-focus-within\:bg-yellow-200\/75{background-color:#fef08abf}.group:focus-within .group-focus-within\:bg-yellow-200\/80{background-color:#fef08acc}.group:focus-within .group-focus-within\:bg-yellow-200\/90{background-color:#fef08ae6}.group:focus-within .group-focus-within\:bg-yellow-300{background-color:#fde047}.group:focus-within .group-focus-within\:bg-yellow-300\/0{background-color:#fde04700}.group:focus-within .group-focus-within\:bg-yellow-300\/10{background-color:#fde0471a}.group:focus-within .group-focus-within\:bg-yellow-300\/20{background-color:#fde04733}.group:focus-within .group-focus-within\:bg-yellow-300\/30{background-color:#fde0474d}.group:focus-within .group-focus-within\:bg-yellow-300\/40{background-color:#fde04766}.group:focus-within .group-focus-within\:bg-yellow-300\/50{background-color:#fde04780}.group:focus-within .group-focus-within\:bg-yellow-300\/60{background-color:#fde04799}.group:focus-within .group-focus-within\:bg-yellow-300\/70{background-color:#fde047b3}.group:focus-within .group-focus-within\:bg-yellow-300\/75{background-color:#fde047bf}.group:focus-within .group-focus-within\:bg-yellow-300\/80{background-color:#fde047cc}.group:focus-within .group-focus-within\:bg-yellow-300\/90{background-color:#fde047e6}.group:focus-within .group-focus-within\:bg-yellow-400{background-color:#facc15}.group:focus-within .group-focus-within\:bg-yellow-400\/0{background-color:#facc1500}.group:focus-within .group-focus-within\:bg-yellow-400\/10{background-color:#facc151a}.group:focus-within .group-focus-within\:bg-yellow-400\/20{background-color:#facc1533}.group:focus-within .group-focus-within\:bg-yellow-400\/30{background-color:#facc154d}.group:focus-within .group-focus-within\:bg-yellow-400\/40{background-color:#facc1566}.group:focus-within .group-focus-within\:bg-yellow-400\/50{background-color:#facc1580}.group:focus-within .group-focus-within\:bg-yellow-400\/60{background-color:#facc1599}.group:focus-within .group-focus-within\:bg-yellow-400\/70{background-color:#facc15b3}.group:focus-within .group-focus-within\:bg-yellow-400\/75{background-color:#facc15bf}.group:focus-within .group-focus-within\:bg-yellow-400\/80{background-color:#facc15cc}.group:focus-within .group-focus-within\:bg-yellow-400\/90{background-color:#facc15e6}.group:focus-within .group-focus-within\:bg-yellow-500{background-color:#eab308}.group:focus-within .group-focus-within\:bg-yellow-500\/0{background-color:#eab30800}.group:focus-within .group-focus-within\:bg-yellow-500\/10{background-color:#eab3081a}.group:focus-within .group-focus-within\:bg-yellow-500\/20{background-color:#eab30833}.group:focus-within .group-focus-within\:bg-yellow-500\/30{background-color:#eab3084d}.group:focus-within .group-focus-within\:bg-yellow-500\/40{background-color:#eab30866}.group:focus-within .group-focus-within\:bg-yellow-500\/50{background-color:#eab30880}.group:focus-within .group-focus-within\:bg-yellow-500\/60{background-color:#eab30899}.group:focus-within .group-focus-within\:bg-yellow-500\/70{background-color:#eab308b3}.group:focus-within .group-focus-within\:bg-yellow-500\/75{background-color:#eab308bf}.group:focus-within .group-focus-within\:bg-yellow-500\/80{background-color:#eab308cc}.group:focus-within .group-focus-within\:bg-yellow-500\/90{background-color:#eab308e6}.group:focus-within .group-focus-within\:bg-yellow-600{background-color:#ca8a04}.group:focus-within .group-focus-within\:bg-yellow-600\/0{background-color:#ca8a0400}.group:focus-within .group-focus-within\:bg-yellow-600\/10{background-color:#ca8a041a}.group:focus-within .group-focus-within\:bg-yellow-600\/20{background-color:#ca8a0433}.group:focus-within .group-focus-within\:bg-yellow-600\/30{background-color:#ca8a044d}.group:focus-within .group-focus-within\:bg-yellow-600\/40{background-color:#ca8a0466}.group:focus-within .group-focus-within\:bg-yellow-600\/50{background-color:#ca8a0480}.group:focus-within .group-focus-within\:bg-yellow-600\/60{background-color:#ca8a0499}.group:focus-within .group-focus-within\:bg-yellow-600\/70{background-color:#ca8a04b3}.group:focus-within .group-focus-within\:bg-yellow-600\/75{background-color:#ca8a04bf}.group:focus-within .group-focus-within\:bg-yellow-600\/80{background-color:#ca8a04cc}.group:focus-within .group-focus-within\:bg-yellow-600\/90{background-color:#ca8a04e6}.group:focus-within .group-focus-within\:bg-yellow-700{background-color:#a16207}.group:focus-within .group-focus-within\:bg-yellow-700\/0{background-color:#a1620700}.group:focus-within .group-focus-within\:bg-yellow-700\/10{background-color:#a162071a}.group:focus-within .group-focus-within\:bg-yellow-700\/20{background-color:#a1620733}.group:focus-within .group-focus-within\:bg-yellow-700\/30{background-color:#a162074d}.group:focus-within .group-focus-within\:bg-yellow-700\/40{background-color:#a1620766}.group:focus-within .group-focus-within\:bg-yellow-700\/50{background-color:#a1620780}.group:focus-within .group-focus-within\:bg-yellow-700\/60{background-color:#a1620799}.group:focus-within .group-focus-within\:bg-yellow-700\/70{background-color:#a16207b3}.group:focus-within .group-focus-within\:bg-yellow-700\/75{background-color:#a16207bf}.group:focus-within .group-focus-within\:bg-yellow-700\/80{background-color:#a16207cc}.group:focus-within .group-focus-within\:bg-yellow-700\/90{background-color:#a16207e6}.group:focus-within .group-focus-within\:bg-yellow-800{background-color:#854d0e}.group:focus-within .group-focus-within\:bg-yellow-800\/0{background-color:#854d0e00}.group:focus-within .group-focus-within\:bg-yellow-800\/10{background-color:#854d0e1a}.group:focus-within .group-focus-within\:bg-yellow-800\/20{background-color:#854d0e33}.group:focus-within .group-focus-within\:bg-yellow-800\/30{background-color:#854d0e4d}.group:focus-within .group-focus-within\:bg-yellow-800\/40{background-color:#854d0e66}.group:focus-within .group-focus-within\:bg-yellow-800\/50{background-color:#854d0e80}.group:focus-within .group-focus-within\:bg-yellow-800\/60{background-color:#854d0e99}.group:focus-within .group-focus-within\:bg-yellow-800\/70{background-color:#854d0eb3}.group:focus-within .group-focus-within\:bg-yellow-800\/75{background-color:#854d0ebf}.group:focus-within .group-focus-within\:bg-yellow-800\/80{background-color:#854d0ecc}.group:focus-within .group-focus-within\:bg-yellow-800\/90{background-color:#854d0ee6}.group:focus-within .group-focus-within\:bg-yellow-900{background-color:#713f12}.group:focus-within .group-focus-within\:bg-yellow-900\/0{background-color:#713f1200}.group:focus-within .group-focus-within\:bg-yellow-900\/10{background-color:#713f121a}.group:focus-within .group-focus-within\:bg-yellow-900\/20{background-color:#713f1233}.group:focus-within .group-focus-within\:bg-yellow-900\/30{background-color:#713f124d}.group:focus-within .group-focus-within\:bg-yellow-900\/40{background-color:#713f1266}.group:focus-within .group-focus-within\:bg-yellow-900\/50{background-color:#713f1280}.group:focus-within .group-focus-within\:bg-yellow-900\/60{background-color:#713f1299}.group:focus-within .group-focus-within\:bg-yellow-900\/70{background-color:#713f12b3}.group:focus-within .group-focus-within\:bg-yellow-900\/75{background-color:#713f12bf}.group:focus-within .group-focus-within\:bg-yellow-900\/80{background-color:#713f12cc}.group:focus-within .group-focus-within\:bg-yellow-900\/90{background-color:#713f12e6}.group:focus-within .group-focus-within\:bg-yellow-950{background-color:#422006}.group:focus-within .group-focus-within\:bg-yellow-950\/0{background-color:#42200600}.group:focus-within .group-focus-within\:bg-yellow-950\/10{background-color:#4220061a}.group:focus-within .group-focus-within\:bg-yellow-950\/20{background-color:#42200633}.group:focus-within .group-focus-within\:bg-yellow-950\/30{background-color:#4220064d}.group:focus-within .group-focus-within\:bg-yellow-950\/40{background-color:#42200666}.group:focus-within .group-focus-within\:bg-yellow-950\/50{background-color:#42200680}.group:focus-within .group-focus-within\:bg-yellow-950\/60{background-color:#42200699}.group:focus-within .group-focus-within\:bg-yellow-950\/70{background-color:#422006b3}.group:focus-within .group-focus-within\:bg-yellow-950\/75{background-color:#422006bf}.group:focus-within .group-focus-within\:bg-yellow-950\/80{background-color:#422006cc}.group:focus-within .group-focus-within\:bg-yellow-950\/90{background-color:#422006e6}.group:focus-within .group-focus-within\:bg-lime-50{background-color:#f7fee7}.group:focus-within .group-focus-within\:bg-lime-50\/0{background-color:#f7fee700}.group:focus-within .group-focus-within\:bg-lime-50\/10{background-color:#f7fee71a}.group:focus-within .group-focus-within\:bg-lime-50\/20{background-color:#f7fee733}.group:focus-within .group-focus-within\:bg-lime-50\/30{background-color:#f7fee74d}.group:focus-within .group-focus-within\:bg-lime-50\/40{background-color:#f7fee766}.group:focus-within .group-focus-within\:bg-lime-50\/50{background-color:#f7fee780}.group:focus-within .group-focus-within\:bg-lime-50\/60{background-color:#f7fee799}.group:focus-within .group-focus-within\:bg-lime-50\/70{background-color:#f7fee7b3}.group:focus-within .group-focus-within\:bg-lime-50\/75{background-color:#f7fee7bf}.group:focus-within .group-focus-within\:bg-lime-50\/80{background-color:#f7fee7cc}.group:focus-within .group-focus-within\:bg-lime-50\/90{background-color:#f7fee7e6}.group:focus-within .group-focus-within\:bg-lime-100{background-color:#ecfccb}.group:focus-within .group-focus-within\:bg-lime-100\/0{background-color:#ecfccb00}.group:focus-within .group-focus-within\:bg-lime-100\/10{background-color:#ecfccb1a}.group:focus-within .group-focus-within\:bg-lime-100\/20{background-color:#ecfccb33}.group:focus-within .group-focus-within\:bg-lime-100\/30{background-color:#ecfccb4d}.group:focus-within .group-focus-within\:bg-lime-100\/40{background-color:#ecfccb66}.group:focus-within .group-focus-within\:bg-lime-100\/50{background-color:#ecfccb80}.group:focus-within .group-focus-within\:bg-lime-100\/60{background-color:#ecfccb99}.group:focus-within .group-focus-within\:bg-lime-100\/70{background-color:#ecfccbb3}.group:focus-within .group-focus-within\:bg-lime-100\/75{background-color:#ecfccbbf}.group:focus-within .group-focus-within\:bg-lime-100\/80{background-color:#ecfccbcc}.group:focus-within .group-focus-within\:bg-lime-100\/90{background-color:#ecfccbe6}.group:focus-within .group-focus-within\:bg-lime-200{background-color:#d9f99d}.group:focus-within .group-focus-within\:bg-lime-200\/0{background-color:#d9f99d00}.group:focus-within .group-focus-within\:bg-lime-200\/10{background-color:#d9f99d1a}.group:focus-within .group-focus-within\:bg-lime-200\/20{background-color:#d9f99d33}.group:focus-within .group-focus-within\:bg-lime-200\/30{background-color:#d9f99d4d}.group:focus-within .group-focus-within\:bg-lime-200\/40{background-color:#d9f99d66}.group:focus-within .group-focus-within\:bg-lime-200\/50{background-color:#d9f99d80}.group:focus-within .group-focus-within\:bg-lime-200\/60{background-color:#d9f99d99}.group:focus-within .group-focus-within\:bg-lime-200\/70{background-color:#d9f99db3}.group:focus-within .group-focus-within\:bg-lime-200\/75{background-color:#d9f99dbf}.group:focus-within .group-focus-within\:bg-lime-200\/80{background-color:#d9f99dcc}.group:focus-within .group-focus-within\:bg-lime-200\/90{background-color:#d9f99de6}.group:focus-within .group-focus-within\:bg-lime-300{background-color:#bef264}.group:focus-within .group-focus-within\:bg-lime-300\/0{background-color:#bef26400}.group:focus-within .group-focus-within\:bg-lime-300\/10{background-color:#bef2641a}.group:focus-within .group-focus-within\:bg-lime-300\/20{background-color:#bef26433}.group:focus-within .group-focus-within\:bg-lime-300\/30{background-color:#bef2644d}.group:focus-within .group-focus-within\:bg-lime-300\/40{background-color:#bef26466}.group:focus-within .group-focus-within\:bg-lime-300\/50{background-color:#bef26480}.group:focus-within .group-focus-within\:bg-lime-300\/60{background-color:#bef26499}.group:focus-within .group-focus-within\:bg-lime-300\/70{background-color:#bef264b3}.group:focus-within .group-focus-within\:bg-lime-300\/75{background-color:#bef264bf}.group:focus-within .group-focus-within\:bg-lime-300\/80{background-color:#bef264cc}.group:focus-within .group-focus-within\:bg-lime-300\/90{background-color:#bef264e6}.group:focus-within .group-focus-within\:bg-lime-400{background-color:#a3e635}.group:focus-within .group-focus-within\:bg-lime-400\/0{background-color:#a3e63500}.group:focus-within .group-focus-within\:bg-lime-400\/10{background-color:#a3e6351a}.group:focus-within .group-focus-within\:bg-lime-400\/20{background-color:#a3e63533}.group:focus-within .group-focus-within\:bg-lime-400\/30{background-color:#a3e6354d}.group:focus-within .group-focus-within\:bg-lime-400\/40{background-color:#a3e63566}.group:focus-within .group-focus-within\:bg-lime-400\/50{background-color:#a3e63580}.group:focus-within .group-focus-within\:bg-lime-400\/60{background-color:#a3e63599}.group:focus-within .group-focus-within\:bg-lime-400\/70{background-color:#a3e635b3}.group:focus-within .group-focus-within\:bg-lime-400\/75{background-color:#a3e635bf}.group:focus-within .group-focus-within\:bg-lime-400\/80{background-color:#a3e635cc}.group:focus-within .group-focus-within\:bg-lime-400\/90{background-color:#a3e635e6}.group:focus-within .group-focus-within\:bg-lime-500{background-color:#84cc16}.group:focus-within .group-focus-within\:bg-lime-500\/0{background-color:#84cc1600}.group:focus-within .group-focus-within\:bg-lime-500\/10{background-color:#84cc161a}.group:focus-within .group-focus-within\:bg-lime-500\/20{background-color:#84cc1633}.group:focus-within .group-focus-within\:bg-lime-500\/30{background-color:#84cc164d}.group:focus-within .group-focus-within\:bg-lime-500\/40{background-color:#84cc1666}.group:focus-within .group-focus-within\:bg-lime-500\/50{background-color:#84cc1680}.group:focus-within .group-focus-within\:bg-lime-500\/60{background-color:#84cc1699}.group:focus-within .group-focus-within\:bg-lime-500\/70{background-color:#84cc16b3}.group:focus-within .group-focus-within\:bg-lime-500\/75{background-color:#84cc16bf}.group:focus-within .group-focus-within\:bg-lime-500\/80{background-color:#84cc16cc}.group:focus-within .group-focus-within\:bg-lime-500\/90{background-color:#84cc16e6}.group:focus-within .group-focus-within\:bg-lime-600{background-color:#65a30d}.group:focus-within .group-focus-within\:bg-lime-600\/0{background-color:#65a30d00}.group:focus-within .group-focus-within\:bg-lime-600\/10{background-color:#65a30d1a}.group:focus-within .group-focus-within\:bg-lime-600\/20{background-color:#65a30d33}.group:focus-within .group-focus-within\:bg-lime-600\/30{background-color:#65a30d4d}.group:focus-within .group-focus-within\:bg-lime-600\/40{background-color:#65a30d66}.group:focus-within .group-focus-within\:bg-lime-600\/50{background-color:#65a30d80}.group:focus-within .group-focus-within\:bg-lime-600\/60{background-color:#65a30d99}.group:focus-within .group-focus-within\:bg-lime-600\/70{background-color:#65a30db3}.group:focus-within .group-focus-within\:bg-lime-600\/75{background-color:#65a30dbf}.group:focus-within .group-focus-within\:bg-lime-600\/80{background-color:#65a30dcc}.group:focus-within .group-focus-within\:bg-lime-600\/90{background-color:#65a30de6}.group:focus-within .group-focus-within\:bg-lime-700{background-color:#4d7c0f}.group:focus-within .group-focus-within\:bg-lime-700\/0{background-color:#4d7c0f00}.group:focus-within .group-focus-within\:bg-lime-700\/10{background-color:#4d7c0f1a}.group:focus-within .group-focus-within\:bg-lime-700\/20{background-color:#4d7c0f33}.group:focus-within .group-focus-within\:bg-lime-700\/30{background-color:#4d7c0f4d}.group:focus-within .group-focus-within\:bg-lime-700\/40{background-color:#4d7c0f66}.group:focus-within .group-focus-within\:bg-lime-700\/50{background-color:#4d7c0f80}.group:focus-within .group-focus-within\:bg-lime-700\/60{background-color:#4d7c0f99}.group:focus-within .group-focus-within\:bg-lime-700\/70{background-color:#4d7c0fb3}.group:focus-within .group-focus-within\:bg-lime-700\/75{background-color:#4d7c0fbf}.group:focus-within .group-focus-within\:bg-lime-700\/80{background-color:#4d7c0fcc}.group:focus-within .group-focus-within\:bg-lime-700\/90{background-color:#4d7c0fe6}.group:focus-within .group-focus-within\:bg-lime-800{background-color:#3f6212}.group:focus-within .group-focus-within\:bg-lime-800\/0{background-color:#3f621200}.group:focus-within .group-focus-within\:bg-lime-800\/10{background-color:#3f62121a}.group:focus-within .group-focus-within\:bg-lime-800\/20{background-color:#3f621233}.group:focus-within .group-focus-within\:bg-lime-800\/30{background-color:#3f62124d}.group:focus-within .group-focus-within\:bg-lime-800\/40{background-color:#3f621266}.group:focus-within .group-focus-within\:bg-lime-800\/50{background-color:#3f621280}.group:focus-within .group-focus-within\:bg-lime-800\/60{background-color:#3f621299}.group:focus-within .group-focus-within\:bg-lime-800\/70{background-color:#3f6212b3}.group:focus-within .group-focus-within\:bg-lime-800\/75{background-color:#3f6212bf}.group:focus-within .group-focus-within\:bg-lime-800\/80{background-color:#3f6212cc}.group:focus-within .group-focus-within\:bg-lime-800\/90{background-color:#3f6212e6}.group:focus-within .group-focus-within\:bg-lime-900{background-color:#365314}.group:focus-within .group-focus-within\:bg-lime-900\/0{background-color:#36531400}.group:focus-within .group-focus-within\:bg-lime-900\/10{background-color:#3653141a}.group:focus-within .group-focus-within\:bg-lime-900\/20{background-color:#36531433}.group:focus-within .group-focus-within\:bg-lime-900\/30{background-color:#3653144d}.group:focus-within .group-focus-within\:bg-lime-900\/40{background-color:#36531466}.group:focus-within .group-focus-within\:bg-lime-900\/50{background-color:#36531480}.group:focus-within .group-focus-within\:bg-lime-900\/60{background-color:#36531499}.group:focus-within .group-focus-within\:bg-lime-900\/70{background-color:#365314b3}.group:focus-within .group-focus-within\:bg-lime-900\/75{background-color:#365314bf}.group:focus-within .group-focus-within\:bg-lime-900\/80{background-color:#365314cc}.group:focus-within .group-focus-within\:bg-lime-900\/90{background-color:#365314e6}.group:focus-within .group-focus-within\:bg-lime-950{background-color:#1a2e05}.group:focus-within .group-focus-within\:bg-lime-950\/0{background-color:#1a2e0500}.group:focus-within .group-focus-within\:bg-lime-950\/10{background-color:#1a2e051a}.group:focus-within .group-focus-within\:bg-lime-950\/20{background-color:#1a2e0533}.group:focus-within .group-focus-within\:bg-lime-950\/30{background-color:#1a2e054d}.group:focus-within .group-focus-within\:bg-lime-950\/40{background-color:#1a2e0566}.group:focus-within .group-focus-within\:bg-lime-950\/50{background-color:#1a2e0580}.group:focus-within .group-focus-within\:bg-lime-950\/60{background-color:#1a2e0599}.group:focus-within .group-focus-within\:bg-lime-950\/70{background-color:#1a2e05b3}.group:focus-within .group-focus-within\:bg-lime-950\/75{background-color:#1a2e05bf}.group:focus-within .group-focus-within\:bg-lime-950\/80{background-color:#1a2e05cc}.group:focus-within .group-focus-within\:bg-lime-950\/90{background-color:#1a2e05e6}.group:focus-within .group-focus-within\:bg-green-50{background-color:#f0fdf4}.group:focus-within .group-focus-within\:bg-green-50\/0{background-color:#f0fdf400}.group:focus-within .group-focus-within\:bg-green-50\/10{background-color:#f0fdf41a}.group:focus-within .group-focus-within\:bg-green-50\/20{background-color:#f0fdf433}.group:focus-within .group-focus-within\:bg-green-50\/30{background-color:#f0fdf44d}.group:focus-within .group-focus-within\:bg-green-50\/40{background-color:#f0fdf466}.group:focus-within .group-focus-within\:bg-green-50\/50{background-color:#f0fdf480}.group:focus-within .group-focus-within\:bg-green-50\/60{background-color:#f0fdf499}.group:focus-within .group-focus-within\:bg-green-50\/70{background-color:#f0fdf4b3}.group:focus-within .group-focus-within\:bg-green-50\/75{background-color:#f0fdf4bf}.group:focus-within .group-focus-within\:bg-green-50\/80{background-color:#f0fdf4cc}.group:focus-within .group-focus-within\:bg-green-50\/90{background-color:#f0fdf4e6}.group:focus-within .group-focus-within\:bg-green-100{background-color:#dcfce7}.group:focus-within .group-focus-within\:bg-green-100\/0{background-color:#dcfce700}.group:focus-within .group-focus-within\:bg-green-100\/10{background-color:#dcfce71a}.group:focus-within .group-focus-within\:bg-green-100\/20{background-color:#dcfce733}.group:focus-within .group-focus-within\:bg-green-100\/30{background-color:#dcfce74d}.group:focus-within .group-focus-within\:bg-green-100\/40{background-color:#dcfce766}.group:focus-within .group-focus-within\:bg-green-100\/50{background-color:#dcfce780}.group:focus-within .group-focus-within\:bg-green-100\/60{background-color:#dcfce799}.group:focus-within .group-focus-within\:bg-green-100\/70{background-color:#dcfce7b3}.group:focus-within .group-focus-within\:bg-green-100\/75{background-color:#dcfce7bf}.group:focus-within .group-focus-within\:bg-green-100\/80{background-color:#dcfce7cc}.group:focus-within .group-focus-within\:bg-green-100\/90{background-color:#dcfce7e6}.group:focus-within .group-focus-within\:bg-green-200{background-color:#bbf7d0}.group:focus-within .group-focus-within\:bg-green-200\/0{background-color:#bbf7d000}.group:focus-within .group-focus-within\:bg-green-200\/10{background-color:#bbf7d01a}.group:focus-within .group-focus-within\:bg-green-200\/20{background-color:#bbf7d033}.group:focus-within .group-focus-within\:bg-green-200\/30{background-color:#bbf7d04d}.group:focus-within .group-focus-within\:bg-green-200\/40{background-color:#bbf7d066}.group:focus-within .group-focus-within\:bg-green-200\/50{background-color:#bbf7d080}.group:focus-within .group-focus-within\:bg-green-200\/60{background-color:#bbf7d099}.group:focus-within .group-focus-within\:bg-green-200\/70{background-color:#bbf7d0b3}.group:focus-within .group-focus-within\:bg-green-200\/75{background-color:#bbf7d0bf}.group:focus-within .group-focus-within\:bg-green-200\/80{background-color:#bbf7d0cc}.group:focus-within .group-focus-within\:bg-green-200\/90{background-color:#bbf7d0e6}.group:focus-within .group-focus-within\:bg-green-300{background-color:#86efac}.group:focus-within .group-focus-within\:bg-green-300\/0{background-color:#86efac00}.group:focus-within .group-focus-within\:bg-green-300\/10{background-color:#86efac1a}.group:focus-within .group-focus-within\:bg-green-300\/20{background-color:#86efac33}.group:focus-within .group-focus-within\:bg-green-300\/30{background-color:#86efac4d}.group:focus-within .group-focus-within\:bg-green-300\/40{background-color:#86efac66}.group:focus-within .group-focus-within\:bg-green-300\/50{background-color:#86efac80}.group:focus-within .group-focus-within\:bg-green-300\/60{background-color:#86efac99}.group:focus-within .group-focus-within\:bg-green-300\/70{background-color:#86efacb3}.group:focus-within .group-focus-within\:bg-green-300\/75{background-color:#86efacbf}.group:focus-within .group-focus-within\:bg-green-300\/80{background-color:#86efaccc}.group:focus-within .group-focus-within\:bg-green-300\/90{background-color:#86eface6}.group:focus-within .group-focus-within\:bg-green-400{background-color:#4ade80}.group:focus-within .group-focus-within\:bg-green-400\/0{background-color:#4ade8000}.group:focus-within .group-focus-within\:bg-green-400\/10{background-color:#4ade801a}.group:focus-within .group-focus-within\:bg-green-400\/20{background-color:#4ade8033}.group:focus-within .group-focus-within\:bg-green-400\/30{background-color:#4ade804d}.group:focus-within .group-focus-within\:bg-green-400\/40{background-color:#4ade8066}.group:focus-within .group-focus-within\:bg-green-400\/50{background-color:#4ade8080}.group:focus-within .group-focus-within\:bg-green-400\/60{background-color:#4ade8099}.group:focus-within .group-focus-within\:bg-green-400\/70{background-color:#4ade80b3}.group:focus-within .group-focus-within\:bg-green-400\/75{background-color:#4ade80bf}.group:focus-within .group-focus-within\:bg-green-400\/80{background-color:#4ade80cc}.group:focus-within .group-focus-within\:bg-green-400\/90{background-color:#4ade80e6}.group:focus-within .group-focus-within\:bg-green-500{background-color:#22c55e}.group:focus-within .group-focus-within\:bg-green-500\/0{background-color:#22c55e00}.group:focus-within .group-focus-within\:bg-green-500\/10{background-color:#22c55e1a}.group:focus-within .group-focus-within\:bg-green-500\/20{background-color:#22c55e33}.group:focus-within .group-focus-within\:bg-green-500\/30{background-color:#22c55e4d}.group:focus-within .group-focus-within\:bg-green-500\/40{background-color:#22c55e66}.group:focus-within .group-focus-within\:bg-green-500\/50{background-color:#22c55e80}.group:focus-within .group-focus-within\:bg-green-500\/60{background-color:#22c55e99}.group:focus-within .group-focus-within\:bg-green-500\/70{background-color:#22c55eb3}.group:focus-within .group-focus-within\:bg-green-500\/75{background-color:#22c55ebf}.group:focus-within .group-focus-within\:bg-green-500\/80{background-color:#22c55ecc}.group:focus-within .group-focus-within\:bg-green-500\/90{background-color:#22c55ee6}.group:focus-within .group-focus-within\:bg-green-600{background-color:#16a34a}.group:focus-within .group-focus-within\:bg-green-600\/0{background-color:#16a34a00}.group:focus-within .group-focus-within\:bg-green-600\/10{background-color:#16a34a1a}.group:focus-within .group-focus-within\:bg-green-600\/20{background-color:#16a34a33}.group:focus-within .group-focus-within\:bg-green-600\/30{background-color:#16a34a4d}.group:focus-within .group-focus-within\:bg-green-600\/40{background-color:#16a34a66}.group:focus-within .group-focus-within\:bg-green-600\/50{background-color:#16a34a80}.group:focus-within .group-focus-within\:bg-green-600\/60{background-color:#16a34a99}.group:focus-within .group-focus-within\:bg-green-600\/70{background-color:#16a34ab3}.group:focus-within .group-focus-within\:bg-green-600\/75{background-color:#16a34abf}.group:focus-within .group-focus-within\:bg-green-600\/80{background-color:#16a34acc}.group:focus-within .group-focus-within\:bg-green-600\/90{background-color:#16a34ae6}.group:focus-within .group-focus-within\:bg-green-700{background-color:#15803d}.group:focus-within .group-focus-within\:bg-green-700\/0{background-color:#15803d00}.group:focus-within .group-focus-within\:bg-green-700\/10{background-color:#15803d1a}.group:focus-within .group-focus-within\:bg-green-700\/20{background-color:#15803d33}.group:focus-within .group-focus-within\:bg-green-700\/30{background-color:#15803d4d}.group:focus-within .group-focus-within\:bg-green-700\/40{background-color:#15803d66}.group:focus-within .group-focus-within\:bg-green-700\/50{background-color:#15803d80}.group:focus-within .group-focus-within\:bg-green-700\/60{background-color:#15803d99}.group:focus-within .group-focus-within\:bg-green-700\/70{background-color:#15803db3}.group:focus-within .group-focus-within\:bg-green-700\/75{background-color:#15803dbf}.group:focus-within .group-focus-within\:bg-green-700\/80{background-color:#15803dcc}.group:focus-within .group-focus-within\:bg-green-700\/90{background-color:#15803de6}.group:focus-within .group-focus-within\:bg-green-800{background-color:#166534}.group:focus-within .group-focus-within\:bg-green-800\/0{background-color:#16653400}.group:focus-within .group-focus-within\:bg-green-800\/10{background-color:#1665341a}.group:focus-within .group-focus-within\:bg-green-800\/20{background-color:#16653433}.group:focus-within .group-focus-within\:bg-green-800\/30{background-color:#1665344d}.group:focus-within .group-focus-within\:bg-green-800\/40{background-color:#16653466}.group:focus-within .group-focus-within\:bg-green-800\/50{background-color:#16653480}.group:focus-within .group-focus-within\:bg-green-800\/60{background-color:#16653499}.group:focus-within .group-focus-within\:bg-green-800\/70{background-color:#166534b3}.group:focus-within .group-focus-within\:bg-green-800\/75{background-color:#166534bf}.group:focus-within .group-focus-within\:bg-green-800\/80{background-color:#166534cc}.group:focus-within .group-focus-within\:bg-green-800\/90{background-color:#166534e6}.group:focus-within .group-focus-within\:bg-green-900{background-color:#14532d}.group:focus-within .group-focus-within\:bg-green-900\/0{background-color:#14532d00}.group:focus-within .group-focus-within\:bg-green-900\/10{background-color:#14532d1a}.group:focus-within .group-focus-within\:bg-green-900\/20{background-color:#14532d33}.group:focus-within .group-focus-within\:bg-green-900\/30{background-color:#14532d4d}.group:focus-within .group-focus-within\:bg-green-900\/40{background-color:#14532d66}.group:focus-within .group-focus-within\:bg-green-900\/50{background-color:#14532d80}.group:focus-within .group-focus-within\:bg-green-900\/60{background-color:#14532d99}.group:focus-within .group-focus-within\:bg-green-900\/70{background-color:#14532db3}.group:focus-within .group-focus-within\:bg-green-900\/75{background-color:#14532dbf}.group:focus-within .group-focus-within\:bg-green-900\/80{background-color:#14532dcc}.group:focus-within .group-focus-within\:bg-green-900\/90{background-color:#14532de6}.group:focus-within .group-focus-within\:bg-green-950{background-color:#052e16}.group:focus-within .group-focus-within\:bg-green-950\/0{background-color:#052e1600}.group:focus-within .group-focus-within\:bg-green-950\/10{background-color:#052e161a}.group:focus-within .group-focus-within\:bg-green-950\/20{background-color:#052e1633}.group:focus-within .group-focus-within\:bg-green-950\/30{background-color:#052e164d}.group:focus-within .group-focus-within\:bg-green-950\/40{background-color:#052e1666}.group:focus-within .group-focus-within\:bg-green-950\/50{background-color:#052e1680}.group:focus-within .group-focus-within\:bg-green-950\/60{background-color:#052e1699}.group:focus-within .group-focus-within\:bg-green-950\/70{background-color:#052e16b3}.group:focus-within .group-focus-within\:bg-green-950\/75{background-color:#052e16bf}.group:focus-within .group-focus-within\:bg-green-950\/80{background-color:#052e16cc}.group:focus-within .group-focus-within\:bg-green-950\/90{background-color:#052e16e6}.group:focus-within .group-focus-within\:bg-emerald-50{background-color:#ecfdf5}.group:focus-within .group-focus-within\:bg-emerald-50\/0{background-color:#ecfdf500}.group:focus-within .group-focus-within\:bg-emerald-50\/10{background-color:#ecfdf51a}.group:focus-within .group-focus-within\:bg-emerald-50\/20{background-color:#ecfdf533}.group:focus-within .group-focus-within\:bg-emerald-50\/30{background-color:#ecfdf54d}.group:focus-within .group-focus-within\:bg-emerald-50\/40{background-color:#ecfdf566}.group:focus-within .group-focus-within\:bg-emerald-50\/50{background-color:#ecfdf580}.group:focus-within .group-focus-within\:bg-emerald-50\/60{background-color:#ecfdf599}.group:focus-within .group-focus-within\:bg-emerald-50\/70{background-color:#ecfdf5b3}.group:focus-within .group-focus-within\:bg-emerald-50\/75{background-color:#ecfdf5bf}.group:focus-within .group-focus-within\:bg-emerald-50\/80{background-color:#ecfdf5cc}.group:focus-within .group-focus-within\:bg-emerald-50\/90{background-color:#ecfdf5e6}.group:focus-within .group-focus-within\:bg-emerald-100{background-color:#d1fae5}.group:focus-within .group-focus-within\:bg-emerald-100\/0{background-color:#d1fae500}.group:focus-within .group-focus-within\:bg-emerald-100\/10{background-color:#d1fae51a}.group:focus-within .group-focus-within\:bg-emerald-100\/20{background-color:#d1fae533}.group:focus-within .group-focus-within\:bg-emerald-100\/30{background-color:#d1fae54d}.group:focus-within .group-focus-within\:bg-emerald-100\/40{background-color:#d1fae566}.group:focus-within .group-focus-within\:bg-emerald-100\/50{background-color:#d1fae580}.group:focus-within .group-focus-within\:bg-emerald-100\/60{background-color:#d1fae599}.group:focus-within .group-focus-within\:bg-emerald-100\/70{background-color:#d1fae5b3}.group:focus-within .group-focus-within\:bg-emerald-100\/75{background-color:#d1fae5bf}.group:focus-within .group-focus-within\:bg-emerald-100\/80{background-color:#d1fae5cc}.group:focus-within .group-focus-within\:bg-emerald-100\/90{background-color:#d1fae5e6}.group:focus-within .group-focus-within\:bg-emerald-200{background-color:#a7f3d0}.group:focus-within .group-focus-within\:bg-emerald-200\/0{background-color:#a7f3d000}.group:focus-within .group-focus-within\:bg-emerald-200\/10{background-color:#a7f3d01a}.group:focus-within .group-focus-within\:bg-emerald-200\/20{background-color:#a7f3d033}.group:focus-within .group-focus-within\:bg-emerald-200\/30{background-color:#a7f3d04d}.group:focus-within .group-focus-within\:bg-emerald-200\/40{background-color:#a7f3d066}.group:focus-within .group-focus-within\:bg-emerald-200\/50{background-color:#a7f3d080}.group:focus-within .group-focus-within\:bg-emerald-200\/60{background-color:#a7f3d099}.group:focus-within .group-focus-within\:bg-emerald-200\/70{background-color:#a7f3d0b3}.group:focus-within .group-focus-within\:bg-emerald-200\/75{background-color:#a7f3d0bf}.group:focus-within .group-focus-within\:bg-emerald-200\/80{background-color:#a7f3d0cc}.group:focus-within .group-focus-within\:bg-emerald-200\/90{background-color:#a7f3d0e6}.group:focus-within .group-focus-within\:bg-emerald-300{background-color:#6ee7b7}.group:focus-within .group-focus-within\:bg-emerald-300\/0{background-color:#6ee7b700}.group:focus-within .group-focus-within\:bg-emerald-300\/10{background-color:#6ee7b71a}.group:focus-within .group-focus-within\:bg-emerald-300\/20{background-color:#6ee7b733}.group:focus-within .group-focus-within\:bg-emerald-300\/30{background-color:#6ee7b74d}.group:focus-within .group-focus-within\:bg-emerald-300\/40{background-color:#6ee7b766}.group:focus-within .group-focus-within\:bg-emerald-300\/50{background-color:#6ee7b780}.group:focus-within .group-focus-within\:bg-emerald-300\/60{background-color:#6ee7b799}.group:focus-within .group-focus-within\:bg-emerald-300\/70{background-color:#6ee7b7b3}.group:focus-within .group-focus-within\:bg-emerald-300\/75{background-color:#6ee7b7bf}.group:focus-within .group-focus-within\:bg-emerald-300\/80{background-color:#6ee7b7cc}.group:focus-within .group-focus-within\:bg-emerald-300\/90{background-color:#6ee7b7e6}.group:focus-within .group-focus-within\:bg-emerald-400{background-color:#34d399}.group:focus-within .group-focus-within\:bg-emerald-400\/0{background-color:#34d39900}.group:focus-within .group-focus-within\:bg-emerald-400\/10{background-color:#34d3991a}.group:focus-within .group-focus-within\:bg-emerald-400\/20{background-color:#34d39933}.group:focus-within .group-focus-within\:bg-emerald-400\/30{background-color:#34d3994d}.group:focus-within .group-focus-within\:bg-emerald-400\/40{background-color:#34d39966}.group:focus-within .group-focus-within\:bg-emerald-400\/50{background-color:#34d39980}.group:focus-within .group-focus-within\:bg-emerald-400\/60{background-color:#34d39999}.group:focus-within .group-focus-within\:bg-emerald-400\/70{background-color:#34d399b3}.group:focus-within .group-focus-within\:bg-emerald-400\/75{background-color:#34d399bf}.group:focus-within .group-focus-within\:bg-emerald-400\/80{background-color:#34d399cc}.group:focus-within .group-focus-within\:bg-emerald-400\/90{background-color:#34d399e6}.group:focus-within .group-focus-within\:bg-emerald-500{background-color:#10b981}.group:focus-within .group-focus-within\:bg-emerald-500\/0{background-color:#10b98100}.group:focus-within .group-focus-within\:bg-emerald-500\/10{background-color:#10b9811a}.group:focus-within .group-focus-within\:bg-emerald-500\/20{background-color:#10b98133}.group:focus-within .group-focus-within\:bg-emerald-500\/30{background-color:#10b9814d}.group:focus-within .group-focus-within\:bg-emerald-500\/40{background-color:#10b98166}.group:focus-within .group-focus-within\:bg-emerald-500\/50{background-color:#10b98180}.group:focus-within .group-focus-within\:bg-emerald-500\/60{background-color:#10b98199}.group:focus-within .group-focus-within\:bg-emerald-500\/70{background-color:#10b981b3}.group:focus-within .group-focus-within\:bg-emerald-500\/75{background-color:#10b981bf}.group:focus-within .group-focus-within\:bg-emerald-500\/80{background-color:#10b981cc}.group:focus-within .group-focus-within\:bg-emerald-500\/90{background-color:#10b981e6}.group:focus-within .group-focus-within\:bg-emerald-600{background-color:#059669}.group:focus-within .group-focus-within\:bg-emerald-600\/0{background-color:#05966900}.group:focus-within .group-focus-within\:bg-emerald-600\/10{background-color:#0596691a}.group:focus-within .group-focus-within\:bg-emerald-600\/20{background-color:#05966933}.group:focus-within .group-focus-within\:bg-emerald-600\/30{background-color:#0596694d}.group:focus-within .group-focus-within\:bg-emerald-600\/40{background-color:#05966966}.group:focus-within .group-focus-within\:bg-emerald-600\/50{background-color:#05966980}.group:focus-within .group-focus-within\:bg-emerald-600\/60{background-color:#05966999}.group:focus-within .group-focus-within\:bg-emerald-600\/70{background-color:#059669b3}.group:focus-within .group-focus-within\:bg-emerald-600\/75{background-color:#059669bf}.group:focus-within .group-focus-within\:bg-emerald-600\/80{background-color:#059669cc}.group:focus-within .group-focus-within\:bg-emerald-600\/90{background-color:#059669e6}.group:focus-within .group-focus-within\:bg-emerald-700{background-color:#047857}.group:focus-within .group-focus-within\:bg-emerald-700\/0{background-color:#04785700}.group:focus-within .group-focus-within\:bg-emerald-700\/10{background-color:#0478571a}.group:focus-within .group-focus-within\:bg-emerald-700\/20{background-color:#04785733}.group:focus-within .group-focus-within\:bg-emerald-700\/30{background-color:#0478574d}.group:focus-within .group-focus-within\:bg-emerald-700\/40{background-color:#04785766}.group:focus-within .group-focus-within\:bg-emerald-700\/50{background-color:#04785780}.group:focus-within .group-focus-within\:bg-emerald-700\/60{background-color:#04785799}.group:focus-within .group-focus-within\:bg-emerald-700\/70{background-color:#047857b3}.group:focus-within .group-focus-within\:bg-emerald-700\/75{background-color:#047857bf}.group:focus-within .group-focus-within\:bg-emerald-700\/80{background-color:#047857cc}.group:focus-within .group-focus-within\:bg-emerald-700\/90{background-color:#047857e6}.group:focus-within .group-focus-within\:bg-emerald-800{background-color:#065f46}.group:focus-within .group-focus-within\:bg-emerald-800\/0{background-color:#065f4600}.group:focus-within .group-focus-within\:bg-emerald-800\/10{background-color:#065f461a}.group:focus-within .group-focus-within\:bg-emerald-800\/20{background-color:#065f4633}.group:focus-within .group-focus-within\:bg-emerald-800\/30{background-color:#065f464d}.group:focus-within .group-focus-within\:bg-emerald-800\/40{background-color:#065f4666}.group:focus-within .group-focus-within\:bg-emerald-800\/50{background-color:#065f4680}.group:focus-within .group-focus-within\:bg-emerald-800\/60{background-color:#065f4699}.group:focus-within .group-focus-within\:bg-emerald-800\/70{background-color:#065f46b3}.group:focus-within .group-focus-within\:bg-emerald-800\/75{background-color:#065f46bf}.group:focus-within .group-focus-within\:bg-emerald-800\/80{background-color:#065f46cc}.group:focus-within .group-focus-within\:bg-emerald-800\/90{background-color:#065f46e6}.group:focus-within .group-focus-within\:bg-emerald-900{background-color:#064e3b}.group:focus-within .group-focus-within\:bg-emerald-900\/0{background-color:#064e3b00}.group:focus-within .group-focus-within\:bg-emerald-900\/10{background-color:#064e3b1a}.group:focus-within .group-focus-within\:bg-emerald-900\/20{background-color:#064e3b33}.group:focus-within .group-focus-within\:bg-emerald-900\/30{background-color:#064e3b4d}.group:focus-within .group-focus-within\:bg-emerald-900\/40{background-color:#064e3b66}.group:focus-within .group-focus-within\:bg-emerald-900\/50{background-color:#064e3b80}.group:focus-within .group-focus-within\:bg-emerald-900\/60{background-color:#064e3b99}.group:focus-within .group-focus-within\:bg-emerald-900\/70{background-color:#064e3bb3}.group:focus-within .group-focus-within\:bg-emerald-900\/75{background-color:#064e3bbf}.group:focus-within .group-focus-within\:bg-emerald-900\/80{background-color:#064e3bcc}.group:focus-within .group-focus-within\:bg-emerald-900\/90{background-color:#064e3be6}.group:focus-within .group-focus-within\:bg-emerald-950{background-color:#022c22}.group:focus-within .group-focus-within\:bg-emerald-950\/0{background-color:#022c2200}.group:focus-within .group-focus-within\:bg-emerald-950\/10{background-color:#022c221a}.group:focus-within .group-focus-within\:bg-emerald-950\/20{background-color:#022c2233}.group:focus-within .group-focus-within\:bg-emerald-950\/30{background-color:#022c224d}.group:focus-within .group-focus-within\:bg-emerald-950\/40{background-color:#022c2266}.group:focus-within .group-focus-within\:bg-emerald-950\/50{background-color:#022c2280}.group:focus-within .group-focus-within\:bg-emerald-950\/60{background-color:#022c2299}.group:focus-within .group-focus-within\:bg-emerald-950\/70{background-color:#022c22b3}.group:focus-within .group-focus-within\:bg-emerald-950\/75{background-color:#022c22bf}.group:focus-within .group-focus-within\:bg-emerald-950\/80{background-color:#022c22cc}.group:focus-within .group-focus-within\:bg-emerald-950\/90{background-color:#022c22e6}.group:focus-within .group-focus-within\:bg-teal-50{background-color:#f0fdfa}.group:focus-within .group-focus-within\:bg-teal-50\/0{background-color:#f0fdfa00}.group:focus-within .group-focus-within\:bg-teal-50\/10{background-color:#f0fdfa1a}.group:focus-within .group-focus-within\:bg-teal-50\/20{background-color:#f0fdfa33}.group:focus-within .group-focus-within\:bg-teal-50\/30{background-color:#f0fdfa4d}.group:focus-within .group-focus-within\:bg-teal-50\/40{background-color:#f0fdfa66}.group:focus-within .group-focus-within\:bg-teal-50\/50{background-color:#f0fdfa80}.group:focus-within .group-focus-within\:bg-teal-50\/60{background-color:#f0fdfa99}.group:focus-within .group-focus-within\:bg-teal-50\/70{background-color:#f0fdfab3}.group:focus-within .group-focus-within\:bg-teal-50\/75{background-color:#f0fdfabf}.group:focus-within .group-focus-within\:bg-teal-50\/80{background-color:#f0fdfacc}.group:focus-within .group-focus-within\:bg-teal-50\/90{background-color:#f0fdfae6}.group:focus-within .group-focus-within\:bg-teal-100{background-color:#ccfbf1}.group:focus-within .group-focus-within\:bg-teal-100\/0{background-color:#ccfbf100}.group:focus-within .group-focus-within\:bg-teal-100\/10{background-color:#ccfbf11a}.group:focus-within .group-focus-within\:bg-teal-100\/20{background-color:#ccfbf133}.group:focus-within .group-focus-within\:bg-teal-100\/30{background-color:#ccfbf14d}.group:focus-within .group-focus-within\:bg-teal-100\/40{background-color:#ccfbf166}.group:focus-within .group-focus-within\:bg-teal-100\/50{background-color:#ccfbf180}.group:focus-within .group-focus-within\:bg-teal-100\/60{background-color:#ccfbf199}.group:focus-within .group-focus-within\:bg-teal-100\/70{background-color:#ccfbf1b3}.group:focus-within .group-focus-within\:bg-teal-100\/75{background-color:#ccfbf1bf}.group:focus-within .group-focus-within\:bg-teal-100\/80{background-color:#ccfbf1cc}.group:focus-within .group-focus-within\:bg-teal-100\/90{background-color:#ccfbf1e6}.group:focus-within .group-focus-within\:bg-teal-200{background-color:#99f6e4}.group:focus-within .group-focus-within\:bg-teal-200\/0{background-color:#99f6e400}.group:focus-within .group-focus-within\:bg-teal-200\/10{background-color:#99f6e41a}.group:focus-within .group-focus-within\:bg-teal-200\/20{background-color:#99f6e433}.group:focus-within .group-focus-within\:bg-teal-200\/30{background-color:#99f6e44d}.group:focus-within .group-focus-within\:bg-teal-200\/40{background-color:#99f6e466}.group:focus-within .group-focus-within\:bg-teal-200\/50{background-color:#99f6e480}.group:focus-within .group-focus-within\:bg-teal-200\/60{background-color:#99f6e499}.group:focus-within .group-focus-within\:bg-teal-200\/70{background-color:#99f6e4b3}.group:focus-within .group-focus-within\:bg-teal-200\/75{background-color:#99f6e4bf}.group:focus-within .group-focus-within\:bg-teal-200\/80{background-color:#99f6e4cc}.group:focus-within .group-focus-within\:bg-teal-200\/90{background-color:#99f6e4e6}.group:focus-within .group-focus-within\:bg-teal-300{background-color:#5eead4}.group:focus-within .group-focus-within\:bg-teal-300\/0{background-color:#5eead400}.group:focus-within .group-focus-within\:bg-teal-300\/10{background-color:#5eead41a}.group:focus-within .group-focus-within\:bg-teal-300\/20{background-color:#5eead433}.group:focus-within .group-focus-within\:bg-teal-300\/30{background-color:#5eead44d}.group:focus-within .group-focus-within\:bg-teal-300\/40{background-color:#5eead466}.group:focus-within .group-focus-within\:bg-teal-300\/50{background-color:#5eead480}.group:focus-within .group-focus-within\:bg-teal-300\/60{background-color:#5eead499}.group:focus-within .group-focus-within\:bg-teal-300\/70{background-color:#5eead4b3}.group:focus-within .group-focus-within\:bg-teal-300\/75{background-color:#5eead4bf}.group:focus-within .group-focus-within\:bg-teal-300\/80{background-color:#5eead4cc}.group:focus-within .group-focus-within\:bg-teal-300\/90{background-color:#5eead4e6}.group:focus-within .group-focus-within\:bg-teal-400{background-color:#2dd4bf}.group:focus-within .group-focus-within\:bg-teal-400\/0{background-color:#2dd4bf00}.group:focus-within .group-focus-within\:bg-teal-400\/10{background-color:#2dd4bf1a}.group:focus-within .group-focus-within\:bg-teal-400\/20{background-color:#2dd4bf33}.group:focus-within .group-focus-within\:bg-teal-400\/30{background-color:#2dd4bf4d}.group:focus-within .group-focus-within\:bg-teal-400\/40{background-color:#2dd4bf66}.group:focus-within .group-focus-within\:bg-teal-400\/50{background-color:#2dd4bf80}.group:focus-within .group-focus-within\:bg-teal-400\/60{background-color:#2dd4bf99}.group:focus-within .group-focus-within\:bg-teal-400\/70{background-color:#2dd4bfb3}.group:focus-within .group-focus-within\:bg-teal-400\/75{background-color:#2dd4bfbf}.group:focus-within .group-focus-within\:bg-teal-400\/80{background-color:#2dd4bfcc}.group:focus-within .group-focus-within\:bg-teal-400\/90{background-color:#2dd4bfe6}.group:focus-within .group-focus-within\:bg-teal-500{background-color:#14b8a6}.group:focus-within .group-focus-within\:bg-teal-500\/0{background-color:#14b8a600}.group:focus-within .group-focus-within\:bg-teal-500\/10{background-color:#14b8a61a}.group:focus-within .group-focus-within\:bg-teal-500\/20{background-color:#14b8a633}.group:focus-within .group-focus-within\:bg-teal-500\/30{background-color:#14b8a64d}.group:focus-within .group-focus-within\:bg-teal-500\/40{background-color:#14b8a666}.group:focus-within .group-focus-within\:bg-teal-500\/50{background-color:#14b8a680}.group:focus-within .group-focus-within\:bg-teal-500\/60{background-color:#14b8a699}.group:focus-within .group-focus-within\:bg-teal-500\/70{background-color:#14b8a6b3}.group:focus-within .group-focus-within\:bg-teal-500\/75{background-color:#14b8a6bf}.group:focus-within .group-focus-within\:bg-teal-500\/80{background-color:#14b8a6cc}.group:focus-within .group-focus-within\:bg-teal-500\/90{background-color:#14b8a6e6}.group:focus-within .group-focus-within\:bg-teal-600{background-color:#0d9488}.group:focus-within .group-focus-within\:bg-teal-600\/0{background-color:#0d948800}.group:focus-within .group-focus-within\:bg-teal-600\/10{background-color:#0d94881a}.group:focus-within .group-focus-within\:bg-teal-600\/20{background-color:#0d948833}.group:focus-within .group-focus-within\:bg-teal-600\/30{background-color:#0d94884d}.group:focus-within .group-focus-within\:bg-teal-600\/40{background-color:#0d948866}.group:focus-within .group-focus-within\:bg-teal-600\/50{background-color:#0d948880}.group:focus-within .group-focus-within\:bg-teal-600\/60{background-color:#0d948899}.group:focus-within .group-focus-within\:bg-teal-600\/70{background-color:#0d9488b3}.group:focus-within .group-focus-within\:bg-teal-600\/75{background-color:#0d9488bf}.group:focus-within .group-focus-within\:bg-teal-600\/80{background-color:#0d9488cc}.group:focus-within .group-focus-within\:bg-teal-600\/90{background-color:#0d9488e6}.group:focus-within .group-focus-within\:bg-teal-700{background-color:#0f766e}.group:focus-within .group-focus-within\:bg-teal-700\/0{background-color:#0f766e00}.group:focus-within .group-focus-within\:bg-teal-700\/10{background-color:#0f766e1a}.group:focus-within .group-focus-within\:bg-teal-700\/20{background-color:#0f766e33}.group:focus-within .group-focus-within\:bg-teal-700\/30{background-color:#0f766e4d}.group:focus-within .group-focus-within\:bg-teal-700\/40{background-color:#0f766e66}.group:focus-within .group-focus-within\:bg-teal-700\/50{background-color:#0f766e80}.group:focus-within .group-focus-within\:bg-teal-700\/60{background-color:#0f766e99}.group:focus-within .group-focus-within\:bg-teal-700\/70{background-color:#0f766eb3}.group:focus-within .group-focus-within\:bg-teal-700\/75{background-color:#0f766ebf}.group:focus-within .group-focus-within\:bg-teal-700\/80{background-color:#0f766ecc}.group:focus-within .group-focus-within\:bg-teal-700\/90{background-color:#0f766ee6}.group:focus-within .group-focus-within\:bg-teal-800{background-color:#115e59}.group:focus-within .group-focus-within\:bg-teal-800\/0{background-color:#115e5900}.group:focus-within .group-focus-within\:bg-teal-800\/10{background-color:#115e591a}.group:focus-within .group-focus-within\:bg-teal-800\/20{background-color:#115e5933}.group:focus-within .group-focus-within\:bg-teal-800\/30{background-color:#115e594d}.group:focus-within .group-focus-within\:bg-teal-800\/40{background-color:#115e5966}.group:focus-within .group-focus-within\:bg-teal-800\/50{background-color:#115e5980}.group:focus-within .group-focus-within\:bg-teal-800\/60{background-color:#115e5999}.group:focus-within .group-focus-within\:bg-teal-800\/70{background-color:#115e59b3}.group:focus-within .group-focus-within\:bg-teal-800\/75{background-color:#115e59bf}.group:focus-within .group-focus-within\:bg-teal-800\/80{background-color:#115e59cc}.group:focus-within .group-focus-within\:bg-teal-800\/90{background-color:#115e59e6}.group:focus-within .group-focus-within\:bg-teal-900{background-color:#134e4a}.group:focus-within .group-focus-within\:bg-teal-900\/0{background-color:#134e4a00}.group:focus-within .group-focus-within\:bg-teal-900\/10{background-color:#134e4a1a}.group:focus-within .group-focus-within\:bg-teal-900\/20{background-color:#134e4a33}.group:focus-within .group-focus-within\:bg-teal-900\/30{background-color:#134e4a4d}.group:focus-within .group-focus-within\:bg-teal-900\/40{background-color:#134e4a66}.group:focus-within .group-focus-within\:bg-teal-900\/50{background-color:#134e4a80}.group:focus-within .group-focus-within\:bg-teal-900\/60{background-color:#134e4a99}.group:focus-within .group-focus-within\:bg-teal-900\/70{background-color:#134e4ab3}.group:focus-within .group-focus-within\:bg-teal-900\/75{background-color:#134e4abf}.group:focus-within .group-focus-within\:bg-teal-900\/80{background-color:#134e4acc}.group:focus-within .group-focus-within\:bg-teal-900\/90{background-color:#134e4ae6}.group:focus-within .group-focus-within\:bg-teal-950{background-color:#042f2e}.group:focus-within .group-focus-within\:bg-teal-950\/0{background-color:#042f2e00}.group:focus-within .group-focus-within\:bg-teal-950\/10{background-color:#042f2e1a}.group:focus-within .group-focus-within\:bg-teal-950\/20{background-color:#042f2e33}.group:focus-within .group-focus-within\:bg-teal-950\/30{background-color:#042f2e4d}.group:focus-within .group-focus-within\:bg-teal-950\/40{background-color:#042f2e66}.group:focus-within .group-focus-within\:bg-teal-950\/50{background-color:#042f2e80}.group:focus-within .group-focus-within\:bg-teal-950\/60{background-color:#042f2e99}.group:focus-within .group-focus-within\:bg-teal-950\/70{background-color:#042f2eb3}.group:focus-within .group-focus-within\:bg-teal-950\/75{background-color:#042f2ebf}.group:focus-within .group-focus-within\:bg-teal-950\/80{background-color:#042f2ecc}.group:focus-within .group-focus-within\:bg-teal-950\/90{background-color:#042f2ee6}.group:focus-within .group-focus-within\:bg-cyan-50{background-color:#ecfeff}.group:focus-within .group-focus-within\:bg-cyan-50\/0{background-color:#ecfeff00}.group:focus-within .group-focus-within\:bg-cyan-50\/10{background-color:#ecfeff1a}.group:focus-within .group-focus-within\:bg-cyan-50\/20{background-color:#ecfeff33}.group:focus-within .group-focus-within\:bg-cyan-50\/30{background-color:#ecfeff4d}.group:focus-within .group-focus-within\:bg-cyan-50\/40{background-color:#ecfeff66}.group:focus-within .group-focus-within\:bg-cyan-50\/50{background-color:#ecfeff80}.group:focus-within .group-focus-within\:bg-cyan-50\/60{background-color:#ecfeff99}.group:focus-within .group-focus-within\:bg-cyan-50\/70{background-color:#ecfeffb3}.group:focus-within .group-focus-within\:bg-cyan-50\/75{background-color:#ecfeffbf}.group:focus-within .group-focus-within\:bg-cyan-50\/80{background-color:#ecfeffcc}.group:focus-within .group-focus-within\:bg-cyan-50\/90{background-color:#ecfeffe6}.group:focus-within .group-focus-within\:bg-cyan-100{background-color:#cffafe}.group:focus-within .group-focus-within\:bg-cyan-100\/0{background-color:#cffafe00}.group:focus-within .group-focus-within\:bg-cyan-100\/10{background-color:#cffafe1a}.group:focus-within .group-focus-within\:bg-cyan-100\/20{background-color:#cffafe33}.group:focus-within .group-focus-within\:bg-cyan-100\/30{background-color:#cffafe4d}.group:focus-within .group-focus-within\:bg-cyan-100\/40{background-color:#cffafe66}.group:focus-within .group-focus-within\:bg-cyan-100\/50{background-color:#cffafe80}.group:focus-within .group-focus-within\:bg-cyan-100\/60{background-color:#cffafe99}.group:focus-within .group-focus-within\:bg-cyan-100\/70{background-color:#cffafeb3}.group:focus-within .group-focus-within\:bg-cyan-100\/75{background-color:#cffafebf}.group:focus-within .group-focus-within\:bg-cyan-100\/80{background-color:#cffafecc}.group:focus-within .group-focus-within\:bg-cyan-100\/90{background-color:#cffafee6}.group:focus-within .group-focus-within\:bg-cyan-200{background-color:#a5f3fc}.group:focus-within .group-focus-within\:bg-cyan-200\/0{background-color:#a5f3fc00}.group:focus-within .group-focus-within\:bg-cyan-200\/10{background-color:#a5f3fc1a}.group:focus-within .group-focus-within\:bg-cyan-200\/20{background-color:#a5f3fc33}.group:focus-within .group-focus-within\:bg-cyan-200\/30{background-color:#a5f3fc4d}.group:focus-within .group-focus-within\:bg-cyan-200\/40{background-color:#a5f3fc66}.group:focus-within .group-focus-within\:bg-cyan-200\/50{background-color:#a5f3fc80}.group:focus-within .group-focus-within\:bg-cyan-200\/60{background-color:#a5f3fc99}.group:focus-within .group-focus-within\:bg-cyan-200\/70{background-color:#a5f3fcb3}.group:focus-within .group-focus-within\:bg-cyan-200\/75{background-color:#a5f3fcbf}.group:focus-within .group-focus-within\:bg-cyan-200\/80{background-color:#a5f3fccc}.group:focus-within .group-focus-within\:bg-cyan-200\/90{background-color:#a5f3fce6}.group:focus-within .group-focus-within\:bg-cyan-300{background-color:#67e8f9}.group:focus-within .group-focus-within\:bg-cyan-300\/0{background-color:#67e8f900}.group:focus-within .group-focus-within\:bg-cyan-300\/10{background-color:#67e8f91a}.group:focus-within .group-focus-within\:bg-cyan-300\/20{background-color:#67e8f933}.group:focus-within .group-focus-within\:bg-cyan-300\/30{background-color:#67e8f94d}.group:focus-within .group-focus-within\:bg-cyan-300\/40{background-color:#67e8f966}.group:focus-within .group-focus-within\:bg-cyan-300\/50{background-color:#67e8f980}.group:focus-within .group-focus-within\:bg-cyan-300\/60{background-color:#67e8f999}.group:focus-within .group-focus-within\:bg-cyan-300\/70{background-color:#67e8f9b3}.group:focus-within .group-focus-within\:bg-cyan-300\/75{background-color:#67e8f9bf}.group:focus-within .group-focus-within\:bg-cyan-300\/80{background-color:#67e8f9cc}.group:focus-within .group-focus-within\:bg-cyan-300\/90{background-color:#67e8f9e6}.group:focus-within .group-focus-within\:bg-cyan-400{background-color:#22d3ee}.group:focus-within .group-focus-within\:bg-cyan-400\/0{background-color:#22d3ee00}.group:focus-within .group-focus-within\:bg-cyan-400\/10{background-color:#22d3ee1a}.group:focus-within .group-focus-within\:bg-cyan-400\/20{background-color:#22d3ee33}.group:focus-within .group-focus-within\:bg-cyan-400\/30{background-color:#22d3ee4d}.group:focus-within .group-focus-within\:bg-cyan-400\/40{background-color:#22d3ee66}.group:focus-within .group-focus-within\:bg-cyan-400\/50{background-color:#22d3ee80}.group:focus-within .group-focus-within\:bg-cyan-400\/60{background-color:#22d3ee99}.group:focus-within .group-focus-within\:bg-cyan-400\/70{background-color:#22d3eeb3}.group:focus-within .group-focus-within\:bg-cyan-400\/75{background-color:#22d3eebf}.group:focus-within .group-focus-within\:bg-cyan-400\/80{background-color:#22d3eecc}.group:focus-within .group-focus-within\:bg-cyan-400\/90{background-color:#22d3eee6}.group:focus-within .group-focus-within\:bg-cyan-500{background-color:#06b6d4}.group:focus-within .group-focus-within\:bg-cyan-500\/0{background-color:#06b6d400}.group:focus-within .group-focus-within\:bg-cyan-500\/10{background-color:#06b6d41a}.group:focus-within .group-focus-within\:bg-cyan-500\/20{background-color:#06b6d433}.group:focus-within .group-focus-within\:bg-cyan-500\/30{background-color:#06b6d44d}.group:focus-within .group-focus-within\:bg-cyan-500\/40{background-color:#06b6d466}.group:focus-within .group-focus-within\:bg-cyan-500\/50{background-color:#06b6d480}.group:focus-within .group-focus-within\:bg-cyan-500\/60{background-color:#06b6d499}.group:focus-within .group-focus-within\:bg-cyan-500\/70{background-color:#06b6d4b3}.group:focus-within .group-focus-within\:bg-cyan-500\/75{background-color:#06b6d4bf}.group:focus-within .group-focus-within\:bg-cyan-500\/80{background-color:#06b6d4cc}.group:focus-within .group-focus-within\:bg-cyan-500\/90{background-color:#06b6d4e6}.group:focus-within .group-focus-within\:bg-cyan-600{background-color:#0891b2}.group:focus-within .group-focus-within\:bg-cyan-600\/0{background-color:#0891b200}.group:focus-within .group-focus-within\:bg-cyan-600\/10{background-color:#0891b21a}.group:focus-within .group-focus-within\:bg-cyan-600\/20{background-color:#0891b233}.group:focus-within .group-focus-within\:bg-cyan-600\/30{background-color:#0891b24d}.group:focus-within .group-focus-within\:bg-cyan-600\/40{background-color:#0891b266}.group:focus-within .group-focus-within\:bg-cyan-600\/50{background-color:#0891b280}.group:focus-within .group-focus-within\:bg-cyan-600\/60{background-color:#0891b299}.group:focus-within .group-focus-within\:bg-cyan-600\/70{background-color:#0891b2b3}.group:focus-within .group-focus-within\:bg-cyan-600\/75{background-color:#0891b2bf}.group:focus-within .group-focus-within\:bg-cyan-600\/80{background-color:#0891b2cc}.group:focus-within .group-focus-within\:bg-cyan-600\/90{background-color:#0891b2e6}.group:focus-within .group-focus-within\:bg-cyan-700{background-color:#0e7490}.group:focus-within .group-focus-within\:bg-cyan-700\/0{background-color:#0e749000}.group:focus-within .group-focus-within\:bg-cyan-700\/10{background-color:#0e74901a}.group:focus-within .group-focus-within\:bg-cyan-700\/20{background-color:#0e749033}.group:focus-within .group-focus-within\:bg-cyan-700\/30{background-color:#0e74904d}.group:focus-within .group-focus-within\:bg-cyan-700\/40{background-color:#0e749066}.group:focus-within .group-focus-within\:bg-cyan-700\/50{background-color:#0e749080}.group:focus-within .group-focus-within\:bg-cyan-700\/60{background-color:#0e749099}.group:focus-within .group-focus-within\:bg-cyan-700\/70{background-color:#0e7490b3}.group:focus-within .group-focus-within\:bg-cyan-700\/75{background-color:#0e7490bf}.group:focus-within .group-focus-within\:bg-cyan-700\/80{background-color:#0e7490cc}.group:focus-within .group-focus-within\:bg-cyan-700\/90{background-color:#0e7490e6}.group:focus-within .group-focus-within\:bg-cyan-800{background-color:#155e75}.group:focus-within .group-focus-within\:bg-cyan-800\/0{background-color:#155e7500}.group:focus-within .group-focus-within\:bg-cyan-800\/10{background-color:#155e751a}.group:focus-within .group-focus-within\:bg-cyan-800\/20{background-color:#155e7533}.group:focus-within .group-focus-within\:bg-cyan-800\/30{background-color:#155e754d}.group:focus-within .group-focus-within\:bg-cyan-800\/40{background-color:#155e7566}.group:focus-within .group-focus-within\:bg-cyan-800\/50{background-color:#155e7580}.group:focus-within .group-focus-within\:bg-cyan-800\/60{background-color:#155e7599}.group:focus-within .group-focus-within\:bg-cyan-800\/70{background-color:#155e75b3}.group:focus-within .group-focus-within\:bg-cyan-800\/75{background-color:#155e75bf}.group:focus-within .group-focus-within\:bg-cyan-800\/80{background-color:#155e75cc}.group:focus-within .group-focus-within\:bg-cyan-800\/90{background-color:#155e75e6}.group:focus-within .group-focus-within\:bg-cyan-900{background-color:#164e63}.group:focus-within .group-focus-within\:bg-cyan-900\/0{background-color:#164e6300}.group:focus-within .group-focus-within\:bg-cyan-900\/10{background-color:#164e631a}.group:focus-within .group-focus-within\:bg-cyan-900\/20{background-color:#164e6333}.group:focus-within .group-focus-within\:bg-cyan-900\/30{background-color:#164e634d}.group:focus-within .group-focus-within\:bg-cyan-900\/40{background-color:#164e6366}.group:focus-within .group-focus-within\:bg-cyan-900\/50{background-color:#164e6380}.group:focus-within .group-focus-within\:bg-cyan-900\/60{background-color:#164e6399}.group:focus-within .group-focus-within\:bg-cyan-900\/70{background-color:#164e63b3}.group:focus-within .group-focus-within\:bg-cyan-900\/75{background-color:#164e63bf}.group:focus-within .group-focus-within\:bg-cyan-900\/80{background-color:#164e63cc}.group:focus-within .group-focus-within\:bg-cyan-900\/90{background-color:#164e63e6}.group:focus-within .group-focus-within\:bg-cyan-950{background-color:#083344}.group:focus-within .group-focus-within\:bg-cyan-950\/0{background-color:#08334400}.group:focus-within .group-focus-within\:bg-cyan-950\/10{background-color:#0833441a}.group:focus-within .group-focus-within\:bg-cyan-950\/20{background-color:#08334433}.group:focus-within .group-focus-within\:bg-cyan-950\/30{background-color:#0833444d}.group:focus-within .group-focus-within\:bg-cyan-950\/40{background-color:#08334466}.group:focus-within .group-focus-within\:bg-cyan-950\/50{background-color:#08334480}.group:focus-within .group-focus-within\:bg-cyan-950\/60{background-color:#08334499}.group:focus-within .group-focus-within\:bg-cyan-950\/70{background-color:#083344b3}.group:focus-within .group-focus-within\:bg-cyan-950\/75{background-color:#083344bf}.group:focus-within .group-focus-within\:bg-cyan-950\/80{background-color:#083344cc}.group:focus-within .group-focus-within\:bg-cyan-950\/90{background-color:#083344e6}.group:focus-within .group-focus-within\:bg-sky-50{background-color:#f0f9ff}.group:focus-within .group-focus-within\:bg-sky-50\/0{background-color:#f0f9ff00}.group:focus-within .group-focus-within\:bg-sky-50\/10{background-color:#f0f9ff1a}.group:focus-within .group-focus-within\:bg-sky-50\/20{background-color:#f0f9ff33}.group:focus-within .group-focus-within\:bg-sky-50\/30{background-color:#f0f9ff4d}.group:focus-within .group-focus-within\:bg-sky-50\/40{background-color:#f0f9ff66}.group:focus-within .group-focus-within\:bg-sky-50\/50{background-color:#f0f9ff80}.group:focus-within .group-focus-within\:bg-sky-50\/60{background-color:#f0f9ff99}.group:focus-within .group-focus-within\:bg-sky-50\/70{background-color:#f0f9ffb3}.group:focus-within .group-focus-within\:bg-sky-50\/75{background-color:#f0f9ffbf}.group:focus-within .group-focus-within\:bg-sky-50\/80{background-color:#f0f9ffcc}.group:focus-within .group-focus-within\:bg-sky-50\/90{background-color:#f0f9ffe6}.group:focus-within .group-focus-within\:bg-sky-100{background-color:#e0f2fe}.group:focus-within .group-focus-within\:bg-sky-100\/0{background-color:#e0f2fe00}.group:focus-within .group-focus-within\:bg-sky-100\/10{background-color:#e0f2fe1a}.group:focus-within .group-focus-within\:bg-sky-100\/20{background-color:#e0f2fe33}.group:focus-within .group-focus-within\:bg-sky-100\/30{background-color:#e0f2fe4d}.group:focus-within .group-focus-within\:bg-sky-100\/40{background-color:#e0f2fe66}.group:focus-within .group-focus-within\:bg-sky-100\/50{background-color:#e0f2fe80}.group:focus-within .group-focus-within\:bg-sky-100\/60{background-color:#e0f2fe99}.group:focus-within .group-focus-within\:bg-sky-100\/70{background-color:#e0f2feb3}.group:focus-within .group-focus-within\:bg-sky-100\/75{background-color:#e0f2febf}.group:focus-within .group-focus-within\:bg-sky-100\/80{background-color:#e0f2fecc}.group:focus-within .group-focus-within\:bg-sky-100\/90{background-color:#e0f2fee6}.group:focus-within .group-focus-within\:bg-sky-200{background-color:#bae6fd}.group:focus-within .group-focus-within\:bg-sky-200\/0{background-color:#bae6fd00}.group:focus-within .group-focus-within\:bg-sky-200\/10{background-color:#bae6fd1a}.group:focus-within .group-focus-within\:bg-sky-200\/20{background-color:#bae6fd33}.group:focus-within .group-focus-within\:bg-sky-200\/30{background-color:#bae6fd4d}.group:focus-within .group-focus-within\:bg-sky-200\/40{background-color:#bae6fd66}.group:focus-within .group-focus-within\:bg-sky-200\/50{background-color:#bae6fd80}.group:focus-within .group-focus-within\:bg-sky-200\/60{background-color:#bae6fd99}.group:focus-within .group-focus-within\:bg-sky-200\/70{background-color:#bae6fdb3}.group:focus-within .group-focus-within\:bg-sky-200\/75{background-color:#bae6fdbf}.group:focus-within .group-focus-within\:bg-sky-200\/80{background-color:#bae6fdcc}.group:focus-within .group-focus-within\:bg-sky-200\/90{background-color:#bae6fde6}.group:focus-within .group-focus-within\:bg-sky-300{background-color:#7dd3fc}.group:focus-within .group-focus-within\:bg-sky-300\/0{background-color:#7dd3fc00}.group:focus-within .group-focus-within\:bg-sky-300\/10{background-color:#7dd3fc1a}.group:focus-within .group-focus-within\:bg-sky-300\/20{background-color:#7dd3fc33}.group:focus-within .group-focus-within\:bg-sky-300\/30{background-color:#7dd3fc4d}.group:focus-within .group-focus-within\:bg-sky-300\/40{background-color:#7dd3fc66}.group:focus-within .group-focus-within\:bg-sky-300\/50{background-color:#7dd3fc80}.group:focus-within .group-focus-within\:bg-sky-300\/60{background-color:#7dd3fc99}.group:focus-within .group-focus-within\:bg-sky-300\/70{background-color:#7dd3fcb3}.group:focus-within .group-focus-within\:bg-sky-300\/75{background-color:#7dd3fcbf}.group:focus-within .group-focus-within\:bg-sky-300\/80{background-color:#7dd3fccc}.group:focus-within .group-focus-within\:bg-sky-300\/90{background-color:#7dd3fce6}.group:focus-within .group-focus-within\:bg-sky-400{background-color:#38bdf8}.group:focus-within .group-focus-within\:bg-sky-400\/0{background-color:#38bdf800}.group:focus-within .group-focus-within\:bg-sky-400\/10{background-color:#38bdf81a}.group:focus-within .group-focus-within\:bg-sky-400\/20{background-color:#38bdf833}.group:focus-within .group-focus-within\:bg-sky-400\/30{background-color:#38bdf84d}.group:focus-within .group-focus-within\:bg-sky-400\/40{background-color:#38bdf866}.group:focus-within .group-focus-within\:bg-sky-400\/50{background-color:#38bdf880}.group:focus-within .group-focus-within\:bg-sky-400\/60{background-color:#38bdf899}.group:focus-within .group-focus-within\:bg-sky-400\/70{background-color:#38bdf8b3}.group:focus-within .group-focus-within\:bg-sky-400\/75{background-color:#38bdf8bf}.group:focus-within .group-focus-within\:bg-sky-400\/80{background-color:#38bdf8cc}.group:focus-within .group-focus-within\:bg-sky-400\/90{background-color:#38bdf8e6}.group:focus-within .group-focus-within\:bg-sky-500{background-color:#0ea5e9}.group:focus-within .group-focus-within\:bg-sky-500\/0{background-color:#0ea5e900}.group:focus-within .group-focus-within\:bg-sky-500\/10{background-color:#0ea5e91a}.group:focus-within .group-focus-within\:bg-sky-500\/20{background-color:#0ea5e933}.group:focus-within .group-focus-within\:bg-sky-500\/30{background-color:#0ea5e94d}.group:focus-within .group-focus-within\:bg-sky-500\/40{background-color:#0ea5e966}.group:focus-within .group-focus-within\:bg-sky-500\/50{background-color:#0ea5e980}.group:focus-within .group-focus-within\:bg-sky-500\/60{background-color:#0ea5e999}.group:focus-within .group-focus-within\:bg-sky-500\/70{background-color:#0ea5e9b3}.group:focus-within .group-focus-within\:bg-sky-500\/75{background-color:#0ea5e9bf}.group:focus-within .group-focus-within\:bg-sky-500\/80{background-color:#0ea5e9cc}.group:focus-within .group-focus-within\:bg-sky-500\/90{background-color:#0ea5e9e6}.group:focus-within .group-focus-within\:bg-sky-600{background-color:#0284c7}.group:focus-within .group-focus-within\:bg-sky-600\/0{background-color:#0284c700}.group:focus-within .group-focus-within\:bg-sky-600\/10{background-color:#0284c71a}.group:focus-within .group-focus-within\:bg-sky-600\/20{background-color:#0284c733}.group:focus-within .group-focus-within\:bg-sky-600\/30{background-color:#0284c74d}.group:focus-within .group-focus-within\:bg-sky-600\/40{background-color:#0284c766}.group:focus-within .group-focus-within\:bg-sky-600\/50{background-color:#0284c780}.group:focus-within .group-focus-within\:bg-sky-600\/60{background-color:#0284c799}.group:focus-within .group-focus-within\:bg-sky-600\/70{background-color:#0284c7b3}.group:focus-within .group-focus-within\:bg-sky-600\/75{background-color:#0284c7bf}.group:focus-within .group-focus-within\:bg-sky-600\/80{background-color:#0284c7cc}.group:focus-within .group-focus-within\:bg-sky-600\/90{background-color:#0284c7e6}.group:focus-within .group-focus-within\:bg-sky-700{background-color:#0369a1}.group:focus-within .group-focus-within\:bg-sky-700\/0{background-color:#0369a100}.group:focus-within .group-focus-within\:bg-sky-700\/10{background-color:#0369a11a}.group:focus-within .group-focus-within\:bg-sky-700\/20{background-color:#0369a133}.group:focus-within .group-focus-within\:bg-sky-700\/30{background-color:#0369a14d}.group:focus-within .group-focus-within\:bg-sky-700\/40{background-color:#0369a166}.group:focus-within .group-focus-within\:bg-sky-700\/50{background-color:#0369a180}.group:focus-within .group-focus-within\:bg-sky-700\/60{background-color:#0369a199}.group:focus-within .group-focus-within\:bg-sky-700\/70{background-color:#0369a1b3}.group:focus-within .group-focus-within\:bg-sky-700\/75{background-color:#0369a1bf}.group:focus-within .group-focus-within\:bg-sky-700\/80{background-color:#0369a1cc}.group:focus-within .group-focus-within\:bg-sky-700\/90{background-color:#0369a1e6}.group:focus-within .group-focus-within\:bg-sky-800{background-color:#075985}.group:focus-within .group-focus-within\:bg-sky-800\/0{background-color:#07598500}.group:focus-within .group-focus-within\:bg-sky-800\/10{background-color:#0759851a}.group:focus-within .group-focus-within\:bg-sky-800\/20{background-color:#07598533}.group:focus-within .group-focus-within\:bg-sky-800\/30{background-color:#0759854d}.group:focus-within .group-focus-within\:bg-sky-800\/40{background-color:#07598566}.group:focus-within .group-focus-within\:bg-sky-800\/50{background-color:#07598580}.group:focus-within .group-focus-within\:bg-sky-800\/60{background-color:#07598599}.group:focus-within .group-focus-within\:bg-sky-800\/70{background-color:#075985b3}.group:focus-within .group-focus-within\:bg-sky-800\/75{background-color:#075985bf}.group:focus-within .group-focus-within\:bg-sky-800\/80{background-color:#075985cc}.group:focus-within .group-focus-within\:bg-sky-800\/90{background-color:#075985e6}.group:focus-within .group-focus-within\:bg-sky-900{background-color:#0c4a6e}.group:focus-within .group-focus-within\:bg-sky-900\/0{background-color:#0c4a6e00}.group:focus-within .group-focus-within\:bg-sky-900\/10{background-color:#0c4a6e1a}.group:focus-within .group-focus-within\:bg-sky-900\/20{background-color:#0c4a6e33}.group:focus-within .group-focus-within\:bg-sky-900\/30{background-color:#0c4a6e4d}.group:focus-within .group-focus-within\:bg-sky-900\/40{background-color:#0c4a6e66}.group:focus-within .group-focus-within\:bg-sky-900\/50{background-color:#0c4a6e80}.group:focus-within .group-focus-within\:bg-sky-900\/60{background-color:#0c4a6e99}.group:focus-within .group-focus-within\:bg-sky-900\/70{background-color:#0c4a6eb3}.group:focus-within .group-focus-within\:bg-sky-900\/75{background-color:#0c4a6ebf}.group:focus-within .group-focus-within\:bg-sky-900\/80{background-color:#0c4a6ecc}.group:focus-within .group-focus-within\:bg-sky-900\/90{background-color:#0c4a6ee6}.group:focus-within .group-focus-within\:bg-sky-950{background-color:#082f49}.group:focus-within .group-focus-within\:bg-sky-950\/0{background-color:#082f4900}.group:focus-within .group-focus-within\:bg-sky-950\/10{background-color:#082f491a}.group:focus-within .group-focus-within\:bg-sky-950\/20{background-color:#082f4933}.group:focus-within .group-focus-within\:bg-sky-950\/30{background-color:#082f494d}.group:focus-within .group-focus-within\:bg-sky-950\/40{background-color:#082f4966}.group:focus-within .group-focus-within\:bg-sky-950\/50{background-color:#082f4980}.group:focus-within .group-focus-within\:bg-sky-950\/60{background-color:#082f4999}.group:focus-within .group-focus-within\:bg-sky-950\/70{background-color:#082f49b3}.group:focus-within .group-focus-within\:bg-sky-950\/75{background-color:#082f49bf}.group:focus-within .group-focus-within\:bg-sky-950\/80{background-color:#082f49cc}.group:focus-within .group-focus-within\:bg-sky-950\/90{background-color:#082f49e6}.group:focus-within .group-focus-within\:bg-blue-50{background-color:#eff6ff}.group:focus-within .group-focus-within\:bg-blue-50\/0{background-color:#eff6ff00}.group:focus-within .group-focus-within\:bg-blue-50\/10{background-color:#eff6ff1a}.group:focus-within .group-focus-within\:bg-blue-50\/20{background-color:#eff6ff33}.group:focus-within .group-focus-within\:bg-blue-50\/30{background-color:#eff6ff4d}.group:focus-within .group-focus-within\:bg-blue-50\/40{background-color:#eff6ff66}.group:focus-within .group-focus-within\:bg-blue-50\/50{background-color:#eff6ff80}.group:focus-within .group-focus-within\:bg-blue-50\/60{background-color:#eff6ff99}.group:focus-within .group-focus-within\:bg-blue-50\/70{background-color:#eff6ffb3}.group:focus-within .group-focus-within\:bg-blue-50\/75{background-color:#eff6ffbf}.group:focus-within .group-focus-within\:bg-blue-50\/80{background-color:#eff6ffcc}.group:focus-within .group-focus-within\:bg-blue-50\/90{background-color:#eff6ffe6}.group:focus-within .group-focus-within\:bg-blue-100{background-color:#dbeafe}.group:focus-within .group-focus-within\:bg-blue-100\/0{background-color:#dbeafe00}.group:focus-within .group-focus-within\:bg-blue-100\/10{background-color:#dbeafe1a}.group:focus-within .group-focus-within\:bg-blue-100\/20{background-color:#dbeafe33}.group:focus-within .group-focus-within\:bg-blue-100\/30{background-color:#dbeafe4d}.group:focus-within .group-focus-within\:bg-blue-100\/40{background-color:#dbeafe66}.group:focus-within .group-focus-within\:bg-blue-100\/50{background-color:#dbeafe80}.group:focus-within .group-focus-within\:bg-blue-100\/60{background-color:#dbeafe99}.group:focus-within .group-focus-within\:bg-blue-100\/70{background-color:#dbeafeb3}.group:focus-within .group-focus-within\:bg-blue-100\/75{background-color:#dbeafebf}.group:focus-within .group-focus-within\:bg-blue-100\/80{background-color:#dbeafecc}.group:focus-within .group-focus-within\:bg-blue-100\/90{background-color:#dbeafee6}.group:focus-within .group-focus-within\:bg-blue-200{background-color:#bfdbfe}.group:focus-within .group-focus-within\:bg-blue-200\/0{background-color:#bfdbfe00}.group:focus-within .group-focus-within\:bg-blue-200\/10{background-color:#bfdbfe1a}.group:focus-within .group-focus-within\:bg-blue-200\/20{background-color:#bfdbfe33}.group:focus-within .group-focus-within\:bg-blue-200\/30{background-color:#bfdbfe4d}.group:focus-within .group-focus-within\:bg-blue-200\/40{background-color:#bfdbfe66}.group:focus-within .group-focus-within\:bg-blue-200\/50{background-color:#bfdbfe80}.group:focus-within .group-focus-within\:bg-blue-200\/60{background-color:#bfdbfe99}.group:focus-within .group-focus-within\:bg-blue-200\/70{background-color:#bfdbfeb3}.group:focus-within .group-focus-within\:bg-blue-200\/75{background-color:#bfdbfebf}.group:focus-within .group-focus-within\:bg-blue-200\/80{background-color:#bfdbfecc}.group:focus-within .group-focus-within\:bg-blue-200\/90{background-color:#bfdbfee6}.group:focus-within .group-focus-within\:bg-blue-300{background-color:#93c5fd}.group:focus-within .group-focus-within\:bg-blue-300\/0{background-color:#93c5fd00}.group:focus-within .group-focus-within\:bg-blue-300\/10{background-color:#93c5fd1a}.group:focus-within .group-focus-within\:bg-blue-300\/20{background-color:#93c5fd33}.group:focus-within .group-focus-within\:bg-blue-300\/30{background-color:#93c5fd4d}.group:focus-within .group-focus-within\:bg-blue-300\/40{background-color:#93c5fd66}.group:focus-within .group-focus-within\:bg-blue-300\/50{background-color:#93c5fd80}.group:focus-within .group-focus-within\:bg-blue-300\/60{background-color:#93c5fd99}.group:focus-within .group-focus-within\:bg-blue-300\/70{background-color:#93c5fdb3}.group:focus-within .group-focus-within\:bg-blue-300\/75{background-color:#93c5fdbf}.group:focus-within .group-focus-within\:bg-blue-300\/80{background-color:#93c5fdcc}.group:focus-within .group-focus-within\:bg-blue-300\/90{background-color:#93c5fde6}.group:focus-within .group-focus-within\:bg-blue-400{background-color:#60a5fa}.group:focus-within .group-focus-within\:bg-blue-400\/0{background-color:#60a5fa00}.group:focus-within .group-focus-within\:bg-blue-400\/10{background-color:#60a5fa1a}.group:focus-within .group-focus-within\:bg-blue-400\/20{background-color:#60a5fa33}.group:focus-within .group-focus-within\:bg-blue-400\/30{background-color:#60a5fa4d}.group:focus-within .group-focus-within\:bg-blue-400\/40{background-color:#60a5fa66}.group:focus-within .group-focus-within\:bg-blue-400\/50{background-color:#60a5fa80}.group:focus-within .group-focus-within\:bg-blue-400\/60{background-color:#60a5fa99}.group:focus-within .group-focus-within\:bg-blue-400\/70{background-color:#60a5fab3}.group:focus-within .group-focus-within\:bg-blue-400\/75{background-color:#60a5fabf}.group:focus-within .group-focus-within\:bg-blue-400\/80{background-color:#60a5facc}.group:focus-within .group-focus-within\:bg-blue-400\/90{background-color:#60a5fae6}.group:focus-within .group-focus-within\:bg-blue-500{background-color:#3b82f6}.group:focus-within .group-focus-within\:bg-blue-500\/0{background-color:#3b82f600}.group:focus-within .group-focus-within\:bg-blue-500\/10{background-color:#3b82f61a}.group:focus-within .group-focus-within\:bg-blue-500\/20{background-color:#3b82f633}.group:focus-within .group-focus-within\:bg-blue-500\/30{background-color:#3b82f64d}.group:focus-within .group-focus-within\:bg-blue-500\/40{background-color:#3b82f666}.group:focus-within .group-focus-within\:bg-blue-500\/50{background-color:#3b82f680}.group:focus-within .group-focus-within\:bg-blue-500\/60{background-color:#3b82f699}.group:focus-within .group-focus-within\:bg-blue-500\/70{background-color:#3b82f6b3}.group:focus-within .group-focus-within\:bg-blue-500\/75{background-color:#3b82f6bf}.group:focus-within .group-focus-within\:bg-blue-500\/80{background-color:#3b82f6cc}.group:focus-within .group-focus-within\:bg-blue-500\/90{background-color:#3b82f6e6}.group:focus-within .group-focus-within\:bg-blue-600{background-color:#2563eb}.group:focus-within .group-focus-within\:bg-blue-600\/0{background-color:#2563eb00}.group:focus-within .group-focus-within\:bg-blue-600\/10{background-color:#2563eb1a}.group:focus-within .group-focus-within\:bg-blue-600\/20{background-color:#2563eb33}.group:focus-within .group-focus-within\:bg-blue-600\/30{background-color:#2563eb4d}.group:focus-within .group-focus-within\:bg-blue-600\/40{background-color:#2563eb66}.group:focus-within .group-focus-within\:bg-blue-600\/50{background-color:#2563eb80}.group:focus-within .group-focus-within\:bg-blue-600\/60{background-color:#2563eb99}.group:focus-within .group-focus-within\:bg-blue-600\/70{background-color:#2563ebb3}.group:focus-within .group-focus-within\:bg-blue-600\/75{background-color:#2563ebbf}.group:focus-within .group-focus-within\:bg-blue-600\/80{background-color:#2563ebcc}.group:focus-within .group-focus-within\:bg-blue-600\/90{background-color:#2563ebe6}.group:focus-within .group-focus-within\:bg-blue-700{background-color:#1d4ed8}.group:focus-within .group-focus-within\:bg-blue-700\/0{background-color:#1d4ed800}.group:focus-within .group-focus-within\:bg-blue-700\/10{background-color:#1d4ed81a}.group:focus-within .group-focus-within\:bg-blue-700\/20{background-color:#1d4ed833}.group:focus-within .group-focus-within\:bg-blue-700\/30{background-color:#1d4ed84d}.group:focus-within .group-focus-within\:bg-blue-700\/40{background-color:#1d4ed866}.group:focus-within .group-focus-within\:bg-blue-700\/50{background-color:#1d4ed880}.group:focus-within .group-focus-within\:bg-blue-700\/60{background-color:#1d4ed899}.group:focus-within .group-focus-within\:bg-blue-700\/70{background-color:#1d4ed8b3}.group:focus-within .group-focus-within\:bg-blue-700\/75{background-color:#1d4ed8bf}.group:focus-within .group-focus-within\:bg-blue-700\/80{background-color:#1d4ed8cc}.group:focus-within .group-focus-within\:bg-blue-700\/90{background-color:#1d4ed8e6}.group:focus-within .group-focus-within\:bg-blue-800{background-color:#1e40af}.group:focus-within .group-focus-within\:bg-blue-800\/0{background-color:#1e40af00}.group:focus-within .group-focus-within\:bg-blue-800\/10{background-color:#1e40af1a}.group:focus-within .group-focus-within\:bg-blue-800\/20{background-color:#1e40af33}.group:focus-within .group-focus-within\:bg-blue-800\/30{background-color:#1e40af4d}.group:focus-within .group-focus-within\:bg-blue-800\/40{background-color:#1e40af66}.group:focus-within .group-focus-within\:bg-blue-800\/50{background-color:#1e40af80}.group:focus-within .group-focus-within\:bg-blue-800\/60{background-color:#1e40af99}.group:focus-within .group-focus-within\:bg-blue-800\/70{background-color:#1e40afb3}.group:focus-within .group-focus-within\:bg-blue-800\/75{background-color:#1e40afbf}.group:focus-within .group-focus-within\:bg-blue-800\/80{background-color:#1e40afcc}.group:focus-within .group-focus-within\:bg-blue-800\/90{background-color:#1e40afe6}.group:focus-within .group-focus-within\:bg-blue-900{background-color:#1e3a8a}.group:focus-within .group-focus-within\:bg-blue-900\/0{background-color:#1e3a8a00}.group:focus-within .group-focus-within\:bg-blue-900\/10{background-color:#1e3a8a1a}.group:focus-within .group-focus-within\:bg-blue-900\/20{background-color:#1e3a8a33}.group:focus-within .group-focus-within\:bg-blue-900\/30{background-color:#1e3a8a4d}.group:focus-within .group-focus-within\:bg-blue-900\/40{background-color:#1e3a8a66}.group:focus-within .group-focus-within\:bg-blue-900\/50{background-color:#1e3a8a80}.group:focus-within .group-focus-within\:bg-blue-900\/60{background-color:#1e3a8a99}.group:focus-within .group-focus-within\:bg-blue-900\/70{background-color:#1e3a8ab3}.group:focus-within .group-focus-within\:bg-blue-900\/75{background-color:#1e3a8abf}.group:focus-within .group-focus-within\:bg-blue-900\/80{background-color:#1e3a8acc}.group:focus-within .group-focus-within\:bg-blue-900\/90{background-color:#1e3a8ae6}.group:focus-within .group-focus-within\:bg-blue-950{background-color:#172554}.group:focus-within .group-focus-within\:bg-blue-950\/0{background-color:#17255400}.group:focus-within .group-focus-within\:bg-blue-950\/10{background-color:#1725541a}.group:focus-within .group-focus-within\:bg-blue-950\/20{background-color:#17255433}.group:focus-within .group-focus-within\:bg-blue-950\/30{background-color:#1725544d}.group:focus-within .group-focus-within\:bg-blue-950\/40{background-color:#17255466}.group:focus-within .group-focus-within\:bg-blue-950\/50{background-color:#17255480}.group:focus-within .group-focus-within\:bg-blue-950\/60{background-color:#17255499}.group:focus-within .group-focus-within\:bg-blue-950\/70{background-color:#172554b3}.group:focus-within .group-focus-within\:bg-blue-950\/75{background-color:#172554bf}.group:focus-within .group-focus-within\:bg-blue-950\/80{background-color:#172554cc}.group:focus-within .group-focus-within\:bg-blue-950\/90{background-color:#172554e6}.group:focus-within .group-focus-within\:bg-indigo-50{background-color:#eef2ff}.group:focus-within .group-focus-within\:bg-indigo-50\/0{background-color:#eef2ff00}.group:focus-within .group-focus-within\:bg-indigo-50\/10{background-color:#eef2ff1a}.group:focus-within .group-focus-within\:bg-indigo-50\/20{background-color:#eef2ff33}.group:focus-within .group-focus-within\:bg-indigo-50\/30{background-color:#eef2ff4d}.group:focus-within .group-focus-within\:bg-indigo-50\/40{background-color:#eef2ff66}.group:focus-within .group-focus-within\:bg-indigo-50\/50{background-color:#eef2ff80}.group:focus-within .group-focus-within\:bg-indigo-50\/60{background-color:#eef2ff99}.group:focus-within .group-focus-within\:bg-indigo-50\/70{background-color:#eef2ffb3}.group:focus-within .group-focus-within\:bg-indigo-50\/75{background-color:#eef2ffbf}.group:focus-within .group-focus-within\:bg-indigo-50\/80{background-color:#eef2ffcc}.group:focus-within .group-focus-within\:bg-indigo-50\/90{background-color:#eef2ffe6}.group:focus-within .group-focus-within\:bg-indigo-100{background-color:#e0e7ff}.group:focus-within .group-focus-within\:bg-indigo-100\/0{background-color:#e0e7ff00}.group:focus-within .group-focus-within\:bg-indigo-100\/10{background-color:#e0e7ff1a}.group:focus-within .group-focus-within\:bg-indigo-100\/20{background-color:#e0e7ff33}.group:focus-within .group-focus-within\:bg-indigo-100\/30{background-color:#e0e7ff4d}.group:focus-within .group-focus-within\:bg-indigo-100\/40{background-color:#e0e7ff66}.group:focus-within .group-focus-within\:bg-indigo-100\/50{background-color:#e0e7ff80}.group:focus-within .group-focus-within\:bg-indigo-100\/60{background-color:#e0e7ff99}.group:focus-within .group-focus-within\:bg-indigo-100\/70{background-color:#e0e7ffb3}.group:focus-within .group-focus-within\:bg-indigo-100\/75{background-color:#e0e7ffbf}.group:focus-within .group-focus-within\:bg-indigo-100\/80{background-color:#e0e7ffcc}.group:focus-within .group-focus-within\:bg-indigo-100\/90{background-color:#e0e7ffe6}.group:focus-within .group-focus-within\:bg-indigo-200{background-color:#c7d2fe}.group:focus-within .group-focus-within\:bg-indigo-200\/0{background-color:#c7d2fe00}.group:focus-within .group-focus-within\:bg-indigo-200\/10{background-color:#c7d2fe1a}.group:focus-within .group-focus-within\:bg-indigo-200\/20{background-color:#c7d2fe33}.group:focus-within .group-focus-within\:bg-indigo-200\/30{background-color:#c7d2fe4d}.group:focus-within .group-focus-within\:bg-indigo-200\/40{background-color:#c7d2fe66}.group:focus-within .group-focus-within\:bg-indigo-200\/50{background-color:#c7d2fe80}.group:focus-within .group-focus-within\:bg-indigo-200\/60{background-color:#c7d2fe99}.group:focus-within .group-focus-within\:bg-indigo-200\/70{background-color:#c7d2feb3}.group:focus-within .group-focus-within\:bg-indigo-200\/75{background-color:#c7d2febf}.group:focus-within .group-focus-within\:bg-indigo-200\/80{background-color:#c7d2fecc}.group:focus-within .group-focus-within\:bg-indigo-200\/90{background-color:#c7d2fee6}.group:focus-within .group-focus-within\:bg-indigo-300{background-color:#a5b4fc}.group:focus-within .group-focus-within\:bg-indigo-300\/0{background-color:#a5b4fc00}.group:focus-within .group-focus-within\:bg-indigo-300\/10{background-color:#a5b4fc1a}.group:focus-within .group-focus-within\:bg-indigo-300\/20{background-color:#a5b4fc33}.group:focus-within .group-focus-within\:bg-indigo-300\/30{background-color:#a5b4fc4d}.group:focus-within .group-focus-within\:bg-indigo-300\/40{background-color:#a5b4fc66}.group:focus-within .group-focus-within\:bg-indigo-300\/50{background-color:#a5b4fc80}.group:focus-within .group-focus-within\:bg-indigo-300\/60{background-color:#a5b4fc99}.group:focus-within .group-focus-within\:bg-indigo-300\/70{background-color:#a5b4fcb3}.group:focus-within .group-focus-within\:bg-indigo-300\/75{background-color:#a5b4fcbf}.group:focus-within .group-focus-within\:bg-indigo-300\/80{background-color:#a5b4fccc}.group:focus-within .group-focus-within\:bg-indigo-300\/90{background-color:#a5b4fce6}.group:focus-within .group-focus-within\:bg-indigo-400{background-color:#818cf8}.group:focus-within .group-focus-within\:bg-indigo-400\/0{background-color:#818cf800}.group:focus-within .group-focus-within\:bg-indigo-400\/10{background-color:#818cf81a}.group:focus-within .group-focus-within\:bg-indigo-400\/20{background-color:#818cf833}.group:focus-within .group-focus-within\:bg-indigo-400\/30{background-color:#818cf84d}.group:focus-within .group-focus-within\:bg-indigo-400\/40{background-color:#818cf866}.group:focus-within .group-focus-within\:bg-indigo-400\/50{background-color:#818cf880}.group:focus-within .group-focus-within\:bg-indigo-400\/60{background-color:#818cf899}.group:focus-within .group-focus-within\:bg-indigo-400\/70{background-color:#818cf8b3}.group:focus-within .group-focus-within\:bg-indigo-400\/75{background-color:#818cf8bf}.group:focus-within .group-focus-within\:bg-indigo-400\/80{background-color:#818cf8cc}.group:focus-within .group-focus-within\:bg-indigo-400\/90{background-color:#818cf8e6}.group:focus-within .group-focus-within\:bg-indigo-500{background-color:#6366f1}.group:focus-within .group-focus-within\:bg-indigo-500\/0{background-color:#6366f100}.group:focus-within .group-focus-within\:bg-indigo-500\/10{background-color:#6366f11a}.group:focus-within .group-focus-within\:bg-indigo-500\/20{background-color:#6366f133}.group:focus-within .group-focus-within\:bg-indigo-500\/30{background-color:#6366f14d}.group:focus-within .group-focus-within\:bg-indigo-500\/40{background-color:#6366f166}.group:focus-within .group-focus-within\:bg-indigo-500\/50{background-color:#6366f180}.group:focus-within .group-focus-within\:bg-indigo-500\/60{background-color:#6366f199}.group:focus-within .group-focus-within\:bg-indigo-500\/70{background-color:#6366f1b3}.group:focus-within .group-focus-within\:bg-indigo-500\/75{background-color:#6366f1bf}.group:focus-within .group-focus-within\:bg-indigo-500\/80{background-color:#6366f1cc}.group:focus-within .group-focus-within\:bg-indigo-500\/90{background-color:#6366f1e6}.group:focus-within .group-focus-within\:bg-indigo-600{background-color:#4f46e5}.group:focus-within .group-focus-within\:bg-indigo-600\/0{background-color:#4f46e500}.group:focus-within .group-focus-within\:bg-indigo-600\/10{background-color:#4f46e51a}.group:focus-within .group-focus-within\:bg-indigo-600\/20{background-color:#4f46e533}.group:focus-within .group-focus-within\:bg-indigo-600\/30{background-color:#4f46e54d}.group:focus-within .group-focus-within\:bg-indigo-600\/40{background-color:#4f46e566}.group:focus-within .group-focus-within\:bg-indigo-600\/50{background-color:#4f46e580}.group:focus-within .group-focus-within\:bg-indigo-600\/60{background-color:#4f46e599}.group:focus-within .group-focus-within\:bg-indigo-600\/70{background-color:#4f46e5b3}.group:focus-within .group-focus-within\:bg-indigo-600\/75{background-color:#4f46e5bf}.group:focus-within .group-focus-within\:bg-indigo-600\/80{background-color:#4f46e5cc}.group:focus-within .group-focus-within\:bg-indigo-600\/90{background-color:#4f46e5e6}.group:focus-within .group-focus-within\:bg-indigo-700{background-color:#4338ca}.group:focus-within .group-focus-within\:bg-indigo-700\/0{background-color:#4338ca00}.group:focus-within .group-focus-within\:bg-indigo-700\/10{background-color:#4338ca1a}.group:focus-within .group-focus-within\:bg-indigo-700\/20{background-color:#4338ca33}.group:focus-within .group-focus-within\:bg-indigo-700\/30{background-color:#4338ca4d}.group:focus-within .group-focus-within\:bg-indigo-700\/40{background-color:#4338ca66}.group:focus-within .group-focus-within\:bg-indigo-700\/50{background-color:#4338ca80}.group:focus-within .group-focus-within\:bg-indigo-700\/60{background-color:#4338ca99}.group:focus-within .group-focus-within\:bg-indigo-700\/70{background-color:#4338cab3}.group:focus-within .group-focus-within\:bg-indigo-700\/75{background-color:#4338cabf}.group:focus-within .group-focus-within\:bg-indigo-700\/80{background-color:#4338cacc}.group:focus-within .group-focus-within\:bg-indigo-700\/90{background-color:#4338cae6}.group:focus-within .group-focus-within\:bg-indigo-800{background-color:#3730a3}.group:focus-within .group-focus-within\:bg-indigo-800\/0{background-color:#3730a300}.group:focus-within .group-focus-within\:bg-indigo-800\/10{background-color:#3730a31a}.group:focus-within .group-focus-within\:bg-indigo-800\/20{background-color:#3730a333}.group:focus-within .group-focus-within\:bg-indigo-800\/30{background-color:#3730a34d}.group:focus-within .group-focus-within\:bg-indigo-800\/40{background-color:#3730a366}.group:focus-within .group-focus-within\:bg-indigo-800\/50{background-color:#3730a380}.group:focus-within .group-focus-within\:bg-indigo-800\/60{background-color:#3730a399}.group:focus-within .group-focus-within\:bg-indigo-800\/70{background-color:#3730a3b3}.group:focus-within .group-focus-within\:bg-indigo-800\/75{background-color:#3730a3bf}.group:focus-within .group-focus-within\:bg-indigo-800\/80{background-color:#3730a3cc}.group:focus-within .group-focus-within\:bg-indigo-800\/90{background-color:#3730a3e6}.group:focus-within .group-focus-within\:bg-indigo-900{background-color:#312e81}.group:focus-within .group-focus-within\:bg-indigo-900\/0{background-color:#312e8100}.group:focus-within .group-focus-within\:bg-indigo-900\/10{background-color:#312e811a}.group:focus-within .group-focus-within\:bg-indigo-900\/20{background-color:#312e8133}.group:focus-within .group-focus-within\:bg-indigo-900\/30{background-color:#312e814d}.group:focus-within .group-focus-within\:bg-indigo-900\/40{background-color:#312e8166}.group:focus-within .group-focus-within\:bg-indigo-900\/50{background-color:#312e8180}.group:focus-within .group-focus-within\:bg-indigo-900\/60{background-color:#312e8199}.group:focus-within .group-focus-within\:bg-indigo-900\/70{background-color:#312e81b3}.group:focus-within .group-focus-within\:bg-indigo-900\/75{background-color:#312e81bf}.group:focus-within .group-focus-within\:bg-indigo-900\/80{background-color:#312e81cc}.group:focus-within .group-focus-within\:bg-indigo-900\/90{background-color:#312e81e6}.group:focus-within .group-focus-within\:bg-indigo-950{background-color:#1e1b4b}.group:focus-within .group-focus-within\:bg-indigo-950\/0{background-color:#1e1b4b00}.group:focus-within .group-focus-within\:bg-indigo-950\/10{background-color:#1e1b4b1a}.group:focus-within .group-focus-within\:bg-indigo-950\/20{background-color:#1e1b4b33}.group:focus-within .group-focus-within\:bg-indigo-950\/30{background-color:#1e1b4b4d}.group:focus-within .group-focus-within\:bg-indigo-950\/40{background-color:#1e1b4b66}.group:focus-within .group-focus-within\:bg-indigo-950\/50{background-color:#1e1b4b80}.group:focus-within .group-focus-within\:bg-indigo-950\/60{background-color:#1e1b4b99}.group:focus-within .group-focus-within\:bg-indigo-950\/70{background-color:#1e1b4bb3}.group:focus-within .group-focus-within\:bg-indigo-950\/75{background-color:#1e1b4bbf}.group:focus-within .group-focus-within\:bg-indigo-950\/80{background-color:#1e1b4bcc}.group:focus-within .group-focus-within\:bg-indigo-950\/90{background-color:#1e1b4be6}.group:focus-within .group-focus-within\:bg-violet-50{background-color:#f5f3ff}.group:focus-within .group-focus-within\:bg-violet-50\/0{background-color:#f5f3ff00}.group:focus-within .group-focus-within\:bg-violet-50\/10{background-color:#f5f3ff1a}.group:focus-within .group-focus-within\:bg-violet-50\/20{background-color:#f5f3ff33}.group:focus-within .group-focus-within\:bg-violet-50\/30{background-color:#f5f3ff4d}.group:focus-within .group-focus-within\:bg-violet-50\/40{background-color:#f5f3ff66}.group:focus-within .group-focus-within\:bg-violet-50\/50{background-color:#f5f3ff80}.group:focus-within .group-focus-within\:bg-violet-50\/60{background-color:#f5f3ff99}.group:focus-within .group-focus-within\:bg-violet-50\/70{background-color:#f5f3ffb3}.group:focus-within .group-focus-within\:bg-violet-50\/75{background-color:#f5f3ffbf}.group:focus-within .group-focus-within\:bg-violet-50\/80{background-color:#f5f3ffcc}.group:focus-within .group-focus-within\:bg-violet-50\/90{background-color:#f5f3ffe6}.group:focus-within .group-focus-within\:bg-violet-100{background-color:#ede9fe}.group:focus-within .group-focus-within\:bg-violet-100\/0{background-color:#ede9fe00}.group:focus-within .group-focus-within\:bg-violet-100\/10{background-color:#ede9fe1a}.group:focus-within .group-focus-within\:bg-violet-100\/20{background-color:#ede9fe33}.group:focus-within .group-focus-within\:bg-violet-100\/30{background-color:#ede9fe4d}.group:focus-within .group-focus-within\:bg-violet-100\/40{background-color:#ede9fe66}.group:focus-within .group-focus-within\:bg-violet-100\/50{background-color:#ede9fe80}.group:focus-within .group-focus-within\:bg-violet-100\/60{background-color:#ede9fe99}.group:focus-within .group-focus-within\:bg-violet-100\/70{background-color:#ede9feb3}.group:focus-within .group-focus-within\:bg-violet-100\/75{background-color:#ede9febf}.group:focus-within .group-focus-within\:bg-violet-100\/80{background-color:#ede9fecc}.group:focus-within .group-focus-within\:bg-violet-100\/90{background-color:#ede9fee6}.group:focus-within .group-focus-within\:bg-violet-200{background-color:#ddd6fe}.group:focus-within .group-focus-within\:bg-violet-200\/0{background-color:#ddd6fe00}.group:focus-within .group-focus-within\:bg-violet-200\/10{background-color:#ddd6fe1a}.group:focus-within .group-focus-within\:bg-violet-200\/20{background-color:#ddd6fe33}.group:focus-within .group-focus-within\:bg-violet-200\/30{background-color:#ddd6fe4d}.group:focus-within .group-focus-within\:bg-violet-200\/40{background-color:#ddd6fe66}.group:focus-within .group-focus-within\:bg-violet-200\/50{background-color:#ddd6fe80}.group:focus-within .group-focus-within\:bg-violet-200\/60{background-color:#ddd6fe99}.group:focus-within .group-focus-within\:bg-violet-200\/70{background-color:#ddd6feb3}.group:focus-within .group-focus-within\:bg-violet-200\/75{background-color:#ddd6febf}.group:focus-within .group-focus-within\:bg-violet-200\/80{background-color:#ddd6fecc}.group:focus-within .group-focus-within\:bg-violet-200\/90{background-color:#ddd6fee6}.group:focus-within .group-focus-within\:bg-violet-300{background-color:#c4b5fd}.group:focus-within .group-focus-within\:bg-violet-300\/0{background-color:#c4b5fd00}.group:focus-within .group-focus-within\:bg-violet-300\/10{background-color:#c4b5fd1a}.group:focus-within .group-focus-within\:bg-violet-300\/20{background-color:#c4b5fd33}.group:focus-within .group-focus-within\:bg-violet-300\/30{background-color:#c4b5fd4d}.group:focus-within .group-focus-within\:bg-violet-300\/40{background-color:#c4b5fd66}.group:focus-within .group-focus-within\:bg-violet-300\/50{background-color:#c4b5fd80}.group:focus-within .group-focus-within\:bg-violet-300\/60{background-color:#c4b5fd99}.group:focus-within .group-focus-within\:bg-violet-300\/70{background-color:#c4b5fdb3}.group:focus-within .group-focus-within\:bg-violet-300\/75{background-color:#c4b5fdbf}.group:focus-within .group-focus-within\:bg-violet-300\/80{background-color:#c4b5fdcc}.group:focus-within .group-focus-within\:bg-violet-300\/90{background-color:#c4b5fde6}.group:focus-within .group-focus-within\:bg-violet-400{background-color:#a78bfa}.group:focus-within .group-focus-within\:bg-violet-400\/0{background-color:#a78bfa00}.group:focus-within .group-focus-within\:bg-violet-400\/10{background-color:#a78bfa1a}.group:focus-within .group-focus-within\:bg-violet-400\/20{background-color:#a78bfa33}.group:focus-within .group-focus-within\:bg-violet-400\/30{background-color:#a78bfa4d}.group:focus-within .group-focus-within\:bg-violet-400\/40{background-color:#a78bfa66}.group:focus-within .group-focus-within\:bg-violet-400\/50{background-color:#a78bfa80}.group:focus-within .group-focus-within\:bg-violet-400\/60{background-color:#a78bfa99}.group:focus-within .group-focus-within\:bg-violet-400\/70{background-color:#a78bfab3}.group:focus-within .group-focus-within\:bg-violet-400\/75{background-color:#a78bfabf}.group:focus-within .group-focus-within\:bg-violet-400\/80{background-color:#a78bfacc}.group:focus-within .group-focus-within\:bg-violet-400\/90{background-color:#a78bfae6}.group:focus-within .group-focus-within\:bg-violet-500{background-color:#8b5cf6}.group:focus-within .group-focus-within\:bg-violet-500\/0{background-color:#8b5cf600}.group:focus-within .group-focus-within\:bg-violet-500\/10{background-color:#8b5cf61a}.group:focus-within .group-focus-within\:bg-violet-500\/20{background-color:#8b5cf633}.group:focus-within .group-focus-within\:bg-violet-500\/30{background-color:#8b5cf64d}.group:focus-within .group-focus-within\:bg-violet-500\/40{background-color:#8b5cf666}.group:focus-within .group-focus-within\:bg-violet-500\/50{background-color:#8b5cf680}.group:focus-within .group-focus-within\:bg-violet-500\/60{background-color:#8b5cf699}.group:focus-within .group-focus-within\:bg-violet-500\/70{background-color:#8b5cf6b3}.group:focus-within .group-focus-within\:bg-violet-500\/75{background-color:#8b5cf6bf}.group:focus-within .group-focus-within\:bg-violet-500\/80{background-color:#8b5cf6cc}.group:focus-within .group-focus-within\:bg-violet-500\/90{background-color:#8b5cf6e6}.group:focus-within .group-focus-within\:bg-violet-600{background-color:#7c3aed}.group:focus-within .group-focus-within\:bg-violet-600\/0{background-color:#7c3aed00}.group:focus-within .group-focus-within\:bg-violet-600\/10{background-color:#7c3aed1a}.group:focus-within .group-focus-within\:bg-violet-600\/20{background-color:#7c3aed33}.group:focus-within .group-focus-within\:bg-violet-600\/30{background-color:#7c3aed4d}.group:focus-within .group-focus-within\:bg-violet-600\/40{background-color:#7c3aed66}.group:focus-within .group-focus-within\:bg-violet-600\/50{background-color:#7c3aed80}.group:focus-within .group-focus-within\:bg-violet-600\/60{background-color:#7c3aed99}.group:focus-within .group-focus-within\:bg-violet-600\/70{background-color:#7c3aedb3}.group:focus-within .group-focus-within\:bg-violet-600\/75{background-color:#7c3aedbf}.group:focus-within .group-focus-within\:bg-violet-600\/80{background-color:#7c3aedcc}.group:focus-within .group-focus-within\:bg-violet-600\/90{background-color:#7c3aede6}.group:focus-within .group-focus-within\:bg-violet-700{background-color:#6d28d9}.group:focus-within .group-focus-within\:bg-violet-700\/0{background-color:#6d28d900}.group:focus-within .group-focus-within\:bg-violet-700\/10{background-color:#6d28d91a}.group:focus-within .group-focus-within\:bg-violet-700\/20{background-color:#6d28d933}.group:focus-within .group-focus-within\:bg-violet-700\/30{background-color:#6d28d94d}.group:focus-within .group-focus-within\:bg-violet-700\/40{background-color:#6d28d966}.group:focus-within .group-focus-within\:bg-violet-700\/50{background-color:#6d28d980}.group:focus-within .group-focus-within\:bg-violet-700\/60{background-color:#6d28d999}.group:focus-within .group-focus-within\:bg-violet-700\/70{background-color:#6d28d9b3}.group:focus-within .group-focus-within\:bg-violet-700\/75{background-color:#6d28d9bf}.group:focus-within .group-focus-within\:bg-violet-700\/80{background-color:#6d28d9cc}.group:focus-within .group-focus-within\:bg-violet-700\/90{background-color:#6d28d9e6}.group:focus-within .group-focus-within\:bg-violet-800{background-color:#5b21b6}.group:focus-within .group-focus-within\:bg-violet-800\/0{background-color:#5b21b600}.group:focus-within .group-focus-within\:bg-violet-800\/10{background-color:#5b21b61a}.group:focus-within .group-focus-within\:bg-violet-800\/20{background-color:#5b21b633}.group:focus-within .group-focus-within\:bg-violet-800\/30{background-color:#5b21b64d}.group:focus-within .group-focus-within\:bg-violet-800\/40{background-color:#5b21b666}.group:focus-within .group-focus-within\:bg-violet-800\/50{background-color:#5b21b680}.group:focus-within .group-focus-within\:bg-violet-800\/60{background-color:#5b21b699}.group:focus-within .group-focus-within\:bg-violet-800\/70{background-color:#5b21b6b3}.group:focus-within .group-focus-within\:bg-violet-800\/75{background-color:#5b21b6bf}.group:focus-within .group-focus-within\:bg-violet-800\/80{background-color:#5b21b6cc}.group:focus-within .group-focus-within\:bg-violet-800\/90{background-color:#5b21b6e6}.group:focus-within .group-focus-within\:bg-violet-900{background-color:#4c1d95}.group:focus-within .group-focus-within\:bg-violet-900\/0{background-color:#4c1d9500}.group:focus-within .group-focus-within\:bg-violet-900\/10{background-color:#4c1d951a}.group:focus-within .group-focus-within\:bg-violet-900\/20{background-color:#4c1d9533}.group:focus-within .group-focus-within\:bg-violet-900\/30{background-color:#4c1d954d}.group:focus-within .group-focus-within\:bg-violet-900\/40{background-color:#4c1d9566}.group:focus-within .group-focus-within\:bg-violet-900\/50{background-color:#4c1d9580}.group:focus-within .group-focus-within\:bg-violet-900\/60{background-color:#4c1d9599}.group:focus-within .group-focus-within\:bg-violet-900\/70{background-color:#4c1d95b3}.group:focus-within .group-focus-within\:bg-violet-900\/75{background-color:#4c1d95bf}.group:focus-within .group-focus-within\:bg-violet-900\/80{background-color:#4c1d95cc}.group:focus-within .group-focus-within\:bg-violet-900\/90{background-color:#4c1d95e6}.group:focus-within .group-focus-within\:bg-violet-950{background-color:#2e1065}.group:focus-within .group-focus-within\:bg-violet-950\/0{background-color:#2e106500}.group:focus-within .group-focus-within\:bg-violet-950\/10{background-color:#2e10651a}.group:focus-within .group-focus-within\:bg-violet-950\/20{background-color:#2e106533}.group:focus-within .group-focus-within\:bg-violet-950\/30{background-color:#2e10654d}.group:focus-within .group-focus-within\:bg-violet-950\/40{background-color:#2e106566}.group:focus-within .group-focus-within\:bg-violet-950\/50{background-color:#2e106580}.group:focus-within .group-focus-within\:bg-violet-950\/60{background-color:#2e106599}.group:focus-within .group-focus-within\:bg-violet-950\/70{background-color:#2e1065b3}.group:focus-within .group-focus-within\:bg-violet-950\/75{background-color:#2e1065bf}.group:focus-within .group-focus-within\:bg-violet-950\/80{background-color:#2e1065cc}.group:focus-within .group-focus-within\:bg-violet-950\/90{background-color:#2e1065e6}.group:focus-within .group-focus-within\:bg-purple-50{background-color:#faf5ff}.group:focus-within .group-focus-within\:bg-purple-50\/0{background-color:#faf5ff00}.group:focus-within .group-focus-within\:bg-purple-50\/10{background-color:#faf5ff1a}.group:focus-within .group-focus-within\:bg-purple-50\/20{background-color:#faf5ff33}.group:focus-within .group-focus-within\:bg-purple-50\/30{background-color:#faf5ff4d}.group:focus-within .group-focus-within\:bg-purple-50\/40{background-color:#faf5ff66}.group:focus-within .group-focus-within\:bg-purple-50\/50{background-color:#faf5ff80}.group:focus-within .group-focus-within\:bg-purple-50\/60{background-color:#faf5ff99}.group:focus-within .group-focus-within\:bg-purple-50\/70{background-color:#faf5ffb3}.group:focus-within .group-focus-within\:bg-purple-50\/75{background-color:#faf5ffbf}.group:focus-within .group-focus-within\:bg-purple-50\/80{background-color:#faf5ffcc}.group:focus-within .group-focus-within\:bg-purple-50\/90{background-color:#faf5ffe6}.group:focus-within .group-focus-within\:bg-purple-100{background-color:#f3e8ff}.group:focus-within .group-focus-within\:bg-purple-100\/0{background-color:#f3e8ff00}.group:focus-within .group-focus-within\:bg-purple-100\/10{background-color:#f3e8ff1a}.group:focus-within .group-focus-within\:bg-purple-100\/20{background-color:#f3e8ff33}.group:focus-within .group-focus-within\:bg-purple-100\/30{background-color:#f3e8ff4d}.group:focus-within .group-focus-within\:bg-purple-100\/40{background-color:#f3e8ff66}.group:focus-within .group-focus-within\:bg-purple-100\/50{background-color:#f3e8ff80}.group:focus-within .group-focus-within\:bg-purple-100\/60{background-color:#f3e8ff99}.group:focus-within .group-focus-within\:bg-purple-100\/70{background-color:#f3e8ffb3}.group:focus-within .group-focus-within\:bg-purple-100\/75{background-color:#f3e8ffbf}.group:focus-within .group-focus-within\:bg-purple-100\/80{background-color:#f3e8ffcc}.group:focus-within .group-focus-within\:bg-purple-100\/90{background-color:#f3e8ffe6}.group:focus-within .group-focus-within\:bg-purple-200{background-color:#e9d5ff}.group:focus-within .group-focus-within\:bg-purple-200\/0{background-color:#e9d5ff00}.group:focus-within .group-focus-within\:bg-purple-200\/10{background-color:#e9d5ff1a}.group:focus-within .group-focus-within\:bg-purple-200\/20{background-color:#e9d5ff33}.group:focus-within .group-focus-within\:bg-purple-200\/30{background-color:#e9d5ff4d}.group:focus-within .group-focus-within\:bg-purple-200\/40{background-color:#e9d5ff66}.group:focus-within .group-focus-within\:bg-purple-200\/50{background-color:#e9d5ff80}.group:focus-within .group-focus-within\:bg-purple-200\/60{background-color:#e9d5ff99}.group:focus-within .group-focus-within\:bg-purple-200\/70{background-color:#e9d5ffb3}.group:focus-within .group-focus-within\:bg-purple-200\/75{background-color:#e9d5ffbf}.group:focus-within .group-focus-within\:bg-purple-200\/80{background-color:#e9d5ffcc}.group:focus-within .group-focus-within\:bg-purple-200\/90{background-color:#e9d5ffe6}.group:focus-within .group-focus-within\:bg-purple-300{background-color:#d8b4fe}.group:focus-within .group-focus-within\:bg-purple-300\/0{background-color:#d8b4fe00}.group:focus-within .group-focus-within\:bg-purple-300\/10{background-color:#d8b4fe1a}.group:focus-within .group-focus-within\:bg-purple-300\/20{background-color:#d8b4fe33}.group:focus-within .group-focus-within\:bg-purple-300\/30{background-color:#d8b4fe4d}.group:focus-within .group-focus-within\:bg-purple-300\/40{background-color:#d8b4fe66}.group:focus-within .group-focus-within\:bg-purple-300\/50{background-color:#d8b4fe80}.group:focus-within .group-focus-within\:bg-purple-300\/60{background-color:#d8b4fe99}.group:focus-within .group-focus-within\:bg-purple-300\/70{background-color:#d8b4feb3}.group:focus-within .group-focus-within\:bg-purple-300\/75{background-color:#d8b4febf}.group:focus-within .group-focus-within\:bg-purple-300\/80{background-color:#d8b4fecc}.group:focus-within .group-focus-within\:bg-purple-300\/90{background-color:#d8b4fee6}.group:focus-within .group-focus-within\:bg-purple-400{background-color:#c084fc}.group:focus-within .group-focus-within\:bg-purple-400\/0{background-color:#c084fc00}.group:focus-within .group-focus-within\:bg-purple-400\/10{background-color:#c084fc1a}.group:focus-within .group-focus-within\:bg-purple-400\/20{background-color:#c084fc33}.group:focus-within .group-focus-within\:bg-purple-400\/30{background-color:#c084fc4d}.group:focus-within .group-focus-within\:bg-purple-400\/40{background-color:#c084fc66}.group:focus-within .group-focus-within\:bg-purple-400\/50{background-color:#c084fc80}.group:focus-within .group-focus-within\:bg-purple-400\/60{background-color:#c084fc99}.group:focus-within .group-focus-within\:bg-purple-400\/70{background-color:#c084fcb3}.group:focus-within .group-focus-within\:bg-purple-400\/75{background-color:#c084fcbf}.group:focus-within .group-focus-within\:bg-purple-400\/80{background-color:#c084fccc}.group:focus-within .group-focus-within\:bg-purple-400\/90{background-color:#c084fce6}.group:focus-within .group-focus-within\:bg-purple-500{background-color:#a855f7}.group:focus-within .group-focus-within\:bg-purple-500\/0{background-color:#a855f700}.group:focus-within .group-focus-within\:bg-purple-500\/10{background-color:#a855f71a}.group:focus-within .group-focus-within\:bg-purple-500\/20{background-color:#a855f733}.group:focus-within .group-focus-within\:bg-purple-500\/30{background-color:#a855f74d}.group:focus-within .group-focus-within\:bg-purple-500\/40{background-color:#a855f766}.group:focus-within .group-focus-within\:bg-purple-500\/50{background-color:#a855f780}.group:focus-within .group-focus-within\:bg-purple-500\/60{background-color:#a855f799}.group:focus-within .group-focus-within\:bg-purple-500\/70{background-color:#a855f7b3}.group:focus-within .group-focus-within\:bg-purple-500\/75{background-color:#a855f7bf}.group:focus-within .group-focus-within\:bg-purple-500\/80{background-color:#a855f7cc}.group:focus-within .group-focus-within\:bg-purple-500\/90{background-color:#a855f7e6}.group:focus-within .group-focus-within\:bg-purple-600{background-color:#9333ea}.group:focus-within .group-focus-within\:bg-purple-600\/0{background-color:#9333ea00}.group:focus-within .group-focus-within\:bg-purple-600\/10{background-color:#9333ea1a}.group:focus-within .group-focus-within\:bg-purple-600\/20{background-color:#9333ea33}.group:focus-within .group-focus-within\:bg-purple-600\/30{background-color:#9333ea4d}.group:focus-within .group-focus-within\:bg-purple-600\/40{background-color:#9333ea66}.group:focus-within .group-focus-within\:bg-purple-600\/50{background-color:#9333ea80}.group:focus-within .group-focus-within\:bg-purple-600\/60{background-color:#9333ea99}.group:focus-within .group-focus-within\:bg-purple-600\/70{background-color:#9333eab3}.group:focus-within .group-focus-within\:bg-purple-600\/75{background-color:#9333eabf}.group:focus-within .group-focus-within\:bg-purple-600\/80{background-color:#9333eacc}.group:focus-within .group-focus-within\:bg-purple-600\/90{background-color:#9333eae6}.group:focus-within .group-focus-within\:bg-purple-700{background-color:#7e22ce}.group:focus-within .group-focus-within\:bg-purple-700\/0{background-color:#7e22ce00}.group:focus-within .group-focus-within\:bg-purple-700\/10{background-color:#7e22ce1a}.group:focus-within .group-focus-within\:bg-purple-700\/20{background-color:#7e22ce33}.group:focus-within .group-focus-within\:bg-purple-700\/30{background-color:#7e22ce4d}.group:focus-within .group-focus-within\:bg-purple-700\/40{background-color:#7e22ce66}.group:focus-within .group-focus-within\:bg-purple-700\/50{background-color:#7e22ce80}.group:focus-within .group-focus-within\:bg-purple-700\/60{background-color:#7e22ce99}.group:focus-within .group-focus-within\:bg-purple-700\/70{background-color:#7e22ceb3}.group:focus-within .group-focus-within\:bg-purple-700\/75{background-color:#7e22cebf}.group:focus-within .group-focus-within\:bg-purple-700\/80{background-color:#7e22cecc}.group:focus-within .group-focus-within\:bg-purple-700\/90{background-color:#7e22cee6}.group:focus-within .group-focus-within\:bg-purple-800{background-color:#6b21a8}.group:focus-within .group-focus-within\:bg-purple-800\/0{background-color:#6b21a800}.group:focus-within .group-focus-within\:bg-purple-800\/10{background-color:#6b21a81a}.group:focus-within .group-focus-within\:bg-purple-800\/20{background-color:#6b21a833}.group:focus-within .group-focus-within\:bg-purple-800\/30{background-color:#6b21a84d}.group:focus-within .group-focus-within\:bg-purple-800\/40{background-color:#6b21a866}.group:focus-within .group-focus-within\:bg-purple-800\/50{background-color:#6b21a880}.group:focus-within .group-focus-within\:bg-purple-800\/60{background-color:#6b21a899}.group:focus-within .group-focus-within\:bg-purple-800\/70{background-color:#6b21a8b3}.group:focus-within .group-focus-within\:bg-purple-800\/75{background-color:#6b21a8bf}.group:focus-within .group-focus-within\:bg-purple-800\/80{background-color:#6b21a8cc}.group:focus-within .group-focus-within\:bg-purple-800\/90{background-color:#6b21a8e6}.group:focus-within .group-focus-within\:bg-purple-900{background-color:#581c87}.group:focus-within .group-focus-within\:bg-purple-900\/0{background-color:#581c8700}.group:focus-within .group-focus-within\:bg-purple-900\/10{background-color:#581c871a}.group:focus-within .group-focus-within\:bg-purple-900\/20{background-color:#581c8733}.group:focus-within .group-focus-within\:bg-purple-900\/30{background-color:#581c874d}.group:focus-within .group-focus-within\:bg-purple-900\/40{background-color:#581c8766}.group:focus-within .group-focus-within\:bg-purple-900\/50{background-color:#581c8780}.group:focus-within .group-focus-within\:bg-purple-900\/60{background-color:#581c8799}.group:focus-within .group-focus-within\:bg-purple-900\/70{background-color:#581c87b3}.group:focus-within .group-focus-within\:bg-purple-900\/75{background-color:#581c87bf}.group:focus-within .group-focus-within\:bg-purple-900\/80{background-color:#581c87cc}.group:focus-within .group-focus-within\:bg-purple-900\/90{background-color:#581c87e6}.group:focus-within .group-focus-within\:bg-purple-950{background-color:#3b0764}.group:focus-within .group-focus-within\:bg-purple-950\/0{background-color:#3b076400}.group:focus-within .group-focus-within\:bg-purple-950\/10{background-color:#3b07641a}.group:focus-within .group-focus-within\:bg-purple-950\/20{background-color:#3b076433}.group:focus-within .group-focus-within\:bg-purple-950\/30{background-color:#3b07644d}.group:focus-within .group-focus-within\:bg-purple-950\/40{background-color:#3b076466}.group:focus-within .group-focus-within\:bg-purple-950\/50{background-color:#3b076480}.group:focus-within .group-focus-within\:bg-purple-950\/60{background-color:#3b076499}.group:focus-within .group-focus-within\:bg-purple-950\/70{background-color:#3b0764b3}.group:focus-within .group-focus-within\:bg-purple-950\/75{background-color:#3b0764bf}.group:focus-within .group-focus-within\:bg-purple-950\/80{background-color:#3b0764cc}.group:focus-within .group-focus-within\:bg-purple-950\/90{background-color:#3b0764e6}.group:focus-within .group-focus-within\:bg-fuchsia-50{background-color:#fdf4ff}.group:focus-within .group-focus-within\:bg-fuchsia-50\/0{background-color:#fdf4ff00}.group:focus-within .group-focus-within\:bg-fuchsia-50\/10{background-color:#fdf4ff1a}.group:focus-within .group-focus-within\:bg-fuchsia-50\/20{background-color:#fdf4ff33}.group:focus-within .group-focus-within\:bg-fuchsia-50\/30{background-color:#fdf4ff4d}.group:focus-within .group-focus-within\:bg-fuchsia-50\/40{background-color:#fdf4ff66}.group:focus-within .group-focus-within\:bg-fuchsia-50\/50{background-color:#fdf4ff80}.group:focus-within .group-focus-within\:bg-fuchsia-50\/60{background-color:#fdf4ff99}.group:focus-within .group-focus-within\:bg-fuchsia-50\/70{background-color:#fdf4ffb3}.group:focus-within .group-focus-within\:bg-fuchsia-50\/75{background-color:#fdf4ffbf}.group:focus-within .group-focus-within\:bg-fuchsia-50\/80{background-color:#fdf4ffcc}.group:focus-within .group-focus-within\:bg-fuchsia-50\/90{background-color:#fdf4ffe6}.group:focus-within .group-focus-within\:bg-fuchsia-100{background-color:#fae8ff}.group:focus-within .group-focus-within\:bg-fuchsia-100\/0{background-color:#fae8ff00}.group:focus-within .group-focus-within\:bg-fuchsia-100\/10{background-color:#fae8ff1a}.group:focus-within .group-focus-within\:bg-fuchsia-100\/20{background-color:#fae8ff33}.group:focus-within .group-focus-within\:bg-fuchsia-100\/30{background-color:#fae8ff4d}.group:focus-within .group-focus-within\:bg-fuchsia-100\/40{background-color:#fae8ff66}.group:focus-within .group-focus-within\:bg-fuchsia-100\/50{background-color:#fae8ff80}.group:focus-within .group-focus-within\:bg-fuchsia-100\/60{background-color:#fae8ff99}.group:focus-within .group-focus-within\:bg-fuchsia-100\/70{background-color:#fae8ffb3}.group:focus-within .group-focus-within\:bg-fuchsia-100\/75{background-color:#fae8ffbf}.group:focus-within .group-focus-within\:bg-fuchsia-100\/80{background-color:#fae8ffcc}.group:focus-within .group-focus-within\:bg-fuchsia-100\/90{background-color:#fae8ffe6}.group:focus-within .group-focus-within\:bg-fuchsia-200{background-color:#f5d0fe}.group:focus-within .group-focus-within\:bg-fuchsia-200\/0{background-color:#f5d0fe00}.group:focus-within .group-focus-within\:bg-fuchsia-200\/10{background-color:#f5d0fe1a}.group:focus-within .group-focus-within\:bg-fuchsia-200\/20{background-color:#f5d0fe33}.group:focus-within .group-focus-within\:bg-fuchsia-200\/30{background-color:#f5d0fe4d}.group:focus-within .group-focus-within\:bg-fuchsia-200\/40{background-color:#f5d0fe66}.group:focus-within .group-focus-within\:bg-fuchsia-200\/50{background-color:#f5d0fe80}.group:focus-within .group-focus-within\:bg-fuchsia-200\/60{background-color:#f5d0fe99}.group:focus-within .group-focus-within\:bg-fuchsia-200\/70{background-color:#f5d0feb3}.group:focus-within .group-focus-within\:bg-fuchsia-200\/75{background-color:#f5d0febf}.group:focus-within .group-focus-within\:bg-fuchsia-200\/80{background-color:#f5d0fecc}.group:focus-within .group-focus-within\:bg-fuchsia-200\/90{background-color:#f5d0fee6}.group:focus-within .group-focus-within\:bg-fuchsia-300{background-color:#f0abfc}.group:focus-within .group-focus-within\:bg-fuchsia-300\/0{background-color:#f0abfc00}.group:focus-within .group-focus-within\:bg-fuchsia-300\/10{background-color:#f0abfc1a}.group:focus-within .group-focus-within\:bg-fuchsia-300\/20{background-color:#f0abfc33}.group:focus-within .group-focus-within\:bg-fuchsia-300\/30{background-color:#f0abfc4d}.group:focus-within .group-focus-within\:bg-fuchsia-300\/40{background-color:#f0abfc66}.group:focus-within .group-focus-within\:bg-fuchsia-300\/50{background-color:#f0abfc80}.group:focus-within .group-focus-within\:bg-fuchsia-300\/60{background-color:#f0abfc99}.group:focus-within .group-focus-within\:bg-fuchsia-300\/70{background-color:#f0abfcb3}.group:focus-within .group-focus-within\:bg-fuchsia-300\/75{background-color:#f0abfcbf}.group:focus-within .group-focus-within\:bg-fuchsia-300\/80{background-color:#f0abfccc}.group:focus-within .group-focus-within\:bg-fuchsia-300\/90{background-color:#f0abfce6}.group:focus-within .group-focus-within\:bg-fuchsia-400{background-color:#e879f9}.group:focus-within .group-focus-within\:bg-fuchsia-400\/0{background-color:#e879f900}.group:focus-within .group-focus-within\:bg-fuchsia-400\/10{background-color:#e879f91a}.group:focus-within .group-focus-within\:bg-fuchsia-400\/20{background-color:#e879f933}.group:focus-within .group-focus-within\:bg-fuchsia-400\/30{background-color:#e879f94d}.group:focus-within .group-focus-within\:bg-fuchsia-400\/40{background-color:#e879f966}.group:focus-within .group-focus-within\:bg-fuchsia-400\/50{background-color:#e879f980}.group:focus-within .group-focus-within\:bg-fuchsia-400\/60{background-color:#e879f999}.group:focus-within .group-focus-within\:bg-fuchsia-400\/70{background-color:#e879f9b3}.group:focus-within .group-focus-within\:bg-fuchsia-400\/75{background-color:#e879f9bf}.group:focus-within .group-focus-within\:bg-fuchsia-400\/80{background-color:#e879f9cc}.group:focus-within .group-focus-within\:bg-fuchsia-400\/90{background-color:#e879f9e6}.group:focus-within .group-focus-within\:bg-fuchsia-500{background-color:#d946ef}.group:focus-within .group-focus-within\:bg-fuchsia-500\/0{background-color:#d946ef00}.group:focus-within .group-focus-within\:bg-fuchsia-500\/10{background-color:#d946ef1a}.group:focus-within .group-focus-within\:bg-fuchsia-500\/20{background-color:#d946ef33}.group:focus-within .group-focus-within\:bg-fuchsia-500\/30{background-color:#d946ef4d}.group:focus-within .group-focus-within\:bg-fuchsia-500\/40{background-color:#d946ef66}.group:focus-within .group-focus-within\:bg-fuchsia-500\/50{background-color:#d946ef80}.group:focus-within .group-focus-within\:bg-fuchsia-500\/60{background-color:#d946ef99}.group:focus-within .group-focus-within\:bg-fuchsia-500\/70{background-color:#d946efb3}.group:focus-within .group-focus-within\:bg-fuchsia-500\/75{background-color:#d946efbf}.group:focus-within .group-focus-within\:bg-fuchsia-500\/80{background-color:#d946efcc}.group:focus-within .group-focus-within\:bg-fuchsia-500\/90{background-color:#d946efe6}.group:focus-within .group-focus-within\:bg-fuchsia-600{background-color:#c026d3}.group:focus-within .group-focus-within\:bg-fuchsia-600\/0{background-color:#c026d300}.group:focus-within .group-focus-within\:bg-fuchsia-600\/10{background-color:#c026d31a}.group:focus-within .group-focus-within\:bg-fuchsia-600\/20{background-color:#c026d333}.group:focus-within .group-focus-within\:bg-fuchsia-600\/30{background-color:#c026d34d}.group:focus-within .group-focus-within\:bg-fuchsia-600\/40{background-color:#c026d366}.group:focus-within .group-focus-within\:bg-fuchsia-600\/50{background-color:#c026d380}.group:focus-within .group-focus-within\:bg-fuchsia-600\/60{background-color:#c026d399}.group:focus-within .group-focus-within\:bg-fuchsia-600\/70{background-color:#c026d3b3}.group:focus-within .group-focus-within\:bg-fuchsia-600\/75{background-color:#c026d3bf}.group:focus-within .group-focus-within\:bg-fuchsia-600\/80{background-color:#c026d3cc}.group:focus-within .group-focus-within\:bg-fuchsia-600\/90{background-color:#c026d3e6}.group:focus-within .group-focus-within\:bg-fuchsia-700{background-color:#a21caf}.group:focus-within .group-focus-within\:bg-fuchsia-700\/0{background-color:#a21caf00}.group:focus-within .group-focus-within\:bg-fuchsia-700\/10{background-color:#a21caf1a}.group:focus-within .group-focus-within\:bg-fuchsia-700\/20{background-color:#a21caf33}.group:focus-within .group-focus-within\:bg-fuchsia-700\/30{background-color:#a21caf4d}.group:focus-within .group-focus-within\:bg-fuchsia-700\/40{background-color:#a21caf66}.group:focus-within .group-focus-within\:bg-fuchsia-700\/50{background-color:#a21caf80}.group:focus-within .group-focus-within\:bg-fuchsia-700\/60{background-color:#a21caf99}.group:focus-within .group-focus-within\:bg-fuchsia-700\/70{background-color:#a21cafb3}.group:focus-within .group-focus-within\:bg-fuchsia-700\/75{background-color:#a21cafbf}.group:focus-within .group-focus-within\:bg-fuchsia-700\/80{background-color:#a21cafcc}.group:focus-within .group-focus-within\:bg-fuchsia-700\/90{background-color:#a21cafe6}.group:focus-within .group-focus-within\:bg-fuchsia-800{background-color:#86198f}.group:focus-within .group-focus-within\:bg-fuchsia-800\/0{background-color:#86198f00}.group:focus-within .group-focus-within\:bg-fuchsia-800\/10{background-color:#86198f1a}.group:focus-within .group-focus-within\:bg-fuchsia-800\/20{background-color:#86198f33}.group:focus-within .group-focus-within\:bg-fuchsia-800\/30{background-color:#86198f4d}.group:focus-within .group-focus-within\:bg-fuchsia-800\/40{background-color:#86198f66}.group:focus-within .group-focus-within\:bg-fuchsia-800\/50{background-color:#86198f80}.group:focus-within .group-focus-within\:bg-fuchsia-800\/60{background-color:#86198f99}.group:focus-within .group-focus-within\:bg-fuchsia-800\/70{background-color:#86198fb3}.group:focus-within .group-focus-within\:bg-fuchsia-800\/75{background-color:#86198fbf}.group:focus-within .group-focus-within\:bg-fuchsia-800\/80{background-color:#86198fcc}.group:focus-within .group-focus-within\:bg-fuchsia-800\/90{background-color:#86198fe6}.group:focus-within .group-focus-within\:bg-fuchsia-900{background-color:#701a75}.group:focus-within .group-focus-within\:bg-fuchsia-900\/0{background-color:#701a7500}.group:focus-within .group-focus-within\:bg-fuchsia-900\/10{background-color:#701a751a}.group:focus-within .group-focus-within\:bg-fuchsia-900\/20{background-color:#701a7533}.group:focus-within .group-focus-within\:bg-fuchsia-900\/30{background-color:#701a754d}.group:focus-within .group-focus-within\:bg-fuchsia-900\/40{background-color:#701a7566}.group:focus-within .group-focus-within\:bg-fuchsia-900\/50{background-color:#701a7580}.group:focus-within .group-focus-within\:bg-fuchsia-900\/60{background-color:#701a7599}.group:focus-within .group-focus-within\:bg-fuchsia-900\/70{background-color:#701a75b3}.group:focus-within .group-focus-within\:bg-fuchsia-900\/75{background-color:#701a75bf}.group:focus-within .group-focus-within\:bg-fuchsia-900\/80{background-color:#701a75cc}.group:focus-within .group-focus-within\:bg-fuchsia-900\/90{background-color:#701a75e6}.group:focus-within .group-focus-within\:bg-fuchsia-950{background-color:#4a044e}.group:focus-within .group-focus-within\:bg-fuchsia-950\/0{background-color:#4a044e00}.group:focus-within .group-focus-within\:bg-fuchsia-950\/10{background-color:#4a044e1a}.group:focus-within .group-focus-within\:bg-fuchsia-950\/20{background-color:#4a044e33}.group:focus-within .group-focus-within\:bg-fuchsia-950\/30{background-color:#4a044e4d}.group:focus-within .group-focus-within\:bg-fuchsia-950\/40{background-color:#4a044e66}.group:focus-within .group-focus-within\:bg-fuchsia-950\/50{background-color:#4a044e80}.group:focus-within .group-focus-within\:bg-fuchsia-950\/60{background-color:#4a044e99}.group:focus-within .group-focus-within\:bg-fuchsia-950\/70{background-color:#4a044eb3}.group:focus-within .group-focus-within\:bg-fuchsia-950\/75{background-color:#4a044ebf}.group:focus-within .group-focus-within\:bg-fuchsia-950\/80{background-color:#4a044ecc}.group:focus-within .group-focus-within\:bg-fuchsia-950\/90{background-color:#4a044ee6}.group:focus-within .group-focus-within\:bg-pink-50{background-color:#fdf2f8}.group:focus-within .group-focus-within\:bg-pink-50\/0{background-color:#fdf2f800}.group:focus-within .group-focus-within\:bg-pink-50\/10{background-color:#fdf2f81a}.group:focus-within .group-focus-within\:bg-pink-50\/20{background-color:#fdf2f833}.group:focus-within .group-focus-within\:bg-pink-50\/30{background-color:#fdf2f84d}.group:focus-within .group-focus-within\:bg-pink-50\/40{background-color:#fdf2f866}.group:focus-within .group-focus-within\:bg-pink-50\/50{background-color:#fdf2f880}.group:focus-within .group-focus-within\:bg-pink-50\/60{background-color:#fdf2f899}.group:focus-within .group-focus-within\:bg-pink-50\/70{background-color:#fdf2f8b3}.group:focus-within .group-focus-within\:bg-pink-50\/75{background-color:#fdf2f8bf}.group:focus-within .group-focus-within\:bg-pink-50\/80{background-color:#fdf2f8cc}.group:focus-within .group-focus-within\:bg-pink-50\/90{background-color:#fdf2f8e6}.group:focus-within .group-focus-within\:bg-pink-100{background-color:#fce7f3}.group:focus-within .group-focus-within\:bg-pink-100\/0{background-color:#fce7f300}.group:focus-within .group-focus-within\:bg-pink-100\/10{background-color:#fce7f31a}.group:focus-within .group-focus-within\:bg-pink-100\/20{background-color:#fce7f333}.group:focus-within .group-focus-within\:bg-pink-100\/30{background-color:#fce7f34d}.group:focus-within .group-focus-within\:bg-pink-100\/40{background-color:#fce7f366}.group:focus-within .group-focus-within\:bg-pink-100\/50{background-color:#fce7f380}.group:focus-within .group-focus-within\:bg-pink-100\/60{background-color:#fce7f399}.group:focus-within .group-focus-within\:bg-pink-100\/70{background-color:#fce7f3b3}.group:focus-within .group-focus-within\:bg-pink-100\/75{background-color:#fce7f3bf}.group:focus-within .group-focus-within\:bg-pink-100\/80{background-color:#fce7f3cc}.group:focus-within .group-focus-within\:bg-pink-100\/90{background-color:#fce7f3e6}.group:focus-within .group-focus-within\:bg-pink-200{background-color:#fbcfe8}.group:focus-within .group-focus-within\:bg-pink-200\/0{background-color:#fbcfe800}.group:focus-within .group-focus-within\:bg-pink-200\/10{background-color:#fbcfe81a}.group:focus-within .group-focus-within\:bg-pink-200\/20{background-color:#fbcfe833}.group:focus-within .group-focus-within\:bg-pink-200\/30{background-color:#fbcfe84d}.group:focus-within .group-focus-within\:bg-pink-200\/40{background-color:#fbcfe866}.group:focus-within .group-focus-within\:bg-pink-200\/50{background-color:#fbcfe880}.group:focus-within .group-focus-within\:bg-pink-200\/60{background-color:#fbcfe899}.group:focus-within .group-focus-within\:bg-pink-200\/70{background-color:#fbcfe8b3}.group:focus-within .group-focus-within\:bg-pink-200\/75{background-color:#fbcfe8bf}.group:focus-within .group-focus-within\:bg-pink-200\/80{background-color:#fbcfe8cc}.group:focus-within .group-focus-within\:bg-pink-200\/90{background-color:#fbcfe8e6}.group:focus-within .group-focus-within\:bg-pink-300{background-color:#f9a8d4}.group:focus-within .group-focus-within\:bg-pink-300\/0{background-color:#f9a8d400}.group:focus-within .group-focus-within\:bg-pink-300\/10{background-color:#f9a8d41a}.group:focus-within .group-focus-within\:bg-pink-300\/20{background-color:#f9a8d433}.group:focus-within .group-focus-within\:bg-pink-300\/30{background-color:#f9a8d44d}.group:focus-within .group-focus-within\:bg-pink-300\/40{background-color:#f9a8d466}.group:focus-within .group-focus-within\:bg-pink-300\/50{background-color:#f9a8d480}.group:focus-within .group-focus-within\:bg-pink-300\/60{background-color:#f9a8d499}.group:focus-within .group-focus-within\:bg-pink-300\/70{background-color:#f9a8d4b3}.group:focus-within .group-focus-within\:bg-pink-300\/75{background-color:#f9a8d4bf}.group:focus-within .group-focus-within\:bg-pink-300\/80{background-color:#f9a8d4cc}.group:focus-within .group-focus-within\:bg-pink-300\/90{background-color:#f9a8d4e6}.group:focus-within .group-focus-within\:bg-pink-400{background-color:#f472b6}.group:focus-within .group-focus-within\:bg-pink-400\/0{background-color:#f472b600}.group:focus-within .group-focus-within\:bg-pink-400\/10{background-color:#f472b61a}.group:focus-within .group-focus-within\:bg-pink-400\/20{background-color:#f472b633}.group:focus-within .group-focus-within\:bg-pink-400\/30{background-color:#f472b64d}.group:focus-within .group-focus-within\:bg-pink-400\/40{background-color:#f472b666}.group:focus-within .group-focus-within\:bg-pink-400\/50{background-color:#f472b680}.group:focus-within .group-focus-within\:bg-pink-400\/60{background-color:#f472b699}.group:focus-within .group-focus-within\:bg-pink-400\/70{background-color:#f472b6b3}.group:focus-within .group-focus-within\:bg-pink-400\/75{background-color:#f472b6bf}.group:focus-within .group-focus-within\:bg-pink-400\/80{background-color:#f472b6cc}.group:focus-within .group-focus-within\:bg-pink-400\/90{background-color:#f472b6e6}.group:focus-within .group-focus-within\:bg-pink-500{background-color:#ec4899}.group:focus-within .group-focus-within\:bg-pink-500\/0{background-color:#ec489900}.group:focus-within .group-focus-within\:bg-pink-500\/10{background-color:#ec48991a}.group:focus-within .group-focus-within\:bg-pink-500\/20{background-color:#ec489933}.group:focus-within .group-focus-within\:bg-pink-500\/30{background-color:#ec48994d}.group:focus-within .group-focus-within\:bg-pink-500\/40{background-color:#ec489966}.group:focus-within .group-focus-within\:bg-pink-500\/50{background-color:#ec489980}.group:focus-within .group-focus-within\:bg-pink-500\/60{background-color:#ec489999}.group:focus-within .group-focus-within\:bg-pink-500\/70{background-color:#ec4899b3}.group:focus-within .group-focus-within\:bg-pink-500\/75{background-color:#ec4899bf}.group:focus-within .group-focus-within\:bg-pink-500\/80{background-color:#ec4899cc}.group:focus-within .group-focus-within\:bg-pink-500\/90{background-color:#ec4899e6}.group:focus-within .group-focus-within\:bg-pink-600{background-color:#db2777}.group:focus-within .group-focus-within\:bg-pink-600\/0{background-color:#db277700}.group:focus-within .group-focus-within\:bg-pink-600\/10{background-color:#db27771a}.group:focus-within .group-focus-within\:bg-pink-600\/20{background-color:#db277733}.group:focus-within .group-focus-within\:bg-pink-600\/30{background-color:#db27774d}.group:focus-within .group-focus-within\:bg-pink-600\/40{background-color:#db277766}.group:focus-within .group-focus-within\:bg-pink-600\/50{background-color:#db277780}.group:focus-within .group-focus-within\:bg-pink-600\/60{background-color:#db277799}.group:focus-within .group-focus-within\:bg-pink-600\/70{background-color:#db2777b3}.group:focus-within .group-focus-within\:bg-pink-600\/75{background-color:#db2777bf}.group:focus-within .group-focus-within\:bg-pink-600\/80{background-color:#db2777cc}.group:focus-within .group-focus-within\:bg-pink-600\/90{background-color:#db2777e6}.group:focus-within .group-focus-within\:bg-pink-700{background-color:#be185d}.group:focus-within .group-focus-within\:bg-pink-700\/0{background-color:#be185d00}.group:focus-within .group-focus-within\:bg-pink-700\/10{background-color:#be185d1a}.group:focus-within .group-focus-within\:bg-pink-700\/20{background-color:#be185d33}.group:focus-within .group-focus-within\:bg-pink-700\/30{background-color:#be185d4d}.group:focus-within .group-focus-within\:bg-pink-700\/40{background-color:#be185d66}.group:focus-within .group-focus-within\:bg-pink-700\/50{background-color:#be185d80}.group:focus-within .group-focus-within\:bg-pink-700\/60{background-color:#be185d99}.group:focus-within .group-focus-within\:bg-pink-700\/70{background-color:#be185db3}.group:focus-within .group-focus-within\:bg-pink-700\/75{background-color:#be185dbf}.group:focus-within .group-focus-within\:bg-pink-700\/80{background-color:#be185dcc}.group:focus-within .group-focus-within\:bg-pink-700\/90{background-color:#be185de6}.group:focus-within .group-focus-within\:bg-pink-800{background-color:#9d174d}.group:focus-within .group-focus-within\:bg-pink-800\/0{background-color:#9d174d00}.group:focus-within .group-focus-within\:bg-pink-800\/10{background-color:#9d174d1a}.group:focus-within .group-focus-within\:bg-pink-800\/20{background-color:#9d174d33}.group:focus-within .group-focus-within\:bg-pink-800\/30{background-color:#9d174d4d}.group:focus-within .group-focus-within\:bg-pink-800\/40{background-color:#9d174d66}.group:focus-within .group-focus-within\:bg-pink-800\/50{background-color:#9d174d80}.group:focus-within .group-focus-within\:bg-pink-800\/60{background-color:#9d174d99}.group:focus-within .group-focus-within\:bg-pink-800\/70{background-color:#9d174db3}.group:focus-within .group-focus-within\:bg-pink-800\/75{background-color:#9d174dbf}.group:focus-within .group-focus-within\:bg-pink-800\/80{background-color:#9d174dcc}.group:focus-within .group-focus-within\:bg-pink-800\/90{background-color:#9d174de6}.group:focus-within .group-focus-within\:bg-pink-900{background-color:#831843}.group:focus-within .group-focus-within\:bg-pink-900\/0{background-color:#83184300}.group:focus-within .group-focus-within\:bg-pink-900\/10{background-color:#8318431a}.group:focus-within .group-focus-within\:bg-pink-900\/20{background-color:#83184333}.group:focus-within .group-focus-within\:bg-pink-900\/30{background-color:#8318434d}.group:focus-within .group-focus-within\:bg-pink-900\/40{background-color:#83184366}.group:focus-within .group-focus-within\:bg-pink-900\/50{background-color:#83184380}.group:focus-within .group-focus-within\:bg-pink-900\/60{background-color:#83184399}.group:focus-within .group-focus-within\:bg-pink-900\/70{background-color:#831843b3}.group:focus-within .group-focus-within\:bg-pink-900\/75{background-color:#831843bf}.group:focus-within .group-focus-within\:bg-pink-900\/80{background-color:#831843cc}.group:focus-within .group-focus-within\:bg-pink-900\/90{background-color:#831843e6}.group:focus-within .group-focus-within\:bg-pink-950{background-color:#500724}.group:focus-within .group-focus-within\:bg-pink-950\/0{background-color:#50072400}.group:focus-within .group-focus-within\:bg-pink-950\/10{background-color:#5007241a}.group:focus-within .group-focus-within\:bg-pink-950\/20{background-color:#50072433}.group:focus-within .group-focus-within\:bg-pink-950\/30{background-color:#5007244d}.group:focus-within .group-focus-within\:bg-pink-950\/40{background-color:#50072466}.group:focus-within .group-focus-within\:bg-pink-950\/50{background-color:#50072480}.group:focus-within .group-focus-within\:bg-pink-950\/60{background-color:#50072499}.group:focus-within .group-focus-within\:bg-pink-950\/70{background-color:#500724b3}.group:focus-within .group-focus-within\:bg-pink-950\/75{background-color:#500724bf}.group:focus-within .group-focus-within\:bg-pink-950\/80{background-color:#500724cc}.group:focus-within .group-focus-within\:bg-pink-950\/90{background-color:#500724e6}.group:focus-within .group-focus-within\:bg-rose-50{background-color:#fff1f2}.group:focus-within .group-focus-within\:bg-rose-50\/0{background-color:#fff1f200}.group:focus-within .group-focus-within\:bg-rose-50\/10{background-color:#fff1f21a}.group:focus-within .group-focus-within\:bg-rose-50\/20{background-color:#fff1f233}.group:focus-within .group-focus-within\:bg-rose-50\/30{background-color:#fff1f24d}.group:focus-within .group-focus-within\:bg-rose-50\/40{background-color:#fff1f266}.group:focus-within .group-focus-within\:bg-rose-50\/50{background-color:#fff1f280}.group:focus-within .group-focus-within\:bg-rose-50\/60{background-color:#fff1f299}.group:focus-within .group-focus-within\:bg-rose-50\/70{background-color:#fff1f2b3}.group:focus-within .group-focus-within\:bg-rose-50\/75{background-color:#fff1f2bf}.group:focus-within .group-focus-within\:bg-rose-50\/80{background-color:#fff1f2cc}.group:focus-within .group-focus-within\:bg-rose-50\/90{background-color:#fff1f2e6}.group:focus-within .group-focus-within\:bg-rose-100{background-color:#ffe4e6}.group:focus-within .group-focus-within\:bg-rose-100\/0{background-color:#ffe4e600}.group:focus-within .group-focus-within\:bg-rose-100\/10{background-color:#ffe4e61a}.group:focus-within .group-focus-within\:bg-rose-100\/20{background-color:#ffe4e633}.group:focus-within .group-focus-within\:bg-rose-100\/30{background-color:#ffe4e64d}.group:focus-within .group-focus-within\:bg-rose-100\/40{background-color:#ffe4e666}.group:focus-within .group-focus-within\:bg-rose-100\/50{background-color:#ffe4e680}.group:focus-within .group-focus-within\:bg-rose-100\/60{background-color:#ffe4e699}.group:focus-within .group-focus-within\:bg-rose-100\/70{background-color:#ffe4e6b3}.group:focus-within .group-focus-within\:bg-rose-100\/75{background-color:#ffe4e6bf}.group:focus-within .group-focus-within\:bg-rose-100\/80{background-color:#ffe4e6cc}.group:focus-within .group-focus-within\:bg-rose-100\/90{background-color:#ffe4e6e6}.group:focus-within .group-focus-within\:bg-rose-200{background-color:#fecdd3}.group:focus-within .group-focus-within\:bg-rose-200\/0{background-color:#fecdd300}.group:focus-within .group-focus-within\:bg-rose-200\/10{background-color:#fecdd31a}.group:focus-within .group-focus-within\:bg-rose-200\/20{background-color:#fecdd333}.group:focus-within .group-focus-within\:bg-rose-200\/30{background-color:#fecdd34d}.group:focus-within .group-focus-within\:bg-rose-200\/40{background-color:#fecdd366}.group:focus-within .group-focus-within\:bg-rose-200\/50{background-color:#fecdd380}.group:focus-within .group-focus-within\:bg-rose-200\/60{background-color:#fecdd399}.group:focus-within .group-focus-within\:bg-rose-200\/70{background-color:#fecdd3b3}.group:focus-within .group-focus-within\:bg-rose-200\/75{background-color:#fecdd3bf}.group:focus-within .group-focus-within\:bg-rose-200\/80{background-color:#fecdd3cc}.group:focus-within .group-focus-within\:bg-rose-200\/90{background-color:#fecdd3e6}.group:focus-within .group-focus-within\:bg-rose-300{background-color:#fda4af}.group:focus-within .group-focus-within\:bg-rose-300\/0{background-color:#fda4af00}.group:focus-within .group-focus-within\:bg-rose-300\/10{background-color:#fda4af1a}.group:focus-within .group-focus-within\:bg-rose-300\/20{background-color:#fda4af33}.group:focus-within .group-focus-within\:bg-rose-300\/30{background-color:#fda4af4d}.group:focus-within .group-focus-within\:bg-rose-300\/40{background-color:#fda4af66}.group:focus-within .group-focus-within\:bg-rose-300\/50{background-color:#fda4af80}.group:focus-within .group-focus-within\:bg-rose-300\/60{background-color:#fda4af99}.group:focus-within .group-focus-within\:bg-rose-300\/70{background-color:#fda4afb3}.group:focus-within .group-focus-within\:bg-rose-300\/75{background-color:#fda4afbf}.group:focus-within .group-focus-within\:bg-rose-300\/80{background-color:#fda4afcc}.group:focus-within .group-focus-within\:bg-rose-300\/90{background-color:#fda4afe6}.group:focus-within .group-focus-within\:bg-rose-400{background-color:#fb7185}.group:focus-within .group-focus-within\:bg-rose-400\/0{background-color:#fb718500}.group:focus-within .group-focus-within\:bg-rose-400\/10{background-color:#fb71851a}.group:focus-within .group-focus-within\:bg-rose-400\/20{background-color:#fb718533}.group:focus-within .group-focus-within\:bg-rose-400\/30{background-color:#fb71854d}.group:focus-within .group-focus-within\:bg-rose-400\/40{background-color:#fb718566}.group:focus-within .group-focus-within\:bg-rose-400\/50{background-color:#fb718580}.group:focus-within .group-focus-within\:bg-rose-400\/60{background-color:#fb718599}.group:focus-within .group-focus-within\:bg-rose-400\/70{background-color:#fb7185b3}.group:focus-within .group-focus-within\:bg-rose-400\/75{background-color:#fb7185bf}.group:focus-within .group-focus-within\:bg-rose-400\/80{background-color:#fb7185cc}.group:focus-within .group-focus-within\:bg-rose-400\/90{background-color:#fb7185e6}.group:focus-within .group-focus-within\:bg-rose-500{background-color:#f43f5e}.group:focus-within .group-focus-within\:bg-rose-500\/0{background-color:#f43f5e00}.group:focus-within .group-focus-within\:bg-rose-500\/10{background-color:#f43f5e1a}.group:focus-within .group-focus-within\:bg-rose-500\/20{background-color:#f43f5e33}.group:focus-within .group-focus-within\:bg-rose-500\/30{background-color:#f43f5e4d}.group:focus-within .group-focus-within\:bg-rose-500\/40{background-color:#f43f5e66}.group:focus-within .group-focus-within\:bg-rose-500\/50{background-color:#f43f5e80}.group:focus-within .group-focus-within\:bg-rose-500\/60{background-color:#f43f5e99}.group:focus-within .group-focus-within\:bg-rose-500\/70{background-color:#f43f5eb3}.group:focus-within .group-focus-within\:bg-rose-500\/75{background-color:#f43f5ebf}.group:focus-within .group-focus-within\:bg-rose-500\/80{background-color:#f43f5ecc}.group:focus-within .group-focus-within\:bg-rose-500\/90{background-color:#f43f5ee6}.group:focus-within .group-focus-within\:bg-rose-600{background-color:#e11d48}.group:focus-within .group-focus-within\:bg-rose-600\/0{background-color:#e11d4800}.group:focus-within .group-focus-within\:bg-rose-600\/10{background-color:#e11d481a}.group:focus-within .group-focus-within\:bg-rose-600\/20{background-color:#e11d4833}.group:focus-within .group-focus-within\:bg-rose-600\/30{background-color:#e11d484d}.group:focus-within .group-focus-within\:bg-rose-600\/40{background-color:#e11d4866}.group:focus-within .group-focus-within\:bg-rose-600\/50{background-color:#e11d4880}.group:focus-within .group-focus-within\:bg-rose-600\/60{background-color:#e11d4899}.group:focus-within .group-focus-within\:bg-rose-600\/70{background-color:#e11d48b3}.group:focus-within .group-focus-within\:bg-rose-600\/75{background-color:#e11d48bf}.group:focus-within .group-focus-within\:bg-rose-600\/80{background-color:#e11d48cc}.group:focus-within .group-focus-within\:bg-rose-600\/90{background-color:#e11d48e6}.group:focus-within .group-focus-within\:bg-rose-700{background-color:#be123c}.group:focus-within .group-focus-within\:bg-rose-700\/0{background-color:#be123c00}.group:focus-within .group-focus-within\:bg-rose-700\/10{background-color:#be123c1a}.group:focus-within .group-focus-within\:bg-rose-700\/20{background-color:#be123c33}.group:focus-within .group-focus-within\:bg-rose-700\/30{background-color:#be123c4d}.group:focus-within .group-focus-within\:bg-rose-700\/40{background-color:#be123c66}.group:focus-within .group-focus-within\:bg-rose-700\/50{background-color:#be123c80}.group:focus-within .group-focus-within\:bg-rose-700\/60{background-color:#be123c99}.group:focus-within .group-focus-within\:bg-rose-700\/70{background-color:#be123cb3}.group:focus-within .group-focus-within\:bg-rose-700\/75{background-color:#be123cbf}.group:focus-within .group-focus-within\:bg-rose-700\/80{background-color:#be123ccc}.group:focus-within .group-focus-within\:bg-rose-700\/90{background-color:#be123ce6}.group:focus-within .group-focus-within\:bg-rose-800{background-color:#9f1239}.group:focus-within .group-focus-within\:bg-rose-800\/0{background-color:#9f123900}.group:focus-within .group-focus-within\:bg-rose-800\/10{background-color:#9f12391a}.group:focus-within .group-focus-within\:bg-rose-800\/20{background-color:#9f123933}.group:focus-within .group-focus-within\:bg-rose-800\/30{background-color:#9f12394d}.group:focus-within .group-focus-within\:bg-rose-800\/40{background-color:#9f123966}.group:focus-within .group-focus-within\:bg-rose-800\/50{background-color:#9f123980}.group:focus-within .group-focus-within\:bg-rose-800\/60{background-color:#9f123999}.group:focus-within .group-focus-within\:bg-rose-800\/70{background-color:#9f1239b3}.group:focus-within .group-focus-within\:bg-rose-800\/75{background-color:#9f1239bf}.group:focus-within .group-focus-within\:bg-rose-800\/80{background-color:#9f1239cc}.group:focus-within .group-focus-within\:bg-rose-800\/90{background-color:#9f1239e6}.group:focus-within .group-focus-within\:bg-rose-900{background-color:#881337}.group:focus-within .group-focus-within\:bg-rose-900\/0{background-color:#88133700}.group:focus-within .group-focus-within\:bg-rose-900\/10{background-color:#8813371a}.group:focus-within .group-focus-within\:bg-rose-900\/20{background-color:#88133733}.group:focus-within .group-focus-within\:bg-rose-900\/30{background-color:#8813374d}.group:focus-within .group-focus-within\:bg-rose-900\/40{background-color:#88133766}.group:focus-within .group-focus-within\:bg-rose-900\/50{background-color:#88133780}.group:focus-within .group-focus-within\:bg-rose-900\/60{background-color:#88133799}.group:focus-within .group-focus-within\:bg-rose-900\/70{background-color:#881337b3}.group:focus-within .group-focus-within\:bg-rose-900\/75{background-color:#881337bf}.group:focus-within .group-focus-within\:bg-rose-900\/80{background-color:#881337cc}.group:focus-within .group-focus-within\:bg-rose-900\/90{background-color:#881337e6}.group:focus-within .group-focus-within\:bg-rose-950{background-color:#4c0519}.group:focus-within .group-focus-within\:bg-rose-950\/0{background-color:#4c051900}.group:focus-within .group-focus-within\:bg-rose-950\/10{background-color:#4c05191a}.group:focus-within .group-focus-within\:bg-rose-950\/20{background-color:#4c051933}.group:focus-within .group-focus-within\:bg-rose-950\/30{background-color:#4c05194d}.group:focus-within .group-focus-within\:bg-rose-950\/40{background-color:#4c051966}.group:focus-within .group-focus-within\:bg-rose-950\/50{background-color:#4c051980}.group:focus-within .group-focus-within\:bg-rose-950\/60{background-color:#4c051999}.group:focus-within .group-focus-within\:bg-rose-950\/70{background-color:#4c0519b3}.group:focus-within .group-focus-within\:bg-rose-950\/75{background-color:#4c0519bf}.group:focus-within .group-focus-within\:bg-rose-950\/80{background-color:#4c0519cc}.group:focus-within .group-focus-within\:bg-rose-950\/90{background-color:#4c0519e6}.group:focus-within .group-focus-within\:bg-primary{background-color:#3874ff}.group:focus-within .group-focus-within\:bg-primary-bold{background-color:#002660}.group:focus-within .group-focus-within\:bg-primary-hover{background-color:#003585}.group:focus-within .group-focus-within\:bg-primary-border{background-color:#156ef3}.group:focus-within .group-focus-within\:bg-primary-focus-lv1{background-color:#6492ff}.group:focus-within .group-focus-within\:bg-primary-focus-lv2{background-color:#c7ddff}.group:focus-within .group-focus-within\:bg-primary-bg-color{background-color:#f8fbff}.group:focus-within .group-focus-within\:bg-success{background-color:#00bd7e}.group:focus-within .group-focus-within\:bg-success-bold{background-color:#006c58}.group:focus-within .group-focus-within\:bg-success-hover{background-color:#008d5e}.group:focus-within .group-focus-within\:bg-success-border{background-color:#17e5a1}.group:focus-within .group-focus-within\:bg-success-focus-lv1{background-color:#a9fbe0}.group:focus-within .group-focus-within\:bg-success-bg-color{background-color:#ebfff8}.group:focus-within .group-focus-within\:bg-warning{background-color:#ffb41f}.group:focus-within .group-focus-within\:bg-warning-bold{background-color:#b77d09}.group:focus-within .group-focus-within\:bg-warning-hover{background-color:#e39f17}.group:focus-within .group-focus-within\:bg-warning-border{background-color:#f7c86a}.group:focus-within .group-focus-within\:bg-warning-focus-lv1{background-color:#fbe0a9}.group:focus-within .group-focus-within\:bg-warning-bg-color{background-color:#fff8eb}.group:focus-within .group-focus-within\:bg-danger{background-color:#b20000}.group:focus-within .group-focus-within\:bg-danger-bold{background-color:#920122}.group:focus-within .group-focus-within\:bg-danger-hover{background-color:#c60833}.group:focus-within .group-focus-within\:bg-danger-border{background-color:#f35370}.group:focus-within .group-focus-within\:bg-danger-focus-lv1{background-color:#fdabb9}.group:focus-within .group-focus-within\:bg-danger-bg-color{background-color:#fff1f4}.group:focus-within .group-focus-within\:bg-info{background-color:#2668cb}.group:focus-within .group-focus-within\:bg-info-bold{background-color:#023480}.group:focus-within .group-focus-within\:bg-info-hover{background-color:#0f4eae}.group:focus-within .group-focus-within\:bg-info-border{background-color:#679ef2}.group:focus-within .group-focus-within\:bg-info-focus-lv1{background-color:#c1d9fd}.group:focus-within .group-focus-within\:bg-info-bg-color{background-color:#f2f7ff}.group:focus-within .group-focus-within\:bg-neutral-100{background-color:#1a1a1a}.group:focus-within .group-focus-within\:bg-neutral-90{background-color:#424242}.group:focus-within .group-focus-within\:bg-neutral-80{background-color:#616161}.group:focus-within .group-focus-within\:bg-neutral-70{background-color:#757575}.group:focus-within .group-focus-within\:bg-neutral-60{background-color:#9e9e9e}.group:focus-within .group-focus-within\:bg-neutral-50{background-color:#c2c2c2}.group:focus-within .group-focus-within\:bg-neutral-40{background-color:#e0e0e0}.group:focus-within .group-focus-within\:bg-neutral-30{background-color:#ededed}.group:focus-within .group-focus-within\:bg-neutral-20{background-color:#f5f5f5}.group:focus-within .group-focus-within\:bg-base{background-color:#f5f7fa}.group:focus-within .group-focus-within\:bg-auto{background-size:auto}.group:focus-within .group-focus-within\:bg-cover{background-size:cover}.group:focus-within .group-focus-within\:bg-contain{background-size:contain}.group:focus-within .group-focus-within\:bg-repeat{background-repeat:repeat}.group:focus-within .group-focus-within\:bg-no-repeat{background-repeat:no-repeat}.group:focus-within .group-focus-within\:bg-repeat-x{background-repeat:repeat-x}.group:focus-within .group-focus-within\:bg-repeat-y{background-repeat:repeat-y}.group:focus-within .group-focus-within\:bg-repeat-round{background-repeat:round}.group:focus-within .group-focus-within\:bg-repeat-space{background-repeat:space}.group:focus-within .group-focus-within\:bg-bottom{background-position:bottom}.group:focus-within .group-focus-within\:bg-center{background-position:center}.group:focus-within .group-focus-within\:bg-left{background-position:left}.group:focus-within .group-focus-within\:bg-left-bottom{background-position:left bottom}.group:focus-within .group-focus-within\:bg-left-top{background-position:left top}.group:focus-within .group-focus-within\:bg-right{background-position:right}.group:focus-within .group-focus-within\:bg-right-bottom{background-position:right bottom}.group:focus-within .group-focus-within\:bg-right-top{background-position:right top}.group:focus-within .group-focus-within\:bg-top{background-position:top}.group:focus-within .group-focus-within\:bg-origin-border{background-origin:border-box}.group:focus-within .group-focus-within\:bg-origin-padding{background-origin:padding-box}.group:focus-within .group-focus-within\:bg-origin-content{background-origin:content-box}.group:focus-within .group-focus-within\:bg-bg-fixed{background-attachment:fixed}.group:focus-within .group-focus-within\:bg-bg-local{background-attachment:local}.group:focus-within .group-focus-within\:bg-bg-scroll{background-attachment:scroll}.group:focus-within .group-focus-within\:p-auto{padding:auto}.group:focus-within .group-focus-within\:pl-auto{padding-left:auto}.group:focus-within .group-focus-within\:pr-auto{padding-right:auto}.group:focus-within .group-focus-within\:px-auto{padding-right:auto;padding-left:auto}.group:focus-within .group-focus-within\:py-auto{padding-top:auto;padding-bottom:auto}.group:focus-within .group-focus-within\:pb-auto{padding-bottom:auto}.group:focus-within .group-focus-within\:pt-auto{padding-top:auto}.group:focus-within .group-focus-within\:p-0{padding:0}.group:focus-within .group-focus-within\:pl-0{padding-left:0}.group:focus-within .group-focus-within\:pr-0{padding-right:0}.group:focus-within .group-focus-within\:px-0{padding-right:0;padding-left:0}.group:focus-within .group-focus-within\:py-0{padding-top:0;padding-bottom:0}.group:focus-within .group-focus-within\:pb-0{padding-bottom:0}.group:focus-within .group-focus-within\:pt-0{padding-top:0}.group:focus-within .group-focus-within\:p-1{padding:.25rem}.group:focus-within .group-focus-within\:pl-1{padding-left:.25rem}.group:focus-within .group-focus-within\:pr-1{padding-right:.25rem}.group:focus-within .group-focus-within\:px-1{padding-right:.25rem;padding-left:.25rem}.group:focus-within .group-focus-within\:py-1{padding-top:.25rem;padding-bottom:.25rem}.group:focus-within .group-focus-within\:pb-1{padding-bottom:.25rem}.group:focus-within .group-focus-within\:pt-1{padding-top:.25rem}.group:focus-within .group-focus-within\:p-2{padding:.5rem}.group:focus-within .group-focus-within\:pl-2{padding-left:.5rem}.group:focus-within .group-focus-within\:pr-2{padding-right:.5rem}.group:focus-within .group-focus-within\:px-2{padding-right:.5rem;padding-left:.5rem}.group:focus-within .group-focus-within\:py-2{padding-top:.5rem;padding-bottom:.5rem}.group:focus-within .group-focus-within\:pb-2{padding-bottom:.5rem}.group:focus-within .group-focus-within\:pt-2{padding-top:.5rem}.group:focus-within .group-focus-within\:p-3{padding:.75rem}.group:focus-within .group-focus-within\:pl-3{padding-left:.75rem}.group:focus-within .group-focus-within\:pr-3{padding-right:.75rem}.group:focus-within .group-focus-within\:px-3{padding-right:.75rem;padding-left:.75rem}.group:focus-within .group-focus-within\:py-3{padding-top:.75rem;padding-bottom:.75rem}.group:focus-within .group-focus-within\:pb-3{padding-bottom:.75rem}.group:focus-within .group-focus-within\:pt-3{padding-top:.75rem}.group:focus-within .group-focus-within\:p-4{padding:1rem}.group:focus-within .group-focus-within\:pl-4{padding-left:1rem}.group:focus-within .group-focus-within\:pr-4{padding-right:1rem}.group:focus-within .group-focus-within\:px-4{padding-right:1rem;padding-left:1rem}.group:focus-within .group-focus-within\:py-4{padding-top:1rem;padding-bottom:1rem}.group:focus-within .group-focus-within\:pb-4{padding-bottom:1rem}.group:focus-within .group-focus-within\:pt-4{padding-top:1rem}.group:focus-within .group-focus-within\:p-5{padding:1.25rem}.group:focus-within .group-focus-within\:pl-5{padding-left:1.25rem}.group:focus-within .group-focus-within\:pr-5{padding-right:1.25rem}.group:focus-within .group-focus-within\:px-5{padding-right:1.25rem;padding-left:1.25rem}.group:focus-within .group-focus-within\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.group:focus-within .group-focus-within\:pb-5{padding-bottom:1.25rem}.group:focus-within .group-focus-within\:pt-5{padding-top:1.25rem}.group:focus-within .group-focus-within\:p-6{padding:1.5rem}.group:focus-within .group-focus-within\:pl-6{padding-left:1.5rem}.group:focus-within .group-focus-within\:pr-6{padding-right:1.5rem}.group:focus-within .group-focus-within\:px-6{padding-right:1.5rem;padding-left:1.5rem}.group:focus-within .group-focus-within\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.group:focus-within .group-focus-within\:pb-6{padding-bottom:1.5rem}.group:focus-within .group-focus-within\:pt-6{padding-top:1.5rem}.group:focus-within .group-focus-within\:p-7{padding:1.75rem}.group:focus-within .group-focus-within\:pl-7{padding-left:1.75rem}.group:focus-within .group-focus-within\:pr-7{padding-right:1.75rem}.group:focus-within .group-focus-within\:px-7{padding-right:1.75rem;padding-left:1.75rem}.group:focus-within .group-focus-within\:py-7{padding-top:1.75rem;padding-bottom:1.75rem}.group:focus-within .group-focus-within\:pb-7{padding-bottom:1.75rem}.group:focus-within .group-focus-within\:pt-7{padding-top:1.75rem}.group:focus-within .group-focus-within\:p-8{padding:2rem}.group:focus-within .group-focus-within\:pl-8{padding-left:2rem}.group:focus-within .group-focus-within\:pr-8{padding-right:2rem}.group:focus-within .group-focus-within\:px-8{padding-right:2rem;padding-left:2rem}.group:focus-within .group-focus-within\:py-8{padding-top:2rem;padding-bottom:2rem}.group:focus-within .group-focus-within\:pb-8{padding-bottom:2rem}.group:focus-within .group-focus-within\:pt-8{padding-top:2rem}.group:focus-within .group-focus-within\:p-9{padding:2.25rem}.group:focus-within .group-focus-within\:pl-9{padding-left:2.25rem}.group:focus-within .group-focus-within\:pr-9{padding-right:2.25rem}.group:focus-within .group-focus-within\:px-9{padding-right:2.25rem;padding-left:2.25rem}.group:focus-within .group-focus-within\:py-9{padding-top:2.25rem;padding-bottom:2.25rem}.group:focus-within .group-focus-within\:pb-9{padding-bottom:2.25rem}.group:focus-within .group-focus-within\:pt-9{padding-top:2.25rem}.group:focus-within .group-focus-within\:p-10{padding:2.5rem}.group:focus-within .group-focus-within\:pl-10{padding-left:2.5rem}.group:focus-within .group-focus-within\:pr-10{padding-right:2.5rem}.group:focus-within .group-focus-within\:px-10{padding-right:2.5rem;padding-left:2.5rem}.group:focus-within .group-focus-within\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.group:focus-within .group-focus-within\:pb-10{padding-bottom:2.5rem}.group:focus-within .group-focus-within\:pt-10{padding-top:2.5rem}.group:focus-within .group-focus-within\:p-11{padding:2.75rem}.group:focus-within .group-focus-within\:pl-11{padding-left:2.75rem}.group:focus-within .group-focus-within\:pr-11{padding-right:2.75rem}.group:focus-within .group-focus-within\:px-11{padding-right:2.75rem;padding-left:2.75rem}.group:focus-within .group-focus-within\:py-11{padding-top:2.75rem;padding-bottom:2.75rem}.group:focus-within .group-focus-within\:pb-11{padding-bottom:2.75rem}.group:focus-within .group-focus-within\:pt-11{padding-top:2.75rem}.group:focus-within .group-focus-within\:p-12{padding:3rem}.group:focus-within .group-focus-within\:pl-12{padding-left:3rem}.group:focus-within .group-focus-within\:pr-12{padding-right:3rem}.group:focus-within .group-focus-within\:px-12{padding-right:3rem;padding-left:3rem}.group:focus-within .group-focus-within\:py-12{padding-top:3rem;padding-bottom:3rem}.group:focus-within .group-focus-within\:pb-12{padding-bottom:3rem}.group:focus-within .group-focus-within\:pt-12{padding-top:3rem}.group:focus-within .group-focus-within\:p-14{padding:3.5rem}.group:focus-within .group-focus-within\:pl-14{padding-left:3.5rem}.group:focus-within .group-focus-within\:pr-14{padding-right:3.5rem}.group:focus-within .group-focus-within\:px-14{padding-right:3.5rem;padding-left:3.5rem}.group:focus-within .group-focus-within\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}.group:focus-within .group-focus-within\:pb-14{padding-bottom:3.5rem}.group:focus-within .group-focus-within\:pt-14{padding-top:3.5rem}.group:focus-within .group-focus-within\:p-16{padding:4rem}.group:focus-within .group-focus-within\:pl-16{padding-left:4rem}.group:focus-within .group-focus-within\:pr-16{padding-right:4rem}.group:focus-within .group-focus-within\:px-16{padding-right:4rem;padding-left:4rem}.group:focus-within .group-focus-within\:py-16{padding-top:4rem;padding-bottom:4rem}.group:focus-within .group-focus-within\:pb-16{padding-bottom:4rem}.group:focus-within .group-focus-within\:pt-16{padding-top:4rem}.group:focus-within .group-focus-within\:p-20{padding:5rem}.group:focus-within .group-focus-within\:pl-20{padding-left:5rem}.group:focus-within .group-focus-within\:pr-20{padding-right:5rem}.group:focus-within .group-focus-within\:px-20{padding-right:5rem;padding-left:5rem}.group:focus-within .group-focus-within\:py-20{padding-top:5rem;padding-bottom:5rem}.group:focus-within .group-focus-within\:pb-20{padding-bottom:5rem}.group:focus-within .group-focus-within\:pt-20{padding-top:5rem}.group:focus-within .group-focus-within\:p-24{padding:6rem}.group:focus-within .group-focus-within\:pl-24{padding-left:6rem}.group:focus-within .group-focus-within\:pr-24{padding-right:6rem}.group:focus-within .group-focus-within\:px-24{padding-right:6rem;padding-left:6rem}.group:focus-within .group-focus-within\:py-24{padding-top:6rem;padding-bottom:6rem}.group:focus-within .group-focus-within\:pb-24{padding-bottom:6rem}.group:focus-within .group-focus-within\:pt-24{padding-top:6rem}.group:focus-within .group-focus-within\:p-28{padding:7rem}.group:focus-within .group-focus-within\:pl-28{padding-left:7rem}.group:focus-within .group-focus-within\:pr-28{padding-right:7rem}.group:focus-within .group-focus-within\:px-28{padding-right:7rem;padding-left:7rem}.group:focus-within .group-focus-within\:py-28{padding-top:7rem;padding-bottom:7rem}.group:focus-within .group-focus-within\:pb-28{padding-bottom:7rem}.group:focus-within .group-focus-within\:pt-28{padding-top:7rem}.group:focus-within .group-focus-within\:p-32{padding:8rem}.group:focus-within .group-focus-within\:pl-32{padding-left:8rem}.group:focus-within .group-focus-within\:pr-32{padding-right:8rem}.group:focus-within .group-focus-within\:px-32{padding-right:8rem;padding-left:8rem}.group:focus-within .group-focus-within\:py-32{padding-top:8rem;padding-bottom:8rem}.group:focus-within .group-focus-within\:pb-32{padding-bottom:8rem}.group:focus-within .group-focus-within\:pt-32{padding-top:8rem}.group:focus-within .group-focus-within\:p-36{padding:9rem}.group:focus-within .group-focus-within\:pl-36{padding-left:9rem}.group:focus-within .group-focus-within\:pr-36{padding-right:9rem}.group:focus-within .group-focus-within\:px-36{padding-right:9rem;padding-left:9rem}.group:focus-within .group-focus-within\:py-36{padding-top:9rem;padding-bottom:9rem}.group:focus-within .group-focus-within\:pb-36{padding-bottom:9rem}.group:focus-within .group-focus-within\:pt-36{padding-top:9rem}.group:focus-within .group-focus-within\:p-40{padding:10rem}.group:focus-within .group-focus-within\:pl-40{padding-left:10rem}.group:focus-within .group-focus-within\:pr-40{padding-right:10rem}.group:focus-within .group-focus-within\:px-40{padding-right:10rem;padding-left:10rem}.group:focus-within .group-focus-within\:py-40{padding-top:10rem;padding-bottom:10rem}.group:focus-within .group-focus-within\:pb-40{padding-bottom:10rem}.group:focus-within .group-focus-within\:pt-40{padding-top:10rem}.group:focus-within .group-focus-within\:p-44{padding:11rem}.group:focus-within .group-focus-within\:pl-44{padding-left:11rem}.group:focus-within .group-focus-within\:pr-44{padding-right:11rem}.group:focus-within .group-focus-within\:px-44{padding-right:11rem;padding-left:11rem}.group:focus-within .group-focus-within\:py-44{padding-top:11rem;padding-bottom:11rem}.group:focus-within .group-focus-within\:pb-44{padding-bottom:11rem}.group:focus-within .group-focus-within\:pt-44{padding-top:11rem}.group:focus-within .group-focus-within\:p-48{padding:12rem}.group:focus-within .group-focus-within\:pl-48{padding-left:12rem}.group:focus-within .group-focus-within\:pr-48{padding-right:12rem}.group:focus-within .group-focus-within\:px-48{padding-right:12rem;padding-left:12rem}.group:focus-within .group-focus-within\:py-48{padding-top:12rem;padding-bottom:12rem}.group:focus-within .group-focus-within\:pb-48{padding-bottom:12rem}.group:focus-within .group-focus-within\:pt-48{padding-top:12rem}.group:focus-within .group-focus-within\:p-52{padding:13rem}.group:focus-within .group-focus-within\:pl-52{padding-left:13rem}.group:focus-within .group-focus-within\:pr-52{padding-right:13rem}.group:focus-within .group-focus-within\:px-52{padding-right:13rem;padding-left:13rem}.group:focus-within .group-focus-within\:py-52{padding-top:13rem;padding-bottom:13rem}.group:focus-within .group-focus-within\:pb-52{padding-bottom:13rem}.group:focus-within .group-focus-within\:pt-52{padding-top:13rem}.group:focus-within .group-focus-within\:p-56{padding:14rem}.group:focus-within .group-focus-within\:pl-56{padding-left:14rem}.group:focus-within .group-focus-within\:pr-56{padding-right:14rem}.group:focus-within .group-focus-within\:px-56{padding-right:14rem;padding-left:14rem}.group:focus-within .group-focus-within\:py-56{padding-top:14rem;padding-bottom:14rem}.group:focus-within .group-focus-within\:pb-56{padding-bottom:14rem}.group:focus-within .group-focus-within\:pt-56{padding-top:14rem}.group:focus-within .group-focus-within\:p-60{padding:15rem}.group:focus-within .group-focus-within\:pl-60{padding-left:15rem}.group:focus-within .group-focus-within\:pr-60{padding-right:15rem}.group:focus-within .group-focus-within\:px-60{padding-right:15rem;padding-left:15rem}.group:focus-within .group-focus-within\:py-60{padding-top:15rem;padding-bottom:15rem}.group:focus-within .group-focus-within\:pb-60{padding-bottom:15rem}.group:focus-within .group-focus-within\:pt-60{padding-top:15rem}.group:focus-within .group-focus-within\:p-64{padding:16rem}.group:focus-within .group-focus-within\:pl-64{padding-left:16rem}.group:focus-within .group-focus-within\:pr-64{padding-right:16rem}.group:focus-within .group-focus-within\:px-64{padding-right:16rem;padding-left:16rem}.group:focus-within .group-focus-within\:py-64{padding-top:16rem;padding-bottom:16rem}.group:focus-within .group-focus-within\:pb-64{padding-bottom:16rem}.group:focus-within .group-focus-within\:pt-64{padding-top:16rem}.group:focus-within .group-focus-within\:p-72{padding:18rem}.group:focus-within .group-focus-within\:pl-72{padding-left:18rem}.group:focus-within .group-focus-within\:pr-72{padding-right:18rem}.group:focus-within .group-focus-within\:px-72{padding-right:18rem;padding-left:18rem}.group:focus-within .group-focus-within\:py-72{padding-top:18rem;padding-bottom:18rem}.group:focus-within .group-focus-within\:pb-72{padding-bottom:18rem}.group:focus-within .group-focus-within\:pt-72{padding-top:18rem}.group:focus-within .group-focus-within\:p-80{padding:20rem}.group:focus-within .group-focus-within\:pl-80{padding-left:20rem}.group:focus-within .group-focus-within\:pr-80{padding-right:20rem}.group:focus-within .group-focus-within\:px-80{padding-right:20rem;padding-left:20rem}.group:focus-within .group-focus-within\:py-80{padding-top:20rem;padding-bottom:20rem}.group:focus-within .group-focus-within\:pb-80{padding-bottom:20rem}.group:focus-within .group-focus-within\:pt-80{padding-top:20rem}.group:focus-within .group-focus-within\:p-96{padding:24rem}.group:focus-within .group-focus-within\:pl-96{padding-left:24rem}.group:focus-within .group-focus-within\:pr-96{padding-right:24rem}.group:focus-within .group-focus-within\:px-96{padding-right:24rem;padding-left:24rem}.group:focus-within .group-focus-within\:py-96{padding-top:24rem;padding-bottom:24rem}.group:focus-within .group-focus-within\:pb-96{padding-bottom:24rem}.group:focus-within .group-focus-within\:pt-96{padding-top:24rem}.group:focus-within .group-focus-within\:flex-1{flex:1 1 0%}.group:focus-within .group-focus-within\:flex-column{flex-direction:column}.group:focus-within .group-focus-within\:flex-row{flex-direction:row}.group:focus-within .group-focus-within\:flex-wrap{flex-wrap:wrap}.group:focus-within .group-focus-within\:flex-wrap-reverse{flex-wrap:wrap-reverse}.group:focus-within .group-focus-within\:flex-nowrap{flex-wrap:nowrap}.group:focus-within .group-focus-within\:w-0{width:0px}.group:focus-within .group-focus-within\:w-px{width:1px}.group:focus-within .group-focus-within\:w-1{width:.25rem}.group:focus-within .group-focus-within\:w-2{width:.5rem}.group:focus-within .group-focus-within\:w-3{width:.75rem}.group:focus-within .group-focus-within\:w-4{width:1rem}.group:focus-within .group-focus-within\:w-5{width:1.25rem}.group:focus-within .group-focus-within\:w-6{width:1.5rem}.group:focus-within .group-focus-within\:w-7{width:1.75rem}.group:focus-within .group-focus-within\:w-8{width:2rem}.group:focus-within .group-focus-within\:w-9{width:2.25rem}.group:focus-within .group-focus-within\:w-10{width:2.5rem}.group:focus-within .group-focus-within\:w-11{width:2.75rem}.group:focus-within .group-focus-within\:w-12{width:3rem}.group:focus-within .group-focus-within\:w-14{width:3.5rem}.group:focus-within .group-focus-within\:w-16{width:4rem}.group:focus-within .group-focus-within\:w-20{width:5rem}.group:focus-within .group-focus-within\:w-24{width:6rem}.group:focus-within .group-focus-within\:w-28{width:7rem}.group:focus-within .group-focus-within\:w-32{width:8rem}.group:focus-within .group-focus-within\:w-36{width:9rem}.group:focus-within .group-focus-within\:w-40{width:10rem}.group:focus-within .group-focus-within\:w-44{width:11rem}.group:focus-within .group-focus-within\:w-48{width:12rem}.group:focus-within .group-focus-within\:w-52{width:13rem}.group:focus-within .group-focus-within\:w-56{width:14rem}.group:focus-within .group-focus-within\:w-60{width:15rem}.group:focus-within .group-focus-within\:w-64{width:16rem}.group:focus-within .group-focus-within\:w-72{width:18rem}.group:focus-within .group-focus-within\:w-80{width:20rem}.group:focus-within .group-focus-within\:w-96{width:24rem}.group:focus-within .group-focus-within\:w-auto{width:auto}.group:focus-within .group-focus-within\:w-full{width:100%}.group:focus-within .group-focus-within\:w-screen{width:100vw}.group:focus-within .group-focus-within\:w-min{width:min-content}.group:focus-within .group-focus-within\:w-max{width:max-content}.group:focus-within .group-focus-within\:w-fit{width:fit-content}.group:focus-within .group-focus-within\:h-0{height:0px}.group:focus-within .group-focus-within\:h-px{height:1px}.group:focus-within .group-focus-within\:h-1{height:.25rem}.group:focus-within .group-focus-within\:h-2{height:.5rem}.group:focus-within .group-focus-within\:h-3{height:.75rem}.group:focus-within .group-focus-within\:h-4{height:1rem}.group:focus-within .group-focus-within\:h-5{height:1.25rem}.group:focus-within .group-focus-within\:h-6{height:1.5rem}.group:focus-within .group-focus-within\:h-7{height:1.75rem}.group:focus-within .group-focus-within\:h-8{height:2rem}.group:focus-within .group-focus-within\:h-9{height:2.25rem}.group:focus-within .group-focus-within\:h-10{height:2.5rem}.group:focus-within .group-focus-within\:h-11{height:2.75rem}.group:focus-within .group-focus-within\:h-12{height:3rem}.group:focus-within .group-focus-within\:h-14{height:3.5rem}.group:focus-within .group-focus-within\:h-16{height:4rem}.group:focus-within .group-focus-within\:h-20{height:5rem}.group:focus-within .group-focus-within\:h-24{height:6rem}.group:focus-within .group-focus-within\:h-28{height:7rem}.group:focus-within .group-focus-within\:h-32{height:8rem}.group:focus-within .group-focus-within\:h-36{height:9rem}.group:focus-within .group-focus-within\:h-40{height:10rem}.group:focus-within .group-focus-within\:h-44{height:11rem}.group:focus-within .group-focus-within\:h-48{height:12rem}.group:focus-within .group-focus-within\:h-52{height:13rem}.group:focus-within .group-focus-within\:h-56{height:14rem}.group:focus-within .group-focus-within\:h-60{height:15rem}.group:focus-within .group-focus-within\:h-64{height:16rem}.group:focus-within .group-focus-within\:h-72{height:18rem}.group:focus-within .group-focus-within\:h-80{height:20rem}.group:focus-within .group-focus-within\:h-96{height:24rem}.group:focus-within .group-focus-within\:h-auto{height:auto}.group:focus-within .group-focus-within\:h-full{height:100%}.group:focus-within .group-focus-within\:h-screen{height:100vh}.group:focus-within .group-focus-within\:h-min{height:min-content}.group:focus-within .group-focus-within\:h-max{height:max-content}.group:focus-within .group-focus-within\:h-fit{height:fit-content}.group:focus-within .group-focus-within\:border{border-width:1px}.group:focus-within .group-focus-within\:border-b{border:0px;border-bottom:1px}.group:focus-within .group-focus-within\:border-b-0{border:0px;border-bottom:1px;border-bottom-width:0px}.group:focus-within .group-focus-within\:border-b-2{border:0px;border-bottom:1px;border-bottom-width:2px}.group:focus-within .group-focus-within\:border-b-4{border:0px;border-bottom:1px;border-bottom-width:4px}.group:focus-within .group-focus-within\:border-b-8{border:0px;border-bottom:1px;border-bottom-width:8px}.group:focus-within .group-focus-within\:border-t{border:0px;border-top:1px}.group:focus-within .group-focus-within\:border-t-0{border:0px;border-top:1px;border-top-width:0px}.group:focus-within .group-focus-within\:border-t-2{border:0px;border-top:1px;border-top-width:2px}.group:focus-within .group-focus-within\:border-t-4{border:0px;border-top:1px;border-top-width:4px}.group:focus-within .group-focus-within\:border-t-8{border:0px;border-top:1px;border-top-width:8px}.group:focus-within .group-focus-within\:border-r{border:0px;border-right:1px solid}.group:focus-within .group-focus-within\:border-r-0{border:0px;border-right-width:0px}.group:focus-within .group-focus-within\:border-r-2{border:0px;border-right-width:2px}.group:focus-within .group-focus-within\:border-r-4{border:0px;border-right-width:4px}.group:focus-within .group-focus-within\:border-r-8{border:0px;border-right-width:8px}.group:focus-within .group-focus-within\:border-l{border:0px;border-left:1px}.group:focus-within .group-focus-within\:border-l-0{border:0px;border-left:1px;border-left-width:0px}.group:focus-within .group-focus-within\:border-l-2{border:0px;border-left:1px;border-left-width:2px}.group:focus-within .group-focus-within\:border-l-4{border:0px;border-left:1px;border-left-width:4px}.group:focus-within .group-focus-within\:border-l-8{border:0px;border-left:1px;border-left-width:8px}.group:focus-within .group-focus-within\:border-0{border-width:0px}.group:focus-within .group-focus-within\:border-2{border-width:2px}.group:focus-within .group-focus-within\:border-4{border-width:4px}.group:focus-within .group-focus-within\:border-8{border-width:8px}.group:focus-within .group-focus-within\:border-none{border-style:none}.group:focus-within .group-focus-within\:border-solid{border-style:solid}.group:focus-within .group-focus-within\:border-dashed{border-style:dashed}.group:focus-within .group-focus-within\:border-dotted{border-style:dotted}.group:focus-within .group-focus-within\:border-double{border-style:double}.group:focus-within .group-focus-within\:border-groove{border-style:groove}.group:focus-within .group-focus-within\:border-ridge{border-style:ridge}.group:focus-within .group-focus-within\:border-inset{border-style:inset}.group:focus-within .group-focus-within\:border-outset{border-style:outset}.group:focus-within .group-focus-within\:border-transparent{border-color:transparent}.group:focus-within .group-focus-within\:border-black{border-color:#000}.group:focus-within .group-focus-within\:border-white{border-color:#fff}.group:focus-within .group-focus-within\:border-slate-50{border-color:#f8fafc}.group:focus-within .group-focus-within\:border-slate-100{border-color:#f1f5f9}.group:focus-within .group-focus-within\:border-slate-200{border-color:#e2e8f0}.group:focus-within .group-focus-within\:border-slate-300{border-color:#cbd5e1}.group:focus-within .group-focus-within\:border-slate-400{border-color:#94a3b8}.group:focus-within .group-focus-within\:border-slate-500{border-color:#64748b}.group:focus-within .group-focus-within\:border-slate-600{border-color:#475569}.group:focus-within .group-focus-within\:border-slate-700{border-color:#334155}.group:focus-within .group-focus-within\:border-slate-800{border-color:#1e293b}.group:focus-within .group-focus-within\:border-slate-900{border-color:#0f172a}.group:focus-within .group-focus-within\:border-slate-950{border-color:#020617}.group:focus-within .group-focus-within\:border-gray-50{border-color:#f9fafb}.group:focus-within .group-focus-within\:border-gray-100{border-color:#f3f4f6}.group:focus-within .group-focus-within\:border-gray-200{border-color:#e5e7eb}.group:focus-within .group-focus-within\:border-gray-300{border-color:#d1d5db}.group:focus-within .group-focus-within\:border-gray-400{border-color:#9ca3af}.group:focus-within .group-focus-within\:border-gray-500{border-color:#6b7280}.group:focus-within .group-focus-within\:border-gray-600{border-color:#4b5563}.group:focus-within .group-focus-within\:border-gray-700{border-color:#374151}.group:focus-within .group-focus-within\:border-gray-800{border-color:#1f2937}.group:focus-within .group-focus-within\:border-gray-900{border-color:#111827}.group:focus-within .group-focus-within\:border-gray-950{border-color:#030712}.group:focus-within .group-focus-within\:border-zinc-50{border-color:#fafafa}.group:focus-within .group-focus-within\:border-zinc-100{border-color:#f4f4f5}.group:focus-within .group-focus-within\:border-zinc-200{border-color:#e4e4e7}.group:focus-within .group-focus-within\:border-zinc-300{border-color:#d4d4d8}.group:focus-within .group-focus-within\:border-zinc-400{border-color:#a1a1aa}.group:focus-within .group-focus-within\:border-zinc-500{border-color:#71717a}.group:focus-within .group-focus-within\:border-zinc-600{border-color:#52525b}.group:focus-within .group-focus-within\:border-zinc-700{border-color:#3f3f46}.group:focus-within .group-focus-within\:border-zinc-800{border-color:#27272a}.group:focus-within .group-focus-within\:border-zinc-900{border-color:#18181b}.group:focus-within .group-focus-within\:border-zinc-950{border-color:#09090b}.group:focus-within .group-focus-within\:border-neutral-50{border-color:#fafafa}.group:focus-within .group-focus-within\:border-neutral-100{border-color:#f5f5f5}.group:focus-within .group-focus-within\:border-neutral-200{border-color:#e5e5e5}.group:focus-within .group-focus-within\:border-neutral-300{border-color:#d4d4d4}.group:focus-within .group-focus-within\:border-neutral-400{border-color:#a3a3a3}.group:focus-within .group-focus-within\:border-neutral-500{border-color:#737373}.group:focus-within .group-focus-within\:border-neutral-600{border-color:#525252}.group:focus-within .group-focus-within\:border-neutral-700{border-color:#404040}.group:focus-within .group-focus-within\:border-neutral-800{border-color:#262626}.group:focus-within .group-focus-within\:border-neutral-900{border-color:#171717}.group:focus-within .group-focus-within\:border-neutral-950{border-color:#0a0a0a}.group:focus-within .group-focus-within\:border-stone-50{border-color:#fafaf9}.group:focus-within .group-focus-within\:border-stone-100{border-color:#f5f5f4}.group:focus-within .group-focus-within\:border-stone-200{border-color:#e7e5e4}.group:focus-within .group-focus-within\:border-stone-300{border-color:#d6d3d1}.group:focus-within .group-focus-within\:border-stone-400{border-color:#a8a29e}.group:focus-within .group-focus-within\:border-stone-500{border-color:#78716c}.group:focus-within .group-focus-within\:border-stone-600{border-color:#57534e}.group:focus-within .group-focus-within\:border-stone-700{border-color:#44403c}.group:focus-within .group-focus-within\:border-stone-800{border-color:#292524}.group:focus-within .group-focus-within\:border-stone-900{border-color:#1c1917}.group:focus-within .group-focus-within\:border-stone-950{border-color:#0c0a09}.group:focus-within .group-focus-within\:border-red-50{border-color:#fef2f2}.group:focus-within .group-focus-within\:border-red-100{border-color:#fee2e2}.group:focus-within .group-focus-within\:border-red-200{border-color:#fecaca}.group:focus-within .group-focus-within\:border-red-300{border-color:#fca5a5}.group:focus-within .group-focus-within\:border-red-400{border-color:#f87171}.group:focus-within .group-focus-within\:border-red-500{border-color:#ef4444}.group:focus-within .group-focus-within\:border-red-600{border-color:#dc2626}.group:focus-within .group-focus-within\:border-red-700{border-color:#b91c1c}.group:focus-within .group-focus-within\:border-red-800{border-color:#991b1b}.group:focus-within .group-focus-within\:border-red-900{border-color:#7f1d1d}.group:focus-within .group-focus-within\:border-red-950{border-color:#450a0a}.group:focus-within .group-focus-within\:border-orange-50{border-color:#fff7ed}.group:focus-within .group-focus-within\:border-orange-100{border-color:#ffedd5}.group:focus-within .group-focus-within\:border-orange-200{border-color:#fed7aa}.group:focus-within .group-focus-within\:border-orange-300{border-color:#fdba74}.group:focus-within .group-focus-within\:border-orange-400{border-color:#fb923c}.group:focus-within .group-focus-within\:border-orange-500{border-color:#f97316}.group:focus-within .group-focus-within\:border-orange-600{border-color:#ea580c}.group:focus-within .group-focus-within\:border-orange-700{border-color:#c2410c}.group:focus-within .group-focus-within\:border-orange-800{border-color:#9a3412}.group:focus-within .group-focus-within\:border-orange-900{border-color:#7c2d12}.group:focus-within .group-focus-within\:border-orange-950{border-color:#431407}.group:focus-within .group-focus-within\:border-amber-50{border-color:#fffbeb}.group:focus-within .group-focus-within\:border-amber-100{border-color:#fef3c7}.group:focus-within .group-focus-within\:border-amber-200{border-color:#fde68a}.group:focus-within .group-focus-within\:border-amber-300{border-color:#fcd34d}.group:focus-within .group-focus-within\:border-amber-400{border-color:#fbbf24}.group:focus-within .group-focus-within\:border-amber-500{border-color:#f59e0b}.group:focus-within .group-focus-within\:border-amber-600{border-color:#d97706}.group:focus-within .group-focus-within\:border-amber-700{border-color:#b45309}.group:focus-within .group-focus-within\:border-amber-800{border-color:#92400e}.group:focus-within .group-focus-within\:border-amber-900{border-color:#78350f}.group:focus-within .group-focus-within\:border-amber-950{border-color:#451a03}.group:focus-within .group-focus-within\:border-yellow-50{border-color:#fefce8}.group:focus-within .group-focus-within\:border-yellow-100{border-color:#fef9c3}.group:focus-within .group-focus-within\:border-yellow-200{border-color:#fef08a}.group:focus-within .group-focus-within\:border-yellow-300{border-color:#fde047}.group:focus-within .group-focus-within\:border-yellow-400{border-color:#facc15}.group:focus-within .group-focus-within\:border-yellow-500{border-color:#eab308}.group:focus-within .group-focus-within\:border-yellow-600{border-color:#ca8a04}.group:focus-within .group-focus-within\:border-yellow-700{border-color:#a16207}.group:focus-within .group-focus-within\:border-yellow-800{border-color:#854d0e}.group:focus-within .group-focus-within\:border-yellow-900{border-color:#713f12}.group:focus-within .group-focus-within\:border-yellow-950{border-color:#422006}.group:focus-within .group-focus-within\:border-lime-50{border-color:#f7fee7}.group:focus-within .group-focus-within\:border-lime-100{border-color:#ecfccb}.group:focus-within .group-focus-within\:border-lime-200{border-color:#d9f99d}.group:focus-within .group-focus-within\:border-lime-300{border-color:#bef264}.group:focus-within .group-focus-within\:border-lime-400{border-color:#a3e635}.group:focus-within .group-focus-within\:border-lime-500{border-color:#84cc16}.group:focus-within .group-focus-within\:border-lime-600{border-color:#65a30d}.group:focus-within .group-focus-within\:border-lime-700{border-color:#4d7c0f}.group:focus-within .group-focus-within\:border-lime-800{border-color:#3f6212}.group:focus-within .group-focus-within\:border-lime-900{border-color:#365314}.group:focus-within .group-focus-within\:border-lime-950{border-color:#1a2e05}.group:focus-within .group-focus-within\:border-green-50{border-color:#f0fdf4}.group:focus-within .group-focus-within\:border-green-100{border-color:#dcfce7}.group:focus-within .group-focus-within\:border-green-200{border-color:#bbf7d0}.group:focus-within .group-focus-within\:border-green-300{border-color:#86efac}.group:focus-within .group-focus-within\:border-green-400{border-color:#4ade80}.group:focus-within .group-focus-within\:border-green-500{border-color:#22c55e}.group:focus-within .group-focus-within\:border-green-600{border-color:#16a34a}.group:focus-within .group-focus-within\:border-green-700{border-color:#15803d}.group:focus-within .group-focus-within\:border-green-800{border-color:#166534}.group:focus-within .group-focus-within\:border-green-900{border-color:#14532d}.group:focus-within .group-focus-within\:border-green-950{border-color:#052e16}.group:focus-within .group-focus-within\:border-emerald-50{border-color:#ecfdf5}.group:focus-within .group-focus-within\:border-emerald-100{border-color:#d1fae5}.group:focus-within .group-focus-within\:border-emerald-200{border-color:#a7f3d0}.group:focus-within .group-focus-within\:border-emerald-300{border-color:#6ee7b7}.group:focus-within .group-focus-within\:border-emerald-400{border-color:#34d399}.group:focus-within .group-focus-within\:border-emerald-500{border-color:#10b981}.group:focus-within .group-focus-within\:border-emerald-600{border-color:#059669}.group:focus-within .group-focus-within\:border-emerald-700{border-color:#047857}.group:focus-within .group-focus-within\:border-emerald-800{border-color:#065f46}.group:focus-within .group-focus-within\:border-emerald-900{border-color:#064e3b}.group:focus-within .group-focus-within\:border-emerald-950{border-color:#022c22}.group:focus-within .group-focus-within\:border-teal-50{border-color:#f0fdfa}.group:focus-within .group-focus-within\:border-teal-100{border-color:#ccfbf1}.group:focus-within .group-focus-within\:border-teal-200{border-color:#99f6e4}.group:focus-within .group-focus-within\:border-teal-300{border-color:#5eead4}.group:focus-within .group-focus-within\:border-teal-400{border-color:#2dd4bf}.group:focus-within .group-focus-within\:border-teal-500{border-color:#14b8a6}.group:focus-within .group-focus-within\:border-teal-600{border-color:#0d9488}.group:focus-within .group-focus-within\:border-teal-700{border-color:#0f766e}.group:focus-within .group-focus-within\:border-teal-800{border-color:#115e59}.group:focus-within .group-focus-within\:border-teal-900{border-color:#134e4a}.group:focus-within .group-focus-within\:border-teal-950{border-color:#042f2e}.group:focus-within .group-focus-within\:border-cyan-50{border-color:#ecfeff}.group:focus-within .group-focus-within\:border-cyan-100{border-color:#cffafe}.group:focus-within .group-focus-within\:border-cyan-200{border-color:#a5f3fc}.group:focus-within .group-focus-within\:border-cyan-300{border-color:#67e8f9}.group:focus-within .group-focus-within\:border-cyan-400{border-color:#22d3ee}.group:focus-within .group-focus-within\:border-cyan-500{border-color:#06b6d4}.group:focus-within .group-focus-within\:border-cyan-600{border-color:#0891b2}.group:focus-within .group-focus-within\:border-cyan-700{border-color:#0e7490}.group:focus-within .group-focus-within\:border-cyan-800{border-color:#155e75}.group:focus-within .group-focus-within\:border-cyan-900{border-color:#164e63}.group:focus-within .group-focus-within\:border-cyan-950{border-color:#083344}.group:focus-within .group-focus-within\:border-sky-50{border-color:#f0f9ff}.group:focus-within .group-focus-within\:border-sky-100{border-color:#e0f2fe}.group:focus-within .group-focus-within\:border-sky-200{border-color:#bae6fd}.group:focus-within .group-focus-within\:border-sky-300{border-color:#7dd3fc}.group:focus-within .group-focus-within\:border-sky-400{border-color:#38bdf8}.group:focus-within .group-focus-within\:border-sky-500{border-color:#0ea5e9}.group:focus-within .group-focus-within\:border-sky-600{border-color:#0284c7}.group:focus-within .group-focus-within\:border-sky-700{border-color:#0369a1}.group:focus-within .group-focus-within\:border-sky-800{border-color:#075985}.group:focus-within .group-focus-within\:border-sky-900{border-color:#0c4a6e}.group:focus-within .group-focus-within\:border-sky-950{border-color:#082f49}.group:focus-within .group-focus-within\:border-blue-50{border-color:#eff6ff}.group:focus-within .group-focus-within\:border-blue-100{border-color:#dbeafe}.group:focus-within .group-focus-within\:border-blue-200{border-color:#bfdbfe}.group:focus-within .group-focus-within\:border-blue-300{border-color:#93c5fd}.group:focus-within .group-focus-within\:border-blue-400{border-color:#60a5fa}.group:focus-within .group-focus-within\:border-blue-500{border-color:#3b82f6}.group:focus-within .group-focus-within\:border-blue-600{border-color:#2563eb}.group:focus-within .group-focus-within\:border-blue-700{border-color:#1d4ed8}.group:focus-within .group-focus-within\:border-blue-800{border-color:#1e40af}.group:focus-within .group-focus-within\:border-blue-900{border-color:#1e3a8a}.group:focus-within .group-focus-within\:border-blue-950{border-color:#172554}.group:focus-within .group-focus-within\:border-indigo-50{border-color:#eef2ff}.group:focus-within .group-focus-within\:border-indigo-100{border-color:#e0e7ff}.group:focus-within .group-focus-within\:border-indigo-200{border-color:#c7d2fe}.group:focus-within .group-focus-within\:border-indigo-300{border-color:#a5b4fc}.group:focus-within .group-focus-within\:border-indigo-400{border-color:#818cf8}.group:focus-within .group-focus-within\:border-indigo-500{border-color:#6366f1}.group:focus-within .group-focus-within\:border-indigo-600{border-color:#4f46e5}.group:focus-within .group-focus-within\:border-indigo-700{border-color:#4338ca}.group:focus-within .group-focus-within\:border-indigo-800{border-color:#3730a3}.group:focus-within .group-focus-within\:border-indigo-900{border-color:#312e81}.group:focus-within .group-focus-within\:border-indigo-950{border-color:#1e1b4b}.group:focus-within .group-focus-within\:border-violet-50{border-color:#f5f3ff}.group:focus-within .group-focus-within\:border-violet-100{border-color:#ede9fe}.group:focus-within .group-focus-within\:border-violet-200{border-color:#ddd6fe}.group:focus-within .group-focus-within\:border-violet-300{border-color:#c4b5fd}.group:focus-within .group-focus-within\:border-violet-400{border-color:#a78bfa}.group:focus-within .group-focus-within\:border-violet-500{border-color:#8b5cf6}.group:focus-within .group-focus-within\:border-violet-600{border-color:#7c3aed}.group:focus-within .group-focus-within\:border-violet-700{border-color:#6d28d9}.group:focus-within .group-focus-within\:border-violet-800{border-color:#5b21b6}.group:focus-within .group-focus-within\:border-violet-900{border-color:#4c1d95}.group:focus-within .group-focus-within\:border-violet-950{border-color:#2e1065}.group:focus-within .group-focus-within\:border-purple-50{border-color:#faf5ff}.group:focus-within .group-focus-within\:border-purple-100{border-color:#f3e8ff}.group:focus-within .group-focus-within\:border-purple-200{border-color:#e9d5ff}.group:focus-within .group-focus-within\:border-purple-300{border-color:#d8b4fe}.group:focus-within .group-focus-within\:border-purple-400{border-color:#c084fc}.group:focus-within .group-focus-within\:border-purple-500{border-color:#a855f7}.group:focus-within .group-focus-within\:border-purple-600{border-color:#9333ea}.group:focus-within .group-focus-within\:border-purple-700{border-color:#7e22ce}.group:focus-within .group-focus-within\:border-purple-800{border-color:#6b21a8}.group:focus-within .group-focus-within\:border-purple-900{border-color:#581c87}.group:focus-within .group-focus-within\:border-purple-950{border-color:#3b0764}.group:focus-within .group-focus-within\:border-fuchsia-50{border-color:#fdf4ff}.group:focus-within .group-focus-within\:border-fuchsia-100{border-color:#fae8ff}.group:focus-within .group-focus-within\:border-fuchsia-200{border-color:#f5d0fe}.group:focus-within .group-focus-within\:border-fuchsia-300{border-color:#f0abfc}.group:focus-within .group-focus-within\:border-fuchsia-400{border-color:#e879f9}.group:focus-within .group-focus-within\:border-fuchsia-500{border-color:#d946ef}.group:focus-within .group-focus-within\:border-fuchsia-600{border-color:#c026d3}.group:focus-within .group-focus-within\:border-fuchsia-700{border-color:#a21caf}.group:focus-within .group-focus-within\:border-fuchsia-800{border-color:#86198f}.group:focus-within .group-focus-within\:border-fuchsia-900{border-color:#701a75}.group:focus-within .group-focus-within\:border-fuchsia-950{border-color:#4a044e}.group:focus-within .group-focus-within\:border-pink-50{border-color:#fdf2f8}.group:focus-within .group-focus-within\:border-pink-100{border-color:#fce7f3}.group:focus-within .group-focus-within\:border-pink-200{border-color:#fbcfe8}.group:focus-within .group-focus-within\:border-pink-300{border-color:#f9a8d4}.group:focus-within .group-focus-within\:border-pink-400{border-color:#f472b6}.group:focus-within .group-focus-within\:border-pink-500{border-color:#ec4899}.group:focus-within .group-focus-within\:border-pink-600{border-color:#db2777}.group:focus-within .group-focus-within\:border-pink-700{border-color:#be185d}.group:focus-within .group-focus-within\:border-pink-800{border-color:#9d174d}.group:focus-within .group-focus-within\:border-pink-900{border-color:#831843}.group:focus-within .group-focus-within\:border-pink-950{border-color:#500724}.group:focus-within .group-focus-within\:border-rose-50{border-color:#fff1f2}.group:focus-within .group-focus-within\:border-rose-100{border-color:#ffe4e6}.group:focus-within .group-focus-within\:border-rose-200{border-color:#fecdd3}.group:focus-within .group-focus-within\:border-rose-300{border-color:#fda4af}.group:focus-within .group-focus-within\:border-rose-400{border-color:#fb7185}.group:focus-within .group-focus-within\:border-rose-500{border-color:#f43f5e}.group:focus-within .group-focus-within\:border-rose-600{border-color:#e11d48}.group:focus-within .group-focus-within\:border-rose-700{border-color:#be123c}.group:focus-within .group-focus-within\:border-rose-800{border-color:#9f1239}.group:focus-within .group-focus-within\:border-rose-900{border-color:#881337}.group:focus-within .group-focus-within\:border-rose-950{border-color:#4c0519}.group:focus-within .group-focus-within\:border-primary{border-color:#3874ff}.group:focus-within .group-focus-within\:border-primary-bold{border-color:#002660}.group:focus-within .group-focus-within\:border-primary-hover{border-color:#003585}.group:focus-within .group-focus-within\:border-primary-border{border-color:#156ef3}.group:focus-within .group-focus-within\:border-primary-focus-lv1{border-color:#6492ff}.group:focus-within .group-focus-within\:border-primary-focus-lv2{border-color:#c7ddff}.group:focus-within .group-focus-within\:border-primary-bg-color{border-color:#f8fbff}.group:focus-within .group-focus-within\:border-success{border-color:#00bd7e}.group:focus-within .group-focus-within\:border-success-bold{border-color:#006c58}.group:focus-within .group-focus-within\:border-success-hover{border-color:#008d5e}.group:focus-within .group-focus-within\:border-success-border{border-color:#17e5a1}.group:focus-within .group-focus-within\:border-success-focus-lv1{border-color:#a9fbe0}.group:focus-within .group-focus-within\:border-success-bg-color{border-color:#ebfff8}.group:focus-within .group-focus-within\:border-warning{border-color:#ffb41f}.group:focus-within .group-focus-within\:border-warning-bold{border-color:#b77d09}.group:focus-within .group-focus-within\:border-warning-hover{border-color:#e39f17}.group:focus-within .group-focus-within\:border-warning-border{border-color:#f7c86a}.group:focus-within .group-focus-within\:border-warning-focus-lv1{border-color:#fbe0a9}.group:focus-within .group-focus-within\:border-warning-bg-color{border-color:#fff8eb}.group:focus-within .group-focus-within\:border-danger{border-color:#b20000}.group:focus-within .group-focus-within\:border-danger-bold{border-color:#920122}.group:focus-within .group-focus-within\:border-danger-hover{border-color:#c60833}.group:focus-within .group-focus-within\:border-danger-border{border-color:#f35370}.group:focus-within .group-focus-within\:border-danger-focus-lv1{border-color:#fdabb9}.group:focus-within .group-focus-within\:border-danger-bg-color{border-color:#fff1f4}.group:focus-within .group-focus-within\:border-info{border-color:#2668cb}.group:focus-within .group-focus-within\:border-info-bold{border-color:#023480}.group:focus-within .group-focus-within\:border-info-hover{border-color:#0f4eae}.group:focus-within .group-focus-within\:border-info-border{border-color:#679ef2}.group:focus-within .group-focus-within\:border-info-focus-lv1{border-color:#c1d9fd}.group:focus-within .group-focus-within\:border-info-bg-color{border-color:#f2f7ff}.group:focus-within .group-focus-within\:border-neutral-100{border-color:#1a1a1a}.group:focus-within .group-focus-within\:border-neutral-90{border-color:#424242}.group:focus-within .group-focus-within\:border-neutral-80{border-color:#616161}.group:focus-within .group-focus-within\:border-neutral-70{border-color:#757575}.group:focus-within .group-focus-within\:border-neutral-60{border-color:#9e9e9e}.group:focus-within .group-focus-within\:border-neutral-50{border-color:#c2c2c2}.group:focus-within .group-focus-within\:border-neutral-40{border-color:#e0e0e0}.group:focus-within .group-focus-within\:border-neutral-30{border-color:#ededed}.group:focus-within .group-focus-within\:border-neutral-20{border-color:#f5f5f5}.group:focus-within .group-focus-within\:border-base{border-color:#f5f7fa}.group:focus-within .group-focus-within\:rounded{border-radius:.25rem}.group:focus-within .group-focus-within\:rounded-none{border-radius:0}.group:focus-within .group-focus-within\:rounded-e-none{border-start-end-radius:0px;border-end-end-radius:0px}.group:focus-within .group-focus-within\:rounded-s-none{border-start-start-radius:0px;border-end-start-radius:0px}.group:focus-within .group-focus-within\:rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.group:focus-within .group-focus-within\:rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.group:focus-within .group-focus-within\:rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.group:focus-within .group-focus-within\:rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.group:focus-within .group-focus-within\:rounded-ss-none{border-start-start-radius:0px}.group:focus-within .group-focus-within\:rounded-se-none{border-start-end-radius:0px}.group:focus-within .group-focus-within\:rounded-ee-none{border-end-end-radius:0px}.group:focus-within .group-focus-within\:rounded-es-none{border-end-start-radius:0px}.group:focus-within .group-focus-within\:rounded-tl-none{border-top-left-radius:0}.group:focus-within .group-focus-within\:rounded-tr-none{border-top-right-radius:0}.group:focus-within .group-focus-within\:rounded-br-none{border-bottom-right-radius:0}.group:focus-within .group-focus-within\:rounded-md{border-radius:.375rem}.group:focus-within .group-focus-within\:rounded-e-md{border-start-end-radius:.375rem;border-end-end-radius:.375rem}.group:focus-within .group-focus-within\:rounded-s-md{border-start-start-radius:.375rem;border-end-start-radius:.375rem}.group:focus-within .group-focus-within\:rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.group:focus-within .group-focus-within\:rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.group:focus-within .group-focus-within\:rounded-b-md{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.group:focus-within .group-focus-within\:rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.group:focus-within .group-focus-within\:rounded-ss-md{border-start-start-radius:.375rem}.group:focus-within .group-focus-within\:rounded-se-md{border-start-end-radius:.375rem}.group:focus-within .group-focus-within\:rounded-ee-md{border-end-end-radius:.375rem}.group:focus-within .group-focus-within\:rounded-es-md{border-end-start-radius:.375rem}.group:focus-within .group-focus-within\:rounded-tl-md{border-top-left-radius:.375rem}.group:focus-within .group-focus-within\:rounded-tr-md{border-top-right-radius:.375rem}.group:focus-within .group-focus-within\:rounded-br-md{border-bottom-right-radius:.375rem}.group:focus-within .group-focus-within\:rounded-lg{border-radius:.5rem}.group:focus-within .group-focus-within\:rounded-e-lg{border-start-end-radius:.5rem;border-end-end-radius:.5rem}.group:focus-within .group-focus-within\:rounded-s-lg{border-start-start-radius:.5rem;border-end-start-radius:.5rem}.group:focus-within .group-focus-within\:rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.group:focus-within .group-focus-within\:rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.group:focus-within .group-focus-within\:rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.group:focus-within .group-focus-within\:rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.group:focus-within .group-focus-within\:rounded-ss-lg{border-start-start-radius:.5rem}.group:focus-within .group-focus-within\:rounded-se-lg{border-start-end-radius:.5rem}.group:focus-within .group-focus-within\:rounded-ee-lg{border-end-end-radius:.5rem}.group:focus-within .group-focus-within\:rounded-es-lg{border-end-start-radius:.5rem}.group:focus-within .group-focus-within\:rounded-tl-lg{border-top-left-radius:.5rem}.group:focus-within .group-focus-within\:rounded-tr-lg{border-top-right-radius:.5rem}.group:focus-within .group-focus-within\:rounded-br-lg{border-bottom-right-radius:.5rem}.group:focus-within .group-focus-within\:rounded-xl{border-radius:.75rem}.group:focus-within .group-focus-within\:rounded-e-xl{border-start-end-radius:.75rem;border-end-end-radius:.75rem}.group:focus-within .group-focus-within\:rounded-s-xl{border-start-start-radius:.75rem;border-end-start-radius:.75rem}.group:focus-within .group-focus-within\:rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.group:focus-within .group-focus-within\:rounded-r-xl{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.group:focus-within .group-focus-within\:rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.group:focus-within .group-focus-within\:rounded-l-xl{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.group:focus-within .group-focus-within\:rounded-ss-xl{border-start-start-radius:.75rem}.group:focus-within .group-focus-within\:rounded-se-xl{border-start-end-radius:.75rem}.group:focus-within .group-focus-within\:rounded-ee-xl{border-end-end-radius:.75rem}.group:focus-within .group-focus-within\:rounded-es-xl{border-end-start-radius:.75rem}.group:focus-within .group-focus-within\:rounded-tl-xl{border-top-left-radius:.75rem}.group:focus-within .group-focus-within\:rounded-tr-xl{border-top-right-radius:.75rem}.group:focus-within .group-focus-within\:rounded-br-xl{border-bottom-right-radius:.75rem}.group:focus-within .group-focus-within\:rounded-2xl{border-radius:1rem}.group:focus-within .group-focus-within\:rounded-e-2xl{border-start-end-radius:1rem;border-end-end-radius:1rem}.group:focus-within .group-focus-within\:rounded-s-2xl{border-start-start-radius:1rem;border-end-start-radius:1rem}.group:focus-within .group-focus-within\:rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.group:focus-within .group-focus-within\:rounded-r-2xl{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.group:focus-within .group-focus-within\:rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.group:focus-within .group-focus-within\:rounded-l-2xl{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.group:focus-within .group-focus-within\:rounded-ss-2xl{border-start-start-radius:1rem}.group:focus-within .group-focus-within\:rounded-se-2xl{border-start-end-radius:1rem}.group:focus-within .group-focus-within\:rounded-ee-2xl{border-end-end-radius:1rem}.group:focus-within .group-focus-within\:rounded-es-2xl{border-end-start-radius:1rem}.group:focus-within .group-focus-within\:rounded-tl-2xl{border-top-left-radius:1rem}.group:focus-within .group-focus-within\:rounded-tr-2xl{border-top-right-radius:1rem}.group:focus-within .group-focus-within\:rounded-br-2xl{border-bottom-right-radius:1rem}.group:focus-within .group-focus-within\:rounded-3xl{border-radius:1.5rem}.group:focus-within .group-focus-within\:rounded-e-3xl{border-start-end-radius:1.5rem;border-end-end-radius:1.5rem}.group:focus-within .group-focus-within\:rounded-s-3xl{border-start-start-radius:1.5rem;border-end-start-radius:1.5rem}.group:focus-within .group-focus-within\:rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.group:focus-within .group-focus-within\:rounded-r-3xl{border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}.group:focus-within .group-focus-within\:rounded-b-3xl{border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem}.group:focus-within .group-focus-within\:rounded-l-3xl{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}.group:focus-within .group-focus-within\:rounded-ss-3xl{border-start-start-radius:1.5rem}.group:focus-within .group-focus-within\:rounded-se-3xl{border-start-end-radius:1.5rem}.group:focus-within .group-focus-within\:rounded-ee-3xl{border-end-end-radius:1.5rem}.group:focus-within .group-focus-within\:rounded-es-3xl{border-end-start-radius:1.5rem}.group:focus-within .group-focus-within\:rounded-tl-3xl{border-top-left-radius:1.5rem}.group:focus-within .group-focus-within\:rounded-tr-3xl{border-top-right-radius:1.5rem}.group:focus-within .group-focus-within\:rounded-br-3xl{border-bottom-right-radius:1.5rem}.group:focus-within .group-focus-within\:rounded-full{border-radius:9999px}.group:focus-within .group-focus-within\:rounded-e-full{border-start-end-radius:9999px;border-end-end-radius:9999px}.group:focus-within .group-focus-within\:rounded-s-full{border-start-start-radius:9999px;border-end-start-radius:9999px}.group:focus-within .group-focus-within\:rounded-t-full{border-top-left-radius:9999px;border-top-right-radius:9999px}.group:focus-within .group-focus-within\:rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.group:focus-within .group-focus-within\:rounded-b-full{border-bottom-right-radius:9999px;border-bottom-left-radius:9999px}.group:focus-within .group-focus-within\:rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.group:focus-within .group-focus-within\:rounded-ss-full{border-start-start-radius:9999px}.group:focus-within .group-focus-within\:rounded-se-full{border-start-end-radius:9999px}.group:focus-within .group-focus-within\:rounded-ee-full{border-end-end-radius:9999px}.group:focus-within .group-focus-within\:rounded-es-full{border-end-start-radius:9999px}.group:focus-within .group-focus-within\:rounded-tl-full{border-top-left-radius:9999px}.group:focus-within .group-focus-within\:rounded-tr-full{border-top-right-radius:9999px}.group:focus-within .group-focus-within\:rounded-br-full{border-bottom-right-radius:9999px}.group:focus-within .group-focus-within\:text-center{text-align:center}.group:focus-within .group-focus-within\:text-left{text-align:left}.group:focus-within .group-focus-within\:text-right{text-align:right}.group:focus-within .group-focus-within\:text-justify{text-align:justify}.group:focus-within .group-focus-within\:text-start{text-align:start}.group:focus-within .group-focus-within\:text-end{text-align:end}.group:focus-within .group-focus-within\:text-transparent{color:transparent}.group:focus-within .group-focus-within\:text-black{color:#000}.group:focus-within .group-focus-within\:text-white{color:#fff}.group:focus-within .group-focus-within\:text-slate-50{color:#f8fafc}.group:focus-within .group-focus-within\:text-slate-100{color:#f1f5f9}.group:focus-within .group-focus-within\:text-slate-200{color:#e2e8f0}.group:focus-within .group-focus-within\:text-slate-300{color:#cbd5e1}.group:focus-within .group-focus-within\:text-slate-400{color:#94a3b8}.group:focus-within .group-focus-within\:text-slate-500{color:#64748b}.group:focus-within .group-focus-within\:text-slate-600{color:#475569}.group:focus-within .group-focus-within\:text-slate-700{color:#334155}.group:focus-within .group-focus-within\:text-slate-800{color:#1e293b}.group:focus-within .group-focus-within\:text-slate-900{color:#0f172a}.group:focus-within .group-focus-within\:text-slate-950{color:#020617}.group:focus-within .group-focus-within\:text-gray-50{color:#f9fafb}.group:focus-within .group-focus-within\:text-gray-100{color:#f3f4f6}.group:focus-within .group-focus-within\:text-gray-200{color:#e5e7eb}.group:focus-within .group-focus-within\:text-gray-300{color:#d1d5db}.group:focus-within .group-focus-within\:text-gray-400{color:#9ca3af}.group:focus-within .group-focus-within\:text-gray-500{color:#6b7280}.group:focus-within .group-focus-within\:text-gray-600{color:#4b5563}.group:focus-within .group-focus-within\:text-gray-700{color:#374151}.group:focus-within .group-focus-within\:text-gray-800{color:#1f2937}.group:focus-within .group-focus-within\:text-gray-900{color:#111827}.group:focus-within .group-focus-within\:text-gray-950{color:#030712}.group:focus-within .group-focus-within\:text-zinc-50{color:#fafafa}.group:focus-within .group-focus-within\:text-zinc-100{color:#f4f4f5}.group:focus-within .group-focus-within\:text-zinc-200{color:#e4e4e7}.group:focus-within .group-focus-within\:text-zinc-300{color:#d4d4d8}.group:focus-within .group-focus-within\:text-zinc-400{color:#a1a1aa}.group:focus-within .group-focus-within\:text-zinc-500{color:#71717a}.group:focus-within .group-focus-within\:text-zinc-600{color:#52525b}.group:focus-within .group-focus-within\:text-zinc-700{color:#3f3f46}.group:focus-within .group-focus-within\:text-zinc-800{color:#27272a}.group:focus-within .group-focus-within\:text-zinc-900{color:#18181b}.group:focus-within .group-focus-within\:text-zinc-950{color:#09090b}.group:focus-within .group-focus-within\:text-neutral-50{color:#fafafa}.group:focus-within .group-focus-within\:text-neutral-100{color:#f5f5f5}.group:focus-within .group-focus-within\:text-neutral-200{color:#e5e5e5}.group:focus-within .group-focus-within\:text-neutral-300{color:#d4d4d4}.group:focus-within .group-focus-within\:text-neutral-400{color:#a3a3a3}.group:focus-within .group-focus-within\:text-neutral-500{color:#737373}.group:focus-within .group-focus-within\:text-neutral-600{color:#525252}.group:focus-within .group-focus-within\:text-neutral-700{color:#404040}.group:focus-within .group-focus-within\:text-neutral-800{color:#262626}.group:focus-within .group-focus-within\:text-neutral-900{color:#171717}.group:focus-within .group-focus-within\:text-neutral-950{color:#0a0a0a}.group:focus-within .group-focus-within\:text-stone-50{color:#fafaf9}.group:focus-within .group-focus-within\:text-stone-100{color:#f5f5f4}.group:focus-within .group-focus-within\:text-stone-200{color:#e7e5e4}.group:focus-within .group-focus-within\:text-stone-300{color:#d6d3d1}.group:focus-within .group-focus-within\:text-stone-400{color:#a8a29e}.group:focus-within .group-focus-within\:text-stone-500{color:#78716c}.group:focus-within .group-focus-within\:text-stone-600{color:#57534e}.group:focus-within .group-focus-within\:text-stone-700{color:#44403c}.group:focus-within .group-focus-within\:text-stone-800{color:#292524}.group:focus-within .group-focus-within\:text-stone-900{color:#1c1917}.group:focus-within .group-focus-within\:text-stone-950{color:#0c0a09}.group:focus-within .group-focus-within\:text-red-50{color:#fef2f2}.group:focus-within .group-focus-within\:text-red-100{color:#fee2e2}.group:focus-within .group-focus-within\:text-red-200{color:#fecaca}.group:focus-within .group-focus-within\:text-red-300{color:#fca5a5}.group:focus-within .group-focus-within\:text-red-400{color:#f87171}.group:focus-within .group-focus-within\:text-red-500{color:#ef4444}.group:focus-within .group-focus-within\:text-red-600{color:#dc2626}.group:focus-within .group-focus-within\:text-red-700{color:#b91c1c}.group:focus-within .group-focus-within\:text-red-800{color:#991b1b}.group:focus-within .group-focus-within\:text-red-900{color:#7f1d1d}.group:focus-within .group-focus-within\:text-red-950{color:#450a0a}.group:focus-within .group-focus-within\:text-orange-50{color:#fff7ed}.group:focus-within .group-focus-within\:text-orange-100{color:#ffedd5}.group:focus-within .group-focus-within\:text-orange-200{color:#fed7aa}.group:focus-within .group-focus-within\:text-orange-300{color:#fdba74}.group:focus-within .group-focus-within\:text-orange-400{color:#fb923c}.group:focus-within .group-focus-within\:text-orange-500{color:#f97316}.group:focus-within .group-focus-within\:text-orange-600{color:#ea580c}.group:focus-within .group-focus-within\:text-orange-700{color:#c2410c}.group:focus-within .group-focus-within\:text-orange-800{color:#9a3412}.group:focus-within .group-focus-within\:text-orange-900{color:#7c2d12}.group:focus-within .group-focus-within\:text-orange-950{color:#431407}.group:focus-within .group-focus-within\:text-amber-50{color:#fffbeb}.group:focus-within .group-focus-within\:text-amber-100{color:#fef3c7}.group:focus-within .group-focus-within\:text-amber-200{color:#fde68a}.group:focus-within .group-focus-within\:text-amber-300{color:#fcd34d}.group:focus-within .group-focus-within\:text-amber-400{color:#fbbf24}.group:focus-within .group-focus-within\:text-amber-500{color:#f59e0b}.group:focus-within .group-focus-within\:text-amber-600{color:#d97706}.group:focus-within .group-focus-within\:text-amber-700{color:#b45309}.group:focus-within .group-focus-within\:text-amber-800{color:#92400e}.group:focus-within .group-focus-within\:text-amber-900{color:#78350f}.group:focus-within .group-focus-within\:text-amber-950{color:#451a03}.group:focus-within .group-focus-within\:text-yellow-50{color:#fefce8}.group:focus-within .group-focus-within\:text-yellow-100{color:#fef9c3}.group:focus-within .group-focus-within\:text-yellow-200{color:#fef08a}.group:focus-within .group-focus-within\:text-yellow-300{color:#fde047}.group:focus-within .group-focus-within\:text-yellow-400{color:#facc15}.group:focus-within .group-focus-within\:text-yellow-500{color:#eab308}.group:focus-within .group-focus-within\:text-yellow-600{color:#ca8a04}.group:focus-within .group-focus-within\:text-yellow-700{color:#a16207}.group:focus-within .group-focus-within\:text-yellow-800{color:#854d0e}.group:focus-within .group-focus-within\:text-yellow-900{color:#713f12}.group:focus-within .group-focus-within\:text-yellow-950{color:#422006}.group:focus-within .group-focus-within\:text-lime-50{color:#f7fee7}.group:focus-within .group-focus-within\:text-lime-100{color:#ecfccb}.group:focus-within .group-focus-within\:text-lime-200{color:#d9f99d}.group:focus-within .group-focus-within\:text-lime-300{color:#bef264}.group:focus-within .group-focus-within\:text-lime-400{color:#a3e635}.group:focus-within .group-focus-within\:text-lime-500{color:#84cc16}.group:focus-within .group-focus-within\:text-lime-600{color:#65a30d}.group:focus-within .group-focus-within\:text-lime-700{color:#4d7c0f}.group:focus-within .group-focus-within\:text-lime-800{color:#3f6212}.group:focus-within .group-focus-within\:text-lime-900{color:#365314}.group:focus-within .group-focus-within\:text-lime-950{color:#1a2e05}.group:focus-within .group-focus-within\:text-green-50{color:#f0fdf4}.group:focus-within .group-focus-within\:text-green-100{color:#dcfce7}.group:focus-within .group-focus-within\:text-green-200{color:#bbf7d0}.group:focus-within .group-focus-within\:text-green-300{color:#86efac}.group:focus-within .group-focus-within\:text-green-400{color:#4ade80}.group:focus-within .group-focus-within\:text-green-500{color:#22c55e}.group:focus-within .group-focus-within\:text-green-600{color:#16a34a}.group:focus-within .group-focus-within\:text-green-700{color:#15803d}.group:focus-within .group-focus-within\:text-green-800{color:#166534}.group:focus-within .group-focus-within\:text-green-900{color:#14532d}.group:focus-within .group-focus-within\:text-green-950{color:#052e16}.group:focus-within .group-focus-within\:text-emerald-50{color:#ecfdf5}.group:focus-within .group-focus-within\:text-emerald-100{color:#d1fae5}.group:focus-within .group-focus-within\:text-emerald-200{color:#a7f3d0}.group:focus-within .group-focus-within\:text-emerald-300{color:#6ee7b7}.group:focus-within .group-focus-within\:text-emerald-400{color:#34d399}.group:focus-within .group-focus-within\:text-emerald-500{color:#10b981}.group:focus-within .group-focus-within\:text-emerald-600{color:#059669}.group:focus-within .group-focus-within\:text-emerald-700{color:#047857}.group:focus-within .group-focus-within\:text-emerald-800{color:#065f46}.group:focus-within .group-focus-within\:text-emerald-900{color:#064e3b}.group:focus-within .group-focus-within\:text-emerald-950{color:#022c22}.group:focus-within .group-focus-within\:text-teal-50{color:#f0fdfa}.group:focus-within .group-focus-within\:text-teal-100{color:#ccfbf1}.group:focus-within .group-focus-within\:text-teal-200{color:#99f6e4}.group:focus-within .group-focus-within\:text-teal-300{color:#5eead4}.group:focus-within .group-focus-within\:text-teal-400{color:#2dd4bf}.group:focus-within .group-focus-within\:text-teal-500{color:#14b8a6}.group:focus-within .group-focus-within\:text-teal-600{color:#0d9488}.group:focus-within .group-focus-within\:text-teal-700{color:#0f766e}.group:focus-within .group-focus-within\:text-teal-800{color:#115e59}.group:focus-within .group-focus-within\:text-teal-900{color:#134e4a}.group:focus-within .group-focus-within\:text-teal-950{color:#042f2e}.group:focus-within .group-focus-within\:text-cyan-50{color:#ecfeff}.group:focus-within .group-focus-within\:text-cyan-100{color:#cffafe}.group:focus-within .group-focus-within\:text-cyan-200{color:#a5f3fc}.group:focus-within .group-focus-within\:text-cyan-300{color:#67e8f9}.group:focus-within .group-focus-within\:text-cyan-400{color:#22d3ee}.group:focus-within .group-focus-within\:text-cyan-500{color:#06b6d4}.group:focus-within .group-focus-within\:text-cyan-600{color:#0891b2}.group:focus-within .group-focus-within\:text-cyan-700{color:#0e7490}.group:focus-within .group-focus-within\:text-cyan-800{color:#155e75}.group:focus-within .group-focus-within\:text-cyan-900{color:#164e63}.group:focus-within .group-focus-within\:text-cyan-950{color:#083344}.group:focus-within .group-focus-within\:text-sky-50{color:#f0f9ff}.group:focus-within .group-focus-within\:text-sky-100{color:#e0f2fe}.group:focus-within .group-focus-within\:text-sky-200{color:#bae6fd}.group:focus-within .group-focus-within\:text-sky-300{color:#7dd3fc}.group:focus-within .group-focus-within\:text-sky-400{color:#38bdf8}.group:focus-within .group-focus-within\:text-sky-500{color:#0ea5e9}.group:focus-within .group-focus-within\:text-sky-600{color:#0284c7}.group:focus-within .group-focus-within\:text-sky-700{color:#0369a1}.group:focus-within .group-focus-within\:text-sky-800{color:#075985}.group:focus-within .group-focus-within\:text-sky-900{color:#0c4a6e}.group:focus-within .group-focus-within\:text-sky-950{color:#082f49}.group:focus-within .group-focus-within\:text-blue-50{color:#eff6ff}.group:focus-within .group-focus-within\:text-blue-100{color:#dbeafe}.group:focus-within .group-focus-within\:text-blue-200{color:#bfdbfe}.group:focus-within .group-focus-within\:text-blue-300{color:#93c5fd}.group:focus-within .group-focus-within\:text-blue-400{color:#60a5fa}.group:focus-within .group-focus-within\:text-blue-500{color:#3b82f6}.group:focus-within .group-focus-within\:text-blue-600{color:#2563eb}.group:focus-within .group-focus-within\:text-blue-700{color:#1d4ed8}.group:focus-within .group-focus-within\:text-blue-800{color:#1e40af}.group:focus-within .group-focus-within\:text-blue-900{color:#1e3a8a}.group:focus-within .group-focus-within\:text-blue-950{color:#172554}.group:focus-within .group-focus-within\:text-indigo-50{color:#eef2ff}.group:focus-within .group-focus-within\:text-indigo-100{color:#e0e7ff}.group:focus-within .group-focus-within\:text-indigo-200{color:#c7d2fe}.group:focus-within .group-focus-within\:text-indigo-300{color:#a5b4fc}.group:focus-within .group-focus-within\:text-indigo-400{color:#818cf8}.group:focus-within .group-focus-within\:text-indigo-500{color:#6366f1}.group:focus-within .group-focus-within\:text-indigo-600{color:#4f46e5}.group:focus-within .group-focus-within\:text-indigo-700{color:#4338ca}.group:focus-within .group-focus-within\:text-indigo-800{color:#3730a3}.group:focus-within .group-focus-within\:text-indigo-900{color:#312e81}.group:focus-within .group-focus-within\:text-indigo-950{color:#1e1b4b}.group:focus-within .group-focus-within\:text-violet-50{color:#f5f3ff}.group:focus-within .group-focus-within\:text-violet-100{color:#ede9fe}.group:focus-within .group-focus-within\:text-violet-200{color:#ddd6fe}.group:focus-within .group-focus-within\:text-violet-300{color:#c4b5fd}.group:focus-within .group-focus-within\:text-violet-400{color:#a78bfa}.group:focus-within .group-focus-within\:text-violet-500{color:#8b5cf6}.group:focus-within .group-focus-within\:text-violet-600{color:#7c3aed}.group:focus-within .group-focus-within\:text-violet-700{color:#6d28d9}.group:focus-within .group-focus-within\:text-violet-800{color:#5b21b6}.group:focus-within .group-focus-within\:text-violet-900{color:#4c1d95}.group:focus-within .group-focus-within\:text-violet-950{color:#2e1065}.group:focus-within .group-focus-within\:text-purple-50{color:#faf5ff}.group:focus-within .group-focus-within\:text-purple-100{color:#f3e8ff}.group:focus-within .group-focus-within\:text-purple-200{color:#e9d5ff}.group:focus-within .group-focus-within\:text-purple-300{color:#d8b4fe}.group:focus-within .group-focus-within\:text-purple-400{color:#c084fc}.group:focus-within .group-focus-within\:text-purple-500{color:#a855f7}.group:focus-within .group-focus-within\:text-purple-600{color:#9333ea}.group:focus-within .group-focus-within\:text-purple-700{color:#7e22ce}.group:focus-within .group-focus-within\:text-purple-800{color:#6b21a8}.group:focus-within .group-focus-within\:text-purple-900{color:#581c87}.group:focus-within .group-focus-within\:text-purple-950{color:#3b0764}.group:focus-within .group-focus-within\:text-fuchsia-50{color:#fdf4ff}.group:focus-within .group-focus-within\:text-fuchsia-100{color:#fae8ff}.group:focus-within .group-focus-within\:text-fuchsia-200{color:#f5d0fe}.group:focus-within .group-focus-within\:text-fuchsia-300{color:#f0abfc}.group:focus-within .group-focus-within\:text-fuchsia-400{color:#e879f9}.group:focus-within .group-focus-within\:text-fuchsia-500{color:#d946ef}.group:focus-within .group-focus-within\:text-fuchsia-600{color:#c026d3}.group:focus-within .group-focus-within\:text-fuchsia-700{color:#a21caf}.group:focus-within .group-focus-within\:text-fuchsia-800{color:#86198f}.group:focus-within .group-focus-within\:text-fuchsia-900{color:#701a75}.group:focus-within .group-focus-within\:text-fuchsia-950{color:#4a044e}.group:focus-within .group-focus-within\:text-pink-50{color:#fdf2f8}.group:focus-within .group-focus-within\:text-pink-100{color:#fce7f3}.group:focus-within .group-focus-within\:text-pink-200{color:#fbcfe8}.group:focus-within .group-focus-within\:text-pink-300{color:#f9a8d4}.group:focus-within .group-focus-within\:text-pink-400{color:#f472b6}.group:focus-within .group-focus-within\:text-pink-500{color:#ec4899}.group:focus-within .group-focus-within\:text-pink-600{color:#db2777}.group:focus-within .group-focus-within\:text-pink-700{color:#be185d}.group:focus-within .group-focus-within\:text-pink-800{color:#9d174d}.group:focus-within .group-focus-within\:text-pink-900{color:#831843}.group:focus-within .group-focus-within\:text-pink-950{color:#500724}.group:focus-within .group-focus-within\:text-rose-50{color:#fff1f2}.group:focus-within .group-focus-within\:text-rose-100{color:#ffe4e6}.group:focus-within .group-focus-within\:text-rose-200{color:#fecdd3}.group:focus-within .group-focus-within\:text-rose-300{color:#fda4af}.group:focus-within .group-focus-within\:text-rose-400{color:#fb7185}.group:focus-within .group-focus-within\:text-rose-500{color:#f43f5e}.group:focus-within .group-focus-within\:text-rose-600{color:#e11d48}.group:focus-within .group-focus-within\:text-rose-700{color:#be123c}.group:focus-within .group-focus-within\:text-rose-800{color:#9f1239}.group:focus-within .group-focus-within\:text-rose-900{color:#881337}.group:focus-within .group-focus-within\:text-rose-950{color:#4c0519}.group:focus-within .group-focus-within\:text-primary{color:#3874ff}.group:focus-within .group-focus-within\:text-primary-bold{color:#002660}.group:focus-within .group-focus-within\:text-primary-hover{color:#003585}.group:focus-within .group-focus-within\:text-primary-border{color:#156ef3}.group:focus-within .group-focus-within\:text-primary-focus-lv1{color:#6492ff}.group:focus-within .group-focus-within\:text-primary-focus-lv2{color:#c7ddff}.group:focus-within .group-focus-within\:text-primary-bg-color{color:#f8fbff}.group:focus-within .group-focus-within\:text-success{color:#00bd7e}.group:focus-within .group-focus-within\:text-success-bold{color:#006c58}.group:focus-within .group-focus-within\:text-success-hover{color:#008d5e}.group:focus-within .group-focus-within\:text-success-border{color:#17e5a1}.group:focus-within .group-focus-within\:text-success-focus-lv1{color:#a9fbe0}.group:focus-within .group-focus-within\:text-success-bg-color{color:#ebfff8}.group:focus-within .group-focus-within\:text-warning{color:#ffb41f}.group:focus-within .group-focus-within\:text-warning-bold{color:#b77d09}.group:focus-within .group-focus-within\:text-warning-hover{color:#e39f17}.group:focus-within .group-focus-within\:text-warning-border{color:#f7c86a}.group:focus-within .group-focus-within\:text-warning-focus-lv1{color:#fbe0a9}.group:focus-within .group-focus-within\:text-warning-bg-color{color:#fff8eb}.group:focus-within .group-focus-within\:text-danger{color:#b20000}.group:focus-within .group-focus-within\:text-danger-bold{color:#920122}.group:focus-within .group-focus-within\:text-danger-hover{color:#c60833}.group:focus-within .group-focus-within\:text-danger-border{color:#f35370}.group:focus-within .group-focus-within\:text-danger-focus-lv1{color:#fdabb9}.group:focus-within .group-focus-within\:text-danger-bg-color{color:#fff1f4}.group:focus-within .group-focus-within\:text-info{color:#2668cb}.group:focus-within .group-focus-within\:text-info-bold{color:#023480}.group:focus-within .group-focus-within\:text-info-hover{color:#0f4eae}.group:focus-within .group-focus-within\:text-info-border{color:#679ef2}.group:focus-within .group-focus-within\:text-info-focus-lv1{color:#c1d9fd}.group:focus-within .group-focus-within\:text-info-bg-color{color:#f2f7ff}.group:focus-within .group-focus-within\:text-neutral-100{color:#1a1a1a}.group:focus-within .group-focus-within\:text-neutral-90{color:#424242}.group:focus-within .group-focus-within\:text-neutral-80{color:#616161}.group:focus-within .group-focus-within\:text-neutral-70{color:#757575}.group:focus-within .group-focus-within\:text-neutral-60{color:#9e9e9e}.group:focus-within .group-focus-within\:text-neutral-50{color:#c2c2c2}.group:focus-within .group-focus-within\:text-neutral-40{color:#e0e0e0}.group:focus-within .group-focus-within\:text-neutral-30{color:#ededed}.group:focus-within .group-focus-within\:text-neutral-20{color:#f5f5f5}.group:focus-within .group-focus-within\:text-base{color:#f5f7fa}.group:focus-within .group-focus-within\:text-extraLight{font-family:Mulish-ExtraLight,sans-serif}.group:focus-within .group-focus-within\:text-light{font-family:Mulish-Light,sans-serif}.group:focus-within .group-focus-within\:text-regular{font-family:Mulish-Regular,sans-serif}.group:focus-within .group-focus-within\:text-medium{font-family:Mulish-Medium,sans-serif}.group:focus-within .group-focus-within\:text-semiBold{font-family:Mulish-SemiBold,sans-serif}.group:focus-within .group-focus-within\:text-bold{font-family:Mulish-SemiBold,sans-serif}.group:focus-within .group-focus-within\:text-extraBold{font-family:Mulish-ExtraBold,sans-serif}.group:focus-within .group-focus-within\:text-black{font-family:Mulish-Black,sans-serif}.group:focus-within .group-focus-within\:text-blackItalic{font-family:Mulish-BlackItalic,sans-serif}.group:focus-within .group-focus-within\:text-boldItalic{font-family:Mulish-BoldItalic,sans-serif}.group:focus-within .group-focus-within\:text-extraBoldItalic{font-family:Mulish-ExtraBoldItalic,sans-serif}.group:focus-within .group-focus-within\:text-extraLightItalic{font-family:Mulish-ExtraLightItalic,sans-serif}.group:focus-within .group-focus-within\:text-italic{font-family:Mulish-Italic,sans-serif}.group:focus-within .group-focus-within\:text-lightItalic{font-family:Mulish-LightItalic,sans-serif}.group:focus-within .group-focus-within\:text-mediumItalic{font-family:Mulish-MediumItalic,sans-serif}.group:focus-within .group-focus-within\:text-semiBoldItalic{font-family:Mulish-SemiBoldItalic,sans-serif}.group:focus-within .group-focus-within\:top-0{top:0px}.group:focus-within .group-focus-within\:top-px{top:1px}.group:focus-within .group-focus-within\:top-1{top:.25rem}.group:focus-within .group-focus-within\:top-2{top:.5rem}.group:focus-within .group-focus-within\:top-3{top:.75rem}.group:focus-within .group-focus-within\:top-4{top:1rem}.group:focus-within .group-focus-within\:top-5{top:1.25rem}.group:focus-within .group-focus-within\:top-6{top:1.5rem}.group:focus-within .group-focus-within\:top-7{top:1.75rem}.group:focus-within .group-focus-within\:top-8{top:2rem}.group:focus-within .group-focus-within\:top-9{top:2.25rem}.group:focus-within .group-focus-within\:top-10{top:2.5rem}.group:focus-within .group-focus-within\:top-11{top:2.75rem}.group:focus-within .group-focus-within\:top-12{top:3rem}.group:focus-within .group-focus-within\:top-14{top:3.5rem}.group:focus-within .group-focus-within\:top-16{top:4rem}.group:focus-within .group-focus-within\:top-20{top:5rem}.group:focus-within .group-focus-within\:top-24{top:6rem}.group:focus-within .group-focus-within\:top-28{top:7rem}.group:focus-within .group-focus-within\:top-32{top:8rem}.group:focus-within .group-focus-within\:top-36{top:9rem}.group:focus-within .group-focus-within\:top-40{top:10rem}.group:focus-within .group-focus-within\:top-44{top:11rem}.group:focus-within .group-focus-within\:top-48{top:12rem}.group:focus-within .group-focus-within\:top-52{top:13rem}.group:focus-within .group-focus-within\:top-56{top:14rem}.group:focus-within .group-focus-within\:top-60{top:15rem}.group:focus-within .group-focus-within\:top-64{top:16rem}.group:focus-within .group-focus-within\:top-72{top:18rem}.group:focus-within .group-focus-within\:top-80{top:20rem}.group:focus-within .group-focus-within\:top-96{top:24rem}.group:focus-within .group-focus-within\:top-auto{top:auto}.group:focus-within .group-focus-within\:top-full{top:100%}.group:focus-within .group-focus-within\:top-screen{top:100vh}.group:focus-within .group-focus-within\:top-min{top:min-content}.group:focus-within .group-focus-within\:top-max{top:max-content}.group:focus-within .group-focus-within\:top-fit{top:fit-content}.group:focus-within .group-focus-within\:top-1\/2{top:50%}.group:focus-within .group-focus-within\:top-1\/3{top:33.333333%}.group:focus-within .group-focus-within\:top-1\/4{top:25%}.group:focus-within .group-focus-within\:top-1\/5{top:20%}.group:focus-within .group-focus-within\:top-1\/6{top:16.666667%}.group:focus-within .group-focus-within\:top-1\/12{top:8.333333%}.group:focus-within .group-focus-within\:bottom-0{bottom:0px}.group:focus-within .group-focus-within\:bottom-px{bottom:1px}.group:focus-within .group-focus-within\:bottom-1{bottom:.25rem}.group:focus-within .group-focus-within\:bottom-2{bottom:.5rem}.group:focus-within .group-focus-within\:bottom-3{bottom:.75rem}.group:focus-within .group-focus-within\:bottom-4{bottom:1rem}.group:focus-within .group-focus-within\:bottom-5{bottom:1.25rem}.group:focus-within .group-focus-within\:bottom-6{bottom:1.5rem}.group:focus-within .group-focus-within\:bottom-7{bottom:1.75rem}.group:focus-within .group-focus-within\:bottom-8{bottom:2rem}.group:focus-within .group-focus-within\:bottom-9{bottom:2.25rem}.group:focus-within .group-focus-within\:bottom-10{bottom:2.5rem}.group:focus-within .group-focus-within\:bottom-11{bottom:2.75rem}.group:focus-within .group-focus-within\:bottom-12{bottom:3rem}.group:focus-within .group-focus-within\:bottom-14{bottom:3.5rem}.group:focus-within .group-focus-within\:bottom-16{bottom:4rem}.group:focus-within .group-focus-within\:bottom-20{bottom:5rem}.group:focus-within .group-focus-within\:bottom-24{bottom:6rem}.group:focus-within .group-focus-within\:bottom-28{bottom:7rem}.group:focus-within .group-focus-within\:bottom-32{bottom:8rem}.group:focus-within .group-focus-within\:bottom-36{bottom:9rem}.group:focus-within .group-focus-within\:bottom-40{bottom:10rem}.group:focus-within .group-focus-within\:bottom-44{bottom:11rem}.group:focus-within .group-focus-within\:bottom-48{bottom:12rem}.group:focus-within .group-focus-within\:bottom-52{bottom:13rem}.group:focus-within .group-focus-within\:bottom-56{bottom:14rem}.group:focus-within .group-focus-within\:bottom-60{bottom:15rem}.group:focus-within .group-focus-within\:bottom-64{bottom:16rem}.group:focus-within .group-focus-within\:bottom-72{bottom:18rem}.group:focus-within .group-focus-within\:bottom-80{bottom:20rem}.group:focus-within .group-focus-within\:bottom-96{bottom:24rem}.group:focus-within .group-focus-within\:bottom-auto{bottom:auto}.group:focus-within .group-focus-within\:bottom-full{bottom:100%}.group:focus-within .group-focus-within\:bottom-screen{bottom:100vh}.group:focus-within .group-focus-within\:bottom-min{bottom:min-content}.group:focus-within .group-focus-within\:bottom-max{bottom:max-content}.group:focus-within .group-focus-within\:bottom-fit{bottom:fit-content}.group:focus-within .group-focus-within\:bottom-1\/2{bottom:50%}.group:focus-within .group-focus-within\:bottom-1\/3{bottom:33.333333%}.group:focus-within .group-focus-within\:bottom-1\/4{bottom:25%}.group:focus-within .group-focus-within\:bottom-1\/5{bottom:20%}.group:focus-within .group-focus-within\:bottom-1\/6{bottom:16.666667%}.group:focus-within .group-focus-within\:bottom-1\/12{bottom:8.333333%}.group:focus-within .group-focus-within\:right-0{right:0px}.group:focus-within .group-focus-within\:right-px{right:1px}.group:focus-within .group-focus-within\:right-1{right:.25rem}.group:focus-within .group-focus-within\:right-2{right:.5rem}.group:focus-within .group-focus-within\:right-3{right:.75rem}.group:focus-within .group-focus-within\:right-4{right:1rem}.group:focus-within .group-focus-within\:right-5{right:1.25rem}.group:focus-within .group-focus-within\:right-6{right:1.5rem}.group:focus-within .group-focus-within\:right-7{right:1.75rem}.group:focus-within .group-focus-within\:right-8{right:2rem}.group:focus-within .group-focus-within\:right-9{right:2.25rem}.group:focus-within .group-focus-within\:right-10{right:2.5rem}.group:focus-within .group-focus-within\:right-11{right:2.75rem}.group:focus-within .group-focus-within\:right-12{right:3rem}.group:focus-within .group-focus-within\:right-14{right:3.5rem}.group:focus-within .group-focus-within\:right-16{right:4rem}.group:focus-within .group-focus-within\:right-20{right:5rem}.group:focus-within .group-focus-within\:right-24{right:6rem}.group:focus-within .group-focus-within\:right-28{right:7rem}.group:focus-within .group-focus-within\:right-32{right:8rem}.group:focus-within .group-focus-within\:right-36{right:9rem}.group:focus-within .group-focus-within\:right-40{right:10rem}.group:focus-within .group-focus-within\:right-44{right:11rem}.group:focus-within .group-focus-within\:right-48{right:12rem}.group:focus-within .group-focus-within\:right-52{right:13rem}.group:focus-within .group-focus-within\:right-56{right:14rem}.group:focus-within .group-focus-within\:right-60{right:15rem}.group:focus-within .group-focus-within\:right-64{right:16rem}.group:focus-within .group-focus-within\:right-72{right:18rem}.group:focus-within .group-focus-within\:right-80{right:20rem}.group:focus-within .group-focus-within\:right-96{right:24rem}.group:focus-within .group-focus-within\:right-auto{right:auto}.group:focus-within .group-focus-within\:right-full{right:100%}.group:focus-within .group-focus-within\:right-screen{right:100vh}.group:focus-within .group-focus-within\:right-min{right:min-content}.group:focus-within .group-focus-within\:right-max{right:max-content}.group:focus-within .group-focus-within\:right-fit{right:fit-content}.group:focus-within .group-focus-within\:right-1\/2{right:50%}.group:focus-within .group-focus-within\:right-1\/3{right:33.333333%}.group:focus-within .group-focus-within\:right-1\/4{right:25%}.group:focus-within .group-focus-within\:right-1\/5{right:20%}.group:focus-within .group-focus-within\:right-1\/6{right:16.666667%}.group:focus-within .group-focus-within\:right-1\/12{right:8.333333%}.group:focus-within .group-focus-within\:left-0{left:0px}.group:focus-within .group-focus-within\:left-px{left:1px}.group:focus-within .group-focus-within\:left-1{left:.25rem}.group:focus-within .group-focus-within\:left-2{left:.5rem}.group:focus-within .group-focus-within\:left-3{left:.75rem}.group:focus-within .group-focus-within\:left-4{left:1rem}.group:focus-within .group-focus-within\:left-5{left:1.25rem}.group:focus-within .group-focus-within\:left-6{left:1.5rem}.group:focus-within .group-focus-within\:left-7{left:1.75rem}.group:focus-within .group-focus-within\:left-8{left:2rem}.group:focus-within .group-focus-within\:left-9{left:2.25rem}.group:focus-within .group-focus-within\:left-10{left:2.5rem}.group:focus-within .group-focus-within\:left-11{left:2.75rem}.group:focus-within .group-focus-within\:left-12{left:3rem}.group:focus-within .group-focus-within\:left-14{left:3.5rem}.group:focus-within .group-focus-within\:left-16{left:4rem}.group:focus-within .group-focus-within\:left-20{left:5rem}.group:focus-within .group-focus-within\:left-24{left:6rem}.group:focus-within .group-focus-within\:left-28{left:7rem}.group:focus-within .group-focus-within\:left-32{left:8rem}.group:focus-within .group-focus-within\:left-36{left:9rem}.group:focus-within .group-focus-within\:left-40{left:10rem}.group:focus-within .group-focus-within\:left-44{left:11rem}.group:focus-within .group-focus-within\:left-48{left:12rem}.group:focus-within .group-focus-within\:left-52{left:13rem}.group:focus-within .group-focus-within\:left-56{left:14rem}.group:focus-within .group-focus-within\:left-60{left:15rem}.group:focus-within .group-focus-within\:left-64{left:16rem}.group:focus-within .group-focus-within\:left-72{left:18rem}.group:focus-within .group-focus-within\:left-80{left:20rem}.group:focus-within .group-focus-within\:left-96{left:24rem}.group:focus-within .group-focus-within\:left-auto{left:auto}.group:focus-within .group-focus-within\:left-full{left:100%}.group:focus-within .group-focus-within\:left-screen{left:100vh}.group:focus-within .group-focus-within\:left-min{left:min-content}.group:focus-within .group-focus-within\:left-max{left:max-content}.group:focus-within .group-focus-within\:left-fit{left:fit-content}.group:focus-within .group-focus-within\:left-1\/2{left:50%}.group:focus-within .group-focus-within\:left-1\/3{left:33.333333%}.group:focus-within .group-focus-within\:left-1\/4{left:25%}.group:focus-within .group-focus-within\:left-1\/5{left:20%}.group:focus-within .group-focus-within\:left-1\/6{left:16.666667%}.group:focus-within .group-focus-within\:left-1\/12{left:8.333333%}.group:focus-within .group-focus-within\:z-0{z-index:0}.group:focus-within .group-focus-within\:z-10{z-index:10}.group:focus-within .group-focus-within\:z-20{z-index:20}.group:focus-within .group-focus-within\:z-30{z-index:30}.group:focus-within .group-focus-within\:z-40{z-index:40}.group:focus-within .group-focus-within\:z-50{z-index:50}.group:focus-within .group-focus-within\:z-auto{z-index:auto}.group:focus-within .group-focus-within\:m-auto{margin:auto}.group:focus-within .group-focus-within\:ml-auto{margin-left:auto}.group:focus-within .group-focus-within\:mr-auto{margin-right:auto}.group:focus-within .group-focus-within\:mx-auto{margin:0 auto}.group:focus-within .group-focus-within\:my-auto{margin:auto 0}.group:focus-within .group-focus-within\:mb-auto{margin-bottom:auto}.group:focus-within .group-focus-within\:mt-auto{margin-top:auto}.group:focus-within .group-focus-within\:m-0{margin:0}.group:focus-within .group-focus-within\:ml-0{margin-left:0}.group:focus-within .group-focus-within\:mr-0{margin-right:0}.group:focus-within .group-focus-within\:mx-0{margin:0}.group:focus-within .group-focus-within\:my-0{margin:0}.group:focus-within .group-focus-within\:mb-0{margin-bottom:0}.group:focus-within .group-focus-within\:mt-0{margin-top:0}.group:focus-within .group-focus-within\:m-1{margin:.25rem}.group:focus-within .group-focus-within\:ml-1{margin-left:.25rem}.group:focus-within .group-focus-within\:mr-1{margin-right:.25rem}.group:focus-within .group-focus-within\:mx-1{margin:0px .25rem}.group:focus-within .group-focus-within\:my-1{margin:.25rem 0px}.group:focus-within .group-focus-within\:mb-1{margin-bottom:.25rem}.group:focus-within .group-focus-within\:mt-1{margin-top:.25rem}.group:focus-within .group-focus-within\:m-2{margin:.5rem}.group:focus-within .group-focus-within\:ml-2{margin-left:.5rem}.group:focus-within .group-focus-within\:mr-2{margin-right:.5rem}.group:focus-within .group-focus-within\:mx-2{margin:0px .5rem}.group:focus-within .group-focus-within\:my-2{margin:.5rem 0px}.group:focus-within .group-focus-within\:mb-2{margin-bottom:.5rem}.group:focus-within .group-focus-within\:mt-2{margin-top:.5rem}.group:focus-within .group-focus-within\:m-3{margin:.75rem}.group:focus-within .group-focus-within\:ml-3{margin-left:.75rem}.group:focus-within .group-focus-within\:mr-3{margin-right:.75rem}.group:focus-within .group-focus-within\:mx-3{margin:0px .75rem}.group:focus-within .group-focus-within\:my-3{margin:.75rem 0px}.group:focus-within .group-focus-within\:mb-3{margin-bottom:.75rem}.group:focus-within .group-focus-within\:mt-3{margin-top:.75rem}.group:focus-within .group-focus-within\:m-4{margin:1rem}.group:focus-within .group-focus-within\:ml-4{margin-left:1rem}.group:focus-within .group-focus-within\:mr-4{margin-right:1rem}.group:focus-within .group-focus-within\:mx-4{margin:0px 1rem}.group:focus-within .group-focus-within\:my-4{margin:1rem 0px}.group:focus-within .group-focus-within\:mb-4{margin-bottom:1rem}.group:focus-within .group-focus-within\:mt-4{margin-top:1rem}.group:focus-within .group-focus-within\:m-5{margin:1.25rem}.group:focus-within .group-focus-within\:ml-5{margin-left:1.25rem}.group:focus-within .group-focus-within\:mr-5{margin-right:1.25rem}.group:focus-within .group-focus-within\:mx-5{margin:0px 1.25rem}.group:focus-within .group-focus-within\:my-5{margin:1.25rem 0px}.group:focus-within .group-focus-within\:mb-5{margin-bottom:1.25rem}.group:focus-within .group-focus-within\:mt-5{margin-top:1.25rem}.group:focus-within .group-focus-within\:m-6{margin:1.5rem}.group:focus-within .group-focus-within\:ml-6{margin-left:1.5rem}.group:focus-within .group-focus-within\:mr-6{margin-right:1.5rem}.group:focus-within .group-focus-within\:mx-6{margin:0px 1.5rem}.group:focus-within .group-focus-within\:my-6{margin:1.5rem 0px}.group:focus-within .group-focus-within\:mb-6{margin-bottom:1.5rem}.group:focus-within .group-focus-within\:mt-6{margin-top:1.5rem}.group:focus-within .group-focus-within\:m-7{margin:1.75rem}.group:focus-within .group-focus-within\:ml-7{margin-left:1.75rem}.group:focus-within .group-focus-within\:mr-7{margin-right:1.75rem}.group:focus-within .group-focus-within\:mx-7{margin:0px 1.75rem}.group:focus-within .group-focus-within\:my-7{margin:1.75rem 0px}.group:focus-within .group-focus-within\:mb-7{margin-bottom:1.75rem}.group:focus-within .group-focus-within\:mt-7{margin-top:1.75rem}.group:focus-within .group-focus-within\:m-8{margin:2rem}.group:focus-within .group-focus-within\:ml-8{margin-left:2rem}.group:focus-within .group-focus-within\:mr-8{margin-right:2rem}.group:focus-within .group-focus-within\:mx-8{margin:0px 2rem}.group:focus-within .group-focus-within\:my-8{margin:2rem 0px}.group:focus-within .group-focus-within\:mb-8{margin-bottom:2rem}.group:focus-within .group-focus-within\:mt-8{margin-top:2rem}.group:focus-within .group-focus-within\:m-9{margin:2.25rem}.group:focus-within .group-focus-within\:ml-9{margin-left:2.25rem}.group:focus-within .group-focus-within\:mr-9{margin-right:2.25rem}.group:focus-within .group-focus-within\:mx-9{margin:0px 2.25rem}.group:focus-within .group-focus-within\:my-9{margin:2.25rem 0px}.group:focus-within .group-focus-within\:mb-9{margin-bottom:2.25rem}.group:focus-within .group-focus-within\:mt-9{margin-top:2.25rem}.group:focus-within .group-focus-within\:m-10{margin:2.5rem}.group:focus-within .group-focus-within\:ml-10{margin-left:2.5rem}.group:focus-within .group-focus-within\:mr-10{margin-right:2.5rem}.group:focus-within .group-focus-within\:mx-10{margin:0px 2.5rem}.group:focus-within .group-focus-within\:my-10{margin:2.5rem 0px}.group:focus-within .group-focus-within\:mb-10{margin-bottom:2.5rem}.group:focus-within .group-focus-within\:mt-10{margin-top:2.5rem}.group:focus-within .group-focus-within\:m-11{margin:2.75rem}.group:focus-within .group-focus-within\:ml-11{margin-left:2.75rem}.group:focus-within .group-focus-within\:mr-11{margin-right:2.75rem}.group:focus-within .group-focus-within\:mx-11{margin:0px 2.75rem}.group:focus-within .group-focus-within\:my-11{margin:2.75rem 0px}.group:focus-within .group-focus-within\:mb-11{margin-bottom:2.75rem}.group:focus-within .group-focus-within\:mt-11{margin-top:2.75rem}.group:focus-within .group-focus-within\:m-12{margin:3rem}.group:focus-within .group-focus-within\:ml-12{margin-left:3rem}.group:focus-within .group-focus-within\:mr-12{margin-right:3rem}.group:focus-within .group-focus-within\:mx-12{margin:0px 3rem}.group:focus-within .group-focus-within\:my-12{margin:3rem 0px}.group:focus-within .group-focus-within\:mb-12{margin-bottom:3rem}.group:focus-within .group-focus-within\:mt-12{margin-top:3rem}.group:focus-within .group-focus-within\:m-14{margin:3.5rem}.group:focus-within .group-focus-within\:ml-14{margin-left:3.5rem}.group:focus-within .group-focus-within\:mr-14{margin-right:3.5rem}.group:focus-within .group-focus-within\:mx-14{margin:0px 3.5rem}.group:focus-within .group-focus-within\:my-14{margin:3.5rem 0px}.group:focus-within .group-focus-within\:mb-14{margin-bottom:3.5rem}.group:focus-within .group-focus-within\:mt-14{margin-top:3.5rem}.group:focus-within .group-focus-within\:m-16{margin:4rem}.group:focus-within .group-focus-within\:ml-16{margin-left:4rem}.group:focus-within .group-focus-within\:mr-16{margin-right:4rem}.group:focus-within .group-focus-within\:mx-16{margin:0px 4rem}.group:focus-within .group-focus-within\:my-16{margin:4rem 0px}.group:focus-within .group-focus-within\:mb-16{margin-bottom:4rem}.group:focus-within .group-focus-within\:mt-16{margin-top:4rem}.group:focus-within .group-focus-within\:m-20{margin:5rem}.group:focus-within .group-focus-within\:ml-20{margin-left:5rem}.group:focus-within .group-focus-within\:mr-20{margin-right:5rem}.group:focus-within .group-focus-within\:mx-20{margin:0px 5rem}.group:focus-within .group-focus-within\:my-20{margin:5rem 0px}.group:focus-within .group-focus-within\:mb-20{margin-bottom:5rem}.group:focus-within .group-focus-within\:mt-20{margin-top:5rem}.group:focus-within .group-focus-within\:m-24{margin:6rem}.group:focus-within .group-focus-within\:ml-24{margin-left:6rem}.group:focus-within .group-focus-within\:mr-24{margin-right:6rem}.group:focus-within .group-focus-within\:mx-24{margin:0px 6rem}.group:focus-within .group-focus-within\:my-24{margin:6rem 0px}.group:focus-within .group-focus-within\:mb-24{margin-bottom:6rem}.group:focus-within .group-focus-within\:mt-24{margin-top:6rem}.group:focus-within .group-focus-within\:m-28{margin:7rem}.group:focus-within .group-focus-within\:ml-28{margin-left:7rem}.group:focus-within .group-focus-within\:mr-28{margin-right:7rem}.group:focus-within .group-focus-within\:mx-28{margin:0px 7rem}.group:focus-within .group-focus-within\:my-28{margin:7rem 0px}.group:focus-within .group-focus-within\:mb-28{margin-bottom:7rem}.group:focus-within .group-focus-within\:mt-28{margin-top:7rem}.group:focus-within .group-focus-within\:m-32{margin:8rem}.group:focus-within .group-focus-within\:ml-32{margin-left:8rem}.group:focus-within .group-focus-within\:mr-32{margin-right:8rem}.group:focus-within .group-focus-within\:mx-32{margin:0px 8rem}.group:focus-within .group-focus-within\:my-32{margin:8rem 0px}.group:focus-within .group-focus-within\:mb-32{margin-bottom:8rem}.group:focus-within .group-focus-within\:mt-32{margin-top:8rem}.group:focus-within .group-focus-within\:m-36{margin:9rem}.group:focus-within .group-focus-within\:ml-36{margin-left:9rem}.group:focus-within .group-focus-within\:mr-36{margin-right:9rem}.group:focus-within .group-focus-within\:mx-36{margin:0px 9rem}.group:focus-within .group-focus-within\:my-36{margin:9rem 0px}.group:focus-within .group-focus-within\:mb-36{margin-bottom:9rem}.group:focus-within .group-focus-within\:mt-36{margin-top:9rem}.group:focus-within .group-focus-within\:m-40{margin:10rem}.group:focus-within .group-focus-within\:ml-40{margin-left:10rem}.group:focus-within .group-focus-within\:mr-40{margin-right:10rem}.group:focus-within .group-focus-within\:mx-40{margin:0px 10rem}.group:focus-within .group-focus-within\:my-40{margin:10rem 0px}.group:focus-within .group-focus-within\:mb-40{margin-bottom:10rem}.group:focus-within .group-focus-within\:mt-40{margin-top:10rem}.group:focus-within .group-focus-within\:m-44{margin:11rem}.group:focus-within .group-focus-within\:ml-44{margin-left:11rem}.group:focus-within .group-focus-within\:mr-44{margin-right:11rem}.group:focus-within .group-focus-within\:mx-44{margin:0px 11rem}.group:focus-within .group-focus-within\:my-44{margin:11rem 0px}.group:focus-within .group-focus-within\:mb-44{margin-bottom:11rem}.group:focus-within .group-focus-within\:mt-44{margin-top:11rem}.group:focus-within .group-focus-within\:m-48{margin:12rem}.group:focus-within .group-focus-within\:ml-48{margin-left:12rem}.group:focus-within .group-focus-within\:mr-48{margin-right:12rem}.group:focus-within .group-focus-within\:mx-48{margin:0px 12rem}.group:focus-within .group-focus-within\:my-48{margin:12rem 0px}.group:focus-within .group-focus-within\:mb-48{margin-bottom:12rem}.group:focus-within .group-focus-within\:mt-48{margin-top:12rem}.group:focus-within .group-focus-within\:m-52{margin:13rem}.group:focus-within .group-focus-within\:ml-52{margin-left:13rem}.group:focus-within .group-focus-within\:mr-52{margin-right:13rem}.group:focus-within .group-focus-within\:mx-52{margin:0px 13rem}.group:focus-within .group-focus-within\:my-52{margin:13rem 0px}.group:focus-within .group-focus-within\:mb-52{margin-bottom:13rem}.group:focus-within .group-focus-within\:mt-52{margin-top:13rem}.group:focus-within .group-focus-within\:m-56{margin:14rem}.group:focus-within .group-focus-within\:ml-56{margin-left:14rem}.group:focus-within .group-focus-within\:mr-56{margin-right:14rem}.group:focus-within .group-focus-within\:mx-56{margin:0px 14rem}.group:focus-within .group-focus-within\:my-56{margin:14rem 0px}.group:focus-within .group-focus-within\:mb-56{margin-bottom:14rem}.group:focus-within .group-focus-within\:mt-56{margin-top:14rem}.group:focus-within .group-focus-within\:m-60{margin:15rem}.group:focus-within .group-focus-within\:ml-60{margin-left:15rem}.group:focus-within .group-focus-within\:mr-60{margin-right:15rem}.group:focus-within .group-focus-within\:mx-60{margin:0px 15rem}.group:focus-within .group-focus-within\:my-60{margin:15rem 0px}.group:focus-within .group-focus-within\:mb-60{margin-bottom:15rem}.group:focus-within .group-focus-within\:mt-60{margin-top:15rem}.group:focus-within .group-focus-within\:m-64{margin:16rem}.group:focus-within .group-focus-within\:ml-64{margin-left:16rem}.group:focus-within .group-focus-within\:mr-64{margin-right:16rem}.group:focus-within .group-focus-within\:mx-64{margin:0px 16rem}.group:focus-within .group-focus-within\:my-64{margin:16rem 0px}.group:focus-within .group-focus-within\:mb-64{margin-bottom:16rem}.group:focus-within .group-focus-within\:mt-64{margin-top:16rem}.group:focus-within .group-focus-within\:m-72{margin:18rem}.group:focus-within .group-focus-within\:ml-72{margin-left:18rem}.group:focus-within .group-focus-within\:mr-72{margin-right:18rem}.group:focus-within .group-focus-within\:mx-72{margin:0px 18rem}.group:focus-within .group-focus-within\:my-72{margin:18rem 0px}.group:focus-within .group-focus-within\:mb-72{margin-bottom:18rem}.group:focus-within .group-focus-within\:mt-72{margin-top:18rem}.group:focus-within .group-focus-within\:m-80{margin:20rem}.group:focus-within .group-focus-within\:ml-80{margin-left:20rem}.group:focus-within .group-focus-within\:mr-80{margin-right:20rem}.group:focus-within .group-focus-within\:mx-80{margin:0px 20rem}.group:focus-within .group-focus-within\:my-80{margin:20rem 0px}.group:focus-within .group-focus-within\:mb-80{margin-bottom:20rem}.group:focus-within .group-focus-within\:mt-80{margin-top:20rem}.group:focus-within .group-focus-within\:m-96{margin:24rem}.group:focus-within .group-focus-within\:ml-96{margin-left:24rem}.group:focus-within .group-focus-within\:mr-96{margin-right:24rem}.group:focus-within .group-focus-within\:mx-96{margin:0px 24rem}.group:focus-within .group-focus-within\:my-96{margin:24rem 0px}.group:focus-within .group-focus-within\:mb-96{margin-bottom:24rem}.group:focus-within .group-focus-within\:mt-96{margin-top:24rem}.group:focus-within .group-focus-within\:gap-0{gap:0px}.group:focus-within .group-focus-within\:gap-1{gap:.25rem}.group:focus-within .group-focus-within\:gap-2{gap:.5rem}.group:focus-within .group-focus-within\:gap-3{gap:.75rem}.group:focus-within .group-focus-within\:gap-4{gap:1rem}.group:focus-within .group-focus-within\:gap-5{gap:1.25rem}.group:focus-within .group-focus-within\:gap-6{gap:1.5rem}.group:focus-within .group-focus-within\:gap-7{gap:1.75rem}.group:focus-within .group-focus-within\:gap-8{gap:2rem}.group:focus-within .group-focus-within\:gap-9{gap:2.25rem}.group:focus-within .group-focus-within\:gap-10{gap:2.5rem}.group:focus-within .group-focus-within\:gap-11{gap:2.75rem}.group:focus-within .group-focus-within\:gap-12{gap:3rem}.group:focus-within .group-focus-within\:gap-14{gap:3.5rem}.group:focus-within .group-focus-within\:gap-16{gap:4rem}.group:focus-within .group-focus-within\:gap-20{gap:5rem}.group:focus-within .group-focus-within\:gap-24{gap:6rem}.group:focus-within .group-focus-within\:gap-28{gap:7rem}.group:focus-within .group-focus-within\:gap-32{gap:8rem}.group:focus-within .group-focus-within\:gap-36{gap:9rem}.group:focus-within .group-focus-within\:gap-40{gap:10rem}.group:focus-within .group-focus-within\:gap-44{gap:11rem}.group:focus-within .group-focus-within\:gap-48{gap:12rem}.group:focus-within .group-focus-within\:gap-52{gap:13rem}.group:focus-within .group-focus-within\:gap-56{gap:14rem}.group:focus-within .group-focus-within\:gap-60{gap:15rem}.group:focus-within .group-focus-within\:gap-64{gap:16rem}.group:focus-within .group-focus-within\:gap-72{gap:18rem}.group:focus-within .group-focus-within\:gap-80{gap:20rem}.group:focus-within .group-focus-within\:gap-96{gap:24rem}.group:focus-within .group-focus-within\:justify-center{justify-content:center}.group:focus-within .group-focus-within\:justify-end{justify-content:end}.group:focus-within .group-focus-within\:justify-start{justify-content:start}.group:focus-within .group-focus-within\:justify-between{justify-content:space-between}.group:focus-within .group-focus-within\:justify-baseline{justify-content:baseline}.group:focus-within .group-focus-within\:justify-around{justify-content:space-around}.group:focus-within .group-focus-within\:justify-evenly{justify-content:space-evenly}.group:focus-within .group-focus-within\:items-center{align-items:center}.group:focus-within .group-focus-within\:items-baseline{align-items:baseline}.group:focus-within .group-focus-within\:items-end{align-items:flex-end}.group:focus-within .group-focus-within\:items-start{align-items:flex-start}.group:focus-within .group-focus-within\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.group:focus-within .group-focus-within\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.group:focus-within .group-focus-within\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.group:focus-within .group-focus-within\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.group:focus-within .group-focus-within\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.group:focus-within .group-focus-within\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.group:focus-within .group-focus-within\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.group:focus-within .group-focus-within\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.group:focus-within .group-focus-within\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.group:focus-within .group-focus-within\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.group:focus-within .group-focus-within\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.group:focus-within .group-focus-within\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.group:focus-within .group-focus-within\:grid-cols-none{grid-template-columns:none}.group:focus-within .group-focus-within\:object-contain{object-fit:contain}.group:focus-within .group-focus-within\:object-cover{object-fit:cover}.group:focus-within .group-focus-within\:object-fill{object-fit:fill}.group:focus-within .group-focus-within\:object-none{object-fit:none}.group:focus-within .group-focus-within\:object-scale-down{object-fit:scale-down}.group:focus-within .group-focus-within\:backdrop-blur-none{backdrop-filter:blur(0)}.group:focus-within .group-focus-within\:backdrop-blur-sm{backdrop-filter:blur(4px)}.group:focus-within .group-focus-within\:backdrop-blur{backdrop-filter:blur(8px)}.group:focus-within .group-focus-within\:backdrop-blur-md{backdrop-filter:blur(12px)}.group:focus-within .group-focus-within\:backdrop-blur-lg{backdrop-filter:blur(16px)}.group:focus-within .group-focus-within\:backdrop-blur-xl{backdrop-filter:blur(24px)}.group:focus-within .group-focus-within\:backdrop-blur-2xl{backdrop-filter:blur(40px)}.group:focus-within .group-focus-within\:backdrop-blur-3xl{backdrop-filter:blur(64px)}.group:focus-within .group-focus-within\:col-auto{grid-column:auto}.group:focus-within .group-focus-within\:col-span-1{grid-column:span 1/span 1}.group:focus-within .group-focus-within\:col-span-2{grid-column:span 2/span 2}.group:focus-within .group-focus-within\:col-span-3{grid-column:span 3/span 3}.group:focus-within .group-focus-within\:col-span-4{grid-column:span 4/span 4}.group:focus-within .group-focus-within\:col-span-5{grid-column:span 5/span 5}.group:focus-within .group-focus-within\:col-span-6{grid-column:span 6/span 6}.group:focus-within .group-focus-within\:col-span-7{grid-column:span 7/span 7}.group:focus-within .group-focus-within\:col-span-8{grid-column:span 8/span 8}.group:focus-within .group-focus-within\:col-span-9{grid-column:span 9/span 9}.group:focus-within .group-focus-within\:col-span-10{grid-column:span 10/span 10}.group:focus-within .group-focus-within\:col-span-11{grid-column:span 11/span 11}.group:focus-within .group-focus-within\:col-span-12{grid-column:span 12/span 12}.group:focus-within .group-focus-within\:col-start-1{grid-column-start:1}.group:focus-within .group-focus-within\:col-start-2{grid-column-start:2}.group:focus-within .group-focus-within\:col-start-3{grid-column-start:3}.group:focus-within .group-focus-within\:col-start-4{grid-column-start:4}.group:focus-within .group-focus-within\:col-start-5{grid-column-start:5}.group:focus-within .group-focus-within\:col-start-6{grid-column-start:6}.group:focus-within .group-focus-within\:col-start-7{grid-column-start:7}.group:focus-within .group-focus-within\:col-start-8{grid-column-start:8}.group:focus-within .group-focus-within\:col-start-9{grid-column-start:9}.group:focus-within .group-focus-within\:col-start-10{grid-column-start:10}.group:focus-within .group-focus-within\:col-start-11{grid-column-start:11}.group:focus-within .group-focus-within\:col-start-12{grid-column-start:12}.group:focus-within .group-focus-within\:col-start-13{grid-column-start:13}.group:focus-within .group-focus-within\:col-start-auto{grid-column-start:auto}.group:focus-within .group-focus-within\:col-end-1{grid-column-end:1}.group:focus-within .group-focus-within\:col-end-2{grid-column-end:2}.group:focus-within .group-focus-within\:col-end-3{grid-column-end:3}.group:focus-within .group-focus-within\:col-end-4{grid-column-end:4}.group:focus-within .group-focus-within\:col-end-5{grid-column-end:5}.group:focus-within .group-focus-within\:col-end-6{grid-column-end:6}.group:focus-within .group-focus-within\:col-end-7{grid-column-end:7}.group:focus-within .group-focus-within\:col-end-8{grid-column-end:8}.group:focus-within .group-focus-within\:col-end-9{grid-column-end:9}.group:focus-within .group-focus-within\:col-end-10{grid-column-end:10}.group:focus-within .group-focus-within\:col-end-11{grid-column-end:11}.group:focus-within .group-focus-within\:col-end-12{grid-column-end:12}.group:focus-within .group-focus-within\:col-end-13{grid-column-end:13}.group:focus-within .group-focus-within\:col-end-auto{grid-column-end:auto}.group:focus-within .group-focus-within\:indent-0{text-indent:0px}.group:focus-within .group-focus-within\:indent-px{text-indent:1px}.group:focus-within .group-focus-within\:indent-1{text-indent:.25rem}.group:focus-within .group-focus-within\:indent-2{text-indent:.5rem}.group:focus-within .group-focus-within\:indent-3{text-indent:.75rem}.group:focus-within .group-focus-within\:indent-4{text-indent:1rem}.group:focus-within .group-focus-within\:indent-5{text-indent:1.25rem}.group:focus-within .group-focus-within\:indent-6{text-indent:1.5rem}.group:focus-within .group-focus-within\:indent-7{text-indent:1.75rem}.group:focus-within .group-focus-within\:indent-8{text-indent:2rem}.group:focus-within .group-focus-within\:indent-9{text-indent:2.25rem}.group:focus-within .group-focus-within\:indent-10{text-indent:2.5rem}.group:focus-within .group-focus-within\:indent-11{text-indent:2.75rem}.group:focus-within .group-focus-within\:indent-12{text-indent:3rem}.group:focus-within .group-focus-within\:indent-14{text-indent:3.5rem}.group:focus-within .group-focus-within\:indent-16{text-indent:4rem}.group:focus-within .group-focus-within\:indent-20{text-indent:5rem}.group:focus-within .group-focus-within\:indent-24{text-indent:6rem}.group:focus-within .group-focus-within\:indent-28{text-indent:7rem}.group:focus-within .group-focus-within\:indent-32{text-indent:8rem}.group:focus-within .group-focus-within\:indent-36{text-indent:9rem}.group:focus-within .group-focus-within\:indent-40{text-indent:10rem}.group:focus-within .group-focus-within\:indent-44{text-indent:11rem}.group:focus-within .group-focus-within\:indent-48{text-indent:12rem}.group:focus-within .group-focus-within\:indent-52{text-indent:13rem}.group:focus-within .group-focus-within\:indent-56{text-indent:14rem}.group:focus-within .group-focus-within\:indent-60{text-indent:15rem}.group:focus-within .group-focus-within\:indent-64{text-indent:16rem}.group:focus-within .group-focus-within\:indent-72{text-indent:18rem}.group:focus-within .group-focus-within\:indent-80{text-indent:20rem}.group:focus-within .group-focus-within\:indent-96{text-indent:24rem}.group:focus-within .group-focus-within\:indent-0\.5{text-transform:.125rem}.group:focus-within .group-focus-within\:indent-1\.5{text-transform:.375rem}.group:focus-within .group-focus-within\:indent-2\.5{text-transform:.625rem}.group:focus-within .group-focus-within\:indent-3\.5{text-transform:.875rem}.group:focus-within .group-focus-within\: .underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.group:focus-within .group-focus-within\: .overline{-webkit-text-decoration-line:overline;text-decoration-line:overline}.group:focus-within .group-focus-within\: .through{-webkit-text-decoration-line:line-through;text-decoration-line:line-through}.group:focus-within .group-focus-within\: .none{-webkit-text-decoration-line:none;text-decoration-line:none}.group:focus-within .group-focus-within\: .uppercase{text-transform:uppercase}.group:focus-within .group-focus-within\: .lowercase{text-transform:lowercase}.group:focus-within .group-focus-within\: .capitalize{text-transform:capitalize}.group:focus-within .group-focus-within\: .normal-case{text-transform:none}.group:focus-within .group-focus-within\:shadow-2-12{box-shadow:0 2px 4px #0000001f}.group:focus-within .group-focus-within\:shadow-4-10{box-shadow:0 4px 8px #0000001a}.group:focus-within .group-focus-within\:shadow-6-10{box-shadow:0 6px 12px #0000001a}.group:focus-within .group-focus-within\:shadow-6-8{box-shadow:0 8px 16px #00000014}.group:focus-within .group-focus-within\:shadow-primary{box-shadow:0 0 0 1px #6492ff}.group:focus-within .group-focus-within\:shadow-danger{box-shadow:0 0 0 1px #fdabb9}.group:focus-within .group-focus-within\:shadow-warning{box-shadow:0 0 0 1px #fbe0a9}.group:focus-within .group-focus-within\:shadow-info{box-shadow:0 0 0 1px #c1d9fd}.group:focus-within .group-focus-within\:shadow-success{box-shadow:0 0 0 1px #c1d9fd}.group:focus-within .group-focus-within\:shadow-loading{box-shadow:0 0 0 1px #757575}.group:focus-within .group-focus-within\:shadow-header{box-shadow:0 2px 4px #0000001f}.group:focus-within .group-focus-within\:shadow-none{box-shadow:none}.group:focus-within .group-focus-within\:button-extraSm{padding:6px 16px}.group:focus-within .group-focus-within\:button-normal{padding:16px 32px}.group:after{content:attr(content)}.group:after .group-after\:bg-transparent{background-color:transparent}.group:after .group-after\:bg-transparent\/0{background-color:#0000}.group:after .group-after\:bg-transparent\/10{background-color:#0000001a}.group:after .group-after\:bg-transparent\/20{background-color:#0003}.group:after .group-after\:bg-transparent\/30{background-color:#0000004d}.group:after .group-after\:bg-transparent\/40{background-color:#0006}.group:after .group-after\:bg-transparent\/50{background-color:#00000080}.group:after .group-after\:bg-transparent\/60{background-color:#0009}.group:after .group-after\:bg-transparent\/70{background-color:#000000b3}.group:after .group-after\:bg-transparent\/75{background-color:#000000bf}.group:after .group-after\:bg-transparent\/80{background-color:#000c}.group:after .group-after\:bg-transparent\/90{background-color:#000000e6}.group:after .group-after\:bg-black{background-color:#000}.group:after .group-after\:bg-black\/0{background-color:#0000}.group:after .group-after\:bg-black\/10{background-color:#0000001a}.group:after .group-after\:bg-black\/20{background-color:#0003}.group:after .group-after\:bg-black\/30{background-color:#0000004d}.group:after .group-after\:bg-black\/40{background-color:#0006}.group:after .group-after\:bg-black\/50{background-color:#00000080}.group:after .group-after\:bg-black\/60{background-color:#0009}.group:after .group-after\:bg-black\/70{background-color:#000000b3}.group:after .group-after\:bg-black\/75{background-color:#000000bf}.group:after .group-after\:bg-black\/80{background-color:#000c}.group:after .group-after\:bg-black\/90{background-color:#000000e6}.group:after .group-after\:bg-white{background-color:#fff}.group:after .group-after\:bg-white\/0{background-color:#fff0}.group:after .group-after\:bg-white\/10{background-color:#ffffff1a}.group:after .group-after\:bg-white\/20{background-color:#fff3}.group:after .group-after\:bg-white\/30{background-color:#ffffff4d}.group:after .group-after\:bg-white\/40{background-color:#fff6}.group:after .group-after\:bg-white\/50{background-color:#ffffff80}.group:after .group-after\:bg-white\/60{background-color:#fff9}.group:after .group-after\:bg-white\/70{background-color:#ffffffb3}.group:after .group-after\:bg-white\/75{background-color:#ffffffbf}.group:after .group-after\:bg-white\/80{background-color:#fffc}.group:after .group-after\:bg-white\/90{background-color:#ffffffe6}.group:after .group-after\:bg-slate-50{background-color:#f8fafc}.group:after .group-after\:bg-slate-50\/0{background-color:#f8fafc00}.group:after .group-after\:bg-slate-50\/10{background-color:#f8fafc1a}.group:after .group-after\:bg-slate-50\/20{background-color:#f8fafc33}.group:after .group-after\:bg-slate-50\/30{background-color:#f8fafc4d}.group:after .group-after\:bg-slate-50\/40{background-color:#f8fafc66}.group:after .group-after\:bg-slate-50\/50{background-color:#f8fafc80}.group:after .group-after\:bg-slate-50\/60{background-color:#f8fafc99}.group:after .group-after\:bg-slate-50\/70{background-color:#f8fafcb3}.group:after .group-after\:bg-slate-50\/75{background-color:#f8fafcbf}.group:after .group-after\:bg-slate-50\/80{background-color:#f8fafccc}.group:after .group-after\:bg-slate-50\/90{background-color:#f8fafce6}.group:after .group-after\:bg-slate-100{background-color:#f1f5f9}.group:after .group-after\:bg-slate-100\/0{background-color:#f1f5f900}.group:after .group-after\:bg-slate-100\/10{background-color:#f1f5f91a}.group:after .group-after\:bg-slate-100\/20{background-color:#f1f5f933}.group:after .group-after\:bg-slate-100\/30{background-color:#f1f5f94d}.group:after .group-after\:bg-slate-100\/40{background-color:#f1f5f966}.group:after .group-after\:bg-slate-100\/50{background-color:#f1f5f980}.group:after .group-after\:bg-slate-100\/60{background-color:#f1f5f999}.group:after .group-after\:bg-slate-100\/70{background-color:#f1f5f9b3}.group:after .group-after\:bg-slate-100\/75{background-color:#f1f5f9bf}.group:after .group-after\:bg-slate-100\/80{background-color:#f1f5f9cc}.group:after .group-after\:bg-slate-100\/90{background-color:#f1f5f9e6}.group:after .group-after\:bg-slate-200{background-color:#e2e8f0}.group:after .group-after\:bg-slate-200\/0{background-color:#e2e8f000}.group:after .group-after\:bg-slate-200\/10{background-color:#e2e8f01a}.group:after .group-after\:bg-slate-200\/20{background-color:#e2e8f033}.group:after .group-after\:bg-slate-200\/30{background-color:#e2e8f04d}.group:after .group-after\:bg-slate-200\/40{background-color:#e2e8f066}.group:after .group-after\:bg-slate-200\/50{background-color:#e2e8f080}.group:after .group-after\:bg-slate-200\/60{background-color:#e2e8f099}.group:after .group-after\:bg-slate-200\/70{background-color:#e2e8f0b3}.group:after .group-after\:bg-slate-200\/75{background-color:#e2e8f0bf}.group:after .group-after\:bg-slate-200\/80{background-color:#e2e8f0cc}.group:after .group-after\:bg-slate-200\/90{background-color:#e2e8f0e6}.group:after .group-after\:bg-slate-300{background-color:#cbd5e1}.group:after .group-after\:bg-slate-300\/0{background-color:#cbd5e100}.group:after .group-after\:bg-slate-300\/10{background-color:#cbd5e11a}.group:after .group-after\:bg-slate-300\/20{background-color:#cbd5e133}.group:after .group-after\:bg-slate-300\/30{background-color:#cbd5e14d}.group:after .group-after\:bg-slate-300\/40{background-color:#cbd5e166}.group:after .group-after\:bg-slate-300\/50{background-color:#cbd5e180}.group:after .group-after\:bg-slate-300\/60{background-color:#cbd5e199}.group:after .group-after\:bg-slate-300\/70{background-color:#cbd5e1b3}.group:after .group-after\:bg-slate-300\/75{background-color:#cbd5e1bf}.group:after .group-after\:bg-slate-300\/80{background-color:#cbd5e1cc}.group:after .group-after\:bg-slate-300\/90{background-color:#cbd5e1e6}.group:after .group-after\:bg-slate-400{background-color:#94a3b8}.group:after .group-after\:bg-slate-400\/0{background-color:#94a3b800}.group:after .group-after\:bg-slate-400\/10{background-color:#94a3b81a}.group:after .group-after\:bg-slate-400\/20{background-color:#94a3b833}.group:after .group-after\:bg-slate-400\/30{background-color:#94a3b84d}.group:after .group-after\:bg-slate-400\/40{background-color:#94a3b866}.group:after .group-after\:bg-slate-400\/50{background-color:#94a3b880}.group:after .group-after\:bg-slate-400\/60{background-color:#94a3b899}.group:after .group-after\:bg-slate-400\/70{background-color:#94a3b8b3}.group:after .group-after\:bg-slate-400\/75{background-color:#94a3b8bf}.group:after .group-after\:bg-slate-400\/80{background-color:#94a3b8cc}.group:after .group-after\:bg-slate-400\/90{background-color:#94a3b8e6}.group:after .group-after\:bg-slate-500{background-color:#64748b}.group:after .group-after\:bg-slate-500\/0{background-color:#64748b00}.group:after .group-after\:bg-slate-500\/10{background-color:#64748b1a}.group:after .group-after\:bg-slate-500\/20{background-color:#64748b33}.group:after .group-after\:bg-slate-500\/30{background-color:#64748b4d}.group:after .group-after\:bg-slate-500\/40{background-color:#64748b66}.group:after .group-after\:bg-slate-500\/50{background-color:#64748b80}.group:after .group-after\:bg-slate-500\/60{background-color:#64748b99}.group:after .group-after\:bg-slate-500\/70{background-color:#64748bb3}.group:after .group-after\:bg-slate-500\/75{background-color:#64748bbf}.group:after .group-after\:bg-slate-500\/80{background-color:#64748bcc}.group:after .group-after\:bg-slate-500\/90{background-color:#64748be6}.group:after .group-after\:bg-slate-600{background-color:#475569}.group:after .group-after\:bg-slate-600\/0{background-color:#47556900}.group:after .group-after\:bg-slate-600\/10{background-color:#4755691a}.group:after .group-after\:bg-slate-600\/20{background-color:#47556933}.group:after .group-after\:bg-slate-600\/30{background-color:#4755694d}.group:after .group-after\:bg-slate-600\/40{background-color:#47556966}.group:after .group-after\:bg-slate-600\/50{background-color:#47556980}.group:after .group-after\:bg-slate-600\/60{background-color:#47556999}.group:after .group-after\:bg-slate-600\/70{background-color:#475569b3}.group:after .group-after\:bg-slate-600\/75{background-color:#475569bf}.group:after .group-after\:bg-slate-600\/80{background-color:#475569cc}.group:after .group-after\:bg-slate-600\/90{background-color:#475569e6}.group:after .group-after\:bg-slate-700{background-color:#334155}.group:after .group-after\:bg-slate-700\/0{background-color:#33415500}.group:after .group-after\:bg-slate-700\/10{background-color:#3341551a}.group:after .group-after\:bg-slate-700\/20{background-color:#33415533}.group:after .group-after\:bg-slate-700\/30{background-color:#3341554d}.group:after .group-after\:bg-slate-700\/40{background-color:#33415566}.group:after .group-after\:bg-slate-700\/50{background-color:#33415580}.group:after .group-after\:bg-slate-700\/60{background-color:#33415599}.group:after .group-after\:bg-slate-700\/70{background-color:#334155b3}.group:after .group-after\:bg-slate-700\/75{background-color:#334155bf}.group:after .group-after\:bg-slate-700\/80{background-color:#334155cc}.group:after .group-after\:bg-slate-700\/90{background-color:#334155e6}.group:after .group-after\:bg-slate-800{background-color:#1e293b}.group:after .group-after\:bg-slate-800\/0{background-color:#1e293b00}.group:after .group-after\:bg-slate-800\/10{background-color:#1e293b1a}.group:after .group-after\:bg-slate-800\/20{background-color:#1e293b33}.group:after .group-after\:bg-slate-800\/30{background-color:#1e293b4d}.group:after .group-after\:bg-slate-800\/40{background-color:#1e293b66}.group:after .group-after\:bg-slate-800\/50{background-color:#1e293b80}.group:after .group-after\:bg-slate-800\/60{background-color:#1e293b99}.group:after .group-after\:bg-slate-800\/70{background-color:#1e293bb3}.group:after .group-after\:bg-slate-800\/75{background-color:#1e293bbf}.group:after .group-after\:bg-slate-800\/80{background-color:#1e293bcc}.group:after .group-after\:bg-slate-800\/90{background-color:#1e293be6}.group:after .group-after\:bg-slate-900{background-color:#0f172a}.group:after .group-after\:bg-slate-900\/0{background-color:#0f172a00}.group:after .group-after\:bg-slate-900\/10{background-color:#0f172a1a}.group:after .group-after\:bg-slate-900\/20{background-color:#0f172a33}.group:after .group-after\:bg-slate-900\/30{background-color:#0f172a4d}.group:after .group-after\:bg-slate-900\/40{background-color:#0f172a66}.group:after .group-after\:bg-slate-900\/50{background-color:#0f172a80}.group:after .group-after\:bg-slate-900\/60{background-color:#0f172a99}.group:after .group-after\:bg-slate-900\/70{background-color:#0f172ab3}.group:after .group-after\:bg-slate-900\/75{background-color:#0f172abf}.group:after .group-after\:bg-slate-900\/80{background-color:#0f172acc}.group:after .group-after\:bg-slate-900\/90{background-color:#0f172ae6}.group:after .group-after\:bg-slate-950{background-color:#020617}.group:after .group-after\:bg-slate-950\/0{background-color:#02061700}.group:after .group-after\:bg-slate-950\/10{background-color:#0206171a}.group:after .group-after\:bg-slate-950\/20{background-color:#02061733}.group:after .group-after\:bg-slate-950\/30{background-color:#0206174d}.group:after .group-after\:bg-slate-950\/40{background-color:#02061766}.group:after .group-after\:bg-slate-950\/50{background-color:#02061780}.group:after .group-after\:bg-slate-950\/60{background-color:#02061799}.group:after .group-after\:bg-slate-950\/70{background-color:#020617b3}.group:after .group-after\:bg-slate-950\/75{background-color:#020617bf}.group:after .group-after\:bg-slate-950\/80{background-color:#020617cc}.group:after .group-after\:bg-slate-950\/90{background-color:#020617e6}.group:after .group-after\:bg-gray-50{background-color:#f9fafb}.group:after .group-after\:bg-gray-50\/0{background-color:#f9fafb00}.group:after .group-after\:bg-gray-50\/10{background-color:#f9fafb1a}.group:after .group-after\:bg-gray-50\/20{background-color:#f9fafb33}.group:after .group-after\:bg-gray-50\/30{background-color:#f9fafb4d}.group:after .group-after\:bg-gray-50\/40{background-color:#f9fafb66}.group:after .group-after\:bg-gray-50\/50{background-color:#f9fafb80}.group:after .group-after\:bg-gray-50\/60{background-color:#f9fafb99}.group:after .group-after\:bg-gray-50\/70{background-color:#f9fafbb3}.group:after .group-after\:bg-gray-50\/75{background-color:#f9fafbbf}.group:after .group-after\:bg-gray-50\/80{background-color:#f9fafbcc}.group:after .group-after\:bg-gray-50\/90{background-color:#f9fafbe6}.group:after .group-after\:bg-gray-100{background-color:#f3f4f6}.group:after .group-after\:bg-gray-100\/0{background-color:#f3f4f600}.group:after .group-after\:bg-gray-100\/10{background-color:#f3f4f61a}.group:after .group-after\:bg-gray-100\/20{background-color:#f3f4f633}.group:after .group-after\:bg-gray-100\/30{background-color:#f3f4f64d}.group:after .group-after\:bg-gray-100\/40{background-color:#f3f4f666}.group:after .group-after\:bg-gray-100\/50{background-color:#f3f4f680}.group:after .group-after\:bg-gray-100\/60{background-color:#f3f4f699}.group:after .group-after\:bg-gray-100\/70{background-color:#f3f4f6b3}.group:after .group-after\:bg-gray-100\/75{background-color:#f3f4f6bf}.group:after .group-after\:bg-gray-100\/80{background-color:#f3f4f6cc}.group:after .group-after\:bg-gray-100\/90{background-color:#f3f4f6e6}.group:after .group-after\:bg-gray-200{background-color:#e5e7eb}.group:after .group-after\:bg-gray-200\/0{background-color:#e5e7eb00}.group:after .group-after\:bg-gray-200\/10{background-color:#e5e7eb1a}.group:after .group-after\:bg-gray-200\/20{background-color:#e5e7eb33}.group:after .group-after\:bg-gray-200\/30{background-color:#e5e7eb4d}.group:after .group-after\:bg-gray-200\/40{background-color:#e5e7eb66}.group:after .group-after\:bg-gray-200\/50{background-color:#e5e7eb80}.group:after .group-after\:bg-gray-200\/60{background-color:#e5e7eb99}.group:after .group-after\:bg-gray-200\/70{background-color:#e5e7ebb3}.group:after .group-after\:bg-gray-200\/75{background-color:#e5e7ebbf}.group:after .group-after\:bg-gray-200\/80{background-color:#e5e7ebcc}.group:after .group-after\:bg-gray-200\/90{background-color:#e5e7ebe6}.group:after .group-after\:bg-gray-300{background-color:#d1d5db}.group:after .group-after\:bg-gray-300\/0{background-color:#d1d5db00}.group:after .group-after\:bg-gray-300\/10{background-color:#d1d5db1a}.group:after .group-after\:bg-gray-300\/20{background-color:#d1d5db33}.group:after .group-after\:bg-gray-300\/30{background-color:#d1d5db4d}.group:after .group-after\:bg-gray-300\/40{background-color:#d1d5db66}.group:after .group-after\:bg-gray-300\/50{background-color:#d1d5db80}.group:after .group-after\:bg-gray-300\/60{background-color:#d1d5db99}.group:after .group-after\:bg-gray-300\/70{background-color:#d1d5dbb3}.group:after .group-after\:bg-gray-300\/75{background-color:#d1d5dbbf}.group:after .group-after\:bg-gray-300\/80{background-color:#d1d5dbcc}.group:after .group-after\:bg-gray-300\/90{background-color:#d1d5dbe6}.group:after .group-after\:bg-gray-400{background-color:#9ca3af}.group:after .group-after\:bg-gray-400\/0{background-color:#9ca3af00}.group:after .group-after\:bg-gray-400\/10{background-color:#9ca3af1a}.group:after .group-after\:bg-gray-400\/20{background-color:#9ca3af33}.group:after .group-after\:bg-gray-400\/30{background-color:#9ca3af4d}.group:after .group-after\:bg-gray-400\/40{background-color:#9ca3af66}.group:after .group-after\:bg-gray-400\/50{background-color:#9ca3af80}.group:after .group-after\:bg-gray-400\/60{background-color:#9ca3af99}.group:after .group-after\:bg-gray-400\/70{background-color:#9ca3afb3}.group:after .group-after\:bg-gray-400\/75{background-color:#9ca3afbf}.group:after .group-after\:bg-gray-400\/80{background-color:#9ca3afcc}.group:after .group-after\:bg-gray-400\/90{background-color:#9ca3afe6}.group:after .group-after\:bg-gray-500{background-color:#6b7280}.group:after .group-after\:bg-gray-500\/0{background-color:#6b728000}.group:after .group-after\:bg-gray-500\/10{background-color:#6b72801a}.group:after .group-after\:bg-gray-500\/20{background-color:#6b728033}.group:after .group-after\:bg-gray-500\/30{background-color:#6b72804d}.group:after .group-after\:bg-gray-500\/40{background-color:#6b728066}.group:after .group-after\:bg-gray-500\/50{background-color:#6b728080}.group:after .group-after\:bg-gray-500\/60{background-color:#6b728099}.group:after .group-after\:bg-gray-500\/70{background-color:#6b7280b3}.group:after .group-after\:bg-gray-500\/75{background-color:#6b7280bf}.group:after .group-after\:bg-gray-500\/80{background-color:#6b7280cc}.group:after .group-after\:bg-gray-500\/90{background-color:#6b7280e6}.group:after .group-after\:bg-gray-600{background-color:#4b5563}.group:after .group-after\:bg-gray-600\/0{background-color:#4b556300}.group:after .group-after\:bg-gray-600\/10{background-color:#4b55631a}.group:after .group-after\:bg-gray-600\/20{background-color:#4b556333}.group:after .group-after\:bg-gray-600\/30{background-color:#4b55634d}.group:after .group-after\:bg-gray-600\/40{background-color:#4b556366}.group:after .group-after\:bg-gray-600\/50{background-color:#4b556380}.group:after .group-after\:bg-gray-600\/60{background-color:#4b556399}.group:after .group-after\:bg-gray-600\/70{background-color:#4b5563b3}.group:after .group-after\:bg-gray-600\/75{background-color:#4b5563bf}.group:after .group-after\:bg-gray-600\/80{background-color:#4b5563cc}.group:after .group-after\:bg-gray-600\/90{background-color:#4b5563e6}.group:after .group-after\:bg-gray-700{background-color:#374151}.group:after .group-after\:bg-gray-700\/0{background-color:#37415100}.group:after .group-after\:bg-gray-700\/10{background-color:#3741511a}.group:after .group-after\:bg-gray-700\/20{background-color:#37415133}.group:after .group-after\:bg-gray-700\/30{background-color:#3741514d}.group:after .group-after\:bg-gray-700\/40{background-color:#37415166}.group:after .group-after\:bg-gray-700\/50{background-color:#37415180}.group:after .group-after\:bg-gray-700\/60{background-color:#37415199}.group:after .group-after\:bg-gray-700\/70{background-color:#374151b3}.group:after .group-after\:bg-gray-700\/75{background-color:#374151bf}.group:after .group-after\:bg-gray-700\/80{background-color:#374151cc}.group:after .group-after\:bg-gray-700\/90{background-color:#374151e6}.group:after .group-after\:bg-gray-800{background-color:#1f2937}.group:after .group-after\:bg-gray-800\/0{background-color:#1f293700}.group:after .group-after\:bg-gray-800\/10{background-color:#1f29371a}.group:after .group-after\:bg-gray-800\/20{background-color:#1f293733}.group:after .group-after\:bg-gray-800\/30{background-color:#1f29374d}.group:after .group-after\:bg-gray-800\/40{background-color:#1f293766}.group:after .group-after\:bg-gray-800\/50{background-color:#1f293780}.group:after .group-after\:bg-gray-800\/60{background-color:#1f293799}.group:after .group-after\:bg-gray-800\/70{background-color:#1f2937b3}.group:after .group-after\:bg-gray-800\/75{background-color:#1f2937bf}.group:after .group-after\:bg-gray-800\/80{background-color:#1f2937cc}.group:after .group-after\:bg-gray-800\/90{background-color:#1f2937e6}.group:after .group-after\:bg-gray-900{background-color:#111827}.group:after .group-after\:bg-gray-900\/0{background-color:#11182700}.group:after .group-after\:bg-gray-900\/10{background-color:#1118271a}.group:after .group-after\:bg-gray-900\/20{background-color:#11182733}.group:after .group-after\:bg-gray-900\/30{background-color:#1118274d}.group:after .group-after\:bg-gray-900\/40{background-color:#11182766}.group:after .group-after\:bg-gray-900\/50{background-color:#11182780}.group:after .group-after\:bg-gray-900\/60{background-color:#11182799}.group:after .group-after\:bg-gray-900\/70{background-color:#111827b3}.group:after .group-after\:bg-gray-900\/75{background-color:#111827bf}.group:after .group-after\:bg-gray-900\/80{background-color:#111827cc}.group:after .group-after\:bg-gray-900\/90{background-color:#111827e6}.group:after .group-after\:bg-gray-950{background-color:#030712}.group:after .group-after\:bg-gray-950\/0{background-color:#03071200}.group:after .group-after\:bg-gray-950\/10{background-color:#0307121a}.group:after .group-after\:bg-gray-950\/20{background-color:#03071233}.group:after .group-after\:bg-gray-950\/30{background-color:#0307124d}.group:after .group-after\:bg-gray-950\/40{background-color:#03071266}.group:after .group-after\:bg-gray-950\/50{background-color:#03071280}.group:after .group-after\:bg-gray-950\/60{background-color:#03071299}.group:after .group-after\:bg-gray-950\/70{background-color:#030712b3}.group:after .group-after\:bg-gray-950\/75{background-color:#030712bf}.group:after .group-after\:bg-gray-950\/80{background-color:#030712cc}.group:after .group-after\:bg-gray-950\/90{background-color:#030712e6}.group:after .group-after\:bg-zinc-50{background-color:#fafafa}.group:after .group-after\:bg-zinc-50\/0{background-color:#fafafa00}.group:after .group-after\:bg-zinc-50\/10{background-color:#fafafa1a}.group:after .group-after\:bg-zinc-50\/20{background-color:#fafafa33}.group:after .group-after\:bg-zinc-50\/30{background-color:#fafafa4d}.group:after .group-after\:bg-zinc-50\/40{background-color:#fafafa66}.group:after .group-after\:bg-zinc-50\/50{background-color:#fafafa80}.group:after .group-after\:bg-zinc-50\/60{background-color:#fafafa99}.group:after .group-after\:bg-zinc-50\/70{background-color:#fafafab3}.group:after .group-after\:bg-zinc-50\/75{background-color:#fafafabf}.group:after .group-after\:bg-zinc-50\/80{background-color:#fafafacc}.group:after .group-after\:bg-zinc-50\/90{background-color:#fafafae6}.group:after .group-after\:bg-zinc-100{background-color:#f4f4f5}.group:after .group-after\:bg-zinc-100\/0{background-color:#f4f4f500}.group:after .group-after\:bg-zinc-100\/10{background-color:#f4f4f51a}.group:after .group-after\:bg-zinc-100\/20{background-color:#f4f4f533}.group:after .group-after\:bg-zinc-100\/30{background-color:#f4f4f54d}.group:after .group-after\:bg-zinc-100\/40{background-color:#f4f4f566}.group:after .group-after\:bg-zinc-100\/50{background-color:#f4f4f580}.group:after .group-after\:bg-zinc-100\/60{background-color:#f4f4f599}.group:after .group-after\:bg-zinc-100\/70{background-color:#f4f4f5b3}.group:after .group-after\:bg-zinc-100\/75{background-color:#f4f4f5bf}.group:after .group-after\:bg-zinc-100\/80{background-color:#f4f4f5cc}.group:after .group-after\:bg-zinc-100\/90{background-color:#f4f4f5e6}.group:after .group-after\:bg-zinc-200{background-color:#e4e4e7}.group:after .group-after\:bg-zinc-200\/0{background-color:#e4e4e700}.group:after .group-after\:bg-zinc-200\/10{background-color:#e4e4e71a}.group:after .group-after\:bg-zinc-200\/20{background-color:#e4e4e733}.group:after .group-after\:bg-zinc-200\/30{background-color:#e4e4e74d}.group:after .group-after\:bg-zinc-200\/40{background-color:#e4e4e766}.group:after .group-after\:bg-zinc-200\/50{background-color:#e4e4e780}.group:after .group-after\:bg-zinc-200\/60{background-color:#e4e4e799}.group:after .group-after\:bg-zinc-200\/70{background-color:#e4e4e7b3}.group:after .group-after\:bg-zinc-200\/75{background-color:#e4e4e7bf}.group:after .group-after\:bg-zinc-200\/80{background-color:#e4e4e7cc}.group:after .group-after\:bg-zinc-200\/90{background-color:#e4e4e7e6}.group:after .group-after\:bg-zinc-300{background-color:#d4d4d8}.group:after .group-after\:bg-zinc-300\/0{background-color:#d4d4d800}.group:after .group-after\:bg-zinc-300\/10{background-color:#d4d4d81a}.group:after .group-after\:bg-zinc-300\/20{background-color:#d4d4d833}.group:after .group-after\:bg-zinc-300\/30{background-color:#d4d4d84d}.group:after .group-after\:bg-zinc-300\/40{background-color:#d4d4d866}.group:after .group-after\:bg-zinc-300\/50{background-color:#d4d4d880}.group:after .group-after\:bg-zinc-300\/60{background-color:#d4d4d899}.group:after .group-after\:bg-zinc-300\/70{background-color:#d4d4d8b3}.group:after .group-after\:bg-zinc-300\/75{background-color:#d4d4d8bf}.group:after .group-after\:bg-zinc-300\/80{background-color:#d4d4d8cc}.group:after .group-after\:bg-zinc-300\/90{background-color:#d4d4d8e6}.group:after .group-after\:bg-zinc-400{background-color:#a1a1aa}.group:after .group-after\:bg-zinc-400\/0{background-color:#a1a1aa00}.group:after .group-after\:bg-zinc-400\/10{background-color:#a1a1aa1a}.group:after .group-after\:bg-zinc-400\/20{background-color:#a1a1aa33}.group:after .group-after\:bg-zinc-400\/30{background-color:#a1a1aa4d}.group:after .group-after\:bg-zinc-400\/40{background-color:#a1a1aa66}.group:after .group-after\:bg-zinc-400\/50{background-color:#a1a1aa80}.group:after .group-after\:bg-zinc-400\/60{background-color:#a1a1aa99}.group:after .group-after\:bg-zinc-400\/70{background-color:#a1a1aab3}.group:after .group-after\:bg-zinc-400\/75{background-color:#a1a1aabf}.group:after .group-after\:bg-zinc-400\/80{background-color:#a1a1aacc}.group:after .group-after\:bg-zinc-400\/90{background-color:#a1a1aae6}.group:after .group-after\:bg-zinc-500{background-color:#71717a}.group:after .group-after\:bg-zinc-500\/0{background-color:#71717a00}.group:after .group-after\:bg-zinc-500\/10{background-color:#71717a1a}.group:after .group-after\:bg-zinc-500\/20{background-color:#71717a33}.group:after .group-after\:bg-zinc-500\/30{background-color:#71717a4d}.group:after .group-after\:bg-zinc-500\/40{background-color:#71717a66}.group:after .group-after\:bg-zinc-500\/50{background-color:#71717a80}.group:after .group-after\:bg-zinc-500\/60{background-color:#71717a99}.group:after .group-after\:bg-zinc-500\/70{background-color:#71717ab3}.group:after .group-after\:bg-zinc-500\/75{background-color:#71717abf}.group:after .group-after\:bg-zinc-500\/80{background-color:#71717acc}.group:after .group-after\:bg-zinc-500\/90{background-color:#71717ae6}.group:after .group-after\:bg-zinc-600{background-color:#52525b}.group:after .group-after\:bg-zinc-600\/0{background-color:#52525b00}.group:after .group-after\:bg-zinc-600\/10{background-color:#52525b1a}.group:after .group-after\:bg-zinc-600\/20{background-color:#52525b33}.group:after .group-after\:bg-zinc-600\/30{background-color:#52525b4d}.group:after .group-after\:bg-zinc-600\/40{background-color:#52525b66}.group:after .group-after\:bg-zinc-600\/50{background-color:#52525b80}.group:after .group-after\:bg-zinc-600\/60{background-color:#52525b99}.group:after .group-after\:bg-zinc-600\/70{background-color:#52525bb3}.group:after .group-after\:bg-zinc-600\/75{background-color:#52525bbf}.group:after .group-after\:bg-zinc-600\/80{background-color:#52525bcc}.group:after .group-after\:bg-zinc-600\/90{background-color:#52525be6}.group:after .group-after\:bg-zinc-700{background-color:#3f3f46}.group:after .group-after\:bg-zinc-700\/0{background-color:#3f3f4600}.group:after .group-after\:bg-zinc-700\/10{background-color:#3f3f461a}.group:after .group-after\:bg-zinc-700\/20{background-color:#3f3f4633}.group:after .group-after\:bg-zinc-700\/30{background-color:#3f3f464d}.group:after .group-after\:bg-zinc-700\/40{background-color:#3f3f4666}.group:after .group-after\:bg-zinc-700\/50{background-color:#3f3f4680}.group:after .group-after\:bg-zinc-700\/60{background-color:#3f3f4699}.group:after .group-after\:bg-zinc-700\/70{background-color:#3f3f46b3}.group:after .group-after\:bg-zinc-700\/75{background-color:#3f3f46bf}.group:after .group-after\:bg-zinc-700\/80{background-color:#3f3f46cc}.group:after .group-after\:bg-zinc-700\/90{background-color:#3f3f46e6}.group:after .group-after\:bg-zinc-800{background-color:#27272a}.group:after .group-after\:bg-zinc-800\/0{background-color:#27272a00}.group:after .group-after\:bg-zinc-800\/10{background-color:#27272a1a}.group:after .group-after\:bg-zinc-800\/20{background-color:#27272a33}.group:after .group-after\:bg-zinc-800\/30{background-color:#27272a4d}.group:after .group-after\:bg-zinc-800\/40{background-color:#27272a66}.group:after .group-after\:bg-zinc-800\/50{background-color:#27272a80}.group:after .group-after\:bg-zinc-800\/60{background-color:#27272a99}.group:after .group-after\:bg-zinc-800\/70{background-color:#27272ab3}.group:after .group-after\:bg-zinc-800\/75{background-color:#27272abf}.group:after .group-after\:bg-zinc-800\/80{background-color:#27272acc}.group:after .group-after\:bg-zinc-800\/90{background-color:#27272ae6}.group:after .group-after\:bg-zinc-900{background-color:#18181b}.group:after .group-after\:bg-zinc-900\/0{background-color:#18181b00}.group:after .group-after\:bg-zinc-900\/10{background-color:#18181b1a}.group:after .group-after\:bg-zinc-900\/20{background-color:#18181b33}.group:after .group-after\:bg-zinc-900\/30{background-color:#18181b4d}.group:after .group-after\:bg-zinc-900\/40{background-color:#18181b66}.group:after .group-after\:bg-zinc-900\/50{background-color:#18181b80}.group:after .group-after\:bg-zinc-900\/60{background-color:#18181b99}.group:after .group-after\:bg-zinc-900\/70{background-color:#18181bb3}.group:after .group-after\:bg-zinc-900\/75{background-color:#18181bbf}.group:after .group-after\:bg-zinc-900\/80{background-color:#18181bcc}.group:after .group-after\:bg-zinc-900\/90{background-color:#18181be6}.group:after .group-after\:bg-zinc-950{background-color:#09090b}.group:after .group-after\:bg-zinc-950\/0{background-color:#09090b00}.group:after .group-after\:bg-zinc-950\/10{background-color:#09090b1a}.group:after .group-after\:bg-zinc-950\/20{background-color:#09090b33}.group:after .group-after\:bg-zinc-950\/30{background-color:#09090b4d}.group:after .group-after\:bg-zinc-950\/40{background-color:#09090b66}.group:after .group-after\:bg-zinc-950\/50{background-color:#09090b80}.group:after .group-after\:bg-zinc-950\/60{background-color:#09090b99}.group:after .group-after\:bg-zinc-950\/70{background-color:#09090bb3}.group:after .group-after\:bg-zinc-950\/75{background-color:#09090bbf}.group:after .group-after\:bg-zinc-950\/80{background-color:#09090bcc}.group:after .group-after\:bg-zinc-950\/90{background-color:#09090be6}.group:after .group-after\:bg-neutral-50{background-color:#fafafa}.group:after .group-after\:bg-neutral-50\/0{background-color:#fafafa00}.group:after .group-after\:bg-neutral-50\/10{background-color:#fafafa1a}.group:after .group-after\:bg-neutral-50\/20{background-color:#fafafa33}.group:after .group-after\:bg-neutral-50\/30{background-color:#fafafa4d}.group:after .group-after\:bg-neutral-50\/40{background-color:#fafafa66}.group:after .group-after\:bg-neutral-50\/50{background-color:#fafafa80}.group:after .group-after\:bg-neutral-50\/60{background-color:#fafafa99}.group:after .group-after\:bg-neutral-50\/70{background-color:#fafafab3}.group:after .group-after\:bg-neutral-50\/75{background-color:#fafafabf}.group:after .group-after\:bg-neutral-50\/80{background-color:#fafafacc}.group:after .group-after\:bg-neutral-50\/90{background-color:#fafafae6}.group:after .group-after\:bg-neutral-100{background-color:#f5f5f5}.group:after .group-after\:bg-neutral-100\/0{background-color:#f5f5f500}.group:after .group-after\:bg-neutral-100\/10{background-color:#f5f5f51a}.group:after .group-after\:bg-neutral-100\/20{background-color:#f5f5f533}.group:after .group-after\:bg-neutral-100\/30{background-color:#f5f5f54d}.group:after .group-after\:bg-neutral-100\/40{background-color:#f5f5f566}.group:after .group-after\:bg-neutral-100\/50{background-color:#f5f5f580}.group:after .group-after\:bg-neutral-100\/60{background-color:#f5f5f599}.group:after .group-after\:bg-neutral-100\/70{background-color:#f5f5f5b3}.group:after .group-after\:bg-neutral-100\/75{background-color:#f5f5f5bf}.group:after .group-after\:bg-neutral-100\/80{background-color:#f5f5f5cc}.group:after .group-after\:bg-neutral-100\/90{background-color:#f5f5f5e6}.group:after .group-after\:bg-neutral-200{background-color:#e5e5e5}.group:after .group-after\:bg-neutral-200\/0{background-color:#e5e5e500}.group:after .group-after\:bg-neutral-200\/10{background-color:#e5e5e51a}.group:after .group-after\:bg-neutral-200\/20{background-color:#e5e5e533}.group:after .group-after\:bg-neutral-200\/30{background-color:#e5e5e54d}.group:after .group-after\:bg-neutral-200\/40{background-color:#e5e5e566}.group:after .group-after\:bg-neutral-200\/50{background-color:#e5e5e580}.group:after .group-after\:bg-neutral-200\/60{background-color:#e5e5e599}.group:after .group-after\:bg-neutral-200\/70{background-color:#e5e5e5b3}.group:after .group-after\:bg-neutral-200\/75{background-color:#e5e5e5bf}.group:after .group-after\:bg-neutral-200\/80{background-color:#e5e5e5cc}.group:after .group-after\:bg-neutral-200\/90{background-color:#e5e5e5e6}.group:after .group-after\:bg-neutral-300{background-color:#d4d4d4}.group:after .group-after\:bg-neutral-300\/0{background-color:#d4d4d400}.group:after .group-after\:bg-neutral-300\/10{background-color:#d4d4d41a}.group:after .group-after\:bg-neutral-300\/20{background-color:#d4d4d433}.group:after .group-after\:bg-neutral-300\/30{background-color:#d4d4d44d}.group:after .group-after\:bg-neutral-300\/40{background-color:#d4d4d466}.group:after .group-after\:bg-neutral-300\/50{background-color:#d4d4d480}.group:after .group-after\:bg-neutral-300\/60{background-color:#d4d4d499}.group:after .group-after\:bg-neutral-300\/70{background-color:#d4d4d4b3}.group:after .group-after\:bg-neutral-300\/75{background-color:#d4d4d4bf}.group:after .group-after\:bg-neutral-300\/80{background-color:#d4d4d4cc}.group:after .group-after\:bg-neutral-300\/90{background-color:#d4d4d4e6}.group:after .group-after\:bg-neutral-400{background-color:#a3a3a3}.group:after .group-after\:bg-neutral-400\/0{background-color:#a3a3a300}.group:after .group-after\:bg-neutral-400\/10{background-color:#a3a3a31a}.group:after .group-after\:bg-neutral-400\/20{background-color:#a3a3a333}.group:after .group-after\:bg-neutral-400\/30{background-color:#a3a3a34d}.group:after .group-after\:bg-neutral-400\/40{background-color:#a3a3a366}.group:after .group-after\:bg-neutral-400\/50{background-color:#a3a3a380}.group:after .group-after\:bg-neutral-400\/60{background-color:#a3a3a399}.group:after .group-after\:bg-neutral-400\/70{background-color:#a3a3a3b3}.group:after .group-after\:bg-neutral-400\/75{background-color:#a3a3a3bf}.group:after .group-after\:bg-neutral-400\/80{background-color:#a3a3a3cc}.group:after .group-after\:bg-neutral-400\/90{background-color:#a3a3a3e6}.group:after .group-after\:bg-neutral-500{background-color:#737373}.group:after .group-after\:bg-neutral-500\/0{background-color:#73737300}.group:after .group-after\:bg-neutral-500\/10{background-color:#7373731a}.group:after .group-after\:bg-neutral-500\/20{background-color:#73737333}.group:after .group-after\:bg-neutral-500\/30{background-color:#7373734d}.group:after .group-after\:bg-neutral-500\/40{background-color:#73737366}.group:after .group-after\:bg-neutral-500\/50{background-color:#73737380}.group:after .group-after\:bg-neutral-500\/60{background-color:#73737399}.group:after .group-after\:bg-neutral-500\/70{background-color:#737373b3}.group:after .group-after\:bg-neutral-500\/75{background-color:#737373bf}.group:after .group-after\:bg-neutral-500\/80{background-color:#737373cc}.group:after .group-after\:bg-neutral-500\/90{background-color:#737373e6}.group:after .group-after\:bg-neutral-600{background-color:#525252}.group:after .group-after\:bg-neutral-600\/0{background-color:#52525200}.group:after .group-after\:bg-neutral-600\/10{background-color:#5252521a}.group:after .group-after\:bg-neutral-600\/20{background-color:#52525233}.group:after .group-after\:bg-neutral-600\/30{background-color:#5252524d}.group:after .group-after\:bg-neutral-600\/40{background-color:#52525266}.group:after .group-after\:bg-neutral-600\/50{background-color:#52525280}.group:after .group-after\:bg-neutral-600\/60{background-color:#52525299}.group:after .group-after\:bg-neutral-600\/70{background-color:#525252b3}.group:after .group-after\:bg-neutral-600\/75{background-color:#525252bf}.group:after .group-after\:bg-neutral-600\/80{background-color:#525252cc}.group:after .group-after\:bg-neutral-600\/90{background-color:#525252e6}.group:after .group-after\:bg-neutral-700{background-color:#404040}.group:after .group-after\:bg-neutral-700\/0{background-color:#40404000}.group:after .group-after\:bg-neutral-700\/10{background-color:#4040401a}.group:after .group-after\:bg-neutral-700\/20{background-color:#40404033}.group:after .group-after\:bg-neutral-700\/30{background-color:#4040404d}.group:after .group-after\:bg-neutral-700\/40{background-color:#40404066}.group:after .group-after\:bg-neutral-700\/50{background-color:#40404080}.group:after .group-after\:bg-neutral-700\/60{background-color:#40404099}.group:after .group-after\:bg-neutral-700\/70{background-color:#404040b3}.group:after .group-after\:bg-neutral-700\/75{background-color:#404040bf}.group:after .group-after\:bg-neutral-700\/80{background-color:#404040cc}.group:after .group-after\:bg-neutral-700\/90{background-color:#404040e6}.group:after .group-after\:bg-neutral-800{background-color:#262626}.group:after .group-after\:bg-neutral-800\/0{background-color:#26262600}.group:after .group-after\:bg-neutral-800\/10{background-color:#2626261a}.group:after .group-after\:bg-neutral-800\/20{background-color:#26262633}.group:after .group-after\:bg-neutral-800\/30{background-color:#2626264d}.group:after .group-after\:bg-neutral-800\/40{background-color:#26262666}.group:after .group-after\:bg-neutral-800\/50{background-color:#26262680}.group:after .group-after\:bg-neutral-800\/60{background-color:#26262699}.group:after .group-after\:bg-neutral-800\/70{background-color:#262626b3}.group:after .group-after\:bg-neutral-800\/75{background-color:#262626bf}.group:after .group-after\:bg-neutral-800\/80{background-color:#262626cc}.group:after .group-after\:bg-neutral-800\/90{background-color:#262626e6}.group:after .group-after\:bg-neutral-900{background-color:#171717}.group:after .group-after\:bg-neutral-900\/0{background-color:#17171700}.group:after .group-after\:bg-neutral-900\/10{background-color:#1717171a}.group:after .group-after\:bg-neutral-900\/20{background-color:#17171733}.group:after .group-after\:bg-neutral-900\/30{background-color:#1717174d}.group:after .group-after\:bg-neutral-900\/40{background-color:#17171766}.group:after .group-after\:bg-neutral-900\/50{background-color:#17171780}.group:after .group-after\:bg-neutral-900\/60{background-color:#17171799}.group:after .group-after\:bg-neutral-900\/70{background-color:#171717b3}.group:after .group-after\:bg-neutral-900\/75{background-color:#171717bf}.group:after .group-after\:bg-neutral-900\/80{background-color:#171717cc}.group:after .group-after\:bg-neutral-900\/90{background-color:#171717e6}.group:after .group-after\:bg-neutral-950{background-color:#0a0a0a}.group:after .group-after\:bg-neutral-950\/0{background-color:#0a0a0a00}.group:after .group-after\:bg-neutral-950\/10{background-color:#0a0a0a1a}.group:after .group-after\:bg-neutral-950\/20{background-color:#0a0a0a33}.group:after .group-after\:bg-neutral-950\/30{background-color:#0a0a0a4d}.group:after .group-after\:bg-neutral-950\/40{background-color:#0a0a0a66}.group:after .group-after\:bg-neutral-950\/50{background-color:#0a0a0a80}.group:after .group-after\:bg-neutral-950\/60{background-color:#0a0a0a99}.group:after .group-after\:bg-neutral-950\/70{background-color:#0a0a0ab3}.group:after .group-after\:bg-neutral-950\/75{background-color:#0a0a0abf}.group:after .group-after\:bg-neutral-950\/80{background-color:#0a0a0acc}.group:after .group-after\:bg-neutral-950\/90{background-color:#0a0a0ae6}.group:after .group-after\:bg-stone-50{background-color:#fafaf9}.group:after .group-after\:bg-stone-50\/0{background-color:#fafaf900}.group:after .group-after\:bg-stone-50\/10{background-color:#fafaf91a}.group:after .group-after\:bg-stone-50\/20{background-color:#fafaf933}.group:after .group-after\:bg-stone-50\/30{background-color:#fafaf94d}.group:after .group-after\:bg-stone-50\/40{background-color:#fafaf966}.group:after .group-after\:bg-stone-50\/50{background-color:#fafaf980}.group:after .group-after\:bg-stone-50\/60{background-color:#fafaf999}.group:after .group-after\:bg-stone-50\/70{background-color:#fafaf9b3}.group:after .group-after\:bg-stone-50\/75{background-color:#fafaf9bf}.group:after .group-after\:bg-stone-50\/80{background-color:#fafaf9cc}.group:after .group-after\:bg-stone-50\/90{background-color:#fafaf9e6}.group:after .group-after\:bg-stone-100{background-color:#f5f5f4}.group:after .group-after\:bg-stone-100\/0{background-color:#f5f5f400}.group:after .group-after\:bg-stone-100\/10{background-color:#f5f5f41a}.group:after .group-after\:bg-stone-100\/20{background-color:#f5f5f433}.group:after .group-after\:bg-stone-100\/30{background-color:#f5f5f44d}.group:after .group-after\:bg-stone-100\/40{background-color:#f5f5f466}.group:after .group-after\:bg-stone-100\/50{background-color:#f5f5f480}.group:after .group-after\:bg-stone-100\/60{background-color:#f5f5f499}.group:after .group-after\:bg-stone-100\/70{background-color:#f5f5f4b3}.group:after .group-after\:bg-stone-100\/75{background-color:#f5f5f4bf}.group:after .group-after\:bg-stone-100\/80{background-color:#f5f5f4cc}.group:after .group-after\:bg-stone-100\/90{background-color:#f5f5f4e6}.group:after .group-after\:bg-stone-200{background-color:#e7e5e4}.group:after .group-after\:bg-stone-200\/0{background-color:#e7e5e400}.group:after .group-after\:bg-stone-200\/10{background-color:#e7e5e41a}.group:after .group-after\:bg-stone-200\/20{background-color:#e7e5e433}.group:after .group-after\:bg-stone-200\/30{background-color:#e7e5e44d}.group:after .group-after\:bg-stone-200\/40{background-color:#e7e5e466}.group:after .group-after\:bg-stone-200\/50{background-color:#e7e5e480}.group:after .group-after\:bg-stone-200\/60{background-color:#e7e5e499}.group:after .group-after\:bg-stone-200\/70{background-color:#e7e5e4b3}.group:after .group-after\:bg-stone-200\/75{background-color:#e7e5e4bf}.group:after .group-after\:bg-stone-200\/80{background-color:#e7e5e4cc}.group:after .group-after\:bg-stone-200\/90{background-color:#e7e5e4e6}.group:after .group-after\:bg-stone-300{background-color:#d6d3d1}.group:after .group-after\:bg-stone-300\/0{background-color:#d6d3d100}.group:after .group-after\:bg-stone-300\/10{background-color:#d6d3d11a}.group:after .group-after\:bg-stone-300\/20{background-color:#d6d3d133}.group:after .group-after\:bg-stone-300\/30{background-color:#d6d3d14d}.group:after .group-after\:bg-stone-300\/40{background-color:#d6d3d166}.group:after .group-after\:bg-stone-300\/50{background-color:#d6d3d180}.group:after .group-after\:bg-stone-300\/60{background-color:#d6d3d199}.group:after .group-after\:bg-stone-300\/70{background-color:#d6d3d1b3}.group:after .group-after\:bg-stone-300\/75{background-color:#d6d3d1bf}.group:after .group-after\:bg-stone-300\/80{background-color:#d6d3d1cc}.group:after .group-after\:bg-stone-300\/90{background-color:#d6d3d1e6}.group:after .group-after\:bg-stone-400{background-color:#a8a29e}.group:after .group-after\:bg-stone-400\/0{background-color:#a8a29e00}.group:after .group-after\:bg-stone-400\/10{background-color:#a8a29e1a}.group:after .group-after\:bg-stone-400\/20{background-color:#a8a29e33}.group:after .group-after\:bg-stone-400\/30{background-color:#a8a29e4d}.group:after .group-after\:bg-stone-400\/40{background-color:#a8a29e66}.group:after .group-after\:bg-stone-400\/50{background-color:#a8a29e80}.group:after .group-after\:bg-stone-400\/60{background-color:#a8a29e99}.group:after .group-after\:bg-stone-400\/70{background-color:#a8a29eb3}.group:after .group-after\:bg-stone-400\/75{background-color:#a8a29ebf}.group:after .group-after\:bg-stone-400\/80{background-color:#a8a29ecc}.group:after .group-after\:bg-stone-400\/90{background-color:#a8a29ee6}.group:after .group-after\:bg-stone-500{background-color:#78716c}.group:after .group-after\:bg-stone-500\/0{background-color:#78716c00}.group:after .group-after\:bg-stone-500\/10{background-color:#78716c1a}.group:after .group-after\:bg-stone-500\/20{background-color:#78716c33}.group:after .group-after\:bg-stone-500\/30{background-color:#78716c4d}.group:after .group-after\:bg-stone-500\/40{background-color:#78716c66}.group:after .group-after\:bg-stone-500\/50{background-color:#78716c80}.group:after .group-after\:bg-stone-500\/60{background-color:#78716c99}.group:after .group-after\:bg-stone-500\/70{background-color:#78716cb3}.group:after .group-after\:bg-stone-500\/75{background-color:#78716cbf}.group:after .group-after\:bg-stone-500\/80{background-color:#78716ccc}.group:after .group-after\:bg-stone-500\/90{background-color:#78716ce6}.group:after .group-after\:bg-stone-600{background-color:#57534e}.group:after .group-after\:bg-stone-600\/0{background-color:#57534e00}.group:after .group-after\:bg-stone-600\/10{background-color:#57534e1a}.group:after .group-after\:bg-stone-600\/20{background-color:#57534e33}.group:after .group-after\:bg-stone-600\/30{background-color:#57534e4d}.group:after .group-after\:bg-stone-600\/40{background-color:#57534e66}.group:after .group-after\:bg-stone-600\/50{background-color:#57534e80}.group:after .group-after\:bg-stone-600\/60{background-color:#57534e99}.group:after .group-after\:bg-stone-600\/70{background-color:#57534eb3}.group:after .group-after\:bg-stone-600\/75{background-color:#57534ebf}.group:after .group-after\:bg-stone-600\/80{background-color:#57534ecc}.group:after .group-after\:bg-stone-600\/90{background-color:#57534ee6}.group:after .group-after\:bg-stone-700{background-color:#44403c}.group:after .group-after\:bg-stone-700\/0{background-color:#44403c00}.group:after .group-after\:bg-stone-700\/10{background-color:#44403c1a}.group:after .group-after\:bg-stone-700\/20{background-color:#44403c33}.group:after .group-after\:bg-stone-700\/30{background-color:#44403c4d}.group:after .group-after\:bg-stone-700\/40{background-color:#44403c66}.group:after .group-after\:bg-stone-700\/50{background-color:#44403c80}.group:after .group-after\:bg-stone-700\/60{background-color:#44403c99}.group:after .group-after\:bg-stone-700\/70{background-color:#44403cb3}.group:after .group-after\:bg-stone-700\/75{background-color:#44403cbf}.group:after .group-after\:bg-stone-700\/80{background-color:#44403ccc}.group:after .group-after\:bg-stone-700\/90{background-color:#44403ce6}.group:after .group-after\:bg-stone-800{background-color:#292524}.group:after .group-after\:bg-stone-800\/0{background-color:#29252400}.group:after .group-after\:bg-stone-800\/10{background-color:#2925241a}.group:after .group-after\:bg-stone-800\/20{background-color:#29252433}.group:after .group-after\:bg-stone-800\/30{background-color:#2925244d}.group:after .group-after\:bg-stone-800\/40{background-color:#29252466}.group:after .group-after\:bg-stone-800\/50{background-color:#29252480}.group:after .group-after\:bg-stone-800\/60{background-color:#29252499}.group:after .group-after\:bg-stone-800\/70{background-color:#292524b3}.group:after .group-after\:bg-stone-800\/75{background-color:#292524bf}.group:after .group-after\:bg-stone-800\/80{background-color:#292524cc}.group:after .group-after\:bg-stone-800\/90{background-color:#292524e6}.group:after .group-after\:bg-stone-900{background-color:#1c1917}.group:after .group-after\:bg-stone-900\/0{background-color:#1c191700}.group:after .group-after\:bg-stone-900\/10{background-color:#1c19171a}.group:after .group-after\:bg-stone-900\/20{background-color:#1c191733}.group:after .group-after\:bg-stone-900\/30{background-color:#1c19174d}.group:after .group-after\:bg-stone-900\/40{background-color:#1c191766}.group:after .group-after\:bg-stone-900\/50{background-color:#1c191780}.group:after .group-after\:bg-stone-900\/60{background-color:#1c191799}.group:after .group-after\:bg-stone-900\/70{background-color:#1c1917b3}.group:after .group-after\:bg-stone-900\/75{background-color:#1c1917bf}.group:after .group-after\:bg-stone-900\/80{background-color:#1c1917cc}.group:after .group-after\:bg-stone-900\/90{background-color:#1c1917e6}.group:after .group-after\:bg-stone-950{background-color:#0c0a09}.group:after .group-after\:bg-stone-950\/0{background-color:#0c0a0900}.group:after .group-after\:bg-stone-950\/10{background-color:#0c0a091a}.group:after .group-after\:bg-stone-950\/20{background-color:#0c0a0933}.group:after .group-after\:bg-stone-950\/30{background-color:#0c0a094d}.group:after .group-after\:bg-stone-950\/40{background-color:#0c0a0966}.group:after .group-after\:bg-stone-950\/50{background-color:#0c0a0980}.group:after .group-after\:bg-stone-950\/60{background-color:#0c0a0999}.group:after .group-after\:bg-stone-950\/70{background-color:#0c0a09b3}.group:after .group-after\:bg-stone-950\/75{background-color:#0c0a09bf}.group:after .group-after\:bg-stone-950\/80{background-color:#0c0a09cc}.group:after .group-after\:bg-stone-950\/90{background-color:#0c0a09e6}.group:after .group-after\:bg-red-50{background-color:#fef2f2}.group:after .group-after\:bg-red-50\/0{background-color:#fef2f200}.group:after .group-after\:bg-red-50\/10{background-color:#fef2f21a}.group:after .group-after\:bg-red-50\/20{background-color:#fef2f233}.group:after .group-after\:bg-red-50\/30{background-color:#fef2f24d}.group:after .group-after\:bg-red-50\/40{background-color:#fef2f266}.group:after .group-after\:bg-red-50\/50{background-color:#fef2f280}.group:after .group-after\:bg-red-50\/60{background-color:#fef2f299}.group:after .group-after\:bg-red-50\/70{background-color:#fef2f2b3}.group:after .group-after\:bg-red-50\/75{background-color:#fef2f2bf}.group:after .group-after\:bg-red-50\/80{background-color:#fef2f2cc}.group:after .group-after\:bg-red-50\/90{background-color:#fef2f2e6}.group:after .group-after\:bg-red-100{background-color:#fee2e2}.group:after .group-after\:bg-red-100\/0{background-color:#fee2e200}.group:after .group-after\:bg-red-100\/10{background-color:#fee2e21a}.group:after .group-after\:bg-red-100\/20{background-color:#fee2e233}.group:after .group-after\:bg-red-100\/30{background-color:#fee2e24d}.group:after .group-after\:bg-red-100\/40{background-color:#fee2e266}.group:after .group-after\:bg-red-100\/50{background-color:#fee2e280}.group:after .group-after\:bg-red-100\/60{background-color:#fee2e299}.group:after .group-after\:bg-red-100\/70{background-color:#fee2e2b3}.group:after .group-after\:bg-red-100\/75{background-color:#fee2e2bf}.group:after .group-after\:bg-red-100\/80{background-color:#fee2e2cc}.group:after .group-after\:bg-red-100\/90{background-color:#fee2e2e6}.group:after .group-after\:bg-red-200{background-color:#fecaca}.group:after .group-after\:bg-red-200\/0{background-color:#fecaca00}.group:after .group-after\:bg-red-200\/10{background-color:#fecaca1a}.group:after .group-after\:bg-red-200\/20{background-color:#fecaca33}.group:after .group-after\:bg-red-200\/30{background-color:#fecaca4d}.group:after .group-after\:bg-red-200\/40{background-color:#fecaca66}.group:after .group-after\:bg-red-200\/50{background-color:#fecaca80}.group:after .group-after\:bg-red-200\/60{background-color:#fecaca99}.group:after .group-after\:bg-red-200\/70{background-color:#fecacab3}.group:after .group-after\:bg-red-200\/75{background-color:#fecacabf}.group:after .group-after\:bg-red-200\/80{background-color:#fecacacc}.group:after .group-after\:bg-red-200\/90{background-color:#fecacae6}.group:after .group-after\:bg-red-300{background-color:#fca5a5}.group:after .group-after\:bg-red-300\/0{background-color:#fca5a500}.group:after .group-after\:bg-red-300\/10{background-color:#fca5a51a}.group:after .group-after\:bg-red-300\/20{background-color:#fca5a533}.group:after .group-after\:bg-red-300\/30{background-color:#fca5a54d}.group:after .group-after\:bg-red-300\/40{background-color:#fca5a566}.group:after .group-after\:bg-red-300\/50{background-color:#fca5a580}.group:after .group-after\:bg-red-300\/60{background-color:#fca5a599}.group:after .group-after\:bg-red-300\/70{background-color:#fca5a5b3}.group:after .group-after\:bg-red-300\/75{background-color:#fca5a5bf}.group:after .group-after\:bg-red-300\/80{background-color:#fca5a5cc}.group:after .group-after\:bg-red-300\/90{background-color:#fca5a5e6}.group:after .group-after\:bg-red-400{background-color:#f87171}.group:after .group-after\:bg-red-400\/0{background-color:#f8717100}.group:after .group-after\:bg-red-400\/10{background-color:#f871711a}.group:after .group-after\:bg-red-400\/20{background-color:#f8717133}.group:after .group-after\:bg-red-400\/30{background-color:#f871714d}.group:after .group-after\:bg-red-400\/40{background-color:#f8717166}.group:after .group-after\:bg-red-400\/50{background-color:#f8717180}.group:after .group-after\:bg-red-400\/60{background-color:#f8717199}.group:after .group-after\:bg-red-400\/70{background-color:#f87171b3}.group:after .group-after\:bg-red-400\/75{background-color:#f87171bf}.group:after .group-after\:bg-red-400\/80{background-color:#f87171cc}.group:after .group-after\:bg-red-400\/90{background-color:#f87171e6}.group:after .group-after\:bg-red-500{background-color:#ef4444}.group:after .group-after\:bg-red-500\/0{background-color:#ef444400}.group:after .group-after\:bg-red-500\/10{background-color:#ef44441a}.group:after .group-after\:bg-red-500\/20{background-color:#ef444433}.group:after .group-after\:bg-red-500\/30{background-color:#ef44444d}.group:after .group-after\:bg-red-500\/40{background-color:#ef444466}.group:after .group-after\:bg-red-500\/50{background-color:#ef444480}.group:after .group-after\:bg-red-500\/60{background-color:#ef444499}.group:after .group-after\:bg-red-500\/70{background-color:#ef4444b3}.group:after .group-after\:bg-red-500\/75{background-color:#ef4444bf}.group:after .group-after\:bg-red-500\/80{background-color:#ef4444cc}.group:after .group-after\:bg-red-500\/90{background-color:#ef4444e6}.group:after .group-after\:bg-red-600{background-color:#dc2626}.group:after .group-after\:bg-red-600\/0{background-color:#dc262600}.group:after .group-after\:bg-red-600\/10{background-color:#dc26261a}.group:after .group-after\:bg-red-600\/20{background-color:#dc262633}.group:after .group-after\:bg-red-600\/30{background-color:#dc26264d}.group:after .group-after\:bg-red-600\/40{background-color:#dc262666}.group:after .group-after\:bg-red-600\/50{background-color:#dc262680}.group:after .group-after\:bg-red-600\/60{background-color:#dc262699}.group:after .group-after\:bg-red-600\/70{background-color:#dc2626b3}.group:after .group-after\:bg-red-600\/75{background-color:#dc2626bf}.group:after .group-after\:bg-red-600\/80{background-color:#dc2626cc}.group:after .group-after\:bg-red-600\/90{background-color:#dc2626e6}.group:after .group-after\:bg-red-700{background-color:#b91c1c}.group:after .group-after\:bg-red-700\/0{background-color:#b91c1c00}.group:after .group-after\:bg-red-700\/10{background-color:#b91c1c1a}.group:after .group-after\:bg-red-700\/20{background-color:#b91c1c33}.group:after .group-after\:bg-red-700\/30{background-color:#b91c1c4d}.group:after .group-after\:bg-red-700\/40{background-color:#b91c1c66}.group:after .group-after\:bg-red-700\/50{background-color:#b91c1c80}.group:after .group-after\:bg-red-700\/60{background-color:#b91c1c99}.group:after .group-after\:bg-red-700\/70{background-color:#b91c1cb3}.group:after .group-after\:bg-red-700\/75{background-color:#b91c1cbf}.group:after .group-after\:bg-red-700\/80{background-color:#b91c1ccc}.group:after .group-after\:bg-red-700\/90{background-color:#b91c1ce6}.group:after .group-after\:bg-red-800{background-color:#991b1b}.group:after .group-after\:bg-red-800\/0{background-color:#991b1b00}.group:after .group-after\:bg-red-800\/10{background-color:#991b1b1a}.group:after .group-after\:bg-red-800\/20{background-color:#991b1b33}.group:after .group-after\:bg-red-800\/30{background-color:#991b1b4d}.group:after .group-after\:bg-red-800\/40{background-color:#991b1b66}.group:after .group-after\:bg-red-800\/50{background-color:#991b1b80}.group:after .group-after\:bg-red-800\/60{background-color:#991b1b99}.group:after .group-after\:bg-red-800\/70{background-color:#991b1bb3}.group:after .group-after\:bg-red-800\/75{background-color:#991b1bbf}.group:after .group-after\:bg-red-800\/80{background-color:#991b1bcc}.group:after .group-after\:bg-red-800\/90{background-color:#991b1be6}.group:after .group-after\:bg-red-900{background-color:#7f1d1d}.group:after .group-after\:bg-red-900\/0{background-color:#7f1d1d00}.group:after .group-after\:bg-red-900\/10{background-color:#7f1d1d1a}.group:after .group-after\:bg-red-900\/20{background-color:#7f1d1d33}.group:after .group-after\:bg-red-900\/30{background-color:#7f1d1d4d}.group:after .group-after\:bg-red-900\/40{background-color:#7f1d1d66}.group:after .group-after\:bg-red-900\/50{background-color:#7f1d1d80}.group:after .group-after\:bg-red-900\/60{background-color:#7f1d1d99}.group:after .group-after\:bg-red-900\/70{background-color:#7f1d1db3}.group:after .group-after\:bg-red-900\/75{background-color:#7f1d1dbf}.group:after .group-after\:bg-red-900\/80{background-color:#7f1d1dcc}.group:after .group-after\:bg-red-900\/90{background-color:#7f1d1de6}.group:after .group-after\:bg-red-950{background-color:#450a0a}.group:after .group-after\:bg-red-950\/0{background-color:#450a0a00}.group:after .group-after\:bg-red-950\/10{background-color:#450a0a1a}.group:after .group-after\:bg-red-950\/20{background-color:#450a0a33}.group:after .group-after\:bg-red-950\/30{background-color:#450a0a4d}.group:after .group-after\:bg-red-950\/40{background-color:#450a0a66}.group:after .group-after\:bg-red-950\/50{background-color:#450a0a80}.group:after .group-after\:bg-red-950\/60{background-color:#450a0a99}.group:after .group-after\:bg-red-950\/70{background-color:#450a0ab3}.group:after .group-after\:bg-red-950\/75{background-color:#450a0abf}.group:after .group-after\:bg-red-950\/80{background-color:#450a0acc}.group:after .group-after\:bg-red-950\/90{background-color:#450a0ae6}.group:after .group-after\:bg-orange-50{background-color:#fff7ed}.group:after .group-after\:bg-orange-50\/0{background-color:#fff7ed00}.group:after .group-after\:bg-orange-50\/10{background-color:#fff7ed1a}.group:after .group-after\:bg-orange-50\/20{background-color:#fff7ed33}.group:after .group-after\:bg-orange-50\/30{background-color:#fff7ed4d}.group:after .group-after\:bg-orange-50\/40{background-color:#fff7ed66}.group:after .group-after\:bg-orange-50\/50{background-color:#fff7ed80}.group:after .group-after\:bg-orange-50\/60{background-color:#fff7ed99}.group:after .group-after\:bg-orange-50\/70{background-color:#fff7edb3}.group:after .group-after\:bg-orange-50\/75{background-color:#fff7edbf}.group:after .group-after\:bg-orange-50\/80{background-color:#fff7edcc}.group:after .group-after\:bg-orange-50\/90{background-color:#fff7ede6}.group:after .group-after\:bg-orange-100{background-color:#ffedd5}.group:after .group-after\:bg-orange-100\/0{background-color:#ffedd500}.group:after .group-after\:bg-orange-100\/10{background-color:#ffedd51a}.group:after .group-after\:bg-orange-100\/20{background-color:#ffedd533}.group:after .group-after\:bg-orange-100\/30{background-color:#ffedd54d}.group:after .group-after\:bg-orange-100\/40{background-color:#ffedd566}.group:after .group-after\:bg-orange-100\/50{background-color:#ffedd580}.group:after .group-after\:bg-orange-100\/60{background-color:#ffedd599}.group:after .group-after\:bg-orange-100\/70{background-color:#ffedd5b3}.group:after .group-after\:bg-orange-100\/75{background-color:#ffedd5bf}.group:after .group-after\:bg-orange-100\/80{background-color:#ffedd5cc}.group:after .group-after\:bg-orange-100\/90{background-color:#ffedd5e6}.group:after .group-after\:bg-orange-200{background-color:#fed7aa}.group:after .group-after\:bg-orange-200\/0{background-color:#fed7aa00}.group:after .group-after\:bg-orange-200\/10{background-color:#fed7aa1a}.group:after .group-after\:bg-orange-200\/20{background-color:#fed7aa33}.group:after .group-after\:bg-orange-200\/30{background-color:#fed7aa4d}.group:after .group-after\:bg-orange-200\/40{background-color:#fed7aa66}.group:after .group-after\:bg-orange-200\/50{background-color:#fed7aa80}.group:after .group-after\:bg-orange-200\/60{background-color:#fed7aa99}.group:after .group-after\:bg-orange-200\/70{background-color:#fed7aab3}.group:after .group-after\:bg-orange-200\/75{background-color:#fed7aabf}.group:after .group-after\:bg-orange-200\/80{background-color:#fed7aacc}.group:after .group-after\:bg-orange-200\/90{background-color:#fed7aae6}.group:after .group-after\:bg-orange-300{background-color:#fdba74}.group:after .group-after\:bg-orange-300\/0{background-color:#fdba7400}.group:after .group-after\:bg-orange-300\/10{background-color:#fdba741a}.group:after .group-after\:bg-orange-300\/20{background-color:#fdba7433}.group:after .group-after\:bg-orange-300\/30{background-color:#fdba744d}.group:after .group-after\:bg-orange-300\/40{background-color:#fdba7466}.group:after .group-after\:bg-orange-300\/50{background-color:#fdba7480}.group:after .group-after\:bg-orange-300\/60{background-color:#fdba7499}.group:after .group-after\:bg-orange-300\/70{background-color:#fdba74b3}.group:after .group-after\:bg-orange-300\/75{background-color:#fdba74bf}.group:after .group-after\:bg-orange-300\/80{background-color:#fdba74cc}.group:after .group-after\:bg-orange-300\/90{background-color:#fdba74e6}.group:after .group-after\:bg-orange-400{background-color:#fb923c}.group:after .group-after\:bg-orange-400\/0{background-color:#fb923c00}.group:after .group-after\:bg-orange-400\/10{background-color:#fb923c1a}.group:after .group-after\:bg-orange-400\/20{background-color:#fb923c33}.group:after .group-after\:bg-orange-400\/30{background-color:#fb923c4d}.group:after .group-after\:bg-orange-400\/40{background-color:#fb923c66}.group:after .group-after\:bg-orange-400\/50{background-color:#fb923c80}.group:after .group-after\:bg-orange-400\/60{background-color:#fb923c99}.group:after .group-after\:bg-orange-400\/70{background-color:#fb923cb3}.group:after .group-after\:bg-orange-400\/75{background-color:#fb923cbf}.group:after .group-after\:bg-orange-400\/80{background-color:#fb923ccc}.group:after .group-after\:bg-orange-400\/90{background-color:#fb923ce6}.group:after .group-after\:bg-orange-500{background-color:#f97316}.group:after .group-after\:bg-orange-500\/0{background-color:#f9731600}.group:after .group-after\:bg-orange-500\/10{background-color:#f973161a}.group:after .group-after\:bg-orange-500\/20{background-color:#f9731633}.group:after .group-after\:bg-orange-500\/30{background-color:#f973164d}.group:after .group-after\:bg-orange-500\/40{background-color:#f9731666}.group:after .group-after\:bg-orange-500\/50{background-color:#f9731680}.group:after .group-after\:bg-orange-500\/60{background-color:#f9731699}.group:after .group-after\:bg-orange-500\/70{background-color:#f97316b3}.group:after .group-after\:bg-orange-500\/75{background-color:#f97316bf}.group:after .group-after\:bg-orange-500\/80{background-color:#f97316cc}.group:after .group-after\:bg-orange-500\/90{background-color:#f97316e6}.group:after .group-after\:bg-orange-600{background-color:#ea580c}.group:after .group-after\:bg-orange-600\/0{background-color:#ea580c00}.group:after .group-after\:bg-orange-600\/10{background-color:#ea580c1a}.group:after .group-after\:bg-orange-600\/20{background-color:#ea580c33}.group:after .group-after\:bg-orange-600\/30{background-color:#ea580c4d}.group:after .group-after\:bg-orange-600\/40{background-color:#ea580c66}.group:after .group-after\:bg-orange-600\/50{background-color:#ea580c80}.group:after .group-after\:bg-orange-600\/60{background-color:#ea580c99}.group:after .group-after\:bg-orange-600\/70{background-color:#ea580cb3}.group:after .group-after\:bg-orange-600\/75{background-color:#ea580cbf}.group:after .group-after\:bg-orange-600\/80{background-color:#ea580ccc}.group:after .group-after\:bg-orange-600\/90{background-color:#ea580ce6}.group:after .group-after\:bg-orange-700{background-color:#c2410c}.group:after .group-after\:bg-orange-700\/0{background-color:#c2410c00}.group:after .group-after\:bg-orange-700\/10{background-color:#c2410c1a}.group:after .group-after\:bg-orange-700\/20{background-color:#c2410c33}.group:after .group-after\:bg-orange-700\/30{background-color:#c2410c4d}.group:after .group-after\:bg-orange-700\/40{background-color:#c2410c66}.group:after .group-after\:bg-orange-700\/50{background-color:#c2410c80}.group:after .group-after\:bg-orange-700\/60{background-color:#c2410c99}.group:after .group-after\:bg-orange-700\/70{background-color:#c2410cb3}.group:after .group-after\:bg-orange-700\/75{background-color:#c2410cbf}.group:after .group-after\:bg-orange-700\/80{background-color:#c2410ccc}.group:after .group-after\:bg-orange-700\/90{background-color:#c2410ce6}.group:after .group-after\:bg-orange-800{background-color:#9a3412}.group:after .group-after\:bg-orange-800\/0{background-color:#9a341200}.group:after .group-after\:bg-orange-800\/10{background-color:#9a34121a}.group:after .group-after\:bg-orange-800\/20{background-color:#9a341233}.group:after .group-after\:bg-orange-800\/30{background-color:#9a34124d}.group:after .group-after\:bg-orange-800\/40{background-color:#9a341266}.group:after .group-after\:bg-orange-800\/50{background-color:#9a341280}.group:after .group-after\:bg-orange-800\/60{background-color:#9a341299}.group:after .group-after\:bg-orange-800\/70{background-color:#9a3412b3}.group:after .group-after\:bg-orange-800\/75{background-color:#9a3412bf}.group:after .group-after\:bg-orange-800\/80{background-color:#9a3412cc}.group:after .group-after\:bg-orange-800\/90{background-color:#9a3412e6}.group:after .group-after\:bg-orange-900{background-color:#7c2d12}.group:after .group-after\:bg-orange-900\/0{background-color:#7c2d1200}.group:after .group-after\:bg-orange-900\/10{background-color:#7c2d121a}.group:after .group-after\:bg-orange-900\/20{background-color:#7c2d1233}.group:after .group-after\:bg-orange-900\/30{background-color:#7c2d124d}.group:after .group-after\:bg-orange-900\/40{background-color:#7c2d1266}.group:after .group-after\:bg-orange-900\/50{background-color:#7c2d1280}.group:after .group-after\:bg-orange-900\/60{background-color:#7c2d1299}.group:after .group-after\:bg-orange-900\/70{background-color:#7c2d12b3}.group:after .group-after\:bg-orange-900\/75{background-color:#7c2d12bf}.group:after .group-after\:bg-orange-900\/80{background-color:#7c2d12cc}.group:after .group-after\:bg-orange-900\/90{background-color:#7c2d12e6}.group:after .group-after\:bg-orange-950{background-color:#431407}.group:after .group-after\:bg-orange-950\/0{background-color:#43140700}.group:after .group-after\:bg-orange-950\/10{background-color:#4314071a}.group:after .group-after\:bg-orange-950\/20{background-color:#43140733}.group:after .group-after\:bg-orange-950\/30{background-color:#4314074d}.group:after .group-after\:bg-orange-950\/40{background-color:#43140766}.group:after .group-after\:bg-orange-950\/50{background-color:#43140780}.group:after .group-after\:bg-orange-950\/60{background-color:#43140799}.group:after .group-after\:bg-orange-950\/70{background-color:#431407b3}.group:after .group-after\:bg-orange-950\/75{background-color:#431407bf}.group:after .group-after\:bg-orange-950\/80{background-color:#431407cc}.group:after .group-after\:bg-orange-950\/90{background-color:#431407e6}.group:after .group-after\:bg-amber-50{background-color:#fffbeb}.group:after .group-after\:bg-amber-50\/0{background-color:#fffbeb00}.group:after .group-after\:bg-amber-50\/10{background-color:#fffbeb1a}.group:after .group-after\:bg-amber-50\/20{background-color:#fffbeb33}.group:after .group-after\:bg-amber-50\/30{background-color:#fffbeb4d}.group:after .group-after\:bg-amber-50\/40{background-color:#fffbeb66}.group:after .group-after\:bg-amber-50\/50{background-color:#fffbeb80}.group:after .group-after\:bg-amber-50\/60{background-color:#fffbeb99}.group:after .group-after\:bg-amber-50\/70{background-color:#fffbebb3}.group:after .group-after\:bg-amber-50\/75{background-color:#fffbebbf}.group:after .group-after\:bg-amber-50\/80{background-color:#fffbebcc}.group:after .group-after\:bg-amber-50\/90{background-color:#fffbebe6}.group:after .group-after\:bg-amber-100{background-color:#fef3c7}.group:after .group-after\:bg-amber-100\/0{background-color:#fef3c700}.group:after .group-after\:bg-amber-100\/10{background-color:#fef3c71a}.group:after .group-after\:bg-amber-100\/20{background-color:#fef3c733}.group:after .group-after\:bg-amber-100\/30{background-color:#fef3c74d}.group:after .group-after\:bg-amber-100\/40{background-color:#fef3c766}.group:after .group-after\:bg-amber-100\/50{background-color:#fef3c780}.group:after .group-after\:bg-amber-100\/60{background-color:#fef3c799}.group:after .group-after\:bg-amber-100\/70{background-color:#fef3c7b3}.group:after .group-after\:bg-amber-100\/75{background-color:#fef3c7bf}.group:after .group-after\:bg-amber-100\/80{background-color:#fef3c7cc}.group:after .group-after\:bg-amber-100\/90{background-color:#fef3c7e6}.group:after .group-after\:bg-amber-200{background-color:#fde68a}.group:after .group-after\:bg-amber-200\/0{background-color:#fde68a00}.group:after .group-after\:bg-amber-200\/10{background-color:#fde68a1a}.group:after .group-after\:bg-amber-200\/20{background-color:#fde68a33}.group:after .group-after\:bg-amber-200\/30{background-color:#fde68a4d}.group:after .group-after\:bg-amber-200\/40{background-color:#fde68a66}.group:after .group-after\:bg-amber-200\/50{background-color:#fde68a80}.group:after .group-after\:bg-amber-200\/60{background-color:#fde68a99}.group:after .group-after\:bg-amber-200\/70{background-color:#fde68ab3}.group:after .group-after\:bg-amber-200\/75{background-color:#fde68abf}.group:after .group-after\:bg-amber-200\/80{background-color:#fde68acc}.group:after .group-after\:bg-amber-200\/90{background-color:#fde68ae6}.group:after .group-after\:bg-amber-300{background-color:#fcd34d}.group:after .group-after\:bg-amber-300\/0{background-color:#fcd34d00}.group:after .group-after\:bg-amber-300\/10{background-color:#fcd34d1a}.group:after .group-after\:bg-amber-300\/20{background-color:#fcd34d33}.group:after .group-after\:bg-amber-300\/30{background-color:#fcd34d4d}.group:after .group-after\:bg-amber-300\/40{background-color:#fcd34d66}.group:after .group-after\:bg-amber-300\/50{background-color:#fcd34d80}.group:after .group-after\:bg-amber-300\/60{background-color:#fcd34d99}.group:after .group-after\:bg-amber-300\/70{background-color:#fcd34db3}.group:after .group-after\:bg-amber-300\/75{background-color:#fcd34dbf}.group:after .group-after\:bg-amber-300\/80{background-color:#fcd34dcc}.group:after .group-after\:bg-amber-300\/90{background-color:#fcd34de6}.group:after .group-after\:bg-amber-400{background-color:#fbbf24}.group:after .group-after\:bg-amber-400\/0{background-color:#fbbf2400}.group:after .group-after\:bg-amber-400\/10{background-color:#fbbf241a}.group:after .group-after\:bg-amber-400\/20{background-color:#fbbf2433}.group:after .group-after\:bg-amber-400\/30{background-color:#fbbf244d}.group:after .group-after\:bg-amber-400\/40{background-color:#fbbf2466}.group:after .group-after\:bg-amber-400\/50{background-color:#fbbf2480}.group:after .group-after\:bg-amber-400\/60{background-color:#fbbf2499}.group:after .group-after\:bg-amber-400\/70{background-color:#fbbf24b3}.group:after .group-after\:bg-amber-400\/75{background-color:#fbbf24bf}.group:after .group-after\:bg-amber-400\/80{background-color:#fbbf24cc}.group:after .group-after\:bg-amber-400\/90{background-color:#fbbf24e6}.group:after .group-after\:bg-amber-500{background-color:#f59e0b}.group:after .group-after\:bg-amber-500\/0{background-color:#f59e0b00}.group:after .group-after\:bg-amber-500\/10{background-color:#f59e0b1a}.group:after .group-after\:bg-amber-500\/20{background-color:#f59e0b33}.group:after .group-after\:bg-amber-500\/30{background-color:#f59e0b4d}.group:after .group-after\:bg-amber-500\/40{background-color:#f59e0b66}.group:after .group-after\:bg-amber-500\/50{background-color:#f59e0b80}.group:after .group-after\:bg-amber-500\/60{background-color:#f59e0b99}.group:after .group-after\:bg-amber-500\/70{background-color:#f59e0bb3}.group:after .group-after\:bg-amber-500\/75{background-color:#f59e0bbf}.group:after .group-after\:bg-amber-500\/80{background-color:#f59e0bcc}.group:after .group-after\:bg-amber-500\/90{background-color:#f59e0be6}.group:after .group-after\:bg-amber-600{background-color:#d97706}.group:after .group-after\:bg-amber-600\/0{background-color:#d9770600}.group:after .group-after\:bg-amber-600\/10{background-color:#d977061a}.group:after .group-after\:bg-amber-600\/20{background-color:#d9770633}.group:after .group-after\:bg-amber-600\/30{background-color:#d977064d}.group:after .group-after\:bg-amber-600\/40{background-color:#d9770666}.group:after .group-after\:bg-amber-600\/50{background-color:#d9770680}.group:after .group-after\:bg-amber-600\/60{background-color:#d9770699}.group:after .group-after\:bg-amber-600\/70{background-color:#d97706b3}.group:after .group-after\:bg-amber-600\/75{background-color:#d97706bf}.group:after .group-after\:bg-amber-600\/80{background-color:#d97706cc}.group:after .group-after\:bg-amber-600\/90{background-color:#d97706e6}.group:after .group-after\:bg-amber-700{background-color:#b45309}.group:after .group-after\:bg-amber-700\/0{background-color:#b4530900}.group:after .group-after\:bg-amber-700\/10{background-color:#b453091a}.group:after .group-after\:bg-amber-700\/20{background-color:#b4530933}.group:after .group-after\:bg-amber-700\/30{background-color:#b453094d}.group:after .group-after\:bg-amber-700\/40{background-color:#b4530966}.group:after .group-after\:bg-amber-700\/50{background-color:#b4530980}.group:after .group-after\:bg-amber-700\/60{background-color:#b4530999}.group:after .group-after\:bg-amber-700\/70{background-color:#b45309b3}.group:after .group-after\:bg-amber-700\/75{background-color:#b45309bf}.group:after .group-after\:bg-amber-700\/80{background-color:#b45309cc}.group:after .group-after\:bg-amber-700\/90{background-color:#b45309e6}.group:after .group-after\:bg-amber-800{background-color:#92400e}.group:after .group-after\:bg-amber-800\/0{background-color:#92400e00}.group:after .group-after\:bg-amber-800\/10{background-color:#92400e1a}.group:after .group-after\:bg-amber-800\/20{background-color:#92400e33}.group:after .group-after\:bg-amber-800\/30{background-color:#92400e4d}.group:after .group-after\:bg-amber-800\/40{background-color:#92400e66}.group:after .group-after\:bg-amber-800\/50{background-color:#92400e80}.group:after .group-after\:bg-amber-800\/60{background-color:#92400e99}.group:after .group-after\:bg-amber-800\/70{background-color:#92400eb3}.group:after .group-after\:bg-amber-800\/75{background-color:#92400ebf}.group:after .group-after\:bg-amber-800\/80{background-color:#92400ecc}.group:after .group-after\:bg-amber-800\/90{background-color:#92400ee6}.group:after .group-after\:bg-amber-900{background-color:#78350f}.group:after .group-after\:bg-amber-900\/0{background-color:#78350f00}.group:after .group-after\:bg-amber-900\/10{background-color:#78350f1a}.group:after .group-after\:bg-amber-900\/20{background-color:#78350f33}.group:after .group-after\:bg-amber-900\/30{background-color:#78350f4d}.group:after .group-after\:bg-amber-900\/40{background-color:#78350f66}.group:after .group-after\:bg-amber-900\/50{background-color:#78350f80}.group:after .group-after\:bg-amber-900\/60{background-color:#78350f99}.group:after .group-after\:bg-amber-900\/70{background-color:#78350fb3}.group:after .group-after\:bg-amber-900\/75{background-color:#78350fbf}.group:after .group-after\:bg-amber-900\/80{background-color:#78350fcc}.group:after .group-after\:bg-amber-900\/90{background-color:#78350fe6}.group:after .group-after\:bg-amber-950{background-color:#451a03}.group:after .group-after\:bg-amber-950\/0{background-color:#451a0300}.group:after .group-after\:bg-amber-950\/10{background-color:#451a031a}.group:after .group-after\:bg-amber-950\/20{background-color:#451a0333}.group:after .group-after\:bg-amber-950\/30{background-color:#451a034d}.group:after .group-after\:bg-amber-950\/40{background-color:#451a0366}.group:after .group-after\:bg-amber-950\/50{background-color:#451a0380}.group:after .group-after\:bg-amber-950\/60{background-color:#451a0399}.group:after .group-after\:bg-amber-950\/70{background-color:#451a03b3}.group:after .group-after\:bg-amber-950\/75{background-color:#451a03bf}.group:after .group-after\:bg-amber-950\/80{background-color:#451a03cc}.group:after .group-after\:bg-amber-950\/90{background-color:#451a03e6}.group:after .group-after\:bg-yellow-50{background-color:#fefce8}.group:after .group-after\:bg-yellow-50\/0{background-color:#fefce800}.group:after .group-after\:bg-yellow-50\/10{background-color:#fefce81a}.group:after .group-after\:bg-yellow-50\/20{background-color:#fefce833}.group:after .group-after\:bg-yellow-50\/30{background-color:#fefce84d}.group:after .group-after\:bg-yellow-50\/40{background-color:#fefce866}.group:after .group-after\:bg-yellow-50\/50{background-color:#fefce880}.group:after .group-after\:bg-yellow-50\/60{background-color:#fefce899}.group:after .group-after\:bg-yellow-50\/70{background-color:#fefce8b3}.group:after .group-after\:bg-yellow-50\/75{background-color:#fefce8bf}.group:after .group-after\:bg-yellow-50\/80{background-color:#fefce8cc}.group:after .group-after\:bg-yellow-50\/90{background-color:#fefce8e6}.group:after .group-after\:bg-yellow-100{background-color:#fef9c3}.group:after .group-after\:bg-yellow-100\/0{background-color:#fef9c300}.group:after .group-after\:bg-yellow-100\/10{background-color:#fef9c31a}.group:after .group-after\:bg-yellow-100\/20{background-color:#fef9c333}.group:after .group-after\:bg-yellow-100\/30{background-color:#fef9c34d}.group:after .group-after\:bg-yellow-100\/40{background-color:#fef9c366}.group:after .group-after\:bg-yellow-100\/50{background-color:#fef9c380}.group:after .group-after\:bg-yellow-100\/60{background-color:#fef9c399}.group:after .group-after\:bg-yellow-100\/70{background-color:#fef9c3b3}.group:after .group-after\:bg-yellow-100\/75{background-color:#fef9c3bf}.group:after .group-after\:bg-yellow-100\/80{background-color:#fef9c3cc}.group:after .group-after\:bg-yellow-100\/90{background-color:#fef9c3e6}.group:after .group-after\:bg-yellow-200{background-color:#fef08a}.group:after .group-after\:bg-yellow-200\/0{background-color:#fef08a00}.group:after .group-after\:bg-yellow-200\/10{background-color:#fef08a1a}.group:after .group-after\:bg-yellow-200\/20{background-color:#fef08a33}.group:after .group-after\:bg-yellow-200\/30{background-color:#fef08a4d}.group:after .group-after\:bg-yellow-200\/40{background-color:#fef08a66}.group:after .group-after\:bg-yellow-200\/50{background-color:#fef08a80}.group:after .group-after\:bg-yellow-200\/60{background-color:#fef08a99}.group:after .group-after\:bg-yellow-200\/70{background-color:#fef08ab3}.group:after .group-after\:bg-yellow-200\/75{background-color:#fef08abf}.group:after .group-after\:bg-yellow-200\/80{background-color:#fef08acc}.group:after .group-after\:bg-yellow-200\/90{background-color:#fef08ae6}.group:after .group-after\:bg-yellow-300{background-color:#fde047}.group:after .group-after\:bg-yellow-300\/0{background-color:#fde04700}.group:after .group-after\:bg-yellow-300\/10{background-color:#fde0471a}.group:after .group-after\:bg-yellow-300\/20{background-color:#fde04733}.group:after .group-after\:bg-yellow-300\/30{background-color:#fde0474d}.group:after .group-after\:bg-yellow-300\/40{background-color:#fde04766}.group:after .group-after\:bg-yellow-300\/50{background-color:#fde04780}.group:after .group-after\:bg-yellow-300\/60{background-color:#fde04799}.group:after .group-after\:bg-yellow-300\/70{background-color:#fde047b3}.group:after .group-after\:bg-yellow-300\/75{background-color:#fde047bf}.group:after .group-after\:bg-yellow-300\/80{background-color:#fde047cc}.group:after .group-after\:bg-yellow-300\/90{background-color:#fde047e6}.group:after .group-after\:bg-yellow-400{background-color:#facc15}.group:after .group-after\:bg-yellow-400\/0{background-color:#facc1500}.group:after .group-after\:bg-yellow-400\/10{background-color:#facc151a}.group:after .group-after\:bg-yellow-400\/20{background-color:#facc1533}.group:after .group-after\:bg-yellow-400\/30{background-color:#facc154d}.group:after .group-after\:bg-yellow-400\/40{background-color:#facc1566}.group:after .group-after\:bg-yellow-400\/50{background-color:#facc1580}.group:after .group-after\:bg-yellow-400\/60{background-color:#facc1599}.group:after .group-after\:bg-yellow-400\/70{background-color:#facc15b3}.group:after .group-after\:bg-yellow-400\/75{background-color:#facc15bf}.group:after .group-after\:bg-yellow-400\/80{background-color:#facc15cc}.group:after .group-after\:bg-yellow-400\/90{background-color:#facc15e6}.group:after .group-after\:bg-yellow-500{background-color:#eab308}.group:after .group-after\:bg-yellow-500\/0{background-color:#eab30800}.group:after .group-after\:bg-yellow-500\/10{background-color:#eab3081a}.group:after .group-after\:bg-yellow-500\/20{background-color:#eab30833}.group:after .group-after\:bg-yellow-500\/30{background-color:#eab3084d}.group:after .group-after\:bg-yellow-500\/40{background-color:#eab30866}.group:after .group-after\:bg-yellow-500\/50{background-color:#eab30880}.group:after .group-after\:bg-yellow-500\/60{background-color:#eab30899}.group:after .group-after\:bg-yellow-500\/70{background-color:#eab308b3}.group:after .group-after\:bg-yellow-500\/75{background-color:#eab308bf}.group:after .group-after\:bg-yellow-500\/80{background-color:#eab308cc}.group:after .group-after\:bg-yellow-500\/90{background-color:#eab308e6}.group:after .group-after\:bg-yellow-600{background-color:#ca8a04}.group:after .group-after\:bg-yellow-600\/0{background-color:#ca8a0400}.group:after .group-after\:bg-yellow-600\/10{background-color:#ca8a041a}.group:after .group-after\:bg-yellow-600\/20{background-color:#ca8a0433}.group:after .group-after\:bg-yellow-600\/30{background-color:#ca8a044d}.group:after .group-after\:bg-yellow-600\/40{background-color:#ca8a0466}.group:after .group-after\:bg-yellow-600\/50{background-color:#ca8a0480}.group:after .group-after\:bg-yellow-600\/60{background-color:#ca8a0499}.group:after .group-after\:bg-yellow-600\/70{background-color:#ca8a04b3}.group:after .group-after\:bg-yellow-600\/75{background-color:#ca8a04bf}.group:after .group-after\:bg-yellow-600\/80{background-color:#ca8a04cc}.group:after .group-after\:bg-yellow-600\/90{background-color:#ca8a04e6}.group:after .group-after\:bg-yellow-700{background-color:#a16207}.group:after .group-after\:bg-yellow-700\/0{background-color:#a1620700}.group:after .group-after\:bg-yellow-700\/10{background-color:#a162071a}.group:after .group-after\:bg-yellow-700\/20{background-color:#a1620733}.group:after .group-after\:bg-yellow-700\/30{background-color:#a162074d}.group:after .group-after\:bg-yellow-700\/40{background-color:#a1620766}.group:after .group-after\:bg-yellow-700\/50{background-color:#a1620780}.group:after .group-after\:bg-yellow-700\/60{background-color:#a1620799}.group:after .group-after\:bg-yellow-700\/70{background-color:#a16207b3}.group:after .group-after\:bg-yellow-700\/75{background-color:#a16207bf}.group:after .group-after\:bg-yellow-700\/80{background-color:#a16207cc}.group:after .group-after\:bg-yellow-700\/90{background-color:#a16207e6}.group:after .group-after\:bg-yellow-800{background-color:#854d0e}.group:after .group-after\:bg-yellow-800\/0{background-color:#854d0e00}.group:after .group-after\:bg-yellow-800\/10{background-color:#854d0e1a}.group:after .group-after\:bg-yellow-800\/20{background-color:#854d0e33}.group:after .group-after\:bg-yellow-800\/30{background-color:#854d0e4d}.group:after .group-after\:bg-yellow-800\/40{background-color:#854d0e66}.group:after .group-after\:bg-yellow-800\/50{background-color:#854d0e80}.group:after .group-after\:bg-yellow-800\/60{background-color:#854d0e99}.group:after .group-after\:bg-yellow-800\/70{background-color:#854d0eb3}.group:after .group-after\:bg-yellow-800\/75{background-color:#854d0ebf}.group:after .group-after\:bg-yellow-800\/80{background-color:#854d0ecc}.group:after .group-after\:bg-yellow-800\/90{background-color:#854d0ee6}.group:after .group-after\:bg-yellow-900{background-color:#713f12}.group:after .group-after\:bg-yellow-900\/0{background-color:#713f1200}.group:after .group-after\:bg-yellow-900\/10{background-color:#713f121a}.group:after .group-after\:bg-yellow-900\/20{background-color:#713f1233}.group:after .group-after\:bg-yellow-900\/30{background-color:#713f124d}.group:after .group-after\:bg-yellow-900\/40{background-color:#713f1266}.group:after .group-after\:bg-yellow-900\/50{background-color:#713f1280}.group:after .group-after\:bg-yellow-900\/60{background-color:#713f1299}.group:after .group-after\:bg-yellow-900\/70{background-color:#713f12b3}.group:after .group-after\:bg-yellow-900\/75{background-color:#713f12bf}.group:after .group-after\:bg-yellow-900\/80{background-color:#713f12cc}.group:after .group-after\:bg-yellow-900\/90{background-color:#713f12e6}.group:after .group-after\:bg-yellow-950{background-color:#422006}.group:after .group-after\:bg-yellow-950\/0{background-color:#42200600}.group:after .group-after\:bg-yellow-950\/10{background-color:#4220061a}.group:after .group-after\:bg-yellow-950\/20{background-color:#42200633}.group:after .group-after\:bg-yellow-950\/30{background-color:#4220064d}.group:after .group-after\:bg-yellow-950\/40{background-color:#42200666}.group:after .group-after\:bg-yellow-950\/50{background-color:#42200680}.group:after .group-after\:bg-yellow-950\/60{background-color:#42200699}.group:after .group-after\:bg-yellow-950\/70{background-color:#422006b3}.group:after .group-after\:bg-yellow-950\/75{background-color:#422006bf}.group:after .group-after\:bg-yellow-950\/80{background-color:#422006cc}.group:after .group-after\:bg-yellow-950\/90{background-color:#422006e6}.group:after .group-after\:bg-lime-50{background-color:#f7fee7}.group:after .group-after\:bg-lime-50\/0{background-color:#f7fee700}.group:after .group-after\:bg-lime-50\/10{background-color:#f7fee71a}.group:after .group-after\:bg-lime-50\/20{background-color:#f7fee733}.group:after .group-after\:bg-lime-50\/30{background-color:#f7fee74d}.group:after .group-after\:bg-lime-50\/40{background-color:#f7fee766}.group:after .group-after\:bg-lime-50\/50{background-color:#f7fee780}.group:after .group-after\:bg-lime-50\/60{background-color:#f7fee799}.group:after .group-after\:bg-lime-50\/70{background-color:#f7fee7b3}.group:after .group-after\:bg-lime-50\/75{background-color:#f7fee7bf}.group:after .group-after\:bg-lime-50\/80{background-color:#f7fee7cc}.group:after .group-after\:bg-lime-50\/90{background-color:#f7fee7e6}.group:after .group-after\:bg-lime-100{background-color:#ecfccb}.group:after .group-after\:bg-lime-100\/0{background-color:#ecfccb00}.group:after .group-after\:bg-lime-100\/10{background-color:#ecfccb1a}.group:after .group-after\:bg-lime-100\/20{background-color:#ecfccb33}.group:after .group-after\:bg-lime-100\/30{background-color:#ecfccb4d}.group:after .group-after\:bg-lime-100\/40{background-color:#ecfccb66}.group:after .group-after\:bg-lime-100\/50{background-color:#ecfccb80}.group:after .group-after\:bg-lime-100\/60{background-color:#ecfccb99}.group:after .group-after\:bg-lime-100\/70{background-color:#ecfccbb3}.group:after .group-after\:bg-lime-100\/75{background-color:#ecfccbbf}.group:after .group-after\:bg-lime-100\/80{background-color:#ecfccbcc}.group:after .group-after\:bg-lime-100\/90{background-color:#ecfccbe6}.group:after .group-after\:bg-lime-200{background-color:#d9f99d}.group:after .group-after\:bg-lime-200\/0{background-color:#d9f99d00}.group:after .group-after\:bg-lime-200\/10{background-color:#d9f99d1a}.group:after .group-after\:bg-lime-200\/20{background-color:#d9f99d33}.group:after .group-after\:bg-lime-200\/30{background-color:#d9f99d4d}.group:after .group-after\:bg-lime-200\/40{background-color:#d9f99d66}.group:after .group-after\:bg-lime-200\/50{background-color:#d9f99d80}.group:after .group-after\:bg-lime-200\/60{background-color:#d9f99d99}.group:after .group-after\:bg-lime-200\/70{background-color:#d9f99db3}.group:after .group-after\:bg-lime-200\/75{background-color:#d9f99dbf}.group:after .group-after\:bg-lime-200\/80{background-color:#d9f99dcc}.group:after .group-after\:bg-lime-200\/90{background-color:#d9f99de6}.group:after .group-after\:bg-lime-300{background-color:#bef264}.group:after .group-after\:bg-lime-300\/0{background-color:#bef26400}.group:after .group-after\:bg-lime-300\/10{background-color:#bef2641a}.group:after .group-after\:bg-lime-300\/20{background-color:#bef26433}.group:after .group-after\:bg-lime-300\/30{background-color:#bef2644d}.group:after .group-after\:bg-lime-300\/40{background-color:#bef26466}.group:after .group-after\:bg-lime-300\/50{background-color:#bef26480}.group:after .group-after\:bg-lime-300\/60{background-color:#bef26499}.group:after .group-after\:bg-lime-300\/70{background-color:#bef264b3}.group:after .group-after\:bg-lime-300\/75{background-color:#bef264bf}.group:after .group-after\:bg-lime-300\/80{background-color:#bef264cc}.group:after .group-after\:bg-lime-300\/90{background-color:#bef264e6}.group:after .group-after\:bg-lime-400{background-color:#a3e635}.group:after .group-after\:bg-lime-400\/0{background-color:#a3e63500}.group:after .group-after\:bg-lime-400\/10{background-color:#a3e6351a}.group:after .group-after\:bg-lime-400\/20{background-color:#a3e63533}.group:after .group-after\:bg-lime-400\/30{background-color:#a3e6354d}.group:after .group-after\:bg-lime-400\/40{background-color:#a3e63566}.group:after .group-after\:bg-lime-400\/50{background-color:#a3e63580}.group:after .group-after\:bg-lime-400\/60{background-color:#a3e63599}.group:after .group-after\:bg-lime-400\/70{background-color:#a3e635b3}.group:after .group-after\:bg-lime-400\/75{background-color:#a3e635bf}.group:after .group-after\:bg-lime-400\/80{background-color:#a3e635cc}.group:after .group-after\:bg-lime-400\/90{background-color:#a3e635e6}.group:after .group-after\:bg-lime-500{background-color:#84cc16}.group:after .group-after\:bg-lime-500\/0{background-color:#84cc1600}.group:after .group-after\:bg-lime-500\/10{background-color:#84cc161a}.group:after .group-after\:bg-lime-500\/20{background-color:#84cc1633}.group:after .group-after\:bg-lime-500\/30{background-color:#84cc164d}.group:after .group-after\:bg-lime-500\/40{background-color:#84cc1666}.group:after .group-after\:bg-lime-500\/50{background-color:#84cc1680}.group:after .group-after\:bg-lime-500\/60{background-color:#84cc1699}.group:after .group-after\:bg-lime-500\/70{background-color:#84cc16b3}.group:after .group-after\:bg-lime-500\/75{background-color:#84cc16bf}.group:after .group-after\:bg-lime-500\/80{background-color:#84cc16cc}.group:after .group-after\:bg-lime-500\/90{background-color:#84cc16e6}.group:after .group-after\:bg-lime-600{background-color:#65a30d}.group:after .group-after\:bg-lime-600\/0{background-color:#65a30d00}.group:after .group-after\:bg-lime-600\/10{background-color:#65a30d1a}.group:after .group-after\:bg-lime-600\/20{background-color:#65a30d33}.group:after .group-after\:bg-lime-600\/30{background-color:#65a30d4d}.group:after .group-after\:bg-lime-600\/40{background-color:#65a30d66}.group:after .group-after\:bg-lime-600\/50{background-color:#65a30d80}.group:after .group-after\:bg-lime-600\/60{background-color:#65a30d99}.group:after .group-after\:bg-lime-600\/70{background-color:#65a30db3}.group:after .group-after\:bg-lime-600\/75{background-color:#65a30dbf}.group:after .group-after\:bg-lime-600\/80{background-color:#65a30dcc}.group:after .group-after\:bg-lime-600\/90{background-color:#65a30de6}.group:after .group-after\:bg-lime-700{background-color:#4d7c0f}.group:after .group-after\:bg-lime-700\/0{background-color:#4d7c0f00}.group:after .group-after\:bg-lime-700\/10{background-color:#4d7c0f1a}.group:after .group-after\:bg-lime-700\/20{background-color:#4d7c0f33}.group:after .group-after\:bg-lime-700\/30{background-color:#4d7c0f4d}.group:after .group-after\:bg-lime-700\/40{background-color:#4d7c0f66}.group:after .group-after\:bg-lime-700\/50{background-color:#4d7c0f80}.group:after .group-after\:bg-lime-700\/60{background-color:#4d7c0f99}.group:after .group-after\:bg-lime-700\/70{background-color:#4d7c0fb3}.group:after .group-after\:bg-lime-700\/75{background-color:#4d7c0fbf}.group:after .group-after\:bg-lime-700\/80{background-color:#4d7c0fcc}.group:after .group-after\:bg-lime-700\/90{background-color:#4d7c0fe6}.group:after .group-after\:bg-lime-800{background-color:#3f6212}.group:after .group-after\:bg-lime-800\/0{background-color:#3f621200}.group:after .group-after\:bg-lime-800\/10{background-color:#3f62121a}.group:after .group-after\:bg-lime-800\/20{background-color:#3f621233}.group:after .group-after\:bg-lime-800\/30{background-color:#3f62124d}.group:after .group-after\:bg-lime-800\/40{background-color:#3f621266}.group:after .group-after\:bg-lime-800\/50{background-color:#3f621280}.group:after .group-after\:bg-lime-800\/60{background-color:#3f621299}.group:after .group-after\:bg-lime-800\/70{background-color:#3f6212b3}.group:after .group-after\:bg-lime-800\/75{background-color:#3f6212bf}.group:after .group-after\:bg-lime-800\/80{background-color:#3f6212cc}.group:after .group-after\:bg-lime-800\/90{background-color:#3f6212e6}.group:after .group-after\:bg-lime-900{background-color:#365314}.group:after .group-after\:bg-lime-900\/0{background-color:#36531400}.group:after .group-after\:bg-lime-900\/10{background-color:#3653141a}.group:after .group-after\:bg-lime-900\/20{background-color:#36531433}.group:after .group-after\:bg-lime-900\/30{background-color:#3653144d}.group:after .group-after\:bg-lime-900\/40{background-color:#36531466}.group:after .group-after\:bg-lime-900\/50{background-color:#36531480}.group:after .group-after\:bg-lime-900\/60{background-color:#36531499}.group:after .group-after\:bg-lime-900\/70{background-color:#365314b3}.group:after .group-after\:bg-lime-900\/75{background-color:#365314bf}.group:after .group-after\:bg-lime-900\/80{background-color:#365314cc}.group:after .group-after\:bg-lime-900\/90{background-color:#365314e6}.group:after .group-after\:bg-lime-950{background-color:#1a2e05}.group:after .group-after\:bg-lime-950\/0{background-color:#1a2e0500}.group:after .group-after\:bg-lime-950\/10{background-color:#1a2e051a}.group:after .group-after\:bg-lime-950\/20{background-color:#1a2e0533}.group:after .group-after\:bg-lime-950\/30{background-color:#1a2e054d}.group:after .group-after\:bg-lime-950\/40{background-color:#1a2e0566}.group:after .group-after\:bg-lime-950\/50{background-color:#1a2e0580}.group:after .group-after\:bg-lime-950\/60{background-color:#1a2e0599}.group:after .group-after\:bg-lime-950\/70{background-color:#1a2e05b3}.group:after .group-after\:bg-lime-950\/75{background-color:#1a2e05bf}.group:after .group-after\:bg-lime-950\/80{background-color:#1a2e05cc}.group:after .group-after\:bg-lime-950\/90{background-color:#1a2e05e6}.group:after .group-after\:bg-green-50{background-color:#f0fdf4}.group:after .group-after\:bg-green-50\/0{background-color:#f0fdf400}.group:after .group-after\:bg-green-50\/10{background-color:#f0fdf41a}.group:after .group-after\:bg-green-50\/20{background-color:#f0fdf433}.group:after .group-after\:bg-green-50\/30{background-color:#f0fdf44d}.group:after .group-after\:bg-green-50\/40{background-color:#f0fdf466}.group:after .group-after\:bg-green-50\/50{background-color:#f0fdf480}.group:after .group-after\:bg-green-50\/60{background-color:#f0fdf499}.group:after .group-after\:bg-green-50\/70{background-color:#f0fdf4b3}.group:after .group-after\:bg-green-50\/75{background-color:#f0fdf4bf}.group:after .group-after\:bg-green-50\/80{background-color:#f0fdf4cc}.group:after .group-after\:bg-green-50\/90{background-color:#f0fdf4e6}.group:after .group-after\:bg-green-100{background-color:#dcfce7}.group:after .group-after\:bg-green-100\/0{background-color:#dcfce700}.group:after .group-after\:bg-green-100\/10{background-color:#dcfce71a}.group:after .group-after\:bg-green-100\/20{background-color:#dcfce733}.group:after .group-after\:bg-green-100\/30{background-color:#dcfce74d}.group:after .group-after\:bg-green-100\/40{background-color:#dcfce766}.group:after .group-after\:bg-green-100\/50{background-color:#dcfce780}.group:after .group-after\:bg-green-100\/60{background-color:#dcfce799}.group:after .group-after\:bg-green-100\/70{background-color:#dcfce7b3}.group:after .group-after\:bg-green-100\/75{background-color:#dcfce7bf}.group:after .group-after\:bg-green-100\/80{background-color:#dcfce7cc}.group:after .group-after\:bg-green-100\/90{background-color:#dcfce7e6}.group:after .group-after\:bg-green-200{background-color:#bbf7d0}.group:after .group-after\:bg-green-200\/0{background-color:#bbf7d000}.group:after .group-after\:bg-green-200\/10{background-color:#bbf7d01a}.group:after .group-after\:bg-green-200\/20{background-color:#bbf7d033}.group:after .group-after\:bg-green-200\/30{background-color:#bbf7d04d}.group:after .group-after\:bg-green-200\/40{background-color:#bbf7d066}.group:after .group-after\:bg-green-200\/50{background-color:#bbf7d080}.group:after .group-after\:bg-green-200\/60{background-color:#bbf7d099}.group:after .group-after\:bg-green-200\/70{background-color:#bbf7d0b3}.group:after .group-after\:bg-green-200\/75{background-color:#bbf7d0bf}.group:after .group-after\:bg-green-200\/80{background-color:#bbf7d0cc}.group:after .group-after\:bg-green-200\/90{background-color:#bbf7d0e6}.group:after .group-after\:bg-green-300{background-color:#86efac}.group:after .group-after\:bg-green-300\/0{background-color:#86efac00}.group:after .group-after\:bg-green-300\/10{background-color:#86efac1a}.group:after .group-after\:bg-green-300\/20{background-color:#86efac33}.group:after .group-after\:bg-green-300\/30{background-color:#86efac4d}.group:after .group-after\:bg-green-300\/40{background-color:#86efac66}.group:after .group-after\:bg-green-300\/50{background-color:#86efac80}.group:after .group-after\:bg-green-300\/60{background-color:#86efac99}.group:after .group-after\:bg-green-300\/70{background-color:#86efacb3}.group:after .group-after\:bg-green-300\/75{background-color:#86efacbf}.group:after .group-after\:bg-green-300\/80{background-color:#86efaccc}.group:after .group-after\:bg-green-300\/90{background-color:#86eface6}.group:after .group-after\:bg-green-400{background-color:#4ade80}.group:after .group-after\:bg-green-400\/0{background-color:#4ade8000}.group:after .group-after\:bg-green-400\/10{background-color:#4ade801a}.group:after .group-after\:bg-green-400\/20{background-color:#4ade8033}.group:after .group-after\:bg-green-400\/30{background-color:#4ade804d}.group:after .group-after\:bg-green-400\/40{background-color:#4ade8066}.group:after .group-after\:bg-green-400\/50{background-color:#4ade8080}.group:after .group-after\:bg-green-400\/60{background-color:#4ade8099}.group:after .group-after\:bg-green-400\/70{background-color:#4ade80b3}.group:after .group-after\:bg-green-400\/75{background-color:#4ade80bf}.group:after .group-after\:bg-green-400\/80{background-color:#4ade80cc}.group:after .group-after\:bg-green-400\/90{background-color:#4ade80e6}.group:after .group-after\:bg-green-500{background-color:#22c55e}.group:after .group-after\:bg-green-500\/0{background-color:#22c55e00}.group:after .group-after\:bg-green-500\/10{background-color:#22c55e1a}.group:after .group-after\:bg-green-500\/20{background-color:#22c55e33}.group:after .group-after\:bg-green-500\/30{background-color:#22c55e4d}.group:after .group-after\:bg-green-500\/40{background-color:#22c55e66}.group:after .group-after\:bg-green-500\/50{background-color:#22c55e80}.group:after .group-after\:bg-green-500\/60{background-color:#22c55e99}.group:after .group-after\:bg-green-500\/70{background-color:#22c55eb3}.group:after .group-after\:bg-green-500\/75{background-color:#22c55ebf}.group:after .group-after\:bg-green-500\/80{background-color:#22c55ecc}.group:after .group-after\:bg-green-500\/90{background-color:#22c55ee6}.group:after .group-after\:bg-green-600{background-color:#16a34a}.group:after .group-after\:bg-green-600\/0{background-color:#16a34a00}.group:after .group-after\:bg-green-600\/10{background-color:#16a34a1a}.group:after .group-after\:bg-green-600\/20{background-color:#16a34a33}.group:after .group-after\:bg-green-600\/30{background-color:#16a34a4d}.group:after .group-after\:bg-green-600\/40{background-color:#16a34a66}.group:after .group-after\:bg-green-600\/50{background-color:#16a34a80}.group:after .group-after\:bg-green-600\/60{background-color:#16a34a99}.group:after .group-after\:bg-green-600\/70{background-color:#16a34ab3}.group:after .group-after\:bg-green-600\/75{background-color:#16a34abf}.group:after .group-after\:bg-green-600\/80{background-color:#16a34acc}.group:after .group-after\:bg-green-600\/90{background-color:#16a34ae6}.group:after .group-after\:bg-green-700{background-color:#15803d}.group:after .group-after\:bg-green-700\/0{background-color:#15803d00}.group:after .group-after\:bg-green-700\/10{background-color:#15803d1a}.group:after .group-after\:bg-green-700\/20{background-color:#15803d33}.group:after .group-after\:bg-green-700\/30{background-color:#15803d4d}.group:after .group-after\:bg-green-700\/40{background-color:#15803d66}.group:after .group-after\:bg-green-700\/50{background-color:#15803d80}.group:after .group-after\:bg-green-700\/60{background-color:#15803d99}.group:after .group-after\:bg-green-700\/70{background-color:#15803db3}.group:after .group-after\:bg-green-700\/75{background-color:#15803dbf}.group:after .group-after\:bg-green-700\/80{background-color:#15803dcc}.group:after .group-after\:bg-green-700\/90{background-color:#15803de6}.group:after .group-after\:bg-green-800{background-color:#166534}.group:after .group-after\:bg-green-800\/0{background-color:#16653400}.group:after .group-after\:bg-green-800\/10{background-color:#1665341a}.group:after .group-after\:bg-green-800\/20{background-color:#16653433}.group:after .group-after\:bg-green-800\/30{background-color:#1665344d}.group:after .group-after\:bg-green-800\/40{background-color:#16653466}.group:after .group-after\:bg-green-800\/50{background-color:#16653480}.group:after .group-after\:bg-green-800\/60{background-color:#16653499}.group:after .group-after\:bg-green-800\/70{background-color:#166534b3}.group:after .group-after\:bg-green-800\/75{background-color:#166534bf}.group:after .group-after\:bg-green-800\/80{background-color:#166534cc}.group:after .group-after\:bg-green-800\/90{background-color:#166534e6}.group:after .group-after\:bg-green-900{background-color:#14532d}.group:after .group-after\:bg-green-900\/0{background-color:#14532d00}.group:after .group-after\:bg-green-900\/10{background-color:#14532d1a}.group:after .group-after\:bg-green-900\/20{background-color:#14532d33}.group:after .group-after\:bg-green-900\/30{background-color:#14532d4d}.group:after .group-after\:bg-green-900\/40{background-color:#14532d66}.group:after .group-after\:bg-green-900\/50{background-color:#14532d80}.group:after .group-after\:bg-green-900\/60{background-color:#14532d99}.group:after .group-after\:bg-green-900\/70{background-color:#14532db3}.group:after .group-after\:bg-green-900\/75{background-color:#14532dbf}.group:after .group-after\:bg-green-900\/80{background-color:#14532dcc}.group:after .group-after\:bg-green-900\/90{background-color:#14532de6}.group:after .group-after\:bg-green-950{background-color:#052e16}.group:after .group-after\:bg-green-950\/0{background-color:#052e1600}.group:after .group-after\:bg-green-950\/10{background-color:#052e161a}.group:after .group-after\:bg-green-950\/20{background-color:#052e1633}.group:after .group-after\:bg-green-950\/30{background-color:#052e164d}.group:after .group-after\:bg-green-950\/40{background-color:#052e1666}.group:after .group-after\:bg-green-950\/50{background-color:#052e1680}.group:after .group-after\:bg-green-950\/60{background-color:#052e1699}.group:after .group-after\:bg-green-950\/70{background-color:#052e16b3}.group:after .group-after\:bg-green-950\/75{background-color:#052e16bf}.group:after .group-after\:bg-green-950\/80{background-color:#052e16cc}.group:after .group-after\:bg-green-950\/90{background-color:#052e16e6}.group:after .group-after\:bg-emerald-50{background-color:#ecfdf5}.group:after .group-after\:bg-emerald-50\/0{background-color:#ecfdf500}.group:after .group-after\:bg-emerald-50\/10{background-color:#ecfdf51a}.group:after .group-after\:bg-emerald-50\/20{background-color:#ecfdf533}.group:after .group-after\:bg-emerald-50\/30{background-color:#ecfdf54d}.group:after .group-after\:bg-emerald-50\/40{background-color:#ecfdf566}.group:after .group-after\:bg-emerald-50\/50{background-color:#ecfdf580}.group:after .group-after\:bg-emerald-50\/60{background-color:#ecfdf599}.group:after .group-after\:bg-emerald-50\/70{background-color:#ecfdf5b3}.group:after .group-after\:bg-emerald-50\/75{background-color:#ecfdf5bf}.group:after .group-after\:bg-emerald-50\/80{background-color:#ecfdf5cc}.group:after .group-after\:bg-emerald-50\/90{background-color:#ecfdf5e6}.group:after .group-after\:bg-emerald-100{background-color:#d1fae5}.group:after .group-after\:bg-emerald-100\/0{background-color:#d1fae500}.group:after .group-after\:bg-emerald-100\/10{background-color:#d1fae51a}.group:after .group-after\:bg-emerald-100\/20{background-color:#d1fae533}.group:after .group-after\:bg-emerald-100\/30{background-color:#d1fae54d}.group:after .group-after\:bg-emerald-100\/40{background-color:#d1fae566}.group:after .group-after\:bg-emerald-100\/50{background-color:#d1fae580}.group:after .group-after\:bg-emerald-100\/60{background-color:#d1fae599}.group:after .group-after\:bg-emerald-100\/70{background-color:#d1fae5b3}.group:after .group-after\:bg-emerald-100\/75{background-color:#d1fae5bf}.group:after .group-after\:bg-emerald-100\/80{background-color:#d1fae5cc}.group:after .group-after\:bg-emerald-100\/90{background-color:#d1fae5e6}.group:after .group-after\:bg-emerald-200{background-color:#a7f3d0}.group:after .group-after\:bg-emerald-200\/0{background-color:#a7f3d000}.group:after .group-after\:bg-emerald-200\/10{background-color:#a7f3d01a}.group:after .group-after\:bg-emerald-200\/20{background-color:#a7f3d033}.group:after .group-after\:bg-emerald-200\/30{background-color:#a7f3d04d}.group:after .group-after\:bg-emerald-200\/40{background-color:#a7f3d066}.group:after .group-after\:bg-emerald-200\/50{background-color:#a7f3d080}.group:after .group-after\:bg-emerald-200\/60{background-color:#a7f3d099}.group:after .group-after\:bg-emerald-200\/70{background-color:#a7f3d0b3}.group:after .group-after\:bg-emerald-200\/75{background-color:#a7f3d0bf}.group:after .group-after\:bg-emerald-200\/80{background-color:#a7f3d0cc}.group:after .group-after\:bg-emerald-200\/90{background-color:#a7f3d0e6}.group:after .group-after\:bg-emerald-300{background-color:#6ee7b7}.group:after .group-after\:bg-emerald-300\/0{background-color:#6ee7b700}.group:after .group-after\:bg-emerald-300\/10{background-color:#6ee7b71a}.group:after .group-after\:bg-emerald-300\/20{background-color:#6ee7b733}.group:after .group-after\:bg-emerald-300\/30{background-color:#6ee7b74d}.group:after .group-after\:bg-emerald-300\/40{background-color:#6ee7b766}.group:after .group-after\:bg-emerald-300\/50{background-color:#6ee7b780}.group:after .group-after\:bg-emerald-300\/60{background-color:#6ee7b799}.group:after .group-after\:bg-emerald-300\/70{background-color:#6ee7b7b3}.group:after .group-after\:bg-emerald-300\/75{background-color:#6ee7b7bf}.group:after .group-after\:bg-emerald-300\/80{background-color:#6ee7b7cc}.group:after .group-after\:bg-emerald-300\/90{background-color:#6ee7b7e6}.group:after .group-after\:bg-emerald-400{background-color:#34d399}.group:after .group-after\:bg-emerald-400\/0{background-color:#34d39900}.group:after .group-after\:bg-emerald-400\/10{background-color:#34d3991a}.group:after .group-after\:bg-emerald-400\/20{background-color:#34d39933}.group:after .group-after\:bg-emerald-400\/30{background-color:#34d3994d}.group:after .group-after\:bg-emerald-400\/40{background-color:#34d39966}.group:after .group-after\:bg-emerald-400\/50{background-color:#34d39980}.group:after .group-after\:bg-emerald-400\/60{background-color:#34d39999}.group:after .group-after\:bg-emerald-400\/70{background-color:#34d399b3}.group:after .group-after\:bg-emerald-400\/75{background-color:#34d399bf}.group:after .group-after\:bg-emerald-400\/80{background-color:#34d399cc}.group:after .group-after\:bg-emerald-400\/90{background-color:#34d399e6}.group:after .group-after\:bg-emerald-500{background-color:#10b981}.group:after .group-after\:bg-emerald-500\/0{background-color:#10b98100}.group:after .group-after\:bg-emerald-500\/10{background-color:#10b9811a}.group:after .group-after\:bg-emerald-500\/20{background-color:#10b98133}.group:after .group-after\:bg-emerald-500\/30{background-color:#10b9814d}.group:after .group-after\:bg-emerald-500\/40{background-color:#10b98166}.group:after .group-after\:bg-emerald-500\/50{background-color:#10b98180}.group:after .group-after\:bg-emerald-500\/60{background-color:#10b98199}.group:after .group-after\:bg-emerald-500\/70{background-color:#10b981b3}.group:after .group-after\:bg-emerald-500\/75{background-color:#10b981bf}.group:after .group-after\:bg-emerald-500\/80{background-color:#10b981cc}.group:after .group-after\:bg-emerald-500\/90{background-color:#10b981e6}.group:after .group-after\:bg-emerald-600{background-color:#059669}.group:after .group-after\:bg-emerald-600\/0{background-color:#05966900}.group:after .group-after\:bg-emerald-600\/10{background-color:#0596691a}.group:after .group-after\:bg-emerald-600\/20{background-color:#05966933}.group:after .group-after\:bg-emerald-600\/30{background-color:#0596694d}.group:after .group-after\:bg-emerald-600\/40{background-color:#05966966}.group:after .group-after\:bg-emerald-600\/50{background-color:#05966980}.group:after .group-after\:bg-emerald-600\/60{background-color:#05966999}.group:after .group-after\:bg-emerald-600\/70{background-color:#059669b3}.group:after .group-after\:bg-emerald-600\/75{background-color:#059669bf}.group:after .group-after\:bg-emerald-600\/80{background-color:#059669cc}.group:after .group-after\:bg-emerald-600\/90{background-color:#059669e6}.group:after .group-after\:bg-emerald-700{background-color:#047857}.group:after .group-after\:bg-emerald-700\/0{background-color:#04785700}.group:after .group-after\:bg-emerald-700\/10{background-color:#0478571a}.group:after .group-after\:bg-emerald-700\/20{background-color:#04785733}.group:after .group-after\:bg-emerald-700\/30{background-color:#0478574d}.group:after .group-after\:bg-emerald-700\/40{background-color:#04785766}.group:after .group-after\:bg-emerald-700\/50{background-color:#04785780}.group:after .group-after\:bg-emerald-700\/60{background-color:#04785799}.group:after .group-after\:bg-emerald-700\/70{background-color:#047857b3}.group:after .group-after\:bg-emerald-700\/75{background-color:#047857bf}.group:after .group-after\:bg-emerald-700\/80{background-color:#047857cc}.group:after .group-after\:bg-emerald-700\/90{background-color:#047857e6}.group:after .group-after\:bg-emerald-800{background-color:#065f46}.group:after .group-after\:bg-emerald-800\/0{background-color:#065f4600}.group:after .group-after\:bg-emerald-800\/10{background-color:#065f461a}.group:after .group-after\:bg-emerald-800\/20{background-color:#065f4633}.group:after .group-after\:bg-emerald-800\/30{background-color:#065f464d}.group:after .group-after\:bg-emerald-800\/40{background-color:#065f4666}.group:after .group-after\:bg-emerald-800\/50{background-color:#065f4680}.group:after .group-after\:bg-emerald-800\/60{background-color:#065f4699}.group:after .group-after\:bg-emerald-800\/70{background-color:#065f46b3}.group:after .group-after\:bg-emerald-800\/75{background-color:#065f46bf}.group:after .group-after\:bg-emerald-800\/80{background-color:#065f46cc}.group:after .group-after\:bg-emerald-800\/90{background-color:#065f46e6}.group:after .group-after\:bg-emerald-900{background-color:#064e3b}.group:after .group-after\:bg-emerald-900\/0{background-color:#064e3b00}.group:after .group-after\:bg-emerald-900\/10{background-color:#064e3b1a}.group:after .group-after\:bg-emerald-900\/20{background-color:#064e3b33}.group:after .group-after\:bg-emerald-900\/30{background-color:#064e3b4d}.group:after .group-after\:bg-emerald-900\/40{background-color:#064e3b66}.group:after .group-after\:bg-emerald-900\/50{background-color:#064e3b80}.group:after .group-after\:bg-emerald-900\/60{background-color:#064e3b99}.group:after .group-after\:bg-emerald-900\/70{background-color:#064e3bb3}.group:after .group-after\:bg-emerald-900\/75{background-color:#064e3bbf}.group:after .group-after\:bg-emerald-900\/80{background-color:#064e3bcc}.group:after .group-after\:bg-emerald-900\/90{background-color:#064e3be6}.group:after .group-after\:bg-emerald-950{background-color:#022c22}.group:after .group-after\:bg-emerald-950\/0{background-color:#022c2200}.group:after .group-after\:bg-emerald-950\/10{background-color:#022c221a}.group:after .group-after\:bg-emerald-950\/20{background-color:#022c2233}.group:after .group-after\:bg-emerald-950\/30{background-color:#022c224d}.group:after .group-after\:bg-emerald-950\/40{background-color:#022c2266}.group:after .group-after\:bg-emerald-950\/50{background-color:#022c2280}.group:after .group-after\:bg-emerald-950\/60{background-color:#022c2299}.group:after .group-after\:bg-emerald-950\/70{background-color:#022c22b3}.group:after .group-after\:bg-emerald-950\/75{background-color:#022c22bf}.group:after .group-after\:bg-emerald-950\/80{background-color:#022c22cc}.group:after .group-after\:bg-emerald-950\/90{background-color:#022c22e6}.group:after .group-after\:bg-teal-50{background-color:#f0fdfa}.group:after .group-after\:bg-teal-50\/0{background-color:#f0fdfa00}.group:after .group-after\:bg-teal-50\/10{background-color:#f0fdfa1a}.group:after .group-after\:bg-teal-50\/20{background-color:#f0fdfa33}.group:after .group-after\:bg-teal-50\/30{background-color:#f0fdfa4d}.group:after .group-after\:bg-teal-50\/40{background-color:#f0fdfa66}.group:after .group-after\:bg-teal-50\/50{background-color:#f0fdfa80}.group:after .group-after\:bg-teal-50\/60{background-color:#f0fdfa99}.group:after .group-after\:bg-teal-50\/70{background-color:#f0fdfab3}.group:after .group-after\:bg-teal-50\/75{background-color:#f0fdfabf}.group:after .group-after\:bg-teal-50\/80{background-color:#f0fdfacc}.group:after .group-after\:bg-teal-50\/90{background-color:#f0fdfae6}.group:after .group-after\:bg-teal-100{background-color:#ccfbf1}.group:after .group-after\:bg-teal-100\/0{background-color:#ccfbf100}.group:after .group-after\:bg-teal-100\/10{background-color:#ccfbf11a}.group:after .group-after\:bg-teal-100\/20{background-color:#ccfbf133}.group:after .group-after\:bg-teal-100\/30{background-color:#ccfbf14d}.group:after .group-after\:bg-teal-100\/40{background-color:#ccfbf166}.group:after .group-after\:bg-teal-100\/50{background-color:#ccfbf180}.group:after .group-after\:bg-teal-100\/60{background-color:#ccfbf199}.group:after .group-after\:bg-teal-100\/70{background-color:#ccfbf1b3}.group:after .group-after\:bg-teal-100\/75{background-color:#ccfbf1bf}.group:after .group-after\:bg-teal-100\/80{background-color:#ccfbf1cc}.group:after .group-after\:bg-teal-100\/90{background-color:#ccfbf1e6}.group:after .group-after\:bg-teal-200{background-color:#99f6e4}.group:after .group-after\:bg-teal-200\/0{background-color:#99f6e400}.group:after .group-after\:bg-teal-200\/10{background-color:#99f6e41a}.group:after .group-after\:bg-teal-200\/20{background-color:#99f6e433}.group:after .group-after\:bg-teal-200\/30{background-color:#99f6e44d}.group:after .group-after\:bg-teal-200\/40{background-color:#99f6e466}.group:after .group-after\:bg-teal-200\/50{background-color:#99f6e480}.group:after .group-after\:bg-teal-200\/60{background-color:#99f6e499}.group:after .group-after\:bg-teal-200\/70{background-color:#99f6e4b3}.group:after .group-after\:bg-teal-200\/75{background-color:#99f6e4bf}.group:after .group-after\:bg-teal-200\/80{background-color:#99f6e4cc}.group:after .group-after\:bg-teal-200\/90{background-color:#99f6e4e6}.group:after .group-after\:bg-teal-300{background-color:#5eead4}.group:after .group-after\:bg-teal-300\/0{background-color:#5eead400}.group:after .group-after\:bg-teal-300\/10{background-color:#5eead41a}.group:after .group-after\:bg-teal-300\/20{background-color:#5eead433}.group:after .group-after\:bg-teal-300\/30{background-color:#5eead44d}.group:after .group-after\:bg-teal-300\/40{background-color:#5eead466}.group:after .group-after\:bg-teal-300\/50{background-color:#5eead480}.group:after .group-after\:bg-teal-300\/60{background-color:#5eead499}.group:after .group-after\:bg-teal-300\/70{background-color:#5eead4b3}.group:after .group-after\:bg-teal-300\/75{background-color:#5eead4bf}.group:after .group-after\:bg-teal-300\/80{background-color:#5eead4cc}.group:after .group-after\:bg-teal-300\/90{background-color:#5eead4e6}.group:after .group-after\:bg-teal-400{background-color:#2dd4bf}.group:after .group-after\:bg-teal-400\/0{background-color:#2dd4bf00}.group:after .group-after\:bg-teal-400\/10{background-color:#2dd4bf1a}.group:after .group-after\:bg-teal-400\/20{background-color:#2dd4bf33}.group:after .group-after\:bg-teal-400\/30{background-color:#2dd4bf4d}.group:after .group-after\:bg-teal-400\/40{background-color:#2dd4bf66}.group:after .group-after\:bg-teal-400\/50{background-color:#2dd4bf80}.group:after .group-after\:bg-teal-400\/60{background-color:#2dd4bf99}.group:after .group-after\:bg-teal-400\/70{background-color:#2dd4bfb3}.group:after .group-after\:bg-teal-400\/75{background-color:#2dd4bfbf}.group:after .group-after\:bg-teal-400\/80{background-color:#2dd4bfcc}.group:after .group-after\:bg-teal-400\/90{background-color:#2dd4bfe6}.group:after .group-after\:bg-teal-500{background-color:#14b8a6}.group:after .group-after\:bg-teal-500\/0{background-color:#14b8a600}.group:after .group-after\:bg-teal-500\/10{background-color:#14b8a61a}.group:after .group-after\:bg-teal-500\/20{background-color:#14b8a633}.group:after .group-after\:bg-teal-500\/30{background-color:#14b8a64d}.group:after .group-after\:bg-teal-500\/40{background-color:#14b8a666}.group:after .group-after\:bg-teal-500\/50{background-color:#14b8a680}.group:after .group-after\:bg-teal-500\/60{background-color:#14b8a699}.group:after .group-after\:bg-teal-500\/70{background-color:#14b8a6b3}.group:after .group-after\:bg-teal-500\/75{background-color:#14b8a6bf}.group:after .group-after\:bg-teal-500\/80{background-color:#14b8a6cc}.group:after .group-after\:bg-teal-500\/90{background-color:#14b8a6e6}.group:after .group-after\:bg-teal-600{background-color:#0d9488}.group:after .group-after\:bg-teal-600\/0{background-color:#0d948800}.group:after .group-after\:bg-teal-600\/10{background-color:#0d94881a}.group:after .group-after\:bg-teal-600\/20{background-color:#0d948833}.group:after .group-after\:bg-teal-600\/30{background-color:#0d94884d}.group:after .group-after\:bg-teal-600\/40{background-color:#0d948866}.group:after .group-after\:bg-teal-600\/50{background-color:#0d948880}.group:after .group-after\:bg-teal-600\/60{background-color:#0d948899}.group:after .group-after\:bg-teal-600\/70{background-color:#0d9488b3}.group:after .group-after\:bg-teal-600\/75{background-color:#0d9488bf}.group:after .group-after\:bg-teal-600\/80{background-color:#0d9488cc}.group:after .group-after\:bg-teal-600\/90{background-color:#0d9488e6}.group:after .group-after\:bg-teal-700{background-color:#0f766e}.group:after .group-after\:bg-teal-700\/0{background-color:#0f766e00}.group:after .group-after\:bg-teal-700\/10{background-color:#0f766e1a}.group:after .group-after\:bg-teal-700\/20{background-color:#0f766e33}.group:after .group-after\:bg-teal-700\/30{background-color:#0f766e4d}.group:after .group-after\:bg-teal-700\/40{background-color:#0f766e66}.group:after .group-after\:bg-teal-700\/50{background-color:#0f766e80}.group:after .group-after\:bg-teal-700\/60{background-color:#0f766e99}.group:after .group-after\:bg-teal-700\/70{background-color:#0f766eb3}.group:after .group-after\:bg-teal-700\/75{background-color:#0f766ebf}.group:after .group-after\:bg-teal-700\/80{background-color:#0f766ecc}.group:after .group-after\:bg-teal-700\/90{background-color:#0f766ee6}.group:after .group-after\:bg-teal-800{background-color:#115e59}.group:after .group-after\:bg-teal-800\/0{background-color:#115e5900}.group:after .group-after\:bg-teal-800\/10{background-color:#115e591a}.group:after .group-after\:bg-teal-800\/20{background-color:#115e5933}.group:after .group-after\:bg-teal-800\/30{background-color:#115e594d}.group:after .group-after\:bg-teal-800\/40{background-color:#115e5966}.group:after .group-after\:bg-teal-800\/50{background-color:#115e5980}.group:after .group-after\:bg-teal-800\/60{background-color:#115e5999}.group:after .group-after\:bg-teal-800\/70{background-color:#115e59b3}.group:after .group-after\:bg-teal-800\/75{background-color:#115e59bf}.group:after .group-after\:bg-teal-800\/80{background-color:#115e59cc}.group:after .group-after\:bg-teal-800\/90{background-color:#115e59e6}.group:after .group-after\:bg-teal-900{background-color:#134e4a}.group:after .group-after\:bg-teal-900\/0{background-color:#134e4a00}.group:after .group-after\:bg-teal-900\/10{background-color:#134e4a1a}.group:after .group-after\:bg-teal-900\/20{background-color:#134e4a33}.group:after .group-after\:bg-teal-900\/30{background-color:#134e4a4d}.group:after .group-after\:bg-teal-900\/40{background-color:#134e4a66}.group:after .group-after\:bg-teal-900\/50{background-color:#134e4a80}.group:after .group-after\:bg-teal-900\/60{background-color:#134e4a99}.group:after .group-after\:bg-teal-900\/70{background-color:#134e4ab3}.group:after .group-after\:bg-teal-900\/75{background-color:#134e4abf}.group:after .group-after\:bg-teal-900\/80{background-color:#134e4acc}.group:after .group-after\:bg-teal-900\/90{background-color:#134e4ae6}.group:after .group-after\:bg-teal-950{background-color:#042f2e}.group:after .group-after\:bg-teal-950\/0{background-color:#042f2e00}.group:after .group-after\:bg-teal-950\/10{background-color:#042f2e1a}.group:after .group-after\:bg-teal-950\/20{background-color:#042f2e33}.group:after .group-after\:bg-teal-950\/30{background-color:#042f2e4d}.group:after .group-after\:bg-teal-950\/40{background-color:#042f2e66}.group:after .group-after\:bg-teal-950\/50{background-color:#042f2e80}.group:after .group-after\:bg-teal-950\/60{background-color:#042f2e99}.group:after .group-after\:bg-teal-950\/70{background-color:#042f2eb3}.group:after .group-after\:bg-teal-950\/75{background-color:#042f2ebf}.group:after .group-after\:bg-teal-950\/80{background-color:#042f2ecc}.group:after .group-after\:bg-teal-950\/90{background-color:#042f2ee6}.group:after .group-after\:bg-cyan-50{background-color:#ecfeff}.group:after .group-after\:bg-cyan-50\/0{background-color:#ecfeff00}.group:after .group-after\:bg-cyan-50\/10{background-color:#ecfeff1a}.group:after .group-after\:bg-cyan-50\/20{background-color:#ecfeff33}.group:after .group-after\:bg-cyan-50\/30{background-color:#ecfeff4d}.group:after .group-after\:bg-cyan-50\/40{background-color:#ecfeff66}.group:after .group-after\:bg-cyan-50\/50{background-color:#ecfeff80}.group:after .group-after\:bg-cyan-50\/60{background-color:#ecfeff99}.group:after .group-after\:bg-cyan-50\/70{background-color:#ecfeffb3}.group:after .group-after\:bg-cyan-50\/75{background-color:#ecfeffbf}.group:after .group-after\:bg-cyan-50\/80{background-color:#ecfeffcc}.group:after .group-after\:bg-cyan-50\/90{background-color:#ecfeffe6}.group:after .group-after\:bg-cyan-100{background-color:#cffafe}.group:after .group-after\:bg-cyan-100\/0{background-color:#cffafe00}.group:after .group-after\:bg-cyan-100\/10{background-color:#cffafe1a}.group:after .group-after\:bg-cyan-100\/20{background-color:#cffafe33}.group:after .group-after\:bg-cyan-100\/30{background-color:#cffafe4d}.group:after .group-after\:bg-cyan-100\/40{background-color:#cffafe66}.group:after .group-after\:bg-cyan-100\/50{background-color:#cffafe80}.group:after .group-after\:bg-cyan-100\/60{background-color:#cffafe99}.group:after .group-after\:bg-cyan-100\/70{background-color:#cffafeb3}.group:after .group-after\:bg-cyan-100\/75{background-color:#cffafebf}.group:after .group-after\:bg-cyan-100\/80{background-color:#cffafecc}.group:after .group-after\:bg-cyan-100\/90{background-color:#cffafee6}.group:after .group-after\:bg-cyan-200{background-color:#a5f3fc}.group:after .group-after\:bg-cyan-200\/0{background-color:#a5f3fc00}.group:after .group-after\:bg-cyan-200\/10{background-color:#a5f3fc1a}.group:after .group-after\:bg-cyan-200\/20{background-color:#a5f3fc33}.group:after .group-after\:bg-cyan-200\/30{background-color:#a5f3fc4d}.group:after .group-after\:bg-cyan-200\/40{background-color:#a5f3fc66}.group:after .group-after\:bg-cyan-200\/50{background-color:#a5f3fc80}.group:after .group-after\:bg-cyan-200\/60{background-color:#a5f3fc99}.group:after .group-after\:bg-cyan-200\/70{background-color:#a5f3fcb3}.group:after .group-after\:bg-cyan-200\/75{background-color:#a5f3fcbf}.group:after .group-after\:bg-cyan-200\/80{background-color:#a5f3fccc}.group:after .group-after\:bg-cyan-200\/90{background-color:#a5f3fce6}.group:after .group-after\:bg-cyan-300{background-color:#67e8f9}.group:after .group-after\:bg-cyan-300\/0{background-color:#67e8f900}.group:after .group-after\:bg-cyan-300\/10{background-color:#67e8f91a}.group:after .group-after\:bg-cyan-300\/20{background-color:#67e8f933}.group:after .group-after\:bg-cyan-300\/30{background-color:#67e8f94d}.group:after .group-after\:bg-cyan-300\/40{background-color:#67e8f966}.group:after .group-after\:bg-cyan-300\/50{background-color:#67e8f980}.group:after .group-after\:bg-cyan-300\/60{background-color:#67e8f999}.group:after .group-after\:bg-cyan-300\/70{background-color:#67e8f9b3}.group:after .group-after\:bg-cyan-300\/75{background-color:#67e8f9bf}.group:after .group-after\:bg-cyan-300\/80{background-color:#67e8f9cc}.group:after .group-after\:bg-cyan-300\/90{background-color:#67e8f9e6}.group:after .group-after\:bg-cyan-400{background-color:#22d3ee}.group:after .group-after\:bg-cyan-400\/0{background-color:#22d3ee00}.group:after .group-after\:bg-cyan-400\/10{background-color:#22d3ee1a}.group:after .group-after\:bg-cyan-400\/20{background-color:#22d3ee33}.group:after .group-after\:bg-cyan-400\/30{background-color:#22d3ee4d}.group:after .group-after\:bg-cyan-400\/40{background-color:#22d3ee66}.group:after .group-after\:bg-cyan-400\/50{background-color:#22d3ee80}.group:after .group-after\:bg-cyan-400\/60{background-color:#22d3ee99}.group:after .group-after\:bg-cyan-400\/70{background-color:#22d3eeb3}.group:after .group-after\:bg-cyan-400\/75{background-color:#22d3eebf}.group:after .group-after\:bg-cyan-400\/80{background-color:#22d3eecc}.group:after .group-after\:bg-cyan-400\/90{background-color:#22d3eee6}.group:after .group-after\:bg-cyan-500{background-color:#06b6d4}.group:after .group-after\:bg-cyan-500\/0{background-color:#06b6d400}.group:after .group-after\:bg-cyan-500\/10{background-color:#06b6d41a}.group:after .group-after\:bg-cyan-500\/20{background-color:#06b6d433}.group:after .group-after\:bg-cyan-500\/30{background-color:#06b6d44d}.group:after .group-after\:bg-cyan-500\/40{background-color:#06b6d466}.group:after .group-after\:bg-cyan-500\/50{background-color:#06b6d480}.group:after .group-after\:bg-cyan-500\/60{background-color:#06b6d499}.group:after .group-after\:bg-cyan-500\/70{background-color:#06b6d4b3}.group:after .group-after\:bg-cyan-500\/75{background-color:#06b6d4bf}.group:after .group-after\:bg-cyan-500\/80{background-color:#06b6d4cc}.group:after .group-after\:bg-cyan-500\/90{background-color:#06b6d4e6}.group:after .group-after\:bg-cyan-600{background-color:#0891b2}.group:after .group-after\:bg-cyan-600\/0{background-color:#0891b200}.group:after .group-after\:bg-cyan-600\/10{background-color:#0891b21a}.group:after .group-after\:bg-cyan-600\/20{background-color:#0891b233}.group:after .group-after\:bg-cyan-600\/30{background-color:#0891b24d}.group:after .group-after\:bg-cyan-600\/40{background-color:#0891b266}.group:after .group-after\:bg-cyan-600\/50{background-color:#0891b280}.group:after .group-after\:bg-cyan-600\/60{background-color:#0891b299}.group:after .group-after\:bg-cyan-600\/70{background-color:#0891b2b3}.group:after .group-after\:bg-cyan-600\/75{background-color:#0891b2bf}.group:after .group-after\:bg-cyan-600\/80{background-color:#0891b2cc}.group:after .group-after\:bg-cyan-600\/90{background-color:#0891b2e6}.group:after .group-after\:bg-cyan-700{background-color:#0e7490}.group:after .group-after\:bg-cyan-700\/0{background-color:#0e749000}.group:after .group-after\:bg-cyan-700\/10{background-color:#0e74901a}.group:after .group-after\:bg-cyan-700\/20{background-color:#0e749033}.group:after .group-after\:bg-cyan-700\/30{background-color:#0e74904d}.group:after .group-after\:bg-cyan-700\/40{background-color:#0e749066}.group:after .group-after\:bg-cyan-700\/50{background-color:#0e749080}.group:after .group-after\:bg-cyan-700\/60{background-color:#0e749099}.group:after .group-after\:bg-cyan-700\/70{background-color:#0e7490b3}.group:after .group-after\:bg-cyan-700\/75{background-color:#0e7490bf}.group:after .group-after\:bg-cyan-700\/80{background-color:#0e7490cc}.group:after .group-after\:bg-cyan-700\/90{background-color:#0e7490e6}.group:after .group-after\:bg-cyan-800{background-color:#155e75}.group:after .group-after\:bg-cyan-800\/0{background-color:#155e7500}.group:after .group-after\:bg-cyan-800\/10{background-color:#155e751a}.group:after .group-after\:bg-cyan-800\/20{background-color:#155e7533}.group:after .group-after\:bg-cyan-800\/30{background-color:#155e754d}.group:after .group-after\:bg-cyan-800\/40{background-color:#155e7566}.group:after .group-after\:bg-cyan-800\/50{background-color:#155e7580}.group:after .group-after\:bg-cyan-800\/60{background-color:#155e7599}.group:after .group-after\:bg-cyan-800\/70{background-color:#155e75b3}.group:after .group-after\:bg-cyan-800\/75{background-color:#155e75bf}.group:after .group-after\:bg-cyan-800\/80{background-color:#155e75cc}.group:after .group-after\:bg-cyan-800\/90{background-color:#155e75e6}.group:after .group-after\:bg-cyan-900{background-color:#164e63}.group:after .group-after\:bg-cyan-900\/0{background-color:#164e6300}.group:after .group-after\:bg-cyan-900\/10{background-color:#164e631a}.group:after .group-after\:bg-cyan-900\/20{background-color:#164e6333}.group:after .group-after\:bg-cyan-900\/30{background-color:#164e634d}.group:after .group-after\:bg-cyan-900\/40{background-color:#164e6366}.group:after .group-after\:bg-cyan-900\/50{background-color:#164e6380}.group:after .group-after\:bg-cyan-900\/60{background-color:#164e6399}.group:after .group-after\:bg-cyan-900\/70{background-color:#164e63b3}.group:after .group-after\:bg-cyan-900\/75{background-color:#164e63bf}.group:after .group-after\:bg-cyan-900\/80{background-color:#164e63cc}.group:after .group-after\:bg-cyan-900\/90{background-color:#164e63e6}.group:after .group-after\:bg-cyan-950{background-color:#083344}.group:after .group-after\:bg-cyan-950\/0{background-color:#08334400}.group:after .group-after\:bg-cyan-950\/10{background-color:#0833441a}.group:after .group-after\:bg-cyan-950\/20{background-color:#08334433}.group:after .group-after\:bg-cyan-950\/30{background-color:#0833444d}.group:after .group-after\:bg-cyan-950\/40{background-color:#08334466}.group:after .group-after\:bg-cyan-950\/50{background-color:#08334480}.group:after .group-after\:bg-cyan-950\/60{background-color:#08334499}.group:after .group-after\:bg-cyan-950\/70{background-color:#083344b3}.group:after .group-after\:bg-cyan-950\/75{background-color:#083344bf}.group:after .group-after\:bg-cyan-950\/80{background-color:#083344cc}.group:after .group-after\:bg-cyan-950\/90{background-color:#083344e6}.group:after .group-after\:bg-sky-50{background-color:#f0f9ff}.group:after .group-after\:bg-sky-50\/0{background-color:#f0f9ff00}.group:after .group-after\:bg-sky-50\/10{background-color:#f0f9ff1a}.group:after .group-after\:bg-sky-50\/20{background-color:#f0f9ff33}.group:after .group-after\:bg-sky-50\/30{background-color:#f0f9ff4d}.group:after .group-after\:bg-sky-50\/40{background-color:#f0f9ff66}.group:after .group-after\:bg-sky-50\/50{background-color:#f0f9ff80}.group:after .group-after\:bg-sky-50\/60{background-color:#f0f9ff99}.group:after .group-after\:bg-sky-50\/70{background-color:#f0f9ffb3}.group:after .group-after\:bg-sky-50\/75{background-color:#f0f9ffbf}.group:after .group-after\:bg-sky-50\/80{background-color:#f0f9ffcc}.group:after .group-after\:bg-sky-50\/90{background-color:#f0f9ffe6}.group:after .group-after\:bg-sky-100{background-color:#e0f2fe}.group:after .group-after\:bg-sky-100\/0{background-color:#e0f2fe00}.group:after .group-after\:bg-sky-100\/10{background-color:#e0f2fe1a}.group:after .group-after\:bg-sky-100\/20{background-color:#e0f2fe33}.group:after .group-after\:bg-sky-100\/30{background-color:#e0f2fe4d}.group:after .group-after\:bg-sky-100\/40{background-color:#e0f2fe66}.group:after .group-after\:bg-sky-100\/50{background-color:#e0f2fe80}.group:after .group-after\:bg-sky-100\/60{background-color:#e0f2fe99}.group:after .group-after\:bg-sky-100\/70{background-color:#e0f2feb3}.group:after .group-after\:bg-sky-100\/75{background-color:#e0f2febf}.group:after .group-after\:bg-sky-100\/80{background-color:#e0f2fecc}.group:after .group-after\:bg-sky-100\/90{background-color:#e0f2fee6}.group:after .group-after\:bg-sky-200{background-color:#bae6fd}.group:after .group-after\:bg-sky-200\/0{background-color:#bae6fd00}.group:after .group-after\:bg-sky-200\/10{background-color:#bae6fd1a}.group:after .group-after\:bg-sky-200\/20{background-color:#bae6fd33}.group:after .group-after\:bg-sky-200\/30{background-color:#bae6fd4d}.group:after .group-after\:bg-sky-200\/40{background-color:#bae6fd66}.group:after .group-after\:bg-sky-200\/50{background-color:#bae6fd80}.group:after .group-after\:bg-sky-200\/60{background-color:#bae6fd99}.group:after .group-after\:bg-sky-200\/70{background-color:#bae6fdb3}.group:after .group-after\:bg-sky-200\/75{background-color:#bae6fdbf}.group:after .group-after\:bg-sky-200\/80{background-color:#bae6fdcc}.group:after .group-after\:bg-sky-200\/90{background-color:#bae6fde6}.group:after .group-after\:bg-sky-300{background-color:#7dd3fc}.group:after .group-after\:bg-sky-300\/0{background-color:#7dd3fc00}.group:after .group-after\:bg-sky-300\/10{background-color:#7dd3fc1a}.group:after .group-after\:bg-sky-300\/20{background-color:#7dd3fc33}.group:after .group-after\:bg-sky-300\/30{background-color:#7dd3fc4d}.group:after .group-after\:bg-sky-300\/40{background-color:#7dd3fc66}.group:after .group-after\:bg-sky-300\/50{background-color:#7dd3fc80}.group:after .group-after\:bg-sky-300\/60{background-color:#7dd3fc99}.group:after .group-after\:bg-sky-300\/70{background-color:#7dd3fcb3}.group:after .group-after\:bg-sky-300\/75{background-color:#7dd3fcbf}.group:after .group-after\:bg-sky-300\/80{background-color:#7dd3fccc}.group:after .group-after\:bg-sky-300\/90{background-color:#7dd3fce6}.group:after .group-after\:bg-sky-400{background-color:#38bdf8}.group:after .group-after\:bg-sky-400\/0{background-color:#38bdf800}.group:after .group-after\:bg-sky-400\/10{background-color:#38bdf81a}.group:after .group-after\:bg-sky-400\/20{background-color:#38bdf833}.group:after .group-after\:bg-sky-400\/30{background-color:#38bdf84d}.group:after .group-after\:bg-sky-400\/40{background-color:#38bdf866}.group:after .group-after\:bg-sky-400\/50{background-color:#38bdf880}.group:after .group-after\:bg-sky-400\/60{background-color:#38bdf899}.group:after .group-after\:bg-sky-400\/70{background-color:#38bdf8b3}.group:after .group-after\:bg-sky-400\/75{background-color:#38bdf8bf}.group:after .group-after\:bg-sky-400\/80{background-color:#38bdf8cc}.group:after .group-after\:bg-sky-400\/90{background-color:#38bdf8e6}.group:after .group-after\:bg-sky-500{background-color:#0ea5e9}.group:after .group-after\:bg-sky-500\/0{background-color:#0ea5e900}.group:after .group-after\:bg-sky-500\/10{background-color:#0ea5e91a}.group:after .group-after\:bg-sky-500\/20{background-color:#0ea5e933}.group:after .group-after\:bg-sky-500\/30{background-color:#0ea5e94d}.group:after .group-after\:bg-sky-500\/40{background-color:#0ea5e966}.group:after .group-after\:bg-sky-500\/50{background-color:#0ea5e980}.group:after .group-after\:bg-sky-500\/60{background-color:#0ea5e999}.group:after .group-after\:bg-sky-500\/70{background-color:#0ea5e9b3}.group:after .group-after\:bg-sky-500\/75{background-color:#0ea5e9bf}.group:after .group-after\:bg-sky-500\/80{background-color:#0ea5e9cc}.group:after .group-after\:bg-sky-500\/90{background-color:#0ea5e9e6}.group:after .group-after\:bg-sky-600{background-color:#0284c7}.group:after .group-after\:bg-sky-600\/0{background-color:#0284c700}.group:after .group-after\:bg-sky-600\/10{background-color:#0284c71a}.group:after .group-after\:bg-sky-600\/20{background-color:#0284c733}.group:after .group-after\:bg-sky-600\/30{background-color:#0284c74d}.group:after .group-after\:bg-sky-600\/40{background-color:#0284c766}.group:after .group-after\:bg-sky-600\/50{background-color:#0284c780}.group:after .group-after\:bg-sky-600\/60{background-color:#0284c799}.group:after .group-after\:bg-sky-600\/70{background-color:#0284c7b3}.group:after .group-after\:bg-sky-600\/75{background-color:#0284c7bf}.group:after .group-after\:bg-sky-600\/80{background-color:#0284c7cc}.group:after .group-after\:bg-sky-600\/90{background-color:#0284c7e6}.group:after .group-after\:bg-sky-700{background-color:#0369a1}.group:after .group-after\:bg-sky-700\/0{background-color:#0369a100}.group:after .group-after\:bg-sky-700\/10{background-color:#0369a11a}.group:after .group-after\:bg-sky-700\/20{background-color:#0369a133}.group:after .group-after\:bg-sky-700\/30{background-color:#0369a14d}.group:after .group-after\:bg-sky-700\/40{background-color:#0369a166}.group:after .group-after\:bg-sky-700\/50{background-color:#0369a180}.group:after .group-after\:bg-sky-700\/60{background-color:#0369a199}.group:after .group-after\:bg-sky-700\/70{background-color:#0369a1b3}.group:after .group-after\:bg-sky-700\/75{background-color:#0369a1bf}.group:after .group-after\:bg-sky-700\/80{background-color:#0369a1cc}.group:after .group-after\:bg-sky-700\/90{background-color:#0369a1e6}.group:after .group-after\:bg-sky-800{background-color:#075985}.group:after .group-after\:bg-sky-800\/0{background-color:#07598500}.group:after .group-after\:bg-sky-800\/10{background-color:#0759851a}.group:after .group-after\:bg-sky-800\/20{background-color:#07598533}.group:after .group-after\:bg-sky-800\/30{background-color:#0759854d}.group:after .group-after\:bg-sky-800\/40{background-color:#07598566}.group:after .group-after\:bg-sky-800\/50{background-color:#07598580}.group:after .group-after\:bg-sky-800\/60{background-color:#07598599}.group:after .group-after\:bg-sky-800\/70{background-color:#075985b3}.group:after .group-after\:bg-sky-800\/75{background-color:#075985bf}.group:after .group-after\:bg-sky-800\/80{background-color:#075985cc}.group:after .group-after\:bg-sky-800\/90{background-color:#075985e6}.group:after .group-after\:bg-sky-900{background-color:#0c4a6e}.group:after .group-after\:bg-sky-900\/0{background-color:#0c4a6e00}.group:after .group-after\:bg-sky-900\/10{background-color:#0c4a6e1a}.group:after .group-after\:bg-sky-900\/20{background-color:#0c4a6e33}.group:after .group-after\:bg-sky-900\/30{background-color:#0c4a6e4d}.group:after .group-after\:bg-sky-900\/40{background-color:#0c4a6e66}.group:after .group-after\:bg-sky-900\/50{background-color:#0c4a6e80}.group:after .group-after\:bg-sky-900\/60{background-color:#0c4a6e99}.group:after .group-after\:bg-sky-900\/70{background-color:#0c4a6eb3}.group:after .group-after\:bg-sky-900\/75{background-color:#0c4a6ebf}.group:after .group-after\:bg-sky-900\/80{background-color:#0c4a6ecc}.group:after .group-after\:bg-sky-900\/90{background-color:#0c4a6ee6}.group:after .group-after\:bg-sky-950{background-color:#082f49}.group:after .group-after\:bg-sky-950\/0{background-color:#082f4900}.group:after .group-after\:bg-sky-950\/10{background-color:#082f491a}.group:after .group-after\:bg-sky-950\/20{background-color:#082f4933}.group:after .group-after\:bg-sky-950\/30{background-color:#082f494d}.group:after .group-after\:bg-sky-950\/40{background-color:#082f4966}.group:after .group-after\:bg-sky-950\/50{background-color:#082f4980}.group:after .group-after\:bg-sky-950\/60{background-color:#082f4999}.group:after .group-after\:bg-sky-950\/70{background-color:#082f49b3}.group:after .group-after\:bg-sky-950\/75{background-color:#082f49bf}.group:after .group-after\:bg-sky-950\/80{background-color:#082f49cc}.group:after .group-after\:bg-sky-950\/90{background-color:#082f49e6}.group:after .group-after\:bg-blue-50{background-color:#eff6ff}.group:after .group-after\:bg-blue-50\/0{background-color:#eff6ff00}.group:after .group-after\:bg-blue-50\/10{background-color:#eff6ff1a}.group:after .group-after\:bg-blue-50\/20{background-color:#eff6ff33}.group:after .group-after\:bg-blue-50\/30{background-color:#eff6ff4d}.group:after .group-after\:bg-blue-50\/40{background-color:#eff6ff66}.group:after .group-after\:bg-blue-50\/50{background-color:#eff6ff80}.group:after .group-after\:bg-blue-50\/60{background-color:#eff6ff99}.group:after .group-after\:bg-blue-50\/70{background-color:#eff6ffb3}.group:after .group-after\:bg-blue-50\/75{background-color:#eff6ffbf}.group:after .group-after\:bg-blue-50\/80{background-color:#eff6ffcc}.group:after .group-after\:bg-blue-50\/90{background-color:#eff6ffe6}.group:after .group-after\:bg-blue-100{background-color:#dbeafe}.group:after .group-after\:bg-blue-100\/0{background-color:#dbeafe00}.group:after .group-after\:bg-blue-100\/10{background-color:#dbeafe1a}.group:after .group-after\:bg-blue-100\/20{background-color:#dbeafe33}.group:after .group-after\:bg-blue-100\/30{background-color:#dbeafe4d}.group:after .group-after\:bg-blue-100\/40{background-color:#dbeafe66}.group:after .group-after\:bg-blue-100\/50{background-color:#dbeafe80}.group:after .group-after\:bg-blue-100\/60{background-color:#dbeafe99}.group:after .group-after\:bg-blue-100\/70{background-color:#dbeafeb3}.group:after .group-after\:bg-blue-100\/75{background-color:#dbeafebf}.group:after .group-after\:bg-blue-100\/80{background-color:#dbeafecc}.group:after .group-after\:bg-blue-100\/90{background-color:#dbeafee6}.group:after .group-after\:bg-blue-200{background-color:#bfdbfe}.group:after .group-after\:bg-blue-200\/0{background-color:#bfdbfe00}.group:after .group-after\:bg-blue-200\/10{background-color:#bfdbfe1a}.group:after .group-after\:bg-blue-200\/20{background-color:#bfdbfe33}.group:after .group-after\:bg-blue-200\/30{background-color:#bfdbfe4d}.group:after .group-after\:bg-blue-200\/40{background-color:#bfdbfe66}.group:after .group-after\:bg-blue-200\/50{background-color:#bfdbfe80}.group:after .group-after\:bg-blue-200\/60{background-color:#bfdbfe99}.group:after .group-after\:bg-blue-200\/70{background-color:#bfdbfeb3}.group:after .group-after\:bg-blue-200\/75{background-color:#bfdbfebf}.group:after .group-after\:bg-blue-200\/80{background-color:#bfdbfecc}.group:after .group-after\:bg-blue-200\/90{background-color:#bfdbfee6}.group:after .group-after\:bg-blue-300{background-color:#93c5fd}.group:after .group-after\:bg-blue-300\/0{background-color:#93c5fd00}.group:after .group-after\:bg-blue-300\/10{background-color:#93c5fd1a}.group:after .group-after\:bg-blue-300\/20{background-color:#93c5fd33}.group:after .group-after\:bg-blue-300\/30{background-color:#93c5fd4d}.group:after .group-after\:bg-blue-300\/40{background-color:#93c5fd66}.group:after .group-after\:bg-blue-300\/50{background-color:#93c5fd80}.group:after .group-after\:bg-blue-300\/60{background-color:#93c5fd99}.group:after .group-after\:bg-blue-300\/70{background-color:#93c5fdb3}.group:after .group-after\:bg-blue-300\/75{background-color:#93c5fdbf}.group:after .group-after\:bg-blue-300\/80{background-color:#93c5fdcc}.group:after .group-after\:bg-blue-300\/90{background-color:#93c5fde6}.group:after .group-after\:bg-blue-400{background-color:#60a5fa}.group:after .group-after\:bg-blue-400\/0{background-color:#60a5fa00}.group:after .group-after\:bg-blue-400\/10{background-color:#60a5fa1a}.group:after .group-after\:bg-blue-400\/20{background-color:#60a5fa33}.group:after .group-after\:bg-blue-400\/30{background-color:#60a5fa4d}.group:after .group-after\:bg-blue-400\/40{background-color:#60a5fa66}.group:after .group-after\:bg-blue-400\/50{background-color:#60a5fa80}.group:after .group-after\:bg-blue-400\/60{background-color:#60a5fa99}.group:after .group-after\:bg-blue-400\/70{background-color:#60a5fab3}.group:after .group-after\:bg-blue-400\/75{background-color:#60a5fabf}.group:after .group-after\:bg-blue-400\/80{background-color:#60a5facc}.group:after .group-after\:bg-blue-400\/90{background-color:#60a5fae6}.group:after .group-after\:bg-blue-500{background-color:#3b82f6}.group:after .group-after\:bg-blue-500\/0{background-color:#3b82f600}.group:after .group-after\:bg-blue-500\/10{background-color:#3b82f61a}.group:after .group-after\:bg-blue-500\/20{background-color:#3b82f633}.group:after .group-after\:bg-blue-500\/30{background-color:#3b82f64d}.group:after .group-after\:bg-blue-500\/40{background-color:#3b82f666}.group:after .group-after\:bg-blue-500\/50{background-color:#3b82f680}.group:after .group-after\:bg-blue-500\/60{background-color:#3b82f699}.group:after .group-after\:bg-blue-500\/70{background-color:#3b82f6b3}.group:after .group-after\:bg-blue-500\/75{background-color:#3b82f6bf}.group:after .group-after\:bg-blue-500\/80{background-color:#3b82f6cc}.group:after .group-after\:bg-blue-500\/90{background-color:#3b82f6e6}.group:after .group-after\:bg-blue-600{background-color:#2563eb}.group:after .group-after\:bg-blue-600\/0{background-color:#2563eb00}.group:after .group-after\:bg-blue-600\/10{background-color:#2563eb1a}.group:after .group-after\:bg-blue-600\/20{background-color:#2563eb33}.group:after .group-after\:bg-blue-600\/30{background-color:#2563eb4d}.group:after .group-after\:bg-blue-600\/40{background-color:#2563eb66}.group:after .group-after\:bg-blue-600\/50{background-color:#2563eb80}.group:after .group-after\:bg-blue-600\/60{background-color:#2563eb99}.group:after .group-after\:bg-blue-600\/70{background-color:#2563ebb3}.group:after .group-after\:bg-blue-600\/75{background-color:#2563ebbf}.group:after .group-after\:bg-blue-600\/80{background-color:#2563ebcc}.group:after .group-after\:bg-blue-600\/90{background-color:#2563ebe6}.group:after .group-after\:bg-blue-700{background-color:#1d4ed8}.group:after .group-after\:bg-blue-700\/0{background-color:#1d4ed800}.group:after .group-after\:bg-blue-700\/10{background-color:#1d4ed81a}.group:after .group-after\:bg-blue-700\/20{background-color:#1d4ed833}.group:after .group-after\:bg-blue-700\/30{background-color:#1d4ed84d}.group:after .group-after\:bg-blue-700\/40{background-color:#1d4ed866}.group:after .group-after\:bg-blue-700\/50{background-color:#1d4ed880}.group:after .group-after\:bg-blue-700\/60{background-color:#1d4ed899}.group:after .group-after\:bg-blue-700\/70{background-color:#1d4ed8b3}.group:after .group-after\:bg-blue-700\/75{background-color:#1d4ed8bf}.group:after .group-after\:bg-blue-700\/80{background-color:#1d4ed8cc}.group:after .group-after\:bg-blue-700\/90{background-color:#1d4ed8e6}.group:after .group-after\:bg-blue-800{background-color:#1e40af}.group:after .group-after\:bg-blue-800\/0{background-color:#1e40af00}.group:after .group-after\:bg-blue-800\/10{background-color:#1e40af1a}.group:after .group-after\:bg-blue-800\/20{background-color:#1e40af33}.group:after .group-after\:bg-blue-800\/30{background-color:#1e40af4d}.group:after .group-after\:bg-blue-800\/40{background-color:#1e40af66}.group:after .group-after\:bg-blue-800\/50{background-color:#1e40af80}.group:after .group-after\:bg-blue-800\/60{background-color:#1e40af99}.group:after .group-after\:bg-blue-800\/70{background-color:#1e40afb3}.group:after .group-after\:bg-blue-800\/75{background-color:#1e40afbf}.group:after .group-after\:bg-blue-800\/80{background-color:#1e40afcc}.group:after .group-after\:bg-blue-800\/90{background-color:#1e40afe6}.group:after .group-after\:bg-blue-900{background-color:#1e3a8a}.group:after .group-after\:bg-blue-900\/0{background-color:#1e3a8a00}.group:after .group-after\:bg-blue-900\/10{background-color:#1e3a8a1a}.group:after .group-after\:bg-blue-900\/20{background-color:#1e3a8a33}.group:after .group-after\:bg-blue-900\/30{background-color:#1e3a8a4d}.group:after .group-after\:bg-blue-900\/40{background-color:#1e3a8a66}.group:after .group-after\:bg-blue-900\/50{background-color:#1e3a8a80}.group:after .group-after\:bg-blue-900\/60{background-color:#1e3a8a99}.group:after .group-after\:bg-blue-900\/70{background-color:#1e3a8ab3}.group:after .group-after\:bg-blue-900\/75{background-color:#1e3a8abf}.group:after .group-after\:bg-blue-900\/80{background-color:#1e3a8acc}.group:after .group-after\:bg-blue-900\/90{background-color:#1e3a8ae6}.group:after .group-after\:bg-blue-950{background-color:#172554}.group:after .group-after\:bg-blue-950\/0{background-color:#17255400}.group:after .group-after\:bg-blue-950\/10{background-color:#1725541a}.group:after .group-after\:bg-blue-950\/20{background-color:#17255433}.group:after .group-after\:bg-blue-950\/30{background-color:#1725544d}.group:after .group-after\:bg-blue-950\/40{background-color:#17255466}.group:after .group-after\:bg-blue-950\/50{background-color:#17255480}.group:after .group-after\:bg-blue-950\/60{background-color:#17255499}.group:after .group-after\:bg-blue-950\/70{background-color:#172554b3}.group:after .group-after\:bg-blue-950\/75{background-color:#172554bf}.group:after .group-after\:bg-blue-950\/80{background-color:#172554cc}.group:after .group-after\:bg-blue-950\/90{background-color:#172554e6}.group:after .group-after\:bg-indigo-50{background-color:#eef2ff}.group:after .group-after\:bg-indigo-50\/0{background-color:#eef2ff00}.group:after .group-after\:bg-indigo-50\/10{background-color:#eef2ff1a}.group:after .group-after\:bg-indigo-50\/20{background-color:#eef2ff33}.group:after .group-after\:bg-indigo-50\/30{background-color:#eef2ff4d}.group:after .group-after\:bg-indigo-50\/40{background-color:#eef2ff66}.group:after .group-after\:bg-indigo-50\/50{background-color:#eef2ff80}.group:after .group-after\:bg-indigo-50\/60{background-color:#eef2ff99}.group:after .group-after\:bg-indigo-50\/70{background-color:#eef2ffb3}.group:after .group-after\:bg-indigo-50\/75{background-color:#eef2ffbf}.group:after .group-after\:bg-indigo-50\/80{background-color:#eef2ffcc}.group:after .group-after\:bg-indigo-50\/90{background-color:#eef2ffe6}.group:after .group-after\:bg-indigo-100{background-color:#e0e7ff}.group:after .group-after\:bg-indigo-100\/0{background-color:#e0e7ff00}.group:after .group-after\:bg-indigo-100\/10{background-color:#e0e7ff1a}.group:after .group-after\:bg-indigo-100\/20{background-color:#e0e7ff33}.group:after .group-after\:bg-indigo-100\/30{background-color:#e0e7ff4d}.group:after .group-after\:bg-indigo-100\/40{background-color:#e0e7ff66}.group:after .group-after\:bg-indigo-100\/50{background-color:#e0e7ff80}.group:after .group-after\:bg-indigo-100\/60{background-color:#e0e7ff99}.group:after .group-after\:bg-indigo-100\/70{background-color:#e0e7ffb3}.group:after .group-after\:bg-indigo-100\/75{background-color:#e0e7ffbf}.group:after .group-after\:bg-indigo-100\/80{background-color:#e0e7ffcc}.group:after .group-after\:bg-indigo-100\/90{background-color:#e0e7ffe6}.group:after .group-after\:bg-indigo-200{background-color:#c7d2fe}.group:after .group-after\:bg-indigo-200\/0{background-color:#c7d2fe00}.group:after .group-after\:bg-indigo-200\/10{background-color:#c7d2fe1a}.group:after .group-after\:bg-indigo-200\/20{background-color:#c7d2fe33}.group:after .group-after\:bg-indigo-200\/30{background-color:#c7d2fe4d}.group:after .group-after\:bg-indigo-200\/40{background-color:#c7d2fe66}.group:after .group-after\:bg-indigo-200\/50{background-color:#c7d2fe80}.group:after .group-after\:bg-indigo-200\/60{background-color:#c7d2fe99}.group:after .group-after\:bg-indigo-200\/70{background-color:#c7d2feb3}.group:after .group-after\:bg-indigo-200\/75{background-color:#c7d2febf}.group:after .group-after\:bg-indigo-200\/80{background-color:#c7d2fecc}.group:after .group-after\:bg-indigo-200\/90{background-color:#c7d2fee6}.group:after .group-after\:bg-indigo-300{background-color:#a5b4fc}.group:after .group-after\:bg-indigo-300\/0{background-color:#a5b4fc00}.group:after .group-after\:bg-indigo-300\/10{background-color:#a5b4fc1a}.group:after .group-after\:bg-indigo-300\/20{background-color:#a5b4fc33}.group:after .group-after\:bg-indigo-300\/30{background-color:#a5b4fc4d}.group:after .group-after\:bg-indigo-300\/40{background-color:#a5b4fc66}.group:after .group-after\:bg-indigo-300\/50{background-color:#a5b4fc80}.group:after .group-after\:bg-indigo-300\/60{background-color:#a5b4fc99}.group:after .group-after\:bg-indigo-300\/70{background-color:#a5b4fcb3}.group:after .group-after\:bg-indigo-300\/75{background-color:#a5b4fcbf}.group:after .group-after\:bg-indigo-300\/80{background-color:#a5b4fccc}.group:after .group-after\:bg-indigo-300\/90{background-color:#a5b4fce6}.group:after .group-after\:bg-indigo-400{background-color:#818cf8}.group:after .group-after\:bg-indigo-400\/0{background-color:#818cf800}.group:after .group-after\:bg-indigo-400\/10{background-color:#818cf81a}.group:after .group-after\:bg-indigo-400\/20{background-color:#818cf833}.group:after .group-after\:bg-indigo-400\/30{background-color:#818cf84d}.group:after .group-after\:bg-indigo-400\/40{background-color:#818cf866}.group:after .group-after\:bg-indigo-400\/50{background-color:#818cf880}.group:after .group-after\:bg-indigo-400\/60{background-color:#818cf899}.group:after .group-after\:bg-indigo-400\/70{background-color:#818cf8b3}.group:after .group-after\:bg-indigo-400\/75{background-color:#818cf8bf}.group:after .group-after\:bg-indigo-400\/80{background-color:#818cf8cc}.group:after .group-after\:bg-indigo-400\/90{background-color:#818cf8e6}.group:after .group-after\:bg-indigo-500{background-color:#6366f1}.group:after .group-after\:bg-indigo-500\/0{background-color:#6366f100}.group:after .group-after\:bg-indigo-500\/10{background-color:#6366f11a}.group:after .group-after\:bg-indigo-500\/20{background-color:#6366f133}.group:after .group-after\:bg-indigo-500\/30{background-color:#6366f14d}.group:after .group-after\:bg-indigo-500\/40{background-color:#6366f166}.group:after .group-after\:bg-indigo-500\/50{background-color:#6366f180}.group:after .group-after\:bg-indigo-500\/60{background-color:#6366f199}.group:after .group-after\:bg-indigo-500\/70{background-color:#6366f1b3}.group:after .group-after\:bg-indigo-500\/75{background-color:#6366f1bf}.group:after .group-after\:bg-indigo-500\/80{background-color:#6366f1cc}.group:after .group-after\:bg-indigo-500\/90{background-color:#6366f1e6}.group:after .group-after\:bg-indigo-600{background-color:#4f46e5}.group:after .group-after\:bg-indigo-600\/0{background-color:#4f46e500}.group:after .group-after\:bg-indigo-600\/10{background-color:#4f46e51a}.group:after .group-after\:bg-indigo-600\/20{background-color:#4f46e533}.group:after .group-after\:bg-indigo-600\/30{background-color:#4f46e54d}.group:after .group-after\:bg-indigo-600\/40{background-color:#4f46e566}.group:after .group-after\:bg-indigo-600\/50{background-color:#4f46e580}.group:after .group-after\:bg-indigo-600\/60{background-color:#4f46e599}.group:after .group-after\:bg-indigo-600\/70{background-color:#4f46e5b3}.group:after .group-after\:bg-indigo-600\/75{background-color:#4f46e5bf}.group:after .group-after\:bg-indigo-600\/80{background-color:#4f46e5cc}.group:after .group-after\:bg-indigo-600\/90{background-color:#4f46e5e6}.group:after .group-after\:bg-indigo-700{background-color:#4338ca}.group:after .group-after\:bg-indigo-700\/0{background-color:#4338ca00}.group:after .group-after\:bg-indigo-700\/10{background-color:#4338ca1a}.group:after .group-after\:bg-indigo-700\/20{background-color:#4338ca33}.group:after .group-after\:bg-indigo-700\/30{background-color:#4338ca4d}.group:after .group-after\:bg-indigo-700\/40{background-color:#4338ca66}.group:after .group-after\:bg-indigo-700\/50{background-color:#4338ca80}.group:after .group-after\:bg-indigo-700\/60{background-color:#4338ca99}.group:after .group-after\:bg-indigo-700\/70{background-color:#4338cab3}.group:after .group-after\:bg-indigo-700\/75{background-color:#4338cabf}.group:after .group-after\:bg-indigo-700\/80{background-color:#4338cacc}.group:after .group-after\:bg-indigo-700\/90{background-color:#4338cae6}.group:after .group-after\:bg-indigo-800{background-color:#3730a3}.group:after .group-after\:bg-indigo-800\/0{background-color:#3730a300}.group:after .group-after\:bg-indigo-800\/10{background-color:#3730a31a}.group:after .group-after\:bg-indigo-800\/20{background-color:#3730a333}.group:after .group-after\:bg-indigo-800\/30{background-color:#3730a34d}.group:after .group-after\:bg-indigo-800\/40{background-color:#3730a366}.group:after .group-after\:bg-indigo-800\/50{background-color:#3730a380}.group:after .group-after\:bg-indigo-800\/60{background-color:#3730a399}.group:after .group-after\:bg-indigo-800\/70{background-color:#3730a3b3}.group:after .group-after\:bg-indigo-800\/75{background-color:#3730a3bf}.group:after .group-after\:bg-indigo-800\/80{background-color:#3730a3cc}.group:after .group-after\:bg-indigo-800\/90{background-color:#3730a3e6}.group:after .group-after\:bg-indigo-900{background-color:#312e81}.group:after .group-after\:bg-indigo-900\/0{background-color:#312e8100}.group:after .group-after\:bg-indigo-900\/10{background-color:#312e811a}.group:after .group-after\:bg-indigo-900\/20{background-color:#312e8133}.group:after .group-after\:bg-indigo-900\/30{background-color:#312e814d}.group:after .group-after\:bg-indigo-900\/40{background-color:#312e8166}.group:after .group-after\:bg-indigo-900\/50{background-color:#312e8180}.group:after .group-after\:bg-indigo-900\/60{background-color:#312e8199}.group:after .group-after\:bg-indigo-900\/70{background-color:#312e81b3}.group:after .group-after\:bg-indigo-900\/75{background-color:#312e81bf}.group:after .group-after\:bg-indigo-900\/80{background-color:#312e81cc}.group:after .group-after\:bg-indigo-900\/90{background-color:#312e81e6}.group:after .group-after\:bg-indigo-950{background-color:#1e1b4b}.group:after .group-after\:bg-indigo-950\/0{background-color:#1e1b4b00}.group:after .group-after\:bg-indigo-950\/10{background-color:#1e1b4b1a}.group:after .group-after\:bg-indigo-950\/20{background-color:#1e1b4b33}.group:after .group-after\:bg-indigo-950\/30{background-color:#1e1b4b4d}.group:after .group-after\:bg-indigo-950\/40{background-color:#1e1b4b66}.group:after .group-after\:bg-indigo-950\/50{background-color:#1e1b4b80}.group:after .group-after\:bg-indigo-950\/60{background-color:#1e1b4b99}.group:after .group-after\:bg-indigo-950\/70{background-color:#1e1b4bb3}.group:after .group-after\:bg-indigo-950\/75{background-color:#1e1b4bbf}.group:after .group-after\:bg-indigo-950\/80{background-color:#1e1b4bcc}.group:after .group-after\:bg-indigo-950\/90{background-color:#1e1b4be6}.group:after .group-after\:bg-violet-50{background-color:#f5f3ff}.group:after .group-after\:bg-violet-50\/0{background-color:#f5f3ff00}.group:after .group-after\:bg-violet-50\/10{background-color:#f5f3ff1a}.group:after .group-after\:bg-violet-50\/20{background-color:#f5f3ff33}.group:after .group-after\:bg-violet-50\/30{background-color:#f5f3ff4d}.group:after .group-after\:bg-violet-50\/40{background-color:#f5f3ff66}.group:after .group-after\:bg-violet-50\/50{background-color:#f5f3ff80}.group:after .group-after\:bg-violet-50\/60{background-color:#f5f3ff99}.group:after .group-after\:bg-violet-50\/70{background-color:#f5f3ffb3}.group:after .group-after\:bg-violet-50\/75{background-color:#f5f3ffbf}.group:after .group-after\:bg-violet-50\/80{background-color:#f5f3ffcc}.group:after .group-after\:bg-violet-50\/90{background-color:#f5f3ffe6}.group:after .group-after\:bg-violet-100{background-color:#ede9fe}.group:after .group-after\:bg-violet-100\/0{background-color:#ede9fe00}.group:after .group-after\:bg-violet-100\/10{background-color:#ede9fe1a}.group:after .group-after\:bg-violet-100\/20{background-color:#ede9fe33}.group:after .group-after\:bg-violet-100\/30{background-color:#ede9fe4d}.group:after .group-after\:bg-violet-100\/40{background-color:#ede9fe66}.group:after .group-after\:bg-violet-100\/50{background-color:#ede9fe80}.group:after .group-after\:bg-violet-100\/60{background-color:#ede9fe99}.group:after .group-after\:bg-violet-100\/70{background-color:#ede9feb3}.group:after .group-after\:bg-violet-100\/75{background-color:#ede9febf}.group:after .group-after\:bg-violet-100\/80{background-color:#ede9fecc}.group:after .group-after\:bg-violet-100\/90{background-color:#ede9fee6}.group:after .group-after\:bg-violet-200{background-color:#ddd6fe}.group:after .group-after\:bg-violet-200\/0{background-color:#ddd6fe00}.group:after .group-after\:bg-violet-200\/10{background-color:#ddd6fe1a}.group:after .group-after\:bg-violet-200\/20{background-color:#ddd6fe33}.group:after .group-after\:bg-violet-200\/30{background-color:#ddd6fe4d}.group:after .group-after\:bg-violet-200\/40{background-color:#ddd6fe66}.group:after .group-after\:bg-violet-200\/50{background-color:#ddd6fe80}.group:after .group-after\:bg-violet-200\/60{background-color:#ddd6fe99}.group:after .group-after\:bg-violet-200\/70{background-color:#ddd6feb3}.group:after .group-after\:bg-violet-200\/75{background-color:#ddd6febf}.group:after .group-after\:bg-violet-200\/80{background-color:#ddd6fecc}.group:after .group-after\:bg-violet-200\/90{background-color:#ddd6fee6}.group:after .group-after\:bg-violet-300{background-color:#c4b5fd}.group:after .group-after\:bg-violet-300\/0{background-color:#c4b5fd00}.group:after .group-after\:bg-violet-300\/10{background-color:#c4b5fd1a}.group:after .group-after\:bg-violet-300\/20{background-color:#c4b5fd33}.group:after .group-after\:bg-violet-300\/30{background-color:#c4b5fd4d}.group:after .group-after\:bg-violet-300\/40{background-color:#c4b5fd66}.group:after .group-after\:bg-violet-300\/50{background-color:#c4b5fd80}.group:after .group-after\:bg-violet-300\/60{background-color:#c4b5fd99}.group:after .group-after\:bg-violet-300\/70{background-color:#c4b5fdb3}.group:after .group-after\:bg-violet-300\/75{background-color:#c4b5fdbf}.group:after .group-after\:bg-violet-300\/80{background-color:#c4b5fdcc}.group:after .group-after\:bg-violet-300\/90{background-color:#c4b5fde6}.group:after .group-after\:bg-violet-400{background-color:#a78bfa}.group:after .group-after\:bg-violet-400\/0{background-color:#a78bfa00}.group:after .group-after\:bg-violet-400\/10{background-color:#a78bfa1a}.group:after .group-after\:bg-violet-400\/20{background-color:#a78bfa33}.group:after .group-after\:bg-violet-400\/30{background-color:#a78bfa4d}.group:after .group-after\:bg-violet-400\/40{background-color:#a78bfa66}.group:after .group-after\:bg-violet-400\/50{background-color:#a78bfa80}.group:after .group-after\:bg-violet-400\/60{background-color:#a78bfa99}.group:after .group-after\:bg-violet-400\/70{background-color:#a78bfab3}.group:after .group-after\:bg-violet-400\/75{background-color:#a78bfabf}.group:after .group-after\:bg-violet-400\/80{background-color:#a78bfacc}.group:after .group-after\:bg-violet-400\/90{background-color:#a78bfae6}.group:after .group-after\:bg-violet-500{background-color:#8b5cf6}.group:after .group-after\:bg-violet-500\/0{background-color:#8b5cf600}.group:after .group-after\:bg-violet-500\/10{background-color:#8b5cf61a}.group:after .group-after\:bg-violet-500\/20{background-color:#8b5cf633}.group:after .group-after\:bg-violet-500\/30{background-color:#8b5cf64d}.group:after .group-after\:bg-violet-500\/40{background-color:#8b5cf666}.group:after .group-after\:bg-violet-500\/50{background-color:#8b5cf680}.group:after .group-after\:bg-violet-500\/60{background-color:#8b5cf699}.group:after .group-after\:bg-violet-500\/70{background-color:#8b5cf6b3}.group:after .group-after\:bg-violet-500\/75{background-color:#8b5cf6bf}.group:after .group-after\:bg-violet-500\/80{background-color:#8b5cf6cc}.group:after .group-after\:bg-violet-500\/90{background-color:#8b5cf6e6}.group:after .group-after\:bg-violet-600{background-color:#7c3aed}.group:after .group-after\:bg-violet-600\/0{background-color:#7c3aed00}.group:after .group-after\:bg-violet-600\/10{background-color:#7c3aed1a}.group:after .group-after\:bg-violet-600\/20{background-color:#7c3aed33}.group:after .group-after\:bg-violet-600\/30{background-color:#7c3aed4d}.group:after .group-after\:bg-violet-600\/40{background-color:#7c3aed66}.group:after .group-after\:bg-violet-600\/50{background-color:#7c3aed80}.group:after .group-after\:bg-violet-600\/60{background-color:#7c3aed99}.group:after .group-after\:bg-violet-600\/70{background-color:#7c3aedb3}.group:after .group-after\:bg-violet-600\/75{background-color:#7c3aedbf}.group:after .group-after\:bg-violet-600\/80{background-color:#7c3aedcc}.group:after .group-after\:bg-violet-600\/90{background-color:#7c3aede6}.group:after .group-after\:bg-violet-700{background-color:#6d28d9}.group:after .group-after\:bg-violet-700\/0{background-color:#6d28d900}.group:after .group-after\:bg-violet-700\/10{background-color:#6d28d91a}.group:after .group-after\:bg-violet-700\/20{background-color:#6d28d933}.group:after .group-after\:bg-violet-700\/30{background-color:#6d28d94d}.group:after .group-after\:bg-violet-700\/40{background-color:#6d28d966}.group:after .group-after\:bg-violet-700\/50{background-color:#6d28d980}.group:after .group-after\:bg-violet-700\/60{background-color:#6d28d999}.group:after .group-after\:bg-violet-700\/70{background-color:#6d28d9b3}.group:after .group-after\:bg-violet-700\/75{background-color:#6d28d9bf}.group:after .group-after\:bg-violet-700\/80{background-color:#6d28d9cc}.group:after .group-after\:bg-violet-700\/90{background-color:#6d28d9e6}.group:after .group-after\:bg-violet-800{background-color:#5b21b6}.group:after .group-after\:bg-violet-800\/0{background-color:#5b21b600}.group:after .group-after\:bg-violet-800\/10{background-color:#5b21b61a}.group:after .group-after\:bg-violet-800\/20{background-color:#5b21b633}.group:after .group-after\:bg-violet-800\/30{background-color:#5b21b64d}.group:after .group-after\:bg-violet-800\/40{background-color:#5b21b666}.group:after .group-after\:bg-violet-800\/50{background-color:#5b21b680}.group:after .group-after\:bg-violet-800\/60{background-color:#5b21b699}.group:after .group-after\:bg-violet-800\/70{background-color:#5b21b6b3}.group:after .group-after\:bg-violet-800\/75{background-color:#5b21b6bf}.group:after .group-after\:bg-violet-800\/80{background-color:#5b21b6cc}.group:after .group-after\:bg-violet-800\/90{background-color:#5b21b6e6}.group:after .group-after\:bg-violet-900{background-color:#4c1d95}.group:after .group-after\:bg-violet-900\/0{background-color:#4c1d9500}.group:after .group-after\:bg-violet-900\/10{background-color:#4c1d951a}.group:after .group-after\:bg-violet-900\/20{background-color:#4c1d9533}.group:after .group-after\:bg-violet-900\/30{background-color:#4c1d954d}.group:after .group-after\:bg-violet-900\/40{background-color:#4c1d9566}.group:after .group-after\:bg-violet-900\/50{background-color:#4c1d9580}.group:after .group-after\:bg-violet-900\/60{background-color:#4c1d9599}.group:after .group-after\:bg-violet-900\/70{background-color:#4c1d95b3}.group:after .group-after\:bg-violet-900\/75{background-color:#4c1d95bf}.group:after .group-after\:bg-violet-900\/80{background-color:#4c1d95cc}.group:after .group-after\:bg-violet-900\/90{background-color:#4c1d95e6}.group:after .group-after\:bg-violet-950{background-color:#2e1065}.group:after .group-after\:bg-violet-950\/0{background-color:#2e106500}.group:after .group-after\:bg-violet-950\/10{background-color:#2e10651a}.group:after .group-after\:bg-violet-950\/20{background-color:#2e106533}.group:after .group-after\:bg-violet-950\/30{background-color:#2e10654d}.group:after .group-after\:bg-violet-950\/40{background-color:#2e106566}.group:after .group-after\:bg-violet-950\/50{background-color:#2e106580}.group:after .group-after\:bg-violet-950\/60{background-color:#2e106599}.group:after .group-after\:bg-violet-950\/70{background-color:#2e1065b3}.group:after .group-after\:bg-violet-950\/75{background-color:#2e1065bf}.group:after .group-after\:bg-violet-950\/80{background-color:#2e1065cc}.group:after .group-after\:bg-violet-950\/90{background-color:#2e1065e6}.group:after .group-after\:bg-purple-50{background-color:#faf5ff}.group:after .group-after\:bg-purple-50\/0{background-color:#faf5ff00}.group:after .group-after\:bg-purple-50\/10{background-color:#faf5ff1a}.group:after .group-after\:bg-purple-50\/20{background-color:#faf5ff33}.group:after .group-after\:bg-purple-50\/30{background-color:#faf5ff4d}.group:after .group-after\:bg-purple-50\/40{background-color:#faf5ff66}.group:after .group-after\:bg-purple-50\/50{background-color:#faf5ff80}.group:after .group-after\:bg-purple-50\/60{background-color:#faf5ff99}.group:after .group-after\:bg-purple-50\/70{background-color:#faf5ffb3}.group:after .group-after\:bg-purple-50\/75{background-color:#faf5ffbf}.group:after .group-after\:bg-purple-50\/80{background-color:#faf5ffcc}.group:after .group-after\:bg-purple-50\/90{background-color:#faf5ffe6}.group:after .group-after\:bg-purple-100{background-color:#f3e8ff}.group:after .group-after\:bg-purple-100\/0{background-color:#f3e8ff00}.group:after .group-after\:bg-purple-100\/10{background-color:#f3e8ff1a}.group:after .group-after\:bg-purple-100\/20{background-color:#f3e8ff33}.group:after .group-after\:bg-purple-100\/30{background-color:#f3e8ff4d}.group:after .group-after\:bg-purple-100\/40{background-color:#f3e8ff66}.group:after .group-after\:bg-purple-100\/50{background-color:#f3e8ff80}.group:after .group-after\:bg-purple-100\/60{background-color:#f3e8ff99}.group:after .group-after\:bg-purple-100\/70{background-color:#f3e8ffb3}.group:after .group-after\:bg-purple-100\/75{background-color:#f3e8ffbf}.group:after .group-after\:bg-purple-100\/80{background-color:#f3e8ffcc}.group:after .group-after\:bg-purple-100\/90{background-color:#f3e8ffe6}.group:after .group-after\:bg-purple-200{background-color:#e9d5ff}.group:after .group-after\:bg-purple-200\/0{background-color:#e9d5ff00}.group:after .group-after\:bg-purple-200\/10{background-color:#e9d5ff1a}.group:after .group-after\:bg-purple-200\/20{background-color:#e9d5ff33}.group:after .group-after\:bg-purple-200\/30{background-color:#e9d5ff4d}.group:after .group-after\:bg-purple-200\/40{background-color:#e9d5ff66}.group:after .group-after\:bg-purple-200\/50{background-color:#e9d5ff80}.group:after .group-after\:bg-purple-200\/60{background-color:#e9d5ff99}.group:after .group-after\:bg-purple-200\/70{background-color:#e9d5ffb3}.group:after .group-after\:bg-purple-200\/75{background-color:#e9d5ffbf}.group:after .group-after\:bg-purple-200\/80{background-color:#e9d5ffcc}.group:after .group-after\:bg-purple-200\/90{background-color:#e9d5ffe6}.group:after .group-after\:bg-purple-300{background-color:#d8b4fe}.group:after .group-after\:bg-purple-300\/0{background-color:#d8b4fe00}.group:after .group-after\:bg-purple-300\/10{background-color:#d8b4fe1a}.group:after .group-after\:bg-purple-300\/20{background-color:#d8b4fe33}.group:after .group-after\:bg-purple-300\/30{background-color:#d8b4fe4d}.group:after .group-after\:bg-purple-300\/40{background-color:#d8b4fe66}.group:after .group-after\:bg-purple-300\/50{background-color:#d8b4fe80}.group:after .group-after\:bg-purple-300\/60{background-color:#d8b4fe99}.group:after .group-after\:bg-purple-300\/70{background-color:#d8b4feb3}.group:after .group-after\:bg-purple-300\/75{background-color:#d8b4febf}.group:after .group-after\:bg-purple-300\/80{background-color:#d8b4fecc}.group:after .group-after\:bg-purple-300\/90{background-color:#d8b4fee6}.group:after .group-after\:bg-purple-400{background-color:#c084fc}.group:after .group-after\:bg-purple-400\/0{background-color:#c084fc00}.group:after .group-after\:bg-purple-400\/10{background-color:#c084fc1a}.group:after .group-after\:bg-purple-400\/20{background-color:#c084fc33}.group:after .group-after\:bg-purple-400\/30{background-color:#c084fc4d}.group:after .group-after\:bg-purple-400\/40{background-color:#c084fc66}.group:after .group-after\:bg-purple-400\/50{background-color:#c084fc80}.group:after .group-after\:bg-purple-400\/60{background-color:#c084fc99}.group:after .group-after\:bg-purple-400\/70{background-color:#c084fcb3}.group:after .group-after\:bg-purple-400\/75{background-color:#c084fcbf}.group:after .group-after\:bg-purple-400\/80{background-color:#c084fccc}.group:after .group-after\:bg-purple-400\/90{background-color:#c084fce6}.group:after .group-after\:bg-purple-500{background-color:#a855f7}.group:after .group-after\:bg-purple-500\/0{background-color:#a855f700}.group:after .group-after\:bg-purple-500\/10{background-color:#a855f71a}.group:after .group-after\:bg-purple-500\/20{background-color:#a855f733}.group:after .group-after\:bg-purple-500\/30{background-color:#a855f74d}.group:after .group-after\:bg-purple-500\/40{background-color:#a855f766}.group:after .group-after\:bg-purple-500\/50{background-color:#a855f780}.group:after .group-after\:bg-purple-500\/60{background-color:#a855f799}.group:after .group-after\:bg-purple-500\/70{background-color:#a855f7b3}.group:after .group-after\:bg-purple-500\/75{background-color:#a855f7bf}.group:after .group-after\:bg-purple-500\/80{background-color:#a855f7cc}.group:after .group-after\:bg-purple-500\/90{background-color:#a855f7e6}.group:after .group-after\:bg-purple-600{background-color:#9333ea}.group:after .group-after\:bg-purple-600\/0{background-color:#9333ea00}.group:after .group-after\:bg-purple-600\/10{background-color:#9333ea1a}.group:after .group-after\:bg-purple-600\/20{background-color:#9333ea33}.group:after .group-after\:bg-purple-600\/30{background-color:#9333ea4d}.group:after .group-after\:bg-purple-600\/40{background-color:#9333ea66}.group:after .group-after\:bg-purple-600\/50{background-color:#9333ea80}.group:after .group-after\:bg-purple-600\/60{background-color:#9333ea99}.group:after .group-after\:bg-purple-600\/70{background-color:#9333eab3}.group:after .group-after\:bg-purple-600\/75{background-color:#9333eabf}.group:after .group-after\:bg-purple-600\/80{background-color:#9333eacc}.group:after .group-after\:bg-purple-600\/90{background-color:#9333eae6}.group:after .group-after\:bg-purple-700{background-color:#7e22ce}.group:after .group-after\:bg-purple-700\/0{background-color:#7e22ce00}.group:after .group-after\:bg-purple-700\/10{background-color:#7e22ce1a}.group:after .group-after\:bg-purple-700\/20{background-color:#7e22ce33}.group:after .group-after\:bg-purple-700\/30{background-color:#7e22ce4d}.group:after .group-after\:bg-purple-700\/40{background-color:#7e22ce66}.group:after .group-after\:bg-purple-700\/50{background-color:#7e22ce80}.group:after .group-after\:bg-purple-700\/60{background-color:#7e22ce99}.group:after .group-after\:bg-purple-700\/70{background-color:#7e22ceb3}.group:after .group-after\:bg-purple-700\/75{background-color:#7e22cebf}.group:after .group-after\:bg-purple-700\/80{background-color:#7e22cecc}.group:after .group-after\:bg-purple-700\/90{background-color:#7e22cee6}.group:after .group-after\:bg-purple-800{background-color:#6b21a8}.group:after .group-after\:bg-purple-800\/0{background-color:#6b21a800}.group:after .group-after\:bg-purple-800\/10{background-color:#6b21a81a}.group:after .group-after\:bg-purple-800\/20{background-color:#6b21a833}.group:after .group-after\:bg-purple-800\/30{background-color:#6b21a84d}.group:after .group-after\:bg-purple-800\/40{background-color:#6b21a866}.group:after .group-after\:bg-purple-800\/50{background-color:#6b21a880}.group:after .group-after\:bg-purple-800\/60{background-color:#6b21a899}.group:after .group-after\:bg-purple-800\/70{background-color:#6b21a8b3}.group:after .group-after\:bg-purple-800\/75{background-color:#6b21a8bf}.group:after .group-after\:bg-purple-800\/80{background-color:#6b21a8cc}.group:after .group-after\:bg-purple-800\/90{background-color:#6b21a8e6}.group:after .group-after\:bg-purple-900{background-color:#581c87}.group:after .group-after\:bg-purple-900\/0{background-color:#581c8700}.group:after .group-after\:bg-purple-900\/10{background-color:#581c871a}.group:after .group-after\:bg-purple-900\/20{background-color:#581c8733}.group:after .group-after\:bg-purple-900\/30{background-color:#581c874d}.group:after .group-after\:bg-purple-900\/40{background-color:#581c8766}.group:after .group-after\:bg-purple-900\/50{background-color:#581c8780}.group:after .group-after\:bg-purple-900\/60{background-color:#581c8799}.group:after .group-after\:bg-purple-900\/70{background-color:#581c87b3}.group:after .group-after\:bg-purple-900\/75{background-color:#581c87bf}.group:after .group-after\:bg-purple-900\/80{background-color:#581c87cc}.group:after .group-after\:bg-purple-900\/90{background-color:#581c87e6}.group:after .group-after\:bg-purple-950{background-color:#3b0764}.group:after .group-after\:bg-purple-950\/0{background-color:#3b076400}.group:after .group-after\:bg-purple-950\/10{background-color:#3b07641a}.group:after .group-after\:bg-purple-950\/20{background-color:#3b076433}.group:after .group-after\:bg-purple-950\/30{background-color:#3b07644d}.group:after .group-after\:bg-purple-950\/40{background-color:#3b076466}.group:after .group-after\:bg-purple-950\/50{background-color:#3b076480}.group:after .group-after\:bg-purple-950\/60{background-color:#3b076499}.group:after .group-after\:bg-purple-950\/70{background-color:#3b0764b3}.group:after .group-after\:bg-purple-950\/75{background-color:#3b0764bf}.group:after .group-after\:bg-purple-950\/80{background-color:#3b0764cc}.group:after .group-after\:bg-purple-950\/90{background-color:#3b0764e6}.group:after .group-after\:bg-fuchsia-50{background-color:#fdf4ff}.group:after .group-after\:bg-fuchsia-50\/0{background-color:#fdf4ff00}.group:after .group-after\:bg-fuchsia-50\/10{background-color:#fdf4ff1a}.group:after .group-after\:bg-fuchsia-50\/20{background-color:#fdf4ff33}.group:after .group-after\:bg-fuchsia-50\/30{background-color:#fdf4ff4d}.group:after .group-after\:bg-fuchsia-50\/40{background-color:#fdf4ff66}.group:after .group-after\:bg-fuchsia-50\/50{background-color:#fdf4ff80}.group:after .group-after\:bg-fuchsia-50\/60{background-color:#fdf4ff99}.group:after .group-after\:bg-fuchsia-50\/70{background-color:#fdf4ffb3}.group:after .group-after\:bg-fuchsia-50\/75{background-color:#fdf4ffbf}.group:after .group-after\:bg-fuchsia-50\/80{background-color:#fdf4ffcc}.group:after .group-after\:bg-fuchsia-50\/90{background-color:#fdf4ffe6}.group:after .group-after\:bg-fuchsia-100{background-color:#fae8ff}.group:after .group-after\:bg-fuchsia-100\/0{background-color:#fae8ff00}.group:after .group-after\:bg-fuchsia-100\/10{background-color:#fae8ff1a}.group:after .group-after\:bg-fuchsia-100\/20{background-color:#fae8ff33}.group:after .group-after\:bg-fuchsia-100\/30{background-color:#fae8ff4d}.group:after .group-after\:bg-fuchsia-100\/40{background-color:#fae8ff66}.group:after .group-after\:bg-fuchsia-100\/50{background-color:#fae8ff80}.group:after .group-after\:bg-fuchsia-100\/60{background-color:#fae8ff99}.group:after .group-after\:bg-fuchsia-100\/70{background-color:#fae8ffb3}.group:after .group-after\:bg-fuchsia-100\/75{background-color:#fae8ffbf}.group:after .group-after\:bg-fuchsia-100\/80{background-color:#fae8ffcc}.group:after .group-after\:bg-fuchsia-100\/90{background-color:#fae8ffe6}.group:after .group-after\:bg-fuchsia-200{background-color:#f5d0fe}.group:after .group-after\:bg-fuchsia-200\/0{background-color:#f5d0fe00}.group:after .group-after\:bg-fuchsia-200\/10{background-color:#f5d0fe1a}.group:after .group-after\:bg-fuchsia-200\/20{background-color:#f5d0fe33}.group:after .group-after\:bg-fuchsia-200\/30{background-color:#f5d0fe4d}.group:after .group-after\:bg-fuchsia-200\/40{background-color:#f5d0fe66}.group:after .group-after\:bg-fuchsia-200\/50{background-color:#f5d0fe80}.group:after .group-after\:bg-fuchsia-200\/60{background-color:#f5d0fe99}.group:after .group-after\:bg-fuchsia-200\/70{background-color:#f5d0feb3}.group:after .group-after\:bg-fuchsia-200\/75{background-color:#f5d0febf}.group:after .group-after\:bg-fuchsia-200\/80{background-color:#f5d0fecc}.group:after .group-after\:bg-fuchsia-200\/90{background-color:#f5d0fee6}.group:after .group-after\:bg-fuchsia-300{background-color:#f0abfc}.group:after .group-after\:bg-fuchsia-300\/0{background-color:#f0abfc00}.group:after .group-after\:bg-fuchsia-300\/10{background-color:#f0abfc1a}.group:after .group-after\:bg-fuchsia-300\/20{background-color:#f0abfc33}.group:after .group-after\:bg-fuchsia-300\/30{background-color:#f0abfc4d}.group:after .group-after\:bg-fuchsia-300\/40{background-color:#f0abfc66}.group:after .group-after\:bg-fuchsia-300\/50{background-color:#f0abfc80}.group:after .group-after\:bg-fuchsia-300\/60{background-color:#f0abfc99}.group:after .group-after\:bg-fuchsia-300\/70{background-color:#f0abfcb3}.group:after .group-after\:bg-fuchsia-300\/75{background-color:#f0abfcbf}.group:after .group-after\:bg-fuchsia-300\/80{background-color:#f0abfccc}.group:after .group-after\:bg-fuchsia-300\/90{background-color:#f0abfce6}.group:after .group-after\:bg-fuchsia-400{background-color:#e879f9}.group:after .group-after\:bg-fuchsia-400\/0{background-color:#e879f900}.group:after .group-after\:bg-fuchsia-400\/10{background-color:#e879f91a}.group:after .group-after\:bg-fuchsia-400\/20{background-color:#e879f933}.group:after .group-after\:bg-fuchsia-400\/30{background-color:#e879f94d}.group:after .group-after\:bg-fuchsia-400\/40{background-color:#e879f966}.group:after .group-after\:bg-fuchsia-400\/50{background-color:#e879f980}.group:after .group-after\:bg-fuchsia-400\/60{background-color:#e879f999}.group:after .group-after\:bg-fuchsia-400\/70{background-color:#e879f9b3}.group:after .group-after\:bg-fuchsia-400\/75{background-color:#e879f9bf}.group:after .group-after\:bg-fuchsia-400\/80{background-color:#e879f9cc}.group:after .group-after\:bg-fuchsia-400\/90{background-color:#e879f9e6}.group:after .group-after\:bg-fuchsia-500{background-color:#d946ef}.group:after .group-after\:bg-fuchsia-500\/0{background-color:#d946ef00}.group:after .group-after\:bg-fuchsia-500\/10{background-color:#d946ef1a}.group:after .group-after\:bg-fuchsia-500\/20{background-color:#d946ef33}.group:after .group-after\:bg-fuchsia-500\/30{background-color:#d946ef4d}.group:after .group-after\:bg-fuchsia-500\/40{background-color:#d946ef66}.group:after .group-after\:bg-fuchsia-500\/50{background-color:#d946ef80}.group:after .group-after\:bg-fuchsia-500\/60{background-color:#d946ef99}.group:after .group-after\:bg-fuchsia-500\/70{background-color:#d946efb3}.group:after .group-after\:bg-fuchsia-500\/75{background-color:#d946efbf}.group:after .group-after\:bg-fuchsia-500\/80{background-color:#d946efcc}.group:after .group-after\:bg-fuchsia-500\/90{background-color:#d946efe6}.group:after .group-after\:bg-fuchsia-600{background-color:#c026d3}.group:after .group-after\:bg-fuchsia-600\/0{background-color:#c026d300}.group:after .group-after\:bg-fuchsia-600\/10{background-color:#c026d31a}.group:after .group-after\:bg-fuchsia-600\/20{background-color:#c026d333}.group:after .group-after\:bg-fuchsia-600\/30{background-color:#c026d34d}.group:after .group-after\:bg-fuchsia-600\/40{background-color:#c026d366}.group:after .group-after\:bg-fuchsia-600\/50{background-color:#c026d380}.group:after .group-after\:bg-fuchsia-600\/60{background-color:#c026d399}.group:after .group-after\:bg-fuchsia-600\/70{background-color:#c026d3b3}.group:after .group-after\:bg-fuchsia-600\/75{background-color:#c026d3bf}.group:after .group-after\:bg-fuchsia-600\/80{background-color:#c026d3cc}.group:after .group-after\:bg-fuchsia-600\/90{background-color:#c026d3e6}.group:after .group-after\:bg-fuchsia-700{background-color:#a21caf}.group:after .group-after\:bg-fuchsia-700\/0{background-color:#a21caf00}.group:after .group-after\:bg-fuchsia-700\/10{background-color:#a21caf1a}.group:after .group-after\:bg-fuchsia-700\/20{background-color:#a21caf33}.group:after .group-after\:bg-fuchsia-700\/30{background-color:#a21caf4d}.group:after .group-after\:bg-fuchsia-700\/40{background-color:#a21caf66}.group:after .group-after\:bg-fuchsia-700\/50{background-color:#a21caf80}.group:after .group-after\:bg-fuchsia-700\/60{background-color:#a21caf99}.group:after .group-after\:bg-fuchsia-700\/70{background-color:#a21cafb3}.group:after .group-after\:bg-fuchsia-700\/75{background-color:#a21cafbf}.group:after .group-after\:bg-fuchsia-700\/80{background-color:#a21cafcc}.group:after .group-after\:bg-fuchsia-700\/90{background-color:#a21cafe6}.group:after .group-after\:bg-fuchsia-800{background-color:#86198f}.group:after .group-after\:bg-fuchsia-800\/0{background-color:#86198f00}.group:after .group-after\:bg-fuchsia-800\/10{background-color:#86198f1a}.group:after .group-after\:bg-fuchsia-800\/20{background-color:#86198f33}.group:after .group-after\:bg-fuchsia-800\/30{background-color:#86198f4d}.group:after .group-after\:bg-fuchsia-800\/40{background-color:#86198f66}.group:after .group-after\:bg-fuchsia-800\/50{background-color:#86198f80}.group:after .group-after\:bg-fuchsia-800\/60{background-color:#86198f99}.group:after .group-after\:bg-fuchsia-800\/70{background-color:#86198fb3}.group:after .group-after\:bg-fuchsia-800\/75{background-color:#86198fbf}.group:after .group-after\:bg-fuchsia-800\/80{background-color:#86198fcc}.group:after .group-after\:bg-fuchsia-800\/90{background-color:#86198fe6}.group:after .group-after\:bg-fuchsia-900{background-color:#701a75}.group:after .group-after\:bg-fuchsia-900\/0{background-color:#701a7500}.group:after .group-after\:bg-fuchsia-900\/10{background-color:#701a751a}.group:after .group-after\:bg-fuchsia-900\/20{background-color:#701a7533}.group:after .group-after\:bg-fuchsia-900\/30{background-color:#701a754d}.group:after .group-after\:bg-fuchsia-900\/40{background-color:#701a7566}.group:after .group-after\:bg-fuchsia-900\/50{background-color:#701a7580}.group:after .group-after\:bg-fuchsia-900\/60{background-color:#701a7599}.group:after .group-after\:bg-fuchsia-900\/70{background-color:#701a75b3}.group:after .group-after\:bg-fuchsia-900\/75{background-color:#701a75bf}.group:after .group-after\:bg-fuchsia-900\/80{background-color:#701a75cc}.group:after .group-after\:bg-fuchsia-900\/90{background-color:#701a75e6}.group:after .group-after\:bg-fuchsia-950{background-color:#4a044e}.group:after .group-after\:bg-fuchsia-950\/0{background-color:#4a044e00}.group:after .group-after\:bg-fuchsia-950\/10{background-color:#4a044e1a}.group:after .group-after\:bg-fuchsia-950\/20{background-color:#4a044e33}.group:after .group-after\:bg-fuchsia-950\/30{background-color:#4a044e4d}.group:after .group-after\:bg-fuchsia-950\/40{background-color:#4a044e66}.group:after .group-after\:bg-fuchsia-950\/50{background-color:#4a044e80}.group:after .group-after\:bg-fuchsia-950\/60{background-color:#4a044e99}.group:after .group-after\:bg-fuchsia-950\/70{background-color:#4a044eb3}.group:after .group-after\:bg-fuchsia-950\/75{background-color:#4a044ebf}.group:after .group-after\:bg-fuchsia-950\/80{background-color:#4a044ecc}.group:after .group-after\:bg-fuchsia-950\/90{background-color:#4a044ee6}.group:after .group-after\:bg-pink-50{background-color:#fdf2f8}.group:after .group-after\:bg-pink-50\/0{background-color:#fdf2f800}.group:after .group-after\:bg-pink-50\/10{background-color:#fdf2f81a}.group:after .group-after\:bg-pink-50\/20{background-color:#fdf2f833}.group:after .group-after\:bg-pink-50\/30{background-color:#fdf2f84d}.group:after .group-after\:bg-pink-50\/40{background-color:#fdf2f866}.group:after .group-after\:bg-pink-50\/50{background-color:#fdf2f880}.group:after .group-after\:bg-pink-50\/60{background-color:#fdf2f899}.group:after .group-after\:bg-pink-50\/70{background-color:#fdf2f8b3}.group:after .group-after\:bg-pink-50\/75{background-color:#fdf2f8bf}.group:after .group-after\:bg-pink-50\/80{background-color:#fdf2f8cc}.group:after .group-after\:bg-pink-50\/90{background-color:#fdf2f8e6}.group:after .group-after\:bg-pink-100{background-color:#fce7f3}.group:after .group-after\:bg-pink-100\/0{background-color:#fce7f300}.group:after .group-after\:bg-pink-100\/10{background-color:#fce7f31a}.group:after .group-after\:bg-pink-100\/20{background-color:#fce7f333}.group:after .group-after\:bg-pink-100\/30{background-color:#fce7f34d}.group:after .group-after\:bg-pink-100\/40{background-color:#fce7f366}.group:after .group-after\:bg-pink-100\/50{background-color:#fce7f380}.group:after .group-after\:bg-pink-100\/60{background-color:#fce7f399}.group:after .group-after\:bg-pink-100\/70{background-color:#fce7f3b3}.group:after .group-after\:bg-pink-100\/75{background-color:#fce7f3bf}.group:after .group-after\:bg-pink-100\/80{background-color:#fce7f3cc}.group:after .group-after\:bg-pink-100\/90{background-color:#fce7f3e6}.group:after .group-after\:bg-pink-200{background-color:#fbcfe8}.group:after .group-after\:bg-pink-200\/0{background-color:#fbcfe800}.group:after .group-after\:bg-pink-200\/10{background-color:#fbcfe81a}.group:after .group-after\:bg-pink-200\/20{background-color:#fbcfe833}.group:after .group-after\:bg-pink-200\/30{background-color:#fbcfe84d}.group:after .group-after\:bg-pink-200\/40{background-color:#fbcfe866}.group:after .group-after\:bg-pink-200\/50{background-color:#fbcfe880}.group:after .group-after\:bg-pink-200\/60{background-color:#fbcfe899}.group:after .group-after\:bg-pink-200\/70{background-color:#fbcfe8b3}.group:after .group-after\:bg-pink-200\/75{background-color:#fbcfe8bf}.group:after .group-after\:bg-pink-200\/80{background-color:#fbcfe8cc}.group:after .group-after\:bg-pink-200\/90{background-color:#fbcfe8e6}.group:after .group-after\:bg-pink-300{background-color:#f9a8d4}.group:after .group-after\:bg-pink-300\/0{background-color:#f9a8d400}.group:after .group-after\:bg-pink-300\/10{background-color:#f9a8d41a}.group:after .group-after\:bg-pink-300\/20{background-color:#f9a8d433}.group:after .group-after\:bg-pink-300\/30{background-color:#f9a8d44d}.group:after .group-after\:bg-pink-300\/40{background-color:#f9a8d466}.group:after .group-after\:bg-pink-300\/50{background-color:#f9a8d480}.group:after .group-after\:bg-pink-300\/60{background-color:#f9a8d499}.group:after .group-after\:bg-pink-300\/70{background-color:#f9a8d4b3}.group:after .group-after\:bg-pink-300\/75{background-color:#f9a8d4bf}.group:after .group-after\:bg-pink-300\/80{background-color:#f9a8d4cc}.group:after .group-after\:bg-pink-300\/90{background-color:#f9a8d4e6}.group:after .group-after\:bg-pink-400{background-color:#f472b6}.group:after .group-after\:bg-pink-400\/0{background-color:#f472b600}.group:after .group-after\:bg-pink-400\/10{background-color:#f472b61a}.group:after .group-after\:bg-pink-400\/20{background-color:#f472b633}.group:after .group-after\:bg-pink-400\/30{background-color:#f472b64d}.group:after .group-after\:bg-pink-400\/40{background-color:#f472b666}.group:after .group-after\:bg-pink-400\/50{background-color:#f472b680}.group:after .group-after\:bg-pink-400\/60{background-color:#f472b699}.group:after .group-after\:bg-pink-400\/70{background-color:#f472b6b3}.group:after .group-after\:bg-pink-400\/75{background-color:#f472b6bf}.group:after .group-after\:bg-pink-400\/80{background-color:#f472b6cc}.group:after .group-after\:bg-pink-400\/90{background-color:#f472b6e6}.group:after .group-after\:bg-pink-500{background-color:#ec4899}.group:after .group-after\:bg-pink-500\/0{background-color:#ec489900}.group:after .group-after\:bg-pink-500\/10{background-color:#ec48991a}.group:after .group-after\:bg-pink-500\/20{background-color:#ec489933}.group:after .group-after\:bg-pink-500\/30{background-color:#ec48994d}.group:after .group-after\:bg-pink-500\/40{background-color:#ec489966}.group:after .group-after\:bg-pink-500\/50{background-color:#ec489980}.group:after .group-after\:bg-pink-500\/60{background-color:#ec489999}.group:after .group-after\:bg-pink-500\/70{background-color:#ec4899b3}.group:after .group-after\:bg-pink-500\/75{background-color:#ec4899bf}.group:after .group-after\:bg-pink-500\/80{background-color:#ec4899cc}.group:after .group-after\:bg-pink-500\/90{background-color:#ec4899e6}.group:after .group-after\:bg-pink-600{background-color:#db2777}.group:after .group-after\:bg-pink-600\/0{background-color:#db277700}.group:after .group-after\:bg-pink-600\/10{background-color:#db27771a}.group:after .group-after\:bg-pink-600\/20{background-color:#db277733}.group:after .group-after\:bg-pink-600\/30{background-color:#db27774d}.group:after .group-after\:bg-pink-600\/40{background-color:#db277766}.group:after .group-after\:bg-pink-600\/50{background-color:#db277780}.group:after .group-after\:bg-pink-600\/60{background-color:#db277799}.group:after .group-after\:bg-pink-600\/70{background-color:#db2777b3}.group:after .group-after\:bg-pink-600\/75{background-color:#db2777bf}.group:after .group-after\:bg-pink-600\/80{background-color:#db2777cc}.group:after .group-after\:bg-pink-600\/90{background-color:#db2777e6}.group:after .group-after\:bg-pink-700{background-color:#be185d}.group:after .group-after\:bg-pink-700\/0{background-color:#be185d00}.group:after .group-after\:bg-pink-700\/10{background-color:#be185d1a}.group:after .group-after\:bg-pink-700\/20{background-color:#be185d33}.group:after .group-after\:bg-pink-700\/30{background-color:#be185d4d}.group:after .group-after\:bg-pink-700\/40{background-color:#be185d66}.group:after .group-after\:bg-pink-700\/50{background-color:#be185d80}.group:after .group-after\:bg-pink-700\/60{background-color:#be185d99}.group:after .group-after\:bg-pink-700\/70{background-color:#be185db3}.group:after .group-after\:bg-pink-700\/75{background-color:#be185dbf}.group:after .group-after\:bg-pink-700\/80{background-color:#be185dcc}.group:after .group-after\:bg-pink-700\/90{background-color:#be185de6}.group:after .group-after\:bg-pink-800{background-color:#9d174d}.group:after .group-after\:bg-pink-800\/0{background-color:#9d174d00}.group:after .group-after\:bg-pink-800\/10{background-color:#9d174d1a}.group:after .group-after\:bg-pink-800\/20{background-color:#9d174d33}.group:after .group-after\:bg-pink-800\/30{background-color:#9d174d4d}.group:after .group-after\:bg-pink-800\/40{background-color:#9d174d66}.group:after .group-after\:bg-pink-800\/50{background-color:#9d174d80}.group:after .group-after\:bg-pink-800\/60{background-color:#9d174d99}.group:after .group-after\:bg-pink-800\/70{background-color:#9d174db3}.group:after .group-after\:bg-pink-800\/75{background-color:#9d174dbf}.group:after .group-after\:bg-pink-800\/80{background-color:#9d174dcc}.group:after .group-after\:bg-pink-800\/90{background-color:#9d174de6}.group:after .group-after\:bg-pink-900{background-color:#831843}.group:after .group-after\:bg-pink-900\/0{background-color:#83184300}.group:after .group-after\:bg-pink-900\/10{background-color:#8318431a}.group:after .group-after\:bg-pink-900\/20{background-color:#83184333}.group:after .group-after\:bg-pink-900\/30{background-color:#8318434d}.group:after .group-after\:bg-pink-900\/40{background-color:#83184366}.group:after .group-after\:bg-pink-900\/50{background-color:#83184380}.group:after .group-after\:bg-pink-900\/60{background-color:#83184399}.group:after .group-after\:bg-pink-900\/70{background-color:#831843b3}.group:after .group-after\:bg-pink-900\/75{background-color:#831843bf}.group:after .group-after\:bg-pink-900\/80{background-color:#831843cc}.group:after .group-after\:bg-pink-900\/90{background-color:#831843e6}.group:after .group-after\:bg-pink-950{background-color:#500724}.group:after .group-after\:bg-pink-950\/0{background-color:#50072400}.group:after .group-after\:bg-pink-950\/10{background-color:#5007241a}.group:after .group-after\:bg-pink-950\/20{background-color:#50072433}.group:after .group-after\:bg-pink-950\/30{background-color:#5007244d}.group:after .group-after\:bg-pink-950\/40{background-color:#50072466}.group:after .group-after\:bg-pink-950\/50{background-color:#50072480}.group:after .group-after\:bg-pink-950\/60{background-color:#50072499}.group:after .group-after\:bg-pink-950\/70{background-color:#500724b3}.group:after .group-after\:bg-pink-950\/75{background-color:#500724bf}.group:after .group-after\:bg-pink-950\/80{background-color:#500724cc}.group:after .group-after\:bg-pink-950\/90{background-color:#500724e6}.group:after .group-after\:bg-rose-50{background-color:#fff1f2}.group:after .group-after\:bg-rose-50\/0{background-color:#fff1f200}.group:after .group-after\:bg-rose-50\/10{background-color:#fff1f21a}.group:after .group-after\:bg-rose-50\/20{background-color:#fff1f233}.group:after .group-after\:bg-rose-50\/30{background-color:#fff1f24d}.group:after .group-after\:bg-rose-50\/40{background-color:#fff1f266}.group:after .group-after\:bg-rose-50\/50{background-color:#fff1f280}.group:after .group-after\:bg-rose-50\/60{background-color:#fff1f299}.group:after .group-after\:bg-rose-50\/70{background-color:#fff1f2b3}.group:after .group-after\:bg-rose-50\/75{background-color:#fff1f2bf}.group:after .group-after\:bg-rose-50\/80{background-color:#fff1f2cc}.group:after .group-after\:bg-rose-50\/90{background-color:#fff1f2e6}.group:after .group-after\:bg-rose-100{background-color:#ffe4e6}.group:after .group-after\:bg-rose-100\/0{background-color:#ffe4e600}.group:after .group-after\:bg-rose-100\/10{background-color:#ffe4e61a}.group:after .group-after\:bg-rose-100\/20{background-color:#ffe4e633}.group:after .group-after\:bg-rose-100\/30{background-color:#ffe4e64d}.group:after .group-after\:bg-rose-100\/40{background-color:#ffe4e666}.group:after .group-after\:bg-rose-100\/50{background-color:#ffe4e680}.group:after .group-after\:bg-rose-100\/60{background-color:#ffe4e699}.group:after .group-after\:bg-rose-100\/70{background-color:#ffe4e6b3}.group:after .group-after\:bg-rose-100\/75{background-color:#ffe4e6bf}.group:after .group-after\:bg-rose-100\/80{background-color:#ffe4e6cc}.group:after .group-after\:bg-rose-100\/90{background-color:#ffe4e6e6}.group:after .group-after\:bg-rose-200{background-color:#fecdd3}.group:after .group-after\:bg-rose-200\/0{background-color:#fecdd300}.group:after .group-after\:bg-rose-200\/10{background-color:#fecdd31a}.group:after .group-after\:bg-rose-200\/20{background-color:#fecdd333}.group:after .group-after\:bg-rose-200\/30{background-color:#fecdd34d}.group:after .group-after\:bg-rose-200\/40{background-color:#fecdd366}.group:after .group-after\:bg-rose-200\/50{background-color:#fecdd380}.group:after .group-after\:bg-rose-200\/60{background-color:#fecdd399}.group:after .group-after\:bg-rose-200\/70{background-color:#fecdd3b3}.group:after .group-after\:bg-rose-200\/75{background-color:#fecdd3bf}.group:after .group-after\:bg-rose-200\/80{background-color:#fecdd3cc}.group:after .group-after\:bg-rose-200\/90{background-color:#fecdd3e6}.group:after .group-after\:bg-rose-300{background-color:#fda4af}.group:after .group-after\:bg-rose-300\/0{background-color:#fda4af00}.group:after .group-after\:bg-rose-300\/10{background-color:#fda4af1a}.group:after .group-after\:bg-rose-300\/20{background-color:#fda4af33}.group:after .group-after\:bg-rose-300\/30{background-color:#fda4af4d}.group:after .group-after\:bg-rose-300\/40{background-color:#fda4af66}.group:after .group-after\:bg-rose-300\/50{background-color:#fda4af80}.group:after .group-after\:bg-rose-300\/60{background-color:#fda4af99}.group:after .group-after\:bg-rose-300\/70{background-color:#fda4afb3}.group:after .group-after\:bg-rose-300\/75{background-color:#fda4afbf}.group:after .group-after\:bg-rose-300\/80{background-color:#fda4afcc}.group:after .group-after\:bg-rose-300\/90{background-color:#fda4afe6}.group:after .group-after\:bg-rose-400{background-color:#fb7185}.group:after .group-after\:bg-rose-400\/0{background-color:#fb718500}.group:after .group-after\:bg-rose-400\/10{background-color:#fb71851a}.group:after .group-after\:bg-rose-400\/20{background-color:#fb718533}.group:after .group-after\:bg-rose-400\/30{background-color:#fb71854d}.group:after .group-after\:bg-rose-400\/40{background-color:#fb718566}.group:after .group-after\:bg-rose-400\/50{background-color:#fb718580}.group:after .group-after\:bg-rose-400\/60{background-color:#fb718599}.group:after .group-after\:bg-rose-400\/70{background-color:#fb7185b3}.group:after .group-after\:bg-rose-400\/75{background-color:#fb7185bf}.group:after .group-after\:bg-rose-400\/80{background-color:#fb7185cc}.group:after .group-after\:bg-rose-400\/90{background-color:#fb7185e6}.group:after .group-after\:bg-rose-500{background-color:#f43f5e}.group:after .group-after\:bg-rose-500\/0{background-color:#f43f5e00}.group:after .group-after\:bg-rose-500\/10{background-color:#f43f5e1a}.group:after .group-after\:bg-rose-500\/20{background-color:#f43f5e33}.group:after .group-after\:bg-rose-500\/30{background-color:#f43f5e4d}.group:after .group-after\:bg-rose-500\/40{background-color:#f43f5e66}.group:after .group-after\:bg-rose-500\/50{background-color:#f43f5e80}.group:after .group-after\:bg-rose-500\/60{background-color:#f43f5e99}.group:after .group-after\:bg-rose-500\/70{background-color:#f43f5eb3}.group:after .group-after\:bg-rose-500\/75{background-color:#f43f5ebf}.group:after .group-after\:bg-rose-500\/80{background-color:#f43f5ecc}.group:after .group-after\:bg-rose-500\/90{background-color:#f43f5ee6}.group:after .group-after\:bg-rose-600{background-color:#e11d48}.group:after .group-after\:bg-rose-600\/0{background-color:#e11d4800}.group:after .group-after\:bg-rose-600\/10{background-color:#e11d481a}.group:after .group-after\:bg-rose-600\/20{background-color:#e11d4833}.group:after .group-after\:bg-rose-600\/30{background-color:#e11d484d}.group:after .group-after\:bg-rose-600\/40{background-color:#e11d4866}.group:after .group-after\:bg-rose-600\/50{background-color:#e11d4880}.group:after .group-after\:bg-rose-600\/60{background-color:#e11d4899}.group:after .group-after\:bg-rose-600\/70{background-color:#e11d48b3}.group:after .group-after\:bg-rose-600\/75{background-color:#e11d48bf}.group:after .group-after\:bg-rose-600\/80{background-color:#e11d48cc}.group:after .group-after\:bg-rose-600\/90{background-color:#e11d48e6}.group:after .group-after\:bg-rose-700{background-color:#be123c}.group:after .group-after\:bg-rose-700\/0{background-color:#be123c00}.group:after .group-after\:bg-rose-700\/10{background-color:#be123c1a}.group:after .group-after\:bg-rose-700\/20{background-color:#be123c33}.group:after .group-after\:bg-rose-700\/30{background-color:#be123c4d}.group:after .group-after\:bg-rose-700\/40{background-color:#be123c66}.group:after .group-after\:bg-rose-700\/50{background-color:#be123c80}.group:after .group-after\:bg-rose-700\/60{background-color:#be123c99}.group:after .group-after\:bg-rose-700\/70{background-color:#be123cb3}.group:after .group-after\:bg-rose-700\/75{background-color:#be123cbf}.group:after .group-after\:bg-rose-700\/80{background-color:#be123ccc}.group:after .group-after\:bg-rose-700\/90{background-color:#be123ce6}.group:after .group-after\:bg-rose-800{background-color:#9f1239}.group:after .group-after\:bg-rose-800\/0{background-color:#9f123900}.group:after .group-after\:bg-rose-800\/10{background-color:#9f12391a}.group:after .group-after\:bg-rose-800\/20{background-color:#9f123933}.group:after .group-after\:bg-rose-800\/30{background-color:#9f12394d}.group:after .group-after\:bg-rose-800\/40{background-color:#9f123966}.group:after .group-after\:bg-rose-800\/50{background-color:#9f123980}.group:after .group-after\:bg-rose-800\/60{background-color:#9f123999}.group:after .group-after\:bg-rose-800\/70{background-color:#9f1239b3}.group:after .group-after\:bg-rose-800\/75{background-color:#9f1239bf}.group:after .group-after\:bg-rose-800\/80{background-color:#9f1239cc}.group:after .group-after\:bg-rose-800\/90{background-color:#9f1239e6}.group:after .group-after\:bg-rose-900{background-color:#881337}.group:after .group-after\:bg-rose-900\/0{background-color:#88133700}.group:after .group-after\:bg-rose-900\/10{background-color:#8813371a}.group:after .group-after\:bg-rose-900\/20{background-color:#88133733}.group:after .group-after\:bg-rose-900\/30{background-color:#8813374d}.group:after .group-after\:bg-rose-900\/40{background-color:#88133766}.group:after .group-after\:bg-rose-900\/50{background-color:#88133780}.group:after .group-after\:bg-rose-900\/60{background-color:#88133799}.group:after .group-after\:bg-rose-900\/70{background-color:#881337b3}.group:after .group-after\:bg-rose-900\/75{background-color:#881337bf}.group:after .group-after\:bg-rose-900\/80{background-color:#881337cc}.group:after .group-after\:bg-rose-900\/90{background-color:#881337e6}.group:after .group-after\:bg-rose-950{background-color:#4c0519}.group:after .group-after\:bg-rose-950\/0{background-color:#4c051900}.group:after .group-after\:bg-rose-950\/10{background-color:#4c05191a}.group:after .group-after\:bg-rose-950\/20{background-color:#4c051933}.group:after .group-after\:bg-rose-950\/30{background-color:#4c05194d}.group:after .group-after\:bg-rose-950\/40{background-color:#4c051966}.group:after .group-after\:bg-rose-950\/50{background-color:#4c051980}.group:after .group-after\:bg-rose-950\/60{background-color:#4c051999}.group:after .group-after\:bg-rose-950\/70{background-color:#4c0519b3}.group:after .group-after\:bg-rose-950\/75{background-color:#4c0519bf}.group:after .group-after\:bg-rose-950\/80{background-color:#4c0519cc}.group:after .group-after\:bg-rose-950\/90{background-color:#4c0519e6}.group:after .group-after\:bg-primary{background-color:#3874ff}.group:after .group-after\:bg-primary-bold{background-color:#002660}.group:after .group-after\:bg-primary-hover{background-color:#003585}.group:after .group-after\:bg-primary-border{background-color:#156ef3}.group:after .group-after\:bg-primary-focus-lv1{background-color:#6492ff}.group:after .group-after\:bg-primary-focus-lv2{background-color:#c7ddff}.group:after .group-after\:bg-primary-bg-color{background-color:#f8fbff}.group:after .group-after\:bg-success{background-color:#00bd7e}.group:after .group-after\:bg-success-bold{background-color:#006c58}.group:after .group-after\:bg-success-hover{background-color:#008d5e}.group:after .group-after\:bg-success-border{background-color:#17e5a1}.group:after .group-after\:bg-success-focus-lv1{background-color:#a9fbe0}.group:after .group-after\:bg-success-bg-color{background-color:#ebfff8}.group:after .group-after\:bg-warning{background-color:#ffb41f}.group:after .group-after\:bg-warning-bold{background-color:#b77d09}.group:after .group-after\:bg-warning-hover{background-color:#e39f17}.group:after .group-after\:bg-warning-border{background-color:#f7c86a}.group:after .group-after\:bg-warning-focus-lv1{background-color:#fbe0a9}.group:after .group-after\:bg-warning-bg-color{background-color:#fff8eb}.group:after .group-after\:bg-danger{background-color:#b20000}.group:after .group-after\:bg-danger-bold{background-color:#920122}.group:after .group-after\:bg-danger-hover{background-color:#c60833}.group:after .group-after\:bg-danger-border{background-color:#f35370}.group:after .group-after\:bg-danger-focus-lv1{background-color:#fdabb9}.group:after .group-after\:bg-danger-bg-color{background-color:#fff1f4}.group:after .group-after\:bg-info{background-color:#2668cb}.group:after .group-after\:bg-info-bold{background-color:#023480}.group:after .group-after\:bg-info-hover{background-color:#0f4eae}.group:after .group-after\:bg-info-border{background-color:#679ef2}.group:after .group-after\:bg-info-focus-lv1{background-color:#c1d9fd}.group:after .group-after\:bg-info-bg-color{background-color:#f2f7ff}.group:after .group-after\:bg-neutral-100{background-color:#1a1a1a}.group:after .group-after\:bg-neutral-90{background-color:#424242}.group:after .group-after\:bg-neutral-80{background-color:#616161}.group:after .group-after\:bg-neutral-70{background-color:#757575}.group:after .group-after\:bg-neutral-60{background-color:#9e9e9e}.group:after .group-after\:bg-neutral-50{background-color:#c2c2c2}.group:after .group-after\:bg-neutral-40{background-color:#e0e0e0}.group:after .group-after\:bg-neutral-30{background-color:#ededed}.group:after .group-after\:bg-neutral-20{background-color:#f5f5f5}.group:after .group-after\:bg-base{background-color:#f5f7fa}.group:after .group-after\:bg-auto{background-size:auto}.group:after .group-after\:bg-cover{background-size:cover}.group:after .group-after\:bg-contain{background-size:contain}.group:after .group-after\:bg-repeat{background-repeat:repeat}.group:after .group-after\:bg-no-repeat{background-repeat:no-repeat}.group:after .group-after\:bg-repeat-x{background-repeat:repeat-x}.group:after .group-after\:bg-repeat-y{background-repeat:repeat-y}.group:after .group-after\:bg-repeat-round{background-repeat:round}.group:after .group-after\:bg-repeat-space{background-repeat:space}.group:after .group-after\:bg-bottom{background-position:bottom}.group:after .group-after\:bg-center{background-position:center}.group:after .group-after\:bg-left{background-position:left}.group:after .group-after\:bg-left-bottom{background-position:left bottom}.group:after .group-after\:bg-left-top{background-position:left top}.group:after .group-after\:bg-right{background-position:right}.group:after .group-after\:bg-right-bottom{background-position:right bottom}.group:after .group-after\:bg-right-top{background-position:right top}.group:after .group-after\:bg-top{background-position:top}.group:after .group-after\:bg-origin-border{background-origin:border-box}.group:after .group-after\:bg-origin-padding{background-origin:padding-box}.group:after .group-after\:bg-origin-content{background-origin:content-box}.group:after .group-after\:bg-bg-fixed{background-attachment:fixed}.group:after .group-after\:bg-bg-local{background-attachment:local}.group:after .group-after\:bg-bg-scroll{background-attachment:scroll}.group:after .group-after\:p-auto{padding:auto}.group:after .group-after\:pl-auto{padding-left:auto}.group:after .group-after\:pr-auto{padding-right:auto}.group:after .group-after\:px-auto{padding-right:auto;padding-left:auto}.group:after .group-after\:py-auto{padding-top:auto;padding-bottom:auto}.group:after .group-after\:pb-auto{padding-bottom:auto}.group:after .group-after\:pt-auto{padding-top:auto}.group:after .group-after\:p-0{padding:0}.group:after .group-after\:pl-0{padding-left:0}.group:after .group-after\:pr-0{padding-right:0}.group:after .group-after\:px-0{padding-right:0;padding-left:0}.group:after .group-after\:py-0{padding-top:0;padding-bottom:0}.group:after .group-after\:pb-0{padding-bottom:0}.group:after .group-after\:pt-0{padding-top:0}.group:after .group-after\:p-1{padding:.25rem}.group:after .group-after\:pl-1{padding-left:.25rem}.group:after .group-after\:pr-1{padding-right:.25rem}.group:after .group-after\:px-1{padding-right:.25rem;padding-left:.25rem}.group:after .group-after\:py-1{padding-top:.25rem;padding-bottom:.25rem}.group:after .group-after\:pb-1{padding-bottom:.25rem}.group:after .group-after\:pt-1{padding-top:.25rem}.group:after .group-after\:p-2{padding:.5rem}.group:after .group-after\:pl-2{padding-left:.5rem}.group:after .group-after\:pr-2{padding-right:.5rem}.group:after .group-after\:px-2{padding-right:.5rem;padding-left:.5rem}.group:after .group-after\:py-2{padding-top:.5rem;padding-bottom:.5rem}.group:after .group-after\:pb-2{padding-bottom:.5rem}.group:after .group-after\:pt-2{padding-top:.5rem}.group:after .group-after\:p-3{padding:.75rem}.group:after .group-after\:pl-3{padding-left:.75rem}.group:after .group-after\:pr-3{padding-right:.75rem}.group:after .group-after\:px-3{padding-right:.75rem;padding-left:.75rem}.group:after .group-after\:py-3{padding-top:.75rem;padding-bottom:.75rem}.group:after .group-after\:pb-3{padding-bottom:.75rem}.group:after .group-after\:pt-3{padding-top:.75rem}.group:after .group-after\:p-4{padding:1rem}.group:after .group-after\:pl-4{padding-left:1rem}.group:after .group-after\:pr-4{padding-right:1rem}.group:after .group-after\:px-4{padding-right:1rem;padding-left:1rem}.group:after .group-after\:py-4{padding-top:1rem;padding-bottom:1rem}.group:after .group-after\:pb-4{padding-bottom:1rem}.group:after .group-after\:pt-4{padding-top:1rem}.group:after .group-after\:p-5{padding:1.25rem}.group:after .group-after\:pl-5{padding-left:1.25rem}.group:after .group-after\:pr-5{padding-right:1.25rem}.group:after .group-after\:px-5{padding-right:1.25rem;padding-left:1.25rem}.group:after .group-after\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.group:after .group-after\:pb-5{padding-bottom:1.25rem}.group:after .group-after\:pt-5{padding-top:1.25rem}.group:after .group-after\:p-6{padding:1.5rem}.group:after .group-after\:pl-6{padding-left:1.5rem}.group:after .group-after\:pr-6{padding-right:1.5rem}.group:after .group-after\:px-6{padding-right:1.5rem;padding-left:1.5rem}.group:after .group-after\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.group:after .group-after\:pb-6{padding-bottom:1.5rem}.group:after .group-after\:pt-6{padding-top:1.5rem}.group:after .group-after\:p-7{padding:1.75rem}.group:after .group-after\:pl-7{padding-left:1.75rem}.group:after .group-after\:pr-7{padding-right:1.75rem}.group:after .group-after\:px-7{padding-right:1.75rem;padding-left:1.75rem}.group:after .group-after\:py-7{padding-top:1.75rem;padding-bottom:1.75rem}.group:after .group-after\:pb-7{padding-bottom:1.75rem}.group:after .group-after\:pt-7{padding-top:1.75rem}.group:after .group-after\:p-8{padding:2rem}.group:after .group-after\:pl-8{padding-left:2rem}.group:after .group-after\:pr-8{padding-right:2rem}.group:after .group-after\:px-8{padding-right:2rem;padding-left:2rem}.group:after .group-after\:py-8{padding-top:2rem;padding-bottom:2rem}.group:after .group-after\:pb-8{padding-bottom:2rem}.group:after .group-after\:pt-8{padding-top:2rem}.group:after .group-after\:p-9{padding:2.25rem}.group:after .group-after\:pl-9{padding-left:2.25rem}.group:after .group-after\:pr-9{padding-right:2.25rem}.group:after .group-after\:px-9{padding-right:2.25rem;padding-left:2.25rem}.group:after .group-after\:py-9{padding-top:2.25rem;padding-bottom:2.25rem}.group:after .group-after\:pb-9{padding-bottom:2.25rem}.group:after .group-after\:pt-9{padding-top:2.25rem}.group:after .group-after\:p-10{padding:2.5rem}.group:after .group-after\:pl-10{padding-left:2.5rem}.group:after .group-after\:pr-10{padding-right:2.5rem}.group:after .group-after\:px-10{padding-right:2.5rem;padding-left:2.5rem}.group:after .group-after\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.group:after .group-after\:pb-10{padding-bottom:2.5rem}.group:after .group-after\:pt-10{padding-top:2.5rem}.group:after .group-after\:p-11{padding:2.75rem}.group:after .group-after\:pl-11{padding-left:2.75rem}.group:after .group-after\:pr-11{padding-right:2.75rem}.group:after .group-after\:px-11{padding-right:2.75rem;padding-left:2.75rem}.group:after .group-after\:py-11{padding-top:2.75rem;padding-bottom:2.75rem}.group:after .group-after\:pb-11{padding-bottom:2.75rem}.group:after .group-after\:pt-11{padding-top:2.75rem}.group:after .group-after\:p-12{padding:3rem}.group:after .group-after\:pl-12{padding-left:3rem}.group:after .group-after\:pr-12{padding-right:3rem}.group:after .group-after\:px-12{padding-right:3rem;padding-left:3rem}.group:after .group-after\:py-12{padding-top:3rem;padding-bottom:3rem}.group:after .group-after\:pb-12{padding-bottom:3rem}.group:after .group-after\:pt-12{padding-top:3rem}.group:after .group-after\:p-14{padding:3.5rem}.group:after .group-after\:pl-14{padding-left:3.5rem}.group:after .group-after\:pr-14{padding-right:3.5rem}.group:after .group-after\:px-14{padding-right:3.5rem;padding-left:3.5rem}.group:after .group-after\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}.group:after .group-after\:pb-14{padding-bottom:3.5rem}.group:after .group-after\:pt-14{padding-top:3.5rem}.group:after .group-after\:p-16{padding:4rem}.group:after .group-after\:pl-16{padding-left:4rem}.group:after .group-after\:pr-16{padding-right:4rem}.group:after .group-after\:px-16{padding-right:4rem;padding-left:4rem}.group:after .group-after\:py-16{padding-top:4rem;padding-bottom:4rem}.group:after .group-after\:pb-16{padding-bottom:4rem}.group:after .group-after\:pt-16{padding-top:4rem}.group:after .group-after\:p-20{padding:5rem}.group:after .group-after\:pl-20{padding-left:5rem}.group:after .group-after\:pr-20{padding-right:5rem}.group:after .group-after\:px-20{padding-right:5rem;padding-left:5rem}.group:after .group-after\:py-20{padding-top:5rem;padding-bottom:5rem}.group:after .group-after\:pb-20{padding-bottom:5rem}.group:after .group-after\:pt-20{padding-top:5rem}.group:after .group-after\:p-24{padding:6rem}.group:after .group-after\:pl-24{padding-left:6rem}.group:after .group-after\:pr-24{padding-right:6rem}.group:after .group-after\:px-24{padding-right:6rem;padding-left:6rem}.group:after .group-after\:py-24{padding-top:6rem;padding-bottom:6rem}.group:after .group-after\:pb-24{padding-bottom:6rem}.group:after .group-after\:pt-24{padding-top:6rem}.group:after .group-after\:p-28{padding:7rem}.group:after .group-after\:pl-28{padding-left:7rem}.group:after .group-after\:pr-28{padding-right:7rem}.group:after .group-after\:px-28{padding-right:7rem;padding-left:7rem}.group:after .group-after\:py-28{padding-top:7rem;padding-bottom:7rem}.group:after .group-after\:pb-28{padding-bottom:7rem}.group:after .group-after\:pt-28{padding-top:7rem}.group:after .group-after\:p-32{padding:8rem}.group:after .group-after\:pl-32{padding-left:8rem}.group:after .group-after\:pr-32{padding-right:8rem}.group:after .group-after\:px-32{padding-right:8rem;padding-left:8rem}.group:after .group-after\:py-32{padding-top:8rem;padding-bottom:8rem}.group:after .group-after\:pb-32{padding-bottom:8rem}.group:after .group-after\:pt-32{padding-top:8rem}.group:after .group-after\:p-36{padding:9rem}.group:after .group-after\:pl-36{padding-left:9rem}.group:after .group-after\:pr-36{padding-right:9rem}.group:after .group-after\:px-36{padding-right:9rem;padding-left:9rem}.group:after .group-after\:py-36{padding-top:9rem;padding-bottom:9rem}.group:after .group-after\:pb-36{padding-bottom:9rem}.group:after .group-after\:pt-36{padding-top:9rem}.group:after .group-after\:p-40{padding:10rem}.group:after .group-after\:pl-40{padding-left:10rem}.group:after .group-after\:pr-40{padding-right:10rem}.group:after .group-after\:px-40{padding-right:10rem;padding-left:10rem}.group:after .group-after\:py-40{padding-top:10rem;padding-bottom:10rem}.group:after .group-after\:pb-40{padding-bottom:10rem}.group:after .group-after\:pt-40{padding-top:10rem}.group:after .group-after\:p-44{padding:11rem}.group:after .group-after\:pl-44{padding-left:11rem}.group:after .group-after\:pr-44{padding-right:11rem}.group:after .group-after\:px-44{padding-right:11rem;padding-left:11rem}.group:after .group-after\:py-44{padding-top:11rem;padding-bottom:11rem}.group:after .group-after\:pb-44{padding-bottom:11rem}.group:after .group-after\:pt-44{padding-top:11rem}.group:after .group-after\:p-48{padding:12rem}.group:after .group-after\:pl-48{padding-left:12rem}.group:after .group-after\:pr-48{padding-right:12rem}.group:after .group-after\:px-48{padding-right:12rem;padding-left:12rem}.group:after .group-after\:py-48{padding-top:12rem;padding-bottom:12rem}.group:after .group-after\:pb-48{padding-bottom:12rem}.group:after .group-after\:pt-48{padding-top:12rem}.group:after .group-after\:p-52{padding:13rem}.group:after .group-after\:pl-52{padding-left:13rem}.group:after .group-after\:pr-52{padding-right:13rem}.group:after .group-after\:px-52{padding-right:13rem;padding-left:13rem}.group:after .group-after\:py-52{padding-top:13rem;padding-bottom:13rem}.group:after .group-after\:pb-52{padding-bottom:13rem}.group:after .group-after\:pt-52{padding-top:13rem}.group:after .group-after\:p-56{padding:14rem}.group:after .group-after\:pl-56{padding-left:14rem}.group:after .group-after\:pr-56{padding-right:14rem}.group:after .group-after\:px-56{padding-right:14rem;padding-left:14rem}.group:after .group-after\:py-56{padding-top:14rem;padding-bottom:14rem}.group:after .group-after\:pb-56{padding-bottom:14rem}.group:after .group-after\:pt-56{padding-top:14rem}.group:after .group-after\:p-60{padding:15rem}.group:after .group-after\:pl-60{padding-left:15rem}.group:after .group-after\:pr-60{padding-right:15rem}.group:after .group-after\:px-60{padding-right:15rem;padding-left:15rem}.group:after .group-after\:py-60{padding-top:15rem;padding-bottom:15rem}.group:after .group-after\:pb-60{padding-bottom:15rem}.group:after .group-after\:pt-60{padding-top:15rem}.group:after .group-after\:p-64{padding:16rem}.group:after .group-after\:pl-64{padding-left:16rem}.group:after .group-after\:pr-64{padding-right:16rem}.group:after .group-after\:px-64{padding-right:16rem;padding-left:16rem}.group:after .group-after\:py-64{padding-top:16rem;padding-bottom:16rem}.group:after .group-after\:pb-64{padding-bottom:16rem}.group:after .group-after\:pt-64{padding-top:16rem}.group:after .group-after\:p-72{padding:18rem}.group:after .group-after\:pl-72{padding-left:18rem}.group:after .group-after\:pr-72{padding-right:18rem}.group:after .group-after\:px-72{padding-right:18rem;padding-left:18rem}.group:after .group-after\:py-72{padding-top:18rem;padding-bottom:18rem}.group:after .group-after\:pb-72{padding-bottom:18rem}.group:after .group-after\:pt-72{padding-top:18rem}.group:after .group-after\:p-80{padding:20rem}.group:after .group-after\:pl-80{padding-left:20rem}.group:after .group-after\:pr-80{padding-right:20rem}.group:after .group-after\:px-80{padding-right:20rem;padding-left:20rem}.group:after .group-after\:py-80{padding-top:20rem;padding-bottom:20rem}.group:after .group-after\:pb-80{padding-bottom:20rem}.group:after .group-after\:pt-80{padding-top:20rem}.group:after .group-after\:p-96{padding:24rem}.group:after .group-after\:pl-96{padding-left:24rem}.group:after .group-after\:pr-96{padding-right:24rem}.group:after .group-after\:px-96{padding-right:24rem;padding-left:24rem}.group:after .group-after\:py-96{padding-top:24rem;padding-bottom:24rem}.group:after .group-after\:pb-96{padding-bottom:24rem}.group:after .group-after\:pt-96{padding-top:24rem}.group:after .group-after\:flex-1{flex:1 1 0%}.group:after .group-after\:flex-column{flex-direction:column}.group:after .group-after\:flex-row{flex-direction:row}.group:after .group-after\:flex-wrap{flex-wrap:wrap}.group:after .group-after\:flex-wrap-reverse{flex-wrap:wrap-reverse}.group:after .group-after\:flex-nowrap{flex-wrap:nowrap}.group:after .group-after\:w-0{width:0px}.group:after .group-after\:w-px{width:1px}.group:after .group-after\:w-1{width:.25rem}.group:after .group-after\:w-2{width:.5rem}.group:after .group-after\:w-3{width:.75rem}.group:after .group-after\:w-4{width:1rem}.group:after .group-after\:w-5{width:1.25rem}.group:after .group-after\:w-6{width:1.5rem}.group:after .group-after\:w-7{width:1.75rem}.group:after .group-after\:w-8{width:2rem}.group:after .group-after\:w-9{width:2.25rem}.group:after .group-after\:w-10{width:2.5rem}.group:after .group-after\:w-11{width:2.75rem}.group:after .group-after\:w-12{width:3rem}.group:after .group-after\:w-14{width:3.5rem}.group:after .group-after\:w-16{width:4rem}.group:after .group-after\:w-20{width:5rem}.group:after .group-after\:w-24{width:6rem}.group:after .group-after\:w-28{width:7rem}.group:after .group-after\:w-32{width:8rem}.group:after .group-after\:w-36{width:9rem}.group:after .group-after\:w-40{width:10rem}.group:after .group-after\:w-44{width:11rem}.group:after .group-after\:w-48{width:12rem}.group:after .group-after\:w-52{width:13rem}.group:after .group-after\:w-56{width:14rem}.group:after .group-after\:w-60{width:15rem}.group:after .group-after\:w-64{width:16rem}.group:after .group-after\:w-72{width:18rem}.group:after .group-after\:w-80{width:20rem}.group:after .group-after\:w-96{width:24rem}.group:after .group-after\:w-auto{width:auto}.group:after .group-after\:w-full{width:100%}.group:after .group-after\:w-screen{width:100vw}.group:after .group-after\:w-min{width:min-content}.group:after .group-after\:w-max{width:max-content}.group:after .group-after\:w-fit{width:fit-content}.group:after .group-after\:h-0{height:0px}.group:after .group-after\:h-px{height:1px}.group:after .group-after\:h-1{height:.25rem}.group:after .group-after\:h-2{height:.5rem}.group:after .group-after\:h-3{height:.75rem}.group:after .group-after\:h-4{height:1rem}.group:after .group-after\:h-5{height:1.25rem}.group:after .group-after\:h-6{height:1.5rem}.group:after .group-after\:h-7{height:1.75rem}.group:after .group-after\:h-8{height:2rem}.group:after .group-after\:h-9{height:2.25rem}.group:after .group-after\:h-10{height:2.5rem}.group:after .group-after\:h-11{height:2.75rem}.group:after .group-after\:h-12{height:3rem}.group:after .group-after\:h-14{height:3.5rem}.group:after .group-after\:h-16{height:4rem}.group:after .group-after\:h-20{height:5rem}.group:after .group-after\:h-24{height:6rem}.group:after .group-after\:h-28{height:7rem}.group:after .group-after\:h-32{height:8rem}.group:after .group-after\:h-36{height:9rem}.group:after .group-after\:h-40{height:10rem}.group:after .group-after\:h-44{height:11rem}.group:after .group-after\:h-48{height:12rem}.group:after .group-after\:h-52{height:13rem}.group:after .group-after\:h-56{height:14rem}.group:after .group-after\:h-60{height:15rem}.group:after .group-after\:h-64{height:16rem}.group:after .group-after\:h-72{height:18rem}.group:after .group-after\:h-80{height:20rem}.group:after .group-after\:h-96{height:24rem}.group:after .group-after\:h-auto{height:auto}.group:after .group-after\:h-full{height:100%}.group:after .group-after\:h-screen{height:100vh}.group:after .group-after\:h-min{height:min-content}.group:after .group-after\:h-max{height:max-content}.group:after .group-after\:h-fit{height:fit-content}.group:after .group-after\:border{border-width:1px}.group:after .group-after\:border-b{border:0px;border-bottom:1px}.group:after .group-after\:border-b-0{border:0px;border-bottom:1px;border-bottom-width:0px}.group:after .group-after\:border-b-2{border:0px;border-bottom:1px;border-bottom-width:2px}.group:after .group-after\:border-b-4{border:0px;border-bottom:1px;border-bottom-width:4px}.group:after .group-after\:border-b-8{border:0px;border-bottom:1px;border-bottom-width:8px}.group:after .group-after\:border-t{border:0px;border-top:1px}.group:after .group-after\:border-t-0{border:0px;border-top:1px;border-top-width:0px}.group:after .group-after\:border-t-2{border:0px;border-top:1px;border-top-width:2px}.group:after .group-after\:border-t-4{border:0px;border-top:1px;border-top-width:4px}.group:after .group-after\:border-t-8{border:0px;border-top:1px;border-top-width:8px}.group:after .group-after\:border-r{border:0px;border-right:1px solid}.group:after .group-after\:border-r-0{border:0px;border-right-width:0px}.group:after .group-after\:border-r-2{border:0px;border-right-width:2px}.group:after .group-after\:border-r-4{border:0px;border-right-width:4px}.group:after .group-after\:border-r-8{border:0px;border-right-width:8px}.group:after .group-after\:border-l{border:0px;border-left:1px}.group:after .group-after\:border-l-0{border:0px;border-left:1px;border-left-width:0px}.group:after .group-after\:border-l-2{border:0px;border-left:1px;border-left-width:2px}.group:after .group-after\:border-l-4{border:0px;border-left:1px;border-left-width:4px}.group:after .group-after\:border-l-8{border:0px;border-left:1px;border-left-width:8px}.group:after .group-after\:border-0{border-width:0px}.group:after .group-after\:border-2{border-width:2px}.group:after .group-after\:border-4{border-width:4px}.group:after .group-after\:border-8{border-width:8px}.group:after .group-after\:border-none{border-style:none}.group:after .group-after\:border-solid{border-style:solid}.group:after .group-after\:border-dashed{border-style:dashed}.group:after .group-after\:border-dotted{border-style:dotted}.group:after .group-after\:border-double{border-style:double}.group:after .group-after\:border-groove{border-style:groove}.group:after .group-after\:border-ridge{border-style:ridge}.group:after .group-after\:border-inset{border-style:inset}.group:after .group-after\:border-outset{border-style:outset}.group:after .group-after\:border-transparent{border-color:transparent}.group:after .group-after\:border-black{border-color:#000}.group:after .group-after\:border-white{border-color:#fff}.group:after .group-after\:border-slate-50{border-color:#f8fafc}.group:after .group-after\:border-slate-100{border-color:#f1f5f9}.group:after .group-after\:border-slate-200{border-color:#e2e8f0}.group:after .group-after\:border-slate-300{border-color:#cbd5e1}.group:after .group-after\:border-slate-400{border-color:#94a3b8}.group:after .group-after\:border-slate-500{border-color:#64748b}.group:after .group-after\:border-slate-600{border-color:#475569}.group:after .group-after\:border-slate-700{border-color:#334155}.group:after .group-after\:border-slate-800{border-color:#1e293b}.group:after .group-after\:border-slate-900{border-color:#0f172a}.group:after .group-after\:border-slate-950{border-color:#020617}.group:after .group-after\:border-gray-50{border-color:#f9fafb}.group:after .group-after\:border-gray-100{border-color:#f3f4f6}.group:after .group-after\:border-gray-200{border-color:#e5e7eb}.group:after .group-after\:border-gray-300{border-color:#d1d5db}.group:after .group-after\:border-gray-400{border-color:#9ca3af}.group:after .group-after\:border-gray-500{border-color:#6b7280}.group:after .group-after\:border-gray-600{border-color:#4b5563}.group:after .group-after\:border-gray-700{border-color:#374151}.group:after .group-after\:border-gray-800{border-color:#1f2937}.group:after .group-after\:border-gray-900{border-color:#111827}.group:after .group-after\:border-gray-950{border-color:#030712}.group:after .group-after\:border-zinc-50{border-color:#fafafa}.group:after .group-after\:border-zinc-100{border-color:#f4f4f5}.group:after .group-after\:border-zinc-200{border-color:#e4e4e7}.group:after .group-after\:border-zinc-300{border-color:#d4d4d8}.group:after .group-after\:border-zinc-400{border-color:#a1a1aa}.group:after .group-after\:border-zinc-500{border-color:#71717a}.group:after .group-after\:border-zinc-600{border-color:#52525b}.group:after .group-after\:border-zinc-700{border-color:#3f3f46}.group:after .group-after\:border-zinc-800{border-color:#27272a}.group:after .group-after\:border-zinc-900{border-color:#18181b}.group:after .group-after\:border-zinc-950{border-color:#09090b}.group:after .group-after\:border-neutral-50{border-color:#fafafa}.group:after .group-after\:border-neutral-100{border-color:#f5f5f5}.group:after .group-after\:border-neutral-200{border-color:#e5e5e5}.group:after .group-after\:border-neutral-300{border-color:#d4d4d4}.group:after .group-after\:border-neutral-400{border-color:#a3a3a3}.group:after .group-after\:border-neutral-500{border-color:#737373}.group:after .group-after\:border-neutral-600{border-color:#525252}.group:after .group-after\:border-neutral-700{border-color:#404040}.group:after .group-after\:border-neutral-800{border-color:#262626}.group:after .group-after\:border-neutral-900{border-color:#171717}.group:after .group-after\:border-neutral-950{border-color:#0a0a0a}.group:after .group-after\:border-stone-50{border-color:#fafaf9}.group:after .group-after\:border-stone-100{border-color:#f5f5f4}.group:after .group-after\:border-stone-200{border-color:#e7e5e4}.group:after .group-after\:border-stone-300{border-color:#d6d3d1}.group:after .group-after\:border-stone-400{border-color:#a8a29e}.group:after .group-after\:border-stone-500{border-color:#78716c}.group:after .group-after\:border-stone-600{border-color:#57534e}.group:after .group-after\:border-stone-700{border-color:#44403c}.group:after .group-after\:border-stone-800{border-color:#292524}.group:after .group-after\:border-stone-900{border-color:#1c1917}.group:after .group-after\:border-stone-950{border-color:#0c0a09}.group:after .group-after\:border-red-50{border-color:#fef2f2}.group:after .group-after\:border-red-100{border-color:#fee2e2}.group:after .group-after\:border-red-200{border-color:#fecaca}.group:after .group-after\:border-red-300{border-color:#fca5a5}.group:after .group-after\:border-red-400{border-color:#f87171}.group:after .group-after\:border-red-500{border-color:#ef4444}.group:after .group-after\:border-red-600{border-color:#dc2626}.group:after .group-after\:border-red-700{border-color:#b91c1c}.group:after .group-after\:border-red-800{border-color:#991b1b}.group:after .group-after\:border-red-900{border-color:#7f1d1d}.group:after .group-after\:border-red-950{border-color:#450a0a}.group:after .group-after\:border-orange-50{border-color:#fff7ed}.group:after .group-after\:border-orange-100{border-color:#ffedd5}.group:after .group-after\:border-orange-200{border-color:#fed7aa}.group:after .group-after\:border-orange-300{border-color:#fdba74}.group:after .group-after\:border-orange-400{border-color:#fb923c}.group:after .group-after\:border-orange-500{border-color:#f97316}.group:after .group-after\:border-orange-600{border-color:#ea580c}.group:after .group-after\:border-orange-700{border-color:#c2410c}.group:after .group-after\:border-orange-800{border-color:#9a3412}.group:after .group-after\:border-orange-900{border-color:#7c2d12}.group:after .group-after\:border-orange-950{border-color:#431407}.group:after .group-after\:border-amber-50{border-color:#fffbeb}.group:after .group-after\:border-amber-100{border-color:#fef3c7}.group:after .group-after\:border-amber-200{border-color:#fde68a}.group:after .group-after\:border-amber-300{border-color:#fcd34d}.group:after .group-after\:border-amber-400{border-color:#fbbf24}.group:after .group-after\:border-amber-500{border-color:#f59e0b}.group:after .group-after\:border-amber-600{border-color:#d97706}.group:after .group-after\:border-amber-700{border-color:#b45309}.group:after .group-after\:border-amber-800{border-color:#92400e}.group:after .group-after\:border-amber-900{border-color:#78350f}.group:after .group-after\:border-amber-950{border-color:#451a03}.group:after .group-after\:border-yellow-50{border-color:#fefce8}.group:after .group-after\:border-yellow-100{border-color:#fef9c3}.group:after .group-after\:border-yellow-200{border-color:#fef08a}.group:after .group-after\:border-yellow-300{border-color:#fde047}.group:after .group-after\:border-yellow-400{border-color:#facc15}.group:after .group-after\:border-yellow-500{border-color:#eab308}.group:after .group-after\:border-yellow-600{border-color:#ca8a04}.group:after .group-after\:border-yellow-700{border-color:#a16207}.group:after .group-after\:border-yellow-800{border-color:#854d0e}.group:after .group-after\:border-yellow-900{border-color:#713f12}.group:after .group-after\:border-yellow-950{border-color:#422006}.group:after .group-after\:border-lime-50{border-color:#f7fee7}.group:after .group-after\:border-lime-100{border-color:#ecfccb}.group:after .group-after\:border-lime-200{border-color:#d9f99d}.group:after .group-after\:border-lime-300{border-color:#bef264}.group:after .group-after\:border-lime-400{border-color:#a3e635}.group:after .group-after\:border-lime-500{border-color:#84cc16}.group:after .group-after\:border-lime-600{border-color:#65a30d}.group:after .group-after\:border-lime-700{border-color:#4d7c0f}.group:after .group-after\:border-lime-800{border-color:#3f6212}.group:after .group-after\:border-lime-900{border-color:#365314}.group:after .group-after\:border-lime-950{border-color:#1a2e05}.group:after .group-after\:border-green-50{border-color:#f0fdf4}.group:after .group-after\:border-green-100{border-color:#dcfce7}.group:after .group-after\:border-green-200{border-color:#bbf7d0}.group:after .group-after\:border-green-300{border-color:#86efac}.group:after .group-after\:border-green-400{border-color:#4ade80}.group:after .group-after\:border-green-500{border-color:#22c55e}.group:after .group-after\:border-green-600{border-color:#16a34a}.group:after .group-after\:border-green-700{border-color:#15803d}.group:after .group-after\:border-green-800{border-color:#166534}.group:after .group-after\:border-green-900{border-color:#14532d}.group:after .group-after\:border-green-950{border-color:#052e16}.group:after .group-after\:border-emerald-50{border-color:#ecfdf5}.group:after .group-after\:border-emerald-100{border-color:#d1fae5}.group:after .group-after\:border-emerald-200{border-color:#a7f3d0}.group:after .group-after\:border-emerald-300{border-color:#6ee7b7}.group:after .group-after\:border-emerald-400{border-color:#34d399}.group:after .group-after\:border-emerald-500{border-color:#10b981}.group:after .group-after\:border-emerald-600{border-color:#059669}.group:after .group-after\:border-emerald-700{border-color:#047857}.group:after .group-after\:border-emerald-800{border-color:#065f46}.group:after .group-after\:border-emerald-900{border-color:#064e3b}.group:after .group-after\:border-emerald-950{border-color:#022c22}.group:after .group-after\:border-teal-50{border-color:#f0fdfa}.group:after .group-after\:border-teal-100{border-color:#ccfbf1}.group:after .group-after\:border-teal-200{border-color:#99f6e4}.group:after .group-after\:border-teal-300{border-color:#5eead4}.group:after .group-after\:border-teal-400{border-color:#2dd4bf}.group:after .group-after\:border-teal-500{border-color:#14b8a6}.group:after .group-after\:border-teal-600{border-color:#0d9488}.group:after .group-after\:border-teal-700{border-color:#0f766e}.group:after .group-after\:border-teal-800{border-color:#115e59}.group:after .group-after\:border-teal-900{border-color:#134e4a}.group:after .group-after\:border-teal-950{border-color:#042f2e}.group:after .group-after\:border-cyan-50{border-color:#ecfeff}.group:after .group-after\:border-cyan-100{border-color:#cffafe}.group:after .group-after\:border-cyan-200{border-color:#a5f3fc}.group:after .group-after\:border-cyan-300{border-color:#67e8f9}.group:after .group-after\:border-cyan-400{border-color:#22d3ee}.group:after .group-after\:border-cyan-500{border-color:#06b6d4}.group:after .group-after\:border-cyan-600{border-color:#0891b2}.group:after .group-after\:border-cyan-700{border-color:#0e7490}.group:after .group-after\:border-cyan-800{border-color:#155e75}.group:after .group-after\:border-cyan-900{border-color:#164e63}.group:after .group-after\:border-cyan-950{border-color:#083344}.group:after .group-after\:border-sky-50{border-color:#f0f9ff}.group:after .group-after\:border-sky-100{border-color:#e0f2fe}.group:after .group-after\:border-sky-200{border-color:#bae6fd}.group:after .group-after\:border-sky-300{border-color:#7dd3fc}.group:after .group-after\:border-sky-400{border-color:#38bdf8}.group:after .group-after\:border-sky-500{border-color:#0ea5e9}.group:after .group-after\:border-sky-600{border-color:#0284c7}.group:after .group-after\:border-sky-700{border-color:#0369a1}.group:after .group-after\:border-sky-800{border-color:#075985}.group:after .group-after\:border-sky-900{border-color:#0c4a6e}.group:after .group-after\:border-sky-950{border-color:#082f49}.group:after .group-after\:border-blue-50{border-color:#eff6ff}.group:after .group-after\:border-blue-100{border-color:#dbeafe}.group:after .group-after\:border-blue-200{border-color:#bfdbfe}.group:after .group-after\:border-blue-300{border-color:#93c5fd}.group:after .group-after\:border-blue-400{border-color:#60a5fa}.group:after .group-after\:border-blue-500{border-color:#3b82f6}.group:after .group-after\:border-blue-600{border-color:#2563eb}.group:after .group-after\:border-blue-700{border-color:#1d4ed8}.group:after .group-after\:border-blue-800{border-color:#1e40af}.group:after .group-after\:border-blue-900{border-color:#1e3a8a}.group:after .group-after\:border-blue-950{border-color:#172554}.group:after .group-after\:border-indigo-50{border-color:#eef2ff}.group:after .group-after\:border-indigo-100{border-color:#e0e7ff}.group:after .group-after\:border-indigo-200{border-color:#c7d2fe}.group:after .group-after\:border-indigo-300{border-color:#a5b4fc}.group:after .group-after\:border-indigo-400{border-color:#818cf8}.group:after .group-after\:border-indigo-500{border-color:#6366f1}.group:after .group-after\:border-indigo-600{border-color:#4f46e5}.group:after .group-after\:border-indigo-700{border-color:#4338ca}.group:after .group-after\:border-indigo-800{border-color:#3730a3}.group:after .group-after\:border-indigo-900{border-color:#312e81}.group:after .group-after\:border-indigo-950{border-color:#1e1b4b}.group:after .group-after\:border-violet-50{border-color:#f5f3ff}.group:after .group-after\:border-violet-100{border-color:#ede9fe}.group:after .group-after\:border-violet-200{border-color:#ddd6fe}.group:after .group-after\:border-violet-300{border-color:#c4b5fd}.group:after .group-after\:border-violet-400{border-color:#a78bfa}.group:after .group-after\:border-violet-500{border-color:#8b5cf6}.group:after .group-after\:border-violet-600{border-color:#7c3aed}.group:after .group-after\:border-violet-700{border-color:#6d28d9}.group:after .group-after\:border-violet-800{border-color:#5b21b6}.group:after .group-after\:border-violet-900{border-color:#4c1d95}.group:after .group-after\:border-violet-950{border-color:#2e1065}.group:after .group-after\:border-purple-50{border-color:#faf5ff}.group:after .group-after\:border-purple-100{border-color:#f3e8ff}.group:after .group-after\:border-purple-200{border-color:#e9d5ff}.group:after .group-after\:border-purple-300{border-color:#d8b4fe}.group:after .group-after\:border-purple-400{border-color:#c084fc}.group:after .group-after\:border-purple-500{border-color:#a855f7}.group:after .group-after\:border-purple-600{border-color:#9333ea}.group:after .group-after\:border-purple-700{border-color:#7e22ce}.group:after .group-after\:border-purple-800{border-color:#6b21a8}.group:after .group-after\:border-purple-900{border-color:#581c87}.group:after .group-after\:border-purple-950{border-color:#3b0764}.group:after .group-after\:border-fuchsia-50{border-color:#fdf4ff}.group:after .group-after\:border-fuchsia-100{border-color:#fae8ff}.group:after .group-after\:border-fuchsia-200{border-color:#f5d0fe}.group:after .group-after\:border-fuchsia-300{border-color:#f0abfc}.group:after .group-after\:border-fuchsia-400{border-color:#e879f9}.group:after .group-after\:border-fuchsia-500{border-color:#d946ef}.group:after .group-after\:border-fuchsia-600{border-color:#c026d3}.group:after .group-after\:border-fuchsia-700{border-color:#a21caf}.group:after .group-after\:border-fuchsia-800{border-color:#86198f}.group:after .group-after\:border-fuchsia-900{border-color:#701a75}.group:after .group-after\:border-fuchsia-950{border-color:#4a044e}.group:after .group-after\:border-pink-50{border-color:#fdf2f8}.group:after .group-after\:border-pink-100{border-color:#fce7f3}.group:after .group-after\:border-pink-200{border-color:#fbcfe8}.group:after .group-after\:border-pink-300{border-color:#f9a8d4}.group:after .group-after\:border-pink-400{border-color:#f472b6}.group:after .group-after\:border-pink-500{border-color:#ec4899}.group:after .group-after\:border-pink-600{border-color:#db2777}.group:after .group-after\:border-pink-700{border-color:#be185d}.group:after .group-after\:border-pink-800{border-color:#9d174d}.group:after .group-after\:border-pink-900{border-color:#831843}.group:after .group-after\:border-pink-950{border-color:#500724}.group:after .group-after\:border-rose-50{border-color:#fff1f2}.group:after .group-after\:border-rose-100{border-color:#ffe4e6}.group:after .group-after\:border-rose-200{border-color:#fecdd3}.group:after .group-after\:border-rose-300{border-color:#fda4af}.group:after .group-after\:border-rose-400{border-color:#fb7185}.group:after .group-after\:border-rose-500{border-color:#f43f5e}.group:after .group-after\:border-rose-600{border-color:#e11d48}.group:after .group-after\:border-rose-700{border-color:#be123c}.group:after .group-after\:border-rose-800{border-color:#9f1239}.group:after .group-after\:border-rose-900{border-color:#881337}.group:after .group-after\:border-rose-950{border-color:#4c0519}.group:after .group-after\:border-primary{border-color:#3874ff}.group:after .group-after\:border-primary-bold{border-color:#002660}.group:after .group-after\:border-primary-hover{border-color:#003585}.group:after .group-after\:border-primary-border{border-color:#156ef3}.group:after .group-after\:border-primary-focus-lv1{border-color:#6492ff}.group:after .group-after\:border-primary-focus-lv2{border-color:#c7ddff}.group:after .group-after\:border-primary-bg-color{border-color:#f8fbff}.group:after .group-after\:border-success{border-color:#00bd7e}.group:after .group-after\:border-success-bold{border-color:#006c58}.group:after .group-after\:border-success-hover{border-color:#008d5e}.group:after .group-after\:border-success-border{border-color:#17e5a1}.group:after .group-after\:border-success-focus-lv1{border-color:#a9fbe0}.group:after .group-after\:border-success-bg-color{border-color:#ebfff8}.group:after .group-after\:border-warning{border-color:#ffb41f}.group:after .group-after\:border-warning-bold{border-color:#b77d09}.group:after .group-after\:border-warning-hover{border-color:#e39f17}.group:after .group-after\:border-warning-border{border-color:#f7c86a}.group:after .group-after\:border-warning-focus-lv1{border-color:#fbe0a9}.group:after .group-after\:border-warning-bg-color{border-color:#fff8eb}.group:after .group-after\:border-danger{border-color:#b20000}.group:after .group-after\:border-danger-bold{border-color:#920122}.group:after .group-after\:border-danger-hover{border-color:#c60833}.group:after .group-after\:border-danger-border{border-color:#f35370}.group:after .group-after\:border-danger-focus-lv1{border-color:#fdabb9}.group:after .group-after\:border-danger-bg-color{border-color:#fff1f4}.group:after .group-after\:border-info{border-color:#2668cb}.group:after .group-after\:border-info-bold{border-color:#023480}.group:after .group-after\:border-info-hover{border-color:#0f4eae}.group:after .group-after\:border-info-border{border-color:#679ef2}.group:after .group-after\:border-info-focus-lv1{border-color:#c1d9fd}.group:after .group-after\:border-info-bg-color{border-color:#f2f7ff}.group:after .group-after\:border-neutral-100{border-color:#1a1a1a}.group:after .group-after\:border-neutral-90{border-color:#424242}.group:after .group-after\:border-neutral-80{border-color:#616161}.group:after .group-after\:border-neutral-70{border-color:#757575}.group:after .group-after\:border-neutral-60{border-color:#9e9e9e}.group:after .group-after\:border-neutral-50{border-color:#c2c2c2}.group:after .group-after\:border-neutral-40{border-color:#e0e0e0}.group:after .group-after\:border-neutral-30{border-color:#ededed}.group:after .group-after\:border-neutral-20{border-color:#f5f5f5}.group:after .group-after\:border-base{border-color:#f5f7fa}.group:after .group-after\:rounded{border-radius:.25rem}.group:after .group-after\:rounded-none{border-radius:0}.group:after .group-after\:rounded-e-none{border-start-end-radius:0px;border-end-end-radius:0px}.group:after .group-after\:rounded-s-none{border-start-start-radius:0px;border-end-start-radius:0px}.group:after .group-after\:rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.group:after .group-after\:rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.group:after .group-after\:rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.group:after .group-after\:rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.group:after .group-after\:rounded-ss-none{border-start-start-radius:0px}.group:after .group-after\:rounded-se-none{border-start-end-radius:0px}.group:after .group-after\:rounded-ee-none{border-end-end-radius:0px}.group:after .group-after\:rounded-es-none{border-end-start-radius:0px}.group:after .group-after\:rounded-tl-none{border-top-left-radius:0}.group:after .group-after\:rounded-tr-none{border-top-right-radius:0}.group:after .group-after\:rounded-br-none{border-bottom-right-radius:0}.group:after .group-after\:rounded-md{border-radius:.375rem}.group:after .group-after\:rounded-e-md{border-start-end-radius:.375rem;border-end-end-radius:.375rem}.group:after .group-after\:rounded-s-md{border-start-start-radius:.375rem;border-end-start-radius:.375rem}.group:after .group-after\:rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.group:after .group-after\:rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.group:after .group-after\:rounded-b-md{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.group:after .group-after\:rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.group:after .group-after\:rounded-ss-md{border-start-start-radius:.375rem}.group:after .group-after\:rounded-se-md{border-start-end-radius:.375rem}.group:after .group-after\:rounded-ee-md{border-end-end-radius:.375rem}.group:after .group-after\:rounded-es-md{border-end-start-radius:.375rem}.group:after .group-after\:rounded-tl-md{border-top-left-radius:.375rem}.group:after .group-after\:rounded-tr-md{border-top-right-radius:.375rem}.group:after .group-after\:rounded-br-md{border-bottom-right-radius:.375rem}.group:after .group-after\:rounded-lg{border-radius:.5rem}.group:after .group-after\:rounded-e-lg{border-start-end-radius:.5rem;border-end-end-radius:.5rem}.group:after .group-after\:rounded-s-lg{border-start-start-radius:.5rem;border-end-start-radius:.5rem}.group:after .group-after\:rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.group:after .group-after\:rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.group:after .group-after\:rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.group:after .group-after\:rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.group:after .group-after\:rounded-ss-lg{border-start-start-radius:.5rem}.group:after .group-after\:rounded-se-lg{border-start-end-radius:.5rem}.group:after .group-after\:rounded-ee-lg{border-end-end-radius:.5rem}.group:after .group-after\:rounded-es-lg{border-end-start-radius:.5rem}.group:after .group-after\:rounded-tl-lg{border-top-left-radius:.5rem}.group:after .group-after\:rounded-tr-lg{border-top-right-radius:.5rem}.group:after .group-after\:rounded-br-lg{border-bottom-right-radius:.5rem}.group:after .group-after\:rounded-xl{border-radius:.75rem}.group:after .group-after\:rounded-e-xl{border-start-end-radius:.75rem;border-end-end-radius:.75rem}.group:after .group-after\:rounded-s-xl{border-start-start-radius:.75rem;border-end-start-radius:.75rem}.group:after .group-after\:rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.group:after .group-after\:rounded-r-xl{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.group:after .group-after\:rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.group:after .group-after\:rounded-l-xl{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.group:after .group-after\:rounded-ss-xl{border-start-start-radius:.75rem}.group:after .group-after\:rounded-se-xl{border-start-end-radius:.75rem}.group:after .group-after\:rounded-ee-xl{border-end-end-radius:.75rem}.group:after .group-after\:rounded-es-xl{border-end-start-radius:.75rem}.group:after .group-after\:rounded-tl-xl{border-top-left-radius:.75rem}.group:after .group-after\:rounded-tr-xl{border-top-right-radius:.75rem}.group:after .group-after\:rounded-br-xl{border-bottom-right-radius:.75rem}.group:after .group-after\:rounded-2xl{border-radius:1rem}.group:after .group-after\:rounded-e-2xl{border-start-end-radius:1rem;border-end-end-radius:1rem}.group:after .group-after\:rounded-s-2xl{border-start-start-radius:1rem;border-end-start-radius:1rem}.group:after .group-after\:rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.group:after .group-after\:rounded-r-2xl{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.group:after .group-after\:rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.group:after .group-after\:rounded-l-2xl{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.group:after .group-after\:rounded-ss-2xl{border-start-start-radius:1rem}.group:after .group-after\:rounded-se-2xl{border-start-end-radius:1rem}.group:after .group-after\:rounded-ee-2xl{border-end-end-radius:1rem}.group:after .group-after\:rounded-es-2xl{border-end-start-radius:1rem}.group:after .group-after\:rounded-tl-2xl{border-top-left-radius:1rem}.group:after .group-after\:rounded-tr-2xl{border-top-right-radius:1rem}.group:after .group-after\:rounded-br-2xl{border-bottom-right-radius:1rem}.group:after .group-after\:rounded-3xl{border-radius:1.5rem}.group:after .group-after\:rounded-e-3xl{border-start-end-radius:1.5rem;border-end-end-radius:1.5rem}.group:after .group-after\:rounded-s-3xl{border-start-start-radius:1.5rem;border-end-start-radius:1.5rem}.group:after .group-after\:rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.group:after .group-after\:rounded-r-3xl{border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}.group:after .group-after\:rounded-b-3xl{border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem}.group:after .group-after\:rounded-l-3xl{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}.group:after .group-after\:rounded-ss-3xl{border-start-start-radius:1.5rem}.group:after .group-after\:rounded-se-3xl{border-start-end-radius:1.5rem}.group:after .group-after\:rounded-ee-3xl{border-end-end-radius:1.5rem}.group:after .group-after\:rounded-es-3xl{border-end-start-radius:1.5rem}.group:after .group-after\:rounded-tl-3xl{border-top-left-radius:1.5rem}.group:after .group-after\:rounded-tr-3xl{border-top-right-radius:1.5rem}.group:after .group-after\:rounded-br-3xl{border-bottom-right-radius:1.5rem}.group:after .group-after\:rounded-full{border-radius:9999px}.group:after .group-after\:rounded-e-full{border-start-end-radius:9999px;border-end-end-radius:9999px}.group:after .group-after\:rounded-s-full{border-start-start-radius:9999px;border-end-start-radius:9999px}.group:after .group-after\:rounded-t-full{border-top-left-radius:9999px;border-top-right-radius:9999px}.group:after .group-after\:rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.group:after .group-after\:rounded-b-full{border-bottom-right-radius:9999px;border-bottom-left-radius:9999px}.group:after .group-after\:rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.group:after .group-after\:rounded-ss-full{border-start-start-radius:9999px}.group:after .group-after\:rounded-se-full{border-start-end-radius:9999px}.group:after .group-after\:rounded-ee-full{border-end-end-radius:9999px}.group:after .group-after\:rounded-es-full{border-end-start-radius:9999px}.group:after .group-after\:rounded-tl-full{border-top-left-radius:9999px}.group:after .group-after\:rounded-tr-full{border-top-right-radius:9999px}.group:after .group-after\:rounded-br-full{border-bottom-right-radius:9999px}.group:after .group-after\:text-center{text-align:center}.group:after .group-after\:text-left{text-align:left}.group:after .group-after\:text-right{text-align:right}.group:after .group-after\:text-justify{text-align:justify}.group:after .group-after\:text-start{text-align:start}.group:after .group-after\:text-end{text-align:end}.group:after .group-after\:text-transparent{color:transparent}.group:after .group-after\:text-black{color:#000}.group:after .group-after\:text-white{color:#fff}.group:after .group-after\:text-slate-50{color:#f8fafc}.group:after .group-after\:text-slate-100{color:#f1f5f9}.group:after .group-after\:text-slate-200{color:#e2e8f0}.group:after .group-after\:text-slate-300{color:#cbd5e1}.group:after .group-after\:text-slate-400{color:#94a3b8}.group:after .group-after\:text-slate-500{color:#64748b}.group:after .group-after\:text-slate-600{color:#475569}.group:after .group-after\:text-slate-700{color:#334155}.group:after .group-after\:text-slate-800{color:#1e293b}.group:after .group-after\:text-slate-900{color:#0f172a}.group:after .group-after\:text-slate-950{color:#020617}.group:after .group-after\:text-gray-50{color:#f9fafb}.group:after .group-after\:text-gray-100{color:#f3f4f6}.group:after .group-after\:text-gray-200{color:#e5e7eb}.group:after .group-after\:text-gray-300{color:#d1d5db}.group:after .group-after\:text-gray-400{color:#9ca3af}.group:after .group-after\:text-gray-500{color:#6b7280}.group:after .group-after\:text-gray-600{color:#4b5563}.group:after .group-after\:text-gray-700{color:#374151}.group:after .group-after\:text-gray-800{color:#1f2937}.group:after .group-after\:text-gray-900{color:#111827}.group:after .group-after\:text-gray-950{color:#030712}.group:after .group-after\:text-zinc-50{color:#fafafa}.group:after .group-after\:text-zinc-100{color:#f4f4f5}.group:after .group-after\:text-zinc-200{color:#e4e4e7}.group:after .group-after\:text-zinc-300{color:#d4d4d8}.group:after .group-after\:text-zinc-400{color:#a1a1aa}.group:after .group-after\:text-zinc-500{color:#71717a}.group:after .group-after\:text-zinc-600{color:#52525b}.group:after .group-after\:text-zinc-700{color:#3f3f46}.group:after .group-after\:text-zinc-800{color:#27272a}.group:after .group-after\:text-zinc-900{color:#18181b}.group:after .group-after\:text-zinc-950{color:#09090b}.group:after .group-after\:text-neutral-50{color:#fafafa}.group:after .group-after\:text-neutral-100{color:#f5f5f5}.group:after .group-after\:text-neutral-200{color:#e5e5e5}.group:after .group-after\:text-neutral-300{color:#d4d4d4}.group:after .group-after\:text-neutral-400{color:#a3a3a3}.group:after .group-after\:text-neutral-500{color:#737373}.group:after .group-after\:text-neutral-600{color:#525252}.group:after .group-after\:text-neutral-700{color:#404040}.group:after .group-after\:text-neutral-800{color:#262626}.group:after .group-after\:text-neutral-900{color:#171717}.group:after .group-after\:text-neutral-950{color:#0a0a0a}.group:after .group-after\:text-stone-50{color:#fafaf9}.group:after .group-after\:text-stone-100{color:#f5f5f4}.group:after .group-after\:text-stone-200{color:#e7e5e4}.group:after .group-after\:text-stone-300{color:#d6d3d1}.group:after .group-after\:text-stone-400{color:#a8a29e}.group:after .group-after\:text-stone-500{color:#78716c}.group:after .group-after\:text-stone-600{color:#57534e}.group:after .group-after\:text-stone-700{color:#44403c}.group:after .group-after\:text-stone-800{color:#292524}.group:after .group-after\:text-stone-900{color:#1c1917}.group:after .group-after\:text-stone-950{color:#0c0a09}.group:after .group-after\:text-red-50{color:#fef2f2}.group:after .group-after\:text-red-100{color:#fee2e2}.group:after .group-after\:text-red-200{color:#fecaca}.group:after .group-after\:text-red-300{color:#fca5a5}.group:after .group-after\:text-red-400{color:#f87171}.group:after .group-after\:text-red-500{color:#ef4444}.group:after .group-after\:text-red-600{color:#dc2626}.group:after .group-after\:text-red-700{color:#b91c1c}.group:after .group-after\:text-red-800{color:#991b1b}.group:after .group-after\:text-red-900{color:#7f1d1d}.group:after .group-after\:text-red-950{color:#450a0a}.group:after .group-after\:text-orange-50{color:#fff7ed}.group:after .group-after\:text-orange-100{color:#ffedd5}.group:after .group-after\:text-orange-200{color:#fed7aa}.group:after .group-after\:text-orange-300{color:#fdba74}.group:after .group-after\:text-orange-400{color:#fb923c}.group:after .group-after\:text-orange-500{color:#f97316}.group:after .group-after\:text-orange-600{color:#ea580c}.group:after .group-after\:text-orange-700{color:#c2410c}.group:after .group-after\:text-orange-800{color:#9a3412}.group:after .group-after\:text-orange-900{color:#7c2d12}.group:after .group-after\:text-orange-950{color:#431407}.group:after .group-after\:text-amber-50{color:#fffbeb}.group:after .group-after\:text-amber-100{color:#fef3c7}.group:after .group-after\:text-amber-200{color:#fde68a}.group:after .group-after\:text-amber-300{color:#fcd34d}.group:after .group-after\:text-amber-400{color:#fbbf24}.group:after .group-after\:text-amber-500{color:#f59e0b}.group:after .group-after\:text-amber-600{color:#d97706}.group:after .group-after\:text-amber-700{color:#b45309}.group:after .group-after\:text-amber-800{color:#92400e}.group:after .group-after\:text-amber-900{color:#78350f}.group:after .group-after\:text-amber-950{color:#451a03}.group:after .group-after\:text-yellow-50{color:#fefce8}.group:after .group-after\:text-yellow-100{color:#fef9c3}.group:after .group-after\:text-yellow-200{color:#fef08a}.group:after .group-after\:text-yellow-300{color:#fde047}.group:after .group-after\:text-yellow-400{color:#facc15}.group:after .group-after\:text-yellow-500{color:#eab308}.group:after .group-after\:text-yellow-600{color:#ca8a04}.group:after .group-after\:text-yellow-700{color:#a16207}.group:after .group-after\:text-yellow-800{color:#854d0e}.group:after .group-after\:text-yellow-900{color:#713f12}.group:after .group-after\:text-yellow-950{color:#422006}.group:after .group-after\:text-lime-50{color:#f7fee7}.group:after .group-after\:text-lime-100{color:#ecfccb}.group:after .group-after\:text-lime-200{color:#d9f99d}.group:after .group-after\:text-lime-300{color:#bef264}.group:after .group-after\:text-lime-400{color:#a3e635}.group:after .group-after\:text-lime-500{color:#84cc16}.group:after .group-after\:text-lime-600{color:#65a30d}.group:after .group-after\:text-lime-700{color:#4d7c0f}.group:after .group-after\:text-lime-800{color:#3f6212}.group:after .group-after\:text-lime-900{color:#365314}.group:after .group-after\:text-lime-950{color:#1a2e05}.group:after .group-after\:text-green-50{color:#f0fdf4}.group:after .group-after\:text-green-100{color:#dcfce7}.group:after .group-after\:text-green-200{color:#bbf7d0}.group:after .group-after\:text-green-300{color:#86efac}.group:after .group-after\:text-green-400{color:#4ade80}.group:after .group-after\:text-green-500{color:#22c55e}.group:after .group-after\:text-green-600{color:#16a34a}.group:after .group-after\:text-green-700{color:#15803d}.group:after .group-after\:text-green-800{color:#166534}.group:after .group-after\:text-green-900{color:#14532d}.group:after .group-after\:text-green-950{color:#052e16}.group:after .group-after\:text-emerald-50{color:#ecfdf5}.group:after .group-after\:text-emerald-100{color:#d1fae5}.group:after .group-after\:text-emerald-200{color:#a7f3d0}.group:after .group-after\:text-emerald-300{color:#6ee7b7}.group:after .group-after\:text-emerald-400{color:#34d399}.group:after .group-after\:text-emerald-500{color:#10b981}.group:after .group-after\:text-emerald-600{color:#059669}.group:after .group-after\:text-emerald-700{color:#047857}.group:after .group-after\:text-emerald-800{color:#065f46}.group:after .group-after\:text-emerald-900{color:#064e3b}.group:after .group-after\:text-emerald-950{color:#022c22}.group:after .group-after\:text-teal-50{color:#f0fdfa}.group:after .group-after\:text-teal-100{color:#ccfbf1}.group:after .group-after\:text-teal-200{color:#99f6e4}.group:after .group-after\:text-teal-300{color:#5eead4}.group:after .group-after\:text-teal-400{color:#2dd4bf}.group:after .group-after\:text-teal-500{color:#14b8a6}.group:after .group-after\:text-teal-600{color:#0d9488}.group:after .group-after\:text-teal-700{color:#0f766e}.group:after .group-after\:text-teal-800{color:#115e59}.group:after .group-after\:text-teal-900{color:#134e4a}.group:after .group-after\:text-teal-950{color:#042f2e}.group:after .group-after\:text-cyan-50{color:#ecfeff}.group:after .group-after\:text-cyan-100{color:#cffafe}.group:after .group-after\:text-cyan-200{color:#a5f3fc}.group:after .group-after\:text-cyan-300{color:#67e8f9}.group:after .group-after\:text-cyan-400{color:#22d3ee}.group:after .group-after\:text-cyan-500{color:#06b6d4}.group:after .group-after\:text-cyan-600{color:#0891b2}.group:after .group-after\:text-cyan-700{color:#0e7490}.group:after .group-after\:text-cyan-800{color:#155e75}.group:after .group-after\:text-cyan-900{color:#164e63}.group:after .group-after\:text-cyan-950{color:#083344}.group:after .group-after\:text-sky-50{color:#f0f9ff}.group:after .group-after\:text-sky-100{color:#e0f2fe}.group:after .group-after\:text-sky-200{color:#bae6fd}.group:after .group-after\:text-sky-300{color:#7dd3fc}.group:after .group-after\:text-sky-400{color:#38bdf8}.group:after .group-after\:text-sky-500{color:#0ea5e9}.group:after .group-after\:text-sky-600{color:#0284c7}.group:after .group-after\:text-sky-700{color:#0369a1}.group:after .group-after\:text-sky-800{color:#075985}.group:after .group-after\:text-sky-900{color:#0c4a6e}.group:after .group-after\:text-sky-950{color:#082f49}.group:after .group-after\:text-blue-50{color:#eff6ff}.group:after .group-after\:text-blue-100{color:#dbeafe}.group:after .group-after\:text-blue-200{color:#bfdbfe}.group:after .group-after\:text-blue-300{color:#93c5fd}.group:after .group-after\:text-blue-400{color:#60a5fa}.group:after .group-after\:text-blue-500{color:#3b82f6}.group:after .group-after\:text-blue-600{color:#2563eb}.group:after .group-after\:text-blue-700{color:#1d4ed8}.group:after .group-after\:text-blue-800{color:#1e40af}.group:after .group-after\:text-blue-900{color:#1e3a8a}.group:after .group-after\:text-blue-950{color:#172554}.group:after .group-after\:text-indigo-50{color:#eef2ff}.group:after .group-after\:text-indigo-100{color:#e0e7ff}.group:after .group-after\:text-indigo-200{color:#c7d2fe}.group:after .group-after\:text-indigo-300{color:#a5b4fc}.group:after .group-after\:text-indigo-400{color:#818cf8}.group:after .group-after\:text-indigo-500{color:#6366f1}.group:after .group-after\:text-indigo-600{color:#4f46e5}.group:after .group-after\:text-indigo-700{color:#4338ca}.group:after .group-after\:text-indigo-800{color:#3730a3}.group:after .group-after\:text-indigo-900{color:#312e81}.group:after .group-after\:text-indigo-950{color:#1e1b4b}.group:after .group-after\:text-violet-50{color:#f5f3ff}.group:after .group-after\:text-violet-100{color:#ede9fe}.group:after .group-after\:text-violet-200{color:#ddd6fe}.group:after .group-after\:text-violet-300{color:#c4b5fd}.group:after .group-after\:text-violet-400{color:#a78bfa}.group:after .group-after\:text-violet-500{color:#8b5cf6}.group:after .group-after\:text-violet-600{color:#7c3aed}.group:after .group-after\:text-violet-700{color:#6d28d9}.group:after .group-after\:text-violet-800{color:#5b21b6}.group:after .group-after\:text-violet-900{color:#4c1d95}.group:after .group-after\:text-violet-950{color:#2e1065}.group:after .group-after\:text-purple-50{color:#faf5ff}.group:after .group-after\:text-purple-100{color:#f3e8ff}.group:after .group-after\:text-purple-200{color:#e9d5ff}.group:after .group-after\:text-purple-300{color:#d8b4fe}.group:after .group-after\:text-purple-400{color:#c084fc}.group:after .group-after\:text-purple-500{color:#a855f7}.group:after .group-after\:text-purple-600{color:#9333ea}.group:after .group-after\:text-purple-700{color:#7e22ce}.group:after .group-after\:text-purple-800{color:#6b21a8}.group:after .group-after\:text-purple-900{color:#581c87}.group:after .group-after\:text-purple-950{color:#3b0764}.group:after .group-after\:text-fuchsia-50{color:#fdf4ff}.group:after .group-after\:text-fuchsia-100{color:#fae8ff}.group:after .group-after\:text-fuchsia-200{color:#f5d0fe}.group:after .group-after\:text-fuchsia-300{color:#f0abfc}.group:after .group-after\:text-fuchsia-400{color:#e879f9}.group:after .group-after\:text-fuchsia-500{color:#d946ef}.group:after .group-after\:text-fuchsia-600{color:#c026d3}.group:after .group-after\:text-fuchsia-700{color:#a21caf}.group:after .group-after\:text-fuchsia-800{color:#86198f}.group:after .group-after\:text-fuchsia-900{color:#701a75}.group:after .group-after\:text-fuchsia-950{color:#4a044e}.group:after .group-after\:text-pink-50{color:#fdf2f8}.group:after .group-after\:text-pink-100{color:#fce7f3}.group:after .group-after\:text-pink-200{color:#fbcfe8}.group:after .group-after\:text-pink-300{color:#f9a8d4}.group:after .group-after\:text-pink-400{color:#f472b6}.group:after .group-after\:text-pink-500{color:#ec4899}.group:after .group-after\:text-pink-600{color:#db2777}.group:after .group-after\:text-pink-700{color:#be185d}.group:after .group-after\:text-pink-800{color:#9d174d}.group:after .group-after\:text-pink-900{color:#831843}.group:after .group-after\:text-pink-950{color:#500724}.group:after .group-after\:text-rose-50{color:#fff1f2}.group:after .group-after\:text-rose-100{color:#ffe4e6}.group:after .group-after\:text-rose-200{color:#fecdd3}.group:after .group-after\:text-rose-300{color:#fda4af}.group:after .group-after\:text-rose-400{color:#fb7185}.group:after .group-after\:text-rose-500{color:#f43f5e}.group:after .group-after\:text-rose-600{color:#e11d48}.group:after .group-after\:text-rose-700{color:#be123c}.group:after .group-after\:text-rose-800{color:#9f1239}.group:after .group-after\:text-rose-900{color:#881337}.group:after .group-after\:text-rose-950{color:#4c0519}.group:after .group-after\:text-primary{color:#3874ff}.group:after .group-after\:text-primary-bold{color:#002660}.group:after .group-after\:text-primary-hover{color:#003585}.group:after .group-after\:text-primary-border{color:#156ef3}.group:after .group-after\:text-primary-focus-lv1{color:#6492ff}.group:after .group-after\:text-primary-focus-lv2{color:#c7ddff}.group:after .group-after\:text-primary-bg-color{color:#f8fbff}.group:after .group-after\:text-success{color:#00bd7e}.group:after .group-after\:text-success-bold{color:#006c58}.group:after .group-after\:text-success-hover{color:#008d5e}.group:after .group-after\:text-success-border{color:#17e5a1}.group:after .group-after\:text-success-focus-lv1{color:#a9fbe0}.group:after .group-after\:text-success-bg-color{color:#ebfff8}.group:after .group-after\:text-warning{color:#ffb41f}.group:after .group-after\:text-warning-bold{color:#b77d09}.group:after .group-after\:text-warning-hover{color:#e39f17}.group:after .group-after\:text-warning-border{color:#f7c86a}.group:after .group-after\:text-warning-focus-lv1{color:#fbe0a9}.group:after .group-after\:text-warning-bg-color{color:#fff8eb}.group:after .group-after\:text-danger{color:#b20000}.group:after .group-after\:text-danger-bold{color:#920122}.group:after .group-after\:text-danger-hover{color:#c60833}.group:after .group-after\:text-danger-border{color:#f35370}.group:after .group-after\:text-danger-focus-lv1{color:#fdabb9}.group:after .group-after\:text-danger-bg-color{color:#fff1f4}.group:after .group-after\:text-info{color:#2668cb}.group:after .group-after\:text-info-bold{color:#023480}.group:after .group-after\:text-info-hover{color:#0f4eae}.group:after .group-after\:text-info-border{color:#679ef2}.group:after .group-after\:text-info-focus-lv1{color:#c1d9fd}.group:after .group-after\:text-info-bg-color{color:#f2f7ff}.group:after .group-after\:text-neutral-100{color:#1a1a1a}.group:after .group-after\:text-neutral-90{color:#424242}.group:after .group-after\:text-neutral-80{color:#616161}.group:after .group-after\:text-neutral-70{color:#757575}.group:after .group-after\:text-neutral-60{color:#9e9e9e}.group:after .group-after\:text-neutral-50{color:#c2c2c2}.group:after .group-after\:text-neutral-40{color:#e0e0e0}.group:after .group-after\:text-neutral-30{color:#ededed}.group:after .group-after\:text-neutral-20{color:#f5f5f5}.group:after .group-after\:text-base{color:#f5f7fa}.group:after .group-after\:text-extraLight{font-family:Mulish-ExtraLight,sans-serif}.group:after .group-after\:text-light{font-family:Mulish-Light,sans-serif}.group:after .group-after\:text-regular{font-family:Mulish-Regular,sans-serif}.group:after .group-after\:text-medium{font-family:Mulish-Medium,sans-serif}.group:after .group-after\:text-semiBold{font-family:Mulish-SemiBold,sans-serif}.group:after .group-after\:text-bold{font-family:Mulish-SemiBold,sans-serif}.group:after .group-after\:text-extraBold{font-family:Mulish-ExtraBold,sans-serif}.group:after .group-after\:text-black{font-family:Mulish-Black,sans-serif}.group:after .group-after\:text-blackItalic{font-family:Mulish-BlackItalic,sans-serif}.group:after .group-after\:text-boldItalic{font-family:Mulish-BoldItalic,sans-serif}.group:after .group-after\:text-extraBoldItalic{font-family:Mulish-ExtraBoldItalic,sans-serif}.group:after .group-after\:text-extraLightItalic{font-family:Mulish-ExtraLightItalic,sans-serif}.group:after .group-after\:text-italic{font-family:Mulish-Italic,sans-serif}.group:after .group-after\:text-lightItalic{font-family:Mulish-LightItalic,sans-serif}.group:after .group-after\:text-mediumItalic{font-family:Mulish-MediumItalic,sans-serif}.group:after .group-after\:text-semiBoldItalic{font-family:Mulish-SemiBoldItalic,sans-serif}.group:after .group-after\:top-0{top:0px}.group:after .group-after\:top-px{top:1px}.group:after .group-after\:top-1{top:.25rem}.group:after .group-after\:top-2{top:.5rem}.group:after .group-after\:top-3{top:.75rem}.group:after .group-after\:top-4{top:1rem}.group:after .group-after\:top-5{top:1.25rem}.group:after .group-after\:top-6{top:1.5rem}.group:after .group-after\:top-7{top:1.75rem}.group:after .group-after\:top-8{top:2rem}.group:after .group-after\:top-9{top:2.25rem}.group:after .group-after\:top-10{top:2.5rem}.group:after .group-after\:top-11{top:2.75rem}.group:after .group-after\:top-12{top:3rem}.group:after .group-after\:top-14{top:3.5rem}.group:after .group-after\:top-16{top:4rem}.group:after .group-after\:top-20{top:5rem}.group:after .group-after\:top-24{top:6rem}.group:after .group-after\:top-28{top:7rem}.group:after .group-after\:top-32{top:8rem}.group:after .group-after\:top-36{top:9rem}.group:after .group-after\:top-40{top:10rem}.group:after .group-after\:top-44{top:11rem}.group:after .group-after\:top-48{top:12rem}.group:after .group-after\:top-52{top:13rem}.group:after .group-after\:top-56{top:14rem}.group:after .group-after\:top-60{top:15rem}.group:after .group-after\:top-64{top:16rem}.group:after .group-after\:top-72{top:18rem}.group:after .group-after\:top-80{top:20rem}.group:after .group-after\:top-96{top:24rem}.group:after .group-after\:top-auto{top:auto}.group:after .group-after\:top-full{top:100%}.group:after .group-after\:top-screen{top:100vh}.group:after .group-after\:top-min{top:min-content}.group:after .group-after\:top-max{top:max-content}.group:after .group-after\:top-fit{top:fit-content}.group:after .group-after\:top-1\/2{top:50%}.group:after .group-after\:top-1\/3{top:33.333333%}.group:after .group-after\:top-1\/4{top:25%}.group:after .group-after\:top-1\/5{top:20%}.group:after .group-after\:top-1\/6{top:16.666667%}.group:after .group-after\:top-1\/12{top:8.333333%}.group:after .group-after\:bottom-0{bottom:0px}.group:after .group-after\:bottom-px{bottom:1px}.group:after .group-after\:bottom-1{bottom:.25rem}.group:after .group-after\:bottom-2{bottom:.5rem}.group:after .group-after\:bottom-3{bottom:.75rem}.group:after .group-after\:bottom-4{bottom:1rem}.group:after .group-after\:bottom-5{bottom:1.25rem}.group:after .group-after\:bottom-6{bottom:1.5rem}.group:after .group-after\:bottom-7{bottom:1.75rem}.group:after .group-after\:bottom-8{bottom:2rem}.group:after .group-after\:bottom-9{bottom:2.25rem}.group:after .group-after\:bottom-10{bottom:2.5rem}.group:after .group-after\:bottom-11{bottom:2.75rem}.group:after .group-after\:bottom-12{bottom:3rem}.group:after .group-after\:bottom-14{bottom:3.5rem}.group:after .group-after\:bottom-16{bottom:4rem}.group:after .group-after\:bottom-20{bottom:5rem}.group:after .group-after\:bottom-24{bottom:6rem}.group:after .group-after\:bottom-28{bottom:7rem}.group:after .group-after\:bottom-32{bottom:8rem}.group:after .group-after\:bottom-36{bottom:9rem}.group:after .group-after\:bottom-40{bottom:10rem}.group:after .group-after\:bottom-44{bottom:11rem}.group:after .group-after\:bottom-48{bottom:12rem}.group:after .group-after\:bottom-52{bottom:13rem}.group:after .group-after\:bottom-56{bottom:14rem}.group:after .group-after\:bottom-60{bottom:15rem}.group:after .group-after\:bottom-64{bottom:16rem}.group:after .group-after\:bottom-72{bottom:18rem}.group:after .group-after\:bottom-80{bottom:20rem}.group:after .group-after\:bottom-96{bottom:24rem}.group:after .group-after\:bottom-auto{bottom:auto}.group:after .group-after\:bottom-full{bottom:100%}.group:after .group-after\:bottom-screen{bottom:100vh}.group:after .group-after\:bottom-min{bottom:min-content}.group:after .group-after\:bottom-max{bottom:max-content}.group:after .group-after\:bottom-fit{bottom:fit-content}.group:after .group-after\:bottom-1\/2{bottom:50%}.group:after .group-after\:bottom-1\/3{bottom:33.333333%}.group:after .group-after\:bottom-1\/4{bottom:25%}.group:after .group-after\:bottom-1\/5{bottom:20%}.group:after .group-after\:bottom-1\/6{bottom:16.666667%}.group:after .group-after\:bottom-1\/12{bottom:8.333333%}.group:after .group-after\:right-0{right:0px}.group:after .group-after\:right-px{right:1px}.group:after .group-after\:right-1{right:.25rem}.group:after .group-after\:right-2{right:.5rem}.group:after .group-after\:right-3{right:.75rem}.group:after .group-after\:right-4{right:1rem}.group:after .group-after\:right-5{right:1.25rem}.group:after .group-after\:right-6{right:1.5rem}.group:after .group-after\:right-7{right:1.75rem}.group:after .group-after\:right-8{right:2rem}.group:after .group-after\:right-9{right:2.25rem}.group:after .group-after\:right-10{right:2.5rem}.group:after .group-after\:right-11{right:2.75rem}.group:after .group-after\:right-12{right:3rem}.group:after .group-after\:right-14{right:3.5rem}.group:after .group-after\:right-16{right:4rem}.group:after .group-after\:right-20{right:5rem}.group:after .group-after\:right-24{right:6rem}.group:after .group-after\:right-28{right:7rem}.group:after .group-after\:right-32{right:8rem}.group:after .group-after\:right-36{right:9rem}.group:after .group-after\:right-40{right:10rem}.group:after .group-after\:right-44{right:11rem}.group:after .group-after\:right-48{right:12rem}.group:after .group-after\:right-52{right:13rem}.group:after .group-after\:right-56{right:14rem}.group:after .group-after\:right-60{right:15rem}.group:after .group-after\:right-64{right:16rem}.group:after .group-after\:right-72{right:18rem}.group:after .group-after\:right-80{right:20rem}.group:after .group-after\:right-96{right:24rem}.group:after .group-after\:right-auto{right:auto}.group:after .group-after\:right-full{right:100%}.group:after .group-after\:right-screen{right:100vh}.group:after .group-after\:right-min{right:min-content}.group:after .group-after\:right-max{right:max-content}.group:after .group-after\:right-fit{right:fit-content}.group:after .group-after\:right-1\/2{right:50%}.group:after .group-after\:right-1\/3{right:33.333333%}.group:after .group-after\:right-1\/4{right:25%}.group:after .group-after\:right-1\/5{right:20%}.group:after .group-after\:right-1\/6{right:16.666667%}.group:after .group-after\:right-1\/12{right:8.333333%}.group:after .group-after\:left-0{left:0px}.group:after .group-after\:left-px{left:1px}.group:after .group-after\:left-1{left:.25rem}.group:after .group-after\:left-2{left:.5rem}.group:after .group-after\:left-3{left:.75rem}.group:after .group-after\:left-4{left:1rem}.group:after .group-after\:left-5{left:1.25rem}.group:after .group-after\:left-6{left:1.5rem}.group:after .group-after\:left-7{left:1.75rem}.group:after .group-after\:left-8{left:2rem}.group:after .group-after\:left-9{left:2.25rem}.group:after .group-after\:left-10{left:2.5rem}.group:after .group-after\:left-11{left:2.75rem}.group:after .group-after\:left-12{left:3rem}.group:after .group-after\:left-14{left:3.5rem}.group:after .group-after\:left-16{left:4rem}.group:after .group-after\:left-20{left:5rem}.group:after .group-after\:left-24{left:6rem}.group:after .group-after\:left-28{left:7rem}.group:after .group-after\:left-32{left:8rem}.group:after .group-after\:left-36{left:9rem}.group:after .group-after\:left-40{left:10rem}.group:after .group-after\:left-44{left:11rem}.group:after .group-after\:left-48{left:12rem}.group:after .group-after\:left-52{left:13rem}.group:after .group-after\:left-56{left:14rem}.group:after .group-after\:left-60{left:15rem}.group:after .group-after\:left-64{left:16rem}.group:after .group-after\:left-72{left:18rem}.group:after .group-after\:left-80{left:20rem}.group:after .group-after\:left-96{left:24rem}.group:after .group-after\:left-auto{left:auto}.group:after .group-after\:left-full{left:100%}.group:after .group-after\:left-screen{left:100vh}.group:after .group-after\:left-min{left:min-content}.group:after .group-after\:left-max{left:max-content}.group:after .group-after\:left-fit{left:fit-content}.group:after .group-after\:left-1\/2{left:50%}.group:after .group-after\:left-1\/3{left:33.333333%}.group:after .group-after\:left-1\/4{left:25%}.group:after .group-after\:left-1\/5{left:20%}.group:after .group-after\:left-1\/6{left:16.666667%}.group:after .group-after\:left-1\/12{left:8.333333%}.group:after .group-after\:z-0{z-index:0}.group:after .group-after\:z-10{z-index:10}.group:after .group-after\:z-20{z-index:20}.group:after .group-after\:z-30{z-index:30}.group:after .group-after\:z-40{z-index:40}.group:after .group-after\:z-50{z-index:50}.group:after .group-after\:z-auto{z-index:auto}.group:after .group-after\:m-auto{margin:auto}.group:after .group-after\:ml-auto{margin-left:auto}.group:after .group-after\:mr-auto{margin-right:auto}.group:after .group-after\:mx-auto{margin:0 auto}.group:after .group-after\:my-auto{margin:auto 0}.group:after .group-after\:mb-auto{margin-bottom:auto}.group:after .group-after\:mt-auto{margin-top:auto}.group:after .group-after\:m-0{margin:0}.group:after .group-after\:ml-0{margin-left:0}.group:after .group-after\:mr-0{margin-right:0}.group:after .group-after\:mx-0{margin:0}.group:after .group-after\:my-0{margin:0}.group:after .group-after\:mb-0{margin-bottom:0}.group:after .group-after\:mt-0{margin-top:0}.group:after .group-after\:m-1{margin:.25rem}.group:after .group-after\:ml-1{margin-left:.25rem}.group:after .group-after\:mr-1{margin-right:.25rem}.group:after .group-after\:mx-1{margin:0px .25rem}.group:after .group-after\:my-1{margin:.25rem 0px}.group:after .group-after\:mb-1{margin-bottom:.25rem}.group:after .group-after\:mt-1{margin-top:.25rem}.group:after .group-after\:m-2{margin:.5rem}.group:after .group-after\:ml-2{margin-left:.5rem}.group:after .group-after\:mr-2{margin-right:.5rem}.group:after .group-after\:mx-2{margin:0px .5rem}.group:after .group-after\:my-2{margin:.5rem 0px}.group:after .group-after\:mb-2{margin-bottom:.5rem}.group:after .group-after\:mt-2{margin-top:.5rem}.group:after .group-after\:m-3{margin:.75rem}.group:after .group-after\:ml-3{margin-left:.75rem}.group:after .group-after\:mr-3{margin-right:.75rem}.group:after .group-after\:mx-3{margin:0px .75rem}.group:after .group-after\:my-3{margin:.75rem 0px}.group:after .group-after\:mb-3{margin-bottom:.75rem}.group:after .group-after\:mt-3{margin-top:.75rem}.group:after .group-after\:m-4{margin:1rem}.group:after .group-after\:ml-4{margin-left:1rem}.group:after .group-after\:mr-4{margin-right:1rem}.group:after .group-after\:mx-4{margin:0px 1rem}.group:after .group-after\:my-4{margin:1rem 0px}.group:after .group-after\:mb-4{margin-bottom:1rem}.group:after .group-after\:mt-4{margin-top:1rem}.group:after .group-after\:m-5{margin:1.25rem}.group:after .group-after\:ml-5{margin-left:1.25rem}.group:after .group-after\:mr-5{margin-right:1.25rem}.group:after .group-after\:mx-5{margin:0px 1.25rem}.group:after .group-after\:my-5{margin:1.25rem 0px}.group:after .group-after\:mb-5{margin-bottom:1.25rem}.group:after .group-after\:mt-5{margin-top:1.25rem}.group:after .group-after\:m-6{margin:1.5rem}.group:after .group-after\:ml-6{margin-left:1.5rem}.group:after .group-after\:mr-6{margin-right:1.5rem}.group:after .group-after\:mx-6{margin:0px 1.5rem}.group:after .group-after\:my-6{margin:1.5rem 0px}.group:after .group-after\:mb-6{margin-bottom:1.5rem}.group:after .group-after\:mt-6{margin-top:1.5rem}.group:after .group-after\:m-7{margin:1.75rem}.group:after .group-after\:ml-7{margin-left:1.75rem}.group:after .group-after\:mr-7{margin-right:1.75rem}.group:after .group-after\:mx-7{margin:0px 1.75rem}.group:after .group-after\:my-7{margin:1.75rem 0px}.group:after .group-after\:mb-7{margin-bottom:1.75rem}.group:after .group-after\:mt-7{margin-top:1.75rem}.group:after .group-after\:m-8{margin:2rem}.group:after .group-after\:ml-8{margin-left:2rem}.group:after .group-after\:mr-8{margin-right:2rem}.group:after .group-after\:mx-8{margin:0px 2rem}.group:after .group-after\:my-8{margin:2rem 0px}.group:after .group-after\:mb-8{margin-bottom:2rem}.group:after .group-after\:mt-8{margin-top:2rem}.group:after .group-after\:m-9{margin:2.25rem}.group:after .group-after\:ml-9{margin-left:2.25rem}.group:after .group-after\:mr-9{margin-right:2.25rem}.group:after .group-after\:mx-9{margin:0px 2.25rem}.group:after .group-after\:my-9{margin:2.25rem 0px}.group:after .group-after\:mb-9{margin-bottom:2.25rem}.group:after .group-after\:mt-9{margin-top:2.25rem}.group:after .group-after\:m-10{margin:2.5rem}.group:after .group-after\:ml-10{margin-left:2.5rem}.group:after .group-after\:mr-10{margin-right:2.5rem}.group:after .group-after\:mx-10{margin:0px 2.5rem}.group:after .group-after\:my-10{margin:2.5rem 0px}.group:after .group-after\:mb-10{margin-bottom:2.5rem}.group:after .group-after\:mt-10{margin-top:2.5rem}.group:after .group-after\:m-11{margin:2.75rem}.group:after .group-after\:ml-11{margin-left:2.75rem}.group:after .group-after\:mr-11{margin-right:2.75rem}.group:after .group-after\:mx-11{margin:0px 2.75rem}.group:after .group-after\:my-11{margin:2.75rem 0px}.group:after .group-after\:mb-11{margin-bottom:2.75rem}.group:after .group-after\:mt-11{margin-top:2.75rem}.group:after .group-after\:m-12{margin:3rem}.group:after .group-after\:ml-12{margin-left:3rem}.group:after .group-after\:mr-12{margin-right:3rem}.group:after .group-after\:mx-12{margin:0px 3rem}.group:after .group-after\:my-12{margin:3rem 0px}.group:after .group-after\:mb-12{margin-bottom:3rem}.group:after .group-after\:mt-12{margin-top:3rem}.group:after .group-after\:m-14{margin:3.5rem}.group:after .group-after\:ml-14{margin-left:3.5rem}.group:after .group-after\:mr-14{margin-right:3.5rem}.group:after .group-after\:mx-14{margin:0px 3.5rem}.group:after .group-after\:my-14{margin:3.5rem 0px}.group:after .group-after\:mb-14{margin-bottom:3.5rem}.group:after .group-after\:mt-14{margin-top:3.5rem}.group:after .group-after\:m-16{margin:4rem}.group:after .group-after\:ml-16{margin-left:4rem}.group:after .group-after\:mr-16{margin-right:4rem}.group:after .group-after\:mx-16{margin:0px 4rem}.group:after .group-after\:my-16{margin:4rem 0px}.group:after .group-after\:mb-16{margin-bottom:4rem}.group:after .group-after\:mt-16{margin-top:4rem}.group:after .group-after\:m-20{margin:5rem}.group:after .group-after\:ml-20{margin-left:5rem}.group:after .group-after\:mr-20{margin-right:5rem}.group:after .group-after\:mx-20{margin:0px 5rem}.group:after .group-after\:my-20{margin:5rem 0px}.group:after .group-after\:mb-20{margin-bottom:5rem}.group:after .group-after\:mt-20{margin-top:5rem}.group:after .group-after\:m-24{margin:6rem}.group:after .group-after\:ml-24{margin-left:6rem}.group:after .group-after\:mr-24{margin-right:6rem}.group:after .group-after\:mx-24{margin:0px 6rem}.group:after .group-after\:my-24{margin:6rem 0px}.group:after .group-after\:mb-24{margin-bottom:6rem}.group:after .group-after\:mt-24{margin-top:6rem}.group:after .group-after\:m-28{margin:7rem}.group:after .group-after\:ml-28{margin-left:7rem}.group:after .group-after\:mr-28{margin-right:7rem}.group:after .group-after\:mx-28{margin:0px 7rem}.group:after .group-after\:my-28{margin:7rem 0px}.group:after .group-after\:mb-28{margin-bottom:7rem}.group:after .group-after\:mt-28{margin-top:7rem}.group:after .group-after\:m-32{margin:8rem}.group:after .group-after\:ml-32{margin-left:8rem}.group:after .group-after\:mr-32{margin-right:8rem}.group:after .group-after\:mx-32{margin:0px 8rem}.group:after .group-after\:my-32{margin:8rem 0px}.group:after .group-after\:mb-32{margin-bottom:8rem}.group:after .group-after\:mt-32{margin-top:8rem}.group:after .group-after\:m-36{margin:9rem}.group:after .group-after\:ml-36{margin-left:9rem}.group:after .group-after\:mr-36{margin-right:9rem}.group:after .group-after\:mx-36{margin:0px 9rem}.group:after .group-after\:my-36{margin:9rem 0px}.group:after .group-after\:mb-36{margin-bottom:9rem}.group:after .group-after\:mt-36{margin-top:9rem}.group:after .group-after\:m-40{margin:10rem}.group:after .group-after\:ml-40{margin-left:10rem}.group:after .group-after\:mr-40{margin-right:10rem}.group:after .group-after\:mx-40{margin:0px 10rem}.group:after .group-after\:my-40{margin:10rem 0px}.group:after .group-after\:mb-40{margin-bottom:10rem}.group:after .group-after\:mt-40{margin-top:10rem}.group:after .group-after\:m-44{margin:11rem}.group:after .group-after\:ml-44{margin-left:11rem}.group:after .group-after\:mr-44{margin-right:11rem}.group:after .group-after\:mx-44{margin:0px 11rem}.group:after .group-after\:my-44{margin:11rem 0px}.group:after .group-after\:mb-44{margin-bottom:11rem}.group:after .group-after\:mt-44{margin-top:11rem}.group:after .group-after\:m-48{margin:12rem}.group:after .group-after\:ml-48{margin-left:12rem}.group:after .group-after\:mr-48{margin-right:12rem}.group:after .group-after\:mx-48{margin:0px 12rem}.group:after .group-after\:my-48{margin:12rem 0px}.group:after .group-after\:mb-48{margin-bottom:12rem}.group:after .group-after\:mt-48{margin-top:12rem}.group:after .group-after\:m-52{margin:13rem}.group:after .group-after\:ml-52{margin-left:13rem}.group:after .group-after\:mr-52{margin-right:13rem}.group:after .group-after\:mx-52{margin:0px 13rem}.group:after .group-after\:my-52{margin:13rem 0px}.group:after .group-after\:mb-52{margin-bottom:13rem}.group:after .group-after\:mt-52{margin-top:13rem}.group:after .group-after\:m-56{margin:14rem}.group:after .group-after\:ml-56{margin-left:14rem}.group:after .group-after\:mr-56{margin-right:14rem}.group:after .group-after\:mx-56{margin:0px 14rem}.group:after .group-after\:my-56{margin:14rem 0px}.group:after .group-after\:mb-56{margin-bottom:14rem}.group:after .group-after\:mt-56{margin-top:14rem}.group:after .group-after\:m-60{margin:15rem}.group:after .group-after\:ml-60{margin-left:15rem}.group:after .group-after\:mr-60{margin-right:15rem}.group:after .group-after\:mx-60{margin:0px 15rem}.group:after .group-after\:my-60{margin:15rem 0px}.group:after .group-after\:mb-60{margin-bottom:15rem}.group:after .group-after\:mt-60{margin-top:15rem}.group:after .group-after\:m-64{margin:16rem}.group:after .group-after\:ml-64{margin-left:16rem}.group:after .group-after\:mr-64{margin-right:16rem}.group:after .group-after\:mx-64{margin:0px 16rem}.group:after .group-after\:my-64{margin:16rem 0px}.group:after .group-after\:mb-64{margin-bottom:16rem}.group:after .group-after\:mt-64{margin-top:16rem}.group:after .group-after\:m-72{margin:18rem}.group:after .group-after\:ml-72{margin-left:18rem}.group:after .group-after\:mr-72{margin-right:18rem}.group:after .group-after\:mx-72{margin:0px 18rem}.group:after .group-after\:my-72{margin:18rem 0px}.group:after .group-after\:mb-72{margin-bottom:18rem}.group:after .group-after\:mt-72{margin-top:18rem}.group:after .group-after\:m-80{margin:20rem}.group:after .group-after\:ml-80{margin-left:20rem}.group:after .group-after\:mr-80{margin-right:20rem}.group:after .group-after\:mx-80{margin:0px 20rem}.group:after .group-after\:my-80{margin:20rem 0px}.group:after .group-after\:mb-80{margin-bottom:20rem}.group:after .group-after\:mt-80{margin-top:20rem}.group:after .group-after\:m-96{margin:24rem}.group:after .group-after\:ml-96{margin-left:24rem}.group:after .group-after\:mr-96{margin-right:24rem}.group:after .group-after\:mx-96{margin:0px 24rem}.group:after .group-after\:my-96{margin:24rem 0px}.group:after .group-after\:mb-96{margin-bottom:24rem}.group:after .group-after\:mt-96{margin-top:24rem}.group:after .group-after\:gap-0{gap:0px}.group:after .group-after\:gap-1{gap:.25rem}.group:after .group-after\:gap-2{gap:.5rem}.group:after .group-after\:gap-3{gap:.75rem}.group:after .group-after\:gap-4{gap:1rem}.group:after .group-after\:gap-5{gap:1.25rem}.group:after .group-after\:gap-6{gap:1.5rem}.group:after .group-after\:gap-7{gap:1.75rem}.group:after .group-after\:gap-8{gap:2rem}.group:after .group-after\:gap-9{gap:2.25rem}.group:after .group-after\:gap-10{gap:2.5rem}.group:after .group-after\:gap-11{gap:2.75rem}.group:after .group-after\:gap-12{gap:3rem}.group:after .group-after\:gap-14{gap:3.5rem}.group:after .group-after\:gap-16{gap:4rem}.group:after .group-after\:gap-20{gap:5rem}.group:after .group-after\:gap-24{gap:6rem}.group:after .group-after\:gap-28{gap:7rem}.group:after .group-after\:gap-32{gap:8rem}.group:after .group-after\:gap-36{gap:9rem}.group:after .group-after\:gap-40{gap:10rem}.group:after .group-after\:gap-44{gap:11rem}.group:after .group-after\:gap-48{gap:12rem}.group:after .group-after\:gap-52{gap:13rem}.group:after .group-after\:gap-56{gap:14rem}.group:after .group-after\:gap-60{gap:15rem}.group:after .group-after\:gap-64{gap:16rem}.group:after .group-after\:gap-72{gap:18rem}.group:after .group-after\:gap-80{gap:20rem}.group:after .group-after\:gap-96{gap:24rem}.group:after .group-after\:justify-center{justify-content:center}.group:after .group-after\:justify-end{justify-content:end}.group:after .group-after\:justify-start{justify-content:start}.group:after .group-after\:justify-between{justify-content:space-between}.group:after .group-after\:justify-baseline{justify-content:baseline}.group:after .group-after\:justify-around{justify-content:space-around}.group:after .group-after\:justify-evenly{justify-content:space-evenly}.group:after .group-after\:items-center{align-items:center}.group:after .group-after\:items-baseline{align-items:baseline}.group:after .group-after\:items-end{align-items:flex-end}.group:after .group-after\:items-start{align-items:flex-start}.group:after .group-after\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.group:after .group-after\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.group:after .group-after\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.group:after .group-after\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.group:after .group-after\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.group:after .group-after\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.group:after .group-after\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.group:after .group-after\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.group:after .group-after\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.group:after .group-after\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.group:after .group-after\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.group:after .group-after\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.group:after .group-after\:grid-cols-none{grid-template-columns:none}.group:after .group-after\:object-contain{object-fit:contain}.group:after .group-after\:object-cover{object-fit:cover}.group:after .group-after\:object-fill{object-fit:fill}.group:after .group-after\:object-none{object-fit:none}.group:after .group-after\:object-scale-down{object-fit:scale-down}.group:after .group-after\:backdrop-blur-none{backdrop-filter:blur(0)}.group:after .group-after\:backdrop-blur-sm{backdrop-filter:blur(4px)}.group:after .group-after\:backdrop-blur{backdrop-filter:blur(8px)}.group:after .group-after\:backdrop-blur-md{backdrop-filter:blur(12px)}.group:after .group-after\:backdrop-blur-lg{backdrop-filter:blur(16px)}.group:after .group-after\:backdrop-blur-xl{backdrop-filter:blur(24px)}.group:after .group-after\:backdrop-blur-2xl{backdrop-filter:blur(40px)}.group:after .group-after\:backdrop-blur-3xl{backdrop-filter:blur(64px)}.group:after .group-after\:col-auto{grid-column:auto}.group:after .group-after\:col-span-1{grid-column:span 1/span 1}.group:after .group-after\:col-span-2{grid-column:span 2/span 2}.group:after .group-after\:col-span-3{grid-column:span 3/span 3}.group:after .group-after\:col-span-4{grid-column:span 4/span 4}.group:after .group-after\:col-span-5{grid-column:span 5/span 5}.group:after .group-after\:col-span-6{grid-column:span 6/span 6}.group:after .group-after\:col-span-7{grid-column:span 7/span 7}.group:after .group-after\:col-span-8{grid-column:span 8/span 8}.group:after .group-after\:col-span-9{grid-column:span 9/span 9}.group:after .group-after\:col-span-10{grid-column:span 10/span 10}.group:after .group-after\:col-span-11{grid-column:span 11/span 11}.group:after .group-after\:col-span-12{grid-column:span 12/span 12}.group:after .group-after\:col-start-1{grid-column-start:1}.group:after .group-after\:col-start-2{grid-column-start:2}.group:after .group-after\:col-start-3{grid-column-start:3}.group:after .group-after\:col-start-4{grid-column-start:4}.group:after .group-after\:col-start-5{grid-column-start:5}.group:after .group-after\:col-start-6{grid-column-start:6}.group:after .group-after\:col-start-7{grid-column-start:7}.group:after .group-after\:col-start-8{grid-column-start:8}.group:after .group-after\:col-start-9{grid-column-start:9}.group:after .group-after\:col-start-10{grid-column-start:10}.group:after .group-after\:col-start-11{grid-column-start:11}.group:after .group-after\:col-start-12{grid-column-start:12}.group:after .group-after\:col-start-13{grid-column-start:13}.group:after .group-after\:col-start-auto{grid-column-start:auto}.group:after .group-after\:col-end-1{grid-column-end:1}.group:after .group-after\:col-end-2{grid-column-end:2}.group:after .group-after\:col-end-3{grid-column-end:3}.group:after .group-after\:col-end-4{grid-column-end:4}.group:after .group-after\:col-end-5{grid-column-end:5}.group:after .group-after\:col-end-6{grid-column-end:6}.group:after .group-after\:col-end-7{grid-column-end:7}.group:after .group-after\:col-end-8{grid-column-end:8}.group:after .group-after\:col-end-9{grid-column-end:9}.group:after .group-after\:col-end-10{grid-column-end:10}.group:after .group-after\:col-end-11{grid-column-end:11}.group:after .group-after\:col-end-12{grid-column-end:12}.group:after .group-after\:col-end-13{grid-column-end:13}.group:after .group-after\:col-end-auto{grid-column-end:auto}.group:after .group-after\:indent-0{text-indent:0px}.group:after .group-after\:indent-px{text-indent:1px}.group:after .group-after\:indent-1{text-indent:.25rem}.group:after .group-after\:indent-2{text-indent:.5rem}.group:after .group-after\:indent-3{text-indent:.75rem}.group:after .group-after\:indent-4{text-indent:1rem}.group:after .group-after\:indent-5{text-indent:1.25rem}.group:after .group-after\:indent-6{text-indent:1.5rem}.group:after .group-after\:indent-7{text-indent:1.75rem}.group:after .group-after\:indent-8{text-indent:2rem}.group:after .group-after\:indent-9{text-indent:2.25rem}.group:after .group-after\:indent-10{text-indent:2.5rem}.group:after .group-after\:indent-11{text-indent:2.75rem}.group:after .group-after\:indent-12{text-indent:3rem}.group:after .group-after\:indent-14{text-indent:3.5rem}.group:after .group-after\:indent-16{text-indent:4rem}.group:after .group-after\:indent-20{text-indent:5rem}.group:after .group-after\:indent-24{text-indent:6rem}.group:after .group-after\:indent-28{text-indent:7rem}.group:after .group-after\:indent-32{text-indent:8rem}.group:after .group-after\:indent-36{text-indent:9rem}.group:after .group-after\:indent-40{text-indent:10rem}.group:after .group-after\:indent-44{text-indent:11rem}.group:after .group-after\:indent-48{text-indent:12rem}.group:after .group-after\:indent-52{text-indent:13rem}.group:after .group-after\:indent-56{text-indent:14rem}.group:after .group-after\:indent-60{text-indent:15rem}.group:after .group-after\:indent-64{text-indent:16rem}.group:after .group-after\:indent-72{text-indent:18rem}.group:after .group-after\:indent-80{text-indent:20rem}.group:after .group-after\:indent-96{text-indent:24rem}.group:after .group-after\:indent-0\.5{text-transform:.125rem}.group:after .group-after\:indent-1\.5{text-transform:.375rem}.group:after .group-after\:indent-2\.5{text-transform:.625rem}.group:after .group-after\:indent-3\.5{text-transform:.875rem}.group:after .group-after\: .underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.group:after .group-after\: .overline{-webkit-text-decoration-line:overline;text-decoration-line:overline}.group:after .group-after\: .through{-webkit-text-decoration-line:line-through;text-decoration-line:line-through}.group:after .group-after\: .none{-webkit-text-decoration-line:none;text-decoration-line:none}.group:after .group-after\: .uppercase{text-transform:uppercase}.group:after .group-after\: .lowercase{text-transform:lowercase}.group:after .group-after\: .capitalize{text-transform:capitalize}.group:after .group-after\: .normal-case{text-transform:none}.group:after .group-after\:shadow-2-12{box-shadow:0 2px 4px #0000001f}.group:after .group-after\:shadow-4-10{box-shadow:0 4px 8px #0000001a}.group:after .group-after\:shadow-6-10{box-shadow:0 6px 12px #0000001a}.group:after .group-after\:shadow-6-8{box-shadow:0 8px 16px #00000014}.group:after .group-after\:shadow-primary{box-shadow:0 0 0 1px #6492ff}.group:after .group-after\:shadow-danger{box-shadow:0 0 0 1px #fdabb9}.group:after .group-after\:shadow-warning{box-shadow:0 0 0 1px #fbe0a9}.group:after .group-after\:shadow-info{box-shadow:0 0 0 1px #c1d9fd}.group:after .group-after\:shadow-success{box-shadow:0 0 0 1px #c1d9fd}.group:after .group-after\:shadow-loading{box-shadow:0 0 0 1px #757575}.group:after .group-after\:shadow-header{box-shadow:0 2px 4px #0000001f}.group:after .group-after\:shadow-none{box-shadow:none}.group:after .group-after\:button-extraSm{padding:6px 16px}.group:after .group-after\:button-normal{padding:16px 32px}.group:before{content:attr(content)}.group:before .group-before\:bg-transparent{background-color:transparent}.group:before .group-before\:bg-transparent\/0{background-color:#0000}.group:before .group-before\:bg-transparent\/10{background-color:#0000001a}.group:before .group-before\:bg-transparent\/20{background-color:#0003}.group:before .group-before\:bg-transparent\/30{background-color:#0000004d}.group:before .group-before\:bg-transparent\/40{background-color:#0006}.group:before .group-before\:bg-transparent\/50{background-color:#00000080}.group:before .group-before\:bg-transparent\/60{background-color:#0009}.group:before .group-before\:bg-transparent\/70{background-color:#000000b3}.group:before .group-before\:bg-transparent\/75{background-color:#000000bf}.group:before .group-before\:bg-transparent\/80{background-color:#000c}.group:before .group-before\:bg-transparent\/90{background-color:#000000e6}.group:before .group-before\:bg-black{background-color:#000}.group:before .group-before\:bg-black\/0{background-color:#0000}.group:before .group-before\:bg-black\/10{background-color:#0000001a}.group:before .group-before\:bg-black\/20{background-color:#0003}.group:before .group-before\:bg-black\/30{background-color:#0000004d}.group:before .group-before\:bg-black\/40{background-color:#0006}.group:before .group-before\:bg-black\/50{background-color:#00000080}.group:before .group-before\:bg-black\/60{background-color:#0009}.group:before .group-before\:bg-black\/70{background-color:#000000b3}.group:before .group-before\:bg-black\/75{background-color:#000000bf}.group:before .group-before\:bg-black\/80{background-color:#000c}.group:before .group-before\:bg-black\/90{background-color:#000000e6}.group:before .group-before\:bg-white{background-color:#fff}.group:before .group-before\:bg-white\/0{background-color:#fff0}.group:before .group-before\:bg-white\/10{background-color:#ffffff1a}.group:before .group-before\:bg-white\/20{background-color:#fff3}.group:before .group-before\:bg-white\/30{background-color:#ffffff4d}.group:before .group-before\:bg-white\/40{background-color:#fff6}.group:before .group-before\:bg-white\/50{background-color:#ffffff80}.group:before .group-before\:bg-white\/60{background-color:#fff9}.group:before .group-before\:bg-white\/70{background-color:#ffffffb3}.group:before .group-before\:bg-white\/75{background-color:#ffffffbf}.group:before .group-before\:bg-white\/80{background-color:#fffc}.group:before .group-before\:bg-white\/90{background-color:#ffffffe6}.group:before .group-before\:bg-slate-50{background-color:#f8fafc}.group:before .group-before\:bg-slate-50\/0{background-color:#f8fafc00}.group:before .group-before\:bg-slate-50\/10{background-color:#f8fafc1a}.group:before .group-before\:bg-slate-50\/20{background-color:#f8fafc33}.group:before .group-before\:bg-slate-50\/30{background-color:#f8fafc4d}.group:before .group-before\:bg-slate-50\/40{background-color:#f8fafc66}.group:before .group-before\:bg-slate-50\/50{background-color:#f8fafc80}.group:before .group-before\:bg-slate-50\/60{background-color:#f8fafc99}.group:before .group-before\:bg-slate-50\/70{background-color:#f8fafcb3}.group:before .group-before\:bg-slate-50\/75{background-color:#f8fafcbf}.group:before .group-before\:bg-slate-50\/80{background-color:#f8fafccc}.group:before .group-before\:bg-slate-50\/90{background-color:#f8fafce6}.group:before .group-before\:bg-slate-100{background-color:#f1f5f9}.group:before .group-before\:bg-slate-100\/0{background-color:#f1f5f900}.group:before .group-before\:bg-slate-100\/10{background-color:#f1f5f91a}.group:before .group-before\:bg-slate-100\/20{background-color:#f1f5f933}.group:before .group-before\:bg-slate-100\/30{background-color:#f1f5f94d}.group:before .group-before\:bg-slate-100\/40{background-color:#f1f5f966}.group:before .group-before\:bg-slate-100\/50{background-color:#f1f5f980}.group:before .group-before\:bg-slate-100\/60{background-color:#f1f5f999}.group:before .group-before\:bg-slate-100\/70{background-color:#f1f5f9b3}.group:before .group-before\:bg-slate-100\/75{background-color:#f1f5f9bf}.group:before .group-before\:bg-slate-100\/80{background-color:#f1f5f9cc}.group:before .group-before\:bg-slate-100\/90{background-color:#f1f5f9e6}.group:before .group-before\:bg-slate-200{background-color:#e2e8f0}.group:before .group-before\:bg-slate-200\/0{background-color:#e2e8f000}.group:before .group-before\:bg-slate-200\/10{background-color:#e2e8f01a}.group:before .group-before\:bg-slate-200\/20{background-color:#e2e8f033}.group:before .group-before\:bg-slate-200\/30{background-color:#e2e8f04d}.group:before .group-before\:bg-slate-200\/40{background-color:#e2e8f066}.group:before .group-before\:bg-slate-200\/50{background-color:#e2e8f080}.group:before .group-before\:bg-slate-200\/60{background-color:#e2e8f099}.group:before .group-before\:bg-slate-200\/70{background-color:#e2e8f0b3}.group:before .group-before\:bg-slate-200\/75{background-color:#e2e8f0bf}.group:before .group-before\:bg-slate-200\/80{background-color:#e2e8f0cc}.group:before .group-before\:bg-slate-200\/90{background-color:#e2e8f0e6}.group:before .group-before\:bg-slate-300{background-color:#cbd5e1}.group:before .group-before\:bg-slate-300\/0{background-color:#cbd5e100}.group:before .group-before\:bg-slate-300\/10{background-color:#cbd5e11a}.group:before .group-before\:bg-slate-300\/20{background-color:#cbd5e133}.group:before .group-before\:bg-slate-300\/30{background-color:#cbd5e14d}.group:before .group-before\:bg-slate-300\/40{background-color:#cbd5e166}.group:before .group-before\:bg-slate-300\/50{background-color:#cbd5e180}.group:before .group-before\:bg-slate-300\/60{background-color:#cbd5e199}.group:before .group-before\:bg-slate-300\/70{background-color:#cbd5e1b3}.group:before .group-before\:bg-slate-300\/75{background-color:#cbd5e1bf}.group:before .group-before\:bg-slate-300\/80{background-color:#cbd5e1cc}.group:before .group-before\:bg-slate-300\/90{background-color:#cbd5e1e6}.group:before .group-before\:bg-slate-400{background-color:#94a3b8}.group:before .group-before\:bg-slate-400\/0{background-color:#94a3b800}.group:before .group-before\:bg-slate-400\/10{background-color:#94a3b81a}.group:before .group-before\:bg-slate-400\/20{background-color:#94a3b833}.group:before .group-before\:bg-slate-400\/30{background-color:#94a3b84d}.group:before .group-before\:bg-slate-400\/40{background-color:#94a3b866}.group:before .group-before\:bg-slate-400\/50{background-color:#94a3b880}.group:before .group-before\:bg-slate-400\/60{background-color:#94a3b899}.group:before .group-before\:bg-slate-400\/70{background-color:#94a3b8b3}.group:before .group-before\:bg-slate-400\/75{background-color:#94a3b8bf}.group:before .group-before\:bg-slate-400\/80{background-color:#94a3b8cc}.group:before .group-before\:bg-slate-400\/90{background-color:#94a3b8e6}.group:before .group-before\:bg-slate-500{background-color:#64748b}.group:before .group-before\:bg-slate-500\/0{background-color:#64748b00}.group:before .group-before\:bg-slate-500\/10{background-color:#64748b1a}.group:before .group-before\:bg-slate-500\/20{background-color:#64748b33}.group:before .group-before\:bg-slate-500\/30{background-color:#64748b4d}.group:before .group-before\:bg-slate-500\/40{background-color:#64748b66}.group:before .group-before\:bg-slate-500\/50{background-color:#64748b80}.group:before .group-before\:bg-slate-500\/60{background-color:#64748b99}.group:before .group-before\:bg-slate-500\/70{background-color:#64748bb3}.group:before .group-before\:bg-slate-500\/75{background-color:#64748bbf}.group:before .group-before\:bg-slate-500\/80{background-color:#64748bcc}.group:before .group-before\:bg-slate-500\/90{background-color:#64748be6}.group:before .group-before\:bg-slate-600{background-color:#475569}.group:before .group-before\:bg-slate-600\/0{background-color:#47556900}.group:before .group-before\:bg-slate-600\/10{background-color:#4755691a}.group:before .group-before\:bg-slate-600\/20{background-color:#47556933}.group:before .group-before\:bg-slate-600\/30{background-color:#4755694d}.group:before .group-before\:bg-slate-600\/40{background-color:#47556966}.group:before .group-before\:bg-slate-600\/50{background-color:#47556980}.group:before .group-before\:bg-slate-600\/60{background-color:#47556999}.group:before .group-before\:bg-slate-600\/70{background-color:#475569b3}.group:before .group-before\:bg-slate-600\/75{background-color:#475569bf}.group:before .group-before\:bg-slate-600\/80{background-color:#475569cc}.group:before .group-before\:bg-slate-600\/90{background-color:#475569e6}.group:before .group-before\:bg-slate-700{background-color:#334155}.group:before .group-before\:bg-slate-700\/0{background-color:#33415500}.group:before .group-before\:bg-slate-700\/10{background-color:#3341551a}.group:before .group-before\:bg-slate-700\/20{background-color:#33415533}.group:before .group-before\:bg-slate-700\/30{background-color:#3341554d}.group:before .group-before\:bg-slate-700\/40{background-color:#33415566}.group:before .group-before\:bg-slate-700\/50{background-color:#33415580}.group:before .group-before\:bg-slate-700\/60{background-color:#33415599}.group:before .group-before\:bg-slate-700\/70{background-color:#334155b3}.group:before .group-before\:bg-slate-700\/75{background-color:#334155bf}.group:before .group-before\:bg-slate-700\/80{background-color:#334155cc}.group:before .group-before\:bg-slate-700\/90{background-color:#334155e6}.group:before .group-before\:bg-slate-800{background-color:#1e293b}.group:before .group-before\:bg-slate-800\/0{background-color:#1e293b00}.group:before .group-before\:bg-slate-800\/10{background-color:#1e293b1a}.group:before .group-before\:bg-slate-800\/20{background-color:#1e293b33}.group:before .group-before\:bg-slate-800\/30{background-color:#1e293b4d}.group:before .group-before\:bg-slate-800\/40{background-color:#1e293b66}.group:before .group-before\:bg-slate-800\/50{background-color:#1e293b80}.group:before .group-before\:bg-slate-800\/60{background-color:#1e293b99}.group:before .group-before\:bg-slate-800\/70{background-color:#1e293bb3}.group:before .group-before\:bg-slate-800\/75{background-color:#1e293bbf}.group:before .group-before\:bg-slate-800\/80{background-color:#1e293bcc}.group:before .group-before\:bg-slate-800\/90{background-color:#1e293be6}.group:before .group-before\:bg-slate-900{background-color:#0f172a}.group:before .group-before\:bg-slate-900\/0{background-color:#0f172a00}.group:before .group-before\:bg-slate-900\/10{background-color:#0f172a1a}.group:before .group-before\:bg-slate-900\/20{background-color:#0f172a33}.group:before .group-before\:bg-slate-900\/30{background-color:#0f172a4d}.group:before .group-before\:bg-slate-900\/40{background-color:#0f172a66}.group:before .group-before\:bg-slate-900\/50{background-color:#0f172a80}.group:before .group-before\:bg-slate-900\/60{background-color:#0f172a99}.group:before .group-before\:bg-slate-900\/70{background-color:#0f172ab3}.group:before .group-before\:bg-slate-900\/75{background-color:#0f172abf}.group:before .group-before\:bg-slate-900\/80{background-color:#0f172acc}.group:before .group-before\:bg-slate-900\/90{background-color:#0f172ae6}.group:before .group-before\:bg-slate-950{background-color:#020617}.group:before .group-before\:bg-slate-950\/0{background-color:#02061700}.group:before .group-before\:bg-slate-950\/10{background-color:#0206171a}.group:before .group-before\:bg-slate-950\/20{background-color:#02061733}.group:before .group-before\:bg-slate-950\/30{background-color:#0206174d}.group:before .group-before\:bg-slate-950\/40{background-color:#02061766}.group:before .group-before\:bg-slate-950\/50{background-color:#02061780}.group:before .group-before\:bg-slate-950\/60{background-color:#02061799}.group:before .group-before\:bg-slate-950\/70{background-color:#020617b3}.group:before .group-before\:bg-slate-950\/75{background-color:#020617bf}.group:before .group-before\:bg-slate-950\/80{background-color:#020617cc}.group:before .group-before\:bg-slate-950\/90{background-color:#020617e6}.group:before .group-before\:bg-gray-50{background-color:#f9fafb}.group:before .group-before\:bg-gray-50\/0{background-color:#f9fafb00}.group:before .group-before\:bg-gray-50\/10{background-color:#f9fafb1a}.group:before .group-before\:bg-gray-50\/20{background-color:#f9fafb33}.group:before .group-before\:bg-gray-50\/30{background-color:#f9fafb4d}.group:before .group-before\:bg-gray-50\/40{background-color:#f9fafb66}.group:before .group-before\:bg-gray-50\/50{background-color:#f9fafb80}.group:before .group-before\:bg-gray-50\/60{background-color:#f9fafb99}.group:before .group-before\:bg-gray-50\/70{background-color:#f9fafbb3}.group:before .group-before\:bg-gray-50\/75{background-color:#f9fafbbf}.group:before .group-before\:bg-gray-50\/80{background-color:#f9fafbcc}.group:before .group-before\:bg-gray-50\/90{background-color:#f9fafbe6}.group:before .group-before\:bg-gray-100{background-color:#f3f4f6}.group:before .group-before\:bg-gray-100\/0{background-color:#f3f4f600}.group:before .group-before\:bg-gray-100\/10{background-color:#f3f4f61a}.group:before .group-before\:bg-gray-100\/20{background-color:#f3f4f633}.group:before .group-before\:bg-gray-100\/30{background-color:#f3f4f64d}.group:before .group-before\:bg-gray-100\/40{background-color:#f3f4f666}.group:before .group-before\:bg-gray-100\/50{background-color:#f3f4f680}.group:before .group-before\:bg-gray-100\/60{background-color:#f3f4f699}.group:before .group-before\:bg-gray-100\/70{background-color:#f3f4f6b3}.group:before .group-before\:bg-gray-100\/75{background-color:#f3f4f6bf}.group:before .group-before\:bg-gray-100\/80{background-color:#f3f4f6cc}.group:before .group-before\:bg-gray-100\/90{background-color:#f3f4f6e6}.group:before .group-before\:bg-gray-200{background-color:#e5e7eb}.group:before .group-before\:bg-gray-200\/0{background-color:#e5e7eb00}.group:before .group-before\:bg-gray-200\/10{background-color:#e5e7eb1a}.group:before .group-before\:bg-gray-200\/20{background-color:#e5e7eb33}.group:before .group-before\:bg-gray-200\/30{background-color:#e5e7eb4d}.group:before .group-before\:bg-gray-200\/40{background-color:#e5e7eb66}.group:before .group-before\:bg-gray-200\/50{background-color:#e5e7eb80}.group:before .group-before\:bg-gray-200\/60{background-color:#e5e7eb99}.group:before .group-before\:bg-gray-200\/70{background-color:#e5e7ebb3}.group:before .group-before\:bg-gray-200\/75{background-color:#e5e7ebbf}.group:before .group-before\:bg-gray-200\/80{background-color:#e5e7ebcc}.group:before .group-before\:bg-gray-200\/90{background-color:#e5e7ebe6}.group:before .group-before\:bg-gray-300{background-color:#d1d5db}.group:before .group-before\:bg-gray-300\/0{background-color:#d1d5db00}.group:before .group-before\:bg-gray-300\/10{background-color:#d1d5db1a}.group:before .group-before\:bg-gray-300\/20{background-color:#d1d5db33}.group:before .group-before\:bg-gray-300\/30{background-color:#d1d5db4d}.group:before .group-before\:bg-gray-300\/40{background-color:#d1d5db66}.group:before .group-before\:bg-gray-300\/50{background-color:#d1d5db80}.group:before .group-before\:bg-gray-300\/60{background-color:#d1d5db99}.group:before .group-before\:bg-gray-300\/70{background-color:#d1d5dbb3}.group:before .group-before\:bg-gray-300\/75{background-color:#d1d5dbbf}.group:before .group-before\:bg-gray-300\/80{background-color:#d1d5dbcc}.group:before .group-before\:bg-gray-300\/90{background-color:#d1d5dbe6}.group:before .group-before\:bg-gray-400{background-color:#9ca3af}.group:before .group-before\:bg-gray-400\/0{background-color:#9ca3af00}.group:before .group-before\:bg-gray-400\/10{background-color:#9ca3af1a}.group:before .group-before\:bg-gray-400\/20{background-color:#9ca3af33}.group:before .group-before\:bg-gray-400\/30{background-color:#9ca3af4d}.group:before .group-before\:bg-gray-400\/40{background-color:#9ca3af66}.group:before .group-before\:bg-gray-400\/50{background-color:#9ca3af80}.group:before .group-before\:bg-gray-400\/60{background-color:#9ca3af99}.group:before .group-before\:bg-gray-400\/70{background-color:#9ca3afb3}.group:before .group-before\:bg-gray-400\/75{background-color:#9ca3afbf}.group:before .group-before\:bg-gray-400\/80{background-color:#9ca3afcc}.group:before .group-before\:bg-gray-400\/90{background-color:#9ca3afe6}.group:before .group-before\:bg-gray-500{background-color:#6b7280}.group:before .group-before\:bg-gray-500\/0{background-color:#6b728000}.group:before .group-before\:bg-gray-500\/10{background-color:#6b72801a}.group:before .group-before\:bg-gray-500\/20{background-color:#6b728033}.group:before .group-before\:bg-gray-500\/30{background-color:#6b72804d}.group:before .group-before\:bg-gray-500\/40{background-color:#6b728066}.group:before .group-before\:bg-gray-500\/50{background-color:#6b728080}.group:before .group-before\:bg-gray-500\/60{background-color:#6b728099}.group:before .group-before\:bg-gray-500\/70{background-color:#6b7280b3}.group:before .group-before\:bg-gray-500\/75{background-color:#6b7280bf}.group:before .group-before\:bg-gray-500\/80{background-color:#6b7280cc}.group:before .group-before\:bg-gray-500\/90{background-color:#6b7280e6}.group:before .group-before\:bg-gray-600{background-color:#4b5563}.group:before .group-before\:bg-gray-600\/0{background-color:#4b556300}.group:before .group-before\:bg-gray-600\/10{background-color:#4b55631a}.group:before .group-before\:bg-gray-600\/20{background-color:#4b556333}.group:before .group-before\:bg-gray-600\/30{background-color:#4b55634d}.group:before .group-before\:bg-gray-600\/40{background-color:#4b556366}.group:before .group-before\:bg-gray-600\/50{background-color:#4b556380}.group:before .group-before\:bg-gray-600\/60{background-color:#4b556399}.group:before .group-before\:bg-gray-600\/70{background-color:#4b5563b3}.group:before .group-before\:bg-gray-600\/75{background-color:#4b5563bf}.group:before .group-before\:bg-gray-600\/80{background-color:#4b5563cc}.group:before .group-before\:bg-gray-600\/90{background-color:#4b5563e6}.group:before .group-before\:bg-gray-700{background-color:#374151}.group:before .group-before\:bg-gray-700\/0{background-color:#37415100}.group:before .group-before\:bg-gray-700\/10{background-color:#3741511a}.group:before .group-before\:bg-gray-700\/20{background-color:#37415133}.group:before .group-before\:bg-gray-700\/30{background-color:#3741514d}.group:before .group-before\:bg-gray-700\/40{background-color:#37415166}.group:before .group-before\:bg-gray-700\/50{background-color:#37415180}.group:before .group-before\:bg-gray-700\/60{background-color:#37415199}.group:before .group-before\:bg-gray-700\/70{background-color:#374151b3}.group:before .group-before\:bg-gray-700\/75{background-color:#374151bf}.group:before .group-before\:bg-gray-700\/80{background-color:#374151cc}.group:before .group-before\:bg-gray-700\/90{background-color:#374151e6}.group:before .group-before\:bg-gray-800{background-color:#1f2937}.group:before .group-before\:bg-gray-800\/0{background-color:#1f293700}.group:before .group-before\:bg-gray-800\/10{background-color:#1f29371a}.group:before .group-before\:bg-gray-800\/20{background-color:#1f293733}.group:before .group-before\:bg-gray-800\/30{background-color:#1f29374d}.group:before .group-before\:bg-gray-800\/40{background-color:#1f293766}.group:before .group-before\:bg-gray-800\/50{background-color:#1f293780}.group:before .group-before\:bg-gray-800\/60{background-color:#1f293799}.group:before .group-before\:bg-gray-800\/70{background-color:#1f2937b3}.group:before .group-before\:bg-gray-800\/75{background-color:#1f2937bf}.group:before .group-before\:bg-gray-800\/80{background-color:#1f2937cc}.group:before .group-before\:bg-gray-800\/90{background-color:#1f2937e6}.group:before .group-before\:bg-gray-900{background-color:#111827}.group:before .group-before\:bg-gray-900\/0{background-color:#11182700}.group:before .group-before\:bg-gray-900\/10{background-color:#1118271a}.group:before .group-before\:bg-gray-900\/20{background-color:#11182733}.group:before .group-before\:bg-gray-900\/30{background-color:#1118274d}.group:before .group-before\:bg-gray-900\/40{background-color:#11182766}.group:before .group-before\:bg-gray-900\/50{background-color:#11182780}.group:before .group-before\:bg-gray-900\/60{background-color:#11182799}.group:before .group-before\:bg-gray-900\/70{background-color:#111827b3}.group:before .group-before\:bg-gray-900\/75{background-color:#111827bf}.group:before .group-before\:bg-gray-900\/80{background-color:#111827cc}.group:before .group-before\:bg-gray-900\/90{background-color:#111827e6}.group:before .group-before\:bg-gray-950{background-color:#030712}.group:before .group-before\:bg-gray-950\/0{background-color:#03071200}.group:before .group-before\:bg-gray-950\/10{background-color:#0307121a}.group:before .group-before\:bg-gray-950\/20{background-color:#03071233}.group:before .group-before\:bg-gray-950\/30{background-color:#0307124d}.group:before .group-before\:bg-gray-950\/40{background-color:#03071266}.group:before .group-before\:bg-gray-950\/50{background-color:#03071280}.group:before .group-before\:bg-gray-950\/60{background-color:#03071299}.group:before .group-before\:bg-gray-950\/70{background-color:#030712b3}.group:before .group-before\:bg-gray-950\/75{background-color:#030712bf}.group:before .group-before\:bg-gray-950\/80{background-color:#030712cc}.group:before .group-before\:bg-gray-950\/90{background-color:#030712e6}.group:before .group-before\:bg-zinc-50{background-color:#fafafa}.group:before .group-before\:bg-zinc-50\/0{background-color:#fafafa00}.group:before .group-before\:bg-zinc-50\/10{background-color:#fafafa1a}.group:before .group-before\:bg-zinc-50\/20{background-color:#fafafa33}.group:before .group-before\:bg-zinc-50\/30{background-color:#fafafa4d}.group:before .group-before\:bg-zinc-50\/40{background-color:#fafafa66}.group:before .group-before\:bg-zinc-50\/50{background-color:#fafafa80}.group:before .group-before\:bg-zinc-50\/60{background-color:#fafafa99}.group:before .group-before\:bg-zinc-50\/70{background-color:#fafafab3}.group:before .group-before\:bg-zinc-50\/75{background-color:#fafafabf}.group:before .group-before\:bg-zinc-50\/80{background-color:#fafafacc}.group:before .group-before\:bg-zinc-50\/90{background-color:#fafafae6}.group:before .group-before\:bg-zinc-100{background-color:#f4f4f5}.group:before .group-before\:bg-zinc-100\/0{background-color:#f4f4f500}.group:before .group-before\:bg-zinc-100\/10{background-color:#f4f4f51a}.group:before .group-before\:bg-zinc-100\/20{background-color:#f4f4f533}.group:before .group-before\:bg-zinc-100\/30{background-color:#f4f4f54d}.group:before .group-before\:bg-zinc-100\/40{background-color:#f4f4f566}.group:before .group-before\:bg-zinc-100\/50{background-color:#f4f4f580}.group:before .group-before\:bg-zinc-100\/60{background-color:#f4f4f599}.group:before .group-before\:bg-zinc-100\/70{background-color:#f4f4f5b3}.group:before .group-before\:bg-zinc-100\/75{background-color:#f4f4f5bf}.group:before .group-before\:bg-zinc-100\/80{background-color:#f4f4f5cc}.group:before .group-before\:bg-zinc-100\/90{background-color:#f4f4f5e6}.group:before .group-before\:bg-zinc-200{background-color:#e4e4e7}.group:before .group-before\:bg-zinc-200\/0{background-color:#e4e4e700}.group:before .group-before\:bg-zinc-200\/10{background-color:#e4e4e71a}.group:before .group-before\:bg-zinc-200\/20{background-color:#e4e4e733}.group:before .group-before\:bg-zinc-200\/30{background-color:#e4e4e74d}.group:before .group-before\:bg-zinc-200\/40{background-color:#e4e4e766}.group:before .group-before\:bg-zinc-200\/50{background-color:#e4e4e780}.group:before .group-before\:bg-zinc-200\/60{background-color:#e4e4e799}.group:before .group-before\:bg-zinc-200\/70{background-color:#e4e4e7b3}.group:before .group-before\:bg-zinc-200\/75{background-color:#e4e4e7bf}.group:before .group-before\:bg-zinc-200\/80{background-color:#e4e4e7cc}.group:before .group-before\:bg-zinc-200\/90{background-color:#e4e4e7e6}.group:before .group-before\:bg-zinc-300{background-color:#d4d4d8}.group:before .group-before\:bg-zinc-300\/0{background-color:#d4d4d800}.group:before .group-before\:bg-zinc-300\/10{background-color:#d4d4d81a}.group:before .group-before\:bg-zinc-300\/20{background-color:#d4d4d833}.group:before .group-before\:bg-zinc-300\/30{background-color:#d4d4d84d}.group:before .group-before\:bg-zinc-300\/40{background-color:#d4d4d866}.group:before .group-before\:bg-zinc-300\/50{background-color:#d4d4d880}.group:before .group-before\:bg-zinc-300\/60{background-color:#d4d4d899}.group:before .group-before\:bg-zinc-300\/70{background-color:#d4d4d8b3}.group:before .group-before\:bg-zinc-300\/75{background-color:#d4d4d8bf}.group:before .group-before\:bg-zinc-300\/80{background-color:#d4d4d8cc}.group:before .group-before\:bg-zinc-300\/90{background-color:#d4d4d8e6}.group:before .group-before\:bg-zinc-400{background-color:#a1a1aa}.group:before .group-before\:bg-zinc-400\/0{background-color:#a1a1aa00}.group:before .group-before\:bg-zinc-400\/10{background-color:#a1a1aa1a}.group:before .group-before\:bg-zinc-400\/20{background-color:#a1a1aa33}.group:before .group-before\:bg-zinc-400\/30{background-color:#a1a1aa4d}.group:before .group-before\:bg-zinc-400\/40{background-color:#a1a1aa66}.group:before .group-before\:bg-zinc-400\/50{background-color:#a1a1aa80}.group:before .group-before\:bg-zinc-400\/60{background-color:#a1a1aa99}.group:before .group-before\:bg-zinc-400\/70{background-color:#a1a1aab3}.group:before .group-before\:bg-zinc-400\/75{background-color:#a1a1aabf}.group:before .group-before\:bg-zinc-400\/80{background-color:#a1a1aacc}.group:before .group-before\:bg-zinc-400\/90{background-color:#a1a1aae6}.group:before .group-before\:bg-zinc-500{background-color:#71717a}.group:before .group-before\:bg-zinc-500\/0{background-color:#71717a00}.group:before .group-before\:bg-zinc-500\/10{background-color:#71717a1a}.group:before .group-before\:bg-zinc-500\/20{background-color:#71717a33}.group:before .group-before\:bg-zinc-500\/30{background-color:#71717a4d}.group:before .group-before\:bg-zinc-500\/40{background-color:#71717a66}.group:before .group-before\:bg-zinc-500\/50{background-color:#71717a80}.group:before .group-before\:bg-zinc-500\/60{background-color:#71717a99}.group:before .group-before\:bg-zinc-500\/70{background-color:#71717ab3}.group:before .group-before\:bg-zinc-500\/75{background-color:#71717abf}.group:before .group-before\:bg-zinc-500\/80{background-color:#71717acc}.group:before .group-before\:bg-zinc-500\/90{background-color:#71717ae6}.group:before .group-before\:bg-zinc-600{background-color:#52525b}.group:before .group-before\:bg-zinc-600\/0{background-color:#52525b00}.group:before .group-before\:bg-zinc-600\/10{background-color:#52525b1a}.group:before .group-before\:bg-zinc-600\/20{background-color:#52525b33}.group:before .group-before\:bg-zinc-600\/30{background-color:#52525b4d}.group:before .group-before\:bg-zinc-600\/40{background-color:#52525b66}.group:before .group-before\:bg-zinc-600\/50{background-color:#52525b80}.group:before .group-before\:bg-zinc-600\/60{background-color:#52525b99}.group:before .group-before\:bg-zinc-600\/70{background-color:#52525bb3}.group:before .group-before\:bg-zinc-600\/75{background-color:#52525bbf}.group:before .group-before\:bg-zinc-600\/80{background-color:#52525bcc}.group:before .group-before\:bg-zinc-600\/90{background-color:#52525be6}.group:before .group-before\:bg-zinc-700{background-color:#3f3f46}.group:before .group-before\:bg-zinc-700\/0{background-color:#3f3f4600}.group:before .group-before\:bg-zinc-700\/10{background-color:#3f3f461a}.group:before .group-before\:bg-zinc-700\/20{background-color:#3f3f4633}.group:before .group-before\:bg-zinc-700\/30{background-color:#3f3f464d}.group:before .group-before\:bg-zinc-700\/40{background-color:#3f3f4666}.group:before .group-before\:bg-zinc-700\/50{background-color:#3f3f4680}.group:before .group-before\:bg-zinc-700\/60{background-color:#3f3f4699}.group:before .group-before\:bg-zinc-700\/70{background-color:#3f3f46b3}.group:before .group-before\:bg-zinc-700\/75{background-color:#3f3f46bf}.group:before .group-before\:bg-zinc-700\/80{background-color:#3f3f46cc}.group:before .group-before\:bg-zinc-700\/90{background-color:#3f3f46e6}.group:before .group-before\:bg-zinc-800{background-color:#27272a}.group:before .group-before\:bg-zinc-800\/0{background-color:#27272a00}.group:before .group-before\:bg-zinc-800\/10{background-color:#27272a1a}.group:before .group-before\:bg-zinc-800\/20{background-color:#27272a33}.group:before .group-before\:bg-zinc-800\/30{background-color:#27272a4d}.group:before .group-before\:bg-zinc-800\/40{background-color:#27272a66}.group:before .group-before\:bg-zinc-800\/50{background-color:#27272a80}.group:before .group-before\:bg-zinc-800\/60{background-color:#27272a99}.group:before .group-before\:bg-zinc-800\/70{background-color:#27272ab3}.group:before .group-before\:bg-zinc-800\/75{background-color:#27272abf}.group:before .group-before\:bg-zinc-800\/80{background-color:#27272acc}.group:before .group-before\:bg-zinc-800\/90{background-color:#27272ae6}.group:before .group-before\:bg-zinc-900{background-color:#18181b}.group:before .group-before\:bg-zinc-900\/0{background-color:#18181b00}.group:before .group-before\:bg-zinc-900\/10{background-color:#18181b1a}.group:before .group-before\:bg-zinc-900\/20{background-color:#18181b33}.group:before .group-before\:bg-zinc-900\/30{background-color:#18181b4d}.group:before .group-before\:bg-zinc-900\/40{background-color:#18181b66}.group:before .group-before\:bg-zinc-900\/50{background-color:#18181b80}.group:before .group-before\:bg-zinc-900\/60{background-color:#18181b99}.group:before .group-before\:bg-zinc-900\/70{background-color:#18181bb3}.group:before .group-before\:bg-zinc-900\/75{background-color:#18181bbf}.group:before .group-before\:bg-zinc-900\/80{background-color:#18181bcc}.group:before .group-before\:bg-zinc-900\/90{background-color:#18181be6}.group:before .group-before\:bg-zinc-950{background-color:#09090b}.group:before .group-before\:bg-zinc-950\/0{background-color:#09090b00}.group:before .group-before\:bg-zinc-950\/10{background-color:#09090b1a}.group:before .group-before\:bg-zinc-950\/20{background-color:#09090b33}.group:before .group-before\:bg-zinc-950\/30{background-color:#09090b4d}.group:before .group-before\:bg-zinc-950\/40{background-color:#09090b66}.group:before .group-before\:bg-zinc-950\/50{background-color:#09090b80}.group:before .group-before\:bg-zinc-950\/60{background-color:#09090b99}.group:before .group-before\:bg-zinc-950\/70{background-color:#09090bb3}.group:before .group-before\:bg-zinc-950\/75{background-color:#09090bbf}.group:before .group-before\:bg-zinc-950\/80{background-color:#09090bcc}.group:before .group-before\:bg-zinc-950\/90{background-color:#09090be6}.group:before .group-before\:bg-neutral-50{background-color:#fafafa}.group:before .group-before\:bg-neutral-50\/0{background-color:#fafafa00}.group:before .group-before\:bg-neutral-50\/10{background-color:#fafafa1a}.group:before .group-before\:bg-neutral-50\/20{background-color:#fafafa33}.group:before .group-before\:bg-neutral-50\/30{background-color:#fafafa4d}.group:before .group-before\:bg-neutral-50\/40{background-color:#fafafa66}.group:before .group-before\:bg-neutral-50\/50{background-color:#fafafa80}.group:before .group-before\:bg-neutral-50\/60{background-color:#fafafa99}.group:before .group-before\:bg-neutral-50\/70{background-color:#fafafab3}.group:before .group-before\:bg-neutral-50\/75{background-color:#fafafabf}.group:before .group-before\:bg-neutral-50\/80{background-color:#fafafacc}.group:before .group-before\:bg-neutral-50\/90{background-color:#fafafae6}.group:before .group-before\:bg-neutral-100{background-color:#f5f5f5}.group:before .group-before\:bg-neutral-100\/0{background-color:#f5f5f500}.group:before .group-before\:bg-neutral-100\/10{background-color:#f5f5f51a}.group:before .group-before\:bg-neutral-100\/20{background-color:#f5f5f533}.group:before .group-before\:bg-neutral-100\/30{background-color:#f5f5f54d}.group:before .group-before\:bg-neutral-100\/40{background-color:#f5f5f566}.group:before .group-before\:bg-neutral-100\/50{background-color:#f5f5f580}.group:before .group-before\:bg-neutral-100\/60{background-color:#f5f5f599}.group:before .group-before\:bg-neutral-100\/70{background-color:#f5f5f5b3}.group:before .group-before\:bg-neutral-100\/75{background-color:#f5f5f5bf}.group:before .group-before\:bg-neutral-100\/80{background-color:#f5f5f5cc}.group:before .group-before\:bg-neutral-100\/90{background-color:#f5f5f5e6}.group:before .group-before\:bg-neutral-200{background-color:#e5e5e5}.group:before .group-before\:bg-neutral-200\/0{background-color:#e5e5e500}.group:before .group-before\:bg-neutral-200\/10{background-color:#e5e5e51a}.group:before .group-before\:bg-neutral-200\/20{background-color:#e5e5e533}.group:before .group-before\:bg-neutral-200\/30{background-color:#e5e5e54d}.group:before .group-before\:bg-neutral-200\/40{background-color:#e5e5e566}.group:before .group-before\:bg-neutral-200\/50{background-color:#e5e5e580}.group:before .group-before\:bg-neutral-200\/60{background-color:#e5e5e599}.group:before .group-before\:bg-neutral-200\/70{background-color:#e5e5e5b3}.group:before .group-before\:bg-neutral-200\/75{background-color:#e5e5e5bf}.group:before .group-before\:bg-neutral-200\/80{background-color:#e5e5e5cc}.group:before .group-before\:bg-neutral-200\/90{background-color:#e5e5e5e6}.group:before .group-before\:bg-neutral-300{background-color:#d4d4d4}.group:before .group-before\:bg-neutral-300\/0{background-color:#d4d4d400}.group:before .group-before\:bg-neutral-300\/10{background-color:#d4d4d41a}.group:before .group-before\:bg-neutral-300\/20{background-color:#d4d4d433}.group:before .group-before\:bg-neutral-300\/30{background-color:#d4d4d44d}.group:before .group-before\:bg-neutral-300\/40{background-color:#d4d4d466}.group:before .group-before\:bg-neutral-300\/50{background-color:#d4d4d480}.group:before .group-before\:bg-neutral-300\/60{background-color:#d4d4d499}.group:before .group-before\:bg-neutral-300\/70{background-color:#d4d4d4b3}.group:before .group-before\:bg-neutral-300\/75{background-color:#d4d4d4bf}.group:before .group-before\:bg-neutral-300\/80{background-color:#d4d4d4cc}.group:before .group-before\:bg-neutral-300\/90{background-color:#d4d4d4e6}.group:before .group-before\:bg-neutral-400{background-color:#a3a3a3}.group:before .group-before\:bg-neutral-400\/0{background-color:#a3a3a300}.group:before .group-before\:bg-neutral-400\/10{background-color:#a3a3a31a}.group:before .group-before\:bg-neutral-400\/20{background-color:#a3a3a333}.group:before .group-before\:bg-neutral-400\/30{background-color:#a3a3a34d}.group:before .group-before\:bg-neutral-400\/40{background-color:#a3a3a366}.group:before .group-before\:bg-neutral-400\/50{background-color:#a3a3a380}.group:before .group-before\:bg-neutral-400\/60{background-color:#a3a3a399}.group:before .group-before\:bg-neutral-400\/70{background-color:#a3a3a3b3}.group:before .group-before\:bg-neutral-400\/75{background-color:#a3a3a3bf}.group:before .group-before\:bg-neutral-400\/80{background-color:#a3a3a3cc}.group:before .group-before\:bg-neutral-400\/90{background-color:#a3a3a3e6}.group:before .group-before\:bg-neutral-500{background-color:#737373}.group:before .group-before\:bg-neutral-500\/0{background-color:#73737300}.group:before .group-before\:bg-neutral-500\/10{background-color:#7373731a}.group:before .group-before\:bg-neutral-500\/20{background-color:#73737333}.group:before .group-before\:bg-neutral-500\/30{background-color:#7373734d}.group:before .group-before\:bg-neutral-500\/40{background-color:#73737366}.group:before .group-before\:bg-neutral-500\/50{background-color:#73737380}.group:before .group-before\:bg-neutral-500\/60{background-color:#73737399}.group:before .group-before\:bg-neutral-500\/70{background-color:#737373b3}.group:before .group-before\:bg-neutral-500\/75{background-color:#737373bf}.group:before .group-before\:bg-neutral-500\/80{background-color:#737373cc}.group:before .group-before\:bg-neutral-500\/90{background-color:#737373e6}.group:before .group-before\:bg-neutral-600{background-color:#525252}.group:before .group-before\:bg-neutral-600\/0{background-color:#52525200}.group:before .group-before\:bg-neutral-600\/10{background-color:#5252521a}.group:before .group-before\:bg-neutral-600\/20{background-color:#52525233}.group:before .group-before\:bg-neutral-600\/30{background-color:#5252524d}.group:before .group-before\:bg-neutral-600\/40{background-color:#52525266}.group:before .group-before\:bg-neutral-600\/50{background-color:#52525280}.group:before .group-before\:bg-neutral-600\/60{background-color:#52525299}.group:before .group-before\:bg-neutral-600\/70{background-color:#525252b3}.group:before .group-before\:bg-neutral-600\/75{background-color:#525252bf}.group:before .group-before\:bg-neutral-600\/80{background-color:#525252cc}.group:before .group-before\:bg-neutral-600\/90{background-color:#525252e6}.group:before .group-before\:bg-neutral-700{background-color:#404040}.group:before .group-before\:bg-neutral-700\/0{background-color:#40404000}.group:before .group-before\:bg-neutral-700\/10{background-color:#4040401a}.group:before .group-before\:bg-neutral-700\/20{background-color:#40404033}.group:before .group-before\:bg-neutral-700\/30{background-color:#4040404d}.group:before .group-before\:bg-neutral-700\/40{background-color:#40404066}.group:before .group-before\:bg-neutral-700\/50{background-color:#40404080}.group:before .group-before\:bg-neutral-700\/60{background-color:#40404099}.group:before .group-before\:bg-neutral-700\/70{background-color:#404040b3}.group:before .group-before\:bg-neutral-700\/75{background-color:#404040bf}.group:before .group-before\:bg-neutral-700\/80{background-color:#404040cc}.group:before .group-before\:bg-neutral-700\/90{background-color:#404040e6}.group:before .group-before\:bg-neutral-800{background-color:#262626}.group:before .group-before\:bg-neutral-800\/0{background-color:#26262600}.group:before .group-before\:bg-neutral-800\/10{background-color:#2626261a}.group:before .group-before\:bg-neutral-800\/20{background-color:#26262633}.group:before .group-before\:bg-neutral-800\/30{background-color:#2626264d}.group:before .group-before\:bg-neutral-800\/40{background-color:#26262666}.group:before .group-before\:bg-neutral-800\/50{background-color:#26262680}.group:before .group-before\:bg-neutral-800\/60{background-color:#26262699}.group:before .group-before\:bg-neutral-800\/70{background-color:#262626b3}.group:before .group-before\:bg-neutral-800\/75{background-color:#262626bf}.group:before .group-before\:bg-neutral-800\/80{background-color:#262626cc}.group:before .group-before\:bg-neutral-800\/90{background-color:#262626e6}.group:before .group-before\:bg-neutral-900{background-color:#171717}.group:before .group-before\:bg-neutral-900\/0{background-color:#17171700}.group:before .group-before\:bg-neutral-900\/10{background-color:#1717171a}.group:before .group-before\:bg-neutral-900\/20{background-color:#17171733}.group:before .group-before\:bg-neutral-900\/30{background-color:#1717174d}.group:before .group-before\:bg-neutral-900\/40{background-color:#17171766}.group:before .group-before\:bg-neutral-900\/50{background-color:#17171780}.group:before .group-before\:bg-neutral-900\/60{background-color:#17171799}.group:before .group-before\:bg-neutral-900\/70{background-color:#171717b3}.group:before .group-before\:bg-neutral-900\/75{background-color:#171717bf}.group:before .group-before\:bg-neutral-900\/80{background-color:#171717cc}.group:before .group-before\:bg-neutral-900\/90{background-color:#171717e6}.group:before .group-before\:bg-neutral-950{background-color:#0a0a0a}.group:before .group-before\:bg-neutral-950\/0{background-color:#0a0a0a00}.group:before .group-before\:bg-neutral-950\/10{background-color:#0a0a0a1a}.group:before .group-before\:bg-neutral-950\/20{background-color:#0a0a0a33}.group:before .group-before\:bg-neutral-950\/30{background-color:#0a0a0a4d}.group:before .group-before\:bg-neutral-950\/40{background-color:#0a0a0a66}.group:before .group-before\:bg-neutral-950\/50{background-color:#0a0a0a80}.group:before .group-before\:bg-neutral-950\/60{background-color:#0a0a0a99}.group:before .group-before\:bg-neutral-950\/70{background-color:#0a0a0ab3}.group:before .group-before\:bg-neutral-950\/75{background-color:#0a0a0abf}.group:before .group-before\:bg-neutral-950\/80{background-color:#0a0a0acc}.group:before .group-before\:bg-neutral-950\/90{background-color:#0a0a0ae6}.group:before .group-before\:bg-stone-50{background-color:#fafaf9}.group:before .group-before\:bg-stone-50\/0{background-color:#fafaf900}.group:before .group-before\:bg-stone-50\/10{background-color:#fafaf91a}.group:before .group-before\:bg-stone-50\/20{background-color:#fafaf933}.group:before .group-before\:bg-stone-50\/30{background-color:#fafaf94d}.group:before .group-before\:bg-stone-50\/40{background-color:#fafaf966}.group:before .group-before\:bg-stone-50\/50{background-color:#fafaf980}.group:before .group-before\:bg-stone-50\/60{background-color:#fafaf999}.group:before .group-before\:bg-stone-50\/70{background-color:#fafaf9b3}.group:before .group-before\:bg-stone-50\/75{background-color:#fafaf9bf}.group:before .group-before\:bg-stone-50\/80{background-color:#fafaf9cc}.group:before .group-before\:bg-stone-50\/90{background-color:#fafaf9e6}.group:before .group-before\:bg-stone-100{background-color:#f5f5f4}.group:before .group-before\:bg-stone-100\/0{background-color:#f5f5f400}.group:before .group-before\:bg-stone-100\/10{background-color:#f5f5f41a}.group:before .group-before\:bg-stone-100\/20{background-color:#f5f5f433}.group:before .group-before\:bg-stone-100\/30{background-color:#f5f5f44d}.group:before .group-before\:bg-stone-100\/40{background-color:#f5f5f466}.group:before .group-before\:bg-stone-100\/50{background-color:#f5f5f480}.group:before .group-before\:bg-stone-100\/60{background-color:#f5f5f499}.group:before .group-before\:bg-stone-100\/70{background-color:#f5f5f4b3}.group:before .group-before\:bg-stone-100\/75{background-color:#f5f5f4bf}.group:before .group-before\:bg-stone-100\/80{background-color:#f5f5f4cc}.group:before .group-before\:bg-stone-100\/90{background-color:#f5f5f4e6}.group:before .group-before\:bg-stone-200{background-color:#e7e5e4}.group:before .group-before\:bg-stone-200\/0{background-color:#e7e5e400}.group:before .group-before\:bg-stone-200\/10{background-color:#e7e5e41a}.group:before .group-before\:bg-stone-200\/20{background-color:#e7e5e433}.group:before .group-before\:bg-stone-200\/30{background-color:#e7e5e44d}.group:before .group-before\:bg-stone-200\/40{background-color:#e7e5e466}.group:before .group-before\:bg-stone-200\/50{background-color:#e7e5e480}.group:before .group-before\:bg-stone-200\/60{background-color:#e7e5e499}.group:before .group-before\:bg-stone-200\/70{background-color:#e7e5e4b3}.group:before .group-before\:bg-stone-200\/75{background-color:#e7e5e4bf}.group:before .group-before\:bg-stone-200\/80{background-color:#e7e5e4cc}.group:before .group-before\:bg-stone-200\/90{background-color:#e7e5e4e6}.group:before .group-before\:bg-stone-300{background-color:#d6d3d1}.group:before .group-before\:bg-stone-300\/0{background-color:#d6d3d100}.group:before .group-before\:bg-stone-300\/10{background-color:#d6d3d11a}.group:before .group-before\:bg-stone-300\/20{background-color:#d6d3d133}.group:before .group-before\:bg-stone-300\/30{background-color:#d6d3d14d}.group:before .group-before\:bg-stone-300\/40{background-color:#d6d3d166}.group:before .group-before\:bg-stone-300\/50{background-color:#d6d3d180}.group:before .group-before\:bg-stone-300\/60{background-color:#d6d3d199}.group:before .group-before\:bg-stone-300\/70{background-color:#d6d3d1b3}.group:before .group-before\:bg-stone-300\/75{background-color:#d6d3d1bf}.group:before .group-before\:bg-stone-300\/80{background-color:#d6d3d1cc}.group:before .group-before\:bg-stone-300\/90{background-color:#d6d3d1e6}.group:before .group-before\:bg-stone-400{background-color:#a8a29e}.group:before .group-before\:bg-stone-400\/0{background-color:#a8a29e00}.group:before .group-before\:bg-stone-400\/10{background-color:#a8a29e1a}.group:before .group-before\:bg-stone-400\/20{background-color:#a8a29e33}.group:before .group-before\:bg-stone-400\/30{background-color:#a8a29e4d}.group:before .group-before\:bg-stone-400\/40{background-color:#a8a29e66}.group:before .group-before\:bg-stone-400\/50{background-color:#a8a29e80}.group:before .group-before\:bg-stone-400\/60{background-color:#a8a29e99}.group:before .group-before\:bg-stone-400\/70{background-color:#a8a29eb3}.group:before .group-before\:bg-stone-400\/75{background-color:#a8a29ebf}.group:before .group-before\:bg-stone-400\/80{background-color:#a8a29ecc}.group:before .group-before\:bg-stone-400\/90{background-color:#a8a29ee6}.group:before .group-before\:bg-stone-500{background-color:#78716c}.group:before .group-before\:bg-stone-500\/0{background-color:#78716c00}.group:before .group-before\:bg-stone-500\/10{background-color:#78716c1a}.group:before .group-before\:bg-stone-500\/20{background-color:#78716c33}.group:before .group-before\:bg-stone-500\/30{background-color:#78716c4d}.group:before .group-before\:bg-stone-500\/40{background-color:#78716c66}.group:before .group-before\:bg-stone-500\/50{background-color:#78716c80}.group:before .group-before\:bg-stone-500\/60{background-color:#78716c99}.group:before .group-before\:bg-stone-500\/70{background-color:#78716cb3}.group:before .group-before\:bg-stone-500\/75{background-color:#78716cbf}.group:before .group-before\:bg-stone-500\/80{background-color:#78716ccc}.group:before .group-before\:bg-stone-500\/90{background-color:#78716ce6}.group:before .group-before\:bg-stone-600{background-color:#57534e}.group:before .group-before\:bg-stone-600\/0{background-color:#57534e00}.group:before .group-before\:bg-stone-600\/10{background-color:#57534e1a}.group:before .group-before\:bg-stone-600\/20{background-color:#57534e33}.group:before .group-before\:bg-stone-600\/30{background-color:#57534e4d}.group:before .group-before\:bg-stone-600\/40{background-color:#57534e66}.group:before .group-before\:bg-stone-600\/50{background-color:#57534e80}.group:before .group-before\:bg-stone-600\/60{background-color:#57534e99}.group:before .group-before\:bg-stone-600\/70{background-color:#57534eb3}.group:before .group-before\:bg-stone-600\/75{background-color:#57534ebf}.group:before .group-before\:bg-stone-600\/80{background-color:#57534ecc}.group:before .group-before\:bg-stone-600\/90{background-color:#57534ee6}.group:before .group-before\:bg-stone-700{background-color:#44403c}.group:before .group-before\:bg-stone-700\/0{background-color:#44403c00}.group:before .group-before\:bg-stone-700\/10{background-color:#44403c1a}.group:before .group-before\:bg-stone-700\/20{background-color:#44403c33}.group:before .group-before\:bg-stone-700\/30{background-color:#44403c4d}.group:before .group-before\:bg-stone-700\/40{background-color:#44403c66}.group:before .group-before\:bg-stone-700\/50{background-color:#44403c80}.group:before .group-before\:bg-stone-700\/60{background-color:#44403c99}.group:before .group-before\:bg-stone-700\/70{background-color:#44403cb3}.group:before .group-before\:bg-stone-700\/75{background-color:#44403cbf}.group:before .group-before\:bg-stone-700\/80{background-color:#44403ccc}.group:before .group-before\:bg-stone-700\/90{background-color:#44403ce6}.group:before .group-before\:bg-stone-800{background-color:#292524}.group:before .group-before\:bg-stone-800\/0{background-color:#29252400}.group:before .group-before\:bg-stone-800\/10{background-color:#2925241a}.group:before .group-before\:bg-stone-800\/20{background-color:#29252433}.group:before .group-before\:bg-stone-800\/30{background-color:#2925244d}.group:before .group-before\:bg-stone-800\/40{background-color:#29252466}.group:before .group-before\:bg-stone-800\/50{background-color:#29252480}.group:before .group-before\:bg-stone-800\/60{background-color:#29252499}.group:before .group-before\:bg-stone-800\/70{background-color:#292524b3}.group:before .group-before\:bg-stone-800\/75{background-color:#292524bf}.group:before .group-before\:bg-stone-800\/80{background-color:#292524cc}.group:before .group-before\:bg-stone-800\/90{background-color:#292524e6}.group:before .group-before\:bg-stone-900{background-color:#1c1917}.group:before .group-before\:bg-stone-900\/0{background-color:#1c191700}.group:before .group-before\:bg-stone-900\/10{background-color:#1c19171a}.group:before .group-before\:bg-stone-900\/20{background-color:#1c191733}.group:before .group-before\:bg-stone-900\/30{background-color:#1c19174d}.group:before .group-before\:bg-stone-900\/40{background-color:#1c191766}.group:before .group-before\:bg-stone-900\/50{background-color:#1c191780}.group:before .group-before\:bg-stone-900\/60{background-color:#1c191799}.group:before .group-before\:bg-stone-900\/70{background-color:#1c1917b3}.group:before .group-before\:bg-stone-900\/75{background-color:#1c1917bf}.group:before .group-before\:bg-stone-900\/80{background-color:#1c1917cc}.group:before .group-before\:bg-stone-900\/90{background-color:#1c1917e6}.group:before .group-before\:bg-stone-950{background-color:#0c0a09}.group:before .group-before\:bg-stone-950\/0{background-color:#0c0a0900}.group:before .group-before\:bg-stone-950\/10{background-color:#0c0a091a}.group:before .group-before\:bg-stone-950\/20{background-color:#0c0a0933}.group:before .group-before\:bg-stone-950\/30{background-color:#0c0a094d}.group:before .group-before\:bg-stone-950\/40{background-color:#0c0a0966}.group:before .group-before\:bg-stone-950\/50{background-color:#0c0a0980}.group:before .group-before\:bg-stone-950\/60{background-color:#0c0a0999}.group:before .group-before\:bg-stone-950\/70{background-color:#0c0a09b3}.group:before .group-before\:bg-stone-950\/75{background-color:#0c0a09bf}.group:before .group-before\:bg-stone-950\/80{background-color:#0c0a09cc}.group:before .group-before\:bg-stone-950\/90{background-color:#0c0a09e6}.group:before .group-before\:bg-red-50{background-color:#fef2f2}.group:before .group-before\:bg-red-50\/0{background-color:#fef2f200}.group:before .group-before\:bg-red-50\/10{background-color:#fef2f21a}.group:before .group-before\:bg-red-50\/20{background-color:#fef2f233}.group:before .group-before\:bg-red-50\/30{background-color:#fef2f24d}.group:before .group-before\:bg-red-50\/40{background-color:#fef2f266}.group:before .group-before\:bg-red-50\/50{background-color:#fef2f280}.group:before .group-before\:bg-red-50\/60{background-color:#fef2f299}.group:before .group-before\:bg-red-50\/70{background-color:#fef2f2b3}.group:before .group-before\:bg-red-50\/75{background-color:#fef2f2bf}.group:before .group-before\:bg-red-50\/80{background-color:#fef2f2cc}.group:before .group-before\:bg-red-50\/90{background-color:#fef2f2e6}.group:before .group-before\:bg-red-100{background-color:#fee2e2}.group:before .group-before\:bg-red-100\/0{background-color:#fee2e200}.group:before .group-before\:bg-red-100\/10{background-color:#fee2e21a}.group:before .group-before\:bg-red-100\/20{background-color:#fee2e233}.group:before .group-before\:bg-red-100\/30{background-color:#fee2e24d}.group:before .group-before\:bg-red-100\/40{background-color:#fee2e266}.group:before .group-before\:bg-red-100\/50{background-color:#fee2e280}.group:before .group-before\:bg-red-100\/60{background-color:#fee2e299}.group:before .group-before\:bg-red-100\/70{background-color:#fee2e2b3}.group:before .group-before\:bg-red-100\/75{background-color:#fee2e2bf}.group:before .group-before\:bg-red-100\/80{background-color:#fee2e2cc}.group:before .group-before\:bg-red-100\/90{background-color:#fee2e2e6}.group:before .group-before\:bg-red-200{background-color:#fecaca}.group:before .group-before\:bg-red-200\/0{background-color:#fecaca00}.group:before .group-before\:bg-red-200\/10{background-color:#fecaca1a}.group:before .group-before\:bg-red-200\/20{background-color:#fecaca33}.group:before .group-before\:bg-red-200\/30{background-color:#fecaca4d}.group:before .group-before\:bg-red-200\/40{background-color:#fecaca66}.group:before .group-before\:bg-red-200\/50{background-color:#fecaca80}.group:before .group-before\:bg-red-200\/60{background-color:#fecaca99}.group:before .group-before\:bg-red-200\/70{background-color:#fecacab3}.group:before .group-before\:bg-red-200\/75{background-color:#fecacabf}.group:before .group-before\:bg-red-200\/80{background-color:#fecacacc}.group:before .group-before\:bg-red-200\/90{background-color:#fecacae6}.group:before .group-before\:bg-red-300{background-color:#fca5a5}.group:before .group-before\:bg-red-300\/0{background-color:#fca5a500}.group:before .group-before\:bg-red-300\/10{background-color:#fca5a51a}.group:before .group-before\:bg-red-300\/20{background-color:#fca5a533}.group:before .group-before\:bg-red-300\/30{background-color:#fca5a54d}.group:before .group-before\:bg-red-300\/40{background-color:#fca5a566}.group:before .group-before\:bg-red-300\/50{background-color:#fca5a580}.group:before .group-before\:bg-red-300\/60{background-color:#fca5a599}.group:before .group-before\:bg-red-300\/70{background-color:#fca5a5b3}.group:before .group-before\:bg-red-300\/75{background-color:#fca5a5bf}.group:before .group-before\:bg-red-300\/80{background-color:#fca5a5cc}.group:before .group-before\:bg-red-300\/90{background-color:#fca5a5e6}.group:before .group-before\:bg-red-400{background-color:#f87171}.group:before .group-before\:bg-red-400\/0{background-color:#f8717100}.group:before .group-before\:bg-red-400\/10{background-color:#f871711a}.group:before .group-before\:bg-red-400\/20{background-color:#f8717133}.group:before .group-before\:bg-red-400\/30{background-color:#f871714d}.group:before .group-before\:bg-red-400\/40{background-color:#f8717166}.group:before .group-before\:bg-red-400\/50{background-color:#f8717180}.group:before .group-before\:bg-red-400\/60{background-color:#f8717199}.group:before .group-before\:bg-red-400\/70{background-color:#f87171b3}.group:before .group-before\:bg-red-400\/75{background-color:#f87171bf}.group:before .group-before\:bg-red-400\/80{background-color:#f87171cc}.group:before .group-before\:bg-red-400\/90{background-color:#f87171e6}.group:before .group-before\:bg-red-500{background-color:#ef4444}.group:before .group-before\:bg-red-500\/0{background-color:#ef444400}.group:before .group-before\:bg-red-500\/10{background-color:#ef44441a}.group:before .group-before\:bg-red-500\/20{background-color:#ef444433}.group:before .group-before\:bg-red-500\/30{background-color:#ef44444d}.group:before .group-before\:bg-red-500\/40{background-color:#ef444466}.group:before .group-before\:bg-red-500\/50{background-color:#ef444480}.group:before .group-before\:bg-red-500\/60{background-color:#ef444499}.group:before .group-before\:bg-red-500\/70{background-color:#ef4444b3}.group:before .group-before\:bg-red-500\/75{background-color:#ef4444bf}.group:before .group-before\:bg-red-500\/80{background-color:#ef4444cc}.group:before .group-before\:bg-red-500\/90{background-color:#ef4444e6}.group:before .group-before\:bg-red-600{background-color:#dc2626}.group:before .group-before\:bg-red-600\/0{background-color:#dc262600}.group:before .group-before\:bg-red-600\/10{background-color:#dc26261a}.group:before .group-before\:bg-red-600\/20{background-color:#dc262633}.group:before .group-before\:bg-red-600\/30{background-color:#dc26264d}.group:before .group-before\:bg-red-600\/40{background-color:#dc262666}.group:before .group-before\:bg-red-600\/50{background-color:#dc262680}.group:before .group-before\:bg-red-600\/60{background-color:#dc262699}.group:before .group-before\:bg-red-600\/70{background-color:#dc2626b3}.group:before .group-before\:bg-red-600\/75{background-color:#dc2626bf}.group:before .group-before\:bg-red-600\/80{background-color:#dc2626cc}.group:before .group-before\:bg-red-600\/90{background-color:#dc2626e6}.group:before .group-before\:bg-red-700{background-color:#b91c1c}.group:before .group-before\:bg-red-700\/0{background-color:#b91c1c00}.group:before .group-before\:bg-red-700\/10{background-color:#b91c1c1a}.group:before .group-before\:bg-red-700\/20{background-color:#b91c1c33}.group:before .group-before\:bg-red-700\/30{background-color:#b91c1c4d}.group:before .group-before\:bg-red-700\/40{background-color:#b91c1c66}.group:before .group-before\:bg-red-700\/50{background-color:#b91c1c80}.group:before .group-before\:bg-red-700\/60{background-color:#b91c1c99}.group:before .group-before\:bg-red-700\/70{background-color:#b91c1cb3}.group:before .group-before\:bg-red-700\/75{background-color:#b91c1cbf}.group:before .group-before\:bg-red-700\/80{background-color:#b91c1ccc}.group:before .group-before\:bg-red-700\/90{background-color:#b91c1ce6}.group:before .group-before\:bg-red-800{background-color:#991b1b}.group:before .group-before\:bg-red-800\/0{background-color:#991b1b00}.group:before .group-before\:bg-red-800\/10{background-color:#991b1b1a}.group:before .group-before\:bg-red-800\/20{background-color:#991b1b33}.group:before .group-before\:bg-red-800\/30{background-color:#991b1b4d}.group:before .group-before\:bg-red-800\/40{background-color:#991b1b66}.group:before .group-before\:bg-red-800\/50{background-color:#991b1b80}.group:before .group-before\:bg-red-800\/60{background-color:#991b1b99}.group:before .group-before\:bg-red-800\/70{background-color:#991b1bb3}.group:before .group-before\:bg-red-800\/75{background-color:#991b1bbf}.group:before .group-before\:bg-red-800\/80{background-color:#991b1bcc}.group:before .group-before\:bg-red-800\/90{background-color:#991b1be6}.group:before .group-before\:bg-red-900{background-color:#7f1d1d}.group:before .group-before\:bg-red-900\/0{background-color:#7f1d1d00}.group:before .group-before\:bg-red-900\/10{background-color:#7f1d1d1a}.group:before .group-before\:bg-red-900\/20{background-color:#7f1d1d33}.group:before .group-before\:bg-red-900\/30{background-color:#7f1d1d4d}.group:before .group-before\:bg-red-900\/40{background-color:#7f1d1d66}.group:before .group-before\:bg-red-900\/50{background-color:#7f1d1d80}.group:before .group-before\:bg-red-900\/60{background-color:#7f1d1d99}.group:before .group-before\:bg-red-900\/70{background-color:#7f1d1db3}.group:before .group-before\:bg-red-900\/75{background-color:#7f1d1dbf}.group:before .group-before\:bg-red-900\/80{background-color:#7f1d1dcc}.group:before .group-before\:bg-red-900\/90{background-color:#7f1d1de6}.group:before .group-before\:bg-red-950{background-color:#450a0a}.group:before .group-before\:bg-red-950\/0{background-color:#450a0a00}.group:before .group-before\:bg-red-950\/10{background-color:#450a0a1a}.group:before .group-before\:bg-red-950\/20{background-color:#450a0a33}.group:before .group-before\:bg-red-950\/30{background-color:#450a0a4d}.group:before .group-before\:bg-red-950\/40{background-color:#450a0a66}.group:before .group-before\:bg-red-950\/50{background-color:#450a0a80}.group:before .group-before\:bg-red-950\/60{background-color:#450a0a99}.group:before .group-before\:bg-red-950\/70{background-color:#450a0ab3}.group:before .group-before\:bg-red-950\/75{background-color:#450a0abf}.group:before .group-before\:bg-red-950\/80{background-color:#450a0acc}.group:before .group-before\:bg-red-950\/90{background-color:#450a0ae6}.group:before .group-before\:bg-orange-50{background-color:#fff7ed}.group:before .group-before\:bg-orange-50\/0{background-color:#fff7ed00}.group:before .group-before\:bg-orange-50\/10{background-color:#fff7ed1a}.group:before .group-before\:bg-orange-50\/20{background-color:#fff7ed33}.group:before .group-before\:bg-orange-50\/30{background-color:#fff7ed4d}.group:before .group-before\:bg-orange-50\/40{background-color:#fff7ed66}.group:before .group-before\:bg-orange-50\/50{background-color:#fff7ed80}.group:before .group-before\:bg-orange-50\/60{background-color:#fff7ed99}.group:before .group-before\:bg-orange-50\/70{background-color:#fff7edb3}.group:before .group-before\:bg-orange-50\/75{background-color:#fff7edbf}.group:before .group-before\:bg-orange-50\/80{background-color:#fff7edcc}.group:before .group-before\:bg-orange-50\/90{background-color:#fff7ede6}.group:before .group-before\:bg-orange-100{background-color:#ffedd5}.group:before .group-before\:bg-orange-100\/0{background-color:#ffedd500}.group:before .group-before\:bg-orange-100\/10{background-color:#ffedd51a}.group:before .group-before\:bg-orange-100\/20{background-color:#ffedd533}.group:before .group-before\:bg-orange-100\/30{background-color:#ffedd54d}.group:before .group-before\:bg-orange-100\/40{background-color:#ffedd566}.group:before .group-before\:bg-orange-100\/50{background-color:#ffedd580}.group:before .group-before\:bg-orange-100\/60{background-color:#ffedd599}.group:before .group-before\:bg-orange-100\/70{background-color:#ffedd5b3}.group:before .group-before\:bg-orange-100\/75{background-color:#ffedd5bf}.group:before .group-before\:bg-orange-100\/80{background-color:#ffedd5cc}.group:before .group-before\:bg-orange-100\/90{background-color:#ffedd5e6}.group:before .group-before\:bg-orange-200{background-color:#fed7aa}.group:before .group-before\:bg-orange-200\/0{background-color:#fed7aa00}.group:before .group-before\:bg-orange-200\/10{background-color:#fed7aa1a}.group:before .group-before\:bg-orange-200\/20{background-color:#fed7aa33}.group:before .group-before\:bg-orange-200\/30{background-color:#fed7aa4d}.group:before .group-before\:bg-orange-200\/40{background-color:#fed7aa66}.group:before .group-before\:bg-orange-200\/50{background-color:#fed7aa80}.group:before .group-before\:bg-orange-200\/60{background-color:#fed7aa99}.group:before .group-before\:bg-orange-200\/70{background-color:#fed7aab3}.group:before .group-before\:bg-orange-200\/75{background-color:#fed7aabf}.group:before .group-before\:bg-orange-200\/80{background-color:#fed7aacc}.group:before .group-before\:bg-orange-200\/90{background-color:#fed7aae6}.group:before .group-before\:bg-orange-300{background-color:#fdba74}.group:before .group-before\:bg-orange-300\/0{background-color:#fdba7400}.group:before .group-before\:bg-orange-300\/10{background-color:#fdba741a}.group:before .group-before\:bg-orange-300\/20{background-color:#fdba7433}.group:before .group-before\:bg-orange-300\/30{background-color:#fdba744d}.group:before .group-before\:bg-orange-300\/40{background-color:#fdba7466}.group:before .group-before\:bg-orange-300\/50{background-color:#fdba7480}.group:before .group-before\:bg-orange-300\/60{background-color:#fdba7499}.group:before .group-before\:bg-orange-300\/70{background-color:#fdba74b3}.group:before .group-before\:bg-orange-300\/75{background-color:#fdba74bf}.group:before .group-before\:bg-orange-300\/80{background-color:#fdba74cc}.group:before .group-before\:bg-orange-300\/90{background-color:#fdba74e6}.group:before .group-before\:bg-orange-400{background-color:#fb923c}.group:before .group-before\:bg-orange-400\/0{background-color:#fb923c00}.group:before .group-before\:bg-orange-400\/10{background-color:#fb923c1a}.group:before .group-before\:bg-orange-400\/20{background-color:#fb923c33}.group:before .group-before\:bg-orange-400\/30{background-color:#fb923c4d}.group:before .group-before\:bg-orange-400\/40{background-color:#fb923c66}.group:before .group-before\:bg-orange-400\/50{background-color:#fb923c80}.group:before .group-before\:bg-orange-400\/60{background-color:#fb923c99}.group:before .group-before\:bg-orange-400\/70{background-color:#fb923cb3}.group:before .group-before\:bg-orange-400\/75{background-color:#fb923cbf}.group:before .group-before\:bg-orange-400\/80{background-color:#fb923ccc}.group:before .group-before\:bg-orange-400\/90{background-color:#fb923ce6}.group:before .group-before\:bg-orange-500{background-color:#f97316}.group:before .group-before\:bg-orange-500\/0{background-color:#f9731600}.group:before .group-before\:bg-orange-500\/10{background-color:#f973161a}.group:before .group-before\:bg-orange-500\/20{background-color:#f9731633}.group:before .group-before\:bg-orange-500\/30{background-color:#f973164d}.group:before .group-before\:bg-orange-500\/40{background-color:#f9731666}.group:before .group-before\:bg-orange-500\/50{background-color:#f9731680}.group:before .group-before\:bg-orange-500\/60{background-color:#f9731699}.group:before .group-before\:bg-orange-500\/70{background-color:#f97316b3}.group:before .group-before\:bg-orange-500\/75{background-color:#f97316bf}.group:before .group-before\:bg-orange-500\/80{background-color:#f97316cc}.group:before .group-before\:bg-orange-500\/90{background-color:#f97316e6}.group:before .group-before\:bg-orange-600{background-color:#ea580c}.group:before .group-before\:bg-orange-600\/0{background-color:#ea580c00}.group:before .group-before\:bg-orange-600\/10{background-color:#ea580c1a}.group:before .group-before\:bg-orange-600\/20{background-color:#ea580c33}.group:before .group-before\:bg-orange-600\/30{background-color:#ea580c4d}.group:before .group-before\:bg-orange-600\/40{background-color:#ea580c66}.group:before .group-before\:bg-orange-600\/50{background-color:#ea580c80}.group:before .group-before\:bg-orange-600\/60{background-color:#ea580c99}.group:before .group-before\:bg-orange-600\/70{background-color:#ea580cb3}.group:before .group-before\:bg-orange-600\/75{background-color:#ea580cbf}.group:before .group-before\:bg-orange-600\/80{background-color:#ea580ccc}.group:before .group-before\:bg-orange-600\/90{background-color:#ea580ce6}.group:before .group-before\:bg-orange-700{background-color:#c2410c}.group:before .group-before\:bg-orange-700\/0{background-color:#c2410c00}.group:before .group-before\:bg-orange-700\/10{background-color:#c2410c1a}.group:before .group-before\:bg-orange-700\/20{background-color:#c2410c33}.group:before .group-before\:bg-orange-700\/30{background-color:#c2410c4d}.group:before .group-before\:bg-orange-700\/40{background-color:#c2410c66}.group:before .group-before\:bg-orange-700\/50{background-color:#c2410c80}.group:before .group-before\:bg-orange-700\/60{background-color:#c2410c99}.group:before .group-before\:bg-orange-700\/70{background-color:#c2410cb3}.group:before .group-before\:bg-orange-700\/75{background-color:#c2410cbf}.group:before .group-before\:bg-orange-700\/80{background-color:#c2410ccc}.group:before .group-before\:bg-orange-700\/90{background-color:#c2410ce6}.group:before .group-before\:bg-orange-800{background-color:#9a3412}.group:before .group-before\:bg-orange-800\/0{background-color:#9a341200}.group:before .group-before\:bg-orange-800\/10{background-color:#9a34121a}.group:before .group-before\:bg-orange-800\/20{background-color:#9a341233}.group:before .group-before\:bg-orange-800\/30{background-color:#9a34124d}.group:before .group-before\:bg-orange-800\/40{background-color:#9a341266}.group:before .group-before\:bg-orange-800\/50{background-color:#9a341280}.group:before .group-before\:bg-orange-800\/60{background-color:#9a341299}.group:before .group-before\:bg-orange-800\/70{background-color:#9a3412b3}.group:before .group-before\:bg-orange-800\/75{background-color:#9a3412bf}.group:before .group-before\:bg-orange-800\/80{background-color:#9a3412cc}.group:before .group-before\:bg-orange-800\/90{background-color:#9a3412e6}.group:before .group-before\:bg-orange-900{background-color:#7c2d12}.group:before .group-before\:bg-orange-900\/0{background-color:#7c2d1200}.group:before .group-before\:bg-orange-900\/10{background-color:#7c2d121a}.group:before .group-before\:bg-orange-900\/20{background-color:#7c2d1233}.group:before .group-before\:bg-orange-900\/30{background-color:#7c2d124d}.group:before .group-before\:bg-orange-900\/40{background-color:#7c2d1266}.group:before .group-before\:bg-orange-900\/50{background-color:#7c2d1280}.group:before .group-before\:bg-orange-900\/60{background-color:#7c2d1299}.group:before .group-before\:bg-orange-900\/70{background-color:#7c2d12b3}.group:before .group-before\:bg-orange-900\/75{background-color:#7c2d12bf}.group:before .group-before\:bg-orange-900\/80{background-color:#7c2d12cc}.group:before .group-before\:bg-orange-900\/90{background-color:#7c2d12e6}.group:before .group-before\:bg-orange-950{background-color:#431407}.group:before .group-before\:bg-orange-950\/0{background-color:#43140700}.group:before .group-before\:bg-orange-950\/10{background-color:#4314071a}.group:before .group-before\:bg-orange-950\/20{background-color:#43140733}.group:before .group-before\:bg-orange-950\/30{background-color:#4314074d}.group:before .group-before\:bg-orange-950\/40{background-color:#43140766}.group:before .group-before\:bg-orange-950\/50{background-color:#43140780}.group:before .group-before\:bg-orange-950\/60{background-color:#43140799}.group:before .group-before\:bg-orange-950\/70{background-color:#431407b3}.group:before .group-before\:bg-orange-950\/75{background-color:#431407bf}.group:before .group-before\:bg-orange-950\/80{background-color:#431407cc}.group:before .group-before\:bg-orange-950\/90{background-color:#431407e6}.group:before .group-before\:bg-amber-50{background-color:#fffbeb}.group:before .group-before\:bg-amber-50\/0{background-color:#fffbeb00}.group:before .group-before\:bg-amber-50\/10{background-color:#fffbeb1a}.group:before .group-before\:bg-amber-50\/20{background-color:#fffbeb33}.group:before .group-before\:bg-amber-50\/30{background-color:#fffbeb4d}.group:before .group-before\:bg-amber-50\/40{background-color:#fffbeb66}.group:before .group-before\:bg-amber-50\/50{background-color:#fffbeb80}.group:before .group-before\:bg-amber-50\/60{background-color:#fffbeb99}.group:before .group-before\:bg-amber-50\/70{background-color:#fffbebb3}.group:before .group-before\:bg-amber-50\/75{background-color:#fffbebbf}.group:before .group-before\:bg-amber-50\/80{background-color:#fffbebcc}.group:before .group-before\:bg-amber-50\/90{background-color:#fffbebe6}.group:before .group-before\:bg-amber-100{background-color:#fef3c7}.group:before .group-before\:bg-amber-100\/0{background-color:#fef3c700}.group:before .group-before\:bg-amber-100\/10{background-color:#fef3c71a}.group:before .group-before\:bg-amber-100\/20{background-color:#fef3c733}.group:before .group-before\:bg-amber-100\/30{background-color:#fef3c74d}.group:before .group-before\:bg-amber-100\/40{background-color:#fef3c766}.group:before .group-before\:bg-amber-100\/50{background-color:#fef3c780}.group:before .group-before\:bg-amber-100\/60{background-color:#fef3c799}.group:before .group-before\:bg-amber-100\/70{background-color:#fef3c7b3}.group:before .group-before\:bg-amber-100\/75{background-color:#fef3c7bf}.group:before .group-before\:bg-amber-100\/80{background-color:#fef3c7cc}.group:before .group-before\:bg-amber-100\/90{background-color:#fef3c7e6}.group:before .group-before\:bg-amber-200{background-color:#fde68a}.group:before .group-before\:bg-amber-200\/0{background-color:#fde68a00}.group:before .group-before\:bg-amber-200\/10{background-color:#fde68a1a}.group:before .group-before\:bg-amber-200\/20{background-color:#fde68a33}.group:before .group-before\:bg-amber-200\/30{background-color:#fde68a4d}.group:before .group-before\:bg-amber-200\/40{background-color:#fde68a66}.group:before .group-before\:bg-amber-200\/50{background-color:#fde68a80}.group:before .group-before\:bg-amber-200\/60{background-color:#fde68a99}.group:before .group-before\:bg-amber-200\/70{background-color:#fde68ab3}.group:before .group-before\:bg-amber-200\/75{background-color:#fde68abf}.group:before .group-before\:bg-amber-200\/80{background-color:#fde68acc}.group:before .group-before\:bg-amber-200\/90{background-color:#fde68ae6}.group:before .group-before\:bg-amber-300{background-color:#fcd34d}.group:before .group-before\:bg-amber-300\/0{background-color:#fcd34d00}.group:before .group-before\:bg-amber-300\/10{background-color:#fcd34d1a}.group:before .group-before\:bg-amber-300\/20{background-color:#fcd34d33}.group:before .group-before\:bg-amber-300\/30{background-color:#fcd34d4d}.group:before .group-before\:bg-amber-300\/40{background-color:#fcd34d66}.group:before .group-before\:bg-amber-300\/50{background-color:#fcd34d80}.group:before .group-before\:bg-amber-300\/60{background-color:#fcd34d99}.group:before .group-before\:bg-amber-300\/70{background-color:#fcd34db3}.group:before .group-before\:bg-amber-300\/75{background-color:#fcd34dbf}.group:before .group-before\:bg-amber-300\/80{background-color:#fcd34dcc}.group:before .group-before\:bg-amber-300\/90{background-color:#fcd34de6}.group:before .group-before\:bg-amber-400{background-color:#fbbf24}.group:before .group-before\:bg-amber-400\/0{background-color:#fbbf2400}.group:before .group-before\:bg-amber-400\/10{background-color:#fbbf241a}.group:before .group-before\:bg-amber-400\/20{background-color:#fbbf2433}.group:before .group-before\:bg-amber-400\/30{background-color:#fbbf244d}.group:before .group-before\:bg-amber-400\/40{background-color:#fbbf2466}.group:before .group-before\:bg-amber-400\/50{background-color:#fbbf2480}.group:before .group-before\:bg-amber-400\/60{background-color:#fbbf2499}.group:before .group-before\:bg-amber-400\/70{background-color:#fbbf24b3}.group:before .group-before\:bg-amber-400\/75{background-color:#fbbf24bf}.group:before .group-before\:bg-amber-400\/80{background-color:#fbbf24cc}.group:before .group-before\:bg-amber-400\/90{background-color:#fbbf24e6}.group:before .group-before\:bg-amber-500{background-color:#f59e0b}.group:before .group-before\:bg-amber-500\/0{background-color:#f59e0b00}.group:before .group-before\:bg-amber-500\/10{background-color:#f59e0b1a}.group:before .group-before\:bg-amber-500\/20{background-color:#f59e0b33}.group:before .group-before\:bg-amber-500\/30{background-color:#f59e0b4d}.group:before .group-before\:bg-amber-500\/40{background-color:#f59e0b66}.group:before .group-before\:bg-amber-500\/50{background-color:#f59e0b80}.group:before .group-before\:bg-amber-500\/60{background-color:#f59e0b99}.group:before .group-before\:bg-amber-500\/70{background-color:#f59e0bb3}.group:before .group-before\:bg-amber-500\/75{background-color:#f59e0bbf}.group:before .group-before\:bg-amber-500\/80{background-color:#f59e0bcc}.group:before .group-before\:bg-amber-500\/90{background-color:#f59e0be6}.group:before .group-before\:bg-amber-600{background-color:#d97706}.group:before .group-before\:bg-amber-600\/0{background-color:#d9770600}.group:before .group-before\:bg-amber-600\/10{background-color:#d977061a}.group:before .group-before\:bg-amber-600\/20{background-color:#d9770633}.group:before .group-before\:bg-amber-600\/30{background-color:#d977064d}.group:before .group-before\:bg-amber-600\/40{background-color:#d9770666}.group:before .group-before\:bg-amber-600\/50{background-color:#d9770680}.group:before .group-before\:bg-amber-600\/60{background-color:#d9770699}.group:before .group-before\:bg-amber-600\/70{background-color:#d97706b3}.group:before .group-before\:bg-amber-600\/75{background-color:#d97706bf}.group:before .group-before\:bg-amber-600\/80{background-color:#d97706cc}.group:before .group-before\:bg-amber-600\/90{background-color:#d97706e6}.group:before .group-before\:bg-amber-700{background-color:#b45309}.group:before .group-before\:bg-amber-700\/0{background-color:#b4530900}.group:before .group-before\:bg-amber-700\/10{background-color:#b453091a}.group:before .group-before\:bg-amber-700\/20{background-color:#b4530933}.group:before .group-before\:bg-amber-700\/30{background-color:#b453094d}.group:before .group-before\:bg-amber-700\/40{background-color:#b4530966}.group:before .group-before\:bg-amber-700\/50{background-color:#b4530980}.group:before .group-before\:bg-amber-700\/60{background-color:#b4530999}.group:before .group-before\:bg-amber-700\/70{background-color:#b45309b3}.group:before .group-before\:bg-amber-700\/75{background-color:#b45309bf}.group:before .group-before\:bg-amber-700\/80{background-color:#b45309cc}.group:before .group-before\:bg-amber-700\/90{background-color:#b45309e6}.group:before .group-before\:bg-amber-800{background-color:#92400e}.group:before .group-before\:bg-amber-800\/0{background-color:#92400e00}.group:before .group-before\:bg-amber-800\/10{background-color:#92400e1a}.group:before .group-before\:bg-amber-800\/20{background-color:#92400e33}.group:before .group-before\:bg-amber-800\/30{background-color:#92400e4d}.group:before .group-before\:bg-amber-800\/40{background-color:#92400e66}.group:before .group-before\:bg-amber-800\/50{background-color:#92400e80}.group:before .group-before\:bg-amber-800\/60{background-color:#92400e99}.group:before .group-before\:bg-amber-800\/70{background-color:#92400eb3}.group:before .group-before\:bg-amber-800\/75{background-color:#92400ebf}.group:before .group-before\:bg-amber-800\/80{background-color:#92400ecc}.group:before .group-before\:bg-amber-800\/90{background-color:#92400ee6}.group:before .group-before\:bg-amber-900{background-color:#78350f}.group:before .group-before\:bg-amber-900\/0{background-color:#78350f00}.group:before .group-before\:bg-amber-900\/10{background-color:#78350f1a}.group:before .group-before\:bg-amber-900\/20{background-color:#78350f33}.group:before .group-before\:bg-amber-900\/30{background-color:#78350f4d}.group:before .group-before\:bg-amber-900\/40{background-color:#78350f66}.group:before .group-before\:bg-amber-900\/50{background-color:#78350f80}.group:before .group-before\:bg-amber-900\/60{background-color:#78350f99}.group:before .group-before\:bg-amber-900\/70{background-color:#78350fb3}.group:before .group-before\:bg-amber-900\/75{background-color:#78350fbf}.group:before .group-before\:bg-amber-900\/80{background-color:#78350fcc}.group:before .group-before\:bg-amber-900\/90{background-color:#78350fe6}.group:before .group-before\:bg-amber-950{background-color:#451a03}.group:before .group-before\:bg-amber-950\/0{background-color:#451a0300}.group:before .group-before\:bg-amber-950\/10{background-color:#451a031a}.group:before .group-before\:bg-amber-950\/20{background-color:#451a0333}.group:before .group-before\:bg-amber-950\/30{background-color:#451a034d}.group:before .group-before\:bg-amber-950\/40{background-color:#451a0366}.group:before .group-before\:bg-amber-950\/50{background-color:#451a0380}.group:before .group-before\:bg-amber-950\/60{background-color:#451a0399}.group:before .group-before\:bg-amber-950\/70{background-color:#451a03b3}.group:before .group-before\:bg-amber-950\/75{background-color:#451a03bf}.group:before .group-before\:bg-amber-950\/80{background-color:#451a03cc}.group:before .group-before\:bg-amber-950\/90{background-color:#451a03e6}.group:before .group-before\:bg-yellow-50{background-color:#fefce8}.group:before .group-before\:bg-yellow-50\/0{background-color:#fefce800}.group:before .group-before\:bg-yellow-50\/10{background-color:#fefce81a}.group:before .group-before\:bg-yellow-50\/20{background-color:#fefce833}.group:before .group-before\:bg-yellow-50\/30{background-color:#fefce84d}.group:before .group-before\:bg-yellow-50\/40{background-color:#fefce866}.group:before .group-before\:bg-yellow-50\/50{background-color:#fefce880}.group:before .group-before\:bg-yellow-50\/60{background-color:#fefce899}.group:before .group-before\:bg-yellow-50\/70{background-color:#fefce8b3}.group:before .group-before\:bg-yellow-50\/75{background-color:#fefce8bf}.group:before .group-before\:bg-yellow-50\/80{background-color:#fefce8cc}.group:before .group-before\:bg-yellow-50\/90{background-color:#fefce8e6}.group:before .group-before\:bg-yellow-100{background-color:#fef9c3}.group:before .group-before\:bg-yellow-100\/0{background-color:#fef9c300}.group:before .group-before\:bg-yellow-100\/10{background-color:#fef9c31a}.group:before .group-before\:bg-yellow-100\/20{background-color:#fef9c333}.group:before .group-before\:bg-yellow-100\/30{background-color:#fef9c34d}.group:before .group-before\:bg-yellow-100\/40{background-color:#fef9c366}.group:before .group-before\:bg-yellow-100\/50{background-color:#fef9c380}.group:before .group-before\:bg-yellow-100\/60{background-color:#fef9c399}.group:before .group-before\:bg-yellow-100\/70{background-color:#fef9c3b3}.group:before .group-before\:bg-yellow-100\/75{background-color:#fef9c3bf}.group:before .group-before\:bg-yellow-100\/80{background-color:#fef9c3cc}.group:before .group-before\:bg-yellow-100\/90{background-color:#fef9c3e6}.group:before .group-before\:bg-yellow-200{background-color:#fef08a}.group:before .group-before\:bg-yellow-200\/0{background-color:#fef08a00}.group:before .group-before\:bg-yellow-200\/10{background-color:#fef08a1a}.group:before .group-before\:bg-yellow-200\/20{background-color:#fef08a33}.group:before .group-before\:bg-yellow-200\/30{background-color:#fef08a4d}.group:before .group-before\:bg-yellow-200\/40{background-color:#fef08a66}.group:before .group-before\:bg-yellow-200\/50{background-color:#fef08a80}.group:before .group-before\:bg-yellow-200\/60{background-color:#fef08a99}.group:before .group-before\:bg-yellow-200\/70{background-color:#fef08ab3}.group:before .group-before\:bg-yellow-200\/75{background-color:#fef08abf}.group:before .group-before\:bg-yellow-200\/80{background-color:#fef08acc}.group:before .group-before\:bg-yellow-200\/90{background-color:#fef08ae6}.group:before .group-before\:bg-yellow-300{background-color:#fde047}.group:before .group-before\:bg-yellow-300\/0{background-color:#fde04700}.group:before .group-before\:bg-yellow-300\/10{background-color:#fde0471a}.group:before .group-before\:bg-yellow-300\/20{background-color:#fde04733}.group:before .group-before\:bg-yellow-300\/30{background-color:#fde0474d}.group:before .group-before\:bg-yellow-300\/40{background-color:#fde04766}.group:before .group-before\:bg-yellow-300\/50{background-color:#fde04780}.group:before .group-before\:bg-yellow-300\/60{background-color:#fde04799}.group:before .group-before\:bg-yellow-300\/70{background-color:#fde047b3}.group:before .group-before\:bg-yellow-300\/75{background-color:#fde047bf}.group:before .group-before\:bg-yellow-300\/80{background-color:#fde047cc}.group:before .group-before\:bg-yellow-300\/90{background-color:#fde047e6}.group:before .group-before\:bg-yellow-400{background-color:#facc15}.group:before .group-before\:bg-yellow-400\/0{background-color:#facc1500}.group:before .group-before\:bg-yellow-400\/10{background-color:#facc151a}.group:before .group-before\:bg-yellow-400\/20{background-color:#facc1533}.group:before .group-before\:bg-yellow-400\/30{background-color:#facc154d}.group:before .group-before\:bg-yellow-400\/40{background-color:#facc1566}.group:before .group-before\:bg-yellow-400\/50{background-color:#facc1580}.group:before .group-before\:bg-yellow-400\/60{background-color:#facc1599}.group:before .group-before\:bg-yellow-400\/70{background-color:#facc15b3}.group:before .group-before\:bg-yellow-400\/75{background-color:#facc15bf}.group:before .group-before\:bg-yellow-400\/80{background-color:#facc15cc}.group:before .group-before\:bg-yellow-400\/90{background-color:#facc15e6}.group:before .group-before\:bg-yellow-500{background-color:#eab308}.group:before .group-before\:bg-yellow-500\/0{background-color:#eab30800}.group:before .group-before\:bg-yellow-500\/10{background-color:#eab3081a}.group:before .group-before\:bg-yellow-500\/20{background-color:#eab30833}.group:before .group-before\:bg-yellow-500\/30{background-color:#eab3084d}.group:before .group-before\:bg-yellow-500\/40{background-color:#eab30866}.group:before .group-before\:bg-yellow-500\/50{background-color:#eab30880}.group:before .group-before\:bg-yellow-500\/60{background-color:#eab30899}.group:before .group-before\:bg-yellow-500\/70{background-color:#eab308b3}.group:before .group-before\:bg-yellow-500\/75{background-color:#eab308bf}.group:before .group-before\:bg-yellow-500\/80{background-color:#eab308cc}.group:before .group-before\:bg-yellow-500\/90{background-color:#eab308e6}.group:before .group-before\:bg-yellow-600{background-color:#ca8a04}.group:before .group-before\:bg-yellow-600\/0{background-color:#ca8a0400}.group:before .group-before\:bg-yellow-600\/10{background-color:#ca8a041a}.group:before .group-before\:bg-yellow-600\/20{background-color:#ca8a0433}.group:before .group-before\:bg-yellow-600\/30{background-color:#ca8a044d}.group:before .group-before\:bg-yellow-600\/40{background-color:#ca8a0466}.group:before .group-before\:bg-yellow-600\/50{background-color:#ca8a0480}.group:before .group-before\:bg-yellow-600\/60{background-color:#ca8a0499}.group:before .group-before\:bg-yellow-600\/70{background-color:#ca8a04b3}.group:before .group-before\:bg-yellow-600\/75{background-color:#ca8a04bf}.group:before .group-before\:bg-yellow-600\/80{background-color:#ca8a04cc}.group:before .group-before\:bg-yellow-600\/90{background-color:#ca8a04e6}.group:before .group-before\:bg-yellow-700{background-color:#a16207}.group:before .group-before\:bg-yellow-700\/0{background-color:#a1620700}.group:before .group-before\:bg-yellow-700\/10{background-color:#a162071a}.group:before .group-before\:bg-yellow-700\/20{background-color:#a1620733}.group:before .group-before\:bg-yellow-700\/30{background-color:#a162074d}.group:before .group-before\:bg-yellow-700\/40{background-color:#a1620766}.group:before .group-before\:bg-yellow-700\/50{background-color:#a1620780}.group:before .group-before\:bg-yellow-700\/60{background-color:#a1620799}.group:before .group-before\:bg-yellow-700\/70{background-color:#a16207b3}.group:before .group-before\:bg-yellow-700\/75{background-color:#a16207bf}.group:before .group-before\:bg-yellow-700\/80{background-color:#a16207cc}.group:before .group-before\:bg-yellow-700\/90{background-color:#a16207e6}.group:before .group-before\:bg-yellow-800{background-color:#854d0e}.group:before .group-before\:bg-yellow-800\/0{background-color:#854d0e00}.group:before .group-before\:bg-yellow-800\/10{background-color:#854d0e1a}.group:before .group-before\:bg-yellow-800\/20{background-color:#854d0e33}.group:before .group-before\:bg-yellow-800\/30{background-color:#854d0e4d}.group:before .group-before\:bg-yellow-800\/40{background-color:#854d0e66}.group:before .group-before\:bg-yellow-800\/50{background-color:#854d0e80}.group:before .group-before\:bg-yellow-800\/60{background-color:#854d0e99}.group:before .group-before\:bg-yellow-800\/70{background-color:#854d0eb3}.group:before .group-before\:bg-yellow-800\/75{background-color:#854d0ebf}.group:before .group-before\:bg-yellow-800\/80{background-color:#854d0ecc}.group:before .group-before\:bg-yellow-800\/90{background-color:#854d0ee6}.group:before .group-before\:bg-yellow-900{background-color:#713f12}.group:before .group-before\:bg-yellow-900\/0{background-color:#713f1200}.group:before .group-before\:bg-yellow-900\/10{background-color:#713f121a}.group:before .group-before\:bg-yellow-900\/20{background-color:#713f1233}.group:before .group-before\:bg-yellow-900\/30{background-color:#713f124d}.group:before .group-before\:bg-yellow-900\/40{background-color:#713f1266}.group:before .group-before\:bg-yellow-900\/50{background-color:#713f1280}.group:before .group-before\:bg-yellow-900\/60{background-color:#713f1299}.group:before .group-before\:bg-yellow-900\/70{background-color:#713f12b3}.group:before .group-before\:bg-yellow-900\/75{background-color:#713f12bf}.group:before .group-before\:bg-yellow-900\/80{background-color:#713f12cc}.group:before .group-before\:bg-yellow-900\/90{background-color:#713f12e6}.group:before .group-before\:bg-yellow-950{background-color:#422006}.group:before .group-before\:bg-yellow-950\/0{background-color:#42200600}.group:before .group-before\:bg-yellow-950\/10{background-color:#4220061a}.group:before .group-before\:bg-yellow-950\/20{background-color:#42200633}.group:before .group-before\:bg-yellow-950\/30{background-color:#4220064d}.group:before .group-before\:bg-yellow-950\/40{background-color:#42200666}.group:before .group-before\:bg-yellow-950\/50{background-color:#42200680}.group:before .group-before\:bg-yellow-950\/60{background-color:#42200699}.group:before .group-before\:bg-yellow-950\/70{background-color:#422006b3}.group:before .group-before\:bg-yellow-950\/75{background-color:#422006bf}.group:before .group-before\:bg-yellow-950\/80{background-color:#422006cc}.group:before .group-before\:bg-yellow-950\/90{background-color:#422006e6}.group:before .group-before\:bg-lime-50{background-color:#f7fee7}.group:before .group-before\:bg-lime-50\/0{background-color:#f7fee700}.group:before .group-before\:bg-lime-50\/10{background-color:#f7fee71a}.group:before .group-before\:bg-lime-50\/20{background-color:#f7fee733}.group:before .group-before\:bg-lime-50\/30{background-color:#f7fee74d}.group:before .group-before\:bg-lime-50\/40{background-color:#f7fee766}.group:before .group-before\:bg-lime-50\/50{background-color:#f7fee780}.group:before .group-before\:bg-lime-50\/60{background-color:#f7fee799}.group:before .group-before\:bg-lime-50\/70{background-color:#f7fee7b3}.group:before .group-before\:bg-lime-50\/75{background-color:#f7fee7bf}.group:before .group-before\:bg-lime-50\/80{background-color:#f7fee7cc}.group:before .group-before\:bg-lime-50\/90{background-color:#f7fee7e6}.group:before .group-before\:bg-lime-100{background-color:#ecfccb}.group:before .group-before\:bg-lime-100\/0{background-color:#ecfccb00}.group:before .group-before\:bg-lime-100\/10{background-color:#ecfccb1a}.group:before .group-before\:bg-lime-100\/20{background-color:#ecfccb33}.group:before .group-before\:bg-lime-100\/30{background-color:#ecfccb4d}.group:before .group-before\:bg-lime-100\/40{background-color:#ecfccb66}.group:before .group-before\:bg-lime-100\/50{background-color:#ecfccb80}.group:before .group-before\:bg-lime-100\/60{background-color:#ecfccb99}.group:before .group-before\:bg-lime-100\/70{background-color:#ecfccbb3}.group:before .group-before\:bg-lime-100\/75{background-color:#ecfccbbf}.group:before .group-before\:bg-lime-100\/80{background-color:#ecfccbcc}.group:before .group-before\:bg-lime-100\/90{background-color:#ecfccbe6}.group:before .group-before\:bg-lime-200{background-color:#d9f99d}.group:before .group-before\:bg-lime-200\/0{background-color:#d9f99d00}.group:before .group-before\:bg-lime-200\/10{background-color:#d9f99d1a}.group:before .group-before\:bg-lime-200\/20{background-color:#d9f99d33}.group:before .group-before\:bg-lime-200\/30{background-color:#d9f99d4d}.group:before .group-before\:bg-lime-200\/40{background-color:#d9f99d66}.group:before .group-before\:bg-lime-200\/50{background-color:#d9f99d80}.group:before .group-before\:bg-lime-200\/60{background-color:#d9f99d99}.group:before .group-before\:bg-lime-200\/70{background-color:#d9f99db3}.group:before .group-before\:bg-lime-200\/75{background-color:#d9f99dbf}.group:before .group-before\:bg-lime-200\/80{background-color:#d9f99dcc}.group:before .group-before\:bg-lime-200\/90{background-color:#d9f99de6}.group:before .group-before\:bg-lime-300{background-color:#bef264}.group:before .group-before\:bg-lime-300\/0{background-color:#bef26400}.group:before .group-before\:bg-lime-300\/10{background-color:#bef2641a}.group:before .group-before\:bg-lime-300\/20{background-color:#bef26433}.group:before .group-before\:bg-lime-300\/30{background-color:#bef2644d}.group:before .group-before\:bg-lime-300\/40{background-color:#bef26466}.group:before .group-before\:bg-lime-300\/50{background-color:#bef26480}.group:before .group-before\:bg-lime-300\/60{background-color:#bef26499}.group:before .group-before\:bg-lime-300\/70{background-color:#bef264b3}.group:before .group-before\:bg-lime-300\/75{background-color:#bef264bf}.group:before .group-before\:bg-lime-300\/80{background-color:#bef264cc}.group:before .group-before\:bg-lime-300\/90{background-color:#bef264e6}.group:before .group-before\:bg-lime-400{background-color:#a3e635}.group:before .group-before\:bg-lime-400\/0{background-color:#a3e63500}.group:before .group-before\:bg-lime-400\/10{background-color:#a3e6351a}.group:before .group-before\:bg-lime-400\/20{background-color:#a3e63533}.group:before .group-before\:bg-lime-400\/30{background-color:#a3e6354d}.group:before .group-before\:bg-lime-400\/40{background-color:#a3e63566}.group:before .group-before\:bg-lime-400\/50{background-color:#a3e63580}.group:before .group-before\:bg-lime-400\/60{background-color:#a3e63599}.group:before .group-before\:bg-lime-400\/70{background-color:#a3e635b3}.group:before .group-before\:bg-lime-400\/75{background-color:#a3e635bf}.group:before .group-before\:bg-lime-400\/80{background-color:#a3e635cc}.group:before .group-before\:bg-lime-400\/90{background-color:#a3e635e6}.group:before .group-before\:bg-lime-500{background-color:#84cc16}.group:before .group-before\:bg-lime-500\/0{background-color:#84cc1600}.group:before .group-before\:bg-lime-500\/10{background-color:#84cc161a}.group:before .group-before\:bg-lime-500\/20{background-color:#84cc1633}.group:before .group-before\:bg-lime-500\/30{background-color:#84cc164d}.group:before .group-before\:bg-lime-500\/40{background-color:#84cc1666}.group:before .group-before\:bg-lime-500\/50{background-color:#84cc1680}.group:before .group-before\:bg-lime-500\/60{background-color:#84cc1699}.group:before .group-before\:bg-lime-500\/70{background-color:#84cc16b3}.group:before .group-before\:bg-lime-500\/75{background-color:#84cc16bf}.group:before .group-before\:bg-lime-500\/80{background-color:#84cc16cc}.group:before .group-before\:bg-lime-500\/90{background-color:#84cc16e6}.group:before .group-before\:bg-lime-600{background-color:#65a30d}.group:before .group-before\:bg-lime-600\/0{background-color:#65a30d00}.group:before .group-before\:bg-lime-600\/10{background-color:#65a30d1a}.group:before .group-before\:bg-lime-600\/20{background-color:#65a30d33}.group:before .group-before\:bg-lime-600\/30{background-color:#65a30d4d}.group:before .group-before\:bg-lime-600\/40{background-color:#65a30d66}.group:before .group-before\:bg-lime-600\/50{background-color:#65a30d80}.group:before .group-before\:bg-lime-600\/60{background-color:#65a30d99}.group:before .group-before\:bg-lime-600\/70{background-color:#65a30db3}.group:before .group-before\:bg-lime-600\/75{background-color:#65a30dbf}.group:before .group-before\:bg-lime-600\/80{background-color:#65a30dcc}.group:before .group-before\:bg-lime-600\/90{background-color:#65a30de6}.group:before .group-before\:bg-lime-700{background-color:#4d7c0f}.group:before .group-before\:bg-lime-700\/0{background-color:#4d7c0f00}.group:before .group-before\:bg-lime-700\/10{background-color:#4d7c0f1a}.group:before .group-before\:bg-lime-700\/20{background-color:#4d7c0f33}.group:before .group-before\:bg-lime-700\/30{background-color:#4d7c0f4d}.group:before .group-before\:bg-lime-700\/40{background-color:#4d7c0f66}.group:before .group-before\:bg-lime-700\/50{background-color:#4d7c0f80}.group:before .group-before\:bg-lime-700\/60{background-color:#4d7c0f99}.group:before .group-before\:bg-lime-700\/70{background-color:#4d7c0fb3}.group:before .group-before\:bg-lime-700\/75{background-color:#4d7c0fbf}.group:before .group-before\:bg-lime-700\/80{background-color:#4d7c0fcc}.group:before .group-before\:bg-lime-700\/90{background-color:#4d7c0fe6}.group:before .group-before\:bg-lime-800{background-color:#3f6212}.group:before .group-before\:bg-lime-800\/0{background-color:#3f621200}.group:before .group-before\:bg-lime-800\/10{background-color:#3f62121a}.group:before .group-before\:bg-lime-800\/20{background-color:#3f621233}.group:before .group-before\:bg-lime-800\/30{background-color:#3f62124d}.group:before .group-before\:bg-lime-800\/40{background-color:#3f621266}.group:before .group-before\:bg-lime-800\/50{background-color:#3f621280}.group:before .group-before\:bg-lime-800\/60{background-color:#3f621299}.group:before .group-before\:bg-lime-800\/70{background-color:#3f6212b3}.group:before .group-before\:bg-lime-800\/75{background-color:#3f6212bf}.group:before .group-before\:bg-lime-800\/80{background-color:#3f6212cc}.group:before .group-before\:bg-lime-800\/90{background-color:#3f6212e6}.group:before .group-before\:bg-lime-900{background-color:#365314}.group:before .group-before\:bg-lime-900\/0{background-color:#36531400}.group:before .group-before\:bg-lime-900\/10{background-color:#3653141a}.group:before .group-before\:bg-lime-900\/20{background-color:#36531433}.group:before .group-before\:bg-lime-900\/30{background-color:#3653144d}.group:before .group-before\:bg-lime-900\/40{background-color:#36531466}.group:before .group-before\:bg-lime-900\/50{background-color:#36531480}.group:before .group-before\:bg-lime-900\/60{background-color:#36531499}.group:before .group-before\:bg-lime-900\/70{background-color:#365314b3}.group:before .group-before\:bg-lime-900\/75{background-color:#365314bf}.group:before .group-before\:bg-lime-900\/80{background-color:#365314cc}.group:before .group-before\:bg-lime-900\/90{background-color:#365314e6}.group:before .group-before\:bg-lime-950{background-color:#1a2e05}.group:before .group-before\:bg-lime-950\/0{background-color:#1a2e0500}.group:before .group-before\:bg-lime-950\/10{background-color:#1a2e051a}.group:before .group-before\:bg-lime-950\/20{background-color:#1a2e0533}.group:before .group-before\:bg-lime-950\/30{background-color:#1a2e054d}.group:before .group-before\:bg-lime-950\/40{background-color:#1a2e0566}.group:before .group-before\:bg-lime-950\/50{background-color:#1a2e0580}.group:before .group-before\:bg-lime-950\/60{background-color:#1a2e0599}.group:before .group-before\:bg-lime-950\/70{background-color:#1a2e05b3}.group:before .group-before\:bg-lime-950\/75{background-color:#1a2e05bf}.group:before .group-before\:bg-lime-950\/80{background-color:#1a2e05cc}.group:before .group-before\:bg-lime-950\/90{background-color:#1a2e05e6}.group:before .group-before\:bg-green-50{background-color:#f0fdf4}.group:before .group-before\:bg-green-50\/0{background-color:#f0fdf400}.group:before .group-before\:bg-green-50\/10{background-color:#f0fdf41a}.group:before .group-before\:bg-green-50\/20{background-color:#f0fdf433}.group:before .group-before\:bg-green-50\/30{background-color:#f0fdf44d}.group:before .group-before\:bg-green-50\/40{background-color:#f0fdf466}.group:before .group-before\:bg-green-50\/50{background-color:#f0fdf480}.group:before .group-before\:bg-green-50\/60{background-color:#f0fdf499}.group:before .group-before\:bg-green-50\/70{background-color:#f0fdf4b3}.group:before .group-before\:bg-green-50\/75{background-color:#f0fdf4bf}.group:before .group-before\:bg-green-50\/80{background-color:#f0fdf4cc}.group:before .group-before\:bg-green-50\/90{background-color:#f0fdf4e6}.group:before .group-before\:bg-green-100{background-color:#dcfce7}.group:before .group-before\:bg-green-100\/0{background-color:#dcfce700}.group:before .group-before\:bg-green-100\/10{background-color:#dcfce71a}.group:before .group-before\:bg-green-100\/20{background-color:#dcfce733}.group:before .group-before\:bg-green-100\/30{background-color:#dcfce74d}.group:before .group-before\:bg-green-100\/40{background-color:#dcfce766}.group:before .group-before\:bg-green-100\/50{background-color:#dcfce780}.group:before .group-before\:bg-green-100\/60{background-color:#dcfce799}.group:before .group-before\:bg-green-100\/70{background-color:#dcfce7b3}.group:before .group-before\:bg-green-100\/75{background-color:#dcfce7bf}.group:before .group-before\:bg-green-100\/80{background-color:#dcfce7cc}.group:before .group-before\:bg-green-100\/90{background-color:#dcfce7e6}.group:before .group-before\:bg-green-200{background-color:#bbf7d0}.group:before .group-before\:bg-green-200\/0{background-color:#bbf7d000}.group:before .group-before\:bg-green-200\/10{background-color:#bbf7d01a}.group:before .group-before\:bg-green-200\/20{background-color:#bbf7d033}.group:before .group-before\:bg-green-200\/30{background-color:#bbf7d04d}.group:before .group-before\:bg-green-200\/40{background-color:#bbf7d066}.group:before .group-before\:bg-green-200\/50{background-color:#bbf7d080}.group:before .group-before\:bg-green-200\/60{background-color:#bbf7d099}.group:before .group-before\:bg-green-200\/70{background-color:#bbf7d0b3}.group:before .group-before\:bg-green-200\/75{background-color:#bbf7d0bf}.group:before .group-before\:bg-green-200\/80{background-color:#bbf7d0cc}.group:before .group-before\:bg-green-200\/90{background-color:#bbf7d0e6}.group:before .group-before\:bg-green-300{background-color:#86efac}.group:before .group-before\:bg-green-300\/0{background-color:#86efac00}.group:before .group-before\:bg-green-300\/10{background-color:#86efac1a}.group:before .group-before\:bg-green-300\/20{background-color:#86efac33}.group:before .group-before\:bg-green-300\/30{background-color:#86efac4d}.group:before .group-before\:bg-green-300\/40{background-color:#86efac66}.group:before .group-before\:bg-green-300\/50{background-color:#86efac80}.group:before .group-before\:bg-green-300\/60{background-color:#86efac99}.group:before .group-before\:bg-green-300\/70{background-color:#86efacb3}.group:before .group-before\:bg-green-300\/75{background-color:#86efacbf}.group:before .group-before\:bg-green-300\/80{background-color:#86efaccc}.group:before .group-before\:bg-green-300\/90{background-color:#86eface6}.group:before .group-before\:bg-green-400{background-color:#4ade80}.group:before .group-before\:bg-green-400\/0{background-color:#4ade8000}.group:before .group-before\:bg-green-400\/10{background-color:#4ade801a}.group:before .group-before\:bg-green-400\/20{background-color:#4ade8033}.group:before .group-before\:bg-green-400\/30{background-color:#4ade804d}.group:before .group-before\:bg-green-400\/40{background-color:#4ade8066}.group:before .group-before\:bg-green-400\/50{background-color:#4ade8080}.group:before .group-before\:bg-green-400\/60{background-color:#4ade8099}.group:before .group-before\:bg-green-400\/70{background-color:#4ade80b3}.group:before .group-before\:bg-green-400\/75{background-color:#4ade80bf}.group:before .group-before\:bg-green-400\/80{background-color:#4ade80cc}.group:before .group-before\:bg-green-400\/90{background-color:#4ade80e6}.group:before .group-before\:bg-green-500{background-color:#22c55e}.group:before .group-before\:bg-green-500\/0{background-color:#22c55e00}.group:before .group-before\:bg-green-500\/10{background-color:#22c55e1a}.group:before .group-before\:bg-green-500\/20{background-color:#22c55e33}.group:before .group-before\:bg-green-500\/30{background-color:#22c55e4d}.group:before .group-before\:bg-green-500\/40{background-color:#22c55e66}.group:before .group-before\:bg-green-500\/50{background-color:#22c55e80}.group:before .group-before\:bg-green-500\/60{background-color:#22c55e99}.group:before .group-before\:bg-green-500\/70{background-color:#22c55eb3}.group:before .group-before\:bg-green-500\/75{background-color:#22c55ebf}.group:before .group-before\:bg-green-500\/80{background-color:#22c55ecc}.group:before .group-before\:bg-green-500\/90{background-color:#22c55ee6}.group:before .group-before\:bg-green-600{background-color:#16a34a}.group:before .group-before\:bg-green-600\/0{background-color:#16a34a00}.group:before .group-before\:bg-green-600\/10{background-color:#16a34a1a}.group:before .group-before\:bg-green-600\/20{background-color:#16a34a33}.group:before .group-before\:bg-green-600\/30{background-color:#16a34a4d}.group:before .group-before\:bg-green-600\/40{background-color:#16a34a66}.group:before .group-before\:bg-green-600\/50{background-color:#16a34a80}.group:before .group-before\:bg-green-600\/60{background-color:#16a34a99}.group:before .group-before\:bg-green-600\/70{background-color:#16a34ab3}.group:before .group-before\:bg-green-600\/75{background-color:#16a34abf}.group:before .group-before\:bg-green-600\/80{background-color:#16a34acc}.group:before .group-before\:bg-green-600\/90{background-color:#16a34ae6}.group:before .group-before\:bg-green-700{background-color:#15803d}.group:before .group-before\:bg-green-700\/0{background-color:#15803d00}.group:before .group-before\:bg-green-700\/10{background-color:#15803d1a}.group:before .group-before\:bg-green-700\/20{background-color:#15803d33}.group:before .group-before\:bg-green-700\/30{background-color:#15803d4d}.group:before .group-before\:bg-green-700\/40{background-color:#15803d66}.group:before .group-before\:bg-green-700\/50{background-color:#15803d80}.group:before .group-before\:bg-green-700\/60{background-color:#15803d99}.group:before .group-before\:bg-green-700\/70{background-color:#15803db3}.group:before .group-before\:bg-green-700\/75{background-color:#15803dbf}.group:before .group-before\:bg-green-700\/80{background-color:#15803dcc}.group:before .group-before\:bg-green-700\/90{background-color:#15803de6}.group:before .group-before\:bg-green-800{background-color:#166534}.group:before .group-before\:bg-green-800\/0{background-color:#16653400}.group:before .group-before\:bg-green-800\/10{background-color:#1665341a}.group:before .group-before\:bg-green-800\/20{background-color:#16653433}.group:before .group-before\:bg-green-800\/30{background-color:#1665344d}.group:before .group-before\:bg-green-800\/40{background-color:#16653466}.group:before .group-before\:bg-green-800\/50{background-color:#16653480}.group:before .group-before\:bg-green-800\/60{background-color:#16653499}.group:before .group-before\:bg-green-800\/70{background-color:#166534b3}.group:before .group-before\:bg-green-800\/75{background-color:#166534bf}.group:before .group-before\:bg-green-800\/80{background-color:#166534cc}.group:before .group-before\:bg-green-800\/90{background-color:#166534e6}.group:before .group-before\:bg-green-900{background-color:#14532d}.group:before .group-before\:bg-green-900\/0{background-color:#14532d00}.group:before .group-before\:bg-green-900\/10{background-color:#14532d1a}.group:before .group-before\:bg-green-900\/20{background-color:#14532d33}.group:before .group-before\:bg-green-900\/30{background-color:#14532d4d}.group:before .group-before\:bg-green-900\/40{background-color:#14532d66}.group:before .group-before\:bg-green-900\/50{background-color:#14532d80}.group:before .group-before\:bg-green-900\/60{background-color:#14532d99}.group:before .group-before\:bg-green-900\/70{background-color:#14532db3}.group:before .group-before\:bg-green-900\/75{background-color:#14532dbf}.group:before .group-before\:bg-green-900\/80{background-color:#14532dcc}.group:before .group-before\:bg-green-900\/90{background-color:#14532de6}.group:before .group-before\:bg-green-950{background-color:#052e16}.group:before .group-before\:bg-green-950\/0{background-color:#052e1600}.group:before .group-before\:bg-green-950\/10{background-color:#052e161a}.group:before .group-before\:bg-green-950\/20{background-color:#052e1633}.group:before .group-before\:bg-green-950\/30{background-color:#052e164d}.group:before .group-before\:bg-green-950\/40{background-color:#052e1666}.group:before .group-before\:bg-green-950\/50{background-color:#052e1680}.group:before .group-before\:bg-green-950\/60{background-color:#052e1699}.group:before .group-before\:bg-green-950\/70{background-color:#052e16b3}.group:before .group-before\:bg-green-950\/75{background-color:#052e16bf}.group:before .group-before\:bg-green-950\/80{background-color:#052e16cc}.group:before .group-before\:bg-green-950\/90{background-color:#052e16e6}.group:before .group-before\:bg-emerald-50{background-color:#ecfdf5}.group:before .group-before\:bg-emerald-50\/0{background-color:#ecfdf500}.group:before .group-before\:bg-emerald-50\/10{background-color:#ecfdf51a}.group:before .group-before\:bg-emerald-50\/20{background-color:#ecfdf533}.group:before .group-before\:bg-emerald-50\/30{background-color:#ecfdf54d}.group:before .group-before\:bg-emerald-50\/40{background-color:#ecfdf566}.group:before .group-before\:bg-emerald-50\/50{background-color:#ecfdf580}.group:before .group-before\:bg-emerald-50\/60{background-color:#ecfdf599}.group:before .group-before\:bg-emerald-50\/70{background-color:#ecfdf5b3}.group:before .group-before\:bg-emerald-50\/75{background-color:#ecfdf5bf}.group:before .group-before\:bg-emerald-50\/80{background-color:#ecfdf5cc}.group:before .group-before\:bg-emerald-50\/90{background-color:#ecfdf5e6}.group:before .group-before\:bg-emerald-100{background-color:#d1fae5}.group:before .group-before\:bg-emerald-100\/0{background-color:#d1fae500}.group:before .group-before\:bg-emerald-100\/10{background-color:#d1fae51a}.group:before .group-before\:bg-emerald-100\/20{background-color:#d1fae533}.group:before .group-before\:bg-emerald-100\/30{background-color:#d1fae54d}.group:before .group-before\:bg-emerald-100\/40{background-color:#d1fae566}.group:before .group-before\:bg-emerald-100\/50{background-color:#d1fae580}.group:before .group-before\:bg-emerald-100\/60{background-color:#d1fae599}.group:before .group-before\:bg-emerald-100\/70{background-color:#d1fae5b3}.group:before .group-before\:bg-emerald-100\/75{background-color:#d1fae5bf}.group:before .group-before\:bg-emerald-100\/80{background-color:#d1fae5cc}.group:before .group-before\:bg-emerald-100\/90{background-color:#d1fae5e6}.group:before .group-before\:bg-emerald-200{background-color:#a7f3d0}.group:before .group-before\:bg-emerald-200\/0{background-color:#a7f3d000}.group:before .group-before\:bg-emerald-200\/10{background-color:#a7f3d01a}.group:before .group-before\:bg-emerald-200\/20{background-color:#a7f3d033}.group:before .group-before\:bg-emerald-200\/30{background-color:#a7f3d04d}.group:before .group-before\:bg-emerald-200\/40{background-color:#a7f3d066}.group:before .group-before\:bg-emerald-200\/50{background-color:#a7f3d080}.group:before .group-before\:bg-emerald-200\/60{background-color:#a7f3d099}.group:before .group-before\:bg-emerald-200\/70{background-color:#a7f3d0b3}.group:before .group-before\:bg-emerald-200\/75{background-color:#a7f3d0bf}.group:before .group-before\:bg-emerald-200\/80{background-color:#a7f3d0cc}.group:before .group-before\:bg-emerald-200\/90{background-color:#a7f3d0e6}.group:before .group-before\:bg-emerald-300{background-color:#6ee7b7}.group:before .group-before\:bg-emerald-300\/0{background-color:#6ee7b700}.group:before .group-before\:bg-emerald-300\/10{background-color:#6ee7b71a}.group:before .group-before\:bg-emerald-300\/20{background-color:#6ee7b733}.group:before .group-before\:bg-emerald-300\/30{background-color:#6ee7b74d}.group:before .group-before\:bg-emerald-300\/40{background-color:#6ee7b766}.group:before .group-before\:bg-emerald-300\/50{background-color:#6ee7b780}.group:before .group-before\:bg-emerald-300\/60{background-color:#6ee7b799}.group:before .group-before\:bg-emerald-300\/70{background-color:#6ee7b7b3}.group:before .group-before\:bg-emerald-300\/75{background-color:#6ee7b7bf}.group:before .group-before\:bg-emerald-300\/80{background-color:#6ee7b7cc}.group:before .group-before\:bg-emerald-300\/90{background-color:#6ee7b7e6}.group:before .group-before\:bg-emerald-400{background-color:#34d399}.group:before .group-before\:bg-emerald-400\/0{background-color:#34d39900}.group:before .group-before\:bg-emerald-400\/10{background-color:#34d3991a}.group:before .group-before\:bg-emerald-400\/20{background-color:#34d39933}.group:before .group-before\:bg-emerald-400\/30{background-color:#34d3994d}.group:before .group-before\:bg-emerald-400\/40{background-color:#34d39966}.group:before .group-before\:bg-emerald-400\/50{background-color:#34d39980}.group:before .group-before\:bg-emerald-400\/60{background-color:#34d39999}.group:before .group-before\:bg-emerald-400\/70{background-color:#34d399b3}.group:before .group-before\:bg-emerald-400\/75{background-color:#34d399bf}.group:before .group-before\:bg-emerald-400\/80{background-color:#34d399cc}.group:before .group-before\:bg-emerald-400\/90{background-color:#34d399e6}.group:before .group-before\:bg-emerald-500{background-color:#10b981}.group:before .group-before\:bg-emerald-500\/0{background-color:#10b98100}.group:before .group-before\:bg-emerald-500\/10{background-color:#10b9811a}.group:before .group-before\:bg-emerald-500\/20{background-color:#10b98133}.group:before .group-before\:bg-emerald-500\/30{background-color:#10b9814d}.group:before .group-before\:bg-emerald-500\/40{background-color:#10b98166}.group:before .group-before\:bg-emerald-500\/50{background-color:#10b98180}.group:before .group-before\:bg-emerald-500\/60{background-color:#10b98199}.group:before .group-before\:bg-emerald-500\/70{background-color:#10b981b3}.group:before .group-before\:bg-emerald-500\/75{background-color:#10b981bf}.group:before .group-before\:bg-emerald-500\/80{background-color:#10b981cc}.group:before .group-before\:bg-emerald-500\/90{background-color:#10b981e6}.group:before .group-before\:bg-emerald-600{background-color:#059669}.group:before .group-before\:bg-emerald-600\/0{background-color:#05966900}.group:before .group-before\:bg-emerald-600\/10{background-color:#0596691a}.group:before .group-before\:bg-emerald-600\/20{background-color:#05966933}.group:before .group-before\:bg-emerald-600\/30{background-color:#0596694d}.group:before .group-before\:bg-emerald-600\/40{background-color:#05966966}.group:before .group-before\:bg-emerald-600\/50{background-color:#05966980}.group:before .group-before\:bg-emerald-600\/60{background-color:#05966999}.group:before .group-before\:bg-emerald-600\/70{background-color:#059669b3}.group:before .group-before\:bg-emerald-600\/75{background-color:#059669bf}.group:before .group-before\:bg-emerald-600\/80{background-color:#059669cc}.group:before .group-before\:bg-emerald-600\/90{background-color:#059669e6}.group:before .group-before\:bg-emerald-700{background-color:#047857}.group:before .group-before\:bg-emerald-700\/0{background-color:#04785700}.group:before .group-before\:bg-emerald-700\/10{background-color:#0478571a}.group:before .group-before\:bg-emerald-700\/20{background-color:#04785733}.group:before .group-before\:bg-emerald-700\/30{background-color:#0478574d}.group:before .group-before\:bg-emerald-700\/40{background-color:#04785766}.group:before .group-before\:bg-emerald-700\/50{background-color:#04785780}.group:before .group-before\:bg-emerald-700\/60{background-color:#04785799}.group:before .group-before\:bg-emerald-700\/70{background-color:#047857b3}.group:before .group-before\:bg-emerald-700\/75{background-color:#047857bf}.group:before .group-before\:bg-emerald-700\/80{background-color:#047857cc}.group:before .group-before\:bg-emerald-700\/90{background-color:#047857e6}.group:before .group-before\:bg-emerald-800{background-color:#065f46}.group:before .group-before\:bg-emerald-800\/0{background-color:#065f4600}.group:before .group-before\:bg-emerald-800\/10{background-color:#065f461a}.group:before .group-before\:bg-emerald-800\/20{background-color:#065f4633}.group:before .group-before\:bg-emerald-800\/30{background-color:#065f464d}.group:before .group-before\:bg-emerald-800\/40{background-color:#065f4666}.group:before .group-before\:bg-emerald-800\/50{background-color:#065f4680}.group:before .group-before\:bg-emerald-800\/60{background-color:#065f4699}.group:before .group-before\:bg-emerald-800\/70{background-color:#065f46b3}.group:before .group-before\:bg-emerald-800\/75{background-color:#065f46bf}.group:before .group-before\:bg-emerald-800\/80{background-color:#065f46cc}.group:before .group-before\:bg-emerald-800\/90{background-color:#065f46e6}.group:before .group-before\:bg-emerald-900{background-color:#064e3b}.group:before .group-before\:bg-emerald-900\/0{background-color:#064e3b00}.group:before .group-before\:bg-emerald-900\/10{background-color:#064e3b1a}.group:before .group-before\:bg-emerald-900\/20{background-color:#064e3b33}.group:before .group-before\:bg-emerald-900\/30{background-color:#064e3b4d}.group:before .group-before\:bg-emerald-900\/40{background-color:#064e3b66}.group:before .group-before\:bg-emerald-900\/50{background-color:#064e3b80}.group:before .group-before\:bg-emerald-900\/60{background-color:#064e3b99}.group:before .group-before\:bg-emerald-900\/70{background-color:#064e3bb3}.group:before .group-before\:bg-emerald-900\/75{background-color:#064e3bbf}.group:before .group-before\:bg-emerald-900\/80{background-color:#064e3bcc}.group:before .group-before\:bg-emerald-900\/90{background-color:#064e3be6}.group:before .group-before\:bg-emerald-950{background-color:#022c22}.group:before .group-before\:bg-emerald-950\/0{background-color:#022c2200}.group:before .group-before\:bg-emerald-950\/10{background-color:#022c221a}.group:before .group-before\:bg-emerald-950\/20{background-color:#022c2233}.group:before .group-before\:bg-emerald-950\/30{background-color:#022c224d}.group:before .group-before\:bg-emerald-950\/40{background-color:#022c2266}.group:before .group-before\:bg-emerald-950\/50{background-color:#022c2280}.group:before .group-before\:bg-emerald-950\/60{background-color:#022c2299}.group:before .group-before\:bg-emerald-950\/70{background-color:#022c22b3}.group:before .group-before\:bg-emerald-950\/75{background-color:#022c22bf}.group:before .group-before\:bg-emerald-950\/80{background-color:#022c22cc}.group:before .group-before\:bg-emerald-950\/90{background-color:#022c22e6}.group:before .group-before\:bg-teal-50{background-color:#f0fdfa}.group:before .group-before\:bg-teal-50\/0{background-color:#f0fdfa00}.group:before .group-before\:bg-teal-50\/10{background-color:#f0fdfa1a}.group:before .group-before\:bg-teal-50\/20{background-color:#f0fdfa33}.group:before .group-before\:bg-teal-50\/30{background-color:#f0fdfa4d}.group:before .group-before\:bg-teal-50\/40{background-color:#f0fdfa66}.group:before .group-before\:bg-teal-50\/50{background-color:#f0fdfa80}.group:before .group-before\:bg-teal-50\/60{background-color:#f0fdfa99}.group:before .group-before\:bg-teal-50\/70{background-color:#f0fdfab3}.group:before .group-before\:bg-teal-50\/75{background-color:#f0fdfabf}.group:before .group-before\:bg-teal-50\/80{background-color:#f0fdfacc}.group:before .group-before\:bg-teal-50\/90{background-color:#f0fdfae6}.group:before .group-before\:bg-teal-100{background-color:#ccfbf1}.group:before .group-before\:bg-teal-100\/0{background-color:#ccfbf100}.group:before .group-before\:bg-teal-100\/10{background-color:#ccfbf11a}.group:before .group-before\:bg-teal-100\/20{background-color:#ccfbf133}.group:before .group-before\:bg-teal-100\/30{background-color:#ccfbf14d}.group:before .group-before\:bg-teal-100\/40{background-color:#ccfbf166}.group:before .group-before\:bg-teal-100\/50{background-color:#ccfbf180}.group:before .group-before\:bg-teal-100\/60{background-color:#ccfbf199}.group:before .group-before\:bg-teal-100\/70{background-color:#ccfbf1b3}.group:before .group-before\:bg-teal-100\/75{background-color:#ccfbf1bf}.group:before .group-before\:bg-teal-100\/80{background-color:#ccfbf1cc}.group:before .group-before\:bg-teal-100\/90{background-color:#ccfbf1e6}.group:before .group-before\:bg-teal-200{background-color:#99f6e4}.group:before .group-before\:bg-teal-200\/0{background-color:#99f6e400}.group:before .group-before\:bg-teal-200\/10{background-color:#99f6e41a}.group:before .group-before\:bg-teal-200\/20{background-color:#99f6e433}.group:before .group-before\:bg-teal-200\/30{background-color:#99f6e44d}.group:before .group-before\:bg-teal-200\/40{background-color:#99f6e466}.group:before .group-before\:bg-teal-200\/50{background-color:#99f6e480}.group:before .group-before\:bg-teal-200\/60{background-color:#99f6e499}.group:before .group-before\:bg-teal-200\/70{background-color:#99f6e4b3}.group:before .group-before\:bg-teal-200\/75{background-color:#99f6e4bf}.group:before .group-before\:bg-teal-200\/80{background-color:#99f6e4cc}.group:before .group-before\:bg-teal-200\/90{background-color:#99f6e4e6}.group:before .group-before\:bg-teal-300{background-color:#5eead4}.group:before .group-before\:bg-teal-300\/0{background-color:#5eead400}.group:before .group-before\:bg-teal-300\/10{background-color:#5eead41a}.group:before .group-before\:bg-teal-300\/20{background-color:#5eead433}.group:before .group-before\:bg-teal-300\/30{background-color:#5eead44d}.group:before .group-before\:bg-teal-300\/40{background-color:#5eead466}.group:before .group-before\:bg-teal-300\/50{background-color:#5eead480}.group:before .group-before\:bg-teal-300\/60{background-color:#5eead499}.group:before .group-before\:bg-teal-300\/70{background-color:#5eead4b3}.group:before .group-before\:bg-teal-300\/75{background-color:#5eead4bf}.group:before .group-before\:bg-teal-300\/80{background-color:#5eead4cc}.group:before .group-before\:bg-teal-300\/90{background-color:#5eead4e6}.group:before .group-before\:bg-teal-400{background-color:#2dd4bf}.group:before .group-before\:bg-teal-400\/0{background-color:#2dd4bf00}.group:before .group-before\:bg-teal-400\/10{background-color:#2dd4bf1a}.group:before .group-before\:bg-teal-400\/20{background-color:#2dd4bf33}.group:before .group-before\:bg-teal-400\/30{background-color:#2dd4bf4d}.group:before .group-before\:bg-teal-400\/40{background-color:#2dd4bf66}.group:before .group-before\:bg-teal-400\/50{background-color:#2dd4bf80}.group:before .group-before\:bg-teal-400\/60{background-color:#2dd4bf99}.group:before .group-before\:bg-teal-400\/70{background-color:#2dd4bfb3}.group:before .group-before\:bg-teal-400\/75{background-color:#2dd4bfbf}.group:before .group-before\:bg-teal-400\/80{background-color:#2dd4bfcc}.group:before .group-before\:bg-teal-400\/90{background-color:#2dd4bfe6}.group:before .group-before\:bg-teal-500{background-color:#14b8a6}.group:before .group-before\:bg-teal-500\/0{background-color:#14b8a600}.group:before .group-before\:bg-teal-500\/10{background-color:#14b8a61a}.group:before .group-before\:bg-teal-500\/20{background-color:#14b8a633}.group:before .group-before\:bg-teal-500\/30{background-color:#14b8a64d}.group:before .group-before\:bg-teal-500\/40{background-color:#14b8a666}.group:before .group-before\:bg-teal-500\/50{background-color:#14b8a680}.group:before .group-before\:bg-teal-500\/60{background-color:#14b8a699}.group:before .group-before\:bg-teal-500\/70{background-color:#14b8a6b3}.group:before .group-before\:bg-teal-500\/75{background-color:#14b8a6bf}.group:before .group-before\:bg-teal-500\/80{background-color:#14b8a6cc}.group:before .group-before\:bg-teal-500\/90{background-color:#14b8a6e6}.group:before .group-before\:bg-teal-600{background-color:#0d9488}.group:before .group-before\:bg-teal-600\/0{background-color:#0d948800}.group:before .group-before\:bg-teal-600\/10{background-color:#0d94881a}.group:before .group-before\:bg-teal-600\/20{background-color:#0d948833}.group:before .group-before\:bg-teal-600\/30{background-color:#0d94884d}.group:before .group-before\:bg-teal-600\/40{background-color:#0d948866}.group:before .group-before\:bg-teal-600\/50{background-color:#0d948880}.group:before .group-before\:bg-teal-600\/60{background-color:#0d948899}.group:before .group-before\:bg-teal-600\/70{background-color:#0d9488b3}.group:before .group-before\:bg-teal-600\/75{background-color:#0d9488bf}.group:before .group-before\:bg-teal-600\/80{background-color:#0d9488cc}.group:before .group-before\:bg-teal-600\/90{background-color:#0d9488e6}.group:before .group-before\:bg-teal-700{background-color:#0f766e}.group:before .group-before\:bg-teal-700\/0{background-color:#0f766e00}.group:before .group-before\:bg-teal-700\/10{background-color:#0f766e1a}.group:before .group-before\:bg-teal-700\/20{background-color:#0f766e33}.group:before .group-before\:bg-teal-700\/30{background-color:#0f766e4d}.group:before .group-before\:bg-teal-700\/40{background-color:#0f766e66}.group:before .group-before\:bg-teal-700\/50{background-color:#0f766e80}.group:before .group-before\:bg-teal-700\/60{background-color:#0f766e99}.group:before .group-before\:bg-teal-700\/70{background-color:#0f766eb3}.group:before .group-before\:bg-teal-700\/75{background-color:#0f766ebf}.group:before .group-before\:bg-teal-700\/80{background-color:#0f766ecc}.group:before .group-before\:bg-teal-700\/90{background-color:#0f766ee6}.group:before .group-before\:bg-teal-800{background-color:#115e59}.group:before .group-before\:bg-teal-800\/0{background-color:#115e5900}.group:before .group-before\:bg-teal-800\/10{background-color:#115e591a}.group:before .group-before\:bg-teal-800\/20{background-color:#115e5933}.group:before .group-before\:bg-teal-800\/30{background-color:#115e594d}.group:before .group-before\:bg-teal-800\/40{background-color:#115e5966}.group:before .group-before\:bg-teal-800\/50{background-color:#115e5980}.group:before .group-before\:bg-teal-800\/60{background-color:#115e5999}.group:before .group-before\:bg-teal-800\/70{background-color:#115e59b3}.group:before .group-before\:bg-teal-800\/75{background-color:#115e59bf}.group:before .group-before\:bg-teal-800\/80{background-color:#115e59cc}.group:before .group-before\:bg-teal-800\/90{background-color:#115e59e6}.group:before .group-before\:bg-teal-900{background-color:#134e4a}.group:before .group-before\:bg-teal-900\/0{background-color:#134e4a00}.group:before .group-before\:bg-teal-900\/10{background-color:#134e4a1a}.group:before .group-before\:bg-teal-900\/20{background-color:#134e4a33}.group:before .group-before\:bg-teal-900\/30{background-color:#134e4a4d}.group:before .group-before\:bg-teal-900\/40{background-color:#134e4a66}.group:before .group-before\:bg-teal-900\/50{background-color:#134e4a80}.group:before .group-before\:bg-teal-900\/60{background-color:#134e4a99}.group:before .group-before\:bg-teal-900\/70{background-color:#134e4ab3}.group:before .group-before\:bg-teal-900\/75{background-color:#134e4abf}.group:before .group-before\:bg-teal-900\/80{background-color:#134e4acc}.group:before .group-before\:bg-teal-900\/90{background-color:#134e4ae6}.group:before .group-before\:bg-teal-950{background-color:#042f2e}.group:before .group-before\:bg-teal-950\/0{background-color:#042f2e00}.group:before .group-before\:bg-teal-950\/10{background-color:#042f2e1a}.group:before .group-before\:bg-teal-950\/20{background-color:#042f2e33}.group:before .group-before\:bg-teal-950\/30{background-color:#042f2e4d}.group:before .group-before\:bg-teal-950\/40{background-color:#042f2e66}.group:before .group-before\:bg-teal-950\/50{background-color:#042f2e80}.group:before .group-before\:bg-teal-950\/60{background-color:#042f2e99}.group:before .group-before\:bg-teal-950\/70{background-color:#042f2eb3}.group:before .group-before\:bg-teal-950\/75{background-color:#042f2ebf}.group:before .group-before\:bg-teal-950\/80{background-color:#042f2ecc}.group:before .group-before\:bg-teal-950\/90{background-color:#042f2ee6}.group:before .group-before\:bg-cyan-50{background-color:#ecfeff}.group:before .group-before\:bg-cyan-50\/0{background-color:#ecfeff00}.group:before .group-before\:bg-cyan-50\/10{background-color:#ecfeff1a}.group:before .group-before\:bg-cyan-50\/20{background-color:#ecfeff33}.group:before .group-before\:bg-cyan-50\/30{background-color:#ecfeff4d}.group:before .group-before\:bg-cyan-50\/40{background-color:#ecfeff66}.group:before .group-before\:bg-cyan-50\/50{background-color:#ecfeff80}.group:before .group-before\:bg-cyan-50\/60{background-color:#ecfeff99}.group:before .group-before\:bg-cyan-50\/70{background-color:#ecfeffb3}.group:before .group-before\:bg-cyan-50\/75{background-color:#ecfeffbf}.group:before .group-before\:bg-cyan-50\/80{background-color:#ecfeffcc}.group:before .group-before\:bg-cyan-50\/90{background-color:#ecfeffe6}.group:before .group-before\:bg-cyan-100{background-color:#cffafe}.group:before .group-before\:bg-cyan-100\/0{background-color:#cffafe00}.group:before .group-before\:bg-cyan-100\/10{background-color:#cffafe1a}.group:before .group-before\:bg-cyan-100\/20{background-color:#cffafe33}.group:before .group-before\:bg-cyan-100\/30{background-color:#cffafe4d}.group:before .group-before\:bg-cyan-100\/40{background-color:#cffafe66}.group:before .group-before\:bg-cyan-100\/50{background-color:#cffafe80}.group:before .group-before\:bg-cyan-100\/60{background-color:#cffafe99}.group:before .group-before\:bg-cyan-100\/70{background-color:#cffafeb3}.group:before .group-before\:bg-cyan-100\/75{background-color:#cffafebf}.group:before .group-before\:bg-cyan-100\/80{background-color:#cffafecc}.group:before .group-before\:bg-cyan-100\/90{background-color:#cffafee6}.group:before .group-before\:bg-cyan-200{background-color:#a5f3fc}.group:before .group-before\:bg-cyan-200\/0{background-color:#a5f3fc00}.group:before .group-before\:bg-cyan-200\/10{background-color:#a5f3fc1a}.group:before .group-before\:bg-cyan-200\/20{background-color:#a5f3fc33}.group:before .group-before\:bg-cyan-200\/30{background-color:#a5f3fc4d}.group:before .group-before\:bg-cyan-200\/40{background-color:#a5f3fc66}.group:before .group-before\:bg-cyan-200\/50{background-color:#a5f3fc80}.group:before .group-before\:bg-cyan-200\/60{background-color:#a5f3fc99}.group:before .group-before\:bg-cyan-200\/70{background-color:#a5f3fcb3}.group:before .group-before\:bg-cyan-200\/75{background-color:#a5f3fcbf}.group:before .group-before\:bg-cyan-200\/80{background-color:#a5f3fccc}.group:before .group-before\:bg-cyan-200\/90{background-color:#a5f3fce6}.group:before .group-before\:bg-cyan-300{background-color:#67e8f9}.group:before .group-before\:bg-cyan-300\/0{background-color:#67e8f900}.group:before .group-before\:bg-cyan-300\/10{background-color:#67e8f91a}.group:before .group-before\:bg-cyan-300\/20{background-color:#67e8f933}.group:before .group-before\:bg-cyan-300\/30{background-color:#67e8f94d}.group:before .group-before\:bg-cyan-300\/40{background-color:#67e8f966}.group:before .group-before\:bg-cyan-300\/50{background-color:#67e8f980}.group:before .group-before\:bg-cyan-300\/60{background-color:#67e8f999}.group:before .group-before\:bg-cyan-300\/70{background-color:#67e8f9b3}.group:before .group-before\:bg-cyan-300\/75{background-color:#67e8f9bf}.group:before .group-before\:bg-cyan-300\/80{background-color:#67e8f9cc}.group:before .group-before\:bg-cyan-300\/90{background-color:#67e8f9e6}.group:before .group-before\:bg-cyan-400{background-color:#22d3ee}.group:before .group-before\:bg-cyan-400\/0{background-color:#22d3ee00}.group:before .group-before\:bg-cyan-400\/10{background-color:#22d3ee1a}.group:before .group-before\:bg-cyan-400\/20{background-color:#22d3ee33}.group:before .group-before\:bg-cyan-400\/30{background-color:#22d3ee4d}.group:before .group-before\:bg-cyan-400\/40{background-color:#22d3ee66}.group:before .group-before\:bg-cyan-400\/50{background-color:#22d3ee80}.group:before .group-before\:bg-cyan-400\/60{background-color:#22d3ee99}.group:before .group-before\:bg-cyan-400\/70{background-color:#22d3eeb3}.group:before .group-before\:bg-cyan-400\/75{background-color:#22d3eebf}.group:before .group-before\:bg-cyan-400\/80{background-color:#22d3eecc}.group:before .group-before\:bg-cyan-400\/90{background-color:#22d3eee6}.group:before .group-before\:bg-cyan-500{background-color:#06b6d4}.group:before .group-before\:bg-cyan-500\/0{background-color:#06b6d400}.group:before .group-before\:bg-cyan-500\/10{background-color:#06b6d41a}.group:before .group-before\:bg-cyan-500\/20{background-color:#06b6d433}.group:before .group-before\:bg-cyan-500\/30{background-color:#06b6d44d}.group:before .group-before\:bg-cyan-500\/40{background-color:#06b6d466}.group:before .group-before\:bg-cyan-500\/50{background-color:#06b6d480}.group:before .group-before\:bg-cyan-500\/60{background-color:#06b6d499}.group:before .group-before\:bg-cyan-500\/70{background-color:#06b6d4b3}.group:before .group-before\:bg-cyan-500\/75{background-color:#06b6d4bf}.group:before .group-before\:bg-cyan-500\/80{background-color:#06b6d4cc}.group:before .group-before\:bg-cyan-500\/90{background-color:#06b6d4e6}.group:before .group-before\:bg-cyan-600{background-color:#0891b2}.group:before .group-before\:bg-cyan-600\/0{background-color:#0891b200}.group:before .group-before\:bg-cyan-600\/10{background-color:#0891b21a}.group:before .group-before\:bg-cyan-600\/20{background-color:#0891b233}.group:before .group-before\:bg-cyan-600\/30{background-color:#0891b24d}.group:before .group-before\:bg-cyan-600\/40{background-color:#0891b266}.group:before .group-before\:bg-cyan-600\/50{background-color:#0891b280}.group:before .group-before\:bg-cyan-600\/60{background-color:#0891b299}.group:before .group-before\:bg-cyan-600\/70{background-color:#0891b2b3}.group:before .group-before\:bg-cyan-600\/75{background-color:#0891b2bf}.group:before .group-before\:bg-cyan-600\/80{background-color:#0891b2cc}.group:before .group-before\:bg-cyan-600\/90{background-color:#0891b2e6}.group:before .group-before\:bg-cyan-700{background-color:#0e7490}.group:before .group-before\:bg-cyan-700\/0{background-color:#0e749000}.group:before .group-before\:bg-cyan-700\/10{background-color:#0e74901a}.group:before .group-before\:bg-cyan-700\/20{background-color:#0e749033}.group:before .group-before\:bg-cyan-700\/30{background-color:#0e74904d}.group:before .group-before\:bg-cyan-700\/40{background-color:#0e749066}.group:before .group-before\:bg-cyan-700\/50{background-color:#0e749080}.group:before .group-before\:bg-cyan-700\/60{background-color:#0e749099}.group:before .group-before\:bg-cyan-700\/70{background-color:#0e7490b3}.group:before .group-before\:bg-cyan-700\/75{background-color:#0e7490bf}.group:before .group-before\:bg-cyan-700\/80{background-color:#0e7490cc}.group:before .group-before\:bg-cyan-700\/90{background-color:#0e7490e6}.group:before .group-before\:bg-cyan-800{background-color:#155e75}.group:before .group-before\:bg-cyan-800\/0{background-color:#155e7500}.group:before .group-before\:bg-cyan-800\/10{background-color:#155e751a}.group:before .group-before\:bg-cyan-800\/20{background-color:#155e7533}.group:before .group-before\:bg-cyan-800\/30{background-color:#155e754d}.group:before .group-before\:bg-cyan-800\/40{background-color:#155e7566}.group:before .group-before\:bg-cyan-800\/50{background-color:#155e7580}.group:before .group-before\:bg-cyan-800\/60{background-color:#155e7599}.group:before .group-before\:bg-cyan-800\/70{background-color:#155e75b3}.group:before .group-before\:bg-cyan-800\/75{background-color:#155e75bf}.group:before .group-before\:bg-cyan-800\/80{background-color:#155e75cc}.group:before .group-before\:bg-cyan-800\/90{background-color:#155e75e6}.group:before .group-before\:bg-cyan-900{background-color:#164e63}.group:before .group-before\:bg-cyan-900\/0{background-color:#164e6300}.group:before .group-before\:bg-cyan-900\/10{background-color:#164e631a}.group:before .group-before\:bg-cyan-900\/20{background-color:#164e6333}.group:before .group-before\:bg-cyan-900\/30{background-color:#164e634d}.group:before .group-before\:bg-cyan-900\/40{background-color:#164e6366}.group:before .group-before\:bg-cyan-900\/50{background-color:#164e6380}.group:before .group-before\:bg-cyan-900\/60{background-color:#164e6399}.group:before .group-before\:bg-cyan-900\/70{background-color:#164e63b3}.group:before .group-before\:bg-cyan-900\/75{background-color:#164e63bf}.group:before .group-before\:bg-cyan-900\/80{background-color:#164e63cc}.group:before .group-before\:bg-cyan-900\/90{background-color:#164e63e6}.group:before .group-before\:bg-cyan-950{background-color:#083344}.group:before .group-before\:bg-cyan-950\/0{background-color:#08334400}.group:before .group-before\:bg-cyan-950\/10{background-color:#0833441a}.group:before .group-before\:bg-cyan-950\/20{background-color:#08334433}.group:before .group-before\:bg-cyan-950\/30{background-color:#0833444d}.group:before .group-before\:bg-cyan-950\/40{background-color:#08334466}.group:before .group-before\:bg-cyan-950\/50{background-color:#08334480}.group:before .group-before\:bg-cyan-950\/60{background-color:#08334499}.group:before .group-before\:bg-cyan-950\/70{background-color:#083344b3}.group:before .group-before\:bg-cyan-950\/75{background-color:#083344bf}.group:before .group-before\:bg-cyan-950\/80{background-color:#083344cc}.group:before .group-before\:bg-cyan-950\/90{background-color:#083344e6}.group:before .group-before\:bg-sky-50{background-color:#f0f9ff}.group:before .group-before\:bg-sky-50\/0{background-color:#f0f9ff00}.group:before .group-before\:bg-sky-50\/10{background-color:#f0f9ff1a}.group:before .group-before\:bg-sky-50\/20{background-color:#f0f9ff33}.group:before .group-before\:bg-sky-50\/30{background-color:#f0f9ff4d}.group:before .group-before\:bg-sky-50\/40{background-color:#f0f9ff66}.group:before .group-before\:bg-sky-50\/50{background-color:#f0f9ff80}.group:before .group-before\:bg-sky-50\/60{background-color:#f0f9ff99}.group:before .group-before\:bg-sky-50\/70{background-color:#f0f9ffb3}.group:before .group-before\:bg-sky-50\/75{background-color:#f0f9ffbf}.group:before .group-before\:bg-sky-50\/80{background-color:#f0f9ffcc}.group:before .group-before\:bg-sky-50\/90{background-color:#f0f9ffe6}.group:before .group-before\:bg-sky-100{background-color:#e0f2fe}.group:before .group-before\:bg-sky-100\/0{background-color:#e0f2fe00}.group:before .group-before\:bg-sky-100\/10{background-color:#e0f2fe1a}.group:before .group-before\:bg-sky-100\/20{background-color:#e0f2fe33}.group:before .group-before\:bg-sky-100\/30{background-color:#e0f2fe4d}.group:before .group-before\:bg-sky-100\/40{background-color:#e0f2fe66}.group:before .group-before\:bg-sky-100\/50{background-color:#e0f2fe80}.group:before .group-before\:bg-sky-100\/60{background-color:#e0f2fe99}.group:before .group-before\:bg-sky-100\/70{background-color:#e0f2feb3}.group:before .group-before\:bg-sky-100\/75{background-color:#e0f2febf}.group:before .group-before\:bg-sky-100\/80{background-color:#e0f2fecc}.group:before .group-before\:bg-sky-100\/90{background-color:#e0f2fee6}.group:before .group-before\:bg-sky-200{background-color:#bae6fd}.group:before .group-before\:bg-sky-200\/0{background-color:#bae6fd00}.group:before .group-before\:bg-sky-200\/10{background-color:#bae6fd1a}.group:before .group-before\:bg-sky-200\/20{background-color:#bae6fd33}.group:before .group-before\:bg-sky-200\/30{background-color:#bae6fd4d}.group:before .group-before\:bg-sky-200\/40{background-color:#bae6fd66}.group:before .group-before\:bg-sky-200\/50{background-color:#bae6fd80}.group:before .group-before\:bg-sky-200\/60{background-color:#bae6fd99}.group:before .group-before\:bg-sky-200\/70{background-color:#bae6fdb3}.group:before .group-before\:bg-sky-200\/75{background-color:#bae6fdbf}.group:before .group-before\:bg-sky-200\/80{background-color:#bae6fdcc}.group:before .group-before\:bg-sky-200\/90{background-color:#bae6fde6}.group:before .group-before\:bg-sky-300{background-color:#7dd3fc}.group:before .group-before\:bg-sky-300\/0{background-color:#7dd3fc00}.group:before .group-before\:bg-sky-300\/10{background-color:#7dd3fc1a}.group:before .group-before\:bg-sky-300\/20{background-color:#7dd3fc33}.group:before .group-before\:bg-sky-300\/30{background-color:#7dd3fc4d}.group:before .group-before\:bg-sky-300\/40{background-color:#7dd3fc66}.group:before .group-before\:bg-sky-300\/50{background-color:#7dd3fc80}.group:before .group-before\:bg-sky-300\/60{background-color:#7dd3fc99}.group:before .group-before\:bg-sky-300\/70{background-color:#7dd3fcb3}.group:before .group-before\:bg-sky-300\/75{background-color:#7dd3fcbf}.group:before .group-before\:bg-sky-300\/80{background-color:#7dd3fccc}.group:before .group-before\:bg-sky-300\/90{background-color:#7dd3fce6}.group:before .group-before\:bg-sky-400{background-color:#38bdf8}.group:before .group-before\:bg-sky-400\/0{background-color:#38bdf800}.group:before .group-before\:bg-sky-400\/10{background-color:#38bdf81a}.group:before .group-before\:bg-sky-400\/20{background-color:#38bdf833}.group:before .group-before\:bg-sky-400\/30{background-color:#38bdf84d}.group:before .group-before\:bg-sky-400\/40{background-color:#38bdf866}.group:before .group-before\:bg-sky-400\/50{background-color:#38bdf880}.group:before .group-before\:bg-sky-400\/60{background-color:#38bdf899}.group:before .group-before\:bg-sky-400\/70{background-color:#38bdf8b3}.group:before .group-before\:bg-sky-400\/75{background-color:#38bdf8bf}.group:before .group-before\:bg-sky-400\/80{background-color:#38bdf8cc}.group:before .group-before\:bg-sky-400\/90{background-color:#38bdf8e6}.group:before .group-before\:bg-sky-500{background-color:#0ea5e9}.group:before .group-before\:bg-sky-500\/0{background-color:#0ea5e900}.group:before .group-before\:bg-sky-500\/10{background-color:#0ea5e91a}.group:before .group-before\:bg-sky-500\/20{background-color:#0ea5e933}.group:before .group-before\:bg-sky-500\/30{background-color:#0ea5e94d}.group:before .group-before\:bg-sky-500\/40{background-color:#0ea5e966}.group:before .group-before\:bg-sky-500\/50{background-color:#0ea5e980}.group:before .group-before\:bg-sky-500\/60{background-color:#0ea5e999}.group:before .group-before\:bg-sky-500\/70{background-color:#0ea5e9b3}.group:before .group-before\:bg-sky-500\/75{background-color:#0ea5e9bf}.group:before .group-before\:bg-sky-500\/80{background-color:#0ea5e9cc}.group:before .group-before\:bg-sky-500\/90{background-color:#0ea5e9e6}.group:before .group-before\:bg-sky-600{background-color:#0284c7}.group:before .group-before\:bg-sky-600\/0{background-color:#0284c700}.group:before .group-before\:bg-sky-600\/10{background-color:#0284c71a}.group:before .group-before\:bg-sky-600\/20{background-color:#0284c733}.group:before .group-before\:bg-sky-600\/30{background-color:#0284c74d}.group:before .group-before\:bg-sky-600\/40{background-color:#0284c766}.group:before .group-before\:bg-sky-600\/50{background-color:#0284c780}.group:before .group-before\:bg-sky-600\/60{background-color:#0284c799}.group:before .group-before\:bg-sky-600\/70{background-color:#0284c7b3}.group:before .group-before\:bg-sky-600\/75{background-color:#0284c7bf}.group:before .group-before\:bg-sky-600\/80{background-color:#0284c7cc}.group:before .group-before\:bg-sky-600\/90{background-color:#0284c7e6}.group:before .group-before\:bg-sky-700{background-color:#0369a1}.group:before .group-before\:bg-sky-700\/0{background-color:#0369a100}.group:before .group-before\:bg-sky-700\/10{background-color:#0369a11a}.group:before .group-before\:bg-sky-700\/20{background-color:#0369a133}.group:before .group-before\:bg-sky-700\/30{background-color:#0369a14d}.group:before .group-before\:bg-sky-700\/40{background-color:#0369a166}.group:before .group-before\:bg-sky-700\/50{background-color:#0369a180}.group:before .group-before\:bg-sky-700\/60{background-color:#0369a199}.group:before .group-before\:bg-sky-700\/70{background-color:#0369a1b3}.group:before .group-before\:bg-sky-700\/75{background-color:#0369a1bf}.group:before .group-before\:bg-sky-700\/80{background-color:#0369a1cc}.group:before .group-before\:bg-sky-700\/90{background-color:#0369a1e6}.group:before .group-before\:bg-sky-800{background-color:#075985}.group:before .group-before\:bg-sky-800\/0{background-color:#07598500}.group:before .group-before\:bg-sky-800\/10{background-color:#0759851a}.group:before .group-before\:bg-sky-800\/20{background-color:#07598533}.group:before .group-before\:bg-sky-800\/30{background-color:#0759854d}.group:before .group-before\:bg-sky-800\/40{background-color:#07598566}.group:before .group-before\:bg-sky-800\/50{background-color:#07598580}.group:before .group-before\:bg-sky-800\/60{background-color:#07598599}.group:before .group-before\:bg-sky-800\/70{background-color:#075985b3}.group:before .group-before\:bg-sky-800\/75{background-color:#075985bf}.group:before .group-before\:bg-sky-800\/80{background-color:#075985cc}.group:before .group-before\:bg-sky-800\/90{background-color:#075985e6}.group:before .group-before\:bg-sky-900{background-color:#0c4a6e}.group:before .group-before\:bg-sky-900\/0{background-color:#0c4a6e00}.group:before .group-before\:bg-sky-900\/10{background-color:#0c4a6e1a}.group:before .group-before\:bg-sky-900\/20{background-color:#0c4a6e33}.group:before .group-before\:bg-sky-900\/30{background-color:#0c4a6e4d}.group:before .group-before\:bg-sky-900\/40{background-color:#0c4a6e66}.group:before .group-before\:bg-sky-900\/50{background-color:#0c4a6e80}.group:before .group-before\:bg-sky-900\/60{background-color:#0c4a6e99}.group:before .group-before\:bg-sky-900\/70{background-color:#0c4a6eb3}.group:before .group-before\:bg-sky-900\/75{background-color:#0c4a6ebf}.group:before .group-before\:bg-sky-900\/80{background-color:#0c4a6ecc}.group:before .group-before\:bg-sky-900\/90{background-color:#0c4a6ee6}.group:before .group-before\:bg-sky-950{background-color:#082f49}.group:before .group-before\:bg-sky-950\/0{background-color:#082f4900}.group:before .group-before\:bg-sky-950\/10{background-color:#082f491a}.group:before .group-before\:bg-sky-950\/20{background-color:#082f4933}.group:before .group-before\:bg-sky-950\/30{background-color:#082f494d}.group:before .group-before\:bg-sky-950\/40{background-color:#082f4966}.group:before .group-before\:bg-sky-950\/50{background-color:#082f4980}.group:before .group-before\:bg-sky-950\/60{background-color:#082f4999}.group:before .group-before\:bg-sky-950\/70{background-color:#082f49b3}.group:before .group-before\:bg-sky-950\/75{background-color:#082f49bf}.group:before .group-before\:bg-sky-950\/80{background-color:#082f49cc}.group:before .group-before\:bg-sky-950\/90{background-color:#082f49e6}.group:before .group-before\:bg-blue-50{background-color:#eff6ff}.group:before .group-before\:bg-blue-50\/0{background-color:#eff6ff00}.group:before .group-before\:bg-blue-50\/10{background-color:#eff6ff1a}.group:before .group-before\:bg-blue-50\/20{background-color:#eff6ff33}.group:before .group-before\:bg-blue-50\/30{background-color:#eff6ff4d}.group:before .group-before\:bg-blue-50\/40{background-color:#eff6ff66}.group:before .group-before\:bg-blue-50\/50{background-color:#eff6ff80}.group:before .group-before\:bg-blue-50\/60{background-color:#eff6ff99}.group:before .group-before\:bg-blue-50\/70{background-color:#eff6ffb3}.group:before .group-before\:bg-blue-50\/75{background-color:#eff6ffbf}.group:before .group-before\:bg-blue-50\/80{background-color:#eff6ffcc}.group:before .group-before\:bg-blue-50\/90{background-color:#eff6ffe6}.group:before .group-before\:bg-blue-100{background-color:#dbeafe}.group:before .group-before\:bg-blue-100\/0{background-color:#dbeafe00}.group:before .group-before\:bg-blue-100\/10{background-color:#dbeafe1a}.group:before .group-before\:bg-blue-100\/20{background-color:#dbeafe33}.group:before .group-before\:bg-blue-100\/30{background-color:#dbeafe4d}.group:before .group-before\:bg-blue-100\/40{background-color:#dbeafe66}.group:before .group-before\:bg-blue-100\/50{background-color:#dbeafe80}.group:before .group-before\:bg-blue-100\/60{background-color:#dbeafe99}.group:before .group-before\:bg-blue-100\/70{background-color:#dbeafeb3}.group:before .group-before\:bg-blue-100\/75{background-color:#dbeafebf}.group:before .group-before\:bg-blue-100\/80{background-color:#dbeafecc}.group:before .group-before\:bg-blue-100\/90{background-color:#dbeafee6}.group:before .group-before\:bg-blue-200{background-color:#bfdbfe}.group:before .group-before\:bg-blue-200\/0{background-color:#bfdbfe00}.group:before .group-before\:bg-blue-200\/10{background-color:#bfdbfe1a}.group:before .group-before\:bg-blue-200\/20{background-color:#bfdbfe33}.group:before .group-before\:bg-blue-200\/30{background-color:#bfdbfe4d}.group:before .group-before\:bg-blue-200\/40{background-color:#bfdbfe66}.group:before .group-before\:bg-blue-200\/50{background-color:#bfdbfe80}.group:before .group-before\:bg-blue-200\/60{background-color:#bfdbfe99}.group:before .group-before\:bg-blue-200\/70{background-color:#bfdbfeb3}.group:before .group-before\:bg-blue-200\/75{background-color:#bfdbfebf}.group:before .group-before\:bg-blue-200\/80{background-color:#bfdbfecc}.group:before .group-before\:bg-blue-200\/90{background-color:#bfdbfee6}.group:before .group-before\:bg-blue-300{background-color:#93c5fd}.group:before .group-before\:bg-blue-300\/0{background-color:#93c5fd00}.group:before .group-before\:bg-blue-300\/10{background-color:#93c5fd1a}.group:before .group-before\:bg-blue-300\/20{background-color:#93c5fd33}.group:before .group-before\:bg-blue-300\/30{background-color:#93c5fd4d}.group:before .group-before\:bg-blue-300\/40{background-color:#93c5fd66}.group:before .group-before\:bg-blue-300\/50{background-color:#93c5fd80}.group:before .group-before\:bg-blue-300\/60{background-color:#93c5fd99}.group:before .group-before\:bg-blue-300\/70{background-color:#93c5fdb3}.group:before .group-before\:bg-blue-300\/75{background-color:#93c5fdbf}.group:before .group-before\:bg-blue-300\/80{background-color:#93c5fdcc}.group:before .group-before\:bg-blue-300\/90{background-color:#93c5fde6}.group:before .group-before\:bg-blue-400{background-color:#60a5fa}.group:before .group-before\:bg-blue-400\/0{background-color:#60a5fa00}.group:before .group-before\:bg-blue-400\/10{background-color:#60a5fa1a}.group:before .group-before\:bg-blue-400\/20{background-color:#60a5fa33}.group:before .group-before\:bg-blue-400\/30{background-color:#60a5fa4d}.group:before .group-before\:bg-blue-400\/40{background-color:#60a5fa66}.group:before .group-before\:bg-blue-400\/50{background-color:#60a5fa80}.group:before .group-before\:bg-blue-400\/60{background-color:#60a5fa99}.group:before .group-before\:bg-blue-400\/70{background-color:#60a5fab3}.group:before .group-before\:bg-blue-400\/75{background-color:#60a5fabf}.group:before .group-before\:bg-blue-400\/80{background-color:#60a5facc}.group:before .group-before\:bg-blue-400\/90{background-color:#60a5fae6}.group:before .group-before\:bg-blue-500{background-color:#3b82f6}.group:before .group-before\:bg-blue-500\/0{background-color:#3b82f600}.group:before .group-before\:bg-blue-500\/10{background-color:#3b82f61a}.group:before .group-before\:bg-blue-500\/20{background-color:#3b82f633}.group:before .group-before\:bg-blue-500\/30{background-color:#3b82f64d}.group:before .group-before\:bg-blue-500\/40{background-color:#3b82f666}.group:before .group-before\:bg-blue-500\/50{background-color:#3b82f680}.group:before .group-before\:bg-blue-500\/60{background-color:#3b82f699}.group:before .group-before\:bg-blue-500\/70{background-color:#3b82f6b3}.group:before .group-before\:bg-blue-500\/75{background-color:#3b82f6bf}.group:before .group-before\:bg-blue-500\/80{background-color:#3b82f6cc}.group:before .group-before\:bg-blue-500\/90{background-color:#3b82f6e6}.group:before .group-before\:bg-blue-600{background-color:#2563eb}.group:before .group-before\:bg-blue-600\/0{background-color:#2563eb00}.group:before .group-before\:bg-blue-600\/10{background-color:#2563eb1a}.group:before .group-before\:bg-blue-600\/20{background-color:#2563eb33}.group:before .group-before\:bg-blue-600\/30{background-color:#2563eb4d}.group:before .group-before\:bg-blue-600\/40{background-color:#2563eb66}.group:before .group-before\:bg-blue-600\/50{background-color:#2563eb80}.group:before .group-before\:bg-blue-600\/60{background-color:#2563eb99}.group:before .group-before\:bg-blue-600\/70{background-color:#2563ebb3}.group:before .group-before\:bg-blue-600\/75{background-color:#2563ebbf}.group:before .group-before\:bg-blue-600\/80{background-color:#2563ebcc}.group:before .group-before\:bg-blue-600\/90{background-color:#2563ebe6}.group:before .group-before\:bg-blue-700{background-color:#1d4ed8}.group:before .group-before\:bg-blue-700\/0{background-color:#1d4ed800}.group:before .group-before\:bg-blue-700\/10{background-color:#1d4ed81a}.group:before .group-before\:bg-blue-700\/20{background-color:#1d4ed833}.group:before .group-before\:bg-blue-700\/30{background-color:#1d4ed84d}.group:before .group-before\:bg-blue-700\/40{background-color:#1d4ed866}.group:before .group-before\:bg-blue-700\/50{background-color:#1d4ed880}.group:before .group-before\:bg-blue-700\/60{background-color:#1d4ed899}.group:before .group-before\:bg-blue-700\/70{background-color:#1d4ed8b3}.group:before .group-before\:bg-blue-700\/75{background-color:#1d4ed8bf}.group:before .group-before\:bg-blue-700\/80{background-color:#1d4ed8cc}.group:before .group-before\:bg-blue-700\/90{background-color:#1d4ed8e6}.group:before .group-before\:bg-blue-800{background-color:#1e40af}.group:before .group-before\:bg-blue-800\/0{background-color:#1e40af00}.group:before .group-before\:bg-blue-800\/10{background-color:#1e40af1a}.group:before .group-before\:bg-blue-800\/20{background-color:#1e40af33}.group:before .group-before\:bg-blue-800\/30{background-color:#1e40af4d}.group:before .group-before\:bg-blue-800\/40{background-color:#1e40af66}.group:before .group-before\:bg-blue-800\/50{background-color:#1e40af80}.group:before .group-before\:bg-blue-800\/60{background-color:#1e40af99}.group:before .group-before\:bg-blue-800\/70{background-color:#1e40afb3}.group:before .group-before\:bg-blue-800\/75{background-color:#1e40afbf}.group:before .group-before\:bg-blue-800\/80{background-color:#1e40afcc}.group:before .group-before\:bg-blue-800\/90{background-color:#1e40afe6}.group:before .group-before\:bg-blue-900{background-color:#1e3a8a}.group:before .group-before\:bg-blue-900\/0{background-color:#1e3a8a00}.group:before .group-before\:bg-blue-900\/10{background-color:#1e3a8a1a}.group:before .group-before\:bg-blue-900\/20{background-color:#1e3a8a33}.group:before .group-before\:bg-blue-900\/30{background-color:#1e3a8a4d}.group:before .group-before\:bg-blue-900\/40{background-color:#1e3a8a66}.group:before .group-before\:bg-blue-900\/50{background-color:#1e3a8a80}.group:before .group-before\:bg-blue-900\/60{background-color:#1e3a8a99}.group:before .group-before\:bg-blue-900\/70{background-color:#1e3a8ab3}.group:before .group-before\:bg-blue-900\/75{background-color:#1e3a8abf}.group:before .group-before\:bg-blue-900\/80{background-color:#1e3a8acc}.group:before .group-before\:bg-blue-900\/90{background-color:#1e3a8ae6}.group:before .group-before\:bg-blue-950{background-color:#172554}.group:before .group-before\:bg-blue-950\/0{background-color:#17255400}.group:before .group-before\:bg-blue-950\/10{background-color:#1725541a}.group:before .group-before\:bg-blue-950\/20{background-color:#17255433}.group:before .group-before\:bg-blue-950\/30{background-color:#1725544d}.group:before .group-before\:bg-blue-950\/40{background-color:#17255466}.group:before .group-before\:bg-blue-950\/50{background-color:#17255480}.group:before .group-before\:bg-blue-950\/60{background-color:#17255499}.group:before .group-before\:bg-blue-950\/70{background-color:#172554b3}.group:before .group-before\:bg-blue-950\/75{background-color:#172554bf}.group:before .group-before\:bg-blue-950\/80{background-color:#172554cc}.group:before .group-before\:bg-blue-950\/90{background-color:#172554e6}.group:before .group-before\:bg-indigo-50{background-color:#eef2ff}.group:before .group-before\:bg-indigo-50\/0{background-color:#eef2ff00}.group:before .group-before\:bg-indigo-50\/10{background-color:#eef2ff1a}.group:before .group-before\:bg-indigo-50\/20{background-color:#eef2ff33}.group:before .group-before\:bg-indigo-50\/30{background-color:#eef2ff4d}.group:before .group-before\:bg-indigo-50\/40{background-color:#eef2ff66}.group:before .group-before\:bg-indigo-50\/50{background-color:#eef2ff80}.group:before .group-before\:bg-indigo-50\/60{background-color:#eef2ff99}.group:before .group-before\:bg-indigo-50\/70{background-color:#eef2ffb3}.group:before .group-before\:bg-indigo-50\/75{background-color:#eef2ffbf}.group:before .group-before\:bg-indigo-50\/80{background-color:#eef2ffcc}.group:before .group-before\:bg-indigo-50\/90{background-color:#eef2ffe6}.group:before .group-before\:bg-indigo-100{background-color:#e0e7ff}.group:before .group-before\:bg-indigo-100\/0{background-color:#e0e7ff00}.group:before .group-before\:bg-indigo-100\/10{background-color:#e0e7ff1a}.group:before .group-before\:bg-indigo-100\/20{background-color:#e0e7ff33}.group:before .group-before\:bg-indigo-100\/30{background-color:#e0e7ff4d}.group:before .group-before\:bg-indigo-100\/40{background-color:#e0e7ff66}.group:before .group-before\:bg-indigo-100\/50{background-color:#e0e7ff80}.group:before .group-before\:bg-indigo-100\/60{background-color:#e0e7ff99}.group:before .group-before\:bg-indigo-100\/70{background-color:#e0e7ffb3}.group:before .group-before\:bg-indigo-100\/75{background-color:#e0e7ffbf}.group:before .group-before\:bg-indigo-100\/80{background-color:#e0e7ffcc}.group:before .group-before\:bg-indigo-100\/90{background-color:#e0e7ffe6}.group:before .group-before\:bg-indigo-200{background-color:#c7d2fe}.group:before .group-before\:bg-indigo-200\/0{background-color:#c7d2fe00}.group:before .group-before\:bg-indigo-200\/10{background-color:#c7d2fe1a}.group:before .group-before\:bg-indigo-200\/20{background-color:#c7d2fe33}.group:before .group-before\:bg-indigo-200\/30{background-color:#c7d2fe4d}.group:before .group-before\:bg-indigo-200\/40{background-color:#c7d2fe66}.group:before .group-before\:bg-indigo-200\/50{background-color:#c7d2fe80}.group:before .group-before\:bg-indigo-200\/60{background-color:#c7d2fe99}.group:before .group-before\:bg-indigo-200\/70{background-color:#c7d2feb3}.group:before .group-before\:bg-indigo-200\/75{background-color:#c7d2febf}.group:before .group-before\:bg-indigo-200\/80{background-color:#c7d2fecc}.group:before .group-before\:bg-indigo-200\/90{background-color:#c7d2fee6}.group:before .group-before\:bg-indigo-300{background-color:#a5b4fc}.group:before .group-before\:bg-indigo-300\/0{background-color:#a5b4fc00}.group:before .group-before\:bg-indigo-300\/10{background-color:#a5b4fc1a}.group:before .group-before\:bg-indigo-300\/20{background-color:#a5b4fc33}.group:before .group-before\:bg-indigo-300\/30{background-color:#a5b4fc4d}.group:before .group-before\:bg-indigo-300\/40{background-color:#a5b4fc66}.group:before .group-before\:bg-indigo-300\/50{background-color:#a5b4fc80}.group:before .group-before\:bg-indigo-300\/60{background-color:#a5b4fc99}.group:before .group-before\:bg-indigo-300\/70{background-color:#a5b4fcb3}.group:before .group-before\:bg-indigo-300\/75{background-color:#a5b4fcbf}.group:before .group-before\:bg-indigo-300\/80{background-color:#a5b4fccc}.group:before .group-before\:bg-indigo-300\/90{background-color:#a5b4fce6}.group:before .group-before\:bg-indigo-400{background-color:#818cf8}.group:before .group-before\:bg-indigo-400\/0{background-color:#818cf800}.group:before .group-before\:bg-indigo-400\/10{background-color:#818cf81a}.group:before .group-before\:bg-indigo-400\/20{background-color:#818cf833}.group:before .group-before\:bg-indigo-400\/30{background-color:#818cf84d}.group:before .group-before\:bg-indigo-400\/40{background-color:#818cf866}.group:before .group-before\:bg-indigo-400\/50{background-color:#818cf880}.group:before .group-before\:bg-indigo-400\/60{background-color:#818cf899}.group:before .group-before\:bg-indigo-400\/70{background-color:#818cf8b3}.group:before .group-before\:bg-indigo-400\/75{background-color:#818cf8bf}.group:before .group-before\:bg-indigo-400\/80{background-color:#818cf8cc}.group:before .group-before\:bg-indigo-400\/90{background-color:#818cf8e6}.group:before .group-before\:bg-indigo-500{background-color:#6366f1}.group:before .group-before\:bg-indigo-500\/0{background-color:#6366f100}.group:before .group-before\:bg-indigo-500\/10{background-color:#6366f11a}.group:before .group-before\:bg-indigo-500\/20{background-color:#6366f133}.group:before .group-before\:bg-indigo-500\/30{background-color:#6366f14d}.group:before .group-before\:bg-indigo-500\/40{background-color:#6366f166}.group:before .group-before\:bg-indigo-500\/50{background-color:#6366f180}.group:before .group-before\:bg-indigo-500\/60{background-color:#6366f199}.group:before .group-before\:bg-indigo-500\/70{background-color:#6366f1b3}.group:before .group-before\:bg-indigo-500\/75{background-color:#6366f1bf}.group:before .group-before\:bg-indigo-500\/80{background-color:#6366f1cc}.group:before .group-before\:bg-indigo-500\/90{background-color:#6366f1e6}.group:before .group-before\:bg-indigo-600{background-color:#4f46e5}.group:before .group-before\:bg-indigo-600\/0{background-color:#4f46e500}.group:before .group-before\:bg-indigo-600\/10{background-color:#4f46e51a}.group:before .group-before\:bg-indigo-600\/20{background-color:#4f46e533}.group:before .group-before\:bg-indigo-600\/30{background-color:#4f46e54d}.group:before .group-before\:bg-indigo-600\/40{background-color:#4f46e566}.group:before .group-before\:bg-indigo-600\/50{background-color:#4f46e580}.group:before .group-before\:bg-indigo-600\/60{background-color:#4f46e599}.group:before .group-before\:bg-indigo-600\/70{background-color:#4f46e5b3}.group:before .group-before\:bg-indigo-600\/75{background-color:#4f46e5bf}.group:before .group-before\:bg-indigo-600\/80{background-color:#4f46e5cc}.group:before .group-before\:bg-indigo-600\/90{background-color:#4f46e5e6}.group:before .group-before\:bg-indigo-700{background-color:#4338ca}.group:before .group-before\:bg-indigo-700\/0{background-color:#4338ca00}.group:before .group-before\:bg-indigo-700\/10{background-color:#4338ca1a}.group:before .group-before\:bg-indigo-700\/20{background-color:#4338ca33}.group:before .group-before\:bg-indigo-700\/30{background-color:#4338ca4d}.group:before .group-before\:bg-indigo-700\/40{background-color:#4338ca66}.group:before .group-before\:bg-indigo-700\/50{background-color:#4338ca80}.group:before .group-before\:bg-indigo-700\/60{background-color:#4338ca99}.group:before .group-before\:bg-indigo-700\/70{background-color:#4338cab3}.group:before .group-before\:bg-indigo-700\/75{background-color:#4338cabf}.group:before .group-before\:bg-indigo-700\/80{background-color:#4338cacc}.group:before .group-before\:bg-indigo-700\/90{background-color:#4338cae6}.group:before .group-before\:bg-indigo-800{background-color:#3730a3}.group:before .group-before\:bg-indigo-800\/0{background-color:#3730a300}.group:before .group-before\:bg-indigo-800\/10{background-color:#3730a31a}.group:before .group-before\:bg-indigo-800\/20{background-color:#3730a333}.group:before .group-before\:bg-indigo-800\/30{background-color:#3730a34d}.group:before .group-before\:bg-indigo-800\/40{background-color:#3730a366}.group:before .group-before\:bg-indigo-800\/50{background-color:#3730a380}.group:before .group-before\:bg-indigo-800\/60{background-color:#3730a399}.group:before .group-before\:bg-indigo-800\/70{background-color:#3730a3b3}.group:before .group-before\:bg-indigo-800\/75{background-color:#3730a3bf}.group:before .group-before\:bg-indigo-800\/80{background-color:#3730a3cc}.group:before .group-before\:bg-indigo-800\/90{background-color:#3730a3e6}.group:before .group-before\:bg-indigo-900{background-color:#312e81}.group:before .group-before\:bg-indigo-900\/0{background-color:#312e8100}.group:before .group-before\:bg-indigo-900\/10{background-color:#312e811a}.group:before .group-before\:bg-indigo-900\/20{background-color:#312e8133}.group:before .group-before\:bg-indigo-900\/30{background-color:#312e814d}.group:before .group-before\:bg-indigo-900\/40{background-color:#312e8166}.group:before .group-before\:bg-indigo-900\/50{background-color:#312e8180}.group:before .group-before\:bg-indigo-900\/60{background-color:#312e8199}.group:before .group-before\:bg-indigo-900\/70{background-color:#312e81b3}.group:before .group-before\:bg-indigo-900\/75{background-color:#312e81bf}.group:before .group-before\:bg-indigo-900\/80{background-color:#312e81cc}.group:before .group-before\:bg-indigo-900\/90{background-color:#312e81e6}.group:before .group-before\:bg-indigo-950{background-color:#1e1b4b}.group:before .group-before\:bg-indigo-950\/0{background-color:#1e1b4b00}.group:before .group-before\:bg-indigo-950\/10{background-color:#1e1b4b1a}.group:before .group-before\:bg-indigo-950\/20{background-color:#1e1b4b33}.group:before .group-before\:bg-indigo-950\/30{background-color:#1e1b4b4d}.group:before .group-before\:bg-indigo-950\/40{background-color:#1e1b4b66}.group:before .group-before\:bg-indigo-950\/50{background-color:#1e1b4b80}.group:before .group-before\:bg-indigo-950\/60{background-color:#1e1b4b99}.group:before .group-before\:bg-indigo-950\/70{background-color:#1e1b4bb3}.group:before .group-before\:bg-indigo-950\/75{background-color:#1e1b4bbf}.group:before .group-before\:bg-indigo-950\/80{background-color:#1e1b4bcc}.group:before .group-before\:bg-indigo-950\/90{background-color:#1e1b4be6}.group:before .group-before\:bg-violet-50{background-color:#f5f3ff}.group:before .group-before\:bg-violet-50\/0{background-color:#f5f3ff00}.group:before .group-before\:bg-violet-50\/10{background-color:#f5f3ff1a}.group:before .group-before\:bg-violet-50\/20{background-color:#f5f3ff33}.group:before .group-before\:bg-violet-50\/30{background-color:#f5f3ff4d}.group:before .group-before\:bg-violet-50\/40{background-color:#f5f3ff66}.group:before .group-before\:bg-violet-50\/50{background-color:#f5f3ff80}.group:before .group-before\:bg-violet-50\/60{background-color:#f5f3ff99}.group:before .group-before\:bg-violet-50\/70{background-color:#f5f3ffb3}.group:before .group-before\:bg-violet-50\/75{background-color:#f5f3ffbf}.group:before .group-before\:bg-violet-50\/80{background-color:#f5f3ffcc}.group:before .group-before\:bg-violet-50\/90{background-color:#f5f3ffe6}.group:before .group-before\:bg-violet-100{background-color:#ede9fe}.group:before .group-before\:bg-violet-100\/0{background-color:#ede9fe00}.group:before .group-before\:bg-violet-100\/10{background-color:#ede9fe1a}.group:before .group-before\:bg-violet-100\/20{background-color:#ede9fe33}.group:before .group-before\:bg-violet-100\/30{background-color:#ede9fe4d}.group:before .group-before\:bg-violet-100\/40{background-color:#ede9fe66}.group:before .group-before\:bg-violet-100\/50{background-color:#ede9fe80}.group:before .group-before\:bg-violet-100\/60{background-color:#ede9fe99}.group:before .group-before\:bg-violet-100\/70{background-color:#ede9feb3}.group:before .group-before\:bg-violet-100\/75{background-color:#ede9febf}.group:before .group-before\:bg-violet-100\/80{background-color:#ede9fecc}.group:before .group-before\:bg-violet-100\/90{background-color:#ede9fee6}.group:before .group-before\:bg-violet-200{background-color:#ddd6fe}.group:before .group-before\:bg-violet-200\/0{background-color:#ddd6fe00}.group:before .group-before\:bg-violet-200\/10{background-color:#ddd6fe1a}.group:before .group-before\:bg-violet-200\/20{background-color:#ddd6fe33}.group:before .group-before\:bg-violet-200\/30{background-color:#ddd6fe4d}.group:before .group-before\:bg-violet-200\/40{background-color:#ddd6fe66}.group:before .group-before\:bg-violet-200\/50{background-color:#ddd6fe80}.group:before .group-before\:bg-violet-200\/60{background-color:#ddd6fe99}.group:before .group-before\:bg-violet-200\/70{background-color:#ddd6feb3}.group:before .group-before\:bg-violet-200\/75{background-color:#ddd6febf}.group:before .group-before\:bg-violet-200\/80{background-color:#ddd6fecc}.group:before .group-before\:bg-violet-200\/90{background-color:#ddd6fee6}.group:before .group-before\:bg-violet-300{background-color:#c4b5fd}.group:before .group-before\:bg-violet-300\/0{background-color:#c4b5fd00}.group:before .group-before\:bg-violet-300\/10{background-color:#c4b5fd1a}.group:before .group-before\:bg-violet-300\/20{background-color:#c4b5fd33}.group:before .group-before\:bg-violet-300\/30{background-color:#c4b5fd4d}.group:before .group-before\:bg-violet-300\/40{background-color:#c4b5fd66}.group:before .group-before\:bg-violet-300\/50{background-color:#c4b5fd80}.group:before .group-before\:bg-violet-300\/60{background-color:#c4b5fd99}.group:before .group-before\:bg-violet-300\/70{background-color:#c4b5fdb3}.group:before .group-before\:bg-violet-300\/75{background-color:#c4b5fdbf}.group:before .group-before\:bg-violet-300\/80{background-color:#c4b5fdcc}.group:before .group-before\:bg-violet-300\/90{background-color:#c4b5fde6}.group:before .group-before\:bg-violet-400{background-color:#a78bfa}.group:before .group-before\:bg-violet-400\/0{background-color:#a78bfa00}.group:before .group-before\:bg-violet-400\/10{background-color:#a78bfa1a}.group:before .group-before\:bg-violet-400\/20{background-color:#a78bfa33}.group:before .group-before\:bg-violet-400\/30{background-color:#a78bfa4d}.group:before .group-before\:bg-violet-400\/40{background-color:#a78bfa66}.group:before .group-before\:bg-violet-400\/50{background-color:#a78bfa80}.group:before .group-before\:bg-violet-400\/60{background-color:#a78bfa99}.group:before .group-before\:bg-violet-400\/70{background-color:#a78bfab3}.group:before .group-before\:bg-violet-400\/75{background-color:#a78bfabf}.group:before .group-before\:bg-violet-400\/80{background-color:#a78bfacc}.group:before .group-before\:bg-violet-400\/90{background-color:#a78bfae6}.group:before .group-before\:bg-violet-500{background-color:#8b5cf6}.group:before .group-before\:bg-violet-500\/0{background-color:#8b5cf600}.group:before .group-before\:bg-violet-500\/10{background-color:#8b5cf61a}.group:before .group-before\:bg-violet-500\/20{background-color:#8b5cf633}.group:before .group-before\:bg-violet-500\/30{background-color:#8b5cf64d}.group:before .group-before\:bg-violet-500\/40{background-color:#8b5cf666}.group:before .group-before\:bg-violet-500\/50{background-color:#8b5cf680}.group:before .group-before\:bg-violet-500\/60{background-color:#8b5cf699}.group:before .group-before\:bg-violet-500\/70{background-color:#8b5cf6b3}.group:before .group-before\:bg-violet-500\/75{background-color:#8b5cf6bf}.group:before .group-before\:bg-violet-500\/80{background-color:#8b5cf6cc}.group:before .group-before\:bg-violet-500\/90{background-color:#8b5cf6e6}.group:before .group-before\:bg-violet-600{background-color:#7c3aed}.group:before .group-before\:bg-violet-600\/0{background-color:#7c3aed00}.group:before .group-before\:bg-violet-600\/10{background-color:#7c3aed1a}.group:before .group-before\:bg-violet-600\/20{background-color:#7c3aed33}.group:before .group-before\:bg-violet-600\/30{background-color:#7c3aed4d}.group:before .group-before\:bg-violet-600\/40{background-color:#7c3aed66}.group:before .group-before\:bg-violet-600\/50{background-color:#7c3aed80}.group:before .group-before\:bg-violet-600\/60{background-color:#7c3aed99}.group:before .group-before\:bg-violet-600\/70{background-color:#7c3aedb3}.group:before .group-before\:bg-violet-600\/75{background-color:#7c3aedbf}.group:before .group-before\:bg-violet-600\/80{background-color:#7c3aedcc}.group:before .group-before\:bg-violet-600\/90{background-color:#7c3aede6}.group:before .group-before\:bg-violet-700{background-color:#6d28d9}.group:before .group-before\:bg-violet-700\/0{background-color:#6d28d900}.group:before .group-before\:bg-violet-700\/10{background-color:#6d28d91a}.group:before .group-before\:bg-violet-700\/20{background-color:#6d28d933}.group:before .group-before\:bg-violet-700\/30{background-color:#6d28d94d}.group:before .group-before\:bg-violet-700\/40{background-color:#6d28d966}.group:before .group-before\:bg-violet-700\/50{background-color:#6d28d980}.group:before .group-before\:bg-violet-700\/60{background-color:#6d28d999}.group:before .group-before\:bg-violet-700\/70{background-color:#6d28d9b3}.group:before .group-before\:bg-violet-700\/75{background-color:#6d28d9bf}.group:before .group-before\:bg-violet-700\/80{background-color:#6d28d9cc}.group:before .group-before\:bg-violet-700\/90{background-color:#6d28d9e6}.group:before .group-before\:bg-violet-800{background-color:#5b21b6}.group:before .group-before\:bg-violet-800\/0{background-color:#5b21b600}.group:before .group-before\:bg-violet-800\/10{background-color:#5b21b61a}.group:before .group-before\:bg-violet-800\/20{background-color:#5b21b633}.group:before .group-before\:bg-violet-800\/30{background-color:#5b21b64d}.group:before .group-before\:bg-violet-800\/40{background-color:#5b21b666}.group:before .group-before\:bg-violet-800\/50{background-color:#5b21b680}.group:before .group-before\:bg-violet-800\/60{background-color:#5b21b699}.group:before .group-before\:bg-violet-800\/70{background-color:#5b21b6b3}.group:before .group-before\:bg-violet-800\/75{background-color:#5b21b6bf}.group:before .group-before\:bg-violet-800\/80{background-color:#5b21b6cc}.group:before .group-before\:bg-violet-800\/90{background-color:#5b21b6e6}.group:before .group-before\:bg-violet-900{background-color:#4c1d95}.group:before .group-before\:bg-violet-900\/0{background-color:#4c1d9500}.group:before .group-before\:bg-violet-900\/10{background-color:#4c1d951a}.group:before .group-before\:bg-violet-900\/20{background-color:#4c1d9533}.group:before .group-before\:bg-violet-900\/30{background-color:#4c1d954d}.group:before .group-before\:bg-violet-900\/40{background-color:#4c1d9566}.group:before .group-before\:bg-violet-900\/50{background-color:#4c1d9580}.group:before .group-before\:bg-violet-900\/60{background-color:#4c1d9599}.group:before .group-before\:bg-violet-900\/70{background-color:#4c1d95b3}.group:before .group-before\:bg-violet-900\/75{background-color:#4c1d95bf}.group:before .group-before\:bg-violet-900\/80{background-color:#4c1d95cc}.group:before .group-before\:bg-violet-900\/90{background-color:#4c1d95e6}.group:before .group-before\:bg-violet-950{background-color:#2e1065}.group:before .group-before\:bg-violet-950\/0{background-color:#2e106500}.group:before .group-before\:bg-violet-950\/10{background-color:#2e10651a}.group:before .group-before\:bg-violet-950\/20{background-color:#2e106533}.group:before .group-before\:bg-violet-950\/30{background-color:#2e10654d}.group:before .group-before\:bg-violet-950\/40{background-color:#2e106566}.group:before .group-before\:bg-violet-950\/50{background-color:#2e106580}.group:before .group-before\:bg-violet-950\/60{background-color:#2e106599}.group:before .group-before\:bg-violet-950\/70{background-color:#2e1065b3}.group:before .group-before\:bg-violet-950\/75{background-color:#2e1065bf}.group:before .group-before\:bg-violet-950\/80{background-color:#2e1065cc}.group:before .group-before\:bg-violet-950\/90{background-color:#2e1065e6}.group:before .group-before\:bg-purple-50{background-color:#faf5ff}.group:before .group-before\:bg-purple-50\/0{background-color:#faf5ff00}.group:before .group-before\:bg-purple-50\/10{background-color:#faf5ff1a}.group:before .group-before\:bg-purple-50\/20{background-color:#faf5ff33}.group:before .group-before\:bg-purple-50\/30{background-color:#faf5ff4d}.group:before .group-before\:bg-purple-50\/40{background-color:#faf5ff66}.group:before .group-before\:bg-purple-50\/50{background-color:#faf5ff80}.group:before .group-before\:bg-purple-50\/60{background-color:#faf5ff99}.group:before .group-before\:bg-purple-50\/70{background-color:#faf5ffb3}.group:before .group-before\:bg-purple-50\/75{background-color:#faf5ffbf}.group:before .group-before\:bg-purple-50\/80{background-color:#faf5ffcc}.group:before .group-before\:bg-purple-50\/90{background-color:#faf5ffe6}.group:before .group-before\:bg-purple-100{background-color:#f3e8ff}.group:before .group-before\:bg-purple-100\/0{background-color:#f3e8ff00}.group:before .group-before\:bg-purple-100\/10{background-color:#f3e8ff1a}.group:before .group-before\:bg-purple-100\/20{background-color:#f3e8ff33}.group:before .group-before\:bg-purple-100\/30{background-color:#f3e8ff4d}.group:before .group-before\:bg-purple-100\/40{background-color:#f3e8ff66}.group:before .group-before\:bg-purple-100\/50{background-color:#f3e8ff80}.group:before .group-before\:bg-purple-100\/60{background-color:#f3e8ff99}.group:before .group-before\:bg-purple-100\/70{background-color:#f3e8ffb3}.group:before .group-before\:bg-purple-100\/75{background-color:#f3e8ffbf}.group:before .group-before\:bg-purple-100\/80{background-color:#f3e8ffcc}.group:before .group-before\:bg-purple-100\/90{background-color:#f3e8ffe6}.group:before .group-before\:bg-purple-200{background-color:#e9d5ff}.group:before .group-before\:bg-purple-200\/0{background-color:#e9d5ff00}.group:before .group-before\:bg-purple-200\/10{background-color:#e9d5ff1a}.group:before .group-before\:bg-purple-200\/20{background-color:#e9d5ff33}.group:before .group-before\:bg-purple-200\/30{background-color:#e9d5ff4d}.group:before .group-before\:bg-purple-200\/40{background-color:#e9d5ff66}.group:before .group-before\:bg-purple-200\/50{background-color:#e9d5ff80}.group:before .group-before\:bg-purple-200\/60{background-color:#e9d5ff99}.group:before .group-before\:bg-purple-200\/70{background-color:#e9d5ffb3}.group:before .group-before\:bg-purple-200\/75{background-color:#e9d5ffbf}.group:before .group-before\:bg-purple-200\/80{background-color:#e9d5ffcc}.group:before .group-before\:bg-purple-200\/90{background-color:#e9d5ffe6}.group:before .group-before\:bg-purple-300{background-color:#d8b4fe}.group:before .group-before\:bg-purple-300\/0{background-color:#d8b4fe00}.group:before .group-before\:bg-purple-300\/10{background-color:#d8b4fe1a}.group:before .group-before\:bg-purple-300\/20{background-color:#d8b4fe33}.group:before .group-before\:bg-purple-300\/30{background-color:#d8b4fe4d}.group:before .group-before\:bg-purple-300\/40{background-color:#d8b4fe66}.group:before .group-before\:bg-purple-300\/50{background-color:#d8b4fe80}.group:before .group-before\:bg-purple-300\/60{background-color:#d8b4fe99}.group:before .group-before\:bg-purple-300\/70{background-color:#d8b4feb3}.group:before .group-before\:bg-purple-300\/75{background-color:#d8b4febf}.group:before .group-before\:bg-purple-300\/80{background-color:#d8b4fecc}.group:before .group-before\:bg-purple-300\/90{background-color:#d8b4fee6}.group:before .group-before\:bg-purple-400{background-color:#c084fc}.group:before .group-before\:bg-purple-400\/0{background-color:#c084fc00}.group:before .group-before\:bg-purple-400\/10{background-color:#c084fc1a}.group:before .group-before\:bg-purple-400\/20{background-color:#c084fc33}.group:before .group-before\:bg-purple-400\/30{background-color:#c084fc4d}.group:before .group-before\:bg-purple-400\/40{background-color:#c084fc66}.group:before .group-before\:bg-purple-400\/50{background-color:#c084fc80}.group:before .group-before\:bg-purple-400\/60{background-color:#c084fc99}.group:before .group-before\:bg-purple-400\/70{background-color:#c084fcb3}.group:before .group-before\:bg-purple-400\/75{background-color:#c084fcbf}.group:before .group-before\:bg-purple-400\/80{background-color:#c084fccc}.group:before .group-before\:bg-purple-400\/90{background-color:#c084fce6}.group:before .group-before\:bg-purple-500{background-color:#a855f7}.group:before .group-before\:bg-purple-500\/0{background-color:#a855f700}.group:before .group-before\:bg-purple-500\/10{background-color:#a855f71a}.group:before .group-before\:bg-purple-500\/20{background-color:#a855f733}.group:before .group-before\:bg-purple-500\/30{background-color:#a855f74d}.group:before .group-before\:bg-purple-500\/40{background-color:#a855f766}.group:before .group-before\:bg-purple-500\/50{background-color:#a855f780}.group:before .group-before\:bg-purple-500\/60{background-color:#a855f799}.group:before .group-before\:bg-purple-500\/70{background-color:#a855f7b3}.group:before .group-before\:bg-purple-500\/75{background-color:#a855f7bf}.group:before .group-before\:bg-purple-500\/80{background-color:#a855f7cc}.group:before .group-before\:bg-purple-500\/90{background-color:#a855f7e6}.group:before .group-before\:bg-purple-600{background-color:#9333ea}.group:before .group-before\:bg-purple-600\/0{background-color:#9333ea00}.group:before .group-before\:bg-purple-600\/10{background-color:#9333ea1a}.group:before .group-before\:bg-purple-600\/20{background-color:#9333ea33}.group:before .group-before\:bg-purple-600\/30{background-color:#9333ea4d}.group:before .group-before\:bg-purple-600\/40{background-color:#9333ea66}.group:before .group-before\:bg-purple-600\/50{background-color:#9333ea80}.group:before .group-before\:bg-purple-600\/60{background-color:#9333ea99}.group:before .group-before\:bg-purple-600\/70{background-color:#9333eab3}.group:before .group-before\:bg-purple-600\/75{background-color:#9333eabf}.group:before .group-before\:bg-purple-600\/80{background-color:#9333eacc}.group:before .group-before\:bg-purple-600\/90{background-color:#9333eae6}.group:before .group-before\:bg-purple-700{background-color:#7e22ce}.group:before .group-before\:bg-purple-700\/0{background-color:#7e22ce00}.group:before .group-before\:bg-purple-700\/10{background-color:#7e22ce1a}.group:before .group-before\:bg-purple-700\/20{background-color:#7e22ce33}.group:before .group-before\:bg-purple-700\/30{background-color:#7e22ce4d}.group:before .group-before\:bg-purple-700\/40{background-color:#7e22ce66}.group:before .group-before\:bg-purple-700\/50{background-color:#7e22ce80}.group:before .group-before\:bg-purple-700\/60{background-color:#7e22ce99}.group:before .group-before\:bg-purple-700\/70{background-color:#7e22ceb3}.group:before .group-before\:bg-purple-700\/75{background-color:#7e22cebf}.group:before .group-before\:bg-purple-700\/80{background-color:#7e22cecc}.group:before .group-before\:bg-purple-700\/90{background-color:#7e22cee6}.group:before .group-before\:bg-purple-800{background-color:#6b21a8}.group:before .group-before\:bg-purple-800\/0{background-color:#6b21a800}.group:before .group-before\:bg-purple-800\/10{background-color:#6b21a81a}.group:before .group-before\:bg-purple-800\/20{background-color:#6b21a833}.group:before .group-before\:bg-purple-800\/30{background-color:#6b21a84d}.group:before .group-before\:bg-purple-800\/40{background-color:#6b21a866}.group:before .group-before\:bg-purple-800\/50{background-color:#6b21a880}.group:before .group-before\:bg-purple-800\/60{background-color:#6b21a899}.group:before .group-before\:bg-purple-800\/70{background-color:#6b21a8b3}.group:before .group-before\:bg-purple-800\/75{background-color:#6b21a8bf}.group:before .group-before\:bg-purple-800\/80{background-color:#6b21a8cc}.group:before .group-before\:bg-purple-800\/90{background-color:#6b21a8e6}.group:before .group-before\:bg-purple-900{background-color:#581c87}.group:before .group-before\:bg-purple-900\/0{background-color:#581c8700}.group:before .group-before\:bg-purple-900\/10{background-color:#581c871a}.group:before .group-before\:bg-purple-900\/20{background-color:#581c8733}.group:before .group-before\:bg-purple-900\/30{background-color:#581c874d}.group:before .group-before\:bg-purple-900\/40{background-color:#581c8766}.group:before .group-before\:bg-purple-900\/50{background-color:#581c8780}.group:before .group-before\:bg-purple-900\/60{background-color:#581c8799}.group:before .group-before\:bg-purple-900\/70{background-color:#581c87b3}.group:before .group-before\:bg-purple-900\/75{background-color:#581c87bf}.group:before .group-before\:bg-purple-900\/80{background-color:#581c87cc}.group:before .group-before\:bg-purple-900\/90{background-color:#581c87e6}.group:before .group-before\:bg-purple-950{background-color:#3b0764}.group:before .group-before\:bg-purple-950\/0{background-color:#3b076400}.group:before .group-before\:bg-purple-950\/10{background-color:#3b07641a}.group:before .group-before\:bg-purple-950\/20{background-color:#3b076433}.group:before .group-before\:bg-purple-950\/30{background-color:#3b07644d}.group:before .group-before\:bg-purple-950\/40{background-color:#3b076466}.group:before .group-before\:bg-purple-950\/50{background-color:#3b076480}.group:before .group-before\:bg-purple-950\/60{background-color:#3b076499}.group:before .group-before\:bg-purple-950\/70{background-color:#3b0764b3}.group:before .group-before\:bg-purple-950\/75{background-color:#3b0764bf}.group:before .group-before\:bg-purple-950\/80{background-color:#3b0764cc}.group:before .group-before\:bg-purple-950\/90{background-color:#3b0764e6}.group:before .group-before\:bg-fuchsia-50{background-color:#fdf4ff}.group:before .group-before\:bg-fuchsia-50\/0{background-color:#fdf4ff00}.group:before .group-before\:bg-fuchsia-50\/10{background-color:#fdf4ff1a}.group:before .group-before\:bg-fuchsia-50\/20{background-color:#fdf4ff33}.group:before .group-before\:bg-fuchsia-50\/30{background-color:#fdf4ff4d}.group:before .group-before\:bg-fuchsia-50\/40{background-color:#fdf4ff66}.group:before .group-before\:bg-fuchsia-50\/50{background-color:#fdf4ff80}.group:before .group-before\:bg-fuchsia-50\/60{background-color:#fdf4ff99}.group:before .group-before\:bg-fuchsia-50\/70{background-color:#fdf4ffb3}.group:before .group-before\:bg-fuchsia-50\/75{background-color:#fdf4ffbf}.group:before .group-before\:bg-fuchsia-50\/80{background-color:#fdf4ffcc}.group:before .group-before\:bg-fuchsia-50\/90{background-color:#fdf4ffe6}.group:before .group-before\:bg-fuchsia-100{background-color:#fae8ff}.group:before .group-before\:bg-fuchsia-100\/0{background-color:#fae8ff00}.group:before .group-before\:bg-fuchsia-100\/10{background-color:#fae8ff1a}.group:before .group-before\:bg-fuchsia-100\/20{background-color:#fae8ff33}.group:before .group-before\:bg-fuchsia-100\/30{background-color:#fae8ff4d}.group:before .group-before\:bg-fuchsia-100\/40{background-color:#fae8ff66}.group:before .group-before\:bg-fuchsia-100\/50{background-color:#fae8ff80}.group:before .group-before\:bg-fuchsia-100\/60{background-color:#fae8ff99}.group:before .group-before\:bg-fuchsia-100\/70{background-color:#fae8ffb3}.group:before .group-before\:bg-fuchsia-100\/75{background-color:#fae8ffbf}.group:before .group-before\:bg-fuchsia-100\/80{background-color:#fae8ffcc}.group:before .group-before\:bg-fuchsia-100\/90{background-color:#fae8ffe6}.group:before .group-before\:bg-fuchsia-200{background-color:#f5d0fe}.group:before .group-before\:bg-fuchsia-200\/0{background-color:#f5d0fe00}.group:before .group-before\:bg-fuchsia-200\/10{background-color:#f5d0fe1a}.group:before .group-before\:bg-fuchsia-200\/20{background-color:#f5d0fe33}.group:before .group-before\:bg-fuchsia-200\/30{background-color:#f5d0fe4d}.group:before .group-before\:bg-fuchsia-200\/40{background-color:#f5d0fe66}.group:before .group-before\:bg-fuchsia-200\/50{background-color:#f5d0fe80}.group:before .group-before\:bg-fuchsia-200\/60{background-color:#f5d0fe99}.group:before .group-before\:bg-fuchsia-200\/70{background-color:#f5d0feb3}.group:before .group-before\:bg-fuchsia-200\/75{background-color:#f5d0febf}.group:before .group-before\:bg-fuchsia-200\/80{background-color:#f5d0fecc}.group:before .group-before\:bg-fuchsia-200\/90{background-color:#f5d0fee6}.group:before .group-before\:bg-fuchsia-300{background-color:#f0abfc}.group:before .group-before\:bg-fuchsia-300\/0{background-color:#f0abfc00}.group:before .group-before\:bg-fuchsia-300\/10{background-color:#f0abfc1a}.group:before .group-before\:bg-fuchsia-300\/20{background-color:#f0abfc33}.group:before .group-before\:bg-fuchsia-300\/30{background-color:#f0abfc4d}.group:before .group-before\:bg-fuchsia-300\/40{background-color:#f0abfc66}.group:before .group-before\:bg-fuchsia-300\/50{background-color:#f0abfc80}.group:before .group-before\:bg-fuchsia-300\/60{background-color:#f0abfc99}.group:before .group-before\:bg-fuchsia-300\/70{background-color:#f0abfcb3}.group:before .group-before\:bg-fuchsia-300\/75{background-color:#f0abfcbf}.group:before .group-before\:bg-fuchsia-300\/80{background-color:#f0abfccc}.group:before .group-before\:bg-fuchsia-300\/90{background-color:#f0abfce6}.group:before .group-before\:bg-fuchsia-400{background-color:#e879f9}.group:before .group-before\:bg-fuchsia-400\/0{background-color:#e879f900}.group:before .group-before\:bg-fuchsia-400\/10{background-color:#e879f91a}.group:before .group-before\:bg-fuchsia-400\/20{background-color:#e879f933}.group:before .group-before\:bg-fuchsia-400\/30{background-color:#e879f94d}.group:before .group-before\:bg-fuchsia-400\/40{background-color:#e879f966}.group:before .group-before\:bg-fuchsia-400\/50{background-color:#e879f980}.group:before .group-before\:bg-fuchsia-400\/60{background-color:#e879f999}.group:before .group-before\:bg-fuchsia-400\/70{background-color:#e879f9b3}.group:before .group-before\:bg-fuchsia-400\/75{background-color:#e879f9bf}.group:before .group-before\:bg-fuchsia-400\/80{background-color:#e879f9cc}.group:before .group-before\:bg-fuchsia-400\/90{background-color:#e879f9e6}.group:before .group-before\:bg-fuchsia-500{background-color:#d946ef}.group:before .group-before\:bg-fuchsia-500\/0{background-color:#d946ef00}.group:before .group-before\:bg-fuchsia-500\/10{background-color:#d946ef1a}.group:before .group-before\:bg-fuchsia-500\/20{background-color:#d946ef33}.group:before .group-before\:bg-fuchsia-500\/30{background-color:#d946ef4d}.group:before .group-before\:bg-fuchsia-500\/40{background-color:#d946ef66}.group:before .group-before\:bg-fuchsia-500\/50{background-color:#d946ef80}.group:before .group-before\:bg-fuchsia-500\/60{background-color:#d946ef99}.group:before .group-before\:bg-fuchsia-500\/70{background-color:#d946efb3}.group:before .group-before\:bg-fuchsia-500\/75{background-color:#d946efbf}.group:before .group-before\:bg-fuchsia-500\/80{background-color:#d946efcc}.group:before .group-before\:bg-fuchsia-500\/90{background-color:#d946efe6}.group:before .group-before\:bg-fuchsia-600{background-color:#c026d3}.group:before .group-before\:bg-fuchsia-600\/0{background-color:#c026d300}.group:before .group-before\:bg-fuchsia-600\/10{background-color:#c026d31a}.group:before .group-before\:bg-fuchsia-600\/20{background-color:#c026d333}.group:before .group-before\:bg-fuchsia-600\/30{background-color:#c026d34d}.group:before .group-before\:bg-fuchsia-600\/40{background-color:#c026d366}.group:before .group-before\:bg-fuchsia-600\/50{background-color:#c026d380}.group:before .group-before\:bg-fuchsia-600\/60{background-color:#c026d399}.group:before .group-before\:bg-fuchsia-600\/70{background-color:#c026d3b3}.group:before .group-before\:bg-fuchsia-600\/75{background-color:#c026d3bf}.group:before .group-before\:bg-fuchsia-600\/80{background-color:#c026d3cc}.group:before .group-before\:bg-fuchsia-600\/90{background-color:#c026d3e6}.group:before .group-before\:bg-fuchsia-700{background-color:#a21caf}.group:before .group-before\:bg-fuchsia-700\/0{background-color:#a21caf00}.group:before .group-before\:bg-fuchsia-700\/10{background-color:#a21caf1a}.group:before .group-before\:bg-fuchsia-700\/20{background-color:#a21caf33}.group:before .group-before\:bg-fuchsia-700\/30{background-color:#a21caf4d}.group:before .group-before\:bg-fuchsia-700\/40{background-color:#a21caf66}.group:before .group-before\:bg-fuchsia-700\/50{background-color:#a21caf80}.group:before .group-before\:bg-fuchsia-700\/60{background-color:#a21caf99}.group:before .group-before\:bg-fuchsia-700\/70{background-color:#a21cafb3}.group:before .group-before\:bg-fuchsia-700\/75{background-color:#a21cafbf}.group:before .group-before\:bg-fuchsia-700\/80{background-color:#a21cafcc}.group:before .group-before\:bg-fuchsia-700\/90{background-color:#a21cafe6}.group:before .group-before\:bg-fuchsia-800{background-color:#86198f}.group:before .group-before\:bg-fuchsia-800\/0{background-color:#86198f00}.group:before .group-before\:bg-fuchsia-800\/10{background-color:#86198f1a}.group:before .group-before\:bg-fuchsia-800\/20{background-color:#86198f33}.group:before .group-before\:bg-fuchsia-800\/30{background-color:#86198f4d}.group:before .group-before\:bg-fuchsia-800\/40{background-color:#86198f66}.group:before .group-before\:bg-fuchsia-800\/50{background-color:#86198f80}.group:before .group-before\:bg-fuchsia-800\/60{background-color:#86198f99}.group:before .group-before\:bg-fuchsia-800\/70{background-color:#86198fb3}.group:before .group-before\:bg-fuchsia-800\/75{background-color:#86198fbf}.group:before .group-before\:bg-fuchsia-800\/80{background-color:#86198fcc}.group:before .group-before\:bg-fuchsia-800\/90{background-color:#86198fe6}.group:before .group-before\:bg-fuchsia-900{background-color:#701a75}.group:before .group-before\:bg-fuchsia-900\/0{background-color:#701a7500}.group:before .group-before\:bg-fuchsia-900\/10{background-color:#701a751a}.group:before .group-before\:bg-fuchsia-900\/20{background-color:#701a7533}.group:before .group-before\:bg-fuchsia-900\/30{background-color:#701a754d}.group:before .group-before\:bg-fuchsia-900\/40{background-color:#701a7566}.group:before .group-before\:bg-fuchsia-900\/50{background-color:#701a7580}.group:before .group-before\:bg-fuchsia-900\/60{background-color:#701a7599}.group:before .group-before\:bg-fuchsia-900\/70{background-color:#701a75b3}.group:before .group-before\:bg-fuchsia-900\/75{background-color:#701a75bf}.group:before .group-before\:bg-fuchsia-900\/80{background-color:#701a75cc}.group:before .group-before\:bg-fuchsia-900\/90{background-color:#701a75e6}.group:before .group-before\:bg-fuchsia-950{background-color:#4a044e}.group:before .group-before\:bg-fuchsia-950\/0{background-color:#4a044e00}.group:before .group-before\:bg-fuchsia-950\/10{background-color:#4a044e1a}.group:before .group-before\:bg-fuchsia-950\/20{background-color:#4a044e33}.group:before .group-before\:bg-fuchsia-950\/30{background-color:#4a044e4d}.group:before .group-before\:bg-fuchsia-950\/40{background-color:#4a044e66}.group:before .group-before\:bg-fuchsia-950\/50{background-color:#4a044e80}.group:before .group-before\:bg-fuchsia-950\/60{background-color:#4a044e99}.group:before .group-before\:bg-fuchsia-950\/70{background-color:#4a044eb3}.group:before .group-before\:bg-fuchsia-950\/75{background-color:#4a044ebf}.group:before .group-before\:bg-fuchsia-950\/80{background-color:#4a044ecc}.group:before .group-before\:bg-fuchsia-950\/90{background-color:#4a044ee6}.group:before .group-before\:bg-pink-50{background-color:#fdf2f8}.group:before .group-before\:bg-pink-50\/0{background-color:#fdf2f800}.group:before .group-before\:bg-pink-50\/10{background-color:#fdf2f81a}.group:before .group-before\:bg-pink-50\/20{background-color:#fdf2f833}.group:before .group-before\:bg-pink-50\/30{background-color:#fdf2f84d}.group:before .group-before\:bg-pink-50\/40{background-color:#fdf2f866}.group:before .group-before\:bg-pink-50\/50{background-color:#fdf2f880}.group:before .group-before\:bg-pink-50\/60{background-color:#fdf2f899}.group:before .group-before\:bg-pink-50\/70{background-color:#fdf2f8b3}.group:before .group-before\:bg-pink-50\/75{background-color:#fdf2f8bf}.group:before .group-before\:bg-pink-50\/80{background-color:#fdf2f8cc}.group:before .group-before\:bg-pink-50\/90{background-color:#fdf2f8e6}.group:before .group-before\:bg-pink-100{background-color:#fce7f3}.group:before .group-before\:bg-pink-100\/0{background-color:#fce7f300}.group:before .group-before\:bg-pink-100\/10{background-color:#fce7f31a}.group:before .group-before\:bg-pink-100\/20{background-color:#fce7f333}.group:before .group-before\:bg-pink-100\/30{background-color:#fce7f34d}.group:before .group-before\:bg-pink-100\/40{background-color:#fce7f366}.group:before .group-before\:bg-pink-100\/50{background-color:#fce7f380}.group:before .group-before\:bg-pink-100\/60{background-color:#fce7f399}.group:before .group-before\:bg-pink-100\/70{background-color:#fce7f3b3}.group:before .group-before\:bg-pink-100\/75{background-color:#fce7f3bf}.group:before .group-before\:bg-pink-100\/80{background-color:#fce7f3cc}.group:before .group-before\:bg-pink-100\/90{background-color:#fce7f3e6}.group:before .group-before\:bg-pink-200{background-color:#fbcfe8}.group:before .group-before\:bg-pink-200\/0{background-color:#fbcfe800}.group:before .group-before\:bg-pink-200\/10{background-color:#fbcfe81a}.group:before .group-before\:bg-pink-200\/20{background-color:#fbcfe833}.group:before .group-before\:bg-pink-200\/30{background-color:#fbcfe84d}.group:before .group-before\:bg-pink-200\/40{background-color:#fbcfe866}.group:before .group-before\:bg-pink-200\/50{background-color:#fbcfe880}.group:before .group-before\:bg-pink-200\/60{background-color:#fbcfe899}.group:before .group-before\:bg-pink-200\/70{background-color:#fbcfe8b3}.group:before .group-before\:bg-pink-200\/75{background-color:#fbcfe8bf}.group:before .group-before\:bg-pink-200\/80{background-color:#fbcfe8cc}.group:before .group-before\:bg-pink-200\/90{background-color:#fbcfe8e6}.group:before .group-before\:bg-pink-300{background-color:#f9a8d4}.group:before .group-before\:bg-pink-300\/0{background-color:#f9a8d400}.group:before .group-before\:bg-pink-300\/10{background-color:#f9a8d41a}.group:before .group-before\:bg-pink-300\/20{background-color:#f9a8d433}.group:before .group-before\:bg-pink-300\/30{background-color:#f9a8d44d}.group:before .group-before\:bg-pink-300\/40{background-color:#f9a8d466}.group:before .group-before\:bg-pink-300\/50{background-color:#f9a8d480}.group:before .group-before\:bg-pink-300\/60{background-color:#f9a8d499}.group:before .group-before\:bg-pink-300\/70{background-color:#f9a8d4b3}.group:before .group-before\:bg-pink-300\/75{background-color:#f9a8d4bf}.group:before .group-before\:bg-pink-300\/80{background-color:#f9a8d4cc}.group:before .group-before\:bg-pink-300\/90{background-color:#f9a8d4e6}.group:before .group-before\:bg-pink-400{background-color:#f472b6}.group:before .group-before\:bg-pink-400\/0{background-color:#f472b600}.group:before .group-before\:bg-pink-400\/10{background-color:#f472b61a}.group:before .group-before\:bg-pink-400\/20{background-color:#f472b633}.group:before .group-before\:bg-pink-400\/30{background-color:#f472b64d}.group:before .group-before\:bg-pink-400\/40{background-color:#f472b666}.group:before .group-before\:bg-pink-400\/50{background-color:#f472b680}.group:before .group-before\:bg-pink-400\/60{background-color:#f472b699}.group:before .group-before\:bg-pink-400\/70{background-color:#f472b6b3}.group:before .group-before\:bg-pink-400\/75{background-color:#f472b6bf}.group:before .group-before\:bg-pink-400\/80{background-color:#f472b6cc}.group:before .group-before\:bg-pink-400\/90{background-color:#f472b6e6}.group:before .group-before\:bg-pink-500{background-color:#ec4899}.group:before .group-before\:bg-pink-500\/0{background-color:#ec489900}.group:before .group-before\:bg-pink-500\/10{background-color:#ec48991a}.group:before .group-before\:bg-pink-500\/20{background-color:#ec489933}.group:before .group-before\:bg-pink-500\/30{background-color:#ec48994d}.group:before .group-before\:bg-pink-500\/40{background-color:#ec489966}.group:before .group-before\:bg-pink-500\/50{background-color:#ec489980}.group:before .group-before\:bg-pink-500\/60{background-color:#ec489999}.group:before .group-before\:bg-pink-500\/70{background-color:#ec4899b3}.group:before .group-before\:bg-pink-500\/75{background-color:#ec4899bf}.group:before .group-before\:bg-pink-500\/80{background-color:#ec4899cc}.group:before .group-before\:bg-pink-500\/90{background-color:#ec4899e6}.group:before .group-before\:bg-pink-600{background-color:#db2777}.group:before .group-before\:bg-pink-600\/0{background-color:#db277700}.group:before .group-before\:bg-pink-600\/10{background-color:#db27771a}.group:before .group-before\:bg-pink-600\/20{background-color:#db277733}.group:before .group-before\:bg-pink-600\/30{background-color:#db27774d}.group:before .group-before\:bg-pink-600\/40{background-color:#db277766}.group:before .group-before\:bg-pink-600\/50{background-color:#db277780}.group:before .group-before\:bg-pink-600\/60{background-color:#db277799}.group:before .group-before\:bg-pink-600\/70{background-color:#db2777b3}.group:before .group-before\:bg-pink-600\/75{background-color:#db2777bf}.group:before .group-before\:bg-pink-600\/80{background-color:#db2777cc}.group:before .group-before\:bg-pink-600\/90{background-color:#db2777e6}.group:before .group-before\:bg-pink-700{background-color:#be185d}.group:before .group-before\:bg-pink-700\/0{background-color:#be185d00}.group:before .group-before\:bg-pink-700\/10{background-color:#be185d1a}.group:before .group-before\:bg-pink-700\/20{background-color:#be185d33}.group:before .group-before\:bg-pink-700\/30{background-color:#be185d4d}.group:before .group-before\:bg-pink-700\/40{background-color:#be185d66}.group:before .group-before\:bg-pink-700\/50{background-color:#be185d80}.group:before .group-before\:bg-pink-700\/60{background-color:#be185d99}.group:before .group-before\:bg-pink-700\/70{background-color:#be185db3}.group:before .group-before\:bg-pink-700\/75{background-color:#be185dbf}.group:before .group-before\:bg-pink-700\/80{background-color:#be185dcc}.group:before .group-before\:bg-pink-700\/90{background-color:#be185de6}.group:before .group-before\:bg-pink-800{background-color:#9d174d}.group:before .group-before\:bg-pink-800\/0{background-color:#9d174d00}.group:before .group-before\:bg-pink-800\/10{background-color:#9d174d1a}.group:before .group-before\:bg-pink-800\/20{background-color:#9d174d33}.group:before .group-before\:bg-pink-800\/30{background-color:#9d174d4d}.group:before .group-before\:bg-pink-800\/40{background-color:#9d174d66}.group:before .group-before\:bg-pink-800\/50{background-color:#9d174d80}.group:before .group-before\:bg-pink-800\/60{background-color:#9d174d99}.group:before .group-before\:bg-pink-800\/70{background-color:#9d174db3}.group:before .group-before\:bg-pink-800\/75{background-color:#9d174dbf}.group:before .group-before\:bg-pink-800\/80{background-color:#9d174dcc}.group:before .group-before\:bg-pink-800\/90{background-color:#9d174de6}.group:before .group-before\:bg-pink-900{background-color:#831843}.group:before .group-before\:bg-pink-900\/0{background-color:#83184300}.group:before .group-before\:bg-pink-900\/10{background-color:#8318431a}.group:before .group-before\:bg-pink-900\/20{background-color:#83184333}.group:before .group-before\:bg-pink-900\/30{background-color:#8318434d}.group:before .group-before\:bg-pink-900\/40{background-color:#83184366}.group:before .group-before\:bg-pink-900\/50{background-color:#83184380}.group:before .group-before\:bg-pink-900\/60{background-color:#83184399}.group:before .group-before\:bg-pink-900\/70{background-color:#831843b3}.group:before .group-before\:bg-pink-900\/75{background-color:#831843bf}.group:before .group-before\:bg-pink-900\/80{background-color:#831843cc}.group:before .group-before\:bg-pink-900\/90{background-color:#831843e6}.group:before .group-before\:bg-pink-950{background-color:#500724}.group:before .group-before\:bg-pink-950\/0{background-color:#50072400}.group:before .group-before\:bg-pink-950\/10{background-color:#5007241a}.group:before .group-before\:bg-pink-950\/20{background-color:#50072433}.group:before .group-before\:bg-pink-950\/30{background-color:#5007244d}.group:before .group-before\:bg-pink-950\/40{background-color:#50072466}.group:before .group-before\:bg-pink-950\/50{background-color:#50072480}.group:before .group-before\:bg-pink-950\/60{background-color:#50072499}.group:before .group-before\:bg-pink-950\/70{background-color:#500724b3}.group:before .group-before\:bg-pink-950\/75{background-color:#500724bf}.group:before .group-before\:bg-pink-950\/80{background-color:#500724cc}.group:before .group-before\:bg-pink-950\/90{background-color:#500724e6}.group:before .group-before\:bg-rose-50{background-color:#fff1f2}.group:before .group-before\:bg-rose-50\/0{background-color:#fff1f200}.group:before .group-before\:bg-rose-50\/10{background-color:#fff1f21a}.group:before .group-before\:bg-rose-50\/20{background-color:#fff1f233}.group:before .group-before\:bg-rose-50\/30{background-color:#fff1f24d}.group:before .group-before\:bg-rose-50\/40{background-color:#fff1f266}.group:before .group-before\:bg-rose-50\/50{background-color:#fff1f280}.group:before .group-before\:bg-rose-50\/60{background-color:#fff1f299}.group:before .group-before\:bg-rose-50\/70{background-color:#fff1f2b3}.group:before .group-before\:bg-rose-50\/75{background-color:#fff1f2bf}.group:before .group-before\:bg-rose-50\/80{background-color:#fff1f2cc}.group:before .group-before\:bg-rose-50\/90{background-color:#fff1f2e6}.group:before .group-before\:bg-rose-100{background-color:#ffe4e6}.group:before .group-before\:bg-rose-100\/0{background-color:#ffe4e600}.group:before .group-before\:bg-rose-100\/10{background-color:#ffe4e61a}.group:before .group-before\:bg-rose-100\/20{background-color:#ffe4e633}.group:before .group-before\:bg-rose-100\/30{background-color:#ffe4e64d}.group:before .group-before\:bg-rose-100\/40{background-color:#ffe4e666}.group:before .group-before\:bg-rose-100\/50{background-color:#ffe4e680}.group:before .group-before\:bg-rose-100\/60{background-color:#ffe4e699}.group:before .group-before\:bg-rose-100\/70{background-color:#ffe4e6b3}.group:before .group-before\:bg-rose-100\/75{background-color:#ffe4e6bf}.group:before .group-before\:bg-rose-100\/80{background-color:#ffe4e6cc}.group:before .group-before\:bg-rose-100\/90{background-color:#ffe4e6e6}.group:before .group-before\:bg-rose-200{background-color:#fecdd3}.group:before .group-before\:bg-rose-200\/0{background-color:#fecdd300}.group:before .group-before\:bg-rose-200\/10{background-color:#fecdd31a}.group:before .group-before\:bg-rose-200\/20{background-color:#fecdd333}.group:before .group-before\:bg-rose-200\/30{background-color:#fecdd34d}.group:before .group-before\:bg-rose-200\/40{background-color:#fecdd366}.group:before .group-before\:bg-rose-200\/50{background-color:#fecdd380}.group:before .group-before\:bg-rose-200\/60{background-color:#fecdd399}.group:before .group-before\:bg-rose-200\/70{background-color:#fecdd3b3}.group:before .group-before\:bg-rose-200\/75{background-color:#fecdd3bf}.group:before .group-before\:bg-rose-200\/80{background-color:#fecdd3cc}.group:before .group-before\:bg-rose-200\/90{background-color:#fecdd3e6}.group:before .group-before\:bg-rose-300{background-color:#fda4af}.group:before .group-before\:bg-rose-300\/0{background-color:#fda4af00}.group:before .group-before\:bg-rose-300\/10{background-color:#fda4af1a}.group:before .group-before\:bg-rose-300\/20{background-color:#fda4af33}.group:before .group-before\:bg-rose-300\/30{background-color:#fda4af4d}.group:before .group-before\:bg-rose-300\/40{background-color:#fda4af66}.group:before .group-before\:bg-rose-300\/50{background-color:#fda4af80}.group:before .group-before\:bg-rose-300\/60{background-color:#fda4af99}.group:before .group-before\:bg-rose-300\/70{background-color:#fda4afb3}.group:before .group-before\:bg-rose-300\/75{background-color:#fda4afbf}.group:before .group-before\:bg-rose-300\/80{background-color:#fda4afcc}.group:before .group-before\:bg-rose-300\/90{background-color:#fda4afe6}.group:before .group-before\:bg-rose-400{background-color:#fb7185}.group:before .group-before\:bg-rose-400\/0{background-color:#fb718500}.group:before .group-before\:bg-rose-400\/10{background-color:#fb71851a}.group:before .group-before\:bg-rose-400\/20{background-color:#fb718533}.group:before .group-before\:bg-rose-400\/30{background-color:#fb71854d}.group:before .group-before\:bg-rose-400\/40{background-color:#fb718566}.group:before .group-before\:bg-rose-400\/50{background-color:#fb718580}.group:before .group-before\:bg-rose-400\/60{background-color:#fb718599}.group:before .group-before\:bg-rose-400\/70{background-color:#fb7185b3}.group:before .group-before\:bg-rose-400\/75{background-color:#fb7185bf}.group:before .group-before\:bg-rose-400\/80{background-color:#fb7185cc}.group:before .group-before\:bg-rose-400\/90{background-color:#fb7185e6}.group:before .group-before\:bg-rose-500{background-color:#f43f5e}.group:before .group-before\:bg-rose-500\/0{background-color:#f43f5e00}.group:before .group-before\:bg-rose-500\/10{background-color:#f43f5e1a}.group:before .group-before\:bg-rose-500\/20{background-color:#f43f5e33}.group:before .group-before\:bg-rose-500\/30{background-color:#f43f5e4d}.group:before .group-before\:bg-rose-500\/40{background-color:#f43f5e66}.group:before .group-before\:bg-rose-500\/50{background-color:#f43f5e80}.group:before .group-before\:bg-rose-500\/60{background-color:#f43f5e99}.group:before .group-before\:bg-rose-500\/70{background-color:#f43f5eb3}.group:before .group-before\:bg-rose-500\/75{background-color:#f43f5ebf}.group:before .group-before\:bg-rose-500\/80{background-color:#f43f5ecc}.group:before .group-before\:bg-rose-500\/90{background-color:#f43f5ee6}.group:before .group-before\:bg-rose-600{background-color:#e11d48}.group:before .group-before\:bg-rose-600\/0{background-color:#e11d4800}.group:before .group-before\:bg-rose-600\/10{background-color:#e11d481a}.group:before .group-before\:bg-rose-600\/20{background-color:#e11d4833}.group:before .group-before\:bg-rose-600\/30{background-color:#e11d484d}.group:before .group-before\:bg-rose-600\/40{background-color:#e11d4866}.group:before .group-before\:bg-rose-600\/50{background-color:#e11d4880}.group:before .group-before\:bg-rose-600\/60{background-color:#e11d4899}.group:before .group-before\:bg-rose-600\/70{background-color:#e11d48b3}.group:before .group-before\:bg-rose-600\/75{background-color:#e11d48bf}.group:before .group-before\:bg-rose-600\/80{background-color:#e11d48cc}.group:before .group-before\:bg-rose-600\/90{background-color:#e11d48e6}.group:before .group-before\:bg-rose-700{background-color:#be123c}.group:before .group-before\:bg-rose-700\/0{background-color:#be123c00}.group:before .group-before\:bg-rose-700\/10{background-color:#be123c1a}.group:before .group-before\:bg-rose-700\/20{background-color:#be123c33}.group:before .group-before\:bg-rose-700\/30{background-color:#be123c4d}.group:before .group-before\:bg-rose-700\/40{background-color:#be123c66}.group:before .group-before\:bg-rose-700\/50{background-color:#be123c80}.group:before .group-before\:bg-rose-700\/60{background-color:#be123c99}.group:before .group-before\:bg-rose-700\/70{background-color:#be123cb3}.group:before .group-before\:bg-rose-700\/75{background-color:#be123cbf}.group:before .group-before\:bg-rose-700\/80{background-color:#be123ccc}.group:before .group-before\:bg-rose-700\/90{background-color:#be123ce6}.group:before .group-before\:bg-rose-800{background-color:#9f1239}.group:before .group-before\:bg-rose-800\/0{background-color:#9f123900}.group:before .group-before\:bg-rose-800\/10{background-color:#9f12391a}.group:before .group-before\:bg-rose-800\/20{background-color:#9f123933}.group:before .group-before\:bg-rose-800\/30{background-color:#9f12394d}.group:before .group-before\:bg-rose-800\/40{background-color:#9f123966}.group:before .group-before\:bg-rose-800\/50{background-color:#9f123980}.group:before .group-before\:bg-rose-800\/60{background-color:#9f123999}.group:before .group-before\:bg-rose-800\/70{background-color:#9f1239b3}.group:before .group-before\:bg-rose-800\/75{background-color:#9f1239bf}.group:before .group-before\:bg-rose-800\/80{background-color:#9f1239cc}.group:before .group-before\:bg-rose-800\/90{background-color:#9f1239e6}.group:before .group-before\:bg-rose-900{background-color:#881337}.group:before .group-before\:bg-rose-900\/0{background-color:#88133700}.group:before .group-before\:bg-rose-900\/10{background-color:#8813371a}.group:before .group-before\:bg-rose-900\/20{background-color:#88133733}.group:before .group-before\:bg-rose-900\/30{background-color:#8813374d}.group:before .group-before\:bg-rose-900\/40{background-color:#88133766}.group:before .group-before\:bg-rose-900\/50{background-color:#88133780}.group:before .group-before\:bg-rose-900\/60{background-color:#88133799}.group:before .group-before\:bg-rose-900\/70{background-color:#881337b3}.group:before .group-before\:bg-rose-900\/75{background-color:#881337bf}.group:before .group-before\:bg-rose-900\/80{background-color:#881337cc}.group:before .group-before\:bg-rose-900\/90{background-color:#881337e6}.group:before .group-before\:bg-rose-950{background-color:#4c0519}.group:before .group-before\:bg-rose-950\/0{background-color:#4c051900}.group:before .group-before\:bg-rose-950\/10{background-color:#4c05191a}.group:before .group-before\:bg-rose-950\/20{background-color:#4c051933}.group:before .group-before\:bg-rose-950\/30{background-color:#4c05194d}.group:before .group-before\:bg-rose-950\/40{background-color:#4c051966}.group:before .group-before\:bg-rose-950\/50{background-color:#4c051980}.group:before .group-before\:bg-rose-950\/60{background-color:#4c051999}.group:before .group-before\:bg-rose-950\/70{background-color:#4c0519b3}.group:before .group-before\:bg-rose-950\/75{background-color:#4c0519bf}.group:before .group-before\:bg-rose-950\/80{background-color:#4c0519cc}.group:before .group-before\:bg-rose-950\/90{background-color:#4c0519e6}.group:before .group-before\:bg-primary{background-color:#3874ff}.group:before .group-before\:bg-primary-bold{background-color:#002660}.group:before .group-before\:bg-primary-hover{background-color:#003585}.group:before .group-before\:bg-primary-border{background-color:#156ef3}.group:before .group-before\:bg-primary-focus-lv1{background-color:#6492ff}.group:before .group-before\:bg-primary-focus-lv2{background-color:#c7ddff}.group:before .group-before\:bg-primary-bg-color{background-color:#f8fbff}.group:before .group-before\:bg-success{background-color:#00bd7e}.group:before .group-before\:bg-success-bold{background-color:#006c58}.group:before .group-before\:bg-success-hover{background-color:#008d5e}.group:before .group-before\:bg-success-border{background-color:#17e5a1}.group:before .group-before\:bg-success-focus-lv1{background-color:#a9fbe0}.group:before .group-before\:bg-success-bg-color{background-color:#ebfff8}.group:before .group-before\:bg-warning{background-color:#ffb41f}.group:before .group-before\:bg-warning-bold{background-color:#b77d09}.group:before .group-before\:bg-warning-hover{background-color:#e39f17}.group:before .group-before\:bg-warning-border{background-color:#f7c86a}.group:before .group-before\:bg-warning-focus-lv1{background-color:#fbe0a9}.group:before .group-before\:bg-warning-bg-color{background-color:#fff8eb}.group:before .group-before\:bg-danger{background-color:#b20000}.group:before .group-before\:bg-danger-bold{background-color:#920122}.group:before .group-before\:bg-danger-hover{background-color:#c60833}.group:before .group-before\:bg-danger-border{background-color:#f35370}.group:before .group-before\:bg-danger-focus-lv1{background-color:#fdabb9}.group:before .group-before\:bg-danger-bg-color{background-color:#fff1f4}.group:before .group-before\:bg-info{background-color:#2668cb}.group:before .group-before\:bg-info-bold{background-color:#023480}.group:before .group-before\:bg-info-hover{background-color:#0f4eae}.group:before .group-before\:bg-info-border{background-color:#679ef2}.group:before .group-before\:bg-info-focus-lv1{background-color:#c1d9fd}.group:before .group-before\:bg-info-bg-color{background-color:#f2f7ff}.group:before .group-before\:bg-neutral-100{background-color:#1a1a1a}.group:before .group-before\:bg-neutral-90{background-color:#424242}.group:before .group-before\:bg-neutral-80{background-color:#616161}.group:before .group-before\:bg-neutral-70{background-color:#757575}.group:before .group-before\:bg-neutral-60{background-color:#9e9e9e}.group:before .group-before\:bg-neutral-50{background-color:#c2c2c2}.group:before .group-before\:bg-neutral-40{background-color:#e0e0e0}.group:before .group-before\:bg-neutral-30{background-color:#ededed}.group:before .group-before\:bg-neutral-20{background-color:#f5f5f5}.group:before .group-before\:bg-base{background-color:#f5f7fa}.group:before .group-before\:bg-auto{background-size:auto}.group:before .group-before\:bg-cover{background-size:cover}.group:before .group-before\:bg-contain{background-size:contain}.group:before .group-before\:bg-repeat{background-repeat:repeat}.group:before .group-before\:bg-no-repeat{background-repeat:no-repeat}.group:before .group-before\:bg-repeat-x{background-repeat:repeat-x}.group:before .group-before\:bg-repeat-y{background-repeat:repeat-y}.group:before .group-before\:bg-repeat-round{background-repeat:round}.group:before .group-before\:bg-repeat-space{background-repeat:space}.group:before .group-before\:bg-bottom{background-position:bottom}.group:before .group-before\:bg-center{background-position:center}.group:before .group-before\:bg-left{background-position:left}.group:before .group-before\:bg-left-bottom{background-position:left bottom}.group:before .group-before\:bg-left-top{background-position:left top}.group:before .group-before\:bg-right{background-position:right}.group:before .group-before\:bg-right-bottom{background-position:right bottom}.group:before .group-before\:bg-right-top{background-position:right top}.group:before .group-before\:bg-top{background-position:top}.group:before .group-before\:bg-origin-border{background-origin:border-box}.group:before .group-before\:bg-origin-padding{background-origin:padding-box}.group:before .group-before\:bg-origin-content{background-origin:content-box}.group:before .group-before\:bg-bg-fixed{background-attachment:fixed}.group:before .group-before\:bg-bg-local{background-attachment:local}.group:before .group-before\:bg-bg-scroll{background-attachment:scroll}.group:before .group-before\:p-auto{padding:auto}.group:before .group-before\:pl-auto{padding-left:auto}.group:before .group-before\:pr-auto{padding-right:auto}.group:before .group-before\:px-auto{padding-right:auto;padding-left:auto}.group:before .group-before\:py-auto{padding-top:auto;padding-bottom:auto}.group:before .group-before\:pb-auto{padding-bottom:auto}.group:before .group-before\:pt-auto{padding-top:auto}.group:before .group-before\:p-0{padding:0}.group:before .group-before\:pl-0{padding-left:0}.group:before .group-before\:pr-0{padding-right:0}.group:before .group-before\:px-0{padding-right:0;padding-left:0}.group:before .group-before\:py-0{padding-top:0;padding-bottom:0}.group:before .group-before\:pb-0{padding-bottom:0}.group:before .group-before\:pt-0{padding-top:0}.group:before .group-before\:p-1{padding:.25rem}.group:before .group-before\:pl-1{padding-left:.25rem}.group:before .group-before\:pr-1{padding-right:.25rem}.group:before .group-before\:px-1{padding-right:.25rem;padding-left:.25rem}.group:before .group-before\:py-1{padding-top:.25rem;padding-bottom:.25rem}.group:before .group-before\:pb-1{padding-bottom:.25rem}.group:before .group-before\:pt-1{padding-top:.25rem}.group:before .group-before\:p-2{padding:.5rem}.group:before .group-before\:pl-2{padding-left:.5rem}.group:before .group-before\:pr-2{padding-right:.5rem}.group:before .group-before\:px-2{padding-right:.5rem;padding-left:.5rem}.group:before .group-before\:py-2{padding-top:.5rem;padding-bottom:.5rem}.group:before .group-before\:pb-2{padding-bottom:.5rem}.group:before .group-before\:pt-2{padding-top:.5rem}.group:before .group-before\:p-3{padding:.75rem}.group:before .group-before\:pl-3{padding-left:.75rem}.group:before .group-before\:pr-3{padding-right:.75rem}.group:before .group-before\:px-3{padding-right:.75rem;padding-left:.75rem}.group:before .group-before\:py-3{padding-top:.75rem;padding-bottom:.75rem}.group:before .group-before\:pb-3{padding-bottom:.75rem}.group:before .group-before\:pt-3{padding-top:.75rem}.group:before .group-before\:p-4{padding:1rem}.group:before .group-before\:pl-4{padding-left:1rem}.group:before .group-before\:pr-4{padding-right:1rem}.group:before .group-before\:px-4{padding-right:1rem;padding-left:1rem}.group:before .group-before\:py-4{padding-top:1rem;padding-bottom:1rem}.group:before .group-before\:pb-4{padding-bottom:1rem}.group:before .group-before\:pt-4{padding-top:1rem}.group:before .group-before\:p-5{padding:1.25rem}.group:before .group-before\:pl-5{padding-left:1.25rem}.group:before .group-before\:pr-5{padding-right:1.25rem}.group:before .group-before\:px-5{padding-right:1.25rem;padding-left:1.25rem}.group:before .group-before\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.group:before .group-before\:pb-5{padding-bottom:1.25rem}.group:before .group-before\:pt-5{padding-top:1.25rem}.group:before .group-before\:p-6{padding:1.5rem}.group:before .group-before\:pl-6{padding-left:1.5rem}.group:before .group-before\:pr-6{padding-right:1.5rem}.group:before .group-before\:px-6{padding-right:1.5rem;padding-left:1.5rem}.group:before .group-before\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.group:before .group-before\:pb-6{padding-bottom:1.5rem}.group:before .group-before\:pt-6{padding-top:1.5rem}.group:before .group-before\:p-7{padding:1.75rem}.group:before .group-before\:pl-7{padding-left:1.75rem}.group:before .group-before\:pr-7{padding-right:1.75rem}.group:before .group-before\:px-7{padding-right:1.75rem;padding-left:1.75rem}.group:before .group-before\:py-7{padding-top:1.75rem;padding-bottom:1.75rem}.group:before .group-before\:pb-7{padding-bottom:1.75rem}.group:before .group-before\:pt-7{padding-top:1.75rem}.group:before .group-before\:p-8{padding:2rem}.group:before .group-before\:pl-8{padding-left:2rem}.group:before .group-before\:pr-8{padding-right:2rem}.group:before .group-before\:px-8{padding-right:2rem;padding-left:2rem}.group:before .group-before\:py-8{padding-top:2rem;padding-bottom:2rem}.group:before .group-before\:pb-8{padding-bottom:2rem}.group:before .group-before\:pt-8{padding-top:2rem}.group:before .group-before\:p-9{padding:2.25rem}.group:before .group-before\:pl-9{padding-left:2.25rem}.group:before .group-before\:pr-9{padding-right:2.25rem}.group:before .group-before\:px-9{padding-right:2.25rem;padding-left:2.25rem}.group:before .group-before\:py-9{padding-top:2.25rem;padding-bottom:2.25rem}.group:before .group-before\:pb-9{padding-bottom:2.25rem}.group:before .group-before\:pt-9{padding-top:2.25rem}.group:before .group-before\:p-10{padding:2.5rem}.group:before .group-before\:pl-10{padding-left:2.5rem}.group:before .group-before\:pr-10{padding-right:2.5rem}.group:before .group-before\:px-10{padding-right:2.5rem;padding-left:2.5rem}.group:before .group-before\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.group:before .group-before\:pb-10{padding-bottom:2.5rem}.group:before .group-before\:pt-10{padding-top:2.5rem}.group:before .group-before\:p-11{padding:2.75rem}.group:before .group-before\:pl-11{padding-left:2.75rem}.group:before .group-before\:pr-11{padding-right:2.75rem}.group:before .group-before\:px-11{padding-right:2.75rem;padding-left:2.75rem}.group:before .group-before\:py-11{padding-top:2.75rem;padding-bottom:2.75rem}.group:before .group-before\:pb-11{padding-bottom:2.75rem}.group:before .group-before\:pt-11{padding-top:2.75rem}.group:before .group-before\:p-12{padding:3rem}.group:before .group-before\:pl-12{padding-left:3rem}.group:before .group-before\:pr-12{padding-right:3rem}.group:before .group-before\:px-12{padding-right:3rem;padding-left:3rem}.group:before .group-before\:py-12{padding-top:3rem;padding-bottom:3rem}.group:before .group-before\:pb-12{padding-bottom:3rem}.group:before .group-before\:pt-12{padding-top:3rem}.group:before .group-before\:p-14{padding:3.5rem}.group:before .group-before\:pl-14{padding-left:3.5rem}.group:before .group-before\:pr-14{padding-right:3.5rem}.group:before .group-before\:px-14{padding-right:3.5rem;padding-left:3.5rem}.group:before .group-before\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}.group:before .group-before\:pb-14{padding-bottom:3.5rem}.group:before .group-before\:pt-14{padding-top:3.5rem}.group:before .group-before\:p-16{padding:4rem}.group:before .group-before\:pl-16{padding-left:4rem}.group:before .group-before\:pr-16{padding-right:4rem}.group:before .group-before\:px-16{padding-right:4rem;padding-left:4rem}.group:before .group-before\:py-16{padding-top:4rem;padding-bottom:4rem}.group:before .group-before\:pb-16{padding-bottom:4rem}.group:before .group-before\:pt-16{padding-top:4rem}.group:before .group-before\:p-20{padding:5rem}.group:before .group-before\:pl-20{padding-left:5rem}.group:before .group-before\:pr-20{padding-right:5rem}.group:before .group-before\:px-20{padding-right:5rem;padding-left:5rem}.group:before .group-before\:py-20{padding-top:5rem;padding-bottom:5rem}.group:before .group-before\:pb-20{padding-bottom:5rem}.group:before .group-before\:pt-20{padding-top:5rem}.group:before .group-before\:p-24{padding:6rem}.group:before .group-before\:pl-24{padding-left:6rem}.group:before .group-before\:pr-24{padding-right:6rem}.group:before .group-before\:px-24{padding-right:6rem;padding-left:6rem}.group:before .group-before\:py-24{padding-top:6rem;padding-bottom:6rem}.group:before .group-before\:pb-24{padding-bottom:6rem}.group:before .group-before\:pt-24{padding-top:6rem}.group:before .group-before\:p-28{padding:7rem}.group:before .group-before\:pl-28{padding-left:7rem}.group:before .group-before\:pr-28{padding-right:7rem}.group:before .group-before\:px-28{padding-right:7rem;padding-left:7rem}.group:before .group-before\:py-28{padding-top:7rem;padding-bottom:7rem}.group:before .group-before\:pb-28{padding-bottom:7rem}.group:before .group-before\:pt-28{padding-top:7rem}.group:before .group-before\:p-32{padding:8rem}.group:before .group-before\:pl-32{padding-left:8rem}.group:before .group-before\:pr-32{padding-right:8rem}.group:before .group-before\:px-32{padding-right:8rem;padding-left:8rem}.group:before .group-before\:py-32{padding-top:8rem;padding-bottom:8rem}.group:before .group-before\:pb-32{padding-bottom:8rem}.group:before .group-before\:pt-32{padding-top:8rem}.group:before .group-before\:p-36{padding:9rem}.group:before .group-before\:pl-36{padding-left:9rem}.group:before .group-before\:pr-36{padding-right:9rem}.group:before .group-before\:px-36{padding-right:9rem;padding-left:9rem}.group:before .group-before\:py-36{padding-top:9rem;padding-bottom:9rem}.group:before .group-before\:pb-36{padding-bottom:9rem}.group:before .group-before\:pt-36{padding-top:9rem}.group:before .group-before\:p-40{padding:10rem}.group:before .group-before\:pl-40{padding-left:10rem}.group:before .group-before\:pr-40{padding-right:10rem}.group:before .group-before\:px-40{padding-right:10rem;padding-left:10rem}.group:before .group-before\:py-40{padding-top:10rem;padding-bottom:10rem}.group:before .group-before\:pb-40{padding-bottom:10rem}.group:before .group-before\:pt-40{padding-top:10rem}.group:before .group-before\:p-44{padding:11rem}.group:before .group-before\:pl-44{padding-left:11rem}.group:before .group-before\:pr-44{padding-right:11rem}.group:before .group-before\:px-44{padding-right:11rem;padding-left:11rem}.group:before .group-before\:py-44{padding-top:11rem;padding-bottom:11rem}.group:before .group-before\:pb-44{padding-bottom:11rem}.group:before .group-before\:pt-44{padding-top:11rem}.group:before .group-before\:p-48{padding:12rem}.group:before .group-before\:pl-48{padding-left:12rem}.group:before .group-before\:pr-48{padding-right:12rem}.group:before .group-before\:px-48{padding-right:12rem;padding-left:12rem}.group:before .group-before\:py-48{padding-top:12rem;padding-bottom:12rem}.group:before .group-before\:pb-48{padding-bottom:12rem}.group:before .group-before\:pt-48{padding-top:12rem}.group:before .group-before\:p-52{padding:13rem}.group:before .group-before\:pl-52{padding-left:13rem}.group:before .group-before\:pr-52{padding-right:13rem}.group:before .group-before\:px-52{padding-right:13rem;padding-left:13rem}.group:before .group-before\:py-52{padding-top:13rem;padding-bottom:13rem}.group:before .group-before\:pb-52{padding-bottom:13rem}.group:before .group-before\:pt-52{padding-top:13rem}.group:before .group-before\:p-56{padding:14rem}.group:before .group-before\:pl-56{padding-left:14rem}.group:before .group-before\:pr-56{padding-right:14rem}.group:before .group-before\:px-56{padding-right:14rem;padding-left:14rem}.group:before .group-before\:py-56{padding-top:14rem;padding-bottom:14rem}.group:before .group-before\:pb-56{padding-bottom:14rem}.group:before .group-before\:pt-56{padding-top:14rem}.group:before .group-before\:p-60{padding:15rem}.group:before .group-before\:pl-60{padding-left:15rem}.group:before .group-before\:pr-60{padding-right:15rem}.group:before .group-before\:px-60{padding-right:15rem;padding-left:15rem}.group:before .group-before\:py-60{padding-top:15rem;padding-bottom:15rem}.group:before .group-before\:pb-60{padding-bottom:15rem}.group:before .group-before\:pt-60{padding-top:15rem}.group:before .group-before\:p-64{padding:16rem}.group:before .group-before\:pl-64{padding-left:16rem}.group:before .group-before\:pr-64{padding-right:16rem}.group:before .group-before\:px-64{padding-right:16rem;padding-left:16rem}.group:before .group-before\:py-64{padding-top:16rem;padding-bottom:16rem}.group:before .group-before\:pb-64{padding-bottom:16rem}.group:before .group-before\:pt-64{padding-top:16rem}.group:before .group-before\:p-72{padding:18rem}.group:before .group-before\:pl-72{padding-left:18rem}.group:before .group-before\:pr-72{padding-right:18rem}.group:before .group-before\:px-72{padding-right:18rem;padding-left:18rem}.group:before .group-before\:py-72{padding-top:18rem;padding-bottom:18rem}.group:before .group-before\:pb-72{padding-bottom:18rem}.group:before .group-before\:pt-72{padding-top:18rem}.group:before .group-before\:p-80{padding:20rem}.group:before .group-before\:pl-80{padding-left:20rem}.group:before .group-before\:pr-80{padding-right:20rem}.group:before .group-before\:px-80{padding-right:20rem;padding-left:20rem}.group:before .group-before\:py-80{padding-top:20rem;padding-bottom:20rem}.group:before .group-before\:pb-80{padding-bottom:20rem}.group:before .group-before\:pt-80{padding-top:20rem}.group:before .group-before\:p-96{padding:24rem}.group:before .group-before\:pl-96{padding-left:24rem}.group:before .group-before\:pr-96{padding-right:24rem}.group:before .group-before\:px-96{padding-right:24rem;padding-left:24rem}.group:before .group-before\:py-96{padding-top:24rem;padding-bottom:24rem}.group:before .group-before\:pb-96{padding-bottom:24rem}.group:before .group-before\:pt-96{padding-top:24rem}.group:before .group-before\:flex-1{flex:1 1 0%}.group:before .group-before\:flex-column{flex-direction:column}.group:before .group-before\:flex-row{flex-direction:row}.group:before .group-before\:flex-wrap{flex-wrap:wrap}.group:before .group-before\:flex-wrap-reverse{flex-wrap:wrap-reverse}.group:before .group-before\:flex-nowrap{flex-wrap:nowrap}.group:before .group-before\:w-0{width:0px}.group:before .group-before\:w-px{width:1px}.group:before .group-before\:w-1{width:.25rem}.group:before .group-before\:w-2{width:.5rem}.group:before .group-before\:w-3{width:.75rem}.group:before .group-before\:w-4{width:1rem}.group:before .group-before\:w-5{width:1.25rem}.group:before .group-before\:w-6{width:1.5rem}.group:before .group-before\:w-7{width:1.75rem}.group:before .group-before\:w-8{width:2rem}.group:before .group-before\:w-9{width:2.25rem}.group:before .group-before\:w-10{width:2.5rem}.group:before .group-before\:w-11{width:2.75rem}.group:before .group-before\:w-12{width:3rem}.group:before .group-before\:w-14{width:3.5rem}.group:before .group-before\:w-16{width:4rem}.group:before .group-before\:w-20{width:5rem}.group:before .group-before\:w-24{width:6rem}.group:before .group-before\:w-28{width:7rem}.group:before .group-before\:w-32{width:8rem}.group:before .group-before\:w-36{width:9rem}.group:before .group-before\:w-40{width:10rem}.group:before .group-before\:w-44{width:11rem}.group:before .group-before\:w-48{width:12rem}.group:before .group-before\:w-52{width:13rem}.group:before .group-before\:w-56{width:14rem}.group:before .group-before\:w-60{width:15rem}.group:before .group-before\:w-64{width:16rem}.group:before .group-before\:w-72{width:18rem}.group:before .group-before\:w-80{width:20rem}.group:before .group-before\:w-96{width:24rem}.group:before .group-before\:w-auto{width:auto}.group:before .group-before\:w-full{width:100%}.group:before .group-before\:w-screen{width:100vw}.group:before .group-before\:w-min{width:min-content}.group:before .group-before\:w-max{width:max-content}.group:before .group-before\:w-fit{width:fit-content}.group:before .group-before\:h-0{height:0px}.group:before .group-before\:h-px{height:1px}.group:before .group-before\:h-1{height:.25rem}.group:before .group-before\:h-2{height:.5rem}.group:before .group-before\:h-3{height:.75rem}.group:before .group-before\:h-4{height:1rem}.group:before .group-before\:h-5{height:1.25rem}.group:before .group-before\:h-6{height:1.5rem}.group:before .group-before\:h-7{height:1.75rem}.group:before .group-before\:h-8{height:2rem}.group:before .group-before\:h-9{height:2.25rem}.group:before .group-before\:h-10{height:2.5rem}.group:before .group-before\:h-11{height:2.75rem}.group:before .group-before\:h-12{height:3rem}.group:before .group-before\:h-14{height:3.5rem}.group:before .group-before\:h-16{height:4rem}.group:before .group-before\:h-20{height:5rem}.group:before .group-before\:h-24{height:6rem}.group:before .group-before\:h-28{height:7rem}.group:before .group-before\:h-32{height:8rem}.group:before .group-before\:h-36{height:9rem}.group:before .group-before\:h-40{height:10rem}.group:before .group-before\:h-44{height:11rem}.group:before .group-before\:h-48{height:12rem}.group:before .group-before\:h-52{height:13rem}.group:before .group-before\:h-56{height:14rem}.group:before .group-before\:h-60{height:15rem}.group:before .group-before\:h-64{height:16rem}.group:before .group-before\:h-72{height:18rem}.group:before .group-before\:h-80{height:20rem}.group:before .group-before\:h-96{height:24rem}.group:before .group-before\:h-auto{height:auto}.group:before .group-before\:h-full{height:100%}.group:before .group-before\:h-screen{height:100vh}.group:before .group-before\:h-min{height:min-content}.group:before .group-before\:h-max{height:max-content}.group:before .group-before\:h-fit{height:fit-content}.group:before .group-before\:border{border-width:1px}.group:before .group-before\:border-b{border:0px;border-bottom:1px}.group:before .group-before\:border-b-0{border:0px;border-bottom:1px;border-bottom-width:0px}.group:before .group-before\:border-b-2{border:0px;border-bottom:1px;border-bottom-width:2px}.group:before .group-before\:border-b-4{border:0px;border-bottom:1px;border-bottom-width:4px}.group:before .group-before\:border-b-8{border:0px;border-bottom:1px;border-bottom-width:8px}.group:before .group-before\:border-t{border:0px;border-top:1px}.group:before .group-before\:border-t-0{border:0px;border-top:1px;border-top-width:0px}.group:before .group-before\:border-t-2{border:0px;border-top:1px;border-top-width:2px}.group:before .group-before\:border-t-4{border:0px;border-top:1px;border-top-width:4px}.group:before .group-before\:border-t-8{border:0px;border-top:1px;border-top-width:8px}.group:before .group-before\:border-r{border:0px;border-right:1px solid}.group:before .group-before\:border-r-0{border:0px;border-right-width:0px}.group:before .group-before\:border-r-2{border:0px;border-right-width:2px}.group:before .group-before\:border-r-4{border:0px;border-right-width:4px}.group:before .group-before\:border-r-8{border:0px;border-right-width:8px}.group:before .group-before\:border-l{border:0px;border-left:1px}.group:before .group-before\:border-l-0{border:0px;border-left:1px;border-left-width:0px}.group:before .group-before\:border-l-2{border:0px;border-left:1px;border-left-width:2px}.group:before .group-before\:border-l-4{border:0px;border-left:1px;border-left-width:4px}.group:before .group-before\:border-l-8{border:0px;border-left:1px;border-left-width:8px}.group:before .group-before\:border-0{border-width:0px}.group:before .group-before\:border-2{border-width:2px}.group:before .group-before\:border-4{border-width:4px}.group:before .group-before\:border-8{border-width:8px}.group:before .group-before\:border-none{border-style:none}.group:before .group-before\:border-solid{border-style:solid}.group:before .group-before\:border-dashed{border-style:dashed}.group:before .group-before\:border-dotted{border-style:dotted}.group:before .group-before\:border-double{border-style:double}.group:before .group-before\:border-groove{border-style:groove}.group:before .group-before\:border-ridge{border-style:ridge}.group:before .group-before\:border-inset{border-style:inset}.group:before .group-before\:border-outset{border-style:outset}.group:before .group-before\:border-transparent{border-color:transparent}.group:before .group-before\:border-black{border-color:#000}.group:before .group-before\:border-white{border-color:#fff}.group:before .group-before\:border-slate-50{border-color:#f8fafc}.group:before .group-before\:border-slate-100{border-color:#f1f5f9}.group:before .group-before\:border-slate-200{border-color:#e2e8f0}.group:before .group-before\:border-slate-300{border-color:#cbd5e1}.group:before .group-before\:border-slate-400{border-color:#94a3b8}.group:before .group-before\:border-slate-500{border-color:#64748b}.group:before .group-before\:border-slate-600{border-color:#475569}.group:before .group-before\:border-slate-700{border-color:#334155}.group:before .group-before\:border-slate-800{border-color:#1e293b}.group:before .group-before\:border-slate-900{border-color:#0f172a}.group:before .group-before\:border-slate-950{border-color:#020617}.group:before .group-before\:border-gray-50{border-color:#f9fafb}.group:before .group-before\:border-gray-100{border-color:#f3f4f6}.group:before .group-before\:border-gray-200{border-color:#e5e7eb}.group:before .group-before\:border-gray-300{border-color:#d1d5db}.group:before .group-before\:border-gray-400{border-color:#9ca3af}.group:before .group-before\:border-gray-500{border-color:#6b7280}.group:before .group-before\:border-gray-600{border-color:#4b5563}.group:before .group-before\:border-gray-700{border-color:#374151}.group:before .group-before\:border-gray-800{border-color:#1f2937}.group:before .group-before\:border-gray-900{border-color:#111827}.group:before .group-before\:border-gray-950{border-color:#030712}.group:before .group-before\:border-zinc-50{border-color:#fafafa}.group:before .group-before\:border-zinc-100{border-color:#f4f4f5}.group:before .group-before\:border-zinc-200{border-color:#e4e4e7}.group:before .group-before\:border-zinc-300{border-color:#d4d4d8}.group:before .group-before\:border-zinc-400{border-color:#a1a1aa}.group:before .group-before\:border-zinc-500{border-color:#71717a}.group:before .group-before\:border-zinc-600{border-color:#52525b}.group:before .group-before\:border-zinc-700{border-color:#3f3f46}.group:before .group-before\:border-zinc-800{border-color:#27272a}.group:before .group-before\:border-zinc-900{border-color:#18181b}.group:before .group-before\:border-zinc-950{border-color:#09090b}.group:before .group-before\:border-neutral-50{border-color:#fafafa}.group:before .group-before\:border-neutral-100{border-color:#f5f5f5}.group:before .group-before\:border-neutral-200{border-color:#e5e5e5}.group:before .group-before\:border-neutral-300{border-color:#d4d4d4}.group:before .group-before\:border-neutral-400{border-color:#a3a3a3}.group:before .group-before\:border-neutral-500{border-color:#737373}.group:before .group-before\:border-neutral-600{border-color:#525252}.group:before .group-before\:border-neutral-700{border-color:#404040}.group:before .group-before\:border-neutral-800{border-color:#262626}.group:before .group-before\:border-neutral-900{border-color:#171717}.group:before .group-before\:border-neutral-950{border-color:#0a0a0a}.group:before .group-before\:border-stone-50{border-color:#fafaf9}.group:before .group-before\:border-stone-100{border-color:#f5f5f4}.group:before .group-before\:border-stone-200{border-color:#e7e5e4}.group:before .group-before\:border-stone-300{border-color:#d6d3d1}.group:before .group-before\:border-stone-400{border-color:#a8a29e}.group:before .group-before\:border-stone-500{border-color:#78716c}.group:before .group-before\:border-stone-600{border-color:#57534e}.group:before .group-before\:border-stone-700{border-color:#44403c}.group:before .group-before\:border-stone-800{border-color:#292524}.group:before .group-before\:border-stone-900{border-color:#1c1917}.group:before .group-before\:border-stone-950{border-color:#0c0a09}.group:before .group-before\:border-red-50{border-color:#fef2f2}.group:before .group-before\:border-red-100{border-color:#fee2e2}.group:before .group-before\:border-red-200{border-color:#fecaca}.group:before .group-before\:border-red-300{border-color:#fca5a5}.group:before .group-before\:border-red-400{border-color:#f87171}.group:before .group-before\:border-red-500{border-color:#ef4444}.group:before .group-before\:border-red-600{border-color:#dc2626}.group:before .group-before\:border-red-700{border-color:#b91c1c}.group:before .group-before\:border-red-800{border-color:#991b1b}.group:before .group-before\:border-red-900{border-color:#7f1d1d}.group:before .group-before\:border-red-950{border-color:#450a0a}.group:before .group-before\:border-orange-50{border-color:#fff7ed}.group:before .group-before\:border-orange-100{border-color:#ffedd5}.group:before .group-before\:border-orange-200{border-color:#fed7aa}.group:before .group-before\:border-orange-300{border-color:#fdba74}.group:before .group-before\:border-orange-400{border-color:#fb923c}.group:before .group-before\:border-orange-500{border-color:#f97316}.group:before .group-before\:border-orange-600{border-color:#ea580c}.group:before .group-before\:border-orange-700{border-color:#c2410c}.group:before .group-before\:border-orange-800{border-color:#9a3412}.group:before .group-before\:border-orange-900{border-color:#7c2d12}.group:before .group-before\:border-orange-950{border-color:#431407}.group:before .group-before\:border-amber-50{border-color:#fffbeb}.group:before .group-before\:border-amber-100{border-color:#fef3c7}.group:before .group-before\:border-amber-200{border-color:#fde68a}.group:before .group-before\:border-amber-300{border-color:#fcd34d}.group:before .group-before\:border-amber-400{border-color:#fbbf24}.group:before .group-before\:border-amber-500{border-color:#f59e0b}.group:before .group-before\:border-amber-600{border-color:#d97706}.group:before .group-before\:border-amber-700{border-color:#b45309}.group:before .group-before\:border-amber-800{border-color:#92400e}.group:before .group-before\:border-amber-900{border-color:#78350f}.group:before .group-before\:border-amber-950{border-color:#451a03}.group:before .group-before\:border-yellow-50{border-color:#fefce8}.group:before .group-before\:border-yellow-100{border-color:#fef9c3}.group:before .group-before\:border-yellow-200{border-color:#fef08a}.group:before .group-before\:border-yellow-300{border-color:#fde047}.group:before .group-before\:border-yellow-400{border-color:#facc15}.group:before .group-before\:border-yellow-500{border-color:#eab308}.group:before .group-before\:border-yellow-600{border-color:#ca8a04}.group:before .group-before\:border-yellow-700{border-color:#a16207}.group:before .group-before\:border-yellow-800{border-color:#854d0e}.group:before .group-before\:border-yellow-900{border-color:#713f12}.group:before .group-before\:border-yellow-950{border-color:#422006}.group:before .group-before\:border-lime-50{border-color:#f7fee7}.group:before .group-before\:border-lime-100{border-color:#ecfccb}.group:before .group-before\:border-lime-200{border-color:#d9f99d}.group:before .group-before\:border-lime-300{border-color:#bef264}.group:before .group-before\:border-lime-400{border-color:#a3e635}.group:before .group-before\:border-lime-500{border-color:#84cc16}.group:before .group-before\:border-lime-600{border-color:#65a30d}.group:before .group-before\:border-lime-700{border-color:#4d7c0f}.group:before .group-before\:border-lime-800{border-color:#3f6212}.group:before .group-before\:border-lime-900{border-color:#365314}.group:before .group-before\:border-lime-950{border-color:#1a2e05}.group:before .group-before\:border-green-50{border-color:#f0fdf4}.group:before .group-before\:border-green-100{border-color:#dcfce7}.group:before .group-before\:border-green-200{border-color:#bbf7d0}.group:before .group-before\:border-green-300{border-color:#86efac}.group:before .group-before\:border-green-400{border-color:#4ade80}.group:before .group-before\:border-green-500{border-color:#22c55e}.group:before .group-before\:border-green-600{border-color:#16a34a}.group:before .group-before\:border-green-700{border-color:#15803d}.group:before .group-before\:border-green-800{border-color:#166534}.group:before .group-before\:border-green-900{border-color:#14532d}.group:before .group-before\:border-green-950{border-color:#052e16}.group:before .group-before\:border-emerald-50{border-color:#ecfdf5}.group:before .group-before\:border-emerald-100{border-color:#d1fae5}.group:before .group-before\:border-emerald-200{border-color:#a7f3d0}.group:before .group-before\:border-emerald-300{border-color:#6ee7b7}.group:before .group-before\:border-emerald-400{border-color:#34d399}.group:before .group-before\:border-emerald-500{border-color:#10b981}.group:before .group-before\:border-emerald-600{border-color:#059669}.group:before .group-before\:border-emerald-700{border-color:#047857}.group:before .group-before\:border-emerald-800{border-color:#065f46}.group:before .group-before\:border-emerald-900{border-color:#064e3b}.group:before .group-before\:border-emerald-950{border-color:#022c22}.group:before .group-before\:border-teal-50{border-color:#f0fdfa}.group:before .group-before\:border-teal-100{border-color:#ccfbf1}.group:before .group-before\:border-teal-200{border-color:#99f6e4}.group:before .group-before\:border-teal-300{border-color:#5eead4}.group:before .group-before\:border-teal-400{border-color:#2dd4bf}.group:before .group-before\:border-teal-500{border-color:#14b8a6}.group:before .group-before\:border-teal-600{border-color:#0d9488}.group:before .group-before\:border-teal-700{border-color:#0f766e}.group:before .group-before\:border-teal-800{border-color:#115e59}.group:before .group-before\:border-teal-900{border-color:#134e4a}.group:before .group-before\:border-teal-950{border-color:#042f2e}.group:before .group-before\:border-cyan-50{border-color:#ecfeff}.group:before .group-before\:border-cyan-100{border-color:#cffafe}.group:before .group-before\:border-cyan-200{border-color:#a5f3fc}.group:before .group-before\:border-cyan-300{border-color:#67e8f9}.group:before .group-before\:border-cyan-400{border-color:#22d3ee}.group:before .group-before\:border-cyan-500{border-color:#06b6d4}.group:before .group-before\:border-cyan-600{border-color:#0891b2}.group:before .group-before\:border-cyan-700{border-color:#0e7490}.group:before .group-before\:border-cyan-800{border-color:#155e75}.group:before .group-before\:border-cyan-900{border-color:#164e63}.group:before .group-before\:border-cyan-950{border-color:#083344}.group:before .group-before\:border-sky-50{border-color:#f0f9ff}.group:before .group-before\:border-sky-100{border-color:#e0f2fe}.group:before .group-before\:border-sky-200{border-color:#bae6fd}.group:before .group-before\:border-sky-300{border-color:#7dd3fc}.group:before .group-before\:border-sky-400{border-color:#38bdf8}.group:before .group-before\:border-sky-500{border-color:#0ea5e9}.group:before .group-before\:border-sky-600{border-color:#0284c7}.group:before .group-before\:border-sky-700{border-color:#0369a1}.group:before .group-before\:border-sky-800{border-color:#075985}.group:before .group-before\:border-sky-900{border-color:#0c4a6e}.group:before .group-before\:border-sky-950{border-color:#082f49}.group:before .group-before\:border-blue-50{border-color:#eff6ff}.group:before .group-before\:border-blue-100{border-color:#dbeafe}.group:before .group-before\:border-blue-200{border-color:#bfdbfe}.group:before .group-before\:border-blue-300{border-color:#93c5fd}.group:before .group-before\:border-blue-400{border-color:#60a5fa}.group:before .group-before\:border-blue-500{border-color:#3b82f6}.group:before .group-before\:border-blue-600{border-color:#2563eb}.group:before .group-before\:border-blue-700{border-color:#1d4ed8}.group:before .group-before\:border-blue-800{border-color:#1e40af}.group:before .group-before\:border-blue-900{border-color:#1e3a8a}.group:before .group-before\:border-blue-950{border-color:#172554}.group:before .group-before\:border-indigo-50{border-color:#eef2ff}.group:before .group-before\:border-indigo-100{border-color:#e0e7ff}.group:before .group-before\:border-indigo-200{border-color:#c7d2fe}.group:before .group-before\:border-indigo-300{border-color:#a5b4fc}.group:before .group-before\:border-indigo-400{border-color:#818cf8}.group:before .group-before\:border-indigo-500{border-color:#6366f1}.group:before .group-before\:border-indigo-600{border-color:#4f46e5}.group:before .group-before\:border-indigo-700{border-color:#4338ca}.group:before .group-before\:border-indigo-800{border-color:#3730a3}.group:before .group-before\:border-indigo-900{border-color:#312e81}.group:before .group-before\:border-indigo-950{border-color:#1e1b4b}.group:before .group-before\:border-violet-50{border-color:#f5f3ff}.group:before .group-before\:border-violet-100{border-color:#ede9fe}.group:before .group-before\:border-violet-200{border-color:#ddd6fe}.group:before .group-before\:border-violet-300{border-color:#c4b5fd}.group:before .group-before\:border-violet-400{border-color:#a78bfa}.group:before .group-before\:border-violet-500{border-color:#8b5cf6}.group:before .group-before\:border-violet-600{border-color:#7c3aed}.group:before .group-before\:border-violet-700{border-color:#6d28d9}.group:before .group-before\:border-violet-800{border-color:#5b21b6}.group:before .group-before\:border-violet-900{border-color:#4c1d95}.group:before .group-before\:border-violet-950{border-color:#2e1065}.group:before .group-before\:border-purple-50{border-color:#faf5ff}.group:before .group-before\:border-purple-100{border-color:#f3e8ff}.group:before .group-before\:border-purple-200{border-color:#e9d5ff}.group:before .group-before\:border-purple-300{border-color:#d8b4fe}.group:before .group-before\:border-purple-400{border-color:#c084fc}.group:before .group-before\:border-purple-500{border-color:#a855f7}.group:before .group-before\:border-purple-600{border-color:#9333ea}.group:before .group-before\:border-purple-700{border-color:#7e22ce}.group:before .group-before\:border-purple-800{border-color:#6b21a8}.group:before .group-before\:border-purple-900{border-color:#581c87}.group:before .group-before\:border-purple-950{border-color:#3b0764}.group:before .group-before\:border-fuchsia-50{border-color:#fdf4ff}.group:before .group-before\:border-fuchsia-100{border-color:#fae8ff}.group:before .group-before\:border-fuchsia-200{border-color:#f5d0fe}.group:before .group-before\:border-fuchsia-300{border-color:#f0abfc}.group:before .group-before\:border-fuchsia-400{border-color:#e879f9}.group:before .group-before\:border-fuchsia-500{border-color:#d946ef}.group:before .group-before\:border-fuchsia-600{border-color:#c026d3}.group:before .group-before\:border-fuchsia-700{border-color:#a21caf}.group:before .group-before\:border-fuchsia-800{border-color:#86198f}.group:before .group-before\:border-fuchsia-900{border-color:#701a75}.group:before .group-before\:border-fuchsia-950{border-color:#4a044e}.group:before .group-before\:border-pink-50{border-color:#fdf2f8}.group:before .group-before\:border-pink-100{border-color:#fce7f3}.group:before .group-before\:border-pink-200{border-color:#fbcfe8}.group:before .group-before\:border-pink-300{border-color:#f9a8d4}.group:before .group-before\:border-pink-400{border-color:#f472b6}.group:before .group-before\:border-pink-500{border-color:#ec4899}.group:before .group-before\:border-pink-600{border-color:#db2777}.group:before .group-before\:border-pink-700{border-color:#be185d}.group:before .group-before\:border-pink-800{border-color:#9d174d}.group:before .group-before\:border-pink-900{border-color:#831843}.group:before .group-before\:border-pink-950{border-color:#500724}.group:before .group-before\:border-rose-50{border-color:#fff1f2}.group:before .group-before\:border-rose-100{border-color:#ffe4e6}.group:before .group-before\:border-rose-200{border-color:#fecdd3}.group:before .group-before\:border-rose-300{border-color:#fda4af}.group:before .group-before\:border-rose-400{border-color:#fb7185}.group:before .group-before\:border-rose-500{border-color:#f43f5e}.group:before .group-before\:border-rose-600{border-color:#e11d48}.group:before .group-before\:border-rose-700{border-color:#be123c}.group:before .group-before\:border-rose-800{border-color:#9f1239}.group:before .group-before\:border-rose-900{border-color:#881337}.group:before .group-before\:border-rose-950{border-color:#4c0519}.group:before .group-before\:border-primary{border-color:#3874ff}.group:before .group-before\:border-primary-bold{border-color:#002660}.group:before .group-before\:border-primary-hover{border-color:#003585}.group:before .group-before\:border-primary-border{border-color:#156ef3}.group:before .group-before\:border-primary-focus-lv1{border-color:#6492ff}.group:before .group-before\:border-primary-focus-lv2{border-color:#c7ddff}.group:before .group-before\:border-primary-bg-color{border-color:#f8fbff}.group:before .group-before\:border-success{border-color:#00bd7e}.group:before .group-before\:border-success-bold{border-color:#006c58}.group:before .group-before\:border-success-hover{border-color:#008d5e}.group:before .group-before\:border-success-border{border-color:#17e5a1}.group:before .group-before\:border-success-focus-lv1{border-color:#a9fbe0}.group:before .group-before\:border-success-bg-color{border-color:#ebfff8}.group:before .group-before\:border-warning{border-color:#ffb41f}.group:before .group-before\:border-warning-bold{border-color:#b77d09}.group:before .group-before\:border-warning-hover{border-color:#e39f17}.group:before .group-before\:border-warning-border{border-color:#f7c86a}.group:before .group-before\:border-warning-focus-lv1{border-color:#fbe0a9}.group:before .group-before\:border-warning-bg-color{border-color:#fff8eb}.group:before .group-before\:border-danger{border-color:#b20000}.group:before .group-before\:border-danger-bold{border-color:#920122}.group:before .group-before\:border-danger-hover{border-color:#c60833}.group:before .group-before\:border-danger-border{border-color:#f35370}.group:before .group-before\:border-danger-focus-lv1{border-color:#fdabb9}.group:before .group-before\:border-danger-bg-color{border-color:#fff1f4}.group:before .group-before\:border-info{border-color:#2668cb}.group:before .group-before\:border-info-bold{border-color:#023480}.group:before .group-before\:border-info-hover{border-color:#0f4eae}.group:before .group-before\:border-info-border{border-color:#679ef2}.group:before .group-before\:border-info-focus-lv1{border-color:#c1d9fd}.group:before .group-before\:border-info-bg-color{border-color:#f2f7ff}.group:before .group-before\:border-neutral-100{border-color:#1a1a1a}.group:before .group-before\:border-neutral-90{border-color:#424242}.group:before .group-before\:border-neutral-80{border-color:#616161}.group:before .group-before\:border-neutral-70{border-color:#757575}.group:before .group-before\:border-neutral-60{border-color:#9e9e9e}.group:before .group-before\:border-neutral-50{border-color:#c2c2c2}.group:before .group-before\:border-neutral-40{border-color:#e0e0e0}.group:before .group-before\:border-neutral-30{border-color:#ededed}.group:before .group-before\:border-neutral-20{border-color:#f5f5f5}.group:before .group-before\:border-base{border-color:#f5f7fa}.group:before .group-before\:rounded{border-radius:.25rem}.group:before .group-before\:rounded-none{border-radius:0}.group:before .group-before\:rounded-e-none{border-start-end-radius:0px;border-end-end-radius:0px}.group:before .group-before\:rounded-s-none{border-start-start-radius:0px;border-end-start-radius:0px}.group:before .group-before\:rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.group:before .group-before\:rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.group:before .group-before\:rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.group:before .group-before\:rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.group:before .group-before\:rounded-ss-none{border-start-start-radius:0px}.group:before .group-before\:rounded-se-none{border-start-end-radius:0px}.group:before .group-before\:rounded-ee-none{border-end-end-radius:0px}.group:before .group-before\:rounded-es-none{border-end-start-radius:0px}.group:before .group-before\:rounded-tl-none{border-top-left-radius:0}.group:before .group-before\:rounded-tr-none{border-top-right-radius:0}.group:before .group-before\:rounded-br-none{border-bottom-right-radius:0}.group:before .group-before\:rounded-md{border-radius:.375rem}.group:before .group-before\:rounded-e-md{border-start-end-radius:.375rem;border-end-end-radius:.375rem}.group:before .group-before\:rounded-s-md{border-start-start-radius:.375rem;border-end-start-radius:.375rem}.group:before .group-before\:rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.group:before .group-before\:rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.group:before .group-before\:rounded-b-md{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.group:before .group-before\:rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.group:before .group-before\:rounded-ss-md{border-start-start-radius:.375rem}.group:before .group-before\:rounded-se-md{border-start-end-radius:.375rem}.group:before .group-before\:rounded-ee-md{border-end-end-radius:.375rem}.group:before .group-before\:rounded-es-md{border-end-start-radius:.375rem}.group:before .group-before\:rounded-tl-md{border-top-left-radius:.375rem}.group:before .group-before\:rounded-tr-md{border-top-right-radius:.375rem}.group:before .group-before\:rounded-br-md{border-bottom-right-radius:.375rem}.group:before .group-before\:rounded-lg{border-radius:.5rem}.group:before .group-before\:rounded-e-lg{border-start-end-radius:.5rem;border-end-end-radius:.5rem}.group:before .group-before\:rounded-s-lg{border-start-start-radius:.5rem;border-end-start-radius:.5rem}.group:before .group-before\:rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.group:before .group-before\:rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.group:before .group-before\:rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.group:before .group-before\:rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.group:before .group-before\:rounded-ss-lg{border-start-start-radius:.5rem}.group:before .group-before\:rounded-se-lg{border-start-end-radius:.5rem}.group:before .group-before\:rounded-ee-lg{border-end-end-radius:.5rem}.group:before .group-before\:rounded-es-lg{border-end-start-radius:.5rem}.group:before .group-before\:rounded-tl-lg{border-top-left-radius:.5rem}.group:before .group-before\:rounded-tr-lg{border-top-right-radius:.5rem}.group:before .group-before\:rounded-br-lg{border-bottom-right-radius:.5rem}.group:before .group-before\:rounded-xl{border-radius:.75rem}.group:before .group-before\:rounded-e-xl{border-start-end-radius:.75rem;border-end-end-radius:.75rem}.group:before .group-before\:rounded-s-xl{border-start-start-radius:.75rem;border-end-start-radius:.75rem}.group:before .group-before\:rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.group:before .group-before\:rounded-r-xl{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.group:before .group-before\:rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.group:before .group-before\:rounded-l-xl{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.group:before .group-before\:rounded-ss-xl{border-start-start-radius:.75rem}.group:before .group-before\:rounded-se-xl{border-start-end-radius:.75rem}.group:before .group-before\:rounded-ee-xl{border-end-end-radius:.75rem}.group:before .group-before\:rounded-es-xl{border-end-start-radius:.75rem}.group:before .group-before\:rounded-tl-xl{border-top-left-radius:.75rem}.group:before .group-before\:rounded-tr-xl{border-top-right-radius:.75rem}.group:before .group-before\:rounded-br-xl{border-bottom-right-radius:.75rem}.group:before .group-before\:rounded-2xl{border-radius:1rem}.group:before .group-before\:rounded-e-2xl{border-start-end-radius:1rem;border-end-end-radius:1rem}.group:before .group-before\:rounded-s-2xl{border-start-start-radius:1rem;border-end-start-radius:1rem}.group:before .group-before\:rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.group:before .group-before\:rounded-r-2xl{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.group:before .group-before\:rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.group:before .group-before\:rounded-l-2xl{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.group:before .group-before\:rounded-ss-2xl{border-start-start-radius:1rem}.group:before .group-before\:rounded-se-2xl{border-start-end-radius:1rem}.group:before .group-before\:rounded-ee-2xl{border-end-end-radius:1rem}.group:before .group-before\:rounded-es-2xl{border-end-start-radius:1rem}.group:before .group-before\:rounded-tl-2xl{border-top-left-radius:1rem}.group:before .group-before\:rounded-tr-2xl{border-top-right-radius:1rem}.group:before .group-before\:rounded-br-2xl{border-bottom-right-radius:1rem}.group:before .group-before\:rounded-3xl{border-radius:1.5rem}.group:before .group-before\:rounded-e-3xl{border-start-end-radius:1.5rem;border-end-end-radius:1.5rem}.group:before .group-before\:rounded-s-3xl{border-start-start-radius:1.5rem;border-end-start-radius:1.5rem}.group:before .group-before\:rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.group:before .group-before\:rounded-r-3xl{border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}.group:before .group-before\:rounded-b-3xl{border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem}.group:before .group-before\:rounded-l-3xl{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}.group:before .group-before\:rounded-ss-3xl{border-start-start-radius:1.5rem}.group:before .group-before\:rounded-se-3xl{border-start-end-radius:1.5rem}.group:before .group-before\:rounded-ee-3xl{border-end-end-radius:1.5rem}.group:before .group-before\:rounded-es-3xl{border-end-start-radius:1.5rem}.group:before .group-before\:rounded-tl-3xl{border-top-left-radius:1.5rem}.group:before .group-before\:rounded-tr-3xl{border-top-right-radius:1.5rem}.group:before .group-before\:rounded-br-3xl{border-bottom-right-radius:1.5rem}.group:before .group-before\:rounded-full{border-radius:9999px}.group:before .group-before\:rounded-e-full{border-start-end-radius:9999px;border-end-end-radius:9999px}.group:before .group-before\:rounded-s-full{border-start-start-radius:9999px;border-end-start-radius:9999px}.group:before .group-before\:rounded-t-full{border-top-left-radius:9999px;border-top-right-radius:9999px}.group:before .group-before\:rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.group:before .group-before\:rounded-b-full{border-bottom-right-radius:9999px;border-bottom-left-radius:9999px}.group:before .group-before\:rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.group:before .group-before\:rounded-ss-full{border-start-start-radius:9999px}.group:before .group-before\:rounded-se-full{border-start-end-radius:9999px}.group:before .group-before\:rounded-ee-full{border-end-end-radius:9999px}.group:before .group-before\:rounded-es-full{border-end-start-radius:9999px}.group:before .group-before\:rounded-tl-full{border-top-left-radius:9999px}.group:before .group-before\:rounded-tr-full{border-top-right-radius:9999px}.group:before .group-before\:rounded-br-full{border-bottom-right-radius:9999px}.group:before .group-before\:text-center{text-align:center}.group:before .group-before\:text-left{text-align:left}.group:before .group-before\:text-right{text-align:right}.group:before .group-before\:text-justify{text-align:justify}.group:before .group-before\:text-start{text-align:start}.group:before .group-before\:text-end{text-align:end}.group:before .group-before\:text-transparent{color:transparent}.group:before .group-before\:text-black{color:#000}.group:before .group-before\:text-white{color:#fff}.group:before .group-before\:text-slate-50{color:#f8fafc}.group:before .group-before\:text-slate-100{color:#f1f5f9}.group:before .group-before\:text-slate-200{color:#e2e8f0}.group:before .group-before\:text-slate-300{color:#cbd5e1}.group:before .group-before\:text-slate-400{color:#94a3b8}.group:before .group-before\:text-slate-500{color:#64748b}.group:before .group-before\:text-slate-600{color:#475569}.group:before .group-before\:text-slate-700{color:#334155}.group:before .group-before\:text-slate-800{color:#1e293b}.group:before .group-before\:text-slate-900{color:#0f172a}.group:before .group-before\:text-slate-950{color:#020617}.group:before .group-before\:text-gray-50{color:#f9fafb}.group:before .group-before\:text-gray-100{color:#f3f4f6}.group:before .group-before\:text-gray-200{color:#e5e7eb}.group:before .group-before\:text-gray-300{color:#d1d5db}.group:before .group-before\:text-gray-400{color:#9ca3af}.group:before .group-before\:text-gray-500{color:#6b7280}.group:before .group-before\:text-gray-600{color:#4b5563}.group:before .group-before\:text-gray-700{color:#374151}.group:before .group-before\:text-gray-800{color:#1f2937}.group:before .group-before\:text-gray-900{color:#111827}.group:before .group-before\:text-gray-950{color:#030712}.group:before .group-before\:text-zinc-50{color:#fafafa}.group:before .group-before\:text-zinc-100{color:#f4f4f5}.group:before .group-before\:text-zinc-200{color:#e4e4e7}.group:before .group-before\:text-zinc-300{color:#d4d4d8}.group:before .group-before\:text-zinc-400{color:#a1a1aa}.group:before .group-before\:text-zinc-500{color:#71717a}.group:before .group-before\:text-zinc-600{color:#52525b}.group:before .group-before\:text-zinc-700{color:#3f3f46}.group:before .group-before\:text-zinc-800{color:#27272a}.group:before .group-before\:text-zinc-900{color:#18181b}.group:before .group-before\:text-zinc-950{color:#09090b}.group:before .group-before\:text-neutral-50{color:#fafafa}.group:before .group-before\:text-neutral-100{color:#f5f5f5}.group:before .group-before\:text-neutral-200{color:#e5e5e5}.group:before .group-before\:text-neutral-300{color:#d4d4d4}.group:before .group-before\:text-neutral-400{color:#a3a3a3}.group:before .group-before\:text-neutral-500{color:#737373}.group:before .group-before\:text-neutral-600{color:#525252}.group:before .group-before\:text-neutral-700{color:#404040}.group:before .group-before\:text-neutral-800{color:#262626}.group:before .group-before\:text-neutral-900{color:#171717}.group:before .group-before\:text-neutral-950{color:#0a0a0a}.group:before .group-before\:text-stone-50{color:#fafaf9}.group:before .group-before\:text-stone-100{color:#f5f5f4}.group:before .group-before\:text-stone-200{color:#e7e5e4}.group:before .group-before\:text-stone-300{color:#d6d3d1}.group:before .group-before\:text-stone-400{color:#a8a29e}.group:before .group-before\:text-stone-500{color:#78716c}.group:before .group-before\:text-stone-600{color:#57534e}.group:before .group-before\:text-stone-700{color:#44403c}.group:before .group-before\:text-stone-800{color:#292524}.group:before .group-before\:text-stone-900{color:#1c1917}.group:before .group-before\:text-stone-950{color:#0c0a09}.group:before .group-before\:text-red-50{color:#fef2f2}.group:before .group-before\:text-red-100{color:#fee2e2}.group:before .group-before\:text-red-200{color:#fecaca}.group:before .group-before\:text-red-300{color:#fca5a5}.group:before .group-before\:text-red-400{color:#f87171}.group:before .group-before\:text-red-500{color:#ef4444}.group:before .group-before\:text-red-600{color:#dc2626}.group:before .group-before\:text-red-700{color:#b91c1c}.group:before .group-before\:text-red-800{color:#991b1b}.group:before .group-before\:text-red-900{color:#7f1d1d}.group:before .group-before\:text-red-950{color:#450a0a}.group:before .group-before\:text-orange-50{color:#fff7ed}.group:before .group-before\:text-orange-100{color:#ffedd5}.group:before .group-before\:text-orange-200{color:#fed7aa}.group:before .group-before\:text-orange-300{color:#fdba74}.group:before .group-before\:text-orange-400{color:#fb923c}.group:before .group-before\:text-orange-500{color:#f97316}.group:before .group-before\:text-orange-600{color:#ea580c}.group:before .group-before\:text-orange-700{color:#c2410c}.group:before .group-before\:text-orange-800{color:#9a3412}.group:before .group-before\:text-orange-900{color:#7c2d12}.group:before .group-before\:text-orange-950{color:#431407}.group:before .group-before\:text-amber-50{color:#fffbeb}.group:before .group-before\:text-amber-100{color:#fef3c7}.group:before .group-before\:text-amber-200{color:#fde68a}.group:before .group-before\:text-amber-300{color:#fcd34d}.group:before .group-before\:text-amber-400{color:#fbbf24}.group:before .group-before\:text-amber-500{color:#f59e0b}.group:before .group-before\:text-amber-600{color:#d97706}.group:before .group-before\:text-amber-700{color:#b45309}.group:before .group-before\:text-amber-800{color:#92400e}.group:before .group-before\:text-amber-900{color:#78350f}.group:before .group-before\:text-amber-950{color:#451a03}.group:before .group-before\:text-yellow-50{color:#fefce8}.group:before .group-before\:text-yellow-100{color:#fef9c3}.group:before .group-before\:text-yellow-200{color:#fef08a}.group:before .group-before\:text-yellow-300{color:#fde047}.group:before .group-before\:text-yellow-400{color:#facc15}.group:before .group-before\:text-yellow-500{color:#eab308}.group:before .group-before\:text-yellow-600{color:#ca8a04}.group:before .group-before\:text-yellow-700{color:#a16207}.group:before .group-before\:text-yellow-800{color:#854d0e}.group:before .group-before\:text-yellow-900{color:#713f12}.group:before .group-before\:text-yellow-950{color:#422006}.group:before .group-before\:text-lime-50{color:#f7fee7}.group:before .group-before\:text-lime-100{color:#ecfccb}.group:before .group-before\:text-lime-200{color:#d9f99d}.group:before .group-before\:text-lime-300{color:#bef264}.group:before .group-before\:text-lime-400{color:#a3e635}.group:before .group-before\:text-lime-500{color:#84cc16}.group:before .group-before\:text-lime-600{color:#65a30d}.group:before .group-before\:text-lime-700{color:#4d7c0f}.group:before .group-before\:text-lime-800{color:#3f6212}.group:before .group-before\:text-lime-900{color:#365314}.group:before .group-before\:text-lime-950{color:#1a2e05}.group:before .group-before\:text-green-50{color:#f0fdf4}.group:before .group-before\:text-green-100{color:#dcfce7}.group:before .group-before\:text-green-200{color:#bbf7d0}.group:before .group-before\:text-green-300{color:#86efac}.group:before .group-before\:text-green-400{color:#4ade80}.group:before .group-before\:text-green-500{color:#22c55e}.group:before .group-before\:text-green-600{color:#16a34a}.group:before .group-before\:text-green-700{color:#15803d}.group:before .group-before\:text-green-800{color:#166534}.group:before .group-before\:text-green-900{color:#14532d}.group:before .group-before\:text-green-950{color:#052e16}.group:before .group-before\:text-emerald-50{color:#ecfdf5}.group:before .group-before\:text-emerald-100{color:#d1fae5}.group:before .group-before\:text-emerald-200{color:#a7f3d0}.group:before .group-before\:text-emerald-300{color:#6ee7b7}.group:before .group-before\:text-emerald-400{color:#34d399}.group:before .group-before\:text-emerald-500{color:#10b981}.group:before .group-before\:text-emerald-600{color:#059669}.group:before .group-before\:text-emerald-700{color:#047857}.group:before .group-before\:text-emerald-800{color:#065f46}.group:before .group-before\:text-emerald-900{color:#064e3b}.group:before .group-before\:text-emerald-950{color:#022c22}.group:before .group-before\:text-teal-50{color:#f0fdfa}.group:before .group-before\:text-teal-100{color:#ccfbf1}.group:before .group-before\:text-teal-200{color:#99f6e4}.group:before .group-before\:text-teal-300{color:#5eead4}.group:before .group-before\:text-teal-400{color:#2dd4bf}.group:before .group-before\:text-teal-500{color:#14b8a6}.group:before .group-before\:text-teal-600{color:#0d9488}.group:before .group-before\:text-teal-700{color:#0f766e}.group:before .group-before\:text-teal-800{color:#115e59}.group:before .group-before\:text-teal-900{color:#134e4a}.group:before .group-before\:text-teal-950{color:#042f2e}.group:before .group-before\:text-cyan-50{color:#ecfeff}.group:before .group-before\:text-cyan-100{color:#cffafe}.group:before .group-before\:text-cyan-200{color:#a5f3fc}.group:before .group-before\:text-cyan-300{color:#67e8f9}.group:before .group-before\:text-cyan-400{color:#22d3ee}.group:before .group-before\:text-cyan-500{color:#06b6d4}.group:before .group-before\:text-cyan-600{color:#0891b2}.group:before .group-before\:text-cyan-700{color:#0e7490}.group:before .group-before\:text-cyan-800{color:#155e75}.group:before .group-before\:text-cyan-900{color:#164e63}.group:before .group-before\:text-cyan-950{color:#083344}.group:before .group-before\:text-sky-50{color:#f0f9ff}.group:before .group-before\:text-sky-100{color:#e0f2fe}.group:before .group-before\:text-sky-200{color:#bae6fd}.group:before .group-before\:text-sky-300{color:#7dd3fc}.group:before .group-before\:text-sky-400{color:#38bdf8}.group:before .group-before\:text-sky-500{color:#0ea5e9}.group:before .group-before\:text-sky-600{color:#0284c7}.group:before .group-before\:text-sky-700{color:#0369a1}.group:before .group-before\:text-sky-800{color:#075985}.group:before .group-before\:text-sky-900{color:#0c4a6e}.group:before .group-before\:text-sky-950{color:#082f49}.group:before .group-before\:text-blue-50{color:#eff6ff}.group:before .group-before\:text-blue-100{color:#dbeafe}.group:before .group-before\:text-blue-200{color:#bfdbfe}.group:before .group-before\:text-blue-300{color:#93c5fd}.group:before .group-before\:text-blue-400{color:#60a5fa}.group:before .group-before\:text-blue-500{color:#3b82f6}.group:before .group-before\:text-blue-600{color:#2563eb}.group:before .group-before\:text-blue-700{color:#1d4ed8}.group:before .group-before\:text-blue-800{color:#1e40af}.group:before .group-before\:text-blue-900{color:#1e3a8a}.group:before .group-before\:text-blue-950{color:#172554}.group:before .group-before\:text-indigo-50{color:#eef2ff}.group:before .group-before\:text-indigo-100{color:#e0e7ff}.group:before .group-before\:text-indigo-200{color:#c7d2fe}.group:before .group-before\:text-indigo-300{color:#a5b4fc}.group:before .group-before\:text-indigo-400{color:#818cf8}.group:before .group-before\:text-indigo-500{color:#6366f1}.group:before .group-before\:text-indigo-600{color:#4f46e5}.group:before .group-before\:text-indigo-700{color:#4338ca}.group:before .group-before\:text-indigo-800{color:#3730a3}.group:before .group-before\:text-indigo-900{color:#312e81}.group:before .group-before\:text-indigo-950{color:#1e1b4b}.group:before .group-before\:text-violet-50{color:#f5f3ff}.group:before .group-before\:text-violet-100{color:#ede9fe}.group:before .group-before\:text-violet-200{color:#ddd6fe}.group:before .group-before\:text-violet-300{color:#c4b5fd}.group:before .group-before\:text-violet-400{color:#a78bfa}.group:before .group-before\:text-violet-500{color:#8b5cf6}.group:before .group-before\:text-violet-600{color:#7c3aed}.group:before .group-before\:text-violet-700{color:#6d28d9}.group:before .group-before\:text-violet-800{color:#5b21b6}.group:before .group-before\:text-violet-900{color:#4c1d95}.group:before .group-before\:text-violet-950{color:#2e1065}.group:before .group-before\:text-purple-50{color:#faf5ff}.group:before .group-before\:text-purple-100{color:#f3e8ff}.group:before .group-before\:text-purple-200{color:#e9d5ff}.group:before .group-before\:text-purple-300{color:#d8b4fe}.group:before .group-before\:text-purple-400{color:#c084fc}.group:before .group-before\:text-purple-500{color:#a855f7}.group:before .group-before\:text-purple-600{color:#9333ea}.group:before .group-before\:text-purple-700{color:#7e22ce}.group:before .group-before\:text-purple-800{color:#6b21a8}.group:before .group-before\:text-purple-900{color:#581c87}.group:before .group-before\:text-purple-950{color:#3b0764}.group:before .group-before\:text-fuchsia-50{color:#fdf4ff}.group:before .group-before\:text-fuchsia-100{color:#fae8ff}.group:before .group-before\:text-fuchsia-200{color:#f5d0fe}.group:before .group-before\:text-fuchsia-300{color:#f0abfc}.group:before .group-before\:text-fuchsia-400{color:#e879f9}.group:before .group-before\:text-fuchsia-500{color:#d946ef}.group:before .group-before\:text-fuchsia-600{color:#c026d3}.group:before .group-before\:text-fuchsia-700{color:#a21caf}.group:before .group-before\:text-fuchsia-800{color:#86198f}.group:before .group-before\:text-fuchsia-900{color:#701a75}.group:before .group-before\:text-fuchsia-950{color:#4a044e}.group:before .group-before\:text-pink-50{color:#fdf2f8}.group:before .group-before\:text-pink-100{color:#fce7f3}.group:before .group-before\:text-pink-200{color:#fbcfe8}.group:before .group-before\:text-pink-300{color:#f9a8d4}.group:before .group-before\:text-pink-400{color:#f472b6}.group:before .group-before\:text-pink-500{color:#ec4899}.group:before .group-before\:text-pink-600{color:#db2777}.group:before .group-before\:text-pink-700{color:#be185d}.group:before .group-before\:text-pink-800{color:#9d174d}.group:before .group-before\:text-pink-900{color:#831843}.group:before .group-before\:text-pink-950{color:#500724}.group:before .group-before\:text-rose-50{color:#fff1f2}.group:before .group-before\:text-rose-100{color:#ffe4e6}.group:before .group-before\:text-rose-200{color:#fecdd3}.group:before .group-before\:text-rose-300{color:#fda4af}.group:before .group-before\:text-rose-400{color:#fb7185}.group:before .group-before\:text-rose-500{color:#f43f5e}.group:before .group-before\:text-rose-600{color:#e11d48}.group:before .group-before\:text-rose-700{color:#be123c}.group:before .group-before\:text-rose-800{color:#9f1239}.group:before .group-before\:text-rose-900{color:#881337}.group:before .group-before\:text-rose-950{color:#4c0519}.group:before .group-before\:text-primary{color:#3874ff}.group:before .group-before\:text-primary-bold{color:#002660}.group:before .group-before\:text-primary-hover{color:#003585}.group:before .group-before\:text-primary-border{color:#156ef3}.group:before .group-before\:text-primary-focus-lv1{color:#6492ff}.group:before .group-before\:text-primary-focus-lv2{color:#c7ddff}.group:before .group-before\:text-primary-bg-color{color:#f8fbff}.group:before .group-before\:text-success{color:#00bd7e}.group:before .group-before\:text-success-bold{color:#006c58}.group:before .group-before\:text-success-hover{color:#008d5e}.group:before .group-before\:text-success-border{color:#17e5a1}.group:before .group-before\:text-success-focus-lv1{color:#a9fbe0}.group:before .group-before\:text-success-bg-color{color:#ebfff8}.group:before .group-before\:text-warning{color:#ffb41f}.group:before .group-before\:text-warning-bold{color:#b77d09}.group:before .group-before\:text-warning-hover{color:#e39f17}.group:before .group-before\:text-warning-border{color:#f7c86a}.group:before .group-before\:text-warning-focus-lv1{color:#fbe0a9}.group:before .group-before\:text-warning-bg-color{color:#fff8eb}.group:before .group-before\:text-danger{color:#b20000}.group:before .group-before\:text-danger-bold{color:#920122}.group:before .group-before\:text-danger-hover{color:#c60833}.group:before .group-before\:text-danger-border{color:#f35370}.group:before .group-before\:text-danger-focus-lv1{color:#fdabb9}.group:before .group-before\:text-danger-bg-color{color:#fff1f4}.group:before .group-before\:text-info{color:#2668cb}.group:before .group-before\:text-info-bold{color:#023480}.group:before .group-before\:text-info-hover{color:#0f4eae}.group:before .group-before\:text-info-border{color:#679ef2}.group:before .group-before\:text-info-focus-lv1{color:#c1d9fd}.group:before .group-before\:text-info-bg-color{color:#f2f7ff}.group:before .group-before\:text-neutral-100{color:#1a1a1a}.group:before .group-before\:text-neutral-90{color:#424242}.group:before .group-before\:text-neutral-80{color:#616161}.group:before .group-before\:text-neutral-70{color:#757575}.group:before .group-before\:text-neutral-60{color:#9e9e9e}.group:before .group-before\:text-neutral-50{color:#c2c2c2}.group:before .group-before\:text-neutral-40{color:#e0e0e0}.group:before .group-before\:text-neutral-30{color:#ededed}.group:before .group-before\:text-neutral-20{color:#f5f5f5}.group:before .group-before\:text-base{color:#f5f7fa}.group:before .group-before\:text-extraLight{font-family:Mulish-ExtraLight,sans-serif}.group:before .group-before\:text-light{font-family:Mulish-Light,sans-serif}.group:before .group-before\:text-regular{font-family:Mulish-Regular,sans-serif}.group:before .group-before\:text-medium{font-family:Mulish-Medium,sans-serif}.group:before .group-before\:text-semiBold{font-family:Mulish-SemiBold,sans-serif}.group:before .group-before\:text-bold{font-family:Mulish-SemiBold,sans-serif}.group:before .group-before\:text-extraBold{font-family:Mulish-ExtraBold,sans-serif}.group:before .group-before\:text-black{font-family:Mulish-Black,sans-serif}.group:before .group-before\:text-blackItalic{font-family:Mulish-BlackItalic,sans-serif}.group:before .group-before\:text-boldItalic{font-family:Mulish-BoldItalic,sans-serif}.group:before .group-before\:text-extraBoldItalic{font-family:Mulish-ExtraBoldItalic,sans-serif}.group:before .group-before\:text-extraLightItalic{font-family:Mulish-ExtraLightItalic,sans-serif}.group:before .group-before\:text-italic{font-family:Mulish-Italic,sans-serif}.group:before .group-before\:text-lightItalic{font-family:Mulish-LightItalic,sans-serif}.group:before .group-before\:text-mediumItalic{font-family:Mulish-MediumItalic,sans-serif}.group:before .group-before\:text-semiBoldItalic{font-family:Mulish-SemiBoldItalic,sans-serif}.group:before .group-before\:top-0{top:0px}.group:before .group-before\:top-px{top:1px}.group:before .group-before\:top-1{top:.25rem}.group:before .group-before\:top-2{top:.5rem}.group:before .group-before\:top-3{top:.75rem}.group:before .group-before\:top-4{top:1rem}.group:before .group-before\:top-5{top:1.25rem}.group:before .group-before\:top-6{top:1.5rem}.group:before .group-before\:top-7{top:1.75rem}.group:before .group-before\:top-8{top:2rem}.group:before .group-before\:top-9{top:2.25rem}.group:before .group-before\:top-10{top:2.5rem}.group:before .group-before\:top-11{top:2.75rem}.group:before .group-before\:top-12{top:3rem}.group:before .group-before\:top-14{top:3.5rem}.group:before .group-before\:top-16{top:4rem}.group:before .group-before\:top-20{top:5rem}.group:before .group-before\:top-24{top:6rem}.group:before .group-before\:top-28{top:7rem}.group:before .group-before\:top-32{top:8rem}.group:before .group-before\:top-36{top:9rem}.group:before .group-before\:top-40{top:10rem}.group:before .group-before\:top-44{top:11rem}.group:before .group-before\:top-48{top:12rem}.group:before .group-before\:top-52{top:13rem}.group:before .group-before\:top-56{top:14rem}.group:before .group-before\:top-60{top:15rem}.group:before .group-before\:top-64{top:16rem}.group:before .group-before\:top-72{top:18rem}.group:before .group-before\:top-80{top:20rem}.group:before .group-before\:top-96{top:24rem}.group:before .group-before\:top-auto{top:auto}.group:before .group-before\:top-full{top:100%}.group:before .group-before\:top-screen{top:100vh}.group:before .group-before\:top-min{top:min-content}.group:before .group-before\:top-max{top:max-content}.group:before .group-before\:top-fit{top:fit-content}.group:before .group-before\:top-1\/2{top:50%}.group:before .group-before\:top-1\/3{top:33.333333%}.group:before .group-before\:top-1\/4{top:25%}.group:before .group-before\:top-1\/5{top:20%}.group:before .group-before\:top-1\/6{top:16.666667%}.group:before .group-before\:top-1\/12{top:8.333333%}.group:before .group-before\:bottom-0{bottom:0px}.group:before .group-before\:bottom-px{bottom:1px}.group:before .group-before\:bottom-1{bottom:.25rem}.group:before .group-before\:bottom-2{bottom:.5rem}.group:before .group-before\:bottom-3{bottom:.75rem}.group:before .group-before\:bottom-4{bottom:1rem}.group:before .group-before\:bottom-5{bottom:1.25rem}.group:before .group-before\:bottom-6{bottom:1.5rem}.group:before .group-before\:bottom-7{bottom:1.75rem}.group:before .group-before\:bottom-8{bottom:2rem}.group:before .group-before\:bottom-9{bottom:2.25rem}.group:before .group-before\:bottom-10{bottom:2.5rem}.group:before .group-before\:bottom-11{bottom:2.75rem}.group:before .group-before\:bottom-12{bottom:3rem}.group:before .group-before\:bottom-14{bottom:3.5rem}.group:before .group-before\:bottom-16{bottom:4rem}.group:before .group-before\:bottom-20{bottom:5rem}.group:before .group-before\:bottom-24{bottom:6rem}.group:before .group-before\:bottom-28{bottom:7rem}.group:before .group-before\:bottom-32{bottom:8rem}.group:before .group-before\:bottom-36{bottom:9rem}.group:before .group-before\:bottom-40{bottom:10rem}.group:before .group-before\:bottom-44{bottom:11rem}.group:before .group-before\:bottom-48{bottom:12rem}.group:before .group-before\:bottom-52{bottom:13rem}.group:before .group-before\:bottom-56{bottom:14rem}.group:before .group-before\:bottom-60{bottom:15rem}.group:before .group-before\:bottom-64{bottom:16rem}.group:before .group-before\:bottom-72{bottom:18rem}.group:before .group-before\:bottom-80{bottom:20rem}.group:before .group-before\:bottom-96{bottom:24rem}.group:before .group-before\:bottom-auto{bottom:auto}.group:before .group-before\:bottom-full{bottom:100%}.group:before .group-before\:bottom-screen{bottom:100vh}.group:before .group-before\:bottom-min{bottom:min-content}.group:before .group-before\:bottom-max{bottom:max-content}.group:before .group-before\:bottom-fit{bottom:fit-content}.group:before .group-before\:bottom-1\/2{bottom:50%}.group:before .group-before\:bottom-1\/3{bottom:33.333333%}.group:before .group-before\:bottom-1\/4{bottom:25%}.group:before .group-before\:bottom-1\/5{bottom:20%}.group:before .group-before\:bottom-1\/6{bottom:16.666667%}.group:before .group-before\:bottom-1\/12{bottom:8.333333%}.group:before .group-before\:right-0{right:0px}.group:before .group-before\:right-px{right:1px}.group:before .group-before\:right-1{right:.25rem}.group:before .group-before\:right-2{right:.5rem}.group:before .group-before\:right-3{right:.75rem}.group:before .group-before\:right-4{right:1rem}.group:before .group-before\:right-5{right:1.25rem}.group:before .group-before\:right-6{right:1.5rem}.group:before .group-before\:right-7{right:1.75rem}.group:before .group-before\:right-8{right:2rem}.group:before .group-before\:right-9{right:2.25rem}.group:before .group-before\:right-10{right:2.5rem}.group:before .group-before\:right-11{right:2.75rem}.group:before .group-before\:right-12{right:3rem}.group:before .group-before\:right-14{right:3.5rem}.group:before .group-before\:right-16{right:4rem}.group:before .group-before\:right-20{right:5rem}.group:before .group-before\:right-24{right:6rem}.group:before .group-before\:right-28{right:7rem}.group:before .group-before\:right-32{right:8rem}.group:before .group-before\:right-36{right:9rem}.group:before .group-before\:right-40{right:10rem}.group:before .group-before\:right-44{right:11rem}.group:before .group-before\:right-48{right:12rem}.group:before .group-before\:right-52{right:13rem}.group:before .group-before\:right-56{right:14rem}.group:before .group-before\:right-60{right:15rem}.group:before .group-before\:right-64{right:16rem}.group:before .group-before\:right-72{right:18rem}.group:before .group-before\:right-80{right:20rem}.group:before .group-before\:right-96{right:24rem}.group:before .group-before\:right-auto{right:auto}.group:before .group-before\:right-full{right:100%}.group:before .group-before\:right-screen{right:100vh}.group:before .group-before\:right-min{right:min-content}.group:before .group-before\:right-max{right:max-content}.group:before .group-before\:right-fit{right:fit-content}.group:before .group-before\:right-1\/2{right:50%}.group:before .group-before\:right-1\/3{right:33.333333%}.group:before .group-before\:right-1\/4{right:25%}.group:before .group-before\:right-1\/5{right:20%}.group:before .group-before\:right-1\/6{right:16.666667%}.group:before .group-before\:right-1\/12{right:8.333333%}.group:before .group-before\:left-0{left:0px}.group:before .group-before\:left-px{left:1px}.group:before .group-before\:left-1{left:.25rem}.group:before .group-before\:left-2{left:.5rem}.group:before .group-before\:left-3{left:.75rem}.group:before .group-before\:left-4{left:1rem}.group:before .group-before\:left-5{left:1.25rem}.group:before .group-before\:left-6{left:1.5rem}.group:before .group-before\:left-7{left:1.75rem}.group:before .group-before\:left-8{left:2rem}.group:before .group-before\:left-9{left:2.25rem}.group:before .group-before\:left-10{left:2.5rem}.group:before .group-before\:left-11{left:2.75rem}.group:before .group-before\:left-12{left:3rem}.group:before .group-before\:left-14{left:3.5rem}.group:before .group-before\:left-16{left:4rem}.group:before .group-before\:left-20{left:5rem}.group:before .group-before\:left-24{left:6rem}.group:before .group-before\:left-28{left:7rem}.group:before .group-before\:left-32{left:8rem}.group:before .group-before\:left-36{left:9rem}.group:before .group-before\:left-40{left:10rem}.group:before .group-before\:left-44{left:11rem}.group:before .group-before\:left-48{left:12rem}.group:before .group-before\:left-52{left:13rem}.group:before .group-before\:left-56{left:14rem}.group:before .group-before\:left-60{left:15rem}.group:before .group-before\:left-64{left:16rem}.group:before .group-before\:left-72{left:18rem}.group:before .group-before\:left-80{left:20rem}.group:before .group-before\:left-96{left:24rem}.group:before .group-before\:left-auto{left:auto}.group:before .group-before\:left-full{left:100%}.group:before .group-before\:left-screen{left:100vh}.group:before .group-before\:left-min{left:min-content}.group:before .group-before\:left-max{left:max-content}.group:before .group-before\:left-fit{left:fit-content}.group:before .group-before\:left-1\/2{left:50%}.group:before .group-before\:left-1\/3{left:33.333333%}.group:before .group-before\:left-1\/4{left:25%}.group:before .group-before\:left-1\/5{left:20%}.group:before .group-before\:left-1\/6{left:16.666667%}.group:before .group-before\:left-1\/12{left:8.333333%}.group:before .group-before\:z-0{z-index:0}.group:before .group-before\:z-10{z-index:10}.group:before .group-before\:z-20{z-index:20}.group:before .group-before\:z-30{z-index:30}.group:before .group-before\:z-40{z-index:40}.group:before .group-before\:z-50{z-index:50}.group:before .group-before\:z-auto{z-index:auto}.group:before .group-before\:m-auto{margin:auto}.group:before .group-before\:ml-auto{margin-left:auto}.group:before .group-before\:mr-auto{margin-right:auto}.group:before .group-before\:mx-auto{margin:0 auto}.group:before .group-before\:my-auto{margin:auto 0}.group:before .group-before\:mb-auto{margin-bottom:auto}.group:before .group-before\:mt-auto{margin-top:auto}.group:before .group-before\:m-0{margin:0}.group:before .group-before\:ml-0{margin-left:0}.group:before .group-before\:mr-0{margin-right:0}.group:before .group-before\:mx-0{margin:0}.group:before .group-before\:my-0{margin:0}.group:before .group-before\:mb-0{margin-bottom:0}.group:before .group-before\:mt-0{margin-top:0}.group:before .group-before\:m-1{margin:.25rem}.group:before .group-before\:ml-1{margin-left:.25rem}.group:before .group-before\:mr-1{margin-right:.25rem}.group:before .group-before\:mx-1{margin:0px .25rem}.group:before .group-before\:my-1{margin:.25rem 0px}.group:before .group-before\:mb-1{margin-bottom:.25rem}.group:before .group-before\:mt-1{margin-top:.25rem}.group:before .group-before\:m-2{margin:.5rem}.group:before .group-before\:ml-2{margin-left:.5rem}.group:before .group-before\:mr-2{margin-right:.5rem}.group:before .group-before\:mx-2{margin:0px .5rem}.group:before .group-before\:my-2{margin:.5rem 0px}.group:before .group-before\:mb-2{margin-bottom:.5rem}.group:before .group-before\:mt-2{margin-top:.5rem}.group:before .group-before\:m-3{margin:.75rem}.group:before .group-before\:ml-3{margin-left:.75rem}.group:before .group-before\:mr-3{margin-right:.75rem}.group:before .group-before\:mx-3{margin:0px .75rem}.group:before .group-before\:my-3{margin:.75rem 0px}.group:before .group-before\:mb-3{margin-bottom:.75rem}.group:before .group-before\:mt-3{margin-top:.75rem}.group:before .group-before\:m-4{margin:1rem}.group:before .group-before\:ml-4{margin-left:1rem}.group:before .group-before\:mr-4{margin-right:1rem}.group:before .group-before\:mx-4{margin:0px 1rem}.group:before .group-before\:my-4{margin:1rem 0px}.group:before .group-before\:mb-4{margin-bottom:1rem}.group:before .group-before\:mt-4{margin-top:1rem}.group:before .group-before\:m-5{margin:1.25rem}.group:before .group-before\:ml-5{margin-left:1.25rem}.group:before .group-before\:mr-5{margin-right:1.25rem}.group:before .group-before\:mx-5{margin:0px 1.25rem}.group:before .group-before\:my-5{margin:1.25rem 0px}.group:before .group-before\:mb-5{margin-bottom:1.25rem}.group:before .group-before\:mt-5{margin-top:1.25rem}.group:before .group-before\:m-6{margin:1.5rem}.group:before .group-before\:ml-6{margin-left:1.5rem}.group:before .group-before\:mr-6{margin-right:1.5rem}.group:before .group-before\:mx-6{margin:0px 1.5rem}.group:before .group-before\:my-6{margin:1.5rem 0px}.group:before .group-before\:mb-6{margin-bottom:1.5rem}.group:before .group-before\:mt-6{margin-top:1.5rem}.group:before .group-before\:m-7{margin:1.75rem}.group:before .group-before\:ml-7{margin-left:1.75rem}.group:before .group-before\:mr-7{margin-right:1.75rem}.group:before .group-before\:mx-7{margin:0px 1.75rem}.group:before .group-before\:my-7{margin:1.75rem 0px}.group:before .group-before\:mb-7{margin-bottom:1.75rem}.group:before .group-before\:mt-7{margin-top:1.75rem}.group:before .group-before\:m-8{margin:2rem}.group:before .group-before\:ml-8{margin-left:2rem}.group:before .group-before\:mr-8{margin-right:2rem}.group:before .group-before\:mx-8{margin:0px 2rem}.group:before .group-before\:my-8{margin:2rem 0px}.group:before .group-before\:mb-8{margin-bottom:2rem}.group:before .group-before\:mt-8{margin-top:2rem}.group:before .group-before\:m-9{margin:2.25rem}.group:before .group-before\:ml-9{margin-left:2.25rem}.group:before .group-before\:mr-9{margin-right:2.25rem}.group:before .group-before\:mx-9{margin:0px 2.25rem}.group:before .group-before\:my-9{margin:2.25rem 0px}.group:before .group-before\:mb-9{margin-bottom:2.25rem}.group:before .group-before\:mt-9{margin-top:2.25rem}.group:before .group-before\:m-10{margin:2.5rem}.group:before .group-before\:ml-10{margin-left:2.5rem}.group:before .group-before\:mr-10{margin-right:2.5rem}.group:before .group-before\:mx-10{margin:0px 2.5rem}.group:before .group-before\:my-10{margin:2.5rem 0px}.group:before .group-before\:mb-10{margin-bottom:2.5rem}.group:before .group-before\:mt-10{margin-top:2.5rem}.group:before .group-before\:m-11{margin:2.75rem}.group:before .group-before\:ml-11{margin-left:2.75rem}.group:before .group-before\:mr-11{margin-right:2.75rem}.group:before .group-before\:mx-11{margin:0px 2.75rem}.group:before .group-before\:my-11{margin:2.75rem 0px}.group:before .group-before\:mb-11{margin-bottom:2.75rem}.group:before .group-before\:mt-11{margin-top:2.75rem}.group:before .group-before\:m-12{margin:3rem}.group:before .group-before\:ml-12{margin-left:3rem}.group:before .group-before\:mr-12{margin-right:3rem}.group:before .group-before\:mx-12{margin:0px 3rem}.group:before .group-before\:my-12{margin:3rem 0px}.group:before .group-before\:mb-12{margin-bottom:3rem}.group:before .group-before\:mt-12{margin-top:3rem}.group:before .group-before\:m-14{margin:3.5rem}.group:before .group-before\:ml-14{margin-left:3.5rem}.group:before .group-before\:mr-14{margin-right:3.5rem}.group:before .group-before\:mx-14{margin:0px 3.5rem}.group:before .group-before\:my-14{margin:3.5rem 0px}.group:before .group-before\:mb-14{margin-bottom:3.5rem}.group:before .group-before\:mt-14{margin-top:3.5rem}.group:before .group-before\:m-16{margin:4rem}.group:before .group-before\:ml-16{margin-left:4rem}.group:before .group-before\:mr-16{margin-right:4rem}.group:before .group-before\:mx-16{margin:0px 4rem}.group:before .group-before\:my-16{margin:4rem 0px}.group:before .group-before\:mb-16{margin-bottom:4rem}.group:before .group-before\:mt-16{margin-top:4rem}.group:before .group-before\:m-20{margin:5rem}.group:before .group-before\:ml-20{margin-left:5rem}.group:before .group-before\:mr-20{margin-right:5rem}.group:before .group-before\:mx-20{margin:0px 5rem}.group:before .group-before\:my-20{margin:5rem 0px}.group:before .group-before\:mb-20{margin-bottom:5rem}.group:before .group-before\:mt-20{margin-top:5rem}.group:before .group-before\:m-24{margin:6rem}.group:before .group-before\:ml-24{margin-left:6rem}.group:before .group-before\:mr-24{margin-right:6rem}.group:before .group-before\:mx-24{margin:0px 6rem}.group:before .group-before\:my-24{margin:6rem 0px}.group:before .group-before\:mb-24{margin-bottom:6rem}.group:before .group-before\:mt-24{margin-top:6rem}.group:before .group-before\:m-28{margin:7rem}.group:before .group-before\:ml-28{margin-left:7rem}.group:before .group-before\:mr-28{margin-right:7rem}.group:before .group-before\:mx-28{margin:0px 7rem}.group:before .group-before\:my-28{margin:7rem 0px}.group:before .group-before\:mb-28{margin-bottom:7rem}.group:before .group-before\:mt-28{margin-top:7rem}.group:before .group-before\:m-32{margin:8rem}.group:before .group-before\:ml-32{margin-left:8rem}.group:before .group-before\:mr-32{margin-right:8rem}.group:before .group-before\:mx-32{margin:0px 8rem}.group:before .group-before\:my-32{margin:8rem 0px}.group:before .group-before\:mb-32{margin-bottom:8rem}.group:before .group-before\:mt-32{margin-top:8rem}.group:before .group-before\:m-36{margin:9rem}.group:before .group-before\:ml-36{margin-left:9rem}.group:before .group-before\:mr-36{margin-right:9rem}.group:before .group-before\:mx-36{margin:0px 9rem}.group:before .group-before\:my-36{margin:9rem 0px}.group:before .group-before\:mb-36{margin-bottom:9rem}.group:before .group-before\:mt-36{margin-top:9rem}.group:before .group-before\:m-40{margin:10rem}.group:before .group-before\:ml-40{margin-left:10rem}.group:before .group-before\:mr-40{margin-right:10rem}.group:before .group-before\:mx-40{margin:0px 10rem}.group:before .group-before\:my-40{margin:10rem 0px}.group:before .group-before\:mb-40{margin-bottom:10rem}.group:before .group-before\:mt-40{margin-top:10rem}.group:before .group-before\:m-44{margin:11rem}.group:before .group-before\:ml-44{margin-left:11rem}.group:before .group-before\:mr-44{margin-right:11rem}.group:before .group-before\:mx-44{margin:0px 11rem}.group:before .group-before\:my-44{margin:11rem 0px}.group:before .group-before\:mb-44{margin-bottom:11rem}.group:before .group-before\:mt-44{margin-top:11rem}.group:before .group-before\:m-48{margin:12rem}.group:before .group-before\:ml-48{margin-left:12rem}.group:before .group-before\:mr-48{margin-right:12rem}.group:before .group-before\:mx-48{margin:0px 12rem}.group:before .group-before\:my-48{margin:12rem 0px}.group:before .group-before\:mb-48{margin-bottom:12rem}.group:before .group-before\:mt-48{margin-top:12rem}.group:before .group-before\:m-52{margin:13rem}.group:before .group-before\:ml-52{margin-left:13rem}.group:before .group-before\:mr-52{margin-right:13rem}.group:before .group-before\:mx-52{margin:0px 13rem}.group:before .group-before\:my-52{margin:13rem 0px}.group:before .group-before\:mb-52{margin-bottom:13rem}.group:before .group-before\:mt-52{margin-top:13rem}.group:before .group-before\:m-56{margin:14rem}.group:before .group-before\:ml-56{margin-left:14rem}.group:before .group-before\:mr-56{margin-right:14rem}.group:before .group-before\:mx-56{margin:0px 14rem}.group:before .group-before\:my-56{margin:14rem 0px}.group:before .group-before\:mb-56{margin-bottom:14rem}.group:before .group-before\:mt-56{margin-top:14rem}.group:before .group-before\:m-60{margin:15rem}.group:before .group-before\:ml-60{margin-left:15rem}.group:before .group-before\:mr-60{margin-right:15rem}.group:before .group-before\:mx-60{margin:0px 15rem}.group:before .group-before\:my-60{margin:15rem 0px}.group:before .group-before\:mb-60{margin-bottom:15rem}.group:before .group-before\:mt-60{margin-top:15rem}.group:before .group-before\:m-64{margin:16rem}.group:before .group-before\:ml-64{margin-left:16rem}.group:before .group-before\:mr-64{margin-right:16rem}.group:before .group-before\:mx-64{margin:0px 16rem}.group:before .group-before\:my-64{margin:16rem 0px}.group:before .group-before\:mb-64{margin-bottom:16rem}.group:before .group-before\:mt-64{margin-top:16rem}.group:before .group-before\:m-72{margin:18rem}.group:before .group-before\:ml-72{margin-left:18rem}.group:before .group-before\:mr-72{margin-right:18rem}.group:before .group-before\:mx-72{margin:0px 18rem}.group:before .group-before\:my-72{margin:18rem 0px}.group:before .group-before\:mb-72{margin-bottom:18rem}.group:before .group-before\:mt-72{margin-top:18rem}.group:before .group-before\:m-80{margin:20rem}.group:before .group-before\:ml-80{margin-left:20rem}.group:before .group-before\:mr-80{margin-right:20rem}.group:before .group-before\:mx-80{margin:0px 20rem}.group:before .group-before\:my-80{margin:20rem 0px}.group:before .group-before\:mb-80{margin-bottom:20rem}.group:before .group-before\:mt-80{margin-top:20rem}.group:before .group-before\:m-96{margin:24rem}.group:before .group-before\:ml-96{margin-left:24rem}.group:before .group-before\:mr-96{margin-right:24rem}.group:before .group-before\:mx-96{margin:0px 24rem}.group:before .group-before\:my-96{margin:24rem 0px}.group:before .group-before\:mb-96{margin-bottom:24rem}.group:before .group-before\:mt-96{margin-top:24rem}.group:before .group-before\:gap-0{gap:0px}.group:before .group-before\:gap-1{gap:.25rem}.group:before .group-before\:gap-2{gap:.5rem}.group:before .group-before\:gap-3{gap:.75rem}.group:before .group-before\:gap-4{gap:1rem}.group:before .group-before\:gap-5{gap:1.25rem}.group:before .group-before\:gap-6{gap:1.5rem}.group:before .group-before\:gap-7{gap:1.75rem}.group:before .group-before\:gap-8{gap:2rem}.group:before .group-before\:gap-9{gap:2.25rem}.group:before .group-before\:gap-10{gap:2.5rem}.group:before .group-before\:gap-11{gap:2.75rem}.group:before .group-before\:gap-12{gap:3rem}.group:before .group-before\:gap-14{gap:3.5rem}.group:before .group-before\:gap-16{gap:4rem}.group:before .group-before\:gap-20{gap:5rem}.group:before .group-before\:gap-24{gap:6rem}.group:before .group-before\:gap-28{gap:7rem}.group:before .group-before\:gap-32{gap:8rem}.group:before .group-before\:gap-36{gap:9rem}.group:before .group-before\:gap-40{gap:10rem}.group:before .group-before\:gap-44{gap:11rem}.group:before .group-before\:gap-48{gap:12rem}.group:before .group-before\:gap-52{gap:13rem}.group:before .group-before\:gap-56{gap:14rem}.group:before .group-before\:gap-60{gap:15rem}.group:before .group-before\:gap-64{gap:16rem}.group:before .group-before\:gap-72{gap:18rem}.group:before .group-before\:gap-80{gap:20rem}.group:before .group-before\:gap-96{gap:24rem}.group:before .group-before\:justify-center{justify-content:center}.group:before .group-before\:justify-end{justify-content:end}.group:before .group-before\:justify-start{justify-content:start}.group:before .group-before\:justify-between{justify-content:space-between}.group:before .group-before\:justify-baseline{justify-content:baseline}.group:before .group-before\:justify-around{justify-content:space-around}.group:before .group-before\:justify-evenly{justify-content:space-evenly}.group:before .group-before\:items-center{align-items:center}.group:before .group-before\:items-baseline{align-items:baseline}.group:before .group-before\:items-end{align-items:flex-end}.group:before .group-before\:items-start{align-items:flex-start}.group:before .group-before\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.group:before .group-before\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.group:before .group-before\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.group:before .group-before\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.group:before .group-before\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.group:before .group-before\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.group:before .group-before\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.group:before .group-before\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.group:before .group-before\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.group:before .group-before\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.group:before .group-before\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.group:before .group-before\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.group:before .group-before\:grid-cols-none{grid-template-columns:none}.group:before .group-before\:object-contain{object-fit:contain}.group:before .group-before\:object-cover{object-fit:cover}.group:before .group-before\:object-fill{object-fit:fill}.group:before .group-before\:object-none{object-fit:none}.group:before .group-before\:object-scale-down{object-fit:scale-down}.group:before .group-before\:backdrop-blur-none{backdrop-filter:blur(0)}.group:before .group-before\:backdrop-blur-sm{backdrop-filter:blur(4px)}.group:before .group-before\:backdrop-blur{backdrop-filter:blur(8px)}.group:before .group-before\:backdrop-blur-md{backdrop-filter:blur(12px)}.group:before .group-before\:backdrop-blur-lg{backdrop-filter:blur(16px)}.group:before .group-before\:backdrop-blur-xl{backdrop-filter:blur(24px)}.group:before .group-before\:backdrop-blur-2xl{backdrop-filter:blur(40px)}.group:before .group-before\:backdrop-blur-3xl{backdrop-filter:blur(64px)}.group:before .group-before\:col-auto{grid-column:auto}.group:before .group-before\:col-span-1{grid-column:span 1/span 1}.group:before .group-before\:col-span-2{grid-column:span 2/span 2}.group:before .group-before\:col-span-3{grid-column:span 3/span 3}.group:before .group-before\:col-span-4{grid-column:span 4/span 4}.group:before .group-before\:col-span-5{grid-column:span 5/span 5}.group:before .group-before\:col-span-6{grid-column:span 6/span 6}.group:before .group-before\:col-span-7{grid-column:span 7/span 7}.group:before .group-before\:col-span-8{grid-column:span 8/span 8}.group:before .group-before\:col-span-9{grid-column:span 9/span 9}.group:before .group-before\:col-span-10{grid-column:span 10/span 10}.group:before .group-before\:col-span-11{grid-column:span 11/span 11}.group:before .group-before\:col-span-12{grid-column:span 12/span 12}.group:before .group-before\:col-start-1{grid-column-start:1}.group:before .group-before\:col-start-2{grid-column-start:2}.group:before .group-before\:col-start-3{grid-column-start:3}.group:before .group-before\:col-start-4{grid-column-start:4}.group:before .group-before\:col-start-5{grid-column-start:5}.group:before .group-before\:col-start-6{grid-column-start:6}.group:before .group-before\:col-start-7{grid-column-start:7}.group:before .group-before\:col-start-8{grid-column-start:8}.group:before .group-before\:col-start-9{grid-column-start:9}.group:before .group-before\:col-start-10{grid-column-start:10}.group:before .group-before\:col-start-11{grid-column-start:11}.group:before .group-before\:col-start-12{grid-column-start:12}.group:before .group-before\:col-start-13{grid-column-start:13}.group:before .group-before\:col-start-auto{grid-column-start:auto}.group:before .group-before\:col-end-1{grid-column-end:1}.group:before .group-before\:col-end-2{grid-column-end:2}.group:before .group-before\:col-end-3{grid-column-end:3}.group:before .group-before\:col-end-4{grid-column-end:4}.group:before .group-before\:col-end-5{grid-column-end:5}.group:before .group-before\:col-end-6{grid-column-end:6}.group:before .group-before\:col-end-7{grid-column-end:7}.group:before .group-before\:col-end-8{grid-column-end:8}.group:before .group-before\:col-end-9{grid-column-end:9}.group:before .group-before\:col-end-10{grid-column-end:10}.group:before .group-before\:col-end-11{grid-column-end:11}.group:before .group-before\:col-end-12{grid-column-end:12}.group:before .group-before\:col-end-13{grid-column-end:13}.group:before .group-before\:col-end-auto{grid-column-end:auto}.group:before .group-before\:indent-0{text-indent:0px}.group:before .group-before\:indent-px{text-indent:1px}.group:before .group-before\:indent-1{text-indent:.25rem}.group:before .group-before\:indent-2{text-indent:.5rem}.group:before .group-before\:indent-3{text-indent:.75rem}.group:before .group-before\:indent-4{text-indent:1rem}.group:before .group-before\:indent-5{text-indent:1.25rem}.group:before .group-before\:indent-6{text-indent:1.5rem}.group:before .group-before\:indent-7{text-indent:1.75rem}.group:before .group-before\:indent-8{text-indent:2rem}.group:before .group-before\:indent-9{text-indent:2.25rem}.group:before .group-before\:indent-10{text-indent:2.5rem}.group:before .group-before\:indent-11{text-indent:2.75rem}.group:before .group-before\:indent-12{text-indent:3rem}.group:before .group-before\:indent-14{text-indent:3.5rem}.group:before .group-before\:indent-16{text-indent:4rem}.group:before .group-before\:indent-20{text-indent:5rem}.group:before .group-before\:indent-24{text-indent:6rem}.group:before .group-before\:indent-28{text-indent:7rem}.group:before .group-before\:indent-32{text-indent:8rem}.group:before .group-before\:indent-36{text-indent:9rem}.group:before .group-before\:indent-40{text-indent:10rem}.group:before .group-before\:indent-44{text-indent:11rem}.group:before .group-before\:indent-48{text-indent:12rem}.group:before .group-before\:indent-52{text-indent:13rem}.group:before .group-before\:indent-56{text-indent:14rem}.group:before .group-before\:indent-60{text-indent:15rem}.group:before .group-before\:indent-64{text-indent:16rem}.group:before .group-before\:indent-72{text-indent:18rem}.group:before .group-before\:indent-80{text-indent:20rem}.group:before .group-before\:indent-96{text-indent:24rem}.group:before .group-before\:indent-0\.5{text-transform:.125rem}.group:before .group-before\:indent-1\.5{text-transform:.375rem}.group:before .group-before\:indent-2\.5{text-transform:.625rem}.group:before .group-before\:indent-3\.5{text-transform:.875rem}.group:before .group-before\: .underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.group:before .group-before\: .overline{-webkit-text-decoration-line:overline;text-decoration-line:overline}.group:before .group-before\: .through{-webkit-text-decoration-line:line-through;text-decoration-line:line-through}.group:before .group-before\: .none{-webkit-text-decoration-line:none;text-decoration-line:none}.group:before .group-before\: .uppercase{text-transform:uppercase}.group:before .group-before\: .lowercase{text-transform:lowercase}.group:before .group-before\: .capitalize{text-transform:capitalize}.group:before .group-before\: .normal-case{text-transform:none}.group:before .group-before\:shadow-2-12{box-shadow:0 2px 4px #0000001f}.group:before .group-before\:shadow-4-10{box-shadow:0 4px 8px #0000001a}.group:before .group-before\:shadow-6-10{box-shadow:0 6px 12px #0000001a}.group:before .group-before\:shadow-6-8{box-shadow:0 8px 16px #00000014}.group:before .group-before\:shadow-primary{box-shadow:0 0 0 1px #6492ff}.group:before .group-before\:shadow-danger{box-shadow:0 0 0 1px #fdabb9}.group:before .group-before\:shadow-warning{box-shadow:0 0 0 1px #fbe0a9}.group:before .group-before\:shadow-info{box-shadow:0 0 0 1px #c1d9fd}.group:before .group-before\:shadow-success{box-shadow:0 0 0 1px #c1d9fd}.group:before .group-before\:shadow-loading{box-shadow:0 0 0 1px #757575}.group:before .group-before\:shadow-header{box-shadow:0 2px 4px #0000001f}.group:before .group-before\:shadow-none{box-shadow:none}.group:before .group-before\:button-extraSm{padding:6px 16px}.group:before .group-before\:button-normal{padding:16px 32px}@media screen and (max-width: 375px){.sm\:bg-transparent{background-color:transparent}}@media screen and (max-width: 375px){.sm\:bg-transparent\/0{background-color:#0000}}@media screen and (max-width: 375px){.sm\:bg-transparent\/10{background-color:#0000001a}}@media screen and (max-width: 375px){.sm\:bg-transparent\/20{background-color:#0003}}@media screen and (max-width: 375px){.sm\:bg-transparent\/30{background-color:#0000004d}}@media screen and (max-width: 375px){.sm\:bg-transparent\/40{background-color:#0006}}@media screen and (max-width: 375px){.sm\:bg-transparent\/50{background-color:#00000080}}@media screen and (max-width: 375px){.sm\:bg-transparent\/60{background-color:#0009}}@media screen and (max-width: 375px){.sm\:bg-transparent\/70{background-color:#000000b3}}@media screen and (max-width: 375px){.sm\:bg-transparent\/75{background-color:#000000bf}}@media screen and (max-width: 375px){.sm\:bg-transparent\/80{background-color:#000c}}@media screen and (max-width: 375px){.sm\:bg-transparent\/90{background-color:#000000e6}}@media screen and (max-width: 375px){.sm\:bg-black{background-color:#000}}@media screen and (max-width: 375px){.sm\:bg-black\/0{background-color:#0000}}@media screen and (max-width: 375px){.sm\:bg-black\/10{background-color:#0000001a}}@media screen and (max-width: 375px){.sm\:bg-black\/20{background-color:#0003}}@media screen and (max-width: 375px){.sm\:bg-black\/30{background-color:#0000004d}}@media screen and (max-width: 375px){.sm\:bg-black\/40{background-color:#0006}}@media screen and (max-width: 375px){.sm\:bg-black\/50{background-color:#00000080}}@media screen and (max-width: 375px){.sm\:bg-black\/60{background-color:#0009}}@media screen and (max-width: 375px){.sm\:bg-black\/70{background-color:#000000b3}}@media screen and (max-width: 375px){.sm\:bg-black\/75{background-color:#000000bf}}@media screen and (max-width: 375px){.sm\:bg-black\/80{background-color:#000c}}@media screen and (max-width: 375px){.sm\:bg-black\/90{background-color:#000000e6}}@media screen and (max-width: 375px){.sm\:bg-white{background-color:#fff}}@media screen and (max-width: 375px){.sm\:bg-white\/0{background-color:#fff0}}@media screen and (max-width: 375px){.sm\:bg-white\/10{background-color:#ffffff1a}}@media screen and (max-width: 375px){.sm\:bg-white\/20{background-color:#fff3}}@media screen and (max-width: 375px){.sm\:bg-white\/30{background-color:#ffffff4d}}@media screen and (max-width: 375px){.sm\:bg-white\/40{background-color:#fff6}}@media screen and (max-width: 375px){.sm\:bg-white\/50{background-color:#ffffff80}}@media screen and (max-width: 375px){.sm\:bg-white\/60{background-color:#fff9}}@media screen and (max-width: 375px){.sm\:bg-white\/70{background-color:#ffffffb3}}@media screen and (max-width: 375px){.sm\:bg-white\/75{background-color:#ffffffbf}}@media screen and (max-width: 375px){.sm\:bg-white\/80{background-color:#fffc}}@media screen and (max-width: 375px){.sm\:bg-white\/90{background-color:#ffffffe6}}@media screen and (max-width: 375px){.sm\:bg-slate-50{background-color:#f8fafc}}@media screen and (max-width: 375px){.sm\:bg-slate-50\/0{background-color:#f8fafc00}}@media screen and (max-width: 375px){.sm\:bg-slate-50\/10{background-color:#f8fafc1a}}@media screen and (max-width: 375px){.sm\:bg-slate-50\/20{background-color:#f8fafc33}}@media screen and (max-width: 375px){.sm\:bg-slate-50\/30{background-color:#f8fafc4d}}@media screen and (max-width: 375px){.sm\:bg-slate-50\/40{background-color:#f8fafc66}}@media screen and (max-width: 375px){.sm\:bg-slate-50\/50{background-color:#f8fafc80}}@media screen and (max-width: 375px){.sm\:bg-slate-50\/60{background-color:#f8fafc99}}@media screen and (max-width: 375px){.sm\:bg-slate-50\/70{background-color:#f8fafcb3}}@media screen and (max-width: 375px){.sm\:bg-slate-50\/75{background-color:#f8fafcbf}}@media screen and (max-width: 375px){.sm\:bg-slate-50\/80{background-color:#f8fafccc}}@media screen and (max-width: 375px){.sm\:bg-slate-50\/90{background-color:#f8fafce6}}@media screen and (max-width: 375px){.sm\:bg-slate-100{background-color:#f1f5f9}}@media screen and (max-width: 375px){.sm\:bg-slate-100\/0{background-color:#f1f5f900}}@media screen and (max-width: 375px){.sm\:bg-slate-100\/10{background-color:#f1f5f91a}}@media screen and (max-width: 375px){.sm\:bg-slate-100\/20{background-color:#f1f5f933}}@media screen and (max-width: 375px){.sm\:bg-slate-100\/30{background-color:#f1f5f94d}}@media screen and (max-width: 375px){.sm\:bg-slate-100\/40{background-color:#f1f5f966}}@media screen and (max-width: 375px){.sm\:bg-slate-100\/50{background-color:#f1f5f980}}@media screen and (max-width: 375px){.sm\:bg-slate-100\/60{background-color:#f1f5f999}}@media screen and (max-width: 375px){.sm\:bg-slate-100\/70{background-color:#f1f5f9b3}}@media screen and (max-width: 375px){.sm\:bg-slate-100\/75{background-color:#f1f5f9bf}}@media screen and (max-width: 375px){.sm\:bg-slate-100\/80{background-color:#f1f5f9cc}}@media screen and (max-width: 375px){.sm\:bg-slate-100\/90{background-color:#f1f5f9e6}}@media screen and (max-width: 375px){.sm\:bg-slate-200{background-color:#e2e8f0}}@media screen and (max-width: 375px){.sm\:bg-slate-200\/0{background-color:#e2e8f000}}@media screen and (max-width: 375px){.sm\:bg-slate-200\/10{background-color:#e2e8f01a}}@media screen and (max-width: 375px){.sm\:bg-slate-200\/20{background-color:#e2e8f033}}@media screen and (max-width: 375px){.sm\:bg-slate-200\/30{background-color:#e2e8f04d}}@media screen and (max-width: 375px){.sm\:bg-slate-200\/40{background-color:#e2e8f066}}@media screen and (max-width: 375px){.sm\:bg-slate-200\/50{background-color:#e2e8f080}}@media screen and (max-width: 375px){.sm\:bg-slate-200\/60{background-color:#e2e8f099}}@media screen and (max-width: 375px){.sm\:bg-slate-200\/70{background-color:#e2e8f0b3}}@media screen and (max-width: 375px){.sm\:bg-slate-200\/75{background-color:#e2e8f0bf}}@media screen and (max-width: 375px){.sm\:bg-slate-200\/80{background-color:#e2e8f0cc}}@media screen and (max-width: 375px){.sm\:bg-slate-200\/90{background-color:#e2e8f0e6}}@media screen and (max-width: 375px){.sm\:bg-slate-300{background-color:#cbd5e1}}@media screen and (max-width: 375px){.sm\:bg-slate-300\/0{background-color:#cbd5e100}}@media screen and (max-width: 375px){.sm\:bg-slate-300\/10{background-color:#cbd5e11a}}@media screen and (max-width: 375px){.sm\:bg-slate-300\/20{background-color:#cbd5e133}}@media screen and (max-width: 375px){.sm\:bg-slate-300\/30{background-color:#cbd5e14d}}@media screen and (max-width: 375px){.sm\:bg-slate-300\/40{background-color:#cbd5e166}}@media screen and (max-width: 375px){.sm\:bg-slate-300\/50{background-color:#cbd5e180}}@media screen and (max-width: 375px){.sm\:bg-slate-300\/60{background-color:#cbd5e199}}@media screen and (max-width: 375px){.sm\:bg-slate-300\/70{background-color:#cbd5e1b3}}@media screen and (max-width: 375px){.sm\:bg-slate-300\/75{background-color:#cbd5e1bf}}@media screen and (max-width: 375px){.sm\:bg-slate-300\/80{background-color:#cbd5e1cc}}@media screen and (max-width: 375px){.sm\:bg-slate-300\/90{background-color:#cbd5e1e6}}@media screen and (max-width: 375px){.sm\:bg-slate-400{background-color:#94a3b8}}@media screen and (max-width: 375px){.sm\:bg-slate-400\/0{background-color:#94a3b800}}@media screen and (max-width: 375px){.sm\:bg-slate-400\/10{background-color:#94a3b81a}}@media screen and (max-width: 375px){.sm\:bg-slate-400\/20{background-color:#94a3b833}}@media screen and (max-width: 375px){.sm\:bg-slate-400\/30{background-color:#94a3b84d}}@media screen and (max-width: 375px){.sm\:bg-slate-400\/40{background-color:#94a3b866}}@media screen and (max-width: 375px){.sm\:bg-slate-400\/50{background-color:#94a3b880}}@media screen and (max-width: 375px){.sm\:bg-slate-400\/60{background-color:#94a3b899}}@media screen and (max-width: 375px){.sm\:bg-slate-400\/70{background-color:#94a3b8b3}}@media screen and (max-width: 375px){.sm\:bg-slate-400\/75{background-color:#94a3b8bf}}@media screen and (max-width: 375px){.sm\:bg-slate-400\/80{background-color:#94a3b8cc}}@media screen and (max-width: 375px){.sm\:bg-slate-400\/90{background-color:#94a3b8e6}}@media screen and (max-width: 375px){.sm\:bg-slate-500{background-color:#64748b}}@media screen and (max-width: 375px){.sm\:bg-slate-500\/0{background-color:#64748b00}}@media screen and (max-width: 375px){.sm\:bg-slate-500\/10{background-color:#64748b1a}}@media screen and (max-width: 375px){.sm\:bg-slate-500\/20{background-color:#64748b33}}@media screen and (max-width: 375px){.sm\:bg-slate-500\/30{background-color:#64748b4d}}@media screen and (max-width: 375px){.sm\:bg-slate-500\/40{background-color:#64748b66}}@media screen and (max-width: 375px){.sm\:bg-slate-500\/50{background-color:#64748b80}}@media screen and (max-width: 375px){.sm\:bg-slate-500\/60{background-color:#64748b99}}@media screen and (max-width: 375px){.sm\:bg-slate-500\/70{background-color:#64748bb3}}@media screen and (max-width: 375px){.sm\:bg-slate-500\/75{background-color:#64748bbf}}@media screen and (max-width: 375px){.sm\:bg-slate-500\/80{background-color:#64748bcc}}@media screen and (max-width: 375px){.sm\:bg-slate-500\/90{background-color:#64748be6}}@media screen and (max-width: 375px){.sm\:bg-slate-600{background-color:#475569}}@media screen and (max-width: 375px){.sm\:bg-slate-600\/0{background-color:#47556900}}@media screen and (max-width: 375px){.sm\:bg-slate-600\/10{background-color:#4755691a}}@media screen and (max-width: 375px){.sm\:bg-slate-600\/20{background-color:#47556933}}@media screen and (max-width: 375px){.sm\:bg-slate-600\/30{background-color:#4755694d}}@media screen and (max-width: 375px){.sm\:bg-slate-600\/40{background-color:#47556966}}@media screen and (max-width: 375px){.sm\:bg-slate-600\/50{background-color:#47556980}}@media screen and (max-width: 375px){.sm\:bg-slate-600\/60{background-color:#47556999}}@media screen and (max-width: 375px){.sm\:bg-slate-600\/70{background-color:#475569b3}}@media screen and (max-width: 375px){.sm\:bg-slate-600\/75{background-color:#475569bf}}@media screen and (max-width: 375px){.sm\:bg-slate-600\/80{background-color:#475569cc}}@media screen and (max-width: 375px){.sm\:bg-slate-600\/90{background-color:#475569e6}}@media screen and (max-width: 375px){.sm\:bg-slate-700{background-color:#334155}}@media screen and (max-width: 375px){.sm\:bg-slate-700\/0{background-color:#33415500}}@media screen and (max-width: 375px){.sm\:bg-slate-700\/10{background-color:#3341551a}}@media screen and (max-width: 375px){.sm\:bg-slate-700\/20{background-color:#33415533}}@media screen and (max-width: 375px){.sm\:bg-slate-700\/30{background-color:#3341554d}}@media screen and (max-width: 375px){.sm\:bg-slate-700\/40{background-color:#33415566}}@media screen and (max-width: 375px){.sm\:bg-slate-700\/50{background-color:#33415580}}@media screen and (max-width: 375px){.sm\:bg-slate-700\/60{background-color:#33415599}}@media screen and (max-width: 375px){.sm\:bg-slate-700\/70{background-color:#334155b3}}@media screen and (max-width: 375px){.sm\:bg-slate-700\/75{background-color:#334155bf}}@media screen and (max-width: 375px){.sm\:bg-slate-700\/80{background-color:#334155cc}}@media screen and (max-width: 375px){.sm\:bg-slate-700\/90{background-color:#334155e6}}@media screen and (max-width: 375px){.sm\:bg-slate-800{background-color:#1e293b}}@media screen and (max-width: 375px){.sm\:bg-slate-800\/0{background-color:#1e293b00}}@media screen and (max-width: 375px){.sm\:bg-slate-800\/10{background-color:#1e293b1a}}@media screen and (max-width: 375px){.sm\:bg-slate-800\/20{background-color:#1e293b33}}@media screen and (max-width: 375px){.sm\:bg-slate-800\/30{background-color:#1e293b4d}}@media screen and (max-width: 375px){.sm\:bg-slate-800\/40{background-color:#1e293b66}}@media screen and (max-width: 375px){.sm\:bg-slate-800\/50{background-color:#1e293b80}}@media screen and (max-width: 375px){.sm\:bg-slate-800\/60{background-color:#1e293b99}}@media screen and (max-width: 375px){.sm\:bg-slate-800\/70{background-color:#1e293bb3}}@media screen and (max-width: 375px){.sm\:bg-slate-800\/75{background-color:#1e293bbf}}@media screen and (max-width: 375px){.sm\:bg-slate-800\/80{background-color:#1e293bcc}}@media screen and (max-width: 375px){.sm\:bg-slate-800\/90{background-color:#1e293be6}}@media screen and (max-width: 375px){.sm\:bg-slate-900{background-color:#0f172a}}@media screen and (max-width: 375px){.sm\:bg-slate-900\/0{background-color:#0f172a00}}@media screen and (max-width: 375px){.sm\:bg-slate-900\/10{background-color:#0f172a1a}}@media screen and (max-width: 375px){.sm\:bg-slate-900\/20{background-color:#0f172a33}}@media screen and (max-width: 375px){.sm\:bg-slate-900\/30{background-color:#0f172a4d}}@media screen and (max-width: 375px){.sm\:bg-slate-900\/40{background-color:#0f172a66}}@media screen and (max-width: 375px){.sm\:bg-slate-900\/50{background-color:#0f172a80}}@media screen and (max-width: 375px){.sm\:bg-slate-900\/60{background-color:#0f172a99}}@media screen and (max-width: 375px){.sm\:bg-slate-900\/70{background-color:#0f172ab3}}@media screen and (max-width: 375px){.sm\:bg-slate-900\/75{background-color:#0f172abf}}@media screen and (max-width: 375px){.sm\:bg-slate-900\/80{background-color:#0f172acc}}@media screen and (max-width: 375px){.sm\:bg-slate-900\/90{background-color:#0f172ae6}}@media screen and (max-width: 375px){.sm\:bg-slate-950{background-color:#020617}}@media screen and (max-width: 375px){.sm\:bg-slate-950\/0{background-color:#02061700}}@media screen and (max-width: 375px){.sm\:bg-slate-950\/10{background-color:#0206171a}}@media screen and (max-width: 375px){.sm\:bg-slate-950\/20{background-color:#02061733}}@media screen and (max-width: 375px){.sm\:bg-slate-950\/30{background-color:#0206174d}}@media screen and (max-width: 375px){.sm\:bg-slate-950\/40{background-color:#02061766}}@media screen and (max-width: 375px){.sm\:bg-slate-950\/50{background-color:#02061780}}@media screen and (max-width: 375px){.sm\:bg-slate-950\/60{background-color:#02061799}}@media screen and (max-width: 375px){.sm\:bg-slate-950\/70{background-color:#020617b3}}@media screen and (max-width: 375px){.sm\:bg-slate-950\/75{background-color:#020617bf}}@media screen and (max-width: 375px){.sm\:bg-slate-950\/80{background-color:#020617cc}}@media screen and (max-width: 375px){.sm\:bg-slate-950\/90{background-color:#020617e6}}@media screen and (max-width: 375px){.sm\:bg-gray-50{background-color:#f9fafb}}@media screen and (max-width: 375px){.sm\:bg-gray-50\/0{background-color:#f9fafb00}}@media screen and (max-width: 375px){.sm\:bg-gray-50\/10{background-color:#f9fafb1a}}@media screen and (max-width: 375px){.sm\:bg-gray-50\/20{background-color:#f9fafb33}}@media screen and (max-width: 375px){.sm\:bg-gray-50\/30{background-color:#f9fafb4d}}@media screen and (max-width: 375px){.sm\:bg-gray-50\/40{background-color:#f9fafb66}}@media screen and (max-width: 375px){.sm\:bg-gray-50\/50{background-color:#f9fafb80}}@media screen and (max-width: 375px){.sm\:bg-gray-50\/60{background-color:#f9fafb99}}@media screen and (max-width: 375px){.sm\:bg-gray-50\/70{background-color:#f9fafbb3}}@media screen and (max-width: 375px){.sm\:bg-gray-50\/75{background-color:#f9fafbbf}}@media screen and (max-width: 375px){.sm\:bg-gray-50\/80{background-color:#f9fafbcc}}@media screen and (max-width: 375px){.sm\:bg-gray-50\/90{background-color:#f9fafbe6}}@media screen and (max-width: 375px){.sm\:bg-gray-100{background-color:#f3f4f6}}@media screen and (max-width: 375px){.sm\:bg-gray-100\/0{background-color:#f3f4f600}}@media screen and (max-width: 375px){.sm\:bg-gray-100\/10{background-color:#f3f4f61a}}@media screen and (max-width: 375px){.sm\:bg-gray-100\/20{background-color:#f3f4f633}}@media screen and (max-width: 375px){.sm\:bg-gray-100\/30{background-color:#f3f4f64d}}@media screen and (max-width: 375px){.sm\:bg-gray-100\/40{background-color:#f3f4f666}}@media screen and (max-width: 375px){.sm\:bg-gray-100\/50{background-color:#f3f4f680}}@media screen and (max-width: 375px){.sm\:bg-gray-100\/60{background-color:#f3f4f699}}@media screen and (max-width: 375px){.sm\:bg-gray-100\/70{background-color:#f3f4f6b3}}@media screen and (max-width: 375px){.sm\:bg-gray-100\/75{background-color:#f3f4f6bf}}@media screen and (max-width: 375px){.sm\:bg-gray-100\/80{background-color:#f3f4f6cc}}@media screen and (max-width: 375px){.sm\:bg-gray-100\/90{background-color:#f3f4f6e6}}@media screen and (max-width: 375px){.sm\:bg-gray-200{background-color:#e5e7eb}}@media screen and (max-width: 375px){.sm\:bg-gray-200\/0{background-color:#e5e7eb00}}@media screen and (max-width: 375px){.sm\:bg-gray-200\/10{background-color:#e5e7eb1a}}@media screen and (max-width: 375px){.sm\:bg-gray-200\/20{background-color:#e5e7eb33}}@media screen and (max-width: 375px){.sm\:bg-gray-200\/30{background-color:#e5e7eb4d}}@media screen and (max-width: 375px){.sm\:bg-gray-200\/40{background-color:#e5e7eb66}}@media screen and (max-width: 375px){.sm\:bg-gray-200\/50{background-color:#e5e7eb80}}@media screen and (max-width: 375px){.sm\:bg-gray-200\/60{background-color:#e5e7eb99}}@media screen and (max-width: 375px){.sm\:bg-gray-200\/70{background-color:#e5e7ebb3}}@media screen and (max-width: 375px){.sm\:bg-gray-200\/75{background-color:#e5e7ebbf}}@media screen and (max-width: 375px){.sm\:bg-gray-200\/80{background-color:#e5e7ebcc}}@media screen and (max-width: 375px){.sm\:bg-gray-200\/90{background-color:#e5e7ebe6}}@media screen and (max-width: 375px){.sm\:bg-gray-300{background-color:#d1d5db}}@media screen and (max-width: 375px){.sm\:bg-gray-300\/0{background-color:#d1d5db00}}@media screen and (max-width: 375px){.sm\:bg-gray-300\/10{background-color:#d1d5db1a}}@media screen and (max-width: 375px){.sm\:bg-gray-300\/20{background-color:#d1d5db33}}@media screen and (max-width: 375px){.sm\:bg-gray-300\/30{background-color:#d1d5db4d}}@media screen and (max-width: 375px){.sm\:bg-gray-300\/40{background-color:#d1d5db66}}@media screen and (max-width: 375px){.sm\:bg-gray-300\/50{background-color:#d1d5db80}}@media screen and (max-width: 375px){.sm\:bg-gray-300\/60{background-color:#d1d5db99}}@media screen and (max-width: 375px){.sm\:bg-gray-300\/70{background-color:#d1d5dbb3}}@media screen and (max-width: 375px){.sm\:bg-gray-300\/75{background-color:#d1d5dbbf}}@media screen and (max-width: 375px){.sm\:bg-gray-300\/80{background-color:#d1d5dbcc}}@media screen and (max-width: 375px){.sm\:bg-gray-300\/90{background-color:#d1d5dbe6}}@media screen and (max-width: 375px){.sm\:bg-gray-400{background-color:#9ca3af}}@media screen and (max-width: 375px){.sm\:bg-gray-400\/0{background-color:#9ca3af00}}@media screen and (max-width: 375px){.sm\:bg-gray-400\/10{background-color:#9ca3af1a}}@media screen and (max-width: 375px){.sm\:bg-gray-400\/20{background-color:#9ca3af33}}@media screen and (max-width: 375px){.sm\:bg-gray-400\/30{background-color:#9ca3af4d}}@media screen and (max-width: 375px){.sm\:bg-gray-400\/40{background-color:#9ca3af66}}@media screen and (max-width: 375px){.sm\:bg-gray-400\/50{background-color:#9ca3af80}}@media screen and (max-width: 375px){.sm\:bg-gray-400\/60{background-color:#9ca3af99}}@media screen and (max-width: 375px){.sm\:bg-gray-400\/70{background-color:#9ca3afb3}}@media screen and (max-width: 375px){.sm\:bg-gray-400\/75{background-color:#9ca3afbf}}@media screen and (max-width: 375px){.sm\:bg-gray-400\/80{background-color:#9ca3afcc}}@media screen and (max-width: 375px){.sm\:bg-gray-400\/90{background-color:#9ca3afe6}}@media screen and (max-width: 375px){.sm\:bg-gray-500{background-color:#6b7280}}@media screen and (max-width: 375px){.sm\:bg-gray-500\/0{background-color:#6b728000}}@media screen and (max-width: 375px){.sm\:bg-gray-500\/10{background-color:#6b72801a}}@media screen and (max-width: 375px){.sm\:bg-gray-500\/20{background-color:#6b728033}}@media screen and (max-width: 375px){.sm\:bg-gray-500\/30{background-color:#6b72804d}}@media screen and (max-width: 375px){.sm\:bg-gray-500\/40{background-color:#6b728066}}@media screen and (max-width: 375px){.sm\:bg-gray-500\/50{background-color:#6b728080}}@media screen and (max-width: 375px){.sm\:bg-gray-500\/60{background-color:#6b728099}}@media screen and (max-width: 375px){.sm\:bg-gray-500\/70{background-color:#6b7280b3}}@media screen and (max-width: 375px){.sm\:bg-gray-500\/75{background-color:#6b7280bf}}@media screen and (max-width: 375px){.sm\:bg-gray-500\/80{background-color:#6b7280cc}}@media screen and (max-width: 375px){.sm\:bg-gray-500\/90{background-color:#6b7280e6}}@media screen and (max-width: 375px){.sm\:bg-gray-600{background-color:#4b5563}}@media screen and (max-width: 375px){.sm\:bg-gray-600\/0{background-color:#4b556300}}@media screen and (max-width: 375px){.sm\:bg-gray-600\/10{background-color:#4b55631a}}@media screen and (max-width: 375px){.sm\:bg-gray-600\/20{background-color:#4b556333}}@media screen and (max-width: 375px){.sm\:bg-gray-600\/30{background-color:#4b55634d}}@media screen and (max-width: 375px){.sm\:bg-gray-600\/40{background-color:#4b556366}}@media screen and (max-width: 375px){.sm\:bg-gray-600\/50{background-color:#4b556380}}@media screen and (max-width: 375px){.sm\:bg-gray-600\/60{background-color:#4b556399}}@media screen and (max-width: 375px){.sm\:bg-gray-600\/70{background-color:#4b5563b3}}@media screen and (max-width: 375px){.sm\:bg-gray-600\/75{background-color:#4b5563bf}}@media screen and (max-width: 375px){.sm\:bg-gray-600\/80{background-color:#4b5563cc}}@media screen and (max-width: 375px){.sm\:bg-gray-600\/90{background-color:#4b5563e6}}@media screen and (max-width: 375px){.sm\:bg-gray-700{background-color:#374151}}@media screen and (max-width: 375px){.sm\:bg-gray-700\/0{background-color:#37415100}}@media screen and (max-width: 375px){.sm\:bg-gray-700\/10{background-color:#3741511a}}@media screen and (max-width: 375px){.sm\:bg-gray-700\/20{background-color:#37415133}}@media screen and (max-width: 375px){.sm\:bg-gray-700\/30{background-color:#3741514d}}@media screen and (max-width: 375px){.sm\:bg-gray-700\/40{background-color:#37415166}}@media screen and (max-width: 375px){.sm\:bg-gray-700\/50{background-color:#37415180}}@media screen and (max-width: 375px){.sm\:bg-gray-700\/60{background-color:#37415199}}@media screen and (max-width: 375px){.sm\:bg-gray-700\/70{background-color:#374151b3}}@media screen and (max-width: 375px){.sm\:bg-gray-700\/75{background-color:#374151bf}}@media screen and (max-width: 375px){.sm\:bg-gray-700\/80{background-color:#374151cc}}@media screen and (max-width: 375px){.sm\:bg-gray-700\/90{background-color:#374151e6}}@media screen and (max-width: 375px){.sm\:bg-gray-800{background-color:#1f2937}}@media screen and (max-width: 375px){.sm\:bg-gray-800\/0{background-color:#1f293700}}@media screen and (max-width: 375px){.sm\:bg-gray-800\/10{background-color:#1f29371a}}@media screen and (max-width: 375px){.sm\:bg-gray-800\/20{background-color:#1f293733}}@media screen and (max-width: 375px){.sm\:bg-gray-800\/30{background-color:#1f29374d}}@media screen and (max-width: 375px){.sm\:bg-gray-800\/40{background-color:#1f293766}}@media screen and (max-width: 375px){.sm\:bg-gray-800\/50{background-color:#1f293780}}@media screen and (max-width: 375px){.sm\:bg-gray-800\/60{background-color:#1f293799}}@media screen and (max-width: 375px){.sm\:bg-gray-800\/70{background-color:#1f2937b3}}@media screen and (max-width: 375px){.sm\:bg-gray-800\/75{background-color:#1f2937bf}}@media screen and (max-width: 375px){.sm\:bg-gray-800\/80{background-color:#1f2937cc}}@media screen and (max-width: 375px){.sm\:bg-gray-800\/90{background-color:#1f2937e6}}@media screen and (max-width: 375px){.sm\:bg-gray-900{background-color:#111827}}@media screen and (max-width: 375px){.sm\:bg-gray-900\/0{background-color:#11182700}}@media screen and (max-width: 375px){.sm\:bg-gray-900\/10{background-color:#1118271a}}@media screen and (max-width: 375px){.sm\:bg-gray-900\/20{background-color:#11182733}}@media screen and (max-width: 375px){.sm\:bg-gray-900\/30{background-color:#1118274d}}@media screen and (max-width: 375px){.sm\:bg-gray-900\/40{background-color:#11182766}}@media screen and (max-width: 375px){.sm\:bg-gray-900\/50{background-color:#11182780}}@media screen and (max-width: 375px){.sm\:bg-gray-900\/60{background-color:#11182799}}@media screen and (max-width: 375px){.sm\:bg-gray-900\/70{background-color:#111827b3}}@media screen and (max-width: 375px){.sm\:bg-gray-900\/75{background-color:#111827bf}}@media screen and (max-width: 375px){.sm\:bg-gray-900\/80{background-color:#111827cc}}@media screen and (max-width: 375px){.sm\:bg-gray-900\/90{background-color:#111827e6}}@media screen and (max-width: 375px){.sm\:bg-gray-950{background-color:#030712}}@media screen and (max-width: 375px){.sm\:bg-gray-950\/0{background-color:#03071200}}@media screen and (max-width: 375px){.sm\:bg-gray-950\/10{background-color:#0307121a}}@media screen and (max-width: 375px){.sm\:bg-gray-950\/20{background-color:#03071233}}@media screen and (max-width: 375px){.sm\:bg-gray-950\/30{background-color:#0307124d}}@media screen and (max-width: 375px){.sm\:bg-gray-950\/40{background-color:#03071266}}@media screen and (max-width: 375px){.sm\:bg-gray-950\/50{background-color:#03071280}}@media screen and (max-width: 375px){.sm\:bg-gray-950\/60{background-color:#03071299}}@media screen and (max-width: 375px){.sm\:bg-gray-950\/70{background-color:#030712b3}}@media screen and (max-width: 375px){.sm\:bg-gray-950\/75{background-color:#030712bf}}@media screen and (max-width: 375px){.sm\:bg-gray-950\/80{background-color:#030712cc}}@media screen and (max-width: 375px){.sm\:bg-gray-950\/90{background-color:#030712e6}}@media screen and (max-width: 375px){.sm\:bg-zinc-50{background-color:#fafafa}}@media screen and (max-width: 375px){.sm\:bg-zinc-50\/0{background-color:#fafafa00}}@media screen and (max-width: 375px){.sm\:bg-zinc-50\/10{background-color:#fafafa1a}}@media screen and (max-width: 375px){.sm\:bg-zinc-50\/20{background-color:#fafafa33}}@media screen and (max-width: 375px){.sm\:bg-zinc-50\/30{background-color:#fafafa4d}}@media screen and (max-width: 375px){.sm\:bg-zinc-50\/40{background-color:#fafafa66}}@media screen and (max-width: 375px){.sm\:bg-zinc-50\/50{background-color:#fafafa80}}@media screen and (max-width: 375px){.sm\:bg-zinc-50\/60{background-color:#fafafa99}}@media screen and (max-width: 375px){.sm\:bg-zinc-50\/70{background-color:#fafafab3}}@media screen and (max-width: 375px){.sm\:bg-zinc-50\/75{background-color:#fafafabf}}@media screen and (max-width: 375px){.sm\:bg-zinc-50\/80{background-color:#fafafacc}}@media screen and (max-width: 375px){.sm\:bg-zinc-50\/90{background-color:#fafafae6}}@media screen and (max-width: 375px){.sm\:bg-zinc-100{background-color:#f4f4f5}}@media screen and (max-width: 375px){.sm\:bg-zinc-100\/0{background-color:#f4f4f500}}@media screen and (max-width: 375px){.sm\:bg-zinc-100\/10{background-color:#f4f4f51a}}@media screen and (max-width: 375px){.sm\:bg-zinc-100\/20{background-color:#f4f4f533}}@media screen and (max-width: 375px){.sm\:bg-zinc-100\/30{background-color:#f4f4f54d}}@media screen and (max-width: 375px){.sm\:bg-zinc-100\/40{background-color:#f4f4f566}}@media screen and (max-width: 375px){.sm\:bg-zinc-100\/50{background-color:#f4f4f580}}@media screen and (max-width: 375px){.sm\:bg-zinc-100\/60{background-color:#f4f4f599}}@media screen and (max-width: 375px){.sm\:bg-zinc-100\/70{background-color:#f4f4f5b3}}@media screen and (max-width: 375px){.sm\:bg-zinc-100\/75{background-color:#f4f4f5bf}}@media screen and (max-width: 375px){.sm\:bg-zinc-100\/80{background-color:#f4f4f5cc}}@media screen and (max-width: 375px){.sm\:bg-zinc-100\/90{background-color:#f4f4f5e6}}@media screen and (max-width: 375px){.sm\:bg-zinc-200{background-color:#e4e4e7}}@media screen and (max-width: 375px){.sm\:bg-zinc-200\/0{background-color:#e4e4e700}}@media screen and (max-width: 375px){.sm\:bg-zinc-200\/10{background-color:#e4e4e71a}}@media screen and (max-width: 375px){.sm\:bg-zinc-200\/20{background-color:#e4e4e733}}@media screen and (max-width: 375px){.sm\:bg-zinc-200\/30{background-color:#e4e4e74d}}@media screen and (max-width: 375px){.sm\:bg-zinc-200\/40{background-color:#e4e4e766}}@media screen and (max-width: 375px){.sm\:bg-zinc-200\/50{background-color:#e4e4e780}}@media screen and (max-width: 375px){.sm\:bg-zinc-200\/60{background-color:#e4e4e799}}@media screen and (max-width: 375px){.sm\:bg-zinc-200\/70{background-color:#e4e4e7b3}}@media screen and (max-width: 375px){.sm\:bg-zinc-200\/75{background-color:#e4e4e7bf}}@media screen and (max-width: 375px){.sm\:bg-zinc-200\/80{background-color:#e4e4e7cc}}@media screen and (max-width: 375px){.sm\:bg-zinc-200\/90{background-color:#e4e4e7e6}}@media screen and (max-width: 375px){.sm\:bg-zinc-300{background-color:#d4d4d8}}@media screen and (max-width: 375px){.sm\:bg-zinc-300\/0{background-color:#d4d4d800}}@media screen and (max-width: 375px){.sm\:bg-zinc-300\/10{background-color:#d4d4d81a}}@media screen and (max-width: 375px){.sm\:bg-zinc-300\/20{background-color:#d4d4d833}}@media screen and (max-width: 375px){.sm\:bg-zinc-300\/30{background-color:#d4d4d84d}}@media screen and (max-width: 375px){.sm\:bg-zinc-300\/40{background-color:#d4d4d866}}@media screen and (max-width: 375px){.sm\:bg-zinc-300\/50{background-color:#d4d4d880}}@media screen and (max-width: 375px){.sm\:bg-zinc-300\/60{background-color:#d4d4d899}}@media screen and (max-width: 375px){.sm\:bg-zinc-300\/70{background-color:#d4d4d8b3}}@media screen and (max-width: 375px){.sm\:bg-zinc-300\/75{background-color:#d4d4d8bf}}@media screen and (max-width: 375px){.sm\:bg-zinc-300\/80{background-color:#d4d4d8cc}}@media screen and (max-width: 375px){.sm\:bg-zinc-300\/90{background-color:#d4d4d8e6}}@media screen and (max-width: 375px){.sm\:bg-zinc-400{background-color:#a1a1aa}}@media screen and (max-width: 375px){.sm\:bg-zinc-400\/0{background-color:#a1a1aa00}}@media screen and (max-width: 375px){.sm\:bg-zinc-400\/10{background-color:#a1a1aa1a}}@media screen and (max-width: 375px){.sm\:bg-zinc-400\/20{background-color:#a1a1aa33}}@media screen and (max-width: 375px){.sm\:bg-zinc-400\/30{background-color:#a1a1aa4d}}@media screen and (max-width: 375px){.sm\:bg-zinc-400\/40{background-color:#a1a1aa66}}@media screen and (max-width: 375px){.sm\:bg-zinc-400\/50{background-color:#a1a1aa80}}@media screen and (max-width: 375px){.sm\:bg-zinc-400\/60{background-color:#a1a1aa99}}@media screen and (max-width: 375px){.sm\:bg-zinc-400\/70{background-color:#a1a1aab3}}@media screen and (max-width: 375px){.sm\:bg-zinc-400\/75{background-color:#a1a1aabf}}@media screen and (max-width: 375px){.sm\:bg-zinc-400\/80{background-color:#a1a1aacc}}@media screen and (max-width: 375px){.sm\:bg-zinc-400\/90{background-color:#a1a1aae6}}@media screen and (max-width: 375px){.sm\:bg-zinc-500{background-color:#71717a}}@media screen and (max-width: 375px){.sm\:bg-zinc-500\/0{background-color:#71717a00}}@media screen and (max-width: 375px){.sm\:bg-zinc-500\/10{background-color:#71717a1a}}@media screen and (max-width: 375px){.sm\:bg-zinc-500\/20{background-color:#71717a33}}@media screen and (max-width: 375px){.sm\:bg-zinc-500\/30{background-color:#71717a4d}}@media screen and (max-width: 375px){.sm\:bg-zinc-500\/40{background-color:#71717a66}}@media screen and (max-width: 375px){.sm\:bg-zinc-500\/50{background-color:#71717a80}}@media screen and (max-width: 375px){.sm\:bg-zinc-500\/60{background-color:#71717a99}}@media screen and (max-width: 375px){.sm\:bg-zinc-500\/70{background-color:#71717ab3}}@media screen and (max-width: 375px){.sm\:bg-zinc-500\/75{background-color:#71717abf}}@media screen and (max-width: 375px){.sm\:bg-zinc-500\/80{background-color:#71717acc}}@media screen and (max-width: 375px){.sm\:bg-zinc-500\/90{background-color:#71717ae6}}@media screen and (max-width: 375px){.sm\:bg-zinc-600{background-color:#52525b}}@media screen and (max-width: 375px){.sm\:bg-zinc-600\/0{background-color:#52525b00}}@media screen and (max-width: 375px){.sm\:bg-zinc-600\/10{background-color:#52525b1a}}@media screen and (max-width: 375px){.sm\:bg-zinc-600\/20{background-color:#52525b33}}@media screen and (max-width: 375px){.sm\:bg-zinc-600\/30{background-color:#52525b4d}}@media screen and (max-width: 375px){.sm\:bg-zinc-600\/40{background-color:#52525b66}}@media screen and (max-width: 375px){.sm\:bg-zinc-600\/50{background-color:#52525b80}}@media screen and (max-width: 375px){.sm\:bg-zinc-600\/60{background-color:#52525b99}}@media screen and (max-width: 375px){.sm\:bg-zinc-600\/70{background-color:#52525bb3}}@media screen and (max-width: 375px){.sm\:bg-zinc-600\/75{background-color:#52525bbf}}@media screen and (max-width: 375px){.sm\:bg-zinc-600\/80{background-color:#52525bcc}}@media screen and (max-width: 375px){.sm\:bg-zinc-600\/90{background-color:#52525be6}}@media screen and (max-width: 375px){.sm\:bg-zinc-700{background-color:#3f3f46}}@media screen and (max-width: 375px){.sm\:bg-zinc-700\/0{background-color:#3f3f4600}}@media screen and (max-width: 375px){.sm\:bg-zinc-700\/10{background-color:#3f3f461a}}@media screen and (max-width: 375px){.sm\:bg-zinc-700\/20{background-color:#3f3f4633}}@media screen and (max-width: 375px){.sm\:bg-zinc-700\/30{background-color:#3f3f464d}}@media screen and (max-width: 375px){.sm\:bg-zinc-700\/40{background-color:#3f3f4666}}@media screen and (max-width: 375px){.sm\:bg-zinc-700\/50{background-color:#3f3f4680}}@media screen and (max-width: 375px){.sm\:bg-zinc-700\/60{background-color:#3f3f4699}}@media screen and (max-width: 375px){.sm\:bg-zinc-700\/70{background-color:#3f3f46b3}}@media screen and (max-width: 375px){.sm\:bg-zinc-700\/75{background-color:#3f3f46bf}}@media screen and (max-width: 375px){.sm\:bg-zinc-700\/80{background-color:#3f3f46cc}}@media screen and (max-width: 375px){.sm\:bg-zinc-700\/90{background-color:#3f3f46e6}}@media screen and (max-width: 375px){.sm\:bg-zinc-800{background-color:#27272a}}@media screen and (max-width: 375px){.sm\:bg-zinc-800\/0{background-color:#27272a00}}@media screen and (max-width: 375px){.sm\:bg-zinc-800\/10{background-color:#27272a1a}}@media screen and (max-width: 375px){.sm\:bg-zinc-800\/20{background-color:#27272a33}}@media screen and (max-width: 375px){.sm\:bg-zinc-800\/30{background-color:#27272a4d}}@media screen and (max-width: 375px){.sm\:bg-zinc-800\/40{background-color:#27272a66}}@media screen and (max-width: 375px){.sm\:bg-zinc-800\/50{background-color:#27272a80}}@media screen and (max-width: 375px){.sm\:bg-zinc-800\/60{background-color:#27272a99}}@media screen and (max-width: 375px){.sm\:bg-zinc-800\/70{background-color:#27272ab3}}@media screen and (max-width: 375px){.sm\:bg-zinc-800\/75{background-color:#27272abf}}@media screen and (max-width: 375px){.sm\:bg-zinc-800\/80{background-color:#27272acc}}@media screen and (max-width: 375px){.sm\:bg-zinc-800\/90{background-color:#27272ae6}}@media screen and (max-width: 375px){.sm\:bg-zinc-900{background-color:#18181b}}@media screen and (max-width: 375px){.sm\:bg-zinc-900\/0{background-color:#18181b00}}@media screen and (max-width: 375px){.sm\:bg-zinc-900\/10{background-color:#18181b1a}}@media screen and (max-width: 375px){.sm\:bg-zinc-900\/20{background-color:#18181b33}}@media screen and (max-width: 375px){.sm\:bg-zinc-900\/30{background-color:#18181b4d}}@media screen and (max-width: 375px){.sm\:bg-zinc-900\/40{background-color:#18181b66}}@media screen and (max-width: 375px){.sm\:bg-zinc-900\/50{background-color:#18181b80}}@media screen and (max-width: 375px){.sm\:bg-zinc-900\/60{background-color:#18181b99}}@media screen and (max-width: 375px){.sm\:bg-zinc-900\/70{background-color:#18181bb3}}@media screen and (max-width: 375px){.sm\:bg-zinc-900\/75{background-color:#18181bbf}}@media screen and (max-width: 375px){.sm\:bg-zinc-900\/80{background-color:#18181bcc}}@media screen and (max-width: 375px){.sm\:bg-zinc-900\/90{background-color:#18181be6}}@media screen and (max-width: 375px){.sm\:bg-zinc-950{background-color:#09090b}}@media screen and (max-width: 375px){.sm\:bg-zinc-950\/0{background-color:#09090b00}}@media screen and (max-width: 375px){.sm\:bg-zinc-950\/10{background-color:#09090b1a}}@media screen and (max-width: 375px){.sm\:bg-zinc-950\/20{background-color:#09090b33}}@media screen and (max-width: 375px){.sm\:bg-zinc-950\/30{background-color:#09090b4d}}@media screen and (max-width: 375px){.sm\:bg-zinc-950\/40{background-color:#09090b66}}@media screen and (max-width: 375px){.sm\:bg-zinc-950\/50{background-color:#09090b80}}@media screen and (max-width: 375px){.sm\:bg-zinc-950\/60{background-color:#09090b99}}@media screen and (max-width: 375px){.sm\:bg-zinc-950\/70{background-color:#09090bb3}}@media screen and (max-width: 375px){.sm\:bg-zinc-950\/75{background-color:#09090bbf}}@media screen and (max-width: 375px){.sm\:bg-zinc-950\/80{background-color:#09090bcc}}@media screen and (max-width: 375px){.sm\:bg-zinc-950\/90{background-color:#09090be6}}@media screen and (max-width: 375px){.sm\:bg-neutral-50{background-color:#fafafa}}@media screen and (max-width: 375px){.sm\:bg-neutral-50\/0{background-color:#fafafa00}}@media screen and (max-width: 375px){.sm\:bg-neutral-50\/10{background-color:#fafafa1a}}@media screen and (max-width: 375px){.sm\:bg-neutral-50\/20{background-color:#fafafa33}}@media screen and (max-width: 375px){.sm\:bg-neutral-50\/30{background-color:#fafafa4d}}@media screen and (max-width: 375px){.sm\:bg-neutral-50\/40{background-color:#fafafa66}}@media screen and (max-width: 375px){.sm\:bg-neutral-50\/50{background-color:#fafafa80}}@media screen and (max-width: 375px){.sm\:bg-neutral-50\/60{background-color:#fafafa99}}@media screen and (max-width: 375px){.sm\:bg-neutral-50\/70{background-color:#fafafab3}}@media screen and (max-width: 375px){.sm\:bg-neutral-50\/75{background-color:#fafafabf}}@media screen and (max-width: 375px){.sm\:bg-neutral-50\/80{background-color:#fafafacc}}@media screen and (max-width: 375px){.sm\:bg-neutral-50\/90{background-color:#fafafae6}}@media screen and (max-width: 375px){.sm\:bg-neutral-100{background-color:#f5f5f5}}@media screen and (max-width: 375px){.sm\:bg-neutral-100\/0{background-color:#f5f5f500}}@media screen and (max-width: 375px){.sm\:bg-neutral-100\/10{background-color:#f5f5f51a}}@media screen and (max-width: 375px){.sm\:bg-neutral-100\/20{background-color:#f5f5f533}}@media screen and (max-width: 375px){.sm\:bg-neutral-100\/30{background-color:#f5f5f54d}}@media screen and (max-width: 375px){.sm\:bg-neutral-100\/40{background-color:#f5f5f566}}@media screen and (max-width: 375px){.sm\:bg-neutral-100\/50{background-color:#f5f5f580}}@media screen and (max-width: 375px){.sm\:bg-neutral-100\/60{background-color:#f5f5f599}}@media screen and (max-width: 375px){.sm\:bg-neutral-100\/70{background-color:#f5f5f5b3}}@media screen and (max-width: 375px){.sm\:bg-neutral-100\/75{background-color:#f5f5f5bf}}@media screen and (max-width: 375px){.sm\:bg-neutral-100\/80{background-color:#f5f5f5cc}}@media screen and (max-width: 375px){.sm\:bg-neutral-100\/90{background-color:#f5f5f5e6}}@media screen and (max-width: 375px){.sm\:bg-neutral-200{background-color:#e5e5e5}}@media screen and (max-width: 375px){.sm\:bg-neutral-200\/0{background-color:#e5e5e500}}@media screen and (max-width: 375px){.sm\:bg-neutral-200\/10{background-color:#e5e5e51a}}@media screen and (max-width: 375px){.sm\:bg-neutral-200\/20{background-color:#e5e5e533}}@media screen and (max-width: 375px){.sm\:bg-neutral-200\/30{background-color:#e5e5e54d}}@media screen and (max-width: 375px){.sm\:bg-neutral-200\/40{background-color:#e5e5e566}}@media screen and (max-width: 375px){.sm\:bg-neutral-200\/50{background-color:#e5e5e580}}@media screen and (max-width: 375px){.sm\:bg-neutral-200\/60{background-color:#e5e5e599}}@media screen and (max-width: 375px){.sm\:bg-neutral-200\/70{background-color:#e5e5e5b3}}@media screen and (max-width: 375px){.sm\:bg-neutral-200\/75{background-color:#e5e5e5bf}}@media screen and (max-width: 375px){.sm\:bg-neutral-200\/80{background-color:#e5e5e5cc}}@media screen and (max-width: 375px){.sm\:bg-neutral-200\/90{background-color:#e5e5e5e6}}@media screen and (max-width: 375px){.sm\:bg-neutral-300{background-color:#d4d4d4}}@media screen and (max-width: 375px){.sm\:bg-neutral-300\/0{background-color:#d4d4d400}}@media screen and (max-width: 375px){.sm\:bg-neutral-300\/10{background-color:#d4d4d41a}}@media screen and (max-width: 375px){.sm\:bg-neutral-300\/20{background-color:#d4d4d433}}@media screen and (max-width: 375px){.sm\:bg-neutral-300\/30{background-color:#d4d4d44d}}@media screen and (max-width: 375px){.sm\:bg-neutral-300\/40{background-color:#d4d4d466}}@media screen and (max-width: 375px){.sm\:bg-neutral-300\/50{background-color:#d4d4d480}}@media screen and (max-width: 375px){.sm\:bg-neutral-300\/60{background-color:#d4d4d499}}@media screen and (max-width: 375px){.sm\:bg-neutral-300\/70{background-color:#d4d4d4b3}}@media screen and (max-width: 375px){.sm\:bg-neutral-300\/75{background-color:#d4d4d4bf}}@media screen and (max-width: 375px){.sm\:bg-neutral-300\/80{background-color:#d4d4d4cc}}@media screen and (max-width: 375px){.sm\:bg-neutral-300\/90{background-color:#d4d4d4e6}}@media screen and (max-width: 375px){.sm\:bg-neutral-400{background-color:#a3a3a3}}@media screen and (max-width: 375px){.sm\:bg-neutral-400\/0{background-color:#a3a3a300}}@media screen and (max-width: 375px){.sm\:bg-neutral-400\/10{background-color:#a3a3a31a}}@media screen and (max-width: 375px){.sm\:bg-neutral-400\/20{background-color:#a3a3a333}}@media screen and (max-width: 375px){.sm\:bg-neutral-400\/30{background-color:#a3a3a34d}}@media screen and (max-width: 375px){.sm\:bg-neutral-400\/40{background-color:#a3a3a366}}@media screen and (max-width: 375px){.sm\:bg-neutral-400\/50{background-color:#a3a3a380}}@media screen and (max-width: 375px){.sm\:bg-neutral-400\/60{background-color:#a3a3a399}}@media screen and (max-width: 375px){.sm\:bg-neutral-400\/70{background-color:#a3a3a3b3}}@media screen and (max-width: 375px){.sm\:bg-neutral-400\/75{background-color:#a3a3a3bf}}@media screen and (max-width: 375px){.sm\:bg-neutral-400\/80{background-color:#a3a3a3cc}}@media screen and (max-width: 375px){.sm\:bg-neutral-400\/90{background-color:#a3a3a3e6}}@media screen and (max-width: 375px){.sm\:bg-neutral-500{background-color:#737373}}@media screen and (max-width: 375px){.sm\:bg-neutral-500\/0{background-color:#73737300}}@media screen and (max-width: 375px){.sm\:bg-neutral-500\/10{background-color:#7373731a}}@media screen and (max-width: 375px){.sm\:bg-neutral-500\/20{background-color:#73737333}}@media screen and (max-width: 375px){.sm\:bg-neutral-500\/30{background-color:#7373734d}}@media screen and (max-width: 375px){.sm\:bg-neutral-500\/40{background-color:#73737366}}@media screen and (max-width: 375px){.sm\:bg-neutral-500\/50{background-color:#73737380}}@media screen and (max-width: 375px){.sm\:bg-neutral-500\/60{background-color:#73737399}}@media screen and (max-width: 375px){.sm\:bg-neutral-500\/70{background-color:#737373b3}}@media screen and (max-width: 375px){.sm\:bg-neutral-500\/75{background-color:#737373bf}}@media screen and (max-width: 375px){.sm\:bg-neutral-500\/80{background-color:#737373cc}}@media screen and (max-width: 375px){.sm\:bg-neutral-500\/90{background-color:#737373e6}}@media screen and (max-width: 375px){.sm\:bg-neutral-600{background-color:#525252}}@media screen and (max-width: 375px){.sm\:bg-neutral-600\/0{background-color:#52525200}}@media screen and (max-width: 375px){.sm\:bg-neutral-600\/10{background-color:#5252521a}}@media screen and (max-width: 375px){.sm\:bg-neutral-600\/20{background-color:#52525233}}@media screen and (max-width: 375px){.sm\:bg-neutral-600\/30{background-color:#5252524d}}@media screen and (max-width: 375px){.sm\:bg-neutral-600\/40{background-color:#52525266}}@media screen and (max-width: 375px){.sm\:bg-neutral-600\/50{background-color:#52525280}}@media screen and (max-width: 375px){.sm\:bg-neutral-600\/60{background-color:#52525299}}@media screen and (max-width: 375px){.sm\:bg-neutral-600\/70{background-color:#525252b3}}@media screen and (max-width: 375px){.sm\:bg-neutral-600\/75{background-color:#525252bf}}@media screen and (max-width: 375px){.sm\:bg-neutral-600\/80{background-color:#525252cc}}@media screen and (max-width: 375px){.sm\:bg-neutral-600\/90{background-color:#525252e6}}@media screen and (max-width: 375px){.sm\:bg-neutral-700{background-color:#404040}}@media screen and (max-width: 375px){.sm\:bg-neutral-700\/0{background-color:#40404000}}@media screen and (max-width: 375px){.sm\:bg-neutral-700\/10{background-color:#4040401a}}@media screen and (max-width: 375px){.sm\:bg-neutral-700\/20{background-color:#40404033}}@media screen and (max-width: 375px){.sm\:bg-neutral-700\/30{background-color:#4040404d}}@media screen and (max-width: 375px){.sm\:bg-neutral-700\/40{background-color:#40404066}}@media screen and (max-width: 375px){.sm\:bg-neutral-700\/50{background-color:#40404080}}@media screen and (max-width: 375px){.sm\:bg-neutral-700\/60{background-color:#40404099}}@media screen and (max-width: 375px){.sm\:bg-neutral-700\/70{background-color:#404040b3}}@media screen and (max-width: 375px){.sm\:bg-neutral-700\/75{background-color:#404040bf}}@media screen and (max-width: 375px){.sm\:bg-neutral-700\/80{background-color:#404040cc}}@media screen and (max-width: 375px){.sm\:bg-neutral-700\/90{background-color:#404040e6}}@media screen and (max-width: 375px){.sm\:bg-neutral-800{background-color:#262626}}@media screen and (max-width: 375px){.sm\:bg-neutral-800\/0{background-color:#26262600}}@media screen and (max-width: 375px){.sm\:bg-neutral-800\/10{background-color:#2626261a}}@media screen and (max-width: 375px){.sm\:bg-neutral-800\/20{background-color:#26262633}}@media screen and (max-width: 375px){.sm\:bg-neutral-800\/30{background-color:#2626264d}}@media screen and (max-width: 375px){.sm\:bg-neutral-800\/40{background-color:#26262666}}@media screen and (max-width: 375px){.sm\:bg-neutral-800\/50{background-color:#26262680}}@media screen and (max-width: 375px){.sm\:bg-neutral-800\/60{background-color:#26262699}}@media screen and (max-width: 375px){.sm\:bg-neutral-800\/70{background-color:#262626b3}}@media screen and (max-width: 375px){.sm\:bg-neutral-800\/75{background-color:#262626bf}}@media screen and (max-width: 375px){.sm\:bg-neutral-800\/80{background-color:#262626cc}}@media screen and (max-width: 375px){.sm\:bg-neutral-800\/90{background-color:#262626e6}}@media screen and (max-width: 375px){.sm\:bg-neutral-900{background-color:#171717}}@media screen and (max-width: 375px){.sm\:bg-neutral-900\/0{background-color:#17171700}}@media screen and (max-width: 375px){.sm\:bg-neutral-900\/10{background-color:#1717171a}}@media screen and (max-width: 375px){.sm\:bg-neutral-900\/20{background-color:#17171733}}@media screen and (max-width: 375px){.sm\:bg-neutral-900\/30{background-color:#1717174d}}@media screen and (max-width: 375px){.sm\:bg-neutral-900\/40{background-color:#17171766}}@media screen and (max-width: 375px){.sm\:bg-neutral-900\/50{background-color:#17171780}}@media screen and (max-width: 375px){.sm\:bg-neutral-900\/60{background-color:#17171799}}@media screen and (max-width: 375px){.sm\:bg-neutral-900\/70{background-color:#171717b3}}@media screen and (max-width: 375px){.sm\:bg-neutral-900\/75{background-color:#171717bf}}@media screen and (max-width: 375px){.sm\:bg-neutral-900\/80{background-color:#171717cc}}@media screen and (max-width: 375px){.sm\:bg-neutral-900\/90{background-color:#171717e6}}@media screen and (max-width: 375px){.sm\:bg-neutral-950{background-color:#0a0a0a}}@media screen and (max-width: 375px){.sm\:bg-neutral-950\/0{background-color:#0a0a0a00}}@media screen and (max-width: 375px){.sm\:bg-neutral-950\/10{background-color:#0a0a0a1a}}@media screen and (max-width: 375px){.sm\:bg-neutral-950\/20{background-color:#0a0a0a33}}@media screen and (max-width: 375px){.sm\:bg-neutral-950\/30{background-color:#0a0a0a4d}}@media screen and (max-width: 375px){.sm\:bg-neutral-950\/40{background-color:#0a0a0a66}}@media screen and (max-width: 375px){.sm\:bg-neutral-950\/50{background-color:#0a0a0a80}}@media screen and (max-width: 375px){.sm\:bg-neutral-950\/60{background-color:#0a0a0a99}}@media screen and (max-width: 375px){.sm\:bg-neutral-950\/70{background-color:#0a0a0ab3}}@media screen and (max-width: 375px){.sm\:bg-neutral-950\/75{background-color:#0a0a0abf}}@media screen and (max-width: 375px){.sm\:bg-neutral-950\/80{background-color:#0a0a0acc}}@media screen and (max-width: 375px){.sm\:bg-neutral-950\/90{background-color:#0a0a0ae6}}@media screen and (max-width: 375px){.sm\:bg-stone-50{background-color:#fafaf9}}@media screen and (max-width: 375px){.sm\:bg-stone-50\/0{background-color:#fafaf900}}@media screen and (max-width: 375px){.sm\:bg-stone-50\/10{background-color:#fafaf91a}}@media screen and (max-width: 375px){.sm\:bg-stone-50\/20{background-color:#fafaf933}}@media screen and (max-width: 375px){.sm\:bg-stone-50\/30{background-color:#fafaf94d}}@media screen and (max-width: 375px){.sm\:bg-stone-50\/40{background-color:#fafaf966}}@media screen and (max-width: 375px){.sm\:bg-stone-50\/50{background-color:#fafaf980}}@media screen and (max-width: 375px){.sm\:bg-stone-50\/60{background-color:#fafaf999}}@media screen and (max-width: 375px){.sm\:bg-stone-50\/70{background-color:#fafaf9b3}}@media screen and (max-width: 375px){.sm\:bg-stone-50\/75{background-color:#fafaf9bf}}@media screen and (max-width: 375px){.sm\:bg-stone-50\/80{background-color:#fafaf9cc}}@media screen and (max-width: 375px){.sm\:bg-stone-50\/90{background-color:#fafaf9e6}}@media screen and (max-width: 375px){.sm\:bg-stone-100{background-color:#f5f5f4}}@media screen and (max-width: 375px){.sm\:bg-stone-100\/0{background-color:#f5f5f400}}@media screen and (max-width: 375px){.sm\:bg-stone-100\/10{background-color:#f5f5f41a}}@media screen and (max-width: 375px){.sm\:bg-stone-100\/20{background-color:#f5f5f433}}@media screen and (max-width: 375px){.sm\:bg-stone-100\/30{background-color:#f5f5f44d}}@media screen and (max-width: 375px){.sm\:bg-stone-100\/40{background-color:#f5f5f466}}@media screen and (max-width: 375px){.sm\:bg-stone-100\/50{background-color:#f5f5f480}}@media screen and (max-width: 375px){.sm\:bg-stone-100\/60{background-color:#f5f5f499}}@media screen and (max-width: 375px){.sm\:bg-stone-100\/70{background-color:#f5f5f4b3}}@media screen and (max-width: 375px){.sm\:bg-stone-100\/75{background-color:#f5f5f4bf}}@media screen and (max-width: 375px){.sm\:bg-stone-100\/80{background-color:#f5f5f4cc}}@media screen and (max-width: 375px){.sm\:bg-stone-100\/90{background-color:#f5f5f4e6}}@media screen and (max-width: 375px){.sm\:bg-stone-200{background-color:#e7e5e4}}@media screen and (max-width: 375px){.sm\:bg-stone-200\/0{background-color:#e7e5e400}}@media screen and (max-width: 375px){.sm\:bg-stone-200\/10{background-color:#e7e5e41a}}@media screen and (max-width: 375px){.sm\:bg-stone-200\/20{background-color:#e7e5e433}}@media screen and (max-width: 375px){.sm\:bg-stone-200\/30{background-color:#e7e5e44d}}@media screen and (max-width: 375px){.sm\:bg-stone-200\/40{background-color:#e7e5e466}}@media screen and (max-width: 375px){.sm\:bg-stone-200\/50{background-color:#e7e5e480}}@media screen and (max-width: 375px){.sm\:bg-stone-200\/60{background-color:#e7e5e499}}@media screen and (max-width: 375px){.sm\:bg-stone-200\/70{background-color:#e7e5e4b3}}@media screen and (max-width: 375px){.sm\:bg-stone-200\/75{background-color:#e7e5e4bf}}@media screen and (max-width: 375px){.sm\:bg-stone-200\/80{background-color:#e7e5e4cc}}@media screen and (max-width: 375px){.sm\:bg-stone-200\/90{background-color:#e7e5e4e6}}@media screen and (max-width: 375px){.sm\:bg-stone-300{background-color:#d6d3d1}}@media screen and (max-width: 375px){.sm\:bg-stone-300\/0{background-color:#d6d3d100}}@media screen and (max-width: 375px){.sm\:bg-stone-300\/10{background-color:#d6d3d11a}}@media screen and (max-width: 375px){.sm\:bg-stone-300\/20{background-color:#d6d3d133}}@media screen and (max-width: 375px){.sm\:bg-stone-300\/30{background-color:#d6d3d14d}}@media screen and (max-width: 375px){.sm\:bg-stone-300\/40{background-color:#d6d3d166}}@media screen and (max-width: 375px){.sm\:bg-stone-300\/50{background-color:#d6d3d180}}@media screen and (max-width: 375px){.sm\:bg-stone-300\/60{background-color:#d6d3d199}}@media screen and (max-width: 375px){.sm\:bg-stone-300\/70{background-color:#d6d3d1b3}}@media screen and (max-width: 375px){.sm\:bg-stone-300\/75{background-color:#d6d3d1bf}}@media screen and (max-width: 375px){.sm\:bg-stone-300\/80{background-color:#d6d3d1cc}}@media screen and (max-width: 375px){.sm\:bg-stone-300\/90{background-color:#d6d3d1e6}}@media screen and (max-width: 375px){.sm\:bg-stone-400{background-color:#a8a29e}}@media screen and (max-width: 375px){.sm\:bg-stone-400\/0{background-color:#a8a29e00}}@media screen and (max-width: 375px){.sm\:bg-stone-400\/10{background-color:#a8a29e1a}}@media screen and (max-width: 375px){.sm\:bg-stone-400\/20{background-color:#a8a29e33}}@media screen and (max-width: 375px){.sm\:bg-stone-400\/30{background-color:#a8a29e4d}}@media screen and (max-width: 375px){.sm\:bg-stone-400\/40{background-color:#a8a29e66}}@media screen and (max-width: 375px){.sm\:bg-stone-400\/50{background-color:#a8a29e80}}@media screen and (max-width: 375px){.sm\:bg-stone-400\/60{background-color:#a8a29e99}}@media screen and (max-width: 375px){.sm\:bg-stone-400\/70{background-color:#a8a29eb3}}@media screen and (max-width: 375px){.sm\:bg-stone-400\/75{background-color:#a8a29ebf}}@media screen and (max-width: 375px){.sm\:bg-stone-400\/80{background-color:#a8a29ecc}}@media screen and (max-width: 375px){.sm\:bg-stone-400\/90{background-color:#a8a29ee6}}@media screen and (max-width: 375px){.sm\:bg-stone-500{background-color:#78716c}}@media screen and (max-width: 375px){.sm\:bg-stone-500\/0{background-color:#78716c00}}@media screen and (max-width: 375px){.sm\:bg-stone-500\/10{background-color:#78716c1a}}@media screen and (max-width: 375px){.sm\:bg-stone-500\/20{background-color:#78716c33}}@media screen and (max-width: 375px){.sm\:bg-stone-500\/30{background-color:#78716c4d}}@media screen and (max-width: 375px){.sm\:bg-stone-500\/40{background-color:#78716c66}}@media screen and (max-width: 375px){.sm\:bg-stone-500\/50{background-color:#78716c80}}@media screen and (max-width: 375px){.sm\:bg-stone-500\/60{background-color:#78716c99}}@media screen and (max-width: 375px){.sm\:bg-stone-500\/70{background-color:#78716cb3}}@media screen and (max-width: 375px){.sm\:bg-stone-500\/75{background-color:#78716cbf}}@media screen and (max-width: 375px){.sm\:bg-stone-500\/80{background-color:#78716ccc}}@media screen and (max-width: 375px){.sm\:bg-stone-500\/90{background-color:#78716ce6}}@media screen and (max-width: 375px){.sm\:bg-stone-600{background-color:#57534e}}@media screen and (max-width: 375px){.sm\:bg-stone-600\/0{background-color:#57534e00}}@media screen and (max-width: 375px){.sm\:bg-stone-600\/10{background-color:#57534e1a}}@media screen and (max-width: 375px){.sm\:bg-stone-600\/20{background-color:#57534e33}}@media screen and (max-width: 375px){.sm\:bg-stone-600\/30{background-color:#57534e4d}}@media screen and (max-width: 375px){.sm\:bg-stone-600\/40{background-color:#57534e66}}@media screen and (max-width: 375px){.sm\:bg-stone-600\/50{background-color:#57534e80}}@media screen and (max-width: 375px){.sm\:bg-stone-600\/60{background-color:#57534e99}}@media screen and (max-width: 375px){.sm\:bg-stone-600\/70{background-color:#57534eb3}}@media screen and (max-width: 375px){.sm\:bg-stone-600\/75{background-color:#57534ebf}}@media screen and (max-width: 375px){.sm\:bg-stone-600\/80{background-color:#57534ecc}}@media screen and (max-width: 375px){.sm\:bg-stone-600\/90{background-color:#57534ee6}}@media screen and (max-width: 375px){.sm\:bg-stone-700{background-color:#44403c}}@media screen and (max-width: 375px){.sm\:bg-stone-700\/0{background-color:#44403c00}}@media screen and (max-width: 375px){.sm\:bg-stone-700\/10{background-color:#44403c1a}}@media screen and (max-width: 375px){.sm\:bg-stone-700\/20{background-color:#44403c33}}@media screen and (max-width: 375px){.sm\:bg-stone-700\/30{background-color:#44403c4d}}@media screen and (max-width: 375px){.sm\:bg-stone-700\/40{background-color:#44403c66}}@media screen and (max-width: 375px){.sm\:bg-stone-700\/50{background-color:#44403c80}}@media screen and (max-width: 375px){.sm\:bg-stone-700\/60{background-color:#44403c99}}@media screen and (max-width: 375px){.sm\:bg-stone-700\/70{background-color:#44403cb3}}@media screen and (max-width: 375px){.sm\:bg-stone-700\/75{background-color:#44403cbf}}@media screen and (max-width: 375px){.sm\:bg-stone-700\/80{background-color:#44403ccc}}@media screen and (max-width: 375px){.sm\:bg-stone-700\/90{background-color:#44403ce6}}@media screen and (max-width: 375px){.sm\:bg-stone-800{background-color:#292524}}@media screen and (max-width: 375px){.sm\:bg-stone-800\/0{background-color:#29252400}}@media screen and (max-width: 375px){.sm\:bg-stone-800\/10{background-color:#2925241a}}@media screen and (max-width: 375px){.sm\:bg-stone-800\/20{background-color:#29252433}}@media screen and (max-width: 375px){.sm\:bg-stone-800\/30{background-color:#2925244d}}@media screen and (max-width: 375px){.sm\:bg-stone-800\/40{background-color:#29252466}}@media screen and (max-width: 375px){.sm\:bg-stone-800\/50{background-color:#29252480}}@media screen and (max-width: 375px){.sm\:bg-stone-800\/60{background-color:#29252499}}@media screen and (max-width: 375px){.sm\:bg-stone-800\/70{background-color:#292524b3}}@media screen and (max-width: 375px){.sm\:bg-stone-800\/75{background-color:#292524bf}}@media screen and (max-width: 375px){.sm\:bg-stone-800\/80{background-color:#292524cc}}@media screen and (max-width: 375px){.sm\:bg-stone-800\/90{background-color:#292524e6}}@media screen and (max-width: 375px){.sm\:bg-stone-900{background-color:#1c1917}}@media screen and (max-width: 375px){.sm\:bg-stone-900\/0{background-color:#1c191700}}@media screen and (max-width: 375px){.sm\:bg-stone-900\/10{background-color:#1c19171a}}@media screen and (max-width: 375px){.sm\:bg-stone-900\/20{background-color:#1c191733}}@media screen and (max-width: 375px){.sm\:bg-stone-900\/30{background-color:#1c19174d}}@media screen and (max-width: 375px){.sm\:bg-stone-900\/40{background-color:#1c191766}}@media screen and (max-width: 375px){.sm\:bg-stone-900\/50{background-color:#1c191780}}@media screen and (max-width: 375px){.sm\:bg-stone-900\/60{background-color:#1c191799}}@media screen and (max-width: 375px){.sm\:bg-stone-900\/70{background-color:#1c1917b3}}@media screen and (max-width: 375px){.sm\:bg-stone-900\/75{background-color:#1c1917bf}}@media screen and (max-width: 375px){.sm\:bg-stone-900\/80{background-color:#1c1917cc}}@media screen and (max-width: 375px){.sm\:bg-stone-900\/90{background-color:#1c1917e6}}@media screen and (max-width: 375px){.sm\:bg-stone-950{background-color:#0c0a09}}@media screen and (max-width: 375px){.sm\:bg-stone-950\/0{background-color:#0c0a0900}}@media screen and (max-width: 375px){.sm\:bg-stone-950\/10{background-color:#0c0a091a}}@media screen and (max-width: 375px){.sm\:bg-stone-950\/20{background-color:#0c0a0933}}@media screen and (max-width: 375px){.sm\:bg-stone-950\/30{background-color:#0c0a094d}}@media screen and (max-width: 375px){.sm\:bg-stone-950\/40{background-color:#0c0a0966}}@media screen and (max-width: 375px){.sm\:bg-stone-950\/50{background-color:#0c0a0980}}@media screen and (max-width: 375px){.sm\:bg-stone-950\/60{background-color:#0c0a0999}}@media screen and (max-width: 375px){.sm\:bg-stone-950\/70{background-color:#0c0a09b3}}@media screen and (max-width: 375px){.sm\:bg-stone-950\/75{background-color:#0c0a09bf}}@media screen and (max-width: 375px){.sm\:bg-stone-950\/80{background-color:#0c0a09cc}}@media screen and (max-width: 375px){.sm\:bg-stone-950\/90{background-color:#0c0a09e6}}@media screen and (max-width: 375px){.sm\:bg-red-50{background-color:#fef2f2}}@media screen and (max-width: 375px){.sm\:bg-red-50\/0{background-color:#fef2f200}}@media screen and (max-width: 375px){.sm\:bg-red-50\/10{background-color:#fef2f21a}}@media screen and (max-width: 375px){.sm\:bg-red-50\/20{background-color:#fef2f233}}@media screen and (max-width: 375px){.sm\:bg-red-50\/30{background-color:#fef2f24d}}@media screen and (max-width: 375px){.sm\:bg-red-50\/40{background-color:#fef2f266}}@media screen and (max-width: 375px){.sm\:bg-red-50\/50{background-color:#fef2f280}}@media screen and (max-width: 375px){.sm\:bg-red-50\/60{background-color:#fef2f299}}@media screen and (max-width: 375px){.sm\:bg-red-50\/70{background-color:#fef2f2b3}}@media screen and (max-width: 375px){.sm\:bg-red-50\/75{background-color:#fef2f2bf}}@media screen and (max-width: 375px){.sm\:bg-red-50\/80{background-color:#fef2f2cc}}@media screen and (max-width: 375px){.sm\:bg-red-50\/90{background-color:#fef2f2e6}}@media screen and (max-width: 375px){.sm\:bg-red-100{background-color:#fee2e2}}@media screen and (max-width: 375px){.sm\:bg-red-100\/0{background-color:#fee2e200}}@media screen and (max-width: 375px){.sm\:bg-red-100\/10{background-color:#fee2e21a}}@media screen and (max-width: 375px){.sm\:bg-red-100\/20{background-color:#fee2e233}}@media screen and (max-width: 375px){.sm\:bg-red-100\/30{background-color:#fee2e24d}}@media screen and (max-width: 375px){.sm\:bg-red-100\/40{background-color:#fee2e266}}@media screen and (max-width: 375px){.sm\:bg-red-100\/50{background-color:#fee2e280}}@media screen and (max-width: 375px){.sm\:bg-red-100\/60{background-color:#fee2e299}}@media screen and (max-width: 375px){.sm\:bg-red-100\/70{background-color:#fee2e2b3}}@media screen and (max-width: 375px){.sm\:bg-red-100\/75{background-color:#fee2e2bf}}@media screen and (max-width: 375px){.sm\:bg-red-100\/80{background-color:#fee2e2cc}}@media screen and (max-width: 375px){.sm\:bg-red-100\/90{background-color:#fee2e2e6}}@media screen and (max-width: 375px){.sm\:bg-red-200{background-color:#fecaca}}@media screen and (max-width: 375px){.sm\:bg-red-200\/0{background-color:#fecaca00}}@media screen and (max-width: 375px){.sm\:bg-red-200\/10{background-color:#fecaca1a}}@media screen and (max-width: 375px){.sm\:bg-red-200\/20{background-color:#fecaca33}}@media screen and (max-width: 375px){.sm\:bg-red-200\/30{background-color:#fecaca4d}}@media screen and (max-width: 375px){.sm\:bg-red-200\/40{background-color:#fecaca66}}@media screen and (max-width: 375px){.sm\:bg-red-200\/50{background-color:#fecaca80}}@media screen and (max-width: 375px){.sm\:bg-red-200\/60{background-color:#fecaca99}}@media screen and (max-width: 375px){.sm\:bg-red-200\/70{background-color:#fecacab3}}@media screen and (max-width: 375px){.sm\:bg-red-200\/75{background-color:#fecacabf}}@media screen and (max-width: 375px){.sm\:bg-red-200\/80{background-color:#fecacacc}}@media screen and (max-width: 375px){.sm\:bg-red-200\/90{background-color:#fecacae6}}@media screen and (max-width: 375px){.sm\:bg-red-300{background-color:#fca5a5}}@media screen and (max-width: 375px){.sm\:bg-red-300\/0{background-color:#fca5a500}}@media screen and (max-width: 375px){.sm\:bg-red-300\/10{background-color:#fca5a51a}}@media screen and (max-width: 375px){.sm\:bg-red-300\/20{background-color:#fca5a533}}@media screen and (max-width: 375px){.sm\:bg-red-300\/30{background-color:#fca5a54d}}@media screen and (max-width: 375px){.sm\:bg-red-300\/40{background-color:#fca5a566}}@media screen and (max-width: 375px){.sm\:bg-red-300\/50{background-color:#fca5a580}}@media screen and (max-width: 375px){.sm\:bg-red-300\/60{background-color:#fca5a599}}@media screen and (max-width: 375px){.sm\:bg-red-300\/70{background-color:#fca5a5b3}}@media screen and (max-width: 375px){.sm\:bg-red-300\/75{background-color:#fca5a5bf}}@media screen and (max-width: 375px){.sm\:bg-red-300\/80{background-color:#fca5a5cc}}@media screen and (max-width: 375px){.sm\:bg-red-300\/90{background-color:#fca5a5e6}}@media screen and (max-width: 375px){.sm\:bg-red-400{background-color:#f87171}}@media screen and (max-width: 375px){.sm\:bg-red-400\/0{background-color:#f8717100}}@media screen and (max-width: 375px){.sm\:bg-red-400\/10{background-color:#f871711a}}@media screen and (max-width: 375px){.sm\:bg-red-400\/20{background-color:#f8717133}}@media screen and (max-width: 375px){.sm\:bg-red-400\/30{background-color:#f871714d}}@media screen and (max-width: 375px){.sm\:bg-red-400\/40{background-color:#f8717166}}@media screen and (max-width: 375px){.sm\:bg-red-400\/50{background-color:#f8717180}}@media screen and (max-width: 375px){.sm\:bg-red-400\/60{background-color:#f8717199}}@media screen and (max-width: 375px){.sm\:bg-red-400\/70{background-color:#f87171b3}}@media screen and (max-width: 375px){.sm\:bg-red-400\/75{background-color:#f87171bf}}@media screen and (max-width: 375px){.sm\:bg-red-400\/80{background-color:#f87171cc}}@media screen and (max-width: 375px){.sm\:bg-red-400\/90{background-color:#f87171e6}}@media screen and (max-width: 375px){.sm\:bg-red-500{background-color:#ef4444}}@media screen and (max-width: 375px){.sm\:bg-red-500\/0{background-color:#ef444400}}@media screen and (max-width: 375px){.sm\:bg-red-500\/10{background-color:#ef44441a}}@media screen and (max-width: 375px){.sm\:bg-red-500\/20{background-color:#ef444433}}@media screen and (max-width: 375px){.sm\:bg-red-500\/30{background-color:#ef44444d}}@media screen and (max-width: 375px){.sm\:bg-red-500\/40{background-color:#ef444466}}@media screen and (max-width: 375px){.sm\:bg-red-500\/50{background-color:#ef444480}}@media screen and (max-width: 375px){.sm\:bg-red-500\/60{background-color:#ef444499}}@media screen and (max-width: 375px){.sm\:bg-red-500\/70{background-color:#ef4444b3}}@media screen and (max-width: 375px){.sm\:bg-red-500\/75{background-color:#ef4444bf}}@media screen and (max-width: 375px){.sm\:bg-red-500\/80{background-color:#ef4444cc}}@media screen and (max-width: 375px){.sm\:bg-red-500\/90{background-color:#ef4444e6}}@media screen and (max-width: 375px){.sm\:bg-red-600{background-color:#dc2626}}@media screen and (max-width: 375px){.sm\:bg-red-600\/0{background-color:#dc262600}}@media screen and (max-width: 375px){.sm\:bg-red-600\/10{background-color:#dc26261a}}@media screen and (max-width: 375px){.sm\:bg-red-600\/20{background-color:#dc262633}}@media screen and (max-width: 375px){.sm\:bg-red-600\/30{background-color:#dc26264d}}@media screen and (max-width: 375px){.sm\:bg-red-600\/40{background-color:#dc262666}}@media screen and (max-width: 375px){.sm\:bg-red-600\/50{background-color:#dc262680}}@media screen and (max-width: 375px){.sm\:bg-red-600\/60{background-color:#dc262699}}@media screen and (max-width: 375px){.sm\:bg-red-600\/70{background-color:#dc2626b3}}@media screen and (max-width: 375px){.sm\:bg-red-600\/75{background-color:#dc2626bf}}@media screen and (max-width: 375px){.sm\:bg-red-600\/80{background-color:#dc2626cc}}@media screen and (max-width: 375px){.sm\:bg-red-600\/90{background-color:#dc2626e6}}@media screen and (max-width: 375px){.sm\:bg-red-700{background-color:#b91c1c}}@media screen and (max-width: 375px){.sm\:bg-red-700\/0{background-color:#b91c1c00}}@media screen and (max-width: 375px){.sm\:bg-red-700\/10{background-color:#b91c1c1a}}@media screen and (max-width: 375px){.sm\:bg-red-700\/20{background-color:#b91c1c33}}@media screen and (max-width: 375px){.sm\:bg-red-700\/30{background-color:#b91c1c4d}}@media screen and (max-width: 375px){.sm\:bg-red-700\/40{background-color:#b91c1c66}}@media screen and (max-width: 375px){.sm\:bg-red-700\/50{background-color:#b91c1c80}}@media screen and (max-width: 375px){.sm\:bg-red-700\/60{background-color:#b91c1c99}}@media screen and (max-width: 375px){.sm\:bg-red-700\/70{background-color:#b91c1cb3}}@media screen and (max-width: 375px){.sm\:bg-red-700\/75{background-color:#b91c1cbf}}@media screen and (max-width: 375px){.sm\:bg-red-700\/80{background-color:#b91c1ccc}}@media screen and (max-width: 375px){.sm\:bg-red-700\/90{background-color:#b91c1ce6}}@media screen and (max-width: 375px){.sm\:bg-red-800{background-color:#991b1b}}@media screen and (max-width: 375px){.sm\:bg-red-800\/0{background-color:#991b1b00}}@media screen and (max-width: 375px){.sm\:bg-red-800\/10{background-color:#991b1b1a}}@media screen and (max-width: 375px){.sm\:bg-red-800\/20{background-color:#991b1b33}}@media screen and (max-width: 375px){.sm\:bg-red-800\/30{background-color:#991b1b4d}}@media screen and (max-width: 375px){.sm\:bg-red-800\/40{background-color:#991b1b66}}@media screen and (max-width: 375px){.sm\:bg-red-800\/50{background-color:#991b1b80}}@media screen and (max-width: 375px){.sm\:bg-red-800\/60{background-color:#991b1b99}}@media screen and (max-width: 375px){.sm\:bg-red-800\/70{background-color:#991b1bb3}}@media screen and (max-width: 375px){.sm\:bg-red-800\/75{background-color:#991b1bbf}}@media screen and (max-width: 375px){.sm\:bg-red-800\/80{background-color:#991b1bcc}}@media screen and (max-width: 375px){.sm\:bg-red-800\/90{background-color:#991b1be6}}@media screen and (max-width: 375px){.sm\:bg-red-900{background-color:#7f1d1d}}@media screen and (max-width: 375px){.sm\:bg-red-900\/0{background-color:#7f1d1d00}}@media screen and (max-width: 375px){.sm\:bg-red-900\/10{background-color:#7f1d1d1a}}@media screen and (max-width: 375px){.sm\:bg-red-900\/20{background-color:#7f1d1d33}}@media screen and (max-width: 375px){.sm\:bg-red-900\/30{background-color:#7f1d1d4d}}@media screen and (max-width: 375px){.sm\:bg-red-900\/40{background-color:#7f1d1d66}}@media screen and (max-width: 375px){.sm\:bg-red-900\/50{background-color:#7f1d1d80}}@media screen and (max-width: 375px){.sm\:bg-red-900\/60{background-color:#7f1d1d99}}@media screen and (max-width: 375px){.sm\:bg-red-900\/70{background-color:#7f1d1db3}}@media screen and (max-width: 375px){.sm\:bg-red-900\/75{background-color:#7f1d1dbf}}@media screen and (max-width: 375px){.sm\:bg-red-900\/80{background-color:#7f1d1dcc}}@media screen and (max-width: 375px){.sm\:bg-red-900\/90{background-color:#7f1d1de6}}@media screen and (max-width: 375px){.sm\:bg-red-950{background-color:#450a0a}}@media screen and (max-width: 375px){.sm\:bg-red-950\/0{background-color:#450a0a00}}@media screen and (max-width: 375px){.sm\:bg-red-950\/10{background-color:#450a0a1a}}@media screen and (max-width: 375px){.sm\:bg-red-950\/20{background-color:#450a0a33}}@media screen and (max-width: 375px){.sm\:bg-red-950\/30{background-color:#450a0a4d}}@media screen and (max-width: 375px){.sm\:bg-red-950\/40{background-color:#450a0a66}}@media screen and (max-width: 375px){.sm\:bg-red-950\/50{background-color:#450a0a80}}@media screen and (max-width: 375px){.sm\:bg-red-950\/60{background-color:#450a0a99}}@media screen and (max-width: 375px){.sm\:bg-red-950\/70{background-color:#450a0ab3}}@media screen and (max-width: 375px){.sm\:bg-red-950\/75{background-color:#450a0abf}}@media screen and (max-width: 375px){.sm\:bg-red-950\/80{background-color:#450a0acc}}@media screen and (max-width: 375px){.sm\:bg-red-950\/90{background-color:#450a0ae6}}@media screen and (max-width: 375px){.sm\:bg-orange-50{background-color:#fff7ed}}@media screen and (max-width: 375px){.sm\:bg-orange-50\/0{background-color:#fff7ed00}}@media screen and (max-width: 375px){.sm\:bg-orange-50\/10{background-color:#fff7ed1a}}@media screen and (max-width: 375px){.sm\:bg-orange-50\/20{background-color:#fff7ed33}}@media screen and (max-width: 375px){.sm\:bg-orange-50\/30{background-color:#fff7ed4d}}@media screen and (max-width: 375px){.sm\:bg-orange-50\/40{background-color:#fff7ed66}}@media screen and (max-width: 375px){.sm\:bg-orange-50\/50{background-color:#fff7ed80}}@media screen and (max-width: 375px){.sm\:bg-orange-50\/60{background-color:#fff7ed99}}@media screen and (max-width: 375px){.sm\:bg-orange-50\/70{background-color:#fff7edb3}}@media screen and (max-width: 375px){.sm\:bg-orange-50\/75{background-color:#fff7edbf}}@media screen and (max-width: 375px){.sm\:bg-orange-50\/80{background-color:#fff7edcc}}@media screen and (max-width: 375px){.sm\:bg-orange-50\/90{background-color:#fff7ede6}}@media screen and (max-width: 375px){.sm\:bg-orange-100{background-color:#ffedd5}}@media screen and (max-width: 375px){.sm\:bg-orange-100\/0{background-color:#ffedd500}}@media screen and (max-width: 375px){.sm\:bg-orange-100\/10{background-color:#ffedd51a}}@media screen and (max-width: 375px){.sm\:bg-orange-100\/20{background-color:#ffedd533}}@media screen and (max-width: 375px){.sm\:bg-orange-100\/30{background-color:#ffedd54d}}@media screen and (max-width: 375px){.sm\:bg-orange-100\/40{background-color:#ffedd566}}@media screen and (max-width: 375px){.sm\:bg-orange-100\/50{background-color:#ffedd580}}@media screen and (max-width: 375px){.sm\:bg-orange-100\/60{background-color:#ffedd599}}@media screen and (max-width: 375px){.sm\:bg-orange-100\/70{background-color:#ffedd5b3}}@media screen and (max-width: 375px){.sm\:bg-orange-100\/75{background-color:#ffedd5bf}}@media screen and (max-width: 375px){.sm\:bg-orange-100\/80{background-color:#ffedd5cc}}@media screen and (max-width: 375px){.sm\:bg-orange-100\/90{background-color:#ffedd5e6}}@media screen and (max-width: 375px){.sm\:bg-orange-200{background-color:#fed7aa}}@media screen and (max-width: 375px){.sm\:bg-orange-200\/0{background-color:#fed7aa00}}@media screen and (max-width: 375px){.sm\:bg-orange-200\/10{background-color:#fed7aa1a}}@media screen and (max-width: 375px){.sm\:bg-orange-200\/20{background-color:#fed7aa33}}@media screen and (max-width: 375px){.sm\:bg-orange-200\/30{background-color:#fed7aa4d}}@media screen and (max-width: 375px){.sm\:bg-orange-200\/40{background-color:#fed7aa66}}@media screen and (max-width: 375px){.sm\:bg-orange-200\/50{background-color:#fed7aa80}}@media screen and (max-width: 375px){.sm\:bg-orange-200\/60{background-color:#fed7aa99}}@media screen and (max-width: 375px){.sm\:bg-orange-200\/70{background-color:#fed7aab3}}@media screen and (max-width: 375px){.sm\:bg-orange-200\/75{background-color:#fed7aabf}}@media screen and (max-width: 375px){.sm\:bg-orange-200\/80{background-color:#fed7aacc}}@media screen and (max-width: 375px){.sm\:bg-orange-200\/90{background-color:#fed7aae6}}@media screen and (max-width: 375px){.sm\:bg-orange-300{background-color:#fdba74}}@media screen and (max-width: 375px){.sm\:bg-orange-300\/0{background-color:#fdba7400}}@media screen and (max-width: 375px){.sm\:bg-orange-300\/10{background-color:#fdba741a}}@media screen and (max-width: 375px){.sm\:bg-orange-300\/20{background-color:#fdba7433}}@media screen and (max-width: 375px){.sm\:bg-orange-300\/30{background-color:#fdba744d}}@media screen and (max-width: 375px){.sm\:bg-orange-300\/40{background-color:#fdba7466}}@media screen and (max-width: 375px){.sm\:bg-orange-300\/50{background-color:#fdba7480}}@media screen and (max-width: 375px){.sm\:bg-orange-300\/60{background-color:#fdba7499}}@media screen and (max-width: 375px){.sm\:bg-orange-300\/70{background-color:#fdba74b3}}@media screen and (max-width: 375px){.sm\:bg-orange-300\/75{background-color:#fdba74bf}}@media screen and (max-width: 375px){.sm\:bg-orange-300\/80{background-color:#fdba74cc}}@media screen and (max-width: 375px){.sm\:bg-orange-300\/90{background-color:#fdba74e6}}@media screen and (max-width: 375px){.sm\:bg-orange-400{background-color:#fb923c}}@media screen and (max-width: 375px){.sm\:bg-orange-400\/0{background-color:#fb923c00}}@media screen and (max-width: 375px){.sm\:bg-orange-400\/10{background-color:#fb923c1a}}@media screen and (max-width: 375px){.sm\:bg-orange-400\/20{background-color:#fb923c33}}@media screen and (max-width: 375px){.sm\:bg-orange-400\/30{background-color:#fb923c4d}}@media screen and (max-width: 375px){.sm\:bg-orange-400\/40{background-color:#fb923c66}}@media screen and (max-width: 375px){.sm\:bg-orange-400\/50{background-color:#fb923c80}}@media screen and (max-width: 375px){.sm\:bg-orange-400\/60{background-color:#fb923c99}}@media screen and (max-width: 375px){.sm\:bg-orange-400\/70{background-color:#fb923cb3}}@media screen and (max-width: 375px){.sm\:bg-orange-400\/75{background-color:#fb923cbf}}@media screen and (max-width: 375px){.sm\:bg-orange-400\/80{background-color:#fb923ccc}}@media screen and (max-width: 375px){.sm\:bg-orange-400\/90{background-color:#fb923ce6}}@media screen and (max-width: 375px){.sm\:bg-orange-500{background-color:#f97316}}@media screen and (max-width: 375px){.sm\:bg-orange-500\/0{background-color:#f9731600}}@media screen and (max-width: 375px){.sm\:bg-orange-500\/10{background-color:#f973161a}}@media screen and (max-width: 375px){.sm\:bg-orange-500\/20{background-color:#f9731633}}@media screen and (max-width: 375px){.sm\:bg-orange-500\/30{background-color:#f973164d}}@media screen and (max-width: 375px){.sm\:bg-orange-500\/40{background-color:#f9731666}}@media screen and (max-width: 375px){.sm\:bg-orange-500\/50{background-color:#f9731680}}@media screen and (max-width: 375px){.sm\:bg-orange-500\/60{background-color:#f9731699}}@media screen and (max-width: 375px){.sm\:bg-orange-500\/70{background-color:#f97316b3}}@media screen and (max-width: 375px){.sm\:bg-orange-500\/75{background-color:#f97316bf}}@media screen and (max-width: 375px){.sm\:bg-orange-500\/80{background-color:#f97316cc}}@media screen and (max-width: 375px){.sm\:bg-orange-500\/90{background-color:#f97316e6}}@media screen and (max-width: 375px){.sm\:bg-orange-600{background-color:#ea580c}}@media screen and (max-width: 375px){.sm\:bg-orange-600\/0{background-color:#ea580c00}}@media screen and (max-width: 375px){.sm\:bg-orange-600\/10{background-color:#ea580c1a}}@media screen and (max-width: 375px){.sm\:bg-orange-600\/20{background-color:#ea580c33}}@media screen and (max-width: 375px){.sm\:bg-orange-600\/30{background-color:#ea580c4d}}@media screen and (max-width: 375px){.sm\:bg-orange-600\/40{background-color:#ea580c66}}@media screen and (max-width: 375px){.sm\:bg-orange-600\/50{background-color:#ea580c80}}@media screen and (max-width: 375px){.sm\:bg-orange-600\/60{background-color:#ea580c99}}@media screen and (max-width: 375px){.sm\:bg-orange-600\/70{background-color:#ea580cb3}}@media screen and (max-width: 375px){.sm\:bg-orange-600\/75{background-color:#ea580cbf}}@media screen and (max-width: 375px){.sm\:bg-orange-600\/80{background-color:#ea580ccc}}@media screen and (max-width: 375px){.sm\:bg-orange-600\/90{background-color:#ea580ce6}}@media screen and (max-width: 375px){.sm\:bg-orange-700{background-color:#c2410c}}@media screen and (max-width: 375px){.sm\:bg-orange-700\/0{background-color:#c2410c00}}@media screen and (max-width: 375px){.sm\:bg-orange-700\/10{background-color:#c2410c1a}}@media screen and (max-width: 375px){.sm\:bg-orange-700\/20{background-color:#c2410c33}}@media screen and (max-width: 375px){.sm\:bg-orange-700\/30{background-color:#c2410c4d}}@media screen and (max-width: 375px){.sm\:bg-orange-700\/40{background-color:#c2410c66}}@media screen and (max-width: 375px){.sm\:bg-orange-700\/50{background-color:#c2410c80}}@media screen and (max-width: 375px){.sm\:bg-orange-700\/60{background-color:#c2410c99}}@media screen and (max-width: 375px){.sm\:bg-orange-700\/70{background-color:#c2410cb3}}@media screen and (max-width: 375px){.sm\:bg-orange-700\/75{background-color:#c2410cbf}}@media screen and (max-width: 375px){.sm\:bg-orange-700\/80{background-color:#c2410ccc}}@media screen and (max-width: 375px){.sm\:bg-orange-700\/90{background-color:#c2410ce6}}@media screen and (max-width: 375px){.sm\:bg-orange-800{background-color:#9a3412}}@media screen and (max-width: 375px){.sm\:bg-orange-800\/0{background-color:#9a341200}}@media screen and (max-width: 375px){.sm\:bg-orange-800\/10{background-color:#9a34121a}}@media screen and (max-width: 375px){.sm\:bg-orange-800\/20{background-color:#9a341233}}@media screen and (max-width: 375px){.sm\:bg-orange-800\/30{background-color:#9a34124d}}@media screen and (max-width: 375px){.sm\:bg-orange-800\/40{background-color:#9a341266}}@media screen and (max-width: 375px){.sm\:bg-orange-800\/50{background-color:#9a341280}}@media screen and (max-width: 375px){.sm\:bg-orange-800\/60{background-color:#9a341299}}@media screen and (max-width: 375px){.sm\:bg-orange-800\/70{background-color:#9a3412b3}}@media screen and (max-width: 375px){.sm\:bg-orange-800\/75{background-color:#9a3412bf}}@media screen and (max-width: 375px){.sm\:bg-orange-800\/80{background-color:#9a3412cc}}@media screen and (max-width: 375px){.sm\:bg-orange-800\/90{background-color:#9a3412e6}}@media screen and (max-width: 375px){.sm\:bg-orange-900{background-color:#7c2d12}}@media screen and (max-width: 375px){.sm\:bg-orange-900\/0{background-color:#7c2d1200}}@media screen and (max-width: 375px){.sm\:bg-orange-900\/10{background-color:#7c2d121a}}@media screen and (max-width: 375px){.sm\:bg-orange-900\/20{background-color:#7c2d1233}}@media screen and (max-width: 375px){.sm\:bg-orange-900\/30{background-color:#7c2d124d}}@media screen and (max-width: 375px){.sm\:bg-orange-900\/40{background-color:#7c2d1266}}@media screen and (max-width: 375px){.sm\:bg-orange-900\/50{background-color:#7c2d1280}}@media screen and (max-width: 375px){.sm\:bg-orange-900\/60{background-color:#7c2d1299}}@media screen and (max-width: 375px){.sm\:bg-orange-900\/70{background-color:#7c2d12b3}}@media screen and (max-width: 375px){.sm\:bg-orange-900\/75{background-color:#7c2d12bf}}@media screen and (max-width: 375px){.sm\:bg-orange-900\/80{background-color:#7c2d12cc}}@media screen and (max-width: 375px){.sm\:bg-orange-900\/90{background-color:#7c2d12e6}}@media screen and (max-width: 375px){.sm\:bg-orange-950{background-color:#431407}}@media screen and (max-width: 375px){.sm\:bg-orange-950\/0{background-color:#43140700}}@media screen and (max-width: 375px){.sm\:bg-orange-950\/10{background-color:#4314071a}}@media screen and (max-width: 375px){.sm\:bg-orange-950\/20{background-color:#43140733}}@media screen and (max-width: 375px){.sm\:bg-orange-950\/30{background-color:#4314074d}}@media screen and (max-width: 375px){.sm\:bg-orange-950\/40{background-color:#43140766}}@media screen and (max-width: 375px){.sm\:bg-orange-950\/50{background-color:#43140780}}@media screen and (max-width: 375px){.sm\:bg-orange-950\/60{background-color:#43140799}}@media screen and (max-width: 375px){.sm\:bg-orange-950\/70{background-color:#431407b3}}@media screen and (max-width: 375px){.sm\:bg-orange-950\/75{background-color:#431407bf}}@media screen and (max-width: 375px){.sm\:bg-orange-950\/80{background-color:#431407cc}}@media screen and (max-width: 375px){.sm\:bg-orange-950\/90{background-color:#431407e6}}@media screen and (max-width: 375px){.sm\:bg-amber-50{background-color:#fffbeb}}@media screen and (max-width: 375px){.sm\:bg-amber-50\/0{background-color:#fffbeb00}}@media screen and (max-width: 375px){.sm\:bg-amber-50\/10{background-color:#fffbeb1a}}@media screen and (max-width: 375px){.sm\:bg-amber-50\/20{background-color:#fffbeb33}}@media screen and (max-width: 375px){.sm\:bg-amber-50\/30{background-color:#fffbeb4d}}@media screen and (max-width: 375px){.sm\:bg-amber-50\/40{background-color:#fffbeb66}}@media screen and (max-width: 375px){.sm\:bg-amber-50\/50{background-color:#fffbeb80}}@media screen and (max-width: 375px){.sm\:bg-amber-50\/60{background-color:#fffbeb99}}@media screen and (max-width: 375px){.sm\:bg-amber-50\/70{background-color:#fffbebb3}}@media screen and (max-width: 375px){.sm\:bg-amber-50\/75{background-color:#fffbebbf}}@media screen and (max-width: 375px){.sm\:bg-amber-50\/80{background-color:#fffbebcc}}@media screen and (max-width: 375px){.sm\:bg-amber-50\/90{background-color:#fffbebe6}}@media screen and (max-width: 375px){.sm\:bg-amber-100{background-color:#fef3c7}}@media screen and (max-width: 375px){.sm\:bg-amber-100\/0{background-color:#fef3c700}}@media screen and (max-width: 375px){.sm\:bg-amber-100\/10{background-color:#fef3c71a}}@media screen and (max-width: 375px){.sm\:bg-amber-100\/20{background-color:#fef3c733}}@media screen and (max-width: 375px){.sm\:bg-amber-100\/30{background-color:#fef3c74d}}@media screen and (max-width: 375px){.sm\:bg-amber-100\/40{background-color:#fef3c766}}@media screen and (max-width: 375px){.sm\:bg-amber-100\/50{background-color:#fef3c780}}@media screen and (max-width: 375px){.sm\:bg-amber-100\/60{background-color:#fef3c799}}@media screen and (max-width: 375px){.sm\:bg-amber-100\/70{background-color:#fef3c7b3}}@media screen and (max-width: 375px){.sm\:bg-amber-100\/75{background-color:#fef3c7bf}}@media screen and (max-width: 375px){.sm\:bg-amber-100\/80{background-color:#fef3c7cc}}@media screen and (max-width: 375px){.sm\:bg-amber-100\/90{background-color:#fef3c7e6}}@media screen and (max-width: 375px){.sm\:bg-amber-200{background-color:#fde68a}}@media screen and (max-width: 375px){.sm\:bg-amber-200\/0{background-color:#fde68a00}}@media screen and (max-width: 375px){.sm\:bg-amber-200\/10{background-color:#fde68a1a}}@media screen and (max-width: 375px){.sm\:bg-amber-200\/20{background-color:#fde68a33}}@media screen and (max-width: 375px){.sm\:bg-amber-200\/30{background-color:#fde68a4d}}@media screen and (max-width: 375px){.sm\:bg-amber-200\/40{background-color:#fde68a66}}@media screen and (max-width: 375px){.sm\:bg-amber-200\/50{background-color:#fde68a80}}@media screen and (max-width: 375px){.sm\:bg-amber-200\/60{background-color:#fde68a99}}@media screen and (max-width: 375px){.sm\:bg-amber-200\/70{background-color:#fde68ab3}}@media screen and (max-width: 375px){.sm\:bg-amber-200\/75{background-color:#fde68abf}}@media screen and (max-width: 375px){.sm\:bg-amber-200\/80{background-color:#fde68acc}}@media screen and (max-width: 375px){.sm\:bg-amber-200\/90{background-color:#fde68ae6}}@media screen and (max-width: 375px){.sm\:bg-amber-300{background-color:#fcd34d}}@media screen and (max-width: 375px){.sm\:bg-amber-300\/0{background-color:#fcd34d00}}@media screen and (max-width: 375px){.sm\:bg-amber-300\/10{background-color:#fcd34d1a}}@media screen and (max-width: 375px){.sm\:bg-amber-300\/20{background-color:#fcd34d33}}@media screen and (max-width: 375px){.sm\:bg-amber-300\/30{background-color:#fcd34d4d}}@media screen and (max-width: 375px){.sm\:bg-amber-300\/40{background-color:#fcd34d66}}@media screen and (max-width: 375px){.sm\:bg-amber-300\/50{background-color:#fcd34d80}}@media screen and (max-width: 375px){.sm\:bg-amber-300\/60{background-color:#fcd34d99}}@media screen and (max-width: 375px){.sm\:bg-amber-300\/70{background-color:#fcd34db3}}@media screen and (max-width: 375px){.sm\:bg-amber-300\/75{background-color:#fcd34dbf}}@media screen and (max-width: 375px){.sm\:bg-amber-300\/80{background-color:#fcd34dcc}}@media screen and (max-width: 375px){.sm\:bg-amber-300\/90{background-color:#fcd34de6}}@media screen and (max-width: 375px){.sm\:bg-amber-400{background-color:#fbbf24}}@media screen and (max-width: 375px){.sm\:bg-amber-400\/0{background-color:#fbbf2400}}@media screen and (max-width: 375px){.sm\:bg-amber-400\/10{background-color:#fbbf241a}}@media screen and (max-width: 375px){.sm\:bg-amber-400\/20{background-color:#fbbf2433}}@media screen and (max-width: 375px){.sm\:bg-amber-400\/30{background-color:#fbbf244d}}@media screen and (max-width: 375px){.sm\:bg-amber-400\/40{background-color:#fbbf2466}}@media screen and (max-width: 375px){.sm\:bg-amber-400\/50{background-color:#fbbf2480}}@media screen and (max-width: 375px){.sm\:bg-amber-400\/60{background-color:#fbbf2499}}@media screen and (max-width: 375px){.sm\:bg-amber-400\/70{background-color:#fbbf24b3}}@media screen and (max-width: 375px){.sm\:bg-amber-400\/75{background-color:#fbbf24bf}}@media screen and (max-width: 375px){.sm\:bg-amber-400\/80{background-color:#fbbf24cc}}@media screen and (max-width: 375px){.sm\:bg-amber-400\/90{background-color:#fbbf24e6}}@media screen and (max-width: 375px){.sm\:bg-amber-500{background-color:#f59e0b}}@media screen and (max-width: 375px){.sm\:bg-amber-500\/0{background-color:#f59e0b00}}@media screen and (max-width: 375px){.sm\:bg-amber-500\/10{background-color:#f59e0b1a}}@media screen and (max-width: 375px){.sm\:bg-amber-500\/20{background-color:#f59e0b33}}@media screen and (max-width: 375px){.sm\:bg-amber-500\/30{background-color:#f59e0b4d}}@media screen and (max-width: 375px){.sm\:bg-amber-500\/40{background-color:#f59e0b66}}@media screen and (max-width: 375px){.sm\:bg-amber-500\/50{background-color:#f59e0b80}}@media screen and (max-width: 375px){.sm\:bg-amber-500\/60{background-color:#f59e0b99}}@media screen and (max-width: 375px){.sm\:bg-amber-500\/70{background-color:#f59e0bb3}}@media screen and (max-width: 375px){.sm\:bg-amber-500\/75{background-color:#f59e0bbf}}@media screen and (max-width: 375px){.sm\:bg-amber-500\/80{background-color:#f59e0bcc}}@media screen and (max-width: 375px){.sm\:bg-amber-500\/90{background-color:#f59e0be6}}@media screen and (max-width: 375px){.sm\:bg-amber-600{background-color:#d97706}}@media screen and (max-width: 375px){.sm\:bg-amber-600\/0{background-color:#d9770600}}@media screen and (max-width: 375px){.sm\:bg-amber-600\/10{background-color:#d977061a}}@media screen and (max-width: 375px){.sm\:bg-amber-600\/20{background-color:#d9770633}}@media screen and (max-width: 375px){.sm\:bg-amber-600\/30{background-color:#d977064d}}@media screen and (max-width: 375px){.sm\:bg-amber-600\/40{background-color:#d9770666}}@media screen and (max-width: 375px){.sm\:bg-amber-600\/50{background-color:#d9770680}}@media screen and (max-width: 375px){.sm\:bg-amber-600\/60{background-color:#d9770699}}@media screen and (max-width: 375px){.sm\:bg-amber-600\/70{background-color:#d97706b3}}@media screen and (max-width: 375px){.sm\:bg-amber-600\/75{background-color:#d97706bf}}@media screen and (max-width: 375px){.sm\:bg-amber-600\/80{background-color:#d97706cc}}@media screen and (max-width: 375px){.sm\:bg-amber-600\/90{background-color:#d97706e6}}@media screen and (max-width: 375px){.sm\:bg-amber-700{background-color:#b45309}}@media screen and (max-width: 375px){.sm\:bg-amber-700\/0{background-color:#b4530900}}@media screen and (max-width: 375px){.sm\:bg-amber-700\/10{background-color:#b453091a}}@media screen and (max-width: 375px){.sm\:bg-amber-700\/20{background-color:#b4530933}}@media screen and (max-width: 375px){.sm\:bg-amber-700\/30{background-color:#b453094d}}@media screen and (max-width: 375px){.sm\:bg-amber-700\/40{background-color:#b4530966}}@media screen and (max-width: 375px){.sm\:bg-amber-700\/50{background-color:#b4530980}}@media screen and (max-width: 375px){.sm\:bg-amber-700\/60{background-color:#b4530999}}@media screen and (max-width: 375px){.sm\:bg-amber-700\/70{background-color:#b45309b3}}@media screen and (max-width: 375px){.sm\:bg-amber-700\/75{background-color:#b45309bf}}@media screen and (max-width: 375px){.sm\:bg-amber-700\/80{background-color:#b45309cc}}@media screen and (max-width: 375px){.sm\:bg-amber-700\/90{background-color:#b45309e6}}@media screen and (max-width: 375px){.sm\:bg-amber-800{background-color:#92400e}}@media screen and (max-width: 375px){.sm\:bg-amber-800\/0{background-color:#92400e00}}@media screen and (max-width: 375px){.sm\:bg-amber-800\/10{background-color:#92400e1a}}@media screen and (max-width: 375px){.sm\:bg-amber-800\/20{background-color:#92400e33}}@media screen and (max-width: 375px){.sm\:bg-amber-800\/30{background-color:#92400e4d}}@media screen and (max-width: 375px){.sm\:bg-amber-800\/40{background-color:#92400e66}}@media screen and (max-width: 375px){.sm\:bg-amber-800\/50{background-color:#92400e80}}@media screen and (max-width: 375px){.sm\:bg-amber-800\/60{background-color:#92400e99}}@media screen and (max-width: 375px){.sm\:bg-amber-800\/70{background-color:#92400eb3}}@media screen and (max-width: 375px){.sm\:bg-amber-800\/75{background-color:#92400ebf}}@media screen and (max-width: 375px){.sm\:bg-amber-800\/80{background-color:#92400ecc}}@media screen and (max-width: 375px){.sm\:bg-amber-800\/90{background-color:#92400ee6}}@media screen and (max-width: 375px){.sm\:bg-amber-900{background-color:#78350f}}@media screen and (max-width: 375px){.sm\:bg-amber-900\/0{background-color:#78350f00}}@media screen and (max-width: 375px){.sm\:bg-amber-900\/10{background-color:#78350f1a}}@media screen and (max-width: 375px){.sm\:bg-amber-900\/20{background-color:#78350f33}}@media screen and (max-width: 375px){.sm\:bg-amber-900\/30{background-color:#78350f4d}}@media screen and (max-width: 375px){.sm\:bg-amber-900\/40{background-color:#78350f66}}@media screen and (max-width: 375px){.sm\:bg-amber-900\/50{background-color:#78350f80}}@media screen and (max-width: 375px){.sm\:bg-amber-900\/60{background-color:#78350f99}}@media screen and (max-width: 375px){.sm\:bg-amber-900\/70{background-color:#78350fb3}}@media screen and (max-width: 375px){.sm\:bg-amber-900\/75{background-color:#78350fbf}}@media screen and (max-width: 375px){.sm\:bg-amber-900\/80{background-color:#78350fcc}}@media screen and (max-width: 375px){.sm\:bg-amber-900\/90{background-color:#78350fe6}}@media screen and (max-width: 375px){.sm\:bg-amber-950{background-color:#451a03}}@media screen and (max-width: 375px){.sm\:bg-amber-950\/0{background-color:#451a0300}}@media screen and (max-width: 375px){.sm\:bg-amber-950\/10{background-color:#451a031a}}@media screen and (max-width: 375px){.sm\:bg-amber-950\/20{background-color:#451a0333}}@media screen and (max-width: 375px){.sm\:bg-amber-950\/30{background-color:#451a034d}}@media screen and (max-width: 375px){.sm\:bg-amber-950\/40{background-color:#451a0366}}@media screen and (max-width: 375px){.sm\:bg-amber-950\/50{background-color:#451a0380}}@media screen and (max-width: 375px){.sm\:bg-amber-950\/60{background-color:#451a0399}}@media screen and (max-width: 375px){.sm\:bg-amber-950\/70{background-color:#451a03b3}}@media screen and (max-width: 375px){.sm\:bg-amber-950\/75{background-color:#451a03bf}}@media screen and (max-width: 375px){.sm\:bg-amber-950\/80{background-color:#451a03cc}}@media screen and (max-width: 375px){.sm\:bg-amber-950\/90{background-color:#451a03e6}}@media screen and (max-width: 375px){.sm\:bg-yellow-50{background-color:#fefce8}}@media screen and (max-width: 375px){.sm\:bg-yellow-50\/0{background-color:#fefce800}}@media screen and (max-width: 375px){.sm\:bg-yellow-50\/10{background-color:#fefce81a}}@media screen and (max-width: 375px){.sm\:bg-yellow-50\/20{background-color:#fefce833}}@media screen and (max-width: 375px){.sm\:bg-yellow-50\/30{background-color:#fefce84d}}@media screen and (max-width: 375px){.sm\:bg-yellow-50\/40{background-color:#fefce866}}@media screen and (max-width: 375px){.sm\:bg-yellow-50\/50{background-color:#fefce880}}@media screen and (max-width: 375px){.sm\:bg-yellow-50\/60{background-color:#fefce899}}@media screen and (max-width: 375px){.sm\:bg-yellow-50\/70{background-color:#fefce8b3}}@media screen and (max-width: 375px){.sm\:bg-yellow-50\/75{background-color:#fefce8bf}}@media screen and (max-width: 375px){.sm\:bg-yellow-50\/80{background-color:#fefce8cc}}@media screen and (max-width: 375px){.sm\:bg-yellow-50\/90{background-color:#fefce8e6}}@media screen and (max-width: 375px){.sm\:bg-yellow-100{background-color:#fef9c3}}@media screen and (max-width: 375px){.sm\:bg-yellow-100\/0{background-color:#fef9c300}}@media screen and (max-width: 375px){.sm\:bg-yellow-100\/10{background-color:#fef9c31a}}@media screen and (max-width: 375px){.sm\:bg-yellow-100\/20{background-color:#fef9c333}}@media screen and (max-width: 375px){.sm\:bg-yellow-100\/30{background-color:#fef9c34d}}@media screen and (max-width: 375px){.sm\:bg-yellow-100\/40{background-color:#fef9c366}}@media screen and (max-width: 375px){.sm\:bg-yellow-100\/50{background-color:#fef9c380}}@media screen and (max-width: 375px){.sm\:bg-yellow-100\/60{background-color:#fef9c399}}@media screen and (max-width: 375px){.sm\:bg-yellow-100\/70{background-color:#fef9c3b3}}@media screen and (max-width: 375px){.sm\:bg-yellow-100\/75{background-color:#fef9c3bf}}@media screen and (max-width: 375px){.sm\:bg-yellow-100\/80{background-color:#fef9c3cc}}@media screen and (max-width: 375px){.sm\:bg-yellow-100\/90{background-color:#fef9c3e6}}@media screen and (max-width: 375px){.sm\:bg-yellow-200{background-color:#fef08a}}@media screen and (max-width: 375px){.sm\:bg-yellow-200\/0{background-color:#fef08a00}}@media screen and (max-width: 375px){.sm\:bg-yellow-200\/10{background-color:#fef08a1a}}@media screen and (max-width: 375px){.sm\:bg-yellow-200\/20{background-color:#fef08a33}}@media screen and (max-width: 375px){.sm\:bg-yellow-200\/30{background-color:#fef08a4d}}@media screen and (max-width: 375px){.sm\:bg-yellow-200\/40{background-color:#fef08a66}}@media screen and (max-width: 375px){.sm\:bg-yellow-200\/50{background-color:#fef08a80}}@media screen and (max-width: 375px){.sm\:bg-yellow-200\/60{background-color:#fef08a99}}@media screen and (max-width: 375px){.sm\:bg-yellow-200\/70{background-color:#fef08ab3}}@media screen and (max-width: 375px){.sm\:bg-yellow-200\/75{background-color:#fef08abf}}@media screen and (max-width: 375px){.sm\:bg-yellow-200\/80{background-color:#fef08acc}}@media screen and (max-width: 375px){.sm\:bg-yellow-200\/90{background-color:#fef08ae6}}@media screen and (max-width: 375px){.sm\:bg-yellow-300{background-color:#fde047}}@media screen and (max-width: 375px){.sm\:bg-yellow-300\/0{background-color:#fde04700}}@media screen and (max-width: 375px){.sm\:bg-yellow-300\/10{background-color:#fde0471a}}@media screen and (max-width: 375px){.sm\:bg-yellow-300\/20{background-color:#fde04733}}@media screen and (max-width: 375px){.sm\:bg-yellow-300\/30{background-color:#fde0474d}}@media screen and (max-width: 375px){.sm\:bg-yellow-300\/40{background-color:#fde04766}}@media screen and (max-width: 375px){.sm\:bg-yellow-300\/50{background-color:#fde04780}}@media screen and (max-width: 375px){.sm\:bg-yellow-300\/60{background-color:#fde04799}}@media screen and (max-width: 375px){.sm\:bg-yellow-300\/70{background-color:#fde047b3}}@media screen and (max-width: 375px){.sm\:bg-yellow-300\/75{background-color:#fde047bf}}@media screen and (max-width: 375px){.sm\:bg-yellow-300\/80{background-color:#fde047cc}}@media screen and (max-width: 375px){.sm\:bg-yellow-300\/90{background-color:#fde047e6}}@media screen and (max-width: 375px){.sm\:bg-yellow-400{background-color:#facc15}}@media screen and (max-width: 375px){.sm\:bg-yellow-400\/0{background-color:#facc1500}}@media screen and (max-width: 375px){.sm\:bg-yellow-400\/10{background-color:#facc151a}}@media screen and (max-width: 375px){.sm\:bg-yellow-400\/20{background-color:#facc1533}}@media screen and (max-width: 375px){.sm\:bg-yellow-400\/30{background-color:#facc154d}}@media screen and (max-width: 375px){.sm\:bg-yellow-400\/40{background-color:#facc1566}}@media screen and (max-width: 375px){.sm\:bg-yellow-400\/50{background-color:#facc1580}}@media screen and (max-width: 375px){.sm\:bg-yellow-400\/60{background-color:#facc1599}}@media screen and (max-width: 375px){.sm\:bg-yellow-400\/70{background-color:#facc15b3}}@media screen and (max-width: 375px){.sm\:bg-yellow-400\/75{background-color:#facc15bf}}@media screen and (max-width: 375px){.sm\:bg-yellow-400\/80{background-color:#facc15cc}}@media screen and (max-width: 375px){.sm\:bg-yellow-400\/90{background-color:#facc15e6}}@media screen and (max-width: 375px){.sm\:bg-yellow-500{background-color:#eab308}}@media screen and (max-width: 375px){.sm\:bg-yellow-500\/0{background-color:#eab30800}}@media screen and (max-width: 375px){.sm\:bg-yellow-500\/10{background-color:#eab3081a}}@media screen and (max-width: 375px){.sm\:bg-yellow-500\/20{background-color:#eab30833}}@media screen and (max-width: 375px){.sm\:bg-yellow-500\/30{background-color:#eab3084d}}@media screen and (max-width: 375px){.sm\:bg-yellow-500\/40{background-color:#eab30866}}@media screen and (max-width: 375px){.sm\:bg-yellow-500\/50{background-color:#eab30880}}@media screen and (max-width: 375px){.sm\:bg-yellow-500\/60{background-color:#eab30899}}@media screen and (max-width: 375px){.sm\:bg-yellow-500\/70{background-color:#eab308b3}}@media screen and (max-width: 375px){.sm\:bg-yellow-500\/75{background-color:#eab308bf}}@media screen and (max-width: 375px){.sm\:bg-yellow-500\/80{background-color:#eab308cc}}@media screen and (max-width: 375px){.sm\:bg-yellow-500\/90{background-color:#eab308e6}}@media screen and (max-width: 375px){.sm\:bg-yellow-600{background-color:#ca8a04}}@media screen and (max-width: 375px){.sm\:bg-yellow-600\/0{background-color:#ca8a0400}}@media screen and (max-width: 375px){.sm\:bg-yellow-600\/10{background-color:#ca8a041a}}@media screen and (max-width: 375px){.sm\:bg-yellow-600\/20{background-color:#ca8a0433}}@media screen and (max-width: 375px){.sm\:bg-yellow-600\/30{background-color:#ca8a044d}}@media screen and (max-width: 375px){.sm\:bg-yellow-600\/40{background-color:#ca8a0466}}@media screen and (max-width: 375px){.sm\:bg-yellow-600\/50{background-color:#ca8a0480}}@media screen and (max-width: 375px){.sm\:bg-yellow-600\/60{background-color:#ca8a0499}}@media screen and (max-width: 375px){.sm\:bg-yellow-600\/70{background-color:#ca8a04b3}}@media screen and (max-width: 375px){.sm\:bg-yellow-600\/75{background-color:#ca8a04bf}}@media screen and (max-width: 375px){.sm\:bg-yellow-600\/80{background-color:#ca8a04cc}}@media screen and (max-width: 375px){.sm\:bg-yellow-600\/90{background-color:#ca8a04e6}}@media screen and (max-width: 375px){.sm\:bg-yellow-700{background-color:#a16207}}@media screen and (max-width: 375px){.sm\:bg-yellow-700\/0{background-color:#a1620700}}@media screen and (max-width: 375px){.sm\:bg-yellow-700\/10{background-color:#a162071a}}@media screen and (max-width: 375px){.sm\:bg-yellow-700\/20{background-color:#a1620733}}@media screen and (max-width: 375px){.sm\:bg-yellow-700\/30{background-color:#a162074d}}@media screen and (max-width: 375px){.sm\:bg-yellow-700\/40{background-color:#a1620766}}@media screen and (max-width: 375px){.sm\:bg-yellow-700\/50{background-color:#a1620780}}@media screen and (max-width: 375px){.sm\:bg-yellow-700\/60{background-color:#a1620799}}@media screen and (max-width: 375px){.sm\:bg-yellow-700\/70{background-color:#a16207b3}}@media screen and (max-width: 375px){.sm\:bg-yellow-700\/75{background-color:#a16207bf}}@media screen and (max-width: 375px){.sm\:bg-yellow-700\/80{background-color:#a16207cc}}@media screen and (max-width: 375px){.sm\:bg-yellow-700\/90{background-color:#a16207e6}}@media screen and (max-width: 375px){.sm\:bg-yellow-800{background-color:#854d0e}}@media screen and (max-width: 375px){.sm\:bg-yellow-800\/0{background-color:#854d0e00}}@media screen and (max-width: 375px){.sm\:bg-yellow-800\/10{background-color:#854d0e1a}}@media screen and (max-width: 375px){.sm\:bg-yellow-800\/20{background-color:#854d0e33}}@media screen and (max-width: 375px){.sm\:bg-yellow-800\/30{background-color:#854d0e4d}}@media screen and (max-width: 375px){.sm\:bg-yellow-800\/40{background-color:#854d0e66}}@media screen and (max-width: 375px){.sm\:bg-yellow-800\/50{background-color:#854d0e80}}@media screen and (max-width: 375px){.sm\:bg-yellow-800\/60{background-color:#854d0e99}}@media screen and (max-width: 375px){.sm\:bg-yellow-800\/70{background-color:#854d0eb3}}@media screen and (max-width: 375px){.sm\:bg-yellow-800\/75{background-color:#854d0ebf}}@media screen and (max-width: 375px){.sm\:bg-yellow-800\/80{background-color:#854d0ecc}}@media screen and (max-width: 375px){.sm\:bg-yellow-800\/90{background-color:#854d0ee6}}@media screen and (max-width: 375px){.sm\:bg-yellow-900{background-color:#713f12}}@media screen and (max-width: 375px){.sm\:bg-yellow-900\/0{background-color:#713f1200}}@media screen and (max-width: 375px){.sm\:bg-yellow-900\/10{background-color:#713f121a}}@media screen and (max-width: 375px){.sm\:bg-yellow-900\/20{background-color:#713f1233}}@media screen and (max-width: 375px){.sm\:bg-yellow-900\/30{background-color:#713f124d}}@media screen and (max-width: 375px){.sm\:bg-yellow-900\/40{background-color:#713f1266}}@media screen and (max-width: 375px){.sm\:bg-yellow-900\/50{background-color:#713f1280}}@media screen and (max-width: 375px){.sm\:bg-yellow-900\/60{background-color:#713f1299}}@media screen and (max-width: 375px){.sm\:bg-yellow-900\/70{background-color:#713f12b3}}@media screen and (max-width: 375px){.sm\:bg-yellow-900\/75{background-color:#713f12bf}}@media screen and (max-width: 375px){.sm\:bg-yellow-900\/80{background-color:#713f12cc}}@media screen and (max-width: 375px){.sm\:bg-yellow-900\/90{background-color:#713f12e6}}@media screen and (max-width: 375px){.sm\:bg-yellow-950{background-color:#422006}}@media screen and (max-width: 375px){.sm\:bg-yellow-950\/0{background-color:#42200600}}@media screen and (max-width: 375px){.sm\:bg-yellow-950\/10{background-color:#4220061a}}@media screen and (max-width: 375px){.sm\:bg-yellow-950\/20{background-color:#42200633}}@media screen and (max-width: 375px){.sm\:bg-yellow-950\/30{background-color:#4220064d}}@media screen and (max-width: 375px){.sm\:bg-yellow-950\/40{background-color:#42200666}}@media screen and (max-width: 375px){.sm\:bg-yellow-950\/50{background-color:#42200680}}@media screen and (max-width: 375px){.sm\:bg-yellow-950\/60{background-color:#42200699}}@media screen and (max-width: 375px){.sm\:bg-yellow-950\/70{background-color:#422006b3}}@media screen and (max-width: 375px){.sm\:bg-yellow-950\/75{background-color:#422006bf}}@media screen and (max-width: 375px){.sm\:bg-yellow-950\/80{background-color:#422006cc}}@media screen and (max-width: 375px){.sm\:bg-yellow-950\/90{background-color:#422006e6}}@media screen and (max-width: 375px){.sm\:bg-lime-50{background-color:#f7fee7}}@media screen and (max-width: 375px){.sm\:bg-lime-50\/0{background-color:#f7fee700}}@media screen and (max-width: 375px){.sm\:bg-lime-50\/10{background-color:#f7fee71a}}@media screen and (max-width: 375px){.sm\:bg-lime-50\/20{background-color:#f7fee733}}@media screen and (max-width: 375px){.sm\:bg-lime-50\/30{background-color:#f7fee74d}}@media screen and (max-width: 375px){.sm\:bg-lime-50\/40{background-color:#f7fee766}}@media screen and (max-width: 375px){.sm\:bg-lime-50\/50{background-color:#f7fee780}}@media screen and (max-width: 375px){.sm\:bg-lime-50\/60{background-color:#f7fee799}}@media screen and (max-width: 375px){.sm\:bg-lime-50\/70{background-color:#f7fee7b3}}@media screen and (max-width: 375px){.sm\:bg-lime-50\/75{background-color:#f7fee7bf}}@media screen and (max-width: 375px){.sm\:bg-lime-50\/80{background-color:#f7fee7cc}}@media screen and (max-width: 375px){.sm\:bg-lime-50\/90{background-color:#f7fee7e6}}@media screen and (max-width: 375px){.sm\:bg-lime-100{background-color:#ecfccb}}@media screen and (max-width: 375px){.sm\:bg-lime-100\/0{background-color:#ecfccb00}}@media screen and (max-width: 375px){.sm\:bg-lime-100\/10{background-color:#ecfccb1a}}@media screen and (max-width: 375px){.sm\:bg-lime-100\/20{background-color:#ecfccb33}}@media screen and (max-width: 375px){.sm\:bg-lime-100\/30{background-color:#ecfccb4d}}@media screen and (max-width: 375px){.sm\:bg-lime-100\/40{background-color:#ecfccb66}}@media screen and (max-width: 375px){.sm\:bg-lime-100\/50{background-color:#ecfccb80}}@media screen and (max-width: 375px){.sm\:bg-lime-100\/60{background-color:#ecfccb99}}@media screen and (max-width: 375px){.sm\:bg-lime-100\/70{background-color:#ecfccbb3}}@media screen and (max-width: 375px){.sm\:bg-lime-100\/75{background-color:#ecfccbbf}}@media screen and (max-width: 375px){.sm\:bg-lime-100\/80{background-color:#ecfccbcc}}@media screen and (max-width: 375px){.sm\:bg-lime-100\/90{background-color:#ecfccbe6}}@media screen and (max-width: 375px){.sm\:bg-lime-200{background-color:#d9f99d}}@media screen and (max-width: 375px){.sm\:bg-lime-200\/0{background-color:#d9f99d00}}@media screen and (max-width: 375px){.sm\:bg-lime-200\/10{background-color:#d9f99d1a}}@media screen and (max-width: 375px){.sm\:bg-lime-200\/20{background-color:#d9f99d33}}@media screen and (max-width: 375px){.sm\:bg-lime-200\/30{background-color:#d9f99d4d}}@media screen and (max-width: 375px){.sm\:bg-lime-200\/40{background-color:#d9f99d66}}@media screen and (max-width: 375px){.sm\:bg-lime-200\/50{background-color:#d9f99d80}}@media screen and (max-width: 375px){.sm\:bg-lime-200\/60{background-color:#d9f99d99}}@media screen and (max-width: 375px){.sm\:bg-lime-200\/70{background-color:#d9f99db3}}@media screen and (max-width: 375px){.sm\:bg-lime-200\/75{background-color:#d9f99dbf}}@media screen and (max-width: 375px){.sm\:bg-lime-200\/80{background-color:#d9f99dcc}}@media screen and (max-width: 375px){.sm\:bg-lime-200\/90{background-color:#d9f99de6}}@media screen and (max-width: 375px){.sm\:bg-lime-300{background-color:#bef264}}@media screen and (max-width: 375px){.sm\:bg-lime-300\/0{background-color:#bef26400}}@media screen and (max-width: 375px){.sm\:bg-lime-300\/10{background-color:#bef2641a}}@media screen and (max-width: 375px){.sm\:bg-lime-300\/20{background-color:#bef26433}}@media screen and (max-width: 375px){.sm\:bg-lime-300\/30{background-color:#bef2644d}}@media screen and (max-width: 375px){.sm\:bg-lime-300\/40{background-color:#bef26466}}@media screen and (max-width: 375px){.sm\:bg-lime-300\/50{background-color:#bef26480}}@media screen and (max-width: 375px){.sm\:bg-lime-300\/60{background-color:#bef26499}}@media screen and (max-width: 375px){.sm\:bg-lime-300\/70{background-color:#bef264b3}}@media screen and (max-width: 375px){.sm\:bg-lime-300\/75{background-color:#bef264bf}}@media screen and (max-width: 375px){.sm\:bg-lime-300\/80{background-color:#bef264cc}}@media screen and (max-width: 375px){.sm\:bg-lime-300\/90{background-color:#bef264e6}}@media screen and (max-width: 375px){.sm\:bg-lime-400{background-color:#a3e635}}@media screen and (max-width: 375px){.sm\:bg-lime-400\/0{background-color:#a3e63500}}@media screen and (max-width: 375px){.sm\:bg-lime-400\/10{background-color:#a3e6351a}}@media screen and (max-width: 375px){.sm\:bg-lime-400\/20{background-color:#a3e63533}}@media screen and (max-width: 375px){.sm\:bg-lime-400\/30{background-color:#a3e6354d}}@media screen and (max-width: 375px){.sm\:bg-lime-400\/40{background-color:#a3e63566}}@media screen and (max-width: 375px){.sm\:bg-lime-400\/50{background-color:#a3e63580}}@media screen and (max-width: 375px){.sm\:bg-lime-400\/60{background-color:#a3e63599}}@media screen and (max-width: 375px){.sm\:bg-lime-400\/70{background-color:#a3e635b3}}@media screen and (max-width: 375px){.sm\:bg-lime-400\/75{background-color:#a3e635bf}}@media screen and (max-width: 375px){.sm\:bg-lime-400\/80{background-color:#a3e635cc}}@media screen and (max-width: 375px){.sm\:bg-lime-400\/90{background-color:#a3e635e6}}@media screen and (max-width: 375px){.sm\:bg-lime-500{background-color:#84cc16}}@media screen and (max-width: 375px){.sm\:bg-lime-500\/0{background-color:#84cc1600}}@media screen and (max-width: 375px){.sm\:bg-lime-500\/10{background-color:#84cc161a}}@media screen and (max-width: 375px){.sm\:bg-lime-500\/20{background-color:#84cc1633}}@media screen and (max-width: 375px){.sm\:bg-lime-500\/30{background-color:#84cc164d}}@media screen and (max-width: 375px){.sm\:bg-lime-500\/40{background-color:#84cc1666}}@media screen and (max-width: 375px){.sm\:bg-lime-500\/50{background-color:#84cc1680}}@media screen and (max-width: 375px){.sm\:bg-lime-500\/60{background-color:#84cc1699}}@media screen and (max-width: 375px){.sm\:bg-lime-500\/70{background-color:#84cc16b3}}@media screen and (max-width: 375px){.sm\:bg-lime-500\/75{background-color:#84cc16bf}}@media screen and (max-width: 375px){.sm\:bg-lime-500\/80{background-color:#84cc16cc}}@media screen and (max-width: 375px){.sm\:bg-lime-500\/90{background-color:#84cc16e6}}@media screen and (max-width: 375px){.sm\:bg-lime-600{background-color:#65a30d}}@media screen and (max-width: 375px){.sm\:bg-lime-600\/0{background-color:#65a30d00}}@media screen and (max-width: 375px){.sm\:bg-lime-600\/10{background-color:#65a30d1a}}@media screen and (max-width: 375px){.sm\:bg-lime-600\/20{background-color:#65a30d33}}@media screen and (max-width: 375px){.sm\:bg-lime-600\/30{background-color:#65a30d4d}}@media screen and (max-width: 375px){.sm\:bg-lime-600\/40{background-color:#65a30d66}}@media screen and (max-width: 375px){.sm\:bg-lime-600\/50{background-color:#65a30d80}}@media screen and (max-width: 375px){.sm\:bg-lime-600\/60{background-color:#65a30d99}}@media screen and (max-width: 375px){.sm\:bg-lime-600\/70{background-color:#65a30db3}}@media screen and (max-width: 375px){.sm\:bg-lime-600\/75{background-color:#65a30dbf}}@media screen and (max-width: 375px){.sm\:bg-lime-600\/80{background-color:#65a30dcc}}@media screen and (max-width: 375px){.sm\:bg-lime-600\/90{background-color:#65a30de6}}@media screen and (max-width: 375px){.sm\:bg-lime-700{background-color:#4d7c0f}}@media screen and (max-width: 375px){.sm\:bg-lime-700\/0{background-color:#4d7c0f00}}@media screen and (max-width: 375px){.sm\:bg-lime-700\/10{background-color:#4d7c0f1a}}@media screen and (max-width: 375px){.sm\:bg-lime-700\/20{background-color:#4d7c0f33}}@media screen and (max-width: 375px){.sm\:bg-lime-700\/30{background-color:#4d7c0f4d}}@media screen and (max-width: 375px){.sm\:bg-lime-700\/40{background-color:#4d7c0f66}}@media screen and (max-width: 375px){.sm\:bg-lime-700\/50{background-color:#4d7c0f80}}@media screen and (max-width: 375px){.sm\:bg-lime-700\/60{background-color:#4d7c0f99}}@media screen and (max-width: 375px){.sm\:bg-lime-700\/70{background-color:#4d7c0fb3}}@media screen and (max-width: 375px){.sm\:bg-lime-700\/75{background-color:#4d7c0fbf}}@media screen and (max-width: 375px){.sm\:bg-lime-700\/80{background-color:#4d7c0fcc}}@media screen and (max-width: 375px){.sm\:bg-lime-700\/90{background-color:#4d7c0fe6}}@media screen and (max-width: 375px){.sm\:bg-lime-800{background-color:#3f6212}}@media screen and (max-width: 375px){.sm\:bg-lime-800\/0{background-color:#3f621200}}@media screen and (max-width: 375px){.sm\:bg-lime-800\/10{background-color:#3f62121a}}@media screen and (max-width: 375px){.sm\:bg-lime-800\/20{background-color:#3f621233}}@media screen and (max-width: 375px){.sm\:bg-lime-800\/30{background-color:#3f62124d}}@media screen and (max-width: 375px){.sm\:bg-lime-800\/40{background-color:#3f621266}}@media screen and (max-width: 375px){.sm\:bg-lime-800\/50{background-color:#3f621280}}@media screen and (max-width: 375px){.sm\:bg-lime-800\/60{background-color:#3f621299}}@media screen and (max-width: 375px){.sm\:bg-lime-800\/70{background-color:#3f6212b3}}@media screen and (max-width: 375px){.sm\:bg-lime-800\/75{background-color:#3f6212bf}}@media screen and (max-width: 375px){.sm\:bg-lime-800\/80{background-color:#3f6212cc}}@media screen and (max-width: 375px){.sm\:bg-lime-800\/90{background-color:#3f6212e6}}@media screen and (max-width: 375px){.sm\:bg-lime-900{background-color:#365314}}@media screen and (max-width: 375px){.sm\:bg-lime-900\/0{background-color:#36531400}}@media screen and (max-width: 375px){.sm\:bg-lime-900\/10{background-color:#3653141a}}@media screen and (max-width: 375px){.sm\:bg-lime-900\/20{background-color:#36531433}}@media screen and (max-width: 375px){.sm\:bg-lime-900\/30{background-color:#3653144d}}@media screen and (max-width: 375px){.sm\:bg-lime-900\/40{background-color:#36531466}}@media screen and (max-width: 375px){.sm\:bg-lime-900\/50{background-color:#36531480}}@media screen and (max-width: 375px){.sm\:bg-lime-900\/60{background-color:#36531499}}@media screen and (max-width: 375px){.sm\:bg-lime-900\/70{background-color:#365314b3}}@media screen and (max-width: 375px){.sm\:bg-lime-900\/75{background-color:#365314bf}}@media screen and (max-width: 375px){.sm\:bg-lime-900\/80{background-color:#365314cc}}@media screen and (max-width: 375px){.sm\:bg-lime-900\/90{background-color:#365314e6}}@media screen and (max-width: 375px){.sm\:bg-lime-950{background-color:#1a2e05}}@media screen and (max-width: 375px){.sm\:bg-lime-950\/0{background-color:#1a2e0500}}@media screen and (max-width: 375px){.sm\:bg-lime-950\/10{background-color:#1a2e051a}}@media screen and (max-width: 375px){.sm\:bg-lime-950\/20{background-color:#1a2e0533}}@media screen and (max-width: 375px){.sm\:bg-lime-950\/30{background-color:#1a2e054d}}@media screen and (max-width: 375px){.sm\:bg-lime-950\/40{background-color:#1a2e0566}}@media screen and (max-width: 375px){.sm\:bg-lime-950\/50{background-color:#1a2e0580}}@media screen and (max-width: 375px){.sm\:bg-lime-950\/60{background-color:#1a2e0599}}@media screen and (max-width: 375px){.sm\:bg-lime-950\/70{background-color:#1a2e05b3}}@media screen and (max-width: 375px){.sm\:bg-lime-950\/75{background-color:#1a2e05bf}}@media screen and (max-width: 375px){.sm\:bg-lime-950\/80{background-color:#1a2e05cc}}@media screen and (max-width: 375px){.sm\:bg-lime-950\/90{background-color:#1a2e05e6}}@media screen and (max-width: 375px){.sm\:bg-green-50{background-color:#f0fdf4}}@media screen and (max-width: 375px){.sm\:bg-green-50\/0{background-color:#f0fdf400}}@media screen and (max-width: 375px){.sm\:bg-green-50\/10{background-color:#f0fdf41a}}@media screen and (max-width: 375px){.sm\:bg-green-50\/20{background-color:#f0fdf433}}@media screen and (max-width: 375px){.sm\:bg-green-50\/30{background-color:#f0fdf44d}}@media screen and (max-width: 375px){.sm\:bg-green-50\/40{background-color:#f0fdf466}}@media screen and (max-width: 375px){.sm\:bg-green-50\/50{background-color:#f0fdf480}}@media screen and (max-width: 375px){.sm\:bg-green-50\/60{background-color:#f0fdf499}}@media screen and (max-width: 375px){.sm\:bg-green-50\/70{background-color:#f0fdf4b3}}@media screen and (max-width: 375px){.sm\:bg-green-50\/75{background-color:#f0fdf4bf}}@media screen and (max-width: 375px){.sm\:bg-green-50\/80{background-color:#f0fdf4cc}}@media screen and (max-width: 375px){.sm\:bg-green-50\/90{background-color:#f0fdf4e6}}@media screen and (max-width: 375px){.sm\:bg-green-100{background-color:#dcfce7}}@media screen and (max-width: 375px){.sm\:bg-green-100\/0{background-color:#dcfce700}}@media screen and (max-width: 375px){.sm\:bg-green-100\/10{background-color:#dcfce71a}}@media screen and (max-width: 375px){.sm\:bg-green-100\/20{background-color:#dcfce733}}@media screen and (max-width: 375px){.sm\:bg-green-100\/30{background-color:#dcfce74d}}@media screen and (max-width: 375px){.sm\:bg-green-100\/40{background-color:#dcfce766}}@media screen and (max-width: 375px){.sm\:bg-green-100\/50{background-color:#dcfce780}}@media screen and (max-width: 375px){.sm\:bg-green-100\/60{background-color:#dcfce799}}@media screen and (max-width: 375px){.sm\:bg-green-100\/70{background-color:#dcfce7b3}}@media screen and (max-width: 375px){.sm\:bg-green-100\/75{background-color:#dcfce7bf}}@media screen and (max-width: 375px){.sm\:bg-green-100\/80{background-color:#dcfce7cc}}@media screen and (max-width: 375px){.sm\:bg-green-100\/90{background-color:#dcfce7e6}}@media screen and (max-width: 375px){.sm\:bg-green-200{background-color:#bbf7d0}}@media screen and (max-width: 375px){.sm\:bg-green-200\/0{background-color:#bbf7d000}}@media screen and (max-width: 375px){.sm\:bg-green-200\/10{background-color:#bbf7d01a}}@media screen and (max-width: 375px){.sm\:bg-green-200\/20{background-color:#bbf7d033}}@media screen and (max-width: 375px){.sm\:bg-green-200\/30{background-color:#bbf7d04d}}@media screen and (max-width: 375px){.sm\:bg-green-200\/40{background-color:#bbf7d066}}@media screen and (max-width: 375px){.sm\:bg-green-200\/50{background-color:#bbf7d080}}@media screen and (max-width: 375px){.sm\:bg-green-200\/60{background-color:#bbf7d099}}@media screen and (max-width: 375px){.sm\:bg-green-200\/70{background-color:#bbf7d0b3}}@media screen and (max-width: 375px){.sm\:bg-green-200\/75{background-color:#bbf7d0bf}}@media screen and (max-width: 375px){.sm\:bg-green-200\/80{background-color:#bbf7d0cc}}@media screen and (max-width: 375px){.sm\:bg-green-200\/90{background-color:#bbf7d0e6}}@media screen and (max-width: 375px){.sm\:bg-green-300{background-color:#86efac}}@media screen and (max-width: 375px){.sm\:bg-green-300\/0{background-color:#86efac00}}@media screen and (max-width: 375px){.sm\:bg-green-300\/10{background-color:#86efac1a}}@media screen and (max-width: 375px){.sm\:bg-green-300\/20{background-color:#86efac33}}@media screen and (max-width: 375px){.sm\:bg-green-300\/30{background-color:#86efac4d}}@media screen and (max-width: 375px){.sm\:bg-green-300\/40{background-color:#86efac66}}@media screen and (max-width: 375px){.sm\:bg-green-300\/50{background-color:#86efac80}}@media screen and (max-width: 375px){.sm\:bg-green-300\/60{background-color:#86efac99}}@media screen and (max-width: 375px){.sm\:bg-green-300\/70{background-color:#86efacb3}}@media screen and (max-width: 375px){.sm\:bg-green-300\/75{background-color:#86efacbf}}@media screen and (max-width: 375px){.sm\:bg-green-300\/80{background-color:#86efaccc}}@media screen and (max-width: 375px){.sm\:bg-green-300\/90{background-color:#86eface6}}@media screen and (max-width: 375px){.sm\:bg-green-400{background-color:#4ade80}}@media screen and (max-width: 375px){.sm\:bg-green-400\/0{background-color:#4ade8000}}@media screen and (max-width: 375px){.sm\:bg-green-400\/10{background-color:#4ade801a}}@media screen and (max-width: 375px){.sm\:bg-green-400\/20{background-color:#4ade8033}}@media screen and (max-width: 375px){.sm\:bg-green-400\/30{background-color:#4ade804d}}@media screen and (max-width: 375px){.sm\:bg-green-400\/40{background-color:#4ade8066}}@media screen and (max-width: 375px){.sm\:bg-green-400\/50{background-color:#4ade8080}}@media screen and (max-width: 375px){.sm\:bg-green-400\/60{background-color:#4ade8099}}@media screen and (max-width: 375px){.sm\:bg-green-400\/70{background-color:#4ade80b3}}@media screen and (max-width: 375px){.sm\:bg-green-400\/75{background-color:#4ade80bf}}@media screen and (max-width: 375px){.sm\:bg-green-400\/80{background-color:#4ade80cc}}@media screen and (max-width: 375px){.sm\:bg-green-400\/90{background-color:#4ade80e6}}@media screen and (max-width: 375px){.sm\:bg-green-500{background-color:#22c55e}}@media screen and (max-width: 375px){.sm\:bg-green-500\/0{background-color:#22c55e00}}@media screen and (max-width: 375px){.sm\:bg-green-500\/10{background-color:#22c55e1a}}@media screen and (max-width: 375px){.sm\:bg-green-500\/20{background-color:#22c55e33}}@media screen and (max-width: 375px){.sm\:bg-green-500\/30{background-color:#22c55e4d}}@media screen and (max-width: 375px){.sm\:bg-green-500\/40{background-color:#22c55e66}}@media screen and (max-width: 375px){.sm\:bg-green-500\/50{background-color:#22c55e80}}@media screen and (max-width: 375px){.sm\:bg-green-500\/60{background-color:#22c55e99}}@media screen and (max-width: 375px){.sm\:bg-green-500\/70{background-color:#22c55eb3}}@media screen and (max-width: 375px){.sm\:bg-green-500\/75{background-color:#22c55ebf}}@media screen and (max-width: 375px){.sm\:bg-green-500\/80{background-color:#22c55ecc}}@media screen and (max-width: 375px){.sm\:bg-green-500\/90{background-color:#22c55ee6}}@media screen and (max-width: 375px){.sm\:bg-green-600{background-color:#16a34a}}@media screen and (max-width: 375px){.sm\:bg-green-600\/0{background-color:#16a34a00}}@media screen and (max-width: 375px){.sm\:bg-green-600\/10{background-color:#16a34a1a}}@media screen and (max-width: 375px){.sm\:bg-green-600\/20{background-color:#16a34a33}}@media screen and (max-width: 375px){.sm\:bg-green-600\/30{background-color:#16a34a4d}}@media screen and (max-width: 375px){.sm\:bg-green-600\/40{background-color:#16a34a66}}@media screen and (max-width: 375px){.sm\:bg-green-600\/50{background-color:#16a34a80}}@media screen and (max-width: 375px){.sm\:bg-green-600\/60{background-color:#16a34a99}}@media screen and (max-width: 375px){.sm\:bg-green-600\/70{background-color:#16a34ab3}}@media screen and (max-width: 375px){.sm\:bg-green-600\/75{background-color:#16a34abf}}@media screen and (max-width: 375px){.sm\:bg-green-600\/80{background-color:#16a34acc}}@media screen and (max-width: 375px){.sm\:bg-green-600\/90{background-color:#16a34ae6}}@media screen and (max-width: 375px){.sm\:bg-green-700{background-color:#15803d}}@media screen and (max-width: 375px){.sm\:bg-green-700\/0{background-color:#15803d00}}@media screen and (max-width: 375px){.sm\:bg-green-700\/10{background-color:#15803d1a}}@media screen and (max-width: 375px){.sm\:bg-green-700\/20{background-color:#15803d33}}@media screen and (max-width: 375px){.sm\:bg-green-700\/30{background-color:#15803d4d}}@media screen and (max-width: 375px){.sm\:bg-green-700\/40{background-color:#15803d66}}@media screen and (max-width: 375px){.sm\:bg-green-700\/50{background-color:#15803d80}}@media screen and (max-width: 375px){.sm\:bg-green-700\/60{background-color:#15803d99}}@media screen and (max-width: 375px){.sm\:bg-green-700\/70{background-color:#15803db3}}@media screen and (max-width: 375px){.sm\:bg-green-700\/75{background-color:#15803dbf}}@media screen and (max-width: 375px){.sm\:bg-green-700\/80{background-color:#15803dcc}}@media screen and (max-width: 375px){.sm\:bg-green-700\/90{background-color:#15803de6}}@media screen and (max-width: 375px){.sm\:bg-green-800{background-color:#166534}}@media screen and (max-width: 375px){.sm\:bg-green-800\/0{background-color:#16653400}}@media screen and (max-width: 375px){.sm\:bg-green-800\/10{background-color:#1665341a}}@media screen and (max-width: 375px){.sm\:bg-green-800\/20{background-color:#16653433}}@media screen and (max-width: 375px){.sm\:bg-green-800\/30{background-color:#1665344d}}@media screen and (max-width: 375px){.sm\:bg-green-800\/40{background-color:#16653466}}@media screen and (max-width: 375px){.sm\:bg-green-800\/50{background-color:#16653480}}@media screen and (max-width: 375px){.sm\:bg-green-800\/60{background-color:#16653499}}@media screen and (max-width: 375px){.sm\:bg-green-800\/70{background-color:#166534b3}}@media screen and (max-width: 375px){.sm\:bg-green-800\/75{background-color:#166534bf}}@media screen and (max-width: 375px){.sm\:bg-green-800\/80{background-color:#166534cc}}@media screen and (max-width: 375px){.sm\:bg-green-800\/90{background-color:#166534e6}}@media screen and (max-width: 375px){.sm\:bg-green-900{background-color:#14532d}}@media screen and (max-width: 375px){.sm\:bg-green-900\/0{background-color:#14532d00}}@media screen and (max-width: 375px){.sm\:bg-green-900\/10{background-color:#14532d1a}}@media screen and (max-width: 375px){.sm\:bg-green-900\/20{background-color:#14532d33}}@media screen and (max-width: 375px){.sm\:bg-green-900\/30{background-color:#14532d4d}}@media screen and (max-width: 375px){.sm\:bg-green-900\/40{background-color:#14532d66}}@media screen and (max-width: 375px){.sm\:bg-green-900\/50{background-color:#14532d80}}@media screen and (max-width: 375px){.sm\:bg-green-900\/60{background-color:#14532d99}}@media screen and (max-width: 375px){.sm\:bg-green-900\/70{background-color:#14532db3}}@media screen and (max-width: 375px){.sm\:bg-green-900\/75{background-color:#14532dbf}}@media screen and (max-width: 375px){.sm\:bg-green-900\/80{background-color:#14532dcc}}@media screen and (max-width: 375px){.sm\:bg-green-900\/90{background-color:#14532de6}}@media screen and (max-width: 375px){.sm\:bg-green-950{background-color:#052e16}}@media screen and (max-width: 375px){.sm\:bg-green-950\/0{background-color:#052e1600}}@media screen and (max-width: 375px){.sm\:bg-green-950\/10{background-color:#052e161a}}@media screen and (max-width: 375px){.sm\:bg-green-950\/20{background-color:#052e1633}}@media screen and (max-width: 375px){.sm\:bg-green-950\/30{background-color:#052e164d}}@media screen and (max-width: 375px){.sm\:bg-green-950\/40{background-color:#052e1666}}@media screen and (max-width: 375px){.sm\:bg-green-950\/50{background-color:#052e1680}}@media screen and (max-width: 375px){.sm\:bg-green-950\/60{background-color:#052e1699}}@media screen and (max-width: 375px){.sm\:bg-green-950\/70{background-color:#052e16b3}}@media screen and (max-width: 375px){.sm\:bg-green-950\/75{background-color:#052e16bf}}@media screen and (max-width: 375px){.sm\:bg-green-950\/80{background-color:#052e16cc}}@media screen and (max-width: 375px){.sm\:bg-green-950\/90{background-color:#052e16e6}}@media screen and (max-width: 375px){.sm\:bg-emerald-50{background-color:#ecfdf5}}@media screen and (max-width: 375px){.sm\:bg-emerald-50\/0{background-color:#ecfdf500}}@media screen and (max-width: 375px){.sm\:bg-emerald-50\/10{background-color:#ecfdf51a}}@media screen and (max-width: 375px){.sm\:bg-emerald-50\/20{background-color:#ecfdf533}}@media screen and (max-width: 375px){.sm\:bg-emerald-50\/30{background-color:#ecfdf54d}}@media screen and (max-width: 375px){.sm\:bg-emerald-50\/40{background-color:#ecfdf566}}@media screen and (max-width: 375px){.sm\:bg-emerald-50\/50{background-color:#ecfdf580}}@media screen and (max-width: 375px){.sm\:bg-emerald-50\/60{background-color:#ecfdf599}}@media screen and (max-width: 375px){.sm\:bg-emerald-50\/70{background-color:#ecfdf5b3}}@media screen and (max-width: 375px){.sm\:bg-emerald-50\/75{background-color:#ecfdf5bf}}@media screen and (max-width: 375px){.sm\:bg-emerald-50\/80{background-color:#ecfdf5cc}}@media screen and (max-width: 375px){.sm\:bg-emerald-50\/90{background-color:#ecfdf5e6}}@media screen and (max-width: 375px){.sm\:bg-emerald-100{background-color:#d1fae5}}@media screen and (max-width: 375px){.sm\:bg-emerald-100\/0{background-color:#d1fae500}}@media screen and (max-width: 375px){.sm\:bg-emerald-100\/10{background-color:#d1fae51a}}@media screen and (max-width: 375px){.sm\:bg-emerald-100\/20{background-color:#d1fae533}}@media screen and (max-width: 375px){.sm\:bg-emerald-100\/30{background-color:#d1fae54d}}@media screen and (max-width: 375px){.sm\:bg-emerald-100\/40{background-color:#d1fae566}}@media screen and (max-width: 375px){.sm\:bg-emerald-100\/50{background-color:#d1fae580}}@media screen and (max-width: 375px){.sm\:bg-emerald-100\/60{background-color:#d1fae599}}@media screen and (max-width: 375px){.sm\:bg-emerald-100\/70{background-color:#d1fae5b3}}@media screen and (max-width: 375px){.sm\:bg-emerald-100\/75{background-color:#d1fae5bf}}@media screen and (max-width: 375px){.sm\:bg-emerald-100\/80{background-color:#d1fae5cc}}@media screen and (max-width: 375px){.sm\:bg-emerald-100\/90{background-color:#d1fae5e6}}@media screen and (max-width: 375px){.sm\:bg-emerald-200{background-color:#a7f3d0}}@media screen and (max-width: 375px){.sm\:bg-emerald-200\/0{background-color:#a7f3d000}}@media screen and (max-width: 375px){.sm\:bg-emerald-200\/10{background-color:#a7f3d01a}}@media screen and (max-width: 375px){.sm\:bg-emerald-200\/20{background-color:#a7f3d033}}@media screen and (max-width: 375px){.sm\:bg-emerald-200\/30{background-color:#a7f3d04d}}@media screen and (max-width: 375px){.sm\:bg-emerald-200\/40{background-color:#a7f3d066}}@media screen and (max-width: 375px){.sm\:bg-emerald-200\/50{background-color:#a7f3d080}}@media screen and (max-width: 375px){.sm\:bg-emerald-200\/60{background-color:#a7f3d099}}@media screen and (max-width: 375px){.sm\:bg-emerald-200\/70{background-color:#a7f3d0b3}}@media screen and (max-width: 375px){.sm\:bg-emerald-200\/75{background-color:#a7f3d0bf}}@media screen and (max-width: 375px){.sm\:bg-emerald-200\/80{background-color:#a7f3d0cc}}@media screen and (max-width: 375px){.sm\:bg-emerald-200\/90{background-color:#a7f3d0e6}}@media screen and (max-width: 375px){.sm\:bg-emerald-300{background-color:#6ee7b7}}@media screen and (max-width: 375px){.sm\:bg-emerald-300\/0{background-color:#6ee7b700}}@media screen and (max-width: 375px){.sm\:bg-emerald-300\/10{background-color:#6ee7b71a}}@media screen and (max-width: 375px){.sm\:bg-emerald-300\/20{background-color:#6ee7b733}}@media screen and (max-width: 375px){.sm\:bg-emerald-300\/30{background-color:#6ee7b74d}}@media screen and (max-width: 375px){.sm\:bg-emerald-300\/40{background-color:#6ee7b766}}@media screen and (max-width: 375px){.sm\:bg-emerald-300\/50{background-color:#6ee7b780}}@media screen and (max-width: 375px){.sm\:bg-emerald-300\/60{background-color:#6ee7b799}}@media screen and (max-width: 375px){.sm\:bg-emerald-300\/70{background-color:#6ee7b7b3}}@media screen and (max-width: 375px){.sm\:bg-emerald-300\/75{background-color:#6ee7b7bf}}@media screen and (max-width: 375px){.sm\:bg-emerald-300\/80{background-color:#6ee7b7cc}}@media screen and (max-width: 375px){.sm\:bg-emerald-300\/90{background-color:#6ee7b7e6}}@media screen and (max-width: 375px){.sm\:bg-emerald-400{background-color:#34d399}}@media screen and (max-width: 375px){.sm\:bg-emerald-400\/0{background-color:#34d39900}}@media screen and (max-width: 375px){.sm\:bg-emerald-400\/10{background-color:#34d3991a}}@media screen and (max-width: 375px){.sm\:bg-emerald-400\/20{background-color:#34d39933}}@media screen and (max-width: 375px){.sm\:bg-emerald-400\/30{background-color:#34d3994d}}@media screen and (max-width: 375px){.sm\:bg-emerald-400\/40{background-color:#34d39966}}@media screen and (max-width: 375px){.sm\:bg-emerald-400\/50{background-color:#34d39980}}@media screen and (max-width: 375px){.sm\:bg-emerald-400\/60{background-color:#34d39999}}@media screen and (max-width: 375px){.sm\:bg-emerald-400\/70{background-color:#34d399b3}}@media screen and (max-width: 375px){.sm\:bg-emerald-400\/75{background-color:#34d399bf}}@media screen and (max-width: 375px){.sm\:bg-emerald-400\/80{background-color:#34d399cc}}@media screen and (max-width: 375px){.sm\:bg-emerald-400\/90{background-color:#34d399e6}}@media screen and (max-width: 375px){.sm\:bg-emerald-500{background-color:#10b981}}@media screen and (max-width: 375px){.sm\:bg-emerald-500\/0{background-color:#10b98100}}@media screen and (max-width: 375px){.sm\:bg-emerald-500\/10{background-color:#10b9811a}}@media screen and (max-width: 375px){.sm\:bg-emerald-500\/20{background-color:#10b98133}}@media screen and (max-width: 375px){.sm\:bg-emerald-500\/30{background-color:#10b9814d}}@media screen and (max-width: 375px){.sm\:bg-emerald-500\/40{background-color:#10b98166}}@media screen and (max-width: 375px){.sm\:bg-emerald-500\/50{background-color:#10b98180}}@media screen and (max-width: 375px){.sm\:bg-emerald-500\/60{background-color:#10b98199}}@media screen and (max-width: 375px){.sm\:bg-emerald-500\/70{background-color:#10b981b3}}@media screen and (max-width: 375px){.sm\:bg-emerald-500\/75{background-color:#10b981bf}}@media screen and (max-width: 375px){.sm\:bg-emerald-500\/80{background-color:#10b981cc}}@media screen and (max-width: 375px){.sm\:bg-emerald-500\/90{background-color:#10b981e6}}@media screen and (max-width: 375px){.sm\:bg-emerald-600{background-color:#059669}}@media screen and (max-width: 375px){.sm\:bg-emerald-600\/0{background-color:#05966900}}@media screen and (max-width: 375px){.sm\:bg-emerald-600\/10{background-color:#0596691a}}@media screen and (max-width: 375px){.sm\:bg-emerald-600\/20{background-color:#05966933}}@media screen and (max-width: 375px){.sm\:bg-emerald-600\/30{background-color:#0596694d}}@media screen and (max-width: 375px){.sm\:bg-emerald-600\/40{background-color:#05966966}}@media screen and (max-width: 375px){.sm\:bg-emerald-600\/50{background-color:#05966980}}@media screen and (max-width: 375px){.sm\:bg-emerald-600\/60{background-color:#05966999}}@media screen and (max-width: 375px){.sm\:bg-emerald-600\/70{background-color:#059669b3}}@media screen and (max-width: 375px){.sm\:bg-emerald-600\/75{background-color:#059669bf}}@media screen and (max-width: 375px){.sm\:bg-emerald-600\/80{background-color:#059669cc}}@media screen and (max-width: 375px){.sm\:bg-emerald-600\/90{background-color:#059669e6}}@media screen and (max-width: 375px){.sm\:bg-emerald-700{background-color:#047857}}@media screen and (max-width: 375px){.sm\:bg-emerald-700\/0{background-color:#04785700}}@media screen and (max-width: 375px){.sm\:bg-emerald-700\/10{background-color:#0478571a}}@media screen and (max-width: 375px){.sm\:bg-emerald-700\/20{background-color:#04785733}}@media screen and (max-width: 375px){.sm\:bg-emerald-700\/30{background-color:#0478574d}}@media screen and (max-width: 375px){.sm\:bg-emerald-700\/40{background-color:#04785766}}@media screen and (max-width: 375px){.sm\:bg-emerald-700\/50{background-color:#04785780}}@media screen and (max-width: 375px){.sm\:bg-emerald-700\/60{background-color:#04785799}}@media screen and (max-width: 375px){.sm\:bg-emerald-700\/70{background-color:#047857b3}}@media screen and (max-width: 375px){.sm\:bg-emerald-700\/75{background-color:#047857bf}}@media screen and (max-width: 375px){.sm\:bg-emerald-700\/80{background-color:#047857cc}}@media screen and (max-width: 375px){.sm\:bg-emerald-700\/90{background-color:#047857e6}}@media screen and (max-width: 375px){.sm\:bg-emerald-800{background-color:#065f46}}@media screen and (max-width: 375px){.sm\:bg-emerald-800\/0{background-color:#065f4600}}@media screen and (max-width: 375px){.sm\:bg-emerald-800\/10{background-color:#065f461a}}@media screen and (max-width: 375px){.sm\:bg-emerald-800\/20{background-color:#065f4633}}@media screen and (max-width: 375px){.sm\:bg-emerald-800\/30{background-color:#065f464d}}@media screen and (max-width: 375px){.sm\:bg-emerald-800\/40{background-color:#065f4666}}@media screen and (max-width: 375px){.sm\:bg-emerald-800\/50{background-color:#065f4680}}@media screen and (max-width: 375px){.sm\:bg-emerald-800\/60{background-color:#065f4699}}@media screen and (max-width: 375px){.sm\:bg-emerald-800\/70{background-color:#065f46b3}}@media screen and (max-width: 375px){.sm\:bg-emerald-800\/75{background-color:#065f46bf}}@media screen and (max-width: 375px){.sm\:bg-emerald-800\/80{background-color:#065f46cc}}@media screen and (max-width: 375px){.sm\:bg-emerald-800\/90{background-color:#065f46e6}}@media screen and (max-width: 375px){.sm\:bg-emerald-900{background-color:#064e3b}}@media screen and (max-width: 375px){.sm\:bg-emerald-900\/0{background-color:#064e3b00}}@media screen and (max-width: 375px){.sm\:bg-emerald-900\/10{background-color:#064e3b1a}}@media screen and (max-width: 375px){.sm\:bg-emerald-900\/20{background-color:#064e3b33}}@media screen and (max-width: 375px){.sm\:bg-emerald-900\/30{background-color:#064e3b4d}}@media screen and (max-width: 375px){.sm\:bg-emerald-900\/40{background-color:#064e3b66}}@media screen and (max-width: 375px){.sm\:bg-emerald-900\/50{background-color:#064e3b80}}@media screen and (max-width: 375px){.sm\:bg-emerald-900\/60{background-color:#064e3b99}}@media screen and (max-width: 375px){.sm\:bg-emerald-900\/70{background-color:#064e3bb3}}@media screen and (max-width: 375px){.sm\:bg-emerald-900\/75{background-color:#064e3bbf}}@media screen and (max-width: 375px){.sm\:bg-emerald-900\/80{background-color:#064e3bcc}}@media screen and (max-width: 375px){.sm\:bg-emerald-900\/90{background-color:#064e3be6}}@media screen and (max-width: 375px){.sm\:bg-emerald-950{background-color:#022c22}}@media screen and (max-width: 375px){.sm\:bg-emerald-950\/0{background-color:#022c2200}}@media screen and (max-width: 375px){.sm\:bg-emerald-950\/10{background-color:#022c221a}}@media screen and (max-width: 375px){.sm\:bg-emerald-950\/20{background-color:#022c2233}}@media screen and (max-width: 375px){.sm\:bg-emerald-950\/30{background-color:#022c224d}}@media screen and (max-width: 375px){.sm\:bg-emerald-950\/40{background-color:#022c2266}}@media screen and (max-width: 375px){.sm\:bg-emerald-950\/50{background-color:#022c2280}}@media screen and (max-width: 375px){.sm\:bg-emerald-950\/60{background-color:#022c2299}}@media screen and (max-width: 375px){.sm\:bg-emerald-950\/70{background-color:#022c22b3}}@media screen and (max-width: 375px){.sm\:bg-emerald-950\/75{background-color:#022c22bf}}@media screen and (max-width: 375px){.sm\:bg-emerald-950\/80{background-color:#022c22cc}}@media screen and (max-width: 375px){.sm\:bg-emerald-950\/90{background-color:#022c22e6}}@media screen and (max-width: 375px){.sm\:bg-teal-50{background-color:#f0fdfa}}@media screen and (max-width: 375px){.sm\:bg-teal-50\/0{background-color:#f0fdfa00}}@media screen and (max-width: 375px){.sm\:bg-teal-50\/10{background-color:#f0fdfa1a}}@media screen and (max-width: 375px){.sm\:bg-teal-50\/20{background-color:#f0fdfa33}}@media screen and (max-width: 375px){.sm\:bg-teal-50\/30{background-color:#f0fdfa4d}}@media screen and (max-width: 375px){.sm\:bg-teal-50\/40{background-color:#f0fdfa66}}@media screen and (max-width: 375px){.sm\:bg-teal-50\/50{background-color:#f0fdfa80}}@media screen and (max-width: 375px){.sm\:bg-teal-50\/60{background-color:#f0fdfa99}}@media screen and (max-width: 375px){.sm\:bg-teal-50\/70{background-color:#f0fdfab3}}@media screen and (max-width: 375px){.sm\:bg-teal-50\/75{background-color:#f0fdfabf}}@media screen and (max-width: 375px){.sm\:bg-teal-50\/80{background-color:#f0fdfacc}}@media screen and (max-width: 375px){.sm\:bg-teal-50\/90{background-color:#f0fdfae6}}@media screen and (max-width: 375px){.sm\:bg-teal-100{background-color:#ccfbf1}}@media screen and (max-width: 375px){.sm\:bg-teal-100\/0{background-color:#ccfbf100}}@media screen and (max-width: 375px){.sm\:bg-teal-100\/10{background-color:#ccfbf11a}}@media screen and (max-width: 375px){.sm\:bg-teal-100\/20{background-color:#ccfbf133}}@media screen and (max-width: 375px){.sm\:bg-teal-100\/30{background-color:#ccfbf14d}}@media screen and (max-width: 375px){.sm\:bg-teal-100\/40{background-color:#ccfbf166}}@media screen and (max-width: 375px){.sm\:bg-teal-100\/50{background-color:#ccfbf180}}@media screen and (max-width: 375px){.sm\:bg-teal-100\/60{background-color:#ccfbf199}}@media screen and (max-width: 375px){.sm\:bg-teal-100\/70{background-color:#ccfbf1b3}}@media screen and (max-width: 375px){.sm\:bg-teal-100\/75{background-color:#ccfbf1bf}}@media screen and (max-width: 375px){.sm\:bg-teal-100\/80{background-color:#ccfbf1cc}}@media screen and (max-width: 375px){.sm\:bg-teal-100\/90{background-color:#ccfbf1e6}}@media screen and (max-width: 375px){.sm\:bg-teal-200{background-color:#99f6e4}}@media screen and (max-width: 375px){.sm\:bg-teal-200\/0{background-color:#99f6e400}}@media screen and (max-width: 375px){.sm\:bg-teal-200\/10{background-color:#99f6e41a}}@media screen and (max-width: 375px){.sm\:bg-teal-200\/20{background-color:#99f6e433}}@media screen and (max-width: 375px){.sm\:bg-teal-200\/30{background-color:#99f6e44d}}@media screen and (max-width: 375px){.sm\:bg-teal-200\/40{background-color:#99f6e466}}@media screen and (max-width: 375px){.sm\:bg-teal-200\/50{background-color:#99f6e480}}@media screen and (max-width: 375px){.sm\:bg-teal-200\/60{background-color:#99f6e499}}@media screen and (max-width: 375px){.sm\:bg-teal-200\/70{background-color:#99f6e4b3}}@media screen and (max-width: 375px){.sm\:bg-teal-200\/75{background-color:#99f6e4bf}}@media screen and (max-width: 375px){.sm\:bg-teal-200\/80{background-color:#99f6e4cc}}@media screen and (max-width: 375px){.sm\:bg-teal-200\/90{background-color:#99f6e4e6}}@media screen and (max-width: 375px){.sm\:bg-teal-300{background-color:#5eead4}}@media screen and (max-width: 375px){.sm\:bg-teal-300\/0{background-color:#5eead400}}@media screen and (max-width: 375px){.sm\:bg-teal-300\/10{background-color:#5eead41a}}@media screen and (max-width: 375px){.sm\:bg-teal-300\/20{background-color:#5eead433}}@media screen and (max-width: 375px){.sm\:bg-teal-300\/30{background-color:#5eead44d}}@media screen and (max-width: 375px){.sm\:bg-teal-300\/40{background-color:#5eead466}}@media screen and (max-width: 375px){.sm\:bg-teal-300\/50{background-color:#5eead480}}@media screen and (max-width: 375px){.sm\:bg-teal-300\/60{background-color:#5eead499}}@media screen and (max-width: 375px){.sm\:bg-teal-300\/70{background-color:#5eead4b3}}@media screen and (max-width: 375px){.sm\:bg-teal-300\/75{background-color:#5eead4bf}}@media screen and (max-width: 375px){.sm\:bg-teal-300\/80{background-color:#5eead4cc}}@media screen and (max-width: 375px){.sm\:bg-teal-300\/90{background-color:#5eead4e6}}@media screen and (max-width: 375px){.sm\:bg-teal-400{background-color:#2dd4bf}}@media screen and (max-width: 375px){.sm\:bg-teal-400\/0{background-color:#2dd4bf00}}@media screen and (max-width: 375px){.sm\:bg-teal-400\/10{background-color:#2dd4bf1a}}@media screen and (max-width: 375px){.sm\:bg-teal-400\/20{background-color:#2dd4bf33}}@media screen and (max-width: 375px){.sm\:bg-teal-400\/30{background-color:#2dd4bf4d}}@media screen and (max-width: 375px){.sm\:bg-teal-400\/40{background-color:#2dd4bf66}}@media screen and (max-width: 375px){.sm\:bg-teal-400\/50{background-color:#2dd4bf80}}@media screen and (max-width: 375px){.sm\:bg-teal-400\/60{background-color:#2dd4bf99}}@media screen and (max-width: 375px){.sm\:bg-teal-400\/70{background-color:#2dd4bfb3}}@media screen and (max-width: 375px){.sm\:bg-teal-400\/75{background-color:#2dd4bfbf}}@media screen and (max-width: 375px){.sm\:bg-teal-400\/80{background-color:#2dd4bfcc}}@media screen and (max-width: 375px){.sm\:bg-teal-400\/90{background-color:#2dd4bfe6}}@media screen and (max-width: 375px){.sm\:bg-teal-500{background-color:#14b8a6}}@media screen and (max-width: 375px){.sm\:bg-teal-500\/0{background-color:#14b8a600}}@media screen and (max-width: 375px){.sm\:bg-teal-500\/10{background-color:#14b8a61a}}@media screen and (max-width: 375px){.sm\:bg-teal-500\/20{background-color:#14b8a633}}@media screen and (max-width: 375px){.sm\:bg-teal-500\/30{background-color:#14b8a64d}}@media screen and (max-width: 375px){.sm\:bg-teal-500\/40{background-color:#14b8a666}}@media screen and (max-width: 375px){.sm\:bg-teal-500\/50{background-color:#14b8a680}}@media screen and (max-width: 375px){.sm\:bg-teal-500\/60{background-color:#14b8a699}}@media screen and (max-width: 375px){.sm\:bg-teal-500\/70{background-color:#14b8a6b3}}@media screen and (max-width: 375px){.sm\:bg-teal-500\/75{background-color:#14b8a6bf}}@media screen and (max-width: 375px){.sm\:bg-teal-500\/80{background-color:#14b8a6cc}}@media screen and (max-width: 375px){.sm\:bg-teal-500\/90{background-color:#14b8a6e6}}@media screen and (max-width: 375px){.sm\:bg-teal-600{background-color:#0d9488}}@media screen and (max-width: 375px){.sm\:bg-teal-600\/0{background-color:#0d948800}}@media screen and (max-width: 375px){.sm\:bg-teal-600\/10{background-color:#0d94881a}}@media screen and (max-width: 375px){.sm\:bg-teal-600\/20{background-color:#0d948833}}@media screen and (max-width: 375px){.sm\:bg-teal-600\/30{background-color:#0d94884d}}@media screen and (max-width: 375px){.sm\:bg-teal-600\/40{background-color:#0d948866}}@media screen and (max-width: 375px){.sm\:bg-teal-600\/50{background-color:#0d948880}}@media screen and (max-width: 375px){.sm\:bg-teal-600\/60{background-color:#0d948899}}@media screen and (max-width: 375px){.sm\:bg-teal-600\/70{background-color:#0d9488b3}}@media screen and (max-width: 375px){.sm\:bg-teal-600\/75{background-color:#0d9488bf}}@media screen and (max-width: 375px){.sm\:bg-teal-600\/80{background-color:#0d9488cc}}@media screen and (max-width: 375px){.sm\:bg-teal-600\/90{background-color:#0d9488e6}}@media screen and (max-width: 375px){.sm\:bg-teal-700{background-color:#0f766e}}@media screen and (max-width: 375px){.sm\:bg-teal-700\/0{background-color:#0f766e00}}@media screen and (max-width: 375px){.sm\:bg-teal-700\/10{background-color:#0f766e1a}}@media screen and (max-width: 375px){.sm\:bg-teal-700\/20{background-color:#0f766e33}}@media screen and (max-width: 375px){.sm\:bg-teal-700\/30{background-color:#0f766e4d}}@media screen and (max-width: 375px){.sm\:bg-teal-700\/40{background-color:#0f766e66}}@media screen and (max-width: 375px){.sm\:bg-teal-700\/50{background-color:#0f766e80}}@media screen and (max-width: 375px){.sm\:bg-teal-700\/60{background-color:#0f766e99}}@media screen and (max-width: 375px){.sm\:bg-teal-700\/70{background-color:#0f766eb3}}@media screen and (max-width: 375px){.sm\:bg-teal-700\/75{background-color:#0f766ebf}}@media screen and (max-width: 375px){.sm\:bg-teal-700\/80{background-color:#0f766ecc}}@media screen and (max-width: 375px){.sm\:bg-teal-700\/90{background-color:#0f766ee6}}@media screen and (max-width: 375px){.sm\:bg-teal-800{background-color:#115e59}}@media screen and (max-width: 375px){.sm\:bg-teal-800\/0{background-color:#115e5900}}@media screen and (max-width: 375px){.sm\:bg-teal-800\/10{background-color:#115e591a}}@media screen and (max-width: 375px){.sm\:bg-teal-800\/20{background-color:#115e5933}}@media screen and (max-width: 375px){.sm\:bg-teal-800\/30{background-color:#115e594d}}@media screen and (max-width: 375px){.sm\:bg-teal-800\/40{background-color:#115e5966}}@media screen and (max-width: 375px){.sm\:bg-teal-800\/50{background-color:#115e5980}}@media screen and (max-width: 375px){.sm\:bg-teal-800\/60{background-color:#115e5999}}@media screen and (max-width: 375px){.sm\:bg-teal-800\/70{background-color:#115e59b3}}@media screen and (max-width: 375px){.sm\:bg-teal-800\/75{background-color:#115e59bf}}@media screen and (max-width: 375px){.sm\:bg-teal-800\/80{background-color:#115e59cc}}@media screen and (max-width: 375px){.sm\:bg-teal-800\/90{background-color:#115e59e6}}@media screen and (max-width: 375px){.sm\:bg-teal-900{background-color:#134e4a}}@media screen and (max-width: 375px){.sm\:bg-teal-900\/0{background-color:#134e4a00}}@media screen and (max-width: 375px){.sm\:bg-teal-900\/10{background-color:#134e4a1a}}@media screen and (max-width: 375px){.sm\:bg-teal-900\/20{background-color:#134e4a33}}@media screen and (max-width: 375px){.sm\:bg-teal-900\/30{background-color:#134e4a4d}}@media screen and (max-width: 375px){.sm\:bg-teal-900\/40{background-color:#134e4a66}}@media screen and (max-width: 375px){.sm\:bg-teal-900\/50{background-color:#134e4a80}}@media screen and (max-width: 375px){.sm\:bg-teal-900\/60{background-color:#134e4a99}}@media screen and (max-width: 375px){.sm\:bg-teal-900\/70{background-color:#134e4ab3}}@media screen and (max-width: 375px){.sm\:bg-teal-900\/75{background-color:#134e4abf}}@media screen and (max-width: 375px){.sm\:bg-teal-900\/80{background-color:#134e4acc}}@media screen and (max-width: 375px){.sm\:bg-teal-900\/90{background-color:#134e4ae6}}@media screen and (max-width: 375px){.sm\:bg-teal-950{background-color:#042f2e}}@media screen and (max-width: 375px){.sm\:bg-teal-950\/0{background-color:#042f2e00}}@media screen and (max-width: 375px){.sm\:bg-teal-950\/10{background-color:#042f2e1a}}@media screen and (max-width: 375px){.sm\:bg-teal-950\/20{background-color:#042f2e33}}@media screen and (max-width: 375px){.sm\:bg-teal-950\/30{background-color:#042f2e4d}}@media screen and (max-width: 375px){.sm\:bg-teal-950\/40{background-color:#042f2e66}}@media screen and (max-width: 375px){.sm\:bg-teal-950\/50{background-color:#042f2e80}}@media screen and (max-width: 375px){.sm\:bg-teal-950\/60{background-color:#042f2e99}}@media screen and (max-width: 375px){.sm\:bg-teal-950\/70{background-color:#042f2eb3}}@media screen and (max-width: 375px){.sm\:bg-teal-950\/75{background-color:#042f2ebf}}@media screen and (max-width: 375px){.sm\:bg-teal-950\/80{background-color:#042f2ecc}}@media screen and (max-width: 375px){.sm\:bg-teal-950\/90{background-color:#042f2ee6}}@media screen and (max-width: 375px){.sm\:bg-cyan-50{background-color:#ecfeff}}@media screen and (max-width: 375px){.sm\:bg-cyan-50\/0{background-color:#ecfeff00}}@media screen and (max-width: 375px){.sm\:bg-cyan-50\/10{background-color:#ecfeff1a}}@media screen and (max-width: 375px){.sm\:bg-cyan-50\/20{background-color:#ecfeff33}}@media screen and (max-width: 375px){.sm\:bg-cyan-50\/30{background-color:#ecfeff4d}}@media screen and (max-width: 375px){.sm\:bg-cyan-50\/40{background-color:#ecfeff66}}@media screen and (max-width: 375px){.sm\:bg-cyan-50\/50{background-color:#ecfeff80}}@media screen and (max-width: 375px){.sm\:bg-cyan-50\/60{background-color:#ecfeff99}}@media screen and (max-width: 375px){.sm\:bg-cyan-50\/70{background-color:#ecfeffb3}}@media screen and (max-width: 375px){.sm\:bg-cyan-50\/75{background-color:#ecfeffbf}}@media screen and (max-width: 375px){.sm\:bg-cyan-50\/80{background-color:#ecfeffcc}}@media screen and (max-width: 375px){.sm\:bg-cyan-50\/90{background-color:#ecfeffe6}}@media screen and (max-width: 375px){.sm\:bg-cyan-100{background-color:#cffafe}}@media screen and (max-width: 375px){.sm\:bg-cyan-100\/0{background-color:#cffafe00}}@media screen and (max-width: 375px){.sm\:bg-cyan-100\/10{background-color:#cffafe1a}}@media screen and (max-width: 375px){.sm\:bg-cyan-100\/20{background-color:#cffafe33}}@media screen and (max-width: 375px){.sm\:bg-cyan-100\/30{background-color:#cffafe4d}}@media screen and (max-width: 375px){.sm\:bg-cyan-100\/40{background-color:#cffafe66}}@media screen and (max-width: 375px){.sm\:bg-cyan-100\/50{background-color:#cffafe80}}@media screen and (max-width: 375px){.sm\:bg-cyan-100\/60{background-color:#cffafe99}}@media screen and (max-width: 375px){.sm\:bg-cyan-100\/70{background-color:#cffafeb3}}@media screen and (max-width: 375px){.sm\:bg-cyan-100\/75{background-color:#cffafebf}}@media screen and (max-width: 375px){.sm\:bg-cyan-100\/80{background-color:#cffafecc}}@media screen and (max-width: 375px){.sm\:bg-cyan-100\/90{background-color:#cffafee6}}@media screen and (max-width: 375px){.sm\:bg-cyan-200{background-color:#a5f3fc}}@media screen and (max-width: 375px){.sm\:bg-cyan-200\/0{background-color:#a5f3fc00}}@media screen and (max-width: 375px){.sm\:bg-cyan-200\/10{background-color:#a5f3fc1a}}@media screen and (max-width: 375px){.sm\:bg-cyan-200\/20{background-color:#a5f3fc33}}@media screen and (max-width: 375px){.sm\:bg-cyan-200\/30{background-color:#a5f3fc4d}}@media screen and (max-width: 375px){.sm\:bg-cyan-200\/40{background-color:#a5f3fc66}}@media screen and (max-width: 375px){.sm\:bg-cyan-200\/50{background-color:#a5f3fc80}}@media screen and (max-width: 375px){.sm\:bg-cyan-200\/60{background-color:#a5f3fc99}}@media screen and (max-width: 375px){.sm\:bg-cyan-200\/70{background-color:#a5f3fcb3}}@media screen and (max-width: 375px){.sm\:bg-cyan-200\/75{background-color:#a5f3fcbf}}@media screen and (max-width: 375px){.sm\:bg-cyan-200\/80{background-color:#a5f3fccc}}@media screen and (max-width: 375px){.sm\:bg-cyan-200\/90{background-color:#a5f3fce6}}@media screen and (max-width: 375px){.sm\:bg-cyan-300{background-color:#67e8f9}}@media screen and (max-width: 375px){.sm\:bg-cyan-300\/0{background-color:#67e8f900}}@media screen and (max-width: 375px){.sm\:bg-cyan-300\/10{background-color:#67e8f91a}}@media screen and (max-width: 375px){.sm\:bg-cyan-300\/20{background-color:#67e8f933}}@media screen and (max-width: 375px){.sm\:bg-cyan-300\/30{background-color:#67e8f94d}}@media screen and (max-width: 375px){.sm\:bg-cyan-300\/40{background-color:#67e8f966}}@media screen and (max-width: 375px){.sm\:bg-cyan-300\/50{background-color:#67e8f980}}@media screen and (max-width: 375px){.sm\:bg-cyan-300\/60{background-color:#67e8f999}}@media screen and (max-width: 375px){.sm\:bg-cyan-300\/70{background-color:#67e8f9b3}}@media screen and (max-width: 375px){.sm\:bg-cyan-300\/75{background-color:#67e8f9bf}}@media screen and (max-width: 375px){.sm\:bg-cyan-300\/80{background-color:#67e8f9cc}}@media screen and (max-width: 375px){.sm\:bg-cyan-300\/90{background-color:#67e8f9e6}}@media screen and (max-width: 375px){.sm\:bg-cyan-400{background-color:#22d3ee}}@media screen and (max-width: 375px){.sm\:bg-cyan-400\/0{background-color:#22d3ee00}}@media screen and (max-width: 375px){.sm\:bg-cyan-400\/10{background-color:#22d3ee1a}}@media screen and (max-width: 375px){.sm\:bg-cyan-400\/20{background-color:#22d3ee33}}@media screen and (max-width: 375px){.sm\:bg-cyan-400\/30{background-color:#22d3ee4d}}@media screen and (max-width: 375px){.sm\:bg-cyan-400\/40{background-color:#22d3ee66}}@media screen and (max-width: 375px){.sm\:bg-cyan-400\/50{background-color:#22d3ee80}}@media screen and (max-width: 375px){.sm\:bg-cyan-400\/60{background-color:#22d3ee99}}@media screen and (max-width: 375px){.sm\:bg-cyan-400\/70{background-color:#22d3eeb3}}@media screen and (max-width: 375px){.sm\:bg-cyan-400\/75{background-color:#22d3eebf}}@media screen and (max-width: 375px){.sm\:bg-cyan-400\/80{background-color:#22d3eecc}}@media screen and (max-width: 375px){.sm\:bg-cyan-400\/90{background-color:#22d3eee6}}@media screen and (max-width: 375px){.sm\:bg-cyan-500{background-color:#06b6d4}}@media screen and (max-width: 375px){.sm\:bg-cyan-500\/0{background-color:#06b6d400}}@media screen and (max-width: 375px){.sm\:bg-cyan-500\/10{background-color:#06b6d41a}}@media screen and (max-width: 375px){.sm\:bg-cyan-500\/20{background-color:#06b6d433}}@media screen and (max-width: 375px){.sm\:bg-cyan-500\/30{background-color:#06b6d44d}}@media screen and (max-width: 375px){.sm\:bg-cyan-500\/40{background-color:#06b6d466}}@media screen and (max-width: 375px){.sm\:bg-cyan-500\/50{background-color:#06b6d480}}@media screen and (max-width: 375px){.sm\:bg-cyan-500\/60{background-color:#06b6d499}}@media screen and (max-width: 375px){.sm\:bg-cyan-500\/70{background-color:#06b6d4b3}}@media screen and (max-width: 375px){.sm\:bg-cyan-500\/75{background-color:#06b6d4bf}}@media screen and (max-width: 375px){.sm\:bg-cyan-500\/80{background-color:#06b6d4cc}}@media screen and (max-width: 375px){.sm\:bg-cyan-500\/90{background-color:#06b6d4e6}}@media screen and (max-width: 375px){.sm\:bg-cyan-600{background-color:#0891b2}}@media screen and (max-width: 375px){.sm\:bg-cyan-600\/0{background-color:#0891b200}}@media screen and (max-width: 375px){.sm\:bg-cyan-600\/10{background-color:#0891b21a}}@media screen and (max-width: 375px){.sm\:bg-cyan-600\/20{background-color:#0891b233}}@media screen and (max-width: 375px){.sm\:bg-cyan-600\/30{background-color:#0891b24d}}@media screen and (max-width: 375px){.sm\:bg-cyan-600\/40{background-color:#0891b266}}@media screen and (max-width: 375px){.sm\:bg-cyan-600\/50{background-color:#0891b280}}@media screen and (max-width: 375px){.sm\:bg-cyan-600\/60{background-color:#0891b299}}@media screen and (max-width: 375px){.sm\:bg-cyan-600\/70{background-color:#0891b2b3}}@media screen and (max-width: 375px){.sm\:bg-cyan-600\/75{background-color:#0891b2bf}}@media screen and (max-width: 375px){.sm\:bg-cyan-600\/80{background-color:#0891b2cc}}@media screen and (max-width: 375px){.sm\:bg-cyan-600\/90{background-color:#0891b2e6}}@media screen and (max-width: 375px){.sm\:bg-cyan-700{background-color:#0e7490}}@media screen and (max-width: 375px){.sm\:bg-cyan-700\/0{background-color:#0e749000}}@media screen and (max-width: 375px){.sm\:bg-cyan-700\/10{background-color:#0e74901a}}@media screen and (max-width: 375px){.sm\:bg-cyan-700\/20{background-color:#0e749033}}@media screen and (max-width: 375px){.sm\:bg-cyan-700\/30{background-color:#0e74904d}}@media screen and (max-width: 375px){.sm\:bg-cyan-700\/40{background-color:#0e749066}}@media screen and (max-width: 375px){.sm\:bg-cyan-700\/50{background-color:#0e749080}}@media screen and (max-width: 375px){.sm\:bg-cyan-700\/60{background-color:#0e749099}}@media screen and (max-width: 375px){.sm\:bg-cyan-700\/70{background-color:#0e7490b3}}@media screen and (max-width: 375px){.sm\:bg-cyan-700\/75{background-color:#0e7490bf}}@media screen and (max-width: 375px){.sm\:bg-cyan-700\/80{background-color:#0e7490cc}}@media screen and (max-width: 375px){.sm\:bg-cyan-700\/90{background-color:#0e7490e6}}@media screen and (max-width: 375px){.sm\:bg-cyan-800{background-color:#155e75}}@media screen and (max-width: 375px){.sm\:bg-cyan-800\/0{background-color:#155e7500}}@media screen and (max-width: 375px){.sm\:bg-cyan-800\/10{background-color:#155e751a}}@media screen and (max-width: 375px){.sm\:bg-cyan-800\/20{background-color:#155e7533}}@media screen and (max-width: 375px){.sm\:bg-cyan-800\/30{background-color:#155e754d}}@media screen and (max-width: 375px){.sm\:bg-cyan-800\/40{background-color:#155e7566}}@media screen and (max-width: 375px){.sm\:bg-cyan-800\/50{background-color:#155e7580}}@media screen and (max-width: 375px){.sm\:bg-cyan-800\/60{background-color:#155e7599}}@media screen and (max-width: 375px){.sm\:bg-cyan-800\/70{background-color:#155e75b3}}@media screen and (max-width: 375px){.sm\:bg-cyan-800\/75{background-color:#155e75bf}}@media screen and (max-width: 375px){.sm\:bg-cyan-800\/80{background-color:#155e75cc}}@media screen and (max-width: 375px){.sm\:bg-cyan-800\/90{background-color:#155e75e6}}@media screen and (max-width: 375px){.sm\:bg-cyan-900{background-color:#164e63}}@media screen and (max-width: 375px){.sm\:bg-cyan-900\/0{background-color:#164e6300}}@media screen and (max-width: 375px){.sm\:bg-cyan-900\/10{background-color:#164e631a}}@media screen and (max-width: 375px){.sm\:bg-cyan-900\/20{background-color:#164e6333}}@media screen and (max-width: 375px){.sm\:bg-cyan-900\/30{background-color:#164e634d}}@media screen and (max-width: 375px){.sm\:bg-cyan-900\/40{background-color:#164e6366}}@media screen and (max-width: 375px){.sm\:bg-cyan-900\/50{background-color:#164e6380}}@media screen and (max-width: 375px){.sm\:bg-cyan-900\/60{background-color:#164e6399}}@media screen and (max-width: 375px){.sm\:bg-cyan-900\/70{background-color:#164e63b3}}@media screen and (max-width: 375px){.sm\:bg-cyan-900\/75{background-color:#164e63bf}}@media screen and (max-width: 375px){.sm\:bg-cyan-900\/80{background-color:#164e63cc}}@media screen and (max-width: 375px){.sm\:bg-cyan-900\/90{background-color:#164e63e6}}@media screen and (max-width: 375px){.sm\:bg-cyan-950{background-color:#083344}}@media screen and (max-width: 375px){.sm\:bg-cyan-950\/0{background-color:#08334400}}@media screen and (max-width: 375px){.sm\:bg-cyan-950\/10{background-color:#0833441a}}@media screen and (max-width: 375px){.sm\:bg-cyan-950\/20{background-color:#08334433}}@media screen and (max-width: 375px){.sm\:bg-cyan-950\/30{background-color:#0833444d}}@media screen and (max-width: 375px){.sm\:bg-cyan-950\/40{background-color:#08334466}}@media screen and (max-width: 375px){.sm\:bg-cyan-950\/50{background-color:#08334480}}@media screen and (max-width: 375px){.sm\:bg-cyan-950\/60{background-color:#08334499}}@media screen and (max-width: 375px){.sm\:bg-cyan-950\/70{background-color:#083344b3}}@media screen and (max-width: 375px){.sm\:bg-cyan-950\/75{background-color:#083344bf}}@media screen and (max-width: 375px){.sm\:bg-cyan-950\/80{background-color:#083344cc}}@media screen and (max-width: 375px){.sm\:bg-cyan-950\/90{background-color:#083344e6}}@media screen and (max-width: 375px){.sm\:bg-sky-50{background-color:#f0f9ff}}@media screen and (max-width: 375px){.sm\:bg-sky-50\/0{background-color:#f0f9ff00}}@media screen and (max-width: 375px){.sm\:bg-sky-50\/10{background-color:#f0f9ff1a}}@media screen and (max-width: 375px){.sm\:bg-sky-50\/20{background-color:#f0f9ff33}}@media screen and (max-width: 375px){.sm\:bg-sky-50\/30{background-color:#f0f9ff4d}}@media screen and (max-width: 375px){.sm\:bg-sky-50\/40{background-color:#f0f9ff66}}@media screen and (max-width: 375px){.sm\:bg-sky-50\/50{background-color:#f0f9ff80}}@media screen and (max-width: 375px){.sm\:bg-sky-50\/60{background-color:#f0f9ff99}}@media screen and (max-width: 375px){.sm\:bg-sky-50\/70{background-color:#f0f9ffb3}}@media screen and (max-width: 375px){.sm\:bg-sky-50\/75{background-color:#f0f9ffbf}}@media screen and (max-width: 375px){.sm\:bg-sky-50\/80{background-color:#f0f9ffcc}}@media screen and (max-width: 375px){.sm\:bg-sky-50\/90{background-color:#f0f9ffe6}}@media screen and (max-width: 375px){.sm\:bg-sky-100{background-color:#e0f2fe}}@media screen and (max-width: 375px){.sm\:bg-sky-100\/0{background-color:#e0f2fe00}}@media screen and (max-width: 375px){.sm\:bg-sky-100\/10{background-color:#e0f2fe1a}}@media screen and (max-width: 375px){.sm\:bg-sky-100\/20{background-color:#e0f2fe33}}@media screen and (max-width: 375px){.sm\:bg-sky-100\/30{background-color:#e0f2fe4d}}@media screen and (max-width: 375px){.sm\:bg-sky-100\/40{background-color:#e0f2fe66}}@media screen and (max-width: 375px){.sm\:bg-sky-100\/50{background-color:#e0f2fe80}}@media screen and (max-width: 375px){.sm\:bg-sky-100\/60{background-color:#e0f2fe99}}@media screen and (max-width: 375px){.sm\:bg-sky-100\/70{background-color:#e0f2feb3}}@media screen and (max-width: 375px){.sm\:bg-sky-100\/75{background-color:#e0f2febf}}@media screen and (max-width: 375px){.sm\:bg-sky-100\/80{background-color:#e0f2fecc}}@media screen and (max-width: 375px){.sm\:bg-sky-100\/90{background-color:#e0f2fee6}}@media screen and (max-width: 375px){.sm\:bg-sky-200{background-color:#bae6fd}}@media screen and (max-width: 375px){.sm\:bg-sky-200\/0{background-color:#bae6fd00}}@media screen and (max-width: 375px){.sm\:bg-sky-200\/10{background-color:#bae6fd1a}}@media screen and (max-width: 375px){.sm\:bg-sky-200\/20{background-color:#bae6fd33}}@media screen and (max-width: 375px){.sm\:bg-sky-200\/30{background-color:#bae6fd4d}}@media screen and (max-width: 375px){.sm\:bg-sky-200\/40{background-color:#bae6fd66}}@media screen and (max-width: 375px){.sm\:bg-sky-200\/50{background-color:#bae6fd80}}@media screen and (max-width: 375px){.sm\:bg-sky-200\/60{background-color:#bae6fd99}}@media screen and (max-width: 375px){.sm\:bg-sky-200\/70{background-color:#bae6fdb3}}@media screen and (max-width: 375px){.sm\:bg-sky-200\/75{background-color:#bae6fdbf}}@media screen and (max-width: 375px){.sm\:bg-sky-200\/80{background-color:#bae6fdcc}}@media screen and (max-width: 375px){.sm\:bg-sky-200\/90{background-color:#bae6fde6}}@media screen and (max-width: 375px){.sm\:bg-sky-300{background-color:#7dd3fc}}@media screen and (max-width: 375px){.sm\:bg-sky-300\/0{background-color:#7dd3fc00}}@media screen and (max-width: 375px){.sm\:bg-sky-300\/10{background-color:#7dd3fc1a}}@media screen and (max-width: 375px){.sm\:bg-sky-300\/20{background-color:#7dd3fc33}}@media screen and (max-width: 375px){.sm\:bg-sky-300\/30{background-color:#7dd3fc4d}}@media screen and (max-width: 375px){.sm\:bg-sky-300\/40{background-color:#7dd3fc66}}@media screen and (max-width: 375px){.sm\:bg-sky-300\/50{background-color:#7dd3fc80}}@media screen and (max-width: 375px){.sm\:bg-sky-300\/60{background-color:#7dd3fc99}}@media screen and (max-width: 375px){.sm\:bg-sky-300\/70{background-color:#7dd3fcb3}}@media screen and (max-width: 375px){.sm\:bg-sky-300\/75{background-color:#7dd3fcbf}}@media screen and (max-width: 375px){.sm\:bg-sky-300\/80{background-color:#7dd3fccc}}@media screen and (max-width: 375px){.sm\:bg-sky-300\/90{background-color:#7dd3fce6}}@media screen and (max-width: 375px){.sm\:bg-sky-400{background-color:#38bdf8}}@media screen and (max-width: 375px){.sm\:bg-sky-400\/0{background-color:#38bdf800}}@media screen and (max-width: 375px){.sm\:bg-sky-400\/10{background-color:#38bdf81a}}@media screen and (max-width: 375px){.sm\:bg-sky-400\/20{background-color:#38bdf833}}@media screen and (max-width: 375px){.sm\:bg-sky-400\/30{background-color:#38bdf84d}}@media screen and (max-width: 375px){.sm\:bg-sky-400\/40{background-color:#38bdf866}}@media screen and (max-width: 375px){.sm\:bg-sky-400\/50{background-color:#38bdf880}}@media screen and (max-width: 375px){.sm\:bg-sky-400\/60{background-color:#38bdf899}}@media screen and (max-width: 375px){.sm\:bg-sky-400\/70{background-color:#38bdf8b3}}@media screen and (max-width: 375px){.sm\:bg-sky-400\/75{background-color:#38bdf8bf}}@media screen and (max-width: 375px){.sm\:bg-sky-400\/80{background-color:#38bdf8cc}}@media screen and (max-width: 375px){.sm\:bg-sky-400\/90{background-color:#38bdf8e6}}@media screen and (max-width: 375px){.sm\:bg-sky-500{background-color:#0ea5e9}}@media screen and (max-width: 375px){.sm\:bg-sky-500\/0{background-color:#0ea5e900}}@media screen and (max-width: 375px){.sm\:bg-sky-500\/10{background-color:#0ea5e91a}}@media screen and (max-width: 375px){.sm\:bg-sky-500\/20{background-color:#0ea5e933}}@media screen and (max-width: 375px){.sm\:bg-sky-500\/30{background-color:#0ea5e94d}}@media screen and (max-width: 375px){.sm\:bg-sky-500\/40{background-color:#0ea5e966}}@media screen and (max-width: 375px){.sm\:bg-sky-500\/50{background-color:#0ea5e980}}@media screen and (max-width: 375px){.sm\:bg-sky-500\/60{background-color:#0ea5e999}}@media screen and (max-width: 375px){.sm\:bg-sky-500\/70{background-color:#0ea5e9b3}}@media screen and (max-width: 375px){.sm\:bg-sky-500\/75{background-color:#0ea5e9bf}}@media screen and (max-width: 375px){.sm\:bg-sky-500\/80{background-color:#0ea5e9cc}}@media screen and (max-width: 375px){.sm\:bg-sky-500\/90{background-color:#0ea5e9e6}}@media screen and (max-width: 375px){.sm\:bg-sky-600{background-color:#0284c7}}@media screen and (max-width: 375px){.sm\:bg-sky-600\/0{background-color:#0284c700}}@media screen and (max-width: 375px){.sm\:bg-sky-600\/10{background-color:#0284c71a}}@media screen and (max-width: 375px){.sm\:bg-sky-600\/20{background-color:#0284c733}}@media screen and (max-width: 375px){.sm\:bg-sky-600\/30{background-color:#0284c74d}}@media screen and (max-width: 375px){.sm\:bg-sky-600\/40{background-color:#0284c766}}@media screen and (max-width: 375px){.sm\:bg-sky-600\/50{background-color:#0284c780}}@media screen and (max-width: 375px){.sm\:bg-sky-600\/60{background-color:#0284c799}}@media screen and (max-width: 375px){.sm\:bg-sky-600\/70{background-color:#0284c7b3}}@media screen and (max-width: 375px){.sm\:bg-sky-600\/75{background-color:#0284c7bf}}@media screen and (max-width: 375px){.sm\:bg-sky-600\/80{background-color:#0284c7cc}}@media screen and (max-width: 375px){.sm\:bg-sky-600\/90{background-color:#0284c7e6}}@media screen and (max-width: 375px){.sm\:bg-sky-700{background-color:#0369a1}}@media screen and (max-width: 375px){.sm\:bg-sky-700\/0{background-color:#0369a100}}@media screen and (max-width: 375px){.sm\:bg-sky-700\/10{background-color:#0369a11a}}@media screen and (max-width: 375px){.sm\:bg-sky-700\/20{background-color:#0369a133}}@media screen and (max-width: 375px){.sm\:bg-sky-700\/30{background-color:#0369a14d}}@media screen and (max-width: 375px){.sm\:bg-sky-700\/40{background-color:#0369a166}}@media screen and (max-width: 375px){.sm\:bg-sky-700\/50{background-color:#0369a180}}@media screen and (max-width: 375px){.sm\:bg-sky-700\/60{background-color:#0369a199}}@media screen and (max-width: 375px){.sm\:bg-sky-700\/70{background-color:#0369a1b3}}@media screen and (max-width: 375px){.sm\:bg-sky-700\/75{background-color:#0369a1bf}}@media screen and (max-width: 375px){.sm\:bg-sky-700\/80{background-color:#0369a1cc}}@media screen and (max-width: 375px){.sm\:bg-sky-700\/90{background-color:#0369a1e6}}@media screen and (max-width: 375px){.sm\:bg-sky-800{background-color:#075985}}@media screen and (max-width: 375px){.sm\:bg-sky-800\/0{background-color:#07598500}}@media screen and (max-width: 375px){.sm\:bg-sky-800\/10{background-color:#0759851a}}@media screen and (max-width: 375px){.sm\:bg-sky-800\/20{background-color:#07598533}}@media screen and (max-width: 375px){.sm\:bg-sky-800\/30{background-color:#0759854d}}@media screen and (max-width: 375px){.sm\:bg-sky-800\/40{background-color:#07598566}}@media screen and (max-width: 375px){.sm\:bg-sky-800\/50{background-color:#07598580}}@media screen and (max-width: 375px){.sm\:bg-sky-800\/60{background-color:#07598599}}@media screen and (max-width: 375px){.sm\:bg-sky-800\/70{background-color:#075985b3}}@media screen and (max-width: 375px){.sm\:bg-sky-800\/75{background-color:#075985bf}}@media screen and (max-width: 375px){.sm\:bg-sky-800\/80{background-color:#075985cc}}@media screen and (max-width: 375px){.sm\:bg-sky-800\/90{background-color:#075985e6}}@media screen and (max-width: 375px){.sm\:bg-sky-900{background-color:#0c4a6e}}@media screen and (max-width: 375px){.sm\:bg-sky-900\/0{background-color:#0c4a6e00}}@media screen and (max-width: 375px){.sm\:bg-sky-900\/10{background-color:#0c4a6e1a}}@media screen and (max-width: 375px){.sm\:bg-sky-900\/20{background-color:#0c4a6e33}}@media screen and (max-width: 375px){.sm\:bg-sky-900\/30{background-color:#0c4a6e4d}}@media screen and (max-width: 375px){.sm\:bg-sky-900\/40{background-color:#0c4a6e66}}@media screen and (max-width: 375px){.sm\:bg-sky-900\/50{background-color:#0c4a6e80}}@media screen and (max-width: 375px){.sm\:bg-sky-900\/60{background-color:#0c4a6e99}}@media screen and (max-width: 375px){.sm\:bg-sky-900\/70{background-color:#0c4a6eb3}}@media screen and (max-width: 375px){.sm\:bg-sky-900\/75{background-color:#0c4a6ebf}}@media screen and (max-width: 375px){.sm\:bg-sky-900\/80{background-color:#0c4a6ecc}}@media screen and (max-width: 375px){.sm\:bg-sky-900\/90{background-color:#0c4a6ee6}}@media screen and (max-width: 375px){.sm\:bg-sky-950{background-color:#082f49}}@media screen and (max-width: 375px){.sm\:bg-sky-950\/0{background-color:#082f4900}}@media screen and (max-width: 375px){.sm\:bg-sky-950\/10{background-color:#082f491a}}@media screen and (max-width: 375px){.sm\:bg-sky-950\/20{background-color:#082f4933}}@media screen and (max-width: 375px){.sm\:bg-sky-950\/30{background-color:#082f494d}}@media screen and (max-width: 375px){.sm\:bg-sky-950\/40{background-color:#082f4966}}@media screen and (max-width: 375px){.sm\:bg-sky-950\/50{background-color:#082f4980}}@media screen and (max-width: 375px){.sm\:bg-sky-950\/60{background-color:#082f4999}}@media screen and (max-width: 375px){.sm\:bg-sky-950\/70{background-color:#082f49b3}}@media screen and (max-width: 375px){.sm\:bg-sky-950\/75{background-color:#082f49bf}}@media screen and (max-width: 375px){.sm\:bg-sky-950\/80{background-color:#082f49cc}}@media screen and (max-width: 375px){.sm\:bg-sky-950\/90{background-color:#082f49e6}}@media screen and (max-width: 375px){.sm\:bg-blue-50{background-color:#eff6ff}}@media screen and (max-width: 375px){.sm\:bg-blue-50\/0{background-color:#eff6ff00}}@media screen and (max-width: 375px){.sm\:bg-blue-50\/10{background-color:#eff6ff1a}}@media screen and (max-width: 375px){.sm\:bg-blue-50\/20{background-color:#eff6ff33}}@media screen and (max-width: 375px){.sm\:bg-blue-50\/30{background-color:#eff6ff4d}}@media screen and (max-width: 375px){.sm\:bg-blue-50\/40{background-color:#eff6ff66}}@media screen and (max-width: 375px){.sm\:bg-blue-50\/50{background-color:#eff6ff80}}@media screen and (max-width: 375px){.sm\:bg-blue-50\/60{background-color:#eff6ff99}}@media screen and (max-width: 375px){.sm\:bg-blue-50\/70{background-color:#eff6ffb3}}@media screen and (max-width: 375px){.sm\:bg-blue-50\/75{background-color:#eff6ffbf}}@media screen and (max-width: 375px){.sm\:bg-blue-50\/80{background-color:#eff6ffcc}}@media screen and (max-width: 375px){.sm\:bg-blue-50\/90{background-color:#eff6ffe6}}@media screen and (max-width: 375px){.sm\:bg-blue-100{background-color:#dbeafe}}@media screen and (max-width: 375px){.sm\:bg-blue-100\/0{background-color:#dbeafe00}}@media screen and (max-width: 375px){.sm\:bg-blue-100\/10{background-color:#dbeafe1a}}@media screen and (max-width: 375px){.sm\:bg-blue-100\/20{background-color:#dbeafe33}}@media screen and (max-width: 375px){.sm\:bg-blue-100\/30{background-color:#dbeafe4d}}@media screen and (max-width: 375px){.sm\:bg-blue-100\/40{background-color:#dbeafe66}}@media screen and (max-width: 375px){.sm\:bg-blue-100\/50{background-color:#dbeafe80}}@media screen and (max-width: 375px){.sm\:bg-blue-100\/60{background-color:#dbeafe99}}@media screen and (max-width: 375px){.sm\:bg-blue-100\/70{background-color:#dbeafeb3}}@media screen and (max-width: 375px){.sm\:bg-blue-100\/75{background-color:#dbeafebf}}@media screen and (max-width: 375px){.sm\:bg-blue-100\/80{background-color:#dbeafecc}}@media screen and (max-width: 375px){.sm\:bg-blue-100\/90{background-color:#dbeafee6}}@media screen and (max-width: 375px){.sm\:bg-blue-200{background-color:#bfdbfe}}@media screen and (max-width: 375px){.sm\:bg-blue-200\/0{background-color:#bfdbfe00}}@media screen and (max-width: 375px){.sm\:bg-blue-200\/10{background-color:#bfdbfe1a}}@media screen and (max-width: 375px){.sm\:bg-blue-200\/20{background-color:#bfdbfe33}}@media screen and (max-width: 375px){.sm\:bg-blue-200\/30{background-color:#bfdbfe4d}}@media screen and (max-width: 375px){.sm\:bg-blue-200\/40{background-color:#bfdbfe66}}@media screen and (max-width: 375px){.sm\:bg-blue-200\/50{background-color:#bfdbfe80}}@media screen and (max-width: 375px){.sm\:bg-blue-200\/60{background-color:#bfdbfe99}}@media screen and (max-width: 375px){.sm\:bg-blue-200\/70{background-color:#bfdbfeb3}}@media screen and (max-width: 375px){.sm\:bg-blue-200\/75{background-color:#bfdbfebf}}@media screen and (max-width: 375px){.sm\:bg-blue-200\/80{background-color:#bfdbfecc}}@media screen and (max-width: 375px){.sm\:bg-blue-200\/90{background-color:#bfdbfee6}}@media screen and (max-width: 375px){.sm\:bg-blue-300{background-color:#93c5fd}}@media screen and (max-width: 375px){.sm\:bg-blue-300\/0{background-color:#93c5fd00}}@media screen and (max-width: 375px){.sm\:bg-blue-300\/10{background-color:#93c5fd1a}}@media screen and (max-width: 375px){.sm\:bg-blue-300\/20{background-color:#93c5fd33}}@media screen and (max-width: 375px){.sm\:bg-blue-300\/30{background-color:#93c5fd4d}}@media screen and (max-width: 375px){.sm\:bg-blue-300\/40{background-color:#93c5fd66}}@media screen and (max-width: 375px){.sm\:bg-blue-300\/50{background-color:#93c5fd80}}@media screen and (max-width: 375px){.sm\:bg-blue-300\/60{background-color:#93c5fd99}}@media screen and (max-width: 375px){.sm\:bg-blue-300\/70{background-color:#93c5fdb3}}@media screen and (max-width: 375px){.sm\:bg-blue-300\/75{background-color:#93c5fdbf}}@media screen and (max-width: 375px){.sm\:bg-blue-300\/80{background-color:#93c5fdcc}}@media screen and (max-width: 375px){.sm\:bg-blue-300\/90{background-color:#93c5fde6}}@media screen and (max-width: 375px){.sm\:bg-blue-400{background-color:#60a5fa}}@media screen and (max-width: 375px){.sm\:bg-blue-400\/0{background-color:#60a5fa00}}@media screen and (max-width: 375px){.sm\:bg-blue-400\/10{background-color:#60a5fa1a}}@media screen and (max-width: 375px){.sm\:bg-blue-400\/20{background-color:#60a5fa33}}@media screen and (max-width: 375px){.sm\:bg-blue-400\/30{background-color:#60a5fa4d}}@media screen and (max-width: 375px){.sm\:bg-blue-400\/40{background-color:#60a5fa66}}@media screen and (max-width: 375px){.sm\:bg-blue-400\/50{background-color:#60a5fa80}}@media screen and (max-width: 375px){.sm\:bg-blue-400\/60{background-color:#60a5fa99}}@media screen and (max-width: 375px){.sm\:bg-blue-400\/70{background-color:#60a5fab3}}@media screen and (max-width: 375px){.sm\:bg-blue-400\/75{background-color:#60a5fabf}}@media screen and (max-width: 375px){.sm\:bg-blue-400\/80{background-color:#60a5facc}}@media screen and (max-width: 375px){.sm\:bg-blue-400\/90{background-color:#60a5fae6}}@media screen and (max-width: 375px){.sm\:bg-blue-500{background-color:#3b82f6}}@media screen and (max-width: 375px){.sm\:bg-blue-500\/0{background-color:#3b82f600}}@media screen and (max-width: 375px){.sm\:bg-blue-500\/10{background-color:#3b82f61a}}@media screen and (max-width: 375px){.sm\:bg-blue-500\/20{background-color:#3b82f633}}@media screen and (max-width: 375px){.sm\:bg-blue-500\/30{background-color:#3b82f64d}}@media screen and (max-width: 375px){.sm\:bg-blue-500\/40{background-color:#3b82f666}}@media screen and (max-width: 375px){.sm\:bg-blue-500\/50{background-color:#3b82f680}}@media screen and (max-width: 375px){.sm\:bg-blue-500\/60{background-color:#3b82f699}}@media screen and (max-width: 375px){.sm\:bg-blue-500\/70{background-color:#3b82f6b3}}@media screen and (max-width: 375px){.sm\:bg-blue-500\/75{background-color:#3b82f6bf}}@media screen and (max-width: 375px){.sm\:bg-blue-500\/80{background-color:#3b82f6cc}}@media screen and (max-width: 375px){.sm\:bg-blue-500\/90{background-color:#3b82f6e6}}@media screen and (max-width: 375px){.sm\:bg-blue-600{background-color:#2563eb}}@media screen and (max-width: 375px){.sm\:bg-blue-600\/0{background-color:#2563eb00}}@media screen and (max-width: 375px){.sm\:bg-blue-600\/10{background-color:#2563eb1a}}@media screen and (max-width: 375px){.sm\:bg-blue-600\/20{background-color:#2563eb33}}@media screen and (max-width: 375px){.sm\:bg-blue-600\/30{background-color:#2563eb4d}}@media screen and (max-width: 375px){.sm\:bg-blue-600\/40{background-color:#2563eb66}}@media screen and (max-width: 375px){.sm\:bg-blue-600\/50{background-color:#2563eb80}}@media screen and (max-width: 375px){.sm\:bg-blue-600\/60{background-color:#2563eb99}}@media screen and (max-width: 375px){.sm\:bg-blue-600\/70{background-color:#2563ebb3}}@media screen and (max-width: 375px){.sm\:bg-blue-600\/75{background-color:#2563ebbf}}@media screen and (max-width: 375px){.sm\:bg-blue-600\/80{background-color:#2563ebcc}}@media screen and (max-width: 375px){.sm\:bg-blue-600\/90{background-color:#2563ebe6}}@media screen and (max-width: 375px){.sm\:bg-blue-700{background-color:#1d4ed8}}@media screen and (max-width: 375px){.sm\:bg-blue-700\/0{background-color:#1d4ed800}}@media screen and (max-width: 375px){.sm\:bg-blue-700\/10{background-color:#1d4ed81a}}@media screen and (max-width: 375px){.sm\:bg-blue-700\/20{background-color:#1d4ed833}}@media screen and (max-width: 375px){.sm\:bg-blue-700\/30{background-color:#1d4ed84d}}@media screen and (max-width: 375px){.sm\:bg-blue-700\/40{background-color:#1d4ed866}}@media screen and (max-width: 375px){.sm\:bg-blue-700\/50{background-color:#1d4ed880}}@media screen and (max-width: 375px){.sm\:bg-blue-700\/60{background-color:#1d4ed899}}@media screen and (max-width: 375px){.sm\:bg-blue-700\/70{background-color:#1d4ed8b3}}@media screen and (max-width: 375px){.sm\:bg-blue-700\/75{background-color:#1d4ed8bf}}@media screen and (max-width: 375px){.sm\:bg-blue-700\/80{background-color:#1d4ed8cc}}@media screen and (max-width: 375px){.sm\:bg-blue-700\/90{background-color:#1d4ed8e6}}@media screen and (max-width: 375px){.sm\:bg-blue-800{background-color:#1e40af}}@media screen and (max-width: 375px){.sm\:bg-blue-800\/0{background-color:#1e40af00}}@media screen and (max-width: 375px){.sm\:bg-blue-800\/10{background-color:#1e40af1a}}@media screen and (max-width: 375px){.sm\:bg-blue-800\/20{background-color:#1e40af33}}@media screen and (max-width: 375px){.sm\:bg-blue-800\/30{background-color:#1e40af4d}}@media screen and (max-width: 375px){.sm\:bg-blue-800\/40{background-color:#1e40af66}}@media screen and (max-width: 375px){.sm\:bg-blue-800\/50{background-color:#1e40af80}}@media screen and (max-width: 375px){.sm\:bg-blue-800\/60{background-color:#1e40af99}}@media screen and (max-width: 375px){.sm\:bg-blue-800\/70{background-color:#1e40afb3}}@media screen and (max-width: 375px){.sm\:bg-blue-800\/75{background-color:#1e40afbf}}@media screen and (max-width: 375px){.sm\:bg-blue-800\/80{background-color:#1e40afcc}}@media screen and (max-width: 375px){.sm\:bg-blue-800\/90{background-color:#1e40afe6}}@media screen and (max-width: 375px){.sm\:bg-blue-900{background-color:#1e3a8a}}@media screen and (max-width: 375px){.sm\:bg-blue-900\/0{background-color:#1e3a8a00}}@media screen and (max-width: 375px){.sm\:bg-blue-900\/10{background-color:#1e3a8a1a}}@media screen and (max-width: 375px){.sm\:bg-blue-900\/20{background-color:#1e3a8a33}}@media screen and (max-width: 375px){.sm\:bg-blue-900\/30{background-color:#1e3a8a4d}}@media screen and (max-width: 375px){.sm\:bg-blue-900\/40{background-color:#1e3a8a66}}@media screen and (max-width: 375px){.sm\:bg-blue-900\/50{background-color:#1e3a8a80}}@media screen and (max-width: 375px){.sm\:bg-blue-900\/60{background-color:#1e3a8a99}}@media screen and (max-width: 375px){.sm\:bg-blue-900\/70{background-color:#1e3a8ab3}}@media screen and (max-width: 375px){.sm\:bg-blue-900\/75{background-color:#1e3a8abf}}@media screen and (max-width: 375px){.sm\:bg-blue-900\/80{background-color:#1e3a8acc}}@media screen and (max-width: 375px){.sm\:bg-blue-900\/90{background-color:#1e3a8ae6}}@media screen and (max-width: 375px){.sm\:bg-blue-950{background-color:#172554}}@media screen and (max-width: 375px){.sm\:bg-blue-950\/0{background-color:#17255400}}@media screen and (max-width: 375px){.sm\:bg-blue-950\/10{background-color:#1725541a}}@media screen and (max-width: 375px){.sm\:bg-blue-950\/20{background-color:#17255433}}@media screen and (max-width: 375px){.sm\:bg-blue-950\/30{background-color:#1725544d}}@media screen and (max-width: 375px){.sm\:bg-blue-950\/40{background-color:#17255466}}@media screen and (max-width: 375px){.sm\:bg-blue-950\/50{background-color:#17255480}}@media screen and (max-width: 375px){.sm\:bg-blue-950\/60{background-color:#17255499}}@media screen and (max-width: 375px){.sm\:bg-blue-950\/70{background-color:#172554b3}}@media screen and (max-width: 375px){.sm\:bg-blue-950\/75{background-color:#172554bf}}@media screen and (max-width: 375px){.sm\:bg-blue-950\/80{background-color:#172554cc}}@media screen and (max-width: 375px){.sm\:bg-blue-950\/90{background-color:#172554e6}}@media screen and (max-width: 375px){.sm\:bg-indigo-50{background-color:#eef2ff}}@media screen and (max-width: 375px){.sm\:bg-indigo-50\/0{background-color:#eef2ff00}}@media screen and (max-width: 375px){.sm\:bg-indigo-50\/10{background-color:#eef2ff1a}}@media screen and (max-width: 375px){.sm\:bg-indigo-50\/20{background-color:#eef2ff33}}@media screen and (max-width: 375px){.sm\:bg-indigo-50\/30{background-color:#eef2ff4d}}@media screen and (max-width: 375px){.sm\:bg-indigo-50\/40{background-color:#eef2ff66}}@media screen and (max-width: 375px){.sm\:bg-indigo-50\/50{background-color:#eef2ff80}}@media screen and (max-width: 375px){.sm\:bg-indigo-50\/60{background-color:#eef2ff99}}@media screen and (max-width: 375px){.sm\:bg-indigo-50\/70{background-color:#eef2ffb3}}@media screen and (max-width: 375px){.sm\:bg-indigo-50\/75{background-color:#eef2ffbf}}@media screen and (max-width: 375px){.sm\:bg-indigo-50\/80{background-color:#eef2ffcc}}@media screen and (max-width: 375px){.sm\:bg-indigo-50\/90{background-color:#eef2ffe6}}@media screen and (max-width: 375px){.sm\:bg-indigo-100{background-color:#e0e7ff}}@media screen and (max-width: 375px){.sm\:bg-indigo-100\/0{background-color:#e0e7ff00}}@media screen and (max-width: 375px){.sm\:bg-indigo-100\/10{background-color:#e0e7ff1a}}@media screen and (max-width: 375px){.sm\:bg-indigo-100\/20{background-color:#e0e7ff33}}@media screen and (max-width: 375px){.sm\:bg-indigo-100\/30{background-color:#e0e7ff4d}}@media screen and (max-width: 375px){.sm\:bg-indigo-100\/40{background-color:#e0e7ff66}}@media screen and (max-width: 375px){.sm\:bg-indigo-100\/50{background-color:#e0e7ff80}}@media screen and (max-width: 375px){.sm\:bg-indigo-100\/60{background-color:#e0e7ff99}}@media screen and (max-width: 375px){.sm\:bg-indigo-100\/70{background-color:#e0e7ffb3}}@media screen and (max-width: 375px){.sm\:bg-indigo-100\/75{background-color:#e0e7ffbf}}@media screen and (max-width: 375px){.sm\:bg-indigo-100\/80{background-color:#e0e7ffcc}}@media screen and (max-width: 375px){.sm\:bg-indigo-100\/90{background-color:#e0e7ffe6}}@media screen and (max-width: 375px){.sm\:bg-indigo-200{background-color:#c7d2fe}}@media screen and (max-width: 375px){.sm\:bg-indigo-200\/0{background-color:#c7d2fe00}}@media screen and (max-width: 375px){.sm\:bg-indigo-200\/10{background-color:#c7d2fe1a}}@media screen and (max-width: 375px){.sm\:bg-indigo-200\/20{background-color:#c7d2fe33}}@media screen and (max-width: 375px){.sm\:bg-indigo-200\/30{background-color:#c7d2fe4d}}@media screen and (max-width: 375px){.sm\:bg-indigo-200\/40{background-color:#c7d2fe66}}@media screen and (max-width: 375px){.sm\:bg-indigo-200\/50{background-color:#c7d2fe80}}@media screen and (max-width: 375px){.sm\:bg-indigo-200\/60{background-color:#c7d2fe99}}@media screen and (max-width: 375px){.sm\:bg-indigo-200\/70{background-color:#c7d2feb3}}@media screen and (max-width: 375px){.sm\:bg-indigo-200\/75{background-color:#c7d2febf}}@media screen and (max-width: 375px){.sm\:bg-indigo-200\/80{background-color:#c7d2fecc}}@media screen and (max-width: 375px){.sm\:bg-indigo-200\/90{background-color:#c7d2fee6}}@media screen and (max-width: 375px){.sm\:bg-indigo-300{background-color:#a5b4fc}}@media screen and (max-width: 375px){.sm\:bg-indigo-300\/0{background-color:#a5b4fc00}}@media screen and (max-width: 375px){.sm\:bg-indigo-300\/10{background-color:#a5b4fc1a}}@media screen and (max-width: 375px){.sm\:bg-indigo-300\/20{background-color:#a5b4fc33}}@media screen and (max-width: 375px){.sm\:bg-indigo-300\/30{background-color:#a5b4fc4d}}@media screen and (max-width: 375px){.sm\:bg-indigo-300\/40{background-color:#a5b4fc66}}@media screen and (max-width: 375px){.sm\:bg-indigo-300\/50{background-color:#a5b4fc80}}@media screen and (max-width: 375px){.sm\:bg-indigo-300\/60{background-color:#a5b4fc99}}@media screen and (max-width: 375px){.sm\:bg-indigo-300\/70{background-color:#a5b4fcb3}}@media screen and (max-width: 375px){.sm\:bg-indigo-300\/75{background-color:#a5b4fcbf}}@media screen and (max-width: 375px){.sm\:bg-indigo-300\/80{background-color:#a5b4fccc}}@media screen and (max-width: 375px){.sm\:bg-indigo-300\/90{background-color:#a5b4fce6}}@media screen and (max-width: 375px){.sm\:bg-indigo-400{background-color:#818cf8}}@media screen and (max-width: 375px){.sm\:bg-indigo-400\/0{background-color:#818cf800}}@media screen and (max-width: 375px){.sm\:bg-indigo-400\/10{background-color:#818cf81a}}@media screen and (max-width: 375px){.sm\:bg-indigo-400\/20{background-color:#818cf833}}@media screen and (max-width: 375px){.sm\:bg-indigo-400\/30{background-color:#818cf84d}}@media screen and (max-width: 375px){.sm\:bg-indigo-400\/40{background-color:#818cf866}}@media screen and (max-width: 375px){.sm\:bg-indigo-400\/50{background-color:#818cf880}}@media screen and (max-width: 375px){.sm\:bg-indigo-400\/60{background-color:#818cf899}}@media screen and (max-width: 375px){.sm\:bg-indigo-400\/70{background-color:#818cf8b3}}@media screen and (max-width: 375px){.sm\:bg-indigo-400\/75{background-color:#818cf8bf}}@media screen and (max-width: 375px){.sm\:bg-indigo-400\/80{background-color:#818cf8cc}}@media screen and (max-width: 375px){.sm\:bg-indigo-400\/90{background-color:#818cf8e6}}@media screen and (max-width: 375px){.sm\:bg-indigo-500{background-color:#6366f1}}@media screen and (max-width: 375px){.sm\:bg-indigo-500\/0{background-color:#6366f100}}@media screen and (max-width: 375px){.sm\:bg-indigo-500\/10{background-color:#6366f11a}}@media screen and (max-width: 375px){.sm\:bg-indigo-500\/20{background-color:#6366f133}}@media screen and (max-width: 375px){.sm\:bg-indigo-500\/30{background-color:#6366f14d}}@media screen and (max-width: 375px){.sm\:bg-indigo-500\/40{background-color:#6366f166}}@media screen and (max-width: 375px){.sm\:bg-indigo-500\/50{background-color:#6366f180}}@media screen and (max-width: 375px){.sm\:bg-indigo-500\/60{background-color:#6366f199}}@media screen and (max-width: 375px){.sm\:bg-indigo-500\/70{background-color:#6366f1b3}}@media screen and (max-width: 375px){.sm\:bg-indigo-500\/75{background-color:#6366f1bf}}@media screen and (max-width: 375px){.sm\:bg-indigo-500\/80{background-color:#6366f1cc}}@media screen and (max-width: 375px){.sm\:bg-indigo-500\/90{background-color:#6366f1e6}}@media screen and (max-width: 375px){.sm\:bg-indigo-600{background-color:#4f46e5}}@media screen and (max-width: 375px){.sm\:bg-indigo-600\/0{background-color:#4f46e500}}@media screen and (max-width: 375px){.sm\:bg-indigo-600\/10{background-color:#4f46e51a}}@media screen and (max-width: 375px){.sm\:bg-indigo-600\/20{background-color:#4f46e533}}@media screen and (max-width: 375px){.sm\:bg-indigo-600\/30{background-color:#4f46e54d}}@media screen and (max-width: 375px){.sm\:bg-indigo-600\/40{background-color:#4f46e566}}@media screen and (max-width: 375px){.sm\:bg-indigo-600\/50{background-color:#4f46e580}}@media screen and (max-width: 375px){.sm\:bg-indigo-600\/60{background-color:#4f46e599}}@media screen and (max-width: 375px){.sm\:bg-indigo-600\/70{background-color:#4f46e5b3}}@media screen and (max-width: 375px){.sm\:bg-indigo-600\/75{background-color:#4f46e5bf}}@media screen and (max-width: 375px){.sm\:bg-indigo-600\/80{background-color:#4f46e5cc}}@media screen and (max-width: 375px){.sm\:bg-indigo-600\/90{background-color:#4f46e5e6}}@media screen and (max-width: 375px){.sm\:bg-indigo-700{background-color:#4338ca}}@media screen and (max-width: 375px){.sm\:bg-indigo-700\/0{background-color:#4338ca00}}@media screen and (max-width: 375px){.sm\:bg-indigo-700\/10{background-color:#4338ca1a}}@media screen and (max-width: 375px){.sm\:bg-indigo-700\/20{background-color:#4338ca33}}@media screen and (max-width: 375px){.sm\:bg-indigo-700\/30{background-color:#4338ca4d}}@media screen and (max-width: 375px){.sm\:bg-indigo-700\/40{background-color:#4338ca66}}@media screen and (max-width: 375px){.sm\:bg-indigo-700\/50{background-color:#4338ca80}}@media screen and (max-width: 375px){.sm\:bg-indigo-700\/60{background-color:#4338ca99}}@media screen and (max-width: 375px){.sm\:bg-indigo-700\/70{background-color:#4338cab3}}@media screen and (max-width: 375px){.sm\:bg-indigo-700\/75{background-color:#4338cabf}}@media screen and (max-width: 375px){.sm\:bg-indigo-700\/80{background-color:#4338cacc}}@media screen and (max-width: 375px){.sm\:bg-indigo-700\/90{background-color:#4338cae6}}@media screen and (max-width: 375px){.sm\:bg-indigo-800{background-color:#3730a3}}@media screen and (max-width: 375px){.sm\:bg-indigo-800\/0{background-color:#3730a300}}@media screen and (max-width: 375px){.sm\:bg-indigo-800\/10{background-color:#3730a31a}}@media screen and (max-width: 375px){.sm\:bg-indigo-800\/20{background-color:#3730a333}}@media screen and (max-width: 375px){.sm\:bg-indigo-800\/30{background-color:#3730a34d}}@media screen and (max-width: 375px){.sm\:bg-indigo-800\/40{background-color:#3730a366}}@media screen and (max-width: 375px){.sm\:bg-indigo-800\/50{background-color:#3730a380}}@media screen and (max-width: 375px){.sm\:bg-indigo-800\/60{background-color:#3730a399}}@media screen and (max-width: 375px){.sm\:bg-indigo-800\/70{background-color:#3730a3b3}}@media screen and (max-width: 375px){.sm\:bg-indigo-800\/75{background-color:#3730a3bf}}@media screen and (max-width: 375px){.sm\:bg-indigo-800\/80{background-color:#3730a3cc}}@media screen and (max-width: 375px){.sm\:bg-indigo-800\/90{background-color:#3730a3e6}}@media screen and (max-width: 375px){.sm\:bg-indigo-900{background-color:#312e81}}@media screen and (max-width: 375px){.sm\:bg-indigo-900\/0{background-color:#312e8100}}@media screen and (max-width: 375px){.sm\:bg-indigo-900\/10{background-color:#312e811a}}@media screen and (max-width: 375px){.sm\:bg-indigo-900\/20{background-color:#312e8133}}@media screen and (max-width: 375px){.sm\:bg-indigo-900\/30{background-color:#312e814d}}@media screen and (max-width: 375px){.sm\:bg-indigo-900\/40{background-color:#312e8166}}@media screen and (max-width: 375px){.sm\:bg-indigo-900\/50{background-color:#312e8180}}@media screen and (max-width: 375px){.sm\:bg-indigo-900\/60{background-color:#312e8199}}@media screen and (max-width: 375px){.sm\:bg-indigo-900\/70{background-color:#312e81b3}}@media screen and (max-width: 375px){.sm\:bg-indigo-900\/75{background-color:#312e81bf}}@media screen and (max-width: 375px){.sm\:bg-indigo-900\/80{background-color:#312e81cc}}@media screen and (max-width: 375px){.sm\:bg-indigo-900\/90{background-color:#312e81e6}}@media screen and (max-width: 375px){.sm\:bg-indigo-950{background-color:#1e1b4b}}@media screen and (max-width: 375px){.sm\:bg-indigo-950\/0{background-color:#1e1b4b00}}@media screen and (max-width: 375px){.sm\:bg-indigo-950\/10{background-color:#1e1b4b1a}}@media screen and (max-width: 375px){.sm\:bg-indigo-950\/20{background-color:#1e1b4b33}}@media screen and (max-width: 375px){.sm\:bg-indigo-950\/30{background-color:#1e1b4b4d}}@media screen and (max-width: 375px){.sm\:bg-indigo-950\/40{background-color:#1e1b4b66}}@media screen and (max-width: 375px){.sm\:bg-indigo-950\/50{background-color:#1e1b4b80}}@media screen and (max-width: 375px){.sm\:bg-indigo-950\/60{background-color:#1e1b4b99}}@media screen and (max-width: 375px){.sm\:bg-indigo-950\/70{background-color:#1e1b4bb3}}@media screen and (max-width: 375px){.sm\:bg-indigo-950\/75{background-color:#1e1b4bbf}}@media screen and (max-width: 375px){.sm\:bg-indigo-950\/80{background-color:#1e1b4bcc}}@media screen and (max-width: 375px){.sm\:bg-indigo-950\/90{background-color:#1e1b4be6}}@media screen and (max-width: 375px){.sm\:bg-violet-50{background-color:#f5f3ff}}@media screen and (max-width: 375px){.sm\:bg-violet-50\/0{background-color:#f5f3ff00}}@media screen and (max-width: 375px){.sm\:bg-violet-50\/10{background-color:#f5f3ff1a}}@media screen and (max-width: 375px){.sm\:bg-violet-50\/20{background-color:#f5f3ff33}}@media screen and (max-width: 375px){.sm\:bg-violet-50\/30{background-color:#f5f3ff4d}}@media screen and (max-width: 375px){.sm\:bg-violet-50\/40{background-color:#f5f3ff66}}@media screen and (max-width: 375px){.sm\:bg-violet-50\/50{background-color:#f5f3ff80}}@media screen and (max-width: 375px){.sm\:bg-violet-50\/60{background-color:#f5f3ff99}}@media screen and (max-width: 375px){.sm\:bg-violet-50\/70{background-color:#f5f3ffb3}}@media screen and (max-width: 375px){.sm\:bg-violet-50\/75{background-color:#f5f3ffbf}}@media screen and (max-width: 375px){.sm\:bg-violet-50\/80{background-color:#f5f3ffcc}}@media screen and (max-width: 375px){.sm\:bg-violet-50\/90{background-color:#f5f3ffe6}}@media screen and (max-width: 375px){.sm\:bg-violet-100{background-color:#ede9fe}}@media screen and (max-width: 375px){.sm\:bg-violet-100\/0{background-color:#ede9fe00}}@media screen and (max-width: 375px){.sm\:bg-violet-100\/10{background-color:#ede9fe1a}}@media screen and (max-width: 375px){.sm\:bg-violet-100\/20{background-color:#ede9fe33}}@media screen and (max-width: 375px){.sm\:bg-violet-100\/30{background-color:#ede9fe4d}}@media screen and (max-width: 375px){.sm\:bg-violet-100\/40{background-color:#ede9fe66}}@media screen and (max-width: 375px){.sm\:bg-violet-100\/50{background-color:#ede9fe80}}@media screen and (max-width: 375px){.sm\:bg-violet-100\/60{background-color:#ede9fe99}}@media screen and (max-width: 375px){.sm\:bg-violet-100\/70{background-color:#ede9feb3}}@media screen and (max-width: 375px){.sm\:bg-violet-100\/75{background-color:#ede9febf}}@media screen and (max-width: 375px){.sm\:bg-violet-100\/80{background-color:#ede9fecc}}@media screen and (max-width: 375px){.sm\:bg-violet-100\/90{background-color:#ede9fee6}}@media screen and (max-width: 375px){.sm\:bg-violet-200{background-color:#ddd6fe}}@media screen and (max-width: 375px){.sm\:bg-violet-200\/0{background-color:#ddd6fe00}}@media screen and (max-width: 375px){.sm\:bg-violet-200\/10{background-color:#ddd6fe1a}}@media screen and (max-width: 375px){.sm\:bg-violet-200\/20{background-color:#ddd6fe33}}@media screen and (max-width: 375px){.sm\:bg-violet-200\/30{background-color:#ddd6fe4d}}@media screen and (max-width: 375px){.sm\:bg-violet-200\/40{background-color:#ddd6fe66}}@media screen and (max-width: 375px){.sm\:bg-violet-200\/50{background-color:#ddd6fe80}}@media screen and (max-width: 375px){.sm\:bg-violet-200\/60{background-color:#ddd6fe99}}@media screen and (max-width: 375px){.sm\:bg-violet-200\/70{background-color:#ddd6feb3}}@media screen and (max-width: 375px){.sm\:bg-violet-200\/75{background-color:#ddd6febf}}@media screen and (max-width: 375px){.sm\:bg-violet-200\/80{background-color:#ddd6fecc}}@media screen and (max-width: 375px){.sm\:bg-violet-200\/90{background-color:#ddd6fee6}}@media screen and (max-width: 375px){.sm\:bg-violet-300{background-color:#c4b5fd}}@media screen and (max-width: 375px){.sm\:bg-violet-300\/0{background-color:#c4b5fd00}}@media screen and (max-width: 375px){.sm\:bg-violet-300\/10{background-color:#c4b5fd1a}}@media screen and (max-width: 375px){.sm\:bg-violet-300\/20{background-color:#c4b5fd33}}@media screen and (max-width: 375px){.sm\:bg-violet-300\/30{background-color:#c4b5fd4d}}@media screen and (max-width: 375px){.sm\:bg-violet-300\/40{background-color:#c4b5fd66}}@media screen and (max-width: 375px){.sm\:bg-violet-300\/50{background-color:#c4b5fd80}}@media screen and (max-width: 375px){.sm\:bg-violet-300\/60{background-color:#c4b5fd99}}@media screen and (max-width: 375px){.sm\:bg-violet-300\/70{background-color:#c4b5fdb3}}@media screen and (max-width: 375px){.sm\:bg-violet-300\/75{background-color:#c4b5fdbf}}@media screen and (max-width: 375px){.sm\:bg-violet-300\/80{background-color:#c4b5fdcc}}@media screen and (max-width: 375px){.sm\:bg-violet-300\/90{background-color:#c4b5fde6}}@media screen and (max-width: 375px){.sm\:bg-violet-400{background-color:#a78bfa}}@media screen and (max-width: 375px){.sm\:bg-violet-400\/0{background-color:#a78bfa00}}@media screen and (max-width: 375px){.sm\:bg-violet-400\/10{background-color:#a78bfa1a}}@media screen and (max-width: 375px){.sm\:bg-violet-400\/20{background-color:#a78bfa33}}@media screen and (max-width: 375px){.sm\:bg-violet-400\/30{background-color:#a78bfa4d}}@media screen and (max-width: 375px){.sm\:bg-violet-400\/40{background-color:#a78bfa66}}@media screen and (max-width: 375px){.sm\:bg-violet-400\/50{background-color:#a78bfa80}}@media screen and (max-width: 375px){.sm\:bg-violet-400\/60{background-color:#a78bfa99}}@media screen and (max-width: 375px){.sm\:bg-violet-400\/70{background-color:#a78bfab3}}@media screen and (max-width: 375px){.sm\:bg-violet-400\/75{background-color:#a78bfabf}}@media screen and (max-width: 375px){.sm\:bg-violet-400\/80{background-color:#a78bfacc}}@media screen and (max-width: 375px){.sm\:bg-violet-400\/90{background-color:#a78bfae6}}@media screen and (max-width: 375px){.sm\:bg-violet-500{background-color:#8b5cf6}}@media screen and (max-width: 375px){.sm\:bg-violet-500\/0{background-color:#8b5cf600}}@media screen and (max-width: 375px){.sm\:bg-violet-500\/10{background-color:#8b5cf61a}}@media screen and (max-width: 375px){.sm\:bg-violet-500\/20{background-color:#8b5cf633}}@media screen and (max-width: 375px){.sm\:bg-violet-500\/30{background-color:#8b5cf64d}}@media screen and (max-width: 375px){.sm\:bg-violet-500\/40{background-color:#8b5cf666}}@media screen and (max-width: 375px){.sm\:bg-violet-500\/50{background-color:#8b5cf680}}@media screen and (max-width: 375px){.sm\:bg-violet-500\/60{background-color:#8b5cf699}}@media screen and (max-width: 375px){.sm\:bg-violet-500\/70{background-color:#8b5cf6b3}}@media screen and (max-width: 375px){.sm\:bg-violet-500\/75{background-color:#8b5cf6bf}}@media screen and (max-width: 375px){.sm\:bg-violet-500\/80{background-color:#8b5cf6cc}}@media screen and (max-width: 375px){.sm\:bg-violet-500\/90{background-color:#8b5cf6e6}}@media screen and (max-width: 375px){.sm\:bg-violet-600{background-color:#7c3aed}}@media screen and (max-width: 375px){.sm\:bg-violet-600\/0{background-color:#7c3aed00}}@media screen and (max-width: 375px){.sm\:bg-violet-600\/10{background-color:#7c3aed1a}}@media screen and (max-width: 375px){.sm\:bg-violet-600\/20{background-color:#7c3aed33}}@media screen and (max-width: 375px){.sm\:bg-violet-600\/30{background-color:#7c3aed4d}}@media screen and (max-width: 375px){.sm\:bg-violet-600\/40{background-color:#7c3aed66}}@media screen and (max-width: 375px){.sm\:bg-violet-600\/50{background-color:#7c3aed80}}@media screen and (max-width: 375px){.sm\:bg-violet-600\/60{background-color:#7c3aed99}}@media screen and (max-width: 375px){.sm\:bg-violet-600\/70{background-color:#7c3aedb3}}@media screen and (max-width: 375px){.sm\:bg-violet-600\/75{background-color:#7c3aedbf}}@media screen and (max-width: 375px){.sm\:bg-violet-600\/80{background-color:#7c3aedcc}}@media screen and (max-width: 375px){.sm\:bg-violet-600\/90{background-color:#7c3aede6}}@media screen and (max-width: 375px){.sm\:bg-violet-700{background-color:#6d28d9}}@media screen and (max-width: 375px){.sm\:bg-violet-700\/0{background-color:#6d28d900}}@media screen and (max-width: 375px){.sm\:bg-violet-700\/10{background-color:#6d28d91a}}@media screen and (max-width: 375px){.sm\:bg-violet-700\/20{background-color:#6d28d933}}@media screen and (max-width: 375px){.sm\:bg-violet-700\/30{background-color:#6d28d94d}}@media screen and (max-width: 375px){.sm\:bg-violet-700\/40{background-color:#6d28d966}}@media screen and (max-width: 375px){.sm\:bg-violet-700\/50{background-color:#6d28d980}}@media screen and (max-width: 375px){.sm\:bg-violet-700\/60{background-color:#6d28d999}}@media screen and (max-width: 375px){.sm\:bg-violet-700\/70{background-color:#6d28d9b3}}@media screen and (max-width: 375px){.sm\:bg-violet-700\/75{background-color:#6d28d9bf}}@media screen and (max-width: 375px){.sm\:bg-violet-700\/80{background-color:#6d28d9cc}}@media screen and (max-width: 375px){.sm\:bg-violet-700\/90{background-color:#6d28d9e6}}@media screen and (max-width: 375px){.sm\:bg-violet-800{background-color:#5b21b6}}@media screen and (max-width: 375px){.sm\:bg-violet-800\/0{background-color:#5b21b600}}@media screen and (max-width: 375px){.sm\:bg-violet-800\/10{background-color:#5b21b61a}}@media screen and (max-width: 375px){.sm\:bg-violet-800\/20{background-color:#5b21b633}}@media screen and (max-width: 375px){.sm\:bg-violet-800\/30{background-color:#5b21b64d}}@media screen and (max-width: 375px){.sm\:bg-violet-800\/40{background-color:#5b21b666}}@media screen and (max-width: 375px){.sm\:bg-violet-800\/50{background-color:#5b21b680}}@media screen and (max-width: 375px){.sm\:bg-violet-800\/60{background-color:#5b21b699}}@media screen and (max-width: 375px){.sm\:bg-violet-800\/70{background-color:#5b21b6b3}}@media screen and (max-width: 375px){.sm\:bg-violet-800\/75{background-color:#5b21b6bf}}@media screen and (max-width: 375px){.sm\:bg-violet-800\/80{background-color:#5b21b6cc}}@media screen and (max-width: 375px){.sm\:bg-violet-800\/90{background-color:#5b21b6e6}}@media screen and (max-width: 375px){.sm\:bg-violet-900{background-color:#4c1d95}}@media screen and (max-width: 375px){.sm\:bg-violet-900\/0{background-color:#4c1d9500}}@media screen and (max-width: 375px){.sm\:bg-violet-900\/10{background-color:#4c1d951a}}@media screen and (max-width: 375px){.sm\:bg-violet-900\/20{background-color:#4c1d9533}}@media screen and (max-width: 375px){.sm\:bg-violet-900\/30{background-color:#4c1d954d}}@media screen and (max-width: 375px){.sm\:bg-violet-900\/40{background-color:#4c1d9566}}@media screen and (max-width: 375px){.sm\:bg-violet-900\/50{background-color:#4c1d9580}}@media screen and (max-width: 375px){.sm\:bg-violet-900\/60{background-color:#4c1d9599}}@media screen and (max-width: 375px){.sm\:bg-violet-900\/70{background-color:#4c1d95b3}}@media screen and (max-width: 375px){.sm\:bg-violet-900\/75{background-color:#4c1d95bf}}@media screen and (max-width: 375px){.sm\:bg-violet-900\/80{background-color:#4c1d95cc}}@media screen and (max-width: 375px){.sm\:bg-violet-900\/90{background-color:#4c1d95e6}}@media screen and (max-width: 375px){.sm\:bg-violet-950{background-color:#2e1065}}@media screen and (max-width: 375px){.sm\:bg-violet-950\/0{background-color:#2e106500}}@media screen and (max-width: 375px){.sm\:bg-violet-950\/10{background-color:#2e10651a}}@media screen and (max-width: 375px){.sm\:bg-violet-950\/20{background-color:#2e106533}}@media screen and (max-width: 375px){.sm\:bg-violet-950\/30{background-color:#2e10654d}}@media screen and (max-width: 375px){.sm\:bg-violet-950\/40{background-color:#2e106566}}@media screen and (max-width: 375px){.sm\:bg-violet-950\/50{background-color:#2e106580}}@media screen and (max-width: 375px){.sm\:bg-violet-950\/60{background-color:#2e106599}}@media screen and (max-width: 375px){.sm\:bg-violet-950\/70{background-color:#2e1065b3}}@media screen and (max-width: 375px){.sm\:bg-violet-950\/75{background-color:#2e1065bf}}@media screen and (max-width: 375px){.sm\:bg-violet-950\/80{background-color:#2e1065cc}}@media screen and (max-width: 375px){.sm\:bg-violet-950\/90{background-color:#2e1065e6}}@media screen and (max-width: 375px){.sm\:bg-purple-50{background-color:#faf5ff}}@media screen and (max-width: 375px){.sm\:bg-purple-50\/0{background-color:#faf5ff00}}@media screen and (max-width: 375px){.sm\:bg-purple-50\/10{background-color:#faf5ff1a}}@media screen and (max-width: 375px){.sm\:bg-purple-50\/20{background-color:#faf5ff33}}@media screen and (max-width: 375px){.sm\:bg-purple-50\/30{background-color:#faf5ff4d}}@media screen and (max-width: 375px){.sm\:bg-purple-50\/40{background-color:#faf5ff66}}@media screen and (max-width: 375px){.sm\:bg-purple-50\/50{background-color:#faf5ff80}}@media screen and (max-width: 375px){.sm\:bg-purple-50\/60{background-color:#faf5ff99}}@media screen and (max-width: 375px){.sm\:bg-purple-50\/70{background-color:#faf5ffb3}}@media screen and (max-width: 375px){.sm\:bg-purple-50\/75{background-color:#faf5ffbf}}@media screen and (max-width: 375px){.sm\:bg-purple-50\/80{background-color:#faf5ffcc}}@media screen and (max-width: 375px){.sm\:bg-purple-50\/90{background-color:#faf5ffe6}}@media screen and (max-width: 375px){.sm\:bg-purple-100{background-color:#f3e8ff}}@media screen and (max-width: 375px){.sm\:bg-purple-100\/0{background-color:#f3e8ff00}}@media screen and (max-width: 375px){.sm\:bg-purple-100\/10{background-color:#f3e8ff1a}}@media screen and (max-width: 375px){.sm\:bg-purple-100\/20{background-color:#f3e8ff33}}@media screen and (max-width: 375px){.sm\:bg-purple-100\/30{background-color:#f3e8ff4d}}@media screen and (max-width: 375px){.sm\:bg-purple-100\/40{background-color:#f3e8ff66}}@media screen and (max-width: 375px){.sm\:bg-purple-100\/50{background-color:#f3e8ff80}}@media screen and (max-width: 375px){.sm\:bg-purple-100\/60{background-color:#f3e8ff99}}@media screen and (max-width: 375px){.sm\:bg-purple-100\/70{background-color:#f3e8ffb3}}@media screen and (max-width: 375px){.sm\:bg-purple-100\/75{background-color:#f3e8ffbf}}@media screen and (max-width: 375px){.sm\:bg-purple-100\/80{background-color:#f3e8ffcc}}@media screen and (max-width: 375px){.sm\:bg-purple-100\/90{background-color:#f3e8ffe6}}@media screen and (max-width: 375px){.sm\:bg-purple-200{background-color:#e9d5ff}}@media screen and (max-width: 375px){.sm\:bg-purple-200\/0{background-color:#e9d5ff00}}@media screen and (max-width: 375px){.sm\:bg-purple-200\/10{background-color:#e9d5ff1a}}@media screen and (max-width: 375px){.sm\:bg-purple-200\/20{background-color:#e9d5ff33}}@media screen and (max-width: 375px){.sm\:bg-purple-200\/30{background-color:#e9d5ff4d}}@media screen and (max-width: 375px){.sm\:bg-purple-200\/40{background-color:#e9d5ff66}}@media screen and (max-width: 375px){.sm\:bg-purple-200\/50{background-color:#e9d5ff80}}@media screen and (max-width: 375px){.sm\:bg-purple-200\/60{background-color:#e9d5ff99}}@media screen and (max-width: 375px){.sm\:bg-purple-200\/70{background-color:#e9d5ffb3}}@media screen and (max-width: 375px){.sm\:bg-purple-200\/75{background-color:#e9d5ffbf}}@media screen and (max-width: 375px){.sm\:bg-purple-200\/80{background-color:#e9d5ffcc}}@media screen and (max-width: 375px){.sm\:bg-purple-200\/90{background-color:#e9d5ffe6}}@media screen and (max-width: 375px){.sm\:bg-purple-300{background-color:#d8b4fe}}@media screen and (max-width: 375px){.sm\:bg-purple-300\/0{background-color:#d8b4fe00}}@media screen and (max-width: 375px){.sm\:bg-purple-300\/10{background-color:#d8b4fe1a}}@media screen and (max-width: 375px){.sm\:bg-purple-300\/20{background-color:#d8b4fe33}}@media screen and (max-width: 375px){.sm\:bg-purple-300\/30{background-color:#d8b4fe4d}}@media screen and (max-width: 375px){.sm\:bg-purple-300\/40{background-color:#d8b4fe66}}@media screen and (max-width: 375px){.sm\:bg-purple-300\/50{background-color:#d8b4fe80}}@media screen and (max-width: 375px){.sm\:bg-purple-300\/60{background-color:#d8b4fe99}}@media screen and (max-width: 375px){.sm\:bg-purple-300\/70{background-color:#d8b4feb3}}@media screen and (max-width: 375px){.sm\:bg-purple-300\/75{background-color:#d8b4febf}}@media screen and (max-width: 375px){.sm\:bg-purple-300\/80{background-color:#d8b4fecc}}@media screen and (max-width: 375px){.sm\:bg-purple-300\/90{background-color:#d8b4fee6}}@media screen and (max-width: 375px){.sm\:bg-purple-400{background-color:#c084fc}}@media screen and (max-width: 375px){.sm\:bg-purple-400\/0{background-color:#c084fc00}}@media screen and (max-width: 375px){.sm\:bg-purple-400\/10{background-color:#c084fc1a}}@media screen and (max-width: 375px){.sm\:bg-purple-400\/20{background-color:#c084fc33}}@media screen and (max-width: 375px){.sm\:bg-purple-400\/30{background-color:#c084fc4d}}@media screen and (max-width: 375px){.sm\:bg-purple-400\/40{background-color:#c084fc66}}@media screen and (max-width: 375px){.sm\:bg-purple-400\/50{background-color:#c084fc80}}@media screen and (max-width: 375px){.sm\:bg-purple-400\/60{background-color:#c084fc99}}@media screen and (max-width: 375px){.sm\:bg-purple-400\/70{background-color:#c084fcb3}}@media screen and (max-width: 375px){.sm\:bg-purple-400\/75{background-color:#c084fcbf}}@media screen and (max-width: 375px){.sm\:bg-purple-400\/80{background-color:#c084fccc}}@media screen and (max-width: 375px){.sm\:bg-purple-400\/90{background-color:#c084fce6}}@media screen and (max-width: 375px){.sm\:bg-purple-500{background-color:#a855f7}}@media screen and (max-width: 375px){.sm\:bg-purple-500\/0{background-color:#a855f700}}@media screen and (max-width: 375px){.sm\:bg-purple-500\/10{background-color:#a855f71a}}@media screen and (max-width: 375px){.sm\:bg-purple-500\/20{background-color:#a855f733}}@media screen and (max-width: 375px){.sm\:bg-purple-500\/30{background-color:#a855f74d}}@media screen and (max-width: 375px){.sm\:bg-purple-500\/40{background-color:#a855f766}}@media screen and (max-width: 375px){.sm\:bg-purple-500\/50{background-color:#a855f780}}@media screen and (max-width: 375px){.sm\:bg-purple-500\/60{background-color:#a855f799}}@media screen and (max-width: 375px){.sm\:bg-purple-500\/70{background-color:#a855f7b3}}@media screen and (max-width: 375px){.sm\:bg-purple-500\/75{background-color:#a855f7bf}}@media screen and (max-width: 375px){.sm\:bg-purple-500\/80{background-color:#a855f7cc}}@media screen and (max-width: 375px){.sm\:bg-purple-500\/90{background-color:#a855f7e6}}@media screen and (max-width: 375px){.sm\:bg-purple-600{background-color:#9333ea}}@media screen and (max-width: 375px){.sm\:bg-purple-600\/0{background-color:#9333ea00}}@media screen and (max-width: 375px){.sm\:bg-purple-600\/10{background-color:#9333ea1a}}@media screen and (max-width: 375px){.sm\:bg-purple-600\/20{background-color:#9333ea33}}@media screen and (max-width: 375px){.sm\:bg-purple-600\/30{background-color:#9333ea4d}}@media screen and (max-width: 375px){.sm\:bg-purple-600\/40{background-color:#9333ea66}}@media screen and (max-width: 375px){.sm\:bg-purple-600\/50{background-color:#9333ea80}}@media screen and (max-width: 375px){.sm\:bg-purple-600\/60{background-color:#9333ea99}}@media screen and (max-width: 375px){.sm\:bg-purple-600\/70{background-color:#9333eab3}}@media screen and (max-width: 375px){.sm\:bg-purple-600\/75{background-color:#9333eabf}}@media screen and (max-width: 375px){.sm\:bg-purple-600\/80{background-color:#9333eacc}}@media screen and (max-width: 375px){.sm\:bg-purple-600\/90{background-color:#9333eae6}}@media screen and (max-width: 375px){.sm\:bg-purple-700{background-color:#7e22ce}}@media screen and (max-width: 375px){.sm\:bg-purple-700\/0{background-color:#7e22ce00}}@media screen and (max-width: 375px){.sm\:bg-purple-700\/10{background-color:#7e22ce1a}}@media screen and (max-width: 375px){.sm\:bg-purple-700\/20{background-color:#7e22ce33}}@media screen and (max-width: 375px){.sm\:bg-purple-700\/30{background-color:#7e22ce4d}}@media screen and (max-width: 375px){.sm\:bg-purple-700\/40{background-color:#7e22ce66}}@media screen and (max-width: 375px){.sm\:bg-purple-700\/50{background-color:#7e22ce80}}@media screen and (max-width: 375px){.sm\:bg-purple-700\/60{background-color:#7e22ce99}}@media screen and (max-width: 375px){.sm\:bg-purple-700\/70{background-color:#7e22ceb3}}@media screen and (max-width: 375px){.sm\:bg-purple-700\/75{background-color:#7e22cebf}}@media screen and (max-width: 375px){.sm\:bg-purple-700\/80{background-color:#7e22cecc}}@media screen and (max-width: 375px){.sm\:bg-purple-700\/90{background-color:#7e22cee6}}@media screen and (max-width: 375px){.sm\:bg-purple-800{background-color:#6b21a8}}@media screen and (max-width: 375px){.sm\:bg-purple-800\/0{background-color:#6b21a800}}@media screen and (max-width: 375px){.sm\:bg-purple-800\/10{background-color:#6b21a81a}}@media screen and (max-width: 375px){.sm\:bg-purple-800\/20{background-color:#6b21a833}}@media screen and (max-width: 375px){.sm\:bg-purple-800\/30{background-color:#6b21a84d}}@media screen and (max-width: 375px){.sm\:bg-purple-800\/40{background-color:#6b21a866}}@media screen and (max-width: 375px){.sm\:bg-purple-800\/50{background-color:#6b21a880}}@media screen and (max-width: 375px){.sm\:bg-purple-800\/60{background-color:#6b21a899}}@media screen and (max-width: 375px){.sm\:bg-purple-800\/70{background-color:#6b21a8b3}}@media screen and (max-width: 375px){.sm\:bg-purple-800\/75{background-color:#6b21a8bf}}@media screen and (max-width: 375px){.sm\:bg-purple-800\/80{background-color:#6b21a8cc}}@media screen and (max-width: 375px){.sm\:bg-purple-800\/90{background-color:#6b21a8e6}}@media screen and (max-width: 375px){.sm\:bg-purple-900{background-color:#581c87}}@media screen and (max-width: 375px){.sm\:bg-purple-900\/0{background-color:#581c8700}}@media screen and (max-width: 375px){.sm\:bg-purple-900\/10{background-color:#581c871a}}@media screen and (max-width: 375px){.sm\:bg-purple-900\/20{background-color:#581c8733}}@media screen and (max-width: 375px){.sm\:bg-purple-900\/30{background-color:#581c874d}}@media screen and (max-width: 375px){.sm\:bg-purple-900\/40{background-color:#581c8766}}@media screen and (max-width: 375px){.sm\:bg-purple-900\/50{background-color:#581c8780}}@media screen and (max-width: 375px){.sm\:bg-purple-900\/60{background-color:#581c8799}}@media screen and (max-width: 375px){.sm\:bg-purple-900\/70{background-color:#581c87b3}}@media screen and (max-width: 375px){.sm\:bg-purple-900\/75{background-color:#581c87bf}}@media screen and (max-width: 375px){.sm\:bg-purple-900\/80{background-color:#581c87cc}}@media screen and (max-width: 375px){.sm\:bg-purple-900\/90{background-color:#581c87e6}}@media screen and (max-width: 375px){.sm\:bg-purple-950{background-color:#3b0764}}@media screen and (max-width: 375px){.sm\:bg-purple-950\/0{background-color:#3b076400}}@media screen and (max-width: 375px){.sm\:bg-purple-950\/10{background-color:#3b07641a}}@media screen and (max-width: 375px){.sm\:bg-purple-950\/20{background-color:#3b076433}}@media screen and (max-width: 375px){.sm\:bg-purple-950\/30{background-color:#3b07644d}}@media screen and (max-width: 375px){.sm\:bg-purple-950\/40{background-color:#3b076466}}@media screen and (max-width: 375px){.sm\:bg-purple-950\/50{background-color:#3b076480}}@media screen and (max-width: 375px){.sm\:bg-purple-950\/60{background-color:#3b076499}}@media screen and (max-width: 375px){.sm\:bg-purple-950\/70{background-color:#3b0764b3}}@media screen and (max-width: 375px){.sm\:bg-purple-950\/75{background-color:#3b0764bf}}@media screen and (max-width: 375px){.sm\:bg-purple-950\/80{background-color:#3b0764cc}}@media screen and (max-width: 375px){.sm\:bg-purple-950\/90{background-color:#3b0764e6}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-50{background-color:#fdf4ff}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-50\/0{background-color:#fdf4ff00}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-50\/10{background-color:#fdf4ff1a}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-50\/20{background-color:#fdf4ff33}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-50\/30{background-color:#fdf4ff4d}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-50\/40{background-color:#fdf4ff66}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-50\/50{background-color:#fdf4ff80}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-50\/60{background-color:#fdf4ff99}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-50\/70{background-color:#fdf4ffb3}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-50\/75{background-color:#fdf4ffbf}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-50\/80{background-color:#fdf4ffcc}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-50\/90{background-color:#fdf4ffe6}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-100{background-color:#fae8ff}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-100\/0{background-color:#fae8ff00}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-100\/10{background-color:#fae8ff1a}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-100\/20{background-color:#fae8ff33}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-100\/30{background-color:#fae8ff4d}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-100\/40{background-color:#fae8ff66}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-100\/50{background-color:#fae8ff80}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-100\/60{background-color:#fae8ff99}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-100\/70{background-color:#fae8ffb3}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-100\/75{background-color:#fae8ffbf}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-100\/80{background-color:#fae8ffcc}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-100\/90{background-color:#fae8ffe6}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-200{background-color:#f5d0fe}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-200\/0{background-color:#f5d0fe00}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-200\/10{background-color:#f5d0fe1a}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-200\/20{background-color:#f5d0fe33}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-200\/30{background-color:#f5d0fe4d}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-200\/40{background-color:#f5d0fe66}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-200\/50{background-color:#f5d0fe80}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-200\/60{background-color:#f5d0fe99}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-200\/70{background-color:#f5d0feb3}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-200\/75{background-color:#f5d0febf}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-200\/80{background-color:#f5d0fecc}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-200\/90{background-color:#f5d0fee6}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-300{background-color:#f0abfc}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-300\/0{background-color:#f0abfc00}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-300\/10{background-color:#f0abfc1a}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-300\/20{background-color:#f0abfc33}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-300\/30{background-color:#f0abfc4d}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-300\/40{background-color:#f0abfc66}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-300\/50{background-color:#f0abfc80}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-300\/60{background-color:#f0abfc99}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-300\/70{background-color:#f0abfcb3}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-300\/75{background-color:#f0abfcbf}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-300\/80{background-color:#f0abfccc}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-300\/90{background-color:#f0abfce6}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-400{background-color:#e879f9}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-400\/0{background-color:#e879f900}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-400\/10{background-color:#e879f91a}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-400\/20{background-color:#e879f933}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-400\/30{background-color:#e879f94d}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-400\/40{background-color:#e879f966}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-400\/50{background-color:#e879f980}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-400\/60{background-color:#e879f999}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-400\/70{background-color:#e879f9b3}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-400\/75{background-color:#e879f9bf}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-400\/80{background-color:#e879f9cc}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-400\/90{background-color:#e879f9e6}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-500{background-color:#d946ef}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-500\/0{background-color:#d946ef00}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-500\/10{background-color:#d946ef1a}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-500\/20{background-color:#d946ef33}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-500\/30{background-color:#d946ef4d}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-500\/40{background-color:#d946ef66}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-500\/50{background-color:#d946ef80}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-500\/60{background-color:#d946ef99}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-500\/70{background-color:#d946efb3}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-500\/75{background-color:#d946efbf}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-500\/80{background-color:#d946efcc}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-500\/90{background-color:#d946efe6}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-600{background-color:#c026d3}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-600\/0{background-color:#c026d300}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-600\/10{background-color:#c026d31a}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-600\/20{background-color:#c026d333}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-600\/30{background-color:#c026d34d}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-600\/40{background-color:#c026d366}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-600\/50{background-color:#c026d380}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-600\/60{background-color:#c026d399}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-600\/70{background-color:#c026d3b3}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-600\/75{background-color:#c026d3bf}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-600\/80{background-color:#c026d3cc}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-600\/90{background-color:#c026d3e6}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-700{background-color:#a21caf}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-700\/0{background-color:#a21caf00}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-700\/10{background-color:#a21caf1a}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-700\/20{background-color:#a21caf33}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-700\/30{background-color:#a21caf4d}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-700\/40{background-color:#a21caf66}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-700\/50{background-color:#a21caf80}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-700\/60{background-color:#a21caf99}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-700\/70{background-color:#a21cafb3}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-700\/75{background-color:#a21cafbf}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-700\/80{background-color:#a21cafcc}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-700\/90{background-color:#a21cafe6}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-800{background-color:#86198f}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-800\/0{background-color:#86198f00}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-800\/10{background-color:#86198f1a}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-800\/20{background-color:#86198f33}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-800\/30{background-color:#86198f4d}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-800\/40{background-color:#86198f66}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-800\/50{background-color:#86198f80}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-800\/60{background-color:#86198f99}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-800\/70{background-color:#86198fb3}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-800\/75{background-color:#86198fbf}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-800\/80{background-color:#86198fcc}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-800\/90{background-color:#86198fe6}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-900{background-color:#701a75}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-900\/0{background-color:#701a7500}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-900\/10{background-color:#701a751a}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-900\/20{background-color:#701a7533}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-900\/30{background-color:#701a754d}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-900\/40{background-color:#701a7566}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-900\/50{background-color:#701a7580}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-900\/60{background-color:#701a7599}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-900\/70{background-color:#701a75b3}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-900\/75{background-color:#701a75bf}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-900\/80{background-color:#701a75cc}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-900\/90{background-color:#701a75e6}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-950{background-color:#4a044e}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-950\/0{background-color:#4a044e00}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-950\/10{background-color:#4a044e1a}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-950\/20{background-color:#4a044e33}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-950\/30{background-color:#4a044e4d}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-950\/40{background-color:#4a044e66}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-950\/50{background-color:#4a044e80}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-950\/60{background-color:#4a044e99}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-950\/70{background-color:#4a044eb3}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-950\/75{background-color:#4a044ebf}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-950\/80{background-color:#4a044ecc}}@media screen and (max-width: 375px){.sm\:bg-fuchsia-950\/90{background-color:#4a044ee6}}@media screen and (max-width: 375px){.sm\:bg-pink-50{background-color:#fdf2f8}}@media screen and (max-width: 375px){.sm\:bg-pink-50\/0{background-color:#fdf2f800}}@media screen and (max-width: 375px){.sm\:bg-pink-50\/10{background-color:#fdf2f81a}}@media screen and (max-width: 375px){.sm\:bg-pink-50\/20{background-color:#fdf2f833}}@media screen and (max-width: 375px){.sm\:bg-pink-50\/30{background-color:#fdf2f84d}}@media screen and (max-width: 375px){.sm\:bg-pink-50\/40{background-color:#fdf2f866}}@media screen and (max-width: 375px){.sm\:bg-pink-50\/50{background-color:#fdf2f880}}@media screen and (max-width: 375px){.sm\:bg-pink-50\/60{background-color:#fdf2f899}}@media screen and (max-width: 375px){.sm\:bg-pink-50\/70{background-color:#fdf2f8b3}}@media screen and (max-width: 375px){.sm\:bg-pink-50\/75{background-color:#fdf2f8bf}}@media screen and (max-width: 375px){.sm\:bg-pink-50\/80{background-color:#fdf2f8cc}}@media screen and (max-width: 375px){.sm\:bg-pink-50\/90{background-color:#fdf2f8e6}}@media screen and (max-width: 375px){.sm\:bg-pink-100{background-color:#fce7f3}}@media screen and (max-width: 375px){.sm\:bg-pink-100\/0{background-color:#fce7f300}}@media screen and (max-width: 375px){.sm\:bg-pink-100\/10{background-color:#fce7f31a}}@media screen and (max-width: 375px){.sm\:bg-pink-100\/20{background-color:#fce7f333}}@media screen and (max-width: 375px){.sm\:bg-pink-100\/30{background-color:#fce7f34d}}@media screen and (max-width: 375px){.sm\:bg-pink-100\/40{background-color:#fce7f366}}@media screen and (max-width: 375px){.sm\:bg-pink-100\/50{background-color:#fce7f380}}@media screen and (max-width: 375px){.sm\:bg-pink-100\/60{background-color:#fce7f399}}@media screen and (max-width: 375px){.sm\:bg-pink-100\/70{background-color:#fce7f3b3}}@media screen and (max-width: 375px){.sm\:bg-pink-100\/75{background-color:#fce7f3bf}}@media screen and (max-width: 375px){.sm\:bg-pink-100\/80{background-color:#fce7f3cc}}@media screen and (max-width: 375px){.sm\:bg-pink-100\/90{background-color:#fce7f3e6}}@media screen and (max-width: 375px){.sm\:bg-pink-200{background-color:#fbcfe8}}@media screen and (max-width: 375px){.sm\:bg-pink-200\/0{background-color:#fbcfe800}}@media screen and (max-width: 375px){.sm\:bg-pink-200\/10{background-color:#fbcfe81a}}@media screen and (max-width: 375px){.sm\:bg-pink-200\/20{background-color:#fbcfe833}}@media screen and (max-width: 375px){.sm\:bg-pink-200\/30{background-color:#fbcfe84d}}@media screen and (max-width: 375px){.sm\:bg-pink-200\/40{background-color:#fbcfe866}}@media screen and (max-width: 375px){.sm\:bg-pink-200\/50{background-color:#fbcfe880}}@media screen and (max-width: 375px){.sm\:bg-pink-200\/60{background-color:#fbcfe899}}@media screen and (max-width: 375px){.sm\:bg-pink-200\/70{background-color:#fbcfe8b3}}@media screen and (max-width: 375px){.sm\:bg-pink-200\/75{background-color:#fbcfe8bf}}@media screen and (max-width: 375px){.sm\:bg-pink-200\/80{background-color:#fbcfe8cc}}@media screen and (max-width: 375px){.sm\:bg-pink-200\/90{background-color:#fbcfe8e6}}@media screen and (max-width: 375px){.sm\:bg-pink-300{background-color:#f9a8d4}}@media screen and (max-width: 375px){.sm\:bg-pink-300\/0{background-color:#f9a8d400}}@media screen and (max-width: 375px){.sm\:bg-pink-300\/10{background-color:#f9a8d41a}}@media screen and (max-width: 375px){.sm\:bg-pink-300\/20{background-color:#f9a8d433}}@media screen and (max-width: 375px){.sm\:bg-pink-300\/30{background-color:#f9a8d44d}}@media screen and (max-width: 375px){.sm\:bg-pink-300\/40{background-color:#f9a8d466}}@media screen and (max-width: 375px){.sm\:bg-pink-300\/50{background-color:#f9a8d480}}@media screen and (max-width: 375px){.sm\:bg-pink-300\/60{background-color:#f9a8d499}}@media screen and (max-width: 375px){.sm\:bg-pink-300\/70{background-color:#f9a8d4b3}}@media screen and (max-width: 375px){.sm\:bg-pink-300\/75{background-color:#f9a8d4bf}}@media screen and (max-width: 375px){.sm\:bg-pink-300\/80{background-color:#f9a8d4cc}}@media screen and (max-width: 375px){.sm\:bg-pink-300\/90{background-color:#f9a8d4e6}}@media screen and (max-width: 375px){.sm\:bg-pink-400{background-color:#f472b6}}@media screen and (max-width: 375px){.sm\:bg-pink-400\/0{background-color:#f472b600}}@media screen and (max-width: 375px){.sm\:bg-pink-400\/10{background-color:#f472b61a}}@media screen and (max-width: 375px){.sm\:bg-pink-400\/20{background-color:#f472b633}}@media screen and (max-width: 375px){.sm\:bg-pink-400\/30{background-color:#f472b64d}}@media screen and (max-width: 375px){.sm\:bg-pink-400\/40{background-color:#f472b666}}@media screen and (max-width: 375px){.sm\:bg-pink-400\/50{background-color:#f472b680}}@media screen and (max-width: 375px){.sm\:bg-pink-400\/60{background-color:#f472b699}}@media screen and (max-width: 375px){.sm\:bg-pink-400\/70{background-color:#f472b6b3}}@media screen and (max-width: 375px){.sm\:bg-pink-400\/75{background-color:#f472b6bf}}@media screen and (max-width: 375px){.sm\:bg-pink-400\/80{background-color:#f472b6cc}}@media screen and (max-width: 375px){.sm\:bg-pink-400\/90{background-color:#f472b6e6}}@media screen and (max-width: 375px){.sm\:bg-pink-500{background-color:#ec4899}}@media screen and (max-width: 375px){.sm\:bg-pink-500\/0{background-color:#ec489900}}@media screen and (max-width: 375px){.sm\:bg-pink-500\/10{background-color:#ec48991a}}@media screen and (max-width: 375px){.sm\:bg-pink-500\/20{background-color:#ec489933}}@media screen and (max-width: 375px){.sm\:bg-pink-500\/30{background-color:#ec48994d}}@media screen and (max-width: 375px){.sm\:bg-pink-500\/40{background-color:#ec489966}}@media screen and (max-width: 375px){.sm\:bg-pink-500\/50{background-color:#ec489980}}@media screen and (max-width: 375px){.sm\:bg-pink-500\/60{background-color:#ec489999}}@media screen and (max-width: 375px){.sm\:bg-pink-500\/70{background-color:#ec4899b3}}@media screen and (max-width: 375px){.sm\:bg-pink-500\/75{background-color:#ec4899bf}}@media screen and (max-width: 375px){.sm\:bg-pink-500\/80{background-color:#ec4899cc}}@media screen and (max-width: 375px){.sm\:bg-pink-500\/90{background-color:#ec4899e6}}@media screen and (max-width: 375px){.sm\:bg-pink-600{background-color:#db2777}}@media screen and (max-width: 375px){.sm\:bg-pink-600\/0{background-color:#db277700}}@media screen and (max-width: 375px){.sm\:bg-pink-600\/10{background-color:#db27771a}}@media screen and (max-width: 375px){.sm\:bg-pink-600\/20{background-color:#db277733}}@media screen and (max-width: 375px){.sm\:bg-pink-600\/30{background-color:#db27774d}}@media screen and (max-width: 375px){.sm\:bg-pink-600\/40{background-color:#db277766}}@media screen and (max-width: 375px){.sm\:bg-pink-600\/50{background-color:#db277780}}@media screen and (max-width: 375px){.sm\:bg-pink-600\/60{background-color:#db277799}}@media screen and (max-width: 375px){.sm\:bg-pink-600\/70{background-color:#db2777b3}}@media screen and (max-width: 375px){.sm\:bg-pink-600\/75{background-color:#db2777bf}}@media screen and (max-width: 375px){.sm\:bg-pink-600\/80{background-color:#db2777cc}}@media screen and (max-width: 375px){.sm\:bg-pink-600\/90{background-color:#db2777e6}}@media screen and (max-width: 375px){.sm\:bg-pink-700{background-color:#be185d}}@media screen and (max-width: 375px){.sm\:bg-pink-700\/0{background-color:#be185d00}}@media screen and (max-width: 375px){.sm\:bg-pink-700\/10{background-color:#be185d1a}}@media screen and (max-width: 375px){.sm\:bg-pink-700\/20{background-color:#be185d33}}@media screen and (max-width: 375px){.sm\:bg-pink-700\/30{background-color:#be185d4d}}@media screen and (max-width: 375px){.sm\:bg-pink-700\/40{background-color:#be185d66}}@media screen and (max-width: 375px){.sm\:bg-pink-700\/50{background-color:#be185d80}}@media screen and (max-width: 375px){.sm\:bg-pink-700\/60{background-color:#be185d99}}@media screen and (max-width: 375px){.sm\:bg-pink-700\/70{background-color:#be185db3}}@media screen and (max-width: 375px){.sm\:bg-pink-700\/75{background-color:#be185dbf}}@media screen and (max-width: 375px){.sm\:bg-pink-700\/80{background-color:#be185dcc}}@media screen and (max-width: 375px){.sm\:bg-pink-700\/90{background-color:#be185de6}}@media screen and (max-width: 375px){.sm\:bg-pink-800{background-color:#9d174d}}@media screen and (max-width: 375px){.sm\:bg-pink-800\/0{background-color:#9d174d00}}@media screen and (max-width: 375px){.sm\:bg-pink-800\/10{background-color:#9d174d1a}}@media screen and (max-width: 375px){.sm\:bg-pink-800\/20{background-color:#9d174d33}}@media screen and (max-width: 375px){.sm\:bg-pink-800\/30{background-color:#9d174d4d}}@media screen and (max-width: 375px){.sm\:bg-pink-800\/40{background-color:#9d174d66}}@media screen and (max-width: 375px){.sm\:bg-pink-800\/50{background-color:#9d174d80}}@media screen and (max-width: 375px){.sm\:bg-pink-800\/60{background-color:#9d174d99}}@media screen and (max-width: 375px){.sm\:bg-pink-800\/70{background-color:#9d174db3}}@media screen and (max-width: 375px){.sm\:bg-pink-800\/75{background-color:#9d174dbf}}@media screen and (max-width: 375px){.sm\:bg-pink-800\/80{background-color:#9d174dcc}}@media screen and (max-width: 375px){.sm\:bg-pink-800\/90{background-color:#9d174de6}}@media screen and (max-width: 375px){.sm\:bg-pink-900{background-color:#831843}}@media screen and (max-width: 375px){.sm\:bg-pink-900\/0{background-color:#83184300}}@media screen and (max-width: 375px){.sm\:bg-pink-900\/10{background-color:#8318431a}}@media screen and (max-width: 375px){.sm\:bg-pink-900\/20{background-color:#83184333}}@media screen and (max-width: 375px){.sm\:bg-pink-900\/30{background-color:#8318434d}}@media screen and (max-width: 375px){.sm\:bg-pink-900\/40{background-color:#83184366}}@media screen and (max-width: 375px){.sm\:bg-pink-900\/50{background-color:#83184380}}@media screen and (max-width: 375px){.sm\:bg-pink-900\/60{background-color:#83184399}}@media screen and (max-width: 375px){.sm\:bg-pink-900\/70{background-color:#831843b3}}@media screen and (max-width: 375px){.sm\:bg-pink-900\/75{background-color:#831843bf}}@media screen and (max-width: 375px){.sm\:bg-pink-900\/80{background-color:#831843cc}}@media screen and (max-width: 375px){.sm\:bg-pink-900\/90{background-color:#831843e6}}@media screen and (max-width: 375px){.sm\:bg-pink-950{background-color:#500724}}@media screen and (max-width: 375px){.sm\:bg-pink-950\/0{background-color:#50072400}}@media screen and (max-width: 375px){.sm\:bg-pink-950\/10{background-color:#5007241a}}@media screen and (max-width: 375px){.sm\:bg-pink-950\/20{background-color:#50072433}}@media screen and (max-width: 375px){.sm\:bg-pink-950\/30{background-color:#5007244d}}@media screen and (max-width: 375px){.sm\:bg-pink-950\/40{background-color:#50072466}}@media screen and (max-width: 375px){.sm\:bg-pink-950\/50{background-color:#50072480}}@media screen and (max-width: 375px){.sm\:bg-pink-950\/60{background-color:#50072499}}@media screen and (max-width: 375px){.sm\:bg-pink-950\/70{background-color:#500724b3}}@media screen and (max-width: 375px){.sm\:bg-pink-950\/75{background-color:#500724bf}}@media screen and (max-width: 375px){.sm\:bg-pink-950\/80{background-color:#500724cc}}@media screen and (max-width: 375px){.sm\:bg-pink-950\/90{background-color:#500724e6}}@media screen and (max-width: 375px){.sm\:bg-rose-50{background-color:#fff1f2}}@media screen and (max-width: 375px){.sm\:bg-rose-50\/0{background-color:#fff1f200}}@media screen and (max-width: 375px){.sm\:bg-rose-50\/10{background-color:#fff1f21a}}@media screen and (max-width: 375px){.sm\:bg-rose-50\/20{background-color:#fff1f233}}@media screen and (max-width: 375px){.sm\:bg-rose-50\/30{background-color:#fff1f24d}}@media screen and (max-width: 375px){.sm\:bg-rose-50\/40{background-color:#fff1f266}}@media screen and (max-width: 375px){.sm\:bg-rose-50\/50{background-color:#fff1f280}}@media screen and (max-width: 375px){.sm\:bg-rose-50\/60{background-color:#fff1f299}}@media screen and (max-width: 375px){.sm\:bg-rose-50\/70{background-color:#fff1f2b3}}@media screen and (max-width: 375px){.sm\:bg-rose-50\/75{background-color:#fff1f2bf}}@media screen and (max-width: 375px){.sm\:bg-rose-50\/80{background-color:#fff1f2cc}}@media screen and (max-width: 375px){.sm\:bg-rose-50\/90{background-color:#fff1f2e6}}@media screen and (max-width: 375px){.sm\:bg-rose-100{background-color:#ffe4e6}}@media screen and (max-width: 375px){.sm\:bg-rose-100\/0{background-color:#ffe4e600}}@media screen and (max-width: 375px){.sm\:bg-rose-100\/10{background-color:#ffe4e61a}}@media screen and (max-width: 375px){.sm\:bg-rose-100\/20{background-color:#ffe4e633}}@media screen and (max-width: 375px){.sm\:bg-rose-100\/30{background-color:#ffe4e64d}}@media screen and (max-width: 375px){.sm\:bg-rose-100\/40{background-color:#ffe4e666}}@media screen and (max-width: 375px){.sm\:bg-rose-100\/50{background-color:#ffe4e680}}@media screen and (max-width: 375px){.sm\:bg-rose-100\/60{background-color:#ffe4e699}}@media screen and (max-width: 375px){.sm\:bg-rose-100\/70{background-color:#ffe4e6b3}}@media screen and (max-width: 375px){.sm\:bg-rose-100\/75{background-color:#ffe4e6bf}}@media screen and (max-width: 375px){.sm\:bg-rose-100\/80{background-color:#ffe4e6cc}}@media screen and (max-width: 375px){.sm\:bg-rose-100\/90{background-color:#ffe4e6e6}}@media screen and (max-width: 375px){.sm\:bg-rose-200{background-color:#fecdd3}}@media screen and (max-width: 375px){.sm\:bg-rose-200\/0{background-color:#fecdd300}}@media screen and (max-width: 375px){.sm\:bg-rose-200\/10{background-color:#fecdd31a}}@media screen and (max-width: 375px){.sm\:bg-rose-200\/20{background-color:#fecdd333}}@media screen and (max-width: 375px){.sm\:bg-rose-200\/30{background-color:#fecdd34d}}@media screen and (max-width: 375px){.sm\:bg-rose-200\/40{background-color:#fecdd366}}@media screen and (max-width: 375px){.sm\:bg-rose-200\/50{background-color:#fecdd380}}@media screen and (max-width: 375px){.sm\:bg-rose-200\/60{background-color:#fecdd399}}@media screen and (max-width: 375px){.sm\:bg-rose-200\/70{background-color:#fecdd3b3}}@media screen and (max-width: 375px){.sm\:bg-rose-200\/75{background-color:#fecdd3bf}}@media screen and (max-width: 375px){.sm\:bg-rose-200\/80{background-color:#fecdd3cc}}@media screen and (max-width: 375px){.sm\:bg-rose-200\/90{background-color:#fecdd3e6}}@media screen and (max-width: 375px){.sm\:bg-rose-300{background-color:#fda4af}}@media screen and (max-width: 375px){.sm\:bg-rose-300\/0{background-color:#fda4af00}}@media screen and (max-width: 375px){.sm\:bg-rose-300\/10{background-color:#fda4af1a}}@media screen and (max-width: 375px){.sm\:bg-rose-300\/20{background-color:#fda4af33}}@media screen and (max-width: 375px){.sm\:bg-rose-300\/30{background-color:#fda4af4d}}@media screen and (max-width: 375px){.sm\:bg-rose-300\/40{background-color:#fda4af66}}@media screen and (max-width: 375px){.sm\:bg-rose-300\/50{background-color:#fda4af80}}@media screen and (max-width: 375px){.sm\:bg-rose-300\/60{background-color:#fda4af99}}@media screen and (max-width: 375px){.sm\:bg-rose-300\/70{background-color:#fda4afb3}}@media screen and (max-width: 375px){.sm\:bg-rose-300\/75{background-color:#fda4afbf}}@media screen and (max-width: 375px){.sm\:bg-rose-300\/80{background-color:#fda4afcc}}@media screen and (max-width: 375px){.sm\:bg-rose-300\/90{background-color:#fda4afe6}}@media screen and (max-width: 375px){.sm\:bg-rose-400{background-color:#fb7185}}@media screen and (max-width: 375px){.sm\:bg-rose-400\/0{background-color:#fb718500}}@media screen and (max-width: 375px){.sm\:bg-rose-400\/10{background-color:#fb71851a}}@media screen and (max-width: 375px){.sm\:bg-rose-400\/20{background-color:#fb718533}}@media screen and (max-width: 375px){.sm\:bg-rose-400\/30{background-color:#fb71854d}}@media screen and (max-width: 375px){.sm\:bg-rose-400\/40{background-color:#fb718566}}@media screen and (max-width: 375px){.sm\:bg-rose-400\/50{background-color:#fb718580}}@media screen and (max-width: 375px){.sm\:bg-rose-400\/60{background-color:#fb718599}}@media screen and (max-width: 375px){.sm\:bg-rose-400\/70{background-color:#fb7185b3}}@media screen and (max-width: 375px){.sm\:bg-rose-400\/75{background-color:#fb7185bf}}@media screen and (max-width: 375px){.sm\:bg-rose-400\/80{background-color:#fb7185cc}}@media screen and (max-width: 375px){.sm\:bg-rose-400\/90{background-color:#fb7185e6}}@media screen and (max-width: 375px){.sm\:bg-rose-500{background-color:#f43f5e}}@media screen and (max-width: 375px){.sm\:bg-rose-500\/0{background-color:#f43f5e00}}@media screen and (max-width: 375px){.sm\:bg-rose-500\/10{background-color:#f43f5e1a}}@media screen and (max-width: 375px){.sm\:bg-rose-500\/20{background-color:#f43f5e33}}@media screen and (max-width: 375px){.sm\:bg-rose-500\/30{background-color:#f43f5e4d}}@media screen and (max-width: 375px){.sm\:bg-rose-500\/40{background-color:#f43f5e66}}@media screen and (max-width: 375px){.sm\:bg-rose-500\/50{background-color:#f43f5e80}}@media screen and (max-width: 375px){.sm\:bg-rose-500\/60{background-color:#f43f5e99}}@media screen and (max-width: 375px){.sm\:bg-rose-500\/70{background-color:#f43f5eb3}}@media screen and (max-width: 375px){.sm\:bg-rose-500\/75{background-color:#f43f5ebf}}@media screen and (max-width: 375px){.sm\:bg-rose-500\/80{background-color:#f43f5ecc}}@media screen and (max-width: 375px){.sm\:bg-rose-500\/90{background-color:#f43f5ee6}}@media screen and (max-width: 375px){.sm\:bg-rose-600{background-color:#e11d48}}@media screen and (max-width: 375px){.sm\:bg-rose-600\/0{background-color:#e11d4800}}@media screen and (max-width: 375px){.sm\:bg-rose-600\/10{background-color:#e11d481a}}@media screen and (max-width: 375px){.sm\:bg-rose-600\/20{background-color:#e11d4833}}@media screen and (max-width: 375px){.sm\:bg-rose-600\/30{background-color:#e11d484d}}@media screen and (max-width: 375px){.sm\:bg-rose-600\/40{background-color:#e11d4866}}@media screen and (max-width: 375px){.sm\:bg-rose-600\/50{background-color:#e11d4880}}@media screen and (max-width: 375px){.sm\:bg-rose-600\/60{background-color:#e11d4899}}@media screen and (max-width: 375px){.sm\:bg-rose-600\/70{background-color:#e11d48b3}}@media screen and (max-width: 375px){.sm\:bg-rose-600\/75{background-color:#e11d48bf}}@media screen and (max-width: 375px){.sm\:bg-rose-600\/80{background-color:#e11d48cc}}@media screen and (max-width: 375px){.sm\:bg-rose-600\/90{background-color:#e11d48e6}}@media screen and (max-width: 375px){.sm\:bg-rose-700{background-color:#be123c}}@media screen and (max-width: 375px){.sm\:bg-rose-700\/0{background-color:#be123c00}}@media screen and (max-width: 375px){.sm\:bg-rose-700\/10{background-color:#be123c1a}}@media screen and (max-width: 375px){.sm\:bg-rose-700\/20{background-color:#be123c33}}@media screen and (max-width: 375px){.sm\:bg-rose-700\/30{background-color:#be123c4d}}@media screen and (max-width: 375px){.sm\:bg-rose-700\/40{background-color:#be123c66}}@media screen and (max-width: 375px){.sm\:bg-rose-700\/50{background-color:#be123c80}}@media screen and (max-width: 375px){.sm\:bg-rose-700\/60{background-color:#be123c99}}@media screen and (max-width: 375px){.sm\:bg-rose-700\/70{background-color:#be123cb3}}@media screen and (max-width: 375px){.sm\:bg-rose-700\/75{background-color:#be123cbf}}@media screen and (max-width: 375px){.sm\:bg-rose-700\/80{background-color:#be123ccc}}@media screen and (max-width: 375px){.sm\:bg-rose-700\/90{background-color:#be123ce6}}@media screen and (max-width: 375px){.sm\:bg-rose-800{background-color:#9f1239}}@media screen and (max-width: 375px){.sm\:bg-rose-800\/0{background-color:#9f123900}}@media screen and (max-width: 375px){.sm\:bg-rose-800\/10{background-color:#9f12391a}}@media screen and (max-width: 375px){.sm\:bg-rose-800\/20{background-color:#9f123933}}@media screen and (max-width: 375px){.sm\:bg-rose-800\/30{background-color:#9f12394d}}@media screen and (max-width: 375px){.sm\:bg-rose-800\/40{background-color:#9f123966}}@media screen and (max-width: 375px){.sm\:bg-rose-800\/50{background-color:#9f123980}}@media screen and (max-width: 375px){.sm\:bg-rose-800\/60{background-color:#9f123999}}@media screen and (max-width: 375px){.sm\:bg-rose-800\/70{background-color:#9f1239b3}}@media screen and (max-width: 375px){.sm\:bg-rose-800\/75{background-color:#9f1239bf}}@media screen and (max-width: 375px){.sm\:bg-rose-800\/80{background-color:#9f1239cc}}@media screen and (max-width: 375px){.sm\:bg-rose-800\/90{background-color:#9f1239e6}}@media screen and (max-width: 375px){.sm\:bg-rose-900{background-color:#881337}}@media screen and (max-width: 375px){.sm\:bg-rose-900\/0{background-color:#88133700}}@media screen and (max-width: 375px){.sm\:bg-rose-900\/10{background-color:#8813371a}}@media screen and (max-width: 375px){.sm\:bg-rose-900\/20{background-color:#88133733}}@media screen and (max-width: 375px){.sm\:bg-rose-900\/30{background-color:#8813374d}}@media screen and (max-width: 375px){.sm\:bg-rose-900\/40{background-color:#88133766}}@media screen and (max-width: 375px){.sm\:bg-rose-900\/50{background-color:#88133780}}@media screen and (max-width: 375px){.sm\:bg-rose-900\/60{background-color:#88133799}}@media screen and (max-width: 375px){.sm\:bg-rose-900\/70{background-color:#881337b3}}@media screen and (max-width: 375px){.sm\:bg-rose-900\/75{background-color:#881337bf}}@media screen and (max-width: 375px){.sm\:bg-rose-900\/80{background-color:#881337cc}}@media screen and (max-width: 375px){.sm\:bg-rose-900\/90{background-color:#881337e6}}@media screen and (max-width: 375px){.sm\:bg-rose-950{background-color:#4c0519}}@media screen and (max-width: 375px){.sm\:bg-rose-950\/0{background-color:#4c051900}}@media screen and (max-width: 375px){.sm\:bg-rose-950\/10{background-color:#4c05191a}}@media screen and (max-width: 375px){.sm\:bg-rose-950\/20{background-color:#4c051933}}@media screen and (max-width: 375px){.sm\:bg-rose-950\/30{background-color:#4c05194d}}@media screen and (max-width: 375px){.sm\:bg-rose-950\/40{background-color:#4c051966}}@media screen and (max-width: 375px){.sm\:bg-rose-950\/50{background-color:#4c051980}}@media screen and (max-width: 375px){.sm\:bg-rose-950\/60{background-color:#4c051999}}@media screen and (max-width: 375px){.sm\:bg-rose-950\/70{background-color:#4c0519b3}}@media screen and (max-width: 375px){.sm\:bg-rose-950\/75{background-color:#4c0519bf}}@media screen and (max-width: 375px){.sm\:bg-rose-950\/80{background-color:#4c0519cc}}@media screen and (max-width: 375px){.sm\:bg-rose-950\/90{background-color:#4c0519e6}}@media screen and (max-width: 375px){.sm\:bg-primary{background-color:#3874ff}}@media screen and (max-width: 375px){.sm\:bg-primary-bold{background-color:#002660}}@media screen and (max-width: 375px){.sm\:bg-primary-hover{background-color:#003585}}@media screen and (max-width: 375px){.sm\:bg-primary-border{background-color:#156ef3}}@media screen and (max-width: 375px){.sm\:bg-primary-focus-lv1{background-color:#6492ff}}@media screen and (max-width: 375px){.sm\:bg-primary-focus-lv2{background-color:#c7ddff}}@media screen and (max-width: 375px){.sm\:bg-primary-bg-color{background-color:#f8fbff}}@media screen and (max-width: 375px){.sm\:bg-success{background-color:#00bd7e}}@media screen and (max-width: 375px){.sm\:bg-success-bold{background-color:#006c58}}@media screen and (max-width: 375px){.sm\:bg-success-hover{background-color:#008d5e}}@media screen and (max-width: 375px){.sm\:bg-success-border{background-color:#17e5a1}}@media screen and (max-width: 375px){.sm\:bg-success-focus-lv1{background-color:#a9fbe0}}@media screen and (max-width: 375px){.sm\:bg-success-bg-color{background-color:#ebfff8}}@media screen and (max-width: 375px){.sm\:bg-warning{background-color:#ffb41f}}@media screen and (max-width: 375px){.sm\:bg-warning-bold{background-color:#b77d09}}@media screen and (max-width: 375px){.sm\:bg-warning-hover{background-color:#e39f17}}@media screen and (max-width: 375px){.sm\:bg-warning-border{background-color:#f7c86a}}@media screen and (max-width: 375px){.sm\:bg-warning-focus-lv1{background-color:#fbe0a9}}@media screen and (max-width: 375px){.sm\:bg-warning-bg-color{background-color:#fff8eb}}@media screen and (max-width: 375px){.sm\:bg-danger{background-color:#b20000}}@media screen and (max-width: 375px){.sm\:bg-danger-bold{background-color:#920122}}@media screen and (max-width: 375px){.sm\:bg-danger-hover{background-color:#c60833}}@media screen and (max-width: 375px){.sm\:bg-danger-border{background-color:#f35370}}@media screen and (max-width: 375px){.sm\:bg-danger-focus-lv1{background-color:#fdabb9}}@media screen and (max-width: 375px){.sm\:bg-danger-bg-color{background-color:#fff1f4}}@media screen and (max-width: 375px){.sm\:bg-info{background-color:#2668cb}}@media screen and (max-width: 375px){.sm\:bg-info-bold{background-color:#023480}}@media screen and (max-width: 375px){.sm\:bg-info-hover{background-color:#0f4eae}}@media screen and (max-width: 375px){.sm\:bg-info-border{background-color:#679ef2}}@media screen and (max-width: 375px){.sm\:bg-info-focus-lv1{background-color:#c1d9fd}}@media screen and (max-width: 375px){.sm\:bg-info-bg-color{background-color:#f2f7ff}}@media screen and (max-width: 375px){.sm\:bg-neutral-100{background-color:#1a1a1a}}@media screen and (max-width: 375px){.sm\:bg-neutral-90{background-color:#424242}}@media screen and (max-width: 375px){.sm\:bg-neutral-80{background-color:#616161}}@media screen and (max-width: 375px){.sm\:bg-neutral-70{background-color:#757575}}@media screen and (max-width: 375px){.sm\:bg-neutral-60{background-color:#9e9e9e}}@media screen and (max-width: 375px){.sm\:bg-neutral-50{background-color:#c2c2c2}}@media screen and (max-width: 375px){.sm\:bg-neutral-40{background-color:#e0e0e0}}@media screen and (max-width: 375px){.sm\:bg-neutral-30{background-color:#ededed}}@media screen and (max-width: 375px){.sm\:bg-neutral-20{background-color:#f5f5f5}}@media screen and (max-width: 375px){.sm\:bg-base{background-color:#f5f7fa}}@media screen and (max-width: 375px){.sm\:bg-auto{background-size:auto}}@media screen and (max-width: 375px){.sm\:bg-cover{background-size:cover}}@media screen and (max-width: 375px){.sm\:bg-contain{background-size:contain}}@media screen and (max-width: 375px){.sm\:bg-repeat{background-repeat:repeat}}@media screen and (max-width: 375px){.sm\:bg-no-repeat{background-repeat:no-repeat}}@media screen and (max-width: 375px){.sm\:bg-repeat-x{background-repeat:repeat-x}}@media screen and (max-width: 375px){.sm\:bg-repeat-y{background-repeat:repeat-y}}@media screen and (max-width: 375px){.sm\:bg-repeat-round{background-repeat:round}}@media screen and (max-width: 375px){.sm\:bg-repeat-space{background-repeat:space}}@media screen and (max-width: 375px){.sm\:bg-bottom{background-position:bottom}}@media screen and (max-width: 375px){.sm\:bg-center{background-position:center}}@media screen and (max-width: 375px){.sm\:bg-left{background-position:left}}@media screen and (max-width: 375px){.sm\:bg-left-bottom{background-position:left bottom}}@media screen and (max-width: 375px){.sm\:bg-left-top{background-position:left top}}@media screen and (max-width: 375px){.sm\:bg-right{background-position:right}}@media screen and (max-width: 375px){.sm\:bg-right-bottom{background-position:right bottom}}@media screen and (max-width: 375px){.sm\:bg-right-top{background-position:right top}}@media screen and (max-width: 375px){.sm\:bg-top{background-position:top}}@media screen and (max-width: 375px){.sm\:bg-origin-border{background-origin:border-box}}@media screen and (max-width: 375px){.sm\:bg-origin-padding{background-origin:padding-box}}@media screen and (max-width: 375px){.sm\:bg-origin-content{background-origin:content-box}}@media screen and (max-width: 375px){.sm\:bg-bg-fixed{background-attachment:fixed}}@media screen and (max-width: 375px){.sm\:bg-bg-local{background-attachment:local}}@media screen and (max-width: 375px){.sm\:bg-bg-scroll{background-attachment:scroll}}@media screen and (max-width: 375px){.sm\:p-auto{padding:auto}}@media screen and (max-width: 375px){.sm\:pl-auto{padding-left:auto}}@media screen and (max-width: 375px){.sm\:pr-auto{padding-right:auto}}@media screen and (max-width: 375px){.sm\:px-auto{padding-right:auto;padding-left:auto}}@media screen and (max-width: 375px){.sm\:py-auto{padding-top:auto;padding-bottom:auto}}@media screen and (max-width: 375px){.sm\:pb-auto{padding-bottom:auto}}@media screen and (max-width: 375px){.sm\:pt-auto{padding-top:auto}}@media screen and (max-width: 375px){.sm\:p-0{padding:0}}@media screen and (max-width: 375px){.sm\:pl-0{padding-left:0}}@media screen and (max-width: 375px){.sm\:pr-0{padding-right:0}}@media screen and (max-width: 375px){.sm\:px-0{padding-right:0;padding-left:0}}@media screen and (max-width: 375px){.sm\:py-0{padding-top:0;padding-bottom:0}}@media screen and (max-width: 375px){.sm\:pb-0{padding-bottom:0}}@media screen and (max-width: 375px){.sm\:pt-0{padding-top:0}}@media screen and (max-width: 375px){.sm\:p-1{padding:.25rem}}@media screen and (max-width: 375px){.sm\:pl-1{padding-left:.25rem}}@media screen and (max-width: 375px){.sm\:pr-1{padding-right:.25rem}}@media screen and (max-width: 375px){.sm\:px-1{padding-right:.25rem;padding-left:.25rem}}@media screen and (max-width: 375px){.sm\:py-1{padding-top:.25rem;padding-bottom:.25rem}}@media screen and (max-width: 375px){.sm\:pb-1{padding-bottom:.25rem}}@media screen and (max-width: 375px){.sm\:pt-1{padding-top:.25rem}}@media screen and (max-width: 375px){.sm\:p-2{padding:.5rem}}@media screen and (max-width: 375px){.sm\:pl-2{padding-left:.5rem}}@media screen and (max-width: 375px){.sm\:pr-2{padding-right:.5rem}}@media screen and (max-width: 375px){.sm\:px-2{padding-right:.5rem;padding-left:.5rem}}@media screen and (max-width: 375px){.sm\:py-2{padding-top:.5rem;padding-bottom:.5rem}}@media screen and (max-width: 375px){.sm\:pb-2{padding-bottom:.5rem}}@media screen and (max-width: 375px){.sm\:pt-2{padding-top:.5rem}}@media screen and (max-width: 375px){.sm\:p-3{padding:.75rem}}@media screen and (max-width: 375px){.sm\:pl-3{padding-left:.75rem}}@media screen and (max-width: 375px){.sm\:pr-3{padding-right:.75rem}}@media screen and (max-width: 375px){.sm\:px-3{padding-right:.75rem;padding-left:.75rem}}@media screen and (max-width: 375px){.sm\:py-3{padding-top:.75rem;padding-bottom:.75rem}}@media screen and (max-width: 375px){.sm\:pb-3{padding-bottom:.75rem}}@media screen and (max-width: 375px){.sm\:pt-3{padding-top:.75rem}}@media screen and (max-width: 375px){.sm\:p-4{padding:1rem}}@media screen and (max-width: 375px){.sm\:pl-4{padding-left:1rem}}@media screen and (max-width: 375px){.sm\:pr-4{padding-right:1rem}}@media screen and (max-width: 375px){.sm\:px-4{padding-right:1rem;padding-left:1rem}}@media screen and (max-width: 375px){.sm\:py-4{padding-top:1rem;padding-bottom:1rem}}@media screen and (max-width: 375px){.sm\:pb-4{padding-bottom:1rem}}@media screen and (max-width: 375px){.sm\:pt-4{padding-top:1rem}}@media screen and (max-width: 375px){.sm\:p-5{padding:1.25rem}}@media screen and (max-width: 375px){.sm\:pl-5{padding-left:1.25rem}}@media screen and (max-width: 375px){.sm\:pr-5{padding-right:1.25rem}}@media screen and (max-width: 375px){.sm\:px-5{padding-right:1.25rem;padding-left:1.25rem}}@media screen and (max-width: 375px){.sm\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}}@media screen and (max-width: 375px){.sm\:pb-5{padding-bottom:1.25rem}}@media screen and (max-width: 375px){.sm\:pt-5{padding-top:1.25rem}}@media screen and (max-width: 375px){.sm\:p-6{padding:1.5rem}}@media screen and (max-width: 375px){.sm\:pl-6{padding-left:1.5rem}}@media screen and (max-width: 375px){.sm\:pr-6{padding-right:1.5rem}}@media screen and (max-width: 375px){.sm\:px-6{padding-right:1.5rem;padding-left:1.5rem}}@media screen and (max-width: 375px){.sm\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}}@media screen and (max-width: 375px){.sm\:pb-6{padding-bottom:1.5rem}}@media screen and (max-width: 375px){.sm\:pt-6{padding-top:1.5rem}}@media screen and (max-width: 375px){.sm\:p-7{padding:1.75rem}}@media screen and (max-width: 375px){.sm\:pl-7{padding-left:1.75rem}}@media screen and (max-width: 375px){.sm\:pr-7{padding-right:1.75rem}}@media screen and (max-width: 375px){.sm\:px-7{padding-right:1.75rem;padding-left:1.75rem}}@media screen and (max-width: 375px){.sm\:py-7{padding-top:1.75rem;padding-bottom:1.75rem}}@media screen and (max-width: 375px){.sm\:pb-7{padding-bottom:1.75rem}}@media screen and (max-width: 375px){.sm\:pt-7{padding-top:1.75rem}}@media screen and (max-width: 375px){.sm\:p-8{padding:2rem}}@media screen and (max-width: 375px){.sm\:pl-8{padding-left:2rem}}@media screen and (max-width: 375px){.sm\:pr-8{padding-right:2rem}}@media screen and (max-width: 375px){.sm\:px-8{padding-right:2rem;padding-left:2rem}}@media screen and (max-width: 375px){.sm\:py-8{padding-top:2rem;padding-bottom:2rem}}@media screen and (max-width: 375px){.sm\:pb-8{padding-bottom:2rem}}@media screen and (max-width: 375px){.sm\:pt-8{padding-top:2rem}}@media screen and (max-width: 375px){.sm\:p-9{padding:2.25rem}}@media screen and (max-width: 375px){.sm\:pl-9{padding-left:2.25rem}}@media screen and (max-width: 375px){.sm\:pr-9{padding-right:2.25rem}}@media screen and (max-width: 375px){.sm\:px-9{padding-right:2.25rem;padding-left:2.25rem}}@media screen and (max-width: 375px){.sm\:py-9{padding-top:2.25rem;padding-bottom:2.25rem}}@media screen and (max-width: 375px){.sm\:pb-9{padding-bottom:2.25rem}}@media screen and (max-width: 375px){.sm\:pt-9{padding-top:2.25rem}}@media screen and (max-width: 375px){.sm\:p-10{padding:2.5rem}}@media screen and (max-width: 375px){.sm\:pl-10{padding-left:2.5rem}}@media screen and (max-width: 375px){.sm\:pr-10{padding-right:2.5rem}}@media screen and (max-width: 375px){.sm\:px-10{padding-right:2.5rem;padding-left:2.5rem}}@media screen and (max-width: 375px){.sm\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}}@media screen and (max-width: 375px){.sm\:pb-10{padding-bottom:2.5rem}}@media screen and (max-width: 375px){.sm\:pt-10{padding-top:2.5rem}}@media screen and (max-width: 375px){.sm\:p-11{padding:2.75rem}}@media screen and (max-width: 375px){.sm\:pl-11{padding-left:2.75rem}}@media screen and (max-width: 375px){.sm\:pr-11{padding-right:2.75rem}}@media screen and (max-width: 375px){.sm\:px-11{padding-right:2.75rem;padding-left:2.75rem}}@media screen and (max-width: 375px){.sm\:py-11{padding-top:2.75rem;padding-bottom:2.75rem}}@media screen and (max-width: 375px){.sm\:pb-11{padding-bottom:2.75rem}}@media screen and (max-width: 375px){.sm\:pt-11{padding-top:2.75rem}}@media screen and (max-width: 375px){.sm\:p-12{padding:3rem}}@media screen and (max-width: 375px){.sm\:pl-12{padding-left:3rem}}@media screen and (max-width: 375px){.sm\:pr-12{padding-right:3rem}}@media screen and (max-width: 375px){.sm\:px-12{padding-right:3rem;padding-left:3rem}}@media screen and (max-width: 375px){.sm\:py-12{padding-top:3rem;padding-bottom:3rem}}@media screen and (max-width: 375px){.sm\:pb-12{padding-bottom:3rem}}@media screen and (max-width: 375px){.sm\:pt-12{padding-top:3rem}}@media screen and (max-width: 375px){.sm\:p-14{padding:3.5rem}}@media screen and (max-width: 375px){.sm\:pl-14{padding-left:3.5rem}}@media screen and (max-width: 375px){.sm\:pr-14{padding-right:3.5rem}}@media screen and (max-width: 375px){.sm\:px-14{padding-right:3.5rem;padding-left:3.5rem}}@media screen and (max-width: 375px){.sm\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}}@media screen and (max-width: 375px){.sm\:pb-14{padding-bottom:3.5rem}}@media screen and (max-width: 375px){.sm\:pt-14{padding-top:3.5rem}}@media screen and (max-width: 375px){.sm\:p-16{padding:4rem}}@media screen and (max-width: 375px){.sm\:pl-16{padding-left:4rem}}@media screen and (max-width: 375px){.sm\:pr-16{padding-right:4rem}}@media screen and (max-width: 375px){.sm\:px-16{padding-right:4rem;padding-left:4rem}}@media screen and (max-width: 375px){.sm\:py-16{padding-top:4rem;padding-bottom:4rem}}@media screen and (max-width: 375px){.sm\:pb-16{padding-bottom:4rem}}@media screen and (max-width: 375px){.sm\:pt-16{padding-top:4rem}}@media screen and (max-width: 375px){.sm\:p-20{padding:5rem}}@media screen and (max-width: 375px){.sm\:pl-20{padding-left:5rem}}@media screen and (max-width: 375px){.sm\:pr-20{padding-right:5rem}}@media screen and (max-width: 375px){.sm\:px-20{padding-right:5rem;padding-left:5rem}}@media screen and (max-width: 375px){.sm\:py-20{padding-top:5rem;padding-bottom:5rem}}@media screen and (max-width: 375px){.sm\:pb-20{padding-bottom:5rem}}@media screen and (max-width: 375px){.sm\:pt-20{padding-top:5rem}}@media screen and (max-width: 375px){.sm\:p-24{padding:6rem}}@media screen and (max-width: 375px){.sm\:pl-24{padding-left:6rem}}@media screen and (max-width: 375px){.sm\:pr-24{padding-right:6rem}}@media screen and (max-width: 375px){.sm\:px-24{padding-right:6rem;padding-left:6rem}}@media screen and (max-width: 375px){.sm\:py-24{padding-top:6rem;padding-bottom:6rem}}@media screen and (max-width: 375px){.sm\:pb-24{padding-bottom:6rem}}@media screen and (max-width: 375px){.sm\:pt-24{padding-top:6rem}}@media screen and (max-width: 375px){.sm\:p-28{padding:7rem}}@media screen and (max-width: 375px){.sm\:pl-28{padding-left:7rem}}@media screen and (max-width: 375px){.sm\:pr-28{padding-right:7rem}}@media screen and (max-width: 375px){.sm\:px-28{padding-right:7rem;padding-left:7rem}}@media screen and (max-width: 375px){.sm\:py-28{padding-top:7rem;padding-bottom:7rem}}@media screen and (max-width: 375px){.sm\:pb-28{padding-bottom:7rem}}@media screen and (max-width: 375px){.sm\:pt-28{padding-top:7rem}}@media screen and (max-width: 375px){.sm\:p-32{padding:8rem}}@media screen and (max-width: 375px){.sm\:pl-32{padding-left:8rem}}@media screen and (max-width: 375px){.sm\:pr-32{padding-right:8rem}}@media screen and (max-width: 375px){.sm\:px-32{padding-right:8rem;padding-left:8rem}}@media screen and (max-width: 375px){.sm\:py-32{padding-top:8rem;padding-bottom:8rem}}@media screen and (max-width: 375px){.sm\:pb-32{padding-bottom:8rem}}@media screen and (max-width: 375px){.sm\:pt-32{padding-top:8rem}}@media screen and (max-width: 375px){.sm\:p-36{padding:9rem}}@media screen and (max-width: 375px){.sm\:pl-36{padding-left:9rem}}@media screen and (max-width: 375px){.sm\:pr-36{padding-right:9rem}}@media screen and (max-width: 375px){.sm\:px-36{padding-right:9rem;padding-left:9rem}}@media screen and (max-width: 375px){.sm\:py-36{padding-top:9rem;padding-bottom:9rem}}@media screen and (max-width: 375px){.sm\:pb-36{padding-bottom:9rem}}@media screen and (max-width: 375px){.sm\:pt-36{padding-top:9rem}}@media screen and (max-width: 375px){.sm\:p-40{padding:10rem}}@media screen and (max-width: 375px){.sm\:pl-40{padding-left:10rem}}@media screen and (max-width: 375px){.sm\:pr-40{padding-right:10rem}}@media screen and (max-width: 375px){.sm\:px-40{padding-right:10rem;padding-left:10rem}}@media screen and (max-width: 375px){.sm\:py-40{padding-top:10rem;padding-bottom:10rem}}@media screen and (max-width: 375px){.sm\:pb-40{padding-bottom:10rem}}@media screen and (max-width: 375px){.sm\:pt-40{padding-top:10rem}}@media screen and (max-width: 375px){.sm\:p-44{padding:11rem}}@media screen and (max-width: 375px){.sm\:pl-44{padding-left:11rem}}@media screen and (max-width: 375px){.sm\:pr-44{padding-right:11rem}}@media screen and (max-width: 375px){.sm\:px-44{padding-right:11rem;padding-left:11rem}}@media screen and (max-width: 375px){.sm\:py-44{padding-top:11rem;padding-bottom:11rem}}@media screen and (max-width: 375px){.sm\:pb-44{padding-bottom:11rem}}@media screen and (max-width: 375px){.sm\:pt-44{padding-top:11rem}}@media screen and (max-width: 375px){.sm\:p-48{padding:12rem}}@media screen and (max-width: 375px){.sm\:pl-48{padding-left:12rem}}@media screen and (max-width: 375px){.sm\:pr-48{padding-right:12rem}}@media screen and (max-width: 375px){.sm\:px-48{padding-right:12rem;padding-left:12rem}}@media screen and (max-width: 375px){.sm\:py-48{padding-top:12rem;padding-bottom:12rem}}@media screen and (max-width: 375px){.sm\:pb-48{padding-bottom:12rem}}@media screen and (max-width: 375px){.sm\:pt-48{padding-top:12rem}}@media screen and (max-width: 375px){.sm\:p-52{padding:13rem}}@media screen and (max-width: 375px){.sm\:pl-52{padding-left:13rem}}@media screen and (max-width: 375px){.sm\:pr-52{padding-right:13rem}}@media screen and (max-width: 375px){.sm\:px-52{padding-right:13rem;padding-left:13rem}}@media screen and (max-width: 375px){.sm\:py-52{padding-top:13rem;padding-bottom:13rem}}@media screen and (max-width: 375px){.sm\:pb-52{padding-bottom:13rem}}@media screen and (max-width: 375px){.sm\:pt-52{padding-top:13rem}}@media screen and (max-width: 375px){.sm\:p-56{padding:14rem}}@media screen and (max-width: 375px){.sm\:pl-56{padding-left:14rem}}@media screen and (max-width: 375px){.sm\:pr-56{padding-right:14rem}}@media screen and (max-width: 375px){.sm\:px-56{padding-right:14rem;padding-left:14rem}}@media screen and (max-width: 375px){.sm\:py-56{padding-top:14rem;padding-bottom:14rem}}@media screen and (max-width: 375px){.sm\:pb-56{padding-bottom:14rem}}@media screen and (max-width: 375px){.sm\:pt-56{padding-top:14rem}}@media screen and (max-width: 375px){.sm\:p-60{padding:15rem}}@media screen and (max-width: 375px){.sm\:pl-60{padding-left:15rem}}@media screen and (max-width: 375px){.sm\:pr-60{padding-right:15rem}}@media screen and (max-width: 375px){.sm\:px-60{padding-right:15rem;padding-left:15rem}}@media screen and (max-width: 375px){.sm\:py-60{padding-top:15rem;padding-bottom:15rem}}@media screen and (max-width: 375px){.sm\:pb-60{padding-bottom:15rem}}@media screen and (max-width: 375px){.sm\:pt-60{padding-top:15rem}}@media screen and (max-width: 375px){.sm\:p-64{padding:16rem}}@media screen and (max-width: 375px){.sm\:pl-64{padding-left:16rem}}@media screen and (max-width: 375px){.sm\:pr-64{padding-right:16rem}}@media screen and (max-width: 375px){.sm\:px-64{padding-right:16rem;padding-left:16rem}}@media screen and (max-width: 375px){.sm\:py-64{padding-top:16rem;padding-bottom:16rem}}@media screen and (max-width: 375px){.sm\:pb-64{padding-bottom:16rem}}@media screen and (max-width: 375px){.sm\:pt-64{padding-top:16rem}}@media screen and (max-width: 375px){.sm\:p-72{padding:18rem}}@media screen and (max-width: 375px){.sm\:pl-72{padding-left:18rem}}@media screen and (max-width: 375px){.sm\:pr-72{padding-right:18rem}}@media screen and (max-width: 375px){.sm\:px-72{padding-right:18rem;padding-left:18rem}}@media screen and (max-width: 375px){.sm\:py-72{padding-top:18rem;padding-bottom:18rem}}@media screen and (max-width: 375px){.sm\:pb-72{padding-bottom:18rem}}@media screen and (max-width: 375px){.sm\:pt-72{padding-top:18rem}}@media screen and (max-width: 375px){.sm\:p-80{padding:20rem}}@media screen and (max-width: 375px){.sm\:pl-80{padding-left:20rem}}@media screen and (max-width: 375px){.sm\:pr-80{padding-right:20rem}}@media screen and (max-width: 375px){.sm\:px-80{padding-right:20rem;padding-left:20rem}}@media screen and (max-width: 375px){.sm\:py-80{padding-top:20rem;padding-bottom:20rem}}@media screen and (max-width: 375px){.sm\:pb-80{padding-bottom:20rem}}@media screen and (max-width: 375px){.sm\:pt-80{padding-top:20rem}}@media screen and (max-width: 375px){.sm\:p-96{padding:24rem}}@media screen and (max-width: 375px){.sm\:pl-96{padding-left:24rem}}@media screen and (max-width: 375px){.sm\:pr-96{padding-right:24rem}}@media screen and (max-width: 375px){.sm\:px-96{padding-right:24rem;padding-left:24rem}}@media screen and (max-width: 375px){.sm\:py-96{padding-top:24rem;padding-bottom:24rem}}@media screen and (max-width: 375px){.sm\:pb-96{padding-bottom:24rem}}@media screen and (max-width: 375px){.sm\:pt-96{padding-top:24rem}}@media screen and (max-width: 375px){.sm\:flex-1{flex:1 1 0%}}@media screen and (max-width: 375px){.sm\:flex-column{flex-direction:column}}@media screen and (max-width: 375px){.sm\:flex-row{flex-direction:row}}@media screen and (max-width: 375px){.sm\:flex-wrap{flex-wrap:wrap}}@media screen and (max-width: 375px){.sm\:flex-wrap-reverse{flex-wrap:wrap-reverse}}@media screen and (max-width: 375px){.sm\:flex-nowrap{flex-wrap:nowrap}}@media screen and (max-width: 375px){.sm\:w-0{width:0px}}@media screen and (max-width: 375px){.sm\:w-px{width:1px}}@media screen and (max-width: 375px){.sm\:w-1{width:.25rem}}@media screen and (max-width: 375px){.sm\:w-2{width:.5rem}}@media screen and (max-width: 375px){.sm\:w-3{width:.75rem}}@media screen and (max-width: 375px){.sm\:w-4{width:1rem}}@media screen and (max-width: 375px){.sm\:w-5{width:1.25rem}}@media screen and (max-width: 375px){.sm\:w-6{width:1.5rem}}@media screen and (max-width: 375px){.sm\:w-7{width:1.75rem}}@media screen and (max-width: 375px){.sm\:w-8{width:2rem}}@media screen and (max-width: 375px){.sm\:w-9{width:2.25rem}}@media screen and (max-width: 375px){.sm\:w-10{width:2.5rem}}@media screen and (max-width: 375px){.sm\:w-11{width:2.75rem}}@media screen and (max-width: 375px){.sm\:w-12{width:3rem}}@media screen and (max-width: 375px){.sm\:w-14{width:3.5rem}}@media screen and (max-width: 375px){.sm\:w-16{width:4rem}}@media screen and (max-width: 375px){.sm\:w-20{width:5rem}}@media screen and (max-width: 375px){.sm\:w-24{width:6rem}}@media screen and (max-width: 375px){.sm\:w-28{width:7rem}}@media screen and (max-width: 375px){.sm\:w-32{width:8rem}}@media screen and (max-width: 375px){.sm\:w-36{width:9rem}}@media screen and (max-width: 375px){.sm\:w-40{width:10rem}}@media screen and (max-width: 375px){.sm\:w-44{width:11rem}}@media screen and (max-width: 375px){.sm\:w-48{width:12rem}}@media screen and (max-width: 375px){.sm\:w-52{width:13rem}}@media screen and (max-width: 375px){.sm\:w-56{width:14rem}}@media screen and (max-width: 375px){.sm\:w-60{width:15rem}}@media screen and (max-width: 375px){.sm\:w-64{width:16rem}}@media screen and (max-width: 375px){.sm\:w-72{width:18rem}}@media screen and (max-width: 375px){.sm\:w-80{width:20rem}}@media screen and (max-width: 375px){.sm\:w-96{width:24rem}}@media screen and (max-width: 375px){.sm\:w-auto{width:auto}}@media screen and (max-width: 375px){.sm\:w-full{width:100%}}@media screen and (max-width: 375px){.sm\:w-screen{width:100vw}}@media screen and (max-width: 375px){.sm\:w-min{width:min-content}}@media screen and (max-width: 375px){.sm\:w-max{width:max-content}}@media screen and (max-width: 375px){.sm\:w-fit{width:fit-content}}@media screen and (max-width: 375px){.sm\:h-0{height:0px}}@media screen and (max-width: 375px){.sm\:h-px{height:1px}}@media screen and (max-width: 375px){.sm\:h-1{height:.25rem}}@media screen and (max-width: 375px){.sm\:h-2{height:.5rem}}@media screen and (max-width: 375px){.sm\:h-3{height:.75rem}}@media screen and (max-width: 375px){.sm\:h-4{height:1rem}}@media screen and (max-width: 375px){.sm\:h-5{height:1.25rem}}@media screen and (max-width: 375px){.sm\:h-6{height:1.5rem}}@media screen and (max-width: 375px){.sm\:h-7{height:1.75rem}}@media screen and (max-width: 375px){.sm\:h-8{height:2rem}}@media screen and (max-width: 375px){.sm\:h-9{height:2.25rem}}@media screen and (max-width: 375px){.sm\:h-10{height:2.5rem}}@media screen and (max-width: 375px){.sm\:h-11{height:2.75rem}}@media screen and (max-width: 375px){.sm\:h-12{height:3rem}}@media screen and (max-width: 375px){.sm\:h-14{height:3.5rem}}@media screen and (max-width: 375px){.sm\:h-16{height:4rem}}@media screen and (max-width: 375px){.sm\:h-20{height:5rem}}@media screen and (max-width: 375px){.sm\:h-24{height:6rem}}@media screen and (max-width: 375px){.sm\:h-28{height:7rem}}@media screen and (max-width: 375px){.sm\:h-32{height:8rem}}@media screen and (max-width: 375px){.sm\:h-36{height:9rem}}@media screen and (max-width: 375px){.sm\:h-40{height:10rem}}@media screen and (max-width: 375px){.sm\:h-44{height:11rem}}@media screen and (max-width: 375px){.sm\:h-48{height:12rem}}@media screen and (max-width: 375px){.sm\:h-52{height:13rem}}@media screen and (max-width: 375px){.sm\:h-56{height:14rem}}@media screen and (max-width: 375px){.sm\:h-60{height:15rem}}@media screen and (max-width: 375px){.sm\:h-64{height:16rem}}@media screen and (max-width: 375px){.sm\:h-72{height:18rem}}@media screen and (max-width: 375px){.sm\:h-80{height:20rem}}@media screen and (max-width: 375px){.sm\:h-96{height:24rem}}@media screen and (max-width: 375px){.sm\:h-auto{height:auto}}@media screen and (max-width: 375px){.sm\:h-full{height:100%}}@media screen and (max-width: 375px){.sm\:h-screen{height:100vh}}@media screen and (max-width: 375px){.sm\:h-min{height:min-content}}@media screen and (max-width: 375px){.sm\:h-max{height:max-content}}@media screen and (max-width: 375px){.sm\:h-fit{height:fit-content}}.sm\:border{border-width:1px}.sm\:border-b{border:0px;border-bottom:1px}@media screen and (max-width: 375px){.sm\:border-b-0{border:0px;border-bottom:1px;border-bottom-width:0px}}@media screen and (max-width: 375px){.sm\:border-b-2{border:0px;border-bottom:1px;border-bottom-width:2px}}@media screen and (max-width: 375px){.sm\:border-b-4{border:0px;border-bottom:1px;border-bottom-width:4px}}@media screen and (max-width: 375px){.sm\:border-b-8{border:0px;border-bottom:1px;border-bottom-width:8px}}.sm\:border-t{border:0px;border-top:1px}@media screen and (max-width: 375px){.sm\:border-t-0{border:0px;border-top:1px;border-top-width:0px}}@media screen and (max-width: 375px){.sm\:border-t-2{border:0px;border-top:1px;border-top-width:2px}}@media screen and (max-width: 375px){.sm\:border-t-4{border:0px;border-top:1px;border-top-width:4px}}@media screen and (max-width: 375px){.sm\:border-t-8{border:0px;border-top:1px;border-top-width:8px}}.sm\:border-r{border:0px;border-right:1px solid}@media screen and (max-width: 375px){.sm\:border-r-0{border:0px;border-right-width:0px}}@media screen and (max-width: 375px){.sm\:border-r-2{border:0px;border-right-width:2px}}@media screen and (max-width: 375px){.sm\:border-r-4{border:0px;border-right-width:4px}}@media screen and (max-width: 375px){.sm\:border-r-8{border:0px;border-right-width:8px}}.sm\:border-l{border:0px;border-left:1px}@media screen and (max-width: 375px){.sm\:border-l-0{border:0px;border-left:1px;border-left-width:0px}}@media screen and (max-width: 375px){.sm\:border-l-2{border:0px;border-left:1px;border-left-width:2px}}@media screen and (max-width: 375px){.sm\:border-l-4{border:0px;border-left:1px;border-left-width:4px}}@media screen and (max-width: 375px){.sm\:border-l-8{border:0px;border-left:1px;border-left-width:8px}}@media screen and (max-width: 375px){.sm\:border-0{border-width:0px}}@media screen and (max-width: 375px){.sm\:border-2{border-width:2px}}@media screen and (max-width: 375px){.sm\:border-4{border-width:4px}}@media screen and (max-width: 375px){.sm\:border-8{border-width:8px}}@media screen and (max-width: 375px){.sm\:border-none{border-style:none}}@media screen and (max-width: 375px){.sm\:border-solid{border-style:solid}}@media screen and (max-width: 375px){.sm\:border-dashed{border-style:dashed}}@media screen and (max-width: 375px){.sm\:border-dotted{border-style:dotted}}@media screen and (max-width: 375px){.sm\:border-double{border-style:double}}@media screen and (max-width: 375px){.sm\:border-groove{border-style:groove}}@media screen and (max-width: 375px){.sm\:border-ridge{border-style:ridge}}@media screen and (max-width: 375px){.sm\:border-inset{border-style:inset}}@media screen and (max-width: 375px){.sm\:border-outset{border-style:outset}}@media screen and (max-width: 375px){.sm\:border-transparent{border-color:transparent}}@media screen and (max-width: 375px){.sm\:border-black{border-color:#000}}@media screen and (max-width: 375px){.sm\:border-white{border-color:#fff}}@media screen and (max-width: 375px){.sm\:border-slate-50{border-color:#f8fafc}}@media screen and (max-width: 375px){.sm\:border-slate-100{border-color:#f1f5f9}}@media screen and (max-width: 375px){.sm\:border-slate-200{border-color:#e2e8f0}}@media screen and (max-width: 375px){.sm\:border-slate-300{border-color:#cbd5e1}}@media screen and (max-width: 375px){.sm\:border-slate-400{border-color:#94a3b8}}@media screen and (max-width: 375px){.sm\:border-slate-500{border-color:#64748b}}@media screen and (max-width: 375px){.sm\:border-slate-600{border-color:#475569}}@media screen and (max-width: 375px){.sm\:border-slate-700{border-color:#334155}}@media screen and (max-width: 375px){.sm\:border-slate-800{border-color:#1e293b}}@media screen and (max-width: 375px){.sm\:border-slate-900{border-color:#0f172a}}@media screen and (max-width: 375px){.sm\:border-slate-950{border-color:#020617}}@media screen and (max-width: 375px){.sm\:border-gray-50{border-color:#f9fafb}}@media screen and (max-width: 375px){.sm\:border-gray-100{border-color:#f3f4f6}}@media screen and (max-width: 375px){.sm\:border-gray-200{border-color:#e5e7eb}}@media screen and (max-width: 375px){.sm\:border-gray-300{border-color:#d1d5db}}@media screen and (max-width: 375px){.sm\:border-gray-400{border-color:#9ca3af}}@media screen and (max-width: 375px){.sm\:border-gray-500{border-color:#6b7280}}@media screen and (max-width: 375px){.sm\:border-gray-600{border-color:#4b5563}}@media screen and (max-width: 375px){.sm\:border-gray-700{border-color:#374151}}@media screen and (max-width: 375px){.sm\:border-gray-800{border-color:#1f2937}}@media screen and (max-width: 375px){.sm\:border-gray-900{border-color:#111827}}@media screen and (max-width: 375px){.sm\:border-gray-950{border-color:#030712}}@media screen and (max-width: 375px){.sm\:border-zinc-50{border-color:#fafafa}}@media screen and (max-width: 375px){.sm\:border-zinc-100{border-color:#f4f4f5}}@media screen and (max-width: 375px){.sm\:border-zinc-200{border-color:#e4e4e7}}@media screen and (max-width: 375px){.sm\:border-zinc-300{border-color:#d4d4d8}}@media screen and (max-width: 375px){.sm\:border-zinc-400{border-color:#a1a1aa}}@media screen and (max-width: 375px){.sm\:border-zinc-500{border-color:#71717a}}@media screen and (max-width: 375px){.sm\:border-zinc-600{border-color:#52525b}}@media screen and (max-width: 375px){.sm\:border-zinc-700{border-color:#3f3f46}}@media screen and (max-width: 375px){.sm\:border-zinc-800{border-color:#27272a}}@media screen and (max-width: 375px){.sm\:border-zinc-900{border-color:#18181b}}@media screen and (max-width: 375px){.sm\:border-zinc-950{border-color:#09090b}}@media screen and (max-width: 375px){.sm\:border-neutral-50{border-color:#fafafa}}@media screen and (max-width: 375px){.sm\:border-neutral-100{border-color:#f5f5f5}}@media screen and (max-width: 375px){.sm\:border-neutral-200{border-color:#e5e5e5}}@media screen and (max-width: 375px){.sm\:border-neutral-300{border-color:#d4d4d4}}@media screen and (max-width: 375px){.sm\:border-neutral-400{border-color:#a3a3a3}}@media screen and (max-width: 375px){.sm\:border-neutral-500{border-color:#737373}}@media screen and (max-width: 375px){.sm\:border-neutral-600{border-color:#525252}}@media screen and (max-width: 375px){.sm\:border-neutral-700{border-color:#404040}}@media screen and (max-width: 375px){.sm\:border-neutral-800{border-color:#262626}}@media screen and (max-width: 375px){.sm\:border-neutral-900{border-color:#171717}}@media screen and (max-width: 375px){.sm\:border-neutral-950{border-color:#0a0a0a}}@media screen and (max-width: 375px){.sm\:border-stone-50{border-color:#fafaf9}}@media screen and (max-width: 375px){.sm\:border-stone-100{border-color:#f5f5f4}}@media screen and (max-width: 375px){.sm\:border-stone-200{border-color:#e7e5e4}}@media screen and (max-width: 375px){.sm\:border-stone-300{border-color:#d6d3d1}}@media screen and (max-width: 375px){.sm\:border-stone-400{border-color:#a8a29e}}@media screen and (max-width: 375px){.sm\:border-stone-500{border-color:#78716c}}@media screen and (max-width: 375px){.sm\:border-stone-600{border-color:#57534e}}@media screen and (max-width: 375px){.sm\:border-stone-700{border-color:#44403c}}@media screen and (max-width: 375px){.sm\:border-stone-800{border-color:#292524}}@media screen and (max-width: 375px){.sm\:border-stone-900{border-color:#1c1917}}@media screen and (max-width: 375px){.sm\:border-stone-950{border-color:#0c0a09}}@media screen and (max-width: 375px){.sm\:border-red-50{border-color:#fef2f2}}@media screen and (max-width: 375px){.sm\:border-red-100{border-color:#fee2e2}}@media screen and (max-width: 375px){.sm\:border-red-200{border-color:#fecaca}}@media screen and (max-width: 375px){.sm\:border-red-300{border-color:#fca5a5}}@media screen and (max-width: 375px){.sm\:border-red-400{border-color:#f87171}}@media screen and (max-width: 375px){.sm\:border-red-500{border-color:#ef4444}}@media screen and (max-width: 375px){.sm\:border-red-600{border-color:#dc2626}}@media screen and (max-width: 375px){.sm\:border-red-700{border-color:#b91c1c}}@media screen and (max-width: 375px){.sm\:border-red-800{border-color:#991b1b}}@media screen and (max-width: 375px){.sm\:border-red-900{border-color:#7f1d1d}}@media screen and (max-width: 375px){.sm\:border-red-950{border-color:#450a0a}}@media screen and (max-width: 375px){.sm\:border-orange-50{border-color:#fff7ed}}@media screen and (max-width: 375px){.sm\:border-orange-100{border-color:#ffedd5}}@media screen and (max-width: 375px){.sm\:border-orange-200{border-color:#fed7aa}}@media screen and (max-width: 375px){.sm\:border-orange-300{border-color:#fdba74}}@media screen and (max-width: 375px){.sm\:border-orange-400{border-color:#fb923c}}@media screen and (max-width: 375px){.sm\:border-orange-500{border-color:#f97316}}@media screen and (max-width: 375px){.sm\:border-orange-600{border-color:#ea580c}}@media screen and (max-width: 375px){.sm\:border-orange-700{border-color:#c2410c}}@media screen and (max-width: 375px){.sm\:border-orange-800{border-color:#9a3412}}@media screen and (max-width: 375px){.sm\:border-orange-900{border-color:#7c2d12}}@media screen and (max-width: 375px){.sm\:border-orange-950{border-color:#431407}}@media screen and (max-width: 375px){.sm\:border-amber-50{border-color:#fffbeb}}@media screen and (max-width: 375px){.sm\:border-amber-100{border-color:#fef3c7}}@media screen and (max-width: 375px){.sm\:border-amber-200{border-color:#fde68a}}@media screen and (max-width: 375px){.sm\:border-amber-300{border-color:#fcd34d}}@media screen and (max-width: 375px){.sm\:border-amber-400{border-color:#fbbf24}}@media screen and (max-width: 375px){.sm\:border-amber-500{border-color:#f59e0b}}@media screen and (max-width: 375px){.sm\:border-amber-600{border-color:#d97706}}@media screen and (max-width: 375px){.sm\:border-amber-700{border-color:#b45309}}@media screen and (max-width: 375px){.sm\:border-amber-800{border-color:#92400e}}@media screen and (max-width: 375px){.sm\:border-amber-900{border-color:#78350f}}@media screen and (max-width: 375px){.sm\:border-amber-950{border-color:#451a03}}@media screen and (max-width: 375px){.sm\:border-yellow-50{border-color:#fefce8}}@media screen and (max-width: 375px){.sm\:border-yellow-100{border-color:#fef9c3}}@media screen and (max-width: 375px){.sm\:border-yellow-200{border-color:#fef08a}}@media screen and (max-width: 375px){.sm\:border-yellow-300{border-color:#fde047}}@media screen and (max-width: 375px){.sm\:border-yellow-400{border-color:#facc15}}@media screen and (max-width: 375px){.sm\:border-yellow-500{border-color:#eab308}}@media screen and (max-width: 375px){.sm\:border-yellow-600{border-color:#ca8a04}}@media screen and (max-width: 375px){.sm\:border-yellow-700{border-color:#a16207}}@media screen and (max-width: 375px){.sm\:border-yellow-800{border-color:#854d0e}}@media screen and (max-width: 375px){.sm\:border-yellow-900{border-color:#713f12}}@media screen and (max-width: 375px){.sm\:border-yellow-950{border-color:#422006}}@media screen and (max-width: 375px){.sm\:border-lime-50{border-color:#f7fee7}}@media screen and (max-width: 375px){.sm\:border-lime-100{border-color:#ecfccb}}@media screen and (max-width: 375px){.sm\:border-lime-200{border-color:#d9f99d}}@media screen and (max-width: 375px){.sm\:border-lime-300{border-color:#bef264}}@media screen and (max-width: 375px){.sm\:border-lime-400{border-color:#a3e635}}@media screen and (max-width: 375px){.sm\:border-lime-500{border-color:#84cc16}}@media screen and (max-width: 375px){.sm\:border-lime-600{border-color:#65a30d}}@media screen and (max-width: 375px){.sm\:border-lime-700{border-color:#4d7c0f}}@media screen and (max-width: 375px){.sm\:border-lime-800{border-color:#3f6212}}@media screen and (max-width: 375px){.sm\:border-lime-900{border-color:#365314}}@media screen and (max-width: 375px){.sm\:border-lime-950{border-color:#1a2e05}}@media screen and (max-width: 375px){.sm\:border-green-50{border-color:#f0fdf4}}@media screen and (max-width: 375px){.sm\:border-green-100{border-color:#dcfce7}}@media screen and (max-width: 375px){.sm\:border-green-200{border-color:#bbf7d0}}@media screen and (max-width: 375px){.sm\:border-green-300{border-color:#86efac}}@media screen and (max-width: 375px){.sm\:border-green-400{border-color:#4ade80}}@media screen and (max-width: 375px){.sm\:border-green-500{border-color:#22c55e}}@media screen and (max-width: 375px){.sm\:border-green-600{border-color:#16a34a}}@media screen and (max-width: 375px){.sm\:border-green-700{border-color:#15803d}}@media screen and (max-width: 375px){.sm\:border-green-800{border-color:#166534}}@media screen and (max-width: 375px){.sm\:border-green-900{border-color:#14532d}}@media screen and (max-width: 375px){.sm\:border-green-950{border-color:#052e16}}@media screen and (max-width: 375px){.sm\:border-emerald-50{border-color:#ecfdf5}}@media screen and (max-width: 375px){.sm\:border-emerald-100{border-color:#d1fae5}}@media screen and (max-width: 375px){.sm\:border-emerald-200{border-color:#a7f3d0}}@media screen and (max-width: 375px){.sm\:border-emerald-300{border-color:#6ee7b7}}@media screen and (max-width: 375px){.sm\:border-emerald-400{border-color:#34d399}}@media screen and (max-width: 375px){.sm\:border-emerald-500{border-color:#10b981}}@media screen and (max-width: 375px){.sm\:border-emerald-600{border-color:#059669}}@media screen and (max-width: 375px){.sm\:border-emerald-700{border-color:#047857}}@media screen and (max-width: 375px){.sm\:border-emerald-800{border-color:#065f46}}@media screen and (max-width: 375px){.sm\:border-emerald-900{border-color:#064e3b}}@media screen and (max-width: 375px){.sm\:border-emerald-950{border-color:#022c22}}@media screen and (max-width: 375px){.sm\:border-teal-50{border-color:#f0fdfa}}@media screen and (max-width: 375px){.sm\:border-teal-100{border-color:#ccfbf1}}@media screen and (max-width: 375px){.sm\:border-teal-200{border-color:#99f6e4}}@media screen and (max-width: 375px){.sm\:border-teal-300{border-color:#5eead4}}@media screen and (max-width: 375px){.sm\:border-teal-400{border-color:#2dd4bf}}@media screen and (max-width: 375px){.sm\:border-teal-500{border-color:#14b8a6}}@media screen and (max-width: 375px){.sm\:border-teal-600{border-color:#0d9488}}@media screen and (max-width: 375px){.sm\:border-teal-700{border-color:#0f766e}}@media screen and (max-width: 375px){.sm\:border-teal-800{border-color:#115e59}}@media screen and (max-width: 375px){.sm\:border-teal-900{border-color:#134e4a}}@media screen and (max-width: 375px){.sm\:border-teal-950{border-color:#042f2e}}@media screen and (max-width: 375px){.sm\:border-cyan-50{border-color:#ecfeff}}@media screen and (max-width: 375px){.sm\:border-cyan-100{border-color:#cffafe}}@media screen and (max-width: 375px){.sm\:border-cyan-200{border-color:#a5f3fc}}@media screen and (max-width: 375px){.sm\:border-cyan-300{border-color:#67e8f9}}@media screen and (max-width: 375px){.sm\:border-cyan-400{border-color:#22d3ee}}@media screen and (max-width: 375px){.sm\:border-cyan-500{border-color:#06b6d4}}@media screen and (max-width: 375px){.sm\:border-cyan-600{border-color:#0891b2}}@media screen and (max-width: 375px){.sm\:border-cyan-700{border-color:#0e7490}}@media screen and (max-width: 375px){.sm\:border-cyan-800{border-color:#155e75}}@media screen and (max-width: 375px){.sm\:border-cyan-900{border-color:#164e63}}@media screen and (max-width: 375px){.sm\:border-cyan-950{border-color:#083344}}@media screen and (max-width: 375px){.sm\:border-sky-50{border-color:#f0f9ff}}@media screen and (max-width: 375px){.sm\:border-sky-100{border-color:#e0f2fe}}@media screen and (max-width: 375px){.sm\:border-sky-200{border-color:#bae6fd}}@media screen and (max-width: 375px){.sm\:border-sky-300{border-color:#7dd3fc}}@media screen and (max-width: 375px){.sm\:border-sky-400{border-color:#38bdf8}}@media screen and (max-width: 375px){.sm\:border-sky-500{border-color:#0ea5e9}}@media screen and (max-width: 375px){.sm\:border-sky-600{border-color:#0284c7}}@media screen and (max-width: 375px){.sm\:border-sky-700{border-color:#0369a1}}@media screen and (max-width: 375px){.sm\:border-sky-800{border-color:#075985}}@media screen and (max-width: 375px){.sm\:border-sky-900{border-color:#0c4a6e}}@media screen and (max-width: 375px){.sm\:border-sky-950{border-color:#082f49}}@media screen and (max-width: 375px){.sm\:border-blue-50{border-color:#eff6ff}}@media screen and (max-width: 375px){.sm\:border-blue-100{border-color:#dbeafe}}@media screen and (max-width: 375px){.sm\:border-blue-200{border-color:#bfdbfe}}@media screen and (max-width: 375px){.sm\:border-blue-300{border-color:#93c5fd}}@media screen and (max-width: 375px){.sm\:border-blue-400{border-color:#60a5fa}}@media screen and (max-width: 375px){.sm\:border-blue-500{border-color:#3b82f6}}@media screen and (max-width: 375px){.sm\:border-blue-600{border-color:#2563eb}}@media screen and (max-width: 375px){.sm\:border-blue-700{border-color:#1d4ed8}}@media screen and (max-width: 375px){.sm\:border-blue-800{border-color:#1e40af}}@media screen and (max-width: 375px){.sm\:border-blue-900{border-color:#1e3a8a}}@media screen and (max-width: 375px){.sm\:border-blue-950{border-color:#172554}}@media screen and (max-width: 375px){.sm\:border-indigo-50{border-color:#eef2ff}}@media screen and (max-width: 375px){.sm\:border-indigo-100{border-color:#e0e7ff}}@media screen and (max-width: 375px){.sm\:border-indigo-200{border-color:#c7d2fe}}@media screen and (max-width: 375px){.sm\:border-indigo-300{border-color:#a5b4fc}}@media screen and (max-width: 375px){.sm\:border-indigo-400{border-color:#818cf8}}@media screen and (max-width: 375px){.sm\:border-indigo-500{border-color:#6366f1}}@media screen and (max-width: 375px){.sm\:border-indigo-600{border-color:#4f46e5}}@media screen and (max-width: 375px){.sm\:border-indigo-700{border-color:#4338ca}}@media screen and (max-width: 375px){.sm\:border-indigo-800{border-color:#3730a3}}@media screen and (max-width: 375px){.sm\:border-indigo-900{border-color:#312e81}}@media screen and (max-width: 375px){.sm\:border-indigo-950{border-color:#1e1b4b}}@media screen and (max-width: 375px){.sm\:border-violet-50{border-color:#f5f3ff}}@media screen and (max-width: 375px){.sm\:border-violet-100{border-color:#ede9fe}}@media screen and (max-width: 375px){.sm\:border-violet-200{border-color:#ddd6fe}}@media screen and (max-width: 375px){.sm\:border-violet-300{border-color:#c4b5fd}}@media screen and (max-width: 375px){.sm\:border-violet-400{border-color:#a78bfa}}@media screen and (max-width: 375px){.sm\:border-violet-500{border-color:#8b5cf6}}@media screen and (max-width: 375px){.sm\:border-violet-600{border-color:#7c3aed}}@media screen and (max-width: 375px){.sm\:border-violet-700{border-color:#6d28d9}}@media screen and (max-width: 375px){.sm\:border-violet-800{border-color:#5b21b6}}@media screen and (max-width: 375px){.sm\:border-violet-900{border-color:#4c1d95}}@media screen and (max-width: 375px){.sm\:border-violet-950{border-color:#2e1065}}@media screen and (max-width: 375px){.sm\:border-purple-50{border-color:#faf5ff}}@media screen and (max-width: 375px){.sm\:border-purple-100{border-color:#f3e8ff}}@media screen and (max-width: 375px){.sm\:border-purple-200{border-color:#e9d5ff}}@media screen and (max-width: 375px){.sm\:border-purple-300{border-color:#d8b4fe}}@media screen and (max-width: 375px){.sm\:border-purple-400{border-color:#c084fc}}@media screen and (max-width: 375px){.sm\:border-purple-500{border-color:#a855f7}}@media screen and (max-width: 375px){.sm\:border-purple-600{border-color:#9333ea}}@media screen and (max-width: 375px){.sm\:border-purple-700{border-color:#7e22ce}}@media screen and (max-width: 375px){.sm\:border-purple-800{border-color:#6b21a8}}@media screen and (max-width: 375px){.sm\:border-purple-900{border-color:#581c87}}@media screen and (max-width: 375px){.sm\:border-purple-950{border-color:#3b0764}}@media screen and (max-width: 375px){.sm\:border-fuchsia-50{border-color:#fdf4ff}}@media screen and (max-width: 375px){.sm\:border-fuchsia-100{border-color:#fae8ff}}@media screen and (max-width: 375px){.sm\:border-fuchsia-200{border-color:#f5d0fe}}@media screen and (max-width: 375px){.sm\:border-fuchsia-300{border-color:#f0abfc}}@media screen and (max-width: 375px){.sm\:border-fuchsia-400{border-color:#e879f9}}@media screen and (max-width: 375px){.sm\:border-fuchsia-500{border-color:#d946ef}}@media screen and (max-width: 375px){.sm\:border-fuchsia-600{border-color:#c026d3}}@media screen and (max-width: 375px){.sm\:border-fuchsia-700{border-color:#a21caf}}@media screen and (max-width: 375px){.sm\:border-fuchsia-800{border-color:#86198f}}@media screen and (max-width: 375px){.sm\:border-fuchsia-900{border-color:#701a75}}@media screen and (max-width: 375px){.sm\:border-fuchsia-950{border-color:#4a044e}}@media screen and (max-width: 375px){.sm\:border-pink-50{border-color:#fdf2f8}}@media screen and (max-width: 375px){.sm\:border-pink-100{border-color:#fce7f3}}@media screen and (max-width: 375px){.sm\:border-pink-200{border-color:#fbcfe8}}@media screen and (max-width: 375px){.sm\:border-pink-300{border-color:#f9a8d4}}@media screen and (max-width: 375px){.sm\:border-pink-400{border-color:#f472b6}}@media screen and (max-width: 375px){.sm\:border-pink-500{border-color:#ec4899}}@media screen and (max-width: 375px){.sm\:border-pink-600{border-color:#db2777}}@media screen and (max-width: 375px){.sm\:border-pink-700{border-color:#be185d}}@media screen and (max-width: 375px){.sm\:border-pink-800{border-color:#9d174d}}@media screen and (max-width: 375px){.sm\:border-pink-900{border-color:#831843}}@media screen and (max-width: 375px){.sm\:border-pink-950{border-color:#500724}}@media screen and (max-width: 375px){.sm\:border-rose-50{border-color:#fff1f2}}@media screen and (max-width: 375px){.sm\:border-rose-100{border-color:#ffe4e6}}@media screen and (max-width: 375px){.sm\:border-rose-200{border-color:#fecdd3}}@media screen and (max-width: 375px){.sm\:border-rose-300{border-color:#fda4af}}@media screen and (max-width: 375px){.sm\:border-rose-400{border-color:#fb7185}}@media screen and (max-width: 375px){.sm\:border-rose-500{border-color:#f43f5e}}@media screen and (max-width: 375px){.sm\:border-rose-600{border-color:#e11d48}}@media screen and (max-width: 375px){.sm\:border-rose-700{border-color:#be123c}}@media screen and (max-width: 375px){.sm\:border-rose-800{border-color:#9f1239}}@media screen and (max-width: 375px){.sm\:border-rose-900{border-color:#881337}}@media screen and (max-width: 375px){.sm\:border-rose-950{border-color:#4c0519}}@media screen and (max-width: 375px){.sm\:border-primary{border-color:#3874ff}}@media screen and (max-width: 375px){.sm\:border-primary-bold{border-color:#002660}}@media screen and (max-width: 375px){.sm\:border-primary-hover{border-color:#003585}}@media screen and (max-width: 375px){.sm\:border-primary-border{border-color:#156ef3}}@media screen and (max-width: 375px){.sm\:border-primary-focus-lv1{border-color:#6492ff}}@media screen and (max-width: 375px){.sm\:border-primary-focus-lv2{border-color:#c7ddff}}@media screen and (max-width: 375px){.sm\:border-primary-bg-color{border-color:#f8fbff}}@media screen and (max-width: 375px){.sm\:border-success{border-color:#00bd7e}}@media screen and (max-width: 375px){.sm\:border-success-bold{border-color:#006c58}}@media screen and (max-width: 375px){.sm\:border-success-hover{border-color:#008d5e}}@media screen and (max-width: 375px){.sm\:border-success-border{border-color:#17e5a1}}@media screen and (max-width: 375px){.sm\:border-success-focus-lv1{border-color:#a9fbe0}}@media screen and (max-width: 375px){.sm\:border-success-bg-color{border-color:#ebfff8}}@media screen and (max-width: 375px){.sm\:border-warning{border-color:#ffb41f}}@media screen and (max-width: 375px){.sm\:border-warning-bold{border-color:#b77d09}}@media screen and (max-width: 375px){.sm\:border-warning-hover{border-color:#e39f17}}@media screen and (max-width: 375px){.sm\:border-warning-border{border-color:#f7c86a}}@media screen and (max-width: 375px){.sm\:border-warning-focus-lv1{border-color:#fbe0a9}}@media screen and (max-width: 375px){.sm\:border-warning-bg-color{border-color:#fff8eb}}@media screen and (max-width: 375px){.sm\:border-danger{border-color:#b20000}}@media screen and (max-width: 375px){.sm\:border-danger-bold{border-color:#920122}}@media screen and (max-width: 375px){.sm\:border-danger-hover{border-color:#c60833}}@media screen and (max-width: 375px){.sm\:border-danger-border{border-color:#f35370}}@media screen and (max-width: 375px){.sm\:border-danger-focus-lv1{border-color:#fdabb9}}@media screen and (max-width: 375px){.sm\:border-danger-bg-color{border-color:#fff1f4}}@media screen and (max-width: 375px){.sm\:border-info{border-color:#2668cb}}@media screen and (max-width: 375px){.sm\:border-info-bold{border-color:#023480}}@media screen and (max-width: 375px){.sm\:border-info-hover{border-color:#0f4eae}}@media screen and (max-width: 375px){.sm\:border-info-border{border-color:#679ef2}}@media screen and (max-width: 375px){.sm\:border-info-focus-lv1{border-color:#c1d9fd}}@media screen and (max-width: 375px){.sm\:border-info-bg-color{border-color:#f2f7ff}}@media screen and (max-width: 375px){.sm\:border-neutral-100{border-color:#1a1a1a}}@media screen and (max-width: 375px){.sm\:border-neutral-90{border-color:#424242}}@media screen and (max-width: 375px){.sm\:border-neutral-80{border-color:#616161}}@media screen and (max-width: 375px){.sm\:border-neutral-70{border-color:#757575}}@media screen and (max-width: 375px){.sm\:border-neutral-60{border-color:#9e9e9e}}@media screen and (max-width: 375px){.sm\:border-neutral-50{border-color:#c2c2c2}}@media screen and (max-width: 375px){.sm\:border-neutral-40{border-color:#e0e0e0}}@media screen and (max-width: 375px){.sm\:border-neutral-30{border-color:#ededed}}@media screen and (max-width: 375px){.sm\:border-neutral-20{border-color:#f5f5f5}}@media screen and (max-width: 375px){.sm\:border-base{border-color:#f5f7fa}}.sm\:rounded{border-radius:.25rem}@media screen and (max-width: 375px){.sm\:rounded-none{border-radius:0}}@media screen and (max-width: 375px){.sm\:rounded-e-none{border-start-end-radius:0px;border-end-end-radius:0px}}@media screen and (max-width: 375px){.sm\:rounded-s-none{border-start-start-radius:0px;border-end-start-radius:0px}}@media screen and (max-width: 375px){.sm\:rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}}@media screen and (max-width: 375px){.sm\:rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}}@media screen and (max-width: 375px){.sm\:rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}}@media screen and (max-width: 375px){.sm\:rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}}@media screen and (max-width: 375px){.sm\:rounded-ss-none{border-start-start-radius:0px}}@media screen and (max-width: 375px){.sm\:rounded-se-none{border-start-end-radius:0px}}@media screen and (max-width: 375px){.sm\:rounded-ee-none{border-end-end-radius:0px}}@media screen and (max-width: 375px){.sm\:rounded-es-none{border-end-start-radius:0px}}@media screen and (max-width: 375px){.sm\:rounded-tl-none{border-top-left-radius:0}}@media screen and (max-width: 375px){.sm\:rounded-tr-none{border-top-right-radius:0}}@media screen and (max-width: 375px){.sm\:rounded-br-none{border-bottom-right-radius:0}}@media screen and (max-width: 375px){.sm\:rounded-md{border-radius:.375rem}}@media screen and (max-width: 375px){.sm\:rounded-e-md{border-start-end-radius:.375rem;border-end-end-radius:.375rem}}@media screen and (max-width: 375px){.sm\:rounded-s-md{border-start-start-radius:.375rem;border-end-start-radius:.375rem}}@media screen and (max-width: 375px){.sm\:rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}}@media screen and (max-width: 375px){.sm\:rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}}@media screen and (max-width: 375px){.sm\:rounded-b-md{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}}@media screen and (max-width: 375px){.sm\:rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}}@media screen and (max-width: 375px){.sm\:rounded-ss-md{border-start-start-radius:.375rem}}@media screen and (max-width: 375px){.sm\:rounded-se-md{border-start-end-radius:.375rem}}@media screen and (max-width: 375px){.sm\:rounded-ee-md{border-end-end-radius:.375rem}}@media screen and (max-width: 375px){.sm\:rounded-es-md{border-end-start-radius:.375rem}}@media screen and (max-width: 375px){.sm\:rounded-tl-md{border-top-left-radius:.375rem}}@media screen and (max-width: 375px){.sm\:rounded-tr-md{border-top-right-radius:.375rem}}@media screen and (max-width: 375px){.sm\:rounded-br-md{border-bottom-right-radius:.375rem}}@media screen and (max-width: 375px){.sm\:rounded-lg{border-radius:.5rem}}@media screen and (max-width: 375px){.sm\:rounded-e-lg{border-start-end-radius:.5rem;border-end-end-radius:.5rem}}@media screen and (max-width: 375px){.sm\:rounded-s-lg{border-start-start-radius:.5rem;border-end-start-radius:.5rem}}@media screen and (max-width: 375px){.sm\:rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}}@media screen and (max-width: 375px){.sm\:rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}}@media screen and (max-width: 375px){.sm\:rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}}@media screen and (max-width: 375px){.sm\:rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}}@media screen and (max-width: 375px){.sm\:rounded-ss-lg{border-start-start-radius:.5rem}}@media screen and (max-width: 375px){.sm\:rounded-se-lg{border-start-end-radius:.5rem}}@media screen and (max-width: 375px){.sm\:rounded-ee-lg{border-end-end-radius:.5rem}}@media screen and (max-width: 375px){.sm\:rounded-es-lg{border-end-start-radius:.5rem}}@media screen and (max-width: 375px){.sm\:rounded-tl-lg{border-top-left-radius:.5rem}}@media screen and (max-width: 375px){.sm\:rounded-tr-lg{border-top-right-radius:.5rem}}@media screen and (max-width: 375px){.sm\:rounded-br-lg{border-bottom-right-radius:.5rem}}@media screen and (max-width: 375px){.sm\:rounded-xl{border-radius:.75rem}}@media screen and (max-width: 375px){.sm\:rounded-e-xl{border-start-end-radius:.75rem;border-end-end-radius:.75rem}}@media screen and (max-width: 375px){.sm\:rounded-s-xl{border-start-start-radius:.75rem;border-end-start-radius:.75rem}}@media screen and (max-width: 375px){.sm\:rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}}@media screen and (max-width: 375px){.sm\:rounded-r-xl{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}}@media screen and (max-width: 375px){.sm\:rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}}@media screen and (max-width: 375px){.sm\:rounded-l-xl{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}}@media screen and (max-width: 375px){.sm\:rounded-ss-xl{border-start-start-radius:.75rem}}@media screen and (max-width: 375px){.sm\:rounded-se-xl{border-start-end-radius:.75rem}}@media screen and (max-width: 375px){.sm\:rounded-ee-xl{border-end-end-radius:.75rem}}@media screen and (max-width: 375px){.sm\:rounded-es-xl{border-end-start-radius:.75rem}}@media screen and (max-width: 375px){.sm\:rounded-tl-xl{border-top-left-radius:.75rem}}@media screen and (max-width: 375px){.sm\:rounded-tr-xl{border-top-right-radius:.75rem}}@media screen and (max-width: 375px){.sm\:rounded-br-xl{border-bottom-right-radius:.75rem}}@media screen and (max-width: 375px){.sm\:rounded-2xl{border-radius:1rem}}@media screen and (max-width: 375px){.sm\:rounded-e-2xl{border-start-end-radius:1rem;border-end-end-radius:1rem}}@media screen and (max-width: 375px){.sm\:rounded-s-2xl{border-start-start-radius:1rem;border-end-start-radius:1rem}}@media screen and (max-width: 375px){.sm\:rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}}@media screen and (max-width: 375px){.sm\:rounded-r-2xl{border-top-right-radius:1rem;border-bottom-right-radius:1rem}}@media screen and (max-width: 375px){.sm\:rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}}@media screen and (max-width: 375px){.sm\:rounded-l-2xl{border-top-left-radius:1rem;border-bottom-left-radius:1rem}}@media screen and (max-width: 375px){.sm\:rounded-ss-2xl{border-start-start-radius:1rem}}@media screen and (max-width: 375px){.sm\:rounded-se-2xl{border-start-end-radius:1rem}}@media screen and (max-width: 375px){.sm\:rounded-ee-2xl{border-end-end-radius:1rem}}@media screen and (max-width: 375px){.sm\:rounded-es-2xl{border-end-start-radius:1rem}}@media screen and (max-width: 375px){.sm\:rounded-tl-2xl{border-top-left-radius:1rem}}@media screen and (max-width: 375px){.sm\:rounded-tr-2xl{border-top-right-radius:1rem}}@media screen and (max-width: 375px){.sm\:rounded-br-2xl{border-bottom-right-radius:1rem}}@media screen and (max-width: 375px){.sm\:rounded-3xl{border-radius:1.5rem}}@media screen and (max-width: 375px){.sm\:rounded-e-3xl{border-start-end-radius:1.5rem;border-end-end-radius:1.5rem}}@media screen and (max-width: 375px){.sm\:rounded-s-3xl{border-start-start-radius:1.5rem;border-end-start-radius:1.5rem}}@media screen and (max-width: 375px){.sm\:rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}}@media screen and (max-width: 375px){.sm\:rounded-r-3xl{border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}}@media screen and (max-width: 375px){.sm\:rounded-b-3xl{border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem}}@media screen and (max-width: 375px){.sm\:rounded-l-3xl{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}}@media screen and (max-width: 375px){.sm\:rounded-ss-3xl{border-start-start-radius:1.5rem}}@media screen and (max-width: 375px){.sm\:rounded-se-3xl{border-start-end-radius:1.5rem}}@media screen and (max-width: 375px){.sm\:rounded-ee-3xl{border-end-end-radius:1.5rem}}@media screen and (max-width: 375px){.sm\:rounded-es-3xl{border-end-start-radius:1.5rem}}@media screen and (max-width: 375px){.sm\:rounded-tl-3xl{border-top-left-radius:1.5rem}}@media screen and (max-width: 375px){.sm\:rounded-tr-3xl{border-top-right-radius:1.5rem}}@media screen and (max-width: 375px){.sm\:rounded-br-3xl{border-bottom-right-radius:1.5rem}}@media screen and (max-width: 375px){.sm\:rounded-full{border-radius:9999px}}@media screen and (max-width: 375px){.sm\:rounded-e-full{border-start-end-radius:9999px;border-end-end-radius:9999px}}@media screen and (max-width: 375px){.sm\:rounded-s-full{border-start-start-radius:9999px;border-end-start-radius:9999px}}@media screen and (max-width: 375px){.sm\:rounded-t-full{border-top-left-radius:9999px;border-top-right-radius:9999px}}@media screen and (max-width: 375px){.sm\:rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}}@media screen and (max-width: 375px){.sm\:rounded-b-full{border-bottom-right-radius:9999px;border-bottom-left-radius:9999px}}@media screen and (max-width: 375px){.sm\:rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}}@media screen and (max-width: 375px){.sm\:rounded-ss-full{border-start-start-radius:9999px}}@media screen and (max-width: 375px){.sm\:rounded-se-full{border-start-end-radius:9999px}}@media screen and (max-width: 375px){.sm\:rounded-ee-full{border-end-end-radius:9999px}}@media screen and (max-width: 375px){.sm\:rounded-es-full{border-end-start-radius:9999px}}@media screen and (max-width: 375px){.sm\:rounded-tl-full{border-top-left-radius:9999px}}@media screen and (max-width: 375px){.sm\:rounded-tr-full{border-top-right-radius:9999px}}@media screen and (max-width: 375px){.sm\:rounded-br-full{border-bottom-right-radius:9999px}}@media screen and (max-width: 375px){.sm\:text-center{text-align:center}}@media screen and (max-width: 375px){.sm\:text-left{text-align:left}}@media screen and (max-width: 375px){.sm\:text-right{text-align:right}}@media screen and (max-width: 375px){.sm\:text-justify{text-align:justify}}@media screen and (max-width: 375px){.sm\:text-start{text-align:start}}@media screen and (max-width: 375px){.sm\:text-end{text-align:end}}@media screen and (max-width: 375px){.sm\:text-transparent{color:transparent}}@media screen and (max-width: 375px){.sm\:text-black{color:#000}}@media screen and (max-width: 375px){.sm\:text-white{color:#fff}}@media screen and (max-width: 375px){.sm\:text-slate-50{color:#f8fafc}}@media screen and (max-width: 375px){.sm\:text-slate-100{color:#f1f5f9}}@media screen and (max-width: 375px){.sm\:text-slate-200{color:#e2e8f0}}@media screen and (max-width: 375px){.sm\:text-slate-300{color:#cbd5e1}}@media screen and (max-width: 375px){.sm\:text-slate-400{color:#94a3b8}}@media screen and (max-width: 375px){.sm\:text-slate-500{color:#64748b}}@media screen and (max-width: 375px){.sm\:text-slate-600{color:#475569}}@media screen and (max-width: 375px){.sm\:text-slate-700{color:#334155}}@media screen and (max-width: 375px){.sm\:text-slate-800{color:#1e293b}}@media screen and (max-width: 375px){.sm\:text-slate-900{color:#0f172a}}@media screen and (max-width: 375px){.sm\:text-slate-950{color:#020617}}@media screen and (max-width: 375px){.sm\:text-gray-50{color:#f9fafb}}@media screen and (max-width: 375px){.sm\:text-gray-100{color:#f3f4f6}}@media screen and (max-width: 375px){.sm\:text-gray-200{color:#e5e7eb}}@media screen and (max-width: 375px){.sm\:text-gray-300{color:#d1d5db}}@media screen and (max-width: 375px){.sm\:text-gray-400{color:#9ca3af}}@media screen and (max-width: 375px){.sm\:text-gray-500{color:#6b7280}}@media screen and (max-width: 375px){.sm\:text-gray-600{color:#4b5563}}@media screen and (max-width: 375px){.sm\:text-gray-700{color:#374151}}@media screen and (max-width: 375px){.sm\:text-gray-800{color:#1f2937}}@media screen and (max-width: 375px){.sm\:text-gray-900{color:#111827}}@media screen and (max-width: 375px){.sm\:text-gray-950{color:#030712}}@media screen and (max-width: 375px){.sm\:text-zinc-50{color:#fafafa}}@media screen and (max-width: 375px){.sm\:text-zinc-100{color:#f4f4f5}}@media screen and (max-width: 375px){.sm\:text-zinc-200{color:#e4e4e7}}@media screen and (max-width: 375px){.sm\:text-zinc-300{color:#d4d4d8}}@media screen and (max-width: 375px){.sm\:text-zinc-400{color:#a1a1aa}}@media screen and (max-width: 375px){.sm\:text-zinc-500{color:#71717a}}@media screen and (max-width: 375px){.sm\:text-zinc-600{color:#52525b}}@media screen and (max-width: 375px){.sm\:text-zinc-700{color:#3f3f46}}@media screen and (max-width: 375px){.sm\:text-zinc-800{color:#27272a}}@media screen and (max-width: 375px){.sm\:text-zinc-900{color:#18181b}}@media screen and (max-width: 375px){.sm\:text-zinc-950{color:#09090b}}@media screen and (max-width: 375px){.sm\:text-neutral-50{color:#fafafa}}@media screen and (max-width: 375px){.sm\:text-neutral-100{color:#f5f5f5}}@media screen and (max-width: 375px){.sm\:text-neutral-200{color:#e5e5e5}}@media screen and (max-width: 375px){.sm\:text-neutral-300{color:#d4d4d4}}@media screen and (max-width: 375px){.sm\:text-neutral-400{color:#a3a3a3}}@media screen and (max-width: 375px){.sm\:text-neutral-500{color:#737373}}@media screen and (max-width: 375px){.sm\:text-neutral-600{color:#525252}}@media screen and (max-width: 375px){.sm\:text-neutral-700{color:#404040}}@media screen and (max-width: 375px){.sm\:text-neutral-800{color:#262626}}@media screen and (max-width: 375px){.sm\:text-neutral-900{color:#171717}}@media screen and (max-width: 375px){.sm\:text-neutral-950{color:#0a0a0a}}@media screen and (max-width: 375px){.sm\:text-stone-50{color:#fafaf9}}@media screen and (max-width: 375px){.sm\:text-stone-100{color:#f5f5f4}}@media screen and (max-width: 375px){.sm\:text-stone-200{color:#e7e5e4}}@media screen and (max-width: 375px){.sm\:text-stone-300{color:#d6d3d1}}@media screen and (max-width: 375px){.sm\:text-stone-400{color:#a8a29e}}@media screen and (max-width: 375px){.sm\:text-stone-500{color:#78716c}}@media screen and (max-width: 375px){.sm\:text-stone-600{color:#57534e}}@media screen and (max-width: 375px){.sm\:text-stone-700{color:#44403c}}@media screen and (max-width: 375px){.sm\:text-stone-800{color:#292524}}@media screen and (max-width: 375px){.sm\:text-stone-900{color:#1c1917}}@media screen and (max-width: 375px){.sm\:text-stone-950{color:#0c0a09}}@media screen and (max-width: 375px){.sm\:text-red-50{color:#fef2f2}}@media screen and (max-width: 375px){.sm\:text-red-100{color:#fee2e2}}@media screen and (max-width: 375px){.sm\:text-red-200{color:#fecaca}}@media screen and (max-width: 375px){.sm\:text-red-300{color:#fca5a5}}@media screen and (max-width: 375px){.sm\:text-red-400{color:#f87171}}@media screen and (max-width: 375px){.sm\:text-red-500{color:#ef4444}}@media screen and (max-width: 375px){.sm\:text-red-600{color:#dc2626}}@media screen and (max-width: 375px){.sm\:text-red-700{color:#b91c1c}}@media screen and (max-width: 375px){.sm\:text-red-800{color:#991b1b}}@media screen and (max-width: 375px){.sm\:text-red-900{color:#7f1d1d}}@media screen and (max-width: 375px){.sm\:text-red-950{color:#450a0a}}@media screen and (max-width: 375px){.sm\:text-orange-50{color:#fff7ed}}@media screen and (max-width: 375px){.sm\:text-orange-100{color:#ffedd5}}@media screen and (max-width: 375px){.sm\:text-orange-200{color:#fed7aa}}@media screen and (max-width: 375px){.sm\:text-orange-300{color:#fdba74}}@media screen and (max-width: 375px){.sm\:text-orange-400{color:#fb923c}}@media screen and (max-width: 375px){.sm\:text-orange-500{color:#f97316}}@media screen and (max-width: 375px){.sm\:text-orange-600{color:#ea580c}}@media screen and (max-width: 375px){.sm\:text-orange-700{color:#c2410c}}@media screen and (max-width: 375px){.sm\:text-orange-800{color:#9a3412}}@media screen and (max-width: 375px){.sm\:text-orange-900{color:#7c2d12}}@media screen and (max-width: 375px){.sm\:text-orange-950{color:#431407}}@media screen and (max-width: 375px){.sm\:text-amber-50{color:#fffbeb}}@media screen and (max-width: 375px){.sm\:text-amber-100{color:#fef3c7}}@media screen and (max-width: 375px){.sm\:text-amber-200{color:#fde68a}}@media screen and (max-width: 375px){.sm\:text-amber-300{color:#fcd34d}}@media screen and (max-width: 375px){.sm\:text-amber-400{color:#fbbf24}}@media screen and (max-width: 375px){.sm\:text-amber-500{color:#f59e0b}}@media screen and (max-width: 375px){.sm\:text-amber-600{color:#d97706}}@media screen and (max-width: 375px){.sm\:text-amber-700{color:#b45309}}@media screen and (max-width: 375px){.sm\:text-amber-800{color:#92400e}}@media screen and (max-width: 375px){.sm\:text-amber-900{color:#78350f}}@media screen and (max-width: 375px){.sm\:text-amber-950{color:#451a03}}@media screen and (max-width: 375px){.sm\:text-yellow-50{color:#fefce8}}@media screen and (max-width: 375px){.sm\:text-yellow-100{color:#fef9c3}}@media screen and (max-width: 375px){.sm\:text-yellow-200{color:#fef08a}}@media screen and (max-width: 375px){.sm\:text-yellow-300{color:#fde047}}@media screen and (max-width: 375px){.sm\:text-yellow-400{color:#facc15}}@media screen and (max-width: 375px){.sm\:text-yellow-500{color:#eab308}}@media screen and (max-width: 375px){.sm\:text-yellow-600{color:#ca8a04}}@media screen and (max-width: 375px){.sm\:text-yellow-700{color:#a16207}}@media screen and (max-width: 375px){.sm\:text-yellow-800{color:#854d0e}}@media screen and (max-width: 375px){.sm\:text-yellow-900{color:#713f12}}@media screen and (max-width: 375px){.sm\:text-yellow-950{color:#422006}}@media screen and (max-width: 375px){.sm\:text-lime-50{color:#f7fee7}}@media screen and (max-width: 375px){.sm\:text-lime-100{color:#ecfccb}}@media screen and (max-width: 375px){.sm\:text-lime-200{color:#d9f99d}}@media screen and (max-width: 375px){.sm\:text-lime-300{color:#bef264}}@media screen and (max-width: 375px){.sm\:text-lime-400{color:#a3e635}}@media screen and (max-width: 375px){.sm\:text-lime-500{color:#84cc16}}@media screen and (max-width: 375px){.sm\:text-lime-600{color:#65a30d}}@media screen and (max-width: 375px){.sm\:text-lime-700{color:#4d7c0f}}@media screen and (max-width: 375px){.sm\:text-lime-800{color:#3f6212}}@media screen and (max-width: 375px){.sm\:text-lime-900{color:#365314}}@media screen and (max-width: 375px){.sm\:text-lime-950{color:#1a2e05}}@media screen and (max-width: 375px){.sm\:text-green-50{color:#f0fdf4}}@media screen and (max-width: 375px){.sm\:text-green-100{color:#dcfce7}}@media screen and (max-width: 375px){.sm\:text-green-200{color:#bbf7d0}}@media screen and (max-width: 375px){.sm\:text-green-300{color:#86efac}}@media screen and (max-width: 375px){.sm\:text-green-400{color:#4ade80}}@media screen and (max-width: 375px){.sm\:text-green-500{color:#22c55e}}@media screen and (max-width: 375px){.sm\:text-green-600{color:#16a34a}}@media screen and (max-width: 375px){.sm\:text-green-700{color:#15803d}}@media screen and (max-width: 375px){.sm\:text-green-800{color:#166534}}@media screen and (max-width: 375px){.sm\:text-green-900{color:#14532d}}@media screen and (max-width: 375px){.sm\:text-green-950{color:#052e16}}@media screen and (max-width: 375px){.sm\:text-emerald-50{color:#ecfdf5}}@media screen and (max-width: 375px){.sm\:text-emerald-100{color:#d1fae5}}@media screen and (max-width: 375px){.sm\:text-emerald-200{color:#a7f3d0}}@media screen and (max-width: 375px){.sm\:text-emerald-300{color:#6ee7b7}}@media screen and (max-width: 375px){.sm\:text-emerald-400{color:#34d399}}@media screen and (max-width: 375px){.sm\:text-emerald-500{color:#10b981}}@media screen and (max-width: 375px){.sm\:text-emerald-600{color:#059669}}@media screen and (max-width: 375px){.sm\:text-emerald-700{color:#047857}}@media screen and (max-width: 375px){.sm\:text-emerald-800{color:#065f46}}@media screen and (max-width: 375px){.sm\:text-emerald-900{color:#064e3b}}@media screen and (max-width: 375px){.sm\:text-emerald-950{color:#022c22}}@media screen and (max-width: 375px){.sm\:text-teal-50{color:#f0fdfa}}@media screen and (max-width: 375px){.sm\:text-teal-100{color:#ccfbf1}}@media screen and (max-width: 375px){.sm\:text-teal-200{color:#99f6e4}}@media screen and (max-width: 375px){.sm\:text-teal-300{color:#5eead4}}@media screen and (max-width: 375px){.sm\:text-teal-400{color:#2dd4bf}}@media screen and (max-width: 375px){.sm\:text-teal-500{color:#14b8a6}}@media screen and (max-width: 375px){.sm\:text-teal-600{color:#0d9488}}@media screen and (max-width: 375px){.sm\:text-teal-700{color:#0f766e}}@media screen and (max-width: 375px){.sm\:text-teal-800{color:#115e59}}@media screen and (max-width: 375px){.sm\:text-teal-900{color:#134e4a}}@media screen and (max-width: 375px){.sm\:text-teal-950{color:#042f2e}}@media screen and (max-width: 375px){.sm\:text-cyan-50{color:#ecfeff}}@media screen and (max-width: 375px){.sm\:text-cyan-100{color:#cffafe}}@media screen and (max-width: 375px){.sm\:text-cyan-200{color:#a5f3fc}}@media screen and (max-width: 375px){.sm\:text-cyan-300{color:#67e8f9}}@media screen and (max-width: 375px){.sm\:text-cyan-400{color:#22d3ee}}@media screen and (max-width: 375px){.sm\:text-cyan-500{color:#06b6d4}}@media screen and (max-width: 375px){.sm\:text-cyan-600{color:#0891b2}}@media screen and (max-width: 375px){.sm\:text-cyan-700{color:#0e7490}}@media screen and (max-width: 375px){.sm\:text-cyan-800{color:#155e75}}@media screen and (max-width: 375px){.sm\:text-cyan-900{color:#164e63}}@media screen and (max-width: 375px){.sm\:text-cyan-950{color:#083344}}@media screen and (max-width: 375px){.sm\:text-sky-50{color:#f0f9ff}}@media screen and (max-width: 375px){.sm\:text-sky-100{color:#e0f2fe}}@media screen and (max-width: 375px){.sm\:text-sky-200{color:#bae6fd}}@media screen and (max-width: 375px){.sm\:text-sky-300{color:#7dd3fc}}@media screen and (max-width: 375px){.sm\:text-sky-400{color:#38bdf8}}@media screen and (max-width: 375px){.sm\:text-sky-500{color:#0ea5e9}}@media screen and (max-width: 375px){.sm\:text-sky-600{color:#0284c7}}@media screen and (max-width: 375px){.sm\:text-sky-700{color:#0369a1}}@media screen and (max-width: 375px){.sm\:text-sky-800{color:#075985}}@media screen and (max-width: 375px){.sm\:text-sky-900{color:#0c4a6e}}@media screen and (max-width: 375px){.sm\:text-sky-950{color:#082f49}}@media screen and (max-width: 375px){.sm\:text-blue-50{color:#eff6ff}}@media screen and (max-width: 375px){.sm\:text-blue-100{color:#dbeafe}}@media screen and (max-width: 375px){.sm\:text-blue-200{color:#bfdbfe}}@media screen and (max-width: 375px){.sm\:text-blue-300{color:#93c5fd}}@media screen and (max-width: 375px){.sm\:text-blue-400{color:#60a5fa}}@media screen and (max-width: 375px){.sm\:text-blue-500{color:#3b82f6}}@media screen and (max-width: 375px){.sm\:text-blue-600{color:#2563eb}}@media screen and (max-width: 375px){.sm\:text-blue-700{color:#1d4ed8}}@media screen and (max-width: 375px){.sm\:text-blue-800{color:#1e40af}}@media screen and (max-width: 375px){.sm\:text-blue-900{color:#1e3a8a}}@media screen and (max-width: 375px){.sm\:text-blue-950{color:#172554}}@media screen and (max-width: 375px){.sm\:text-indigo-50{color:#eef2ff}}@media screen and (max-width: 375px){.sm\:text-indigo-100{color:#e0e7ff}}@media screen and (max-width: 375px){.sm\:text-indigo-200{color:#c7d2fe}}@media screen and (max-width: 375px){.sm\:text-indigo-300{color:#a5b4fc}}@media screen and (max-width: 375px){.sm\:text-indigo-400{color:#818cf8}}@media screen and (max-width: 375px){.sm\:text-indigo-500{color:#6366f1}}@media screen and (max-width: 375px){.sm\:text-indigo-600{color:#4f46e5}}@media screen and (max-width: 375px){.sm\:text-indigo-700{color:#4338ca}}@media screen and (max-width: 375px){.sm\:text-indigo-800{color:#3730a3}}@media screen and (max-width: 375px){.sm\:text-indigo-900{color:#312e81}}@media screen and (max-width: 375px){.sm\:text-indigo-950{color:#1e1b4b}}@media screen and (max-width: 375px){.sm\:text-violet-50{color:#f5f3ff}}@media screen and (max-width: 375px){.sm\:text-violet-100{color:#ede9fe}}@media screen and (max-width: 375px){.sm\:text-violet-200{color:#ddd6fe}}@media screen and (max-width: 375px){.sm\:text-violet-300{color:#c4b5fd}}@media screen and (max-width: 375px){.sm\:text-violet-400{color:#a78bfa}}@media screen and (max-width: 375px){.sm\:text-violet-500{color:#8b5cf6}}@media screen and (max-width: 375px){.sm\:text-violet-600{color:#7c3aed}}@media screen and (max-width: 375px){.sm\:text-violet-700{color:#6d28d9}}@media screen and (max-width: 375px){.sm\:text-violet-800{color:#5b21b6}}@media screen and (max-width: 375px){.sm\:text-violet-900{color:#4c1d95}}@media screen and (max-width: 375px){.sm\:text-violet-950{color:#2e1065}}@media screen and (max-width: 375px){.sm\:text-purple-50{color:#faf5ff}}@media screen and (max-width: 375px){.sm\:text-purple-100{color:#f3e8ff}}@media screen and (max-width: 375px){.sm\:text-purple-200{color:#e9d5ff}}@media screen and (max-width: 375px){.sm\:text-purple-300{color:#d8b4fe}}@media screen and (max-width: 375px){.sm\:text-purple-400{color:#c084fc}}@media screen and (max-width: 375px){.sm\:text-purple-500{color:#a855f7}}@media screen and (max-width: 375px){.sm\:text-purple-600{color:#9333ea}}@media screen and (max-width: 375px){.sm\:text-purple-700{color:#7e22ce}}@media screen and (max-width: 375px){.sm\:text-purple-800{color:#6b21a8}}@media screen and (max-width: 375px){.sm\:text-purple-900{color:#581c87}}@media screen and (max-width: 375px){.sm\:text-purple-950{color:#3b0764}}@media screen and (max-width: 375px){.sm\:text-fuchsia-50{color:#fdf4ff}}@media screen and (max-width: 375px){.sm\:text-fuchsia-100{color:#fae8ff}}@media screen and (max-width: 375px){.sm\:text-fuchsia-200{color:#f5d0fe}}@media screen and (max-width: 375px){.sm\:text-fuchsia-300{color:#f0abfc}}@media screen and (max-width: 375px){.sm\:text-fuchsia-400{color:#e879f9}}@media screen and (max-width: 375px){.sm\:text-fuchsia-500{color:#d946ef}}@media screen and (max-width: 375px){.sm\:text-fuchsia-600{color:#c026d3}}@media screen and (max-width: 375px){.sm\:text-fuchsia-700{color:#a21caf}}@media screen and (max-width: 375px){.sm\:text-fuchsia-800{color:#86198f}}@media screen and (max-width: 375px){.sm\:text-fuchsia-900{color:#701a75}}@media screen and (max-width: 375px){.sm\:text-fuchsia-950{color:#4a044e}}@media screen and (max-width: 375px){.sm\:text-pink-50{color:#fdf2f8}}@media screen and (max-width: 375px){.sm\:text-pink-100{color:#fce7f3}}@media screen and (max-width: 375px){.sm\:text-pink-200{color:#fbcfe8}}@media screen and (max-width: 375px){.sm\:text-pink-300{color:#f9a8d4}}@media screen and (max-width: 375px){.sm\:text-pink-400{color:#f472b6}}@media screen and (max-width: 375px){.sm\:text-pink-500{color:#ec4899}}@media screen and (max-width: 375px){.sm\:text-pink-600{color:#db2777}}@media screen and (max-width: 375px){.sm\:text-pink-700{color:#be185d}}@media screen and (max-width: 375px){.sm\:text-pink-800{color:#9d174d}}@media screen and (max-width: 375px){.sm\:text-pink-900{color:#831843}}@media screen and (max-width: 375px){.sm\:text-pink-950{color:#500724}}@media screen and (max-width: 375px){.sm\:text-rose-50{color:#fff1f2}}@media screen and (max-width: 375px){.sm\:text-rose-100{color:#ffe4e6}}@media screen and (max-width: 375px){.sm\:text-rose-200{color:#fecdd3}}@media screen and (max-width: 375px){.sm\:text-rose-300{color:#fda4af}}@media screen and (max-width: 375px){.sm\:text-rose-400{color:#fb7185}}@media screen and (max-width: 375px){.sm\:text-rose-500{color:#f43f5e}}@media screen and (max-width: 375px){.sm\:text-rose-600{color:#e11d48}}@media screen and (max-width: 375px){.sm\:text-rose-700{color:#be123c}}@media screen and (max-width: 375px){.sm\:text-rose-800{color:#9f1239}}@media screen and (max-width: 375px){.sm\:text-rose-900{color:#881337}}@media screen and (max-width: 375px){.sm\:text-rose-950{color:#4c0519}}@media screen and (max-width: 375px){.sm\:text-primary{color:#3874ff}}@media screen and (max-width: 375px){.sm\:text-primary-bold{color:#002660}}@media screen and (max-width: 375px){.sm\:text-primary-hover{color:#003585}}@media screen and (max-width: 375px){.sm\:text-primary-border{color:#156ef3}}@media screen and (max-width: 375px){.sm\:text-primary-focus-lv1{color:#6492ff}}@media screen and (max-width: 375px){.sm\:text-primary-focus-lv2{color:#c7ddff}}@media screen and (max-width: 375px){.sm\:text-primary-bg-color{color:#f8fbff}}@media screen and (max-width: 375px){.sm\:text-success{color:#00bd7e}}@media screen and (max-width: 375px){.sm\:text-success-bold{color:#006c58}}@media screen and (max-width: 375px){.sm\:text-success-hover{color:#008d5e}}@media screen and (max-width: 375px){.sm\:text-success-border{color:#17e5a1}}@media screen and (max-width: 375px){.sm\:text-success-focus-lv1{color:#a9fbe0}}@media screen and (max-width: 375px){.sm\:text-success-bg-color{color:#ebfff8}}@media screen and (max-width: 375px){.sm\:text-warning{color:#ffb41f}}@media screen and (max-width: 375px){.sm\:text-warning-bold{color:#b77d09}}@media screen and (max-width: 375px){.sm\:text-warning-hover{color:#e39f17}}@media screen and (max-width: 375px){.sm\:text-warning-border{color:#f7c86a}}@media screen and (max-width: 375px){.sm\:text-warning-focus-lv1{color:#fbe0a9}}@media screen and (max-width: 375px){.sm\:text-warning-bg-color{color:#fff8eb}}@media screen and (max-width: 375px){.sm\:text-danger{color:#b20000}}@media screen and (max-width: 375px){.sm\:text-danger-bold{color:#920122}}@media screen and (max-width: 375px){.sm\:text-danger-hover{color:#c60833}}@media screen and (max-width: 375px){.sm\:text-danger-border{color:#f35370}}@media screen and (max-width: 375px){.sm\:text-danger-focus-lv1{color:#fdabb9}}@media screen and (max-width: 375px){.sm\:text-danger-bg-color{color:#fff1f4}}@media screen and (max-width: 375px){.sm\:text-info{color:#2668cb}}@media screen and (max-width: 375px){.sm\:text-info-bold{color:#023480}}@media screen and (max-width: 375px){.sm\:text-info-hover{color:#0f4eae}}@media screen and (max-width: 375px){.sm\:text-info-border{color:#679ef2}}@media screen and (max-width: 375px){.sm\:text-info-focus-lv1{color:#c1d9fd}}@media screen and (max-width: 375px){.sm\:text-info-bg-color{color:#f2f7ff}}@media screen and (max-width: 375px){.sm\:text-neutral-100{color:#1a1a1a}}@media screen and (max-width: 375px){.sm\:text-neutral-90{color:#424242}}@media screen and (max-width: 375px){.sm\:text-neutral-80{color:#616161}}@media screen and (max-width: 375px){.sm\:text-neutral-70{color:#757575}}@media screen and (max-width: 375px){.sm\:text-neutral-60{color:#9e9e9e}}@media screen and (max-width: 375px){.sm\:text-neutral-50{color:#c2c2c2}}@media screen and (max-width: 375px){.sm\:text-neutral-40{color:#e0e0e0}}@media screen and (max-width: 375px){.sm\:text-neutral-30{color:#ededed}}@media screen and (max-width: 375px){.sm\:text-neutral-20{color:#f5f5f5}}@media screen and (max-width: 375px){.sm\:text-base{color:#f5f7fa}}@media screen and (max-width: 375px){.sm\:text-extraLight{font-family:Mulish-ExtraLight,sans-serif}}@media screen and (max-width: 375px){.sm\:text-light{font-family:Mulish-Light,sans-serif}}@media screen and (max-width: 375px){.sm\:text-regular{font-family:Mulish-Regular,sans-serif}}@media screen and (max-width: 375px){.sm\:text-medium{font-family:Mulish-Medium,sans-serif}}@media screen and (max-width: 375px){.sm\:text-semiBold{font-family:Mulish-SemiBold,sans-serif}}@media screen and (max-width: 375px){.sm\:text-bold{font-family:Mulish-SemiBold,sans-serif}}@media screen and (max-width: 375px){.sm\:text-extraBold{font-family:Mulish-ExtraBold,sans-serif}}@media screen and (max-width: 375px){.sm\:text-black{font-family:Mulish-Black,sans-serif}}@media screen and (max-width: 375px){.sm\:text-blackItalic{font-family:Mulish-BlackItalic,sans-serif}}@media screen and (max-width: 375px){.sm\:text-boldItalic{font-family:Mulish-BoldItalic,sans-serif}}@media screen and (max-width: 375px){.sm\:text-extraBoldItalic{font-family:Mulish-ExtraBoldItalic,sans-serif}}@media screen and (max-width: 375px){.sm\:text-extraLightItalic{font-family:Mulish-ExtraLightItalic,sans-serif}}@media screen and (max-width: 375px){.sm\:text-italic{font-family:Mulish-Italic,sans-serif}}@media screen and (max-width: 375px){.sm\:text-lightItalic{font-family:Mulish-LightItalic,sans-serif}}@media screen and (max-width: 375px){.sm\:text-mediumItalic{font-family:Mulish-MediumItalic,sans-serif}}@media screen and (max-width: 375px){.sm\:text-semiBoldItalic{font-family:Mulish-SemiBoldItalic,sans-serif}}@media screen and (max-width: 375px){.sm\:top-0{top:0px}}@media screen and (max-width: 375px){.sm\:top-px{top:1px}}@media screen and (max-width: 375px){.sm\:top-1{top:.25rem}}@media screen and (max-width: 375px){.sm\:top-2{top:.5rem}}@media screen and (max-width: 375px){.sm\:top-3{top:.75rem}}@media screen and (max-width: 375px){.sm\:top-4{top:1rem}}@media screen and (max-width: 375px){.sm\:top-5{top:1.25rem}}@media screen and (max-width: 375px){.sm\:top-6{top:1.5rem}}@media screen and (max-width: 375px){.sm\:top-7{top:1.75rem}}@media screen and (max-width: 375px){.sm\:top-8{top:2rem}}@media screen and (max-width: 375px){.sm\:top-9{top:2.25rem}}@media screen and (max-width: 375px){.sm\:top-10{top:2.5rem}}@media screen and (max-width: 375px){.sm\:top-11{top:2.75rem}}@media screen and (max-width: 375px){.sm\:top-12{top:3rem}}@media screen and (max-width: 375px){.sm\:top-14{top:3.5rem}}@media screen and (max-width: 375px){.sm\:top-16{top:4rem}}@media screen and (max-width: 375px){.sm\:top-20{top:5rem}}@media screen and (max-width: 375px){.sm\:top-24{top:6rem}}@media screen and (max-width: 375px){.sm\:top-28{top:7rem}}@media screen and (max-width: 375px){.sm\:top-32{top:8rem}}@media screen and (max-width: 375px){.sm\:top-36{top:9rem}}@media screen and (max-width: 375px){.sm\:top-40{top:10rem}}@media screen and (max-width: 375px){.sm\:top-44{top:11rem}}@media screen and (max-width: 375px){.sm\:top-48{top:12rem}}@media screen and (max-width: 375px){.sm\:top-52{top:13rem}}@media screen and (max-width: 375px){.sm\:top-56{top:14rem}}@media screen and (max-width: 375px){.sm\:top-60{top:15rem}}@media screen and (max-width: 375px){.sm\:top-64{top:16rem}}@media screen and (max-width: 375px){.sm\:top-72{top:18rem}}@media screen and (max-width: 375px){.sm\:top-80{top:20rem}}@media screen and (max-width: 375px){.sm\:top-96{top:24rem}}@media screen and (max-width: 375px){.sm\:top-auto{top:auto}}@media screen and (max-width: 375px){.sm\:top-full{top:100%}}@media screen and (max-width: 375px){.sm\:top-screen{top:100vh}}@media screen and (max-width: 375px){.sm\:top-min{top:min-content}}@media screen and (max-width: 375px){.sm\:top-max{top:max-content}}@media screen and (max-width: 375px){.sm\:top-fit{top:fit-content}}.sm\:top-1\/2{top:50%}.sm\:top-1\/3{top:33.333333%}.sm\:top-1\/4{top:25%}.sm\:top-1\/5{top:20%}.sm\:top-1\/6{top:16.666667%}.sm\:top-1\/12{top:8.333333%}@media screen and (max-width: 375px){.sm\:bottom-0{bottom:0px}}@media screen and (max-width: 375px){.sm\:bottom-px{bottom:1px}}@media screen and (max-width: 375px){.sm\:bottom-1{bottom:.25rem}}@media screen and (max-width: 375px){.sm\:bottom-2{bottom:.5rem}}@media screen and (max-width: 375px){.sm\:bottom-3{bottom:.75rem}}@media screen and (max-width: 375px){.sm\:bottom-4{bottom:1rem}}@media screen and (max-width: 375px){.sm\:bottom-5{bottom:1.25rem}}@media screen and (max-width: 375px){.sm\:bottom-6{bottom:1.5rem}}@media screen and (max-width: 375px){.sm\:bottom-7{bottom:1.75rem}}@media screen and (max-width: 375px){.sm\:bottom-8{bottom:2rem}}@media screen and (max-width: 375px){.sm\:bottom-9{bottom:2.25rem}}@media screen and (max-width: 375px){.sm\:bottom-10{bottom:2.5rem}}@media screen and (max-width: 375px){.sm\:bottom-11{bottom:2.75rem}}@media screen and (max-width: 375px){.sm\:bottom-12{bottom:3rem}}@media screen and (max-width: 375px){.sm\:bottom-14{bottom:3.5rem}}@media screen and (max-width: 375px){.sm\:bottom-16{bottom:4rem}}@media screen and (max-width: 375px){.sm\:bottom-20{bottom:5rem}}@media screen and (max-width: 375px){.sm\:bottom-24{bottom:6rem}}@media screen and (max-width: 375px){.sm\:bottom-28{bottom:7rem}}@media screen and (max-width: 375px){.sm\:bottom-32{bottom:8rem}}@media screen and (max-width: 375px){.sm\:bottom-36{bottom:9rem}}@media screen and (max-width: 375px){.sm\:bottom-40{bottom:10rem}}@media screen and (max-width: 375px){.sm\:bottom-44{bottom:11rem}}@media screen and (max-width: 375px){.sm\:bottom-48{bottom:12rem}}@media screen and (max-width: 375px){.sm\:bottom-52{bottom:13rem}}@media screen and (max-width: 375px){.sm\:bottom-56{bottom:14rem}}@media screen and (max-width: 375px){.sm\:bottom-60{bottom:15rem}}@media screen and (max-width: 375px){.sm\:bottom-64{bottom:16rem}}@media screen and (max-width: 375px){.sm\:bottom-72{bottom:18rem}}@media screen and (max-width: 375px){.sm\:bottom-80{bottom:20rem}}@media screen and (max-width: 375px){.sm\:bottom-96{bottom:24rem}}@media screen and (max-width: 375px){.sm\:bottom-auto{bottom:auto}}@media screen and (max-width: 375px){.sm\:bottom-full{bottom:100%}}@media screen and (max-width: 375px){.sm\:bottom-screen{bottom:100vh}}@media screen and (max-width: 375px){.sm\:bottom-min{bottom:min-content}}@media screen and (max-width: 375px){.sm\:bottom-max{bottom:max-content}}@media screen and (max-width: 375px){.sm\:bottom-fit{bottom:fit-content}}.sm\:bottom-1\/2{bottom:50%}.sm\:bottom-1\/3{bottom:33.333333%}.sm\:bottom-1\/4{bottom:25%}.sm\:bottom-1\/5{bottom:20%}.sm\:bottom-1\/6{bottom:16.666667%}.sm\:bottom-1\/12{bottom:8.333333%}@media screen and (max-width: 375px){.sm\:right-0{right:0px}}@media screen and (max-width: 375px){.sm\:right-px{right:1px}}@media screen and (max-width: 375px){.sm\:right-1{right:.25rem}}@media screen and (max-width: 375px){.sm\:right-2{right:.5rem}}@media screen and (max-width: 375px){.sm\:right-3{right:.75rem}}@media screen and (max-width: 375px){.sm\:right-4{right:1rem}}@media screen and (max-width: 375px){.sm\:right-5{right:1.25rem}}@media screen and (max-width: 375px){.sm\:right-6{right:1.5rem}}@media screen and (max-width: 375px){.sm\:right-7{right:1.75rem}}@media screen and (max-width: 375px){.sm\:right-8{right:2rem}}@media screen and (max-width: 375px){.sm\:right-9{right:2.25rem}}@media screen and (max-width: 375px){.sm\:right-10{right:2.5rem}}@media screen and (max-width: 375px){.sm\:right-11{right:2.75rem}}@media screen and (max-width: 375px){.sm\:right-12{right:3rem}}@media screen and (max-width: 375px){.sm\:right-14{right:3.5rem}}@media screen and (max-width: 375px){.sm\:right-16{right:4rem}}@media screen and (max-width: 375px){.sm\:right-20{right:5rem}}@media screen and (max-width: 375px){.sm\:right-24{right:6rem}}@media screen and (max-width: 375px){.sm\:right-28{right:7rem}}@media screen and (max-width: 375px){.sm\:right-32{right:8rem}}@media screen and (max-width: 375px){.sm\:right-36{right:9rem}}@media screen and (max-width: 375px){.sm\:right-40{right:10rem}}@media screen and (max-width: 375px){.sm\:right-44{right:11rem}}@media screen and (max-width: 375px){.sm\:right-48{right:12rem}}@media screen and (max-width: 375px){.sm\:right-52{right:13rem}}@media screen and (max-width: 375px){.sm\:right-56{right:14rem}}@media screen and (max-width: 375px){.sm\:right-60{right:15rem}}@media screen and (max-width: 375px){.sm\:right-64{right:16rem}}@media screen and (max-width: 375px){.sm\:right-72{right:18rem}}@media screen and (max-width: 375px){.sm\:right-80{right:20rem}}@media screen and (max-width: 375px){.sm\:right-96{right:24rem}}@media screen and (max-width: 375px){.sm\:right-auto{right:auto}}@media screen and (max-width: 375px){.sm\:right-full{right:100%}}@media screen and (max-width: 375px){.sm\:right-screen{right:100vh}}@media screen and (max-width: 375px){.sm\:right-min{right:min-content}}@media screen and (max-width: 375px){.sm\:right-max{right:max-content}}@media screen and (max-width: 375px){.sm\:right-fit{right:fit-content}}.sm\:right-1\/2{right:50%}.sm\:right-1\/3{right:33.333333%}.sm\:right-1\/4{right:25%}.sm\:right-1\/5{right:20%}.sm\:right-1\/6{right:16.666667%}.sm\:right-1\/12{right:8.333333%}@media screen and (max-width: 375px){.sm\:left-0{left:0px}}@media screen and (max-width: 375px){.sm\:left-px{left:1px}}@media screen and (max-width: 375px){.sm\:left-1{left:.25rem}}@media screen and (max-width: 375px){.sm\:left-2{left:.5rem}}@media screen and (max-width: 375px){.sm\:left-3{left:.75rem}}@media screen and (max-width: 375px){.sm\:left-4{left:1rem}}@media screen and (max-width: 375px){.sm\:left-5{left:1.25rem}}@media screen and (max-width: 375px){.sm\:left-6{left:1.5rem}}@media screen and (max-width: 375px){.sm\:left-7{left:1.75rem}}@media screen and (max-width: 375px){.sm\:left-8{left:2rem}}@media screen and (max-width: 375px){.sm\:left-9{left:2.25rem}}@media screen and (max-width: 375px){.sm\:left-10{left:2.5rem}}@media screen and (max-width: 375px){.sm\:left-11{left:2.75rem}}@media screen and (max-width: 375px){.sm\:left-12{left:3rem}}@media screen and (max-width: 375px){.sm\:left-14{left:3.5rem}}@media screen and (max-width: 375px){.sm\:left-16{left:4rem}}@media screen and (max-width: 375px){.sm\:left-20{left:5rem}}@media screen and (max-width: 375px){.sm\:left-24{left:6rem}}@media screen and (max-width: 375px){.sm\:left-28{left:7rem}}@media screen and (max-width: 375px){.sm\:left-32{left:8rem}}@media screen and (max-width: 375px){.sm\:left-36{left:9rem}}@media screen and (max-width: 375px){.sm\:left-40{left:10rem}}@media screen and (max-width: 375px){.sm\:left-44{left:11rem}}@media screen and (max-width: 375px){.sm\:left-48{left:12rem}}@media screen and (max-width: 375px){.sm\:left-52{left:13rem}}@media screen and (max-width: 375px){.sm\:left-56{left:14rem}}@media screen and (max-width: 375px){.sm\:left-60{left:15rem}}@media screen and (max-width: 375px){.sm\:left-64{left:16rem}}@media screen and (max-width: 375px){.sm\:left-72{left:18rem}}@media screen and (max-width: 375px){.sm\:left-80{left:20rem}}@media screen and (max-width: 375px){.sm\:left-96{left:24rem}}@media screen and (max-width: 375px){.sm\:left-auto{left:auto}}@media screen and (max-width: 375px){.sm\:left-full{left:100%}}@media screen and (max-width: 375px){.sm\:left-screen{left:100vh}}@media screen and (max-width: 375px){.sm\:left-min{left:min-content}}@media screen and (max-width: 375px){.sm\:left-max{left:max-content}}@media screen and (max-width: 375px){.sm\:left-fit{left:fit-content}}.sm\:left-1\/2{left:50%}.sm\:left-1\/3{left:33.333333%}.sm\:left-1\/4{left:25%}.sm\:left-1\/5{left:20%}.sm\:left-1\/6{left:16.666667%}.sm\:left-1\/12{left:8.333333%}@media screen and (max-width: 375px){.sm\:z-0{z-index:0}}@media screen and (max-width: 375px){.sm\:z-10{z-index:10}}@media screen and (max-width: 375px){.sm\:z-20{z-index:20}}@media screen and (max-width: 375px){.sm\:z-30{z-index:30}}@media screen and (max-width: 375px){.sm\:z-40{z-index:40}}@media screen and (max-width: 375px){.sm\:z-50{z-index:50}}@media screen and (max-width: 375px){.sm\:z-auto{z-index:auto}}.sm\:m-auto{margin:auto}.sm\:ml-auto{margin-left:auto}.sm\:mr-auto{margin-right:auto}.sm\:mx-auto{margin:0 auto}.sm\:my-auto{margin:auto 0}.sm\:mb-auto{margin-bottom:auto}.sm\:mt-auto{margin-top:auto}.sm\:m-0{margin:0}.sm\:ml-0{margin-left:0}.sm\:mr-0{margin-right:0}.sm\:mx-0,.sm\:my-0{margin:0}.sm\:mb-0{margin-bottom:0}.sm\:mt-0{margin-top:0}.sm\:m-1{margin:.25rem}.sm\:ml-1{margin-left:.25rem}.sm\:mr-1{margin-right:.25rem}.sm\:mx-1{margin:0px .25rem}.sm\:my-1{margin:.25rem 0px}.sm\:mb-1{margin-bottom:.25rem}.sm\:mt-1{margin-top:.25rem}.sm\:m-2{margin:.5rem}.sm\:ml-2{margin-left:.5rem}.sm\:mr-2{margin-right:.5rem}.sm\:mx-2{margin:0px .5rem}.sm\:my-2{margin:.5rem 0px}.sm\:mb-2{margin-bottom:.5rem}.sm\:mt-2{margin-top:.5rem}.sm\:m-3{margin:.75rem}.sm\:ml-3{margin-left:.75rem}.sm\:mr-3{margin-right:.75rem}.sm\:mx-3{margin:0px .75rem}.sm\:my-3{margin:.75rem 0px}.sm\:mb-3{margin-bottom:.75rem}.sm\:mt-3{margin-top:.75rem}.sm\:m-4{margin:1rem}.sm\:ml-4{margin-left:1rem}.sm\:mr-4{margin-right:1rem}.sm\:mx-4{margin:0px 1rem}.sm\:my-4{margin:1rem 0px}.sm\:mb-4{margin-bottom:1rem}.sm\:mt-4{margin-top:1rem}.sm\:m-5{margin:1.25rem}.sm\:ml-5{margin-left:1.25rem}.sm\:mr-5{margin-right:1.25rem}.sm\:mx-5{margin:0px 1.25rem}.sm\:my-5{margin:1.25rem 0px}.sm\:mb-5{margin-bottom:1.25rem}.sm\:mt-5{margin-top:1.25rem}.sm\:m-6{margin:1.5rem}.sm\:ml-6{margin-left:1.5rem}.sm\:mr-6{margin-right:1.5rem}.sm\:mx-6{margin:0px 1.5rem}.sm\:my-6{margin:1.5rem 0px}.sm\:mb-6{margin-bottom:1.5rem}.sm\:mt-6{margin-top:1.5rem}.sm\:m-7{margin:1.75rem}.sm\:ml-7{margin-left:1.75rem}.sm\:mr-7{margin-right:1.75rem}.sm\:mx-7{margin:0px 1.75rem}.sm\:my-7{margin:1.75rem 0px}.sm\:mb-7{margin-bottom:1.75rem}.sm\:mt-7{margin-top:1.75rem}.sm\:m-8{margin:2rem}.sm\:ml-8{margin-left:2rem}.sm\:mr-8{margin-right:2rem}.sm\:mx-8{margin:0px 2rem}.sm\:my-8{margin:2rem 0px}.sm\:mb-8{margin-bottom:2rem}.sm\:mt-8{margin-top:2rem}.sm\:m-9{margin:2.25rem}.sm\:ml-9{margin-left:2.25rem}.sm\:mr-9{margin-right:2.25rem}.sm\:mx-9{margin:0px 2.25rem}.sm\:my-9{margin:2.25rem 0px}.sm\:mb-9{margin-bottom:2.25rem}.sm\:mt-9{margin-top:2.25rem}.sm\:m-10{margin:2.5rem}.sm\:ml-10{margin-left:2.5rem}.sm\:mr-10{margin-right:2.5rem}.sm\:mx-10{margin:0px 2.5rem}.sm\:my-10{margin:2.5rem 0px}.sm\:mb-10{margin-bottom:2.5rem}.sm\:mt-10{margin-top:2.5rem}.sm\:m-11{margin:2.75rem}.sm\:ml-11{margin-left:2.75rem}.sm\:mr-11{margin-right:2.75rem}.sm\:mx-11{margin:0px 2.75rem}.sm\:my-11{margin:2.75rem 0px}.sm\:mb-11{margin-bottom:2.75rem}.sm\:mt-11{margin-top:2.75rem}.sm\:m-12{margin:3rem}.sm\:ml-12{margin-left:3rem}.sm\:mr-12{margin-right:3rem}.sm\:mx-12{margin:0px 3rem}.sm\:my-12{margin:3rem 0px}.sm\:mb-12{margin-bottom:3rem}.sm\:mt-12{margin-top:3rem}.sm\:m-14{margin:3.5rem}.sm\:ml-14{margin-left:3.5rem}.sm\:mr-14{margin-right:3.5rem}.sm\:mx-14{margin:0px 3.5rem}.sm\:my-14{margin:3.5rem 0px}.sm\:mb-14{margin-bottom:3.5rem}.sm\:mt-14{margin-top:3.5rem}.sm\:m-16{margin:4rem}.sm\:ml-16{margin-left:4rem}.sm\:mr-16{margin-right:4rem}.sm\:mx-16{margin:0px 4rem}.sm\:my-16{margin:4rem 0px}.sm\:mb-16{margin-bottom:4rem}.sm\:mt-16{margin-top:4rem}.sm\:m-20{margin:5rem}.sm\:ml-20{margin-left:5rem}.sm\:mr-20{margin-right:5rem}.sm\:mx-20{margin:0px 5rem}.sm\:my-20{margin:5rem 0px}.sm\:mb-20{margin-bottom:5rem}.sm\:mt-20{margin-top:5rem}.sm\:m-24{margin:6rem}.sm\:ml-24{margin-left:6rem}.sm\:mr-24{margin-right:6rem}.sm\:mx-24{margin:0px 6rem}.sm\:my-24{margin:6rem 0px}.sm\:mb-24{margin-bottom:6rem}.sm\:mt-24{margin-top:6rem}.sm\:m-28{margin:7rem}.sm\:ml-28{margin-left:7rem}.sm\:mr-28{margin-right:7rem}.sm\:mx-28{margin:0px 7rem}.sm\:my-28{margin:7rem 0px}.sm\:mb-28{margin-bottom:7rem}.sm\:mt-28{margin-top:7rem}.sm\:m-32{margin:8rem}.sm\:ml-32{margin-left:8rem}.sm\:mr-32{margin-right:8rem}.sm\:mx-32{margin:0px 8rem}.sm\:my-32{margin:8rem 0px}.sm\:mb-32{margin-bottom:8rem}.sm\:mt-32{margin-top:8rem}.sm\:m-36{margin:9rem}.sm\:ml-36{margin-left:9rem}.sm\:mr-36{margin-right:9rem}.sm\:mx-36{margin:0px 9rem}.sm\:my-36{margin:9rem 0px}.sm\:mb-36{margin-bottom:9rem}.sm\:mt-36{margin-top:9rem}.sm\:m-40{margin:10rem}.sm\:ml-40{margin-left:10rem}.sm\:mr-40{margin-right:10rem}.sm\:mx-40{margin:0px 10rem}.sm\:my-40{margin:10rem 0px}.sm\:mb-40{margin-bottom:10rem}.sm\:mt-40{margin-top:10rem}.sm\:m-44{margin:11rem}.sm\:ml-44{margin-left:11rem}.sm\:mr-44{margin-right:11rem}.sm\:mx-44{margin:0px 11rem}.sm\:my-44{margin:11rem 0px}.sm\:mb-44{margin-bottom:11rem}.sm\:mt-44{margin-top:11rem}.sm\:m-48{margin:12rem}.sm\:ml-48{margin-left:12rem}.sm\:mr-48{margin-right:12rem}.sm\:mx-48{margin:0px 12rem}.sm\:my-48{margin:12rem 0px}.sm\:mb-48{margin-bottom:12rem}.sm\:mt-48{margin-top:12rem}.sm\:m-52{margin:13rem}.sm\:ml-52{margin-left:13rem}.sm\:mr-52{margin-right:13rem}.sm\:mx-52{margin:0px 13rem}.sm\:my-52{margin:13rem 0px}.sm\:mb-52{margin-bottom:13rem}.sm\:mt-52{margin-top:13rem}.sm\:m-56{margin:14rem}.sm\:ml-56{margin-left:14rem}.sm\:mr-56{margin-right:14rem}.sm\:mx-56{margin:0px 14rem}.sm\:my-56{margin:14rem 0px}.sm\:mb-56{margin-bottom:14rem}.sm\:mt-56{margin-top:14rem}.sm\:m-60{margin:15rem}.sm\:ml-60{margin-left:15rem}.sm\:mr-60{margin-right:15rem}.sm\:mx-60{margin:0px 15rem}.sm\:my-60{margin:15rem 0px}.sm\:mb-60{margin-bottom:15rem}.sm\:mt-60{margin-top:15rem}.sm\:m-64{margin:16rem}.sm\:ml-64{margin-left:16rem}.sm\:mr-64{margin-right:16rem}.sm\:mx-64{margin:0px 16rem}.sm\:my-64{margin:16rem 0px}.sm\:mb-64{margin-bottom:16rem}.sm\:mt-64{margin-top:16rem}.sm\:m-72{margin:18rem}.sm\:ml-72{margin-left:18rem}.sm\:mr-72{margin-right:18rem}.sm\:mx-72{margin:0px 18rem}.sm\:my-72{margin:18rem 0px}.sm\:mb-72{margin-bottom:18rem}.sm\:mt-72{margin-top:18rem}.sm\:m-80{margin:20rem}.sm\:ml-80{margin-left:20rem}.sm\:mr-80{margin-right:20rem}.sm\:mx-80{margin:0px 20rem}.sm\:my-80{margin:20rem 0px}.sm\:mb-80{margin-bottom:20rem}.sm\:mt-80{margin-top:20rem}.sm\:m-96{margin:24rem}.sm\:ml-96{margin-left:24rem}.sm\:mr-96{margin-right:24rem}.sm\:mx-96{margin:0px 24rem}.sm\:my-96{margin:24rem 0px}.sm\:mb-96{margin-bottom:24rem}.sm\:mt-96{margin-top:24rem}@media screen and (max-width: 375px){.sm\:gap-0{gap:0px}}@media screen and (max-width: 375px){.sm\:gap-1{gap:.25rem}}@media screen and (max-width: 375px){.sm\:gap-2{gap:.5rem}}@media screen and (max-width: 375px){.sm\:gap-3{gap:.75rem}}@media screen and (max-width: 375px){.sm\:gap-4{gap:1rem}}@media screen and (max-width: 375px){.sm\:gap-5{gap:1.25rem}}@media screen and (max-width: 375px){.sm\:gap-6{gap:1.5rem}}@media screen and (max-width: 375px){.sm\:gap-7{gap:1.75rem}}@media screen and (max-width: 375px){.sm\:gap-8{gap:2rem}}@media screen and (max-width: 375px){.sm\:gap-9{gap:2.25rem}}@media screen and (max-width: 375px){.sm\:gap-10{gap:2.5rem}}@media screen and (max-width: 375px){.sm\:gap-11{gap:2.75rem}}@media screen and (max-width: 375px){.sm\:gap-12{gap:3rem}}@media screen and (max-width: 375px){.sm\:gap-14{gap:3.5rem}}@media screen and (max-width: 375px){.sm\:gap-16{gap:4rem}}@media screen and (max-width: 375px){.sm\:gap-20{gap:5rem}}@media screen and (max-width: 375px){.sm\:gap-24{gap:6rem}}@media screen and (max-width: 375px){.sm\:gap-28{gap:7rem}}@media screen and (max-width: 375px){.sm\:gap-32{gap:8rem}}@media screen and (max-width: 375px){.sm\:gap-36{gap:9rem}}@media screen and (max-width: 375px){.sm\:gap-40{gap:10rem}}@media screen and (max-width: 375px){.sm\:gap-44{gap:11rem}}@media screen and (max-width: 375px){.sm\:gap-48{gap:12rem}}@media screen and (max-width: 375px){.sm\:gap-52{gap:13rem}}@media screen and (max-width: 375px){.sm\:gap-56{gap:14rem}}@media screen and (max-width: 375px){.sm\:gap-60{gap:15rem}}@media screen and (max-width: 375px){.sm\:gap-64{gap:16rem}}@media screen and (max-width: 375px){.sm\:gap-72{gap:18rem}}@media screen and (max-width: 375px){.sm\:gap-80{gap:20rem}}@media screen and (max-width: 375px){.sm\:gap-96{gap:24rem}}@media screen and (max-width: 375px){.sm\:justify-center{justify-content:center}}@media screen and (max-width: 375px){.sm\:justify-end{justify-content:end}}@media screen and (max-width: 375px){.sm\:justify-start{justify-content:start}}@media screen and (max-width: 375px){.sm\:justify-between{justify-content:space-between}}@media screen and (max-width: 375px){.sm\:justify-baseline{justify-content:baseline}}@media screen and (max-width: 375px){.sm\:justify-around{justify-content:space-around}}@media screen and (max-width: 375px){.sm\:justify-evenly{justify-content:space-evenly}}@media screen and (max-width: 375px){.sm\:items-center{align-items:center}}@media screen and (max-width: 375px){.sm\:items-baseline{align-items:baseline}}@media screen and (max-width: 375px){.sm\:items-end{align-items:flex-end}}@media screen and (max-width: 375px){.sm\:items-start{align-items:flex-start}}@media screen and (max-width: 375px){.sm\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}}@media screen and (max-width: 375px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width: 375px){.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width: 375px){.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media screen and (max-width: 375px){.sm\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}}@media screen and (max-width: 375px){.sm\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}}@media screen and (max-width: 375px){.sm\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}}@media screen and (max-width: 375px){.sm\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}}@media screen and (max-width: 375px){.sm\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}}@media screen and (max-width: 375px){.sm\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}}@media screen and (max-width: 375px){.sm\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}}@media screen and (max-width: 375px){.sm\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}}@media screen and (max-width: 375px){.sm\:grid-cols-none{grid-template-columns:none}}@media screen and (max-width: 375px){.sm\:object-contain{object-fit:contain}}@media screen and (max-width: 375px){.sm\:object-cover{object-fit:cover}}@media screen and (max-width: 375px){.sm\:object-fill{object-fit:fill}}@media screen and (max-width: 375px){.sm\:object-none{object-fit:none}}@media screen and (max-width: 375px){.sm\:object-scale-down{object-fit:scale-down}}@media screen and (max-width: 375px){.sm\:backdrop-blur-none{backdrop-filter:blur(0)}}@media screen and (max-width: 375px){.sm\:backdrop-blur-sm{backdrop-filter:blur(4px)}}@media screen and (max-width: 375px){.sm\:backdrop-blur{backdrop-filter:blur(8px)}}@media screen and (max-width: 375px){.sm\:backdrop-blur-md{backdrop-filter:blur(12px)}}@media screen and (max-width: 375px){.sm\:backdrop-blur-lg{backdrop-filter:blur(16px)}}@media screen and (max-width: 375px){.sm\:backdrop-blur-xl{backdrop-filter:blur(24px)}}@media screen and (max-width: 375px){.sm\:backdrop-blur-2xl{backdrop-filter:blur(40px)}}@media screen and (max-width: 375px){.sm\:backdrop-blur-3xl{backdrop-filter:blur(64px)}}@media screen and (max-width: 375px){.sm\:col-auto{grid-column:auto}}@media screen and (max-width: 375px){.sm\:col-span-1{grid-column:span 1/span 1}}@media screen and (max-width: 375px){.sm\:col-span-2{grid-column:span 2/span 2}}@media screen and (max-width: 375px){.sm\:col-span-3{grid-column:span 3/span 3}}@media screen and (max-width: 375px){.sm\:col-span-4{grid-column:span 4/span 4}}@media screen and (max-width: 375px){.sm\:col-span-5{grid-column:span 5/span 5}}@media screen and (max-width: 375px){.sm\:col-span-6{grid-column:span 6/span 6}}@media screen and (max-width: 375px){.sm\:col-span-7{grid-column:span 7/span 7}}@media screen and (max-width: 375px){.sm\:col-span-8{grid-column:span 8/span 8}}@media screen and (max-width: 375px){.sm\:col-span-9{grid-column:span 9/span 9}}@media screen and (max-width: 375px){.sm\:col-span-10{grid-column:span 10/span 10}}@media screen and (max-width: 375px){.sm\:col-span-11{grid-column:span 11/span 11}}@media screen and (max-width: 375px){.sm\:col-span-12{grid-column:span 12/span 12}}@media screen and (max-width: 375px){.sm\:col-start-1{grid-column-start:1}}@media screen and (max-width: 375px){.sm\:col-start-2{grid-column-start:2}}@media screen and (max-width: 375px){.sm\:col-start-3{grid-column-start:3}}@media screen and (max-width: 375px){.sm\:col-start-4{grid-column-start:4}}@media screen and (max-width: 375px){.sm\:col-start-5{grid-column-start:5}}@media screen and (max-width: 375px){.sm\:col-start-6{grid-column-start:6}}@media screen and (max-width: 375px){.sm\:col-start-7{grid-column-start:7}}@media screen and (max-width: 375px){.sm\:col-start-8{grid-column-start:8}}@media screen and (max-width: 375px){.sm\:col-start-9{grid-column-start:9}}@media screen and (max-width: 375px){.sm\:col-start-10{grid-column-start:10}}@media screen and (max-width: 375px){.sm\:col-start-11{grid-column-start:11}}@media screen and (max-width: 375px){.sm\:col-start-12{grid-column-start:12}}@media screen and (max-width: 375px){.sm\:col-start-13{grid-column-start:13}}@media screen and (max-width: 375px){.sm\:col-start-auto{grid-column-start:auto}}@media screen and (max-width: 375px){.sm\:col-end-1{grid-column-end:1}}@media screen and (max-width: 375px){.sm\:col-end-2{grid-column-end:2}}@media screen and (max-width: 375px){.sm\:col-end-3{grid-column-end:3}}@media screen and (max-width: 375px){.sm\:col-end-4{grid-column-end:4}}@media screen and (max-width: 375px){.sm\:col-end-5{grid-column-end:5}}@media screen and (max-width: 375px){.sm\:col-end-6{grid-column-end:6}}@media screen and (max-width: 375px){.sm\:col-end-7{grid-column-end:7}}@media screen and (max-width: 375px){.sm\:col-end-8{grid-column-end:8}}@media screen and (max-width: 375px){.sm\:col-end-9{grid-column-end:9}}@media screen and (max-width: 375px){.sm\:col-end-10{grid-column-end:10}}@media screen and (max-width: 375px){.sm\:col-end-11{grid-column-end:11}}@media screen and (max-width: 375px){.sm\:col-end-12{grid-column-end:12}}@media screen and (max-width: 375px){.sm\:col-end-13{grid-column-end:13}}@media screen and (max-width: 375px){.sm\:col-end-auto{grid-column-end:auto}}@media screen and (max-width: 375px){.sm\:indent-0{text-indent:0px}}@media screen and (max-width: 375px){.sm\:indent-px{text-indent:1px}}@media screen and (max-width: 375px){.sm\:indent-1{text-indent:.25rem}}@media screen and (max-width: 375px){.sm\:indent-2{text-indent:.5rem}}@media screen and (max-width: 375px){.sm\:indent-3{text-indent:.75rem}}@media screen and (max-width: 375px){.sm\:indent-4{text-indent:1rem}}@media screen and (max-width: 375px){.sm\:indent-5{text-indent:1.25rem}}@media screen and (max-width: 375px){.sm\:indent-6{text-indent:1.5rem}}@media screen and (max-width: 375px){.sm\:indent-7{text-indent:1.75rem}}@media screen and (max-width: 375px){.sm\:indent-8{text-indent:2rem}}@media screen and (max-width: 375px){.sm\:indent-9{text-indent:2.25rem}}@media screen and (max-width: 375px){.sm\:indent-10{text-indent:2.5rem}}@media screen and (max-width: 375px){.sm\:indent-11{text-indent:2.75rem}}@media screen and (max-width: 375px){.sm\:indent-12{text-indent:3rem}}@media screen and (max-width: 375px){.sm\:indent-14{text-indent:3.5rem}}@media screen and (max-width: 375px){.sm\:indent-16{text-indent:4rem}}@media screen and (max-width: 375px){.sm\:indent-20{text-indent:5rem}}@media screen and (max-width: 375px){.sm\:indent-24{text-indent:6rem}}@media screen and (max-width: 375px){.sm\:indent-28{text-indent:7rem}}@media screen and (max-width: 375px){.sm\:indent-32{text-indent:8rem}}@media screen and (max-width: 375px){.sm\:indent-36{text-indent:9rem}}@media screen and (max-width: 375px){.sm\:indent-40{text-indent:10rem}}@media screen and (max-width: 375px){.sm\:indent-44{text-indent:11rem}}@media screen and (max-width: 375px){.sm\:indent-48{text-indent:12rem}}@media screen and (max-width: 375px){.sm\:indent-52{text-indent:13rem}}@media screen and (max-width: 375px){.sm\:indent-56{text-indent:14rem}}@media screen and (max-width: 375px){.sm\:indent-60{text-indent:15rem}}@media screen and (max-width: 375px){.sm\:indent-64{text-indent:16rem}}@media screen and (max-width: 375px){.sm\:indent-72{text-indent:18rem}}@media screen and (max-width: 375px){.sm\:indent-80{text-indent:20rem}}@media screen and (max-width: 375px){.sm\:indent-96{text-indent:24rem}}.sm\:indent-0\.5{text-transform:.125rem}.sm\:indent-1\.5{text-transform:.375rem}.sm\:indent-2\.5{text-transform:.625rem}.sm\:indent-3\.5{text-transform:.875rem}@media screen and (max-width: 375px){.sm\: .underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}}@media screen and (max-width: 375px){.sm\: .overline{-webkit-text-decoration-line:overline;text-decoration-line:overline}}@media screen and (max-width: 375px){.sm\: .through{-webkit-text-decoration-line:line-through;text-decoration-line:line-through}}@media screen and (max-width: 375px){.sm\: .none{-webkit-text-decoration-line:none;text-decoration-line:none}}@media screen and (max-width: 375px){.sm\: .uppercase{text-transform:uppercase}}@media screen and (max-width: 375px){.sm\: .lowercase{text-transform:lowercase}}@media screen and (max-width: 375px){.sm\: .capitalize{text-transform:capitalize}}@media screen and (max-width: 375px){.sm\: .normal-case{text-transform:none}}@media screen and (max-width: 375px){.sm\:shadow-2-12{box-shadow:0 2px 4px #0000001f}}@media screen and (max-width: 375px){.sm\:shadow-4-10{box-shadow:0 4px 8px #0000001a}}@media screen and (max-width: 375px){.sm\:shadow-6-10{box-shadow:0 6px 12px #0000001a}}@media screen and (max-width: 375px){.sm\:shadow-6-8{box-shadow:0 8px 16px #00000014}}@media screen and (max-width: 375px){.sm\:shadow-primary{box-shadow:0 0 0 1px #6492ff}}@media screen and (max-width: 375px){.sm\:shadow-danger{box-shadow:0 0 0 1px #fdabb9}}@media screen and (max-width: 375px){.sm\:shadow-warning{box-shadow:0 0 0 1px #fbe0a9}}@media screen and (max-width: 375px){.sm\:shadow-info{box-shadow:0 0 0 1px #c1d9fd}}@media screen and (max-width: 375px){.sm\:shadow-success{box-shadow:0 0 0 1px #c1d9fd}}@media screen and (max-width: 375px){.sm\:shadow-loading{box-shadow:0 0 0 1px #757575}}@media screen and (max-width: 375px){.sm\:shadow-header{box-shadow:0 2px 4px #0000001f}}@media screen and (max-width: 375px){.sm\:shadow-none{box-shadow:none}}@media screen and (max-width: 375px){.sm\:button-extraSm{padding:6px 16px}}@media screen and (max-width: 375px){.sm\:button-normal{padding:16px 32px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-transparent{background-color:transparent}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-transparent\/0{background-color:#0000}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-transparent\/10{background-color:#0000001a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-transparent\/20{background-color:#0003}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-transparent\/30{background-color:#0000004d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-transparent\/40{background-color:#0006}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-transparent\/50{background-color:#00000080}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-transparent\/60{background-color:#0009}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-transparent\/70{background-color:#000000b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-transparent\/75{background-color:#000000bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-transparent\/80{background-color:#000c}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-transparent\/90{background-color:#000000e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-black{background-color:#000}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-black\/0{background-color:#0000}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-black\/10{background-color:#0000001a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-black\/20{background-color:#0003}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-black\/30{background-color:#0000004d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-black\/40{background-color:#0006}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-black\/50{background-color:#00000080}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-black\/60{background-color:#0009}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-black\/70{background-color:#000000b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-black\/75{background-color:#000000bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-black\/80{background-color:#000c}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-black\/90{background-color:#000000e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-white{background-color:#fff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-white\/0{background-color:#fff0}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-white\/10{background-color:#ffffff1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-white\/20{background-color:#fff3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-white\/30{background-color:#ffffff4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-white\/40{background-color:#fff6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-white\/50{background-color:#ffffff80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-white\/60{background-color:#fff9}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-white\/70{background-color:#ffffffb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-white\/75{background-color:#ffffffbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-white\/80{background-color:#fffc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-white\/90{background-color:#ffffffe6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-50{background-color:#f8fafc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-50\/0{background-color:#f8fafc00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-50\/10{background-color:#f8fafc1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-50\/20{background-color:#f8fafc33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-50\/30{background-color:#f8fafc4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-50\/40{background-color:#f8fafc66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-50\/50{background-color:#f8fafc80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-50\/60{background-color:#f8fafc99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-50\/70{background-color:#f8fafcb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-50\/75{background-color:#f8fafcbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-50\/80{background-color:#f8fafccc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-50\/90{background-color:#f8fafce6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-100{background-color:#f1f5f9}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-100\/0{background-color:#f1f5f900}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-100\/10{background-color:#f1f5f91a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-100\/20{background-color:#f1f5f933}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-100\/30{background-color:#f1f5f94d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-100\/40{background-color:#f1f5f966}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-100\/50{background-color:#f1f5f980}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-100\/60{background-color:#f1f5f999}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-100\/70{background-color:#f1f5f9b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-100\/75{background-color:#f1f5f9bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-100\/80{background-color:#f1f5f9cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-100\/90{background-color:#f1f5f9e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-200{background-color:#e2e8f0}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-200\/0{background-color:#e2e8f000}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-200\/10{background-color:#e2e8f01a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-200\/20{background-color:#e2e8f033}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-200\/30{background-color:#e2e8f04d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-200\/40{background-color:#e2e8f066}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-200\/50{background-color:#e2e8f080}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-200\/60{background-color:#e2e8f099}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-200\/70{background-color:#e2e8f0b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-200\/75{background-color:#e2e8f0bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-200\/80{background-color:#e2e8f0cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-200\/90{background-color:#e2e8f0e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-300{background-color:#cbd5e1}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-300\/0{background-color:#cbd5e100}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-300\/10{background-color:#cbd5e11a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-300\/20{background-color:#cbd5e133}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-300\/30{background-color:#cbd5e14d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-300\/40{background-color:#cbd5e166}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-300\/50{background-color:#cbd5e180}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-300\/60{background-color:#cbd5e199}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-300\/70{background-color:#cbd5e1b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-300\/75{background-color:#cbd5e1bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-300\/80{background-color:#cbd5e1cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-300\/90{background-color:#cbd5e1e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-400{background-color:#94a3b8}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-400\/0{background-color:#94a3b800}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-400\/10{background-color:#94a3b81a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-400\/20{background-color:#94a3b833}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-400\/30{background-color:#94a3b84d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-400\/40{background-color:#94a3b866}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-400\/50{background-color:#94a3b880}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-400\/60{background-color:#94a3b899}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-400\/70{background-color:#94a3b8b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-400\/75{background-color:#94a3b8bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-400\/80{background-color:#94a3b8cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-400\/90{background-color:#94a3b8e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-500{background-color:#64748b}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-500\/0{background-color:#64748b00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-500\/10{background-color:#64748b1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-500\/20{background-color:#64748b33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-500\/30{background-color:#64748b4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-500\/40{background-color:#64748b66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-500\/50{background-color:#64748b80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-500\/60{background-color:#64748b99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-500\/70{background-color:#64748bb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-500\/75{background-color:#64748bbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-500\/80{background-color:#64748bcc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-500\/90{background-color:#64748be6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-600{background-color:#475569}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-600\/0{background-color:#47556900}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-600\/10{background-color:#4755691a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-600\/20{background-color:#47556933}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-600\/30{background-color:#4755694d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-600\/40{background-color:#47556966}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-600\/50{background-color:#47556980}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-600\/60{background-color:#47556999}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-600\/70{background-color:#475569b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-600\/75{background-color:#475569bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-600\/80{background-color:#475569cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-600\/90{background-color:#475569e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-700{background-color:#334155}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-700\/0{background-color:#33415500}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-700\/10{background-color:#3341551a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-700\/20{background-color:#33415533}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-700\/30{background-color:#3341554d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-700\/40{background-color:#33415566}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-700\/50{background-color:#33415580}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-700\/60{background-color:#33415599}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-700\/70{background-color:#334155b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-700\/75{background-color:#334155bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-700\/80{background-color:#334155cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-700\/90{background-color:#334155e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-800{background-color:#1e293b}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-800\/0{background-color:#1e293b00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-800\/10{background-color:#1e293b1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-800\/20{background-color:#1e293b33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-800\/30{background-color:#1e293b4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-800\/40{background-color:#1e293b66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-800\/50{background-color:#1e293b80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-800\/60{background-color:#1e293b99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-800\/70{background-color:#1e293bb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-800\/75{background-color:#1e293bbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-800\/80{background-color:#1e293bcc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-800\/90{background-color:#1e293be6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-900{background-color:#0f172a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-900\/0{background-color:#0f172a00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-900\/10{background-color:#0f172a1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-900\/20{background-color:#0f172a33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-900\/30{background-color:#0f172a4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-900\/40{background-color:#0f172a66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-900\/50{background-color:#0f172a80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-900\/60{background-color:#0f172a99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-900\/70{background-color:#0f172ab3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-900\/75{background-color:#0f172abf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-900\/80{background-color:#0f172acc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-900\/90{background-color:#0f172ae6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-950{background-color:#020617}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-950\/0{background-color:#02061700}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-950\/10{background-color:#0206171a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-950\/20{background-color:#02061733}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-950\/30{background-color:#0206174d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-950\/40{background-color:#02061766}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-950\/50{background-color:#02061780}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-950\/60{background-color:#02061799}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-950\/70{background-color:#020617b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-950\/75{background-color:#020617bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-950\/80{background-color:#020617cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-slate-950\/90{background-color:#020617e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-50{background-color:#f9fafb}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-50\/0{background-color:#f9fafb00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-50\/10{background-color:#f9fafb1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-50\/20{background-color:#f9fafb33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-50\/30{background-color:#f9fafb4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-50\/40{background-color:#f9fafb66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-50\/50{background-color:#f9fafb80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-50\/60{background-color:#f9fafb99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-50\/70{background-color:#f9fafbb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-50\/75{background-color:#f9fafbbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-50\/80{background-color:#f9fafbcc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-50\/90{background-color:#f9fafbe6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-100{background-color:#f3f4f6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-100\/0{background-color:#f3f4f600}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-100\/10{background-color:#f3f4f61a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-100\/20{background-color:#f3f4f633}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-100\/30{background-color:#f3f4f64d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-100\/40{background-color:#f3f4f666}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-100\/50{background-color:#f3f4f680}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-100\/60{background-color:#f3f4f699}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-100\/70{background-color:#f3f4f6b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-100\/75{background-color:#f3f4f6bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-100\/80{background-color:#f3f4f6cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-100\/90{background-color:#f3f4f6e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-200{background-color:#e5e7eb}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-200\/0{background-color:#e5e7eb00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-200\/10{background-color:#e5e7eb1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-200\/20{background-color:#e5e7eb33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-200\/30{background-color:#e5e7eb4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-200\/40{background-color:#e5e7eb66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-200\/50{background-color:#e5e7eb80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-200\/60{background-color:#e5e7eb99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-200\/70{background-color:#e5e7ebb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-200\/75{background-color:#e5e7ebbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-200\/80{background-color:#e5e7ebcc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-200\/90{background-color:#e5e7ebe6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-300{background-color:#d1d5db}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-300\/0{background-color:#d1d5db00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-300\/10{background-color:#d1d5db1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-300\/20{background-color:#d1d5db33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-300\/30{background-color:#d1d5db4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-300\/40{background-color:#d1d5db66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-300\/50{background-color:#d1d5db80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-300\/60{background-color:#d1d5db99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-300\/70{background-color:#d1d5dbb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-300\/75{background-color:#d1d5dbbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-300\/80{background-color:#d1d5dbcc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-300\/90{background-color:#d1d5dbe6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-400{background-color:#9ca3af}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-400\/0{background-color:#9ca3af00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-400\/10{background-color:#9ca3af1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-400\/20{background-color:#9ca3af33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-400\/30{background-color:#9ca3af4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-400\/40{background-color:#9ca3af66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-400\/50{background-color:#9ca3af80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-400\/60{background-color:#9ca3af99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-400\/70{background-color:#9ca3afb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-400\/75{background-color:#9ca3afbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-400\/80{background-color:#9ca3afcc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-400\/90{background-color:#9ca3afe6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-500{background-color:#6b7280}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-500\/0{background-color:#6b728000}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-500\/10{background-color:#6b72801a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-500\/20{background-color:#6b728033}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-500\/30{background-color:#6b72804d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-500\/40{background-color:#6b728066}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-500\/50{background-color:#6b728080}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-500\/60{background-color:#6b728099}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-500\/70{background-color:#6b7280b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-500\/75{background-color:#6b7280bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-500\/80{background-color:#6b7280cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-500\/90{background-color:#6b7280e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-600{background-color:#4b5563}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-600\/0{background-color:#4b556300}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-600\/10{background-color:#4b55631a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-600\/20{background-color:#4b556333}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-600\/30{background-color:#4b55634d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-600\/40{background-color:#4b556366}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-600\/50{background-color:#4b556380}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-600\/60{background-color:#4b556399}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-600\/70{background-color:#4b5563b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-600\/75{background-color:#4b5563bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-600\/80{background-color:#4b5563cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-600\/90{background-color:#4b5563e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-700{background-color:#374151}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-700\/0{background-color:#37415100}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-700\/10{background-color:#3741511a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-700\/20{background-color:#37415133}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-700\/30{background-color:#3741514d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-700\/40{background-color:#37415166}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-700\/50{background-color:#37415180}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-700\/60{background-color:#37415199}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-700\/70{background-color:#374151b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-700\/75{background-color:#374151bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-700\/80{background-color:#374151cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-700\/90{background-color:#374151e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-800{background-color:#1f2937}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-800\/0{background-color:#1f293700}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-800\/10{background-color:#1f29371a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-800\/20{background-color:#1f293733}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-800\/30{background-color:#1f29374d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-800\/40{background-color:#1f293766}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-800\/50{background-color:#1f293780}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-800\/60{background-color:#1f293799}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-800\/70{background-color:#1f2937b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-800\/75{background-color:#1f2937bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-800\/80{background-color:#1f2937cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-800\/90{background-color:#1f2937e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-900{background-color:#111827}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-900\/0{background-color:#11182700}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-900\/10{background-color:#1118271a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-900\/20{background-color:#11182733}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-900\/30{background-color:#1118274d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-900\/40{background-color:#11182766}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-900\/50{background-color:#11182780}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-900\/60{background-color:#11182799}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-900\/70{background-color:#111827b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-900\/75{background-color:#111827bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-900\/80{background-color:#111827cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-900\/90{background-color:#111827e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-950{background-color:#030712}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-950\/0{background-color:#03071200}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-950\/10{background-color:#0307121a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-950\/20{background-color:#03071233}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-950\/30{background-color:#0307124d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-950\/40{background-color:#03071266}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-950\/50{background-color:#03071280}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-950\/60{background-color:#03071299}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-950\/70{background-color:#030712b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-950\/75{background-color:#030712bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-950\/80{background-color:#030712cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-gray-950\/90{background-color:#030712e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-50{background-color:#fafafa}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-50\/0{background-color:#fafafa00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-50\/10{background-color:#fafafa1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-50\/20{background-color:#fafafa33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-50\/30{background-color:#fafafa4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-50\/40{background-color:#fafafa66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-50\/50{background-color:#fafafa80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-50\/60{background-color:#fafafa99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-50\/70{background-color:#fafafab3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-50\/75{background-color:#fafafabf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-50\/80{background-color:#fafafacc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-50\/90{background-color:#fafafae6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-100{background-color:#f4f4f5}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-100\/0{background-color:#f4f4f500}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-100\/10{background-color:#f4f4f51a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-100\/20{background-color:#f4f4f533}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-100\/30{background-color:#f4f4f54d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-100\/40{background-color:#f4f4f566}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-100\/50{background-color:#f4f4f580}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-100\/60{background-color:#f4f4f599}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-100\/70{background-color:#f4f4f5b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-100\/75{background-color:#f4f4f5bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-100\/80{background-color:#f4f4f5cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-100\/90{background-color:#f4f4f5e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-200{background-color:#e4e4e7}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-200\/0{background-color:#e4e4e700}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-200\/10{background-color:#e4e4e71a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-200\/20{background-color:#e4e4e733}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-200\/30{background-color:#e4e4e74d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-200\/40{background-color:#e4e4e766}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-200\/50{background-color:#e4e4e780}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-200\/60{background-color:#e4e4e799}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-200\/70{background-color:#e4e4e7b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-200\/75{background-color:#e4e4e7bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-200\/80{background-color:#e4e4e7cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-200\/90{background-color:#e4e4e7e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-300{background-color:#d4d4d8}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-300\/0{background-color:#d4d4d800}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-300\/10{background-color:#d4d4d81a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-300\/20{background-color:#d4d4d833}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-300\/30{background-color:#d4d4d84d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-300\/40{background-color:#d4d4d866}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-300\/50{background-color:#d4d4d880}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-300\/60{background-color:#d4d4d899}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-300\/70{background-color:#d4d4d8b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-300\/75{background-color:#d4d4d8bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-300\/80{background-color:#d4d4d8cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-300\/90{background-color:#d4d4d8e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-400{background-color:#a1a1aa}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-400\/0{background-color:#a1a1aa00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-400\/10{background-color:#a1a1aa1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-400\/20{background-color:#a1a1aa33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-400\/30{background-color:#a1a1aa4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-400\/40{background-color:#a1a1aa66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-400\/50{background-color:#a1a1aa80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-400\/60{background-color:#a1a1aa99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-400\/70{background-color:#a1a1aab3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-400\/75{background-color:#a1a1aabf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-400\/80{background-color:#a1a1aacc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-400\/90{background-color:#a1a1aae6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-500{background-color:#71717a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-500\/0{background-color:#71717a00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-500\/10{background-color:#71717a1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-500\/20{background-color:#71717a33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-500\/30{background-color:#71717a4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-500\/40{background-color:#71717a66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-500\/50{background-color:#71717a80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-500\/60{background-color:#71717a99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-500\/70{background-color:#71717ab3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-500\/75{background-color:#71717abf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-500\/80{background-color:#71717acc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-500\/90{background-color:#71717ae6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-600{background-color:#52525b}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-600\/0{background-color:#52525b00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-600\/10{background-color:#52525b1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-600\/20{background-color:#52525b33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-600\/30{background-color:#52525b4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-600\/40{background-color:#52525b66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-600\/50{background-color:#52525b80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-600\/60{background-color:#52525b99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-600\/70{background-color:#52525bb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-600\/75{background-color:#52525bbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-600\/80{background-color:#52525bcc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-600\/90{background-color:#52525be6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-700{background-color:#3f3f46}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-700\/0{background-color:#3f3f4600}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-700\/10{background-color:#3f3f461a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-700\/20{background-color:#3f3f4633}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-700\/30{background-color:#3f3f464d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-700\/40{background-color:#3f3f4666}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-700\/50{background-color:#3f3f4680}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-700\/60{background-color:#3f3f4699}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-700\/70{background-color:#3f3f46b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-700\/75{background-color:#3f3f46bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-700\/80{background-color:#3f3f46cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-700\/90{background-color:#3f3f46e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-800{background-color:#27272a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-800\/0{background-color:#27272a00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-800\/10{background-color:#27272a1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-800\/20{background-color:#27272a33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-800\/30{background-color:#27272a4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-800\/40{background-color:#27272a66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-800\/50{background-color:#27272a80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-800\/60{background-color:#27272a99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-800\/70{background-color:#27272ab3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-800\/75{background-color:#27272abf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-800\/80{background-color:#27272acc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-800\/90{background-color:#27272ae6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-900{background-color:#18181b}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-900\/0{background-color:#18181b00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-900\/10{background-color:#18181b1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-900\/20{background-color:#18181b33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-900\/30{background-color:#18181b4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-900\/40{background-color:#18181b66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-900\/50{background-color:#18181b80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-900\/60{background-color:#18181b99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-900\/70{background-color:#18181bb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-900\/75{background-color:#18181bbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-900\/80{background-color:#18181bcc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-900\/90{background-color:#18181be6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-950{background-color:#09090b}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-950\/0{background-color:#09090b00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-950\/10{background-color:#09090b1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-950\/20{background-color:#09090b33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-950\/30{background-color:#09090b4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-950\/40{background-color:#09090b66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-950\/50{background-color:#09090b80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-950\/60{background-color:#09090b99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-950\/70{background-color:#09090bb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-950\/75{background-color:#09090bbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-950\/80{background-color:#09090bcc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-zinc-950\/90{background-color:#09090be6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-50{background-color:#fafafa}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-50\/0{background-color:#fafafa00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-50\/10{background-color:#fafafa1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-50\/20{background-color:#fafafa33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-50\/30{background-color:#fafafa4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-50\/40{background-color:#fafafa66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-50\/50{background-color:#fafafa80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-50\/60{background-color:#fafafa99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-50\/70{background-color:#fafafab3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-50\/75{background-color:#fafafabf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-50\/80{background-color:#fafafacc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-50\/90{background-color:#fafafae6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-100{background-color:#f5f5f5}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-100\/0{background-color:#f5f5f500}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-100\/10{background-color:#f5f5f51a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-100\/20{background-color:#f5f5f533}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-100\/30{background-color:#f5f5f54d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-100\/40{background-color:#f5f5f566}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-100\/50{background-color:#f5f5f580}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-100\/60{background-color:#f5f5f599}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-100\/70{background-color:#f5f5f5b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-100\/75{background-color:#f5f5f5bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-100\/80{background-color:#f5f5f5cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-100\/90{background-color:#f5f5f5e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-200{background-color:#e5e5e5}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-200\/0{background-color:#e5e5e500}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-200\/10{background-color:#e5e5e51a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-200\/20{background-color:#e5e5e533}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-200\/30{background-color:#e5e5e54d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-200\/40{background-color:#e5e5e566}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-200\/50{background-color:#e5e5e580}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-200\/60{background-color:#e5e5e599}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-200\/70{background-color:#e5e5e5b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-200\/75{background-color:#e5e5e5bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-200\/80{background-color:#e5e5e5cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-200\/90{background-color:#e5e5e5e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-300{background-color:#d4d4d4}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-300\/0{background-color:#d4d4d400}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-300\/10{background-color:#d4d4d41a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-300\/20{background-color:#d4d4d433}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-300\/30{background-color:#d4d4d44d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-300\/40{background-color:#d4d4d466}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-300\/50{background-color:#d4d4d480}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-300\/60{background-color:#d4d4d499}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-300\/70{background-color:#d4d4d4b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-300\/75{background-color:#d4d4d4bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-300\/80{background-color:#d4d4d4cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-300\/90{background-color:#d4d4d4e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-400{background-color:#a3a3a3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-400\/0{background-color:#a3a3a300}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-400\/10{background-color:#a3a3a31a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-400\/20{background-color:#a3a3a333}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-400\/30{background-color:#a3a3a34d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-400\/40{background-color:#a3a3a366}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-400\/50{background-color:#a3a3a380}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-400\/60{background-color:#a3a3a399}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-400\/70{background-color:#a3a3a3b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-400\/75{background-color:#a3a3a3bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-400\/80{background-color:#a3a3a3cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-400\/90{background-color:#a3a3a3e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-500{background-color:#737373}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-500\/0{background-color:#73737300}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-500\/10{background-color:#7373731a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-500\/20{background-color:#73737333}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-500\/30{background-color:#7373734d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-500\/40{background-color:#73737366}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-500\/50{background-color:#73737380}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-500\/60{background-color:#73737399}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-500\/70{background-color:#737373b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-500\/75{background-color:#737373bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-500\/80{background-color:#737373cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-500\/90{background-color:#737373e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-600{background-color:#525252}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-600\/0{background-color:#52525200}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-600\/10{background-color:#5252521a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-600\/20{background-color:#52525233}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-600\/30{background-color:#5252524d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-600\/40{background-color:#52525266}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-600\/50{background-color:#52525280}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-600\/60{background-color:#52525299}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-600\/70{background-color:#525252b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-600\/75{background-color:#525252bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-600\/80{background-color:#525252cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-600\/90{background-color:#525252e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-700{background-color:#404040}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-700\/0{background-color:#40404000}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-700\/10{background-color:#4040401a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-700\/20{background-color:#40404033}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-700\/30{background-color:#4040404d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-700\/40{background-color:#40404066}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-700\/50{background-color:#40404080}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-700\/60{background-color:#40404099}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-700\/70{background-color:#404040b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-700\/75{background-color:#404040bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-700\/80{background-color:#404040cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-700\/90{background-color:#404040e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-800{background-color:#262626}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-800\/0{background-color:#26262600}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-800\/10{background-color:#2626261a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-800\/20{background-color:#26262633}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-800\/30{background-color:#2626264d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-800\/40{background-color:#26262666}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-800\/50{background-color:#26262680}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-800\/60{background-color:#26262699}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-800\/70{background-color:#262626b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-800\/75{background-color:#262626bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-800\/80{background-color:#262626cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-800\/90{background-color:#262626e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-900{background-color:#171717}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-900\/0{background-color:#17171700}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-900\/10{background-color:#1717171a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-900\/20{background-color:#17171733}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-900\/30{background-color:#1717174d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-900\/40{background-color:#17171766}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-900\/50{background-color:#17171780}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-900\/60{background-color:#17171799}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-900\/70{background-color:#171717b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-900\/75{background-color:#171717bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-900\/80{background-color:#171717cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-900\/90{background-color:#171717e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-950{background-color:#0a0a0a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-950\/0{background-color:#0a0a0a00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-950\/10{background-color:#0a0a0a1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-950\/20{background-color:#0a0a0a33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-950\/30{background-color:#0a0a0a4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-950\/40{background-color:#0a0a0a66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-950\/50{background-color:#0a0a0a80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-950\/60{background-color:#0a0a0a99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-950\/70{background-color:#0a0a0ab3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-950\/75{background-color:#0a0a0abf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-950\/80{background-color:#0a0a0acc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-950\/90{background-color:#0a0a0ae6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-50{background-color:#fafaf9}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-50\/0{background-color:#fafaf900}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-50\/10{background-color:#fafaf91a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-50\/20{background-color:#fafaf933}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-50\/30{background-color:#fafaf94d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-50\/40{background-color:#fafaf966}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-50\/50{background-color:#fafaf980}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-50\/60{background-color:#fafaf999}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-50\/70{background-color:#fafaf9b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-50\/75{background-color:#fafaf9bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-50\/80{background-color:#fafaf9cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-50\/90{background-color:#fafaf9e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-100{background-color:#f5f5f4}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-100\/0{background-color:#f5f5f400}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-100\/10{background-color:#f5f5f41a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-100\/20{background-color:#f5f5f433}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-100\/30{background-color:#f5f5f44d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-100\/40{background-color:#f5f5f466}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-100\/50{background-color:#f5f5f480}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-100\/60{background-color:#f5f5f499}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-100\/70{background-color:#f5f5f4b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-100\/75{background-color:#f5f5f4bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-100\/80{background-color:#f5f5f4cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-100\/90{background-color:#f5f5f4e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-200{background-color:#e7e5e4}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-200\/0{background-color:#e7e5e400}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-200\/10{background-color:#e7e5e41a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-200\/20{background-color:#e7e5e433}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-200\/30{background-color:#e7e5e44d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-200\/40{background-color:#e7e5e466}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-200\/50{background-color:#e7e5e480}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-200\/60{background-color:#e7e5e499}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-200\/70{background-color:#e7e5e4b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-200\/75{background-color:#e7e5e4bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-200\/80{background-color:#e7e5e4cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-200\/90{background-color:#e7e5e4e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-300{background-color:#d6d3d1}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-300\/0{background-color:#d6d3d100}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-300\/10{background-color:#d6d3d11a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-300\/20{background-color:#d6d3d133}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-300\/30{background-color:#d6d3d14d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-300\/40{background-color:#d6d3d166}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-300\/50{background-color:#d6d3d180}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-300\/60{background-color:#d6d3d199}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-300\/70{background-color:#d6d3d1b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-300\/75{background-color:#d6d3d1bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-300\/80{background-color:#d6d3d1cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-300\/90{background-color:#d6d3d1e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-400{background-color:#a8a29e}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-400\/0{background-color:#a8a29e00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-400\/10{background-color:#a8a29e1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-400\/20{background-color:#a8a29e33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-400\/30{background-color:#a8a29e4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-400\/40{background-color:#a8a29e66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-400\/50{background-color:#a8a29e80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-400\/60{background-color:#a8a29e99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-400\/70{background-color:#a8a29eb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-400\/75{background-color:#a8a29ebf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-400\/80{background-color:#a8a29ecc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-400\/90{background-color:#a8a29ee6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-500{background-color:#78716c}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-500\/0{background-color:#78716c00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-500\/10{background-color:#78716c1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-500\/20{background-color:#78716c33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-500\/30{background-color:#78716c4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-500\/40{background-color:#78716c66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-500\/50{background-color:#78716c80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-500\/60{background-color:#78716c99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-500\/70{background-color:#78716cb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-500\/75{background-color:#78716cbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-500\/80{background-color:#78716ccc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-500\/90{background-color:#78716ce6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-600{background-color:#57534e}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-600\/0{background-color:#57534e00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-600\/10{background-color:#57534e1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-600\/20{background-color:#57534e33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-600\/30{background-color:#57534e4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-600\/40{background-color:#57534e66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-600\/50{background-color:#57534e80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-600\/60{background-color:#57534e99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-600\/70{background-color:#57534eb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-600\/75{background-color:#57534ebf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-600\/80{background-color:#57534ecc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-600\/90{background-color:#57534ee6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-700{background-color:#44403c}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-700\/0{background-color:#44403c00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-700\/10{background-color:#44403c1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-700\/20{background-color:#44403c33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-700\/30{background-color:#44403c4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-700\/40{background-color:#44403c66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-700\/50{background-color:#44403c80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-700\/60{background-color:#44403c99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-700\/70{background-color:#44403cb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-700\/75{background-color:#44403cbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-700\/80{background-color:#44403ccc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-700\/90{background-color:#44403ce6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-800{background-color:#292524}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-800\/0{background-color:#29252400}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-800\/10{background-color:#2925241a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-800\/20{background-color:#29252433}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-800\/30{background-color:#2925244d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-800\/40{background-color:#29252466}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-800\/50{background-color:#29252480}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-800\/60{background-color:#29252499}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-800\/70{background-color:#292524b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-800\/75{background-color:#292524bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-800\/80{background-color:#292524cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-800\/90{background-color:#292524e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-900{background-color:#1c1917}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-900\/0{background-color:#1c191700}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-900\/10{background-color:#1c19171a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-900\/20{background-color:#1c191733}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-900\/30{background-color:#1c19174d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-900\/40{background-color:#1c191766}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-900\/50{background-color:#1c191780}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-900\/60{background-color:#1c191799}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-900\/70{background-color:#1c1917b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-900\/75{background-color:#1c1917bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-900\/80{background-color:#1c1917cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-900\/90{background-color:#1c1917e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-950{background-color:#0c0a09}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-950\/0{background-color:#0c0a0900}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-950\/10{background-color:#0c0a091a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-950\/20{background-color:#0c0a0933}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-950\/30{background-color:#0c0a094d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-950\/40{background-color:#0c0a0966}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-950\/50{background-color:#0c0a0980}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-950\/60{background-color:#0c0a0999}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-950\/70{background-color:#0c0a09b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-950\/75{background-color:#0c0a09bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-950\/80{background-color:#0c0a09cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-stone-950\/90{background-color:#0c0a09e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-50{background-color:#fef2f2}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-50\/0{background-color:#fef2f200}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-50\/10{background-color:#fef2f21a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-50\/20{background-color:#fef2f233}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-50\/30{background-color:#fef2f24d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-50\/40{background-color:#fef2f266}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-50\/50{background-color:#fef2f280}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-50\/60{background-color:#fef2f299}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-50\/70{background-color:#fef2f2b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-50\/75{background-color:#fef2f2bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-50\/80{background-color:#fef2f2cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-50\/90{background-color:#fef2f2e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-100{background-color:#fee2e2}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-100\/0{background-color:#fee2e200}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-100\/10{background-color:#fee2e21a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-100\/20{background-color:#fee2e233}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-100\/30{background-color:#fee2e24d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-100\/40{background-color:#fee2e266}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-100\/50{background-color:#fee2e280}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-100\/60{background-color:#fee2e299}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-100\/70{background-color:#fee2e2b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-100\/75{background-color:#fee2e2bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-100\/80{background-color:#fee2e2cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-100\/90{background-color:#fee2e2e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-200{background-color:#fecaca}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-200\/0{background-color:#fecaca00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-200\/10{background-color:#fecaca1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-200\/20{background-color:#fecaca33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-200\/30{background-color:#fecaca4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-200\/40{background-color:#fecaca66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-200\/50{background-color:#fecaca80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-200\/60{background-color:#fecaca99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-200\/70{background-color:#fecacab3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-200\/75{background-color:#fecacabf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-200\/80{background-color:#fecacacc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-200\/90{background-color:#fecacae6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-300{background-color:#fca5a5}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-300\/0{background-color:#fca5a500}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-300\/10{background-color:#fca5a51a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-300\/20{background-color:#fca5a533}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-300\/30{background-color:#fca5a54d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-300\/40{background-color:#fca5a566}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-300\/50{background-color:#fca5a580}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-300\/60{background-color:#fca5a599}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-300\/70{background-color:#fca5a5b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-300\/75{background-color:#fca5a5bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-300\/80{background-color:#fca5a5cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-300\/90{background-color:#fca5a5e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-400{background-color:#f87171}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-400\/0{background-color:#f8717100}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-400\/10{background-color:#f871711a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-400\/20{background-color:#f8717133}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-400\/30{background-color:#f871714d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-400\/40{background-color:#f8717166}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-400\/50{background-color:#f8717180}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-400\/60{background-color:#f8717199}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-400\/70{background-color:#f87171b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-400\/75{background-color:#f87171bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-400\/80{background-color:#f87171cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-400\/90{background-color:#f87171e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-500{background-color:#ef4444}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-500\/0{background-color:#ef444400}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-500\/10{background-color:#ef44441a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-500\/20{background-color:#ef444433}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-500\/30{background-color:#ef44444d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-500\/40{background-color:#ef444466}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-500\/50{background-color:#ef444480}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-500\/60{background-color:#ef444499}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-500\/70{background-color:#ef4444b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-500\/75{background-color:#ef4444bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-500\/80{background-color:#ef4444cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-500\/90{background-color:#ef4444e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-600{background-color:#dc2626}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-600\/0{background-color:#dc262600}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-600\/10{background-color:#dc26261a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-600\/20{background-color:#dc262633}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-600\/30{background-color:#dc26264d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-600\/40{background-color:#dc262666}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-600\/50{background-color:#dc262680}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-600\/60{background-color:#dc262699}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-600\/70{background-color:#dc2626b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-600\/75{background-color:#dc2626bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-600\/80{background-color:#dc2626cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-600\/90{background-color:#dc2626e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-700{background-color:#b91c1c}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-700\/0{background-color:#b91c1c00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-700\/10{background-color:#b91c1c1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-700\/20{background-color:#b91c1c33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-700\/30{background-color:#b91c1c4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-700\/40{background-color:#b91c1c66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-700\/50{background-color:#b91c1c80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-700\/60{background-color:#b91c1c99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-700\/70{background-color:#b91c1cb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-700\/75{background-color:#b91c1cbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-700\/80{background-color:#b91c1ccc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-700\/90{background-color:#b91c1ce6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-800{background-color:#991b1b}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-800\/0{background-color:#991b1b00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-800\/10{background-color:#991b1b1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-800\/20{background-color:#991b1b33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-800\/30{background-color:#991b1b4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-800\/40{background-color:#991b1b66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-800\/50{background-color:#991b1b80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-800\/60{background-color:#991b1b99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-800\/70{background-color:#991b1bb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-800\/75{background-color:#991b1bbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-800\/80{background-color:#991b1bcc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-800\/90{background-color:#991b1be6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-900{background-color:#7f1d1d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-900\/0{background-color:#7f1d1d00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-900\/10{background-color:#7f1d1d1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-900\/20{background-color:#7f1d1d33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-900\/30{background-color:#7f1d1d4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-900\/40{background-color:#7f1d1d66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-900\/50{background-color:#7f1d1d80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-900\/60{background-color:#7f1d1d99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-900\/70{background-color:#7f1d1db3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-900\/75{background-color:#7f1d1dbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-900\/80{background-color:#7f1d1dcc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-900\/90{background-color:#7f1d1de6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-950{background-color:#450a0a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-950\/0{background-color:#450a0a00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-950\/10{background-color:#450a0a1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-950\/20{background-color:#450a0a33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-950\/30{background-color:#450a0a4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-950\/40{background-color:#450a0a66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-950\/50{background-color:#450a0a80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-950\/60{background-color:#450a0a99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-950\/70{background-color:#450a0ab3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-950\/75{background-color:#450a0abf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-950\/80{background-color:#450a0acc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-red-950\/90{background-color:#450a0ae6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-50{background-color:#fff7ed}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-50\/0{background-color:#fff7ed00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-50\/10{background-color:#fff7ed1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-50\/20{background-color:#fff7ed33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-50\/30{background-color:#fff7ed4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-50\/40{background-color:#fff7ed66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-50\/50{background-color:#fff7ed80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-50\/60{background-color:#fff7ed99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-50\/70{background-color:#fff7edb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-50\/75{background-color:#fff7edbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-50\/80{background-color:#fff7edcc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-50\/90{background-color:#fff7ede6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-100{background-color:#ffedd5}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-100\/0{background-color:#ffedd500}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-100\/10{background-color:#ffedd51a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-100\/20{background-color:#ffedd533}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-100\/30{background-color:#ffedd54d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-100\/40{background-color:#ffedd566}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-100\/50{background-color:#ffedd580}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-100\/60{background-color:#ffedd599}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-100\/70{background-color:#ffedd5b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-100\/75{background-color:#ffedd5bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-100\/80{background-color:#ffedd5cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-100\/90{background-color:#ffedd5e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-200{background-color:#fed7aa}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-200\/0{background-color:#fed7aa00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-200\/10{background-color:#fed7aa1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-200\/20{background-color:#fed7aa33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-200\/30{background-color:#fed7aa4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-200\/40{background-color:#fed7aa66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-200\/50{background-color:#fed7aa80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-200\/60{background-color:#fed7aa99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-200\/70{background-color:#fed7aab3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-200\/75{background-color:#fed7aabf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-200\/80{background-color:#fed7aacc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-200\/90{background-color:#fed7aae6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-300{background-color:#fdba74}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-300\/0{background-color:#fdba7400}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-300\/10{background-color:#fdba741a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-300\/20{background-color:#fdba7433}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-300\/30{background-color:#fdba744d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-300\/40{background-color:#fdba7466}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-300\/50{background-color:#fdba7480}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-300\/60{background-color:#fdba7499}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-300\/70{background-color:#fdba74b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-300\/75{background-color:#fdba74bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-300\/80{background-color:#fdba74cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-300\/90{background-color:#fdba74e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-400{background-color:#fb923c}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-400\/0{background-color:#fb923c00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-400\/10{background-color:#fb923c1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-400\/20{background-color:#fb923c33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-400\/30{background-color:#fb923c4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-400\/40{background-color:#fb923c66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-400\/50{background-color:#fb923c80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-400\/60{background-color:#fb923c99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-400\/70{background-color:#fb923cb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-400\/75{background-color:#fb923cbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-400\/80{background-color:#fb923ccc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-400\/90{background-color:#fb923ce6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-500{background-color:#f97316}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-500\/0{background-color:#f9731600}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-500\/10{background-color:#f973161a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-500\/20{background-color:#f9731633}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-500\/30{background-color:#f973164d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-500\/40{background-color:#f9731666}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-500\/50{background-color:#f9731680}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-500\/60{background-color:#f9731699}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-500\/70{background-color:#f97316b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-500\/75{background-color:#f97316bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-500\/80{background-color:#f97316cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-500\/90{background-color:#f97316e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-600{background-color:#ea580c}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-600\/0{background-color:#ea580c00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-600\/10{background-color:#ea580c1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-600\/20{background-color:#ea580c33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-600\/30{background-color:#ea580c4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-600\/40{background-color:#ea580c66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-600\/50{background-color:#ea580c80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-600\/60{background-color:#ea580c99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-600\/70{background-color:#ea580cb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-600\/75{background-color:#ea580cbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-600\/80{background-color:#ea580ccc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-600\/90{background-color:#ea580ce6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-700{background-color:#c2410c}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-700\/0{background-color:#c2410c00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-700\/10{background-color:#c2410c1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-700\/20{background-color:#c2410c33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-700\/30{background-color:#c2410c4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-700\/40{background-color:#c2410c66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-700\/50{background-color:#c2410c80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-700\/60{background-color:#c2410c99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-700\/70{background-color:#c2410cb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-700\/75{background-color:#c2410cbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-700\/80{background-color:#c2410ccc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-700\/90{background-color:#c2410ce6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-800{background-color:#9a3412}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-800\/0{background-color:#9a341200}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-800\/10{background-color:#9a34121a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-800\/20{background-color:#9a341233}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-800\/30{background-color:#9a34124d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-800\/40{background-color:#9a341266}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-800\/50{background-color:#9a341280}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-800\/60{background-color:#9a341299}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-800\/70{background-color:#9a3412b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-800\/75{background-color:#9a3412bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-800\/80{background-color:#9a3412cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-800\/90{background-color:#9a3412e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-900{background-color:#7c2d12}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-900\/0{background-color:#7c2d1200}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-900\/10{background-color:#7c2d121a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-900\/20{background-color:#7c2d1233}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-900\/30{background-color:#7c2d124d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-900\/40{background-color:#7c2d1266}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-900\/50{background-color:#7c2d1280}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-900\/60{background-color:#7c2d1299}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-900\/70{background-color:#7c2d12b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-900\/75{background-color:#7c2d12bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-900\/80{background-color:#7c2d12cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-900\/90{background-color:#7c2d12e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-950{background-color:#431407}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-950\/0{background-color:#43140700}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-950\/10{background-color:#4314071a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-950\/20{background-color:#43140733}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-950\/30{background-color:#4314074d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-950\/40{background-color:#43140766}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-950\/50{background-color:#43140780}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-950\/60{background-color:#43140799}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-950\/70{background-color:#431407b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-950\/75{background-color:#431407bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-950\/80{background-color:#431407cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-orange-950\/90{background-color:#431407e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-50{background-color:#fffbeb}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-50\/0{background-color:#fffbeb00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-50\/10{background-color:#fffbeb1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-50\/20{background-color:#fffbeb33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-50\/30{background-color:#fffbeb4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-50\/40{background-color:#fffbeb66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-50\/50{background-color:#fffbeb80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-50\/60{background-color:#fffbeb99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-50\/70{background-color:#fffbebb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-50\/75{background-color:#fffbebbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-50\/80{background-color:#fffbebcc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-50\/90{background-color:#fffbebe6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-100{background-color:#fef3c7}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-100\/0{background-color:#fef3c700}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-100\/10{background-color:#fef3c71a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-100\/20{background-color:#fef3c733}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-100\/30{background-color:#fef3c74d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-100\/40{background-color:#fef3c766}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-100\/50{background-color:#fef3c780}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-100\/60{background-color:#fef3c799}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-100\/70{background-color:#fef3c7b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-100\/75{background-color:#fef3c7bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-100\/80{background-color:#fef3c7cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-100\/90{background-color:#fef3c7e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-200{background-color:#fde68a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-200\/0{background-color:#fde68a00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-200\/10{background-color:#fde68a1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-200\/20{background-color:#fde68a33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-200\/30{background-color:#fde68a4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-200\/40{background-color:#fde68a66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-200\/50{background-color:#fde68a80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-200\/60{background-color:#fde68a99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-200\/70{background-color:#fde68ab3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-200\/75{background-color:#fde68abf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-200\/80{background-color:#fde68acc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-200\/90{background-color:#fde68ae6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-300{background-color:#fcd34d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-300\/0{background-color:#fcd34d00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-300\/10{background-color:#fcd34d1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-300\/20{background-color:#fcd34d33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-300\/30{background-color:#fcd34d4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-300\/40{background-color:#fcd34d66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-300\/50{background-color:#fcd34d80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-300\/60{background-color:#fcd34d99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-300\/70{background-color:#fcd34db3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-300\/75{background-color:#fcd34dbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-300\/80{background-color:#fcd34dcc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-300\/90{background-color:#fcd34de6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-400{background-color:#fbbf24}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-400\/0{background-color:#fbbf2400}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-400\/10{background-color:#fbbf241a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-400\/20{background-color:#fbbf2433}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-400\/30{background-color:#fbbf244d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-400\/40{background-color:#fbbf2466}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-400\/50{background-color:#fbbf2480}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-400\/60{background-color:#fbbf2499}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-400\/70{background-color:#fbbf24b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-400\/75{background-color:#fbbf24bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-400\/80{background-color:#fbbf24cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-400\/90{background-color:#fbbf24e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-500{background-color:#f59e0b}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-500\/0{background-color:#f59e0b00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-500\/10{background-color:#f59e0b1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-500\/20{background-color:#f59e0b33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-500\/30{background-color:#f59e0b4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-500\/40{background-color:#f59e0b66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-500\/50{background-color:#f59e0b80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-500\/60{background-color:#f59e0b99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-500\/70{background-color:#f59e0bb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-500\/75{background-color:#f59e0bbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-500\/80{background-color:#f59e0bcc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-500\/90{background-color:#f59e0be6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-600{background-color:#d97706}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-600\/0{background-color:#d9770600}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-600\/10{background-color:#d977061a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-600\/20{background-color:#d9770633}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-600\/30{background-color:#d977064d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-600\/40{background-color:#d9770666}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-600\/50{background-color:#d9770680}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-600\/60{background-color:#d9770699}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-600\/70{background-color:#d97706b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-600\/75{background-color:#d97706bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-600\/80{background-color:#d97706cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-600\/90{background-color:#d97706e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-700{background-color:#b45309}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-700\/0{background-color:#b4530900}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-700\/10{background-color:#b453091a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-700\/20{background-color:#b4530933}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-700\/30{background-color:#b453094d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-700\/40{background-color:#b4530966}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-700\/50{background-color:#b4530980}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-700\/60{background-color:#b4530999}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-700\/70{background-color:#b45309b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-700\/75{background-color:#b45309bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-700\/80{background-color:#b45309cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-700\/90{background-color:#b45309e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-800{background-color:#92400e}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-800\/0{background-color:#92400e00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-800\/10{background-color:#92400e1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-800\/20{background-color:#92400e33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-800\/30{background-color:#92400e4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-800\/40{background-color:#92400e66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-800\/50{background-color:#92400e80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-800\/60{background-color:#92400e99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-800\/70{background-color:#92400eb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-800\/75{background-color:#92400ebf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-800\/80{background-color:#92400ecc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-800\/90{background-color:#92400ee6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-900{background-color:#78350f}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-900\/0{background-color:#78350f00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-900\/10{background-color:#78350f1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-900\/20{background-color:#78350f33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-900\/30{background-color:#78350f4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-900\/40{background-color:#78350f66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-900\/50{background-color:#78350f80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-900\/60{background-color:#78350f99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-900\/70{background-color:#78350fb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-900\/75{background-color:#78350fbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-900\/80{background-color:#78350fcc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-900\/90{background-color:#78350fe6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-950{background-color:#451a03}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-950\/0{background-color:#451a0300}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-950\/10{background-color:#451a031a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-950\/20{background-color:#451a0333}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-950\/30{background-color:#451a034d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-950\/40{background-color:#451a0366}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-950\/50{background-color:#451a0380}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-950\/60{background-color:#451a0399}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-950\/70{background-color:#451a03b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-950\/75{background-color:#451a03bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-950\/80{background-color:#451a03cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-amber-950\/90{background-color:#451a03e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-50{background-color:#fefce8}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-50\/0{background-color:#fefce800}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-50\/10{background-color:#fefce81a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-50\/20{background-color:#fefce833}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-50\/30{background-color:#fefce84d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-50\/40{background-color:#fefce866}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-50\/50{background-color:#fefce880}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-50\/60{background-color:#fefce899}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-50\/70{background-color:#fefce8b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-50\/75{background-color:#fefce8bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-50\/80{background-color:#fefce8cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-50\/90{background-color:#fefce8e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-100{background-color:#fef9c3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-100\/0{background-color:#fef9c300}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-100\/10{background-color:#fef9c31a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-100\/20{background-color:#fef9c333}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-100\/30{background-color:#fef9c34d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-100\/40{background-color:#fef9c366}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-100\/50{background-color:#fef9c380}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-100\/60{background-color:#fef9c399}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-100\/70{background-color:#fef9c3b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-100\/75{background-color:#fef9c3bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-100\/80{background-color:#fef9c3cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-100\/90{background-color:#fef9c3e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-200{background-color:#fef08a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-200\/0{background-color:#fef08a00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-200\/10{background-color:#fef08a1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-200\/20{background-color:#fef08a33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-200\/30{background-color:#fef08a4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-200\/40{background-color:#fef08a66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-200\/50{background-color:#fef08a80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-200\/60{background-color:#fef08a99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-200\/70{background-color:#fef08ab3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-200\/75{background-color:#fef08abf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-200\/80{background-color:#fef08acc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-200\/90{background-color:#fef08ae6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-300{background-color:#fde047}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-300\/0{background-color:#fde04700}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-300\/10{background-color:#fde0471a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-300\/20{background-color:#fde04733}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-300\/30{background-color:#fde0474d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-300\/40{background-color:#fde04766}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-300\/50{background-color:#fde04780}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-300\/60{background-color:#fde04799}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-300\/70{background-color:#fde047b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-300\/75{background-color:#fde047bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-300\/80{background-color:#fde047cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-300\/90{background-color:#fde047e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-400{background-color:#facc15}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-400\/0{background-color:#facc1500}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-400\/10{background-color:#facc151a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-400\/20{background-color:#facc1533}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-400\/30{background-color:#facc154d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-400\/40{background-color:#facc1566}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-400\/50{background-color:#facc1580}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-400\/60{background-color:#facc1599}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-400\/70{background-color:#facc15b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-400\/75{background-color:#facc15bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-400\/80{background-color:#facc15cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-400\/90{background-color:#facc15e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-500{background-color:#eab308}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-500\/0{background-color:#eab30800}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-500\/10{background-color:#eab3081a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-500\/20{background-color:#eab30833}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-500\/30{background-color:#eab3084d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-500\/40{background-color:#eab30866}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-500\/50{background-color:#eab30880}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-500\/60{background-color:#eab30899}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-500\/70{background-color:#eab308b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-500\/75{background-color:#eab308bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-500\/80{background-color:#eab308cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-500\/90{background-color:#eab308e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-600{background-color:#ca8a04}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-600\/0{background-color:#ca8a0400}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-600\/10{background-color:#ca8a041a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-600\/20{background-color:#ca8a0433}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-600\/30{background-color:#ca8a044d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-600\/40{background-color:#ca8a0466}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-600\/50{background-color:#ca8a0480}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-600\/60{background-color:#ca8a0499}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-600\/70{background-color:#ca8a04b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-600\/75{background-color:#ca8a04bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-600\/80{background-color:#ca8a04cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-600\/90{background-color:#ca8a04e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-700{background-color:#a16207}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-700\/0{background-color:#a1620700}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-700\/10{background-color:#a162071a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-700\/20{background-color:#a1620733}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-700\/30{background-color:#a162074d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-700\/40{background-color:#a1620766}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-700\/50{background-color:#a1620780}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-700\/60{background-color:#a1620799}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-700\/70{background-color:#a16207b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-700\/75{background-color:#a16207bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-700\/80{background-color:#a16207cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-700\/90{background-color:#a16207e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-800{background-color:#854d0e}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-800\/0{background-color:#854d0e00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-800\/10{background-color:#854d0e1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-800\/20{background-color:#854d0e33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-800\/30{background-color:#854d0e4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-800\/40{background-color:#854d0e66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-800\/50{background-color:#854d0e80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-800\/60{background-color:#854d0e99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-800\/70{background-color:#854d0eb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-800\/75{background-color:#854d0ebf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-800\/80{background-color:#854d0ecc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-800\/90{background-color:#854d0ee6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-900{background-color:#713f12}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-900\/0{background-color:#713f1200}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-900\/10{background-color:#713f121a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-900\/20{background-color:#713f1233}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-900\/30{background-color:#713f124d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-900\/40{background-color:#713f1266}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-900\/50{background-color:#713f1280}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-900\/60{background-color:#713f1299}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-900\/70{background-color:#713f12b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-900\/75{background-color:#713f12bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-900\/80{background-color:#713f12cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-900\/90{background-color:#713f12e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-950{background-color:#422006}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-950\/0{background-color:#42200600}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-950\/10{background-color:#4220061a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-950\/20{background-color:#42200633}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-950\/30{background-color:#4220064d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-950\/40{background-color:#42200666}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-950\/50{background-color:#42200680}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-950\/60{background-color:#42200699}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-950\/70{background-color:#422006b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-950\/75{background-color:#422006bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-950\/80{background-color:#422006cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-yellow-950\/90{background-color:#422006e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-50{background-color:#f7fee7}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-50\/0{background-color:#f7fee700}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-50\/10{background-color:#f7fee71a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-50\/20{background-color:#f7fee733}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-50\/30{background-color:#f7fee74d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-50\/40{background-color:#f7fee766}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-50\/50{background-color:#f7fee780}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-50\/60{background-color:#f7fee799}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-50\/70{background-color:#f7fee7b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-50\/75{background-color:#f7fee7bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-50\/80{background-color:#f7fee7cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-50\/90{background-color:#f7fee7e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-100{background-color:#ecfccb}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-100\/0{background-color:#ecfccb00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-100\/10{background-color:#ecfccb1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-100\/20{background-color:#ecfccb33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-100\/30{background-color:#ecfccb4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-100\/40{background-color:#ecfccb66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-100\/50{background-color:#ecfccb80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-100\/60{background-color:#ecfccb99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-100\/70{background-color:#ecfccbb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-100\/75{background-color:#ecfccbbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-100\/80{background-color:#ecfccbcc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-100\/90{background-color:#ecfccbe6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-200{background-color:#d9f99d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-200\/0{background-color:#d9f99d00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-200\/10{background-color:#d9f99d1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-200\/20{background-color:#d9f99d33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-200\/30{background-color:#d9f99d4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-200\/40{background-color:#d9f99d66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-200\/50{background-color:#d9f99d80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-200\/60{background-color:#d9f99d99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-200\/70{background-color:#d9f99db3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-200\/75{background-color:#d9f99dbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-200\/80{background-color:#d9f99dcc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-200\/90{background-color:#d9f99de6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-300{background-color:#bef264}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-300\/0{background-color:#bef26400}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-300\/10{background-color:#bef2641a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-300\/20{background-color:#bef26433}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-300\/30{background-color:#bef2644d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-300\/40{background-color:#bef26466}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-300\/50{background-color:#bef26480}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-300\/60{background-color:#bef26499}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-300\/70{background-color:#bef264b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-300\/75{background-color:#bef264bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-300\/80{background-color:#bef264cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-300\/90{background-color:#bef264e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-400{background-color:#a3e635}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-400\/0{background-color:#a3e63500}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-400\/10{background-color:#a3e6351a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-400\/20{background-color:#a3e63533}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-400\/30{background-color:#a3e6354d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-400\/40{background-color:#a3e63566}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-400\/50{background-color:#a3e63580}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-400\/60{background-color:#a3e63599}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-400\/70{background-color:#a3e635b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-400\/75{background-color:#a3e635bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-400\/80{background-color:#a3e635cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-400\/90{background-color:#a3e635e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-500{background-color:#84cc16}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-500\/0{background-color:#84cc1600}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-500\/10{background-color:#84cc161a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-500\/20{background-color:#84cc1633}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-500\/30{background-color:#84cc164d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-500\/40{background-color:#84cc1666}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-500\/50{background-color:#84cc1680}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-500\/60{background-color:#84cc1699}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-500\/70{background-color:#84cc16b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-500\/75{background-color:#84cc16bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-500\/80{background-color:#84cc16cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-500\/90{background-color:#84cc16e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-600{background-color:#65a30d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-600\/0{background-color:#65a30d00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-600\/10{background-color:#65a30d1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-600\/20{background-color:#65a30d33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-600\/30{background-color:#65a30d4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-600\/40{background-color:#65a30d66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-600\/50{background-color:#65a30d80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-600\/60{background-color:#65a30d99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-600\/70{background-color:#65a30db3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-600\/75{background-color:#65a30dbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-600\/80{background-color:#65a30dcc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-600\/90{background-color:#65a30de6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-700{background-color:#4d7c0f}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-700\/0{background-color:#4d7c0f00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-700\/10{background-color:#4d7c0f1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-700\/20{background-color:#4d7c0f33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-700\/30{background-color:#4d7c0f4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-700\/40{background-color:#4d7c0f66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-700\/50{background-color:#4d7c0f80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-700\/60{background-color:#4d7c0f99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-700\/70{background-color:#4d7c0fb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-700\/75{background-color:#4d7c0fbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-700\/80{background-color:#4d7c0fcc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-700\/90{background-color:#4d7c0fe6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-800{background-color:#3f6212}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-800\/0{background-color:#3f621200}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-800\/10{background-color:#3f62121a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-800\/20{background-color:#3f621233}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-800\/30{background-color:#3f62124d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-800\/40{background-color:#3f621266}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-800\/50{background-color:#3f621280}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-800\/60{background-color:#3f621299}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-800\/70{background-color:#3f6212b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-800\/75{background-color:#3f6212bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-800\/80{background-color:#3f6212cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-800\/90{background-color:#3f6212e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-900{background-color:#365314}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-900\/0{background-color:#36531400}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-900\/10{background-color:#3653141a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-900\/20{background-color:#36531433}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-900\/30{background-color:#3653144d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-900\/40{background-color:#36531466}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-900\/50{background-color:#36531480}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-900\/60{background-color:#36531499}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-900\/70{background-color:#365314b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-900\/75{background-color:#365314bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-900\/80{background-color:#365314cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-900\/90{background-color:#365314e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-950{background-color:#1a2e05}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-950\/0{background-color:#1a2e0500}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-950\/10{background-color:#1a2e051a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-950\/20{background-color:#1a2e0533}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-950\/30{background-color:#1a2e054d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-950\/40{background-color:#1a2e0566}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-950\/50{background-color:#1a2e0580}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-950\/60{background-color:#1a2e0599}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-950\/70{background-color:#1a2e05b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-950\/75{background-color:#1a2e05bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-950\/80{background-color:#1a2e05cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-lime-950\/90{background-color:#1a2e05e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-50{background-color:#f0fdf4}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-50\/0{background-color:#f0fdf400}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-50\/10{background-color:#f0fdf41a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-50\/20{background-color:#f0fdf433}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-50\/30{background-color:#f0fdf44d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-50\/40{background-color:#f0fdf466}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-50\/50{background-color:#f0fdf480}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-50\/60{background-color:#f0fdf499}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-50\/70{background-color:#f0fdf4b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-50\/75{background-color:#f0fdf4bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-50\/80{background-color:#f0fdf4cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-50\/90{background-color:#f0fdf4e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-100{background-color:#dcfce7}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-100\/0{background-color:#dcfce700}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-100\/10{background-color:#dcfce71a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-100\/20{background-color:#dcfce733}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-100\/30{background-color:#dcfce74d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-100\/40{background-color:#dcfce766}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-100\/50{background-color:#dcfce780}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-100\/60{background-color:#dcfce799}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-100\/70{background-color:#dcfce7b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-100\/75{background-color:#dcfce7bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-100\/80{background-color:#dcfce7cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-100\/90{background-color:#dcfce7e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-200{background-color:#bbf7d0}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-200\/0{background-color:#bbf7d000}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-200\/10{background-color:#bbf7d01a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-200\/20{background-color:#bbf7d033}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-200\/30{background-color:#bbf7d04d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-200\/40{background-color:#bbf7d066}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-200\/50{background-color:#bbf7d080}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-200\/60{background-color:#bbf7d099}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-200\/70{background-color:#bbf7d0b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-200\/75{background-color:#bbf7d0bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-200\/80{background-color:#bbf7d0cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-200\/90{background-color:#bbf7d0e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-300{background-color:#86efac}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-300\/0{background-color:#86efac00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-300\/10{background-color:#86efac1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-300\/20{background-color:#86efac33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-300\/30{background-color:#86efac4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-300\/40{background-color:#86efac66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-300\/50{background-color:#86efac80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-300\/60{background-color:#86efac99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-300\/70{background-color:#86efacb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-300\/75{background-color:#86efacbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-300\/80{background-color:#86efaccc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-300\/90{background-color:#86eface6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-400{background-color:#4ade80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-400\/0{background-color:#4ade8000}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-400\/10{background-color:#4ade801a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-400\/20{background-color:#4ade8033}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-400\/30{background-color:#4ade804d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-400\/40{background-color:#4ade8066}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-400\/50{background-color:#4ade8080}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-400\/60{background-color:#4ade8099}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-400\/70{background-color:#4ade80b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-400\/75{background-color:#4ade80bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-400\/80{background-color:#4ade80cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-400\/90{background-color:#4ade80e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-500{background-color:#22c55e}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-500\/0{background-color:#22c55e00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-500\/10{background-color:#22c55e1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-500\/20{background-color:#22c55e33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-500\/30{background-color:#22c55e4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-500\/40{background-color:#22c55e66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-500\/50{background-color:#22c55e80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-500\/60{background-color:#22c55e99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-500\/70{background-color:#22c55eb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-500\/75{background-color:#22c55ebf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-500\/80{background-color:#22c55ecc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-500\/90{background-color:#22c55ee6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-600{background-color:#16a34a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-600\/0{background-color:#16a34a00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-600\/10{background-color:#16a34a1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-600\/20{background-color:#16a34a33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-600\/30{background-color:#16a34a4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-600\/40{background-color:#16a34a66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-600\/50{background-color:#16a34a80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-600\/60{background-color:#16a34a99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-600\/70{background-color:#16a34ab3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-600\/75{background-color:#16a34abf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-600\/80{background-color:#16a34acc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-600\/90{background-color:#16a34ae6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-700{background-color:#15803d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-700\/0{background-color:#15803d00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-700\/10{background-color:#15803d1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-700\/20{background-color:#15803d33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-700\/30{background-color:#15803d4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-700\/40{background-color:#15803d66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-700\/50{background-color:#15803d80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-700\/60{background-color:#15803d99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-700\/70{background-color:#15803db3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-700\/75{background-color:#15803dbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-700\/80{background-color:#15803dcc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-700\/90{background-color:#15803de6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-800{background-color:#166534}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-800\/0{background-color:#16653400}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-800\/10{background-color:#1665341a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-800\/20{background-color:#16653433}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-800\/30{background-color:#1665344d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-800\/40{background-color:#16653466}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-800\/50{background-color:#16653480}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-800\/60{background-color:#16653499}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-800\/70{background-color:#166534b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-800\/75{background-color:#166534bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-800\/80{background-color:#166534cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-800\/90{background-color:#166534e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-900{background-color:#14532d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-900\/0{background-color:#14532d00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-900\/10{background-color:#14532d1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-900\/20{background-color:#14532d33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-900\/30{background-color:#14532d4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-900\/40{background-color:#14532d66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-900\/50{background-color:#14532d80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-900\/60{background-color:#14532d99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-900\/70{background-color:#14532db3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-900\/75{background-color:#14532dbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-900\/80{background-color:#14532dcc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-900\/90{background-color:#14532de6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-950{background-color:#052e16}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-950\/0{background-color:#052e1600}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-950\/10{background-color:#052e161a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-950\/20{background-color:#052e1633}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-950\/30{background-color:#052e164d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-950\/40{background-color:#052e1666}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-950\/50{background-color:#052e1680}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-950\/60{background-color:#052e1699}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-950\/70{background-color:#052e16b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-950\/75{background-color:#052e16bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-950\/80{background-color:#052e16cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-green-950\/90{background-color:#052e16e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-50{background-color:#ecfdf5}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-50\/0{background-color:#ecfdf500}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-50\/10{background-color:#ecfdf51a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-50\/20{background-color:#ecfdf533}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-50\/30{background-color:#ecfdf54d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-50\/40{background-color:#ecfdf566}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-50\/50{background-color:#ecfdf580}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-50\/60{background-color:#ecfdf599}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-50\/70{background-color:#ecfdf5b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-50\/75{background-color:#ecfdf5bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-50\/80{background-color:#ecfdf5cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-50\/90{background-color:#ecfdf5e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-100{background-color:#d1fae5}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-100\/0{background-color:#d1fae500}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-100\/10{background-color:#d1fae51a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-100\/20{background-color:#d1fae533}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-100\/30{background-color:#d1fae54d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-100\/40{background-color:#d1fae566}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-100\/50{background-color:#d1fae580}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-100\/60{background-color:#d1fae599}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-100\/70{background-color:#d1fae5b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-100\/75{background-color:#d1fae5bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-100\/80{background-color:#d1fae5cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-100\/90{background-color:#d1fae5e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-200{background-color:#a7f3d0}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-200\/0{background-color:#a7f3d000}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-200\/10{background-color:#a7f3d01a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-200\/20{background-color:#a7f3d033}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-200\/30{background-color:#a7f3d04d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-200\/40{background-color:#a7f3d066}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-200\/50{background-color:#a7f3d080}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-200\/60{background-color:#a7f3d099}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-200\/70{background-color:#a7f3d0b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-200\/75{background-color:#a7f3d0bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-200\/80{background-color:#a7f3d0cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-200\/90{background-color:#a7f3d0e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-300{background-color:#6ee7b7}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-300\/0{background-color:#6ee7b700}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-300\/10{background-color:#6ee7b71a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-300\/20{background-color:#6ee7b733}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-300\/30{background-color:#6ee7b74d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-300\/40{background-color:#6ee7b766}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-300\/50{background-color:#6ee7b780}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-300\/60{background-color:#6ee7b799}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-300\/70{background-color:#6ee7b7b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-300\/75{background-color:#6ee7b7bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-300\/80{background-color:#6ee7b7cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-300\/90{background-color:#6ee7b7e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-400{background-color:#34d399}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-400\/0{background-color:#34d39900}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-400\/10{background-color:#34d3991a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-400\/20{background-color:#34d39933}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-400\/30{background-color:#34d3994d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-400\/40{background-color:#34d39966}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-400\/50{background-color:#34d39980}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-400\/60{background-color:#34d39999}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-400\/70{background-color:#34d399b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-400\/75{background-color:#34d399bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-400\/80{background-color:#34d399cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-400\/90{background-color:#34d399e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-500{background-color:#10b981}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-500\/0{background-color:#10b98100}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-500\/10{background-color:#10b9811a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-500\/20{background-color:#10b98133}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-500\/30{background-color:#10b9814d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-500\/40{background-color:#10b98166}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-500\/50{background-color:#10b98180}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-500\/60{background-color:#10b98199}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-500\/70{background-color:#10b981b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-500\/75{background-color:#10b981bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-500\/80{background-color:#10b981cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-500\/90{background-color:#10b981e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-600{background-color:#059669}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-600\/0{background-color:#05966900}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-600\/10{background-color:#0596691a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-600\/20{background-color:#05966933}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-600\/30{background-color:#0596694d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-600\/40{background-color:#05966966}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-600\/50{background-color:#05966980}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-600\/60{background-color:#05966999}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-600\/70{background-color:#059669b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-600\/75{background-color:#059669bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-600\/80{background-color:#059669cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-600\/90{background-color:#059669e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-700{background-color:#047857}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-700\/0{background-color:#04785700}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-700\/10{background-color:#0478571a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-700\/20{background-color:#04785733}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-700\/30{background-color:#0478574d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-700\/40{background-color:#04785766}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-700\/50{background-color:#04785780}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-700\/60{background-color:#04785799}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-700\/70{background-color:#047857b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-700\/75{background-color:#047857bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-700\/80{background-color:#047857cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-700\/90{background-color:#047857e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-800{background-color:#065f46}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-800\/0{background-color:#065f4600}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-800\/10{background-color:#065f461a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-800\/20{background-color:#065f4633}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-800\/30{background-color:#065f464d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-800\/40{background-color:#065f4666}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-800\/50{background-color:#065f4680}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-800\/60{background-color:#065f4699}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-800\/70{background-color:#065f46b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-800\/75{background-color:#065f46bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-800\/80{background-color:#065f46cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-800\/90{background-color:#065f46e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-900{background-color:#064e3b}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-900\/0{background-color:#064e3b00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-900\/10{background-color:#064e3b1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-900\/20{background-color:#064e3b33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-900\/30{background-color:#064e3b4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-900\/40{background-color:#064e3b66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-900\/50{background-color:#064e3b80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-900\/60{background-color:#064e3b99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-900\/70{background-color:#064e3bb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-900\/75{background-color:#064e3bbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-900\/80{background-color:#064e3bcc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-900\/90{background-color:#064e3be6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-950{background-color:#022c22}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-950\/0{background-color:#022c2200}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-950\/10{background-color:#022c221a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-950\/20{background-color:#022c2233}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-950\/30{background-color:#022c224d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-950\/40{background-color:#022c2266}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-950\/50{background-color:#022c2280}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-950\/60{background-color:#022c2299}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-950\/70{background-color:#022c22b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-950\/75{background-color:#022c22bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-950\/80{background-color:#022c22cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-emerald-950\/90{background-color:#022c22e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-50{background-color:#f0fdfa}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-50\/0{background-color:#f0fdfa00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-50\/10{background-color:#f0fdfa1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-50\/20{background-color:#f0fdfa33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-50\/30{background-color:#f0fdfa4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-50\/40{background-color:#f0fdfa66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-50\/50{background-color:#f0fdfa80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-50\/60{background-color:#f0fdfa99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-50\/70{background-color:#f0fdfab3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-50\/75{background-color:#f0fdfabf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-50\/80{background-color:#f0fdfacc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-50\/90{background-color:#f0fdfae6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-100{background-color:#ccfbf1}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-100\/0{background-color:#ccfbf100}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-100\/10{background-color:#ccfbf11a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-100\/20{background-color:#ccfbf133}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-100\/30{background-color:#ccfbf14d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-100\/40{background-color:#ccfbf166}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-100\/50{background-color:#ccfbf180}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-100\/60{background-color:#ccfbf199}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-100\/70{background-color:#ccfbf1b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-100\/75{background-color:#ccfbf1bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-100\/80{background-color:#ccfbf1cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-100\/90{background-color:#ccfbf1e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-200{background-color:#99f6e4}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-200\/0{background-color:#99f6e400}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-200\/10{background-color:#99f6e41a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-200\/20{background-color:#99f6e433}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-200\/30{background-color:#99f6e44d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-200\/40{background-color:#99f6e466}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-200\/50{background-color:#99f6e480}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-200\/60{background-color:#99f6e499}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-200\/70{background-color:#99f6e4b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-200\/75{background-color:#99f6e4bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-200\/80{background-color:#99f6e4cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-200\/90{background-color:#99f6e4e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-300{background-color:#5eead4}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-300\/0{background-color:#5eead400}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-300\/10{background-color:#5eead41a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-300\/20{background-color:#5eead433}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-300\/30{background-color:#5eead44d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-300\/40{background-color:#5eead466}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-300\/50{background-color:#5eead480}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-300\/60{background-color:#5eead499}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-300\/70{background-color:#5eead4b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-300\/75{background-color:#5eead4bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-300\/80{background-color:#5eead4cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-300\/90{background-color:#5eead4e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-400{background-color:#2dd4bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-400\/0{background-color:#2dd4bf00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-400\/10{background-color:#2dd4bf1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-400\/20{background-color:#2dd4bf33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-400\/30{background-color:#2dd4bf4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-400\/40{background-color:#2dd4bf66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-400\/50{background-color:#2dd4bf80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-400\/60{background-color:#2dd4bf99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-400\/70{background-color:#2dd4bfb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-400\/75{background-color:#2dd4bfbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-400\/80{background-color:#2dd4bfcc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-400\/90{background-color:#2dd4bfe6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-500{background-color:#14b8a6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-500\/0{background-color:#14b8a600}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-500\/10{background-color:#14b8a61a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-500\/20{background-color:#14b8a633}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-500\/30{background-color:#14b8a64d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-500\/40{background-color:#14b8a666}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-500\/50{background-color:#14b8a680}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-500\/60{background-color:#14b8a699}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-500\/70{background-color:#14b8a6b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-500\/75{background-color:#14b8a6bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-500\/80{background-color:#14b8a6cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-500\/90{background-color:#14b8a6e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-600{background-color:#0d9488}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-600\/0{background-color:#0d948800}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-600\/10{background-color:#0d94881a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-600\/20{background-color:#0d948833}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-600\/30{background-color:#0d94884d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-600\/40{background-color:#0d948866}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-600\/50{background-color:#0d948880}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-600\/60{background-color:#0d948899}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-600\/70{background-color:#0d9488b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-600\/75{background-color:#0d9488bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-600\/80{background-color:#0d9488cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-600\/90{background-color:#0d9488e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-700{background-color:#0f766e}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-700\/0{background-color:#0f766e00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-700\/10{background-color:#0f766e1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-700\/20{background-color:#0f766e33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-700\/30{background-color:#0f766e4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-700\/40{background-color:#0f766e66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-700\/50{background-color:#0f766e80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-700\/60{background-color:#0f766e99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-700\/70{background-color:#0f766eb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-700\/75{background-color:#0f766ebf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-700\/80{background-color:#0f766ecc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-700\/90{background-color:#0f766ee6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-800{background-color:#115e59}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-800\/0{background-color:#115e5900}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-800\/10{background-color:#115e591a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-800\/20{background-color:#115e5933}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-800\/30{background-color:#115e594d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-800\/40{background-color:#115e5966}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-800\/50{background-color:#115e5980}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-800\/60{background-color:#115e5999}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-800\/70{background-color:#115e59b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-800\/75{background-color:#115e59bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-800\/80{background-color:#115e59cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-800\/90{background-color:#115e59e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-900{background-color:#134e4a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-900\/0{background-color:#134e4a00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-900\/10{background-color:#134e4a1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-900\/20{background-color:#134e4a33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-900\/30{background-color:#134e4a4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-900\/40{background-color:#134e4a66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-900\/50{background-color:#134e4a80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-900\/60{background-color:#134e4a99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-900\/70{background-color:#134e4ab3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-900\/75{background-color:#134e4abf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-900\/80{background-color:#134e4acc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-900\/90{background-color:#134e4ae6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-950{background-color:#042f2e}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-950\/0{background-color:#042f2e00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-950\/10{background-color:#042f2e1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-950\/20{background-color:#042f2e33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-950\/30{background-color:#042f2e4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-950\/40{background-color:#042f2e66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-950\/50{background-color:#042f2e80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-950\/60{background-color:#042f2e99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-950\/70{background-color:#042f2eb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-950\/75{background-color:#042f2ebf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-950\/80{background-color:#042f2ecc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-teal-950\/90{background-color:#042f2ee6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-50{background-color:#ecfeff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-50\/0{background-color:#ecfeff00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-50\/10{background-color:#ecfeff1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-50\/20{background-color:#ecfeff33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-50\/30{background-color:#ecfeff4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-50\/40{background-color:#ecfeff66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-50\/50{background-color:#ecfeff80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-50\/60{background-color:#ecfeff99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-50\/70{background-color:#ecfeffb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-50\/75{background-color:#ecfeffbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-50\/80{background-color:#ecfeffcc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-50\/90{background-color:#ecfeffe6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-100{background-color:#cffafe}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-100\/0{background-color:#cffafe00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-100\/10{background-color:#cffafe1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-100\/20{background-color:#cffafe33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-100\/30{background-color:#cffafe4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-100\/40{background-color:#cffafe66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-100\/50{background-color:#cffafe80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-100\/60{background-color:#cffafe99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-100\/70{background-color:#cffafeb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-100\/75{background-color:#cffafebf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-100\/80{background-color:#cffafecc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-100\/90{background-color:#cffafee6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-200{background-color:#a5f3fc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-200\/0{background-color:#a5f3fc00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-200\/10{background-color:#a5f3fc1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-200\/20{background-color:#a5f3fc33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-200\/30{background-color:#a5f3fc4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-200\/40{background-color:#a5f3fc66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-200\/50{background-color:#a5f3fc80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-200\/60{background-color:#a5f3fc99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-200\/70{background-color:#a5f3fcb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-200\/75{background-color:#a5f3fcbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-200\/80{background-color:#a5f3fccc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-200\/90{background-color:#a5f3fce6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-300{background-color:#67e8f9}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-300\/0{background-color:#67e8f900}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-300\/10{background-color:#67e8f91a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-300\/20{background-color:#67e8f933}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-300\/30{background-color:#67e8f94d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-300\/40{background-color:#67e8f966}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-300\/50{background-color:#67e8f980}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-300\/60{background-color:#67e8f999}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-300\/70{background-color:#67e8f9b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-300\/75{background-color:#67e8f9bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-300\/80{background-color:#67e8f9cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-300\/90{background-color:#67e8f9e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-400{background-color:#22d3ee}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-400\/0{background-color:#22d3ee00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-400\/10{background-color:#22d3ee1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-400\/20{background-color:#22d3ee33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-400\/30{background-color:#22d3ee4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-400\/40{background-color:#22d3ee66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-400\/50{background-color:#22d3ee80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-400\/60{background-color:#22d3ee99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-400\/70{background-color:#22d3eeb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-400\/75{background-color:#22d3eebf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-400\/80{background-color:#22d3eecc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-400\/90{background-color:#22d3eee6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-500{background-color:#06b6d4}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-500\/0{background-color:#06b6d400}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-500\/10{background-color:#06b6d41a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-500\/20{background-color:#06b6d433}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-500\/30{background-color:#06b6d44d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-500\/40{background-color:#06b6d466}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-500\/50{background-color:#06b6d480}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-500\/60{background-color:#06b6d499}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-500\/70{background-color:#06b6d4b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-500\/75{background-color:#06b6d4bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-500\/80{background-color:#06b6d4cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-500\/90{background-color:#06b6d4e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-600{background-color:#0891b2}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-600\/0{background-color:#0891b200}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-600\/10{background-color:#0891b21a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-600\/20{background-color:#0891b233}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-600\/30{background-color:#0891b24d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-600\/40{background-color:#0891b266}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-600\/50{background-color:#0891b280}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-600\/60{background-color:#0891b299}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-600\/70{background-color:#0891b2b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-600\/75{background-color:#0891b2bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-600\/80{background-color:#0891b2cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-600\/90{background-color:#0891b2e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-700{background-color:#0e7490}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-700\/0{background-color:#0e749000}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-700\/10{background-color:#0e74901a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-700\/20{background-color:#0e749033}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-700\/30{background-color:#0e74904d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-700\/40{background-color:#0e749066}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-700\/50{background-color:#0e749080}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-700\/60{background-color:#0e749099}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-700\/70{background-color:#0e7490b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-700\/75{background-color:#0e7490bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-700\/80{background-color:#0e7490cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-700\/90{background-color:#0e7490e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-800{background-color:#155e75}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-800\/0{background-color:#155e7500}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-800\/10{background-color:#155e751a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-800\/20{background-color:#155e7533}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-800\/30{background-color:#155e754d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-800\/40{background-color:#155e7566}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-800\/50{background-color:#155e7580}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-800\/60{background-color:#155e7599}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-800\/70{background-color:#155e75b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-800\/75{background-color:#155e75bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-800\/80{background-color:#155e75cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-800\/90{background-color:#155e75e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-900{background-color:#164e63}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-900\/0{background-color:#164e6300}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-900\/10{background-color:#164e631a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-900\/20{background-color:#164e6333}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-900\/30{background-color:#164e634d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-900\/40{background-color:#164e6366}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-900\/50{background-color:#164e6380}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-900\/60{background-color:#164e6399}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-900\/70{background-color:#164e63b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-900\/75{background-color:#164e63bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-900\/80{background-color:#164e63cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-900\/90{background-color:#164e63e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-950{background-color:#083344}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-950\/0{background-color:#08334400}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-950\/10{background-color:#0833441a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-950\/20{background-color:#08334433}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-950\/30{background-color:#0833444d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-950\/40{background-color:#08334466}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-950\/50{background-color:#08334480}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-950\/60{background-color:#08334499}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-950\/70{background-color:#083344b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-950\/75{background-color:#083344bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-950\/80{background-color:#083344cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cyan-950\/90{background-color:#083344e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-50{background-color:#f0f9ff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-50\/0{background-color:#f0f9ff00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-50\/10{background-color:#f0f9ff1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-50\/20{background-color:#f0f9ff33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-50\/30{background-color:#f0f9ff4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-50\/40{background-color:#f0f9ff66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-50\/50{background-color:#f0f9ff80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-50\/60{background-color:#f0f9ff99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-50\/70{background-color:#f0f9ffb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-50\/75{background-color:#f0f9ffbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-50\/80{background-color:#f0f9ffcc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-50\/90{background-color:#f0f9ffe6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-100{background-color:#e0f2fe}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-100\/0{background-color:#e0f2fe00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-100\/10{background-color:#e0f2fe1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-100\/20{background-color:#e0f2fe33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-100\/30{background-color:#e0f2fe4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-100\/40{background-color:#e0f2fe66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-100\/50{background-color:#e0f2fe80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-100\/60{background-color:#e0f2fe99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-100\/70{background-color:#e0f2feb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-100\/75{background-color:#e0f2febf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-100\/80{background-color:#e0f2fecc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-100\/90{background-color:#e0f2fee6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-200{background-color:#bae6fd}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-200\/0{background-color:#bae6fd00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-200\/10{background-color:#bae6fd1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-200\/20{background-color:#bae6fd33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-200\/30{background-color:#bae6fd4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-200\/40{background-color:#bae6fd66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-200\/50{background-color:#bae6fd80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-200\/60{background-color:#bae6fd99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-200\/70{background-color:#bae6fdb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-200\/75{background-color:#bae6fdbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-200\/80{background-color:#bae6fdcc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-200\/90{background-color:#bae6fde6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-300{background-color:#7dd3fc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-300\/0{background-color:#7dd3fc00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-300\/10{background-color:#7dd3fc1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-300\/20{background-color:#7dd3fc33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-300\/30{background-color:#7dd3fc4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-300\/40{background-color:#7dd3fc66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-300\/50{background-color:#7dd3fc80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-300\/60{background-color:#7dd3fc99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-300\/70{background-color:#7dd3fcb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-300\/75{background-color:#7dd3fcbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-300\/80{background-color:#7dd3fccc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-300\/90{background-color:#7dd3fce6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-400{background-color:#38bdf8}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-400\/0{background-color:#38bdf800}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-400\/10{background-color:#38bdf81a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-400\/20{background-color:#38bdf833}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-400\/30{background-color:#38bdf84d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-400\/40{background-color:#38bdf866}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-400\/50{background-color:#38bdf880}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-400\/60{background-color:#38bdf899}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-400\/70{background-color:#38bdf8b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-400\/75{background-color:#38bdf8bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-400\/80{background-color:#38bdf8cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-400\/90{background-color:#38bdf8e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-500{background-color:#0ea5e9}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-500\/0{background-color:#0ea5e900}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-500\/10{background-color:#0ea5e91a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-500\/20{background-color:#0ea5e933}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-500\/30{background-color:#0ea5e94d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-500\/40{background-color:#0ea5e966}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-500\/50{background-color:#0ea5e980}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-500\/60{background-color:#0ea5e999}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-500\/70{background-color:#0ea5e9b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-500\/75{background-color:#0ea5e9bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-500\/80{background-color:#0ea5e9cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-500\/90{background-color:#0ea5e9e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-600{background-color:#0284c7}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-600\/0{background-color:#0284c700}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-600\/10{background-color:#0284c71a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-600\/20{background-color:#0284c733}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-600\/30{background-color:#0284c74d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-600\/40{background-color:#0284c766}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-600\/50{background-color:#0284c780}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-600\/60{background-color:#0284c799}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-600\/70{background-color:#0284c7b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-600\/75{background-color:#0284c7bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-600\/80{background-color:#0284c7cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-600\/90{background-color:#0284c7e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-700{background-color:#0369a1}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-700\/0{background-color:#0369a100}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-700\/10{background-color:#0369a11a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-700\/20{background-color:#0369a133}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-700\/30{background-color:#0369a14d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-700\/40{background-color:#0369a166}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-700\/50{background-color:#0369a180}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-700\/60{background-color:#0369a199}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-700\/70{background-color:#0369a1b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-700\/75{background-color:#0369a1bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-700\/80{background-color:#0369a1cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-700\/90{background-color:#0369a1e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-800{background-color:#075985}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-800\/0{background-color:#07598500}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-800\/10{background-color:#0759851a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-800\/20{background-color:#07598533}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-800\/30{background-color:#0759854d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-800\/40{background-color:#07598566}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-800\/50{background-color:#07598580}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-800\/60{background-color:#07598599}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-800\/70{background-color:#075985b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-800\/75{background-color:#075985bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-800\/80{background-color:#075985cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-800\/90{background-color:#075985e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-900{background-color:#0c4a6e}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-900\/0{background-color:#0c4a6e00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-900\/10{background-color:#0c4a6e1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-900\/20{background-color:#0c4a6e33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-900\/30{background-color:#0c4a6e4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-900\/40{background-color:#0c4a6e66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-900\/50{background-color:#0c4a6e80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-900\/60{background-color:#0c4a6e99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-900\/70{background-color:#0c4a6eb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-900\/75{background-color:#0c4a6ebf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-900\/80{background-color:#0c4a6ecc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-900\/90{background-color:#0c4a6ee6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-950{background-color:#082f49}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-950\/0{background-color:#082f4900}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-950\/10{background-color:#082f491a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-950\/20{background-color:#082f4933}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-950\/30{background-color:#082f494d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-950\/40{background-color:#082f4966}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-950\/50{background-color:#082f4980}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-950\/60{background-color:#082f4999}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-950\/70{background-color:#082f49b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-950\/75{background-color:#082f49bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-950\/80{background-color:#082f49cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-sky-950\/90{background-color:#082f49e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-50{background-color:#eff6ff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-50\/0{background-color:#eff6ff00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-50\/10{background-color:#eff6ff1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-50\/20{background-color:#eff6ff33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-50\/30{background-color:#eff6ff4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-50\/40{background-color:#eff6ff66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-50\/50{background-color:#eff6ff80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-50\/60{background-color:#eff6ff99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-50\/70{background-color:#eff6ffb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-50\/75{background-color:#eff6ffbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-50\/80{background-color:#eff6ffcc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-50\/90{background-color:#eff6ffe6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-100{background-color:#dbeafe}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-100\/0{background-color:#dbeafe00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-100\/10{background-color:#dbeafe1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-100\/20{background-color:#dbeafe33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-100\/30{background-color:#dbeafe4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-100\/40{background-color:#dbeafe66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-100\/50{background-color:#dbeafe80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-100\/60{background-color:#dbeafe99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-100\/70{background-color:#dbeafeb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-100\/75{background-color:#dbeafebf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-100\/80{background-color:#dbeafecc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-100\/90{background-color:#dbeafee6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-200{background-color:#bfdbfe}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-200\/0{background-color:#bfdbfe00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-200\/10{background-color:#bfdbfe1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-200\/20{background-color:#bfdbfe33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-200\/30{background-color:#bfdbfe4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-200\/40{background-color:#bfdbfe66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-200\/50{background-color:#bfdbfe80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-200\/60{background-color:#bfdbfe99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-200\/70{background-color:#bfdbfeb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-200\/75{background-color:#bfdbfebf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-200\/80{background-color:#bfdbfecc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-200\/90{background-color:#bfdbfee6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-300{background-color:#93c5fd}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-300\/0{background-color:#93c5fd00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-300\/10{background-color:#93c5fd1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-300\/20{background-color:#93c5fd33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-300\/30{background-color:#93c5fd4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-300\/40{background-color:#93c5fd66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-300\/50{background-color:#93c5fd80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-300\/60{background-color:#93c5fd99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-300\/70{background-color:#93c5fdb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-300\/75{background-color:#93c5fdbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-300\/80{background-color:#93c5fdcc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-300\/90{background-color:#93c5fde6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-400{background-color:#60a5fa}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-400\/0{background-color:#60a5fa00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-400\/10{background-color:#60a5fa1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-400\/20{background-color:#60a5fa33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-400\/30{background-color:#60a5fa4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-400\/40{background-color:#60a5fa66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-400\/50{background-color:#60a5fa80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-400\/60{background-color:#60a5fa99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-400\/70{background-color:#60a5fab3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-400\/75{background-color:#60a5fabf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-400\/80{background-color:#60a5facc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-400\/90{background-color:#60a5fae6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-500{background-color:#3b82f6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-500\/0{background-color:#3b82f600}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-500\/10{background-color:#3b82f61a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-500\/20{background-color:#3b82f633}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-500\/30{background-color:#3b82f64d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-500\/40{background-color:#3b82f666}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-500\/50{background-color:#3b82f680}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-500\/60{background-color:#3b82f699}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-500\/70{background-color:#3b82f6b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-500\/75{background-color:#3b82f6bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-500\/80{background-color:#3b82f6cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-500\/90{background-color:#3b82f6e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-600{background-color:#2563eb}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-600\/0{background-color:#2563eb00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-600\/10{background-color:#2563eb1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-600\/20{background-color:#2563eb33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-600\/30{background-color:#2563eb4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-600\/40{background-color:#2563eb66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-600\/50{background-color:#2563eb80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-600\/60{background-color:#2563eb99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-600\/70{background-color:#2563ebb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-600\/75{background-color:#2563ebbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-600\/80{background-color:#2563ebcc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-600\/90{background-color:#2563ebe6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-700{background-color:#1d4ed8}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-700\/0{background-color:#1d4ed800}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-700\/10{background-color:#1d4ed81a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-700\/20{background-color:#1d4ed833}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-700\/30{background-color:#1d4ed84d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-700\/40{background-color:#1d4ed866}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-700\/50{background-color:#1d4ed880}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-700\/60{background-color:#1d4ed899}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-700\/70{background-color:#1d4ed8b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-700\/75{background-color:#1d4ed8bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-700\/80{background-color:#1d4ed8cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-700\/90{background-color:#1d4ed8e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-800{background-color:#1e40af}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-800\/0{background-color:#1e40af00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-800\/10{background-color:#1e40af1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-800\/20{background-color:#1e40af33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-800\/30{background-color:#1e40af4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-800\/40{background-color:#1e40af66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-800\/50{background-color:#1e40af80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-800\/60{background-color:#1e40af99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-800\/70{background-color:#1e40afb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-800\/75{background-color:#1e40afbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-800\/80{background-color:#1e40afcc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-800\/90{background-color:#1e40afe6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-900{background-color:#1e3a8a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-900\/0{background-color:#1e3a8a00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-900\/10{background-color:#1e3a8a1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-900\/20{background-color:#1e3a8a33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-900\/30{background-color:#1e3a8a4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-900\/40{background-color:#1e3a8a66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-900\/50{background-color:#1e3a8a80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-900\/60{background-color:#1e3a8a99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-900\/70{background-color:#1e3a8ab3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-900\/75{background-color:#1e3a8abf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-900\/80{background-color:#1e3a8acc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-900\/90{background-color:#1e3a8ae6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-950{background-color:#172554}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-950\/0{background-color:#17255400}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-950\/10{background-color:#1725541a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-950\/20{background-color:#17255433}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-950\/30{background-color:#1725544d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-950\/40{background-color:#17255466}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-950\/50{background-color:#17255480}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-950\/60{background-color:#17255499}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-950\/70{background-color:#172554b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-950\/75{background-color:#172554bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-950\/80{background-color:#172554cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-blue-950\/90{background-color:#172554e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-50{background-color:#eef2ff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-50\/0{background-color:#eef2ff00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-50\/10{background-color:#eef2ff1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-50\/20{background-color:#eef2ff33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-50\/30{background-color:#eef2ff4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-50\/40{background-color:#eef2ff66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-50\/50{background-color:#eef2ff80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-50\/60{background-color:#eef2ff99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-50\/70{background-color:#eef2ffb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-50\/75{background-color:#eef2ffbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-50\/80{background-color:#eef2ffcc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-50\/90{background-color:#eef2ffe6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-100{background-color:#e0e7ff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-100\/0{background-color:#e0e7ff00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-100\/10{background-color:#e0e7ff1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-100\/20{background-color:#e0e7ff33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-100\/30{background-color:#e0e7ff4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-100\/40{background-color:#e0e7ff66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-100\/50{background-color:#e0e7ff80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-100\/60{background-color:#e0e7ff99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-100\/70{background-color:#e0e7ffb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-100\/75{background-color:#e0e7ffbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-100\/80{background-color:#e0e7ffcc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-100\/90{background-color:#e0e7ffe6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-200{background-color:#c7d2fe}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-200\/0{background-color:#c7d2fe00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-200\/10{background-color:#c7d2fe1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-200\/20{background-color:#c7d2fe33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-200\/30{background-color:#c7d2fe4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-200\/40{background-color:#c7d2fe66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-200\/50{background-color:#c7d2fe80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-200\/60{background-color:#c7d2fe99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-200\/70{background-color:#c7d2feb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-200\/75{background-color:#c7d2febf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-200\/80{background-color:#c7d2fecc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-200\/90{background-color:#c7d2fee6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-300{background-color:#a5b4fc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-300\/0{background-color:#a5b4fc00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-300\/10{background-color:#a5b4fc1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-300\/20{background-color:#a5b4fc33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-300\/30{background-color:#a5b4fc4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-300\/40{background-color:#a5b4fc66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-300\/50{background-color:#a5b4fc80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-300\/60{background-color:#a5b4fc99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-300\/70{background-color:#a5b4fcb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-300\/75{background-color:#a5b4fcbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-300\/80{background-color:#a5b4fccc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-300\/90{background-color:#a5b4fce6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-400{background-color:#818cf8}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-400\/0{background-color:#818cf800}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-400\/10{background-color:#818cf81a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-400\/20{background-color:#818cf833}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-400\/30{background-color:#818cf84d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-400\/40{background-color:#818cf866}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-400\/50{background-color:#818cf880}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-400\/60{background-color:#818cf899}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-400\/70{background-color:#818cf8b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-400\/75{background-color:#818cf8bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-400\/80{background-color:#818cf8cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-400\/90{background-color:#818cf8e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-500{background-color:#6366f1}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-500\/0{background-color:#6366f100}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-500\/10{background-color:#6366f11a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-500\/20{background-color:#6366f133}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-500\/30{background-color:#6366f14d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-500\/40{background-color:#6366f166}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-500\/50{background-color:#6366f180}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-500\/60{background-color:#6366f199}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-500\/70{background-color:#6366f1b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-500\/75{background-color:#6366f1bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-500\/80{background-color:#6366f1cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-500\/90{background-color:#6366f1e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-600{background-color:#4f46e5}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-600\/0{background-color:#4f46e500}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-600\/10{background-color:#4f46e51a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-600\/20{background-color:#4f46e533}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-600\/30{background-color:#4f46e54d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-600\/40{background-color:#4f46e566}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-600\/50{background-color:#4f46e580}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-600\/60{background-color:#4f46e599}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-600\/70{background-color:#4f46e5b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-600\/75{background-color:#4f46e5bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-600\/80{background-color:#4f46e5cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-600\/90{background-color:#4f46e5e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-700{background-color:#4338ca}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-700\/0{background-color:#4338ca00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-700\/10{background-color:#4338ca1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-700\/20{background-color:#4338ca33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-700\/30{background-color:#4338ca4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-700\/40{background-color:#4338ca66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-700\/50{background-color:#4338ca80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-700\/60{background-color:#4338ca99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-700\/70{background-color:#4338cab3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-700\/75{background-color:#4338cabf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-700\/80{background-color:#4338cacc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-700\/90{background-color:#4338cae6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-800{background-color:#3730a3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-800\/0{background-color:#3730a300}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-800\/10{background-color:#3730a31a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-800\/20{background-color:#3730a333}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-800\/30{background-color:#3730a34d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-800\/40{background-color:#3730a366}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-800\/50{background-color:#3730a380}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-800\/60{background-color:#3730a399}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-800\/70{background-color:#3730a3b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-800\/75{background-color:#3730a3bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-800\/80{background-color:#3730a3cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-800\/90{background-color:#3730a3e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-900{background-color:#312e81}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-900\/0{background-color:#312e8100}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-900\/10{background-color:#312e811a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-900\/20{background-color:#312e8133}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-900\/30{background-color:#312e814d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-900\/40{background-color:#312e8166}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-900\/50{background-color:#312e8180}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-900\/60{background-color:#312e8199}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-900\/70{background-color:#312e81b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-900\/75{background-color:#312e81bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-900\/80{background-color:#312e81cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-900\/90{background-color:#312e81e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-950{background-color:#1e1b4b}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-950\/0{background-color:#1e1b4b00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-950\/10{background-color:#1e1b4b1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-950\/20{background-color:#1e1b4b33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-950\/30{background-color:#1e1b4b4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-950\/40{background-color:#1e1b4b66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-950\/50{background-color:#1e1b4b80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-950\/60{background-color:#1e1b4b99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-950\/70{background-color:#1e1b4bb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-950\/75{background-color:#1e1b4bbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-950\/80{background-color:#1e1b4bcc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-indigo-950\/90{background-color:#1e1b4be6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-50{background-color:#f5f3ff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-50\/0{background-color:#f5f3ff00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-50\/10{background-color:#f5f3ff1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-50\/20{background-color:#f5f3ff33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-50\/30{background-color:#f5f3ff4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-50\/40{background-color:#f5f3ff66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-50\/50{background-color:#f5f3ff80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-50\/60{background-color:#f5f3ff99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-50\/70{background-color:#f5f3ffb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-50\/75{background-color:#f5f3ffbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-50\/80{background-color:#f5f3ffcc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-50\/90{background-color:#f5f3ffe6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-100{background-color:#ede9fe}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-100\/0{background-color:#ede9fe00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-100\/10{background-color:#ede9fe1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-100\/20{background-color:#ede9fe33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-100\/30{background-color:#ede9fe4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-100\/40{background-color:#ede9fe66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-100\/50{background-color:#ede9fe80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-100\/60{background-color:#ede9fe99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-100\/70{background-color:#ede9feb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-100\/75{background-color:#ede9febf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-100\/80{background-color:#ede9fecc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-100\/90{background-color:#ede9fee6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-200{background-color:#ddd6fe}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-200\/0{background-color:#ddd6fe00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-200\/10{background-color:#ddd6fe1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-200\/20{background-color:#ddd6fe33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-200\/30{background-color:#ddd6fe4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-200\/40{background-color:#ddd6fe66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-200\/50{background-color:#ddd6fe80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-200\/60{background-color:#ddd6fe99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-200\/70{background-color:#ddd6feb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-200\/75{background-color:#ddd6febf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-200\/80{background-color:#ddd6fecc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-200\/90{background-color:#ddd6fee6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-300{background-color:#c4b5fd}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-300\/0{background-color:#c4b5fd00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-300\/10{background-color:#c4b5fd1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-300\/20{background-color:#c4b5fd33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-300\/30{background-color:#c4b5fd4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-300\/40{background-color:#c4b5fd66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-300\/50{background-color:#c4b5fd80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-300\/60{background-color:#c4b5fd99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-300\/70{background-color:#c4b5fdb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-300\/75{background-color:#c4b5fdbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-300\/80{background-color:#c4b5fdcc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-300\/90{background-color:#c4b5fde6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-400{background-color:#a78bfa}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-400\/0{background-color:#a78bfa00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-400\/10{background-color:#a78bfa1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-400\/20{background-color:#a78bfa33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-400\/30{background-color:#a78bfa4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-400\/40{background-color:#a78bfa66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-400\/50{background-color:#a78bfa80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-400\/60{background-color:#a78bfa99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-400\/70{background-color:#a78bfab3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-400\/75{background-color:#a78bfabf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-400\/80{background-color:#a78bfacc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-400\/90{background-color:#a78bfae6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-500{background-color:#8b5cf6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-500\/0{background-color:#8b5cf600}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-500\/10{background-color:#8b5cf61a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-500\/20{background-color:#8b5cf633}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-500\/30{background-color:#8b5cf64d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-500\/40{background-color:#8b5cf666}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-500\/50{background-color:#8b5cf680}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-500\/60{background-color:#8b5cf699}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-500\/70{background-color:#8b5cf6b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-500\/75{background-color:#8b5cf6bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-500\/80{background-color:#8b5cf6cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-500\/90{background-color:#8b5cf6e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-600{background-color:#7c3aed}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-600\/0{background-color:#7c3aed00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-600\/10{background-color:#7c3aed1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-600\/20{background-color:#7c3aed33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-600\/30{background-color:#7c3aed4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-600\/40{background-color:#7c3aed66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-600\/50{background-color:#7c3aed80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-600\/60{background-color:#7c3aed99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-600\/70{background-color:#7c3aedb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-600\/75{background-color:#7c3aedbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-600\/80{background-color:#7c3aedcc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-600\/90{background-color:#7c3aede6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-700{background-color:#6d28d9}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-700\/0{background-color:#6d28d900}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-700\/10{background-color:#6d28d91a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-700\/20{background-color:#6d28d933}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-700\/30{background-color:#6d28d94d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-700\/40{background-color:#6d28d966}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-700\/50{background-color:#6d28d980}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-700\/60{background-color:#6d28d999}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-700\/70{background-color:#6d28d9b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-700\/75{background-color:#6d28d9bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-700\/80{background-color:#6d28d9cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-700\/90{background-color:#6d28d9e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-800{background-color:#5b21b6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-800\/0{background-color:#5b21b600}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-800\/10{background-color:#5b21b61a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-800\/20{background-color:#5b21b633}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-800\/30{background-color:#5b21b64d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-800\/40{background-color:#5b21b666}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-800\/50{background-color:#5b21b680}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-800\/60{background-color:#5b21b699}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-800\/70{background-color:#5b21b6b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-800\/75{background-color:#5b21b6bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-800\/80{background-color:#5b21b6cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-800\/90{background-color:#5b21b6e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-900{background-color:#4c1d95}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-900\/0{background-color:#4c1d9500}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-900\/10{background-color:#4c1d951a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-900\/20{background-color:#4c1d9533}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-900\/30{background-color:#4c1d954d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-900\/40{background-color:#4c1d9566}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-900\/50{background-color:#4c1d9580}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-900\/60{background-color:#4c1d9599}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-900\/70{background-color:#4c1d95b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-900\/75{background-color:#4c1d95bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-900\/80{background-color:#4c1d95cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-900\/90{background-color:#4c1d95e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-950{background-color:#2e1065}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-950\/0{background-color:#2e106500}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-950\/10{background-color:#2e10651a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-950\/20{background-color:#2e106533}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-950\/30{background-color:#2e10654d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-950\/40{background-color:#2e106566}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-950\/50{background-color:#2e106580}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-950\/60{background-color:#2e106599}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-950\/70{background-color:#2e1065b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-950\/75{background-color:#2e1065bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-950\/80{background-color:#2e1065cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-violet-950\/90{background-color:#2e1065e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-50{background-color:#faf5ff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-50\/0{background-color:#faf5ff00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-50\/10{background-color:#faf5ff1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-50\/20{background-color:#faf5ff33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-50\/30{background-color:#faf5ff4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-50\/40{background-color:#faf5ff66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-50\/50{background-color:#faf5ff80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-50\/60{background-color:#faf5ff99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-50\/70{background-color:#faf5ffb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-50\/75{background-color:#faf5ffbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-50\/80{background-color:#faf5ffcc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-50\/90{background-color:#faf5ffe6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-100{background-color:#f3e8ff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-100\/0{background-color:#f3e8ff00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-100\/10{background-color:#f3e8ff1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-100\/20{background-color:#f3e8ff33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-100\/30{background-color:#f3e8ff4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-100\/40{background-color:#f3e8ff66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-100\/50{background-color:#f3e8ff80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-100\/60{background-color:#f3e8ff99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-100\/70{background-color:#f3e8ffb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-100\/75{background-color:#f3e8ffbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-100\/80{background-color:#f3e8ffcc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-100\/90{background-color:#f3e8ffe6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-200{background-color:#e9d5ff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-200\/0{background-color:#e9d5ff00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-200\/10{background-color:#e9d5ff1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-200\/20{background-color:#e9d5ff33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-200\/30{background-color:#e9d5ff4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-200\/40{background-color:#e9d5ff66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-200\/50{background-color:#e9d5ff80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-200\/60{background-color:#e9d5ff99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-200\/70{background-color:#e9d5ffb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-200\/75{background-color:#e9d5ffbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-200\/80{background-color:#e9d5ffcc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-200\/90{background-color:#e9d5ffe6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-300{background-color:#d8b4fe}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-300\/0{background-color:#d8b4fe00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-300\/10{background-color:#d8b4fe1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-300\/20{background-color:#d8b4fe33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-300\/30{background-color:#d8b4fe4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-300\/40{background-color:#d8b4fe66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-300\/50{background-color:#d8b4fe80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-300\/60{background-color:#d8b4fe99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-300\/70{background-color:#d8b4feb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-300\/75{background-color:#d8b4febf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-300\/80{background-color:#d8b4fecc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-300\/90{background-color:#d8b4fee6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-400{background-color:#c084fc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-400\/0{background-color:#c084fc00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-400\/10{background-color:#c084fc1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-400\/20{background-color:#c084fc33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-400\/30{background-color:#c084fc4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-400\/40{background-color:#c084fc66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-400\/50{background-color:#c084fc80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-400\/60{background-color:#c084fc99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-400\/70{background-color:#c084fcb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-400\/75{background-color:#c084fcbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-400\/80{background-color:#c084fccc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-400\/90{background-color:#c084fce6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-500{background-color:#a855f7}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-500\/0{background-color:#a855f700}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-500\/10{background-color:#a855f71a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-500\/20{background-color:#a855f733}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-500\/30{background-color:#a855f74d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-500\/40{background-color:#a855f766}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-500\/50{background-color:#a855f780}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-500\/60{background-color:#a855f799}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-500\/70{background-color:#a855f7b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-500\/75{background-color:#a855f7bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-500\/80{background-color:#a855f7cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-500\/90{background-color:#a855f7e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-600{background-color:#9333ea}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-600\/0{background-color:#9333ea00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-600\/10{background-color:#9333ea1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-600\/20{background-color:#9333ea33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-600\/30{background-color:#9333ea4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-600\/40{background-color:#9333ea66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-600\/50{background-color:#9333ea80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-600\/60{background-color:#9333ea99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-600\/70{background-color:#9333eab3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-600\/75{background-color:#9333eabf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-600\/80{background-color:#9333eacc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-600\/90{background-color:#9333eae6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-700{background-color:#7e22ce}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-700\/0{background-color:#7e22ce00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-700\/10{background-color:#7e22ce1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-700\/20{background-color:#7e22ce33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-700\/30{background-color:#7e22ce4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-700\/40{background-color:#7e22ce66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-700\/50{background-color:#7e22ce80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-700\/60{background-color:#7e22ce99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-700\/70{background-color:#7e22ceb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-700\/75{background-color:#7e22cebf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-700\/80{background-color:#7e22cecc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-700\/90{background-color:#7e22cee6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-800{background-color:#6b21a8}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-800\/0{background-color:#6b21a800}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-800\/10{background-color:#6b21a81a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-800\/20{background-color:#6b21a833}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-800\/30{background-color:#6b21a84d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-800\/40{background-color:#6b21a866}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-800\/50{background-color:#6b21a880}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-800\/60{background-color:#6b21a899}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-800\/70{background-color:#6b21a8b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-800\/75{background-color:#6b21a8bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-800\/80{background-color:#6b21a8cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-800\/90{background-color:#6b21a8e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-900{background-color:#581c87}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-900\/0{background-color:#581c8700}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-900\/10{background-color:#581c871a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-900\/20{background-color:#581c8733}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-900\/30{background-color:#581c874d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-900\/40{background-color:#581c8766}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-900\/50{background-color:#581c8780}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-900\/60{background-color:#581c8799}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-900\/70{background-color:#581c87b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-900\/75{background-color:#581c87bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-900\/80{background-color:#581c87cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-900\/90{background-color:#581c87e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-950{background-color:#3b0764}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-950\/0{background-color:#3b076400}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-950\/10{background-color:#3b07641a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-950\/20{background-color:#3b076433}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-950\/30{background-color:#3b07644d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-950\/40{background-color:#3b076466}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-950\/50{background-color:#3b076480}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-950\/60{background-color:#3b076499}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-950\/70{background-color:#3b0764b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-950\/75{background-color:#3b0764bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-950\/80{background-color:#3b0764cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-purple-950\/90{background-color:#3b0764e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-50{background-color:#fdf4ff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-50\/0{background-color:#fdf4ff00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-50\/10{background-color:#fdf4ff1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-50\/20{background-color:#fdf4ff33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-50\/30{background-color:#fdf4ff4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-50\/40{background-color:#fdf4ff66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-50\/50{background-color:#fdf4ff80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-50\/60{background-color:#fdf4ff99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-50\/70{background-color:#fdf4ffb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-50\/75{background-color:#fdf4ffbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-50\/80{background-color:#fdf4ffcc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-50\/90{background-color:#fdf4ffe6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-100{background-color:#fae8ff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-100\/0{background-color:#fae8ff00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-100\/10{background-color:#fae8ff1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-100\/20{background-color:#fae8ff33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-100\/30{background-color:#fae8ff4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-100\/40{background-color:#fae8ff66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-100\/50{background-color:#fae8ff80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-100\/60{background-color:#fae8ff99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-100\/70{background-color:#fae8ffb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-100\/75{background-color:#fae8ffbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-100\/80{background-color:#fae8ffcc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-100\/90{background-color:#fae8ffe6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-200{background-color:#f5d0fe}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-200\/0{background-color:#f5d0fe00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-200\/10{background-color:#f5d0fe1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-200\/20{background-color:#f5d0fe33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-200\/30{background-color:#f5d0fe4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-200\/40{background-color:#f5d0fe66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-200\/50{background-color:#f5d0fe80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-200\/60{background-color:#f5d0fe99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-200\/70{background-color:#f5d0feb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-200\/75{background-color:#f5d0febf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-200\/80{background-color:#f5d0fecc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-200\/90{background-color:#f5d0fee6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-300{background-color:#f0abfc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-300\/0{background-color:#f0abfc00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-300\/10{background-color:#f0abfc1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-300\/20{background-color:#f0abfc33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-300\/30{background-color:#f0abfc4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-300\/40{background-color:#f0abfc66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-300\/50{background-color:#f0abfc80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-300\/60{background-color:#f0abfc99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-300\/70{background-color:#f0abfcb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-300\/75{background-color:#f0abfcbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-300\/80{background-color:#f0abfccc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-300\/90{background-color:#f0abfce6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-400{background-color:#e879f9}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-400\/0{background-color:#e879f900}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-400\/10{background-color:#e879f91a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-400\/20{background-color:#e879f933}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-400\/30{background-color:#e879f94d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-400\/40{background-color:#e879f966}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-400\/50{background-color:#e879f980}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-400\/60{background-color:#e879f999}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-400\/70{background-color:#e879f9b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-400\/75{background-color:#e879f9bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-400\/80{background-color:#e879f9cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-400\/90{background-color:#e879f9e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-500{background-color:#d946ef}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-500\/0{background-color:#d946ef00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-500\/10{background-color:#d946ef1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-500\/20{background-color:#d946ef33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-500\/30{background-color:#d946ef4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-500\/40{background-color:#d946ef66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-500\/50{background-color:#d946ef80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-500\/60{background-color:#d946ef99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-500\/70{background-color:#d946efb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-500\/75{background-color:#d946efbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-500\/80{background-color:#d946efcc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-500\/90{background-color:#d946efe6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-600{background-color:#c026d3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-600\/0{background-color:#c026d300}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-600\/10{background-color:#c026d31a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-600\/20{background-color:#c026d333}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-600\/30{background-color:#c026d34d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-600\/40{background-color:#c026d366}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-600\/50{background-color:#c026d380}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-600\/60{background-color:#c026d399}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-600\/70{background-color:#c026d3b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-600\/75{background-color:#c026d3bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-600\/80{background-color:#c026d3cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-600\/90{background-color:#c026d3e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-700{background-color:#a21caf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-700\/0{background-color:#a21caf00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-700\/10{background-color:#a21caf1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-700\/20{background-color:#a21caf33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-700\/30{background-color:#a21caf4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-700\/40{background-color:#a21caf66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-700\/50{background-color:#a21caf80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-700\/60{background-color:#a21caf99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-700\/70{background-color:#a21cafb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-700\/75{background-color:#a21cafbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-700\/80{background-color:#a21cafcc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-700\/90{background-color:#a21cafe6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-800{background-color:#86198f}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-800\/0{background-color:#86198f00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-800\/10{background-color:#86198f1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-800\/20{background-color:#86198f33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-800\/30{background-color:#86198f4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-800\/40{background-color:#86198f66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-800\/50{background-color:#86198f80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-800\/60{background-color:#86198f99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-800\/70{background-color:#86198fb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-800\/75{background-color:#86198fbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-800\/80{background-color:#86198fcc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-800\/90{background-color:#86198fe6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-900{background-color:#701a75}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-900\/0{background-color:#701a7500}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-900\/10{background-color:#701a751a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-900\/20{background-color:#701a7533}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-900\/30{background-color:#701a754d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-900\/40{background-color:#701a7566}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-900\/50{background-color:#701a7580}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-900\/60{background-color:#701a7599}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-900\/70{background-color:#701a75b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-900\/75{background-color:#701a75bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-900\/80{background-color:#701a75cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-900\/90{background-color:#701a75e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-950{background-color:#4a044e}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-950\/0{background-color:#4a044e00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-950\/10{background-color:#4a044e1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-950\/20{background-color:#4a044e33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-950\/30{background-color:#4a044e4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-950\/40{background-color:#4a044e66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-950\/50{background-color:#4a044e80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-950\/60{background-color:#4a044e99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-950\/70{background-color:#4a044eb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-950\/75{background-color:#4a044ebf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-950\/80{background-color:#4a044ecc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-fuchsia-950\/90{background-color:#4a044ee6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-50{background-color:#fdf2f8}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-50\/0{background-color:#fdf2f800}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-50\/10{background-color:#fdf2f81a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-50\/20{background-color:#fdf2f833}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-50\/30{background-color:#fdf2f84d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-50\/40{background-color:#fdf2f866}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-50\/50{background-color:#fdf2f880}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-50\/60{background-color:#fdf2f899}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-50\/70{background-color:#fdf2f8b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-50\/75{background-color:#fdf2f8bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-50\/80{background-color:#fdf2f8cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-50\/90{background-color:#fdf2f8e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-100{background-color:#fce7f3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-100\/0{background-color:#fce7f300}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-100\/10{background-color:#fce7f31a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-100\/20{background-color:#fce7f333}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-100\/30{background-color:#fce7f34d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-100\/40{background-color:#fce7f366}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-100\/50{background-color:#fce7f380}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-100\/60{background-color:#fce7f399}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-100\/70{background-color:#fce7f3b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-100\/75{background-color:#fce7f3bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-100\/80{background-color:#fce7f3cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-100\/90{background-color:#fce7f3e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-200{background-color:#fbcfe8}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-200\/0{background-color:#fbcfe800}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-200\/10{background-color:#fbcfe81a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-200\/20{background-color:#fbcfe833}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-200\/30{background-color:#fbcfe84d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-200\/40{background-color:#fbcfe866}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-200\/50{background-color:#fbcfe880}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-200\/60{background-color:#fbcfe899}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-200\/70{background-color:#fbcfe8b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-200\/75{background-color:#fbcfe8bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-200\/80{background-color:#fbcfe8cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-200\/90{background-color:#fbcfe8e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-300{background-color:#f9a8d4}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-300\/0{background-color:#f9a8d400}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-300\/10{background-color:#f9a8d41a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-300\/20{background-color:#f9a8d433}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-300\/30{background-color:#f9a8d44d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-300\/40{background-color:#f9a8d466}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-300\/50{background-color:#f9a8d480}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-300\/60{background-color:#f9a8d499}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-300\/70{background-color:#f9a8d4b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-300\/75{background-color:#f9a8d4bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-300\/80{background-color:#f9a8d4cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-300\/90{background-color:#f9a8d4e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-400{background-color:#f472b6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-400\/0{background-color:#f472b600}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-400\/10{background-color:#f472b61a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-400\/20{background-color:#f472b633}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-400\/30{background-color:#f472b64d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-400\/40{background-color:#f472b666}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-400\/50{background-color:#f472b680}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-400\/60{background-color:#f472b699}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-400\/70{background-color:#f472b6b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-400\/75{background-color:#f472b6bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-400\/80{background-color:#f472b6cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-400\/90{background-color:#f472b6e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-500{background-color:#ec4899}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-500\/0{background-color:#ec489900}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-500\/10{background-color:#ec48991a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-500\/20{background-color:#ec489933}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-500\/30{background-color:#ec48994d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-500\/40{background-color:#ec489966}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-500\/50{background-color:#ec489980}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-500\/60{background-color:#ec489999}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-500\/70{background-color:#ec4899b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-500\/75{background-color:#ec4899bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-500\/80{background-color:#ec4899cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-500\/90{background-color:#ec4899e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-600{background-color:#db2777}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-600\/0{background-color:#db277700}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-600\/10{background-color:#db27771a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-600\/20{background-color:#db277733}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-600\/30{background-color:#db27774d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-600\/40{background-color:#db277766}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-600\/50{background-color:#db277780}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-600\/60{background-color:#db277799}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-600\/70{background-color:#db2777b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-600\/75{background-color:#db2777bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-600\/80{background-color:#db2777cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-600\/90{background-color:#db2777e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-700{background-color:#be185d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-700\/0{background-color:#be185d00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-700\/10{background-color:#be185d1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-700\/20{background-color:#be185d33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-700\/30{background-color:#be185d4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-700\/40{background-color:#be185d66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-700\/50{background-color:#be185d80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-700\/60{background-color:#be185d99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-700\/70{background-color:#be185db3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-700\/75{background-color:#be185dbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-700\/80{background-color:#be185dcc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-700\/90{background-color:#be185de6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-800{background-color:#9d174d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-800\/0{background-color:#9d174d00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-800\/10{background-color:#9d174d1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-800\/20{background-color:#9d174d33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-800\/30{background-color:#9d174d4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-800\/40{background-color:#9d174d66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-800\/50{background-color:#9d174d80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-800\/60{background-color:#9d174d99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-800\/70{background-color:#9d174db3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-800\/75{background-color:#9d174dbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-800\/80{background-color:#9d174dcc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-800\/90{background-color:#9d174de6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-900{background-color:#831843}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-900\/0{background-color:#83184300}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-900\/10{background-color:#8318431a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-900\/20{background-color:#83184333}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-900\/30{background-color:#8318434d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-900\/40{background-color:#83184366}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-900\/50{background-color:#83184380}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-900\/60{background-color:#83184399}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-900\/70{background-color:#831843b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-900\/75{background-color:#831843bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-900\/80{background-color:#831843cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-900\/90{background-color:#831843e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-950{background-color:#500724}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-950\/0{background-color:#50072400}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-950\/10{background-color:#5007241a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-950\/20{background-color:#50072433}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-950\/30{background-color:#5007244d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-950\/40{background-color:#50072466}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-950\/50{background-color:#50072480}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-950\/60{background-color:#50072499}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-950\/70{background-color:#500724b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-950\/75{background-color:#500724bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-950\/80{background-color:#500724cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-pink-950\/90{background-color:#500724e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-50{background-color:#fff1f2}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-50\/0{background-color:#fff1f200}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-50\/10{background-color:#fff1f21a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-50\/20{background-color:#fff1f233}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-50\/30{background-color:#fff1f24d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-50\/40{background-color:#fff1f266}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-50\/50{background-color:#fff1f280}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-50\/60{background-color:#fff1f299}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-50\/70{background-color:#fff1f2b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-50\/75{background-color:#fff1f2bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-50\/80{background-color:#fff1f2cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-50\/90{background-color:#fff1f2e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-100{background-color:#ffe4e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-100\/0{background-color:#ffe4e600}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-100\/10{background-color:#ffe4e61a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-100\/20{background-color:#ffe4e633}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-100\/30{background-color:#ffe4e64d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-100\/40{background-color:#ffe4e666}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-100\/50{background-color:#ffe4e680}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-100\/60{background-color:#ffe4e699}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-100\/70{background-color:#ffe4e6b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-100\/75{background-color:#ffe4e6bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-100\/80{background-color:#ffe4e6cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-100\/90{background-color:#ffe4e6e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-200{background-color:#fecdd3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-200\/0{background-color:#fecdd300}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-200\/10{background-color:#fecdd31a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-200\/20{background-color:#fecdd333}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-200\/30{background-color:#fecdd34d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-200\/40{background-color:#fecdd366}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-200\/50{background-color:#fecdd380}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-200\/60{background-color:#fecdd399}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-200\/70{background-color:#fecdd3b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-200\/75{background-color:#fecdd3bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-200\/80{background-color:#fecdd3cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-200\/90{background-color:#fecdd3e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-300{background-color:#fda4af}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-300\/0{background-color:#fda4af00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-300\/10{background-color:#fda4af1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-300\/20{background-color:#fda4af33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-300\/30{background-color:#fda4af4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-300\/40{background-color:#fda4af66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-300\/50{background-color:#fda4af80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-300\/60{background-color:#fda4af99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-300\/70{background-color:#fda4afb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-300\/75{background-color:#fda4afbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-300\/80{background-color:#fda4afcc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-300\/90{background-color:#fda4afe6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-400{background-color:#fb7185}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-400\/0{background-color:#fb718500}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-400\/10{background-color:#fb71851a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-400\/20{background-color:#fb718533}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-400\/30{background-color:#fb71854d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-400\/40{background-color:#fb718566}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-400\/50{background-color:#fb718580}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-400\/60{background-color:#fb718599}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-400\/70{background-color:#fb7185b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-400\/75{background-color:#fb7185bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-400\/80{background-color:#fb7185cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-400\/90{background-color:#fb7185e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-500{background-color:#f43f5e}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-500\/0{background-color:#f43f5e00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-500\/10{background-color:#f43f5e1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-500\/20{background-color:#f43f5e33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-500\/30{background-color:#f43f5e4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-500\/40{background-color:#f43f5e66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-500\/50{background-color:#f43f5e80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-500\/60{background-color:#f43f5e99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-500\/70{background-color:#f43f5eb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-500\/75{background-color:#f43f5ebf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-500\/80{background-color:#f43f5ecc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-500\/90{background-color:#f43f5ee6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-600{background-color:#e11d48}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-600\/0{background-color:#e11d4800}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-600\/10{background-color:#e11d481a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-600\/20{background-color:#e11d4833}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-600\/30{background-color:#e11d484d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-600\/40{background-color:#e11d4866}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-600\/50{background-color:#e11d4880}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-600\/60{background-color:#e11d4899}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-600\/70{background-color:#e11d48b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-600\/75{background-color:#e11d48bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-600\/80{background-color:#e11d48cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-600\/90{background-color:#e11d48e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-700{background-color:#be123c}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-700\/0{background-color:#be123c00}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-700\/10{background-color:#be123c1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-700\/20{background-color:#be123c33}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-700\/30{background-color:#be123c4d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-700\/40{background-color:#be123c66}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-700\/50{background-color:#be123c80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-700\/60{background-color:#be123c99}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-700\/70{background-color:#be123cb3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-700\/75{background-color:#be123cbf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-700\/80{background-color:#be123ccc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-700\/90{background-color:#be123ce6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-800{background-color:#9f1239}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-800\/0{background-color:#9f123900}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-800\/10{background-color:#9f12391a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-800\/20{background-color:#9f123933}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-800\/30{background-color:#9f12394d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-800\/40{background-color:#9f123966}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-800\/50{background-color:#9f123980}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-800\/60{background-color:#9f123999}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-800\/70{background-color:#9f1239b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-800\/75{background-color:#9f1239bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-800\/80{background-color:#9f1239cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-800\/90{background-color:#9f1239e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-900{background-color:#881337}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-900\/0{background-color:#88133700}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-900\/10{background-color:#8813371a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-900\/20{background-color:#88133733}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-900\/30{background-color:#8813374d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-900\/40{background-color:#88133766}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-900\/50{background-color:#88133780}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-900\/60{background-color:#88133799}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-900\/70{background-color:#881337b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-900\/75{background-color:#881337bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-900\/80{background-color:#881337cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-900\/90{background-color:#881337e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-950{background-color:#4c0519}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-950\/0{background-color:#4c051900}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-950\/10{background-color:#4c05191a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-950\/20{background-color:#4c051933}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-950\/30{background-color:#4c05194d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-950\/40{background-color:#4c051966}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-950\/50{background-color:#4c051980}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-950\/60{background-color:#4c051999}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-950\/70{background-color:#4c0519b3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-950\/75{background-color:#4c0519bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-950\/80{background-color:#4c0519cc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-rose-950\/90{background-color:#4c0519e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-primary{background-color:#3874ff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-primary-bold{background-color:#002660}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-primary-hover{background-color:#003585}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-primary-border{background-color:#156ef3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-primary-focus-lv1{background-color:#6492ff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-primary-focus-lv2{background-color:#c7ddff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-primary-bg-color{background-color:#f8fbff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-success{background-color:#00bd7e}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-success-bold{background-color:#006c58}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-success-hover{background-color:#008d5e}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-success-border{background-color:#17e5a1}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-success-focus-lv1{background-color:#a9fbe0}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-success-bg-color{background-color:#ebfff8}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-warning{background-color:#ffb41f}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-warning-bold{background-color:#b77d09}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-warning-hover{background-color:#e39f17}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-warning-border{background-color:#f7c86a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-warning-focus-lv1{background-color:#fbe0a9}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-warning-bg-color{background-color:#fff8eb}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-danger{background-color:#b20000}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-danger-bold{background-color:#920122}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-danger-hover{background-color:#c60833}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-danger-border{background-color:#f35370}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-danger-focus-lv1{background-color:#fdabb9}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-danger-bg-color{background-color:#fff1f4}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-info{background-color:#2668cb}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-info-bold{background-color:#023480}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-info-hover{background-color:#0f4eae}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-info-border{background-color:#679ef2}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-info-focus-lv1{background-color:#c1d9fd}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-info-bg-color{background-color:#f2f7ff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-100{background-color:#1a1a1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-90{background-color:#424242}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-80{background-color:#616161}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-70{background-color:#757575}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-60{background-color:#9e9e9e}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-50{background-color:#c2c2c2}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-40{background-color:#e0e0e0}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-30{background-color:#ededed}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-neutral-20{background-color:#f5f5f5}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-base{background-color:#f5f7fa}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-auto{background-size:auto}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-cover{background-size:cover}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-contain{background-size:contain}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-repeat{background-repeat:repeat}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-no-repeat{background-repeat:no-repeat}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-repeat-x{background-repeat:repeat-x}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-repeat-y{background-repeat:repeat-y}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-repeat-round{background-repeat:round}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-repeat-space{background-repeat:space}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-bottom{background-position:bottom}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-center{background-position:center}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-left{background-position:left}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-left-bottom{background-position:left bottom}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-left-top{background-position:left top}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-right{background-position:right}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-right-bottom{background-position:right bottom}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-right-top{background-position:right top}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-top{background-position:top}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-origin-border{background-origin:border-box}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-origin-padding{background-origin:padding-box}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-origin-content{background-origin:content-box}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-bg-fixed{background-attachment:fixed}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-bg-local{background-attachment:local}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bg-bg-scroll{background-attachment:scroll}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:p-auto{padding:auto}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pl-auto{padding-left:auto}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pr-auto{padding-right:auto}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:px-auto{padding-right:auto;padding-left:auto}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:py-auto{padding-top:auto;padding-bottom:auto}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pb-auto{padding-bottom:auto}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pt-auto{padding-top:auto}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:p-0{padding:0}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pl-0{padding-left:0}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pr-0{padding-right:0}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:px-0{padding-right:0;padding-left:0}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:py-0{padding-top:0;padding-bottom:0}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pb-0{padding-bottom:0}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pt-0{padding-top:0}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:p-1{padding:.25rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pl-1{padding-left:.25rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pr-1{padding-right:.25rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:px-1{padding-right:.25rem;padding-left:.25rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:py-1{padding-top:.25rem;padding-bottom:.25rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pb-1{padding-bottom:.25rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pt-1{padding-top:.25rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:p-2{padding:.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pl-2{padding-left:.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pr-2{padding-right:.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:px-2{padding-right:.5rem;padding-left:.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:py-2{padding-top:.5rem;padding-bottom:.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pb-2{padding-bottom:.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pt-2{padding-top:.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:p-3{padding:.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pl-3{padding-left:.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pr-3{padding-right:.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:px-3{padding-right:.75rem;padding-left:.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:py-3{padding-top:.75rem;padding-bottom:.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pb-3{padding-bottom:.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pt-3{padding-top:.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:p-4{padding:1rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pl-4{padding-left:1rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pr-4{padding-right:1rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:px-4{padding-right:1rem;padding-left:1rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:py-4{padding-top:1rem;padding-bottom:1rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pb-4{padding-bottom:1rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pt-4{padding-top:1rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:p-5{padding:1.25rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pl-5{padding-left:1.25rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pr-5{padding-right:1.25rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:px-5{padding-right:1.25rem;padding-left:1.25rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pb-5{padding-bottom:1.25rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pt-5{padding-top:1.25rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:p-6{padding:1.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pl-6{padding-left:1.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pr-6{padding-right:1.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:px-6{padding-right:1.5rem;padding-left:1.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pb-6{padding-bottom:1.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pt-6{padding-top:1.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:p-7{padding:1.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pl-7{padding-left:1.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pr-7{padding-right:1.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:px-7{padding-right:1.75rem;padding-left:1.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:py-7{padding-top:1.75rem;padding-bottom:1.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pb-7{padding-bottom:1.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pt-7{padding-top:1.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:p-8{padding:2rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pl-8{padding-left:2rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pr-8{padding-right:2rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:px-8{padding-right:2rem;padding-left:2rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:py-8{padding-top:2rem;padding-bottom:2rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pb-8{padding-bottom:2rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pt-8{padding-top:2rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:p-9{padding:2.25rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pl-9{padding-left:2.25rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pr-9{padding-right:2.25rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:px-9{padding-right:2.25rem;padding-left:2.25rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:py-9{padding-top:2.25rem;padding-bottom:2.25rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pb-9{padding-bottom:2.25rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pt-9{padding-top:2.25rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:p-10{padding:2.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pl-10{padding-left:2.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pr-10{padding-right:2.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:px-10{padding-right:2.5rem;padding-left:2.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pb-10{padding-bottom:2.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pt-10{padding-top:2.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:p-11{padding:2.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pl-11{padding-left:2.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pr-11{padding-right:2.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:px-11{padding-right:2.75rem;padding-left:2.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:py-11{padding-top:2.75rem;padding-bottom:2.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pb-11{padding-bottom:2.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pt-11{padding-top:2.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:p-12{padding:3rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pl-12{padding-left:3rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pr-12{padding-right:3rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:px-12{padding-right:3rem;padding-left:3rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:py-12{padding-top:3rem;padding-bottom:3rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pb-12{padding-bottom:3rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pt-12{padding-top:3rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:p-14{padding:3.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pl-14{padding-left:3.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pr-14{padding-right:3.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:px-14{padding-right:3.5rem;padding-left:3.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pb-14{padding-bottom:3.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pt-14{padding-top:3.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:p-16{padding:4rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pl-16{padding-left:4rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pr-16{padding-right:4rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:px-16{padding-right:4rem;padding-left:4rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:py-16{padding-top:4rem;padding-bottom:4rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pb-16{padding-bottom:4rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pt-16{padding-top:4rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:p-20{padding:5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pl-20{padding-left:5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pr-20{padding-right:5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:px-20{padding-right:5rem;padding-left:5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:py-20{padding-top:5rem;padding-bottom:5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pb-20{padding-bottom:5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pt-20{padding-top:5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:p-24{padding:6rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pl-24{padding-left:6rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pr-24{padding-right:6rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:px-24{padding-right:6rem;padding-left:6rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:py-24{padding-top:6rem;padding-bottom:6rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pb-24{padding-bottom:6rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pt-24{padding-top:6rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:p-28{padding:7rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pl-28{padding-left:7rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pr-28{padding-right:7rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:px-28{padding-right:7rem;padding-left:7rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:py-28{padding-top:7rem;padding-bottom:7rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pb-28{padding-bottom:7rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pt-28{padding-top:7rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:p-32{padding:8rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pl-32{padding-left:8rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pr-32{padding-right:8rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:px-32{padding-right:8rem;padding-left:8rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:py-32{padding-top:8rem;padding-bottom:8rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pb-32{padding-bottom:8rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pt-32{padding-top:8rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:p-36{padding:9rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pl-36{padding-left:9rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pr-36{padding-right:9rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:px-36{padding-right:9rem;padding-left:9rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:py-36{padding-top:9rem;padding-bottom:9rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pb-36{padding-bottom:9rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pt-36{padding-top:9rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:p-40{padding:10rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pl-40{padding-left:10rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pr-40{padding-right:10rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:px-40{padding-right:10rem;padding-left:10rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:py-40{padding-top:10rem;padding-bottom:10rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pb-40{padding-bottom:10rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pt-40{padding-top:10rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:p-44{padding:11rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pl-44{padding-left:11rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pr-44{padding-right:11rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:px-44{padding-right:11rem;padding-left:11rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:py-44{padding-top:11rem;padding-bottom:11rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pb-44{padding-bottom:11rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pt-44{padding-top:11rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:p-48{padding:12rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pl-48{padding-left:12rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pr-48{padding-right:12rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:px-48{padding-right:12rem;padding-left:12rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:py-48{padding-top:12rem;padding-bottom:12rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pb-48{padding-bottom:12rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pt-48{padding-top:12rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:p-52{padding:13rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pl-52{padding-left:13rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pr-52{padding-right:13rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:px-52{padding-right:13rem;padding-left:13rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:py-52{padding-top:13rem;padding-bottom:13rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pb-52{padding-bottom:13rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pt-52{padding-top:13rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:p-56{padding:14rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pl-56{padding-left:14rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pr-56{padding-right:14rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:px-56{padding-right:14rem;padding-left:14rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:py-56{padding-top:14rem;padding-bottom:14rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pb-56{padding-bottom:14rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pt-56{padding-top:14rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:p-60{padding:15rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pl-60{padding-left:15rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pr-60{padding-right:15rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:px-60{padding-right:15rem;padding-left:15rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:py-60{padding-top:15rem;padding-bottom:15rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pb-60{padding-bottom:15rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pt-60{padding-top:15rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:p-64{padding:16rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pl-64{padding-left:16rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pr-64{padding-right:16rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:px-64{padding-right:16rem;padding-left:16rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:py-64{padding-top:16rem;padding-bottom:16rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pb-64{padding-bottom:16rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pt-64{padding-top:16rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:p-72{padding:18rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pl-72{padding-left:18rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pr-72{padding-right:18rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:px-72{padding-right:18rem;padding-left:18rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:py-72{padding-top:18rem;padding-bottom:18rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pb-72{padding-bottom:18rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pt-72{padding-top:18rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:p-80{padding:20rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pl-80{padding-left:20rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pr-80{padding-right:20rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:px-80{padding-right:20rem;padding-left:20rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:py-80{padding-top:20rem;padding-bottom:20rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pb-80{padding-bottom:20rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pt-80{padding-top:20rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:p-96{padding:24rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pl-96{padding-left:24rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pr-96{padding-right:24rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:px-96{padding-right:24rem;padding-left:24rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:py-96{padding-top:24rem;padding-bottom:24rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pb-96{padding-bottom:24rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:pt-96{padding-top:24rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:flex-1{flex:1 1 0%}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:flex-column{flex-direction:column}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:flex-row{flex-direction:row}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:flex-wrap{flex-wrap:wrap}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:flex-wrap-reverse{flex-wrap:wrap-reverse}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:flex-nowrap{flex-wrap:nowrap}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:w-0{width:0px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:w-px{width:1px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:w-1{width:.25rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:w-2{width:.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:w-3{width:.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:w-4{width:1rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:w-5{width:1.25rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:w-6{width:1.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:w-7{width:1.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:w-8{width:2rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:w-9{width:2.25rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:w-10{width:2.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:w-11{width:2.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:w-12{width:3rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:w-14{width:3.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:w-16{width:4rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:w-20{width:5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:w-24{width:6rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:w-28{width:7rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:w-32{width:8rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:w-36{width:9rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:w-40{width:10rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:w-44{width:11rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:w-48{width:12rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:w-52{width:13rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:w-56{width:14rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:w-60{width:15rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:w-64{width:16rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:w-72{width:18rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:w-80{width:20rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:w-96{width:24rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:w-auto{width:auto}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:w-full{width:100%}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:w-screen{width:100vw}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:w-min{width:min-content}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:w-max{width:max-content}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:w-fit{width:fit-content}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:h-0{height:0px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:h-px{height:1px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:h-1{height:.25rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:h-2{height:.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:h-3{height:.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:h-4{height:1rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:h-5{height:1.25rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:h-6{height:1.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:h-7{height:1.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:h-8{height:2rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:h-9{height:2.25rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:h-10{height:2.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:h-11{height:2.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:h-12{height:3rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:h-14{height:3.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:h-16{height:4rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:h-20{height:5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:h-24{height:6rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:h-28{height:7rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:h-32{height:8rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:h-36{height:9rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:h-40{height:10rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:h-44{height:11rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:h-48{height:12rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:h-52{height:13rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:h-56{height:14rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:h-60{height:15rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:h-64{height:16rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:h-72{height:18rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:h-80{height:20rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:h-96{height:24rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:h-auto{height:auto}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:h-full{height:100%}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:h-screen{height:100vh}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:h-min{height:min-content}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:h-max{height:max-content}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:h-fit{height:fit-content}}.md\:border{border-width:1px}.md\:border-b{border:0px;border-bottom:1px}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-b-0{border:0px;border-bottom:1px;border-bottom-width:0px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-b-2{border:0px;border-bottom:1px;border-bottom-width:2px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-b-4{border:0px;border-bottom:1px;border-bottom-width:4px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-b-8{border:0px;border-bottom:1px;border-bottom-width:8px}}.md\:border-t{border:0px;border-top:1px}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-t-0{border:0px;border-top:1px;border-top-width:0px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-t-2{border:0px;border-top:1px;border-top-width:2px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-t-4{border:0px;border-top:1px;border-top-width:4px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-t-8{border:0px;border-top:1px;border-top-width:8px}}.md\:border-r{border:0px;border-right:1px solid}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-r-0{border:0px;border-right-width:0px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-r-2{border:0px;border-right-width:2px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-r-4{border:0px;border-right-width:4px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-r-8{border:0px;border-right-width:8px}}.md\:border-l{border:0px;border-left:1px}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-l-0{border:0px;border-left:1px;border-left-width:0px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-l-2{border:0px;border-left:1px;border-left-width:2px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-l-4{border:0px;border-left:1px;border-left-width:4px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-l-8{border:0px;border-left:1px;border-left-width:8px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-0{border-width:0px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-2{border-width:2px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-4{border-width:4px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-8{border-width:8px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-none{border-style:none}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-solid{border-style:solid}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-dashed{border-style:dashed}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-dotted{border-style:dotted}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-double{border-style:double}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-groove{border-style:groove}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-ridge{border-style:ridge}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-inset{border-style:inset}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-outset{border-style:outset}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-transparent{border-color:transparent}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-black{border-color:#000}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-white{border-color:#fff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-slate-50{border-color:#f8fafc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-slate-100{border-color:#f1f5f9}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-slate-200{border-color:#e2e8f0}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-slate-300{border-color:#cbd5e1}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-slate-400{border-color:#94a3b8}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-slate-500{border-color:#64748b}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-slate-600{border-color:#475569}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-slate-700{border-color:#334155}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-slate-800{border-color:#1e293b}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-slate-900{border-color:#0f172a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-slate-950{border-color:#020617}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-gray-50{border-color:#f9fafb}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-gray-100{border-color:#f3f4f6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-gray-200{border-color:#e5e7eb}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-gray-300{border-color:#d1d5db}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-gray-400{border-color:#9ca3af}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-gray-500{border-color:#6b7280}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-gray-600{border-color:#4b5563}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-gray-700{border-color:#374151}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-gray-800{border-color:#1f2937}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-gray-900{border-color:#111827}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-gray-950{border-color:#030712}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-zinc-50{border-color:#fafafa}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-zinc-100{border-color:#f4f4f5}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-zinc-200{border-color:#e4e4e7}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-zinc-300{border-color:#d4d4d8}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-zinc-400{border-color:#a1a1aa}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-zinc-500{border-color:#71717a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-zinc-600{border-color:#52525b}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-zinc-700{border-color:#3f3f46}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-zinc-800{border-color:#27272a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-zinc-900{border-color:#18181b}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-zinc-950{border-color:#09090b}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-neutral-50{border-color:#fafafa}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-neutral-100{border-color:#f5f5f5}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-neutral-200{border-color:#e5e5e5}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-neutral-300{border-color:#d4d4d4}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-neutral-400{border-color:#a3a3a3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-neutral-500{border-color:#737373}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-neutral-600{border-color:#525252}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-neutral-700{border-color:#404040}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-neutral-800{border-color:#262626}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-neutral-900{border-color:#171717}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-neutral-950{border-color:#0a0a0a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-stone-50{border-color:#fafaf9}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-stone-100{border-color:#f5f5f4}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-stone-200{border-color:#e7e5e4}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-stone-300{border-color:#d6d3d1}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-stone-400{border-color:#a8a29e}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-stone-500{border-color:#78716c}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-stone-600{border-color:#57534e}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-stone-700{border-color:#44403c}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-stone-800{border-color:#292524}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-stone-900{border-color:#1c1917}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-stone-950{border-color:#0c0a09}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-red-50{border-color:#fef2f2}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-red-100{border-color:#fee2e2}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-red-200{border-color:#fecaca}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-red-300{border-color:#fca5a5}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-red-400{border-color:#f87171}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-red-500{border-color:#ef4444}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-red-600{border-color:#dc2626}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-red-700{border-color:#b91c1c}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-red-800{border-color:#991b1b}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-red-900{border-color:#7f1d1d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-red-950{border-color:#450a0a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-orange-50{border-color:#fff7ed}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-orange-100{border-color:#ffedd5}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-orange-200{border-color:#fed7aa}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-orange-300{border-color:#fdba74}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-orange-400{border-color:#fb923c}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-orange-500{border-color:#f97316}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-orange-600{border-color:#ea580c}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-orange-700{border-color:#c2410c}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-orange-800{border-color:#9a3412}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-orange-900{border-color:#7c2d12}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-orange-950{border-color:#431407}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-amber-50{border-color:#fffbeb}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-amber-100{border-color:#fef3c7}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-amber-200{border-color:#fde68a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-amber-300{border-color:#fcd34d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-amber-400{border-color:#fbbf24}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-amber-500{border-color:#f59e0b}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-amber-600{border-color:#d97706}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-amber-700{border-color:#b45309}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-amber-800{border-color:#92400e}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-amber-900{border-color:#78350f}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-amber-950{border-color:#451a03}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-yellow-50{border-color:#fefce8}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-yellow-100{border-color:#fef9c3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-yellow-200{border-color:#fef08a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-yellow-300{border-color:#fde047}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-yellow-400{border-color:#facc15}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-yellow-500{border-color:#eab308}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-yellow-600{border-color:#ca8a04}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-yellow-700{border-color:#a16207}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-yellow-800{border-color:#854d0e}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-yellow-900{border-color:#713f12}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-yellow-950{border-color:#422006}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-lime-50{border-color:#f7fee7}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-lime-100{border-color:#ecfccb}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-lime-200{border-color:#d9f99d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-lime-300{border-color:#bef264}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-lime-400{border-color:#a3e635}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-lime-500{border-color:#84cc16}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-lime-600{border-color:#65a30d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-lime-700{border-color:#4d7c0f}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-lime-800{border-color:#3f6212}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-lime-900{border-color:#365314}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-lime-950{border-color:#1a2e05}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-green-50{border-color:#f0fdf4}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-green-100{border-color:#dcfce7}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-green-200{border-color:#bbf7d0}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-green-300{border-color:#86efac}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-green-400{border-color:#4ade80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-green-500{border-color:#22c55e}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-green-600{border-color:#16a34a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-green-700{border-color:#15803d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-green-800{border-color:#166534}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-green-900{border-color:#14532d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-green-950{border-color:#052e16}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-emerald-50{border-color:#ecfdf5}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-emerald-100{border-color:#d1fae5}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-emerald-200{border-color:#a7f3d0}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-emerald-300{border-color:#6ee7b7}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-emerald-400{border-color:#34d399}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-emerald-500{border-color:#10b981}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-emerald-600{border-color:#059669}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-emerald-700{border-color:#047857}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-emerald-800{border-color:#065f46}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-emerald-900{border-color:#064e3b}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-emerald-950{border-color:#022c22}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-teal-50{border-color:#f0fdfa}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-teal-100{border-color:#ccfbf1}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-teal-200{border-color:#99f6e4}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-teal-300{border-color:#5eead4}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-teal-400{border-color:#2dd4bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-teal-500{border-color:#14b8a6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-teal-600{border-color:#0d9488}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-teal-700{border-color:#0f766e}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-teal-800{border-color:#115e59}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-teal-900{border-color:#134e4a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-teal-950{border-color:#042f2e}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-cyan-50{border-color:#ecfeff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-cyan-100{border-color:#cffafe}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-cyan-200{border-color:#a5f3fc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-cyan-300{border-color:#67e8f9}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-cyan-400{border-color:#22d3ee}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-cyan-500{border-color:#06b6d4}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-cyan-600{border-color:#0891b2}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-cyan-700{border-color:#0e7490}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-cyan-800{border-color:#155e75}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-cyan-900{border-color:#164e63}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-cyan-950{border-color:#083344}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-sky-50{border-color:#f0f9ff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-sky-100{border-color:#e0f2fe}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-sky-200{border-color:#bae6fd}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-sky-300{border-color:#7dd3fc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-sky-400{border-color:#38bdf8}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-sky-500{border-color:#0ea5e9}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-sky-600{border-color:#0284c7}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-sky-700{border-color:#0369a1}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-sky-800{border-color:#075985}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-sky-900{border-color:#0c4a6e}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-sky-950{border-color:#082f49}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-blue-50{border-color:#eff6ff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-blue-100{border-color:#dbeafe}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-blue-200{border-color:#bfdbfe}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-blue-300{border-color:#93c5fd}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-blue-400{border-color:#60a5fa}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-blue-500{border-color:#3b82f6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-blue-600{border-color:#2563eb}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-blue-700{border-color:#1d4ed8}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-blue-800{border-color:#1e40af}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-blue-900{border-color:#1e3a8a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-blue-950{border-color:#172554}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-indigo-50{border-color:#eef2ff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-indigo-100{border-color:#e0e7ff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-indigo-200{border-color:#c7d2fe}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-indigo-300{border-color:#a5b4fc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-indigo-400{border-color:#818cf8}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-indigo-500{border-color:#6366f1}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-indigo-600{border-color:#4f46e5}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-indigo-700{border-color:#4338ca}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-indigo-800{border-color:#3730a3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-indigo-900{border-color:#312e81}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-indigo-950{border-color:#1e1b4b}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-violet-50{border-color:#f5f3ff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-violet-100{border-color:#ede9fe}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-violet-200{border-color:#ddd6fe}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-violet-300{border-color:#c4b5fd}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-violet-400{border-color:#a78bfa}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-violet-500{border-color:#8b5cf6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-violet-600{border-color:#7c3aed}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-violet-700{border-color:#6d28d9}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-violet-800{border-color:#5b21b6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-violet-900{border-color:#4c1d95}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-violet-950{border-color:#2e1065}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-purple-50{border-color:#faf5ff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-purple-100{border-color:#f3e8ff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-purple-200{border-color:#e9d5ff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-purple-300{border-color:#d8b4fe}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-purple-400{border-color:#c084fc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-purple-500{border-color:#a855f7}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-purple-600{border-color:#9333ea}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-purple-700{border-color:#7e22ce}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-purple-800{border-color:#6b21a8}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-purple-900{border-color:#581c87}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-purple-950{border-color:#3b0764}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-fuchsia-50{border-color:#fdf4ff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-fuchsia-100{border-color:#fae8ff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-fuchsia-200{border-color:#f5d0fe}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-fuchsia-300{border-color:#f0abfc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-fuchsia-400{border-color:#e879f9}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-fuchsia-500{border-color:#d946ef}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-fuchsia-600{border-color:#c026d3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-fuchsia-700{border-color:#a21caf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-fuchsia-800{border-color:#86198f}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-fuchsia-900{border-color:#701a75}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-fuchsia-950{border-color:#4a044e}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-pink-50{border-color:#fdf2f8}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-pink-100{border-color:#fce7f3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-pink-200{border-color:#fbcfe8}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-pink-300{border-color:#f9a8d4}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-pink-400{border-color:#f472b6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-pink-500{border-color:#ec4899}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-pink-600{border-color:#db2777}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-pink-700{border-color:#be185d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-pink-800{border-color:#9d174d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-pink-900{border-color:#831843}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-pink-950{border-color:#500724}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-rose-50{border-color:#fff1f2}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-rose-100{border-color:#ffe4e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-rose-200{border-color:#fecdd3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-rose-300{border-color:#fda4af}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-rose-400{border-color:#fb7185}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-rose-500{border-color:#f43f5e}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-rose-600{border-color:#e11d48}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-rose-700{border-color:#be123c}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-rose-800{border-color:#9f1239}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-rose-900{border-color:#881337}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-rose-950{border-color:#4c0519}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-primary{border-color:#3874ff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-primary-bold{border-color:#002660}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-primary-hover{border-color:#003585}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-primary-border{border-color:#156ef3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-primary-focus-lv1{border-color:#6492ff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-primary-focus-lv2{border-color:#c7ddff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-primary-bg-color{border-color:#f8fbff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-success{border-color:#00bd7e}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-success-bold{border-color:#006c58}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-success-hover{border-color:#008d5e}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-success-border{border-color:#17e5a1}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-success-focus-lv1{border-color:#a9fbe0}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-success-bg-color{border-color:#ebfff8}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-warning{border-color:#ffb41f}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-warning-bold{border-color:#b77d09}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-warning-hover{border-color:#e39f17}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-warning-border{border-color:#f7c86a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-warning-focus-lv1{border-color:#fbe0a9}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-warning-bg-color{border-color:#fff8eb}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-danger{border-color:#b20000}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-danger-bold{border-color:#920122}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-danger-hover{border-color:#c60833}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-danger-border{border-color:#f35370}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-danger-focus-lv1{border-color:#fdabb9}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-danger-bg-color{border-color:#fff1f4}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-info{border-color:#2668cb}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-info-bold{border-color:#023480}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-info-hover{border-color:#0f4eae}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-info-border{border-color:#679ef2}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-info-focus-lv1{border-color:#c1d9fd}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-info-bg-color{border-color:#f2f7ff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-neutral-100{border-color:#1a1a1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-neutral-90{border-color:#424242}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-neutral-80{border-color:#616161}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-neutral-70{border-color:#757575}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-neutral-60{border-color:#9e9e9e}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-neutral-50{border-color:#c2c2c2}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-neutral-40{border-color:#e0e0e0}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-neutral-30{border-color:#ededed}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-neutral-20{border-color:#f5f5f5}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:border-base{border-color:#f5f7fa}}.md\:rounded{border-radius:.25rem}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-none{border-radius:0}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-e-none{border-start-end-radius:0px;border-end-end-radius:0px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-s-none{border-start-start-radius:0px;border-end-start-radius:0px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-ss-none{border-start-start-radius:0px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-se-none{border-start-end-radius:0px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-ee-none{border-end-end-radius:0px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-es-none{border-end-start-radius:0px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-tl-none{border-top-left-radius:0}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-tr-none{border-top-right-radius:0}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-br-none{border-bottom-right-radius:0}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-md{border-radius:.375rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-e-md{border-start-end-radius:.375rem;border-end-end-radius:.375rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-s-md{border-start-start-radius:.375rem;border-end-start-radius:.375rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-b-md{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-ss-md{border-start-start-radius:.375rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-se-md{border-start-end-radius:.375rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-ee-md{border-end-end-radius:.375rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-es-md{border-end-start-radius:.375rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-tl-md{border-top-left-radius:.375rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-tr-md{border-top-right-radius:.375rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-br-md{border-bottom-right-radius:.375rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-lg{border-radius:.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-e-lg{border-start-end-radius:.5rem;border-end-end-radius:.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-s-lg{border-start-start-radius:.5rem;border-end-start-radius:.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-ss-lg{border-start-start-radius:.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-se-lg{border-start-end-radius:.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-ee-lg{border-end-end-radius:.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-es-lg{border-end-start-radius:.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-tl-lg{border-top-left-radius:.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-tr-lg{border-top-right-radius:.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-br-lg{border-bottom-right-radius:.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-xl{border-radius:.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-e-xl{border-start-end-radius:.75rem;border-end-end-radius:.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-s-xl{border-start-start-radius:.75rem;border-end-start-radius:.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-r-xl{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-l-xl{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-ss-xl{border-start-start-radius:.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-se-xl{border-start-end-radius:.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-ee-xl{border-end-end-radius:.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-es-xl{border-end-start-radius:.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-tl-xl{border-top-left-radius:.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-tr-xl{border-top-right-radius:.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-br-xl{border-bottom-right-radius:.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-2xl{border-radius:1rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-e-2xl{border-start-end-radius:1rem;border-end-end-radius:1rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-s-2xl{border-start-start-radius:1rem;border-end-start-radius:1rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-r-2xl{border-top-right-radius:1rem;border-bottom-right-radius:1rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-l-2xl{border-top-left-radius:1rem;border-bottom-left-radius:1rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-ss-2xl{border-start-start-radius:1rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-se-2xl{border-start-end-radius:1rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-ee-2xl{border-end-end-radius:1rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-es-2xl{border-end-start-radius:1rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-tl-2xl{border-top-left-radius:1rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-tr-2xl{border-top-right-radius:1rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-br-2xl{border-bottom-right-radius:1rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-3xl{border-radius:1.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-e-3xl{border-start-end-radius:1.5rem;border-end-end-radius:1.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-s-3xl{border-start-start-radius:1.5rem;border-end-start-radius:1.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-r-3xl{border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-b-3xl{border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-l-3xl{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-ss-3xl{border-start-start-radius:1.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-se-3xl{border-start-end-radius:1.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-ee-3xl{border-end-end-radius:1.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-es-3xl{border-end-start-radius:1.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-tl-3xl{border-top-left-radius:1.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-tr-3xl{border-top-right-radius:1.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-br-3xl{border-bottom-right-radius:1.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-full{border-radius:9999px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-e-full{border-start-end-radius:9999px;border-end-end-radius:9999px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-s-full{border-start-start-radius:9999px;border-end-start-radius:9999px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-t-full{border-top-left-radius:9999px;border-top-right-radius:9999px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-b-full{border-bottom-right-radius:9999px;border-bottom-left-radius:9999px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-ss-full{border-start-start-radius:9999px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-se-full{border-start-end-radius:9999px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-ee-full{border-end-end-radius:9999px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-es-full{border-end-start-radius:9999px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-tl-full{border-top-left-radius:9999px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-tr-full{border-top-right-radius:9999px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:rounded-br-full{border-bottom-right-radius:9999px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-center{text-align:center}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-left{text-align:left}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-right{text-align:right}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-justify{text-align:justify}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-start{text-align:start}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-end{text-align:end}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-transparent{color:transparent}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-black{color:#000}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-white{color:#fff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-slate-50{color:#f8fafc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-slate-100{color:#f1f5f9}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-slate-200{color:#e2e8f0}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-slate-300{color:#cbd5e1}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-slate-400{color:#94a3b8}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-slate-500{color:#64748b}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-slate-600{color:#475569}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-slate-700{color:#334155}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-slate-800{color:#1e293b}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-slate-900{color:#0f172a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-slate-950{color:#020617}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-gray-50{color:#f9fafb}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-gray-100{color:#f3f4f6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-gray-200{color:#e5e7eb}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-gray-300{color:#d1d5db}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-gray-400{color:#9ca3af}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-gray-500{color:#6b7280}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-gray-600{color:#4b5563}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-gray-700{color:#374151}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-gray-800{color:#1f2937}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-gray-900{color:#111827}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-gray-950{color:#030712}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-zinc-50{color:#fafafa}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-zinc-100{color:#f4f4f5}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-zinc-200{color:#e4e4e7}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-zinc-300{color:#d4d4d8}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-zinc-400{color:#a1a1aa}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-zinc-500{color:#71717a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-zinc-600{color:#52525b}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-zinc-700{color:#3f3f46}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-zinc-800{color:#27272a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-zinc-900{color:#18181b}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-zinc-950{color:#09090b}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-neutral-50{color:#fafafa}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-neutral-100{color:#f5f5f5}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-neutral-200{color:#e5e5e5}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-neutral-300{color:#d4d4d4}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-neutral-400{color:#a3a3a3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-neutral-500{color:#737373}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-neutral-600{color:#525252}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-neutral-700{color:#404040}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-neutral-800{color:#262626}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-neutral-900{color:#171717}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-neutral-950{color:#0a0a0a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-stone-50{color:#fafaf9}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-stone-100{color:#f5f5f4}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-stone-200{color:#e7e5e4}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-stone-300{color:#d6d3d1}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-stone-400{color:#a8a29e}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-stone-500{color:#78716c}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-stone-600{color:#57534e}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-stone-700{color:#44403c}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-stone-800{color:#292524}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-stone-900{color:#1c1917}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-stone-950{color:#0c0a09}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-red-50{color:#fef2f2}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-red-100{color:#fee2e2}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-red-200{color:#fecaca}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-red-300{color:#fca5a5}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-red-400{color:#f87171}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-red-500{color:#ef4444}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-red-600{color:#dc2626}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-red-700{color:#b91c1c}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-red-800{color:#991b1b}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-red-900{color:#7f1d1d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-red-950{color:#450a0a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-orange-50{color:#fff7ed}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-orange-100{color:#ffedd5}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-orange-200{color:#fed7aa}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-orange-300{color:#fdba74}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-orange-400{color:#fb923c}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-orange-500{color:#f97316}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-orange-600{color:#ea580c}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-orange-700{color:#c2410c}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-orange-800{color:#9a3412}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-orange-900{color:#7c2d12}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-orange-950{color:#431407}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-amber-50{color:#fffbeb}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-amber-100{color:#fef3c7}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-amber-200{color:#fde68a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-amber-300{color:#fcd34d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-amber-400{color:#fbbf24}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-amber-500{color:#f59e0b}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-amber-600{color:#d97706}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-amber-700{color:#b45309}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-amber-800{color:#92400e}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-amber-900{color:#78350f}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-amber-950{color:#451a03}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-yellow-50{color:#fefce8}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-yellow-100{color:#fef9c3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-yellow-200{color:#fef08a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-yellow-300{color:#fde047}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-yellow-400{color:#facc15}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-yellow-500{color:#eab308}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-yellow-600{color:#ca8a04}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-yellow-700{color:#a16207}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-yellow-800{color:#854d0e}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-yellow-900{color:#713f12}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-yellow-950{color:#422006}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-lime-50{color:#f7fee7}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-lime-100{color:#ecfccb}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-lime-200{color:#d9f99d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-lime-300{color:#bef264}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-lime-400{color:#a3e635}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-lime-500{color:#84cc16}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-lime-600{color:#65a30d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-lime-700{color:#4d7c0f}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-lime-800{color:#3f6212}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-lime-900{color:#365314}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-lime-950{color:#1a2e05}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-green-50{color:#f0fdf4}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-green-100{color:#dcfce7}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-green-200{color:#bbf7d0}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-green-300{color:#86efac}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-green-400{color:#4ade80}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-green-500{color:#22c55e}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-green-600{color:#16a34a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-green-700{color:#15803d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-green-800{color:#166534}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-green-900{color:#14532d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-green-950{color:#052e16}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-emerald-50{color:#ecfdf5}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-emerald-100{color:#d1fae5}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-emerald-200{color:#a7f3d0}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-emerald-300{color:#6ee7b7}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-emerald-400{color:#34d399}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-emerald-500{color:#10b981}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-emerald-600{color:#059669}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-emerald-700{color:#047857}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-emerald-800{color:#065f46}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-emerald-900{color:#064e3b}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-emerald-950{color:#022c22}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-teal-50{color:#f0fdfa}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-teal-100{color:#ccfbf1}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-teal-200{color:#99f6e4}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-teal-300{color:#5eead4}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-teal-400{color:#2dd4bf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-teal-500{color:#14b8a6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-teal-600{color:#0d9488}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-teal-700{color:#0f766e}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-teal-800{color:#115e59}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-teal-900{color:#134e4a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-teal-950{color:#042f2e}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-cyan-50{color:#ecfeff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-cyan-100{color:#cffafe}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-cyan-200{color:#a5f3fc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-cyan-300{color:#67e8f9}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-cyan-400{color:#22d3ee}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-cyan-500{color:#06b6d4}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-cyan-600{color:#0891b2}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-cyan-700{color:#0e7490}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-cyan-800{color:#155e75}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-cyan-900{color:#164e63}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-cyan-950{color:#083344}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-sky-50{color:#f0f9ff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-sky-100{color:#e0f2fe}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-sky-200{color:#bae6fd}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-sky-300{color:#7dd3fc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-sky-400{color:#38bdf8}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-sky-500{color:#0ea5e9}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-sky-600{color:#0284c7}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-sky-700{color:#0369a1}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-sky-800{color:#075985}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-sky-900{color:#0c4a6e}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-sky-950{color:#082f49}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-blue-50{color:#eff6ff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-blue-100{color:#dbeafe}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-blue-200{color:#bfdbfe}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-blue-300{color:#93c5fd}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-blue-400{color:#60a5fa}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-blue-500{color:#3b82f6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-blue-600{color:#2563eb}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-blue-700{color:#1d4ed8}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-blue-800{color:#1e40af}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-blue-900{color:#1e3a8a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-blue-950{color:#172554}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-indigo-50{color:#eef2ff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-indigo-100{color:#e0e7ff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-indigo-200{color:#c7d2fe}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-indigo-300{color:#a5b4fc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-indigo-400{color:#818cf8}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-indigo-500{color:#6366f1}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-indigo-600{color:#4f46e5}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-indigo-700{color:#4338ca}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-indigo-800{color:#3730a3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-indigo-900{color:#312e81}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-indigo-950{color:#1e1b4b}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-violet-50{color:#f5f3ff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-violet-100{color:#ede9fe}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-violet-200{color:#ddd6fe}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-violet-300{color:#c4b5fd}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-violet-400{color:#a78bfa}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-violet-500{color:#8b5cf6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-violet-600{color:#7c3aed}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-violet-700{color:#6d28d9}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-violet-800{color:#5b21b6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-violet-900{color:#4c1d95}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-violet-950{color:#2e1065}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-purple-50{color:#faf5ff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-purple-100{color:#f3e8ff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-purple-200{color:#e9d5ff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-purple-300{color:#d8b4fe}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-purple-400{color:#c084fc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-purple-500{color:#a855f7}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-purple-600{color:#9333ea}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-purple-700{color:#7e22ce}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-purple-800{color:#6b21a8}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-purple-900{color:#581c87}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-purple-950{color:#3b0764}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-fuchsia-50{color:#fdf4ff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-fuchsia-100{color:#fae8ff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-fuchsia-200{color:#f5d0fe}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-fuchsia-300{color:#f0abfc}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-fuchsia-400{color:#e879f9}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-fuchsia-500{color:#d946ef}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-fuchsia-600{color:#c026d3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-fuchsia-700{color:#a21caf}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-fuchsia-800{color:#86198f}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-fuchsia-900{color:#701a75}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-fuchsia-950{color:#4a044e}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-pink-50{color:#fdf2f8}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-pink-100{color:#fce7f3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-pink-200{color:#fbcfe8}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-pink-300{color:#f9a8d4}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-pink-400{color:#f472b6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-pink-500{color:#ec4899}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-pink-600{color:#db2777}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-pink-700{color:#be185d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-pink-800{color:#9d174d}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-pink-900{color:#831843}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-pink-950{color:#500724}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-rose-50{color:#fff1f2}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-rose-100{color:#ffe4e6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-rose-200{color:#fecdd3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-rose-300{color:#fda4af}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-rose-400{color:#fb7185}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-rose-500{color:#f43f5e}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-rose-600{color:#e11d48}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-rose-700{color:#be123c}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-rose-800{color:#9f1239}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-rose-900{color:#881337}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-rose-950{color:#4c0519}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-primary{color:#3874ff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-primary-bold{color:#002660}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-primary-hover{color:#003585}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-primary-border{color:#156ef3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-primary-focus-lv1{color:#6492ff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-primary-focus-lv2{color:#c7ddff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-primary-bg-color{color:#f8fbff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-success{color:#00bd7e}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-success-bold{color:#006c58}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-success-hover{color:#008d5e}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-success-border{color:#17e5a1}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-success-focus-lv1{color:#a9fbe0}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-success-bg-color{color:#ebfff8}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-warning{color:#ffb41f}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-warning-bold{color:#b77d09}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-warning-hover{color:#e39f17}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-warning-border{color:#f7c86a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-warning-focus-lv1{color:#fbe0a9}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-warning-bg-color{color:#fff8eb}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-danger{color:#b20000}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-danger-bold{color:#920122}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-danger-hover{color:#c60833}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-danger-border{color:#f35370}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-danger-focus-lv1{color:#fdabb9}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-danger-bg-color{color:#fff1f4}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-info{color:#2668cb}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-info-bold{color:#023480}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-info-hover{color:#0f4eae}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-info-border{color:#679ef2}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-info-focus-lv1{color:#c1d9fd}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-info-bg-color{color:#f2f7ff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-neutral-100{color:#1a1a1a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-neutral-90{color:#424242}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-neutral-80{color:#616161}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-neutral-70{color:#757575}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-neutral-60{color:#9e9e9e}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-neutral-50{color:#c2c2c2}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-neutral-40{color:#e0e0e0}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-neutral-30{color:#ededed}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-neutral-20{color:#f5f5f5}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-base{color:#f5f7fa}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-extraLight{font-family:Mulish-ExtraLight,sans-serif}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-light{font-family:Mulish-Light,sans-serif}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-regular{font-family:Mulish-Regular,sans-serif}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-medium{font-family:Mulish-Medium,sans-serif}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-semiBold{font-family:Mulish-SemiBold,sans-serif}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-bold{font-family:Mulish-SemiBold,sans-serif}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-extraBold{font-family:Mulish-ExtraBold,sans-serif}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-black{font-family:Mulish-Black,sans-serif}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-blackItalic{font-family:Mulish-BlackItalic,sans-serif}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-boldItalic{font-family:Mulish-BoldItalic,sans-serif}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-extraBoldItalic{font-family:Mulish-ExtraBoldItalic,sans-serif}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-extraLightItalic{font-family:Mulish-ExtraLightItalic,sans-serif}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-italic{font-family:Mulish-Italic,sans-serif}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-lightItalic{font-family:Mulish-LightItalic,sans-serif}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-mediumItalic{font-family:Mulish-MediumItalic,sans-serif}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:text-semiBoldItalic{font-family:Mulish-SemiBoldItalic,sans-serif}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:top-0{top:0px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:top-px{top:1px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:top-1{top:.25rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:top-2{top:.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:top-3{top:.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:top-4{top:1rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:top-5{top:1.25rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:top-6{top:1.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:top-7{top:1.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:top-8{top:2rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:top-9{top:2.25rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:top-10{top:2.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:top-11{top:2.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:top-12{top:3rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:top-14{top:3.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:top-16{top:4rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:top-20{top:5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:top-24{top:6rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:top-28{top:7rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:top-32{top:8rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:top-36{top:9rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:top-40{top:10rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:top-44{top:11rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:top-48{top:12rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:top-52{top:13rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:top-56{top:14rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:top-60{top:15rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:top-64{top:16rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:top-72{top:18rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:top-80{top:20rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:top-96{top:24rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:top-auto{top:auto}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:top-full{top:100%}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:top-screen{top:100vh}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:top-min{top:min-content}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:top-max{top:max-content}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:top-fit{top:fit-content}}.md\:top-1\/2{top:50%}.md\:top-1\/3{top:33.333333%}.md\:top-1\/4{top:25%}.md\:top-1\/5{top:20%}.md\:top-1\/6{top:16.666667%}.md\:top-1\/12{top:8.333333%}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bottom-0{bottom:0px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bottom-px{bottom:1px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bottom-1{bottom:.25rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bottom-2{bottom:.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bottom-3{bottom:.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bottom-4{bottom:1rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bottom-5{bottom:1.25rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bottom-6{bottom:1.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bottom-7{bottom:1.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bottom-8{bottom:2rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bottom-9{bottom:2.25rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bottom-10{bottom:2.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bottom-11{bottom:2.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bottom-12{bottom:3rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bottom-14{bottom:3.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bottom-16{bottom:4rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bottom-20{bottom:5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bottom-24{bottom:6rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bottom-28{bottom:7rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bottom-32{bottom:8rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bottom-36{bottom:9rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bottom-40{bottom:10rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bottom-44{bottom:11rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bottom-48{bottom:12rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bottom-52{bottom:13rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bottom-56{bottom:14rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bottom-60{bottom:15rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bottom-64{bottom:16rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bottom-72{bottom:18rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bottom-80{bottom:20rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bottom-96{bottom:24rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bottom-auto{bottom:auto}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bottom-full{bottom:100%}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bottom-screen{bottom:100vh}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bottom-min{bottom:min-content}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bottom-max{bottom:max-content}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:bottom-fit{bottom:fit-content}}.md\:bottom-1\/2{bottom:50%}.md\:bottom-1\/3{bottom:33.333333%}.md\:bottom-1\/4{bottom:25%}.md\:bottom-1\/5{bottom:20%}.md\:bottom-1\/6{bottom:16.666667%}.md\:bottom-1\/12{bottom:8.333333%}@media screen and (max-width: 767px) and (min-width: 376px){.md\:right-0{right:0px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:right-px{right:1px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:right-1{right:.25rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:right-2{right:.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:right-3{right:.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:right-4{right:1rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:right-5{right:1.25rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:right-6{right:1.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:right-7{right:1.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:right-8{right:2rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:right-9{right:2.25rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:right-10{right:2.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:right-11{right:2.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:right-12{right:3rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:right-14{right:3.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:right-16{right:4rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:right-20{right:5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:right-24{right:6rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:right-28{right:7rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:right-32{right:8rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:right-36{right:9rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:right-40{right:10rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:right-44{right:11rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:right-48{right:12rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:right-52{right:13rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:right-56{right:14rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:right-60{right:15rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:right-64{right:16rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:right-72{right:18rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:right-80{right:20rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:right-96{right:24rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:right-auto{right:auto}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:right-full{right:100%}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:right-screen{right:100vh}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:right-min{right:min-content}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:right-max{right:max-content}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:right-fit{right:fit-content}}.md\:right-1\/2{right:50%}.md\:right-1\/3{right:33.333333%}.md\:right-1\/4{right:25%}.md\:right-1\/5{right:20%}.md\:right-1\/6{right:16.666667%}.md\:right-1\/12{right:8.333333%}@media screen and (max-width: 767px) and (min-width: 376px){.md\:left-0{left:0px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:left-px{left:1px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:left-1{left:.25rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:left-2{left:.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:left-3{left:.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:left-4{left:1rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:left-5{left:1.25rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:left-6{left:1.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:left-7{left:1.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:left-8{left:2rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:left-9{left:2.25rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:left-10{left:2.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:left-11{left:2.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:left-12{left:3rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:left-14{left:3.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:left-16{left:4rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:left-20{left:5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:left-24{left:6rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:left-28{left:7rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:left-32{left:8rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:left-36{left:9rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:left-40{left:10rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:left-44{left:11rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:left-48{left:12rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:left-52{left:13rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:left-56{left:14rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:left-60{left:15rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:left-64{left:16rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:left-72{left:18rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:left-80{left:20rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:left-96{left:24rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:left-auto{left:auto}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:left-full{left:100%}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:left-screen{left:100vh}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:left-min{left:min-content}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:left-max{left:max-content}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:left-fit{left:fit-content}}.md\:left-1\/2{left:50%}.md\:left-1\/3{left:33.333333%}.md\:left-1\/4{left:25%}.md\:left-1\/5{left:20%}.md\:left-1\/6{left:16.666667%}.md\:left-1\/12{left:8.333333%}@media screen and (max-width: 767px) and (min-width: 376px){.md\:z-0{z-index:0}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:z-10{z-index:10}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:z-20{z-index:20}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:z-30{z-index:30}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:z-40{z-index:40}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:z-50{z-index:50}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:z-auto{z-index:auto}}.md\:m-auto{margin:auto}.md\:ml-auto{margin-left:auto}.md\:mr-auto{margin-right:auto}.md\:mx-auto{margin:0 auto}.md\:my-auto{margin:auto 0}.md\:mb-auto{margin-bottom:auto}.md\:mt-auto{margin-top:auto}.md\:m-0{margin:0}.md\:ml-0{margin-left:0}.md\:mr-0{margin-right:0}.md\:mx-0,.md\:my-0{margin:0}.md\:mb-0{margin-bottom:0}.md\:mt-0{margin-top:0}.md\:m-1{margin:.25rem}.md\:ml-1{margin-left:.25rem}.md\:mr-1{margin-right:.25rem}.md\:mx-1{margin:0px .25rem}.md\:my-1{margin:.25rem 0px}.md\:mb-1{margin-bottom:.25rem}.md\:mt-1{margin-top:.25rem}.md\:m-2{margin:.5rem}.md\:ml-2{margin-left:.5rem}.md\:mr-2{margin-right:.5rem}.md\:mx-2{margin:0px .5rem}.md\:my-2{margin:.5rem 0px}.md\:mb-2{margin-bottom:.5rem}.md\:mt-2{margin-top:.5rem}.md\:m-3{margin:.75rem}.md\:ml-3{margin-left:.75rem}.md\:mr-3{margin-right:.75rem}.md\:mx-3{margin:0px .75rem}.md\:my-3{margin:.75rem 0px}.md\:mb-3{margin-bottom:.75rem}.md\:mt-3{margin-top:.75rem}.md\:m-4{margin:1rem}.md\:ml-4{margin-left:1rem}.md\:mr-4{margin-right:1rem}.md\:mx-4{margin:0px 1rem}.md\:my-4{margin:1rem 0px}.md\:mb-4{margin-bottom:1rem}.md\:mt-4{margin-top:1rem}.md\:m-5{margin:1.25rem}.md\:ml-5{margin-left:1.25rem}.md\:mr-5{margin-right:1.25rem}.md\:mx-5{margin:0px 1.25rem}.md\:my-5{margin:1.25rem 0px}.md\:mb-5{margin-bottom:1.25rem}.md\:mt-5{margin-top:1.25rem}.md\:m-6{margin:1.5rem}.md\:ml-6{margin-left:1.5rem}.md\:mr-6{margin-right:1.5rem}.md\:mx-6{margin:0px 1.5rem}.md\:my-6{margin:1.5rem 0px}.md\:mb-6{margin-bottom:1.5rem}.md\:mt-6{margin-top:1.5rem}.md\:m-7{margin:1.75rem}.md\:ml-7{margin-left:1.75rem}.md\:mr-7{margin-right:1.75rem}.md\:mx-7{margin:0px 1.75rem}.md\:my-7{margin:1.75rem 0px}.md\:mb-7{margin-bottom:1.75rem}.md\:mt-7{margin-top:1.75rem}.md\:m-8{margin:2rem}.md\:ml-8{margin-left:2rem}.md\:mr-8{margin-right:2rem}.md\:mx-8{margin:0px 2rem}.md\:my-8{margin:2rem 0px}.md\:mb-8{margin-bottom:2rem}.md\:mt-8{margin-top:2rem}.md\:m-9{margin:2.25rem}.md\:ml-9{margin-left:2.25rem}.md\:mr-9{margin-right:2.25rem}.md\:mx-9{margin:0px 2.25rem}.md\:my-9{margin:2.25rem 0px}.md\:mb-9{margin-bottom:2.25rem}.md\:mt-9{margin-top:2.25rem}.md\:m-10{margin:2.5rem}.md\:ml-10{margin-left:2.5rem}.md\:mr-10{margin-right:2.5rem}.md\:mx-10{margin:0px 2.5rem}.md\:my-10{margin:2.5rem 0px}.md\:mb-10{margin-bottom:2.5rem}.md\:mt-10{margin-top:2.5rem}.md\:m-11{margin:2.75rem}.md\:ml-11{margin-left:2.75rem}.md\:mr-11{margin-right:2.75rem}.md\:mx-11{margin:0px 2.75rem}.md\:my-11{margin:2.75rem 0px}.md\:mb-11{margin-bottom:2.75rem}.md\:mt-11{margin-top:2.75rem}.md\:m-12{margin:3rem}.md\:ml-12{margin-left:3rem}.md\:mr-12{margin-right:3rem}.md\:mx-12{margin:0px 3rem}.md\:my-12{margin:3rem 0px}.md\:mb-12{margin-bottom:3rem}.md\:mt-12{margin-top:3rem}.md\:m-14{margin:3.5rem}.md\:ml-14{margin-left:3.5rem}.md\:mr-14{margin-right:3.5rem}.md\:mx-14{margin:0px 3.5rem}.md\:my-14{margin:3.5rem 0px}.md\:mb-14{margin-bottom:3.5rem}.md\:mt-14{margin-top:3.5rem}.md\:m-16{margin:4rem}.md\:ml-16{margin-left:4rem}.md\:mr-16{margin-right:4rem}.md\:mx-16{margin:0px 4rem}.md\:my-16{margin:4rem 0px}.md\:mb-16{margin-bottom:4rem}.md\:mt-16{margin-top:4rem}.md\:m-20{margin:5rem}.md\:ml-20{margin-left:5rem}.md\:mr-20{margin-right:5rem}.md\:mx-20{margin:0px 5rem}.md\:my-20{margin:5rem 0px}.md\:mb-20{margin-bottom:5rem}.md\:mt-20{margin-top:5rem}.md\:m-24{margin:6rem}.md\:ml-24{margin-left:6rem}.md\:mr-24{margin-right:6rem}.md\:mx-24{margin:0px 6rem}.md\:my-24{margin:6rem 0px}.md\:mb-24{margin-bottom:6rem}.md\:mt-24{margin-top:6rem}.md\:m-28{margin:7rem}.md\:ml-28{margin-left:7rem}.md\:mr-28{margin-right:7rem}.md\:mx-28{margin:0px 7rem}.md\:my-28{margin:7rem 0px}.md\:mb-28{margin-bottom:7rem}.md\:mt-28{margin-top:7rem}.md\:m-32{margin:8rem}.md\:ml-32{margin-left:8rem}.md\:mr-32{margin-right:8rem}.md\:mx-32{margin:0px 8rem}.md\:my-32{margin:8rem 0px}.md\:mb-32{margin-bottom:8rem}.md\:mt-32{margin-top:8rem}.md\:m-36{margin:9rem}.md\:ml-36{margin-left:9rem}.md\:mr-36{margin-right:9rem}.md\:mx-36{margin:0px 9rem}.md\:my-36{margin:9rem 0px}.md\:mb-36{margin-bottom:9rem}.md\:mt-36{margin-top:9rem}.md\:m-40{margin:10rem}.md\:ml-40{margin-left:10rem}.md\:mr-40{margin-right:10rem}.md\:mx-40{margin:0px 10rem}.md\:my-40{margin:10rem 0px}.md\:mb-40{margin-bottom:10rem}.md\:mt-40{margin-top:10rem}.md\:m-44{margin:11rem}.md\:ml-44{margin-left:11rem}.md\:mr-44{margin-right:11rem}.md\:mx-44{margin:0px 11rem}.md\:my-44{margin:11rem 0px}.md\:mb-44{margin-bottom:11rem}.md\:mt-44{margin-top:11rem}.md\:m-48{margin:12rem}.md\:ml-48{margin-left:12rem}.md\:mr-48{margin-right:12rem}.md\:mx-48{margin:0px 12rem}.md\:my-48{margin:12rem 0px}.md\:mb-48{margin-bottom:12rem}.md\:mt-48{margin-top:12rem}.md\:m-52{margin:13rem}.md\:ml-52{margin-left:13rem}.md\:mr-52{margin-right:13rem}.md\:mx-52{margin:0px 13rem}.md\:my-52{margin:13rem 0px}.md\:mb-52{margin-bottom:13rem}.md\:mt-52{margin-top:13rem}.md\:m-56{margin:14rem}.md\:ml-56{margin-left:14rem}.md\:mr-56{margin-right:14rem}.md\:mx-56{margin:0px 14rem}.md\:my-56{margin:14rem 0px}.md\:mb-56{margin-bottom:14rem}.md\:mt-56{margin-top:14rem}.md\:m-60{margin:15rem}.md\:ml-60{margin-left:15rem}.md\:mr-60{margin-right:15rem}.md\:mx-60{margin:0px 15rem}.md\:my-60{margin:15rem 0px}.md\:mb-60{margin-bottom:15rem}.md\:mt-60{margin-top:15rem}.md\:m-64{margin:16rem}.md\:ml-64{margin-left:16rem}.md\:mr-64{margin-right:16rem}.md\:mx-64{margin:0px 16rem}.md\:my-64{margin:16rem 0px}.md\:mb-64{margin-bottom:16rem}.md\:mt-64{margin-top:16rem}.md\:m-72{margin:18rem}.md\:ml-72{margin-left:18rem}.md\:mr-72{margin-right:18rem}.md\:mx-72{margin:0px 18rem}.md\:my-72{margin:18rem 0px}.md\:mb-72{margin-bottom:18rem}.md\:mt-72{margin-top:18rem}.md\:m-80{margin:20rem}.md\:ml-80{margin-left:20rem}.md\:mr-80{margin-right:20rem}.md\:mx-80{margin:0px 20rem}.md\:my-80{margin:20rem 0px}.md\:mb-80{margin-bottom:20rem}.md\:mt-80{margin-top:20rem}.md\:m-96{margin:24rem}.md\:ml-96{margin-left:24rem}.md\:mr-96{margin-right:24rem}.md\:mx-96{margin:0px 24rem}.md\:my-96{margin:24rem 0px}.md\:mb-96{margin-bottom:24rem}.md\:mt-96{margin-top:24rem}@media screen and (max-width: 767px) and (min-width: 376px){.md\:gap-0{gap:0px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:gap-1{gap:.25rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:gap-2{gap:.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:gap-3{gap:.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:gap-4{gap:1rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:gap-5{gap:1.25rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:gap-6{gap:1.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:gap-7{gap:1.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:gap-8{gap:2rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:gap-9{gap:2.25rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:gap-10{gap:2.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:gap-11{gap:2.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:gap-12{gap:3rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:gap-14{gap:3.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:gap-16{gap:4rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:gap-20{gap:5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:gap-24{gap:6rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:gap-28{gap:7rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:gap-32{gap:8rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:gap-36{gap:9rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:gap-40{gap:10rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:gap-44{gap:11rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:gap-48{gap:12rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:gap-52{gap:13rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:gap-56{gap:14rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:gap-60{gap:15rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:gap-64{gap:16rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:gap-72{gap:18rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:gap-80{gap:20rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:gap-96{gap:24rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:justify-center{justify-content:center}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:justify-end{justify-content:end}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:justify-start{justify-content:start}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:justify-between{justify-content:space-between}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:justify-baseline{justify-content:baseline}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:justify-around{justify-content:space-around}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:justify-evenly{justify-content:space-evenly}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:items-center{align-items:center}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:items-baseline{align-items:baseline}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:items-end{align-items:flex-end}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:items-start{align-items:flex-start}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:grid-cols-none{grid-template-columns:none}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:object-contain{object-fit:contain}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:object-cover{object-fit:cover}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:object-fill{object-fit:fill}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:object-none{object-fit:none}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:object-scale-down{object-fit:scale-down}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:backdrop-blur-none{backdrop-filter:blur(0)}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:backdrop-blur-sm{backdrop-filter:blur(4px)}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:backdrop-blur{backdrop-filter:blur(8px)}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:backdrop-blur-md{backdrop-filter:blur(12px)}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:backdrop-blur-lg{backdrop-filter:blur(16px)}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:backdrop-blur-xl{backdrop-filter:blur(24px)}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:backdrop-blur-2xl{backdrop-filter:blur(40px)}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:backdrop-blur-3xl{backdrop-filter:blur(64px)}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:col-auto{grid-column:auto}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:col-span-1{grid-column:span 1/span 1}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:col-span-2{grid-column:span 2/span 2}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:col-span-3{grid-column:span 3/span 3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:col-span-4{grid-column:span 4/span 4}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:col-span-5{grid-column:span 5/span 5}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:col-span-6{grid-column:span 6/span 6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:col-span-7{grid-column:span 7/span 7}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:col-span-8{grid-column:span 8/span 8}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:col-span-9{grid-column:span 9/span 9}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:col-span-10{grid-column:span 10/span 10}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:col-span-11{grid-column:span 11/span 11}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:col-span-12{grid-column:span 12/span 12}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:col-start-1{grid-column-start:1}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:col-start-2{grid-column-start:2}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:col-start-3{grid-column-start:3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:col-start-4{grid-column-start:4}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:col-start-5{grid-column-start:5}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:col-start-6{grid-column-start:6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:col-start-7{grid-column-start:7}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:col-start-8{grid-column-start:8}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:col-start-9{grid-column-start:9}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:col-start-10{grid-column-start:10}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:col-start-11{grid-column-start:11}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:col-start-12{grid-column-start:12}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:col-start-13{grid-column-start:13}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:col-start-auto{grid-column-start:auto}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:col-end-1{grid-column-end:1}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:col-end-2{grid-column-end:2}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:col-end-3{grid-column-end:3}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:col-end-4{grid-column-end:4}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:col-end-5{grid-column-end:5}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:col-end-6{grid-column-end:6}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:col-end-7{grid-column-end:7}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:col-end-8{grid-column-end:8}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:col-end-9{grid-column-end:9}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:col-end-10{grid-column-end:10}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:col-end-11{grid-column-end:11}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:col-end-12{grid-column-end:12}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:col-end-13{grid-column-end:13}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:col-end-auto{grid-column-end:auto}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:indent-0{text-indent:0px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:indent-px{text-indent:1px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:indent-1{text-indent:.25rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:indent-2{text-indent:.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:indent-3{text-indent:.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:indent-4{text-indent:1rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:indent-5{text-indent:1.25rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:indent-6{text-indent:1.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:indent-7{text-indent:1.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:indent-8{text-indent:2rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:indent-9{text-indent:2.25rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:indent-10{text-indent:2.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:indent-11{text-indent:2.75rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:indent-12{text-indent:3rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:indent-14{text-indent:3.5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:indent-16{text-indent:4rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:indent-20{text-indent:5rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:indent-24{text-indent:6rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:indent-28{text-indent:7rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:indent-32{text-indent:8rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:indent-36{text-indent:9rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:indent-40{text-indent:10rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:indent-44{text-indent:11rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:indent-48{text-indent:12rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:indent-52{text-indent:13rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:indent-56{text-indent:14rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:indent-60{text-indent:15rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:indent-64{text-indent:16rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:indent-72{text-indent:18rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:indent-80{text-indent:20rem}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:indent-96{text-indent:24rem}}.md\:indent-0\.5{text-transform:.125rem}.md\:indent-1\.5{text-transform:.375rem}.md\:indent-2\.5{text-transform:.625rem}.md\:indent-3\.5{text-transform:.875rem}@media screen and (max-width: 767px) and (min-width: 376px){.md\: .underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}}@media screen and (max-width: 767px) and (min-width: 376px){.md\: .overline{-webkit-text-decoration-line:overline;text-decoration-line:overline}}@media screen and (max-width: 767px) and (min-width: 376px){.md\: .through{-webkit-text-decoration-line:line-through;text-decoration-line:line-through}}@media screen and (max-width: 767px) and (min-width: 376px){.md\: .none{-webkit-text-decoration-line:none;text-decoration-line:none}}@media screen and (max-width: 767px) and (min-width: 376px){.md\: .uppercase{text-transform:uppercase}}@media screen and (max-width: 767px) and (min-width: 376px){.md\: .lowercase{text-transform:lowercase}}@media screen and (max-width: 767px) and (min-width: 376px){.md\: .capitalize{text-transform:capitalize}}@media screen and (max-width: 767px) and (min-width: 376px){.md\: .normal-case{text-transform:none}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:shadow-2-12{box-shadow:0 2px 4px #0000001f}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:shadow-4-10{box-shadow:0 4px 8px #0000001a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:shadow-6-10{box-shadow:0 6px 12px #0000001a}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:shadow-6-8{box-shadow:0 8px 16px #00000014}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:shadow-primary{box-shadow:0 0 0 1px #6492ff}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:shadow-danger{box-shadow:0 0 0 1px #fdabb9}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:shadow-warning{box-shadow:0 0 0 1px #fbe0a9}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:shadow-info{box-shadow:0 0 0 1px #c1d9fd}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:shadow-success{box-shadow:0 0 0 1px #c1d9fd}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:shadow-loading{box-shadow:0 0 0 1px #757575}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:shadow-header{box-shadow:0 2px 4px #0000001f}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:shadow-none{box-shadow:none}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:button-extraSm{padding:6px 16px}}@media screen and (max-width: 767px) and (min-width: 376px){.md\:button-normal{padding:16px 32px}}@media screen and (max-width: 1023px){.lg\:bg-transparent{background-color:transparent}}@media screen and (max-width: 1023px){.lg\:bg-transparent\/0{background-color:#0000}}@media screen and (max-width: 1023px){.lg\:bg-transparent\/10{background-color:#0000001a}}@media screen and (max-width: 1023px){.lg\:bg-transparent\/20{background-color:#0003}}@media screen and (max-width: 1023px){.lg\:bg-transparent\/30{background-color:#0000004d}}@media screen and (max-width: 1023px){.lg\:bg-transparent\/40{background-color:#0006}}@media screen and (max-width: 1023px){.lg\:bg-transparent\/50{background-color:#00000080}}@media screen and (max-width: 1023px){.lg\:bg-transparent\/60{background-color:#0009}}@media screen and (max-width: 1023px){.lg\:bg-transparent\/70{background-color:#000000b3}}@media screen and (max-width: 1023px){.lg\:bg-transparent\/75{background-color:#000000bf}}@media screen and (max-width: 1023px){.lg\:bg-transparent\/80{background-color:#000c}}@media screen and (max-width: 1023px){.lg\:bg-transparent\/90{background-color:#000000e6}}@media screen and (max-width: 1023px){.lg\:bg-black{background-color:#000}}@media screen and (max-width: 1023px){.lg\:bg-black\/0{background-color:#0000}}@media screen and (max-width: 1023px){.lg\:bg-black\/10{background-color:#0000001a}}@media screen and (max-width: 1023px){.lg\:bg-black\/20{background-color:#0003}}@media screen and (max-width: 1023px){.lg\:bg-black\/30{background-color:#0000004d}}@media screen and (max-width: 1023px){.lg\:bg-black\/40{background-color:#0006}}@media screen and (max-width: 1023px){.lg\:bg-black\/50{background-color:#00000080}}@media screen and (max-width: 1023px){.lg\:bg-black\/60{background-color:#0009}}@media screen and (max-width: 1023px){.lg\:bg-black\/70{background-color:#000000b3}}@media screen and (max-width: 1023px){.lg\:bg-black\/75{background-color:#000000bf}}@media screen and (max-width: 1023px){.lg\:bg-black\/80{background-color:#000c}}@media screen and (max-width: 1023px){.lg\:bg-black\/90{background-color:#000000e6}}@media screen and (max-width: 1023px){.lg\:bg-white{background-color:#fff}}@media screen and (max-width: 1023px){.lg\:bg-white\/0{background-color:#fff0}}@media screen and (max-width: 1023px){.lg\:bg-white\/10{background-color:#ffffff1a}}@media screen and (max-width: 1023px){.lg\:bg-white\/20{background-color:#fff3}}@media screen and (max-width: 1023px){.lg\:bg-white\/30{background-color:#ffffff4d}}@media screen and (max-width: 1023px){.lg\:bg-white\/40{background-color:#fff6}}@media screen and (max-width: 1023px){.lg\:bg-white\/50{background-color:#ffffff80}}@media screen and (max-width: 1023px){.lg\:bg-white\/60{background-color:#fff9}}@media screen and (max-width: 1023px){.lg\:bg-white\/70{background-color:#ffffffb3}}@media screen and (max-width: 1023px){.lg\:bg-white\/75{background-color:#ffffffbf}}@media screen and (max-width: 1023px){.lg\:bg-white\/80{background-color:#fffc}}@media screen and (max-width: 1023px){.lg\:bg-white\/90{background-color:#ffffffe6}}@media screen and (max-width: 1023px){.lg\:bg-slate-50{background-color:#f8fafc}}@media screen and (max-width: 1023px){.lg\:bg-slate-50\/0{background-color:#f8fafc00}}@media screen and (max-width: 1023px){.lg\:bg-slate-50\/10{background-color:#f8fafc1a}}@media screen and (max-width: 1023px){.lg\:bg-slate-50\/20{background-color:#f8fafc33}}@media screen and (max-width: 1023px){.lg\:bg-slate-50\/30{background-color:#f8fafc4d}}@media screen and (max-width: 1023px){.lg\:bg-slate-50\/40{background-color:#f8fafc66}}@media screen and (max-width: 1023px){.lg\:bg-slate-50\/50{background-color:#f8fafc80}}@media screen and (max-width: 1023px){.lg\:bg-slate-50\/60{background-color:#f8fafc99}}@media screen and (max-width: 1023px){.lg\:bg-slate-50\/70{background-color:#f8fafcb3}}@media screen and (max-width: 1023px){.lg\:bg-slate-50\/75{background-color:#f8fafcbf}}@media screen and (max-width: 1023px){.lg\:bg-slate-50\/80{background-color:#f8fafccc}}@media screen and (max-width: 1023px){.lg\:bg-slate-50\/90{background-color:#f8fafce6}}@media screen and (max-width: 1023px){.lg\:bg-slate-100{background-color:#f1f5f9}}@media screen and (max-width: 1023px){.lg\:bg-slate-100\/0{background-color:#f1f5f900}}@media screen and (max-width: 1023px){.lg\:bg-slate-100\/10{background-color:#f1f5f91a}}@media screen and (max-width: 1023px){.lg\:bg-slate-100\/20{background-color:#f1f5f933}}@media screen and (max-width: 1023px){.lg\:bg-slate-100\/30{background-color:#f1f5f94d}}@media screen and (max-width: 1023px){.lg\:bg-slate-100\/40{background-color:#f1f5f966}}@media screen and (max-width: 1023px){.lg\:bg-slate-100\/50{background-color:#f1f5f980}}@media screen and (max-width: 1023px){.lg\:bg-slate-100\/60{background-color:#f1f5f999}}@media screen and (max-width: 1023px){.lg\:bg-slate-100\/70{background-color:#f1f5f9b3}}@media screen and (max-width: 1023px){.lg\:bg-slate-100\/75{background-color:#f1f5f9bf}}@media screen and (max-width: 1023px){.lg\:bg-slate-100\/80{background-color:#f1f5f9cc}}@media screen and (max-width: 1023px){.lg\:bg-slate-100\/90{background-color:#f1f5f9e6}}@media screen and (max-width: 1023px){.lg\:bg-slate-200{background-color:#e2e8f0}}@media screen and (max-width: 1023px){.lg\:bg-slate-200\/0{background-color:#e2e8f000}}@media screen and (max-width: 1023px){.lg\:bg-slate-200\/10{background-color:#e2e8f01a}}@media screen and (max-width: 1023px){.lg\:bg-slate-200\/20{background-color:#e2e8f033}}@media screen and (max-width: 1023px){.lg\:bg-slate-200\/30{background-color:#e2e8f04d}}@media screen and (max-width: 1023px){.lg\:bg-slate-200\/40{background-color:#e2e8f066}}@media screen and (max-width: 1023px){.lg\:bg-slate-200\/50{background-color:#e2e8f080}}@media screen and (max-width: 1023px){.lg\:bg-slate-200\/60{background-color:#e2e8f099}}@media screen and (max-width: 1023px){.lg\:bg-slate-200\/70{background-color:#e2e8f0b3}}@media screen and (max-width: 1023px){.lg\:bg-slate-200\/75{background-color:#e2e8f0bf}}@media screen and (max-width: 1023px){.lg\:bg-slate-200\/80{background-color:#e2e8f0cc}}@media screen and (max-width: 1023px){.lg\:bg-slate-200\/90{background-color:#e2e8f0e6}}@media screen and (max-width: 1023px){.lg\:bg-slate-300{background-color:#cbd5e1}}@media screen and (max-width: 1023px){.lg\:bg-slate-300\/0{background-color:#cbd5e100}}@media screen and (max-width: 1023px){.lg\:bg-slate-300\/10{background-color:#cbd5e11a}}@media screen and (max-width: 1023px){.lg\:bg-slate-300\/20{background-color:#cbd5e133}}@media screen and (max-width: 1023px){.lg\:bg-slate-300\/30{background-color:#cbd5e14d}}@media screen and (max-width: 1023px){.lg\:bg-slate-300\/40{background-color:#cbd5e166}}@media screen and (max-width: 1023px){.lg\:bg-slate-300\/50{background-color:#cbd5e180}}@media screen and (max-width: 1023px){.lg\:bg-slate-300\/60{background-color:#cbd5e199}}@media screen and (max-width: 1023px){.lg\:bg-slate-300\/70{background-color:#cbd5e1b3}}@media screen and (max-width: 1023px){.lg\:bg-slate-300\/75{background-color:#cbd5e1bf}}@media screen and (max-width: 1023px){.lg\:bg-slate-300\/80{background-color:#cbd5e1cc}}@media screen and (max-width: 1023px){.lg\:bg-slate-300\/90{background-color:#cbd5e1e6}}@media screen and (max-width: 1023px){.lg\:bg-slate-400{background-color:#94a3b8}}@media screen and (max-width: 1023px){.lg\:bg-slate-400\/0{background-color:#94a3b800}}@media screen and (max-width: 1023px){.lg\:bg-slate-400\/10{background-color:#94a3b81a}}@media screen and (max-width: 1023px){.lg\:bg-slate-400\/20{background-color:#94a3b833}}@media screen and (max-width: 1023px){.lg\:bg-slate-400\/30{background-color:#94a3b84d}}@media screen and (max-width: 1023px){.lg\:bg-slate-400\/40{background-color:#94a3b866}}@media screen and (max-width: 1023px){.lg\:bg-slate-400\/50{background-color:#94a3b880}}@media screen and (max-width: 1023px){.lg\:bg-slate-400\/60{background-color:#94a3b899}}@media screen and (max-width: 1023px){.lg\:bg-slate-400\/70{background-color:#94a3b8b3}}@media screen and (max-width: 1023px){.lg\:bg-slate-400\/75{background-color:#94a3b8bf}}@media screen and (max-width: 1023px){.lg\:bg-slate-400\/80{background-color:#94a3b8cc}}@media screen and (max-width: 1023px){.lg\:bg-slate-400\/90{background-color:#94a3b8e6}}@media screen and (max-width: 1023px){.lg\:bg-slate-500{background-color:#64748b}}@media screen and (max-width: 1023px){.lg\:bg-slate-500\/0{background-color:#64748b00}}@media screen and (max-width: 1023px){.lg\:bg-slate-500\/10{background-color:#64748b1a}}@media screen and (max-width: 1023px){.lg\:bg-slate-500\/20{background-color:#64748b33}}@media screen and (max-width: 1023px){.lg\:bg-slate-500\/30{background-color:#64748b4d}}@media screen and (max-width: 1023px){.lg\:bg-slate-500\/40{background-color:#64748b66}}@media screen and (max-width: 1023px){.lg\:bg-slate-500\/50{background-color:#64748b80}}@media screen and (max-width: 1023px){.lg\:bg-slate-500\/60{background-color:#64748b99}}@media screen and (max-width: 1023px){.lg\:bg-slate-500\/70{background-color:#64748bb3}}@media screen and (max-width: 1023px){.lg\:bg-slate-500\/75{background-color:#64748bbf}}@media screen and (max-width: 1023px){.lg\:bg-slate-500\/80{background-color:#64748bcc}}@media screen and (max-width: 1023px){.lg\:bg-slate-500\/90{background-color:#64748be6}}@media screen and (max-width: 1023px){.lg\:bg-slate-600{background-color:#475569}}@media screen and (max-width: 1023px){.lg\:bg-slate-600\/0{background-color:#47556900}}@media screen and (max-width: 1023px){.lg\:bg-slate-600\/10{background-color:#4755691a}}@media screen and (max-width: 1023px){.lg\:bg-slate-600\/20{background-color:#47556933}}@media screen and (max-width: 1023px){.lg\:bg-slate-600\/30{background-color:#4755694d}}@media screen and (max-width: 1023px){.lg\:bg-slate-600\/40{background-color:#47556966}}@media screen and (max-width: 1023px){.lg\:bg-slate-600\/50{background-color:#47556980}}@media screen and (max-width: 1023px){.lg\:bg-slate-600\/60{background-color:#47556999}}@media screen and (max-width: 1023px){.lg\:bg-slate-600\/70{background-color:#475569b3}}@media screen and (max-width: 1023px){.lg\:bg-slate-600\/75{background-color:#475569bf}}@media screen and (max-width: 1023px){.lg\:bg-slate-600\/80{background-color:#475569cc}}@media screen and (max-width: 1023px){.lg\:bg-slate-600\/90{background-color:#475569e6}}@media screen and (max-width: 1023px){.lg\:bg-slate-700{background-color:#334155}}@media screen and (max-width: 1023px){.lg\:bg-slate-700\/0{background-color:#33415500}}@media screen and (max-width: 1023px){.lg\:bg-slate-700\/10{background-color:#3341551a}}@media screen and (max-width: 1023px){.lg\:bg-slate-700\/20{background-color:#33415533}}@media screen and (max-width: 1023px){.lg\:bg-slate-700\/30{background-color:#3341554d}}@media screen and (max-width: 1023px){.lg\:bg-slate-700\/40{background-color:#33415566}}@media screen and (max-width: 1023px){.lg\:bg-slate-700\/50{background-color:#33415580}}@media screen and (max-width: 1023px){.lg\:bg-slate-700\/60{background-color:#33415599}}@media screen and (max-width: 1023px){.lg\:bg-slate-700\/70{background-color:#334155b3}}@media screen and (max-width: 1023px){.lg\:bg-slate-700\/75{background-color:#334155bf}}@media screen and (max-width: 1023px){.lg\:bg-slate-700\/80{background-color:#334155cc}}@media screen and (max-width: 1023px){.lg\:bg-slate-700\/90{background-color:#334155e6}}@media screen and (max-width: 1023px){.lg\:bg-slate-800{background-color:#1e293b}}@media screen and (max-width: 1023px){.lg\:bg-slate-800\/0{background-color:#1e293b00}}@media screen and (max-width: 1023px){.lg\:bg-slate-800\/10{background-color:#1e293b1a}}@media screen and (max-width: 1023px){.lg\:bg-slate-800\/20{background-color:#1e293b33}}@media screen and (max-width: 1023px){.lg\:bg-slate-800\/30{background-color:#1e293b4d}}@media screen and (max-width: 1023px){.lg\:bg-slate-800\/40{background-color:#1e293b66}}@media screen and (max-width: 1023px){.lg\:bg-slate-800\/50{background-color:#1e293b80}}@media screen and (max-width: 1023px){.lg\:bg-slate-800\/60{background-color:#1e293b99}}@media screen and (max-width: 1023px){.lg\:bg-slate-800\/70{background-color:#1e293bb3}}@media screen and (max-width: 1023px){.lg\:bg-slate-800\/75{background-color:#1e293bbf}}@media screen and (max-width: 1023px){.lg\:bg-slate-800\/80{background-color:#1e293bcc}}@media screen and (max-width: 1023px){.lg\:bg-slate-800\/90{background-color:#1e293be6}}@media screen and (max-width: 1023px){.lg\:bg-slate-900{background-color:#0f172a}}@media screen and (max-width: 1023px){.lg\:bg-slate-900\/0{background-color:#0f172a00}}@media screen and (max-width: 1023px){.lg\:bg-slate-900\/10{background-color:#0f172a1a}}@media screen and (max-width: 1023px){.lg\:bg-slate-900\/20{background-color:#0f172a33}}@media screen and (max-width: 1023px){.lg\:bg-slate-900\/30{background-color:#0f172a4d}}@media screen and (max-width: 1023px){.lg\:bg-slate-900\/40{background-color:#0f172a66}}@media screen and (max-width: 1023px){.lg\:bg-slate-900\/50{background-color:#0f172a80}}@media screen and (max-width: 1023px){.lg\:bg-slate-900\/60{background-color:#0f172a99}}@media screen and (max-width: 1023px){.lg\:bg-slate-900\/70{background-color:#0f172ab3}}@media screen and (max-width: 1023px){.lg\:bg-slate-900\/75{background-color:#0f172abf}}@media screen and (max-width: 1023px){.lg\:bg-slate-900\/80{background-color:#0f172acc}}@media screen and (max-width: 1023px){.lg\:bg-slate-900\/90{background-color:#0f172ae6}}@media screen and (max-width: 1023px){.lg\:bg-slate-950{background-color:#020617}}@media screen and (max-width: 1023px){.lg\:bg-slate-950\/0{background-color:#02061700}}@media screen and (max-width: 1023px){.lg\:bg-slate-950\/10{background-color:#0206171a}}@media screen and (max-width: 1023px){.lg\:bg-slate-950\/20{background-color:#02061733}}@media screen and (max-width: 1023px){.lg\:bg-slate-950\/30{background-color:#0206174d}}@media screen and (max-width: 1023px){.lg\:bg-slate-950\/40{background-color:#02061766}}@media screen and (max-width: 1023px){.lg\:bg-slate-950\/50{background-color:#02061780}}@media screen and (max-width: 1023px){.lg\:bg-slate-950\/60{background-color:#02061799}}@media screen and (max-width: 1023px){.lg\:bg-slate-950\/70{background-color:#020617b3}}@media screen and (max-width: 1023px){.lg\:bg-slate-950\/75{background-color:#020617bf}}@media screen and (max-width: 1023px){.lg\:bg-slate-950\/80{background-color:#020617cc}}@media screen and (max-width: 1023px){.lg\:bg-slate-950\/90{background-color:#020617e6}}@media screen and (max-width: 1023px){.lg\:bg-gray-50{background-color:#f9fafb}}@media screen and (max-width: 1023px){.lg\:bg-gray-50\/0{background-color:#f9fafb00}}@media screen and (max-width: 1023px){.lg\:bg-gray-50\/10{background-color:#f9fafb1a}}@media screen and (max-width: 1023px){.lg\:bg-gray-50\/20{background-color:#f9fafb33}}@media screen and (max-width: 1023px){.lg\:bg-gray-50\/30{background-color:#f9fafb4d}}@media screen and (max-width: 1023px){.lg\:bg-gray-50\/40{background-color:#f9fafb66}}@media screen and (max-width: 1023px){.lg\:bg-gray-50\/50{background-color:#f9fafb80}}@media screen and (max-width: 1023px){.lg\:bg-gray-50\/60{background-color:#f9fafb99}}@media screen and (max-width: 1023px){.lg\:bg-gray-50\/70{background-color:#f9fafbb3}}@media screen and (max-width: 1023px){.lg\:bg-gray-50\/75{background-color:#f9fafbbf}}@media screen and (max-width: 1023px){.lg\:bg-gray-50\/80{background-color:#f9fafbcc}}@media screen and (max-width: 1023px){.lg\:bg-gray-50\/90{background-color:#f9fafbe6}}@media screen and (max-width: 1023px){.lg\:bg-gray-100{background-color:#f3f4f6}}@media screen and (max-width: 1023px){.lg\:bg-gray-100\/0{background-color:#f3f4f600}}@media screen and (max-width: 1023px){.lg\:bg-gray-100\/10{background-color:#f3f4f61a}}@media screen and (max-width: 1023px){.lg\:bg-gray-100\/20{background-color:#f3f4f633}}@media screen and (max-width: 1023px){.lg\:bg-gray-100\/30{background-color:#f3f4f64d}}@media screen and (max-width: 1023px){.lg\:bg-gray-100\/40{background-color:#f3f4f666}}@media screen and (max-width: 1023px){.lg\:bg-gray-100\/50{background-color:#f3f4f680}}@media screen and (max-width: 1023px){.lg\:bg-gray-100\/60{background-color:#f3f4f699}}@media screen and (max-width: 1023px){.lg\:bg-gray-100\/70{background-color:#f3f4f6b3}}@media screen and (max-width: 1023px){.lg\:bg-gray-100\/75{background-color:#f3f4f6bf}}@media screen and (max-width: 1023px){.lg\:bg-gray-100\/80{background-color:#f3f4f6cc}}@media screen and (max-width: 1023px){.lg\:bg-gray-100\/90{background-color:#f3f4f6e6}}@media screen and (max-width: 1023px){.lg\:bg-gray-200{background-color:#e5e7eb}}@media screen and (max-width: 1023px){.lg\:bg-gray-200\/0{background-color:#e5e7eb00}}@media screen and (max-width: 1023px){.lg\:bg-gray-200\/10{background-color:#e5e7eb1a}}@media screen and (max-width: 1023px){.lg\:bg-gray-200\/20{background-color:#e5e7eb33}}@media screen and (max-width: 1023px){.lg\:bg-gray-200\/30{background-color:#e5e7eb4d}}@media screen and (max-width: 1023px){.lg\:bg-gray-200\/40{background-color:#e5e7eb66}}@media screen and (max-width: 1023px){.lg\:bg-gray-200\/50{background-color:#e5e7eb80}}@media screen and (max-width: 1023px){.lg\:bg-gray-200\/60{background-color:#e5e7eb99}}@media screen and (max-width: 1023px){.lg\:bg-gray-200\/70{background-color:#e5e7ebb3}}@media screen and (max-width: 1023px){.lg\:bg-gray-200\/75{background-color:#e5e7ebbf}}@media screen and (max-width: 1023px){.lg\:bg-gray-200\/80{background-color:#e5e7ebcc}}@media screen and (max-width: 1023px){.lg\:bg-gray-200\/90{background-color:#e5e7ebe6}}@media screen and (max-width: 1023px){.lg\:bg-gray-300{background-color:#d1d5db}}@media screen and (max-width: 1023px){.lg\:bg-gray-300\/0{background-color:#d1d5db00}}@media screen and (max-width: 1023px){.lg\:bg-gray-300\/10{background-color:#d1d5db1a}}@media screen and (max-width: 1023px){.lg\:bg-gray-300\/20{background-color:#d1d5db33}}@media screen and (max-width: 1023px){.lg\:bg-gray-300\/30{background-color:#d1d5db4d}}@media screen and (max-width: 1023px){.lg\:bg-gray-300\/40{background-color:#d1d5db66}}@media screen and (max-width: 1023px){.lg\:bg-gray-300\/50{background-color:#d1d5db80}}@media screen and (max-width: 1023px){.lg\:bg-gray-300\/60{background-color:#d1d5db99}}@media screen and (max-width: 1023px){.lg\:bg-gray-300\/70{background-color:#d1d5dbb3}}@media screen and (max-width: 1023px){.lg\:bg-gray-300\/75{background-color:#d1d5dbbf}}@media screen and (max-width: 1023px){.lg\:bg-gray-300\/80{background-color:#d1d5dbcc}}@media screen and (max-width: 1023px){.lg\:bg-gray-300\/90{background-color:#d1d5dbe6}}@media screen and (max-width: 1023px){.lg\:bg-gray-400{background-color:#9ca3af}}@media screen and (max-width: 1023px){.lg\:bg-gray-400\/0{background-color:#9ca3af00}}@media screen and (max-width: 1023px){.lg\:bg-gray-400\/10{background-color:#9ca3af1a}}@media screen and (max-width: 1023px){.lg\:bg-gray-400\/20{background-color:#9ca3af33}}@media screen and (max-width: 1023px){.lg\:bg-gray-400\/30{background-color:#9ca3af4d}}@media screen and (max-width: 1023px){.lg\:bg-gray-400\/40{background-color:#9ca3af66}}@media screen and (max-width: 1023px){.lg\:bg-gray-400\/50{background-color:#9ca3af80}}@media screen and (max-width: 1023px){.lg\:bg-gray-400\/60{background-color:#9ca3af99}}@media screen and (max-width: 1023px){.lg\:bg-gray-400\/70{background-color:#9ca3afb3}}@media screen and (max-width: 1023px){.lg\:bg-gray-400\/75{background-color:#9ca3afbf}}@media screen and (max-width: 1023px){.lg\:bg-gray-400\/80{background-color:#9ca3afcc}}@media screen and (max-width: 1023px){.lg\:bg-gray-400\/90{background-color:#9ca3afe6}}@media screen and (max-width: 1023px){.lg\:bg-gray-500{background-color:#6b7280}}@media screen and (max-width: 1023px){.lg\:bg-gray-500\/0{background-color:#6b728000}}@media screen and (max-width: 1023px){.lg\:bg-gray-500\/10{background-color:#6b72801a}}@media screen and (max-width: 1023px){.lg\:bg-gray-500\/20{background-color:#6b728033}}@media screen and (max-width: 1023px){.lg\:bg-gray-500\/30{background-color:#6b72804d}}@media screen and (max-width: 1023px){.lg\:bg-gray-500\/40{background-color:#6b728066}}@media screen and (max-width: 1023px){.lg\:bg-gray-500\/50{background-color:#6b728080}}@media screen and (max-width: 1023px){.lg\:bg-gray-500\/60{background-color:#6b728099}}@media screen and (max-width: 1023px){.lg\:bg-gray-500\/70{background-color:#6b7280b3}}@media screen and (max-width: 1023px){.lg\:bg-gray-500\/75{background-color:#6b7280bf}}@media screen and (max-width: 1023px){.lg\:bg-gray-500\/80{background-color:#6b7280cc}}@media screen and (max-width: 1023px){.lg\:bg-gray-500\/90{background-color:#6b7280e6}}@media screen and (max-width: 1023px){.lg\:bg-gray-600{background-color:#4b5563}}@media screen and (max-width: 1023px){.lg\:bg-gray-600\/0{background-color:#4b556300}}@media screen and (max-width: 1023px){.lg\:bg-gray-600\/10{background-color:#4b55631a}}@media screen and (max-width: 1023px){.lg\:bg-gray-600\/20{background-color:#4b556333}}@media screen and (max-width: 1023px){.lg\:bg-gray-600\/30{background-color:#4b55634d}}@media screen and (max-width: 1023px){.lg\:bg-gray-600\/40{background-color:#4b556366}}@media screen and (max-width: 1023px){.lg\:bg-gray-600\/50{background-color:#4b556380}}@media screen and (max-width: 1023px){.lg\:bg-gray-600\/60{background-color:#4b556399}}@media screen and (max-width: 1023px){.lg\:bg-gray-600\/70{background-color:#4b5563b3}}@media screen and (max-width: 1023px){.lg\:bg-gray-600\/75{background-color:#4b5563bf}}@media screen and (max-width: 1023px){.lg\:bg-gray-600\/80{background-color:#4b5563cc}}@media screen and (max-width: 1023px){.lg\:bg-gray-600\/90{background-color:#4b5563e6}}@media screen and (max-width: 1023px){.lg\:bg-gray-700{background-color:#374151}}@media screen and (max-width: 1023px){.lg\:bg-gray-700\/0{background-color:#37415100}}@media screen and (max-width: 1023px){.lg\:bg-gray-700\/10{background-color:#3741511a}}@media screen and (max-width: 1023px){.lg\:bg-gray-700\/20{background-color:#37415133}}@media screen and (max-width: 1023px){.lg\:bg-gray-700\/30{background-color:#3741514d}}@media screen and (max-width: 1023px){.lg\:bg-gray-700\/40{background-color:#37415166}}@media screen and (max-width: 1023px){.lg\:bg-gray-700\/50{background-color:#37415180}}@media screen and (max-width: 1023px){.lg\:bg-gray-700\/60{background-color:#37415199}}@media screen and (max-width: 1023px){.lg\:bg-gray-700\/70{background-color:#374151b3}}@media screen and (max-width: 1023px){.lg\:bg-gray-700\/75{background-color:#374151bf}}@media screen and (max-width: 1023px){.lg\:bg-gray-700\/80{background-color:#374151cc}}@media screen and (max-width: 1023px){.lg\:bg-gray-700\/90{background-color:#374151e6}}@media screen and (max-width: 1023px){.lg\:bg-gray-800{background-color:#1f2937}}@media screen and (max-width: 1023px){.lg\:bg-gray-800\/0{background-color:#1f293700}}@media screen and (max-width: 1023px){.lg\:bg-gray-800\/10{background-color:#1f29371a}}@media screen and (max-width: 1023px){.lg\:bg-gray-800\/20{background-color:#1f293733}}@media screen and (max-width: 1023px){.lg\:bg-gray-800\/30{background-color:#1f29374d}}@media screen and (max-width: 1023px){.lg\:bg-gray-800\/40{background-color:#1f293766}}@media screen and (max-width: 1023px){.lg\:bg-gray-800\/50{background-color:#1f293780}}@media screen and (max-width: 1023px){.lg\:bg-gray-800\/60{background-color:#1f293799}}@media screen and (max-width: 1023px){.lg\:bg-gray-800\/70{background-color:#1f2937b3}}@media screen and (max-width: 1023px){.lg\:bg-gray-800\/75{background-color:#1f2937bf}}@media screen and (max-width: 1023px){.lg\:bg-gray-800\/80{background-color:#1f2937cc}}@media screen and (max-width: 1023px){.lg\:bg-gray-800\/90{background-color:#1f2937e6}}@media screen and (max-width: 1023px){.lg\:bg-gray-900{background-color:#111827}}@media screen and (max-width: 1023px){.lg\:bg-gray-900\/0{background-color:#11182700}}@media screen and (max-width: 1023px){.lg\:bg-gray-900\/10{background-color:#1118271a}}@media screen and (max-width: 1023px){.lg\:bg-gray-900\/20{background-color:#11182733}}@media screen and (max-width: 1023px){.lg\:bg-gray-900\/30{background-color:#1118274d}}@media screen and (max-width: 1023px){.lg\:bg-gray-900\/40{background-color:#11182766}}@media screen and (max-width: 1023px){.lg\:bg-gray-900\/50{background-color:#11182780}}@media screen and (max-width: 1023px){.lg\:bg-gray-900\/60{background-color:#11182799}}@media screen and (max-width: 1023px){.lg\:bg-gray-900\/70{background-color:#111827b3}}@media screen and (max-width: 1023px){.lg\:bg-gray-900\/75{background-color:#111827bf}}@media screen and (max-width: 1023px){.lg\:bg-gray-900\/80{background-color:#111827cc}}@media screen and (max-width: 1023px){.lg\:bg-gray-900\/90{background-color:#111827e6}}@media screen and (max-width: 1023px){.lg\:bg-gray-950{background-color:#030712}}@media screen and (max-width: 1023px){.lg\:bg-gray-950\/0{background-color:#03071200}}@media screen and (max-width: 1023px){.lg\:bg-gray-950\/10{background-color:#0307121a}}@media screen and (max-width: 1023px){.lg\:bg-gray-950\/20{background-color:#03071233}}@media screen and (max-width: 1023px){.lg\:bg-gray-950\/30{background-color:#0307124d}}@media screen and (max-width: 1023px){.lg\:bg-gray-950\/40{background-color:#03071266}}@media screen and (max-width: 1023px){.lg\:bg-gray-950\/50{background-color:#03071280}}@media screen and (max-width: 1023px){.lg\:bg-gray-950\/60{background-color:#03071299}}@media screen and (max-width: 1023px){.lg\:bg-gray-950\/70{background-color:#030712b3}}@media screen and (max-width: 1023px){.lg\:bg-gray-950\/75{background-color:#030712bf}}@media screen and (max-width: 1023px){.lg\:bg-gray-950\/80{background-color:#030712cc}}@media screen and (max-width: 1023px){.lg\:bg-gray-950\/90{background-color:#030712e6}}@media screen and (max-width: 1023px){.lg\:bg-zinc-50{background-color:#fafafa}}@media screen and (max-width: 1023px){.lg\:bg-zinc-50\/0{background-color:#fafafa00}}@media screen and (max-width: 1023px){.lg\:bg-zinc-50\/10{background-color:#fafafa1a}}@media screen and (max-width: 1023px){.lg\:bg-zinc-50\/20{background-color:#fafafa33}}@media screen and (max-width: 1023px){.lg\:bg-zinc-50\/30{background-color:#fafafa4d}}@media screen and (max-width: 1023px){.lg\:bg-zinc-50\/40{background-color:#fafafa66}}@media screen and (max-width: 1023px){.lg\:bg-zinc-50\/50{background-color:#fafafa80}}@media screen and (max-width: 1023px){.lg\:bg-zinc-50\/60{background-color:#fafafa99}}@media screen and (max-width: 1023px){.lg\:bg-zinc-50\/70{background-color:#fafafab3}}@media screen and (max-width: 1023px){.lg\:bg-zinc-50\/75{background-color:#fafafabf}}@media screen and (max-width: 1023px){.lg\:bg-zinc-50\/80{background-color:#fafafacc}}@media screen and (max-width: 1023px){.lg\:bg-zinc-50\/90{background-color:#fafafae6}}@media screen and (max-width: 1023px){.lg\:bg-zinc-100{background-color:#f4f4f5}}@media screen and (max-width: 1023px){.lg\:bg-zinc-100\/0{background-color:#f4f4f500}}@media screen and (max-width: 1023px){.lg\:bg-zinc-100\/10{background-color:#f4f4f51a}}@media screen and (max-width: 1023px){.lg\:bg-zinc-100\/20{background-color:#f4f4f533}}@media screen and (max-width: 1023px){.lg\:bg-zinc-100\/30{background-color:#f4f4f54d}}@media screen and (max-width: 1023px){.lg\:bg-zinc-100\/40{background-color:#f4f4f566}}@media screen and (max-width: 1023px){.lg\:bg-zinc-100\/50{background-color:#f4f4f580}}@media screen and (max-width: 1023px){.lg\:bg-zinc-100\/60{background-color:#f4f4f599}}@media screen and (max-width: 1023px){.lg\:bg-zinc-100\/70{background-color:#f4f4f5b3}}@media screen and (max-width: 1023px){.lg\:bg-zinc-100\/75{background-color:#f4f4f5bf}}@media screen and (max-width: 1023px){.lg\:bg-zinc-100\/80{background-color:#f4f4f5cc}}@media screen and (max-width: 1023px){.lg\:bg-zinc-100\/90{background-color:#f4f4f5e6}}@media screen and (max-width: 1023px){.lg\:bg-zinc-200{background-color:#e4e4e7}}@media screen and (max-width: 1023px){.lg\:bg-zinc-200\/0{background-color:#e4e4e700}}@media screen and (max-width: 1023px){.lg\:bg-zinc-200\/10{background-color:#e4e4e71a}}@media screen and (max-width: 1023px){.lg\:bg-zinc-200\/20{background-color:#e4e4e733}}@media screen and (max-width: 1023px){.lg\:bg-zinc-200\/30{background-color:#e4e4e74d}}@media screen and (max-width: 1023px){.lg\:bg-zinc-200\/40{background-color:#e4e4e766}}@media screen and (max-width: 1023px){.lg\:bg-zinc-200\/50{background-color:#e4e4e780}}@media screen and (max-width: 1023px){.lg\:bg-zinc-200\/60{background-color:#e4e4e799}}@media screen and (max-width: 1023px){.lg\:bg-zinc-200\/70{background-color:#e4e4e7b3}}@media screen and (max-width: 1023px){.lg\:bg-zinc-200\/75{background-color:#e4e4e7bf}}@media screen and (max-width: 1023px){.lg\:bg-zinc-200\/80{background-color:#e4e4e7cc}}@media screen and (max-width: 1023px){.lg\:bg-zinc-200\/90{background-color:#e4e4e7e6}}@media screen and (max-width: 1023px){.lg\:bg-zinc-300{background-color:#d4d4d8}}@media screen and (max-width: 1023px){.lg\:bg-zinc-300\/0{background-color:#d4d4d800}}@media screen and (max-width: 1023px){.lg\:bg-zinc-300\/10{background-color:#d4d4d81a}}@media screen and (max-width: 1023px){.lg\:bg-zinc-300\/20{background-color:#d4d4d833}}@media screen and (max-width: 1023px){.lg\:bg-zinc-300\/30{background-color:#d4d4d84d}}@media screen and (max-width: 1023px){.lg\:bg-zinc-300\/40{background-color:#d4d4d866}}@media screen and (max-width: 1023px){.lg\:bg-zinc-300\/50{background-color:#d4d4d880}}@media screen and (max-width: 1023px){.lg\:bg-zinc-300\/60{background-color:#d4d4d899}}@media screen and (max-width: 1023px){.lg\:bg-zinc-300\/70{background-color:#d4d4d8b3}}@media screen and (max-width: 1023px){.lg\:bg-zinc-300\/75{background-color:#d4d4d8bf}}@media screen and (max-width: 1023px){.lg\:bg-zinc-300\/80{background-color:#d4d4d8cc}}@media screen and (max-width: 1023px){.lg\:bg-zinc-300\/90{background-color:#d4d4d8e6}}@media screen and (max-width: 1023px){.lg\:bg-zinc-400{background-color:#a1a1aa}}@media screen and (max-width: 1023px){.lg\:bg-zinc-400\/0{background-color:#a1a1aa00}}@media screen and (max-width: 1023px){.lg\:bg-zinc-400\/10{background-color:#a1a1aa1a}}@media screen and (max-width: 1023px){.lg\:bg-zinc-400\/20{background-color:#a1a1aa33}}@media screen and (max-width: 1023px){.lg\:bg-zinc-400\/30{background-color:#a1a1aa4d}}@media screen and (max-width: 1023px){.lg\:bg-zinc-400\/40{background-color:#a1a1aa66}}@media screen and (max-width: 1023px){.lg\:bg-zinc-400\/50{background-color:#a1a1aa80}}@media screen and (max-width: 1023px){.lg\:bg-zinc-400\/60{background-color:#a1a1aa99}}@media screen and (max-width: 1023px){.lg\:bg-zinc-400\/70{background-color:#a1a1aab3}}@media screen and (max-width: 1023px){.lg\:bg-zinc-400\/75{background-color:#a1a1aabf}}@media screen and (max-width: 1023px){.lg\:bg-zinc-400\/80{background-color:#a1a1aacc}}@media screen and (max-width: 1023px){.lg\:bg-zinc-400\/90{background-color:#a1a1aae6}}@media screen and (max-width: 1023px){.lg\:bg-zinc-500{background-color:#71717a}}@media screen and (max-width: 1023px){.lg\:bg-zinc-500\/0{background-color:#71717a00}}@media screen and (max-width: 1023px){.lg\:bg-zinc-500\/10{background-color:#71717a1a}}@media screen and (max-width: 1023px){.lg\:bg-zinc-500\/20{background-color:#71717a33}}@media screen and (max-width: 1023px){.lg\:bg-zinc-500\/30{background-color:#71717a4d}}@media screen and (max-width: 1023px){.lg\:bg-zinc-500\/40{background-color:#71717a66}}@media screen and (max-width: 1023px){.lg\:bg-zinc-500\/50{background-color:#71717a80}}@media screen and (max-width: 1023px){.lg\:bg-zinc-500\/60{background-color:#71717a99}}@media screen and (max-width: 1023px){.lg\:bg-zinc-500\/70{background-color:#71717ab3}}@media screen and (max-width: 1023px){.lg\:bg-zinc-500\/75{background-color:#71717abf}}@media screen and (max-width: 1023px){.lg\:bg-zinc-500\/80{background-color:#71717acc}}@media screen and (max-width: 1023px){.lg\:bg-zinc-500\/90{background-color:#71717ae6}}@media screen and (max-width: 1023px){.lg\:bg-zinc-600{background-color:#52525b}}@media screen and (max-width: 1023px){.lg\:bg-zinc-600\/0{background-color:#52525b00}}@media screen and (max-width: 1023px){.lg\:bg-zinc-600\/10{background-color:#52525b1a}}@media screen and (max-width: 1023px){.lg\:bg-zinc-600\/20{background-color:#52525b33}}@media screen and (max-width: 1023px){.lg\:bg-zinc-600\/30{background-color:#52525b4d}}@media screen and (max-width: 1023px){.lg\:bg-zinc-600\/40{background-color:#52525b66}}@media screen and (max-width: 1023px){.lg\:bg-zinc-600\/50{background-color:#52525b80}}@media screen and (max-width: 1023px){.lg\:bg-zinc-600\/60{background-color:#52525b99}}@media screen and (max-width: 1023px){.lg\:bg-zinc-600\/70{background-color:#52525bb3}}@media screen and (max-width: 1023px){.lg\:bg-zinc-600\/75{background-color:#52525bbf}}@media screen and (max-width: 1023px){.lg\:bg-zinc-600\/80{background-color:#52525bcc}}@media screen and (max-width: 1023px){.lg\:bg-zinc-600\/90{background-color:#52525be6}}@media screen and (max-width: 1023px){.lg\:bg-zinc-700{background-color:#3f3f46}}@media screen and (max-width: 1023px){.lg\:bg-zinc-700\/0{background-color:#3f3f4600}}@media screen and (max-width: 1023px){.lg\:bg-zinc-700\/10{background-color:#3f3f461a}}@media screen and (max-width: 1023px){.lg\:bg-zinc-700\/20{background-color:#3f3f4633}}@media screen and (max-width: 1023px){.lg\:bg-zinc-700\/30{background-color:#3f3f464d}}@media screen and (max-width: 1023px){.lg\:bg-zinc-700\/40{background-color:#3f3f4666}}@media screen and (max-width: 1023px){.lg\:bg-zinc-700\/50{background-color:#3f3f4680}}@media screen and (max-width: 1023px){.lg\:bg-zinc-700\/60{background-color:#3f3f4699}}@media screen and (max-width: 1023px){.lg\:bg-zinc-700\/70{background-color:#3f3f46b3}}@media screen and (max-width: 1023px){.lg\:bg-zinc-700\/75{background-color:#3f3f46bf}}@media screen and (max-width: 1023px){.lg\:bg-zinc-700\/80{background-color:#3f3f46cc}}@media screen and (max-width: 1023px){.lg\:bg-zinc-700\/90{background-color:#3f3f46e6}}@media screen and (max-width: 1023px){.lg\:bg-zinc-800{background-color:#27272a}}@media screen and (max-width: 1023px){.lg\:bg-zinc-800\/0{background-color:#27272a00}}@media screen and (max-width: 1023px){.lg\:bg-zinc-800\/10{background-color:#27272a1a}}@media screen and (max-width: 1023px){.lg\:bg-zinc-800\/20{background-color:#27272a33}}@media screen and (max-width: 1023px){.lg\:bg-zinc-800\/30{background-color:#27272a4d}}@media screen and (max-width: 1023px){.lg\:bg-zinc-800\/40{background-color:#27272a66}}@media screen and (max-width: 1023px){.lg\:bg-zinc-800\/50{background-color:#27272a80}}@media screen and (max-width: 1023px){.lg\:bg-zinc-800\/60{background-color:#27272a99}}@media screen and (max-width: 1023px){.lg\:bg-zinc-800\/70{background-color:#27272ab3}}@media screen and (max-width: 1023px){.lg\:bg-zinc-800\/75{background-color:#27272abf}}@media screen and (max-width: 1023px){.lg\:bg-zinc-800\/80{background-color:#27272acc}}@media screen and (max-width: 1023px){.lg\:bg-zinc-800\/90{background-color:#27272ae6}}@media screen and (max-width: 1023px){.lg\:bg-zinc-900{background-color:#18181b}}@media screen and (max-width: 1023px){.lg\:bg-zinc-900\/0{background-color:#18181b00}}@media screen and (max-width: 1023px){.lg\:bg-zinc-900\/10{background-color:#18181b1a}}@media screen and (max-width: 1023px){.lg\:bg-zinc-900\/20{background-color:#18181b33}}@media screen and (max-width: 1023px){.lg\:bg-zinc-900\/30{background-color:#18181b4d}}@media screen and (max-width: 1023px){.lg\:bg-zinc-900\/40{background-color:#18181b66}}@media screen and (max-width: 1023px){.lg\:bg-zinc-900\/50{background-color:#18181b80}}@media screen and (max-width: 1023px){.lg\:bg-zinc-900\/60{background-color:#18181b99}}@media screen and (max-width: 1023px){.lg\:bg-zinc-900\/70{background-color:#18181bb3}}@media screen and (max-width: 1023px){.lg\:bg-zinc-900\/75{background-color:#18181bbf}}@media screen and (max-width: 1023px){.lg\:bg-zinc-900\/80{background-color:#18181bcc}}@media screen and (max-width: 1023px){.lg\:bg-zinc-900\/90{background-color:#18181be6}}@media screen and (max-width: 1023px){.lg\:bg-zinc-950{background-color:#09090b}}@media screen and (max-width: 1023px){.lg\:bg-zinc-950\/0{background-color:#09090b00}}@media screen and (max-width: 1023px){.lg\:bg-zinc-950\/10{background-color:#09090b1a}}@media screen and (max-width: 1023px){.lg\:bg-zinc-950\/20{background-color:#09090b33}}@media screen and (max-width: 1023px){.lg\:bg-zinc-950\/30{background-color:#09090b4d}}@media screen and (max-width: 1023px){.lg\:bg-zinc-950\/40{background-color:#09090b66}}@media screen and (max-width: 1023px){.lg\:bg-zinc-950\/50{background-color:#09090b80}}@media screen and (max-width: 1023px){.lg\:bg-zinc-950\/60{background-color:#09090b99}}@media screen and (max-width: 1023px){.lg\:bg-zinc-950\/70{background-color:#09090bb3}}@media screen and (max-width: 1023px){.lg\:bg-zinc-950\/75{background-color:#09090bbf}}@media screen and (max-width: 1023px){.lg\:bg-zinc-950\/80{background-color:#09090bcc}}@media screen and (max-width: 1023px){.lg\:bg-zinc-950\/90{background-color:#09090be6}}@media screen and (max-width: 1023px){.lg\:bg-neutral-50{background-color:#fafafa}}@media screen and (max-width: 1023px){.lg\:bg-neutral-50\/0{background-color:#fafafa00}}@media screen and (max-width: 1023px){.lg\:bg-neutral-50\/10{background-color:#fafafa1a}}@media screen and (max-width: 1023px){.lg\:bg-neutral-50\/20{background-color:#fafafa33}}@media screen and (max-width: 1023px){.lg\:bg-neutral-50\/30{background-color:#fafafa4d}}@media screen and (max-width: 1023px){.lg\:bg-neutral-50\/40{background-color:#fafafa66}}@media screen and (max-width: 1023px){.lg\:bg-neutral-50\/50{background-color:#fafafa80}}@media screen and (max-width: 1023px){.lg\:bg-neutral-50\/60{background-color:#fafafa99}}@media screen and (max-width: 1023px){.lg\:bg-neutral-50\/70{background-color:#fafafab3}}@media screen and (max-width: 1023px){.lg\:bg-neutral-50\/75{background-color:#fafafabf}}@media screen and (max-width: 1023px){.lg\:bg-neutral-50\/80{background-color:#fafafacc}}@media screen and (max-width: 1023px){.lg\:bg-neutral-50\/90{background-color:#fafafae6}}@media screen and (max-width: 1023px){.lg\:bg-neutral-100{background-color:#f5f5f5}}@media screen and (max-width: 1023px){.lg\:bg-neutral-100\/0{background-color:#f5f5f500}}@media screen and (max-width: 1023px){.lg\:bg-neutral-100\/10{background-color:#f5f5f51a}}@media screen and (max-width: 1023px){.lg\:bg-neutral-100\/20{background-color:#f5f5f533}}@media screen and (max-width: 1023px){.lg\:bg-neutral-100\/30{background-color:#f5f5f54d}}@media screen and (max-width: 1023px){.lg\:bg-neutral-100\/40{background-color:#f5f5f566}}@media screen and (max-width: 1023px){.lg\:bg-neutral-100\/50{background-color:#f5f5f580}}@media screen and (max-width: 1023px){.lg\:bg-neutral-100\/60{background-color:#f5f5f599}}@media screen and (max-width: 1023px){.lg\:bg-neutral-100\/70{background-color:#f5f5f5b3}}@media screen and (max-width: 1023px){.lg\:bg-neutral-100\/75{background-color:#f5f5f5bf}}@media screen and (max-width: 1023px){.lg\:bg-neutral-100\/80{background-color:#f5f5f5cc}}@media screen and (max-width: 1023px){.lg\:bg-neutral-100\/90{background-color:#f5f5f5e6}}@media screen and (max-width: 1023px){.lg\:bg-neutral-200{background-color:#e5e5e5}}@media screen and (max-width: 1023px){.lg\:bg-neutral-200\/0{background-color:#e5e5e500}}@media screen and (max-width: 1023px){.lg\:bg-neutral-200\/10{background-color:#e5e5e51a}}@media screen and (max-width: 1023px){.lg\:bg-neutral-200\/20{background-color:#e5e5e533}}@media screen and (max-width: 1023px){.lg\:bg-neutral-200\/30{background-color:#e5e5e54d}}@media screen and (max-width: 1023px){.lg\:bg-neutral-200\/40{background-color:#e5e5e566}}@media screen and (max-width: 1023px){.lg\:bg-neutral-200\/50{background-color:#e5e5e580}}@media screen and (max-width: 1023px){.lg\:bg-neutral-200\/60{background-color:#e5e5e599}}@media screen and (max-width: 1023px){.lg\:bg-neutral-200\/70{background-color:#e5e5e5b3}}@media screen and (max-width: 1023px){.lg\:bg-neutral-200\/75{background-color:#e5e5e5bf}}@media screen and (max-width: 1023px){.lg\:bg-neutral-200\/80{background-color:#e5e5e5cc}}@media screen and (max-width: 1023px){.lg\:bg-neutral-200\/90{background-color:#e5e5e5e6}}@media screen and (max-width: 1023px){.lg\:bg-neutral-300{background-color:#d4d4d4}}@media screen and (max-width: 1023px){.lg\:bg-neutral-300\/0{background-color:#d4d4d400}}@media screen and (max-width: 1023px){.lg\:bg-neutral-300\/10{background-color:#d4d4d41a}}@media screen and (max-width: 1023px){.lg\:bg-neutral-300\/20{background-color:#d4d4d433}}@media screen and (max-width: 1023px){.lg\:bg-neutral-300\/30{background-color:#d4d4d44d}}@media screen and (max-width: 1023px){.lg\:bg-neutral-300\/40{background-color:#d4d4d466}}@media screen and (max-width: 1023px){.lg\:bg-neutral-300\/50{background-color:#d4d4d480}}@media screen and (max-width: 1023px){.lg\:bg-neutral-300\/60{background-color:#d4d4d499}}@media screen and (max-width: 1023px){.lg\:bg-neutral-300\/70{background-color:#d4d4d4b3}}@media screen and (max-width: 1023px){.lg\:bg-neutral-300\/75{background-color:#d4d4d4bf}}@media screen and (max-width: 1023px){.lg\:bg-neutral-300\/80{background-color:#d4d4d4cc}}@media screen and (max-width: 1023px){.lg\:bg-neutral-300\/90{background-color:#d4d4d4e6}}@media screen and (max-width: 1023px){.lg\:bg-neutral-400{background-color:#a3a3a3}}@media screen and (max-width: 1023px){.lg\:bg-neutral-400\/0{background-color:#a3a3a300}}@media screen and (max-width: 1023px){.lg\:bg-neutral-400\/10{background-color:#a3a3a31a}}@media screen and (max-width: 1023px){.lg\:bg-neutral-400\/20{background-color:#a3a3a333}}@media screen and (max-width: 1023px){.lg\:bg-neutral-400\/30{background-color:#a3a3a34d}}@media screen and (max-width: 1023px){.lg\:bg-neutral-400\/40{background-color:#a3a3a366}}@media screen and (max-width: 1023px){.lg\:bg-neutral-400\/50{background-color:#a3a3a380}}@media screen and (max-width: 1023px){.lg\:bg-neutral-400\/60{background-color:#a3a3a399}}@media screen and (max-width: 1023px){.lg\:bg-neutral-400\/70{background-color:#a3a3a3b3}}@media screen and (max-width: 1023px){.lg\:bg-neutral-400\/75{background-color:#a3a3a3bf}}@media screen and (max-width: 1023px){.lg\:bg-neutral-400\/80{background-color:#a3a3a3cc}}@media screen and (max-width: 1023px){.lg\:bg-neutral-400\/90{background-color:#a3a3a3e6}}@media screen and (max-width: 1023px){.lg\:bg-neutral-500{background-color:#737373}}@media screen and (max-width: 1023px){.lg\:bg-neutral-500\/0{background-color:#73737300}}@media screen and (max-width: 1023px){.lg\:bg-neutral-500\/10{background-color:#7373731a}}@media screen and (max-width: 1023px){.lg\:bg-neutral-500\/20{background-color:#73737333}}@media screen and (max-width: 1023px){.lg\:bg-neutral-500\/30{background-color:#7373734d}}@media screen and (max-width: 1023px){.lg\:bg-neutral-500\/40{background-color:#73737366}}@media screen and (max-width: 1023px){.lg\:bg-neutral-500\/50{background-color:#73737380}}@media screen and (max-width: 1023px){.lg\:bg-neutral-500\/60{background-color:#73737399}}@media screen and (max-width: 1023px){.lg\:bg-neutral-500\/70{background-color:#737373b3}}@media screen and (max-width: 1023px){.lg\:bg-neutral-500\/75{background-color:#737373bf}}@media screen and (max-width: 1023px){.lg\:bg-neutral-500\/80{background-color:#737373cc}}@media screen and (max-width: 1023px){.lg\:bg-neutral-500\/90{background-color:#737373e6}}@media screen and (max-width: 1023px){.lg\:bg-neutral-600{background-color:#525252}}@media screen and (max-width: 1023px){.lg\:bg-neutral-600\/0{background-color:#52525200}}@media screen and (max-width: 1023px){.lg\:bg-neutral-600\/10{background-color:#5252521a}}@media screen and (max-width: 1023px){.lg\:bg-neutral-600\/20{background-color:#52525233}}@media screen and (max-width: 1023px){.lg\:bg-neutral-600\/30{background-color:#5252524d}}@media screen and (max-width: 1023px){.lg\:bg-neutral-600\/40{background-color:#52525266}}@media screen and (max-width: 1023px){.lg\:bg-neutral-600\/50{background-color:#52525280}}@media screen and (max-width: 1023px){.lg\:bg-neutral-600\/60{background-color:#52525299}}@media screen and (max-width: 1023px){.lg\:bg-neutral-600\/70{background-color:#525252b3}}@media screen and (max-width: 1023px){.lg\:bg-neutral-600\/75{background-color:#525252bf}}@media screen and (max-width: 1023px){.lg\:bg-neutral-600\/80{background-color:#525252cc}}@media screen and (max-width: 1023px){.lg\:bg-neutral-600\/90{background-color:#525252e6}}@media screen and (max-width: 1023px){.lg\:bg-neutral-700{background-color:#404040}}@media screen and (max-width: 1023px){.lg\:bg-neutral-700\/0{background-color:#40404000}}@media screen and (max-width: 1023px){.lg\:bg-neutral-700\/10{background-color:#4040401a}}@media screen and (max-width: 1023px){.lg\:bg-neutral-700\/20{background-color:#40404033}}@media screen and (max-width: 1023px){.lg\:bg-neutral-700\/30{background-color:#4040404d}}@media screen and (max-width: 1023px){.lg\:bg-neutral-700\/40{background-color:#40404066}}@media screen and (max-width: 1023px){.lg\:bg-neutral-700\/50{background-color:#40404080}}@media screen and (max-width: 1023px){.lg\:bg-neutral-700\/60{background-color:#40404099}}@media screen and (max-width: 1023px){.lg\:bg-neutral-700\/70{background-color:#404040b3}}@media screen and (max-width: 1023px){.lg\:bg-neutral-700\/75{background-color:#404040bf}}@media screen and (max-width: 1023px){.lg\:bg-neutral-700\/80{background-color:#404040cc}}@media screen and (max-width: 1023px){.lg\:bg-neutral-700\/90{background-color:#404040e6}}@media screen and (max-width: 1023px){.lg\:bg-neutral-800{background-color:#262626}}@media screen and (max-width: 1023px){.lg\:bg-neutral-800\/0{background-color:#26262600}}@media screen and (max-width: 1023px){.lg\:bg-neutral-800\/10{background-color:#2626261a}}@media screen and (max-width: 1023px){.lg\:bg-neutral-800\/20{background-color:#26262633}}@media screen and (max-width: 1023px){.lg\:bg-neutral-800\/30{background-color:#2626264d}}@media screen and (max-width: 1023px){.lg\:bg-neutral-800\/40{background-color:#26262666}}@media screen and (max-width: 1023px){.lg\:bg-neutral-800\/50{background-color:#26262680}}@media screen and (max-width: 1023px){.lg\:bg-neutral-800\/60{background-color:#26262699}}@media screen and (max-width: 1023px){.lg\:bg-neutral-800\/70{background-color:#262626b3}}@media screen and (max-width: 1023px){.lg\:bg-neutral-800\/75{background-color:#262626bf}}@media screen and (max-width: 1023px){.lg\:bg-neutral-800\/80{background-color:#262626cc}}@media screen and (max-width: 1023px){.lg\:bg-neutral-800\/90{background-color:#262626e6}}@media screen and (max-width: 1023px){.lg\:bg-neutral-900{background-color:#171717}}@media screen and (max-width: 1023px){.lg\:bg-neutral-900\/0{background-color:#17171700}}@media screen and (max-width: 1023px){.lg\:bg-neutral-900\/10{background-color:#1717171a}}@media screen and (max-width: 1023px){.lg\:bg-neutral-900\/20{background-color:#17171733}}@media screen and (max-width: 1023px){.lg\:bg-neutral-900\/30{background-color:#1717174d}}@media screen and (max-width: 1023px){.lg\:bg-neutral-900\/40{background-color:#17171766}}@media screen and (max-width: 1023px){.lg\:bg-neutral-900\/50{background-color:#17171780}}@media screen and (max-width: 1023px){.lg\:bg-neutral-900\/60{background-color:#17171799}}@media screen and (max-width: 1023px){.lg\:bg-neutral-900\/70{background-color:#171717b3}}@media screen and (max-width: 1023px){.lg\:bg-neutral-900\/75{background-color:#171717bf}}@media screen and (max-width: 1023px){.lg\:bg-neutral-900\/80{background-color:#171717cc}}@media screen and (max-width: 1023px){.lg\:bg-neutral-900\/90{background-color:#171717e6}}@media screen and (max-width: 1023px){.lg\:bg-neutral-950{background-color:#0a0a0a}}@media screen and (max-width: 1023px){.lg\:bg-neutral-950\/0{background-color:#0a0a0a00}}@media screen and (max-width: 1023px){.lg\:bg-neutral-950\/10{background-color:#0a0a0a1a}}@media screen and (max-width: 1023px){.lg\:bg-neutral-950\/20{background-color:#0a0a0a33}}@media screen and (max-width: 1023px){.lg\:bg-neutral-950\/30{background-color:#0a0a0a4d}}@media screen and (max-width: 1023px){.lg\:bg-neutral-950\/40{background-color:#0a0a0a66}}@media screen and (max-width: 1023px){.lg\:bg-neutral-950\/50{background-color:#0a0a0a80}}@media screen and (max-width: 1023px){.lg\:bg-neutral-950\/60{background-color:#0a0a0a99}}@media screen and (max-width: 1023px){.lg\:bg-neutral-950\/70{background-color:#0a0a0ab3}}@media screen and (max-width: 1023px){.lg\:bg-neutral-950\/75{background-color:#0a0a0abf}}@media screen and (max-width: 1023px){.lg\:bg-neutral-950\/80{background-color:#0a0a0acc}}@media screen and (max-width: 1023px){.lg\:bg-neutral-950\/90{background-color:#0a0a0ae6}}@media screen and (max-width: 1023px){.lg\:bg-stone-50{background-color:#fafaf9}}@media screen and (max-width: 1023px){.lg\:bg-stone-50\/0{background-color:#fafaf900}}@media screen and (max-width: 1023px){.lg\:bg-stone-50\/10{background-color:#fafaf91a}}@media screen and (max-width: 1023px){.lg\:bg-stone-50\/20{background-color:#fafaf933}}@media screen and (max-width: 1023px){.lg\:bg-stone-50\/30{background-color:#fafaf94d}}@media screen and (max-width: 1023px){.lg\:bg-stone-50\/40{background-color:#fafaf966}}@media screen and (max-width: 1023px){.lg\:bg-stone-50\/50{background-color:#fafaf980}}@media screen and (max-width: 1023px){.lg\:bg-stone-50\/60{background-color:#fafaf999}}@media screen and (max-width: 1023px){.lg\:bg-stone-50\/70{background-color:#fafaf9b3}}@media screen and (max-width: 1023px){.lg\:bg-stone-50\/75{background-color:#fafaf9bf}}@media screen and (max-width: 1023px){.lg\:bg-stone-50\/80{background-color:#fafaf9cc}}@media screen and (max-width: 1023px){.lg\:bg-stone-50\/90{background-color:#fafaf9e6}}@media screen and (max-width: 1023px){.lg\:bg-stone-100{background-color:#f5f5f4}}@media screen and (max-width: 1023px){.lg\:bg-stone-100\/0{background-color:#f5f5f400}}@media screen and (max-width: 1023px){.lg\:bg-stone-100\/10{background-color:#f5f5f41a}}@media screen and (max-width: 1023px){.lg\:bg-stone-100\/20{background-color:#f5f5f433}}@media screen and (max-width: 1023px){.lg\:bg-stone-100\/30{background-color:#f5f5f44d}}@media screen and (max-width: 1023px){.lg\:bg-stone-100\/40{background-color:#f5f5f466}}@media screen and (max-width: 1023px){.lg\:bg-stone-100\/50{background-color:#f5f5f480}}@media screen and (max-width: 1023px){.lg\:bg-stone-100\/60{background-color:#f5f5f499}}@media screen and (max-width: 1023px){.lg\:bg-stone-100\/70{background-color:#f5f5f4b3}}@media screen and (max-width: 1023px){.lg\:bg-stone-100\/75{background-color:#f5f5f4bf}}@media screen and (max-width: 1023px){.lg\:bg-stone-100\/80{background-color:#f5f5f4cc}}@media screen and (max-width: 1023px){.lg\:bg-stone-100\/90{background-color:#f5f5f4e6}}@media screen and (max-width: 1023px){.lg\:bg-stone-200{background-color:#e7e5e4}}@media screen and (max-width: 1023px){.lg\:bg-stone-200\/0{background-color:#e7e5e400}}@media screen and (max-width: 1023px){.lg\:bg-stone-200\/10{background-color:#e7e5e41a}}@media screen and (max-width: 1023px){.lg\:bg-stone-200\/20{background-color:#e7e5e433}}@media screen and (max-width: 1023px){.lg\:bg-stone-200\/30{background-color:#e7e5e44d}}@media screen and (max-width: 1023px){.lg\:bg-stone-200\/40{background-color:#e7e5e466}}@media screen and (max-width: 1023px){.lg\:bg-stone-200\/50{background-color:#e7e5e480}}@media screen and (max-width: 1023px){.lg\:bg-stone-200\/60{background-color:#e7e5e499}}@media screen and (max-width: 1023px){.lg\:bg-stone-200\/70{background-color:#e7e5e4b3}}@media screen and (max-width: 1023px){.lg\:bg-stone-200\/75{background-color:#e7e5e4bf}}@media screen and (max-width: 1023px){.lg\:bg-stone-200\/80{background-color:#e7e5e4cc}}@media screen and (max-width: 1023px){.lg\:bg-stone-200\/90{background-color:#e7e5e4e6}}@media screen and (max-width: 1023px){.lg\:bg-stone-300{background-color:#d6d3d1}}@media screen and (max-width: 1023px){.lg\:bg-stone-300\/0{background-color:#d6d3d100}}@media screen and (max-width: 1023px){.lg\:bg-stone-300\/10{background-color:#d6d3d11a}}@media screen and (max-width: 1023px){.lg\:bg-stone-300\/20{background-color:#d6d3d133}}@media screen and (max-width: 1023px){.lg\:bg-stone-300\/30{background-color:#d6d3d14d}}@media screen and (max-width: 1023px){.lg\:bg-stone-300\/40{background-color:#d6d3d166}}@media screen and (max-width: 1023px){.lg\:bg-stone-300\/50{background-color:#d6d3d180}}@media screen and (max-width: 1023px){.lg\:bg-stone-300\/60{background-color:#d6d3d199}}@media screen and (max-width: 1023px){.lg\:bg-stone-300\/70{background-color:#d6d3d1b3}}@media screen and (max-width: 1023px){.lg\:bg-stone-300\/75{background-color:#d6d3d1bf}}@media screen and (max-width: 1023px){.lg\:bg-stone-300\/80{background-color:#d6d3d1cc}}@media screen and (max-width: 1023px){.lg\:bg-stone-300\/90{background-color:#d6d3d1e6}}@media screen and (max-width: 1023px){.lg\:bg-stone-400{background-color:#a8a29e}}@media screen and (max-width: 1023px){.lg\:bg-stone-400\/0{background-color:#a8a29e00}}@media screen and (max-width: 1023px){.lg\:bg-stone-400\/10{background-color:#a8a29e1a}}@media screen and (max-width: 1023px){.lg\:bg-stone-400\/20{background-color:#a8a29e33}}@media screen and (max-width: 1023px){.lg\:bg-stone-400\/30{background-color:#a8a29e4d}}@media screen and (max-width: 1023px){.lg\:bg-stone-400\/40{background-color:#a8a29e66}}@media screen and (max-width: 1023px){.lg\:bg-stone-400\/50{background-color:#a8a29e80}}@media screen and (max-width: 1023px){.lg\:bg-stone-400\/60{background-color:#a8a29e99}}@media screen and (max-width: 1023px){.lg\:bg-stone-400\/70{background-color:#a8a29eb3}}@media screen and (max-width: 1023px){.lg\:bg-stone-400\/75{background-color:#a8a29ebf}}@media screen and (max-width: 1023px){.lg\:bg-stone-400\/80{background-color:#a8a29ecc}}@media screen and (max-width: 1023px){.lg\:bg-stone-400\/90{background-color:#a8a29ee6}}@media screen and (max-width: 1023px){.lg\:bg-stone-500{background-color:#78716c}}@media screen and (max-width: 1023px){.lg\:bg-stone-500\/0{background-color:#78716c00}}@media screen and (max-width: 1023px){.lg\:bg-stone-500\/10{background-color:#78716c1a}}@media screen and (max-width: 1023px){.lg\:bg-stone-500\/20{background-color:#78716c33}}@media screen and (max-width: 1023px){.lg\:bg-stone-500\/30{background-color:#78716c4d}}@media screen and (max-width: 1023px){.lg\:bg-stone-500\/40{background-color:#78716c66}}@media screen and (max-width: 1023px){.lg\:bg-stone-500\/50{background-color:#78716c80}}@media screen and (max-width: 1023px){.lg\:bg-stone-500\/60{background-color:#78716c99}}@media screen and (max-width: 1023px){.lg\:bg-stone-500\/70{background-color:#78716cb3}}@media screen and (max-width: 1023px){.lg\:bg-stone-500\/75{background-color:#78716cbf}}@media screen and (max-width: 1023px){.lg\:bg-stone-500\/80{background-color:#78716ccc}}@media screen and (max-width: 1023px){.lg\:bg-stone-500\/90{background-color:#78716ce6}}@media screen and (max-width: 1023px){.lg\:bg-stone-600{background-color:#57534e}}@media screen and (max-width: 1023px){.lg\:bg-stone-600\/0{background-color:#57534e00}}@media screen and (max-width: 1023px){.lg\:bg-stone-600\/10{background-color:#57534e1a}}@media screen and (max-width: 1023px){.lg\:bg-stone-600\/20{background-color:#57534e33}}@media screen and (max-width: 1023px){.lg\:bg-stone-600\/30{background-color:#57534e4d}}@media screen and (max-width: 1023px){.lg\:bg-stone-600\/40{background-color:#57534e66}}@media screen and (max-width: 1023px){.lg\:bg-stone-600\/50{background-color:#57534e80}}@media screen and (max-width: 1023px){.lg\:bg-stone-600\/60{background-color:#57534e99}}@media screen and (max-width: 1023px){.lg\:bg-stone-600\/70{background-color:#57534eb3}}@media screen and (max-width: 1023px){.lg\:bg-stone-600\/75{background-color:#57534ebf}}@media screen and (max-width: 1023px){.lg\:bg-stone-600\/80{background-color:#57534ecc}}@media screen and (max-width: 1023px){.lg\:bg-stone-600\/90{background-color:#57534ee6}}@media screen and (max-width: 1023px){.lg\:bg-stone-700{background-color:#44403c}}@media screen and (max-width: 1023px){.lg\:bg-stone-700\/0{background-color:#44403c00}}@media screen and (max-width: 1023px){.lg\:bg-stone-700\/10{background-color:#44403c1a}}@media screen and (max-width: 1023px){.lg\:bg-stone-700\/20{background-color:#44403c33}}@media screen and (max-width: 1023px){.lg\:bg-stone-700\/30{background-color:#44403c4d}}@media screen and (max-width: 1023px){.lg\:bg-stone-700\/40{background-color:#44403c66}}@media screen and (max-width: 1023px){.lg\:bg-stone-700\/50{background-color:#44403c80}}@media screen and (max-width: 1023px){.lg\:bg-stone-700\/60{background-color:#44403c99}}@media screen and (max-width: 1023px){.lg\:bg-stone-700\/70{background-color:#44403cb3}}@media screen and (max-width: 1023px){.lg\:bg-stone-700\/75{background-color:#44403cbf}}@media screen and (max-width: 1023px){.lg\:bg-stone-700\/80{background-color:#44403ccc}}@media screen and (max-width: 1023px){.lg\:bg-stone-700\/90{background-color:#44403ce6}}@media screen and (max-width: 1023px){.lg\:bg-stone-800{background-color:#292524}}@media screen and (max-width: 1023px){.lg\:bg-stone-800\/0{background-color:#29252400}}@media screen and (max-width: 1023px){.lg\:bg-stone-800\/10{background-color:#2925241a}}@media screen and (max-width: 1023px){.lg\:bg-stone-800\/20{background-color:#29252433}}@media screen and (max-width: 1023px){.lg\:bg-stone-800\/30{background-color:#2925244d}}@media screen and (max-width: 1023px){.lg\:bg-stone-800\/40{background-color:#29252466}}@media screen and (max-width: 1023px){.lg\:bg-stone-800\/50{background-color:#29252480}}@media screen and (max-width: 1023px){.lg\:bg-stone-800\/60{background-color:#29252499}}@media screen and (max-width: 1023px){.lg\:bg-stone-800\/70{background-color:#292524b3}}@media screen and (max-width: 1023px){.lg\:bg-stone-800\/75{background-color:#292524bf}}@media screen and (max-width: 1023px){.lg\:bg-stone-800\/80{background-color:#292524cc}}@media screen and (max-width: 1023px){.lg\:bg-stone-800\/90{background-color:#292524e6}}@media screen and (max-width: 1023px){.lg\:bg-stone-900{background-color:#1c1917}}@media screen and (max-width: 1023px){.lg\:bg-stone-900\/0{background-color:#1c191700}}@media screen and (max-width: 1023px){.lg\:bg-stone-900\/10{background-color:#1c19171a}}@media screen and (max-width: 1023px){.lg\:bg-stone-900\/20{background-color:#1c191733}}@media screen and (max-width: 1023px){.lg\:bg-stone-900\/30{background-color:#1c19174d}}@media screen and (max-width: 1023px){.lg\:bg-stone-900\/40{background-color:#1c191766}}@media screen and (max-width: 1023px){.lg\:bg-stone-900\/50{background-color:#1c191780}}@media screen and (max-width: 1023px){.lg\:bg-stone-900\/60{background-color:#1c191799}}@media screen and (max-width: 1023px){.lg\:bg-stone-900\/70{background-color:#1c1917b3}}@media screen and (max-width: 1023px){.lg\:bg-stone-900\/75{background-color:#1c1917bf}}@media screen and (max-width: 1023px){.lg\:bg-stone-900\/80{background-color:#1c1917cc}}@media screen and (max-width: 1023px){.lg\:bg-stone-900\/90{background-color:#1c1917e6}}@media screen and (max-width: 1023px){.lg\:bg-stone-950{background-color:#0c0a09}}@media screen and (max-width: 1023px){.lg\:bg-stone-950\/0{background-color:#0c0a0900}}@media screen and (max-width: 1023px){.lg\:bg-stone-950\/10{background-color:#0c0a091a}}@media screen and (max-width: 1023px){.lg\:bg-stone-950\/20{background-color:#0c0a0933}}@media screen and (max-width: 1023px){.lg\:bg-stone-950\/30{background-color:#0c0a094d}}@media screen and (max-width: 1023px){.lg\:bg-stone-950\/40{background-color:#0c0a0966}}@media screen and (max-width: 1023px){.lg\:bg-stone-950\/50{background-color:#0c0a0980}}@media screen and (max-width: 1023px){.lg\:bg-stone-950\/60{background-color:#0c0a0999}}@media screen and (max-width: 1023px){.lg\:bg-stone-950\/70{background-color:#0c0a09b3}}@media screen and (max-width: 1023px){.lg\:bg-stone-950\/75{background-color:#0c0a09bf}}@media screen and (max-width: 1023px){.lg\:bg-stone-950\/80{background-color:#0c0a09cc}}@media screen and (max-width: 1023px){.lg\:bg-stone-950\/90{background-color:#0c0a09e6}}@media screen and (max-width: 1023px){.lg\:bg-red-50{background-color:#fef2f2}}@media screen and (max-width: 1023px){.lg\:bg-red-50\/0{background-color:#fef2f200}}@media screen and (max-width: 1023px){.lg\:bg-red-50\/10{background-color:#fef2f21a}}@media screen and (max-width: 1023px){.lg\:bg-red-50\/20{background-color:#fef2f233}}@media screen and (max-width: 1023px){.lg\:bg-red-50\/30{background-color:#fef2f24d}}@media screen and (max-width: 1023px){.lg\:bg-red-50\/40{background-color:#fef2f266}}@media screen and (max-width: 1023px){.lg\:bg-red-50\/50{background-color:#fef2f280}}@media screen and (max-width: 1023px){.lg\:bg-red-50\/60{background-color:#fef2f299}}@media screen and (max-width: 1023px){.lg\:bg-red-50\/70{background-color:#fef2f2b3}}@media screen and (max-width: 1023px){.lg\:bg-red-50\/75{background-color:#fef2f2bf}}@media screen and (max-width: 1023px){.lg\:bg-red-50\/80{background-color:#fef2f2cc}}@media screen and (max-width: 1023px){.lg\:bg-red-50\/90{background-color:#fef2f2e6}}@media screen and (max-width: 1023px){.lg\:bg-red-100{background-color:#fee2e2}}@media screen and (max-width: 1023px){.lg\:bg-red-100\/0{background-color:#fee2e200}}@media screen and (max-width: 1023px){.lg\:bg-red-100\/10{background-color:#fee2e21a}}@media screen and (max-width: 1023px){.lg\:bg-red-100\/20{background-color:#fee2e233}}@media screen and (max-width: 1023px){.lg\:bg-red-100\/30{background-color:#fee2e24d}}@media screen and (max-width: 1023px){.lg\:bg-red-100\/40{background-color:#fee2e266}}@media screen and (max-width: 1023px){.lg\:bg-red-100\/50{background-color:#fee2e280}}@media screen and (max-width: 1023px){.lg\:bg-red-100\/60{background-color:#fee2e299}}@media screen and (max-width: 1023px){.lg\:bg-red-100\/70{background-color:#fee2e2b3}}@media screen and (max-width: 1023px){.lg\:bg-red-100\/75{background-color:#fee2e2bf}}@media screen and (max-width: 1023px){.lg\:bg-red-100\/80{background-color:#fee2e2cc}}@media screen and (max-width: 1023px){.lg\:bg-red-100\/90{background-color:#fee2e2e6}}@media screen and (max-width: 1023px){.lg\:bg-red-200{background-color:#fecaca}}@media screen and (max-width: 1023px){.lg\:bg-red-200\/0{background-color:#fecaca00}}@media screen and (max-width: 1023px){.lg\:bg-red-200\/10{background-color:#fecaca1a}}@media screen and (max-width: 1023px){.lg\:bg-red-200\/20{background-color:#fecaca33}}@media screen and (max-width: 1023px){.lg\:bg-red-200\/30{background-color:#fecaca4d}}@media screen and (max-width: 1023px){.lg\:bg-red-200\/40{background-color:#fecaca66}}@media screen and (max-width: 1023px){.lg\:bg-red-200\/50{background-color:#fecaca80}}@media screen and (max-width: 1023px){.lg\:bg-red-200\/60{background-color:#fecaca99}}@media screen and (max-width: 1023px){.lg\:bg-red-200\/70{background-color:#fecacab3}}@media screen and (max-width: 1023px){.lg\:bg-red-200\/75{background-color:#fecacabf}}@media screen and (max-width: 1023px){.lg\:bg-red-200\/80{background-color:#fecacacc}}@media screen and (max-width: 1023px){.lg\:bg-red-200\/90{background-color:#fecacae6}}@media screen and (max-width: 1023px){.lg\:bg-red-300{background-color:#fca5a5}}@media screen and (max-width: 1023px){.lg\:bg-red-300\/0{background-color:#fca5a500}}@media screen and (max-width: 1023px){.lg\:bg-red-300\/10{background-color:#fca5a51a}}@media screen and (max-width: 1023px){.lg\:bg-red-300\/20{background-color:#fca5a533}}@media screen and (max-width: 1023px){.lg\:bg-red-300\/30{background-color:#fca5a54d}}@media screen and (max-width: 1023px){.lg\:bg-red-300\/40{background-color:#fca5a566}}@media screen and (max-width: 1023px){.lg\:bg-red-300\/50{background-color:#fca5a580}}@media screen and (max-width: 1023px){.lg\:bg-red-300\/60{background-color:#fca5a599}}@media screen and (max-width: 1023px){.lg\:bg-red-300\/70{background-color:#fca5a5b3}}@media screen and (max-width: 1023px){.lg\:bg-red-300\/75{background-color:#fca5a5bf}}@media screen and (max-width: 1023px){.lg\:bg-red-300\/80{background-color:#fca5a5cc}}@media screen and (max-width: 1023px){.lg\:bg-red-300\/90{background-color:#fca5a5e6}}@media screen and (max-width: 1023px){.lg\:bg-red-400{background-color:#f87171}}@media screen and (max-width: 1023px){.lg\:bg-red-400\/0{background-color:#f8717100}}@media screen and (max-width: 1023px){.lg\:bg-red-400\/10{background-color:#f871711a}}@media screen and (max-width: 1023px){.lg\:bg-red-400\/20{background-color:#f8717133}}@media screen and (max-width: 1023px){.lg\:bg-red-400\/30{background-color:#f871714d}}@media screen and (max-width: 1023px){.lg\:bg-red-400\/40{background-color:#f8717166}}@media screen and (max-width: 1023px){.lg\:bg-red-400\/50{background-color:#f8717180}}@media screen and (max-width: 1023px){.lg\:bg-red-400\/60{background-color:#f8717199}}@media screen and (max-width: 1023px){.lg\:bg-red-400\/70{background-color:#f87171b3}}@media screen and (max-width: 1023px){.lg\:bg-red-400\/75{background-color:#f87171bf}}@media screen and (max-width: 1023px){.lg\:bg-red-400\/80{background-color:#f87171cc}}@media screen and (max-width: 1023px){.lg\:bg-red-400\/90{background-color:#f87171e6}}@media screen and (max-width: 1023px){.lg\:bg-red-500{background-color:#ef4444}}@media screen and (max-width: 1023px){.lg\:bg-red-500\/0{background-color:#ef444400}}@media screen and (max-width: 1023px){.lg\:bg-red-500\/10{background-color:#ef44441a}}@media screen and (max-width: 1023px){.lg\:bg-red-500\/20{background-color:#ef444433}}@media screen and (max-width: 1023px){.lg\:bg-red-500\/30{background-color:#ef44444d}}@media screen and (max-width: 1023px){.lg\:bg-red-500\/40{background-color:#ef444466}}@media screen and (max-width: 1023px){.lg\:bg-red-500\/50{background-color:#ef444480}}@media screen and (max-width: 1023px){.lg\:bg-red-500\/60{background-color:#ef444499}}@media screen and (max-width: 1023px){.lg\:bg-red-500\/70{background-color:#ef4444b3}}@media screen and (max-width: 1023px){.lg\:bg-red-500\/75{background-color:#ef4444bf}}@media screen and (max-width: 1023px){.lg\:bg-red-500\/80{background-color:#ef4444cc}}@media screen and (max-width: 1023px){.lg\:bg-red-500\/90{background-color:#ef4444e6}}@media screen and (max-width: 1023px){.lg\:bg-red-600{background-color:#dc2626}}@media screen and (max-width: 1023px){.lg\:bg-red-600\/0{background-color:#dc262600}}@media screen and (max-width: 1023px){.lg\:bg-red-600\/10{background-color:#dc26261a}}@media screen and (max-width: 1023px){.lg\:bg-red-600\/20{background-color:#dc262633}}@media screen and (max-width: 1023px){.lg\:bg-red-600\/30{background-color:#dc26264d}}@media screen and (max-width: 1023px){.lg\:bg-red-600\/40{background-color:#dc262666}}@media screen and (max-width: 1023px){.lg\:bg-red-600\/50{background-color:#dc262680}}@media screen and (max-width: 1023px){.lg\:bg-red-600\/60{background-color:#dc262699}}@media screen and (max-width: 1023px){.lg\:bg-red-600\/70{background-color:#dc2626b3}}@media screen and (max-width: 1023px){.lg\:bg-red-600\/75{background-color:#dc2626bf}}@media screen and (max-width: 1023px){.lg\:bg-red-600\/80{background-color:#dc2626cc}}@media screen and (max-width: 1023px){.lg\:bg-red-600\/90{background-color:#dc2626e6}}@media screen and (max-width: 1023px){.lg\:bg-red-700{background-color:#b91c1c}}@media screen and (max-width: 1023px){.lg\:bg-red-700\/0{background-color:#b91c1c00}}@media screen and (max-width: 1023px){.lg\:bg-red-700\/10{background-color:#b91c1c1a}}@media screen and (max-width: 1023px){.lg\:bg-red-700\/20{background-color:#b91c1c33}}@media screen and (max-width: 1023px){.lg\:bg-red-700\/30{background-color:#b91c1c4d}}@media screen and (max-width: 1023px){.lg\:bg-red-700\/40{background-color:#b91c1c66}}@media screen and (max-width: 1023px){.lg\:bg-red-700\/50{background-color:#b91c1c80}}@media screen and (max-width: 1023px){.lg\:bg-red-700\/60{background-color:#b91c1c99}}@media screen and (max-width: 1023px){.lg\:bg-red-700\/70{background-color:#b91c1cb3}}@media screen and (max-width: 1023px){.lg\:bg-red-700\/75{background-color:#b91c1cbf}}@media screen and (max-width: 1023px){.lg\:bg-red-700\/80{background-color:#b91c1ccc}}@media screen and (max-width: 1023px){.lg\:bg-red-700\/90{background-color:#b91c1ce6}}@media screen and (max-width: 1023px){.lg\:bg-red-800{background-color:#991b1b}}@media screen and (max-width: 1023px){.lg\:bg-red-800\/0{background-color:#991b1b00}}@media screen and (max-width: 1023px){.lg\:bg-red-800\/10{background-color:#991b1b1a}}@media screen and (max-width: 1023px){.lg\:bg-red-800\/20{background-color:#991b1b33}}@media screen and (max-width: 1023px){.lg\:bg-red-800\/30{background-color:#991b1b4d}}@media screen and (max-width: 1023px){.lg\:bg-red-800\/40{background-color:#991b1b66}}@media screen and (max-width: 1023px){.lg\:bg-red-800\/50{background-color:#991b1b80}}@media screen and (max-width: 1023px){.lg\:bg-red-800\/60{background-color:#991b1b99}}@media screen and (max-width: 1023px){.lg\:bg-red-800\/70{background-color:#991b1bb3}}@media screen and (max-width: 1023px){.lg\:bg-red-800\/75{background-color:#991b1bbf}}@media screen and (max-width: 1023px){.lg\:bg-red-800\/80{background-color:#991b1bcc}}@media screen and (max-width: 1023px){.lg\:bg-red-800\/90{background-color:#991b1be6}}@media screen and (max-width: 1023px){.lg\:bg-red-900{background-color:#7f1d1d}}@media screen and (max-width: 1023px){.lg\:bg-red-900\/0{background-color:#7f1d1d00}}@media screen and (max-width: 1023px){.lg\:bg-red-900\/10{background-color:#7f1d1d1a}}@media screen and (max-width: 1023px){.lg\:bg-red-900\/20{background-color:#7f1d1d33}}@media screen and (max-width: 1023px){.lg\:bg-red-900\/30{background-color:#7f1d1d4d}}@media screen and (max-width: 1023px){.lg\:bg-red-900\/40{background-color:#7f1d1d66}}@media screen and (max-width: 1023px){.lg\:bg-red-900\/50{background-color:#7f1d1d80}}@media screen and (max-width: 1023px){.lg\:bg-red-900\/60{background-color:#7f1d1d99}}@media screen and (max-width: 1023px){.lg\:bg-red-900\/70{background-color:#7f1d1db3}}@media screen and (max-width: 1023px){.lg\:bg-red-900\/75{background-color:#7f1d1dbf}}@media screen and (max-width: 1023px){.lg\:bg-red-900\/80{background-color:#7f1d1dcc}}@media screen and (max-width: 1023px){.lg\:bg-red-900\/90{background-color:#7f1d1de6}}@media screen and (max-width: 1023px){.lg\:bg-red-950{background-color:#450a0a}}@media screen and (max-width: 1023px){.lg\:bg-red-950\/0{background-color:#450a0a00}}@media screen and (max-width: 1023px){.lg\:bg-red-950\/10{background-color:#450a0a1a}}@media screen and (max-width: 1023px){.lg\:bg-red-950\/20{background-color:#450a0a33}}@media screen and (max-width: 1023px){.lg\:bg-red-950\/30{background-color:#450a0a4d}}@media screen and (max-width: 1023px){.lg\:bg-red-950\/40{background-color:#450a0a66}}@media screen and (max-width: 1023px){.lg\:bg-red-950\/50{background-color:#450a0a80}}@media screen and (max-width: 1023px){.lg\:bg-red-950\/60{background-color:#450a0a99}}@media screen and (max-width: 1023px){.lg\:bg-red-950\/70{background-color:#450a0ab3}}@media screen and (max-width: 1023px){.lg\:bg-red-950\/75{background-color:#450a0abf}}@media screen and (max-width: 1023px){.lg\:bg-red-950\/80{background-color:#450a0acc}}@media screen and (max-width: 1023px){.lg\:bg-red-950\/90{background-color:#450a0ae6}}@media screen and (max-width: 1023px){.lg\:bg-orange-50{background-color:#fff7ed}}@media screen and (max-width: 1023px){.lg\:bg-orange-50\/0{background-color:#fff7ed00}}@media screen and (max-width: 1023px){.lg\:bg-orange-50\/10{background-color:#fff7ed1a}}@media screen and (max-width: 1023px){.lg\:bg-orange-50\/20{background-color:#fff7ed33}}@media screen and (max-width: 1023px){.lg\:bg-orange-50\/30{background-color:#fff7ed4d}}@media screen and (max-width: 1023px){.lg\:bg-orange-50\/40{background-color:#fff7ed66}}@media screen and (max-width: 1023px){.lg\:bg-orange-50\/50{background-color:#fff7ed80}}@media screen and (max-width: 1023px){.lg\:bg-orange-50\/60{background-color:#fff7ed99}}@media screen and (max-width: 1023px){.lg\:bg-orange-50\/70{background-color:#fff7edb3}}@media screen and (max-width: 1023px){.lg\:bg-orange-50\/75{background-color:#fff7edbf}}@media screen and (max-width: 1023px){.lg\:bg-orange-50\/80{background-color:#fff7edcc}}@media screen and (max-width: 1023px){.lg\:bg-orange-50\/90{background-color:#fff7ede6}}@media screen and (max-width: 1023px){.lg\:bg-orange-100{background-color:#ffedd5}}@media screen and (max-width: 1023px){.lg\:bg-orange-100\/0{background-color:#ffedd500}}@media screen and (max-width: 1023px){.lg\:bg-orange-100\/10{background-color:#ffedd51a}}@media screen and (max-width: 1023px){.lg\:bg-orange-100\/20{background-color:#ffedd533}}@media screen and (max-width: 1023px){.lg\:bg-orange-100\/30{background-color:#ffedd54d}}@media screen and (max-width: 1023px){.lg\:bg-orange-100\/40{background-color:#ffedd566}}@media screen and (max-width: 1023px){.lg\:bg-orange-100\/50{background-color:#ffedd580}}@media screen and (max-width: 1023px){.lg\:bg-orange-100\/60{background-color:#ffedd599}}@media screen and (max-width: 1023px){.lg\:bg-orange-100\/70{background-color:#ffedd5b3}}@media screen and (max-width: 1023px){.lg\:bg-orange-100\/75{background-color:#ffedd5bf}}@media screen and (max-width: 1023px){.lg\:bg-orange-100\/80{background-color:#ffedd5cc}}@media screen and (max-width: 1023px){.lg\:bg-orange-100\/90{background-color:#ffedd5e6}}@media screen and (max-width: 1023px){.lg\:bg-orange-200{background-color:#fed7aa}}@media screen and (max-width: 1023px){.lg\:bg-orange-200\/0{background-color:#fed7aa00}}@media screen and (max-width: 1023px){.lg\:bg-orange-200\/10{background-color:#fed7aa1a}}@media screen and (max-width: 1023px){.lg\:bg-orange-200\/20{background-color:#fed7aa33}}@media screen and (max-width: 1023px){.lg\:bg-orange-200\/30{background-color:#fed7aa4d}}@media screen and (max-width: 1023px){.lg\:bg-orange-200\/40{background-color:#fed7aa66}}@media screen and (max-width: 1023px){.lg\:bg-orange-200\/50{background-color:#fed7aa80}}@media screen and (max-width: 1023px){.lg\:bg-orange-200\/60{background-color:#fed7aa99}}@media screen and (max-width: 1023px){.lg\:bg-orange-200\/70{background-color:#fed7aab3}}@media screen and (max-width: 1023px){.lg\:bg-orange-200\/75{background-color:#fed7aabf}}@media screen and (max-width: 1023px){.lg\:bg-orange-200\/80{background-color:#fed7aacc}}@media screen and (max-width: 1023px){.lg\:bg-orange-200\/90{background-color:#fed7aae6}}@media screen and (max-width: 1023px){.lg\:bg-orange-300{background-color:#fdba74}}@media screen and (max-width: 1023px){.lg\:bg-orange-300\/0{background-color:#fdba7400}}@media screen and (max-width: 1023px){.lg\:bg-orange-300\/10{background-color:#fdba741a}}@media screen and (max-width: 1023px){.lg\:bg-orange-300\/20{background-color:#fdba7433}}@media screen and (max-width: 1023px){.lg\:bg-orange-300\/30{background-color:#fdba744d}}@media screen and (max-width: 1023px){.lg\:bg-orange-300\/40{background-color:#fdba7466}}@media screen and (max-width: 1023px){.lg\:bg-orange-300\/50{background-color:#fdba7480}}@media screen and (max-width: 1023px){.lg\:bg-orange-300\/60{background-color:#fdba7499}}@media screen and (max-width: 1023px){.lg\:bg-orange-300\/70{background-color:#fdba74b3}}@media screen and (max-width: 1023px){.lg\:bg-orange-300\/75{background-color:#fdba74bf}}@media screen and (max-width: 1023px){.lg\:bg-orange-300\/80{background-color:#fdba74cc}}@media screen and (max-width: 1023px){.lg\:bg-orange-300\/90{background-color:#fdba74e6}}@media screen and (max-width: 1023px){.lg\:bg-orange-400{background-color:#fb923c}}@media screen and (max-width: 1023px){.lg\:bg-orange-400\/0{background-color:#fb923c00}}@media screen and (max-width: 1023px){.lg\:bg-orange-400\/10{background-color:#fb923c1a}}@media screen and (max-width: 1023px){.lg\:bg-orange-400\/20{background-color:#fb923c33}}@media screen and (max-width: 1023px){.lg\:bg-orange-400\/30{background-color:#fb923c4d}}@media screen and (max-width: 1023px){.lg\:bg-orange-400\/40{background-color:#fb923c66}}@media screen and (max-width: 1023px){.lg\:bg-orange-400\/50{background-color:#fb923c80}}@media screen and (max-width: 1023px){.lg\:bg-orange-400\/60{background-color:#fb923c99}}@media screen and (max-width: 1023px){.lg\:bg-orange-400\/70{background-color:#fb923cb3}}@media screen and (max-width: 1023px){.lg\:bg-orange-400\/75{background-color:#fb923cbf}}@media screen and (max-width: 1023px){.lg\:bg-orange-400\/80{background-color:#fb923ccc}}@media screen and (max-width: 1023px){.lg\:bg-orange-400\/90{background-color:#fb923ce6}}@media screen and (max-width: 1023px){.lg\:bg-orange-500{background-color:#f97316}}@media screen and (max-width: 1023px){.lg\:bg-orange-500\/0{background-color:#f9731600}}@media screen and (max-width: 1023px){.lg\:bg-orange-500\/10{background-color:#f973161a}}@media screen and (max-width: 1023px){.lg\:bg-orange-500\/20{background-color:#f9731633}}@media screen and (max-width: 1023px){.lg\:bg-orange-500\/30{background-color:#f973164d}}@media screen and (max-width: 1023px){.lg\:bg-orange-500\/40{background-color:#f9731666}}@media screen and (max-width: 1023px){.lg\:bg-orange-500\/50{background-color:#f9731680}}@media screen and (max-width: 1023px){.lg\:bg-orange-500\/60{background-color:#f9731699}}@media screen and (max-width: 1023px){.lg\:bg-orange-500\/70{background-color:#f97316b3}}@media screen and (max-width: 1023px){.lg\:bg-orange-500\/75{background-color:#f97316bf}}@media screen and (max-width: 1023px){.lg\:bg-orange-500\/80{background-color:#f97316cc}}@media screen and (max-width: 1023px){.lg\:bg-orange-500\/90{background-color:#f97316e6}}@media screen and (max-width: 1023px){.lg\:bg-orange-600{background-color:#ea580c}}@media screen and (max-width: 1023px){.lg\:bg-orange-600\/0{background-color:#ea580c00}}@media screen and (max-width: 1023px){.lg\:bg-orange-600\/10{background-color:#ea580c1a}}@media screen and (max-width: 1023px){.lg\:bg-orange-600\/20{background-color:#ea580c33}}@media screen and (max-width: 1023px){.lg\:bg-orange-600\/30{background-color:#ea580c4d}}@media screen and (max-width: 1023px){.lg\:bg-orange-600\/40{background-color:#ea580c66}}@media screen and (max-width: 1023px){.lg\:bg-orange-600\/50{background-color:#ea580c80}}@media screen and (max-width: 1023px){.lg\:bg-orange-600\/60{background-color:#ea580c99}}@media screen and (max-width: 1023px){.lg\:bg-orange-600\/70{background-color:#ea580cb3}}@media screen and (max-width: 1023px){.lg\:bg-orange-600\/75{background-color:#ea580cbf}}@media screen and (max-width: 1023px){.lg\:bg-orange-600\/80{background-color:#ea580ccc}}@media screen and (max-width: 1023px){.lg\:bg-orange-600\/90{background-color:#ea580ce6}}@media screen and (max-width: 1023px){.lg\:bg-orange-700{background-color:#c2410c}}@media screen and (max-width: 1023px){.lg\:bg-orange-700\/0{background-color:#c2410c00}}@media screen and (max-width: 1023px){.lg\:bg-orange-700\/10{background-color:#c2410c1a}}@media screen and (max-width: 1023px){.lg\:bg-orange-700\/20{background-color:#c2410c33}}@media screen and (max-width: 1023px){.lg\:bg-orange-700\/30{background-color:#c2410c4d}}@media screen and (max-width: 1023px){.lg\:bg-orange-700\/40{background-color:#c2410c66}}@media screen and (max-width: 1023px){.lg\:bg-orange-700\/50{background-color:#c2410c80}}@media screen and (max-width: 1023px){.lg\:bg-orange-700\/60{background-color:#c2410c99}}@media screen and (max-width: 1023px){.lg\:bg-orange-700\/70{background-color:#c2410cb3}}@media screen and (max-width: 1023px){.lg\:bg-orange-700\/75{background-color:#c2410cbf}}@media screen and (max-width: 1023px){.lg\:bg-orange-700\/80{background-color:#c2410ccc}}@media screen and (max-width: 1023px){.lg\:bg-orange-700\/90{background-color:#c2410ce6}}@media screen and (max-width: 1023px){.lg\:bg-orange-800{background-color:#9a3412}}@media screen and (max-width: 1023px){.lg\:bg-orange-800\/0{background-color:#9a341200}}@media screen and (max-width: 1023px){.lg\:bg-orange-800\/10{background-color:#9a34121a}}@media screen and (max-width: 1023px){.lg\:bg-orange-800\/20{background-color:#9a341233}}@media screen and (max-width: 1023px){.lg\:bg-orange-800\/30{background-color:#9a34124d}}@media screen and (max-width: 1023px){.lg\:bg-orange-800\/40{background-color:#9a341266}}@media screen and (max-width: 1023px){.lg\:bg-orange-800\/50{background-color:#9a341280}}@media screen and (max-width: 1023px){.lg\:bg-orange-800\/60{background-color:#9a341299}}@media screen and (max-width: 1023px){.lg\:bg-orange-800\/70{background-color:#9a3412b3}}@media screen and (max-width: 1023px){.lg\:bg-orange-800\/75{background-color:#9a3412bf}}@media screen and (max-width: 1023px){.lg\:bg-orange-800\/80{background-color:#9a3412cc}}@media screen and (max-width: 1023px){.lg\:bg-orange-800\/90{background-color:#9a3412e6}}@media screen and (max-width: 1023px){.lg\:bg-orange-900{background-color:#7c2d12}}@media screen and (max-width: 1023px){.lg\:bg-orange-900\/0{background-color:#7c2d1200}}@media screen and (max-width: 1023px){.lg\:bg-orange-900\/10{background-color:#7c2d121a}}@media screen and (max-width: 1023px){.lg\:bg-orange-900\/20{background-color:#7c2d1233}}@media screen and (max-width: 1023px){.lg\:bg-orange-900\/30{background-color:#7c2d124d}}@media screen and (max-width: 1023px){.lg\:bg-orange-900\/40{background-color:#7c2d1266}}@media screen and (max-width: 1023px){.lg\:bg-orange-900\/50{background-color:#7c2d1280}}@media screen and (max-width: 1023px){.lg\:bg-orange-900\/60{background-color:#7c2d1299}}@media screen and (max-width: 1023px){.lg\:bg-orange-900\/70{background-color:#7c2d12b3}}@media screen and (max-width: 1023px){.lg\:bg-orange-900\/75{background-color:#7c2d12bf}}@media screen and (max-width: 1023px){.lg\:bg-orange-900\/80{background-color:#7c2d12cc}}@media screen and (max-width: 1023px){.lg\:bg-orange-900\/90{background-color:#7c2d12e6}}@media screen and (max-width: 1023px){.lg\:bg-orange-950{background-color:#431407}}@media screen and (max-width: 1023px){.lg\:bg-orange-950\/0{background-color:#43140700}}@media screen and (max-width: 1023px){.lg\:bg-orange-950\/10{background-color:#4314071a}}@media screen and (max-width: 1023px){.lg\:bg-orange-950\/20{background-color:#43140733}}@media screen and (max-width: 1023px){.lg\:bg-orange-950\/30{background-color:#4314074d}}@media screen and (max-width: 1023px){.lg\:bg-orange-950\/40{background-color:#43140766}}@media screen and (max-width: 1023px){.lg\:bg-orange-950\/50{background-color:#43140780}}@media screen and (max-width: 1023px){.lg\:bg-orange-950\/60{background-color:#43140799}}@media screen and (max-width: 1023px){.lg\:bg-orange-950\/70{background-color:#431407b3}}@media screen and (max-width: 1023px){.lg\:bg-orange-950\/75{background-color:#431407bf}}@media screen and (max-width: 1023px){.lg\:bg-orange-950\/80{background-color:#431407cc}}@media screen and (max-width: 1023px){.lg\:bg-orange-950\/90{background-color:#431407e6}}@media screen and (max-width: 1023px){.lg\:bg-amber-50{background-color:#fffbeb}}@media screen and (max-width: 1023px){.lg\:bg-amber-50\/0{background-color:#fffbeb00}}@media screen and (max-width: 1023px){.lg\:bg-amber-50\/10{background-color:#fffbeb1a}}@media screen and (max-width: 1023px){.lg\:bg-amber-50\/20{background-color:#fffbeb33}}@media screen and (max-width: 1023px){.lg\:bg-amber-50\/30{background-color:#fffbeb4d}}@media screen and (max-width: 1023px){.lg\:bg-amber-50\/40{background-color:#fffbeb66}}@media screen and (max-width: 1023px){.lg\:bg-amber-50\/50{background-color:#fffbeb80}}@media screen and (max-width: 1023px){.lg\:bg-amber-50\/60{background-color:#fffbeb99}}@media screen and (max-width: 1023px){.lg\:bg-amber-50\/70{background-color:#fffbebb3}}@media screen and (max-width: 1023px){.lg\:bg-amber-50\/75{background-color:#fffbebbf}}@media screen and (max-width: 1023px){.lg\:bg-amber-50\/80{background-color:#fffbebcc}}@media screen and (max-width: 1023px){.lg\:bg-amber-50\/90{background-color:#fffbebe6}}@media screen and (max-width: 1023px){.lg\:bg-amber-100{background-color:#fef3c7}}@media screen and (max-width: 1023px){.lg\:bg-amber-100\/0{background-color:#fef3c700}}@media screen and (max-width: 1023px){.lg\:bg-amber-100\/10{background-color:#fef3c71a}}@media screen and (max-width: 1023px){.lg\:bg-amber-100\/20{background-color:#fef3c733}}@media screen and (max-width: 1023px){.lg\:bg-amber-100\/30{background-color:#fef3c74d}}@media screen and (max-width: 1023px){.lg\:bg-amber-100\/40{background-color:#fef3c766}}@media screen and (max-width: 1023px){.lg\:bg-amber-100\/50{background-color:#fef3c780}}@media screen and (max-width: 1023px){.lg\:bg-amber-100\/60{background-color:#fef3c799}}@media screen and (max-width: 1023px){.lg\:bg-amber-100\/70{background-color:#fef3c7b3}}@media screen and (max-width: 1023px){.lg\:bg-amber-100\/75{background-color:#fef3c7bf}}@media screen and (max-width: 1023px){.lg\:bg-amber-100\/80{background-color:#fef3c7cc}}@media screen and (max-width: 1023px){.lg\:bg-amber-100\/90{background-color:#fef3c7e6}}@media screen and (max-width: 1023px){.lg\:bg-amber-200{background-color:#fde68a}}@media screen and (max-width: 1023px){.lg\:bg-amber-200\/0{background-color:#fde68a00}}@media screen and (max-width: 1023px){.lg\:bg-amber-200\/10{background-color:#fde68a1a}}@media screen and (max-width: 1023px){.lg\:bg-amber-200\/20{background-color:#fde68a33}}@media screen and (max-width: 1023px){.lg\:bg-amber-200\/30{background-color:#fde68a4d}}@media screen and (max-width: 1023px){.lg\:bg-amber-200\/40{background-color:#fde68a66}}@media screen and (max-width: 1023px){.lg\:bg-amber-200\/50{background-color:#fde68a80}}@media screen and (max-width: 1023px){.lg\:bg-amber-200\/60{background-color:#fde68a99}}@media screen and (max-width: 1023px){.lg\:bg-amber-200\/70{background-color:#fde68ab3}}@media screen and (max-width: 1023px){.lg\:bg-amber-200\/75{background-color:#fde68abf}}@media screen and (max-width: 1023px){.lg\:bg-amber-200\/80{background-color:#fde68acc}}@media screen and (max-width: 1023px){.lg\:bg-amber-200\/90{background-color:#fde68ae6}}@media screen and (max-width: 1023px){.lg\:bg-amber-300{background-color:#fcd34d}}@media screen and (max-width: 1023px){.lg\:bg-amber-300\/0{background-color:#fcd34d00}}@media screen and (max-width: 1023px){.lg\:bg-amber-300\/10{background-color:#fcd34d1a}}@media screen and (max-width: 1023px){.lg\:bg-amber-300\/20{background-color:#fcd34d33}}@media screen and (max-width: 1023px){.lg\:bg-amber-300\/30{background-color:#fcd34d4d}}@media screen and (max-width: 1023px){.lg\:bg-amber-300\/40{background-color:#fcd34d66}}@media screen and (max-width: 1023px){.lg\:bg-amber-300\/50{background-color:#fcd34d80}}@media screen and (max-width: 1023px){.lg\:bg-amber-300\/60{background-color:#fcd34d99}}@media screen and (max-width: 1023px){.lg\:bg-amber-300\/70{background-color:#fcd34db3}}@media screen and (max-width: 1023px){.lg\:bg-amber-300\/75{background-color:#fcd34dbf}}@media screen and (max-width: 1023px){.lg\:bg-amber-300\/80{background-color:#fcd34dcc}}@media screen and (max-width: 1023px){.lg\:bg-amber-300\/90{background-color:#fcd34de6}}@media screen and (max-width: 1023px){.lg\:bg-amber-400{background-color:#fbbf24}}@media screen and (max-width: 1023px){.lg\:bg-amber-400\/0{background-color:#fbbf2400}}@media screen and (max-width: 1023px){.lg\:bg-amber-400\/10{background-color:#fbbf241a}}@media screen and (max-width: 1023px){.lg\:bg-amber-400\/20{background-color:#fbbf2433}}@media screen and (max-width: 1023px){.lg\:bg-amber-400\/30{background-color:#fbbf244d}}@media screen and (max-width: 1023px){.lg\:bg-amber-400\/40{background-color:#fbbf2466}}@media screen and (max-width: 1023px){.lg\:bg-amber-400\/50{background-color:#fbbf2480}}@media screen and (max-width: 1023px){.lg\:bg-amber-400\/60{background-color:#fbbf2499}}@media screen and (max-width: 1023px){.lg\:bg-amber-400\/70{background-color:#fbbf24b3}}@media screen and (max-width: 1023px){.lg\:bg-amber-400\/75{background-color:#fbbf24bf}}@media screen and (max-width: 1023px){.lg\:bg-amber-400\/80{background-color:#fbbf24cc}}@media screen and (max-width: 1023px){.lg\:bg-amber-400\/90{background-color:#fbbf24e6}}@media screen and (max-width: 1023px){.lg\:bg-amber-500{background-color:#f59e0b}}@media screen and (max-width: 1023px){.lg\:bg-amber-500\/0{background-color:#f59e0b00}}@media screen and (max-width: 1023px){.lg\:bg-amber-500\/10{background-color:#f59e0b1a}}@media screen and (max-width: 1023px){.lg\:bg-amber-500\/20{background-color:#f59e0b33}}@media screen and (max-width: 1023px){.lg\:bg-amber-500\/30{background-color:#f59e0b4d}}@media screen and (max-width: 1023px){.lg\:bg-amber-500\/40{background-color:#f59e0b66}}@media screen and (max-width: 1023px){.lg\:bg-amber-500\/50{background-color:#f59e0b80}}@media screen and (max-width: 1023px){.lg\:bg-amber-500\/60{background-color:#f59e0b99}}@media screen and (max-width: 1023px){.lg\:bg-amber-500\/70{background-color:#f59e0bb3}}@media screen and (max-width: 1023px){.lg\:bg-amber-500\/75{background-color:#f59e0bbf}}@media screen and (max-width: 1023px){.lg\:bg-amber-500\/80{background-color:#f59e0bcc}}@media screen and (max-width: 1023px){.lg\:bg-amber-500\/90{background-color:#f59e0be6}}@media screen and (max-width: 1023px){.lg\:bg-amber-600{background-color:#d97706}}@media screen and (max-width: 1023px){.lg\:bg-amber-600\/0{background-color:#d9770600}}@media screen and (max-width: 1023px){.lg\:bg-amber-600\/10{background-color:#d977061a}}@media screen and (max-width: 1023px){.lg\:bg-amber-600\/20{background-color:#d9770633}}@media screen and (max-width: 1023px){.lg\:bg-amber-600\/30{background-color:#d977064d}}@media screen and (max-width: 1023px){.lg\:bg-amber-600\/40{background-color:#d9770666}}@media screen and (max-width: 1023px){.lg\:bg-amber-600\/50{background-color:#d9770680}}@media screen and (max-width: 1023px){.lg\:bg-amber-600\/60{background-color:#d9770699}}@media screen and (max-width: 1023px){.lg\:bg-amber-600\/70{background-color:#d97706b3}}@media screen and (max-width: 1023px){.lg\:bg-amber-600\/75{background-color:#d97706bf}}@media screen and (max-width: 1023px){.lg\:bg-amber-600\/80{background-color:#d97706cc}}@media screen and (max-width: 1023px){.lg\:bg-amber-600\/90{background-color:#d97706e6}}@media screen and (max-width: 1023px){.lg\:bg-amber-700{background-color:#b45309}}@media screen and (max-width: 1023px){.lg\:bg-amber-700\/0{background-color:#b4530900}}@media screen and (max-width: 1023px){.lg\:bg-amber-700\/10{background-color:#b453091a}}@media screen and (max-width: 1023px){.lg\:bg-amber-700\/20{background-color:#b4530933}}@media screen and (max-width: 1023px){.lg\:bg-amber-700\/30{background-color:#b453094d}}@media screen and (max-width: 1023px){.lg\:bg-amber-700\/40{background-color:#b4530966}}@media screen and (max-width: 1023px){.lg\:bg-amber-700\/50{background-color:#b4530980}}@media screen and (max-width: 1023px){.lg\:bg-amber-700\/60{background-color:#b4530999}}@media screen and (max-width: 1023px){.lg\:bg-amber-700\/70{background-color:#b45309b3}}@media screen and (max-width: 1023px){.lg\:bg-amber-700\/75{background-color:#b45309bf}}@media screen and (max-width: 1023px){.lg\:bg-amber-700\/80{background-color:#b45309cc}}@media screen and (max-width: 1023px){.lg\:bg-amber-700\/90{background-color:#b45309e6}}@media screen and (max-width: 1023px){.lg\:bg-amber-800{background-color:#92400e}}@media screen and (max-width: 1023px){.lg\:bg-amber-800\/0{background-color:#92400e00}}@media screen and (max-width: 1023px){.lg\:bg-amber-800\/10{background-color:#92400e1a}}@media screen and (max-width: 1023px){.lg\:bg-amber-800\/20{background-color:#92400e33}}@media screen and (max-width: 1023px){.lg\:bg-amber-800\/30{background-color:#92400e4d}}@media screen and (max-width: 1023px){.lg\:bg-amber-800\/40{background-color:#92400e66}}@media screen and (max-width: 1023px){.lg\:bg-amber-800\/50{background-color:#92400e80}}@media screen and (max-width: 1023px){.lg\:bg-amber-800\/60{background-color:#92400e99}}@media screen and (max-width: 1023px){.lg\:bg-amber-800\/70{background-color:#92400eb3}}@media screen and (max-width: 1023px){.lg\:bg-amber-800\/75{background-color:#92400ebf}}@media screen and (max-width: 1023px){.lg\:bg-amber-800\/80{background-color:#92400ecc}}@media screen and (max-width: 1023px){.lg\:bg-amber-800\/90{background-color:#92400ee6}}@media screen and (max-width: 1023px){.lg\:bg-amber-900{background-color:#78350f}}@media screen and (max-width: 1023px){.lg\:bg-amber-900\/0{background-color:#78350f00}}@media screen and (max-width: 1023px){.lg\:bg-amber-900\/10{background-color:#78350f1a}}@media screen and (max-width: 1023px){.lg\:bg-amber-900\/20{background-color:#78350f33}}@media screen and (max-width: 1023px){.lg\:bg-amber-900\/30{background-color:#78350f4d}}@media screen and (max-width: 1023px){.lg\:bg-amber-900\/40{background-color:#78350f66}}@media screen and (max-width: 1023px){.lg\:bg-amber-900\/50{background-color:#78350f80}}@media screen and (max-width: 1023px){.lg\:bg-amber-900\/60{background-color:#78350f99}}@media screen and (max-width: 1023px){.lg\:bg-amber-900\/70{background-color:#78350fb3}}@media screen and (max-width: 1023px){.lg\:bg-amber-900\/75{background-color:#78350fbf}}@media screen and (max-width: 1023px){.lg\:bg-amber-900\/80{background-color:#78350fcc}}@media screen and (max-width: 1023px){.lg\:bg-amber-900\/90{background-color:#78350fe6}}@media screen and (max-width: 1023px){.lg\:bg-amber-950{background-color:#451a03}}@media screen and (max-width: 1023px){.lg\:bg-amber-950\/0{background-color:#451a0300}}@media screen and (max-width: 1023px){.lg\:bg-amber-950\/10{background-color:#451a031a}}@media screen and (max-width: 1023px){.lg\:bg-amber-950\/20{background-color:#451a0333}}@media screen and (max-width: 1023px){.lg\:bg-amber-950\/30{background-color:#451a034d}}@media screen and (max-width: 1023px){.lg\:bg-amber-950\/40{background-color:#451a0366}}@media screen and (max-width: 1023px){.lg\:bg-amber-950\/50{background-color:#451a0380}}@media screen and (max-width: 1023px){.lg\:bg-amber-950\/60{background-color:#451a0399}}@media screen and (max-width: 1023px){.lg\:bg-amber-950\/70{background-color:#451a03b3}}@media screen and (max-width: 1023px){.lg\:bg-amber-950\/75{background-color:#451a03bf}}@media screen and (max-width: 1023px){.lg\:bg-amber-950\/80{background-color:#451a03cc}}@media screen and (max-width: 1023px){.lg\:bg-amber-950\/90{background-color:#451a03e6}}@media screen and (max-width: 1023px){.lg\:bg-yellow-50{background-color:#fefce8}}@media screen and (max-width: 1023px){.lg\:bg-yellow-50\/0{background-color:#fefce800}}@media screen and (max-width: 1023px){.lg\:bg-yellow-50\/10{background-color:#fefce81a}}@media screen and (max-width: 1023px){.lg\:bg-yellow-50\/20{background-color:#fefce833}}@media screen and (max-width: 1023px){.lg\:bg-yellow-50\/30{background-color:#fefce84d}}@media screen and (max-width: 1023px){.lg\:bg-yellow-50\/40{background-color:#fefce866}}@media screen and (max-width: 1023px){.lg\:bg-yellow-50\/50{background-color:#fefce880}}@media screen and (max-width: 1023px){.lg\:bg-yellow-50\/60{background-color:#fefce899}}@media screen and (max-width: 1023px){.lg\:bg-yellow-50\/70{background-color:#fefce8b3}}@media screen and (max-width: 1023px){.lg\:bg-yellow-50\/75{background-color:#fefce8bf}}@media screen and (max-width: 1023px){.lg\:bg-yellow-50\/80{background-color:#fefce8cc}}@media screen and (max-width: 1023px){.lg\:bg-yellow-50\/90{background-color:#fefce8e6}}@media screen and (max-width: 1023px){.lg\:bg-yellow-100{background-color:#fef9c3}}@media screen and (max-width: 1023px){.lg\:bg-yellow-100\/0{background-color:#fef9c300}}@media screen and (max-width: 1023px){.lg\:bg-yellow-100\/10{background-color:#fef9c31a}}@media screen and (max-width: 1023px){.lg\:bg-yellow-100\/20{background-color:#fef9c333}}@media screen and (max-width: 1023px){.lg\:bg-yellow-100\/30{background-color:#fef9c34d}}@media screen and (max-width: 1023px){.lg\:bg-yellow-100\/40{background-color:#fef9c366}}@media screen and (max-width: 1023px){.lg\:bg-yellow-100\/50{background-color:#fef9c380}}@media screen and (max-width: 1023px){.lg\:bg-yellow-100\/60{background-color:#fef9c399}}@media screen and (max-width: 1023px){.lg\:bg-yellow-100\/70{background-color:#fef9c3b3}}@media screen and (max-width: 1023px){.lg\:bg-yellow-100\/75{background-color:#fef9c3bf}}@media screen and (max-width: 1023px){.lg\:bg-yellow-100\/80{background-color:#fef9c3cc}}@media screen and (max-width: 1023px){.lg\:bg-yellow-100\/90{background-color:#fef9c3e6}}@media screen and (max-width: 1023px){.lg\:bg-yellow-200{background-color:#fef08a}}@media screen and (max-width: 1023px){.lg\:bg-yellow-200\/0{background-color:#fef08a00}}@media screen and (max-width: 1023px){.lg\:bg-yellow-200\/10{background-color:#fef08a1a}}@media screen and (max-width: 1023px){.lg\:bg-yellow-200\/20{background-color:#fef08a33}}@media screen and (max-width: 1023px){.lg\:bg-yellow-200\/30{background-color:#fef08a4d}}@media screen and (max-width: 1023px){.lg\:bg-yellow-200\/40{background-color:#fef08a66}}@media screen and (max-width: 1023px){.lg\:bg-yellow-200\/50{background-color:#fef08a80}}@media screen and (max-width: 1023px){.lg\:bg-yellow-200\/60{background-color:#fef08a99}}@media screen and (max-width: 1023px){.lg\:bg-yellow-200\/70{background-color:#fef08ab3}}@media screen and (max-width: 1023px){.lg\:bg-yellow-200\/75{background-color:#fef08abf}}@media screen and (max-width: 1023px){.lg\:bg-yellow-200\/80{background-color:#fef08acc}}@media screen and (max-width: 1023px){.lg\:bg-yellow-200\/90{background-color:#fef08ae6}}@media screen and (max-width: 1023px){.lg\:bg-yellow-300{background-color:#fde047}}@media screen and (max-width: 1023px){.lg\:bg-yellow-300\/0{background-color:#fde04700}}@media screen and (max-width: 1023px){.lg\:bg-yellow-300\/10{background-color:#fde0471a}}@media screen and (max-width: 1023px){.lg\:bg-yellow-300\/20{background-color:#fde04733}}@media screen and (max-width: 1023px){.lg\:bg-yellow-300\/30{background-color:#fde0474d}}@media screen and (max-width: 1023px){.lg\:bg-yellow-300\/40{background-color:#fde04766}}@media screen and (max-width: 1023px){.lg\:bg-yellow-300\/50{background-color:#fde04780}}@media screen and (max-width: 1023px){.lg\:bg-yellow-300\/60{background-color:#fde04799}}@media screen and (max-width: 1023px){.lg\:bg-yellow-300\/70{background-color:#fde047b3}}@media screen and (max-width: 1023px){.lg\:bg-yellow-300\/75{background-color:#fde047bf}}@media screen and (max-width: 1023px){.lg\:bg-yellow-300\/80{background-color:#fde047cc}}@media screen and (max-width: 1023px){.lg\:bg-yellow-300\/90{background-color:#fde047e6}}@media screen and (max-width: 1023px){.lg\:bg-yellow-400{background-color:#facc15}}@media screen and (max-width: 1023px){.lg\:bg-yellow-400\/0{background-color:#facc1500}}@media screen and (max-width: 1023px){.lg\:bg-yellow-400\/10{background-color:#facc151a}}@media screen and (max-width: 1023px){.lg\:bg-yellow-400\/20{background-color:#facc1533}}@media screen and (max-width: 1023px){.lg\:bg-yellow-400\/30{background-color:#facc154d}}@media screen and (max-width: 1023px){.lg\:bg-yellow-400\/40{background-color:#facc1566}}@media screen and (max-width: 1023px){.lg\:bg-yellow-400\/50{background-color:#facc1580}}@media screen and (max-width: 1023px){.lg\:bg-yellow-400\/60{background-color:#facc1599}}@media screen and (max-width: 1023px){.lg\:bg-yellow-400\/70{background-color:#facc15b3}}@media screen and (max-width: 1023px){.lg\:bg-yellow-400\/75{background-color:#facc15bf}}@media screen and (max-width: 1023px){.lg\:bg-yellow-400\/80{background-color:#facc15cc}}@media screen and (max-width: 1023px){.lg\:bg-yellow-400\/90{background-color:#facc15e6}}@media screen and (max-width: 1023px){.lg\:bg-yellow-500{background-color:#eab308}}@media screen and (max-width: 1023px){.lg\:bg-yellow-500\/0{background-color:#eab30800}}@media screen and (max-width: 1023px){.lg\:bg-yellow-500\/10{background-color:#eab3081a}}@media screen and (max-width: 1023px){.lg\:bg-yellow-500\/20{background-color:#eab30833}}@media screen and (max-width: 1023px){.lg\:bg-yellow-500\/30{background-color:#eab3084d}}@media screen and (max-width: 1023px){.lg\:bg-yellow-500\/40{background-color:#eab30866}}@media screen and (max-width: 1023px){.lg\:bg-yellow-500\/50{background-color:#eab30880}}@media screen and (max-width: 1023px){.lg\:bg-yellow-500\/60{background-color:#eab30899}}@media screen and (max-width: 1023px){.lg\:bg-yellow-500\/70{background-color:#eab308b3}}@media screen and (max-width: 1023px){.lg\:bg-yellow-500\/75{background-color:#eab308bf}}@media screen and (max-width: 1023px){.lg\:bg-yellow-500\/80{background-color:#eab308cc}}@media screen and (max-width: 1023px){.lg\:bg-yellow-500\/90{background-color:#eab308e6}}@media screen and (max-width: 1023px){.lg\:bg-yellow-600{background-color:#ca8a04}}@media screen and (max-width: 1023px){.lg\:bg-yellow-600\/0{background-color:#ca8a0400}}@media screen and (max-width: 1023px){.lg\:bg-yellow-600\/10{background-color:#ca8a041a}}@media screen and (max-width: 1023px){.lg\:bg-yellow-600\/20{background-color:#ca8a0433}}@media screen and (max-width: 1023px){.lg\:bg-yellow-600\/30{background-color:#ca8a044d}}@media screen and (max-width: 1023px){.lg\:bg-yellow-600\/40{background-color:#ca8a0466}}@media screen and (max-width: 1023px){.lg\:bg-yellow-600\/50{background-color:#ca8a0480}}@media screen and (max-width: 1023px){.lg\:bg-yellow-600\/60{background-color:#ca8a0499}}@media screen and (max-width: 1023px){.lg\:bg-yellow-600\/70{background-color:#ca8a04b3}}@media screen and (max-width: 1023px){.lg\:bg-yellow-600\/75{background-color:#ca8a04bf}}@media screen and (max-width: 1023px){.lg\:bg-yellow-600\/80{background-color:#ca8a04cc}}@media screen and (max-width: 1023px){.lg\:bg-yellow-600\/90{background-color:#ca8a04e6}}@media screen and (max-width: 1023px){.lg\:bg-yellow-700{background-color:#a16207}}@media screen and (max-width: 1023px){.lg\:bg-yellow-700\/0{background-color:#a1620700}}@media screen and (max-width: 1023px){.lg\:bg-yellow-700\/10{background-color:#a162071a}}@media screen and (max-width: 1023px){.lg\:bg-yellow-700\/20{background-color:#a1620733}}@media screen and (max-width: 1023px){.lg\:bg-yellow-700\/30{background-color:#a162074d}}@media screen and (max-width: 1023px){.lg\:bg-yellow-700\/40{background-color:#a1620766}}@media screen and (max-width: 1023px){.lg\:bg-yellow-700\/50{background-color:#a1620780}}@media screen and (max-width: 1023px){.lg\:bg-yellow-700\/60{background-color:#a1620799}}@media screen and (max-width: 1023px){.lg\:bg-yellow-700\/70{background-color:#a16207b3}}@media screen and (max-width: 1023px){.lg\:bg-yellow-700\/75{background-color:#a16207bf}}@media screen and (max-width: 1023px){.lg\:bg-yellow-700\/80{background-color:#a16207cc}}@media screen and (max-width: 1023px){.lg\:bg-yellow-700\/90{background-color:#a16207e6}}@media screen and (max-width: 1023px){.lg\:bg-yellow-800{background-color:#854d0e}}@media screen and (max-width: 1023px){.lg\:bg-yellow-800\/0{background-color:#854d0e00}}@media screen and (max-width: 1023px){.lg\:bg-yellow-800\/10{background-color:#854d0e1a}}@media screen and (max-width: 1023px){.lg\:bg-yellow-800\/20{background-color:#854d0e33}}@media screen and (max-width: 1023px){.lg\:bg-yellow-800\/30{background-color:#854d0e4d}}@media screen and (max-width: 1023px){.lg\:bg-yellow-800\/40{background-color:#854d0e66}}@media screen and (max-width: 1023px){.lg\:bg-yellow-800\/50{background-color:#854d0e80}}@media screen and (max-width: 1023px){.lg\:bg-yellow-800\/60{background-color:#854d0e99}}@media screen and (max-width: 1023px){.lg\:bg-yellow-800\/70{background-color:#854d0eb3}}@media screen and (max-width: 1023px){.lg\:bg-yellow-800\/75{background-color:#854d0ebf}}@media screen and (max-width: 1023px){.lg\:bg-yellow-800\/80{background-color:#854d0ecc}}@media screen and (max-width: 1023px){.lg\:bg-yellow-800\/90{background-color:#854d0ee6}}@media screen and (max-width: 1023px){.lg\:bg-yellow-900{background-color:#713f12}}@media screen and (max-width: 1023px){.lg\:bg-yellow-900\/0{background-color:#713f1200}}@media screen and (max-width: 1023px){.lg\:bg-yellow-900\/10{background-color:#713f121a}}@media screen and (max-width: 1023px){.lg\:bg-yellow-900\/20{background-color:#713f1233}}@media screen and (max-width: 1023px){.lg\:bg-yellow-900\/30{background-color:#713f124d}}@media screen and (max-width: 1023px){.lg\:bg-yellow-900\/40{background-color:#713f1266}}@media screen and (max-width: 1023px){.lg\:bg-yellow-900\/50{background-color:#713f1280}}@media screen and (max-width: 1023px){.lg\:bg-yellow-900\/60{background-color:#713f1299}}@media screen and (max-width: 1023px){.lg\:bg-yellow-900\/70{background-color:#713f12b3}}@media screen and (max-width: 1023px){.lg\:bg-yellow-900\/75{background-color:#713f12bf}}@media screen and (max-width: 1023px){.lg\:bg-yellow-900\/80{background-color:#713f12cc}}@media screen and (max-width: 1023px){.lg\:bg-yellow-900\/90{background-color:#713f12e6}}@media screen and (max-width: 1023px){.lg\:bg-yellow-950{background-color:#422006}}@media screen and (max-width: 1023px){.lg\:bg-yellow-950\/0{background-color:#42200600}}@media screen and (max-width: 1023px){.lg\:bg-yellow-950\/10{background-color:#4220061a}}@media screen and (max-width: 1023px){.lg\:bg-yellow-950\/20{background-color:#42200633}}@media screen and (max-width: 1023px){.lg\:bg-yellow-950\/30{background-color:#4220064d}}@media screen and (max-width: 1023px){.lg\:bg-yellow-950\/40{background-color:#42200666}}@media screen and (max-width: 1023px){.lg\:bg-yellow-950\/50{background-color:#42200680}}@media screen and (max-width: 1023px){.lg\:bg-yellow-950\/60{background-color:#42200699}}@media screen and (max-width: 1023px){.lg\:bg-yellow-950\/70{background-color:#422006b3}}@media screen and (max-width: 1023px){.lg\:bg-yellow-950\/75{background-color:#422006bf}}@media screen and (max-width: 1023px){.lg\:bg-yellow-950\/80{background-color:#422006cc}}@media screen and (max-width: 1023px){.lg\:bg-yellow-950\/90{background-color:#422006e6}}@media screen and (max-width: 1023px){.lg\:bg-lime-50{background-color:#f7fee7}}@media screen and (max-width: 1023px){.lg\:bg-lime-50\/0{background-color:#f7fee700}}@media screen and (max-width: 1023px){.lg\:bg-lime-50\/10{background-color:#f7fee71a}}@media screen and (max-width: 1023px){.lg\:bg-lime-50\/20{background-color:#f7fee733}}@media screen and (max-width: 1023px){.lg\:bg-lime-50\/30{background-color:#f7fee74d}}@media screen and (max-width: 1023px){.lg\:bg-lime-50\/40{background-color:#f7fee766}}@media screen and (max-width: 1023px){.lg\:bg-lime-50\/50{background-color:#f7fee780}}@media screen and (max-width: 1023px){.lg\:bg-lime-50\/60{background-color:#f7fee799}}@media screen and (max-width: 1023px){.lg\:bg-lime-50\/70{background-color:#f7fee7b3}}@media screen and (max-width: 1023px){.lg\:bg-lime-50\/75{background-color:#f7fee7bf}}@media screen and (max-width: 1023px){.lg\:bg-lime-50\/80{background-color:#f7fee7cc}}@media screen and (max-width: 1023px){.lg\:bg-lime-50\/90{background-color:#f7fee7e6}}@media screen and (max-width: 1023px){.lg\:bg-lime-100{background-color:#ecfccb}}@media screen and (max-width: 1023px){.lg\:bg-lime-100\/0{background-color:#ecfccb00}}@media screen and (max-width: 1023px){.lg\:bg-lime-100\/10{background-color:#ecfccb1a}}@media screen and (max-width: 1023px){.lg\:bg-lime-100\/20{background-color:#ecfccb33}}@media screen and (max-width: 1023px){.lg\:bg-lime-100\/30{background-color:#ecfccb4d}}@media screen and (max-width: 1023px){.lg\:bg-lime-100\/40{background-color:#ecfccb66}}@media screen and (max-width: 1023px){.lg\:bg-lime-100\/50{background-color:#ecfccb80}}@media screen and (max-width: 1023px){.lg\:bg-lime-100\/60{background-color:#ecfccb99}}@media screen and (max-width: 1023px){.lg\:bg-lime-100\/70{background-color:#ecfccbb3}}@media screen and (max-width: 1023px){.lg\:bg-lime-100\/75{background-color:#ecfccbbf}}@media screen and (max-width: 1023px){.lg\:bg-lime-100\/80{background-color:#ecfccbcc}}@media screen and (max-width: 1023px){.lg\:bg-lime-100\/90{background-color:#ecfccbe6}}@media screen and (max-width: 1023px){.lg\:bg-lime-200{background-color:#d9f99d}}@media screen and (max-width: 1023px){.lg\:bg-lime-200\/0{background-color:#d9f99d00}}@media screen and (max-width: 1023px){.lg\:bg-lime-200\/10{background-color:#d9f99d1a}}@media screen and (max-width: 1023px){.lg\:bg-lime-200\/20{background-color:#d9f99d33}}@media screen and (max-width: 1023px){.lg\:bg-lime-200\/30{background-color:#d9f99d4d}}@media screen and (max-width: 1023px){.lg\:bg-lime-200\/40{background-color:#d9f99d66}}@media screen and (max-width: 1023px){.lg\:bg-lime-200\/50{background-color:#d9f99d80}}@media screen and (max-width: 1023px){.lg\:bg-lime-200\/60{background-color:#d9f99d99}}@media screen and (max-width: 1023px){.lg\:bg-lime-200\/70{background-color:#d9f99db3}}@media screen and (max-width: 1023px){.lg\:bg-lime-200\/75{background-color:#d9f99dbf}}@media screen and (max-width: 1023px){.lg\:bg-lime-200\/80{background-color:#d9f99dcc}}@media screen and (max-width: 1023px){.lg\:bg-lime-200\/90{background-color:#d9f99de6}}@media screen and (max-width: 1023px){.lg\:bg-lime-300{background-color:#bef264}}@media screen and (max-width: 1023px){.lg\:bg-lime-300\/0{background-color:#bef26400}}@media screen and (max-width: 1023px){.lg\:bg-lime-300\/10{background-color:#bef2641a}}@media screen and (max-width: 1023px){.lg\:bg-lime-300\/20{background-color:#bef26433}}@media screen and (max-width: 1023px){.lg\:bg-lime-300\/30{background-color:#bef2644d}}@media screen and (max-width: 1023px){.lg\:bg-lime-300\/40{background-color:#bef26466}}@media screen and (max-width: 1023px){.lg\:bg-lime-300\/50{background-color:#bef26480}}@media screen and (max-width: 1023px){.lg\:bg-lime-300\/60{background-color:#bef26499}}@media screen and (max-width: 1023px){.lg\:bg-lime-300\/70{background-color:#bef264b3}}@media screen and (max-width: 1023px){.lg\:bg-lime-300\/75{background-color:#bef264bf}}@media screen and (max-width: 1023px){.lg\:bg-lime-300\/80{background-color:#bef264cc}}@media screen and (max-width: 1023px){.lg\:bg-lime-300\/90{background-color:#bef264e6}}@media screen and (max-width: 1023px){.lg\:bg-lime-400{background-color:#a3e635}}@media screen and (max-width: 1023px){.lg\:bg-lime-400\/0{background-color:#a3e63500}}@media screen and (max-width: 1023px){.lg\:bg-lime-400\/10{background-color:#a3e6351a}}@media screen and (max-width: 1023px){.lg\:bg-lime-400\/20{background-color:#a3e63533}}@media screen and (max-width: 1023px){.lg\:bg-lime-400\/30{background-color:#a3e6354d}}@media screen and (max-width: 1023px){.lg\:bg-lime-400\/40{background-color:#a3e63566}}@media screen and (max-width: 1023px){.lg\:bg-lime-400\/50{background-color:#a3e63580}}@media screen and (max-width: 1023px){.lg\:bg-lime-400\/60{background-color:#a3e63599}}@media screen and (max-width: 1023px){.lg\:bg-lime-400\/70{background-color:#a3e635b3}}@media screen and (max-width: 1023px){.lg\:bg-lime-400\/75{background-color:#a3e635bf}}@media screen and (max-width: 1023px){.lg\:bg-lime-400\/80{background-color:#a3e635cc}}@media screen and (max-width: 1023px){.lg\:bg-lime-400\/90{background-color:#a3e635e6}}@media screen and (max-width: 1023px){.lg\:bg-lime-500{background-color:#84cc16}}@media screen and (max-width: 1023px){.lg\:bg-lime-500\/0{background-color:#84cc1600}}@media screen and (max-width: 1023px){.lg\:bg-lime-500\/10{background-color:#84cc161a}}@media screen and (max-width: 1023px){.lg\:bg-lime-500\/20{background-color:#84cc1633}}@media screen and (max-width: 1023px){.lg\:bg-lime-500\/30{background-color:#84cc164d}}@media screen and (max-width: 1023px){.lg\:bg-lime-500\/40{background-color:#84cc1666}}@media screen and (max-width: 1023px){.lg\:bg-lime-500\/50{background-color:#84cc1680}}@media screen and (max-width: 1023px){.lg\:bg-lime-500\/60{background-color:#84cc1699}}@media screen and (max-width: 1023px){.lg\:bg-lime-500\/70{background-color:#84cc16b3}}@media screen and (max-width: 1023px){.lg\:bg-lime-500\/75{background-color:#84cc16bf}}@media screen and (max-width: 1023px){.lg\:bg-lime-500\/80{background-color:#84cc16cc}}@media screen and (max-width: 1023px){.lg\:bg-lime-500\/90{background-color:#84cc16e6}}@media screen and (max-width: 1023px){.lg\:bg-lime-600{background-color:#65a30d}}@media screen and (max-width: 1023px){.lg\:bg-lime-600\/0{background-color:#65a30d00}}@media screen and (max-width: 1023px){.lg\:bg-lime-600\/10{background-color:#65a30d1a}}@media screen and (max-width: 1023px){.lg\:bg-lime-600\/20{background-color:#65a30d33}}@media screen and (max-width: 1023px){.lg\:bg-lime-600\/30{background-color:#65a30d4d}}@media screen and (max-width: 1023px){.lg\:bg-lime-600\/40{background-color:#65a30d66}}@media screen and (max-width: 1023px){.lg\:bg-lime-600\/50{background-color:#65a30d80}}@media screen and (max-width: 1023px){.lg\:bg-lime-600\/60{background-color:#65a30d99}}@media screen and (max-width: 1023px){.lg\:bg-lime-600\/70{background-color:#65a30db3}}@media screen and (max-width: 1023px){.lg\:bg-lime-600\/75{background-color:#65a30dbf}}@media screen and (max-width: 1023px){.lg\:bg-lime-600\/80{background-color:#65a30dcc}}@media screen and (max-width: 1023px){.lg\:bg-lime-600\/90{background-color:#65a30de6}}@media screen and (max-width: 1023px){.lg\:bg-lime-700{background-color:#4d7c0f}}@media screen and (max-width: 1023px){.lg\:bg-lime-700\/0{background-color:#4d7c0f00}}@media screen and (max-width: 1023px){.lg\:bg-lime-700\/10{background-color:#4d7c0f1a}}@media screen and (max-width: 1023px){.lg\:bg-lime-700\/20{background-color:#4d7c0f33}}@media screen and (max-width: 1023px){.lg\:bg-lime-700\/30{background-color:#4d7c0f4d}}@media screen and (max-width: 1023px){.lg\:bg-lime-700\/40{background-color:#4d7c0f66}}@media screen and (max-width: 1023px){.lg\:bg-lime-700\/50{background-color:#4d7c0f80}}@media screen and (max-width: 1023px){.lg\:bg-lime-700\/60{background-color:#4d7c0f99}}@media screen and (max-width: 1023px){.lg\:bg-lime-700\/70{background-color:#4d7c0fb3}}@media screen and (max-width: 1023px){.lg\:bg-lime-700\/75{background-color:#4d7c0fbf}}@media screen and (max-width: 1023px){.lg\:bg-lime-700\/80{background-color:#4d7c0fcc}}@media screen and (max-width: 1023px){.lg\:bg-lime-700\/90{background-color:#4d7c0fe6}}@media screen and (max-width: 1023px){.lg\:bg-lime-800{background-color:#3f6212}}@media screen and (max-width: 1023px){.lg\:bg-lime-800\/0{background-color:#3f621200}}@media screen and (max-width: 1023px){.lg\:bg-lime-800\/10{background-color:#3f62121a}}@media screen and (max-width: 1023px){.lg\:bg-lime-800\/20{background-color:#3f621233}}@media screen and (max-width: 1023px){.lg\:bg-lime-800\/30{background-color:#3f62124d}}@media screen and (max-width: 1023px){.lg\:bg-lime-800\/40{background-color:#3f621266}}@media screen and (max-width: 1023px){.lg\:bg-lime-800\/50{background-color:#3f621280}}@media screen and (max-width: 1023px){.lg\:bg-lime-800\/60{background-color:#3f621299}}@media screen and (max-width: 1023px){.lg\:bg-lime-800\/70{background-color:#3f6212b3}}@media screen and (max-width: 1023px){.lg\:bg-lime-800\/75{background-color:#3f6212bf}}@media screen and (max-width: 1023px){.lg\:bg-lime-800\/80{background-color:#3f6212cc}}@media screen and (max-width: 1023px){.lg\:bg-lime-800\/90{background-color:#3f6212e6}}@media screen and (max-width: 1023px){.lg\:bg-lime-900{background-color:#365314}}@media screen and (max-width: 1023px){.lg\:bg-lime-900\/0{background-color:#36531400}}@media screen and (max-width: 1023px){.lg\:bg-lime-900\/10{background-color:#3653141a}}@media screen and (max-width: 1023px){.lg\:bg-lime-900\/20{background-color:#36531433}}@media screen and (max-width: 1023px){.lg\:bg-lime-900\/30{background-color:#3653144d}}@media screen and (max-width: 1023px){.lg\:bg-lime-900\/40{background-color:#36531466}}@media screen and (max-width: 1023px){.lg\:bg-lime-900\/50{background-color:#36531480}}@media screen and (max-width: 1023px){.lg\:bg-lime-900\/60{background-color:#36531499}}@media screen and (max-width: 1023px){.lg\:bg-lime-900\/70{background-color:#365314b3}}@media screen and (max-width: 1023px){.lg\:bg-lime-900\/75{background-color:#365314bf}}@media screen and (max-width: 1023px){.lg\:bg-lime-900\/80{background-color:#365314cc}}@media screen and (max-width: 1023px){.lg\:bg-lime-900\/90{background-color:#365314e6}}@media screen and (max-width: 1023px){.lg\:bg-lime-950{background-color:#1a2e05}}@media screen and (max-width: 1023px){.lg\:bg-lime-950\/0{background-color:#1a2e0500}}@media screen and (max-width: 1023px){.lg\:bg-lime-950\/10{background-color:#1a2e051a}}@media screen and (max-width: 1023px){.lg\:bg-lime-950\/20{background-color:#1a2e0533}}@media screen and (max-width: 1023px){.lg\:bg-lime-950\/30{background-color:#1a2e054d}}@media screen and (max-width: 1023px){.lg\:bg-lime-950\/40{background-color:#1a2e0566}}@media screen and (max-width: 1023px){.lg\:bg-lime-950\/50{background-color:#1a2e0580}}@media screen and (max-width: 1023px){.lg\:bg-lime-950\/60{background-color:#1a2e0599}}@media screen and (max-width: 1023px){.lg\:bg-lime-950\/70{background-color:#1a2e05b3}}@media screen and (max-width: 1023px){.lg\:bg-lime-950\/75{background-color:#1a2e05bf}}@media screen and (max-width: 1023px){.lg\:bg-lime-950\/80{background-color:#1a2e05cc}}@media screen and (max-width: 1023px){.lg\:bg-lime-950\/90{background-color:#1a2e05e6}}@media screen and (max-width: 1023px){.lg\:bg-green-50{background-color:#f0fdf4}}@media screen and (max-width: 1023px){.lg\:bg-green-50\/0{background-color:#f0fdf400}}@media screen and (max-width: 1023px){.lg\:bg-green-50\/10{background-color:#f0fdf41a}}@media screen and (max-width: 1023px){.lg\:bg-green-50\/20{background-color:#f0fdf433}}@media screen and (max-width: 1023px){.lg\:bg-green-50\/30{background-color:#f0fdf44d}}@media screen and (max-width: 1023px){.lg\:bg-green-50\/40{background-color:#f0fdf466}}@media screen and (max-width: 1023px){.lg\:bg-green-50\/50{background-color:#f0fdf480}}@media screen and (max-width: 1023px){.lg\:bg-green-50\/60{background-color:#f0fdf499}}@media screen and (max-width: 1023px){.lg\:bg-green-50\/70{background-color:#f0fdf4b3}}@media screen and (max-width: 1023px){.lg\:bg-green-50\/75{background-color:#f0fdf4bf}}@media screen and (max-width: 1023px){.lg\:bg-green-50\/80{background-color:#f0fdf4cc}}@media screen and (max-width: 1023px){.lg\:bg-green-50\/90{background-color:#f0fdf4e6}}@media screen and (max-width: 1023px){.lg\:bg-green-100{background-color:#dcfce7}}@media screen and (max-width: 1023px){.lg\:bg-green-100\/0{background-color:#dcfce700}}@media screen and (max-width: 1023px){.lg\:bg-green-100\/10{background-color:#dcfce71a}}@media screen and (max-width: 1023px){.lg\:bg-green-100\/20{background-color:#dcfce733}}@media screen and (max-width: 1023px){.lg\:bg-green-100\/30{background-color:#dcfce74d}}@media screen and (max-width: 1023px){.lg\:bg-green-100\/40{background-color:#dcfce766}}@media screen and (max-width: 1023px){.lg\:bg-green-100\/50{background-color:#dcfce780}}@media screen and (max-width: 1023px){.lg\:bg-green-100\/60{background-color:#dcfce799}}@media screen and (max-width: 1023px){.lg\:bg-green-100\/70{background-color:#dcfce7b3}}@media screen and (max-width: 1023px){.lg\:bg-green-100\/75{background-color:#dcfce7bf}}@media screen and (max-width: 1023px){.lg\:bg-green-100\/80{background-color:#dcfce7cc}}@media screen and (max-width: 1023px){.lg\:bg-green-100\/90{background-color:#dcfce7e6}}@media screen and (max-width: 1023px){.lg\:bg-green-200{background-color:#bbf7d0}}@media screen and (max-width: 1023px){.lg\:bg-green-200\/0{background-color:#bbf7d000}}@media screen and (max-width: 1023px){.lg\:bg-green-200\/10{background-color:#bbf7d01a}}@media screen and (max-width: 1023px){.lg\:bg-green-200\/20{background-color:#bbf7d033}}@media screen and (max-width: 1023px){.lg\:bg-green-200\/30{background-color:#bbf7d04d}}@media screen and (max-width: 1023px){.lg\:bg-green-200\/40{background-color:#bbf7d066}}@media screen and (max-width: 1023px){.lg\:bg-green-200\/50{background-color:#bbf7d080}}@media screen and (max-width: 1023px){.lg\:bg-green-200\/60{background-color:#bbf7d099}}@media screen and (max-width: 1023px){.lg\:bg-green-200\/70{background-color:#bbf7d0b3}}@media screen and (max-width: 1023px){.lg\:bg-green-200\/75{background-color:#bbf7d0bf}}@media screen and (max-width: 1023px){.lg\:bg-green-200\/80{background-color:#bbf7d0cc}}@media screen and (max-width: 1023px){.lg\:bg-green-200\/90{background-color:#bbf7d0e6}}@media screen and (max-width: 1023px){.lg\:bg-green-300{background-color:#86efac}}@media screen and (max-width: 1023px){.lg\:bg-green-300\/0{background-color:#86efac00}}@media screen and (max-width: 1023px){.lg\:bg-green-300\/10{background-color:#86efac1a}}@media screen and (max-width: 1023px){.lg\:bg-green-300\/20{background-color:#86efac33}}@media screen and (max-width: 1023px){.lg\:bg-green-300\/30{background-color:#86efac4d}}@media screen and (max-width: 1023px){.lg\:bg-green-300\/40{background-color:#86efac66}}@media screen and (max-width: 1023px){.lg\:bg-green-300\/50{background-color:#86efac80}}@media screen and (max-width: 1023px){.lg\:bg-green-300\/60{background-color:#86efac99}}@media screen and (max-width: 1023px){.lg\:bg-green-300\/70{background-color:#86efacb3}}@media screen and (max-width: 1023px){.lg\:bg-green-300\/75{background-color:#86efacbf}}@media screen and (max-width: 1023px){.lg\:bg-green-300\/80{background-color:#86efaccc}}@media screen and (max-width: 1023px){.lg\:bg-green-300\/90{background-color:#86eface6}}@media screen and (max-width: 1023px){.lg\:bg-green-400{background-color:#4ade80}}@media screen and (max-width: 1023px){.lg\:bg-green-400\/0{background-color:#4ade8000}}@media screen and (max-width: 1023px){.lg\:bg-green-400\/10{background-color:#4ade801a}}@media screen and (max-width: 1023px){.lg\:bg-green-400\/20{background-color:#4ade8033}}@media screen and (max-width: 1023px){.lg\:bg-green-400\/30{background-color:#4ade804d}}@media screen and (max-width: 1023px){.lg\:bg-green-400\/40{background-color:#4ade8066}}@media screen and (max-width: 1023px){.lg\:bg-green-400\/50{background-color:#4ade8080}}@media screen and (max-width: 1023px){.lg\:bg-green-400\/60{background-color:#4ade8099}}@media screen and (max-width: 1023px){.lg\:bg-green-400\/70{background-color:#4ade80b3}}@media screen and (max-width: 1023px){.lg\:bg-green-400\/75{background-color:#4ade80bf}}@media screen and (max-width: 1023px){.lg\:bg-green-400\/80{background-color:#4ade80cc}}@media screen and (max-width: 1023px){.lg\:bg-green-400\/90{background-color:#4ade80e6}}@media screen and (max-width: 1023px){.lg\:bg-green-500{background-color:#22c55e}}@media screen and (max-width: 1023px){.lg\:bg-green-500\/0{background-color:#22c55e00}}@media screen and (max-width: 1023px){.lg\:bg-green-500\/10{background-color:#22c55e1a}}@media screen and (max-width: 1023px){.lg\:bg-green-500\/20{background-color:#22c55e33}}@media screen and (max-width: 1023px){.lg\:bg-green-500\/30{background-color:#22c55e4d}}@media screen and (max-width: 1023px){.lg\:bg-green-500\/40{background-color:#22c55e66}}@media screen and (max-width: 1023px){.lg\:bg-green-500\/50{background-color:#22c55e80}}@media screen and (max-width: 1023px){.lg\:bg-green-500\/60{background-color:#22c55e99}}@media screen and (max-width: 1023px){.lg\:bg-green-500\/70{background-color:#22c55eb3}}@media screen and (max-width: 1023px){.lg\:bg-green-500\/75{background-color:#22c55ebf}}@media screen and (max-width: 1023px){.lg\:bg-green-500\/80{background-color:#22c55ecc}}@media screen and (max-width: 1023px){.lg\:bg-green-500\/90{background-color:#22c55ee6}}@media screen and (max-width: 1023px){.lg\:bg-green-600{background-color:#16a34a}}@media screen and (max-width: 1023px){.lg\:bg-green-600\/0{background-color:#16a34a00}}@media screen and (max-width: 1023px){.lg\:bg-green-600\/10{background-color:#16a34a1a}}@media screen and (max-width: 1023px){.lg\:bg-green-600\/20{background-color:#16a34a33}}@media screen and (max-width: 1023px){.lg\:bg-green-600\/30{background-color:#16a34a4d}}@media screen and (max-width: 1023px){.lg\:bg-green-600\/40{background-color:#16a34a66}}@media screen and (max-width: 1023px){.lg\:bg-green-600\/50{background-color:#16a34a80}}@media screen and (max-width: 1023px){.lg\:bg-green-600\/60{background-color:#16a34a99}}@media screen and (max-width: 1023px){.lg\:bg-green-600\/70{background-color:#16a34ab3}}@media screen and (max-width: 1023px){.lg\:bg-green-600\/75{background-color:#16a34abf}}@media screen and (max-width: 1023px){.lg\:bg-green-600\/80{background-color:#16a34acc}}@media screen and (max-width: 1023px){.lg\:bg-green-600\/90{background-color:#16a34ae6}}@media screen and (max-width: 1023px){.lg\:bg-green-700{background-color:#15803d}}@media screen and (max-width: 1023px){.lg\:bg-green-700\/0{background-color:#15803d00}}@media screen and (max-width: 1023px){.lg\:bg-green-700\/10{background-color:#15803d1a}}@media screen and (max-width: 1023px){.lg\:bg-green-700\/20{background-color:#15803d33}}@media screen and (max-width: 1023px){.lg\:bg-green-700\/30{background-color:#15803d4d}}@media screen and (max-width: 1023px){.lg\:bg-green-700\/40{background-color:#15803d66}}@media screen and (max-width: 1023px){.lg\:bg-green-700\/50{background-color:#15803d80}}@media screen and (max-width: 1023px){.lg\:bg-green-700\/60{background-color:#15803d99}}@media screen and (max-width: 1023px){.lg\:bg-green-700\/70{background-color:#15803db3}}@media screen and (max-width: 1023px){.lg\:bg-green-700\/75{background-color:#15803dbf}}@media screen and (max-width: 1023px){.lg\:bg-green-700\/80{background-color:#15803dcc}}@media screen and (max-width: 1023px){.lg\:bg-green-700\/90{background-color:#15803de6}}@media screen and (max-width: 1023px){.lg\:bg-green-800{background-color:#166534}}@media screen and (max-width: 1023px){.lg\:bg-green-800\/0{background-color:#16653400}}@media screen and (max-width: 1023px){.lg\:bg-green-800\/10{background-color:#1665341a}}@media screen and (max-width: 1023px){.lg\:bg-green-800\/20{background-color:#16653433}}@media screen and (max-width: 1023px){.lg\:bg-green-800\/30{background-color:#1665344d}}@media screen and (max-width: 1023px){.lg\:bg-green-800\/40{background-color:#16653466}}@media screen and (max-width: 1023px){.lg\:bg-green-800\/50{background-color:#16653480}}@media screen and (max-width: 1023px){.lg\:bg-green-800\/60{background-color:#16653499}}@media screen and (max-width: 1023px){.lg\:bg-green-800\/70{background-color:#166534b3}}@media screen and (max-width: 1023px){.lg\:bg-green-800\/75{background-color:#166534bf}}@media screen and (max-width: 1023px){.lg\:bg-green-800\/80{background-color:#166534cc}}@media screen and (max-width: 1023px){.lg\:bg-green-800\/90{background-color:#166534e6}}@media screen and (max-width: 1023px){.lg\:bg-green-900{background-color:#14532d}}@media screen and (max-width: 1023px){.lg\:bg-green-900\/0{background-color:#14532d00}}@media screen and (max-width: 1023px){.lg\:bg-green-900\/10{background-color:#14532d1a}}@media screen and (max-width: 1023px){.lg\:bg-green-900\/20{background-color:#14532d33}}@media screen and (max-width: 1023px){.lg\:bg-green-900\/30{background-color:#14532d4d}}@media screen and (max-width: 1023px){.lg\:bg-green-900\/40{background-color:#14532d66}}@media screen and (max-width: 1023px){.lg\:bg-green-900\/50{background-color:#14532d80}}@media screen and (max-width: 1023px){.lg\:bg-green-900\/60{background-color:#14532d99}}@media screen and (max-width: 1023px){.lg\:bg-green-900\/70{background-color:#14532db3}}@media screen and (max-width: 1023px){.lg\:bg-green-900\/75{background-color:#14532dbf}}@media screen and (max-width: 1023px){.lg\:bg-green-900\/80{background-color:#14532dcc}}@media screen and (max-width: 1023px){.lg\:bg-green-900\/90{background-color:#14532de6}}@media screen and (max-width: 1023px){.lg\:bg-green-950{background-color:#052e16}}@media screen and (max-width: 1023px){.lg\:bg-green-950\/0{background-color:#052e1600}}@media screen and (max-width: 1023px){.lg\:bg-green-950\/10{background-color:#052e161a}}@media screen and (max-width: 1023px){.lg\:bg-green-950\/20{background-color:#052e1633}}@media screen and (max-width: 1023px){.lg\:bg-green-950\/30{background-color:#052e164d}}@media screen and (max-width: 1023px){.lg\:bg-green-950\/40{background-color:#052e1666}}@media screen and (max-width: 1023px){.lg\:bg-green-950\/50{background-color:#052e1680}}@media screen and (max-width: 1023px){.lg\:bg-green-950\/60{background-color:#052e1699}}@media screen and (max-width: 1023px){.lg\:bg-green-950\/70{background-color:#052e16b3}}@media screen and (max-width: 1023px){.lg\:bg-green-950\/75{background-color:#052e16bf}}@media screen and (max-width: 1023px){.lg\:bg-green-950\/80{background-color:#052e16cc}}@media screen and (max-width: 1023px){.lg\:bg-green-950\/90{background-color:#052e16e6}}@media screen and (max-width: 1023px){.lg\:bg-emerald-50{background-color:#ecfdf5}}@media screen and (max-width: 1023px){.lg\:bg-emerald-50\/0{background-color:#ecfdf500}}@media screen and (max-width: 1023px){.lg\:bg-emerald-50\/10{background-color:#ecfdf51a}}@media screen and (max-width: 1023px){.lg\:bg-emerald-50\/20{background-color:#ecfdf533}}@media screen and (max-width: 1023px){.lg\:bg-emerald-50\/30{background-color:#ecfdf54d}}@media screen and (max-width: 1023px){.lg\:bg-emerald-50\/40{background-color:#ecfdf566}}@media screen and (max-width: 1023px){.lg\:bg-emerald-50\/50{background-color:#ecfdf580}}@media screen and (max-width: 1023px){.lg\:bg-emerald-50\/60{background-color:#ecfdf599}}@media screen and (max-width: 1023px){.lg\:bg-emerald-50\/70{background-color:#ecfdf5b3}}@media screen and (max-width: 1023px){.lg\:bg-emerald-50\/75{background-color:#ecfdf5bf}}@media screen and (max-width: 1023px){.lg\:bg-emerald-50\/80{background-color:#ecfdf5cc}}@media screen and (max-width: 1023px){.lg\:bg-emerald-50\/90{background-color:#ecfdf5e6}}@media screen and (max-width: 1023px){.lg\:bg-emerald-100{background-color:#d1fae5}}@media screen and (max-width: 1023px){.lg\:bg-emerald-100\/0{background-color:#d1fae500}}@media screen and (max-width: 1023px){.lg\:bg-emerald-100\/10{background-color:#d1fae51a}}@media screen and (max-width: 1023px){.lg\:bg-emerald-100\/20{background-color:#d1fae533}}@media screen and (max-width: 1023px){.lg\:bg-emerald-100\/30{background-color:#d1fae54d}}@media screen and (max-width: 1023px){.lg\:bg-emerald-100\/40{background-color:#d1fae566}}@media screen and (max-width: 1023px){.lg\:bg-emerald-100\/50{background-color:#d1fae580}}@media screen and (max-width: 1023px){.lg\:bg-emerald-100\/60{background-color:#d1fae599}}@media screen and (max-width: 1023px){.lg\:bg-emerald-100\/70{background-color:#d1fae5b3}}@media screen and (max-width: 1023px){.lg\:bg-emerald-100\/75{background-color:#d1fae5bf}}@media screen and (max-width: 1023px){.lg\:bg-emerald-100\/80{background-color:#d1fae5cc}}@media screen and (max-width: 1023px){.lg\:bg-emerald-100\/90{background-color:#d1fae5e6}}@media screen and (max-width: 1023px){.lg\:bg-emerald-200{background-color:#a7f3d0}}@media screen and (max-width: 1023px){.lg\:bg-emerald-200\/0{background-color:#a7f3d000}}@media screen and (max-width: 1023px){.lg\:bg-emerald-200\/10{background-color:#a7f3d01a}}@media screen and (max-width: 1023px){.lg\:bg-emerald-200\/20{background-color:#a7f3d033}}@media screen and (max-width: 1023px){.lg\:bg-emerald-200\/30{background-color:#a7f3d04d}}@media screen and (max-width: 1023px){.lg\:bg-emerald-200\/40{background-color:#a7f3d066}}@media screen and (max-width: 1023px){.lg\:bg-emerald-200\/50{background-color:#a7f3d080}}@media screen and (max-width: 1023px){.lg\:bg-emerald-200\/60{background-color:#a7f3d099}}@media screen and (max-width: 1023px){.lg\:bg-emerald-200\/70{background-color:#a7f3d0b3}}@media screen and (max-width: 1023px){.lg\:bg-emerald-200\/75{background-color:#a7f3d0bf}}@media screen and (max-width: 1023px){.lg\:bg-emerald-200\/80{background-color:#a7f3d0cc}}@media screen and (max-width: 1023px){.lg\:bg-emerald-200\/90{background-color:#a7f3d0e6}}@media screen and (max-width: 1023px){.lg\:bg-emerald-300{background-color:#6ee7b7}}@media screen and (max-width: 1023px){.lg\:bg-emerald-300\/0{background-color:#6ee7b700}}@media screen and (max-width: 1023px){.lg\:bg-emerald-300\/10{background-color:#6ee7b71a}}@media screen and (max-width: 1023px){.lg\:bg-emerald-300\/20{background-color:#6ee7b733}}@media screen and (max-width: 1023px){.lg\:bg-emerald-300\/30{background-color:#6ee7b74d}}@media screen and (max-width: 1023px){.lg\:bg-emerald-300\/40{background-color:#6ee7b766}}@media screen and (max-width: 1023px){.lg\:bg-emerald-300\/50{background-color:#6ee7b780}}@media screen and (max-width: 1023px){.lg\:bg-emerald-300\/60{background-color:#6ee7b799}}@media screen and (max-width: 1023px){.lg\:bg-emerald-300\/70{background-color:#6ee7b7b3}}@media screen and (max-width: 1023px){.lg\:bg-emerald-300\/75{background-color:#6ee7b7bf}}@media screen and (max-width: 1023px){.lg\:bg-emerald-300\/80{background-color:#6ee7b7cc}}@media screen and (max-width: 1023px){.lg\:bg-emerald-300\/90{background-color:#6ee7b7e6}}@media screen and (max-width: 1023px){.lg\:bg-emerald-400{background-color:#34d399}}@media screen and (max-width: 1023px){.lg\:bg-emerald-400\/0{background-color:#34d39900}}@media screen and (max-width: 1023px){.lg\:bg-emerald-400\/10{background-color:#34d3991a}}@media screen and (max-width: 1023px){.lg\:bg-emerald-400\/20{background-color:#34d39933}}@media screen and (max-width: 1023px){.lg\:bg-emerald-400\/30{background-color:#34d3994d}}@media screen and (max-width: 1023px){.lg\:bg-emerald-400\/40{background-color:#34d39966}}@media screen and (max-width: 1023px){.lg\:bg-emerald-400\/50{background-color:#34d39980}}@media screen and (max-width: 1023px){.lg\:bg-emerald-400\/60{background-color:#34d39999}}@media screen and (max-width: 1023px){.lg\:bg-emerald-400\/70{background-color:#34d399b3}}@media screen and (max-width: 1023px){.lg\:bg-emerald-400\/75{background-color:#34d399bf}}@media screen and (max-width: 1023px){.lg\:bg-emerald-400\/80{background-color:#34d399cc}}@media screen and (max-width: 1023px){.lg\:bg-emerald-400\/90{background-color:#34d399e6}}@media screen and (max-width: 1023px){.lg\:bg-emerald-500{background-color:#10b981}}@media screen and (max-width: 1023px){.lg\:bg-emerald-500\/0{background-color:#10b98100}}@media screen and (max-width: 1023px){.lg\:bg-emerald-500\/10{background-color:#10b9811a}}@media screen and (max-width: 1023px){.lg\:bg-emerald-500\/20{background-color:#10b98133}}@media screen and (max-width: 1023px){.lg\:bg-emerald-500\/30{background-color:#10b9814d}}@media screen and (max-width: 1023px){.lg\:bg-emerald-500\/40{background-color:#10b98166}}@media screen and (max-width: 1023px){.lg\:bg-emerald-500\/50{background-color:#10b98180}}@media screen and (max-width: 1023px){.lg\:bg-emerald-500\/60{background-color:#10b98199}}@media screen and (max-width: 1023px){.lg\:bg-emerald-500\/70{background-color:#10b981b3}}@media screen and (max-width: 1023px){.lg\:bg-emerald-500\/75{background-color:#10b981bf}}@media screen and (max-width: 1023px){.lg\:bg-emerald-500\/80{background-color:#10b981cc}}@media screen and (max-width: 1023px){.lg\:bg-emerald-500\/90{background-color:#10b981e6}}@media screen and (max-width: 1023px){.lg\:bg-emerald-600{background-color:#059669}}@media screen and (max-width: 1023px){.lg\:bg-emerald-600\/0{background-color:#05966900}}@media screen and (max-width: 1023px){.lg\:bg-emerald-600\/10{background-color:#0596691a}}@media screen and (max-width: 1023px){.lg\:bg-emerald-600\/20{background-color:#05966933}}@media screen and (max-width: 1023px){.lg\:bg-emerald-600\/30{background-color:#0596694d}}@media screen and (max-width: 1023px){.lg\:bg-emerald-600\/40{background-color:#05966966}}@media screen and (max-width: 1023px){.lg\:bg-emerald-600\/50{background-color:#05966980}}@media screen and (max-width: 1023px){.lg\:bg-emerald-600\/60{background-color:#05966999}}@media screen and (max-width: 1023px){.lg\:bg-emerald-600\/70{background-color:#059669b3}}@media screen and (max-width: 1023px){.lg\:bg-emerald-600\/75{background-color:#059669bf}}@media screen and (max-width: 1023px){.lg\:bg-emerald-600\/80{background-color:#059669cc}}@media screen and (max-width: 1023px){.lg\:bg-emerald-600\/90{background-color:#059669e6}}@media screen and (max-width: 1023px){.lg\:bg-emerald-700{background-color:#047857}}@media screen and (max-width: 1023px){.lg\:bg-emerald-700\/0{background-color:#04785700}}@media screen and (max-width: 1023px){.lg\:bg-emerald-700\/10{background-color:#0478571a}}@media screen and (max-width: 1023px){.lg\:bg-emerald-700\/20{background-color:#04785733}}@media screen and (max-width: 1023px){.lg\:bg-emerald-700\/30{background-color:#0478574d}}@media screen and (max-width: 1023px){.lg\:bg-emerald-700\/40{background-color:#04785766}}@media screen and (max-width: 1023px){.lg\:bg-emerald-700\/50{background-color:#04785780}}@media screen and (max-width: 1023px){.lg\:bg-emerald-700\/60{background-color:#04785799}}@media screen and (max-width: 1023px){.lg\:bg-emerald-700\/70{background-color:#047857b3}}@media screen and (max-width: 1023px){.lg\:bg-emerald-700\/75{background-color:#047857bf}}@media screen and (max-width: 1023px){.lg\:bg-emerald-700\/80{background-color:#047857cc}}@media screen and (max-width: 1023px){.lg\:bg-emerald-700\/90{background-color:#047857e6}}@media screen and (max-width: 1023px){.lg\:bg-emerald-800{background-color:#065f46}}@media screen and (max-width: 1023px){.lg\:bg-emerald-800\/0{background-color:#065f4600}}@media screen and (max-width: 1023px){.lg\:bg-emerald-800\/10{background-color:#065f461a}}@media screen and (max-width: 1023px){.lg\:bg-emerald-800\/20{background-color:#065f4633}}@media screen and (max-width: 1023px){.lg\:bg-emerald-800\/30{background-color:#065f464d}}@media screen and (max-width: 1023px){.lg\:bg-emerald-800\/40{background-color:#065f4666}}@media screen and (max-width: 1023px){.lg\:bg-emerald-800\/50{background-color:#065f4680}}@media screen and (max-width: 1023px){.lg\:bg-emerald-800\/60{background-color:#065f4699}}@media screen and (max-width: 1023px){.lg\:bg-emerald-800\/70{background-color:#065f46b3}}@media screen and (max-width: 1023px){.lg\:bg-emerald-800\/75{background-color:#065f46bf}}@media screen and (max-width: 1023px){.lg\:bg-emerald-800\/80{background-color:#065f46cc}}@media screen and (max-width: 1023px){.lg\:bg-emerald-800\/90{background-color:#065f46e6}}@media screen and (max-width: 1023px){.lg\:bg-emerald-900{background-color:#064e3b}}@media screen and (max-width: 1023px){.lg\:bg-emerald-900\/0{background-color:#064e3b00}}@media screen and (max-width: 1023px){.lg\:bg-emerald-900\/10{background-color:#064e3b1a}}@media screen and (max-width: 1023px){.lg\:bg-emerald-900\/20{background-color:#064e3b33}}@media screen and (max-width: 1023px){.lg\:bg-emerald-900\/30{background-color:#064e3b4d}}@media screen and (max-width: 1023px){.lg\:bg-emerald-900\/40{background-color:#064e3b66}}@media screen and (max-width: 1023px){.lg\:bg-emerald-900\/50{background-color:#064e3b80}}@media screen and (max-width: 1023px){.lg\:bg-emerald-900\/60{background-color:#064e3b99}}@media screen and (max-width: 1023px){.lg\:bg-emerald-900\/70{background-color:#064e3bb3}}@media screen and (max-width: 1023px){.lg\:bg-emerald-900\/75{background-color:#064e3bbf}}@media screen and (max-width: 1023px){.lg\:bg-emerald-900\/80{background-color:#064e3bcc}}@media screen and (max-width: 1023px){.lg\:bg-emerald-900\/90{background-color:#064e3be6}}@media screen and (max-width: 1023px){.lg\:bg-emerald-950{background-color:#022c22}}@media screen and (max-width: 1023px){.lg\:bg-emerald-950\/0{background-color:#022c2200}}@media screen and (max-width: 1023px){.lg\:bg-emerald-950\/10{background-color:#022c221a}}@media screen and (max-width: 1023px){.lg\:bg-emerald-950\/20{background-color:#022c2233}}@media screen and (max-width: 1023px){.lg\:bg-emerald-950\/30{background-color:#022c224d}}@media screen and (max-width: 1023px){.lg\:bg-emerald-950\/40{background-color:#022c2266}}@media screen and (max-width: 1023px){.lg\:bg-emerald-950\/50{background-color:#022c2280}}@media screen and (max-width: 1023px){.lg\:bg-emerald-950\/60{background-color:#022c2299}}@media screen and (max-width: 1023px){.lg\:bg-emerald-950\/70{background-color:#022c22b3}}@media screen and (max-width: 1023px){.lg\:bg-emerald-950\/75{background-color:#022c22bf}}@media screen and (max-width: 1023px){.lg\:bg-emerald-950\/80{background-color:#022c22cc}}@media screen and (max-width: 1023px){.lg\:bg-emerald-950\/90{background-color:#022c22e6}}@media screen and (max-width: 1023px){.lg\:bg-teal-50{background-color:#f0fdfa}}@media screen and (max-width: 1023px){.lg\:bg-teal-50\/0{background-color:#f0fdfa00}}@media screen and (max-width: 1023px){.lg\:bg-teal-50\/10{background-color:#f0fdfa1a}}@media screen and (max-width: 1023px){.lg\:bg-teal-50\/20{background-color:#f0fdfa33}}@media screen and (max-width: 1023px){.lg\:bg-teal-50\/30{background-color:#f0fdfa4d}}@media screen and (max-width: 1023px){.lg\:bg-teal-50\/40{background-color:#f0fdfa66}}@media screen and (max-width: 1023px){.lg\:bg-teal-50\/50{background-color:#f0fdfa80}}@media screen and (max-width: 1023px){.lg\:bg-teal-50\/60{background-color:#f0fdfa99}}@media screen and (max-width: 1023px){.lg\:bg-teal-50\/70{background-color:#f0fdfab3}}@media screen and (max-width: 1023px){.lg\:bg-teal-50\/75{background-color:#f0fdfabf}}@media screen and (max-width: 1023px){.lg\:bg-teal-50\/80{background-color:#f0fdfacc}}@media screen and (max-width: 1023px){.lg\:bg-teal-50\/90{background-color:#f0fdfae6}}@media screen and (max-width: 1023px){.lg\:bg-teal-100{background-color:#ccfbf1}}@media screen and (max-width: 1023px){.lg\:bg-teal-100\/0{background-color:#ccfbf100}}@media screen and (max-width: 1023px){.lg\:bg-teal-100\/10{background-color:#ccfbf11a}}@media screen and (max-width: 1023px){.lg\:bg-teal-100\/20{background-color:#ccfbf133}}@media screen and (max-width: 1023px){.lg\:bg-teal-100\/30{background-color:#ccfbf14d}}@media screen and (max-width: 1023px){.lg\:bg-teal-100\/40{background-color:#ccfbf166}}@media screen and (max-width: 1023px){.lg\:bg-teal-100\/50{background-color:#ccfbf180}}@media screen and (max-width: 1023px){.lg\:bg-teal-100\/60{background-color:#ccfbf199}}@media screen and (max-width: 1023px){.lg\:bg-teal-100\/70{background-color:#ccfbf1b3}}@media screen and (max-width: 1023px){.lg\:bg-teal-100\/75{background-color:#ccfbf1bf}}@media screen and (max-width: 1023px){.lg\:bg-teal-100\/80{background-color:#ccfbf1cc}}@media screen and (max-width: 1023px){.lg\:bg-teal-100\/90{background-color:#ccfbf1e6}}@media screen and (max-width: 1023px){.lg\:bg-teal-200{background-color:#99f6e4}}@media screen and (max-width: 1023px){.lg\:bg-teal-200\/0{background-color:#99f6e400}}@media screen and (max-width: 1023px){.lg\:bg-teal-200\/10{background-color:#99f6e41a}}@media screen and (max-width: 1023px){.lg\:bg-teal-200\/20{background-color:#99f6e433}}@media screen and (max-width: 1023px){.lg\:bg-teal-200\/30{background-color:#99f6e44d}}@media screen and (max-width: 1023px){.lg\:bg-teal-200\/40{background-color:#99f6e466}}@media screen and (max-width: 1023px){.lg\:bg-teal-200\/50{background-color:#99f6e480}}@media screen and (max-width: 1023px){.lg\:bg-teal-200\/60{background-color:#99f6e499}}@media screen and (max-width: 1023px){.lg\:bg-teal-200\/70{background-color:#99f6e4b3}}@media screen and (max-width: 1023px){.lg\:bg-teal-200\/75{background-color:#99f6e4bf}}@media screen and (max-width: 1023px){.lg\:bg-teal-200\/80{background-color:#99f6e4cc}}@media screen and (max-width: 1023px){.lg\:bg-teal-200\/90{background-color:#99f6e4e6}}@media screen and (max-width: 1023px){.lg\:bg-teal-300{background-color:#5eead4}}@media screen and (max-width: 1023px){.lg\:bg-teal-300\/0{background-color:#5eead400}}@media screen and (max-width: 1023px){.lg\:bg-teal-300\/10{background-color:#5eead41a}}@media screen and (max-width: 1023px){.lg\:bg-teal-300\/20{background-color:#5eead433}}@media screen and (max-width: 1023px){.lg\:bg-teal-300\/30{background-color:#5eead44d}}@media screen and (max-width: 1023px){.lg\:bg-teal-300\/40{background-color:#5eead466}}@media screen and (max-width: 1023px){.lg\:bg-teal-300\/50{background-color:#5eead480}}@media screen and (max-width: 1023px){.lg\:bg-teal-300\/60{background-color:#5eead499}}@media screen and (max-width: 1023px){.lg\:bg-teal-300\/70{background-color:#5eead4b3}}@media screen and (max-width: 1023px){.lg\:bg-teal-300\/75{background-color:#5eead4bf}}@media screen and (max-width: 1023px){.lg\:bg-teal-300\/80{background-color:#5eead4cc}}@media screen and (max-width: 1023px){.lg\:bg-teal-300\/90{background-color:#5eead4e6}}@media screen and (max-width: 1023px){.lg\:bg-teal-400{background-color:#2dd4bf}}@media screen and (max-width: 1023px){.lg\:bg-teal-400\/0{background-color:#2dd4bf00}}@media screen and (max-width: 1023px){.lg\:bg-teal-400\/10{background-color:#2dd4bf1a}}@media screen and (max-width: 1023px){.lg\:bg-teal-400\/20{background-color:#2dd4bf33}}@media screen and (max-width: 1023px){.lg\:bg-teal-400\/30{background-color:#2dd4bf4d}}@media screen and (max-width: 1023px){.lg\:bg-teal-400\/40{background-color:#2dd4bf66}}@media screen and (max-width: 1023px){.lg\:bg-teal-400\/50{background-color:#2dd4bf80}}@media screen and (max-width: 1023px){.lg\:bg-teal-400\/60{background-color:#2dd4bf99}}@media screen and (max-width: 1023px){.lg\:bg-teal-400\/70{background-color:#2dd4bfb3}}@media screen and (max-width: 1023px){.lg\:bg-teal-400\/75{background-color:#2dd4bfbf}}@media screen and (max-width: 1023px){.lg\:bg-teal-400\/80{background-color:#2dd4bfcc}}@media screen and (max-width: 1023px){.lg\:bg-teal-400\/90{background-color:#2dd4bfe6}}@media screen and (max-width: 1023px){.lg\:bg-teal-500{background-color:#14b8a6}}@media screen and (max-width: 1023px){.lg\:bg-teal-500\/0{background-color:#14b8a600}}@media screen and (max-width: 1023px){.lg\:bg-teal-500\/10{background-color:#14b8a61a}}@media screen and (max-width: 1023px){.lg\:bg-teal-500\/20{background-color:#14b8a633}}@media screen and (max-width: 1023px){.lg\:bg-teal-500\/30{background-color:#14b8a64d}}@media screen and (max-width: 1023px){.lg\:bg-teal-500\/40{background-color:#14b8a666}}@media screen and (max-width: 1023px){.lg\:bg-teal-500\/50{background-color:#14b8a680}}@media screen and (max-width: 1023px){.lg\:bg-teal-500\/60{background-color:#14b8a699}}@media screen and (max-width: 1023px){.lg\:bg-teal-500\/70{background-color:#14b8a6b3}}@media screen and (max-width: 1023px){.lg\:bg-teal-500\/75{background-color:#14b8a6bf}}@media screen and (max-width: 1023px){.lg\:bg-teal-500\/80{background-color:#14b8a6cc}}@media screen and (max-width: 1023px){.lg\:bg-teal-500\/90{background-color:#14b8a6e6}}@media screen and (max-width: 1023px){.lg\:bg-teal-600{background-color:#0d9488}}@media screen and (max-width: 1023px){.lg\:bg-teal-600\/0{background-color:#0d948800}}@media screen and (max-width: 1023px){.lg\:bg-teal-600\/10{background-color:#0d94881a}}@media screen and (max-width: 1023px){.lg\:bg-teal-600\/20{background-color:#0d948833}}@media screen and (max-width: 1023px){.lg\:bg-teal-600\/30{background-color:#0d94884d}}@media screen and (max-width: 1023px){.lg\:bg-teal-600\/40{background-color:#0d948866}}@media screen and (max-width: 1023px){.lg\:bg-teal-600\/50{background-color:#0d948880}}@media screen and (max-width: 1023px){.lg\:bg-teal-600\/60{background-color:#0d948899}}@media screen and (max-width: 1023px){.lg\:bg-teal-600\/70{background-color:#0d9488b3}}@media screen and (max-width: 1023px){.lg\:bg-teal-600\/75{background-color:#0d9488bf}}@media screen and (max-width: 1023px){.lg\:bg-teal-600\/80{background-color:#0d9488cc}}@media screen and (max-width: 1023px){.lg\:bg-teal-600\/90{background-color:#0d9488e6}}@media screen and (max-width: 1023px){.lg\:bg-teal-700{background-color:#0f766e}}@media screen and (max-width: 1023px){.lg\:bg-teal-700\/0{background-color:#0f766e00}}@media screen and (max-width: 1023px){.lg\:bg-teal-700\/10{background-color:#0f766e1a}}@media screen and (max-width: 1023px){.lg\:bg-teal-700\/20{background-color:#0f766e33}}@media screen and (max-width: 1023px){.lg\:bg-teal-700\/30{background-color:#0f766e4d}}@media screen and (max-width: 1023px){.lg\:bg-teal-700\/40{background-color:#0f766e66}}@media screen and (max-width: 1023px){.lg\:bg-teal-700\/50{background-color:#0f766e80}}@media screen and (max-width: 1023px){.lg\:bg-teal-700\/60{background-color:#0f766e99}}@media screen and (max-width: 1023px){.lg\:bg-teal-700\/70{background-color:#0f766eb3}}@media screen and (max-width: 1023px){.lg\:bg-teal-700\/75{background-color:#0f766ebf}}@media screen and (max-width: 1023px){.lg\:bg-teal-700\/80{background-color:#0f766ecc}}@media screen and (max-width: 1023px){.lg\:bg-teal-700\/90{background-color:#0f766ee6}}@media screen and (max-width: 1023px){.lg\:bg-teal-800{background-color:#115e59}}@media screen and (max-width: 1023px){.lg\:bg-teal-800\/0{background-color:#115e5900}}@media screen and (max-width: 1023px){.lg\:bg-teal-800\/10{background-color:#115e591a}}@media screen and (max-width: 1023px){.lg\:bg-teal-800\/20{background-color:#115e5933}}@media screen and (max-width: 1023px){.lg\:bg-teal-800\/30{background-color:#115e594d}}@media screen and (max-width: 1023px){.lg\:bg-teal-800\/40{background-color:#115e5966}}@media screen and (max-width: 1023px){.lg\:bg-teal-800\/50{background-color:#115e5980}}@media screen and (max-width: 1023px){.lg\:bg-teal-800\/60{background-color:#115e5999}}@media screen and (max-width: 1023px){.lg\:bg-teal-800\/70{background-color:#115e59b3}}@media screen and (max-width: 1023px){.lg\:bg-teal-800\/75{background-color:#115e59bf}}@media screen and (max-width: 1023px){.lg\:bg-teal-800\/80{background-color:#115e59cc}}@media screen and (max-width: 1023px){.lg\:bg-teal-800\/90{background-color:#115e59e6}}@media screen and (max-width: 1023px){.lg\:bg-teal-900{background-color:#134e4a}}@media screen and (max-width: 1023px){.lg\:bg-teal-900\/0{background-color:#134e4a00}}@media screen and (max-width: 1023px){.lg\:bg-teal-900\/10{background-color:#134e4a1a}}@media screen and (max-width: 1023px){.lg\:bg-teal-900\/20{background-color:#134e4a33}}@media screen and (max-width: 1023px){.lg\:bg-teal-900\/30{background-color:#134e4a4d}}@media screen and (max-width: 1023px){.lg\:bg-teal-900\/40{background-color:#134e4a66}}@media screen and (max-width: 1023px){.lg\:bg-teal-900\/50{background-color:#134e4a80}}@media screen and (max-width: 1023px){.lg\:bg-teal-900\/60{background-color:#134e4a99}}@media screen and (max-width: 1023px){.lg\:bg-teal-900\/70{background-color:#134e4ab3}}@media screen and (max-width: 1023px){.lg\:bg-teal-900\/75{background-color:#134e4abf}}@media screen and (max-width: 1023px){.lg\:bg-teal-900\/80{background-color:#134e4acc}}@media screen and (max-width: 1023px){.lg\:bg-teal-900\/90{background-color:#134e4ae6}}@media screen and (max-width: 1023px){.lg\:bg-teal-950{background-color:#042f2e}}@media screen and (max-width: 1023px){.lg\:bg-teal-950\/0{background-color:#042f2e00}}@media screen and (max-width: 1023px){.lg\:bg-teal-950\/10{background-color:#042f2e1a}}@media screen and (max-width: 1023px){.lg\:bg-teal-950\/20{background-color:#042f2e33}}@media screen and (max-width: 1023px){.lg\:bg-teal-950\/30{background-color:#042f2e4d}}@media screen and (max-width: 1023px){.lg\:bg-teal-950\/40{background-color:#042f2e66}}@media screen and (max-width: 1023px){.lg\:bg-teal-950\/50{background-color:#042f2e80}}@media screen and (max-width: 1023px){.lg\:bg-teal-950\/60{background-color:#042f2e99}}@media screen and (max-width: 1023px){.lg\:bg-teal-950\/70{background-color:#042f2eb3}}@media screen and (max-width: 1023px){.lg\:bg-teal-950\/75{background-color:#042f2ebf}}@media screen and (max-width: 1023px){.lg\:bg-teal-950\/80{background-color:#042f2ecc}}@media screen and (max-width: 1023px){.lg\:bg-teal-950\/90{background-color:#042f2ee6}}@media screen and (max-width: 1023px){.lg\:bg-cyan-50{background-color:#ecfeff}}@media screen and (max-width: 1023px){.lg\:bg-cyan-50\/0{background-color:#ecfeff00}}@media screen and (max-width: 1023px){.lg\:bg-cyan-50\/10{background-color:#ecfeff1a}}@media screen and (max-width: 1023px){.lg\:bg-cyan-50\/20{background-color:#ecfeff33}}@media screen and (max-width: 1023px){.lg\:bg-cyan-50\/30{background-color:#ecfeff4d}}@media screen and (max-width: 1023px){.lg\:bg-cyan-50\/40{background-color:#ecfeff66}}@media screen and (max-width: 1023px){.lg\:bg-cyan-50\/50{background-color:#ecfeff80}}@media screen and (max-width: 1023px){.lg\:bg-cyan-50\/60{background-color:#ecfeff99}}@media screen and (max-width: 1023px){.lg\:bg-cyan-50\/70{background-color:#ecfeffb3}}@media screen and (max-width: 1023px){.lg\:bg-cyan-50\/75{background-color:#ecfeffbf}}@media screen and (max-width: 1023px){.lg\:bg-cyan-50\/80{background-color:#ecfeffcc}}@media screen and (max-width: 1023px){.lg\:bg-cyan-50\/90{background-color:#ecfeffe6}}@media screen and (max-width: 1023px){.lg\:bg-cyan-100{background-color:#cffafe}}@media screen and (max-width: 1023px){.lg\:bg-cyan-100\/0{background-color:#cffafe00}}@media screen and (max-width: 1023px){.lg\:bg-cyan-100\/10{background-color:#cffafe1a}}@media screen and (max-width: 1023px){.lg\:bg-cyan-100\/20{background-color:#cffafe33}}@media screen and (max-width: 1023px){.lg\:bg-cyan-100\/30{background-color:#cffafe4d}}@media screen and (max-width: 1023px){.lg\:bg-cyan-100\/40{background-color:#cffafe66}}@media screen and (max-width: 1023px){.lg\:bg-cyan-100\/50{background-color:#cffafe80}}@media screen and (max-width: 1023px){.lg\:bg-cyan-100\/60{background-color:#cffafe99}}@media screen and (max-width: 1023px){.lg\:bg-cyan-100\/70{background-color:#cffafeb3}}@media screen and (max-width: 1023px){.lg\:bg-cyan-100\/75{background-color:#cffafebf}}@media screen and (max-width: 1023px){.lg\:bg-cyan-100\/80{background-color:#cffafecc}}@media screen and (max-width: 1023px){.lg\:bg-cyan-100\/90{background-color:#cffafee6}}@media screen and (max-width: 1023px){.lg\:bg-cyan-200{background-color:#a5f3fc}}@media screen and (max-width: 1023px){.lg\:bg-cyan-200\/0{background-color:#a5f3fc00}}@media screen and (max-width: 1023px){.lg\:bg-cyan-200\/10{background-color:#a5f3fc1a}}@media screen and (max-width: 1023px){.lg\:bg-cyan-200\/20{background-color:#a5f3fc33}}@media screen and (max-width: 1023px){.lg\:bg-cyan-200\/30{background-color:#a5f3fc4d}}@media screen and (max-width: 1023px){.lg\:bg-cyan-200\/40{background-color:#a5f3fc66}}@media screen and (max-width: 1023px){.lg\:bg-cyan-200\/50{background-color:#a5f3fc80}}@media screen and (max-width: 1023px){.lg\:bg-cyan-200\/60{background-color:#a5f3fc99}}@media screen and (max-width: 1023px){.lg\:bg-cyan-200\/70{background-color:#a5f3fcb3}}@media screen and (max-width: 1023px){.lg\:bg-cyan-200\/75{background-color:#a5f3fcbf}}@media screen and (max-width: 1023px){.lg\:bg-cyan-200\/80{background-color:#a5f3fccc}}@media screen and (max-width: 1023px){.lg\:bg-cyan-200\/90{background-color:#a5f3fce6}}@media screen and (max-width: 1023px){.lg\:bg-cyan-300{background-color:#67e8f9}}@media screen and (max-width: 1023px){.lg\:bg-cyan-300\/0{background-color:#67e8f900}}@media screen and (max-width: 1023px){.lg\:bg-cyan-300\/10{background-color:#67e8f91a}}@media screen and (max-width: 1023px){.lg\:bg-cyan-300\/20{background-color:#67e8f933}}@media screen and (max-width: 1023px){.lg\:bg-cyan-300\/30{background-color:#67e8f94d}}@media screen and (max-width: 1023px){.lg\:bg-cyan-300\/40{background-color:#67e8f966}}@media screen and (max-width: 1023px){.lg\:bg-cyan-300\/50{background-color:#67e8f980}}@media screen and (max-width: 1023px){.lg\:bg-cyan-300\/60{background-color:#67e8f999}}@media screen and (max-width: 1023px){.lg\:bg-cyan-300\/70{background-color:#67e8f9b3}}@media screen and (max-width: 1023px){.lg\:bg-cyan-300\/75{background-color:#67e8f9bf}}@media screen and (max-width: 1023px){.lg\:bg-cyan-300\/80{background-color:#67e8f9cc}}@media screen and (max-width: 1023px){.lg\:bg-cyan-300\/90{background-color:#67e8f9e6}}@media screen and (max-width: 1023px){.lg\:bg-cyan-400{background-color:#22d3ee}}@media screen and (max-width: 1023px){.lg\:bg-cyan-400\/0{background-color:#22d3ee00}}@media screen and (max-width: 1023px){.lg\:bg-cyan-400\/10{background-color:#22d3ee1a}}@media screen and (max-width: 1023px){.lg\:bg-cyan-400\/20{background-color:#22d3ee33}}@media screen and (max-width: 1023px){.lg\:bg-cyan-400\/30{background-color:#22d3ee4d}}@media screen and (max-width: 1023px){.lg\:bg-cyan-400\/40{background-color:#22d3ee66}}@media screen and (max-width: 1023px){.lg\:bg-cyan-400\/50{background-color:#22d3ee80}}@media screen and (max-width: 1023px){.lg\:bg-cyan-400\/60{background-color:#22d3ee99}}@media screen and (max-width: 1023px){.lg\:bg-cyan-400\/70{background-color:#22d3eeb3}}@media screen and (max-width: 1023px){.lg\:bg-cyan-400\/75{background-color:#22d3eebf}}@media screen and (max-width: 1023px){.lg\:bg-cyan-400\/80{background-color:#22d3eecc}}@media screen and (max-width: 1023px){.lg\:bg-cyan-400\/90{background-color:#22d3eee6}}@media screen and (max-width: 1023px){.lg\:bg-cyan-500{background-color:#06b6d4}}@media screen and (max-width: 1023px){.lg\:bg-cyan-500\/0{background-color:#06b6d400}}@media screen and (max-width: 1023px){.lg\:bg-cyan-500\/10{background-color:#06b6d41a}}@media screen and (max-width: 1023px){.lg\:bg-cyan-500\/20{background-color:#06b6d433}}@media screen and (max-width: 1023px){.lg\:bg-cyan-500\/30{background-color:#06b6d44d}}@media screen and (max-width: 1023px){.lg\:bg-cyan-500\/40{background-color:#06b6d466}}@media screen and (max-width: 1023px){.lg\:bg-cyan-500\/50{background-color:#06b6d480}}@media screen and (max-width: 1023px){.lg\:bg-cyan-500\/60{background-color:#06b6d499}}@media screen and (max-width: 1023px){.lg\:bg-cyan-500\/70{background-color:#06b6d4b3}}@media screen and (max-width: 1023px){.lg\:bg-cyan-500\/75{background-color:#06b6d4bf}}@media screen and (max-width: 1023px){.lg\:bg-cyan-500\/80{background-color:#06b6d4cc}}@media screen and (max-width: 1023px){.lg\:bg-cyan-500\/90{background-color:#06b6d4e6}}@media screen and (max-width: 1023px){.lg\:bg-cyan-600{background-color:#0891b2}}@media screen and (max-width: 1023px){.lg\:bg-cyan-600\/0{background-color:#0891b200}}@media screen and (max-width: 1023px){.lg\:bg-cyan-600\/10{background-color:#0891b21a}}@media screen and (max-width: 1023px){.lg\:bg-cyan-600\/20{background-color:#0891b233}}@media screen and (max-width: 1023px){.lg\:bg-cyan-600\/30{background-color:#0891b24d}}@media screen and (max-width: 1023px){.lg\:bg-cyan-600\/40{background-color:#0891b266}}@media screen and (max-width: 1023px){.lg\:bg-cyan-600\/50{background-color:#0891b280}}@media screen and (max-width: 1023px){.lg\:bg-cyan-600\/60{background-color:#0891b299}}@media screen and (max-width: 1023px){.lg\:bg-cyan-600\/70{background-color:#0891b2b3}}@media screen and (max-width: 1023px){.lg\:bg-cyan-600\/75{background-color:#0891b2bf}}@media screen and (max-width: 1023px){.lg\:bg-cyan-600\/80{background-color:#0891b2cc}}@media screen and (max-width: 1023px){.lg\:bg-cyan-600\/90{background-color:#0891b2e6}}@media screen and (max-width: 1023px){.lg\:bg-cyan-700{background-color:#0e7490}}@media screen and (max-width: 1023px){.lg\:bg-cyan-700\/0{background-color:#0e749000}}@media screen and (max-width: 1023px){.lg\:bg-cyan-700\/10{background-color:#0e74901a}}@media screen and (max-width: 1023px){.lg\:bg-cyan-700\/20{background-color:#0e749033}}@media screen and (max-width: 1023px){.lg\:bg-cyan-700\/30{background-color:#0e74904d}}@media screen and (max-width: 1023px){.lg\:bg-cyan-700\/40{background-color:#0e749066}}@media screen and (max-width: 1023px){.lg\:bg-cyan-700\/50{background-color:#0e749080}}@media screen and (max-width: 1023px){.lg\:bg-cyan-700\/60{background-color:#0e749099}}@media screen and (max-width: 1023px){.lg\:bg-cyan-700\/70{background-color:#0e7490b3}}@media screen and (max-width: 1023px){.lg\:bg-cyan-700\/75{background-color:#0e7490bf}}@media screen and (max-width: 1023px){.lg\:bg-cyan-700\/80{background-color:#0e7490cc}}@media screen and (max-width: 1023px){.lg\:bg-cyan-700\/90{background-color:#0e7490e6}}@media screen and (max-width: 1023px){.lg\:bg-cyan-800{background-color:#155e75}}@media screen and (max-width: 1023px){.lg\:bg-cyan-800\/0{background-color:#155e7500}}@media screen and (max-width: 1023px){.lg\:bg-cyan-800\/10{background-color:#155e751a}}@media screen and (max-width: 1023px){.lg\:bg-cyan-800\/20{background-color:#155e7533}}@media screen and (max-width: 1023px){.lg\:bg-cyan-800\/30{background-color:#155e754d}}@media screen and (max-width: 1023px){.lg\:bg-cyan-800\/40{background-color:#155e7566}}@media screen and (max-width: 1023px){.lg\:bg-cyan-800\/50{background-color:#155e7580}}@media screen and (max-width: 1023px){.lg\:bg-cyan-800\/60{background-color:#155e7599}}@media screen and (max-width: 1023px){.lg\:bg-cyan-800\/70{background-color:#155e75b3}}@media screen and (max-width: 1023px){.lg\:bg-cyan-800\/75{background-color:#155e75bf}}@media screen and (max-width: 1023px){.lg\:bg-cyan-800\/80{background-color:#155e75cc}}@media screen and (max-width: 1023px){.lg\:bg-cyan-800\/90{background-color:#155e75e6}}@media screen and (max-width: 1023px){.lg\:bg-cyan-900{background-color:#164e63}}@media screen and (max-width: 1023px){.lg\:bg-cyan-900\/0{background-color:#164e6300}}@media screen and (max-width: 1023px){.lg\:bg-cyan-900\/10{background-color:#164e631a}}@media screen and (max-width: 1023px){.lg\:bg-cyan-900\/20{background-color:#164e6333}}@media screen and (max-width: 1023px){.lg\:bg-cyan-900\/30{background-color:#164e634d}}@media screen and (max-width: 1023px){.lg\:bg-cyan-900\/40{background-color:#164e6366}}@media screen and (max-width: 1023px){.lg\:bg-cyan-900\/50{background-color:#164e6380}}@media screen and (max-width: 1023px){.lg\:bg-cyan-900\/60{background-color:#164e6399}}@media screen and (max-width: 1023px){.lg\:bg-cyan-900\/70{background-color:#164e63b3}}@media screen and (max-width: 1023px){.lg\:bg-cyan-900\/75{background-color:#164e63bf}}@media screen and (max-width: 1023px){.lg\:bg-cyan-900\/80{background-color:#164e63cc}}@media screen and (max-width: 1023px){.lg\:bg-cyan-900\/90{background-color:#164e63e6}}@media screen and (max-width: 1023px){.lg\:bg-cyan-950{background-color:#083344}}@media screen and (max-width: 1023px){.lg\:bg-cyan-950\/0{background-color:#08334400}}@media screen and (max-width: 1023px){.lg\:bg-cyan-950\/10{background-color:#0833441a}}@media screen and (max-width: 1023px){.lg\:bg-cyan-950\/20{background-color:#08334433}}@media screen and (max-width: 1023px){.lg\:bg-cyan-950\/30{background-color:#0833444d}}@media screen and (max-width: 1023px){.lg\:bg-cyan-950\/40{background-color:#08334466}}@media screen and (max-width: 1023px){.lg\:bg-cyan-950\/50{background-color:#08334480}}@media screen and (max-width: 1023px){.lg\:bg-cyan-950\/60{background-color:#08334499}}@media screen and (max-width: 1023px){.lg\:bg-cyan-950\/70{background-color:#083344b3}}@media screen and (max-width: 1023px){.lg\:bg-cyan-950\/75{background-color:#083344bf}}@media screen and (max-width: 1023px){.lg\:bg-cyan-950\/80{background-color:#083344cc}}@media screen and (max-width: 1023px){.lg\:bg-cyan-950\/90{background-color:#083344e6}}@media screen and (max-width: 1023px){.lg\:bg-sky-50{background-color:#f0f9ff}}@media screen and (max-width: 1023px){.lg\:bg-sky-50\/0{background-color:#f0f9ff00}}@media screen and (max-width: 1023px){.lg\:bg-sky-50\/10{background-color:#f0f9ff1a}}@media screen and (max-width: 1023px){.lg\:bg-sky-50\/20{background-color:#f0f9ff33}}@media screen and (max-width: 1023px){.lg\:bg-sky-50\/30{background-color:#f0f9ff4d}}@media screen and (max-width: 1023px){.lg\:bg-sky-50\/40{background-color:#f0f9ff66}}@media screen and (max-width: 1023px){.lg\:bg-sky-50\/50{background-color:#f0f9ff80}}@media screen and (max-width: 1023px){.lg\:bg-sky-50\/60{background-color:#f0f9ff99}}@media screen and (max-width: 1023px){.lg\:bg-sky-50\/70{background-color:#f0f9ffb3}}@media screen and (max-width: 1023px){.lg\:bg-sky-50\/75{background-color:#f0f9ffbf}}@media screen and (max-width: 1023px){.lg\:bg-sky-50\/80{background-color:#f0f9ffcc}}@media screen and (max-width: 1023px){.lg\:bg-sky-50\/90{background-color:#f0f9ffe6}}@media screen and (max-width: 1023px){.lg\:bg-sky-100{background-color:#e0f2fe}}@media screen and (max-width: 1023px){.lg\:bg-sky-100\/0{background-color:#e0f2fe00}}@media screen and (max-width: 1023px){.lg\:bg-sky-100\/10{background-color:#e0f2fe1a}}@media screen and (max-width: 1023px){.lg\:bg-sky-100\/20{background-color:#e0f2fe33}}@media screen and (max-width: 1023px){.lg\:bg-sky-100\/30{background-color:#e0f2fe4d}}@media screen and (max-width: 1023px){.lg\:bg-sky-100\/40{background-color:#e0f2fe66}}@media screen and (max-width: 1023px){.lg\:bg-sky-100\/50{background-color:#e0f2fe80}}@media screen and (max-width: 1023px){.lg\:bg-sky-100\/60{background-color:#e0f2fe99}}@media screen and (max-width: 1023px){.lg\:bg-sky-100\/70{background-color:#e0f2feb3}}@media screen and (max-width: 1023px){.lg\:bg-sky-100\/75{background-color:#e0f2febf}}@media screen and (max-width: 1023px){.lg\:bg-sky-100\/80{background-color:#e0f2fecc}}@media screen and (max-width: 1023px){.lg\:bg-sky-100\/90{background-color:#e0f2fee6}}@media screen and (max-width: 1023px){.lg\:bg-sky-200{background-color:#bae6fd}}@media screen and (max-width: 1023px){.lg\:bg-sky-200\/0{background-color:#bae6fd00}}@media screen and (max-width: 1023px){.lg\:bg-sky-200\/10{background-color:#bae6fd1a}}@media screen and (max-width: 1023px){.lg\:bg-sky-200\/20{background-color:#bae6fd33}}@media screen and (max-width: 1023px){.lg\:bg-sky-200\/30{background-color:#bae6fd4d}}@media screen and (max-width: 1023px){.lg\:bg-sky-200\/40{background-color:#bae6fd66}}@media screen and (max-width: 1023px){.lg\:bg-sky-200\/50{background-color:#bae6fd80}}@media screen and (max-width: 1023px){.lg\:bg-sky-200\/60{background-color:#bae6fd99}}@media screen and (max-width: 1023px){.lg\:bg-sky-200\/70{background-color:#bae6fdb3}}@media screen and (max-width: 1023px){.lg\:bg-sky-200\/75{background-color:#bae6fdbf}}@media screen and (max-width: 1023px){.lg\:bg-sky-200\/80{background-color:#bae6fdcc}}@media screen and (max-width: 1023px){.lg\:bg-sky-200\/90{background-color:#bae6fde6}}@media screen and (max-width: 1023px){.lg\:bg-sky-300{background-color:#7dd3fc}}@media screen and (max-width: 1023px){.lg\:bg-sky-300\/0{background-color:#7dd3fc00}}@media screen and (max-width: 1023px){.lg\:bg-sky-300\/10{background-color:#7dd3fc1a}}@media screen and (max-width: 1023px){.lg\:bg-sky-300\/20{background-color:#7dd3fc33}}@media screen and (max-width: 1023px){.lg\:bg-sky-300\/30{background-color:#7dd3fc4d}}@media screen and (max-width: 1023px){.lg\:bg-sky-300\/40{background-color:#7dd3fc66}}@media screen and (max-width: 1023px){.lg\:bg-sky-300\/50{background-color:#7dd3fc80}}@media screen and (max-width: 1023px){.lg\:bg-sky-300\/60{background-color:#7dd3fc99}}@media screen and (max-width: 1023px){.lg\:bg-sky-300\/70{background-color:#7dd3fcb3}}@media screen and (max-width: 1023px){.lg\:bg-sky-300\/75{background-color:#7dd3fcbf}}@media screen and (max-width: 1023px){.lg\:bg-sky-300\/80{background-color:#7dd3fccc}}@media screen and (max-width: 1023px){.lg\:bg-sky-300\/90{background-color:#7dd3fce6}}@media screen and (max-width: 1023px){.lg\:bg-sky-400{background-color:#38bdf8}}@media screen and (max-width: 1023px){.lg\:bg-sky-400\/0{background-color:#38bdf800}}@media screen and (max-width: 1023px){.lg\:bg-sky-400\/10{background-color:#38bdf81a}}@media screen and (max-width: 1023px){.lg\:bg-sky-400\/20{background-color:#38bdf833}}@media screen and (max-width: 1023px){.lg\:bg-sky-400\/30{background-color:#38bdf84d}}@media screen and (max-width: 1023px){.lg\:bg-sky-400\/40{background-color:#38bdf866}}@media screen and (max-width: 1023px){.lg\:bg-sky-400\/50{background-color:#38bdf880}}@media screen and (max-width: 1023px){.lg\:bg-sky-400\/60{background-color:#38bdf899}}@media screen and (max-width: 1023px){.lg\:bg-sky-400\/70{background-color:#38bdf8b3}}@media screen and (max-width: 1023px){.lg\:bg-sky-400\/75{background-color:#38bdf8bf}}@media screen and (max-width: 1023px){.lg\:bg-sky-400\/80{background-color:#38bdf8cc}}@media screen and (max-width: 1023px){.lg\:bg-sky-400\/90{background-color:#38bdf8e6}}@media screen and (max-width: 1023px){.lg\:bg-sky-500{background-color:#0ea5e9}}@media screen and (max-width: 1023px){.lg\:bg-sky-500\/0{background-color:#0ea5e900}}@media screen and (max-width: 1023px){.lg\:bg-sky-500\/10{background-color:#0ea5e91a}}@media screen and (max-width: 1023px){.lg\:bg-sky-500\/20{background-color:#0ea5e933}}@media screen and (max-width: 1023px){.lg\:bg-sky-500\/30{background-color:#0ea5e94d}}@media screen and (max-width: 1023px){.lg\:bg-sky-500\/40{background-color:#0ea5e966}}@media screen and (max-width: 1023px){.lg\:bg-sky-500\/50{background-color:#0ea5e980}}@media screen and (max-width: 1023px){.lg\:bg-sky-500\/60{background-color:#0ea5e999}}@media screen and (max-width: 1023px){.lg\:bg-sky-500\/70{background-color:#0ea5e9b3}}@media screen and (max-width: 1023px){.lg\:bg-sky-500\/75{background-color:#0ea5e9bf}}@media screen and (max-width: 1023px){.lg\:bg-sky-500\/80{background-color:#0ea5e9cc}}@media screen and (max-width: 1023px){.lg\:bg-sky-500\/90{background-color:#0ea5e9e6}}@media screen and (max-width: 1023px){.lg\:bg-sky-600{background-color:#0284c7}}@media screen and (max-width: 1023px){.lg\:bg-sky-600\/0{background-color:#0284c700}}@media screen and (max-width: 1023px){.lg\:bg-sky-600\/10{background-color:#0284c71a}}@media screen and (max-width: 1023px){.lg\:bg-sky-600\/20{background-color:#0284c733}}@media screen and (max-width: 1023px){.lg\:bg-sky-600\/30{background-color:#0284c74d}}@media screen and (max-width: 1023px){.lg\:bg-sky-600\/40{background-color:#0284c766}}@media screen and (max-width: 1023px){.lg\:bg-sky-600\/50{background-color:#0284c780}}@media screen and (max-width: 1023px){.lg\:bg-sky-600\/60{background-color:#0284c799}}@media screen and (max-width: 1023px){.lg\:bg-sky-600\/70{background-color:#0284c7b3}}@media screen and (max-width: 1023px){.lg\:bg-sky-600\/75{background-color:#0284c7bf}}@media screen and (max-width: 1023px){.lg\:bg-sky-600\/80{background-color:#0284c7cc}}@media screen and (max-width: 1023px){.lg\:bg-sky-600\/90{background-color:#0284c7e6}}@media screen and (max-width: 1023px){.lg\:bg-sky-700{background-color:#0369a1}}@media screen and (max-width: 1023px){.lg\:bg-sky-700\/0{background-color:#0369a100}}@media screen and (max-width: 1023px){.lg\:bg-sky-700\/10{background-color:#0369a11a}}@media screen and (max-width: 1023px){.lg\:bg-sky-700\/20{background-color:#0369a133}}@media screen and (max-width: 1023px){.lg\:bg-sky-700\/30{background-color:#0369a14d}}@media screen and (max-width: 1023px){.lg\:bg-sky-700\/40{background-color:#0369a166}}@media screen and (max-width: 1023px){.lg\:bg-sky-700\/50{background-color:#0369a180}}@media screen and (max-width: 1023px){.lg\:bg-sky-700\/60{background-color:#0369a199}}@media screen and (max-width: 1023px){.lg\:bg-sky-700\/70{background-color:#0369a1b3}}@media screen and (max-width: 1023px){.lg\:bg-sky-700\/75{background-color:#0369a1bf}}@media screen and (max-width: 1023px){.lg\:bg-sky-700\/80{background-color:#0369a1cc}}@media screen and (max-width: 1023px){.lg\:bg-sky-700\/90{background-color:#0369a1e6}}@media screen and (max-width: 1023px){.lg\:bg-sky-800{background-color:#075985}}@media screen and (max-width: 1023px){.lg\:bg-sky-800\/0{background-color:#07598500}}@media screen and (max-width: 1023px){.lg\:bg-sky-800\/10{background-color:#0759851a}}@media screen and (max-width: 1023px){.lg\:bg-sky-800\/20{background-color:#07598533}}@media screen and (max-width: 1023px){.lg\:bg-sky-800\/30{background-color:#0759854d}}@media screen and (max-width: 1023px){.lg\:bg-sky-800\/40{background-color:#07598566}}@media screen and (max-width: 1023px){.lg\:bg-sky-800\/50{background-color:#07598580}}@media screen and (max-width: 1023px){.lg\:bg-sky-800\/60{background-color:#07598599}}@media screen and (max-width: 1023px){.lg\:bg-sky-800\/70{background-color:#075985b3}}@media screen and (max-width: 1023px){.lg\:bg-sky-800\/75{background-color:#075985bf}}@media screen and (max-width: 1023px){.lg\:bg-sky-800\/80{background-color:#075985cc}}@media screen and (max-width: 1023px){.lg\:bg-sky-800\/90{background-color:#075985e6}}@media screen and (max-width: 1023px){.lg\:bg-sky-900{background-color:#0c4a6e}}@media screen and (max-width: 1023px){.lg\:bg-sky-900\/0{background-color:#0c4a6e00}}@media screen and (max-width: 1023px){.lg\:bg-sky-900\/10{background-color:#0c4a6e1a}}@media screen and (max-width: 1023px){.lg\:bg-sky-900\/20{background-color:#0c4a6e33}}@media screen and (max-width: 1023px){.lg\:bg-sky-900\/30{background-color:#0c4a6e4d}}@media screen and (max-width: 1023px){.lg\:bg-sky-900\/40{background-color:#0c4a6e66}}@media screen and (max-width: 1023px){.lg\:bg-sky-900\/50{background-color:#0c4a6e80}}@media screen and (max-width: 1023px){.lg\:bg-sky-900\/60{background-color:#0c4a6e99}}@media screen and (max-width: 1023px){.lg\:bg-sky-900\/70{background-color:#0c4a6eb3}}@media screen and (max-width: 1023px){.lg\:bg-sky-900\/75{background-color:#0c4a6ebf}}@media screen and (max-width: 1023px){.lg\:bg-sky-900\/80{background-color:#0c4a6ecc}}@media screen and (max-width: 1023px){.lg\:bg-sky-900\/90{background-color:#0c4a6ee6}}@media screen and (max-width: 1023px){.lg\:bg-sky-950{background-color:#082f49}}@media screen and (max-width: 1023px){.lg\:bg-sky-950\/0{background-color:#082f4900}}@media screen and (max-width: 1023px){.lg\:bg-sky-950\/10{background-color:#082f491a}}@media screen and (max-width: 1023px){.lg\:bg-sky-950\/20{background-color:#082f4933}}@media screen and (max-width: 1023px){.lg\:bg-sky-950\/30{background-color:#082f494d}}@media screen and (max-width: 1023px){.lg\:bg-sky-950\/40{background-color:#082f4966}}@media screen and (max-width: 1023px){.lg\:bg-sky-950\/50{background-color:#082f4980}}@media screen and (max-width: 1023px){.lg\:bg-sky-950\/60{background-color:#082f4999}}@media screen and (max-width: 1023px){.lg\:bg-sky-950\/70{background-color:#082f49b3}}@media screen and (max-width: 1023px){.lg\:bg-sky-950\/75{background-color:#082f49bf}}@media screen and (max-width: 1023px){.lg\:bg-sky-950\/80{background-color:#082f49cc}}@media screen and (max-width: 1023px){.lg\:bg-sky-950\/90{background-color:#082f49e6}}@media screen and (max-width: 1023px){.lg\:bg-blue-50{background-color:#eff6ff}}@media screen and (max-width: 1023px){.lg\:bg-blue-50\/0{background-color:#eff6ff00}}@media screen and (max-width: 1023px){.lg\:bg-blue-50\/10{background-color:#eff6ff1a}}@media screen and (max-width: 1023px){.lg\:bg-blue-50\/20{background-color:#eff6ff33}}@media screen and (max-width: 1023px){.lg\:bg-blue-50\/30{background-color:#eff6ff4d}}@media screen and (max-width: 1023px){.lg\:bg-blue-50\/40{background-color:#eff6ff66}}@media screen and (max-width: 1023px){.lg\:bg-blue-50\/50{background-color:#eff6ff80}}@media screen and (max-width: 1023px){.lg\:bg-blue-50\/60{background-color:#eff6ff99}}@media screen and (max-width: 1023px){.lg\:bg-blue-50\/70{background-color:#eff6ffb3}}@media screen and (max-width: 1023px){.lg\:bg-blue-50\/75{background-color:#eff6ffbf}}@media screen and (max-width: 1023px){.lg\:bg-blue-50\/80{background-color:#eff6ffcc}}@media screen and (max-width: 1023px){.lg\:bg-blue-50\/90{background-color:#eff6ffe6}}@media screen and (max-width: 1023px){.lg\:bg-blue-100{background-color:#dbeafe}}@media screen and (max-width: 1023px){.lg\:bg-blue-100\/0{background-color:#dbeafe00}}@media screen and (max-width: 1023px){.lg\:bg-blue-100\/10{background-color:#dbeafe1a}}@media screen and (max-width: 1023px){.lg\:bg-blue-100\/20{background-color:#dbeafe33}}@media screen and (max-width: 1023px){.lg\:bg-blue-100\/30{background-color:#dbeafe4d}}@media screen and (max-width: 1023px){.lg\:bg-blue-100\/40{background-color:#dbeafe66}}@media screen and (max-width: 1023px){.lg\:bg-blue-100\/50{background-color:#dbeafe80}}@media screen and (max-width: 1023px){.lg\:bg-blue-100\/60{background-color:#dbeafe99}}@media screen and (max-width: 1023px){.lg\:bg-blue-100\/70{background-color:#dbeafeb3}}@media screen and (max-width: 1023px){.lg\:bg-blue-100\/75{background-color:#dbeafebf}}@media screen and (max-width: 1023px){.lg\:bg-blue-100\/80{background-color:#dbeafecc}}@media screen and (max-width: 1023px){.lg\:bg-blue-100\/90{background-color:#dbeafee6}}@media screen and (max-width: 1023px){.lg\:bg-blue-200{background-color:#bfdbfe}}@media screen and (max-width: 1023px){.lg\:bg-blue-200\/0{background-color:#bfdbfe00}}@media screen and (max-width: 1023px){.lg\:bg-blue-200\/10{background-color:#bfdbfe1a}}@media screen and (max-width: 1023px){.lg\:bg-blue-200\/20{background-color:#bfdbfe33}}@media screen and (max-width: 1023px){.lg\:bg-blue-200\/30{background-color:#bfdbfe4d}}@media screen and (max-width: 1023px){.lg\:bg-blue-200\/40{background-color:#bfdbfe66}}@media screen and (max-width: 1023px){.lg\:bg-blue-200\/50{background-color:#bfdbfe80}}@media screen and (max-width: 1023px){.lg\:bg-blue-200\/60{background-color:#bfdbfe99}}@media screen and (max-width: 1023px){.lg\:bg-blue-200\/70{background-color:#bfdbfeb3}}@media screen and (max-width: 1023px){.lg\:bg-blue-200\/75{background-color:#bfdbfebf}}@media screen and (max-width: 1023px){.lg\:bg-blue-200\/80{background-color:#bfdbfecc}}@media screen and (max-width: 1023px){.lg\:bg-blue-200\/90{background-color:#bfdbfee6}}@media screen and (max-width: 1023px){.lg\:bg-blue-300{background-color:#93c5fd}}@media screen and (max-width: 1023px){.lg\:bg-blue-300\/0{background-color:#93c5fd00}}@media screen and (max-width: 1023px){.lg\:bg-blue-300\/10{background-color:#93c5fd1a}}@media screen and (max-width: 1023px){.lg\:bg-blue-300\/20{background-color:#93c5fd33}}@media screen and (max-width: 1023px){.lg\:bg-blue-300\/30{background-color:#93c5fd4d}}@media screen and (max-width: 1023px){.lg\:bg-blue-300\/40{background-color:#93c5fd66}}@media screen and (max-width: 1023px){.lg\:bg-blue-300\/50{background-color:#93c5fd80}}@media screen and (max-width: 1023px){.lg\:bg-blue-300\/60{background-color:#93c5fd99}}@media screen and (max-width: 1023px){.lg\:bg-blue-300\/70{background-color:#93c5fdb3}}@media screen and (max-width: 1023px){.lg\:bg-blue-300\/75{background-color:#93c5fdbf}}@media screen and (max-width: 1023px){.lg\:bg-blue-300\/80{background-color:#93c5fdcc}}@media screen and (max-width: 1023px){.lg\:bg-blue-300\/90{background-color:#93c5fde6}}@media screen and (max-width: 1023px){.lg\:bg-blue-400{background-color:#60a5fa}}@media screen and (max-width: 1023px){.lg\:bg-blue-400\/0{background-color:#60a5fa00}}@media screen and (max-width: 1023px){.lg\:bg-blue-400\/10{background-color:#60a5fa1a}}@media screen and (max-width: 1023px){.lg\:bg-blue-400\/20{background-color:#60a5fa33}}@media screen and (max-width: 1023px){.lg\:bg-blue-400\/30{background-color:#60a5fa4d}}@media screen and (max-width: 1023px){.lg\:bg-blue-400\/40{background-color:#60a5fa66}}@media screen and (max-width: 1023px){.lg\:bg-blue-400\/50{background-color:#60a5fa80}}@media screen and (max-width: 1023px){.lg\:bg-blue-400\/60{background-color:#60a5fa99}}@media screen and (max-width: 1023px){.lg\:bg-blue-400\/70{background-color:#60a5fab3}}@media screen and (max-width: 1023px){.lg\:bg-blue-400\/75{background-color:#60a5fabf}}@media screen and (max-width: 1023px){.lg\:bg-blue-400\/80{background-color:#60a5facc}}@media screen and (max-width: 1023px){.lg\:bg-blue-400\/90{background-color:#60a5fae6}}@media screen and (max-width: 1023px){.lg\:bg-blue-500{background-color:#3b82f6}}@media screen and (max-width: 1023px){.lg\:bg-blue-500\/0{background-color:#3b82f600}}@media screen and (max-width: 1023px){.lg\:bg-blue-500\/10{background-color:#3b82f61a}}@media screen and (max-width: 1023px){.lg\:bg-blue-500\/20{background-color:#3b82f633}}@media screen and (max-width: 1023px){.lg\:bg-blue-500\/30{background-color:#3b82f64d}}@media screen and (max-width: 1023px){.lg\:bg-blue-500\/40{background-color:#3b82f666}}@media screen and (max-width: 1023px){.lg\:bg-blue-500\/50{background-color:#3b82f680}}@media screen and (max-width: 1023px){.lg\:bg-blue-500\/60{background-color:#3b82f699}}@media screen and (max-width: 1023px){.lg\:bg-blue-500\/70{background-color:#3b82f6b3}}@media screen and (max-width: 1023px){.lg\:bg-blue-500\/75{background-color:#3b82f6bf}}@media screen and (max-width: 1023px){.lg\:bg-blue-500\/80{background-color:#3b82f6cc}}@media screen and (max-width: 1023px){.lg\:bg-blue-500\/90{background-color:#3b82f6e6}}@media screen and (max-width: 1023px){.lg\:bg-blue-600{background-color:#2563eb}}@media screen and (max-width: 1023px){.lg\:bg-blue-600\/0{background-color:#2563eb00}}@media screen and (max-width: 1023px){.lg\:bg-blue-600\/10{background-color:#2563eb1a}}@media screen and (max-width: 1023px){.lg\:bg-blue-600\/20{background-color:#2563eb33}}@media screen and (max-width: 1023px){.lg\:bg-blue-600\/30{background-color:#2563eb4d}}@media screen and (max-width: 1023px){.lg\:bg-blue-600\/40{background-color:#2563eb66}}@media screen and (max-width: 1023px){.lg\:bg-blue-600\/50{background-color:#2563eb80}}@media screen and (max-width: 1023px){.lg\:bg-blue-600\/60{background-color:#2563eb99}}@media screen and (max-width: 1023px){.lg\:bg-blue-600\/70{background-color:#2563ebb3}}@media screen and (max-width: 1023px){.lg\:bg-blue-600\/75{background-color:#2563ebbf}}@media screen and (max-width: 1023px){.lg\:bg-blue-600\/80{background-color:#2563ebcc}}@media screen and (max-width: 1023px){.lg\:bg-blue-600\/90{background-color:#2563ebe6}}@media screen and (max-width: 1023px){.lg\:bg-blue-700{background-color:#1d4ed8}}@media screen and (max-width: 1023px){.lg\:bg-blue-700\/0{background-color:#1d4ed800}}@media screen and (max-width: 1023px){.lg\:bg-blue-700\/10{background-color:#1d4ed81a}}@media screen and (max-width: 1023px){.lg\:bg-blue-700\/20{background-color:#1d4ed833}}@media screen and (max-width: 1023px){.lg\:bg-blue-700\/30{background-color:#1d4ed84d}}@media screen and (max-width: 1023px){.lg\:bg-blue-700\/40{background-color:#1d4ed866}}@media screen and (max-width: 1023px){.lg\:bg-blue-700\/50{background-color:#1d4ed880}}@media screen and (max-width: 1023px){.lg\:bg-blue-700\/60{background-color:#1d4ed899}}@media screen and (max-width: 1023px){.lg\:bg-blue-700\/70{background-color:#1d4ed8b3}}@media screen and (max-width: 1023px){.lg\:bg-blue-700\/75{background-color:#1d4ed8bf}}@media screen and (max-width: 1023px){.lg\:bg-blue-700\/80{background-color:#1d4ed8cc}}@media screen and (max-width: 1023px){.lg\:bg-blue-700\/90{background-color:#1d4ed8e6}}@media screen and (max-width: 1023px){.lg\:bg-blue-800{background-color:#1e40af}}@media screen and (max-width: 1023px){.lg\:bg-blue-800\/0{background-color:#1e40af00}}@media screen and (max-width: 1023px){.lg\:bg-blue-800\/10{background-color:#1e40af1a}}@media screen and (max-width: 1023px){.lg\:bg-blue-800\/20{background-color:#1e40af33}}@media screen and (max-width: 1023px){.lg\:bg-blue-800\/30{background-color:#1e40af4d}}@media screen and (max-width: 1023px){.lg\:bg-blue-800\/40{background-color:#1e40af66}}@media screen and (max-width: 1023px){.lg\:bg-blue-800\/50{background-color:#1e40af80}}@media screen and (max-width: 1023px){.lg\:bg-blue-800\/60{background-color:#1e40af99}}@media screen and (max-width: 1023px){.lg\:bg-blue-800\/70{background-color:#1e40afb3}}@media screen and (max-width: 1023px){.lg\:bg-blue-800\/75{background-color:#1e40afbf}}@media screen and (max-width: 1023px){.lg\:bg-blue-800\/80{background-color:#1e40afcc}}@media screen and (max-width: 1023px){.lg\:bg-blue-800\/90{background-color:#1e40afe6}}@media screen and (max-width: 1023px){.lg\:bg-blue-900{background-color:#1e3a8a}}@media screen and (max-width: 1023px){.lg\:bg-blue-900\/0{background-color:#1e3a8a00}}@media screen and (max-width: 1023px){.lg\:bg-blue-900\/10{background-color:#1e3a8a1a}}@media screen and (max-width: 1023px){.lg\:bg-blue-900\/20{background-color:#1e3a8a33}}@media screen and (max-width: 1023px){.lg\:bg-blue-900\/30{background-color:#1e3a8a4d}}@media screen and (max-width: 1023px){.lg\:bg-blue-900\/40{background-color:#1e3a8a66}}@media screen and (max-width: 1023px){.lg\:bg-blue-900\/50{background-color:#1e3a8a80}}@media screen and (max-width: 1023px){.lg\:bg-blue-900\/60{background-color:#1e3a8a99}}@media screen and (max-width: 1023px){.lg\:bg-blue-900\/70{background-color:#1e3a8ab3}}@media screen and (max-width: 1023px){.lg\:bg-blue-900\/75{background-color:#1e3a8abf}}@media screen and (max-width: 1023px){.lg\:bg-blue-900\/80{background-color:#1e3a8acc}}@media screen and (max-width: 1023px){.lg\:bg-blue-900\/90{background-color:#1e3a8ae6}}@media screen and (max-width: 1023px){.lg\:bg-blue-950{background-color:#172554}}@media screen and (max-width: 1023px){.lg\:bg-blue-950\/0{background-color:#17255400}}@media screen and (max-width: 1023px){.lg\:bg-blue-950\/10{background-color:#1725541a}}@media screen and (max-width: 1023px){.lg\:bg-blue-950\/20{background-color:#17255433}}@media screen and (max-width: 1023px){.lg\:bg-blue-950\/30{background-color:#1725544d}}@media screen and (max-width: 1023px){.lg\:bg-blue-950\/40{background-color:#17255466}}@media screen and (max-width: 1023px){.lg\:bg-blue-950\/50{background-color:#17255480}}@media screen and (max-width: 1023px){.lg\:bg-blue-950\/60{background-color:#17255499}}@media screen and (max-width: 1023px){.lg\:bg-blue-950\/70{background-color:#172554b3}}@media screen and (max-width: 1023px){.lg\:bg-blue-950\/75{background-color:#172554bf}}@media screen and (max-width: 1023px){.lg\:bg-blue-950\/80{background-color:#172554cc}}@media screen and (max-width: 1023px){.lg\:bg-blue-950\/90{background-color:#172554e6}}@media screen and (max-width: 1023px){.lg\:bg-indigo-50{background-color:#eef2ff}}@media screen and (max-width: 1023px){.lg\:bg-indigo-50\/0{background-color:#eef2ff00}}@media screen and (max-width: 1023px){.lg\:bg-indigo-50\/10{background-color:#eef2ff1a}}@media screen and (max-width: 1023px){.lg\:bg-indigo-50\/20{background-color:#eef2ff33}}@media screen and (max-width: 1023px){.lg\:bg-indigo-50\/30{background-color:#eef2ff4d}}@media screen and (max-width: 1023px){.lg\:bg-indigo-50\/40{background-color:#eef2ff66}}@media screen and (max-width: 1023px){.lg\:bg-indigo-50\/50{background-color:#eef2ff80}}@media screen and (max-width: 1023px){.lg\:bg-indigo-50\/60{background-color:#eef2ff99}}@media screen and (max-width: 1023px){.lg\:bg-indigo-50\/70{background-color:#eef2ffb3}}@media screen and (max-width: 1023px){.lg\:bg-indigo-50\/75{background-color:#eef2ffbf}}@media screen and (max-width: 1023px){.lg\:bg-indigo-50\/80{background-color:#eef2ffcc}}@media screen and (max-width: 1023px){.lg\:bg-indigo-50\/90{background-color:#eef2ffe6}}@media screen and (max-width: 1023px){.lg\:bg-indigo-100{background-color:#e0e7ff}}@media screen and (max-width: 1023px){.lg\:bg-indigo-100\/0{background-color:#e0e7ff00}}@media screen and (max-width: 1023px){.lg\:bg-indigo-100\/10{background-color:#e0e7ff1a}}@media screen and (max-width: 1023px){.lg\:bg-indigo-100\/20{background-color:#e0e7ff33}}@media screen and (max-width: 1023px){.lg\:bg-indigo-100\/30{background-color:#e0e7ff4d}}@media screen and (max-width: 1023px){.lg\:bg-indigo-100\/40{background-color:#e0e7ff66}}@media screen and (max-width: 1023px){.lg\:bg-indigo-100\/50{background-color:#e0e7ff80}}@media screen and (max-width: 1023px){.lg\:bg-indigo-100\/60{background-color:#e0e7ff99}}@media screen and (max-width: 1023px){.lg\:bg-indigo-100\/70{background-color:#e0e7ffb3}}@media screen and (max-width: 1023px){.lg\:bg-indigo-100\/75{background-color:#e0e7ffbf}}@media screen and (max-width: 1023px){.lg\:bg-indigo-100\/80{background-color:#e0e7ffcc}}@media screen and (max-width: 1023px){.lg\:bg-indigo-100\/90{background-color:#e0e7ffe6}}@media screen and (max-width: 1023px){.lg\:bg-indigo-200{background-color:#c7d2fe}}@media screen and (max-width: 1023px){.lg\:bg-indigo-200\/0{background-color:#c7d2fe00}}@media screen and (max-width: 1023px){.lg\:bg-indigo-200\/10{background-color:#c7d2fe1a}}@media screen and (max-width: 1023px){.lg\:bg-indigo-200\/20{background-color:#c7d2fe33}}@media screen and (max-width: 1023px){.lg\:bg-indigo-200\/30{background-color:#c7d2fe4d}}@media screen and (max-width: 1023px){.lg\:bg-indigo-200\/40{background-color:#c7d2fe66}}@media screen and (max-width: 1023px){.lg\:bg-indigo-200\/50{background-color:#c7d2fe80}}@media screen and (max-width: 1023px){.lg\:bg-indigo-200\/60{background-color:#c7d2fe99}}@media screen and (max-width: 1023px){.lg\:bg-indigo-200\/70{background-color:#c7d2feb3}}@media screen and (max-width: 1023px){.lg\:bg-indigo-200\/75{background-color:#c7d2febf}}@media screen and (max-width: 1023px){.lg\:bg-indigo-200\/80{background-color:#c7d2fecc}}@media screen and (max-width: 1023px){.lg\:bg-indigo-200\/90{background-color:#c7d2fee6}}@media screen and (max-width: 1023px){.lg\:bg-indigo-300{background-color:#a5b4fc}}@media screen and (max-width: 1023px){.lg\:bg-indigo-300\/0{background-color:#a5b4fc00}}@media screen and (max-width: 1023px){.lg\:bg-indigo-300\/10{background-color:#a5b4fc1a}}@media screen and (max-width: 1023px){.lg\:bg-indigo-300\/20{background-color:#a5b4fc33}}@media screen and (max-width: 1023px){.lg\:bg-indigo-300\/30{background-color:#a5b4fc4d}}@media screen and (max-width: 1023px){.lg\:bg-indigo-300\/40{background-color:#a5b4fc66}}@media screen and (max-width: 1023px){.lg\:bg-indigo-300\/50{background-color:#a5b4fc80}}@media screen and (max-width: 1023px){.lg\:bg-indigo-300\/60{background-color:#a5b4fc99}}@media screen and (max-width: 1023px){.lg\:bg-indigo-300\/70{background-color:#a5b4fcb3}}@media screen and (max-width: 1023px){.lg\:bg-indigo-300\/75{background-color:#a5b4fcbf}}@media screen and (max-width: 1023px){.lg\:bg-indigo-300\/80{background-color:#a5b4fccc}}@media screen and (max-width: 1023px){.lg\:bg-indigo-300\/90{background-color:#a5b4fce6}}@media screen and (max-width: 1023px){.lg\:bg-indigo-400{background-color:#818cf8}}@media screen and (max-width: 1023px){.lg\:bg-indigo-400\/0{background-color:#818cf800}}@media screen and (max-width: 1023px){.lg\:bg-indigo-400\/10{background-color:#818cf81a}}@media screen and (max-width: 1023px){.lg\:bg-indigo-400\/20{background-color:#818cf833}}@media screen and (max-width: 1023px){.lg\:bg-indigo-400\/30{background-color:#818cf84d}}@media screen and (max-width: 1023px){.lg\:bg-indigo-400\/40{background-color:#818cf866}}@media screen and (max-width: 1023px){.lg\:bg-indigo-400\/50{background-color:#818cf880}}@media screen and (max-width: 1023px){.lg\:bg-indigo-400\/60{background-color:#818cf899}}@media screen and (max-width: 1023px){.lg\:bg-indigo-400\/70{background-color:#818cf8b3}}@media screen and (max-width: 1023px){.lg\:bg-indigo-400\/75{background-color:#818cf8bf}}@media screen and (max-width: 1023px){.lg\:bg-indigo-400\/80{background-color:#818cf8cc}}@media screen and (max-width: 1023px){.lg\:bg-indigo-400\/90{background-color:#818cf8e6}}@media screen and (max-width: 1023px){.lg\:bg-indigo-500{background-color:#6366f1}}@media screen and (max-width: 1023px){.lg\:bg-indigo-500\/0{background-color:#6366f100}}@media screen and (max-width: 1023px){.lg\:bg-indigo-500\/10{background-color:#6366f11a}}@media screen and (max-width: 1023px){.lg\:bg-indigo-500\/20{background-color:#6366f133}}@media screen and (max-width: 1023px){.lg\:bg-indigo-500\/30{background-color:#6366f14d}}@media screen and (max-width: 1023px){.lg\:bg-indigo-500\/40{background-color:#6366f166}}@media screen and (max-width: 1023px){.lg\:bg-indigo-500\/50{background-color:#6366f180}}@media screen and (max-width: 1023px){.lg\:bg-indigo-500\/60{background-color:#6366f199}}@media screen and (max-width: 1023px){.lg\:bg-indigo-500\/70{background-color:#6366f1b3}}@media screen and (max-width: 1023px){.lg\:bg-indigo-500\/75{background-color:#6366f1bf}}@media screen and (max-width: 1023px){.lg\:bg-indigo-500\/80{background-color:#6366f1cc}}@media screen and (max-width: 1023px){.lg\:bg-indigo-500\/90{background-color:#6366f1e6}}@media screen and (max-width: 1023px){.lg\:bg-indigo-600{background-color:#4f46e5}}@media screen and (max-width: 1023px){.lg\:bg-indigo-600\/0{background-color:#4f46e500}}@media screen and (max-width: 1023px){.lg\:bg-indigo-600\/10{background-color:#4f46e51a}}@media screen and (max-width: 1023px){.lg\:bg-indigo-600\/20{background-color:#4f46e533}}@media screen and (max-width: 1023px){.lg\:bg-indigo-600\/30{background-color:#4f46e54d}}@media screen and (max-width: 1023px){.lg\:bg-indigo-600\/40{background-color:#4f46e566}}@media screen and (max-width: 1023px){.lg\:bg-indigo-600\/50{background-color:#4f46e580}}@media screen and (max-width: 1023px){.lg\:bg-indigo-600\/60{background-color:#4f46e599}}@media screen and (max-width: 1023px){.lg\:bg-indigo-600\/70{background-color:#4f46e5b3}}@media screen and (max-width: 1023px){.lg\:bg-indigo-600\/75{background-color:#4f46e5bf}}@media screen and (max-width: 1023px){.lg\:bg-indigo-600\/80{background-color:#4f46e5cc}}@media screen and (max-width: 1023px){.lg\:bg-indigo-600\/90{background-color:#4f46e5e6}}@media screen and (max-width: 1023px){.lg\:bg-indigo-700{background-color:#4338ca}}@media screen and (max-width: 1023px){.lg\:bg-indigo-700\/0{background-color:#4338ca00}}@media screen and (max-width: 1023px){.lg\:bg-indigo-700\/10{background-color:#4338ca1a}}@media screen and (max-width: 1023px){.lg\:bg-indigo-700\/20{background-color:#4338ca33}}@media screen and (max-width: 1023px){.lg\:bg-indigo-700\/30{background-color:#4338ca4d}}@media screen and (max-width: 1023px){.lg\:bg-indigo-700\/40{background-color:#4338ca66}}@media screen and (max-width: 1023px){.lg\:bg-indigo-700\/50{background-color:#4338ca80}}@media screen and (max-width: 1023px){.lg\:bg-indigo-700\/60{background-color:#4338ca99}}@media screen and (max-width: 1023px){.lg\:bg-indigo-700\/70{background-color:#4338cab3}}@media screen and (max-width: 1023px){.lg\:bg-indigo-700\/75{background-color:#4338cabf}}@media screen and (max-width: 1023px){.lg\:bg-indigo-700\/80{background-color:#4338cacc}}@media screen and (max-width: 1023px){.lg\:bg-indigo-700\/90{background-color:#4338cae6}}@media screen and (max-width: 1023px){.lg\:bg-indigo-800{background-color:#3730a3}}@media screen and (max-width: 1023px){.lg\:bg-indigo-800\/0{background-color:#3730a300}}@media screen and (max-width: 1023px){.lg\:bg-indigo-800\/10{background-color:#3730a31a}}@media screen and (max-width: 1023px){.lg\:bg-indigo-800\/20{background-color:#3730a333}}@media screen and (max-width: 1023px){.lg\:bg-indigo-800\/30{background-color:#3730a34d}}@media screen and (max-width: 1023px){.lg\:bg-indigo-800\/40{background-color:#3730a366}}@media screen and (max-width: 1023px){.lg\:bg-indigo-800\/50{background-color:#3730a380}}@media screen and (max-width: 1023px){.lg\:bg-indigo-800\/60{background-color:#3730a399}}@media screen and (max-width: 1023px){.lg\:bg-indigo-800\/70{background-color:#3730a3b3}}@media screen and (max-width: 1023px){.lg\:bg-indigo-800\/75{background-color:#3730a3bf}}@media screen and (max-width: 1023px){.lg\:bg-indigo-800\/80{background-color:#3730a3cc}}@media screen and (max-width: 1023px){.lg\:bg-indigo-800\/90{background-color:#3730a3e6}}@media screen and (max-width: 1023px){.lg\:bg-indigo-900{background-color:#312e81}}@media screen and (max-width: 1023px){.lg\:bg-indigo-900\/0{background-color:#312e8100}}@media screen and (max-width: 1023px){.lg\:bg-indigo-900\/10{background-color:#312e811a}}@media screen and (max-width: 1023px){.lg\:bg-indigo-900\/20{background-color:#312e8133}}@media screen and (max-width: 1023px){.lg\:bg-indigo-900\/30{background-color:#312e814d}}@media screen and (max-width: 1023px){.lg\:bg-indigo-900\/40{background-color:#312e8166}}@media screen and (max-width: 1023px){.lg\:bg-indigo-900\/50{background-color:#312e8180}}@media screen and (max-width: 1023px){.lg\:bg-indigo-900\/60{background-color:#312e8199}}@media screen and (max-width: 1023px){.lg\:bg-indigo-900\/70{background-color:#312e81b3}}@media screen and (max-width: 1023px){.lg\:bg-indigo-900\/75{background-color:#312e81bf}}@media screen and (max-width: 1023px){.lg\:bg-indigo-900\/80{background-color:#312e81cc}}@media screen and (max-width: 1023px){.lg\:bg-indigo-900\/90{background-color:#312e81e6}}@media screen and (max-width: 1023px){.lg\:bg-indigo-950{background-color:#1e1b4b}}@media screen and (max-width: 1023px){.lg\:bg-indigo-950\/0{background-color:#1e1b4b00}}@media screen and (max-width: 1023px){.lg\:bg-indigo-950\/10{background-color:#1e1b4b1a}}@media screen and (max-width: 1023px){.lg\:bg-indigo-950\/20{background-color:#1e1b4b33}}@media screen and (max-width: 1023px){.lg\:bg-indigo-950\/30{background-color:#1e1b4b4d}}@media screen and (max-width: 1023px){.lg\:bg-indigo-950\/40{background-color:#1e1b4b66}}@media screen and (max-width: 1023px){.lg\:bg-indigo-950\/50{background-color:#1e1b4b80}}@media screen and (max-width: 1023px){.lg\:bg-indigo-950\/60{background-color:#1e1b4b99}}@media screen and (max-width: 1023px){.lg\:bg-indigo-950\/70{background-color:#1e1b4bb3}}@media screen and (max-width: 1023px){.lg\:bg-indigo-950\/75{background-color:#1e1b4bbf}}@media screen and (max-width: 1023px){.lg\:bg-indigo-950\/80{background-color:#1e1b4bcc}}@media screen and (max-width: 1023px){.lg\:bg-indigo-950\/90{background-color:#1e1b4be6}}@media screen and (max-width: 1023px){.lg\:bg-violet-50{background-color:#f5f3ff}}@media screen and (max-width: 1023px){.lg\:bg-violet-50\/0{background-color:#f5f3ff00}}@media screen and (max-width: 1023px){.lg\:bg-violet-50\/10{background-color:#f5f3ff1a}}@media screen and (max-width: 1023px){.lg\:bg-violet-50\/20{background-color:#f5f3ff33}}@media screen and (max-width: 1023px){.lg\:bg-violet-50\/30{background-color:#f5f3ff4d}}@media screen and (max-width: 1023px){.lg\:bg-violet-50\/40{background-color:#f5f3ff66}}@media screen and (max-width: 1023px){.lg\:bg-violet-50\/50{background-color:#f5f3ff80}}@media screen and (max-width: 1023px){.lg\:bg-violet-50\/60{background-color:#f5f3ff99}}@media screen and (max-width: 1023px){.lg\:bg-violet-50\/70{background-color:#f5f3ffb3}}@media screen and (max-width: 1023px){.lg\:bg-violet-50\/75{background-color:#f5f3ffbf}}@media screen and (max-width: 1023px){.lg\:bg-violet-50\/80{background-color:#f5f3ffcc}}@media screen and (max-width: 1023px){.lg\:bg-violet-50\/90{background-color:#f5f3ffe6}}@media screen and (max-width: 1023px){.lg\:bg-violet-100{background-color:#ede9fe}}@media screen and (max-width: 1023px){.lg\:bg-violet-100\/0{background-color:#ede9fe00}}@media screen and (max-width: 1023px){.lg\:bg-violet-100\/10{background-color:#ede9fe1a}}@media screen and (max-width: 1023px){.lg\:bg-violet-100\/20{background-color:#ede9fe33}}@media screen and (max-width: 1023px){.lg\:bg-violet-100\/30{background-color:#ede9fe4d}}@media screen and (max-width: 1023px){.lg\:bg-violet-100\/40{background-color:#ede9fe66}}@media screen and (max-width: 1023px){.lg\:bg-violet-100\/50{background-color:#ede9fe80}}@media screen and (max-width: 1023px){.lg\:bg-violet-100\/60{background-color:#ede9fe99}}@media screen and (max-width: 1023px){.lg\:bg-violet-100\/70{background-color:#ede9feb3}}@media screen and (max-width: 1023px){.lg\:bg-violet-100\/75{background-color:#ede9febf}}@media screen and (max-width: 1023px){.lg\:bg-violet-100\/80{background-color:#ede9fecc}}@media screen and (max-width: 1023px){.lg\:bg-violet-100\/90{background-color:#ede9fee6}}@media screen and (max-width: 1023px){.lg\:bg-violet-200{background-color:#ddd6fe}}@media screen and (max-width: 1023px){.lg\:bg-violet-200\/0{background-color:#ddd6fe00}}@media screen and (max-width: 1023px){.lg\:bg-violet-200\/10{background-color:#ddd6fe1a}}@media screen and (max-width: 1023px){.lg\:bg-violet-200\/20{background-color:#ddd6fe33}}@media screen and (max-width: 1023px){.lg\:bg-violet-200\/30{background-color:#ddd6fe4d}}@media screen and (max-width: 1023px){.lg\:bg-violet-200\/40{background-color:#ddd6fe66}}@media screen and (max-width: 1023px){.lg\:bg-violet-200\/50{background-color:#ddd6fe80}}@media screen and (max-width: 1023px){.lg\:bg-violet-200\/60{background-color:#ddd6fe99}}@media screen and (max-width: 1023px){.lg\:bg-violet-200\/70{background-color:#ddd6feb3}}@media screen and (max-width: 1023px){.lg\:bg-violet-200\/75{background-color:#ddd6febf}}@media screen and (max-width: 1023px){.lg\:bg-violet-200\/80{background-color:#ddd6fecc}}@media screen and (max-width: 1023px){.lg\:bg-violet-200\/90{background-color:#ddd6fee6}}@media screen and (max-width: 1023px){.lg\:bg-violet-300{background-color:#c4b5fd}}@media screen and (max-width: 1023px){.lg\:bg-violet-300\/0{background-color:#c4b5fd00}}@media screen and (max-width: 1023px){.lg\:bg-violet-300\/10{background-color:#c4b5fd1a}}@media screen and (max-width: 1023px){.lg\:bg-violet-300\/20{background-color:#c4b5fd33}}@media screen and (max-width: 1023px){.lg\:bg-violet-300\/30{background-color:#c4b5fd4d}}@media screen and (max-width: 1023px){.lg\:bg-violet-300\/40{background-color:#c4b5fd66}}@media screen and (max-width: 1023px){.lg\:bg-violet-300\/50{background-color:#c4b5fd80}}@media screen and (max-width: 1023px){.lg\:bg-violet-300\/60{background-color:#c4b5fd99}}@media screen and (max-width: 1023px){.lg\:bg-violet-300\/70{background-color:#c4b5fdb3}}@media screen and (max-width: 1023px){.lg\:bg-violet-300\/75{background-color:#c4b5fdbf}}@media screen and (max-width: 1023px){.lg\:bg-violet-300\/80{background-color:#c4b5fdcc}}@media screen and (max-width: 1023px){.lg\:bg-violet-300\/90{background-color:#c4b5fde6}}@media screen and (max-width: 1023px){.lg\:bg-violet-400{background-color:#a78bfa}}@media screen and (max-width: 1023px){.lg\:bg-violet-400\/0{background-color:#a78bfa00}}@media screen and (max-width: 1023px){.lg\:bg-violet-400\/10{background-color:#a78bfa1a}}@media screen and (max-width: 1023px){.lg\:bg-violet-400\/20{background-color:#a78bfa33}}@media screen and (max-width: 1023px){.lg\:bg-violet-400\/30{background-color:#a78bfa4d}}@media screen and (max-width: 1023px){.lg\:bg-violet-400\/40{background-color:#a78bfa66}}@media screen and (max-width: 1023px){.lg\:bg-violet-400\/50{background-color:#a78bfa80}}@media screen and (max-width: 1023px){.lg\:bg-violet-400\/60{background-color:#a78bfa99}}@media screen and (max-width: 1023px){.lg\:bg-violet-400\/70{background-color:#a78bfab3}}@media screen and (max-width: 1023px){.lg\:bg-violet-400\/75{background-color:#a78bfabf}}@media screen and (max-width: 1023px){.lg\:bg-violet-400\/80{background-color:#a78bfacc}}@media screen and (max-width: 1023px){.lg\:bg-violet-400\/90{background-color:#a78bfae6}}@media screen and (max-width: 1023px){.lg\:bg-violet-500{background-color:#8b5cf6}}@media screen and (max-width: 1023px){.lg\:bg-violet-500\/0{background-color:#8b5cf600}}@media screen and (max-width: 1023px){.lg\:bg-violet-500\/10{background-color:#8b5cf61a}}@media screen and (max-width: 1023px){.lg\:bg-violet-500\/20{background-color:#8b5cf633}}@media screen and (max-width: 1023px){.lg\:bg-violet-500\/30{background-color:#8b5cf64d}}@media screen and (max-width: 1023px){.lg\:bg-violet-500\/40{background-color:#8b5cf666}}@media screen and (max-width: 1023px){.lg\:bg-violet-500\/50{background-color:#8b5cf680}}@media screen and (max-width: 1023px){.lg\:bg-violet-500\/60{background-color:#8b5cf699}}@media screen and (max-width: 1023px){.lg\:bg-violet-500\/70{background-color:#8b5cf6b3}}@media screen and (max-width: 1023px){.lg\:bg-violet-500\/75{background-color:#8b5cf6bf}}@media screen and (max-width: 1023px){.lg\:bg-violet-500\/80{background-color:#8b5cf6cc}}@media screen and (max-width: 1023px){.lg\:bg-violet-500\/90{background-color:#8b5cf6e6}}@media screen and (max-width: 1023px){.lg\:bg-violet-600{background-color:#7c3aed}}@media screen and (max-width: 1023px){.lg\:bg-violet-600\/0{background-color:#7c3aed00}}@media screen and (max-width: 1023px){.lg\:bg-violet-600\/10{background-color:#7c3aed1a}}@media screen and (max-width: 1023px){.lg\:bg-violet-600\/20{background-color:#7c3aed33}}@media screen and (max-width: 1023px){.lg\:bg-violet-600\/30{background-color:#7c3aed4d}}@media screen and (max-width: 1023px){.lg\:bg-violet-600\/40{background-color:#7c3aed66}}@media screen and (max-width: 1023px){.lg\:bg-violet-600\/50{background-color:#7c3aed80}}@media screen and (max-width: 1023px){.lg\:bg-violet-600\/60{background-color:#7c3aed99}}@media screen and (max-width: 1023px){.lg\:bg-violet-600\/70{background-color:#7c3aedb3}}@media screen and (max-width: 1023px){.lg\:bg-violet-600\/75{background-color:#7c3aedbf}}@media screen and (max-width: 1023px){.lg\:bg-violet-600\/80{background-color:#7c3aedcc}}@media screen and (max-width: 1023px){.lg\:bg-violet-600\/90{background-color:#7c3aede6}}@media screen and (max-width: 1023px){.lg\:bg-violet-700{background-color:#6d28d9}}@media screen and (max-width: 1023px){.lg\:bg-violet-700\/0{background-color:#6d28d900}}@media screen and (max-width: 1023px){.lg\:bg-violet-700\/10{background-color:#6d28d91a}}@media screen and (max-width: 1023px){.lg\:bg-violet-700\/20{background-color:#6d28d933}}@media screen and (max-width: 1023px){.lg\:bg-violet-700\/30{background-color:#6d28d94d}}@media screen and (max-width: 1023px){.lg\:bg-violet-700\/40{background-color:#6d28d966}}@media screen and (max-width: 1023px){.lg\:bg-violet-700\/50{background-color:#6d28d980}}@media screen and (max-width: 1023px){.lg\:bg-violet-700\/60{background-color:#6d28d999}}@media screen and (max-width: 1023px){.lg\:bg-violet-700\/70{background-color:#6d28d9b3}}@media screen and (max-width: 1023px){.lg\:bg-violet-700\/75{background-color:#6d28d9bf}}@media screen and (max-width: 1023px){.lg\:bg-violet-700\/80{background-color:#6d28d9cc}}@media screen and (max-width: 1023px){.lg\:bg-violet-700\/90{background-color:#6d28d9e6}}@media screen and (max-width: 1023px){.lg\:bg-violet-800{background-color:#5b21b6}}@media screen and (max-width: 1023px){.lg\:bg-violet-800\/0{background-color:#5b21b600}}@media screen and (max-width: 1023px){.lg\:bg-violet-800\/10{background-color:#5b21b61a}}@media screen and (max-width: 1023px){.lg\:bg-violet-800\/20{background-color:#5b21b633}}@media screen and (max-width: 1023px){.lg\:bg-violet-800\/30{background-color:#5b21b64d}}@media screen and (max-width: 1023px){.lg\:bg-violet-800\/40{background-color:#5b21b666}}@media screen and (max-width: 1023px){.lg\:bg-violet-800\/50{background-color:#5b21b680}}@media screen and (max-width: 1023px){.lg\:bg-violet-800\/60{background-color:#5b21b699}}@media screen and (max-width: 1023px){.lg\:bg-violet-800\/70{background-color:#5b21b6b3}}@media screen and (max-width: 1023px){.lg\:bg-violet-800\/75{background-color:#5b21b6bf}}@media screen and (max-width: 1023px){.lg\:bg-violet-800\/80{background-color:#5b21b6cc}}@media screen and (max-width: 1023px){.lg\:bg-violet-800\/90{background-color:#5b21b6e6}}@media screen and (max-width: 1023px){.lg\:bg-violet-900{background-color:#4c1d95}}@media screen and (max-width: 1023px){.lg\:bg-violet-900\/0{background-color:#4c1d9500}}@media screen and (max-width: 1023px){.lg\:bg-violet-900\/10{background-color:#4c1d951a}}@media screen and (max-width: 1023px){.lg\:bg-violet-900\/20{background-color:#4c1d9533}}@media screen and (max-width: 1023px){.lg\:bg-violet-900\/30{background-color:#4c1d954d}}@media screen and (max-width: 1023px){.lg\:bg-violet-900\/40{background-color:#4c1d9566}}@media screen and (max-width: 1023px){.lg\:bg-violet-900\/50{background-color:#4c1d9580}}@media screen and (max-width: 1023px){.lg\:bg-violet-900\/60{background-color:#4c1d9599}}@media screen and (max-width: 1023px){.lg\:bg-violet-900\/70{background-color:#4c1d95b3}}@media screen and (max-width: 1023px){.lg\:bg-violet-900\/75{background-color:#4c1d95bf}}@media screen and (max-width: 1023px){.lg\:bg-violet-900\/80{background-color:#4c1d95cc}}@media screen and (max-width: 1023px){.lg\:bg-violet-900\/90{background-color:#4c1d95e6}}@media screen and (max-width: 1023px){.lg\:bg-violet-950{background-color:#2e1065}}@media screen and (max-width: 1023px){.lg\:bg-violet-950\/0{background-color:#2e106500}}@media screen and (max-width: 1023px){.lg\:bg-violet-950\/10{background-color:#2e10651a}}@media screen and (max-width: 1023px){.lg\:bg-violet-950\/20{background-color:#2e106533}}@media screen and (max-width: 1023px){.lg\:bg-violet-950\/30{background-color:#2e10654d}}@media screen and (max-width: 1023px){.lg\:bg-violet-950\/40{background-color:#2e106566}}@media screen and (max-width: 1023px){.lg\:bg-violet-950\/50{background-color:#2e106580}}@media screen and (max-width: 1023px){.lg\:bg-violet-950\/60{background-color:#2e106599}}@media screen and (max-width: 1023px){.lg\:bg-violet-950\/70{background-color:#2e1065b3}}@media screen and (max-width: 1023px){.lg\:bg-violet-950\/75{background-color:#2e1065bf}}@media screen and (max-width: 1023px){.lg\:bg-violet-950\/80{background-color:#2e1065cc}}@media screen and (max-width: 1023px){.lg\:bg-violet-950\/90{background-color:#2e1065e6}}@media screen and (max-width: 1023px){.lg\:bg-purple-50{background-color:#faf5ff}}@media screen and (max-width: 1023px){.lg\:bg-purple-50\/0{background-color:#faf5ff00}}@media screen and (max-width: 1023px){.lg\:bg-purple-50\/10{background-color:#faf5ff1a}}@media screen and (max-width: 1023px){.lg\:bg-purple-50\/20{background-color:#faf5ff33}}@media screen and (max-width: 1023px){.lg\:bg-purple-50\/30{background-color:#faf5ff4d}}@media screen and (max-width: 1023px){.lg\:bg-purple-50\/40{background-color:#faf5ff66}}@media screen and (max-width: 1023px){.lg\:bg-purple-50\/50{background-color:#faf5ff80}}@media screen and (max-width: 1023px){.lg\:bg-purple-50\/60{background-color:#faf5ff99}}@media screen and (max-width: 1023px){.lg\:bg-purple-50\/70{background-color:#faf5ffb3}}@media screen and (max-width: 1023px){.lg\:bg-purple-50\/75{background-color:#faf5ffbf}}@media screen and (max-width: 1023px){.lg\:bg-purple-50\/80{background-color:#faf5ffcc}}@media screen and (max-width: 1023px){.lg\:bg-purple-50\/90{background-color:#faf5ffe6}}@media screen and (max-width: 1023px){.lg\:bg-purple-100{background-color:#f3e8ff}}@media screen and (max-width: 1023px){.lg\:bg-purple-100\/0{background-color:#f3e8ff00}}@media screen and (max-width: 1023px){.lg\:bg-purple-100\/10{background-color:#f3e8ff1a}}@media screen and (max-width: 1023px){.lg\:bg-purple-100\/20{background-color:#f3e8ff33}}@media screen and (max-width: 1023px){.lg\:bg-purple-100\/30{background-color:#f3e8ff4d}}@media screen and (max-width: 1023px){.lg\:bg-purple-100\/40{background-color:#f3e8ff66}}@media screen and (max-width: 1023px){.lg\:bg-purple-100\/50{background-color:#f3e8ff80}}@media screen and (max-width: 1023px){.lg\:bg-purple-100\/60{background-color:#f3e8ff99}}@media screen and (max-width: 1023px){.lg\:bg-purple-100\/70{background-color:#f3e8ffb3}}@media screen and (max-width: 1023px){.lg\:bg-purple-100\/75{background-color:#f3e8ffbf}}@media screen and (max-width: 1023px){.lg\:bg-purple-100\/80{background-color:#f3e8ffcc}}@media screen and (max-width: 1023px){.lg\:bg-purple-100\/90{background-color:#f3e8ffe6}}@media screen and (max-width: 1023px){.lg\:bg-purple-200{background-color:#e9d5ff}}@media screen and (max-width: 1023px){.lg\:bg-purple-200\/0{background-color:#e9d5ff00}}@media screen and (max-width: 1023px){.lg\:bg-purple-200\/10{background-color:#e9d5ff1a}}@media screen and (max-width: 1023px){.lg\:bg-purple-200\/20{background-color:#e9d5ff33}}@media screen and (max-width: 1023px){.lg\:bg-purple-200\/30{background-color:#e9d5ff4d}}@media screen and (max-width: 1023px){.lg\:bg-purple-200\/40{background-color:#e9d5ff66}}@media screen and (max-width: 1023px){.lg\:bg-purple-200\/50{background-color:#e9d5ff80}}@media screen and (max-width: 1023px){.lg\:bg-purple-200\/60{background-color:#e9d5ff99}}@media screen and (max-width: 1023px){.lg\:bg-purple-200\/70{background-color:#e9d5ffb3}}@media screen and (max-width: 1023px){.lg\:bg-purple-200\/75{background-color:#e9d5ffbf}}@media screen and (max-width: 1023px){.lg\:bg-purple-200\/80{background-color:#e9d5ffcc}}@media screen and (max-width: 1023px){.lg\:bg-purple-200\/90{background-color:#e9d5ffe6}}@media screen and (max-width: 1023px){.lg\:bg-purple-300{background-color:#d8b4fe}}@media screen and (max-width: 1023px){.lg\:bg-purple-300\/0{background-color:#d8b4fe00}}@media screen and (max-width: 1023px){.lg\:bg-purple-300\/10{background-color:#d8b4fe1a}}@media screen and (max-width: 1023px){.lg\:bg-purple-300\/20{background-color:#d8b4fe33}}@media screen and (max-width: 1023px){.lg\:bg-purple-300\/30{background-color:#d8b4fe4d}}@media screen and (max-width: 1023px){.lg\:bg-purple-300\/40{background-color:#d8b4fe66}}@media screen and (max-width: 1023px){.lg\:bg-purple-300\/50{background-color:#d8b4fe80}}@media screen and (max-width: 1023px){.lg\:bg-purple-300\/60{background-color:#d8b4fe99}}@media screen and (max-width: 1023px){.lg\:bg-purple-300\/70{background-color:#d8b4feb3}}@media screen and (max-width: 1023px){.lg\:bg-purple-300\/75{background-color:#d8b4febf}}@media screen and (max-width: 1023px){.lg\:bg-purple-300\/80{background-color:#d8b4fecc}}@media screen and (max-width: 1023px){.lg\:bg-purple-300\/90{background-color:#d8b4fee6}}@media screen and (max-width: 1023px){.lg\:bg-purple-400{background-color:#c084fc}}@media screen and (max-width: 1023px){.lg\:bg-purple-400\/0{background-color:#c084fc00}}@media screen and (max-width: 1023px){.lg\:bg-purple-400\/10{background-color:#c084fc1a}}@media screen and (max-width: 1023px){.lg\:bg-purple-400\/20{background-color:#c084fc33}}@media screen and (max-width: 1023px){.lg\:bg-purple-400\/30{background-color:#c084fc4d}}@media screen and (max-width: 1023px){.lg\:bg-purple-400\/40{background-color:#c084fc66}}@media screen and (max-width: 1023px){.lg\:bg-purple-400\/50{background-color:#c084fc80}}@media screen and (max-width: 1023px){.lg\:bg-purple-400\/60{background-color:#c084fc99}}@media screen and (max-width: 1023px){.lg\:bg-purple-400\/70{background-color:#c084fcb3}}@media screen and (max-width: 1023px){.lg\:bg-purple-400\/75{background-color:#c084fcbf}}@media screen and (max-width: 1023px){.lg\:bg-purple-400\/80{background-color:#c084fccc}}@media screen and (max-width: 1023px){.lg\:bg-purple-400\/90{background-color:#c084fce6}}@media screen and (max-width: 1023px){.lg\:bg-purple-500{background-color:#a855f7}}@media screen and (max-width: 1023px){.lg\:bg-purple-500\/0{background-color:#a855f700}}@media screen and (max-width: 1023px){.lg\:bg-purple-500\/10{background-color:#a855f71a}}@media screen and (max-width: 1023px){.lg\:bg-purple-500\/20{background-color:#a855f733}}@media screen and (max-width: 1023px){.lg\:bg-purple-500\/30{background-color:#a855f74d}}@media screen and (max-width: 1023px){.lg\:bg-purple-500\/40{background-color:#a855f766}}@media screen and (max-width: 1023px){.lg\:bg-purple-500\/50{background-color:#a855f780}}@media screen and (max-width: 1023px){.lg\:bg-purple-500\/60{background-color:#a855f799}}@media screen and (max-width: 1023px){.lg\:bg-purple-500\/70{background-color:#a855f7b3}}@media screen and (max-width: 1023px){.lg\:bg-purple-500\/75{background-color:#a855f7bf}}@media screen and (max-width: 1023px){.lg\:bg-purple-500\/80{background-color:#a855f7cc}}@media screen and (max-width: 1023px){.lg\:bg-purple-500\/90{background-color:#a855f7e6}}@media screen and (max-width: 1023px){.lg\:bg-purple-600{background-color:#9333ea}}@media screen and (max-width: 1023px){.lg\:bg-purple-600\/0{background-color:#9333ea00}}@media screen and (max-width: 1023px){.lg\:bg-purple-600\/10{background-color:#9333ea1a}}@media screen and (max-width: 1023px){.lg\:bg-purple-600\/20{background-color:#9333ea33}}@media screen and (max-width: 1023px){.lg\:bg-purple-600\/30{background-color:#9333ea4d}}@media screen and (max-width: 1023px){.lg\:bg-purple-600\/40{background-color:#9333ea66}}@media screen and (max-width: 1023px){.lg\:bg-purple-600\/50{background-color:#9333ea80}}@media screen and (max-width: 1023px){.lg\:bg-purple-600\/60{background-color:#9333ea99}}@media screen and (max-width: 1023px){.lg\:bg-purple-600\/70{background-color:#9333eab3}}@media screen and (max-width: 1023px){.lg\:bg-purple-600\/75{background-color:#9333eabf}}@media screen and (max-width: 1023px){.lg\:bg-purple-600\/80{background-color:#9333eacc}}@media screen and (max-width: 1023px){.lg\:bg-purple-600\/90{background-color:#9333eae6}}@media screen and (max-width: 1023px){.lg\:bg-purple-700{background-color:#7e22ce}}@media screen and (max-width: 1023px){.lg\:bg-purple-700\/0{background-color:#7e22ce00}}@media screen and (max-width: 1023px){.lg\:bg-purple-700\/10{background-color:#7e22ce1a}}@media screen and (max-width: 1023px){.lg\:bg-purple-700\/20{background-color:#7e22ce33}}@media screen and (max-width: 1023px){.lg\:bg-purple-700\/30{background-color:#7e22ce4d}}@media screen and (max-width: 1023px){.lg\:bg-purple-700\/40{background-color:#7e22ce66}}@media screen and (max-width: 1023px){.lg\:bg-purple-700\/50{background-color:#7e22ce80}}@media screen and (max-width: 1023px){.lg\:bg-purple-700\/60{background-color:#7e22ce99}}@media screen and (max-width: 1023px){.lg\:bg-purple-700\/70{background-color:#7e22ceb3}}@media screen and (max-width: 1023px){.lg\:bg-purple-700\/75{background-color:#7e22cebf}}@media screen and (max-width: 1023px){.lg\:bg-purple-700\/80{background-color:#7e22cecc}}@media screen and (max-width: 1023px){.lg\:bg-purple-700\/90{background-color:#7e22cee6}}@media screen and (max-width: 1023px){.lg\:bg-purple-800{background-color:#6b21a8}}@media screen and (max-width: 1023px){.lg\:bg-purple-800\/0{background-color:#6b21a800}}@media screen and (max-width: 1023px){.lg\:bg-purple-800\/10{background-color:#6b21a81a}}@media screen and (max-width: 1023px){.lg\:bg-purple-800\/20{background-color:#6b21a833}}@media screen and (max-width: 1023px){.lg\:bg-purple-800\/30{background-color:#6b21a84d}}@media screen and (max-width: 1023px){.lg\:bg-purple-800\/40{background-color:#6b21a866}}@media screen and (max-width: 1023px){.lg\:bg-purple-800\/50{background-color:#6b21a880}}@media screen and (max-width: 1023px){.lg\:bg-purple-800\/60{background-color:#6b21a899}}@media screen and (max-width: 1023px){.lg\:bg-purple-800\/70{background-color:#6b21a8b3}}@media screen and (max-width: 1023px){.lg\:bg-purple-800\/75{background-color:#6b21a8bf}}@media screen and (max-width: 1023px){.lg\:bg-purple-800\/80{background-color:#6b21a8cc}}@media screen and (max-width: 1023px){.lg\:bg-purple-800\/90{background-color:#6b21a8e6}}@media screen and (max-width: 1023px){.lg\:bg-purple-900{background-color:#581c87}}@media screen and (max-width: 1023px){.lg\:bg-purple-900\/0{background-color:#581c8700}}@media screen and (max-width: 1023px){.lg\:bg-purple-900\/10{background-color:#581c871a}}@media screen and (max-width: 1023px){.lg\:bg-purple-900\/20{background-color:#581c8733}}@media screen and (max-width: 1023px){.lg\:bg-purple-900\/30{background-color:#581c874d}}@media screen and (max-width: 1023px){.lg\:bg-purple-900\/40{background-color:#581c8766}}@media screen and (max-width: 1023px){.lg\:bg-purple-900\/50{background-color:#581c8780}}@media screen and (max-width: 1023px){.lg\:bg-purple-900\/60{background-color:#581c8799}}@media screen and (max-width: 1023px){.lg\:bg-purple-900\/70{background-color:#581c87b3}}@media screen and (max-width: 1023px){.lg\:bg-purple-900\/75{background-color:#581c87bf}}@media screen and (max-width: 1023px){.lg\:bg-purple-900\/80{background-color:#581c87cc}}@media screen and (max-width: 1023px){.lg\:bg-purple-900\/90{background-color:#581c87e6}}@media screen and (max-width: 1023px){.lg\:bg-purple-950{background-color:#3b0764}}@media screen and (max-width: 1023px){.lg\:bg-purple-950\/0{background-color:#3b076400}}@media screen and (max-width: 1023px){.lg\:bg-purple-950\/10{background-color:#3b07641a}}@media screen and (max-width: 1023px){.lg\:bg-purple-950\/20{background-color:#3b076433}}@media screen and (max-width: 1023px){.lg\:bg-purple-950\/30{background-color:#3b07644d}}@media screen and (max-width: 1023px){.lg\:bg-purple-950\/40{background-color:#3b076466}}@media screen and (max-width: 1023px){.lg\:bg-purple-950\/50{background-color:#3b076480}}@media screen and (max-width: 1023px){.lg\:bg-purple-950\/60{background-color:#3b076499}}@media screen and (max-width: 1023px){.lg\:bg-purple-950\/70{background-color:#3b0764b3}}@media screen and (max-width: 1023px){.lg\:bg-purple-950\/75{background-color:#3b0764bf}}@media screen and (max-width: 1023px){.lg\:bg-purple-950\/80{background-color:#3b0764cc}}@media screen and (max-width: 1023px){.lg\:bg-purple-950\/90{background-color:#3b0764e6}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-50{background-color:#fdf4ff}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-50\/0{background-color:#fdf4ff00}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-50\/10{background-color:#fdf4ff1a}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-50\/20{background-color:#fdf4ff33}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-50\/30{background-color:#fdf4ff4d}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-50\/40{background-color:#fdf4ff66}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-50\/50{background-color:#fdf4ff80}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-50\/60{background-color:#fdf4ff99}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-50\/70{background-color:#fdf4ffb3}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-50\/75{background-color:#fdf4ffbf}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-50\/80{background-color:#fdf4ffcc}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-50\/90{background-color:#fdf4ffe6}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-100{background-color:#fae8ff}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-100\/0{background-color:#fae8ff00}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-100\/10{background-color:#fae8ff1a}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-100\/20{background-color:#fae8ff33}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-100\/30{background-color:#fae8ff4d}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-100\/40{background-color:#fae8ff66}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-100\/50{background-color:#fae8ff80}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-100\/60{background-color:#fae8ff99}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-100\/70{background-color:#fae8ffb3}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-100\/75{background-color:#fae8ffbf}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-100\/80{background-color:#fae8ffcc}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-100\/90{background-color:#fae8ffe6}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-200{background-color:#f5d0fe}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-200\/0{background-color:#f5d0fe00}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-200\/10{background-color:#f5d0fe1a}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-200\/20{background-color:#f5d0fe33}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-200\/30{background-color:#f5d0fe4d}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-200\/40{background-color:#f5d0fe66}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-200\/50{background-color:#f5d0fe80}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-200\/60{background-color:#f5d0fe99}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-200\/70{background-color:#f5d0feb3}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-200\/75{background-color:#f5d0febf}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-200\/80{background-color:#f5d0fecc}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-200\/90{background-color:#f5d0fee6}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-300{background-color:#f0abfc}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-300\/0{background-color:#f0abfc00}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-300\/10{background-color:#f0abfc1a}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-300\/20{background-color:#f0abfc33}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-300\/30{background-color:#f0abfc4d}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-300\/40{background-color:#f0abfc66}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-300\/50{background-color:#f0abfc80}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-300\/60{background-color:#f0abfc99}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-300\/70{background-color:#f0abfcb3}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-300\/75{background-color:#f0abfcbf}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-300\/80{background-color:#f0abfccc}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-300\/90{background-color:#f0abfce6}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-400{background-color:#e879f9}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-400\/0{background-color:#e879f900}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-400\/10{background-color:#e879f91a}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-400\/20{background-color:#e879f933}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-400\/30{background-color:#e879f94d}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-400\/40{background-color:#e879f966}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-400\/50{background-color:#e879f980}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-400\/60{background-color:#e879f999}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-400\/70{background-color:#e879f9b3}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-400\/75{background-color:#e879f9bf}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-400\/80{background-color:#e879f9cc}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-400\/90{background-color:#e879f9e6}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-500{background-color:#d946ef}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-500\/0{background-color:#d946ef00}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-500\/10{background-color:#d946ef1a}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-500\/20{background-color:#d946ef33}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-500\/30{background-color:#d946ef4d}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-500\/40{background-color:#d946ef66}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-500\/50{background-color:#d946ef80}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-500\/60{background-color:#d946ef99}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-500\/70{background-color:#d946efb3}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-500\/75{background-color:#d946efbf}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-500\/80{background-color:#d946efcc}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-500\/90{background-color:#d946efe6}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-600{background-color:#c026d3}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-600\/0{background-color:#c026d300}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-600\/10{background-color:#c026d31a}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-600\/20{background-color:#c026d333}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-600\/30{background-color:#c026d34d}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-600\/40{background-color:#c026d366}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-600\/50{background-color:#c026d380}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-600\/60{background-color:#c026d399}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-600\/70{background-color:#c026d3b3}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-600\/75{background-color:#c026d3bf}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-600\/80{background-color:#c026d3cc}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-600\/90{background-color:#c026d3e6}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-700{background-color:#a21caf}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-700\/0{background-color:#a21caf00}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-700\/10{background-color:#a21caf1a}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-700\/20{background-color:#a21caf33}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-700\/30{background-color:#a21caf4d}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-700\/40{background-color:#a21caf66}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-700\/50{background-color:#a21caf80}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-700\/60{background-color:#a21caf99}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-700\/70{background-color:#a21cafb3}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-700\/75{background-color:#a21cafbf}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-700\/80{background-color:#a21cafcc}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-700\/90{background-color:#a21cafe6}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-800{background-color:#86198f}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-800\/0{background-color:#86198f00}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-800\/10{background-color:#86198f1a}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-800\/20{background-color:#86198f33}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-800\/30{background-color:#86198f4d}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-800\/40{background-color:#86198f66}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-800\/50{background-color:#86198f80}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-800\/60{background-color:#86198f99}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-800\/70{background-color:#86198fb3}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-800\/75{background-color:#86198fbf}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-800\/80{background-color:#86198fcc}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-800\/90{background-color:#86198fe6}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-900{background-color:#701a75}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-900\/0{background-color:#701a7500}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-900\/10{background-color:#701a751a}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-900\/20{background-color:#701a7533}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-900\/30{background-color:#701a754d}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-900\/40{background-color:#701a7566}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-900\/50{background-color:#701a7580}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-900\/60{background-color:#701a7599}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-900\/70{background-color:#701a75b3}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-900\/75{background-color:#701a75bf}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-900\/80{background-color:#701a75cc}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-900\/90{background-color:#701a75e6}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-950{background-color:#4a044e}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-950\/0{background-color:#4a044e00}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-950\/10{background-color:#4a044e1a}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-950\/20{background-color:#4a044e33}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-950\/30{background-color:#4a044e4d}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-950\/40{background-color:#4a044e66}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-950\/50{background-color:#4a044e80}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-950\/60{background-color:#4a044e99}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-950\/70{background-color:#4a044eb3}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-950\/75{background-color:#4a044ebf}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-950\/80{background-color:#4a044ecc}}@media screen and (max-width: 1023px){.lg\:bg-fuchsia-950\/90{background-color:#4a044ee6}}@media screen and (max-width: 1023px){.lg\:bg-pink-50{background-color:#fdf2f8}}@media screen and (max-width: 1023px){.lg\:bg-pink-50\/0{background-color:#fdf2f800}}@media screen and (max-width: 1023px){.lg\:bg-pink-50\/10{background-color:#fdf2f81a}}@media screen and (max-width: 1023px){.lg\:bg-pink-50\/20{background-color:#fdf2f833}}@media screen and (max-width: 1023px){.lg\:bg-pink-50\/30{background-color:#fdf2f84d}}@media screen and (max-width: 1023px){.lg\:bg-pink-50\/40{background-color:#fdf2f866}}@media screen and (max-width: 1023px){.lg\:bg-pink-50\/50{background-color:#fdf2f880}}@media screen and (max-width: 1023px){.lg\:bg-pink-50\/60{background-color:#fdf2f899}}@media screen and (max-width: 1023px){.lg\:bg-pink-50\/70{background-color:#fdf2f8b3}}@media screen and (max-width: 1023px){.lg\:bg-pink-50\/75{background-color:#fdf2f8bf}}@media screen and (max-width: 1023px){.lg\:bg-pink-50\/80{background-color:#fdf2f8cc}}@media screen and (max-width: 1023px){.lg\:bg-pink-50\/90{background-color:#fdf2f8e6}}@media screen and (max-width: 1023px){.lg\:bg-pink-100{background-color:#fce7f3}}@media screen and (max-width: 1023px){.lg\:bg-pink-100\/0{background-color:#fce7f300}}@media screen and (max-width: 1023px){.lg\:bg-pink-100\/10{background-color:#fce7f31a}}@media screen and (max-width: 1023px){.lg\:bg-pink-100\/20{background-color:#fce7f333}}@media screen and (max-width: 1023px){.lg\:bg-pink-100\/30{background-color:#fce7f34d}}@media screen and (max-width: 1023px){.lg\:bg-pink-100\/40{background-color:#fce7f366}}@media screen and (max-width: 1023px){.lg\:bg-pink-100\/50{background-color:#fce7f380}}@media screen and (max-width: 1023px){.lg\:bg-pink-100\/60{background-color:#fce7f399}}@media screen and (max-width: 1023px){.lg\:bg-pink-100\/70{background-color:#fce7f3b3}}@media screen and (max-width: 1023px){.lg\:bg-pink-100\/75{background-color:#fce7f3bf}}@media screen and (max-width: 1023px){.lg\:bg-pink-100\/80{background-color:#fce7f3cc}}@media screen and (max-width: 1023px){.lg\:bg-pink-100\/90{background-color:#fce7f3e6}}@media screen and (max-width: 1023px){.lg\:bg-pink-200{background-color:#fbcfe8}}@media screen and (max-width: 1023px){.lg\:bg-pink-200\/0{background-color:#fbcfe800}}@media screen and (max-width: 1023px){.lg\:bg-pink-200\/10{background-color:#fbcfe81a}}@media screen and (max-width: 1023px){.lg\:bg-pink-200\/20{background-color:#fbcfe833}}@media screen and (max-width: 1023px){.lg\:bg-pink-200\/30{background-color:#fbcfe84d}}@media screen and (max-width: 1023px){.lg\:bg-pink-200\/40{background-color:#fbcfe866}}@media screen and (max-width: 1023px){.lg\:bg-pink-200\/50{background-color:#fbcfe880}}@media screen and (max-width: 1023px){.lg\:bg-pink-200\/60{background-color:#fbcfe899}}@media screen and (max-width: 1023px){.lg\:bg-pink-200\/70{background-color:#fbcfe8b3}}@media screen and (max-width: 1023px){.lg\:bg-pink-200\/75{background-color:#fbcfe8bf}}@media screen and (max-width: 1023px){.lg\:bg-pink-200\/80{background-color:#fbcfe8cc}}@media screen and (max-width: 1023px){.lg\:bg-pink-200\/90{background-color:#fbcfe8e6}}@media screen and (max-width: 1023px){.lg\:bg-pink-300{background-color:#f9a8d4}}@media screen and (max-width: 1023px){.lg\:bg-pink-300\/0{background-color:#f9a8d400}}@media screen and (max-width: 1023px){.lg\:bg-pink-300\/10{background-color:#f9a8d41a}}@media screen and (max-width: 1023px){.lg\:bg-pink-300\/20{background-color:#f9a8d433}}@media screen and (max-width: 1023px){.lg\:bg-pink-300\/30{background-color:#f9a8d44d}}@media screen and (max-width: 1023px){.lg\:bg-pink-300\/40{background-color:#f9a8d466}}@media screen and (max-width: 1023px){.lg\:bg-pink-300\/50{background-color:#f9a8d480}}@media screen and (max-width: 1023px){.lg\:bg-pink-300\/60{background-color:#f9a8d499}}@media screen and (max-width: 1023px){.lg\:bg-pink-300\/70{background-color:#f9a8d4b3}}@media screen and (max-width: 1023px){.lg\:bg-pink-300\/75{background-color:#f9a8d4bf}}@media screen and (max-width: 1023px){.lg\:bg-pink-300\/80{background-color:#f9a8d4cc}}@media screen and (max-width: 1023px){.lg\:bg-pink-300\/90{background-color:#f9a8d4e6}}@media screen and (max-width: 1023px){.lg\:bg-pink-400{background-color:#f472b6}}@media screen and (max-width: 1023px){.lg\:bg-pink-400\/0{background-color:#f472b600}}@media screen and (max-width: 1023px){.lg\:bg-pink-400\/10{background-color:#f472b61a}}@media screen and (max-width: 1023px){.lg\:bg-pink-400\/20{background-color:#f472b633}}@media screen and (max-width: 1023px){.lg\:bg-pink-400\/30{background-color:#f472b64d}}@media screen and (max-width: 1023px){.lg\:bg-pink-400\/40{background-color:#f472b666}}@media screen and (max-width: 1023px){.lg\:bg-pink-400\/50{background-color:#f472b680}}@media screen and (max-width: 1023px){.lg\:bg-pink-400\/60{background-color:#f472b699}}@media screen and (max-width: 1023px){.lg\:bg-pink-400\/70{background-color:#f472b6b3}}@media screen and (max-width: 1023px){.lg\:bg-pink-400\/75{background-color:#f472b6bf}}@media screen and (max-width: 1023px){.lg\:bg-pink-400\/80{background-color:#f472b6cc}}@media screen and (max-width: 1023px){.lg\:bg-pink-400\/90{background-color:#f472b6e6}}@media screen and (max-width: 1023px){.lg\:bg-pink-500{background-color:#ec4899}}@media screen and (max-width: 1023px){.lg\:bg-pink-500\/0{background-color:#ec489900}}@media screen and (max-width: 1023px){.lg\:bg-pink-500\/10{background-color:#ec48991a}}@media screen and (max-width: 1023px){.lg\:bg-pink-500\/20{background-color:#ec489933}}@media screen and (max-width: 1023px){.lg\:bg-pink-500\/30{background-color:#ec48994d}}@media screen and (max-width: 1023px){.lg\:bg-pink-500\/40{background-color:#ec489966}}@media screen and (max-width: 1023px){.lg\:bg-pink-500\/50{background-color:#ec489980}}@media screen and (max-width: 1023px){.lg\:bg-pink-500\/60{background-color:#ec489999}}@media screen and (max-width: 1023px){.lg\:bg-pink-500\/70{background-color:#ec4899b3}}@media screen and (max-width: 1023px){.lg\:bg-pink-500\/75{background-color:#ec4899bf}}@media screen and (max-width: 1023px){.lg\:bg-pink-500\/80{background-color:#ec4899cc}}@media screen and (max-width: 1023px){.lg\:bg-pink-500\/90{background-color:#ec4899e6}}@media screen and (max-width: 1023px){.lg\:bg-pink-600{background-color:#db2777}}@media screen and (max-width: 1023px){.lg\:bg-pink-600\/0{background-color:#db277700}}@media screen and (max-width: 1023px){.lg\:bg-pink-600\/10{background-color:#db27771a}}@media screen and (max-width: 1023px){.lg\:bg-pink-600\/20{background-color:#db277733}}@media screen and (max-width: 1023px){.lg\:bg-pink-600\/30{background-color:#db27774d}}@media screen and (max-width: 1023px){.lg\:bg-pink-600\/40{background-color:#db277766}}@media screen and (max-width: 1023px){.lg\:bg-pink-600\/50{background-color:#db277780}}@media screen and (max-width: 1023px){.lg\:bg-pink-600\/60{background-color:#db277799}}@media screen and (max-width: 1023px){.lg\:bg-pink-600\/70{background-color:#db2777b3}}@media screen and (max-width: 1023px){.lg\:bg-pink-600\/75{background-color:#db2777bf}}@media screen and (max-width: 1023px){.lg\:bg-pink-600\/80{background-color:#db2777cc}}@media screen and (max-width: 1023px){.lg\:bg-pink-600\/90{background-color:#db2777e6}}@media screen and (max-width: 1023px){.lg\:bg-pink-700{background-color:#be185d}}@media screen and (max-width: 1023px){.lg\:bg-pink-700\/0{background-color:#be185d00}}@media screen and (max-width: 1023px){.lg\:bg-pink-700\/10{background-color:#be185d1a}}@media screen and (max-width: 1023px){.lg\:bg-pink-700\/20{background-color:#be185d33}}@media screen and (max-width: 1023px){.lg\:bg-pink-700\/30{background-color:#be185d4d}}@media screen and (max-width: 1023px){.lg\:bg-pink-700\/40{background-color:#be185d66}}@media screen and (max-width: 1023px){.lg\:bg-pink-700\/50{background-color:#be185d80}}@media screen and (max-width: 1023px){.lg\:bg-pink-700\/60{background-color:#be185d99}}@media screen and (max-width: 1023px){.lg\:bg-pink-700\/70{background-color:#be185db3}}@media screen and (max-width: 1023px){.lg\:bg-pink-700\/75{background-color:#be185dbf}}@media screen and (max-width: 1023px){.lg\:bg-pink-700\/80{background-color:#be185dcc}}@media screen and (max-width: 1023px){.lg\:bg-pink-700\/90{background-color:#be185de6}}@media screen and (max-width: 1023px){.lg\:bg-pink-800{background-color:#9d174d}}@media screen and (max-width: 1023px){.lg\:bg-pink-800\/0{background-color:#9d174d00}}@media screen and (max-width: 1023px){.lg\:bg-pink-800\/10{background-color:#9d174d1a}}@media screen and (max-width: 1023px){.lg\:bg-pink-800\/20{background-color:#9d174d33}}@media screen and (max-width: 1023px){.lg\:bg-pink-800\/30{background-color:#9d174d4d}}@media screen and (max-width: 1023px){.lg\:bg-pink-800\/40{background-color:#9d174d66}}@media screen and (max-width: 1023px){.lg\:bg-pink-800\/50{background-color:#9d174d80}}@media screen and (max-width: 1023px){.lg\:bg-pink-800\/60{background-color:#9d174d99}}@media screen and (max-width: 1023px){.lg\:bg-pink-800\/70{background-color:#9d174db3}}@media screen and (max-width: 1023px){.lg\:bg-pink-800\/75{background-color:#9d174dbf}}@media screen and (max-width: 1023px){.lg\:bg-pink-800\/80{background-color:#9d174dcc}}@media screen and (max-width: 1023px){.lg\:bg-pink-800\/90{background-color:#9d174de6}}@media screen and (max-width: 1023px){.lg\:bg-pink-900{background-color:#831843}}@media screen and (max-width: 1023px){.lg\:bg-pink-900\/0{background-color:#83184300}}@media screen and (max-width: 1023px){.lg\:bg-pink-900\/10{background-color:#8318431a}}@media screen and (max-width: 1023px){.lg\:bg-pink-900\/20{background-color:#83184333}}@media screen and (max-width: 1023px){.lg\:bg-pink-900\/30{background-color:#8318434d}}@media screen and (max-width: 1023px){.lg\:bg-pink-900\/40{background-color:#83184366}}@media screen and (max-width: 1023px){.lg\:bg-pink-900\/50{background-color:#83184380}}@media screen and (max-width: 1023px){.lg\:bg-pink-900\/60{background-color:#83184399}}@media screen and (max-width: 1023px){.lg\:bg-pink-900\/70{background-color:#831843b3}}@media screen and (max-width: 1023px){.lg\:bg-pink-900\/75{background-color:#831843bf}}@media screen and (max-width: 1023px){.lg\:bg-pink-900\/80{background-color:#831843cc}}@media screen and (max-width: 1023px){.lg\:bg-pink-900\/90{background-color:#831843e6}}@media screen and (max-width: 1023px){.lg\:bg-pink-950{background-color:#500724}}@media screen and (max-width: 1023px){.lg\:bg-pink-950\/0{background-color:#50072400}}@media screen and (max-width: 1023px){.lg\:bg-pink-950\/10{background-color:#5007241a}}@media screen and (max-width: 1023px){.lg\:bg-pink-950\/20{background-color:#50072433}}@media screen and (max-width: 1023px){.lg\:bg-pink-950\/30{background-color:#5007244d}}@media screen and (max-width: 1023px){.lg\:bg-pink-950\/40{background-color:#50072466}}@media screen and (max-width: 1023px){.lg\:bg-pink-950\/50{background-color:#50072480}}@media screen and (max-width: 1023px){.lg\:bg-pink-950\/60{background-color:#50072499}}@media screen and (max-width: 1023px){.lg\:bg-pink-950\/70{background-color:#500724b3}}@media screen and (max-width: 1023px){.lg\:bg-pink-950\/75{background-color:#500724bf}}@media screen and (max-width: 1023px){.lg\:bg-pink-950\/80{background-color:#500724cc}}@media screen and (max-width: 1023px){.lg\:bg-pink-950\/90{background-color:#500724e6}}@media screen and (max-width: 1023px){.lg\:bg-rose-50{background-color:#fff1f2}}@media screen and (max-width: 1023px){.lg\:bg-rose-50\/0{background-color:#fff1f200}}@media screen and (max-width: 1023px){.lg\:bg-rose-50\/10{background-color:#fff1f21a}}@media screen and (max-width: 1023px){.lg\:bg-rose-50\/20{background-color:#fff1f233}}@media screen and (max-width: 1023px){.lg\:bg-rose-50\/30{background-color:#fff1f24d}}@media screen and (max-width: 1023px){.lg\:bg-rose-50\/40{background-color:#fff1f266}}@media screen and (max-width: 1023px){.lg\:bg-rose-50\/50{background-color:#fff1f280}}@media screen and (max-width: 1023px){.lg\:bg-rose-50\/60{background-color:#fff1f299}}@media screen and (max-width: 1023px){.lg\:bg-rose-50\/70{background-color:#fff1f2b3}}@media screen and (max-width: 1023px){.lg\:bg-rose-50\/75{background-color:#fff1f2bf}}@media screen and (max-width: 1023px){.lg\:bg-rose-50\/80{background-color:#fff1f2cc}}@media screen and (max-width: 1023px){.lg\:bg-rose-50\/90{background-color:#fff1f2e6}}@media screen and (max-width: 1023px){.lg\:bg-rose-100{background-color:#ffe4e6}}@media screen and (max-width: 1023px){.lg\:bg-rose-100\/0{background-color:#ffe4e600}}@media screen and (max-width: 1023px){.lg\:bg-rose-100\/10{background-color:#ffe4e61a}}@media screen and (max-width: 1023px){.lg\:bg-rose-100\/20{background-color:#ffe4e633}}@media screen and (max-width: 1023px){.lg\:bg-rose-100\/30{background-color:#ffe4e64d}}@media screen and (max-width: 1023px){.lg\:bg-rose-100\/40{background-color:#ffe4e666}}@media screen and (max-width: 1023px){.lg\:bg-rose-100\/50{background-color:#ffe4e680}}@media screen and (max-width: 1023px){.lg\:bg-rose-100\/60{background-color:#ffe4e699}}@media screen and (max-width: 1023px){.lg\:bg-rose-100\/70{background-color:#ffe4e6b3}}@media screen and (max-width: 1023px){.lg\:bg-rose-100\/75{background-color:#ffe4e6bf}}@media screen and (max-width: 1023px){.lg\:bg-rose-100\/80{background-color:#ffe4e6cc}}@media screen and (max-width: 1023px){.lg\:bg-rose-100\/90{background-color:#ffe4e6e6}}@media screen and (max-width: 1023px){.lg\:bg-rose-200{background-color:#fecdd3}}@media screen and (max-width: 1023px){.lg\:bg-rose-200\/0{background-color:#fecdd300}}@media screen and (max-width: 1023px){.lg\:bg-rose-200\/10{background-color:#fecdd31a}}@media screen and (max-width: 1023px){.lg\:bg-rose-200\/20{background-color:#fecdd333}}@media screen and (max-width: 1023px){.lg\:bg-rose-200\/30{background-color:#fecdd34d}}@media screen and (max-width: 1023px){.lg\:bg-rose-200\/40{background-color:#fecdd366}}@media screen and (max-width: 1023px){.lg\:bg-rose-200\/50{background-color:#fecdd380}}@media screen and (max-width: 1023px){.lg\:bg-rose-200\/60{background-color:#fecdd399}}@media screen and (max-width: 1023px){.lg\:bg-rose-200\/70{background-color:#fecdd3b3}}@media screen and (max-width: 1023px){.lg\:bg-rose-200\/75{background-color:#fecdd3bf}}@media screen and (max-width: 1023px){.lg\:bg-rose-200\/80{background-color:#fecdd3cc}}@media screen and (max-width: 1023px){.lg\:bg-rose-200\/90{background-color:#fecdd3e6}}@media screen and (max-width: 1023px){.lg\:bg-rose-300{background-color:#fda4af}}@media screen and (max-width: 1023px){.lg\:bg-rose-300\/0{background-color:#fda4af00}}@media screen and (max-width: 1023px){.lg\:bg-rose-300\/10{background-color:#fda4af1a}}@media screen and (max-width: 1023px){.lg\:bg-rose-300\/20{background-color:#fda4af33}}@media screen and (max-width: 1023px){.lg\:bg-rose-300\/30{background-color:#fda4af4d}}@media screen and (max-width: 1023px){.lg\:bg-rose-300\/40{background-color:#fda4af66}}@media screen and (max-width: 1023px){.lg\:bg-rose-300\/50{background-color:#fda4af80}}@media screen and (max-width: 1023px){.lg\:bg-rose-300\/60{background-color:#fda4af99}}@media screen and (max-width: 1023px){.lg\:bg-rose-300\/70{background-color:#fda4afb3}}@media screen and (max-width: 1023px){.lg\:bg-rose-300\/75{background-color:#fda4afbf}}@media screen and (max-width: 1023px){.lg\:bg-rose-300\/80{background-color:#fda4afcc}}@media screen and (max-width: 1023px){.lg\:bg-rose-300\/90{background-color:#fda4afe6}}@media screen and (max-width: 1023px){.lg\:bg-rose-400{background-color:#fb7185}}@media screen and (max-width: 1023px){.lg\:bg-rose-400\/0{background-color:#fb718500}}@media screen and (max-width: 1023px){.lg\:bg-rose-400\/10{background-color:#fb71851a}}@media screen and (max-width: 1023px){.lg\:bg-rose-400\/20{background-color:#fb718533}}@media screen and (max-width: 1023px){.lg\:bg-rose-400\/30{background-color:#fb71854d}}@media screen and (max-width: 1023px){.lg\:bg-rose-400\/40{background-color:#fb718566}}@media screen and (max-width: 1023px){.lg\:bg-rose-400\/50{background-color:#fb718580}}@media screen and (max-width: 1023px){.lg\:bg-rose-400\/60{background-color:#fb718599}}@media screen and (max-width: 1023px){.lg\:bg-rose-400\/70{background-color:#fb7185b3}}@media screen and (max-width: 1023px){.lg\:bg-rose-400\/75{background-color:#fb7185bf}}@media screen and (max-width: 1023px){.lg\:bg-rose-400\/80{background-color:#fb7185cc}}@media screen and (max-width: 1023px){.lg\:bg-rose-400\/90{background-color:#fb7185e6}}@media screen and (max-width: 1023px){.lg\:bg-rose-500{background-color:#f43f5e}}@media screen and (max-width: 1023px){.lg\:bg-rose-500\/0{background-color:#f43f5e00}}@media screen and (max-width: 1023px){.lg\:bg-rose-500\/10{background-color:#f43f5e1a}}@media screen and (max-width: 1023px){.lg\:bg-rose-500\/20{background-color:#f43f5e33}}@media screen and (max-width: 1023px){.lg\:bg-rose-500\/30{background-color:#f43f5e4d}}@media screen and (max-width: 1023px){.lg\:bg-rose-500\/40{background-color:#f43f5e66}}@media screen and (max-width: 1023px){.lg\:bg-rose-500\/50{background-color:#f43f5e80}}@media screen and (max-width: 1023px){.lg\:bg-rose-500\/60{background-color:#f43f5e99}}@media screen and (max-width: 1023px){.lg\:bg-rose-500\/70{background-color:#f43f5eb3}}@media screen and (max-width: 1023px){.lg\:bg-rose-500\/75{background-color:#f43f5ebf}}@media screen and (max-width: 1023px){.lg\:bg-rose-500\/80{background-color:#f43f5ecc}}@media screen and (max-width: 1023px){.lg\:bg-rose-500\/90{background-color:#f43f5ee6}}@media screen and (max-width: 1023px){.lg\:bg-rose-600{background-color:#e11d48}}@media screen and (max-width: 1023px){.lg\:bg-rose-600\/0{background-color:#e11d4800}}@media screen and (max-width: 1023px){.lg\:bg-rose-600\/10{background-color:#e11d481a}}@media screen and (max-width: 1023px){.lg\:bg-rose-600\/20{background-color:#e11d4833}}@media screen and (max-width: 1023px){.lg\:bg-rose-600\/30{background-color:#e11d484d}}@media screen and (max-width: 1023px){.lg\:bg-rose-600\/40{background-color:#e11d4866}}@media screen and (max-width: 1023px){.lg\:bg-rose-600\/50{background-color:#e11d4880}}@media screen and (max-width: 1023px){.lg\:bg-rose-600\/60{background-color:#e11d4899}}@media screen and (max-width: 1023px){.lg\:bg-rose-600\/70{background-color:#e11d48b3}}@media screen and (max-width: 1023px){.lg\:bg-rose-600\/75{background-color:#e11d48bf}}@media screen and (max-width: 1023px){.lg\:bg-rose-600\/80{background-color:#e11d48cc}}@media screen and (max-width: 1023px){.lg\:bg-rose-600\/90{background-color:#e11d48e6}}@media screen and (max-width: 1023px){.lg\:bg-rose-700{background-color:#be123c}}@media screen and (max-width: 1023px){.lg\:bg-rose-700\/0{background-color:#be123c00}}@media screen and (max-width: 1023px){.lg\:bg-rose-700\/10{background-color:#be123c1a}}@media screen and (max-width: 1023px){.lg\:bg-rose-700\/20{background-color:#be123c33}}@media screen and (max-width: 1023px){.lg\:bg-rose-700\/30{background-color:#be123c4d}}@media screen and (max-width: 1023px){.lg\:bg-rose-700\/40{background-color:#be123c66}}@media screen and (max-width: 1023px){.lg\:bg-rose-700\/50{background-color:#be123c80}}@media screen and (max-width: 1023px){.lg\:bg-rose-700\/60{background-color:#be123c99}}@media screen and (max-width: 1023px){.lg\:bg-rose-700\/70{background-color:#be123cb3}}@media screen and (max-width: 1023px){.lg\:bg-rose-700\/75{background-color:#be123cbf}}@media screen and (max-width: 1023px){.lg\:bg-rose-700\/80{background-color:#be123ccc}}@media screen and (max-width: 1023px){.lg\:bg-rose-700\/90{background-color:#be123ce6}}@media screen and (max-width: 1023px){.lg\:bg-rose-800{background-color:#9f1239}}@media screen and (max-width: 1023px){.lg\:bg-rose-800\/0{background-color:#9f123900}}@media screen and (max-width: 1023px){.lg\:bg-rose-800\/10{background-color:#9f12391a}}@media screen and (max-width: 1023px){.lg\:bg-rose-800\/20{background-color:#9f123933}}@media screen and (max-width: 1023px){.lg\:bg-rose-800\/30{background-color:#9f12394d}}@media screen and (max-width: 1023px){.lg\:bg-rose-800\/40{background-color:#9f123966}}@media screen and (max-width: 1023px){.lg\:bg-rose-800\/50{background-color:#9f123980}}@media screen and (max-width: 1023px){.lg\:bg-rose-800\/60{background-color:#9f123999}}@media screen and (max-width: 1023px){.lg\:bg-rose-800\/70{background-color:#9f1239b3}}@media screen and (max-width: 1023px){.lg\:bg-rose-800\/75{background-color:#9f1239bf}}@media screen and (max-width: 1023px){.lg\:bg-rose-800\/80{background-color:#9f1239cc}}@media screen and (max-width: 1023px){.lg\:bg-rose-800\/90{background-color:#9f1239e6}}@media screen and (max-width: 1023px){.lg\:bg-rose-900{background-color:#881337}}@media screen and (max-width: 1023px){.lg\:bg-rose-900\/0{background-color:#88133700}}@media screen and (max-width: 1023px){.lg\:bg-rose-900\/10{background-color:#8813371a}}@media screen and (max-width: 1023px){.lg\:bg-rose-900\/20{background-color:#88133733}}@media screen and (max-width: 1023px){.lg\:bg-rose-900\/30{background-color:#8813374d}}@media screen and (max-width: 1023px){.lg\:bg-rose-900\/40{background-color:#88133766}}@media screen and (max-width: 1023px){.lg\:bg-rose-900\/50{background-color:#88133780}}@media screen and (max-width: 1023px){.lg\:bg-rose-900\/60{background-color:#88133799}}@media screen and (max-width: 1023px){.lg\:bg-rose-900\/70{background-color:#881337b3}}@media screen and (max-width: 1023px){.lg\:bg-rose-900\/75{background-color:#881337bf}}@media screen and (max-width: 1023px){.lg\:bg-rose-900\/80{background-color:#881337cc}}@media screen and (max-width: 1023px){.lg\:bg-rose-900\/90{background-color:#881337e6}}@media screen and (max-width: 1023px){.lg\:bg-rose-950{background-color:#4c0519}}@media screen and (max-width: 1023px){.lg\:bg-rose-950\/0{background-color:#4c051900}}@media screen and (max-width: 1023px){.lg\:bg-rose-950\/10{background-color:#4c05191a}}@media screen and (max-width: 1023px){.lg\:bg-rose-950\/20{background-color:#4c051933}}@media screen and (max-width: 1023px){.lg\:bg-rose-950\/30{background-color:#4c05194d}}@media screen and (max-width: 1023px){.lg\:bg-rose-950\/40{background-color:#4c051966}}@media screen and (max-width: 1023px){.lg\:bg-rose-950\/50{background-color:#4c051980}}@media screen and (max-width: 1023px){.lg\:bg-rose-950\/60{background-color:#4c051999}}@media screen and (max-width: 1023px){.lg\:bg-rose-950\/70{background-color:#4c0519b3}}@media screen and (max-width: 1023px){.lg\:bg-rose-950\/75{background-color:#4c0519bf}}@media screen and (max-width: 1023px){.lg\:bg-rose-950\/80{background-color:#4c0519cc}}@media screen and (max-width: 1023px){.lg\:bg-rose-950\/90{background-color:#4c0519e6}}@media screen and (max-width: 1023px){.lg\:bg-primary{background-color:#3874ff}}@media screen and (max-width: 1023px){.lg\:bg-primary-bold{background-color:#002660}}@media screen and (max-width: 1023px){.lg\:bg-primary-hover{background-color:#003585}}@media screen and (max-width: 1023px){.lg\:bg-primary-border{background-color:#156ef3}}@media screen and (max-width: 1023px){.lg\:bg-primary-focus-lv1{background-color:#6492ff}}@media screen and (max-width: 1023px){.lg\:bg-primary-focus-lv2{background-color:#c7ddff}}@media screen and (max-width: 1023px){.lg\:bg-primary-bg-color{background-color:#f8fbff}}@media screen and (max-width: 1023px){.lg\:bg-success{background-color:#00bd7e}}@media screen and (max-width: 1023px){.lg\:bg-success-bold{background-color:#006c58}}@media screen and (max-width: 1023px){.lg\:bg-success-hover{background-color:#008d5e}}@media screen and (max-width: 1023px){.lg\:bg-success-border{background-color:#17e5a1}}@media screen and (max-width: 1023px){.lg\:bg-success-focus-lv1{background-color:#a9fbe0}}@media screen and (max-width: 1023px){.lg\:bg-success-bg-color{background-color:#ebfff8}}@media screen and (max-width: 1023px){.lg\:bg-warning{background-color:#ffb41f}}@media screen and (max-width: 1023px){.lg\:bg-warning-bold{background-color:#b77d09}}@media screen and (max-width: 1023px){.lg\:bg-warning-hover{background-color:#e39f17}}@media screen and (max-width: 1023px){.lg\:bg-warning-border{background-color:#f7c86a}}@media screen and (max-width: 1023px){.lg\:bg-warning-focus-lv1{background-color:#fbe0a9}}@media screen and (max-width: 1023px){.lg\:bg-warning-bg-color{background-color:#fff8eb}}@media screen and (max-width: 1023px){.lg\:bg-danger{background-color:#b20000}}@media screen and (max-width: 1023px){.lg\:bg-danger-bold{background-color:#920122}}@media screen and (max-width: 1023px){.lg\:bg-danger-hover{background-color:#c60833}}@media screen and (max-width: 1023px){.lg\:bg-danger-border{background-color:#f35370}}@media screen and (max-width: 1023px){.lg\:bg-danger-focus-lv1{background-color:#fdabb9}}@media screen and (max-width: 1023px){.lg\:bg-danger-bg-color{background-color:#fff1f4}}@media screen and (max-width: 1023px){.lg\:bg-info{background-color:#2668cb}}@media screen and (max-width: 1023px){.lg\:bg-info-bold{background-color:#023480}}@media screen and (max-width: 1023px){.lg\:bg-info-hover{background-color:#0f4eae}}@media screen and (max-width: 1023px){.lg\:bg-info-border{background-color:#679ef2}}@media screen and (max-width: 1023px){.lg\:bg-info-focus-lv1{background-color:#c1d9fd}}@media screen and (max-width: 1023px){.lg\:bg-info-bg-color{background-color:#f2f7ff}}@media screen and (max-width: 1023px){.lg\:bg-neutral-100{background-color:#1a1a1a}}@media screen and (max-width: 1023px){.lg\:bg-neutral-90{background-color:#424242}}@media screen and (max-width: 1023px){.lg\:bg-neutral-80{background-color:#616161}}@media screen and (max-width: 1023px){.lg\:bg-neutral-70{background-color:#757575}}@media screen and (max-width: 1023px){.lg\:bg-neutral-60{background-color:#9e9e9e}}@media screen and (max-width: 1023px){.lg\:bg-neutral-50{background-color:#c2c2c2}}@media screen and (max-width: 1023px){.lg\:bg-neutral-40{background-color:#e0e0e0}}@media screen and (max-width: 1023px){.lg\:bg-neutral-30{background-color:#ededed}}@media screen and (max-width: 1023px){.lg\:bg-neutral-20{background-color:#f5f5f5}}@media screen and (max-width: 1023px){.lg\:bg-base{background-color:#f5f7fa}}@media screen and (max-width: 1023px){.lg\:bg-auto{background-size:auto}}@media screen and (max-width: 1023px){.lg\:bg-cover{background-size:cover}}@media screen and (max-width: 1023px){.lg\:bg-contain{background-size:contain}}@media screen and (max-width: 1023px){.lg\:bg-repeat{background-repeat:repeat}}@media screen and (max-width: 1023px){.lg\:bg-no-repeat{background-repeat:no-repeat}}@media screen and (max-width: 1023px){.lg\:bg-repeat-x{background-repeat:repeat-x}}@media screen and (max-width: 1023px){.lg\:bg-repeat-y{background-repeat:repeat-y}}@media screen and (max-width: 1023px){.lg\:bg-repeat-round{background-repeat:round}}@media screen and (max-width: 1023px){.lg\:bg-repeat-space{background-repeat:space}}@media screen and (max-width: 1023px){.lg\:bg-bottom{background-position:bottom}}@media screen and (max-width: 1023px){.lg\:bg-center{background-position:center}}@media screen and (max-width: 1023px){.lg\:bg-left{background-position:left}}@media screen and (max-width: 1023px){.lg\:bg-left-bottom{background-position:left bottom}}@media screen and (max-width: 1023px){.lg\:bg-left-top{background-position:left top}}@media screen and (max-width: 1023px){.lg\:bg-right{background-position:right}}@media screen and (max-width: 1023px){.lg\:bg-right-bottom{background-position:right bottom}}@media screen and (max-width: 1023px){.lg\:bg-right-top{background-position:right top}}@media screen and (max-width: 1023px){.lg\:bg-top{background-position:top}}@media screen and (max-width: 1023px){.lg\:bg-origin-border{background-origin:border-box}}@media screen and (max-width: 1023px){.lg\:bg-origin-padding{background-origin:padding-box}}@media screen and (max-width: 1023px){.lg\:bg-origin-content{background-origin:content-box}}@media screen and (max-width: 1023px){.lg\:bg-bg-fixed{background-attachment:fixed}}@media screen and (max-width: 1023px){.lg\:bg-bg-local{background-attachment:local}}@media screen and (max-width: 1023px){.lg\:bg-bg-scroll{background-attachment:scroll}}@media screen and (max-width: 1023px){.lg\:p-auto{padding:auto}}@media screen and (max-width: 1023px){.lg\:pl-auto{padding-left:auto}}@media screen and (max-width: 1023px){.lg\:pr-auto{padding-right:auto}}@media screen and (max-width: 1023px){.lg\:px-auto{padding-right:auto;padding-left:auto}}@media screen and (max-width: 1023px){.lg\:py-auto{padding-top:auto;padding-bottom:auto}}@media screen and (max-width: 1023px){.lg\:pb-auto{padding-bottom:auto}}@media screen and (max-width: 1023px){.lg\:pt-auto{padding-top:auto}}@media screen and (max-width: 1023px){.lg\:p-0{padding:0}}@media screen and (max-width: 1023px){.lg\:pl-0{padding-left:0}}@media screen and (max-width: 1023px){.lg\:pr-0{padding-right:0}}@media screen and (max-width: 1023px){.lg\:px-0{padding-right:0;padding-left:0}}@media screen and (max-width: 1023px){.lg\:py-0{padding-top:0;padding-bottom:0}}@media screen and (max-width: 1023px){.lg\:pb-0{padding-bottom:0}}@media screen and (max-width: 1023px){.lg\:pt-0{padding-top:0}}@media screen and (max-width: 1023px){.lg\:p-1{padding:.25rem}}@media screen and (max-width: 1023px){.lg\:pl-1{padding-left:.25rem}}@media screen and (max-width: 1023px){.lg\:pr-1{padding-right:.25rem}}@media screen and (max-width: 1023px){.lg\:px-1{padding-right:.25rem;padding-left:.25rem}}@media screen and (max-width: 1023px){.lg\:py-1{padding-top:.25rem;padding-bottom:.25rem}}@media screen and (max-width: 1023px){.lg\:pb-1{padding-bottom:.25rem}}@media screen and (max-width: 1023px){.lg\:pt-1{padding-top:.25rem}}@media screen and (max-width: 1023px){.lg\:p-2{padding:.5rem}}@media screen and (max-width: 1023px){.lg\:pl-2{padding-left:.5rem}}@media screen and (max-width: 1023px){.lg\:pr-2{padding-right:.5rem}}@media screen and (max-width: 1023px){.lg\:px-2{padding-right:.5rem;padding-left:.5rem}}@media screen and (max-width: 1023px){.lg\:py-2{padding-top:.5rem;padding-bottom:.5rem}}@media screen and (max-width: 1023px){.lg\:pb-2{padding-bottom:.5rem}}@media screen and (max-width: 1023px){.lg\:pt-2{padding-top:.5rem}}@media screen and (max-width: 1023px){.lg\:p-3{padding:.75rem}}@media screen and (max-width: 1023px){.lg\:pl-3{padding-left:.75rem}}@media screen and (max-width: 1023px){.lg\:pr-3{padding-right:.75rem}}@media screen and (max-width: 1023px){.lg\:px-3{padding-right:.75rem;padding-left:.75rem}}@media screen and (max-width: 1023px){.lg\:py-3{padding-top:.75rem;padding-bottom:.75rem}}@media screen and (max-width: 1023px){.lg\:pb-3{padding-bottom:.75rem}}@media screen and (max-width: 1023px){.lg\:pt-3{padding-top:.75rem}}@media screen and (max-width: 1023px){.lg\:p-4{padding:1rem}}@media screen and (max-width: 1023px){.lg\:pl-4{padding-left:1rem}}@media screen and (max-width: 1023px){.lg\:pr-4{padding-right:1rem}}@media screen and (max-width: 1023px){.lg\:px-4{padding-right:1rem;padding-left:1rem}}@media screen and (max-width: 1023px){.lg\:py-4{padding-top:1rem;padding-bottom:1rem}}@media screen and (max-width: 1023px){.lg\:pb-4{padding-bottom:1rem}}@media screen and (max-width: 1023px){.lg\:pt-4{padding-top:1rem}}@media screen and (max-width: 1023px){.lg\:p-5{padding:1.25rem}}@media screen and (max-width: 1023px){.lg\:pl-5{padding-left:1.25rem}}@media screen and (max-width: 1023px){.lg\:pr-5{padding-right:1.25rem}}@media screen and (max-width: 1023px){.lg\:px-5{padding-right:1.25rem;padding-left:1.25rem}}@media screen and (max-width: 1023px){.lg\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}}@media screen and (max-width: 1023px){.lg\:pb-5{padding-bottom:1.25rem}}@media screen and (max-width: 1023px){.lg\:pt-5{padding-top:1.25rem}}@media screen and (max-width: 1023px){.lg\:p-6{padding:1.5rem}}@media screen and (max-width: 1023px){.lg\:pl-6{padding-left:1.5rem}}@media screen and (max-width: 1023px){.lg\:pr-6{padding-right:1.5rem}}@media screen and (max-width: 1023px){.lg\:px-6{padding-right:1.5rem;padding-left:1.5rem}}@media screen and (max-width: 1023px){.lg\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}}@media screen and (max-width: 1023px){.lg\:pb-6{padding-bottom:1.5rem}}@media screen and (max-width: 1023px){.lg\:pt-6{padding-top:1.5rem}}@media screen and (max-width: 1023px){.lg\:p-7{padding:1.75rem}}@media screen and (max-width: 1023px){.lg\:pl-7{padding-left:1.75rem}}@media screen and (max-width: 1023px){.lg\:pr-7{padding-right:1.75rem}}@media screen and (max-width: 1023px){.lg\:px-7{padding-right:1.75rem;padding-left:1.75rem}}@media screen and (max-width: 1023px){.lg\:py-7{padding-top:1.75rem;padding-bottom:1.75rem}}@media screen and (max-width: 1023px){.lg\:pb-7{padding-bottom:1.75rem}}@media screen and (max-width: 1023px){.lg\:pt-7{padding-top:1.75rem}}@media screen and (max-width: 1023px){.lg\:p-8{padding:2rem}}@media screen and (max-width: 1023px){.lg\:pl-8{padding-left:2rem}}@media screen and (max-width: 1023px){.lg\:pr-8{padding-right:2rem}}@media screen and (max-width: 1023px){.lg\:px-8{padding-right:2rem;padding-left:2rem}}@media screen and (max-width: 1023px){.lg\:py-8{padding-top:2rem;padding-bottom:2rem}}@media screen and (max-width: 1023px){.lg\:pb-8{padding-bottom:2rem}}@media screen and (max-width: 1023px){.lg\:pt-8{padding-top:2rem}}@media screen and (max-width: 1023px){.lg\:p-9{padding:2.25rem}}@media screen and (max-width: 1023px){.lg\:pl-9{padding-left:2.25rem}}@media screen and (max-width: 1023px){.lg\:pr-9{padding-right:2.25rem}}@media screen and (max-width: 1023px){.lg\:px-9{padding-right:2.25rem;padding-left:2.25rem}}@media screen and (max-width: 1023px){.lg\:py-9{padding-top:2.25rem;padding-bottom:2.25rem}}@media screen and (max-width: 1023px){.lg\:pb-9{padding-bottom:2.25rem}}@media screen and (max-width: 1023px){.lg\:pt-9{padding-top:2.25rem}}@media screen and (max-width: 1023px){.lg\:p-10{padding:2.5rem}}@media screen and (max-width: 1023px){.lg\:pl-10{padding-left:2.5rem}}@media screen and (max-width: 1023px){.lg\:pr-10{padding-right:2.5rem}}@media screen and (max-width: 1023px){.lg\:px-10{padding-right:2.5rem;padding-left:2.5rem}}@media screen and (max-width: 1023px){.lg\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}}@media screen and (max-width: 1023px){.lg\:pb-10{padding-bottom:2.5rem}}@media screen and (max-width: 1023px){.lg\:pt-10{padding-top:2.5rem}}@media screen and (max-width: 1023px){.lg\:p-11{padding:2.75rem}}@media screen and (max-width: 1023px){.lg\:pl-11{padding-left:2.75rem}}@media screen and (max-width: 1023px){.lg\:pr-11{padding-right:2.75rem}}@media screen and (max-width: 1023px){.lg\:px-11{padding-right:2.75rem;padding-left:2.75rem}}@media screen and (max-width: 1023px){.lg\:py-11{padding-top:2.75rem;padding-bottom:2.75rem}}@media screen and (max-width: 1023px){.lg\:pb-11{padding-bottom:2.75rem}}@media screen and (max-width: 1023px){.lg\:pt-11{padding-top:2.75rem}}@media screen and (max-width: 1023px){.lg\:p-12{padding:3rem}}@media screen and (max-width: 1023px){.lg\:pl-12{padding-left:3rem}}@media screen and (max-width: 1023px){.lg\:pr-12{padding-right:3rem}}@media screen and (max-width: 1023px){.lg\:px-12{padding-right:3rem;padding-left:3rem}}@media screen and (max-width: 1023px){.lg\:py-12{padding-top:3rem;padding-bottom:3rem}}@media screen and (max-width: 1023px){.lg\:pb-12{padding-bottom:3rem}}@media screen and (max-width: 1023px){.lg\:pt-12{padding-top:3rem}}@media screen and (max-width: 1023px){.lg\:p-14{padding:3.5rem}}@media screen and (max-width: 1023px){.lg\:pl-14{padding-left:3.5rem}}@media screen and (max-width: 1023px){.lg\:pr-14{padding-right:3.5rem}}@media screen and (max-width: 1023px){.lg\:px-14{padding-right:3.5rem;padding-left:3.5rem}}@media screen and (max-width: 1023px){.lg\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}}@media screen and (max-width: 1023px){.lg\:pb-14{padding-bottom:3.5rem}}@media screen and (max-width: 1023px){.lg\:pt-14{padding-top:3.5rem}}@media screen and (max-width: 1023px){.lg\:p-16{padding:4rem}}@media screen and (max-width: 1023px){.lg\:pl-16{padding-left:4rem}}@media screen and (max-width: 1023px){.lg\:pr-16{padding-right:4rem}}@media screen and (max-width: 1023px){.lg\:px-16{padding-right:4rem;padding-left:4rem}}@media screen and (max-width: 1023px){.lg\:py-16{padding-top:4rem;padding-bottom:4rem}}@media screen and (max-width: 1023px){.lg\:pb-16{padding-bottom:4rem}}@media screen and (max-width: 1023px){.lg\:pt-16{padding-top:4rem}}@media screen and (max-width: 1023px){.lg\:p-20{padding:5rem}}@media screen and (max-width: 1023px){.lg\:pl-20{padding-left:5rem}}@media screen and (max-width: 1023px){.lg\:pr-20{padding-right:5rem}}@media screen and (max-width: 1023px){.lg\:px-20{padding-right:5rem;padding-left:5rem}}@media screen and (max-width: 1023px){.lg\:py-20{padding-top:5rem;padding-bottom:5rem}}@media screen and (max-width: 1023px){.lg\:pb-20{padding-bottom:5rem}}@media screen and (max-width: 1023px){.lg\:pt-20{padding-top:5rem}}@media screen and (max-width: 1023px){.lg\:p-24{padding:6rem}}@media screen and (max-width: 1023px){.lg\:pl-24{padding-left:6rem}}@media screen and (max-width: 1023px){.lg\:pr-24{padding-right:6rem}}@media screen and (max-width: 1023px){.lg\:px-24{padding-right:6rem;padding-left:6rem}}@media screen and (max-width: 1023px){.lg\:py-24{padding-top:6rem;padding-bottom:6rem}}@media screen and (max-width: 1023px){.lg\:pb-24{padding-bottom:6rem}}@media screen and (max-width: 1023px){.lg\:pt-24{padding-top:6rem}}@media screen and (max-width: 1023px){.lg\:p-28{padding:7rem}}@media screen and (max-width: 1023px){.lg\:pl-28{padding-left:7rem}}@media screen and (max-width: 1023px){.lg\:pr-28{padding-right:7rem}}@media screen and (max-width: 1023px){.lg\:px-28{padding-right:7rem;padding-left:7rem}}@media screen and (max-width: 1023px){.lg\:py-28{padding-top:7rem;padding-bottom:7rem}}@media screen and (max-width: 1023px){.lg\:pb-28{padding-bottom:7rem}}@media screen and (max-width: 1023px){.lg\:pt-28{padding-top:7rem}}@media screen and (max-width: 1023px){.lg\:p-32{padding:8rem}}@media screen and (max-width: 1023px){.lg\:pl-32{padding-left:8rem}}@media screen and (max-width: 1023px){.lg\:pr-32{padding-right:8rem}}@media screen and (max-width: 1023px){.lg\:px-32{padding-right:8rem;padding-left:8rem}}@media screen and (max-width: 1023px){.lg\:py-32{padding-top:8rem;padding-bottom:8rem}}@media screen and (max-width: 1023px){.lg\:pb-32{padding-bottom:8rem}}@media screen and (max-width: 1023px){.lg\:pt-32{padding-top:8rem}}@media screen and (max-width: 1023px){.lg\:p-36{padding:9rem}}@media screen and (max-width: 1023px){.lg\:pl-36{padding-left:9rem}}@media screen and (max-width: 1023px){.lg\:pr-36{padding-right:9rem}}@media screen and (max-width: 1023px){.lg\:px-36{padding-right:9rem;padding-left:9rem}}@media screen and (max-width: 1023px){.lg\:py-36{padding-top:9rem;padding-bottom:9rem}}@media screen and (max-width: 1023px){.lg\:pb-36{padding-bottom:9rem}}@media screen and (max-width: 1023px){.lg\:pt-36{padding-top:9rem}}@media screen and (max-width: 1023px){.lg\:p-40{padding:10rem}}@media screen and (max-width: 1023px){.lg\:pl-40{padding-left:10rem}}@media screen and (max-width: 1023px){.lg\:pr-40{padding-right:10rem}}@media screen and (max-width: 1023px){.lg\:px-40{padding-right:10rem;padding-left:10rem}}@media screen and (max-width: 1023px){.lg\:py-40{padding-top:10rem;padding-bottom:10rem}}@media screen and (max-width: 1023px){.lg\:pb-40{padding-bottom:10rem}}@media screen and (max-width: 1023px){.lg\:pt-40{padding-top:10rem}}@media screen and (max-width: 1023px){.lg\:p-44{padding:11rem}}@media screen and (max-width: 1023px){.lg\:pl-44{padding-left:11rem}}@media screen and (max-width: 1023px){.lg\:pr-44{padding-right:11rem}}@media screen and (max-width: 1023px){.lg\:px-44{padding-right:11rem;padding-left:11rem}}@media screen and (max-width: 1023px){.lg\:py-44{padding-top:11rem;padding-bottom:11rem}}@media screen and (max-width: 1023px){.lg\:pb-44{padding-bottom:11rem}}@media screen and (max-width: 1023px){.lg\:pt-44{padding-top:11rem}}@media screen and (max-width: 1023px){.lg\:p-48{padding:12rem}}@media screen and (max-width: 1023px){.lg\:pl-48{padding-left:12rem}}@media screen and (max-width: 1023px){.lg\:pr-48{padding-right:12rem}}@media screen and (max-width: 1023px){.lg\:px-48{padding-right:12rem;padding-left:12rem}}@media screen and (max-width: 1023px){.lg\:py-48{padding-top:12rem;padding-bottom:12rem}}@media screen and (max-width: 1023px){.lg\:pb-48{padding-bottom:12rem}}@media screen and (max-width: 1023px){.lg\:pt-48{padding-top:12rem}}@media screen and (max-width: 1023px){.lg\:p-52{padding:13rem}}@media screen and (max-width: 1023px){.lg\:pl-52{padding-left:13rem}}@media screen and (max-width: 1023px){.lg\:pr-52{padding-right:13rem}}@media screen and (max-width: 1023px){.lg\:px-52{padding-right:13rem;padding-left:13rem}}@media screen and (max-width: 1023px){.lg\:py-52{padding-top:13rem;padding-bottom:13rem}}@media screen and (max-width: 1023px){.lg\:pb-52{padding-bottom:13rem}}@media screen and (max-width: 1023px){.lg\:pt-52{padding-top:13rem}}@media screen and (max-width: 1023px){.lg\:p-56{padding:14rem}}@media screen and (max-width: 1023px){.lg\:pl-56{padding-left:14rem}}@media screen and (max-width: 1023px){.lg\:pr-56{padding-right:14rem}}@media screen and (max-width: 1023px){.lg\:px-56{padding-right:14rem;padding-left:14rem}}@media screen and (max-width: 1023px){.lg\:py-56{padding-top:14rem;padding-bottom:14rem}}@media screen and (max-width: 1023px){.lg\:pb-56{padding-bottom:14rem}}@media screen and (max-width: 1023px){.lg\:pt-56{padding-top:14rem}}@media screen and (max-width: 1023px){.lg\:p-60{padding:15rem}}@media screen and (max-width: 1023px){.lg\:pl-60{padding-left:15rem}}@media screen and (max-width: 1023px){.lg\:pr-60{padding-right:15rem}}@media screen and (max-width: 1023px){.lg\:px-60{padding-right:15rem;padding-left:15rem}}@media screen and (max-width: 1023px){.lg\:py-60{padding-top:15rem;padding-bottom:15rem}}@media screen and (max-width: 1023px){.lg\:pb-60{padding-bottom:15rem}}@media screen and (max-width: 1023px){.lg\:pt-60{padding-top:15rem}}@media screen and (max-width: 1023px){.lg\:p-64{padding:16rem}}@media screen and (max-width: 1023px){.lg\:pl-64{padding-left:16rem}}@media screen and (max-width: 1023px){.lg\:pr-64{padding-right:16rem}}@media screen and (max-width: 1023px){.lg\:px-64{padding-right:16rem;padding-left:16rem}}@media screen and (max-width: 1023px){.lg\:py-64{padding-top:16rem;padding-bottom:16rem}}@media screen and (max-width: 1023px){.lg\:pb-64{padding-bottom:16rem}}@media screen and (max-width: 1023px){.lg\:pt-64{padding-top:16rem}}@media screen and (max-width: 1023px){.lg\:p-72{padding:18rem}}@media screen and (max-width: 1023px){.lg\:pl-72{padding-left:18rem}}@media screen and (max-width: 1023px){.lg\:pr-72{padding-right:18rem}}@media screen and (max-width: 1023px){.lg\:px-72{padding-right:18rem;padding-left:18rem}}@media screen and (max-width: 1023px){.lg\:py-72{padding-top:18rem;padding-bottom:18rem}}@media screen and (max-width: 1023px){.lg\:pb-72{padding-bottom:18rem}}@media screen and (max-width: 1023px){.lg\:pt-72{padding-top:18rem}}@media screen and (max-width: 1023px){.lg\:p-80{padding:20rem}}@media screen and (max-width: 1023px){.lg\:pl-80{padding-left:20rem}}@media screen and (max-width: 1023px){.lg\:pr-80{padding-right:20rem}}@media screen and (max-width: 1023px){.lg\:px-80{padding-right:20rem;padding-left:20rem}}@media screen and (max-width: 1023px){.lg\:py-80{padding-top:20rem;padding-bottom:20rem}}@media screen and (max-width: 1023px){.lg\:pb-80{padding-bottom:20rem}}@media screen and (max-width: 1023px){.lg\:pt-80{padding-top:20rem}}@media screen and (max-width: 1023px){.lg\:p-96{padding:24rem}}@media screen and (max-width: 1023px){.lg\:pl-96{padding-left:24rem}}@media screen and (max-width: 1023px){.lg\:pr-96{padding-right:24rem}}@media screen and (max-width: 1023px){.lg\:px-96{padding-right:24rem;padding-left:24rem}}@media screen and (max-width: 1023px){.lg\:py-96{padding-top:24rem;padding-bottom:24rem}}@media screen and (max-width: 1023px){.lg\:pb-96{padding-bottom:24rem}}@media screen and (max-width: 1023px){.lg\:pt-96{padding-top:24rem}}@media screen and (max-width: 1023px){.lg\:flex-1{flex:1 1 0%}}@media screen and (max-width: 1023px){.lg\:flex-column{flex-direction:column}}@media screen and (max-width: 1023px){.lg\:flex-row{flex-direction:row}}@media screen and (max-width: 1023px){.lg\:flex-wrap{flex-wrap:wrap}}@media screen and (max-width: 1023px){.lg\:flex-wrap-reverse{flex-wrap:wrap-reverse}}@media screen and (max-width: 1023px){.lg\:flex-nowrap{flex-wrap:nowrap}}@media screen and (max-width: 1023px){.lg\:w-0{width:0px}}@media screen and (max-width: 1023px){.lg\:w-px{width:1px}}@media screen and (max-width: 1023px){.lg\:w-1{width:.25rem}}@media screen and (max-width: 1023px){.lg\:w-2{width:.5rem}}@media screen and (max-width: 1023px){.lg\:w-3{width:.75rem}}@media screen and (max-width: 1023px){.lg\:w-4{width:1rem}}@media screen and (max-width: 1023px){.lg\:w-5{width:1.25rem}}@media screen and (max-width: 1023px){.lg\:w-6{width:1.5rem}}@media screen and (max-width: 1023px){.lg\:w-7{width:1.75rem}}@media screen and (max-width: 1023px){.lg\:w-8{width:2rem}}@media screen and (max-width: 1023px){.lg\:w-9{width:2.25rem}}@media screen and (max-width: 1023px){.lg\:w-10{width:2.5rem}}@media screen and (max-width: 1023px){.lg\:w-11{width:2.75rem}}@media screen and (max-width: 1023px){.lg\:w-12{width:3rem}}@media screen and (max-width: 1023px){.lg\:w-14{width:3.5rem}}@media screen and (max-width: 1023px){.lg\:w-16{width:4rem}}@media screen and (max-width: 1023px){.lg\:w-20{width:5rem}}@media screen and (max-width: 1023px){.lg\:w-24{width:6rem}}@media screen and (max-width: 1023px){.lg\:w-28{width:7rem}}@media screen and (max-width: 1023px){.lg\:w-32{width:8rem}}@media screen and (max-width: 1023px){.lg\:w-36{width:9rem}}@media screen and (max-width: 1023px){.lg\:w-40{width:10rem}}@media screen and (max-width: 1023px){.lg\:w-44{width:11rem}}@media screen and (max-width: 1023px){.lg\:w-48{width:12rem}}@media screen and (max-width: 1023px){.lg\:w-52{width:13rem}}@media screen and (max-width: 1023px){.lg\:w-56{width:14rem}}@media screen and (max-width: 1023px){.lg\:w-60{width:15rem}}@media screen and (max-width: 1023px){.lg\:w-64{width:16rem}}@media screen and (max-width: 1023px){.lg\:w-72{width:18rem}}@media screen and (max-width: 1023px){.lg\:w-80{width:20rem}}@media screen and (max-width: 1023px){.lg\:w-96{width:24rem}}@media screen and (max-width: 1023px){.lg\:w-auto{width:auto}}@media screen and (max-width: 1023px){.lg\:w-full{width:100%}}@media screen and (max-width: 1023px){.lg\:w-screen{width:100vw}}@media screen and (max-width: 1023px){.lg\:w-min{width:min-content}}@media screen and (max-width: 1023px){.lg\:w-max{width:max-content}}@media screen and (max-width: 1023px){.lg\:w-fit{width:fit-content}}@media screen and (max-width: 1023px){.lg\:h-0{height:0px}}@media screen and (max-width: 1023px){.lg\:h-px{height:1px}}@media screen and (max-width: 1023px){.lg\:h-1{height:.25rem}}@media screen and (max-width: 1023px){.lg\:h-2{height:.5rem}}@media screen and (max-width: 1023px){.lg\:h-3{height:.75rem}}@media screen and (max-width: 1023px){.lg\:h-4{height:1rem}}@media screen and (max-width: 1023px){.lg\:h-5{height:1.25rem}}@media screen and (max-width: 1023px){.lg\:h-6{height:1.5rem}}@media screen and (max-width: 1023px){.lg\:h-7{height:1.75rem}}@media screen and (max-width: 1023px){.lg\:h-8{height:2rem}}@media screen and (max-width: 1023px){.lg\:h-9{height:2.25rem}}@media screen and (max-width: 1023px){.lg\:h-10{height:2.5rem}}@media screen and (max-width: 1023px){.lg\:h-11{height:2.75rem}}@media screen and (max-width: 1023px){.lg\:h-12{height:3rem}}@media screen and (max-width: 1023px){.lg\:h-14{height:3.5rem}}@media screen and (max-width: 1023px){.lg\:h-16{height:4rem}}@media screen and (max-width: 1023px){.lg\:h-20{height:5rem}}@media screen and (max-width: 1023px){.lg\:h-24{height:6rem}}@media screen and (max-width: 1023px){.lg\:h-28{height:7rem}}@media screen and (max-width: 1023px){.lg\:h-32{height:8rem}}@media screen and (max-width: 1023px){.lg\:h-36{height:9rem}}@media screen and (max-width: 1023px){.lg\:h-40{height:10rem}}@media screen and (max-width: 1023px){.lg\:h-44{height:11rem}}@media screen and (max-width: 1023px){.lg\:h-48{height:12rem}}@media screen and (max-width: 1023px){.lg\:h-52{height:13rem}}@media screen and (max-width: 1023px){.lg\:h-56{height:14rem}}@media screen and (max-width: 1023px){.lg\:h-60{height:15rem}}@media screen and (max-width: 1023px){.lg\:h-64{height:16rem}}@media screen and (max-width: 1023px){.lg\:h-72{height:18rem}}@media screen and (max-width: 1023px){.lg\:h-80{height:20rem}}@media screen and (max-width: 1023px){.lg\:h-96{height:24rem}}@media screen and (max-width: 1023px){.lg\:h-auto{height:auto}}@media screen and (max-width: 1023px){.lg\:h-full{height:100%}}@media screen and (max-width: 1023px){.lg\:h-screen{height:100vh}}@media screen and (max-width: 1023px){.lg\:h-min{height:min-content}}@media screen and (max-width: 1023px){.lg\:h-max{height:max-content}}@media screen and (max-width: 1023px){.lg\:h-fit{height:fit-content}}.lg\:border{border-width:1px}.lg\:border-b{border:0px;border-bottom:1px}@media screen and (max-width: 1023px){.lg\:border-b-0{border:0px;border-bottom:1px;border-bottom-width:0px}}@media screen and (max-width: 1023px){.lg\:border-b-2{border:0px;border-bottom:1px;border-bottom-width:2px}}@media screen and (max-width: 1023px){.lg\:border-b-4{border:0px;border-bottom:1px;border-bottom-width:4px}}@media screen and (max-width: 1023px){.lg\:border-b-8{border:0px;border-bottom:1px;border-bottom-width:8px}}.lg\:border-t{border:0px;border-top:1px}@media screen and (max-width: 1023px){.lg\:border-t-0{border:0px;border-top:1px;border-top-width:0px}}@media screen and (max-width: 1023px){.lg\:border-t-2{border:0px;border-top:1px;border-top-width:2px}}@media screen and (max-width: 1023px){.lg\:border-t-4{border:0px;border-top:1px;border-top-width:4px}}@media screen and (max-width: 1023px){.lg\:border-t-8{border:0px;border-top:1px;border-top-width:8px}}.lg\:border-r{border:0px;border-right:1px solid}@media screen and (max-width: 1023px){.lg\:border-r-0{border:0px;border-right-width:0px}}@media screen and (max-width: 1023px){.lg\:border-r-2{border:0px;border-right-width:2px}}@media screen and (max-width: 1023px){.lg\:border-r-4{border:0px;border-right-width:4px}}@media screen and (max-width: 1023px){.lg\:border-r-8{border:0px;border-right-width:8px}}.lg\:border-l{border:0px;border-left:1px}@media screen and (max-width: 1023px){.lg\:border-l-0{border:0px;border-left:1px;border-left-width:0px}}@media screen and (max-width: 1023px){.lg\:border-l-2{border:0px;border-left:1px;border-left-width:2px}}@media screen and (max-width: 1023px){.lg\:border-l-4{border:0px;border-left:1px;border-left-width:4px}}@media screen and (max-width: 1023px){.lg\:border-l-8{border:0px;border-left:1px;border-left-width:8px}}@media screen and (max-width: 1023px){.lg\:border-0{border-width:0px}}@media screen and (max-width: 1023px){.lg\:border-2{border-width:2px}}@media screen and (max-width: 1023px){.lg\:border-4{border-width:4px}}@media screen and (max-width: 1023px){.lg\:border-8{border-width:8px}}@media screen and (max-width: 1023px){.lg\:border-none{border-style:none}}@media screen and (max-width: 1023px){.lg\:border-solid{border-style:solid}}@media screen and (max-width: 1023px){.lg\:border-dashed{border-style:dashed}}@media screen and (max-width: 1023px){.lg\:border-dotted{border-style:dotted}}@media screen and (max-width: 1023px){.lg\:border-double{border-style:double}}@media screen and (max-width: 1023px){.lg\:border-groove{border-style:groove}}@media screen and (max-width: 1023px){.lg\:border-ridge{border-style:ridge}}@media screen and (max-width: 1023px){.lg\:border-inset{border-style:inset}}@media screen and (max-width: 1023px){.lg\:border-outset{border-style:outset}}@media screen and (max-width: 1023px){.lg\:border-transparent{border-color:transparent}}@media screen and (max-width: 1023px){.lg\:border-black{border-color:#000}}@media screen and (max-width: 1023px){.lg\:border-white{border-color:#fff}}@media screen and (max-width: 1023px){.lg\:border-slate-50{border-color:#f8fafc}}@media screen and (max-width: 1023px){.lg\:border-slate-100{border-color:#f1f5f9}}@media screen and (max-width: 1023px){.lg\:border-slate-200{border-color:#e2e8f0}}@media screen and (max-width: 1023px){.lg\:border-slate-300{border-color:#cbd5e1}}@media screen and (max-width: 1023px){.lg\:border-slate-400{border-color:#94a3b8}}@media screen and (max-width: 1023px){.lg\:border-slate-500{border-color:#64748b}}@media screen and (max-width: 1023px){.lg\:border-slate-600{border-color:#475569}}@media screen and (max-width: 1023px){.lg\:border-slate-700{border-color:#334155}}@media screen and (max-width: 1023px){.lg\:border-slate-800{border-color:#1e293b}}@media screen and (max-width: 1023px){.lg\:border-slate-900{border-color:#0f172a}}@media screen and (max-width: 1023px){.lg\:border-slate-950{border-color:#020617}}@media screen and (max-width: 1023px){.lg\:border-gray-50{border-color:#f9fafb}}@media screen and (max-width: 1023px){.lg\:border-gray-100{border-color:#f3f4f6}}@media screen and (max-width: 1023px){.lg\:border-gray-200{border-color:#e5e7eb}}@media screen and (max-width: 1023px){.lg\:border-gray-300{border-color:#d1d5db}}@media screen and (max-width: 1023px){.lg\:border-gray-400{border-color:#9ca3af}}@media screen and (max-width: 1023px){.lg\:border-gray-500{border-color:#6b7280}}@media screen and (max-width: 1023px){.lg\:border-gray-600{border-color:#4b5563}}@media screen and (max-width: 1023px){.lg\:border-gray-700{border-color:#374151}}@media screen and (max-width: 1023px){.lg\:border-gray-800{border-color:#1f2937}}@media screen and (max-width: 1023px){.lg\:border-gray-900{border-color:#111827}}@media screen and (max-width: 1023px){.lg\:border-gray-950{border-color:#030712}}@media screen and (max-width: 1023px){.lg\:border-zinc-50{border-color:#fafafa}}@media screen and (max-width: 1023px){.lg\:border-zinc-100{border-color:#f4f4f5}}@media screen and (max-width: 1023px){.lg\:border-zinc-200{border-color:#e4e4e7}}@media screen and (max-width: 1023px){.lg\:border-zinc-300{border-color:#d4d4d8}}@media screen and (max-width: 1023px){.lg\:border-zinc-400{border-color:#a1a1aa}}@media screen and (max-width: 1023px){.lg\:border-zinc-500{border-color:#71717a}}@media screen and (max-width: 1023px){.lg\:border-zinc-600{border-color:#52525b}}@media screen and (max-width: 1023px){.lg\:border-zinc-700{border-color:#3f3f46}}@media screen and (max-width: 1023px){.lg\:border-zinc-800{border-color:#27272a}}@media screen and (max-width: 1023px){.lg\:border-zinc-900{border-color:#18181b}}@media screen and (max-width: 1023px){.lg\:border-zinc-950{border-color:#09090b}}@media screen and (max-width: 1023px){.lg\:border-neutral-50{border-color:#fafafa}}@media screen and (max-width: 1023px){.lg\:border-neutral-100{border-color:#f5f5f5}}@media screen and (max-width: 1023px){.lg\:border-neutral-200{border-color:#e5e5e5}}@media screen and (max-width: 1023px){.lg\:border-neutral-300{border-color:#d4d4d4}}@media screen and (max-width: 1023px){.lg\:border-neutral-400{border-color:#a3a3a3}}@media screen and (max-width: 1023px){.lg\:border-neutral-500{border-color:#737373}}@media screen and (max-width: 1023px){.lg\:border-neutral-600{border-color:#525252}}@media screen and (max-width: 1023px){.lg\:border-neutral-700{border-color:#404040}}@media screen and (max-width: 1023px){.lg\:border-neutral-800{border-color:#262626}}@media screen and (max-width: 1023px){.lg\:border-neutral-900{border-color:#171717}}@media screen and (max-width: 1023px){.lg\:border-neutral-950{border-color:#0a0a0a}}@media screen and (max-width: 1023px){.lg\:border-stone-50{border-color:#fafaf9}}@media screen and (max-width: 1023px){.lg\:border-stone-100{border-color:#f5f5f4}}@media screen and (max-width: 1023px){.lg\:border-stone-200{border-color:#e7e5e4}}@media screen and (max-width: 1023px){.lg\:border-stone-300{border-color:#d6d3d1}}@media screen and (max-width: 1023px){.lg\:border-stone-400{border-color:#a8a29e}}@media screen and (max-width: 1023px){.lg\:border-stone-500{border-color:#78716c}}@media screen and (max-width: 1023px){.lg\:border-stone-600{border-color:#57534e}}@media screen and (max-width: 1023px){.lg\:border-stone-700{border-color:#44403c}}@media screen and (max-width: 1023px){.lg\:border-stone-800{border-color:#292524}}@media screen and (max-width: 1023px){.lg\:border-stone-900{border-color:#1c1917}}@media screen and (max-width: 1023px){.lg\:border-stone-950{border-color:#0c0a09}}@media screen and (max-width: 1023px){.lg\:border-red-50{border-color:#fef2f2}}@media screen and (max-width: 1023px){.lg\:border-red-100{border-color:#fee2e2}}@media screen and (max-width: 1023px){.lg\:border-red-200{border-color:#fecaca}}@media screen and (max-width: 1023px){.lg\:border-red-300{border-color:#fca5a5}}@media screen and (max-width: 1023px){.lg\:border-red-400{border-color:#f87171}}@media screen and (max-width: 1023px){.lg\:border-red-500{border-color:#ef4444}}@media screen and (max-width: 1023px){.lg\:border-red-600{border-color:#dc2626}}@media screen and (max-width: 1023px){.lg\:border-red-700{border-color:#b91c1c}}@media screen and (max-width: 1023px){.lg\:border-red-800{border-color:#991b1b}}@media screen and (max-width: 1023px){.lg\:border-red-900{border-color:#7f1d1d}}@media screen and (max-width: 1023px){.lg\:border-red-950{border-color:#450a0a}}@media screen and (max-width: 1023px){.lg\:border-orange-50{border-color:#fff7ed}}@media screen and (max-width: 1023px){.lg\:border-orange-100{border-color:#ffedd5}}@media screen and (max-width: 1023px){.lg\:border-orange-200{border-color:#fed7aa}}@media screen and (max-width: 1023px){.lg\:border-orange-300{border-color:#fdba74}}@media screen and (max-width: 1023px){.lg\:border-orange-400{border-color:#fb923c}}@media screen and (max-width: 1023px){.lg\:border-orange-500{border-color:#f97316}}@media screen and (max-width: 1023px){.lg\:border-orange-600{border-color:#ea580c}}@media screen and (max-width: 1023px){.lg\:border-orange-700{border-color:#c2410c}}@media screen and (max-width: 1023px){.lg\:border-orange-800{border-color:#9a3412}}@media screen and (max-width: 1023px){.lg\:border-orange-900{border-color:#7c2d12}}@media screen and (max-width: 1023px){.lg\:border-orange-950{border-color:#431407}}@media screen and (max-width: 1023px){.lg\:border-amber-50{border-color:#fffbeb}}@media screen and (max-width: 1023px){.lg\:border-amber-100{border-color:#fef3c7}}@media screen and (max-width: 1023px){.lg\:border-amber-200{border-color:#fde68a}}@media screen and (max-width: 1023px){.lg\:border-amber-300{border-color:#fcd34d}}@media screen and (max-width: 1023px){.lg\:border-amber-400{border-color:#fbbf24}}@media screen and (max-width: 1023px){.lg\:border-amber-500{border-color:#f59e0b}}@media screen and (max-width: 1023px){.lg\:border-amber-600{border-color:#d97706}}@media screen and (max-width: 1023px){.lg\:border-amber-700{border-color:#b45309}}@media screen and (max-width: 1023px){.lg\:border-amber-800{border-color:#92400e}}@media screen and (max-width: 1023px){.lg\:border-amber-900{border-color:#78350f}}@media screen and (max-width: 1023px){.lg\:border-amber-950{border-color:#451a03}}@media screen and (max-width: 1023px){.lg\:border-yellow-50{border-color:#fefce8}}@media screen and (max-width: 1023px){.lg\:border-yellow-100{border-color:#fef9c3}}@media screen and (max-width: 1023px){.lg\:border-yellow-200{border-color:#fef08a}}@media screen and (max-width: 1023px){.lg\:border-yellow-300{border-color:#fde047}}@media screen and (max-width: 1023px){.lg\:border-yellow-400{border-color:#facc15}}@media screen and (max-width: 1023px){.lg\:border-yellow-500{border-color:#eab308}}@media screen and (max-width: 1023px){.lg\:border-yellow-600{border-color:#ca8a04}}@media screen and (max-width: 1023px){.lg\:border-yellow-700{border-color:#a16207}}@media screen and (max-width: 1023px){.lg\:border-yellow-800{border-color:#854d0e}}@media screen and (max-width: 1023px){.lg\:border-yellow-900{border-color:#713f12}}@media screen and (max-width: 1023px){.lg\:border-yellow-950{border-color:#422006}}@media screen and (max-width: 1023px){.lg\:border-lime-50{border-color:#f7fee7}}@media screen and (max-width: 1023px){.lg\:border-lime-100{border-color:#ecfccb}}@media screen and (max-width: 1023px){.lg\:border-lime-200{border-color:#d9f99d}}@media screen and (max-width: 1023px){.lg\:border-lime-300{border-color:#bef264}}@media screen and (max-width: 1023px){.lg\:border-lime-400{border-color:#a3e635}}@media screen and (max-width: 1023px){.lg\:border-lime-500{border-color:#84cc16}}@media screen and (max-width: 1023px){.lg\:border-lime-600{border-color:#65a30d}}@media screen and (max-width: 1023px){.lg\:border-lime-700{border-color:#4d7c0f}}@media screen and (max-width: 1023px){.lg\:border-lime-800{border-color:#3f6212}}@media screen and (max-width: 1023px){.lg\:border-lime-900{border-color:#365314}}@media screen and (max-width: 1023px){.lg\:border-lime-950{border-color:#1a2e05}}@media screen and (max-width: 1023px){.lg\:border-green-50{border-color:#f0fdf4}}@media screen and (max-width: 1023px){.lg\:border-green-100{border-color:#dcfce7}}@media screen and (max-width: 1023px){.lg\:border-green-200{border-color:#bbf7d0}}@media screen and (max-width: 1023px){.lg\:border-green-300{border-color:#86efac}}@media screen and (max-width: 1023px){.lg\:border-green-400{border-color:#4ade80}}@media screen and (max-width: 1023px){.lg\:border-green-500{border-color:#22c55e}}@media screen and (max-width: 1023px){.lg\:border-green-600{border-color:#16a34a}}@media screen and (max-width: 1023px){.lg\:border-green-700{border-color:#15803d}}@media screen and (max-width: 1023px){.lg\:border-green-800{border-color:#166534}}@media screen and (max-width: 1023px){.lg\:border-green-900{border-color:#14532d}}@media screen and (max-width: 1023px){.lg\:border-green-950{border-color:#052e16}}@media screen and (max-width: 1023px){.lg\:border-emerald-50{border-color:#ecfdf5}}@media screen and (max-width: 1023px){.lg\:border-emerald-100{border-color:#d1fae5}}@media screen and (max-width: 1023px){.lg\:border-emerald-200{border-color:#a7f3d0}}@media screen and (max-width: 1023px){.lg\:border-emerald-300{border-color:#6ee7b7}}@media screen and (max-width: 1023px){.lg\:border-emerald-400{border-color:#34d399}}@media screen and (max-width: 1023px){.lg\:border-emerald-500{border-color:#10b981}}@media screen and (max-width: 1023px){.lg\:border-emerald-600{border-color:#059669}}@media screen and (max-width: 1023px){.lg\:border-emerald-700{border-color:#047857}}@media screen and (max-width: 1023px){.lg\:border-emerald-800{border-color:#065f46}}@media screen and (max-width: 1023px){.lg\:border-emerald-900{border-color:#064e3b}}@media screen and (max-width: 1023px){.lg\:border-emerald-950{border-color:#022c22}}@media screen and (max-width: 1023px){.lg\:border-teal-50{border-color:#f0fdfa}}@media screen and (max-width: 1023px){.lg\:border-teal-100{border-color:#ccfbf1}}@media screen and (max-width: 1023px){.lg\:border-teal-200{border-color:#99f6e4}}@media screen and (max-width: 1023px){.lg\:border-teal-300{border-color:#5eead4}}@media screen and (max-width: 1023px){.lg\:border-teal-400{border-color:#2dd4bf}}@media screen and (max-width: 1023px){.lg\:border-teal-500{border-color:#14b8a6}}@media screen and (max-width: 1023px){.lg\:border-teal-600{border-color:#0d9488}}@media screen and (max-width: 1023px){.lg\:border-teal-700{border-color:#0f766e}}@media screen and (max-width: 1023px){.lg\:border-teal-800{border-color:#115e59}}@media screen and (max-width: 1023px){.lg\:border-teal-900{border-color:#134e4a}}@media screen and (max-width: 1023px){.lg\:border-teal-950{border-color:#042f2e}}@media screen and (max-width: 1023px){.lg\:border-cyan-50{border-color:#ecfeff}}@media screen and (max-width: 1023px){.lg\:border-cyan-100{border-color:#cffafe}}@media screen and (max-width: 1023px){.lg\:border-cyan-200{border-color:#a5f3fc}}@media screen and (max-width: 1023px){.lg\:border-cyan-300{border-color:#67e8f9}}@media screen and (max-width: 1023px){.lg\:border-cyan-400{border-color:#22d3ee}}@media screen and (max-width: 1023px){.lg\:border-cyan-500{border-color:#06b6d4}}@media screen and (max-width: 1023px){.lg\:border-cyan-600{border-color:#0891b2}}@media screen and (max-width: 1023px){.lg\:border-cyan-700{border-color:#0e7490}}@media screen and (max-width: 1023px){.lg\:border-cyan-800{border-color:#155e75}}@media screen and (max-width: 1023px){.lg\:border-cyan-900{border-color:#164e63}}@media screen and (max-width: 1023px){.lg\:border-cyan-950{border-color:#083344}}@media screen and (max-width: 1023px){.lg\:border-sky-50{border-color:#f0f9ff}}@media screen and (max-width: 1023px){.lg\:border-sky-100{border-color:#e0f2fe}}@media screen and (max-width: 1023px){.lg\:border-sky-200{border-color:#bae6fd}}@media screen and (max-width: 1023px){.lg\:border-sky-300{border-color:#7dd3fc}}@media screen and (max-width: 1023px){.lg\:border-sky-400{border-color:#38bdf8}}@media screen and (max-width: 1023px){.lg\:border-sky-500{border-color:#0ea5e9}}@media screen and (max-width: 1023px){.lg\:border-sky-600{border-color:#0284c7}}@media screen and (max-width: 1023px){.lg\:border-sky-700{border-color:#0369a1}}@media screen and (max-width: 1023px){.lg\:border-sky-800{border-color:#075985}}@media screen and (max-width: 1023px){.lg\:border-sky-900{border-color:#0c4a6e}}@media screen and (max-width: 1023px){.lg\:border-sky-950{border-color:#082f49}}@media screen and (max-width: 1023px){.lg\:border-blue-50{border-color:#eff6ff}}@media screen and (max-width: 1023px){.lg\:border-blue-100{border-color:#dbeafe}}@media screen and (max-width: 1023px){.lg\:border-blue-200{border-color:#bfdbfe}}@media screen and (max-width: 1023px){.lg\:border-blue-300{border-color:#93c5fd}}@media screen and (max-width: 1023px){.lg\:border-blue-400{border-color:#60a5fa}}@media screen and (max-width: 1023px){.lg\:border-blue-500{border-color:#3b82f6}}@media screen and (max-width: 1023px){.lg\:border-blue-600{border-color:#2563eb}}@media screen and (max-width: 1023px){.lg\:border-blue-700{border-color:#1d4ed8}}@media screen and (max-width: 1023px){.lg\:border-blue-800{border-color:#1e40af}}@media screen and (max-width: 1023px){.lg\:border-blue-900{border-color:#1e3a8a}}@media screen and (max-width: 1023px){.lg\:border-blue-950{border-color:#172554}}@media screen and (max-width: 1023px){.lg\:border-indigo-50{border-color:#eef2ff}}@media screen and (max-width: 1023px){.lg\:border-indigo-100{border-color:#e0e7ff}}@media screen and (max-width: 1023px){.lg\:border-indigo-200{border-color:#c7d2fe}}@media screen and (max-width: 1023px){.lg\:border-indigo-300{border-color:#a5b4fc}}@media screen and (max-width: 1023px){.lg\:border-indigo-400{border-color:#818cf8}}@media screen and (max-width: 1023px){.lg\:border-indigo-500{border-color:#6366f1}}@media screen and (max-width: 1023px){.lg\:border-indigo-600{border-color:#4f46e5}}@media screen and (max-width: 1023px){.lg\:border-indigo-700{border-color:#4338ca}}@media screen and (max-width: 1023px){.lg\:border-indigo-800{border-color:#3730a3}}@media screen and (max-width: 1023px){.lg\:border-indigo-900{border-color:#312e81}}@media screen and (max-width: 1023px){.lg\:border-indigo-950{border-color:#1e1b4b}}@media screen and (max-width: 1023px){.lg\:border-violet-50{border-color:#f5f3ff}}@media screen and (max-width: 1023px){.lg\:border-violet-100{border-color:#ede9fe}}@media screen and (max-width: 1023px){.lg\:border-violet-200{border-color:#ddd6fe}}@media screen and (max-width: 1023px){.lg\:border-violet-300{border-color:#c4b5fd}}@media screen and (max-width: 1023px){.lg\:border-violet-400{border-color:#a78bfa}}@media screen and (max-width: 1023px){.lg\:border-violet-500{border-color:#8b5cf6}}@media screen and (max-width: 1023px){.lg\:border-violet-600{border-color:#7c3aed}}@media screen and (max-width: 1023px){.lg\:border-violet-700{border-color:#6d28d9}}@media screen and (max-width: 1023px){.lg\:border-violet-800{border-color:#5b21b6}}@media screen and (max-width: 1023px){.lg\:border-violet-900{border-color:#4c1d95}}@media screen and (max-width: 1023px){.lg\:border-violet-950{border-color:#2e1065}}@media screen and (max-width: 1023px){.lg\:border-purple-50{border-color:#faf5ff}}@media screen and (max-width: 1023px){.lg\:border-purple-100{border-color:#f3e8ff}}@media screen and (max-width: 1023px){.lg\:border-purple-200{border-color:#e9d5ff}}@media screen and (max-width: 1023px){.lg\:border-purple-300{border-color:#d8b4fe}}@media screen and (max-width: 1023px){.lg\:border-purple-400{border-color:#c084fc}}@media screen and (max-width: 1023px){.lg\:border-purple-500{border-color:#a855f7}}@media screen and (max-width: 1023px){.lg\:border-purple-600{border-color:#9333ea}}@media screen and (max-width: 1023px){.lg\:border-purple-700{border-color:#7e22ce}}@media screen and (max-width: 1023px){.lg\:border-purple-800{border-color:#6b21a8}}@media screen and (max-width: 1023px){.lg\:border-purple-900{border-color:#581c87}}@media screen and (max-width: 1023px){.lg\:border-purple-950{border-color:#3b0764}}@media screen and (max-width: 1023px){.lg\:border-fuchsia-50{border-color:#fdf4ff}}@media screen and (max-width: 1023px){.lg\:border-fuchsia-100{border-color:#fae8ff}}@media screen and (max-width: 1023px){.lg\:border-fuchsia-200{border-color:#f5d0fe}}@media screen and (max-width: 1023px){.lg\:border-fuchsia-300{border-color:#f0abfc}}@media screen and (max-width: 1023px){.lg\:border-fuchsia-400{border-color:#e879f9}}@media screen and (max-width: 1023px){.lg\:border-fuchsia-500{border-color:#d946ef}}@media screen and (max-width: 1023px){.lg\:border-fuchsia-600{border-color:#c026d3}}@media screen and (max-width: 1023px){.lg\:border-fuchsia-700{border-color:#a21caf}}@media screen and (max-width: 1023px){.lg\:border-fuchsia-800{border-color:#86198f}}@media screen and (max-width: 1023px){.lg\:border-fuchsia-900{border-color:#701a75}}@media screen and (max-width: 1023px){.lg\:border-fuchsia-950{border-color:#4a044e}}@media screen and (max-width: 1023px){.lg\:border-pink-50{border-color:#fdf2f8}}@media screen and (max-width: 1023px){.lg\:border-pink-100{border-color:#fce7f3}}@media screen and (max-width: 1023px){.lg\:border-pink-200{border-color:#fbcfe8}}@media screen and (max-width: 1023px){.lg\:border-pink-300{border-color:#f9a8d4}}@media screen and (max-width: 1023px){.lg\:border-pink-400{border-color:#f472b6}}@media screen and (max-width: 1023px){.lg\:border-pink-500{border-color:#ec4899}}@media screen and (max-width: 1023px){.lg\:border-pink-600{border-color:#db2777}}@media screen and (max-width: 1023px){.lg\:border-pink-700{border-color:#be185d}}@media screen and (max-width: 1023px){.lg\:border-pink-800{border-color:#9d174d}}@media screen and (max-width: 1023px){.lg\:border-pink-900{border-color:#831843}}@media screen and (max-width: 1023px){.lg\:border-pink-950{border-color:#500724}}@media screen and (max-width: 1023px){.lg\:border-rose-50{border-color:#fff1f2}}@media screen and (max-width: 1023px){.lg\:border-rose-100{border-color:#ffe4e6}}@media screen and (max-width: 1023px){.lg\:border-rose-200{border-color:#fecdd3}}@media screen and (max-width: 1023px){.lg\:border-rose-300{border-color:#fda4af}}@media screen and (max-width: 1023px){.lg\:border-rose-400{border-color:#fb7185}}@media screen and (max-width: 1023px){.lg\:border-rose-500{border-color:#f43f5e}}@media screen and (max-width: 1023px){.lg\:border-rose-600{border-color:#e11d48}}@media screen and (max-width: 1023px){.lg\:border-rose-700{border-color:#be123c}}@media screen and (max-width: 1023px){.lg\:border-rose-800{border-color:#9f1239}}@media screen and (max-width: 1023px){.lg\:border-rose-900{border-color:#881337}}@media screen and (max-width: 1023px){.lg\:border-rose-950{border-color:#4c0519}}@media screen and (max-width: 1023px){.lg\:border-primary{border-color:#3874ff}}@media screen and (max-width: 1023px){.lg\:border-primary-bold{border-color:#002660}}@media screen and (max-width: 1023px){.lg\:border-primary-hover{border-color:#003585}}@media screen and (max-width: 1023px){.lg\:border-primary-border{border-color:#156ef3}}@media screen and (max-width: 1023px){.lg\:border-primary-focus-lv1{border-color:#6492ff}}@media screen and (max-width: 1023px){.lg\:border-primary-focus-lv2{border-color:#c7ddff}}@media screen and (max-width: 1023px){.lg\:border-primary-bg-color{border-color:#f8fbff}}@media screen and (max-width: 1023px){.lg\:border-success{border-color:#00bd7e}}@media screen and (max-width: 1023px){.lg\:border-success-bold{border-color:#006c58}}@media screen and (max-width: 1023px){.lg\:border-success-hover{border-color:#008d5e}}@media screen and (max-width: 1023px){.lg\:border-success-border{border-color:#17e5a1}}@media screen and (max-width: 1023px){.lg\:border-success-focus-lv1{border-color:#a9fbe0}}@media screen and (max-width: 1023px){.lg\:border-success-bg-color{border-color:#ebfff8}}@media screen and (max-width: 1023px){.lg\:border-warning{border-color:#ffb41f}}@media screen and (max-width: 1023px){.lg\:border-warning-bold{border-color:#b77d09}}@media screen and (max-width: 1023px){.lg\:border-warning-hover{border-color:#e39f17}}@media screen and (max-width: 1023px){.lg\:border-warning-border{border-color:#f7c86a}}@media screen and (max-width: 1023px){.lg\:border-warning-focus-lv1{border-color:#fbe0a9}}@media screen and (max-width: 1023px){.lg\:border-warning-bg-color{border-color:#fff8eb}}@media screen and (max-width: 1023px){.lg\:border-danger{border-color:#b20000}}@media screen and (max-width: 1023px){.lg\:border-danger-bold{border-color:#920122}}@media screen and (max-width: 1023px){.lg\:border-danger-hover{border-color:#c60833}}@media screen and (max-width: 1023px){.lg\:border-danger-border{border-color:#f35370}}@media screen and (max-width: 1023px){.lg\:border-danger-focus-lv1{border-color:#fdabb9}}@media screen and (max-width: 1023px){.lg\:border-danger-bg-color{border-color:#fff1f4}}@media screen and (max-width: 1023px){.lg\:border-info{border-color:#2668cb}}@media screen and (max-width: 1023px){.lg\:border-info-bold{border-color:#023480}}@media screen and (max-width: 1023px){.lg\:border-info-hover{border-color:#0f4eae}}@media screen and (max-width: 1023px){.lg\:border-info-border{border-color:#679ef2}}@media screen and (max-width: 1023px){.lg\:border-info-focus-lv1{border-color:#c1d9fd}}@media screen and (max-width: 1023px){.lg\:border-info-bg-color{border-color:#f2f7ff}}@media screen and (max-width: 1023px){.lg\:border-neutral-100{border-color:#1a1a1a}}@media screen and (max-width: 1023px){.lg\:border-neutral-90{border-color:#424242}}@media screen and (max-width: 1023px){.lg\:border-neutral-80{border-color:#616161}}@media screen and (max-width: 1023px){.lg\:border-neutral-70{border-color:#757575}}@media screen and (max-width: 1023px){.lg\:border-neutral-60{border-color:#9e9e9e}}@media screen and (max-width: 1023px){.lg\:border-neutral-50{border-color:#c2c2c2}}@media screen and (max-width: 1023px){.lg\:border-neutral-40{border-color:#e0e0e0}}@media screen and (max-width: 1023px){.lg\:border-neutral-30{border-color:#ededed}}@media screen and (max-width: 1023px){.lg\:border-neutral-20{border-color:#f5f5f5}}@media screen and (max-width: 1023px){.lg\:border-base{border-color:#f5f7fa}}.lg\:rounded{border-radius:.25rem}@media screen and (max-width: 1023px){.lg\:rounded-none{border-radius:0}}@media screen and (max-width: 1023px){.lg\:rounded-e-none{border-start-end-radius:0px;border-end-end-radius:0px}}@media screen and (max-width: 1023px){.lg\:rounded-s-none{border-start-start-radius:0px;border-end-start-radius:0px}}@media screen and (max-width: 1023px){.lg\:rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}}@media screen and (max-width: 1023px){.lg\:rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}}@media screen and (max-width: 1023px){.lg\:rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}}@media screen and (max-width: 1023px){.lg\:rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}}@media screen and (max-width: 1023px){.lg\:rounded-ss-none{border-start-start-radius:0px}}@media screen and (max-width: 1023px){.lg\:rounded-se-none{border-start-end-radius:0px}}@media screen and (max-width: 1023px){.lg\:rounded-ee-none{border-end-end-radius:0px}}@media screen and (max-width: 1023px){.lg\:rounded-es-none{border-end-start-radius:0px}}@media screen and (max-width: 1023px){.lg\:rounded-tl-none{border-top-left-radius:0}}@media screen and (max-width: 1023px){.lg\:rounded-tr-none{border-top-right-radius:0}}@media screen and (max-width: 1023px){.lg\:rounded-br-none{border-bottom-right-radius:0}}@media screen and (max-width: 1023px){.lg\:rounded-md{border-radius:.375rem}}@media screen and (max-width: 1023px){.lg\:rounded-e-md{border-start-end-radius:.375rem;border-end-end-radius:.375rem}}@media screen and (max-width: 1023px){.lg\:rounded-s-md{border-start-start-radius:.375rem;border-end-start-radius:.375rem}}@media screen and (max-width: 1023px){.lg\:rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}}@media screen and (max-width: 1023px){.lg\:rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}}@media screen and (max-width: 1023px){.lg\:rounded-b-md{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}}@media screen and (max-width: 1023px){.lg\:rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}}@media screen and (max-width: 1023px){.lg\:rounded-ss-md{border-start-start-radius:.375rem}}@media screen and (max-width: 1023px){.lg\:rounded-se-md{border-start-end-radius:.375rem}}@media screen and (max-width: 1023px){.lg\:rounded-ee-md{border-end-end-radius:.375rem}}@media screen and (max-width: 1023px){.lg\:rounded-es-md{border-end-start-radius:.375rem}}@media screen and (max-width: 1023px){.lg\:rounded-tl-md{border-top-left-radius:.375rem}}@media screen and (max-width: 1023px){.lg\:rounded-tr-md{border-top-right-radius:.375rem}}@media screen and (max-width: 1023px){.lg\:rounded-br-md{border-bottom-right-radius:.375rem}}@media screen and (max-width: 1023px){.lg\:rounded-lg{border-radius:.5rem}}@media screen and (max-width: 1023px){.lg\:rounded-e-lg{border-start-end-radius:.5rem;border-end-end-radius:.5rem}}@media screen and (max-width: 1023px){.lg\:rounded-s-lg{border-start-start-radius:.5rem;border-end-start-radius:.5rem}}@media screen and (max-width: 1023px){.lg\:rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}}@media screen and (max-width: 1023px){.lg\:rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}}@media screen and (max-width: 1023px){.lg\:rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}}@media screen and (max-width: 1023px){.lg\:rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}}@media screen and (max-width: 1023px){.lg\:rounded-ss-lg{border-start-start-radius:.5rem}}@media screen and (max-width: 1023px){.lg\:rounded-se-lg{border-start-end-radius:.5rem}}@media screen and (max-width: 1023px){.lg\:rounded-ee-lg{border-end-end-radius:.5rem}}@media screen and (max-width: 1023px){.lg\:rounded-es-lg{border-end-start-radius:.5rem}}@media screen and (max-width: 1023px){.lg\:rounded-tl-lg{border-top-left-radius:.5rem}}@media screen and (max-width: 1023px){.lg\:rounded-tr-lg{border-top-right-radius:.5rem}}@media screen and (max-width: 1023px){.lg\:rounded-br-lg{border-bottom-right-radius:.5rem}}@media screen and (max-width: 1023px){.lg\:rounded-xl{border-radius:.75rem}}@media screen and (max-width: 1023px){.lg\:rounded-e-xl{border-start-end-radius:.75rem;border-end-end-radius:.75rem}}@media screen and (max-width: 1023px){.lg\:rounded-s-xl{border-start-start-radius:.75rem;border-end-start-radius:.75rem}}@media screen and (max-width: 1023px){.lg\:rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}}@media screen and (max-width: 1023px){.lg\:rounded-r-xl{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}}@media screen and (max-width: 1023px){.lg\:rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}}@media screen and (max-width: 1023px){.lg\:rounded-l-xl{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}}@media screen and (max-width: 1023px){.lg\:rounded-ss-xl{border-start-start-radius:.75rem}}@media screen and (max-width: 1023px){.lg\:rounded-se-xl{border-start-end-radius:.75rem}}@media screen and (max-width: 1023px){.lg\:rounded-ee-xl{border-end-end-radius:.75rem}}@media screen and (max-width: 1023px){.lg\:rounded-es-xl{border-end-start-radius:.75rem}}@media screen and (max-width: 1023px){.lg\:rounded-tl-xl{border-top-left-radius:.75rem}}@media screen and (max-width: 1023px){.lg\:rounded-tr-xl{border-top-right-radius:.75rem}}@media screen and (max-width: 1023px){.lg\:rounded-br-xl{border-bottom-right-radius:.75rem}}@media screen and (max-width: 1023px){.lg\:rounded-2xl{border-radius:1rem}}@media screen and (max-width: 1023px){.lg\:rounded-e-2xl{border-start-end-radius:1rem;border-end-end-radius:1rem}}@media screen and (max-width: 1023px){.lg\:rounded-s-2xl{border-start-start-radius:1rem;border-end-start-radius:1rem}}@media screen and (max-width: 1023px){.lg\:rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}}@media screen and (max-width: 1023px){.lg\:rounded-r-2xl{border-top-right-radius:1rem;border-bottom-right-radius:1rem}}@media screen and (max-width: 1023px){.lg\:rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}}@media screen and (max-width: 1023px){.lg\:rounded-l-2xl{border-top-left-radius:1rem;border-bottom-left-radius:1rem}}@media screen and (max-width: 1023px){.lg\:rounded-ss-2xl{border-start-start-radius:1rem}}@media screen and (max-width: 1023px){.lg\:rounded-se-2xl{border-start-end-radius:1rem}}@media screen and (max-width: 1023px){.lg\:rounded-ee-2xl{border-end-end-radius:1rem}}@media screen and (max-width: 1023px){.lg\:rounded-es-2xl{border-end-start-radius:1rem}}@media screen and (max-width: 1023px){.lg\:rounded-tl-2xl{border-top-left-radius:1rem}}@media screen and (max-width: 1023px){.lg\:rounded-tr-2xl{border-top-right-radius:1rem}}@media screen and (max-width: 1023px){.lg\:rounded-br-2xl{border-bottom-right-radius:1rem}}@media screen and (max-width: 1023px){.lg\:rounded-3xl{border-radius:1.5rem}}@media screen and (max-width: 1023px){.lg\:rounded-e-3xl{border-start-end-radius:1.5rem;border-end-end-radius:1.5rem}}@media screen and (max-width: 1023px){.lg\:rounded-s-3xl{border-start-start-radius:1.5rem;border-end-start-radius:1.5rem}}@media screen and (max-width: 1023px){.lg\:rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}}@media screen and (max-width: 1023px){.lg\:rounded-r-3xl{border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}}@media screen and (max-width: 1023px){.lg\:rounded-b-3xl{border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem}}@media screen and (max-width: 1023px){.lg\:rounded-l-3xl{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}}@media screen and (max-width: 1023px){.lg\:rounded-ss-3xl{border-start-start-radius:1.5rem}}@media screen and (max-width: 1023px){.lg\:rounded-se-3xl{border-start-end-radius:1.5rem}}@media screen and (max-width: 1023px){.lg\:rounded-ee-3xl{border-end-end-radius:1.5rem}}@media screen and (max-width: 1023px){.lg\:rounded-es-3xl{border-end-start-radius:1.5rem}}@media screen and (max-width: 1023px){.lg\:rounded-tl-3xl{border-top-left-radius:1.5rem}}@media screen and (max-width: 1023px){.lg\:rounded-tr-3xl{border-top-right-radius:1.5rem}}@media screen and (max-width: 1023px){.lg\:rounded-br-3xl{border-bottom-right-radius:1.5rem}}@media screen and (max-width: 1023px){.lg\:rounded-full{border-radius:9999px}}@media screen and (max-width: 1023px){.lg\:rounded-e-full{border-start-end-radius:9999px;border-end-end-radius:9999px}}@media screen and (max-width: 1023px){.lg\:rounded-s-full{border-start-start-radius:9999px;border-end-start-radius:9999px}}@media screen and (max-width: 1023px){.lg\:rounded-t-full{border-top-left-radius:9999px;border-top-right-radius:9999px}}@media screen and (max-width: 1023px){.lg\:rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}}@media screen and (max-width: 1023px){.lg\:rounded-b-full{border-bottom-right-radius:9999px;border-bottom-left-radius:9999px}}@media screen and (max-width: 1023px){.lg\:rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}}@media screen and (max-width: 1023px){.lg\:rounded-ss-full{border-start-start-radius:9999px}}@media screen and (max-width: 1023px){.lg\:rounded-se-full{border-start-end-radius:9999px}}@media screen and (max-width: 1023px){.lg\:rounded-ee-full{border-end-end-radius:9999px}}@media screen and (max-width: 1023px){.lg\:rounded-es-full{border-end-start-radius:9999px}}@media screen and (max-width: 1023px){.lg\:rounded-tl-full{border-top-left-radius:9999px}}@media screen and (max-width: 1023px){.lg\:rounded-tr-full{border-top-right-radius:9999px}}@media screen and (max-width: 1023px){.lg\:rounded-br-full{border-bottom-right-radius:9999px}}@media screen and (max-width: 1023px){.lg\:text-center{text-align:center}}@media screen and (max-width: 1023px){.lg\:text-left{text-align:left}}@media screen and (max-width: 1023px){.lg\:text-right{text-align:right}}@media screen and (max-width: 1023px){.lg\:text-justify{text-align:justify}}@media screen and (max-width: 1023px){.lg\:text-start{text-align:start}}@media screen and (max-width: 1023px){.lg\:text-end{text-align:end}}@media screen and (max-width: 1023px){.lg\:text-transparent{color:transparent}}@media screen and (max-width: 1023px){.lg\:text-black{color:#000}}@media screen and (max-width: 1023px){.lg\:text-white{color:#fff}}@media screen and (max-width: 1023px){.lg\:text-slate-50{color:#f8fafc}}@media screen and (max-width: 1023px){.lg\:text-slate-100{color:#f1f5f9}}@media screen and (max-width: 1023px){.lg\:text-slate-200{color:#e2e8f0}}@media screen and (max-width: 1023px){.lg\:text-slate-300{color:#cbd5e1}}@media screen and (max-width: 1023px){.lg\:text-slate-400{color:#94a3b8}}@media screen and (max-width: 1023px){.lg\:text-slate-500{color:#64748b}}@media screen and (max-width: 1023px){.lg\:text-slate-600{color:#475569}}@media screen and (max-width: 1023px){.lg\:text-slate-700{color:#334155}}@media screen and (max-width: 1023px){.lg\:text-slate-800{color:#1e293b}}@media screen and (max-width: 1023px){.lg\:text-slate-900{color:#0f172a}}@media screen and (max-width: 1023px){.lg\:text-slate-950{color:#020617}}@media screen and (max-width: 1023px){.lg\:text-gray-50{color:#f9fafb}}@media screen and (max-width: 1023px){.lg\:text-gray-100{color:#f3f4f6}}@media screen and (max-width: 1023px){.lg\:text-gray-200{color:#e5e7eb}}@media screen and (max-width: 1023px){.lg\:text-gray-300{color:#d1d5db}}@media screen and (max-width: 1023px){.lg\:text-gray-400{color:#9ca3af}}@media screen and (max-width: 1023px){.lg\:text-gray-500{color:#6b7280}}@media screen and (max-width: 1023px){.lg\:text-gray-600{color:#4b5563}}@media screen and (max-width: 1023px){.lg\:text-gray-700{color:#374151}}@media screen and (max-width: 1023px){.lg\:text-gray-800{color:#1f2937}}@media screen and (max-width: 1023px){.lg\:text-gray-900{color:#111827}}@media screen and (max-width: 1023px){.lg\:text-gray-950{color:#030712}}@media screen and (max-width: 1023px){.lg\:text-zinc-50{color:#fafafa}}@media screen and (max-width: 1023px){.lg\:text-zinc-100{color:#f4f4f5}}@media screen and (max-width: 1023px){.lg\:text-zinc-200{color:#e4e4e7}}@media screen and (max-width: 1023px){.lg\:text-zinc-300{color:#d4d4d8}}@media screen and (max-width: 1023px){.lg\:text-zinc-400{color:#a1a1aa}}@media screen and (max-width: 1023px){.lg\:text-zinc-500{color:#71717a}}@media screen and (max-width: 1023px){.lg\:text-zinc-600{color:#52525b}}@media screen and (max-width: 1023px){.lg\:text-zinc-700{color:#3f3f46}}@media screen and (max-width: 1023px){.lg\:text-zinc-800{color:#27272a}}@media screen and (max-width: 1023px){.lg\:text-zinc-900{color:#18181b}}@media screen and (max-width: 1023px){.lg\:text-zinc-950{color:#09090b}}@media screen and (max-width: 1023px){.lg\:text-neutral-50{color:#fafafa}}@media screen and (max-width: 1023px){.lg\:text-neutral-100{color:#f5f5f5}}@media screen and (max-width: 1023px){.lg\:text-neutral-200{color:#e5e5e5}}@media screen and (max-width: 1023px){.lg\:text-neutral-300{color:#d4d4d4}}@media screen and (max-width: 1023px){.lg\:text-neutral-400{color:#a3a3a3}}@media screen and (max-width: 1023px){.lg\:text-neutral-500{color:#737373}}@media screen and (max-width: 1023px){.lg\:text-neutral-600{color:#525252}}@media screen and (max-width: 1023px){.lg\:text-neutral-700{color:#404040}}@media screen and (max-width: 1023px){.lg\:text-neutral-800{color:#262626}}@media screen and (max-width: 1023px){.lg\:text-neutral-900{color:#171717}}@media screen and (max-width: 1023px){.lg\:text-neutral-950{color:#0a0a0a}}@media screen and (max-width: 1023px){.lg\:text-stone-50{color:#fafaf9}}@media screen and (max-width: 1023px){.lg\:text-stone-100{color:#f5f5f4}}@media screen and (max-width: 1023px){.lg\:text-stone-200{color:#e7e5e4}}@media screen and (max-width: 1023px){.lg\:text-stone-300{color:#d6d3d1}}@media screen and (max-width: 1023px){.lg\:text-stone-400{color:#a8a29e}}@media screen and (max-width: 1023px){.lg\:text-stone-500{color:#78716c}}@media screen and (max-width: 1023px){.lg\:text-stone-600{color:#57534e}}@media screen and (max-width: 1023px){.lg\:text-stone-700{color:#44403c}}@media screen and (max-width: 1023px){.lg\:text-stone-800{color:#292524}}@media screen and (max-width: 1023px){.lg\:text-stone-900{color:#1c1917}}@media screen and (max-width: 1023px){.lg\:text-stone-950{color:#0c0a09}}@media screen and (max-width: 1023px){.lg\:text-red-50{color:#fef2f2}}@media screen and (max-width: 1023px){.lg\:text-red-100{color:#fee2e2}}@media screen and (max-width: 1023px){.lg\:text-red-200{color:#fecaca}}@media screen and (max-width: 1023px){.lg\:text-red-300{color:#fca5a5}}@media screen and (max-width: 1023px){.lg\:text-red-400{color:#f87171}}@media screen and (max-width: 1023px){.lg\:text-red-500{color:#ef4444}}@media screen and (max-width: 1023px){.lg\:text-red-600{color:#dc2626}}@media screen and (max-width: 1023px){.lg\:text-red-700{color:#b91c1c}}@media screen and (max-width: 1023px){.lg\:text-red-800{color:#991b1b}}@media screen and (max-width: 1023px){.lg\:text-red-900{color:#7f1d1d}}@media screen and (max-width: 1023px){.lg\:text-red-950{color:#450a0a}}@media screen and (max-width: 1023px){.lg\:text-orange-50{color:#fff7ed}}@media screen and (max-width: 1023px){.lg\:text-orange-100{color:#ffedd5}}@media screen and (max-width: 1023px){.lg\:text-orange-200{color:#fed7aa}}@media screen and (max-width: 1023px){.lg\:text-orange-300{color:#fdba74}}@media screen and (max-width: 1023px){.lg\:text-orange-400{color:#fb923c}}@media screen and (max-width: 1023px){.lg\:text-orange-500{color:#f97316}}@media screen and (max-width: 1023px){.lg\:text-orange-600{color:#ea580c}}@media screen and (max-width: 1023px){.lg\:text-orange-700{color:#c2410c}}@media screen and (max-width: 1023px){.lg\:text-orange-800{color:#9a3412}}@media screen and (max-width: 1023px){.lg\:text-orange-900{color:#7c2d12}}@media screen and (max-width: 1023px){.lg\:text-orange-950{color:#431407}}@media screen and (max-width: 1023px){.lg\:text-amber-50{color:#fffbeb}}@media screen and (max-width: 1023px){.lg\:text-amber-100{color:#fef3c7}}@media screen and (max-width: 1023px){.lg\:text-amber-200{color:#fde68a}}@media screen and (max-width: 1023px){.lg\:text-amber-300{color:#fcd34d}}@media screen and (max-width: 1023px){.lg\:text-amber-400{color:#fbbf24}}@media screen and (max-width: 1023px){.lg\:text-amber-500{color:#f59e0b}}@media screen and (max-width: 1023px){.lg\:text-amber-600{color:#d97706}}@media screen and (max-width: 1023px){.lg\:text-amber-700{color:#b45309}}@media screen and (max-width: 1023px){.lg\:text-amber-800{color:#92400e}}@media screen and (max-width: 1023px){.lg\:text-amber-900{color:#78350f}}@media screen and (max-width: 1023px){.lg\:text-amber-950{color:#451a03}}@media screen and (max-width: 1023px){.lg\:text-yellow-50{color:#fefce8}}@media screen and (max-width: 1023px){.lg\:text-yellow-100{color:#fef9c3}}@media screen and (max-width: 1023px){.lg\:text-yellow-200{color:#fef08a}}@media screen and (max-width: 1023px){.lg\:text-yellow-300{color:#fde047}}@media screen and (max-width: 1023px){.lg\:text-yellow-400{color:#facc15}}@media screen and (max-width: 1023px){.lg\:text-yellow-500{color:#eab308}}@media screen and (max-width: 1023px){.lg\:text-yellow-600{color:#ca8a04}}@media screen and (max-width: 1023px){.lg\:text-yellow-700{color:#a16207}}@media screen and (max-width: 1023px){.lg\:text-yellow-800{color:#854d0e}}@media screen and (max-width: 1023px){.lg\:text-yellow-900{color:#713f12}}@media screen and (max-width: 1023px){.lg\:text-yellow-950{color:#422006}}@media screen and (max-width: 1023px){.lg\:text-lime-50{color:#f7fee7}}@media screen and (max-width: 1023px){.lg\:text-lime-100{color:#ecfccb}}@media screen and (max-width: 1023px){.lg\:text-lime-200{color:#d9f99d}}@media screen and (max-width: 1023px){.lg\:text-lime-300{color:#bef264}}@media screen and (max-width: 1023px){.lg\:text-lime-400{color:#a3e635}}@media screen and (max-width: 1023px){.lg\:text-lime-500{color:#84cc16}}@media screen and (max-width: 1023px){.lg\:text-lime-600{color:#65a30d}}@media screen and (max-width: 1023px){.lg\:text-lime-700{color:#4d7c0f}}@media screen and (max-width: 1023px){.lg\:text-lime-800{color:#3f6212}}@media screen and (max-width: 1023px){.lg\:text-lime-900{color:#365314}}@media screen and (max-width: 1023px){.lg\:text-lime-950{color:#1a2e05}}@media screen and (max-width: 1023px){.lg\:text-green-50{color:#f0fdf4}}@media screen and (max-width: 1023px){.lg\:text-green-100{color:#dcfce7}}@media screen and (max-width: 1023px){.lg\:text-green-200{color:#bbf7d0}}@media screen and (max-width: 1023px){.lg\:text-green-300{color:#86efac}}@media screen and (max-width: 1023px){.lg\:text-green-400{color:#4ade80}}@media screen and (max-width: 1023px){.lg\:text-green-500{color:#22c55e}}@media screen and (max-width: 1023px){.lg\:text-green-600{color:#16a34a}}@media screen and (max-width: 1023px){.lg\:text-green-700{color:#15803d}}@media screen and (max-width: 1023px){.lg\:text-green-800{color:#166534}}@media screen and (max-width: 1023px){.lg\:text-green-900{color:#14532d}}@media screen and (max-width: 1023px){.lg\:text-green-950{color:#052e16}}@media screen and (max-width: 1023px){.lg\:text-emerald-50{color:#ecfdf5}}@media screen and (max-width: 1023px){.lg\:text-emerald-100{color:#d1fae5}}@media screen and (max-width: 1023px){.lg\:text-emerald-200{color:#a7f3d0}}@media screen and (max-width: 1023px){.lg\:text-emerald-300{color:#6ee7b7}}@media screen and (max-width: 1023px){.lg\:text-emerald-400{color:#34d399}}@media screen and (max-width: 1023px){.lg\:text-emerald-500{color:#10b981}}@media screen and (max-width: 1023px){.lg\:text-emerald-600{color:#059669}}@media screen and (max-width: 1023px){.lg\:text-emerald-700{color:#047857}}@media screen and (max-width: 1023px){.lg\:text-emerald-800{color:#065f46}}@media screen and (max-width: 1023px){.lg\:text-emerald-900{color:#064e3b}}@media screen and (max-width: 1023px){.lg\:text-emerald-950{color:#022c22}}@media screen and (max-width: 1023px){.lg\:text-teal-50{color:#f0fdfa}}@media screen and (max-width: 1023px){.lg\:text-teal-100{color:#ccfbf1}}@media screen and (max-width: 1023px){.lg\:text-teal-200{color:#99f6e4}}@media screen and (max-width: 1023px){.lg\:text-teal-300{color:#5eead4}}@media screen and (max-width: 1023px){.lg\:text-teal-400{color:#2dd4bf}}@media screen and (max-width: 1023px){.lg\:text-teal-500{color:#14b8a6}}@media screen and (max-width: 1023px){.lg\:text-teal-600{color:#0d9488}}@media screen and (max-width: 1023px){.lg\:text-teal-700{color:#0f766e}}@media screen and (max-width: 1023px){.lg\:text-teal-800{color:#115e59}}@media screen and (max-width: 1023px){.lg\:text-teal-900{color:#134e4a}}@media screen and (max-width: 1023px){.lg\:text-teal-950{color:#042f2e}}@media screen and (max-width: 1023px){.lg\:text-cyan-50{color:#ecfeff}}@media screen and (max-width: 1023px){.lg\:text-cyan-100{color:#cffafe}}@media screen and (max-width: 1023px){.lg\:text-cyan-200{color:#a5f3fc}}@media screen and (max-width: 1023px){.lg\:text-cyan-300{color:#67e8f9}}@media screen and (max-width: 1023px){.lg\:text-cyan-400{color:#22d3ee}}@media screen and (max-width: 1023px){.lg\:text-cyan-500{color:#06b6d4}}@media screen and (max-width: 1023px){.lg\:text-cyan-600{color:#0891b2}}@media screen and (max-width: 1023px){.lg\:text-cyan-700{color:#0e7490}}@media screen and (max-width: 1023px){.lg\:text-cyan-800{color:#155e75}}@media screen and (max-width: 1023px){.lg\:text-cyan-900{color:#164e63}}@media screen and (max-width: 1023px){.lg\:text-cyan-950{color:#083344}}@media screen and (max-width: 1023px){.lg\:text-sky-50{color:#f0f9ff}}@media screen and (max-width: 1023px){.lg\:text-sky-100{color:#e0f2fe}}@media screen and (max-width: 1023px){.lg\:text-sky-200{color:#bae6fd}}@media screen and (max-width: 1023px){.lg\:text-sky-300{color:#7dd3fc}}@media screen and (max-width: 1023px){.lg\:text-sky-400{color:#38bdf8}}@media screen and (max-width: 1023px){.lg\:text-sky-500{color:#0ea5e9}}@media screen and (max-width: 1023px){.lg\:text-sky-600{color:#0284c7}}@media screen and (max-width: 1023px){.lg\:text-sky-700{color:#0369a1}}@media screen and (max-width: 1023px){.lg\:text-sky-800{color:#075985}}@media screen and (max-width: 1023px){.lg\:text-sky-900{color:#0c4a6e}}@media screen and (max-width: 1023px){.lg\:text-sky-950{color:#082f49}}@media screen and (max-width: 1023px){.lg\:text-blue-50{color:#eff6ff}}@media screen and (max-width: 1023px){.lg\:text-blue-100{color:#dbeafe}}@media screen and (max-width: 1023px){.lg\:text-blue-200{color:#bfdbfe}}@media screen and (max-width: 1023px){.lg\:text-blue-300{color:#93c5fd}}@media screen and (max-width: 1023px){.lg\:text-blue-400{color:#60a5fa}}@media screen and (max-width: 1023px){.lg\:text-blue-500{color:#3b82f6}}@media screen and (max-width: 1023px){.lg\:text-blue-600{color:#2563eb}}@media screen and (max-width: 1023px){.lg\:text-blue-700{color:#1d4ed8}}@media screen and (max-width: 1023px){.lg\:text-blue-800{color:#1e40af}}@media screen and (max-width: 1023px){.lg\:text-blue-900{color:#1e3a8a}}@media screen and (max-width: 1023px){.lg\:text-blue-950{color:#172554}}@media screen and (max-width: 1023px){.lg\:text-indigo-50{color:#eef2ff}}@media screen and (max-width: 1023px){.lg\:text-indigo-100{color:#e0e7ff}}@media screen and (max-width: 1023px){.lg\:text-indigo-200{color:#c7d2fe}}@media screen and (max-width: 1023px){.lg\:text-indigo-300{color:#a5b4fc}}@media screen and (max-width: 1023px){.lg\:text-indigo-400{color:#818cf8}}@media screen and (max-width: 1023px){.lg\:text-indigo-500{color:#6366f1}}@media screen and (max-width: 1023px){.lg\:text-indigo-600{color:#4f46e5}}@media screen and (max-width: 1023px){.lg\:text-indigo-700{color:#4338ca}}@media screen and (max-width: 1023px){.lg\:text-indigo-800{color:#3730a3}}@media screen and (max-width: 1023px){.lg\:text-indigo-900{color:#312e81}}@media screen and (max-width: 1023px){.lg\:text-indigo-950{color:#1e1b4b}}@media screen and (max-width: 1023px){.lg\:text-violet-50{color:#f5f3ff}}@media screen and (max-width: 1023px){.lg\:text-violet-100{color:#ede9fe}}@media screen and (max-width: 1023px){.lg\:text-violet-200{color:#ddd6fe}}@media screen and (max-width: 1023px){.lg\:text-violet-300{color:#c4b5fd}}@media screen and (max-width: 1023px){.lg\:text-violet-400{color:#a78bfa}}@media screen and (max-width: 1023px){.lg\:text-violet-500{color:#8b5cf6}}@media screen and (max-width: 1023px){.lg\:text-violet-600{color:#7c3aed}}@media screen and (max-width: 1023px){.lg\:text-violet-700{color:#6d28d9}}@media screen and (max-width: 1023px){.lg\:text-violet-800{color:#5b21b6}}@media screen and (max-width: 1023px){.lg\:text-violet-900{color:#4c1d95}}@media screen and (max-width: 1023px){.lg\:text-violet-950{color:#2e1065}}@media screen and (max-width: 1023px){.lg\:text-purple-50{color:#faf5ff}}@media screen and (max-width: 1023px){.lg\:text-purple-100{color:#f3e8ff}}@media screen and (max-width: 1023px){.lg\:text-purple-200{color:#e9d5ff}}@media screen and (max-width: 1023px){.lg\:text-purple-300{color:#d8b4fe}}@media screen and (max-width: 1023px){.lg\:text-purple-400{color:#c084fc}}@media screen and (max-width: 1023px){.lg\:text-purple-500{color:#a855f7}}@media screen and (max-width: 1023px){.lg\:text-purple-600{color:#9333ea}}@media screen and (max-width: 1023px){.lg\:text-purple-700{color:#7e22ce}}@media screen and (max-width: 1023px){.lg\:text-purple-800{color:#6b21a8}}@media screen and (max-width: 1023px){.lg\:text-purple-900{color:#581c87}}@media screen and (max-width: 1023px){.lg\:text-purple-950{color:#3b0764}}@media screen and (max-width: 1023px){.lg\:text-fuchsia-50{color:#fdf4ff}}@media screen and (max-width: 1023px){.lg\:text-fuchsia-100{color:#fae8ff}}@media screen and (max-width: 1023px){.lg\:text-fuchsia-200{color:#f5d0fe}}@media screen and (max-width: 1023px){.lg\:text-fuchsia-300{color:#f0abfc}}@media screen and (max-width: 1023px){.lg\:text-fuchsia-400{color:#e879f9}}@media screen and (max-width: 1023px){.lg\:text-fuchsia-500{color:#d946ef}}@media screen and (max-width: 1023px){.lg\:text-fuchsia-600{color:#c026d3}}@media screen and (max-width: 1023px){.lg\:text-fuchsia-700{color:#a21caf}}@media screen and (max-width: 1023px){.lg\:text-fuchsia-800{color:#86198f}}@media screen and (max-width: 1023px){.lg\:text-fuchsia-900{color:#701a75}}@media screen and (max-width: 1023px){.lg\:text-fuchsia-950{color:#4a044e}}@media screen and (max-width: 1023px){.lg\:text-pink-50{color:#fdf2f8}}@media screen and (max-width: 1023px){.lg\:text-pink-100{color:#fce7f3}}@media screen and (max-width: 1023px){.lg\:text-pink-200{color:#fbcfe8}}@media screen and (max-width: 1023px){.lg\:text-pink-300{color:#f9a8d4}}@media screen and (max-width: 1023px){.lg\:text-pink-400{color:#f472b6}}@media screen and (max-width: 1023px){.lg\:text-pink-500{color:#ec4899}}@media screen and (max-width: 1023px){.lg\:text-pink-600{color:#db2777}}@media screen and (max-width: 1023px){.lg\:text-pink-700{color:#be185d}}@media screen and (max-width: 1023px){.lg\:text-pink-800{color:#9d174d}}@media screen and (max-width: 1023px){.lg\:text-pink-900{color:#831843}}@media screen and (max-width: 1023px){.lg\:text-pink-950{color:#500724}}@media screen and (max-width: 1023px){.lg\:text-rose-50{color:#fff1f2}}@media screen and (max-width: 1023px){.lg\:text-rose-100{color:#ffe4e6}}@media screen and (max-width: 1023px){.lg\:text-rose-200{color:#fecdd3}}@media screen and (max-width: 1023px){.lg\:text-rose-300{color:#fda4af}}@media screen and (max-width: 1023px){.lg\:text-rose-400{color:#fb7185}}@media screen and (max-width: 1023px){.lg\:text-rose-500{color:#f43f5e}}@media screen and (max-width: 1023px){.lg\:text-rose-600{color:#e11d48}}@media screen and (max-width: 1023px){.lg\:text-rose-700{color:#be123c}}@media screen and (max-width: 1023px){.lg\:text-rose-800{color:#9f1239}}@media screen and (max-width: 1023px){.lg\:text-rose-900{color:#881337}}@media screen and (max-width: 1023px){.lg\:text-rose-950{color:#4c0519}}@media screen and (max-width: 1023px){.lg\:text-primary{color:#3874ff}}@media screen and (max-width: 1023px){.lg\:text-primary-bold{color:#002660}}@media screen and (max-width: 1023px){.lg\:text-primary-hover{color:#003585}}@media screen and (max-width: 1023px){.lg\:text-primary-border{color:#156ef3}}@media screen and (max-width: 1023px){.lg\:text-primary-focus-lv1{color:#6492ff}}@media screen and (max-width: 1023px){.lg\:text-primary-focus-lv2{color:#c7ddff}}@media screen and (max-width: 1023px){.lg\:text-primary-bg-color{color:#f8fbff}}@media screen and (max-width: 1023px){.lg\:text-success{color:#00bd7e}}@media screen and (max-width: 1023px){.lg\:text-success-bold{color:#006c58}}@media screen and (max-width: 1023px){.lg\:text-success-hover{color:#008d5e}}@media screen and (max-width: 1023px){.lg\:text-success-border{color:#17e5a1}}@media screen and (max-width: 1023px){.lg\:text-success-focus-lv1{color:#a9fbe0}}@media screen and (max-width: 1023px){.lg\:text-success-bg-color{color:#ebfff8}}@media screen and (max-width: 1023px){.lg\:text-warning{color:#ffb41f}}@media screen and (max-width: 1023px){.lg\:text-warning-bold{color:#b77d09}}@media screen and (max-width: 1023px){.lg\:text-warning-hover{color:#e39f17}}@media screen and (max-width: 1023px){.lg\:text-warning-border{color:#f7c86a}}@media screen and (max-width: 1023px){.lg\:text-warning-focus-lv1{color:#fbe0a9}}@media screen and (max-width: 1023px){.lg\:text-warning-bg-color{color:#fff8eb}}@media screen and (max-width: 1023px){.lg\:text-danger{color:#b20000}}@media screen and (max-width: 1023px){.lg\:text-danger-bold{color:#920122}}@media screen and (max-width: 1023px){.lg\:text-danger-hover{color:#c60833}}@media screen and (max-width: 1023px){.lg\:text-danger-border{color:#f35370}}@media screen and (max-width: 1023px){.lg\:text-danger-focus-lv1{color:#fdabb9}}@media screen and (max-width: 1023px){.lg\:text-danger-bg-color{color:#fff1f4}}@media screen and (max-width: 1023px){.lg\:text-info{color:#2668cb}}@media screen and (max-width: 1023px){.lg\:text-info-bold{color:#023480}}@media screen and (max-width: 1023px){.lg\:text-info-hover{color:#0f4eae}}@media screen and (max-width: 1023px){.lg\:text-info-border{color:#679ef2}}@media screen and (max-width: 1023px){.lg\:text-info-focus-lv1{color:#c1d9fd}}@media screen and (max-width: 1023px){.lg\:text-info-bg-color{color:#f2f7ff}}@media screen and (max-width: 1023px){.lg\:text-neutral-100{color:#1a1a1a}}@media screen and (max-width: 1023px){.lg\:text-neutral-90{color:#424242}}@media screen and (max-width: 1023px){.lg\:text-neutral-80{color:#616161}}@media screen and (max-width: 1023px){.lg\:text-neutral-70{color:#757575}}@media screen and (max-width: 1023px){.lg\:text-neutral-60{color:#9e9e9e}}@media screen and (max-width: 1023px){.lg\:text-neutral-50{color:#c2c2c2}}@media screen and (max-width: 1023px){.lg\:text-neutral-40{color:#e0e0e0}}@media screen and (max-width: 1023px){.lg\:text-neutral-30{color:#ededed}}@media screen and (max-width: 1023px){.lg\:text-neutral-20{color:#f5f5f5}}@media screen and (max-width: 1023px){.lg\:text-base{color:#f5f7fa}}@media screen and (max-width: 1023px){.lg\:text-extraLight{font-family:Mulish-ExtraLight,sans-serif}}@media screen and (max-width: 1023px){.lg\:text-light{font-family:Mulish-Light,sans-serif}}@media screen and (max-width: 1023px){.lg\:text-regular{font-family:Mulish-Regular,sans-serif}}@media screen and (max-width: 1023px){.lg\:text-medium{font-family:Mulish-Medium,sans-serif}}@media screen and (max-width: 1023px){.lg\:text-semiBold{font-family:Mulish-SemiBold,sans-serif}}@media screen and (max-width: 1023px){.lg\:text-bold{font-family:Mulish-SemiBold,sans-serif}}@media screen and (max-width: 1023px){.lg\:text-extraBold{font-family:Mulish-ExtraBold,sans-serif}}@media screen and (max-width: 1023px){.lg\:text-black{font-family:Mulish-Black,sans-serif}}@media screen and (max-width: 1023px){.lg\:text-blackItalic{font-family:Mulish-BlackItalic,sans-serif}}@media screen and (max-width: 1023px){.lg\:text-boldItalic{font-family:Mulish-BoldItalic,sans-serif}}@media screen and (max-width: 1023px){.lg\:text-extraBoldItalic{font-family:Mulish-ExtraBoldItalic,sans-serif}}@media screen and (max-width: 1023px){.lg\:text-extraLightItalic{font-family:Mulish-ExtraLightItalic,sans-serif}}@media screen and (max-width: 1023px){.lg\:text-italic{font-family:Mulish-Italic,sans-serif}}@media screen and (max-width: 1023px){.lg\:text-lightItalic{font-family:Mulish-LightItalic,sans-serif}}@media screen and (max-width: 1023px){.lg\:text-mediumItalic{font-family:Mulish-MediumItalic,sans-serif}}@media screen and (max-width: 1023px){.lg\:text-semiBoldItalic{font-family:Mulish-SemiBoldItalic,sans-serif}}@media screen and (max-width: 1023px){.lg\:top-0{top:0px}}@media screen and (max-width: 1023px){.lg\:top-px{top:1px}}@media screen and (max-width: 1023px){.lg\:top-1{top:.25rem}}@media screen and (max-width: 1023px){.lg\:top-2{top:.5rem}}@media screen and (max-width: 1023px){.lg\:top-3{top:.75rem}}@media screen and (max-width: 1023px){.lg\:top-4{top:1rem}}@media screen and (max-width: 1023px){.lg\:top-5{top:1.25rem}}@media screen and (max-width: 1023px){.lg\:top-6{top:1.5rem}}@media screen and (max-width: 1023px){.lg\:top-7{top:1.75rem}}@media screen and (max-width: 1023px){.lg\:top-8{top:2rem}}@media screen and (max-width: 1023px){.lg\:top-9{top:2.25rem}}@media screen and (max-width: 1023px){.lg\:top-10{top:2.5rem}}@media screen and (max-width: 1023px){.lg\:top-11{top:2.75rem}}@media screen and (max-width: 1023px){.lg\:top-12{top:3rem}}@media screen and (max-width: 1023px){.lg\:top-14{top:3.5rem}}@media screen and (max-width: 1023px){.lg\:top-16{top:4rem}}@media screen and (max-width: 1023px){.lg\:top-20{top:5rem}}@media screen and (max-width: 1023px){.lg\:top-24{top:6rem}}@media screen and (max-width: 1023px){.lg\:top-28{top:7rem}}@media screen and (max-width: 1023px){.lg\:top-32{top:8rem}}@media screen and (max-width: 1023px){.lg\:top-36{top:9rem}}@media screen and (max-width: 1023px){.lg\:top-40{top:10rem}}@media screen and (max-width: 1023px){.lg\:top-44{top:11rem}}@media screen and (max-width: 1023px){.lg\:top-48{top:12rem}}@media screen and (max-width: 1023px){.lg\:top-52{top:13rem}}@media screen and (max-width: 1023px){.lg\:top-56{top:14rem}}@media screen and (max-width: 1023px){.lg\:top-60{top:15rem}}@media screen and (max-width: 1023px){.lg\:top-64{top:16rem}}@media screen and (max-width: 1023px){.lg\:top-72{top:18rem}}@media screen and (max-width: 1023px){.lg\:top-80{top:20rem}}@media screen and (max-width: 1023px){.lg\:top-96{top:24rem}}@media screen and (max-width: 1023px){.lg\:top-auto{top:auto}}@media screen and (max-width: 1023px){.lg\:top-full{top:100%}}@media screen and (max-width: 1023px){.lg\:top-screen{top:100vh}}@media screen and (max-width: 1023px){.lg\:top-min{top:min-content}}@media screen and (max-width: 1023px){.lg\:top-max{top:max-content}}@media screen and (max-width: 1023px){.lg\:top-fit{top:fit-content}}.lg\:top-1\/2{top:50%}.lg\:top-1\/3{top:33.333333%}.lg\:top-1\/4{top:25%}.lg\:top-1\/5{top:20%}.lg\:top-1\/6{top:16.666667%}.lg\:top-1\/12{top:8.333333%}@media screen and (max-width: 1023px){.lg\:bottom-0{bottom:0px}}@media screen and (max-width: 1023px){.lg\:bottom-px{bottom:1px}}@media screen and (max-width: 1023px){.lg\:bottom-1{bottom:.25rem}}@media screen and (max-width: 1023px){.lg\:bottom-2{bottom:.5rem}}@media screen and (max-width: 1023px){.lg\:bottom-3{bottom:.75rem}}@media screen and (max-width: 1023px){.lg\:bottom-4{bottom:1rem}}@media screen and (max-width: 1023px){.lg\:bottom-5{bottom:1.25rem}}@media screen and (max-width: 1023px){.lg\:bottom-6{bottom:1.5rem}}@media screen and (max-width: 1023px){.lg\:bottom-7{bottom:1.75rem}}@media screen and (max-width: 1023px){.lg\:bottom-8{bottom:2rem}}@media screen and (max-width: 1023px){.lg\:bottom-9{bottom:2.25rem}}@media screen and (max-width: 1023px){.lg\:bottom-10{bottom:2.5rem}}@media screen and (max-width: 1023px){.lg\:bottom-11{bottom:2.75rem}}@media screen and (max-width: 1023px){.lg\:bottom-12{bottom:3rem}}@media screen and (max-width: 1023px){.lg\:bottom-14{bottom:3.5rem}}@media screen and (max-width: 1023px){.lg\:bottom-16{bottom:4rem}}@media screen and (max-width: 1023px){.lg\:bottom-20{bottom:5rem}}@media screen and (max-width: 1023px){.lg\:bottom-24{bottom:6rem}}@media screen and (max-width: 1023px){.lg\:bottom-28{bottom:7rem}}@media screen and (max-width: 1023px){.lg\:bottom-32{bottom:8rem}}@media screen and (max-width: 1023px){.lg\:bottom-36{bottom:9rem}}@media screen and (max-width: 1023px){.lg\:bottom-40{bottom:10rem}}@media screen and (max-width: 1023px){.lg\:bottom-44{bottom:11rem}}@media screen and (max-width: 1023px){.lg\:bottom-48{bottom:12rem}}@media screen and (max-width: 1023px){.lg\:bottom-52{bottom:13rem}}@media screen and (max-width: 1023px){.lg\:bottom-56{bottom:14rem}}@media screen and (max-width: 1023px){.lg\:bottom-60{bottom:15rem}}@media screen and (max-width: 1023px){.lg\:bottom-64{bottom:16rem}}@media screen and (max-width: 1023px){.lg\:bottom-72{bottom:18rem}}@media screen and (max-width: 1023px){.lg\:bottom-80{bottom:20rem}}@media screen and (max-width: 1023px){.lg\:bottom-96{bottom:24rem}}@media screen and (max-width: 1023px){.lg\:bottom-auto{bottom:auto}}@media screen and (max-width: 1023px){.lg\:bottom-full{bottom:100%}}@media screen and (max-width: 1023px){.lg\:bottom-screen{bottom:100vh}}@media screen and (max-width: 1023px){.lg\:bottom-min{bottom:min-content}}@media screen and (max-width: 1023px){.lg\:bottom-max{bottom:max-content}}@media screen and (max-width: 1023px){.lg\:bottom-fit{bottom:fit-content}}.lg\:bottom-1\/2{bottom:50%}.lg\:bottom-1\/3{bottom:33.333333%}.lg\:bottom-1\/4{bottom:25%}.lg\:bottom-1\/5{bottom:20%}.lg\:bottom-1\/6{bottom:16.666667%}.lg\:bottom-1\/12{bottom:8.333333%}@media screen and (max-width: 1023px){.lg\:right-0{right:0px}}@media screen and (max-width: 1023px){.lg\:right-px{right:1px}}@media screen and (max-width: 1023px){.lg\:right-1{right:.25rem}}@media screen and (max-width: 1023px){.lg\:right-2{right:.5rem}}@media screen and (max-width: 1023px){.lg\:right-3{right:.75rem}}@media screen and (max-width: 1023px){.lg\:right-4{right:1rem}}@media screen and (max-width: 1023px){.lg\:right-5{right:1.25rem}}@media screen and (max-width: 1023px){.lg\:right-6{right:1.5rem}}@media screen and (max-width: 1023px){.lg\:right-7{right:1.75rem}}@media screen and (max-width: 1023px){.lg\:right-8{right:2rem}}@media screen and (max-width: 1023px){.lg\:right-9{right:2.25rem}}@media screen and (max-width: 1023px){.lg\:right-10{right:2.5rem}}@media screen and (max-width: 1023px){.lg\:right-11{right:2.75rem}}@media screen and (max-width: 1023px){.lg\:right-12{right:3rem}}@media screen and (max-width: 1023px){.lg\:right-14{right:3.5rem}}@media screen and (max-width: 1023px){.lg\:right-16{right:4rem}}@media screen and (max-width: 1023px){.lg\:right-20{right:5rem}}@media screen and (max-width: 1023px){.lg\:right-24{right:6rem}}@media screen and (max-width: 1023px){.lg\:right-28{right:7rem}}@media screen and (max-width: 1023px){.lg\:right-32{right:8rem}}@media screen and (max-width: 1023px){.lg\:right-36{right:9rem}}@media screen and (max-width: 1023px){.lg\:right-40{right:10rem}}@media screen and (max-width: 1023px){.lg\:right-44{right:11rem}}@media screen and (max-width: 1023px){.lg\:right-48{right:12rem}}@media screen and (max-width: 1023px){.lg\:right-52{right:13rem}}@media screen and (max-width: 1023px){.lg\:right-56{right:14rem}}@media screen and (max-width: 1023px){.lg\:right-60{right:15rem}}@media screen and (max-width: 1023px){.lg\:right-64{right:16rem}}@media screen and (max-width: 1023px){.lg\:right-72{right:18rem}}@media screen and (max-width: 1023px){.lg\:right-80{right:20rem}}@media screen and (max-width: 1023px){.lg\:right-96{right:24rem}}@media screen and (max-width: 1023px){.lg\:right-auto{right:auto}}@media screen and (max-width: 1023px){.lg\:right-full{right:100%}}@media screen and (max-width: 1023px){.lg\:right-screen{right:100vh}}@media screen and (max-width: 1023px){.lg\:right-min{right:min-content}}@media screen and (max-width: 1023px){.lg\:right-max{right:max-content}}@media screen and (max-width: 1023px){.lg\:right-fit{right:fit-content}}.lg\:right-1\/2{right:50%}.lg\:right-1\/3{right:33.333333%}.lg\:right-1\/4{right:25%}.lg\:right-1\/5{right:20%}.lg\:right-1\/6{right:16.666667%}.lg\:right-1\/12{right:8.333333%}@media screen and (max-width: 1023px){.lg\:left-0{left:0px}}@media screen and (max-width: 1023px){.lg\:left-px{left:1px}}@media screen and (max-width: 1023px){.lg\:left-1{left:.25rem}}@media screen and (max-width: 1023px){.lg\:left-2{left:.5rem}}@media screen and (max-width: 1023px){.lg\:left-3{left:.75rem}}@media screen and (max-width: 1023px){.lg\:left-4{left:1rem}}@media screen and (max-width: 1023px){.lg\:left-5{left:1.25rem}}@media screen and (max-width: 1023px){.lg\:left-6{left:1.5rem}}@media screen and (max-width: 1023px){.lg\:left-7{left:1.75rem}}@media screen and (max-width: 1023px){.lg\:left-8{left:2rem}}@media screen and (max-width: 1023px){.lg\:left-9{left:2.25rem}}@media screen and (max-width: 1023px){.lg\:left-10{left:2.5rem}}@media screen and (max-width: 1023px){.lg\:left-11{left:2.75rem}}@media screen and (max-width: 1023px){.lg\:left-12{left:3rem}}@media screen and (max-width: 1023px){.lg\:left-14{left:3.5rem}}@media screen and (max-width: 1023px){.lg\:left-16{left:4rem}}@media screen and (max-width: 1023px){.lg\:left-20{left:5rem}}@media screen and (max-width: 1023px){.lg\:left-24{left:6rem}}@media screen and (max-width: 1023px){.lg\:left-28{left:7rem}}@media screen and (max-width: 1023px){.lg\:left-32{left:8rem}}@media screen and (max-width: 1023px){.lg\:left-36{left:9rem}}@media screen and (max-width: 1023px){.lg\:left-40{left:10rem}}@media screen and (max-width: 1023px){.lg\:left-44{left:11rem}}@media screen and (max-width: 1023px){.lg\:left-48{left:12rem}}@media screen and (max-width: 1023px){.lg\:left-52{left:13rem}}@media screen and (max-width: 1023px){.lg\:left-56{left:14rem}}@media screen and (max-width: 1023px){.lg\:left-60{left:15rem}}@media screen and (max-width: 1023px){.lg\:left-64{left:16rem}}@media screen and (max-width: 1023px){.lg\:left-72{left:18rem}}@media screen and (max-width: 1023px){.lg\:left-80{left:20rem}}@media screen and (max-width: 1023px){.lg\:left-96{left:24rem}}@media screen and (max-width: 1023px){.lg\:left-auto{left:auto}}@media screen and (max-width: 1023px){.lg\:left-full{left:100%}}@media screen and (max-width: 1023px){.lg\:left-screen{left:100vh}}@media screen and (max-width: 1023px){.lg\:left-min{left:min-content}}@media screen and (max-width: 1023px){.lg\:left-max{left:max-content}}@media screen and (max-width: 1023px){.lg\:left-fit{left:fit-content}}.lg\:left-1\/2{left:50%}.lg\:left-1\/3{left:33.333333%}.lg\:left-1\/4{left:25%}.lg\:left-1\/5{left:20%}.lg\:left-1\/6{left:16.666667%}.lg\:left-1\/12{left:8.333333%}@media screen and (max-width: 1023px){.lg\:z-0{z-index:0}}@media screen and (max-width: 1023px){.lg\:z-10{z-index:10}}@media screen and (max-width: 1023px){.lg\:z-20{z-index:20}}@media screen and (max-width: 1023px){.lg\:z-30{z-index:30}}@media screen and (max-width: 1023px){.lg\:z-40{z-index:40}}@media screen and (max-width: 1023px){.lg\:z-50{z-index:50}}@media screen and (max-width: 1023px){.lg\:z-auto{z-index:auto}}.lg\:m-auto{margin:auto}.lg\:ml-auto{margin-left:auto}.lg\:mr-auto{margin-right:auto}.lg\:mx-auto{margin:0 auto}.lg\:my-auto{margin:auto 0}.lg\:mb-auto{margin-bottom:auto}.lg\:mt-auto{margin-top:auto}.lg\:m-0{margin:0}.lg\:ml-0{margin-left:0}.lg\:mr-0{margin-right:0}.lg\:mx-0,.lg\:my-0{margin:0}.lg\:mb-0{margin-bottom:0}.lg\:mt-0{margin-top:0}.lg\:m-1{margin:.25rem}.lg\:ml-1{margin-left:.25rem}.lg\:mr-1{margin-right:.25rem}.lg\:mx-1{margin:0px .25rem}.lg\:my-1{margin:.25rem 0px}.lg\:mb-1{margin-bottom:.25rem}.lg\:mt-1{margin-top:.25rem}.lg\:m-2{margin:.5rem}.lg\:ml-2{margin-left:.5rem}.lg\:mr-2{margin-right:.5rem}.lg\:mx-2{margin:0px .5rem}.lg\:my-2{margin:.5rem 0px}.lg\:mb-2{margin-bottom:.5rem}.lg\:mt-2{margin-top:.5rem}.lg\:m-3{margin:.75rem}.lg\:ml-3{margin-left:.75rem}.lg\:mr-3{margin-right:.75rem}.lg\:mx-3{margin:0px .75rem}.lg\:my-3{margin:.75rem 0px}.lg\:mb-3{margin-bottom:.75rem}.lg\:mt-3{margin-top:.75rem}.lg\:m-4{margin:1rem}.lg\:ml-4{margin-left:1rem}.lg\:mr-4{margin-right:1rem}.lg\:mx-4{margin:0px 1rem}.lg\:my-4{margin:1rem 0px}.lg\:mb-4{margin-bottom:1rem}.lg\:mt-4{margin-top:1rem}.lg\:m-5{margin:1.25rem}.lg\:ml-5{margin-left:1.25rem}.lg\:mr-5{margin-right:1.25rem}.lg\:mx-5{margin:0px 1.25rem}.lg\:my-5{margin:1.25rem 0px}.lg\:mb-5{margin-bottom:1.25rem}.lg\:mt-5{margin-top:1.25rem}.lg\:m-6{margin:1.5rem}.lg\:ml-6{margin-left:1.5rem}.lg\:mr-6{margin-right:1.5rem}.lg\:mx-6{margin:0px 1.5rem}.lg\:my-6{margin:1.5rem 0px}.lg\:mb-6{margin-bottom:1.5rem}.lg\:mt-6{margin-top:1.5rem}.lg\:m-7{margin:1.75rem}.lg\:ml-7{margin-left:1.75rem}.lg\:mr-7{margin-right:1.75rem}.lg\:mx-7{margin:0px 1.75rem}.lg\:my-7{margin:1.75rem 0px}.lg\:mb-7{margin-bottom:1.75rem}.lg\:mt-7{margin-top:1.75rem}.lg\:m-8{margin:2rem}.lg\:ml-8{margin-left:2rem}.lg\:mr-8{margin-right:2rem}.lg\:mx-8{margin:0px 2rem}.lg\:my-8{margin:2rem 0px}.lg\:mb-8{margin-bottom:2rem}.lg\:mt-8{margin-top:2rem}.lg\:m-9{margin:2.25rem}.lg\:ml-9{margin-left:2.25rem}.lg\:mr-9{margin-right:2.25rem}.lg\:mx-9{margin:0px 2.25rem}.lg\:my-9{margin:2.25rem 0px}.lg\:mb-9{margin-bottom:2.25rem}.lg\:mt-9{margin-top:2.25rem}.lg\:m-10{margin:2.5rem}.lg\:ml-10{margin-left:2.5rem}.lg\:mr-10{margin-right:2.5rem}.lg\:mx-10{margin:0px 2.5rem}.lg\:my-10{margin:2.5rem 0px}.lg\:mb-10{margin-bottom:2.5rem}.lg\:mt-10{margin-top:2.5rem}.lg\:m-11{margin:2.75rem}.lg\:ml-11{margin-left:2.75rem}.lg\:mr-11{margin-right:2.75rem}.lg\:mx-11{margin:0px 2.75rem}.lg\:my-11{margin:2.75rem 0px}.lg\:mb-11{margin-bottom:2.75rem}.lg\:mt-11{margin-top:2.75rem}.lg\:m-12{margin:3rem}.lg\:ml-12{margin-left:3rem}.lg\:mr-12{margin-right:3rem}.lg\:mx-12{margin:0px 3rem}.lg\:my-12{margin:3rem 0px}.lg\:mb-12{margin-bottom:3rem}.lg\:mt-12{margin-top:3rem}.lg\:m-14{margin:3.5rem}.lg\:ml-14{margin-left:3.5rem}.lg\:mr-14{margin-right:3.5rem}.lg\:mx-14{margin:0px 3.5rem}.lg\:my-14{margin:3.5rem 0px}.lg\:mb-14{margin-bottom:3.5rem}.lg\:mt-14{margin-top:3.5rem}.lg\:m-16{margin:4rem}.lg\:ml-16{margin-left:4rem}.lg\:mr-16{margin-right:4rem}.lg\:mx-16{margin:0px 4rem}.lg\:my-16{margin:4rem 0px}.lg\:mb-16{margin-bottom:4rem}.lg\:mt-16{margin-top:4rem}.lg\:m-20{margin:5rem}.lg\:ml-20{margin-left:5rem}.lg\:mr-20{margin-right:5rem}.lg\:mx-20{margin:0px 5rem}.lg\:my-20{margin:5rem 0px}.lg\:mb-20{margin-bottom:5rem}.lg\:mt-20{margin-top:5rem}.lg\:m-24{margin:6rem}.lg\:ml-24{margin-left:6rem}.lg\:mr-24{margin-right:6rem}.lg\:mx-24{margin:0px 6rem}.lg\:my-24{margin:6rem 0px}.lg\:mb-24{margin-bottom:6rem}.lg\:mt-24{margin-top:6rem}.lg\:m-28{margin:7rem}.lg\:ml-28{margin-left:7rem}.lg\:mr-28{margin-right:7rem}.lg\:mx-28{margin:0px 7rem}.lg\:my-28{margin:7rem 0px}.lg\:mb-28{margin-bottom:7rem}.lg\:mt-28{margin-top:7rem}.lg\:m-32{margin:8rem}.lg\:ml-32{margin-left:8rem}.lg\:mr-32{margin-right:8rem}.lg\:mx-32{margin:0px 8rem}.lg\:my-32{margin:8rem 0px}.lg\:mb-32{margin-bottom:8rem}.lg\:mt-32{margin-top:8rem}.lg\:m-36{margin:9rem}.lg\:ml-36{margin-left:9rem}.lg\:mr-36{margin-right:9rem}.lg\:mx-36{margin:0px 9rem}.lg\:my-36{margin:9rem 0px}.lg\:mb-36{margin-bottom:9rem}.lg\:mt-36{margin-top:9rem}.lg\:m-40{margin:10rem}.lg\:ml-40{margin-left:10rem}.lg\:mr-40{margin-right:10rem}.lg\:mx-40{margin:0px 10rem}.lg\:my-40{margin:10rem 0px}.lg\:mb-40{margin-bottom:10rem}.lg\:mt-40{margin-top:10rem}.lg\:m-44{margin:11rem}.lg\:ml-44{margin-left:11rem}.lg\:mr-44{margin-right:11rem}.lg\:mx-44{margin:0px 11rem}.lg\:my-44{margin:11rem 0px}.lg\:mb-44{margin-bottom:11rem}.lg\:mt-44{margin-top:11rem}.lg\:m-48{margin:12rem}.lg\:ml-48{margin-left:12rem}.lg\:mr-48{margin-right:12rem}.lg\:mx-48{margin:0px 12rem}.lg\:my-48{margin:12rem 0px}.lg\:mb-48{margin-bottom:12rem}.lg\:mt-48{margin-top:12rem}.lg\:m-52{margin:13rem}.lg\:ml-52{margin-left:13rem}.lg\:mr-52{margin-right:13rem}.lg\:mx-52{margin:0px 13rem}.lg\:my-52{margin:13rem 0px}.lg\:mb-52{margin-bottom:13rem}.lg\:mt-52{margin-top:13rem}.lg\:m-56{margin:14rem}.lg\:ml-56{margin-left:14rem}.lg\:mr-56{margin-right:14rem}.lg\:mx-56{margin:0px 14rem}.lg\:my-56{margin:14rem 0px}.lg\:mb-56{margin-bottom:14rem}.lg\:mt-56{margin-top:14rem}.lg\:m-60{margin:15rem}.lg\:ml-60{margin-left:15rem}.lg\:mr-60{margin-right:15rem}.lg\:mx-60{margin:0px 15rem}.lg\:my-60{margin:15rem 0px}.lg\:mb-60{margin-bottom:15rem}.lg\:mt-60{margin-top:15rem}.lg\:m-64{margin:16rem}.lg\:ml-64{margin-left:16rem}.lg\:mr-64{margin-right:16rem}.lg\:mx-64{margin:0px 16rem}.lg\:my-64{margin:16rem 0px}.lg\:mb-64{margin-bottom:16rem}.lg\:mt-64{margin-top:16rem}.lg\:m-72{margin:18rem}.lg\:ml-72{margin-left:18rem}.lg\:mr-72{margin-right:18rem}.lg\:mx-72{margin:0px 18rem}.lg\:my-72{margin:18rem 0px}.lg\:mb-72{margin-bottom:18rem}.lg\:mt-72{margin-top:18rem}.lg\:m-80{margin:20rem}.lg\:ml-80{margin-left:20rem}.lg\:mr-80{margin-right:20rem}.lg\:mx-80{margin:0px 20rem}.lg\:my-80{margin:20rem 0px}.lg\:mb-80{margin-bottom:20rem}.lg\:mt-80{margin-top:20rem}.lg\:m-96{margin:24rem}.lg\:ml-96{margin-left:24rem}.lg\:mr-96{margin-right:24rem}.lg\:mx-96{margin:0px 24rem}.lg\:my-96{margin:24rem 0px}.lg\:mb-96{margin-bottom:24rem}.lg\:mt-96{margin-top:24rem}@media screen and (max-width: 1023px){.lg\:gap-0{gap:0px}}@media screen and (max-width: 1023px){.lg\:gap-1{gap:.25rem}}@media screen and (max-width: 1023px){.lg\:gap-2{gap:.5rem}}@media screen and (max-width: 1023px){.lg\:gap-3{gap:.75rem}}@media screen and (max-width: 1023px){.lg\:gap-4{gap:1rem}}@media screen and (max-width: 1023px){.lg\:gap-5{gap:1.25rem}}@media screen and (max-width: 1023px){.lg\:gap-6{gap:1.5rem}}@media screen and (max-width: 1023px){.lg\:gap-7{gap:1.75rem}}@media screen and (max-width: 1023px){.lg\:gap-8{gap:2rem}}@media screen and (max-width: 1023px){.lg\:gap-9{gap:2.25rem}}@media screen and (max-width: 1023px){.lg\:gap-10{gap:2.5rem}}@media screen and (max-width: 1023px){.lg\:gap-11{gap:2.75rem}}@media screen and (max-width: 1023px){.lg\:gap-12{gap:3rem}}@media screen and (max-width: 1023px){.lg\:gap-14{gap:3.5rem}}@media screen and (max-width: 1023px){.lg\:gap-16{gap:4rem}}@media screen and (max-width: 1023px){.lg\:gap-20{gap:5rem}}@media screen and (max-width: 1023px){.lg\:gap-24{gap:6rem}}@media screen and (max-width: 1023px){.lg\:gap-28{gap:7rem}}@media screen and (max-width: 1023px){.lg\:gap-32{gap:8rem}}@media screen and (max-width: 1023px){.lg\:gap-36{gap:9rem}}@media screen and (max-width: 1023px){.lg\:gap-40{gap:10rem}}@media screen and (max-width: 1023px){.lg\:gap-44{gap:11rem}}@media screen and (max-width: 1023px){.lg\:gap-48{gap:12rem}}@media screen and (max-width: 1023px){.lg\:gap-52{gap:13rem}}@media screen and (max-width: 1023px){.lg\:gap-56{gap:14rem}}@media screen and (max-width: 1023px){.lg\:gap-60{gap:15rem}}@media screen and (max-width: 1023px){.lg\:gap-64{gap:16rem}}@media screen and (max-width: 1023px){.lg\:gap-72{gap:18rem}}@media screen and (max-width: 1023px){.lg\:gap-80{gap:20rem}}@media screen and (max-width: 1023px){.lg\:gap-96{gap:24rem}}@media screen and (max-width: 1023px){.lg\:justify-center{justify-content:center}}@media screen and (max-width: 1023px){.lg\:justify-end{justify-content:end}}@media screen and (max-width: 1023px){.lg\:justify-start{justify-content:start}}@media screen and (max-width: 1023px){.lg\:justify-between{justify-content:space-between}}@media screen and (max-width: 1023px){.lg\:justify-baseline{justify-content:baseline}}@media screen and (max-width: 1023px){.lg\:justify-around{justify-content:space-around}}@media screen and (max-width: 1023px){.lg\:justify-evenly{justify-content:space-evenly}}@media screen and (max-width: 1023px){.lg\:items-center{align-items:center}}@media screen and (max-width: 1023px){.lg\:items-baseline{align-items:baseline}}@media screen and (max-width: 1023px){.lg\:items-end{align-items:flex-end}}@media screen and (max-width: 1023px){.lg\:items-start{align-items:flex-start}}@media screen and (max-width: 1023px){.lg\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}}@media screen and (max-width: 1023px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width: 1023px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width: 1023px){.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media screen and (max-width: 1023px){.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}}@media screen and (max-width: 1023px){.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}}@media screen and (max-width: 1023px){.lg\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}}@media screen and (max-width: 1023px){.lg\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}}@media screen and (max-width: 1023px){.lg\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}}@media screen and (max-width: 1023px){.lg\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}}@media screen and (max-width: 1023px){.lg\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}}@media screen and (max-width: 1023px){.lg\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}}@media screen and (max-width: 1023px){.lg\:grid-cols-none{grid-template-columns:none}}@media screen and (max-width: 1023px){.lg\:object-contain{object-fit:contain}}@media screen and (max-width: 1023px){.lg\:object-cover{object-fit:cover}}@media screen and (max-width: 1023px){.lg\:object-fill{object-fit:fill}}@media screen and (max-width: 1023px){.lg\:object-none{object-fit:none}}@media screen and (max-width: 1023px){.lg\:object-scale-down{object-fit:scale-down}}@media screen and (max-width: 1023px){.lg\:backdrop-blur-none{backdrop-filter:blur(0)}}@media screen and (max-width: 1023px){.lg\:backdrop-blur-sm{backdrop-filter:blur(4px)}}@media screen and (max-width: 1023px){.lg\:backdrop-blur{backdrop-filter:blur(8px)}}@media screen and (max-width: 1023px){.lg\:backdrop-blur-md{backdrop-filter:blur(12px)}}@media screen and (max-width: 1023px){.lg\:backdrop-blur-lg{backdrop-filter:blur(16px)}}@media screen and (max-width: 1023px){.lg\:backdrop-blur-xl{backdrop-filter:blur(24px)}}@media screen and (max-width: 1023px){.lg\:backdrop-blur-2xl{backdrop-filter:blur(40px)}}@media screen and (max-width: 1023px){.lg\:backdrop-blur-3xl{backdrop-filter:blur(64px)}}@media screen and (max-width: 1023px){.lg\:col-auto{grid-column:auto}}@media screen and (max-width: 1023px){.lg\:col-span-1{grid-column:span 1/span 1}}@media screen and (max-width: 1023px){.lg\:col-span-2{grid-column:span 2/span 2}}@media screen and (max-width: 1023px){.lg\:col-span-3{grid-column:span 3/span 3}}@media screen and (max-width: 1023px){.lg\:col-span-4{grid-column:span 4/span 4}}@media screen and (max-width: 1023px){.lg\:col-span-5{grid-column:span 5/span 5}}@media screen and (max-width: 1023px){.lg\:col-span-6{grid-column:span 6/span 6}}@media screen and (max-width: 1023px){.lg\:col-span-7{grid-column:span 7/span 7}}@media screen and (max-width: 1023px){.lg\:col-span-8{grid-column:span 8/span 8}}@media screen and (max-width: 1023px){.lg\:col-span-9{grid-column:span 9/span 9}}@media screen and (max-width: 1023px){.lg\:col-span-10{grid-column:span 10/span 10}}@media screen and (max-width: 1023px){.lg\:col-span-11{grid-column:span 11/span 11}}@media screen and (max-width: 1023px){.lg\:col-span-12{grid-column:span 12/span 12}}@media screen and (max-width: 1023px){.lg\:col-start-1{grid-column-start:1}}@media screen and (max-width: 1023px){.lg\:col-start-2{grid-column-start:2}}@media screen and (max-width: 1023px){.lg\:col-start-3{grid-column-start:3}}@media screen and (max-width: 1023px){.lg\:col-start-4{grid-column-start:4}}@media screen and (max-width: 1023px){.lg\:col-start-5{grid-column-start:5}}@media screen and (max-width: 1023px){.lg\:col-start-6{grid-column-start:6}}@media screen and (max-width: 1023px){.lg\:col-start-7{grid-column-start:7}}@media screen and (max-width: 1023px){.lg\:col-start-8{grid-column-start:8}}@media screen and (max-width: 1023px){.lg\:col-start-9{grid-column-start:9}}@media screen and (max-width: 1023px){.lg\:col-start-10{grid-column-start:10}}@media screen and (max-width: 1023px){.lg\:col-start-11{grid-column-start:11}}@media screen and (max-width: 1023px){.lg\:col-start-12{grid-column-start:12}}@media screen and (max-width: 1023px){.lg\:col-start-13{grid-column-start:13}}@media screen and (max-width: 1023px){.lg\:col-start-auto{grid-column-start:auto}}@media screen and (max-width: 1023px){.lg\:col-end-1{grid-column-end:1}}@media screen and (max-width: 1023px){.lg\:col-end-2{grid-column-end:2}}@media screen and (max-width: 1023px){.lg\:col-end-3{grid-column-end:3}}@media screen and (max-width: 1023px){.lg\:col-end-4{grid-column-end:4}}@media screen and (max-width: 1023px){.lg\:col-end-5{grid-column-end:5}}@media screen and (max-width: 1023px){.lg\:col-end-6{grid-column-end:6}}@media screen and (max-width: 1023px){.lg\:col-end-7{grid-column-end:7}}@media screen and (max-width: 1023px){.lg\:col-end-8{grid-column-end:8}}@media screen and (max-width: 1023px){.lg\:col-end-9{grid-column-end:9}}@media screen and (max-width: 1023px){.lg\:col-end-10{grid-column-end:10}}@media screen and (max-width: 1023px){.lg\:col-end-11{grid-column-end:11}}@media screen and (max-width: 1023px){.lg\:col-end-12{grid-column-end:12}}@media screen and (max-width: 1023px){.lg\:col-end-13{grid-column-end:13}}@media screen and (max-width: 1023px){.lg\:col-end-auto{grid-column-end:auto}}@media screen and (max-width: 1023px){.lg\:indent-0{text-indent:0px}}@media screen and (max-width: 1023px){.lg\:indent-px{text-indent:1px}}@media screen and (max-width: 1023px){.lg\:indent-1{text-indent:.25rem}}@media screen and (max-width: 1023px){.lg\:indent-2{text-indent:.5rem}}@media screen and (max-width: 1023px){.lg\:indent-3{text-indent:.75rem}}@media screen and (max-width: 1023px){.lg\:indent-4{text-indent:1rem}}@media screen and (max-width: 1023px){.lg\:indent-5{text-indent:1.25rem}}@media screen and (max-width: 1023px){.lg\:indent-6{text-indent:1.5rem}}@media screen and (max-width: 1023px){.lg\:indent-7{text-indent:1.75rem}}@media screen and (max-width: 1023px){.lg\:indent-8{text-indent:2rem}}@media screen and (max-width: 1023px){.lg\:indent-9{text-indent:2.25rem}}@media screen and (max-width: 1023px){.lg\:indent-10{text-indent:2.5rem}}@media screen and (max-width: 1023px){.lg\:indent-11{text-indent:2.75rem}}@media screen and (max-width: 1023px){.lg\:indent-12{text-indent:3rem}}@media screen and (max-width: 1023px){.lg\:indent-14{text-indent:3.5rem}}@media screen and (max-width: 1023px){.lg\:indent-16{text-indent:4rem}}@media screen and (max-width: 1023px){.lg\:indent-20{text-indent:5rem}}@media screen and (max-width: 1023px){.lg\:indent-24{text-indent:6rem}}@media screen and (max-width: 1023px){.lg\:indent-28{text-indent:7rem}}@media screen and (max-width: 1023px){.lg\:indent-32{text-indent:8rem}}@media screen and (max-width: 1023px){.lg\:indent-36{text-indent:9rem}}@media screen and (max-width: 1023px){.lg\:indent-40{text-indent:10rem}}@media screen and (max-width: 1023px){.lg\:indent-44{text-indent:11rem}}@media screen and (max-width: 1023px){.lg\:indent-48{text-indent:12rem}}@media screen and (max-width: 1023px){.lg\:indent-52{text-indent:13rem}}@media screen and (max-width: 1023px){.lg\:indent-56{text-indent:14rem}}@media screen and (max-width: 1023px){.lg\:indent-60{text-indent:15rem}}@media screen and (max-width: 1023px){.lg\:indent-64{text-indent:16rem}}@media screen and (max-width: 1023px){.lg\:indent-72{text-indent:18rem}}@media screen and (max-width: 1023px){.lg\:indent-80{text-indent:20rem}}@media screen and (max-width: 1023px){.lg\:indent-96{text-indent:24rem}}.lg\:indent-0\.5{text-transform:.125rem}.lg\:indent-1\.5{text-transform:.375rem}.lg\:indent-2\.5{text-transform:.625rem}.lg\:indent-3\.5{text-transform:.875rem}@media screen and (max-width: 1023px){.lg\: .underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}}@media screen and (max-width: 1023px){.lg\: .overline{-webkit-text-decoration-line:overline;text-decoration-line:overline}}@media screen and (max-width: 1023px){.lg\: .through{-webkit-text-decoration-line:line-through;text-decoration-line:line-through}}@media screen and (max-width: 1023px){.lg\: .none{-webkit-text-decoration-line:none;text-decoration-line:none}}@media screen and (max-width: 1023px){.lg\: .uppercase{text-transform:uppercase}}@media screen and (max-width: 1023px){.lg\: .lowercase{text-transform:lowercase}}@media screen and (max-width: 1023px){.lg\: .capitalize{text-transform:capitalize}}@media screen and (max-width: 1023px){.lg\: .normal-case{text-transform:none}}@media screen and (max-width: 1023px){.lg\:shadow-2-12{box-shadow:0 2px 4px #0000001f}}@media screen and (max-width: 1023px){.lg\:shadow-4-10{box-shadow:0 4px 8px #0000001a}}@media screen and (max-width: 1023px){.lg\:shadow-6-10{box-shadow:0 6px 12px #0000001a}}@media screen and (max-width: 1023px){.lg\:shadow-6-8{box-shadow:0 8px 16px #00000014}}@media screen and (max-width: 1023px){.lg\:shadow-primary{box-shadow:0 0 0 1px #6492ff}}@media screen and (max-width: 1023px){.lg\:shadow-danger{box-shadow:0 0 0 1px #fdabb9}}@media screen and (max-width: 1023px){.lg\:shadow-warning{box-shadow:0 0 0 1px #fbe0a9}}@media screen and (max-width: 1023px){.lg\:shadow-info{box-shadow:0 0 0 1px #c1d9fd}}@media screen and (max-width: 1023px){.lg\:shadow-success{box-shadow:0 0 0 1px #c1d9fd}}@media screen and (max-width: 1023px){.lg\:shadow-loading{box-shadow:0 0 0 1px #757575}}@media screen and (max-width: 1023px){.lg\:shadow-header{box-shadow:0 2px 4px #0000001f}}@media screen and (max-width: 1023px){.lg\:shadow-none{box-shadow:none}}@media screen and (max-width: 1023px){.lg\:button-extraSm{padding:6px 16px}}@media screen and (max-width: 1023px){.lg\:button-normal{padding:16px 32px}}@media screen and (max-width: 1439px){.xl\:bg-transparent{background-color:transparent}}@media screen and (max-width: 1439px){.xl\:bg-transparent\/0{background-color:#0000}}@media screen and (max-width: 1439px){.xl\:bg-transparent\/10{background-color:#0000001a}}@media screen and (max-width: 1439px){.xl\:bg-transparent\/20{background-color:#0003}}@media screen and (max-width: 1439px){.xl\:bg-transparent\/30{background-color:#0000004d}}@media screen and (max-width: 1439px){.xl\:bg-transparent\/40{background-color:#0006}}@media screen and (max-width: 1439px){.xl\:bg-transparent\/50{background-color:#00000080}}@media screen and (max-width: 1439px){.xl\:bg-transparent\/60{background-color:#0009}}@media screen and (max-width: 1439px){.xl\:bg-transparent\/70{background-color:#000000b3}}@media screen and (max-width: 1439px){.xl\:bg-transparent\/75{background-color:#000000bf}}@media screen and (max-width: 1439px){.xl\:bg-transparent\/80{background-color:#000c}}@media screen and (max-width: 1439px){.xl\:bg-transparent\/90{background-color:#000000e6}}@media screen and (max-width: 1439px){.xl\:bg-black{background-color:#000}}@media screen and (max-width: 1439px){.xl\:bg-black\/0{background-color:#0000}}@media screen and (max-width: 1439px){.xl\:bg-black\/10{background-color:#0000001a}}@media screen and (max-width: 1439px){.xl\:bg-black\/20{background-color:#0003}}@media screen and (max-width: 1439px){.xl\:bg-black\/30{background-color:#0000004d}}@media screen and (max-width: 1439px){.xl\:bg-black\/40{background-color:#0006}}@media screen and (max-width: 1439px){.xl\:bg-black\/50{background-color:#00000080}}@media screen and (max-width: 1439px){.xl\:bg-black\/60{background-color:#0009}}@media screen and (max-width: 1439px){.xl\:bg-black\/70{background-color:#000000b3}}@media screen and (max-width: 1439px){.xl\:bg-black\/75{background-color:#000000bf}}@media screen and (max-width: 1439px){.xl\:bg-black\/80{background-color:#000c}}@media screen and (max-width: 1439px){.xl\:bg-black\/90{background-color:#000000e6}}@media screen and (max-width: 1439px){.xl\:bg-white{background-color:#fff}}@media screen and (max-width: 1439px){.xl\:bg-white\/0{background-color:#fff0}}@media screen and (max-width: 1439px){.xl\:bg-white\/10{background-color:#ffffff1a}}@media screen and (max-width: 1439px){.xl\:bg-white\/20{background-color:#fff3}}@media screen and (max-width: 1439px){.xl\:bg-white\/30{background-color:#ffffff4d}}@media screen and (max-width: 1439px){.xl\:bg-white\/40{background-color:#fff6}}@media screen and (max-width: 1439px){.xl\:bg-white\/50{background-color:#ffffff80}}@media screen and (max-width: 1439px){.xl\:bg-white\/60{background-color:#fff9}}@media screen and (max-width: 1439px){.xl\:bg-white\/70{background-color:#ffffffb3}}@media screen and (max-width: 1439px){.xl\:bg-white\/75{background-color:#ffffffbf}}@media screen and (max-width: 1439px){.xl\:bg-white\/80{background-color:#fffc}}@media screen and (max-width: 1439px){.xl\:bg-white\/90{background-color:#ffffffe6}}@media screen and (max-width: 1439px){.xl\:bg-slate-50{background-color:#f8fafc}}@media screen and (max-width: 1439px){.xl\:bg-slate-50\/0{background-color:#f8fafc00}}@media screen and (max-width: 1439px){.xl\:bg-slate-50\/10{background-color:#f8fafc1a}}@media screen and (max-width: 1439px){.xl\:bg-slate-50\/20{background-color:#f8fafc33}}@media screen and (max-width: 1439px){.xl\:bg-slate-50\/30{background-color:#f8fafc4d}}@media screen and (max-width: 1439px){.xl\:bg-slate-50\/40{background-color:#f8fafc66}}@media screen and (max-width: 1439px){.xl\:bg-slate-50\/50{background-color:#f8fafc80}}@media screen and (max-width: 1439px){.xl\:bg-slate-50\/60{background-color:#f8fafc99}}@media screen and (max-width: 1439px){.xl\:bg-slate-50\/70{background-color:#f8fafcb3}}@media screen and (max-width: 1439px){.xl\:bg-slate-50\/75{background-color:#f8fafcbf}}@media screen and (max-width: 1439px){.xl\:bg-slate-50\/80{background-color:#f8fafccc}}@media screen and (max-width: 1439px){.xl\:bg-slate-50\/90{background-color:#f8fafce6}}@media screen and (max-width: 1439px){.xl\:bg-slate-100{background-color:#f1f5f9}}@media screen and (max-width: 1439px){.xl\:bg-slate-100\/0{background-color:#f1f5f900}}@media screen and (max-width: 1439px){.xl\:bg-slate-100\/10{background-color:#f1f5f91a}}@media screen and (max-width: 1439px){.xl\:bg-slate-100\/20{background-color:#f1f5f933}}@media screen and (max-width: 1439px){.xl\:bg-slate-100\/30{background-color:#f1f5f94d}}@media screen and (max-width: 1439px){.xl\:bg-slate-100\/40{background-color:#f1f5f966}}@media screen and (max-width: 1439px){.xl\:bg-slate-100\/50{background-color:#f1f5f980}}@media screen and (max-width: 1439px){.xl\:bg-slate-100\/60{background-color:#f1f5f999}}@media screen and (max-width: 1439px){.xl\:bg-slate-100\/70{background-color:#f1f5f9b3}}@media screen and (max-width: 1439px){.xl\:bg-slate-100\/75{background-color:#f1f5f9bf}}@media screen and (max-width: 1439px){.xl\:bg-slate-100\/80{background-color:#f1f5f9cc}}@media screen and (max-width: 1439px){.xl\:bg-slate-100\/90{background-color:#f1f5f9e6}}@media screen and (max-width: 1439px){.xl\:bg-slate-200{background-color:#e2e8f0}}@media screen and (max-width: 1439px){.xl\:bg-slate-200\/0{background-color:#e2e8f000}}@media screen and (max-width: 1439px){.xl\:bg-slate-200\/10{background-color:#e2e8f01a}}@media screen and (max-width: 1439px){.xl\:bg-slate-200\/20{background-color:#e2e8f033}}@media screen and (max-width: 1439px){.xl\:bg-slate-200\/30{background-color:#e2e8f04d}}@media screen and (max-width: 1439px){.xl\:bg-slate-200\/40{background-color:#e2e8f066}}@media screen and (max-width: 1439px){.xl\:bg-slate-200\/50{background-color:#e2e8f080}}@media screen and (max-width: 1439px){.xl\:bg-slate-200\/60{background-color:#e2e8f099}}@media screen and (max-width: 1439px){.xl\:bg-slate-200\/70{background-color:#e2e8f0b3}}@media screen and (max-width: 1439px){.xl\:bg-slate-200\/75{background-color:#e2e8f0bf}}@media screen and (max-width: 1439px){.xl\:bg-slate-200\/80{background-color:#e2e8f0cc}}@media screen and (max-width: 1439px){.xl\:bg-slate-200\/90{background-color:#e2e8f0e6}}@media screen and (max-width: 1439px){.xl\:bg-slate-300{background-color:#cbd5e1}}@media screen and (max-width: 1439px){.xl\:bg-slate-300\/0{background-color:#cbd5e100}}@media screen and (max-width: 1439px){.xl\:bg-slate-300\/10{background-color:#cbd5e11a}}@media screen and (max-width: 1439px){.xl\:bg-slate-300\/20{background-color:#cbd5e133}}@media screen and (max-width: 1439px){.xl\:bg-slate-300\/30{background-color:#cbd5e14d}}@media screen and (max-width: 1439px){.xl\:bg-slate-300\/40{background-color:#cbd5e166}}@media screen and (max-width: 1439px){.xl\:bg-slate-300\/50{background-color:#cbd5e180}}@media screen and (max-width: 1439px){.xl\:bg-slate-300\/60{background-color:#cbd5e199}}@media screen and (max-width: 1439px){.xl\:bg-slate-300\/70{background-color:#cbd5e1b3}}@media screen and (max-width: 1439px){.xl\:bg-slate-300\/75{background-color:#cbd5e1bf}}@media screen and (max-width: 1439px){.xl\:bg-slate-300\/80{background-color:#cbd5e1cc}}@media screen and (max-width: 1439px){.xl\:bg-slate-300\/90{background-color:#cbd5e1e6}}@media screen and (max-width: 1439px){.xl\:bg-slate-400{background-color:#94a3b8}}@media screen and (max-width: 1439px){.xl\:bg-slate-400\/0{background-color:#94a3b800}}@media screen and (max-width: 1439px){.xl\:bg-slate-400\/10{background-color:#94a3b81a}}@media screen and (max-width: 1439px){.xl\:bg-slate-400\/20{background-color:#94a3b833}}@media screen and (max-width: 1439px){.xl\:bg-slate-400\/30{background-color:#94a3b84d}}@media screen and (max-width: 1439px){.xl\:bg-slate-400\/40{background-color:#94a3b866}}@media screen and (max-width: 1439px){.xl\:bg-slate-400\/50{background-color:#94a3b880}}@media screen and (max-width: 1439px){.xl\:bg-slate-400\/60{background-color:#94a3b899}}@media screen and (max-width: 1439px){.xl\:bg-slate-400\/70{background-color:#94a3b8b3}}@media screen and (max-width: 1439px){.xl\:bg-slate-400\/75{background-color:#94a3b8bf}}@media screen and (max-width: 1439px){.xl\:bg-slate-400\/80{background-color:#94a3b8cc}}@media screen and (max-width: 1439px){.xl\:bg-slate-400\/90{background-color:#94a3b8e6}}@media screen and (max-width: 1439px){.xl\:bg-slate-500{background-color:#64748b}}@media screen and (max-width: 1439px){.xl\:bg-slate-500\/0{background-color:#64748b00}}@media screen and (max-width: 1439px){.xl\:bg-slate-500\/10{background-color:#64748b1a}}@media screen and (max-width: 1439px){.xl\:bg-slate-500\/20{background-color:#64748b33}}@media screen and (max-width: 1439px){.xl\:bg-slate-500\/30{background-color:#64748b4d}}@media screen and (max-width: 1439px){.xl\:bg-slate-500\/40{background-color:#64748b66}}@media screen and (max-width: 1439px){.xl\:bg-slate-500\/50{background-color:#64748b80}}@media screen and (max-width: 1439px){.xl\:bg-slate-500\/60{background-color:#64748b99}}@media screen and (max-width: 1439px){.xl\:bg-slate-500\/70{background-color:#64748bb3}}@media screen and (max-width: 1439px){.xl\:bg-slate-500\/75{background-color:#64748bbf}}@media screen and (max-width: 1439px){.xl\:bg-slate-500\/80{background-color:#64748bcc}}@media screen and (max-width: 1439px){.xl\:bg-slate-500\/90{background-color:#64748be6}}@media screen and (max-width: 1439px){.xl\:bg-slate-600{background-color:#475569}}@media screen and (max-width: 1439px){.xl\:bg-slate-600\/0{background-color:#47556900}}@media screen and (max-width: 1439px){.xl\:bg-slate-600\/10{background-color:#4755691a}}@media screen and (max-width: 1439px){.xl\:bg-slate-600\/20{background-color:#47556933}}@media screen and (max-width: 1439px){.xl\:bg-slate-600\/30{background-color:#4755694d}}@media screen and (max-width: 1439px){.xl\:bg-slate-600\/40{background-color:#47556966}}@media screen and (max-width: 1439px){.xl\:bg-slate-600\/50{background-color:#47556980}}@media screen and (max-width: 1439px){.xl\:bg-slate-600\/60{background-color:#47556999}}@media screen and (max-width: 1439px){.xl\:bg-slate-600\/70{background-color:#475569b3}}@media screen and (max-width: 1439px){.xl\:bg-slate-600\/75{background-color:#475569bf}}@media screen and (max-width: 1439px){.xl\:bg-slate-600\/80{background-color:#475569cc}}@media screen and (max-width: 1439px){.xl\:bg-slate-600\/90{background-color:#475569e6}}@media screen and (max-width: 1439px){.xl\:bg-slate-700{background-color:#334155}}@media screen and (max-width: 1439px){.xl\:bg-slate-700\/0{background-color:#33415500}}@media screen and (max-width: 1439px){.xl\:bg-slate-700\/10{background-color:#3341551a}}@media screen and (max-width: 1439px){.xl\:bg-slate-700\/20{background-color:#33415533}}@media screen and (max-width: 1439px){.xl\:bg-slate-700\/30{background-color:#3341554d}}@media screen and (max-width: 1439px){.xl\:bg-slate-700\/40{background-color:#33415566}}@media screen and (max-width: 1439px){.xl\:bg-slate-700\/50{background-color:#33415580}}@media screen and (max-width: 1439px){.xl\:bg-slate-700\/60{background-color:#33415599}}@media screen and (max-width: 1439px){.xl\:bg-slate-700\/70{background-color:#334155b3}}@media screen and (max-width: 1439px){.xl\:bg-slate-700\/75{background-color:#334155bf}}@media screen and (max-width: 1439px){.xl\:bg-slate-700\/80{background-color:#334155cc}}@media screen and (max-width: 1439px){.xl\:bg-slate-700\/90{background-color:#334155e6}}@media screen and (max-width: 1439px){.xl\:bg-slate-800{background-color:#1e293b}}@media screen and (max-width: 1439px){.xl\:bg-slate-800\/0{background-color:#1e293b00}}@media screen and (max-width: 1439px){.xl\:bg-slate-800\/10{background-color:#1e293b1a}}@media screen and (max-width: 1439px){.xl\:bg-slate-800\/20{background-color:#1e293b33}}@media screen and (max-width: 1439px){.xl\:bg-slate-800\/30{background-color:#1e293b4d}}@media screen and (max-width: 1439px){.xl\:bg-slate-800\/40{background-color:#1e293b66}}@media screen and (max-width: 1439px){.xl\:bg-slate-800\/50{background-color:#1e293b80}}@media screen and (max-width: 1439px){.xl\:bg-slate-800\/60{background-color:#1e293b99}}@media screen and (max-width: 1439px){.xl\:bg-slate-800\/70{background-color:#1e293bb3}}@media screen and (max-width: 1439px){.xl\:bg-slate-800\/75{background-color:#1e293bbf}}@media screen and (max-width: 1439px){.xl\:bg-slate-800\/80{background-color:#1e293bcc}}@media screen and (max-width: 1439px){.xl\:bg-slate-800\/90{background-color:#1e293be6}}@media screen and (max-width: 1439px){.xl\:bg-slate-900{background-color:#0f172a}}@media screen and (max-width: 1439px){.xl\:bg-slate-900\/0{background-color:#0f172a00}}@media screen and (max-width: 1439px){.xl\:bg-slate-900\/10{background-color:#0f172a1a}}@media screen and (max-width: 1439px){.xl\:bg-slate-900\/20{background-color:#0f172a33}}@media screen and (max-width: 1439px){.xl\:bg-slate-900\/30{background-color:#0f172a4d}}@media screen and (max-width: 1439px){.xl\:bg-slate-900\/40{background-color:#0f172a66}}@media screen and (max-width: 1439px){.xl\:bg-slate-900\/50{background-color:#0f172a80}}@media screen and (max-width: 1439px){.xl\:bg-slate-900\/60{background-color:#0f172a99}}@media screen and (max-width: 1439px){.xl\:bg-slate-900\/70{background-color:#0f172ab3}}@media screen and (max-width: 1439px){.xl\:bg-slate-900\/75{background-color:#0f172abf}}@media screen and (max-width: 1439px){.xl\:bg-slate-900\/80{background-color:#0f172acc}}@media screen and (max-width: 1439px){.xl\:bg-slate-900\/90{background-color:#0f172ae6}}@media screen and (max-width: 1439px){.xl\:bg-slate-950{background-color:#020617}}@media screen and (max-width: 1439px){.xl\:bg-slate-950\/0{background-color:#02061700}}@media screen and (max-width: 1439px){.xl\:bg-slate-950\/10{background-color:#0206171a}}@media screen and (max-width: 1439px){.xl\:bg-slate-950\/20{background-color:#02061733}}@media screen and (max-width: 1439px){.xl\:bg-slate-950\/30{background-color:#0206174d}}@media screen and (max-width: 1439px){.xl\:bg-slate-950\/40{background-color:#02061766}}@media screen and (max-width: 1439px){.xl\:bg-slate-950\/50{background-color:#02061780}}@media screen and (max-width: 1439px){.xl\:bg-slate-950\/60{background-color:#02061799}}@media screen and (max-width: 1439px){.xl\:bg-slate-950\/70{background-color:#020617b3}}@media screen and (max-width: 1439px){.xl\:bg-slate-950\/75{background-color:#020617bf}}@media screen and (max-width: 1439px){.xl\:bg-slate-950\/80{background-color:#020617cc}}@media screen and (max-width: 1439px){.xl\:bg-slate-950\/90{background-color:#020617e6}}@media screen and (max-width: 1439px){.xl\:bg-gray-50{background-color:#f9fafb}}@media screen and (max-width: 1439px){.xl\:bg-gray-50\/0{background-color:#f9fafb00}}@media screen and (max-width: 1439px){.xl\:bg-gray-50\/10{background-color:#f9fafb1a}}@media screen and (max-width: 1439px){.xl\:bg-gray-50\/20{background-color:#f9fafb33}}@media screen and (max-width: 1439px){.xl\:bg-gray-50\/30{background-color:#f9fafb4d}}@media screen and (max-width: 1439px){.xl\:bg-gray-50\/40{background-color:#f9fafb66}}@media screen and (max-width: 1439px){.xl\:bg-gray-50\/50{background-color:#f9fafb80}}@media screen and (max-width: 1439px){.xl\:bg-gray-50\/60{background-color:#f9fafb99}}@media screen and (max-width: 1439px){.xl\:bg-gray-50\/70{background-color:#f9fafbb3}}@media screen and (max-width: 1439px){.xl\:bg-gray-50\/75{background-color:#f9fafbbf}}@media screen and (max-width: 1439px){.xl\:bg-gray-50\/80{background-color:#f9fafbcc}}@media screen and (max-width: 1439px){.xl\:bg-gray-50\/90{background-color:#f9fafbe6}}@media screen and (max-width: 1439px){.xl\:bg-gray-100{background-color:#f3f4f6}}@media screen and (max-width: 1439px){.xl\:bg-gray-100\/0{background-color:#f3f4f600}}@media screen and (max-width: 1439px){.xl\:bg-gray-100\/10{background-color:#f3f4f61a}}@media screen and (max-width: 1439px){.xl\:bg-gray-100\/20{background-color:#f3f4f633}}@media screen and (max-width: 1439px){.xl\:bg-gray-100\/30{background-color:#f3f4f64d}}@media screen and (max-width: 1439px){.xl\:bg-gray-100\/40{background-color:#f3f4f666}}@media screen and (max-width: 1439px){.xl\:bg-gray-100\/50{background-color:#f3f4f680}}@media screen and (max-width: 1439px){.xl\:bg-gray-100\/60{background-color:#f3f4f699}}@media screen and (max-width: 1439px){.xl\:bg-gray-100\/70{background-color:#f3f4f6b3}}@media screen and (max-width: 1439px){.xl\:bg-gray-100\/75{background-color:#f3f4f6bf}}@media screen and (max-width: 1439px){.xl\:bg-gray-100\/80{background-color:#f3f4f6cc}}@media screen and (max-width: 1439px){.xl\:bg-gray-100\/90{background-color:#f3f4f6e6}}@media screen and (max-width: 1439px){.xl\:bg-gray-200{background-color:#e5e7eb}}@media screen and (max-width: 1439px){.xl\:bg-gray-200\/0{background-color:#e5e7eb00}}@media screen and (max-width: 1439px){.xl\:bg-gray-200\/10{background-color:#e5e7eb1a}}@media screen and (max-width: 1439px){.xl\:bg-gray-200\/20{background-color:#e5e7eb33}}@media screen and (max-width: 1439px){.xl\:bg-gray-200\/30{background-color:#e5e7eb4d}}@media screen and (max-width: 1439px){.xl\:bg-gray-200\/40{background-color:#e5e7eb66}}@media screen and (max-width: 1439px){.xl\:bg-gray-200\/50{background-color:#e5e7eb80}}@media screen and (max-width: 1439px){.xl\:bg-gray-200\/60{background-color:#e5e7eb99}}@media screen and (max-width: 1439px){.xl\:bg-gray-200\/70{background-color:#e5e7ebb3}}@media screen and (max-width: 1439px){.xl\:bg-gray-200\/75{background-color:#e5e7ebbf}}@media screen and (max-width: 1439px){.xl\:bg-gray-200\/80{background-color:#e5e7ebcc}}@media screen and (max-width: 1439px){.xl\:bg-gray-200\/90{background-color:#e5e7ebe6}}@media screen and (max-width: 1439px){.xl\:bg-gray-300{background-color:#d1d5db}}@media screen and (max-width: 1439px){.xl\:bg-gray-300\/0{background-color:#d1d5db00}}@media screen and (max-width: 1439px){.xl\:bg-gray-300\/10{background-color:#d1d5db1a}}@media screen and (max-width: 1439px){.xl\:bg-gray-300\/20{background-color:#d1d5db33}}@media screen and (max-width: 1439px){.xl\:bg-gray-300\/30{background-color:#d1d5db4d}}@media screen and (max-width: 1439px){.xl\:bg-gray-300\/40{background-color:#d1d5db66}}@media screen and (max-width: 1439px){.xl\:bg-gray-300\/50{background-color:#d1d5db80}}@media screen and (max-width: 1439px){.xl\:bg-gray-300\/60{background-color:#d1d5db99}}@media screen and (max-width: 1439px){.xl\:bg-gray-300\/70{background-color:#d1d5dbb3}}@media screen and (max-width: 1439px){.xl\:bg-gray-300\/75{background-color:#d1d5dbbf}}@media screen and (max-width: 1439px){.xl\:bg-gray-300\/80{background-color:#d1d5dbcc}}@media screen and (max-width: 1439px){.xl\:bg-gray-300\/90{background-color:#d1d5dbe6}}@media screen and (max-width: 1439px){.xl\:bg-gray-400{background-color:#9ca3af}}@media screen and (max-width: 1439px){.xl\:bg-gray-400\/0{background-color:#9ca3af00}}@media screen and (max-width: 1439px){.xl\:bg-gray-400\/10{background-color:#9ca3af1a}}@media screen and (max-width: 1439px){.xl\:bg-gray-400\/20{background-color:#9ca3af33}}@media screen and (max-width: 1439px){.xl\:bg-gray-400\/30{background-color:#9ca3af4d}}@media screen and (max-width: 1439px){.xl\:bg-gray-400\/40{background-color:#9ca3af66}}@media screen and (max-width: 1439px){.xl\:bg-gray-400\/50{background-color:#9ca3af80}}@media screen and (max-width: 1439px){.xl\:bg-gray-400\/60{background-color:#9ca3af99}}@media screen and (max-width: 1439px){.xl\:bg-gray-400\/70{background-color:#9ca3afb3}}@media screen and (max-width: 1439px){.xl\:bg-gray-400\/75{background-color:#9ca3afbf}}@media screen and (max-width: 1439px){.xl\:bg-gray-400\/80{background-color:#9ca3afcc}}@media screen and (max-width: 1439px){.xl\:bg-gray-400\/90{background-color:#9ca3afe6}}@media screen and (max-width: 1439px){.xl\:bg-gray-500{background-color:#6b7280}}@media screen and (max-width: 1439px){.xl\:bg-gray-500\/0{background-color:#6b728000}}@media screen and (max-width: 1439px){.xl\:bg-gray-500\/10{background-color:#6b72801a}}@media screen and (max-width: 1439px){.xl\:bg-gray-500\/20{background-color:#6b728033}}@media screen and (max-width: 1439px){.xl\:bg-gray-500\/30{background-color:#6b72804d}}@media screen and (max-width: 1439px){.xl\:bg-gray-500\/40{background-color:#6b728066}}@media screen and (max-width: 1439px){.xl\:bg-gray-500\/50{background-color:#6b728080}}@media screen and (max-width: 1439px){.xl\:bg-gray-500\/60{background-color:#6b728099}}@media screen and (max-width: 1439px){.xl\:bg-gray-500\/70{background-color:#6b7280b3}}@media screen and (max-width: 1439px){.xl\:bg-gray-500\/75{background-color:#6b7280bf}}@media screen and (max-width: 1439px){.xl\:bg-gray-500\/80{background-color:#6b7280cc}}@media screen and (max-width: 1439px){.xl\:bg-gray-500\/90{background-color:#6b7280e6}}@media screen and (max-width: 1439px){.xl\:bg-gray-600{background-color:#4b5563}}@media screen and (max-width: 1439px){.xl\:bg-gray-600\/0{background-color:#4b556300}}@media screen and (max-width: 1439px){.xl\:bg-gray-600\/10{background-color:#4b55631a}}@media screen and (max-width: 1439px){.xl\:bg-gray-600\/20{background-color:#4b556333}}@media screen and (max-width: 1439px){.xl\:bg-gray-600\/30{background-color:#4b55634d}}@media screen and (max-width: 1439px){.xl\:bg-gray-600\/40{background-color:#4b556366}}@media screen and (max-width: 1439px){.xl\:bg-gray-600\/50{background-color:#4b556380}}@media screen and (max-width: 1439px){.xl\:bg-gray-600\/60{background-color:#4b556399}}@media screen and (max-width: 1439px){.xl\:bg-gray-600\/70{background-color:#4b5563b3}}@media screen and (max-width: 1439px){.xl\:bg-gray-600\/75{background-color:#4b5563bf}}@media screen and (max-width: 1439px){.xl\:bg-gray-600\/80{background-color:#4b5563cc}}@media screen and (max-width: 1439px){.xl\:bg-gray-600\/90{background-color:#4b5563e6}}@media screen and (max-width: 1439px){.xl\:bg-gray-700{background-color:#374151}}@media screen and (max-width: 1439px){.xl\:bg-gray-700\/0{background-color:#37415100}}@media screen and (max-width: 1439px){.xl\:bg-gray-700\/10{background-color:#3741511a}}@media screen and (max-width: 1439px){.xl\:bg-gray-700\/20{background-color:#37415133}}@media screen and (max-width: 1439px){.xl\:bg-gray-700\/30{background-color:#3741514d}}@media screen and (max-width: 1439px){.xl\:bg-gray-700\/40{background-color:#37415166}}@media screen and (max-width: 1439px){.xl\:bg-gray-700\/50{background-color:#37415180}}@media screen and (max-width: 1439px){.xl\:bg-gray-700\/60{background-color:#37415199}}@media screen and (max-width: 1439px){.xl\:bg-gray-700\/70{background-color:#374151b3}}@media screen and (max-width: 1439px){.xl\:bg-gray-700\/75{background-color:#374151bf}}@media screen and (max-width: 1439px){.xl\:bg-gray-700\/80{background-color:#374151cc}}@media screen and (max-width: 1439px){.xl\:bg-gray-700\/90{background-color:#374151e6}}@media screen and (max-width: 1439px){.xl\:bg-gray-800{background-color:#1f2937}}@media screen and (max-width: 1439px){.xl\:bg-gray-800\/0{background-color:#1f293700}}@media screen and (max-width: 1439px){.xl\:bg-gray-800\/10{background-color:#1f29371a}}@media screen and (max-width: 1439px){.xl\:bg-gray-800\/20{background-color:#1f293733}}@media screen and (max-width: 1439px){.xl\:bg-gray-800\/30{background-color:#1f29374d}}@media screen and (max-width: 1439px){.xl\:bg-gray-800\/40{background-color:#1f293766}}@media screen and (max-width: 1439px){.xl\:bg-gray-800\/50{background-color:#1f293780}}@media screen and (max-width: 1439px){.xl\:bg-gray-800\/60{background-color:#1f293799}}@media screen and (max-width: 1439px){.xl\:bg-gray-800\/70{background-color:#1f2937b3}}@media screen and (max-width: 1439px){.xl\:bg-gray-800\/75{background-color:#1f2937bf}}@media screen and (max-width: 1439px){.xl\:bg-gray-800\/80{background-color:#1f2937cc}}@media screen and (max-width: 1439px){.xl\:bg-gray-800\/90{background-color:#1f2937e6}}@media screen and (max-width: 1439px){.xl\:bg-gray-900{background-color:#111827}}@media screen and (max-width: 1439px){.xl\:bg-gray-900\/0{background-color:#11182700}}@media screen and (max-width: 1439px){.xl\:bg-gray-900\/10{background-color:#1118271a}}@media screen and (max-width: 1439px){.xl\:bg-gray-900\/20{background-color:#11182733}}@media screen and (max-width: 1439px){.xl\:bg-gray-900\/30{background-color:#1118274d}}@media screen and (max-width: 1439px){.xl\:bg-gray-900\/40{background-color:#11182766}}@media screen and (max-width: 1439px){.xl\:bg-gray-900\/50{background-color:#11182780}}@media screen and (max-width: 1439px){.xl\:bg-gray-900\/60{background-color:#11182799}}@media screen and (max-width: 1439px){.xl\:bg-gray-900\/70{background-color:#111827b3}}@media screen and (max-width: 1439px){.xl\:bg-gray-900\/75{background-color:#111827bf}}@media screen and (max-width: 1439px){.xl\:bg-gray-900\/80{background-color:#111827cc}}@media screen and (max-width: 1439px){.xl\:bg-gray-900\/90{background-color:#111827e6}}@media screen and (max-width: 1439px){.xl\:bg-gray-950{background-color:#030712}}@media screen and (max-width: 1439px){.xl\:bg-gray-950\/0{background-color:#03071200}}@media screen and (max-width: 1439px){.xl\:bg-gray-950\/10{background-color:#0307121a}}@media screen and (max-width: 1439px){.xl\:bg-gray-950\/20{background-color:#03071233}}@media screen and (max-width: 1439px){.xl\:bg-gray-950\/30{background-color:#0307124d}}@media screen and (max-width: 1439px){.xl\:bg-gray-950\/40{background-color:#03071266}}@media screen and (max-width: 1439px){.xl\:bg-gray-950\/50{background-color:#03071280}}@media screen and (max-width: 1439px){.xl\:bg-gray-950\/60{background-color:#03071299}}@media screen and (max-width: 1439px){.xl\:bg-gray-950\/70{background-color:#030712b3}}@media screen and (max-width: 1439px){.xl\:bg-gray-950\/75{background-color:#030712bf}}@media screen and (max-width: 1439px){.xl\:bg-gray-950\/80{background-color:#030712cc}}@media screen and (max-width: 1439px){.xl\:bg-gray-950\/90{background-color:#030712e6}}@media screen and (max-width: 1439px){.xl\:bg-zinc-50{background-color:#fafafa}}@media screen and (max-width: 1439px){.xl\:bg-zinc-50\/0{background-color:#fafafa00}}@media screen and (max-width: 1439px){.xl\:bg-zinc-50\/10{background-color:#fafafa1a}}@media screen and (max-width: 1439px){.xl\:bg-zinc-50\/20{background-color:#fafafa33}}@media screen and (max-width: 1439px){.xl\:bg-zinc-50\/30{background-color:#fafafa4d}}@media screen and (max-width: 1439px){.xl\:bg-zinc-50\/40{background-color:#fafafa66}}@media screen and (max-width: 1439px){.xl\:bg-zinc-50\/50{background-color:#fafafa80}}@media screen and (max-width: 1439px){.xl\:bg-zinc-50\/60{background-color:#fafafa99}}@media screen and (max-width: 1439px){.xl\:bg-zinc-50\/70{background-color:#fafafab3}}@media screen and (max-width: 1439px){.xl\:bg-zinc-50\/75{background-color:#fafafabf}}@media screen and (max-width: 1439px){.xl\:bg-zinc-50\/80{background-color:#fafafacc}}@media screen and (max-width: 1439px){.xl\:bg-zinc-50\/90{background-color:#fafafae6}}@media screen and (max-width: 1439px){.xl\:bg-zinc-100{background-color:#f4f4f5}}@media screen and (max-width: 1439px){.xl\:bg-zinc-100\/0{background-color:#f4f4f500}}@media screen and (max-width: 1439px){.xl\:bg-zinc-100\/10{background-color:#f4f4f51a}}@media screen and (max-width: 1439px){.xl\:bg-zinc-100\/20{background-color:#f4f4f533}}@media screen and (max-width: 1439px){.xl\:bg-zinc-100\/30{background-color:#f4f4f54d}}@media screen and (max-width: 1439px){.xl\:bg-zinc-100\/40{background-color:#f4f4f566}}@media screen and (max-width: 1439px){.xl\:bg-zinc-100\/50{background-color:#f4f4f580}}@media screen and (max-width: 1439px){.xl\:bg-zinc-100\/60{background-color:#f4f4f599}}@media screen and (max-width: 1439px){.xl\:bg-zinc-100\/70{background-color:#f4f4f5b3}}@media screen and (max-width: 1439px){.xl\:bg-zinc-100\/75{background-color:#f4f4f5bf}}@media screen and (max-width: 1439px){.xl\:bg-zinc-100\/80{background-color:#f4f4f5cc}}@media screen and (max-width: 1439px){.xl\:bg-zinc-100\/90{background-color:#f4f4f5e6}}@media screen and (max-width: 1439px){.xl\:bg-zinc-200{background-color:#e4e4e7}}@media screen and (max-width: 1439px){.xl\:bg-zinc-200\/0{background-color:#e4e4e700}}@media screen and (max-width: 1439px){.xl\:bg-zinc-200\/10{background-color:#e4e4e71a}}@media screen and (max-width: 1439px){.xl\:bg-zinc-200\/20{background-color:#e4e4e733}}@media screen and (max-width: 1439px){.xl\:bg-zinc-200\/30{background-color:#e4e4e74d}}@media screen and (max-width: 1439px){.xl\:bg-zinc-200\/40{background-color:#e4e4e766}}@media screen and (max-width: 1439px){.xl\:bg-zinc-200\/50{background-color:#e4e4e780}}@media screen and (max-width: 1439px){.xl\:bg-zinc-200\/60{background-color:#e4e4e799}}@media screen and (max-width: 1439px){.xl\:bg-zinc-200\/70{background-color:#e4e4e7b3}}@media screen and (max-width: 1439px){.xl\:bg-zinc-200\/75{background-color:#e4e4e7bf}}@media screen and (max-width: 1439px){.xl\:bg-zinc-200\/80{background-color:#e4e4e7cc}}@media screen and (max-width: 1439px){.xl\:bg-zinc-200\/90{background-color:#e4e4e7e6}}@media screen and (max-width: 1439px){.xl\:bg-zinc-300{background-color:#d4d4d8}}@media screen and (max-width: 1439px){.xl\:bg-zinc-300\/0{background-color:#d4d4d800}}@media screen and (max-width: 1439px){.xl\:bg-zinc-300\/10{background-color:#d4d4d81a}}@media screen and (max-width: 1439px){.xl\:bg-zinc-300\/20{background-color:#d4d4d833}}@media screen and (max-width: 1439px){.xl\:bg-zinc-300\/30{background-color:#d4d4d84d}}@media screen and (max-width: 1439px){.xl\:bg-zinc-300\/40{background-color:#d4d4d866}}@media screen and (max-width: 1439px){.xl\:bg-zinc-300\/50{background-color:#d4d4d880}}@media screen and (max-width: 1439px){.xl\:bg-zinc-300\/60{background-color:#d4d4d899}}@media screen and (max-width: 1439px){.xl\:bg-zinc-300\/70{background-color:#d4d4d8b3}}@media screen and (max-width: 1439px){.xl\:bg-zinc-300\/75{background-color:#d4d4d8bf}}@media screen and (max-width: 1439px){.xl\:bg-zinc-300\/80{background-color:#d4d4d8cc}}@media screen and (max-width: 1439px){.xl\:bg-zinc-300\/90{background-color:#d4d4d8e6}}@media screen and (max-width: 1439px){.xl\:bg-zinc-400{background-color:#a1a1aa}}@media screen and (max-width: 1439px){.xl\:bg-zinc-400\/0{background-color:#a1a1aa00}}@media screen and (max-width: 1439px){.xl\:bg-zinc-400\/10{background-color:#a1a1aa1a}}@media screen and (max-width: 1439px){.xl\:bg-zinc-400\/20{background-color:#a1a1aa33}}@media screen and (max-width: 1439px){.xl\:bg-zinc-400\/30{background-color:#a1a1aa4d}}@media screen and (max-width: 1439px){.xl\:bg-zinc-400\/40{background-color:#a1a1aa66}}@media screen and (max-width: 1439px){.xl\:bg-zinc-400\/50{background-color:#a1a1aa80}}@media screen and (max-width: 1439px){.xl\:bg-zinc-400\/60{background-color:#a1a1aa99}}@media screen and (max-width: 1439px){.xl\:bg-zinc-400\/70{background-color:#a1a1aab3}}@media screen and (max-width: 1439px){.xl\:bg-zinc-400\/75{background-color:#a1a1aabf}}@media screen and (max-width: 1439px){.xl\:bg-zinc-400\/80{background-color:#a1a1aacc}}@media screen and (max-width: 1439px){.xl\:bg-zinc-400\/90{background-color:#a1a1aae6}}@media screen and (max-width: 1439px){.xl\:bg-zinc-500{background-color:#71717a}}@media screen and (max-width: 1439px){.xl\:bg-zinc-500\/0{background-color:#71717a00}}@media screen and (max-width: 1439px){.xl\:bg-zinc-500\/10{background-color:#71717a1a}}@media screen and (max-width: 1439px){.xl\:bg-zinc-500\/20{background-color:#71717a33}}@media screen and (max-width: 1439px){.xl\:bg-zinc-500\/30{background-color:#71717a4d}}@media screen and (max-width: 1439px){.xl\:bg-zinc-500\/40{background-color:#71717a66}}@media screen and (max-width: 1439px){.xl\:bg-zinc-500\/50{background-color:#71717a80}}@media screen and (max-width: 1439px){.xl\:bg-zinc-500\/60{background-color:#71717a99}}@media screen and (max-width: 1439px){.xl\:bg-zinc-500\/70{background-color:#71717ab3}}@media screen and (max-width: 1439px){.xl\:bg-zinc-500\/75{background-color:#71717abf}}@media screen and (max-width: 1439px){.xl\:bg-zinc-500\/80{background-color:#71717acc}}@media screen and (max-width: 1439px){.xl\:bg-zinc-500\/90{background-color:#71717ae6}}@media screen and (max-width: 1439px){.xl\:bg-zinc-600{background-color:#52525b}}@media screen and (max-width: 1439px){.xl\:bg-zinc-600\/0{background-color:#52525b00}}@media screen and (max-width: 1439px){.xl\:bg-zinc-600\/10{background-color:#52525b1a}}@media screen and (max-width: 1439px){.xl\:bg-zinc-600\/20{background-color:#52525b33}}@media screen and (max-width: 1439px){.xl\:bg-zinc-600\/30{background-color:#52525b4d}}@media screen and (max-width: 1439px){.xl\:bg-zinc-600\/40{background-color:#52525b66}}@media screen and (max-width: 1439px){.xl\:bg-zinc-600\/50{background-color:#52525b80}}@media screen and (max-width: 1439px){.xl\:bg-zinc-600\/60{background-color:#52525b99}}@media screen and (max-width: 1439px){.xl\:bg-zinc-600\/70{background-color:#52525bb3}}@media screen and (max-width: 1439px){.xl\:bg-zinc-600\/75{background-color:#52525bbf}}@media screen and (max-width: 1439px){.xl\:bg-zinc-600\/80{background-color:#52525bcc}}@media screen and (max-width: 1439px){.xl\:bg-zinc-600\/90{background-color:#52525be6}}@media screen and (max-width: 1439px){.xl\:bg-zinc-700{background-color:#3f3f46}}@media screen and (max-width: 1439px){.xl\:bg-zinc-700\/0{background-color:#3f3f4600}}@media screen and (max-width: 1439px){.xl\:bg-zinc-700\/10{background-color:#3f3f461a}}@media screen and (max-width: 1439px){.xl\:bg-zinc-700\/20{background-color:#3f3f4633}}@media screen and (max-width: 1439px){.xl\:bg-zinc-700\/30{background-color:#3f3f464d}}@media screen and (max-width: 1439px){.xl\:bg-zinc-700\/40{background-color:#3f3f4666}}@media screen and (max-width: 1439px){.xl\:bg-zinc-700\/50{background-color:#3f3f4680}}@media screen and (max-width: 1439px){.xl\:bg-zinc-700\/60{background-color:#3f3f4699}}@media screen and (max-width: 1439px){.xl\:bg-zinc-700\/70{background-color:#3f3f46b3}}@media screen and (max-width: 1439px){.xl\:bg-zinc-700\/75{background-color:#3f3f46bf}}@media screen and (max-width: 1439px){.xl\:bg-zinc-700\/80{background-color:#3f3f46cc}}@media screen and (max-width: 1439px){.xl\:bg-zinc-700\/90{background-color:#3f3f46e6}}@media screen and (max-width: 1439px){.xl\:bg-zinc-800{background-color:#27272a}}@media screen and (max-width: 1439px){.xl\:bg-zinc-800\/0{background-color:#27272a00}}@media screen and (max-width: 1439px){.xl\:bg-zinc-800\/10{background-color:#27272a1a}}@media screen and (max-width: 1439px){.xl\:bg-zinc-800\/20{background-color:#27272a33}}@media screen and (max-width: 1439px){.xl\:bg-zinc-800\/30{background-color:#27272a4d}}@media screen and (max-width: 1439px){.xl\:bg-zinc-800\/40{background-color:#27272a66}}@media screen and (max-width: 1439px){.xl\:bg-zinc-800\/50{background-color:#27272a80}}@media screen and (max-width: 1439px){.xl\:bg-zinc-800\/60{background-color:#27272a99}}@media screen and (max-width: 1439px){.xl\:bg-zinc-800\/70{background-color:#27272ab3}}@media screen and (max-width: 1439px){.xl\:bg-zinc-800\/75{background-color:#27272abf}}@media screen and (max-width: 1439px){.xl\:bg-zinc-800\/80{background-color:#27272acc}}@media screen and (max-width: 1439px){.xl\:bg-zinc-800\/90{background-color:#27272ae6}}@media screen and (max-width: 1439px){.xl\:bg-zinc-900{background-color:#18181b}}@media screen and (max-width: 1439px){.xl\:bg-zinc-900\/0{background-color:#18181b00}}@media screen and (max-width: 1439px){.xl\:bg-zinc-900\/10{background-color:#18181b1a}}@media screen and (max-width: 1439px){.xl\:bg-zinc-900\/20{background-color:#18181b33}}@media screen and (max-width: 1439px){.xl\:bg-zinc-900\/30{background-color:#18181b4d}}@media screen and (max-width: 1439px){.xl\:bg-zinc-900\/40{background-color:#18181b66}}@media screen and (max-width: 1439px){.xl\:bg-zinc-900\/50{background-color:#18181b80}}@media screen and (max-width: 1439px){.xl\:bg-zinc-900\/60{background-color:#18181b99}}@media screen and (max-width: 1439px){.xl\:bg-zinc-900\/70{background-color:#18181bb3}}@media screen and (max-width: 1439px){.xl\:bg-zinc-900\/75{background-color:#18181bbf}}@media screen and (max-width: 1439px){.xl\:bg-zinc-900\/80{background-color:#18181bcc}}@media screen and (max-width: 1439px){.xl\:bg-zinc-900\/90{background-color:#18181be6}}@media screen and (max-width: 1439px){.xl\:bg-zinc-950{background-color:#09090b}}@media screen and (max-width: 1439px){.xl\:bg-zinc-950\/0{background-color:#09090b00}}@media screen and (max-width: 1439px){.xl\:bg-zinc-950\/10{background-color:#09090b1a}}@media screen and (max-width: 1439px){.xl\:bg-zinc-950\/20{background-color:#09090b33}}@media screen and (max-width: 1439px){.xl\:bg-zinc-950\/30{background-color:#09090b4d}}@media screen and (max-width: 1439px){.xl\:bg-zinc-950\/40{background-color:#09090b66}}@media screen and (max-width: 1439px){.xl\:bg-zinc-950\/50{background-color:#09090b80}}@media screen and (max-width: 1439px){.xl\:bg-zinc-950\/60{background-color:#09090b99}}@media screen and (max-width: 1439px){.xl\:bg-zinc-950\/70{background-color:#09090bb3}}@media screen and (max-width: 1439px){.xl\:bg-zinc-950\/75{background-color:#09090bbf}}@media screen and (max-width: 1439px){.xl\:bg-zinc-950\/80{background-color:#09090bcc}}@media screen and (max-width: 1439px){.xl\:bg-zinc-950\/90{background-color:#09090be6}}@media screen and (max-width: 1439px){.xl\:bg-neutral-50{background-color:#fafafa}}@media screen and (max-width: 1439px){.xl\:bg-neutral-50\/0{background-color:#fafafa00}}@media screen and (max-width: 1439px){.xl\:bg-neutral-50\/10{background-color:#fafafa1a}}@media screen and (max-width: 1439px){.xl\:bg-neutral-50\/20{background-color:#fafafa33}}@media screen and (max-width: 1439px){.xl\:bg-neutral-50\/30{background-color:#fafafa4d}}@media screen and (max-width: 1439px){.xl\:bg-neutral-50\/40{background-color:#fafafa66}}@media screen and (max-width: 1439px){.xl\:bg-neutral-50\/50{background-color:#fafafa80}}@media screen and (max-width: 1439px){.xl\:bg-neutral-50\/60{background-color:#fafafa99}}@media screen and (max-width: 1439px){.xl\:bg-neutral-50\/70{background-color:#fafafab3}}@media screen and (max-width: 1439px){.xl\:bg-neutral-50\/75{background-color:#fafafabf}}@media screen and (max-width: 1439px){.xl\:bg-neutral-50\/80{background-color:#fafafacc}}@media screen and (max-width: 1439px){.xl\:bg-neutral-50\/90{background-color:#fafafae6}}@media screen and (max-width: 1439px){.xl\:bg-neutral-100{background-color:#f5f5f5}}@media screen and (max-width: 1439px){.xl\:bg-neutral-100\/0{background-color:#f5f5f500}}@media screen and (max-width: 1439px){.xl\:bg-neutral-100\/10{background-color:#f5f5f51a}}@media screen and (max-width: 1439px){.xl\:bg-neutral-100\/20{background-color:#f5f5f533}}@media screen and (max-width: 1439px){.xl\:bg-neutral-100\/30{background-color:#f5f5f54d}}@media screen and (max-width: 1439px){.xl\:bg-neutral-100\/40{background-color:#f5f5f566}}@media screen and (max-width: 1439px){.xl\:bg-neutral-100\/50{background-color:#f5f5f580}}@media screen and (max-width: 1439px){.xl\:bg-neutral-100\/60{background-color:#f5f5f599}}@media screen and (max-width: 1439px){.xl\:bg-neutral-100\/70{background-color:#f5f5f5b3}}@media screen and (max-width: 1439px){.xl\:bg-neutral-100\/75{background-color:#f5f5f5bf}}@media screen and (max-width: 1439px){.xl\:bg-neutral-100\/80{background-color:#f5f5f5cc}}@media screen and (max-width: 1439px){.xl\:bg-neutral-100\/90{background-color:#f5f5f5e6}}@media screen and (max-width: 1439px){.xl\:bg-neutral-200{background-color:#e5e5e5}}@media screen and (max-width: 1439px){.xl\:bg-neutral-200\/0{background-color:#e5e5e500}}@media screen and (max-width: 1439px){.xl\:bg-neutral-200\/10{background-color:#e5e5e51a}}@media screen and (max-width: 1439px){.xl\:bg-neutral-200\/20{background-color:#e5e5e533}}@media screen and (max-width: 1439px){.xl\:bg-neutral-200\/30{background-color:#e5e5e54d}}@media screen and (max-width: 1439px){.xl\:bg-neutral-200\/40{background-color:#e5e5e566}}@media screen and (max-width: 1439px){.xl\:bg-neutral-200\/50{background-color:#e5e5e580}}@media screen and (max-width: 1439px){.xl\:bg-neutral-200\/60{background-color:#e5e5e599}}@media screen and (max-width: 1439px){.xl\:bg-neutral-200\/70{background-color:#e5e5e5b3}}@media screen and (max-width: 1439px){.xl\:bg-neutral-200\/75{background-color:#e5e5e5bf}}@media screen and (max-width: 1439px){.xl\:bg-neutral-200\/80{background-color:#e5e5e5cc}}@media screen and (max-width: 1439px){.xl\:bg-neutral-200\/90{background-color:#e5e5e5e6}}@media screen and (max-width: 1439px){.xl\:bg-neutral-300{background-color:#d4d4d4}}@media screen and (max-width: 1439px){.xl\:bg-neutral-300\/0{background-color:#d4d4d400}}@media screen and (max-width: 1439px){.xl\:bg-neutral-300\/10{background-color:#d4d4d41a}}@media screen and (max-width: 1439px){.xl\:bg-neutral-300\/20{background-color:#d4d4d433}}@media screen and (max-width: 1439px){.xl\:bg-neutral-300\/30{background-color:#d4d4d44d}}@media screen and (max-width: 1439px){.xl\:bg-neutral-300\/40{background-color:#d4d4d466}}@media screen and (max-width: 1439px){.xl\:bg-neutral-300\/50{background-color:#d4d4d480}}@media screen and (max-width: 1439px){.xl\:bg-neutral-300\/60{background-color:#d4d4d499}}@media screen and (max-width: 1439px){.xl\:bg-neutral-300\/70{background-color:#d4d4d4b3}}@media screen and (max-width: 1439px){.xl\:bg-neutral-300\/75{background-color:#d4d4d4bf}}@media screen and (max-width: 1439px){.xl\:bg-neutral-300\/80{background-color:#d4d4d4cc}}@media screen and (max-width: 1439px){.xl\:bg-neutral-300\/90{background-color:#d4d4d4e6}}@media screen and (max-width: 1439px){.xl\:bg-neutral-400{background-color:#a3a3a3}}@media screen and (max-width: 1439px){.xl\:bg-neutral-400\/0{background-color:#a3a3a300}}@media screen and (max-width: 1439px){.xl\:bg-neutral-400\/10{background-color:#a3a3a31a}}@media screen and (max-width: 1439px){.xl\:bg-neutral-400\/20{background-color:#a3a3a333}}@media screen and (max-width: 1439px){.xl\:bg-neutral-400\/30{background-color:#a3a3a34d}}@media screen and (max-width: 1439px){.xl\:bg-neutral-400\/40{background-color:#a3a3a366}}@media screen and (max-width: 1439px){.xl\:bg-neutral-400\/50{background-color:#a3a3a380}}@media screen and (max-width: 1439px){.xl\:bg-neutral-400\/60{background-color:#a3a3a399}}@media screen and (max-width: 1439px){.xl\:bg-neutral-400\/70{background-color:#a3a3a3b3}}@media screen and (max-width: 1439px){.xl\:bg-neutral-400\/75{background-color:#a3a3a3bf}}@media screen and (max-width: 1439px){.xl\:bg-neutral-400\/80{background-color:#a3a3a3cc}}@media screen and (max-width: 1439px){.xl\:bg-neutral-400\/90{background-color:#a3a3a3e6}}@media screen and (max-width: 1439px){.xl\:bg-neutral-500{background-color:#737373}}@media screen and (max-width: 1439px){.xl\:bg-neutral-500\/0{background-color:#73737300}}@media screen and (max-width: 1439px){.xl\:bg-neutral-500\/10{background-color:#7373731a}}@media screen and (max-width: 1439px){.xl\:bg-neutral-500\/20{background-color:#73737333}}@media screen and (max-width: 1439px){.xl\:bg-neutral-500\/30{background-color:#7373734d}}@media screen and (max-width: 1439px){.xl\:bg-neutral-500\/40{background-color:#73737366}}@media screen and (max-width: 1439px){.xl\:bg-neutral-500\/50{background-color:#73737380}}@media screen and (max-width: 1439px){.xl\:bg-neutral-500\/60{background-color:#73737399}}@media screen and (max-width: 1439px){.xl\:bg-neutral-500\/70{background-color:#737373b3}}@media screen and (max-width: 1439px){.xl\:bg-neutral-500\/75{background-color:#737373bf}}@media screen and (max-width: 1439px){.xl\:bg-neutral-500\/80{background-color:#737373cc}}@media screen and (max-width: 1439px){.xl\:bg-neutral-500\/90{background-color:#737373e6}}@media screen and (max-width: 1439px){.xl\:bg-neutral-600{background-color:#525252}}@media screen and (max-width: 1439px){.xl\:bg-neutral-600\/0{background-color:#52525200}}@media screen and (max-width: 1439px){.xl\:bg-neutral-600\/10{background-color:#5252521a}}@media screen and (max-width: 1439px){.xl\:bg-neutral-600\/20{background-color:#52525233}}@media screen and (max-width: 1439px){.xl\:bg-neutral-600\/30{background-color:#5252524d}}@media screen and (max-width: 1439px){.xl\:bg-neutral-600\/40{background-color:#52525266}}@media screen and (max-width: 1439px){.xl\:bg-neutral-600\/50{background-color:#52525280}}@media screen and (max-width: 1439px){.xl\:bg-neutral-600\/60{background-color:#52525299}}@media screen and (max-width: 1439px){.xl\:bg-neutral-600\/70{background-color:#525252b3}}@media screen and (max-width: 1439px){.xl\:bg-neutral-600\/75{background-color:#525252bf}}@media screen and (max-width: 1439px){.xl\:bg-neutral-600\/80{background-color:#525252cc}}@media screen and (max-width: 1439px){.xl\:bg-neutral-600\/90{background-color:#525252e6}}@media screen and (max-width: 1439px){.xl\:bg-neutral-700{background-color:#404040}}@media screen and (max-width: 1439px){.xl\:bg-neutral-700\/0{background-color:#40404000}}@media screen and (max-width: 1439px){.xl\:bg-neutral-700\/10{background-color:#4040401a}}@media screen and (max-width: 1439px){.xl\:bg-neutral-700\/20{background-color:#40404033}}@media screen and (max-width: 1439px){.xl\:bg-neutral-700\/30{background-color:#4040404d}}@media screen and (max-width: 1439px){.xl\:bg-neutral-700\/40{background-color:#40404066}}@media screen and (max-width: 1439px){.xl\:bg-neutral-700\/50{background-color:#40404080}}@media screen and (max-width: 1439px){.xl\:bg-neutral-700\/60{background-color:#40404099}}@media screen and (max-width: 1439px){.xl\:bg-neutral-700\/70{background-color:#404040b3}}@media screen and (max-width: 1439px){.xl\:bg-neutral-700\/75{background-color:#404040bf}}@media screen and (max-width: 1439px){.xl\:bg-neutral-700\/80{background-color:#404040cc}}@media screen and (max-width: 1439px){.xl\:bg-neutral-700\/90{background-color:#404040e6}}@media screen and (max-width: 1439px){.xl\:bg-neutral-800{background-color:#262626}}@media screen and (max-width: 1439px){.xl\:bg-neutral-800\/0{background-color:#26262600}}@media screen and (max-width: 1439px){.xl\:bg-neutral-800\/10{background-color:#2626261a}}@media screen and (max-width: 1439px){.xl\:bg-neutral-800\/20{background-color:#26262633}}@media screen and (max-width: 1439px){.xl\:bg-neutral-800\/30{background-color:#2626264d}}@media screen and (max-width: 1439px){.xl\:bg-neutral-800\/40{background-color:#26262666}}@media screen and (max-width: 1439px){.xl\:bg-neutral-800\/50{background-color:#26262680}}@media screen and (max-width: 1439px){.xl\:bg-neutral-800\/60{background-color:#26262699}}@media screen and (max-width: 1439px){.xl\:bg-neutral-800\/70{background-color:#262626b3}}@media screen and (max-width: 1439px){.xl\:bg-neutral-800\/75{background-color:#262626bf}}@media screen and (max-width: 1439px){.xl\:bg-neutral-800\/80{background-color:#262626cc}}@media screen and (max-width: 1439px){.xl\:bg-neutral-800\/90{background-color:#262626e6}}@media screen and (max-width: 1439px){.xl\:bg-neutral-900{background-color:#171717}}@media screen and (max-width: 1439px){.xl\:bg-neutral-900\/0{background-color:#17171700}}@media screen and (max-width: 1439px){.xl\:bg-neutral-900\/10{background-color:#1717171a}}@media screen and (max-width: 1439px){.xl\:bg-neutral-900\/20{background-color:#17171733}}@media screen and (max-width: 1439px){.xl\:bg-neutral-900\/30{background-color:#1717174d}}@media screen and (max-width: 1439px){.xl\:bg-neutral-900\/40{background-color:#17171766}}@media screen and (max-width: 1439px){.xl\:bg-neutral-900\/50{background-color:#17171780}}@media screen and (max-width: 1439px){.xl\:bg-neutral-900\/60{background-color:#17171799}}@media screen and (max-width: 1439px){.xl\:bg-neutral-900\/70{background-color:#171717b3}}@media screen and (max-width: 1439px){.xl\:bg-neutral-900\/75{background-color:#171717bf}}@media screen and (max-width: 1439px){.xl\:bg-neutral-900\/80{background-color:#171717cc}}@media screen and (max-width: 1439px){.xl\:bg-neutral-900\/90{background-color:#171717e6}}@media screen and (max-width: 1439px){.xl\:bg-neutral-950{background-color:#0a0a0a}}@media screen and (max-width: 1439px){.xl\:bg-neutral-950\/0{background-color:#0a0a0a00}}@media screen and (max-width: 1439px){.xl\:bg-neutral-950\/10{background-color:#0a0a0a1a}}@media screen and (max-width: 1439px){.xl\:bg-neutral-950\/20{background-color:#0a0a0a33}}@media screen and (max-width: 1439px){.xl\:bg-neutral-950\/30{background-color:#0a0a0a4d}}@media screen and (max-width: 1439px){.xl\:bg-neutral-950\/40{background-color:#0a0a0a66}}@media screen and (max-width: 1439px){.xl\:bg-neutral-950\/50{background-color:#0a0a0a80}}@media screen and (max-width: 1439px){.xl\:bg-neutral-950\/60{background-color:#0a0a0a99}}@media screen and (max-width: 1439px){.xl\:bg-neutral-950\/70{background-color:#0a0a0ab3}}@media screen and (max-width: 1439px){.xl\:bg-neutral-950\/75{background-color:#0a0a0abf}}@media screen and (max-width: 1439px){.xl\:bg-neutral-950\/80{background-color:#0a0a0acc}}@media screen and (max-width: 1439px){.xl\:bg-neutral-950\/90{background-color:#0a0a0ae6}}@media screen and (max-width: 1439px){.xl\:bg-stone-50{background-color:#fafaf9}}@media screen and (max-width: 1439px){.xl\:bg-stone-50\/0{background-color:#fafaf900}}@media screen and (max-width: 1439px){.xl\:bg-stone-50\/10{background-color:#fafaf91a}}@media screen and (max-width: 1439px){.xl\:bg-stone-50\/20{background-color:#fafaf933}}@media screen and (max-width: 1439px){.xl\:bg-stone-50\/30{background-color:#fafaf94d}}@media screen and (max-width: 1439px){.xl\:bg-stone-50\/40{background-color:#fafaf966}}@media screen and (max-width: 1439px){.xl\:bg-stone-50\/50{background-color:#fafaf980}}@media screen and (max-width: 1439px){.xl\:bg-stone-50\/60{background-color:#fafaf999}}@media screen and (max-width: 1439px){.xl\:bg-stone-50\/70{background-color:#fafaf9b3}}@media screen and (max-width: 1439px){.xl\:bg-stone-50\/75{background-color:#fafaf9bf}}@media screen and (max-width: 1439px){.xl\:bg-stone-50\/80{background-color:#fafaf9cc}}@media screen and (max-width: 1439px){.xl\:bg-stone-50\/90{background-color:#fafaf9e6}}@media screen and (max-width: 1439px){.xl\:bg-stone-100{background-color:#f5f5f4}}@media screen and (max-width: 1439px){.xl\:bg-stone-100\/0{background-color:#f5f5f400}}@media screen and (max-width: 1439px){.xl\:bg-stone-100\/10{background-color:#f5f5f41a}}@media screen and (max-width: 1439px){.xl\:bg-stone-100\/20{background-color:#f5f5f433}}@media screen and (max-width: 1439px){.xl\:bg-stone-100\/30{background-color:#f5f5f44d}}@media screen and (max-width: 1439px){.xl\:bg-stone-100\/40{background-color:#f5f5f466}}@media screen and (max-width: 1439px){.xl\:bg-stone-100\/50{background-color:#f5f5f480}}@media screen and (max-width: 1439px){.xl\:bg-stone-100\/60{background-color:#f5f5f499}}@media screen and (max-width: 1439px){.xl\:bg-stone-100\/70{background-color:#f5f5f4b3}}@media screen and (max-width: 1439px){.xl\:bg-stone-100\/75{background-color:#f5f5f4bf}}@media screen and (max-width: 1439px){.xl\:bg-stone-100\/80{background-color:#f5f5f4cc}}@media screen and (max-width: 1439px){.xl\:bg-stone-100\/90{background-color:#f5f5f4e6}}@media screen and (max-width: 1439px){.xl\:bg-stone-200{background-color:#e7e5e4}}@media screen and (max-width: 1439px){.xl\:bg-stone-200\/0{background-color:#e7e5e400}}@media screen and (max-width: 1439px){.xl\:bg-stone-200\/10{background-color:#e7e5e41a}}@media screen and (max-width: 1439px){.xl\:bg-stone-200\/20{background-color:#e7e5e433}}@media screen and (max-width: 1439px){.xl\:bg-stone-200\/30{background-color:#e7e5e44d}}@media screen and (max-width: 1439px){.xl\:bg-stone-200\/40{background-color:#e7e5e466}}@media screen and (max-width: 1439px){.xl\:bg-stone-200\/50{background-color:#e7e5e480}}@media screen and (max-width: 1439px){.xl\:bg-stone-200\/60{background-color:#e7e5e499}}@media screen and (max-width: 1439px){.xl\:bg-stone-200\/70{background-color:#e7e5e4b3}}@media screen and (max-width: 1439px){.xl\:bg-stone-200\/75{background-color:#e7e5e4bf}}@media screen and (max-width: 1439px){.xl\:bg-stone-200\/80{background-color:#e7e5e4cc}}@media screen and (max-width: 1439px){.xl\:bg-stone-200\/90{background-color:#e7e5e4e6}}@media screen and (max-width: 1439px){.xl\:bg-stone-300{background-color:#d6d3d1}}@media screen and (max-width: 1439px){.xl\:bg-stone-300\/0{background-color:#d6d3d100}}@media screen and (max-width: 1439px){.xl\:bg-stone-300\/10{background-color:#d6d3d11a}}@media screen and (max-width: 1439px){.xl\:bg-stone-300\/20{background-color:#d6d3d133}}@media screen and (max-width: 1439px){.xl\:bg-stone-300\/30{background-color:#d6d3d14d}}@media screen and (max-width: 1439px){.xl\:bg-stone-300\/40{background-color:#d6d3d166}}@media screen and (max-width: 1439px){.xl\:bg-stone-300\/50{background-color:#d6d3d180}}@media screen and (max-width: 1439px){.xl\:bg-stone-300\/60{background-color:#d6d3d199}}@media screen and (max-width: 1439px){.xl\:bg-stone-300\/70{background-color:#d6d3d1b3}}@media screen and (max-width: 1439px){.xl\:bg-stone-300\/75{background-color:#d6d3d1bf}}@media screen and (max-width: 1439px){.xl\:bg-stone-300\/80{background-color:#d6d3d1cc}}@media screen and (max-width: 1439px){.xl\:bg-stone-300\/90{background-color:#d6d3d1e6}}@media screen and (max-width: 1439px){.xl\:bg-stone-400{background-color:#a8a29e}}@media screen and (max-width: 1439px){.xl\:bg-stone-400\/0{background-color:#a8a29e00}}@media screen and (max-width: 1439px){.xl\:bg-stone-400\/10{background-color:#a8a29e1a}}@media screen and (max-width: 1439px){.xl\:bg-stone-400\/20{background-color:#a8a29e33}}@media screen and (max-width: 1439px){.xl\:bg-stone-400\/30{background-color:#a8a29e4d}}@media screen and (max-width: 1439px){.xl\:bg-stone-400\/40{background-color:#a8a29e66}}@media screen and (max-width: 1439px){.xl\:bg-stone-400\/50{background-color:#a8a29e80}}@media screen and (max-width: 1439px){.xl\:bg-stone-400\/60{background-color:#a8a29e99}}@media screen and (max-width: 1439px){.xl\:bg-stone-400\/70{background-color:#a8a29eb3}}@media screen and (max-width: 1439px){.xl\:bg-stone-400\/75{background-color:#a8a29ebf}}@media screen and (max-width: 1439px){.xl\:bg-stone-400\/80{background-color:#a8a29ecc}}@media screen and (max-width: 1439px){.xl\:bg-stone-400\/90{background-color:#a8a29ee6}}@media screen and (max-width: 1439px){.xl\:bg-stone-500{background-color:#78716c}}@media screen and (max-width: 1439px){.xl\:bg-stone-500\/0{background-color:#78716c00}}@media screen and (max-width: 1439px){.xl\:bg-stone-500\/10{background-color:#78716c1a}}@media screen and (max-width: 1439px){.xl\:bg-stone-500\/20{background-color:#78716c33}}@media screen and (max-width: 1439px){.xl\:bg-stone-500\/30{background-color:#78716c4d}}@media screen and (max-width: 1439px){.xl\:bg-stone-500\/40{background-color:#78716c66}}@media screen and (max-width: 1439px){.xl\:bg-stone-500\/50{background-color:#78716c80}}@media screen and (max-width: 1439px){.xl\:bg-stone-500\/60{background-color:#78716c99}}@media screen and (max-width: 1439px){.xl\:bg-stone-500\/70{background-color:#78716cb3}}@media screen and (max-width: 1439px){.xl\:bg-stone-500\/75{background-color:#78716cbf}}@media screen and (max-width: 1439px){.xl\:bg-stone-500\/80{background-color:#78716ccc}}@media screen and (max-width: 1439px){.xl\:bg-stone-500\/90{background-color:#78716ce6}}@media screen and (max-width: 1439px){.xl\:bg-stone-600{background-color:#57534e}}@media screen and (max-width: 1439px){.xl\:bg-stone-600\/0{background-color:#57534e00}}@media screen and (max-width: 1439px){.xl\:bg-stone-600\/10{background-color:#57534e1a}}@media screen and (max-width: 1439px){.xl\:bg-stone-600\/20{background-color:#57534e33}}@media screen and (max-width: 1439px){.xl\:bg-stone-600\/30{background-color:#57534e4d}}@media screen and (max-width: 1439px){.xl\:bg-stone-600\/40{background-color:#57534e66}}@media screen and (max-width: 1439px){.xl\:bg-stone-600\/50{background-color:#57534e80}}@media screen and (max-width: 1439px){.xl\:bg-stone-600\/60{background-color:#57534e99}}@media screen and (max-width: 1439px){.xl\:bg-stone-600\/70{background-color:#57534eb3}}@media screen and (max-width: 1439px){.xl\:bg-stone-600\/75{background-color:#57534ebf}}@media screen and (max-width: 1439px){.xl\:bg-stone-600\/80{background-color:#57534ecc}}@media screen and (max-width: 1439px){.xl\:bg-stone-600\/90{background-color:#57534ee6}}@media screen and (max-width: 1439px){.xl\:bg-stone-700{background-color:#44403c}}@media screen and (max-width: 1439px){.xl\:bg-stone-700\/0{background-color:#44403c00}}@media screen and (max-width: 1439px){.xl\:bg-stone-700\/10{background-color:#44403c1a}}@media screen and (max-width: 1439px){.xl\:bg-stone-700\/20{background-color:#44403c33}}@media screen and (max-width: 1439px){.xl\:bg-stone-700\/30{background-color:#44403c4d}}@media screen and (max-width: 1439px){.xl\:bg-stone-700\/40{background-color:#44403c66}}@media screen and (max-width: 1439px){.xl\:bg-stone-700\/50{background-color:#44403c80}}@media screen and (max-width: 1439px){.xl\:bg-stone-700\/60{background-color:#44403c99}}@media screen and (max-width: 1439px){.xl\:bg-stone-700\/70{background-color:#44403cb3}}@media screen and (max-width: 1439px){.xl\:bg-stone-700\/75{background-color:#44403cbf}}@media screen and (max-width: 1439px){.xl\:bg-stone-700\/80{background-color:#44403ccc}}@media screen and (max-width: 1439px){.xl\:bg-stone-700\/90{background-color:#44403ce6}}@media screen and (max-width: 1439px){.xl\:bg-stone-800{background-color:#292524}}@media screen and (max-width: 1439px){.xl\:bg-stone-800\/0{background-color:#29252400}}@media screen and (max-width: 1439px){.xl\:bg-stone-800\/10{background-color:#2925241a}}@media screen and (max-width: 1439px){.xl\:bg-stone-800\/20{background-color:#29252433}}@media screen and (max-width: 1439px){.xl\:bg-stone-800\/30{background-color:#2925244d}}@media screen and (max-width: 1439px){.xl\:bg-stone-800\/40{background-color:#29252466}}@media screen and (max-width: 1439px){.xl\:bg-stone-800\/50{background-color:#29252480}}@media screen and (max-width: 1439px){.xl\:bg-stone-800\/60{background-color:#29252499}}@media screen and (max-width: 1439px){.xl\:bg-stone-800\/70{background-color:#292524b3}}@media screen and (max-width: 1439px){.xl\:bg-stone-800\/75{background-color:#292524bf}}@media screen and (max-width: 1439px){.xl\:bg-stone-800\/80{background-color:#292524cc}}@media screen and (max-width: 1439px){.xl\:bg-stone-800\/90{background-color:#292524e6}}@media screen and (max-width: 1439px){.xl\:bg-stone-900{background-color:#1c1917}}@media screen and (max-width: 1439px){.xl\:bg-stone-900\/0{background-color:#1c191700}}@media screen and (max-width: 1439px){.xl\:bg-stone-900\/10{background-color:#1c19171a}}@media screen and (max-width: 1439px){.xl\:bg-stone-900\/20{background-color:#1c191733}}@media screen and (max-width: 1439px){.xl\:bg-stone-900\/30{background-color:#1c19174d}}@media screen and (max-width: 1439px){.xl\:bg-stone-900\/40{background-color:#1c191766}}@media screen and (max-width: 1439px){.xl\:bg-stone-900\/50{background-color:#1c191780}}@media screen and (max-width: 1439px){.xl\:bg-stone-900\/60{background-color:#1c191799}}@media screen and (max-width: 1439px){.xl\:bg-stone-900\/70{background-color:#1c1917b3}}@media screen and (max-width: 1439px){.xl\:bg-stone-900\/75{background-color:#1c1917bf}}@media screen and (max-width: 1439px){.xl\:bg-stone-900\/80{background-color:#1c1917cc}}@media screen and (max-width: 1439px){.xl\:bg-stone-900\/90{background-color:#1c1917e6}}@media screen and (max-width: 1439px){.xl\:bg-stone-950{background-color:#0c0a09}}@media screen and (max-width: 1439px){.xl\:bg-stone-950\/0{background-color:#0c0a0900}}@media screen and (max-width: 1439px){.xl\:bg-stone-950\/10{background-color:#0c0a091a}}@media screen and (max-width: 1439px){.xl\:bg-stone-950\/20{background-color:#0c0a0933}}@media screen and (max-width: 1439px){.xl\:bg-stone-950\/30{background-color:#0c0a094d}}@media screen and (max-width: 1439px){.xl\:bg-stone-950\/40{background-color:#0c0a0966}}@media screen and (max-width: 1439px){.xl\:bg-stone-950\/50{background-color:#0c0a0980}}@media screen and (max-width: 1439px){.xl\:bg-stone-950\/60{background-color:#0c0a0999}}@media screen and (max-width: 1439px){.xl\:bg-stone-950\/70{background-color:#0c0a09b3}}@media screen and (max-width: 1439px){.xl\:bg-stone-950\/75{background-color:#0c0a09bf}}@media screen and (max-width: 1439px){.xl\:bg-stone-950\/80{background-color:#0c0a09cc}}@media screen and (max-width: 1439px){.xl\:bg-stone-950\/90{background-color:#0c0a09e6}}@media screen and (max-width: 1439px){.xl\:bg-red-50{background-color:#fef2f2}}@media screen and (max-width: 1439px){.xl\:bg-red-50\/0{background-color:#fef2f200}}@media screen and (max-width: 1439px){.xl\:bg-red-50\/10{background-color:#fef2f21a}}@media screen and (max-width: 1439px){.xl\:bg-red-50\/20{background-color:#fef2f233}}@media screen and (max-width: 1439px){.xl\:bg-red-50\/30{background-color:#fef2f24d}}@media screen and (max-width: 1439px){.xl\:bg-red-50\/40{background-color:#fef2f266}}@media screen and (max-width: 1439px){.xl\:bg-red-50\/50{background-color:#fef2f280}}@media screen and (max-width: 1439px){.xl\:bg-red-50\/60{background-color:#fef2f299}}@media screen and (max-width: 1439px){.xl\:bg-red-50\/70{background-color:#fef2f2b3}}@media screen and (max-width: 1439px){.xl\:bg-red-50\/75{background-color:#fef2f2bf}}@media screen and (max-width: 1439px){.xl\:bg-red-50\/80{background-color:#fef2f2cc}}@media screen and (max-width: 1439px){.xl\:bg-red-50\/90{background-color:#fef2f2e6}}@media screen and (max-width: 1439px){.xl\:bg-red-100{background-color:#fee2e2}}@media screen and (max-width: 1439px){.xl\:bg-red-100\/0{background-color:#fee2e200}}@media screen and (max-width: 1439px){.xl\:bg-red-100\/10{background-color:#fee2e21a}}@media screen and (max-width: 1439px){.xl\:bg-red-100\/20{background-color:#fee2e233}}@media screen and (max-width: 1439px){.xl\:bg-red-100\/30{background-color:#fee2e24d}}@media screen and (max-width: 1439px){.xl\:bg-red-100\/40{background-color:#fee2e266}}@media screen and (max-width: 1439px){.xl\:bg-red-100\/50{background-color:#fee2e280}}@media screen and (max-width: 1439px){.xl\:bg-red-100\/60{background-color:#fee2e299}}@media screen and (max-width: 1439px){.xl\:bg-red-100\/70{background-color:#fee2e2b3}}@media screen and (max-width: 1439px){.xl\:bg-red-100\/75{background-color:#fee2e2bf}}@media screen and (max-width: 1439px){.xl\:bg-red-100\/80{background-color:#fee2e2cc}}@media screen and (max-width: 1439px){.xl\:bg-red-100\/90{background-color:#fee2e2e6}}@media screen and (max-width: 1439px){.xl\:bg-red-200{background-color:#fecaca}}@media screen and (max-width: 1439px){.xl\:bg-red-200\/0{background-color:#fecaca00}}@media screen and (max-width: 1439px){.xl\:bg-red-200\/10{background-color:#fecaca1a}}@media screen and (max-width: 1439px){.xl\:bg-red-200\/20{background-color:#fecaca33}}@media screen and (max-width: 1439px){.xl\:bg-red-200\/30{background-color:#fecaca4d}}@media screen and (max-width: 1439px){.xl\:bg-red-200\/40{background-color:#fecaca66}}@media screen and (max-width: 1439px){.xl\:bg-red-200\/50{background-color:#fecaca80}}@media screen and (max-width: 1439px){.xl\:bg-red-200\/60{background-color:#fecaca99}}@media screen and (max-width: 1439px){.xl\:bg-red-200\/70{background-color:#fecacab3}}@media screen and (max-width: 1439px){.xl\:bg-red-200\/75{background-color:#fecacabf}}@media screen and (max-width: 1439px){.xl\:bg-red-200\/80{background-color:#fecacacc}}@media screen and (max-width: 1439px){.xl\:bg-red-200\/90{background-color:#fecacae6}}@media screen and (max-width: 1439px){.xl\:bg-red-300{background-color:#fca5a5}}@media screen and (max-width: 1439px){.xl\:bg-red-300\/0{background-color:#fca5a500}}@media screen and (max-width: 1439px){.xl\:bg-red-300\/10{background-color:#fca5a51a}}@media screen and (max-width: 1439px){.xl\:bg-red-300\/20{background-color:#fca5a533}}@media screen and (max-width: 1439px){.xl\:bg-red-300\/30{background-color:#fca5a54d}}@media screen and (max-width: 1439px){.xl\:bg-red-300\/40{background-color:#fca5a566}}@media screen and (max-width: 1439px){.xl\:bg-red-300\/50{background-color:#fca5a580}}@media screen and (max-width: 1439px){.xl\:bg-red-300\/60{background-color:#fca5a599}}@media screen and (max-width: 1439px){.xl\:bg-red-300\/70{background-color:#fca5a5b3}}@media screen and (max-width: 1439px){.xl\:bg-red-300\/75{background-color:#fca5a5bf}}@media screen and (max-width: 1439px){.xl\:bg-red-300\/80{background-color:#fca5a5cc}}@media screen and (max-width: 1439px){.xl\:bg-red-300\/90{background-color:#fca5a5e6}}@media screen and (max-width: 1439px){.xl\:bg-red-400{background-color:#f87171}}@media screen and (max-width: 1439px){.xl\:bg-red-400\/0{background-color:#f8717100}}@media screen and (max-width: 1439px){.xl\:bg-red-400\/10{background-color:#f871711a}}@media screen and (max-width: 1439px){.xl\:bg-red-400\/20{background-color:#f8717133}}@media screen and (max-width: 1439px){.xl\:bg-red-400\/30{background-color:#f871714d}}@media screen and (max-width: 1439px){.xl\:bg-red-400\/40{background-color:#f8717166}}@media screen and (max-width: 1439px){.xl\:bg-red-400\/50{background-color:#f8717180}}@media screen and (max-width: 1439px){.xl\:bg-red-400\/60{background-color:#f8717199}}@media screen and (max-width: 1439px){.xl\:bg-red-400\/70{background-color:#f87171b3}}@media screen and (max-width: 1439px){.xl\:bg-red-400\/75{background-color:#f87171bf}}@media screen and (max-width: 1439px){.xl\:bg-red-400\/80{background-color:#f87171cc}}@media screen and (max-width: 1439px){.xl\:bg-red-400\/90{background-color:#f87171e6}}@media screen and (max-width: 1439px){.xl\:bg-red-500{background-color:#ef4444}}@media screen and (max-width: 1439px){.xl\:bg-red-500\/0{background-color:#ef444400}}@media screen and (max-width: 1439px){.xl\:bg-red-500\/10{background-color:#ef44441a}}@media screen and (max-width: 1439px){.xl\:bg-red-500\/20{background-color:#ef444433}}@media screen and (max-width: 1439px){.xl\:bg-red-500\/30{background-color:#ef44444d}}@media screen and (max-width: 1439px){.xl\:bg-red-500\/40{background-color:#ef444466}}@media screen and (max-width: 1439px){.xl\:bg-red-500\/50{background-color:#ef444480}}@media screen and (max-width: 1439px){.xl\:bg-red-500\/60{background-color:#ef444499}}@media screen and (max-width: 1439px){.xl\:bg-red-500\/70{background-color:#ef4444b3}}@media screen and (max-width: 1439px){.xl\:bg-red-500\/75{background-color:#ef4444bf}}@media screen and (max-width: 1439px){.xl\:bg-red-500\/80{background-color:#ef4444cc}}@media screen and (max-width: 1439px){.xl\:bg-red-500\/90{background-color:#ef4444e6}}@media screen and (max-width: 1439px){.xl\:bg-red-600{background-color:#dc2626}}@media screen and (max-width: 1439px){.xl\:bg-red-600\/0{background-color:#dc262600}}@media screen and (max-width: 1439px){.xl\:bg-red-600\/10{background-color:#dc26261a}}@media screen and (max-width: 1439px){.xl\:bg-red-600\/20{background-color:#dc262633}}@media screen and (max-width: 1439px){.xl\:bg-red-600\/30{background-color:#dc26264d}}@media screen and (max-width: 1439px){.xl\:bg-red-600\/40{background-color:#dc262666}}@media screen and (max-width: 1439px){.xl\:bg-red-600\/50{background-color:#dc262680}}@media screen and (max-width: 1439px){.xl\:bg-red-600\/60{background-color:#dc262699}}@media screen and (max-width: 1439px){.xl\:bg-red-600\/70{background-color:#dc2626b3}}@media screen and (max-width: 1439px){.xl\:bg-red-600\/75{background-color:#dc2626bf}}@media screen and (max-width: 1439px){.xl\:bg-red-600\/80{background-color:#dc2626cc}}@media screen and (max-width: 1439px){.xl\:bg-red-600\/90{background-color:#dc2626e6}}@media screen and (max-width: 1439px){.xl\:bg-red-700{background-color:#b91c1c}}@media screen and (max-width: 1439px){.xl\:bg-red-700\/0{background-color:#b91c1c00}}@media screen and (max-width: 1439px){.xl\:bg-red-700\/10{background-color:#b91c1c1a}}@media screen and (max-width: 1439px){.xl\:bg-red-700\/20{background-color:#b91c1c33}}@media screen and (max-width: 1439px){.xl\:bg-red-700\/30{background-color:#b91c1c4d}}@media screen and (max-width: 1439px){.xl\:bg-red-700\/40{background-color:#b91c1c66}}@media screen and (max-width: 1439px){.xl\:bg-red-700\/50{background-color:#b91c1c80}}@media screen and (max-width: 1439px){.xl\:bg-red-700\/60{background-color:#b91c1c99}}@media screen and (max-width: 1439px){.xl\:bg-red-700\/70{background-color:#b91c1cb3}}@media screen and (max-width: 1439px){.xl\:bg-red-700\/75{background-color:#b91c1cbf}}@media screen and (max-width: 1439px){.xl\:bg-red-700\/80{background-color:#b91c1ccc}}@media screen and (max-width: 1439px){.xl\:bg-red-700\/90{background-color:#b91c1ce6}}@media screen and (max-width: 1439px){.xl\:bg-red-800{background-color:#991b1b}}@media screen and (max-width: 1439px){.xl\:bg-red-800\/0{background-color:#991b1b00}}@media screen and (max-width: 1439px){.xl\:bg-red-800\/10{background-color:#991b1b1a}}@media screen and (max-width: 1439px){.xl\:bg-red-800\/20{background-color:#991b1b33}}@media screen and (max-width: 1439px){.xl\:bg-red-800\/30{background-color:#991b1b4d}}@media screen and (max-width: 1439px){.xl\:bg-red-800\/40{background-color:#991b1b66}}@media screen and (max-width: 1439px){.xl\:bg-red-800\/50{background-color:#991b1b80}}@media screen and (max-width: 1439px){.xl\:bg-red-800\/60{background-color:#991b1b99}}@media screen and (max-width: 1439px){.xl\:bg-red-800\/70{background-color:#991b1bb3}}@media screen and (max-width: 1439px){.xl\:bg-red-800\/75{background-color:#991b1bbf}}@media screen and (max-width: 1439px){.xl\:bg-red-800\/80{background-color:#991b1bcc}}@media screen and (max-width: 1439px){.xl\:bg-red-800\/90{background-color:#991b1be6}}@media screen and (max-width: 1439px){.xl\:bg-red-900{background-color:#7f1d1d}}@media screen and (max-width: 1439px){.xl\:bg-red-900\/0{background-color:#7f1d1d00}}@media screen and (max-width: 1439px){.xl\:bg-red-900\/10{background-color:#7f1d1d1a}}@media screen and (max-width: 1439px){.xl\:bg-red-900\/20{background-color:#7f1d1d33}}@media screen and (max-width: 1439px){.xl\:bg-red-900\/30{background-color:#7f1d1d4d}}@media screen and (max-width: 1439px){.xl\:bg-red-900\/40{background-color:#7f1d1d66}}@media screen and (max-width: 1439px){.xl\:bg-red-900\/50{background-color:#7f1d1d80}}@media screen and (max-width: 1439px){.xl\:bg-red-900\/60{background-color:#7f1d1d99}}@media screen and (max-width: 1439px){.xl\:bg-red-900\/70{background-color:#7f1d1db3}}@media screen and (max-width: 1439px){.xl\:bg-red-900\/75{background-color:#7f1d1dbf}}@media screen and (max-width: 1439px){.xl\:bg-red-900\/80{background-color:#7f1d1dcc}}@media screen and (max-width: 1439px){.xl\:bg-red-900\/90{background-color:#7f1d1de6}}@media screen and (max-width: 1439px){.xl\:bg-red-950{background-color:#450a0a}}@media screen and (max-width: 1439px){.xl\:bg-red-950\/0{background-color:#450a0a00}}@media screen and (max-width: 1439px){.xl\:bg-red-950\/10{background-color:#450a0a1a}}@media screen and (max-width: 1439px){.xl\:bg-red-950\/20{background-color:#450a0a33}}@media screen and (max-width: 1439px){.xl\:bg-red-950\/30{background-color:#450a0a4d}}@media screen and (max-width: 1439px){.xl\:bg-red-950\/40{background-color:#450a0a66}}@media screen and (max-width: 1439px){.xl\:bg-red-950\/50{background-color:#450a0a80}}@media screen and (max-width: 1439px){.xl\:bg-red-950\/60{background-color:#450a0a99}}@media screen and (max-width: 1439px){.xl\:bg-red-950\/70{background-color:#450a0ab3}}@media screen and (max-width: 1439px){.xl\:bg-red-950\/75{background-color:#450a0abf}}@media screen and (max-width: 1439px){.xl\:bg-red-950\/80{background-color:#450a0acc}}@media screen and (max-width: 1439px){.xl\:bg-red-950\/90{background-color:#450a0ae6}}@media screen and (max-width: 1439px){.xl\:bg-orange-50{background-color:#fff7ed}}@media screen and (max-width: 1439px){.xl\:bg-orange-50\/0{background-color:#fff7ed00}}@media screen and (max-width: 1439px){.xl\:bg-orange-50\/10{background-color:#fff7ed1a}}@media screen and (max-width: 1439px){.xl\:bg-orange-50\/20{background-color:#fff7ed33}}@media screen and (max-width: 1439px){.xl\:bg-orange-50\/30{background-color:#fff7ed4d}}@media screen and (max-width: 1439px){.xl\:bg-orange-50\/40{background-color:#fff7ed66}}@media screen and (max-width: 1439px){.xl\:bg-orange-50\/50{background-color:#fff7ed80}}@media screen and (max-width: 1439px){.xl\:bg-orange-50\/60{background-color:#fff7ed99}}@media screen and (max-width: 1439px){.xl\:bg-orange-50\/70{background-color:#fff7edb3}}@media screen and (max-width: 1439px){.xl\:bg-orange-50\/75{background-color:#fff7edbf}}@media screen and (max-width: 1439px){.xl\:bg-orange-50\/80{background-color:#fff7edcc}}@media screen and (max-width: 1439px){.xl\:bg-orange-50\/90{background-color:#fff7ede6}}@media screen and (max-width: 1439px){.xl\:bg-orange-100{background-color:#ffedd5}}@media screen and (max-width: 1439px){.xl\:bg-orange-100\/0{background-color:#ffedd500}}@media screen and (max-width: 1439px){.xl\:bg-orange-100\/10{background-color:#ffedd51a}}@media screen and (max-width: 1439px){.xl\:bg-orange-100\/20{background-color:#ffedd533}}@media screen and (max-width: 1439px){.xl\:bg-orange-100\/30{background-color:#ffedd54d}}@media screen and (max-width: 1439px){.xl\:bg-orange-100\/40{background-color:#ffedd566}}@media screen and (max-width: 1439px){.xl\:bg-orange-100\/50{background-color:#ffedd580}}@media screen and (max-width: 1439px){.xl\:bg-orange-100\/60{background-color:#ffedd599}}@media screen and (max-width: 1439px){.xl\:bg-orange-100\/70{background-color:#ffedd5b3}}@media screen and (max-width: 1439px){.xl\:bg-orange-100\/75{background-color:#ffedd5bf}}@media screen and (max-width: 1439px){.xl\:bg-orange-100\/80{background-color:#ffedd5cc}}@media screen and (max-width: 1439px){.xl\:bg-orange-100\/90{background-color:#ffedd5e6}}@media screen and (max-width: 1439px){.xl\:bg-orange-200{background-color:#fed7aa}}@media screen and (max-width: 1439px){.xl\:bg-orange-200\/0{background-color:#fed7aa00}}@media screen and (max-width: 1439px){.xl\:bg-orange-200\/10{background-color:#fed7aa1a}}@media screen and (max-width: 1439px){.xl\:bg-orange-200\/20{background-color:#fed7aa33}}@media screen and (max-width: 1439px){.xl\:bg-orange-200\/30{background-color:#fed7aa4d}}@media screen and (max-width: 1439px){.xl\:bg-orange-200\/40{background-color:#fed7aa66}}@media screen and (max-width: 1439px){.xl\:bg-orange-200\/50{background-color:#fed7aa80}}@media screen and (max-width: 1439px){.xl\:bg-orange-200\/60{background-color:#fed7aa99}}@media screen and (max-width: 1439px){.xl\:bg-orange-200\/70{background-color:#fed7aab3}}@media screen and (max-width: 1439px){.xl\:bg-orange-200\/75{background-color:#fed7aabf}}@media screen and (max-width: 1439px){.xl\:bg-orange-200\/80{background-color:#fed7aacc}}@media screen and (max-width: 1439px){.xl\:bg-orange-200\/90{background-color:#fed7aae6}}@media screen and (max-width: 1439px){.xl\:bg-orange-300{background-color:#fdba74}}@media screen and (max-width: 1439px){.xl\:bg-orange-300\/0{background-color:#fdba7400}}@media screen and (max-width: 1439px){.xl\:bg-orange-300\/10{background-color:#fdba741a}}@media screen and (max-width: 1439px){.xl\:bg-orange-300\/20{background-color:#fdba7433}}@media screen and (max-width: 1439px){.xl\:bg-orange-300\/30{background-color:#fdba744d}}@media screen and (max-width: 1439px){.xl\:bg-orange-300\/40{background-color:#fdba7466}}@media screen and (max-width: 1439px){.xl\:bg-orange-300\/50{background-color:#fdba7480}}@media screen and (max-width: 1439px){.xl\:bg-orange-300\/60{background-color:#fdba7499}}@media screen and (max-width: 1439px){.xl\:bg-orange-300\/70{background-color:#fdba74b3}}@media screen and (max-width: 1439px){.xl\:bg-orange-300\/75{background-color:#fdba74bf}}@media screen and (max-width: 1439px){.xl\:bg-orange-300\/80{background-color:#fdba74cc}}@media screen and (max-width: 1439px){.xl\:bg-orange-300\/90{background-color:#fdba74e6}}@media screen and (max-width: 1439px){.xl\:bg-orange-400{background-color:#fb923c}}@media screen and (max-width: 1439px){.xl\:bg-orange-400\/0{background-color:#fb923c00}}@media screen and (max-width: 1439px){.xl\:bg-orange-400\/10{background-color:#fb923c1a}}@media screen and (max-width: 1439px){.xl\:bg-orange-400\/20{background-color:#fb923c33}}@media screen and (max-width: 1439px){.xl\:bg-orange-400\/30{background-color:#fb923c4d}}@media screen and (max-width: 1439px){.xl\:bg-orange-400\/40{background-color:#fb923c66}}@media screen and (max-width: 1439px){.xl\:bg-orange-400\/50{background-color:#fb923c80}}@media screen and (max-width: 1439px){.xl\:bg-orange-400\/60{background-color:#fb923c99}}@media screen and (max-width: 1439px){.xl\:bg-orange-400\/70{background-color:#fb923cb3}}@media screen and (max-width: 1439px){.xl\:bg-orange-400\/75{background-color:#fb923cbf}}@media screen and (max-width: 1439px){.xl\:bg-orange-400\/80{background-color:#fb923ccc}}@media screen and (max-width: 1439px){.xl\:bg-orange-400\/90{background-color:#fb923ce6}}@media screen and (max-width: 1439px){.xl\:bg-orange-500{background-color:#f97316}}@media screen and (max-width: 1439px){.xl\:bg-orange-500\/0{background-color:#f9731600}}@media screen and (max-width: 1439px){.xl\:bg-orange-500\/10{background-color:#f973161a}}@media screen and (max-width: 1439px){.xl\:bg-orange-500\/20{background-color:#f9731633}}@media screen and (max-width: 1439px){.xl\:bg-orange-500\/30{background-color:#f973164d}}@media screen and (max-width: 1439px){.xl\:bg-orange-500\/40{background-color:#f9731666}}@media screen and (max-width: 1439px){.xl\:bg-orange-500\/50{background-color:#f9731680}}@media screen and (max-width: 1439px){.xl\:bg-orange-500\/60{background-color:#f9731699}}@media screen and (max-width: 1439px){.xl\:bg-orange-500\/70{background-color:#f97316b3}}@media screen and (max-width: 1439px){.xl\:bg-orange-500\/75{background-color:#f97316bf}}@media screen and (max-width: 1439px){.xl\:bg-orange-500\/80{background-color:#f97316cc}}@media screen and (max-width: 1439px){.xl\:bg-orange-500\/90{background-color:#f97316e6}}@media screen and (max-width: 1439px){.xl\:bg-orange-600{background-color:#ea580c}}@media screen and (max-width: 1439px){.xl\:bg-orange-600\/0{background-color:#ea580c00}}@media screen and (max-width: 1439px){.xl\:bg-orange-600\/10{background-color:#ea580c1a}}@media screen and (max-width: 1439px){.xl\:bg-orange-600\/20{background-color:#ea580c33}}@media screen and (max-width: 1439px){.xl\:bg-orange-600\/30{background-color:#ea580c4d}}@media screen and (max-width: 1439px){.xl\:bg-orange-600\/40{background-color:#ea580c66}}@media screen and (max-width: 1439px){.xl\:bg-orange-600\/50{background-color:#ea580c80}}@media screen and (max-width: 1439px){.xl\:bg-orange-600\/60{background-color:#ea580c99}}@media screen and (max-width: 1439px){.xl\:bg-orange-600\/70{background-color:#ea580cb3}}@media screen and (max-width: 1439px){.xl\:bg-orange-600\/75{background-color:#ea580cbf}}@media screen and (max-width: 1439px){.xl\:bg-orange-600\/80{background-color:#ea580ccc}}@media screen and (max-width: 1439px){.xl\:bg-orange-600\/90{background-color:#ea580ce6}}@media screen and (max-width: 1439px){.xl\:bg-orange-700{background-color:#c2410c}}@media screen and (max-width: 1439px){.xl\:bg-orange-700\/0{background-color:#c2410c00}}@media screen and (max-width: 1439px){.xl\:bg-orange-700\/10{background-color:#c2410c1a}}@media screen and (max-width: 1439px){.xl\:bg-orange-700\/20{background-color:#c2410c33}}@media screen and (max-width: 1439px){.xl\:bg-orange-700\/30{background-color:#c2410c4d}}@media screen and (max-width: 1439px){.xl\:bg-orange-700\/40{background-color:#c2410c66}}@media screen and (max-width: 1439px){.xl\:bg-orange-700\/50{background-color:#c2410c80}}@media screen and (max-width: 1439px){.xl\:bg-orange-700\/60{background-color:#c2410c99}}@media screen and (max-width: 1439px){.xl\:bg-orange-700\/70{background-color:#c2410cb3}}@media screen and (max-width: 1439px){.xl\:bg-orange-700\/75{background-color:#c2410cbf}}@media screen and (max-width: 1439px){.xl\:bg-orange-700\/80{background-color:#c2410ccc}}@media screen and (max-width: 1439px){.xl\:bg-orange-700\/90{background-color:#c2410ce6}}@media screen and (max-width: 1439px){.xl\:bg-orange-800{background-color:#9a3412}}@media screen and (max-width: 1439px){.xl\:bg-orange-800\/0{background-color:#9a341200}}@media screen and (max-width: 1439px){.xl\:bg-orange-800\/10{background-color:#9a34121a}}@media screen and (max-width: 1439px){.xl\:bg-orange-800\/20{background-color:#9a341233}}@media screen and (max-width: 1439px){.xl\:bg-orange-800\/30{background-color:#9a34124d}}@media screen and (max-width: 1439px){.xl\:bg-orange-800\/40{background-color:#9a341266}}@media screen and (max-width: 1439px){.xl\:bg-orange-800\/50{background-color:#9a341280}}@media screen and (max-width: 1439px){.xl\:bg-orange-800\/60{background-color:#9a341299}}@media screen and (max-width: 1439px){.xl\:bg-orange-800\/70{background-color:#9a3412b3}}@media screen and (max-width: 1439px){.xl\:bg-orange-800\/75{background-color:#9a3412bf}}@media screen and (max-width: 1439px){.xl\:bg-orange-800\/80{background-color:#9a3412cc}}@media screen and (max-width: 1439px){.xl\:bg-orange-800\/90{background-color:#9a3412e6}}@media screen and (max-width: 1439px){.xl\:bg-orange-900{background-color:#7c2d12}}@media screen and (max-width: 1439px){.xl\:bg-orange-900\/0{background-color:#7c2d1200}}@media screen and (max-width: 1439px){.xl\:bg-orange-900\/10{background-color:#7c2d121a}}@media screen and (max-width: 1439px){.xl\:bg-orange-900\/20{background-color:#7c2d1233}}@media screen and (max-width: 1439px){.xl\:bg-orange-900\/30{background-color:#7c2d124d}}@media screen and (max-width: 1439px){.xl\:bg-orange-900\/40{background-color:#7c2d1266}}@media screen and (max-width: 1439px){.xl\:bg-orange-900\/50{background-color:#7c2d1280}}@media screen and (max-width: 1439px){.xl\:bg-orange-900\/60{background-color:#7c2d1299}}@media screen and (max-width: 1439px){.xl\:bg-orange-900\/70{background-color:#7c2d12b3}}@media screen and (max-width: 1439px){.xl\:bg-orange-900\/75{background-color:#7c2d12bf}}@media screen and (max-width: 1439px){.xl\:bg-orange-900\/80{background-color:#7c2d12cc}}@media screen and (max-width: 1439px){.xl\:bg-orange-900\/90{background-color:#7c2d12e6}}@media screen and (max-width: 1439px){.xl\:bg-orange-950{background-color:#431407}}@media screen and (max-width: 1439px){.xl\:bg-orange-950\/0{background-color:#43140700}}@media screen and (max-width: 1439px){.xl\:bg-orange-950\/10{background-color:#4314071a}}@media screen and (max-width: 1439px){.xl\:bg-orange-950\/20{background-color:#43140733}}@media screen and (max-width: 1439px){.xl\:bg-orange-950\/30{background-color:#4314074d}}@media screen and (max-width: 1439px){.xl\:bg-orange-950\/40{background-color:#43140766}}@media screen and (max-width: 1439px){.xl\:bg-orange-950\/50{background-color:#43140780}}@media screen and (max-width: 1439px){.xl\:bg-orange-950\/60{background-color:#43140799}}@media screen and (max-width: 1439px){.xl\:bg-orange-950\/70{background-color:#431407b3}}@media screen and (max-width: 1439px){.xl\:bg-orange-950\/75{background-color:#431407bf}}@media screen and (max-width: 1439px){.xl\:bg-orange-950\/80{background-color:#431407cc}}@media screen and (max-width: 1439px){.xl\:bg-orange-950\/90{background-color:#431407e6}}@media screen and (max-width: 1439px){.xl\:bg-amber-50{background-color:#fffbeb}}@media screen and (max-width: 1439px){.xl\:bg-amber-50\/0{background-color:#fffbeb00}}@media screen and (max-width: 1439px){.xl\:bg-amber-50\/10{background-color:#fffbeb1a}}@media screen and (max-width: 1439px){.xl\:bg-amber-50\/20{background-color:#fffbeb33}}@media screen and (max-width: 1439px){.xl\:bg-amber-50\/30{background-color:#fffbeb4d}}@media screen and (max-width: 1439px){.xl\:bg-amber-50\/40{background-color:#fffbeb66}}@media screen and (max-width: 1439px){.xl\:bg-amber-50\/50{background-color:#fffbeb80}}@media screen and (max-width: 1439px){.xl\:bg-amber-50\/60{background-color:#fffbeb99}}@media screen and (max-width: 1439px){.xl\:bg-amber-50\/70{background-color:#fffbebb3}}@media screen and (max-width: 1439px){.xl\:bg-amber-50\/75{background-color:#fffbebbf}}@media screen and (max-width: 1439px){.xl\:bg-amber-50\/80{background-color:#fffbebcc}}@media screen and (max-width: 1439px){.xl\:bg-amber-50\/90{background-color:#fffbebe6}}@media screen and (max-width: 1439px){.xl\:bg-amber-100{background-color:#fef3c7}}@media screen and (max-width: 1439px){.xl\:bg-amber-100\/0{background-color:#fef3c700}}@media screen and (max-width: 1439px){.xl\:bg-amber-100\/10{background-color:#fef3c71a}}@media screen and (max-width: 1439px){.xl\:bg-amber-100\/20{background-color:#fef3c733}}@media screen and (max-width: 1439px){.xl\:bg-amber-100\/30{background-color:#fef3c74d}}@media screen and (max-width: 1439px){.xl\:bg-amber-100\/40{background-color:#fef3c766}}@media screen and (max-width: 1439px){.xl\:bg-amber-100\/50{background-color:#fef3c780}}@media screen and (max-width: 1439px){.xl\:bg-amber-100\/60{background-color:#fef3c799}}@media screen and (max-width: 1439px){.xl\:bg-amber-100\/70{background-color:#fef3c7b3}}@media screen and (max-width: 1439px){.xl\:bg-amber-100\/75{background-color:#fef3c7bf}}@media screen and (max-width: 1439px){.xl\:bg-amber-100\/80{background-color:#fef3c7cc}}@media screen and (max-width: 1439px){.xl\:bg-amber-100\/90{background-color:#fef3c7e6}}@media screen and (max-width: 1439px){.xl\:bg-amber-200{background-color:#fde68a}}@media screen and (max-width: 1439px){.xl\:bg-amber-200\/0{background-color:#fde68a00}}@media screen and (max-width: 1439px){.xl\:bg-amber-200\/10{background-color:#fde68a1a}}@media screen and (max-width: 1439px){.xl\:bg-amber-200\/20{background-color:#fde68a33}}@media screen and (max-width: 1439px){.xl\:bg-amber-200\/30{background-color:#fde68a4d}}@media screen and (max-width: 1439px){.xl\:bg-amber-200\/40{background-color:#fde68a66}}@media screen and (max-width: 1439px){.xl\:bg-amber-200\/50{background-color:#fde68a80}}@media screen and (max-width: 1439px){.xl\:bg-amber-200\/60{background-color:#fde68a99}}@media screen and (max-width: 1439px){.xl\:bg-amber-200\/70{background-color:#fde68ab3}}@media screen and (max-width: 1439px){.xl\:bg-amber-200\/75{background-color:#fde68abf}}@media screen and (max-width: 1439px){.xl\:bg-amber-200\/80{background-color:#fde68acc}}@media screen and (max-width: 1439px){.xl\:bg-amber-200\/90{background-color:#fde68ae6}}@media screen and (max-width: 1439px){.xl\:bg-amber-300{background-color:#fcd34d}}@media screen and (max-width: 1439px){.xl\:bg-amber-300\/0{background-color:#fcd34d00}}@media screen and (max-width: 1439px){.xl\:bg-amber-300\/10{background-color:#fcd34d1a}}@media screen and (max-width: 1439px){.xl\:bg-amber-300\/20{background-color:#fcd34d33}}@media screen and (max-width: 1439px){.xl\:bg-amber-300\/30{background-color:#fcd34d4d}}@media screen and (max-width: 1439px){.xl\:bg-amber-300\/40{background-color:#fcd34d66}}@media screen and (max-width: 1439px){.xl\:bg-amber-300\/50{background-color:#fcd34d80}}@media screen and (max-width: 1439px){.xl\:bg-amber-300\/60{background-color:#fcd34d99}}@media screen and (max-width: 1439px){.xl\:bg-amber-300\/70{background-color:#fcd34db3}}@media screen and (max-width: 1439px){.xl\:bg-amber-300\/75{background-color:#fcd34dbf}}@media screen and (max-width: 1439px){.xl\:bg-amber-300\/80{background-color:#fcd34dcc}}@media screen and (max-width: 1439px){.xl\:bg-amber-300\/90{background-color:#fcd34de6}}@media screen and (max-width: 1439px){.xl\:bg-amber-400{background-color:#fbbf24}}@media screen and (max-width: 1439px){.xl\:bg-amber-400\/0{background-color:#fbbf2400}}@media screen and (max-width: 1439px){.xl\:bg-amber-400\/10{background-color:#fbbf241a}}@media screen and (max-width: 1439px){.xl\:bg-amber-400\/20{background-color:#fbbf2433}}@media screen and (max-width: 1439px){.xl\:bg-amber-400\/30{background-color:#fbbf244d}}@media screen and (max-width: 1439px){.xl\:bg-amber-400\/40{background-color:#fbbf2466}}@media screen and (max-width: 1439px){.xl\:bg-amber-400\/50{background-color:#fbbf2480}}@media screen and (max-width: 1439px){.xl\:bg-amber-400\/60{background-color:#fbbf2499}}@media screen and (max-width: 1439px){.xl\:bg-amber-400\/70{background-color:#fbbf24b3}}@media screen and (max-width: 1439px){.xl\:bg-amber-400\/75{background-color:#fbbf24bf}}@media screen and (max-width: 1439px){.xl\:bg-amber-400\/80{background-color:#fbbf24cc}}@media screen and (max-width: 1439px){.xl\:bg-amber-400\/90{background-color:#fbbf24e6}}@media screen and (max-width: 1439px){.xl\:bg-amber-500{background-color:#f59e0b}}@media screen and (max-width: 1439px){.xl\:bg-amber-500\/0{background-color:#f59e0b00}}@media screen and (max-width: 1439px){.xl\:bg-amber-500\/10{background-color:#f59e0b1a}}@media screen and (max-width: 1439px){.xl\:bg-amber-500\/20{background-color:#f59e0b33}}@media screen and (max-width: 1439px){.xl\:bg-amber-500\/30{background-color:#f59e0b4d}}@media screen and (max-width: 1439px){.xl\:bg-amber-500\/40{background-color:#f59e0b66}}@media screen and (max-width: 1439px){.xl\:bg-amber-500\/50{background-color:#f59e0b80}}@media screen and (max-width: 1439px){.xl\:bg-amber-500\/60{background-color:#f59e0b99}}@media screen and (max-width: 1439px){.xl\:bg-amber-500\/70{background-color:#f59e0bb3}}@media screen and (max-width: 1439px){.xl\:bg-amber-500\/75{background-color:#f59e0bbf}}@media screen and (max-width: 1439px){.xl\:bg-amber-500\/80{background-color:#f59e0bcc}}@media screen and (max-width: 1439px){.xl\:bg-amber-500\/90{background-color:#f59e0be6}}@media screen and (max-width: 1439px){.xl\:bg-amber-600{background-color:#d97706}}@media screen and (max-width: 1439px){.xl\:bg-amber-600\/0{background-color:#d9770600}}@media screen and (max-width: 1439px){.xl\:bg-amber-600\/10{background-color:#d977061a}}@media screen and (max-width: 1439px){.xl\:bg-amber-600\/20{background-color:#d9770633}}@media screen and (max-width: 1439px){.xl\:bg-amber-600\/30{background-color:#d977064d}}@media screen and (max-width: 1439px){.xl\:bg-amber-600\/40{background-color:#d9770666}}@media screen and (max-width: 1439px){.xl\:bg-amber-600\/50{background-color:#d9770680}}@media screen and (max-width: 1439px){.xl\:bg-amber-600\/60{background-color:#d9770699}}@media screen and (max-width: 1439px){.xl\:bg-amber-600\/70{background-color:#d97706b3}}@media screen and (max-width: 1439px){.xl\:bg-amber-600\/75{background-color:#d97706bf}}@media screen and (max-width: 1439px){.xl\:bg-amber-600\/80{background-color:#d97706cc}}@media screen and (max-width: 1439px){.xl\:bg-amber-600\/90{background-color:#d97706e6}}@media screen and (max-width: 1439px){.xl\:bg-amber-700{background-color:#b45309}}@media screen and (max-width: 1439px){.xl\:bg-amber-700\/0{background-color:#b4530900}}@media screen and (max-width: 1439px){.xl\:bg-amber-700\/10{background-color:#b453091a}}@media screen and (max-width: 1439px){.xl\:bg-amber-700\/20{background-color:#b4530933}}@media screen and (max-width: 1439px){.xl\:bg-amber-700\/30{background-color:#b453094d}}@media screen and (max-width: 1439px){.xl\:bg-amber-700\/40{background-color:#b4530966}}@media screen and (max-width: 1439px){.xl\:bg-amber-700\/50{background-color:#b4530980}}@media screen and (max-width: 1439px){.xl\:bg-amber-700\/60{background-color:#b4530999}}@media screen and (max-width: 1439px){.xl\:bg-amber-700\/70{background-color:#b45309b3}}@media screen and (max-width: 1439px){.xl\:bg-amber-700\/75{background-color:#b45309bf}}@media screen and (max-width: 1439px){.xl\:bg-amber-700\/80{background-color:#b45309cc}}@media screen and (max-width: 1439px){.xl\:bg-amber-700\/90{background-color:#b45309e6}}@media screen and (max-width: 1439px){.xl\:bg-amber-800{background-color:#92400e}}@media screen and (max-width: 1439px){.xl\:bg-amber-800\/0{background-color:#92400e00}}@media screen and (max-width: 1439px){.xl\:bg-amber-800\/10{background-color:#92400e1a}}@media screen and (max-width: 1439px){.xl\:bg-amber-800\/20{background-color:#92400e33}}@media screen and (max-width: 1439px){.xl\:bg-amber-800\/30{background-color:#92400e4d}}@media screen and (max-width: 1439px){.xl\:bg-amber-800\/40{background-color:#92400e66}}@media screen and (max-width: 1439px){.xl\:bg-amber-800\/50{background-color:#92400e80}}@media screen and (max-width: 1439px){.xl\:bg-amber-800\/60{background-color:#92400e99}}@media screen and (max-width: 1439px){.xl\:bg-amber-800\/70{background-color:#92400eb3}}@media screen and (max-width: 1439px){.xl\:bg-amber-800\/75{background-color:#92400ebf}}@media screen and (max-width: 1439px){.xl\:bg-amber-800\/80{background-color:#92400ecc}}@media screen and (max-width: 1439px){.xl\:bg-amber-800\/90{background-color:#92400ee6}}@media screen and (max-width: 1439px){.xl\:bg-amber-900{background-color:#78350f}}@media screen and (max-width: 1439px){.xl\:bg-amber-900\/0{background-color:#78350f00}}@media screen and (max-width: 1439px){.xl\:bg-amber-900\/10{background-color:#78350f1a}}@media screen and (max-width: 1439px){.xl\:bg-amber-900\/20{background-color:#78350f33}}@media screen and (max-width: 1439px){.xl\:bg-amber-900\/30{background-color:#78350f4d}}@media screen and (max-width: 1439px){.xl\:bg-amber-900\/40{background-color:#78350f66}}@media screen and (max-width: 1439px){.xl\:bg-amber-900\/50{background-color:#78350f80}}@media screen and (max-width: 1439px){.xl\:bg-amber-900\/60{background-color:#78350f99}}@media screen and (max-width: 1439px){.xl\:bg-amber-900\/70{background-color:#78350fb3}}@media screen and (max-width: 1439px){.xl\:bg-amber-900\/75{background-color:#78350fbf}}@media screen and (max-width: 1439px){.xl\:bg-amber-900\/80{background-color:#78350fcc}}@media screen and (max-width: 1439px){.xl\:bg-amber-900\/90{background-color:#78350fe6}}@media screen and (max-width: 1439px){.xl\:bg-amber-950{background-color:#451a03}}@media screen and (max-width: 1439px){.xl\:bg-amber-950\/0{background-color:#451a0300}}@media screen and (max-width: 1439px){.xl\:bg-amber-950\/10{background-color:#451a031a}}@media screen and (max-width: 1439px){.xl\:bg-amber-950\/20{background-color:#451a0333}}@media screen and (max-width: 1439px){.xl\:bg-amber-950\/30{background-color:#451a034d}}@media screen and (max-width: 1439px){.xl\:bg-amber-950\/40{background-color:#451a0366}}@media screen and (max-width: 1439px){.xl\:bg-amber-950\/50{background-color:#451a0380}}@media screen and (max-width: 1439px){.xl\:bg-amber-950\/60{background-color:#451a0399}}@media screen and (max-width: 1439px){.xl\:bg-amber-950\/70{background-color:#451a03b3}}@media screen and (max-width: 1439px){.xl\:bg-amber-950\/75{background-color:#451a03bf}}@media screen and (max-width: 1439px){.xl\:bg-amber-950\/80{background-color:#451a03cc}}@media screen and (max-width: 1439px){.xl\:bg-amber-950\/90{background-color:#451a03e6}}@media screen and (max-width: 1439px){.xl\:bg-yellow-50{background-color:#fefce8}}@media screen and (max-width: 1439px){.xl\:bg-yellow-50\/0{background-color:#fefce800}}@media screen and (max-width: 1439px){.xl\:bg-yellow-50\/10{background-color:#fefce81a}}@media screen and (max-width: 1439px){.xl\:bg-yellow-50\/20{background-color:#fefce833}}@media screen and (max-width: 1439px){.xl\:bg-yellow-50\/30{background-color:#fefce84d}}@media screen and (max-width: 1439px){.xl\:bg-yellow-50\/40{background-color:#fefce866}}@media screen and (max-width: 1439px){.xl\:bg-yellow-50\/50{background-color:#fefce880}}@media screen and (max-width: 1439px){.xl\:bg-yellow-50\/60{background-color:#fefce899}}@media screen and (max-width: 1439px){.xl\:bg-yellow-50\/70{background-color:#fefce8b3}}@media screen and (max-width: 1439px){.xl\:bg-yellow-50\/75{background-color:#fefce8bf}}@media screen and (max-width: 1439px){.xl\:bg-yellow-50\/80{background-color:#fefce8cc}}@media screen and (max-width: 1439px){.xl\:bg-yellow-50\/90{background-color:#fefce8e6}}@media screen and (max-width: 1439px){.xl\:bg-yellow-100{background-color:#fef9c3}}@media screen and (max-width: 1439px){.xl\:bg-yellow-100\/0{background-color:#fef9c300}}@media screen and (max-width: 1439px){.xl\:bg-yellow-100\/10{background-color:#fef9c31a}}@media screen and (max-width: 1439px){.xl\:bg-yellow-100\/20{background-color:#fef9c333}}@media screen and (max-width: 1439px){.xl\:bg-yellow-100\/30{background-color:#fef9c34d}}@media screen and (max-width: 1439px){.xl\:bg-yellow-100\/40{background-color:#fef9c366}}@media screen and (max-width: 1439px){.xl\:bg-yellow-100\/50{background-color:#fef9c380}}@media screen and (max-width: 1439px){.xl\:bg-yellow-100\/60{background-color:#fef9c399}}@media screen and (max-width: 1439px){.xl\:bg-yellow-100\/70{background-color:#fef9c3b3}}@media screen and (max-width: 1439px){.xl\:bg-yellow-100\/75{background-color:#fef9c3bf}}@media screen and (max-width: 1439px){.xl\:bg-yellow-100\/80{background-color:#fef9c3cc}}@media screen and (max-width: 1439px){.xl\:bg-yellow-100\/90{background-color:#fef9c3e6}}@media screen and (max-width: 1439px){.xl\:bg-yellow-200{background-color:#fef08a}}@media screen and (max-width: 1439px){.xl\:bg-yellow-200\/0{background-color:#fef08a00}}@media screen and (max-width: 1439px){.xl\:bg-yellow-200\/10{background-color:#fef08a1a}}@media screen and (max-width: 1439px){.xl\:bg-yellow-200\/20{background-color:#fef08a33}}@media screen and (max-width: 1439px){.xl\:bg-yellow-200\/30{background-color:#fef08a4d}}@media screen and (max-width: 1439px){.xl\:bg-yellow-200\/40{background-color:#fef08a66}}@media screen and (max-width: 1439px){.xl\:bg-yellow-200\/50{background-color:#fef08a80}}@media screen and (max-width: 1439px){.xl\:bg-yellow-200\/60{background-color:#fef08a99}}@media screen and (max-width: 1439px){.xl\:bg-yellow-200\/70{background-color:#fef08ab3}}@media screen and (max-width: 1439px){.xl\:bg-yellow-200\/75{background-color:#fef08abf}}@media screen and (max-width: 1439px){.xl\:bg-yellow-200\/80{background-color:#fef08acc}}@media screen and (max-width: 1439px){.xl\:bg-yellow-200\/90{background-color:#fef08ae6}}@media screen and (max-width: 1439px){.xl\:bg-yellow-300{background-color:#fde047}}@media screen and (max-width: 1439px){.xl\:bg-yellow-300\/0{background-color:#fde04700}}@media screen and (max-width: 1439px){.xl\:bg-yellow-300\/10{background-color:#fde0471a}}@media screen and (max-width: 1439px){.xl\:bg-yellow-300\/20{background-color:#fde04733}}@media screen and (max-width: 1439px){.xl\:bg-yellow-300\/30{background-color:#fde0474d}}@media screen and (max-width: 1439px){.xl\:bg-yellow-300\/40{background-color:#fde04766}}@media screen and (max-width: 1439px){.xl\:bg-yellow-300\/50{background-color:#fde04780}}@media screen and (max-width: 1439px){.xl\:bg-yellow-300\/60{background-color:#fde04799}}@media screen and (max-width: 1439px){.xl\:bg-yellow-300\/70{background-color:#fde047b3}}@media screen and (max-width: 1439px){.xl\:bg-yellow-300\/75{background-color:#fde047bf}}@media screen and (max-width: 1439px){.xl\:bg-yellow-300\/80{background-color:#fde047cc}}@media screen and (max-width: 1439px){.xl\:bg-yellow-300\/90{background-color:#fde047e6}}@media screen and (max-width: 1439px){.xl\:bg-yellow-400{background-color:#facc15}}@media screen and (max-width: 1439px){.xl\:bg-yellow-400\/0{background-color:#facc1500}}@media screen and (max-width: 1439px){.xl\:bg-yellow-400\/10{background-color:#facc151a}}@media screen and (max-width: 1439px){.xl\:bg-yellow-400\/20{background-color:#facc1533}}@media screen and (max-width: 1439px){.xl\:bg-yellow-400\/30{background-color:#facc154d}}@media screen and (max-width: 1439px){.xl\:bg-yellow-400\/40{background-color:#facc1566}}@media screen and (max-width: 1439px){.xl\:bg-yellow-400\/50{background-color:#facc1580}}@media screen and (max-width: 1439px){.xl\:bg-yellow-400\/60{background-color:#facc1599}}@media screen and (max-width: 1439px){.xl\:bg-yellow-400\/70{background-color:#facc15b3}}@media screen and (max-width: 1439px){.xl\:bg-yellow-400\/75{background-color:#facc15bf}}@media screen and (max-width: 1439px){.xl\:bg-yellow-400\/80{background-color:#facc15cc}}@media screen and (max-width: 1439px){.xl\:bg-yellow-400\/90{background-color:#facc15e6}}@media screen and (max-width: 1439px){.xl\:bg-yellow-500{background-color:#eab308}}@media screen and (max-width: 1439px){.xl\:bg-yellow-500\/0{background-color:#eab30800}}@media screen and (max-width: 1439px){.xl\:bg-yellow-500\/10{background-color:#eab3081a}}@media screen and (max-width: 1439px){.xl\:bg-yellow-500\/20{background-color:#eab30833}}@media screen and (max-width: 1439px){.xl\:bg-yellow-500\/30{background-color:#eab3084d}}@media screen and (max-width: 1439px){.xl\:bg-yellow-500\/40{background-color:#eab30866}}@media screen and (max-width: 1439px){.xl\:bg-yellow-500\/50{background-color:#eab30880}}@media screen and (max-width: 1439px){.xl\:bg-yellow-500\/60{background-color:#eab30899}}@media screen and (max-width: 1439px){.xl\:bg-yellow-500\/70{background-color:#eab308b3}}@media screen and (max-width: 1439px){.xl\:bg-yellow-500\/75{background-color:#eab308bf}}@media screen and (max-width: 1439px){.xl\:bg-yellow-500\/80{background-color:#eab308cc}}@media screen and (max-width: 1439px){.xl\:bg-yellow-500\/90{background-color:#eab308e6}}@media screen and (max-width: 1439px){.xl\:bg-yellow-600{background-color:#ca8a04}}@media screen and (max-width: 1439px){.xl\:bg-yellow-600\/0{background-color:#ca8a0400}}@media screen and (max-width: 1439px){.xl\:bg-yellow-600\/10{background-color:#ca8a041a}}@media screen and (max-width: 1439px){.xl\:bg-yellow-600\/20{background-color:#ca8a0433}}@media screen and (max-width: 1439px){.xl\:bg-yellow-600\/30{background-color:#ca8a044d}}@media screen and (max-width: 1439px){.xl\:bg-yellow-600\/40{background-color:#ca8a0466}}@media screen and (max-width: 1439px){.xl\:bg-yellow-600\/50{background-color:#ca8a0480}}@media screen and (max-width: 1439px){.xl\:bg-yellow-600\/60{background-color:#ca8a0499}}@media screen and (max-width: 1439px){.xl\:bg-yellow-600\/70{background-color:#ca8a04b3}}@media screen and (max-width: 1439px){.xl\:bg-yellow-600\/75{background-color:#ca8a04bf}}@media screen and (max-width: 1439px){.xl\:bg-yellow-600\/80{background-color:#ca8a04cc}}@media screen and (max-width: 1439px){.xl\:bg-yellow-600\/90{background-color:#ca8a04e6}}@media screen and (max-width: 1439px){.xl\:bg-yellow-700{background-color:#a16207}}@media screen and (max-width: 1439px){.xl\:bg-yellow-700\/0{background-color:#a1620700}}@media screen and (max-width: 1439px){.xl\:bg-yellow-700\/10{background-color:#a162071a}}@media screen and (max-width: 1439px){.xl\:bg-yellow-700\/20{background-color:#a1620733}}@media screen and (max-width: 1439px){.xl\:bg-yellow-700\/30{background-color:#a162074d}}@media screen and (max-width: 1439px){.xl\:bg-yellow-700\/40{background-color:#a1620766}}@media screen and (max-width: 1439px){.xl\:bg-yellow-700\/50{background-color:#a1620780}}@media screen and (max-width: 1439px){.xl\:bg-yellow-700\/60{background-color:#a1620799}}@media screen and (max-width: 1439px){.xl\:bg-yellow-700\/70{background-color:#a16207b3}}@media screen and (max-width: 1439px){.xl\:bg-yellow-700\/75{background-color:#a16207bf}}@media screen and (max-width: 1439px){.xl\:bg-yellow-700\/80{background-color:#a16207cc}}@media screen and (max-width: 1439px){.xl\:bg-yellow-700\/90{background-color:#a16207e6}}@media screen and (max-width: 1439px){.xl\:bg-yellow-800{background-color:#854d0e}}@media screen and (max-width: 1439px){.xl\:bg-yellow-800\/0{background-color:#854d0e00}}@media screen and (max-width: 1439px){.xl\:bg-yellow-800\/10{background-color:#854d0e1a}}@media screen and (max-width: 1439px){.xl\:bg-yellow-800\/20{background-color:#854d0e33}}@media screen and (max-width: 1439px){.xl\:bg-yellow-800\/30{background-color:#854d0e4d}}@media screen and (max-width: 1439px){.xl\:bg-yellow-800\/40{background-color:#854d0e66}}@media screen and (max-width: 1439px){.xl\:bg-yellow-800\/50{background-color:#854d0e80}}@media screen and (max-width: 1439px){.xl\:bg-yellow-800\/60{background-color:#854d0e99}}@media screen and (max-width: 1439px){.xl\:bg-yellow-800\/70{background-color:#854d0eb3}}@media screen and (max-width: 1439px){.xl\:bg-yellow-800\/75{background-color:#854d0ebf}}@media screen and (max-width: 1439px){.xl\:bg-yellow-800\/80{background-color:#854d0ecc}}@media screen and (max-width: 1439px){.xl\:bg-yellow-800\/90{background-color:#854d0ee6}}@media screen and (max-width: 1439px){.xl\:bg-yellow-900{background-color:#713f12}}@media screen and (max-width: 1439px){.xl\:bg-yellow-900\/0{background-color:#713f1200}}@media screen and (max-width: 1439px){.xl\:bg-yellow-900\/10{background-color:#713f121a}}@media screen and (max-width: 1439px){.xl\:bg-yellow-900\/20{background-color:#713f1233}}@media screen and (max-width: 1439px){.xl\:bg-yellow-900\/30{background-color:#713f124d}}@media screen and (max-width: 1439px){.xl\:bg-yellow-900\/40{background-color:#713f1266}}@media screen and (max-width: 1439px){.xl\:bg-yellow-900\/50{background-color:#713f1280}}@media screen and (max-width: 1439px){.xl\:bg-yellow-900\/60{background-color:#713f1299}}@media screen and (max-width: 1439px){.xl\:bg-yellow-900\/70{background-color:#713f12b3}}@media screen and (max-width: 1439px){.xl\:bg-yellow-900\/75{background-color:#713f12bf}}@media screen and (max-width: 1439px){.xl\:bg-yellow-900\/80{background-color:#713f12cc}}@media screen and (max-width: 1439px){.xl\:bg-yellow-900\/90{background-color:#713f12e6}}@media screen and (max-width: 1439px){.xl\:bg-yellow-950{background-color:#422006}}@media screen and (max-width: 1439px){.xl\:bg-yellow-950\/0{background-color:#42200600}}@media screen and (max-width: 1439px){.xl\:bg-yellow-950\/10{background-color:#4220061a}}@media screen and (max-width: 1439px){.xl\:bg-yellow-950\/20{background-color:#42200633}}@media screen and (max-width: 1439px){.xl\:bg-yellow-950\/30{background-color:#4220064d}}@media screen and (max-width: 1439px){.xl\:bg-yellow-950\/40{background-color:#42200666}}@media screen and (max-width: 1439px){.xl\:bg-yellow-950\/50{background-color:#42200680}}@media screen and (max-width: 1439px){.xl\:bg-yellow-950\/60{background-color:#42200699}}@media screen and (max-width: 1439px){.xl\:bg-yellow-950\/70{background-color:#422006b3}}@media screen and (max-width: 1439px){.xl\:bg-yellow-950\/75{background-color:#422006bf}}@media screen and (max-width: 1439px){.xl\:bg-yellow-950\/80{background-color:#422006cc}}@media screen and (max-width: 1439px){.xl\:bg-yellow-950\/90{background-color:#422006e6}}@media screen and (max-width: 1439px){.xl\:bg-lime-50{background-color:#f7fee7}}@media screen and (max-width: 1439px){.xl\:bg-lime-50\/0{background-color:#f7fee700}}@media screen and (max-width: 1439px){.xl\:bg-lime-50\/10{background-color:#f7fee71a}}@media screen and (max-width: 1439px){.xl\:bg-lime-50\/20{background-color:#f7fee733}}@media screen and (max-width: 1439px){.xl\:bg-lime-50\/30{background-color:#f7fee74d}}@media screen and (max-width: 1439px){.xl\:bg-lime-50\/40{background-color:#f7fee766}}@media screen and (max-width: 1439px){.xl\:bg-lime-50\/50{background-color:#f7fee780}}@media screen and (max-width: 1439px){.xl\:bg-lime-50\/60{background-color:#f7fee799}}@media screen and (max-width: 1439px){.xl\:bg-lime-50\/70{background-color:#f7fee7b3}}@media screen and (max-width: 1439px){.xl\:bg-lime-50\/75{background-color:#f7fee7bf}}@media screen and (max-width: 1439px){.xl\:bg-lime-50\/80{background-color:#f7fee7cc}}@media screen and (max-width: 1439px){.xl\:bg-lime-50\/90{background-color:#f7fee7e6}}@media screen and (max-width: 1439px){.xl\:bg-lime-100{background-color:#ecfccb}}@media screen and (max-width: 1439px){.xl\:bg-lime-100\/0{background-color:#ecfccb00}}@media screen and (max-width: 1439px){.xl\:bg-lime-100\/10{background-color:#ecfccb1a}}@media screen and (max-width: 1439px){.xl\:bg-lime-100\/20{background-color:#ecfccb33}}@media screen and (max-width: 1439px){.xl\:bg-lime-100\/30{background-color:#ecfccb4d}}@media screen and (max-width: 1439px){.xl\:bg-lime-100\/40{background-color:#ecfccb66}}@media screen and (max-width: 1439px){.xl\:bg-lime-100\/50{background-color:#ecfccb80}}@media screen and (max-width: 1439px){.xl\:bg-lime-100\/60{background-color:#ecfccb99}}@media screen and (max-width: 1439px){.xl\:bg-lime-100\/70{background-color:#ecfccbb3}}@media screen and (max-width: 1439px){.xl\:bg-lime-100\/75{background-color:#ecfccbbf}}@media screen and (max-width: 1439px){.xl\:bg-lime-100\/80{background-color:#ecfccbcc}}@media screen and (max-width: 1439px){.xl\:bg-lime-100\/90{background-color:#ecfccbe6}}@media screen and (max-width: 1439px){.xl\:bg-lime-200{background-color:#d9f99d}}@media screen and (max-width: 1439px){.xl\:bg-lime-200\/0{background-color:#d9f99d00}}@media screen and (max-width: 1439px){.xl\:bg-lime-200\/10{background-color:#d9f99d1a}}@media screen and (max-width: 1439px){.xl\:bg-lime-200\/20{background-color:#d9f99d33}}@media screen and (max-width: 1439px){.xl\:bg-lime-200\/30{background-color:#d9f99d4d}}@media screen and (max-width: 1439px){.xl\:bg-lime-200\/40{background-color:#d9f99d66}}@media screen and (max-width: 1439px){.xl\:bg-lime-200\/50{background-color:#d9f99d80}}@media screen and (max-width: 1439px){.xl\:bg-lime-200\/60{background-color:#d9f99d99}}@media screen and (max-width: 1439px){.xl\:bg-lime-200\/70{background-color:#d9f99db3}}@media screen and (max-width: 1439px){.xl\:bg-lime-200\/75{background-color:#d9f99dbf}}@media screen and (max-width: 1439px){.xl\:bg-lime-200\/80{background-color:#d9f99dcc}}@media screen and (max-width: 1439px){.xl\:bg-lime-200\/90{background-color:#d9f99de6}}@media screen and (max-width: 1439px){.xl\:bg-lime-300{background-color:#bef264}}@media screen and (max-width: 1439px){.xl\:bg-lime-300\/0{background-color:#bef26400}}@media screen and (max-width: 1439px){.xl\:bg-lime-300\/10{background-color:#bef2641a}}@media screen and (max-width: 1439px){.xl\:bg-lime-300\/20{background-color:#bef26433}}@media screen and (max-width: 1439px){.xl\:bg-lime-300\/30{background-color:#bef2644d}}@media screen and (max-width: 1439px){.xl\:bg-lime-300\/40{background-color:#bef26466}}@media screen and (max-width: 1439px){.xl\:bg-lime-300\/50{background-color:#bef26480}}@media screen and (max-width: 1439px){.xl\:bg-lime-300\/60{background-color:#bef26499}}@media screen and (max-width: 1439px){.xl\:bg-lime-300\/70{background-color:#bef264b3}}@media screen and (max-width: 1439px){.xl\:bg-lime-300\/75{background-color:#bef264bf}}@media screen and (max-width: 1439px){.xl\:bg-lime-300\/80{background-color:#bef264cc}}@media screen and (max-width: 1439px){.xl\:bg-lime-300\/90{background-color:#bef264e6}}@media screen and (max-width: 1439px){.xl\:bg-lime-400{background-color:#a3e635}}@media screen and (max-width: 1439px){.xl\:bg-lime-400\/0{background-color:#a3e63500}}@media screen and (max-width: 1439px){.xl\:bg-lime-400\/10{background-color:#a3e6351a}}@media screen and (max-width: 1439px){.xl\:bg-lime-400\/20{background-color:#a3e63533}}@media screen and (max-width: 1439px){.xl\:bg-lime-400\/30{background-color:#a3e6354d}}@media screen and (max-width: 1439px){.xl\:bg-lime-400\/40{background-color:#a3e63566}}@media screen and (max-width: 1439px){.xl\:bg-lime-400\/50{background-color:#a3e63580}}@media screen and (max-width: 1439px){.xl\:bg-lime-400\/60{background-color:#a3e63599}}@media screen and (max-width: 1439px){.xl\:bg-lime-400\/70{background-color:#a3e635b3}}@media screen and (max-width: 1439px){.xl\:bg-lime-400\/75{background-color:#a3e635bf}}@media screen and (max-width: 1439px){.xl\:bg-lime-400\/80{background-color:#a3e635cc}}@media screen and (max-width: 1439px){.xl\:bg-lime-400\/90{background-color:#a3e635e6}}@media screen and (max-width: 1439px){.xl\:bg-lime-500{background-color:#84cc16}}@media screen and (max-width: 1439px){.xl\:bg-lime-500\/0{background-color:#84cc1600}}@media screen and (max-width: 1439px){.xl\:bg-lime-500\/10{background-color:#84cc161a}}@media screen and (max-width: 1439px){.xl\:bg-lime-500\/20{background-color:#84cc1633}}@media screen and (max-width: 1439px){.xl\:bg-lime-500\/30{background-color:#84cc164d}}@media screen and (max-width: 1439px){.xl\:bg-lime-500\/40{background-color:#84cc1666}}@media screen and (max-width: 1439px){.xl\:bg-lime-500\/50{background-color:#84cc1680}}@media screen and (max-width: 1439px){.xl\:bg-lime-500\/60{background-color:#84cc1699}}@media screen and (max-width: 1439px){.xl\:bg-lime-500\/70{background-color:#84cc16b3}}@media screen and (max-width: 1439px){.xl\:bg-lime-500\/75{background-color:#84cc16bf}}@media screen and (max-width: 1439px){.xl\:bg-lime-500\/80{background-color:#84cc16cc}}@media screen and (max-width: 1439px){.xl\:bg-lime-500\/90{background-color:#84cc16e6}}@media screen and (max-width: 1439px){.xl\:bg-lime-600{background-color:#65a30d}}@media screen and (max-width: 1439px){.xl\:bg-lime-600\/0{background-color:#65a30d00}}@media screen and (max-width: 1439px){.xl\:bg-lime-600\/10{background-color:#65a30d1a}}@media screen and (max-width: 1439px){.xl\:bg-lime-600\/20{background-color:#65a30d33}}@media screen and (max-width: 1439px){.xl\:bg-lime-600\/30{background-color:#65a30d4d}}@media screen and (max-width: 1439px){.xl\:bg-lime-600\/40{background-color:#65a30d66}}@media screen and (max-width: 1439px){.xl\:bg-lime-600\/50{background-color:#65a30d80}}@media screen and (max-width: 1439px){.xl\:bg-lime-600\/60{background-color:#65a30d99}}@media screen and (max-width: 1439px){.xl\:bg-lime-600\/70{background-color:#65a30db3}}@media screen and (max-width: 1439px){.xl\:bg-lime-600\/75{background-color:#65a30dbf}}@media screen and (max-width: 1439px){.xl\:bg-lime-600\/80{background-color:#65a30dcc}}@media screen and (max-width: 1439px){.xl\:bg-lime-600\/90{background-color:#65a30de6}}@media screen and (max-width: 1439px){.xl\:bg-lime-700{background-color:#4d7c0f}}@media screen and (max-width: 1439px){.xl\:bg-lime-700\/0{background-color:#4d7c0f00}}@media screen and (max-width: 1439px){.xl\:bg-lime-700\/10{background-color:#4d7c0f1a}}@media screen and (max-width: 1439px){.xl\:bg-lime-700\/20{background-color:#4d7c0f33}}@media screen and (max-width: 1439px){.xl\:bg-lime-700\/30{background-color:#4d7c0f4d}}@media screen and (max-width: 1439px){.xl\:bg-lime-700\/40{background-color:#4d7c0f66}}@media screen and (max-width: 1439px){.xl\:bg-lime-700\/50{background-color:#4d7c0f80}}@media screen and (max-width: 1439px){.xl\:bg-lime-700\/60{background-color:#4d7c0f99}}@media screen and (max-width: 1439px){.xl\:bg-lime-700\/70{background-color:#4d7c0fb3}}@media screen and (max-width: 1439px){.xl\:bg-lime-700\/75{background-color:#4d7c0fbf}}@media screen and (max-width: 1439px){.xl\:bg-lime-700\/80{background-color:#4d7c0fcc}}@media screen and (max-width: 1439px){.xl\:bg-lime-700\/90{background-color:#4d7c0fe6}}@media screen and (max-width: 1439px){.xl\:bg-lime-800{background-color:#3f6212}}@media screen and (max-width: 1439px){.xl\:bg-lime-800\/0{background-color:#3f621200}}@media screen and (max-width: 1439px){.xl\:bg-lime-800\/10{background-color:#3f62121a}}@media screen and (max-width: 1439px){.xl\:bg-lime-800\/20{background-color:#3f621233}}@media screen and (max-width: 1439px){.xl\:bg-lime-800\/30{background-color:#3f62124d}}@media screen and (max-width: 1439px){.xl\:bg-lime-800\/40{background-color:#3f621266}}@media screen and (max-width: 1439px){.xl\:bg-lime-800\/50{background-color:#3f621280}}@media screen and (max-width: 1439px){.xl\:bg-lime-800\/60{background-color:#3f621299}}@media screen and (max-width: 1439px){.xl\:bg-lime-800\/70{background-color:#3f6212b3}}@media screen and (max-width: 1439px){.xl\:bg-lime-800\/75{background-color:#3f6212bf}}@media screen and (max-width: 1439px){.xl\:bg-lime-800\/80{background-color:#3f6212cc}}@media screen and (max-width: 1439px){.xl\:bg-lime-800\/90{background-color:#3f6212e6}}@media screen and (max-width: 1439px){.xl\:bg-lime-900{background-color:#365314}}@media screen and (max-width: 1439px){.xl\:bg-lime-900\/0{background-color:#36531400}}@media screen and (max-width: 1439px){.xl\:bg-lime-900\/10{background-color:#3653141a}}@media screen and (max-width: 1439px){.xl\:bg-lime-900\/20{background-color:#36531433}}@media screen and (max-width: 1439px){.xl\:bg-lime-900\/30{background-color:#3653144d}}@media screen and (max-width: 1439px){.xl\:bg-lime-900\/40{background-color:#36531466}}@media screen and (max-width: 1439px){.xl\:bg-lime-900\/50{background-color:#36531480}}@media screen and (max-width: 1439px){.xl\:bg-lime-900\/60{background-color:#36531499}}@media screen and (max-width: 1439px){.xl\:bg-lime-900\/70{background-color:#365314b3}}@media screen and (max-width: 1439px){.xl\:bg-lime-900\/75{background-color:#365314bf}}@media screen and (max-width: 1439px){.xl\:bg-lime-900\/80{background-color:#365314cc}}@media screen and (max-width: 1439px){.xl\:bg-lime-900\/90{background-color:#365314e6}}@media screen and (max-width: 1439px){.xl\:bg-lime-950{background-color:#1a2e05}}@media screen and (max-width: 1439px){.xl\:bg-lime-950\/0{background-color:#1a2e0500}}@media screen and (max-width: 1439px){.xl\:bg-lime-950\/10{background-color:#1a2e051a}}@media screen and (max-width: 1439px){.xl\:bg-lime-950\/20{background-color:#1a2e0533}}@media screen and (max-width: 1439px){.xl\:bg-lime-950\/30{background-color:#1a2e054d}}@media screen and (max-width: 1439px){.xl\:bg-lime-950\/40{background-color:#1a2e0566}}@media screen and (max-width: 1439px){.xl\:bg-lime-950\/50{background-color:#1a2e0580}}@media screen and (max-width: 1439px){.xl\:bg-lime-950\/60{background-color:#1a2e0599}}@media screen and (max-width: 1439px){.xl\:bg-lime-950\/70{background-color:#1a2e05b3}}@media screen and (max-width: 1439px){.xl\:bg-lime-950\/75{background-color:#1a2e05bf}}@media screen and (max-width: 1439px){.xl\:bg-lime-950\/80{background-color:#1a2e05cc}}@media screen and (max-width: 1439px){.xl\:bg-lime-950\/90{background-color:#1a2e05e6}}@media screen and (max-width: 1439px){.xl\:bg-green-50{background-color:#f0fdf4}}@media screen and (max-width: 1439px){.xl\:bg-green-50\/0{background-color:#f0fdf400}}@media screen and (max-width: 1439px){.xl\:bg-green-50\/10{background-color:#f0fdf41a}}@media screen and (max-width: 1439px){.xl\:bg-green-50\/20{background-color:#f0fdf433}}@media screen and (max-width: 1439px){.xl\:bg-green-50\/30{background-color:#f0fdf44d}}@media screen and (max-width: 1439px){.xl\:bg-green-50\/40{background-color:#f0fdf466}}@media screen and (max-width: 1439px){.xl\:bg-green-50\/50{background-color:#f0fdf480}}@media screen and (max-width: 1439px){.xl\:bg-green-50\/60{background-color:#f0fdf499}}@media screen and (max-width: 1439px){.xl\:bg-green-50\/70{background-color:#f0fdf4b3}}@media screen and (max-width: 1439px){.xl\:bg-green-50\/75{background-color:#f0fdf4bf}}@media screen and (max-width: 1439px){.xl\:bg-green-50\/80{background-color:#f0fdf4cc}}@media screen and (max-width: 1439px){.xl\:bg-green-50\/90{background-color:#f0fdf4e6}}@media screen and (max-width: 1439px){.xl\:bg-green-100{background-color:#dcfce7}}@media screen and (max-width: 1439px){.xl\:bg-green-100\/0{background-color:#dcfce700}}@media screen and (max-width: 1439px){.xl\:bg-green-100\/10{background-color:#dcfce71a}}@media screen and (max-width: 1439px){.xl\:bg-green-100\/20{background-color:#dcfce733}}@media screen and (max-width: 1439px){.xl\:bg-green-100\/30{background-color:#dcfce74d}}@media screen and (max-width: 1439px){.xl\:bg-green-100\/40{background-color:#dcfce766}}@media screen and (max-width: 1439px){.xl\:bg-green-100\/50{background-color:#dcfce780}}@media screen and (max-width: 1439px){.xl\:bg-green-100\/60{background-color:#dcfce799}}@media screen and (max-width: 1439px){.xl\:bg-green-100\/70{background-color:#dcfce7b3}}@media screen and (max-width: 1439px){.xl\:bg-green-100\/75{background-color:#dcfce7bf}}@media screen and (max-width: 1439px){.xl\:bg-green-100\/80{background-color:#dcfce7cc}}@media screen and (max-width: 1439px){.xl\:bg-green-100\/90{background-color:#dcfce7e6}}@media screen and (max-width: 1439px){.xl\:bg-green-200{background-color:#bbf7d0}}@media screen and (max-width: 1439px){.xl\:bg-green-200\/0{background-color:#bbf7d000}}@media screen and (max-width: 1439px){.xl\:bg-green-200\/10{background-color:#bbf7d01a}}@media screen and (max-width: 1439px){.xl\:bg-green-200\/20{background-color:#bbf7d033}}@media screen and (max-width: 1439px){.xl\:bg-green-200\/30{background-color:#bbf7d04d}}@media screen and (max-width: 1439px){.xl\:bg-green-200\/40{background-color:#bbf7d066}}@media screen and (max-width: 1439px){.xl\:bg-green-200\/50{background-color:#bbf7d080}}@media screen and (max-width: 1439px){.xl\:bg-green-200\/60{background-color:#bbf7d099}}@media screen and (max-width: 1439px){.xl\:bg-green-200\/70{background-color:#bbf7d0b3}}@media screen and (max-width: 1439px){.xl\:bg-green-200\/75{background-color:#bbf7d0bf}}@media screen and (max-width: 1439px){.xl\:bg-green-200\/80{background-color:#bbf7d0cc}}@media screen and (max-width: 1439px){.xl\:bg-green-200\/90{background-color:#bbf7d0e6}}@media screen and (max-width: 1439px){.xl\:bg-green-300{background-color:#86efac}}@media screen and (max-width: 1439px){.xl\:bg-green-300\/0{background-color:#86efac00}}@media screen and (max-width: 1439px){.xl\:bg-green-300\/10{background-color:#86efac1a}}@media screen and (max-width: 1439px){.xl\:bg-green-300\/20{background-color:#86efac33}}@media screen and (max-width: 1439px){.xl\:bg-green-300\/30{background-color:#86efac4d}}@media screen and (max-width: 1439px){.xl\:bg-green-300\/40{background-color:#86efac66}}@media screen and (max-width: 1439px){.xl\:bg-green-300\/50{background-color:#86efac80}}@media screen and (max-width: 1439px){.xl\:bg-green-300\/60{background-color:#86efac99}}@media screen and (max-width: 1439px){.xl\:bg-green-300\/70{background-color:#86efacb3}}@media screen and (max-width: 1439px){.xl\:bg-green-300\/75{background-color:#86efacbf}}@media screen and (max-width: 1439px){.xl\:bg-green-300\/80{background-color:#86efaccc}}@media screen and (max-width: 1439px){.xl\:bg-green-300\/90{background-color:#86eface6}}@media screen and (max-width: 1439px){.xl\:bg-green-400{background-color:#4ade80}}@media screen and (max-width: 1439px){.xl\:bg-green-400\/0{background-color:#4ade8000}}@media screen and (max-width: 1439px){.xl\:bg-green-400\/10{background-color:#4ade801a}}@media screen and (max-width: 1439px){.xl\:bg-green-400\/20{background-color:#4ade8033}}@media screen and (max-width: 1439px){.xl\:bg-green-400\/30{background-color:#4ade804d}}@media screen and (max-width: 1439px){.xl\:bg-green-400\/40{background-color:#4ade8066}}@media screen and (max-width: 1439px){.xl\:bg-green-400\/50{background-color:#4ade8080}}@media screen and (max-width: 1439px){.xl\:bg-green-400\/60{background-color:#4ade8099}}@media screen and (max-width: 1439px){.xl\:bg-green-400\/70{background-color:#4ade80b3}}@media screen and (max-width: 1439px){.xl\:bg-green-400\/75{background-color:#4ade80bf}}@media screen and (max-width: 1439px){.xl\:bg-green-400\/80{background-color:#4ade80cc}}@media screen and (max-width: 1439px){.xl\:bg-green-400\/90{background-color:#4ade80e6}}@media screen and (max-width: 1439px){.xl\:bg-green-500{background-color:#22c55e}}@media screen and (max-width: 1439px){.xl\:bg-green-500\/0{background-color:#22c55e00}}@media screen and (max-width: 1439px){.xl\:bg-green-500\/10{background-color:#22c55e1a}}@media screen and (max-width: 1439px){.xl\:bg-green-500\/20{background-color:#22c55e33}}@media screen and (max-width: 1439px){.xl\:bg-green-500\/30{background-color:#22c55e4d}}@media screen and (max-width: 1439px){.xl\:bg-green-500\/40{background-color:#22c55e66}}@media screen and (max-width: 1439px){.xl\:bg-green-500\/50{background-color:#22c55e80}}@media screen and (max-width: 1439px){.xl\:bg-green-500\/60{background-color:#22c55e99}}@media screen and (max-width: 1439px){.xl\:bg-green-500\/70{background-color:#22c55eb3}}@media screen and (max-width: 1439px){.xl\:bg-green-500\/75{background-color:#22c55ebf}}@media screen and (max-width: 1439px){.xl\:bg-green-500\/80{background-color:#22c55ecc}}@media screen and (max-width: 1439px){.xl\:bg-green-500\/90{background-color:#22c55ee6}}@media screen and (max-width: 1439px){.xl\:bg-green-600{background-color:#16a34a}}@media screen and (max-width: 1439px){.xl\:bg-green-600\/0{background-color:#16a34a00}}@media screen and (max-width: 1439px){.xl\:bg-green-600\/10{background-color:#16a34a1a}}@media screen and (max-width: 1439px){.xl\:bg-green-600\/20{background-color:#16a34a33}}@media screen and (max-width: 1439px){.xl\:bg-green-600\/30{background-color:#16a34a4d}}@media screen and (max-width: 1439px){.xl\:bg-green-600\/40{background-color:#16a34a66}}@media screen and (max-width: 1439px){.xl\:bg-green-600\/50{background-color:#16a34a80}}@media screen and (max-width: 1439px){.xl\:bg-green-600\/60{background-color:#16a34a99}}@media screen and (max-width: 1439px){.xl\:bg-green-600\/70{background-color:#16a34ab3}}@media screen and (max-width: 1439px){.xl\:bg-green-600\/75{background-color:#16a34abf}}@media screen and (max-width: 1439px){.xl\:bg-green-600\/80{background-color:#16a34acc}}@media screen and (max-width: 1439px){.xl\:bg-green-600\/90{background-color:#16a34ae6}}@media screen and (max-width: 1439px){.xl\:bg-green-700{background-color:#15803d}}@media screen and (max-width: 1439px){.xl\:bg-green-700\/0{background-color:#15803d00}}@media screen and (max-width: 1439px){.xl\:bg-green-700\/10{background-color:#15803d1a}}@media screen and (max-width: 1439px){.xl\:bg-green-700\/20{background-color:#15803d33}}@media screen and (max-width: 1439px){.xl\:bg-green-700\/30{background-color:#15803d4d}}@media screen and (max-width: 1439px){.xl\:bg-green-700\/40{background-color:#15803d66}}@media screen and (max-width: 1439px){.xl\:bg-green-700\/50{background-color:#15803d80}}@media screen and (max-width: 1439px){.xl\:bg-green-700\/60{background-color:#15803d99}}@media screen and (max-width: 1439px){.xl\:bg-green-700\/70{background-color:#15803db3}}@media screen and (max-width: 1439px){.xl\:bg-green-700\/75{background-color:#15803dbf}}@media screen and (max-width: 1439px){.xl\:bg-green-700\/80{background-color:#15803dcc}}@media screen and (max-width: 1439px){.xl\:bg-green-700\/90{background-color:#15803de6}}@media screen and (max-width: 1439px){.xl\:bg-green-800{background-color:#166534}}@media screen and (max-width: 1439px){.xl\:bg-green-800\/0{background-color:#16653400}}@media screen and (max-width: 1439px){.xl\:bg-green-800\/10{background-color:#1665341a}}@media screen and (max-width: 1439px){.xl\:bg-green-800\/20{background-color:#16653433}}@media screen and (max-width: 1439px){.xl\:bg-green-800\/30{background-color:#1665344d}}@media screen and (max-width: 1439px){.xl\:bg-green-800\/40{background-color:#16653466}}@media screen and (max-width: 1439px){.xl\:bg-green-800\/50{background-color:#16653480}}@media screen and (max-width: 1439px){.xl\:bg-green-800\/60{background-color:#16653499}}@media screen and (max-width: 1439px){.xl\:bg-green-800\/70{background-color:#166534b3}}@media screen and (max-width: 1439px){.xl\:bg-green-800\/75{background-color:#166534bf}}@media screen and (max-width: 1439px){.xl\:bg-green-800\/80{background-color:#166534cc}}@media screen and (max-width: 1439px){.xl\:bg-green-800\/90{background-color:#166534e6}}@media screen and (max-width: 1439px){.xl\:bg-green-900{background-color:#14532d}}@media screen and (max-width: 1439px){.xl\:bg-green-900\/0{background-color:#14532d00}}@media screen and (max-width: 1439px){.xl\:bg-green-900\/10{background-color:#14532d1a}}@media screen and (max-width: 1439px){.xl\:bg-green-900\/20{background-color:#14532d33}}@media screen and (max-width: 1439px){.xl\:bg-green-900\/30{background-color:#14532d4d}}@media screen and (max-width: 1439px){.xl\:bg-green-900\/40{background-color:#14532d66}}@media screen and (max-width: 1439px){.xl\:bg-green-900\/50{background-color:#14532d80}}@media screen and (max-width: 1439px){.xl\:bg-green-900\/60{background-color:#14532d99}}@media screen and (max-width: 1439px){.xl\:bg-green-900\/70{background-color:#14532db3}}@media screen and (max-width: 1439px){.xl\:bg-green-900\/75{background-color:#14532dbf}}@media screen and (max-width: 1439px){.xl\:bg-green-900\/80{background-color:#14532dcc}}@media screen and (max-width: 1439px){.xl\:bg-green-900\/90{background-color:#14532de6}}@media screen and (max-width: 1439px){.xl\:bg-green-950{background-color:#052e16}}@media screen and (max-width: 1439px){.xl\:bg-green-950\/0{background-color:#052e1600}}@media screen and (max-width: 1439px){.xl\:bg-green-950\/10{background-color:#052e161a}}@media screen and (max-width: 1439px){.xl\:bg-green-950\/20{background-color:#052e1633}}@media screen and (max-width: 1439px){.xl\:bg-green-950\/30{background-color:#052e164d}}@media screen and (max-width: 1439px){.xl\:bg-green-950\/40{background-color:#052e1666}}@media screen and (max-width: 1439px){.xl\:bg-green-950\/50{background-color:#052e1680}}@media screen and (max-width: 1439px){.xl\:bg-green-950\/60{background-color:#052e1699}}@media screen and (max-width: 1439px){.xl\:bg-green-950\/70{background-color:#052e16b3}}@media screen and (max-width: 1439px){.xl\:bg-green-950\/75{background-color:#052e16bf}}@media screen and (max-width: 1439px){.xl\:bg-green-950\/80{background-color:#052e16cc}}@media screen and (max-width: 1439px){.xl\:bg-green-950\/90{background-color:#052e16e6}}@media screen and (max-width: 1439px){.xl\:bg-emerald-50{background-color:#ecfdf5}}@media screen and (max-width: 1439px){.xl\:bg-emerald-50\/0{background-color:#ecfdf500}}@media screen and (max-width: 1439px){.xl\:bg-emerald-50\/10{background-color:#ecfdf51a}}@media screen and (max-width: 1439px){.xl\:bg-emerald-50\/20{background-color:#ecfdf533}}@media screen and (max-width: 1439px){.xl\:bg-emerald-50\/30{background-color:#ecfdf54d}}@media screen and (max-width: 1439px){.xl\:bg-emerald-50\/40{background-color:#ecfdf566}}@media screen and (max-width: 1439px){.xl\:bg-emerald-50\/50{background-color:#ecfdf580}}@media screen and (max-width: 1439px){.xl\:bg-emerald-50\/60{background-color:#ecfdf599}}@media screen and (max-width: 1439px){.xl\:bg-emerald-50\/70{background-color:#ecfdf5b3}}@media screen and (max-width: 1439px){.xl\:bg-emerald-50\/75{background-color:#ecfdf5bf}}@media screen and (max-width: 1439px){.xl\:bg-emerald-50\/80{background-color:#ecfdf5cc}}@media screen and (max-width: 1439px){.xl\:bg-emerald-50\/90{background-color:#ecfdf5e6}}@media screen and (max-width: 1439px){.xl\:bg-emerald-100{background-color:#d1fae5}}@media screen and (max-width: 1439px){.xl\:bg-emerald-100\/0{background-color:#d1fae500}}@media screen and (max-width: 1439px){.xl\:bg-emerald-100\/10{background-color:#d1fae51a}}@media screen and (max-width: 1439px){.xl\:bg-emerald-100\/20{background-color:#d1fae533}}@media screen and (max-width: 1439px){.xl\:bg-emerald-100\/30{background-color:#d1fae54d}}@media screen and (max-width: 1439px){.xl\:bg-emerald-100\/40{background-color:#d1fae566}}@media screen and (max-width: 1439px){.xl\:bg-emerald-100\/50{background-color:#d1fae580}}@media screen and (max-width: 1439px){.xl\:bg-emerald-100\/60{background-color:#d1fae599}}@media screen and (max-width: 1439px){.xl\:bg-emerald-100\/70{background-color:#d1fae5b3}}@media screen and (max-width: 1439px){.xl\:bg-emerald-100\/75{background-color:#d1fae5bf}}@media screen and (max-width: 1439px){.xl\:bg-emerald-100\/80{background-color:#d1fae5cc}}@media screen and (max-width: 1439px){.xl\:bg-emerald-100\/90{background-color:#d1fae5e6}}@media screen and (max-width: 1439px){.xl\:bg-emerald-200{background-color:#a7f3d0}}@media screen and (max-width: 1439px){.xl\:bg-emerald-200\/0{background-color:#a7f3d000}}@media screen and (max-width: 1439px){.xl\:bg-emerald-200\/10{background-color:#a7f3d01a}}@media screen and (max-width: 1439px){.xl\:bg-emerald-200\/20{background-color:#a7f3d033}}@media screen and (max-width: 1439px){.xl\:bg-emerald-200\/30{background-color:#a7f3d04d}}@media screen and (max-width: 1439px){.xl\:bg-emerald-200\/40{background-color:#a7f3d066}}@media screen and (max-width: 1439px){.xl\:bg-emerald-200\/50{background-color:#a7f3d080}}@media screen and (max-width: 1439px){.xl\:bg-emerald-200\/60{background-color:#a7f3d099}}@media screen and (max-width: 1439px){.xl\:bg-emerald-200\/70{background-color:#a7f3d0b3}}@media screen and (max-width: 1439px){.xl\:bg-emerald-200\/75{background-color:#a7f3d0bf}}@media screen and (max-width: 1439px){.xl\:bg-emerald-200\/80{background-color:#a7f3d0cc}}@media screen and (max-width: 1439px){.xl\:bg-emerald-200\/90{background-color:#a7f3d0e6}}@media screen and (max-width: 1439px){.xl\:bg-emerald-300{background-color:#6ee7b7}}@media screen and (max-width: 1439px){.xl\:bg-emerald-300\/0{background-color:#6ee7b700}}@media screen and (max-width: 1439px){.xl\:bg-emerald-300\/10{background-color:#6ee7b71a}}@media screen and (max-width: 1439px){.xl\:bg-emerald-300\/20{background-color:#6ee7b733}}@media screen and (max-width: 1439px){.xl\:bg-emerald-300\/30{background-color:#6ee7b74d}}@media screen and (max-width: 1439px){.xl\:bg-emerald-300\/40{background-color:#6ee7b766}}@media screen and (max-width: 1439px){.xl\:bg-emerald-300\/50{background-color:#6ee7b780}}@media screen and (max-width: 1439px){.xl\:bg-emerald-300\/60{background-color:#6ee7b799}}@media screen and (max-width: 1439px){.xl\:bg-emerald-300\/70{background-color:#6ee7b7b3}}@media screen and (max-width: 1439px){.xl\:bg-emerald-300\/75{background-color:#6ee7b7bf}}@media screen and (max-width: 1439px){.xl\:bg-emerald-300\/80{background-color:#6ee7b7cc}}@media screen and (max-width: 1439px){.xl\:bg-emerald-300\/90{background-color:#6ee7b7e6}}@media screen and (max-width: 1439px){.xl\:bg-emerald-400{background-color:#34d399}}@media screen and (max-width: 1439px){.xl\:bg-emerald-400\/0{background-color:#34d39900}}@media screen and (max-width: 1439px){.xl\:bg-emerald-400\/10{background-color:#34d3991a}}@media screen and (max-width: 1439px){.xl\:bg-emerald-400\/20{background-color:#34d39933}}@media screen and (max-width: 1439px){.xl\:bg-emerald-400\/30{background-color:#34d3994d}}@media screen and (max-width: 1439px){.xl\:bg-emerald-400\/40{background-color:#34d39966}}@media screen and (max-width: 1439px){.xl\:bg-emerald-400\/50{background-color:#34d39980}}@media screen and (max-width: 1439px){.xl\:bg-emerald-400\/60{background-color:#34d39999}}@media screen and (max-width: 1439px){.xl\:bg-emerald-400\/70{background-color:#34d399b3}}@media screen and (max-width: 1439px){.xl\:bg-emerald-400\/75{background-color:#34d399bf}}@media screen and (max-width: 1439px){.xl\:bg-emerald-400\/80{background-color:#34d399cc}}@media screen and (max-width: 1439px){.xl\:bg-emerald-400\/90{background-color:#34d399e6}}@media screen and (max-width: 1439px){.xl\:bg-emerald-500{background-color:#10b981}}@media screen and (max-width: 1439px){.xl\:bg-emerald-500\/0{background-color:#10b98100}}@media screen and (max-width: 1439px){.xl\:bg-emerald-500\/10{background-color:#10b9811a}}@media screen and (max-width: 1439px){.xl\:bg-emerald-500\/20{background-color:#10b98133}}@media screen and (max-width: 1439px){.xl\:bg-emerald-500\/30{background-color:#10b9814d}}@media screen and (max-width: 1439px){.xl\:bg-emerald-500\/40{background-color:#10b98166}}@media screen and (max-width: 1439px){.xl\:bg-emerald-500\/50{background-color:#10b98180}}@media screen and (max-width: 1439px){.xl\:bg-emerald-500\/60{background-color:#10b98199}}@media screen and (max-width: 1439px){.xl\:bg-emerald-500\/70{background-color:#10b981b3}}@media screen and (max-width: 1439px){.xl\:bg-emerald-500\/75{background-color:#10b981bf}}@media screen and (max-width: 1439px){.xl\:bg-emerald-500\/80{background-color:#10b981cc}}@media screen and (max-width: 1439px){.xl\:bg-emerald-500\/90{background-color:#10b981e6}}@media screen and (max-width: 1439px){.xl\:bg-emerald-600{background-color:#059669}}@media screen and (max-width: 1439px){.xl\:bg-emerald-600\/0{background-color:#05966900}}@media screen and (max-width: 1439px){.xl\:bg-emerald-600\/10{background-color:#0596691a}}@media screen and (max-width: 1439px){.xl\:bg-emerald-600\/20{background-color:#05966933}}@media screen and (max-width: 1439px){.xl\:bg-emerald-600\/30{background-color:#0596694d}}@media screen and (max-width: 1439px){.xl\:bg-emerald-600\/40{background-color:#05966966}}@media screen and (max-width: 1439px){.xl\:bg-emerald-600\/50{background-color:#05966980}}@media screen and (max-width: 1439px){.xl\:bg-emerald-600\/60{background-color:#05966999}}@media screen and (max-width: 1439px){.xl\:bg-emerald-600\/70{background-color:#059669b3}}@media screen and (max-width: 1439px){.xl\:bg-emerald-600\/75{background-color:#059669bf}}@media screen and (max-width: 1439px){.xl\:bg-emerald-600\/80{background-color:#059669cc}}@media screen and (max-width: 1439px){.xl\:bg-emerald-600\/90{background-color:#059669e6}}@media screen and (max-width: 1439px){.xl\:bg-emerald-700{background-color:#047857}}@media screen and (max-width: 1439px){.xl\:bg-emerald-700\/0{background-color:#04785700}}@media screen and (max-width: 1439px){.xl\:bg-emerald-700\/10{background-color:#0478571a}}@media screen and (max-width: 1439px){.xl\:bg-emerald-700\/20{background-color:#04785733}}@media screen and (max-width: 1439px){.xl\:bg-emerald-700\/30{background-color:#0478574d}}@media screen and (max-width: 1439px){.xl\:bg-emerald-700\/40{background-color:#04785766}}@media screen and (max-width: 1439px){.xl\:bg-emerald-700\/50{background-color:#04785780}}@media screen and (max-width: 1439px){.xl\:bg-emerald-700\/60{background-color:#04785799}}@media screen and (max-width: 1439px){.xl\:bg-emerald-700\/70{background-color:#047857b3}}@media screen and (max-width: 1439px){.xl\:bg-emerald-700\/75{background-color:#047857bf}}@media screen and (max-width: 1439px){.xl\:bg-emerald-700\/80{background-color:#047857cc}}@media screen and (max-width: 1439px){.xl\:bg-emerald-700\/90{background-color:#047857e6}}@media screen and (max-width: 1439px){.xl\:bg-emerald-800{background-color:#065f46}}@media screen and (max-width: 1439px){.xl\:bg-emerald-800\/0{background-color:#065f4600}}@media screen and (max-width: 1439px){.xl\:bg-emerald-800\/10{background-color:#065f461a}}@media screen and (max-width: 1439px){.xl\:bg-emerald-800\/20{background-color:#065f4633}}@media screen and (max-width: 1439px){.xl\:bg-emerald-800\/30{background-color:#065f464d}}@media screen and (max-width: 1439px){.xl\:bg-emerald-800\/40{background-color:#065f4666}}@media screen and (max-width: 1439px){.xl\:bg-emerald-800\/50{background-color:#065f4680}}@media screen and (max-width: 1439px){.xl\:bg-emerald-800\/60{background-color:#065f4699}}@media screen and (max-width: 1439px){.xl\:bg-emerald-800\/70{background-color:#065f46b3}}@media screen and (max-width: 1439px){.xl\:bg-emerald-800\/75{background-color:#065f46bf}}@media screen and (max-width: 1439px){.xl\:bg-emerald-800\/80{background-color:#065f46cc}}@media screen and (max-width: 1439px){.xl\:bg-emerald-800\/90{background-color:#065f46e6}}@media screen and (max-width: 1439px){.xl\:bg-emerald-900{background-color:#064e3b}}@media screen and (max-width: 1439px){.xl\:bg-emerald-900\/0{background-color:#064e3b00}}@media screen and (max-width: 1439px){.xl\:bg-emerald-900\/10{background-color:#064e3b1a}}@media screen and (max-width: 1439px){.xl\:bg-emerald-900\/20{background-color:#064e3b33}}@media screen and (max-width: 1439px){.xl\:bg-emerald-900\/30{background-color:#064e3b4d}}@media screen and (max-width: 1439px){.xl\:bg-emerald-900\/40{background-color:#064e3b66}}@media screen and (max-width: 1439px){.xl\:bg-emerald-900\/50{background-color:#064e3b80}}@media screen and (max-width: 1439px){.xl\:bg-emerald-900\/60{background-color:#064e3b99}}@media screen and (max-width: 1439px){.xl\:bg-emerald-900\/70{background-color:#064e3bb3}}@media screen and (max-width: 1439px){.xl\:bg-emerald-900\/75{background-color:#064e3bbf}}@media screen and (max-width: 1439px){.xl\:bg-emerald-900\/80{background-color:#064e3bcc}}@media screen and (max-width: 1439px){.xl\:bg-emerald-900\/90{background-color:#064e3be6}}@media screen and (max-width: 1439px){.xl\:bg-emerald-950{background-color:#022c22}}@media screen and (max-width: 1439px){.xl\:bg-emerald-950\/0{background-color:#022c2200}}@media screen and (max-width: 1439px){.xl\:bg-emerald-950\/10{background-color:#022c221a}}@media screen and (max-width: 1439px){.xl\:bg-emerald-950\/20{background-color:#022c2233}}@media screen and (max-width: 1439px){.xl\:bg-emerald-950\/30{background-color:#022c224d}}@media screen and (max-width: 1439px){.xl\:bg-emerald-950\/40{background-color:#022c2266}}@media screen and (max-width: 1439px){.xl\:bg-emerald-950\/50{background-color:#022c2280}}@media screen and (max-width: 1439px){.xl\:bg-emerald-950\/60{background-color:#022c2299}}@media screen and (max-width: 1439px){.xl\:bg-emerald-950\/70{background-color:#022c22b3}}@media screen and (max-width: 1439px){.xl\:bg-emerald-950\/75{background-color:#022c22bf}}@media screen and (max-width: 1439px){.xl\:bg-emerald-950\/80{background-color:#022c22cc}}@media screen and (max-width: 1439px){.xl\:bg-emerald-950\/90{background-color:#022c22e6}}@media screen and (max-width: 1439px){.xl\:bg-teal-50{background-color:#f0fdfa}}@media screen and (max-width: 1439px){.xl\:bg-teal-50\/0{background-color:#f0fdfa00}}@media screen and (max-width: 1439px){.xl\:bg-teal-50\/10{background-color:#f0fdfa1a}}@media screen and (max-width: 1439px){.xl\:bg-teal-50\/20{background-color:#f0fdfa33}}@media screen and (max-width: 1439px){.xl\:bg-teal-50\/30{background-color:#f0fdfa4d}}@media screen and (max-width: 1439px){.xl\:bg-teal-50\/40{background-color:#f0fdfa66}}@media screen and (max-width: 1439px){.xl\:bg-teal-50\/50{background-color:#f0fdfa80}}@media screen and (max-width: 1439px){.xl\:bg-teal-50\/60{background-color:#f0fdfa99}}@media screen and (max-width: 1439px){.xl\:bg-teal-50\/70{background-color:#f0fdfab3}}@media screen and (max-width: 1439px){.xl\:bg-teal-50\/75{background-color:#f0fdfabf}}@media screen and (max-width: 1439px){.xl\:bg-teal-50\/80{background-color:#f0fdfacc}}@media screen and (max-width: 1439px){.xl\:bg-teal-50\/90{background-color:#f0fdfae6}}@media screen and (max-width: 1439px){.xl\:bg-teal-100{background-color:#ccfbf1}}@media screen and (max-width: 1439px){.xl\:bg-teal-100\/0{background-color:#ccfbf100}}@media screen and (max-width: 1439px){.xl\:bg-teal-100\/10{background-color:#ccfbf11a}}@media screen and (max-width: 1439px){.xl\:bg-teal-100\/20{background-color:#ccfbf133}}@media screen and (max-width: 1439px){.xl\:bg-teal-100\/30{background-color:#ccfbf14d}}@media screen and (max-width: 1439px){.xl\:bg-teal-100\/40{background-color:#ccfbf166}}@media screen and (max-width: 1439px){.xl\:bg-teal-100\/50{background-color:#ccfbf180}}@media screen and (max-width: 1439px){.xl\:bg-teal-100\/60{background-color:#ccfbf199}}@media screen and (max-width: 1439px){.xl\:bg-teal-100\/70{background-color:#ccfbf1b3}}@media screen and (max-width: 1439px){.xl\:bg-teal-100\/75{background-color:#ccfbf1bf}}@media screen and (max-width: 1439px){.xl\:bg-teal-100\/80{background-color:#ccfbf1cc}}@media screen and (max-width: 1439px){.xl\:bg-teal-100\/90{background-color:#ccfbf1e6}}@media screen and (max-width: 1439px){.xl\:bg-teal-200{background-color:#99f6e4}}@media screen and (max-width: 1439px){.xl\:bg-teal-200\/0{background-color:#99f6e400}}@media screen and (max-width: 1439px){.xl\:bg-teal-200\/10{background-color:#99f6e41a}}@media screen and (max-width: 1439px){.xl\:bg-teal-200\/20{background-color:#99f6e433}}@media screen and (max-width: 1439px){.xl\:bg-teal-200\/30{background-color:#99f6e44d}}@media screen and (max-width: 1439px){.xl\:bg-teal-200\/40{background-color:#99f6e466}}@media screen and (max-width: 1439px){.xl\:bg-teal-200\/50{background-color:#99f6e480}}@media screen and (max-width: 1439px){.xl\:bg-teal-200\/60{background-color:#99f6e499}}@media screen and (max-width: 1439px){.xl\:bg-teal-200\/70{background-color:#99f6e4b3}}@media screen and (max-width: 1439px){.xl\:bg-teal-200\/75{background-color:#99f6e4bf}}@media screen and (max-width: 1439px){.xl\:bg-teal-200\/80{background-color:#99f6e4cc}}@media screen and (max-width: 1439px){.xl\:bg-teal-200\/90{background-color:#99f6e4e6}}@media screen and (max-width: 1439px){.xl\:bg-teal-300{background-color:#5eead4}}@media screen and (max-width: 1439px){.xl\:bg-teal-300\/0{background-color:#5eead400}}@media screen and (max-width: 1439px){.xl\:bg-teal-300\/10{background-color:#5eead41a}}@media screen and (max-width: 1439px){.xl\:bg-teal-300\/20{background-color:#5eead433}}@media screen and (max-width: 1439px){.xl\:bg-teal-300\/30{background-color:#5eead44d}}@media screen and (max-width: 1439px){.xl\:bg-teal-300\/40{background-color:#5eead466}}@media screen and (max-width: 1439px){.xl\:bg-teal-300\/50{background-color:#5eead480}}@media screen and (max-width: 1439px){.xl\:bg-teal-300\/60{background-color:#5eead499}}@media screen and (max-width: 1439px){.xl\:bg-teal-300\/70{background-color:#5eead4b3}}@media screen and (max-width: 1439px){.xl\:bg-teal-300\/75{background-color:#5eead4bf}}@media screen and (max-width: 1439px){.xl\:bg-teal-300\/80{background-color:#5eead4cc}}@media screen and (max-width: 1439px){.xl\:bg-teal-300\/90{background-color:#5eead4e6}}@media screen and (max-width: 1439px){.xl\:bg-teal-400{background-color:#2dd4bf}}@media screen and (max-width: 1439px){.xl\:bg-teal-400\/0{background-color:#2dd4bf00}}@media screen and (max-width: 1439px){.xl\:bg-teal-400\/10{background-color:#2dd4bf1a}}@media screen and (max-width: 1439px){.xl\:bg-teal-400\/20{background-color:#2dd4bf33}}@media screen and (max-width: 1439px){.xl\:bg-teal-400\/30{background-color:#2dd4bf4d}}@media screen and (max-width: 1439px){.xl\:bg-teal-400\/40{background-color:#2dd4bf66}}@media screen and (max-width: 1439px){.xl\:bg-teal-400\/50{background-color:#2dd4bf80}}@media screen and (max-width: 1439px){.xl\:bg-teal-400\/60{background-color:#2dd4bf99}}@media screen and (max-width: 1439px){.xl\:bg-teal-400\/70{background-color:#2dd4bfb3}}@media screen and (max-width: 1439px){.xl\:bg-teal-400\/75{background-color:#2dd4bfbf}}@media screen and (max-width: 1439px){.xl\:bg-teal-400\/80{background-color:#2dd4bfcc}}@media screen and (max-width: 1439px){.xl\:bg-teal-400\/90{background-color:#2dd4bfe6}}@media screen and (max-width: 1439px){.xl\:bg-teal-500{background-color:#14b8a6}}@media screen and (max-width: 1439px){.xl\:bg-teal-500\/0{background-color:#14b8a600}}@media screen and (max-width: 1439px){.xl\:bg-teal-500\/10{background-color:#14b8a61a}}@media screen and (max-width: 1439px){.xl\:bg-teal-500\/20{background-color:#14b8a633}}@media screen and (max-width: 1439px){.xl\:bg-teal-500\/30{background-color:#14b8a64d}}@media screen and (max-width: 1439px){.xl\:bg-teal-500\/40{background-color:#14b8a666}}@media screen and (max-width: 1439px){.xl\:bg-teal-500\/50{background-color:#14b8a680}}@media screen and (max-width: 1439px){.xl\:bg-teal-500\/60{background-color:#14b8a699}}@media screen and (max-width: 1439px){.xl\:bg-teal-500\/70{background-color:#14b8a6b3}}@media screen and (max-width: 1439px){.xl\:bg-teal-500\/75{background-color:#14b8a6bf}}@media screen and (max-width: 1439px){.xl\:bg-teal-500\/80{background-color:#14b8a6cc}}@media screen and (max-width: 1439px){.xl\:bg-teal-500\/90{background-color:#14b8a6e6}}@media screen and (max-width: 1439px){.xl\:bg-teal-600{background-color:#0d9488}}@media screen and (max-width: 1439px){.xl\:bg-teal-600\/0{background-color:#0d948800}}@media screen and (max-width: 1439px){.xl\:bg-teal-600\/10{background-color:#0d94881a}}@media screen and (max-width: 1439px){.xl\:bg-teal-600\/20{background-color:#0d948833}}@media screen and (max-width: 1439px){.xl\:bg-teal-600\/30{background-color:#0d94884d}}@media screen and (max-width: 1439px){.xl\:bg-teal-600\/40{background-color:#0d948866}}@media screen and (max-width: 1439px){.xl\:bg-teal-600\/50{background-color:#0d948880}}@media screen and (max-width: 1439px){.xl\:bg-teal-600\/60{background-color:#0d948899}}@media screen and (max-width: 1439px){.xl\:bg-teal-600\/70{background-color:#0d9488b3}}@media screen and (max-width: 1439px){.xl\:bg-teal-600\/75{background-color:#0d9488bf}}@media screen and (max-width: 1439px){.xl\:bg-teal-600\/80{background-color:#0d9488cc}}@media screen and (max-width: 1439px){.xl\:bg-teal-600\/90{background-color:#0d9488e6}}@media screen and (max-width: 1439px){.xl\:bg-teal-700{background-color:#0f766e}}@media screen and (max-width: 1439px){.xl\:bg-teal-700\/0{background-color:#0f766e00}}@media screen and (max-width: 1439px){.xl\:bg-teal-700\/10{background-color:#0f766e1a}}@media screen and (max-width: 1439px){.xl\:bg-teal-700\/20{background-color:#0f766e33}}@media screen and (max-width: 1439px){.xl\:bg-teal-700\/30{background-color:#0f766e4d}}@media screen and (max-width: 1439px){.xl\:bg-teal-700\/40{background-color:#0f766e66}}@media screen and (max-width: 1439px){.xl\:bg-teal-700\/50{background-color:#0f766e80}}@media screen and (max-width: 1439px){.xl\:bg-teal-700\/60{background-color:#0f766e99}}@media screen and (max-width: 1439px){.xl\:bg-teal-700\/70{background-color:#0f766eb3}}@media screen and (max-width: 1439px){.xl\:bg-teal-700\/75{background-color:#0f766ebf}}@media screen and (max-width: 1439px){.xl\:bg-teal-700\/80{background-color:#0f766ecc}}@media screen and (max-width: 1439px){.xl\:bg-teal-700\/90{background-color:#0f766ee6}}@media screen and (max-width: 1439px){.xl\:bg-teal-800{background-color:#115e59}}@media screen and (max-width: 1439px){.xl\:bg-teal-800\/0{background-color:#115e5900}}@media screen and (max-width: 1439px){.xl\:bg-teal-800\/10{background-color:#115e591a}}@media screen and (max-width: 1439px){.xl\:bg-teal-800\/20{background-color:#115e5933}}@media screen and (max-width: 1439px){.xl\:bg-teal-800\/30{background-color:#115e594d}}@media screen and (max-width: 1439px){.xl\:bg-teal-800\/40{background-color:#115e5966}}@media screen and (max-width: 1439px){.xl\:bg-teal-800\/50{background-color:#115e5980}}@media screen and (max-width: 1439px){.xl\:bg-teal-800\/60{background-color:#115e5999}}@media screen and (max-width: 1439px){.xl\:bg-teal-800\/70{background-color:#115e59b3}}@media screen and (max-width: 1439px){.xl\:bg-teal-800\/75{background-color:#115e59bf}}@media screen and (max-width: 1439px){.xl\:bg-teal-800\/80{background-color:#115e59cc}}@media screen and (max-width: 1439px){.xl\:bg-teal-800\/90{background-color:#115e59e6}}@media screen and (max-width: 1439px){.xl\:bg-teal-900{background-color:#134e4a}}@media screen and (max-width: 1439px){.xl\:bg-teal-900\/0{background-color:#134e4a00}}@media screen and (max-width: 1439px){.xl\:bg-teal-900\/10{background-color:#134e4a1a}}@media screen and (max-width: 1439px){.xl\:bg-teal-900\/20{background-color:#134e4a33}}@media screen and (max-width: 1439px){.xl\:bg-teal-900\/30{background-color:#134e4a4d}}@media screen and (max-width: 1439px){.xl\:bg-teal-900\/40{background-color:#134e4a66}}@media screen and (max-width: 1439px){.xl\:bg-teal-900\/50{background-color:#134e4a80}}@media screen and (max-width: 1439px){.xl\:bg-teal-900\/60{background-color:#134e4a99}}@media screen and (max-width: 1439px){.xl\:bg-teal-900\/70{background-color:#134e4ab3}}@media screen and (max-width: 1439px){.xl\:bg-teal-900\/75{background-color:#134e4abf}}@media screen and (max-width: 1439px){.xl\:bg-teal-900\/80{background-color:#134e4acc}}@media screen and (max-width: 1439px){.xl\:bg-teal-900\/90{background-color:#134e4ae6}}@media screen and (max-width: 1439px){.xl\:bg-teal-950{background-color:#042f2e}}@media screen and (max-width: 1439px){.xl\:bg-teal-950\/0{background-color:#042f2e00}}@media screen and (max-width: 1439px){.xl\:bg-teal-950\/10{background-color:#042f2e1a}}@media screen and (max-width: 1439px){.xl\:bg-teal-950\/20{background-color:#042f2e33}}@media screen and (max-width: 1439px){.xl\:bg-teal-950\/30{background-color:#042f2e4d}}@media screen and (max-width: 1439px){.xl\:bg-teal-950\/40{background-color:#042f2e66}}@media screen and (max-width: 1439px){.xl\:bg-teal-950\/50{background-color:#042f2e80}}@media screen and (max-width: 1439px){.xl\:bg-teal-950\/60{background-color:#042f2e99}}@media screen and (max-width: 1439px){.xl\:bg-teal-950\/70{background-color:#042f2eb3}}@media screen and (max-width: 1439px){.xl\:bg-teal-950\/75{background-color:#042f2ebf}}@media screen and (max-width: 1439px){.xl\:bg-teal-950\/80{background-color:#042f2ecc}}@media screen and (max-width: 1439px){.xl\:bg-teal-950\/90{background-color:#042f2ee6}}@media screen and (max-width: 1439px){.xl\:bg-cyan-50{background-color:#ecfeff}}@media screen and (max-width: 1439px){.xl\:bg-cyan-50\/0{background-color:#ecfeff00}}@media screen and (max-width: 1439px){.xl\:bg-cyan-50\/10{background-color:#ecfeff1a}}@media screen and (max-width: 1439px){.xl\:bg-cyan-50\/20{background-color:#ecfeff33}}@media screen and (max-width: 1439px){.xl\:bg-cyan-50\/30{background-color:#ecfeff4d}}@media screen and (max-width: 1439px){.xl\:bg-cyan-50\/40{background-color:#ecfeff66}}@media screen and (max-width: 1439px){.xl\:bg-cyan-50\/50{background-color:#ecfeff80}}@media screen and (max-width: 1439px){.xl\:bg-cyan-50\/60{background-color:#ecfeff99}}@media screen and (max-width: 1439px){.xl\:bg-cyan-50\/70{background-color:#ecfeffb3}}@media screen and (max-width: 1439px){.xl\:bg-cyan-50\/75{background-color:#ecfeffbf}}@media screen and (max-width: 1439px){.xl\:bg-cyan-50\/80{background-color:#ecfeffcc}}@media screen and (max-width: 1439px){.xl\:bg-cyan-50\/90{background-color:#ecfeffe6}}@media screen and (max-width: 1439px){.xl\:bg-cyan-100{background-color:#cffafe}}@media screen and (max-width: 1439px){.xl\:bg-cyan-100\/0{background-color:#cffafe00}}@media screen and (max-width: 1439px){.xl\:bg-cyan-100\/10{background-color:#cffafe1a}}@media screen and (max-width: 1439px){.xl\:bg-cyan-100\/20{background-color:#cffafe33}}@media screen and (max-width: 1439px){.xl\:bg-cyan-100\/30{background-color:#cffafe4d}}@media screen and (max-width: 1439px){.xl\:bg-cyan-100\/40{background-color:#cffafe66}}@media screen and (max-width: 1439px){.xl\:bg-cyan-100\/50{background-color:#cffafe80}}@media screen and (max-width: 1439px){.xl\:bg-cyan-100\/60{background-color:#cffafe99}}@media screen and (max-width: 1439px){.xl\:bg-cyan-100\/70{background-color:#cffafeb3}}@media screen and (max-width: 1439px){.xl\:bg-cyan-100\/75{background-color:#cffafebf}}@media screen and (max-width: 1439px){.xl\:bg-cyan-100\/80{background-color:#cffafecc}}@media screen and (max-width: 1439px){.xl\:bg-cyan-100\/90{background-color:#cffafee6}}@media screen and (max-width: 1439px){.xl\:bg-cyan-200{background-color:#a5f3fc}}@media screen and (max-width: 1439px){.xl\:bg-cyan-200\/0{background-color:#a5f3fc00}}@media screen and (max-width: 1439px){.xl\:bg-cyan-200\/10{background-color:#a5f3fc1a}}@media screen and (max-width: 1439px){.xl\:bg-cyan-200\/20{background-color:#a5f3fc33}}@media screen and (max-width: 1439px){.xl\:bg-cyan-200\/30{background-color:#a5f3fc4d}}@media screen and (max-width: 1439px){.xl\:bg-cyan-200\/40{background-color:#a5f3fc66}}@media screen and (max-width: 1439px){.xl\:bg-cyan-200\/50{background-color:#a5f3fc80}}@media screen and (max-width: 1439px){.xl\:bg-cyan-200\/60{background-color:#a5f3fc99}}@media screen and (max-width: 1439px){.xl\:bg-cyan-200\/70{background-color:#a5f3fcb3}}@media screen and (max-width: 1439px){.xl\:bg-cyan-200\/75{background-color:#a5f3fcbf}}@media screen and (max-width: 1439px){.xl\:bg-cyan-200\/80{background-color:#a5f3fccc}}@media screen and (max-width: 1439px){.xl\:bg-cyan-200\/90{background-color:#a5f3fce6}}@media screen and (max-width: 1439px){.xl\:bg-cyan-300{background-color:#67e8f9}}@media screen and (max-width: 1439px){.xl\:bg-cyan-300\/0{background-color:#67e8f900}}@media screen and (max-width: 1439px){.xl\:bg-cyan-300\/10{background-color:#67e8f91a}}@media screen and (max-width: 1439px){.xl\:bg-cyan-300\/20{background-color:#67e8f933}}@media screen and (max-width: 1439px){.xl\:bg-cyan-300\/30{background-color:#67e8f94d}}@media screen and (max-width: 1439px){.xl\:bg-cyan-300\/40{background-color:#67e8f966}}@media screen and (max-width: 1439px){.xl\:bg-cyan-300\/50{background-color:#67e8f980}}@media screen and (max-width: 1439px){.xl\:bg-cyan-300\/60{background-color:#67e8f999}}@media screen and (max-width: 1439px){.xl\:bg-cyan-300\/70{background-color:#67e8f9b3}}@media screen and (max-width: 1439px){.xl\:bg-cyan-300\/75{background-color:#67e8f9bf}}@media screen and (max-width: 1439px){.xl\:bg-cyan-300\/80{background-color:#67e8f9cc}}@media screen and (max-width: 1439px){.xl\:bg-cyan-300\/90{background-color:#67e8f9e6}}@media screen and (max-width: 1439px){.xl\:bg-cyan-400{background-color:#22d3ee}}@media screen and (max-width: 1439px){.xl\:bg-cyan-400\/0{background-color:#22d3ee00}}@media screen and (max-width: 1439px){.xl\:bg-cyan-400\/10{background-color:#22d3ee1a}}@media screen and (max-width: 1439px){.xl\:bg-cyan-400\/20{background-color:#22d3ee33}}@media screen and (max-width: 1439px){.xl\:bg-cyan-400\/30{background-color:#22d3ee4d}}@media screen and (max-width: 1439px){.xl\:bg-cyan-400\/40{background-color:#22d3ee66}}@media screen and (max-width: 1439px){.xl\:bg-cyan-400\/50{background-color:#22d3ee80}}@media screen and (max-width: 1439px){.xl\:bg-cyan-400\/60{background-color:#22d3ee99}}@media screen and (max-width: 1439px){.xl\:bg-cyan-400\/70{background-color:#22d3eeb3}}@media screen and (max-width: 1439px){.xl\:bg-cyan-400\/75{background-color:#22d3eebf}}@media screen and (max-width: 1439px){.xl\:bg-cyan-400\/80{background-color:#22d3eecc}}@media screen and (max-width: 1439px){.xl\:bg-cyan-400\/90{background-color:#22d3eee6}}@media screen and (max-width: 1439px){.xl\:bg-cyan-500{background-color:#06b6d4}}@media screen and (max-width: 1439px){.xl\:bg-cyan-500\/0{background-color:#06b6d400}}@media screen and (max-width: 1439px){.xl\:bg-cyan-500\/10{background-color:#06b6d41a}}@media screen and (max-width: 1439px){.xl\:bg-cyan-500\/20{background-color:#06b6d433}}@media screen and (max-width: 1439px){.xl\:bg-cyan-500\/30{background-color:#06b6d44d}}@media screen and (max-width: 1439px){.xl\:bg-cyan-500\/40{background-color:#06b6d466}}@media screen and (max-width: 1439px){.xl\:bg-cyan-500\/50{background-color:#06b6d480}}@media screen and (max-width: 1439px){.xl\:bg-cyan-500\/60{background-color:#06b6d499}}@media screen and (max-width: 1439px){.xl\:bg-cyan-500\/70{background-color:#06b6d4b3}}@media screen and (max-width: 1439px){.xl\:bg-cyan-500\/75{background-color:#06b6d4bf}}@media screen and (max-width: 1439px){.xl\:bg-cyan-500\/80{background-color:#06b6d4cc}}@media screen and (max-width: 1439px){.xl\:bg-cyan-500\/90{background-color:#06b6d4e6}}@media screen and (max-width: 1439px){.xl\:bg-cyan-600{background-color:#0891b2}}@media screen and (max-width: 1439px){.xl\:bg-cyan-600\/0{background-color:#0891b200}}@media screen and (max-width: 1439px){.xl\:bg-cyan-600\/10{background-color:#0891b21a}}@media screen and (max-width: 1439px){.xl\:bg-cyan-600\/20{background-color:#0891b233}}@media screen and (max-width: 1439px){.xl\:bg-cyan-600\/30{background-color:#0891b24d}}@media screen and (max-width: 1439px){.xl\:bg-cyan-600\/40{background-color:#0891b266}}@media screen and (max-width: 1439px){.xl\:bg-cyan-600\/50{background-color:#0891b280}}@media screen and (max-width: 1439px){.xl\:bg-cyan-600\/60{background-color:#0891b299}}@media screen and (max-width: 1439px){.xl\:bg-cyan-600\/70{background-color:#0891b2b3}}@media screen and (max-width: 1439px){.xl\:bg-cyan-600\/75{background-color:#0891b2bf}}@media screen and (max-width: 1439px){.xl\:bg-cyan-600\/80{background-color:#0891b2cc}}@media screen and (max-width: 1439px){.xl\:bg-cyan-600\/90{background-color:#0891b2e6}}@media screen and (max-width: 1439px){.xl\:bg-cyan-700{background-color:#0e7490}}@media screen and (max-width: 1439px){.xl\:bg-cyan-700\/0{background-color:#0e749000}}@media screen and (max-width: 1439px){.xl\:bg-cyan-700\/10{background-color:#0e74901a}}@media screen and (max-width: 1439px){.xl\:bg-cyan-700\/20{background-color:#0e749033}}@media screen and (max-width: 1439px){.xl\:bg-cyan-700\/30{background-color:#0e74904d}}@media screen and (max-width: 1439px){.xl\:bg-cyan-700\/40{background-color:#0e749066}}@media screen and (max-width: 1439px){.xl\:bg-cyan-700\/50{background-color:#0e749080}}@media screen and (max-width: 1439px){.xl\:bg-cyan-700\/60{background-color:#0e749099}}@media screen and (max-width: 1439px){.xl\:bg-cyan-700\/70{background-color:#0e7490b3}}@media screen and (max-width: 1439px){.xl\:bg-cyan-700\/75{background-color:#0e7490bf}}@media screen and (max-width: 1439px){.xl\:bg-cyan-700\/80{background-color:#0e7490cc}}@media screen and (max-width: 1439px){.xl\:bg-cyan-700\/90{background-color:#0e7490e6}}@media screen and (max-width: 1439px){.xl\:bg-cyan-800{background-color:#155e75}}@media screen and (max-width: 1439px){.xl\:bg-cyan-800\/0{background-color:#155e7500}}@media screen and (max-width: 1439px){.xl\:bg-cyan-800\/10{background-color:#155e751a}}@media screen and (max-width: 1439px){.xl\:bg-cyan-800\/20{background-color:#155e7533}}@media screen and (max-width: 1439px){.xl\:bg-cyan-800\/30{background-color:#155e754d}}@media screen and (max-width: 1439px){.xl\:bg-cyan-800\/40{background-color:#155e7566}}@media screen and (max-width: 1439px){.xl\:bg-cyan-800\/50{background-color:#155e7580}}@media screen and (max-width: 1439px){.xl\:bg-cyan-800\/60{background-color:#155e7599}}@media screen and (max-width: 1439px){.xl\:bg-cyan-800\/70{background-color:#155e75b3}}@media screen and (max-width: 1439px){.xl\:bg-cyan-800\/75{background-color:#155e75bf}}@media screen and (max-width: 1439px){.xl\:bg-cyan-800\/80{background-color:#155e75cc}}@media screen and (max-width: 1439px){.xl\:bg-cyan-800\/90{background-color:#155e75e6}}@media screen and (max-width: 1439px){.xl\:bg-cyan-900{background-color:#164e63}}@media screen and (max-width: 1439px){.xl\:bg-cyan-900\/0{background-color:#164e6300}}@media screen and (max-width: 1439px){.xl\:bg-cyan-900\/10{background-color:#164e631a}}@media screen and (max-width: 1439px){.xl\:bg-cyan-900\/20{background-color:#164e6333}}@media screen and (max-width: 1439px){.xl\:bg-cyan-900\/30{background-color:#164e634d}}@media screen and (max-width: 1439px){.xl\:bg-cyan-900\/40{background-color:#164e6366}}@media screen and (max-width: 1439px){.xl\:bg-cyan-900\/50{background-color:#164e6380}}@media screen and (max-width: 1439px){.xl\:bg-cyan-900\/60{background-color:#164e6399}}@media screen and (max-width: 1439px){.xl\:bg-cyan-900\/70{background-color:#164e63b3}}@media screen and (max-width: 1439px){.xl\:bg-cyan-900\/75{background-color:#164e63bf}}@media screen and (max-width: 1439px){.xl\:bg-cyan-900\/80{background-color:#164e63cc}}@media screen and (max-width: 1439px){.xl\:bg-cyan-900\/90{background-color:#164e63e6}}@media screen and (max-width: 1439px){.xl\:bg-cyan-950{background-color:#083344}}@media screen and (max-width: 1439px){.xl\:bg-cyan-950\/0{background-color:#08334400}}@media screen and (max-width: 1439px){.xl\:bg-cyan-950\/10{background-color:#0833441a}}@media screen and (max-width: 1439px){.xl\:bg-cyan-950\/20{background-color:#08334433}}@media screen and (max-width: 1439px){.xl\:bg-cyan-950\/30{background-color:#0833444d}}@media screen and (max-width: 1439px){.xl\:bg-cyan-950\/40{background-color:#08334466}}@media screen and (max-width: 1439px){.xl\:bg-cyan-950\/50{background-color:#08334480}}@media screen and (max-width: 1439px){.xl\:bg-cyan-950\/60{background-color:#08334499}}@media screen and (max-width: 1439px){.xl\:bg-cyan-950\/70{background-color:#083344b3}}@media screen and (max-width: 1439px){.xl\:bg-cyan-950\/75{background-color:#083344bf}}@media screen and (max-width: 1439px){.xl\:bg-cyan-950\/80{background-color:#083344cc}}@media screen and (max-width: 1439px){.xl\:bg-cyan-950\/90{background-color:#083344e6}}@media screen and (max-width: 1439px){.xl\:bg-sky-50{background-color:#f0f9ff}}@media screen and (max-width: 1439px){.xl\:bg-sky-50\/0{background-color:#f0f9ff00}}@media screen and (max-width: 1439px){.xl\:bg-sky-50\/10{background-color:#f0f9ff1a}}@media screen and (max-width: 1439px){.xl\:bg-sky-50\/20{background-color:#f0f9ff33}}@media screen and (max-width: 1439px){.xl\:bg-sky-50\/30{background-color:#f0f9ff4d}}@media screen and (max-width: 1439px){.xl\:bg-sky-50\/40{background-color:#f0f9ff66}}@media screen and (max-width: 1439px){.xl\:bg-sky-50\/50{background-color:#f0f9ff80}}@media screen and (max-width: 1439px){.xl\:bg-sky-50\/60{background-color:#f0f9ff99}}@media screen and (max-width: 1439px){.xl\:bg-sky-50\/70{background-color:#f0f9ffb3}}@media screen and (max-width: 1439px){.xl\:bg-sky-50\/75{background-color:#f0f9ffbf}}@media screen and (max-width: 1439px){.xl\:bg-sky-50\/80{background-color:#f0f9ffcc}}@media screen and (max-width: 1439px){.xl\:bg-sky-50\/90{background-color:#f0f9ffe6}}@media screen and (max-width: 1439px){.xl\:bg-sky-100{background-color:#e0f2fe}}@media screen and (max-width: 1439px){.xl\:bg-sky-100\/0{background-color:#e0f2fe00}}@media screen and (max-width: 1439px){.xl\:bg-sky-100\/10{background-color:#e0f2fe1a}}@media screen and (max-width: 1439px){.xl\:bg-sky-100\/20{background-color:#e0f2fe33}}@media screen and (max-width: 1439px){.xl\:bg-sky-100\/30{background-color:#e0f2fe4d}}@media screen and (max-width: 1439px){.xl\:bg-sky-100\/40{background-color:#e0f2fe66}}@media screen and (max-width: 1439px){.xl\:bg-sky-100\/50{background-color:#e0f2fe80}}@media screen and (max-width: 1439px){.xl\:bg-sky-100\/60{background-color:#e0f2fe99}}@media screen and (max-width: 1439px){.xl\:bg-sky-100\/70{background-color:#e0f2feb3}}@media screen and (max-width: 1439px){.xl\:bg-sky-100\/75{background-color:#e0f2febf}}@media screen and (max-width: 1439px){.xl\:bg-sky-100\/80{background-color:#e0f2fecc}}@media screen and (max-width: 1439px){.xl\:bg-sky-100\/90{background-color:#e0f2fee6}}@media screen and (max-width: 1439px){.xl\:bg-sky-200{background-color:#bae6fd}}@media screen and (max-width: 1439px){.xl\:bg-sky-200\/0{background-color:#bae6fd00}}@media screen and (max-width: 1439px){.xl\:bg-sky-200\/10{background-color:#bae6fd1a}}@media screen and (max-width: 1439px){.xl\:bg-sky-200\/20{background-color:#bae6fd33}}@media screen and (max-width: 1439px){.xl\:bg-sky-200\/30{background-color:#bae6fd4d}}@media screen and (max-width: 1439px){.xl\:bg-sky-200\/40{background-color:#bae6fd66}}@media screen and (max-width: 1439px){.xl\:bg-sky-200\/50{background-color:#bae6fd80}}@media screen and (max-width: 1439px){.xl\:bg-sky-200\/60{background-color:#bae6fd99}}@media screen and (max-width: 1439px){.xl\:bg-sky-200\/70{background-color:#bae6fdb3}}@media screen and (max-width: 1439px){.xl\:bg-sky-200\/75{background-color:#bae6fdbf}}@media screen and (max-width: 1439px){.xl\:bg-sky-200\/80{background-color:#bae6fdcc}}@media screen and (max-width: 1439px){.xl\:bg-sky-200\/90{background-color:#bae6fde6}}@media screen and (max-width: 1439px){.xl\:bg-sky-300{background-color:#7dd3fc}}@media screen and (max-width: 1439px){.xl\:bg-sky-300\/0{background-color:#7dd3fc00}}@media screen and (max-width: 1439px){.xl\:bg-sky-300\/10{background-color:#7dd3fc1a}}@media screen and (max-width: 1439px){.xl\:bg-sky-300\/20{background-color:#7dd3fc33}}@media screen and (max-width: 1439px){.xl\:bg-sky-300\/30{background-color:#7dd3fc4d}}@media screen and (max-width: 1439px){.xl\:bg-sky-300\/40{background-color:#7dd3fc66}}@media screen and (max-width: 1439px){.xl\:bg-sky-300\/50{background-color:#7dd3fc80}}@media screen and (max-width: 1439px){.xl\:bg-sky-300\/60{background-color:#7dd3fc99}}@media screen and (max-width: 1439px){.xl\:bg-sky-300\/70{background-color:#7dd3fcb3}}@media screen and (max-width: 1439px){.xl\:bg-sky-300\/75{background-color:#7dd3fcbf}}@media screen and (max-width: 1439px){.xl\:bg-sky-300\/80{background-color:#7dd3fccc}}@media screen and (max-width: 1439px){.xl\:bg-sky-300\/90{background-color:#7dd3fce6}}@media screen and (max-width: 1439px){.xl\:bg-sky-400{background-color:#38bdf8}}@media screen and (max-width: 1439px){.xl\:bg-sky-400\/0{background-color:#38bdf800}}@media screen and (max-width: 1439px){.xl\:bg-sky-400\/10{background-color:#38bdf81a}}@media screen and (max-width: 1439px){.xl\:bg-sky-400\/20{background-color:#38bdf833}}@media screen and (max-width: 1439px){.xl\:bg-sky-400\/30{background-color:#38bdf84d}}@media screen and (max-width: 1439px){.xl\:bg-sky-400\/40{background-color:#38bdf866}}@media screen and (max-width: 1439px){.xl\:bg-sky-400\/50{background-color:#38bdf880}}@media screen and (max-width: 1439px){.xl\:bg-sky-400\/60{background-color:#38bdf899}}@media screen and (max-width: 1439px){.xl\:bg-sky-400\/70{background-color:#38bdf8b3}}@media screen and (max-width: 1439px){.xl\:bg-sky-400\/75{background-color:#38bdf8bf}}@media screen and (max-width: 1439px){.xl\:bg-sky-400\/80{background-color:#38bdf8cc}}@media screen and (max-width: 1439px){.xl\:bg-sky-400\/90{background-color:#38bdf8e6}}@media screen and (max-width: 1439px){.xl\:bg-sky-500{background-color:#0ea5e9}}@media screen and (max-width: 1439px){.xl\:bg-sky-500\/0{background-color:#0ea5e900}}@media screen and (max-width: 1439px){.xl\:bg-sky-500\/10{background-color:#0ea5e91a}}@media screen and (max-width: 1439px){.xl\:bg-sky-500\/20{background-color:#0ea5e933}}@media screen and (max-width: 1439px){.xl\:bg-sky-500\/30{background-color:#0ea5e94d}}@media screen and (max-width: 1439px){.xl\:bg-sky-500\/40{background-color:#0ea5e966}}@media screen and (max-width: 1439px){.xl\:bg-sky-500\/50{background-color:#0ea5e980}}@media screen and (max-width: 1439px){.xl\:bg-sky-500\/60{background-color:#0ea5e999}}@media screen and (max-width: 1439px){.xl\:bg-sky-500\/70{background-color:#0ea5e9b3}}@media screen and (max-width: 1439px){.xl\:bg-sky-500\/75{background-color:#0ea5e9bf}}@media screen and (max-width: 1439px){.xl\:bg-sky-500\/80{background-color:#0ea5e9cc}}@media screen and (max-width: 1439px){.xl\:bg-sky-500\/90{background-color:#0ea5e9e6}}@media screen and (max-width: 1439px){.xl\:bg-sky-600{background-color:#0284c7}}@media screen and (max-width: 1439px){.xl\:bg-sky-600\/0{background-color:#0284c700}}@media screen and (max-width: 1439px){.xl\:bg-sky-600\/10{background-color:#0284c71a}}@media screen and (max-width: 1439px){.xl\:bg-sky-600\/20{background-color:#0284c733}}@media screen and (max-width: 1439px){.xl\:bg-sky-600\/30{background-color:#0284c74d}}@media screen and (max-width: 1439px){.xl\:bg-sky-600\/40{background-color:#0284c766}}@media screen and (max-width: 1439px){.xl\:bg-sky-600\/50{background-color:#0284c780}}@media screen and (max-width: 1439px){.xl\:bg-sky-600\/60{background-color:#0284c799}}@media screen and (max-width: 1439px){.xl\:bg-sky-600\/70{background-color:#0284c7b3}}@media screen and (max-width: 1439px){.xl\:bg-sky-600\/75{background-color:#0284c7bf}}@media screen and (max-width: 1439px){.xl\:bg-sky-600\/80{background-color:#0284c7cc}}@media screen and (max-width: 1439px){.xl\:bg-sky-600\/90{background-color:#0284c7e6}}@media screen and (max-width: 1439px){.xl\:bg-sky-700{background-color:#0369a1}}@media screen and (max-width: 1439px){.xl\:bg-sky-700\/0{background-color:#0369a100}}@media screen and (max-width: 1439px){.xl\:bg-sky-700\/10{background-color:#0369a11a}}@media screen and (max-width: 1439px){.xl\:bg-sky-700\/20{background-color:#0369a133}}@media screen and (max-width: 1439px){.xl\:bg-sky-700\/30{background-color:#0369a14d}}@media screen and (max-width: 1439px){.xl\:bg-sky-700\/40{background-color:#0369a166}}@media screen and (max-width: 1439px){.xl\:bg-sky-700\/50{background-color:#0369a180}}@media screen and (max-width: 1439px){.xl\:bg-sky-700\/60{background-color:#0369a199}}@media screen and (max-width: 1439px){.xl\:bg-sky-700\/70{background-color:#0369a1b3}}@media screen and (max-width: 1439px){.xl\:bg-sky-700\/75{background-color:#0369a1bf}}@media screen and (max-width: 1439px){.xl\:bg-sky-700\/80{background-color:#0369a1cc}}@media screen and (max-width: 1439px){.xl\:bg-sky-700\/90{background-color:#0369a1e6}}@media screen and (max-width: 1439px){.xl\:bg-sky-800{background-color:#075985}}@media screen and (max-width: 1439px){.xl\:bg-sky-800\/0{background-color:#07598500}}@media screen and (max-width: 1439px){.xl\:bg-sky-800\/10{background-color:#0759851a}}@media screen and (max-width: 1439px){.xl\:bg-sky-800\/20{background-color:#07598533}}@media screen and (max-width: 1439px){.xl\:bg-sky-800\/30{background-color:#0759854d}}@media screen and (max-width: 1439px){.xl\:bg-sky-800\/40{background-color:#07598566}}@media screen and (max-width: 1439px){.xl\:bg-sky-800\/50{background-color:#07598580}}@media screen and (max-width: 1439px){.xl\:bg-sky-800\/60{background-color:#07598599}}@media screen and (max-width: 1439px){.xl\:bg-sky-800\/70{background-color:#075985b3}}@media screen and (max-width: 1439px){.xl\:bg-sky-800\/75{background-color:#075985bf}}@media screen and (max-width: 1439px){.xl\:bg-sky-800\/80{background-color:#075985cc}}@media screen and (max-width: 1439px){.xl\:bg-sky-800\/90{background-color:#075985e6}}@media screen and (max-width: 1439px){.xl\:bg-sky-900{background-color:#0c4a6e}}@media screen and (max-width: 1439px){.xl\:bg-sky-900\/0{background-color:#0c4a6e00}}@media screen and (max-width: 1439px){.xl\:bg-sky-900\/10{background-color:#0c4a6e1a}}@media screen and (max-width: 1439px){.xl\:bg-sky-900\/20{background-color:#0c4a6e33}}@media screen and (max-width: 1439px){.xl\:bg-sky-900\/30{background-color:#0c4a6e4d}}@media screen and (max-width: 1439px){.xl\:bg-sky-900\/40{background-color:#0c4a6e66}}@media screen and (max-width: 1439px){.xl\:bg-sky-900\/50{background-color:#0c4a6e80}}@media screen and (max-width: 1439px){.xl\:bg-sky-900\/60{background-color:#0c4a6e99}}@media screen and (max-width: 1439px){.xl\:bg-sky-900\/70{background-color:#0c4a6eb3}}@media screen and (max-width: 1439px){.xl\:bg-sky-900\/75{background-color:#0c4a6ebf}}@media screen and (max-width: 1439px){.xl\:bg-sky-900\/80{background-color:#0c4a6ecc}}@media screen and (max-width: 1439px){.xl\:bg-sky-900\/90{background-color:#0c4a6ee6}}@media screen and (max-width: 1439px){.xl\:bg-sky-950{background-color:#082f49}}@media screen and (max-width: 1439px){.xl\:bg-sky-950\/0{background-color:#082f4900}}@media screen and (max-width: 1439px){.xl\:bg-sky-950\/10{background-color:#082f491a}}@media screen and (max-width: 1439px){.xl\:bg-sky-950\/20{background-color:#082f4933}}@media screen and (max-width: 1439px){.xl\:bg-sky-950\/30{background-color:#082f494d}}@media screen and (max-width: 1439px){.xl\:bg-sky-950\/40{background-color:#082f4966}}@media screen and (max-width: 1439px){.xl\:bg-sky-950\/50{background-color:#082f4980}}@media screen and (max-width: 1439px){.xl\:bg-sky-950\/60{background-color:#082f4999}}@media screen and (max-width: 1439px){.xl\:bg-sky-950\/70{background-color:#082f49b3}}@media screen and (max-width: 1439px){.xl\:bg-sky-950\/75{background-color:#082f49bf}}@media screen and (max-width: 1439px){.xl\:bg-sky-950\/80{background-color:#082f49cc}}@media screen and (max-width: 1439px){.xl\:bg-sky-950\/90{background-color:#082f49e6}}@media screen and (max-width: 1439px){.xl\:bg-blue-50{background-color:#eff6ff}}@media screen and (max-width: 1439px){.xl\:bg-blue-50\/0{background-color:#eff6ff00}}@media screen and (max-width: 1439px){.xl\:bg-blue-50\/10{background-color:#eff6ff1a}}@media screen and (max-width: 1439px){.xl\:bg-blue-50\/20{background-color:#eff6ff33}}@media screen and (max-width: 1439px){.xl\:bg-blue-50\/30{background-color:#eff6ff4d}}@media screen and (max-width: 1439px){.xl\:bg-blue-50\/40{background-color:#eff6ff66}}@media screen and (max-width: 1439px){.xl\:bg-blue-50\/50{background-color:#eff6ff80}}@media screen and (max-width: 1439px){.xl\:bg-blue-50\/60{background-color:#eff6ff99}}@media screen and (max-width: 1439px){.xl\:bg-blue-50\/70{background-color:#eff6ffb3}}@media screen and (max-width: 1439px){.xl\:bg-blue-50\/75{background-color:#eff6ffbf}}@media screen and (max-width: 1439px){.xl\:bg-blue-50\/80{background-color:#eff6ffcc}}@media screen and (max-width: 1439px){.xl\:bg-blue-50\/90{background-color:#eff6ffe6}}@media screen and (max-width: 1439px){.xl\:bg-blue-100{background-color:#dbeafe}}@media screen and (max-width: 1439px){.xl\:bg-blue-100\/0{background-color:#dbeafe00}}@media screen and (max-width: 1439px){.xl\:bg-blue-100\/10{background-color:#dbeafe1a}}@media screen and (max-width: 1439px){.xl\:bg-blue-100\/20{background-color:#dbeafe33}}@media screen and (max-width: 1439px){.xl\:bg-blue-100\/30{background-color:#dbeafe4d}}@media screen and (max-width: 1439px){.xl\:bg-blue-100\/40{background-color:#dbeafe66}}@media screen and (max-width: 1439px){.xl\:bg-blue-100\/50{background-color:#dbeafe80}}@media screen and (max-width: 1439px){.xl\:bg-blue-100\/60{background-color:#dbeafe99}}@media screen and (max-width: 1439px){.xl\:bg-blue-100\/70{background-color:#dbeafeb3}}@media screen and (max-width: 1439px){.xl\:bg-blue-100\/75{background-color:#dbeafebf}}@media screen and (max-width: 1439px){.xl\:bg-blue-100\/80{background-color:#dbeafecc}}@media screen and (max-width: 1439px){.xl\:bg-blue-100\/90{background-color:#dbeafee6}}@media screen and (max-width: 1439px){.xl\:bg-blue-200{background-color:#bfdbfe}}@media screen and (max-width: 1439px){.xl\:bg-blue-200\/0{background-color:#bfdbfe00}}@media screen and (max-width: 1439px){.xl\:bg-blue-200\/10{background-color:#bfdbfe1a}}@media screen and (max-width: 1439px){.xl\:bg-blue-200\/20{background-color:#bfdbfe33}}@media screen and (max-width: 1439px){.xl\:bg-blue-200\/30{background-color:#bfdbfe4d}}@media screen and (max-width: 1439px){.xl\:bg-blue-200\/40{background-color:#bfdbfe66}}@media screen and (max-width: 1439px){.xl\:bg-blue-200\/50{background-color:#bfdbfe80}}@media screen and (max-width: 1439px){.xl\:bg-blue-200\/60{background-color:#bfdbfe99}}@media screen and (max-width: 1439px){.xl\:bg-blue-200\/70{background-color:#bfdbfeb3}}@media screen and (max-width: 1439px){.xl\:bg-blue-200\/75{background-color:#bfdbfebf}}@media screen and (max-width: 1439px){.xl\:bg-blue-200\/80{background-color:#bfdbfecc}}@media screen and (max-width: 1439px){.xl\:bg-blue-200\/90{background-color:#bfdbfee6}}@media screen and (max-width: 1439px){.xl\:bg-blue-300{background-color:#93c5fd}}@media screen and (max-width: 1439px){.xl\:bg-blue-300\/0{background-color:#93c5fd00}}@media screen and (max-width: 1439px){.xl\:bg-blue-300\/10{background-color:#93c5fd1a}}@media screen and (max-width: 1439px){.xl\:bg-blue-300\/20{background-color:#93c5fd33}}@media screen and (max-width: 1439px){.xl\:bg-blue-300\/30{background-color:#93c5fd4d}}@media screen and (max-width: 1439px){.xl\:bg-blue-300\/40{background-color:#93c5fd66}}@media screen and (max-width: 1439px){.xl\:bg-blue-300\/50{background-color:#93c5fd80}}@media screen and (max-width: 1439px){.xl\:bg-blue-300\/60{background-color:#93c5fd99}}@media screen and (max-width: 1439px){.xl\:bg-blue-300\/70{background-color:#93c5fdb3}}@media screen and (max-width: 1439px){.xl\:bg-blue-300\/75{background-color:#93c5fdbf}}@media screen and (max-width: 1439px){.xl\:bg-blue-300\/80{background-color:#93c5fdcc}}@media screen and (max-width: 1439px){.xl\:bg-blue-300\/90{background-color:#93c5fde6}}@media screen and (max-width: 1439px){.xl\:bg-blue-400{background-color:#60a5fa}}@media screen and (max-width: 1439px){.xl\:bg-blue-400\/0{background-color:#60a5fa00}}@media screen and (max-width: 1439px){.xl\:bg-blue-400\/10{background-color:#60a5fa1a}}@media screen and (max-width: 1439px){.xl\:bg-blue-400\/20{background-color:#60a5fa33}}@media screen and (max-width: 1439px){.xl\:bg-blue-400\/30{background-color:#60a5fa4d}}@media screen and (max-width: 1439px){.xl\:bg-blue-400\/40{background-color:#60a5fa66}}@media screen and (max-width: 1439px){.xl\:bg-blue-400\/50{background-color:#60a5fa80}}@media screen and (max-width: 1439px){.xl\:bg-blue-400\/60{background-color:#60a5fa99}}@media screen and (max-width: 1439px){.xl\:bg-blue-400\/70{background-color:#60a5fab3}}@media screen and (max-width: 1439px){.xl\:bg-blue-400\/75{background-color:#60a5fabf}}@media screen and (max-width: 1439px){.xl\:bg-blue-400\/80{background-color:#60a5facc}}@media screen and (max-width: 1439px){.xl\:bg-blue-400\/90{background-color:#60a5fae6}}@media screen and (max-width: 1439px){.xl\:bg-blue-500{background-color:#3b82f6}}@media screen and (max-width: 1439px){.xl\:bg-blue-500\/0{background-color:#3b82f600}}@media screen and (max-width: 1439px){.xl\:bg-blue-500\/10{background-color:#3b82f61a}}@media screen and (max-width: 1439px){.xl\:bg-blue-500\/20{background-color:#3b82f633}}@media screen and (max-width: 1439px){.xl\:bg-blue-500\/30{background-color:#3b82f64d}}@media screen and (max-width: 1439px){.xl\:bg-blue-500\/40{background-color:#3b82f666}}@media screen and (max-width: 1439px){.xl\:bg-blue-500\/50{background-color:#3b82f680}}@media screen and (max-width: 1439px){.xl\:bg-blue-500\/60{background-color:#3b82f699}}@media screen and (max-width: 1439px){.xl\:bg-blue-500\/70{background-color:#3b82f6b3}}@media screen and (max-width: 1439px){.xl\:bg-blue-500\/75{background-color:#3b82f6bf}}@media screen and (max-width: 1439px){.xl\:bg-blue-500\/80{background-color:#3b82f6cc}}@media screen and (max-width: 1439px){.xl\:bg-blue-500\/90{background-color:#3b82f6e6}}@media screen and (max-width: 1439px){.xl\:bg-blue-600{background-color:#2563eb}}@media screen and (max-width: 1439px){.xl\:bg-blue-600\/0{background-color:#2563eb00}}@media screen and (max-width: 1439px){.xl\:bg-blue-600\/10{background-color:#2563eb1a}}@media screen and (max-width: 1439px){.xl\:bg-blue-600\/20{background-color:#2563eb33}}@media screen and (max-width: 1439px){.xl\:bg-blue-600\/30{background-color:#2563eb4d}}@media screen and (max-width: 1439px){.xl\:bg-blue-600\/40{background-color:#2563eb66}}@media screen and (max-width: 1439px){.xl\:bg-blue-600\/50{background-color:#2563eb80}}@media screen and (max-width: 1439px){.xl\:bg-blue-600\/60{background-color:#2563eb99}}@media screen and (max-width: 1439px){.xl\:bg-blue-600\/70{background-color:#2563ebb3}}@media screen and (max-width: 1439px){.xl\:bg-blue-600\/75{background-color:#2563ebbf}}@media screen and (max-width: 1439px){.xl\:bg-blue-600\/80{background-color:#2563ebcc}}@media screen and (max-width: 1439px){.xl\:bg-blue-600\/90{background-color:#2563ebe6}}@media screen and (max-width: 1439px){.xl\:bg-blue-700{background-color:#1d4ed8}}@media screen and (max-width: 1439px){.xl\:bg-blue-700\/0{background-color:#1d4ed800}}@media screen and (max-width: 1439px){.xl\:bg-blue-700\/10{background-color:#1d4ed81a}}@media screen and (max-width: 1439px){.xl\:bg-blue-700\/20{background-color:#1d4ed833}}@media screen and (max-width: 1439px){.xl\:bg-blue-700\/30{background-color:#1d4ed84d}}@media screen and (max-width: 1439px){.xl\:bg-blue-700\/40{background-color:#1d4ed866}}@media screen and (max-width: 1439px){.xl\:bg-blue-700\/50{background-color:#1d4ed880}}@media screen and (max-width: 1439px){.xl\:bg-blue-700\/60{background-color:#1d4ed899}}@media screen and (max-width: 1439px){.xl\:bg-blue-700\/70{background-color:#1d4ed8b3}}@media screen and (max-width: 1439px){.xl\:bg-blue-700\/75{background-color:#1d4ed8bf}}@media screen and (max-width: 1439px){.xl\:bg-blue-700\/80{background-color:#1d4ed8cc}}@media screen and (max-width: 1439px){.xl\:bg-blue-700\/90{background-color:#1d4ed8e6}}@media screen and (max-width: 1439px){.xl\:bg-blue-800{background-color:#1e40af}}@media screen and (max-width: 1439px){.xl\:bg-blue-800\/0{background-color:#1e40af00}}@media screen and (max-width: 1439px){.xl\:bg-blue-800\/10{background-color:#1e40af1a}}@media screen and (max-width: 1439px){.xl\:bg-blue-800\/20{background-color:#1e40af33}}@media screen and (max-width: 1439px){.xl\:bg-blue-800\/30{background-color:#1e40af4d}}@media screen and (max-width: 1439px){.xl\:bg-blue-800\/40{background-color:#1e40af66}}@media screen and (max-width: 1439px){.xl\:bg-blue-800\/50{background-color:#1e40af80}}@media screen and (max-width: 1439px){.xl\:bg-blue-800\/60{background-color:#1e40af99}}@media screen and (max-width: 1439px){.xl\:bg-blue-800\/70{background-color:#1e40afb3}}@media screen and (max-width: 1439px){.xl\:bg-blue-800\/75{background-color:#1e40afbf}}@media screen and (max-width: 1439px){.xl\:bg-blue-800\/80{background-color:#1e40afcc}}@media screen and (max-width: 1439px){.xl\:bg-blue-800\/90{background-color:#1e40afe6}}@media screen and (max-width: 1439px){.xl\:bg-blue-900{background-color:#1e3a8a}}@media screen and (max-width: 1439px){.xl\:bg-blue-900\/0{background-color:#1e3a8a00}}@media screen and (max-width: 1439px){.xl\:bg-blue-900\/10{background-color:#1e3a8a1a}}@media screen and (max-width: 1439px){.xl\:bg-blue-900\/20{background-color:#1e3a8a33}}@media screen and (max-width: 1439px){.xl\:bg-blue-900\/30{background-color:#1e3a8a4d}}@media screen and (max-width: 1439px){.xl\:bg-blue-900\/40{background-color:#1e3a8a66}}@media screen and (max-width: 1439px){.xl\:bg-blue-900\/50{background-color:#1e3a8a80}}@media screen and (max-width: 1439px){.xl\:bg-blue-900\/60{background-color:#1e3a8a99}}@media screen and (max-width: 1439px){.xl\:bg-blue-900\/70{background-color:#1e3a8ab3}}@media screen and (max-width: 1439px){.xl\:bg-blue-900\/75{background-color:#1e3a8abf}}@media screen and (max-width: 1439px){.xl\:bg-blue-900\/80{background-color:#1e3a8acc}}@media screen and (max-width: 1439px){.xl\:bg-blue-900\/90{background-color:#1e3a8ae6}}@media screen and (max-width: 1439px){.xl\:bg-blue-950{background-color:#172554}}@media screen and (max-width: 1439px){.xl\:bg-blue-950\/0{background-color:#17255400}}@media screen and (max-width: 1439px){.xl\:bg-blue-950\/10{background-color:#1725541a}}@media screen and (max-width: 1439px){.xl\:bg-blue-950\/20{background-color:#17255433}}@media screen and (max-width: 1439px){.xl\:bg-blue-950\/30{background-color:#1725544d}}@media screen and (max-width: 1439px){.xl\:bg-blue-950\/40{background-color:#17255466}}@media screen and (max-width: 1439px){.xl\:bg-blue-950\/50{background-color:#17255480}}@media screen and (max-width: 1439px){.xl\:bg-blue-950\/60{background-color:#17255499}}@media screen and (max-width: 1439px){.xl\:bg-blue-950\/70{background-color:#172554b3}}@media screen and (max-width: 1439px){.xl\:bg-blue-950\/75{background-color:#172554bf}}@media screen and (max-width: 1439px){.xl\:bg-blue-950\/80{background-color:#172554cc}}@media screen and (max-width: 1439px){.xl\:bg-blue-950\/90{background-color:#172554e6}}@media screen and (max-width: 1439px){.xl\:bg-indigo-50{background-color:#eef2ff}}@media screen and (max-width: 1439px){.xl\:bg-indigo-50\/0{background-color:#eef2ff00}}@media screen and (max-width: 1439px){.xl\:bg-indigo-50\/10{background-color:#eef2ff1a}}@media screen and (max-width: 1439px){.xl\:bg-indigo-50\/20{background-color:#eef2ff33}}@media screen and (max-width: 1439px){.xl\:bg-indigo-50\/30{background-color:#eef2ff4d}}@media screen and (max-width: 1439px){.xl\:bg-indigo-50\/40{background-color:#eef2ff66}}@media screen and (max-width: 1439px){.xl\:bg-indigo-50\/50{background-color:#eef2ff80}}@media screen and (max-width: 1439px){.xl\:bg-indigo-50\/60{background-color:#eef2ff99}}@media screen and (max-width: 1439px){.xl\:bg-indigo-50\/70{background-color:#eef2ffb3}}@media screen and (max-width: 1439px){.xl\:bg-indigo-50\/75{background-color:#eef2ffbf}}@media screen and (max-width: 1439px){.xl\:bg-indigo-50\/80{background-color:#eef2ffcc}}@media screen and (max-width: 1439px){.xl\:bg-indigo-50\/90{background-color:#eef2ffe6}}@media screen and (max-width: 1439px){.xl\:bg-indigo-100{background-color:#e0e7ff}}@media screen and (max-width: 1439px){.xl\:bg-indigo-100\/0{background-color:#e0e7ff00}}@media screen and (max-width: 1439px){.xl\:bg-indigo-100\/10{background-color:#e0e7ff1a}}@media screen and (max-width: 1439px){.xl\:bg-indigo-100\/20{background-color:#e0e7ff33}}@media screen and (max-width: 1439px){.xl\:bg-indigo-100\/30{background-color:#e0e7ff4d}}@media screen and (max-width: 1439px){.xl\:bg-indigo-100\/40{background-color:#e0e7ff66}}@media screen and (max-width: 1439px){.xl\:bg-indigo-100\/50{background-color:#e0e7ff80}}@media screen and (max-width: 1439px){.xl\:bg-indigo-100\/60{background-color:#e0e7ff99}}@media screen and (max-width: 1439px){.xl\:bg-indigo-100\/70{background-color:#e0e7ffb3}}@media screen and (max-width: 1439px){.xl\:bg-indigo-100\/75{background-color:#e0e7ffbf}}@media screen and (max-width: 1439px){.xl\:bg-indigo-100\/80{background-color:#e0e7ffcc}}@media screen and (max-width: 1439px){.xl\:bg-indigo-100\/90{background-color:#e0e7ffe6}}@media screen and (max-width: 1439px){.xl\:bg-indigo-200{background-color:#c7d2fe}}@media screen and (max-width: 1439px){.xl\:bg-indigo-200\/0{background-color:#c7d2fe00}}@media screen and (max-width: 1439px){.xl\:bg-indigo-200\/10{background-color:#c7d2fe1a}}@media screen and (max-width: 1439px){.xl\:bg-indigo-200\/20{background-color:#c7d2fe33}}@media screen and (max-width: 1439px){.xl\:bg-indigo-200\/30{background-color:#c7d2fe4d}}@media screen and (max-width: 1439px){.xl\:bg-indigo-200\/40{background-color:#c7d2fe66}}@media screen and (max-width: 1439px){.xl\:bg-indigo-200\/50{background-color:#c7d2fe80}}@media screen and (max-width: 1439px){.xl\:bg-indigo-200\/60{background-color:#c7d2fe99}}@media screen and (max-width: 1439px){.xl\:bg-indigo-200\/70{background-color:#c7d2feb3}}@media screen and (max-width: 1439px){.xl\:bg-indigo-200\/75{background-color:#c7d2febf}}@media screen and (max-width: 1439px){.xl\:bg-indigo-200\/80{background-color:#c7d2fecc}}@media screen and (max-width: 1439px){.xl\:bg-indigo-200\/90{background-color:#c7d2fee6}}@media screen and (max-width: 1439px){.xl\:bg-indigo-300{background-color:#a5b4fc}}@media screen and (max-width: 1439px){.xl\:bg-indigo-300\/0{background-color:#a5b4fc00}}@media screen and (max-width: 1439px){.xl\:bg-indigo-300\/10{background-color:#a5b4fc1a}}@media screen and (max-width: 1439px){.xl\:bg-indigo-300\/20{background-color:#a5b4fc33}}@media screen and (max-width: 1439px){.xl\:bg-indigo-300\/30{background-color:#a5b4fc4d}}@media screen and (max-width: 1439px){.xl\:bg-indigo-300\/40{background-color:#a5b4fc66}}@media screen and (max-width: 1439px){.xl\:bg-indigo-300\/50{background-color:#a5b4fc80}}@media screen and (max-width: 1439px){.xl\:bg-indigo-300\/60{background-color:#a5b4fc99}}@media screen and (max-width: 1439px){.xl\:bg-indigo-300\/70{background-color:#a5b4fcb3}}@media screen and (max-width: 1439px){.xl\:bg-indigo-300\/75{background-color:#a5b4fcbf}}@media screen and (max-width: 1439px){.xl\:bg-indigo-300\/80{background-color:#a5b4fccc}}@media screen and (max-width: 1439px){.xl\:bg-indigo-300\/90{background-color:#a5b4fce6}}@media screen and (max-width: 1439px){.xl\:bg-indigo-400{background-color:#818cf8}}@media screen and (max-width: 1439px){.xl\:bg-indigo-400\/0{background-color:#818cf800}}@media screen and (max-width: 1439px){.xl\:bg-indigo-400\/10{background-color:#818cf81a}}@media screen and (max-width: 1439px){.xl\:bg-indigo-400\/20{background-color:#818cf833}}@media screen and (max-width: 1439px){.xl\:bg-indigo-400\/30{background-color:#818cf84d}}@media screen and (max-width: 1439px){.xl\:bg-indigo-400\/40{background-color:#818cf866}}@media screen and (max-width: 1439px){.xl\:bg-indigo-400\/50{background-color:#818cf880}}@media screen and (max-width: 1439px){.xl\:bg-indigo-400\/60{background-color:#818cf899}}@media screen and (max-width: 1439px){.xl\:bg-indigo-400\/70{background-color:#818cf8b3}}@media screen and (max-width: 1439px){.xl\:bg-indigo-400\/75{background-color:#818cf8bf}}@media screen and (max-width: 1439px){.xl\:bg-indigo-400\/80{background-color:#818cf8cc}}@media screen and (max-width: 1439px){.xl\:bg-indigo-400\/90{background-color:#818cf8e6}}@media screen and (max-width: 1439px){.xl\:bg-indigo-500{background-color:#6366f1}}@media screen and (max-width: 1439px){.xl\:bg-indigo-500\/0{background-color:#6366f100}}@media screen and (max-width: 1439px){.xl\:bg-indigo-500\/10{background-color:#6366f11a}}@media screen and (max-width: 1439px){.xl\:bg-indigo-500\/20{background-color:#6366f133}}@media screen and (max-width: 1439px){.xl\:bg-indigo-500\/30{background-color:#6366f14d}}@media screen and (max-width: 1439px){.xl\:bg-indigo-500\/40{background-color:#6366f166}}@media screen and (max-width: 1439px){.xl\:bg-indigo-500\/50{background-color:#6366f180}}@media screen and (max-width: 1439px){.xl\:bg-indigo-500\/60{background-color:#6366f199}}@media screen and (max-width: 1439px){.xl\:bg-indigo-500\/70{background-color:#6366f1b3}}@media screen and (max-width: 1439px){.xl\:bg-indigo-500\/75{background-color:#6366f1bf}}@media screen and (max-width: 1439px){.xl\:bg-indigo-500\/80{background-color:#6366f1cc}}@media screen and (max-width: 1439px){.xl\:bg-indigo-500\/90{background-color:#6366f1e6}}@media screen and (max-width: 1439px){.xl\:bg-indigo-600{background-color:#4f46e5}}@media screen and (max-width: 1439px){.xl\:bg-indigo-600\/0{background-color:#4f46e500}}@media screen and (max-width: 1439px){.xl\:bg-indigo-600\/10{background-color:#4f46e51a}}@media screen and (max-width: 1439px){.xl\:bg-indigo-600\/20{background-color:#4f46e533}}@media screen and (max-width: 1439px){.xl\:bg-indigo-600\/30{background-color:#4f46e54d}}@media screen and (max-width: 1439px){.xl\:bg-indigo-600\/40{background-color:#4f46e566}}@media screen and (max-width: 1439px){.xl\:bg-indigo-600\/50{background-color:#4f46e580}}@media screen and (max-width: 1439px){.xl\:bg-indigo-600\/60{background-color:#4f46e599}}@media screen and (max-width: 1439px){.xl\:bg-indigo-600\/70{background-color:#4f46e5b3}}@media screen and (max-width: 1439px){.xl\:bg-indigo-600\/75{background-color:#4f46e5bf}}@media screen and (max-width: 1439px){.xl\:bg-indigo-600\/80{background-color:#4f46e5cc}}@media screen and (max-width: 1439px){.xl\:bg-indigo-600\/90{background-color:#4f46e5e6}}@media screen and (max-width: 1439px){.xl\:bg-indigo-700{background-color:#4338ca}}@media screen and (max-width: 1439px){.xl\:bg-indigo-700\/0{background-color:#4338ca00}}@media screen and (max-width: 1439px){.xl\:bg-indigo-700\/10{background-color:#4338ca1a}}@media screen and (max-width: 1439px){.xl\:bg-indigo-700\/20{background-color:#4338ca33}}@media screen and (max-width: 1439px){.xl\:bg-indigo-700\/30{background-color:#4338ca4d}}@media screen and (max-width: 1439px){.xl\:bg-indigo-700\/40{background-color:#4338ca66}}@media screen and (max-width: 1439px){.xl\:bg-indigo-700\/50{background-color:#4338ca80}}@media screen and (max-width: 1439px){.xl\:bg-indigo-700\/60{background-color:#4338ca99}}@media screen and (max-width: 1439px){.xl\:bg-indigo-700\/70{background-color:#4338cab3}}@media screen and (max-width: 1439px){.xl\:bg-indigo-700\/75{background-color:#4338cabf}}@media screen and (max-width: 1439px){.xl\:bg-indigo-700\/80{background-color:#4338cacc}}@media screen and (max-width: 1439px){.xl\:bg-indigo-700\/90{background-color:#4338cae6}}@media screen and (max-width: 1439px){.xl\:bg-indigo-800{background-color:#3730a3}}@media screen and (max-width: 1439px){.xl\:bg-indigo-800\/0{background-color:#3730a300}}@media screen and (max-width: 1439px){.xl\:bg-indigo-800\/10{background-color:#3730a31a}}@media screen and (max-width: 1439px){.xl\:bg-indigo-800\/20{background-color:#3730a333}}@media screen and (max-width: 1439px){.xl\:bg-indigo-800\/30{background-color:#3730a34d}}@media screen and (max-width: 1439px){.xl\:bg-indigo-800\/40{background-color:#3730a366}}@media screen and (max-width: 1439px){.xl\:bg-indigo-800\/50{background-color:#3730a380}}@media screen and (max-width: 1439px){.xl\:bg-indigo-800\/60{background-color:#3730a399}}@media screen and (max-width: 1439px){.xl\:bg-indigo-800\/70{background-color:#3730a3b3}}@media screen and (max-width: 1439px){.xl\:bg-indigo-800\/75{background-color:#3730a3bf}}@media screen and (max-width: 1439px){.xl\:bg-indigo-800\/80{background-color:#3730a3cc}}@media screen and (max-width: 1439px){.xl\:bg-indigo-800\/90{background-color:#3730a3e6}}@media screen and (max-width: 1439px){.xl\:bg-indigo-900{background-color:#312e81}}@media screen and (max-width: 1439px){.xl\:bg-indigo-900\/0{background-color:#312e8100}}@media screen and (max-width: 1439px){.xl\:bg-indigo-900\/10{background-color:#312e811a}}@media screen and (max-width: 1439px){.xl\:bg-indigo-900\/20{background-color:#312e8133}}@media screen and (max-width: 1439px){.xl\:bg-indigo-900\/30{background-color:#312e814d}}@media screen and (max-width: 1439px){.xl\:bg-indigo-900\/40{background-color:#312e8166}}@media screen and (max-width: 1439px){.xl\:bg-indigo-900\/50{background-color:#312e8180}}@media screen and (max-width: 1439px){.xl\:bg-indigo-900\/60{background-color:#312e8199}}@media screen and (max-width: 1439px){.xl\:bg-indigo-900\/70{background-color:#312e81b3}}@media screen and (max-width: 1439px){.xl\:bg-indigo-900\/75{background-color:#312e81bf}}@media screen and (max-width: 1439px){.xl\:bg-indigo-900\/80{background-color:#312e81cc}}@media screen and (max-width: 1439px){.xl\:bg-indigo-900\/90{background-color:#312e81e6}}@media screen and (max-width: 1439px){.xl\:bg-indigo-950{background-color:#1e1b4b}}@media screen and (max-width: 1439px){.xl\:bg-indigo-950\/0{background-color:#1e1b4b00}}@media screen and (max-width: 1439px){.xl\:bg-indigo-950\/10{background-color:#1e1b4b1a}}@media screen and (max-width: 1439px){.xl\:bg-indigo-950\/20{background-color:#1e1b4b33}}@media screen and (max-width: 1439px){.xl\:bg-indigo-950\/30{background-color:#1e1b4b4d}}@media screen and (max-width: 1439px){.xl\:bg-indigo-950\/40{background-color:#1e1b4b66}}@media screen and (max-width: 1439px){.xl\:bg-indigo-950\/50{background-color:#1e1b4b80}}@media screen and (max-width: 1439px){.xl\:bg-indigo-950\/60{background-color:#1e1b4b99}}@media screen and (max-width: 1439px){.xl\:bg-indigo-950\/70{background-color:#1e1b4bb3}}@media screen and (max-width: 1439px){.xl\:bg-indigo-950\/75{background-color:#1e1b4bbf}}@media screen and (max-width: 1439px){.xl\:bg-indigo-950\/80{background-color:#1e1b4bcc}}@media screen and (max-width: 1439px){.xl\:bg-indigo-950\/90{background-color:#1e1b4be6}}@media screen and (max-width: 1439px){.xl\:bg-violet-50{background-color:#f5f3ff}}@media screen and (max-width: 1439px){.xl\:bg-violet-50\/0{background-color:#f5f3ff00}}@media screen and (max-width: 1439px){.xl\:bg-violet-50\/10{background-color:#f5f3ff1a}}@media screen and (max-width: 1439px){.xl\:bg-violet-50\/20{background-color:#f5f3ff33}}@media screen and (max-width: 1439px){.xl\:bg-violet-50\/30{background-color:#f5f3ff4d}}@media screen and (max-width: 1439px){.xl\:bg-violet-50\/40{background-color:#f5f3ff66}}@media screen and (max-width: 1439px){.xl\:bg-violet-50\/50{background-color:#f5f3ff80}}@media screen and (max-width: 1439px){.xl\:bg-violet-50\/60{background-color:#f5f3ff99}}@media screen and (max-width: 1439px){.xl\:bg-violet-50\/70{background-color:#f5f3ffb3}}@media screen and (max-width: 1439px){.xl\:bg-violet-50\/75{background-color:#f5f3ffbf}}@media screen and (max-width: 1439px){.xl\:bg-violet-50\/80{background-color:#f5f3ffcc}}@media screen and (max-width: 1439px){.xl\:bg-violet-50\/90{background-color:#f5f3ffe6}}@media screen and (max-width: 1439px){.xl\:bg-violet-100{background-color:#ede9fe}}@media screen and (max-width: 1439px){.xl\:bg-violet-100\/0{background-color:#ede9fe00}}@media screen and (max-width: 1439px){.xl\:bg-violet-100\/10{background-color:#ede9fe1a}}@media screen and (max-width: 1439px){.xl\:bg-violet-100\/20{background-color:#ede9fe33}}@media screen and (max-width: 1439px){.xl\:bg-violet-100\/30{background-color:#ede9fe4d}}@media screen and (max-width: 1439px){.xl\:bg-violet-100\/40{background-color:#ede9fe66}}@media screen and (max-width: 1439px){.xl\:bg-violet-100\/50{background-color:#ede9fe80}}@media screen and (max-width: 1439px){.xl\:bg-violet-100\/60{background-color:#ede9fe99}}@media screen and (max-width: 1439px){.xl\:bg-violet-100\/70{background-color:#ede9feb3}}@media screen and (max-width: 1439px){.xl\:bg-violet-100\/75{background-color:#ede9febf}}@media screen and (max-width: 1439px){.xl\:bg-violet-100\/80{background-color:#ede9fecc}}@media screen and (max-width: 1439px){.xl\:bg-violet-100\/90{background-color:#ede9fee6}}@media screen and (max-width: 1439px){.xl\:bg-violet-200{background-color:#ddd6fe}}@media screen and (max-width: 1439px){.xl\:bg-violet-200\/0{background-color:#ddd6fe00}}@media screen and (max-width: 1439px){.xl\:bg-violet-200\/10{background-color:#ddd6fe1a}}@media screen and (max-width: 1439px){.xl\:bg-violet-200\/20{background-color:#ddd6fe33}}@media screen and (max-width: 1439px){.xl\:bg-violet-200\/30{background-color:#ddd6fe4d}}@media screen and (max-width: 1439px){.xl\:bg-violet-200\/40{background-color:#ddd6fe66}}@media screen and (max-width: 1439px){.xl\:bg-violet-200\/50{background-color:#ddd6fe80}}@media screen and (max-width: 1439px){.xl\:bg-violet-200\/60{background-color:#ddd6fe99}}@media screen and (max-width: 1439px){.xl\:bg-violet-200\/70{background-color:#ddd6feb3}}@media screen and (max-width: 1439px){.xl\:bg-violet-200\/75{background-color:#ddd6febf}}@media screen and (max-width: 1439px){.xl\:bg-violet-200\/80{background-color:#ddd6fecc}}@media screen and (max-width: 1439px){.xl\:bg-violet-200\/90{background-color:#ddd6fee6}}@media screen and (max-width: 1439px){.xl\:bg-violet-300{background-color:#c4b5fd}}@media screen and (max-width: 1439px){.xl\:bg-violet-300\/0{background-color:#c4b5fd00}}@media screen and (max-width: 1439px){.xl\:bg-violet-300\/10{background-color:#c4b5fd1a}}@media screen and (max-width: 1439px){.xl\:bg-violet-300\/20{background-color:#c4b5fd33}}@media screen and (max-width: 1439px){.xl\:bg-violet-300\/30{background-color:#c4b5fd4d}}@media screen and (max-width: 1439px){.xl\:bg-violet-300\/40{background-color:#c4b5fd66}}@media screen and (max-width: 1439px){.xl\:bg-violet-300\/50{background-color:#c4b5fd80}}@media screen and (max-width: 1439px){.xl\:bg-violet-300\/60{background-color:#c4b5fd99}}@media screen and (max-width: 1439px){.xl\:bg-violet-300\/70{background-color:#c4b5fdb3}}@media screen and (max-width: 1439px){.xl\:bg-violet-300\/75{background-color:#c4b5fdbf}}@media screen and (max-width: 1439px){.xl\:bg-violet-300\/80{background-color:#c4b5fdcc}}@media screen and (max-width: 1439px){.xl\:bg-violet-300\/90{background-color:#c4b5fde6}}@media screen and (max-width: 1439px){.xl\:bg-violet-400{background-color:#a78bfa}}@media screen and (max-width: 1439px){.xl\:bg-violet-400\/0{background-color:#a78bfa00}}@media screen and (max-width: 1439px){.xl\:bg-violet-400\/10{background-color:#a78bfa1a}}@media screen and (max-width: 1439px){.xl\:bg-violet-400\/20{background-color:#a78bfa33}}@media screen and (max-width: 1439px){.xl\:bg-violet-400\/30{background-color:#a78bfa4d}}@media screen and (max-width: 1439px){.xl\:bg-violet-400\/40{background-color:#a78bfa66}}@media screen and (max-width: 1439px){.xl\:bg-violet-400\/50{background-color:#a78bfa80}}@media screen and (max-width: 1439px){.xl\:bg-violet-400\/60{background-color:#a78bfa99}}@media screen and (max-width: 1439px){.xl\:bg-violet-400\/70{background-color:#a78bfab3}}@media screen and (max-width: 1439px){.xl\:bg-violet-400\/75{background-color:#a78bfabf}}@media screen and (max-width: 1439px){.xl\:bg-violet-400\/80{background-color:#a78bfacc}}@media screen and (max-width: 1439px){.xl\:bg-violet-400\/90{background-color:#a78bfae6}}@media screen and (max-width: 1439px){.xl\:bg-violet-500{background-color:#8b5cf6}}@media screen and (max-width: 1439px){.xl\:bg-violet-500\/0{background-color:#8b5cf600}}@media screen and (max-width: 1439px){.xl\:bg-violet-500\/10{background-color:#8b5cf61a}}@media screen and (max-width: 1439px){.xl\:bg-violet-500\/20{background-color:#8b5cf633}}@media screen and (max-width: 1439px){.xl\:bg-violet-500\/30{background-color:#8b5cf64d}}@media screen and (max-width: 1439px){.xl\:bg-violet-500\/40{background-color:#8b5cf666}}@media screen and (max-width: 1439px){.xl\:bg-violet-500\/50{background-color:#8b5cf680}}@media screen and (max-width: 1439px){.xl\:bg-violet-500\/60{background-color:#8b5cf699}}@media screen and (max-width: 1439px){.xl\:bg-violet-500\/70{background-color:#8b5cf6b3}}@media screen and (max-width: 1439px){.xl\:bg-violet-500\/75{background-color:#8b5cf6bf}}@media screen and (max-width: 1439px){.xl\:bg-violet-500\/80{background-color:#8b5cf6cc}}@media screen and (max-width: 1439px){.xl\:bg-violet-500\/90{background-color:#8b5cf6e6}}@media screen and (max-width: 1439px){.xl\:bg-violet-600{background-color:#7c3aed}}@media screen and (max-width: 1439px){.xl\:bg-violet-600\/0{background-color:#7c3aed00}}@media screen and (max-width: 1439px){.xl\:bg-violet-600\/10{background-color:#7c3aed1a}}@media screen and (max-width: 1439px){.xl\:bg-violet-600\/20{background-color:#7c3aed33}}@media screen and (max-width: 1439px){.xl\:bg-violet-600\/30{background-color:#7c3aed4d}}@media screen and (max-width: 1439px){.xl\:bg-violet-600\/40{background-color:#7c3aed66}}@media screen and (max-width: 1439px){.xl\:bg-violet-600\/50{background-color:#7c3aed80}}@media screen and (max-width: 1439px){.xl\:bg-violet-600\/60{background-color:#7c3aed99}}@media screen and (max-width: 1439px){.xl\:bg-violet-600\/70{background-color:#7c3aedb3}}@media screen and (max-width: 1439px){.xl\:bg-violet-600\/75{background-color:#7c3aedbf}}@media screen and (max-width: 1439px){.xl\:bg-violet-600\/80{background-color:#7c3aedcc}}@media screen and (max-width: 1439px){.xl\:bg-violet-600\/90{background-color:#7c3aede6}}@media screen and (max-width: 1439px){.xl\:bg-violet-700{background-color:#6d28d9}}@media screen and (max-width: 1439px){.xl\:bg-violet-700\/0{background-color:#6d28d900}}@media screen and (max-width: 1439px){.xl\:bg-violet-700\/10{background-color:#6d28d91a}}@media screen and (max-width: 1439px){.xl\:bg-violet-700\/20{background-color:#6d28d933}}@media screen and (max-width: 1439px){.xl\:bg-violet-700\/30{background-color:#6d28d94d}}@media screen and (max-width: 1439px){.xl\:bg-violet-700\/40{background-color:#6d28d966}}@media screen and (max-width: 1439px){.xl\:bg-violet-700\/50{background-color:#6d28d980}}@media screen and (max-width: 1439px){.xl\:bg-violet-700\/60{background-color:#6d28d999}}@media screen and (max-width: 1439px){.xl\:bg-violet-700\/70{background-color:#6d28d9b3}}@media screen and (max-width: 1439px){.xl\:bg-violet-700\/75{background-color:#6d28d9bf}}@media screen and (max-width: 1439px){.xl\:bg-violet-700\/80{background-color:#6d28d9cc}}@media screen and (max-width: 1439px){.xl\:bg-violet-700\/90{background-color:#6d28d9e6}}@media screen and (max-width: 1439px){.xl\:bg-violet-800{background-color:#5b21b6}}@media screen and (max-width: 1439px){.xl\:bg-violet-800\/0{background-color:#5b21b600}}@media screen and (max-width: 1439px){.xl\:bg-violet-800\/10{background-color:#5b21b61a}}@media screen and (max-width: 1439px){.xl\:bg-violet-800\/20{background-color:#5b21b633}}@media screen and (max-width: 1439px){.xl\:bg-violet-800\/30{background-color:#5b21b64d}}@media screen and (max-width: 1439px){.xl\:bg-violet-800\/40{background-color:#5b21b666}}@media screen and (max-width: 1439px){.xl\:bg-violet-800\/50{background-color:#5b21b680}}@media screen and (max-width: 1439px){.xl\:bg-violet-800\/60{background-color:#5b21b699}}@media screen and (max-width: 1439px){.xl\:bg-violet-800\/70{background-color:#5b21b6b3}}@media screen and (max-width: 1439px){.xl\:bg-violet-800\/75{background-color:#5b21b6bf}}@media screen and (max-width: 1439px){.xl\:bg-violet-800\/80{background-color:#5b21b6cc}}@media screen and (max-width: 1439px){.xl\:bg-violet-800\/90{background-color:#5b21b6e6}}@media screen and (max-width: 1439px){.xl\:bg-violet-900{background-color:#4c1d95}}@media screen and (max-width: 1439px){.xl\:bg-violet-900\/0{background-color:#4c1d9500}}@media screen and (max-width: 1439px){.xl\:bg-violet-900\/10{background-color:#4c1d951a}}@media screen and (max-width: 1439px){.xl\:bg-violet-900\/20{background-color:#4c1d9533}}@media screen and (max-width: 1439px){.xl\:bg-violet-900\/30{background-color:#4c1d954d}}@media screen and (max-width: 1439px){.xl\:bg-violet-900\/40{background-color:#4c1d9566}}@media screen and (max-width: 1439px){.xl\:bg-violet-900\/50{background-color:#4c1d9580}}@media screen and (max-width: 1439px){.xl\:bg-violet-900\/60{background-color:#4c1d9599}}@media screen and (max-width: 1439px){.xl\:bg-violet-900\/70{background-color:#4c1d95b3}}@media screen and (max-width: 1439px){.xl\:bg-violet-900\/75{background-color:#4c1d95bf}}@media screen and (max-width: 1439px){.xl\:bg-violet-900\/80{background-color:#4c1d95cc}}@media screen and (max-width: 1439px){.xl\:bg-violet-900\/90{background-color:#4c1d95e6}}@media screen and (max-width: 1439px){.xl\:bg-violet-950{background-color:#2e1065}}@media screen and (max-width: 1439px){.xl\:bg-violet-950\/0{background-color:#2e106500}}@media screen and (max-width: 1439px){.xl\:bg-violet-950\/10{background-color:#2e10651a}}@media screen and (max-width: 1439px){.xl\:bg-violet-950\/20{background-color:#2e106533}}@media screen and (max-width: 1439px){.xl\:bg-violet-950\/30{background-color:#2e10654d}}@media screen and (max-width: 1439px){.xl\:bg-violet-950\/40{background-color:#2e106566}}@media screen and (max-width: 1439px){.xl\:bg-violet-950\/50{background-color:#2e106580}}@media screen and (max-width: 1439px){.xl\:bg-violet-950\/60{background-color:#2e106599}}@media screen and (max-width: 1439px){.xl\:bg-violet-950\/70{background-color:#2e1065b3}}@media screen and (max-width: 1439px){.xl\:bg-violet-950\/75{background-color:#2e1065bf}}@media screen and (max-width: 1439px){.xl\:bg-violet-950\/80{background-color:#2e1065cc}}@media screen and (max-width: 1439px){.xl\:bg-violet-950\/90{background-color:#2e1065e6}}@media screen and (max-width: 1439px){.xl\:bg-purple-50{background-color:#faf5ff}}@media screen and (max-width: 1439px){.xl\:bg-purple-50\/0{background-color:#faf5ff00}}@media screen and (max-width: 1439px){.xl\:bg-purple-50\/10{background-color:#faf5ff1a}}@media screen and (max-width: 1439px){.xl\:bg-purple-50\/20{background-color:#faf5ff33}}@media screen and (max-width: 1439px){.xl\:bg-purple-50\/30{background-color:#faf5ff4d}}@media screen and (max-width: 1439px){.xl\:bg-purple-50\/40{background-color:#faf5ff66}}@media screen and (max-width: 1439px){.xl\:bg-purple-50\/50{background-color:#faf5ff80}}@media screen and (max-width: 1439px){.xl\:bg-purple-50\/60{background-color:#faf5ff99}}@media screen and (max-width: 1439px){.xl\:bg-purple-50\/70{background-color:#faf5ffb3}}@media screen and (max-width: 1439px){.xl\:bg-purple-50\/75{background-color:#faf5ffbf}}@media screen and (max-width: 1439px){.xl\:bg-purple-50\/80{background-color:#faf5ffcc}}@media screen and (max-width: 1439px){.xl\:bg-purple-50\/90{background-color:#faf5ffe6}}@media screen and (max-width: 1439px){.xl\:bg-purple-100{background-color:#f3e8ff}}@media screen and (max-width: 1439px){.xl\:bg-purple-100\/0{background-color:#f3e8ff00}}@media screen and (max-width: 1439px){.xl\:bg-purple-100\/10{background-color:#f3e8ff1a}}@media screen and (max-width: 1439px){.xl\:bg-purple-100\/20{background-color:#f3e8ff33}}@media screen and (max-width: 1439px){.xl\:bg-purple-100\/30{background-color:#f3e8ff4d}}@media screen and (max-width: 1439px){.xl\:bg-purple-100\/40{background-color:#f3e8ff66}}@media screen and (max-width: 1439px){.xl\:bg-purple-100\/50{background-color:#f3e8ff80}}@media screen and (max-width: 1439px){.xl\:bg-purple-100\/60{background-color:#f3e8ff99}}@media screen and (max-width: 1439px){.xl\:bg-purple-100\/70{background-color:#f3e8ffb3}}@media screen and (max-width: 1439px){.xl\:bg-purple-100\/75{background-color:#f3e8ffbf}}@media screen and (max-width: 1439px){.xl\:bg-purple-100\/80{background-color:#f3e8ffcc}}@media screen and (max-width: 1439px){.xl\:bg-purple-100\/90{background-color:#f3e8ffe6}}@media screen and (max-width: 1439px){.xl\:bg-purple-200{background-color:#e9d5ff}}@media screen and (max-width: 1439px){.xl\:bg-purple-200\/0{background-color:#e9d5ff00}}@media screen and (max-width: 1439px){.xl\:bg-purple-200\/10{background-color:#e9d5ff1a}}@media screen and (max-width: 1439px){.xl\:bg-purple-200\/20{background-color:#e9d5ff33}}@media screen and (max-width: 1439px){.xl\:bg-purple-200\/30{background-color:#e9d5ff4d}}@media screen and (max-width: 1439px){.xl\:bg-purple-200\/40{background-color:#e9d5ff66}}@media screen and (max-width: 1439px){.xl\:bg-purple-200\/50{background-color:#e9d5ff80}}@media screen and (max-width: 1439px){.xl\:bg-purple-200\/60{background-color:#e9d5ff99}}@media screen and (max-width: 1439px){.xl\:bg-purple-200\/70{background-color:#e9d5ffb3}}@media screen and (max-width: 1439px){.xl\:bg-purple-200\/75{background-color:#e9d5ffbf}}@media screen and (max-width: 1439px){.xl\:bg-purple-200\/80{background-color:#e9d5ffcc}}@media screen and (max-width: 1439px){.xl\:bg-purple-200\/90{background-color:#e9d5ffe6}}@media screen and (max-width: 1439px){.xl\:bg-purple-300{background-color:#d8b4fe}}@media screen and (max-width: 1439px){.xl\:bg-purple-300\/0{background-color:#d8b4fe00}}@media screen and (max-width: 1439px){.xl\:bg-purple-300\/10{background-color:#d8b4fe1a}}@media screen and (max-width: 1439px){.xl\:bg-purple-300\/20{background-color:#d8b4fe33}}@media screen and (max-width: 1439px){.xl\:bg-purple-300\/30{background-color:#d8b4fe4d}}@media screen and (max-width: 1439px){.xl\:bg-purple-300\/40{background-color:#d8b4fe66}}@media screen and (max-width: 1439px){.xl\:bg-purple-300\/50{background-color:#d8b4fe80}}@media screen and (max-width: 1439px){.xl\:bg-purple-300\/60{background-color:#d8b4fe99}}@media screen and (max-width: 1439px){.xl\:bg-purple-300\/70{background-color:#d8b4feb3}}@media screen and (max-width: 1439px){.xl\:bg-purple-300\/75{background-color:#d8b4febf}}@media screen and (max-width: 1439px){.xl\:bg-purple-300\/80{background-color:#d8b4fecc}}@media screen and (max-width: 1439px){.xl\:bg-purple-300\/90{background-color:#d8b4fee6}}@media screen and (max-width: 1439px){.xl\:bg-purple-400{background-color:#c084fc}}@media screen and (max-width: 1439px){.xl\:bg-purple-400\/0{background-color:#c084fc00}}@media screen and (max-width: 1439px){.xl\:bg-purple-400\/10{background-color:#c084fc1a}}@media screen and (max-width: 1439px){.xl\:bg-purple-400\/20{background-color:#c084fc33}}@media screen and (max-width: 1439px){.xl\:bg-purple-400\/30{background-color:#c084fc4d}}@media screen and (max-width: 1439px){.xl\:bg-purple-400\/40{background-color:#c084fc66}}@media screen and (max-width: 1439px){.xl\:bg-purple-400\/50{background-color:#c084fc80}}@media screen and (max-width: 1439px){.xl\:bg-purple-400\/60{background-color:#c084fc99}}@media screen and (max-width: 1439px){.xl\:bg-purple-400\/70{background-color:#c084fcb3}}@media screen and (max-width: 1439px){.xl\:bg-purple-400\/75{background-color:#c084fcbf}}@media screen and (max-width: 1439px){.xl\:bg-purple-400\/80{background-color:#c084fccc}}@media screen and (max-width: 1439px){.xl\:bg-purple-400\/90{background-color:#c084fce6}}@media screen and (max-width: 1439px){.xl\:bg-purple-500{background-color:#a855f7}}@media screen and (max-width: 1439px){.xl\:bg-purple-500\/0{background-color:#a855f700}}@media screen and (max-width: 1439px){.xl\:bg-purple-500\/10{background-color:#a855f71a}}@media screen and (max-width: 1439px){.xl\:bg-purple-500\/20{background-color:#a855f733}}@media screen and (max-width: 1439px){.xl\:bg-purple-500\/30{background-color:#a855f74d}}@media screen and (max-width: 1439px){.xl\:bg-purple-500\/40{background-color:#a855f766}}@media screen and (max-width: 1439px){.xl\:bg-purple-500\/50{background-color:#a855f780}}@media screen and (max-width: 1439px){.xl\:bg-purple-500\/60{background-color:#a855f799}}@media screen and (max-width: 1439px){.xl\:bg-purple-500\/70{background-color:#a855f7b3}}@media screen and (max-width: 1439px){.xl\:bg-purple-500\/75{background-color:#a855f7bf}}@media screen and (max-width: 1439px){.xl\:bg-purple-500\/80{background-color:#a855f7cc}}@media screen and (max-width: 1439px){.xl\:bg-purple-500\/90{background-color:#a855f7e6}}@media screen and (max-width: 1439px){.xl\:bg-purple-600{background-color:#9333ea}}@media screen and (max-width: 1439px){.xl\:bg-purple-600\/0{background-color:#9333ea00}}@media screen and (max-width: 1439px){.xl\:bg-purple-600\/10{background-color:#9333ea1a}}@media screen and (max-width: 1439px){.xl\:bg-purple-600\/20{background-color:#9333ea33}}@media screen and (max-width: 1439px){.xl\:bg-purple-600\/30{background-color:#9333ea4d}}@media screen and (max-width: 1439px){.xl\:bg-purple-600\/40{background-color:#9333ea66}}@media screen and (max-width: 1439px){.xl\:bg-purple-600\/50{background-color:#9333ea80}}@media screen and (max-width: 1439px){.xl\:bg-purple-600\/60{background-color:#9333ea99}}@media screen and (max-width: 1439px){.xl\:bg-purple-600\/70{background-color:#9333eab3}}@media screen and (max-width: 1439px){.xl\:bg-purple-600\/75{background-color:#9333eabf}}@media screen and (max-width: 1439px){.xl\:bg-purple-600\/80{background-color:#9333eacc}}@media screen and (max-width: 1439px){.xl\:bg-purple-600\/90{background-color:#9333eae6}}@media screen and (max-width: 1439px){.xl\:bg-purple-700{background-color:#7e22ce}}@media screen and (max-width: 1439px){.xl\:bg-purple-700\/0{background-color:#7e22ce00}}@media screen and (max-width: 1439px){.xl\:bg-purple-700\/10{background-color:#7e22ce1a}}@media screen and (max-width: 1439px){.xl\:bg-purple-700\/20{background-color:#7e22ce33}}@media screen and (max-width: 1439px){.xl\:bg-purple-700\/30{background-color:#7e22ce4d}}@media screen and (max-width: 1439px){.xl\:bg-purple-700\/40{background-color:#7e22ce66}}@media screen and (max-width: 1439px){.xl\:bg-purple-700\/50{background-color:#7e22ce80}}@media screen and (max-width: 1439px){.xl\:bg-purple-700\/60{background-color:#7e22ce99}}@media screen and (max-width: 1439px){.xl\:bg-purple-700\/70{background-color:#7e22ceb3}}@media screen and (max-width: 1439px){.xl\:bg-purple-700\/75{background-color:#7e22cebf}}@media screen and (max-width: 1439px){.xl\:bg-purple-700\/80{background-color:#7e22cecc}}@media screen and (max-width: 1439px){.xl\:bg-purple-700\/90{background-color:#7e22cee6}}@media screen and (max-width: 1439px){.xl\:bg-purple-800{background-color:#6b21a8}}@media screen and (max-width: 1439px){.xl\:bg-purple-800\/0{background-color:#6b21a800}}@media screen and (max-width: 1439px){.xl\:bg-purple-800\/10{background-color:#6b21a81a}}@media screen and (max-width: 1439px){.xl\:bg-purple-800\/20{background-color:#6b21a833}}@media screen and (max-width: 1439px){.xl\:bg-purple-800\/30{background-color:#6b21a84d}}@media screen and (max-width: 1439px){.xl\:bg-purple-800\/40{background-color:#6b21a866}}@media screen and (max-width: 1439px){.xl\:bg-purple-800\/50{background-color:#6b21a880}}@media screen and (max-width: 1439px){.xl\:bg-purple-800\/60{background-color:#6b21a899}}@media screen and (max-width: 1439px){.xl\:bg-purple-800\/70{background-color:#6b21a8b3}}@media screen and (max-width: 1439px){.xl\:bg-purple-800\/75{background-color:#6b21a8bf}}@media screen and (max-width: 1439px){.xl\:bg-purple-800\/80{background-color:#6b21a8cc}}@media screen and (max-width: 1439px){.xl\:bg-purple-800\/90{background-color:#6b21a8e6}}@media screen and (max-width: 1439px){.xl\:bg-purple-900{background-color:#581c87}}@media screen and (max-width: 1439px){.xl\:bg-purple-900\/0{background-color:#581c8700}}@media screen and (max-width: 1439px){.xl\:bg-purple-900\/10{background-color:#581c871a}}@media screen and (max-width: 1439px){.xl\:bg-purple-900\/20{background-color:#581c8733}}@media screen and (max-width: 1439px){.xl\:bg-purple-900\/30{background-color:#581c874d}}@media screen and (max-width: 1439px){.xl\:bg-purple-900\/40{background-color:#581c8766}}@media screen and (max-width: 1439px){.xl\:bg-purple-900\/50{background-color:#581c8780}}@media screen and (max-width: 1439px){.xl\:bg-purple-900\/60{background-color:#581c8799}}@media screen and (max-width: 1439px){.xl\:bg-purple-900\/70{background-color:#581c87b3}}@media screen and (max-width: 1439px){.xl\:bg-purple-900\/75{background-color:#581c87bf}}@media screen and (max-width: 1439px){.xl\:bg-purple-900\/80{background-color:#581c87cc}}@media screen and (max-width: 1439px){.xl\:bg-purple-900\/90{background-color:#581c87e6}}@media screen and (max-width: 1439px){.xl\:bg-purple-950{background-color:#3b0764}}@media screen and (max-width: 1439px){.xl\:bg-purple-950\/0{background-color:#3b076400}}@media screen and (max-width: 1439px){.xl\:bg-purple-950\/10{background-color:#3b07641a}}@media screen and (max-width: 1439px){.xl\:bg-purple-950\/20{background-color:#3b076433}}@media screen and (max-width: 1439px){.xl\:bg-purple-950\/30{background-color:#3b07644d}}@media screen and (max-width: 1439px){.xl\:bg-purple-950\/40{background-color:#3b076466}}@media screen and (max-width: 1439px){.xl\:bg-purple-950\/50{background-color:#3b076480}}@media screen and (max-width: 1439px){.xl\:bg-purple-950\/60{background-color:#3b076499}}@media screen and (max-width: 1439px){.xl\:bg-purple-950\/70{background-color:#3b0764b3}}@media screen and (max-width: 1439px){.xl\:bg-purple-950\/75{background-color:#3b0764bf}}@media screen and (max-width: 1439px){.xl\:bg-purple-950\/80{background-color:#3b0764cc}}@media screen and (max-width: 1439px){.xl\:bg-purple-950\/90{background-color:#3b0764e6}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-50{background-color:#fdf4ff}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-50\/0{background-color:#fdf4ff00}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-50\/10{background-color:#fdf4ff1a}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-50\/20{background-color:#fdf4ff33}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-50\/30{background-color:#fdf4ff4d}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-50\/40{background-color:#fdf4ff66}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-50\/50{background-color:#fdf4ff80}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-50\/60{background-color:#fdf4ff99}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-50\/70{background-color:#fdf4ffb3}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-50\/75{background-color:#fdf4ffbf}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-50\/80{background-color:#fdf4ffcc}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-50\/90{background-color:#fdf4ffe6}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-100{background-color:#fae8ff}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-100\/0{background-color:#fae8ff00}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-100\/10{background-color:#fae8ff1a}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-100\/20{background-color:#fae8ff33}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-100\/30{background-color:#fae8ff4d}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-100\/40{background-color:#fae8ff66}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-100\/50{background-color:#fae8ff80}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-100\/60{background-color:#fae8ff99}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-100\/70{background-color:#fae8ffb3}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-100\/75{background-color:#fae8ffbf}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-100\/80{background-color:#fae8ffcc}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-100\/90{background-color:#fae8ffe6}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-200{background-color:#f5d0fe}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-200\/0{background-color:#f5d0fe00}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-200\/10{background-color:#f5d0fe1a}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-200\/20{background-color:#f5d0fe33}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-200\/30{background-color:#f5d0fe4d}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-200\/40{background-color:#f5d0fe66}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-200\/50{background-color:#f5d0fe80}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-200\/60{background-color:#f5d0fe99}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-200\/70{background-color:#f5d0feb3}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-200\/75{background-color:#f5d0febf}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-200\/80{background-color:#f5d0fecc}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-200\/90{background-color:#f5d0fee6}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-300{background-color:#f0abfc}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-300\/0{background-color:#f0abfc00}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-300\/10{background-color:#f0abfc1a}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-300\/20{background-color:#f0abfc33}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-300\/30{background-color:#f0abfc4d}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-300\/40{background-color:#f0abfc66}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-300\/50{background-color:#f0abfc80}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-300\/60{background-color:#f0abfc99}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-300\/70{background-color:#f0abfcb3}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-300\/75{background-color:#f0abfcbf}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-300\/80{background-color:#f0abfccc}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-300\/90{background-color:#f0abfce6}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-400{background-color:#e879f9}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-400\/0{background-color:#e879f900}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-400\/10{background-color:#e879f91a}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-400\/20{background-color:#e879f933}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-400\/30{background-color:#e879f94d}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-400\/40{background-color:#e879f966}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-400\/50{background-color:#e879f980}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-400\/60{background-color:#e879f999}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-400\/70{background-color:#e879f9b3}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-400\/75{background-color:#e879f9bf}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-400\/80{background-color:#e879f9cc}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-400\/90{background-color:#e879f9e6}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-500{background-color:#d946ef}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-500\/0{background-color:#d946ef00}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-500\/10{background-color:#d946ef1a}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-500\/20{background-color:#d946ef33}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-500\/30{background-color:#d946ef4d}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-500\/40{background-color:#d946ef66}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-500\/50{background-color:#d946ef80}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-500\/60{background-color:#d946ef99}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-500\/70{background-color:#d946efb3}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-500\/75{background-color:#d946efbf}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-500\/80{background-color:#d946efcc}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-500\/90{background-color:#d946efe6}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-600{background-color:#c026d3}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-600\/0{background-color:#c026d300}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-600\/10{background-color:#c026d31a}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-600\/20{background-color:#c026d333}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-600\/30{background-color:#c026d34d}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-600\/40{background-color:#c026d366}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-600\/50{background-color:#c026d380}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-600\/60{background-color:#c026d399}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-600\/70{background-color:#c026d3b3}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-600\/75{background-color:#c026d3bf}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-600\/80{background-color:#c026d3cc}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-600\/90{background-color:#c026d3e6}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-700{background-color:#a21caf}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-700\/0{background-color:#a21caf00}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-700\/10{background-color:#a21caf1a}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-700\/20{background-color:#a21caf33}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-700\/30{background-color:#a21caf4d}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-700\/40{background-color:#a21caf66}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-700\/50{background-color:#a21caf80}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-700\/60{background-color:#a21caf99}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-700\/70{background-color:#a21cafb3}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-700\/75{background-color:#a21cafbf}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-700\/80{background-color:#a21cafcc}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-700\/90{background-color:#a21cafe6}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-800{background-color:#86198f}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-800\/0{background-color:#86198f00}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-800\/10{background-color:#86198f1a}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-800\/20{background-color:#86198f33}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-800\/30{background-color:#86198f4d}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-800\/40{background-color:#86198f66}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-800\/50{background-color:#86198f80}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-800\/60{background-color:#86198f99}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-800\/70{background-color:#86198fb3}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-800\/75{background-color:#86198fbf}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-800\/80{background-color:#86198fcc}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-800\/90{background-color:#86198fe6}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-900{background-color:#701a75}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-900\/0{background-color:#701a7500}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-900\/10{background-color:#701a751a}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-900\/20{background-color:#701a7533}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-900\/30{background-color:#701a754d}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-900\/40{background-color:#701a7566}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-900\/50{background-color:#701a7580}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-900\/60{background-color:#701a7599}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-900\/70{background-color:#701a75b3}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-900\/75{background-color:#701a75bf}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-900\/80{background-color:#701a75cc}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-900\/90{background-color:#701a75e6}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-950{background-color:#4a044e}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-950\/0{background-color:#4a044e00}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-950\/10{background-color:#4a044e1a}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-950\/20{background-color:#4a044e33}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-950\/30{background-color:#4a044e4d}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-950\/40{background-color:#4a044e66}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-950\/50{background-color:#4a044e80}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-950\/60{background-color:#4a044e99}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-950\/70{background-color:#4a044eb3}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-950\/75{background-color:#4a044ebf}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-950\/80{background-color:#4a044ecc}}@media screen and (max-width: 1439px){.xl\:bg-fuchsia-950\/90{background-color:#4a044ee6}}@media screen and (max-width: 1439px){.xl\:bg-pink-50{background-color:#fdf2f8}}@media screen and (max-width: 1439px){.xl\:bg-pink-50\/0{background-color:#fdf2f800}}@media screen and (max-width: 1439px){.xl\:bg-pink-50\/10{background-color:#fdf2f81a}}@media screen and (max-width: 1439px){.xl\:bg-pink-50\/20{background-color:#fdf2f833}}@media screen and (max-width: 1439px){.xl\:bg-pink-50\/30{background-color:#fdf2f84d}}@media screen and (max-width: 1439px){.xl\:bg-pink-50\/40{background-color:#fdf2f866}}@media screen and (max-width: 1439px){.xl\:bg-pink-50\/50{background-color:#fdf2f880}}@media screen and (max-width: 1439px){.xl\:bg-pink-50\/60{background-color:#fdf2f899}}@media screen and (max-width: 1439px){.xl\:bg-pink-50\/70{background-color:#fdf2f8b3}}@media screen and (max-width: 1439px){.xl\:bg-pink-50\/75{background-color:#fdf2f8bf}}@media screen and (max-width: 1439px){.xl\:bg-pink-50\/80{background-color:#fdf2f8cc}}@media screen and (max-width: 1439px){.xl\:bg-pink-50\/90{background-color:#fdf2f8e6}}@media screen and (max-width: 1439px){.xl\:bg-pink-100{background-color:#fce7f3}}@media screen and (max-width: 1439px){.xl\:bg-pink-100\/0{background-color:#fce7f300}}@media screen and (max-width: 1439px){.xl\:bg-pink-100\/10{background-color:#fce7f31a}}@media screen and (max-width: 1439px){.xl\:bg-pink-100\/20{background-color:#fce7f333}}@media screen and (max-width: 1439px){.xl\:bg-pink-100\/30{background-color:#fce7f34d}}@media screen and (max-width: 1439px){.xl\:bg-pink-100\/40{background-color:#fce7f366}}@media screen and (max-width: 1439px){.xl\:bg-pink-100\/50{background-color:#fce7f380}}@media screen and (max-width: 1439px){.xl\:bg-pink-100\/60{background-color:#fce7f399}}@media screen and (max-width: 1439px){.xl\:bg-pink-100\/70{background-color:#fce7f3b3}}@media screen and (max-width: 1439px){.xl\:bg-pink-100\/75{background-color:#fce7f3bf}}@media screen and (max-width: 1439px){.xl\:bg-pink-100\/80{background-color:#fce7f3cc}}@media screen and (max-width: 1439px){.xl\:bg-pink-100\/90{background-color:#fce7f3e6}}@media screen and (max-width: 1439px){.xl\:bg-pink-200{background-color:#fbcfe8}}@media screen and (max-width: 1439px){.xl\:bg-pink-200\/0{background-color:#fbcfe800}}@media screen and (max-width: 1439px){.xl\:bg-pink-200\/10{background-color:#fbcfe81a}}@media screen and (max-width: 1439px){.xl\:bg-pink-200\/20{background-color:#fbcfe833}}@media screen and (max-width: 1439px){.xl\:bg-pink-200\/30{background-color:#fbcfe84d}}@media screen and (max-width: 1439px){.xl\:bg-pink-200\/40{background-color:#fbcfe866}}@media screen and (max-width: 1439px){.xl\:bg-pink-200\/50{background-color:#fbcfe880}}@media screen and (max-width: 1439px){.xl\:bg-pink-200\/60{background-color:#fbcfe899}}@media screen and (max-width: 1439px){.xl\:bg-pink-200\/70{background-color:#fbcfe8b3}}@media screen and (max-width: 1439px){.xl\:bg-pink-200\/75{background-color:#fbcfe8bf}}@media screen and (max-width: 1439px){.xl\:bg-pink-200\/80{background-color:#fbcfe8cc}}@media screen and (max-width: 1439px){.xl\:bg-pink-200\/90{background-color:#fbcfe8e6}}@media screen and (max-width: 1439px){.xl\:bg-pink-300{background-color:#f9a8d4}}@media screen and (max-width: 1439px){.xl\:bg-pink-300\/0{background-color:#f9a8d400}}@media screen and (max-width: 1439px){.xl\:bg-pink-300\/10{background-color:#f9a8d41a}}@media screen and (max-width: 1439px){.xl\:bg-pink-300\/20{background-color:#f9a8d433}}@media screen and (max-width: 1439px){.xl\:bg-pink-300\/30{background-color:#f9a8d44d}}@media screen and (max-width: 1439px){.xl\:bg-pink-300\/40{background-color:#f9a8d466}}@media screen and (max-width: 1439px){.xl\:bg-pink-300\/50{background-color:#f9a8d480}}@media screen and (max-width: 1439px){.xl\:bg-pink-300\/60{background-color:#f9a8d499}}@media screen and (max-width: 1439px){.xl\:bg-pink-300\/70{background-color:#f9a8d4b3}}@media screen and (max-width: 1439px){.xl\:bg-pink-300\/75{background-color:#f9a8d4bf}}@media screen and (max-width: 1439px){.xl\:bg-pink-300\/80{background-color:#f9a8d4cc}}@media screen and (max-width: 1439px){.xl\:bg-pink-300\/90{background-color:#f9a8d4e6}}@media screen and (max-width: 1439px){.xl\:bg-pink-400{background-color:#f472b6}}@media screen and (max-width: 1439px){.xl\:bg-pink-400\/0{background-color:#f472b600}}@media screen and (max-width: 1439px){.xl\:bg-pink-400\/10{background-color:#f472b61a}}@media screen and (max-width: 1439px){.xl\:bg-pink-400\/20{background-color:#f472b633}}@media screen and (max-width: 1439px){.xl\:bg-pink-400\/30{background-color:#f472b64d}}@media screen and (max-width: 1439px){.xl\:bg-pink-400\/40{background-color:#f472b666}}@media screen and (max-width: 1439px){.xl\:bg-pink-400\/50{background-color:#f472b680}}@media screen and (max-width: 1439px){.xl\:bg-pink-400\/60{background-color:#f472b699}}@media screen and (max-width: 1439px){.xl\:bg-pink-400\/70{background-color:#f472b6b3}}@media screen and (max-width: 1439px){.xl\:bg-pink-400\/75{background-color:#f472b6bf}}@media screen and (max-width: 1439px){.xl\:bg-pink-400\/80{background-color:#f472b6cc}}@media screen and (max-width: 1439px){.xl\:bg-pink-400\/90{background-color:#f472b6e6}}@media screen and (max-width: 1439px){.xl\:bg-pink-500{background-color:#ec4899}}@media screen and (max-width: 1439px){.xl\:bg-pink-500\/0{background-color:#ec489900}}@media screen and (max-width: 1439px){.xl\:bg-pink-500\/10{background-color:#ec48991a}}@media screen and (max-width: 1439px){.xl\:bg-pink-500\/20{background-color:#ec489933}}@media screen and (max-width: 1439px){.xl\:bg-pink-500\/30{background-color:#ec48994d}}@media screen and (max-width: 1439px){.xl\:bg-pink-500\/40{background-color:#ec489966}}@media screen and (max-width: 1439px){.xl\:bg-pink-500\/50{background-color:#ec489980}}@media screen and (max-width: 1439px){.xl\:bg-pink-500\/60{background-color:#ec489999}}@media screen and (max-width: 1439px){.xl\:bg-pink-500\/70{background-color:#ec4899b3}}@media screen and (max-width: 1439px){.xl\:bg-pink-500\/75{background-color:#ec4899bf}}@media screen and (max-width: 1439px){.xl\:bg-pink-500\/80{background-color:#ec4899cc}}@media screen and (max-width: 1439px){.xl\:bg-pink-500\/90{background-color:#ec4899e6}}@media screen and (max-width: 1439px){.xl\:bg-pink-600{background-color:#db2777}}@media screen and (max-width: 1439px){.xl\:bg-pink-600\/0{background-color:#db277700}}@media screen and (max-width: 1439px){.xl\:bg-pink-600\/10{background-color:#db27771a}}@media screen and (max-width: 1439px){.xl\:bg-pink-600\/20{background-color:#db277733}}@media screen and (max-width: 1439px){.xl\:bg-pink-600\/30{background-color:#db27774d}}@media screen and (max-width: 1439px){.xl\:bg-pink-600\/40{background-color:#db277766}}@media screen and (max-width: 1439px){.xl\:bg-pink-600\/50{background-color:#db277780}}@media screen and (max-width: 1439px){.xl\:bg-pink-600\/60{background-color:#db277799}}@media screen and (max-width: 1439px){.xl\:bg-pink-600\/70{background-color:#db2777b3}}@media screen and (max-width: 1439px){.xl\:bg-pink-600\/75{background-color:#db2777bf}}@media screen and (max-width: 1439px){.xl\:bg-pink-600\/80{background-color:#db2777cc}}@media screen and (max-width: 1439px){.xl\:bg-pink-600\/90{background-color:#db2777e6}}@media screen and (max-width: 1439px){.xl\:bg-pink-700{background-color:#be185d}}@media screen and (max-width: 1439px){.xl\:bg-pink-700\/0{background-color:#be185d00}}@media screen and (max-width: 1439px){.xl\:bg-pink-700\/10{background-color:#be185d1a}}@media screen and (max-width: 1439px){.xl\:bg-pink-700\/20{background-color:#be185d33}}@media screen and (max-width: 1439px){.xl\:bg-pink-700\/30{background-color:#be185d4d}}@media screen and (max-width: 1439px){.xl\:bg-pink-700\/40{background-color:#be185d66}}@media screen and (max-width: 1439px){.xl\:bg-pink-700\/50{background-color:#be185d80}}@media screen and (max-width: 1439px){.xl\:bg-pink-700\/60{background-color:#be185d99}}@media screen and (max-width: 1439px){.xl\:bg-pink-700\/70{background-color:#be185db3}}@media screen and (max-width: 1439px){.xl\:bg-pink-700\/75{background-color:#be185dbf}}@media screen and (max-width: 1439px){.xl\:bg-pink-700\/80{background-color:#be185dcc}}@media screen and (max-width: 1439px){.xl\:bg-pink-700\/90{background-color:#be185de6}}@media screen and (max-width: 1439px){.xl\:bg-pink-800{background-color:#9d174d}}@media screen and (max-width: 1439px){.xl\:bg-pink-800\/0{background-color:#9d174d00}}@media screen and (max-width: 1439px){.xl\:bg-pink-800\/10{background-color:#9d174d1a}}@media screen and (max-width: 1439px){.xl\:bg-pink-800\/20{background-color:#9d174d33}}@media screen and (max-width: 1439px){.xl\:bg-pink-800\/30{background-color:#9d174d4d}}@media screen and (max-width: 1439px){.xl\:bg-pink-800\/40{background-color:#9d174d66}}@media screen and (max-width: 1439px){.xl\:bg-pink-800\/50{background-color:#9d174d80}}@media screen and (max-width: 1439px){.xl\:bg-pink-800\/60{background-color:#9d174d99}}@media screen and (max-width: 1439px){.xl\:bg-pink-800\/70{background-color:#9d174db3}}@media screen and (max-width: 1439px){.xl\:bg-pink-800\/75{background-color:#9d174dbf}}@media screen and (max-width: 1439px){.xl\:bg-pink-800\/80{background-color:#9d174dcc}}@media screen and (max-width: 1439px){.xl\:bg-pink-800\/90{background-color:#9d174de6}}@media screen and (max-width: 1439px){.xl\:bg-pink-900{background-color:#831843}}@media screen and (max-width: 1439px){.xl\:bg-pink-900\/0{background-color:#83184300}}@media screen and (max-width: 1439px){.xl\:bg-pink-900\/10{background-color:#8318431a}}@media screen and (max-width: 1439px){.xl\:bg-pink-900\/20{background-color:#83184333}}@media screen and (max-width: 1439px){.xl\:bg-pink-900\/30{background-color:#8318434d}}@media screen and (max-width: 1439px){.xl\:bg-pink-900\/40{background-color:#83184366}}@media screen and (max-width: 1439px){.xl\:bg-pink-900\/50{background-color:#83184380}}@media screen and (max-width: 1439px){.xl\:bg-pink-900\/60{background-color:#83184399}}@media screen and (max-width: 1439px){.xl\:bg-pink-900\/70{background-color:#831843b3}}@media screen and (max-width: 1439px){.xl\:bg-pink-900\/75{background-color:#831843bf}}@media screen and (max-width: 1439px){.xl\:bg-pink-900\/80{background-color:#831843cc}}@media screen and (max-width: 1439px){.xl\:bg-pink-900\/90{background-color:#831843e6}}@media screen and (max-width: 1439px){.xl\:bg-pink-950{background-color:#500724}}@media screen and (max-width: 1439px){.xl\:bg-pink-950\/0{background-color:#50072400}}@media screen and (max-width: 1439px){.xl\:bg-pink-950\/10{background-color:#5007241a}}@media screen and (max-width: 1439px){.xl\:bg-pink-950\/20{background-color:#50072433}}@media screen and (max-width: 1439px){.xl\:bg-pink-950\/30{background-color:#5007244d}}@media screen and (max-width: 1439px){.xl\:bg-pink-950\/40{background-color:#50072466}}@media screen and (max-width: 1439px){.xl\:bg-pink-950\/50{background-color:#50072480}}@media screen and (max-width: 1439px){.xl\:bg-pink-950\/60{background-color:#50072499}}@media screen and (max-width: 1439px){.xl\:bg-pink-950\/70{background-color:#500724b3}}@media screen and (max-width: 1439px){.xl\:bg-pink-950\/75{background-color:#500724bf}}@media screen and (max-width: 1439px){.xl\:bg-pink-950\/80{background-color:#500724cc}}@media screen and (max-width: 1439px){.xl\:bg-pink-950\/90{background-color:#500724e6}}@media screen and (max-width: 1439px){.xl\:bg-rose-50{background-color:#fff1f2}}@media screen and (max-width: 1439px){.xl\:bg-rose-50\/0{background-color:#fff1f200}}@media screen and (max-width: 1439px){.xl\:bg-rose-50\/10{background-color:#fff1f21a}}@media screen and (max-width: 1439px){.xl\:bg-rose-50\/20{background-color:#fff1f233}}@media screen and (max-width: 1439px){.xl\:bg-rose-50\/30{background-color:#fff1f24d}}@media screen and (max-width: 1439px){.xl\:bg-rose-50\/40{background-color:#fff1f266}}@media screen and (max-width: 1439px){.xl\:bg-rose-50\/50{background-color:#fff1f280}}@media screen and (max-width: 1439px){.xl\:bg-rose-50\/60{background-color:#fff1f299}}@media screen and (max-width: 1439px){.xl\:bg-rose-50\/70{background-color:#fff1f2b3}}@media screen and (max-width: 1439px){.xl\:bg-rose-50\/75{background-color:#fff1f2bf}}@media screen and (max-width: 1439px){.xl\:bg-rose-50\/80{background-color:#fff1f2cc}}@media screen and (max-width: 1439px){.xl\:bg-rose-50\/90{background-color:#fff1f2e6}}@media screen and (max-width: 1439px){.xl\:bg-rose-100{background-color:#ffe4e6}}@media screen and (max-width: 1439px){.xl\:bg-rose-100\/0{background-color:#ffe4e600}}@media screen and (max-width: 1439px){.xl\:bg-rose-100\/10{background-color:#ffe4e61a}}@media screen and (max-width: 1439px){.xl\:bg-rose-100\/20{background-color:#ffe4e633}}@media screen and (max-width: 1439px){.xl\:bg-rose-100\/30{background-color:#ffe4e64d}}@media screen and (max-width: 1439px){.xl\:bg-rose-100\/40{background-color:#ffe4e666}}@media screen and (max-width: 1439px){.xl\:bg-rose-100\/50{background-color:#ffe4e680}}@media screen and (max-width: 1439px){.xl\:bg-rose-100\/60{background-color:#ffe4e699}}@media screen and (max-width: 1439px){.xl\:bg-rose-100\/70{background-color:#ffe4e6b3}}@media screen and (max-width: 1439px){.xl\:bg-rose-100\/75{background-color:#ffe4e6bf}}@media screen and (max-width: 1439px){.xl\:bg-rose-100\/80{background-color:#ffe4e6cc}}@media screen and (max-width: 1439px){.xl\:bg-rose-100\/90{background-color:#ffe4e6e6}}@media screen and (max-width: 1439px){.xl\:bg-rose-200{background-color:#fecdd3}}@media screen and (max-width: 1439px){.xl\:bg-rose-200\/0{background-color:#fecdd300}}@media screen and (max-width: 1439px){.xl\:bg-rose-200\/10{background-color:#fecdd31a}}@media screen and (max-width: 1439px){.xl\:bg-rose-200\/20{background-color:#fecdd333}}@media screen and (max-width: 1439px){.xl\:bg-rose-200\/30{background-color:#fecdd34d}}@media screen and (max-width: 1439px){.xl\:bg-rose-200\/40{background-color:#fecdd366}}@media screen and (max-width: 1439px){.xl\:bg-rose-200\/50{background-color:#fecdd380}}@media screen and (max-width: 1439px){.xl\:bg-rose-200\/60{background-color:#fecdd399}}@media screen and (max-width: 1439px){.xl\:bg-rose-200\/70{background-color:#fecdd3b3}}@media screen and (max-width: 1439px){.xl\:bg-rose-200\/75{background-color:#fecdd3bf}}@media screen and (max-width: 1439px){.xl\:bg-rose-200\/80{background-color:#fecdd3cc}}@media screen and (max-width: 1439px){.xl\:bg-rose-200\/90{background-color:#fecdd3e6}}@media screen and (max-width: 1439px){.xl\:bg-rose-300{background-color:#fda4af}}@media screen and (max-width: 1439px){.xl\:bg-rose-300\/0{background-color:#fda4af00}}@media screen and (max-width: 1439px){.xl\:bg-rose-300\/10{background-color:#fda4af1a}}@media screen and (max-width: 1439px){.xl\:bg-rose-300\/20{background-color:#fda4af33}}@media screen and (max-width: 1439px){.xl\:bg-rose-300\/30{background-color:#fda4af4d}}@media screen and (max-width: 1439px){.xl\:bg-rose-300\/40{background-color:#fda4af66}}@media screen and (max-width: 1439px){.xl\:bg-rose-300\/50{background-color:#fda4af80}}@media screen and (max-width: 1439px){.xl\:bg-rose-300\/60{background-color:#fda4af99}}@media screen and (max-width: 1439px){.xl\:bg-rose-300\/70{background-color:#fda4afb3}}@media screen and (max-width: 1439px){.xl\:bg-rose-300\/75{background-color:#fda4afbf}}@media screen and (max-width: 1439px){.xl\:bg-rose-300\/80{background-color:#fda4afcc}}@media screen and (max-width: 1439px){.xl\:bg-rose-300\/90{background-color:#fda4afe6}}@media screen and (max-width: 1439px){.xl\:bg-rose-400{background-color:#fb7185}}@media screen and (max-width: 1439px){.xl\:bg-rose-400\/0{background-color:#fb718500}}@media screen and (max-width: 1439px){.xl\:bg-rose-400\/10{background-color:#fb71851a}}@media screen and (max-width: 1439px){.xl\:bg-rose-400\/20{background-color:#fb718533}}@media screen and (max-width: 1439px){.xl\:bg-rose-400\/30{background-color:#fb71854d}}@media screen and (max-width: 1439px){.xl\:bg-rose-400\/40{background-color:#fb718566}}@media screen and (max-width: 1439px){.xl\:bg-rose-400\/50{background-color:#fb718580}}@media screen and (max-width: 1439px){.xl\:bg-rose-400\/60{background-color:#fb718599}}@media screen and (max-width: 1439px){.xl\:bg-rose-400\/70{background-color:#fb7185b3}}@media screen and (max-width: 1439px){.xl\:bg-rose-400\/75{background-color:#fb7185bf}}@media screen and (max-width: 1439px){.xl\:bg-rose-400\/80{background-color:#fb7185cc}}@media screen and (max-width: 1439px){.xl\:bg-rose-400\/90{background-color:#fb7185e6}}@media screen and (max-width: 1439px){.xl\:bg-rose-500{background-color:#f43f5e}}@media screen and (max-width: 1439px){.xl\:bg-rose-500\/0{background-color:#f43f5e00}}@media screen and (max-width: 1439px){.xl\:bg-rose-500\/10{background-color:#f43f5e1a}}@media screen and (max-width: 1439px){.xl\:bg-rose-500\/20{background-color:#f43f5e33}}@media screen and (max-width: 1439px){.xl\:bg-rose-500\/30{background-color:#f43f5e4d}}@media screen and (max-width: 1439px){.xl\:bg-rose-500\/40{background-color:#f43f5e66}}@media screen and (max-width: 1439px){.xl\:bg-rose-500\/50{background-color:#f43f5e80}}@media screen and (max-width: 1439px){.xl\:bg-rose-500\/60{background-color:#f43f5e99}}@media screen and (max-width: 1439px){.xl\:bg-rose-500\/70{background-color:#f43f5eb3}}@media screen and (max-width: 1439px){.xl\:bg-rose-500\/75{background-color:#f43f5ebf}}@media screen and (max-width: 1439px){.xl\:bg-rose-500\/80{background-color:#f43f5ecc}}@media screen and (max-width: 1439px){.xl\:bg-rose-500\/90{background-color:#f43f5ee6}}@media screen and (max-width: 1439px){.xl\:bg-rose-600{background-color:#e11d48}}@media screen and (max-width: 1439px){.xl\:bg-rose-600\/0{background-color:#e11d4800}}@media screen and (max-width: 1439px){.xl\:bg-rose-600\/10{background-color:#e11d481a}}@media screen and (max-width: 1439px){.xl\:bg-rose-600\/20{background-color:#e11d4833}}@media screen and (max-width: 1439px){.xl\:bg-rose-600\/30{background-color:#e11d484d}}@media screen and (max-width: 1439px){.xl\:bg-rose-600\/40{background-color:#e11d4866}}@media screen and (max-width: 1439px){.xl\:bg-rose-600\/50{background-color:#e11d4880}}@media screen and (max-width: 1439px){.xl\:bg-rose-600\/60{background-color:#e11d4899}}@media screen and (max-width: 1439px){.xl\:bg-rose-600\/70{background-color:#e11d48b3}}@media screen and (max-width: 1439px){.xl\:bg-rose-600\/75{background-color:#e11d48bf}}@media screen and (max-width: 1439px){.xl\:bg-rose-600\/80{background-color:#e11d48cc}}@media screen and (max-width: 1439px){.xl\:bg-rose-600\/90{background-color:#e11d48e6}}@media screen and (max-width: 1439px){.xl\:bg-rose-700{background-color:#be123c}}@media screen and (max-width: 1439px){.xl\:bg-rose-700\/0{background-color:#be123c00}}@media screen and (max-width: 1439px){.xl\:bg-rose-700\/10{background-color:#be123c1a}}@media screen and (max-width: 1439px){.xl\:bg-rose-700\/20{background-color:#be123c33}}@media screen and (max-width: 1439px){.xl\:bg-rose-700\/30{background-color:#be123c4d}}@media screen and (max-width: 1439px){.xl\:bg-rose-700\/40{background-color:#be123c66}}@media screen and (max-width: 1439px){.xl\:bg-rose-700\/50{background-color:#be123c80}}@media screen and (max-width: 1439px){.xl\:bg-rose-700\/60{background-color:#be123c99}}@media screen and (max-width: 1439px){.xl\:bg-rose-700\/70{background-color:#be123cb3}}@media screen and (max-width: 1439px){.xl\:bg-rose-700\/75{background-color:#be123cbf}}@media screen and (max-width: 1439px){.xl\:bg-rose-700\/80{background-color:#be123ccc}}@media screen and (max-width: 1439px){.xl\:bg-rose-700\/90{background-color:#be123ce6}}@media screen and (max-width: 1439px){.xl\:bg-rose-800{background-color:#9f1239}}@media screen and (max-width: 1439px){.xl\:bg-rose-800\/0{background-color:#9f123900}}@media screen and (max-width: 1439px){.xl\:bg-rose-800\/10{background-color:#9f12391a}}@media screen and (max-width: 1439px){.xl\:bg-rose-800\/20{background-color:#9f123933}}@media screen and (max-width: 1439px){.xl\:bg-rose-800\/30{background-color:#9f12394d}}@media screen and (max-width: 1439px){.xl\:bg-rose-800\/40{background-color:#9f123966}}@media screen and (max-width: 1439px){.xl\:bg-rose-800\/50{background-color:#9f123980}}@media screen and (max-width: 1439px){.xl\:bg-rose-800\/60{background-color:#9f123999}}@media screen and (max-width: 1439px){.xl\:bg-rose-800\/70{background-color:#9f1239b3}}@media screen and (max-width: 1439px){.xl\:bg-rose-800\/75{background-color:#9f1239bf}}@media screen and (max-width: 1439px){.xl\:bg-rose-800\/80{background-color:#9f1239cc}}@media screen and (max-width: 1439px){.xl\:bg-rose-800\/90{background-color:#9f1239e6}}@media screen and (max-width: 1439px){.xl\:bg-rose-900{background-color:#881337}}@media screen and (max-width: 1439px){.xl\:bg-rose-900\/0{background-color:#88133700}}@media screen and (max-width: 1439px){.xl\:bg-rose-900\/10{background-color:#8813371a}}@media screen and (max-width: 1439px){.xl\:bg-rose-900\/20{background-color:#88133733}}@media screen and (max-width: 1439px){.xl\:bg-rose-900\/30{background-color:#8813374d}}@media screen and (max-width: 1439px){.xl\:bg-rose-900\/40{background-color:#88133766}}@media screen and (max-width: 1439px){.xl\:bg-rose-900\/50{background-color:#88133780}}@media screen and (max-width: 1439px){.xl\:bg-rose-900\/60{background-color:#88133799}}@media screen and (max-width: 1439px){.xl\:bg-rose-900\/70{background-color:#881337b3}}@media screen and (max-width: 1439px){.xl\:bg-rose-900\/75{background-color:#881337bf}}@media screen and (max-width: 1439px){.xl\:bg-rose-900\/80{background-color:#881337cc}}@media screen and (max-width: 1439px){.xl\:bg-rose-900\/90{background-color:#881337e6}}@media screen and (max-width: 1439px){.xl\:bg-rose-950{background-color:#4c0519}}@media screen and (max-width: 1439px){.xl\:bg-rose-950\/0{background-color:#4c051900}}@media screen and (max-width: 1439px){.xl\:bg-rose-950\/10{background-color:#4c05191a}}@media screen and (max-width: 1439px){.xl\:bg-rose-950\/20{background-color:#4c051933}}@media screen and (max-width: 1439px){.xl\:bg-rose-950\/30{background-color:#4c05194d}}@media screen and (max-width: 1439px){.xl\:bg-rose-950\/40{background-color:#4c051966}}@media screen and (max-width: 1439px){.xl\:bg-rose-950\/50{background-color:#4c051980}}@media screen and (max-width: 1439px){.xl\:bg-rose-950\/60{background-color:#4c051999}}@media screen and (max-width: 1439px){.xl\:bg-rose-950\/70{background-color:#4c0519b3}}@media screen and (max-width: 1439px){.xl\:bg-rose-950\/75{background-color:#4c0519bf}}@media screen and (max-width: 1439px){.xl\:bg-rose-950\/80{background-color:#4c0519cc}}@media screen and (max-width: 1439px){.xl\:bg-rose-950\/90{background-color:#4c0519e6}}@media screen and (max-width: 1439px){.xl\:bg-primary{background-color:#3874ff}}@media screen and (max-width: 1439px){.xl\:bg-primary-bold{background-color:#002660}}@media screen and (max-width: 1439px){.xl\:bg-primary-hover{background-color:#003585}}@media screen and (max-width: 1439px){.xl\:bg-primary-border{background-color:#156ef3}}@media screen and (max-width: 1439px){.xl\:bg-primary-focus-lv1{background-color:#6492ff}}@media screen and (max-width: 1439px){.xl\:bg-primary-focus-lv2{background-color:#c7ddff}}@media screen and (max-width: 1439px){.xl\:bg-primary-bg-color{background-color:#f8fbff}}@media screen and (max-width: 1439px){.xl\:bg-success{background-color:#00bd7e}}@media screen and (max-width: 1439px){.xl\:bg-success-bold{background-color:#006c58}}@media screen and (max-width: 1439px){.xl\:bg-success-hover{background-color:#008d5e}}@media screen and (max-width: 1439px){.xl\:bg-success-border{background-color:#17e5a1}}@media screen and (max-width: 1439px){.xl\:bg-success-focus-lv1{background-color:#a9fbe0}}@media screen and (max-width: 1439px){.xl\:bg-success-bg-color{background-color:#ebfff8}}@media screen and (max-width: 1439px){.xl\:bg-warning{background-color:#ffb41f}}@media screen and (max-width: 1439px){.xl\:bg-warning-bold{background-color:#b77d09}}@media screen and (max-width: 1439px){.xl\:bg-warning-hover{background-color:#e39f17}}@media screen and (max-width: 1439px){.xl\:bg-warning-border{background-color:#f7c86a}}@media screen and (max-width: 1439px){.xl\:bg-warning-focus-lv1{background-color:#fbe0a9}}@media screen and (max-width: 1439px){.xl\:bg-warning-bg-color{background-color:#fff8eb}}@media screen and (max-width: 1439px){.xl\:bg-danger{background-color:#b20000}}@media screen and (max-width: 1439px){.xl\:bg-danger-bold{background-color:#920122}}@media screen and (max-width: 1439px){.xl\:bg-danger-hover{background-color:#c60833}}@media screen and (max-width: 1439px){.xl\:bg-danger-border{background-color:#f35370}}@media screen and (max-width: 1439px){.xl\:bg-danger-focus-lv1{background-color:#fdabb9}}@media screen and (max-width: 1439px){.xl\:bg-danger-bg-color{background-color:#fff1f4}}@media screen and (max-width: 1439px){.xl\:bg-info{background-color:#2668cb}}@media screen and (max-width: 1439px){.xl\:bg-info-bold{background-color:#023480}}@media screen and (max-width: 1439px){.xl\:bg-info-hover{background-color:#0f4eae}}@media screen and (max-width: 1439px){.xl\:bg-info-border{background-color:#679ef2}}@media screen and (max-width: 1439px){.xl\:bg-info-focus-lv1{background-color:#c1d9fd}}@media screen and (max-width: 1439px){.xl\:bg-info-bg-color{background-color:#f2f7ff}}@media screen and (max-width: 1439px){.xl\:bg-neutral-100{background-color:#1a1a1a}}@media screen and (max-width: 1439px){.xl\:bg-neutral-90{background-color:#424242}}@media screen and (max-width: 1439px){.xl\:bg-neutral-80{background-color:#616161}}@media screen and (max-width: 1439px){.xl\:bg-neutral-70{background-color:#757575}}@media screen and (max-width: 1439px){.xl\:bg-neutral-60{background-color:#9e9e9e}}@media screen and (max-width: 1439px){.xl\:bg-neutral-50{background-color:#c2c2c2}}@media screen and (max-width: 1439px){.xl\:bg-neutral-40{background-color:#e0e0e0}}@media screen and (max-width: 1439px){.xl\:bg-neutral-30{background-color:#ededed}}@media screen and (max-width: 1439px){.xl\:bg-neutral-20{background-color:#f5f5f5}}@media screen and (max-width: 1439px){.xl\:bg-base{background-color:#f5f7fa}}@media screen and (max-width: 1439px){.xl\:bg-auto{background-size:auto}}@media screen and (max-width: 1439px){.xl\:bg-cover{background-size:cover}}@media screen and (max-width: 1439px){.xl\:bg-contain{background-size:contain}}@media screen and (max-width: 1439px){.xl\:bg-repeat{background-repeat:repeat}}@media screen and (max-width: 1439px){.xl\:bg-no-repeat{background-repeat:no-repeat}}@media screen and (max-width: 1439px){.xl\:bg-repeat-x{background-repeat:repeat-x}}@media screen and (max-width: 1439px){.xl\:bg-repeat-y{background-repeat:repeat-y}}@media screen and (max-width: 1439px){.xl\:bg-repeat-round{background-repeat:round}}@media screen and (max-width: 1439px){.xl\:bg-repeat-space{background-repeat:space}}@media screen and (max-width: 1439px){.xl\:bg-bottom{background-position:bottom}}@media screen and (max-width: 1439px){.xl\:bg-center{background-position:center}}@media screen and (max-width: 1439px){.xl\:bg-left{background-position:left}}@media screen and (max-width: 1439px){.xl\:bg-left-bottom{background-position:left bottom}}@media screen and (max-width: 1439px){.xl\:bg-left-top{background-position:left top}}@media screen and (max-width: 1439px){.xl\:bg-right{background-position:right}}@media screen and (max-width: 1439px){.xl\:bg-right-bottom{background-position:right bottom}}@media screen and (max-width: 1439px){.xl\:bg-right-top{background-position:right top}}@media screen and (max-width: 1439px){.xl\:bg-top{background-position:top}}@media screen and (max-width: 1439px){.xl\:bg-origin-border{background-origin:border-box}}@media screen and (max-width: 1439px){.xl\:bg-origin-padding{background-origin:padding-box}}@media screen and (max-width: 1439px){.xl\:bg-origin-content{background-origin:content-box}}@media screen and (max-width: 1439px){.xl\:bg-bg-fixed{background-attachment:fixed}}@media screen and (max-width: 1439px){.xl\:bg-bg-local{background-attachment:local}}@media screen and (max-width: 1439px){.xl\:bg-bg-scroll{background-attachment:scroll}}@media screen and (max-width: 1439px){.xl\:p-auto{padding:auto}}@media screen and (max-width: 1439px){.xl\:pl-auto{padding-left:auto}}@media screen and (max-width: 1439px){.xl\:pr-auto{padding-right:auto}}@media screen and (max-width: 1439px){.xl\:px-auto{padding-right:auto;padding-left:auto}}@media screen and (max-width: 1439px){.xl\:py-auto{padding-top:auto;padding-bottom:auto}}@media screen and (max-width: 1439px){.xl\:pb-auto{padding-bottom:auto}}@media screen and (max-width: 1439px){.xl\:pt-auto{padding-top:auto}}@media screen and (max-width: 1439px){.xl\:p-0{padding:0}}@media screen and (max-width: 1439px){.xl\:pl-0{padding-left:0}}@media screen and (max-width: 1439px){.xl\:pr-0{padding-right:0}}@media screen and (max-width: 1439px){.xl\:px-0{padding-right:0;padding-left:0}}@media screen and (max-width: 1439px){.xl\:py-0{padding-top:0;padding-bottom:0}}@media screen and (max-width: 1439px){.xl\:pb-0{padding-bottom:0}}@media screen and (max-width: 1439px){.xl\:pt-0{padding-top:0}}@media screen and (max-width: 1439px){.xl\:p-1{padding:.25rem}}@media screen and (max-width: 1439px){.xl\:pl-1{padding-left:.25rem}}@media screen and (max-width: 1439px){.xl\:pr-1{padding-right:.25rem}}@media screen and (max-width: 1439px){.xl\:px-1{padding-right:.25rem;padding-left:.25rem}}@media screen and (max-width: 1439px){.xl\:py-1{padding-top:.25rem;padding-bottom:.25rem}}@media screen and (max-width: 1439px){.xl\:pb-1{padding-bottom:.25rem}}@media screen and (max-width: 1439px){.xl\:pt-1{padding-top:.25rem}}@media screen and (max-width: 1439px){.xl\:p-2{padding:.5rem}}@media screen and (max-width: 1439px){.xl\:pl-2{padding-left:.5rem}}@media screen and (max-width: 1439px){.xl\:pr-2{padding-right:.5rem}}@media screen and (max-width: 1439px){.xl\:px-2{padding-right:.5rem;padding-left:.5rem}}@media screen and (max-width: 1439px){.xl\:py-2{padding-top:.5rem;padding-bottom:.5rem}}@media screen and (max-width: 1439px){.xl\:pb-2{padding-bottom:.5rem}}@media screen and (max-width: 1439px){.xl\:pt-2{padding-top:.5rem}}@media screen and (max-width: 1439px){.xl\:p-3{padding:.75rem}}@media screen and (max-width: 1439px){.xl\:pl-3{padding-left:.75rem}}@media screen and (max-width: 1439px){.xl\:pr-3{padding-right:.75rem}}@media screen and (max-width: 1439px){.xl\:px-3{padding-right:.75rem;padding-left:.75rem}}@media screen and (max-width: 1439px){.xl\:py-3{padding-top:.75rem;padding-bottom:.75rem}}@media screen and (max-width: 1439px){.xl\:pb-3{padding-bottom:.75rem}}@media screen and (max-width: 1439px){.xl\:pt-3{padding-top:.75rem}}@media screen and (max-width: 1439px){.xl\:p-4{padding:1rem}}@media screen and (max-width: 1439px){.xl\:pl-4{padding-left:1rem}}@media screen and (max-width: 1439px){.xl\:pr-4{padding-right:1rem}}@media screen and (max-width: 1439px){.xl\:px-4{padding-right:1rem;padding-left:1rem}}@media screen and (max-width: 1439px){.xl\:py-4{padding-top:1rem;padding-bottom:1rem}}@media screen and (max-width: 1439px){.xl\:pb-4{padding-bottom:1rem}}@media screen and (max-width: 1439px){.xl\:pt-4{padding-top:1rem}}@media screen and (max-width: 1439px){.xl\:p-5{padding:1.25rem}}@media screen and (max-width: 1439px){.xl\:pl-5{padding-left:1.25rem}}@media screen and (max-width: 1439px){.xl\:pr-5{padding-right:1.25rem}}@media screen and (max-width: 1439px){.xl\:px-5{padding-right:1.25rem;padding-left:1.25rem}}@media screen and (max-width: 1439px){.xl\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}}@media screen and (max-width: 1439px){.xl\:pb-5{padding-bottom:1.25rem}}@media screen and (max-width: 1439px){.xl\:pt-5{padding-top:1.25rem}}@media screen and (max-width: 1439px){.xl\:p-6{padding:1.5rem}}@media screen and (max-width: 1439px){.xl\:pl-6{padding-left:1.5rem}}@media screen and (max-width: 1439px){.xl\:pr-6{padding-right:1.5rem}}@media screen and (max-width: 1439px){.xl\:px-6{padding-right:1.5rem;padding-left:1.5rem}}@media screen and (max-width: 1439px){.xl\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}}@media screen and (max-width: 1439px){.xl\:pb-6{padding-bottom:1.5rem}}@media screen and (max-width: 1439px){.xl\:pt-6{padding-top:1.5rem}}@media screen and (max-width: 1439px){.xl\:p-7{padding:1.75rem}}@media screen and (max-width: 1439px){.xl\:pl-7{padding-left:1.75rem}}@media screen and (max-width: 1439px){.xl\:pr-7{padding-right:1.75rem}}@media screen and (max-width: 1439px){.xl\:px-7{padding-right:1.75rem;padding-left:1.75rem}}@media screen and (max-width: 1439px){.xl\:py-7{padding-top:1.75rem;padding-bottom:1.75rem}}@media screen and (max-width: 1439px){.xl\:pb-7{padding-bottom:1.75rem}}@media screen and (max-width: 1439px){.xl\:pt-7{padding-top:1.75rem}}@media screen and (max-width: 1439px){.xl\:p-8{padding:2rem}}@media screen and (max-width: 1439px){.xl\:pl-8{padding-left:2rem}}@media screen and (max-width: 1439px){.xl\:pr-8{padding-right:2rem}}@media screen and (max-width: 1439px){.xl\:px-8{padding-right:2rem;padding-left:2rem}}@media screen and (max-width: 1439px){.xl\:py-8{padding-top:2rem;padding-bottom:2rem}}@media screen and (max-width: 1439px){.xl\:pb-8{padding-bottom:2rem}}@media screen and (max-width: 1439px){.xl\:pt-8{padding-top:2rem}}@media screen and (max-width: 1439px){.xl\:p-9{padding:2.25rem}}@media screen and (max-width: 1439px){.xl\:pl-9{padding-left:2.25rem}}@media screen and (max-width: 1439px){.xl\:pr-9{padding-right:2.25rem}}@media screen and (max-width: 1439px){.xl\:px-9{padding-right:2.25rem;padding-left:2.25rem}}@media screen and (max-width: 1439px){.xl\:py-9{padding-top:2.25rem;padding-bottom:2.25rem}}@media screen and (max-width: 1439px){.xl\:pb-9{padding-bottom:2.25rem}}@media screen and (max-width: 1439px){.xl\:pt-9{padding-top:2.25rem}}@media screen and (max-width: 1439px){.xl\:p-10{padding:2.5rem}}@media screen and (max-width: 1439px){.xl\:pl-10{padding-left:2.5rem}}@media screen and (max-width: 1439px){.xl\:pr-10{padding-right:2.5rem}}@media screen and (max-width: 1439px){.xl\:px-10{padding-right:2.5rem;padding-left:2.5rem}}@media screen and (max-width: 1439px){.xl\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}}@media screen and (max-width: 1439px){.xl\:pb-10{padding-bottom:2.5rem}}@media screen and (max-width: 1439px){.xl\:pt-10{padding-top:2.5rem}}@media screen and (max-width: 1439px){.xl\:p-11{padding:2.75rem}}@media screen and (max-width: 1439px){.xl\:pl-11{padding-left:2.75rem}}@media screen and (max-width: 1439px){.xl\:pr-11{padding-right:2.75rem}}@media screen and (max-width: 1439px){.xl\:px-11{padding-right:2.75rem;padding-left:2.75rem}}@media screen and (max-width: 1439px){.xl\:py-11{padding-top:2.75rem;padding-bottom:2.75rem}}@media screen and (max-width: 1439px){.xl\:pb-11{padding-bottom:2.75rem}}@media screen and (max-width: 1439px){.xl\:pt-11{padding-top:2.75rem}}@media screen and (max-width: 1439px){.xl\:p-12{padding:3rem}}@media screen and (max-width: 1439px){.xl\:pl-12{padding-left:3rem}}@media screen and (max-width: 1439px){.xl\:pr-12{padding-right:3rem}}@media screen and (max-width: 1439px){.xl\:px-12{padding-right:3rem;padding-left:3rem}}@media screen and (max-width: 1439px){.xl\:py-12{padding-top:3rem;padding-bottom:3rem}}@media screen and (max-width: 1439px){.xl\:pb-12{padding-bottom:3rem}}@media screen and (max-width: 1439px){.xl\:pt-12{padding-top:3rem}}@media screen and (max-width: 1439px){.xl\:p-14{padding:3.5rem}}@media screen and (max-width: 1439px){.xl\:pl-14{padding-left:3.5rem}}@media screen and (max-width: 1439px){.xl\:pr-14{padding-right:3.5rem}}@media screen and (max-width: 1439px){.xl\:px-14{padding-right:3.5rem;padding-left:3.5rem}}@media screen and (max-width: 1439px){.xl\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}}@media screen and (max-width: 1439px){.xl\:pb-14{padding-bottom:3.5rem}}@media screen and (max-width: 1439px){.xl\:pt-14{padding-top:3.5rem}}@media screen and (max-width: 1439px){.xl\:p-16{padding:4rem}}@media screen and (max-width: 1439px){.xl\:pl-16{padding-left:4rem}}@media screen and (max-width: 1439px){.xl\:pr-16{padding-right:4rem}}@media screen and (max-width: 1439px){.xl\:px-16{padding-right:4rem;padding-left:4rem}}@media screen and (max-width: 1439px){.xl\:py-16{padding-top:4rem;padding-bottom:4rem}}@media screen and (max-width: 1439px){.xl\:pb-16{padding-bottom:4rem}}@media screen and (max-width: 1439px){.xl\:pt-16{padding-top:4rem}}@media screen and (max-width: 1439px){.xl\:p-20{padding:5rem}}@media screen and (max-width: 1439px){.xl\:pl-20{padding-left:5rem}}@media screen and (max-width: 1439px){.xl\:pr-20{padding-right:5rem}}@media screen and (max-width: 1439px){.xl\:px-20{padding-right:5rem;padding-left:5rem}}@media screen and (max-width: 1439px){.xl\:py-20{padding-top:5rem;padding-bottom:5rem}}@media screen and (max-width: 1439px){.xl\:pb-20{padding-bottom:5rem}}@media screen and (max-width: 1439px){.xl\:pt-20{padding-top:5rem}}@media screen and (max-width: 1439px){.xl\:p-24{padding:6rem}}@media screen and (max-width: 1439px){.xl\:pl-24{padding-left:6rem}}@media screen and (max-width: 1439px){.xl\:pr-24{padding-right:6rem}}@media screen and (max-width: 1439px){.xl\:px-24{padding-right:6rem;padding-left:6rem}}@media screen and (max-width: 1439px){.xl\:py-24{padding-top:6rem;padding-bottom:6rem}}@media screen and (max-width: 1439px){.xl\:pb-24{padding-bottom:6rem}}@media screen and (max-width: 1439px){.xl\:pt-24{padding-top:6rem}}@media screen and (max-width: 1439px){.xl\:p-28{padding:7rem}}@media screen and (max-width: 1439px){.xl\:pl-28{padding-left:7rem}}@media screen and (max-width: 1439px){.xl\:pr-28{padding-right:7rem}}@media screen and (max-width: 1439px){.xl\:px-28{padding-right:7rem;padding-left:7rem}}@media screen and (max-width: 1439px){.xl\:py-28{padding-top:7rem;padding-bottom:7rem}}@media screen and (max-width: 1439px){.xl\:pb-28{padding-bottom:7rem}}@media screen and (max-width: 1439px){.xl\:pt-28{padding-top:7rem}}@media screen and (max-width: 1439px){.xl\:p-32{padding:8rem}}@media screen and (max-width: 1439px){.xl\:pl-32{padding-left:8rem}}@media screen and (max-width: 1439px){.xl\:pr-32{padding-right:8rem}}@media screen and (max-width: 1439px){.xl\:px-32{padding-right:8rem;padding-left:8rem}}@media screen and (max-width: 1439px){.xl\:py-32{padding-top:8rem;padding-bottom:8rem}}@media screen and (max-width: 1439px){.xl\:pb-32{padding-bottom:8rem}}@media screen and (max-width: 1439px){.xl\:pt-32{padding-top:8rem}}@media screen and (max-width: 1439px){.xl\:p-36{padding:9rem}}@media screen and (max-width: 1439px){.xl\:pl-36{padding-left:9rem}}@media screen and (max-width: 1439px){.xl\:pr-36{padding-right:9rem}}@media screen and (max-width: 1439px){.xl\:px-36{padding-right:9rem;padding-left:9rem}}@media screen and (max-width: 1439px){.xl\:py-36{padding-top:9rem;padding-bottom:9rem}}@media screen and (max-width: 1439px){.xl\:pb-36{padding-bottom:9rem}}@media screen and (max-width: 1439px){.xl\:pt-36{padding-top:9rem}}@media screen and (max-width: 1439px){.xl\:p-40{padding:10rem}}@media screen and (max-width: 1439px){.xl\:pl-40{padding-left:10rem}}@media screen and (max-width: 1439px){.xl\:pr-40{padding-right:10rem}}@media screen and (max-width: 1439px){.xl\:px-40{padding-right:10rem;padding-left:10rem}}@media screen and (max-width: 1439px){.xl\:py-40{padding-top:10rem;padding-bottom:10rem}}@media screen and (max-width: 1439px){.xl\:pb-40{padding-bottom:10rem}}@media screen and (max-width: 1439px){.xl\:pt-40{padding-top:10rem}}@media screen and (max-width: 1439px){.xl\:p-44{padding:11rem}}@media screen and (max-width: 1439px){.xl\:pl-44{padding-left:11rem}}@media screen and (max-width: 1439px){.xl\:pr-44{padding-right:11rem}}@media screen and (max-width: 1439px){.xl\:px-44{padding-right:11rem;padding-left:11rem}}@media screen and (max-width: 1439px){.xl\:py-44{padding-top:11rem;padding-bottom:11rem}}@media screen and (max-width: 1439px){.xl\:pb-44{padding-bottom:11rem}}@media screen and (max-width: 1439px){.xl\:pt-44{padding-top:11rem}}@media screen and (max-width: 1439px){.xl\:p-48{padding:12rem}}@media screen and (max-width: 1439px){.xl\:pl-48{padding-left:12rem}}@media screen and (max-width: 1439px){.xl\:pr-48{padding-right:12rem}}@media screen and (max-width: 1439px){.xl\:px-48{padding-right:12rem;padding-left:12rem}}@media screen and (max-width: 1439px){.xl\:py-48{padding-top:12rem;padding-bottom:12rem}}@media screen and (max-width: 1439px){.xl\:pb-48{padding-bottom:12rem}}@media screen and (max-width: 1439px){.xl\:pt-48{padding-top:12rem}}@media screen and (max-width: 1439px){.xl\:p-52{padding:13rem}}@media screen and (max-width: 1439px){.xl\:pl-52{padding-left:13rem}}@media screen and (max-width: 1439px){.xl\:pr-52{padding-right:13rem}}@media screen and (max-width: 1439px){.xl\:px-52{padding-right:13rem;padding-left:13rem}}@media screen and (max-width: 1439px){.xl\:py-52{padding-top:13rem;padding-bottom:13rem}}@media screen and (max-width: 1439px){.xl\:pb-52{padding-bottom:13rem}}@media screen and (max-width: 1439px){.xl\:pt-52{padding-top:13rem}}@media screen and (max-width: 1439px){.xl\:p-56{padding:14rem}}@media screen and (max-width: 1439px){.xl\:pl-56{padding-left:14rem}}@media screen and (max-width: 1439px){.xl\:pr-56{padding-right:14rem}}@media screen and (max-width: 1439px){.xl\:px-56{padding-right:14rem;padding-left:14rem}}@media screen and (max-width: 1439px){.xl\:py-56{padding-top:14rem;padding-bottom:14rem}}@media screen and (max-width: 1439px){.xl\:pb-56{padding-bottom:14rem}}@media screen and (max-width: 1439px){.xl\:pt-56{padding-top:14rem}}@media screen and (max-width: 1439px){.xl\:p-60{padding:15rem}}@media screen and (max-width: 1439px){.xl\:pl-60{padding-left:15rem}}@media screen and (max-width: 1439px){.xl\:pr-60{padding-right:15rem}}@media screen and (max-width: 1439px){.xl\:px-60{padding-right:15rem;padding-left:15rem}}@media screen and (max-width: 1439px){.xl\:py-60{padding-top:15rem;padding-bottom:15rem}}@media screen and (max-width: 1439px){.xl\:pb-60{padding-bottom:15rem}}@media screen and (max-width: 1439px){.xl\:pt-60{padding-top:15rem}}@media screen and (max-width: 1439px){.xl\:p-64{padding:16rem}}@media screen and (max-width: 1439px){.xl\:pl-64{padding-left:16rem}}@media screen and (max-width: 1439px){.xl\:pr-64{padding-right:16rem}}@media screen and (max-width: 1439px){.xl\:px-64{padding-right:16rem;padding-left:16rem}}@media screen and (max-width: 1439px){.xl\:py-64{padding-top:16rem;padding-bottom:16rem}}@media screen and (max-width: 1439px){.xl\:pb-64{padding-bottom:16rem}}@media screen and (max-width: 1439px){.xl\:pt-64{padding-top:16rem}}@media screen and (max-width: 1439px){.xl\:p-72{padding:18rem}}@media screen and (max-width: 1439px){.xl\:pl-72{padding-left:18rem}}@media screen and (max-width: 1439px){.xl\:pr-72{padding-right:18rem}}@media screen and (max-width: 1439px){.xl\:px-72{padding-right:18rem;padding-left:18rem}}@media screen and (max-width: 1439px){.xl\:py-72{padding-top:18rem;padding-bottom:18rem}}@media screen and (max-width: 1439px){.xl\:pb-72{padding-bottom:18rem}}@media screen and (max-width: 1439px){.xl\:pt-72{padding-top:18rem}}@media screen and (max-width: 1439px){.xl\:p-80{padding:20rem}}@media screen and (max-width: 1439px){.xl\:pl-80{padding-left:20rem}}@media screen and (max-width: 1439px){.xl\:pr-80{padding-right:20rem}}@media screen and (max-width: 1439px){.xl\:px-80{padding-right:20rem;padding-left:20rem}}@media screen and (max-width: 1439px){.xl\:py-80{padding-top:20rem;padding-bottom:20rem}}@media screen and (max-width: 1439px){.xl\:pb-80{padding-bottom:20rem}}@media screen and (max-width: 1439px){.xl\:pt-80{padding-top:20rem}}@media screen and (max-width: 1439px){.xl\:p-96{padding:24rem}}@media screen and (max-width: 1439px){.xl\:pl-96{padding-left:24rem}}@media screen and (max-width: 1439px){.xl\:pr-96{padding-right:24rem}}@media screen and (max-width: 1439px){.xl\:px-96{padding-right:24rem;padding-left:24rem}}@media screen and (max-width: 1439px){.xl\:py-96{padding-top:24rem;padding-bottom:24rem}}@media screen and (max-width: 1439px){.xl\:pb-96{padding-bottom:24rem}}@media screen and (max-width: 1439px){.xl\:pt-96{padding-top:24rem}}@media screen and (max-width: 1439px){.xl\:flex-1{flex:1 1 0%}}@media screen and (max-width: 1439px){.xl\:flex-column{flex-direction:column}}@media screen and (max-width: 1439px){.xl\:flex-row{flex-direction:row}}@media screen and (max-width: 1439px){.xl\:flex-wrap{flex-wrap:wrap}}@media screen and (max-width: 1439px){.xl\:flex-wrap-reverse{flex-wrap:wrap-reverse}}@media screen and (max-width: 1439px){.xl\:flex-nowrap{flex-wrap:nowrap}}@media screen and (max-width: 1439px){.xl\:w-0{width:0px}}@media screen and (max-width: 1439px){.xl\:w-px{width:1px}}@media screen and (max-width: 1439px){.xl\:w-1{width:.25rem}}@media screen and (max-width: 1439px){.xl\:w-2{width:.5rem}}@media screen and (max-width: 1439px){.xl\:w-3{width:.75rem}}@media screen and (max-width: 1439px){.xl\:w-4{width:1rem}}@media screen and (max-width: 1439px){.xl\:w-5{width:1.25rem}}@media screen and (max-width: 1439px){.xl\:w-6{width:1.5rem}}@media screen and (max-width: 1439px){.xl\:w-7{width:1.75rem}}@media screen and (max-width: 1439px){.xl\:w-8{width:2rem}}@media screen and (max-width: 1439px){.xl\:w-9{width:2.25rem}}@media screen and (max-width: 1439px){.xl\:w-10{width:2.5rem}}@media screen and (max-width: 1439px){.xl\:w-11{width:2.75rem}}@media screen and (max-width: 1439px){.xl\:w-12{width:3rem}}@media screen and (max-width: 1439px){.xl\:w-14{width:3.5rem}}@media screen and (max-width: 1439px){.xl\:w-16{width:4rem}}@media screen and (max-width: 1439px){.xl\:w-20{width:5rem}}@media screen and (max-width: 1439px){.xl\:w-24{width:6rem}}@media screen and (max-width: 1439px){.xl\:w-28{width:7rem}}@media screen and (max-width: 1439px){.xl\:w-32{width:8rem}}@media screen and (max-width: 1439px){.xl\:w-36{width:9rem}}@media screen and (max-width: 1439px){.xl\:w-40{width:10rem}}@media screen and (max-width: 1439px){.xl\:w-44{width:11rem}}@media screen and (max-width: 1439px){.xl\:w-48{width:12rem}}@media screen and (max-width: 1439px){.xl\:w-52{width:13rem}}@media screen and (max-width: 1439px){.xl\:w-56{width:14rem}}@media screen and (max-width: 1439px){.xl\:w-60{width:15rem}}@media screen and (max-width: 1439px){.xl\:w-64{width:16rem}}@media screen and (max-width: 1439px){.xl\:w-72{width:18rem}}@media screen and (max-width: 1439px){.xl\:w-80{width:20rem}}@media screen and (max-width: 1439px){.xl\:w-96{width:24rem}}@media screen and (max-width: 1439px){.xl\:w-auto{width:auto}}@media screen and (max-width: 1439px){.xl\:w-full{width:100%}}@media screen and (max-width: 1439px){.xl\:w-screen{width:100vw}}@media screen and (max-width: 1439px){.xl\:w-min{width:min-content}}@media screen and (max-width: 1439px){.xl\:w-max{width:max-content}}@media screen and (max-width: 1439px){.xl\:w-fit{width:fit-content}}@media screen and (max-width: 1439px){.xl\:h-0{height:0px}}@media screen and (max-width: 1439px){.xl\:h-px{height:1px}}@media screen and (max-width: 1439px){.xl\:h-1{height:.25rem}}@media screen and (max-width: 1439px){.xl\:h-2{height:.5rem}}@media screen and (max-width: 1439px){.xl\:h-3{height:.75rem}}@media screen and (max-width: 1439px){.xl\:h-4{height:1rem}}@media screen and (max-width: 1439px){.xl\:h-5{height:1.25rem}}@media screen and (max-width: 1439px){.xl\:h-6{height:1.5rem}}@media screen and (max-width: 1439px){.xl\:h-7{height:1.75rem}}@media screen and (max-width: 1439px){.xl\:h-8{height:2rem}}@media screen and (max-width: 1439px){.xl\:h-9{height:2.25rem}}@media screen and (max-width: 1439px){.xl\:h-10{height:2.5rem}}@media screen and (max-width: 1439px){.xl\:h-11{height:2.75rem}}@media screen and (max-width: 1439px){.xl\:h-12{height:3rem}}@media screen and (max-width: 1439px){.xl\:h-14{height:3.5rem}}@media screen and (max-width: 1439px){.xl\:h-16{height:4rem}}@media screen and (max-width: 1439px){.xl\:h-20{height:5rem}}@media screen and (max-width: 1439px){.xl\:h-24{height:6rem}}@media screen and (max-width: 1439px){.xl\:h-28{height:7rem}}@media screen and (max-width: 1439px){.xl\:h-32{height:8rem}}@media screen and (max-width: 1439px){.xl\:h-36{height:9rem}}@media screen and (max-width: 1439px){.xl\:h-40{height:10rem}}@media screen and (max-width: 1439px){.xl\:h-44{height:11rem}}@media screen and (max-width: 1439px){.xl\:h-48{height:12rem}}@media screen and (max-width: 1439px){.xl\:h-52{height:13rem}}@media screen and (max-width: 1439px){.xl\:h-56{height:14rem}}@media screen and (max-width: 1439px){.xl\:h-60{height:15rem}}@media screen and (max-width: 1439px){.xl\:h-64{height:16rem}}@media screen and (max-width: 1439px){.xl\:h-72{height:18rem}}@media screen and (max-width: 1439px){.xl\:h-80{height:20rem}}@media screen and (max-width: 1439px){.xl\:h-96{height:24rem}}@media screen and (max-width: 1439px){.xl\:h-auto{height:auto}}@media screen and (max-width: 1439px){.xl\:h-full{height:100%}}@media screen and (max-width: 1439px){.xl\:h-screen{height:100vh}}@media screen and (max-width: 1439px){.xl\:h-min{height:min-content}}@media screen and (max-width: 1439px){.xl\:h-max{height:max-content}}@media screen and (max-width: 1439px){.xl\:h-fit{height:fit-content}}.xl\:border{border-width:1px}.xl\:border-b{border:0px;border-bottom:1px}@media screen and (max-width: 1439px){.xl\:border-b-0{border:0px;border-bottom:1px;border-bottom-width:0px}}@media screen and (max-width: 1439px){.xl\:border-b-2{border:0px;border-bottom:1px;border-bottom-width:2px}}@media screen and (max-width: 1439px){.xl\:border-b-4{border:0px;border-bottom:1px;border-bottom-width:4px}}@media screen and (max-width: 1439px){.xl\:border-b-8{border:0px;border-bottom:1px;border-bottom-width:8px}}.xl\:border-t{border:0px;border-top:1px}@media screen and (max-width: 1439px){.xl\:border-t-0{border:0px;border-top:1px;border-top-width:0px}}@media screen and (max-width: 1439px){.xl\:border-t-2{border:0px;border-top:1px;border-top-width:2px}}@media screen and (max-width: 1439px){.xl\:border-t-4{border:0px;border-top:1px;border-top-width:4px}}@media screen and (max-width: 1439px){.xl\:border-t-8{border:0px;border-top:1px;border-top-width:8px}}.xl\:border-r{border:0px;border-right:1px solid}@media screen and (max-width: 1439px){.xl\:border-r-0{border:0px;border-right-width:0px}}@media screen and (max-width: 1439px){.xl\:border-r-2{border:0px;border-right-width:2px}}@media screen and (max-width: 1439px){.xl\:border-r-4{border:0px;border-right-width:4px}}@media screen and (max-width: 1439px){.xl\:border-r-8{border:0px;border-right-width:8px}}.xl\:border-l{border:0px;border-left:1px}@media screen and (max-width: 1439px){.xl\:border-l-0{border:0px;border-left:1px;border-left-width:0px}}@media screen and (max-width: 1439px){.xl\:border-l-2{border:0px;border-left:1px;border-left-width:2px}}@media screen and (max-width: 1439px){.xl\:border-l-4{border:0px;border-left:1px;border-left-width:4px}}@media screen and (max-width: 1439px){.xl\:border-l-8{border:0px;border-left:1px;border-left-width:8px}}@media screen and (max-width: 1439px){.xl\:border-0{border-width:0px}}@media screen and (max-width: 1439px){.xl\:border-2{border-width:2px}}@media screen and (max-width: 1439px){.xl\:border-4{border-width:4px}}@media screen and (max-width: 1439px){.xl\:border-8{border-width:8px}}@media screen and (max-width: 1439px){.xl\:border-none{border-style:none}}@media screen and (max-width: 1439px){.xl\:border-solid{border-style:solid}}@media screen and (max-width: 1439px){.xl\:border-dashed{border-style:dashed}}@media screen and (max-width: 1439px){.xl\:border-dotted{border-style:dotted}}@media screen and (max-width: 1439px){.xl\:border-double{border-style:double}}@media screen and (max-width: 1439px){.xl\:border-groove{border-style:groove}}@media screen and (max-width: 1439px){.xl\:border-ridge{border-style:ridge}}@media screen and (max-width: 1439px){.xl\:border-inset{border-style:inset}}@media screen and (max-width: 1439px){.xl\:border-outset{border-style:outset}}@media screen and (max-width: 1439px){.xl\:border-transparent{border-color:transparent}}@media screen and (max-width: 1439px){.xl\:border-black{border-color:#000}}@media screen and (max-width: 1439px){.xl\:border-white{border-color:#fff}}@media screen and (max-width: 1439px){.xl\:border-slate-50{border-color:#f8fafc}}@media screen and (max-width: 1439px){.xl\:border-slate-100{border-color:#f1f5f9}}@media screen and (max-width: 1439px){.xl\:border-slate-200{border-color:#e2e8f0}}@media screen and (max-width: 1439px){.xl\:border-slate-300{border-color:#cbd5e1}}@media screen and (max-width: 1439px){.xl\:border-slate-400{border-color:#94a3b8}}@media screen and (max-width: 1439px){.xl\:border-slate-500{border-color:#64748b}}@media screen and (max-width: 1439px){.xl\:border-slate-600{border-color:#475569}}@media screen and (max-width: 1439px){.xl\:border-slate-700{border-color:#334155}}@media screen and (max-width: 1439px){.xl\:border-slate-800{border-color:#1e293b}}@media screen and (max-width: 1439px){.xl\:border-slate-900{border-color:#0f172a}}@media screen and (max-width: 1439px){.xl\:border-slate-950{border-color:#020617}}@media screen and (max-width: 1439px){.xl\:border-gray-50{border-color:#f9fafb}}@media screen and (max-width: 1439px){.xl\:border-gray-100{border-color:#f3f4f6}}@media screen and (max-width: 1439px){.xl\:border-gray-200{border-color:#e5e7eb}}@media screen and (max-width: 1439px){.xl\:border-gray-300{border-color:#d1d5db}}@media screen and (max-width: 1439px){.xl\:border-gray-400{border-color:#9ca3af}}@media screen and (max-width: 1439px){.xl\:border-gray-500{border-color:#6b7280}}@media screen and (max-width: 1439px){.xl\:border-gray-600{border-color:#4b5563}}@media screen and (max-width: 1439px){.xl\:border-gray-700{border-color:#374151}}@media screen and (max-width: 1439px){.xl\:border-gray-800{border-color:#1f2937}}@media screen and (max-width: 1439px){.xl\:border-gray-900{border-color:#111827}}@media screen and (max-width: 1439px){.xl\:border-gray-950{border-color:#030712}}@media screen and (max-width: 1439px){.xl\:border-zinc-50{border-color:#fafafa}}@media screen and (max-width: 1439px){.xl\:border-zinc-100{border-color:#f4f4f5}}@media screen and (max-width: 1439px){.xl\:border-zinc-200{border-color:#e4e4e7}}@media screen and (max-width: 1439px){.xl\:border-zinc-300{border-color:#d4d4d8}}@media screen and (max-width: 1439px){.xl\:border-zinc-400{border-color:#a1a1aa}}@media screen and (max-width: 1439px){.xl\:border-zinc-500{border-color:#71717a}}@media screen and (max-width: 1439px){.xl\:border-zinc-600{border-color:#52525b}}@media screen and (max-width: 1439px){.xl\:border-zinc-700{border-color:#3f3f46}}@media screen and (max-width: 1439px){.xl\:border-zinc-800{border-color:#27272a}}@media screen and (max-width: 1439px){.xl\:border-zinc-900{border-color:#18181b}}@media screen and (max-width: 1439px){.xl\:border-zinc-950{border-color:#09090b}}@media screen and (max-width: 1439px){.xl\:border-neutral-50{border-color:#fafafa}}@media screen and (max-width: 1439px){.xl\:border-neutral-100{border-color:#f5f5f5}}@media screen and (max-width: 1439px){.xl\:border-neutral-200{border-color:#e5e5e5}}@media screen and (max-width: 1439px){.xl\:border-neutral-300{border-color:#d4d4d4}}@media screen and (max-width: 1439px){.xl\:border-neutral-400{border-color:#a3a3a3}}@media screen and (max-width: 1439px){.xl\:border-neutral-500{border-color:#737373}}@media screen and (max-width: 1439px){.xl\:border-neutral-600{border-color:#525252}}@media screen and (max-width: 1439px){.xl\:border-neutral-700{border-color:#404040}}@media screen and (max-width: 1439px){.xl\:border-neutral-800{border-color:#262626}}@media screen and (max-width: 1439px){.xl\:border-neutral-900{border-color:#171717}}@media screen and (max-width: 1439px){.xl\:border-neutral-950{border-color:#0a0a0a}}@media screen and (max-width: 1439px){.xl\:border-stone-50{border-color:#fafaf9}}@media screen and (max-width: 1439px){.xl\:border-stone-100{border-color:#f5f5f4}}@media screen and (max-width: 1439px){.xl\:border-stone-200{border-color:#e7e5e4}}@media screen and (max-width: 1439px){.xl\:border-stone-300{border-color:#d6d3d1}}@media screen and (max-width: 1439px){.xl\:border-stone-400{border-color:#a8a29e}}@media screen and (max-width: 1439px){.xl\:border-stone-500{border-color:#78716c}}@media screen and (max-width: 1439px){.xl\:border-stone-600{border-color:#57534e}}@media screen and (max-width: 1439px){.xl\:border-stone-700{border-color:#44403c}}@media screen and (max-width: 1439px){.xl\:border-stone-800{border-color:#292524}}@media screen and (max-width: 1439px){.xl\:border-stone-900{border-color:#1c1917}}@media screen and (max-width: 1439px){.xl\:border-stone-950{border-color:#0c0a09}}@media screen and (max-width: 1439px){.xl\:border-red-50{border-color:#fef2f2}}@media screen and (max-width: 1439px){.xl\:border-red-100{border-color:#fee2e2}}@media screen and (max-width: 1439px){.xl\:border-red-200{border-color:#fecaca}}@media screen and (max-width: 1439px){.xl\:border-red-300{border-color:#fca5a5}}@media screen and (max-width: 1439px){.xl\:border-red-400{border-color:#f87171}}@media screen and (max-width: 1439px){.xl\:border-red-500{border-color:#ef4444}}@media screen and (max-width: 1439px){.xl\:border-red-600{border-color:#dc2626}}@media screen and (max-width: 1439px){.xl\:border-red-700{border-color:#b91c1c}}@media screen and (max-width: 1439px){.xl\:border-red-800{border-color:#991b1b}}@media screen and (max-width: 1439px){.xl\:border-red-900{border-color:#7f1d1d}}@media screen and (max-width: 1439px){.xl\:border-red-950{border-color:#450a0a}}@media screen and (max-width: 1439px){.xl\:border-orange-50{border-color:#fff7ed}}@media screen and (max-width: 1439px){.xl\:border-orange-100{border-color:#ffedd5}}@media screen and (max-width: 1439px){.xl\:border-orange-200{border-color:#fed7aa}}@media screen and (max-width: 1439px){.xl\:border-orange-300{border-color:#fdba74}}@media screen and (max-width: 1439px){.xl\:border-orange-400{border-color:#fb923c}}@media screen and (max-width: 1439px){.xl\:border-orange-500{border-color:#f97316}}@media screen and (max-width: 1439px){.xl\:border-orange-600{border-color:#ea580c}}@media screen and (max-width: 1439px){.xl\:border-orange-700{border-color:#c2410c}}@media screen and (max-width: 1439px){.xl\:border-orange-800{border-color:#9a3412}}@media screen and (max-width: 1439px){.xl\:border-orange-900{border-color:#7c2d12}}@media screen and (max-width: 1439px){.xl\:border-orange-950{border-color:#431407}}@media screen and (max-width: 1439px){.xl\:border-amber-50{border-color:#fffbeb}}@media screen and (max-width: 1439px){.xl\:border-amber-100{border-color:#fef3c7}}@media screen and (max-width: 1439px){.xl\:border-amber-200{border-color:#fde68a}}@media screen and (max-width: 1439px){.xl\:border-amber-300{border-color:#fcd34d}}@media screen and (max-width: 1439px){.xl\:border-amber-400{border-color:#fbbf24}}@media screen and (max-width: 1439px){.xl\:border-amber-500{border-color:#f59e0b}}@media screen and (max-width: 1439px){.xl\:border-amber-600{border-color:#d97706}}@media screen and (max-width: 1439px){.xl\:border-amber-700{border-color:#b45309}}@media screen and (max-width: 1439px){.xl\:border-amber-800{border-color:#92400e}}@media screen and (max-width: 1439px){.xl\:border-amber-900{border-color:#78350f}}@media screen and (max-width: 1439px){.xl\:border-amber-950{border-color:#451a03}}@media screen and (max-width: 1439px){.xl\:border-yellow-50{border-color:#fefce8}}@media screen and (max-width: 1439px){.xl\:border-yellow-100{border-color:#fef9c3}}@media screen and (max-width: 1439px){.xl\:border-yellow-200{border-color:#fef08a}}@media screen and (max-width: 1439px){.xl\:border-yellow-300{border-color:#fde047}}@media screen and (max-width: 1439px){.xl\:border-yellow-400{border-color:#facc15}}@media screen and (max-width: 1439px){.xl\:border-yellow-500{border-color:#eab308}}@media screen and (max-width: 1439px){.xl\:border-yellow-600{border-color:#ca8a04}}@media screen and (max-width: 1439px){.xl\:border-yellow-700{border-color:#a16207}}@media screen and (max-width: 1439px){.xl\:border-yellow-800{border-color:#854d0e}}@media screen and (max-width: 1439px){.xl\:border-yellow-900{border-color:#713f12}}@media screen and (max-width: 1439px){.xl\:border-yellow-950{border-color:#422006}}@media screen and (max-width: 1439px){.xl\:border-lime-50{border-color:#f7fee7}}@media screen and (max-width: 1439px){.xl\:border-lime-100{border-color:#ecfccb}}@media screen and (max-width: 1439px){.xl\:border-lime-200{border-color:#d9f99d}}@media screen and (max-width: 1439px){.xl\:border-lime-300{border-color:#bef264}}@media screen and (max-width: 1439px){.xl\:border-lime-400{border-color:#a3e635}}@media screen and (max-width: 1439px){.xl\:border-lime-500{border-color:#84cc16}}@media screen and (max-width: 1439px){.xl\:border-lime-600{border-color:#65a30d}}@media screen and (max-width: 1439px){.xl\:border-lime-700{border-color:#4d7c0f}}@media screen and (max-width: 1439px){.xl\:border-lime-800{border-color:#3f6212}}@media screen and (max-width: 1439px){.xl\:border-lime-900{border-color:#365314}}@media screen and (max-width: 1439px){.xl\:border-lime-950{border-color:#1a2e05}}@media screen and (max-width: 1439px){.xl\:border-green-50{border-color:#f0fdf4}}@media screen and (max-width: 1439px){.xl\:border-green-100{border-color:#dcfce7}}@media screen and (max-width: 1439px){.xl\:border-green-200{border-color:#bbf7d0}}@media screen and (max-width: 1439px){.xl\:border-green-300{border-color:#86efac}}@media screen and (max-width: 1439px){.xl\:border-green-400{border-color:#4ade80}}@media screen and (max-width: 1439px){.xl\:border-green-500{border-color:#22c55e}}@media screen and (max-width: 1439px){.xl\:border-green-600{border-color:#16a34a}}@media screen and (max-width: 1439px){.xl\:border-green-700{border-color:#15803d}}@media screen and (max-width: 1439px){.xl\:border-green-800{border-color:#166534}}@media screen and (max-width: 1439px){.xl\:border-green-900{border-color:#14532d}}@media screen and (max-width: 1439px){.xl\:border-green-950{border-color:#052e16}}@media screen and (max-width: 1439px){.xl\:border-emerald-50{border-color:#ecfdf5}}@media screen and (max-width: 1439px){.xl\:border-emerald-100{border-color:#d1fae5}}@media screen and (max-width: 1439px){.xl\:border-emerald-200{border-color:#a7f3d0}}@media screen and (max-width: 1439px){.xl\:border-emerald-300{border-color:#6ee7b7}}@media screen and (max-width: 1439px){.xl\:border-emerald-400{border-color:#34d399}}@media screen and (max-width: 1439px){.xl\:border-emerald-500{border-color:#10b981}}@media screen and (max-width: 1439px){.xl\:border-emerald-600{border-color:#059669}}@media screen and (max-width: 1439px){.xl\:border-emerald-700{border-color:#047857}}@media screen and (max-width: 1439px){.xl\:border-emerald-800{border-color:#065f46}}@media screen and (max-width: 1439px){.xl\:border-emerald-900{border-color:#064e3b}}@media screen and (max-width: 1439px){.xl\:border-emerald-950{border-color:#022c22}}@media screen and (max-width: 1439px){.xl\:border-teal-50{border-color:#f0fdfa}}@media screen and (max-width: 1439px){.xl\:border-teal-100{border-color:#ccfbf1}}@media screen and (max-width: 1439px){.xl\:border-teal-200{border-color:#99f6e4}}@media screen and (max-width: 1439px){.xl\:border-teal-300{border-color:#5eead4}}@media screen and (max-width: 1439px){.xl\:border-teal-400{border-color:#2dd4bf}}@media screen and (max-width: 1439px){.xl\:border-teal-500{border-color:#14b8a6}}@media screen and (max-width: 1439px){.xl\:border-teal-600{border-color:#0d9488}}@media screen and (max-width: 1439px){.xl\:border-teal-700{border-color:#0f766e}}@media screen and (max-width: 1439px){.xl\:border-teal-800{border-color:#115e59}}@media screen and (max-width: 1439px){.xl\:border-teal-900{border-color:#134e4a}}@media screen and (max-width: 1439px){.xl\:border-teal-950{border-color:#042f2e}}@media screen and (max-width: 1439px){.xl\:border-cyan-50{border-color:#ecfeff}}@media screen and (max-width: 1439px){.xl\:border-cyan-100{border-color:#cffafe}}@media screen and (max-width: 1439px){.xl\:border-cyan-200{border-color:#a5f3fc}}@media screen and (max-width: 1439px){.xl\:border-cyan-300{border-color:#67e8f9}}@media screen and (max-width: 1439px){.xl\:border-cyan-400{border-color:#22d3ee}}@media screen and (max-width: 1439px){.xl\:border-cyan-500{border-color:#06b6d4}}@media screen and (max-width: 1439px){.xl\:border-cyan-600{border-color:#0891b2}}@media screen and (max-width: 1439px){.xl\:border-cyan-700{border-color:#0e7490}}@media screen and (max-width: 1439px){.xl\:border-cyan-800{border-color:#155e75}}@media screen and (max-width: 1439px){.xl\:border-cyan-900{border-color:#164e63}}@media screen and (max-width: 1439px){.xl\:border-cyan-950{border-color:#083344}}@media screen and (max-width: 1439px){.xl\:border-sky-50{border-color:#f0f9ff}}@media screen and (max-width: 1439px){.xl\:border-sky-100{border-color:#e0f2fe}}@media screen and (max-width: 1439px){.xl\:border-sky-200{border-color:#bae6fd}}@media screen and (max-width: 1439px){.xl\:border-sky-300{border-color:#7dd3fc}}@media screen and (max-width: 1439px){.xl\:border-sky-400{border-color:#38bdf8}}@media screen and (max-width: 1439px){.xl\:border-sky-500{border-color:#0ea5e9}}@media screen and (max-width: 1439px){.xl\:border-sky-600{border-color:#0284c7}}@media screen and (max-width: 1439px){.xl\:border-sky-700{border-color:#0369a1}}@media screen and (max-width: 1439px){.xl\:border-sky-800{border-color:#075985}}@media screen and (max-width: 1439px){.xl\:border-sky-900{border-color:#0c4a6e}}@media screen and (max-width: 1439px){.xl\:border-sky-950{border-color:#082f49}}@media screen and (max-width: 1439px){.xl\:border-blue-50{border-color:#eff6ff}}@media screen and (max-width: 1439px){.xl\:border-blue-100{border-color:#dbeafe}}@media screen and (max-width: 1439px){.xl\:border-blue-200{border-color:#bfdbfe}}@media screen and (max-width: 1439px){.xl\:border-blue-300{border-color:#93c5fd}}@media screen and (max-width: 1439px){.xl\:border-blue-400{border-color:#60a5fa}}@media screen and (max-width: 1439px){.xl\:border-blue-500{border-color:#3b82f6}}@media screen and (max-width: 1439px){.xl\:border-blue-600{border-color:#2563eb}}@media screen and (max-width: 1439px){.xl\:border-blue-700{border-color:#1d4ed8}}@media screen and (max-width: 1439px){.xl\:border-blue-800{border-color:#1e40af}}@media screen and (max-width: 1439px){.xl\:border-blue-900{border-color:#1e3a8a}}@media screen and (max-width: 1439px){.xl\:border-blue-950{border-color:#172554}}@media screen and (max-width: 1439px){.xl\:border-indigo-50{border-color:#eef2ff}}@media screen and (max-width: 1439px){.xl\:border-indigo-100{border-color:#e0e7ff}}@media screen and (max-width: 1439px){.xl\:border-indigo-200{border-color:#c7d2fe}}@media screen and (max-width: 1439px){.xl\:border-indigo-300{border-color:#a5b4fc}}@media screen and (max-width: 1439px){.xl\:border-indigo-400{border-color:#818cf8}}@media screen and (max-width: 1439px){.xl\:border-indigo-500{border-color:#6366f1}}@media screen and (max-width: 1439px){.xl\:border-indigo-600{border-color:#4f46e5}}@media screen and (max-width: 1439px){.xl\:border-indigo-700{border-color:#4338ca}}@media screen and (max-width: 1439px){.xl\:border-indigo-800{border-color:#3730a3}}@media screen and (max-width: 1439px){.xl\:border-indigo-900{border-color:#312e81}}@media screen and (max-width: 1439px){.xl\:border-indigo-950{border-color:#1e1b4b}}@media screen and (max-width: 1439px){.xl\:border-violet-50{border-color:#f5f3ff}}@media screen and (max-width: 1439px){.xl\:border-violet-100{border-color:#ede9fe}}@media screen and (max-width: 1439px){.xl\:border-violet-200{border-color:#ddd6fe}}@media screen and (max-width: 1439px){.xl\:border-violet-300{border-color:#c4b5fd}}@media screen and (max-width: 1439px){.xl\:border-violet-400{border-color:#a78bfa}}@media screen and (max-width: 1439px){.xl\:border-violet-500{border-color:#8b5cf6}}@media screen and (max-width: 1439px){.xl\:border-violet-600{border-color:#7c3aed}}@media screen and (max-width: 1439px){.xl\:border-violet-700{border-color:#6d28d9}}@media screen and (max-width: 1439px){.xl\:border-violet-800{border-color:#5b21b6}}@media screen and (max-width: 1439px){.xl\:border-violet-900{border-color:#4c1d95}}@media screen and (max-width: 1439px){.xl\:border-violet-950{border-color:#2e1065}}@media screen and (max-width: 1439px){.xl\:border-purple-50{border-color:#faf5ff}}@media screen and (max-width: 1439px){.xl\:border-purple-100{border-color:#f3e8ff}}@media screen and (max-width: 1439px){.xl\:border-purple-200{border-color:#e9d5ff}}@media screen and (max-width: 1439px){.xl\:border-purple-300{border-color:#d8b4fe}}@media screen and (max-width: 1439px){.xl\:border-purple-400{border-color:#c084fc}}@media screen and (max-width: 1439px){.xl\:border-purple-500{border-color:#a855f7}}@media screen and (max-width: 1439px){.xl\:border-purple-600{border-color:#9333ea}}@media screen and (max-width: 1439px){.xl\:border-purple-700{border-color:#7e22ce}}@media screen and (max-width: 1439px){.xl\:border-purple-800{border-color:#6b21a8}}@media screen and (max-width: 1439px){.xl\:border-purple-900{border-color:#581c87}}@media screen and (max-width: 1439px){.xl\:border-purple-950{border-color:#3b0764}}@media screen and (max-width: 1439px){.xl\:border-fuchsia-50{border-color:#fdf4ff}}@media screen and (max-width: 1439px){.xl\:border-fuchsia-100{border-color:#fae8ff}}@media screen and (max-width: 1439px){.xl\:border-fuchsia-200{border-color:#f5d0fe}}@media screen and (max-width: 1439px){.xl\:border-fuchsia-300{border-color:#f0abfc}}@media screen and (max-width: 1439px){.xl\:border-fuchsia-400{border-color:#e879f9}}@media screen and (max-width: 1439px){.xl\:border-fuchsia-500{border-color:#d946ef}}@media screen and (max-width: 1439px){.xl\:border-fuchsia-600{border-color:#c026d3}}@media screen and (max-width: 1439px){.xl\:border-fuchsia-700{border-color:#a21caf}}@media screen and (max-width: 1439px){.xl\:border-fuchsia-800{border-color:#86198f}}@media screen and (max-width: 1439px){.xl\:border-fuchsia-900{border-color:#701a75}}@media screen and (max-width: 1439px){.xl\:border-fuchsia-950{border-color:#4a044e}}@media screen and (max-width: 1439px){.xl\:border-pink-50{border-color:#fdf2f8}}@media screen and (max-width: 1439px){.xl\:border-pink-100{border-color:#fce7f3}}@media screen and (max-width: 1439px){.xl\:border-pink-200{border-color:#fbcfe8}}@media screen and (max-width: 1439px){.xl\:border-pink-300{border-color:#f9a8d4}}@media screen and (max-width: 1439px){.xl\:border-pink-400{border-color:#f472b6}}@media screen and (max-width: 1439px){.xl\:border-pink-500{border-color:#ec4899}}@media screen and (max-width: 1439px){.xl\:border-pink-600{border-color:#db2777}}@media screen and (max-width: 1439px){.xl\:border-pink-700{border-color:#be185d}}@media screen and (max-width: 1439px){.xl\:border-pink-800{border-color:#9d174d}}@media screen and (max-width: 1439px){.xl\:border-pink-900{border-color:#831843}}@media screen and (max-width: 1439px){.xl\:border-pink-950{border-color:#500724}}@media screen and (max-width: 1439px){.xl\:border-rose-50{border-color:#fff1f2}}@media screen and (max-width: 1439px){.xl\:border-rose-100{border-color:#ffe4e6}}@media screen and (max-width: 1439px){.xl\:border-rose-200{border-color:#fecdd3}}@media screen and (max-width: 1439px){.xl\:border-rose-300{border-color:#fda4af}}@media screen and (max-width: 1439px){.xl\:border-rose-400{border-color:#fb7185}}@media screen and (max-width: 1439px){.xl\:border-rose-500{border-color:#f43f5e}}@media screen and (max-width: 1439px){.xl\:border-rose-600{border-color:#e11d48}}@media screen and (max-width: 1439px){.xl\:border-rose-700{border-color:#be123c}}@media screen and (max-width: 1439px){.xl\:border-rose-800{border-color:#9f1239}}@media screen and (max-width: 1439px){.xl\:border-rose-900{border-color:#881337}}@media screen and (max-width: 1439px){.xl\:border-rose-950{border-color:#4c0519}}@media screen and (max-width: 1439px){.xl\:border-primary{border-color:#3874ff}}@media screen and (max-width: 1439px){.xl\:border-primary-bold{border-color:#002660}}@media screen and (max-width: 1439px){.xl\:border-primary-hover{border-color:#003585}}@media screen and (max-width: 1439px){.xl\:border-primary-border{border-color:#156ef3}}@media screen and (max-width: 1439px){.xl\:border-primary-focus-lv1{border-color:#6492ff}}@media screen and (max-width: 1439px){.xl\:border-primary-focus-lv2{border-color:#c7ddff}}@media screen and (max-width: 1439px){.xl\:border-primary-bg-color{border-color:#f8fbff}}@media screen and (max-width: 1439px){.xl\:border-success{border-color:#00bd7e}}@media screen and (max-width: 1439px){.xl\:border-success-bold{border-color:#006c58}}@media screen and (max-width: 1439px){.xl\:border-success-hover{border-color:#008d5e}}@media screen and (max-width: 1439px){.xl\:border-success-border{border-color:#17e5a1}}@media screen and (max-width: 1439px){.xl\:border-success-focus-lv1{border-color:#a9fbe0}}@media screen and (max-width: 1439px){.xl\:border-success-bg-color{border-color:#ebfff8}}@media screen and (max-width: 1439px){.xl\:border-warning{border-color:#ffb41f}}@media screen and (max-width: 1439px){.xl\:border-warning-bold{border-color:#b77d09}}@media screen and (max-width: 1439px){.xl\:border-warning-hover{border-color:#e39f17}}@media screen and (max-width: 1439px){.xl\:border-warning-border{border-color:#f7c86a}}@media screen and (max-width: 1439px){.xl\:border-warning-focus-lv1{border-color:#fbe0a9}}@media screen and (max-width: 1439px){.xl\:border-warning-bg-color{border-color:#fff8eb}}@media screen and (max-width: 1439px){.xl\:border-danger{border-color:#b20000}}@media screen and (max-width: 1439px){.xl\:border-danger-bold{border-color:#920122}}@media screen and (max-width: 1439px){.xl\:border-danger-hover{border-color:#c60833}}@media screen and (max-width: 1439px){.xl\:border-danger-border{border-color:#f35370}}@media screen and (max-width: 1439px){.xl\:border-danger-focus-lv1{border-color:#fdabb9}}@media screen and (max-width: 1439px){.xl\:border-danger-bg-color{border-color:#fff1f4}}@media screen and (max-width: 1439px){.xl\:border-info{border-color:#2668cb}}@media screen and (max-width: 1439px){.xl\:border-info-bold{border-color:#023480}}@media screen and (max-width: 1439px){.xl\:border-info-hover{border-color:#0f4eae}}@media screen and (max-width: 1439px){.xl\:border-info-border{border-color:#679ef2}}@media screen and (max-width: 1439px){.xl\:border-info-focus-lv1{border-color:#c1d9fd}}@media screen and (max-width: 1439px){.xl\:border-info-bg-color{border-color:#f2f7ff}}@media screen and (max-width: 1439px){.xl\:border-neutral-100{border-color:#1a1a1a}}@media screen and (max-width: 1439px){.xl\:border-neutral-90{border-color:#424242}}@media screen and (max-width: 1439px){.xl\:border-neutral-80{border-color:#616161}}@media screen and (max-width: 1439px){.xl\:border-neutral-70{border-color:#757575}}@media screen and (max-width: 1439px){.xl\:border-neutral-60{border-color:#9e9e9e}}@media screen and (max-width: 1439px){.xl\:border-neutral-50{border-color:#c2c2c2}}@media screen and (max-width: 1439px){.xl\:border-neutral-40{border-color:#e0e0e0}}@media screen and (max-width: 1439px){.xl\:border-neutral-30{border-color:#ededed}}@media screen and (max-width: 1439px){.xl\:border-neutral-20{border-color:#f5f5f5}}@media screen and (max-width: 1439px){.xl\:border-base{border-color:#f5f7fa}}.xl\:rounded{border-radius:.25rem}@media screen and (max-width: 1439px){.xl\:rounded-none{border-radius:0}}@media screen and (max-width: 1439px){.xl\:rounded-e-none{border-start-end-radius:0px;border-end-end-radius:0px}}@media screen and (max-width: 1439px){.xl\:rounded-s-none{border-start-start-radius:0px;border-end-start-radius:0px}}@media screen and (max-width: 1439px){.xl\:rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}}@media screen and (max-width: 1439px){.xl\:rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}}@media screen and (max-width: 1439px){.xl\:rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}}@media screen and (max-width: 1439px){.xl\:rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}}@media screen and (max-width: 1439px){.xl\:rounded-ss-none{border-start-start-radius:0px}}@media screen and (max-width: 1439px){.xl\:rounded-se-none{border-start-end-radius:0px}}@media screen and (max-width: 1439px){.xl\:rounded-ee-none{border-end-end-radius:0px}}@media screen and (max-width: 1439px){.xl\:rounded-es-none{border-end-start-radius:0px}}@media screen and (max-width: 1439px){.xl\:rounded-tl-none{border-top-left-radius:0}}@media screen and (max-width: 1439px){.xl\:rounded-tr-none{border-top-right-radius:0}}@media screen and (max-width: 1439px){.xl\:rounded-br-none{border-bottom-right-radius:0}}@media screen and (max-width: 1439px){.xl\:rounded-md{border-radius:.375rem}}@media screen and (max-width: 1439px){.xl\:rounded-e-md{border-start-end-radius:.375rem;border-end-end-radius:.375rem}}@media screen and (max-width: 1439px){.xl\:rounded-s-md{border-start-start-radius:.375rem;border-end-start-radius:.375rem}}@media screen and (max-width: 1439px){.xl\:rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}}@media screen and (max-width: 1439px){.xl\:rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}}@media screen and (max-width: 1439px){.xl\:rounded-b-md{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}}@media screen and (max-width: 1439px){.xl\:rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}}@media screen and (max-width: 1439px){.xl\:rounded-ss-md{border-start-start-radius:.375rem}}@media screen and (max-width: 1439px){.xl\:rounded-se-md{border-start-end-radius:.375rem}}@media screen and (max-width: 1439px){.xl\:rounded-ee-md{border-end-end-radius:.375rem}}@media screen and (max-width: 1439px){.xl\:rounded-es-md{border-end-start-radius:.375rem}}@media screen and (max-width: 1439px){.xl\:rounded-tl-md{border-top-left-radius:.375rem}}@media screen and (max-width: 1439px){.xl\:rounded-tr-md{border-top-right-radius:.375rem}}@media screen and (max-width: 1439px){.xl\:rounded-br-md{border-bottom-right-radius:.375rem}}@media screen and (max-width: 1439px){.xl\:rounded-lg{border-radius:.5rem}}@media screen and (max-width: 1439px){.xl\:rounded-e-lg{border-start-end-radius:.5rem;border-end-end-radius:.5rem}}@media screen and (max-width: 1439px){.xl\:rounded-s-lg{border-start-start-radius:.5rem;border-end-start-radius:.5rem}}@media screen and (max-width: 1439px){.xl\:rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}}@media screen and (max-width: 1439px){.xl\:rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}}@media screen and (max-width: 1439px){.xl\:rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}}@media screen and (max-width: 1439px){.xl\:rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}}@media screen and (max-width: 1439px){.xl\:rounded-ss-lg{border-start-start-radius:.5rem}}@media screen and (max-width: 1439px){.xl\:rounded-se-lg{border-start-end-radius:.5rem}}@media screen and (max-width: 1439px){.xl\:rounded-ee-lg{border-end-end-radius:.5rem}}@media screen and (max-width: 1439px){.xl\:rounded-es-lg{border-end-start-radius:.5rem}}@media screen and (max-width: 1439px){.xl\:rounded-tl-lg{border-top-left-radius:.5rem}}@media screen and (max-width: 1439px){.xl\:rounded-tr-lg{border-top-right-radius:.5rem}}@media screen and (max-width: 1439px){.xl\:rounded-br-lg{border-bottom-right-radius:.5rem}}@media screen and (max-width: 1439px){.xl\:rounded-xl{border-radius:.75rem}}@media screen and (max-width: 1439px){.xl\:rounded-e-xl{border-start-end-radius:.75rem;border-end-end-radius:.75rem}}@media screen and (max-width: 1439px){.xl\:rounded-s-xl{border-start-start-radius:.75rem;border-end-start-radius:.75rem}}@media screen and (max-width: 1439px){.xl\:rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}}@media screen and (max-width: 1439px){.xl\:rounded-r-xl{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}}@media screen and (max-width: 1439px){.xl\:rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}}@media screen and (max-width: 1439px){.xl\:rounded-l-xl{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}}@media screen and (max-width: 1439px){.xl\:rounded-ss-xl{border-start-start-radius:.75rem}}@media screen and (max-width: 1439px){.xl\:rounded-se-xl{border-start-end-radius:.75rem}}@media screen and (max-width: 1439px){.xl\:rounded-ee-xl{border-end-end-radius:.75rem}}@media screen and (max-width: 1439px){.xl\:rounded-es-xl{border-end-start-radius:.75rem}}@media screen and (max-width: 1439px){.xl\:rounded-tl-xl{border-top-left-radius:.75rem}}@media screen and (max-width: 1439px){.xl\:rounded-tr-xl{border-top-right-radius:.75rem}}@media screen and (max-width: 1439px){.xl\:rounded-br-xl{border-bottom-right-radius:.75rem}}@media screen and (max-width: 1439px){.xl\:rounded-2xl{border-radius:1rem}}@media screen and (max-width: 1439px){.xl\:rounded-e-2xl{border-start-end-radius:1rem;border-end-end-radius:1rem}}@media screen and (max-width: 1439px){.xl\:rounded-s-2xl{border-start-start-radius:1rem;border-end-start-radius:1rem}}@media screen and (max-width: 1439px){.xl\:rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}}@media screen and (max-width: 1439px){.xl\:rounded-r-2xl{border-top-right-radius:1rem;border-bottom-right-radius:1rem}}@media screen and (max-width: 1439px){.xl\:rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}}@media screen and (max-width: 1439px){.xl\:rounded-l-2xl{border-top-left-radius:1rem;border-bottom-left-radius:1rem}}@media screen and (max-width: 1439px){.xl\:rounded-ss-2xl{border-start-start-radius:1rem}}@media screen and (max-width: 1439px){.xl\:rounded-se-2xl{border-start-end-radius:1rem}}@media screen and (max-width: 1439px){.xl\:rounded-ee-2xl{border-end-end-radius:1rem}}@media screen and (max-width: 1439px){.xl\:rounded-es-2xl{border-end-start-radius:1rem}}@media screen and (max-width: 1439px){.xl\:rounded-tl-2xl{border-top-left-radius:1rem}}@media screen and (max-width: 1439px){.xl\:rounded-tr-2xl{border-top-right-radius:1rem}}@media screen and (max-width: 1439px){.xl\:rounded-br-2xl{border-bottom-right-radius:1rem}}@media screen and (max-width: 1439px){.xl\:rounded-3xl{border-radius:1.5rem}}@media screen and (max-width: 1439px){.xl\:rounded-e-3xl{border-start-end-radius:1.5rem;border-end-end-radius:1.5rem}}@media screen and (max-width: 1439px){.xl\:rounded-s-3xl{border-start-start-radius:1.5rem;border-end-start-radius:1.5rem}}@media screen and (max-width: 1439px){.xl\:rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}}@media screen and (max-width: 1439px){.xl\:rounded-r-3xl{border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}}@media screen and (max-width: 1439px){.xl\:rounded-b-3xl{border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem}}@media screen and (max-width: 1439px){.xl\:rounded-l-3xl{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}}@media screen and (max-width: 1439px){.xl\:rounded-ss-3xl{border-start-start-radius:1.5rem}}@media screen and (max-width: 1439px){.xl\:rounded-se-3xl{border-start-end-radius:1.5rem}}@media screen and (max-width: 1439px){.xl\:rounded-ee-3xl{border-end-end-radius:1.5rem}}@media screen and (max-width: 1439px){.xl\:rounded-es-3xl{border-end-start-radius:1.5rem}}@media screen and (max-width: 1439px){.xl\:rounded-tl-3xl{border-top-left-radius:1.5rem}}@media screen and (max-width: 1439px){.xl\:rounded-tr-3xl{border-top-right-radius:1.5rem}}@media screen and (max-width: 1439px){.xl\:rounded-br-3xl{border-bottom-right-radius:1.5rem}}@media screen and (max-width: 1439px){.xl\:rounded-full{border-radius:9999px}}@media screen and (max-width: 1439px){.xl\:rounded-e-full{border-start-end-radius:9999px;border-end-end-radius:9999px}}@media screen and (max-width: 1439px){.xl\:rounded-s-full{border-start-start-radius:9999px;border-end-start-radius:9999px}}@media screen and (max-width: 1439px){.xl\:rounded-t-full{border-top-left-radius:9999px;border-top-right-radius:9999px}}@media screen and (max-width: 1439px){.xl\:rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}}@media screen and (max-width: 1439px){.xl\:rounded-b-full{border-bottom-right-radius:9999px;border-bottom-left-radius:9999px}}@media screen and (max-width: 1439px){.xl\:rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}}@media screen and (max-width: 1439px){.xl\:rounded-ss-full{border-start-start-radius:9999px}}@media screen and (max-width: 1439px){.xl\:rounded-se-full{border-start-end-radius:9999px}}@media screen and (max-width: 1439px){.xl\:rounded-ee-full{border-end-end-radius:9999px}}@media screen and (max-width: 1439px){.xl\:rounded-es-full{border-end-start-radius:9999px}}@media screen and (max-width: 1439px){.xl\:rounded-tl-full{border-top-left-radius:9999px}}@media screen and (max-width: 1439px){.xl\:rounded-tr-full{border-top-right-radius:9999px}}@media screen and (max-width: 1439px){.xl\:rounded-br-full{border-bottom-right-radius:9999px}}@media screen and (max-width: 1439px){.xl\:text-center{text-align:center}}@media screen and (max-width: 1439px){.xl\:text-left{text-align:left}}@media screen and (max-width: 1439px){.xl\:text-right{text-align:right}}@media screen and (max-width: 1439px){.xl\:text-justify{text-align:justify}}@media screen and (max-width: 1439px){.xl\:text-start{text-align:start}}@media screen and (max-width: 1439px){.xl\:text-end{text-align:end}}@media screen and (max-width: 1439px){.xl\:text-transparent{color:transparent}}@media screen and (max-width: 1439px){.xl\:text-black{color:#000}}@media screen and (max-width: 1439px){.xl\:text-white{color:#fff}}@media screen and (max-width: 1439px){.xl\:text-slate-50{color:#f8fafc}}@media screen and (max-width: 1439px){.xl\:text-slate-100{color:#f1f5f9}}@media screen and (max-width: 1439px){.xl\:text-slate-200{color:#e2e8f0}}@media screen and (max-width: 1439px){.xl\:text-slate-300{color:#cbd5e1}}@media screen and (max-width: 1439px){.xl\:text-slate-400{color:#94a3b8}}@media screen and (max-width: 1439px){.xl\:text-slate-500{color:#64748b}}@media screen and (max-width: 1439px){.xl\:text-slate-600{color:#475569}}@media screen and (max-width: 1439px){.xl\:text-slate-700{color:#334155}}@media screen and (max-width: 1439px){.xl\:text-slate-800{color:#1e293b}}@media screen and (max-width: 1439px){.xl\:text-slate-900{color:#0f172a}}@media screen and (max-width: 1439px){.xl\:text-slate-950{color:#020617}}@media screen and (max-width: 1439px){.xl\:text-gray-50{color:#f9fafb}}@media screen and (max-width: 1439px){.xl\:text-gray-100{color:#f3f4f6}}@media screen and (max-width: 1439px){.xl\:text-gray-200{color:#e5e7eb}}@media screen and (max-width: 1439px){.xl\:text-gray-300{color:#d1d5db}}@media screen and (max-width: 1439px){.xl\:text-gray-400{color:#9ca3af}}@media screen and (max-width: 1439px){.xl\:text-gray-500{color:#6b7280}}@media screen and (max-width: 1439px){.xl\:text-gray-600{color:#4b5563}}@media screen and (max-width: 1439px){.xl\:text-gray-700{color:#374151}}@media screen and (max-width: 1439px){.xl\:text-gray-800{color:#1f2937}}@media screen and (max-width: 1439px){.xl\:text-gray-900{color:#111827}}@media screen and (max-width: 1439px){.xl\:text-gray-950{color:#030712}}@media screen and (max-width: 1439px){.xl\:text-zinc-50{color:#fafafa}}@media screen and (max-width: 1439px){.xl\:text-zinc-100{color:#f4f4f5}}@media screen and (max-width: 1439px){.xl\:text-zinc-200{color:#e4e4e7}}@media screen and (max-width: 1439px){.xl\:text-zinc-300{color:#d4d4d8}}@media screen and (max-width: 1439px){.xl\:text-zinc-400{color:#a1a1aa}}@media screen and (max-width: 1439px){.xl\:text-zinc-500{color:#71717a}}@media screen and (max-width: 1439px){.xl\:text-zinc-600{color:#52525b}}@media screen and (max-width: 1439px){.xl\:text-zinc-700{color:#3f3f46}}@media screen and (max-width: 1439px){.xl\:text-zinc-800{color:#27272a}}@media screen and (max-width: 1439px){.xl\:text-zinc-900{color:#18181b}}@media screen and (max-width: 1439px){.xl\:text-zinc-950{color:#09090b}}@media screen and (max-width: 1439px){.xl\:text-neutral-50{color:#fafafa}}@media screen and (max-width: 1439px){.xl\:text-neutral-100{color:#f5f5f5}}@media screen and (max-width: 1439px){.xl\:text-neutral-200{color:#e5e5e5}}@media screen and (max-width: 1439px){.xl\:text-neutral-300{color:#d4d4d4}}@media screen and (max-width: 1439px){.xl\:text-neutral-400{color:#a3a3a3}}@media screen and (max-width: 1439px){.xl\:text-neutral-500{color:#737373}}@media screen and (max-width: 1439px){.xl\:text-neutral-600{color:#525252}}@media screen and (max-width: 1439px){.xl\:text-neutral-700{color:#404040}}@media screen and (max-width: 1439px){.xl\:text-neutral-800{color:#262626}}@media screen and (max-width: 1439px){.xl\:text-neutral-900{color:#171717}}@media screen and (max-width: 1439px){.xl\:text-neutral-950{color:#0a0a0a}}@media screen and (max-width: 1439px){.xl\:text-stone-50{color:#fafaf9}}@media screen and (max-width: 1439px){.xl\:text-stone-100{color:#f5f5f4}}@media screen and (max-width: 1439px){.xl\:text-stone-200{color:#e7e5e4}}@media screen and (max-width: 1439px){.xl\:text-stone-300{color:#d6d3d1}}@media screen and (max-width: 1439px){.xl\:text-stone-400{color:#a8a29e}}@media screen and (max-width: 1439px){.xl\:text-stone-500{color:#78716c}}@media screen and (max-width: 1439px){.xl\:text-stone-600{color:#57534e}}@media screen and (max-width: 1439px){.xl\:text-stone-700{color:#44403c}}@media screen and (max-width: 1439px){.xl\:text-stone-800{color:#292524}}@media screen and (max-width: 1439px){.xl\:text-stone-900{color:#1c1917}}@media screen and (max-width: 1439px){.xl\:text-stone-950{color:#0c0a09}}@media screen and (max-width: 1439px){.xl\:text-red-50{color:#fef2f2}}@media screen and (max-width: 1439px){.xl\:text-red-100{color:#fee2e2}}@media screen and (max-width: 1439px){.xl\:text-red-200{color:#fecaca}}@media screen and (max-width: 1439px){.xl\:text-red-300{color:#fca5a5}}@media screen and (max-width: 1439px){.xl\:text-red-400{color:#f87171}}@media screen and (max-width: 1439px){.xl\:text-red-500{color:#ef4444}}@media screen and (max-width: 1439px){.xl\:text-red-600{color:#dc2626}}@media screen and (max-width: 1439px){.xl\:text-red-700{color:#b91c1c}}@media screen and (max-width: 1439px){.xl\:text-red-800{color:#991b1b}}@media screen and (max-width: 1439px){.xl\:text-red-900{color:#7f1d1d}}@media screen and (max-width: 1439px){.xl\:text-red-950{color:#450a0a}}@media screen and (max-width: 1439px){.xl\:text-orange-50{color:#fff7ed}}@media screen and (max-width: 1439px){.xl\:text-orange-100{color:#ffedd5}}@media screen and (max-width: 1439px){.xl\:text-orange-200{color:#fed7aa}}@media screen and (max-width: 1439px){.xl\:text-orange-300{color:#fdba74}}@media screen and (max-width: 1439px){.xl\:text-orange-400{color:#fb923c}}@media screen and (max-width: 1439px){.xl\:text-orange-500{color:#f97316}}@media screen and (max-width: 1439px){.xl\:text-orange-600{color:#ea580c}}@media screen and (max-width: 1439px){.xl\:text-orange-700{color:#c2410c}}@media screen and (max-width: 1439px){.xl\:text-orange-800{color:#9a3412}}@media screen and (max-width: 1439px){.xl\:text-orange-900{color:#7c2d12}}@media screen and (max-width: 1439px){.xl\:text-orange-950{color:#431407}}@media screen and (max-width: 1439px){.xl\:text-amber-50{color:#fffbeb}}@media screen and (max-width: 1439px){.xl\:text-amber-100{color:#fef3c7}}@media screen and (max-width: 1439px){.xl\:text-amber-200{color:#fde68a}}@media screen and (max-width: 1439px){.xl\:text-amber-300{color:#fcd34d}}@media screen and (max-width: 1439px){.xl\:text-amber-400{color:#fbbf24}}@media screen and (max-width: 1439px){.xl\:text-amber-500{color:#f59e0b}}@media screen and (max-width: 1439px){.xl\:text-amber-600{color:#d97706}}@media screen and (max-width: 1439px){.xl\:text-amber-700{color:#b45309}}@media screen and (max-width: 1439px){.xl\:text-amber-800{color:#92400e}}@media screen and (max-width: 1439px){.xl\:text-amber-900{color:#78350f}}@media screen and (max-width: 1439px){.xl\:text-amber-950{color:#451a03}}@media screen and (max-width: 1439px){.xl\:text-yellow-50{color:#fefce8}}@media screen and (max-width: 1439px){.xl\:text-yellow-100{color:#fef9c3}}@media screen and (max-width: 1439px){.xl\:text-yellow-200{color:#fef08a}}@media screen and (max-width: 1439px){.xl\:text-yellow-300{color:#fde047}}@media screen and (max-width: 1439px){.xl\:text-yellow-400{color:#facc15}}@media screen and (max-width: 1439px){.xl\:text-yellow-500{color:#eab308}}@media screen and (max-width: 1439px){.xl\:text-yellow-600{color:#ca8a04}}@media screen and (max-width: 1439px){.xl\:text-yellow-700{color:#a16207}}@media screen and (max-width: 1439px){.xl\:text-yellow-800{color:#854d0e}}@media screen and (max-width: 1439px){.xl\:text-yellow-900{color:#713f12}}@media screen and (max-width: 1439px){.xl\:text-yellow-950{color:#422006}}@media screen and (max-width: 1439px){.xl\:text-lime-50{color:#f7fee7}}@media screen and (max-width: 1439px){.xl\:text-lime-100{color:#ecfccb}}@media screen and (max-width: 1439px){.xl\:text-lime-200{color:#d9f99d}}@media screen and (max-width: 1439px){.xl\:text-lime-300{color:#bef264}}@media screen and (max-width: 1439px){.xl\:text-lime-400{color:#a3e635}}@media screen and (max-width: 1439px){.xl\:text-lime-500{color:#84cc16}}@media screen and (max-width: 1439px){.xl\:text-lime-600{color:#65a30d}}@media screen and (max-width: 1439px){.xl\:text-lime-700{color:#4d7c0f}}@media screen and (max-width: 1439px){.xl\:text-lime-800{color:#3f6212}}@media screen and (max-width: 1439px){.xl\:text-lime-900{color:#365314}}@media screen and (max-width: 1439px){.xl\:text-lime-950{color:#1a2e05}}@media screen and (max-width: 1439px){.xl\:text-green-50{color:#f0fdf4}}@media screen and (max-width: 1439px){.xl\:text-green-100{color:#dcfce7}}@media screen and (max-width: 1439px){.xl\:text-green-200{color:#bbf7d0}}@media screen and (max-width: 1439px){.xl\:text-green-300{color:#86efac}}@media screen and (max-width: 1439px){.xl\:text-green-400{color:#4ade80}}@media screen and (max-width: 1439px){.xl\:text-green-500{color:#22c55e}}@media screen and (max-width: 1439px){.xl\:text-green-600{color:#16a34a}}@media screen and (max-width: 1439px){.xl\:text-green-700{color:#15803d}}@media screen and (max-width: 1439px){.xl\:text-green-800{color:#166534}}@media screen and (max-width: 1439px){.xl\:text-green-900{color:#14532d}}@media screen and (max-width: 1439px){.xl\:text-green-950{color:#052e16}}@media screen and (max-width: 1439px){.xl\:text-emerald-50{color:#ecfdf5}}@media screen and (max-width: 1439px){.xl\:text-emerald-100{color:#d1fae5}}@media screen and (max-width: 1439px){.xl\:text-emerald-200{color:#a7f3d0}}@media screen and (max-width: 1439px){.xl\:text-emerald-300{color:#6ee7b7}}@media screen and (max-width: 1439px){.xl\:text-emerald-400{color:#34d399}}@media screen and (max-width: 1439px){.xl\:text-emerald-500{color:#10b981}}@media screen and (max-width: 1439px){.xl\:text-emerald-600{color:#059669}}@media screen and (max-width: 1439px){.xl\:text-emerald-700{color:#047857}}@media screen and (max-width: 1439px){.xl\:text-emerald-800{color:#065f46}}@media screen and (max-width: 1439px){.xl\:text-emerald-900{color:#064e3b}}@media screen and (max-width: 1439px){.xl\:text-emerald-950{color:#022c22}}@media screen and (max-width: 1439px){.xl\:text-teal-50{color:#f0fdfa}}@media screen and (max-width: 1439px){.xl\:text-teal-100{color:#ccfbf1}}@media screen and (max-width: 1439px){.xl\:text-teal-200{color:#99f6e4}}@media screen and (max-width: 1439px){.xl\:text-teal-300{color:#5eead4}}@media screen and (max-width: 1439px){.xl\:text-teal-400{color:#2dd4bf}}@media screen and (max-width: 1439px){.xl\:text-teal-500{color:#14b8a6}}@media screen and (max-width: 1439px){.xl\:text-teal-600{color:#0d9488}}@media screen and (max-width: 1439px){.xl\:text-teal-700{color:#0f766e}}@media screen and (max-width: 1439px){.xl\:text-teal-800{color:#115e59}}@media screen and (max-width: 1439px){.xl\:text-teal-900{color:#134e4a}}@media screen and (max-width: 1439px){.xl\:text-teal-950{color:#042f2e}}@media screen and (max-width: 1439px){.xl\:text-cyan-50{color:#ecfeff}}@media screen and (max-width: 1439px){.xl\:text-cyan-100{color:#cffafe}}@media screen and (max-width: 1439px){.xl\:text-cyan-200{color:#a5f3fc}}@media screen and (max-width: 1439px){.xl\:text-cyan-300{color:#67e8f9}}@media screen and (max-width: 1439px){.xl\:text-cyan-400{color:#22d3ee}}@media screen and (max-width: 1439px){.xl\:text-cyan-500{color:#06b6d4}}@media screen and (max-width: 1439px){.xl\:text-cyan-600{color:#0891b2}}@media screen and (max-width: 1439px){.xl\:text-cyan-700{color:#0e7490}}@media screen and (max-width: 1439px){.xl\:text-cyan-800{color:#155e75}}@media screen and (max-width: 1439px){.xl\:text-cyan-900{color:#164e63}}@media screen and (max-width: 1439px){.xl\:text-cyan-950{color:#083344}}@media screen and (max-width: 1439px){.xl\:text-sky-50{color:#f0f9ff}}@media screen and (max-width: 1439px){.xl\:text-sky-100{color:#e0f2fe}}@media screen and (max-width: 1439px){.xl\:text-sky-200{color:#bae6fd}}@media screen and (max-width: 1439px){.xl\:text-sky-300{color:#7dd3fc}}@media screen and (max-width: 1439px){.xl\:text-sky-400{color:#38bdf8}}@media screen and (max-width: 1439px){.xl\:text-sky-500{color:#0ea5e9}}@media screen and (max-width: 1439px){.xl\:text-sky-600{color:#0284c7}}@media screen and (max-width: 1439px){.xl\:text-sky-700{color:#0369a1}}@media screen and (max-width: 1439px){.xl\:text-sky-800{color:#075985}}@media screen and (max-width: 1439px){.xl\:text-sky-900{color:#0c4a6e}}@media screen and (max-width: 1439px){.xl\:text-sky-950{color:#082f49}}@media screen and (max-width: 1439px){.xl\:text-blue-50{color:#eff6ff}}@media screen and (max-width: 1439px){.xl\:text-blue-100{color:#dbeafe}}@media screen and (max-width: 1439px){.xl\:text-blue-200{color:#bfdbfe}}@media screen and (max-width: 1439px){.xl\:text-blue-300{color:#93c5fd}}@media screen and (max-width: 1439px){.xl\:text-blue-400{color:#60a5fa}}@media screen and (max-width: 1439px){.xl\:text-blue-500{color:#3b82f6}}@media screen and (max-width: 1439px){.xl\:text-blue-600{color:#2563eb}}@media screen and (max-width: 1439px){.xl\:text-blue-700{color:#1d4ed8}}@media screen and (max-width: 1439px){.xl\:text-blue-800{color:#1e40af}}@media screen and (max-width: 1439px){.xl\:text-blue-900{color:#1e3a8a}}@media screen and (max-width: 1439px){.xl\:text-blue-950{color:#172554}}@media screen and (max-width: 1439px){.xl\:text-indigo-50{color:#eef2ff}}@media screen and (max-width: 1439px){.xl\:text-indigo-100{color:#e0e7ff}}@media screen and (max-width: 1439px){.xl\:text-indigo-200{color:#c7d2fe}}@media screen and (max-width: 1439px){.xl\:text-indigo-300{color:#a5b4fc}}@media screen and (max-width: 1439px){.xl\:text-indigo-400{color:#818cf8}}@media screen and (max-width: 1439px){.xl\:text-indigo-500{color:#6366f1}}@media screen and (max-width: 1439px){.xl\:text-indigo-600{color:#4f46e5}}@media screen and (max-width: 1439px){.xl\:text-indigo-700{color:#4338ca}}@media screen and (max-width: 1439px){.xl\:text-indigo-800{color:#3730a3}}@media screen and (max-width: 1439px){.xl\:text-indigo-900{color:#312e81}}@media screen and (max-width: 1439px){.xl\:text-indigo-950{color:#1e1b4b}}@media screen and (max-width: 1439px){.xl\:text-violet-50{color:#f5f3ff}}@media screen and (max-width: 1439px){.xl\:text-violet-100{color:#ede9fe}}@media screen and (max-width: 1439px){.xl\:text-violet-200{color:#ddd6fe}}@media screen and (max-width: 1439px){.xl\:text-violet-300{color:#c4b5fd}}@media screen and (max-width: 1439px){.xl\:text-violet-400{color:#a78bfa}}@media screen and (max-width: 1439px){.xl\:text-violet-500{color:#8b5cf6}}@media screen and (max-width: 1439px){.xl\:text-violet-600{color:#7c3aed}}@media screen and (max-width: 1439px){.xl\:text-violet-700{color:#6d28d9}}@media screen and (max-width: 1439px){.xl\:text-violet-800{color:#5b21b6}}@media screen and (max-width: 1439px){.xl\:text-violet-900{color:#4c1d95}}@media screen and (max-width: 1439px){.xl\:text-violet-950{color:#2e1065}}@media screen and (max-width: 1439px){.xl\:text-purple-50{color:#faf5ff}}@media screen and (max-width: 1439px){.xl\:text-purple-100{color:#f3e8ff}}@media screen and (max-width: 1439px){.xl\:text-purple-200{color:#e9d5ff}}@media screen and (max-width: 1439px){.xl\:text-purple-300{color:#d8b4fe}}@media screen and (max-width: 1439px){.xl\:text-purple-400{color:#c084fc}}@media screen and (max-width: 1439px){.xl\:text-purple-500{color:#a855f7}}@media screen and (max-width: 1439px){.xl\:text-purple-600{color:#9333ea}}@media screen and (max-width: 1439px){.xl\:text-purple-700{color:#7e22ce}}@media screen and (max-width: 1439px){.xl\:text-purple-800{color:#6b21a8}}@media screen and (max-width: 1439px){.xl\:text-purple-900{color:#581c87}}@media screen and (max-width: 1439px){.xl\:text-purple-950{color:#3b0764}}@media screen and (max-width: 1439px){.xl\:text-fuchsia-50{color:#fdf4ff}}@media screen and (max-width: 1439px){.xl\:text-fuchsia-100{color:#fae8ff}}@media screen and (max-width: 1439px){.xl\:text-fuchsia-200{color:#f5d0fe}}@media screen and (max-width: 1439px){.xl\:text-fuchsia-300{color:#f0abfc}}@media screen and (max-width: 1439px){.xl\:text-fuchsia-400{color:#e879f9}}@media screen and (max-width: 1439px){.xl\:text-fuchsia-500{color:#d946ef}}@media screen and (max-width: 1439px){.xl\:text-fuchsia-600{color:#c026d3}}@media screen and (max-width: 1439px){.xl\:text-fuchsia-700{color:#a21caf}}@media screen and (max-width: 1439px){.xl\:text-fuchsia-800{color:#86198f}}@media screen and (max-width: 1439px){.xl\:text-fuchsia-900{color:#701a75}}@media screen and (max-width: 1439px){.xl\:text-fuchsia-950{color:#4a044e}}@media screen and (max-width: 1439px){.xl\:text-pink-50{color:#fdf2f8}}@media screen and (max-width: 1439px){.xl\:text-pink-100{color:#fce7f3}}@media screen and (max-width: 1439px){.xl\:text-pink-200{color:#fbcfe8}}@media screen and (max-width: 1439px){.xl\:text-pink-300{color:#f9a8d4}}@media screen and (max-width: 1439px){.xl\:text-pink-400{color:#f472b6}}@media screen and (max-width: 1439px){.xl\:text-pink-500{color:#ec4899}}@media screen and (max-width: 1439px){.xl\:text-pink-600{color:#db2777}}@media screen and (max-width: 1439px){.xl\:text-pink-700{color:#be185d}}@media screen and (max-width: 1439px){.xl\:text-pink-800{color:#9d174d}}@media screen and (max-width: 1439px){.xl\:text-pink-900{color:#831843}}@media screen and (max-width: 1439px){.xl\:text-pink-950{color:#500724}}@media screen and (max-width: 1439px){.xl\:text-rose-50{color:#fff1f2}}@media screen and (max-width: 1439px){.xl\:text-rose-100{color:#ffe4e6}}@media screen and (max-width: 1439px){.xl\:text-rose-200{color:#fecdd3}}@media screen and (max-width: 1439px){.xl\:text-rose-300{color:#fda4af}}@media screen and (max-width: 1439px){.xl\:text-rose-400{color:#fb7185}}@media screen and (max-width: 1439px){.xl\:text-rose-500{color:#f43f5e}}@media screen and (max-width: 1439px){.xl\:text-rose-600{color:#e11d48}}@media screen and (max-width: 1439px){.xl\:text-rose-700{color:#be123c}}@media screen and (max-width: 1439px){.xl\:text-rose-800{color:#9f1239}}@media screen and (max-width: 1439px){.xl\:text-rose-900{color:#881337}}@media screen and (max-width: 1439px){.xl\:text-rose-950{color:#4c0519}}@media screen and (max-width: 1439px){.xl\:text-primary{color:#3874ff}}@media screen and (max-width: 1439px){.xl\:text-primary-bold{color:#002660}}@media screen and (max-width: 1439px){.xl\:text-primary-hover{color:#003585}}@media screen and (max-width: 1439px){.xl\:text-primary-border{color:#156ef3}}@media screen and (max-width: 1439px){.xl\:text-primary-focus-lv1{color:#6492ff}}@media screen and (max-width: 1439px){.xl\:text-primary-focus-lv2{color:#c7ddff}}@media screen and (max-width: 1439px){.xl\:text-primary-bg-color{color:#f8fbff}}@media screen and (max-width: 1439px){.xl\:text-success{color:#00bd7e}}@media screen and (max-width: 1439px){.xl\:text-success-bold{color:#006c58}}@media screen and (max-width: 1439px){.xl\:text-success-hover{color:#008d5e}}@media screen and (max-width: 1439px){.xl\:text-success-border{color:#17e5a1}}@media screen and (max-width: 1439px){.xl\:text-success-focus-lv1{color:#a9fbe0}}@media screen and (max-width: 1439px){.xl\:text-success-bg-color{color:#ebfff8}}@media screen and (max-width: 1439px){.xl\:text-warning{color:#ffb41f}}@media screen and (max-width: 1439px){.xl\:text-warning-bold{color:#b77d09}}@media screen and (max-width: 1439px){.xl\:text-warning-hover{color:#e39f17}}@media screen and (max-width: 1439px){.xl\:text-warning-border{color:#f7c86a}}@media screen and (max-width: 1439px){.xl\:text-warning-focus-lv1{color:#fbe0a9}}@media screen and (max-width: 1439px){.xl\:text-warning-bg-color{color:#fff8eb}}@media screen and (max-width: 1439px){.xl\:text-danger{color:#b20000}}@media screen and (max-width: 1439px){.xl\:text-danger-bold{color:#920122}}@media screen and (max-width: 1439px){.xl\:text-danger-hover{color:#c60833}}@media screen and (max-width: 1439px){.xl\:text-danger-border{color:#f35370}}@media screen and (max-width: 1439px){.xl\:text-danger-focus-lv1{color:#fdabb9}}@media screen and (max-width: 1439px){.xl\:text-danger-bg-color{color:#fff1f4}}@media screen and (max-width: 1439px){.xl\:text-info{color:#2668cb}}@media screen and (max-width: 1439px){.xl\:text-info-bold{color:#023480}}@media screen and (max-width: 1439px){.xl\:text-info-hover{color:#0f4eae}}@media screen and (max-width: 1439px){.xl\:text-info-border{color:#679ef2}}@media screen and (max-width: 1439px){.xl\:text-info-focus-lv1{color:#c1d9fd}}@media screen and (max-width: 1439px){.xl\:text-info-bg-color{color:#f2f7ff}}@media screen and (max-width: 1439px){.xl\:text-neutral-100{color:#1a1a1a}}@media screen and (max-width: 1439px){.xl\:text-neutral-90{color:#424242}}@media screen and (max-width: 1439px){.xl\:text-neutral-80{color:#616161}}@media screen and (max-width: 1439px){.xl\:text-neutral-70{color:#757575}}@media screen and (max-width: 1439px){.xl\:text-neutral-60{color:#9e9e9e}}@media screen and (max-width: 1439px){.xl\:text-neutral-50{color:#c2c2c2}}@media screen and (max-width: 1439px){.xl\:text-neutral-40{color:#e0e0e0}}@media screen and (max-width: 1439px){.xl\:text-neutral-30{color:#ededed}}@media screen and (max-width: 1439px){.xl\:text-neutral-20{color:#f5f5f5}}@media screen and (max-width: 1439px){.xl\:text-base{color:#f5f7fa}}@media screen and (max-width: 1439px){.xl\:text-extraLight{font-family:Mulish-ExtraLight,sans-serif}}@media screen and (max-width: 1439px){.xl\:text-light{font-family:Mulish-Light,sans-serif}}@media screen and (max-width: 1439px){.xl\:text-regular{font-family:Mulish-Regular,sans-serif}}@media screen and (max-width: 1439px){.xl\:text-medium{font-family:Mulish-Medium,sans-serif}}@media screen and (max-width: 1439px){.xl\:text-semiBold{font-family:Mulish-SemiBold,sans-serif}}@media screen and (max-width: 1439px){.xl\:text-bold{font-family:Mulish-SemiBold,sans-serif}}@media screen and (max-width: 1439px){.xl\:text-extraBold{font-family:Mulish-ExtraBold,sans-serif}}@media screen and (max-width: 1439px){.xl\:text-black{font-family:Mulish-Black,sans-serif}}@media screen and (max-width: 1439px){.xl\:text-blackItalic{font-family:Mulish-BlackItalic,sans-serif}}@media screen and (max-width: 1439px){.xl\:text-boldItalic{font-family:Mulish-BoldItalic,sans-serif}}@media screen and (max-width: 1439px){.xl\:text-extraBoldItalic{font-family:Mulish-ExtraBoldItalic,sans-serif}}@media screen and (max-width: 1439px){.xl\:text-extraLightItalic{font-family:Mulish-ExtraLightItalic,sans-serif}}@media screen and (max-width: 1439px){.xl\:text-italic{font-family:Mulish-Italic,sans-serif}}@media screen and (max-width: 1439px){.xl\:text-lightItalic{font-family:Mulish-LightItalic,sans-serif}}@media screen and (max-width: 1439px){.xl\:text-mediumItalic{font-family:Mulish-MediumItalic,sans-serif}}@media screen and (max-width: 1439px){.xl\:text-semiBoldItalic{font-family:Mulish-SemiBoldItalic,sans-serif}}@media screen and (max-width: 1439px){.xl\:top-0{top:0px}}@media screen and (max-width: 1439px){.xl\:top-px{top:1px}}@media screen and (max-width: 1439px){.xl\:top-1{top:.25rem}}@media screen and (max-width: 1439px){.xl\:top-2{top:.5rem}}@media screen and (max-width: 1439px){.xl\:top-3{top:.75rem}}@media screen and (max-width: 1439px){.xl\:top-4{top:1rem}}@media screen and (max-width: 1439px){.xl\:top-5{top:1.25rem}}@media screen and (max-width: 1439px){.xl\:top-6{top:1.5rem}}@media screen and (max-width: 1439px){.xl\:top-7{top:1.75rem}}@media screen and (max-width: 1439px){.xl\:top-8{top:2rem}}@media screen and (max-width: 1439px){.xl\:top-9{top:2.25rem}}@media screen and (max-width: 1439px){.xl\:top-10{top:2.5rem}}@media screen and (max-width: 1439px){.xl\:top-11{top:2.75rem}}@media screen and (max-width: 1439px){.xl\:top-12{top:3rem}}@media screen and (max-width: 1439px){.xl\:top-14{top:3.5rem}}@media screen and (max-width: 1439px){.xl\:top-16{top:4rem}}@media screen and (max-width: 1439px){.xl\:top-20{top:5rem}}@media screen and (max-width: 1439px){.xl\:top-24{top:6rem}}@media screen and (max-width: 1439px){.xl\:top-28{top:7rem}}@media screen and (max-width: 1439px){.xl\:top-32{top:8rem}}@media screen and (max-width: 1439px){.xl\:top-36{top:9rem}}@media screen and (max-width: 1439px){.xl\:top-40{top:10rem}}@media screen and (max-width: 1439px){.xl\:top-44{top:11rem}}@media screen and (max-width: 1439px){.xl\:top-48{top:12rem}}@media screen and (max-width: 1439px){.xl\:top-52{top:13rem}}@media screen and (max-width: 1439px){.xl\:top-56{top:14rem}}@media screen and (max-width: 1439px){.xl\:top-60{top:15rem}}@media screen and (max-width: 1439px){.xl\:top-64{top:16rem}}@media screen and (max-width: 1439px){.xl\:top-72{top:18rem}}@media screen and (max-width: 1439px){.xl\:top-80{top:20rem}}@media screen and (max-width: 1439px){.xl\:top-96{top:24rem}}@media screen and (max-width: 1439px){.xl\:top-auto{top:auto}}@media screen and (max-width: 1439px){.xl\:top-full{top:100%}}@media screen and (max-width: 1439px){.xl\:top-screen{top:100vh}}@media screen and (max-width: 1439px){.xl\:top-min{top:min-content}}@media screen and (max-width: 1439px){.xl\:top-max{top:max-content}}@media screen and (max-width: 1439px){.xl\:top-fit{top:fit-content}}.xl\:top-1\/2{top:50%}.xl\:top-1\/3{top:33.333333%}.xl\:top-1\/4{top:25%}.xl\:top-1\/5{top:20%}.xl\:top-1\/6{top:16.666667%}.xl\:top-1\/12{top:8.333333%}@media screen and (max-width: 1439px){.xl\:bottom-0{bottom:0px}}@media screen and (max-width: 1439px){.xl\:bottom-px{bottom:1px}}@media screen and (max-width: 1439px){.xl\:bottom-1{bottom:.25rem}}@media screen and (max-width: 1439px){.xl\:bottom-2{bottom:.5rem}}@media screen and (max-width: 1439px){.xl\:bottom-3{bottom:.75rem}}@media screen and (max-width: 1439px){.xl\:bottom-4{bottom:1rem}}@media screen and (max-width: 1439px){.xl\:bottom-5{bottom:1.25rem}}@media screen and (max-width: 1439px){.xl\:bottom-6{bottom:1.5rem}}@media screen and (max-width: 1439px){.xl\:bottom-7{bottom:1.75rem}}@media screen and (max-width: 1439px){.xl\:bottom-8{bottom:2rem}}@media screen and (max-width: 1439px){.xl\:bottom-9{bottom:2.25rem}}@media screen and (max-width: 1439px){.xl\:bottom-10{bottom:2.5rem}}@media screen and (max-width: 1439px){.xl\:bottom-11{bottom:2.75rem}}@media screen and (max-width: 1439px){.xl\:bottom-12{bottom:3rem}}@media screen and (max-width: 1439px){.xl\:bottom-14{bottom:3.5rem}}@media screen and (max-width: 1439px){.xl\:bottom-16{bottom:4rem}}@media screen and (max-width: 1439px){.xl\:bottom-20{bottom:5rem}}@media screen and (max-width: 1439px){.xl\:bottom-24{bottom:6rem}}@media screen and (max-width: 1439px){.xl\:bottom-28{bottom:7rem}}@media screen and (max-width: 1439px){.xl\:bottom-32{bottom:8rem}}@media screen and (max-width: 1439px){.xl\:bottom-36{bottom:9rem}}@media screen and (max-width: 1439px){.xl\:bottom-40{bottom:10rem}}@media screen and (max-width: 1439px){.xl\:bottom-44{bottom:11rem}}@media screen and (max-width: 1439px){.xl\:bottom-48{bottom:12rem}}@media screen and (max-width: 1439px){.xl\:bottom-52{bottom:13rem}}@media screen and (max-width: 1439px){.xl\:bottom-56{bottom:14rem}}@media screen and (max-width: 1439px){.xl\:bottom-60{bottom:15rem}}@media screen and (max-width: 1439px){.xl\:bottom-64{bottom:16rem}}@media screen and (max-width: 1439px){.xl\:bottom-72{bottom:18rem}}@media screen and (max-width: 1439px){.xl\:bottom-80{bottom:20rem}}@media screen and (max-width: 1439px){.xl\:bottom-96{bottom:24rem}}@media screen and (max-width: 1439px){.xl\:bottom-auto{bottom:auto}}@media screen and (max-width: 1439px){.xl\:bottom-full{bottom:100%}}@media screen and (max-width: 1439px){.xl\:bottom-screen{bottom:100vh}}@media screen and (max-width: 1439px){.xl\:bottom-min{bottom:min-content}}@media screen and (max-width: 1439px){.xl\:bottom-max{bottom:max-content}}@media screen and (max-width: 1439px){.xl\:bottom-fit{bottom:fit-content}}.xl\:bottom-1\/2{bottom:50%}.xl\:bottom-1\/3{bottom:33.333333%}.xl\:bottom-1\/4{bottom:25%}.xl\:bottom-1\/5{bottom:20%}.xl\:bottom-1\/6{bottom:16.666667%}.xl\:bottom-1\/12{bottom:8.333333%}@media screen and (max-width: 1439px){.xl\:right-0{right:0px}}@media screen and (max-width: 1439px){.xl\:right-px{right:1px}}@media screen and (max-width: 1439px){.xl\:right-1{right:.25rem}}@media screen and (max-width: 1439px){.xl\:right-2{right:.5rem}}@media screen and (max-width: 1439px){.xl\:right-3{right:.75rem}}@media screen and (max-width: 1439px){.xl\:right-4{right:1rem}}@media screen and (max-width: 1439px){.xl\:right-5{right:1.25rem}}@media screen and (max-width: 1439px){.xl\:right-6{right:1.5rem}}@media screen and (max-width: 1439px){.xl\:right-7{right:1.75rem}}@media screen and (max-width: 1439px){.xl\:right-8{right:2rem}}@media screen and (max-width: 1439px){.xl\:right-9{right:2.25rem}}@media screen and (max-width: 1439px){.xl\:right-10{right:2.5rem}}@media screen and (max-width: 1439px){.xl\:right-11{right:2.75rem}}@media screen and (max-width: 1439px){.xl\:right-12{right:3rem}}@media screen and (max-width: 1439px){.xl\:right-14{right:3.5rem}}@media screen and (max-width: 1439px){.xl\:right-16{right:4rem}}@media screen and (max-width: 1439px){.xl\:right-20{right:5rem}}@media screen and (max-width: 1439px){.xl\:right-24{right:6rem}}@media screen and (max-width: 1439px){.xl\:right-28{right:7rem}}@media screen and (max-width: 1439px){.xl\:right-32{right:8rem}}@media screen and (max-width: 1439px){.xl\:right-36{right:9rem}}@media screen and (max-width: 1439px){.xl\:right-40{right:10rem}}@media screen and (max-width: 1439px){.xl\:right-44{right:11rem}}@media screen and (max-width: 1439px){.xl\:right-48{right:12rem}}@media screen and (max-width: 1439px){.xl\:right-52{right:13rem}}@media screen and (max-width: 1439px){.xl\:right-56{right:14rem}}@media screen and (max-width: 1439px){.xl\:right-60{right:15rem}}@media screen and (max-width: 1439px){.xl\:right-64{right:16rem}}@media screen and (max-width: 1439px){.xl\:right-72{right:18rem}}@media screen and (max-width: 1439px){.xl\:right-80{right:20rem}}@media screen and (max-width: 1439px){.xl\:right-96{right:24rem}}@media screen and (max-width: 1439px){.xl\:right-auto{right:auto}}@media screen and (max-width: 1439px){.xl\:right-full{right:100%}}@media screen and (max-width: 1439px){.xl\:right-screen{right:100vh}}@media screen and (max-width: 1439px){.xl\:right-min{right:min-content}}@media screen and (max-width: 1439px){.xl\:right-max{right:max-content}}@media screen and (max-width: 1439px){.xl\:right-fit{right:fit-content}}.xl\:right-1\/2{right:50%}.xl\:right-1\/3{right:33.333333%}.xl\:right-1\/4{right:25%}.xl\:right-1\/5{right:20%}.xl\:right-1\/6{right:16.666667%}.xl\:right-1\/12{right:8.333333%}@media screen and (max-width: 1439px){.xl\:left-0{left:0px}}@media screen and (max-width: 1439px){.xl\:left-px{left:1px}}@media screen and (max-width: 1439px){.xl\:left-1{left:.25rem}}@media screen and (max-width: 1439px){.xl\:left-2{left:.5rem}}@media screen and (max-width: 1439px){.xl\:left-3{left:.75rem}}@media screen and (max-width: 1439px){.xl\:left-4{left:1rem}}@media screen and (max-width: 1439px){.xl\:left-5{left:1.25rem}}@media screen and (max-width: 1439px){.xl\:left-6{left:1.5rem}}@media screen and (max-width: 1439px){.xl\:left-7{left:1.75rem}}@media screen and (max-width: 1439px){.xl\:left-8{left:2rem}}@media screen and (max-width: 1439px){.xl\:left-9{left:2.25rem}}@media screen and (max-width: 1439px){.xl\:left-10{left:2.5rem}}@media screen and (max-width: 1439px){.xl\:left-11{left:2.75rem}}@media screen and (max-width: 1439px){.xl\:left-12{left:3rem}}@media screen and (max-width: 1439px){.xl\:left-14{left:3.5rem}}@media screen and (max-width: 1439px){.xl\:left-16{left:4rem}}@media screen and (max-width: 1439px){.xl\:left-20{left:5rem}}@media screen and (max-width: 1439px){.xl\:left-24{left:6rem}}@media screen and (max-width: 1439px){.xl\:left-28{left:7rem}}@media screen and (max-width: 1439px){.xl\:left-32{left:8rem}}@media screen and (max-width: 1439px){.xl\:left-36{left:9rem}}@media screen and (max-width: 1439px){.xl\:left-40{left:10rem}}@media screen and (max-width: 1439px){.xl\:left-44{left:11rem}}@media screen and (max-width: 1439px){.xl\:left-48{left:12rem}}@media screen and (max-width: 1439px){.xl\:left-52{left:13rem}}@media screen and (max-width: 1439px){.xl\:left-56{left:14rem}}@media screen and (max-width: 1439px){.xl\:left-60{left:15rem}}@media screen and (max-width: 1439px){.xl\:left-64{left:16rem}}@media screen and (max-width: 1439px){.xl\:left-72{left:18rem}}@media screen and (max-width: 1439px){.xl\:left-80{left:20rem}}@media screen and (max-width: 1439px){.xl\:left-96{left:24rem}}@media screen and (max-width: 1439px){.xl\:left-auto{left:auto}}@media screen and (max-width: 1439px){.xl\:left-full{left:100%}}@media screen and (max-width: 1439px){.xl\:left-screen{left:100vh}}@media screen and (max-width: 1439px){.xl\:left-min{left:min-content}}@media screen and (max-width: 1439px){.xl\:left-max{left:max-content}}@media screen and (max-width: 1439px){.xl\:left-fit{left:fit-content}}.xl\:left-1\/2{left:50%}.xl\:left-1\/3{left:33.333333%}.xl\:left-1\/4{left:25%}.xl\:left-1\/5{left:20%}.xl\:left-1\/6{left:16.666667%}.xl\:left-1\/12{left:8.333333%}@media screen and (max-width: 1439px){.xl\:z-0{z-index:0}}@media screen and (max-width: 1439px){.xl\:z-10{z-index:10}}@media screen and (max-width: 1439px){.xl\:z-20{z-index:20}}@media screen and (max-width: 1439px){.xl\:z-30{z-index:30}}@media screen and (max-width: 1439px){.xl\:z-40{z-index:40}}@media screen and (max-width: 1439px){.xl\:z-50{z-index:50}}@media screen and (max-width: 1439px){.xl\:z-auto{z-index:auto}}.xl\:m-auto{margin:auto}.xl\:ml-auto{margin-left:auto}.xl\:mr-auto{margin-right:auto}.xl\:mx-auto{margin:0 auto}.xl\:my-auto{margin:auto 0}.xl\:mb-auto{margin-bottom:auto}.xl\:mt-auto{margin-top:auto}.xl\:m-0{margin:0}.xl\:ml-0{margin-left:0}.xl\:mr-0{margin-right:0}.xl\:mx-0,.xl\:my-0{margin:0}.xl\:mb-0{margin-bottom:0}.xl\:mt-0{margin-top:0}.xl\:m-1{margin:.25rem}.xl\:ml-1{margin-left:.25rem}.xl\:mr-1{margin-right:.25rem}.xl\:mx-1{margin:0px .25rem}.xl\:my-1{margin:.25rem 0px}.xl\:mb-1{margin-bottom:.25rem}.xl\:mt-1{margin-top:.25rem}.xl\:m-2{margin:.5rem}.xl\:ml-2{margin-left:.5rem}.xl\:mr-2{margin-right:.5rem}.xl\:mx-2{margin:0px .5rem}.xl\:my-2{margin:.5rem 0px}.xl\:mb-2{margin-bottom:.5rem}.xl\:mt-2{margin-top:.5rem}.xl\:m-3{margin:.75rem}.xl\:ml-3{margin-left:.75rem}.xl\:mr-3{margin-right:.75rem}.xl\:mx-3{margin:0px .75rem}.xl\:my-3{margin:.75rem 0px}.xl\:mb-3{margin-bottom:.75rem}.xl\:mt-3{margin-top:.75rem}.xl\:m-4{margin:1rem}.xl\:ml-4{margin-left:1rem}.xl\:mr-4{margin-right:1rem}.xl\:mx-4{margin:0px 1rem}.xl\:my-4{margin:1rem 0px}.xl\:mb-4{margin-bottom:1rem}.xl\:mt-4{margin-top:1rem}.xl\:m-5{margin:1.25rem}.xl\:ml-5{margin-left:1.25rem}.xl\:mr-5{margin-right:1.25rem}.xl\:mx-5{margin:0px 1.25rem}.xl\:my-5{margin:1.25rem 0px}.xl\:mb-5{margin-bottom:1.25rem}.xl\:mt-5{margin-top:1.25rem}.xl\:m-6{margin:1.5rem}.xl\:ml-6{margin-left:1.5rem}.xl\:mr-6{margin-right:1.5rem}.xl\:mx-6{margin:0px 1.5rem}.xl\:my-6{margin:1.5rem 0px}.xl\:mb-6{margin-bottom:1.5rem}.xl\:mt-6{margin-top:1.5rem}.xl\:m-7{margin:1.75rem}.xl\:ml-7{margin-left:1.75rem}.xl\:mr-7{margin-right:1.75rem}.xl\:mx-7{margin:0px 1.75rem}.xl\:my-7{margin:1.75rem 0px}.xl\:mb-7{margin-bottom:1.75rem}.xl\:mt-7{margin-top:1.75rem}.xl\:m-8{margin:2rem}.xl\:ml-8{margin-left:2rem}.xl\:mr-8{margin-right:2rem}.xl\:mx-8{margin:0px 2rem}.xl\:my-8{margin:2rem 0px}.xl\:mb-8{margin-bottom:2rem}.xl\:mt-8{margin-top:2rem}.xl\:m-9{margin:2.25rem}.xl\:ml-9{margin-left:2.25rem}.xl\:mr-9{margin-right:2.25rem}.xl\:mx-9{margin:0px 2.25rem}.xl\:my-9{margin:2.25rem 0px}.xl\:mb-9{margin-bottom:2.25rem}.xl\:mt-9{margin-top:2.25rem}.xl\:m-10{margin:2.5rem}.xl\:ml-10{margin-left:2.5rem}.xl\:mr-10{margin-right:2.5rem}.xl\:mx-10{margin:0px 2.5rem}.xl\:my-10{margin:2.5rem 0px}.xl\:mb-10{margin-bottom:2.5rem}.xl\:mt-10{margin-top:2.5rem}.xl\:m-11{margin:2.75rem}.xl\:ml-11{margin-left:2.75rem}.xl\:mr-11{margin-right:2.75rem}.xl\:mx-11{margin:0px 2.75rem}.xl\:my-11{margin:2.75rem 0px}.xl\:mb-11{margin-bottom:2.75rem}.xl\:mt-11{margin-top:2.75rem}.xl\:m-12{margin:3rem}.xl\:ml-12{margin-left:3rem}.xl\:mr-12{margin-right:3rem}.xl\:mx-12{margin:0px 3rem}.xl\:my-12{margin:3rem 0px}.xl\:mb-12{margin-bottom:3rem}.xl\:mt-12{margin-top:3rem}.xl\:m-14{margin:3.5rem}.xl\:ml-14{margin-left:3.5rem}.xl\:mr-14{margin-right:3.5rem}.xl\:mx-14{margin:0px 3.5rem}.xl\:my-14{margin:3.5rem 0px}.xl\:mb-14{margin-bottom:3.5rem}.xl\:mt-14{margin-top:3.5rem}.xl\:m-16{margin:4rem}.xl\:ml-16{margin-left:4rem}.xl\:mr-16{margin-right:4rem}.xl\:mx-16{margin:0px 4rem}.xl\:my-16{margin:4rem 0px}.xl\:mb-16{margin-bottom:4rem}.xl\:mt-16{margin-top:4rem}.xl\:m-20{margin:5rem}.xl\:ml-20{margin-left:5rem}.xl\:mr-20{margin-right:5rem}.xl\:mx-20{margin:0px 5rem}.xl\:my-20{margin:5rem 0px}.xl\:mb-20{margin-bottom:5rem}.xl\:mt-20{margin-top:5rem}.xl\:m-24{margin:6rem}.xl\:ml-24{margin-left:6rem}.xl\:mr-24{margin-right:6rem}.xl\:mx-24{margin:0px 6rem}.xl\:my-24{margin:6rem 0px}.xl\:mb-24{margin-bottom:6rem}.xl\:mt-24{margin-top:6rem}.xl\:m-28{margin:7rem}.xl\:ml-28{margin-left:7rem}.xl\:mr-28{margin-right:7rem}.xl\:mx-28{margin:0px 7rem}.xl\:my-28{margin:7rem 0px}.xl\:mb-28{margin-bottom:7rem}.xl\:mt-28{margin-top:7rem}.xl\:m-32{margin:8rem}.xl\:ml-32{margin-left:8rem}.xl\:mr-32{margin-right:8rem}.xl\:mx-32{margin:0px 8rem}.xl\:my-32{margin:8rem 0px}.xl\:mb-32{margin-bottom:8rem}.xl\:mt-32{margin-top:8rem}.xl\:m-36{margin:9rem}.xl\:ml-36{margin-left:9rem}.xl\:mr-36{margin-right:9rem}.xl\:mx-36{margin:0px 9rem}.xl\:my-36{margin:9rem 0px}.xl\:mb-36{margin-bottom:9rem}.xl\:mt-36{margin-top:9rem}.xl\:m-40{margin:10rem}.xl\:ml-40{margin-left:10rem}.xl\:mr-40{margin-right:10rem}.xl\:mx-40{margin:0px 10rem}.xl\:my-40{margin:10rem 0px}.xl\:mb-40{margin-bottom:10rem}.xl\:mt-40{margin-top:10rem}.xl\:m-44{margin:11rem}.xl\:ml-44{margin-left:11rem}.xl\:mr-44{margin-right:11rem}.xl\:mx-44{margin:0px 11rem}.xl\:my-44{margin:11rem 0px}.xl\:mb-44{margin-bottom:11rem}.xl\:mt-44{margin-top:11rem}.xl\:m-48{margin:12rem}.xl\:ml-48{margin-left:12rem}.xl\:mr-48{margin-right:12rem}.xl\:mx-48{margin:0px 12rem}.xl\:my-48{margin:12rem 0px}.xl\:mb-48{margin-bottom:12rem}.xl\:mt-48{margin-top:12rem}.xl\:m-52{margin:13rem}.xl\:ml-52{margin-left:13rem}.xl\:mr-52{margin-right:13rem}.xl\:mx-52{margin:0px 13rem}.xl\:my-52{margin:13rem 0px}.xl\:mb-52{margin-bottom:13rem}.xl\:mt-52{margin-top:13rem}.xl\:m-56{margin:14rem}.xl\:ml-56{margin-left:14rem}.xl\:mr-56{margin-right:14rem}.xl\:mx-56{margin:0px 14rem}.xl\:my-56{margin:14rem 0px}.xl\:mb-56{margin-bottom:14rem}.xl\:mt-56{margin-top:14rem}.xl\:m-60{margin:15rem}.xl\:ml-60{margin-left:15rem}.xl\:mr-60{margin-right:15rem}.xl\:mx-60{margin:0px 15rem}.xl\:my-60{margin:15rem 0px}.xl\:mb-60{margin-bottom:15rem}.xl\:mt-60{margin-top:15rem}.xl\:m-64{margin:16rem}.xl\:ml-64{margin-left:16rem}.xl\:mr-64{margin-right:16rem}.xl\:mx-64{margin:0px 16rem}.xl\:my-64{margin:16rem 0px}.xl\:mb-64{margin-bottom:16rem}.xl\:mt-64{margin-top:16rem}.xl\:m-72{margin:18rem}.xl\:ml-72{margin-left:18rem}.xl\:mr-72{margin-right:18rem}.xl\:mx-72{margin:0px 18rem}.xl\:my-72{margin:18rem 0px}.xl\:mb-72{margin-bottom:18rem}.xl\:mt-72{margin-top:18rem}.xl\:m-80{margin:20rem}.xl\:ml-80{margin-left:20rem}.xl\:mr-80{margin-right:20rem}.xl\:mx-80{margin:0px 20rem}.xl\:my-80{margin:20rem 0px}.xl\:mb-80{margin-bottom:20rem}.xl\:mt-80{margin-top:20rem}.xl\:m-96{margin:24rem}.xl\:ml-96{margin-left:24rem}.xl\:mr-96{margin-right:24rem}.xl\:mx-96{margin:0px 24rem}.xl\:my-96{margin:24rem 0px}.xl\:mb-96{margin-bottom:24rem}.xl\:mt-96{margin-top:24rem}@media screen and (max-width: 1439px){.xl\:gap-0{gap:0px}}@media screen and (max-width: 1439px){.xl\:gap-1{gap:.25rem}}@media screen and (max-width: 1439px){.xl\:gap-2{gap:.5rem}}@media screen and (max-width: 1439px){.xl\:gap-3{gap:.75rem}}@media screen and (max-width: 1439px){.xl\:gap-4{gap:1rem}}@media screen and (max-width: 1439px){.xl\:gap-5{gap:1.25rem}}@media screen and (max-width: 1439px){.xl\:gap-6{gap:1.5rem}}@media screen and (max-width: 1439px){.xl\:gap-7{gap:1.75rem}}@media screen and (max-width: 1439px){.xl\:gap-8{gap:2rem}}@media screen and (max-width: 1439px){.xl\:gap-9{gap:2.25rem}}@media screen and (max-width: 1439px){.xl\:gap-10{gap:2.5rem}}@media screen and (max-width: 1439px){.xl\:gap-11{gap:2.75rem}}@media screen and (max-width: 1439px){.xl\:gap-12{gap:3rem}}@media screen and (max-width: 1439px){.xl\:gap-14{gap:3.5rem}}@media screen and (max-width: 1439px){.xl\:gap-16{gap:4rem}}@media screen and (max-width: 1439px){.xl\:gap-20{gap:5rem}}@media screen and (max-width: 1439px){.xl\:gap-24{gap:6rem}}@media screen and (max-width: 1439px){.xl\:gap-28{gap:7rem}}@media screen and (max-width: 1439px){.xl\:gap-32{gap:8rem}}@media screen and (max-width: 1439px){.xl\:gap-36{gap:9rem}}@media screen and (max-width: 1439px){.xl\:gap-40{gap:10rem}}@media screen and (max-width: 1439px){.xl\:gap-44{gap:11rem}}@media screen and (max-width: 1439px){.xl\:gap-48{gap:12rem}}@media screen and (max-width: 1439px){.xl\:gap-52{gap:13rem}}@media screen and (max-width: 1439px){.xl\:gap-56{gap:14rem}}@media screen and (max-width: 1439px){.xl\:gap-60{gap:15rem}}@media screen and (max-width: 1439px){.xl\:gap-64{gap:16rem}}@media screen and (max-width: 1439px){.xl\:gap-72{gap:18rem}}@media screen and (max-width: 1439px){.xl\:gap-80{gap:20rem}}@media screen and (max-width: 1439px){.xl\:gap-96{gap:24rem}}@media screen and (max-width: 1439px){.xl\:justify-center{justify-content:center}}@media screen and (max-width: 1439px){.xl\:justify-end{justify-content:end}}@media screen and (max-width: 1439px){.xl\:justify-start{justify-content:start}}@media screen and (max-width: 1439px){.xl\:justify-between{justify-content:space-between}}@media screen and (max-width: 1439px){.xl\:justify-baseline{justify-content:baseline}}@media screen and (max-width: 1439px){.xl\:justify-around{justify-content:space-around}}@media screen and (max-width: 1439px){.xl\:justify-evenly{justify-content:space-evenly}}@media screen and (max-width: 1439px){.xl\:items-center{align-items:center}}@media screen and (max-width: 1439px){.xl\:items-baseline{align-items:baseline}}@media screen and (max-width: 1439px){.xl\:items-end{align-items:flex-end}}@media screen and (max-width: 1439px){.xl\:items-start{align-items:flex-start}}@media screen and (max-width: 1439px){.xl\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}}@media screen and (max-width: 1439px){.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width: 1439px){.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width: 1439px){.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media screen and (max-width: 1439px){.xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}}@media screen and (max-width: 1439px){.xl\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}}@media screen and (max-width: 1439px){.xl\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}}@media screen and (max-width: 1439px){.xl\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}}@media screen and (max-width: 1439px){.xl\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}}@media screen and (max-width: 1439px){.xl\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}}@media screen and (max-width: 1439px){.xl\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}}@media screen and (max-width: 1439px){.xl\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}}@media screen and (max-width: 1439px){.xl\:grid-cols-none{grid-template-columns:none}}@media screen and (max-width: 1439px){.xl\:object-contain{object-fit:contain}}@media screen and (max-width: 1439px){.xl\:object-cover{object-fit:cover}}@media screen and (max-width: 1439px){.xl\:object-fill{object-fit:fill}}@media screen and (max-width: 1439px){.xl\:object-none{object-fit:none}}@media screen and (max-width: 1439px){.xl\:object-scale-down{object-fit:scale-down}}@media screen and (max-width: 1439px){.xl\:backdrop-blur-none{backdrop-filter:blur(0)}}@media screen and (max-width: 1439px){.xl\:backdrop-blur-sm{backdrop-filter:blur(4px)}}@media screen and (max-width: 1439px){.xl\:backdrop-blur{backdrop-filter:blur(8px)}}@media screen and (max-width: 1439px){.xl\:backdrop-blur-md{backdrop-filter:blur(12px)}}@media screen and (max-width: 1439px){.xl\:backdrop-blur-lg{backdrop-filter:blur(16px)}}@media screen and (max-width: 1439px){.xl\:backdrop-blur-xl{backdrop-filter:blur(24px)}}@media screen and (max-width: 1439px){.xl\:backdrop-blur-2xl{backdrop-filter:blur(40px)}}@media screen and (max-width: 1439px){.xl\:backdrop-blur-3xl{backdrop-filter:blur(64px)}}@media screen and (max-width: 1439px){.xl\:col-auto{grid-column:auto}}@media screen and (max-width: 1439px){.xl\:col-span-1{grid-column:span 1/span 1}}@media screen and (max-width: 1439px){.xl\:col-span-2{grid-column:span 2/span 2}}@media screen and (max-width: 1439px){.xl\:col-span-3{grid-column:span 3/span 3}}@media screen and (max-width: 1439px){.xl\:col-span-4{grid-column:span 4/span 4}}@media screen and (max-width: 1439px){.xl\:col-span-5{grid-column:span 5/span 5}}@media screen and (max-width: 1439px){.xl\:col-span-6{grid-column:span 6/span 6}}@media screen and (max-width: 1439px){.xl\:col-span-7{grid-column:span 7/span 7}}@media screen and (max-width: 1439px){.xl\:col-span-8{grid-column:span 8/span 8}}@media screen and (max-width: 1439px){.xl\:col-span-9{grid-column:span 9/span 9}}@media screen and (max-width: 1439px){.xl\:col-span-10{grid-column:span 10/span 10}}@media screen and (max-width: 1439px){.xl\:col-span-11{grid-column:span 11/span 11}}@media screen and (max-width: 1439px){.xl\:col-span-12{grid-column:span 12/span 12}}@media screen and (max-width: 1439px){.xl\:col-start-1{grid-column-start:1}}@media screen and (max-width: 1439px){.xl\:col-start-2{grid-column-start:2}}@media screen and (max-width: 1439px){.xl\:col-start-3{grid-column-start:3}}@media screen and (max-width: 1439px){.xl\:col-start-4{grid-column-start:4}}@media screen and (max-width: 1439px){.xl\:col-start-5{grid-column-start:5}}@media screen and (max-width: 1439px){.xl\:col-start-6{grid-column-start:6}}@media screen and (max-width: 1439px){.xl\:col-start-7{grid-column-start:7}}@media screen and (max-width: 1439px){.xl\:col-start-8{grid-column-start:8}}@media screen and (max-width: 1439px){.xl\:col-start-9{grid-column-start:9}}@media screen and (max-width: 1439px){.xl\:col-start-10{grid-column-start:10}}@media screen and (max-width: 1439px){.xl\:col-start-11{grid-column-start:11}}@media screen and (max-width: 1439px){.xl\:col-start-12{grid-column-start:12}}@media screen and (max-width: 1439px){.xl\:col-start-13{grid-column-start:13}}@media screen and (max-width: 1439px){.xl\:col-start-auto{grid-column-start:auto}}@media screen and (max-width: 1439px){.xl\:col-end-1{grid-column-end:1}}@media screen and (max-width: 1439px){.xl\:col-end-2{grid-column-end:2}}@media screen and (max-width: 1439px){.xl\:col-end-3{grid-column-end:3}}@media screen and (max-width: 1439px){.xl\:col-end-4{grid-column-end:4}}@media screen and (max-width: 1439px){.xl\:col-end-5{grid-column-end:5}}@media screen and (max-width: 1439px){.xl\:col-end-6{grid-column-end:6}}@media screen and (max-width: 1439px){.xl\:col-end-7{grid-column-end:7}}@media screen and (max-width: 1439px){.xl\:col-end-8{grid-column-end:8}}@media screen and (max-width: 1439px){.xl\:col-end-9{grid-column-end:9}}@media screen and (max-width: 1439px){.xl\:col-end-10{grid-column-end:10}}@media screen and (max-width: 1439px){.xl\:col-end-11{grid-column-end:11}}@media screen and (max-width: 1439px){.xl\:col-end-12{grid-column-end:12}}@media screen and (max-width: 1439px){.xl\:col-end-13{grid-column-end:13}}@media screen and (max-width: 1439px){.xl\:col-end-auto{grid-column-end:auto}}@media screen and (max-width: 1439px){.xl\:indent-0{text-indent:0px}}@media screen and (max-width: 1439px){.xl\:indent-px{text-indent:1px}}@media screen and (max-width: 1439px){.xl\:indent-1{text-indent:.25rem}}@media screen and (max-width: 1439px){.xl\:indent-2{text-indent:.5rem}}@media screen and (max-width: 1439px){.xl\:indent-3{text-indent:.75rem}}@media screen and (max-width: 1439px){.xl\:indent-4{text-indent:1rem}}@media screen and (max-width: 1439px){.xl\:indent-5{text-indent:1.25rem}}@media screen and (max-width: 1439px){.xl\:indent-6{text-indent:1.5rem}}@media screen and (max-width: 1439px){.xl\:indent-7{text-indent:1.75rem}}@media screen and (max-width: 1439px){.xl\:indent-8{text-indent:2rem}}@media screen and (max-width: 1439px){.xl\:indent-9{text-indent:2.25rem}}@media screen and (max-width: 1439px){.xl\:indent-10{text-indent:2.5rem}}@media screen and (max-width: 1439px){.xl\:indent-11{text-indent:2.75rem}}@media screen and (max-width: 1439px){.xl\:indent-12{text-indent:3rem}}@media screen and (max-width: 1439px){.xl\:indent-14{text-indent:3.5rem}}@media screen and (max-width: 1439px){.xl\:indent-16{text-indent:4rem}}@media screen and (max-width: 1439px){.xl\:indent-20{text-indent:5rem}}@media screen and (max-width: 1439px){.xl\:indent-24{text-indent:6rem}}@media screen and (max-width: 1439px){.xl\:indent-28{text-indent:7rem}}@media screen and (max-width: 1439px){.xl\:indent-32{text-indent:8rem}}@media screen and (max-width: 1439px){.xl\:indent-36{text-indent:9rem}}@media screen and (max-width: 1439px){.xl\:indent-40{text-indent:10rem}}@media screen and (max-width: 1439px){.xl\:indent-44{text-indent:11rem}}@media screen and (max-width: 1439px){.xl\:indent-48{text-indent:12rem}}@media screen and (max-width: 1439px){.xl\:indent-52{text-indent:13rem}}@media screen and (max-width: 1439px){.xl\:indent-56{text-indent:14rem}}@media screen and (max-width: 1439px){.xl\:indent-60{text-indent:15rem}}@media screen and (max-width: 1439px){.xl\:indent-64{text-indent:16rem}}@media screen and (max-width: 1439px){.xl\:indent-72{text-indent:18rem}}@media screen and (max-width: 1439px){.xl\:indent-80{text-indent:20rem}}@media screen and (max-width: 1439px){.xl\:indent-96{text-indent:24rem}}.xl\:indent-0\.5{text-transform:.125rem}.xl\:indent-1\.5{text-transform:.375rem}.xl\:indent-2\.5{text-transform:.625rem}.xl\:indent-3\.5{text-transform:.875rem}@media screen and (max-width: 1439px){.xl\: .underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}}@media screen and (max-width: 1439px){.xl\: .overline{-webkit-text-decoration-line:overline;text-decoration-line:overline}}@media screen and (max-width: 1439px){.xl\: .through{-webkit-text-decoration-line:line-through;text-decoration-line:line-through}}@media screen and (max-width: 1439px){.xl\: .none{-webkit-text-decoration-line:none;text-decoration-line:none}}@media screen and (max-width: 1439px){.xl\: .uppercase{text-transform:uppercase}}@media screen and (max-width: 1439px){.xl\: .lowercase{text-transform:lowercase}}@media screen and (max-width: 1439px){.xl\: .capitalize{text-transform:capitalize}}@media screen and (max-width: 1439px){.xl\: .normal-case{text-transform:none}}@media screen and (max-width: 1439px){.xl\:shadow-2-12{box-shadow:0 2px 4px #0000001f}}@media screen and (max-width: 1439px){.xl\:shadow-4-10{box-shadow:0 4px 8px #0000001a}}@media screen and (max-width: 1439px){.xl\:shadow-6-10{box-shadow:0 6px 12px #0000001a}}@media screen and (max-width: 1439px){.xl\:shadow-6-8{box-shadow:0 8px 16px #00000014}}@media screen and (max-width: 1439px){.xl\:shadow-primary{box-shadow:0 0 0 1px #6492ff}}@media screen and (max-width: 1439px){.xl\:shadow-danger{box-shadow:0 0 0 1px #fdabb9}}@media screen and (max-width: 1439px){.xl\:shadow-warning{box-shadow:0 0 0 1px #fbe0a9}}@media screen and (max-width: 1439px){.xl\:shadow-info{box-shadow:0 0 0 1px #c1d9fd}}@media screen and (max-width: 1439px){.xl\:shadow-success{box-shadow:0 0 0 1px #c1d9fd}}@media screen and (max-width: 1439px){.xl\:shadow-loading{box-shadow:0 0 0 1px #757575}}@media screen and (max-width: 1439px){.xl\:shadow-header{box-shadow:0 2px 4px #0000001f}}@media screen and (max-width: 1439px){.xl\:shadow-none{box-shadow:none}}@media screen and (max-width: 1439px){.xl\:button-extraSm{padding:6px 16px}}@media screen and (max-width: 1439px){.xl\:button-normal{padding:16px 32px}}@media screen and (max-width: 1920px){.xxl\:bg-transparent{background-color:transparent}}@media screen and (max-width: 1920px){.xxl\:bg-transparent\/0{background-color:#0000}}@media screen and (max-width: 1920px){.xxl\:bg-transparent\/10{background-color:#0000001a}}@media screen and (max-width: 1920px){.xxl\:bg-transparent\/20{background-color:#0003}}@media screen and (max-width: 1920px){.xxl\:bg-transparent\/30{background-color:#0000004d}}@media screen and (max-width: 1920px){.xxl\:bg-transparent\/40{background-color:#0006}}@media screen and (max-width: 1920px){.xxl\:bg-transparent\/50{background-color:#00000080}}@media screen and (max-width: 1920px){.xxl\:bg-transparent\/60{background-color:#0009}}@media screen and (max-width: 1920px){.xxl\:bg-transparent\/70{background-color:#000000b3}}@media screen and (max-width: 1920px){.xxl\:bg-transparent\/75{background-color:#000000bf}}@media screen and (max-width: 1920px){.xxl\:bg-transparent\/80{background-color:#000c}}@media screen and (max-width: 1920px){.xxl\:bg-transparent\/90{background-color:#000000e6}}@media screen and (max-width: 1920px){.xxl\:bg-black{background-color:#000}}@media screen and (max-width: 1920px){.xxl\:bg-black\/0{background-color:#0000}}@media screen and (max-width: 1920px){.xxl\:bg-black\/10{background-color:#0000001a}}@media screen and (max-width: 1920px){.xxl\:bg-black\/20{background-color:#0003}}@media screen and (max-width: 1920px){.xxl\:bg-black\/30{background-color:#0000004d}}@media screen and (max-width: 1920px){.xxl\:bg-black\/40{background-color:#0006}}@media screen and (max-width: 1920px){.xxl\:bg-black\/50{background-color:#00000080}}@media screen and (max-width: 1920px){.xxl\:bg-black\/60{background-color:#0009}}@media screen and (max-width: 1920px){.xxl\:bg-black\/70{background-color:#000000b3}}@media screen and (max-width: 1920px){.xxl\:bg-black\/75{background-color:#000000bf}}@media screen and (max-width: 1920px){.xxl\:bg-black\/80{background-color:#000c}}@media screen and (max-width: 1920px){.xxl\:bg-black\/90{background-color:#000000e6}}@media screen and (max-width: 1920px){.xxl\:bg-white{background-color:#fff}}@media screen and (max-width: 1920px){.xxl\:bg-white\/0{background-color:#fff0}}@media screen and (max-width: 1920px){.xxl\:bg-white\/10{background-color:#ffffff1a}}@media screen and (max-width: 1920px){.xxl\:bg-white\/20{background-color:#fff3}}@media screen and (max-width: 1920px){.xxl\:bg-white\/30{background-color:#ffffff4d}}@media screen and (max-width: 1920px){.xxl\:bg-white\/40{background-color:#fff6}}@media screen and (max-width: 1920px){.xxl\:bg-white\/50{background-color:#ffffff80}}@media screen and (max-width: 1920px){.xxl\:bg-white\/60{background-color:#fff9}}@media screen and (max-width: 1920px){.xxl\:bg-white\/70{background-color:#ffffffb3}}@media screen and (max-width: 1920px){.xxl\:bg-white\/75{background-color:#ffffffbf}}@media screen and (max-width: 1920px){.xxl\:bg-white\/80{background-color:#fffc}}@media screen and (max-width: 1920px){.xxl\:bg-white\/90{background-color:#ffffffe6}}@media screen and (max-width: 1920px){.xxl\:bg-slate-50{background-color:#f8fafc}}@media screen and (max-width: 1920px){.xxl\:bg-slate-50\/0{background-color:#f8fafc00}}@media screen and (max-width: 1920px){.xxl\:bg-slate-50\/10{background-color:#f8fafc1a}}@media screen and (max-width: 1920px){.xxl\:bg-slate-50\/20{background-color:#f8fafc33}}@media screen and (max-width: 1920px){.xxl\:bg-slate-50\/30{background-color:#f8fafc4d}}@media screen and (max-width: 1920px){.xxl\:bg-slate-50\/40{background-color:#f8fafc66}}@media screen and (max-width: 1920px){.xxl\:bg-slate-50\/50{background-color:#f8fafc80}}@media screen and (max-width: 1920px){.xxl\:bg-slate-50\/60{background-color:#f8fafc99}}@media screen and (max-width: 1920px){.xxl\:bg-slate-50\/70{background-color:#f8fafcb3}}@media screen and (max-width: 1920px){.xxl\:bg-slate-50\/75{background-color:#f8fafcbf}}@media screen and (max-width: 1920px){.xxl\:bg-slate-50\/80{background-color:#f8fafccc}}@media screen and (max-width: 1920px){.xxl\:bg-slate-50\/90{background-color:#f8fafce6}}@media screen and (max-width: 1920px){.xxl\:bg-slate-100{background-color:#f1f5f9}}@media screen and (max-width: 1920px){.xxl\:bg-slate-100\/0{background-color:#f1f5f900}}@media screen and (max-width: 1920px){.xxl\:bg-slate-100\/10{background-color:#f1f5f91a}}@media screen and (max-width: 1920px){.xxl\:bg-slate-100\/20{background-color:#f1f5f933}}@media screen and (max-width: 1920px){.xxl\:bg-slate-100\/30{background-color:#f1f5f94d}}@media screen and (max-width: 1920px){.xxl\:bg-slate-100\/40{background-color:#f1f5f966}}@media screen and (max-width: 1920px){.xxl\:bg-slate-100\/50{background-color:#f1f5f980}}@media screen and (max-width: 1920px){.xxl\:bg-slate-100\/60{background-color:#f1f5f999}}@media screen and (max-width: 1920px){.xxl\:bg-slate-100\/70{background-color:#f1f5f9b3}}@media screen and (max-width: 1920px){.xxl\:bg-slate-100\/75{background-color:#f1f5f9bf}}@media screen and (max-width: 1920px){.xxl\:bg-slate-100\/80{background-color:#f1f5f9cc}}@media screen and (max-width: 1920px){.xxl\:bg-slate-100\/90{background-color:#f1f5f9e6}}@media screen and (max-width: 1920px){.xxl\:bg-slate-200{background-color:#e2e8f0}}@media screen and (max-width: 1920px){.xxl\:bg-slate-200\/0{background-color:#e2e8f000}}@media screen and (max-width: 1920px){.xxl\:bg-slate-200\/10{background-color:#e2e8f01a}}@media screen and (max-width: 1920px){.xxl\:bg-slate-200\/20{background-color:#e2e8f033}}@media screen and (max-width: 1920px){.xxl\:bg-slate-200\/30{background-color:#e2e8f04d}}@media screen and (max-width: 1920px){.xxl\:bg-slate-200\/40{background-color:#e2e8f066}}@media screen and (max-width: 1920px){.xxl\:bg-slate-200\/50{background-color:#e2e8f080}}@media screen and (max-width: 1920px){.xxl\:bg-slate-200\/60{background-color:#e2e8f099}}@media screen and (max-width: 1920px){.xxl\:bg-slate-200\/70{background-color:#e2e8f0b3}}@media screen and (max-width: 1920px){.xxl\:bg-slate-200\/75{background-color:#e2e8f0bf}}@media screen and (max-width: 1920px){.xxl\:bg-slate-200\/80{background-color:#e2e8f0cc}}@media screen and (max-width: 1920px){.xxl\:bg-slate-200\/90{background-color:#e2e8f0e6}}@media screen and (max-width: 1920px){.xxl\:bg-slate-300{background-color:#cbd5e1}}@media screen and (max-width: 1920px){.xxl\:bg-slate-300\/0{background-color:#cbd5e100}}@media screen and (max-width: 1920px){.xxl\:bg-slate-300\/10{background-color:#cbd5e11a}}@media screen and (max-width: 1920px){.xxl\:bg-slate-300\/20{background-color:#cbd5e133}}@media screen and (max-width: 1920px){.xxl\:bg-slate-300\/30{background-color:#cbd5e14d}}@media screen and (max-width: 1920px){.xxl\:bg-slate-300\/40{background-color:#cbd5e166}}@media screen and (max-width: 1920px){.xxl\:bg-slate-300\/50{background-color:#cbd5e180}}@media screen and (max-width: 1920px){.xxl\:bg-slate-300\/60{background-color:#cbd5e199}}@media screen and (max-width: 1920px){.xxl\:bg-slate-300\/70{background-color:#cbd5e1b3}}@media screen and (max-width: 1920px){.xxl\:bg-slate-300\/75{background-color:#cbd5e1bf}}@media screen and (max-width: 1920px){.xxl\:bg-slate-300\/80{background-color:#cbd5e1cc}}@media screen and (max-width: 1920px){.xxl\:bg-slate-300\/90{background-color:#cbd5e1e6}}@media screen and (max-width: 1920px){.xxl\:bg-slate-400{background-color:#94a3b8}}@media screen and (max-width: 1920px){.xxl\:bg-slate-400\/0{background-color:#94a3b800}}@media screen and (max-width: 1920px){.xxl\:bg-slate-400\/10{background-color:#94a3b81a}}@media screen and (max-width: 1920px){.xxl\:bg-slate-400\/20{background-color:#94a3b833}}@media screen and (max-width: 1920px){.xxl\:bg-slate-400\/30{background-color:#94a3b84d}}@media screen and (max-width: 1920px){.xxl\:bg-slate-400\/40{background-color:#94a3b866}}@media screen and (max-width: 1920px){.xxl\:bg-slate-400\/50{background-color:#94a3b880}}@media screen and (max-width: 1920px){.xxl\:bg-slate-400\/60{background-color:#94a3b899}}@media screen and (max-width: 1920px){.xxl\:bg-slate-400\/70{background-color:#94a3b8b3}}@media screen and (max-width: 1920px){.xxl\:bg-slate-400\/75{background-color:#94a3b8bf}}@media screen and (max-width: 1920px){.xxl\:bg-slate-400\/80{background-color:#94a3b8cc}}@media screen and (max-width: 1920px){.xxl\:bg-slate-400\/90{background-color:#94a3b8e6}}@media screen and (max-width: 1920px){.xxl\:bg-slate-500{background-color:#64748b}}@media screen and (max-width: 1920px){.xxl\:bg-slate-500\/0{background-color:#64748b00}}@media screen and (max-width: 1920px){.xxl\:bg-slate-500\/10{background-color:#64748b1a}}@media screen and (max-width: 1920px){.xxl\:bg-slate-500\/20{background-color:#64748b33}}@media screen and (max-width: 1920px){.xxl\:bg-slate-500\/30{background-color:#64748b4d}}@media screen and (max-width: 1920px){.xxl\:bg-slate-500\/40{background-color:#64748b66}}@media screen and (max-width: 1920px){.xxl\:bg-slate-500\/50{background-color:#64748b80}}@media screen and (max-width: 1920px){.xxl\:bg-slate-500\/60{background-color:#64748b99}}@media screen and (max-width: 1920px){.xxl\:bg-slate-500\/70{background-color:#64748bb3}}@media screen and (max-width: 1920px){.xxl\:bg-slate-500\/75{background-color:#64748bbf}}@media screen and (max-width: 1920px){.xxl\:bg-slate-500\/80{background-color:#64748bcc}}@media screen and (max-width: 1920px){.xxl\:bg-slate-500\/90{background-color:#64748be6}}@media screen and (max-width: 1920px){.xxl\:bg-slate-600{background-color:#475569}}@media screen and (max-width: 1920px){.xxl\:bg-slate-600\/0{background-color:#47556900}}@media screen and (max-width: 1920px){.xxl\:bg-slate-600\/10{background-color:#4755691a}}@media screen and (max-width: 1920px){.xxl\:bg-slate-600\/20{background-color:#47556933}}@media screen and (max-width: 1920px){.xxl\:bg-slate-600\/30{background-color:#4755694d}}@media screen and (max-width: 1920px){.xxl\:bg-slate-600\/40{background-color:#47556966}}@media screen and (max-width: 1920px){.xxl\:bg-slate-600\/50{background-color:#47556980}}@media screen and (max-width: 1920px){.xxl\:bg-slate-600\/60{background-color:#47556999}}@media screen and (max-width: 1920px){.xxl\:bg-slate-600\/70{background-color:#475569b3}}@media screen and (max-width: 1920px){.xxl\:bg-slate-600\/75{background-color:#475569bf}}@media screen and (max-width: 1920px){.xxl\:bg-slate-600\/80{background-color:#475569cc}}@media screen and (max-width: 1920px){.xxl\:bg-slate-600\/90{background-color:#475569e6}}@media screen and (max-width: 1920px){.xxl\:bg-slate-700{background-color:#334155}}@media screen and (max-width: 1920px){.xxl\:bg-slate-700\/0{background-color:#33415500}}@media screen and (max-width: 1920px){.xxl\:bg-slate-700\/10{background-color:#3341551a}}@media screen and (max-width: 1920px){.xxl\:bg-slate-700\/20{background-color:#33415533}}@media screen and (max-width: 1920px){.xxl\:bg-slate-700\/30{background-color:#3341554d}}@media screen and (max-width: 1920px){.xxl\:bg-slate-700\/40{background-color:#33415566}}@media screen and (max-width: 1920px){.xxl\:bg-slate-700\/50{background-color:#33415580}}@media screen and (max-width: 1920px){.xxl\:bg-slate-700\/60{background-color:#33415599}}@media screen and (max-width: 1920px){.xxl\:bg-slate-700\/70{background-color:#334155b3}}@media screen and (max-width: 1920px){.xxl\:bg-slate-700\/75{background-color:#334155bf}}@media screen and (max-width: 1920px){.xxl\:bg-slate-700\/80{background-color:#334155cc}}@media screen and (max-width: 1920px){.xxl\:bg-slate-700\/90{background-color:#334155e6}}@media screen and (max-width: 1920px){.xxl\:bg-slate-800{background-color:#1e293b}}@media screen and (max-width: 1920px){.xxl\:bg-slate-800\/0{background-color:#1e293b00}}@media screen and (max-width: 1920px){.xxl\:bg-slate-800\/10{background-color:#1e293b1a}}@media screen and (max-width: 1920px){.xxl\:bg-slate-800\/20{background-color:#1e293b33}}@media screen and (max-width: 1920px){.xxl\:bg-slate-800\/30{background-color:#1e293b4d}}@media screen and (max-width: 1920px){.xxl\:bg-slate-800\/40{background-color:#1e293b66}}@media screen and (max-width: 1920px){.xxl\:bg-slate-800\/50{background-color:#1e293b80}}@media screen and (max-width: 1920px){.xxl\:bg-slate-800\/60{background-color:#1e293b99}}@media screen and (max-width: 1920px){.xxl\:bg-slate-800\/70{background-color:#1e293bb3}}@media screen and (max-width: 1920px){.xxl\:bg-slate-800\/75{background-color:#1e293bbf}}@media screen and (max-width: 1920px){.xxl\:bg-slate-800\/80{background-color:#1e293bcc}}@media screen and (max-width: 1920px){.xxl\:bg-slate-800\/90{background-color:#1e293be6}}@media screen and (max-width: 1920px){.xxl\:bg-slate-900{background-color:#0f172a}}@media screen and (max-width: 1920px){.xxl\:bg-slate-900\/0{background-color:#0f172a00}}@media screen and (max-width: 1920px){.xxl\:bg-slate-900\/10{background-color:#0f172a1a}}@media screen and (max-width: 1920px){.xxl\:bg-slate-900\/20{background-color:#0f172a33}}@media screen and (max-width: 1920px){.xxl\:bg-slate-900\/30{background-color:#0f172a4d}}@media screen and (max-width: 1920px){.xxl\:bg-slate-900\/40{background-color:#0f172a66}}@media screen and (max-width: 1920px){.xxl\:bg-slate-900\/50{background-color:#0f172a80}}@media screen and (max-width: 1920px){.xxl\:bg-slate-900\/60{background-color:#0f172a99}}@media screen and (max-width: 1920px){.xxl\:bg-slate-900\/70{background-color:#0f172ab3}}@media screen and (max-width: 1920px){.xxl\:bg-slate-900\/75{background-color:#0f172abf}}@media screen and (max-width: 1920px){.xxl\:bg-slate-900\/80{background-color:#0f172acc}}@media screen and (max-width: 1920px){.xxl\:bg-slate-900\/90{background-color:#0f172ae6}}@media screen and (max-width: 1920px){.xxl\:bg-slate-950{background-color:#020617}}@media screen and (max-width: 1920px){.xxl\:bg-slate-950\/0{background-color:#02061700}}@media screen and (max-width: 1920px){.xxl\:bg-slate-950\/10{background-color:#0206171a}}@media screen and (max-width: 1920px){.xxl\:bg-slate-950\/20{background-color:#02061733}}@media screen and (max-width: 1920px){.xxl\:bg-slate-950\/30{background-color:#0206174d}}@media screen and (max-width: 1920px){.xxl\:bg-slate-950\/40{background-color:#02061766}}@media screen and (max-width: 1920px){.xxl\:bg-slate-950\/50{background-color:#02061780}}@media screen and (max-width: 1920px){.xxl\:bg-slate-950\/60{background-color:#02061799}}@media screen and (max-width: 1920px){.xxl\:bg-slate-950\/70{background-color:#020617b3}}@media screen and (max-width: 1920px){.xxl\:bg-slate-950\/75{background-color:#020617bf}}@media screen and (max-width: 1920px){.xxl\:bg-slate-950\/80{background-color:#020617cc}}@media screen and (max-width: 1920px){.xxl\:bg-slate-950\/90{background-color:#020617e6}}@media screen and (max-width: 1920px){.xxl\:bg-gray-50{background-color:#f9fafb}}@media screen and (max-width: 1920px){.xxl\:bg-gray-50\/0{background-color:#f9fafb00}}@media screen and (max-width: 1920px){.xxl\:bg-gray-50\/10{background-color:#f9fafb1a}}@media screen and (max-width: 1920px){.xxl\:bg-gray-50\/20{background-color:#f9fafb33}}@media screen and (max-width: 1920px){.xxl\:bg-gray-50\/30{background-color:#f9fafb4d}}@media screen and (max-width: 1920px){.xxl\:bg-gray-50\/40{background-color:#f9fafb66}}@media screen and (max-width: 1920px){.xxl\:bg-gray-50\/50{background-color:#f9fafb80}}@media screen and (max-width: 1920px){.xxl\:bg-gray-50\/60{background-color:#f9fafb99}}@media screen and (max-width: 1920px){.xxl\:bg-gray-50\/70{background-color:#f9fafbb3}}@media screen and (max-width: 1920px){.xxl\:bg-gray-50\/75{background-color:#f9fafbbf}}@media screen and (max-width: 1920px){.xxl\:bg-gray-50\/80{background-color:#f9fafbcc}}@media screen and (max-width: 1920px){.xxl\:bg-gray-50\/90{background-color:#f9fafbe6}}@media screen and (max-width: 1920px){.xxl\:bg-gray-100{background-color:#f3f4f6}}@media screen and (max-width: 1920px){.xxl\:bg-gray-100\/0{background-color:#f3f4f600}}@media screen and (max-width: 1920px){.xxl\:bg-gray-100\/10{background-color:#f3f4f61a}}@media screen and (max-width: 1920px){.xxl\:bg-gray-100\/20{background-color:#f3f4f633}}@media screen and (max-width: 1920px){.xxl\:bg-gray-100\/30{background-color:#f3f4f64d}}@media screen and (max-width: 1920px){.xxl\:bg-gray-100\/40{background-color:#f3f4f666}}@media screen and (max-width: 1920px){.xxl\:bg-gray-100\/50{background-color:#f3f4f680}}@media screen and (max-width: 1920px){.xxl\:bg-gray-100\/60{background-color:#f3f4f699}}@media screen and (max-width: 1920px){.xxl\:bg-gray-100\/70{background-color:#f3f4f6b3}}@media screen and (max-width: 1920px){.xxl\:bg-gray-100\/75{background-color:#f3f4f6bf}}@media screen and (max-width: 1920px){.xxl\:bg-gray-100\/80{background-color:#f3f4f6cc}}@media screen and (max-width: 1920px){.xxl\:bg-gray-100\/90{background-color:#f3f4f6e6}}@media screen and (max-width: 1920px){.xxl\:bg-gray-200{background-color:#e5e7eb}}@media screen and (max-width: 1920px){.xxl\:bg-gray-200\/0{background-color:#e5e7eb00}}@media screen and (max-width: 1920px){.xxl\:bg-gray-200\/10{background-color:#e5e7eb1a}}@media screen and (max-width: 1920px){.xxl\:bg-gray-200\/20{background-color:#e5e7eb33}}@media screen and (max-width: 1920px){.xxl\:bg-gray-200\/30{background-color:#e5e7eb4d}}@media screen and (max-width: 1920px){.xxl\:bg-gray-200\/40{background-color:#e5e7eb66}}@media screen and (max-width: 1920px){.xxl\:bg-gray-200\/50{background-color:#e5e7eb80}}@media screen and (max-width: 1920px){.xxl\:bg-gray-200\/60{background-color:#e5e7eb99}}@media screen and (max-width: 1920px){.xxl\:bg-gray-200\/70{background-color:#e5e7ebb3}}@media screen and (max-width: 1920px){.xxl\:bg-gray-200\/75{background-color:#e5e7ebbf}}@media screen and (max-width: 1920px){.xxl\:bg-gray-200\/80{background-color:#e5e7ebcc}}@media screen and (max-width: 1920px){.xxl\:bg-gray-200\/90{background-color:#e5e7ebe6}}@media screen and (max-width: 1920px){.xxl\:bg-gray-300{background-color:#d1d5db}}@media screen and (max-width: 1920px){.xxl\:bg-gray-300\/0{background-color:#d1d5db00}}@media screen and (max-width: 1920px){.xxl\:bg-gray-300\/10{background-color:#d1d5db1a}}@media screen and (max-width: 1920px){.xxl\:bg-gray-300\/20{background-color:#d1d5db33}}@media screen and (max-width: 1920px){.xxl\:bg-gray-300\/30{background-color:#d1d5db4d}}@media screen and (max-width: 1920px){.xxl\:bg-gray-300\/40{background-color:#d1d5db66}}@media screen and (max-width: 1920px){.xxl\:bg-gray-300\/50{background-color:#d1d5db80}}@media screen and (max-width: 1920px){.xxl\:bg-gray-300\/60{background-color:#d1d5db99}}@media screen and (max-width: 1920px){.xxl\:bg-gray-300\/70{background-color:#d1d5dbb3}}@media screen and (max-width: 1920px){.xxl\:bg-gray-300\/75{background-color:#d1d5dbbf}}@media screen and (max-width: 1920px){.xxl\:bg-gray-300\/80{background-color:#d1d5dbcc}}@media screen and (max-width: 1920px){.xxl\:bg-gray-300\/90{background-color:#d1d5dbe6}}@media screen and (max-width: 1920px){.xxl\:bg-gray-400{background-color:#9ca3af}}@media screen and (max-width: 1920px){.xxl\:bg-gray-400\/0{background-color:#9ca3af00}}@media screen and (max-width: 1920px){.xxl\:bg-gray-400\/10{background-color:#9ca3af1a}}@media screen and (max-width: 1920px){.xxl\:bg-gray-400\/20{background-color:#9ca3af33}}@media screen and (max-width: 1920px){.xxl\:bg-gray-400\/30{background-color:#9ca3af4d}}@media screen and (max-width: 1920px){.xxl\:bg-gray-400\/40{background-color:#9ca3af66}}@media screen and (max-width: 1920px){.xxl\:bg-gray-400\/50{background-color:#9ca3af80}}@media screen and (max-width: 1920px){.xxl\:bg-gray-400\/60{background-color:#9ca3af99}}@media screen and (max-width: 1920px){.xxl\:bg-gray-400\/70{background-color:#9ca3afb3}}@media screen and (max-width: 1920px){.xxl\:bg-gray-400\/75{background-color:#9ca3afbf}}@media screen and (max-width: 1920px){.xxl\:bg-gray-400\/80{background-color:#9ca3afcc}}@media screen and (max-width: 1920px){.xxl\:bg-gray-400\/90{background-color:#9ca3afe6}}@media screen and (max-width: 1920px){.xxl\:bg-gray-500{background-color:#6b7280}}@media screen and (max-width: 1920px){.xxl\:bg-gray-500\/0{background-color:#6b728000}}@media screen and (max-width: 1920px){.xxl\:bg-gray-500\/10{background-color:#6b72801a}}@media screen and (max-width: 1920px){.xxl\:bg-gray-500\/20{background-color:#6b728033}}@media screen and (max-width: 1920px){.xxl\:bg-gray-500\/30{background-color:#6b72804d}}@media screen and (max-width: 1920px){.xxl\:bg-gray-500\/40{background-color:#6b728066}}@media screen and (max-width: 1920px){.xxl\:bg-gray-500\/50{background-color:#6b728080}}@media screen and (max-width: 1920px){.xxl\:bg-gray-500\/60{background-color:#6b728099}}@media screen and (max-width: 1920px){.xxl\:bg-gray-500\/70{background-color:#6b7280b3}}@media screen and (max-width: 1920px){.xxl\:bg-gray-500\/75{background-color:#6b7280bf}}@media screen and (max-width: 1920px){.xxl\:bg-gray-500\/80{background-color:#6b7280cc}}@media screen and (max-width: 1920px){.xxl\:bg-gray-500\/90{background-color:#6b7280e6}}@media screen and (max-width: 1920px){.xxl\:bg-gray-600{background-color:#4b5563}}@media screen and (max-width: 1920px){.xxl\:bg-gray-600\/0{background-color:#4b556300}}@media screen and (max-width: 1920px){.xxl\:bg-gray-600\/10{background-color:#4b55631a}}@media screen and (max-width: 1920px){.xxl\:bg-gray-600\/20{background-color:#4b556333}}@media screen and (max-width: 1920px){.xxl\:bg-gray-600\/30{background-color:#4b55634d}}@media screen and (max-width: 1920px){.xxl\:bg-gray-600\/40{background-color:#4b556366}}@media screen and (max-width: 1920px){.xxl\:bg-gray-600\/50{background-color:#4b556380}}@media screen and (max-width: 1920px){.xxl\:bg-gray-600\/60{background-color:#4b556399}}@media screen and (max-width: 1920px){.xxl\:bg-gray-600\/70{background-color:#4b5563b3}}@media screen and (max-width: 1920px){.xxl\:bg-gray-600\/75{background-color:#4b5563bf}}@media screen and (max-width: 1920px){.xxl\:bg-gray-600\/80{background-color:#4b5563cc}}@media screen and (max-width: 1920px){.xxl\:bg-gray-600\/90{background-color:#4b5563e6}}@media screen and (max-width: 1920px){.xxl\:bg-gray-700{background-color:#374151}}@media screen and (max-width: 1920px){.xxl\:bg-gray-700\/0{background-color:#37415100}}@media screen and (max-width: 1920px){.xxl\:bg-gray-700\/10{background-color:#3741511a}}@media screen and (max-width: 1920px){.xxl\:bg-gray-700\/20{background-color:#37415133}}@media screen and (max-width: 1920px){.xxl\:bg-gray-700\/30{background-color:#3741514d}}@media screen and (max-width: 1920px){.xxl\:bg-gray-700\/40{background-color:#37415166}}@media screen and (max-width: 1920px){.xxl\:bg-gray-700\/50{background-color:#37415180}}@media screen and (max-width: 1920px){.xxl\:bg-gray-700\/60{background-color:#37415199}}@media screen and (max-width: 1920px){.xxl\:bg-gray-700\/70{background-color:#374151b3}}@media screen and (max-width: 1920px){.xxl\:bg-gray-700\/75{background-color:#374151bf}}@media screen and (max-width: 1920px){.xxl\:bg-gray-700\/80{background-color:#374151cc}}@media screen and (max-width: 1920px){.xxl\:bg-gray-700\/90{background-color:#374151e6}}@media screen and (max-width: 1920px){.xxl\:bg-gray-800{background-color:#1f2937}}@media screen and (max-width: 1920px){.xxl\:bg-gray-800\/0{background-color:#1f293700}}@media screen and (max-width: 1920px){.xxl\:bg-gray-800\/10{background-color:#1f29371a}}@media screen and (max-width: 1920px){.xxl\:bg-gray-800\/20{background-color:#1f293733}}@media screen and (max-width: 1920px){.xxl\:bg-gray-800\/30{background-color:#1f29374d}}@media screen and (max-width: 1920px){.xxl\:bg-gray-800\/40{background-color:#1f293766}}@media screen and (max-width: 1920px){.xxl\:bg-gray-800\/50{background-color:#1f293780}}@media screen and (max-width: 1920px){.xxl\:bg-gray-800\/60{background-color:#1f293799}}@media screen and (max-width: 1920px){.xxl\:bg-gray-800\/70{background-color:#1f2937b3}}@media screen and (max-width: 1920px){.xxl\:bg-gray-800\/75{background-color:#1f2937bf}}@media screen and (max-width: 1920px){.xxl\:bg-gray-800\/80{background-color:#1f2937cc}}@media screen and (max-width: 1920px){.xxl\:bg-gray-800\/90{background-color:#1f2937e6}}@media screen and (max-width: 1920px){.xxl\:bg-gray-900{background-color:#111827}}@media screen and (max-width: 1920px){.xxl\:bg-gray-900\/0{background-color:#11182700}}@media screen and (max-width: 1920px){.xxl\:bg-gray-900\/10{background-color:#1118271a}}@media screen and (max-width: 1920px){.xxl\:bg-gray-900\/20{background-color:#11182733}}@media screen and (max-width: 1920px){.xxl\:bg-gray-900\/30{background-color:#1118274d}}@media screen and (max-width: 1920px){.xxl\:bg-gray-900\/40{background-color:#11182766}}@media screen and (max-width: 1920px){.xxl\:bg-gray-900\/50{background-color:#11182780}}@media screen and (max-width: 1920px){.xxl\:bg-gray-900\/60{background-color:#11182799}}@media screen and (max-width: 1920px){.xxl\:bg-gray-900\/70{background-color:#111827b3}}@media screen and (max-width: 1920px){.xxl\:bg-gray-900\/75{background-color:#111827bf}}@media screen and (max-width: 1920px){.xxl\:bg-gray-900\/80{background-color:#111827cc}}@media screen and (max-width: 1920px){.xxl\:bg-gray-900\/90{background-color:#111827e6}}@media screen and (max-width: 1920px){.xxl\:bg-gray-950{background-color:#030712}}@media screen and (max-width: 1920px){.xxl\:bg-gray-950\/0{background-color:#03071200}}@media screen and (max-width: 1920px){.xxl\:bg-gray-950\/10{background-color:#0307121a}}@media screen and (max-width: 1920px){.xxl\:bg-gray-950\/20{background-color:#03071233}}@media screen and (max-width: 1920px){.xxl\:bg-gray-950\/30{background-color:#0307124d}}@media screen and (max-width: 1920px){.xxl\:bg-gray-950\/40{background-color:#03071266}}@media screen and (max-width: 1920px){.xxl\:bg-gray-950\/50{background-color:#03071280}}@media screen and (max-width: 1920px){.xxl\:bg-gray-950\/60{background-color:#03071299}}@media screen and (max-width: 1920px){.xxl\:bg-gray-950\/70{background-color:#030712b3}}@media screen and (max-width: 1920px){.xxl\:bg-gray-950\/75{background-color:#030712bf}}@media screen and (max-width: 1920px){.xxl\:bg-gray-950\/80{background-color:#030712cc}}@media screen and (max-width: 1920px){.xxl\:bg-gray-950\/90{background-color:#030712e6}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-50{background-color:#fafafa}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-50\/0{background-color:#fafafa00}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-50\/10{background-color:#fafafa1a}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-50\/20{background-color:#fafafa33}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-50\/30{background-color:#fafafa4d}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-50\/40{background-color:#fafafa66}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-50\/50{background-color:#fafafa80}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-50\/60{background-color:#fafafa99}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-50\/70{background-color:#fafafab3}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-50\/75{background-color:#fafafabf}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-50\/80{background-color:#fafafacc}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-50\/90{background-color:#fafafae6}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-100{background-color:#f4f4f5}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-100\/0{background-color:#f4f4f500}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-100\/10{background-color:#f4f4f51a}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-100\/20{background-color:#f4f4f533}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-100\/30{background-color:#f4f4f54d}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-100\/40{background-color:#f4f4f566}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-100\/50{background-color:#f4f4f580}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-100\/60{background-color:#f4f4f599}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-100\/70{background-color:#f4f4f5b3}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-100\/75{background-color:#f4f4f5bf}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-100\/80{background-color:#f4f4f5cc}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-100\/90{background-color:#f4f4f5e6}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-200{background-color:#e4e4e7}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-200\/0{background-color:#e4e4e700}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-200\/10{background-color:#e4e4e71a}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-200\/20{background-color:#e4e4e733}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-200\/30{background-color:#e4e4e74d}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-200\/40{background-color:#e4e4e766}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-200\/50{background-color:#e4e4e780}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-200\/60{background-color:#e4e4e799}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-200\/70{background-color:#e4e4e7b3}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-200\/75{background-color:#e4e4e7bf}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-200\/80{background-color:#e4e4e7cc}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-200\/90{background-color:#e4e4e7e6}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-300{background-color:#d4d4d8}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-300\/0{background-color:#d4d4d800}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-300\/10{background-color:#d4d4d81a}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-300\/20{background-color:#d4d4d833}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-300\/30{background-color:#d4d4d84d}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-300\/40{background-color:#d4d4d866}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-300\/50{background-color:#d4d4d880}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-300\/60{background-color:#d4d4d899}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-300\/70{background-color:#d4d4d8b3}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-300\/75{background-color:#d4d4d8bf}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-300\/80{background-color:#d4d4d8cc}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-300\/90{background-color:#d4d4d8e6}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-400{background-color:#a1a1aa}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-400\/0{background-color:#a1a1aa00}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-400\/10{background-color:#a1a1aa1a}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-400\/20{background-color:#a1a1aa33}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-400\/30{background-color:#a1a1aa4d}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-400\/40{background-color:#a1a1aa66}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-400\/50{background-color:#a1a1aa80}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-400\/60{background-color:#a1a1aa99}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-400\/70{background-color:#a1a1aab3}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-400\/75{background-color:#a1a1aabf}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-400\/80{background-color:#a1a1aacc}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-400\/90{background-color:#a1a1aae6}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-500{background-color:#71717a}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-500\/0{background-color:#71717a00}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-500\/10{background-color:#71717a1a}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-500\/20{background-color:#71717a33}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-500\/30{background-color:#71717a4d}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-500\/40{background-color:#71717a66}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-500\/50{background-color:#71717a80}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-500\/60{background-color:#71717a99}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-500\/70{background-color:#71717ab3}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-500\/75{background-color:#71717abf}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-500\/80{background-color:#71717acc}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-500\/90{background-color:#71717ae6}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-600{background-color:#52525b}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-600\/0{background-color:#52525b00}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-600\/10{background-color:#52525b1a}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-600\/20{background-color:#52525b33}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-600\/30{background-color:#52525b4d}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-600\/40{background-color:#52525b66}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-600\/50{background-color:#52525b80}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-600\/60{background-color:#52525b99}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-600\/70{background-color:#52525bb3}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-600\/75{background-color:#52525bbf}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-600\/80{background-color:#52525bcc}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-600\/90{background-color:#52525be6}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-700{background-color:#3f3f46}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-700\/0{background-color:#3f3f4600}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-700\/10{background-color:#3f3f461a}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-700\/20{background-color:#3f3f4633}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-700\/30{background-color:#3f3f464d}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-700\/40{background-color:#3f3f4666}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-700\/50{background-color:#3f3f4680}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-700\/60{background-color:#3f3f4699}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-700\/70{background-color:#3f3f46b3}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-700\/75{background-color:#3f3f46bf}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-700\/80{background-color:#3f3f46cc}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-700\/90{background-color:#3f3f46e6}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-800{background-color:#27272a}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-800\/0{background-color:#27272a00}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-800\/10{background-color:#27272a1a}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-800\/20{background-color:#27272a33}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-800\/30{background-color:#27272a4d}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-800\/40{background-color:#27272a66}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-800\/50{background-color:#27272a80}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-800\/60{background-color:#27272a99}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-800\/70{background-color:#27272ab3}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-800\/75{background-color:#27272abf}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-800\/80{background-color:#27272acc}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-800\/90{background-color:#27272ae6}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-900{background-color:#18181b}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-900\/0{background-color:#18181b00}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-900\/10{background-color:#18181b1a}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-900\/20{background-color:#18181b33}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-900\/30{background-color:#18181b4d}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-900\/40{background-color:#18181b66}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-900\/50{background-color:#18181b80}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-900\/60{background-color:#18181b99}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-900\/70{background-color:#18181bb3}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-900\/75{background-color:#18181bbf}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-900\/80{background-color:#18181bcc}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-900\/90{background-color:#18181be6}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-950{background-color:#09090b}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-950\/0{background-color:#09090b00}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-950\/10{background-color:#09090b1a}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-950\/20{background-color:#09090b33}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-950\/30{background-color:#09090b4d}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-950\/40{background-color:#09090b66}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-950\/50{background-color:#09090b80}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-950\/60{background-color:#09090b99}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-950\/70{background-color:#09090bb3}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-950\/75{background-color:#09090bbf}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-950\/80{background-color:#09090bcc}}@media screen and (max-width: 1920px){.xxl\:bg-zinc-950\/90{background-color:#09090be6}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-50{background-color:#fafafa}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-50\/0{background-color:#fafafa00}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-50\/10{background-color:#fafafa1a}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-50\/20{background-color:#fafafa33}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-50\/30{background-color:#fafafa4d}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-50\/40{background-color:#fafafa66}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-50\/50{background-color:#fafafa80}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-50\/60{background-color:#fafafa99}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-50\/70{background-color:#fafafab3}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-50\/75{background-color:#fafafabf}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-50\/80{background-color:#fafafacc}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-50\/90{background-color:#fafafae6}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-100{background-color:#f5f5f5}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-100\/0{background-color:#f5f5f500}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-100\/10{background-color:#f5f5f51a}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-100\/20{background-color:#f5f5f533}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-100\/30{background-color:#f5f5f54d}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-100\/40{background-color:#f5f5f566}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-100\/50{background-color:#f5f5f580}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-100\/60{background-color:#f5f5f599}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-100\/70{background-color:#f5f5f5b3}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-100\/75{background-color:#f5f5f5bf}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-100\/80{background-color:#f5f5f5cc}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-100\/90{background-color:#f5f5f5e6}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-200{background-color:#e5e5e5}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-200\/0{background-color:#e5e5e500}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-200\/10{background-color:#e5e5e51a}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-200\/20{background-color:#e5e5e533}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-200\/30{background-color:#e5e5e54d}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-200\/40{background-color:#e5e5e566}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-200\/50{background-color:#e5e5e580}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-200\/60{background-color:#e5e5e599}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-200\/70{background-color:#e5e5e5b3}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-200\/75{background-color:#e5e5e5bf}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-200\/80{background-color:#e5e5e5cc}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-200\/90{background-color:#e5e5e5e6}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-300{background-color:#d4d4d4}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-300\/0{background-color:#d4d4d400}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-300\/10{background-color:#d4d4d41a}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-300\/20{background-color:#d4d4d433}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-300\/30{background-color:#d4d4d44d}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-300\/40{background-color:#d4d4d466}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-300\/50{background-color:#d4d4d480}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-300\/60{background-color:#d4d4d499}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-300\/70{background-color:#d4d4d4b3}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-300\/75{background-color:#d4d4d4bf}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-300\/80{background-color:#d4d4d4cc}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-300\/90{background-color:#d4d4d4e6}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-400{background-color:#a3a3a3}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-400\/0{background-color:#a3a3a300}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-400\/10{background-color:#a3a3a31a}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-400\/20{background-color:#a3a3a333}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-400\/30{background-color:#a3a3a34d}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-400\/40{background-color:#a3a3a366}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-400\/50{background-color:#a3a3a380}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-400\/60{background-color:#a3a3a399}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-400\/70{background-color:#a3a3a3b3}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-400\/75{background-color:#a3a3a3bf}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-400\/80{background-color:#a3a3a3cc}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-400\/90{background-color:#a3a3a3e6}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-500{background-color:#737373}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-500\/0{background-color:#73737300}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-500\/10{background-color:#7373731a}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-500\/20{background-color:#73737333}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-500\/30{background-color:#7373734d}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-500\/40{background-color:#73737366}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-500\/50{background-color:#73737380}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-500\/60{background-color:#73737399}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-500\/70{background-color:#737373b3}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-500\/75{background-color:#737373bf}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-500\/80{background-color:#737373cc}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-500\/90{background-color:#737373e6}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-600{background-color:#525252}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-600\/0{background-color:#52525200}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-600\/10{background-color:#5252521a}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-600\/20{background-color:#52525233}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-600\/30{background-color:#5252524d}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-600\/40{background-color:#52525266}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-600\/50{background-color:#52525280}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-600\/60{background-color:#52525299}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-600\/70{background-color:#525252b3}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-600\/75{background-color:#525252bf}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-600\/80{background-color:#525252cc}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-600\/90{background-color:#525252e6}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-700{background-color:#404040}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-700\/0{background-color:#40404000}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-700\/10{background-color:#4040401a}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-700\/20{background-color:#40404033}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-700\/30{background-color:#4040404d}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-700\/40{background-color:#40404066}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-700\/50{background-color:#40404080}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-700\/60{background-color:#40404099}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-700\/70{background-color:#404040b3}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-700\/75{background-color:#404040bf}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-700\/80{background-color:#404040cc}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-700\/90{background-color:#404040e6}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-800{background-color:#262626}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-800\/0{background-color:#26262600}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-800\/10{background-color:#2626261a}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-800\/20{background-color:#26262633}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-800\/30{background-color:#2626264d}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-800\/40{background-color:#26262666}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-800\/50{background-color:#26262680}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-800\/60{background-color:#26262699}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-800\/70{background-color:#262626b3}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-800\/75{background-color:#262626bf}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-800\/80{background-color:#262626cc}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-800\/90{background-color:#262626e6}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-900{background-color:#171717}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-900\/0{background-color:#17171700}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-900\/10{background-color:#1717171a}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-900\/20{background-color:#17171733}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-900\/30{background-color:#1717174d}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-900\/40{background-color:#17171766}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-900\/50{background-color:#17171780}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-900\/60{background-color:#17171799}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-900\/70{background-color:#171717b3}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-900\/75{background-color:#171717bf}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-900\/80{background-color:#171717cc}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-900\/90{background-color:#171717e6}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-950{background-color:#0a0a0a}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-950\/0{background-color:#0a0a0a00}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-950\/10{background-color:#0a0a0a1a}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-950\/20{background-color:#0a0a0a33}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-950\/30{background-color:#0a0a0a4d}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-950\/40{background-color:#0a0a0a66}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-950\/50{background-color:#0a0a0a80}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-950\/60{background-color:#0a0a0a99}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-950\/70{background-color:#0a0a0ab3}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-950\/75{background-color:#0a0a0abf}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-950\/80{background-color:#0a0a0acc}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-950\/90{background-color:#0a0a0ae6}}@media screen and (max-width: 1920px){.xxl\:bg-stone-50{background-color:#fafaf9}}@media screen and (max-width: 1920px){.xxl\:bg-stone-50\/0{background-color:#fafaf900}}@media screen and (max-width: 1920px){.xxl\:bg-stone-50\/10{background-color:#fafaf91a}}@media screen and (max-width: 1920px){.xxl\:bg-stone-50\/20{background-color:#fafaf933}}@media screen and (max-width: 1920px){.xxl\:bg-stone-50\/30{background-color:#fafaf94d}}@media screen and (max-width: 1920px){.xxl\:bg-stone-50\/40{background-color:#fafaf966}}@media screen and (max-width: 1920px){.xxl\:bg-stone-50\/50{background-color:#fafaf980}}@media screen and (max-width: 1920px){.xxl\:bg-stone-50\/60{background-color:#fafaf999}}@media screen and (max-width: 1920px){.xxl\:bg-stone-50\/70{background-color:#fafaf9b3}}@media screen and (max-width: 1920px){.xxl\:bg-stone-50\/75{background-color:#fafaf9bf}}@media screen and (max-width: 1920px){.xxl\:bg-stone-50\/80{background-color:#fafaf9cc}}@media screen and (max-width: 1920px){.xxl\:bg-stone-50\/90{background-color:#fafaf9e6}}@media screen and (max-width: 1920px){.xxl\:bg-stone-100{background-color:#f5f5f4}}@media screen and (max-width: 1920px){.xxl\:bg-stone-100\/0{background-color:#f5f5f400}}@media screen and (max-width: 1920px){.xxl\:bg-stone-100\/10{background-color:#f5f5f41a}}@media screen and (max-width: 1920px){.xxl\:bg-stone-100\/20{background-color:#f5f5f433}}@media screen and (max-width: 1920px){.xxl\:bg-stone-100\/30{background-color:#f5f5f44d}}@media screen and (max-width: 1920px){.xxl\:bg-stone-100\/40{background-color:#f5f5f466}}@media screen and (max-width: 1920px){.xxl\:bg-stone-100\/50{background-color:#f5f5f480}}@media screen and (max-width: 1920px){.xxl\:bg-stone-100\/60{background-color:#f5f5f499}}@media screen and (max-width: 1920px){.xxl\:bg-stone-100\/70{background-color:#f5f5f4b3}}@media screen and (max-width: 1920px){.xxl\:bg-stone-100\/75{background-color:#f5f5f4bf}}@media screen and (max-width: 1920px){.xxl\:bg-stone-100\/80{background-color:#f5f5f4cc}}@media screen and (max-width: 1920px){.xxl\:bg-stone-100\/90{background-color:#f5f5f4e6}}@media screen and (max-width: 1920px){.xxl\:bg-stone-200{background-color:#e7e5e4}}@media screen and (max-width: 1920px){.xxl\:bg-stone-200\/0{background-color:#e7e5e400}}@media screen and (max-width: 1920px){.xxl\:bg-stone-200\/10{background-color:#e7e5e41a}}@media screen and (max-width: 1920px){.xxl\:bg-stone-200\/20{background-color:#e7e5e433}}@media screen and (max-width: 1920px){.xxl\:bg-stone-200\/30{background-color:#e7e5e44d}}@media screen and (max-width: 1920px){.xxl\:bg-stone-200\/40{background-color:#e7e5e466}}@media screen and (max-width: 1920px){.xxl\:bg-stone-200\/50{background-color:#e7e5e480}}@media screen and (max-width: 1920px){.xxl\:bg-stone-200\/60{background-color:#e7e5e499}}@media screen and (max-width: 1920px){.xxl\:bg-stone-200\/70{background-color:#e7e5e4b3}}@media screen and (max-width: 1920px){.xxl\:bg-stone-200\/75{background-color:#e7e5e4bf}}@media screen and (max-width: 1920px){.xxl\:bg-stone-200\/80{background-color:#e7e5e4cc}}@media screen and (max-width: 1920px){.xxl\:bg-stone-200\/90{background-color:#e7e5e4e6}}@media screen and (max-width: 1920px){.xxl\:bg-stone-300{background-color:#d6d3d1}}@media screen and (max-width: 1920px){.xxl\:bg-stone-300\/0{background-color:#d6d3d100}}@media screen and (max-width: 1920px){.xxl\:bg-stone-300\/10{background-color:#d6d3d11a}}@media screen and (max-width: 1920px){.xxl\:bg-stone-300\/20{background-color:#d6d3d133}}@media screen and (max-width: 1920px){.xxl\:bg-stone-300\/30{background-color:#d6d3d14d}}@media screen and (max-width: 1920px){.xxl\:bg-stone-300\/40{background-color:#d6d3d166}}@media screen and (max-width: 1920px){.xxl\:bg-stone-300\/50{background-color:#d6d3d180}}@media screen and (max-width: 1920px){.xxl\:bg-stone-300\/60{background-color:#d6d3d199}}@media screen and (max-width: 1920px){.xxl\:bg-stone-300\/70{background-color:#d6d3d1b3}}@media screen and (max-width: 1920px){.xxl\:bg-stone-300\/75{background-color:#d6d3d1bf}}@media screen and (max-width: 1920px){.xxl\:bg-stone-300\/80{background-color:#d6d3d1cc}}@media screen and (max-width: 1920px){.xxl\:bg-stone-300\/90{background-color:#d6d3d1e6}}@media screen and (max-width: 1920px){.xxl\:bg-stone-400{background-color:#a8a29e}}@media screen and (max-width: 1920px){.xxl\:bg-stone-400\/0{background-color:#a8a29e00}}@media screen and (max-width: 1920px){.xxl\:bg-stone-400\/10{background-color:#a8a29e1a}}@media screen and (max-width: 1920px){.xxl\:bg-stone-400\/20{background-color:#a8a29e33}}@media screen and (max-width: 1920px){.xxl\:bg-stone-400\/30{background-color:#a8a29e4d}}@media screen and (max-width: 1920px){.xxl\:bg-stone-400\/40{background-color:#a8a29e66}}@media screen and (max-width: 1920px){.xxl\:bg-stone-400\/50{background-color:#a8a29e80}}@media screen and (max-width: 1920px){.xxl\:bg-stone-400\/60{background-color:#a8a29e99}}@media screen and (max-width: 1920px){.xxl\:bg-stone-400\/70{background-color:#a8a29eb3}}@media screen and (max-width: 1920px){.xxl\:bg-stone-400\/75{background-color:#a8a29ebf}}@media screen and (max-width: 1920px){.xxl\:bg-stone-400\/80{background-color:#a8a29ecc}}@media screen and (max-width: 1920px){.xxl\:bg-stone-400\/90{background-color:#a8a29ee6}}@media screen and (max-width: 1920px){.xxl\:bg-stone-500{background-color:#78716c}}@media screen and (max-width: 1920px){.xxl\:bg-stone-500\/0{background-color:#78716c00}}@media screen and (max-width: 1920px){.xxl\:bg-stone-500\/10{background-color:#78716c1a}}@media screen and (max-width: 1920px){.xxl\:bg-stone-500\/20{background-color:#78716c33}}@media screen and (max-width: 1920px){.xxl\:bg-stone-500\/30{background-color:#78716c4d}}@media screen and (max-width: 1920px){.xxl\:bg-stone-500\/40{background-color:#78716c66}}@media screen and (max-width: 1920px){.xxl\:bg-stone-500\/50{background-color:#78716c80}}@media screen and (max-width: 1920px){.xxl\:bg-stone-500\/60{background-color:#78716c99}}@media screen and (max-width: 1920px){.xxl\:bg-stone-500\/70{background-color:#78716cb3}}@media screen and (max-width: 1920px){.xxl\:bg-stone-500\/75{background-color:#78716cbf}}@media screen and (max-width: 1920px){.xxl\:bg-stone-500\/80{background-color:#78716ccc}}@media screen and (max-width: 1920px){.xxl\:bg-stone-500\/90{background-color:#78716ce6}}@media screen and (max-width: 1920px){.xxl\:bg-stone-600{background-color:#57534e}}@media screen and (max-width: 1920px){.xxl\:bg-stone-600\/0{background-color:#57534e00}}@media screen and (max-width: 1920px){.xxl\:bg-stone-600\/10{background-color:#57534e1a}}@media screen and (max-width: 1920px){.xxl\:bg-stone-600\/20{background-color:#57534e33}}@media screen and (max-width: 1920px){.xxl\:bg-stone-600\/30{background-color:#57534e4d}}@media screen and (max-width: 1920px){.xxl\:bg-stone-600\/40{background-color:#57534e66}}@media screen and (max-width: 1920px){.xxl\:bg-stone-600\/50{background-color:#57534e80}}@media screen and (max-width: 1920px){.xxl\:bg-stone-600\/60{background-color:#57534e99}}@media screen and (max-width: 1920px){.xxl\:bg-stone-600\/70{background-color:#57534eb3}}@media screen and (max-width: 1920px){.xxl\:bg-stone-600\/75{background-color:#57534ebf}}@media screen and (max-width: 1920px){.xxl\:bg-stone-600\/80{background-color:#57534ecc}}@media screen and (max-width: 1920px){.xxl\:bg-stone-600\/90{background-color:#57534ee6}}@media screen and (max-width: 1920px){.xxl\:bg-stone-700{background-color:#44403c}}@media screen and (max-width: 1920px){.xxl\:bg-stone-700\/0{background-color:#44403c00}}@media screen and (max-width: 1920px){.xxl\:bg-stone-700\/10{background-color:#44403c1a}}@media screen and (max-width: 1920px){.xxl\:bg-stone-700\/20{background-color:#44403c33}}@media screen and (max-width: 1920px){.xxl\:bg-stone-700\/30{background-color:#44403c4d}}@media screen and (max-width: 1920px){.xxl\:bg-stone-700\/40{background-color:#44403c66}}@media screen and (max-width: 1920px){.xxl\:bg-stone-700\/50{background-color:#44403c80}}@media screen and (max-width: 1920px){.xxl\:bg-stone-700\/60{background-color:#44403c99}}@media screen and (max-width: 1920px){.xxl\:bg-stone-700\/70{background-color:#44403cb3}}@media screen and (max-width: 1920px){.xxl\:bg-stone-700\/75{background-color:#44403cbf}}@media screen and (max-width: 1920px){.xxl\:bg-stone-700\/80{background-color:#44403ccc}}@media screen and (max-width: 1920px){.xxl\:bg-stone-700\/90{background-color:#44403ce6}}@media screen and (max-width: 1920px){.xxl\:bg-stone-800{background-color:#292524}}@media screen and (max-width: 1920px){.xxl\:bg-stone-800\/0{background-color:#29252400}}@media screen and (max-width: 1920px){.xxl\:bg-stone-800\/10{background-color:#2925241a}}@media screen and (max-width: 1920px){.xxl\:bg-stone-800\/20{background-color:#29252433}}@media screen and (max-width: 1920px){.xxl\:bg-stone-800\/30{background-color:#2925244d}}@media screen and (max-width: 1920px){.xxl\:bg-stone-800\/40{background-color:#29252466}}@media screen and (max-width: 1920px){.xxl\:bg-stone-800\/50{background-color:#29252480}}@media screen and (max-width: 1920px){.xxl\:bg-stone-800\/60{background-color:#29252499}}@media screen and (max-width: 1920px){.xxl\:bg-stone-800\/70{background-color:#292524b3}}@media screen and (max-width: 1920px){.xxl\:bg-stone-800\/75{background-color:#292524bf}}@media screen and (max-width: 1920px){.xxl\:bg-stone-800\/80{background-color:#292524cc}}@media screen and (max-width: 1920px){.xxl\:bg-stone-800\/90{background-color:#292524e6}}@media screen and (max-width: 1920px){.xxl\:bg-stone-900{background-color:#1c1917}}@media screen and (max-width: 1920px){.xxl\:bg-stone-900\/0{background-color:#1c191700}}@media screen and (max-width: 1920px){.xxl\:bg-stone-900\/10{background-color:#1c19171a}}@media screen and (max-width: 1920px){.xxl\:bg-stone-900\/20{background-color:#1c191733}}@media screen and (max-width: 1920px){.xxl\:bg-stone-900\/30{background-color:#1c19174d}}@media screen and (max-width: 1920px){.xxl\:bg-stone-900\/40{background-color:#1c191766}}@media screen and (max-width: 1920px){.xxl\:bg-stone-900\/50{background-color:#1c191780}}@media screen and (max-width: 1920px){.xxl\:bg-stone-900\/60{background-color:#1c191799}}@media screen and (max-width: 1920px){.xxl\:bg-stone-900\/70{background-color:#1c1917b3}}@media screen and (max-width: 1920px){.xxl\:bg-stone-900\/75{background-color:#1c1917bf}}@media screen and (max-width: 1920px){.xxl\:bg-stone-900\/80{background-color:#1c1917cc}}@media screen and (max-width: 1920px){.xxl\:bg-stone-900\/90{background-color:#1c1917e6}}@media screen and (max-width: 1920px){.xxl\:bg-stone-950{background-color:#0c0a09}}@media screen and (max-width: 1920px){.xxl\:bg-stone-950\/0{background-color:#0c0a0900}}@media screen and (max-width: 1920px){.xxl\:bg-stone-950\/10{background-color:#0c0a091a}}@media screen and (max-width: 1920px){.xxl\:bg-stone-950\/20{background-color:#0c0a0933}}@media screen and (max-width: 1920px){.xxl\:bg-stone-950\/30{background-color:#0c0a094d}}@media screen and (max-width: 1920px){.xxl\:bg-stone-950\/40{background-color:#0c0a0966}}@media screen and (max-width: 1920px){.xxl\:bg-stone-950\/50{background-color:#0c0a0980}}@media screen and (max-width: 1920px){.xxl\:bg-stone-950\/60{background-color:#0c0a0999}}@media screen and (max-width: 1920px){.xxl\:bg-stone-950\/70{background-color:#0c0a09b3}}@media screen and (max-width: 1920px){.xxl\:bg-stone-950\/75{background-color:#0c0a09bf}}@media screen and (max-width: 1920px){.xxl\:bg-stone-950\/80{background-color:#0c0a09cc}}@media screen and (max-width: 1920px){.xxl\:bg-stone-950\/90{background-color:#0c0a09e6}}@media screen and (max-width: 1920px){.xxl\:bg-red-50{background-color:#fef2f2}}@media screen and (max-width: 1920px){.xxl\:bg-red-50\/0{background-color:#fef2f200}}@media screen and (max-width: 1920px){.xxl\:bg-red-50\/10{background-color:#fef2f21a}}@media screen and (max-width: 1920px){.xxl\:bg-red-50\/20{background-color:#fef2f233}}@media screen and (max-width: 1920px){.xxl\:bg-red-50\/30{background-color:#fef2f24d}}@media screen and (max-width: 1920px){.xxl\:bg-red-50\/40{background-color:#fef2f266}}@media screen and (max-width: 1920px){.xxl\:bg-red-50\/50{background-color:#fef2f280}}@media screen and (max-width: 1920px){.xxl\:bg-red-50\/60{background-color:#fef2f299}}@media screen and (max-width: 1920px){.xxl\:bg-red-50\/70{background-color:#fef2f2b3}}@media screen and (max-width: 1920px){.xxl\:bg-red-50\/75{background-color:#fef2f2bf}}@media screen and (max-width: 1920px){.xxl\:bg-red-50\/80{background-color:#fef2f2cc}}@media screen and (max-width: 1920px){.xxl\:bg-red-50\/90{background-color:#fef2f2e6}}@media screen and (max-width: 1920px){.xxl\:bg-red-100{background-color:#fee2e2}}@media screen and (max-width: 1920px){.xxl\:bg-red-100\/0{background-color:#fee2e200}}@media screen and (max-width: 1920px){.xxl\:bg-red-100\/10{background-color:#fee2e21a}}@media screen and (max-width: 1920px){.xxl\:bg-red-100\/20{background-color:#fee2e233}}@media screen and (max-width: 1920px){.xxl\:bg-red-100\/30{background-color:#fee2e24d}}@media screen and (max-width: 1920px){.xxl\:bg-red-100\/40{background-color:#fee2e266}}@media screen and (max-width: 1920px){.xxl\:bg-red-100\/50{background-color:#fee2e280}}@media screen and (max-width: 1920px){.xxl\:bg-red-100\/60{background-color:#fee2e299}}@media screen and (max-width: 1920px){.xxl\:bg-red-100\/70{background-color:#fee2e2b3}}@media screen and (max-width: 1920px){.xxl\:bg-red-100\/75{background-color:#fee2e2bf}}@media screen and (max-width: 1920px){.xxl\:bg-red-100\/80{background-color:#fee2e2cc}}@media screen and (max-width: 1920px){.xxl\:bg-red-100\/90{background-color:#fee2e2e6}}@media screen and (max-width: 1920px){.xxl\:bg-red-200{background-color:#fecaca}}@media screen and (max-width: 1920px){.xxl\:bg-red-200\/0{background-color:#fecaca00}}@media screen and (max-width: 1920px){.xxl\:bg-red-200\/10{background-color:#fecaca1a}}@media screen and (max-width: 1920px){.xxl\:bg-red-200\/20{background-color:#fecaca33}}@media screen and (max-width: 1920px){.xxl\:bg-red-200\/30{background-color:#fecaca4d}}@media screen and (max-width: 1920px){.xxl\:bg-red-200\/40{background-color:#fecaca66}}@media screen and (max-width: 1920px){.xxl\:bg-red-200\/50{background-color:#fecaca80}}@media screen and (max-width: 1920px){.xxl\:bg-red-200\/60{background-color:#fecaca99}}@media screen and (max-width: 1920px){.xxl\:bg-red-200\/70{background-color:#fecacab3}}@media screen and (max-width: 1920px){.xxl\:bg-red-200\/75{background-color:#fecacabf}}@media screen and (max-width: 1920px){.xxl\:bg-red-200\/80{background-color:#fecacacc}}@media screen and (max-width: 1920px){.xxl\:bg-red-200\/90{background-color:#fecacae6}}@media screen and (max-width: 1920px){.xxl\:bg-red-300{background-color:#fca5a5}}@media screen and (max-width: 1920px){.xxl\:bg-red-300\/0{background-color:#fca5a500}}@media screen and (max-width: 1920px){.xxl\:bg-red-300\/10{background-color:#fca5a51a}}@media screen and (max-width: 1920px){.xxl\:bg-red-300\/20{background-color:#fca5a533}}@media screen and (max-width: 1920px){.xxl\:bg-red-300\/30{background-color:#fca5a54d}}@media screen and (max-width: 1920px){.xxl\:bg-red-300\/40{background-color:#fca5a566}}@media screen and (max-width: 1920px){.xxl\:bg-red-300\/50{background-color:#fca5a580}}@media screen and (max-width: 1920px){.xxl\:bg-red-300\/60{background-color:#fca5a599}}@media screen and (max-width: 1920px){.xxl\:bg-red-300\/70{background-color:#fca5a5b3}}@media screen and (max-width: 1920px){.xxl\:bg-red-300\/75{background-color:#fca5a5bf}}@media screen and (max-width: 1920px){.xxl\:bg-red-300\/80{background-color:#fca5a5cc}}@media screen and (max-width: 1920px){.xxl\:bg-red-300\/90{background-color:#fca5a5e6}}@media screen and (max-width: 1920px){.xxl\:bg-red-400{background-color:#f87171}}@media screen and (max-width: 1920px){.xxl\:bg-red-400\/0{background-color:#f8717100}}@media screen and (max-width: 1920px){.xxl\:bg-red-400\/10{background-color:#f871711a}}@media screen and (max-width: 1920px){.xxl\:bg-red-400\/20{background-color:#f8717133}}@media screen and (max-width: 1920px){.xxl\:bg-red-400\/30{background-color:#f871714d}}@media screen and (max-width: 1920px){.xxl\:bg-red-400\/40{background-color:#f8717166}}@media screen and (max-width: 1920px){.xxl\:bg-red-400\/50{background-color:#f8717180}}@media screen and (max-width: 1920px){.xxl\:bg-red-400\/60{background-color:#f8717199}}@media screen and (max-width: 1920px){.xxl\:bg-red-400\/70{background-color:#f87171b3}}@media screen and (max-width: 1920px){.xxl\:bg-red-400\/75{background-color:#f87171bf}}@media screen and (max-width: 1920px){.xxl\:bg-red-400\/80{background-color:#f87171cc}}@media screen and (max-width: 1920px){.xxl\:bg-red-400\/90{background-color:#f87171e6}}@media screen and (max-width: 1920px){.xxl\:bg-red-500{background-color:#ef4444}}@media screen and (max-width: 1920px){.xxl\:bg-red-500\/0{background-color:#ef444400}}@media screen and (max-width: 1920px){.xxl\:bg-red-500\/10{background-color:#ef44441a}}@media screen and (max-width: 1920px){.xxl\:bg-red-500\/20{background-color:#ef444433}}@media screen and (max-width: 1920px){.xxl\:bg-red-500\/30{background-color:#ef44444d}}@media screen and (max-width: 1920px){.xxl\:bg-red-500\/40{background-color:#ef444466}}@media screen and (max-width: 1920px){.xxl\:bg-red-500\/50{background-color:#ef444480}}@media screen and (max-width: 1920px){.xxl\:bg-red-500\/60{background-color:#ef444499}}@media screen and (max-width: 1920px){.xxl\:bg-red-500\/70{background-color:#ef4444b3}}@media screen and (max-width: 1920px){.xxl\:bg-red-500\/75{background-color:#ef4444bf}}@media screen and (max-width: 1920px){.xxl\:bg-red-500\/80{background-color:#ef4444cc}}@media screen and (max-width: 1920px){.xxl\:bg-red-500\/90{background-color:#ef4444e6}}@media screen and (max-width: 1920px){.xxl\:bg-red-600{background-color:#dc2626}}@media screen and (max-width: 1920px){.xxl\:bg-red-600\/0{background-color:#dc262600}}@media screen and (max-width: 1920px){.xxl\:bg-red-600\/10{background-color:#dc26261a}}@media screen and (max-width: 1920px){.xxl\:bg-red-600\/20{background-color:#dc262633}}@media screen and (max-width: 1920px){.xxl\:bg-red-600\/30{background-color:#dc26264d}}@media screen and (max-width: 1920px){.xxl\:bg-red-600\/40{background-color:#dc262666}}@media screen and (max-width: 1920px){.xxl\:bg-red-600\/50{background-color:#dc262680}}@media screen and (max-width: 1920px){.xxl\:bg-red-600\/60{background-color:#dc262699}}@media screen and (max-width: 1920px){.xxl\:bg-red-600\/70{background-color:#dc2626b3}}@media screen and (max-width: 1920px){.xxl\:bg-red-600\/75{background-color:#dc2626bf}}@media screen and (max-width: 1920px){.xxl\:bg-red-600\/80{background-color:#dc2626cc}}@media screen and (max-width: 1920px){.xxl\:bg-red-600\/90{background-color:#dc2626e6}}@media screen and (max-width: 1920px){.xxl\:bg-red-700{background-color:#b91c1c}}@media screen and (max-width: 1920px){.xxl\:bg-red-700\/0{background-color:#b91c1c00}}@media screen and (max-width: 1920px){.xxl\:bg-red-700\/10{background-color:#b91c1c1a}}@media screen and (max-width: 1920px){.xxl\:bg-red-700\/20{background-color:#b91c1c33}}@media screen and (max-width: 1920px){.xxl\:bg-red-700\/30{background-color:#b91c1c4d}}@media screen and (max-width: 1920px){.xxl\:bg-red-700\/40{background-color:#b91c1c66}}@media screen and (max-width: 1920px){.xxl\:bg-red-700\/50{background-color:#b91c1c80}}@media screen and (max-width: 1920px){.xxl\:bg-red-700\/60{background-color:#b91c1c99}}@media screen and (max-width: 1920px){.xxl\:bg-red-700\/70{background-color:#b91c1cb3}}@media screen and (max-width: 1920px){.xxl\:bg-red-700\/75{background-color:#b91c1cbf}}@media screen and (max-width: 1920px){.xxl\:bg-red-700\/80{background-color:#b91c1ccc}}@media screen and (max-width: 1920px){.xxl\:bg-red-700\/90{background-color:#b91c1ce6}}@media screen and (max-width: 1920px){.xxl\:bg-red-800{background-color:#991b1b}}@media screen and (max-width: 1920px){.xxl\:bg-red-800\/0{background-color:#991b1b00}}@media screen and (max-width: 1920px){.xxl\:bg-red-800\/10{background-color:#991b1b1a}}@media screen and (max-width: 1920px){.xxl\:bg-red-800\/20{background-color:#991b1b33}}@media screen and (max-width: 1920px){.xxl\:bg-red-800\/30{background-color:#991b1b4d}}@media screen and (max-width: 1920px){.xxl\:bg-red-800\/40{background-color:#991b1b66}}@media screen and (max-width: 1920px){.xxl\:bg-red-800\/50{background-color:#991b1b80}}@media screen and (max-width: 1920px){.xxl\:bg-red-800\/60{background-color:#991b1b99}}@media screen and (max-width: 1920px){.xxl\:bg-red-800\/70{background-color:#991b1bb3}}@media screen and (max-width: 1920px){.xxl\:bg-red-800\/75{background-color:#991b1bbf}}@media screen and (max-width: 1920px){.xxl\:bg-red-800\/80{background-color:#991b1bcc}}@media screen and (max-width: 1920px){.xxl\:bg-red-800\/90{background-color:#991b1be6}}@media screen and (max-width: 1920px){.xxl\:bg-red-900{background-color:#7f1d1d}}@media screen and (max-width: 1920px){.xxl\:bg-red-900\/0{background-color:#7f1d1d00}}@media screen and (max-width: 1920px){.xxl\:bg-red-900\/10{background-color:#7f1d1d1a}}@media screen and (max-width: 1920px){.xxl\:bg-red-900\/20{background-color:#7f1d1d33}}@media screen and (max-width: 1920px){.xxl\:bg-red-900\/30{background-color:#7f1d1d4d}}@media screen and (max-width: 1920px){.xxl\:bg-red-900\/40{background-color:#7f1d1d66}}@media screen and (max-width: 1920px){.xxl\:bg-red-900\/50{background-color:#7f1d1d80}}@media screen and (max-width: 1920px){.xxl\:bg-red-900\/60{background-color:#7f1d1d99}}@media screen and (max-width: 1920px){.xxl\:bg-red-900\/70{background-color:#7f1d1db3}}@media screen and (max-width: 1920px){.xxl\:bg-red-900\/75{background-color:#7f1d1dbf}}@media screen and (max-width: 1920px){.xxl\:bg-red-900\/80{background-color:#7f1d1dcc}}@media screen and (max-width: 1920px){.xxl\:bg-red-900\/90{background-color:#7f1d1de6}}@media screen and (max-width: 1920px){.xxl\:bg-red-950{background-color:#450a0a}}@media screen and (max-width: 1920px){.xxl\:bg-red-950\/0{background-color:#450a0a00}}@media screen and (max-width: 1920px){.xxl\:bg-red-950\/10{background-color:#450a0a1a}}@media screen and (max-width: 1920px){.xxl\:bg-red-950\/20{background-color:#450a0a33}}@media screen and (max-width: 1920px){.xxl\:bg-red-950\/30{background-color:#450a0a4d}}@media screen and (max-width: 1920px){.xxl\:bg-red-950\/40{background-color:#450a0a66}}@media screen and (max-width: 1920px){.xxl\:bg-red-950\/50{background-color:#450a0a80}}@media screen and (max-width: 1920px){.xxl\:bg-red-950\/60{background-color:#450a0a99}}@media screen and (max-width: 1920px){.xxl\:bg-red-950\/70{background-color:#450a0ab3}}@media screen and (max-width: 1920px){.xxl\:bg-red-950\/75{background-color:#450a0abf}}@media screen and (max-width: 1920px){.xxl\:bg-red-950\/80{background-color:#450a0acc}}@media screen and (max-width: 1920px){.xxl\:bg-red-950\/90{background-color:#450a0ae6}}@media screen and (max-width: 1920px){.xxl\:bg-orange-50{background-color:#fff7ed}}@media screen and (max-width: 1920px){.xxl\:bg-orange-50\/0{background-color:#fff7ed00}}@media screen and (max-width: 1920px){.xxl\:bg-orange-50\/10{background-color:#fff7ed1a}}@media screen and (max-width: 1920px){.xxl\:bg-orange-50\/20{background-color:#fff7ed33}}@media screen and (max-width: 1920px){.xxl\:bg-orange-50\/30{background-color:#fff7ed4d}}@media screen and (max-width: 1920px){.xxl\:bg-orange-50\/40{background-color:#fff7ed66}}@media screen and (max-width: 1920px){.xxl\:bg-orange-50\/50{background-color:#fff7ed80}}@media screen and (max-width: 1920px){.xxl\:bg-orange-50\/60{background-color:#fff7ed99}}@media screen and (max-width: 1920px){.xxl\:bg-orange-50\/70{background-color:#fff7edb3}}@media screen and (max-width: 1920px){.xxl\:bg-orange-50\/75{background-color:#fff7edbf}}@media screen and (max-width: 1920px){.xxl\:bg-orange-50\/80{background-color:#fff7edcc}}@media screen and (max-width: 1920px){.xxl\:bg-orange-50\/90{background-color:#fff7ede6}}@media screen and (max-width: 1920px){.xxl\:bg-orange-100{background-color:#ffedd5}}@media screen and (max-width: 1920px){.xxl\:bg-orange-100\/0{background-color:#ffedd500}}@media screen and (max-width: 1920px){.xxl\:bg-orange-100\/10{background-color:#ffedd51a}}@media screen and (max-width: 1920px){.xxl\:bg-orange-100\/20{background-color:#ffedd533}}@media screen and (max-width: 1920px){.xxl\:bg-orange-100\/30{background-color:#ffedd54d}}@media screen and (max-width: 1920px){.xxl\:bg-orange-100\/40{background-color:#ffedd566}}@media screen and (max-width: 1920px){.xxl\:bg-orange-100\/50{background-color:#ffedd580}}@media screen and (max-width: 1920px){.xxl\:bg-orange-100\/60{background-color:#ffedd599}}@media screen and (max-width: 1920px){.xxl\:bg-orange-100\/70{background-color:#ffedd5b3}}@media screen and (max-width: 1920px){.xxl\:bg-orange-100\/75{background-color:#ffedd5bf}}@media screen and (max-width: 1920px){.xxl\:bg-orange-100\/80{background-color:#ffedd5cc}}@media screen and (max-width: 1920px){.xxl\:bg-orange-100\/90{background-color:#ffedd5e6}}@media screen and (max-width: 1920px){.xxl\:bg-orange-200{background-color:#fed7aa}}@media screen and (max-width: 1920px){.xxl\:bg-orange-200\/0{background-color:#fed7aa00}}@media screen and (max-width: 1920px){.xxl\:bg-orange-200\/10{background-color:#fed7aa1a}}@media screen and (max-width: 1920px){.xxl\:bg-orange-200\/20{background-color:#fed7aa33}}@media screen and (max-width: 1920px){.xxl\:bg-orange-200\/30{background-color:#fed7aa4d}}@media screen and (max-width: 1920px){.xxl\:bg-orange-200\/40{background-color:#fed7aa66}}@media screen and (max-width: 1920px){.xxl\:bg-orange-200\/50{background-color:#fed7aa80}}@media screen and (max-width: 1920px){.xxl\:bg-orange-200\/60{background-color:#fed7aa99}}@media screen and (max-width: 1920px){.xxl\:bg-orange-200\/70{background-color:#fed7aab3}}@media screen and (max-width: 1920px){.xxl\:bg-orange-200\/75{background-color:#fed7aabf}}@media screen and (max-width: 1920px){.xxl\:bg-orange-200\/80{background-color:#fed7aacc}}@media screen and (max-width: 1920px){.xxl\:bg-orange-200\/90{background-color:#fed7aae6}}@media screen and (max-width: 1920px){.xxl\:bg-orange-300{background-color:#fdba74}}@media screen and (max-width: 1920px){.xxl\:bg-orange-300\/0{background-color:#fdba7400}}@media screen and (max-width: 1920px){.xxl\:bg-orange-300\/10{background-color:#fdba741a}}@media screen and (max-width: 1920px){.xxl\:bg-orange-300\/20{background-color:#fdba7433}}@media screen and (max-width: 1920px){.xxl\:bg-orange-300\/30{background-color:#fdba744d}}@media screen and (max-width: 1920px){.xxl\:bg-orange-300\/40{background-color:#fdba7466}}@media screen and (max-width: 1920px){.xxl\:bg-orange-300\/50{background-color:#fdba7480}}@media screen and (max-width: 1920px){.xxl\:bg-orange-300\/60{background-color:#fdba7499}}@media screen and (max-width: 1920px){.xxl\:bg-orange-300\/70{background-color:#fdba74b3}}@media screen and (max-width: 1920px){.xxl\:bg-orange-300\/75{background-color:#fdba74bf}}@media screen and (max-width: 1920px){.xxl\:bg-orange-300\/80{background-color:#fdba74cc}}@media screen and (max-width: 1920px){.xxl\:bg-orange-300\/90{background-color:#fdba74e6}}@media screen and (max-width: 1920px){.xxl\:bg-orange-400{background-color:#fb923c}}@media screen and (max-width: 1920px){.xxl\:bg-orange-400\/0{background-color:#fb923c00}}@media screen and (max-width: 1920px){.xxl\:bg-orange-400\/10{background-color:#fb923c1a}}@media screen and (max-width: 1920px){.xxl\:bg-orange-400\/20{background-color:#fb923c33}}@media screen and (max-width: 1920px){.xxl\:bg-orange-400\/30{background-color:#fb923c4d}}@media screen and (max-width: 1920px){.xxl\:bg-orange-400\/40{background-color:#fb923c66}}@media screen and (max-width: 1920px){.xxl\:bg-orange-400\/50{background-color:#fb923c80}}@media screen and (max-width: 1920px){.xxl\:bg-orange-400\/60{background-color:#fb923c99}}@media screen and (max-width: 1920px){.xxl\:bg-orange-400\/70{background-color:#fb923cb3}}@media screen and (max-width: 1920px){.xxl\:bg-orange-400\/75{background-color:#fb923cbf}}@media screen and (max-width: 1920px){.xxl\:bg-orange-400\/80{background-color:#fb923ccc}}@media screen and (max-width: 1920px){.xxl\:bg-orange-400\/90{background-color:#fb923ce6}}@media screen and (max-width: 1920px){.xxl\:bg-orange-500{background-color:#f97316}}@media screen and (max-width: 1920px){.xxl\:bg-orange-500\/0{background-color:#f9731600}}@media screen and (max-width: 1920px){.xxl\:bg-orange-500\/10{background-color:#f973161a}}@media screen and (max-width: 1920px){.xxl\:bg-orange-500\/20{background-color:#f9731633}}@media screen and (max-width: 1920px){.xxl\:bg-orange-500\/30{background-color:#f973164d}}@media screen and (max-width: 1920px){.xxl\:bg-orange-500\/40{background-color:#f9731666}}@media screen and (max-width: 1920px){.xxl\:bg-orange-500\/50{background-color:#f9731680}}@media screen and (max-width: 1920px){.xxl\:bg-orange-500\/60{background-color:#f9731699}}@media screen and (max-width: 1920px){.xxl\:bg-orange-500\/70{background-color:#f97316b3}}@media screen and (max-width: 1920px){.xxl\:bg-orange-500\/75{background-color:#f97316bf}}@media screen and (max-width: 1920px){.xxl\:bg-orange-500\/80{background-color:#f97316cc}}@media screen and (max-width: 1920px){.xxl\:bg-orange-500\/90{background-color:#f97316e6}}@media screen and (max-width: 1920px){.xxl\:bg-orange-600{background-color:#ea580c}}@media screen and (max-width: 1920px){.xxl\:bg-orange-600\/0{background-color:#ea580c00}}@media screen and (max-width: 1920px){.xxl\:bg-orange-600\/10{background-color:#ea580c1a}}@media screen and (max-width: 1920px){.xxl\:bg-orange-600\/20{background-color:#ea580c33}}@media screen and (max-width: 1920px){.xxl\:bg-orange-600\/30{background-color:#ea580c4d}}@media screen and (max-width: 1920px){.xxl\:bg-orange-600\/40{background-color:#ea580c66}}@media screen and (max-width: 1920px){.xxl\:bg-orange-600\/50{background-color:#ea580c80}}@media screen and (max-width: 1920px){.xxl\:bg-orange-600\/60{background-color:#ea580c99}}@media screen and (max-width: 1920px){.xxl\:bg-orange-600\/70{background-color:#ea580cb3}}@media screen and (max-width: 1920px){.xxl\:bg-orange-600\/75{background-color:#ea580cbf}}@media screen and (max-width: 1920px){.xxl\:bg-orange-600\/80{background-color:#ea580ccc}}@media screen and (max-width: 1920px){.xxl\:bg-orange-600\/90{background-color:#ea580ce6}}@media screen and (max-width: 1920px){.xxl\:bg-orange-700{background-color:#c2410c}}@media screen and (max-width: 1920px){.xxl\:bg-orange-700\/0{background-color:#c2410c00}}@media screen and (max-width: 1920px){.xxl\:bg-orange-700\/10{background-color:#c2410c1a}}@media screen and (max-width: 1920px){.xxl\:bg-orange-700\/20{background-color:#c2410c33}}@media screen and (max-width: 1920px){.xxl\:bg-orange-700\/30{background-color:#c2410c4d}}@media screen and (max-width: 1920px){.xxl\:bg-orange-700\/40{background-color:#c2410c66}}@media screen and (max-width: 1920px){.xxl\:bg-orange-700\/50{background-color:#c2410c80}}@media screen and (max-width: 1920px){.xxl\:bg-orange-700\/60{background-color:#c2410c99}}@media screen and (max-width: 1920px){.xxl\:bg-orange-700\/70{background-color:#c2410cb3}}@media screen and (max-width: 1920px){.xxl\:bg-orange-700\/75{background-color:#c2410cbf}}@media screen and (max-width: 1920px){.xxl\:bg-orange-700\/80{background-color:#c2410ccc}}@media screen and (max-width: 1920px){.xxl\:bg-orange-700\/90{background-color:#c2410ce6}}@media screen and (max-width: 1920px){.xxl\:bg-orange-800{background-color:#9a3412}}@media screen and (max-width: 1920px){.xxl\:bg-orange-800\/0{background-color:#9a341200}}@media screen and (max-width: 1920px){.xxl\:bg-orange-800\/10{background-color:#9a34121a}}@media screen and (max-width: 1920px){.xxl\:bg-orange-800\/20{background-color:#9a341233}}@media screen and (max-width: 1920px){.xxl\:bg-orange-800\/30{background-color:#9a34124d}}@media screen and (max-width: 1920px){.xxl\:bg-orange-800\/40{background-color:#9a341266}}@media screen and (max-width: 1920px){.xxl\:bg-orange-800\/50{background-color:#9a341280}}@media screen and (max-width: 1920px){.xxl\:bg-orange-800\/60{background-color:#9a341299}}@media screen and (max-width: 1920px){.xxl\:bg-orange-800\/70{background-color:#9a3412b3}}@media screen and (max-width: 1920px){.xxl\:bg-orange-800\/75{background-color:#9a3412bf}}@media screen and (max-width: 1920px){.xxl\:bg-orange-800\/80{background-color:#9a3412cc}}@media screen and (max-width: 1920px){.xxl\:bg-orange-800\/90{background-color:#9a3412e6}}@media screen and (max-width: 1920px){.xxl\:bg-orange-900{background-color:#7c2d12}}@media screen and (max-width: 1920px){.xxl\:bg-orange-900\/0{background-color:#7c2d1200}}@media screen and (max-width: 1920px){.xxl\:bg-orange-900\/10{background-color:#7c2d121a}}@media screen and (max-width: 1920px){.xxl\:bg-orange-900\/20{background-color:#7c2d1233}}@media screen and (max-width: 1920px){.xxl\:bg-orange-900\/30{background-color:#7c2d124d}}@media screen and (max-width: 1920px){.xxl\:bg-orange-900\/40{background-color:#7c2d1266}}@media screen and (max-width: 1920px){.xxl\:bg-orange-900\/50{background-color:#7c2d1280}}@media screen and (max-width: 1920px){.xxl\:bg-orange-900\/60{background-color:#7c2d1299}}@media screen and (max-width: 1920px){.xxl\:bg-orange-900\/70{background-color:#7c2d12b3}}@media screen and (max-width: 1920px){.xxl\:bg-orange-900\/75{background-color:#7c2d12bf}}@media screen and (max-width: 1920px){.xxl\:bg-orange-900\/80{background-color:#7c2d12cc}}@media screen and (max-width: 1920px){.xxl\:bg-orange-900\/90{background-color:#7c2d12e6}}@media screen and (max-width: 1920px){.xxl\:bg-orange-950{background-color:#431407}}@media screen and (max-width: 1920px){.xxl\:bg-orange-950\/0{background-color:#43140700}}@media screen and (max-width: 1920px){.xxl\:bg-orange-950\/10{background-color:#4314071a}}@media screen and (max-width: 1920px){.xxl\:bg-orange-950\/20{background-color:#43140733}}@media screen and (max-width: 1920px){.xxl\:bg-orange-950\/30{background-color:#4314074d}}@media screen and (max-width: 1920px){.xxl\:bg-orange-950\/40{background-color:#43140766}}@media screen and (max-width: 1920px){.xxl\:bg-orange-950\/50{background-color:#43140780}}@media screen and (max-width: 1920px){.xxl\:bg-orange-950\/60{background-color:#43140799}}@media screen and (max-width: 1920px){.xxl\:bg-orange-950\/70{background-color:#431407b3}}@media screen and (max-width: 1920px){.xxl\:bg-orange-950\/75{background-color:#431407bf}}@media screen and (max-width: 1920px){.xxl\:bg-orange-950\/80{background-color:#431407cc}}@media screen and (max-width: 1920px){.xxl\:bg-orange-950\/90{background-color:#431407e6}}@media screen and (max-width: 1920px){.xxl\:bg-amber-50{background-color:#fffbeb}}@media screen and (max-width: 1920px){.xxl\:bg-amber-50\/0{background-color:#fffbeb00}}@media screen and (max-width: 1920px){.xxl\:bg-amber-50\/10{background-color:#fffbeb1a}}@media screen and (max-width: 1920px){.xxl\:bg-amber-50\/20{background-color:#fffbeb33}}@media screen and (max-width: 1920px){.xxl\:bg-amber-50\/30{background-color:#fffbeb4d}}@media screen and (max-width: 1920px){.xxl\:bg-amber-50\/40{background-color:#fffbeb66}}@media screen and (max-width: 1920px){.xxl\:bg-amber-50\/50{background-color:#fffbeb80}}@media screen and (max-width: 1920px){.xxl\:bg-amber-50\/60{background-color:#fffbeb99}}@media screen and (max-width: 1920px){.xxl\:bg-amber-50\/70{background-color:#fffbebb3}}@media screen and (max-width: 1920px){.xxl\:bg-amber-50\/75{background-color:#fffbebbf}}@media screen and (max-width: 1920px){.xxl\:bg-amber-50\/80{background-color:#fffbebcc}}@media screen and (max-width: 1920px){.xxl\:bg-amber-50\/90{background-color:#fffbebe6}}@media screen and (max-width: 1920px){.xxl\:bg-amber-100{background-color:#fef3c7}}@media screen and (max-width: 1920px){.xxl\:bg-amber-100\/0{background-color:#fef3c700}}@media screen and (max-width: 1920px){.xxl\:bg-amber-100\/10{background-color:#fef3c71a}}@media screen and (max-width: 1920px){.xxl\:bg-amber-100\/20{background-color:#fef3c733}}@media screen and (max-width: 1920px){.xxl\:bg-amber-100\/30{background-color:#fef3c74d}}@media screen and (max-width: 1920px){.xxl\:bg-amber-100\/40{background-color:#fef3c766}}@media screen and (max-width: 1920px){.xxl\:bg-amber-100\/50{background-color:#fef3c780}}@media screen and (max-width: 1920px){.xxl\:bg-amber-100\/60{background-color:#fef3c799}}@media screen and (max-width: 1920px){.xxl\:bg-amber-100\/70{background-color:#fef3c7b3}}@media screen and (max-width: 1920px){.xxl\:bg-amber-100\/75{background-color:#fef3c7bf}}@media screen and (max-width: 1920px){.xxl\:bg-amber-100\/80{background-color:#fef3c7cc}}@media screen and (max-width: 1920px){.xxl\:bg-amber-100\/90{background-color:#fef3c7e6}}@media screen and (max-width: 1920px){.xxl\:bg-amber-200{background-color:#fde68a}}@media screen and (max-width: 1920px){.xxl\:bg-amber-200\/0{background-color:#fde68a00}}@media screen and (max-width: 1920px){.xxl\:bg-amber-200\/10{background-color:#fde68a1a}}@media screen and (max-width: 1920px){.xxl\:bg-amber-200\/20{background-color:#fde68a33}}@media screen and (max-width: 1920px){.xxl\:bg-amber-200\/30{background-color:#fde68a4d}}@media screen and (max-width: 1920px){.xxl\:bg-amber-200\/40{background-color:#fde68a66}}@media screen and (max-width: 1920px){.xxl\:bg-amber-200\/50{background-color:#fde68a80}}@media screen and (max-width: 1920px){.xxl\:bg-amber-200\/60{background-color:#fde68a99}}@media screen and (max-width: 1920px){.xxl\:bg-amber-200\/70{background-color:#fde68ab3}}@media screen and (max-width: 1920px){.xxl\:bg-amber-200\/75{background-color:#fde68abf}}@media screen and (max-width: 1920px){.xxl\:bg-amber-200\/80{background-color:#fde68acc}}@media screen and (max-width: 1920px){.xxl\:bg-amber-200\/90{background-color:#fde68ae6}}@media screen and (max-width: 1920px){.xxl\:bg-amber-300{background-color:#fcd34d}}@media screen and (max-width: 1920px){.xxl\:bg-amber-300\/0{background-color:#fcd34d00}}@media screen and (max-width: 1920px){.xxl\:bg-amber-300\/10{background-color:#fcd34d1a}}@media screen and (max-width: 1920px){.xxl\:bg-amber-300\/20{background-color:#fcd34d33}}@media screen and (max-width: 1920px){.xxl\:bg-amber-300\/30{background-color:#fcd34d4d}}@media screen and (max-width: 1920px){.xxl\:bg-amber-300\/40{background-color:#fcd34d66}}@media screen and (max-width: 1920px){.xxl\:bg-amber-300\/50{background-color:#fcd34d80}}@media screen and (max-width: 1920px){.xxl\:bg-amber-300\/60{background-color:#fcd34d99}}@media screen and (max-width: 1920px){.xxl\:bg-amber-300\/70{background-color:#fcd34db3}}@media screen and (max-width: 1920px){.xxl\:bg-amber-300\/75{background-color:#fcd34dbf}}@media screen and (max-width: 1920px){.xxl\:bg-amber-300\/80{background-color:#fcd34dcc}}@media screen and (max-width: 1920px){.xxl\:bg-amber-300\/90{background-color:#fcd34de6}}@media screen and (max-width: 1920px){.xxl\:bg-amber-400{background-color:#fbbf24}}@media screen and (max-width: 1920px){.xxl\:bg-amber-400\/0{background-color:#fbbf2400}}@media screen and (max-width: 1920px){.xxl\:bg-amber-400\/10{background-color:#fbbf241a}}@media screen and (max-width: 1920px){.xxl\:bg-amber-400\/20{background-color:#fbbf2433}}@media screen and (max-width: 1920px){.xxl\:bg-amber-400\/30{background-color:#fbbf244d}}@media screen and (max-width: 1920px){.xxl\:bg-amber-400\/40{background-color:#fbbf2466}}@media screen and (max-width: 1920px){.xxl\:bg-amber-400\/50{background-color:#fbbf2480}}@media screen and (max-width: 1920px){.xxl\:bg-amber-400\/60{background-color:#fbbf2499}}@media screen and (max-width: 1920px){.xxl\:bg-amber-400\/70{background-color:#fbbf24b3}}@media screen and (max-width: 1920px){.xxl\:bg-amber-400\/75{background-color:#fbbf24bf}}@media screen and (max-width: 1920px){.xxl\:bg-amber-400\/80{background-color:#fbbf24cc}}@media screen and (max-width: 1920px){.xxl\:bg-amber-400\/90{background-color:#fbbf24e6}}@media screen and (max-width: 1920px){.xxl\:bg-amber-500{background-color:#f59e0b}}@media screen and (max-width: 1920px){.xxl\:bg-amber-500\/0{background-color:#f59e0b00}}@media screen and (max-width: 1920px){.xxl\:bg-amber-500\/10{background-color:#f59e0b1a}}@media screen and (max-width: 1920px){.xxl\:bg-amber-500\/20{background-color:#f59e0b33}}@media screen and (max-width: 1920px){.xxl\:bg-amber-500\/30{background-color:#f59e0b4d}}@media screen and (max-width: 1920px){.xxl\:bg-amber-500\/40{background-color:#f59e0b66}}@media screen and (max-width: 1920px){.xxl\:bg-amber-500\/50{background-color:#f59e0b80}}@media screen and (max-width: 1920px){.xxl\:bg-amber-500\/60{background-color:#f59e0b99}}@media screen and (max-width: 1920px){.xxl\:bg-amber-500\/70{background-color:#f59e0bb3}}@media screen and (max-width: 1920px){.xxl\:bg-amber-500\/75{background-color:#f59e0bbf}}@media screen and (max-width: 1920px){.xxl\:bg-amber-500\/80{background-color:#f59e0bcc}}@media screen and (max-width: 1920px){.xxl\:bg-amber-500\/90{background-color:#f59e0be6}}@media screen and (max-width: 1920px){.xxl\:bg-amber-600{background-color:#d97706}}@media screen and (max-width: 1920px){.xxl\:bg-amber-600\/0{background-color:#d9770600}}@media screen and (max-width: 1920px){.xxl\:bg-amber-600\/10{background-color:#d977061a}}@media screen and (max-width: 1920px){.xxl\:bg-amber-600\/20{background-color:#d9770633}}@media screen and (max-width: 1920px){.xxl\:bg-amber-600\/30{background-color:#d977064d}}@media screen and (max-width: 1920px){.xxl\:bg-amber-600\/40{background-color:#d9770666}}@media screen and (max-width: 1920px){.xxl\:bg-amber-600\/50{background-color:#d9770680}}@media screen and (max-width: 1920px){.xxl\:bg-amber-600\/60{background-color:#d9770699}}@media screen and (max-width: 1920px){.xxl\:bg-amber-600\/70{background-color:#d97706b3}}@media screen and (max-width: 1920px){.xxl\:bg-amber-600\/75{background-color:#d97706bf}}@media screen and (max-width: 1920px){.xxl\:bg-amber-600\/80{background-color:#d97706cc}}@media screen and (max-width: 1920px){.xxl\:bg-amber-600\/90{background-color:#d97706e6}}@media screen and (max-width: 1920px){.xxl\:bg-amber-700{background-color:#b45309}}@media screen and (max-width: 1920px){.xxl\:bg-amber-700\/0{background-color:#b4530900}}@media screen and (max-width: 1920px){.xxl\:bg-amber-700\/10{background-color:#b453091a}}@media screen and (max-width: 1920px){.xxl\:bg-amber-700\/20{background-color:#b4530933}}@media screen and (max-width: 1920px){.xxl\:bg-amber-700\/30{background-color:#b453094d}}@media screen and (max-width: 1920px){.xxl\:bg-amber-700\/40{background-color:#b4530966}}@media screen and (max-width: 1920px){.xxl\:bg-amber-700\/50{background-color:#b4530980}}@media screen and (max-width: 1920px){.xxl\:bg-amber-700\/60{background-color:#b4530999}}@media screen and (max-width: 1920px){.xxl\:bg-amber-700\/70{background-color:#b45309b3}}@media screen and (max-width: 1920px){.xxl\:bg-amber-700\/75{background-color:#b45309bf}}@media screen and (max-width: 1920px){.xxl\:bg-amber-700\/80{background-color:#b45309cc}}@media screen and (max-width: 1920px){.xxl\:bg-amber-700\/90{background-color:#b45309e6}}@media screen and (max-width: 1920px){.xxl\:bg-amber-800{background-color:#92400e}}@media screen and (max-width: 1920px){.xxl\:bg-amber-800\/0{background-color:#92400e00}}@media screen and (max-width: 1920px){.xxl\:bg-amber-800\/10{background-color:#92400e1a}}@media screen and (max-width: 1920px){.xxl\:bg-amber-800\/20{background-color:#92400e33}}@media screen and (max-width: 1920px){.xxl\:bg-amber-800\/30{background-color:#92400e4d}}@media screen and (max-width: 1920px){.xxl\:bg-amber-800\/40{background-color:#92400e66}}@media screen and (max-width: 1920px){.xxl\:bg-amber-800\/50{background-color:#92400e80}}@media screen and (max-width: 1920px){.xxl\:bg-amber-800\/60{background-color:#92400e99}}@media screen and (max-width: 1920px){.xxl\:bg-amber-800\/70{background-color:#92400eb3}}@media screen and (max-width: 1920px){.xxl\:bg-amber-800\/75{background-color:#92400ebf}}@media screen and (max-width: 1920px){.xxl\:bg-amber-800\/80{background-color:#92400ecc}}@media screen and (max-width: 1920px){.xxl\:bg-amber-800\/90{background-color:#92400ee6}}@media screen and (max-width: 1920px){.xxl\:bg-amber-900{background-color:#78350f}}@media screen and (max-width: 1920px){.xxl\:bg-amber-900\/0{background-color:#78350f00}}@media screen and (max-width: 1920px){.xxl\:bg-amber-900\/10{background-color:#78350f1a}}@media screen and (max-width: 1920px){.xxl\:bg-amber-900\/20{background-color:#78350f33}}@media screen and (max-width: 1920px){.xxl\:bg-amber-900\/30{background-color:#78350f4d}}@media screen and (max-width: 1920px){.xxl\:bg-amber-900\/40{background-color:#78350f66}}@media screen and (max-width: 1920px){.xxl\:bg-amber-900\/50{background-color:#78350f80}}@media screen and (max-width: 1920px){.xxl\:bg-amber-900\/60{background-color:#78350f99}}@media screen and (max-width: 1920px){.xxl\:bg-amber-900\/70{background-color:#78350fb3}}@media screen and (max-width: 1920px){.xxl\:bg-amber-900\/75{background-color:#78350fbf}}@media screen and (max-width: 1920px){.xxl\:bg-amber-900\/80{background-color:#78350fcc}}@media screen and (max-width: 1920px){.xxl\:bg-amber-900\/90{background-color:#78350fe6}}@media screen and (max-width: 1920px){.xxl\:bg-amber-950{background-color:#451a03}}@media screen and (max-width: 1920px){.xxl\:bg-amber-950\/0{background-color:#451a0300}}@media screen and (max-width: 1920px){.xxl\:bg-amber-950\/10{background-color:#451a031a}}@media screen and (max-width: 1920px){.xxl\:bg-amber-950\/20{background-color:#451a0333}}@media screen and (max-width: 1920px){.xxl\:bg-amber-950\/30{background-color:#451a034d}}@media screen and (max-width: 1920px){.xxl\:bg-amber-950\/40{background-color:#451a0366}}@media screen and (max-width: 1920px){.xxl\:bg-amber-950\/50{background-color:#451a0380}}@media screen and (max-width: 1920px){.xxl\:bg-amber-950\/60{background-color:#451a0399}}@media screen and (max-width: 1920px){.xxl\:bg-amber-950\/70{background-color:#451a03b3}}@media screen and (max-width: 1920px){.xxl\:bg-amber-950\/75{background-color:#451a03bf}}@media screen and (max-width: 1920px){.xxl\:bg-amber-950\/80{background-color:#451a03cc}}@media screen and (max-width: 1920px){.xxl\:bg-amber-950\/90{background-color:#451a03e6}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-50{background-color:#fefce8}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-50\/0{background-color:#fefce800}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-50\/10{background-color:#fefce81a}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-50\/20{background-color:#fefce833}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-50\/30{background-color:#fefce84d}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-50\/40{background-color:#fefce866}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-50\/50{background-color:#fefce880}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-50\/60{background-color:#fefce899}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-50\/70{background-color:#fefce8b3}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-50\/75{background-color:#fefce8bf}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-50\/80{background-color:#fefce8cc}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-50\/90{background-color:#fefce8e6}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-100{background-color:#fef9c3}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-100\/0{background-color:#fef9c300}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-100\/10{background-color:#fef9c31a}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-100\/20{background-color:#fef9c333}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-100\/30{background-color:#fef9c34d}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-100\/40{background-color:#fef9c366}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-100\/50{background-color:#fef9c380}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-100\/60{background-color:#fef9c399}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-100\/70{background-color:#fef9c3b3}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-100\/75{background-color:#fef9c3bf}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-100\/80{background-color:#fef9c3cc}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-100\/90{background-color:#fef9c3e6}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-200{background-color:#fef08a}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-200\/0{background-color:#fef08a00}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-200\/10{background-color:#fef08a1a}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-200\/20{background-color:#fef08a33}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-200\/30{background-color:#fef08a4d}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-200\/40{background-color:#fef08a66}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-200\/50{background-color:#fef08a80}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-200\/60{background-color:#fef08a99}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-200\/70{background-color:#fef08ab3}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-200\/75{background-color:#fef08abf}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-200\/80{background-color:#fef08acc}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-200\/90{background-color:#fef08ae6}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-300{background-color:#fde047}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-300\/0{background-color:#fde04700}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-300\/10{background-color:#fde0471a}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-300\/20{background-color:#fde04733}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-300\/30{background-color:#fde0474d}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-300\/40{background-color:#fde04766}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-300\/50{background-color:#fde04780}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-300\/60{background-color:#fde04799}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-300\/70{background-color:#fde047b3}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-300\/75{background-color:#fde047bf}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-300\/80{background-color:#fde047cc}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-300\/90{background-color:#fde047e6}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-400{background-color:#facc15}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-400\/0{background-color:#facc1500}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-400\/10{background-color:#facc151a}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-400\/20{background-color:#facc1533}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-400\/30{background-color:#facc154d}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-400\/40{background-color:#facc1566}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-400\/50{background-color:#facc1580}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-400\/60{background-color:#facc1599}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-400\/70{background-color:#facc15b3}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-400\/75{background-color:#facc15bf}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-400\/80{background-color:#facc15cc}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-400\/90{background-color:#facc15e6}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-500{background-color:#eab308}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-500\/0{background-color:#eab30800}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-500\/10{background-color:#eab3081a}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-500\/20{background-color:#eab30833}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-500\/30{background-color:#eab3084d}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-500\/40{background-color:#eab30866}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-500\/50{background-color:#eab30880}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-500\/60{background-color:#eab30899}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-500\/70{background-color:#eab308b3}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-500\/75{background-color:#eab308bf}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-500\/80{background-color:#eab308cc}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-500\/90{background-color:#eab308e6}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-600{background-color:#ca8a04}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-600\/0{background-color:#ca8a0400}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-600\/10{background-color:#ca8a041a}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-600\/20{background-color:#ca8a0433}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-600\/30{background-color:#ca8a044d}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-600\/40{background-color:#ca8a0466}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-600\/50{background-color:#ca8a0480}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-600\/60{background-color:#ca8a0499}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-600\/70{background-color:#ca8a04b3}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-600\/75{background-color:#ca8a04bf}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-600\/80{background-color:#ca8a04cc}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-600\/90{background-color:#ca8a04e6}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-700{background-color:#a16207}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-700\/0{background-color:#a1620700}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-700\/10{background-color:#a162071a}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-700\/20{background-color:#a1620733}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-700\/30{background-color:#a162074d}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-700\/40{background-color:#a1620766}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-700\/50{background-color:#a1620780}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-700\/60{background-color:#a1620799}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-700\/70{background-color:#a16207b3}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-700\/75{background-color:#a16207bf}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-700\/80{background-color:#a16207cc}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-700\/90{background-color:#a16207e6}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-800{background-color:#854d0e}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-800\/0{background-color:#854d0e00}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-800\/10{background-color:#854d0e1a}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-800\/20{background-color:#854d0e33}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-800\/30{background-color:#854d0e4d}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-800\/40{background-color:#854d0e66}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-800\/50{background-color:#854d0e80}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-800\/60{background-color:#854d0e99}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-800\/70{background-color:#854d0eb3}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-800\/75{background-color:#854d0ebf}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-800\/80{background-color:#854d0ecc}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-800\/90{background-color:#854d0ee6}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-900{background-color:#713f12}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-900\/0{background-color:#713f1200}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-900\/10{background-color:#713f121a}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-900\/20{background-color:#713f1233}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-900\/30{background-color:#713f124d}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-900\/40{background-color:#713f1266}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-900\/50{background-color:#713f1280}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-900\/60{background-color:#713f1299}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-900\/70{background-color:#713f12b3}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-900\/75{background-color:#713f12bf}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-900\/80{background-color:#713f12cc}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-900\/90{background-color:#713f12e6}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-950{background-color:#422006}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-950\/0{background-color:#42200600}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-950\/10{background-color:#4220061a}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-950\/20{background-color:#42200633}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-950\/30{background-color:#4220064d}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-950\/40{background-color:#42200666}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-950\/50{background-color:#42200680}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-950\/60{background-color:#42200699}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-950\/70{background-color:#422006b3}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-950\/75{background-color:#422006bf}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-950\/80{background-color:#422006cc}}@media screen and (max-width: 1920px){.xxl\:bg-yellow-950\/90{background-color:#422006e6}}@media screen and (max-width: 1920px){.xxl\:bg-lime-50{background-color:#f7fee7}}@media screen and (max-width: 1920px){.xxl\:bg-lime-50\/0{background-color:#f7fee700}}@media screen and (max-width: 1920px){.xxl\:bg-lime-50\/10{background-color:#f7fee71a}}@media screen and (max-width: 1920px){.xxl\:bg-lime-50\/20{background-color:#f7fee733}}@media screen and (max-width: 1920px){.xxl\:bg-lime-50\/30{background-color:#f7fee74d}}@media screen and (max-width: 1920px){.xxl\:bg-lime-50\/40{background-color:#f7fee766}}@media screen and (max-width: 1920px){.xxl\:bg-lime-50\/50{background-color:#f7fee780}}@media screen and (max-width: 1920px){.xxl\:bg-lime-50\/60{background-color:#f7fee799}}@media screen and (max-width: 1920px){.xxl\:bg-lime-50\/70{background-color:#f7fee7b3}}@media screen and (max-width: 1920px){.xxl\:bg-lime-50\/75{background-color:#f7fee7bf}}@media screen and (max-width: 1920px){.xxl\:bg-lime-50\/80{background-color:#f7fee7cc}}@media screen and (max-width: 1920px){.xxl\:bg-lime-50\/90{background-color:#f7fee7e6}}@media screen and (max-width: 1920px){.xxl\:bg-lime-100{background-color:#ecfccb}}@media screen and (max-width: 1920px){.xxl\:bg-lime-100\/0{background-color:#ecfccb00}}@media screen and (max-width: 1920px){.xxl\:bg-lime-100\/10{background-color:#ecfccb1a}}@media screen and (max-width: 1920px){.xxl\:bg-lime-100\/20{background-color:#ecfccb33}}@media screen and (max-width: 1920px){.xxl\:bg-lime-100\/30{background-color:#ecfccb4d}}@media screen and (max-width: 1920px){.xxl\:bg-lime-100\/40{background-color:#ecfccb66}}@media screen and (max-width: 1920px){.xxl\:bg-lime-100\/50{background-color:#ecfccb80}}@media screen and (max-width: 1920px){.xxl\:bg-lime-100\/60{background-color:#ecfccb99}}@media screen and (max-width: 1920px){.xxl\:bg-lime-100\/70{background-color:#ecfccbb3}}@media screen and (max-width: 1920px){.xxl\:bg-lime-100\/75{background-color:#ecfccbbf}}@media screen and (max-width: 1920px){.xxl\:bg-lime-100\/80{background-color:#ecfccbcc}}@media screen and (max-width: 1920px){.xxl\:bg-lime-100\/90{background-color:#ecfccbe6}}@media screen and (max-width: 1920px){.xxl\:bg-lime-200{background-color:#d9f99d}}@media screen and (max-width: 1920px){.xxl\:bg-lime-200\/0{background-color:#d9f99d00}}@media screen and (max-width: 1920px){.xxl\:bg-lime-200\/10{background-color:#d9f99d1a}}@media screen and (max-width: 1920px){.xxl\:bg-lime-200\/20{background-color:#d9f99d33}}@media screen and (max-width: 1920px){.xxl\:bg-lime-200\/30{background-color:#d9f99d4d}}@media screen and (max-width: 1920px){.xxl\:bg-lime-200\/40{background-color:#d9f99d66}}@media screen and (max-width: 1920px){.xxl\:bg-lime-200\/50{background-color:#d9f99d80}}@media screen and (max-width: 1920px){.xxl\:bg-lime-200\/60{background-color:#d9f99d99}}@media screen and (max-width: 1920px){.xxl\:bg-lime-200\/70{background-color:#d9f99db3}}@media screen and (max-width: 1920px){.xxl\:bg-lime-200\/75{background-color:#d9f99dbf}}@media screen and (max-width: 1920px){.xxl\:bg-lime-200\/80{background-color:#d9f99dcc}}@media screen and (max-width: 1920px){.xxl\:bg-lime-200\/90{background-color:#d9f99de6}}@media screen and (max-width: 1920px){.xxl\:bg-lime-300{background-color:#bef264}}@media screen and (max-width: 1920px){.xxl\:bg-lime-300\/0{background-color:#bef26400}}@media screen and (max-width: 1920px){.xxl\:bg-lime-300\/10{background-color:#bef2641a}}@media screen and (max-width: 1920px){.xxl\:bg-lime-300\/20{background-color:#bef26433}}@media screen and (max-width: 1920px){.xxl\:bg-lime-300\/30{background-color:#bef2644d}}@media screen and (max-width: 1920px){.xxl\:bg-lime-300\/40{background-color:#bef26466}}@media screen and (max-width: 1920px){.xxl\:bg-lime-300\/50{background-color:#bef26480}}@media screen and (max-width: 1920px){.xxl\:bg-lime-300\/60{background-color:#bef26499}}@media screen and (max-width: 1920px){.xxl\:bg-lime-300\/70{background-color:#bef264b3}}@media screen and (max-width: 1920px){.xxl\:bg-lime-300\/75{background-color:#bef264bf}}@media screen and (max-width: 1920px){.xxl\:bg-lime-300\/80{background-color:#bef264cc}}@media screen and (max-width: 1920px){.xxl\:bg-lime-300\/90{background-color:#bef264e6}}@media screen and (max-width: 1920px){.xxl\:bg-lime-400{background-color:#a3e635}}@media screen and (max-width: 1920px){.xxl\:bg-lime-400\/0{background-color:#a3e63500}}@media screen and (max-width: 1920px){.xxl\:bg-lime-400\/10{background-color:#a3e6351a}}@media screen and (max-width: 1920px){.xxl\:bg-lime-400\/20{background-color:#a3e63533}}@media screen and (max-width: 1920px){.xxl\:bg-lime-400\/30{background-color:#a3e6354d}}@media screen and (max-width: 1920px){.xxl\:bg-lime-400\/40{background-color:#a3e63566}}@media screen and (max-width: 1920px){.xxl\:bg-lime-400\/50{background-color:#a3e63580}}@media screen and (max-width: 1920px){.xxl\:bg-lime-400\/60{background-color:#a3e63599}}@media screen and (max-width: 1920px){.xxl\:bg-lime-400\/70{background-color:#a3e635b3}}@media screen and (max-width: 1920px){.xxl\:bg-lime-400\/75{background-color:#a3e635bf}}@media screen and (max-width: 1920px){.xxl\:bg-lime-400\/80{background-color:#a3e635cc}}@media screen and (max-width: 1920px){.xxl\:bg-lime-400\/90{background-color:#a3e635e6}}@media screen and (max-width: 1920px){.xxl\:bg-lime-500{background-color:#84cc16}}@media screen and (max-width: 1920px){.xxl\:bg-lime-500\/0{background-color:#84cc1600}}@media screen and (max-width: 1920px){.xxl\:bg-lime-500\/10{background-color:#84cc161a}}@media screen and (max-width: 1920px){.xxl\:bg-lime-500\/20{background-color:#84cc1633}}@media screen and (max-width: 1920px){.xxl\:bg-lime-500\/30{background-color:#84cc164d}}@media screen and (max-width: 1920px){.xxl\:bg-lime-500\/40{background-color:#84cc1666}}@media screen and (max-width: 1920px){.xxl\:bg-lime-500\/50{background-color:#84cc1680}}@media screen and (max-width: 1920px){.xxl\:bg-lime-500\/60{background-color:#84cc1699}}@media screen and (max-width: 1920px){.xxl\:bg-lime-500\/70{background-color:#84cc16b3}}@media screen and (max-width: 1920px){.xxl\:bg-lime-500\/75{background-color:#84cc16bf}}@media screen and (max-width: 1920px){.xxl\:bg-lime-500\/80{background-color:#84cc16cc}}@media screen and (max-width: 1920px){.xxl\:bg-lime-500\/90{background-color:#84cc16e6}}@media screen and (max-width: 1920px){.xxl\:bg-lime-600{background-color:#65a30d}}@media screen and (max-width: 1920px){.xxl\:bg-lime-600\/0{background-color:#65a30d00}}@media screen and (max-width: 1920px){.xxl\:bg-lime-600\/10{background-color:#65a30d1a}}@media screen and (max-width: 1920px){.xxl\:bg-lime-600\/20{background-color:#65a30d33}}@media screen and (max-width: 1920px){.xxl\:bg-lime-600\/30{background-color:#65a30d4d}}@media screen and (max-width: 1920px){.xxl\:bg-lime-600\/40{background-color:#65a30d66}}@media screen and (max-width: 1920px){.xxl\:bg-lime-600\/50{background-color:#65a30d80}}@media screen and (max-width: 1920px){.xxl\:bg-lime-600\/60{background-color:#65a30d99}}@media screen and (max-width: 1920px){.xxl\:bg-lime-600\/70{background-color:#65a30db3}}@media screen and (max-width: 1920px){.xxl\:bg-lime-600\/75{background-color:#65a30dbf}}@media screen and (max-width: 1920px){.xxl\:bg-lime-600\/80{background-color:#65a30dcc}}@media screen and (max-width: 1920px){.xxl\:bg-lime-600\/90{background-color:#65a30de6}}@media screen and (max-width: 1920px){.xxl\:bg-lime-700{background-color:#4d7c0f}}@media screen and (max-width: 1920px){.xxl\:bg-lime-700\/0{background-color:#4d7c0f00}}@media screen and (max-width: 1920px){.xxl\:bg-lime-700\/10{background-color:#4d7c0f1a}}@media screen and (max-width: 1920px){.xxl\:bg-lime-700\/20{background-color:#4d7c0f33}}@media screen and (max-width: 1920px){.xxl\:bg-lime-700\/30{background-color:#4d7c0f4d}}@media screen and (max-width: 1920px){.xxl\:bg-lime-700\/40{background-color:#4d7c0f66}}@media screen and (max-width: 1920px){.xxl\:bg-lime-700\/50{background-color:#4d7c0f80}}@media screen and (max-width: 1920px){.xxl\:bg-lime-700\/60{background-color:#4d7c0f99}}@media screen and (max-width: 1920px){.xxl\:bg-lime-700\/70{background-color:#4d7c0fb3}}@media screen and (max-width: 1920px){.xxl\:bg-lime-700\/75{background-color:#4d7c0fbf}}@media screen and (max-width: 1920px){.xxl\:bg-lime-700\/80{background-color:#4d7c0fcc}}@media screen and (max-width: 1920px){.xxl\:bg-lime-700\/90{background-color:#4d7c0fe6}}@media screen and (max-width: 1920px){.xxl\:bg-lime-800{background-color:#3f6212}}@media screen and (max-width: 1920px){.xxl\:bg-lime-800\/0{background-color:#3f621200}}@media screen and (max-width: 1920px){.xxl\:bg-lime-800\/10{background-color:#3f62121a}}@media screen and (max-width: 1920px){.xxl\:bg-lime-800\/20{background-color:#3f621233}}@media screen and (max-width: 1920px){.xxl\:bg-lime-800\/30{background-color:#3f62124d}}@media screen and (max-width: 1920px){.xxl\:bg-lime-800\/40{background-color:#3f621266}}@media screen and (max-width: 1920px){.xxl\:bg-lime-800\/50{background-color:#3f621280}}@media screen and (max-width: 1920px){.xxl\:bg-lime-800\/60{background-color:#3f621299}}@media screen and (max-width: 1920px){.xxl\:bg-lime-800\/70{background-color:#3f6212b3}}@media screen and (max-width: 1920px){.xxl\:bg-lime-800\/75{background-color:#3f6212bf}}@media screen and (max-width: 1920px){.xxl\:bg-lime-800\/80{background-color:#3f6212cc}}@media screen and (max-width: 1920px){.xxl\:bg-lime-800\/90{background-color:#3f6212e6}}@media screen and (max-width: 1920px){.xxl\:bg-lime-900{background-color:#365314}}@media screen and (max-width: 1920px){.xxl\:bg-lime-900\/0{background-color:#36531400}}@media screen and (max-width: 1920px){.xxl\:bg-lime-900\/10{background-color:#3653141a}}@media screen and (max-width: 1920px){.xxl\:bg-lime-900\/20{background-color:#36531433}}@media screen and (max-width: 1920px){.xxl\:bg-lime-900\/30{background-color:#3653144d}}@media screen and (max-width: 1920px){.xxl\:bg-lime-900\/40{background-color:#36531466}}@media screen and (max-width: 1920px){.xxl\:bg-lime-900\/50{background-color:#36531480}}@media screen and (max-width: 1920px){.xxl\:bg-lime-900\/60{background-color:#36531499}}@media screen and (max-width: 1920px){.xxl\:bg-lime-900\/70{background-color:#365314b3}}@media screen and (max-width: 1920px){.xxl\:bg-lime-900\/75{background-color:#365314bf}}@media screen and (max-width: 1920px){.xxl\:bg-lime-900\/80{background-color:#365314cc}}@media screen and (max-width: 1920px){.xxl\:bg-lime-900\/90{background-color:#365314e6}}@media screen and (max-width: 1920px){.xxl\:bg-lime-950{background-color:#1a2e05}}@media screen and (max-width: 1920px){.xxl\:bg-lime-950\/0{background-color:#1a2e0500}}@media screen and (max-width: 1920px){.xxl\:bg-lime-950\/10{background-color:#1a2e051a}}@media screen and (max-width: 1920px){.xxl\:bg-lime-950\/20{background-color:#1a2e0533}}@media screen and (max-width: 1920px){.xxl\:bg-lime-950\/30{background-color:#1a2e054d}}@media screen and (max-width: 1920px){.xxl\:bg-lime-950\/40{background-color:#1a2e0566}}@media screen and (max-width: 1920px){.xxl\:bg-lime-950\/50{background-color:#1a2e0580}}@media screen and (max-width: 1920px){.xxl\:bg-lime-950\/60{background-color:#1a2e0599}}@media screen and (max-width: 1920px){.xxl\:bg-lime-950\/70{background-color:#1a2e05b3}}@media screen and (max-width: 1920px){.xxl\:bg-lime-950\/75{background-color:#1a2e05bf}}@media screen and (max-width: 1920px){.xxl\:bg-lime-950\/80{background-color:#1a2e05cc}}@media screen and (max-width: 1920px){.xxl\:bg-lime-950\/90{background-color:#1a2e05e6}}@media screen and (max-width: 1920px){.xxl\:bg-green-50{background-color:#f0fdf4}}@media screen and (max-width: 1920px){.xxl\:bg-green-50\/0{background-color:#f0fdf400}}@media screen and (max-width: 1920px){.xxl\:bg-green-50\/10{background-color:#f0fdf41a}}@media screen and (max-width: 1920px){.xxl\:bg-green-50\/20{background-color:#f0fdf433}}@media screen and (max-width: 1920px){.xxl\:bg-green-50\/30{background-color:#f0fdf44d}}@media screen and (max-width: 1920px){.xxl\:bg-green-50\/40{background-color:#f0fdf466}}@media screen and (max-width: 1920px){.xxl\:bg-green-50\/50{background-color:#f0fdf480}}@media screen and (max-width: 1920px){.xxl\:bg-green-50\/60{background-color:#f0fdf499}}@media screen and (max-width: 1920px){.xxl\:bg-green-50\/70{background-color:#f0fdf4b3}}@media screen and (max-width: 1920px){.xxl\:bg-green-50\/75{background-color:#f0fdf4bf}}@media screen and (max-width: 1920px){.xxl\:bg-green-50\/80{background-color:#f0fdf4cc}}@media screen and (max-width: 1920px){.xxl\:bg-green-50\/90{background-color:#f0fdf4e6}}@media screen and (max-width: 1920px){.xxl\:bg-green-100{background-color:#dcfce7}}@media screen and (max-width: 1920px){.xxl\:bg-green-100\/0{background-color:#dcfce700}}@media screen and (max-width: 1920px){.xxl\:bg-green-100\/10{background-color:#dcfce71a}}@media screen and (max-width: 1920px){.xxl\:bg-green-100\/20{background-color:#dcfce733}}@media screen and (max-width: 1920px){.xxl\:bg-green-100\/30{background-color:#dcfce74d}}@media screen and (max-width: 1920px){.xxl\:bg-green-100\/40{background-color:#dcfce766}}@media screen and (max-width: 1920px){.xxl\:bg-green-100\/50{background-color:#dcfce780}}@media screen and (max-width: 1920px){.xxl\:bg-green-100\/60{background-color:#dcfce799}}@media screen and (max-width: 1920px){.xxl\:bg-green-100\/70{background-color:#dcfce7b3}}@media screen and (max-width: 1920px){.xxl\:bg-green-100\/75{background-color:#dcfce7bf}}@media screen and (max-width: 1920px){.xxl\:bg-green-100\/80{background-color:#dcfce7cc}}@media screen and (max-width: 1920px){.xxl\:bg-green-100\/90{background-color:#dcfce7e6}}@media screen and (max-width: 1920px){.xxl\:bg-green-200{background-color:#bbf7d0}}@media screen and (max-width: 1920px){.xxl\:bg-green-200\/0{background-color:#bbf7d000}}@media screen and (max-width: 1920px){.xxl\:bg-green-200\/10{background-color:#bbf7d01a}}@media screen and (max-width: 1920px){.xxl\:bg-green-200\/20{background-color:#bbf7d033}}@media screen and (max-width: 1920px){.xxl\:bg-green-200\/30{background-color:#bbf7d04d}}@media screen and (max-width: 1920px){.xxl\:bg-green-200\/40{background-color:#bbf7d066}}@media screen and (max-width: 1920px){.xxl\:bg-green-200\/50{background-color:#bbf7d080}}@media screen and (max-width: 1920px){.xxl\:bg-green-200\/60{background-color:#bbf7d099}}@media screen and (max-width: 1920px){.xxl\:bg-green-200\/70{background-color:#bbf7d0b3}}@media screen and (max-width: 1920px){.xxl\:bg-green-200\/75{background-color:#bbf7d0bf}}@media screen and (max-width: 1920px){.xxl\:bg-green-200\/80{background-color:#bbf7d0cc}}@media screen and (max-width: 1920px){.xxl\:bg-green-200\/90{background-color:#bbf7d0e6}}@media screen and (max-width: 1920px){.xxl\:bg-green-300{background-color:#86efac}}@media screen and (max-width: 1920px){.xxl\:bg-green-300\/0{background-color:#86efac00}}@media screen and (max-width: 1920px){.xxl\:bg-green-300\/10{background-color:#86efac1a}}@media screen and (max-width: 1920px){.xxl\:bg-green-300\/20{background-color:#86efac33}}@media screen and (max-width: 1920px){.xxl\:bg-green-300\/30{background-color:#86efac4d}}@media screen and (max-width: 1920px){.xxl\:bg-green-300\/40{background-color:#86efac66}}@media screen and (max-width: 1920px){.xxl\:bg-green-300\/50{background-color:#86efac80}}@media screen and (max-width: 1920px){.xxl\:bg-green-300\/60{background-color:#86efac99}}@media screen and (max-width: 1920px){.xxl\:bg-green-300\/70{background-color:#86efacb3}}@media screen and (max-width: 1920px){.xxl\:bg-green-300\/75{background-color:#86efacbf}}@media screen and (max-width: 1920px){.xxl\:bg-green-300\/80{background-color:#86efaccc}}@media screen and (max-width: 1920px){.xxl\:bg-green-300\/90{background-color:#86eface6}}@media screen and (max-width: 1920px){.xxl\:bg-green-400{background-color:#4ade80}}@media screen and (max-width: 1920px){.xxl\:bg-green-400\/0{background-color:#4ade8000}}@media screen and (max-width: 1920px){.xxl\:bg-green-400\/10{background-color:#4ade801a}}@media screen and (max-width: 1920px){.xxl\:bg-green-400\/20{background-color:#4ade8033}}@media screen and (max-width: 1920px){.xxl\:bg-green-400\/30{background-color:#4ade804d}}@media screen and (max-width: 1920px){.xxl\:bg-green-400\/40{background-color:#4ade8066}}@media screen and (max-width: 1920px){.xxl\:bg-green-400\/50{background-color:#4ade8080}}@media screen and (max-width: 1920px){.xxl\:bg-green-400\/60{background-color:#4ade8099}}@media screen and (max-width: 1920px){.xxl\:bg-green-400\/70{background-color:#4ade80b3}}@media screen and (max-width: 1920px){.xxl\:bg-green-400\/75{background-color:#4ade80bf}}@media screen and (max-width: 1920px){.xxl\:bg-green-400\/80{background-color:#4ade80cc}}@media screen and (max-width: 1920px){.xxl\:bg-green-400\/90{background-color:#4ade80e6}}@media screen and (max-width: 1920px){.xxl\:bg-green-500{background-color:#22c55e}}@media screen and (max-width: 1920px){.xxl\:bg-green-500\/0{background-color:#22c55e00}}@media screen and (max-width: 1920px){.xxl\:bg-green-500\/10{background-color:#22c55e1a}}@media screen and (max-width: 1920px){.xxl\:bg-green-500\/20{background-color:#22c55e33}}@media screen and (max-width: 1920px){.xxl\:bg-green-500\/30{background-color:#22c55e4d}}@media screen and (max-width: 1920px){.xxl\:bg-green-500\/40{background-color:#22c55e66}}@media screen and (max-width: 1920px){.xxl\:bg-green-500\/50{background-color:#22c55e80}}@media screen and (max-width: 1920px){.xxl\:bg-green-500\/60{background-color:#22c55e99}}@media screen and (max-width: 1920px){.xxl\:bg-green-500\/70{background-color:#22c55eb3}}@media screen and (max-width: 1920px){.xxl\:bg-green-500\/75{background-color:#22c55ebf}}@media screen and (max-width: 1920px){.xxl\:bg-green-500\/80{background-color:#22c55ecc}}@media screen and (max-width: 1920px){.xxl\:bg-green-500\/90{background-color:#22c55ee6}}@media screen and (max-width: 1920px){.xxl\:bg-green-600{background-color:#16a34a}}@media screen and (max-width: 1920px){.xxl\:bg-green-600\/0{background-color:#16a34a00}}@media screen and (max-width: 1920px){.xxl\:bg-green-600\/10{background-color:#16a34a1a}}@media screen and (max-width: 1920px){.xxl\:bg-green-600\/20{background-color:#16a34a33}}@media screen and (max-width: 1920px){.xxl\:bg-green-600\/30{background-color:#16a34a4d}}@media screen and (max-width: 1920px){.xxl\:bg-green-600\/40{background-color:#16a34a66}}@media screen and (max-width: 1920px){.xxl\:bg-green-600\/50{background-color:#16a34a80}}@media screen and (max-width: 1920px){.xxl\:bg-green-600\/60{background-color:#16a34a99}}@media screen and (max-width: 1920px){.xxl\:bg-green-600\/70{background-color:#16a34ab3}}@media screen and (max-width: 1920px){.xxl\:bg-green-600\/75{background-color:#16a34abf}}@media screen and (max-width: 1920px){.xxl\:bg-green-600\/80{background-color:#16a34acc}}@media screen and (max-width: 1920px){.xxl\:bg-green-600\/90{background-color:#16a34ae6}}@media screen and (max-width: 1920px){.xxl\:bg-green-700{background-color:#15803d}}@media screen and (max-width: 1920px){.xxl\:bg-green-700\/0{background-color:#15803d00}}@media screen and (max-width: 1920px){.xxl\:bg-green-700\/10{background-color:#15803d1a}}@media screen and (max-width: 1920px){.xxl\:bg-green-700\/20{background-color:#15803d33}}@media screen and (max-width: 1920px){.xxl\:bg-green-700\/30{background-color:#15803d4d}}@media screen and (max-width: 1920px){.xxl\:bg-green-700\/40{background-color:#15803d66}}@media screen and (max-width: 1920px){.xxl\:bg-green-700\/50{background-color:#15803d80}}@media screen and (max-width: 1920px){.xxl\:bg-green-700\/60{background-color:#15803d99}}@media screen and (max-width: 1920px){.xxl\:bg-green-700\/70{background-color:#15803db3}}@media screen and (max-width: 1920px){.xxl\:bg-green-700\/75{background-color:#15803dbf}}@media screen and (max-width: 1920px){.xxl\:bg-green-700\/80{background-color:#15803dcc}}@media screen and (max-width: 1920px){.xxl\:bg-green-700\/90{background-color:#15803de6}}@media screen and (max-width: 1920px){.xxl\:bg-green-800{background-color:#166534}}@media screen and (max-width: 1920px){.xxl\:bg-green-800\/0{background-color:#16653400}}@media screen and (max-width: 1920px){.xxl\:bg-green-800\/10{background-color:#1665341a}}@media screen and (max-width: 1920px){.xxl\:bg-green-800\/20{background-color:#16653433}}@media screen and (max-width: 1920px){.xxl\:bg-green-800\/30{background-color:#1665344d}}@media screen and (max-width: 1920px){.xxl\:bg-green-800\/40{background-color:#16653466}}@media screen and (max-width: 1920px){.xxl\:bg-green-800\/50{background-color:#16653480}}@media screen and (max-width: 1920px){.xxl\:bg-green-800\/60{background-color:#16653499}}@media screen and (max-width: 1920px){.xxl\:bg-green-800\/70{background-color:#166534b3}}@media screen and (max-width: 1920px){.xxl\:bg-green-800\/75{background-color:#166534bf}}@media screen and (max-width: 1920px){.xxl\:bg-green-800\/80{background-color:#166534cc}}@media screen and (max-width: 1920px){.xxl\:bg-green-800\/90{background-color:#166534e6}}@media screen and (max-width: 1920px){.xxl\:bg-green-900{background-color:#14532d}}@media screen and (max-width: 1920px){.xxl\:bg-green-900\/0{background-color:#14532d00}}@media screen and (max-width: 1920px){.xxl\:bg-green-900\/10{background-color:#14532d1a}}@media screen and (max-width: 1920px){.xxl\:bg-green-900\/20{background-color:#14532d33}}@media screen and (max-width: 1920px){.xxl\:bg-green-900\/30{background-color:#14532d4d}}@media screen and (max-width: 1920px){.xxl\:bg-green-900\/40{background-color:#14532d66}}@media screen and (max-width: 1920px){.xxl\:bg-green-900\/50{background-color:#14532d80}}@media screen and (max-width: 1920px){.xxl\:bg-green-900\/60{background-color:#14532d99}}@media screen and (max-width: 1920px){.xxl\:bg-green-900\/70{background-color:#14532db3}}@media screen and (max-width: 1920px){.xxl\:bg-green-900\/75{background-color:#14532dbf}}@media screen and (max-width: 1920px){.xxl\:bg-green-900\/80{background-color:#14532dcc}}@media screen and (max-width: 1920px){.xxl\:bg-green-900\/90{background-color:#14532de6}}@media screen and (max-width: 1920px){.xxl\:bg-green-950{background-color:#052e16}}@media screen and (max-width: 1920px){.xxl\:bg-green-950\/0{background-color:#052e1600}}@media screen and (max-width: 1920px){.xxl\:bg-green-950\/10{background-color:#052e161a}}@media screen and (max-width: 1920px){.xxl\:bg-green-950\/20{background-color:#052e1633}}@media screen and (max-width: 1920px){.xxl\:bg-green-950\/30{background-color:#052e164d}}@media screen and (max-width: 1920px){.xxl\:bg-green-950\/40{background-color:#052e1666}}@media screen and (max-width: 1920px){.xxl\:bg-green-950\/50{background-color:#052e1680}}@media screen and (max-width: 1920px){.xxl\:bg-green-950\/60{background-color:#052e1699}}@media screen and (max-width: 1920px){.xxl\:bg-green-950\/70{background-color:#052e16b3}}@media screen and (max-width: 1920px){.xxl\:bg-green-950\/75{background-color:#052e16bf}}@media screen and (max-width: 1920px){.xxl\:bg-green-950\/80{background-color:#052e16cc}}@media screen and (max-width: 1920px){.xxl\:bg-green-950\/90{background-color:#052e16e6}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-50{background-color:#ecfdf5}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-50\/0{background-color:#ecfdf500}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-50\/10{background-color:#ecfdf51a}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-50\/20{background-color:#ecfdf533}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-50\/30{background-color:#ecfdf54d}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-50\/40{background-color:#ecfdf566}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-50\/50{background-color:#ecfdf580}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-50\/60{background-color:#ecfdf599}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-50\/70{background-color:#ecfdf5b3}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-50\/75{background-color:#ecfdf5bf}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-50\/80{background-color:#ecfdf5cc}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-50\/90{background-color:#ecfdf5e6}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-100{background-color:#d1fae5}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-100\/0{background-color:#d1fae500}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-100\/10{background-color:#d1fae51a}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-100\/20{background-color:#d1fae533}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-100\/30{background-color:#d1fae54d}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-100\/40{background-color:#d1fae566}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-100\/50{background-color:#d1fae580}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-100\/60{background-color:#d1fae599}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-100\/70{background-color:#d1fae5b3}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-100\/75{background-color:#d1fae5bf}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-100\/80{background-color:#d1fae5cc}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-100\/90{background-color:#d1fae5e6}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-200{background-color:#a7f3d0}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-200\/0{background-color:#a7f3d000}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-200\/10{background-color:#a7f3d01a}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-200\/20{background-color:#a7f3d033}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-200\/30{background-color:#a7f3d04d}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-200\/40{background-color:#a7f3d066}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-200\/50{background-color:#a7f3d080}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-200\/60{background-color:#a7f3d099}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-200\/70{background-color:#a7f3d0b3}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-200\/75{background-color:#a7f3d0bf}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-200\/80{background-color:#a7f3d0cc}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-200\/90{background-color:#a7f3d0e6}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-300{background-color:#6ee7b7}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-300\/0{background-color:#6ee7b700}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-300\/10{background-color:#6ee7b71a}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-300\/20{background-color:#6ee7b733}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-300\/30{background-color:#6ee7b74d}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-300\/40{background-color:#6ee7b766}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-300\/50{background-color:#6ee7b780}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-300\/60{background-color:#6ee7b799}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-300\/70{background-color:#6ee7b7b3}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-300\/75{background-color:#6ee7b7bf}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-300\/80{background-color:#6ee7b7cc}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-300\/90{background-color:#6ee7b7e6}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-400{background-color:#34d399}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-400\/0{background-color:#34d39900}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-400\/10{background-color:#34d3991a}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-400\/20{background-color:#34d39933}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-400\/30{background-color:#34d3994d}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-400\/40{background-color:#34d39966}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-400\/50{background-color:#34d39980}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-400\/60{background-color:#34d39999}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-400\/70{background-color:#34d399b3}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-400\/75{background-color:#34d399bf}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-400\/80{background-color:#34d399cc}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-400\/90{background-color:#34d399e6}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-500{background-color:#10b981}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-500\/0{background-color:#10b98100}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-500\/10{background-color:#10b9811a}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-500\/20{background-color:#10b98133}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-500\/30{background-color:#10b9814d}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-500\/40{background-color:#10b98166}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-500\/50{background-color:#10b98180}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-500\/60{background-color:#10b98199}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-500\/70{background-color:#10b981b3}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-500\/75{background-color:#10b981bf}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-500\/80{background-color:#10b981cc}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-500\/90{background-color:#10b981e6}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-600{background-color:#059669}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-600\/0{background-color:#05966900}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-600\/10{background-color:#0596691a}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-600\/20{background-color:#05966933}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-600\/30{background-color:#0596694d}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-600\/40{background-color:#05966966}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-600\/50{background-color:#05966980}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-600\/60{background-color:#05966999}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-600\/70{background-color:#059669b3}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-600\/75{background-color:#059669bf}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-600\/80{background-color:#059669cc}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-600\/90{background-color:#059669e6}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-700{background-color:#047857}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-700\/0{background-color:#04785700}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-700\/10{background-color:#0478571a}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-700\/20{background-color:#04785733}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-700\/30{background-color:#0478574d}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-700\/40{background-color:#04785766}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-700\/50{background-color:#04785780}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-700\/60{background-color:#04785799}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-700\/70{background-color:#047857b3}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-700\/75{background-color:#047857bf}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-700\/80{background-color:#047857cc}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-700\/90{background-color:#047857e6}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-800{background-color:#065f46}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-800\/0{background-color:#065f4600}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-800\/10{background-color:#065f461a}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-800\/20{background-color:#065f4633}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-800\/30{background-color:#065f464d}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-800\/40{background-color:#065f4666}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-800\/50{background-color:#065f4680}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-800\/60{background-color:#065f4699}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-800\/70{background-color:#065f46b3}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-800\/75{background-color:#065f46bf}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-800\/80{background-color:#065f46cc}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-800\/90{background-color:#065f46e6}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-900{background-color:#064e3b}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-900\/0{background-color:#064e3b00}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-900\/10{background-color:#064e3b1a}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-900\/20{background-color:#064e3b33}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-900\/30{background-color:#064e3b4d}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-900\/40{background-color:#064e3b66}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-900\/50{background-color:#064e3b80}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-900\/60{background-color:#064e3b99}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-900\/70{background-color:#064e3bb3}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-900\/75{background-color:#064e3bbf}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-900\/80{background-color:#064e3bcc}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-900\/90{background-color:#064e3be6}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-950{background-color:#022c22}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-950\/0{background-color:#022c2200}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-950\/10{background-color:#022c221a}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-950\/20{background-color:#022c2233}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-950\/30{background-color:#022c224d}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-950\/40{background-color:#022c2266}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-950\/50{background-color:#022c2280}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-950\/60{background-color:#022c2299}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-950\/70{background-color:#022c22b3}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-950\/75{background-color:#022c22bf}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-950\/80{background-color:#022c22cc}}@media screen and (max-width: 1920px){.xxl\:bg-emerald-950\/90{background-color:#022c22e6}}@media screen and (max-width: 1920px){.xxl\:bg-teal-50{background-color:#f0fdfa}}@media screen and (max-width: 1920px){.xxl\:bg-teal-50\/0{background-color:#f0fdfa00}}@media screen and (max-width: 1920px){.xxl\:bg-teal-50\/10{background-color:#f0fdfa1a}}@media screen and (max-width: 1920px){.xxl\:bg-teal-50\/20{background-color:#f0fdfa33}}@media screen and (max-width: 1920px){.xxl\:bg-teal-50\/30{background-color:#f0fdfa4d}}@media screen and (max-width: 1920px){.xxl\:bg-teal-50\/40{background-color:#f0fdfa66}}@media screen and (max-width: 1920px){.xxl\:bg-teal-50\/50{background-color:#f0fdfa80}}@media screen and (max-width: 1920px){.xxl\:bg-teal-50\/60{background-color:#f0fdfa99}}@media screen and (max-width: 1920px){.xxl\:bg-teal-50\/70{background-color:#f0fdfab3}}@media screen and (max-width: 1920px){.xxl\:bg-teal-50\/75{background-color:#f0fdfabf}}@media screen and (max-width: 1920px){.xxl\:bg-teal-50\/80{background-color:#f0fdfacc}}@media screen and (max-width: 1920px){.xxl\:bg-teal-50\/90{background-color:#f0fdfae6}}@media screen and (max-width: 1920px){.xxl\:bg-teal-100{background-color:#ccfbf1}}@media screen and (max-width: 1920px){.xxl\:bg-teal-100\/0{background-color:#ccfbf100}}@media screen and (max-width: 1920px){.xxl\:bg-teal-100\/10{background-color:#ccfbf11a}}@media screen and (max-width: 1920px){.xxl\:bg-teal-100\/20{background-color:#ccfbf133}}@media screen and (max-width: 1920px){.xxl\:bg-teal-100\/30{background-color:#ccfbf14d}}@media screen and (max-width: 1920px){.xxl\:bg-teal-100\/40{background-color:#ccfbf166}}@media screen and (max-width: 1920px){.xxl\:bg-teal-100\/50{background-color:#ccfbf180}}@media screen and (max-width: 1920px){.xxl\:bg-teal-100\/60{background-color:#ccfbf199}}@media screen and (max-width: 1920px){.xxl\:bg-teal-100\/70{background-color:#ccfbf1b3}}@media screen and (max-width: 1920px){.xxl\:bg-teal-100\/75{background-color:#ccfbf1bf}}@media screen and (max-width: 1920px){.xxl\:bg-teal-100\/80{background-color:#ccfbf1cc}}@media screen and (max-width: 1920px){.xxl\:bg-teal-100\/90{background-color:#ccfbf1e6}}@media screen and (max-width: 1920px){.xxl\:bg-teal-200{background-color:#99f6e4}}@media screen and (max-width: 1920px){.xxl\:bg-teal-200\/0{background-color:#99f6e400}}@media screen and (max-width: 1920px){.xxl\:bg-teal-200\/10{background-color:#99f6e41a}}@media screen and (max-width: 1920px){.xxl\:bg-teal-200\/20{background-color:#99f6e433}}@media screen and (max-width: 1920px){.xxl\:bg-teal-200\/30{background-color:#99f6e44d}}@media screen and (max-width: 1920px){.xxl\:bg-teal-200\/40{background-color:#99f6e466}}@media screen and (max-width: 1920px){.xxl\:bg-teal-200\/50{background-color:#99f6e480}}@media screen and (max-width: 1920px){.xxl\:bg-teal-200\/60{background-color:#99f6e499}}@media screen and (max-width: 1920px){.xxl\:bg-teal-200\/70{background-color:#99f6e4b3}}@media screen and (max-width: 1920px){.xxl\:bg-teal-200\/75{background-color:#99f6e4bf}}@media screen and (max-width: 1920px){.xxl\:bg-teal-200\/80{background-color:#99f6e4cc}}@media screen and (max-width: 1920px){.xxl\:bg-teal-200\/90{background-color:#99f6e4e6}}@media screen and (max-width: 1920px){.xxl\:bg-teal-300{background-color:#5eead4}}@media screen and (max-width: 1920px){.xxl\:bg-teal-300\/0{background-color:#5eead400}}@media screen and (max-width: 1920px){.xxl\:bg-teal-300\/10{background-color:#5eead41a}}@media screen and (max-width: 1920px){.xxl\:bg-teal-300\/20{background-color:#5eead433}}@media screen and (max-width: 1920px){.xxl\:bg-teal-300\/30{background-color:#5eead44d}}@media screen and (max-width: 1920px){.xxl\:bg-teal-300\/40{background-color:#5eead466}}@media screen and (max-width: 1920px){.xxl\:bg-teal-300\/50{background-color:#5eead480}}@media screen and (max-width: 1920px){.xxl\:bg-teal-300\/60{background-color:#5eead499}}@media screen and (max-width: 1920px){.xxl\:bg-teal-300\/70{background-color:#5eead4b3}}@media screen and (max-width: 1920px){.xxl\:bg-teal-300\/75{background-color:#5eead4bf}}@media screen and (max-width: 1920px){.xxl\:bg-teal-300\/80{background-color:#5eead4cc}}@media screen and (max-width: 1920px){.xxl\:bg-teal-300\/90{background-color:#5eead4e6}}@media screen and (max-width: 1920px){.xxl\:bg-teal-400{background-color:#2dd4bf}}@media screen and (max-width: 1920px){.xxl\:bg-teal-400\/0{background-color:#2dd4bf00}}@media screen and (max-width: 1920px){.xxl\:bg-teal-400\/10{background-color:#2dd4bf1a}}@media screen and (max-width: 1920px){.xxl\:bg-teal-400\/20{background-color:#2dd4bf33}}@media screen and (max-width: 1920px){.xxl\:bg-teal-400\/30{background-color:#2dd4bf4d}}@media screen and (max-width: 1920px){.xxl\:bg-teal-400\/40{background-color:#2dd4bf66}}@media screen and (max-width: 1920px){.xxl\:bg-teal-400\/50{background-color:#2dd4bf80}}@media screen and (max-width: 1920px){.xxl\:bg-teal-400\/60{background-color:#2dd4bf99}}@media screen and (max-width: 1920px){.xxl\:bg-teal-400\/70{background-color:#2dd4bfb3}}@media screen and (max-width: 1920px){.xxl\:bg-teal-400\/75{background-color:#2dd4bfbf}}@media screen and (max-width: 1920px){.xxl\:bg-teal-400\/80{background-color:#2dd4bfcc}}@media screen and (max-width: 1920px){.xxl\:bg-teal-400\/90{background-color:#2dd4bfe6}}@media screen and (max-width: 1920px){.xxl\:bg-teal-500{background-color:#14b8a6}}@media screen and (max-width: 1920px){.xxl\:bg-teal-500\/0{background-color:#14b8a600}}@media screen and (max-width: 1920px){.xxl\:bg-teal-500\/10{background-color:#14b8a61a}}@media screen and (max-width: 1920px){.xxl\:bg-teal-500\/20{background-color:#14b8a633}}@media screen and (max-width: 1920px){.xxl\:bg-teal-500\/30{background-color:#14b8a64d}}@media screen and (max-width: 1920px){.xxl\:bg-teal-500\/40{background-color:#14b8a666}}@media screen and (max-width: 1920px){.xxl\:bg-teal-500\/50{background-color:#14b8a680}}@media screen and (max-width: 1920px){.xxl\:bg-teal-500\/60{background-color:#14b8a699}}@media screen and (max-width: 1920px){.xxl\:bg-teal-500\/70{background-color:#14b8a6b3}}@media screen and (max-width: 1920px){.xxl\:bg-teal-500\/75{background-color:#14b8a6bf}}@media screen and (max-width: 1920px){.xxl\:bg-teal-500\/80{background-color:#14b8a6cc}}@media screen and (max-width: 1920px){.xxl\:bg-teal-500\/90{background-color:#14b8a6e6}}@media screen and (max-width: 1920px){.xxl\:bg-teal-600{background-color:#0d9488}}@media screen and (max-width: 1920px){.xxl\:bg-teal-600\/0{background-color:#0d948800}}@media screen and (max-width: 1920px){.xxl\:bg-teal-600\/10{background-color:#0d94881a}}@media screen and (max-width: 1920px){.xxl\:bg-teal-600\/20{background-color:#0d948833}}@media screen and (max-width: 1920px){.xxl\:bg-teal-600\/30{background-color:#0d94884d}}@media screen and (max-width: 1920px){.xxl\:bg-teal-600\/40{background-color:#0d948866}}@media screen and (max-width: 1920px){.xxl\:bg-teal-600\/50{background-color:#0d948880}}@media screen and (max-width: 1920px){.xxl\:bg-teal-600\/60{background-color:#0d948899}}@media screen and (max-width: 1920px){.xxl\:bg-teal-600\/70{background-color:#0d9488b3}}@media screen and (max-width: 1920px){.xxl\:bg-teal-600\/75{background-color:#0d9488bf}}@media screen and (max-width: 1920px){.xxl\:bg-teal-600\/80{background-color:#0d9488cc}}@media screen and (max-width: 1920px){.xxl\:bg-teal-600\/90{background-color:#0d9488e6}}@media screen and (max-width: 1920px){.xxl\:bg-teal-700{background-color:#0f766e}}@media screen and (max-width: 1920px){.xxl\:bg-teal-700\/0{background-color:#0f766e00}}@media screen and (max-width: 1920px){.xxl\:bg-teal-700\/10{background-color:#0f766e1a}}@media screen and (max-width: 1920px){.xxl\:bg-teal-700\/20{background-color:#0f766e33}}@media screen and (max-width: 1920px){.xxl\:bg-teal-700\/30{background-color:#0f766e4d}}@media screen and (max-width: 1920px){.xxl\:bg-teal-700\/40{background-color:#0f766e66}}@media screen and (max-width: 1920px){.xxl\:bg-teal-700\/50{background-color:#0f766e80}}@media screen and (max-width: 1920px){.xxl\:bg-teal-700\/60{background-color:#0f766e99}}@media screen and (max-width: 1920px){.xxl\:bg-teal-700\/70{background-color:#0f766eb3}}@media screen and (max-width: 1920px){.xxl\:bg-teal-700\/75{background-color:#0f766ebf}}@media screen and (max-width: 1920px){.xxl\:bg-teal-700\/80{background-color:#0f766ecc}}@media screen and (max-width: 1920px){.xxl\:bg-teal-700\/90{background-color:#0f766ee6}}@media screen and (max-width: 1920px){.xxl\:bg-teal-800{background-color:#115e59}}@media screen and (max-width: 1920px){.xxl\:bg-teal-800\/0{background-color:#115e5900}}@media screen and (max-width: 1920px){.xxl\:bg-teal-800\/10{background-color:#115e591a}}@media screen and (max-width: 1920px){.xxl\:bg-teal-800\/20{background-color:#115e5933}}@media screen and (max-width: 1920px){.xxl\:bg-teal-800\/30{background-color:#115e594d}}@media screen and (max-width: 1920px){.xxl\:bg-teal-800\/40{background-color:#115e5966}}@media screen and (max-width: 1920px){.xxl\:bg-teal-800\/50{background-color:#115e5980}}@media screen and (max-width: 1920px){.xxl\:bg-teal-800\/60{background-color:#115e5999}}@media screen and (max-width: 1920px){.xxl\:bg-teal-800\/70{background-color:#115e59b3}}@media screen and (max-width: 1920px){.xxl\:bg-teal-800\/75{background-color:#115e59bf}}@media screen and (max-width: 1920px){.xxl\:bg-teal-800\/80{background-color:#115e59cc}}@media screen and (max-width: 1920px){.xxl\:bg-teal-800\/90{background-color:#115e59e6}}@media screen and (max-width: 1920px){.xxl\:bg-teal-900{background-color:#134e4a}}@media screen and (max-width: 1920px){.xxl\:bg-teal-900\/0{background-color:#134e4a00}}@media screen and (max-width: 1920px){.xxl\:bg-teal-900\/10{background-color:#134e4a1a}}@media screen and (max-width: 1920px){.xxl\:bg-teal-900\/20{background-color:#134e4a33}}@media screen and (max-width: 1920px){.xxl\:bg-teal-900\/30{background-color:#134e4a4d}}@media screen and (max-width: 1920px){.xxl\:bg-teal-900\/40{background-color:#134e4a66}}@media screen and (max-width: 1920px){.xxl\:bg-teal-900\/50{background-color:#134e4a80}}@media screen and (max-width: 1920px){.xxl\:bg-teal-900\/60{background-color:#134e4a99}}@media screen and (max-width: 1920px){.xxl\:bg-teal-900\/70{background-color:#134e4ab3}}@media screen and (max-width: 1920px){.xxl\:bg-teal-900\/75{background-color:#134e4abf}}@media screen and (max-width: 1920px){.xxl\:bg-teal-900\/80{background-color:#134e4acc}}@media screen and (max-width: 1920px){.xxl\:bg-teal-900\/90{background-color:#134e4ae6}}@media screen and (max-width: 1920px){.xxl\:bg-teal-950{background-color:#042f2e}}@media screen and (max-width: 1920px){.xxl\:bg-teal-950\/0{background-color:#042f2e00}}@media screen and (max-width: 1920px){.xxl\:bg-teal-950\/10{background-color:#042f2e1a}}@media screen and (max-width: 1920px){.xxl\:bg-teal-950\/20{background-color:#042f2e33}}@media screen and (max-width: 1920px){.xxl\:bg-teal-950\/30{background-color:#042f2e4d}}@media screen and (max-width: 1920px){.xxl\:bg-teal-950\/40{background-color:#042f2e66}}@media screen and (max-width: 1920px){.xxl\:bg-teal-950\/50{background-color:#042f2e80}}@media screen and (max-width: 1920px){.xxl\:bg-teal-950\/60{background-color:#042f2e99}}@media screen and (max-width: 1920px){.xxl\:bg-teal-950\/70{background-color:#042f2eb3}}@media screen and (max-width: 1920px){.xxl\:bg-teal-950\/75{background-color:#042f2ebf}}@media screen and (max-width: 1920px){.xxl\:bg-teal-950\/80{background-color:#042f2ecc}}@media screen and (max-width: 1920px){.xxl\:bg-teal-950\/90{background-color:#042f2ee6}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-50{background-color:#ecfeff}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-50\/0{background-color:#ecfeff00}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-50\/10{background-color:#ecfeff1a}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-50\/20{background-color:#ecfeff33}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-50\/30{background-color:#ecfeff4d}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-50\/40{background-color:#ecfeff66}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-50\/50{background-color:#ecfeff80}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-50\/60{background-color:#ecfeff99}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-50\/70{background-color:#ecfeffb3}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-50\/75{background-color:#ecfeffbf}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-50\/80{background-color:#ecfeffcc}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-50\/90{background-color:#ecfeffe6}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-100{background-color:#cffafe}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-100\/0{background-color:#cffafe00}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-100\/10{background-color:#cffafe1a}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-100\/20{background-color:#cffafe33}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-100\/30{background-color:#cffafe4d}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-100\/40{background-color:#cffafe66}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-100\/50{background-color:#cffafe80}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-100\/60{background-color:#cffafe99}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-100\/70{background-color:#cffafeb3}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-100\/75{background-color:#cffafebf}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-100\/80{background-color:#cffafecc}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-100\/90{background-color:#cffafee6}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-200{background-color:#a5f3fc}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-200\/0{background-color:#a5f3fc00}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-200\/10{background-color:#a5f3fc1a}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-200\/20{background-color:#a5f3fc33}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-200\/30{background-color:#a5f3fc4d}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-200\/40{background-color:#a5f3fc66}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-200\/50{background-color:#a5f3fc80}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-200\/60{background-color:#a5f3fc99}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-200\/70{background-color:#a5f3fcb3}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-200\/75{background-color:#a5f3fcbf}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-200\/80{background-color:#a5f3fccc}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-200\/90{background-color:#a5f3fce6}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-300{background-color:#67e8f9}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-300\/0{background-color:#67e8f900}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-300\/10{background-color:#67e8f91a}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-300\/20{background-color:#67e8f933}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-300\/30{background-color:#67e8f94d}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-300\/40{background-color:#67e8f966}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-300\/50{background-color:#67e8f980}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-300\/60{background-color:#67e8f999}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-300\/70{background-color:#67e8f9b3}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-300\/75{background-color:#67e8f9bf}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-300\/80{background-color:#67e8f9cc}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-300\/90{background-color:#67e8f9e6}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-400{background-color:#22d3ee}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-400\/0{background-color:#22d3ee00}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-400\/10{background-color:#22d3ee1a}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-400\/20{background-color:#22d3ee33}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-400\/30{background-color:#22d3ee4d}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-400\/40{background-color:#22d3ee66}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-400\/50{background-color:#22d3ee80}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-400\/60{background-color:#22d3ee99}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-400\/70{background-color:#22d3eeb3}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-400\/75{background-color:#22d3eebf}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-400\/80{background-color:#22d3eecc}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-400\/90{background-color:#22d3eee6}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-500{background-color:#06b6d4}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-500\/0{background-color:#06b6d400}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-500\/10{background-color:#06b6d41a}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-500\/20{background-color:#06b6d433}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-500\/30{background-color:#06b6d44d}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-500\/40{background-color:#06b6d466}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-500\/50{background-color:#06b6d480}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-500\/60{background-color:#06b6d499}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-500\/70{background-color:#06b6d4b3}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-500\/75{background-color:#06b6d4bf}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-500\/80{background-color:#06b6d4cc}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-500\/90{background-color:#06b6d4e6}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-600{background-color:#0891b2}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-600\/0{background-color:#0891b200}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-600\/10{background-color:#0891b21a}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-600\/20{background-color:#0891b233}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-600\/30{background-color:#0891b24d}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-600\/40{background-color:#0891b266}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-600\/50{background-color:#0891b280}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-600\/60{background-color:#0891b299}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-600\/70{background-color:#0891b2b3}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-600\/75{background-color:#0891b2bf}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-600\/80{background-color:#0891b2cc}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-600\/90{background-color:#0891b2e6}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-700{background-color:#0e7490}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-700\/0{background-color:#0e749000}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-700\/10{background-color:#0e74901a}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-700\/20{background-color:#0e749033}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-700\/30{background-color:#0e74904d}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-700\/40{background-color:#0e749066}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-700\/50{background-color:#0e749080}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-700\/60{background-color:#0e749099}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-700\/70{background-color:#0e7490b3}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-700\/75{background-color:#0e7490bf}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-700\/80{background-color:#0e7490cc}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-700\/90{background-color:#0e7490e6}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-800{background-color:#155e75}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-800\/0{background-color:#155e7500}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-800\/10{background-color:#155e751a}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-800\/20{background-color:#155e7533}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-800\/30{background-color:#155e754d}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-800\/40{background-color:#155e7566}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-800\/50{background-color:#155e7580}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-800\/60{background-color:#155e7599}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-800\/70{background-color:#155e75b3}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-800\/75{background-color:#155e75bf}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-800\/80{background-color:#155e75cc}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-800\/90{background-color:#155e75e6}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-900{background-color:#164e63}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-900\/0{background-color:#164e6300}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-900\/10{background-color:#164e631a}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-900\/20{background-color:#164e6333}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-900\/30{background-color:#164e634d}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-900\/40{background-color:#164e6366}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-900\/50{background-color:#164e6380}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-900\/60{background-color:#164e6399}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-900\/70{background-color:#164e63b3}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-900\/75{background-color:#164e63bf}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-900\/80{background-color:#164e63cc}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-900\/90{background-color:#164e63e6}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-950{background-color:#083344}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-950\/0{background-color:#08334400}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-950\/10{background-color:#0833441a}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-950\/20{background-color:#08334433}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-950\/30{background-color:#0833444d}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-950\/40{background-color:#08334466}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-950\/50{background-color:#08334480}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-950\/60{background-color:#08334499}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-950\/70{background-color:#083344b3}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-950\/75{background-color:#083344bf}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-950\/80{background-color:#083344cc}}@media screen and (max-width: 1920px){.xxl\:bg-cyan-950\/90{background-color:#083344e6}}@media screen and (max-width: 1920px){.xxl\:bg-sky-50{background-color:#f0f9ff}}@media screen and (max-width: 1920px){.xxl\:bg-sky-50\/0{background-color:#f0f9ff00}}@media screen and (max-width: 1920px){.xxl\:bg-sky-50\/10{background-color:#f0f9ff1a}}@media screen and (max-width: 1920px){.xxl\:bg-sky-50\/20{background-color:#f0f9ff33}}@media screen and (max-width: 1920px){.xxl\:bg-sky-50\/30{background-color:#f0f9ff4d}}@media screen and (max-width: 1920px){.xxl\:bg-sky-50\/40{background-color:#f0f9ff66}}@media screen and (max-width: 1920px){.xxl\:bg-sky-50\/50{background-color:#f0f9ff80}}@media screen and (max-width: 1920px){.xxl\:bg-sky-50\/60{background-color:#f0f9ff99}}@media screen and (max-width: 1920px){.xxl\:bg-sky-50\/70{background-color:#f0f9ffb3}}@media screen and (max-width: 1920px){.xxl\:bg-sky-50\/75{background-color:#f0f9ffbf}}@media screen and (max-width: 1920px){.xxl\:bg-sky-50\/80{background-color:#f0f9ffcc}}@media screen and (max-width: 1920px){.xxl\:bg-sky-50\/90{background-color:#f0f9ffe6}}@media screen and (max-width: 1920px){.xxl\:bg-sky-100{background-color:#e0f2fe}}@media screen and (max-width: 1920px){.xxl\:bg-sky-100\/0{background-color:#e0f2fe00}}@media screen and (max-width: 1920px){.xxl\:bg-sky-100\/10{background-color:#e0f2fe1a}}@media screen and (max-width: 1920px){.xxl\:bg-sky-100\/20{background-color:#e0f2fe33}}@media screen and (max-width: 1920px){.xxl\:bg-sky-100\/30{background-color:#e0f2fe4d}}@media screen and (max-width: 1920px){.xxl\:bg-sky-100\/40{background-color:#e0f2fe66}}@media screen and (max-width: 1920px){.xxl\:bg-sky-100\/50{background-color:#e0f2fe80}}@media screen and (max-width: 1920px){.xxl\:bg-sky-100\/60{background-color:#e0f2fe99}}@media screen and (max-width: 1920px){.xxl\:bg-sky-100\/70{background-color:#e0f2feb3}}@media screen and (max-width: 1920px){.xxl\:bg-sky-100\/75{background-color:#e0f2febf}}@media screen and (max-width: 1920px){.xxl\:bg-sky-100\/80{background-color:#e0f2fecc}}@media screen and (max-width: 1920px){.xxl\:bg-sky-100\/90{background-color:#e0f2fee6}}@media screen and (max-width: 1920px){.xxl\:bg-sky-200{background-color:#bae6fd}}@media screen and (max-width: 1920px){.xxl\:bg-sky-200\/0{background-color:#bae6fd00}}@media screen and (max-width: 1920px){.xxl\:bg-sky-200\/10{background-color:#bae6fd1a}}@media screen and (max-width: 1920px){.xxl\:bg-sky-200\/20{background-color:#bae6fd33}}@media screen and (max-width: 1920px){.xxl\:bg-sky-200\/30{background-color:#bae6fd4d}}@media screen and (max-width: 1920px){.xxl\:bg-sky-200\/40{background-color:#bae6fd66}}@media screen and (max-width: 1920px){.xxl\:bg-sky-200\/50{background-color:#bae6fd80}}@media screen and (max-width: 1920px){.xxl\:bg-sky-200\/60{background-color:#bae6fd99}}@media screen and (max-width: 1920px){.xxl\:bg-sky-200\/70{background-color:#bae6fdb3}}@media screen and (max-width: 1920px){.xxl\:bg-sky-200\/75{background-color:#bae6fdbf}}@media screen and (max-width: 1920px){.xxl\:bg-sky-200\/80{background-color:#bae6fdcc}}@media screen and (max-width: 1920px){.xxl\:bg-sky-200\/90{background-color:#bae6fde6}}@media screen and (max-width: 1920px){.xxl\:bg-sky-300{background-color:#7dd3fc}}@media screen and (max-width: 1920px){.xxl\:bg-sky-300\/0{background-color:#7dd3fc00}}@media screen and (max-width: 1920px){.xxl\:bg-sky-300\/10{background-color:#7dd3fc1a}}@media screen and (max-width: 1920px){.xxl\:bg-sky-300\/20{background-color:#7dd3fc33}}@media screen and (max-width: 1920px){.xxl\:bg-sky-300\/30{background-color:#7dd3fc4d}}@media screen and (max-width: 1920px){.xxl\:bg-sky-300\/40{background-color:#7dd3fc66}}@media screen and (max-width: 1920px){.xxl\:bg-sky-300\/50{background-color:#7dd3fc80}}@media screen and (max-width: 1920px){.xxl\:bg-sky-300\/60{background-color:#7dd3fc99}}@media screen and (max-width: 1920px){.xxl\:bg-sky-300\/70{background-color:#7dd3fcb3}}@media screen and (max-width: 1920px){.xxl\:bg-sky-300\/75{background-color:#7dd3fcbf}}@media screen and (max-width: 1920px){.xxl\:bg-sky-300\/80{background-color:#7dd3fccc}}@media screen and (max-width: 1920px){.xxl\:bg-sky-300\/90{background-color:#7dd3fce6}}@media screen and (max-width: 1920px){.xxl\:bg-sky-400{background-color:#38bdf8}}@media screen and (max-width: 1920px){.xxl\:bg-sky-400\/0{background-color:#38bdf800}}@media screen and (max-width: 1920px){.xxl\:bg-sky-400\/10{background-color:#38bdf81a}}@media screen and (max-width: 1920px){.xxl\:bg-sky-400\/20{background-color:#38bdf833}}@media screen and (max-width: 1920px){.xxl\:bg-sky-400\/30{background-color:#38bdf84d}}@media screen and (max-width: 1920px){.xxl\:bg-sky-400\/40{background-color:#38bdf866}}@media screen and (max-width: 1920px){.xxl\:bg-sky-400\/50{background-color:#38bdf880}}@media screen and (max-width: 1920px){.xxl\:bg-sky-400\/60{background-color:#38bdf899}}@media screen and (max-width: 1920px){.xxl\:bg-sky-400\/70{background-color:#38bdf8b3}}@media screen and (max-width: 1920px){.xxl\:bg-sky-400\/75{background-color:#38bdf8bf}}@media screen and (max-width: 1920px){.xxl\:bg-sky-400\/80{background-color:#38bdf8cc}}@media screen and (max-width: 1920px){.xxl\:bg-sky-400\/90{background-color:#38bdf8e6}}@media screen and (max-width: 1920px){.xxl\:bg-sky-500{background-color:#0ea5e9}}@media screen and (max-width: 1920px){.xxl\:bg-sky-500\/0{background-color:#0ea5e900}}@media screen and (max-width: 1920px){.xxl\:bg-sky-500\/10{background-color:#0ea5e91a}}@media screen and (max-width: 1920px){.xxl\:bg-sky-500\/20{background-color:#0ea5e933}}@media screen and (max-width: 1920px){.xxl\:bg-sky-500\/30{background-color:#0ea5e94d}}@media screen and (max-width: 1920px){.xxl\:bg-sky-500\/40{background-color:#0ea5e966}}@media screen and (max-width: 1920px){.xxl\:bg-sky-500\/50{background-color:#0ea5e980}}@media screen and (max-width: 1920px){.xxl\:bg-sky-500\/60{background-color:#0ea5e999}}@media screen and (max-width: 1920px){.xxl\:bg-sky-500\/70{background-color:#0ea5e9b3}}@media screen and (max-width: 1920px){.xxl\:bg-sky-500\/75{background-color:#0ea5e9bf}}@media screen and (max-width: 1920px){.xxl\:bg-sky-500\/80{background-color:#0ea5e9cc}}@media screen and (max-width: 1920px){.xxl\:bg-sky-500\/90{background-color:#0ea5e9e6}}@media screen and (max-width: 1920px){.xxl\:bg-sky-600{background-color:#0284c7}}@media screen and (max-width: 1920px){.xxl\:bg-sky-600\/0{background-color:#0284c700}}@media screen and (max-width: 1920px){.xxl\:bg-sky-600\/10{background-color:#0284c71a}}@media screen and (max-width: 1920px){.xxl\:bg-sky-600\/20{background-color:#0284c733}}@media screen and (max-width: 1920px){.xxl\:bg-sky-600\/30{background-color:#0284c74d}}@media screen and (max-width: 1920px){.xxl\:bg-sky-600\/40{background-color:#0284c766}}@media screen and (max-width: 1920px){.xxl\:bg-sky-600\/50{background-color:#0284c780}}@media screen and (max-width: 1920px){.xxl\:bg-sky-600\/60{background-color:#0284c799}}@media screen and (max-width: 1920px){.xxl\:bg-sky-600\/70{background-color:#0284c7b3}}@media screen and (max-width: 1920px){.xxl\:bg-sky-600\/75{background-color:#0284c7bf}}@media screen and (max-width: 1920px){.xxl\:bg-sky-600\/80{background-color:#0284c7cc}}@media screen and (max-width: 1920px){.xxl\:bg-sky-600\/90{background-color:#0284c7e6}}@media screen and (max-width: 1920px){.xxl\:bg-sky-700{background-color:#0369a1}}@media screen and (max-width: 1920px){.xxl\:bg-sky-700\/0{background-color:#0369a100}}@media screen and (max-width: 1920px){.xxl\:bg-sky-700\/10{background-color:#0369a11a}}@media screen and (max-width: 1920px){.xxl\:bg-sky-700\/20{background-color:#0369a133}}@media screen and (max-width: 1920px){.xxl\:bg-sky-700\/30{background-color:#0369a14d}}@media screen and (max-width: 1920px){.xxl\:bg-sky-700\/40{background-color:#0369a166}}@media screen and (max-width: 1920px){.xxl\:bg-sky-700\/50{background-color:#0369a180}}@media screen and (max-width: 1920px){.xxl\:bg-sky-700\/60{background-color:#0369a199}}@media screen and (max-width: 1920px){.xxl\:bg-sky-700\/70{background-color:#0369a1b3}}@media screen and (max-width: 1920px){.xxl\:bg-sky-700\/75{background-color:#0369a1bf}}@media screen and (max-width: 1920px){.xxl\:bg-sky-700\/80{background-color:#0369a1cc}}@media screen and (max-width: 1920px){.xxl\:bg-sky-700\/90{background-color:#0369a1e6}}@media screen and (max-width: 1920px){.xxl\:bg-sky-800{background-color:#075985}}@media screen and (max-width: 1920px){.xxl\:bg-sky-800\/0{background-color:#07598500}}@media screen and (max-width: 1920px){.xxl\:bg-sky-800\/10{background-color:#0759851a}}@media screen and (max-width: 1920px){.xxl\:bg-sky-800\/20{background-color:#07598533}}@media screen and (max-width: 1920px){.xxl\:bg-sky-800\/30{background-color:#0759854d}}@media screen and (max-width: 1920px){.xxl\:bg-sky-800\/40{background-color:#07598566}}@media screen and (max-width: 1920px){.xxl\:bg-sky-800\/50{background-color:#07598580}}@media screen and (max-width: 1920px){.xxl\:bg-sky-800\/60{background-color:#07598599}}@media screen and (max-width: 1920px){.xxl\:bg-sky-800\/70{background-color:#075985b3}}@media screen and (max-width: 1920px){.xxl\:bg-sky-800\/75{background-color:#075985bf}}@media screen and (max-width: 1920px){.xxl\:bg-sky-800\/80{background-color:#075985cc}}@media screen and (max-width: 1920px){.xxl\:bg-sky-800\/90{background-color:#075985e6}}@media screen and (max-width: 1920px){.xxl\:bg-sky-900{background-color:#0c4a6e}}@media screen and (max-width: 1920px){.xxl\:bg-sky-900\/0{background-color:#0c4a6e00}}@media screen and (max-width: 1920px){.xxl\:bg-sky-900\/10{background-color:#0c4a6e1a}}@media screen and (max-width: 1920px){.xxl\:bg-sky-900\/20{background-color:#0c4a6e33}}@media screen and (max-width: 1920px){.xxl\:bg-sky-900\/30{background-color:#0c4a6e4d}}@media screen and (max-width: 1920px){.xxl\:bg-sky-900\/40{background-color:#0c4a6e66}}@media screen and (max-width: 1920px){.xxl\:bg-sky-900\/50{background-color:#0c4a6e80}}@media screen and (max-width: 1920px){.xxl\:bg-sky-900\/60{background-color:#0c4a6e99}}@media screen and (max-width: 1920px){.xxl\:bg-sky-900\/70{background-color:#0c4a6eb3}}@media screen and (max-width: 1920px){.xxl\:bg-sky-900\/75{background-color:#0c4a6ebf}}@media screen and (max-width: 1920px){.xxl\:bg-sky-900\/80{background-color:#0c4a6ecc}}@media screen and (max-width: 1920px){.xxl\:bg-sky-900\/90{background-color:#0c4a6ee6}}@media screen and (max-width: 1920px){.xxl\:bg-sky-950{background-color:#082f49}}@media screen and (max-width: 1920px){.xxl\:bg-sky-950\/0{background-color:#082f4900}}@media screen and (max-width: 1920px){.xxl\:bg-sky-950\/10{background-color:#082f491a}}@media screen and (max-width: 1920px){.xxl\:bg-sky-950\/20{background-color:#082f4933}}@media screen and (max-width: 1920px){.xxl\:bg-sky-950\/30{background-color:#082f494d}}@media screen and (max-width: 1920px){.xxl\:bg-sky-950\/40{background-color:#082f4966}}@media screen and (max-width: 1920px){.xxl\:bg-sky-950\/50{background-color:#082f4980}}@media screen and (max-width: 1920px){.xxl\:bg-sky-950\/60{background-color:#082f4999}}@media screen and (max-width: 1920px){.xxl\:bg-sky-950\/70{background-color:#082f49b3}}@media screen and (max-width: 1920px){.xxl\:bg-sky-950\/75{background-color:#082f49bf}}@media screen and (max-width: 1920px){.xxl\:bg-sky-950\/80{background-color:#082f49cc}}@media screen and (max-width: 1920px){.xxl\:bg-sky-950\/90{background-color:#082f49e6}}@media screen and (max-width: 1920px){.xxl\:bg-blue-50{background-color:#eff6ff}}@media screen and (max-width: 1920px){.xxl\:bg-blue-50\/0{background-color:#eff6ff00}}@media screen and (max-width: 1920px){.xxl\:bg-blue-50\/10{background-color:#eff6ff1a}}@media screen and (max-width: 1920px){.xxl\:bg-blue-50\/20{background-color:#eff6ff33}}@media screen and (max-width: 1920px){.xxl\:bg-blue-50\/30{background-color:#eff6ff4d}}@media screen and (max-width: 1920px){.xxl\:bg-blue-50\/40{background-color:#eff6ff66}}@media screen and (max-width: 1920px){.xxl\:bg-blue-50\/50{background-color:#eff6ff80}}@media screen and (max-width: 1920px){.xxl\:bg-blue-50\/60{background-color:#eff6ff99}}@media screen and (max-width: 1920px){.xxl\:bg-blue-50\/70{background-color:#eff6ffb3}}@media screen and (max-width: 1920px){.xxl\:bg-blue-50\/75{background-color:#eff6ffbf}}@media screen and (max-width: 1920px){.xxl\:bg-blue-50\/80{background-color:#eff6ffcc}}@media screen and (max-width: 1920px){.xxl\:bg-blue-50\/90{background-color:#eff6ffe6}}@media screen and (max-width: 1920px){.xxl\:bg-blue-100{background-color:#dbeafe}}@media screen and (max-width: 1920px){.xxl\:bg-blue-100\/0{background-color:#dbeafe00}}@media screen and (max-width: 1920px){.xxl\:bg-blue-100\/10{background-color:#dbeafe1a}}@media screen and (max-width: 1920px){.xxl\:bg-blue-100\/20{background-color:#dbeafe33}}@media screen and (max-width: 1920px){.xxl\:bg-blue-100\/30{background-color:#dbeafe4d}}@media screen and (max-width: 1920px){.xxl\:bg-blue-100\/40{background-color:#dbeafe66}}@media screen and (max-width: 1920px){.xxl\:bg-blue-100\/50{background-color:#dbeafe80}}@media screen and (max-width: 1920px){.xxl\:bg-blue-100\/60{background-color:#dbeafe99}}@media screen and (max-width: 1920px){.xxl\:bg-blue-100\/70{background-color:#dbeafeb3}}@media screen and (max-width: 1920px){.xxl\:bg-blue-100\/75{background-color:#dbeafebf}}@media screen and (max-width: 1920px){.xxl\:bg-blue-100\/80{background-color:#dbeafecc}}@media screen and (max-width: 1920px){.xxl\:bg-blue-100\/90{background-color:#dbeafee6}}@media screen and (max-width: 1920px){.xxl\:bg-blue-200{background-color:#bfdbfe}}@media screen and (max-width: 1920px){.xxl\:bg-blue-200\/0{background-color:#bfdbfe00}}@media screen and (max-width: 1920px){.xxl\:bg-blue-200\/10{background-color:#bfdbfe1a}}@media screen and (max-width: 1920px){.xxl\:bg-blue-200\/20{background-color:#bfdbfe33}}@media screen and (max-width: 1920px){.xxl\:bg-blue-200\/30{background-color:#bfdbfe4d}}@media screen and (max-width: 1920px){.xxl\:bg-blue-200\/40{background-color:#bfdbfe66}}@media screen and (max-width: 1920px){.xxl\:bg-blue-200\/50{background-color:#bfdbfe80}}@media screen and (max-width: 1920px){.xxl\:bg-blue-200\/60{background-color:#bfdbfe99}}@media screen and (max-width: 1920px){.xxl\:bg-blue-200\/70{background-color:#bfdbfeb3}}@media screen and (max-width: 1920px){.xxl\:bg-blue-200\/75{background-color:#bfdbfebf}}@media screen and (max-width: 1920px){.xxl\:bg-blue-200\/80{background-color:#bfdbfecc}}@media screen and (max-width: 1920px){.xxl\:bg-blue-200\/90{background-color:#bfdbfee6}}@media screen and (max-width: 1920px){.xxl\:bg-blue-300{background-color:#93c5fd}}@media screen and (max-width: 1920px){.xxl\:bg-blue-300\/0{background-color:#93c5fd00}}@media screen and (max-width: 1920px){.xxl\:bg-blue-300\/10{background-color:#93c5fd1a}}@media screen and (max-width: 1920px){.xxl\:bg-blue-300\/20{background-color:#93c5fd33}}@media screen and (max-width: 1920px){.xxl\:bg-blue-300\/30{background-color:#93c5fd4d}}@media screen and (max-width: 1920px){.xxl\:bg-blue-300\/40{background-color:#93c5fd66}}@media screen and (max-width: 1920px){.xxl\:bg-blue-300\/50{background-color:#93c5fd80}}@media screen and (max-width: 1920px){.xxl\:bg-blue-300\/60{background-color:#93c5fd99}}@media screen and (max-width: 1920px){.xxl\:bg-blue-300\/70{background-color:#93c5fdb3}}@media screen and (max-width: 1920px){.xxl\:bg-blue-300\/75{background-color:#93c5fdbf}}@media screen and (max-width: 1920px){.xxl\:bg-blue-300\/80{background-color:#93c5fdcc}}@media screen and (max-width: 1920px){.xxl\:bg-blue-300\/90{background-color:#93c5fde6}}@media screen and (max-width: 1920px){.xxl\:bg-blue-400{background-color:#60a5fa}}@media screen and (max-width: 1920px){.xxl\:bg-blue-400\/0{background-color:#60a5fa00}}@media screen and (max-width: 1920px){.xxl\:bg-blue-400\/10{background-color:#60a5fa1a}}@media screen and (max-width: 1920px){.xxl\:bg-blue-400\/20{background-color:#60a5fa33}}@media screen and (max-width: 1920px){.xxl\:bg-blue-400\/30{background-color:#60a5fa4d}}@media screen and (max-width: 1920px){.xxl\:bg-blue-400\/40{background-color:#60a5fa66}}@media screen and (max-width: 1920px){.xxl\:bg-blue-400\/50{background-color:#60a5fa80}}@media screen and (max-width: 1920px){.xxl\:bg-blue-400\/60{background-color:#60a5fa99}}@media screen and (max-width: 1920px){.xxl\:bg-blue-400\/70{background-color:#60a5fab3}}@media screen and (max-width: 1920px){.xxl\:bg-blue-400\/75{background-color:#60a5fabf}}@media screen and (max-width: 1920px){.xxl\:bg-blue-400\/80{background-color:#60a5facc}}@media screen and (max-width: 1920px){.xxl\:bg-blue-400\/90{background-color:#60a5fae6}}@media screen and (max-width: 1920px){.xxl\:bg-blue-500{background-color:#3b82f6}}@media screen and (max-width: 1920px){.xxl\:bg-blue-500\/0{background-color:#3b82f600}}@media screen and (max-width: 1920px){.xxl\:bg-blue-500\/10{background-color:#3b82f61a}}@media screen and (max-width: 1920px){.xxl\:bg-blue-500\/20{background-color:#3b82f633}}@media screen and (max-width: 1920px){.xxl\:bg-blue-500\/30{background-color:#3b82f64d}}@media screen and (max-width: 1920px){.xxl\:bg-blue-500\/40{background-color:#3b82f666}}@media screen and (max-width: 1920px){.xxl\:bg-blue-500\/50{background-color:#3b82f680}}@media screen and (max-width: 1920px){.xxl\:bg-blue-500\/60{background-color:#3b82f699}}@media screen and (max-width: 1920px){.xxl\:bg-blue-500\/70{background-color:#3b82f6b3}}@media screen and (max-width: 1920px){.xxl\:bg-blue-500\/75{background-color:#3b82f6bf}}@media screen and (max-width: 1920px){.xxl\:bg-blue-500\/80{background-color:#3b82f6cc}}@media screen and (max-width: 1920px){.xxl\:bg-blue-500\/90{background-color:#3b82f6e6}}@media screen and (max-width: 1920px){.xxl\:bg-blue-600{background-color:#2563eb}}@media screen and (max-width: 1920px){.xxl\:bg-blue-600\/0{background-color:#2563eb00}}@media screen and (max-width: 1920px){.xxl\:bg-blue-600\/10{background-color:#2563eb1a}}@media screen and (max-width: 1920px){.xxl\:bg-blue-600\/20{background-color:#2563eb33}}@media screen and (max-width: 1920px){.xxl\:bg-blue-600\/30{background-color:#2563eb4d}}@media screen and (max-width: 1920px){.xxl\:bg-blue-600\/40{background-color:#2563eb66}}@media screen and (max-width: 1920px){.xxl\:bg-blue-600\/50{background-color:#2563eb80}}@media screen and (max-width: 1920px){.xxl\:bg-blue-600\/60{background-color:#2563eb99}}@media screen and (max-width: 1920px){.xxl\:bg-blue-600\/70{background-color:#2563ebb3}}@media screen and (max-width: 1920px){.xxl\:bg-blue-600\/75{background-color:#2563ebbf}}@media screen and (max-width: 1920px){.xxl\:bg-blue-600\/80{background-color:#2563ebcc}}@media screen and (max-width: 1920px){.xxl\:bg-blue-600\/90{background-color:#2563ebe6}}@media screen and (max-width: 1920px){.xxl\:bg-blue-700{background-color:#1d4ed8}}@media screen and (max-width: 1920px){.xxl\:bg-blue-700\/0{background-color:#1d4ed800}}@media screen and (max-width: 1920px){.xxl\:bg-blue-700\/10{background-color:#1d4ed81a}}@media screen and (max-width: 1920px){.xxl\:bg-blue-700\/20{background-color:#1d4ed833}}@media screen and (max-width: 1920px){.xxl\:bg-blue-700\/30{background-color:#1d4ed84d}}@media screen and (max-width: 1920px){.xxl\:bg-blue-700\/40{background-color:#1d4ed866}}@media screen and (max-width: 1920px){.xxl\:bg-blue-700\/50{background-color:#1d4ed880}}@media screen and (max-width: 1920px){.xxl\:bg-blue-700\/60{background-color:#1d4ed899}}@media screen and (max-width: 1920px){.xxl\:bg-blue-700\/70{background-color:#1d4ed8b3}}@media screen and (max-width: 1920px){.xxl\:bg-blue-700\/75{background-color:#1d4ed8bf}}@media screen and (max-width: 1920px){.xxl\:bg-blue-700\/80{background-color:#1d4ed8cc}}@media screen and (max-width: 1920px){.xxl\:bg-blue-700\/90{background-color:#1d4ed8e6}}@media screen and (max-width: 1920px){.xxl\:bg-blue-800{background-color:#1e40af}}@media screen and (max-width: 1920px){.xxl\:bg-blue-800\/0{background-color:#1e40af00}}@media screen and (max-width: 1920px){.xxl\:bg-blue-800\/10{background-color:#1e40af1a}}@media screen and (max-width: 1920px){.xxl\:bg-blue-800\/20{background-color:#1e40af33}}@media screen and (max-width: 1920px){.xxl\:bg-blue-800\/30{background-color:#1e40af4d}}@media screen and (max-width: 1920px){.xxl\:bg-blue-800\/40{background-color:#1e40af66}}@media screen and (max-width: 1920px){.xxl\:bg-blue-800\/50{background-color:#1e40af80}}@media screen and (max-width: 1920px){.xxl\:bg-blue-800\/60{background-color:#1e40af99}}@media screen and (max-width: 1920px){.xxl\:bg-blue-800\/70{background-color:#1e40afb3}}@media screen and (max-width: 1920px){.xxl\:bg-blue-800\/75{background-color:#1e40afbf}}@media screen and (max-width: 1920px){.xxl\:bg-blue-800\/80{background-color:#1e40afcc}}@media screen and (max-width: 1920px){.xxl\:bg-blue-800\/90{background-color:#1e40afe6}}@media screen and (max-width: 1920px){.xxl\:bg-blue-900{background-color:#1e3a8a}}@media screen and (max-width: 1920px){.xxl\:bg-blue-900\/0{background-color:#1e3a8a00}}@media screen and (max-width: 1920px){.xxl\:bg-blue-900\/10{background-color:#1e3a8a1a}}@media screen and (max-width: 1920px){.xxl\:bg-blue-900\/20{background-color:#1e3a8a33}}@media screen and (max-width: 1920px){.xxl\:bg-blue-900\/30{background-color:#1e3a8a4d}}@media screen and (max-width: 1920px){.xxl\:bg-blue-900\/40{background-color:#1e3a8a66}}@media screen and (max-width: 1920px){.xxl\:bg-blue-900\/50{background-color:#1e3a8a80}}@media screen and (max-width: 1920px){.xxl\:bg-blue-900\/60{background-color:#1e3a8a99}}@media screen and (max-width: 1920px){.xxl\:bg-blue-900\/70{background-color:#1e3a8ab3}}@media screen and (max-width: 1920px){.xxl\:bg-blue-900\/75{background-color:#1e3a8abf}}@media screen and (max-width: 1920px){.xxl\:bg-blue-900\/80{background-color:#1e3a8acc}}@media screen and (max-width: 1920px){.xxl\:bg-blue-900\/90{background-color:#1e3a8ae6}}@media screen and (max-width: 1920px){.xxl\:bg-blue-950{background-color:#172554}}@media screen and (max-width: 1920px){.xxl\:bg-blue-950\/0{background-color:#17255400}}@media screen and (max-width: 1920px){.xxl\:bg-blue-950\/10{background-color:#1725541a}}@media screen and (max-width: 1920px){.xxl\:bg-blue-950\/20{background-color:#17255433}}@media screen and (max-width: 1920px){.xxl\:bg-blue-950\/30{background-color:#1725544d}}@media screen and (max-width: 1920px){.xxl\:bg-blue-950\/40{background-color:#17255466}}@media screen and (max-width: 1920px){.xxl\:bg-blue-950\/50{background-color:#17255480}}@media screen and (max-width: 1920px){.xxl\:bg-blue-950\/60{background-color:#17255499}}@media screen and (max-width: 1920px){.xxl\:bg-blue-950\/70{background-color:#172554b3}}@media screen and (max-width: 1920px){.xxl\:bg-blue-950\/75{background-color:#172554bf}}@media screen and (max-width: 1920px){.xxl\:bg-blue-950\/80{background-color:#172554cc}}@media screen and (max-width: 1920px){.xxl\:bg-blue-950\/90{background-color:#172554e6}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-50{background-color:#eef2ff}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-50\/0{background-color:#eef2ff00}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-50\/10{background-color:#eef2ff1a}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-50\/20{background-color:#eef2ff33}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-50\/30{background-color:#eef2ff4d}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-50\/40{background-color:#eef2ff66}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-50\/50{background-color:#eef2ff80}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-50\/60{background-color:#eef2ff99}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-50\/70{background-color:#eef2ffb3}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-50\/75{background-color:#eef2ffbf}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-50\/80{background-color:#eef2ffcc}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-50\/90{background-color:#eef2ffe6}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-100{background-color:#e0e7ff}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-100\/0{background-color:#e0e7ff00}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-100\/10{background-color:#e0e7ff1a}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-100\/20{background-color:#e0e7ff33}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-100\/30{background-color:#e0e7ff4d}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-100\/40{background-color:#e0e7ff66}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-100\/50{background-color:#e0e7ff80}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-100\/60{background-color:#e0e7ff99}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-100\/70{background-color:#e0e7ffb3}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-100\/75{background-color:#e0e7ffbf}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-100\/80{background-color:#e0e7ffcc}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-100\/90{background-color:#e0e7ffe6}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-200{background-color:#c7d2fe}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-200\/0{background-color:#c7d2fe00}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-200\/10{background-color:#c7d2fe1a}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-200\/20{background-color:#c7d2fe33}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-200\/30{background-color:#c7d2fe4d}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-200\/40{background-color:#c7d2fe66}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-200\/50{background-color:#c7d2fe80}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-200\/60{background-color:#c7d2fe99}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-200\/70{background-color:#c7d2feb3}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-200\/75{background-color:#c7d2febf}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-200\/80{background-color:#c7d2fecc}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-200\/90{background-color:#c7d2fee6}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-300{background-color:#a5b4fc}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-300\/0{background-color:#a5b4fc00}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-300\/10{background-color:#a5b4fc1a}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-300\/20{background-color:#a5b4fc33}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-300\/30{background-color:#a5b4fc4d}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-300\/40{background-color:#a5b4fc66}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-300\/50{background-color:#a5b4fc80}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-300\/60{background-color:#a5b4fc99}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-300\/70{background-color:#a5b4fcb3}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-300\/75{background-color:#a5b4fcbf}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-300\/80{background-color:#a5b4fccc}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-300\/90{background-color:#a5b4fce6}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-400{background-color:#818cf8}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-400\/0{background-color:#818cf800}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-400\/10{background-color:#818cf81a}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-400\/20{background-color:#818cf833}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-400\/30{background-color:#818cf84d}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-400\/40{background-color:#818cf866}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-400\/50{background-color:#818cf880}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-400\/60{background-color:#818cf899}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-400\/70{background-color:#818cf8b3}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-400\/75{background-color:#818cf8bf}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-400\/80{background-color:#818cf8cc}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-400\/90{background-color:#818cf8e6}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-500{background-color:#6366f1}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-500\/0{background-color:#6366f100}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-500\/10{background-color:#6366f11a}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-500\/20{background-color:#6366f133}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-500\/30{background-color:#6366f14d}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-500\/40{background-color:#6366f166}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-500\/50{background-color:#6366f180}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-500\/60{background-color:#6366f199}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-500\/70{background-color:#6366f1b3}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-500\/75{background-color:#6366f1bf}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-500\/80{background-color:#6366f1cc}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-500\/90{background-color:#6366f1e6}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-600{background-color:#4f46e5}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-600\/0{background-color:#4f46e500}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-600\/10{background-color:#4f46e51a}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-600\/20{background-color:#4f46e533}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-600\/30{background-color:#4f46e54d}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-600\/40{background-color:#4f46e566}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-600\/50{background-color:#4f46e580}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-600\/60{background-color:#4f46e599}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-600\/70{background-color:#4f46e5b3}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-600\/75{background-color:#4f46e5bf}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-600\/80{background-color:#4f46e5cc}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-600\/90{background-color:#4f46e5e6}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-700{background-color:#4338ca}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-700\/0{background-color:#4338ca00}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-700\/10{background-color:#4338ca1a}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-700\/20{background-color:#4338ca33}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-700\/30{background-color:#4338ca4d}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-700\/40{background-color:#4338ca66}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-700\/50{background-color:#4338ca80}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-700\/60{background-color:#4338ca99}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-700\/70{background-color:#4338cab3}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-700\/75{background-color:#4338cabf}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-700\/80{background-color:#4338cacc}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-700\/90{background-color:#4338cae6}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-800{background-color:#3730a3}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-800\/0{background-color:#3730a300}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-800\/10{background-color:#3730a31a}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-800\/20{background-color:#3730a333}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-800\/30{background-color:#3730a34d}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-800\/40{background-color:#3730a366}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-800\/50{background-color:#3730a380}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-800\/60{background-color:#3730a399}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-800\/70{background-color:#3730a3b3}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-800\/75{background-color:#3730a3bf}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-800\/80{background-color:#3730a3cc}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-800\/90{background-color:#3730a3e6}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-900{background-color:#312e81}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-900\/0{background-color:#312e8100}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-900\/10{background-color:#312e811a}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-900\/20{background-color:#312e8133}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-900\/30{background-color:#312e814d}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-900\/40{background-color:#312e8166}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-900\/50{background-color:#312e8180}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-900\/60{background-color:#312e8199}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-900\/70{background-color:#312e81b3}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-900\/75{background-color:#312e81bf}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-900\/80{background-color:#312e81cc}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-900\/90{background-color:#312e81e6}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-950{background-color:#1e1b4b}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-950\/0{background-color:#1e1b4b00}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-950\/10{background-color:#1e1b4b1a}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-950\/20{background-color:#1e1b4b33}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-950\/30{background-color:#1e1b4b4d}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-950\/40{background-color:#1e1b4b66}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-950\/50{background-color:#1e1b4b80}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-950\/60{background-color:#1e1b4b99}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-950\/70{background-color:#1e1b4bb3}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-950\/75{background-color:#1e1b4bbf}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-950\/80{background-color:#1e1b4bcc}}@media screen and (max-width: 1920px){.xxl\:bg-indigo-950\/90{background-color:#1e1b4be6}}@media screen and (max-width: 1920px){.xxl\:bg-violet-50{background-color:#f5f3ff}}@media screen and (max-width: 1920px){.xxl\:bg-violet-50\/0{background-color:#f5f3ff00}}@media screen and (max-width: 1920px){.xxl\:bg-violet-50\/10{background-color:#f5f3ff1a}}@media screen and (max-width: 1920px){.xxl\:bg-violet-50\/20{background-color:#f5f3ff33}}@media screen and (max-width: 1920px){.xxl\:bg-violet-50\/30{background-color:#f5f3ff4d}}@media screen and (max-width: 1920px){.xxl\:bg-violet-50\/40{background-color:#f5f3ff66}}@media screen and (max-width: 1920px){.xxl\:bg-violet-50\/50{background-color:#f5f3ff80}}@media screen and (max-width: 1920px){.xxl\:bg-violet-50\/60{background-color:#f5f3ff99}}@media screen and (max-width: 1920px){.xxl\:bg-violet-50\/70{background-color:#f5f3ffb3}}@media screen and (max-width: 1920px){.xxl\:bg-violet-50\/75{background-color:#f5f3ffbf}}@media screen and (max-width: 1920px){.xxl\:bg-violet-50\/80{background-color:#f5f3ffcc}}@media screen and (max-width: 1920px){.xxl\:bg-violet-50\/90{background-color:#f5f3ffe6}}@media screen and (max-width: 1920px){.xxl\:bg-violet-100{background-color:#ede9fe}}@media screen and (max-width: 1920px){.xxl\:bg-violet-100\/0{background-color:#ede9fe00}}@media screen and (max-width: 1920px){.xxl\:bg-violet-100\/10{background-color:#ede9fe1a}}@media screen and (max-width: 1920px){.xxl\:bg-violet-100\/20{background-color:#ede9fe33}}@media screen and (max-width: 1920px){.xxl\:bg-violet-100\/30{background-color:#ede9fe4d}}@media screen and (max-width: 1920px){.xxl\:bg-violet-100\/40{background-color:#ede9fe66}}@media screen and (max-width: 1920px){.xxl\:bg-violet-100\/50{background-color:#ede9fe80}}@media screen and (max-width: 1920px){.xxl\:bg-violet-100\/60{background-color:#ede9fe99}}@media screen and (max-width: 1920px){.xxl\:bg-violet-100\/70{background-color:#ede9feb3}}@media screen and (max-width: 1920px){.xxl\:bg-violet-100\/75{background-color:#ede9febf}}@media screen and (max-width: 1920px){.xxl\:bg-violet-100\/80{background-color:#ede9fecc}}@media screen and (max-width: 1920px){.xxl\:bg-violet-100\/90{background-color:#ede9fee6}}@media screen and (max-width: 1920px){.xxl\:bg-violet-200{background-color:#ddd6fe}}@media screen and (max-width: 1920px){.xxl\:bg-violet-200\/0{background-color:#ddd6fe00}}@media screen and (max-width: 1920px){.xxl\:bg-violet-200\/10{background-color:#ddd6fe1a}}@media screen and (max-width: 1920px){.xxl\:bg-violet-200\/20{background-color:#ddd6fe33}}@media screen and (max-width: 1920px){.xxl\:bg-violet-200\/30{background-color:#ddd6fe4d}}@media screen and (max-width: 1920px){.xxl\:bg-violet-200\/40{background-color:#ddd6fe66}}@media screen and (max-width: 1920px){.xxl\:bg-violet-200\/50{background-color:#ddd6fe80}}@media screen and (max-width: 1920px){.xxl\:bg-violet-200\/60{background-color:#ddd6fe99}}@media screen and (max-width: 1920px){.xxl\:bg-violet-200\/70{background-color:#ddd6feb3}}@media screen and (max-width: 1920px){.xxl\:bg-violet-200\/75{background-color:#ddd6febf}}@media screen and (max-width: 1920px){.xxl\:bg-violet-200\/80{background-color:#ddd6fecc}}@media screen and (max-width: 1920px){.xxl\:bg-violet-200\/90{background-color:#ddd6fee6}}@media screen and (max-width: 1920px){.xxl\:bg-violet-300{background-color:#c4b5fd}}@media screen and (max-width: 1920px){.xxl\:bg-violet-300\/0{background-color:#c4b5fd00}}@media screen and (max-width: 1920px){.xxl\:bg-violet-300\/10{background-color:#c4b5fd1a}}@media screen and (max-width: 1920px){.xxl\:bg-violet-300\/20{background-color:#c4b5fd33}}@media screen and (max-width: 1920px){.xxl\:bg-violet-300\/30{background-color:#c4b5fd4d}}@media screen and (max-width: 1920px){.xxl\:bg-violet-300\/40{background-color:#c4b5fd66}}@media screen and (max-width: 1920px){.xxl\:bg-violet-300\/50{background-color:#c4b5fd80}}@media screen and (max-width: 1920px){.xxl\:bg-violet-300\/60{background-color:#c4b5fd99}}@media screen and (max-width: 1920px){.xxl\:bg-violet-300\/70{background-color:#c4b5fdb3}}@media screen and (max-width: 1920px){.xxl\:bg-violet-300\/75{background-color:#c4b5fdbf}}@media screen and (max-width: 1920px){.xxl\:bg-violet-300\/80{background-color:#c4b5fdcc}}@media screen and (max-width: 1920px){.xxl\:bg-violet-300\/90{background-color:#c4b5fde6}}@media screen and (max-width: 1920px){.xxl\:bg-violet-400{background-color:#a78bfa}}@media screen and (max-width: 1920px){.xxl\:bg-violet-400\/0{background-color:#a78bfa00}}@media screen and (max-width: 1920px){.xxl\:bg-violet-400\/10{background-color:#a78bfa1a}}@media screen and (max-width: 1920px){.xxl\:bg-violet-400\/20{background-color:#a78bfa33}}@media screen and (max-width: 1920px){.xxl\:bg-violet-400\/30{background-color:#a78bfa4d}}@media screen and (max-width: 1920px){.xxl\:bg-violet-400\/40{background-color:#a78bfa66}}@media screen and (max-width: 1920px){.xxl\:bg-violet-400\/50{background-color:#a78bfa80}}@media screen and (max-width: 1920px){.xxl\:bg-violet-400\/60{background-color:#a78bfa99}}@media screen and (max-width: 1920px){.xxl\:bg-violet-400\/70{background-color:#a78bfab3}}@media screen and (max-width: 1920px){.xxl\:bg-violet-400\/75{background-color:#a78bfabf}}@media screen and (max-width: 1920px){.xxl\:bg-violet-400\/80{background-color:#a78bfacc}}@media screen and (max-width: 1920px){.xxl\:bg-violet-400\/90{background-color:#a78bfae6}}@media screen and (max-width: 1920px){.xxl\:bg-violet-500{background-color:#8b5cf6}}@media screen and (max-width: 1920px){.xxl\:bg-violet-500\/0{background-color:#8b5cf600}}@media screen and (max-width: 1920px){.xxl\:bg-violet-500\/10{background-color:#8b5cf61a}}@media screen and (max-width: 1920px){.xxl\:bg-violet-500\/20{background-color:#8b5cf633}}@media screen and (max-width: 1920px){.xxl\:bg-violet-500\/30{background-color:#8b5cf64d}}@media screen and (max-width: 1920px){.xxl\:bg-violet-500\/40{background-color:#8b5cf666}}@media screen and (max-width: 1920px){.xxl\:bg-violet-500\/50{background-color:#8b5cf680}}@media screen and (max-width: 1920px){.xxl\:bg-violet-500\/60{background-color:#8b5cf699}}@media screen and (max-width: 1920px){.xxl\:bg-violet-500\/70{background-color:#8b5cf6b3}}@media screen and (max-width: 1920px){.xxl\:bg-violet-500\/75{background-color:#8b5cf6bf}}@media screen and (max-width: 1920px){.xxl\:bg-violet-500\/80{background-color:#8b5cf6cc}}@media screen and (max-width: 1920px){.xxl\:bg-violet-500\/90{background-color:#8b5cf6e6}}@media screen and (max-width: 1920px){.xxl\:bg-violet-600{background-color:#7c3aed}}@media screen and (max-width: 1920px){.xxl\:bg-violet-600\/0{background-color:#7c3aed00}}@media screen and (max-width: 1920px){.xxl\:bg-violet-600\/10{background-color:#7c3aed1a}}@media screen and (max-width: 1920px){.xxl\:bg-violet-600\/20{background-color:#7c3aed33}}@media screen and (max-width: 1920px){.xxl\:bg-violet-600\/30{background-color:#7c3aed4d}}@media screen and (max-width: 1920px){.xxl\:bg-violet-600\/40{background-color:#7c3aed66}}@media screen and (max-width: 1920px){.xxl\:bg-violet-600\/50{background-color:#7c3aed80}}@media screen and (max-width: 1920px){.xxl\:bg-violet-600\/60{background-color:#7c3aed99}}@media screen and (max-width: 1920px){.xxl\:bg-violet-600\/70{background-color:#7c3aedb3}}@media screen and (max-width: 1920px){.xxl\:bg-violet-600\/75{background-color:#7c3aedbf}}@media screen and (max-width: 1920px){.xxl\:bg-violet-600\/80{background-color:#7c3aedcc}}@media screen and (max-width: 1920px){.xxl\:bg-violet-600\/90{background-color:#7c3aede6}}@media screen and (max-width: 1920px){.xxl\:bg-violet-700{background-color:#6d28d9}}@media screen and (max-width: 1920px){.xxl\:bg-violet-700\/0{background-color:#6d28d900}}@media screen and (max-width: 1920px){.xxl\:bg-violet-700\/10{background-color:#6d28d91a}}@media screen and (max-width: 1920px){.xxl\:bg-violet-700\/20{background-color:#6d28d933}}@media screen and (max-width: 1920px){.xxl\:bg-violet-700\/30{background-color:#6d28d94d}}@media screen and (max-width: 1920px){.xxl\:bg-violet-700\/40{background-color:#6d28d966}}@media screen and (max-width: 1920px){.xxl\:bg-violet-700\/50{background-color:#6d28d980}}@media screen and (max-width: 1920px){.xxl\:bg-violet-700\/60{background-color:#6d28d999}}@media screen and (max-width: 1920px){.xxl\:bg-violet-700\/70{background-color:#6d28d9b3}}@media screen and (max-width: 1920px){.xxl\:bg-violet-700\/75{background-color:#6d28d9bf}}@media screen and (max-width: 1920px){.xxl\:bg-violet-700\/80{background-color:#6d28d9cc}}@media screen and (max-width: 1920px){.xxl\:bg-violet-700\/90{background-color:#6d28d9e6}}@media screen and (max-width: 1920px){.xxl\:bg-violet-800{background-color:#5b21b6}}@media screen and (max-width: 1920px){.xxl\:bg-violet-800\/0{background-color:#5b21b600}}@media screen and (max-width: 1920px){.xxl\:bg-violet-800\/10{background-color:#5b21b61a}}@media screen and (max-width: 1920px){.xxl\:bg-violet-800\/20{background-color:#5b21b633}}@media screen and (max-width: 1920px){.xxl\:bg-violet-800\/30{background-color:#5b21b64d}}@media screen and (max-width: 1920px){.xxl\:bg-violet-800\/40{background-color:#5b21b666}}@media screen and (max-width: 1920px){.xxl\:bg-violet-800\/50{background-color:#5b21b680}}@media screen and (max-width: 1920px){.xxl\:bg-violet-800\/60{background-color:#5b21b699}}@media screen and (max-width: 1920px){.xxl\:bg-violet-800\/70{background-color:#5b21b6b3}}@media screen and (max-width: 1920px){.xxl\:bg-violet-800\/75{background-color:#5b21b6bf}}@media screen and (max-width: 1920px){.xxl\:bg-violet-800\/80{background-color:#5b21b6cc}}@media screen and (max-width: 1920px){.xxl\:bg-violet-800\/90{background-color:#5b21b6e6}}@media screen and (max-width: 1920px){.xxl\:bg-violet-900{background-color:#4c1d95}}@media screen and (max-width: 1920px){.xxl\:bg-violet-900\/0{background-color:#4c1d9500}}@media screen and (max-width: 1920px){.xxl\:bg-violet-900\/10{background-color:#4c1d951a}}@media screen and (max-width: 1920px){.xxl\:bg-violet-900\/20{background-color:#4c1d9533}}@media screen and (max-width: 1920px){.xxl\:bg-violet-900\/30{background-color:#4c1d954d}}@media screen and (max-width: 1920px){.xxl\:bg-violet-900\/40{background-color:#4c1d9566}}@media screen and (max-width: 1920px){.xxl\:bg-violet-900\/50{background-color:#4c1d9580}}@media screen and (max-width: 1920px){.xxl\:bg-violet-900\/60{background-color:#4c1d9599}}@media screen and (max-width: 1920px){.xxl\:bg-violet-900\/70{background-color:#4c1d95b3}}@media screen and (max-width: 1920px){.xxl\:bg-violet-900\/75{background-color:#4c1d95bf}}@media screen and (max-width: 1920px){.xxl\:bg-violet-900\/80{background-color:#4c1d95cc}}@media screen and (max-width: 1920px){.xxl\:bg-violet-900\/90{background-color:#4c1d95e6}}@media screen and (max-width: 1920px){.xxl\:bg-violet-950{background-color:#2e1065}}@media screen and (max-width: 1920px){.xxl\:bg-violet-950\/0{background-color:#2e106500}}@media screen and (max-width: 1920px){.xxl\:bg-violet-950\/10{background-color:#2e10651a}}@media screen and (max-width: 1920px){.xxl\:bg-violet-950\/20{background-color:#2e106533}}@media screen and (max-width: 1920px){.xxl\:bg-violet-950\/30{background-color:#2e10654d}}@media screen and (max-width: 1920px){.xxl\:bg-violet-950\/40{background-color:#2e106566}}@media screen and (max-width: 1920px){.xxl\:bg-violet-950\/50{background-color:#2e106580}}@media screen and (max-width: 1920px){.xxl\:bg-violet-950\/60{background-color:#2e106599}}@media screen and (max-width: 1920px){.xxl\:bg-violet-950\/70{background-color:#2e1065b3}}@media screen and (max-width: 1920px){.xxl\:bg-violet-950\/75{background-color:#2e1065bf}}@media screen and (max-width: 1920px){.xxl\:bg-violet-950\/80{background-color:#2e1065cc}}@media screen and (max-width: 1920px){.xxl\:bg-violet-950\/90{background-color:#2e1065e6}}@media screen and (max-width: 1920px){.xxl\:bg-purple-50{background-color:#faf5ff}}@media screen and (max-width: 1920px){.xxl\:bg-purple-50\/0{background-color:#faf5ff00}}@media screen and (max-width: 1920px){.xxl\:bg-purple-50\/10{background-color:#faf5ff1a}}@media screen and (max-width: 1920px){.xxl\:bg-purple-50\/20{background-color:#faf5ff33}}@media screen and (max-width: 1920px){.xxl\:bg-purple-50\/30{background-color:#faf5ff4d}}@media screen and (max-width: 1920px){.xxl\:bg-purple-50\/40{background-color:#faf5ff66}}@media screen and (max-width: 1920px){.xxl\:bg-purple-50\/50{background-color:#faf5ff80}}@media screen and (max-width: 1920px){.xxl\:bg-purple-50\/60{background-color:#faf5ff99}}@media screen and (max-width: 1920px){.xxl\:bg-purple-50\/70{background-color:#faf5ffb3}}@media screen and (max-width: 1920px){.xxl\:bg-purple-50\/75{background-color:#faf5ffbf}}@media screen and (max-width: 1920px){.xxl\:bg-purple-50\/80{background-color:#faf5ffcc}}@media screen and (max-width: 1920px){.xxl\:bg-purple-50\/90{background-color:#faf5ffe6}}@media screen and (max-width: 1920px){.xxl\:bg-purple-100{background-color:#f3e8ff}}@media screen and (max-width: 1920px){.xxl\:bg-purple-100\/0{background-color:#f3e8ff00}}@media screen and (max-width: 1920px){.xxl\:bg-purple-100\/10{background-color:#f3e8ff1a}}@media screen and (max-width: 1920px){.xxl\:bg-purple-100\/20{background-color:#f3e8ff33}}@media screen and (max-width: 1920px){.xxl\:bg-purple-100\/30{background-color:#f3e8ff4d}}@media screen and (max-width: 1920px){.xxl\:bg-purple-100\/40{background-color:#f3e8ff66}}@media screen and (max-width: 1920px){.xxl\:bg-purple-100\/50{background-color:#f3e8ff80}}@media screen and (max-width: 1920px){.xxl\:bg-purple-100\/60{background-color:#f3e8ff99}}@media screen and (max-width: 1920px){.xxl\:bg-purple-100\/70{background-color:#f3e8ffb3}}@media screen and (max-width: 1920px){.xxl\:bg-purple-100\/75{background-color:#f3e8ffbf}}@media screen and (max-width: 1920px){.xxl\:bg-purple-100\/80{background-color:#f3e8ffcc}}@media screen and (max-width: 1920px){.xxl\:bg-purple-100\/90{background-color:#f3e8ffe6}}@media screen and (max-width: 1920px){.xxl\:bg-purple-200{background-color:#e9d5ff}}@media screen and (max-width: 1920px){.xxl\:bg-purple-200\/0{background-color:#e9d5ff00}}@media screen and (max-width: 1920px){.xxl\:bg-purple-200\/10{background-color:#e9d5ff1a}}@media screen and (max-width: 1920px){.xxl\:bg-purple-200\/20{background-color:#e9d5ff33}}@media screen and (max-width: 1920px){.xxl\:bg-purple-200\/30{background-color:#e9d5ff4d}}@media screen and (max-width: 1920px){.xxl\:bg-purple-200\/40{background-color:#e9d5ff66}}@media screen and (max-width: 1920px){.xxl\:bg-purple-200\/50{background-color:#e9d5ff80}}@media screen and (max-width: 1920px){.xxl\:bg-purple-200\/60{background-color:#e9d5ff99}}@media screen and (max-width: 1920px){.xxl\:bg-purple-200\/70{background-color:#e9d5ffb3}}@media screen and (max-width: 1920px){.xxl\:bg-purple-200\/75{background-color:#e9d5ffbf}}@media screen and (max-width: 1920px){.xxl\:bg-purple-200\/80{background-color:#e9d5ffcc}}@media screen and (max-width: 1920px){.xxl\:bg-purple-200\/90{background-color:#e9d5ffe6}}@media screen and (max-width: 1920px){.xxl\:bg-purple-300{background-color:#d8b4fe}}@media screen and (max-width: 1920px){.xxl\:bg-purple-300\/0{background-color:#d8b4fe00}}@media screen and (max-width: 1920px){.xxl\:bg-purple-300\/10{background-color:#d8b4fe1a}}@media screen and (max-width: 1920px){.xxl\:bg-purple-300\/20{background-color:#d8b4fe33}}@media screen and (max-width: 1920px){.xxl\:bg-purple-300\/30{background-color:#d8b4fe4d}}@media screen and (max-width: 1920px){.xxl\:bg-purple-300\/40{background-color:#d8b4fe66}}@media screen and (max-width: 1920px){.xxl\:bg-purple-300\/50{background-color:#d8b4fe80}}@media screen and (max-width: 1920px){.xxl\:bg-purple-300\/60{background-color:#d8b4fe99}}@media screen and (max-width: 1920px){.xxl\:bg-purple-300\/70{background-color:#d8b4feb3}}@media screen and (max-width: 1920px){.xxl\:bg-purple-300\/75{background-color:#d8b4febf}}@media screen and (max-width: 1920px){.xxl\:bg-purple-300\/80{background-color:#d8b4fecc}}@media screen and (max-width: 1920px){.xxl\:bg-purple-300\/90{background-color:#d8b4fee6}}@media screen and (max-width: 1920px){.xxl\:bg-purple-400{background-color:#c084fc}}@media screen and (max-width: 1920px){.xxl\:bg-purple-400\/0{background-color:#c084fc00}}@media screen and (max-width: 1920px){.xxl\:bg-purple-400\/10{background-color:#c084fc1a}}@media screen and (max-width: 1920px){.xxl\:bg-purple-400\/20{background-color:#c084fc33}}@media screen and (max-width: 1920px){.xxl\:bg-purple-400\/30{background-color:#c084fc4d}}@media screen and (max-width: 1920px){.xxl\:bg-purple-400\/40{background-color:#c084fc66}}@media screen and (max-width: 1920px){.xxl\:bg-purple-400\/50{background-color:#c084fc80}}@media screen and (max-width: 1920px){.xxl\:bg-purple-400\/60{background-color:#c084fc99}}@media screen and (max-width: 1920px){.xxl\:bg-purple-400\/70{background-color:#c084fcb3}}@media screen and (max-width: 1920px){.xxl\:bg-purple-400\/75{background-color:#c084fcbf}}@media screen and (max-width: 1920px){.xxl\:bg-purple-400\/80{background-color:#c084fccc}}@media screen and (max-width: 1920px){.xxl\:bg-purple-400\/90{background-color:#c084fce6}}@media screen and (max-width: 1920px){.xxl\:bg-purple-500{background-color:#a855f7}}@media screen and (max-width: 1920px){.xxl\:bg-purple-500\/0{background-color:#a855f700}}@media screen and (max-width: 1920px){.xxl\:bg-purple-500\/10{background-color:#a855f71a}}@media screen and (max-width: 1920px){.xxl\:bg-purple-500\/20{background-color:#a855f733}}@media screen and (max-width: 1920px){.xxl\:bg-purple-500\/30{background-color:#a855f74d}}@media screen and (max-width: 1920px){.xxl\:bg-purple-500\/40{background-color:#a855f766}}@media screen and (max-width: 1920px){.xxl\:bg-purple-500\/50{background-color:#a855f780}}@media screen and (max-width: 1920px){.xxl\:bg-purple-500\/60{background-color:#a855f799}}@media screen and (max-width: 1920px){.xxl\:bg-purple-500\/70{background-color:#a855f7b3}}@media screen and (max-width: 1920px){.xxl\:bg-purple-500\/75{background-color:#a855f7bf}}@media screen and (max-width: 1920px){.xxl\:bg-purple-500\/80{background-color:#a855f7cc}}@media screen and (max-width: 1920px){.xxl\:bg-purple-500\/90{background-color:#a855f7e6}}@media screen and (max-width: 1920px){.xxl\:bg-purple-600{background-color:#9333ea}}@media screen and (max-width: 1920px){.xxl\:bg-purple-600\/0{background-color:#9333ea00}}@media screen and (max-width: 1920px){.xxl\:bg-purple-600\/10{background-color:#9333ea1a}}@media screen and (max-width: 1920px){.xxl\:bg-purple-600\/20{background-color:#9333ea33}}@media screen and (max-width: 1920px){.xxl\:bg-purple-600\/30{background-color:#9333ea4d}}@media screen and (max-width: 1920px){.xxl\:bg-purple-600\/40{background-color:#9333ea66}}@media screen and (max-width: 1920px){.xxl\:bg-purple-600\/50{background-color:#9333ea80}}@media screen and (max-width: 1920px){.xxl\:bg-purple-600\/60{background-color:#9333ea99}}@media screen and (max-width: 1920px){.xxl\:bg-purple-600\/70{background-color:#9333eab3}}@media screen and (max-width: 1920px){.xxl\:bg-purple-600\/75{background-color:#9333eabf}}@media screen and (max-width: 1920px){.xxl\:bg-purple-600\/80{background-color:#9333eacc}}@media screen and (max-width: 1920px){.xxl\:bg-purple-600\/90{background-color:#9333eae6}}@media screen and (max-width: 1920px){.xxl\:bg-purple-700{background-color:#7e22ce}}@media screen and (max-width: 1920px){.xxl\:bg-purple-700\/0{background-color:#7e22ce00}}@media screen and (max-width: 1920px){.xxl\:bg-purple-700\/10{background-color:#7e22ce1a}}@media screen and (max-width: 1920px){.xxl\:bg-purple-700\/20{background-color:#7e22ce33}}@media screen and (max-width: 1920px){.xxl\:bg-purple-700\/30{background-color:#7e22ce4d}}@media screen and (max-width: 1920px){.xxl\:bg-purple-700\/40{background-color:#7e22ce66}}@media screen and (max-width: 1920px){.xxl\:bg-purple-700\/50{background-color:#7e22ce80}}@media screen and (max-width: 1920px){.xxl\:bg-purple-700\/60{background-color:#7e22ce99}}@media screen and (max-width: 1920px){.xxl\:bg-purple-700\/70{background-color:#7e22ceb3}}@media screen and (max-width: 1920px){.xxl\:bg-purple-700\/75{background-color:#7e22cebf}}@media screen and (max-width: 1920px){.xxl\:bg-purple-700\/80{background-color:#7e22cecc}}@media screen and (max-width: 1920px){.xxl\:bg-purple-700\/90{background-color:#7e22cee6}}@media screen and (max-width: 1920px){.xxl\:bg-purple-800{background-color:#6b21a8}}@media screen and (max-width: 1920px){.xxl\:bg-purple-800\/0{background-color:#6b21a800}}@media screen and (max-width: 1920px){.xxl\:bg-purple-800\/10{background-color:#6b21a81a}}@media screen and (max-width: 1920px){.xxl\:bg-purple-800\/20{background-color:#6b21a833}}@media screen and (max-width: 1920px){.xxl\:bg-purple-800\/30{background-color:#6b21a84d}}@media screen and (max-width: 1920px){.xxl\:bg-purple-800\/40{background-color:#6b21a866}}@media screen and (max-width: 1920px){.xxl\:bg-purple-800\/50{background-color:#6b21a880}}@media screen and (max-width: 1920px){.xxl\:bg-purple-800\/60{background-color:#6b21a899}}@media screen and (max-width: 1920px){.xxl\:bg-purple-800\/70{background-color:#6b21a8b3}}@media screen and (max-width: 1920px){.xxl\:bg-purple-800\/75{background-color:#6b21a8bf}}@media screen and (max-width: 1920px){.xxl\:bg-purple-800\/80{background-color:#6b21a8cc}}@media screen and (max-width: 1920px){.xxl\:bg-purple-800\/90{background-color:#6b21a8e6}}@media screen and (max-width: 1920px){.xxl\:bg-purple-900{background-color:#581c87}}@media screen and (max-width: 1920px){.xxl\:bg-purple-900\/0{background-color:#581c8700}}@media screen and (max-width: 1920px){.xxl\:bg-purple-900\/10{background-color:#581c871a}}@media screen and (max-width: 1920px){.xxl\:bg-purple-900\/20{background-color:#581c8733}}@media screen and (max-width: 1920px){.xxl\:bg-purple-900\/30{background-color:#581c874d}}@media screen and (max-width: 1920px){.xxl\:bg-purple-900\/40{background-color:#581c8766}}@media screen and (max-width: 1920px){.xxl\:bg-purple-900\/50{background-color:#581c8780}}@media screen and (max-width: 1920px){.xxl\:bg-purple-900\/60{background-color:#581c8799}}@media screen and (max-width: 1920px){.xxl\:bg-purple-900\/70{background-color:#581c87b3}}@media screen and (max-width: 1920px){.xxl\:bg-purple-900\/75{background-color:#581c87bf}}@media screen and (max-width: 1920px){.xxl\:bg-purple-900\/80{background-color:#581c87cc}}@media screen and (max-width: 1920px){.xxl\:bg-purple-900\/90{background-color:#581c87e6}}@media screen and (max-width: 1920px){.xxl\:bg-purple-950{background-color:#3b0764}}@media screen and (max-width: 1920px){.xxl\:bg-purple-950\/0{background-color:#3b076400}}@media screen and (max-width: 1920px){.xxl\:bg-purple-950\/10{background-color:#3b07641a}}@media screen and (max-width: 1920px){.xxl\:bg-purple-950\/20{background-color:#3b076433}}@media screen and (max-width: 1920px){.xxl\:bg-purple-950\/30{background-color:#3b07644d}}@media screen and (max-width: 1920px){.xxl\:bg-purple-950\/40{background-color:#3b076466}}@media screen and (max-width: 1920px){.xxl\:bg-purple-950\/50{background-color:#3b076480}}@media screen and (max-width: 1920px){.xxl\:bg-purple-950\/60{background-color:#3b076499}}@media screen and (max-width: 1920px){.xxl\:bg-purple-950\/70{background-color:#3b0764b3}}@media screen and (max-width: 1920px){.xxl\:bg-purple-950\/75{background-color:#3b0764bf}}@media screen and (max-width: 1920px){.xxl\:bg-purple-950\/80{background-color:#3b0764cc}}@media screen and (max-width: 1920px){.xxl\:bg-purple-950\/90{background-color:#3b0764e6}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-50{background-color:#fdf4ff}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-50\/0{background-color:#fdf4ff00}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-50\/10{background-color:#fdf4ff1a}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-50\/20{background-color:#fdf4ff33}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-50\/30{background-color:#fdf4ff4d}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-50\/40{background-color:#fdf4ff66}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-50\/50{background-color:#fdf4ff80}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-50\/60{background-color:#fdf4ff99}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-50\/70{background-color:#fdf4ffb3}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-50\/75{background-color:#fdf4ffbf}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-50\/80{background-color:#fdf4ffcc}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-50\/90{background-color:#fdf4ffe6}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-100{background-color:#fae8ff}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-100\/0{background-color:#fae8ff00}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-100\/10{background-color:#fae8ff1a}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-100\/20{background-color:#fae8ff33}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-100\/30{background-color:#fae8ff4d}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-100\/40{background-color:#fae8ff66}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-100\/50{background-color:#fae8ff80}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-100\/60{background-color:#fae8ff99}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-100\/70{background-color:#fae8ffb3}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-100\/75{background-color:#fae8ffbf}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-100\/80{background-color:#fae8ffcc}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-100\/90{background-color:#fae8ffe6}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-200{background-color:#f5d0fe}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-200\/0{background-color:#f5d0fe00}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-200\/10{background-color:#f5d0fe1a}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-200\/20{background-color:#f5d0fe33}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-200\/30{background-color:#f5d0fe4d}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-200\/40{background-color:#f5d0fe66}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-200\/50{background-color:#f5d0fe80}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-200\/60{background-color:#f5d0fe99}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-200\/70{background-color:#f5d0feb3}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-200\/75{background-color:#f5d0febf}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-200\/80{background-color:#f5d0fecc}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-200\/90{background-color:#f5d0fee6}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-300{background-color:#f0abfc}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-300\/0{background-color:#f0abfc00}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-300\/10{background-color:#f0abfc1a}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-300\/20{background-color:#f0abfc33}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-300\/30{background-color:#f0abfc4d}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-300\/40{background-color:#f0abfc66}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-300\/50{background-color:#f0abfc80}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-300\/60{background-color:#f0abfc99}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-300\/70{background-color:#f0abfcb3}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-300\/75{background-color:#f0abfcbf}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-300\/80{background-color:#f0abfccc}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-300\/90{background-color:#f0abfce6}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-400{background-color:#e879f9}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-400\/0{background-color:#e879f900}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-400\/10{background-color:#e879f91a}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-400\/20{background-color:#e879f933}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-400\/30{background-color:#e879f94d}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-400\/40{background-color:#e879f966}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-400\/50{background-color:#e879f980}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-400\/60{background-color:#e879f999}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-400\/70{background-color:#e879f9b3}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-400\/75{background-color:#e879f9bf}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-400\/80{background-color:#e879f9cc}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-400\/90{background-color:#e879f9e6}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-500{background-color:#d946ef}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-500\/0{background-color:#d946ef00}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-500\/10{background-color:#d946ef1a}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-500\/20{background-color:#d946ef33}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-500\/30{background-color:#d946ef4d}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-500\/40{background-color:#d946ef66}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-500\/50{background-color:#d946ef80}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-500\/60{background-color:#d946ef99}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-500\/70{background-color:#d946efb3}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-500\/75{background-color:#d946efbf}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-500\/80{background-color:#d946efcc}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-500\/90{background-color:#d946efe6}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-600{background-color:#c026d3}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-600\/0{background-color:#c026d300}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-600\/10{background-color:#c026d31a}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-600\/20{background-color:#c026d333}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-600\/30{background-color:#c026d34d}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-600\/40{background-color:#c026d366}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-600\/50{background-color:#c026d380}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-600\/60{background-color:#c026d399}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-600\/70{background-color:#c026d3b3}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-600\/75{background-color:#c026d3bf}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-600\/80{background-color:#c026d3cc}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-600\/90{background-color:#c026d3e6}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-700{background-color:#a21caf}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-700\/0{background-color:#a21caf00}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-700\/10{background-color:#a21caf1a}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-700\/20{background-color:#a21caf33}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-700\/30{background-color:#a21caf4d}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-700\/40{background-color:#a21caf66}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-700\/50{background-color:#a21caf80}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-700\/60{background-color:#a21caf99}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-700\/70{background-color:#a21cafb3}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-700\/75{background-color:#a21cafbf}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-700\/80{background-color:#a21cafcc}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-700\/90{background-color:#a21cafe6}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-800{background-color:#86198f}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-800\/0{background-color:#86198f00}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-800\/10{background-color:#86198f1a}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-800\/20{background-color:#86198f33}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-800\/30{background-color:#86198f4d}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-800\/40{background-color:#86198f66}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-800\/50{background-color:#86198f80}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-800\/60{background-color:#86198f99}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-800\/70{background-color:#86198fb3}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-800\/75{background-color:#86198fbf}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-800\/80{background-color:#86198fcc}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-800\/90{background-color:#86198fe6}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-900{background-color:#701a75}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-900\/0{background-color:#701a7500}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-900\/10{background-color:#701a751a}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-900\/20{background-color:#701a7533}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-900\/30{background-color:#701a754d}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-900\/40{background-color:#701a7566}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-900\/50{background-color:#701a7580}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-900\/60{background-color:#701a7599}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-900\/70{background-color:#701a75b3}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-900\/75{background-color:#701a75bf}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-900\/80{background-color:#701a75cc}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-900\/90{background-color:#701a75e6}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-950{background-color:#4a044e}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-950\/0{background-color:#4a044e00}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-950\/10{background-color:#4a044e1a}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-950\/20{background-color:#4a044e33}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-950\/30{background-color:#4a044e4d}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-950\/40{background-color:#4a044e66}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-950\/50{background-color:#4a044e80}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-950\/60{background-color:#4a044e99}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-950\/70{background-color:#4a044eb3}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-950\/75{background-color:#4a044ebf}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-950\/80{background-color:#4a044ecc}}@media screen and (max-width: 1920px){.xxl\:bg-fuchsia-950\/90{background-color:#4a044ee6}}@media screen and (max-width: 1920px){.xxl\:bg-pink-50{background-color:#fdf2f8}}@media screen and (max-width: 1920px){.xxl\:bg-pink-50\/0{background-color:#fdf2f800}}@media screen and (max-width: 1920px){.xxl\:bg-pink-50\/10{background-color:#fdf2f81a}}@media screen and (max-width: 1920px){.xxl\:bg-pink-50\/20{background-color:#fdf2f833}}@media screen and (max-width: 1920px){.xxl\:bg-pink-50\/30{background-color:#fdf2f84d}}@media screen and (max-width: 1920px){.xxl\:bg-pink-50\/40{background-color:#fdf2f866}}@media screen and (max-width: 1920px){.xxl\:bg-pink-50\/50{background-color:#fdf2f880}}@media screen and (max-width: 1920px){.xxl\:bg-pink-50\/60{background-color:#fdf2f899}}@media screen and (max-width: 1920px){.xxl\:bg-pink-50\/70{background-color:#fdf2f8b3}}@media screen and (max-width: 1920px){.xxl\:bg-pink-50\/75{background-color:#fdf2f8bf}}@media screen and (max-width: 1920px){.xxl\:bg-pink-50\/80{background-color:#fdf2f8cc}}@media screen and (max-width: 1920px){.xxl\:bg-pink-50\/90{background-color:#fdf2f8e6}}@media screen and (max-width: 1920px){.xxl\:bg-pink-100{background-color:#fce7f3}}@media screen and (max-width: 1920px){.xxl\:bg-pink-100\/0{background-color:#fce7f300}}@media screen and (max-width: 1920px){.xxl\:bg-pink-100\/10{background-color:#fce7f31a}}@media screen and (max-width: 1920px){.xxl\:bg-pink-100\/20{background-color:#fce7f333}}@media screen and (max-width: 1920px){.xxl\:bg-pink-100\/30{background-color:#fce7f34d}}@media screen and (max-width: 1920px){.xxl\:bg-pink-100\/40{background-color:#fce7f366}}@media screen and (max-width: 1920px){.xxl\:bg-pink-100\/50{background-color:#fce7f380}}@media screen and (max-width: 1920px){.xxl\:bg-pink-100\/60{background-color:#fce7f399}}@media screen and (max-width: 1920px){.xxl\:bg-pink-100\/70{background-color:#fce7f3b3}}@media screen and (max-width: 1920px){.xxl\:bg-pink-100\/75{background-color:#fce7f3bf}}@media screen and (max-width: 1920px){.xxl\:bg-pink-100\/80{background-color:#fce7f3cc}}@media screen and (max-width: 1920px){.xxl\:bg-pink-100\/90{background-color:#fce7f3e6}}@media screen and (max-width: 1920px){.xxl\:bg-pink-200{background-color:#fbcfe8}}@media screen and (max-width: 1920px){.xxl\:bg-pink-200\/0{background-color:#fbcfe800}}@media screen and (max-width: 1920px){.xxl\:bg-pink-200\/10{background-color:#fbcfe81a}}@media screen and (max-width: 1920px){.xxl\:bg-pink-200\/20{background-color:#fbcfe833}}@media screen and (max-width: 1920px){.xxl\:bg-pink-200\/30{background-color:#fbcfe84d}}@media screen and (max-width: 1920px){.xxl\:bg-pink-200\/40{background-color:#fbcfe866}}@media screen and (max-width: 1920px){.xxl\:bg-pink-200\/50{background-color:#fbcfe880}}@media screen and (max-width: 1920px){.xxl\:bg-pink-200\/60{background-color:#fbcfe899}}@media screen and (max-width: 1920px){.xxl\:bg-pink-200\/70{background-color:#fbcfe8b3}}@media screen and (max-width: 1920px){.xxl\:bg-pink-200\/75{background-color:#fbcfe8bf}}@media screen and (max-width: 1920px){.xxl\:bg-pink-200\/80{background-color:#fbcfe8cc}}@media screen and (max-width: 1920px){.xxl\:bg-pink-200\/90{background-color:#fbcfe8e6}}@media screen and (max-width: 1920px){.xxl\:bg-pink-300{background-color:#f9a8d4}}@media screen and (max-width: 1920px){.xxl\:bg-pink-300\/0{background-color:#f9a8d400}}@media screen and (max-width: 1920px){.xxl\:bg-pink-300\/10{background-color:#f9a8d41a}}@media screen and (max-width: 1920px){.xxl\:bg-pink-300\/20{background-color:#f9a8d433}}@media screen and (max-width: 1920px){.xxl\:bg-pink-300\/30{background-color:#f9a8d44d}}@media screen and (max-width: 1920px){.xxl\:bg-pink-300\/40{background-color:#f9a8d466}}@media screen and (max-width: 1920px){.xxl\:bg-pink-300\/50{background-color:#f9a8d480}}@media screen and (max-width: 1920px){.xxl\:bg-pink-300\/60{background-color:#f9a8d499}}@media screen and (max-width: 1920px){.xxl\:bg-pink-300\/70{background-color:#f9a8d4b3}}@media screen and (max-width: 1920px){.xxl\:bg-pink-300\/75{background-color:#f9a8d4bf}}@media screen and (max-width: 1920px){.xxl\:bg-pink-300\/80{background-color:#f9a8d4cc}}@media screen and (max-width: 1920px){.xxl\:bg-pink-300\/90{background-color:#f9a8d4e6}}@media screen and (max-width: 1920px){.xxl\:bg-pink-400{background-color:#f472b6}}@media screen and (max-width: 1920px){.xxl\:bg-pink-400\/0{background-color:#f472b600}}@media screen and (max-width: 1920px){.xxl\:bg-pink-400\/10{background-color:#f472b61a}}@media screen and (max-width: 1920px){.xxl\:bg-pink-400\/20{background-color:#f472b633}}@media screen and (max-width: 1920px){.xxl\:bg-pink-400\/30{background-color:#f472b64d}}@media screen and (max-width: 1920px){.xxl\:bg-pink-400\/40{background-color:#f472b666}}@media screen and (max-width: 1920px){.xxl\:bg-pink-400\/50{background-color:#f472b680}}@media screen and (max-width: 1920px){.xxl\:bg-pink-400\/60{background-color:#f472b699}}@media screen and (max-width: 1920px){.xxl\:bg-pink-400\/70{background-color:#f472b6b3}}@media screen and (max-width: 1920px){.xxl\:bg-pink-400\/75{background-color:#f472b6bf}}@media screen and (max-width: 1920px){.xxl\:bg-pink-400\/80{background-color:#f472b6cc}}@media screen and (max-width: 1920px){.xxl\:bg-pink-400\/90{background-color:#f472b6e6}}@media screen and (max-width: 1920px){.xxl\:bg-pink-500{background-color:#ec4899}}@media screen and (max-width: 1920px){.xxl\:bg-pink-500\/0{background-color:#ec489900}}@media screen and (max-width: 1920px){.xxl\:bg-pink-500\/10{background-color:#ec48991a}}@media screen and (max-width: 1920px){.xxl\:bg-pink-500\/20{background-color:#ec489933}}@media screen and (max-width: 1920px){.xxl\:bg-pink-500\/30{background-color:#ec48994d}}@media screen and (max-width: 1920px){.xxl\:bg-pink-500\/40{background-color:#ec489966}}@media screen and (max-width: 1920px){.xxl\:bg-pink-500\/50{background-color:#ec489980}}@media screen and (max-width: 1920px){.xxl\:bg-pink-500\/60{background-color:#ec489999}}@media screen and (max-width: 1920px){.xxl\:bg-pink-500\/70{background-color:#ec4899b3}}@media screen and (max-width: 1920px){.xxl\:bg-pink-500\/75{background-color:#ec4899bf}}@media screen and (max-width: 1920px){.xxl\:bg-pink-500\/80{background-color:#ec4899cc}}@media screen and (max-width: 1920px){.xxl\:bg-pink-500\/90{background-color:#ec4899e6}}@media screen and (max-width: 1920px){.xxl\:bg-pink-600{background-color:#db2777}}@media screen and (max-width: 1920px){.xxl\:bg-pink-600\/0{background-color:#db277700}}@media screen and (max-width: 1920px){.xxl\:bg-pink-600\/10{background-color:#db27771a}}@media screen and (max-width: 1920px){.xxl\:bg-pink-600\/20{background-color:#db277733}}@media screen and (max-width: 1920px){.xxl\:bg-pink-600\/30{background-color:#db27774d}}@media screen and (max-width: 1920px){.xxl\:bg-pink-600\/40{background-color:#db277766}}@media screen and (max-width: 1920px){.xxl\:bg-pink-600\/50{background-color:#db277780}}@media screen and (max-width: 1920px){.xxl\:bg-pink-600\/60{background-color:#db277799}}@media screen and (max-width: 1920px){.xxl\:bg-pink-600\/70{background-color:#db2777b3}}@media screen and (max-width: 1920px){.xxl\:bg-pink-600\/75{background-color:#db2777bf}}@media screen and (max-width: 1920px){.xxl\:bg-pink-600\/80{background-color:#db2777cc}}@media screen and (max-width: 1920px){.xxl\:bg-pink-600\/90{background-color:#db2777e6}}@media screen and (max-width: 1920px){.xxl\:bg-pink-700{background-color:#be185d}}@media screen and (max-width: 1920px){.xxl\:bg-pink-700\/0{background-color:#be185d00}}@media screen and (max-width: 1920px){.xxl\:bg-pink-700\/10{background-color:#be185d1a}}@media screen and (max-width: 1920px){.xxl\:bg-pink-700\/20{background-color:#be185d33}}@media screen and (max-width: 1920px){.xxl\:bg-pink-700\/30{background-color:#be185d4d}}@media screen and (max-width: 1920px){.xxl\:bg-pink-700\/40{background-color:#be185d66}}@media screen and (max-width: 1920px){.xxl\:bg-pink-700\/50{background-color:#be185d80}}@media screen and (max-width: 1920px){.xxl\:bg-pink-700\/60{background-color:#be185d99}}@media screen and (max-width: 1920px){.xxl\:bg-pink-700\/70{background-color:#be185db3}}@media screen and (max-width: 1920px){.xxl\:bg-pink-700\/75{background-color:#be185dbf}}@media screen and (max-width: 1920px){.xxl\:bg-pink-700\/80{background-color:#be185dcc}}@media screen and (max-width: 1920px){.xxl\:bg-pink-700\/90{background-color:#be185de6}}@media screen and (max-width: 1920px){.xxl\:bg-pink-800{background-color:#9d174d}}@media screen and (max-width: 1920px){.xxl\:bg-pink-800\/0{background-color:#9d174d00}}@media screen and (max-width: 1920px){.xxl\:bg-pink-800\/10{background-color:#9d174d1a}}@media screen and (max-width: 1920px){.xxl\:bg-pink-800\/20{background-color:#9d174d33}}@media screen and (max-width: 1920px){.xxl\:bg-pink-800\/30{background-color:#9d174d4d}}@media screen and (max-width: 1920px){.xxl\:bg-pink-800\/40{background-color:#9d174d66}}@media screen and (max-width: 1920px){.xxl\:bg-pink-800\/50{background-color:#9d174d80}}@media screen and (max-width: 1920px){.xxl\:bg-pink-800\/60{background-color:#9d174d99}}@media screen and (max-width: 1920px){.xxl\:bg-pink-800\/70{background-color:#9d174db3}}@media screen and (max-width: 1920px){.xxl\:bg-pink-800\/75{background-color:#9d174dbf}}@media screen and (max-width: 1920px){.xxl\:bg-pink-800\/80{background-color:#9d174dcc}}@media screen and (max-width: 1920px){.xxl\:bg-pink-800\/90{background-color:#9d174de6}}@media screen and (max-width: 1920px){.xxl\:bg-pink-900{background-color:#831843}}@media screen and (max-width: 1920px){.xxl\:bg-pink-900\/0{background-color:#83184300}}@media screen and (max-width: 1920px){.xxl\:bg-pink-900\/10{background-color:#8318431a}}@media screen and (max-width: 1920px){.xxl\:bg-pink-900\/20{background-color:#83184333}}@media screen and (max-width: 1920px){.xxl\:bg-pink-900\/30{background-color:#8318434d}}@media screen and (max-width: 1920px){.xxl\:bg-pink-900\/40{background-color:#83184366}}@media screen and (max-width: 1920px){.xxl\:bg-pink-900\/50{background-color:#83184380}}@media screen and (max-width: 1920px){.xxl\:bg-pink-900\/60{background-color:#83184399}}@media screen and (max-width: 1920px){.xxl\:bg-pink-900\/70{background-color:#831843b3}}@media screen and (max-width: 1920px){.xxl\:bg-pink-900\/75{background-color:#831843bf}}@media screen and (max-width: 1920px){.xxl\:bg-pink-900\/80{background-color:#831843cc}}@media screen and (max-width: 1920px){.xxl\:bg-pink-900\/90{background-color:#831843e6}}@media screen and (max-width: 1920px){.xxl\:bg-pink-950{background-color:#500724}}@media screen and (max-width: 1920px){.xxl\:bg-pink-950\/0{background-color:#50072400}}@media screen and (max-width: 1920px){.xxl\:bg-pink-950\/10{background-color:#5007241a}}@media screen and (max-width: 1920px){.xxl\:bg-pink-950\/20{background-color:#50072433}}@media screen and (max-width: 1920px){.xxl\:bg-pink-950\/30{background-color:#5007244d}}@media screen and (max-width: 1920px){.xxl\:bg-pink-950\/40{background-color:#50072466}}@media screen and (max-width: 1920px){.xxl\:bg-pink-950\/50{background-color:#50072480}}@media screen and (max-width: 1920px){.xxl\:bg-pink-950\/60{background-color:#50072499}}@media screen and (max-width: 1920px){.xxl\:bg-pink-950\/70{background-color:#500724b3}}@media screen and (max-width: 1920px){.xxl\:bg-pink-950\/75{background-color:#500724bf}}@media screen and (max-width: 1920px){.xxl\:bg-pink-950\/80{background-color:#500724cc}}@media screen and (max-width: 1920px){.xxl\:bg-pink-950\/90{background-color:#500724e6}}@media screen and (max-width: 1920px){.xxl\:bg-rose-50{background-color:#fff1f2}}@media screen and (max-width: 1920px){.xxl\:bg-rose-50\/0{background-color:#fff1f200}}@media screen and (max-width: 1920px){.xxl\:bg-rose-50\/10{background-color:#fff1f21a}}@media screen and (max-width: 1920px){.xxl\:bg-rose-50\/20{background-color:#fff1f233}}@media screen and (max-width: 1920px){.xxl\:bg-rose-50\/30{background-color:#fff1f24d}}@media screen and (max-width: 1920px){.xxl\:bg-rose-50\/40{background-color:#fff1f266}}@media screen and (max-width: 1920px){.xxl\:bg-rose-50\/50{background-color:#fff1f280}}@media screen and (max-width: 1920px){.xxl\:bg-rose-50\/60{background-color:#fff1f299}}@media screen and (max-width: 1920px){.xxl\:bg-rose-50\/70{background-color:#fff1f2b3}}@media screen and (max-width: 1920px){.xxl\:bg-rose-50\/75{background-color:#fff1f2bf}}@media screen and (max-width: 1920px){.xxl\:bg-rose-50\/80{background-color:#fff1f2cc}}@media screen and (max-width: 1920px){.xxl\:bg-rose-50\/90{background-color:#fff1f2e6}}@media screen and (max-width: 1920px){.xxl\:bg-rose-100{background-color:#ffe4e6}}@media screen and (max-width: 1920px){.xxl\:bg-rose-100\/0{background-color:#ffe4e600}}@media screen and (max-width: 1920px){.xxl\:bg-rose-100\/10{background-color:#ffe4e61a}}@media screen and (max-width: 1920px){.xxl\:bg-rose-100\/20{background-color:#ffe4e633}}@media screen and (max-width: 1920px){.xxl\:bg-rose-100\/30{background-color:#ffe4e64d}}@media screen and (max-width: 1920px){.xxl\:bg-rose-100\/40{background-color:#ffe4e666}}@media screen and (max-width: 1920px){.xxl\:bg-rose-100\/50{background-color:#ffe4e680}}@media screen and (max-width: 1920px){.xxl\:bg-rose-100\/60{background-color:#ffe4e699}}@media screen and (max-width: 1920px){.xxl\:bg-rose-100\/70{background-color:#ffe4e6b3}}@media screen and (max-width: 1920px){.xxl\:bg-rose-100\/75{background-color:#ffe4e6bf}}@media screen and (max-width: 1920px){.xxl\:bg-rose-100\/80{background-color:#ffe4e6cc}}@media screen and (max-width: 1920px){.xxl\:bg-rose-100\/90{background-color:#ffe4e6e6}}@media screen and (max-width: 1920px){.xxl\:bg-rose-200{background-color:#fecdd3}}@media screen and (max-width: 1920px){.xxl\:bg-rose-200\/0{background-color:#fecdd300}}@media screen and (max-width: 1920px){.xxl\:bg-rose-200\/10{background-color:#fecdd31a}}@media screen and (max-width: 1920px){.xxl\:bg-rose-200\/20{background-color:#fecdd333}}@media screen and (max-width: 1920px){.xxl\:bg-rose-200\/30{background-color:#fecdd34d}}@media screen and (max-width: 1920px){.xxl\:bg-rose-200\/40{background-color:#fecdd366}}@media screen and (max-width: 1920px){.xxl\:bg-rose-200\/50{background-color:#fecdd380}}@media screen and (max-width: 1920px){.xxl\:bg-rose-200\/60{background-color:#fecdd399}}@media screen and (max-width: 1920px){.xxl\:bg-rose-200\/70{background-color:#fecdd3b3}}@media screen and (max-width: 1920px){.xxl\:bg-rose-200\/75{background-color:#fecdd3bf}}@media screen and (max-width: 1920px){.xxl\:bg-rose-200\/80{background-color:#fecdd3cc}}@media screen and (max-width: 1920px){.xxl\:bg-rose-200\/90{background-color:#fecdd3e6}}@media screen and (max-width: 1920px){.xxl\:bg-rose-300{background-color:#fda4af}}@media screen and (max-width: 1920px){.xxl\:bg-rose-300\/0{background-color:#fda4af00}}@media screen and (max-width: 1920px){.xxl\:bg-rose-300\/10{background-color:#fda4af1a}}@media screen and (max-width: 1920px){.xxl\:bg-rose-300\/20{background-color:#fda4af33}}@media screen and (max-width: 1920px){.xxl\:bg-rose-300\/30{background-color:#fda4af4d}}@media screen and (max-width: 1920px){.xxl\:bg-rose-300\/40{background-color:#fda4af66}}@media screen and (max-width: 1920px){.xxl\:bg-rose-300\/50{background-color:#fda4af80}}@media screen and (max-width: 1920px){.xxl\:bg-rose-300\/60{background-color:#fda4af99}}@media screen and (max-width: 1920px){.xxl\:bg-rose-300\/70{background-color:#fda4afb3}}@media screen and (max-width: 1920px){.xxl\:bg-rose-300\/75{background-color:#fda4afbf}}@media screen and (max-width: 1920px){.xxl\:bg-rose-300\/80{background-color:#fda4afcc}}@media screen and (max-width: 1920px){.xxl\:bg-rose-300\/90{background-color:#fda4afe6}}@media screen and (max-width: 1920px){.xxl\:bg-rose-400{background-color:#fb7185}}@media screen and (max-width: 1920px){.xxl\:bg-rose-400\/0{background-color:#fb718500}}@media screen and (max-width: 1920px){.xxl\:bg-rose-400\/10{background-color:#fb71851a}}@media screen and (max-width: 1920px){.xxl\:bg-rose-400\/20{background-color:#fb718533}}@media screen and (max-width: 1920px){.xxl\:bg-rose-400\/30{background-color:#fb71854d}}@media screen and (max-width: 1920px){.xxl\:bg-rose-400\/40{background-color:#fb718566}}@media screen and (max-width: 1920px){.xxl\:bg-rose-400\/50{background-color:#fb718580}}@media screen and (max-width: 1920px){.xxl\:bg-rose-400\/60{background-color:#fb718599}}@media screen and (max-width: 1920px){.xxl\:bg-rose-400\/70{background-color:#fb7185b3}}@media screen and (max-width: 1920px){.xxl\:bg-rose-400\/75{background-color:#fb7185bf}}@media screen and (max-width: 1920px){.xxl\:bg-rose-400\/80{background-color:#fb7185cc}}@media screen and (max-width: 1920px){.xxl\:bg-rose-400\/90{background-color:#fb7185e6}}@media screen and (max-width: 1920px){.xxl\:bg-rose-500{background-color:#f43f5e}}@media screen and (max-width: 1920px){.xxl\:bg-rose-500\/0{background-color:#f43f5e00}}@media screen and (max-width: 1920px){.xxl\:bg-rose-500\/10{background-color:#f43f5e1a}}@media screen and (max-width: 1920px){.xxl\:bg-rose-500\/20{background-color:#f43f5e33}}@media screen and (max-width: 1920px){.xxl\:bg-rose-500\/30{background-color:#f43f5e4d}}@media screen and (max-width: 1920px){.xxl\:bg-rose-500\/40{background-color:#f43f5e66}}@media screen and (max-width: 1920px){.xxl\:bg-rose-500\/50{background-color:#f43f5e80}}@media screen and (max-width: 1920px){.xxl\:bg-rose-500\/60{background-color:#f43f5e99}}@media screen and (max-width: 1920px){.xxl\:bg-rose-500\/70{background-color:#f43f5eb3}}@media screen and (max-width: 1920px){.xxl\:bg-rose-500\/75{background-color:#f43f5ebf}}@media screen and (max-width: 1920px){.xxl\:bg-rose-500\/80{background-color:#f43f5ecc}}@media screen and (max-width: 1920px){.xxl\:bg-rose-500\/90{background-color:#f43f5ee6}}@media screen and (max-width: 1920px){.xxl\:bg-rose-600{background-color:#e11d48}}@media screen and (max-width: 1920px){.xxl\:bg-rose-600\/0{background-color:#e11d4800}}@media screen and (max-width: 1920px){.xxl\:bg-rose-600\/10{background-color:#e11d481a}}@media screen and (max-width: 1920px){.xxl\:bg-rose-600\/20{background-color:#e11d4833}}@media screen and (max-width: 1920px){.xxl\:bg-rose-600\/30{background-color:#e11d484d}}@media screen and (max-width: 1920px){.xxl\:bg-rose-600\/40{background-color:#e11d4866}}@media screen and (max-width: 1920px){.xxl\:bg-rose-600\/50{background-color:#e11d4880}}@media screen and (max-width: 1920px){.xxl\:bg-rose-600\/60{background-color:#e11d4899}}@media screen and (max-width: 1920px){.xxl\:bg-rose-600\/70{background-color:#e11d48b3}}@media screen and (max-width: 1920px){.xxl\:bg-rose-600\/75{background-color:#e11d48bf}}@media screen and (max-width: 1920px){.xxl\:bg-rose-600\/80{background-color:#e11d48cc}}@media screen and (max-width: 1920px){.xxl\:bg-rose-600\/90{background-color:#e11d48e6}}@media screen and (max-width: 1920px){.xxl\:bg-rose-700{background-color:#be123c}}@media screen and (max-width: 1920px){.xxl\:bg-rose-700\/0{background-color:#be123c00}}@media screen and (max-width: 1920px){.xxl\:bg-rose-700\/10{background-color:#be123c1a}}@media screen and (max-width: 1920px){.xxl\:bg-rose-700\/20{background-color:#be123c33}}@media screen and (max-width: 1920px){.xxl\:bg-rose-700\/30{background-color:#be123c4d}}@media screen and (max-width: 1920px){.xxl\:bg-rose-700\/40{background-color:#be123c66}}@media screen and (max-width: 1920px){.xxl\:bg-rose-700\/50{background-color:#be123c80}}@media screen and (max-width: 1920px){.xxl\:bg-rose-700\/60{background-color:#be123c99}}@media screen and (max-width: 1920px){.xxl\:bg-rose-700\/70{background-color:#be123cb3}}@media screen and (max-width: 1920px){.xxl\:bg-rose-700\/75{background-color:#be123cbf}}@media screen and (max-width: 1920px){.xxl\:bg-rose-700\/80{background-color:#be123ccc}}@media screen and (max-width: 1920px){.xxl\:bg-rose-700\/90{background-color:#be123ce6}}@media screen and (max-width: 1920px){.xxl\:bg-rose-800{background-color:#9f1239}}@media screen and (max-width: 1920px){.xxl\:bg-rose-800\/0{background-color:#9f123900}}@media screen and (max-width: 1920px){.xxl\:bg-rose-800\/10{background-color:#9f12391a}}@media screen and (max-width: 1920px){.xxl\:bg-rose-800\/20{background-color:#9f123933}}@media screen and (max-width: 1920px){.xxl\:bg-rose-800\/30{background-color:#9f12394d}}@media screen and (max-width: 1920px){.xxl\:bg-rose-800\/40{background-color:#9f123966}}@media screen and (max-width: 1920px){.xxl\:bg-rose-800\/50{background-color:#9f123980}}@media screen and (max-width: 1920px){.xxl\:bg-rose-800\/60{background-color:#9f123999}}@media screen and (max-width: 1920px){.xxl\:bg-rose-800\/70{background-color:#9f1239b3}}@media screen and (max-width: 1920px){.xxl\:bg-rose-800\/75{background-color:#9f1239bf}}@media screen and (max-width: 1920px){.xxl\:bg-rose-800\/80{background-color:#9f1239cc}}@media screen and (max-width: 1920px){.xxl\:bg-rose-800\/90{background-color:#9f1239e6}}@media screen and (max-width: 1920px){.xxl\:bg-rose-900{background-color:#881337}}@media screen and (max-width: 1920px){.xxl\:bg-rose-900\/0{background-color:#88133700}}@media screen and (max-width: 1920px){.xxl\:bg-rose-900\/10{background-color:#8813371a}}@media screen and (max-width: 1920px){.xxl\:bg-rose-900\/20{background-color:#88133733}}@media screen and (max-width: 1920px){.xxl\:bg-rose-900\/30{background-color:#8813374d}}@media screen and (max-width: 1920px){.xxl\:bg-rose-900\/40{background-color:#88133766}}@media screen and (max-width: 1920px){.xxl\:bg-rose-900\/50{background-color:#88133780}}@media screen and (max-width: 1920px){.xxl\:bg-rose-900\/60{background-color:#88133799}}@media screen and (max-width: 1920px){.xxl\:bg-rose-900\/70{background-color:#881337b3}}@media screen and (max-width: 1920px){.xxl\:bg-rose-900\/75{background-color:#881337bf}}@media screen and (max-width: 1920px){.xxl\:bg-rose-900\/80{background-color:#881337cc}}@media screen and (max-width: 1920px){.xxl\:bg-rose-900\/90{background-color:#881337e6}}@media screen and (max-width: 1920px){.xxl\:bg-rose-950{background-color:#4c0519}}@media screen and (max-width: 1920px){.xxl\:bg-rose-950\/0{background-color:#4c051900}}@media screen and (max-width: 1920px){.xxl\:bg-rose-950\/10{background-color:#4c05191a}}@media screen and (max-width: 1920px){.xxl\:bg-rose-950\/20{background-color:#4c051933}}@media screen and (max-width: 1920px){.xxl\:bg-rose-950\/30{background-color:#4c05194d}}@media screen and (max-width: 1920px){.xxl\:bg-rose-950\/40{background-color:#4c051966}}@media screen and (max-width: 1920px){.xxl\:bg-rose-950\/50{background-color:#4c051980}}@media screen and (max-width: 1920px){.xxl\:bg-rose-950\/60{background-color:#4c051999}}@media screen and (max-width: 1920px){.xxl\:bg-rose-950\/70{background-color:#4c0519b3}}@media screen and (max-width: 1920px){.xxl\:bg-rose-950\/75{background-color:#4c0519bf}}@media screen and (max-width: 1920px){.xxl\:bg-rose-950\/80{background-color:#4c0519cc}}@media screen and (max-width: 1920px){.xxl\:bg-rose-950\/90{background-color:#4c0519e6}}@media screen and (max-width: 1920px){.xxl\:bg-primary{background-color:#3874ff}}@media screen and (max-width: 1920px){.xxl\:bg-primary-bold{background-color:#002660}}@media screen and (max-width: 1920px){.xxl\:bg-primary-hover{background-color:#003585}}@media screen and (max-width: 1920px){.xxl\:bg-primary-border{background-color:#156ef3}}@media screen and (max-width: 1920px){.xxl\:bg-primary-focus-lv1{background-color:#6492ff}}@media screen and (max-width: 1920px){.xxl\:bg-primary-focus-lv2{background-color:#c7ddff}}@media screen and (max-width: 1920px){.xxl\:bg-primary-bg-color{background-color:#f8fbff}}@media screen and (max-width: 1920px){.xxl\:bg-success{background-color:#00bd7e}}@media screen and (max-width: 1920px){.xxl\:bg-success-bold{background-color:#006c58}}@media screen and (max-width: 1920px){.xxl\:bg-success-hover{background-color:#008d5e}}@media screen and (max-width: 1920px){.xxl\:bg-success-border{background-color:#17e5a1}}@media screen and (max-width: 1920px){.xxl\:bg-success-focus-lv1{background-color:#a9fbe0}}@media screen and (max-width: 1920px){.xxl\:bg-success-bg-color{background-color:#ebfff8}}@media screen and (max-width: 1920px){.xxl\:bg-warning{background-color:#ffb41f}}@media screen and (max-width: 1920px){.xxl\:bg-warning-bold{background-color:#b77d09}}@media screen and (max-width: 1920px){.xxl\:bg-warning-hover{background-color:#e39f17}}@media screen and (max-width: 1920px){.xxl\:bg-warning-border{background-color:#f7c86a}}@media screen and (max-width: 1920px){.xxl\:bg-warning-focus-lv1{background-color:#fbe0a9}}@media screen and (max-width: 1920px){.xxl\:bg-warning-bg-color{background-color:#fff8eb}}@media screen and (max-width: 1920px){.xxl\:bg-danger{background-color:#b20000}}@media screen and (max-width: 1920px){.xxl\:bg-danger-bold{background-color:#920122}}@media screen and (max-width: 1920px){.xxl\:bg-danger-hover{background-color:#c60833}}@media screen and (max-width: 1920px){.xxl\:bg-danger-border{background-color:#f35370}}@media screen and (max-width: 1920px){.xxl\:bg-danger-focus-lv1{background-color:#fdabb9}}@media screen and (max-width: 1920px){.xxl\:bg-danger-bg-color{background-color:#fff1f4}}@media screen and (max-width: 1920px){.xxl\:bg-info{background-color:#2668cb}}@media screen and (max-width: 1920px){.xxl\:bg-info-bold{background-color:#023480}}@media screen and (max-width: 1920px){.xxl\:bg-info-hover{background-color:#0f4eae}}@media screen and (max-width: 1920px){.xxl\:bg-info-border{background-color:#679ef2}}@media screen and (max-width: 1920px){.xxl\:bg-info-focus-lv1{background-color:#c1d9fd}}@media screen and (max-width: 1920px){.xxl\:bg-info-bg-color{background-color:#f2f7ff}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-100{background-color:#1a1a1a}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-90{background-color:#424242}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-80{background-color:#616161}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-70{background-color:#757575}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-60{background-color:#9e9e9e}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-50{background-color:#c2c2c2}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-40{background-color:#e0e0e0}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-30{background-color:#ededed}}@media screen and (max-width: 1920px){.xxl\:bg-neutral-20{background-color:#f5f5f5}}@media screen and (max-width: 1920px){.xxl\:bg-base{background-color:#f5f7fa}}@media screen and (max-width: 1920px){.xxl\:bg-auto{background-size:auto}}@media screen and (max-width: 1920px){.xxl\:bg-cover{background-size:cover}}@media screen and (max-width: 1920px){.xxl\:bg-contain{background-size:contain}}@media screen and (max-width: 1920px){.xxl\:bg-repeat{background-repeat:repeat}}@media screen and (max-width: 1920px){.xxl\:bg-no-repeat{background-repeat:no-repeat}}@media screen and (max-width: 1920px){.xxl\:bg-repeat-x{background-repeat:repeat-x}}@media screen and (max-width: 1920px){.xxl\:bg-repeat-y{background-repeat:repeat-y}}@media screen and (max-width: 1920px){.xxl\:bg-repeat-round{background-repeat:round}}@media screen and (max-width: 1920px){.xxl\:bg-repeat-space{background-repeat:space}}@media screen and (max-width: 1920px){.xxl\:bg-bottom{background-position:bottom}}@media screen and (max-width: 1920px){.xxl\:bg-center{background-position:center}}@media screen and (max-width: 1920px){.xxl\:bg-left{background-position:left}}@media screen and (max-width: 1920px){.xxl\:bg-left-bottom{background-position:left bottom}}@media screen and (max-width: 1920px){.xxl\:bg-left-top{background-position:left top}}@media screen and (max-width: 1920px){.xxl\:bg-right{background-position:right}}@media screen and (max-width: 1920px){.xxl\:bg-right-bottom{background-position:right bottom}}@media screen and (max-width: 1920px){.xxl\:bg-right-top{background-position:right top}}@media screen and (max-width: 1920px){.xxl\:bg-top{background-position:top}}@media screen and (max-width: 1920px){.xxl\:bg-origin-border{background-origin:border-box}}@media screen and (max-width: 1920px){.xxl\:bg-origin-padding{background-origin:padding-box}}@media screen and (max-width: 1920px){.xxl\:bg-origin-content{background-origin:content-box}}@media screen and (max-width: 1920px){.xxl\:bg-bg-fixed{background-attachment:fixed}}@media screen and (max-width: 1920px){.xxl\:bg-bg-local{background-attachment:local}}@media screen and (max-width: 1920px){.xxl\:bg-bg-scroll{background-attachment:scroll}}@media screen and (max-width: 1920px){.xxl\:p-auto{padding:auto}}@media screen and (max-width: 1920px){.xxl\:pl-auto{padding-left:auto}}@media screen and (max-width: 1920px){.xxl\:pr-auto{padding-right:auto}}@media screen and (max-width: 1920px){.xxl\:px-auto{padding-right:auto;padding-left:auto}}@media screen and (max-width: 1920px){.xxl\:py-auto{padding-top:auto;padding-bottom:auto}}@media screen and (max-width: 1920px){.xxl\:pb-auto{padding-bottom:auto}}@media screen and (max-width: 1920px){.xxl\:pt-auto{padding-top:auto}}@media screen and (max-width: 1920px){.xxl\:p-0{padding:0}}@media screen and (max-width: 1920px){.xxl\:pl-0{padding-left:0}}@media screen and (max-width: 1920px){.xxl\:pr-0{padding-right:0}}@media screen and (max-width: 1920px){.xxl\:px-0{padding-right:0;padding-left:0}}@media screen and (max-width: 1920px){.xxl\:py-0{padding-top:0;padding-bottom:0}}@media screen and (max-width: 1920px){.xxl\:pb-0{padding-bottom:0}}@media screen and (max-width: 1920px){.xxl\:pt-0{padding-top:0}}@media screen and (max-width: 1920px){.xxl\:p-1{padding:.25rem}}@media screen and (max-width: 1920px){.xxl\:pl-1{padding-left:.25rem}}@media screen and (max-width: 1920px){.xxl\:pr-1{padding-right:.25rem}}@media screen and (max-width: 1920px){.xxl\:px-1{padding-right:.25rem;padding-left:.25rem}}@media screen and (max-width: 1920px){.xxl\:py-1{padding-top:.25rem;padding-bottom:.25rem}}@media screen and (max-width: 1920px){.xxl\:pb-1{padding-bottom:.25rem}}@media screen and (max-width: 1920px){.xxl\:pt-1{padding-top:.25rem}}@media screen and (max-width: 1920px){.xxl\:p-2{padding:.5rem}}@media screen and (max-width: 1920px){.xxl\:pl-2{padding-left:.5rem}}@media screen and (max-width: 1920px){.xxl\:pr-2{padding-right:.5rem}}@media screen and (max-width: 1920px){.xxl\:px-2{padding-right:.5rem;padding-left:.5rem}}@media screen and (max-width: 1920px){.xxl\:py-2{padding-top:.5rem;padding-bottom:.5rem}}@media screen and (max-width: 1920px){.xxl\:pb-2{padding-bottom:.5rem}}@media screen and (max-width: 1920px){.xxl\:pt-2{padding-top:.5rem}}@media screen and (max-width: 1920px){.xxl\:p-3{padding:.75rem}}@media screen and (max-width: 1920px){.xxl\:pl-3{padding-left:.75rem}}@media screen and (max-width: 1920px){.xxl\:pr-3{padding-right:.75rem}}@media screen and (max-width: 1920px){.xxl\:px-3{padding-right:.75rem;padding-left:.75rem}}@media screen and (max-width: 1920px){.xxl\:py-3{padding-top:.75rem;padding-bottom:.75rem}}@media screen and (max-width: 1920px){.xxl\:pb-3{padding-bottom:.75rem}}@media screen and (max-width: 1920px){.xxl\:pt-3{padding-top:.75rem}}@media screen and (max-width: 1920px){.xxl\:p-4{padding:1rem}}@media screen and (max-width: 1920px){.xxl\:pl-4{padding-left:1rem}}@media screen and (max-width: 1920px){.xxl\:pr-4{padding-right:1rem}}@media screen and (max-width: 1920px){.xxl\:px-4{padding-right:1rem;padding-left:1rem}}@media screen and (max-width: 1920px){.xxl\:py-4{padding-top:1rem;padding-bottom:1rem}}@media screen and (max-width: 1920px){.xxl\:pb-4{padding-bottom:1rem}}@media screen and (max-width: 1920px){.xxl\:pt-4{padding-top:1rem}}@media screen and (max-width: 1920px){.xxl\:p-5{padding:1.25rem}}@media screen and (max-width: 1920px){.xxl\:pl-5{padding-left:1.25rem}}@media screen and (max-width: 1920px){.xxl\:pr-5{padding-right:1.25rem}}@media screen and (max-width: 1920px){.xxl\:px-5{padding-right:1.25rem;padding-left:1.25rem}}@media screen and (max-width: 1920px){.xxl\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}}@media screen and (max-width: 1920px){.xxl\:pb-5{padding-bottom:1.25rem}}@media screen and (max-width: 1920px){.xxl\:pt-5{padding-top:1.25rem}}@media screen and (max-width: 1920px){.xxl\:p-6{padding:1.5rem}}@media screen and (max-width: 1920px){.xxl\:pl-6{padding-left:1.5rem}}@media screen and (max-width: 1920px){.xxl\:pr-6{padding-right:1.5rem}}@media screen and (max-width: 1920px){.xxl\:px-6{padding-right:1.5rem;padding-left:1.5rem}}@media screen and (max-width: 1920px){.xxl\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}}@media screen and (max-width: 1920px){.xxl\:pb-6{padding-bottom:1.5rem}}@media screen and (max-width: 1920px){.xxl\:pt-6{padding-top:1.5rem}}@media screen and (max-width: 1920px){.xxl\:p-7{padding:1.75rem}}@media screen and (max-width: 1920px){.xxl\:pl-7{padding-left:1.75rem}}@media screen and (max-width: 1920px){.xxl\:pr-7{padding-right:1.75rem}}@media screen and (max-width: 1920px){.xxl\:px-7{padding-right:1.75rem;padding-left:1.75rem}}@media screen and (max-width: 1920px){.xxl\:py-7{padding-top:1.75rem;padding-bottom:1.75rem}}@media screen and (max-width: 1920px){.xxl\:pb-7{padding-bottom:1.75rem}}@media screen and (max-width: 1920px){.xxl\:pt-7{padding-top:1.75rem}}@media screen and (max-width: 1920px){.xxl\:p-8{padding:2rem}}@media screen and (max-width: 1920px){.xxl\:pl-8{padding-left:2rem}}@media screen and (max-width: 1920px){.xxl\:pr-8{padding-right:2rem}}@media screen and (max-width: 1920px){.xxl\:px-8{padding-right:2rem;padding-left:2rem}}@media screen and (max-width: 1920px){.xxl\:py-8{padding-top:2rem;padding-bottom:2rem}}@media screen and (max-width: 1920px){.xxl\:pb-8{padding-bottom:2rem}}@media screen and (max-width: 1920px){.xxl\:pt-8{padding-top:2rem}}@media screen and (max-width: 1920px){.xxl\:p-9{padding:2.25rem}}@media screen and (max-width: 1920px){.xxl\:pl-9{padding-left:2.25rem}}@media screen and (max-width: 1920px){.xxl\:pr-9{padding-right:2.25rem}}@media screen and (max-width: 1920px){.xxl\:px-9{padding-right:2.25rem;padding-left:2.25rem}}@media screen and (max-width: 1920px){.xxl\:py-9{padding-top:2.25rem;padding-bottom:2.25rem}}@media screen and (max-width: 1920px){.xxl\:pb-9{padding-bottom:2.25rem}}@media screen and (max-width: 1920px){.xxl\:pt-9{padding-top:2.25rem}}@media screen and (max-width: 1920px){.xxl\:p-10{padding:2.5rem}}@media screen and (max-width: 1920px){.xxl\:pl-10{padding-left:2.5rem}}@media screen and (max-width: 1920px){.xxl\:pr-10{padding-right:2.5rem}}@media screen and (max-width: 1920px){.xxl\:px-10{padding-right:2.5rem;padding-left:2.5rem}}@media screen and (max-width: 1920px){.xxl\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}}@media screen and (max-width: 1920px){.xxl\:pb-10{padding-bottom:2.5rem}}@media screen and (max-width: 1920px){.xxl\:pt-10{padding-top:2.5rem}}@media screen and (max-width: 1920px){.xxl\:p-11{padding:2.75rem}}@media screen and (max-width: 1920px){.xxl\:pl-11{padding-left:2.75rem}}@media screen and (max-width: 1920px){.xxl\:pr-11{padding-right:2.75rem}}@media screen and (max-width: 1920px){.xxl\:px-11{padding-right:2.75rem;padding-left:2.75rem}}@media screen and (max-width: 1920px){.xxl\:py-11{padding-top:2.75rem;padding-bottom:2.75rem}}@media screen and (max-width: 1920px){.xxl\:pb-11{padding-bottom:2.75rem}}@media screen and (max-width: 1920px){.xxl\:pt-11{padding-top:2.75rem}}@media screen and (max-width: 1920px){.xxl\:p-12{padding:3rem}}@media screen and (max-width: 1920px){.xxl\:pl-12{padding-left:3rem}}@media screen and (max-width: 1920px){.xxl\:pr-12{padding-right:3rem}}@media screen and (max-width: 1920px){.xxl\:px-12{padding-right:3rem;padding-left:3rem}}@media screen and (max-width: 1920px){.xxl\:py-12{padding-top:3rem;padding-bottom:3rem}}@media screen and (max-width: 1920px){.xxl\:pb-12{padding-bottom:3rem}}@media screen and (max-width: 1920px){.xxl\:pt-12{padding-top:3rem}}@media screen and (max-width: 1920px){.xxl\:p-14{padding:3.5rem}}@media screen and (max-width: 1920px){.xxl\:pl-14{padding-left:3.5rem}}@media screen and (max-width: 1920px){.xxl\:pr-14{padding-right:3.5rem}}@media screen and (max-width: 1920px){.xxl\:px-14{padding-right:3.5rem;padding-left:3.5rem}}@media screen and (max-width: 1920px){.xxl\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}}@media screen and (max-width: 1920px){.xxl\:pb-14{padding-bottom:3.5rem}}@media screen and (max-width: 1920px){.xxl\:pt-14{padding-top:3.5rem}}@media screen and (max-width: 1920px){.xxl\:p-16{padding:4rem}}@media screen and (max-width: 1920px){.xxl\:pl-16{padding-left:4rem}}@media screen and (max-width: 1920px){.xxl\:pr-16{padding-right:4rem}}@media screen and (max-width: 1920px){.xxl\:px-16{padding-right:4rem;padding-left:4rem}}@media screen and (max-width: 1920px){.xxl\:py-16{padding-top:4rem;padding-bottom:4rem}}@media screen and (max-width: 1920px){.xxl\:pb-16{padding-bottom:4rem}}@media screen and (max-width: 1920px){.xxl\:pt-16{padding-top:4rem}}@media screen and (max-width: 1920px){.xxl\:p-20{padding:5rem}}@media screen and (max-width: 1920px){.xxl\:pl-20{padding-left:5rem}}@media screen and (max-width: 1920px){.xxl\:pr-20{padding-right:5rem}}@media screen and (max-width: 1920px){.xxl\:px-20{padding-right:5rem;padding-left:5rem}}@media screen and (max-width: 1920px){.xxl\:py-20{padding-top:5rem;padding-bottom:5rem}}@media screen and (max-width: 1920px){.xxl\:pb-20{padding-bottom:5rem}}@media screen and (max-width: 1920px){.xxl\:pt-20{padding-top:5rem}}@media screen and (max-width: 1920px){.xxl\:p-24{padding:6rem}}@media screen and (max-width: 1920px){.xxl\:pl-24{padding-left:6rem}}@media screen and (max-width: 1920px){.xxl\:pr-24{padding-right:6rem}}@media screen and (max-width: 1920px){.xxl\:px-24{padding-right:6rem;padding-left:6rem}}@media screen and (max-width: 1920px){.xxl\:py-24{padding-top:6rem;padding-bottom:6rem}}@media screen and (max-width: 1920px){.xxl\:pb-24{padding-bottom:6rem}}@media screen and (max-width: 1920px){.xxl\:pt-24{padding-top:6rem}}@media screen and (max-width: 1920px){.xxl\:p-28{padding:7rem}}@media screen and (max-width: 1920px){.xxl\:pl-28{padding-left:7rem}}@media screen and (max-width: 1920px){.xxl\:pr-28{padding-right:7rem}}@media screen and (max-width: 1920px){.xxl\:px-28{padding-right:7rem;padding-left:7rem}}@media screen and (max-width: 1920px){.xxl\:py-28{padding-top:7rem;padding-bottom:7rem}}@media screen and (max-width: 1920px){.xxl\:pb-28{padding-bottom:7rem}}@media screen and (max-width: 1920px){.xxl\:pt-28{padding-top:7rem}}@media screen and (max-width: 1920px){.xxl\:p-32{padding:8rem}}@media screen and (max-width: 1920px){.xxl\:pl-32{padding-left:8rem}}@media screen and (max-width: 1920px){.xxl\:pr-32{padding-right:8rem}}@media screen and (max-width: 1920px){.xxl\:px-32{padding-right:8rem;padding-left:8rem}}@media screen and (max-width: 1920px){.xxl\:py-32{padding-top:8rem;padding-bottom:8rem}}@media screen and (max-width: 1920px){.xxl\:pb-32{padding-bottom:8rem}}@media screen and (max-width: 1920px){.xxl\:pt-32{padding-top:8rem}}@media screen and (max-width: 1920px){.xxl\:p-36{padding:9rem}}@media screen and (max-width: 1920px){.xxl\:pl-36{padding-left:9rem}}@media screen and (max-width: 1920px){.xxl\:pr-36{padding-right:9rem}}@media screen and (max-width: 1920px){.xxl\:px-36{padding-right:9rem;padding-left:9rem}}@media screen and (max-width: 1920px){.xxl\:py-36{padding-top:9rem;padding-bottom:9rem}}@media screen and (max-width: 1920px){.xxl\:pb-36{padding-bottom:9rem}}@media screen and (max-width: 1920px){.xxl\:pt-36{padding-top:9rem}}@media screen and (max-width: 1920px){.xxl\:p-40{padding:10rem}}@media screen and (max-width: 1920px){.xxl\:pl-40{padding-left:10rem}}@media screen and (max-width: 1920px){.xxl\:pr-40{padding-right:10rem}}@media screen and (max-width: 1920px){.xxl\:px-40{padding-right:10rem;padding-left:10rem}}@media screen and (max-width: 1920px){.xxl\:py-40{padding-top:10rem;padding-bottom:10rem}}@media screen and (max-width: 1920px){.xxl\:pb-40{padding-bottom:10rem}}@media screen and (max-width: 1920px){.xxl\:pt-40{padding-top:10rem}}@media screen and (max-width: 1920px){.xxl\:p-44{padding:11rem}}@media screen and (max-width: 1920px){.xxl\:pl-44{padding-left:11rem}}@media screen and (max-width: 1920px){.xxl\:pr-44{padding-right:11rem}}@media screen and (max-width: 1920px){.xxl\:px-44{padding-right:11rem;padding-left:11rem}}@media screen and (max-width: 1920px){.xxl\:py-44{padding-top:11rem;padding-bottom:11rem}}@media screen and (max-width: 1920px){.xxl\:pb-44{padding-bottom:11rem}}@media screen and (max-width: 1920px){.xxl\:pt-44{padding-top:11rem}}@media screen and (max-width: 1920px){.xxl\:p-48{padding:12rem}}@media screen and (max-width: 1920px){.xxl\:pl-48{padding-left:12rem}}@media screen and (max-width: 1920px){.xxl\:pr-48{padding-right:12rem}}@media screen and (max-width: 1920px){.xxl\:px-48{padding-right:12rem;padding-left:12rem}}@media screen and (max-width: 1920px){.xxl\:py-48{padding-top:12rem;padding-bottom:12rem}}@media screen and (max-width: 1920px){.xxl\:pb-48{padding-bottom:12rem}}@media screen and (max-width: 1920px){.xxl\:pt-48{padding-top:12rem}}@media screen and (max-width: 1920px){.xxl\:p-52{padding:13rem}}@media screen and (max-width: 1920px){.xxl\:pl-52{padding-left:13rem}}@media screen and (max-width: 1920px){.xxl\:pr-52{padding-right:13rem}}@media screen and (max-width: 1920px){.xxl\:px-52{padding-right:13rem;padding-left:13rem}}@media screen and (max-width: 1920px){.xxl\:py-52{padding-top:13rem;padding-bottom:13rem}}@media screen and (max-width: 1920px){.xxl\:pb-52{padding-bottom:13rem}}@media screen and (max-width: 1920px){.xxl\:pt-52{padding-top:13rem}}@media screen and (max-width: 1920px){.xxl\:p-56{padding:14rem}}@media screen and (max-width: 1920px){.xxl\:pl-56{padding-left:14rem}}@media screen and (max-width: 1920px){.xxl\:pr-56{padding-right:14rem}}@media screen and (max-width: 1920px){.xxl\:px-56{padding-right:14rem;padding-left:14rem}}@media screen and (max-width: 1920px){.xxl\:py-56{padding-top:14rem;padding-bottom:14rem}}@media screen and (max-width: 1920px){.xxl\:pb-56{padding-bottom:14rem}}@media screen and (max-width: 1920px){.xxl\:pt-56{padding-top:14rem}}@media screen and (max-width: 1920px){.xxl\:p-60{padding:15rem}}@media screen and (max-width: 1920px){.xxl\:pl-60{padding-left:15rem}}@media screen and (max-width: 1920px){.xxl\:pr-60{padding-right:15rem}}@media screen and (max-width: 1920px){.xxl\:px-60{padding-right:15rem;padding-left:15rem}}@media screen and (max-width: 1920px){.xxl\:py-60{padding-top:15rem;padding-bottom:15rem}}@media screen and (max-width: 1920px){.xxl\:pb-60{padding-bottom:15rem}}@media screen and (max-width: 1920px){.xxl\:pt-60{padding-top:15rem}}@media screen and (max-width: 1920px){.xxl\:p-64{padding:16rem}}@media screen and (max-width: 1920px){.xxl\:pl-64{padding-left:16rem}}@media screen and (max-width: 1920px){.xxl\:pr-64{padding-right:16rem}}@media screen and (max-width: 1920px){.xxl\:px-64{padding-right:16rem;padding-left:16rem}}@media screen and (max-width: 1920px){.xxl\:py-64{padding-top:16rem;padding-bottom:16rem}}@media screen and (max-width: 1920px){.xxl\:pb-64{padding-bottom:16rem}}@media screen and (max-width: 1920px){.xxl\:pt-64{padding-top:16rem}}@media screen and (max-width: 1920px){.xxl\:p-72{padding:18rem}}@media screen and (max-width: 1920px){.xxl\:pl-72{padding-left:18rem}}@media screen and (max-width: 1920px){.xxl\:pr-72{padding-right:18rem}}@media screen and (max-width: 1920px){.xxl\:px-72{padding-right:18rem;padding-left:18rem}}@media screen and (max-width: 1920px){.xxl\:py-72{padding-top:18rem;padding-bottom:18rem}}@media screen and (max-width: 1920px){.xxl\:pb-72{padding-bottom:18rem}}@media screen and (max-width: 1920px){.xxl\:pt-72{padding-top:18rem}}@media screen and (max-width: 1920px){.xxl\:p-80{padding:20rem}}@media screen and (max-width: 1920px){.xxl\:pl-80{padding-left:20rem}}@media screen and (max-width: 1920px){.xxl\:pr-80{padding-right:20rem}}@media screen and (max-width: 1920px){.xxl\:px-80{padding-right:20rem;padding-left:20rem}}@media screen and (max-width: 1920px){.xxl\:py-80{padding-top:20rem;padding-bottom:20rem}}@media screen and (max-width: 1920px){.xxl\:pb-80{padding-bottom:20rem}}@media screen and (max-width: 1920px){.xxl\:pt-80{padding-top:20rem}}@media screen and (max-width: 1920px){.xxl\:p-96{padding:24rem}}@media screen and (max-width: 1920px){.xxl\:pl-96{padding-left:24rem}}@media screen and (max-width: 1920px){.xxl\:pr-96{padding-right:24rem}}@media screen and (max-width: 1920px){.xxl\:px-96{padding-right:24rem;padding-left:24rem}}@media screen and (max-width: 1920px){.xxl\:py-96{padding-top:24rem;padding-bottom:24rem}}@media screen and (max-width: 1920px){.xxl\:pb-96{padding-bottom:24rem}}@media screen and (max-width: 1920px){.xxl\:pt-96{padding-top:24rem}}@media screen and (max-width: 1920px){.xxl\:flex-1{flex:1 1 0%}}@media screen and (max-width: 1920px){.xxl\:flex-column{flex-direction:column}}@media screen and (max-width: 1920px){.xxl\:flex-row{flex-direction:row}}@media screen and (max-width: 1920px){.xxl\:flex-wrap{flex-wrap:wrap}}@media screen and (max-width: 1920px){.xxl\:flex-wrap-reverse{flex-wrap:wrap-reverse}}@media screen and (max-width: 1920px){.xxl\:flex-nowrap{flex-wrap:nowrap}}@media screen and (max-width: 1920px){.xxl\:w-0{width:0px}}@media screen and (max-width: 1920px){.xxl\:w-px{width:1px}}@media screen and (max-width: 1920px){.xxl\:w-1{width:.25rem}}@media screen and (max-width: 1920px){.xxl\:w-2{width:.5rem}}@media screen and (max-width: 1920px){.xxl\:w-3{width:.75rem}}@media screen and (max-width: 1920px){.xxl\:w-4{width:1rem}}@media screen and (max-width: 1920px){.xxl\:w-5{width:1.25rem}}@media screen and (max-width: 1920px){.xxl\:w-6{width:1.5rem}}@media screen and (max-width: 1920px){.xxl\:w-7{width:1.75rem}}@media screen and (max-width: 1920px){.xxl\:w-8{width:2rem}}@media screen and (max-width: 1920px){.xxl\:w-9{width:2.25rem}}@media screen and (max-width: 1920px){.xxl\:w-10{width:2.5rem}}@media screen and (max-width: 1920px){.xxl\:w-11{width:2.75rem}}@media screen and (max-width: 1920px){.xxl\:w-12{width:3rem}}@media screen and (max-width: 1920px){.xxl\:w-14{width:3.5rem}}@media screen and (max-width: 1920px){.xxl\:w-16{width:4rem}}@media screen and (max-width: 1920px){.xxl\:w-20{width:5rem}}@media screen and (max-width: 1920px){.xxl\:w-24{width:6rem}}@media screen and (max-width: 1920px){.xxl\:w-28{width:7rem}}@media screen and (max-width: 1920px){.xxl\:w-32{width:8rem}}@media screen and (max-width: 1920px){.xxl\:w-36{width:9rem}}@media screen and (max-width: 1920px){.xxl\:w-40{width:10rem}}@media screen and (max-width: 1920px){.xxl\:w-44{width:11rem}}@media screen and (max-width: 1920px){.xxl\:w-48{width:12rem}}@media screen and (max-width: 1920px){.xxl\:w-52{width:13rem}}@media screen and (max-width: 1920px){.xxl\:w-56{width:14rem}}@media screen and (max-width: 1920px){.xxl\:w-60{width:15rem}}@media screen and (max-width: 1920px){.xxl\:w-64{width:16rem}}@media screen and (max-width: 1920px){.xxl\:w-72{width:18rem}}@media screen and (max-width: 1920px){.xxl\:w-80{width:20rem}}@media screen and (max-width: 1920px){.xxl\:w-96{width:24rem}}@media screen and (max-width: 1920px){.xxl\:w-auto{width:auto}}@media screen and (max-width: 1920px){.xxl\:w-full{width:100%}}@media screen and (max-width: 1920px){.xxl\:w-screen{width:100vw}}@media screen and (max-width: 1920px){.xxl\:w-min{width:min-content}}@media screen and (max-width: 1920px){.xxl\:w-max{width:max-content}}@media screen and (max-width: 1920px){.xxl\:w-fit{width:fit-content}}@media screen and (max-width: 1920px){.xxl\:h-0{height:0px}}@media screen and (max-width: 1920px){.xxl\:h-px{height:1px}}@media screen and (max-width: 1920px){.xxl\:h-1{height:.25rem}}@media screen and (max-width: 1920px){.xxl\:h-2{height:.5rem}}@media screen and (max-width: 1920px){.xxl\:h-3{height:.75rem}}@media screen and (max-width: 1920px){.xxl\:h-4{height:1rem}}@media screen and (max-width: 1920px){.xxl\:h-5{height:1.25rem}}@media screen and (max-width: 1920px){.xxl\:h-6{height:1.5rem}}@media screen and (max-width: 1920px){.xxl\:h-7{height:1.75rem}}@media screen and (max-width: 1920px){.xxl\:h-8{height:2rem}}@media screen and (max-width: 1920px){.xxl\:h-9{height:2.25rem}}@media screen and (max-width: 1920px){.xxl\:h-10{height:2.5rem}}@media screen and (max-width: 1920px){.xxl\:h-11{height:2.75rem}}@media screen and (max-width: 1920px){.xxl\:h-12{height:3rem}}@media screen and (max-width: 1920px){.xxl\:h-14{height:3.5rem}}@media screen and (max-width: 1920px){.xxl\:h-16{height:4rem}}@media screen and (max-width: 1920px){.xxl\:h-20{height:5rem}}@media screen and (max-width: 1920px){.xxl\:h-24{height:6rem}}@media screen and (max-width: 1920px){.xxl\:h-28{height:7rem}}@media screen and (max-width: 1920px){.xxl\:h-32{height:8rem}}@media screen and (max-width: 1920px){.xxl\:h-36{height:9rem}}@media screen and (max-width: 1920px){.xxl\:h-40{height:10rem}}@media screen and (max-width: 1920px){.xxl\:h-44{height:11rem}}@media screen and (max-width: 1920px){.xxl\:h-48{height:12rem}}@media screen and (max-width: 1920px){.xxl\:h-52{height:13rem}}@media screen and (max-width: 1920px){.xxl\:h-56{height:14rem}}@media screen and (max-width: 1920px){.xxl\:h-60{height:15rem}}@media screen and (max-width: 1920px){.xxl\:h-64{height:16rem}}@media screen and (max-width: 1920px){.xxl\:h-72{height:18rem}}@media screen and (max-width: 1920px){.xxl\:h-80{height:20rem}}@media screen and (max-width: 1920px){.xxl\:h-96{height:24rem}}@media screen and (max-width: 1920px){.xxl\:h-auto{height:auto}}@media screen and (max-width: 1920px){.xxl\:h-full{height:100%}}@media screen and (max-width: 1920px){.xxl\:h-screen{height:100vh}}@media screen and (max-width: 1920px){.xxl\:h-min{height:min-content}}@media screen and (max-width: 1920px){.xxl\:h-max{height:max-content}}@media screen and (max-width: 1920px){.xxl\:h-fit{height:fit-content}}.xxl\:border{border-width:1px}.xxl\:border-b{border:0px;border-bottom:1px}@media screen and (max-width: 1920px){.xxl\:border-b-0{border:0px;border-bottom:1px;border-bottom-width:0px}}@media screen and (max-width: 1920px){.xxl\:border-b-2{border:0px;border-bottom:1px;border-bottom-width:2px}}@media screen and (max-width: 1920px){.xxl\:border-b-4{border:0px;border-bottom:1px;border-bottom-width:4px}}@media screen and (max-width: 1920px){.xxl\:border-b-8{border:0px;border-bottom:1px;border-bottom-width:8px}}.xxl\:border-t{border:0px;border-top:1px}@media screen and (max-width: 1920px){.xxl\:border-t-0{border:0px;border-top:1px;border-top-width:0px}}@media screen and (max-width: 1920px){.xxl\:border-t-2{border:0px;border-top:1px;border-top-width:2px}}@media screen and (max-width: 1920px){.xxl\:border-t-4{border:0px;border-top:1px;border-top-width:4px}}@media screen and (max-width: 1920px){.xxl\:border-t-8{border:0px;border-top:1px;border-top-width:8px}}.xxl\:border-r{border:0px;border-right:1px solid}@media screen and (max-width: 1920px){.xxl\:border-r-0{border:0px;border-right-width:0px}}@media screen and (max-width: 1920px){.xxl\:border-r-2{border:0px;border-right-width:2px}}@media screen and (max-width: 1920px){.xxl\:border-r-4{border:0px;border-right-width:4px}}@media screen and (max-width: 1920px){.xxl\:border-r-8{border:0px;border-right-width:8px}}.xxl\:border-l{border:0px;border-left:1px}@media screen and (max-width: 1920px){.xxl\:border-l-0{border:0px;border-left:1px;border-left-width:0px}}@media screen and (max-width: 1920px){.xxl\:border-l-2{border:0px;border-left:1px;border-left-width:2px}}@media screen and (max-width: 1920px){.xxl\:border-l-4{border:0px;border-left:1px;border-left-width:4px}}@media screen and (max-width: 1920px){.xxl\:border-l-8{border:0px;border-left:1px;border-left-width:8px}}@media screen and (max-width: 1920px){.xxl\:border-0{border-width:0px}}@media screen and (max-width: 1920px){.xxl\:border-2{border-width:2px}}@media screen and (max-width: 1920px){.xxl\:border-4{border-width:4px}}@media screen and (max-width: 1920px){.xxl\:border-8{border-width:8px}}@media screen and (max-width: 1920px){.xxl\:border-none{border-style:none}}@media screen and (max-width: 1920px){.xxl\:border-solid{border-style:solid}}@media screen and (max-width: 1920px){.xxl\:border-dashed{border-style:dashed}}@media screen and (max-width: 1920px){.xxl\:border-dotted{border-style:dotted}}@media screen and (max-width: 1920px){.xxl\:border-double{border-style:double}}@media screen and (max-width: 1920px){.xxl\:border-groove{border-style:groove}}@media screen and (max-width: 1920px){.xxl\:border-ridge{border-style:ridge}}@media screen and (max-width: 1920px){.xxl\:border-inset{border-style:inset}}@media screen and (max-width: 1920px){.xxl\:border-outset{border-style:outset}}@media screen and (max-width: 1920px){.xxl\:border-transparent{border-color:transparent}}@media screen and (max-width: 1920px){.xxl\:border-black{border-color:#000}}@media screen and (max-width: 1920px){.xxl\:border-white{border-color:#fff}}@media screen and (max-width: 1920px){.xxl\:border-slate-50{border-color:#f8fafc}}@media screen and (max-width: 1920px){.xxl\:border-slate-100{border-color:#f1f5f9}}@media screen and (max-width: 1920px){.xxl\:border-slate-200{border-color:#e2e8f0}}@media screen and (max-width: 1920px){.xxl\:border-slate-300{border-color:#cbd5e1}}@media screen and (max-width: 1920px){.xxl\:border-slate-400{border-color:#94a3b8}}@media screen and (max-width: 1920px){.xxl\:border-slate-500{border-color:#64748b}}@media screen and (max-width: 1920px){.xxl\:border-slate-600{border-color:#475569}}@media screen and (max-width: 1920px){.xxl\:border-slate-700{border-color:#334155}}@media screen and (max-width: 1920px){.xxl\:border-slate-800{border-color:#1e293b}}@media screen and (max-width: 1920px){.xxl\:border-slate-900{border-color:#0f172a}}@media screen and (max-width: 1920px){.xxl\:border-slate-950{border-color:#020617}}@media screen and (max-width: 1920px){.xxl\:border-gray-50{border-color:#f9fafb}}@media screen and (max-width: 1920px){.xxl\:border-gray-100{border-color:#f3f4f6}}@media screen and (max-width: 1920px){.xxl\:border-gray-200{border-color:#e5e7eb}}@media screen and (max-width: 1920px){.xxl\:border-gray-300{border-color:#d1d5db}}@media screen and (max-width: 1920px){.xxl\:border-gray-400{border-color:#9ca3af}}@media screen and (max-width: 1920px){.xxl\:border-gray-500{border-color:#6b7280}}@media screen and (max-width: 1920px){.xxl\:border-gray-600{border-color:#4b5563}}@media screen and (max-width: 1920px){.xxl\:border-gray-700{border-color:#374151}}@media screen and (max-width: 1920px){.xxl\:border-gray-800{border-color:#1f2937}}@media screen and (max-width: 1920px){.xxl\:border-gray-900{border-color:#111827}}@media screen and (max-width: 1920px){.xxl\:border-gray-950{border-color:#030712}}@media screen and (max-width: 1920px){.xxl\:border-zinc-50{border-color:#fafafa}}@media screen and (max-width: 1920px){.xxl\:border-zinc-100{border-color:#f4f4f5}}@media screen and (max-width: 1920px){.xxl\:border-zinc-200{border-color:#e4e4e7}}@media screen and (max-width: 1920px){.xxl\:border-zinc-300{border-color:#d4d4d8}}@media screen and (max-width: 1920px){.xxl\:border-zinc-400{border-color:#a1a1aa}}@media screen and (max-width: 1920px){.xxl\:border-zinc-500{border-color:#71717a}}@media screen and (max-width: 1920px){.xxl\:border-zinc-600{border-color:#52525b}}@media screen and (max-width: 1920px){.xxl\:border-zinc-700{border-color:#3f3f46}}@media screen and (max-width: 1920px){.xxl\:border-zinc-800{border-color:#27272a}}@media screen and (max-width: 1920px){.xxl\:border-zinc-900{border-color:#18181b}}@media screen and (max-width: 1920px){.xxl\:border-zinc-950{border-color:#09090b}}@media screen and (max-width: 1920px){.xxl\:border-neutral-50{border-color:#fafafa}}@media screen and (max-width: 1920px){.xxl\:border-neutral-100{border-color:#f5f5f5}}@media screen and (max-width: 1920px){.xxl\:border-neutral-200{border-color:#e5e5e5}}@media screen and (max-width: 1920px){.xxl\:border-neutral-300{border-color:#d4d4d4}}@media screen and (max-width: 1920px){.xxl\:border-neutral-400{border-color:#a3a3a3}}@media screen and (max-width: 1920px){.xxl\:border-neutral-500{border-color:#737373}}@media screen and (max-width: 1920px){.xxl\:border-neutral-600{border-color:#525252}}@media screen and (max-width: 1920px){.xxl\:border-neutral-700{border-color:#404040}}@media screen and (max-width: 1920px){.xxl\:border-neutral-800{border-color:#262626}}@media screen and (max-width: 1920px){.xxl\:border-neutral-900{border-color:#171717}}@media screen and (max-width: 1920px){.xxl\:border-neutral-950{border-color:#0a0a0a}}@media screen and (max-width: 1920px){.xxl\:border-stone-50{border-color:#fafaf9}}@media screen and (max-width: 1920px){.xxl\:border-stone-100{border-color:#f5f5f4}}@media screen and (max-width: 1920px){.xxl\:border-stone-200{border-color:#e7e5e4}}@media screen and (max-width: 1920px){.xxl\:border-stone-300{border-color:#d6d3d1}}@media screen and (max-width: 1920px){.xxl\:border-stone-400{border-color:#a8a29e}}@media screen and (max-width: 1920px){.xxl\:border-stone-500{border-color:#78716c}}@media screen and (max-width: 1920px){.xxl\:border-stone-600{border-color:#57534e}}@media screen and (max-width: 1920px){.xxl\:border-stone-700{border-color:#44403c}}@media screen and (max-width: 1920px){.xxl\:border-stone-800{border-color:#292524}}@media screen and (max-width: 1920px){.xxl\:border-stone-900{border-color:#1c1917}}@media screen and (max-width: 1920px){.xxl\:border-stone-950{border-color:#0c0a09}}@media screen and (max-width: 1920px){.xxl\:border-red-50{border-color:#fef2f2}}@media screen and (max-width: 1920px){.xxl\:border-red-100{border-color:#fee2e2}}@media screen and (max-width: 1920px){.xxl\:border-red-200{border-color:#fecaca}}@media screen and (max-width: 1920px){.xxl\:border-red-300{border-color:#fca5a5}}@media screen and (max-width: 1920px){.xxl\:border-red-400{border-color:#f87171}}@media screen and (max-width: 1920px){.xxl\:border-red-500{border-color:#ef4444}}@media screen and (max-width: 1920px){.xxl\:border-red-600{border-color:#dc2626}}@media screen and (max-width: 1920px){.xxl\:border-red-700{border-color:#b91c1c}}@media screen and (max-width: 1920px){.xxl\:border-red-800{border-color:#991b1b}}@media screen and (max-width: 1920px){.xxl\:border-red-900{border-color:#7f1d1d}}@media screen and (max-width: 1920px){.xxl\:border-red-950{border-color:#450a0a}}@media screen and (max-width: 1920px){.xxl\:border-orange-50{border-color:#fff7ed}}@media screen and (max-width: 1920px){.xxl\:border-orange-100{border-color:#ffedd5}}@media screen and (max-width: 1920px){.xxl\:border-orange-200{border-color:#fed7aa}}@media screen and (max-width: 1920px){.xxl\:border-orange-300{border-color:#fdba74}}@media screen and (max-width: 1920px){.xxl\:border-orange-400{border-color:#fb923c}}@media screen and (max-width: 1920px){.xxl\:border-orange-500{border-color:#f97316}}@media screen and (max-width: 1920px){.xxl\:border-orange-600{border-color:#ea580c}}@media screen and (max-width: 1920px){.xxl\:border-orange-700{border-color:#c2410c}}@media screen and (max-width: 1920px){.xxl\:border-orange-800{border-color:#9a3412}}@media screen and (max-width: 1920px){.xxl\:border-orange-900{border-color:#7c2d12}}@media screen and (max-width: 1920px){.xxl\:border-orange-950{border-color:#431407}}@media screen and (max-width: 1920px){.xxl\:border-amber-50{border-color:#fffbeb}}@media screen and (max-width: 1920px){.xxl\:border-amber-100{border-color:#fef3c7}}@media screen and (max-width: 1920px){.xxl\:border-amber-200{border-color:#fde68a}}@media screen and (max-width: 1920px){.xxl\:border-amber-300{border-color:#fcd34d}}@media screen and (max-width: 1920px){.xxl\:border-amber-400{border-color:#fbbf24}}@media screen and (max-width: 1920px){.xxl\:border-amber-500{border-color:#f59e0b}}@media screen and (max-width: 1920px){.xxl\:border-amber-600{border-color:#d97706}}@media screen and (max-width: 1920px){.xxl\:border-amber-700{border-color:#b45309}}@media screen and (max-width: 1920px){.xxl\:border-amber-800{border-color:#92400e}}@media screen and (max-width: 1920px){.xxl\:border-amber-900{border-color:#78350f}}@media screen and (max-width: 1920px){.xxl\:border-amber-950{border-color:#451a03}}@media screen and (max-width: 1920px){.xxl\:border-yellow-50{border-color:#fefce8}}@media screen and (max-width: 1920px){.xxl\:border-yellow-100{border-color:#fef9c3}}@media screen and (max-width: 1920px){.xxl\:border-yellow-200{border-color:#fef08a}}@media screen and (max-width: 1920px){.xxl\:border-yellow-300{border-color:#fde047}}@media screen and (max-width: 1920px){.xxl\:border-yellow-400{border-color:#facc15}}@media screen and (max-width: 1920px){.xxl\:border-yellow-500{border-color:#eab308}}@media screen and (max-width: 1920px){.xxl\:border-yellow-600{border-color:#ca8a04}}@media screen and (max-width: 1920px){.xxl\:border-yellow-700{border-color:#a16207}}@media screen and (max-width: 1920px){.xxl\:border-yellow-800{border-color:#854d0e}}@media screen and (max-width: 1920px){.xxl\:border-yellow-900{border-color:#713f12}}@media screen and (max-width: 1920px){.xxl\:border-yellow-950{border-color:#422006}}@media screen and (max-width: 1920px){.xxl\:border-lime-50{border-color:#f7fee7}}@media screen and (max-width: 1920px){.xxl\:border-lime-100{border-color:#ecfccb}}@media screen and (max-width: 1920px){.xxl\:border-lime-200{border-color:#d9f99d}}@media screen and (max-width: 1920px){.xxl\:border-lime-300{border-color:#bef264}}@media screen and (max-width: 1920px){.xxl\:border-lime-400{border-color:#a3e635}}@media screen and (max-width: 1920px){.xxl\:border-lime-500{border-color:#84cc16}}@media screen and (max-width: 1920px){.xxl\:border-lime-600{border-color:#65a30d}}@media screen and (max-width: 1920px){.xxl\:border-lime-700{border-color:#4d7c0f}}@media screen and (max-width: 1920px){.xxl\:border-lime-800{border-color:#3f6212}}@media screen and (max-width: 1920px){.xxl\:border-lime-900{border-color:#365314}}@media screen and (max-width: 1920px){.xxl\:border-lime-950{border-color:#1a2e05}}@media screen and (max-width: 1920px){.xxl\:border-green-50{border-color:#f0fdf4}}@media screen and (max-width: 1920px){.xxl\:border-green-100{border-color:#dcfce7}}@media screen and (max-width: 1920px){.xxl\:border-green-200{border-color:#bbf7d0}}@media screen and (max-width: 1920px){.xxl\:border-green-300{border-color:#86efac}}@media screen and (max-width: 1920px){.xxl\:border-green-400{border-color:#4ade80}}@media screen and (max-width: 1920px){.xxl\:border-green-500{border-color:#22c55e}}@media screen and (max-width: 1920px){.xxl\:border-green-600{border-color:#16a34a}}@media screen and (max-width: 1920px){.xxl\:border-green-700{border-color:#15803d}}@media screen and (max-width: 1920px){.xxl\:border-green-800{border-color:#166534}}@media screen and (max-width: 1920px){.xxl\:border-green-900{border-color:#14532d}}@media screen and (max-width: 1920px){.xxl\:border-green-950{border-color:#052e16}}@media screen and (max-width: 1920px){.xxl\:border-emerald-50{border-color:#ecfdf5}}@media screen and (max-width: 1920px){.xxl\:border-emerald-100{border-color:#d1fae5}}@media screen and (max-width: 1920px){.xxl\:border-emerald-200{border-color:#a7f3d0}}@media screen and (max-width: 1920px){.xxl\:border-emerald-300{border-color:#6ee7b7}}@media screen and (max-width: 1920px){.xxl\:border-emerald-400{border-color:#34d399}}@media screen and (max-width: 1920px){.xxl\:border-emerald-500{border-color:#10b981}}@media screen and (max-width: 1920px){.xxl\:border-emerald-600{border-color:#059669}}@media screen and (max-width: 1920px){.xxl\:border-emerald-700{border-color:#047857}}@media screen and (max-width: 1920px){.xxl\:border-emerald-800{border-color:#065f46}}@media screen and (max-width: 1920px){.xxl\:border-emerald-900{border-color:#064e3b}}@media screen and (max-width: 1920px){.xxl\:border-emerald-950{border-color:#022c22}}@media screen and (max-width: 1920px){.xxl\:border-teal-50{border-color:#f0fdfa}}@media screen and (max-width: 1920px){.xxl\:border-teal-100{border-color:#ccfbf1}}@media screen and (max-width: 1920px){.xxl\:border-teal-200{border-color:#99f6e4}}@media screen and (max-width: 1920px){.xxl\:border-teal-300{border-color:#5eead4}}@media screen and (max-width: 1920px){.xxl\:border-teal-400{border-color:#2dd4bf}}@media screen and (max-width: 1920px){.xxl\:border-teal-500{border-color:#14b8a6}}@media screen and (max-width: 1920px){.xxl\:border-teal-600{border-color:#0d9488}}@media screen and (max-width: 1920px){.xxl\:border-teal-700{border-color:#0f766e}}@media screen and (max-width: 1920px){.xxl\:border-teal-800{border-color:#115e59}}@media screen and (max-width: 1920px){.xxl\:border-teal-900{border-color:#134e4a}}@media screen and (max-width: 1920px){.xxl\:border-teal-950{border-color:#042f2e}}@media screen and (max-width: 1920px){.xxl\:border-cyan-50{border-color:#ecfeff}}@media screen and (max-width: 1920px){.xxl\:border-cyan-100{border-color:#cffafe}}@media screen and (max-width: 1920px){.xxl\:border-cyan-200{border-color:#a5f3fc}}@media screen and (max-width: 1920px){.xxl\:border-cyan-300{border-color:#67e8f9}}@media screen and (max-width: 1920px){.xxl\:border-cyan-400{border-color:#22d3ee}}@media screen and (max-width: 1920px){.xxl\:border-cyan-500{border-color:#06b6d4}}@media screen and (max-width: 1920px){.xxl\:border-cyan-600{border-color:#0891b2}}@media screen and (max-width: 1920px){.xxl\:border-cyan-700{border-color:#0e7490}}@media screen and (max-width: 1920px){.xxl\:border-cyan-800{border-color:#155e75}}@media screen and (max-width: 1920px){.xxl\:border-cyan-900{border-color:#164e63}}@media screen and (max-width: 1920px){.xxl\:border-cyan-950{border-color:#083344}}@media screen and (max-width: 1920px){.xxl\:border-sky-50{border-color:#f0f9ff}}@media screen and (max-width: 1920px){.xxl\:border-sky-100{border-color:#e0f2fe}}@media screen and (max-width: 1920px){.xxl\:border-sky-200{border-color:#bae6fd}}@media screen and (max-width: 1920px){.xxl\:border-sky-300{border-color:#7dd3fc}}@media screen and (max-width: 1920px){.xxl\:border-sky-400{border-color:#38bdf8}}@media screen and (max-width: 1920px){.xxl\:border-sky-500{border-color:#0ea5e9}}@media screen and (max-width: 1920px){.xxl\:border-sky-600{border-color:#0284c7}}@media screen and (max-width: 1920px){.xxl\:border-sky-700{border-color:#0369a1}}@media screen and (max-width: 1920px){.xxl\:border-sky-800{border-color:#075985}}@media screen and (max-width: 1920px){.xxl\:border-sky-900{border-color:#0c4a6e}}@media screen and (max-width: 1920px){.xxl\:border-sky-950{border-color:#082f49}}@media screen and (max-width: 1920px){.xxl\:border-blue-50{border-color:#eff6ff}}@media screen and (max-width: 1920px){.xxl\:border-blue-100{border-color:#dbeafe}}@media screen and (max-width: 1920px){.xxl\:border-blue-200{border-color:#bfdbfe}}@media screen and (max-width: 1920px){.xxl\:border-blue-300{border-color:#93c5fd}}@media screen and (max-width: 1920px){.xxl\:border-blue-400{border-color:#60a5fa}}@media screen and (max-width: 1920px){.xxl\:border-blue-500{border-color:#3b82f6}}@media screen and (max-width: 1920px){.xxl\:border-blue-600{border-color:#2563eb}}@media screen and (max-width: 1920px){.xxl\:border-blue-700{border-color:#1d4ed8}}@media screen and (max-width: 1920px){.xxl\:border-blue-800{border-color:#1e40af}}@media screen and (max-width: 1920px){.xxl\:border-blue-900{border-color:#1e3a8a}}@media screen and (max-width: 1920px){.xxl\:border-blue-950{border-color:#172554}}@media screen and (max-width: 1920px){.xxl\:border-indigo-50{border-color:#eef2ff}}@media screen and (max-width: 1920px){.xxl\:border-indigo-100{border-color:#e0e7ff}}@media screen and (max-width: 1920px){.xxl\:border-indigo-200{border-color:#c7d2fe}}@media screen and (max-width: 1920px){.xxl\:border-indigo-300{border-color:#a5b4fc}}@media screen and (max-width: 1920px){.xxl\:border-indigo-400{border-color:#818cf8}}@media screen and (max-width: 1920px){.xxl\:border-indigo-500{border-color:#6366f1}}@media screen and (max-width: 1920px){.xxl\:border-indigo-600{border-color:#4f46e5}}@media screen and (max-width: 1920px){.xxl\:border-indigo-700{border-color:#4338ca}}@media screen and (max-width: 1920px){.xxl\:border-indigo-800{border-color:#3730a3}}@media screen and (max-width: 1920px){.xxl\:border-indigo-900{border-color:#312e81}}@media screen and (max-width: 1920px){.xxl\:border-indigo-950{border-color:#1e1b4b}}@media screen and (max-width: 1920px){.xxl\:border-violet-50{border-color:#f5f3ff}}@media screen and (max-width: 1920px){.xxl\:border-violet-100{border-color:#ede9fe}}@media screen and (max-width: 1920px){.xxl\:border-violet-200{border-color:#ddd6fe}}@media screen and (max-width: 1920px){.xxl\:border-violet-300{border-color:#c4b5fd}}@media screen and (max-width: 1920px){.xxl\:border-violet-400{border-color:#a78bfa}}@media screen and (max-width: 1920px){.xxl\:border-violet-500{border-color:#8b5cf6}}@media screen and (max-width: 1920px){.xxl\:border-violet-600{border-color:#7c3aed}}@media screen and (max-width: 1920px){.xxl\:border-violet-700{border-color:#6d28d9}}@media screen and (max-width: 1920px){.xxl\:border-violet-800{border-color:#5b21b6}}@media screen and (max-width: 1920px){.xxl\:border-violet-900{border-color:#4c1d95}}@media screen and (max-width: 1920px){.xxl\:border-violet-950{border-color:#2e1065}}@media screen and (max-width: 1920px){.xxl\:border-purple-50{border-color:#faf5ff}}@media screen and (max-width: 1920px){.xxl\:border-purple-100{border-color:#f3e8ff}}@media screen and (max-width: 1920px){.xxl\:border-purple-200{border-color:#e9d5ff}}@media screen and (max-width: 1920px){.xxl\:border-purple-300{border-color:#d8b4fe}}@media screen and (max-width: 1920px){.xxl\:border-purple-400{border-color:#c084fc}}@media screen and (max-width: 1920px){.xxl\:border-purple-500{border-color:#a855f7}}@media screen and (max-width: 1920px){.xxl\:border-purple-600{border-color:#9333ea}}@media screen and (max-width: 1920px){.xxl\:border-purple-700{border-color:#7e22ce}}@media screen and (max-width: 1920px){.xxl\:border-purple-800{border-color:#6b21a8}}@media screen and (max-width: 1920px){.xxl\:border-purple-900{border-color:#581c87}}@media screen and (max-width: 1920px){.xxl\:border-purple-950{border-color:#3b0764}}@media screen and (max-width: 1920px){.xxl\:border-fuchsia-50{border-color:#fdf4ff}}@media screen and (max-width: 1920px){.xxl\:border-fuchsia-100{border-color:#fae8ff}}@media screen and (max-width: 1920px){.xxl\:border-fuchsia-200{border-color:#f5d0fe}}@media screen and (max-width: 1920px){.xxl\:border-fuchsia-300{border-color:#f0abfc}}@media screen and (max-width: 1920px){.xxl\:border-fuchsia-400{border-color:#e879f9}}@media screen and (max-width: 1920px){.xxl\:border-fuchsia-500{border-color:#d946ef}}@media screen and (max-width: 1920px){.xxl\:border-fuchsia-600{border-color:#c026d3}}@media screen and (max-width: 1920px){.xxl\:border-fuchsia-700{border-color:#a21caf}}@media screen and (max-width: 1920px){.xxl\:border-fuchsia-800{border-color:#86198f}}@media screen and (max-width: 1920px){.xxl\:border-fuchsia-900{border-color:#701a75}}@media screen and (max-width: 1920px){.xxl\:border-fuchsia-950{border-color:#4a044e}}@media screen and (max-width: 1920px){.xxl\:border-pink-50{border-color:#fdf2f8}}@media screen and (max-width: 1920px){.xxl\:border-pink-100{border-color:#fce7f3}}@media screen and (max-width: 1920px){.xxl\:border-pink-200{border-color:#fbcfe8}}@media screen and (max-width: 1920px){.xxl\:border-pink-300{border-color:#f9a8d4}}@media screen and (max-width: 1920px){.xxl\:border-pink-400{border-color:#f472b6}}@media screen and (max-width: 1920px){.xxl\:border-pink-500{border-color:#ec4899}}@media screen and (max-width: 1920px){.xxl\:border-pink-600{border-color:#db2777}}@media screen and (max-width: 1920px){.xxl\:border-pink-700{border-color:#be185d}}@media screen and (max-width: 1920px){.xxl\:border-pink-800{border-color:#9d174d}}@media screen and (max-width: 1920px){.xxl\:border-pink-900{border-color:#831843}}@media screen and (max-width: 1920px){.xxl\:border-pink-950{border-color:#500724}}@media screen and (max-width: 1920px){.xxl\:border-rose-50{border-color:#fff1f2}}@media screen and (max-width: 1920px){.xxl\:border-rose-100{border-color:#ffe4e6}}@media screen and (max-width: 1920px){.xxl\:border-rose-200{border-color:#fecdd3}}@media screen and (max-width: 1920px){.xxl\:border-rose-300{border-color:#fda4af}}@media screen and (max-width: 1920px){.xxl\:border-rose-400{border-color:#fb7185}}@media screen and (max-width: 1920px){.xxl\:border-rose-500{border-color:#f43f5e}}@media screen and (max-width: 1920px){.xxl\:border-rose-600{border-color:#e11d48}}@media screen and (max-width: 1920px){.xxl\:border-rose-700{border-color:#be123c}}@media screen and (max-width: 1920px){.xxl\:border-rose-800{border-color:#9f1239}}@media screen and (max-width: 1920px){.xxl\:border-rose-900{border-color:#881337}}@media screen and (max-width: 1920px){.xxl\:border-rose-950{border-color:#4c0519}}@media screen and (max-width: 1920px){.xxl\:border-primary{border-color:#3874ff}}@media screen and (max-width: 1920px){.xxl\:border-primary-bold{border-color:#002660}}@media screen and (max-width: 1920px){.xxl\:border-primary-hover{border-color:#003585}}@media screen and (max-width: 1920px){.xxl\:border-primary-border{border-color:#156ef3}}@media screen and (max-width: 1920px){.xxl\:border-primary-focus-lv1{border-color:#6492ff}}@media screen and (max-width: 1920px){.xxl\:border-primary-focus-lv2{border-color:#c7ddff}}@media screen and (max-width: 1920px){.xxl\:border-primary-bg-color{border-color:#f8fbff}}@media screen and (max-width: 1920px){.xxl\:border-success{border-color:#00bd7e}}@media screen and (max-width: 1920px){.xxl\:border-success-bold{border-color:#006c58}}@media screen and (max-width: 1920px){.xxl\:border-success-hover{border-color:#008d5e}}@media screen and (max-width: 1920px){.xxl\:border-success-border{border-color:#17e5a1}}@media screen and (max-width: 1920px){.xxl\:border-success-focus-lv1{border-color:#a9fbe0}}@media screen and (max-width: 1920px){.xxl\:border-success-bg-color{border-color:#ebfff8}}@media screen and (max-width: 1920px){.xxl\:border-warning{border-color:#ffb41f}}@media screen and (max-width: 1920px){.xxl\:border-warning-bold{border-color:#b77d09}}@media screen and (max-width: 1920px){.xxl\:border-warning-hover{border-color:#e39f17}}@media screen and (max-width: 1920px){.xxl\:border-warning-border{border-color:#f7c86a}}@media screen and (max-width: 1920px){.xxl\:border-warning-focus-lv1{border-color:#fbe0a9}}@media screen and (max-width: 1920px){.xxl\:border-warning-bg-color{border-color:#fff8eb}}@media screen and (max-width: 1920px){.xxl\:border-danger{border-color:#b20000}}@media screen and (max-width: 1920px){.xxl\:border-danger-bold{border-color:#920122}}@media screen and (max-width: 1920px){.xxl\:border-danger-hover{border-color:#c60833}}@media screen and (max-width: 1920px){.xxl\:border-danger-border{border-color:#f35370}}@media screen and (max-width: 1920px){.xxl\:border-danger-focus-lv1{border-color:#fdabb9}}@media screen and (max-width: 1920px){.xxl\:border-danger-bg-color{border-color:#fff1f4}}@media screen and (max-width: 1920px){.xxl\:border-info{border-color:#2668cb}}@media screen and (max-width: 1920px){.xxl\:border-info-bold{border-color:#023480}}@media screen and (max-width: 1920px){.xxl\:border-info-hover{border-color:#0f4eae}}@media screen and (max-width: 1920px){.xxl\:border-info-border{border-color:#679ef2}}@media screen and (max-width: 1920px){.xxl\:border-info-focus-lv1{border-color:#c1d9fd}}@media screen and (max-width: 1920px){.xxl\:border-info-bg-color{border-color:#f2f7ff}}@media screen and (max-width: 1920px){.xxl\:border-neutral-100{border-color:#1a1a1a}}@media screen and (max-width: 1920px){.xxl\:border-neutral-90{border-color:#424242}}@media screen and (max-width: 1920px){.xxl\:border-neutral-80{border-color:#616161}}@media screen and (max-width: 1920px){.xxl\:border-neutral-70{border-color:#757575}}@media screen and (max-width: 1920px){.xxl\:border-neutral-60{border-color:#9e9e9e}}@media screen and (max-width: 1920px){.xxl\:border-neutral-50{border-color:#c2c2c2}}@media screen and (max-width: 1920px){.xxl\:border-neutral-40{border-color:#e0e0e0}}@media screen and (max-width: 1920px){.xxl\:border-neutral-30{border-color:#ededed}}@media screen and (max-width: 1920px){.xxl\:border-neutral-20{border-color:#f5f5f5}}@media screen and (max-width: 1920px){.xxl\:border-base{border-color:#f5f7fa}}.xxl\:rounded{border-radius:.25rem}@media screen and (max-width: 1920px){.xxl\:rounded-none{border-radius:0}}@media screen and (max-width: 1920px){.xxl\:rounded-e-none{border-start-end-radius:0px;border-end-end-radius:0px}}@media screen and (max-width: 1920px){.xxl\:rounded-s-none{border-start-start-radius:0px;border-end-start-radius:0px}}@media screen and (max-width: 1920px){.xxl\:rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}}@media screen and (max-width: 1920px){.xxl\:rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}}@media screen and (max-width: 1920px){.xxl\:rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}}@media screen and (max-width: 1920px){.xxl\:rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}}@media screen and (max-width: 1920px){.xxl\:rounded-ss-none{border-start-start-radius:0px}}@media screen and (max-width: 1920px){.xxl\:rounded-se-none{border-start-end-radius:0px}}@media screen and (max-width: 1920px){.xxl\:rounded-ee-none{border-end-end-radius:0px}}@media screen and (max-width: 1920px){.xxl\:rounded-es-none{border-end-start-radius:0px}}@media screen and (max-width: 1920px){.xxl\:rounded-tl-none{border-top-left-radius:0}}@media screen and (max-width: 1920px){.xxl\:rounded-tr-none{border-top-right-radius:0}}@media screen and (max-width: 1920px){.xxl\:rounded-br-none{border-bottom-right-radius:0}}@media screen and (max-width: 1920px){.xxl\:rounded-md{border-radius:.375rem}}@media screen and (max-width: 1920px){.xxl\:rounded-e-md{border-start-end-radius:.375rem;border-end-end-radius:.375rem}}@media screen and (max-width: 1920px){.xxl\:rounded-s-md{border-start-start-radius:.375rem;border-end-start-radius:.375rem}}@media screen and (max-width: 1920px){.xxl\:rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}}@media screen and (max-width: 1920px){.xxl\:rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}}@media screen and (max-width: 1920px){.xxl\:rounded-b-md{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}}@media screen and (max-width: 1920px){.xxl\:rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}}@media screen and (max-width: 1920px){.xxl\:rounded-ss-md{border-start-start-radius:.375rem}}@media screen and (max-width: 1920px){.xxl\:rounded-se-md{border-start-end-radius:.375rem}}@media screen and (max-width: 1920px){.xxl\:rounded-ee-md{border-end-end-radius:.375rem}}@media screen and (max-width: 1920px){.xxl\:rounded-es-md{border-end-start-radius:.375rem}}@media screen and (max-width: 1920px){.xxl\:rounded-tl-md{border-top-left-radius:.375rem}}@media screen and (max-width: 1920px){.xxl\:rounded-tr-md{border-top-right-radius:.375rem}}@media screen and (max-width: 1920px){.xxl\:rounded-br-md{border-bottom-right-radius:.375rem}}@media screen and (max-width: 1920px){.xxl\:rounded-lg{border-radius:.5rem}}@media screen and (max-width: 1920px){.xxl\:rounded-e-lg{border-start-end-radius:.5rem;border-end-end-radius:.5rem}}@media screen and (max-width: 1920px){.xxl\:rounded-s-lg{border-start-start-radius:.5rem;border-end-start-radius:.5rem}}@media screen and (max-width: 1920px){.xxl\:rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}}@media screen and (max-width: 1920px){.xxl\:rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}}@media screen and (max-width: 1920px){.xxl\:rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}}@media screen and (max-width: 1920px){.xxl\:rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}}@media screen and (max-width: 1920px){.xxl\:rounded-ss-lg{border-start-start-radius:.5rem}}@media screen and (max-width: 1920px){.xxl\:rounded-se-lg{border-start-end-radius:.5rem}}@media screen and (max-width: 1920px){.xxl\:rounded-ee-lg{border-end-end-radius:.5rem}}@media screen and (max-width: 1920px){.xxl\:rounded-es-lg{border-end-start-radius:.5rem}}@media screen and (max-width: 1920px){.xxl\:rounded-tl-lg{border-top-left-radius:.5rem}}@media screen and (max-width: 1920px){.xxl\:rounded-tr-lg{border-top-right-radius:.5rem}}@media screen and (max-width: 1920px){.xxl\:rounded-br-lg{border-bottom-right-radius:.5rem}}@media screen and (max-width: 1920px){.xxl\:rounded-xl{border-radius:.75rem}}@media screen and (max-width: 1920px){.xxl\:rounded-e-xl{border-start-end-radius:.75rem;border-end-end-radius:.75rem}}@media screen and (max-width: 1920px){.xxl\:rounded-s-xl{border-start-start-radius:.75rem;border-end-start-radius:.75rem}}@media screen and (max-width: 1920px){.xxl\:rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}}@media screen and (max-width: 1920px){.xxl\:rounded-r-xl{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}}@media screen and (max-width: 1920px){.xxl\:rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}}@media screen and (max-width: 1920px){.xxl\:rounded-l-xl{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}}@media screen and (max-width: 1920px){.xxl\:rounded-ss-xl{border-start-start-radius:.75rem}}@media screen and (max-width: 1920px){.xxl\:rounded-se-xl{border-start-end-radius:.75rem}}@media screen and (max-width: 1920px){.xxl\:rounded-ee-xl{border-end-end-radius:.75rem}}@media screen and (max-width: 1920px){.xxl\:rounded-es-xl{border-end-start-radius:.75rem}}@media screen and (max-width: 1920px){.xxl\:rounded-tl-xl{border-top-left-radius:.75rem}}@media screen and (max-width: 1920px){.xxl\:rounded-tr-xl{border-top-right-radius:.75rem}}@media screen and (max-width: 1920px){.xxl\:rounded-br-xl{border-bottom-right-radius:.75rem}}@media screen and (max-width: 1920px){.xxl\:rounded-2xl{border-radius:1rem}}@media screen and (max-width: 1920px){.xxl\:rounded-e-2xl{border-start-end-radius:1rem;border-end-end-radius:1rem}}@media screen and (max-width: 1920px){.xxl\:rounded-s-2xl{border-start-start-radius:1rem;border-end-start-radius:1rem}}@media screen and (max-width: 1920px){.xxl\:rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}}@media screen and (max-width: 1920px){.xxl\:rounded-r-2xl{border-top-right-radius:1rem;border-bottom-right-radius:1rem}}@media screen and (max-width: 1920px){.xxl\:rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}}@media screen and (max-width: 1920px){.xxl\:rounded-l-2xl{border-top-left-radius:1rem;border-bottom-left-radius:1rem}}@media screen and (max-width: 1920px){.xxl\:rounded-ss-2xl{border-start-start-radius:1rem}}@media screen and (max-width: 1920px){.xxl\:rounded-se-2xl{border-start-end-radius:1rem}}@media screen and (max-width: 1920px){.xxl\:rounded-ee-2xl{border-end-end-radius:1rem}}@media screen and (max-width: 1920px){.xxl\:rounded-es-2xl{border-end-start-radius:1rem}}@media screen and (max-width: 1920px){.xxl\:rounded-tl-2xl{border-top-left-radius:1rem}}@media screen and (max-width: 1920px){.xxl\:rounded-tr-2xl{border-top-right-radius:1rem}}@media screen and (max-width: 1920px){.xxl\:rounded-br-2xl{border-bottom-right-radius:1rem}}@media screen and (max-width: 1920px){.xxl\:rounded-3xl{border-radius:1.5rem}}@media screen and (max-width: 1920px){.xxl\:rounded-e-3xl{border-start-end-radius:1.5rem;border-end-end-radius:1.5rem}}@media screen and (max-width: 1920px){.xxl\:rounded-s-3xl{border-start-start-radius:1.5rem;border-end-start-radius:1.5rem}}@media screen and (max-width: 1920px){.xxl\:rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}}@media screen and (max-width: 1920px){.xxl\:rounded-r-3xl{border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}}@media screen and (max-width: 1920px){.xxl\:rounded-b-3xl{border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem}}@media screen and (max-width: 1920px){.xxl\:rounded-l-3xl{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}}@media screen and (max-width: 1920px){.xxl\:rounded-ss-3xl{border-start-start-radius:1.5rem}}@media screen and (max-width: 1920px){.xxl\:rounded-se-3xl{border-start-end-radius:1.5rem}}@media screen and (max-width: 1920px){.xxl\:rounded-ee-3xl{border-end-end-radius:1.5rem}}@media screen and (max-width: 1920px){.xxl\:rounded-es-3xl{border-end-start-radius:1.5rem}}@media screen and (max-width: 1920px){.xxl\:rounded-tl-3xl{border-top-left-radius:1.5rem}}@media screen and (max-width: 1920px){.xxl\:rounded-tr-3xl{border-top-right-radius:1.5rem}}@media screen and (max-width: 1920px){.xxl\:rounded-br-3xl{border-bottom-right-radius:1.5rem}}@media screen and (max-width: 1920px){.xxl\:rounded-full{border-radius:9999px}}@media screen and (max-width: 1920px){.xxl\:rounded-e-full{border-start-end-radius:9999px;border-end-end-radius:9999px}}@media screen and (max-width: 1920px){.xxl\:rounded-s-full{border-start-start-radius:9999px;border-end-start-radius:9999px}}@media screen and (max-width: 1920px){.xxl\:rounded-t-full{border-top-left-radius:9999px;border-top-right-radius:9999px}}@media screen and (max-width: 1920px){.xxl\:rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}}@media screen and (max-width: 1920px){.xxl\:rounded-b-full{border-bottom-right-radius:9999px;border-bottom-left-radius:9999px}}@media screen and (max-width: 1920px){.xxl\:rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}}@media screen and (max-width: 1920px){.xxl\:rounded-ss-full{border-start-start-radius:9999px}}@media screen and (max-width: 1920px){.xxl\:rounded-se-full{border-start-end-radius:9999px}}@media screen and (max-width: 1920px){.xxl\:rounded-ee-full{border-end-end-radius:9999px}}@media screen and (max-width: 1920px){.xxl\:rounded-es-full{border-end-start-radius:9999px}}@media screen and (max-width: 1920px){.xxl\:rounded-tl-full{border-top-left-radius:9999px}}@media screen and (max-width: 1920px){.xxl\:rounded-tr-full{border-top-right-radius:9999px}}@media screen and (max-width: 1920px){.xxl\:rounded-br-full{border-bottom-right-radius:9999px}}@media screen and (max-width: 1920px){.xxl\:text-center{text-align:center}}@media screen and (max-width: 1920px){.xxl\:text-left{text-align:left}}@media screen and (max-width: 1920px){.xxl\:text-right{text-align:right}}@media screen and (max-width: 1920px){.xxl\:text-justify{text-align:justify}}@media screen and (max-width: 1920px){.xxl\:text-start{text-align:start}}@media screen and (max-width: 1920px){.xxl\:text-end{text-align:end}}@media screen and (max-width: 1920px){.xxl\:text-transparent{color:transparent}}@media screen and (max-width: 1920px){.xxl\:text-black{color:#000}}@media screen and (max-width: 1920px){.xxl\:text-white{color:#fff}}@media screen and (max-width: 1920px){.xxl\:text-slate-50{color:#f8fafc}}@media screen and (max-width: 1920px){.xxl\:text-slate-100{color:#f1f5f9}}@media screen and (max-width: 1920px){.xxl\:text-slate-200{color:#e2e8f0}}@media screen and (max-width: 1920px){.xxl\:text-slate-300{color:#cbd5e1}}@media screen and (max-width: 1920px){.xxl\:text-slate-400{color:#94a3b8}}@media screen and (max-width: 1920px){.xxl\:text-slate-500{color:#64748b}}@media screen and (max-width: 1920px){.xxl\:text-slate-600{color:#475569}}@media screen and (max-width: 1920px){.xxl\:text-slate-700{color:#334155}}@media screen and (max-width: 1920px){.xxl\:text-slate-800{color:#1e293b}}@media screen and (max-width: 1920px){.xxl\:text-slate-900{color:#0f172a}}@media screen and (max-width: 1920px){.xxl\:text-slate-950{color:#020617}}@media screen and (max-width: 1920px){.xxl\:text-gray-50{color:#f9fafb}}@media screen and (max-width: 1920px){.xxl\:text-gray-100{color:#f3f4f6}}@media screen and (max-width: 1920px){.xxl\:text-gray-200{color:#e5e7eb}}@media screen and (max-width: 1920px){.xxl\:text-gray-300{color:#d1d5db}}@media screen and (max-width: 1920px){.xxl\:text-gray-400{color:#9ca3af}}@media screen and (max-width: 1920px){.xxl\:text-gray-500{color:#6b7280}}@media screen and (max-width: 1920px){.xxl\:text-gray-600{color:#4b5563}}@media screen and (max-width: 1920px){.xxl\:text-gray-700{color:#374151}}@media screen and (max-width: 1920px){.xxl\:text-gray-800{color:#1f2937}}@media screen and (max-width: 1920px){.xxl\:text-gray-900{color:#111827}}@media screen and (max-width: 1920px){.xxl\:text-gray-950{color:#030712}}@media screen and (max-width: 1920px){.xxl\:text-zinc-50{color:#fafafa}}@media screen and (max-width: 1920px){.xxl\:text-zinc-100{color:#f4f4f5}}@media screen and (max-width: 1920px){.xxl\:text-zinc-200{color:#e4e4e7}}@media screen and (max-width: 1920px){.xxl\:text-zinc-300{color:#d4d4d8}}@media screen and (max-width: 1920px){.xxl\:text-zinc-400{color:#a1a1aa}}@media screen and (max-width: 1920px){.xxl\:text-zinc-500{color:#71717a}}@media screen and (max-width: 1920px){.xxl\:text-zinc-600{color:#52525b}}@media screen and (max-width: 1920px){.xxl\:text-zinc-700{color:#3f3f46}}@media screen and (max-width: 1920px){.xxl\:text-zinc-800{color:#27272a}}@media screen and (max-width: 1920px){.xxl\:text-zinc-900{color:#18181b}}@media screen and (max-width: 1920px){.xxl\:text-zinc-950{color:#09090b}}@media screen and (max-width: 1920px){.xxl\:text-neutral-50{color:#fafafa}}@media screen and (max-width: 1920px){.xxl\:text-neutral-100{color:#f5f5f5}}@media screen and (max-width: 1920px){.xxl\:text-neutral-200{color:#e5e5e5}}@media screen and (max-width: 1920px){.xxl\:text-neutral-300{color:#d4d4d4}}@media screen and (max-width: 1920px){.xxl\:text-neutral-400{color:#a3a3a3}}@media screen and (max-width: 1920px){.xxl\:text-neutral-500{color:#737373}}@media screen and (max-width: 1920px){.xxl\:text-neutral-600{color:#525252}}@media screen and (max-width: 1920px){.xxl\:text-neutral-700{color:#404040}}@media screen and (max-width: 1920px){.xxl\:text-neutral-800{color:#262626}}@media screen and (max-width: 1920px){.xxl\:text-neutral-900{color:#171717}}@media screen and (max-width: 1920px){.xxl\:text-neutral-950{color:#0a0a0a}}@media screen and (max-width: 1920px){.xxl\:text-stone-50{color:#fafaf9}}@media screen and (max-width: 1920px){.xxl\:text-stone-100{color:#f5f5f4}}@media screen and (max-width: 1920px){.xxl\:text-stone-200{color:#e7e5e4}}@media screen and (max-width: 1920px){.xxl\:text-stone-300{color:#d6d3d1}}@media screen and (max-width: 1920px){.xxl\:text-stone-400{color:#a8a29e}}@media screen and (max-width: 1920px){.xxl\:text-stone-500{color:#78716c}}@media screen and (max-width: 1920px){.xxl\:text-stone-600{color:#57534e}}@media screen and (max-width: 1920px){.xxl\:text-stone-700{color:#44403c}}@media screen and (max-width: 1920px){.xxl\:text-stone-800{color:#292524}}@media screen and (max-width: 1920px){.xxl\:text-stone-900{color:#1c1917}}@media screen and (max-width: 1920px){.xxl\:text-stone-950{color:#0c0a09}}@media screen and (max-width: 1920px){.xxl\:text-red-50{color:#fef2f2}}@media screen and (max-width: 1920px){.xxl\:text-red-100{color:#fee2e2}}@media screen and (max-width: 1920px){.xxl\:text-red-200{color:#fecaca}}@media screen and (max-width: 1920px){.xxl\:text-red-300{color:#fca5a5}}@media screen and (max-width: 1920px){.xxl\:text-red-400{color:#f87171}}@media screen and (max-width: 1920px){.xxl\:text-red-500{color:#ef4444}}@media screen and (max-width: 1920px){.xxl\:text-red-600{color:#dc2626}}@media screen and (max-width: 1920px){.xxl\:text-red-700{color:#b91c1c}}@media screen and (max-width: 1920px){.xxl\:text-red-800{color:#991b1b}}@media screen and (max-width: 1920px){.xxl\:text-red-900{color:#7f1d1d}}@media screen and (max-width: 1920px){.xxl\:text-red-950{color:#450a0a}}@media screen and (max-width: 1920px){.xxl\:text-orange-50{color:#fff7ed}}@media screen and (max-width: 1920px){.xxl\:text-orange-100{color:#ffedd5}}@media screen and (max-width: 1920px){.xxl\:text-orange-200{color:#fed7aa}}@media screen and (max-width: 1920px){.xxl\:text-orange-300{color:#fdba74}}@media screen and (max-width: 1920px){.xxl\:text-orange-400{color:#fb923c}}@media screen and (max-width: 1920px){.xxl\:text-orange-500{color:#f97316}}@media screen and (max-width: 1920px){.xxl\:text-orange-600{color:#ea580c}}@media screen and (max-width: 1920px){.xxl\:text-orange-700{color:#c2410c}}@media screen and (max-width: 1920px){.xxl\:text-orange-800{color:#9a3412}}@media screen and (max-width: 1920px){.xxl\:text-orange-900{color:#7c2d12}}@media screen and (max-width: 1920px){.xxl\:text-orange-950{color:#431407}}@media screen and (max-width: 1920px){.xxl\:text-amber-50{color:#fffbeb}}@media screen and (max-width: 1920px){.xxl\:text-amber-100{color:#fef3c7}}@media screen and (max-width: 1920px){.xxl\:text-amber-200{color:#fde68a}}@media screen and (max-width: 1920px){.xxl\:text-amber-300{color:#fcd34d}}@media screen and (max-width: 1920px){.xxl\:text-amber-400{color:#fbbf24}}@media screen and (max-width: 1920px){.xxl\:text-amber-500{color:#f59e0b}}@media screen and (max-width: 1920px){.xxl\:text-amber-600{color:#d97706}}@media screen and (max-width: 1920px){.xxl\:text-amber-700{color:#b45309}}@media screen and (max-width: 1920px){.xxl\:text-amber-800{color:#92400e}}@media screen and (max-width: 1920px){.xxl\:text-amber-900{color:#78350f}}@media screen and (max-width: 1920px){.xxl\:text-amber-950{color:#451a03}}@media screen and (max-width: 1920px){.xxl\:text-yellow-50{color:#fefce8}}@media screen and (max-width: 1920px){.xxl\:text-yellow-100{color:#fef9c3}}@media screen and (max-width: 1920px){.xxl\:text-yellow-200{color:#fef08a}}@media screen and (max-width: 1920px){.xxl\:text-yellow-300{color:#fde047}}@media screen and (max-width: 1920px){.xxl\:text-yellow-400{color:#facc15}}@media screen and (max-width: 1920px){.xxl\:text-yellow-500{color:#eab308}}@media screen and (max-width: 1920px){.xxl\:text-yellow-600{color:#ca8a04}}@media screen and (max-width: 1920px){.xxl\:text-yellow-700{color:#a16207}}@media screen and (max-width: 1920px){.xxl\:text-yellow-800{color:#854d0e}}@media screen and (max-width: 1920px){.xxl\:text-yellow-900{color:#713f12}}@media screen and (max-width: 1920px){.xxl\:text-yellow-950{color:#422006}}@media screen and (max-width: 1920px){.xxl\:text-lime-50{color:#f7fee7}}@media screen and (max-width: 1920px){.xxl\:text-lime-100{color:#ecfccb}}@media screen and (max-width: 1920px){.xxl\:text-lime-200{color:#d9f99d}}@media screen and (max-width: 1920px){.xxl\:text-lime-300{color:#bef264}}@media screen and (max-width: 1920px){.xxl\:text-lime-400{color:#a3e635}}@media screen and (max-width: 1920px){.xxl\:text-lime-500{color:#84cc16}}@media screen and (max-width: 1920px){.xxl\:text-lime-600{color:#65a30d}}@media screen and (max-width: 1920px){.xxl\:text-lime-700{color:#4d7c0f}}@media screen and (max-width: 1920px){.xxl\:text-lime-800{color:#3f6212}}@media screen and (max-width: 1920px){.xxl\:text-lime-900{color:#365314}}@media screen and (max-width: 1920px){.xxl\:text-lime-950{color:#1a2e05}}@media screen and (max-width: 1920px){.xxl\:text-green-50{color:#f0fdf4}}@media screen and (max-width: 1920px){.xxl\:text-green-100{color:#dcfce7}}@media screen and (max-width: 1920px){.xxl\:text-green-200{color:#bbf7d0}}@media screen and (max-width: 1920px){.xxl\:text-green-300{color:#86efac}}@media screen and (max-width: 1920px){.xxl\:text-green-400{color:#4ade80}}@media screen and (max-width: 1920px){.xxl\:text-green-500{color:#22c55e}}@media screen and (max-width: 1920px){.xxl\:text-green-600{color:#16a34a}}@media screen and (max-width: 1920px){.xxl\:text-green-700{color:#15803d}}@media screen and (max-width: 1920px){.xxl\:text-green-800{color:#166534}}@media screen and (max-width: 1920px){.xxl\:text-green-900{color:#14532d}}@media screen and (max-width: 1920px){.xxl\:text-green-950{color:#052e16}}@media screen and (max-width: 1920px){.xxl\:text-emerald-50{color:#ecfdf5}}@media screen and (max-width: 1920px){.xxl\:text-emerald-100{color:#d1fae5}}@media screen and (max-width: 1920px){.xxl\:text-emerald-200{color:#a7f3d0}}@media screen and (max-width: 1920px){.xxl\:text-emerald-300{color:#6ee7b7}}@media screen and (max-width: 1920px){.xxl\:text-emerald-400{color:#34d399}}@media screen and (max-width: 1920px){.xxl\:text-emerald-500{color:#10b981}}@media screen and (max-width: 1920px){.xxl\:text-emerald-600{color:#059669}}@media screen and (max-width: 1920px){.xxl\:text-emerald-700{color:#047857}}@media screen and (max-width: 1920px){.xxl\:text-emerald-800{color:#065f46}}@media screen and (max-width: 1920px){.xxl\:text-emerald-900{color:#064e3b}}@media screen and (max-width: 1920px){.xxl\:text-emerald-950{color:#022c22}}@media screen and (max-width: 1920px){.xxl\:text-teal-50{color:#f0fdfa}}@media screen and (max-width: 1920px){.xxl\:text-teal-100{color:#ccfbf1}}@media screen and (max-width: 1920px){.xxl\:text-teal-200{color:#99f6e4}}@media screen and (max-width: 1920px){.xxl\:text-teal-300{color:#5eead4}}@media screen and (max-width: 1920px){.xxl\:text-teal-400{color:#2dd4bf}}@media screen and (max-width: 1920px){.xxl\:text-teal-500{color:#14b8a6}}@media screen and (max-width: 1920px){.xxl\:text-teal-600{color:#0d9488}}@media screen and (max-width: 1920px){.xxl\:text-teal-700{color:#0f766e}}@media screen and (max-width: 1920px){.xxl\:text-teal-800{color:#115e59}}@media screen and (max-width: 1920px){.xxl\:text-teal-900{color:#134e4a}}@media screen and (max-width: 1920px){.xxl\:text-teal-950{color:#042f2e}}@media screen and (max-width: 1920px){.xxl\:text-cyan-50{color:#ecfeff}}@media screen and (max-width: 1920px){.xxl\:text-cyan-100{color:#cffafe}}@media screen and (max-width: 1920px){.xxl\:text-cyan-200{color:#a5f3fc}}@media screen and (max-width: 1920px){.xxl\:text-cyan-300{color:#67e8f9}}@media screen and (max-width: 1920px){.xxl\:text-cyan-400{color:#22d3ee}}@media screen and (max-width: 1920px){.xxl\:text-cyan-500{color:#06b6d4}}@media screen and (max-width: 1920px){.xxl\:text-cyan-600{color:#0891b2}}@media screen and (max-width: 1920px){.xxl\:text-cyan-700{color:#0e7490}}@media screen and (max-width: 1920px){.xxl\:text-cyan-800{color:#155e75}}@media screen and (max-width: 1920px){.xxl\:text-cyan-900{color:#164e63}}@media screen and (max-width: 1920px){.xxl\:text-cyan-950{color:#083344}}@media screen and (max-width: 1920px){.xxl\:text-sky-50{color:#f0f9ff}}@media screen and (max-width: 1920px){.xxl\:text-sky-100{color:#e0f2fe}}@media screen and (max-width: 1920px){.xxl\:text-sky-200{color:#bae6fd}}@media screen and (max-width: 1920px){.xxl\:text-sky-300{color:#7dd3fc}}@media screen and (max-width: 1920px){.xxl\:text-sky-400{color:#38bdf8}}@media screen and (max-width: 1920px){.xxl\:text-sky-500{color:#0ea5e9}}@media screen and (max-width: 1920px){.xxl\:text-sky-600{color:#0284c7}}@media screen and (max-width: 1920px){.xxl\:text-sky-700{color:#0369a1}}@media screen and (max-width: 1920px){.xxl\:text-sky-800{color:#075985}}@media screen and (max-width: 1920px){.xxl\:text-sky-900{color:#0c4a6e}}@media screen and (max-width: 1920px){.xxl\:text-sky-950{color:#082f49}}@media screen and (max-width: 1920px){.xxl\:text-blue-50{color:#eff6ff}}@media screen and (max-width: 1920px){.xxl\:text-blue-100{color:#dbeafe}}@media screen and (max-width: 1920px){.xxl\:text-blue-200{color:#bfdbfe}}@media screen and (max-width: 1920px){.xxl\:text-blue-300{color:#93c5fd}}@media screen and (max-width: 1920px){.xxl\:text-blue-400{color:#60a5fa}}@media screen and (max-width: 1920px){.xxl\:text-blue-500{color:#3b82f6}}@media screen and (max-width: 1920px){.xxl\:text-blue-600{color:#2563eb}}@media screen and (max-width: 1920px){.xxl\:text-blue-700{color:#1d4ed8}}@media screen and (max-width: 1920px){.xxl\:text-blue-800{color:#1e40af}}@media screen and (max-width: 1920px){.xxl\:text-blue-900{color:#1e3a8a}}@media screen and (max-width: 1920px){.xxl\:text-blue-950{color:#172554}}@media screen and (max-width: 1920px){.xxl\:text-indigo-50{color:#eef2ff}}@media screen and (max-width: 1920px){.xxl\:text-indigo-100{color:#e0e7ff}}@media screen and (max-width: 1920px){.xxl\:text-indigo-200{color:#c7d2fe}}@media screen and (max-width: 1920px){.xxl\:text-indigo-300{color:#a5b4fc}}@media screen and (max-width: 1920px){.xxl\:text-indigo-400{color:#818cf8}}@media screen and (max-width: 1920px){.xxl\:text-indigo-500{color:#6366f1}}@media screen and (max-width: 1920px){.xxl\:text-indigo-600{color:#4f46e5}}@media screen and (max-width: 1920px){.xxl\:text-indigo-700{color:#4338ca}}@media screen and (max-width: 1920px){.xxl\:text-indigo-800{color:#3730a3}}@media screen and (max-width: 1920px){.xxl\:text-indigo-900{color:#312e81}}@media screen and (max-width: 1920px){.xxl\:text-indigo-950{color:#1e1b4b}}@media screen and (max-width: 1920px){.xxl\:text-violet-50{color:#f5f3ff}}@media screen and (max-width: 1920px){.xxl\:text-violet-100{color:#ede9fe}}@media screen and (max-width: 1920px){.xxl\:text-violet-200{color:#ddd6fe}}@media screen and (max-width: 1920px){.xxl\:text-violet-300{color:#c4b5fd}}@media screen and (max-width: 1920px){.xxl\:text-violet-400{color:#a78bfa}}@media screen and (max-width: 1920px){.xxl\:text-violet-500{color:#8b5cf6}}@media screen and (max-width: 1920px){.xxl\:text-violet-600{color:#7c3aed}}@media screen and (max-width: 1920px){.xxl\:text-violet-700{color:#6d28d9}}@media screen and (max-width: 1920px){.xxl\:text-violet-800{color:#5b21b6}}@media screen and (max-width: 1920px){.xxl\:text-violet-900{color:#4c1d95}}@media screen and (max-width: 1920px){.xxl\:text-violet-950{color:#2e1065}}@media screen and (max-width: 1920px){.xxl\:text-purple-50{color:#faf5ff}}@media screen and (max-width: 1920px){.xxl\:text-purple-100{color:#f3e8ff}}@media screen and (max-width: 1920px){.xxl\:text-purple-200{color:#e9d5ff}}@media screen and (max-width: 1920px){.xxl\:text-purple-300{color:#d8b4fe}}@media screen and (max-width: 1920px){.xxl\:text-purple-400{color:#c084fc}}@media screen and (max-width: 1920px){.xxl\:text-purple-500{color:#a855f7}}@media screen and (max-width: 1920px){.xxl\:text-purple-600{color:#9333ea}}@media screen and (max-width: 1920px){.xxl\:text-purple-700{color:#7e22ce}}@media screen and (max-width: 1920px){.xxl\:text-purple-800{color:#6b21a8}}@media screen and (max-width: 1920px){.xxl\:text-purple-900{color:#581c87}}@media screen and (max-width: 1920px){.xxl\:text-purple-950{color:#3b0764}}@media screen and (max-width: 1920px){.xxl\:text-fuchsia-50{color:#fdf4ff}}@media screen and (max-width: 1920px){.xxl\:text-fuchsia-100{color:#fae8ff}}@media screen and (max-width: 1920px){.xxl\:text-fuchsia-200{color:#f5d0fe}}@media screen and (max-width: 1920px){.xxl\:text-fuchsia-300{color:#f0abfc}}@media screen and (max-width: 1920px){.xxl\:text-fuchsia-400{color:#e879f9}}@media screen and (max-width: 1920px){.xxl\:text-fuchsia-500{color:#d946ef}}@media screen and (max-width: 1920px){.xxl\:text-fuchsia-600{color:#c026d3}}@media screen and (max-width: 1920px){.xxl\:text-fuchsia-700{color:#a21caf}}@media screen and (max-width: 1920px){.xxl\:text-fuchsia-800{color:#86198f}}@media screen and (max-width: 1920px){.xxl\:text-fuchsia-900{color:#701a75}}@media screen and (max-width: 1920px){.xxl\:text-fuchsia-950{color:#4a044e}}@media screen and (max-width: 1920px){.xxl\:text-pink-50{color:#fdf2f8}}@media screen and (max-width: 1920px){.xxl\:text-pink-100{color:#fce7f3}}@media screen and (max-width: 1920px){.xxl\:text-pink-200{color:#fbcfe8}}@media screen and (max-width: 1920px){.xxl\:text-pink-300{color:#f9a8d4}}@media screen and (max-width: 1920px){.xxl\:text-pink-400{color:#f472b6}}@media screen and (max-width: 1920px){.xxl\:text-pink-500{color:#ec4899}}@media screen and (max-width: 1920px){.xxl\:text-pink-600{color:#db2777}}@media screen and (max-width: 1920px){.xxl\:text-pink-700{color:#be185d}}@media screen and (max-width: 1920px){.xxl\:text-pink-800{color:#9d174d}}@media screen and (max-width: 1920px){.xxl\:text-pink-900{color:#831843}}@media screen and (max-width: 1920px){.xxl\:text-pink-950{color:#500724}}@media screen and (max-width: 1920px){.xxl\:text-rose-50{color:#fff1f2}}@media screen and (max-width: 1920px){.xxl\:text-rose-100{color:#ffe4e6}}@media screen and (max-width: 1920px){.xxl\:text-rose-200{color:#fecdd3}}@media screen and (max-width: 1920px){.xxl\:text-rose-300{color:#fda4af}}@media screen and (max-width: 1920px){.xxl\:text-rose-400{color:#fb7185}}@media screen and (max-width: 1920px){.xxl\:text-rose-500{color:#f43f5e}}@media screen and (max-width: 1920px){.xxl\:text-rose-600{color:#e11d48}}@media screen and (max-width: 1920px){.xxl\:text-rose-700{color:#be123c}}@media screen and (max-width: 1920px){.xxl\:text-rose-800{color:#9f1239}}@media screen and (max-width: 1920px){.xxl\:text-rose-900{color:#881337}}@media screen and (max-width: 1920px){.xxl\:text-rose-950{color:#4c0519}}@media screen and (max-width: 1920px){.xxl\:text-primary{color:#3874ff}}@media screen and (max-width: 1920px){.xxl\:text-primary-bold{color:#002660}}@media screen and (max-width: 1920px){.xxl\:text-primary-hover{color:#003585}}@media screen and (max-width: 1920px){.xxl\:text-primary-border{color:#156ef3}}@media screen and (max-width: 1920px){.xxl\:text-primary-focus-lv1{color:#6492ff}}@media screen and (max-width: 1920px){.xxl\:text-primary-focus-lv2{color:#c7ddff}}@media screen and (max-width: 1920px){.xxl\:text-primary-bg-color{color:#f8fbff}}@media screen and (max-width: 1920px){.xxl\:text-success{color:#00bd7e}}@media screen and (max-width: 1920px){.xxl\:text-success-bold{color:#006c58}}@media screen and (max-width: 1920px){.xxl\:text-success-hover{color:#008d5e}}@media screen and (max-width: 1920px){.xxl\:text-success-border{color:#17e5a1}}@media screen and (max-width: 1920px){.xxl\:text-success-focus-lv1{color:#a9fbe0}}@media screen and (max-width: 1920px){.xxl\:text-success-bg-color{color:#ebfff8}}@media screen and (max-width: 1920px){.xxl\:text-warning{color:#ffb41f}}@media screen and (max-width: 1920px){.xxl\:text-warning-bold{color:#b77d09}}@media screen and (max-width: 1920px){.xxl\:text-warning-hover{color:#e39f17}}@media screen and (max-width: 1920px){.xxl\:text-warning-border{color:#f7c86a}}@media screen and (max-width: 1920px){.xxl\:text-warning-focus-lv1{color:#fbe0a9}}@media screen and (max-width: 1920px){.xxl\:text-warning-bg-color{color:#fff8eb}}@media screen and (max-width: 1920px){.xxl\:text-danger{color:#b20000}}@media screen and (max-width: 1920px){.xxl\:text-danger-bold{color:#920122}}@media screen and (max-width: 1920px){.xxl\:text-danger-hover{color:#c60833}}@media screen and (max-width: 1920px){.xxl\:text-danger-border{color:#f35370}}@media screen and (max-width: 1920px){.xxl\:text-danger-focus-lv1{color:#fdabb9}}@media screen and (max-width: 1920px){.xxl\:text-danger-bg-color{color:#fff1f4}}@media screen and (max-width: 1920px){.xxl\:text-info{color:#2668cb}}@media screen and (max-width: 1920px){.xxl\:text-info-bold{color:#023480}}@media screen and (max-width: 1920px){.xxl\:text-info-hover{color:#0f4eae}}@media screen and (max-width: 1920px){.xxl\:text-info-border{color:#679ef2}}@media screen and (max-width: 1920px){.xxl\:text-info-focus-lv1{color:#c1d9fd}}@media screen and (max-width: 1920px){.xxl\:text-info-bg-color{color:#f2f7ff}}@media screen and (max-width: 1920px){.xxl\:text-neutral-100{color:#1a1a1a}}@media screen and (max-width: 1920px){.xxl\:text-neutral-90{color:#424242}}@media screen and (max-width: 1920px){.xxl\:text-neutral-80{color:#616161}}@media screen and (max-width: 1920px){.xxl\:text-neutral-70{color:#757575}}@media screen and (max-width: 1920px){.xxl\:text-neutral-60{color:#9e9e9e}}@media screen and (max-width: 1920px){.xxl\:text-neutral-50{color:#c2c2c2}}@media screen and (max-width: 1920px){.xxl\:text-neutral-40{color:#e0e0e0}}@media screen and (max-width: 1920px){.xxl\:text-neutral-30{color:#ededed}}@media screen and (max-width: 1920px){.xxl\:text-neutral-20{color:#f5f5f5}}@media screen and (max-width: 1920px){.xxl\:text-base{color:#f5f7fa}}@media screen and (max-width: 1920px){.xxl\:text-extraLight{font-family:Mulish-ExtraLight,sans-serif}}@media screen and (max-width: 1920px){.xxl\:text-light{font-family:Mulish-Light,sans-serif}}@media screen and (max-width: 1920px){.xxl\:text-regular{font-family:Mulish-Regular,sans-serif}}@media screen and (max-width: 1920px){.xxl\:text-medium{font-family:Mulish-Medium,sans-serif}}@media screen and (max-width: 1920px){.xxl\:text-semiBold{font-family:Mulish-SemiBold,sans-serif}}@media screen and (max-width: 1920px){.xxl\:text-bold{font-family:Mulish-SemiBold,sans-serif}}@media screen and (max-width: 1920px){.xxl\:text-extraBold{font-family:Mulish-ExtraBold,sans-serif}}@media screen and (max-width: 1920px){.xxl\:text-black{font-family:Mulish-Black,sans-serif}}@media screen and (max-width: 1920px){.xxl\:text-blackItalic{font-family:Mulish-BlackItalic,sans-serif}}@media screen and (max-width: 1920px){.xxl\:text-boldItalic{font-family:Mulish-BoldItalic,sans-serif}}@media screen and (max-width: 1920px){.xxl\:text-extraBoldItalic{font-family:Mulish-ExtraBoldItalic,sans-serif}}@media screen and (max-width: 1920px){.xxl\:text-extraLightItalic{font-family:Mulish-ExtraLightItalic,sans-serif}}@media screen and (max-width: 1920px){.xxl\:text-italic{font-family:Mulish-Italic,sans-serif}}@media screen and (max-width: 1920px){.xxl\:text-lightItalic{font-family:Mulish-LightItalic,sans-serif}}@media screen and (max-width: 1920px){.xxl\:text-mediumItalic{font-family:Mulish-MediumItalic,sans-serif}}@media screen and (max-width: 1920px){.xxl\:text-semiBoldItalic{font-family:Mulish-SemiBoldItalic,sans-serif}}@media screen and (max-width: 1920px){.xxl\:top-0{top:0px}}@media screen and (max-width: 1920px){.xxl\:top-px{top:1px}}@media screen and (max-width: 1920px){.xxl\:top-1{top:.25rem}}@media screen and (max-width: 1920px){.xxl\:top-2{top:.5rem}}@media screen and (max-width: 1920px){.xxl\:top-3{top:.75rem}}@media screen and (max-width: 1920px){.xxl\:top-4{top:1rem}}@media screen and (max-width: 1920px){.xxl\:top-5{top:1.25rem}}@media screen and (max-width: 1920px){.xxl\:top-6{top:1.5rem}}@media screen and (max-width: 1920px){.xxl\:top-7{top:1.75rem}}@media screen and (max-width: 1920px){.xxl\:top-8{top:2rem}}@media screen and (max-width: 1920px){.xxl\:top-9{top:2.25rem}}@media screen and (max-width: 1920px){.xxl\:top-10{top:2.5rem}}@media screen and (max-width: 1920px){.xxl\:top-11{top:2.75rem}}@media screen and (max-width: 1920px){.xxl\:top-12{top:3rem}}@media screen and (max-width: 1920px){.xxl\:top-14{top:3.5rem}}@media screen and (max-width: 1920px){.xxl\:top-16{top:4rem}}@media screen and (max-width: 1920px){.xxl\:top-20{top:5rem}}@media screen and (max-width: 1920px){.xxl\:top-24{top:6rem}}@media screen and (max-width: 1920px){.xxl\:top-28{top:7rem}}@media screen and (max-width: 1920px){.xxl\:top-32{top:8rem}}@media screen and (max-width: 1920px){.xxl\:top-36{top:9rem}}@media screen and (max-width: 1920px){.xxl\:top-40{top:10rem}}@media screen and (max-width: 1920px){.xxl\:top-44{top:11rem}}@media screen and (max-width: 1920px){.xxl\:top-48{top:12rem}}@media screen and (max-width: 1920px){.xxl\:top-52{top:13rem}}@media screen and (max-width: 1920px){.xxl\:top-56{top:14rem}}@media screen and (max-width: 1920px){.xxl\:top-60{top:15rem}}@media screen and (max-width: 1920px){.xxl\:top-64{top:16rem}}@media screen and (max-width: 1920px){.xxl\:top-72{top:18rem}}@media screen and (max-width: 1920px){.xxl\:top-80{top:20rem}}@media screen and (max-width: 1920px){.xxl\:top-96{top:24rem}}@media screen and (max-width: 1920px){.xxl\:top-auto{top:auto}}@media screen and (max-width: 1920px){.xxl\:top-full{top:100%}}@media screen and (max-width: 1920px){.xxl\:top-screen{top:100vh}}@media screen and (max-width: 1920px){.xxl\:top-min{top:min-content}}@media screen and (max-width: 1920px){.xxl\:top-max{top:max-content}}@media screen and (max-width: 1920px){.xxl\:top-fit{top:fit-content}}.xxl\:top-1\/2{top:50%}.xxl\:top-1\/3{top:33.333333%}.xxl\:top-1\/4{top:25%}.xxl\:top-1\/5{top:20%}.xxl\:top-1\/6{top:16.666667%}.xxl\:top-1\/12{top:8.333333%}@media screen and (max-width: 1920px){.xxl\:bottom-0{bottom:0px}}@media screen and (max-width: 1920px){.xxl\:bottom-px{bottom:1px}}@media screen and (max-width: 1920px){.xxl\:bottom-1{bottom:.25rem}}@media screen and (max-width: 1920px){.xxl\:bottom-2{bottom:.5rem}}@media screen and (max-width: 1920px){.xxl\:bottom-3{bottom:.75rem}}@media screen and (max-width: 1920px){.xxl\:bottom-4{bottom:1rem}}@media screen and (max-width: 1920px){.xxl\:bottom-5{bottom:1.25rem}}@media screen and (max-width: 1920px){.xxl\:bottom-6{bottom:1.5rem}}@media screen and (max-width: 1920px){.xxl\:bottom-7{bottom:1.75rem}}@media screen and (max-width: 1920px){.xxl\:bottom-8{bottom:2rem}}@media screen and (max-width: 1920px){.xxl\:bottom-9{bottom:2.25rem}}@media screen and (max-width: 1920px){.xxl\:bottom-10{bottom:2.5rem}}@media screen and (max-width: 1920px){.xxl\:bottom-11{bottom:2.75rem}}@media screen and (max-width: 1920px){.xxl\:bottom-12{bottom:3rem}}@media screen and (max-width: 1920px){.xxl\:bottom-14{bottom:3.5rem}}@media screen and (max-width: 1920px){.xxl\:bottom-16{bottom:4rem}}@media screen and (max-width: 1920px){.xxl\:bottom-20{bottom:5rem}}@media screen and (max-width: 1920px){.xxl\:bottom-24{bottom:6rem}}@media screen and (max-width: 1920px){.xxl\:bottom-28{bottom:7rem}}@media screen and (max-width: 1920px){.xxl\:bottom-32{bottom:8rem}}@media screen and (max-width: 1920px){.xxl\:bottom-36{bottom:9rem}}@media screen and (max-width: 1920px){.xxl\:bottom-40{bottom:10rem}}@media screen and (max-width: 1920px){.xxl\:bottom-44{bottom:11rem}}@media screen and (max-width: 1920px){.xxl\:bottom-48{bottom:12rem}}@media screen and (max-width: 1920px){.xxl\:bottom-52{bottom:13rem}}@media screen and (max-width: 1920px){.xxl\:bottom-56{bottom:14rem}}@media screen and (max-width: 1920px){.xxl\:bottom-60{bottom:15rem}}@media screen and (max-width: 1920px){.xxl\:bottom-64{bottom:16rem}}@media screen and (max-width: 1920px){.xxl\:bottom-72{bottom:18rem}}@media screen and (max-width: 1920px){.xxl\:bottom-80{bottom:20rem}}@media screen and (max-width: 1920px){.xxl\:bottom-96{bottom:24rem}}@media screen and (max-width: 1920px){.xxl\:bottom-auto{bottom:auto}}@media screen and (max-width: 1920px){.xxl\:bottom-full{bottom:100%}}@media screen and (max-width: 1920px){.xxl\:bottom-screen{bottom:100vh}}@media screen and (max-width: 1920px){.xxl\:bottom-min{bottom:min-content}}@media screen and (max-width: 1920px){.xxl\:bottom-max{bottom:max-content}}@media screen and (max-width: 1920px){.xxl\:bottom-fit{bottom:fit-content}}.xxl\:bottom-1\/2{bottom:50%}.xxl\:bottom-1\/3{bottom:33.333333%}.xxl\:bottom-1\/4{bottom:25%}.xxl\:bottom-1\/5{bottom:20%}.xxl\:bottom-1\/6{bottom:16.666667%}.xxl\:bottom-1\/12{bottom:8.333333%}@media screen and (max-width: 1920px){.xxl\:right-0{right:0px}}@media screen and (max-width: 1920px){.xxl\:right-px{right:1px}}@media screen and (max-width: 1920px){.xxl\:right-1{right:.25rem}}@media screen and (max-width: 1920px){.xxl\:right-2{right:.5rem}}@media screen and (max-width: 1920px){.xxl\:right-3{right:.75rem}}@media screen and (max-width: 1920px){.xxl\:right-4{right:1rem}}@media screen and (max-width: 1920px){.xxl\:right-5{right:1.25rem}}@media screen and (max-width: 1920px){.xxl\:right-6{right:1.5rem}}@media screen and (max-width: 1920px){.xxl\:right-7{right:1.75rem}}@media screen and (max-width: 1920px){.xxl\:right-8{right:2rem}}@media screen and (max-width: 1920px){.xxl\:right-9{right:2.25rem}}@media screen and (max-width: 1920px){.xxl\:right-10{right:2.5rem}}@media screen and (max-width: 1920px){.xxl\:right-11{right:2.75rem}}@media screen and (max-width: 1920px){.xxl\:right-12{right:3rem}}@media screen and (max-width: 1920px){.xxl\:right-14{right:3.5rem}}@media screen and (max-width: 1920px){.xxl\:right-16{right:4rem}}@media screen and (max-width: 1920px){.xxl\:right-20{right:5rem}}@media screen and (max-width: 1920px){.xxl\:right-24{right:6rem}}@media screen and (max-width: 1920px){.xxl\:right-28{right:7rem}}@media screen and (max-width: 1920px){.xxl\:right-32{right:8rem}}@media screen and (max-width: 1920px){.xxl\:right-36{right:9rem}}@media screen and (max-width: 1920px){.xxl\:right-40{right:10rem}}@media screen and (max-width: 1920px){.xxl\:right-44{right:11rem}}@media screen and (max-width: 1920px){.xxl\:right-48{right:12rem}}@media screen and (max-width: 1920px){.xxl\:right-52{right:13rem}}@media screen and (max-width: 1920px){.xxl\:right-56{right:14rem}}@media screen and (max-width: 1920px){.xxl\:right-60{right:15rem}}@media screen and (max-width: 1920px){.xxl\:right-64{right:16rem}}@media screen and (max-width: 1920px){.xxl\:right-72{right:18rem}}@media screen and (max-width: 1920px){.xxl\:right-80{right:20rem}}@media screen and (max-width: 1920px){.xxl\:right-96{right:24rem}}@media screen and (max-width: 1920px){.xxl\:right-auto{right:auto}}@media screen and (max-width: 1920px){.xxl\:right-full{right:100%}}@media screen and (max-width: 1920px){.xxl\:right-screen{right:100vh}}@media screen and (max-width: 1920px){.xxl\:right-min{right:min-content}}@media screen and (max-width: 1920px){.xxl\:right-max{right:max-content}}@media screen and (max-width: 1920px){.xxl\:right-fit{right:fit-content}}.xxl\:right-1\/2{right:50%}.xxl\:right-1\/3{right:33.333333%}.xxl\:right-1\/4{right:25%}.xxl\:right-1\/5{right:20%}.xxl\:right-1\/6{right:16.666667%}.xxl\:right-1\/12{right:8.333333%}@media screen and (max-width: 1920px){.xxl\:left-0{left:0px}}@media screen and (max-width: 1920px){.xxl\:left-px{left:1px}}@media screen and (max-width: 1920px){.xxl\:left-1{left:.25rem}}@media screen and (max-width: 1920px){.xxl\:left-2{left:.5rem}}@media screen and (max-width: 1920px){.xxl\:left-3{left:.75rem}}@media screen and (max-width: 1920px){.xxl\:left-4{left:1rem}}@media screen and (max-width: 1920px){.xxl\:left-5{left:1.25rem}}@media screen and (max-width: 1920px){.xxl\:left-6{left:1.5rem}}@media screen and (max-width: 1920px){.xxl\:left-7{left:1.75rem}}@media screen and (max-width: 1920px){.xxl\:left-8{left:2rem}}@media screen and (max-width: 1920px){.xxl\:left-9{left:2.25rem}}@media screen and (max-width: 1920px){.xxl\:left-10{left:2.5rem}}@media screen and (max-width: 1920px){.xxl\:left-11{left:2.75rem}}@media screen and (max-width: 1920px){.xxl\:left-12{left:3rem}}@media screen and (max-width: 1920px){.xxl\:left-14{left:3.5rem}}@media screen and (max-width: 1920px){.xxl\:left-16{left:4rem}}@media screen and (max-width: 1920px){.xxl\:left-20{left:5rem}}@media screen and (max-width: 1920px){.xxl\:left-24{left:6rem}}@media screen and (max-width: 1920px){.xxl\:left-28{left:7rem}}@media screen and (max-width: 1920px){.xxl\:left-32{left:8rem}}@media screen and (max-width: 1920px){.xxl\:left-36{left:9rem}}@media screen and (max-width: 1920px){.xxl\:left-40{left:10rem}}@media screen and (max-width: 1920px){.xxl\:left-44{left:11rem}}@media screen and (max-width: 1920px){.xxl\:left-48{left:12rem}}@media screen and (max-width: 1920px){.xxl\:left-52{left:13rem}}@media screen and (max-width: 1920px){.xxl\:left-56{left:14rem}}@media screen and (max-width: 1920px){.xxl\:left-60{left:15rem}}@media screen and (max-width: 1920px){.xxl\:left-64{left:16rem}}@media screen and (max-width: 1920px){.xxl\:left-72{left:18rem}}@media screen and (max-width: 1920px){.xxl\:left-80{left:20rem}}@media screen and (max-width: 1920px){.xxl\:left-96{left:24rem}}@media screen and (max-width: 1920px){.xxl\:left-auto{left:auto}}@media screen and (max-width: 1920px){.xxl\:left-full{left:100%}}@media screen and (max-width: 1920px){.xxl\:left-screen{left:100vh}}@media screen and (max-width: 1920px){.xxl\:left-min{left:min-content}}@media screen and (max-width: 1920px){.xxl\:left-max{left:max-content}}@media screen and (max-width: 1920px){.xxl\:left-fit{left:fit-content}}.xxl\:left-1\/2{left:50%}.xxl\:left-1\/3{left:33.333333%}.xxl\:left-1\/4{left:25%}.xxl\:left-1\/5{left:20%}.xxl\:left-1\/6{left:16.666667%}.xxl\:left-1\/12{left:8.333333%}@media screen and (max-width: 1920px){.xxl\:z-0{z-index:0}}@media screen and (max-width: 1920px){.xxl\:z-10{z-index:10}}@media screen and (max-width: 1920px){.xxl\:z-20{z-index:20}}@media screen and (max-width: 1920px){.xxl\:z-30{z-index:30}}@media screen and (max-width: 1920px){.xxl\:z-40{z-index:40}}@media screen and (max-width: 1920px){.xxl\:z-50{z-index:50}}@media screen and (max-width: 1920px){.xxl\:z-auto{z-index:auto}}.xxl\:m-auto{margin:auto}.xxl\:ml-auto{margin-left:auto}.xxl\:mr-auto{margin-right:auto}.xxl\:mx-auto{margin:0 auto}.xxl\:my-auto{margin:auto 0}.xxl\:mb-auto{margin-bottom:auto}.xxl\:mt-auto{margin-top:auto}.xxl\:m-0{margin:0}.xxl\:ml-0{margin-left:0}.xxl\:mr-0{margin-right:0}.xxl\:mx-0,.xxl\:my-0{margin:0}.xxl\:mb-0{margin-bottom:0}.xxl\:mt-0{margin-top:0}.xxl\:m-1{margin:.25rem}.xxl\:ml-1{margin-left:.25rem}.xxl\:mr-1{margin-right:.25rem}.xxl\:mx-1{margin:0px .25rem}.xxl\:my-1{margin:.25rem 0px}.xxl\:mb-1{margin-bottom:.25rem}.xxl\:mt-1{margin-top:.25rem}.xxl\:m-2{margin:.5rem}.xxl\:ml-2{margin-left:.5rem}.xxl\:mr-2{margin-right:.5rem}.xxl\:mx-2{margin:0px .5rem}.xxl\:my-2{margin:.5rem 0px}.xxl\:mb-2{margin-bottom:.5rem}.xxl\:mt-2{margin-top:.5rem}.xxl\:m-3{margin:.75rem}.xxl\:ml-3{margin-left:.75rem}.xxl\:mr-3{margin-right:.75rem}.xxl\:mx-3{margin:0px .75rem}.xxl\:my-3{margin:.75rem 0px}.xxl\:mb-3{margin-bottom:.75rem}.xxl\:mt-3{margin-top:.75rem}.xxl\:m-4{margin:1rem}.xxl\:ml-4{margin-left:1rem}.xxl\:mr-4{margin-right:1rem}.xxl\:mx-4{margin:0px 1rem}.xxl\:my-4{margin:1rem 0px}.xxl\:mb-4{margin-bottom:1rem}.xxl\:mt-4{margin-top:1rem}.xxl\:m-5{margin:1.25rem}.xxl\:ml-5{margin-left:1.25rem}.xxl\:mr-5{margin-right:1.25rem}.xxl\:mx-5{margin:0px 1.25rem}.xxl\:my-5{margin:1.25rem 0px}.xxl\:mb-5{margin-bottom:1.25rem}.xxl\:mt-5{margin-top:1.25rem}.xxl\:m-6{margin:1.5rem}.xxl\:ml-6{margin-left:1.5rem}.xxl\:mr-6{margin-right:1.5rem}.xxl\:mx-6{margin:0px 1.5rem}.xxl\:my-6{margin:1.5rem 0px}.xxl\:mb-6{margin-bottom:1.5rem}.xxl\:mt-6{margin-top:1.5rem}.xxl\:m-7{margin:1.75rem}.xxl\:ml-7{margin-left:1.75rem}.xxl\:mr-7{margin-right:1.75rem}.xxl\:mx-7{margin:0px 1.75rem}.xxl\:my-7{margin:1.75rem 0px}.xxl\:mb-7{margin-bottom:1.75rem}.xxl\:mt-7{margin-top:1.75rem}.xxl\:m-8{margin:2rem}.xxl\:ml-8{margin-left:2rem}.xxl\:mr-8{margin-right:2rem}.xxl\:mx-8{margin:0px 2rem}.xxl\:my-8{margin:2rem 0px}.xxl\:mb-8{margin-bottom:2rem}.xxl\:mt-8{margin-top:2rem}.xxl\:m-9{margin:2.25rem}.xxl\:ml-9{margin-left:2.25rem}.xxl\:mr-9{margin-right:2.25rem}.xxl\:mx-9{margin:0px 2.25rem}.xxl\:my-9{margin:2.25rem 0px}.xxl\:mb-9{margin-bottom:2.25rem}.xxl\:mt-9{margin-top:2.25rem}.xxl\:m-10{margin:2.5rem}.xxl\:ml-10{margin-left:2.5rem}.xxl\:mr-10{margin-right:2.5rem}.xxl\:mx-10{margin:0px 2.5rem}.xxl\:my-10{margin:2.5rem 0px}.xxl\:mb-10{margin-bottom:2.5rem}.xxl\:mt-10{margin-top:2.5rem}.xxl\:m-11{margin:2.75rem}.xxl\:ml-11{margin-left:2.75rem}.xxl\:mr-11{margin-right:2.75rem}.xxl\:mx-11{margin:0px 2.75rem}.xxl\:my-11{margin:2.75rem 0px}.xxl\:mb-11{margin-bottom:2.75rem}.xxl\:mt-11{margin-top:2.75rem}.xxl\:m-12{margin:3rem}.xxl\:ml-12{margin-left:3rem}.xxl\:mr-12{margin-right:3rem}.xxl\:mx-12{margin:0px 3rem}.xxl\:my-12{margin:3rem 0px}.xxl\:mb-12{margin-bottom:3rem}.xxl\:mt-12{margin-top:3rem}.xxl\:m-14{margin:3.5rem}.xxl\:ml-14{margin-left:3.5rem}.xxl\:mr-14{margin-right:3.5rem}.xxl\:mx-14{margin:0px 3.5rem}.xxl\:my-14{margin:3.5rem 0px}.xxl\:mb-14{margin-bottom:3.5rem}.xxl\:mt-14{margin-top:3.5rem}.xxl\:m-16{margin:4rem}.xxl\:ml-16{margin-left:4rem}.xxl\:mr-16{margin-right:4rem}.xxl\:mx-16{margin:0px 4rem}.xxl\:my-16{margin:4rem 0px}.xxl\:mb-16{margin-bottom:4rem}.xxl\:mt-16{margin-top:4rem}.xxl\:m-20{margin:5rem}.xxl\:ml-20{margin-left:5rem}.xxl\:mr-20{margin-right:5rem}.xxl\:mx-20{margin:0px 5rem}.xxl\:my-20{margin:5rem 0px}.xxl\:mb-20{margin-bottom:5rem}.xxl\:mt-20{margin-top:5rem}.xxl\:m-24{margin:6rem}.xxl\:ml-24{margin-left:6rem}.xxl\:mr-24{margin-right:6rem}.xxl\:mx-24{margin:0px 6rem}.xxl\:my-24{margin:6rem 0px}.xxl\:mb-24{margin-bottom:6rem}.xxl\:mt-24{margin-top:6rem}.xxl\:m-28{margin:7rem}.xxl\:ml-28{margin-left:7rem}.xxl\:mr-28{margin-right:7rem}.xxl\:mx-28{margin:0px 7rem}.xxl\:my-28{margin:7rem 0px}.xxl\:mb-28{margin-bottom:7rem}.xxl\:mt-28{margin-top:7rem}.xxl\:m-32{margin:8rem}.xxl\:ml-32{margin-left:8rem}.xxl\:mr-32{margin-right:8rem}.xxl\:mx-32{margin:0px 8rem}.xxl\:my-32{margin:8rem 0px}.xxl\:mb-32{margin-bottom:8rem}.xxl\:mt-32{margin-top:8rem}.xxl\:m-36{margin:9rem}.xxl\:ml-36{margin-left:9rem}.xxl\:mr-36{margin-right:9rem}.xxl\:mx-36{margin:0px 9rem}.xxl\:my-36{margin:9rem 0px}.xxl\:mb-36{margin-bottom:9rem}.xxl\:mt-36{margin-top:9rem}.xxl\:m-40{margin:10rem}.xxl\:ml-40{margin-left:10rem}.xxl\:mr-40{margin-right:10rem}.xxl\:mx-40{margin:0px 10rem}.xxl\:my-40{margin:10rem 0px}.xxl\:mb-40{margin-bottom:10rem}.xxl\:mt-40{margin-top:10rem}.xxl\:m-44{margin:11rem}.xxl\:ml-44{margin-left:11rem}.xxl\:mr-44{margin-right:11rem}.xxl\:mx-44{margin:0px 11rem}.xxl\:my-44{margin:11rem 0px}.xxl\:mb-44{margin-bottom:11rem}.xxl\:mt-44{margin-top:11rem}.xxl\:m-48{margin:12rem}.xxl\:ml-48{margin-left:12rem}.xxl\:mr-48{margin-right:12rem}.xxl\:mx-48{margin:0px 12rem}.xxl\:my-48{margin:12rem 0px}.xxl\:mb-48{margin-bottom:12rem}.xxl\:mt-48{margin-top:12rem}.xxl\:m-52{margin:13rem}.xxl\:ml-52{margin-left:13rem}.xxl\:mr-52{margin-right:13rem}.xxl\:mx-52{margin:0px 13rem}.xxl\:my-52{margin:13rem 0px}.xxl\:mb-52{margin-bottom:13rem}.xxl\:mt-52{margin-top:13rem}.xxl\:m-56{margin:14rem}.xxl\:ml-56{margin-left:14rem}.xxl\:mr-56{margin-right:14rem}.xxl\:mx-56{margin:0px 14rem}.xxl\:my-56{margin:14rem 0px}.xxl\:mb-56{margin-bottom:14rem}.xxl\:mt-56{margin-top:14rem}.xxl\:m-60{margin:15rem}.xxl\:ml-60{margin-left:15rem}.xxl\:mr-60{margin-right:15rem}.xxl\:mx-60{margin:0px 15rem}.xxl\:my-60{margin:15rem 0px}.xxl\:mb-60{margin-bottom:15rem}.xxl\:mt-60{margin-top:15rem}.xxl\:m-64{margin:16rem}.xxl\:ml-64{margin-left:16rem}.xxl\:mr-64{margin-right:16rem}.xxl\:mx-64{margin:0px 16rem}.xxl\:my-64{margin:16rem 0px}.xxl\:mb-64{margin-bottom:16rem}.xxl\:mt-64{margin-top:16rem}.xxl\:m-72{margin:18rem}.xxl\:ml-72{margin-left:18rem}.xxl\:mr-72{margin-right:18rem}.xxl\:mx-72{margin:0px 18rem}.xxl\:my-72{margin:18rem 0px}.xxl\:mb-72{margin-bottom:18rem}.xxl\:mt-72{margin-top:18rem}.xxl\:m-80{margin:20rem}.xxl\:ml-80{margin-left:20rem}.xxl\:mr-80{margin-right:20rem}.xxl\:mx-80{margin:0px 20rem}.xxl\:my-80{margin:20rem 0px}.xxl\:mb-80{margin-bottom:20rem}.xxl\:mt-80{margin-top:20rem}.xxl\:m-96{margin:24rem}.xxl\:ml-96{margin-left:24rem}.xxl\:mr-96{margin-right:24rem}.xxl\:mx-96{margin:0px 24rem}.xxl\:my-96{margin:24rem 0px}.xxl\:mb-96{margin-bottom:24rem}.xxl\:mt-96{margin-top:24rem}@media screen and (max-width: 1920px){.xxl\:gap-0{gap:0px}}@media screen and (max-width: 1920px){.xxl\:gap-1{gap:.25rem}}@media screen and (max-width: 1920px){.xxl\:gap-2{gap:.5rem}}@media screen and (max-width: 1920px){.xxl\:gap-3{gap:.75rem}}@media screen and (max-width: 1920px){.xxl\:gap-4{gap:1rem}}@media screen and (max-width: 1920px){.xxl\:gap-5{gap:1.25rem}}@media screen and (max-width: 1920px){.xxl\:gap-6{gap:1.5rem}}@media screen and (max-width: 1920px){.xxl\:gap-7{gap:1.75rem}}@media screen and (max-width: 1920px){.xxl\:gap-8{gap:2rem}}@media screen and (max-width: 1920px){.xxl\:gap-9{gap:2.25rem}}@media screen and (max-width: 1920px){.xxl\:gap-10{gap:2.5rem}}@media screen and (max-width: 1920px){.xxl\:gap-11{gap:2.75rem}}@media screen and (max-width: 1920px){.xxl\:gap-12{gap:3rem}}@media screen and (max-width: 1920px){.xxl\:gap-14{gap:3.5rem}}@media screen and (max-width: 1920px){.xxl\:gap-16{gap:4rem}}@media screen and (max-width: 1920px){.xxl\:gap-20{gap:5rem}}@media screen and (max-width: 1920px){.xxl\:gap-24{gap:6rem}}@media screen and (max-width: 1920px){.xxl\:gap-28{gap:7rem}}@media screen and (max-width: 1920px){.xxl\:gap-32{gap:8rem}}@media screen and (max-width: 1920px){.xxl\:gap-36{gap:9rem}}@media screen and (max-width: 1920px){.xxl\:gap-40{gap:10rem}}@media screen and (max-width: 1920px){.xxl\:gap-44{gap:11rem}}@media screen and (max-width: 1920px){.xxl\:gap-48{gap:12rem}}@media screen and (max-width: 1920px){.xxl\:gap-52{gap:13rem}}@media screen and (max-width: 1920px){.xxl\:gap-56{gap:14rem}}@media screen and (max-width: 1920px){.xxl\:gap-60{gap:15rem}}@media screen and (max-width: 1920px){.xxl\:gap-64{gap:16rem}}@media screen and (max-width: 1920px){.xxl\:gap-72{gap:18rem}}@media screen and (max-width: 1920px){.xxl\:gap-80{gap:20rem}}@media screen and (max-width: 1920px){.xxl\:gap-96{gap:24rem}}@media screen and (max-width: 1920px){.xxl\:justify-center{justify-content:center}}@media screen and (max-width: 1920px){.xxl\:justify-end{justify-content:end}}@media screen and (max-width: 1920px){.xxl\:justify-start{justify-content:start}}@media screen and (max-width: 1920px){.xxl\:justify-between{justify-content:space-between}}@media screen and (max-width: 1920px){.xxl\:justify-baseline{justify-content:baseline}}@media screen and (max-width: 1920px){.xxl\:justify-around{justify-content:space-around}}@media screen and (max-width: 1920px){.xxl\:justify-evenly{justify-content:space-evenly}}@media screen and (max-width: 1920px){.xxl\:items-center{align-items:center}}@media screen and (max-width: 1920px){.xxl\:items-baseline{align-items:baseline}}@media screen and (max-width: 1920px){.xxl\:items-end{align-items:flex-end}}@media screen and (max-width: 1920px){.xxl\:items-start{align-items:flex-start}}@media screen and (max-width: 1920px){.xxl\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}}@media screen and (max-width: 1920px){.xxl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width: 1920px){.xxl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width: 1920px){.xxl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media screen and (max-width: 1920px){.xxl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}}@media screen and (max-width: 1920px){.xxl\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}}@media screen and (max-width: 1920px){.xxl\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}}@media screen and (max-width: 1920px){.xxl\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}}@media screen and (max-width: 1920px){.xxl\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}}@media screen and (max-width: 1920px){.xxl\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}}@media screen and (max-width: 1920px){.xxl\:grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}}@media screen and (max-width: 1920px){.xxl\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}}@media screen and (max-width: 1920px){.xxl\:grid-cols-none{grid-template-columns:none}}@media screen and (max-width: 1920px){.xxl\:object-contain{object-fit:contain}}@media screen and (max-width: 1920px){.xxl\:object-cover{object-fit:cover}}@media screen and (max-width: 1920px){.xxl\:object-fill{object-fit:fill}}@media screen and (max-width: 1920px){.xxl\:object-none{object-fit:none}}@media screen and (max-width: 1920px){.xxl\:object-scale-down{object-fit:scale-down}}@media screen and (max-width: 1920px){.xxl\:backdrop-blur-none{backdrop-filter:blur(0)}}@media screen and (max-width: 1920px){.xxl\:backdrop-blur-sm{backdrop-filter:blur(4px)}}@media screen and (max-width: 1920px){.xxl\:backdrop-blur{backdrop-filter:blur(8px)}}@media screen and (max-width: 1920px){.xxl\:backdrop-blur-md{backdrop-filter:blur(12px)}}@media screen and (max-width: 1920px){.xxl\:backdrop-blur-lg{backdrop-filter:blur(16px)}}@media screen and (max-width: 1920px){.xxl\:backdrop-blur-xl{backdrop-filter:blur(24px)}}@media screen and (max-width: 1920px){.xxl\:backdrop-blur-2xl{backdrop-filter:blur(40px)}}@media screen and (max-width: 1920px){.xxl\:backdrop-blur-3xl{backdrop-filter:blur(64px)}}@media screen and (max-width: 1920px){.xxl\:col-auto{grid-column:auto}}@media screen and (max-width: 1920px){.xxl\:col-span-1{grid-column:span 1/span 1}}@media screen and (max-width: 1920px){.xxl\:col-span-2{grid-column:span 2/span 2}}@media screen and (max-width: 1920px){.xxl\:col-span-3{grid-column:span 3/span 3}}@media screen and (max-width: 1920px){.xxl\:col-span-4{grid-column:span 4/span 4}}@media screen and (max-width: 1920px){.xxl\:col-span-5{grid-column:span 5/span 5}}@media screen and (max-width: 1920px){.xxl\:col-span-6{grid-column:span 6/span 6}}@media screen and (max-width: 1920px){.xxl\:col-span-7{grid-column:span 7/span 7}}@media screen and (max-width: 1920px){.xxl\:col-span-8{grid-column:span 8/span 8}}@media screen and (max-width: 1920px){.xxl\:col-span-9{grid-column:span 9/span 9}}@media screen and (max-width: 1920px){.xxl\:col-span-10{grid-column:span 10/span 10}}@media screen and (max-width: 1920px){.xxl\:col-span-11{grid-column:span 11/span 11}}@media screen and (max-width: 1920px){.xxl\:col-span-12{grid-column:span 12/span 12}}@media screen and (max-width: 1920px){.xxl\:col-start-1{grid-column-start:1}}@media screen and (max-width: 1920px){.xxl\:col-start-2{grid-column-start:2}}@media screen and (max-width: 1920px){.xxl\:col-start-3{grid-column-start:3}}@media screen and (max-width: 1920px){.xxl\:col-start-4{grid-column-start:4}}@media screen and (max-width: 1920px){.xxl\:col-start-5{grid-column-start:5}}@media screen and (max-width: 1920px){.xxl\:col-start-6{grid-column-start:6}}@media screen and (max-width: 1920px){.xxl\:col-start-7{grid-column-start:7}}@media screen and (max-width: 1920px){.xxl\:col-start-8{grid-column-start:8}}@media screen and (max-width: 1920px){.xxl\:col-start-9{grid-column-start:9}}@media screen and (max-width: 1920px){.xxl\:col-start-10{grid-column-start:10}}@media screen and (max-width: 1920px){.xxl\:col-start-11{grid-column-start:11}}@media screen and (max-width: 1920px){.xxl\:col-start-12{grid-column-start:12}}@media screen and (max-width: 1920px){.xxl\:col-start-13{grid-column-start:13}}@media screen and (max-width: 1920px){.xxl\:col-start-auto{grid-column-start:auto}}@media screen and (max-width: 1920px){.xxl\:col-end-1{grid-column-end:1}}@media screen and (max-width: 1920px){.xxl\:col-end-2{grid-column-end:2}}@media screen and (max-width: 1920px){.xxl\:col-end-3{grid-column-end:3}}@media screen and (max-width: 1920px){.xxl\:col-end-4{grid-column-end:4}}@media screen and (max-width: 1920px){.xxl\:col-end-5{grid-column-end:5}}@media screen and (max-width: 1920px){.xxl\:col-end-6{grid-column-end:6}}@media screen and (max-width: 1920px){.xxl\:col-end-7{grid-column-end:7}}@media screen and (max-width: 1920px){.xxl\:col-end-8{grid-column-end:8}}@media screen and (max-width: 1920px){.xxl\:col-end-9{grid-column-end:9}}@media screen and (max-width: 1920px){.xxl\:col-end-10{grid-column-end:10}}@media screen and (max-width: 1920px){.xxl\:col-end-11{grid-column-end:11}}@media screen and (max-width: 1920px){.xxl\:col-end-12{grid-column-end:12}}@media screen and (max-width: 1920px){.xxl\:col-end-13{grid-column-end:13}}@media screen and (max-width: 1920px){.xxl\:col-end-auto{grid-column-end:auto}}@media screen and (max-width: 1920px){.xxl\:indent-0{text-indent:0px}}@media screen and (max-width: 1920px){.xxl\:indent-px{text-indent:1px}}@media screen and (max-width: 1920px){.xxl\:indent-1{text-indent:.25rem}}@media screen and (max-width: 1920px){.xxl\:indent-2{text-indent:.5rem}}@media screen and (max-width: 1920px){.xxl\:indent-3{text-indent:.75rem}}@media screen and (max-width: 1920px){.xxl\:indent-4{text-indent:1rem}}@media screen and (max-width: 1920px){.xxl\:indent-5{text-indent:1.25rem}}@media screen and (max-width: 1920px){.xxl\:indent-6{text-indent:1.5rem}}@media screen and (max-width: 1920px){.xxl\:indent-7{text-indent:1.75rem}}@media screen and (max-width: 1920px){.xxl\:indent-8{text-indent:2rem}}@media screen and (max-width: 1920px){.xxl\:indent-9{text-indent:2.25rem}}@media screen and (max-width: 1920px){.xxl\:indent-10{text-indent:2.5rem}}@media screen and (max-width: 1920px){.xxl\:indent-11{text-indent:2.75rem}}@media screen and (max-width: 1920px){.xxl\:indent-12{text-indent:3rem}}@media screen and (max-width: 1920px){.xxl\:indent-14{text-indent:3.5rem}}@media screen and (max-width: 1920px){.xxl\:indent-16{text-indent:4rem}}@media screen and (max-width: 1920px){.xxl\:indent-20{text-indent:5rem}}@media screen and (max-width: 1920px){.xxl\:indent-24{text-indent:6rem}}@media screen and (max-width: 1920px){.xxl\:indent-28{text-indent:7rem}}@media screen and (max-width: 1920px){.xxl\:indent-32{text-indent:8rem}}@media screen and (max-width: 1920px){.xxl\:indent-36{text-indent:9rem}}@media screen and (max-width: 1920px){.xxl\:indent-40{text-indent:10rem}}@media screen and (max-width: 1920px){.xxl\:indent-44{text-indent:11rem}}@media screen and (max-width: 1920px){.xxl\:indent-48{text-indent:12rem}}@media screen and (max-width: 1920px){.xxl\:indent-52{text-indent:13rem}}@media screen and (max-width: 1920px){.xxl\:indent-56{text-indent:14rem}}@media screen and (max-width: 1920px){.xxl\:indent-60{text-indent:15rem}}@media screen and (max-width: 1920px){.xxl\:indent-64{text-indent:16rem}}@media screen and (max-width: 1920px){.xxl\:indent-72{text-indent:18rem}}@media screen and (max-width: 1920px){.xxl\:indent-80{text-indent:20rem}}@media screen and (max-width: 1920px){.xxl\:indent-96{text-indent:24rem}}.xxl\:indent-0\.5{text-transform:.125rem}.xxl\:indent-1\.5{text-transform:.375rem}.xxl\:indent-2\.5{text-transform:.625rem}.xxl\:indent-3\.5{text-transform:.875rem}@media screen and (max-width: 1920px){.xxl\: .underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}}@media screen and (max-width: 1920px){.xxl\: .overline{-webkit-text-decoration-line:overline;text-decoration-line:overline}}@media screen and (max-width: 1920px){.xxl\: .through{-webkit-text-decoration-line:line-through;text-decoration-line:line-through}}@media screen and (max-width: 1920px){.xxl\: .none{-webkit-text-decoration-line:none;text-decoration-line:none}}@media screen and (max-width: 1920px){.xxl\: .uppercase{text-transform:uppercase}}@media screen and (max-width: 1920px){.xxl\: .lowercase{text-transform:lowercase}}@media screen and (max-width: 1920px){.xxl\: .capitalize{text-transform:capitalize}}@media screen and (max-width: 1920px){.xxl\: .normal-case{text-transform:none}}@media screen and (max-width: 1920px){.xxl\:shadow-2-12{box-shadow:0 2px 4px #0000001f}}@media screen and (max-width: 1920px){.xxl\:shadow-4-10{box-shadow:0 4px 8px #0000001a}}@media screen and (max-width: 1920px){.xxl\:shadow-6-10{box-shadow:0 6px 12px #0000001a}}@media screen and (max-width: 1920px){.xxl\:shadow-6-8{box-shadow:0 8px 16px #00000014}}@media screen and (max-width: 1920px){.xxl\:shadow-primary{box-shadow:0 0 0 1px #6492ff}}@media screen and (max-width: 1920px){.xxl\:shadow-danger{box-shadow:0 0 0 1px #fdabb9}}@media screen and (max-width: 1920px){.xxl\:shadow-warning{box-shadow:0 0 0 1px #fbe0a9}}@media screen and (max-width: 1920px){.xxl\:shadow-info{box-shadow:0 0 0 1px #c1d9fd}}@media screen and (max-width: 1920px){.xxl\:shadow-success{box-shadow:0 0 0 1px #c1d9fd}}@media screen and (max-width: 1920px){.xxl\:shadow-loading{box-shadow:0 0 0 1px #757575}}@media screen and (max-width: 1920px){.xxl\:shadow-header{box-shadow:0 2px 4px #0000001f}}@media screen and (max-width: 1920px){.xxl\:shadow-none{box-shadow:none}}@media screen and (max-width: 1920px){.xxl\:button-extraSm{padding:6px 16px}}@media screen and (max-width: 1920px){.xxl\:button-normal{padding:16px 32px}}.list-none{list-style-type:none}.list-disc{list-style-type:disc}.list-decimal{list-style-type:decimal}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-ellipsis{text-overflow:ellipsis}.text-clip{text-overflow:clip}.logo{position:relative}.logo h2{color:#156ef3;font-size:2.5em;position:absolute;margin:0}.logo h2:nth-child(1){color:#156ef3;-webkit-text-stroke:2px #156ef3}.logo h2:nth-child(2){color:#156ef3;animation:animateText 4s ease-in-out infinite}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-clip{overflow:clip}.overflow-visible{overflow:visible}.overflow-scroll{overflow:scroll}.overflow-x-auto{overflow-x:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-x-clip{overflow-x:clip}.overflow-x-visible{overflow-x:visible}.overflow-x-scroll{overflow-x:scroll}.overflow-y-auto{overflow-y:auto}.overflow-y-hidden{overflow-y:hidden}.overflow-y-clip{overflow-y:clip}.overflow-y-visible{overflow-y:visible}.overflow-y-scroll{overflow-y:scroll}.scroll::-webkit-scrollbar-track{background-color:#f5f5f5;border-radius:8px}.scroll::-webkit-scrollbar{width:5px;background-color:#f5f5f5}.scroll::-webkit-scrollbar-thumb{border-radius:10px;background-color:#c2c2c2}.linear-activity{overflow:hidden;width:35%;height:50px;background-color:#f8dbdd;margin:20px auto}.indeterminate{position:relative;width:100%;height:100%}.indeterminate:before{content:"";position:absolute;height:100%;background-color:#f65365;animation:indeterminate_first 1.5s infinite ease-out}.indeterminate:after{content:"";position:absolute;height:100%;background-color:#ff9ca2;animation:indeterminate_second 1.5s infinite ease-in}.k-animation-container{z-index:1000003!important}.image{display:block;overflow:hidden;padding-bottom:100%;position:relative;width:100%}.image img{height:100%!important;left:0;object-fit:cover;position:absolute;top:0;width:100%}.image-cover img{object-fit:cover}.image-contain img{object-fit:contain}.image-inherit img{object-fit:inherit}.image-initial img{object-fit:initial}.image-1x1{padding-bottom:100%}.image-3x4{padding-bottom:133.3333333333%}.image-16x9{padding-bottom:56.25%}.image-1x2{padding-bottom:200%}.image-108x97{padding-bottom:89.8148148148%}.a-icon{background-position:center;background-repeat:no-repeat;background-size:contain;display:block}.a-icon-home{background-image:url(/assets/home.811a1320.svg)}.a-icon-error{background-image:url(/assets/error.9bad4e81.svg)}.a-icon-loader{background-image:url(/assets/loader.795e6349.svg)}.a-icon-18x18{height:20px;width:20px}.a-icon-24x24{height:24px;width:24px}.a-icon-32x32{height:32px;width:32px}.select-common .ant-select{height:4rem}.select-common .ant-select .ant-select-selector{height:inherit;border:1px solid rgb(234,234,234);background:0% 0% no-repeat padding-box padding-box rgb(255,255,255);border-radius:10px;opacity:1;font-weight:400;align-items:center}.dropdown-select-common .ant-select-item-option-content{font-size:1.4rem;font-weight:400}.input-common.size-small input{padding:2px 8px;font-size:14px;line-height:1.4285714286}.input-common.size-large input{padding:10px;font-size:16px;line-height:1.4285714286}.option-item-1660117104949{all:unset;cursor:pointer;width:auto;padding:.8rem 1.6rem;background-color:#fff;border-radius:.5rem;border:1px solid #bdeaff;transition:all .2s;color:#1a5296;text-align:center}.option-item-1660117104949.active{border-color:#49bdf5;background-color:#c6dde7;font-weight:700}.option-item-1660117104949:hover,.option-item-1660117104949:focus,.option-item-1660117104949:focus-visible{background-color:#c6dde7}.table-common .ant-table-header>table thead>tr>th{background-color:#a2e0fa;border:unset;padding:1rem;font-weight:700!important}.table-common .ant-table-header>table thead>tr>th:before{all:unset!important}.table-common .ant-table-body{overflow-y:auto!important;margin-top:.8rem}.table-common .ant-table-body>table{border-spacing:0 .4rem;min-width:768px;overflow-x:auto}.table-common .ant-table-body>table tbody>tr:nth-child(2n){background:#f5fcff}.table-common .ant-table-body>table tbody>tr .ant-table-cell-row-hover{background:#c6dde7}.table-common .ant-table-body>table tbody>tr>td{border:solid 2px #d5e0e5;border-style:solid #d5e0e5;padding:1.2rem .4rem}.table-common .ant-table-body>table tbody>tr>td:first-child{border-left-style:solid}.table-common .ant-table-body>table tbody>tr>td:last-child{border-right-style:solid}.table-common .ant-spin-nested-loading .ant-spin-container .ant-pagination-prev,.table-common .ant-spin-nested-loading .ant-spin-container .ant-pagination-next,.table-common .ant-spin-nested-loading .ant-spin-container .ant-pagination-item{min-width:0px;margin-right:16px;display:inline-flex;justify-content:center;align-items:center}.table-common .ant-spin-nested-loading .ant-spin-container .ant-pagination-item{font-weight:700;border-radius:5px;background-color:transparent;border:transparent}.table-common .ant-spin-nested-loading .ant-spin-container .ant-pagination-item a{color:#0093e9;padding:0}.table-common .ant-spin-nested-loading .ant-spin-container .ant-pagination-item.ant-pagination-item-active{color:#0093e9}.table-common .ant-spin-nested-loading .ant-spin-container .ant-pagination-item.ant-pagination-item-active{font-weight:700}.table-common .ant-spin-nested-loading .ant-spin-container .ant-pagination-item.ant-pagination-item-active a{color:#1a5296}.table-common .ant-spin-nested-loading .ant-spin-container .ant-pagination-item:hover a{filter:brightness(1)}.table-common .ant-spin-nested-loading .ant-spin-container .ant-pagination-prev button,.table-common .ant-spin-nested-loading .ant-spin-container .ant-pagination-next button{border:transparent;background-color:transparent}.table-common .ant-spin-nested-loading .ant-spin-container .ant-pagination-prev button span svg,.table-common .ant-spin-nested-loading .ant-spin-container .ant-pagination-next button span svg{fill:#1a5296}.table-common .ant-spin-nested-loading .ant-spin-container .ant-pagination-disabled button span svg{fill:#0093e9}.date-picker-common .ant-picker-input{font-size:inherit}.date-picker-common .ant-picker-input input{font-size:inherit;height:inherit}.layout-otp .layout-otp .input-otp div input:focus{border-color:#007bff}.u-custom-scrollbar{overflow-y:auto}.u-custom-scrollbar::-webkit-scrollbar-track{background-color:#e6edfb;border-radius:10px}.u-custom-scrollbar::-webkit-scrollbar{border-radius:10px;width:6px;height:4px;background-color:#e6edfb}.u-custom-scrollbar::-webkit-scrollbar-thumb{border-radius:10px;background-color:#49bdf5}.form-info .ant-form .ant-input-number-affix-wrapper{align-items:center}.form-info .ant-form .ant-input-number-affix-wrapper .ant-input-number .ant-input-number-input-wrap .ant-input-number-input{font-size:1.4rem}.ant-form .form-submit .form-container .ant-form-item .ant-form-item-row .ant-form-item-control .select-optionals{height:4rem}.ant-form .form-submit .form-container .ant-form-item .ant-form-item-row .ant-form-item-control .select-optionals .ant-select-selector{height:inherit;border:1px solid rgb(234,234,234);background:0% 0% no-repeat padding-box padding-box rgb(255,255,255);border-radius:10px;opacity:1;font-weight:400;align-items:center}.full-height .loading-screen{justify-content:center;align-items:center;display:flex;flex-direction:column;margin-bottom:20px}.full-height .loading-screen .loading-message{font-size:25px}.full-height .loading-screen .loading-spinner{border:8px solid #f3f3f3;border-top:8px solid #3498db;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite}.full-height .test-title{font-size:50px;text-align:center}.full-height .makecall-button{display:flex;justify-content:center;margin:auto;font-size:30px;width:200px;height:60px;border-radius:10px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.slide-intro{width:100vw;position:relative}.slide-intro .ant-carousel .carousel-common .slick-dots{display:flex;gap:50px;margin-bottom:80px}.slide-intro .ant-carousel .carousel-common .slick-dots li button{width:60px;height:30px}.slide-intro .ant-carousel .carousel-common .slick-list .slick-track .slick-slide .carousel-container .carousel-img img{-webkit-filter:blur(8px);filter:blur(8px)}.slide-intro .ant-carousel .carousel-common .slick-list .slick-track .slick-slide .carousel-intro{display:flex;flex-direction:column;gap:20px;position:absolute;bottom:250px;margin-left:80px}.slide-intro .ant-carousel .carousel-common .slick-list .slick-track .slick-slide .carousel-intro .carousel-title{font-size:70px;color:#fff;font-weight:600}.slide-intro .ant-carousel .carousel-common .slick-list .slick-track .slick-slide .carousel-intro .carousel-sup-title{font-size:30px;color:#fff;font-weight:500;width:800px}
